

/* Start:/local/templates/furniture/components/bitrix/catalog/main/style.css?17241520958723*/
.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?172415209523727*/
.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?1724152095961*/
.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:/local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.element/main/style.css?172415209549813*/
.similar-slider.main-slider {
    margin-bottom: 0;
    padding: 50px 0;
}

.bx-catalog-element-article {
    font-size: 12px;
    line-height: 15px;
    color: rgba(61, 65, 88, .6);
    padding-bottom: 30px;
}

.product-item-detail-pay-block {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

.product-item-detail-price-block {
    background: rgba(222, 227, 249, .5);
    position: relative;
}
.product-item-detail-price-block, .product-item-detail-properties-block {
    padding: 20px;
}
.product-item-detail-properties-block{
  padding-bottom: 0px;
}
.bx-retina .product-item-detail-pay-block {
    border-width: .5px;
}

.all-of-ptice-title-wrp {
    margin-bottom: 10px;
}

.product-item-detail-price-title {
    font-size: 12px;
    line-height: 15px;
    color: var(--main_font_color);
}

.product-item-detail-available, .product-item-detail-not-available {
    font-size: 11px;
    line-height: 13px;
    position: absolute;
    padding-left: 10px;
    top: 21px;
    right: 14px;
}


.product-item-detail-available:before, .product-item-detail-not-available:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.product-item-detail-available {
    color: #85CD59;
    position: absolute;
    top: 21px;
    right: 20px;
}

.product-item-detail-available:before {
    background-color: #85CD59;
}

.product-item-detail-not-available {
    color: #646779;
}

.product-item-detail-not-available:before {
    background-color: #646779;
}

/*endregion*/

.bx-catalog-element-bottom {
    position: relative;
}

.row.wrapper_detal_top_card {
    padding-bottom: 15px;
}

.bx-catalog-element-bottom .link_to_detail {
    display: flex;
    justify-content: center;
    position: relative;
    border: 1px solid #606DA6;
    max-width: 452px;
    margin: 0 auto;
    padding: 14px 0;
    color: #606DA6;
    transition: 0.35s all ease;
}
.bx-catalog-element-bottom .link_to_detail:hover {
    background: #f2f5ff;
}

.bx-catalog-element-bottom .link_to_detail:active {
    background: #dbe2f7 !important;
}


.bx-catalog-element-bottom .link_to_detail:after {
    position: absolute;
    right: 29%;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' fill='none' viewBox='0 0 10 11'%3E%3Cpath stroke='%23606DA6' stroke-width='1.5' d='M4.243 1l4.242 4.243-4.242 4.242'/%3E%3C/svg%3E%0A");
    width: 10px;
    height: 11px;
    transition: .35s all ease;
}
.bx-catalog-element-bottom .link_to_detail:hover:after {
    transform: translate(50%, -50%);
}



.bx-catalog-element-bottom:before {
    content: '';
    display: block;
    width: 187%;
    left: -50%;
    background: #FBFBFB;
    bottom: 0;
    top: 20px;
    position: absolute;
}
.noComSvg {
    max-height: 70px;
}

/*region Compare*/
.product-item-detail-compare-container {
    position: relative;
    padding: 4px 15px;
    border-top: 1px solid #e4e4e4;
    background: #f3f3f3;
    box-shadow: inset 0 1px 1px 0 #eee;
    color: #4e4e4e;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
    border-radius: 1px;
}

.product-item-detail-compare .checkbox {
    margin: 0;
    padding: 0;
}

/*endregion*/

/*region Price */
.product-item-detail-price-current {
    white-space: nowrap;
    font-size: 36px!important;
    line-height: 44px;
    color: var(--main_font_color);
    transition: font-size 200ms ease;
}

.product-item-detail-price-old {
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 20px;
    line-height: 24px;
    color: #747474;
    margin-right: 20px;
}

.product-item-detail-economy-price {
    color: #333;
    /*white-space: nowrap;*/
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
}

/*endregion*/

.product-item-detail-info-container-title {
    color: #a5a5a5;
    font-size: 12px;
}

.product-item-detail-properties-item {
    margin-bottom: 7px;
}

.product-item-detail-properties-item:last-child {
    margin-bottom: 0;
}
/*region SCU */
.product-item-detail-scu-properties {
    margin-bottom: 20px;
}
.product-item-detail-scu-line-block .product-item-scu-container-title {
    font-size: 14px;
    line-height: 17px;
    color: var(--main_font_color);
    font-weight: 500;
}
.product-item-detail-scu-line-block .product-item-scu-container-title .fa {
    margin-left: 5px;
}


.product-item-scu-list {
    margin: 0;
}

.product-item-scu-item-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
    vertical-align: middle;
}

.product-item-scu-item-text-container {
    min-width: 48px;
}

.product-item-scu-item-color-block {
    position: relative;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}
.product-item-detail-scu-line-block .product-item-scu-item-color-container .product-item-scu-item-color{
  border: 1px solid #F0F0F0;
}
.product-item-detail-scu-line-block .product-item-scu-item-color-container.selected .product-item-scu-item-color{
  border: 2px solid #FACA1F;
}
.bx-no-touch .product-item-scu-item-color-block {
    transition: outline 200ms 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-text-block {
    position: relative;
    padding: 0 5px;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
    transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
    outline-width: .5px;
}

.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-color: var(--theme-color-primary);
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
    outline-width: 1px;
}
.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    overflow: hidden;
    outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 60%;
    height: 60%;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.34499 6.76991L4.61338 4.0383L7.34499 1.30669L6.76991 0.731612L4.0383 3.46322L1.30669 0.731612L0.731612 1.30669L3.46322 4.0383L0.731612 6.76991L1.30669 7.34499L4.0383 4.61338L6.76991 7.34499L7.34499 6.76991Z' fill='%23252525'/%3e%3c/svg%3e ");
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
}
.product-item-detail-properties-block .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block{
   opacity: 0.5;
}

.product-item-selected-scu-container {
    word-spacing: 1px
}

.product-item-selected-scu {
    display: inline-block;
    overflow: hidden;
    padding: 0 5px;
    min-width: 22px;
    height: 22px;
    outline: 1px solid #c0cfda;
    outline-color: var(--theme-color-primary);
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 22px;
}

.bx-retina .product-item-selected-scu {
    outline-width: .5px;
}

.product-item-selected-scu-color {
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

/*endregion*/

/*region Amount*/
.product-item-amount {
    padding: 0 0 2px;
    text-align: center;
}

.product-item-amount-field-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 150px;
    margin: 0 auto 15px;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    position: relative;
    display: block;
    min-width: 22px;
    height: 22px;
    border-radius: 2px;
    background-color: #f2f2f2;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus {
    border-width: .5px;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
    background: #d3d3d3;
}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: .3 !important;
    cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    background-color: #f2f2f2;
}

