

/* Start:/local/templates/monolite_new/components/bitrix/catalog.smart.filter/bootstrap_v4_custom_new/style.css?173884469717711*/
.smart-filter {
	margin-bottom: 20px;
	/*min-width: 220px;*/
	width: 100%;
}

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

.smart-filter-title {
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
}

/*Sections*/

.smart-filter-parameters-box { position: relative; }

.smart-filter-parameters-box-title {
	display: inline-block;
	padding-bottom: 7px;
	font-size: 13px;
}


/*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;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.smart-filter-angles:after,
.smart-filter-angles:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 1px;
	background-color: var(--primary);
	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,
.smart-filter-angle-up .smart-filter-angles:after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.smart-filter-angles:after { margin-left: 3px; }

.smart-filter-angles:after,
.smart-filter-angle-up .smart-filter-angles:before {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

/*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: var(--primary);
	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-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 { }

/*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 var(--primary);
}

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

.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: var(--primary); }
.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-input-group-checkbox-list { }

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

/*
* 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/monolite_new/components/bitrix/catalog.smart.filter/bootstrap_v4_custom_new/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/monolite_new/components/bitrix/catalog.smart.filter/bootstrap_v4_custom_new/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/monolite_new/components/bitrix/catalog.smart.filter/bootstrap_v4_custom_new/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/monolite_new/components/bitrix/catalog.smart.filter/bootstrap_v4_custom_new/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/monolite_new/components/bitrix/catalog.smart.filter/bootstrap_v4_custom_new/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/monolite_new/components/bitrix/catalog.smart.filter/bootstrap_v4_custom_new/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/monolite_new/components/bitrix/catalog.smart.filter/bootstrap_v4_custom_new/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/monolite_new/components/bitrix/catalog.smart.filter/bootstrap_v4_custom_new/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.smart-filter-popup-result.right { left: 97%; }

.smart-filter-popup-result.left { right: 97%; }

.smart-filter-horizontal .smart-filter-popup-result {
	position: relative;
	right: auto;
	bottom: -7px;
	left: auto;
	display: inline-block;
}

.smart-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}

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

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

@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: 14px;
		line-height: 1.2;
	}

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

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

/* End */


/* Start:/local/templates/monolite_new/components/bitrix/catalog.smart.filter/bootstrap_v4_custom_new/custom.css?17388446978908*/
.specialnoe-predlozjenie .catalog-filter {
    box-shadow: none !important;
    padding: 0 !important;
    margin-right: 10px !important;
}

.smart-filter-popup-result {
    align-items: center;
}

.smart-filter-popup-result .smart-filter-popup-result-link {
    text-decoration: none;
}

