

/* Start:/bitrix/templates/.default/components/bitrix/catalog/catalog-production/style.css?17852278253343*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.similar-items-vertical{
	height: 450px;
    	overflow-y: scroll;
    	overflow-x: hidden;
}

.similar-items-vertical::-webkit-scrollbar{        
    	width: 5px;
}

.similar-items-vertical::-webkit-scrollbar-track{
    	background-color:#ecedee;
}

.similar-items-vertical::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	  border-radius: 0px;
	  background-color: #92c548;
	  height: 25px;
  }
.slideFilterTitle{
	display: none;
}
@media(max-width: 475px){
	.slideFilterTitle{
		display: block;
		padding: 10px;
		background: #1ebaf6;
		color: #fff;
		font-weight: bold;
		font-size: 15px;
		cursor: pointer;
	}
	.slideFilter{
		display: none;
	}
}
@media(max-width: 768px){
    .customImg{
        display: none;
    }
}
/* ПК: кнопка не нужна */
@media (min-width: 768px) {
    .load-more.btn-link--primary.js-open-categories-modal { display: none; }
}

/* Мобилка: сайдбарный блок скрываем, откроем его в модалке */
@media (max-width: 768px){
    .side-bar #jsSidebarCategories { display:none; }
}

/* Модалка */
.categories-modal { display: none; position: fixed; inset: 0; z-index: 9999; }
.categories-modal[aria-hidden="false"] { display: block; }

.categories-modal__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.5); }
.categories-modal__dialog {
    position: relative;
    width: calc(100% - 24px);
    max-width: 560px;
    margin: 60px auto;
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    max-height: calc(100vh - 120px);
    overflow: auto;
}
.categories-modal__close {
    position: sticky;
    top: 0;
    margin-left: auto;
    display: block;
    font-size: 28px;
    line-height: 1;
    background: transparent;
    border: 0;
    cursor: pointer;
}
@media (max-width: 992px) {
    body.mob-filter-open .mobile-bottom-nav,
    body.mob-categories-open .mobile-bottom-nav {
        display: none !important;
    }
}