.product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    transition: opacity 300ms ease;
}

.product-item-amount-field-btn-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
    opacity: 1;
}

.product-item-amount-field-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-item-amount-field {
    display: block;
    padding: 0;
    width: 100%;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent !important;
    color: #000;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    line-height: 22px;
    transition: border 300ms ease;
}

.bx-retina .product-item-amount-field {
    border-width: .5px;
}

.product-item-amount-field:focus {
    outline: none !important;
    border-color: #006cc0;
    border-color: var(--theme-color-primary);
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.product-item-amount-description-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
}

.product-item-amount-description-container strong {
    color: #333;
    white-space: nowrap;
}

.product-item-amount-label-container {
    margin: 5px 0;
    color: #a5a5a5;
    font-weight: bold;
    font-size: 12px;
}

/**/
.product-item-quantity {
    color: #333;
    font-weight: normal;
    font-size: 12px;
}

/*endregion*/

/*region Buy button*/
.btn.product-item-detail-buy-button {
    position: relative;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button {
    margin: 0;
}

.btn.product-item-detail-buy-button span {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: inline-block;
    min-height: 16px;
    max-width: 100%;
    white-space: normal;
    line-height: 16px;
    transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button {
    height: 25px;
}

/*endregion*/

/*region Slider */
.product-item-detail-slider-container {
    position: relative;
    max-width: 100%;
    background: transparent;
    transition: background 800ms ease;
    z-index: 10;
    margin-top: 50px;
}
.product-item-detail-slider-container.popup {
    margin: 0;
}

.product-item-detail-slider-block.embed-responsive {
    position: relative;
    box-sizing: border-box;
    /*padding-top: 56.25%;*/
    /*height: 0;*/
}

/*.product-item-detail-slider-block.product-item-detail-slider-block-square { padding-top: 100%; }*/

.product-item-detail-slider-images-container.embed-responsive {
    width: 80%;
    margin: auto;
}
.product-item-detail-slider-images-container.popup.embed-responsive {
    width: 80%;
    margin: auto;
}
.overflow-container-slider-image {
    overflow: hidden;
}

@media screen and (min-width: 1367px) {
    .product-item-detail-slider-images-container.embed-responsive {
        width: 60%;
    }
}

.product-item-detail-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
    z-index: 10;
    opacity: 1;
}

.product-item-detail-slider-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    outline: 1px solid transparent;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    object-fit: contain;
    object-position: center;
    transition: background-size 0.5s ease-in-out;
    /*-webkit-transition: all 0.25s linear;*/
}
.product-item-detail-slider-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 180;
    height: 3px;
    background-color: #006cc0;
    background-color: var(--theme-color-primary);
}

/*endregion*/

/*region Slider Controls*/
.product-item-detail-slider-controls-block {
    padding: 10px 0;
    text-align: center;
    width: calc(30% - 1px);
    margin: 20px auto 50px;
}

@media screen and (min-width: 1367px) {


    .product-item-detail-slider-controls-image {
        max-width: 118px;
    }
}



.product-item-detail-slider-controls-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 132px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 0 2px;
}

.product-item-detail-slider-controls-image-wrp {
    border: 1px solid rgba(137, 137, 137, .5);
}

.product-item-detail-slider-controls-image-wrp:before {
    padding-top: 65%;
}

.product-item-detail-slider-controls-image img {
    display: block;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    max-width: calc(100% - 10px);
    max-height: calc(100% - 10px);
    margin: auto;
    right: 0;
}

.product-item-detail-slider-controls-block .owl-carousel .owl-nav:before {
    display: none;
}


@media (min-width: 1201px) {
    .buy_info {
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .detail_card_main_info {
        flex: 0 0 70% !important;
        max-width: 70% !important;
    }
    .buy_info {
        flex: 0 0 30% !important;
        max-width: 30% !important;
    }
    .bx-catalog-element-bottom:before {
        width: 199%;
        left: -50%;
    }
}

@media (max-width: 1199px) {
    .bx-catalog-element-bottom:before {
        width: 150%;
        left: -50%;
    }
}

@media (max-width: 768px){
  .product-item-detail-slider-controls-block .owl-carousel .owl-nav {
      position: absolute;
      display: block;
  }
}
.product-item-detail-slider-controls-block .owl-carousel .owl-nav {
    position: static;
    display: block;
}



.product-item-detail-slider-controls-block .owl-carousel .owl-nav button.owl-prev,
.product-item-detail-slider-controls-block .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
}
.popup .product-item-detail-slider-controls-block .owl-carousel .owl-nav button.owl-prev,
.popup .product-item-detail-slider-controls-block .owl-carousel .owl-nav button.owl-next {
  top: -20px;
}

@media (min-width: 1025px) {
    .popup .product-item-detail-slider-controls-block .owl-carousel .owl-nav button.owl-prev {
        left: 15px;
    }

    .popup .product-item-detail-slider-controls-block .owl-carousel .owl-nav button.owl-next {
        right: 15px;
    }

}


.product-item-detail-slider-controls-block .owl-carousel .owl-nav button.owl-prev {
    left: -35px;
}

.product-item-detail-slider-controls-block .owl-carousel .owl-nav button.owl-next {
    right: -35px;
}

.product-item-detail-slider-controls-image:hover,
.product-item-detail-slider-controls-image.active {
    outline-color: var(--theme-color-primary);
}

.bx-no-retina .product-item-detail-slider-controls-image.active {
    outline-width: 2px;
}

.bx-retina .product-item-detail-slider-controls-image {
    outline-width: .5px;
}

.bx-retina .product-item-detail-slider-controls-image.active {
    outline-width: 1px;
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 111;
    display: block;
    width: 25%;
    background: rgba(255, 255, 255, 0) 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;
    opacity: .57;
    cursor: pointer;
    transition: all 300ms ease;
}

.product-item-detail-slider-left {
    left: 0;
}

.product-item-detail-slider-right {
    right: 0;
    transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
    background-color: rgba(255, 255, 255, .4);
    opacity: .8;
}

