

/* Start:/local/templates/chistopar/components/bitrix/breadcrumb/nav-breadcrumb/style.css?1730952716797*/
.bx-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bx-breadcrumb-item {
	height: 22px;
	white-space: nowrap;
}

.bx-breadcrumb-item-angle {
	margin: 0 10px;
	color: #b5bdc2;
	vertical-align: top;
	font-size: 12px;
}

.bx-breadcrumb-item-link {
	border-bottom: none;
	vertical-align: top;
	line-height: 21px;
}

.bx-breadcrumb-item-link:hover { }

.bx-breadcrumb-item-text {
	vertical-align: top;
	white-space: normal;
	font: 400 13px/21px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	transition: 250ms linear all;
}
/* End */


/* Start:/local/templates/chistopar/components/bitrix/menu/catalog_page/style.css?17309527172*/


/* End */


/* Start:/local/templates/chistopar/components/bitrix/catalog.smart.filter/smart_filter-catalog/style.css?173095271619818*/

/*Sections*/

.smart-filter-parameters-box {
	position: relative;
	margin-bottom: 15px;
}

.smart-filter-parameters-box-title {
	display: inline-block;
	padding-bottom: 7px;
	font-size: 13px;
}

.smart-filter-parameters-box-title-text {
	padding: 6px 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #2e2e2e;
	text-decoration: none;
	position: relative;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	display: inline-block;
	/*margin-bottom: 16px;*/
	cursor: pointer;
}

.catalog__aside-filter {
	margin-top: 30px;
}

.bx-active .smart-filter-parameters-box-title-text { color: #333; }

/*region Angles*/
.smart-filter-angle {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 19px;
	vertical-align: middle;
}

.smart-filter-angles {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}

.smart-filter-angles:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 1px;
	background-color: #2E2E2E;
	content: "";
	transition: all 250ms ease;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
}

