

/* Start:/local/templates/cf/components/bitrix/catalog.smart.filter/main/style.css?176457957516656*/
.bx-filter {
	width: 330px;
}

.bx-filter .bx-filter-section {
	position: relative;
}

.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;
	margin-bottom: 8px;
}

.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 {
	font-weight: 500;
	font-size: 18px;
	padding: 0 28px 5px 0;
	cursor: pointer;
	color: var(--text);
	position: relative;
	display: flex;
}

.bx-filter .bx-filter-parameters-box-title:hover span,
.bx-filter .bx-active .bx-filter-parameters-box-title span {
	color: var(--primary);
}

.bx-filter .bx-filter-parameters-box-title span::after {
	content: '';
	background: url(/local/templates/cf/components/bitrix/catalog.smart.filter/main/images/angle-down.svg) no-repeat center;
	background-size: 11px;
	width: 10px;
	height: 10px;
	transition: .2s;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 10px;
}

.bx-filter .checkbox {
	font-size: 16px;
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
	padding-right: 22px;
	flex-wrap: wrap;
}

.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: 16px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
	margin-right: 10px;
}

.bx-filter-parameters-box-container {
	/*padding-bottom: 20px;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}

.bx-filter .bx-filter-parameters-box-container-block {
	font-size: 12px;
	color: var(--title);
	display: flex;
	align-items: center;
}

/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {}

.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 18px;
	margin: 0;
	padding: 4px;
	border: 1px solid var(--primary);
	border-radius: 8px;
	background: transparent;
	outline: none;
	-webkit-appearance: none;
	color: var(--text);
}


.bx-filter .bx-filter-button-box {
	clear: both;
}

/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	padding-top: 35px;
	padding-bottom: 25px;
	width: 100%;
}

.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
	width: 95%;
	margin: 0 auto;
}

.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #e0e0e0;
}

.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: 12px;
	/*font-weight: var(--ui-font-weight-bold);*/

	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: var(--black);
}

.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: var(--title);
}

.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: 8;
	background-color: #e0e0e0;
	height: 5px;
}

.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}

.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 6;
	background: var(--primary);
}

.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 7;
	background: transparent;
}

.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 9;
	background: var(--primary);
}

.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: -8px;
	width: 10px;
	height: 22px;
	border: 0;
	border-radius: 5px;
	background: var(--primary);
	cursor: pointer;
}

.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: -10px;
}

.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -10px;
}

/*
*	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/cf/components/bitrix/catalog.smart.filter/main/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/cf/components/bitrix/catalog.smart.filter/main/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/cf/components/bitrix/catalog.smart.filter/main/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/cf/components/bitrix/catalog.smart.filter/main/images/border_default.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 {}

.bx-filter .bx-tag-link {}

.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {}

/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {}

.bx-filter .bx-filter-param-label.disabled {
	color: #ccc;
}

.bx-filter .bx-filter-param-label.disabled input[type="checkbox"]::before {
	border-color: #ccc;
}

.overflow-column {
	overflow-y: auto;
	max-height: 352px;
	width: 100%
}

/*
*	Checkbox / Radio
*
*/

.bx-filter .bx-filter-input-checkbox {
	display: flex;
	align-items: flex-start;
}

.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;
}

.bx-filter .bx-filter-input-checkbox
/*
* 	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/cf/components/bitrix/catalog.smart.filter/main/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/cf/components/bitrix/catalog.smart.filter/main/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/cf/components/bitrix/catalog.smart.filter/main/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/cf/components/bitrix/catalog.smart.filter/main/images/border_default.png) 2 repeat;
}

/* COLOR */

/* --- 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: 16px;
	font-weight: normal;
	position: absolute;
	z-index: 10;
	display: none;
	line-height: normal;
	margin-top: -15px;
	margin-left: 20px;
	padding: 0 10px;
	white-space: nowrap;
	min-height: 37px;
	line-height: 1.4;
	border-style: solid;
	border: 1px solid var(--primary);
	/*padding: 5px 20px;
	color: #000000;*/
}

.bx-filter .bx-filter-popup-result {
	background: var(--primary);
	color: #ffffff;
	border-radius: 8px;
	padding: 0;
	box-shadow: 0 0 26px -7px #000000d1;
}
.bx-filter .bx-filter-popup-result a {
    padding: 20px 28px;
    display: block;
    box-sizing: border-box;
}


.bx-filter .bx-filter-popup-result.right {
	top: 10px;
	left: 97%;
}

