

/* Start:/local/templates/furniture/components/bitrix/catalog/main/style.css?17386788288723*/
.main-catalog-wrapper {
	padding-left: 40px;
	padding-right: 40px;
}

.main-catalog-wrapper .category_banner {
	width: 100%;
}

.main-catalog-wrapper .category_banner img {
	width: 100%;
	height: auto;
}

.catalog_list_title, .filter-container {
	margin-left: -40px;
	margin-right: -40px;
}
.catalog_list_title_wrp {
	width: 80%;
	margin: 0 auto;
}
.catalog_image_list_title {
	background-color: #d2e2f1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 0;
}
.catalog_image_list_title:before {
	/*content: '';*/
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.4);
}
.catalog_image_list_title .catalog-title {
	font-weight: 500;
	font-size: 32px;
	color: #3D4158;
	margin-bottom: 5px;
}
.catalog_list .btn:hover .shopping-bag-icon:after, .btn .shopping-bag-icon:before {
	opacity: 0;
}
.catalog_list .btn .shopping-bag-icon:after, .btn:hover .shopping-bag-icon:before {
	opacity: 1;
}

.filter-close-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	z-index: 0;
	display: block;
	width: 11px;
	height: 17px;
	cursor: pointer;
	opacity: 0;
	transition: all 300ms ease;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

.filter-close-btn.active {
	opacity: 1;
}

.catalog_section_option_block .filter-title:hover .filter-close-btn.active {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}


.catalog_section_option_block {
	background: #FFFFFF;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	z-index: 1;
	padding: 0 40px;
	min-height: 40px;
}

.catalog_section_option_block .sorting {
	display: inline-block;
	position: relative;
	font-size: 12px;
	line-height: 15px;
	color: var(--main_font_color);
}

.catalog_section_option_block .nav-tabs .nav-link {
	border: none;
}

.catalog_section_option_block .sorting.l_option_box:last-child {
	margin-left: 75px;
	position: relative;
}

.catalog_section_option_block .sorting.l_option_box:last-child .wrapper-select-block {
	position: relative;
}

.catalog_section_option_block .sorting.l_option_box:last-child .wrapper-select-block:before {
	position: absolute;
	content: '';
	width: 17px;
	height: 17px;
	left: -25px;
	top: 59%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.3335 6.66666V8.33331H12.6668V6.66666C12.6668 5.748 13.4142 5 14.3335 5H14.6668V4C14.6668 3.44866 14.2182 3 13.6668 3H2.3335C1.78215 3 1.3335 3.44866 1.3335 4V5H1.66684C2.58615 5 3.3335 5.748 3.3335 6.66666Z' fill='%23646779'/%3e%3cpath d='M15 5.66663H14.3333C13.782 5.66663 13.3333 6.11528 13.3333 6.66663V8.66663C13.3333 8.85063 13.184 8.99998 13 8.99998H3C2.816 8.99998 2.66666 8.85063 2.66666 8.66663V6.66663C2.66666 6.11528 2.218 5.66663 1.66666 5.66663H1C0.448656 5.66663 0 6.11528 0 6.66663V10.6666C0 11.218 0.448656 11.6666 1 11.6666H1.33334V12.6666C1.33334 12.8506 1.48269 13 1.66669 13H3.66669C3.85069 13 4.00003 12.8506 4.00003 12.6666V11.6666H12V12.6666C12 12.8506 12.1494 13 12.3334 13H14.3334C14.5174 13 14.6667 12.8506 14.6667 12.6666V11.6666H15C15.5513 11.6666 16 11.218 16 10.6666V6.66663C16 6.11531 15.5513 5.66663 15 5.66663Z' fill='%23646779'/%3e%3c/svg%3e ");
}

.catalog_section_option_block .sorting.r_option_box {
	/*width: 29%;*/
	/*text-align: right*/
}

.catalog_section_option_block .sorting .select-name, .catalog_section_option_block .sorting .sorting-box, .catalog_section_option_block .sorting ul.select-dropdown, .catalog_section_option_block .sorting ul.select-dropdown li {
	display: inline-block;
	vertical-align: middle
}

.catalog_section_option_block .sorting .select-name span.choose {
	display: none
}

.catalog_section_option_block .sorting span {
	font-weight: 400;
}

.catalog_section_option_block .sorting span.sorting-title {
	margin-right: 10px;
}

.catalog_section_option_block .sorting span.select-val {
	position: relative;
}



.catalog_section_option_block .sorting a.per_count, .catalog_section_option_block .sorting a.per_option {
	display: inline-block;
	vertical-align: middle;
	color: #1e1e1e;
	opacity: .6;
	cursor: pointer;
	padding: 3px 5px;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
	font-size: 12px;
	line-height: 15px;
	text-shadow: 0 0 1px;
}

.catalog_section_option_block .sorting a.per_count:hover, .catalog_section_option_block .sorting a.per_option:hover {
	opacity: 1
}

.catalog_section_option_block .sorting a.per_count.active, .catalog_section_option_block .sorting a.per_option.active {
	opacity: 1;
	background-color: #606DA6;
	color: #fff;
	pointer-events: none;
}

.catalog_section_option_block .sorting a.per_count:active, .catalog_section_option_block .sorting a.per_option:active {
	opacity: 1;
	color: #606DA6;
}
.catalog_section_option_block .filter-title {
	margin-left: -40px;
	background: #fff;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: var(--main_font_color);
	padding: 12px 0;
	width: 219px;
	text-align: center;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 0.5px solid #BEC2D3;
	cursor: pointer;
	transition: 0.35s all ease;
}
.catalog_section_option_block .filter-title > svg {
	margin-right: 10px;
}
.catalog_section_option_block .filter-title svg path {
	transition: 0.35s all ease;
}

.catalog_section_option_block .filter-title:hover {
	background: var(--main_color);
	color: #fff;
}

.catalog_section_option_block .filter-title:hover svg path {
	fill: #fff;
}















.filter_l_block, .filter_r_block {
	display: block;
	float: left;
}
.filter_l_block {
	width: 21.2%;
	margin-right: 2.8%;
}
.filter_r_block {
	width: 75%;
}

.filter_prise_diopozon span {
	display: block;
	cursor: pointer;
}


.left_content_block {
	/*display: block;*/
	/*float: left;*/
	/*width: 21%;*/
	/*margin-right: 3%;*/
}

.right_content_block {
	/*display: block;*/
	/*float: left;*/
	/*width: 76%;*/
}

.sectiom_catalog_h1 {
	padding: 30px 0px;
	font-weight: 600;
	font-size: 26px;
}

.catalog-filter-wrapper .no_tovar {
	margin-top: 60px;
	margin-bottom: 100px;
	font-size: 18px;
	padding: 0 15px;
	text-align: center;
	display: flex;
	justify-content: center;
}


/*//////////////////////////////////////////////////////////////*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width: 834px) {
	.catalog_image_list_title {
		min-height: 230px;
	}

	.catalog-filter-wrapper .no_tovar {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width: 576px) {

	.catalog_image_list_title {
		min-height: 100px;
		background-image: none !important;
	}
	.catalog_image_list_title .catalog-title {
		font-size: 20px;
		line-height: 1;
	}

}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

.left_content_block a.left_in_catalog {
	display: block;
	text-align: center;
	position: relative;
	padding: 7px 10px;
}



/* End */