@media(max-width: 768px) {
    .specialnoe-predlozjenie .catalog-filter {
        box-shadow: 0 0 9px 0 rgb(0 0 0 / 20%) !important;
        margin-bottom: 40px !important;
        padding: 20px 30px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .smart-filter-popup-result .smart-filter-popup-result-link {
        display: block;
        line-height: 1.2;
        width: 100%;
        text-decoration: none;
    }

    .smart-filter-popup-result .smart-filter-popup-result-link:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .smart-filter-popup-result {
        column-gap: 5px;
        font-family: 'Manrope';
        font-weight: 600;
        font-size: 16px !important;
        padding: 15px !important;
        text-align: center;
    }

}

.label-cstm {
    font-size: 12px;
}

@media(max-width: 768px) {
    .cstm-filter--pc {
        display: none;
    }
}

/* TODO:   */
.cstm-wrap {
    display: flex;
}

.cstm-filter {
    /*position: absolute;*/
    max-width: 220px;
    top: 300px;
    left: 15px;
    margin-right: 10px;
}

/* ARROW FILTER */
.smart-filter-popup-result.right {
    border-image: none;
    -webkit-border-image: none;
}

.smart-filter-popup-result {
    padding: 5px 15px;
    margin-left: 0;
    border: none;
    background: #039F9B;
    color: #fff;
}

.cstm-arrow {
    display: block;
    border: 8px transparent solid;
    border-right-color: #039F9B;
    position: absolute;
    top: 12px;
    left: -16px;
}

.smart-filter-popup-result a {
    color: #fff;
    text-decoration: underline;
}

.ak-project-item--custom.ak-project-item {
    width: 290px;
}

@media(max-width: 690px) {
    .ak-project-item--custom.ak-project-item {
        width: 340px;
    }
}


.popular-tabs__item {
    font-size: 12px !important;
}

.popular-item__img--item {
    width: 100%;
}

/* END TODO */


.smart-filter-title {
    margin-bottom: 20px;
}

.smart-filter-slider-wrap--cstm {
    display: flex;
    justify-content: space-between;
}

.smart-filter-input-group-checkbox-list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.checkbox-list--row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.checkbox-list--row .label-cstm {
    /*margin-right: 5px;*/
    margin-right: 15px;
    margin-bottom: 5px;
    width: 25%;
}

.checkbox-list--twocol {
    flex-direction: row;
    flex-wrap: wrap;
}

.checkbox-list--twocol .label-cstm {
    width: 50%;
}

.smart-filter-input--cstm {
    font-size: 14px;
    border: none;
    width: 100%;
}

.label-cstm {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.label-cstm:hover {
    cursor: pointer;
}

.label-cstm:not(:last-child) {
    margin-bottom: 5px;
}

@media(max-width: 768px) {
    .label-cstm:not(:last-child) {
        margin-bottom: 15px;
    }
}

.label-cstm .input-cstm {
    display: none;
}

.label-cstm .input-cstm+span {
    width: 22px;
    height: 22px;
    border: 1px solid #dad6d0;
    background: #fff;
    display: inline-block;
    float: left;
    transition: background-color .3s, border-color .3s;
    margin-right: 7px
}

.label-cstm .input-cstm:checked+span {
    background: url(/icheck-1.x/skins/square/red.png) -49px -1px no-repeat #dc6655
}

.label-cstm--material {
    padding: 0 20px;
    transition: .3s;
}

.label-cstm--red {
    color: #dc6655;
}

.label-cstm.label-cstm--material input {
    /*display: none;*/
}

.label-cstm--material:hover {
    color: #dc6655;
}

.smart-filter-parameters-box {
    margin-bottom: 10px;
}

.smart-filter-parameters-box-title-text {
    font-size: 14px;
    font-weight: 700;
}

.smart-filter-parameters-box-title-text:hover {
    cursor: pointer;
}

.button.cstm-btn-filter {
    display: inline-block;
    margin-bottom: 10px;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    font-size: 14px;
    text-decoration: none;
}

.button.cstm-btn-filter--del {
    border: 2px solid #dc6655;
    background: #fff;
    color: #dc6655;
    line-height: 34px;
}

.button.cstm-btn-filter--del:hover {
    color: #fff;
    border-color: #d4432c;
    background: #d4432c;
}

/* region range slider filter */
.smart-filter-slider-track-container {
    padding: 15px 0 20px;
}

.smart-filter-slider-track {
    height: 2px;
    background: #dc6655;
}

.smart-filter-slider-range {
    position: static;
}

.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 {
    background: #dc6655;
}

.smart-filter-slider-handle {
    /*background-color: #d4432c;*/
    /*background: url(/images/filter-array.jpg) no-repeat;*/
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%23D43721' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    position: absolute;
    width: 20px;
    z-index: 100;
    top: -8px;
}

.smart-filter-slider-ruler {
    display: none;
}
/* end region range slider filter */


@media (max-width: 954px) {
    .catalog-filter-block .select .selected {
        font-size: 15px !important;
    }
}

.catalog-filter-block {
    display: inline-block;
    vertical-align: top;
    width: 100% !important;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.catalog-filter-block .select .options .catalog-filter-block-link {
    font-size: 12px;
    line-height: 1.6;
    height: auto;
    padding: 0 20px;
    margin-bottom: 15px;
}

@media(max-width: 768px) {
    .catalog-filter-block .select .options .catalog-filter-block-link {
        margin-bottom: 15px;
    }
}

.catalog-filter-block:nth-child(1) {
    margin-right: 4%;
    /*width: 45%;*/
}

/*.catalog-filter-block*/ .catalog-filter-title {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 7px;
    color: #039F9B;
    margin-top: 35px;
    margin-bottom: 10px;
}


.catalog-filter-block .select {
    border: 1px solid #dc6655;
    border-radius: 3px;
    padding: 0;
}

.catalog-filter-block .select .selected {
    cursor: pointer;
    line-height: 38px;
    font-size: 14px;
    color: #4d3b3b;
    padding: 0 40px 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.catalog-filter-block .select .selected:after {
    content: '';
    position: absolute;
    right: 20px;
    border-top: 5px solid #4d3b3b;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 50%;
    margin-top: -3px;
}

.catalog-filter-block .select .options_wrap {
    height: 0;
    position: relative;
    padding: 0;
}

.catalog-filter-block .select .options {
    padding: 0;
    display: none;
    position: absolute;
    top: -2px;
    left: -1px;
    right: -1px;
    background: #fff;
    z-index: 195;
    border: 1px solid #dc6655;
    border-top: 0;
    border-radius: 0 0 3px;
    max-height: 400px;
    overflow-y: scroll;
}

.catalog-filter-block .select .options a {
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    color: #7a7a7a;
    display: block;
    padding: 10px 20px;
    transition: .3s;
    text-decoration: none;
}

.catalog-filter-block .select .options a:hover {
    color: #dc6655;
}

.smart-filter-additional {
    margin-bottom: 15px;
    /*text-align: center;*/
}

/*.smart-filter-additional-link {
    display: inline-block;
    text-decoration: underline;
    color: #dc6655;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 12px;
}

.smart-filter-additional-link::after {
    content: '';
    position: absolute;
    right: -15px;
    border-top: 5px solid #dc6655;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 48%;
}*/

.smart-filter-additional-wrap {
    /*display: none;*/
}

.label-cstm .input-cstm:enabled+span {
    border-color: #c6c6c6;
}
/* End */


/* Start:/local/templates/monolite_new/components/bitrix/system.pagenavigation/navigation_new/style.css?17388446972917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #d43721;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/monolite_new/components/bitrix/catalog.item/monolit/custom.css?175915454212906*/
.catalog-category__items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.catalog-category__item {
    display: flex;
    flex-direction: column;
    width: 33%;
    max-width: 285px;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: all .3s;
    background: #fff;
    position: relative;
}

.catalog-category__item .hvr__dot {
    width: 30px;
}

@media (min-width: 768px) {
    .catalog-category__item .hvr__dots {
        opacity: 0;
    }

    .catalog-category__item:hover .hvr__dots {
        opacity: 1;
    }
}


.catalog-category__item:hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .25);
}

.category-item__title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 5px;
}

.category-item__title-link {
    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    color: #1a1a1a;
}

.category-item__id {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #665E58;
}

.category-item__lastline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-item__btn-text {
    position: relative; /* обязательно для позиционирования псевдоэлемента */
}

.category-item__btn-text::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 1px;
    background-color: #252362;
    transition: all .3s;
}

