

/* Start:/local/templates/main_2026/components/bitrix/news.list/mainpage__banner/style.css?1787211908135*/
.main_page .item-slider-gallery__slider__item .white {color: white}
.main_page .item-slider-gallery__slider__item .black {color: black}
/* End */


/* Start:/local/templates/main_2026/components/sam/stories.list/.default/style.css?17872438617395*/
.sam-stories {
    --swiper-theme-color: #f9e24b;
}
.sam-stories__slider {
    overflow: hidden;
}
.sam-stories__slider:not(.swiper-initialized) {
    opacity: 0.66;
}
.sam-stories__slider .swiper-wrapper {
    display: flex;
}
.sam-stories__slide.swiper-slide {
    width: auto;
}
.sam-stories__slide.swiper-slide button {
    position: relative;
    display: block;
    background: none;
    border: none;
    margin: 0;
    padding: 10px;
    cursor: pointer;
}
.sam-stories__slide.swiper-slide button:hover {
    opacity: 0.9;
    transition: opacity 0.2s ease;
}
.sam-stories__slide.swiper-slide button::before,
.sam-stories__slide.swiper-slide button::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 240px;
}
.sam-stories__slide.swiper-slide button::before {
    background: #fff;
    inset: 5px;
    z-index: 2;
}
.sam-stories__slide.swiper-slide button::after {
    /*background: linear-gradient(0deg, #f9e24b, #fcc521);*/
    animation: rotate-bg 1s infinite linear;
}
.sam-stories__slide.swiper-slide button img,
.sam-stories__slide.swiper-slide button picture {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    width: 240px;
    overflow: hidden;
    object-fit: cover;
    object-position: center center;
    border-radius: 240px;
    z-index: 3;
}
.sam-stories img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;
}
@media (max-width: 480px) {
    .sam-stories__slide.swiper-slide button img,
    .sam-stories__slide.swiper-slide button picture {
        width: 180px;
    }
    .sam-stories__slide.swiper-slide button::before,
    .sam-stories__slide.swiper-slide button::after {
        border-radius: 180px;
    }
}
@keyframes rotate-bg {
    from { transform: rotate(0); }
    to { transform: rotate(360deg); }
} 
.sam-stories__modal {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 0;
    height: 0;
    background: rgba(0,0,0,0.9);
    backdrop-filter: blur(8px);
    opacity: 0;
    z-index: 2147483648;
    transition: opacity 0.2s ease, width 0.2s step-end, height 0.2s step-end;
    overflow: clip;
}
.sam-stories__modal.opened {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: opacity 0.2s ease;
}
.sam-stories__close {
    position: absolute;
    top: 6px;
    right: 6px;
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
}
.sam-stories__modal-slider {
    margin: auto 0;
    height: 90dvh;
    width: 100%;
}
.sam-stories__modal-slider .swiper-slide {
    display: flex;
    width: auto;
}
.sam-stories__modal .swiper-button-prev,
.sam-stories__modal .swiper-button-next {
    background: rgba(255,255,255,0.3);
    color: #000;
}
.sam-stories__modal .swiper-button-prev::after,
.sam-stories__modal .swiper-button-next::after {
    content: '';
    display: none;
}
.sam-stories__modal-slider .swiper-slide picture,
.sam-stories__modal-slider .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next.sam-stories__modal-next,
.swiper-button-prev.sam-stories__modal-prev {
    margin: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: calc((100vw - 90vh / 16 * 9) / 2);
    opacity: 0;
}
.swiper-button-next.sam-stories__modal-next {
    left: auto;
    right: 0;
}

