<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/components/rimeks/catalog.filter/templates/.default/style.css?174494967438108*/
.bx_filter_parameters_box_container .g-custom-select__title span:not(.required) {
	top: 9px;
}

.bx_filter_parameters_box_container .g-custom-select__title span:not(.required).moved {
	display: none;
}

.bx_filter_parameters_box_container .g-custom-select__title span:not(.required) {
	right: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.error.show {
	display: block;
}
.error {
	display: none;
	color: darkred;
	font-size: 12px;
	padding-left: 2px;
}

.btn-blue,
.bx_filter .btn-outline {
	padding: 10px !important;
}

.bx_filter_auto_compl_title {
	font-weight: 600;
	font-size: 16px;
	line-height: 125%;
	margin-top: 20px;
	margin-bottom: 12px;
	color: var(--site-dark-color);
	position: relative;
	z-index: 1;
}

.bx_filter_auto_compl_params &gt; span {
	display: block;
	margin: 10px 0;
	font-weight: 600;
}

.bx_filter_auto_compl_params {
	margin-bottom: 20px;
}

.bx_filter .bx_filter_section {
	position: relative;
	padding: 0;
	margin-bottom: 40px;
}

.inline-block {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	/* justify-content: space-between; */
	align-items: center;
	/* height: 40px; */
}

.inline-block .bx_filter_parameters_box_title {
	margin-bottom: 0 !important;
}

.bx_filter_parameters_box.border {
	border-bottom: 1px solid var(--site-light-separator-color);
}
.bx_filter_parameters_box.border.active {
	padding-bottom: 20px;
}

.bx-filter-parameters-box-container.actions {
	display: flex;
	justify-content: center;
}

.bx-filter-parameters-box-container #set_filter {
	opacity: 0.6;
	pointer-events: none;
}

.bx-filter-parameters-box-container #set_filter.active {
	opacity: 1;
	pointer-events: unset;
}

.bx_filter .bx_filter_button_box,
.bx_filter .bx_filter_parameters_box {
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 0 5px;
}

.bx_filter .bx_filter_button_box,
.bx_filter .bx_filter_parameters_box.no-margin {
	margin-bottom: 0;
}

.bx_filter .bx_filter_button_box {
	clear: both;
}

.bx_filter.bx_horizontal .bx_filter_parameters_box {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	padding: 0 15px;
}

.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n + 2) {
	clear: both;
}

@media (max-width: 860px) {
	.bx_filter.bx_horizontal .bx_filter_parameters_box {
		width: 33.333%;
	}

	.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n + 2) {
		clear: none;
	}

	.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(3n + 2) {
		clear: both;
	}
}

@media (max-width: 640px) {
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box {
		width: 50%;
	}

	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n + 2) {
		clear: none;
	}

	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(3n + 2) {
		clear: none;
	}

	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(2n + 2) {
		clear: both;
	}
}

@media (max-width: 450px) {
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box {
		float: none;
		width: 100%;
	}

	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n + 2) {
		clear: none;
	}

	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(3n + 2) {
		clear: none;
	}

	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(2n + 2) {
		clear: none;
	}
}

.bx_filter .bx_filter_parameters_box_title {
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	line-height: 125%;
	display: inline-block;
	margin-bottom: 20px;
	color: var(--site-dark-color);
	position: relative;
}

.bx_filter .bx_filter_parameters_box_title.box_title {
	cursor: pointer;
}

.bx_filter .bx_filter_parameters_box_title.box_title:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 9px;
	top: 48%;
	right: 0;
	background: url("/local/components/rimeks/catalog.filter/templates/.default/images/dropdown.svg") center center no-repeat;
	background-size: contain;
	transition: transform 0.2s ease;
}

.bx_filter .bx_filter_parameters_box.active .bx_filter_parameters_box_title.box_title:after {
	transform: rotate(-180deg);
}

.bx_filter .bx_filter_block {
	display: none;
	padding: 0;
}

.bx_filter .bx_filter_button_box .bx_filter_block,
.bx_filter .bx_filter_parameters_box.active .bx_filter_block {
	display: block;
}

.bx_filter .bx_filter_parameters_box.active .bx_filter_block {
	min-width: 50%;
}

.bx_filter .bx_filter_parameters_box.active .bx_filter_block i {
	font-size: 14px;
	font-style: normal;
	color: #596b70;
	display: block;
	padding-bottom: 3px;
}

/*bx_filter_param_area =&gt; bx_filter_parameters_box_container*/
.bx_filter .bx_filter_parameters_box_container .bx_filter_search_reset {
	margin-top: 20px;
	display: none;
}