/* Start:/local/templates/furniture/css/owl.carousel.css?173867882823727*/
.owl-carousel{width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none !important;}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0!important;font:inherit}.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/furniture/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-nav [class*='owl-']{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-nav [class*='owl-']:hover{background:#869791;color:#FFF;text-decoration:none}.owl-nav .disabled{opacity:.5;cursor:default}.owl-nav.disabled + .owl-dots{margin-top:10px}.owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity 200ms ease;border-radius:30px}.owl-dots .owl-dot.active span,.owl-dots .owl-dot:hover span{background:#869791}

/**
* Swiper 4.3.3
* Most modern mobile touch slider and framework with hardware accelerated transitions
* http://www.idangero.us/swiper/
*
* Copyright 2014-2018 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: June 5, 2018
*/
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}/*region Sidebar */
/* End */


/* Start:/local/templates/furniture/components/bitrix/breadcrumb/main/style.css?1738678828961*/
.breadcrumbs {
	padding: 15px 0;
}

.breadcrumbs_list .breadcrumbs_item {
	display: inline;
	vertical-align: middle;
	position: relative;
}

.breadcrumbs_list .breadcrumbs_item i {
	margin: 0 3px;
	font-style: normal;
	font-size: smaller;
	color: var(--main_font_color);
}

.breadcrumbs_list .breadcrumbs_item span {
	font-size: 12px;
	color: var(--main_font_color);
}
.breadcrumbs_list .breadcrumbs_item a span {
	font-weight: normal;
}

.breadcrumbs_list .breadcrumbs_item span {
	font-weight: 500;
}

.breadcrumbs_list .breadcrumbs_item a span {
	display: inline-block;
	line-height: 13px;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

.breadcrumbs_list .breadcrumbs_item a:hover span {
color: var(--main_color);
}
.breadcrumbs-wrapper .breadcrumbs {
	display: block;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}

@media (max-width: 576px) {
	.breadcrumbs {
		padding: 15px 0;
	}
}

/* End */


/* Start:/bitrix/components/krayt/filter.collection_section.furniture/templates/list_catalog/style.css?17386787845655*/

.wrapper-podborki {
	margin-top: 20px;
	margin-bottom: 12px;
}

@media (min-width: 1025px) {
	.wrapper-podborki {
		margin-left: -10px;
		margin-right: -10px;
	}
}

.filter_main{
	margin-bottom: 8px;
}
.filters_main{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.filter_main{
	width: calc(100% / 7 - (10px));
}
.filter_main .btn{
  padding: 4px 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	font-size: 14px;
	transition: .3s;
	background-color: #fff;
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.filter_main .btn:hover{
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.filters_main li + li{
	margin-right: 10px;
	cursor: pointer;
}
.filters_main li:first-child{
	margin-right: 10px;
	cursor: pointer;
}
.filters_main .filter_main.active .btn{
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	color: var(--main_color);
	background-color: #fff;
}
.filters_main .filter_main .btn:active,
.filters_main .filter_main .btn:focus{
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	color: var(--main_color);
	background-color: #fff;
}
@media (max-width: 900px){
	.filters_main li:first-child{
		margin-left: 0px;
	}
	.filter_main .btn{
		margin-bottom: 7px;
		overflow: hidden;
		font-size: 12px;
	}
	.filter_main{
		width: calc(100% / 2 - (10px));
	}
	.filter_main{
		margin-bottom: 0px;
	}
}

/* Подборки с картинками */

.filter_main_img_li{
	margin-bottom: 10px;
}
.filter_main_img_li a{

}
.filters_main_img_list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.filter_main_img_li{
	width: calc(100% / 7 - (10px));
}
.filter_main_img_li .filter_main_img_link{
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  display: flex;
	flex-direction: column;
  align-items: center;
	padding: 0 15px;
	padding-top: 12px;
	padding-bottom: 17px;
	transition: .3s;
}
.filter_main_img_li .filter_main_img_link .filter_main_img_link_img{
	min-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 11px;
}
.filter_main_img_li .filter_main_img_link .filter_main_img_link_img img{
  width: 100%;
  height: 100%;
	max-height: 95px;
	object-fit: contain;
}
.filters_main_img_list .filter_main_img_li .filter_main_img_link span{
	font-size: 12px;
	line-height: 14px;
	color: var(--main_font_color);
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.filter_main_img_li .filter_main_img_link span{
  font-size: 12px;
  line-height: 14px;
  color: var(--main_font_color);
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.filters_main_img_list li + li{
	margin-right: 10px;
}
.filters_main_img_list li:first-child{
	margin-right: 10px;
}
.filter_main_img_li.active .filter_main_img_link{
	border-color: #EEE096;
}
.filter_main_img_li .filter_main_img_link:hover{
  box-sizing: border-box;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}
.filter_main_img_li .filter_main_img_link.active{
  border-color: #EEE096;
}

@media (max-width: 900px){
	.filter_main_img_li .filter_main_img_link{
		margin-bottom: 10px;
		overflow: hidden;
		font-size: 12px;
		padding: 12px 9px;
	}
	.filter_main_img_li{
		width: calc(100% / 2 - (7px));
	}
	.filter_main_img_li{
		margin-bottom: 0px;
	}
}
.filter_main{
	border: 1px solid #DFDFDF;
	height: 40px;
	transition: .3s;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.filter_item{
	font-size: 12px;
  line-height: 38px;
  color: var(--main_font_color);
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.filter_item:hover{
	color: var(--main_font_color);
}
.filter_main:hover{
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}
.filter_main.active{
	border-color: #EEE096;
}


@media (max-width: 768px){
	.filter_main{
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px){
	.filter_main_img_li{
		width: calc(100% / 3 - 10px);
	}
	.filter_main{
		width: calc(100% / 3 - (10px));
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.filter_main_img_li{
		width: calc(50% - 5px);
	}
	.filters_main_img_list li:first-child {
		margin-right: 0;
	}
	.filters_main_img_list li + li {
		margin-right: 0;
	}
	.filters_main_img_list {
		justify-content: space-between;
	}
	.filters_main {
		justify-content: space-between;
	}
	.filter_main {
		width: calc(50% - 5px);
	}
	.filters_main li:first-child {
		margin-right: 0;
	}
	.filters_main li + li {
		margin-right: 0;
	}
}

@media (max-width: 1024px){
	.filter_main_img_li .filter_main_img_link .filter_main_img_link_img img{
		height: 60px;
		object-fit: contain;
	}
}

@media (max-width: 576px) {
	.filters_main_img {
		margin-top: 20px;
	}
}

@media (min-width: 1280px) and (max-width: 1440px) {
	.filter_main_img_li {
		width: calc(100% / 5 - 10px);
	}
	.filter_main {
		width: calc(100% / 5 - 10px);
	}
}

@media (min-width: 992px) and (max-width: 1279px) {
	.filter_main_img_li {
		width: calc(100% / 4 - 10px);
	}
	.filter_main {
		width: calc(100% / 4 - 10px);
	}
}

@media (max-width: 576px) {
	.catalog_list_title_wrp {
		margin: 0 20px;
	}

	.catalog_list_title_wrp .breadcrumbs {
		padding: 0;
	}

	.wrapper-podborki {
		margin: 0 -25px;
		margin-top: 20px;
		margin-bottom: 12px;
	}
}

/* End */


/* Start:/local/templates/furniture/js/lib/selectbox/css/jquery.selectbox.css?17386788273668*/
.main_selects {
	display: inline-block;
	float: left
}

.sbHolder {
	background-color: #fff;
	height: 24px;
	font-weight: 400;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	z-index: 1;
  border: 1px solid #EDEDED;
}

.sbHolder.open,
.sbHolder:hover {
	border-radius: 0px;
	z-index: 200
}

.sbSelector {
	display: block;
	height: 24px;
	line-height: 24px;
	outline: 0;
	overflow: hidden;
	text-indent: 10px;
	top: 0;
	text-decoration: none;
	width: 90.82700421940928%;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: var(--main_font_color);
	text-decoration: none
}

.sort-type .sbHolder,
.sort-type .sbSelector {
	width: 165px;
  text-align: left;
  font-weight: 500;
}

.sbSelector:link {
	color: var(--main_font_color);
	text-decoration: none;
	font-size: 12px;
}

.sbSelector:hover {
	text-decoration: none;
  color: var(--main_font_color);
}
.sbSelector:active,
.sbSelector:focus{
  color: var(--main_font_color);
}
.sbHolderDisabled {
	background-color: #3c3c3c
}

.sbOptions {
	background-color: #fff;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	border-radius: 0px;
	border-top: none;
	list-style: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
	overflow-y: auto;
	width: 100%;
	text-indent: 7px;
	box-sizing: content-box
}

.sbOptions a {
	display: block;
	outline: 0;
	padding: 8px 0 8px 3px;
	line-height: 18px
}

@media (max-width:640px) {
	.sbOptions a {
		padding: 12px 0 12px 3px
	}
}

.sbOptions a:link,
.sbOptions a:visited {
	color: #555353;
	font-size: 12px;
	font-weight: 300;
	text-decoration: none
}

.sbOptions a.sbFocus,
.sbOptions a:focus,
.sbOptions a:hover {
	color: var(--main_font_color);
	background: #fff;
	text-decoration: none;
  font-weight: 500;
}

.sbOptions li.last a {
	border-bottom: none
}

.sbOptions .sbDisabled {
	color: #999;
	display: block;
	padding: 7px 0 7px 3px
}

.sbOptions .sbGroup {
	display: block;
	font-weight: 700;
	padding: 7px 0 7px 3px
}

.sbOptions .sbSub {
	padding-left: 17px
}

.sbToggle {
	/* background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	display: block;
	height: 35px;
	outline: 0;
	position: absolute;
	right: 4px;
	top: 1px;
	width: 20px;
	background-size: 8px 7px;
  transform: rotate(-90deg); */
}
.sbToggle:hover:after{
  color: var(--main_font_color);
}
.sbToggle:active:after,
.sbToggle:focus:after{
  color: var(--main_font_color);
}
.sbToggle:after{
	position: absolute;
  content: '\f107';
  font-family: FontAwesome;
  font-size: 18px;
  right: 3px;
  top: 3px;
  width: 19px;
  height: 24px;
}
.sbToggleOpen {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABaklEQVRYw+3SQU6DQBQG4L+0GsIpSOPOeIKasO+iW29RE3YsvIIJRzJx59J0ZyaewjQFZlwUqlDem5kHqAtnBSF57+efD/g/A45Kk0ilSTRkxmJQgrLI6qcH6YiZ+O/vb6+gq1cAQDC/WebPb5I5gfjvtc4NEBoghK5y6RhRALVdbQzMunk3wFptVxvJLO8rUGkSoTjsDBB3Br3j4vJ6+fj0MW0DZZF1l9ctxN9QTtNAA88AITFs7wvSr4EaHvVZAtI5QBceE8ILpNMVUPCYoc4g3Rog4DEtOIO0NmCDxwx2AmlvQFe57/K6BSeQbIAjPFjhMSGsIMkr8IXHLGBB0g14wmNaYEH2NiCFxywhQfY3IITHtECCPAswFB4Tohdk6wrGgkedPpDtBkaCx7RwBvLUwNjwmBZaIL8aGBke00ILZABMB48JcQI5mxoedRqQwdTwmBZilEW2gDEvAO5+OsAxhdn/yt4/dT4BAAPKf5zlNNEAAAAASUVORK5CYII=) center no-repeat;
	background-size: 8px 7px
}

#sort_select {
	border-color: transparent!important
}

/* End */


/* Start:/bitrix/components/krayt/sort_line/templates/furniture/style.css?17386787845991*/
.catalog_section_option_block .sorting a.per_count2,
.catalog_section_option_block .sorting a.per_option2 {
  display: inline-block;
  vertical-align: middle;
  color: var(--main_font_color);
  opacity: 1;
  cursor: pointer;
  padding: 7px 7px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  font-size: 12px;
  line-height: 15px;
}
.catalog_section_option_block .sorting a.per_count2.active{
  opacity: 1;
  background-color: #606DA6;
  color: #fff;
  pointer-events: none;
}
.catalog_section_option_block .sorting a.per_option2.active{
  opacity: 1;
  background: rgba(255, 248, 214, 0.3);
  border: 1px solid #FED953;
  color: var(--main_font_color);
  pointer-events: none;
}
.catalog_section_option_block .sorting a.per_option2:hover{
  background-color: rgba(96, 109, 166, 0.05);
}
.catalog_section_option_block .sorting a.per_option2{
  width: 100%;
  font-size: 11px;
}
.catalog_section_option_block .sorting.r_option_box .sorting-box a.per_count2:not(:last-child){
  margin-right: 7px;
}
.catalog_section_option_block .sorting.r_option_box:last-child .sorting-title{
  margin-right: 20px!important;
}
.wrapper-select-block .select-block.sorting-box{
  padding: 5px;
  width: 143px;
  border: none;
  max-height: unset !important;
}
.catalog_section_sorting_wrp .wrapper-select-block{
  width: 110%;
}
.sorting .select-block li{
  padding: 0!important;
  display: flex;
}

.sorting-tabs-interer {
  margin-left: 65px;
  min-width: 210px;
  border: 1px solid #F2F2F2;
  color: var(--main_font_color);
  border-radius: 25px;
  max-height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.sorting-tabs-interer .sorting-tab {
  background: transparent;
  width: 50%;
  padding: 4px 0px;
  font-size: 12px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  transition: 0.35s all ease;
}

.wrapper-select-block-sort-line {
  cursor: pointer;
  position: relative;
  display: flex;
}

.catalog_section_option_block .sorting span.select-val {
  position: relative;
}

.catalog_section_option_block .wrapper-select-block-sort-line:after {
  position: absolute;
  content: '';
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='none' viewBox='0 0 11 11'%3E%3Cpath stroke='%233D4158' stroke-width='1.4' d='M9.839 4.768L5.536 9.07 1.232 4.768'/%3E%3C/svg%3E%0A")
}

.sorting_box {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  margin-left: 0px;
  margin-right: 0px;
  min-height: 45px;
  width: 100%;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
  z-index: 10;
  margin-top: 25px;
  margin-bottom: 0;
}

.catalog_section_option_block .sorting a.per_count2, .catalog_section_option_block .sorting a.per_option2 {
  display: inline-block;
  vertical-align: middle;
  color: var(--main_font_color);
  opacity: 1;
  cursor: pointer;
  font-weight: 400;
  padding: 7px 7px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  font-size: 12px;
  line-height: 15px;
}

.catalog_section_option_block .sorting span {
  font-weight: 400;
  font-size: 12px;
}

.wrapper-select-block-sort-line.active .select-block.sorting-box {
  opacity: 1;
  pointer-events: all;
}

.wrapper-select-block-sort-line .select-block.sorting-box {
  position: absolute;
  background: #fff;
  z-index: 15;
  flex-direction: column;
  min-width: 171px;
  top: 100%;
  box-shadow: 0px 6px 10px rgb(0 0 0 / 10%);
  left: 0;
  padding: 10px 5px;
  opacity: 0;
  pointer-events: none;
  transition: 0.35s all ease;
}

.wrapper-select-block-sort-line .select-block.sorting-box {
  position: absolute;
  background: #fff;
  z-index: 15;
  flex-direction: column;
  min-width: 171px;
  top: 100%;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  left: 0;
  padding: 10px 5px;
  opacity: 0;
  pointer-events: none;
  transition: 0.35s all ease;
}

.wrapper-select-block-sort-line.active .select-block.sorting-box {
  opacity: 1;
  pointer-events: all;
}

.scroller-tab {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1px;
  width: 49%;
  height: 90%;
  border-radius: 25px;
  z-index: 0;
  background: var(--main_color);
  transition: 0.35s all ease;
}
.sorting-tabs-interer.product .sorting-tab[data-code='product'],
.sorting-tabs-interer.in_interer .sorting-tab[data-code='in_interer']{
  color: #fff;
}
.sorting-tabs-interer.product .scroller-tab{
  left: calc(50% + 1px);
}
.sorting-tabs-interer.in_interer .scroller-tab{
  left: 1px;
}

@media (max-width: 1024px){
  .catalog_section_sorting_wrp .wrapper-select-block.active .select-block{
    height: auto!important;
  }
}

@media (max-width: 834px) {
  .sorting-tabs-interer {
    margin-left: 40px;
  }
  .wrapper-select-block-sort-line .select-block.sorting-box {
    z-index: 15;
  }
}

@media (max-width: 576px) {
  .catalog_section_option_block {
    margin-top: 10px;
  }
  .catalog_section_option_block .sorting.r_option_box:last-child .sorting-title {
    margin-right: 0 !important;
    padding-right: 5px!important;
  }

  .sorting-tabs-interer {
    min-width: 180px;
  }
  .filter-container .catalog_section_option_block {
    padding: 0;
  }
  .filter-container .catalog_section_option_block > .row {
    margin: 0;
  }
  .filter-container .catalog_section_option_block > .row > .col-auto {
    width: 100%;
  }
  .filter-container .catalog_section_option_block > .row > .col-auto > .no-gutters{
    margin: 0;
  }
  .filter-container .catalog_section_option_block .filter-title {
    width: 100%;
    margin: 0;
    border: 1px solid #C5C8D7;
    background: #F7F8FD;
  }
  .catalog_section_option_block .filter-title:hover {
    color: var(--main_font_color);
  }
  .catalog_section_option_block .filter-title:hover svg path {
    fill: var(--main_font_color);
  }
  .catalog_section_option_block .filter-title.active {
    background: #E5E7F1;
  }
}

/* End */


/* Start:/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/style.css?173867882828657*/
.bx-filter {
	width: 100%;
	min-width: 220px;
	margin-bottom: 20px;
	height: 100%;
	position: relative;
}
.param_item_list {
	margin-bottom: 30px;
}

/*
* INPUTS
*
*/
.bx-filter.bx-green .bx-filter-input-container input:focus {
	border: 1px solid var(--main_color);
}
}
.bx-retina .bx-filter.bx-green .bx-filter-input-container input:focus {
	border: 1px solid var(--main_color);
}
/*
*Track
*
*/
.bx-filter.bx-green .bx-ui-slider-track{background: #e7e7e7; height: 2px; top: 0px}
.bx-filter.bx-green .bx-ui-slider-pricebar-vd{background: var(--main_color); height: 2px; top: 0px}
.bx-filter.bx-green .bx-ui-slider-pricebar-vn{background: transparent; height: 2px; top: 0px}
.bx-filter.bx-green .bx-ui-slider-pricebar-v {background: #606DA6; height: 2px; top: 0px}


.bx-filter.bx-green .bx-filter-param-label .bx-filter-param-btn:hover {
	border-color: #E9EBF1;
}
.bx-filter.bx-green .bx-filter-param-label.bx-active .bx-filter-param-btn {
	border: 1px solid var(--add_color) !important;
}
.bx-retina .bx-filter.bx-green .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter.bx-green .bx-filter-param-btn:hover,
.bx-retina .bx-filter.bx-green .bx-filter-param-btn:active,
.bx-retina .bx-filter.bx-green .bx-filter-select-container:focus {
	border: 1px solid #E9EBF1;
}
.param_item_list .param_item {
	background: #FFFFFF;
	border: 1px solid #B4BAD5;
	box-sizing: border-box;
	border-radius: 25px;
	font-size: 12px;
	margin-bottom: 5px;
	margin-right: 5px;
	line-height: 15px;
	color: #3D4158;
	padding: 7px 12px;
	cursor: default;
	transition: .2s ease-in-out;
}
.param_item_list .param_item:hover{
	border-color: #EDE095;
}

.param_item_list .del_param {
	margin-left: 7px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	cursor: pointer;
	display: flex;
}
.link-wrapper-btn {
	position: relative;
	overflow: hidden;
	transition: 0.35s all ease;


}



.filter-container .bx-filter-parameters-box-container .btn.btn-link {
	background-color: transparent !important;
	border-color: var(--main_color) !important;
	color: var(--main_color) !important;
	position: relative;
	overflow: hidden !important;
}


.link-wrapper-btn:hover {
	background: var(--main_color);
}

.link-wrapper-btn:active {
	background: var(--main_color_active);
	border-color: var(--main_color_active) !important;
	color: #fff;
}

.link-wrapper-btn:active .btn.btn-link {
	border-color: var(--main_color_active) !important;
}

.link-wrapper-btn:hover .btn.btn-link {
	color: #fff !important;
	transition: 0.35s all ease;
}

.filter-container .bx-filter-parameters-box-container .btn.btn-link:hover {
	color: #fff !important;
	background: var(--main_color);
	transition: 0.35s all ease;
}

.bx-filter .filter-close-btn:hover {
	opacity: 1;
}


.bx-filter-section.container-fluid .radio {
	margin-top: 0;
	margin-bottom: 5px;
}
.filter-container .row.pos-relative {
	position: relative;
	margin-left: 0;
	margin-right: 0;
	padding-top: 10px;
	margin-bottom: 20px ;
	min-height: 400px;
}
.filter-container .bx-filter-parameters-box-container .btn {
	width: 100%;
}
.filter-container .bx-filter-parameters-box-container > input {
	margin-bottom: 10px;
	margin-top: 5px;
}
.bx-filter-container-box {
	transform: translateX(-100%);
	height: 100%;
	position: absolute !important;
	top: 0;
	left: 0;
	padding: 0 !important;
	transition: 0.5s all ease-in-out;
}
.bx-filter-container-box .row {
	margin: 0;
}
.param_item_list.row {
	padding-left: 15px;
	display: flex;
	align-items: center;
	padding-bottom: 15px;
}
.bx-filter-container-box .checkbox-container {
	max-height: 295px;
	overflow: auto;
	width: 100%;
}
/*.bx-filter-container-box .checkbox-container::-webkit-scrollbar {*/
/*	width: 4px;*/
/*}*/
/*.bx-filter-container-box .checkbox-container::-webkit-scrollbar-track {*/
/*	background: #fff;*/
/*}*/
/*.bx-filter-container-box .checkbox-container::-webkit-scrollbar-thumb {*/
/*	background: var(--main_color);*/
/*}*/
.main-catalog-wrapper .category_banner {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0 8px;
}
.catalog-with-filter {
	transition: 0.5s all ease-in-out;
	margin-left: auto;
}
.catalog-with-filter.active {
	max-width: 100% !important;
	flex: 0 0 100% !important;
}
@media (min-width: 1025px) {
	.bx-filter-container-box.active {
		transform: translateX(0);
	}
}

@media (max-width: 1024px) {
	.bx-filter-container-box {
		transform: translateX(0);
		height: 0;
		opacity: 0;
		transition: 0.35s all ease;
	}
	.bx-filter-container-box.mobile-filter-active {
		height: auto;
		opacity: 1;
	}
	.catalog-with-filter {
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}
	.bx-filter-parameters-box{
		width: 50%;
		max-width: 50%;
		padding: 0 15px;
	}
	.bx-filter-parameters-box.bx-active {
		margin-bottom: 15px;
	}
}

.bx-filter-container-box {
	margin-top: 10px;
}
.bx-filter.bx-green .bx-filter-section {
	background: #fff;
	overflow: hidden;
	transition: 0.5s all ease-in-out;
	height: 100%;
}
.bx-filter-section.container-fluid > .smartfilter {
	overflow: auto;
	max-height: 100%;
}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */
	position: relative;
	padding-top: 26px;
	padding-bottom: 26px;
}
.bx-filter .bx-filter-section>.row {
	padding: 0 15px;
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: var(--main_font_color);
}
/*Vertical Filter*/
/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
}
.bx-filter .bx-filter-parameters-box-title {
	font-size: 14px;
	line-height: 1;
	padding-bottom: 13px;
}
@media (min-width: 992px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
}
.bx-filter .bx-filter-parameters-box-title span {
	color: var(--main_font_color);
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	position: relative;
}

.bx-filter .bx-filter-parameters-box-title span::after {
	position: absolute;
	content: '';
	top: 50%;
	width: 11px;
	height: 11px;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(-50%) rotate(0deg);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='none' viewBox='0 0 11 11'%3E%3Cpath stroke='%233D4158' stroke-width='1.4' d='M9.839 4.768L5.536 9.07 1.232 4.768'/%3E%3C/svg%3E%0A");
	right: -15px;
	transition: 0.35s all ease;
}

.bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span::after {
	transform: translateY(-25%) rotate(-180deg);
}

.bx-filter .bx-filter-parameters-box .bx-filter-parameters-box-title span i {
	margin-left: 5px;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	/*color: #758087;*/
	border-color: transparent;
}
.bx-filter .bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 12px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}
.bx-filter-parameters-box-container {
	padding-bottom: 20px;
	justify-content: space-between;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: var(--main_font_color);
	width: 45%;
}
/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 12px;
	text-align: center;
	height: 38px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #D4D8EA;
	background: #fff;
	outline: none
}
.bx-filter .bx-filter-input-container input:focus {
	border: 1px solid var(--main_color);
}
/*.bx-retina .bx-filter .bx-filter-input-container input {*/
/*	border-style: solid;*/
/*	border-width: 1px;*/
/*	-webkit-border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/border_default.png) 2 repeat;*/
/*	-moz-border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/border_default.png) 2 repeat;*/
/*	-o-border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/border_default.png) 2 repeat;*/
/*	border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/border_default.png) 2 repeat;*/
/*}*/
/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/active.png) 2 repeat;
			border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
	/* Fix of input shadow for IOS browsers. */

	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
	clear: both;
}
/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	padding-top: 25px;
	padding-bottom: 25px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
	/*background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
	display: none;
}
.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: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 50;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: -6px;
	width: 15px;
	background: #fff;
	border-radius: 50%;
	border: 2px solid var(--main_color);
	height: 15px;
}
.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: -14px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -14px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

/*
*	Select
*
*/

.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/active.png) 2 repeat;
			border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-weight: 400;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: var(--main_font_color);
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: var(--main_font_color);
	background: rgba(96, 109, 166, 0.05);
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

.bx-filter .bx-filter-param-label.disabled {
	opacity: 0.5;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
	margin-top: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label:last-child {
	margin-bottom: 0;
}
.bx-filter .bx-filter-param-label {
	/*font-size: 13px;*/
}
.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: normal;
	font-size: 12px;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}
/*
*	Checkbox / Radio 
*
*/

.bx-filter .bx-filter-input-checkbox input[type=radio]:focus {
	outline: none !important;
}
.bx-filter .bx-filter-input-checkbox input[type=radio] {
	border-radius: 50%;
}

.bx-filter .bx-filter-input-checkbox input[type=radio]:checked {
	background-size: 73% 73%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='8' fill='%235262A6'/%3e%3c/svg%3e ");
}
.bx-filter .bx-filter-input-checkbox {}
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {width: 16px; height: 16px; border: 1px solid #C3CBCD; cursor: pointer; border-radius: 0; -webkit-appearance: none !important;}
.bx-filter .bx-filter-input-checkbox input[type=checkbox]:checked {
	background-size: 85% 85%;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid var(--main_color);
	background-color: var(--main_color);
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6668 1.5L4.25016 7.91667L1.3335 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.bx-filter .bx-filter-input-checkbox input[type=checkbox]:focus {outline: none}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	text-align: left;
	font-size: 12px;
	margin-top: 3px;
	margin-left: 5px;
}
/*
* 	BTN 
*
*/

.bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 30px;
	height: 24px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	color: var(--main_font_color);
	vertical-align: middle;
	border: 1px solid transparent;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	border: 1px solid var(--main_color);
}
.bx-retina .bx-filter .bx-filter-param-btn {

}
/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/active.png) 2 repeat;
			border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	font-size: 18px;
	/*font-weight:bold;*/

	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}
/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
	line-height: 24px;
	display: inline-block;
	width: 24px;
	height: 16px;
	box-shadow: 0 0 1px rgba(0, 0, 0, .4);
	vertical-align: middle;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/

.bx-filter .bx-filter-parameter-biz {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/

	color: #000;
	border-color: transparent;
}
/*
*	BTN result and reset 
*
*/

.btn-themes {
	/*background-color: #1485CE;/* COLOR */
	/*border-color: #1485CE;/* COLOR */
	color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
	/*background-color: #53A4D8;/* COLOR */
	/*border-color: #53A4D8;/* COLOR */
	color: #FFF
}
/*
* 	Result Popup
*
*/
.bx-filter-section.container-fluid .fa-angle-down:before {
	font-size: 17px !important;
}
.bx-filter-section.container-fluid .fa-angle-up:before {
	font-size: 17px !important;
}
.bx-filter .bx-filter-popup-result {
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	top: -15px;
	right: 15px;
	padding: 9px 15px;
	white-space: nowrap;
	color: var(--main_font_color);
	line-height: 14px;
	background: #fff;
	box-shadow: -5px 5px 10px rgb(0 0 0 / 30%);
}
.bx-filter .bx-filter-popup-result:before {
	width: 0px;
	height: 0px;
	position: absolute;
	content: '';
	top: 16px;
	z-index: 0;
	left: -10px;
	/* box-shadow: 0 0 10px black; */
	filter: drop-shadow(-7px 5px 4px rgba(0, 0, 0, 0.2));
	border-top: 8px solid transparent;
	border-right: 10px solid #fff;
	border-bottom: 8px solid transparent;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
	right:97%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
	color: var(--main_font_color);
	line-height: 10px;
	font-weight: 500;
	border-bottom: 1px dashed var(--main_font_color);
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
	border: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
@media (max-width: 1024px) {
	.bx-filter-container-box {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		position: static !important;
	}
	.filter-container .bx-filter-parameters-box-container .btn {
		width: 45%;
	}
	.filter-container .bx-filter-parameters-box-container .btn:first-child {
		margin: 0;
	}
	.bx-filter-parameters-box-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 30px;
		padding-bottom: 0;
	}

	.link-wrapper-btn {
		position: relative;
		overflow: hidden;
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: flex-end;
	}

	.link-wrapper-btn:before {
		display: none;
	}

	.catalog_section_option_block .sorting.l_option_box:last-child:before {
		top: 42%;
	}

	.filter-container .bx-filter-parameters-box-container .btn.btn-link:hover {
		color: var(--main_color) !important;
	}
	.catalog_section_sorting_wrp .wrapper-select-block {
		width: auto;
	}

	.filter-container .row.pos-relative {
		margin-bottom: 0;
		padding-top: 30px;
		min-height: 300px !important;
	}

	@media (min-width: 1024px) and (max-width: 1440px) {
		.filter-container .row.pos-relative {
			min-height: 800px;
		}
	}

	.bx-filter-container-box {
		margin-top: 0px;
	}

}
@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 25px !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		background: rgba(255,255,255,.9);
	}
	.bx-filter .bx-filter-popup-result:before {
		top: 10px;
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}

	.catalog-wrapper-banner {
		padding: 0 !important;
	}

	.main-catalog-wrapper .category_banner {
		padding: 0 4px;
		margin-bottom: 15px;
	}
}