.sam-stories__item {
    position: relative;
    aspect-ratio: 9 / 16;
    height: 100%;
    width: auto;
    max-width: 100vw;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
    transform: scale(.75);
    transition: transform 0.4s ease;
}
.swiper-slide-active .sam-stories__item {
    transform: scale(1);
}
.sam-stories__item-slider {
    height: 100%;
}
.sam-stories__item-slider .swiper-progressbar {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    display: flex;
    gap: 2px;
    z-index: 20;
}
.sam-stories__item-slider .swiper-progressbar span {
position: relative;
height: 2px;
flex: 1 1 auto;
background: #eee;
}
.sam-stories__item-slider .swiper-progressbar span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 100%;
    background: #fcc521;
}
.sam-stories__item-slider .swiper-progressbar.active span:has(~ .active)::after {
    width: 100%;
}
.sam-stories__item-slider .swiper-progressbar.active span.active::after {
    width: calc(100% * var(--progress));
}
.sam-stories__controls {
    position: absolute;
    top: 24px;
    right: 8px;
    max-width: calc(100% - 16px);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    opacity: 0;
}
.swiper-slide-active .sam-stories__item .sam-stories__controls {
    opacity: 1;
}
.sam-stories__controls svg {
    pointer-events: none;
}
.sam-stories__btn {
    display: block;
    position: absolute;
}
.sam-stories__btn.--top {
    top: 24px;
    left: 8px;
}
.sam-stories__btn.--bottom {
    bottom: 24px;
    left: 8px;
    right: 8px;
}
.sam-stories__btn.--left {
    text-align: left;
}
.sam-stories__btn.--center {
    text-align: center;
}
.sam-stories__btn.--right {
    text-align: right;
}
.sam-stories__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 25px;
    border-radius: 20px;
    background: #fcc521;
    color: #111;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    line-height: 1.2;
    font-weight: 500;

}
.sam-stories__playpause {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    background: #fff;
    border-radius: 40px;
    border: none;
    z-index: 2;
}
.sam-stories__playpause::after,
.sam-stories__playpause::before {
    position: absolute;
    content: "";
    display: block;
    height: 14px;
    width: 4px;
    border-radius: 8px;
    background: var(--black,#1f1f1f);
    transition: transform .2s ease;
}
.sam-stories__playpause::before {
    left: 55%
}
.sam-stories__playpause::after {
    right: 55%
}
.sam-stories__playpause svg {
    transition: transform .2s ease;
    transform: scale(0)
}
.sam-stories__playpause.paused svg {
    transform: scale(1)
}
.sam-stories__playpause.paused::after,
.sam-stories__playpause.paused::before {
    transform: scale(0);
}
.sam-stories__mute {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    background: #fff;
    border-radius: 40px;
    border: none;
    z-index: 2;
}
.sam-stories__mute::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    margin-top: -1px;
    width: 80%;
    height: 1px;
    background: currentColor;
    transform: rotate(-45deg) scale(0);
    transition: transform 0.2s ease;
}
.sam-stories__mute.muted::after {
    transform: rotate(-45deg) scale(1);
}


