

/* Start:/local/templates/turbolemons-template/css/catalog.css?17873272391756*/
.catalog-hero{

    padding:24px 90px 48px;

}

.catalog-hero__container{

    max-width:1740px;

    margin:0 auto;

    display:flex;

    flex-direction:column;

    gap:48px;

}

.catalog-breadcrumbs{

    display:flex;

    align-items:center;

    gap:8px;

}

.catalog-breadcrumbs a,
.catalog-breadcrumbs span{

    font-family:"Inter",sans-serif;

    font-size:14px;

    font-weight:400;

    line-height:18px;

    letter-spacing:-0.3px;

    color:#A3A3A3;

    text-decoration:none;

}

.catalog-hero__heading{

    display:flex;

    align-items:flex-start;

    gap:16px;

}

.catalog-hero__title{

    margin:0;

    font-family:"Roboto Flex",sans-serif;

    font-size:72px;

    font-weight:700;

    font-style:italic;

    line-height:63px;

    text-transform:uppercase;

    letter-spacing:-2px;

    color:#171717;

}

.catalog-hero__count{

    margin-top:20px;

    font-family:"Inter",sans-serif;

    font-size:14px;

    font-weight:500;

    line-height:18px;

    letter-spacing:-0.3px;

    color:#A3A3A3;

}

.catalog-categories{

    display:flex;

    gap:16px;

    align-items:flex-start;

}

.catalog-category{

    display:flex;

    align-items:center;

    gap:20px;

    padding:12px 20px 12px 12px;

    background:#F5F5F5;

    text-decoration:none;

}

.catalog-category__image{

    width:100px;

    height:100px;

    background:#FFF;

    flex-shrink:0;

}

.catalog-category__content{

    display:flex;

    flex-direction:column;

    justify-content:center;

    gap:4px;

    height:100px;

}

.catalog-category__title{

    font-family:"Roboto Flex",sans-serif;

    font-size:24px;

    font-weight:700;

    font-style:italic;

    line-height:28px;

    letter-spacing:-0.8px;

    color:#171717;

}
/* End */


/* Start:/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/style.css?178706505818791*/
.bx-filter {
	width: 100%;
	min-width: 220px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
	margin-bottom: 20px;
}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */
	position: relative;
	padding-top: 26px
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
}
.bx-filter .bx-filter-parameters-box-title {
	font-size: 13px;
	padding-bottom: 7px;
}
@media (min-width: 992px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
}
.bx-filter .bx-filter-parameters-box-title span {
	color: #039be5;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
	border-color: #039be5;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
	/*color: #95a1a8;*/
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	/*color: #758087;*/
	border-color: transparent;
}
.bx-filter .bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}
.bx-filter-parameters-box-container {
	padding-bottom: 20px;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: #3f3f3f;
}
/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 18px;
	height: 38px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	outline: none
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/border_default.png) 2 repeat;
}
/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/active.png) 2 repeat;
			border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
	/* Fix of input shadow for IOS browsers. */

	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
	clear: both;
}
/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	padding-top: 35px;
	padding-bottom: 25px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
	/*background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}
.bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}
.bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	/*font-weight: var(--ui-font-weight-bold);*/

	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 50;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

/*
*	Select
*
*/

.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/active.png) 2 repeat;
			border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}
.bx-filter .bx-filter-param-label {
	/*font-size: 13px;*/
}
.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: normal;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}
/*
*	Checkbox / Radio
*
*/

.bx-filter .bx-filter-input-checkbox {}
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	text-align: left;
}
/*
* 	BTN
*
*/

.bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/active.png) 2 repeat;
			border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	font-size: 18px;
	/*font-weight:var(--ui-font-weight-bold);*/

	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}
/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
	line-height: 24px;
	/*position:relative;*/
	/*top:4px;*/

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-background-size: cover;
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/

.bx-filter .bx-filter-parameter-biz {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/

	color: #000;
	border-color: transparent;
}
/*
*	BTN result and reset
*
*/

.btn-themes {
	/*background-color: #1485CE;/* COLOR */
	/*border-color: #1485CE;/* COLOR */
	color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
	/*background-color: #53A4D8;/* COLOR */
	/*border-color: #53A4D8;/* COLOR */
	color: #FFF
}
/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #C6DCE7;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
	right:97%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c6dae7;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}
/* End */


/* Start:/local/templates/turbolemons-template/components/bitrix/catalog/catalog/style.css?1788260557118358*/
/* ==========================================================================
   CATALOG HERO
   ========================================================================== */
@font-face {
    font-family:"Roboto Flex Custom";

    src:
        url("/local/fonts/RobotoFlex-CompressedItalic-VF.ttf") format("truetype-variations"),
        url("/local/fonts/RobotoFlex-CompressedItalic-VF.ttf") format("truetype");

    font-weight: 100 1000;
    font-style: italic;
    font-display: swap;
}

.catalog-section,
.catalog-section *,
.catalog-section *::before,
.catalog-section *::after{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

.catalog-section{
    position:relative;

    width:100%;
    height:386px;

    overflow:hidden;

    background:#171717;
    background-image:
        var(--catalog-hero-image, none);

    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;

    color:#FFFFFF;
}

/* ==========================================================================
   OVERLAY
   ========================================================================== */

.catalog-section__overlay{
    position:absolute;
    inset:0;

    z-index:1;

    pointer-events:none;

    background:
        -webkit-gradient(
            linear,
            left top, left bottom,
            from(rgba(0,0,0,.60)),
            color-stop(73.32%, rgba(0,0,0,0))
        );

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.60) 0%,
            rgba(0,0,0,0) 73.32%
        );
}

.catalog-section__overlay::after{
    content:"";

    position:absolute;
    inset:0;

    background:
        -webkit-gradient(
            linear,
            left bottom, left top,
            from(rgba(0,0,0,.20)),
            color-stop(55%, rgba(0,0,0,0))
        );

    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.20) 0%,
            rgba(0,0,0,0) 55%
        );
}

/* ==========================================================================
   CONTAINER
   ========================================================================== */

.catalog-section__container{
    position:relative;
    z-index:2;

    height:100%;
}

.catalog-section__container.container{
    padding-top:148px;
    padding-bottom:24px;
}

.catalog-section__content{
    width:100%;
    height:214px;

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
}

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */

.catalog-breadcrumbs{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    gap:8px;
    margin:0;
    padding:0;
    flex-wrap: wrap;
}

.catalog-breadcrumbs__link,
.catalog-breadcrumbs__current{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;

    height:24px;

    margin:0;
    padding:0;

    font-family:Inter,sans-serif;
    font-style:normal;
    font-weight:400;
    font-size:14px;
    line-height:18px;
    letter-spacing:-.3px;

    text-decoration:none;

    color:#FFFFFF;

    white-space:nowrap;
}

.catalog-breadcrumbs__link{
    -webkit-transition:opacity .2s ease;
    transition:opacity .2s ease;
}

.catalog-breadcrumbs__link:hover{
    color:#FFFFFF;
    opacity:.72;
}

.catalog-breadcrumbs__current{
    color:#FFFFFF;
}

/* ==========================================================================
   BREADCRUMBS ARROW
   ========================================================================== */

.catalog-breadcrumbs__separator{
    position:relative;

    width:16px;
    height:16px;

    -webkit-box-flex:0;

        -ms-flex:0 0 16px;

            flex:0 0 16px;
}

.catalog-breadcrumbs__separator::before{
    content:"";

    position:absolute;

    width:5px;
    height:5px;

    left:50%;
    top:50%;

    border-top:1.5px solid #FFFFFF;
    border-right:1.5px solid #FFFFFF;

    -webkit-transform:
        translate(-65%,-50%)
        rotate(45deg);

        -ms-transform:
        translate(-65%,-50%)
        rotate(45deg);

            transform:
        translate(-65%,-50%)
        rotate(45deg);
}

/* ==========================================================================
   TITLE AREA
   ========================================================================== */

.catalog-section__header{
    width:100%;
    height:118px;

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;

    gap:16px;
}

/* ==========================================================================
   TITLE
   ========================================================================== */

.catalog-section__title{
    margin:0;
    padding:0;

    font-family:"Roboto Flex Custom", sans-serif !important;
    font-style: italic !important;
    font-variation-settings:"wght" 700 !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    font-weight:700;

    font-size:120px;
    line-height:118px;

    text-transform:uppercase;

    color:#FFFFFF;

    -webkit-transform-origin:left top;

        -ms-transform-origin:left top;

            transform-origin:left top;

}

/* ==========================================================================
   PRODUCTS COUNT
   ========================================================================== */

.catalog-section__count{
padding-top: 8px;
font-size: 16px;
line-height: 22px;
}
/* ==========================================================================
   CATALOG SUBSECTIONS
   ========================================================================== */

.catalog-subsections,
.catalog-subsections *,
.catalog-subsections *::before,
.catalog-subsections *::after{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

.catalog-subsections{
    width:100%;

    padding:48px 0 0;

    background:#FFFFFF;
}

.catalog-subsections__container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
}

.catalog-subsections__list{
    width:100%;

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    gap:16px;

    overflow-x:auto;
    overflow-y:hidden;

    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;

    -webkit-user-select:none;

       -moz-user-select:none;

        -ms-user-select:none;

            user-select:none;
}

.catalog-subsections__list:not(.tags-list){
    flex-wrap:wrap;

    overflow:visible;
}

.catalog-subsections__list.tags-list{
    gap: 20px;
    overflow: visible;
}

.catalog-subsections__scroll-wrap{
    position:relative;
}

.catalog-subsections__list.tags-list .catalog-subsections__scroll-wrap--tags{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
}

