

/* Start:/local/templates/.default/components/bitrix/news.list/catalog.banner/style.css?17736791762307*/
.banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.banner__description {
	font-weight: 400;
	font-style: 'Regular';
	line-height: 28.01px;
	letter-spacing: 0%;
	text-align: center;
	color: #454545CC;
}

.banner__button {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.banner__container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}


.banner__draw {
	position: absolute;
}

.banner__draw_text {
	font-family: 'Caveat';
	font-weight: 400;
	font-style: 'Regular';
	font-size: 28.01px;
	line-height: 28.01px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 27px;
	transform: rotate(-15deg);
}

.catalog-banner__contact {
	background: #ffffff;
	padding: 11px 20px;
	border-radius: 20px;
	width: fit-content;
	transition: all .35s ease-in-out;
}

.catalog-banner__contact:hover {
	background: var(--color-brand-active);
}

.catalog-banner__link {
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: 500;
	font-size: 18px;
	line-height: 28.01px;
	letter-spacing: 0%;
	color: #454545;
	text-decoration: none;
}

.catalog-banner__text {
	font-family: 'Caveat';
	font-weight: 400;
	font-size: 25px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #FFFFFF;
}

.banner__text_left {
	margin-bottom: 20px;
}

.banner__text_right {
	margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
	.banner {
		height: 701px;
	}

	.banner__description {
		font-size: 18px;
	}

	.banner__container {
		padding-top: 200px;
		padding-bottom: 200px;
	}

	.banner__draw_text {
		font-size: 28px;
		line-height: 28px;
	}

	.banner__draw {
		right: 31%;
		top: 49%;
	}

	.banner__content {
		padding-bottom: 70px;
	}
}

@media screen and (max-width: 992px) {

	.banner__draw_text {
		font-size: 28px;
		line-height: 28px;
	}

	.banner {
		height: 600px;
	}

	.banner__container {
		padding: 140px 0px;
	}

	.banner__draw {
		right: 0;
		top: 50%;
	}

	.catalog-banner__svg {
		display: none !important;
	}

	.catalog-banner__mobile-col {
		margin-top: 20px !important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/catalog/bitrix/catalog.section.list/.default/style.css?1773679198509*/
.scope {
    font-weight: 400;
    letter-spacing: 0%;
    text-align: center;
    color: #454545CC;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #F9F8F5; */
    background: #ffffff;
    border-radius: 300px;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #45454514;
    transition: all .15s ease-in-out;
}

.scope:hover {
    background: var(--color-brand-active);
    color: #ffffff;
    border: 1px solid var(--color-brand-active);
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/catalog.list/style.css?17736791772857*/
.product {
	text-decoration: none;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 47px;
	justify-content: space-between;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px #0000000A;
	padding: 20px;
	border-radius: 30px;
	flex: 1 0 0;
}

.product__top {
	position: relative;
	overflow: visible;
}

.product__bottom {
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
}

.product__title {
	font-weight: 500;
	font-style: Medium;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0%;
	color: #1E1E1E;
}

.price__title {
	font-family: 'Caveat';
	font-weight: 400;
	font-style: 'Regular';
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #1E1E1E99;
}

.price {
	font-weight: 500;
	font-style: Medium;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 0%;
	background: radial-gradient(circle at 100%,
			#68BE45,
			#4BA925 50%,
			#68BE45 75%,
			#4BA925 75%);
	background-size: 200% auto;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: animatedTextGradient 1.5s linear infinite;
}


.product__picture {
	position: relative;
}

.product__picture img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

.product__button {
	font-weight: 500;
	font-style: Medium;
	letter-spacing: 0%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border: 1px solid #E0C988;

	color: #E0C988;
	background: #fff;
	transition: background .35s ease-in-out, color .35s ease-in-out;
}

.product:hover .product__button {
	background: #E0C988;
	color: #fff;
}


.all-products {
	margin-top: 51px;
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	color: #CDB060;
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	line-height: 35px;
	text-decoration: none;
	letter-spacing: 0%;
	padding-bottom: 60px;
}

@media screen and (min-width: 992px) {

	.container_catalog {
		padding-top: 90px;
		padding-bottom: 90px;
	}


	.product__button {
		font-size: 18px;
		line-height: 35px;
		height: 56px;
		padding: 10px 39px;
	}

	.product__picture span {
		position: relative;
		max-width: 220px;
		min-width: 70px;
		height: 220px;
		line-height: 220px;
		margin: 0 auto;
		padding: 0px;
		vertical-align: middle;
		text-align: center;
		zoom: 1;
		display: block;
	}
}

@media screen and (max-width: 992px) {
	.product__button {
		font-size: 18px;
		line-height: 100%;
		height: 56px;
		padding: 10px;
	}

	.product__picture span {
		position: relative;
		max-width: 140px;
		min-width: 70px;
		height: 140px;
		line-height: 140px;
		margin: 0 auto;
		padding: 0px;
		vertical-align: middle;
		text-align: center;
		zoom: 1;
		display: block;
	}

	.product__picture {
		margin-top: 55px;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/round_load_more/style.css?17736791833012*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: var(--color-brand);
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

#load_more{
	display: inline-block;
    background: var(--color-brand);
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/contact/style.css?1773679179722*/
.contacts__socials {
	display: flex;
	gap: 7px;
	align-items: center;
}

.contacts__name {
	font-family: 'Caveat';
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0%;
	color: #45454599;
}

.contacts__val {
	font-weight: 400;
	letter-spacing: 0%;
	color: #1E1E1ECC;
}

.contacts {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.contacts__val {
	gap: 5px;
	display: flex;
	align-items: center;
}

@media screen and (min-width: 992px) {

	.contacts__name {
		font-size: 19px;
	}

	.contacts__val {
		font-size: 18px;
		line-height: 28px;
	}

	.contacts {
		padding-top: 32px;
		padding-bottom: 67px;
	}
}

@media screen and (max-width: 992px) {
		.contacts {
		padding-top: 10px;
		padding-bottom: 20px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/catalog.banner/style.css?17736791762307 */
/* /local/templates/.default/components/bitrix/news/catalog/bitrix/catalog.section.list/.default/style.css?1773679198509 */
/* /local/templates/.default/components/bitrix/news.list/catalog.list/style.css?17736791772857 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/round_load_more/style.css?17736791833012 */
/* /local/templates/.default/components/bitrix/news.list/contact/style.css?1773679179722 */
