

/* Start:/local/templates/main_2026/components/bitrix/catalog.smart.filter/common/style.css?17872119086575*/
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;
}

@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/catalog.section/just_list/style.css?178721073452*/
.product_list.jsItemsContainer {margin-bottom: 80px}
/* 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 */
/* /local/templates/main_2026/components/bitrix/catalog.smart.filter/common/style.css?17872119086575 */
/* /local/templates/main_2026/components/bitrix/catalog.section/just_list/style.css?178721073452 */
/* /local/templates/main_2026/components/bitrix/catalog.item/.default/style.css?17872119082675 */