.bx-filter .bx-filter-popup-result.right::before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: -19px;
    top: calc(50% - 7px);
    border: 10px solid transparent;
    border-right-color: #ff7316;
    pointer-events: none;
}

.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: #ffffff;
	line-height: 10px;
	font-weight: 700;
}

.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}

.bx-filter .bx-filter-popup-result-close {
	display: none;
}

@media (max-width: 991px) {
	.bx-filter .bx-filter-block {
		height: auto !important;
	}

	.bx-filter .bx-filter-popup-result a {
		float: right;
		/*padding-top: 5px;*/
	}

	.bx-touch .bx-filter .bx-filter-popup-result br {
		display: none;
	}

	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}

	.bx-touch .bx-filter .bx-filter-popup-result {
		position: relative !important;
		left: 0;
		right: auto;
		margin: 0 0 10px 0;
		width: 100%;
	}

	.bx-filter {
		width: 100%;
	}

	.bx-filter .bx-ui-slider-track-container {
		overflow: hidden;
		width: 94%;
		margin-left: 2%;
	}

	.bx-filter .bx-ui-slider-track {
		width: 88%;
	}

	.bx-filter .bx-filter-parameters-box {
		display: flex;
		flex-direction: column;
	}

	.bx-filter-container-modef {
		order: 1
	}

}

.bx-filter-parameters-box-container .checkbox.disabled,
.bx-filter-parameters-box-container .radio.disabled {
	display: none;
}

/* End */


/* Start:/local/templates/cf/components/bitrix/catalog.section/main/style.css?177790618114051*/
.category-banner {}

.category-title {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: var(--title);
    margin: 50px 0 50px 0;
}

.banner {
    position: relative;
    -webkit-box-shadow: 0 37px 25px -20px #00000059;
    box-shadow: 0 37px 25px -20px #00000059;
}

.banner__content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, white 15%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 75px 0 50px 80px;
    overflow: hidden;
}

.banner__content::before {
    content: '';
    width: 30px;
    height: 30px;
    background: var(--primary);
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 50%;
}

.banner__title {
    font-size: 34px;
    font-weight: 700;
}

.banner__title span {
    background: #ffffff;
    border: 5px solid var(--primary);
    border-radius: 50px;
    padding: 2px 20px 8px 20px;
    line-height: 1.2;
    color: var(--primary);
    display: inline-block;
    margin-left: 8px;
    font-size: 32px;
}

.banner__text {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    line-height: 1.3;
}

.banner__btn {
    font-size: 19px;
    text-transform: none;
    font-weight: 600;
    line-height: 1.2;
    padding: 12px 28px;
    margin-top: 45px;
}

.banner__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-video__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.category-row {
    gap: 40px;
    align-items: flex-start;
    padding-top: 40px;
}

.category-right {
    flex-grow: 1;
}