.product-item-detail-slider-close {
    display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    z-index: 150;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.0025 18.7714L14.1557 12.9246L20.0025 7.07774L18.7716 5.84683L12.9248 11.6937L7.07798 5.84683L5.84707 7.07774L11.6939 12.9246L5.84707 18.7714L7.07798 20.0023L12.9248 14.1555L18.7716 20.0023L20.0025 18.7714Z' fill='%233D4158'/%3E%3C/svg%3E%0A");
    opacity: .7;
    cursor: pointer;
    transition: all 300ms ease;
    background-repeat: no-repeat;
    background-position: 50%;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
    opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-right {
    right: 105px;
}

/*endregion*/

/*region magnified*/

.product_card-flags {
    position: absolute;
    z-index: 15;
}

.product_card-flags .flag-item {
    color: #fff;
    width: 65px;
    height: 17px;
    line-height: 17px;
    margin-bottom: 2px;
    text-align: center;
    cursor: default;
    position: relative;
    font-size: 10px;
}




.product-item-detail-slider-container .product-item-detail-slider-image:hover {
    background-image: none;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {
    outline-color: #ddd;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right {

}

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring {
    opacity: 0;
}

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999999;
    background: #fff;
    animation-name: imgPopupShow;
    animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
    width: 70%;
}


.product-item-detail-slider-container.popup .product-item-detail-slider-block {
    padding-top: 0;
    height: auto;
    width: auto;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 80%;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@-webkit-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-ms-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.popup .product_card-flags{
  display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  cursor: default;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
  margin: 0 auto;
    height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
    display: block;
    margin-bottom: 20px;
}

/*endregion*/

/*region  Slider Mobile*/
@media (max-width: 767px) {
    .product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
        right: 0;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-block {
        padding-top: 0;

    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-image {
        width: 90%;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
        max-width: 100%;
        max-height: calc(100vh - 115px);
        width: auto;
        cursor: default;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: auto;
        max-height: 111px;
        border-top: 1px solid #d3d3d3;
        border-left: none;
        white-space: nowrap;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
        display: inline-block;
        margin-bottom: 0;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-close {
        right: 10px;
        z-index: 200;
    }

    .product-item-detail-slider-left,
    .product-item-detail-slider-right {
        max-width: 75px;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-right {
        right: 0;
    }

}

/*endregion*/

/*region Label*/
/* .product-item-label-text,
.product-item-label-ring {
    position: absolute;
    z-index: 190;
    opacity: 1;
    transition: opacity 450ms ease;
} */

.product-item-label-text span,
.product-item-label-ring {
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    background: #E15757;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease;
}

/* .bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
    background-color: #E15757;
} */

.product-item-label-text > div,
.product-item-label-ring > div {
    line-height: 0;
}

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring {
    display: none;
}

/* TEXT */
.product-item-label-text span {
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: bold;
}

.product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 17px;
}

@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;
    }
}

/*RING*/
.product-item-detail-price-old-container .product-item-label-ring {
    display: inline-block;
    background: #E15757;
    border-radius: 3px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease;
    position: relative;
    font-weight: normal;
    padding: 3px 6px 3px 3px;
    height: 22px;
    top: auto;
    font-size: 12px;
    line-height: 15px;
}

.product-item-label-ring.product-item-label-small {
}

.product-item-label-ring.product-item-label-big {
}

.product-item-detail-label-top {
    top: 0;
}

.product-item-detail-label-center {
    left: 50%;
    transform: translateX(-50%);
}

.product-item-detail-label-center > div {
    text-align: center;
}

.product-item-detail-label-left {
    left: 0;
}

.product-item-detail-label-left > div {
    text-align: left;
}

.product-item-detail-label-bottom {
    bottom: 0;
}

.product-item-detail-label-middle {
    top: 50%;
    transform: translateY(-50%);
}

.product-item-detail-label-right {
    right: 0;
}

.product-item-detail-label-right > div {
    text-align: right;
}

.product-item-detail-label-center.product-item-detail-label-middle {
    transform: translateY(-50%) translateX(-50%);
}

/*endregion*/

/*region  Tabs */
.product-item-detail-tabs-container {
}

.product-item-detail-tabs-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.product-item-detail-tabs-list:after {
}

.nav-tabs.more_tabs_active .nav-item.product-item-detail-tab:not(:last-child){
  flex: 0 0 20%;
  max-width: calc(20% - 6px);
  margin-bottom: 0;
    background-color: #f4f4f4;
    border-right: 1px solid rgba(96, 109, 166, .3);
}
.nav-tabs.nav-item.product-item-detail-tab{
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 0;
}
.nav-tabs .nav-link.product-item-detail-tab-link.active, .nav-tabs .nav-item.show .nav-link.product-item-detail-tab-link {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-tabs .nav-item .nav-link.product-item-detail-tab-link.active,
.nav-tabs .nav-item.show .nav-link.product-item-detail-tab-link {
    opacity: 1;
    background-color: #fff;
}

.nav-tabs .nav-item .nav-link.product-item-detail-tab-link {
    border: 0;
    border-radius: 0;
    font-size: 12px;
    line-height: 15px;
    color: var(--main_font_color);
    text-align: center;
    padding: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    margin-right: 0;
    background-color: #f4f4f4;
    overflow: hidden;
    transition: .3s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-tabs .nav-item:nth-last-child(2) .nav-link.product-item-detail-tab-link{
  border-right: 1px solid transparent!important;
}
/* .more_tabs_active.nav-tabs .nav-item:not(:nth-child(n+6)) .nav-link.product-item-detail-tab-link{
  border-right: 1px solid rgba(96, 109, 166, .3);
} */
.nav-tabs .nav-item .nav-link.product-item-detail-tab-link:hover{
  background-color: #fff;
}
.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
    color: #006cc0;
    color: var(--theme-color-primary);
    text-decoration: none;
}

.nav-tabs .nav-link.product-item-detail-tab-link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 4px;
    background-color: #dcdcdc;
}
.nav-tabs .nav-link.product-item-detail-tab-link:hover:after{
  bottom: 0;
}
.nav-tabs .nav-link.product-item-detail-tab-link:active:after{
  bottom: 0px;
  background-color: #EEE096;
}
.nav-tabs .nav-link.product-item-detail-tab-link.active:after,
.nav-tabs .nav-item.show .nav-link.product-item-detail-tab-link:after {
    bottom: 0px;
    background-color: #EEE096;
}

/*.product-item-detail-tab-link:after {*/
/*position: absolute;*/
/*right: 0;*/
/*bottom: 0;*/
/*left: 0;*/
/*height: 0;*/
/*background: #006cc0;*/
/*background: var(--theme-color-primary);*/
/*content: "";*/
/*transition: all 250ms ease;*/
/*}*/

/*.product-item-detail-tab-link:hover:after,*/
/*.product-item-detail-tab.active .product-item-detail-tab-link:after { height: 3px; }*/
.product-item-detail-scu-line-block .product-item-scu-item-color-container{
  max-width: 30px;
  width: 30px;
  margin-right: 7px;
  display: flex;
    opacity: 0;
}
.product-item-detail-scu-line-block .product-item-scu-item-color{
  width: 30px;
  height: 30px;
  left: 0;
}

.product-item-detail-scu-line-block .product-item-scu-item-color-container.notallowed {
    display: none !important;
}
.product-item-detail-tab-link:active:after {
    height: 6px;
}


.product-item-detail-tab-content:not(#comments, #properties, #storage) {
    font-size: 12px;
    line-height: 200%;
    color: var(--main_font_color);
}

@media (max-width: 991px) {
    .product-item-detail-tab-content {
        display: block;
    }
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
    position: fixed;
    top: -100px;
    right: 0;
    left: 0;
    z-index: 300;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
    transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
    min-height: 45px;
    background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
    top: 0;
    opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
    margin: 0 auto;
    max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab {
    min-height: 45px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
    padding: 10px 25px;
    height: 45px;
    line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed {
    display: none !important;
}

/*endregion*/

/*region Small Card*/
.product-item-detail-short-card-fixed {
    position: fixed;
    top: -85px;
    right: 0;
    left: 0;
    z-index: 310;
    box-sizing: border-box;
    height: 85px;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
    transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
    top: 0;
    opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active {
    top: 85px;
}

.bx-touch .product-item-detail-short-card-fixed {
    display: none !important;
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
    margin: 0 auto;
    max-width: 1048px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-item-detail-short-card-image {
    padding-right: 15px;
    width: 80px;
    max-width: 80px;
    vertical-align: middle;
    text-align: center;
}

.product-item-detail-short-card-image img {
    max-width: 100%;
    height: auto;
    max-height: 65px;
    width: auto;
}

.product-item-detail-short-title-container {
    max-width: 650px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-item-detail-short-title-text {
    display: block;
    color: #000;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-price {
    padding: 0 10px;
    vertical-align: middle;
    text-align: right;
}

.product-item-detail-short-card-btn {
    padding-left: 10px;
    min-width: 120px;
}

/*endregion*/

/*region Properties */
.product-item-detail-tab-content {
    display: none;
}

.product-item-detail-tab-content.active {
    display: block;
}

.product-item-detail-tab-content h3 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}
.product-item-detail-top-properties-item {
    margin-bottom: 7px;
}
.product-item-detail-top-properties-name,
.product-item-detail-top-properties-value {
    font-size: 12px;
    line-height: 15px;
    color: var(--main_font_color);
}
.product-item-detail-top-properties-name {
    opacity: .6;
    margin-right: 5px;
}
.product-item-detail-top-properties-value a {
    color: #4777E2;
    text-decoration: underline;
    text-decoration-color: #4777E2;
}
.product-item-detail-top-properties-value:hover a {
    text-decoration: none;
}
.product-item-detail-properties {
    margin: 0 !important;
    padding: 0;
    list-style: none;
    display: block;
}

.product-item-detail-properties .product-item-detail-properties-item {
    margin-top: 8px;
    margin-bottom: 8px;
    display: flex;
    align-items: stretch;
    flex: 0 0 48%;
    max-width: 48%;
}

.product-item-detail-properties-dots {
    border-bottom: 1px dotted #aaa;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-bottom: 2px;
}

.product-item-detail-properties-name,
.product-item-detail-properties-value {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
    font-size: 12px;
    line-height: 100%;
    color: var(--main_font_color);
}

.noComBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.wrap-rating-comments {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background: #fff;
    margin-bottom: 10px;
}
.wrap-rating-comments .rating {
    display: flex;
    align-items: center;
}

.product-item-detail-properties-name {
    padding-right: 5px;
    color: var(--main_font_color);
    opacity: 0.7;
}

.product-item-detail-properties-value {
    color: var(--main_font_color);
    padding-left: 3px;
    text-align: right;
}

.product-item-detail-properties-value a {
    color: #4777E2;
    border-bottom: 1px solid;
}
.product-item-detail-properties-value a:hover{
  border-color: transparent;
}
/*endregion*/

.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-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.main-buttons-wrapper{
  padding: 16px 20px;
  margin-top: 16px;
  border-top: 0.5px solid #DFE2ED;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-item-detail-slider-controls-image.active .product-item-detail-slider-controls-image-wrp{
  border-color: #646779;
}

.bx-catalog-element-top h1{
  font-weight: bold;
}
.product_detal_name{
  margin-bottom: 10px;
}
.product_detal_name_wrapper {
    position: relative;
}
.main-buttons-wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.share{
  cursor: pointer;
}
.main-buttons-wrapper a svg{
  transition: .3s;
    fill: #ACB1D0;
}
.main-buttons-wrapper a:hover svg{
    fill: #5262A6;

}
.main-buttons-wrapper .compare.active svg{
    fill: #5262A6;
}
.main-buttons-wrapper .favorite.active svg{
  opacity: 1;
}
.main-buttons-wrapper .favorite.active svg path,
.main-buttons-wrapper .favorite.active svg circle{
  fill: #5262A6;
}
.main-buttons-wrapper .share.active svg{
  opacity: 1;
}

.more_tabs{
  display: none!important;
  width: 30px;
}
.more_tabs:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 0px;
  background-color: #dcdcdc;
}
.more_tabs.active{
  background-color: #fff;
}
.more_tabs.active .more_tabs_btn{
  background-color: #fff;
}
.more_tabs.active:after{
  bottom: 0px;
  background-color: #EEE096;
  height: 4px;
}
.more_tabs.more_tabs_ul_active{
  background-color: #fff;
}
.more_tabs .active:after{
  bottom: 0px;
  background-color: #EEE096;
  height: 4px;
}
.more_tabs.more_tabs_ul_active .more_tabs_btn{
  background-color: #fff;
}
.more_tabs:hover:after{
  bottom: 0;
  height: 4px;
}
.more_tabs_btn{
  background-color: #f4f4f4;
}
.product-item-detail-tab.nav-item.more_tabs:hover .more_tabs_btn{
  background-color: #fff;
}
/* .product-item-detail-tabs-list .product-item-detail-tab{
  display: none;
}
.product-item-detail-tabs-list .product-item-detail-tab:nth-child(-n+5){
  display: block;
} */
.more_tabs_active .more_tabs{
  display: flex!important;
  width: 30px;
  max-width: 30px;
  align-items: center;
  justify-content: center;
}
.more_tabs_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95%;
}
.more_tabs{
  position: relative;
}
.more_tabs_ul_active #select_two_ul{
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
#select_two_ul{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 6px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
#select_two_ul li{
  width: 100%;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  line-height: 15px;
  color: var(--main_font_color);
  text-align: left;
  padding: 7px 7px;
  position: relative;
  margin-right: 0;
  overflow: hidden;
  transition: .3s;
  cursor: pointer;
}
#select_two_ul li.active{
    background: rgba(255, 248, 214, 0.3);
    border: 1px solid #FED953;
}
#select_two_ul li:hover{
    background: rgba(96, 109, 166, 0.05);
}
#select_two_ul li.active:hover {
    background: rgba(255, 248, 214, 0.3);
}
#select_two_ul li:not(:last-child){
  margin-bottom: 0px;
}
@media (min-width: 1024px){
  #select_two_ul{
    width: 204px;
  }
}
.product-item-detail-tabs-list li:nth-child(n+6) {
  display: none;
    border: none;
}
.wrapper_detal_top_card .pay_block_sticky{
    will-change: min-height;
}
.pay_block_sticky_inner{
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
    bottom: 30px;
}
.catalog-set-constructor_section{
  background: -moz-linear-gradient(top,  #fff 81%, #FBFBFB 19%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #fff 81%, #FBFBFB 19%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 81%, #FBFBFB 19%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}



.inner-wrapper-sticky{
  z-index: 10;
}
.product-item-scu-container.list .product-item-scu-item-list{
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
.product-item-scu-container.list .product-item-scu-item-text-container {
  padding-top: 0px;
}
.product-item-scu-container.list .product-item-scu-item-text-container .product-item-scu-item-text-block{
  border-radius: 0px;
  border: 1px solid transparent;
}
.product-item-scu-container.list .product-item-scu-item-list.select-block{
  padding: 10px;
  padding-top: 0px;
}
.product-item-scu-container.list{
  margin-top: 7px;
}
.product-item-scu-container.list .wrapper-select-block{
  height: 32px;
  display: flex;
  align-items: center;
}
.product-item-scu-container.list .product-item-scu-item-list.select-block {
    padding: 0;
}
.product_detal_name{
  padding-left: 0px!important;
}

/* конец */
.product_card_detail {
    opacity: 1 !important;
}
.wrapper_detal_top_card .product-item-detail-tabs-list{
    display: flex;
    background-color: #f4f4f4;
}
.more-color-block{
    padding: 0 20px;
    margin-top: 20px;
}
.more-color-link{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #4777E2;
    border-bottom: 1px dashed  #4777E2;
    display: inline-block;
    transition: 0.35s all ease;
}
.more-color-link:hover {
    color: #0056b3;
    border-bottom: 1px dashed transparent;
}
.img-prop-line{
    width: 20px;
    height:11px;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 3px;
}
@media (max-width: 834px) {
    .detail_card_main_info{
        z-index: 0;
    }
    .wrapper_detal_top_card .buy_info {
        padding: 0;
    }
    .product-item-detail-slider-container{
        order: 1!important;
    }
    .bx-catalog-element-bottom{
        order: 3!important;
    }
    .buy_info{
        order: 2!important;
    }
    .detail_card_main_info{
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 0;
    }
    .bx-catalog-element-bottom{
        margin-top: 50px;
    }
    .wrapper-of-main-buttons-container a {
        margin-left: 25px;
    }
    .product-item-detail-slider-controls-block{
        margin-bottom: 20px;
    }
}
@media (max-width: 767px){
  .product-item-detail-slider-controls-block .owl-carousel .owl-nav {
      position: absolute;
  }


  .buy_info{
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .nav-tabs.more_tabs_active .nav-item.product-item-detail-tab{
    flex: auto;
    max-width: 100%;
    margin-bottom: 0;
    padding: 0 20px;
    min-width: 158px;
  }
  .nav-tabs.more_tabs_active .nav-item.product-item-detail-tab:not(:last-child){
    flex: auto;
    max-width: 100%;
    margin-bottom: 0;
    padding: 0 20px;
    min-width: 158px;
  }
  .wrapper_detal_top_card .product-item-detail-tabs-list{
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .product-item-detail-tabs-list li:nth-child(n+6){
    display: block;
  }
  .product-item-detail-tab.nav-item.more_tabs{
    display: none!important;
  }
  .wrapper_detal_top_card .product-item-detail-tabs-list{
    display: flex;
    width: 100%;
  }
  /*.more_tabs_active.nav-tabs .nav-item .nav-link.product-item-detail-tab-link{*/
  /*  border-right: 1px solid rgba(96, 109, 166, .3);*/
  /*}*/
  .more_tabs_active.nav-tabs .nav-item:last-child .nav-link.product-item-detail-tab-link{
    border-right: 0px;
  }

}

.product-item-detail-slider-controls-block .owl-carousel .owl-stage,
.product-item-detail-slider-controls-block  .owl-carousel{
  justify-content: center;
}

.build-price-wrp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-top: 22px;
    font-size: 12px;
    font-weight: 500;
}

.build-price-wrp span {
    line-height: 21px;
    font-weight: 400;
}

.build-price-btn {
    margin-right: 8px;
    width: 38px;
    height: 20px;
    background: #DEDFE7;
    padding: 3px 2px;
    transition: 0.35s all ease;
}
.build-price-btn.active {
    background: var(--main_color);
}
.build-price-btn button {
    width: 100%;
    height: 16px;
    background: transparent;
    position: relative;
}

.build-price-btn button:before {
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
    background: #fff;
    transition: 0.35s all ease;
    top: -6px;
    left: 0;
}


.build-price-btn button.active:before{
    transform: translateX(111%);
}

.btn-wrap {
    display: flex;
    font-size: 12px;
    position: relative;
    flex-shrink: 0;
}

.popupBtnPrice {
    position: relative;
    margin-left: 5px;
    opacity: 0.8;
    z-index: 1;
    transition: 0.35s all ease;
    cursor: pointer;
}

.popupBtnPrice:hover {
    opacity: 1;
}

.popupBtnPrice:hover .popupBuildPrice {
    opacity: 1;
    pointer-events: all;
}

.build-price-price {
    flex-shrink: 0;
}

.popupBuildPrice {
    position: absolute;
    top: calc(100% + 5px);
    right: -6.5px;
    width: 264px;
    font-weight: 400;
    background: #F7F7FB;
    z-index: 3;
    border: 1px solid #DFE2F2;
    padding: 12px;
    opacity: 0;
    pointer-events: none;
    transition: 0.35s all ease;
    cursor: default;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}

.popupBuildPrice:before {
    position: absolute;
    top: -6px;
    right: 8px;
    content: '';
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='5.65625' y='0.707107' width='7' height='7' transform='rotate(45 5.65625 0.707107)' fill='%23F7F7FB' stroke='%23DFE2F2'/%3e%3crect x='5.67188' y='1.42542' width='6.95937' height='6.9898' transform='rotate(45 5.67188 1.42542)' fill='%23F7F7FB'/%3e%3c/svg%3e ");
}

.bottomSpacingBuild {
    width: 100%;
    height: 9px;
    border-bottom: 1px dashed #646779;
    margin: 0 5px;
}

@media (max-width: 1024px){
  .product-item-detail-properties .product-item-detail-properties-item{
    display: flex;
    align-items: stretch;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .popupBuildPrice {
      left: -9px;
      right: unset;
  }
    .popupBuildPrice:before {
        right: unset;
    }
}

@media (max-width: 834px) {
    .product-item-detail-slider-container.popup {
        height: 100%;
    }
    .product-item-detail-pay-block {
        box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-images-container:before {
        padding-top: 100% !important;
    }
}

@media (max-width: 767px) {
    .wrapper_detal_top_card .product-item-detail-tabs-list {
        overflow: auto;
    }
}

@media (max-width: 576px) {
    .product-item-detail-slider-images-container.embed-responsive {
        width: 100%;
    }
    .embed-responsive-16by9::before {
        padding-top: 100% !important;
    }
    .wrapper_detal_top_card .pay_block_sticky {
        margin-left: -15px;
        margin-right: -15px;
    }
    .product-item-detail-pay-block {
        box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
    }
    .wrap-rating-comments {
        align-items: center;
    }
    .similar-slider.main-slider {
        padding: 40px 0;
    }
    .nav-tabs .nav-item .nav-link.product-item-detail-tab-link:hover{
        background-color: inherit;
    }
    .nav-tabs .nav-item .nav-link.product-item-detail-tab-link.active:hover {
        background: #fff;
    }
    .nav-tabs .nav-link.product-item-detail-tab-link:hover:after {
        bottom: 110%;
    }
    .nav-tabs .nav-item .nav-link.product-item-detail-tab-link.active:hover:after {
        bottom: 0%;
    }

    .wrap-rating-comments .rating {
        flex-direction: column;
        align-items: flex-start;
    }
    .wrap-rating-comments {
        padding: 30px 16px;
        flex-wrap: wrap;
    }
    .product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
        width: 100%;
    }
    .product-item-detail-slider-container.popup .product-item-detail-slider-image {
        height: 100%;
    }

    .bx-catalog-element-bottom {
        margin-bottom: 0px;
    }

    .bx-catalog-element-bottom:before {
        width: 154%;
    }
    .popupBuildPrice {
        left: -80px;
        right: unset;
    }
    .popupBuildPrice:before {
        left: 82px;
    }
}




/* End */


/* Start:/local/templates/furniture/components/bitrix/catalog.socnets.buttons/furniture/style.css?17241520952438*/
.catalog-sb-area{
	position: absolute;
	opacity: 0;
	height: 0;
	top: 72px;
	right: 0px;
	bottom: auto;
	pointer-events: none;
	width: 352px;
	z-index: -10;
	border-radius: 4px;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,.17);
	background-color: #fff;
	padding: 24px 16px;
}
.catalog-sb-area.active{
	opacity: 1;
	height:auto;
	z-index: 5;
	right: 0px;
	pointer-events: all;
}
.buttons_share{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.catalog-sb-item{
	display: flex;
	align-items: center;
	justify-content: center;
}
.catalog-sb-item > a {
	display: none !important;
}
.catalog-sb-item:not(:last-child){
	margin-right: 5px;
	margin-left: -15px;
}
.button_vk_share{
	display: flex;
	height: 20px;
	font-size: 11px;
	align-items: center;
	justify-content: center;
	padding: 3px 10px;
	background-color: #4c75a3;
	color: #fff;
	border-radius: 3px;
	font-weight: 500;
	cursor: pointer;
	width: 100%;
}
.button_vk_share i{
	font-size: 14px;
	color: #fff;
}
.button_vk_share a{
	color: #fff;
	position: relative;
	top: 0px;
}
.button_vk_share a:hover{
	color: #fff;
}
.button_vk_share:hover{
	background-color: #406289;
}

._2tga._8j9v {
	width: 100% !important;
}

.catalog-sb-item+.vk a
{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.sharing__corner{
	position: absolute;
	top: 5px;
	right: 20px;
	width: 20px;
	height: 20px;
}
.sharing__corner:before {
	content: "";
	width: 40px;
	height: 25px;
	position: absolute;
	top: -5px;
	left: -5px;
	background-color: #fff;
	z-index: 10;
}
.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 rgba(0,0,0,.17);
	background-color: #fff;
	z-index: 5;
}
.sharing__link{
	width: 320px;
	height: 52px;
	border-radius: 4px;
	border: 1px solid #eaeaea;
	margin-top: 14px;
	padding: 0 16px;
}
.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;
}
.sharing__link input{
	width: 100%;
	line-height: 1;
	color: #28282a;
	border: 0;
	margin: 0 0 5px;
	outline: none;
	font-size: 15px;
	padding: 0px;
}
.catalog-sb-item .fb-like{
	height: 21px;
}


/* End */


/* Start:/local/templates/furniture/components/bitrix/catalog.section/product-slider-view/style.css?17241520952243*/
.slider .w1200 {
	padding-top: 43px;
	margin-top: 10px;
}

.slider_wrapper .product-item-container, .product__list .product-item-container {
	position: relative;
}
.slider .owl-carousel .owl-stage-outer {
	/* padding-bottom: 128px; */
}
.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;
}
.slider-viewed.catalog-products-viewed-container .owl-stage-outer{
	padding-bottom: 0px;
}
.owl-carousel,
.owl-carousel .owl-stage-outer{
	position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
	-ms-touch-action: pan-y!important;
	touch-action: pan-y!important;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}



/*Стили для overflow slider*/

.similar-slider .owl-item {
	pointer-events: none;
}

.similar-slider .owl-item.active {
	pointer-events: all;
}


@media (min-width: 835px) {
	.slider.main-slider {
		margin-bottom: 0;
	}

	.slider.main-slider {
		margin-left: -10px;
	}
	.slider.main-slider .owl-stage-outer {
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}



	.overflowFix .product-item.product_item {
		top: 0;
		left: 0;
		z-index: 50;
	}

	.overflowFix .product-item-container.hover .product_item.product-item {
		padding: 23px 25px;
		height: auto;
		transition: 0.25s box-shadow ease-in-out;
		border-color: transparent;
		height: auto;
		z-index: 500;
		box-shadow: 0 0 10px rgba(0, 0, 0, .18) !important;
	}
	.overflowFix  .product-item-container:hover .product_item.product-item {
		padding: 23px 25px;
		transition: 0.25s box-shadow ease-in-out;
		border-color: transparent;
		height: auto;
		z-index: 500;
	}

	.overflowFix.owl-carousel .owl-stage-outer {
		position: absolute !important;
		overflow: hidden !important;
	}

	.overflowFix.owl-carousel:hover {
		z-index: 100;
	}


	.similar-slider .owl-stage {
		padding-top: 10px;
	}
}

@media (max-width: 576px) {
	.overflowFix {
		height: 100% !important;
	}
	.owl-carousel .owl-stage {
		transition: 0.45s all ease !important;
	}

	.similar-slider .subtitle_box {
		margin-bottom: 15px !important;
	}
}


/* End */


/* Start:/local/templates/furniture/components/bitrix/catalog.item/product_card/style.min.css?172415209545198*/
.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 */


/* Start:/local/templates/furniture/components/krayt/furniture.one.click/.default/style.css?17241520957368*/
.emodal_form{
    display: none;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    z-index: 101;
    width: 400px;
    height: 472px;
    background-color: #fff;
    box-shadow: 0px 6px 13px rgb(0 0 0 / 10%);
}
.emodal_form.open_msg_wrp {
    height: 200px;
}
.emodal_form.open_msg_wrp form {
    display: none;
}
.block_buy_on_click .background{
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .18);
    display: none;
}
.emodal_form .emodal-title span{

}
.emodal_form .emodal_content input.btn {
    height: 40px;
    border: 0;
    max-width: 190px;
    margin: 0 auto;
    float: none;
    padding: 0;
}
.emodal_form .emodal_content {
    padding: 40px;
    background-color: #fff;
    position: relative;
    padding-top: 0px;
    padding-bottom: 23px;
}
.emodal_form .emodal-title .emodal_content input[type='text'],
.emodal_form .emodal-title .emodal_content input[type='text']::selection{
    color: #000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 10px;
    line-height: 35px;
}
.emodal_form .emodal_content input[type='text']::-webkit-input-placeholder {color:#9e9e9e;}
.emodal_form .emodal_content input[type='text']::-moz-placeholder          {color:#9e9e9e;}/* Firefox 19+ */
.emodal_form .emodal_content input[type='text']:-moz-placeholder           {color:#9e9e9e;}/* Firefox 18- */
.emodal_form .emodal_content input[type='text']:-ms-input-placeholder      {color:#9e9e9e;}

.emodal_form .emodal_content input[type='text'].error::-webkit-input-placeholder {color:#F44336;}
.emodal_form .emodal_content input[type='text'].error::-moz-placeholder          {color:#F44336;}/* Firefox 19+ */
.emodal_form .emodal_content input[type='text'].error:-moz-placeholder           {color:#F44336;}/* Firefox 18- */
.emodal_form .emodal_content input[type='text'].error:-ms-input-placeholder      {color:#F44336;}
#wrp_msg{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: -1px;
    left: 0;
    background-color: #fff;
    z-index: 5;
    display: none;
}
#wrp_msg.open_msg{
    display: flex;
    line-height: 18px;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding-top: 34px;
}
#wrp_msg span{
    position: relative;
    top: 5%;
    font-size: 16px;
    color: var(--main_font_color);
}
#wrp_msg span:before {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='76' height='76' viewBox='0 0 76 76' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='38' cy='38' r='37' fill='%2391D667' fill-opacity='0.08' stroke='%2391D667' stroke-width='2'/%3e%3cpath d='M60.2317 23.9967L33.556 50.6724L21.4997 38.6161' stroke='%2391D667' stroke-width='2'/%3e%3c/svg%3e");
    width: 76px;
    height: 76px;
    background-size: contain;
    top: -105px;
    left: 50%;
    transform: translateX(-58%);
}
.pk_wrp{
    text-align: left;
}
.emodal_form .emodal-title .pk_wrp label{
    display: block;
}
.emodal_form .emodal_content .pk_wrp input[type='checkbox'] {
    width: auto;
    margin: 0;
    height: auto;
    position: relative;
    top: -16px;
    left: 10px
}
.emodal_form .emodal-title .pk_wrp a{
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    width: 80%;
    color: #2AC64F;
    line-height: 13px;
    text-align: left;
}
.emodal_form .emodal-title .pk_wrp a:hover{
    color: #0CA02F;
}
.emodal_form .emodal-title .pk_wrp.error a{
    color:#F44336;
}

#OneClickEmodal #close_onebay.mdi-close{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0;
  z-index: 150;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.0025 18.7714L14.1557 12.9246L20.0025 7.07774L18.7716 5.84683L12.9248 11.6937L7.07798 5.84683L5.84707 7.07774L11.6939 12.9246L5.84707 18.7714L7.07798 20.0023L12.9248 14.1555L18.7716 20.0023L20.0025 18.7714Z' fill='%233D4158'/%3E%3C/svg%3E%0A");
  opacity: 0.7;
  cursor: pointer;
  transition: all 300ms ease;
  background-repeat: no-repeat;
  background-position: 50%;
}
#OneClickEmodal #close_onebay.mdi-close:hover{
  opacity: 1;
}
#OneClickEmodal #close_onebay.mdi-close:active{
  opacity: 1;
}

#OneClickEmodal .emodal-title{
  padding-top: 44px;
  padding-bottom: 26px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 24px;
  color: var(--main_font_color);
}

#OneClickEmodal.emodal_form .emodal_content .pk_wrp input[type='checkbox']{
  display: none;
}
#OneClickEmodal.emodal_form .emodal_content .pk_wrp input[type='checkbox'] + .main-user-consent-request-announce{
  font-size: 12px;
}
#OneClickEmodal.emodal_form .emodal_content .pk_wrp input[type='checkbox']:checked + .main-user-consent-request-announce:before{
  background-color: #606DA6;
  content: "";
  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");
  background-size: 75% 75%;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}