.smart-filter-angles:before{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.smart-filter-angle-up .smart-filter-angles:before {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/*endregion*/

/*region hint*/
.smart-filter-hint {
	position: relative;
	display: inline-block;
	margin-right: 6px;
}

.smart-filter-hint-icon {
	display: block;
	padding: 0 5px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #2E2E2E;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
}

.smart-filter-hint-popup {
	position: absolute;
	top: calc(100% + 8px);
	left: -7px;
	z-index: 10;
	display: none;
	padding: 10px;
	min-width: 200px;
	max-width: 300px;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.14);
}

.smart-filter-hint:hover .smart-filter-hint-popup { display: block; }

.smart-filter-hint-popup-angle {
	position: absolute;
	top: -5px;
	left: 10px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background-color: #fff;
	transform: rotate(45deg);
}

/*endregion*/

.smart-filter-block {
	/*display: none;*/
	box-sizing: content-box;
	transition: padding .3s ease;

}
.smart-filter-parameters-box:not(.bx-active) .smart-filter-block{
	height: 0;
	overflow: hidden;
	opacity: 0;
}

.smart-filter-button-box .smart-filter-block,
.smart-filter-parameters-box.bx-active .smart-filter-block { display: block; }

.smart-filter-parameters-box.bx-active .smart-filter-block i.bx-ft-sub {
	display: block;
	padding-bottom: 5px;
	font-style: normal;
	font-size: 14px;
}

/*region NUMBERS_WITH_SLIDER*/
.smart-filter-input-group-number { padding: 0 1px; }

/*endregion*/

/*region TRACK FOR TYPE NUMBER*/

.smart-filter-slider-track-container {
	overflow: hidden;
	padding: 25px 18px 25px;
}

.smart-filter-slider-track {
	position: relative;
	height: 7px;
	background: #e7e7e7;
}

.smart-filter-slider-ruler {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}

.smart-filter-slider-ruler.p1 { left: -1px; }

.smart-filter-slider-ruler.p2 { left: 25%; }

.smart-filter-slider-ruler.p3 { left: 50%; }

.smart-filter-slider-ruler.p4 { left: 75%; }

.smart-filter-slider-ruler.p5 { right: -1px; }

.smart-filter-slider-ruler span {
	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	margin-left: -50px;
	width: 100px;
	color: #000;
	text-align: center;
	font-size: 11px;
}

.smart-filter-slider-ruler.p2 span,
.smart-filter-slider-ruler.p3 span,
.smart-filter-slider-ruler.p4 span { color: #6b8086; }

.smart-filter-slider-range { z-index: 50; }

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}

.smart-filter-slider-price-bar { z-index: 100; }

.smart-filter-slider-price-bar-vd {
	z-index: 60;
	background: #b1b1b1;
}

.smart-filter-slider-price-bar-vn {
	z-index: 70;
	background-color: var(--theme-color-light); }

.smart-filter-slider-price-bar-v {
	z-index: 80;
	background-color: var(--theme-color-primary);
}

.smart-filter-slider-handle {
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border: 7px solid #2E2E2E;
}

.smart-filter-slider-handle:hover {
	cursor: grab;
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
}

.smart-filter-slider-handle:active {
	cursor: grabbing;
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
}

.smart-filter-slider-handle.left {
	left: 0;
	margin-left: -14px;
	border-top: 7px solid transparent;
	border-left: 7px solid transparent;
}

.smart-filter-slider-handle.right {
	right: 0;
	margin-right: -14px;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
}

/*endregion*/

/* region Select */
.smart-filter-input-group-dropdown {
	display: block;
	height: 31px;
	border: 1px solid #ccd5db;
	border-radius: 3px;
}

.smart-filter-input-group-dropdown.bx-active,
.smart-filter-input-group-dropdown:focus { border-color: #2E2E2E; }

.smart-filter-dropdown-block {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 29px 0 10px;
	width: 100%;
	height: 29px;
	border: none;
	border-radius: 2px;
	background: #fff;
}

.smart-filter-dropdown-text {
	overflow: hidden;
	max-width: 100%;
	height: 29px;
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 29px;
	cursor: pointer;
}

.smart-filter-dropdown-text.fix { min-width: 120px; }

.smart-filter-dropdown-text label { cursor: pointer; }

.smart-filter-dropdown-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 29px;
	height: 29px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
	cursor: pointer;
}

.smart-filter-input-group-dropdown-flex {
	display: flex;
	align-items: center;
}

.smart-filter-input-group-dropdown-flex .smart-filter-checkbox-btn-image {
	margin-right: 5px;
}

/*
*	Select popup
*
*/

.smart-filter-dropdown-popup {
	padding: 0;
	min-width: 173px;
	background: #fff;
}

.smart-filter-dropdown-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.smart-filter-dropdown-popup ul li {
	display: block;
	vertical-align: middle;
}

.smart-filter-dropdown-popup ul li:first-child {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
}

.smart-filter-dropdown-popup ul li label {
	display: flex;
	align-items: center;
	overflow: hidden;
	/*padding: 0 5px;*/
	width: 100%;
	color: #575757;
	white-space: nowrap;
	cursor: pointer;
}

.smart-filter-dropdown-popup ul li label.selected,
.smart-filter-dropdown-popup ul li label:hover {
	background: #f3f8fa;
	color: #000;
}

.smart-filter-dropdown-popup ul li label.disabled {
	background: transparent;
	color: #b8b8b8;
}

.smart-filter-dropdown-popup ul li .smart-filter-dropdown-text { padding-left: 5px;}

/*endregion */

/* region TAGS */

.smart-filter-tag {
	padding: 18px;
	border-top: 1px solid var(--theme-color-light);
	border-bottom: 1px solid var(--theme-color-light);
}

.smart-filter .bx-tag-link {
	color: var(--theme-color-light);
	text-decoration: none;
	text-shadow: none;
	font-size: 12px;
}

.smart-filter .bx-tag-link.bx-active,
.smart-filter .bx-tag-link:hover { color: #1d3d46; }

/*endregion*/

/*region CHECKBOXES_WITH_PICTURES*/
.smart-filter-input-group-checkbox-pictures { }

.smart-filter-input-group-checkbox-pictures .smart-filter-param-label {
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*endregion*/

/*region CHECKBOXES_WITH_PICTURES_AND_LABELS*/
.smart-filter-input-group-checkbox-pictures-text { }

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label {
	display: flex;
	align-items: center;
}

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-text { padding-left: 5px; }

/*endregion*/

/*region LABEL */
.smart-filter-checkbox-btn,
.smart-filter-checkbox-text-btn {
	position: relative;
	display: inline-block;
	padding: 3px;
	width: 31px;
	height: 31px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	color: #000;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	line-height: 23px;
	cursor: pointer;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
}

.smart-filter-checkbox-btn:hover,
.smart-filter-checkbox-btn:active,
.smart-filter-checkbox-btn:focus,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.bx-active .smart-filter-checkbox-btn { border-color: #2E2E2E; }
.smart-filter-checkbox-text,
.smart-filter-dropdown-text { font-size: 14px; }

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-text,
.smart-filter-dropdown-label.disabled .smart-filter-dropdown-text,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-text,
.smart-filter-input-group-checkbox-list.disabled .smart-filter-checkbox-text { color: #6c6c6c; }

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn {
	position: relative;
	opacity: .7;
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn:before,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: block;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	content: ' ';
	opacity: .7;
}

.smart-filter-number-label,
.smart-filter-dropdown-label,
.smart-filter-checkbox-label,
.smart-filter-checkbox-text-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

/**/

.smart-filter-checkbox-btn-image {
	display: block;
	width: 23px;
	height: 23px;
	border-radius: 2px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	vertical-align: middle;
	line-height: 24px;
	-webkit-background-size: cover;
}

.smart-filter-checkbox-btn-image.all {
	position: relative;
	border: none;
	box-shadow: none;
	display: inline-block;
}

.smart-filter-checkbox-btn-image.all:after,
.smart-filter-checkbox-btn-image.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
	content: " ";
}

.smart-filter-checkbox-btn-image.all:after {
	right: 0;
	bottom: 0;
}

.smart-filter-checkbox-btn-image.all:before {
	top: 0;
	left: 0;
}

/*endregion*/

/*region Checkbox / Radio */

.smart-filter-checklist {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*endregion*/

/* COLOR */
/* --- colors */
.smart-filter-param-btn.bx-color-sl { }

.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl {
	position: relative;
	background: transparent;
	box-shadow: none
}

.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: block;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	content: ' ';
	opacity: .7;
}

.smart-filter-param-label .smart-filter-param-btn:hover,
.smart-filter-param-label.bx-active .smart-filter-param-btn { border-color: #2E2E2E; }

/*
* BTN P/M
*
*/

.smart-filter-param-btn.bx-spm {
	padding: 0;
	min-width: 23px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background-color: transparent;
	color: #767b7e;
	vertical-align: top;
	font-weight: normal;
	font-size: 17px;
	line-height: 23px;
}

.smart-filter-param-btn.bx-spm.bx-plus { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center; }

.smart-filter-param-btn.bx-spm.bx-minus { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center; }

.smart-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}

.smart-filter span.bx-spm {
	display: inline-block;
	margin: 0 10px;
	height: 23px;
	color: #000;
	vertical-align: middle;
	font-size: 18px;
	line-height: 23px;
}

/*
*	icon
*
*/

.smart-filter-select-popup .smart-filter-select-text-icon,
.smart-filter-select-text-icon {
	position: relative;
	display: inline-block;
	margin-top: -4px;
	margin-right: 2px;
	width: 23px;
	height: 23px;
	border-radius: 2px;
	vertical-align: middle;
	line-height: 33px;
}

.smart-filter-select-popup .smart-filter-btn-color-icon,
.smart-filter-btn-color-icon {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 2px;
	background-size: cover;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	vertical-align: middle;
	line-height: 24px;
	-webkit-background-size: cover;
}

.smart-filter-select-popup .smart-filter-btn-color-icon {
	top: 0 !important;
	margin: 2px 0;
	width: 20px;
	height: 20px;
}

.smart-filter-select-block .smart-filter-btn-color-icon { top: -1px !important; }

.smart-filter-param-label.disabled .smart-filter-btn-color-icon { opacity: .2; }

/*
* 	BIZ
*
*/

.smart-filter-parameter-biz {
	display: inline-block;
	margin-right: 10px;
	border-bottom: 1px dashed;
	color: #1485ce;
	text-decoration: none;
	font-size: 14px;
	line-height: 15px;
}

.smart-filter-parameter-biz:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

.smart-filter-parameter-biz.bx-active {
	position: relative;
	border-color: transparent;
	color: #000;
}

/*
*	BTN result and reset 
*
*/

.btn-themes { color: #fff }

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover { color: #fff }

/*
* 	Result Popup
*
*/

.smart-filter-popup-result {
	position: absolute;
	z-index: 915;
	display: none;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	min-height: 37px;
	border: 1px solid #c6dce7;
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
}

.smart-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/chistopar/components/bitrix/catalog.smart.filter/smart_filter-catalog/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/chistopar/components/bitrix/catalog.smart.filter/smart_filter-catalog/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/chistopar/components/bitrix/catalog.smart.filter/smart_filter-catalog/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/chistopar/components/bitrix/catalog.smart.filter/smart_filter-catalog/images/result_popup_left.png) 4 20 4 4 fill repeat;
}

.smart-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/chistopar/components/bitrix/catalog.smart.filter/smart_filter-catalog/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/chistopar/components/bitrix/catalog.smart.filter/smart_filter-catalog/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/chistopar/components/bitrix/catalog.smart.filter/smart_filter-catalog/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/chistopar/components/bitrix/catalog.smart.filter/smart_filter-catalog/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.smart-filter-popup-result.right { left: 102%; }

.smart-filter-popup-result.left { right: 102%; }

.smart-filter-horizontal .smart-filter-popup-result {
	position: relative;
	right: auto;
	bottom: -7px;
	left: auto;
	display: inline-block;
}

.smart-filter-popup-result a {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #2E2E2E;
}

.smart-filter-popup-result a:hover { text-decoration: none; }

.smart-filter-popup-result-close { display: none; }

.smart-filter-parameters-box-title {
	display: block;
	width: 100%;
}

.smart-filter-angle {
	position: absolute;
	width: 14px;
	height: 8px;
	right: 0;
}

.smart-filter-parameters-box-title-text {
	width: 100%;
}

.smart-filter-angles::before {
	left: 0;
	background: url(/local/templates/chistopar/img/Icon-arrow.svg);
	position: absolute;
	right: 0;
	width: 14px;
	display: block;
	height: 8px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	top: 15px;
}

.smart-filter-block {
	/*
	padding: 6px 0 6px 20px;
	margin-bottom: 8px;
	 */
}

.smart-filter-price .smart-filter-block {
	/*padding: 6px 0 6px 0px;*/
}

.smart-filter-btn input {
	border: 0;
	cursor: pointer;
}

.catalog__aside-filter-btn-submit:hover {
	background: #d8f5e9;
	color: #12b270;
}

.smart-filter-btn input {
	transition: all 0.4s;
}

.catalog__aside-filter-btn-cliar:hover {
	background: #12b270;
	color: white;
}

.smart-filter-slider-ruler {
	display: none;
}

.smart-filter-slider-track {
	height: 4px;
	background: #EBEBEB;
	border-radius: 2px;
}

.smart-filter-slider-track-container {
	padding: 14px 12px;
}

.smart-filter-slider-price-bar-vd {
	background: #12B370;
	border-radius: 10px;
}

.smart-filter-slider-handle.left {
	margin-left: -8px;
	background: #FFFFFF;
	border: 4px solid #12B370;
	border-radius: 10px;
	width: 18px;
	height: 18px;
	margin-top: -11px;
	transition: all 0s;
}

.smart-filter-slider-range {
	z-index: 500;
}

.smart-filter-slider-handle.right {
	margin-right: -10px;
	background: #FFFFFF;
	border: 4px solid #12B370;
	border-radius: 10px;
	width: 18px;
	height: 18px;
	margin-top: -11px;
	transition: all 0s;
}


@media (max-width: 767px) {
	.bx-touch .smart-filter-popup-result {
		position: fixed !important;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		z-index: 1001;
		margin-top: 0;
		margin-left: 0;
		padding: 10px;
		width: auto;
		height: auto;
		border: 1px solid #c6dae7;
		border-radius: 2px;
		background: rgba(255, 255, 255, .9);
		font-size: 12px;
		line-height: 14px;
	}

	.bx-touch .smart-filter-popup-result br { display: none; }

	.smart-filter-popup-result .arrow { display: none; }
}


/* End */


/* Start:/local/templates/chistopar/components/bitrix/catalog.top/top-favorites/style.css?17507359351387*/
.catalog__product .catalog__container-product.items-list .card-hit.item-content {
    width: calc(100% / 3 - 12px);
}

.catalog__product .catalog__container-product.items-list .card-hit.item-content .card-hit__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.item-content .card-hit__wrapper-text {
    flex-grow: 1;
    height: auto !important;
}

.popular_items-slider-wrapper {
    display: block;
    position: relative;
    padding: 40% 0;
}

.popular_items-slider-wrapper > div,
.popular_items-slider-wrapper > a {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.catalog__product .catalog__container-product {
    justify-content: flex-start !important;
}

@media screen and (max-width: 590px){
    .catalog__product .catalog__container-product.items-list .card-hit.item-content {
        width: calc(100% / 2 - 10px);
    }
    .popular_items-slider-wrapper {
        padding: 35% 0;
    }

    .catalog__container-product.items-list .card-hit.item-content .popular_items_img .slick-slide {
        height: 100% !important;
    }

    .catalog__product .catalog__container-product.items-list .card-hit.item-content .card-hit__title {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 370px){
    .catalog__product .catalog__container-product.items-list .card-hit.item-content {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/chistopar/components/bitrix/catalog.item/item_common_v7/style.css?174946488110645*/
.catalog-card__to-cart {
    background: var(--accent);
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
    transition: all .2s;
    margin-top: 10px;
    position: relative;
}

.catalog-card__to-cart:hover {
    background-color: #0AA360;
}

.catalog-card {
    width: calc(100% / 3 - 12px);
    position: relative;
    padding: 8px;
    background: #fff;
    font-family: Manrope, sans-serif;
    border-radius: 12px;
    box-shadow: 0px 8.16px 32.62px 0px #43434314;
}

.catalog-card__wrapper {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.catalog-card__tags {
    position: absolute;
    top: 4.8px;
    left: 4.8px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    z-index: 1;
}

.catalog-card__top-btns {
    position: absolute;
    top: 4.8px;
    right: 4.8px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    z-index: 1;
}

.catalog-card__tag {
    padding: 8px;
    border-radius: 3px;
    font-family: Manrope, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 10px;
    text-align: center;
}

.catalog-card__tag--last-stock {
    background: #B01414;
    color: #fff;
}

.catalog-card__tag--stock {
    background: #2E2E2E;
    color: #fff;
}

.catalog-card__top-btns-item, .catalog-card__top-btns-item.bx-catalog-subscribe-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 3px;
    backdrop-filter: blur(10.732156753540039px);
    width: 36px;
    height: 36px;
    min-width: 36px;
    z-index: 1;
    background: #FFFFFFCC;
    cursor: pointer;
}

.catalog-card__top-btns-item.bx-catalog-subscribe-button::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjAwMDIgMi42Mjc5M0M4LjQ1MzEzIDIuNjI3OTMgNi45Njk0IDMuMjQyNTEgNS44NzU0NCA0LjMzNjQ3QzQuNzgxNDcgNS40MzA0NCA0LjE2Njg5IDYuOTE0MTcgNC4xNjY4OSA4LjQ2MTI2VjExLjQwMTNDNC4xNjcwMSAxMS41MzA1IDQuMTM3MDYgMTEuNjU4MSA0LjA3OTM5IDExLjc3MzhMMi42NDg1NiAxNC42MzQ2QzIuNTc4NjcgMTQuNzc0NCAyLjU0NTY2IDE0LjkyOTcgMi41NTI2OCAxNS4wODU4QzIuNTU5NzEgMTUuMjQxOSAyLjYwNjUyIDE1LjM5MzYgMi42ODg2OCAxNS41MjY1QzIuNzcwODQgMTUuNjU5NSAyLjg4NTYyIDE1Ljc2OTIgMy4wMjIxMiAxNS44NDUzQzMuMTU4NjEgMTUuOTIxNCAzLjMxMjI5IDE1Ljk2MTMgMy40Njg1NiAxNS45NjEzSDE2LjUzMTlDMTYuNjg4MiAxNS45NjEzIDE2Ljg0MTggMTUuOTIxNCAxNi45NzgzIDE1Ljg0NTNDMTcuMTE0OCAxNS43NjkyIDE3LjIyOTYgMTUuNjU5NSAxNy4zMTE4IDE1LjUyNjVDMTcuMzkzOSAxNS4zOTM2IDE3LjQ0MDcgMTUuMjQxOSAxNy40NDc4IDE1LjA4NThDMTcuNDU0OCAxNC45Mjk3IDE3LjQyMTggMTQuNzc0NCAxNy4zNTE5IDE0LjYzNDZMMTUuOTIxOSAxMS43NzM4QzE1Ljg2MzkgMTEuNjU4MSAxNS44MzM3IDExLjUzMDYgMTUuODMzNiAxMS40MDEzVjguNDYxMjZDMTUuODMzNiA2LjkxNDE3IDE1LjIxOSA1LjQzMDQ0IDE0LjEyNSA0LjMzNjQ3QzEzLjAzMTEgMy4yNDI1MSAxMS41NDczIDIuNjI3OTMgMTAuMDAwMiAyLjYyNzkzWk0xMC4wMDAyIDE4LjQ2MTNDOS40ODMwMiAxOC40NjE1IDguOTc4NDUgMTguMzAxNCA4LjU1NjA4IDE4LjAwMjlDOC4xMzM3IDE3LjcwNDQgNy44MTQzIDE3LjI4MjIgNy42NDE4OSAxNi43OTQ2SDEyLjM1ODZDMTIuMTg2MiAxNy4yODIyIDExLjg2NjggMTcuNzA0NCAxMS40NDQ0IDE4LjAwMjlDMTEuMDIyIDE4LjMwMTQgMTAuNTE3NCAxOC40NjE1IDEwLjAwMDIgMTguNDYxM1oiIGZpbGw9IiM5MTkxOTEiLz4KPC9zdmc+Cg==");
    width: 20px;
    height: 20px;
}
.catalog-card__favorites:hover svg, .catalog-card__favorites.active svg {
    fill: #FF4A40;
}

.catalog-card__favorites:hover svg path, .catalog-card__favorites.active svg path {
    stroke: #FF4A40;
}

.catalog-card__favorites svg {
    width: 20px;
    height: 20px;
}

.catalog-card__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    margin: 12px 0;
    color: #2E2E2E;
}

.catalog-card__price {
    font-weight: 700;
    font-size: 20px;
    line-height: 20.26px;
    color: #2E2E2E;
    margin-bottom: 12px;
}

.catalog-card__price-container {
    margin-top: auto;
}

.catalog-card__img {
    padding: 66.4% 0;
    position: relative;
}

.catalog-card__img .catalog-card__img-items {
    height: 100%;
    max-height: unset;
    border-radius: 10px;
}

.catalog-card__img .catalog-card__img-items img {
    border-radius: 10px;
}

.catalog-card__img .popular_items_img__dots {
    bottom: 5px;
    gap: 5px;
}

.catalog-card__img .popular_items--dot {
    background: #fff;
}

.catalog-card__img > a, .catalog-card__img > .catalog-card__img-items {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.catalog-card__img-empty img {
    object-fit: contain !important;
}

.catalog-card__img-empty .slick-dots {
    display: none !important;
}

.catalog-card__img .popular_items--dot.active {
    background: var(--accent);
    height: 10px;
    width: 10px;
}

.catalog-card__img .slick-list, .catalog-card__img .popular_items_img .slick-track {
    height: 100%;
}

.catalog-card__to-cart[disabled] {
    background: #F5F5F5;
    cursor: default;
}

.catalog-card__to-cart[disabled] svg {
    fill: #B6B6B6;
}

.catalog-card-quantity.сalculator__container {
    position: relative;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100%;
}

.catalog-card-quantity .сalculator__info-quantity {
    color: var(--accent);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.catalog-card-quantity.сalculator__container {
    box-shadow: inset 0 0 0 1px var(--accent);
    background: #fff;
    height: 45px;
    margin-top: 10px;
}

.catalog-card-quantity .сalculator__minus {
    background-color: #fff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMDAwOTggMTAuODI1NEgxNi42Njc2IiBzdHJva2U9IiMxMkIyNzAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    width: 36px;
    height: 36px;
}

.catalog-card-quantity .сalculator__plus {
    background-color: #fff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjIwMzEgNC45OTIxOVYxNi42NTg5IiBzdHJva2U9IiMxMkIyNzAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik00LjM2OTYzIDEwLjgyNTRIMTYuMDM2MyIgc3Ryb2tlPSIjMTJCMjcwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    width: 36px;
    height: 36px;
}

.catalog-card__to-cart.loading svg {
    opacity: 0;
}

.catalog-card__to-cart.loading {
    cursor: default;
    opacity: 0.8;
    background-color: var(--accent) !important;
}

.catalog-card__to-cart.loading::before {
    content: '';
    --un-icon: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Ccircle cx='4' cy='12' r='3' fill='currentColor'%3E%3Canimate id='svgSpinners3DotsScale0' attributeName='r' begin='0;svgSpinners3DotsScale1.end-0.25s' dur='0.75s' values='3;.2;3'/%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='3' fill='currentColor'%3E%3Canimate attributeName='r' begin='svgSpinners3DotsScale0.end-0.6s' dur='0.75s' values='3;.2;3'/%3E%3C/circle%3E%3Ccircle cx='20' cy='12' r='3' fill='currentColor'%3E%3Canimate id='svgSpinners3DotsScale1' attributeName='r' begin='svgSpinners3DotsScale0.end-0.45s' dur='0.75s' values='3;.2;3'/%3E%3C/circle%3E%3C/svg%3E");
    -webkit-mask: var(--un-icon) no-repeat;
    mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: currentColor;
    color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
}

.catalog-card__price-stock-block-abs {
    display: flex;
    position: relative;
    margin-bottom: 5px;
}

.catalog-card__price-stock {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #949494;
    position: relative;
    margin-right: 12px;
}

.catalog-card__price-stock::before {
    content: "";
    width: 100%;
    background: #949494;
    height: 1px;
    display: block;
    position: absolute;
    left: -1px;
    top: 8px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.catalog-card__price-stock-\% {
    color: #01baef;
    padding: 2px 4px;
    background: #dbf7ff;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

@media (max-width: 992px) {
    .catalog-card__img .popular_items_img .slick-slide, .catalog-card__img .popular_items_img img {
        max-height: 100%;
    }

    .catalog-card__img .popular_items_img .slick-dots {
        bottom: 5px;
    }

    .catalog-card__img .slick-dots li {
        margin: auto 3px 0;
    }
}

@media (max-width: 767px) {
    .catalog-card {
        width: calc(100% / 2 - 5.16px);
    }
    .catalog__container-product.items-list {
        gap: 10px;
        justify-content: space-between;
    }
}

@media (max-width: 575px) {
    .catalog-card-сalculator.сalculator {
        width: 100%;
    }
    .catalog-card__title {
        font-size: 14px;
        margin: 6px 0;
    }
    .catalog-card__price {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .catalog-card__to-cart, .catalog-card-quantity.сalculator__container {
        margin-top: 8px;
    }
    .catalog-card-quantity .сalculator__info-quantity {
        font-size: 14px;
    }
    .catalog-card__top-btns-item, .catalog-card__top-btns-item.bx-catalog-subscribe-button {
        width: 28px;
        height: 28px;
        min-width: 28px;
        padding: 6px;
    }
    .catalog-card__favorites svg {
        width: 16px;
        height: 16px;
    }
    .catalog-card__top-btns-item.bx-catalog-subscribe-button::before {
        width: 16px;
        height: 16px;
    }
    .catalog-card__top-btns {
        gap: 4px;
    }

    .catalog-card__tag {
        padding: 5.5px 5.74px;
        font-size: 10px;
        line-height: 10px;
    }
    .catalog-card {
        padding: 6px;
    }

    .catalog-card__top-btns {
        top: 4px;
        right: 4.75px;
    }
    .catalog-card__tags {
        top: 4px;
        left: 4.75px;
    }
}

@media (max-width: 560px) {
    .catalog-card-сalculator .сalculator__container {
        top: 0;
    }
}

@media (max-width: 480px) {
    .catalog-card__img .popular_items_img.visible-slides .popular_items_img__slide,
    .catalog-card__img .popular_items_img.visible-slides {
        height: 100%;
    }
}
/* End */


/* Start:/local/templates/chistopar/components/bmhouse/comments.rating/rating/style.css?1748415382521*/
.mini-rating {
    font-family: Manrope, sans-serif;
    display: flex;
    gap: 10px;
    align-items: center;
}

.mini-rating__rating {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #2E2E2E;
}

.mini-rating__stars {
    display: flex;
    align-items: center;
}

.mini-rating__comments {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #2E2E2E;
}

@media (max-width: 575px) {
    .mini-rating__comments, .mini-rating__rating {
        font-size: 11px;
    }
}
/* End */


/* Start:/local/templates/chistopar/components/chistopar/catalog.product.subscribe/product_subscribe/style.css?1730952717311*/
.bx-catalog-subscribe-form-container-input input {
    color: #000000!important;
}
.bx-catalog-popup-privacy-policy {
    max-width: 288px;
    position: relative;
    margin: 8px auto 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #2e2e2e;
}
/* End */
/* /local/templates/chistopar/components/bitrix/breadcrumb/nav-breadcrumb/style.css?1730952716797 */
/* /local/templates/chistopar/components/bitrix/menu/catalog_page/style.css?17309527172 */
/* /local/templates/chistopar/components/bitrix/catalog.smart.filter/smart_filter-catalog/style.css?173095271619818 */
/* /local/templates/chistopar/components/bitrix/catalog.top/top-favorites/style.css?17507359351387 */
/* /local/templates/chistopar/components/bitrix/catalog.item/item_common_v7/style.css?174946488110645 */
/* /local/templates/chistopar/components/bmhouse/comments.rating/rating/style.css?1748415382521 */
/* /local/templates/chistopar/components/chistopar/catalog.product.subscribe/product_subscribe/style.css?1730952717311 */