.catalog-subsections__list.tags-list .catalog-subsections__scroll-wrap--tags .catalog-filter__tags{
    overflow-x: auto;
    overflow-y: hidden;

    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.catalog-subsections__list.tags-list .catalog-subsections__scroll-wrap--tags .catalog-filter__tags::-webkit-scrollbar{
    display: none;
}

.catalog-filter__tags.is-scrollable{
    cursor:-webkit-grab;
    cursor:grab;
}

.catalog-filter__tags.is-dragging{
    cursor:-webkit-grabbing;
    cursor:grabbing;
}

.catalog-filter__tags.is-dragging,
.catalog-filter__tags.is-dragging *{
    cursor:-webkit-grabbing !important;
    cursor:grabbing !important;
}

.catalog-subsections__fade{
    position:absolute;

    top:0;

    width:100px;
    height:44px;

    opacity:0;

    pointer-events:none;

    -webkit-transition:opacity .2s ease;

    transition:opacity .2s ease;
}

.catalog-subsections__fade--right{
    right:0;

    background:-webkit-gradient(
        linear,
        left top, right top,
        from(rgba(255,255,255,0)),
        to(#fff)
    );

    background:linear-gradient(
        to right,
        rgba(255,255,255,0) 0%,
        #fff 100%
    );
}

.catalog-subsections__fade--left{
    left:0;

    background:-webkit-gradient(
        linear,
        right top, left top,
        from(rgba(255,255,255,0)),
        to(#fff)
    );

    background:linear-gradient(
        to left,
        rgba(255,255,255,0) 0%,
        #fff 100%
    );
}

.catalog-subsections__scroll-wrap.has-overflow .catalog-subsections__fade--right{
    opacity:1;
}

.catalog-subsections__scroll-wrap.has-overflow-left .catalog-subsections__fade--left{
    opacity:1;
}

.catalog-subsections__list::-webkit-scrollbar{
    display:none;
}

.catalog-subsections__list.is-dragging{
    cursor:-webkit-grabbing;
    cursor:grabbing;
}
.catalog-subsections__list img{
    -webkit-user-drag:none;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

.catalog-subsections__list,
.catalog-subsections__list *{
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

.catalog-subsections__list.is-dragging,
.catalog-subsections__list.is-dragging *{
    cursor:-webkit-grabbing !important;
    cursor:grabbing !important;
}

.catalog-subsections__list + .catalog-subsections__list,
.catalog-subsections__list + .catalog-filter__tags{
    margin-top:24px;
}
.catalog-subsection{
    width:auto;
    min-width:335px;
    max-width: 335px;
    min-height:124px;

    -webkit-box-flex:0;

        -ms-flex:0 0 auto;

            flex:0 0 auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;

    gap:20px;

    padding:12px 12px 12px 0;

    background:#F5F5F5;

    color:#171717;

    text-decoration:none;

    overflow:hidden;

    -webkit-transition:
        background-color .2s ease,
        -webkit-transform .2s ease;

    transition:
        background-color .2s ease,
        -webkit-transform .2s ease;

    transition:
        background-color .2s ease,
        transform .2s ease;

    transition:
        background-color .2s ease,
        transform .2s ease,
        -webkit-transform .2s ease;
}
.catalog-subsection:hover{
    background:rgba(82, 82, 82, .12);
}
.catalog-subsections__list.is-dragging{
    cursor:-webkit-grabbing;
    cursor:grabbing;
}
.catalog-subsection__image{
    width:100px;
    height:100px;

    -webkit-box-flex:0;

        -ms-flex:0 0 100px;

            flex:0 0 100px;

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;

    overflow:hidden;

    background:transparent;
}
.catalog-subsection__image img{
    display:block;

    width:100%;
    height:100%;

    -o-object-fit:contain;

       object-fit:contain;
    -o-object-position:center;
       object-position:center;
}

.catalog-subsection__info{
    height: 100%;

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;

    gap:4px;
}

.catalog-subsection__title{
    margin:0;
    padding:0;
    font-family:"Roboto Flex Custom", sans-serif !important;
    font-style: italic !important;
    font-variation-settings:"wght" 700 !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    font-weight:700;
    font-size:24px;
    line-height:28px;
    color:#171717;
    -webkit-transform-origin:left center;
        -ms-transform-origin:left center;
            transform-origin:left center;
}

.catalog-subsection__count{
    margin:0;
    padding:0;

    font-family:Inter,sans-serif;
    font-style:normal;
    font-weight:400;

    font-size:16px;
    line-height:22px;
    letter-spacing:-.4px;

    color:#A3A3A3;

    white-space:nowrap;
}

.catalog-subsections__divider{
    width:100%;
    height:1px;

    background:rgba(82,82,82,.16);
}
/* ==========================================================================
   Filter
   ========================================================================== */

.catalog-filter{
    padding:48px 0;
    background:#fff;
    overflow:visible;
}

.catalog-filter__container{
    overflow:visible;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

/* ==========================================================================
   Общая сетка
   ========================================================================== */

.catalog-filter__row,
.catalog-filter__row--second{

    display:-ms-grid;

    display:grid;

    -ms-grid-columns:
        1fr 16px
        1fr 16px
        1fr 16px
        1fr 16px
        1fr;

    grid-template-columns:
        1fr
        1fr
        1fr
        1fr
        1fr;

    gap:16px;

    -webkit-box-align:center;

        -ms-flex-align:center;

            align-items:center;
}

.catalog-filter__row .catalog-filter-colors-group{
    grid-column: span 3;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    gap:16px;
    width:100%;
    min-width:0;
    overflow:visible;
}

.catalog-filter-colors{

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;

    -webkit-box-align:center;

        -ms-flex-align:center;

            align-items:center;

    gap:8px;
}

.catalog-filter-colors__all{

    width:130px;

    -webkit-box-flex:0;

        -ms-flex:none;

            flex:none;
}
/* ==========================================================================
   Price / Range
   ========================================================================== */

.catalog-filter-price,
.catalog-filter-range{

    display:-ms-grid;

    display:grid;

    -ms-grid-columns:1fr 8px 1fr;

    grid-template-columns:1fr 1fr;

    gap:8px;
}

.catalog-filter-price__field,
.catalog-filter-range__field{

    position:relative;

    height:56px;
}

.catalog-filter-number__input{

    position:absolute;
    inset:0;

    width:100%;
    height:100%;

    padding:20px 16px 10px 16px;

    border:0;
    outline:none;

    background:rgba(82, 82, 82, .08);

    -webkit-box-sizing:border-box;

            box-sizing:border-box;

    font:400 16px/22px Inter,sans-serif;

    color:#171717;
}

.catalog-filter-number__input::-webkit-input-placeholder{

    color:transparent;
}

.catalog-filter-number__input::-moz-placeholder{

    color:transparent;
}

.catalog-filter-number__input:-ms-input-placeholder{

    color:transparent;
}

.catalog-filter-number__input::-ms-input-placeholder{

    color:transparent;
}

.catalog-filter-number__input::placeholder{

    color:transparent;
}

.catalog-filter-number__label{

    position:absolute;

    left:16px;
    top:50%;

    -webkit-transform:translateY(-50%);

        -ms-transform:translateY(-50%);

            transform:translateY(-50%);

    max-width:calc(100% - 56px);

    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;

    font:400 16px/22px Inter,sans-serif;

    color:#A3A3A3;

    pointer-events:none;

    -webkit-transition:
        font-size .15s ease,
        line-height .15s ease,
        top .15s ease,
        -webkit-transform .15s ease;

    transition:
        font-size .15s ease,
        line-height .15s ease,
        top .15s ease,
        -webkit-transform .15s ease;

    transition:
        font-size .15s ease,
        line-height .15s ease,
        top .15s ease,
        transform .15s ease;

    transition:
        font-size .15s ease,
        line-height .15s ease,
        top .15s ease,
        transform .15s ease,
        -webkit-transform .15s ease;
}

.catalog-filter-number__input:not(:-moz-placeholder) ~ .catalog-filter-number__label{

    top:8px;
    transform:translateY(0);

    font-size:12px;
    line-height:16px;
}

.catalog-filter-number__input:not(:-ms-input-placeholder) ~ .catalog-filter-number__label{

    top:8px;
    -ms-transform:translateY(0);
        transform:translateY(0);

    font-size:12px;
    line-height:16px;
}

.catalog-filter-number__input:focus ~ .catalog-filter-number__label,
.catalog-filter-number__input:not(:placeholder-shown) ~ .catalog-filter-number__label{

    top:8px;
    -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
            transform:translateY(0);

    font-size:12px;
    line-height:16px;
}

.catalog-filter-number__clear{

    display:none;

    -webkit-box-align:center;

        -ms-flex-align:center;

            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;

    position:absolute;

    right:16px;
    top:50%;

    -webkit-transform:translateY(-50%);

        -ms-transform:translateY(-50%);

            transform:translateY(-50%);

    width:24px;
    height:24px;

    padding:0;

    border:0;

    background:transparent;

    cursor:pointer;
}

.catalog-filter-number__clear.is-visible{

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;
}

.catalog-filter-number__clear svg{
    -webkit-box-flex:0;
        -ms-flex:none;
            flex:none;
    width:24px;
    height:24px;
}

/* ==========================================================================
   Select
   ========================================================================== */

.catalog-filter-select{

    position:relative;
}

.catalog-filter-select__button{

    width:100%;
    height:56px;

    padding:0 16px;

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    gap:8px;

    border:0;

    background:rgba(82, 82, 82, .08);

    cursor:pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.catalog-filter-select__field{

    -webkit-box-flex:1;

        -ms-flex:1;

            flex:1;
    min-width:0;

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    gap:2px;
}

.catalog-filter-select__label{

    overflow:hidden;
    text-align: left;

    white-space:nowrap;

    text-overflow:ellipsis;

    font:400 16px/22px Inter,sans-serif;

    color:#A3A3A3;

    -webkit-transition:font-size .15s ease, line-height .15s ease, color .15s ease;

    transition:font-size .15s ease, line-height .15s ease, color .15s ease;
}

.catalog-filter-select.has-value .catalog-filter-select__label,
.catalog-filter-select.is-open .catalog-filter-select__label{

    font-size:12px;
    line-height:16px;
}

.catalog-filter-select__title{

    display:none;

    overflow:hidden;

    white-space:nowrap;

    text-overflow:ellipsis;

    font:400 16px/22px Inter,sans-serif;

    color:#171717;
}

.catalog-filter-select.has-value .catalog-filter-select__title{

    display:block;
}

.catalog-filter-select.catalog-filter-select--picker .catalog-filter-select__label{

    position:relative;

    font-size:16px;
    line-height:22px;
}

.catalog-filter-select.catalog-filter-select--picker.has-value .catalog-filter-select__label{

    display:none;
}

.catalog-filter-select.catalog-filter-select--picker.is-open .catalog-filter-select__title{

    display:block;
}

.catalog-filter-select--picker.is-open:not(.has-value) .catalog-filter-select__label::before{

    content:"";

    position:absolute;
    left:0;
    top:50%;

    width:1px;
    height:16px;

    -webkit-transform:translateY(-50%);

        -ms-transform:translateY(-50%);

            transform:translateY(-50%);

    background:currentColor;

    -webkit-animation:catalog-filter-caret-blink 1s step-start infinite;

            animation:catalog-filter-caret-blink 1s step-start infinite;
}

@-webkit-keyframes catalog-filter-caret-blink{
    50%{
        opacity:0;
    }
}

@keyframes catalog-filter-caret-blink{
    50%{
        opacity:0;
    }
}

.catalog-filter-select__icon{

    width:24px;
    height:24px;

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;

    color:#A3A3A3;

    -webkit-box-flex:0;

        -ms-flex:none;

            flex:none;

    -webkit-transition:.2s;

    transition:.2s;
}

.catalog-filter-select__clear-all{

    display:none;

    -webkit-box-align:center;

        -ms-flex-align:center;

            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;

    width:24px;
    height:24px;

    -webkit-box-flex:0;

        -ms-flex:none;

            flex:none;

    cursor:pointer;
}

.catalog-filter-select.has-value.is-open .catalog-filter-select__clear-all{

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;
}

.catalog-filter-select__dropdown{

    position:absolute;

    top:calc(100% + 8px);

    left:0;
    right:0;

    background:#fff;

    border:1px solid #ECECEC;

    -webkit-box-shadow:0 8px 24px rgba(0,0,0,.08);

            box-shadow:0 8px 24px rgba(0,0,0,.08);

    max-height:320px;

    overflow-y:auto;

    overflow-x:hidden;

    z-index:2;

    opacity:0;
    visibility:hidden;
    -webkit-transform:translateY(-8px);
        -ms-transform:translateY(-8px);
            transform:translateY(-8px);

    -webkit-transition:
        opacity .3s ease,
        visibility 0s linear .3s,
        -webkit-transform .3s ease;

    transition:
        opacity .3s ease,
        visibility 0s linear .3s,
        -webkit-transform .3s ease;

    transition:
        opacity .3s ease,
        transform .3s ease,
        visibility 0s linear .3s;

    transition:
        opacity .3s ease,
        transform .3s ease,
        visibility 0s linear .3s,
        -webkit-transform .3s ease;

    scrollbar-width:thin;
    scrollbar-color:#D4D4D4 transparent;
}

.catalog-filter-select__dropdown::-webkit-scrollbar{
    width:6px;
}

.catalog-filter-select__dropdown::-webkit-scrollbar-track{
    background:transparent;
}

.catalog-filter-select__dropdown::-webkit-scrollbar-thumb{
    background:#D4D4D4;
    border-radius:999px;
}

.catalog-filter-select__dropdown::-webkit-scrollbar-thumb:hover{
    background:#A3A3A3;
}

.catalog-filter-select__dropdown::-webkit-scrollbar-button{
    display:none;
    width:0;
    height:0;
}

.catalog-filter-select__option{

    width:100%;

    min-height:48px;

    padding:13px 16px;

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;

    border:0;

    background:#fff;

    cursor:pointer;

    text-align:left;

    font:400 16px/22px Inter,sans-serif;

    white-space:normal;
    overflow-wrap:anywhere;
    word-break:break-word;

    -webkit-box-sizing:border-box;

            box-sizing:border-box;
}
.catalog-filter-select__option:hover{

    color:#737373;
}

.catalog-filter-select.is-open .catalog-filter-select__dropdown{

    opacity:1;
    visibility:visible;
    -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
            transform:translateY(0);

    -webkit-transition:
        opacity .3s ease,
        visibility 0s linear 0s,
        -webkit-transform .3s ease;

    transition:
        opacity .3s ease,
        visibility 0s linear 0s,
        -webkit-transform .3s ease;

    transition:
        opacity .3s ease,
        transform .3s ease,
        visibility 0s linear 0s;

    transition:
        opacity .3s ease,
        transform .3s ease,
        visibility 0s linear 0s,
        -webkit-transform .3s ease;
    z-index: 5;
}

.catalog-filter-select.is-open .catalog-filter-select__icon{

    -webkit-transform:rotate(180deg);

        -ms-transform:rotate(180deg);

            transform:rotate(180deg);
}

@media(any-hover: hover){
    .catalog-filter-select__button:hover,
    .catalog-filter-number__input:hover{
        background: rgba(82, 82, 82, .12);
    }
}

/* ==========================================================================
   Select — мультивыбор (чекбоксы внутри выпадающего списка)
   ========================================================================== */

.catalog-filter-select__count{

    -webkit-box-flex:0;

        -ms-flex:none;

            flex:none;

    font:400 16px/22px Inter,sans-serif;

    color:#A3A3A3;
}

.catalog-filter-select__clear{

    width:100%;

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    gap:8px;

    padding:13px 16px;

    border:0;

    background:#fff;

    cursor:pointer;

    text-align:left;

    font:400 16px/22px Inter,sans-serif;
    letter-spacing: -0.4;

    color:#A3A3A3;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.catalog-filter-select__clear svg{

    -webkit-box-flex:0;

        -ms-flex:none;

            flex:none;

    width:24px;
    height:24px;
}

.catalog-filter-select__clear:hover{
    color:#171717;
}

.catalog-filter-select__clear.is-empty{

    cursor:default;
}

.catalog-filter-select__clear.is-empty:hover{

    background:#fff;
    color:#A3A3A3;
}

.catalog-filter-select__search-input{

    display:none;

    width:100%;
    min-width:0;

    border:0;
    outline:0;

    padding:0;
    margin:0;

    background:transparent;

    font:400 16px/22px Inter,sans-serif;

    color:#171717;
}

.catalog-filter-select__search-input::-webkit-input-placeholder{

    color:#A3A3A3;
}

.catalog-filter-select__search-input::-moz-placeholder{

    color:#A3A3A3;
}

.catalog-filter-select__search-input:-ms-input-placeholder{

    color:#A3A3A3;
}

.catalog-filter-select__search-input::-ms-input-placeholder{

    color:#A3A3A3;
}

.catalog-filter-select__search-input::placeholder{

    color:#A3A3A3;
}

.catalog-filter-select__search-clear{

    display:none;

    -webkit-box-align:center;

        -ms-flex-align:center;

            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;

    -webkit-box-flex:0;

        -ms-flex:none;

            flex:none;

    width:20px;
    height:20px;

    padding:0;

    border:0;

    background:transparent;

    color:#A3A3A3;

    cursor:pointer;
}

.catalog-filter-select__search-clear:hover{

    color:#171717;
}

.catalog-filter-select.is-open .catalog-filter-select__title{

    display:none;
}

.catalog-filter-select.is-open .catalog-filter-select__count{

    display:none;
}

.catalog-filter-select.is-open .catalog-filter-select__search-input{

    display:block;
}

.catalog-filter-select__option--checkbox{

    -webkit-box-align:center;

        -ms-flex-align:center;

            align-items:center;
    gap:12px;
}

.catalog-filter-select__checkbox{

    display:none;
}

.catalog-filter-select__checkbox-box{
    width:18px;
    height:18;
    -webkit-box-flex:0;
        -ms-flex:none;
            flex:none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    background:#F5F5F5;
    border:1px solid rgba(82,82,82,.16);
    -webkit-transition:.2s;
    transition:.2s;
}

.catalog-filter-select__checkbox-box svg{

    width:14px;
    height:14px;

    opacity:0;

    color:#171717;

    -webkit-transition:.2s;

    transition:.2s;
}

.catalog-filter-select__checkbox:checked
+ .catalog-filter-select__checkbox-box{

    background:#D2FF00;

    border-color:#D2FF00;
}

.catalog-filter-select__checkbox:checked
+ .catalog-filter-select__checkbox-box svg{

    opacity:1;
}

.catalog-filter-select__option-title{

    -webkit-box-flex:1;

        -ms-flex:1;

            flex:1;

    min-width:0;
}

/* ==========================================================================
   Colors
   ========================================================================== */

.catalog-filter__row--second .catalog-filter-colors-group{
    -ms-grid-column:3;
    -ms-grid-column-span:3;
    grid-column:3 / 6;

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;

    gap:8px;

    width:100%;
    min-width:0;

    overflow:visible;
}
/* Кнопка «Любой» */

.catalog-filter-colors__all{
    width:130px;
    height:56px;

    -webkit-box-flex:0;

        -ms-flex:0 0 130px;

            flex:0 0 130px;

    padding:0 20px 0 24px;

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;

    gap:8px;

    border:0;
    border-radius:0;

    background:rgba(82,82,82,.08);

    cursor:pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;

font-family:"Roboto Flex Custom", sans-serif !important;
font-style: italic !important;
font-variation-settings:"wght" 700 !important;
-webkit-font-smoothing: antialiased;
text-rendering: geometricPrecision;
font-weight:700;
font-size:16px;
line-height:22px;

text-transform:uppercase;

-webkit-transform-origin:left center;

    -ms-transform-origin:left center;

        transform-origin:left center;

    color:#171717;

    white-space:nowrap;

    -webkit-transition:background .2s ease;

    transition:background .2s ease;
}

.catalog-filter-colors__all:hover,
.catalog-filter-colors__all.is-active:hover{
    background:rgba(82,82,82,.12);
}

.catalog-filter-colors__all.is-active{
    background:rgba(82,82,82,.08);
}

.catalog-filter-colors__all svg{
    width:24px;
    height:24px;

    -webkit-box-flex:0;

        -ms-flex:none;

            flex:none;
}

/* Общий контейнер цветов */

.catalog-filter-colors{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;

    gap:8px;

    width:100%;
    min-width:0;
    height:auto;

    padding:0;

    overflow:visible;
}
.catalog-filter-colors::-webkit-scrollbar{
    display:none;
}

/* Скрытый checkbox */

.catalog-filter-color__checkbox{
    position:absolute;

    width:1px;
    height:1px;

    margin:0;
    padding:0;

    opacity:0;

    pointer-events:none;
}

/* Галочка */

.catalog-filter-color__check{
    position:absolute;
    inset:0;

    z-index:3;

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;

    border-radius:50%;

    color:#FFFFFF;

    opacity:0;
    visibility:hidden;

    pointer-events:none;

    -webkit-transition:
        opacity .2s ease,
        visibility .2s ease;

    transition:
        opacity .2s ease,
        visibility .2s ease;
}

.catalog-filter-color__check svg{
    display:block;
}

/* Выбранный цвет */

.catalog-filter-color.is-active{
    outline:none;
}

.catalog-filter-color.is-active
.catalog-filter-color__check{
    opacity:1;
    visibility:visible;
}

.catalog-filter-color:has(.catalog-filter-color__swatch[style*="#FFFFFF"]),
.catalog-filter-color:has(.catalog-filter-color__swatch[style*="#ffffff"]){
    border-color:rgba(82,82,82,.16);
}

.catalog-filter-color:has(.catalog-filter-color__swatch[style*="#FFFFFF"])
.catalog-filter-color__check,
.catalog-filter-color:has(.catalog-filter-color__swatch[style*="#ffffff"])
.catalog-filter-color__check{
    color:#171717;
}

.catalog-filter-color:has(.catalog-filter-color__swatch[style*="#FFFFFF"]).is-active::after,
.catalog-filter-color:has(.catalog-filter-color__swatch[style*="#ffffff"]).is-active::after{
    background:rgba(23,23,23,.12);
}

.catalog-filter-color__swatch{
    position:absolute;
    inset:0;

    border-radius:50%;

    z-index:0;
}

/* ==========================================================================
   Составные группы цветов по порядку из макета
   ========================================================================== */

.catalog-filter-color{
    position:relative;

    width:32px;
    min-width:32px;
    height:32px;

    -webkit-box-flex:0;

        -ms-flex:0 0 32px;

            flex:0 0 32px;

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;

    padding:0;
    margin:0;

    -webkit-box-sizing:content-box;

            box-sizing:content-box;

    border:1px solid #f5f5f5;
    border-radius:50%;

    cursor:pointer;

    -webkit-transition:
        border-color .2s ease,
        -webkit-transform .2s ease;

    transition:
        border-color .2s ease,
        -webkit-transform .2s ease;

    transition:
        transform .2s ease,
        border-color .2s ease;

    transition:
        transform .2s ease,
        border-color .2s ease,
        -webkit-transform .2s ease;
}

.catalog-filter-color-cluster{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;

    gap:4px;

    cursor:pointer;
}

.catalog-filter-color-cluster__swatches{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}

.catalog-filter-color--clustered{
    margin-left:-12px;

    border-color:#FFFFFF;
}

.catalog-filter-color--clustered:first-child{
    margin-left:0;
}

.catalog-filter-color-cluster__swatches .catalog-filter-color--clustered:nth-child(1){ z-index:4; }
.catalog-filter-color-cluster__swatches .catalog-filter-color--clustered:nth-child(2){ z-index:3; }
.catalog-filter-color-cluster__swatches .catalog-filter-color--clustered:nth-child(3){ z-index:2; }
.catalog-filter-color-cluster__swatches .catalog-filter-color--clustered:nth-child(4){ z-index:1; }

/* ==========================================================================
   Hidden filters
   ========================================================================== */

.catalog-filter__more{

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;

    gap:20px;

    width:100%;

    overflow:hidden;

    max-height:0;

    opacity:0;

    margin-top:0;

    -webkit-transition:
        max-height .35s ease,
        opacity .25s ease,
        margin-top .35s ease;

    transition:
        max-height .35s ease,
        opacity .25s ease,
        margin-top .35s ease;
}

.catalog-filter.is-open .catalog-filter__more{
    max-height:5000px;
    opacity:1;
    margin-top:20px;
    overflow:visible;
}
.catalog-filter__more .catalog-filter__row{
    -webkit-box-flex:0;
        -ms-flex:none;
            flex:none;
}
/* ==========================================================================
   Footer
   ========================================================================== */

.catalog-filter__footer{

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;

    width:100%;

    height:48px;

    margin-top:24px;
}

/* ==========================================================================
   Toggle
   ========================================================================== */

.catalog-filter__toggle{

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;

    -webkit-box-align:center;

        -ms-flex-align:center;

            align-items:center;

    gap:4px;

    padding:0;

    border:0;

    background:none;

    cursor:pointer;

    font-family:Inter,sans-serif;
    font-size:16px;
    font-weight:500;
    line-height:22px;

    letter-spacing:-0.4px;

    color:#171717;
}

.catalog-filter__toggle svg{

    width:24px;
    height:24px;

    -webkit-transition:-webkit-transform .25s;

    transition:-webkit-transform .25s;

    transition:transform .25s;

    transition:transform .25s, -webkit-transform .25s;
}

.catalog-filter.is-open .catalog-filter__toggle svg{

    -webkit-transform:rotate(180deg);

        -ms-transform:rotate(180deg);

            transform:rotate(180deg);
}

.catalog-filter__toggle-badge{

    display:none;

    -webkit-box-align:center;

        -ms-flex-align:center;

            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;

    min-width:20px;
    height:20px;

    padding:0 6px;

    border-radius:999px;

    background:#EF4444;

    font-family:Inter,sans-serif;
    font-size:12px;
    line-height: 14px;
    font-weight:500;
    letter-spacing: -0.3;

    color:#fff;
}

.catalog-filter__toggle-badge.is-visible{

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;
}


/* ==========================================================================
   Actions
   ========================================================================== */
.catalog-filter__actions{

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;

    -webkit-box-align:center;

        -ms-flex-align:center;

            align-items:center;

    -webkit-box-pack:end;

        -ms-flex-pack:end;

            justify-content:flex-end;

    gap:12px;

    margin-left:auto;
}

/* ==========================================================================
   Reset
   ========================================================================== */

.catalog-filter__reset{

    height:48px;

    padding:0;

    border:0;

    background:none;

    cursor:pointer;

    font-family:Inter,sans-serif;
    font-size:16px;
    font-weight:500;
    line-height:22px;

    letter-spacing:-0.4px;

    color:#A3A3A3;

    -webkit-transition:.2s;

    transition:.2s;
}

.catalog-filter__reset:hover{

    color:#171717;
}


/* ==========================================================================
   Submit
   ========================================================================== */

.catalog-filter__submit{

    position:relative;

    width:541px;

    height:48px;

    border:0;

    background:#D2FF00;

    cursor:pointer;

font-family:"Roboto Flex Custom", sans-serif !important;
font-style: italic !important;
font-variation-settings:"wght" 700 !important;
-webkit-font-smoothing: antialiased;
text-rendering: geometricPrecision;
font-weight:700;
font-size:16px;
line-height:22px;

text-transform:uppercase;


-webkit-transform-origin:center center;


    -ms-transform-origin:center center;


        transform-origin:center center;

    color:#171717;

    -webkit-transition:.2s;

    transition:.2s;
}

.catalog-filter__submit:hover{

    background:#C6F300;
}

.catalog-filter__submit:disabled{

    opacity:.4;

    cursor:default;

    pointer-events:none;
}

.catalog-filter__submit.is-loading{

    color:transparent;

    pointer-events:none;
}

.catalog-filter__submit.is-loading::after{

    content:"";

    position:absolute;

    top:50%;
    left:50%;

    width:20px;
    height:20px;

    margin:-10px 0 0 -10px;

    border:2px solid rgba(23,23,23,.25);
    border-top-color:#171717;
    border-radius:50%;

    -webkit-animation:catalog-filter-submit-spin .7s linear infinite;

            animation:catalog-filter-submit-spin .7s linear infinite;
}

@-webkit-keyframes catalog-filter-submit-spin{
    to{
        -webkit-transform:rotate(360deg);
                transform:rotate(360deg);
    }
}

@keyframes catalog-filter-submit-spin{
    to{
        -webkit-transform:rotate(360deg);
                transform:rotate(360deg);
    }
}


/* ==========================================================================
   Tags
   ========================================================================== */

.catalog-filter__tags{

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;

    -ms-flex-wrap:nowrap;

        flex-wrap:nowrap;

    -webkit-box-align:center;

        -ms-flex-align:center;

            align-items:center;

    gap:8px;

    -webkit-box-flex:0;

        -ms-flex:none;

            flex:none;
}

.catalog-filter__tag{

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;

    -webkit-box-align:center;

        -ms-flex-align:center;

            align-items:center;

    -webkit-box-pack:center;

        -ms-flex-pack:center;

            justify-content:center;

    -webkit-box-flex:0;

        -ms-flex:none;

            flex:none;

    height:44px;

    padding:4px 16px;

    background:rgba(82, 82, 82, .08);

    border-radius:999px;

    white-space:nowrap;

font-family:"Roboto Flex Custom", sans-serif !important;
font-style: italic !important;
font-variation-settings:"wght" 700 !important;
-webkit-font-smoothing: antialiased;
text-rendering: geometricPrecision;
font-weight:700;
font-size:16px;
line-height:22px;

text-transform:uppercase;

-webkit-transform-origin:left center;

    -ms-transform-origin:left center;

        transform-origin:left center;

    color:#171717;
    order: 2;
}

.catalog-brand-chip__logo{
    display:block;
    height:36px;
    -o-object-fit:contain;
       object-fit:contain;
    pointer-events:none;
    width: auto;
}

.catalog-brand-chip__text{

    white-space:nowrap;

font-family:"Roboto Flex Custom", sans-serif !important;
font-style: italic !important;
font-variation-settings:"wght" 700 !important;
-webkit-font-smoothing: antialiased;
text-rendering: geometricPrecision;
font-weight:700;
font-size:16px;
line-height:22px;

text-transform:uppercase;

    color:#171717;
}

.catalog-subsections__row-divider{

    width:1px;
    height:44px;

    -webkit-box-flex:0;

        -ms-flex:none;

            flex:none;

    background:rgba(82,82,82,.16);
}
/* ==========================================================================
   Hidden filters
   ========================================================================== */

/* ==========================================================================
   Checkboxes
   ========================================================================== */

.catalog-filter__checks{

    display:-ms-grid;

    display:grid;

    -ms-grid-columns:1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;

    grid-template-columns:repeat(5,1fr);

    -webkit-column-gap:16px;

       -moz-column-gap:16px;

            column-gap:16px;

    row-gap:24px;

    margin-top:24px;

    width:100%;
}
.catalog-filter-checkbox{

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;

    gap:12px;

    cursor:pointer;

    -webkit-user-select:none;

       -moz-user-select:none;

        -ms-user-select:none;

            user-select:none;
}

.catalog-filter-checkbox__input{

    display:none;
}

.catalog-filter-checkbox__box{

    width:24px;
    height:24px;

    -webkit-box-flex:0;

        -ms-flex:none;

            flex:none;

    display:-webkit-box;

    display:-ms-flexbox;

    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;

    background:#F5F5F5;

    border:1px solid rgba(82,82,82,.16);

    -webkit-transition:.2s;

    transition:.2s;
}

.catalog-filter-checkbox__box svg{

    width:16px;
    height:16px;

    opacity:0;

    color:#171717;

    -webkit-transition:.2s;

    transition:.2s;
}

.catalog-filter-checkbox__input:checked
+ .catalog-filter-checkbox__box{

    background:#D2FF00;

    border-color:#D2FF00;
}

.catalog-filter-checkbox__input:checked
+ .catalog-filter-checkbox__box svg{

    opacity:1;
}

.catalog-filter-checkbox__title{

    font-family:Inter,sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:22px;
    letter-spacing:-0.4px;

    color:#171717;
}
/* ==========================================================================
   Catalog products
   ========================================================================== */

.catalog-products {
    width: 100%;
    padding: 0 0 48px;
    background: #FFFFFF;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.catalog-products.is-loading {
    opacity: 0.45;
    pointer-events: none;
}

.catalog-products__container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}


/* ==========================================================================
   Products toolbar
   ========================================================================== */

.catalog-products__toolbar {
    width: 100%;
    min-height: 36px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.catalog-products__count {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.4px;

    color: #171717;
}

.catalog-products__controls {
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}

.catalog-products__sort {
    padding: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;

    border: 0;
    background: transparent;

    cursor: pointer;

    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.4px;

    color: #171717;

    -webkit-transition: .3s ease;

    transition: .3s ease;
}

@media(any-hover: hover){
    .catalog-products__sort:hover{
        color: #737373;

        svg path {
            fill: #737373;
        }
    }
}

.catalog-products__sort svg {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}

.catalog-products__sort-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 256px;
    background: #FFFFFF;
    padding: 8px 0;
    -webkit-box-shadow: 0 4px 24px rgba(203, 208, 233, .4);
            box-shadow: 0 4px 24px rgba(203, 208, 233, .4);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-transition:
        opacity .3s ease,
        visibility 0s linear .3s,
        -webkit-transform .3s ease;
    transition:
        opacity .3s ease,
        visibility 0s linear .3s,
        -webkit-transform .3s ease;
    transition:
        opacity .3s ease,
        transform .3s ease,
        visibility 0s linear .3s;
    transition:
        opacity .3s ease,
        transform .3s ease,
        visibility 0s linear .3s,
        -webkit-transform .3s ease;
}

.catalog-products__sort-wrap.is-open .catalog-products__sort-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    -webkit-transition:
        opacity .3s ease,
        visibility 0s linear 0s,
        -webkit-transform .3s ease;

    transition:
        opacity .3s ease,
        visibility 0s linear 0s,
        -webkit-transform .3s ease;

    transition:
        opacity .3s ease,
        transform .3s ease,
        visibility 0s linear 0s;

    transition:
        opacity .3s ease,
        transform .3s ease,
        visibility 0s linear 0s,
        -webkit-transform .3s ease;
}

.catalog-products__sort-option {
    width: 100%;

    min-height: 48px;

    padding: 13px 16px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;

    text-decoration: none;

    cursor: pointer;

    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.4px;

    color: #171717;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
}

.catalog-products__sort-option:hover {
    color: #737373;
}

.catalog-products__sort-option.is-selected {
    font-weight: 500;
    padding-block: 11px;
}

.catalog-products__sort-check {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    color: #171717;
    padding: 0 8px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.catalog-products__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
}

.catalog-products__view-button {
    width: 36px;
    height: 36px;

    padding: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    border: 0;
    background: #FFFFFF;

    color: #171717;

    cursor: pointer;
}

.catalog-products__view-button.is-active {
    background: rgba(82, 82, 82, 0.08);
}


/* ==========================================================================
   Products grid
   ========================================================================== */

.catalog-products__grid {
    width: 100%;

    display: -ms-grid;

    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));

    -webkit-column-gap: 12px;

       -moz-column-gap: 12px;

            column-gap: 12px;
    row-gap: 48px;

    -webkit-box-align: start;

        -ms-flex-align: start;

            align-items: start;
}

.catalog-products__grid.is-list-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    gap: 24px;
}

.catalog-products__grid.is-loading {
    opacity: .5;

    pointer-events: none;

    -webkit-transition: opacity .2s ease;

    transition: opacity .2s ease;
}


/* ==========================================================================
   Product card
   ========================================================================== */

.catalog-product-card {
    width: 100%;
    min-width: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;

    gap: 20px;

    padding: 0;
    margin: 0;

    background: #FFFFFF;
}


/* ==========================================================================
   Product image
   ========================================================================== */

.catalog-product-card__media {
    position: relative;

    display: block;

    width: 100%;
    height: auto;
    aspect-ratio: 572 / 556;

    overflow: hidden;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    border: 1px solid rgba(82, 82, 82, 0.16);
    background: #F5F5F5;

    text-decoration: none;

    isolation: isolate;
}

.catalog-product-card__image {
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.catalog-product-card__image--hover{
    position:absolute;
    inset:0;

    opacity:0;

    transition:opacity .25s ease;
}

.catalog-product-card:hover .catalog-product-card__image--hover{
    opacity:1;
}

.catalog-product-card:hover .catalog-product-card__title{
    opacity:.8;
}


/* ==========================================================================
   Image badges
   ========================================================================== */

.catalog-product-card__badges {
    position: absolute;
    top: 24px;
    left: 24px;

    z-index: 2;

    max-width: calc(100% - 48px);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    gap: 8px;
}

.catalog-product-card__badge {
    height: 28px;

    padding: 4px 12px;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    border: 1px solid rgba(82, 82, 82, 0.16);

    background: rgba(255, 255, 255, 0.8);

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.3px;

    color: #171717;

    white-space: nowrap;
}


/* ==========================================================================
   Product information
   ========================================================================== */

.catalog-product-card__bottom {
    position: relative;
    width: 100%;
    display: block;
}

.catalog-product-card__info {
    width: calc(100% - 64px);
    min-width: 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    margin-bottom: 52px;
}

.catalog-product-card__bottom:not(:has(.catalog-product-card__colors)) .catalog-product-card__info {
    margin-bottom: 0;
}


/* ==========================================================================
   Availability
   ========================================================================== */

.catalog-product-card__availability {
    height: 24px;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.3px;

    color: #171717;
}

.catalog-product-card__availability.is-stock {
    padding: 0 8px;

    gap: 4px;

    background: #D2FF00;
}

.catalog-product-card__availability.is-order {
    padding: 3px 8px;

    background: #F5F5F5;
}

.catalog-product-card__availability svg {
    width: 24px;
    height: 24px;

    -webkit-box-flex: 0;

        -ms-flex: none;

            flex: none;
}


/* ==========================================================================
   Product title and prices
   ========================================================================== */

.catalog-product-card__main {
    width: 100%;
    min-width: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    gap: 4px;
}

.catalog-product-card__title{
    display:block;
    width:100%;
    min-width:0;
    font-family:"Roboto Flex Custom", sans-serif !important;
    font-style: italic !important;
    font-variation-settings:"wght" 700 !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    font-weight:700;
    font-size:24px;
    line-height:28px;
    color:#171717;
    text-decoration:none;
    transition:opacity .2s ease;
    -webkit-transform-origin:left top;
        -ms-transform-origin:left top;
            transform-origin:left top;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.catalog-product-card__title:hover {
    text-decoration: none;
}

.catalog-product-card__prices {
    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;

    gap: 12px;
}

.catalog-product-card__price,
.catalog-product-card__old-price {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.4px;

    white-space: nowrap;
}

.catalog-product-card__price {
    color: #171717;
}

.catalog-product-card__old-price {
    color: #A3A3A3;

    text-decoration-line: line-through;
}

.catalog-product-card__discount {
    height: 26px;

    padding: 4px;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    background: rgba(239, 68, 68, 0.16);

    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.3px;

    color: #171717;

    white-space: nowrap;
}


/* ==========================================================================
   Product specifications
   ========================================================================== */

.catalog-product-card__specs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
}

.catalog-product-card__spec {
    width: 100%;
    min-height: 18px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;

    gap: 8px;
}

.catalog-product-card__spec-name,
.catalog-product-card__spec-value {
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.3px;
}

.catalog-product-card__spec-name {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;

    font-weight: 400;

    color: #A3A3A3;
}

.catalog-product-card__spec-value {
    min-width: 0;

    overflow: hidden;

    font-weight: 500;

    color: #171717;

    white-space: nowrap;
    text-overflow: ellipsis;
}


/* ==========================================================================
   Elements positioned inside the lower card
   ========================================================================== */

.catalog-product-card__side {
    position: static;

    width: 0;
    height: 0;
    min-height: 0;
}

.catalog-product-card__action {
    position: absolute;
    top: 0;
    right: 0;

    width: 56px;
    height: 56px;

    padding: 0;
    margin: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    border: 0;
    border-radius: 0;

    background: #D2FF00;

    color: #171717;

    cursor: pointer;
}

.catalog-product-card__action:hover {
    background: #C6F300;
}

.catalog-product-card__action svg {
    width: 24px;
    height: 24px;
}

.catalog-product-card__colors {
    position: absolute;
    left: 4px;
    bottom: 4px;

    max-width: calc(100% - 64px - 4px);
    height: 36px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    gap: 8px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
}

.catalog-product-card__color {
    width: 32px;
    height: 32px;

    -webkit-box-flex: 0;

        -ms-flex: none;

            flex: none;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    border: 1px solid rgba(23, 23, 23, 0.12);
    border-radius: 50%;

    cursor: pointer;
}

.catalog-product-card__color.is-selected {
    outline: 1.5px solid #171717;
    outline-offset: 2px;
}


/* ==========================================================================
   Product card — list purchase panel (только для is-list-view)
   ========================================================================== */

.catalog-product-card__list-purchase {
    display: none;
}

.catalog-product-card__list-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 6px;
}

.catalog-product-card__list-price-label {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;

    color: #A3A3A3;
}

.catalog-product-card__list-price-value {
    font-family:"Roboto Flex Custom", sans-serif !important;
    font-style: italic !important;
    font-variation-settings:"wght" 700 !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;

    color: #171717;

    white-space: nowrap;
}

.catalog-product-card__cart,
.catalog-product-card__buy {
    width: 220px;
    height: 48px;

    padding: 0 20px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    border: 0;

    font-family:"Roboto Flex Custom", sans-serif !important;
    font-style: italic !important;
    font-variation-settings:"wght" 700 !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.3px;
    text-transform: uppercase;

    color: #171717;

    cursor: pointer;
}

.catalog-product-card__cart {
    background: #D2FF00;
}

.catalog-product-card__cart:hover {
    background: #C2EB00;
}

.catalog-product-card__cart.is-loading {
    opacity: .65;
    cursor: wait;
}

.catalog-product-card__cart.is-added {
    background: #171717;
    color: #FFFFFF;
}

.catalog-product-card__cart.is-added:hover {
    background: #262626;
}

.catalog-product-card__cart.is-error {
    background: #EF4444;
    color: #FFFFFF;
}

.catalog-product-card__buy {
    background: rgba(82, 82, 82, 0.08);
}

.catalog-product-card__buy:hover {
    background: rgba(82, 82, 82, 0.14);
}


/* ==========================================================================
   Product card — list view (переключатель "Список")
   ========================================================================== */

.is-list-view .catalog-product-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;

    gap: 24px;
    border-top: 1px solid rgba(82, 82, 82, .16);
    padding-top: 24px;
}

.is-list-view .catalog-product-card__media {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;

    width: 320px;
    height: 311px;

    aspect-ratio: auto;
}

.is-list-view .catalog-product-card__bottom {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;

    height: auto;
    min-height: 236px;
}

.is-list-view .catalog-product-card__info {
    width: calc(100% - 270px);
}

.is-list-view .catalog-product-card__action {
    display: none;
}

.is-list-view .catalog-product-card__list-purchase {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 256px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    gap: 12px;
}

.is-list-view  .catalog-product-card__list-price{
    margin-bottom: 12px;
}

.is-list-view .catalog-product-card__list-price-label{
    font-family:"Roboto Flex Custom", sans-serif !important;
    font-style: italic !important;
    font-variation-settings:"wght" 700 !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #171717;
    white-space: nowrap;
}


.catalog-filter__form {
    width: 100%;
    margin: 0;
}

.catalog-filter-select__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    text-align: left;
}