.category-item__btn-text:hover::after {
    background-color: transparent;
}


.category-item__descr {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #665E58;
    margin-bottom: 10px;
}

.category-item__content {
    padding: 10px 15px;
    padding-top: 0;
}

.category-item__props {
    display: flex;
    align-items: flex-end;
    column-gap: 45px;
    margin-bottom: 10px;
}

.category-item__props-col {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.category-item__prop-text {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #1a1a1a;
}

.category-item__prop-icon {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #000;
}

/*.category-item__prop-value {
    font-family: 'Manrope', serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #252362;
}

.category-item__prop-value {
    display: flex;
}*/

.category-item__prop-img {
    margin-right: 7px;
}

.category-item__prop-name {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #665E58;
}

.category-item__specific {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #665E58;
    margin-bottom: 15px;
}

.category-item__tabs-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 253px;
    margin: 0 auto 10px auto;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #c5dddc;
    overflow: hidden;
}

.category-item__tab {
    text-align: center;
    flex: 0 1 33.33%;
    border-radius: 3px;
    color: #1a1a1a;
    /*padding: 2px 12px;*/
    position: relative;
    z-index: 2;
}

.category-item__tab.active {
    background-color: #039f9b;
}

.category-item__tab.active svg path {
    fill: #fff;
}