.sort-block {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.sort {
    font-size: 18px;
    font-weight: 700;
}

.sort-select {
    font-weight: 400;
    border: 0;
    margin-left: 10px;
    padding-right: 8px;
    text-align: left;
    outline: none;
    background: var(--wrapper-bg);
    color: var(--text);
}

.category__products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.category__products_col4 {
	grid-template-columns: repeat(4, 1fr);
}

.product-item {
    border: 1px solid var(--border-card);
    padding: 20px 28px;
    border-radius: 8px;
    align-items: center;
    gap: 15px;
    -webkit-box-shadow: 0 25px 25px -20px #00000059;
    box-shadow: 0 25px 25px -20px #00000059;
    transition: .3s;
    position: relative;
}

.product-item:hover {
    -webkit-box-shadow: 0 10px 25px 0px #00000059;
    box-shadow: 0 10px 25px 0px #00000059;
}

.product-item__picture {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.product-item__picture picture {
    height: 282px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-item__img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    max-height: 100%;
}

.quick-view {
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: .4s;
    left: 0;
    width: 100%;
    background: transparent;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    background: linear-gradient(0deg, #00000073 -33px, transparent 100px);
    padding: 6px 0;
    cursor: pointer;
    height: 38px;
}

.product-item:hover .quick-view {
    opacity: 1;
}

.product-item__name {
    text-align: center;
    font-size: 17px;
    line-height: 1.4;
    margin-top: 10px;
}

.product-item__name:hover {
	color: var(--primary);
}

.product-item__sku {
    font-size: 15px;
    line-height: 1;
}


.product-item__available {
    font-size: 16px;
    gap: 12px;
    line-height: 1.1;
    margin-bottom: 10px;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: center;
}

.avail {
    font-weight: 600;
    color: #19B457;
    white-space: nowrap;
}

.unavailable {
    font-weight: 600;
    color: #b41919;
    white-space: nowrap;
}


.product-item__opt {
    white-space: nowrap;
}

.product-item__opt::before {
    content: '';
    height: 15px;
    width: 2px;
    background: var(--primary);
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: 3px;
}

.product-item__btn {
    width: auto;
    font-weight: 600;
    margin-top: auto;
}

.product-item__btn:hover {}

.add-to-compare {
    display: none;
    position: absolute;
    bottom: -48px;
    background: var(--wrapper-bg);
    width: calc(100% + 2px);
    left: -1px;
    text-align: center;
    border: 1px solid var(--border-card);
    border-top: 0;
    border-radius: 0 0 8px 8px;
    padding-bottom: 22px;
    font-size: 16px;
    font-weight: 500;
    z-index: 3;
    padding-top: 10px;
}

.add-to-compare label {
    cursor: pointer
}

.add-to-compare input[type="checkbox"] {
    margin: 0;
    position: relative;
    margin-right: 10px;
}

.add-to-compare input[type="checkbox"]::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: #EAEAEA;
    border-radius: 4px;
    left: -4px;
    top: -3px;
    cursor: pointer;
    transition: .2s;
    border: 3px solid #EAEAEA;
}

.add-to-compare input[type="checkbox"]:checked::before {
    background: var(--primary);
    border: 4px solid #EAEAEA;
    border-radius: 7px;
}

.product-item:hover .add-to-compare {
    display: block;
    box-shadow: 0 23px 26px -18px #00000059;
}

.on-demand {
    color: var(--primary);
    font-weight: 600;
    white-space: nowrap;
}

.seo-text {
    font-size: 16px;
}


@media (max-width: 1460px) {

    .product-item__available {
        gap: 10px;
    }

    .product-item__opt::before {
        margin-right: 10px;
    }

    .product-item__available {
        font-size: 15px;
    }

    .product-item__name {
        font-size: 16px;
    }

    .product-item__btn {
        font-size: 18px;
        padding: 10px 19px;
    }

}


@media (max-width: 1230px) {
    .category__products {
        grid-template-columns: repeat(2, 1fr);
    }

    .banner__title {
        font-size: 25px;
    }

    .banner__title span {
        padding: 3px 15px 4px 15px;
        font-size: 23px;
        margin-left: 5px;
        border-width: 3px;
    }

    .banner__text {
        font-size: 14px;
    }

    .banner__btn {
        font-size: 15px;
        padding: 11px 20px;
        margin-top: 25px;
    }

    .banner__text {
        margin-top: 15px;
    }
}


@media (max-width: 991px) {

    .category-title {
        font-size: 20px;
    }

    .banner__title {
        font-size: 18px;
        display: flex;
        flex-direction: column;
    }

    .banner__title span {
        padding: 1px 10px 4px 10px;
        font-size: 16px;
        margin-left: -7px;
        border-width: 3px;
    }

    .banner__content::before {
        width: 18px;
        height: 18px;
        left: -9px
    }

    .banner__btn {
        font-size: 14px;
        padding: 9px 15px;
        margin-top: 18px;
        border-radius: 40px;
    }

    .banner__text {
        font-size: 12px;
    }

    .banner__content {
        padding: 20px 0 20px 35px;
    }

    .category-row {
        flex-direction: column;
        padding-top: 0;
        gap: 15px;
    }

    .category-right {
        width: 100%;
    }

    .sort {
        font-size: 0;
    }

    .sort select {
        font-size: 14px;
        margin-left: 18px;
    }

    .sort-block {
        width: calc(100% - 76px);
        padding-top: 3px;
    }

    .category-title {
        margin: 0 0 20px 0;
    }

}


@media (max-width: 576px) {

    .banner {
        box-shadow: 0 28px 15px -19px #00000038;
    }

    .seo-text {
        font-size: 15px;
    }

    .banner__content {
        padding: 20px 0 20px 30px;
    }

    .category-title {
        font-size: 16px;
    }

    .category__products {
        grid-gap: 10px;
    }

    .banner__background {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .banner__content {
        position: relative;
        background: linear-gradient(90deg, white 32%, transparent 57%);
        z-index: 2;
    }

    .banner__title {
        font-size: 16px;
    }

    .banner__title span {
        font-size: 15px;
    }

    .banner__text {
        font-size: 12px;
    }

    .banner__btn {
        font-size: 12px;
        padding: 5px 12px;
        font-weight: 500;
    }

    .banner__img {
        object-position: 63% 0;
    }

    .banner__content::before {
        width: 14px;
        height: 14px;
        left: -7px;
    }

    .product-item {
        padding: 15px;
        gap: 12px;
    }

    .label {
        font-size: 12px;

        padding: 2px 8px;
    }

    .product-item__name {
        font-size: 13px;
        line-height: 1.25;
        margin-top: 0;
    }

    .product-item__sku,
    .product-item__available {
        display: none;
    }

    .add-to-compare {
        display: flex !important;
        align-items: center;
        font-size: 12px;
        position: relative;
        bottom: auto;
        width: auto;
        left: 0;
        border-radius: 0;
        padding-bottom: 0;
        border: 0;
        padding: 0;
    }

    .product-item__btn {
        font-size: 13px;
        padding: 8px 10px;
        width: auto;
        order: 1;
    }

    .add-to-compare input[type="checkbox"] {
        width: 10px;
        height: 10px;
    }

    .add-to-compare input[type="checkbox"]::before {
        left: -3px;
        top: -3px;
        width: 15px;
        height: 15px;
    }

    .quick-view {
        display: none;
    }


}


/*search*/

.search-section {
    text-align: center;
    font-size: 20px;
}

.search-title {
    color: var(--title);
    font-size: 30px;
    text-transform: uppercase;
    margin: 35px 0;
}

.search-results .category__products {
    grid-template-columns: repeat(4, 1fr);
}


@media (max-width: 1100px) {
    .search-results .category__products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .search-results .category__products {
        grid-template-columns: repeat(2, 1fr);
    }

    .search-results .category-row {
        padding-top: 40px;
    }

    .search-section {
        font-size: 14px;
    }

    .search-title {
        font-size: 18px;
        margin: 15px 0;
    }

    .search-results .sort select {
        margin-left: 0;
        font-size: 13px;
    }
    .search-results .sort-block {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 440px) {
    .search-results .category__products .one-click-buy {
        font-size: 12px;
        padding: 9px 9px;
    }

    .search-results .category__products .product-item__btn {
        font-size: 12px;
        padding: 9px 9px;
        margin-top: 0;
    }

    .search-results .category__products .product-item__picture picture {
        height: 140px;
    }

    .category__products {
        grid-template-columns: repeat(1, 1fr);
    }
}


.toggle-filter {
    display: none;
}

.toggle-filter__text {
    margin-right: auto;
    margin-left: 20px;
    font-size: 18px;
}

.filter-title {
    display: none;
}


.load-more {
	max-width: 200px;
    margin: 40px auto;
    text-align: center;
}


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

    .filter-item__title.active-mobile::after {
        filter: grayscale(1);
        transform: rotateX(180deg);
        opacity: 0.5;
    } 

    .filter-title {
		display: flex;
		text-align: center;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 700;
		color: var(--title);
		justify-content: center;
		padding: 25px 20px 20px 20px;
		margin-bottom: 15px;
		position: sticky;
		top: 0;
		background: var(--wrapper-bg);
		z-index: 10;
		margin-left: -15px;
		margin-right: -15px;
    }

    .filter-title svg {
		position: absolute;
		left: 25px;
		top: 30px;
		width: 22px;
		height: 18px;
		transform: rotate(180deg);
    }

    .toggle-filter {
        width: 76px;
        display: flex;
        align-items: center;
        margin-bottom: 0;
        gap: 4px;
        color: var(--primary);
        border-radius: 4px;
        float: left;
    }

    #filter {
		display: none;
		position: fixed;
		left: -1000px;
		top: 152px;
		transition: .4s;
		background: var(--wrapper-bg);
		z-index: 4;
		width: 100%;
		padding: 0 15px;
		max-height: calc(100vh - 152px);
		height: calc(100vh - 152px);
		overflow-y: auto;
		padding-bottom: 120px;
    }

    #filter.active-mobile {
        left: 0;
    }
    
    .active-mobile {
        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;
    }

    .toggle-filter svg:last-child {
        width: 18px;
        height: 22px;
        padding-top: 3px;
    }

    .filter-item__title {
        font-size: 16px;
    }
	
	.filter-block_label {
		display: none;
	}

}

@media screen and (max-width: 414px) {
    .load-more {
        max-width: 170px;
    }

    .product-item__sku, .product-item__available {
        margin-bottom: 0
    }

    .product-item__available {
        font-size: 14px;
    }

    .product-item__opt {
        font-size: 12px;
    }

    .product-item__opt::before {
        margin-right: 5px;
        height: 9px;
        top: 1px;
    }

}


@media screen and (max-width: 350px) {
    .sort select {
        margin-left: 6px;
    }
}


.sfparams-list {
	display: flex;
	margin-bottom: 20px;
}
.sfparams-list_item {
	background: var(--primary);
	padding: 3px 10px 5px 10px;
	color: var(--bg);
	border-radius: 5px;
    margin-right: 10px;
	cursor: pointer;
}
.sfparams-list_item svg {
	margin-left: 5px;
	fill: #fff;
}

.new-price small {
	font-weight: normal;
    font-size: 0.5em;
}
.new-price small:first-child {
    color: var(--text);
}

@media  (max-width: 576px) {
    .product-item__price .new-price {
        font-size: 24px;
    }
}

/* End */


/* Start:/local/templates/cf/components/bitrix/catalog.item/main/style.css?1748437097594*/
.availability {
    font-weight: 300;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.availability>div {
    display: flex;
    flex-direction: column;
}

.quick-view-popup .availability span span {
    font-weight: 700;
}

.quick-view-popup__nav .next {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%)
}

.quick-view-popup__nav .prev {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%)
}
/* End */