.catalog-filter-select__title.is-selected {
    color: #171717;
}

.catalog-filter-select__option.is-selected {
    font-weight: 500;
}

.catalog-filter__reset {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    gap: 4px;

    text-decoration: none;
}

.catalog-filter__reset svg {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}

.catalog-filter-colors__all.is-active {
    background: rgba(82, 82, 82, 0.08);
    color: #171717;
}

.catalog-filter-price,
.catalog-filter-range,
.catalog-filter-select,
.catalog-filter-price__field,
.catalog-filter-range__field {
    min-width: 0;
}

.catalog-filter-price__input,
.catalog-filter-range__input {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.catalog-filter-select__button {
    min-width: 0;
}

.catalog-filter-select__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.catalog-filter__reset {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    gap: 4px;

    text-decoration: none;
}

.catalog-filter__reset svg {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}
/* ==========================================================================
   Pagination
   ========================================================================== */

.catalog-pagination {
    width: 100%;
    background: #FFFFFF;
}

.catalog-pagination__container {
    min-height: 80px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

    gap: 32px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
}

.catalog-pagination__container.container {
    padding-top: 32px;
    padding-bottom: 72px;
}

.catalog-pagination__more {
    width: 145px;
    height: 48px;

    padding: 0 24px;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    border: 0;
    background: rgba(82, 82, 82, 0.08);

font-family:"Roboto Flex Custom", sans-serif !important;
font-style: italic !important;
font-variation-settings:"wght" 700 !important;
-webkit-font-smoothing: antialiased;
text-rendering: geometricPrecision;
font-weight:700;
font-size:14px;
line-height:18px;
text-transform:uppercase;


-webkit-transform-origin:center center;


    -ms-transform-origin:center center;


        transform-origin:center center;

    color: #171717;

    text-decoration: none;
    white-space: nowrap;

    -webkit-transition: background 0.2s;

    transition: background 0.2s;
}

.catalog-pagination__more:hover {
    background: rgba(82, 82, 82, 0.14);
}

.catalog-pagination__more.is-disabled {
    visibility: hidden;
    pointer-events: none;
}

.catalog-pagination__pages {
    min-height: 48px;

    padding: 4px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    gap: 4px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    background: rgba(82, 82, 82, 0.08);
}

.catalog-pagination__page,
.catalog-pagination__arrow {
    width: 40px;
    height: 40px;

    padding: 0;

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    border: 0;
    background: transparent;

    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.3px;

    color: #A3A3A3;

    text-decoration: none;

    -webkit-transition:
        color 0.2s,
        background 0.2s;

    transition:
        color 0.2s,
        background 0.2s;
}

.catalog-pagination__page:hover,
.catalog-pagination__arrow:hover {
    color: #171717;
    background: rgba(255, 255, 255, 0.5);
}

.catalog-pagination__page.is-active {
    color: #171717;
    background: #FFFFFF;
}

.catalog-pagination__arrow {
    color: #171717;
}

.catalog-pagination__arrow svg {
    width: 24px;
    height: 24px;
}

.catalog-pagination__arrow.is-disabled {
    opacity: 0.4;
    pointer-events: none;
}


/* ==========================================================================
   Category description
   ========================================================================== */

.catalog-description {
    width: 100%;
    background: #FFFFFF;
}

.catalog-description__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;

    gap: 8px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
}

