

/* Start:/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.section.list/sp_list_no_files_text/style.css?17242743872564*/
.catalog-section-list {
	margin-top: 10px;
}
.catalog-section-list .row {
	display: flex;
	margin: 0 -5px;
	flex-wrap: wrap;
}
.catalog_sect {
	padding: 5px;
}
.sect_inner {
	background: var(--color-white);
	border-radius: var(--border-radius-main);
	box-shadow: var(--box-shadow-main);
	transition: all 0.2s ease-in-out;
	border: 1px solid var(--color-light-grey);
	cursor: pointer;
	position: relative;
	top: 0;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: end;
	overflow: hidden;
}
.sect_inner:hover {
	/*box-shadow: var(--box-shadow-main);
	background: var(--color-white);
	border-color: var(--color-light-grey);*/
	top: -3px;
}
.inner_name_text {
	position: absolute;
	top: 10px;
	left: 10px;
	font-weight: bold;
	font-size: var(--font-size-sn);
	line-height: var(--font-line-height-n);
	z-index: 1;
	width: calc(100% - 20px);
  	height: calc(100% - 20px);
}
/*.inner_name_text::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 0px;
	height: 1px;
	background: var(--color-main-black);
	border-radius: 1px;
	transition: width 0.15s ease-in-out;
}
.sect_inner:hover .inner_name_text::after {
	width: 100%;
}*/
.sect_inner:hover .inner_name_text {
	color: var(--color-ad-black);
}
.section_price {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: var(--color-white);
	padding: 2px 10px;
	border-radius: var(--border-radius-main);
	transition: all 0.2s ease-in-out;
	font-size: var(--font-size-s-fixed);
	z-index: 1;
}
.sect_inner:hover .section_price {
	background: var(--color-yellow);
}
.sect_inner img {
	width: auto;
	object-fit: contain;
	height: 75%;
	position: absolute;
	object-position: center;
	right: 0px;
	bottom: 0px;
}
@media(min-width: 768px) {
	.sect_inner {
		height: 200px;
	}
	.sect_inner img {
		height: 80%;
	}
	.six_items .catalog_sect.col-md-6 {
		width: calc(100%/3);
	}
}
@media(min-width: 992px) {
	.sect_inner {
		height: 180px;
	}
	.inner_name_text {
		font-size: var(--font-size-s);
	}
}
@media(min-width: 1200px) {
	.inner_name_text {
		font-size: var(--font-size-sn);
	}
}
@media(min-width: 1400px) {
	.catalog-section-list {
		margin-top: 20px;
	}
	.five_items .catalog_sect.col-xl-4 {
		width: calc(100%/5);
	}
	.six_items .catalog_sect.col-xl-4 {
		width: 16.66666667%;
	}
	.sect_inner {
		height: 190px;
	}
	.six_items .sect_inner img {
		height: 75%;
		bottom: 0px;
	}
	.inner_name_text {
		font-size: var(--font-size-n);
	}
}

/* End */


/* Start:/bitrix/templates/redesign2024/components/dev_namespace/catalog.smart.filter/new_mobile_filter_newest/style.min.css?172623096313503*/
.bx_filter {
	display: none;
	padding: 0;
	transition: left ease .3s;
}
.bx_filter.active {
	display: block;
	position: fixed;
	top: unset;
	z-index: 9990;
	left: -100vw;
	width: 90vw;
	height: calc(100% - 113px);
	background: var(--color-white);
	bottom: 54px;
	box-shadow: var(--box-shadow-main);
	transition: transform ease .3s;
	max-width: 325px;
}
.bx_filter.active.shown {
	transform: translateX(100vw);
  	transition: transform ease .3s;
}
.filter_overlay_mobile {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	z-index: 998;
	opacity: 0;
	left: 0;
	pointer-events: none;
	transition: opacity ease-out .3s;
}
.filter_overlay_mobile.shown {
	opacity: 1;
	transition: opacity ease-out .3s;
	pointer-events: all;
}
.bx_filter_section {
	height: 100%;
	padding: 0 5px;
  	background: var(--color-d-white);
}
.bx_filter_section_main_title {
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	position: relative;
	padding-right: 20px;
}
.filter_subsection_title, .back-button, .smartfilter .close-button, .clear_selection {
	display: none;
}
.bx_filter_section_main_title .filter_subsection_title {
	display: block;
	font-size: var(--font-size-m);
	line-height: var(--font-line-height-m);
	font-weight: bold;
	color: var(--color-main-black);
}
.bx_filter_section .bx_filter_section_main_title .close-button {
	height: 20px;
	width: 20px;
	position: relative;
}
.bx_filter_section_main_title .close-button::after, .bx_filter_section_main_title .close-button::before {
	content: "";
	width: 1px;
	background: var(--color-ad-black);
	height: 15px;
	display: block;
	position: absolute;
	border-radius: 4px;
	top: 2.5px;
	left: 8px;
	transform: rotate(-45deg);
}
.bx_filter_section_main_title .close-button::after {
	transform: rotate(45deg);
}
.smartfilter {
	padding: 5px 15px;
	height: calc(100% - 45px);
	position: relative;
	background: var(--color-white);
	border-radius: var(--border-radius-main);
}
.smartfilter .xs_filter_col {
	width: 100%;
}
.bx_filter_block label {
	display: block;
}
.filter_section_title {
	border-bottom: 1px solid var(--color-light-grey);
	display: flex;
  	align-items: center;
  	gap: 10px;
}
.filter_section_title::before {
	content: "";
	display: block;
	position: relative;
	height: 25px;
	width: 25px;
}
.filter_section_title[data-target="prices"]::before {
	background: url('/bitrix/templates/redesign2024/images/icons/filter_sprite.svg#price') no-repeat;
	background-size: 100%;
  	background-position: center;
}
.filter_section_title[data-target="colors"]::before {
	background: url('/bitrix/templates/redesign2024/images/icons/filter_sprite.svg#color') no-repeat;
	background-size: 100%;
  	background-position: center;
}
.filter_section_title[data-target="service_cat"]::before {
	background: url('/bitrix/templates/redesign2024/images/icons/filter_sprite.svg#cats') no-repeat;
	background-size: 100%;
  	background-position: center;
}
.filter_section_title > div {
	height: 45px;
  	display: flex;
  	align-items: center;
  	font-size: var(--font-size-sn);
  	justify-content: space-between;
  	width: calc(100% - 25px);
  	padding-right: 35px;
}
.filter_section_title.active > div {
	font-weight: bold;
}
.filter_section_console span {
	background: var(--color-green);
	color: var(--color-white);
	height: 18px;
	width: 25px;
	text-align: center;
	border-radius: 20px;
	margin-left: 10px;
	font-weight: normal;
	font-size: var(--font-size-xs);
}
.filter_section_title.active .filter_section_console span {
	background: var(--color-grey);
}
.filter_section_console::before {
	content: '';
	display: block;
	transform: rotate(45deg);
	width: 7px;
	height: 1px;
	position: absolute;
	border-radius: 4px;
	background: var(--color-main-black);
	right: 16px;
	top: 22.5px;
	transition: all ease .3s;
}
.filter_section_console::after {
	content: '';
	display: block;
	transform: rotate(-45deg);
	width: 7px;
	height: 1px;
	position: absolute;
	border-radius: 4px;
	background: var(--color-main-black);
	right: 11px;
	top: 22.5px;
	transition: all ease .3s;
}
.filter_section_title.active .filter_section_console::before {
	transform: rotate(-45deg);
	transition: all ease .3s;
}
.filter_section_title.active .filter_section_console::after {
	transform: rotate(45deg);
	transition: all ease .3s;
}
.colors_cont, .sizers_cont {
	display: none;
}
.open .sizers_cont, .open .colors_cont {
	display: block;
}

.smartfilter .filter_item.submit {
	display: none;
}
.bx_filter_section .smartfilter .smartfilter_tabs_row {
	overflow-y: scroll;
	overflow-x: hidden;
	height: calc(100% - 90px);
	padding-bottom: 5px;
}
.bx_filter_button_box {
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 5px;
	border-top: 1px solid var(--color-light-grey);
	border-radius: var(--border-radius-main) var(--border-radius-main) 0 0;
	padding-left: 5px;
	padding-right: 5px;
	box-shadow: var(--box-shadow-fix-bottom);
	z-index: 1;
  	position: relative;
  	background: var(--color-white);
}
.reset_filter {
	width: 100%;
	background: var(--color-d-white);
	height: 36px;
	border-radius: var(--border-radius-main);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--font-size-sn);
	border: 1px solid var(--color-light-grey);
}
.bx_filter_section .btn_row.btn_row_ {
	margin-left: -10px;
	margin-right: -10px;
}
.bx_filter .select_btn.select_and_close {
	width: 100%;
	display: flex;
	gap: 5px;
	height: 40px;
	background: var(--color-yellow);
	border-radius: var(--border-radius-main);
	margin-top: 5px;
	align-items: center;
	justify-content: center;
	font-size: var(--font-size-n);
}
.bx_filter .select_btn.select_and_close .items_count {
	font-weight: bold;
}
.bx_filter .bx_filter_button_box .col-sm-6{
    z-index: 4;
    width: 100%;
}
.bx_filter_parameters_box_container .alert-info {
	background: var(--color-p-yellow);
	padding: 5px 10px 6px;
	border-radius: var(--border-radius-main-min);
}