#OneClickEmodal.emodal_form .main-user-consent-request-announce:before{
  color: #fff;
  background-color: #fff;
	border: 1px solid #C3CBCD;
  position: relative;
  top: 2px;
}

#OneClickEmodal .form_inputs{
  display: flex;
  flex-direction: column;
}
#OneClickEmodal .form_inputs input{
    border: 0.5px solid #cccccc;
    outline: none;
    padding: 10px;
    color: var(--main_font_color);
    font-size: 12px;
    height: 44px;
}
#OneClickEmodal .form_inputs input:focus{
    border: 0.5px solid var(--main_color);
}
#OneClickEmodal .form_inputs input:nth-child(3){
  margin-bottom: 12px;
}
#OneClickEmodal .form_inputs input:last-child{
  margin-bottom: 30px;
}
#OneClickEmodal .btn{
  padding: 8px 12px 8px 12px;
  background-color: var(--main_color);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  width: 140px;
  height: 36px;
  line-height: 1;
  transition: .3s;
  top: 0;
  margin-top: 30px;
}
#OneClickEmodal .btn:hover{
  background-color: var(--main_color_hover);
}
#OneClickEmodal .btn:active{
  background-color: var(--main_color_active);
}
#one-click-btn-send[disabled]{
  color: #fff!important;
  background-color: #C1C1C1!important;
  pointer-events: none;
  cursor: default!important;
  opacity: 1!important;
}
.one_click_link{
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #4777E2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-top: 0.5px solid #DFE2ED;
}