.category-item__tabs-item-pricelimit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.category-item__tabs-price {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #1a1a1a;
}

.category-item__tabs-price-pre {
    font-size: 12px;
    text-transform: uppercase;
}

.category-item__tabs-price-value {
    font-size: 20px;
    text-transform: uppercase;
}

.category-item__tabs-limit {
    display: flex;
    justify-content: space-between;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #039f9b;
    margin-bottom: 3px;
}

.category-item__tabs-limit-value {
    display: flex;
    column-gap: 4px;
}

.category-item__tabs-daysword {
    padding-top: 3px;
}

.category-item__tabs-item {
    display: none;
}

.category-item__tabs-item.active {
    display: block;
}

.category-item__3d {
    display: block;
    position: absolute;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #1A1A1A;
    background: #FFD200;
    border-radius: 5px 0px;
    padding: 5px 10px;
}

.category-item__labels {
    position: absolute;
    top: 17px;
    left: 16px;
}

.category-item__label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    height: 20px;
}

.category-item__label:not(:last-child) {
    margin-bottom: 5px;
}

.category-item__label.category-item__label--3d {
    background: #FFD200;
    color: #1A1A1A;
    width: 80px;
}

.category-item__label.category-item__label--promo {
    background: #D43721;
    width: 52px;
}

.category-item__label.category-item__label--new {
    background: #252362;
    width: 68px;
}

.category-item__label.category-item__label--popular {
    background: #039F9B;
    width: 90px;
}