@media (max-width: 576px) {
	.bx-filter .bx-ui-slider-track-container {
		width: 100% !important;
		margin-left: 0 !important;
		overflow: hidden;
	}
	.filter-container .bx-filter .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block {
		width: 45%;
		padding: 0;
	}

	.filter-container .bx-filter-parameters-box-container .btn {
		width: 45%;
	}
	.bx-filter-parameters-box{
		width: 100%;
		max-width: 100%;
	}

	.link-wrapper-btn {
		width: 45%;
	}

	.filter-container .link-wrapper-btn .btn {
		width: 100%;
	}

	.link-wrapper-btn:hover {
		background: transparent;
	}

	.link-wrapper-btn:active {
		background: transparent;
		border-color: var(--main_color) !important;
		color: var(--main_font_color);
	}

}
/* End */


/* Start:/local/templates/furniture/components/bitrix/system.pagenavigation/main-arrows/style.css?17386788282179*/
.pagination-catalog {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    flex-direction: column;
}

.pagination-catalog .begin, .pagination-catalog .end, .pagination-catalog .nextpage, .pagination-catalog .prevpage {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    font-size: 20px;
    margin: 0 3px;
    color: #3D4158;
}

.pagination-catalog .begin:hover, .pagination-catalog .end:hover, .pagination-catalog .nextpage:hover, .pagination-catalog .prevpage:hover {
    opacity: 1
}