.stories {display: flex; gap: 15px; justify-content: space-between; overflow-y: auto;}
.stories .item {min-width: 150px; text-align: center}
.stories img {width: 125px; height: 125px; overflow: hidden; border-radius: 100%; margin-bottom: 15px}
.stories .name {font-size: 18px; line-height: 22px; font-weight: 300; margin: 0 0 10px; font-family: Manrope;}
.sam-stories__slide.swiper-slide button {color: #000}

/* End */


/* Start:/local/templates/main_2026/components/bitrix/catalog.section.list/mainpage/style.css?1787211908885*/
.sections .items {
    display: grid; gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
        "a a b"
        "a a c"
        "d f f"
        "e f f";
}
.sections .item {position: relative}
.sections .item:nth-child(1) {grid-area:a;}
.sections .item:nth-child(2) {grid-area:b;}
.sections .item:nth-child(3) {grid-area:c;}
.sections .item:nth-child(4) {grid-area:d;}
.sections .item:nth-child(5) {grid-area:e;}
.sections .item:nth-child(6) {grid-area:f;}
.sections .name {position: absolute; bottom: 10px; font-weight: 600; font-size: 15px; text-align: center; color: #fff; margin: 0; width: 100%;}

@media (min-width: 992px) {
    .sections .items {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; gap: 25px 20px;
        grid-template-areas:
	        "a a b d f f"
	        "a a c e f f"
    }
    .sections .name {bottom: 15px; font-size: 20px;}
}
/* End */


/* Start:/local/templates/main_2026/components/bitrix/catalog.section/mainpage__flexslider/style.css?1787210734145*/
/*fix conflicts*/
.product_list.default {
    display: block;
}
.product_list.default .item-slider-interest__flexslider {
    max-width: unset;
}
/* End */


/* Start:/local/templates/main_2026/components/bitrix/catalog.item/.default/style.css?17872119082675*/
.product-slickslider {
    margin-left: -5px;
    margin-right: -5px;
}
.product-slickslider .product-item {
    padding-left: 5px;
    padding-right: 5px;
}
.product_list .product-item .item,
.product_list .item .part,
.product_list .item .part .image{
    width: 100%;
}
.product_list .item .part .image {
    position: relative;
}
.product_list .item .part {
    overflow: hidden;
}

/*
.product_list .item .image .gallery,
.product_page:not(.product_page--line) .item .image .gallery-slickslider .gallery-item{
    height: 220px;
}*/

.gallery-sectors {display: none}

.slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
    flex-wrap: wrap;
}
.flexslider--dots-style-line .slick-dots button {
    height: 3px;
    max-width: 35px;
    font-size: 1px;
    text-indent: 1000000px;
    color: transparent;
    display: block;
    padding: 10px 5px;
    position: relative;
    cursor: pointer;
    box-shadow: unset;
    border: unset;
    background: transparent;
}
.flexslider--dots-style-line .slick-dots button::before {
    position: absolute;
    content: "";
    left: 5px;
    height: 3px;
    background: #AAAFB2;
    width: calc(100% - 10px);
}
.flexslider--dots-style-line .slick-dots .slick-active button::before{
    background: #DAA752
}

@media (min-width: 767px) {
    .product_list .item .image .gallery,
    .product_page:not(.product_page--line) .item .image .gallery-slickslider .gallery-item{
        height: auto;
    }
}

@media (min-width: 992px) {
    /*.product_list .item .image .gallery,
    .product_page:not(.product_page--line) .item .image .gallery-slickslider .gallery-item,
    .product_page.product_page--line .item .image .gallery-slickslider .gallery-item 
    {
        height: 340px;
    }*/
    .item .image .gallery-slickslider {
        /*pointer-events: none;*/
    }
    .gallery-sectors {position: absolute; top: 0; left: 0; height: 100%; width: 100%; display: flex}

    .flexslider--dots-style-line .slick-dots button { width: 95px;}
}

.slickslider__arrow {
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -21px;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(255,255,255,.2);
    /*border: 1px solid #231F20;*/
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}
.slickslider__arrow.slick-next {
    left: unset;
    right: -20px;
    /*transform: rotate(180deg);*/
}
.slickslider__arrow.slick-disabled {
    cursor: default;
    opacity: .4;
}
.slickslider__arrow:hover, .slickslider__arrow:focus {background: #fff}

/* End */


/* Start:/local/templates/main_2026/components/bitrix/catalog.smart.filter/simple/style.css?17872119086641*/
body.filter-open {
	height: 100%;
	overflow: hidden;
}
.service__filter__wrapper {
	position: relative;
}
.service__filter__inner {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFFFFF;
	z-index: 10000;
	display: none;
	overflow: auto;
}
.service__filter__inner.active {
	display: block;
}
.service__filter__inner.active-fullprops {
	overflow: hidden;
}
.service__filter__inner.active-fullprops .row__filter_buttons,
.service__filter__inner.active-fullprops .row__filter_sort {
	display: none;
}


.smart-filter {
	padding: 20px 10px 60px;
}
.smart-filter span,
.smart-filter input {
	font-family: Manrope;
	color: inherit;
}
.smart-filter #set_filter {color: #fff}
.smart-filter-title {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 18px;
}
.smart-filter-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.smart-filter-parameters-box {
	padding-bottom: 20px;
}
.smart-filter-parameters-box {
	margin-bottom: 15px;
	border-bottom: 1px solid #F5F5F5;
}
.smart-filter-parameters-box-title {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.smart-filter-parameters-box-title-text,
.smart-filter-parameters-box-title-showall{
	font-weight: 300;
	font-size: 16px;
	color: #231F20;
}
.smart-filter-input-group-checkbox__preview {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
}
.smart-filter-input-group-checkbox__preview input {
	width: 1px;
	height: 1px;
	display: none;
}
.smart-filter-input-group-checkbox__preview input:checked + .btn {
	background-color: #BC8E3D;
	color: #FFFFFF
}

.d-flex {display: flex}
.justify-content-between {justify-content: space-between}
.smart-filter-slider-ruler {display: none}
.smart-filter-input-group-number .smart-filter-input-container input.form-control {
	border: 1px solid #D9D9D9;
	color: #8C8CA1;
	border-radius: 50px;
	height: 45px;
	width: 117px;
	font-size: 16px;
	text-align: center;
	font-weight: 300;
}
.smart-filter-slider-track-container {
	margin-top: 14px;
}
.smart-filter-slider-track {
	height: 24px;
	position: relative;
}
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
	position: absolute;
	left: 0;
	right: 0;
	height: 8px;
	top: 50%;
	margin-top: -4px;
	border-radius: 8px;
}
.smart-filter-slider-price-bar-vd {
	box-shadow: 0px 2px 2px -1px rgba(74, 74, 104, 0.1) inset;
	background-color: rgba(245, 245, 245, 1);
	z-index: 1;
}
.smart-filter-slider-price-bar-vn {
	box-shadow: 0px 2px 2px -1px rgba(74, 74, 104, 0.1) inset;
	background-color: rgba(217, 217, 217, 1);
	z-index: 2;
}
.smart-filter-slider-price-bar-v {
	background-color: rgba(218, 167, 82, 1);
	z-index: 3;
}
.smart-filter-slider-range {
	position: absolute;
	top: 0;
	height: 100%;
}
.smart-filter-slider-handle {
	position: absolute;
	top: 0;
	width: 24px;
	height: 24px;
	background-color: #FFFFFF;
	border: 1px solid #0000001A;
	box-shadow: 0px 5.5px 5px -3px rgba(14, 14, 44, 0.2), 0px -1px 0px 0px rgba(14, 14, 44, 0.4) inset;
	z-index: 4;
	border-radius: 50%;
}



.smart-filter-input-group-checkbox__full {
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	bottom: 0;
	background-color: #fff;
	z-index: 10;
	overflow: auto;
	padding: 0 10px 30px;
}
.smart-filter-input-group-checkbox__full.active {
	display: block;
}
.smart-filter-input-group-checkbox__title {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 8px;
}
.smart-filter-input-group-checkbox-list .form-group:not(:last-child) {
	margin-bottom: 15px;
}
.smart-filter-input-group-checkbox-list .form-group input {
	display: none;
}
.smart-filter-input-group-checkbox-list .form-group label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.smart-filter-input-group-checkbox-list .form-group label .label-checkbox {
	position: relative;
	width: 32px;
	height: 32px;
}
.smart-filter-input-group-checkbox-list .form-group label .label-checkbox::before,
.smart-filter-input-group-checkbox-list .form-group input:checked + label > .label-checkbox::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.smart-filter-input-group-checkbox-list .form-group label .label-checkbox::before {
	border: 1px solid rgba(217, 217, 217, 1);
	border-radius: 8px;
}
.smart-filter-input-group-checkbox-list .form-group input:checked + label .label-checkbox::after {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.530273 7.03027L4.11606 10.6161C4.89711 11.3971 6.16344 11.3971 6.94449 10.6161L17.0303 0.530273' stroke='%23231F20' stroke-width='1.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-position: center;
}
.smart-filter-input-group-checkbox__btn {
	text-align: center;
	margin-top: 35px;
}

.row__filter_sort {
	padding: 5px 0 42px;
	text-align: center;
}
.row__filter_sort .sort-title {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 33px;
	margin-bottom: 20px;
}
.row__filter_sort .sort-block {
	width: 245px;
	margin: 0 auto;
}
.row__filter_sort .sort {
	justify-content: space-between;
}
.row__filter_sort .sort span {
	width: calc(100% - 20px);
	white-space: nowrap;
	overflow: hidden;
}

.row__filter_buttons .smart-filter-parameters-box-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.simple-filter .nice-select .list li:first-child {display: none}

@media (min-width: 992px) {
	body.filter-open {
		height: unset;
		overflow: unset;
	}
	.service__filter__inner {
		position: absolute;
		bottom: unset;
		top: calc(100% + 30px);
		/*border: 1px solid #D9D9D9;*/
		/*border-radius: 50px;*/
	}
	.smart-filter-input-group-checkbox__full {
		position: absolute;
	}
	.row__filter_params {
		display: flex;
		gap: 20px 40px;
		flex-wrap: wrap;
	}
	.smart-filter-parameters-box {
		margin-bottom: 0;
		padding-bottom: 20px;
		width: 100%;
	}
	.row__filter_sort {
		display: none;
	}
	.row__filter_buttons {padding-top: 30px}

	.row__filter_buttons .smart-filter-parameters-box-container {
		flex-direction: row;
		gap: 30px
	}
	.smart-filter {
		padding: 30px 20px 60px;
	}
	.row__filter_sort {
		padding-top: 15px;
	}
	.smart-filter-input-group-checkbox__full {
		padding: 0 20px 20px;
	}
	.smart-filter-form .COLOR .smart-filter-input-group-checkbox-list {display: flex; flex-wrap: wrap;}
	.smart-filter-form .COLOR .smart-filter-input-group-checkbox-list .form-group {width: 45%}
}
/* End */


/* Start:/local/templates/main_2026/components/bitrix/news.list/mainpage__shop_photo/style.css?1787211908347*/
.shop {display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between;}
.shop img {display: block}

@media (min-width: 601px) {
    .shop {gap: 20px}
    .shop .item {width: calc(33% - 13px)}
    .shop .item:first-child, .shop .item:first-child img {width: 100%}
}
@media (min-width: 992px) {
    .shop .item {width: calc(33% - 11px)}
}
/* End */


/* Start:/local/templates/main_2026/components/bitrix/news.list/mainpage__features/style.css?17872119081090*/
.advantages {text-align: center;}
.advantages .logo img {width: 100%; max-width: 340px; margin: 0 auto 40px; display: block}
.advantages .items {display: flex; flex-wrap: wrap; gap: 40px; justify-content: center;}
.advantages .item img {margin-bottom: 20px;}
.advantages .item .name {font-size: 20px; line-height: 24px; font-weight: 500; margin: 0 0 25px; position: relative}
.advantages .item .name:after {content: ""; display: block; width: 160px; height: 1px; margin: 0 auto; background: #DAA752; position: absolute; bottom: -12px; left: calc(50% - 80px);}
.advantages .item .descr {font-size: 16px; font-weight: 400;}

@media (min-width: 992px) {
    .advantages {padding: 60px 0; background: #FAFAFA; margin-left: 0; margin-right: 0;}
    .advantages .worakarea_wrap_container {display: flex; align-items: center; gap: 40px; }
    .advantages .logo img {width: 300px; margin: 0}
    .advantages .items {gap: 60px 20px}
    .advantages .item {width: calc(50% - 10px)}
}
@media (min-width: 1200px) {
    .advantages {margin-left: calc(600px - 50vw); margin-right: calc(608px - 50vw); }
}
/* End */
/* /local/templates/main_2026/components/bitrix/news.list/mainpage__banner/style.css?1787211908135 */
/* /local/templates/main_2026/components/sam/stories.list/.default/style.css?17872438617395 */
/* /local/templates/main_2026/components/bitrix/catalog.section.list/mainpage/style.css?1787211908885 */
/* /local/templates/main_2026/components/bitrix/catalog.section/mainpage__flexslider/style.css?1787210734145 */
/* /local/templates/main_2026/components/bitrix/catalog.item/.default/style.css?17872119082675 */
/* /local/templates/main_2026/components/bitrix/catalog.smart.filter/simple/style.css?17872119086641 */
/* /local/templates/main_2026/components/bitrix/news.list/mainpage__shop_photo/style.css?1787211908347 */
/* /local/templates/main_2026/components/bitrix/news.list/mainpage__features/style.css?17872119081090 */