/*sliders*/
.slider_size_block {
	margin-top: 10px;
}
.bottom_part_of_slider {
	display: flex;
	gap: 5px;
}
.min_block, .max_block {
	border: 1px solid var(--color-light-grey);
	border-radius: var(--border-radius-main);
	overflow: hidden;
	display: grid;
  	height: 35px;
  	gap: 2px;
  	grid-template-columns: 30px auto 30px;
  	align-content: center;
  	display: flex;
  	flex-direction: row-reverse;
}
input.size_input_for_slider {
	border: none;
	width: 100%;
  	height: 35px;
  	padding: 0;
  	text-align: center;
  	font-weight: bold;
}
.right_btns_block {
	cursor: pointer;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	width: 30px;
}
.size_input_for_slider::-webkit-outer-spin-button,
.size_input_for_slider::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}	
.size_input_for_slider[type=number] {
  -moz-appearance: textfield;
}	
.bottom_part_of_slider span {
	font-size: var(--font-size-l);
	display: flex;
	align-items: center;
	color: var(--color-medium-grey);
}
.minus_btn, .plus_btn {
	font-size: var(--font-size-xm);
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.minus_btn:hover, .plus_btn:hover {
	color: var(--color-green);
	background: var(--color-d-white);
}
.size_slider_ {
	margin-top: 20px;
}
.size_slider_ .ui-slider-handle:before {
	content: "";
	display: block;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--color-btn-orange);
	box-shadow: 1px 1px 2px #ccc;	
}
.size_slider_ .ui-slider-handle:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;		
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -5px;	
}	
.slider_size_block .ui-widget-header {
	background: var(--color-btn-orange);
}
.slider_size_block .ui-widget-content {
	border: none !important;
	background: var(--color-medium-grey) !important;
}
.standart_size_slider {
	font-size: var(--font-size-xs);
	display: none;
	position: relative;
	top: 13px;
	margin-left: -11px;
	min-width:35px;		
	/*color: var(--color-grey);*/
}
.standart_size_slider:nth-child(2) {
	display: block;
}
.standart_size_slider:nth-child(8) {
	display: block;
}
.standart_size_slider:last-child {
	display: block;
	margin-left: -24px;
}
.standart_size_slider:nth-child(16) {
	display: block;
}
.silder_marker.active {
	width: 1px;
	background: var(--color-medium-grey);
	height: 6px;
	top: 4px;
}
.size_slider_ .ui-slider-handle::active {
	cursor: col-resize;
}
.size_slider_ .ui-slider-handle:focus {
	outline:none;
}
.bottom_slider_marks {		
	height: 10px;	
	background-size: 5px;
	top: -4px;
	max-width: 92%;
	/*border-bottom: 1px solid var(--color-medium-grey);*/
	margin-left: 10px;
}
.bottom_slider_marks {		
	z-index: 1;
}
.silder_marker {
	height: 8px;
	width: 1px;
	background: var(--color-medium-grey);
	top: 2px;
}
.change_select_to_input {
	display:none!important;
}
#desktop_filter .bottom_slider_marks {
	margin-bottom:30px;
}
#desktop_filter .cat_slider_wrapper .bottom_slider_marks {
	margin-bottom:0px;
}
.slider_container .size_slider_ .ui-slider-handle {
	width: 23px;
	height: 23px;
	cursor: col-resize;
	border: none;
	z-index: 2;
	top: -12px;
	margin-left: 0px;
}
.slider_container .size_slider_ .ui-slider-handle:nth-child(3){
	margin-left: -24px;
}
input.size_input_for_slider:focus {
	border: none;
}
.reset_size {
	cursor:pointer;
	display:block;
	width:80px;
	height:17px;
	background-image:url("/bitrix/templates/redesign2024/images/reset_icon.png");		
	background-repeat: no-repeat;
	background-size: contain;
	float: none;
	margin-top: 30px;
	opacity: 0.7;
	font-size: var(--font-size-s);
	padding-top: 0px;
	text-align: center;
	background-position: left;
	padding-left: 18px;
	text-transform:capitalize;
	margin: 30px auto 0;
}
.reset_size:hover {
    opacity:1;
}   
/*checkbox*/
.bx_filter_parameters_box_container.colors_chbx {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.bx_filter_block label .bx_filter_input_checkbox {
	display: flex;
	gap: 10px;
	align-items: center;
	height: 26px;
}
.filter_section_body .select_btn.select_and_close {
	display: none;
}
.bx_filter_parameters_box_container.colors_chbx .alert.alert-info.text-center {
	background: var(--color-p-yellow);
	padding: 10px;
	border-radius: var(--border-radius-main);
}
.bx_filter input[type="checkbox"] {
	height: 16px;
	width: 16px;
	padding: 3px;
	border-radius: var(--border-radius-main-min);
	cursor: pointer;
}
.bx_filter input[type="checkbox"]:checked {
	background-image: url("/upload/checked_icon.svg");
	background-repeat: no-repeat;
  	background-size: 10px;
  	background-position: center;
  	background-color: var(--color-yellow);
  	border-color: var(--color-yellow);
}
.bx_filter input[type="checkbox"]:checked:hover {
	background-color: var(--color-yellow-hover);
  	border-color: var(--color-yellow-hover);
}
.bx_filter input[type="checkbox"]:focus {
	border-color: var(--color-grey);
}
/*cats*/
.bx_filter_block {
	margin-top: 10px;
}
.bx_filter_parameters_box_container {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.tab_item_filter {
	position: relative;
	background: var(--color-d-white);
	border-radius: var(--border-radius-main-min);
	padding: 10px 5px;
}
.group_title {
	position: relative;
	height: 20px;
  	display: flex;
  	align-items: center;
  	padding: 0 5px;
  	justify-content: space-between;
  	padding-right: 30px;
}
.group_title::before, .group_title::after {
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 1px;
	border-radius: 4px;
	right: 11px;
	top: 10px;
	transition: all ease .3s;
	background: var(--color-main-black);
	transform: rotate(45deg);
}
.group_title::after {
	transform: rotate(-45deg);
	right: 6px;
}
.group_title.active::after {
	transform: rotate(45deg);
	transition: all ease .3s;
}
.group_title.active::before {
	transform: rotate(-45deg);
	transition: all ease .3s;
}
.group_title span {
	background: var(--color-green);
	height: 18px;
	width: 25px;
	text-align: center;
	color: var(--color-white);
	border-radius: 20px;
	margin-left: 10px;
	font-size: var(--font-size-xs);
	pointer-events: none;
}
.group_cont {
	transition: all 0.3s ease-in-out;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	background: var(--color-white);
  	border-radius: var(--border-radius-main-min);
}
.group_cont.active {
	opacity: 1;
	overflow: visible;
	max-height: 1500px;
	margin-top: 10px;
}
.group_wrapper {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 10px;
}
@media(max-width: 350px){
    .input_group_number.min_block, .input_group_number.max_block{
        width: 104px;
        min-width: 100px;
    }
    .right_btns_block .plus_btn, .right_btns_block .minus_btn{
        width: 22px;
    }
    .size_input_for_slider{
        max-width: 58px;
    }
}
@media (min-width: 768px) {
	.bx_filter.active {
		bottom: 0;
		height: calc(100% - 60px);
	}
}

/* End */


/* Start:/bitrix/templates/redesign2024/components/dev_namespace/catalog.smart.filter/new_mobile_filter_newest/js/jquery-ui.css?17242743851078*/
.ui-widget-header{color:#333}#filter .col-md-4,#filter .col-md-8{padding:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-widget{font-size:1em}.ui-slider-horizontal{height:.2em}.ui-slider-horizontal .ui-slider-handle{top:-.65em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-widget{font-family:Arial,Helvetica,sans-serif}.ui-widget-content{border:1px solid #f6a828;background:#fff;color:#333}.ui-widget-header{border:1px solid #f6a828;background:#f6a828;font-weight:700}.ui-state-default,.ui-widget-content .ui-state-default{border:8px solid transparent;border-top:8px solid #f6a828;font-weight:400;color:#454545}.ui-corner-all{border-top-left-radius:3px}.ui-corner-all{border-top-right-radius:3px}.ui-corner-all{border-bottom-left-radius:3px}.ui-corner-all{border-bottom-right-radius:3px}
/* End */


/* Start:/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.section/default_has_cache/style.css?172692166169433*/
@charset "utf-8";
.preloader {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -60px;
	margin-top: -60px;
	z-index: 9999;
	width: 120px;
	height: 120px;
}
.dop_info_cart {
	display: none;
}
.row.no_padding {
	padding: 0;
	margin: 0 -5px;
	display: flex;
	flex-wrap: wrap;
}
.prod_item{
	height: auto;
	padding: 5px;
}
.blockspisok {
	background: var(--color-white);
  	margin: 0;
  	overflow: hidden;
  	border: 1px solid var(--color-light-grey);
  	border-radius: var(--border-radius-main);
  	box-shadow: var(--box-shadow-fix-top);
  	position: relative;
  	top: 0;
  	transition: box-shadow 0.2s ease-in-out;
}
.blockspisok_inner {
	padding: 0 5px 5px;
}
.seredina{
	display: block;
	margin: 0 -5px 2px -5px;
	text-align: center;
	overflow: hidden;
	height: calc(160 / 275 * (50vw - 10px));
	height: -moz-calc(160 / 275 * (50vw - 10px));
	height: -webkit-calc(160 / 275 * (50vw - 10px));
	position: relative;
}
.seredina img{
	min-height: 100%;
	object-fit: contain;
	object-position: center;
	height: 100%;
	width: 100%;
	margin-top: -1px;
}
.seredina img.lazy[src="/bitrix/templates/redesign2024/images/ya_preload.png"] {
	position: absolute;
	left: 50%;
	top: 25%;
	max-width: 31px;
	max-height: 31px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 31px;
	width: 31px;
	object-fit: unset;
	object-position: unset;
	min-height: auto;
}
.cover_picture{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
}
.pics_block{
	display: none;
}
.pics_block .pic_item{
	margin-bottom: 0px;
	margin-top: 0;
	cursor: pointer;
}
.block_icons.new_mode_icons {
	pointer-events: none;
	position: relative;
	top: 3px;
	left: 3px;
}
.block_icons_item {
	height: 22px;
	width: 30px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	cursor: pointer;
	/*border-top-left-radius: 6px;
	border-bottom-right-radius: var(--border-radius-main);*/
	border-radius: var(--border-radius-main-min);
	font-size: 14px;
}
.scale_discount {
	background: var(--color-yellow);
	color: var(--color-main-black);
	width: 40px;
	text-align: center;
	padding-top: 2px;
	font-weight: bold;
}
.prod_item .blockspisok .block_icons.new_mode_icons .block_icons_item:nth-child(2) {
	top: 25px;
	/*border-top-left-radius: 0;
	border-top-right-radius: var(--border-radius-main);*/
}
.prod_item .blockspisok .block_icons.new_mode_icons .block_icons_item:nth-child(3) {
	top: 50px;
	/*border-top-left-radius: 0;
	border-top-right-radius: var(--border-radius-main);	*/
}
.prod_item .blockspisok .block_icons.new_mode_icons .block_icons_item:nth-child(4) {
	top: 75px;
	/*border-top-left-radius: 0;
	border-top-right-radius: var(--border-radius-main);	*/
}
.prod_item .blockspisok .block_icons.new_mode_icons .block_icons_item:nth-child(5) {
	top: 100px;
	/*border-top-left-radius: 0;
	border-top-right-radius: var(--border-radius-main);	*/
}
.prod_item .blockspisok .block_icons.new_mode_icons .block_icons_item:nth-child(6) {
	display: none;
}
@media(max-width:455px) {
	.prod_item .blockspisok .block_icons.new_mode_icons .block_icons_item:nth-child(5) {
		display: none;	
	}
}
.recomend_icon.hit{
	background: var(--color-green);
	color: var(--color-white);
	text-align: center;
	padding-top: 1px;
}
.recomend_icon.recomend{
	background: var(--color-btn-orange) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwMDBfODExMykiPgo8cGF0aCBkPSJNMC4zODk0NDkgNS43MTE1N0MwLjE3NzA1NyA1LjcxMTU3IDAuMDA0ODgyODEgNS44ODM3NyAwLjAwNDg4MjgxIDYuMDk2MTRWMTEuNzQ0NUMwLjAwNDg4MjgxIDExLjk1NjkgMC4xNzcwODIgMTIuMTI5MSAwLjM4OTQ0OSAxMi4xMjkxSDIuNzA2NDJWNS43MTE1N0gwLjM4OTQ0OVpNMTIuOTk1IDcuODM1MjJDMTIuOTk1IDcuMzQ3MDMgMTIuNzMyNyA2LjkxODk1IDEyLjM0MTYgNi42ODQ0OUMxMi40OTY3IDYuNDYwOTIgMTIuNTc5NyA2LjE5NTI0IDEyLjU3OTMgNS45MjMxNUMxMi41NzkzIDUuMTgzOTYgMTEuOTc3OSA0LjU4MjU1IDExLjIzODcgNC41ODI1NUg4LjQwODc1QzguNDk1NDggNC4xODk1MSA4LjYxNDExIDMuNTk5NzEgOC42OTY3IDIuOTgyMjhDOC45MTE2NiAxLjM3NTU0IDguNzY0NzUgMC40ODQ0NTUgOC4yMzQ0MiAwLjE3ODAxNUM3LjkwMzc4IC0wLjAxMjk5ODIgNy41NDczIC0wLjA1MTc0NDMgNy4yMzA2MiAwLjA2ODgxMDRDNi45ODU5OCAwLjE2MTk5NCA2LjY1NTYgMC4zOTEwOTQgNi40NjczMyAwLjk1MzM2OUw1LjcyMzU0IDIuOTAwODZDNS4zNDY0NiAzLjgzMjExIDQuMTkxNzIgNC44MDk3NyAzLjQ3NTU4IDUuMzUwMzdWMTIuMjk5MkM0LjgwMjg1IDEyLjc2NDMgNi4xODc4NiAxMyA3LjYwMDg0IDEzSDEwLjY4NDRDMTEuNDIzNiAxMyAxMi4wMjUgMTIuMzk4NiAxMi4wMjUgMTEuNjU5NEMxMi4wMjUzIDExLjQwOTkgMTEuOTU1NiAxMS4xNjUzIDExLjgyMzcgMTAuOTUzNEMxMi4yNzA2IDEwLjczNTggMTIuNTc5MyAxMC4yNzY5IDEyLjU3OTMgOS43NDczMUMxMi41Nzk2IDkuNDc1MjIgMTIuNDk2NyA5LjIwOTU1IDEyLjM0MTYgOC45ODU5N0MxMi43MzI3IDguNzUxNTIgMTIuOTk1IDguMzIzNCAxMi45OTUgNy44MzUyMloiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTAwMF84MTEzIj4KPHJlY3Qgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=") no-repeat;
	background-size: 14px;
	background-position: center;
}
.block_icons_item.icon_3d {
	background: var(--color-orange) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODk2NzggNS43MTgyNUM5Ljg5Njc4IDYuNDcxMjIgOS42MjM5NiA3LjA1NTA1IDkuMDc4MzMgNy40Njk3M0M4LjUzMjY5IDcuODg0NDEgNy43NTI0NCA4LjA5MTc1IDYuNzM3NTYgOC4wOTE3NUM2LjM1OTI1IDguMDkxNzUgNS45ODQ1OCA4LjA1OTAyIDUuNjEzNTUgNy45OTM1NEM1LjI0MjUyIDcuOTMxNyA0LjkyNDIzIDcuODQ4MDQgNC42NTg2OSA3Ljc0MjU1VjUuOTIwMTNDNC45MDI0MSA2LjA2NTYzIDUuMTgwNjggNi4xODAyMiA1LjQ5MzUxIDYuMjYzODhDNS44MDYzNCA2LjM0NzU0IDYuMTIyODEgNi4zODkzNyA2LjQ0MjkxIDYuMzg5MzdDNi44MTM5NSA2LjM4OTM3IDcuMDk3NjggNi4zMjM5IDcuMjk0MSA2LjE5Mjk1QzcuNDk0MTcgNi4wNTgzNiA3LjU5NDIgNS44NjczOCA3LjU5NDIgNS42MjAwM0M3LjU5NDIgNS4zNjkwNCA3LjQ3MjM0IDUuMTcyNjEgNy4yMjg2MyA1LjAzMDc1QzYuOTg0OTEgNC44ODg4OCA2LjY0NDggNC44MTc5NSA2LjIwODI5IDQuODE3OTVINS40NTUzMlYzLjEwNDY2SDYuMTIwOTlDNi41NjExNCAzLjEwNDY2IDYuODg0ODggMy4wMzczNiA3LjA5MjIyIDIuOTAyNzdDNy4zMDMyIDIuNzY0NTUgNy40MDg2OSAyLjU4NjMxIDcuNDA4NjkgMi4zNjgwNUM3LjQwODY5IDIuMTYwNzEgNy4zMjg2NiAxLjk5NzAyIDcuMTY4NjEgMS44NzY5OEM3LjAxMjE5IDEuNzU2OTQgNi43NzAzIDEuNjk2OTIgNi40NDI5MSAxLjY5NjkyQzUuOTM3MjkgMS42OTY5MiA1LjQzMTY3IDEuODQyNDIgNC45MjYwNSAyLjEzMzQzVjAuMzkyODU3QzUuNTU4OTkgMC4xMzA5NTIgNi4yMjQ2NiAwIDYuOTIzMDcgMEM3Ljc4ODgxIDAgOC40NjcyMiAwLjE3NjQyMiA4Ljk1ODI5IDAuNTI5MjY1QzkuNDQ5MzYgMC44ODIxMDggOS42OTQ4OSAxLjM3MTM2IDkuNjk0ODkgMS45OTcwMkM5LjY5NDg5IDIuNDg0NDUgOS41NjIxMiAyLjg5MzY4IDkuMjk2NTggMy4yMjQ3QzkuMDM0NjggMy41NTU3MiA4LjY2NTQ2IDMuNzcyMTUgOC4xODg5NCAzLjg3NFYzLjkwMTI4QzguNzE2MzkgMy45NzQwMyA5LjEzMjg5IDQuMTc1OTIgOS40Mzg0NSA0LjUwNjk0QzkuNzQ0IDQuODM0MzIgOS44OTY3OCA1LjIzODA5IDkuODk2NzggNS43MTgyNVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xOC4wMTI1IDMuOTQ0OTNDMTguMDEyNSA0LjczNzkyIDE3Ljg0NTIgNS40Mzk5NyAxNy41MTA2IDYuMDUxMDhDMTcuMTc5NSA2LjY1ODU1IDE2LjcwNDggNy4xMjc4IDE2LjA4NjUgNy40NTg4MkMxNS40NjgxIDcuNzg5ODQgMTQuNzU1MSA3Ljk1NTM0IDEzLjk0NzYgNy45NTUzNEgxMC42MzU2VjAuMTMwOTUySDEzLjg3NjZDMTYuNjMzOSAwLjEzMDk1MiAxOC4wMTI1IDEuNDAyMjggMTguMDEyNSAzLjk0NDkzWk0xNS41MDgxIDMuOTY2NzZDMTUuNTA4MSAzLjU4NDgyIDE1LjQyOTkgMy4yNDEwNyAxNS4yNzM1IDIuOTM1NTFDMTUuMTIwNyAyLjYyOTk2IDE0LjkwMDYgMi4zOTM1MSAxNC42MTMyIDIuMjI2MTlDMTQuMzI1OSAyLjA1ODg2IDEzLjk4NzYgMS45NzUyIDEzLjU5ODQgMS45NzUySDEyLjk5MjdWNi4xMTExSDEzLjY1MjlDMTQuMjE2NyA2LjExMTEgMTQuNjY2IDUuOTE4MzEgMTUuMDAwNiA1LjUzMjczQzE1LjMzODkgNS4xNDM1MSAxNS41MDgxIDQuNjIxNTIgMTUuNTA4MSAzLjk2Njc2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTAuNjQ3Nzk1IDkuNzU4MkMtMC4zODIwOTUgOC4wNTQzMSAxLjc4MTg1IDYuOTA5ODcgMi45OTI1NiA2LjU1MDYzQy0wLjE0NTIyNSA5LjY0NTcgNi4wOTEgMTEuMjI5MyA5LjU3ODIyIDExLjU0NzJMOS45NzczMSAxMC4zNDk5TDEyLjc3MSAxMi4zNDU0TDguNzgwMDMgMTMuNTQyNkw5LjE3OTEyIDEyLjM0NTRDNi43MTczNCAxMi4xNjEyIDEuNjc3NjggMTEuNDYyMSAwLjY0Nzc5NSA5Ljc1ODJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuNTc4MjIgMTEuNTQ3MkM2LjU3MzE1IDExLjI3MzMgMS41MjY3IDEwLjA1OTQgMi4xOTY1OSA3Ljc0ODRDMi4zMDQwOCA3LjM3NzYxIDIuNTU4NzIgNi45Nzg1NyAyLjk5MjU2IDYuNTUwNjNDMi41Njc4OCA2LjY3NjY0IDIuMDI1OTIgNi44OTkyNiAxLjU0NTY2IDcuMjA4NzRDMC42NTY3MzEgNy43ODE1NiAtMC4wMjA4NDQgOC42NTE5OCAwLjY0Nzc5NSA5Ljc1ODJDMS41NzM3NCAxMS4yOTAxIDUuNzQwOTMgMTIuMDA5OSA4LjM2MTc2IDEyLjI3MzRDOC42NTU5NiAxMi4zMDMgOC45MzA2NyAxMi4zMjY4IDkuMTc5MTIgMTIuMzQ1NEw4Ljc4MDAzIDEzLjU0MjZMMTIuNzcxIDEyLjM0NTRMOS45NzczMSAxMC4zNDk5TDkuNTc4MjIgMTEuNTQ3MlpNMTAuMzkyOCAxMS42Mjc2TDEwLjE3MTMgMTIuMjkxOUwxMC45ODIzIDEyLjA0ODZMMTAuMzkyOCAxMS42Mjc2Wk0yLjM4MDA2IDEwLjExOTVDMS45NjI3OSA5Ljc3MjU3IDEuNjIxMTkgOS4zNTM0OCAxLjQ1MDg0IDguODQ2N0MxLjQwMzY2IDguNzA2MzMgMS4zNzE0OCA4LjU2NjI1IDEuMzUzNTEgOC40MjY3MUMxLjI2MTU0IDguNTQ5MzkgMS4yMTA2MSA4LjY2MTA2IDEuMTg5MjQgOC43NTg5NUMxLjE2MTM3IDguODg2NjMgMS4xNjQ5MyA5LjA3MDc0IDEuMzMwODkgOS4zNDUzMkMxLjQ2MjY5IDkuNTYzMzggMS43ODcyNCA5LjgzNzI4IDIuMzgwMDYgMTAuMTE5NVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yMS4xNzA1IDkuNDA1MjlDMjIuMDkwMiA3LjYwOCAyMC4zNDY0IDYuNTI3NzMgMTkuMzU5NSA2LjIxMjI2QzIxLjgzMDggOS4yNTQ0IDE2LjU1NzkgMTEuMjI0MSAxMy42NjEzIDExLjcwNThMMTQuMzY3MiAxMS45NDYzTDEzLjg0NjcgMTIuNDgwMUMxNS44ODk5IDEyLjE4MTQgMjAuMjUwNyAxMS4yMDI2IDIxLjE3MDUgOS40MDUyOVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTUuMTU2OCAxMS4zNzJDMTcuNTU0NSAxMC43MDk2IDIwLjM0ODMgOS4zMzYzNCAxOS45NjQ3IDcuMzk4OTZDMTkuODkwNSA3LjAyNDE1IDE5LjY5NzQgNi42MjgyMyAxOS4zNTk1IDYuMjEyMjZDMTkuNzQ4MSA2LjMzNjUgMjAuMjU0MiA2LjU3OTM3IDIwLjY2ODggNi45Mzc5NUMyMS4zMDY4IDcuNDg5ODQgMjEuNzI4IDguMzE1ODQgMjEuMTcwNSA5LjQwNTI5QzIwLjQyMjMgMTAuODY3MyAxNy4zOTcxIDExLjc4NzcgMTUuMTk0NyAxMi4yNDFDMTUuMDQ0OSAxMi4yNzE4IDE0Ljg5ODkgMTIuMzAwNSAxNC43NTc3IDEyLjMyN0MxNC41NjMzIDEyLjM2MzYgMTQuMzc4IDEyLjM5NiAxNC4yMDQzIDEyLjQyNDVDMTQuMTMzMSAxMi40MzYyIDE0LjA2MzggMTIuNDQ3MiAxMy45OTY2IDEyLjQ1NzZDMTMuOTQ1NCAxMi40NjU0IDEzLjg5NTQgMTIuNDcyOSAxMy44NDY3IDEyLjQ4MDFMMTQuMzY3MiAxMS45NDYzTDEzLjY2MTMgMTEuNzA1OEMxMy42ODQ2IDExLjcwMiAxMy43MDgxIDExLjY5OCAxMy43MzE4IDExLjY5MzlDMTMuNzc1NSAxMS42ODY0IDEzLjgxOTcgMTEuNjc4NSAxMy44NjQ0IDExLjY3MDNDMTMuOTI0OSAxMS42NTkyIDEzLjk4NjIgMTEuNjQ3NiAxNC4wNDgzIDExLjYzNTNDMTQuMTk3IDExLjYwNTkgMTQuMzUwMSAxMS41NzMxIDE0LjUwNjYgMTEuNTM2OUMxNC43MTgxIDExLjQ4ODEgMTQuOTM1OCAxMS40MzMxIDE1LjE1NjggMTEuMzcyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") no-repeat;
	background-size: 23px;
	background-position: center 4px;
	width: 40px;
}
.block_icons_item.has_sale{
	background: var(--color-orange);
  	width: max-content;
  	white-space: nowrap;
  	min-width: 106px;
  	padding: 1px 5px;
  	color: #fff;
}
.swipe {
	overflow: hidden;
	position: relative;
	height: 100%;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
	height:100%;
}
.swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
	height:100%;
}	
.swipe-wrap img {
	background:#fff;
	display:block!important;
}	
.swipe-wrap img.lazy[src="/bitrix/templates/redesign2024/images/ya_preload.png"] {
	height: 30px;
	width: 30px;
	margin: 0 auto;
}
.pic_wrapper img {

}
.swipe_pager {
	font-size: 0px;
	text-align: center;
	position: relative;
	top: 0;
	display: flex;
	width: 100%;
}
.swipe_pager .pager_item {
	width: auto;
	height: 2px;
	margin: 0 1px;
	border-radius: var(--border-radius-main);
	background: var(--color-medium-grey);
	display: block;
	flex-grow: 1;
}
.swipe_pager .pager_item.active {
	background: var(--color-btn-orange);
}
.nizbloka {
	text-align: left;
	margin: 0;
	position: relative;
	display: flex;
	gap: 5px;
	align-items: center;
	padding: 5px 0px 0px;
}
.cena_text {
	display: none;
}
.catalog-price {
	font-size: var(--font-size-n);
	font-weight: bold;
	color: var(--color-orange);
	line-height: var(--font-line-height-n);
	color: var(--color-main-black);
}
.blockspisok_inner s {
	font-size: var(--font-size-xs);
	color: var(--color-dark-grey);
	line-height: var(--font-line-height-s);
}
.nazvanie {
	text-align: left;
	font-size: var(--font-size-s);
	margin-bottom: 0;
	height: 40px;
	display: block;
	overflow: hidden;
	line-height: var(--font-line-height-s);
}
.catalog_item_fabric_name {
	color: var(--color-dark-grey);
	font-size: var(--font-size-xs);
	height: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.product_rating {
	padding-top: 3px;
	display: flex;
  	justify-content: space-between;
}
.product_rating_inner {
	display: flex;
	gap: 5px;
	align-items: center;
}
.product_rating_inner span {
	color: var(--color-dark-grey);
}
.rate_pic {
	width: 16px;
	height: 15px;
	background: url("/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.section/default_has_cache/./img/star_4_5.svg") no-repeat;
	background-size: 100%;
	background-position: center;
}
.rate-4 .rate_pic {
	background: url("/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.section/default_has_cache/./img/star_4.svg") no-repeat;
	background-size: 100%;
	background-position: center;
}
.rate-5 .rate_pic {
	background: url("/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.section/default_has_cache/./img/star_5.svg") no-repeat;
	background-size: 100%;
	background-position: center;
}
.product_rating_inner .reviews_count {
	background: var(--color-grey);
	padding: 0 5px;
	border-radius: var(--border-radius-main);
	color: var(--color-white);
}
.btns_bottom {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.favorite_btn {
	cursor: pointer;
  	flex-grow: 1;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	height: 30px;
  	background: var(--color-white) url("/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.section/default_has_cache/./img/favorite.png") no-repeat;
  	background-position: center;
  	background-size: 21px;
}
.favorite_btn.in_favorites {
	background: var(--color-white) url("/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.section/default_has_cache/./img/favorite_active.png") no-repeat;
  	background-position: center;
  	background-size: 21px;
}
.compare_btn {
	cursor: pointer;
  	flex-grow: 1;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	height: 30px;
  	background: var(--color-white) url("/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.section/default_has_cache/./img/compare.png") no-repeat;
  	background-position: center;
  	background-size: 21px;
}
.compare_btn.in_compare {
	background: var(--color-white) url("/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.section/default_has_cache/./img/compare_active.png") no-repeat;
  	background-position: center;
  	background-size: 21px;
}
.add_to_basket {
	cursor: pointer;
	flex-grow: 1;
	background: var(--color-white) url("/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.section/default_has_cache/./img/to_basket.png") no-repeat;
	background-size: 21px;
	font-size: 0;
	height: 30px;
	background-position: center;
}
.add_to_basket.active {
	cursor: pointer;
	flex-grow: 1;
	background: var(--color-white) url("/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.section/default_has_cache/./img/to_basket_active.png") no-repeat;
	background-size: 21px;
	font-size: 0;
	background-position: center;
}
.add_to_basket:hover {
	background: var(--color-white) url("/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.section/default_has_cache/./img/to_basket_active.png") no-repeat;
	background-size: 21px;
	background-position: center;
	box-shadow: none;
}
a.BUYBASKET {
	background: var(--color-d-white);
	padding: 5px;
	border-radius: var(--border-radius-main-min);
	display: block;
	max-width: 100%;
	height: 30px;
	text-align: center;
	font-weight: normal;
	width: 100%;
	transition: all 0.2s ease-in-out;
}
a.BUYBASKET:hover {
	box-shadow: var(--box-shadow-add);
  	background: var(--color-yellow-hover);
}
.main .section_item_name_ {
	cursor: pointer;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #fff;
	margin-bottom: 10px;
	box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.06);
}
.pay_badge {
	display: none;
}
.dop_filter_text_cont {
	position: absolute;
	z-index: 1;
	text-align: right;
	right: 3px;
	pointer-events: none;
	bottom: 5px;
	display: flex;
	flex-direction: column;
	align-items: end;
	gap: 3px;
}
.dop_filter_text {
	color: var(--color-white);
	text-align: right;
	font-size: var(--font-size-xs);
	padding: 0 5px;
	border-radius: var(--border-radius-main-min);
}
.dop_filter_text.color_text {
	background-color: var(--color-ad-green);
	color: var(--color-main-black);
}
.dop_filter_text.size_text {
	background-color: var(--color-btn-orange);
} 
@media(min-width: 768px) {
	.seredina {
		height: 140px;
	}
	.btns_bottom {
		padding: 5px 5px 5px 0;
	}
	a.BUYBASKET {
		width: auto;
		flex-grow: 1;	
	}
	.nizbloka {
		padding: 5px 5px 0px;
	}
	.nazvanie {
		padding: 0 5px;
	}
	.product_rating {
		padding-left: 5px;
	}
	.blockspisok_inner s {
		font-size: var(--font-size-s);
	}
}
@media(min-width: 992px) {
	.blockspisok:hover .dop_d:before{
        content:"Стандарт (мм): ";
    }
	.blockspisok:hover {
		position: absolute;
	    z-index: 9;
	    top: 5px;
	    right: 5px;
	    width: calc(100% - 10px);
	    box-shadow: var(--box-shadow-card);
	    overflow: visible;
	    border-color: var(--color-medium-grey);
	}
	.blockspisok.no_width_change:hover {
		overflow: hidden;
	}
	.pics_block {
		display: flex;
		flex-direction: column;
		width: 75px;
		position: absolute;
		height: calc(100% + 1.5px);
		padding: 5px;
		overflow: hidden;
		transition: transform 0.2s ease, opacity 0.2s ease;
		opacity: 0;
		z-index: -1;
		top: -1px;
		border: 1px solid var(--color-medium-grey);
		transform: translateX(0);
		will-change: transform;
	}
	.blockspisok.alow_width_change:hover .pics_block {
	    border-radius: var(--border-radius-main) 0 0 var(--border-radius-main);
	    background: var(--color-light-grey);
	    z-index: -1;
	    box-shadow: var(--box-shadow-card);
	    gap: 5px;
	    opacity: 1;
	    transition: transform 0.2s ease, opacity 0.2s ease;
	    transform: translateX(-70px);
	}
	.pics_block .pic_item {
		height: 48px;
		width: 60px;
	}
	.pics_block .pic_item img {
		height: 100%;
		border-radius: var(--border-radius-main);
		width: 100%;
		border: 1px solid var(--color-medium-grey);
	    object-fit: cover;
	}
	.blockspisok.alow_width_change:hover .blockspisok_inner {
		overflow: hidden;
		border-radius: var(--border-radius-main);
		z-index: 9999999;
		position: relative;
		right: 0;
		padding: 0 5px 5px;
		background: var(--color-white);
	}
	.seredina {
		height: 135px;
	}
	.dop_info_cart {
		display: flex;
		position: relative;
		flex-direction: column;
		width: calc(100% - 10px);
		color: var(--color-dark-grey);
		font-size: var(--font-size-s-fixed);
		opacity: 0;
		visibility: hidden;
		height: 0;
		transition: opacity 0.2s ease-in-out;
		padding-left: 5px;
	}
	.blockspisok:hover .dop_info_cart {
		opacity: 1;
		visibility: visible;
		height: auto;
	}
	.dop_info_cart > div span {
		font-size: var(--font-size-s-fixed);
    	line-height: var(--font-line-height-s);
	}
	.favorite_btn:hover {
		background: var(--color-white) url("/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.section/default_has_cache/./img/favorite_active.png") no-repeat;
  		background-position: center;
  		background-size: 21px;
	}
	.compare_btn:hover {
		background: var(--color-white) url("/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.section/default_has_cache/./img/compare_active.png") no-repeat;
  		background-position: center;
  		background-size: 21px;
	}
	.pay_sum {
		font-weight: bold;
		color: var(--color-orange);
	}
}
@media(min-width: 1200px) {
	.pics_block .pic_item {
		height: 54px;
	}
	.seredina {
		height: 164px;
	}
}
@media(min-width: 1400px) {
	.main .catalog-section .seredina {
		height: calc(((100vw - 368px)/4)/1.71814);
		max-height: calc(((1710px - 350px)/4)/1.71814);
		aspect-ratio: 275/160;
	}
	a.BUYBASKET {
		width: 150px;
		flex-grow: unset;
	}
	.pics_block .pic_item {
		height: 60px;
	}	
	.dop_filter_text_cont {
		bottom: 5px;
		right: 8px;
	}
	.catalog_item_fabric_name {
		padding-left: 5px;
	}
}
@media (min-width: 1700px) {
	.pay_badge {
		display: flex;
		gap: 5px;
		padding-right: 5px;
		font-size: var(--font-size-s-fixed);
	}
}
@media(max-width: 350px) {
	.prod_item {
		padding: 2.5px;
	}
	.catalog-price {
		font-size: var(--font-size-s);
		line-height: var(--font-line-height-s);
	}
	.block_icons_item:nth-child(4), .block_icons_item:nth-child(5) {
		display: none;
	}
}
/*counter and h1*/
.count_total {
	width: max-content;
	display: inline-block;
	position: relative;
	border-radius: var(--border-radius-main);
	padding: 3px 8px 4px;
  	top: -2px;
	font-size: var(--font-size-s);
	background: var(--color-ad-yellow);
	color: var(--color-main-black);
}
@media(max-width: 991px) {
	.is_tablet .count_total {
		right: 0;
		margin-top: 0;
		display: block;
		position: absolute;
		top: 77px;
	}
}
@media(min-width: 992px) {
	h1 {
		display: inline-block;
	}
	.count_total {
		margin-left: 10px;
	}
}
@media(min-width: 1200px) {
	.count_total {
		top: -5px;
	}
}
.is_mobile .count_total {
	right: 0;
	margin-top: 0;
	display: block;
	position: absolute;
	top: 97px;
	display: flex;
	padding: 3px 8px;
  	align-items: center;
}
.is_mobile .count_total::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 30px;
    background: #000;
    left: -30px;
    top: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 27%, rgba(255,255,255,0.5) 48%, rgba(255,255,255,0.8) 72%, rgb(255, 255, 255) 100%);
}
/*cats and filter btns*/
.podcat_links.tabs_view {
	display: block !important;
	position: relative;
	width: 100%;
	margin-top: 10px;
}
.btns_group_container {
	position: relative;
	height: 40px;
	width: 100%;
}
.podcat_links.tabs_view .btns_group {
	display: flex;
	z-index: 3;
	width: 100%;
	column-gap: 10px;
	position: relative;
	margin: 0;
}
.podcat_links.tabs_view .btns_group.sticky {
	background: #ffffff91;
	position: fixed;
	top: 60px;
	margin-left: -5px;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	padding: 5px;
	box-shadow: var(--box-shadow-add);
}
.podcat_open {
	display: flex;
	position: relative;
	background: var(--color-green);
	height: 40px;
	color: #fff;
	font-size: var(--font-size-n);
	text-align: center;
	border-radius: var(--border-radius-main);
	padding: 0;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transition: all 0.2s ease-in-out;
	flex-basis: 50%;
}
.podcat_open:before {
	content: "";
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
	background: url("/bitrix/templates/redesign2024/images/icons/cat_list.svg") no-repeat;
	background-position: center;
	background-size: 20px;
}
.podcat_links.tabs_view .btns_group.sticky .podcat_open{
    color: var(--color-main-black);
  	background: var(--color-ad-green);
  	box-shadow: none;
}
.podcat_links.tabs_view .btns_group.sticky .podcat_open:before {
	background: url("/bitrix/templates/redesign2024/images/icons/cat_list_active.svg") no-repeat;
	background-position: center;
	background-size: 20px;
}
.podcat_links.tabs_view .btns_group.sticky .show_filter_block{
    color: var(--color-main-black);
  	background: var(--color-btn-orange);
  	box-shadow: none;
}
.podcat_links.tabs_view .btns_group.sticky .show_filter_block:before {
	background: url("/bitrix/templates/redesign2024/images/icons/filter_list_active.svg") no-repeat;
	background-position: center;
	background-size: 20px;
}
.show_filter_block {
	display: flex;
	position: relative;
	background: var(--color-green);
	height: 40px;
	color: #fff;
	font-size: var(--font-size-n);
	text-align: center;
	border-radius: var(--border-radius-main);
	padding: 0;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transition: all 0.2s ease-in-out;
	flex-basis: 50%;
}
.show_filter_block:before {
	content: "";
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
	background: url("/bitrix/templates/redesign2024/images/icons/filter_list.svg") no-repeat;
	background-position: center;
	background-size: 20px;
}
.show_filter_block.in_section {
	background: var(--color-orange);
}
.show_filter_block.fixed_btn_filter {
	display: none;
}
@media (min-width: 992px) {
	.btns_group_container {
		display: none;
	}
	.podcat_links.tabs_view .btns_group {
		display: none;
	}
}
/*sort*/
#global .catalog-top .caption{
	display: block;
	float: left;
	padding: 7px;
	padding-left: 0px;
	text-transform: none;
}
.catalog-top {
	text-align: center;
  	margin: 10px 0 10px;
  	width: 100%;
}
.sort_block {
	position: relative;
	width: 100%;
	display: flex;
}
.sort_close {
	position: absolute;
	right: 13px;
	top: 11px;
	height: 15px;
	width: 15px;
	cursor: pointer;
}
.sort_close::before, .sort_close::after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 1px;
	transform: rotate(-45deg);
	background: var(--color-main-black);
	left: 6px;
	border-radius: 1px;
}
.sort_close:after{
    transform: rotate(45deg);
}
.sort_block_t {
	height: 35px;
	border-radius: var(--border-radius-main);
	width: 100%;
	background: var(--color-d-white);
	box-shadow: none;
	position: relative;
	cursor: pointer;
	font-size: var(--font-size-n);
	line-height: var(--font-line-height-n);
	display: flex;
	justify-content: left;
	align-items: center;
	padding: 0 15px;
  	gap: 15px;
	transition: all 0.2s ease-in-out;
	border: 1px solid var(--color-medium-grey);
}
.sort_block_pic, .sort_direct_pic {
	position: relative;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	background: url("/bitrix/templates/redesign2024/images/icons/main_sprite.svg#sort_block") no-repeat;
	background-position: center;
	background-size: 20px;
}
.sort_block_t:hover {
    box-shadow: var(--box-shadow-fix-top);
}
.sort_block_t::before, .sort_block_t::after {
	content: "";
	display: block;
	height: 9px;
	width: 1px;
	position: absolute;
	right: 18px;
	top: 13px;
	background: var(--color-main-black);
	border-radius: 1px;
}
.sort_block_t:before{
    transform: rotate(-45deg);
    right: 24px;
}
.sort_block_t:after{
    transform: rotate(45deg);
}
.sort_block_inner {
    display: flex;
    width: 270px;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}