@media (max-width: 576px) {
    .emodal_form {
        max-width: 95%;
    }
}

/* End */


/* Start:/local/templates/furniture/components/bitrix/catalog.products.viewed/viewed-slider/style.css?17241520952065*/

.slider_wrapper .product-item-container, .product__list .product-item-container {
	position: relative;
}
.slider .owl-carousel .owl-stage-outer {
	/*padding-bottom: 70px;*/
}
.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;
}

.viewed-slider-element .subtitle_box {
	margin-bottom: 5px;
}

@media (min-width: 835px) {
	.slider.main-slider {
		margin-bottom: 0;
	}



	.overflowFix .product-item.product_item {
		top: 0;
		left: 0;
		z-index: 50;
	}

	.overflowFix .product-item-container.hover .product_item.product-item {
		padding: 23px 25px;
		height: auto;
		transition: 0.25s box-shadow ease-in-out;
		border-color: transparent;
		height: auto;
		z-index: 500;
		box-shadow: 0 0 10px rgba(0, 0, 0, .18) !important;
	}
	.overflowFix  .product-item-container:hover .product_item.product-item {
		padding: 23px 25px;
		transition: 0.25s box-shadow ease-in-out;
		border-color: transparent;
		height: auto;
		z-index: 500;
	}

	.overflowFix.owl-carousel .owl-stage-outer {
		position: absolute !important;
		overflow: hidden !important;
	}

	.overflowFix.owl-carousel:hover {
		z-index: 100;
	}

	#viewed-slider-element .owl-nav {
		top: -47px;
	}

	#viewed-slider-element {
		margin-left: -10px;
	}
	#viewed-slider-element .owl-stage {
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#viewed-slider-element .owl-item {
		pointer-events: none;
	}

	#viewed-slider-element .owl-item.active {
		pointer-events: all;
	}
}