.category-item__label.category-item__label--hit {
    background: linear-gradient(263deg, #F6DC60 0%, #D7A335 100%);
    color: #fff;
    width: 86px;
}

.category-item__label.category-item__label--mortgage {
    background: #ADBD00;
    color: #fff;
    width: 76px;
}

@media(max-width: 768px) {
    .catalog-category__item {
        width: 100%;
        max-width: none;
    }

    .category-item__title {
        margin-bottom: 8px;
    }

    .category-item__title-link {
        font-size: 26px;
    }

    .category-item__descr {
        font-size: 14px;
        line-height: 17px;
    }

    .category-item__props {
        justify-content: normal;
        gap: 50px;
        margin-bottom: 20px;
    }

    .category-item__props-col {
        row-gap: 8px;
    }

    .category-item__prop-text {
        font-size: 22px;
    }

    .category-item__prop-icon {
        font-size: 16px;
        line-height: 19px;
    }

    .category-item__tabs-item.active {
        display: flex;
        flex-direction: column;
    }

    .catalog-category__item .hvr__dot {
        width: 40px;
    }

    .category-item__tabs-nav {
        max-width: none;
        margin-bottom: 20px;
    }

    .category-item__tab {
        padding: 3px 0;
    }

    .category-item__tabs-price-pre {
        font-size: 14px;
    }

    .category-item__tabs-price-value {
        font-size: 22px;
    }

    .category-item__tabs-limit {
        font-size: 22px;
    }

    .category-item__tabs-daysword svg {
        width: 30px;
        height: 15px;

    }
}

.category-item__images .category-item__image {
    display: none;
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
}

.category-item__images .category-item__image:first-child {
    display: block;
}

.category-item__wish {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7.50053C1.00002 6.38773 1.33759 5.30111 1.96813 4.38419C2.59867 3.46727 3.49252 2.76319 4.53161 2.36493C5.5707 1.96667 6.70616 1.89297 7.78801 2.15357C8.86987 2.41417 9.84722 2.99681 10.591 3.82453C10.6434 3.88054 10.7067 3.9252 10.7771 3.95573C10.8474 3.98626 10.9233 4.00201 11 4.00201C11.0767 4.00201 11.1526 3.98626 11.2229 3.95573C11.2933 3.9252 11.3566 3.88054 11.409 3.82453C12.1504 2.99143 13.128 2.4039 14.2116 2.14013C15.2952 1.87636 16.4335 1.94887 17.4749 2.34801C18.5163 2.74715 19.4114 3.45398 20.0411 4.37443C20.6708 5.29488 21.0053 6.38529 21 7.50053C21 9.79053 19.5 11.5005 18 13.0005L12.508 18.3135C12.3217 18.5275 12.0919 18.6994 11.834 18.8178C11.5762 18.9362 11.296 18.9984 11.0123 19.0002C10.7285 19.002 10.4476 18.9434 10.1883 18.8283C9.92893 18.7131 9.69703 18.5442 9.508 18.3325L4 13.0005C2.5 11.5005 1 9.80053 1 7.50053Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 22px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

.category-item__wish.active {
    /*background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.34805 2.25109C7.73907 1.84836 6.04883 1.05022 4.33934 1.95925C2.53029 2.92121 1.57156 4.70146 1.53919 6.80935C1.50739 8.87955 2.55725 11.4124 5.2933 14.2974C7.18279 16.2896 9.05547 17.6845 10.0249 18.3196C10.662 17.8844 11.7658 17.0629 12.9836 15.981C14.891 14.2863 16.8137 12.154 17.9034 9.54776C18.9485 7.04814 18.479 4.57386 16.8967 2.87488C15.3851 1.2518 13.4546 1.44583 12.4345 1.83425C11.6511 2.13251 10.8636 2.85899 10.5767 3.18671C10.4307 3.35356 10.2197 3.44926 9.99795 3.44926C9.7762 3.44926 9.56523 3.35356 9.41917 3.18671C9.26805 3.01409 8.82133 2.56407 8.34805 2.25109ZM3.61702 0.600871C6.08892 -0.713563 8.4359 0.464708 9.19669 0.967835C9.49031 1.16201 9.76738 1.38799 10.0002 1.59767C10.4808 1.17159 11.1553 0.675062 11.887 0.396468C13.246 -0.12097 15.9295 -0.421041 18.0225 1.82635C20.0449 3.99784 20.5846 7.12339 19.3228 10.1412C18.1055 13.0525 15.9909 15.3671 14.0054 17.1311C12.4209 18.5389 10.9978 19.545 10.4351 19.8889C10.1928 20.0369 9.88881 20.0394 9.64413 19.8956C8.76705 19.3799 6.47749 17.7817 4.17701 15.356C1.28981 12.3117 -0.0394089 9.40949 0.00088871 6.78572C0.0406075 4.19964 1.24467 1.86237 3.61702 0.600871Z' fill='%23039F9B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.34814 2.2512C7.73916 1.84848 6.04892 1.05034 4.33942 1.95936C2.53037 2.92133 1.57165 4.70158 1.53927 6.80947C1.50748 8.87967 2.55734 11.4126 5.29339 14.2975C7.18287 16.2898 9.05555 17.6846 10.025 18.3197C10.6621 17.8845 11.7659 17.063 12.9836 15.9811C14.8911 14.2864 16.8138 12.1541 17.9035 9.54788C18.9486 7.04826 18.4791 4.57398 16.8968 2.875C15.3851 1.25192 13.4547 1.44595 12.4346 1.83437C11.6512 2.13263 10.8637 2.85911 10.5768 3.18683C10.4308 3.35368 10.2198 3.44938 9.99804 3.44938C9.77629 3.44938 9.56532 3.35368 9.41925 3.18683C9.26813 3.01421 8.82142 2.56419 8.34814 2.2512Z' fill='%23039F9B'/%3E%3C/svg%3E%0A");*/
}

.category-item__compare {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1701_1751)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6.76848C0 5.83384 0.757672 5.07617 1.69231 5.07617H3.38462C4.31925 5.07617 5.07692 5.83384 5.07692 6.76848V20.3069C5.07692 21.2416 4.31925 21.9992 3.38462 21.9992H1.69231C0.757672 21.9992 0 21.2416 0 20.3069V6.76848ZM3.38462 6.76848H1.69231V20.3069H3.38462V6.76848Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.9231 11.8466C16.9231 10.9119 17.6807 10.1543 18.6154 10.1543H20.3077C21.2424 10.1543 22 10.9119 22 11.8466V20.3081C22 21.2428 21.2424 22.0005 20.3077 22.0005H18.6154C17.6807 22.0005 16.9231 21.2428 16.9231 20.3081V11.8466ZM20.3077 11.8466H18.6154V20.3081H20.3077V11.8466Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.46155 1.69231C8.46155 0.757673 9.21919 0 10.1539 0H11.8462C12.7808 0 13.5385 0.757672 13.5385 1.69231V20.3077C13.5385 21.2424 12.7808 22 11.8462 22H10.1539C9.21919 22 8.46155 21.2424 8.46155 20.3077V1.69231ZM11.8462 1.69231H10.1539V20.3077H11.8462V1.69231Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1701_1751'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 45px;
}

.category-item__compare-label{
    cursor: pointer;
    /*padding: 5px;*/
}

.category-item__compare input {
    opacity: 0;
    width: 23px;
    height: 23px;
    cursor: pointer;
}
/* End */


/* Start:/local/templates/monolite_new/components/itcentre/empty/subcategories/style.css?17388446971182*/
.subcategories {
    margin-bottom: 30px;
}

.subcategories h2 {
    text-align: left;
    margin-bottom: 30px;
}

.subcategories__columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 10px;
    row-gap: 20px;
}