.sort_block_inner_item {
    border: 1px solid #c4c4c4;
    padding: 5px 12px 7px;
    background: #fff;
    cursor: pointer;
}
.sort_block_inner_item.actives{
    background: #ffeca6;
}
.sort_block_inner_item.active{
    background: #fdd458;
} 
#price_sort {
    border-radius: 4px 0 0 4px;
    border-right: none;
}
#pop_sort {
    border-right: none;
}
#newest_sort {
    border-radius: 0 4px 4px 0;
}
.sort_directions {
	display: none;
	position: absolute;
	padding: 0;
	border-radius: var(--border-radius-main);
	box-shadow: var(--box-shadow-fix-top);
	top: 0px;
	background: var(--color-d-white);
	width: 100%;
	animation: fadein ease 0.3s;
	border: 1px solid var(--color-medium-grey);
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sort_directions.active{
    display: block;
    z-index: 991;
    animation: fadein ease 0.3s;
}
.sort_direct_t {
	width: 100%;
	font-size: var(--font-size-n);
	line-height: var(--font-line-height-n);
	display: flex;
	padding: 0 15px;
	height: 35px;
	align-items: center;
	border-radius: var(--border-radius-main);
	gap: 15px;
}
.sort_direct {
	cursor: pointer;
	padding: 10px 30px 10px 20px;
	font-size: 14px;
	position: relative;
	margin: 5px 5px;
	background: var(--color-white);
	border-radius: var(--border-radius-main);
}
.sort_direct.active{
    background: var(--color-ad-green);
}
.sort_direct.active::before, .sort_direct.active::after {
	content: "";
	display: block;
	position: absolute;
	height: 7px;
	width: 2px;
	background: var(--color-main-black);
	border-radius: 2px;
	top: 18px;
  	right: 25px;
}
.sort_direct.active::before {
    transform: rotate(-45deg);
}
.sort_direct.active::after {
    transform: rotate(45deg);
  	height: 10px;
  	top: 15px;
  	right: 20px;
}
.sort_direct:hover {
    color: var(--color-ad-black);
    text-decoration: underline;
}
@media(min-width: 768px) {
	.sort_block {
		max-width: 300px;
	}
}
@media(min-width: 992px) {
	.sort_block_t {
		width: 200px;
		font-size: var(--font-size-s);
  		line-height: var(--font-line-height-s);
	}
	.sort_directions {
		width: 300px;
	}
	.sort_direct_t {
		font-size: var(--font-size-s);
  		line-height: var(--font-line-height-s);
	}
}
/*pagers_utp*/
.pager_utp_container {
	width: 100%;
}
.pager_utp_block {
	margin: 5px;
	padding: 10px;
	background: var(--color-ad-yellow);
	border-radius: var(--border-radius-main);
	position: relative;
}
.pager_utp_block_frame {
	padding: 5px;
	display: grid;
  	grid-template-columns: auto 40px;
  	gap: 5px;
}
.utp_name{
	font-weight: bold;
}
.center_block{
	position: relative;
}
.utp_right_pic {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: center;
}
.pager_utp_page_num {
	background: var(--color-white);
	width: 23px;
	height: 20px;
	padding: 1px;
	text-align: center;
	border-radius: var(--border-radius-main-min);
	color: var(--color-main-black);
	display: block;
}
.utp_top {
	text-align: left;
	position: relative;
	font-size: var(--font-size-n);
	line-height: var(--font-line-height-n);
	margin-bottom: 5px;
}
@media(max-width: 767px) {
	.utp_right_pic, .pager_utp_block {
		background-image: none!important;
	}
	.pager_utp_block_frame {
		align-items: center;
	}
}
@media(min-width: 768px) {
	.pager_utp_block_frame {
		grid-template-columns: 360px auto;
		gap: 20px;
		align-items: center;
    	height: 100%;
	}
	.utp_top {
		font-size: var(--font-size-l);
		line-height: var(--font-line-height-l);
	}
	.utp_text {
		font-size: var(--font-size-n);
		line-height: var(--font-line-height-text);
	}
	.utp_right_pic {
		background-repeat: no-repeat;
		background-size: 250px;
		background-position: center;
	}
	.utp_right_pic img {
		display: none;
	}
	.pager_utp_page_num {
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	.pager_utp_block {
		background-repeat: no-repeat;
  		background-size: auto 100%;
  		background-position: -500px;
  		height: 115px;
	}
}
@media(min-width: 1400px) {
	.pager_utp_block_frame {
		grid-template-columns: 500px auto;
		align-items: unset;
	}
	.pager_utp_block {
		background-size: auto 100%;
    	background-position: right;
	}
	.utp_top {
		font-size: var(--font-size-xxl);
		line-height: var(--font-line-height-xxl);
		margin-bottom: 10px;
	}
}
/*postrnav*/
.postrnav {
	text-align: center;
	margin-bottom :10px;
	display: flex;
	justify-content: center;
	gap: 5px;
	align-items: center;
}
.postrnav.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	margin: 0;
	z-index: 99;
	padding: 10px 0 11px;
	text-align: center;
	box-shadow: var(--box-shadow-fix-bottom);
}
@media(max-width: 767px) and (orientation: portrait){
	.postrnav.fixed.show_postr{
	    bottom: 53px;
	    z-index: 98;
	}
}
#content-site .postrnav a.menuBtn._next, #content-site .postrnav a.menuBtn._prev {
	text-indent: -1000px;
	display: block;
}
#content-site .postrnav .menuBtn._prev.tt{
	display: none;
}
.postrnav a.menuBtn, .postrnav span.menuBtn {
	display: none;
}
.postrnav a.menuBtn, .postrnav span.menuBtn {
	margin: 0 5px;
	background: var(--color-green);
	padding: 5px 10px;
	border-radius: var(--border-radius-main);
	color: var(--color-white);
	font-size: var(--font-size-n);
	text-decoration: none;
	height: 30px;
}
#content-site .postrnav a.menuBtn._next, #content-site .postrnav a.menuBtn._prev {
	display: inline-block;
	overflow: hidden;
	position: relative;
	border-radius: var(--border-radius-main);
	height: 30px;
	width: 30px;
	margin-top: 0;
	text-indent: -1000px;
}
#content-site .postrnav .menuBtn._next::after, #content-site .postrnav .menuBtn._next::before, #content-site .postrnav .menuBtn._prev::after, #content-site .postrnav .menuBtn._prev::before {
	background: var(--color-white);
	border-radius: var(--border-radius-main);
	content: "";
	display: block;
	height: 7px;
  	position: absolute;
  	top: 14px;
  	width: 1px;
}
#content-site .postrnav .menuBtn._next::before, #content-site .postrnav .menuBtn._prev::before {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#content-site .postrnav .menuBtn._next::after, #content-site .postrnav .menuBtn._prev::after {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#content-site .postrnav .menuBtn._next::before, #content-site .postrnav .menuBtn._prev::after {
	margin-top: -.34em;
}
#content-site .postrnav .menuBtn._prev::after, #content-site .postrnav .menuBtn._prev::before {
	right: 15px;
}
#content-site .postrnav .menuBtn._next::after, #content-site .postrnav .menuBtn._next::before {
	right: 14px;
}
.pagerItem {
	margin: 0 5px;
	font-size: var(--font-size-s);
	font-weight: normal;
	position: relative;
	color: #666;
}
b.pagerItem {
	padding: 0;
	text-decoration: underline;
	color: var(--color-green);
	font-weight: bold;
}
.postrnav.absolute a, .postrnav.absolute span, .postrnav.fixed a, .postrnav.fixed b, .postrnav.fixed span {
	font-size: var(--font-size-s);
}
.postrnav .separator.right , .postrnav .separator.left {
	color: #666;
}
@media(min-width: 768px) {
	.postrnav a.menuBtn, .postrnav span.menuBtn {
		display: inline-block;	
	}
	#content-site .postrnav .menuBtn._next, #content-site .postrnav .menuBtn._prev {
		display: inline-block;
		overflow: hidden;
		position: relative;
		border-radius: var(--border-radius-main);
		height: 30px;
		width: 30px;
		margin-top: 0;
		text-indent: -1000px;
	}
	#content-site .postrnav span.menuBtn._prev, .postrnav span.menuBtn.beg {
		opacity: 0.5;
	}
	#content-site .postrnav .menuBtn._prev.tt {
		display: inline-block;
		text-indent: unset;
		width: auto;
	}
	#content-site .postrnav .menuBtn._prev.tt::before, #content-site .postrnav .menuBtn._prev.tt::after {
		display: none;
	}
	.postrnav.fixed {
		padding: 5px 0 6px;
	}
	.postrnav span.menuBtn {
		opacity: 0.5;
	}
}
@media(min-width: 768px) and (max-width:991px){
	.is_tablet .postrnav.fixed{
	    bottom: 53px;
	    z-index: 98;
	}
}
#catalog_end {
	padding-top: 15px;
	width: 100%;
}
.preloader_ {
	margin: 0 auto;
	width: 30px;
}
.spin2_size_m {
	width: 31px;
	height: 31px;
}
.spin2_progress_yes {
	margin: 0 auto;
	display: block;
	-webkit-animation: islands-spin2 1s infinite linear;
	animation: islands-spin2 1s infinite linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.spin2 {
	background-image: url('/bitrix/templates/redesign2024/images/ya_preload.png');
	background-repeat: no-repeat;
}
.spin2.spin2_progress_yes {
	float: left;
}
.full_item_count {
	color: #444;
}
@keyframes islands-spin2 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
/*categories list mobile_tablet*/
@media(max-width: 991px) {
	.podcat_is_open {
		overflow: hidden;
		position: fixed;
		width: 100vw;
	}
	.main .podcat_frames {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		pointer-events: none;
		z-index: 160;
	}
	.main .podcat_frames::after {
		content: '';
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.4);
		opacity: 0;
		will-change: opacity;
		pointer-events: none;
		transition: opacity 0.3s cubic-bezier(0,0,0.3,1);
	}
	.main .podcat_frames--visible.podcat_frames::after {
		opacity: 1;
		pointer-events: auto;
	}
	.main .podcat_frames--animatable .podcat_spisok {     
	    opacity: 1;     
	    transition: transform 130ms ease-in;
	}
	.main .podcat_frames--visible.podcat_frames--animatable  .podcat_spisok {        
	    transition: transform 330ms ease-out;
	}
	.podcat_spisok_wrapper {
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 999;
		overflow: hidden;
		transform: translate3D(0%, 0, 0);
		left: 0px !important;
		top: 0px;
		bottom: 0px;
	}
	.main .podcat_spisok {
		z-index: 9999;
		background: var(--color-white);
		max-height: 100%;
		height: calc(100% - 60px);
		position: fixed;
		bottom: 0;
		width: 90vw;
		max-width: 332px;
		-webkit-transform: translateX(-103%);
		transform: translateX(-103%);
		display: block;
		will-change: transform;
		pointer-events: auto;
		opacity: 0;
		top: 60px;
	}
	.main .podcat_frames--visible .podcat_spisok {
		-webkit-transform: none;
		transform: none;
		position: absolute;
		opacity: 1;
	}
	.podcat_close {
		position: relative;
		height: 45px;
		width: 100%;
		color: var(--color-main-black);
		font-weight: bold;
		font-size: var(--font-size-m);
		display: flex;
		align-items: center;
		padding: 0 15px;
		justify-content: space-between;
	}
	.podcat_close div {
		height: 15px;
		width: 15px;
		display: block;
		position: relative;
		top: 0;
		right: 7px;
	}
	.podcat_close div::before, .podcat_close div::after {
		content: "";
		display: block;
		height: 15px;
		width: 1px;
		background: var(--color-main-black);
		position: absolute;
		top: 0;
		left: 6px;
		transform: rotate(45deg);
		border-radius: 2px;
	}
	.podcat_close div::after {
		transform: rotate(-45deg);
	}
	.main .podcat_spisok .wrapper {
		background: var(--color-white);
		border-radius: var(--border-radius-main) var(--border-radius-main) 0 0;
		display:block;
	    width: 100%;
	    overflow: hidden;
	    height: 100%;
	    width: 100%;
		padding: 0;
		position: relative;
	}
	.main .podcat_spisok .row {
		padding: 0 5px;
		height: calc(100% - 100px);
		width: 100%;
	}
	.viewport{
	    width: 100%;
	    position: relative;
	    overflow-y: scroll;
	    overflow-x: hidden;
	    height: 100%;
	}
	/*.viewport::-webkit-scrollbar {
		width: 0;
	}*/
	.container_outer {
		display: flex;
		gap: 10px;
		position: relative;
		padding: 0 5px 0 0;
		flex-direction: column;
		width: 100%;
	}
	.tab_item {
		border-radius: var(--border-radius-main);
		padding: 5px;
		background: var(--color-d-white);
		border: 1px solid var(--color-d-white);
		width: 100%;
	}
	.tab_item.active {
		border: 1px solid var(--color-medium-grey);
	}
	.tab_group_name {
		display: flex;
		align-items: center;
		font-size: var(--font-size-n);
		line-height: var(--font-line-height-n);
		height: 35px;
		padding-left: 10px;
		position: relative;
		width: 100%;
		justify-content: space-between;
    	padding-right: 30px;
	}
	.tab_group_name::before, .tab_group_name::after {
		content: "";
		display: block;
		height: 1px;
		width: 7px;
		border-radius: 1px;
		position: absolute;
		top: 17px;
		right: 13px;
		transform: rotate(45deg);
		background: var(--color-main-black);
		transition: all ease 0.2s;
	}
	.tab_group_name::after {
		transform: rotate(-45deg);
		right: 8px;
	}
    .tab_group_name.active::after {
		transform: rotate(45deg);
	}
	.tab_group_name.active::before {
		transform: rotate(-45deg);
	}
    .tab_group_body_name {
		display: none;
	}
	.tab_group_name span {
		background: var(--color-grey);
    	color: var(--color-white);
		width: 25px;
		height: 18px;
		font-size: var(--font-size-xs);
		border-radius: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 5px;
		pointer-events: none;
	}
	.has_checked.tab_group_name span, .tab_group_name.active span {
		color: var(--color-white);
		background: var(--color-green);
	}
	.tab_group_body {
		max-height: 0;
		transition: all 0.3s ease-in-out;
		overflow: hidden;
		opacity: 0;
		border-radius: var(--border-radius-main);
	}
	.tab_group_body.active-sm{
	    display: block;
	    background: var(--color-white);
	    max-height: 10000px;
	    opacity: 1;
	    transition: all 0.3s ease-in-out;
	    margin-top: 5px;
	}
	.links_wrapp {
		display: flex;
		width: 100%;
		position: relative;
		flex-wrap: wrap;
		padding: 5px;
		border-radius: var(--border-radius-main);
	}
	.second_level_cats_trigger {
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
	}
	.second_level_cats_trigger::before, .second_level_cats_trigger::after {
		content: "";
		display: block;
		height: 1px;
		width: 7px;
		border-radius: 1px;
		position: absolute;
		top: 20px;
		left: 20px;
		transform: rotate(45deg);
		background: var(--color-main-black);
		transition: all ease 0.2s;
	}
	.second_level_cats_trigger::after {
		transform: rotate(-45deg);
		left: 25px;
	}
	.second_level_cats_trigger.is_preopened::after {
		transform: rotate(45deg);
	}
	.second_level_cats_trigger.is_preopened::before {
		transform: rotate(-45deg);
	}
	.podcat-links {
		width: calc(100% - 40px);
		height: 40px;
		display: flex;
    	padding-top: 10px;
    	padding-left: 10px;
	}
	.podcat-links::after {
		content: "";
		display: block;
		position: absolute;
		width: calc(100% - 27px);
		height: 1px;
		background: var(--color-light-grey);
		left: 15px;
		margin-top: 30px;
	}
	.podcat-links.is_preopen {
		font-weight: bold;
	}
	.podcat-links.is_preopen::after {
		display: none;
	}
	.second_level_cats_cont {
		display: none;
	}
	.second_level_cats_cont.is_open {
		background: var(--color-d-white);
		border-radius: var(--border-radius-main);
		padding: 10px;
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 15px;
	}
}
@media (max-width: 991px) and (orientation: landscape) {
	.main .podcat_spisok .row {
		height: calc(100% - 45px);
	}
}
/*vertical tablets*/
@media(min-width: 768px) and (max-width:991px) {
	.podcat_links.tabs_view .btns_group.sticky {
		margin-left: 0;
		left: 0;
		padding: 5px 15px;
	}
}
@media(min-width: 992px){
	.podcat_close {
		display: none;
	}
	.container_outer{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}  
	.podcat-links.active {
		color: var(--color-orange);
	}
	.catalog-section.is_mobile {
		padding-top:10px;
	}
	.podcat_links a{
		display:block!important;
		border-bottom: 0;
		padding: 10px 0 0 16px;
		width: 100%;
		color: #000;
	}
  	.podcat_links a:hover {
        color: var(--color-orange);
        border-bottom: 0;
        padding:0px;
    }
    .second_level_cats_trigger {
		display: none;
	}
	.second_level_cats_cont {
		display: none;
	}
	.podcat_frames .tab_item {
		position: relative;
		overflow: hidden;
	}
	.podcat_frames .tab_item.noover {
		overflow: unset;
	}
    .podcat_frames .tab_group_name {
        display: flex;
		width: auto;
		height: 40px;
		align-items: center;
		justify-content: center;
		position: relative;
		background: var(--color-d-white);
		border-radius: var(--border-radius-main);
    	padding: 0 7px;
    	cursor: pointer;
    	border: 1px solid var(--color-d-white);
    }
    .podcat_frames .tab_group_name::before, .podcat_frames .tab_group_name::after {
		content: "";
		display: block;
		position: relative;
		width: 7px;
		height: 1px;
		background: var(--color-main-black);
		border-radius: var(--border-radius-main);
		transform: rotate(45deg);
		order: 2;
		margin-left: 5px;
		transition: all 0.2s ease-in-out;
	}
    .podcat_frames .tab_group_name:after {
    	transform: rotate(-45deg);
    	margin-left: -3px;
    }
	.podcat_frames .tab_group_name:hover {
		background: var(--color-ad-green);
		color: var(--color-ad-black);
		border-color: var(--color-ad-green);
	}
	.podcat_frames .tab_group_name.active{
		color: var(--color-ad-black);
	    position: relative;
	    border-color: var(--color-green);
	    background: var(--color-white);
	}
	.podcat_frames .tab_group_name.active::after {
		transform: rotate(45deg);
	}
	.podcat_frames .tab_group_name.active::before {
		transform: rotate(-45deg);
	}
	.podcat_frames .tab_group_name.selected_tab{
		color:#ed6730;
		background:#e8e8e8;
		position:relative;
	}	
	.podcat_frames .tab_group_name span {
		background: var(--color-white);
		color: var(--color-dark-grey);
		width: 25px;
    	height: 18px;
		font-size: var(--font-size-xs);
		border-radius: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 5px;
		pointer-events: none;
	}
	.podcat_frames .tab_group_name.active span {
		background: var(--color-light-grey);
	}
	.podcat_frames .has_checked.tab_group_name span, .podcat_frames .tab_group_name.active.has_checked span {
		color: var(--color-white);
		background: var(--color-green);
	}
	.podcat_frames .tab_group_body{
		padding: 5px;
		display: block;
		border: 1px solid var(--color-light-grey);
		position: absolute;
		z-index: 900;
		background: var(--color-d-white);
		border-radius: var(--border-radius-main);
		box-shadow: var(--box-shadow-cascad);
		opacity: 0;
	    visibility: hidden;
	    top: 20px;
	    transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
	    min-width: 230px;
	}
	.podcat_frames .tab_group_body.right_clip {
		/*right: 0;*/
	}
    .podcat_frames .tab_group_body.active {
		top: 40px;
		opacity: 1;
    	visibility: visible;
	}
	.podcat_links{
		margin-top:0;
		margin-bottom:5px;
		position: relative;
	}
	h1{
		margin-bottom:5px
	}
	h1{
		margin:10px 0
	}
	.podcat_links.tabs_view{
		border-bottom: 0;
	}
	.podcat_frames .tab_group_body_name {
		height: 30px;
	    display: flex;
	    align-items: center;
	    font-size: var(--font-size-n);
	    font-weight: bold;
	    position: relative;
	    padding-left: 15px;
	    cursor: pointer;
	}
	.podcat_frames .tab_group_body_name::before, .podcat_frames .tab_group_body_name::after {
		content: "";
	    display: block;
	    position: absolute;
	    width: 13px;
	    height: 1px;
	    background: var(--color-main-black);
	    border-radius: var(--border-radius-main);
	    transform: rotate(45deg);
	    order: 2;
	    margin-left: 10px;
	    right: 10px;
    	top: 13px;
	}
    .podcat_frames .tab_group_body_name:after {
    	transform: rotate(-45deg);
    	margin-left: -3px;
    }
    .podcat_frames .links_wrapp {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 15px;
		grid-column-gap: 25px;
		background: var(--color-white);
	    border-radius: var(--border-radius-main);
	    padding: 15px;
	    margin-top: 5px;
	}                            
	.podcat_frames .links_wrapp.double-col-wrap {
		grid-template-columns: repeat(3, 1fr);
	}
	.podcat_frames .links_wrapp.triple-col-wrap {
		grid-template-columns: repeat(3, 1fr);
	}
	.podcat_link_parent_cont {
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 0px;
		gap: 10px;                            		
	}
	.top_cats_label_checkbox {
		box-sizing: border-box;																	
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		padding: 3px;
		gap: 10px;									
		width: 16px;
		height: 16px;									
		border: 1px solid var(--color-grey);
		border-radius: 6px;																	
		flex: none;
		order: 0;
		flex-grow: 0;         
		position:relative;
		top:0px;                   		
		cursor:pointer;
	}   
	.top_cats_label_checkbox:hover {
		border-color: var(--color-dark-grey);
		background: var(--color-d-white);
	}   
	.top_cats_label_checkbox.active {
		background: var(--color-yellow);          
		border: none;                 		
	}                
	.top_cats_label_checkbox.active:after {
		content:'';
		background-image: url("/upload/checked_icon.svg");
		background-repeat: no-repeat;
		width: 10px;
		height: 10px;
		background-size: 10px;
	}    	
	.podcat_links a {
		padding-top: 0px;
		font-style: normal;
		font-weight: 400;
		font-size: var(--font-size-s);
		line-height: var(--font-line-height-s);	
		padding-left:0px!important;            
		margin-left: 0px;   	
		white-space: nowrap;
	}
	.btns_bottom_cont {
		padding-top: 5px;
	    display: grid;
	    grid-template-columns: 1fr 2fr;
	    column-gap: 5px;
	}							  
	.pseudo_filter_input {
		margin-right:20px;
	}
	.clear_block {
		height: 35px;
		background: var(--color-white);
		border-radius: var(--border-radius-main);
		text-edge: cap;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		border: 1px solid var(--color-grey);
		transition: all 0.2s ease-in-out;
	}
	.clear_block:hover {
		box-shadow: var(--box-shadow-add);
	}
	.apply_filter i {
		font-style:normal;
		font-weight:bold;
		margin-right:5px;
		margin-left:5px;
	}
	.apply_filter {
		background: var(--color-yellow);
	    border-radius: var(--border-radius-main);
	    height: 35px;
	    text-edge: cap;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    cursor: pointer;		
	    transition: all 0.2s ease-in-out;		
	}
	.apply_filter:hover {
		background: var(--color-yellow-hover);
		box-shadow: var(--box-shadow-add);
	}
	.podcat_link_parent_cont input:hover {
		
	}	
	.podcat_link_parent_cont input {
		cursor:pointer;                            		
	}
	.podcat_link_parent_cont.double-col-parent {
		position:relative;
		
		float:left;
	} 
	.podcat_link_parent_cont {
		position:relative;
		width:100%;
		float:left;
	}                             	
	.pseudo_filter_input {
		position: relative;
		left: 0px;
		top: 13px;
		float: left;
		margin-right: 15px;
	}
	.podcat_link_parent_cont a:after {
		content: "";
		display: inline-block;
		width: 14px;
		height: 15px;
		background-image: url("/upload/ext_link_icon.svg");
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		position: relative;
		margin-left: 12px;
		top: 5px;
	}
	.has_checked {
		color: var(--color-ad-black);
	    background: var(--color-white);
	    position: relative;
	    border-color: var(--color-green);
	}
	.top_cats_label_checkbox.disable {
		pointer-events: none;
		opacity:0.2
	}
}
@media(min-width: 1400px) {
	.links_wrapp {
		grid-template-columns: repeat(1, 1fr);
	}                            
	.links_wrapp.double-col-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
	.tab_group_body {
		min-width: 280px;
	}
}
/*modals*/
.micro_modal_info {
	position: fixed;
	top: 190px;
  	right: 10px;
  	z-index: 99999;
  	background: var(--color-orange);
  	width: 180px;
  	padding: 10px;
  	color: var(--color-white);
  	text-align: center;
  	border-radius: var(--border-radius-main);		
}
.auto_height {
	height:auto!important;
}