/* Start:/local/templates/cf/components/bitrix/catalog.section.list/see_also/style.css?1756725965532*/
.crosslink-sections .crosslink__item.swiper-slide
{
    min-height: 140px;
}
.crosslink-sections:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.crosslink-sections:not(.swiper-initialized) .swiper-slide:nth-child(n+4) {
    display: none;
}

@media (max-width: 640px) {
    .crosslink-sections:not(.swiper-initialized) .swiper-wrapper {
        flex-direction: column;
    }

    .crosslink__item {
        width: 100%
    }
}
/* End */


/* Start:/local/templates/cf/components/bitrix/catalog.products.viewed/main/style.css?17817768263476*/
.section-crosslink {
    margin-bottom: 80px;
    margin-top: 75px;
}

.crosslink {}

.crosslink-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.crosslink:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.crosslink:not(.swiper-initialized) .swiper-slide:nth-child(n+4) {
    display: none;
}

.crosslink__item,
.crosslink__item.swiper-slide {
    padding: 25px 20px 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    gap: 30px 25px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 37px 25px -20px #00000059;
    box-shadow: 0 37px 25px -20px #00000059;
    border: 1px solid #e7e7e7;
    min-height: 185px;
    width: 33.333%
}


.crosslink__picture {
    position: relative;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 35px;
}