.tags {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.tags a{
	border-radius: 4px;
	border: 1px solid #bed58f;
	background: #e8f4db42;
	font-size: 14px;
	color: #bed58f;
	cursor: pointer;
	width: max-content;
	padding: 4px 5px;
}
@media (max-width: 525px) {
	.box__special-item.add-compare span {
		display: none;
	}
	.tags{
		justify-content: end;
		align-items: center;
		gap: 6px;
	}
	.tovar__stock {
		display: flex;
		align-items: baseline;
		gap: 4px;
	}
	.tros-product-card__quickview-icon img {
		width: 30px!important;
		height: 30px!important;
	}
	.tros-product-card__quickview{
		left:10%!important;
		top: 14px!important;
	}
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/search.title/search_title_filter/style.css?17852187614049*/
/*.bx-searchtitle {
	margin: 10px 0 0;
}*/
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
/*.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 2px 0 0 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}*/
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:6px 12px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background: #1484CE;
}


div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 370px;
	margin-top:-3px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/.default/components/bitrix/search.title/search_title_filter/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 67px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 85px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
	margin-top: 0;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog/catalog-production/bitrix/catalog.smart.filter/left_filter_new/style.css?178521876118930*/
.multifilters {
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}
.multifilters:after {
	content: '';
	display: table;
	clear: both;
}
.multifilters .multifilters-list {
	box-sizing: border-box;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
	text-align: center;
}
.multifilters .multifilters-actions {
	box-sizing: border-box;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
	text-align: center;
}
.multifilters .btn-filter {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 0.5em 1em;
	margin: 0 0 1rem 0;
	background-color: #92c548;
	color: #fff;
}
.multifilters .btn-filter--slider {
	margin-bottom: 0;
}

.multifilters .multifilter__item-actions {
	margin-top: 25px;
	display: none;
	text-align: center;
}


@media screen and (max-width: 39.9375em) {
	.multifilters .jq-dropdown.jq-dropdown-tip {
		left: 5% !important;
    	width: 90%;
	}
	.multifilters .jq-dropdown.jq-dropdown-tip:before {
		display: none;
	}
}
@media screen and (min-width: 40em) {
	.multifilters .multifilters-list {
		float: left;
		width: 80%;
		/*width: 66.66667%;*/
		text-align: left;
	}
	.multifilters .multifilters-actions {
		float: right;
		width: 20%;
		/*width: 33.33333%;*/
		text-align: right;
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.multifilters .btn-filter {
		width: 100%;
	}
}

.multifilters .multifilter-item {
	display: inline-block;
	font-size: 14px;
	margin: 0;
	margin-right: 1px;
	margin-bottom: 1px;
}
.multifilters .multifilter-item__button {
	display: inline-block;
	color: #4f636b;
    font-size: 16px;
	padding: 0.5em 1em;
	margin: 0 0 1rem 0;
}
.multifilters .multifilter-item__title {
	display: inline-block;
	position: relative;
	cursor: pointer;
    font-weight: bold;
}
.multifilters .multifilter-item__title::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #92c548;
}
.multifilters .multifilter-item__count {
	display: none;
}
.multifilters .multifilter-item__button--active {
	background: #92c548;
	color: #fff;
}
.multifilters .multifilter-item__button--active .multifilter-item__count {
	display: inline-block;
}
.multifilters .multifilter-item__button--active .multifilter-item__title::after {
	border-top: 6px solid #fff;
}

.multifilters .jq-dropdown-panel .checkbox {
	max-height: 240px;
	min-width: 180px;
	overflow-x: visible;
	overflow-y: scroll;
	padding: 0 10px 9px 20px;
	text-align: left;
}
.multifilters .checkbox  input[type="checkbox"]{
	display: none;
}
.multifilters .checkbox  input[type="checkbox"] + label span {
   display: inline-block;
   vertical-align: middle;
   width: 21px;
   margin-right: 9%;
   height: 21px;
   background: url(/bitrix/templates/.default/img/checkbox.png) no-repeat 0 0;
   cursor: pointer;
}
.multifilters .checkbox input[type="checkbox"]:checked + label span {
	background:url(/bitrix/templates/.default/img/checkbox2.png) no-repeat 0 0;
}
.multifilters .checkbox  input[type="checkbox"] + label span.txt{
	background: none;
    margin-right: 0px;
    width: auto;
	height: auto;
	font-size: 11px;
}
.multifilters .checkbox input[type="checkbox"]:checked + label span.txt {
	background: none;
}



.multifilters .jq-dropdown-panel .price-slider p input {
    border: 1px solid #e4e4e4;
    text-align: center;
    max-width: 60px;
    padding: 5px 10px;
    background: #f2f2f2;
    margin: 0 5px;
}

/* BASE */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: Roboto, sans-serif;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
}

/* SIDEBAR */
.side-bar-new {
    width: 22.5%;
    margin-right: 40px;
}

.filter-block {
    width: 100%;
    padding: 16px;
    background: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;

}

/* SEARCH */
.search-block {
    width: 100%;
    height: 44px;
    margin: 0 auto;
    padding: 0 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
}

.search-block__input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    color: #50646b;
    background: transparent;
}

/* PRICE */
.price-block {
    width: 100%;
    margin: 24px auto 10px;
}

.price-block__header {
    display: flex;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
}

.price-block__title {
    font-size: 16px;
    font-weight: 500;
}

.price-block__arrow {
    margin-left: auto;
    width: 10px;
    height: 10px;
    border-right: 2px solid #7bb52c;
    border-bottom: 2px solid #7bb52c;
    transform: rotate(-135deg);
    transition: 0.2s;
}

.price-block--collapsed .price-block__content {
    display: none;
}

.price-block--collapsed .price-block__arrow {
    transform: rotate(45deg);
    border-color: #8d8d8d;
}

.price-block__content {
    margin-top: 12px;
}

/* SLIDER */
.price-slider {
    position: relative;
    height: 24px;
    margin-bottom: 12px;
    width: 96%;
    margin: 0 auto;
}

.price-slider__track,
.price-slider__range {
    position: absolute;
    top: 50%;
    height: 4px;
    border-radius: 4px;
    transform: translateY(-50%);
}

.price-slider__track {
    left: 0;
    right: 0;
    background: #dedede;
}

.price-slider__range {
    background: #96c23d;
}