/*mebel_na_zakaz end page*/
.zakh3 {
    padding: 10px;
}
.spec_row .info {
	float: none;
}
.zakh3 h3 {
	border: none;
	margin: 0 0 10px;
	font-size: var(--font-size-m);
}
@media(min-width: 768px) {
	.zakh3 h3 {
		text-align: center;
	}
}
.close.fileinput-remove {
    display:none!important;
}
.info.err_ {
    color: #000;
    border-left: 10px solid #f16530;        
    background: #f1653042;      
}
.kv-file-remove::after {
    content: "";
    display: block;
    width: 2px;
    height: 15px;
    background: #f16530;
    position: absolute;
    right: 9px;
    top: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.kv-file-remove::before {
    content: "";
    display: block;
    width: 2px;
    height: 15px;
    background: #f16530;
    position: absolute;
    right: 9px;
    top: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}   
.kv-file-remove {
    background:none;
    width:20px;
    height:20px;
    border:none;
    padding: 0px;
}   
.kv-file-remove:hover {
    background: none;
    box-shadow: none;
}
.file-preview-frame {
    min-height: 20px;
    margin-bottom:5px;
}
.file-preview-thumbnails {
    margin-bottom: 10px;
}
.file-caption-main .btn-file {
    width: 100%;
    padding: 8px 10px;
    border: 0;
    background: var(--color-white);
    text-align: center;
    height: 36px;
    border-radius: var(--border-radius-main);
    color: var(--color-main-black);
    text-decoration: unset;
    font-size: var(--font-size-sn);
    border: 1px dashed var(--color-grey);
    cursor: pointer;
}
.file-caption-main .btn-file span {
    cursor: pointer;
}
.file-caption-main .btn-file:hover {
    background: var(--color-d-white);
}
.file-actions {     
    position: absolute;
    right: 0px;
    top: 0px;
}
.file-thumbnail-footer {
    position: relative;
}
.file-caption-info {
    font-size: var(--font-size-s-fixed);
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: var(--font-line-height-text);
}
.file-upload-indicator {
    display:none;
}
.file-thumb-progress {
    display:none;
}
.kv-file-content {
    display:none;
}
.kv-file-upload {
    display:none;
}
.kv-file-zoom {
    display:none;
}       
.file-size-info {
    display: none;
}   
.close.fileinput-remove {
    display:none;
}
.fileinput-remove-button {
    display:none!important;
}
.file-drop-zone {
    display:none;
}
.load_more {
    display:block;
}
#order_spec {
    height:auto!important;      
}
.del_file {
    display:block;
}
.line_input input[type="file"] {
    text-indent: 0px;
}
@media(max-width:991px){
    #block_spec_order #order_spec input, #block_spec_order #order_spec textarea {
        font-size:16px;
    }
}
.ok_msg{
	position: absolute;
    z-index: 2;
    background: #fff;
    border: 1px solid red;
    border-radius: 4px;
    bottom: 10px;
    left: 15px;
    padding: 10px;
    margin-bottom: 0;
    width: calc(100% - 30px);
}    
.line_input input[type="file"] {
    text-indent: 0px;
}
@media(max-width:991px){
    #block_spec_order #order_spec input, #block_spec_order #order_spec textarea {
        font-size:16px;
    }
}
.ok_msg {
    position: absolute;
    z-index: 2;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    border: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 25px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.ok_msg span{
    font-weight: bold;
    color: #6daf45;
    font-size: 17px;
    margin-bottom: 5px;
}
span.agreement {
    font-size: 12px;
    display: block;
    line-height: 14px;
    text-align: left;
    color: #a4a4a4;
    margin-top: 5px;
}
span.agreement a{
    text-decoration: underline;
    color: #a4a4a4;
}
#block_spec_order{
    margin-bottom: 10px;
}
#order_spec{
    background: var(--color-white);
    border-radius: var(--border-radius-main);
    padding: 10px;
    min-height: 400px;
    position: relative;
    box-shadow: var(--box-shadow-fix-top);
    border: 1px solid var(--color-light-grey);
}
.line_input input{
    width: 100%;
}
.line_input textarea{
    width: 100%;
}
.line_input{
    margin-bottom: 10px;
    position: relative;
    height: auto;
    float: left;
    width: 100%;
}
p {
    line-height: var(--font-line-height-text);
    margin: 15px 0;
}
.info {
    background: var(--color-p-yellow);
    border-radius: var(--border-radius-main);
    float: left;
    color: #333;
    font-size: var(--font-size-s);
    text-align: left;
    width: 100%;
    text-align: center;
    padding: 10px 10px 12px;
    margin: 20px 0;
}
.preim_spisok {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.line_input .info {
    color: var(--color-main-black);
    padding: 10px;
    background: var(--color-p-yellow);
    font-size: var(--font-size-xs);
    margin: 0;
    text-align: left;
    line-height: var(--font-line-height-s);
}
.line_input input[type="file"]{
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
    top: 0;
    position: absolute;
    text-indent: 9999px;
    cursor: pointer;
    width: calc(100% - 20px);
}
.line_input #SUB{
    border: 0;
    background: var(--color-yellow);
    font-weight: bold;
    height: 40px;
    padding-top: 7px;
}
.line_input .file_button{
    border: 0;
    background: #f0f0f0;
    text-align: center;
    height: 40px;
    border-radius: 4px;
}
.file_button div{
    display: block;
    position: relative;
    top:10px;
    color: #939393;
    text-decoration: underline;
    padding-left: 10px;
}
.glyphicon-folder-open {
    background-image: url(/bitrix/templates/redesign2024/images/icons/folder.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    position: absolute;
    top: 15px;
    left: 35px;
}
.preim_spisok li{
    list-style: none;
}
.preim_spisok li::before {
    content: "";
    background-color: #333;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    display: block;
    float: left;
    top: 5px;
    position: relative;
    margin-right: 10px;
}
.delivery_table_title{
    font-size: 17px;
    text-align: left;
    font-weight: bold;
    margin: 10px 0;
}
.h3{
    font-size: 17px;
    text-align: left;
    font-weight: bold;
    margin: 10px 0;
}
@media(max-width: 350px){
    .glyphicon-folder-open {
        left: 45px;
    }
    #order_spec{
        padding: 15px;
        min-height: 390px;
    }
}
@media(min-width: 768px){
    #order_spec {
        margin: 0 auto;
        max-width: 500px;
    }
    .col-lg-7.col-md-7.col-sm-12 {
        float: left;
    }
    .col-sm-offset-3 {
        float: left;
    }
    .glyphicon-folder-open {
        top: 6px;
        left: 20px;
    }
}
@media(min-width: 992px){
    .main_right_col .col-lg-7{
        width: 64%;
        float: left;
    }
    .main_right_col .col-lg-5{
        width: 36%; 
        float: left;
    }
    .catalog-section-list{
        margin-top: 5px;
        margin-left: -5px;
    }
    .line_input textarea {
        height: 87px;
    }
    #order_spec {
        width: 100%;
        height: 440px;
        padding: 15px;
    }
    #block_spec_order {
        margin-top: 5px;
        padding-left: 14px;
    }
    .glyphicon-folder-open{
        left: 12px;
    }
    .catalog_sect_{
        height: 140px;
    }
    #order_spec {
        padding: 20px;
    }
}
@media(min-width: 1200px){
    .line_input {
        font-size: 16px;
    }
    .line_input textarea {
        height: 95px;
    }
    .glyphicon-folder-open{
        left: 30px;
    }
}