/*bx_filter_param_area_block =&gt; bx_filter_parameters_box_container_block*/
.bx_filter .bx_filter_parameters_box_container_block {
	display: flex;
	align-items: center;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	margin-bottom: 25px;
	position: relative;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2) {
	text-align: right;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(1) {
	padding-right: 17px;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2)::before {
	position: absolute;
	content: "";
	top: 50%;
	left: -7px;
	width: 15px;
	height: 1px;
	background-color: var(--site-separator-color);
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2) {
	padding-left: 17px;
	justify-content: flex-end;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background: var(--site-light-color);
	border: 1px solid var(--site-separator-color);
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_calendar_container {
	max-width: 100%;
	position: relative;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_calendar_container input.calendar {
	padding: 0 23px 0 4px;
	font-size: 15px;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container img.calendar-icon {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	font-size: 18px;
	top: 7px;
	right: 3px;
}

/*Track*/
.bx_filter .bx_ui_slider_track {
	position: relative;
	border-radius: 6px;
	height: 3px;
	margin: 0px;
	background: var(--site-default-color);
}

.bx_filter .bx_ui_slider_part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}

.bx_filter .bx_ui_slider_part.p1 {
	left: -1px;
}

.bx_filter .bx_ui_slider_part.p2 {
	left: 25%;
}

.bx_filter .bx_ui_slider_part.p3 {
	left: 50%;
}

.bx_filter .bx_ui_slider_part.p4 {
	left: 75%;
}

.bx_filter .bx_ui_slider_part.p5 {
	right: -1px;
}

.bx_filter .bx_ui_slider_part span {
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}

.bx_filter .bx_ui_slider_part.p2 span,
.bx_filter .bx_ui_slider_part.p3 span,
.bx_filter .bx_ui_slider_part.p4 span {
	color: #6b8086;
}

.bx_filter .bx_ui_slider_range,
.bx_filter .bx_ui_slider_pricebar,
.bx_filter .bx_ui_slider_pricebar_VD,
.bx_filter .bx_ui_slider_pricebar_VN,
.bx_filter .bx_ui_slider_pricebar_V {
	position: absolute;
	top: -1px;
	bottom: -1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx_filter .bx_ui_slider_range {
	z-index: 80;
}

.bx_filter .bx_ui_slider_pricebar {
	z-index: 100;
}

.bx_filter .bx_ui_slider_pricebar_VD {
	z-index: 60;
	background: var(--site-default-color);
}

.bx_filter .bx_ui_slider_pricebar_VN {
	z-index: 49;
	border-radius: 6px;
	background: var(--site-light-separator-color);
}

.bx_filter .bx_ui_slider_pricebar_V {
	z-index: 80;
	top: -1px;
	bottom: -1px;
	background-color: var(--site-default-color);
}

.bx_filter .bx_ui_slider_handle {
	position: absolute;
	top: -5px;
	width: 15px;
	height: 15px;
	background-color: var(--site-default-color);
	border-radius: 50%;
	z-index: 81;
}
.bx_filter .bx_ui_slider_handle::before {
	position: absolute;
	content: "";
	top: -5px;
	left: -5px;
	width: 25px;
	height: 25px;
}

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

.bx_filter .bx_ui_slider_handle.right {
	right: 0;
	margin-right: -3px;
}

/*
*	Select
*
*/
.bx_filter_section .g-custom-select {
	background-color: var(--site-light-color);
	min-width: 50%;
}
.bx_filter_section .g-custom-select__title {
	min-height: 40px;
	padding: 8px 40px 10px 16px;
	height: auto;
	border-color: var(--site-separator-color);
}
.bx_filter_section .g-custom-select__title::after {
	background-image: url(/local/components/rimeks/catalog.filter/templates/.default/images/dropdown.svg);
	right: 10px;
}
.bx_filter_section .g-custom-select__item.disabled {
	opacity: 0.5;
}
form.smartfilter .bx_filter_select_container {
	display: none !important;
}
form.smartfilter .bx-filter-button-box {
	position: sticky;
	/* padding: 8px; */
	bottom: 0;
	background: var(--site-bg-tetriary-color);
	box-sizing: border-box;
	z-index: 98;
}
form.smartfilter .bx-filter-block {
	margin-bottom: 10px;
}
.bx_filter .bx_filter_select_container {
	width: 100%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	padding: 1px;
	border-radius: 3px;
	background: #8ca3ae;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYTNhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmM4ZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ca3ae), color-stop(100%, #b6c8d2));
	background: -webkit-linear-gradient(top, #8ca3ae 0%, #b6c8d2 100%);
	background: -moz-linear-gradient(top, #8ca3ae 0%, #b6c8d2 100%);
	background: -ms-linear-gradient(top, #8ca3ae 0%, #b6c8d2 100%);
	background: -o-linear-gradient(top, #8ca3ae 0%, #b6c8d2 100%);
	background: linear-gradient(top bottom, #8ca3ae 0%, #b6c8d2 100%);
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ca3ae', endColorstr='#b6c8d2', GradientType=0);
}

.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 15px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
	box-shadow: inset 0 3px 6px 0 rgba(215, 215, 215, 0.75);
}

.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 {
	padding: 0;
}

.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: 26px !important;
}

/*
* TAGS
*
*/
.bx_filter.bx_horizontal .bx_filter_parameters_box.tags {
	width: 100%;
	clear: both;
}

.bx_filter .bx_filter_tag {
	padding: 18px;
	border: 1px solid #aed5e0;
	border-radius: 5px;
	background: rgba(151, 214, 233, 0.33);
}

.bx_filter .bx_tag_link {
	font-size: 12px;
	text-decoration: none;
	color: #68939e;
	border-bottom: 1px solid;
	text-shadow: none;
}

.bx_filter .bx_tag_link.active,
.bx_filter .bx_tag_link:hover {
	color: #1d3d46;
	border-bottom: none;
}

/*
*	LABEL
*
*/
.bx_filter .bx_filter_param_label {
	position: relative;
	display: block;
	text-align: left;
}

.bx_filter .block-brand_id .bx_filter_param_label.disabled,
.bx_filter .block-model .bx_filter_param_label.disabled,
.bx_filter .block-pmax .bx_filter_param_label.disabled {
	display: none;
}

.bx_filter .bx_filter_param_label.dib {
	display: block;
	margin-bottom: 10px;
}

.bx_filter .bx_filter_param_text {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.bx_filter .bx_filter_param_label .g-checkbox {
	border-color: var(--site-label-color);
	height: 16px;
	width: 16px;
	border-radius: 4px;
	/* top: 3px; */
}

.bx_filter .bx_filter_param_label .g-checkbox-input:checked + .g-checkbox {
	border-color: var(--site-default-color);
}

/* .bx_filter .bx_filter_param_label.disabled .g-checkbox{
	border-color: var(--site-label-color);
} */

.bx_filter .bx_filter_param_label.disabled .g-checkbox-text {
	color: var(--site-label-color);
}

.bx_filter_select_popup .bx_filter_param_label.active {
	background: #f3f8fa;
}

/*
*	Checkbox / Radio
*
*/

.brand {
	max-height: 257px !important;
	overflow-y: scroll !important;
}

.bx_filter_block .g-checkbox-text {
	font-size: 14px;
	line-height: 145%;
}

.bx_filter .bx_filter_input_checkbox {
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
}

.bx_filter .bx_filter_input_checkbox input[type="radio"],
.bx_filter .bx_filter_input_checkbox input[type="checkbox"] {
	/* display: block !important; */
	/* position: absolute;
	opacity: 0; */
	position: relative;
	top: -3px;
	float: left;
}

/* .bx_filter .bx_filter_input_checkbox .bx_filter_param_text {
} */

/*
* 	BTN
*
*/
.bx_filter .bx_filter_param_btn {
	display: inline-block;
	width: 34px;
	height: 34px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #9dbcc3;
	border-radius: 3px;
	background: #fbfdfd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmUxZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfdfd), color-stop(100%, #cfe1e7));
	background: -webkit-linear-gradient(top, #fbfdfd 0%, #cfe1e7 100%);
	background: -moz-linear-gradient(top, #fbfdfd 0%, #cfe1e7 100%);
	background: -ms-linear-gradient(top, #fbfdfd 0%, #cfe1e7 100%);
	background: -o-linear-gradient(top, #fbfdfd 0%, #cfe1e7 100%);
	background: linear-gradient(top bottom, #fbfdfd 0%, #cfe1e7 100%);
	background-clip: padding-box;
	box-shadow:
		0 1px 0 rgba(0, 0, 0, 0.1),
		inset 0 0 0 1px rgba(255, 255, 255, 0.22);
	text-shadow: 0 1px 0 #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfdfd', endColorstr='#cfe1e7', GradientType=0);
	-webkit-transition:
		border 0.3s ease,
		box-shadow 0.1s ease,
		color 0.3s ease;
	-moz-transition:
		border 0.3s ease,
		box-shadow 0.1s ease,
		color 0.3s ease;
	-ms-transition:
		border 0.3s ease,
		box-shadow 0.1s ease,
		color 0.3s ease;
	-o-transition:
		border 0.3s ease,
		box-shadow 0.1s ease,
		color 0.3s ease;
	transition:
		border 0.3s ease,
		box-shadow 0.1s ease,
		color 0.3s ease;
	cursor: pointer;
}

.bx_filter .bx_filter_param_btn:hover {
	border-color: #b4d5de;
}

.bx_filter .bx_filter_param_btn:active,
.bx_filter .bx_filter_param_label.active .bx_filter_param_btn {
	border-color: #b4d5de;
	background: #fcfefe;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmUyZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(100%, #cfe2e7));
	background: -webkit-linear-gradient(top, #fcfefe 0%, #feffff 100%);
	background: -moz-linear-gradient(top, #fcfefe 0%, #feffff 100%);
	background: -ms-linear-gradient(top, #fcfefe 0%, #feffff 100%);
	background: -o-linear-gradient(top, #fcfefe 0%, #feffff 100%);
	background: linear-gradient(top bottom, #fcfefe 0%, #cfe2e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfefe', endColorstr='#feffff', GradientType=0);
	box-shadow:
		0 0 0 3px #2995d7,
		inset 0 2px 3px rgba(0, 0, 0, 0.12);
}

/* --- colors */
.bx_filter .bx_filter_param_btn.bx_color_sl {
	/*width:24px;*/
	/*padding:0 1px;*/
}

.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: " ";
	/*width: 19px;*/
	/*height:19px;*/
	display: block;
	z-index: 100;
	background: url(/local/components/rimeks/catalog.filter/templates/.default/images/missing_v2.png) no-repeat center;
	opacity: 0.7;
}

/*
* BTN P/M
*
*/
.bx_filter .bx_filter_param_btn.bx_spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	padding: 0;
	vertical-align: middle;
}

.bx_filter .bx_filter_param_btn.bx_spm.bx_minus {
	background-image:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC),
		-webkit-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-image:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC),
		-o-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC),
		linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-repeat: no-repeat, repeat;
	background-position:
		center 10px,
		center;
}

.bx_filter .bx_filter_param_btn.bx_spm.bx_plus {
	background-image:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==),
		-webkit-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-image:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==),
		-o-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==),
		linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-repeat: no-repeat, repeat;
	background-position:
		center 6px,
		center;
}

.bx_filter .bx_filter_param_btn.bx_spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
}

.bx_filter span.bx_spm {
	font-size: 18px;
	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: 24px;
	height: 24px;
	margin-top: -2px;
	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: 5px;
	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
	-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, 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: 0.2;
}

/*
* 	BIZ
*
*/
.bx_filter .bx_filter_parameter_biz {
	font-size: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #215968;
	border-bottom: 1px dashed;
}

.bx_filter .bx_filter_parameter_biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}

.bx_filter .bx_filter_parameter_biz.active {
	position: relative;
	padding-left: 20px;
	color: #d54a4a;
	border-bottom: 1px solid;
}

.bx_filter .bx_filter_parameter_biz.active:hover {
	border-bottom: 1px dashed;
}

.bx_filter .bx_filter_parameter_biz.active:before {
	position: absolute;
	top: 4px;
	left: 1px;
	display: block;
	width: 13px;
	height: 13px;
	content: " ";
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAABFElEQVQoz2NgIBJcl+Qzui7J33Vdgo+RWA38NxQknwDp/zekhRoIarghyc94Q15iC5D+f1NJ5v/n7dumE7ZFWqgYbANQ08c1a37+///fAL8GCT7L6zLCf0CaXjbUAdX/j0aWdAJKTACaxookJnJTUeoFyIaHIYH////8ORHZzdw35MTegyRvSAkeAdISYH8oSu4Fid0x0f//5/nzo0BbWOCagBzur0ePvrujp/kf5Aygc54DbZkDYt9UkPj/7czpl0A1ohhuBwra/Lp//809Zwewh8GagfSHpUt+A+VMcXoaKKn45+PHK0/iY8EaX1SUgzyeRDB4gYp4//3+veX9/Hn//379OpPY1ALSyAzEOUDMhksNAKf2po+AEPuKAAAAAElFTkSuQmCC")
		no-repeat center left;
}

/*
*	BTN result and reset
*
*/
.bx_filter .bx_filter_search_button {
	cursor: pointer;
	outline: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	display: inline-block;
	height: 35px;
	margin-right: 7px;
	margin-bottom: 10px;
	padding: 0 10px;
	text-decoration: none;
	color: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	background: #004086;
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfefe), color-stop(100%, #004086));
	background: -webkit-linear-gradient(top, #fcfefe 0%, #004086 100%);
	background: -moz-linear-gradient(top, #fcfefe 0%, #004086 100%);
	background: -ms-linear-gradient(top, #fcfefe 0%, #004086 100%);
	background: -o-linear-gradient(top, #fcfefe 0%, #004086 100%);
	background: linear-gradient(top bottom, #fcfefe 0%, #e4f1f5 100%); */
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	text-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfefe', endColorstr='#004086', GradientType=0);
}

.bx_filter .bx_filter_search_button:hover {
	background: #fff;
	color: #004086;
}

.bx_filter .bx_filter_search_button:active {
	position: relative;
	bottom: -1px;
	background: #e4f1f5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZjFmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4f1f5), color-stop(100%, #f9fafa));
	background: -webkit-linear-gradient(top, #e4f1f5 0%, #f9fafa 100%);
	background: -moz-linear-gradient(top, #e4f1f5 0%, #f9fafa 100%);
	background: -ms-linear-gradient(top, #e4f1f5 0%, #f9fafa 100%);
	background: -o-linear-gradient(top, #e4f1f5 0%, #f9fafa 100%);
	background: linear-gradient(top bottom, #e4f1f5 0%, #f9fafa 100%);
	box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.08);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4f1f5', endColorstr='#f9fafa', GradientType=0);
}

.bx_filter .bx_filter_search_reset {
	cursor: pointer;
	outline: none;
	font-size: 14px;
	line-height: 145%;
	display: inline-block;
	margin-bottom: 10px;
	color: var(--site-default-color);
	background: transparent;
	border: none;
	padding: 0 0 3px 0;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s ease;
}

.bx_filter .bx_filter_search_reset:hover {
	border-color: var(--site-default-color);
}

.bx_filter_parameters_box--hide,
.bx_filter_search_button {
	display: none !important;
}

#smartAvtoFilter {
	padding-top: 20px;
}

#smartAvtoFilter .bx_filter_select_container {
	display: none;
}

/*
* 	Result Popup
*
*/
.bx_filter .bx_filter_popup_result {
	/*font-size: 13px;*/
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;
	position: absolute;
	z-index: 930;
	/*display: none !important;*/
	/*height: 37px;*/
	/*margin-top: -7px;*/
	margin-left: 10px;
	padding: 10px 10px;
	white-space: nowrap;
	color: #3f3f3f;
	/*border-top: 1px solid var(--site-default-color);*/
	/*border-right: 1px solid var(--site-default-color);*/
	/*border-bottom: 1px solid var(--site-default-color);*/
	/*border-left: 1px solid var(--site-default-color);*/
	border-radius: 3px;
	/*background: #fff;*/
	background: var(--site-accent-color);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	transform: translateY(-50%);
}
.bx_filter .bx_filter_popup_result a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: "";
}

.bx_filter .bx_filter_popup_result .arrow {
	position: absolute;
	top: 50%;
	width: 8px;
	height: 14px;
	margin-top: -7px;
	background: url(/local/components/rimeks/catalog.filter/templates/.default/images/arr_left.png) no-repeat center;
}

.bx_filter.bx_horizontal .bx_filter_popup_result {
	position: static !important;
	display: inline-block;
}

.bx_filter.bx_horizontal .bx_filter_popup_result .arrow {
	display: none;
}

.bx_filter .bx_filter_popup_result.right {
	left: 102%;
}

.g-custom-select[data-value]:not([data-value=""]) .bx_filter_popup_result {
	display: none !important;
}

.bx_filter .bx_filter_popup_result.left {
	right: 102%;
}

.bx_filter .bx_filter_popup_result.right .arrow {
	/*left: -8px;*/
	/*background: url(/local/components/rimeks/catalog.filter/templates/.default/images/arr_left.png) no-repeat center;*/
	left: -6px;
	top: 54%;
	width: 10px;
	height: 10px;
	/*border-left: 1px solid var(--site-default-color);*/
	/*border-bottom: 1px solid var(--site-default-color);*/
	/*background: #fff;*/
	background: var(--site-accent-color);
	transform: rotate(45deg);
}

.bx_filter .bx_filter_popup_result.left .arrow {
	right: -8px;
	background: url(/local/components/rimeks/catalog.filter/templates/.default/images/arr_right.png) no-repeat center;
}

.bx_filter .bx_filter_popup_result a {
	/*color: #0073a3;*/
	color: var(--site-default-color);
}

.bx_filter .bx_filter_popup_result a:hover {
	text-decoration: none;
}

.bx_filter .bx_filter_popup_result_close {
	display: none;
}

@media (max-width: 875px) {
	form.smartfilter .bx-filter-button-box {
		background: var(--site-light-color);
	}
	.bx_filter .bx_filter_popup_result {
		display: none;
	}
	.open-filters .bx_filter .bx_filter_popup_result {
		position: fixed;
		bottom: 0;
		/*left: 0!important;*/
		right: 0 !important;
		width: 100%;
		max-width: max(60%, 345px);
		margin-left: 0;
		transform: translateY(0);
		text-align: center;
		border-radius: 0;
	}
	.bx_filter .bx_filter_popup_result.right {
		left: inherit;
	}
	.bx_filter .bx_filter_popup_result.right .arrow {
		display: none;
	}
	.bx-touch .bx_filter .bx_filter_popup_result {
		/* font-size: 12px;
		line-height: 14px; */
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		/* left: 0 !important; */
		left: 100vw !important;
		margin-top: 0;
		margin-left: 0;
		/* width: auto; */
		width: 100%;
		max-width: max(60%, 345px);
		height: auto;
		padding: 18px 10px;
		border-radius: 0;
		box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
	}
	.bx-touch .open-filters .bx_filter .bx_filter_popup_result {
		left: unset !important;
	}

	.bx_filter .bx_filter_popup_result .arrow {
		display: none;
	}

	.bx-touch .bx_filter .bx_filter_popup_result_close {
		position: absolute;
		top: 50%;
		right: 10px;
		display: block;
		width: 22px;
		height: 22px;
		margin-top: -11px;
		background: url(/local/components/rimeks/catalog.filter/templates/.default/images/x.png) no-repeat center;
		background-size: 16px;
	}
}

.bx_filter_block.speed .bx_filter_parameters_box_container {
	display: flex;
	flex-wrap: wrap;
}

.bx_filter_block.speed .g-checkbox-text {
	padding: 10px 15px;
	border: 1px solid var(--site-label-color);
	border-radius: 4px;
	background-color: var(--site-light-color);
	margin-left: 0;
	margin-right: 4px;
	margin-bottom: 4px;
	width: 55px;
	height: 40px;
}

.bx_filter_block.speed .g-checkbox-input:checked + .g-checkbox-text {
	color: var(--site-light-color);
	border-color: var(--site-default-color);
	background-color: var(--site-default-color);
}

.bx_filter_block.speed .bx_filter_param_label {
	margin-bottom: 0;
}

/* span[title="Р’СЃРµСЃРµР·РѕРЅРЅР°СЏ"]{
	color: red !important;
} */

.g-checkbox-text[data-season="summer-season"],
.g-checkbox-text[data-season="winter-season"],
.g-checkbox-text[data-season="all-season"],
label[data-prop="sale"] {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 24px;
	padding-left: 30px;
}

.g-checkbox-text[data-season="summer-season"] {
	background-image: url("/local/components/rimeks/catalog.filter/templates/.default/images/summer-season.svg");
}

.g-checkbox-text[data-season="winter-season"] {
	background-image: url("/local/components/rimeks/catalog.filter/templates/.default/images/winter-season.svg");
}

.g-checkbox-text[data-season="all-season"] {
	background-image: url("/local/components/rimeks/catalog.filter/templates/.default/images/all-season.svg");
}

label[data-prop="sale"] {
	background-image: url("/local/components/rimeks/catalog.filter/templates/.default/images/sale.svg");
	padding-left: 55px !important;
	background-position: 25px center;
}

.sale-block {
	display: none;
}

.custom-sale-checkbox {
	margin-top: 30px;
}

.bx_filter_block_search {
	margin-bottom: 20px;
	position: relative;
}

.bx_filter_block_search::before {
	content: "";
	position: absolute;
	top: 10px;
	right: 15px;
	height: 20px;
	width: 20px;
	background: url("/local/components/rimeks/catalog.filter/templates/.default/images/search.svg") no-repeat center center;
	background-size: 20px;
	cursor: pointer;
}

.bx_filter_block_search input {
	background: var(--site-light-color);
	border: 1px solid var(--site-label-color);
	padding: 10px 15px;
	border-radius: 4px;
	height: 40px;
	width: 100%;
	color: var(--site-dark-color);
	font-size: 14px;
	line-height: 145%;
}

.bx_filter_block_search input::placeholder {
	color: var(--site-label-color);
	font-size: 14px;
	line-height: 145%;
}

.bx_filter .bx_filter_param_text {
	display: inline;
	text-align: left;
}

.bx_filter .bx_filter_input_checkbox {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.bx_filter .bx_filter_param_label .g-checkbox {
	flex: 0 0 auto;
	margin-top: 3px;
}

.bx_filter_auto_compl_params
	.bx_filter_auto_compl_params_pair_side:not(.opened)
	.bx_filter_parameters_box_container.blurred {
	/* filter: blur(2px); */
	cursor: pointer;
}

.bx_filter_auto_compl_params
	.bx_filter_auto_compl_params_pair_side:not(.opened)
	.bx_filter_parameters_box_container.blurred
	&gt; * {
	pointer-events: none;
}

.bx_filter_auto_compl_params
	.bx_filter_auto_compl_params_pair_side:not(.opened)
	.bx_filter_parameters_box_container.excess {
	display: none;
}

.bx_filter_auto_compl_params_pair .bx_filter_auto_compl_params_pair_side {
	position: relative;
}

/* .bx_filter_auto_compl_params_pair .bx_filter_parameters_box_container, */
.bx_filter_auto_compl_params_pair {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 7px;
	position: relative;
}

.bx_filter_parameters_box_container:not(.blurred) .bx_filter_auto_compl_params_pair_over_shade,
.bx_filter_auto_compl_params
	.bx_filter_auto_compl_params_pair_side.opened
	.bx_filter_auto_compl_params_pair_over_shade {
	display: none;
}

.bx_filter_auto_compl_params_pair_over_shade {
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(247, 247, 247, 0.5) 0%, rgb(247, 247, 247) 70%);
	z-index: 1;
}
.bx_filter_auto_compl_params_pair_over_shade::after {
	position: absolute;
	content: "";
	width: 16px;
	height: 9px;
	right: 0;
	background: url("/bitrix/templates/template.rimeks/components/rimeks/catalog.smart.filter/visual_vertical_new_full/images/dropdown.svg")
		center center no-repeat;
	background-size: auto;
	background-size: auto;
	background-size: contain;
}

.bx_filter_auto_compl_params
	.bx_filter_auto_compl_params_pair_side:not(.opened)
	.bx_filter_auto_compl_params_collapse_trigger {
	display: none;
}
.bx_filter_auto_compl_params .bx_filter_auto_compl_params_collapse_trigger {
	cursor: pointer;
	height: 20px;
}

.bx_filter_auto_compl_params_collapse_trigger::after {
	position: absolute;
	content: "";
	width: 16px;
	height: 9px;
	right: 0;
	background: url("/bitrix/templates/template.rimeks/components/rimeks/catalog.smart.filter/visual_vertical_new_full/images/dropdown.svg")
		center center no-repeat;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: contain;
	transform: rotateZ(180deg);
}

.block-season .box_title.bx_filter_parameters_box_title,
.block-ship .box_title.bx_filter_parameters_box_title {
	pointer-events: none;
}

.block-season .box_title.bx_filter_parameters_box_title::after,
.block-ship .box_title.bx_filter_parameters_box_title::after {
	display: none;
}

.box_title_property_description_content {
	display: none;
}

.bx_filter .bx_filter_parameters_box_title {
	display: flex;
}

.box_title_property_description_content {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding: 20px 30px;
	border-radius: 16px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	z-index: 112;
	background-color: var(--site-light-color);
	cursor: default;
	min-width: 320px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
}

.box_title_property_description {
	margin-left: 5px;
}

.box_title_property_description_trigger::before {
	width: 20px;
	height: 20px;
	background: #fff;
	display: flex;
	content: "?";
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	color: var(--site-label-secondary-color);
	box-shadow: 1px 1px 1px #aaa;
}

.box_title_property_description_trigger {
	cursor: pointer;
}

.bx_filter_parameters_box .bx_filter_param_label .g-radio-input + span.g-radio-button::before {
	background: #fff;
}
.bx_filter_parameters_box .bx_filter_param_label.disabled .g-radio-input + span.g-radio-button::before {
	background-color: var(--site-light-separator-color);
}
.bx-filter-parameters-box-container.actions &gt; * {
	flex: 1 0 auto;
}
.bx-filter-parameters-box-container.actions {
	width: calc(100% + 30px);
	margin-left: -15px;
	gap: 10px;
}

.bx_filter_parameters_box {
	position: relative;
}

.bx_filter_parameters_box_container .bx_filter_param_label.disabled {
	display: none;
}

/* End */


/* Start:/bitrix/templates/template.rimeks/components/bitrix/system.pagenavigation/rimeks-pagination/style.css?16590135322195*/
.pagin{
	margin-top: 20px;
	width: 100%;
}

.pagin-list{
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	letter-spacing: 0.005em;
	flex-wrap: wrap;
}
.pagin-list li{
	margin-bottom: 10px;
}

.pagin-list li a{
	padding: 10px 20px;
	border-radius: 4px;
	background-color: var(--site-bg-secondary-color);
	margin-right: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color .3s ease, background .3s ease;
	color: var(--site-dark-color) !important;
}

.pagin-list li a.p-next,
.pagin-list li a.p-back{
	background-color: var(--site-light-color);
	margin-right: 0;
	color: var(--site-default-color) !important;
}

.pagin-list li a.p-next{
	margin-left: 20px;
}

.pagin-list li a.p-back{
	margin-right: 20px;
}

.pagin-list li a.p-back svg{
	transform: rotate(180deg);
	margin-right: 10px;
	top: 1px;
	position: relative;
}

.pagin-list li a.p-next svg{
	margin-left: 10px;
	top: 1px;
	position: relative;
}

.pagin-list li a:hover svg path,
.pagin-list li a.active svg path{
	stroke: var(--site-light-color);
}

.pagin-list li.active a,
.pagin-list li:hover a{
	background-color: var(--site-default-color);
	color: var(--site-light-color) !important;
}
@media(max-width: 1250px){
	.pagin-list li a.p-next,
	.pagin-list li a.p-back {
		height: 40px;
	}
	.pagin-list li .p-back-text,
	.pagin-list li .p-next-text {
		display: none
	}
}
@media(max-width: 1160px) {
	.pagin-list li a {
		font-size: 14px;
	}
}
@media(max-width: 1130px) {
	.pagin-list li {
		width: 34px;
		height: 34px;
	}
	.pagin-list li a {
		padding: 0;
		width: 100%;
		height: 100%;
	}
	.pagin-list .li-p-back {
		margin-right: auto;
	}
	.pagin-list .li-p-next {
		margin-left: auto;
	}
	.pagin-list li a.p-next,
	.pagin-list li a.p-back {
		margin: 0;
	}
	.pagin-list li a.p-next,
	.pagin-list li a.p-back {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 34px;
	}
	.pagin-list li a.p-back svg,
	.pagin-list li a.p-next svg {
		margin: 0;
	}
}
@media(max-width: 580px) {
	.pagin-list li.li-p-add-0,
	.pagin-list li.li-p-add-4 {
		display: none;
	}
}

/* End */


/* Start:/local/components/rimeks/catalog.list/templates/.default/style.css?174730279844083*/
.installment-plan_link {
    margin-top: -8px;
    margin-bottom: 8px;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.plan_content_wrapper {
    display: flex;
}

.installment-plan_price {
    font-size: 12px;
    font-weight: 700;
    line-height: 14.06px;
    letter-spacing: -0.4000000059604645px;
    text-align: left;
    color: #333333;
}

.installment-plan_text {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.06px;
    text-align: left;
    color: #333333;
}

.installment-plan_content_wrapper&gt;br {
    display: none;
}

.installment-plan_link::before {
    content: '';
    display: flex;
    background-image: url('data:image/svg+xml;utf8,&lt;svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;g clip-path="url(%23clip0_217_2074)"&gt;&lt;path d="M6.6665 12L10.6665 8L6.6665 4" stroke="%237D7D7D" stroke-width="0.8" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/g&gt;&lt;defs&gt;&lt;clipPath id="clip0_217_2074"&gt;&lt;rect width="16" height="16" fill="white" transform="matrix(0 -1 1 0 0 16)"/&gt;&lt;/clipPath&gt;&lt;/defs&gt;&lt;/svg&gt;');
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
}

.segodnyano {
    margin-left: 6%;
    padding-bottom: 5%;
    width: 100% !important;
}

.for_rasp {
    display: none
}

.rectangle {
    counter-reset: li;
    list-style: none;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.img-to-top-conner .row {
    margin: 0 !important;
}

.ExtWarPic {
    width: auto;
    max-width: 30px;
    cursor: pointer;
}

.rectangle li {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    margin: .5em 0 .5em 2.5em;
    background: #fff;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;
}

.rectangle li:hover {
    background: #e9e9e9;
}

.rectangle li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #fff;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.imagepodbor .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: auto;
}

.rectangle li:after {
    position: absolute;
    content: "";
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}

.rectangle li:hover:after {
    left: -.5em;
    border-left-color: #9097A2;
}

.fast-reserve-button-zap {
    padding: 9px 15px;
    background: #f2a30e;
    color: white !important;
    border: none;
    margin-top: 5px;
    cursor: pointer;
    float: left;
    white-space: nowrap;
    font-size: 20px;
}

.blue {
    color: #004086
}

.aciya_div {
    margin-right: 5px;
    margin-bottom: 5px;
}

.sortby {
    text-decoration: underline !important;
    padding: 0 5px;
}

.sortby.act {
    text-decoration: none !important;
}

.popover-img-top {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.img-to-top-conner {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.imgContic {
    position: absolute;
    bottom: 0;
    right: 0;
}

.btn-outline-primary {
    color: #004086 !important;
    background-image: none;
    background-color: transparent;
    border-color: #004086 !important;
}

.makeprimerka {
    padding: 6px 2px !important;
    margin-top: 12px;
}

.color_div_pod {
    border: 1px solid #c8c8c8;
    width: 25px;
    height: 15px;
    float: left;
    cursor: pointer;
}

.color_imgok,
.color_img {
    display: none;
}

.nobus {
    width: 90%
}

.akcban {
    min-height: 38px;
}

.akcban img {
    width: 90px;
    padding-top: 10px;
}

#add_to_basket .close.continue_button {
    text-decoration: none !important
}

.rezervquant {
    padding: 2px;
    background: white;
    border: none;
    width: 25px;
    font-size: 16px;
    text-align: center;
}

.minusbutton {
    width: 23px;
    padding: 0px;
    border-radius: 50%;
    border: 1px solid #b4b4b4;
    background: white;
    height: 23px;
    color: #b4b4b4;
    font-size: 36px;
    line-height: 1px;
    cursor: pointer;
    margin-top: 4px;
    padding-bottom: 6px;
    outline: none;
}

.plusbutton {
    width: 23px;
    padding: 0px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #b4b4b4;
    background: white;
    height: 22px;
    color: #b4b4b4;
    font-size: 24px;
    line-height: 0;
    margin-top: 3px;
    outline: none;
    padding-bottom: 2px;
}

/* a.popup_close {
    position: absolute;
    border: 0 none !important;
    height: 17px;
    width: 18px;
    right: 24px;
    top: 6px;
    padding: 0;
    margin-top: 10px;
    background: url(/images/closing.png) 0 0 no-repeat;
    cursor: pointer;
} */

.centres_list .loader {
    width: 100%;
    height: 300px;
    background-image: url(/images/loadingmainform.gif);
    background-repeat: no-repeat;
    background-position: 50% 18%;
    background-size: 66px;
}

.rezerv_popup_step1 input[type=radio] {
    display: none;
}

label.adresrezerv {
    font-size: 13px;
    margin-left: 20px;
    display: block;
    padding-bottom: 5px;
    margin-top: 4px;
}

label.adresrezerv:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-image: url(/images/radiouslugin.png);
    margin-left: -18px;
    background-position: 0px 0px;
    background-size: 13px;
    float: left;
    margin-top: 4px;
}

.rezerv_popup_step1 input[type="radio"]:checked+label.adresrezerv:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-image: url(/images/radiouslugiy.png);
    margin-left: -18px;
    background-position: 0px 0px;
    background-size: 13px;
}

/* .fast-reserve-modal-window .buttons-container {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
} */

.fast-reserve-modal-window .error {
    font-size: 14px;
    color: red;
    padding-bottom: 10px;
}

input.bistrrezervinput {
    margin-bottom: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    width: 98%;
    border-radius: 2px;
    border: 1px solid #aaa;
    font-size: 16px;
}

.rezerv_popup_step1 table tr {
    border-bottom: 1px dashed grey;
    height: 45px;
}

.namepodbor {
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    color: black !important;
    margin-right: 5px;
    margin-top: 0px;
}

.podrobnee3 {
    font-weight: 100;
    border-bottom: rgb(173, 173, 173) 1px dashed;
    cursor: pointer;
    color: rgb(173, 173, 173);
    font-size: 17px;
}

.aplaut-rating_list {
    height: 20px;
}

.aplaut-rating_list .sp-listing-inline-rating-widget {
    font-size: inherit;
}

.articul {
    clear: left;
    color: grey;
}

.stars2 {
    float: left;
    height: 19px;
    overflow: hidden;
    padding: 1px 0;
    margin-right: 15px;
}

.active2 {
    background-position: 0 0 !important;
}

.stars2 div {
    display: inline-block;
    margin: 0 1px 0 0;
    padding: 0;
    text-indent: -9999px;
    background: url('/images/newsmallstars.png') no-repeat -19px 0;
    height: 23px;
    width: 20px;
    background-size: 37px;
}

.stars2 .middlestar {
    background: url('/images/newsmallstarsmiddle.png');
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.otzav {
    color: gray;
    font-size: 13px;
    display: block;
    text-decoration: underline dashed;
    cursor: pointer;
}

img.szn {
    max-height: 24px;
    width: 20px;
    margin-right: 9px;
    padding-top: 0px;
    float: left;
}

.attribute {
    margin-top: 10px;
    color: grey;
    font-size: 13px;
}

.delv {
    padding-left: 28px;
    background: url('/images/smalldelivery.png');
    background-position: -1px 1px;
    background-size: 23px;
    background-repeat: no-repeat;
}

.biggreen {
    color: rgb(129, 129, 129);
    font-size: 21px;
    font-weight: bold;
    float: left;
    width: 41px;
    text-align: center;
    margin-left: -10px;
    margin-top: -7px;
}

.podbor {
    margin-top: 45px;
}

.blackprice {
    font-size: 44px;
    letter-spacing: -2px;
    color: black;
    font-weight: 600;
    float: left;
    margin-top: -15px;
    margin-right: 10px;
}

.ue.rp {
    border-bottom: 2px solid #ffffff;
    margin-left: -3px !important;
}

.ue {
    font-size: 30px !important;
    font-family: roboto, Arial, sans-serif;
    display: inline-block;
    line-height: 11px;
    border-bottom: 2px solid #000000;
    width: 12px;
    margin-left: 3px !important;
    font-weight: 500;
    color: black;
    margin-top: 15px !important;
}

.uez {
    font-size: 30px;
    margin-left: 5px !important;
}

.zvezd {
    color: gray;
    font-size: 11px;
    margin-top: 5px;
}

.podbormobail {
    display: none;
}



.redprice {
    background: url('/images/redprice.png') no-repeat;
    background-size: 265px;
    margin-top: -5px;
    margin-left: -35px;
    width: 260px;
    height: 86px;
    margin-bottom: -37px;
    padding-left: 40px;
}

.rp {
    font-size: 37px;
    color: white;
    margin-top: -5px;
    margin-left: -3px;
}

.rpc {
    font-size: 25px;
    font-weight: 400;
    color: white;
    letter-spacing: -1px;
    line-height: 2;
}

.rpquestion {
    color: white;
    float: right;
    margin-right: 7px;
    line-height: 1;
    margin-top: 9px;
    font-size: 14px;
}

.opt4 {
    margin-top: 10px;
    font-size: 13px;
    color: black;
    margin-bottom: 7px;
}

.opt4 input {
    width: 18px;
    padding: 0 2px;
    text-align: center;
    font-size: 11px;
    border: 1px solid #9f9f9f;
}

.q_price {
    font-weight: bold;
}

.warning {
    text-align: center;
    color: #5a1c16;
    font-size: 14px;
    margin-top: 0;

}

.warningimg {
    margin-top: -6px;
    margin-right: 6px;
}

.akkumlistinfo {
    margin-left: 29px;
}

.akkumlistinfo::before {
    content: "i";
    position: absolute;
    font-size: 13px;
    font-weight: 600;
    margin-left: -29px;
    border: 1px solid;
    padding: 0px 8px 0px 8px;
    border-radius: 18px;
}

.mini {
    font-size: 30px;
    margin-top: -15px;
}

.minimi {
    font-size: 20px !important;
    line-height: 7px;
    width: 9px;
}

.dostupno {
    display: none;
}

.accumulators-tooltip-table {
    border: 1px solid;
    margin-top: 10px;
    width: 200px;
    margin-bottom: 5px;
}

.accumulators-tooltip-table td,
th {
    padding: 0;
    border: 1px solid;
}

.zagmasl {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
    border-bottom: 2px #d0d0d0 dashed;
    padding-bottom: 10px;
    color: black;
}

.tgc {
    font-size: 17px;
    margin-bottom: 10px;
}

.tg {
    margin-left: 5px
}

.rp_tt {
    background: #ed1c24 !important;
    color: white !important;
    border: 1px solid white !important;
    margin: 0 2px !important;
}

.grinaction1 {
    color: #FFF;
    background-color: #8FD27D;
    height: 30px;
    padding: 6px;
    font-weight: bold;
    margin-top: 5px;
    padding-left: 3px;
}

.grinaction2 {
    background: url(/images/cluch.png) no-repeat;
    height: 16px;
    width: 16px;
    float: left;
    margin-right: 10px;
}

.hidden-xs {
    overflow: hidden;
}

#podbor {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    /* justify-content: space-between; */
}

.catalog-blocks .catalog__item {
    width: calc(100% / 3 - 20px * 2 / 3);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: var(--site-light-color);
    /* margin-right: 20px; */
}

.catalog-blocks .catalog__item:not(:nth-child(4n)) {
    margin-right: 0px;
}

.catalog-blocks .catalog__item:not(:nth-child(3n)) {
    margin-right: 20px;
}

.catalog__item-img {}

.catalog__item-img-main-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 35px;
    margin-bottom: 10px;
}

.catalog__item-brand-img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 90px;
    width: 100%;
    /* filter: grayscale(1); */
}

.catalog__item-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 145%;
}

.catalog__item-rating {
    min-width: 20px;
    padding-left: 20px;
    background: url("/bitrix/templates/template.rimeks/images/svg/rating-1-star.svg") no-repeat left center;
    background-size: 15px;
    color: var(--site-label-tetriary-color);
}

.catalog__item-art {
    color: var(--site-label-tetriary-color);
    margin-left: auto;
}

.catalog__item-img-main-wrapper {
    position: relative;
}

.catalog__item-img-main,
.catalog__item-img-main img {
    height: 200px;
    object-fit: contain;
}

.catalog__item-icons {
    position: absolute;
    top: 0;
    left: 0;
}

.catalog__item-icons div * {
    margin: 0;
}

.catalog__item-icons div div:not(:last-child) {
    margin-bottom: 10px;
}

.catalog__item-icons-so {
    max-width: 40px;
}

.catalog__item-season {
    width: 36px;
    height: 36px;
    align-items: center;
    position: relative;
    display: flex;
    padding: 13px 8px;
    background: var(--site-bg-secondary-color);
    border-radius: 4px;
    overflow: hidden;
    z-index: 10;
    margin-top: 20px !important;
    transition: background .2s ease;
}

.catalog__item-season img {
    margin: 0;
}

.catalog__item-season-label {
    display: none;
    margin-left: 5px !important;
    z-index: 5;
}

.catalog__item-season-label.label-small {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
}

.catalog__item-season:hover {
    background: var(--site-light-color);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    overflow: visible;
}

.catalog-btn-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;

}

.bistrzarezerv~.catalog__item-btn-main {
    max-width: 104px;
    min-width: 104px;
    margin-left: auto;
}

.catalog__item-btn-main {
    flex-grow: 1;
    max-width: 100%;
    display: block !important;
    transition: all .3s ease-out 0s;
    white-space: nowrap;
}

.catalog__item-btn-main svg {
    display: none;
}

.catalog__item-btn-main.in-cart {
    width: 50px;
    max-width: 50px;
    /* transform: translateX(-100%); */
    background-color: var(--site-accent-color);
    color: var(--site-default-color) !important;
    margin-left: auto;
    font-size: 0;
    min-width: unset !important;
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,&lt;svg width="24.000000" height="24.000000" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"&gt;&lt;desc&gt;Created with Pixso.&lt;/desc&gt;&lt;defs&gt;&lt;clipPath id="clip4_8382"&gt;&lt;rect id="icons / icon" width="24.000000" height="24.000000" fill="white" fill-opacity="0"/&gt;&lt;/clipPath&gt;&lt;/defs&gt;&lt;rect id="icons / icon" width="24.000000" height="24.000000" fill="%23FFFFFF" fill-opacity="0"/&gt;&lt;g clip-path="url(%23clip4_8382)"&gt;&lt;path id="Vector" d="M6 21C4.89551 21 4 20.1045 4 19C4 17.8955 4.89551 17 6 17C7.10449 17 8 17.8955 8 19C8 20.1045 7.10449 21 6 21ZM17 21C15.8955 21 15 20.1045 15 19C15 17.8955 15.8955 17 17 17C18.1045 17 19 17.8955 19 19C19 20.1045 18.1045 21 17 21ZM17 17L6 17M6 17L6 3L4 3M6 5L20 6L19 13L6 13" stroke="%23105099" stroke-opacity="1.000000" stroke-width="1.000000" stroke-linejoin="round"/&gt;&lt;/g&gt;&lt;/svg&gt;');

}

.js-qty-input {
    margin-left: 15px;
}

.catalog__item-btn-main.in-cart svg {
    display: inline-block;
}

.quantity-controls {
    position: absolute;
    top: 0;
    right: calc(50% - 20px);
    bottom: 0;
    width: 100%;
    max-width: 160px;
}

.quantity-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    border-radius: 4px;
}

.quantity-wrapper input[type=text] {
    width: 30px;
    max-width: 100%;
    padding: 0 5px 0 5px;
    font-size: 16px;
    text-align: right;
}

.item_quantity_measure {
    display: flex;
    align-items: center;
}

.item_quantity_button {
    position: absolute;

    right: 0;
    width: 28px;
    height: 100%;

}

.item_quantity_button::after,
.item_quantity_button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background-color: var(--site-dark-color);
    border-radius: 4px;
    content: "";
    transition: 300ms all ease;
    transform: translate(-50%, -50%);
}

.item_quantity_button.minus {
    right: 46px;
}

.item_quantity_button.plus {
    right: 16px;
}

.item_quantity_button.plus::before {
    width: 2px;
    height: 14px;
}

.zarezerv_butt {
    flex-grow: 1;
    display: block;
    max-width: 100%;
    /* display: inline-block; */
    padding: 15px;
    border-radius: 4px;
    text-align: center;
    transition: color .3s ease, border .3s ease, background .3s ease;
    cursor: pointer;
    background-color: transparent;
    color: var(--site-default-color);
    width: 104px;
}


.catalog__item-name {
    margin-bottom: 10px;
    min-height: 47px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 145%;
    transition: color .3s ease;
}

.catalog__item-name:hover span {
    color: var(--site-default-color) !important;
}

.catalog__item-name span {
    color: var(--site-dark-color) !important;
}

.catalog__item-special-offer {
    display: flex;
    flex-wrap: wrap;
}

.catalog__item-special-offer-item {
    margin: 0;
    width: calc(50% - 2px);
    margin-bottom: 2px;
}

/* .catalog__item-special-offer-item * {
    width: 100%;
} */

.catalog__item-special-offer-item:not(:nth-child(2n)) {
    margin-right: 2px;
}

.catalog__item-helper {
    position: relative;
    margin-bottom: 10px;
}

.catalog__item-helper-popup {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    padding: 20px 30px;
    border-radius: 16px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 10;
    background-color: var(--site-light-color);
    cursor: default;
}

.catalog__item-helper-popup-title,
.catalog__item-helper-popup-text {
    color: var(--site-dark-color);
}

.catalog__item-helper-popup-text,
.catalog__item-special-offer,
.catalog__item-helper-popup-title {
    margin-bottom: 15px;
}

.catalog__item-helper-popup-title {
    font-style: normal;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
}

.catalog__item-helper-popup-table {
    color: var(--site-default-color);
}

.catalog__item-helper-popup-text,
.catalog__item-helper-popup-table,
.catalog-item__pickup,
.catalog__item-helper-block {
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 145%;
}

.catalog__item-helper-popup svg {
    margin-right: 5px;
}

.catalog__item-helper-block {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--site-bg-secondary-color);
    border-radius: 8px;
    padding: 5px 10px;
    cursor: pointer;
    color: var(--site-label-tetriary-color);
    transition: background .3s ease;
}

.catalog__item-helper-block:hover {
    background-color: var(--site-bg-color);
}

.catalog__item-helper-block .text-2+.text-2 {
    margin-left: 5px;
}

.catalog__item-helper-block svg {
    margin-right: 5px;
}

.catalog-item__pickup {
    color: var(--site-label-color);
}

.catalog-item__pickup span {
    display: block;
    margin-bottom: 20px;
}

.catalog-item__pickup-today {
    color: var(--site-success-color);
}

.ExtWarPic {
    display: none;
}

.catalog-item_subscribe {
    width: 100%;
}

.so-total-summ {
    margin-top: 3px;
    padding-top: 3px;
    border-top: 1px solid var(--site-light-separator-color);
}

.catalog__item-holder {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.catalog__item-helper-popup-table-name-mob,
.catalog-item_subscribe-mob {
    display: none;
}

.catalog-item_subscribe,
.catalog-item_subscribe-mob {
    width: 100%;
}

.catalog-buttons button {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
}

@media(max-width: 1260px) {
    .catalog-blocks .catalog__item {
        width: calc(50% - 20px / 2);
    }

    .catalog-blocks .catalog__item:not(:nth-child(3n)),
    .catalog-blocks .catalog__item:not(:nth-child(4n)) {
        margin-right: 0;
    }

    .catalog-blocks .catalog__item:not(:nth-child(2n)) {
        margin-right: 20px;
    }

    .catalog-blocks .catalog__item-helper {
        max-width: unset;
    }

    .catalog-blocks .catalog__item-helper-popup-table-name-mob {
        display: none;
    }

    .catalog-blocks .catalog__item-helper-popup-table-name {
        display: block;
    }
}

@media(max-width: 1250px) {

    .catalog__item-helper-popup-table-name,
    .catalog-item_subscribe {
        display: none;
    }

    .catalog__item-helper-popup-table-name-mob,
    .catalog-item_subscribe-mob {
        display: block;
    }

    .catalog-buttons button:not(.item_quantity_button) {
        font-size: 14px;
        line-height: 145%;
        height: 44px;
        min-width: 44px;
    }

    .item_quantity_button.plus {
        right: 10px;
        padding: 0;
    }

    .item_quantity_button.minus {
        right: 36px;
    }

    .catalog__item-helper-popup-title {
        font-size: 16px;
    }

    .zarezerv_butt {
        margin-left: 0;
        padding: 10px;
    }

    .catalog__item-art-pref,
    .catalog-item_subscribe {
        display: none !important;
    }
}

@media(max-width: 1000px) {
    .catalog__item-name {
        min-height: 93px;
    }

    .catalog__item-img-main {
        height: 150px;
    }

    .catalog__item-helper-block {
        padding: 5px 5px;
    }

    .catalog-blocks .catalog__item-helper-popup-table-name-mob {
        display: block;
    }

    .catalog-blocks .catalog__item-helper-popup-table-name {
        display: none;
    }
}

@media(max-width: 940px) {
    .catalog__item {
        width: calc(50% - 20px /2);
    }

    .catalog__item:not(:nth-child(4n)) {
        margin-right: 0;
    }

    .catalog__item:not(:nth-child(2n)) {
        margin-right: 0;
    }

    .catalog__item-img-main {
        height: 200px;
    }

    .catalog__item-img-main-wrapper {
        padding-top: 35px;
    }

    .catalog__item-icons-so {
        max-width: 40px;
    }

    .catalog__item-icons-wrapper {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .catalog__item-brand-img {
        max-width: 90px;
    }

    .catalog__item-season {
        position: absolute;
        top: 50px;
        margin-top: 0 !important;
        height: 36px;
        width: 36px;
        padding: 13px 8px;
    }

    .sp-inline-rating-review-count {
        max-width: unset;
        overflow: unset;
        max-height: unset;
    }

    .catalog-item_subscribe {
        display: block !important;
    }

    .catalog__item-art-pref {
        display: inline !important;
    }

    .catalog__item-info {
        font-size: 14px;
    }

    .catalog__item-name {
        font-size: 16px;
        margin-bottom: 10px;
        min-height: 47px;
    }

    .catalog__item-helper-popup-text,
    .catalog__item-helper-popup-table,
    .catalog-item__pickup,
    .catalog__item-helper-block {
        font-size: 14px;
    }

    .catalog-item_subscribe-mob {
        display: none;
    }

    .catalog-item__pickup span {
        margin-bottom: 20px;
    }

    .catalog-btn-wrapper {
        justify-content: flex-end;
    }

    .catalog-blocks .catalog__item-img-main,
    .catalog-blocks .catalog__item-img-main img {
        height: 140px;
    }
}

@media(max-width: 580px) {
    .catalog__item-helper-popup {
        padding: 10px 15px;
        border-radius: 8px;
    }

    .catalog-blocks .catalog__item {
        width: calc(50% - 5px / 2);
        margin-bottom: 5px;
        padding: 8px;
    }

    .catalog-blocks .catalog__item:not(:nth-child(2n)) {
        margin-right: 5px;
    }

    .catalog-blocks .catalog__item-img-main,
    .catalog-blocks .catalog__item-img-main img {
        height: 135px;
    }

    .catalog__item-img-main {
        height: 135px;
    }

    .catalog__item-img-main-wrapper {
        padding-top: 28px;
        margin-bottom: 0;
    }

    .catalog__item-icons-so {
        max-width: 28px;
    }

    .catalog__item-icons-wrapper {
        display: flex;
        position: relative;
    }

    .catalog__item-brand-img {
        max-width: 55px;
        height: auto;
        width: auto;
    }

    .catalog__item-season {
        position: absolute;
        top: 50px;
        margin-top: 0 !important;
        height: 28px;
        width: 28px;
        padding: 2px 4px;
    }

    .catalog__item-art-pref,
    .catalog-item_subscribe {
        display: none !important;
    }

    .catalog__item-info {
        margin-bottom: 11px;
        font-size: 12px;
    }

    .catalog__item-name {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .catalog__item-helper {
        margin-bottom: 8px;
    }

    .catalog__item-helper-popup-text,
    .catalog__item-helper-popup-table,
    .catalog-item__pickup,
    .catalog__item-helper-block {
        font-size: 12px;
    }

    .catalog-item_subscribe-mob {
        display: block;
    }

    .catalog-item__pickup span {
        margin-bottom: 15px;
    }

    .catalog-btn-wrapper {
        justify-content: flex-end;
    }

    .catalog__item-btn-main svg {
        /* display: block; */
        margin-left: 0 !important;
        transform: translate(2px, 1px) !important;
    }

    .catalog__item-btn-main.in-cart {
        width: 100%;
        transform: unset;
        max-width: unset;
    }

    .catalog__item-btn-main.in-cart svg {
        margin-left: 10px !important;
        transform: translateY(0px);
    }

    .fast-reserve-button {
        order: -1;
    }

    .sp-inline-rating-review-count {
        max-width: 31px;
        overflow: hidden;
        max-height: 16px;
    }

    .catalog-buttons button:not(.item_quantity_button) {
        height: 40px;
        min-width: 40px;
        padding: 8px 8px;
    }

    .catalog-buttons button:not(.item_quantity_button) .catalog__item-btn-main {}
}

@media (max-width:500px) {
    .installment-plan_price {
        font-size: 10px;
        line-height: 11.72px;
    }

    .installment-plan_text {
        font-size: 10px;
        line-height: 11.72px;
    }

    .installment-plan_content_wrapper&gt;br {
        display: block;
    }

    .installment-plan_content_wrapper {
        line-height: 78%;
    }
}

@media(max-width: 375px) {
    .catalog__item-helper-block {
        padding: 5px 3px;
    }

    .catalog__item-helper-block svg {
        margin-right: 2px;
        width: 20px;
        height: 20px;
    }
}

@media(max-width: 340px) {
    .catalog__item-helper-block svg {
        display: none;
    }
}

.catalog__item-season {
    margin-top: 0 !important;
}

.catalog__item-season-bshm-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 36px;
}

.catalog__item:hover .catalog__item-season-bshm-wrapper:not(:hover) {
    animation: shake 3s infinite;
    animation-delay: 0.5s;
    transition: all .2s;
}

.catalog__item-season-bshm {
    margin-left: 5px !important;
    /* padding: 8px; */
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    background-color: var(--site-light-color);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    /* visibility: hidden; */
    /* opacity: 0; */
    width: 0;
    overflow: hidden;
    transition: opacity .3s ease;
}

.catalog__item-season-bshm span {
    padding: 8px;
    display: block;
    white-space: nowrap;
}

.catalog__item-season-bshm-wrapper:hover {
    width: unset;
}

/* .catalog__item-season-bshm-wrapper:hover .catalog__item-season-bshm{
    visibility: visible;
    opacity: 1;
} */
/* @keyframes shake {
    0% { transform: translate(0px, 0px); }
    2% { transform: translate(-1px, 1px); }
    4% { transform: translate(1px, 1px); }
    6% { transform: translate(-1px, 0px); }
    8% { transform: translate(1px, 0px); }
    10% { transform: translate(-1px, 1px); }
    12% { transform: translate(1px, 1px); }
    14% { transform: translate(-1px, 0px); }
    16% { transform: translate(1px, 0px); }
    18% { transform: translate(-1px, 1px); }
    20% { transform: translate(1px, 1px); }
    22% { transform: translate(-1px, 0px); }
    24% { transform: translate(1px, 0px); }
    26% { transform: translate(-1px, 1px); }
    28% { transform: translate(1px, 1px); }
    30% { transform: translate(0px, 0px); }
    100% { transform: translate(0px, 0px); }
} */
@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    2% {
        transform: rotate(8deg) scale(1.05);
    }

    4% {
        transform: rotate(-8deg) scale(1.05);
    }

    6% {
        transform: rotate(8deg) scale(1.05);
    }

    8% {
        transform: rotate(-8deg) scale(1.05);
    }

    10% {
        transform: rotate(8deg) scale(1.05);
    }

    12% {
        transform: rotate(-8deg) scale(1.05);
    }

    14% {
        transform: rotate(8deg) scale(1.05);
    }

    16% {
        transform: rotate(-8deg) scale(1.05);
    }

    18% {
        transform: rotate(8deg) scale(1.05);
    }

    20% {
        transform: rotate(-8deg) scale(1.05);
    }

    22% {
        transform: rotate(8deg) scale(1.05);
    }

    24% {
        transform: rotate(-8deg) scale(1.05);
    }

    26% {
        transform: rotate(8deg) scale(1.05);
    }

    28% {
        transform: rotate(-8deg) scale(1.05);
    }

    30% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@media(max-width: 940px) {

    /* .catalog__item:hover .catalog__item-season-bshm-wrapper:not(:hover){
        animation: unset;
    } */
    .catalog__item .catalog__item-season-bshm-wrapper {
        animation: shake 3s infinite;
        animation-delay: 0.5s;
    }

    .catalog__item .catalog__item-season-bshm-wrapper:hover {
        animation: unset;
    }

    .catalog__item-season {
        position: relative;
        top: 0;
    }

    .catalog__item-season-bshm {
        /* padding: 5px 3px; */
        margin-left: 2px !important;
        font-size: 11px;
    }

    .catalog__item-season-bshm span {
        padding: 5px 3px;
    }

    /* .catalog__item-season-bshm{
        display: none !important;
    } */
    .catalog__item-season-label.label-small {
        font-size: 11px;
    }

    .catalog__item-season-bshm-wrapper {
        width: 28px;
    }
}

.catalog__item-img-main-wrapper&gt;a,
.catalog__item-img-main-wrapper&gt;a picture,
.catalog__item-img-main-wrapper&gt;a picture img {
    width: 100%;
}

.catalog-item__complect {
    position: relative;
}

.catalog-item__complect .catalog-item__complect-title {
    display: table;
    padding: 2px 4px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.01em;
    margin-bottom: 7px;
}


.catalog-item__complect {
    position: relative;
}

.catalog-item__complect-popup {
    position: absolute;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    padding: 20px;
    z-index: 2;
    width: 260px;
    min-height: 80px;
    background: #FFFFFF;
    border-radius: 0px 8px 8px 8px;
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
    opacity: 0;
    pointer-events: none;
    transition: 0.25s;
    max-width: 100%;

}

.catalog-item__complect .catalog-item__complect-title {
    background: #E9E9E9;
    color: #808080;
    cursor: default;
}

.catalog-item__complect.catalog-item__complect--main .catalog-item__complect-title {
    background: #0C9800;
    color: #fff;
}

.catalog-item__complect-popup::before {
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: transparent #fff transparent transparent;
    right: 0;
    top: -10px;
    position: absolute;
    transform: rotateZ(90deg);
}

.catalog-item__complect-title:hover+.catalog-item__complect-popup {
    opacity: 1;
}

.product_favorite_link {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 13px;
    background-color: var(--site-bg-tetriary-color);
    border-radius: 4px;
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    transition: background-image 0.2s;
    background-image: url('data:image/svg+xml,&lt;svg width="24.000000" height="24.000000" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"&gt;&lt;desc&gt;Created with Pixso.&lt;/desc&gt;&lt;defs&gt;&lt;clipPath id="clip4_7322"&gt;&lt;rect id="favourites" width="24.000000" height="24.000000" fill="white" fill-opacity="0"/&gt;&lt;/clipPath&gt;&lt;/defs&gt;&lt;rect id="favourites" width="24.000000" height="24.000000" fill="%23FFFFFF" fill-opacity="0"/&gt;&lt;g clip-path="url(%23clip4_7322)"&gt;&lt;path id="Vector" d="M4.93945 5.17529C2.68457 7.09521 2.36719 10.3057 4.1377 12.5771C5.60938 14.4653 10.0645 18.4478 11.5244 19.7368C11.6885 19.8809 11.7695 19.9531 11.8652 19.9814C11.9482 20.0059 12.0391 20.0059 12.1221 19.9814C12.2178 19.9531 12.2998 19.8809 12.4629 19.7368C13.9229 18.4478 18.3779 14.4653 19.8496 12.5771C21.6201 10.3057 21.3418 7.0752 19.0488 5.17529C16.7549 3.2749 13.7998 3.90283 12 6C10.2002 3.90283 7.19336 3.25488 4.93945 5.17529Z" stroke="%23105099" stroke-opacity="1.000000" stroke-width="1.000000" stroke-linejoin="round"/&gt;&lt;/g&gt;&lt;/svg&gt;');
}

@media screen and (min-width: 991px) {
    .product_favorite_link:hover {
        background-image: url('data:image/svg+xml,&lt;svg width="24.000000" height="24.000000" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"&gt;&lt;desc&gt;Created with Pixso.&lt;/desc&gt;&lt;defs&gt;&lt;clipPath id="clip4_5273"&gt;&lt;rect id="favourites" width="24.000000" height="24.000000" fill="white" fill-opacity="0"/&gt;&lt;/clipPath&gt;&lt;/defs&gt;&lt;rect id="favourites" width="24.000000" height="24.000000" fill="%23FFFFFF" fill-opacity="0"/&gt;&lt;g clip-path="url(%23clip4_5273)"&gt;&lt;path id="Vector" d="M12 6C10.2006 3.90283 7.19373 3.25488 4.93921 5.17529C2.68469 7.09521 2.36731 10.3057 4.13782 12.5771C5.60986 14.4653 10.0648 18.4478 11.5249 19.7368C11.6882 19.8809 11.7699 19.9531 11.8652 19.9814C11.9482 20.0059 12.0393 20.0059 12.1226 19.9814C12.2178 19.9531 12.2994 19.8809 12.4628 19.7368C13.9229 18.4478 18.3778 14.4653 19.8499 12.5771C21.6204 10.3057 21.3417 7.0752 19.0483 5.17529C16.7551 3.2749 13.7994 3.90283 12 6Z" fill="%23F4BF3C" fill-opacity="1.000000" fill-rule="evenodd"/&gt;&lt;path id="Vector" d="M4.93921 5.17529C2.68469 7.09521 2.36731 10.3057 4.13782 12.5771C5.60986 14.4653 10.0648 18.4478 11.5249 19.7368C11.6882 19.8809 11.7699 19.9531 11.8652 19.9814C11.9482 20.0059 12.0393 20.0059 12.1226 19.9814C12.2178 19.9531 12.2994 19.8809 12.4628 19.7368C13.9229 18.4478 18.3778 14.4653 19.8499 12.5771C21.6204 10.3057 21.3417 7.0752 19.0483 5.17529C16.7551 3.2749 13.7994 3.90283 12 6C10.2006 3.90283 7.19373 3.25488 4.93921 5.17529Z" stroke="%23F4BF3C" stroke-opacity="1.000000" stroke-width="1.000000" stroke-linejoin="round"/&gt;&lt;/g&gt;&lt;/svg&gt;');
    }

    .product_favorite_link.active:hover {
        background-image: url('data:image/svg+xml,&lt;svg width="24.000000" height="24.000000" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"&gt;&lt;desc&gt;Created with Pixso.&lt;/desc&gt;&lt;defs&gt;&lt;clipPath id="clip4_5273"&gt;&lt;rect id="favourites" width="24.000000" height="24.000000" fill="white" fill-opacity="0"/&gt;&lt;/clipPath&gt;&lt;/defs&gt;&lt;rect id="favourites" width="24.000000" height="24.000000" fill="%23FFFFFF" fill-opacity="0"/&gt;&lt;g clip-path="url(%23clip4_5273)"&gt;&lt;path id="Vector" d="M12 6C10.2006 3.90283 7.19373 3.25488 4.93921 5.17529C2.68469 7.09521 2.36731 10.3057 4.13782 12.5771C5.60986 14.4653 10.0648 18.4478 11.5249 19.7368C11.6882 19.8809 11.7699 19.9531 11.8652 19.9814C11.9482 20.0059 12.0393 20.0059 12.1226 19.9814C12.2178 19.9531 12.2994 19.8809 12.4628 19.7368C13.9229 18.4478 18.3778 14.4653 19.8499 12.5771C21.6204 10.3057 21.3417 7.0752 19.0483 5.17529C16.7551 3.2749 13.7994 3.90283 12 6Z" fill="%23F4BF3C" fill-opacity="1.000000" fill-rule="evenodd"/&gt;&lt;path id="Vector" d="M4.93921 5.17529C2.68469 7.09521 2.36731 10.3057 4.13782 12.5771C5.60986 14.4653 10.0648 18.4478 11.5249 19.7368C11.6882 19.8809 11.7699 19.9531 11.8652 19.9814C11.9482 20.0059 12.0393 20.0059 12.1226 19.9814C12.2178 19.9531 12.2994 19.8809 12.4628 19.7368C13.9229 18.4478 18.3778 14.4653 19.8499 12.5771C21.6204 10.3057 21.3417 7.0752 19.0483 5.17529C16.7551 3.2749 13.7994 3.90283 12 6C10.2006 3.90283 7.19373 3.25488 4.93921 5.17529Z" stroke="%23F4BF3C" stroke-opacity="1.000000" stroke-width="1.000000" stroke-linejoin="round"/&gt;&lt;/g&gt;&lt;/svg&gt;');
    }
}

.product_favorite_link.active {
    background-image: url('data:image/svg+xml,&lt;svg width="24.000000" height="24.000000" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"&gt;&lt;desc&gt;Created with Pixso.&lt;/desc&gt;&lt;defs&gt;&lt;clipPath id="clip4_5273"&gt;&lt;rect id="favourites" width="24.000000" height="24.000000" fill="white" fill-opacity="0"/&gt;&lt;/clipPath&gt;&lt;/defs&gt;&lt;rect id="favourites" width="24.000000" height="24.000000" fill="%23FFFFFF" fill-opacity="0"/&gt;&lt;g clip-path="url(%23clip4_5273)"&gt;&lt;path id="Vector" d="M12 6C10.2006 3.90283 7.19373 3.25488 4.93921 5.17529C2.68469 7.09521 2.36731 10.3057 4.13782 12.5771C5.60986 14.4653 10.0648 18.4478 11.5249 19.7368C11.6882 19.8809 11.7699 19.9531 11.8652 19.9814C11.9482 20.0059 12.0393 20.0059 12.1226 19.9814C12.2178 19.9531 12.2994 19.8809 12.4628 19.7368C13.9229 18.4478 18.3778 14.4653 19.8499 12.5771C21.6204 10.3057 21.3417 7.0752 19.0483 5.17529C16.7551 3.2749 13.7994 3.90283 12 6Z" fill="%23F4BF3C" fill-opacity="1.000000" fill-rule="evenodd"/&gt;&lt;path id="Vector" d="M4.93921 5.17529C2.68469 7.09521 2.36731 10.3057 4.13782 12.5771C5.60986 14.4653 10.0648 18.4478 11.5249 19.7368C11.6882 19.8809 11.7699 19.9531 11.8652 19.9814C11.9482 20.0059 12.0393 20.0059 12.1226 19.9814C12.2178 19.9531 12.2994 19.8809 12.4628 19.7368C13.9229 18.4478 18.3778 14.4653 19.8499 12.5771C21.6204 10.3057 21.3417 7.0752 19.0483 5.17529C16.7551 3.2749 13.7994 3.90283 12 6C10.2006 3.90283 7.19373 3.25488 4.93921 5.17529Z" stroke="%23F4BF3C" stroke-opacity="1.000000" stroke-width="1.000000" stroke-linejoin="round"/&gt;&lt;/g&gt;&lt;/svg&gt;');
}



@media screen and (max-width: 1415px) {
    .quantity-controls {
        position: relative;
        width: 100%;
        max-width: 100%;
        top: 0;
        right: 0;
        height: 50px;
    }

    .bistrzarezerv~.quantity-controls {
        position: absolute;
    }

    .catalog-btn-wrapper {}

    .bistrzarezerv {
        height: 50px !important;
    }

    .bistrzarezerv~.catalog__item-btn-main {
        width: 50px !important;
        min-width: unset !important;
        max-width: 50px !important;
        height: 50px !important;
        font-size: 0 !important;
        margin-right: -10px;
        border-radius: 4px 0 0 4px !important;
        background-position: center;
        background-size: 24px;
        background-repeat: no-repeat;
        background-image: url('data:image/svg+xml,&lt;svg width="24.000000" height="24.000000" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"&gt;&lt;defs&gt;&lt;clipPath id="clip4_8382"&gt;&lt;rect id="icons / icon" width="24.000000" height="24.000000" fill="white" fill-opacity="0"/&gt;&lt;/clipPath&gt;&lt;/defs&gt;&lt;rect id="icons / icon" width="24.000000" height="24.000000" fill="%23FFFFFF" fill-opacity="0"/&gt;&lt;g clip-path="url(%23clip4_8382)"&gt;&lt;path id="Vector" d="M6 21C4.89551 21 4 20.1045 4 19C4 17.8955 4.89551 17 6 17C7.10449 17 8 17.8955 8 19C8 20.1045 7.10449 21 6 21ZM17 21C15.8955 21 15 20.1045 15 19C15 17.8955 15.8955 17 17 17C18.1045 17 19 17.8955 19 19C19 20.1045 18.1045 21 17 21ZM17 17L6 17M6 17L6 3L4 3M6 5L20 6L19 13L6 13" stroke="%23FFFFFF" stroke-opacity="1.000000" stroke-width="1.000000" stroke-linejoin="round"/&gt;&lt;/g&gt;&lt;/svg&gt;');

    }

    .bistrzarezerv~.catalog__item-btn-main svg {
        /* display: block; */
        transform: unset !important;
        margin: 0 !important;
    }

    .bistrzarezerv~.catalog__item-btn-main.in-cart {
        width: 50px !important;
        min-width: unset !important;

        height: 50px !important;
        font-size: 0 !important;
        margin-right: -10px;
        border-radius: 4px 0 0 4px !important;
        margin-left: unset;
        font-size: 16px !important;
        width: 71% !important;
        max-width: unset !important;

        background-image: unset;
        max-width: unset;
        align-self: flex-start;
        margin-right: 0px;
        border-radius: 4px !important;

    }

    .catalog__item-btn-main {
        height: 50px !important;
        font-size: 16px !important;


    }

    .catalog__item-btn-main.in-cart {
        width: 71% !important;
        max-width: unset !important;
        background-image: unset;

    }

}

@media screen and (max-width: 991px) {
    .quantity-controls {
        width: 100%;
        max-width: 100%;
        top: 0;
        right: 0;
        height: 36px;

    }

    .product_favorite_link {
        width: 36px;
        height: 36px;
        padding: 8px;
    }

    .bistrzarezerv {
        padding: 8px 0 !important;
        height: 36px !important;
    }

    .bistrzarezerv~.catalog__item-btn-main {
        padding: 8px !important;
        width: 36px !important;
        min-width: unset !important;
        max-width: 36px !important;
        height: 36px !important;
        font-size: 0 !important;
        margin-right: -10px;
        border-radius: 4px 0 0 4px !important;
    }

    .catalog__item-btn-main {
        height: 36px !important;
        font-size: 14px !important;
        padding: 8px 0 !important;

    }

    .catalog__item-btn-main svg {
        /* display: block; */
        transform: unset !important;
        margin: 0 !important;
    }

    .bistrzarezerv~.catalog__item-btn-main.in-cart,
    .catalog__item-btn-main.in-cart {
        margin-left: unset;

        width: 71% !important;
        max-width: unset !important;
        height: 36px !important;
        padding: 8px 0 !important;
        background-image: unset;
        max-width: unset;
        font-size: 14px !important;
        align-self: flex-start;
        margin-right: 0px;
        border-radius: 4px !important;

    }

    .catalog__item-btn-main.in-cart svg {
        margin-left: 4px !important;
        transform: translateY(0px);
    }
}

@media screen and (max-width: 580px) {
    .bistrzarezerv~.catalog__item-btn-main span {
        display: none;
    }

    .bistrzarezerv~.catalog__item-btn-main.in-cart span,
    .bistrzarezerv~.catalog__item-btn-main.in-cart svg {
        display: inline-block;
    }

    .bistrzarezerv~.catalog__item-btn-main.in-cart {
        padding: 8px 0 !important;

        min-width: unset !important;

        height: 36px !important;
        font-size: 14px !important;
        margin-right: -10px;
        border-radius: 4px !important;
    }
}

@media screen and (max-width: 500px) {
    .catalog-btn-wrapper {
        gap: 4px;
        flex-wrap: nowrap;
        padding-top: 10px;
    }

    .quantity-controls {
        display: none;
    }

    .catalog__item-btn-main {
        margin-right: -4px !important;
        align-self: flex-start;
    }

    .catalog__item-btn-main.in-cart {
        margin-right: 0 !important;
        align-self: flex-start;
    }

    .catalog__item-btn-main.in-cart svg {
        margin-left: 4px !important;
        transform: translateY(0px);
    }
}

@media screen and (max-width: 375px) {}
/* End */


/* Start:/include/preloader.css?1680181295441*/
@keyframes spinner-border {
  100% {
    transform: rotate(360deg);
  }
}

.submit-spinner {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 16px;
  vertical-align: -0.125em;
  border: 0.2em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.loader.bascket {
  height: 20.3px;
}
/* End */


/* Start:/bitrix/templates/template.rimeks/components/ma/custom.html/main-page-catalog-prices/style.css?16641723023001*/
/**
 * @since 2021-11-15
 */
.price-block {
	/**/margin-bottom: 10px;
}
.catalog-list .price-block{
	margin-top: 15px;
}
	.price-block__price-list {
		display: flex;
		align-items: baseline;
	}
		.price-block__price {
			color: #000;
			font-style: normal;
			font-family: 'Inter';
			font-weight: 600;
			font-size: 18px;
			line-height: 125%;
		}
		.price-block__price-old {
			position: relative;
			margin-left: 10px;
			color: var(--site-label-color);
			/* text-decoration: line-through; */
			font-family: 'Inter';
			font-style: normal;
			font-weight: 600;
			font-size: 14px;
			line-height: 140%;
		}
		.price-block__price-old::before{
			position: absolute;
			content: '';
			bottom: 8px;
			left: 0;
			height: 1px;
			width: 100%;
			background-color: var(--site-warning-color);
			transform: rotate(-12deg);
		}
	.price-block__discount {
		display: inline-block;
		margin-top: 2.5px;
		padding: 3px 5px;
		color: var(--site-warning-color);
		border: 1px solid var(--site-warning-color);
		border-radius: 99px;
		margin-left: 5px;
		font-family: 'Inter';
		font-style: normal;
		font-weight: 500;
		font-size: 12px;
		line-height: 120%;
	}
	.price-block__info {
		margin-top: 11.5px;
		display: flex;
		align-items: center;
	}
		.price-block__benefit {
			font-weight: 400;
			font-style: normal;
			font-size: 13px;
			line-height: 19px;
		}
			a.price-block__benefit-link,
			a.price-block__benefit-link:link,
			a.price-block__benefit-link:visited {
				text-decoration: underline;
				color: #004086;
			}
			a.price-block__benefit-link:hover,
			a.price-block__benefit-link:focus,
			a.price-block__benefit-link:active{
				color: #23527c;
			}

		.price-block__help {
			flex-shrink: 0;
			flex-grow: 0;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 14px;
			height: 14px;
			margin-left: 5px;
			box-sizing: border-box;
			/*font-family: Roboto, Arial, sans-serif;*/
			font-weight: 700;
			font-style: normal;
			font-size: 10px;
			line-height: 1;
			color: #f2a30e;
			text-align: center;
		}
		.price-block__help.tooltrigger {
			margin-left: 5px;
			margin-right: 0;
			padding: 0;
		}
		.price-block__discount-value {
			display: flex;
			/*justify-self: flex-end;*/
			flex-basis: 100%;
			margin-left: 5px;
			/*font-family: Roboto, Arial, sans-serif;*/
			font-weight: 400;
			font-style: normal;
			font-size: 13px;
			line-height: 19px;
			color: #000;
			text-align: right;
		}
			.price-block__discount-value:before {
				content: '';
				width: 100%;
				border-bottom: 1px dashed #808080;
				margin-bottom: 3px;
				margin-right: 5px;
			}
@media (max-width: 880px){
	.price-block__price {
		font-size: 16px;
	}

	.price-block__price-old {
		margin-left: 5px;
		font-size: 10px;
	}

	.price-block__discount {
		font-size: 8px;
	}
}
@media(max-width: 580px){
	.price-block {
		margin-bottom: 10px;
	}
	.price-block__price-old {
		top: -5px;
	}
	.price-block__discount {
		position: relative;
		top: -6px;
		padding: 1px 2px;
	}
}

/* End */


/* Start:/js/arcticmodal/jquery.arcticmodal-0.3.css?1657628626653*/
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 0; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(/js/arcticmodal/loading.gif) no-repeat 50% 50%; }

/* End */


/* Start:/js/arcticmodal/themes/simple.css?1634635171419*/
.box-modal {
	position: relative;
	padding: 16px;
	background: #fff;
	color: #3c3c3c;
	font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	max-width: 380px;
	min-width: 100px;
}
.box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_close:hover { color: #666; }
.arcticmodal-container_i{margin-top: 50px;}
/* End */
/* /local/components/rimeks/catalog.filter/templates/.default/style.css?174494967438108 */
/* /bitrix/templates/template.rimeks/components/bitrix/system.pagenavigation/rimeks-pagination/style.css?16590135322195 */
/* /local/components/rimeks/catalog.list/templates/.default/style.css?174730279844083 */
/* /include/preloader.css?1680181295441 */
/* /bitrix/templates/template.rimeks/components/ma/custom.html/main-page-catalog-prices/style.css?16641723023001 */
/* /js/arcticmodal/jquery.arcticmodal-0.3.css?1657628626653 */
/* /js/arcticmodal/themes/simple.css?1634635171419 */
</pre></body></html>