.price-slider__thumb {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 3px solid #96c23d;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

/* INPUTS */
.price-inputs {
    width: 100%;
    height: 48px;
    display: flex;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

.price-inputs__col {
    flex: 1;
    padding: 5px 10px;
}

.price-inputs__divider {
    width: 1px;
    background: #d8d8d8;
}

.price-inputs__label {
    font-size: 12px;
    color: #50646b;
}

.price-inputs__field {
    width: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    background: #fafafa;

}

/* CLEAR */
.price-clear,
.category-clear {
    background: none;
    border: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #8d8d8d;
    cursor: pointer;
}

.price-clear--active,
.category-clear--active {
    color: #00afef;
}

/* SEPARATOR */
.block-separator {
    width: 100%;
    height: 2px;
    background: #7bb52c;
    border-radius: 2px;

}

/* CATEGORY */
.category-block {
    width: 100%;
    margin: 24px auto 10px;
}

.category-block__header {
    display: flex;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
}

.category-block__title {
    font-size: 16px;
    font-weight: 500;
    text-align: start;
}

.category-block__arrow {
    margin-left: auto;
    width: 10px;
    height: 10px;
    border-right: 2px solid #7bb52c;
    border-bottom: 2px solid #7bb52c;
    transform: rotate(-135deg);
    transition: 0.2s;
}

.category-block--collapsed .category-block__content {
    display: none;
}

.category-block--collapsed .category-block__arrow {
    transform: rotate(45deg);
    border-color: #8d8d8d;
}

/* CATEGORY SEARCH */
.category-search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    height: 44px;
    margin: 12px 0;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
}

.category-search__input {
    width: 100%;
    border: none;
    outline: none;
    background: #fafafa;
}

/* LIST */
.category-scroll {
    position: relative;
}

.category-list {
    max-height: 150px;
    overflow-y: auto;
    padding-right: 10px;
}

.category-scroll-track {
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #e1e1e1;
}

.category-scroll-thumb {
    width: 100%;
    background: #7bb52c;
    position: absolute;
}

/* ITEM */
.category-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 6px 0;
    font-size: 14px;
    color: #50646b;
}

/* CHECKBOX */
.category-item__checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #d0d0d0;
    border-radius: 3px;
    appearance: none;
    cursor: pointer;
}

.category-item__checkbox:checked {
    background: #7bb52c;
    border-color: #7bb52c;
}

/* SCROLL WRAPPER */
.category-scroll {
    position: relative;
    width: 100%;
}

/* LIST */
.category-list {
    max-height: 150px;
    overflow-y: auto;
    padding-right: 10px;

    scrollbar-width: none;       /* Firefox */
    -ms-overflow-style: none;    /* IE 10+ */
}

.category-list::-webkit-scrollbar {
    display: none;               /* Chrome / Safari */
}

/* CUSTOM SCROLL */
.category-scroll-track {
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: #e1e1e1;
    border-radius: 2px;
}

.category-scroll-thumb {
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 20px;
    background: #7bb52c;
    border-radius: 2px;
}
.category-item__checkbox {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #d0d0d0;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    position: relative;
}

/* CHECKED STATE */
.category-item__checkbox:checked {
    background: #7bb52c;
    border-color: #7bb52c;
}

/* GALочка */
.category-item__checkbox:checked::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 1px;
    left: 5px;
    transform: rotate(45deg);
}

/* LAYOUT FIX: если у вас не задано, чтобы sidebar+content стояли рядом */
.catalog-content-new {
    display: flex;
    align-items: flex-start;
}