@media(min-width:1700px){
	.size_teach {
		position: fixed;
		font-size: var(--font-size-n);
		max-width: 210px;
		text-align: center;
		line-height: 22px;
		font-weight: normal;
		top: unset;
		right: 117px;
		-webkit-transition: top 1s linear;
		-moz-transition: top 1s linear;
		-o-transition: top 1s linear;
		transition: top 1s linear;
		color: #333;
		z-index: 999;
		background: var(--color-btn-orange);
		padding: 10px;
		border-radius: 10px;
		bottom: 65px;
		box-shadow: var(--box-shadow-add);
	}
	.size_teach span {
		font-size: var(--font-size-l);
		font-weight: bold;
	}
	.size_teach .close_this {
		position: absolute;
		height: 20px;
		width: 20px;
		font-size: 50px;
		cursor: pointer;
		line-height: 20px;
		text-shadow: 1px 1px 1px #000;
		right: 3px;
		top: 7px;
	}
	.size_teach .close_this::after, .size_teach .close_this::before {
		content: "";
		display: block;
		width: 2px;
		height: 13px;
		background: #333;
		position: absolute;
		right: 10px;
	    border-radius: 2px;
	}
	.size_teach .close_this::after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.size_teach .close_this::before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
.horizontal_center_block img {
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	filter: blur(2px);		
}
.btn_to_detail::after {
	content:"Изменить размер и цвет"
}
.btn_to_detail {
	border-radius: var(--border-radius-main);
	color: var(--color-main-black);
	text-align: center;
	background: var(--color-yellow);
	padding: 5px 10px 7px 10px;
	position: absolute;
	margin-left: -76px;
	margin-top: -14px;
	top: 50%;
	left: 50%;
	font-size: var(--font-size-xs);
	letter-spacing: .2px;
}
.show_more_text span:hover {
	background:#fff;
}
.show_more_text span {
	cursor:pointer;
	display: inline-block;
	border: 1px solid #6daf45;
	padding: 5px;
	height: 30px;
	border-radius: 4px;
	background:#fff;		
}
.show_more_text:before {
	content:"";
	width:100%;
	position:relative;
	z-index: 2;
	top:-5px;
	display: block;
	height: 10px;		
}	
.seo-text p {
	margin-bottom:9px;
}	
.seo-text {
	height:104px;
	overflow:hidden;
}
.seo-text h1 {
    line-height: 17px !important;
    width: 100%;
}
.seo-text{
    height: 93px;
}
@media(min-width:1200px){
    .seo-text h1 {
        line-height: 20px !important;
    }
    .seo-text{
        height: 109px;
    }
}
.is_mobile .seo-text {
	height: calc(16px*4);
}
.is_mobile .seo-text h1 {
    line-height: 16px !important;
}

.is_mobile #global .seo-text h1 {
	margin-left:0px!important;
}
.seo-text.show_all_text {
	height:auto;
	overflow:visible;
}
.fade .seredina img {
	display:none;
}
body #supportTrigger {
	z-index: 999!important;
}
.delivery_days {
	width: auto;		
	padding: 2px 4px;
	white-space: nowrap;
}
.btns_bottom.left_float {
	/*float: left;*/
	width: 100%;		
}
.btns_bottom .no_float {
	margin-left: auto;
	margin-right: auto;
}
.show_next.btn-default {
	background: #6daf45;
	padding: 6px 10px;	
	color: #fff;	
	text-align:center;
	height: 30px;
	width: 150px;
	border-radius:4px;	
	cursor:pointer;	
	margin: 0 auto;
}
.show_next.btn-default:hover {
	background: #ffa800;
	color:#000;
}
.left_swipe_animation {
    animation: left_swipe 1s ease-in-out 1s 1;
}
.left_swipe_animation_2 {
    animation: left_swipe_2 1s ease-in-out 1s 1;
}   
@keyframes left_swipe_2 {
    0% { left:-179.5px } 
    50% { left:-279.5px }   
    100% { left:-179.5px }      
}       
@keyframes left_swipe {
    0% { left:0px } 
    50% { left:-100px }   
    100% { left:0px }
}   
.seo-text table {
	max-width: 500px;
	margin: 15px auto;
}		
.seo-text table td {
	padding:5px;
	border:1px solid;
}
.spec_href a {
	padding:0px!important;
}
.spec_href {
	padding-right: 8px;
	background: #fff;
	border-color: #ff7200;
}
.spec_href:after {
	display:none;
}	
.top_line_cats_wrapper.no_left_arrow .top_line_cats {
	width: calc( 100% - 24px );
	
	margin-left: 0px;
	left: 0px;
	position: relative;	                		
}
.top_line_cats_wrapper.no_left_arrow .left_cats_btn {
	width: 0px;
	border:none;
	transition:width 0.1s ease;
}
.top_line_cats_wrapper.no_right_arrow .top_line_cats {
    width: calc( 100% - 24px );
    margin-left: 0px;
    left: 0px;
    position: relative;                         
}
.top_line_cats_wrapper.no_right_arrow .right_cats_btn {
    width: 0px;
    border:none;
    transition:width 0.1s ease;
}
.top_line_cats_wrapper .right_cats_btn {
    transition:width 0.1s ease;
}
.top_line_cats_wrapper .left_cats_btn {
	transition:width 0.1s ease;
}
.top_line_cats_inner {
    display: flex;
    column-gap: 0px;
}
.top_line_cats_wrapper {
	border-bottom: 1px solid #ccc;
	height: 45px;
	overflow: hidden;                    	
}
.top_line_cats {
	white-space: nowrap;
	width: calc( 100% - 48px );
	transition:width 0.1s ease;
	overflow-x:scroll;
	overflow-y:hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;           
	float:left;     			
	padding: 4px 0 10px;        
	left: 4px;
	position: relative;						
}
.top_line_cats::-webkit-scrollbar {
	display:none;
	width: 0;
	height: 0;
}
.top_line_cats::-webkit-scrollbar-track {
 	display:none;
	width: 0;
	height: 0;           	
}                    
.podcat_links .top_line_cats .top-podcat-links {
	display: inline-block !important;
	scroll-snap-align: start;
	width: auto;
	margin: 0 2px 0 4px;
	border-left: 6px solid var(--color-yellow);
	padding: 5px 8px !important;
	padding-left: 8px;
	text-align: center;
	cursor: pointer;
	background: var(--color-p-yellow);
	border-radius: var(--border-radius-main);
	font-size: var(--font-size-s);
	height: 30px;
	color: #000;
}
.podcat_links .top_line_cats_wrapper.no_left_arrow .top-podcat-links {
	margin: 0 5px 0 5px;
}	