.catalog-description__container.container {
    padding-top: 32px;
    padding-bottom: 72px;
}

.catalog-description__title{
    margin:0;

    font-family:"Roboto Flex Custom", sans-serif !important;
    font-style: italic !important;
    font-variation-settings:"wght" 700 !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    font-weight:700;
    font-size:24px;
    line-height:28px;


    color:#171717;


    -webkit-transform-origin:left top;


        -ms-transform-origin:left top;


            transform-origin:left top;

}
.catalog-description__content {
    width: 100%;

    max-height: 44px;
    overflow: hidden;

    -webkit-transition: max-height 0.35s ease;

    transition: max-height 0.35s ease;
}

.catalog-description__text {
    width: 100%;

    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.4px;

    color: #737373;
}

.catalog-description__text p {
    margin: 0 0 12px;
}

.catalog-description__text p:last-child {
    margin-bottom: 0;
}

.catalog-description.is-open .catalog-description__content {
    max-height: 2000px;
}

.catalog-description__toggle {
    display: none;

    height: 24px;

    padding: 0;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    gap: 4px;

    border: 0;
    background: transparent;

    cursor: pointer;

    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.3px;

    color: #3B82F6;
}

.catalog-description__toggle.is-visible {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.catalog-description__toggle svg {
    width: 24px;
    height: 24px;

    -webkit-transition: -webkit-transform 0.25s;

    transition: -webkit-transform 0.25s;

    transition: transform 0.25s;

    transition: transform 0.25s, -webkit-transform 0.25s;
}

.catalog-description.is-open .catalog-description__toggle svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

/* Галочка видна только у активной кнопки «Любой» */

.catalog-filter-colors__all:not(.is-active) svg{
    display:none;
}
.catalog-section .catalog-breadcrumbs__link,
.catalog-section .catalog-breadcrumbs__current{
    color:#FFFFFF !important;
}

.catalog-section .catalog-breadcrumbs__separator::before{
    border-top-color:#FFFFFF !important;
    border-right-color:#FFFFFF !important;
}

.catalog-section .catalog-breadcrumbs__link:hover,
.catalog-section .catalog-breadcrumbs__link:visited,
.catalog-section .catalog-breadcrumbs__link:active,
.catalog-section .catalog-breadcrumbs__link:focus{
    color:#FFFFFF !important;
}
.catalog-filter__tag{
    text-decoration:none;

    -webkit-transition:
        background-color .2s ease,
        color .2s ease;

    transition:
        background-color .2s ease,
        color .2s ease;
}

.catalog-filter__tag:hover{
    background:rgba(82, 82, 82, .12);
    color:#171717;
}

.catalog-filter__tag.is-active{
    background:#D2FF00;
    color:#171717;
    order: 1;
}
.catalog-filter__tag.brand-tag.is-active{
    background:rgba(82, 82, 82, .08);
    border: 1px solid #0A0A0A;
}
.catalog-pagination{
    overflow-anchor:none;
}

.catalog-product-card--append{
    opacity:0;
    -webkit-transform:translateY(12px);
        -ms-transform:translateY(12px);
            transform:translateY(12px);

    -webkit-transition:
        opacity .35s ease,
        -webkit-transform .35s ease;

    transition:
        opacity .35s ease,
        -webkit-transform .35s ease;

    transition:
        opacity .35s ease,
        transform .35s ease;

    transition:
        opacity .35s ease,
        transform .35s ease,
        -webkit-transform .35s ease;

    -webkit-transition-delay:
        var(--catalog-append-delay, 0ms);

            transition-delay:
        var(--catalog-append-delay, 0ms);
}

.catalog-product-card--append.is-visible{
    opacity:1;
    -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
            transform:translateY(0);
}

.catalog-pagination__more.is-loading{
    pointer-events:none;
    opacity:.6;
}

/* ==========================================================================
   MOBILE FILTER MODAL — элементы, которых на десктопе быть не должно
   ========================================================================== */

.catalog-filter__mobile-trigger,
.catalog-filter__mobile-header,
.catalog-filter-select__mobile-header,
.catalog-filter-select__mobile-search-wrap,
.catalog-filter-select__mobile-save,
.catalog-filter-colors__mobile-trigger,
.catalog-filter-colors__mobile-header,
.catalog-filter-colors__mobile-save,
.catalog-filter-color__label,
.catalog-products__sort-mobile-header,
.catalog-products__sort-mobile-save{
    display:none;
}

.catalog-filter-colors__panel{
    display:contents;
}

@media(max-width:1560px){
    .catalog-subsections__list:not(.tags-list){
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .catalog-subsection{
        max-width: unset;
    }
}

@media(max-width:1110px){
    .catalog-subsections__list:not(.tags-list){
        display: flex;
    }

    .catalog-subsection{
        max-width: 335px;
    }
}

@media(max-width:991px){
    .catalog-section{
        height: 404px;
    }

    .catalog-section__container.container {
        padding-top: 112px;
    }

    .catalog-section__content {
        height: 100%;
    }

    .catalog-section__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .catalog-section__title{
        width: 100%;
        max-width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;

        font-size: 56px;
        line-height: 50px;
    }

    .catalog-subsections {
        padding: 32px 0 0;
    }

    .catalog-subsections__list:not(.tags-list){
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .catalog-subsection{
        max-width: unset;
    }

    .catalog-subsections__container {
        gap: 24px;
    }

    .catalog-subsections__list.tags-list{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 24px;
        overflow-x: hidden;
        cursor: auto;
        width: 100dvw;
        margin-left: -16px;
        padding: 0 16px;
    }

    .tags-list .catalog-subsections__row-divider{
        display: none;
    }

    .catalog-subsections__scroll-wrap--tags{
        -webkit-box-flex: 0;

            -ms-flex: none;

                flex: none;

        min-width: auto;
        width: 100%;
    }

    .catalog-subsections__fade{
        display: none;
    }

    .tags-list .catalog-filter__tags{
        width: calc(100% + 32px);
        max-width: none;

        -webkit-box-flex: 0;

            -ms-flex: none;

                flex: none;

        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-chaining: none;
            overscroll-behavior: contain;

        scrollbar-width: none;
        -ms-overflow-style: none;

        margin: 0 -16px;
        padding: 0 16px;

        -webkit-box-sizing: border-box;

                box-sizing: border-box;
    }

    .tags-list .catalog-filter__tags::-webkit-scrollbar{
        display: none;
        width: 0;
        height: 0;
    }

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


    .catalog-filter__container{
        overflow:visible;
    }

    .catalog-filter__mobile-trigger{
        width:100%;
        height:56px;

        display:-webkit-box;

        display:-ms-flexbox;

        display:flex;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-box-pack:center;
            -ms-flex-pack:center;
                justify-content:center;

        gap:8px;

        padding:0 16px;

        -webkit-box-sizing:border-box;

                box-sizing:border-box;

        border:1px solid rgba(82,82,82,.16);
        background:#fff;

        cursor:pointer;

        font-family:Inter,sans-serif;
        font-size:16px;
        font-weight:500;
        line-height:22px;
        letter-spacing:-.4px;

        color:#171717;
    }

    .catalog-filter__mobile-trigger svg{
        width:24px;
        height:24px;
        -webkit-box-flex:0;
            -ms-flex:none;
                flex:none;
    }

    .catalog-filter__mobile-trigger-badge{
        display:none;

        -webkit-box-align:center;

            -ms-flex-align:center;

                align-items:center;
        -webkit-box-pack:center;
            -ms-flex-pack:center;
                justify-content:center;

        min-width:20px;
        height:20px;

        padding:0 6px;

        border-radius:999px;

        background:#EF4444;

        font-family:Inter,sans-serif;
        font-size:12px;
        line-height:14px;
        font-weight:500;

        color:#fff;
    }

    .catalog-filter__mobile-trigger-badge.is-visible{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }

    /* Форма фильтра — полноэкранная модалка, выезжает снизу (как мобильное меню) */
    .catalog-filter__form{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;

        position:fixed;
        inset:0;
        z-index:10160;

        background:#fff;

        opacity:0;
        visibility:hidden;
        -webkit-transform:translateY(100%);
                transform:translateY(100%);

        -webkit-transition:
            opacity .3s ease,
            -webkit-transform .3s ease,
            visibility 0s linear .3s;

        transition:
            opacity .3s ease,
            transform .3s ease,
            visibility 0s linear .3s;
    }

    .catalog-filter__form.is-mobile-open{
        opacity:1;
        visibility:visible;
        -webkit-transform:translateY(0);
                transform:translateY(0);

        -webkit-transition:
            opacity .3s ease,
            -webkit-transform .3s ease,
            visibility 0s linear 0s;

        transition:
            opacity .3s ease,
            transform .3s ease,
            visibility 0s linear 0s;
    }

    /* Шапка модалки — закреплена сверху */

    .catalog-filter__mobile-header{
        -webkit-box-flex:0;
            -ms-flex:none;
                flex:none;

        display:-webkit-box;

        display:-ms-flexbox;

        display:flex;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-box-pack:justify;
            -ms-flex-pack:justify;
                justify-content:space-between;

        height:72px;

        padding:0 16px;

        -webkit-box-sizing:border-box;

                box-sizing:border-box;

        border-bottom:1px solid transparent;

        -webkit-transition:border-color .15s ease;

        transition:border-color .15s ease;
    }

    .catalog-filter__mobile-header.is-scrolled{
        border-bottom-color:rgba(82,82,82,.12);
    }

    .catalog-filter__mobile-close{
        width:40px;
        height:40px;
        padding: 8px;

        padding:0;

        display:-webkit-box;

        display:-ms-flexbox;

        display:flex;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-box-pack:center;
            -ms-flex-pack:center;
                justify-content:center;

        border:0;
        background:none;

        color:#171717;

        cursor:pointer;
    }

    .catalog-filter__mobile-close svg{
        width:24px;
        height:24px;
    }

    .catalog-filter__mobile-title{
        font-family:"Roboto Flex Custom", sans-serif !important;
        font-style: italic !important;
        font-variation-settings:"wght" 700 !important;
        -webkit-font-smoothing: antialiased;
        text-rendering: geometricPrecision;
        font-weight:700;
        font-size:20px;
        line-height:24px;

        color:#171717;
    }

    .catalog-filter__mobile-reset-link{
        padding:0;

        border:0;
        background:none;

        cursor:pointer;

        font-family:Inter,sans-serif;
        font-size:16px;
        font-weight:500;
        line-height:22px;

        color:#A3A3A3;
    }

    /* Прокручивается только эта часть */

    .catalog-filter__mobile-body{
        -webkit-box-flex:1;
            -ms-flex:1 1 auto;
                flex:1 1 auto;
        min-height:0;

        overflow-y:auto;
        -webkit-overflow-scrolling:touch;

        padding:0 16px 16px;
        -webkit-box-sizing:border-box;
                box-sizing:border-box;

        display:-webkit-box;

        display:-ms-flexbox;

        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
        gap:16px;
    }

    .catalog-filter__more{
        display:-webkit-box !important;
        display:-ms-flexbox !important;
        display:flex !important;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
        gap:16px;
        max-height:none !important;
        opacity:1 !important;
        overflow:visible !important;
        margin-top:0 !important;
    }

    .catalog-filter__row,
    .catalog-filter__row--second{
        -ms-grid-columns:1fr;
        grid-template-columns:1fr;
        gap:16px;
    }

    .catalog-filter__row .catalog-filter-colors-group {
        grid-column: auto;
    }

    .catalog-filter__row--second{
        margin-top:0;
    }

    .catalog-filter__row--second .catalog-filter-colors-group{
        -ms-grid-column:1;
        grid-column:1;
    }

    .catalog-filter__row--second .catalog-filter-range:nth-child(1),
    .catalog-filter__row--second .catalog-filter-range:nth-child(2){
        -ms-grid-column:1;
        grid-column:1;
    }

    /* Футер — виден только "Показать N товаров", закреплён снизу */

    .catalog-filter__footer{
        -webkit-box-flex:0;
            -ms-flex:none;
                flex:none;

        margin-top:0;
        height:auto;

        padding:16px;
        -webkit-box-sizing:border-box;
                box-sizing:border-box;

        border-top:1px solid rgba(82,82,82,.12);
    }

    .catalog-filter__toggle,
    .catalog-filter__reset{
        display:none;
    }

    .catalog-filter__actions{
        width:100%;
        margin-left:0;
    }

    .catalog-filter__submit{
        width:100%;
        height:56px;
    }

    /* ==========================================================================
       Суб-модалка выпадающего списка (Бренд, Страна бренда и т.п.)
       ========================================================================== */

    .catalog-filter-select::before{
        content:"";

        position:fixed;
        inset:0;

        z-index:9998;

        background:rgba(23,23,23,.5);

        opacity:0;
        visibility:hidden;

        -webkit-transition:
            opacity .25s ease,
            visibility 0s linear .25s;

        transition:
            opacity .25s ease,
            visibility 0s linear .25s;
    }

    .catalog-filter-select.is-open::before{
        opacity:1;
        visibility:visible;

        -webkit-transition:
            opacity .25s ease,
            visibility 0s linear 0s;

        transition:
            opacity .25s ease,
            visibility 0s linear 0s;
    }

    .catalog-filter-select__dropdown{
        position:fixed;
        inset:auto 0 0 0;
        top:auto;

        z-index:9999;

        max-height:85dvh;
        height:auto;

        border:0;

        -webkit-box-shadow:0 -8px 24px rgba(0,0,0,.16);

                box-shadow:0 -8px 24px rgba(0,0,0,.16);

        overflow:hidden;

        display:-webkit-box;

        display:-ms-flexbox;

        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;

        -webkit-transform:translateY(100%);

            -ms-transform:translateY(100%);

                transform:translateY(100%);

        -webkit-transition:
            opacity .25s ease,
            visibility 0s linear .25s,
            -webkit-transform .25s ease;

        transition:
            opacity .25s ease,
            visibility 0s linear .25s,
            -webkit-transform .25s ease;

        transition:
            opacity .25s ease,
            transform .25s ease,
            visibility 0s linear .25s;

        transition:
            opacity .25s ease,
            transform .25s ease,
            visibility 0s linear .25s,
            -webkit-transform .25s ease;
    }

    .catalog-filter-select.is-open .catalog-filter-select__dropdown{
        /*
         * Базовое (не мобильное) правило .is-open .dropdown задаёт
         * z-index:5 (для десктопа - поднять над соседними полями
         * фильтра) - специфичность та же, что у этого правила, но
         * оно объявлено раньше, поэтому это правило должно победить
         * и поднять дропдаун выше оверлея (9998) на мобильном.
         */
        z-index:9999;

        -webkit-transform:translateY(0);
            -ms-transform:translateY(0);
                transform:translateY(0);

        -webkit-transition:
            opacity .25s ease,
            visibility 0s linear 0s,
            -webkit-transform .25s ease;

        transition:
            opacity .25s ease,
            visibility 0s linear 0s,
            -webkit-transform .25s ease;

        transition:
            opacity .25s ease,
            transform .25s ease,
            visibility 0s linear 0s;

        transition:
            opacity .25s ease,
            transform .25s ease,
            visibility 0s linear 0s,
            -webkit-transform .25s ease;
    }

    .catalog-filter-select__mobile-header{
        -webkit-box-flex:0;
            -ms-flex:none;
                flex:none;

        display:-webkit-box;

        display:-ms-flexbox;

        display:flex;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-box-pack:justify;
            -ms-flex-pack:justify;
                justify-content:space-between;

        gap:12px;

        min-height:64px;

        padding:16px 16px 8px;
        -webkit-box-sizing:border-box;
                box-sizing:border-box;
    }

    .catalog-filter-select__mobile-title{
        font-family:"Roboto Flex Custom", sans-serif !important;
        font-style: italic !important;
        font-variation-settings:"wght" 700 !important;
        -webkit-font-smoothing: antialiased;
        text-rendering: geometricPrecision;
        font-weight:700;
        font-size:18px;
        line-height:24px;

        color:#171717;

        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }

    .catalog-filter-select__mobile-reset{
        -webkit-box-flex:0;
            -ms-flex:none;
                flex:none;

        padding:0;
        margin-left:auto;

        border:0;
        background:none;

        cursor:pointer;

        font-family:Inter,sans-serif;
        font-size:16px;
        font-weight:500;
        line-height:22px;

        color:#A3A3A3;
    }

    .catalog-filter-select__mobile-close{
        -webkit-box-flex:0;
            -ms-flex:none;
                flex:none;

        width:40px;
        height:40px;

        padding:8px;

        display:-webkit-box;

        display:-ms-flexbox;

        display:flex;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-box-pack:center;
            -ms-flex-pack:center;
                justify-content:center;

        border:0;
        background:none;

        color:#171717;

        cursor:pointer;
    }

    .catalog-filter-select__mobile-close svg{
        width:24px;
        height:24px;
    }

    .catalog-filter-select__mobile-scroll{
        -webkit-box-flex:1;
            -ms-flex:1 1 auto;
                flex:1 1 auto;
        min-height:0;

        overflow-y:auto;
        -webkit-overflow-scrolling:touch;

        padding:8px 16px;
        -webkit-box-sizing:border-box;
                box-sizing:border-box;
    }

    .catalog-filter-select__mobile-search-wrap{
        position:relative;

        display:-webkit-box;

        display:-ms-flexbox;

        display:flex;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;

        margin-bottom:12px;
    }

    .catalog-filter-select__mobile-search-icon{
        position:absolute;
        left:12px;

        width:16px;
        height:16px;

        -webkit-box-flex:0;

            -ms-flex:none;

                flex:none;

        pointer-events:none;
    }

    .catalog-filter-select__mobile-search-input{
        width:100%;
        height:44px;

        padding:0 12px 0 36px;
        -webkit-box-sizing:border-box;
                box-sizing:border-box;

        border:0;
        outline:none;
        -webkit-box-shadow:none;
                box-shadow:none;

        background:rgba(82,82,82,.08);

        font-family:Inter,sans-serif;
        font-size:16px;
        font-weight:400;
        line-height:20px;

        color:#171717;
    }

    .catalog-filter-select__mobile-search-input:focus{
        outline:none;
        -webkit-box-shadow:none;
                box-shadow:none;
    }

    .catalog-filter-select__clear{
        display:none;

        width:100%;

        padding:13px 16px;

        border:0;
        background:none;

        pointer-events:none;

        font-family:Inter,sans-serif;
        font-size:16px;

        color:#A3A3A3;
    }

    .catalog-filter-select__clear.is-empty{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-box-pack:start;
            -ms-flex-pack:start;
                justify-content:flex-start;
        padding: 0 0 12px;
    }

    .catalog-filter-select__clear .catalog-filter-select__clear-icon,
    .catalog-filter-select__clear svg{
        display:none;
    }

    .catalog-filter-select__mobile-save{
        display:block;

        -webkit-box-flex:0;

            -ms-flex:none;

                flex:none;

        width:calc(100% - 32px);
        height:56px;

        margin:16px;

        border:0;

        background:#D2FF00;

        cursor:pointer;

        font-family:"Roboto Flex Custom", sans-serif !important;
        font-style: italic !important;
        font-variation-settings:"wght" 700 !important;
        -webkit-font-smoothing: antialiased;
        text-rendering: geometricPrecision;
        font-weight:700;
        font-size:16px;
        line-height:22px;

        text-transform:uppercase;

        color:#171717;
    }

    .catalog-filter-select__button{
        height:56px;
    }

    /* ==========================================================================
       Суб-модалка "Цвет"
       ========================================================================== */

    .catalog-filter-colors-group{
        display:block;
        position:relative;
    }

    .catalog-filter-colors-group::before{
        content:"";

        position:fixed;
        inset:0;

        z-index:9998;

        background:rgba(23,23,23,.5);

        opacity:0;
        visibility:hidden;

        -webkit-transition:
            opacity .25s ease,
            visibility 0s linear .25s;

        transition:
            opacity .25s ease,
            visibility 0s linear .25s;
    }

    .catalog-filter-colors-group.is-open::before{
        opacity:1;
        visibility:visible;

        -webkit-transition:
            opacity .25s ease,
            visibility 0s linear 0s;

        transition:
            opacity .25s ease,
            visibility 0s linear 0s;
    }

    .catalog-filter-colors__mobile-trigger{
        width:100%;
        height:56px;

        display:-webkit-box;

        display:-ms-flexbox;

        display:flex;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-box-pack:justify;
            -ms-flex-pack:justify;
                justify-content:space-between;

        padding:0 16px;
        -webkit-box-sizing:border-box;
                box-sizing:border-box;

        border:0;

        background:rgba(82,82,82,.08);

        cursor:pointer;

        text-align:left;
    }

    .catalog-filter-colors__mobile-trigger-field{
        min-width:0;

        display:-webkit-box;

        display:-ms-flexbox;

        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;

        gap:2px;
    }

    .catalog-filter-colors__mobile-trigger-title{
        font-family:Inter,sans-serif;
        font-size:16px;
        font-weight:500;
        line-height:22px;
        letter-spacing:-.4px;

        color:#a3a3a3;

        -webkit-transition:font-size .15s ease, line-height .15s ease, color .15s ease;

        transition:font-size .15s ease, line-height .15s ease, color .15s ease;
    }

    .catalog-filter-colors-group.has-value .catalog-filter-colors__mobile-trigger-title{
        font-size:12px;
        line-height:16px;

        color:#a3a3a3;
    }

    .catalog-filter-colors__mobile-trigger-value{
        display:none;

        overflow:hidden;

        white-space:nowrap;
        text-overflow:ellipsis;

        font:400 16px/22px Inter,sans-serif;

        color:#171717;
    }

    .catalog-filter-colors-group.has-value .catalog-filter-colors__mobile-trigger-value{
        display:block;
    }

    .catalog-filter-colors__icon{
        -webkit-box-flex:0;
            -ms-flex:none;
                flex:none;

        display:-webkit-box;

        display:-ms-flexbox;

        display:flex;
    }

    .catalog-filter-colors__all{
        display:none;
    }

    .catalog-filter-colors__panel{
        position:fixed;
        inset:auto 0 0 0;

        z-index:9999;

        max-height:85vh;

        background:#fff;

        -webkit-box-shadow:0 -8px 24px rgba(0,0,0,.16);

                box-shadow:0 -8px 24px rgba(0,0,0,.16);

        display:-webkit-box;

        display:-ms-flexbox;

        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;

        -webkit-transform:translateY(100%);

            -ms-transform:translateY(100%);

                transform:translateY(100%);

        -webkit-transition:-webkit-transform .25s ease;

        transition:-webkit-transform .25s ease;

        transition:transform .25s ease;

        transition:transform .25s ease, -webkit-transform .25s ease;
    }

    .catalog-filter-colors-group.is-open .catalog-filter-colors__panel{
        -webkit-transform:translateY(0);
            -ms-transform:translateY(0);
                transform:translateY(0);
    }

    .catalog-filter-colors__mobile-header{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;

        -webkit-box-flex:0;

            -ms-flex:none;

                flex:none;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-box-pack:justify;
            -ms-flex-pack:justify;
                justify-content:space-between;

        gap:12px;

        height:56px;

        padding:0 16px;
        -webkit-box-sizing:border-box;
                box-sizing:border-box;
    }

    .catalog-filter-colors__mobile-title{
        font-family:"Roboto Flex Custom", sans-serif !important;
        font-style: italic !important;
        font-variation-settings:"wght" 700 !important;
        -webkit-font-smoothing: antialiased;
        text-rendering: geometricPrecision;
        font-weight:700;
        font-size:18px;
        line-height:24px;

        color:#171717;
    }

    .catalog-filter-colors__mobile-reset{
        -webkit-box-flex:0;
            -ms-flex:none;
                flex:none;
        margin-left:auto;

        padding:0;

        border:0;
        background:none;

        cursor:pointer;

        font-family:Inter,sans-serif;
        font-size:14px;
        font-weight:500;
        line-height:18px;

        color:#A3A3A3;
    }

    .catalog-filter-colors__mobile-close{
        -webkit-box-flex:0;
            -ms-flex:none;
                flex:none;

        width:24px;
        height:24px;

        padding:0;

        display:-webkit-box;

        display:-ms-flexbox;

        display:flex;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-box-pack:center;
            -ms-flex-pack:center;
                justify-content:center;

        border:0;
        background:none;

        color:#171717;

        cursor:pointer;
    }

    .catalog-filter-colors__mobile-close svg{
        width:24px;
        height:24px;
    }

    /* Сетка кружков — 3 в ряд, с подписями, единственное, что скроллится */

    .catalog-filter-colors{
        -webkit-box-flex:1;
            -ms-flex:1 1 auto;
                flex:1 1 auto;
        min-height:0;

        display:-ms-grid;

        display:grid;
        -ms-grid-columns:1fr 8px 1fr 8px 1fr;
        grid-template-columns:repeat(3, 1fr);

        gap:32px 8px;

        padding:20px 16px;

        overflow-y:auto;
        -webkit-overflow-scrolling:touch;
    }

    .catalog-filter-color{
        position:relative;

        width:100%;
        height:auto;
        min-width:0;

        -webkit-box-flex:0;

            -ms-flex:none;

                flex:none;

        display:-webkit-box;

        display:-ms-flexbox;

        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;

        gap:4px;

        border:0;
    }

    .catalog-filter-color__swatch{
        position:relative;
        inset:auto;

        width:32px;
        height:32px;

        -webkit-box-flex:0;

            -ms-flex:none;

                flex:none;

        border-radius:50%;
        border:1px solid rgba(82,82,82,.16);

        -webkit-box-sizing:border-box;

                box-sizing:border-box;
    }

    .catalog-filter-color:has(.catalog-filter-color__swatch[style*="#FFFFFF"]) .catalog-filter-color__swatch,
    .catalog-filter-color:has(.catalog-filter-color__swatch[style*="#ffffff"]) .catalog-filter-color__swatch{
        border-color:rgba(82,82,82,.32);
    }

    .catalog-filter-color__check{
        width:32px;
        height:32px;

        inset:auto;
        top:0;
        left:50%;

        -webkit-transform:translateX(-50%);

            -ms-transform:translateX(-50%);

                transform:translateX(-50%);

        border-radius:50%;
    }

    .catalog-filter-color__label{
        display:block;

        position:static;

        margin-top:0;

        -webkit-transform:none;

            -ms-transform:none;

                transform:none;

        font-family:Inter,sans-serif;
        font-size:13px;
        font-weight:400;
        line-height:16px;

        color:#171717;

        text-align:center;

        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;

        max-width:100%;
    }

    .catalog-filter-color-cluster{
        display:contents;
    }

    .catalog-filter-color-cluster__swatches{
        display:contents;
    }

    .catalog-filter-color--clustered{
        width:100%;
        min-width:0;

        -webkit-box-flex:0;

            -ms-flex:none;

                flex:none;

        margin-left:0;

        border-color:#f5f5f5;
    }

    .catalog-filter-colors__mobile-save{
        display:block;

        -webkit-box-flex:0;

            -ms-flex:none;

                flex:none;

        width:calc(100% - 32px);
        height:56px;

        margin:16px;

        border:0;

        background:#D2FF00;

        cursor:pointer;

        font-family:"Roboto Flex Custom", sans-serif !important;
        font-style: italic !important;
        font-variation-settings:"wght" 700 !important;
        -webkit-font-smoothing: antialiased;
        text-rendering: geometricPrecision;
        font-weight:700;
        font-size:16px;
        line-height:22px;

        text-transform:uppercase;

        color:#171717;
    }

    .catalog-filter__checks{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
        margin: 0;
    }

    .catalog-products__grid{
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .catalog-products__view{
        display: none;
    }

    .catalog-subsections__divider {
        display: none;
    }

    .catalog-filter{
        padding: 24px 0;
    }

    .catalog-filter__mobile-trigger{
        height: 48px;
        gap: 4px;
    }

    .catalog-filter-checkbox {
        gap: 8px;
        padding: 1px 0;
    }

    .catalog-filter-checkbox__box{
        width: 18px;
        height: 18px;
        margin: 0 0 0 3px;
    }

    .catalog-filter-select__option{
        padding: 12px 0;
        gap: 8px;
    }

    .catalog-filter-select__checkbox-box{
        margin-left: 3px;
    }

    .catalog-filter-select__mobile-scroll{
        padding-top: 12px;
    }

    /* ==========================================================================
       Невидимый скроллбар внутри модалок
       ========================================================================== */

    .catalog-filter__mobile-body,
    .catalog-filter-select__mobile-scroll,
    .catalog-filter-colors{
        scrollbar-width:none;
        -ms-overflow-style:none;
    }

    .catalog-filter__mobile-body::-webkit-scrollbar,
    .catalog-filter-select__mobile-scroll::-webkit-scrollbar,
    .catalog-filter-colors::-webkit-scrollbar{
        display:none;
        width:0;
        height:0;
    }

    .catalog-filter__mobile-body.is-sub-modal-open{
        overflow:hidden;
    }

    /* ==========================================================================
       Сортировка — модалка (≤991px)
       ========================================================================== */

    .catalog-products__sort-dropdown{
        position:fixed;
        inset:auto 0 0 0;
        top:auto;
        right:auto;

        width:100%;
        min-width:0;

        z-index:10159;

        max-height:85vh;

        padding:0;

        background:#fff;
        -webkit-box-shadow:none;
                box-shadow:none;

        display:-webkit-box;

        display:-ms-flexbox;

        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;

        opacity:1;
        visibility:visible;

        -webkit-transform:translateY(100%);

            -ms-transform:translateY(100%);

                transform:translateY(100%);

        -webkit-transition:-webkit-transform .25s ease;

        transition:-webkit-transform .25s ease;

        transition:transform .25s ease;

        transition:transform .25s ease, -webkit-transform .25s ease;
    }

    .catalog-products__sort-wrap.is-open .catalog-products__sort-dropdown{
        -webkit-transform:translateY(0);
            -ms-transform:translateY(0);
                transform:translateY(0);
    }

    .catalog-products__sort-wrap::before{
        content:"";

        position:fixed;
        inset:0;

        z-index:9998;

        background:rgba(23,23,23,.5);

        opacity:0;
        visibility:hidden;

        -webkit-transition:
            opacity .25s ease,
            visibility 0s linear .25s;

        transition:
            opacity .25s ease,
            visibility 0s linear .25s;
    }

    .catalog-products__sort-wrap.is-open::before{
        opacity:1;
        visibility:visible;

        -webkit-transition:
            opacity .25s ease,
            visibility 0s linear 0s;

        transition:
            opacity .25s ease,
            visibility 0s linear 0s;
    }

    .catalog-products__sort-mobile-header{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;

        -webkit-box-flex:0;

            -ms-flex:none;

                flex:none;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-box-pack:justify;
            -ms-flex-pack:justify;
                justify-content:space-between;

        height:56px;

        padding:0 16px;
        -webkit-box-sizing:border-box;
                box-sizing:border-box;
    }

    .catalog-products__sort-mobile-title{
        font-family:"Roboto Flex Custom", sans-serif !important;
        font-style: italic !important;
        font-variation-settings:"wght" 700 !important;
        -webkit-font-smoothing: antialiased;
        text-rendering: geometricPrecision;
        font-weight:700;
        font-size:18px;
        line-height:24px;

        color:#171717;
    }

    .catalog-products__sort-mobile-close{
        -webkit-box-flex:0;
            -ms-flex:none;
                flex:none;

        width:24px;
        height:24px;

        padding:0;

        display:-webkit-box;

        display:-ms-flexbox;

        display:flex;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-box-pack:center;
            -ms-flex-pack:center;
                justify-content:center;

        border:0;
        background:none;

        color:#171717;

        cursor:pointer;
    }

    .catalog-products__sort-mobile-close svg{
        width:24px;
        height:24px;
    }

    .catalog-products__sort-mobile-save{
        position:relative;

        display:block;

        -webkit-box-flex:0;

            -ms-flex:none;

                flex:none;

        width:calc(100% - 32px);
        height:56px;

        margin:16px;

        border:0;

        background:#D2FF00;

        cursor:pointer;

        font-family:"Roboto Flex Custom", sans-serif !important;
        font-style: italic !important;
        font-variation-settings:"wght" 700 !important;
        -webkit-font-smoothing: antialiased;
        text-rendering: geometricPrecision;
        font-weight:700;
        font-size:16px;
        line-height:22px;

        text-transform:uppercase;

        color:#171717;
    }

    .catalog-products__sort-mobile-save.is-loading{
        color:transparent;
        pointer-events:none;
    }

    .catalog-products__sort-mobile-save.is-loading::after{
        content:"";

        position:absolute;

        top:50%;
        left:50%;

        width:20px;
        height:20px;

        margin:-10px 0 0 -10px;

        border:2px solid rgba(23,23,23,.25);
        border-top-color:#171717;
        border-radius:50%;

        -webkit-animation:catalog-filter-submit-spin .7s linear infinite;

                animation:catalog-filter-submit-spin .7s linear infinite;
    }

    .catalog-subsection__title{
        font-size: 20px;
        line-height: 24px;
    }

    .catalog-filter__tag{
        font-size: 14px;
        line-height: 18px;
        height: 32px;
    }

    .catalog-filter__mobile-trigger-badge.is-visible{
        margin-left: 4px;
    }

    .catalog-description__container.container{
        padding-block: 32px;
    }

    .catalog-description__title {
        font-size: 20px;
        line-height: 24px;
    }

    .catalog-pagination__container.container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 32px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-bottom: 32px;
        padding-top: 0;
    }

    .catalog-pagination__more {
        width: 100%;
    }

    .catalog-product-card__title {
        font-size: 20px;
        line-height: 22px;
    }

    html.catalog-filter-mobile-open{
        overflow:hidden;
        height:100%;
    }

    body.catalog-filter-mobile-open{
        position:fixed;
        left:0;
        right:0;
        width:100%;
        overflow:hidden;
    }
}

@media (max-width: 720px) {
    .catalog-subsections__list:not(.tags-list) {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 600px) {
    .catalog-products__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
/* End */
/* /local/templates/turbolemons-template/css/catalog.css?17873272391756 */
/* /local/templates/turbolemons-template/components/bitrix/catalog.smart.filter/turbolemons-filter/style.css?178706505818791 */
/* /local/templates/turbolemons-template/components/bitrix/catalog/catalog/style.css?1788260557118358 */