/* ========= MOBILE ========= */
@media (max-width: 768px) {
    .container {
        padding: 0 12px;
    }

    /* скрываем левый фильтр */
    .side-bar-new {
        display: none;
    }

    /* контент на всю ширину */
    .content-new {
        width: 100%;
    }

    /* мобильная панель фильтров */
    .mobile-filters {
        display: grid;
        gap: 12px;
        margin-bottom: 16px;
        margin-top: 16px;
    }

    /* растягиваем ваш search-block на 100% */
    .mobile-filters__search.search-block {
        width: 100%;
        height: 44px;
        margin: 0;
    }

    /* растягиваем ваш price-block на 100% */
    .mobile-filters__price.price-block {
        width: 100%;
        margin: 0;
    }
    .mobile-filters__price .price-inputs {
        width: 100%;
    }

    /* кнопка показать ещё фильтр */
    .mobile-filters__more {
        width: 100%;
        height: 44px;
        border: 1px solid #e6e6e6;
        border-radius: 5px;
        padding: 10px 14px;
        border-radius: 10px;
        background: linear-gradient(90deg, #05b0ea 0%, #51bc94 100%);
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        color: white;
    }

    .mobile-filters__panel {
        border: 1px solid #e6e6e6;
        border-radius: 10px;
        background: #fafafa;
        padding: 12px;
    }

    .mobile-filters__placeholder {
        font-size: 14px;
        color: #50646b;
    }

    /* бренды как на фото: чипсы с переносом */



    .content-new {
        width: 100% !important;
    }
}

/* desktop: мобильную панель скрываем */
@media (min-width: 769px) {
    .mobile-filters {
        display: none;
    }
}


/* ===== MOBILE FILTER MODAL ===== */

.mobile-filter-modal {
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: 1000;

    /* важно */
    display: none;
}

.mobile-filter-modal.is-open {
    display: flex;
    flex-direction: column;
}

/* HEADER */
.mobile-filter-modal__header {
    height: 56px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.mobile-filter-modal__title {
    font-size: 18px;
    font-weight: 600;
}

.mobile-filter-modal__close {
    background: none;
    border: none;
    font-size: 22px;
    color: #7bb52c;
    cursor: pointer;
}

/* CONTENT */
.mobile-filter-modal__content {
    flex: 1;
    overflow-y: auto;
    padding: 0 16px 96px;
}

/* SECTION */
.mobile-filter-section {
    border-bottom: 2px solid #7bb52c;
    padding: 16px 0;
}

.mobile-filter-section__header {
    width: 100%;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0;
}

.mobile-filter-section__title {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

/* ARROW */
.mobile-filter-section__arrow {
    margin-left: auto;
    width: 10px;
    height: 10px;
    border-right: 2px solid #7bb52c;
    border-bottom: 2px solid #7bb52c;
    transform: rotate(45deg);
    transition: 0.2s;
}

/* OPEN STATE */
.mobile-filter-section--open .mobile-filter-section__arrow {
    transform: rotate(-135deg);
}

.mobile-filter-section__body {
    margin-top: 12px;
}

/* LIST */
.mobile-filter-list {
    display: flex;
    flex-direction: column;

}

/* FOOTER */
.mobile-filter-modal__footer {
    /*position: fixed;*/
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 16px;
    background: #ffffff;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.08);
    border-radius: 20px 20px 0 0;
    padding: 16px 20px;
}

.mobile-filter-modal__apply {
    width: 100%;
    height: 36px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background: #05b0ea;
}

/* ONLY MOBILE */
@media (min-width: 769px) {
    .mobile-filter-modal {
        display: none !important;
    }
}
/* accordion body hidden by default */
.mobile-filter-section__body {
    display: none;
}

.mobile-filter-section--open .mobile-filter-section__body {
    display: block;
}



.filter-actions {
    margin-top: 16px;
    display: grid;
    gap: 10px;
    width: 100%;
}

.filter-actions__apply {
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(90deg, #19b5e6 0%, #7bb52c 100%);
}

.filter-actions__reset {
    width: 100%;
    height: 44px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    background: #fff;
    font-size: 14px;
    color: #50646b;
    cursor: pointer;
}
/* ===== jQuery UI slider styling inside our price-block ===== */
.price-block .slider-range.ui-slider { height:4px; background:#dedede; border:none; border-radius:4px; }
.price-block .slider-range.ui-slider .ui-slider-range { background:#96c23d; border-radius:4px; }
.price-block .slider-range.ui-slider .ui-slider-handle {
    width:18px; height:18px; border-radius:50%;
    background:#fff; border:3px solid #96c23d;
    top:50%; margin:0 !important; transform:translate(-50%,-50%);
}

@media (max-width: 768px) {
    .mobile-filters__price {
        display: block;
        min-height: 1px;
    }

    .mobile-filters__price .price-block__content {
        overflow: visible;
    }
    .category-search__input {
        width: 100%;
        border: none;
        outline: none;
        background: #fff;
    }
}

.product-sorting {
    margin-bottom: 0px !important;
}

.load-more {
    background: #05b0ea !important;
    border-radius: 5px !important;
    padding: 10px 14px !important;
    width: 49% !important;
    font-size: 12px !important;
}
.mobile-filter-list{
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 992px) {
    body.mob-filter-open .mobile-bottom-nav {
        display: none !important;
    }
}
/* MOB FILTER: disabled checkbox -> серый текст */
.mobile-filter-modal .category-item__checkbox:disabled + .category-item__text,
#mobSmartFilter .category-item__checkbox:disabled + .category-item__text {
    color: #ccc !important;
}

/* (опционально) весь пункт серым + курсор */
.mobile-filter-modal .category-item:has(.category-item__checkbox:disabled),
#mobSmartFilter .category-item:has(.category-item__checkbox:disabled) {
    color: #ccc !important;
    cursor: not-allowed;
}

/* (опционально) сам чекбокс “приглушить” */
.mobile-filter-modal .category-item__checkbox:disabled,
#mobSmartFilter .category-item__checkbox:disabled {
    border-color: #ddd !important;
    background: #f3f3f3 !important;
    cursor: not-allowed;
    opacity: 1; /* чтобы Safari не делал слишком бледным */
}


/* Disabled: текст */
.smartfilter .category-item__checkbox:disabled + .category-item__text{
    color:#ccc !important;
}

/* Disabled: сам чекбокс (квадратик) */
.smartfilter .category-item__checkbox:disabled{
    border-color:#ccc !important;
    background:#f5f5f5 !important;
    
    opacity:1 !important; /* Safari/Chrome иногда “убивают” */
}

/* Disabled + checked (если бывает) */
.smartfilter .category-item__checkbox:disabled:checked{
    background:#ccc !important;
    border-color:#ccc !important;
}
.smartfilter .category-item__checkbox:disabled:checked::after{
    border-color:#fff !important; /* галочка белая */
}

/* «Применить» всплывает и закрепляется внизу при выборе любого фильтра
   (запрос сеошника 07.2026: чтобы не приходилось листать к кнопке).
   Только CSS: пока ничего не выбрано — кнопки в обычном потоке внизу формы;
   как отмечен хоть один чекбокс — панель липнет к низу экрана и подсвечивается. */
.smartfilter:has(.category-item__checkbox:checked) .filter-actions {
    position: sticky;
    bottom: 14px;
    z-index: 6;
    margin-top: 16px;
    padding: 14px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .04);
    animation: filterActionsReveal .22s ease-out;
}

@keyframes filterActionsReveal {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* End */


/* Start:/bitrix/templates/.default/vendor/jquery-dropdown-master/jquery.dropdown.min.css?17852187611633*/
.jq-dropdown{position:absolute;z-index:1039;display:none}.jq-dropdown .jq-dropdown-menu,.jq-dropdown .jq-dropdown-panel{min-width:160px;max-width:360px;list-style:none;background:#fff;border:solid 1px #ddd;border-radius:4px;box-shadow:0 5px 10px rgba(0,0,0,0.2);overflow:visible;padding:4px 0;margin:0}.jq-dropdown .jq-dropdown-panel{padding:10px}.jq-dropdown.jq-dropdown-tip{margin-top:8px}.jq-dropdown.jq-dropdown-tip:before{position:absolute;top:-6px;left:9px;content:"";border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ddd;display:inline-block}.jq-dropdown.jq-dropdown-tip:after{position:absolute;top:-5px;left:10px;content:"";border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;display:inline-block}.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before{left:auto;right:9px}.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after{left:auto;right:10px}.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,.jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel{max-height:180px;overflow:auto}.jq-dropdown .jq-dropdown-menu li{list-style:none;padding:0 0;text-indent:0;margin:0;line-height:18px}.jq-dropdown .jq-dropdown-menu li>a,.jq-dropdown .jq-dropdown-menu label{display:block;color:inherit;text-decoration:none;line-height:18px;padding:3px 15px;margin:0;white-space:nowrap}.jq-dropdown .jq-dropdown-menu li>a:hover,.jq-dropdown .jq-dropdown-menu label:hover{background-color:#f2f2f2;color:inherit;cursor:pointer}.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider{font-size:1px;border-top:solid 1px #e5e5e5;padding:0;margin:5px 0}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section.list/sidebar/style.css?17852187613106*/
.side-bar .navbar:after {
	content: '';
	display: table;
	clear: both;
}

#catalog-menu {
	margin-bottom: 20px;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	background: #F2F2F2 !important;
}

#catalog-menu li {
	position: relative;
	min-height: 30px;
	padding-right: 30px;
	border-top: 1px solid lightgray !important;
	background: #F2F2F2 !important;
	margin: 0;
}
#catalog-menu li li {
	border-top: 1px solid lightgray !important;
	background: #F6F9F9 !important;
}
#catalog-menu li li.active{
	background: #F2F2F2 !important;
}
#catalog-menu li li li {
	border: none !important;
	background: white !important;
}