@media (max-width: 834px) {
	#viewed-slider-element .owl-nav {
		top: -45px;
	}
}

@media (max-width: 576px) {
	.slider .owl-carousel .owl-stage-outer .product-item-container {
		padding-top: 5px;
		padding-bottom: 0;
	}
	.slider .owl-carousel .owl-stage-outer {
		padding-bottom: 5px;
		transition: 0.25s all ease;
	}
	.overflowFix {
		height: 100% !important;
	}
	.owl-carousel .owl-stage {
		transition: 0.45s all ease !important;
	}
	#viewed-slider-element .owl-nav {
		top: -49px !important;
	}
}




/* End */


/* Start:/local/templates/furniture/components/bitrix/catalog.product.subscribe/furniture/style.min.css?17241520952175*/
.bx-catalog-subscribe-form-container-label{width:100%;display:none;vertical-align:middle;font-size:14px;font-weight:500;line-height:34px;color:var(--main_font_color)}.bx-catalog-subscribe-form-container-input input{width:100%;height:34px;border:1px solid #ddd;outline:0;font-size:14px;color:var(--main_font_color);padding:0 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.modal-furniture-subscribe .popup-window-titlebar{margin-bottom:0}.popup-window-with-titlebar.modal-furniture-subscribe .popup-window-content{padding:0}.modal-furniture-subscribe .popup-window-buttons .btn,.modal-furniture-subscribe .popup-window-buttons .btn-outline-primary{width:100%;max-width:200px;margin:0 auto;cursor:pointer}.modal-furniture-subscribe .popup-window-buttons .btn-outline-primary{margin-left:10px}.subscribe-catalog-popup-content{text-align:center;font-size:14px;padding-top:150px;margin-bottom:20px}.subscribe-catalog-popup-content:after{content:'';display:block;position:absolute;width:76px;height:76px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='76' height='76' viewBox='0 0 76 76' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='38' cy='38' r='37' fill='%2391D667' fill-opacity='0.08' stroke='%2391D667' stroke-width='2'/%3e%3cpath d='M60.2317 23.9967L33.556 50.6724L21.4997 38.6161' stroke='%2391D667' stroke-width='2'/%3e%3c/svg%3e");background-size:76px;background-position:center;background-repeat:no-repeat;top:117px;left:0;right:0;margin:auto}#bx-catalog-subscribe-form-notify.err-sub{padding-top:120px;padding-bottom:20px;position:relative}#bx-catalog-subscribe-form-notify.err-sub:before{position:absolute;content:'';background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='76' height='76' viewBox='0 0 76 76' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='38' cy='38' r='37' fill='%23EFCA4D' fill-opacity='0.1' stroke='%23EFCA4D' stroke-width='2'/%3e%3crect x='37' y='15' width='3' height='37' fill='%23EFCA4D'/%3e%3crect x='37' y='56' width='3' height='3' fill='%23EFCA4D'/%3e%3c/svg%3e");width:76px;height:76px;background-size:contain;top:15px;left:50%;transform:translateX(-58%)}
/* End */
/* /local/templates/furniture/components/bitrix/catalog/main/style.css?17241520958723 */
/* /local/templates/furniture/css/owl.carousel.css?172415209523727 */
/* /local/templates/furniture/components/bitrix/breadcrumb/main/style.css?1724152095961 */
/* /local/templates/furniture/components/bitrix/catalog/main/bitrix/catalog.element/main/style.css?172415209549813 */
/* /local/templates/furniture/components/bitrix/catalog.socnets.buttons/furniture/style.css?17241520952438 */
/* /local/templates/furniture/components/bitrix/catalog.section/product-slider-view/style.css?17241520952243 */
/* /local/templates/furniture/components/bitrix/catalog.item/product_card/style.min.css?172415209545198 */
/* /local/templates/furniture/components/krayt/furniture.one.click/.default/style.css?17241520957368 */
/* /local/templates/furniture/components/bitrix/catalog.products.viewed/viewed-slider/style.css?17241520952065 */
/* /local/templates/furniture/components/bitrix/catalog.product.subscribe/furniture/style.min.css?17241520952175 */