.subcategories__column.subcategories-column {
    flex-basis: calc(25% - 20px);
    flex-direction: column;
    align-items: center;
}

.subcategories-column__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #252362;
    margin-bottom: 20px;
}

.subcategories-column__item {
    list-style: disc;
}

.subcategories-column__items {
    padding-left: 30px;
}

.subcategories-column__item {
    font-size: 13px;
    color: #000;
}

.subcategories-column__item a {
    color: #7a7a7a;
    text-decoration: underline;
}

.subcategories-column__item a:hover {
    text-decoration: none;
}

@media(max-width: 992px) {
    .subcategories__column.subcategories-column {
        flex-basis: calc(50% - 20px);
    }
}

@media(max-width: 576px) {
    .subcategories__column.subcategories-column {
        flex-basis: 100%;
    }
}


/* End */


/* Start:/local/templates/monolite_new/components/itcentre/empty/section-imageobject/style.css?1738844697247*/
@media (min-width: 576px) {
    .benefits__text-image {
        text-align: center;
        margin-right: 30px;
    }
}

@media (max-width: 992px) {
    .benefits__text-image img {
        max-width: 100%;
        height: auto;
    }
}
/* End */


/* Start:/local/templates/monolite_new/components/itcentre/empty/reviews_clients/style.css?17388446971674*/
.swiper-slide.reviews-clients__item {
    /*height: auto;*/
}

.reviews-clients__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 20px;

    border-radius: 10px;
    background-color: #fff;
    position: relative;
    padding: 30px;
}

.reviews-clients__item:before {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #efefef;
    border-radius: 5px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.reviews-clients__head {
    display: flex;
    column-gap: 15px;
}

.reviews-clients__name-wrap {
    display: flex;
    flex-direction: column;
}

.reviews-clients__name {
    font-weight: 700;
}

.reviews-clients__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #C1EAEA;
}

.reviews-clients__initials {
    color: #fff;
}

.reviews-clients__content {
    margin-bottom: 10px;
}

.reviews-clients__text {
    display: none;
}

.reviews-clients .swiper-button-next,
.reviews-clients .swiper-button-prev {
    color: #252362;
}

.reviews-clients__readmore {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    color: #252362;
    border-bottom: dashed 1px #2f2b28;
    cursor: pointer;

    background-color: unset;
    outline: none;
}

.reviews-clients__readmore:hover {
    cursor: pointer;
}

/*
.reviews-clients__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}*/

/* End */
/* /local/templates/monolite_new/components/bitrix/catalog.smart.filter/bootstrap_v4_custom_new/style.css?173884469717711 */
/* /local/templates/monolite_new/components/bitrix/catalog.smart.filter/bootstrap_v4_custom_new/custom.css?17388446978908 */
/* /local/templates/monolite_new/components/bitrix/system.pagenavigation/navigation_new/style.css?17388446972917 */
/* /local/templates/monolite_new/components/bitrix/catalog.item/monolit/custom.css?175915454212906 */
/* /local/templates/monolite_new/components/itcentre/empty/subcategories/style.css?17388446971182 */
/* /local/templates/monolite_new/components/itcentre/empty/section-imageobject/style.css?1738844697247 */
/* /local/templates/monolite_new/components/itcentre/empty/reviews_clients/style.css?17388446971674 */