#catalog-menu li a {
	display: inline-block;
	color: #4f636b;
	padding: 10px 0 10px 10px !important;
	font-size: 16px !important;
	font-weight: normal !important;
	color: black !important;
	text-transform: uppercase !important;
}
#catalog-menu li li a {
	padding: 10px 0 10px 30px !important;
	font-size: 14px !important;
	text-transform: none !important;
}
#catalog-menu li li li a {
	padding: 10px 0 10px 50px !important;
	font-size: 12px !important;
	text-transform: none !important;
}

#catalog-menu ul {
	display: none;
	float: none;
	margin: 0 -30px 0 0;
	background: #F6F9F9 !important;
}
#catalog-menu ul ul {
	border-top: 1px solid lightgray !important;
	background: white !important;
}

#catalog-menu ul li {
	background: #F2F2F2;
}
#catalog-menu ul ul li {
	background: #F6F9F9;
}

#catalog-menu li.active > ul {
	display: block;
}
#catalog-menu li.active > a {
	font-weight: bold !important;
}
#catalog-menu li li li.active {
	background: #00AFF0 !important;
}
#catalog-menu li li li.active > a {
	color: white !important;
}

#catalog-menu li .menu-toggle {
	background: url(/bitrix/templates/.default/components/bitrix/catalog.section.list/sidebar/img/arrow_g.png) no-repeat center;
	display: block;
	position: absolute;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	top: 10px;
}
#catalog-menu li li .menu-toggle {
	background-image: url(/bitrix/templates/.default/components/bitrix/catalog.section.list/sidebar/img/arrow_g.png);	
}
#catalog-menu li .menu-toggle.opened {
	transform: rotate(90deg);
}