.podcat_links .top_line_cats_wrapper.no_right_arrow .top-podcat-links {
    margin: 0 5px 0 5px;
}   				
.podcat_links .top_line_cats .top-podcat-links:hover {
	padding: 5px 8px;
    background: var(--color-yellow);
    color: #000;                                                     
}
.left_cats_btn, .right_cats_btn {
	display: block;
    width: 20px;
    height: 30px;
    border-radius: 0px 4px 4px 0px;
    border: 1px solid #d9d9d9;
    margin-top: 4px;
    position: relative;     
    cursor:pointer;                                           
}
.left_cats_btn {
	background: url(/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.section/default_has_cache/../images/test-images/right-arrow-black.png) no-repeat #fff center;
	background-size: 10px;                                	
	transform: rotate(180deg);
	float: left;                    	                        
}
.right_cats_btn {
	background: url(/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.section/default_has_cache/../images/test-images/right-arrow-black.png) no-repeat #fff center;
	background-size: 10px;      
	float: right;                          	
} 
/*quick_filter*/
.quick_filter_top {
	display: flex;
	flex-direction: row;
	align-items: flex-start;				
	gap: 5px;
	border-radius: var(--border-radius-main);
  	padding: 5px 10px;
  	margin-top: 10px;
  	flex-wrap: wrap;
  	background: var(--color-d-white);							
}
.quick_filter_top.fixed_ {
	position: fixed;
	padding: 5px;
	top: 110px;
	width: calc(100% - 318px);
	background: var(--color-d-white);
	z-index: 940;
	margin: 0 auto;
	box-shadow: var(--box-shadow-main);
	border-radius: 0px 0px var(--border-radius-main) var(--border-radius-main);
	margin-left: 0;
}
.quick_filter_top_item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 7px 10px;
	gap: 10px;
	background: var(--color-white);
	border-radius: 20px;
	font-weight: 400;
	font-size: var(--font-size-s);
	line-height: var(--font-line-height-s);
	color: var(--color-dark-grey);
	cursor: pointer;
	height: 35px;
}
.quick_filter_top_item:hover {
	color: var(--color-orange);
}
.quick_filter_top_item_cross::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.quick_filter_top_item_cross::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.quick_filter_top_item_cross {
	width: 14px;
	height: 14px;
	position: relative;				
}
.quick_filter_top_item_cross::after,
.quick_filter_top_item_cross::before {
	display: block;
	width: 1px;
	height: 12px;				
	background: var(--color-dark-grey);
	position: absolute;
	right: 8px;
	top: 2px;
	content: "";
}
.quick_filter_top_item_cross:hover::after,
.quick_filter_top_item_cross:hover::before {
	background: var(--color-ad-black);
}		
.quick_filter_top_reset_btn:before {
	content:'';
	background-image:url("/upload/reset_icon.svg");
	width:15px;
	height:15px;
	-webkit-background-size: contain;
	background-size: contain;
}
.quick_filter_top_reset_btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 6px;
	font-weight: 400;
	font-size: var(--font-size-s);
	line-height: var(--font-line-height-s);
	color: var(--color-main-black);
	cursor: pointer;
	padding: 9px;
}
@media(min-width: 1200px) {
	.quick_filter_top.fixed_ {
		width: calc(100% - 331px);
	}
}
@media(min-width: 1400px) {
	.quick_filter_top.fixed_ {
		top: 90px;
		width: calc(100% - 330px);
		max-width: calc(1710px - 330px);
	}
}

/*3d list*/

.spec_3d_container {
	height: 280px;
	border-radius: var(--border-radius-main);
	background: var(--color-white);
	margin: 5px;
	box-shadow: var(--box-shadow-add);
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--color-medium-grey);
}
#_3d_canvas_conf {
	width:334px;
}
.spec_3d_container iframe {
	height: 280px;
	overflow: hidden;
	border: none;	
	width:100%;	
}
@media(max-width:768px){
	.spec_3d_container iframe{
		height: 310px;
	}	
} 
/* End */
/* /bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.section.list/sp_list_no_files_text/style.css?17242743872564 */
/* /bitrix/templates/redesign2024/components/dev_namespace/catalog.smart.filter/new_mobile_filter_newest/style.min.css?172623096313503 */
/* /bitrix/templates/redesign2024/components/dev_namespace/catalog.smart.filter/new_mobile_filter_newest/js/jquery-ui.css?17242743851078 */
/* /bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.section/default_has_cache/style.css?172692166169433 */