.crosslink__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    height: 150px;
}

.crosslink__item:hover .crosslink__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.crosslink__price {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--primary);
    color: #ffffff;
    padding: 6px 32px;
    border-radius: 0 8px 0 0;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.crosslink__content {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 30px;
}

.crosslink__title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 600;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.crosslink__title:hover {
    color: var(--primary)
}


@media (max-width: 640px) {
    .crosslink:not(.swiper-initialized) .swiper-wrapper {
        flex-direction: column;
    }

    .crosslink__item {
        width: 100%
    }
}


@media (max-width: 576px) {

    .section-crosslink {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    
    .crosslink__title {
        font-size: 14px;
    }

    .crosslink__item, .crosslink__item.swiper-slide {
        margin: 0;
        min-height: auto;
        box-shadow: 0 18px 14px -14px #00000059;
        width: 100%
    }

    .crosslink-nav {
        margin-top: 35px;
    }

    .crosslink__price {
        padding: 4px 25px;
        font-size: 15px;
    }

    .crosslink__picture {
        padding-bottom: 25px;
    }
}

/* End */
/* /local/templates/cf/components/bitrix/catalog.smart.filter/main/style.css?176457957516656 */
/* /local/templates/cf/components/bitrix/catalog.section/main/style.css?177790618114051 */
/* /local/templates/cf/components/bitrix/catalog.item/main/style.css?1748437097594 */
/* /local/templates/cf/components/bitrix/catalog.section.list/see_also/style.css?1756725965532 */
/* /local/templates/cf/components/bitrix/catalog.products.viewed/main/style.css?17817768263476 */