#catalog-menu li.parent {
	background: #92C548;
}
#catalog-menu li.parent > a {
	font-size: 14px;
	font-weight: 500;
	min-height: 30px;	
}

#catalog-menu ul.item-level-2 li.active > ul {
	display: none;
}
#catalog-menu ul.item-level-2 li .menu-toggle {
	display: none;
}

#catalog-menu ul.item-level-3 {
	display: none;
	/*position: absolute;
	left: 100%;
	top: 0;
	min-width: 300px;
	border: 1px solid lightgray;
	z-index: 100;*/
}

#catalog-menu ul.item-level-2 li:hover ul.item-level-3 {
	display: block;	
}

.root-item .active.selected{
    background: #00AFF0 !important;
}
.root-item .active.selected a{
    color: #fff!important;
}
.navbar__title{
	position: relative;
	min-height: 50px;
}
.navbar__title a{
	color: #000;
	display: block;
	padding: 15px 0 15px 30px;
}
.navbar__title span{
	background: url(/bitrix/templates/.default/components/bitrix/menu/catalog_left/img/arrow_g.png) no-repeat center;
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	top: 9px;
	transform: rotate(180deg);
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?178521877151*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/bitrix/templates/.default/components/custom/iblock.element.add.form/buy_item-click/style.css?1785218761493*/
.data-table{
	width:100%;
}

.data-table textarea{
	  font-weight: 400;
	  font-style: normal;
	  font-variant: normal;
	  font-stretch: normal;
	  font-size: 17px;
	  line-height: normal;
	  font-family: Roboto, sans-serif;
	  width: 350px;
	  margin: 0px;
	  height: 100px;
	  resize: none;
}

.success-message{color: #9d7541;}
  
.box-modal .success-message p {text-align: center;}

/*.box-modal input[type=submit] {
  height: 45px;
  width: auto;
  margin: 0 0 10px;
  padding: 0 80px;
}*/
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog/catalog-production/style.css?17852278253343 */
/* /bitrix/templates/.default/components/bitrix/search.title/search_title_filter/style.css?17852187614049 */
/* /bitrix/templates/.default/components/bitrix/catalog/catalog-production/bitrix/catalog.smart.filter/left_filter_new/style.css?178521876118930 */
/* /bitrix/templates/.default/vendor/jquery-dropdown-master/jquery.dropdown.min.css?17852187611633 */
/* /bitrix/templates/.default/components/bitrix/catalog.section.list/sidebar/style.css?17852187613106 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?178521877151 */
/* /bitrix/templates/.default/components/custom/iblock.element.add.form/buy_item-click/style.css?1785218761493 */