.pagination-catalog .begin:active, .pagination-catalog .end:active, .pagination-catalog .nextpage:active, .pagination-catalog .prevpage:active {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pagination-catalog .no_link {
    display: none
}

.pagination-catalog .activepage, .pagination-catalog .all, .pagination-catalog .morepage {
    padding: 3px 8px;
    color: var(--main_font_color);
    font-size: 14px;
    line-height: 17px;
    margin-left: 5px;
    margin-right: 5px;
}

.pagination-catalog .activepage {
    background-color: var(--main_color);
    color: #fff
}

.pagination-catalog .all, .pagination-catalog .morepage {
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.pagination-catalog .all:hover, .pagination-catalog .morepage:hover {
    color: var(--main_color_hover);
}

.pagination-catalog .all:active, .pagination-catalog .morepage:active {
    color: var(--main_color_active);
}

.pagination-catalog i {
    font-style: normal;
    margin: 0 5px;
    display: none
}
.pagination-catalog{
  position: relative;
}
.pag_record{
  text-align: center;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 400;
}

.pagination-catalog_top{
  /*display: flex;*/
  justify-content: center;
  align-items: center;
    position: relative;
}

@media (max-width: 576px) {
    .pagination-catalog {
        margin-bottom: 0px;
        margin-top: 20px;
    }
}
/* End */


/* Start:/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.section/.default/style.css?17386788287389*/
.catalog-section-list .row.catalog-section-row {
	margin-left: -.24rem;
	margin-right: -.24rem;
}
.catalog-section-list .product-item-container {
	width: 25%;
	max-width: 25%;
	transform-origin: top;
	transition: 0.5s all ease-in-out;
}

.catalog-with-filter.active .catalog-section-list .product-item-container {
	max-width: 25% !important;
	width: 25% !important;

}
.catalog-with-filter .catalog-section-list .product-item-container {
	max-width: 33.3333% !important;
	width: 33.3333% !important;
}
/*Hook banner from catalog open/close filter */
.catalog-with-filter .catalog-wrapper-banner{
	order: 1;
}
.catalog-with-filter .catalog-wrapper-banner ~ .product-item-container{
	order: 2;
}
.catalog-with-filter div.product-item-container.order-2{
	order: 0;
}
.catalog-with-filter.active .catalog-wrapper-banner,
.catalog-with-filter.active .product-item-container.order-2{order: 0;}


@media (max-width: 1300px) {
	.catalog-with-filter.active .catalog-section-list .product-item-container {
		max-width: 33.3333% !important;
		width: 33.3333% !important;

	}
	.catalog-with-filter .catalog-section-list .product-item-container {
		max-width: 50% !important;
		width: 50% !important;
	}
}
@media (max-width: 1024px) {
	.catalog-with-filter.active .catalog-section-list .product-item-container {
		max-width: 50% !important;
		width: 50% !important;

	}
	.catalog-with-filter .catalog-section-list .product-item-container {
		max-width: 50% !important;
		width: 50% !important;
	}
}
@media (min-width: 768px) and (max-width: 991.98px){
	.catalog-with-filter.active .catalog-section-list .product-item-container {
		max-width: 50% !important;
		width: 50% !important;

	}
	.catalog-with-filter .catalog-section-list .product-item-container {
		max-width: 50% !important;
		width: 50% !important;
	}
}
@media (max-width: 767px){
	.catalog-with-filter.active .catalog-section-list .product-item-container {
		max-width: 100% !important;
		width: 100% !important;
		padding-left: 4px;
		padding-right: 4px;

	}
	.catalog-with-filter .catalog-section-list .product-item-container {
		max-width: 100% !important;
		width: 100% !important;
		padding-left: 4px;
		padding-right: 4px;
	}
}
.btn-show-more.btn.btn-primary{
	display: block;
	width: 240px;
	margin: 0 auto;
}







@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.box-view-more {
	text-align: center;
	display: flex;
	justify-content: center;
}

.box-view-more a {
	display: block;
	background-color: var(--main_color);
	max-width: 150px;
	padding: 10px 20px;
	color: #fff;
	transition: .2s ease-in-out;
}

.box-view-more a:hover {
	background-color: var(--main_color_hover);
	color: #fff;
}

.box-view-more a:active {
	background-color: var(--main_color_active);
}

.box-view-more a span {
	/*border-bottom: 1px dashed #fff;*/
	transition: .2s ease-in-out;
}

.decripshen_section.static_page {
	padding: 0;
	margin-top: 30px;
}

/*.box-view-more a:hover span {
	border-bottom-color: transparent;
}*/

@media (max-width: 768px){
	.catalog-section-list .product-item-container{
		width: 100%;
  	max-width: 100%;
		margin-bottom: 20px;
	}

}

@media (min-width: 768px) and (max-width: 991.98px){
	.catalog-section-list .product-item-container{
		width: 50% !important;
		max-width: 50% !important;
	}
}

@media (min-width: 992px) and (max-width: 1052px){
	.catalog-section-list .product-item-container{
		width: 50% !important;
		max-width: 50% !important;
	}
}

@media (max-width: 576px) {
	.catalog-section-list .product-item-container{
		/*margin: 0;*/
	}
	@media (max-width: 1024px) {
		.catalog-section-list .product-item-container {
			max-width: 100% !important;
			width: 100% !important;
		}
	}
}

/* End */


/* Start:/local/templates/furniture/components/bitrix/catalog.item/product_card/style.min.css?173867882745198*/
.product_item-link{display:block;color:#000;text-align:center}.product_item_img{position:relative;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;padding-top:100%;top:0;margin-bottom:18px}.product-item{display:flex;flex-direction:column;box-sizing:border-box;width:100%;background:#fff;padding:15px;position:relative}.product-item-container.hover .product-item{min-height:395px}.product_item_content{display:flex;flex-direction:column}.product-item_content{flex:1 0 auto}.product_item__cart{flex:0 0 auto;bottom:20px;padding-top:8px}.product_item_title a{display:block}.product_item_title .name{overflow:hidden;font-size:14px;line-height:17px;color:#3d4158;height:35px;position:relative;display:block}.product_item_title:hover .name{color:#4777e2}.product_item_buy_box{margin-top:0}.product_item__price{position:relative;font-size:20px;color:#3d4158}.product_item__price .price-unit{display:none;font-size:11px;color:#919191;font-weight:400}.bx-catalog-element-top .product_card-flags{display:flex;top:110%;left:0}@media (min-width:1366px){.product_item__price .price{font-size:20px;color:#3d4158}}@media (max-width:1365px){.product_item__price .price{font-size:20px;color:#3d4158}}.product_item__price .old_price{font-size:12px;line-height:12px;color:#8f8f8f}.old_price span{position:relative;display:inline-block;font-size:14px;color:#747474}.bx_item_price .old:before,.old_price span:before{content:'';display:block;position:absolute;width:110%;height:1px;border-top:solid 1px rgba(143,143,143,.9);top:0;bottom:0;left:-2px;margin:auto}.product-item-icon-wrapper{display:flex;align-items:center}.product-item-icon{width:25px;height:25px;text-align:center;position:relative;cursor:pointer}.product-item-icon svg{width:20px;height:20px;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;opacity:1;transition:.2s ease-in-out}.product-item-icon.product-item-icon-favour svg{width:22px;height:22px}.product-item-icon.add_compare svg rect{fill:#cfd3e4;transition:.35s all ease}.product-item-icon.add_compare:hover svg rect{fill:var(--main_color)}.product-item-icon.active.add_compare svg rect{fill:var(--main_color)}.product-item-icon svg.active-svg-card{display:none}.product-item-icon svg path{fill:#cfd3e4;transition:.35s all ease}.product-item-icon.active svg.active-svg-card{display:block}.product-item-icon:hover svg path{fill:var(--main_color)}.product-item-icon.active svg path{fill:var(--main_color)}.product-item-icon-favour{margin-right:10px}.favour__list{margin-left:-10px;margin-right:-10px;margin-bottom:30px}.slider .owl-carousel .owl-item{display:flex;justify-content:center;height:auto!important;flex-shrink:0}.slider .product-item-container{width:100%;transition:.35s all ease}.product-item-container.hover .product_item{box-shadow:0 0 7px rgba(0,0,0,.1);z-index:12;background-color:#fff}.bx-touch .product-item-container{height:auto}.basket-item-list .close-btn{width:11px;height:11px;right:10px;top:10px}.basket-item-list .product_item_name_box{font-size:12px;height:auto;padding:0;padding-bottom:5px}.basket-item-list .product_item__price .old_price{position:relative;bottom:auto;font-size:11px}.basket-item-list .product_item__price .price{font-size:12px}.basket-item-list .close-btn:after,.basket-item-list .close-btn:before{width:100%;top:5px;left:0}.catalog__list-wrapper .product_item_img:hover{-webkit-box-shadow:0 0 10px rgba(53,53,53,.15);box-shadow:0 0 10px rgba(53,53,53,.15);z-index:150}.product_item_wrapper_img{position:relative;width:100%;overflow:hidden;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;height:250px;line-height:250px;text-align:center}.product_item_wrapper_img .product_item_img-bg{width:auto;height:auto;max-width:95%;max-height:206px;display:inline-block;vertical-align:middle;line-height:1}.fast_view{z-index:-1;opacity:0;position:absolute;width:46px;height:46px;left:0;right:0;top:0;bottom:0;margin:auto;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s ease-out;font-size:12px;text-transform:uppercase;background-color:rgba(255,255,255,.9);border-radius:50%}.fast_view.btn-primary .header-title-search-icon{margin-right:0}#FastViewModal_content .product-item-detail-slider-controls-block{min-height:70px;margin:20px auto 20px}#FastViewModal .product-item-detail-slider-controls-image-wrp:before{padding-top:100%}#FastViewModal .modal-content{box-shadow:0 7px 21px rgb(83 92 105 / 12%),0 -1px 6px 0 rgb(83 92 105 / 6%)}.bx-touch .product-item{width:auto;background:#fff}.bx-no-touch .slider-viewed .product-item-container .product-item-info-container.product-item-hidden{opacity:0;max-height:0;pointer-events:none;transition-delay:0s;z-index:-1}.bx-no-touch .catalog-section-row .product-item-container .product-item-info-container.product-item-hidden,.bx-no-touch .product-detail-sales-slider .product-detail-sales-slider .product-item-container .product-item-info-container.product-item-hidden,.bx-touch .catalog-section-row .product-item-info-container.product-item-touch-hidden,.bx-touch .product-detail-sales-slider .product-detail-sales-slider .product-item-info-container.product-item-touch-hidden{opacity:0;max-height:0;pointer-events:none;transition-delay:0s;z-index:-1}.bx-no-touch .product-slider .product-item-container .product-item-info-container.product-item-hidden,.bx-touch .product-slider .product-item-info-container.product-item-touch-hidden{opacity:0;max-height:0;pointer-events:none;transition-delay:0s;z-index:-1}.bx-no-touch .product-slider .product-item-container.hover .product-item-info-container.product-item-hidden,.bx-touch .product-slider .product-item-container:hover .product-item-info-container.product-item-touch-hidden{opacity:1;max-height:500px;pointer-events:all;z-index:-1}.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,.bx-no-touch .product-item-container:hover .product-item-info-container.product-item-hidden,.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden{opacity:1;z-index:500;pointer-events:all}.product_item .product_item_img:hover .fast_view{opacity:1;z-index:150}.bx-no-touch .catalog-section-row .product-item-container.hover .product-item,.bx-no-touch .catalog-section-row .product-item-container:hover .product-item,.bx-no-touch .product-detail-sales-slider .product-detail-sales-slider .product-item-container.hover .product-item,.bx-no-touch .product-detail-sales-slider .product-detail-sales-slider .product-item-container:hover .product-item{padding:23px 23px;width:100%;top:0;left:0;transition:.25s box-shadow ease-in-out;border-color:transparent;box-shadow:0 0 10px rgba(0,0,0,.18);z-index:500}.product-detail-sales-slider .bx-touch .product-item{padding:15px 0 0;width:auto;background:#fff}.product-item-image-wrapper{position:absolute;display:block;top:0;width:100%;transition:all .3s ease;height:100%}.product-item-image-wrapper:before{padding-top:65%}.product-item-image-alternative,.product-item-image-original{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background-position:center;background-size:contain;background-repeat:no-repeat;transition:opacity .3s linear}.product-item-image-original{z-index:11}.product-item-image-alternative{z-index:0;opacity:0}.product-item-big-card .product-item-image-wrapper{margin-bottom:25px}.product-item-image-slider-slide-container{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;width:100%;height:100%;transition:opacity .3s ease}.product-item-image-slide{position:relative;display:none;height:100%;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;transition:.6s ease-in-out left}.product-item-image-alternative img,.product-item-image-slider-slide-container img{width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;max-width:100%;max-height:100%;margin:auto;object-fit:contain}@media all and (transform-3d),(-webkit-transform-3d){.product-item-image-slide{transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.product-item-image-slide.active.right,.product-item-image-slide.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.product-item-image-slide.active.left,.product-item-image-slide.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.product-item-image-slide.active,.product-item-image-slide.next.left,.product-item-image-slide.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.product-item-image-slider-slide-container>.active,.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{display:block}.product-item-image-slider-slide-container>.active{left:0}.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{position:absolute;top:0;width:100%}.product-item-image-slider-slide-container>.next{left:100%}.product-item-image-slider-slide-container>.prev{left:-100%}.product-item-image-slider-slide-container>.next.left,.product-item-image-slider-slide-container>.prev.right{left:0}.product-item-image-slider-progress-bar-container{position:absolute;right:0;bottom:0;left:0;display:none;width:100%;height:1px}.product-item-image-slider-progress-bar{position:absolute;top:0;bottom:0;left:0;display:flex;height:1px;background-color:var(--theme-color-primary);opacity:.8}.product-item-image-slider-control-container{position:absolute;right:0;top:100%;left:0;z-index:15;display:flex;padding:0;text-align:center;transition:opacity .3s ease;justify-content:space-between;opacity:0;padding-top:4px}.product-item:hover .product-item-image-slider-control-container{opacity:1}.product-detail-sales-slider .product-item-container.hover .product-item-image-slider-control-container,.product-item-line-card:hover .product-item-image-slider-control-container{opacity:1}.product-item-image-slider-control,.product-item-image-slider-control.active{display:inline-block;margin:0 2px;width:100%;height:3px;background-color:#d6d8e5;cursor:pointer;transition:all .3s ease}.product-item-image-slider-control:first-child{margin:0;margin-right:2px}.product-item-image-slider-control:last-child{margin:0;margin-left:2px}.product-item-image-slider-control.active:hover,.product-item-image-slider-control:hover{cursor:pointer}.product-item-image-slider-control.active,.product-item-image-slider-control:hover{background-color:#606da6}.product-item-label-ring,.product-item-label-text{z-index:15}.product-item-label-ring,.product-item-label-text span{display:inline-block;background:#e15757;border-radius:3px;color:#fff;vertical-align:middle;text-align:center;transition:all 250ms ease;position:relative;padding:3px 6px 3px 3px;height:22px;font-size:12px;line-height:15px;z-index:0;top:-4px}.product-item-label-ring:before{content:'';position:absolute;left:-6px;top:0;bottom:0;margin:auto;background-color:#e15757;width:16px;height:16px;transform:rotate(45deg);border-radius:3px;z-index:-1}.product-item-label-ring span{position:relative;z-index:10;background-color:#e15757}.bx-red .product-item-label-ring,.bx-red .product-item-label-text span{background-color:#fba90c}.product-item-label-ring>div,.product-item-label-text>div{line-height:0}.product_item .product_card-flags{z-index:11}.product_item .product-item-label-right{right:-15px}.product-item-label-ring.product-item-label-right{right:0}.product_item .product-item-label-top{top:0;right:0}.product_item .product-item-label-top .flag-item{margin-bottom:2px}.product-detail-slider .product_item .product-item-label-right{right:0}.product_card__info .product_card-flags{top:-15px;right:0;left:initial}.product-item-detail-slider-block .product_card-flags{display:flex}.product-item-detail-slider-block .product_card-flags .flag-item{margin-left:2px}.product_card-flags{position:absolute}.product_card-flags .flag-item{color:#fff;width:65px;height:17px;line-height:17px;text-align:center;cursor:default;position:relative;font-size:10px;font-weight:500;background-color:#717fbe;margin-left:2px}.product_card-flags .flag-item:first-child{margin-left:auto}.product_card-flags .flag-item.special_offer{background-color:#efca4d;color:var(--main_font_color)}.product_card-flags .flag-item.best{background-color:#db717a}.product_card-flags .flag-item.new{background-color:#9ad36d}.product_card-flags .flag-item.ucenka{background-color:#717fbe}.product-item-label-text span{padding:2px 5px;vertical-align:middle;font-weight:700}@media (max-width:767px){.product-item-label-text>div{line-height:0}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-size:10px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span,.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{margin-bottom:1px;padding:3px 12px;font-size:14px;line-height:16px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:3px 12px;font-size:20px;line-height:25px}}.product-item-label-ring{box-sizing:border-box;margin-bottom:0}.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{width:43px;height:22px;font-size:12px;line-height:22px;margin-bottom:5px}.product-item-big-card .product-item-label-ring.product-item-label-small{width:100px;height:100px;font-size:30px;line-height:100px}.product-item-label-center{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.product-item-label-center>div{text-align:center}.product-item-label-left>div{text-align:left}.product-item-label-middle{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.product-item-label-right>div{text-align:right}.product-item-label-center.product-item-label-middle{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product-item-title{overflow:hidden;margin:0;padding:0;text-overflow:ellipsis;white-space:nowrap;font-weight:400;font-size:14px;text-align:center}.bx-touch .product-item-title,.product-detail-sales-slider .product-item-container.hover .product-item-title{overflow:auto;white-space:normal}.product-item-title a{color:#3f3f3f;text-decoration:none;transition:250ms linear all}.product-item-line-card .product-item-title{white-space:normal;text-align:left}.product-item-big-card .product-item-title a{font-size:21px}.product-item-line-card .product-item-title a{font-size:20px}@media (max-width:1199px){.product-item-big-card .product-item-title a{font-size:18px}}@media (max-width:991px){.product-item-big-card .product-item-title a{font-size:16px}}@media (max-width:834px){.bx-catalog-element-top .product_card-flags{top:calc(100% + 10px);left:0;z-index:1}.product_card-flags .flag-item:first-child{margin-left:auto}}@media (max-width:767px){.product-item-big-card .product-item-title a{font-size:14px}}@media (max-width:576px){.product-item-big-card .product-item-title a{font-size:16px}.bx-catalog-element-top .product_card-flags{top:calc(100% + 13px)}.product-item-container{margin:0}.bx-catalog-element-top .product_card-flags{top:calc(100% + 27px);left:7px}}.product-item-price-container{text-align:center;line-height:1}.product-item-price-old{color:#a5a5a5;white-space:nowrap;font-size:12px}.product-item-big-card .product-item-price-current,.product-item-big-card .product-item-price-old{vertical-align:middle;line-height:20px}.product-item-big-card .product-item-price-container{margin:0 0 10px}.product-item-big-card .product-item-price-current{font-size:18px}.product-item-big-card .product-item-price-old{font-size:15px}.product-item-info-container-title{font-size:12px}.bx-touch .product-item-info-container.product-item-touch-hidden{opacity:0}.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden{opacity:1;z-index:0}@media (max-width:1024px){.bx-touch .product-item-info-container.product-item-hidden{opacity:1;z-index:0}}.product-item-quantity{font-size:12px}.product-item-properties{display:block;margin:0}.product-item-properties dl{clear:both}.product-item-properties dt{float:left;clear:both;font-weight:400;font-size:12px}.product-item-properties dd{float:right;margin-bottom:3px;margin-left:5px;font-size:12px}.product-item-compare-container{position:relative;display:none;margin:0 -15px;padding:4px 15px;min-height:30px;border-top:1px solid #e6e6e6;background:#f3f3f3;box-shadow:inset 0 1px 1px 0 #eee;vertical-align:middle;font-size:12px;line-height:20px}.product-item-line-card .product-item-compare-container{margin:0;border:none;background-color:transparent;box-shadow:none;text-align:center}.bx-touch .product-item-compare-container{display:none}.product-detail-sales-slider .product-item-container.hover .product-item-compare-container,.product-item-line-card .product-item-compare-container{display:block}.product-item-compare .checkbox{margin:0;padding:0}.product_item_sku{position:relative;width:100%;bottom:0;transition-delay:.2s}.product_item_sku:first-child{margin-bottom:6px}.bx-touch .product-item-info-container.product-item-hidden .product_item_sku{position:relative}.product-item-line-card .product-item-scu-container{text-align:left}.product-item-scu-container-title{color:#333;font-size:12px}.product-item-scu-block .wrapper-select-block{position:relative}.product-item-scu-block .wrapper-select-block:after{position:absolute;content:'';width:6px;height:9px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' fill='none' viewBox='0 0 6 9'%3E%3Cpath stroke='%233D4158' stroke-width='1.4' d='M1.288 1l3.288 3.288-3.288 3.288'/%3E%3C/svg%3E%0A");right:9px;top:50%;transform:translateY(-50%);transition:.4s}.product-item-scu-block .wrapper-select-block.active:after{transform:translateY(-50%) rotate(90deg)}.product-item-scu-block-title{font-size:12px}.product-item-scu-list{margin:0}.product-item-scu-item-list{overflow:hidden;margin:0;padding:0;list-style:none;display:flex;min-height:30px;flex-wrap:wrap}.product-item-scu-item-color-container,.product-item-scu-item-text-container{display:inline-block;box-sizing:border-box;padding-left:0;max-width:100%}.product-item-scu-item-text-container{min-width:18px}.product-item-scu-item-text-container.notallowed:hover{background:rgba(96,109,166,.05)}.name_scu{padding-left:25px}.product_item.product-item .product-item-scu-item-color-container{max-width:100%!important;width:100%!important}.product-item-scu-item-color-block{position:relative;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-color-block{transition:outline .2s ease}.bx-retina .product-item-scu-item-color-block{outline-width:.5px}.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block{outline-width:1px}.product-item-scu-item-color{position:absolute;top:50%;transform:translateY(-50%);right:auto;bottom:auto;left:8px;width:14px;height:14px;border:1px solid #f0f0f0;background-position:center;background-size:contain;background-repeat:no-repeat}.product-item-scu-item-text-block{position:relative;padding:2px 5px;border:1px solid #d9d9d9;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bx-no-touch .product-item-scu-item-text-block{transition:outline .3s ease}.bx-retina .product-item-scu-item-text-block{border-width:.5px}.product-item-scu-item-text-container.selected .product-item-scu-item-text-block{border-width:1px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block{border-width:1px}.product-item-scu-item-text{overflow:hidden;max-width:100%;vertical-align:middle;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:18px;text-align:left}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block{position:relative;border-color:#a9adb4;color:#a6a6a6}.product-item .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after{display:none}.product-item .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block{opacity:.6}.product-item-detail-scu-line-block:not(:last-child){margin-bottom:13px}.product-item-detail-scu-line-block .product-item-scu-container{margin-top:7px}.product-item-description-container p{color:#575757;font-size:13px}.wrapper-select-block{position:relative;width:100%;background:#fff;outline:0;cursor:pointer;font-size:12px}.product-item-scu-list .select-val{display:none}.product-item-scu-list.wrapper-select-block .select-val{display:block;font-size:12px;padding:5px;padding-left:8px}.product-item-scu-list.wrapper-select-block .select-val .product-item-scu-item-color.select-item{left:0}.wrapper-select-block .select-block{box-shadow:0 3px 4px rgba(0,0,0,.1);position:absolute;top:100%;left:0;padding:0;z-index:12;background:#fff;font-weight:400;opacity:0;pointer-events:none;display:block;transition:.2s ease-in-out}.wrapper-select-block .select-block li{display:block;padding:0}.wrapper-select-block .select-block li.selected{color:var(--main_color);background:#f8f9fa}.wrapper-select-block .select-block li.selected:hover{background:unset}.wrapper-select-block .select-block li a.per_option{display:block;padding:5px 10px;border:0;border-radius:0}.wrapper-select-block .select-block li .product-item-scu-item.product-item-scu-item-text-block{padding:7px 8px}.wrapper-select-block .select-block li .product-item-scu-item{display:flex;width:100%;align-items:center;padding:5px 8px;border:0;min-height:30px}.wrapper-select-block .select-block li .select-item{text-align:left;font-size:12px;line-height:13px;height:14px;background-size:14px 14px;background-position:left}.wrapper-select-block .select-block li .name_scu{padding-left:25px}.wrapper-select-block .select-block li:not(.notallowed):hover .product-item-scu-item{background:rgba(96,109,166,.05)}.wrapper-select-block.active .select-block{opacity:1;pointer-events:all;z-index:1;transition:.35s all ease;box-shadow:0 10px 5px rgba(0,0,0,.05)}.wrapper-select-block .select-block{max-height:79px;border-top:none;width:100%;opacity:0;pointer-events:none;background:#fff;position:absolute}.wrapper-select-block.active{border-color:transparent;box-shadow:0 2px 6px rgba(255,255,0,.1)}.product-item-scu-list.wrapper-select-block{border:.5px solid #dce0ed}.product-item-scu-list.wrapper-select-block.active{box-shadow:0 3px 4px rgba(0,0,0,.1)}.product-item-button-container{text-align:right;min-width:170px}.wrapper-of-main-buttons-container a{margin-left:20px}.wrapper-of-main-buttons-container>a:first-child{margin-left:0}.wrapper-of-main-buttons-container>div{display:inline}.btn.product-item-detail-buy-button,.product_item__cart .basket_icon{padding:8px 24px;font-size:12px;font-weight:400;color:#fff;background-color:var(--main_color);cursor:pointer;min-width:170px}.btn.offers-item-link{font-weight:400;font-size:12px}.btn.offers-item-link .fa{margin-left:5px;font-size:14px;font-weight:400}.basket_icon span{display:inline-block;vertical-align:middle}.basket_icon .img_basket,.btn.product-item-detail-buy-button .img_basket{width:18px;height:18px;position:relative;background-image:url(/local/templates/furniture/components/bitrix/catalog.item/product_card/images/icons/basket_icon_w.svg);background-size:contain;background-repeat:no-repeat;background-position:center;margin-right:5px}.mini-quantity-btn-slider .product-item-amount-field-container{position:relative;padding-right:29px;justify-content:flex-end}.mini-quantity-btn-slider .product-item-amount-field-btn-minus,.mini-quantity-btn-slider .product-item-amount-field-btn-plus{min-width:30px;height:18px;position:absolute;right:0}.mini-quantity-btn-slider .product-item-amount-field-btn-minus{border-radius:0 0 3px 0;bottom:0}.mini-quantity-btn-slider .product-item-amount-field-btn-plus{border-radius:0 3px 0 0;top:0}.mini-quantity-btn-slider .product-item-amount-field-btn-minus:after,.mini-quantity-btn-slider .product-item-amount-field-btn-plus:after{line-height:17px;background:0 0}.mini-quantity-btn-slider .product-item-amount-field-btn-minus:after{content:'\f107'}.mini-quantity-btn-slider .product-item-amount-field-btn-plus:after{content:'\f106'}.mini-quantity-btn-slider .product-item-amount-field-container .count_input{margin:0;height:36px;border-radius:3px 0 0 3px}.product_card_detail .special_offer .owl-nav button.owl-next,.product_card_detail .special_offer .owl-nav button.owl-prev{box-shadow:none;background-color:transparent;color:#000;width:30px;height:30px;top:calc(50% - 45px)}.product_card_detail .special_offer .owl-nav button.owl-next span,.product_card_detail .special_offer .owl-nav button.owl-prev span{background:0 0;padding:4px 0}.product_card_detail .special_offer .owl-nav button.owl-next span:before,.product_card_detail .special_offer .owl-nav button.owl-prev span:before{font-size:30px}.product_card_detail .special_offer .owl-nav button.owl-prev{left:auto;right:calc(100% - 5px)}.product_card_detail .special_offer .owl-nav button.owl-next{right:auto;left:calc(100% - 5px)}.product_card_detail .special_offer .product-item-image-wrapper{padding-top:120px}.special_offer .fast_view{padding:0;height:32px;font-size:10px}.product_card_detail .special_offer .product_item_title .name{font-size:12px}.product_card_detail .product_item__cart .basket_icon{width:auto}.product_item__cart .offers-item-link{padding-right:25px;padding-left:25px;min-width:170px;font-weight:400;font-size:12px}.catalog-section-row .product-item-container .product_card-flags .flag-item{margin-bottom:2px}.product_item__cart .offers-item-link span{display:inline-block;vertical-align:middle;font-size:12px!important;color:#fff!important;font-weight:400!important}.product_item__cart .offers-item-link .fa-angle-right{width:18px;height:18px;line-height:16px;font-size:16px}.mini-quantity-btn-slider .product_item__cart .basket_icon span,.mini-quantity-btn-slider .product_item__cart .offers-item-link span{display:none}.mini-quantity-btn-slider .product_item__cart .basket_icon .img_basket,.mini-quantity-btn-slider .product_item__cart .offers-item-link .fa{display:block;margin-top:0;margin-right:0}.mini-quantity-btn-slider .product_item__cart .basket_icon.btn-not-avaliable,.mini-quantity-btn-slider .product_item__cart .offers-item-link{padding-left:9px;padding-right:9px}.product_item__cart .basket_icon.btn-not-avaliable .img_basket{background:0 0;font-size:16px;line-height:18px}.product-item-sticker,.product-item-sticker-round{display:none}.product-item-more-container{position:relative;display:block;box-sizing:border-box;padding:15px 15px 5px;width:100%;border:1px solid transparent;border-radius:2px;transition:all .3s ease}.product-item-more-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%}.product-item-more{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background:#f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;background-size:50%;opacity:.7;transition:opacity .3s ease}.bx-touch .product-item-more,.product-detail-sales-slider .product-item-container.hover .product-item-more,.product-detail-sales-slider .product-item-container:hover .product-item-more{opacity:1}.product-item-more-title{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[type=number]{-moz-appearance:textfield}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}#FastViewModal_content .catalog-sb-area{position:absolute;opacity:0;height:0;top:72px;right:0;bottom:auto;pointer-events:none;width:352px;z-index:-10;border-radius:4px;box-shadow:0 4px 10px 0 rgb(0 0 0 / 17%);background-color:#fff;padding:24px 16px}#FastViewModal_content .catalog-sb-area.active{opacity:1;height:auto;z-index:5;right:0;pointer-events:all}#FastViewModal_content .sharing__corner{position:absolute;top:5px;right:20px;width:20px;height:20px}#FastViewModal_content .sharing__corner:before{content:"";width:40px;height:25px;position:absolute;top:-5px;left:-5px;background-color:#fff;z-index:10}#FastViewModal_content .sharing__corner:after{position:absolute;top:0;left:0;width:100%;height:100%;content:"";-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 0;transform-origin:0 0;box-shadow:0 4px 10px 0 rgb(0 0 0 / 17%);background-color:#fff;z-index:5}#FastViewModal_content .buttons_share{display:flex;align-items:center;justify-content:unset;width:100%}#FastViewModal_content .catalog-sb-item:not(:last-child){margin-right:5px;margin-left:-14px;height:20px;width:129px}#FastViewModal_content .catalog-sb-item.tw{width:80px}#FastViewModal_content .catalog-sb-item{display:flex;align-items:center;justify-content:center;height:20px}#FastViewModal_content .catalog-sb-item .fb-like{height:20px}#FastViewModal_content .catalog-sb-item.vk>a{display:none!important}#FastViewModal_content .button_vk_share>div{display:none}#FastViewModal_content .button_vk_share>a{margin-left:0;color:#fff;height:auto;width:79px;display:flex!important;align-items:center;justify-content:center}#FastViewModal_content .button_vk_share{display:flex!important;height:20px;font-size:11px;align-items:center;justify-content:center;background-color:#4c75a3;color:#fff;border-radius:3px;font-weight:500;margin-left:0;cursor:pointer;width:100%;max-width:79px}#FastViewModal_content .sharing__link{width:320px;height:52px;border-radius:4px;border:1px solid #eaeaea;margin-top:14px;padding:0 16px}#FastViewModal_content .sharing__link-placeholder{font-size:11px;line-height:1;letter-spacing:normal;color:#83878d;margin-top:10px;margin-bottom:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#FastViewModal_content .sharing__link input{width:100%;line-height:1;color:var(--main_font_color);border:0;margin:0 0 5px;outline:0;font-size:15px;padding:0}@media (max-width:1370px){.modal-slider-items.popup-window .product-item-button-container{max-width:140px;min-width:auto}.modal-slider-items.popup-window .product-item-button-container span{padding:8px 7px}}@media (max-width:1532px){.btn.product-item-detail-buy-button,.product_item__cart .basket_icon{min-width:130px}}@media (max-width:1300px){.product-item-amount-field-container{position:relative;padding-right:29px}.product-item-amount-field-btn-minus,.product-item-amount-field-btn-plus{min-width:30px;height:18px;position:absolute;right:0}.product-item-amount-field-btn-minus{border-radius:0 0 3px 0;bottom:0}.product-item-amount-field-btn-plus{border-radius:0 3px 0 0;top:0}.product-item-amount-field-btn-minus:after,.product-item-amount-field-btn-plus:after{line-height:17px;font-family:FontAwesome;background:0 0}.product-item-amount-field-btn-minus:after{content:'\f107'}.product-item-amount-field-btn-plus:after{content:'\f106'}.product-item-amount-field-container .count_input{margin:0;border-radius:3px 0 0 3px}.wrapper-of-main-buttons-container a{margin-left:10px}}@media (max-width:1024px){.slider .owl-stage-outer{padding-bottom:10px}.slider{margin-bottom:0}.fast_view{display:none!important}.product_item_img:hover .product-item-image-wrapper{opacity:1}.product_item_sku{margin-top:0}.wrapper-of-main-buttons-container a{margin-left:20px}.product-item-button-container{min-width:170px}.catalog-products-viewed-container .product_item__cart .basket_icon span,.slider-viewed .product_item__cart .basket_icon .img_basket{display:inline-block}.slider .product-item-container,.slider-viewed .product-item-container{padding-left:5px;padding-right:5px}.product_item{display:flex}.product_item_img,.product_item_name_box{flex-flow:row wrap;max-width:55%}.product_item_img{max-width:100%}.product-item-label-right{right:-15px;left:auto}.product-detail-slider .product_item .product-item-label-right,.product-item-label-ring.product-item-label-small,.product__list .product-item-label-ring.product-item-label-right{right:auto;left:43px;bottom:0}.product-item-container .product_item .to_favorites{top:auto;bottom:0;left:0}.product-item-image-wrapper{margin-bottom:0;padding-top:150px}.product-item-image-alternative,.product-item-image-original{width:100%;height:100%}.product-item-image-slider-control-container{display:none}.product_card_detail .special_offer .product_item_title .name,.product_item_title .name{white-space:normal;margin:0 0 5px;padding:0;padding-left:5px;height:auto;max-height:42px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;font-size:16px;line-height:1.2}.product_item_sku{padding-top:5px;padding-bottom:5px;padding-left:5px}.product_item__price .price-unit{margin-left:3px}.product_item__price .old_price,.product_item_name_box{position:relative}.product_item_buy_box .btn-block-col{position:absolute;bottom:0;left:0;right:0;padding-left:5px!important;padding-right:5px;margin-bottom:5px}.product_item__cart .basket_icon{width:100%}.product_item__cart .basket_icon span{font-size:12px}.mini-quantity-btn-slider .product_item__cart .basket_icon .img_basket,.mini-quantity-btn-slider .product_item__cart .basket_icon span,.mini-quantity-btn-slider .product_item__cart .offers-item-link .fa,.mini-quantity-btn-slider .product_item__cart .offers-item-link span{display:inline-block;vertical-align:middle}.mini-quantity-btn-slider .product_item__cart .basket_icon .img_basket,.mini-quantity-btn-slider .product_item__cart .offers-item-link .fa,.product_item__cart .basket_icon .img_basket,.slider-viewed .product_item__cart .basket_icon .img_basket{margin-right:5px}.product_item_buy_box{padding-top:12px;padding-left:5px;position:relative}.product-item-amount-field-container{padding-right:0}.product-item-amount-field-btn-minus,.product-item-amount-field-btn-plus{position:relative;display:inline-block;min-width:32px;height:32px;border-radius:3px}.product-item-amount-field-container .count_input{margin:0 5px;border-radius:3px}.product-item-amount-field-btn-minus:after{background:url(/local/templates/furniture/components/bitrix/catalog.item/product_card/images/minus.svg) no-repeat center;background-size:10px;content:''}.product-item-amount-field-btn-plus:after{background:url(/local/templates/furniture/components/bitrix/catalog.item/product_card/images/plus.svg) no-repeat center;background-size:10px;content:''}.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{width:36px;height:36px;font-size:11px;line-height:36px}.product-item-big-card .product-item-label-ring.product-item-label-small,.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:36px;height:36px;font-size:11px;line-height:36px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:70px;height:70px;font-size:24px;line-height:70px}.product-detail-sales-slider .product_item__price .price-unit{font-size:11px;font-weight:400;color:#919191}.product-detail-sales-slider .product_item__price .price{font-size:16px}.product_card_detail .special_offer .product-item-image-wrapper{padding-top:150px}.product-detail-sales-slider .product_item__price .old_price{display:block}.product-detail-sales-slider .slider_wrapper h2{max-width:calc(100% - 60px)}}@media (max-width:575.98px){.product_item__price .price{font-size:20px}.product_item__price .old_price{font-size:11px}.product_item__price .to_favorites{bottom:0;right:0}.product_item_wrapper_img{height:200px;line-height:200px}.product_item_wrapper_img .product_item_img-bg{max-height:156px}.product-item-icon.product-item-icon-favour svg{width:24px;height:24px}}.product-item-info-container_scu .product-item-info-container .product_item_sku:last-child{margin-bottom:15px}#viewed-slider-element .product-item-container,#viewed-slider-section .product-item-container{padding-left:10px!important;padding-right:10px!important}#viewed-slider-element .product-item-container.hover .product_item.product-item{padding:23px 25px;width:100%;top:0;left:0;transition:.25s box-shadow ease-in-out;border-color:transparent;z-index:500}@media (min-width:835px){#viewed-slider-element .product-item-container:hover .product_item.product-item{transition:.25s box-shadow ease-in-out;border-color:transparent;z-index:500}}#viewed-slider-section .product-item-container.hover .product_item.product-item{padding:23px 25px;width:100%;top:0;left:0;transition:.25s box-shadow ease-in-out;border-color:transparent;z-index:500}.similar-slider .product-item-container{padding-left:10px!important;padding-right:10px!important}@media (min-width:1024px){.similar-slider .product-item-container:hover .product_item.product-item{padding:23px 25px;transition:.25s box-shadow ease-in-out;border-color:transparent;z-index:500}.similar-slider .product-item-container.hover .product_item.product-item{box-shadow:none;padding:23px 25px;transition:.25s box-shadow ease-in-out;border-color:transparent;z-index:500}}.similar-slider .product-item-container.hover .product_item.product-item{padding:23px 25px;width:100%;top:0;left:0;transition:.25s box-shadow ease-in-out;border-color:transparent;z-index:500}.product_item_title a:hover .name{color:var(--main_color_hover)}.product_item_title a:hover{color:var(--main_color_hover)}.product_item_title:hover a .name{color:var(--main_color_hover)}.popup-window .btn.btn-outline-primary{background-color:#fff!important;color:var(--main_color)!important}.popup-window .btn.btn-outline-primary:hover{color:#fff!important;background:var(--main_color)!important}.popup-window .btn.btn-outline-primary:active{background:var(--main_color_active)!important}.price-block-col{padding-right:0!important}@media (max-width:1280px){.product-item-button-container{min-width:140px}}@media (max-width:1024px){.bx-touch .product-item-container .product-item{box-shadow:0 0 7px rgb(0 0 0 / 10%)}.wrapper-select-block .select-block{z-index:20}}@media (max-width:768px){.slider .product-item-container{max-width:100%;margin:0 15px}.product_item__price{line-height:1;font-size:18px}.product-item-container .product-item{min-height:410px;box-shadow:0 0 7px rgb(0 0 0 / 10%);z-index:12;background-color:#fff;overflow:visible}.product_item_buy_box>.row{display:flex;justify-content:center;flex-direction:row}.product_item_buy_box .price-block-col{display:flex;align-items:center;flex-direction:row;width:50%}.product_item_buy_box .sale-block-col{position:absolute;top:50%;right:0;transform:translateY(-20%);display:flex;justify-content:flex-end}}@media (max-width:768px){.product-item-icon-wrapper{justify-content:space-between;width:70px}.product-item-icon svg{width:40px;height:24px}}.price.product-item-price-current .not_specified{font-size:12px;line-height:17px;color:#9e9e9e}.product_item__price .not_specified{font-size:12px;line-height:17px;color:#9e9e9e;padding:25px 0;margin-bottom:20px}@media (min-width:1919px){.product-item-container.hover .product-item{min-height:425px}}@media (max-width:768px){.product_item_sku{padding-top:0;padding-bottom:0;padding-left:0}}@media (min-width:768px) and (max-width:991.98px){.product_item_sku{padding-top:0;padding-bottom:0;padding-left:0}.product_item__cart .offers-item-link{padding-right:20px;padding-left:20px}}@media (min-width:769px) and (max-width:1024px){.product_item.product-item{height:auto}.product_item__cart{position:relative;bottom:0;width:100%}.product_item_sku{padding-top:0;padding-bottom:0;padding-left:0}}@media (max-width:576px){.product_item__cart .product-item-icon-wrapper{width:75px;margin-right:10px}.product_item__cart .offers-item-link{padding:0 24px;min-width:140px!important}#viewed-slider-element .owl-carousel .owl-stage-outer,#viewed-slider-section .owl-carousel .owl-stage-outer{padding-bottom:5px;padding-top:0}.product_item_buy_box{padding-bottom:5px}#viewed-slider-element .product-item-container,#viewed-slider-section .product-item-container{padding-left:5px!important;padding-right:5px!important}.similar-slider .product-item-container{padding-left:5px!important;padding-right:5px!important}.slider .product-item-container,.slider-viewed .product-item-container{padding-top:5px}.wrapper-select-block{padding:3px 5px}.catalog_section_sorting_wrp .wrapper-select-block{min-width:auto}.wrapper-select-block .select-block li .product-item-scu-item{padding:5px 13px}.wrapper-select-block .select-block li .product-item-scu-item.product-item-scu-item-text-block{padding:7px 13px}.product-item-scu-item-color{left:13px}}@media (max-width:414px){.btn.product-item-detail-buy-button,.product_item__cart .basket_icon{min-width:140px}}
/* End */
/* /local/templates/furniture/components/bitrix/catalog/main/style.css?17386788288723 */
/* /local/templates/furniture/css/owl.carousel.css?173867882823727 */
/* /local/templates/furniture/components/bitrix/breadcrumb/main/style.css?1738678828961 */
/* /bitrix/components/krayt/filter.collection_section.furniture/templates/list_catalog/style.css?17386787845655 */
/* /local/templates/furniture/js/lib/selectbox/css/jquery.selectbox.css?17386788273668 */
/* /bitrix/components/krayt/sort_line/templates/furniture/style.css?17386787845991 */
/* /local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.smart.filter/furniture_vertical/style.css?173867882828657 */
/* /local/templates/furniture/components/bitrix/system.pagenavigation/main-arrows/style.css?17386788282179 */
/* /local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.section/.default/style.css?17386788287389 */
/* /local/templates/furniture/components/bitrix/catalog.item/product_card/style.min.css?173867882745198 */
