

/* Start:/local/templates/mebelens/components/bitrix/catalog/main/style.css?17103537229991*/
.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; */
	width: 60%;
	margin: 0 20px;
}
.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;
}

.category_banner_2 {
	display: flex;
	flex-wrap: wrap;
	background: url(/images/bannercat2.jpg) no-repeat;
	background-size: cover;
	/*background: url(/images/stol2.png) center/contain no-repeat, linear-gradient(to right, rgb(205 227 240), rgb(239 239 239) 50%, transparent 100%); */
    margin: 20px 0;
    min-height: 200px;
    background-position: center center;
    align-items: center;    
    border: 1px solid #5262a68c;
    padding: 15px 0;
}

.category_banner_2_img img {
	width: 100%;
}

.category_banner_2_text {
    text-align: center;
}

.category_banner_2_text span {
    color: var(--main_color);
    font-size: 28px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.category_banner_2_time {
	padding: 20px 0;
}


.category_banner_3 {
	display: flex;
	flex-wrap: wrap;
	/* background: url(/images/baner_zamer.jpg) no-repeat; */
	background: linear-gradient(to right, rgb(249 250 249), rgb(224 227 224 / 72%) 50%, transparent 90%), url(/images/baner_zamer.jpg) center/cover no-repeat;
	/* background-size: cover; */
    margin: 20px 0;
    min-height: 200px;
    /* background-position: center center; */
    align-items: center;
}






/* End */


/* Start:/local/templates/mebelens/css/owl.carousel.css?166178866023727*/
.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/mebelens/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/mebelens/components/bitrix/breadcrumb/main/style.css?1661788661961*/
.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/mebelens/components/bitrix/catalog/main/bitrix/catalog.element/main/style.css?171421435049865*/
.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); */
  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:/bitrix/components/krayt/nabor.element/templates/.default/style.css?166178856317433*/
.nabor-section-title{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #3D4158;
    margin-bottom: 20px;
}
.nabor-filter-section{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.nabor-filter-section-item{
    background: #FFFFFF;
    border: 0.5px solid rgba(96, 109, 166, 0.47);
    box-sizing: border-box;
    border-radius: 25px;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 7px 20px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    transition: .3s;
}
.nabor-filter-section-item:hover{
  border-color: #EEE096;
}
.nabor-filter-section-item:active{
  background: #FCF8E3;
  border-color: #EEE096;
}
.nabor-filter-section-item.active{
  background: #FCF8E3;
  border-color: #EEE096;
}
.nabor-filter-section-item span{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: var(--main_font_color);
    text-decoration: none;
}
.product-item-detail-tab-content{
  padding-top: 16px;
}

.nabor-filter-section.js-nabor-filter-section{
  margin-bottom: 40px;
}
.row.product-item{
  margin-left: 0px;
}
.nabor-item-element{
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.nabor-item-element .product-item-amount{
    display: none;
}
.nabor-item-element  .product-item-info-container.in-nabor-added .product-item-amount{
    display: block;
}
.nabor-item-element  .product-item-info-container.in-nabor-added .product-item-button-container{
    display: none;
}
.product-item-amount {
    text-align: center;
}

.product-item-amount-field-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    position: relative;
    display: inline-block;
    min-width: 32px;
    height: 32px;
    border-radius: 0px;
    background-color: #81bc3d;
    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: #6c8d46;
}

.product-item-amount-field-btn-plus:active,
.product-item-amount-field-btn-minus:active {
    background: #4b7a14;
}

.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: #81bc3d;
}

.product-item-amount-field-btn-plus:after {
    background: url(/bitrix/components/krayt/nabor.element/templates/.default/images/plus.svg) no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
    background: url(/bitrix/components/krayt/nabor.element/templates/.default/images/minus.svg) 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-container .count_input {
    display: flex;
    align-items: center;
    border-radius: 3px;
    border: solid 1px #dadada;
    height: 32px;
    margin: 0 4px;
}

.product-item-amount-field {
    display: inline-block;
    padding: 0 5px;
    width: auto;
    max-width: 50px;
    min-width: 35px;
    height: 100%;
    border: 0;
    background: transparent !important;
    color: #000;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    transition: border 300ms ease;
}

.bx-retina .product-item-amount-field {
    border-width: .5px;
}
.product-item-amount-field:focus {
    outline: none !important;
}
.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;
    appearance: none
}
.product-item-amount-description-container {
    display: block;
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
}
.product-item-big-card .product-item-amount-field-container {
    text-align: left;
}
.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_nabor .product-item-detail-tab-content a{
	text-decoration: none!important;
}

.nabor-item-element .product-item-container .product-item_nabor > div:last-child{
  padding: 26px 0;
  padding-right: 45px;
  padding-left: 30px;
}
.nabor-item-element .product-item-container .product-item_nabor > div:nth-child(2){
  border-right: 0.5px solid #DFE2ED;
    padding: 20px 0;
}

.wrp-nabor-parent-element{
    text-align: left;
    padding-left: 15px;
}

@media (max-width: 1366px) {
    /*.nabor-item-element .product-item-container .product-item_nabor > div:nth-child(2) {*/
    /*    max-width: 54%;*/
    /*}*/
    /*.col-pict-nabor-item {*/
    /*    max-width: 21%;*/
    /*}*/
}


@media (max-width: 768px){
  .nabor-filter-section-item{
    margin-bottom: 8px;
  }
  .nabor-filter-section{
    display: flex;
    flex-wrap: wrap;
  }
}



.popup-window.nabor-popup-modal{
    max-width: 898px !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    position: fixed !important;
}
.popup-window.nabor-popup-modal .popup-window-titlebar-text{
  font-size: 30px;
  line-height: 1;
}
.popup-window.nabor-popup-modal .popup-window-titlebar{
  margin-bottom: 27px;
}
.popup-window.nabor-popup-modal .popup-window-content{
  padding-right: 20px!important;
    padding-top: 0 !important;
    max-height: 370px;
}
.modal-nabor-item{
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid #DCDFED;
    padding: 15px 0;
    position: relative;
}
.modal-nabor-item-about {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-left: 20px;
}
.modal-nabor-item-photo{
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-nabor-item-photo img{
  max-width: 46px;
  max-height: 51px;
  object-fit: contain;
  width: 46px;
}
.modal-nabor-item-name{
width: 22%;
}
.modal-nabor-item-name .modal-nabor-item-article {
    font-size: 12px;
    margin-top: 2px;
    color: #9EA0AB;
}
.modal-nabor-item-name a{
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--main_font_color);
}
.modal-nabor-item-name a:hover{
  color: var(--main_color_hover);
}
.modal-nabor-item-price{
    width: 18%;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

.modal-nabor-item-price .product-nabor-item-label-ring {
    display: inline-block;
    background: #E15757;
    border-radius: 3px;
    color: #fff;
    vertical-align: top;
    text-align: center;
    transition: all 250ms ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    font-weight: normal;
    z-index: 23;
    padding: 3px 6px 3px 3px;
    height: 18px;
    font-size: 11px;
    line-height: 13px;
    margin-left: 0px;
}

.modal-nabor-item-price .product-nabor-item-label-ring:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #E15757;
    width: 14px;
    height: 14px;
    z-index: -1;
    transform: rotate(45deg);
    border-radius: 3px;
}

.modal-nabor-item-price span{
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: var(--main_font_color);
}
.modal-nabor-item-price span.old-price{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #747474;
    text-decoration: line-through;
}
.modal-nabor-item-amount{
  display: flex;
  align-items: center;
}
.modal-nabor-item-amount-btn-minus, .modal-nabor-item-amount-btn-plus{
    height: 32px;
    min-width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    background-color: #E5E7F1;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: background 300ms ease, opacity 300ms ease;
}
.modal-nabor-item-amount-btn-minus:hover,
.modal-nabor-item-amount-btn-plus:hover{
  background-color: #D5DAF1;
}
.modal-nabor-item-amount-btn-minus:active,
.modal-nabor-item-amount-btn-plus:active{
  background-color: #C0C8EB;
}
.modal-nabor-item-amount-field{
    max-width: 100%;
    width: 46px;
    color: #000;
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
    padding: 0;
    text-align: center;
    background: transparent !important;
    transition: border 300ms ease;
    border: 1px solid #DFE2ED;
    height: 32px;
    margin: 0 4px;
    border-radius: 0px;
}
.modal-nabor-item-amount-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='1' fill='none' viewBox='0 0 10 1'%3E%3Cpath stroke='%233D4158' stroke-linecap='round' d='M.5.5h9' opacity='.9'/%3E%3C/svg%3E%0A");
    opacity: 1;
    transition: opacity 300ms ease, background 300ms ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    color: var(--main_font_color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 27px;
}
.modal-nabor-item-amount-btn-plus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='none' viewBox='0 0 11 11'%3E%3Cg opacity='.9'%3E%3Cpath stroke='%233D4158' stroke-linecap='round' d='M.5 5.5h10M5.5.5v10'/%3E%3C/g%3E%3C/svg%3E%0A");
    opacity: 1;
    transition: opacity 300ms ease, background 300ms ease;
    background-repeat: no-repeat;
    background-position: center;
    color: var(--main_font_color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 27px;
}
.wrp-nabor-parent-element span{
  cursor: pointer;
  font-size: 12px;
  line-height: 15px;
  color: #4777E2;
  border-bottom: 1px dashed #4777E2;
    transition: 0.35s all ease;
}
.wrp-nabor-parent-element span:hover {
    color: #0056b3;
    border-bottom: 1px dashed transparent;
}

@media (max-width: 1024px){
  .nabor-item-element .product-item-image-wrapper{
    padding-top: 100%;
  }
  .nabor-item-element .product-item-container .card_prop_block,
  .nabor-item-element .product-item-container .product-item-properties{
    display: block!important;
  }
  .nabor-item-element .product-item-properties dt,
  .nabor-item-element .product-item-properties dd{
    display: block!important;
  }
  .nabor-item-element .product-item-container .product-item_nabor > div{
    padding: 30px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .popup-window.nabor-popup-modal{
    max-width: 95vw !important;
  }
  .modal-nabor-item-name{
    width: 30%;
    margin-left: 0px;
  }
  .modal-nabor-item-price{
    width: 25%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .modal-nabor-item-amount{
    width: auto;
  }
  .modal-nabor-item-delete{
    width: 10%;
  }

}



@media (min-width: 768px) and (max-width: 991.98px){
  .nabor-item-element .product-item-container .product-item_nabor > div{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .product-item-container{
    padding-left: 0px!important;
  }
}

@media (min-width: 992px) and (max-width: 1024px){
  .nabor-filter-section-item{
    justify-content: flex-start;
    max-width: 150px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .nabor-item-element .product-item-info-container.product-item-price-container{
    margin-bottom: 10px;
  }
}
.product-item-container{
  transition: .3s;
  border: 1px solid transparent;
}

.nabor-item-element img {
    position: relative;
}

.nabor-item-element .in-nabor .product-nabor-item-image-original picture {
    height: 100%;
}

.nabor-item-element .in-nabor .product-nabor-item-image-original picture:before{
   content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0px;
    left: 0px;
    background-image: url("/bitrix/components/krayt/nabor.element/templates/.default/images/in_nabor.svg");
    background-position: center center;
    z-index: 2;
}

.product-item-detail-available{
    display: none;
}

.configuration-block{
    padding:  0 20px;
    display: flex;
    flex-wrap: wrap;
}
.configuration-item{
    padding-right: 11px;
}
.configuration-title{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #3D4158;
    padding: 0 20px;
    margin-top: 24px;

}
.configuration-color{
    width: 60px;
    height: 30px;
    border: 1px solid #DFE2ED;
}
.configuration-element{
    font-size: 10px;
    line-height:  12px;
    color: #8B8D9B;
    margin-top: 4px;
    width: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.popup-wrapper-of-photo {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1366px) {
    .nabor-filter-section-item {
        padding: 7px 12px;
    }
}

@media (max-width: 1333px) {
    .nabor-filter-section-item {
        padding: 7px 5px;
    }
}

@media (max-width: 834px) {
    .nabor-filter-section-item {
        padding: 7px 20px;
    }

    .nabor-filter-section.js-nabor-filter-section {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .product-item-container {
        padding: 30px;
    }
    .nabor-item-element .product-item-container .product-item_nabor > div {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 30px;
    }
    .nabor-item-element .product-item-container .product-item_nabor > div:nth-child(2) {
        padding: 0 0;
        border-right: none;
    }
    .nabor-item-element .product-item-container .product-item_nabor > div:last-child {
        padding: 0 0;
        padding-top: 30px;
    }
    .btn.btn-default {
        padding: 0 40px;
    }
}

@media (max-width: 700px) {

    .modal-nabor-item-about {
        flex-direction: column;
    }
    .modal-nabor-item {
        align-items: flex-start;
    }
    .modal-nabor-item-name {
        width: auto;
        margin-bottom: 12px;
    }
}

@media (max-width: 576px) {
    .modal-nabor-item-photo {
        padding-right: 0;
    }
    .modal-nabor-item-photo img {
        max-width: 70px;
        max-height: 70px;
        width: 70px;
    }

    .modal-nabor-item-price {
        width: 118px;
        margin-bottom: 12px;
    }
    .modal-nabor-item-delete {
        position: absolute;
        top: 16px;
        right: -11px;
    }
    .popup-window.nabor-popup-modal .popup-window-titlebar {
        margin-bottom: 0;
    }
    .popup-window.nabor-popup-modal .popup-window-titlebar-text{
        text-align: center;
        font-size: 24px;
    }

    .modal-nabor-item-price .product-nabor-item-label-ring {
        right: -2px;
    }

    .nabor-item-element .product-item-container {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .nabor-item-element .product-item-container .product-item_nabor > div:last-child {
        padding-top: 15px;
    }

    .modal-nabor-item-total .modal-nabor-total-price {
        margin-right: 0;
    }
    .modal-nabor-item-total .modal-nabor-total-title {
        margin-left: 90px;
    }
    .modal-nabor-item-total .modal-nabor-total-price .old-price {
        font-size: 13px;
        margin-left: 90px;
    }
    .modal-nabor-item-total .modal-nabor-total-price .price {
        font-size: 18px;
        margin-left: 90px;
    }
    .modal-nabor-item-total .modal-nabor-total-title {
        font-weight: 500;
        font-size: 16px;
    }
    .modal-nabor-item-total {
        flex-direction: column;
        margin-top: 20px !important;
    }
    .modal-nabor-total-price {
        margin-bottom: 15px;
    }

    .modal-nabor-total-btns .btn.btn-primary {
        margin-top: 10px;
    }
}

@media (max-width: 413px) {

    .modal-nabor-item-total .modal-nabor-total-title {
        margin-right: 0;
    }
    .modal-nabor-item-total .modal-nabor-total-price {
        margin-right: 0;
        margin: 5px 0;
    }
}

@media (max-width: 370px) {
    .btn.btn-default {
        padding: 0 30px;
        min-width: 130px;
    }
}


/* End */


/* Start:/bitrix/components/krayt/nabor.element/templates/.default/bitrix/catalog.item/nabor/style.css?166178856311838*/

.col-pict-nabor-item{
	display: flex;
	justify-content: center;
	align-content: center;
}
.product-nabor-item-image-original{
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	height: 100%;
	width: 100%;
	align-items: center;
}
.col-pict-nabor-item {
	display: flex;
	align-items: center;
}
.nabor-item-element .product-nabor-item-image-wrapper{
	position: relative;
	display: block;
	display: flex;
	align-items: center;
}
.nabor-item-element .product-nabor-item-image-wrapper
.product-nabor-item-image-original picture {
	width: auto;
	min-height: 130px;
	display: flex;
	align-items: center;
}
.product-nabor-item-image-original img{
	max-width: 130px;
	max-height: 130px;
	padding: 10px;
	object-fit: cover;
	width: auto;
}
.product-nabor-item-title{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: var(--main_color_link);
	transition: 0.35s all ease;
}
.product-nabor-item-title:hover {
	color: var(--main_color);
}
.product-nabor-item-properties{
	display: flex;
	margin-bottom: 6px;

}
.product-nabor-item-properti-name{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color: #3D4158;
	opacity: 0.5;
}

.buildPriceLine {
	margin-top: 5px;
	margin-bottom: 5px;
	flex-shrink: 0;
	align-self: flex-start;
}
.buildPriceLine span {
	font-weight: 600;
}
.product-nabor-item-properti-val{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color: #3D4158;
}
.product-nabor-item-properti-val a {
	color: var(--main_link_color);
	text-decoration: underline;
	text-decoration-color: #4777E2;
}
.product-nabor-item-amount-field-container{
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 180px;
}
.product-nabor-item-amount-field-btn-minus,.product-nabor-item-amount-field-btn-plus{
	height: 36px;
	min-width: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	background-color: #E5E7F1;
	color: #fff;
	text-align: center;
	cursor: pointer;
	position: relative;
	transition: background 300ms ease, opacity 300ms ease;
}
.product-nabor-item-amount-field-btn-minus:hover,
.product-nabor-item-amount-field-btn-plus:hover{
	background-color:#D5DAF1;
}
.product-nabor-item-amount-field-btn-minus:active,
.product-nabor-item-amount-field-btn-plus:active{
	background-color:#C0C8EB;
}
.product-nabor-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='1' fill='none' viewBox='0 0 10 1'%3E%3Cpath stroke='%233D4158' stroke-linecap='round' d='M.5.5h9' opacity='.9'/%3E%3C/svg%3E%0A");
	opacity: 1;
	transition: opacity 300ms ease, background 300ms ease;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
	color: var(--main_font_color);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 27px;
}
.product-nabor-item-amount-field-btn-plus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' fill='none' viewBox='0 0 11 11'%3E%3Cg opacity='1'%3E%3Cpath stroke='%233D4158' stroke-linecap='round' d='M.5 5.5h10M5.5.5v10'/%3E%3C/g%3E%3C/svg%3E%0A");
	opacity: 1;
	transition: opacity 300ms ease, background 300ms ease;
	background-repeat: no-repeat;
	background-position: center;
	color: var(--main_font_color);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 27px;
}
.product-nabor-item-amount-field {
	max-width: 100%;
	width: 100%;
	color: #000;
	display: inline-block;
	line-height: 22px;
	vertical-align: middle;
	padding: 0;
	text-align: center;
	background: transparent !important;
	transition: border 300ms ease;
	border: 1px solid #DFE2ED;
	height: 36px;
	margin: 0 4px;
	border-radius: 0px;
}
.product-nabor-item-label-ring{
	display: inline-block;
	background: #E15757;
	border-radius: 3px;
	color: #fff;
	vertical-align: top;
	text-align: center;
	transition: all 250ms ease;
	position: relative;
	font-weight: normal;
	padding: 3px 6px 3px 3px;
	height: 18px;
	font-size: 11px;
	line-height: 13px;
	margin-left: 10px;
}
.product-nabor-item-label-ring:before {
	content: '';
	position: absolute;
	left: -6px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #E15757;
	width: 14px;
	height: 14px;
	transform: rotate(
			45deg
	);
	border-radius: 3px;
}
.product-nabor-item-label-ring span {
	position: relative;
	z-index: 10;
	background-color: #e15757;
	font-size: 11px;
}

.nabor-item-element .product-nabor-item-info-container .product-nabor-item-button-container .btn {
	max-width: 180px;
	cursor: pointer;
}

.nabor-item-element .product-nabor-item-info-container.product-nabor-item-price-container{
	display: flex;
	flex-direction: column;
}
.nabor-item-element .product-nabor-item-price-old{
	font-size: 14px;
	line-height: 17px;
	color: #747474;
	text-decoration: line-through;
}
.nabor-item-element .product-nabor-item-price-current{
	font-size: 20px;
	line-height: 24px;
	color: var(--main_font_color);
	font-weight: normal;
}
.nabor-item-element .product-nabor-item-price-container{
	text-align: left;
	margin: 0px;
}
.nabor-section-wrp{
	margin-top: 45px;
}

.product-nabor-item-info-container .product-nabor-item-info-container-title,
.product-nabor-item-info-container .product-item-detail-not-available{
	position: relative;
	padding-left: 10px;
	font-size: 11px;
	margin-bottom: 15px;
	line-height: 13px;
	top: 0 !important;
	right: 0 !important;
}
.product-nabor-item-info-container .product-nabor-item-info-container-title:before{
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(0, -50%);
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #85CD59;
}
.product-nabor-item-info-container-title.product-item-nabor-available{
	color: #85CD59;
}
.product-nabor-item-info-container-title.product-item-nabor-available.few{
	color: #EFCA4D;
}
.product-nabor-item-info-container .product-nabor-item-info-container-title.few:before{
	background-color: #EFCA4D;
}
.product-nabor-item-image-original.embed-responsive-item .product-nabor-item-image-slide-img{
	padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.modal-nabor-item-total{
	display: flex;
	justify-content: flex-end;
	margin-top: 35px;
}
.modal-nabor-item-total .modal-nabor-total-price{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-right: 37px;
}
.modal-nabor-item-total .modal-nabor-total-title{
	display: flex;
	align-items: flex-end;
	margin-right: 23px;
	font-size: 14px;
	line-height: 1;
	color: #3D4158;
	position: relative;
}
.modal-nabor-item-total .modal-nabor-total-price .old-price{
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #747474;
	text-decoration: line-through;
}
.modal-nabor-item-total .modal-nabor-total-price .price{
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: #3D4158;
}
.modal-nabor-item-delete{
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-nabor-item-delete_close{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: 12px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5933 10.6336L7.03526 6.07556L11.5933 1.51757L10.6337 0.557992L6.07568 5.11598L1.51769 0.557992L0.558114 1.51757L5.11611 6.07556L0.558114 10.6336L1.51769 11.5931L6.07568 7.03514L10.6337 11.5931L11.5933 10.6336Z' fill='%233D4158'/%3E%3C/svg%3E%0A");
}

.price_titel{
	font-size: 12px;
	line-height: 15px;
	color: var(--main_font_color);
}

.product-line-item-info-right-container{
	display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
	min-height: 125px;
}

.product-nabor-item-info-container[data-entity="buttons-block"].in-nabor-added{
	display: none;
}
.product-nabor-item-info-container[data-entity="buttons-block"]{
	display: block;
}

.product-nabor-item-info-container[data-entity="quantity-block"].in-nabor-added{
	display: block;
}
.product-nabor-item-info-container[data-entity="quantity-block"]{
	display: none;
}
.product-nabor-item-amount {
	position: relative;
}
.product-nabor-item-amount-description-container {
	display: none;
}
.product-nabor-item-button-container .btn.btn-notallowed{
	color: #fff!important;
  background-color: #C1C1C1!important;
  pointer-events: none;
  cursor: default!important;
  opacity: 1!important;
	border-color: #C1C1C1!important;
}

@media (min-width: 800px) and (max-width: 1600px){
	.col-pict-nabor-item {
		max-width: 25% !important;
		flex: 0 0 25% !important;
	}
	.nabor-item-element .product-item-container .product-item_nabor > div:nth-child(2) {
		max-width: 45% !important;
		flex: 0 0 45% !important;
	}
	.nabor-item-element .product-item-container .product-item_nabor > div:last-child {
		max-width: 30% !important;
		flex: 0 0 30% !important;
	}
}

@media (min-width: 768px) and (max-width: 800px){
	.col-pict-nabor-item {
		max-width: 25% !important;
		flex: 0 0 25% !important;
	}
	.nabor-item-element .product-item-container .product-item_nabor > div:nth-child(2) {
		max-width: 45% !important;
		flex: 0 0 45% !important;
	}
	.nabor-item-element .product-item-container .product-item_nabor > div:last-child {
		max-width: 25% !important;
		flex: 0 0 25% !important;
	}
}

@media (min-width: 992px) and (max-width: 1024px){
	.nabor-item-element .product-nabor-item-container .product-item_nabor > div{
		padding: 10px;
	}
	.product-item_nabor-title .product-item_nabor .product-nabor-item-title{
		font-size: 14px;
	}

	.nabor-item-element .product-nabor-item-container .product-item_nabor > div:last-child{
		padding: 10px 15px!important;
	}
	.product-nabor-item-container{
		padding-left: 0px;
	}
	.product-nabor-item-amount-field{
		height: 31px;
	}

}

@media (max-width: 834px) {
	.product-line-item-info-right-container {
		height: 95%;
	}
	.nabor-item-element .product-nabor-item-info-container .product-nabor-item-button-container .btn {
		margin: 0;
	}
	.nabor-item-element .product-item-container .product-item_nabor > div:last-child {
		padding-right: 0;
	}
	.nabor-section-wrp {
		margin-top: 40px;
	}

}

@media (max-width: 767px) {
	.product-item_nabor {
		height: auto;
	}
	.product-line-item-info-right-container {
		flex-direction: row;
		align-items: center;
	}
	.product-nabor-item-image-original img {
		max-width: 160px;
		max-height: 160px;
	}

	.product-line-item-info-right-container {
		align-items: flex-end;
	}
}

@media (max-width: 576px) {
	.product-nabor-item-amount-field-container {
		max-width: 140px;
	}
	.product-line-item-info-right-container .all-about-price {
		min-height: auto !important;
	}
	.product-line-item-info-right-container .all-about-price .price_title {
		display: none !important;
	}
	.nabor-item-element .product-nabor-item-info-container .product-nabor-item-button-container .btn {
		max-width: 140px;
	}
	.product-line-item-info-right-container {
		min-height: unset;
	}
}
/* Конец */

/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?16617863451413*/
.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block}.bx-catalog-popup-content{width:90%;max-width:280px}.bx-catalog-subscribe-form-container-label{font-size:13px;color:#5a6c77;padding-bottom:2px}.bx-catalog-subscribe-form-container-input{position:relative}.bx-catalog-subscribe-form-container-input input[type="text"]{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-catalog-subscribe-form-star-required{color:#d93333}.bx-catalog-subscribe-form-container .bx-captcha{margin-bottom:10px}.bx-catalog-popup-message{font-weight:bold;min-width:240px;margin:0}.bx-catalog-subscribe-alert{background-color:#edf6fc;color:#000;font-size:15px;min-height:45px;text-align:center;padding:12px 40px 12px 60px;position:relative;width:280px}.bx-catalog-subscribe-aligner{display:inline-block;height:45px;margin-left:-1px;vertical-align:middle;width:1px}.bx-catalog-subscribe-alert-text{display:inline-block;vertical-align:middle}.bx-catalog-subscribe-alert-footer{text-align:center}.bx-catalog-subscribe-alert-popup{background-color:#edf6fc!important;border:1px solid #edf6fc!important;border-radius:3px!important;-webkit-box-shadow:0 19px 24px rgba(88,112,118,0.17)!important;box-shadow:0 19px 24px rgba(88,112,118,0.17)!important}
/* End */


/* Start:/local/templates/mebelens/components/krayt/furniture.comments/.default/style.css?166980076611448*/
.reviews-header {
    padding: 30px;
    background: #fff;
}
.reviews-header-row {
    display: flex;
    justify-content: space-between;
}
.ec-comments-list {
    /*border-top: solid 1px #e6e6e6;*/
}
.wrapper-of-stars-list {
    display: flex;
}
.rating .stars-list {
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 5px;
}
.rating .count-rating {
    font-size: 14px;
    font-weight: normal;
    color: var(--main_font_color);
}
.ec-comment .author .ec-rating span{
    position: relative;
    top: -4px;
    left: 10px;
}
div.ec-rating{
 background-color: transparent;
}
.comments_rating .ec-rating .ec-criteria .star{
    cursor: pointer !important;
}

.author {
    color: #636363;
    font-size: 13px;
}

.author .name {
    line-height: 20px;
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 4px;
    color: var(--main_font_color);
}
.author p{
    margin-bottom: 0px;
}

.emarket-comments {
    position: relative;
    font-size: 14px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.emarket-comments h2{
    display: none;
}
.emarket-comments .rating, .ec-rating .ec-criteria .ec-criteria-rating, .ec-rating .ec-criteria-full .ec-criteria-rating {
    display: flex;
    align-items: center;
}

.emarket-comments .rating span {
    position: relative;
    top: -5px;
    padding-left: 7px;
    margin-right: 10px;
    font-weight: 600;
}
.ec-comment.row{
    border-top: 1px solid #dfdfdf;
}
.ec-comments-list.clear{
    border-bottom: 1px solid #dfdfdf;
}

.ec_comment_show, .ec-comments-add .btn {
    border-width: 1px;
}

.ec-comments-add {
    display: none;
    padding: 30px;
    background: #fff;
    margin: 10px 0;
}

.ec-comments-add.open {
    display: block
}

.ec-comments-add span {
    padding-top: 15px;
    padding-bottom: 5px;
    display: block;
    font-weight: 500;
}

.ec-comments-add span:first-child {
    padding-top: 0
}

.ec-comments-add span:after {
    content: "*";
    color: red;
}

.ec-comments-add input, .ec-comments-add textarea {
    width: 100%;
    border: 1px solid #e0e0e0!important;
    padding: 7px 15px;
    transition: .2s;
}
.ec-comments-add textarea {
    resize: none;
    overflow: inherit;
    height: 100px;
    outline: none;
}

.ec-comments-add input.ec-empty, .ec-comments-add textarea.ec-empty {
    background-color: #fbf4f4;
    color: var(--main_color);
    border: 1px solid var(--main_color);
}

.ec-comments-add input.ec-empty:focus, .ec-comments-add textarea.ec-empty:focus {
    border: 1px solid #e0e0e0!important;
    background-color: #fff;
    color: initial;
    font-size: 14px;
    border-radius: 0px!important;
}

.ec-comments-add .required_fields {
    float: left;
    width: 100%;
    padding: 15px 15px 35px
}

.ec-comments-add .required_fields p {
    color: #9e9e9e
}

.ec-comments-add .required_fields span {
    display: initial;
    padding-top: 0
}
.ec_comments_new_buttons {
    padding: 15px 15px 20px;
    display: flex;
}

#ec_comment_cancel.btn {
    background-color: transparent !important;
    border: 1px solid var(--main_color) !important;
    color: var(--main_color) !important;
}

#ec_comment_cancel.btn:hover {
    background-color: var(--main_color) !important;
    border: 1px solid var(--main_color) !important;
    color: #fff !important;
}

#ec_comment_cancel.btn:active {
    background-color: var(--main_color_active) !important;
    border: 1px solid var(--main_color_active) !important;
    color: #fff !important;
}

.ec-comments-add .btn {
    float: left;
    margin-right: 15px;
    padding: 5px 10px;
}
.ec-comments-add .btn:first-child{
  padding: 6px 10px;
}
.ec-comments-captcha_title span {
    padding-top: 15px !important
}

.ec-comments-captcha img {
    height: 36px;
    width: auto;
}

.comments_rating {
    padding-left: 40px
}

.comments_rating span {
    padding-bottom: 20px;
    padding-left: 10px;
}

.ec-rating {
    background-color: #f5f5f5;
    /*padding: 15px 45px 30px 25px;*/
    max-width: 365px
}

.ec-rating span:after {
    display: none
}

.ec-rating .ec-criteria, .ec-rating .ec-criteria-full {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
.ec-rating .ec-criteria-full {
    padding-top: 10px;
    border-top: solid 1px #e6e6e6;
    margin-top: 15px;
}

.ec-rating .ec-criteria span, .ec-rating .ec-criteria-full span {
    float: left;
    width: 60%;
    padding-bottom: 0;
    font-weight: 500;
}

.ec-rating .ec-criteria .ec-criteria-rating, .ec-rating .ec-criteria-full .ec-criteria-rating {
    /*float: left;*/
    /*padding-right: 10px;*/
    /*position: relative;*/
    /*top: 2px*/
}

.ec-rating .ec-criteria .ec-criteria-rating:hover, .ec-rating .ec-criteria-full .ec-criteria-rating:hover {
}

.ec-rating .ec-criteria .ec-criteria-val, .ec-rating .ec-criteria-full .ec-criteria-val {
    margin-left: 5px;
    font-size: 16px;
}

.ec-rating .ec-criteria-full span {
    /*padding-bottom: 20px;*/
    font-weight: 500;
}

.ec-comment {
padding: 30px;
    margin-bottom: 10px;
    background: #fff;
}

.rating_comments {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ec-comment .rating_comments .ec-rating {
    display: flex;
    align-items: center;
    padding: 0;
    background: 0 0;
    flex: 0 0 auto;
    max-width: 100%;
    margin-right: 20px;
}

.ec-comment .rating_comments .ec-rating .star {
    position: relative;
    top: -1px;
    -webkit-transition: none;
    transition: none
}

.ec-comment .rating_comments .ec-rating span {
    padding-left: 10px;
    font-weight: 600;
}

.ec-comment .rating_comments i {
    font-size: 20px;
    position: absolute;
    color: #2196f3;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
    top: -1px
}

.ec-comment .rating_comments .ec-rating-list-show {
    color: var(--main_color);
    float: left;
    line-height: 17px;
    display: flex;
    font-size: 14px;
    position: relative;
    border-bottom: 1px dashed var(--main_color);
    flex: 0 0 auto;
    max-width: 100%;
}
.ec-rating-list-show:after{
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    bottom: 7px;
    right: -16px;
    border-bottom: 1px solid var(--main_font_color);
    border-left: 1px solid var(--main_font_color);
    transform: rotate(-45deg);
    transition: .2s;
}
.ec-rating-list-show.arrow-top:after{
    bottom: 3px;
    transform: rotate(135deg);
}
.ec-comment .rating_comments .ec-rating-list-show:hover {
    border-bottom-color: transparent;
}

.ec-comment .rating_comments .ec-rating-list-show:active {
    color: var(--main_color);
}

.ec-comment .rating_comments .ec-rating-list-show.arrow-top i {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.ec-comment .ec-rating-list {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: none;
}

.ec-comment .ec-rating-list .item {
    padding-right: 45px;
    display: flex;
    align-items: center;
}

.ec-comment .ec-rating-list .item span {
    padding-right: 15px;
    float: left;
    min-width: 119px;
}

.ec-comment .ec-rating-list .item:last-child span {
    padding-right: 0
}

.ec-comment .ec-rating-list .item .ec-rating {
    width: initial
}

.ec-comment .msg {
    width: 100%
}

.ec-comment .msg span {
    color: #919191;
    padding: 3px 0;
    float: left;
    width: 100%
}
.ec-comment .msg p{
    margin-bottom: 5px;
}
.ec-comment .msg span:first-child {
    padding-top: 15px
}

.no-comment {
    text-align: center;
    display: block;
    padding: 20px 0;
}

.star {
    background-image: url(/local/templates/mebelens/components/krayt/furniture.comments/.default/images/star_full.svg);
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 2px;
    -webkit-transition: none;
    transition: none;
    fill: var(--main_color)!important;
}

.star:hover {
    cursor: pointer
}


.star.half {
    background-image: url(/local/templates/mebelens/components/krayt/furniture.comments/.default/images/star_half1.svg);
}

.star.empty {
    background-image: url(/local/templates/mebelens/components/krayt/furniture.comments/.default/images/star_empty1.svg);
}

.star.empty.active {
    background-image: url(/local/templates/mebelens/components/krayt/furniture.comments/.default/images/star_full1.svg);
}
.star, .star.empty {
    height: 14px;
    width: 14px;
    cursor: default !important;
}
#popup-window-content-CommentModalModeration::before {
    content: '';
    display: block;
    width: 76px;
    height: 76px;
    background-image: url("/local/templates/mebelens/components/krayt/furniture.comments/.default/images/ok.svg");
    background-size: 76px;
    background-position: center;
    background-repeat: no-repeat;
    top: 117px;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 35px;
}
@media all and (max-width: 1024px){
    .ec-comments-add {
        padding-top: 30px;}
    .comments_rating {
        padding-left: 20px;}
}

@media all and (max-width: 768px){
    .ec-rating{
        padding: 15px 25px 30px 15px;
    }
}
@media all and (max-width: 767px){
    .emarket-comments .rating,
    .ec_comment_show{
        position: static;
    }
    .ec_comment_show{
        margin-left: 10px;
        margin-top: 5px;
    }
    .emarket-comments .rating span,
    .author .name{
        font-size: 14px;
    }
    .ec-comments-list.clear{
        padding-top: 20px;
    }
    .ec-comment .rating_comments .ec-rating{
        width: 40%;
    }
    .emarket-comments .rating span{
        top: -4px;
    }
    .ec-comment .ec-rating-list .item{
        margin-bottom: 3px;
    }
    .comments_rating{
        padding-left: 0;
        padding-top: 20px;
    }
    .ec-rating {
        padding: 10px 10px 20px;
    }
}

@media all and (max-width: 575.98px) {
    .emarket-comments .rating, #ec_comment_show {
        justify-content: center;
    }
}
.error-rating{
    background-color: #fff;
    color: red;
    border: 1px solid red;
    padding: 5px;
    text-align: center;
    margin-top: 15px;
    display: none;
}
.error-rating.show{
    display: block;
}

.title-comments {
    margin-top: 10px;
    margin-bottom: 40px;
    max-height: 20px;
}
.ec_comment_show.btn.btn-green-border{
  font-size: 12px;
  background-color: var(--main_color);
  color: #fff;
  max-width: 160px;
  cursor: pointer;
    padding: 0 31px;
}
.wrap-btn-rating-primary {
    display: flex;
    justify-content: flex-end;
}

.ec_comment_show.btn.btn-green-border:hover{
  background-color: var(--main_color_hover);
}

@media (max-width: 576px) {
    .reviews-header-row {
        flex-direction: column;
    }
    .rating {
        margin: 5px 0;
    }
    .ec_comment_show.btn.btn-green-border {
        margin: unset;
    }
    .rating .stars-list {
        margin-left: 0;
    }
    .ec-comment {
        padding: 30px 16px;
    }
    .rating_comments {
        flex-direction: column;
        align-items: flex-start;
    }
    .author .name {
        margin-bottom: 8px;
    }
    .ec-comment .author {
        padding-bottom: 11px;
    }
    .ec-comment .rating_comments .ec-rating {
        margin-bottom: 12px;
    }

}

/* End */


/* Start:/local/templates/mebelens/components/bitrix/sale.products.gift/list_select/style.css?16617886612777*/
/* Подарки */

.gift_wrp{
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
}
.gift_btn{
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DD7575;
    font-size: 12px;
    line-height: 15px;
    color: #DD7575;
    cursor: pointer;
    position: relative;
    padding-right: 15px;
    transition: 0.35s all ease;
}
.gift_btn:hover {
    background: #DD7575;
    color: #fff;
}
.gift_btn svg path {
    transition: 0.35s all ease;
}
.gift_btn:hover svg path{
    fill: #fff;
}
.gift_btn:active {
    background: #c56b6b;
    border: 1px solid #c56b6b;
}
.gift_btn:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' fill='none' viewBox='0 0 9 9'%3E%3Cpath fill='%23ffffff' d='M4.17 8.34l4.17-4.17H0l4.17 4.17z'/%3E%3C/svg%3E%0A");
}
.gift_btn:after{
    position: absolute;
    right: 11.66px;
    top: 50%;
    transform: translate(0%, -50%);
    content: '';
    width: 9px;
    height: 9px;
    transition: 0.35s all ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' fill='none' viewBox='0 0 9 9'%3E%3Cpath fill='%23DD7575' d='M4.17 8.34l4.17-4.17H0l4.17 4.17z'/%3E%3C/svg%3E%0A");
}
.gift_btn .icon-gift{
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.gift_content_wrapper{
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 18px;
    padding-right: 19px;
    position: absolute;
    z-index: 10;
    cursor: auto!important;
    width: calc(100% - 38px);
    display: none;
    max-height: 305px;
}
.gift_content{
    max-height: 260px;
    overflow: hidden;
}
.gift-item{
    display: flex;
    align-items: flex-start;
    border: 1px solid transparent;
    padding: 0px 10px;
    cursor: pointer;
    transition: .3s;
}
.gift_content_wrapper .nicescroll-rails.nicescroll-rails-vr{
    left: auto!important;
    right: 10px!important;
}
.gift-item:hover span{
    color: var(--main_color_hover);
}
.gift-item:hover{
    color: var(--main_color);
    background: #f8f9fa;
}
.gift-item:not(:last-child){
    margin-bottom: 6px;
}
.gift-item.selected{
    background: rgba(255, 248, 214, 0.3);
    border-color: #FED953;
}
.gift-item_img_cont{
    width: 42px;
    height: 47px;
    margin-right: 12px;
}
.gift-item_img_cont img{
    max-width: 42px;
    height: 47px;
    object-fit: contain;
}
.gift-item span{
    font-size: 12px;
    line-height: 15px;
    color: var(--main_font_color);
    padding: 8px 0;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* End */


/* Start:/local/templates/mebelens/components/bitrix/catalog.socnets.buttons/furniture/style.css?16617886612438*/
.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/mebelens/components/bitrix/catalog.section/product-slider-view/style.css?16617886602243*/
.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/mebelens/components/bitrix/catalog.item/product_card/style.css?170895084060365*/
.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;
  /*color: rgb(82 98 167);*/
}
.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: 0px;
}
.product_item__price {
    position: relative;
    font-size: 20px;
    color: #3D4158;
}

.product_item__price .price-unit {
    display: none;
    font-size: 11px;
    color: #919191;
    font-weight: normal;
}



.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;
    /*position: absolute;*/
    /*bottom: 100%;*/
}

.old_price span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #747474;
}

.old_price span:before, .bx_item_price .old: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: 0.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: 0.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 svg.active, .product-item-icon.active svg {

}
.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: 0.35s all ease;
}
/* .slider .product-item-container.hover .product_item{
    min-height: 410px;
} */
.product-item-container.hover .product_item {
    box-shadow: 0 0 7px rgba(0, 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:before, .basket-item-list .close-btn:after {
    width: 100%;
    top: 5px;
    left: 0;
}

.catalog__list-wrapper .product_item_img:hover {
    -webkit-box-shadow: 0 0 10px rgba(53, 53, 53, 0.15);
    box-shadow: 0 0 10px rgba(53, 53, 53, 0.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_img:hover .product-item-image-wrapper {

}

.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,0.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: 0.s opacity ease-in-out;*/
    transition-delay: 0s;
    z-index: -1;
}

.bx-no-touch .product-detail-sales-slider .product-detail-sales-slider .product-item-container .product-item-info-container.product-item-hidden,
.bx-touch .product-detail-sales-slider .product-detail-sales-slider .product-item-info-container.product-item-touch-hidden,
/* .bx-no-touch .catalog-section-row .product-item-container .product-item-info-container.product-item-hidden, */
.bx-touch .catalog-section-row .product-item-info-container.product-item-touch-hidden {
    /* opacity: 0; */
    opacity: 1;
    /* max-height: 0; */
    pointer-events: none;
    /*transition: 0.s opacity ease-in-out;*/
    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;
    opacity: 1;
    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 .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,
.bx-no-touch .catalog-section-row .product-item-container.hover .product-item,
.bx-no-touch .catalog-section-row .product-item-container:hover .product-item{
    /* padding: 23px 23px; */
   /* padding: 23px 23px 50px;
    width: 100%;
    top: 0;
    left: 0;
    transition: 0.25s box-shadow ease-in-out;
    border-color: transparent;
    box-shadow: 0 0px 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;
}

/*Image*/
.product-item-image-wrapper {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    transition: all 300ms ease;
    height: 100%;

}
.product-item-image-wrapper:before {
    padding-top: 65%;
}
.product-item-image-original,
.product-item-image-alternative {
    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 300ms 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;
}

.slider .w1200 {
	/* padding-top: 60px; */
	padding-top: 30px;
}


/*Image Slider*/
.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 300ms 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-slider-slide-container img, .product-item-image-alternative 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.next,
    .product-item-image-slide.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .product-item-image-slide.prev,
    .product-item-image-slide.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .product-item-image-slide.next.left,
    .product-item-image-slide.prev.right,
    .product-item-image-slide.active {
        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 300ms 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 300ms 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:hover,
.product-item-image-slider-control.active:hover {
    cursor: pointer;
}

.product-item-image-slider-control.active,
.product-item-image-slider-control:hover {
    background-color: #606DA6;
}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
    /*position: absolute;*/
    z-index: 15;
}

.product-item-label-text span,
.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;
    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-text span,
.bx-red .product-item-label-ring {
    background-color: #fba90c;
}

.product-item-label-text > div,
.product-item-label-ring > 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: 0px;
    right: 0px;
}

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

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

@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-label-ring {
    box-sizing: border-box;
    /*border-radius: 50%;*/
    /*font-weight: 500;*/
    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-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
}

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

/*.product-item-label-top { top: -5px; }*/

.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 { left: -20px; }*/
/*.product-item-label-ring.product-item-label-left { left: -5px; }*/

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

/*.product-item-label-bottom { bottom: -5px; }*/

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

/*.product-item-label-right { right: -20px; }*/
/*.product-item-label-ring.product-item-label-right { right: -5px; }*/

.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%);
}

/*Title*/
.product-item-title {
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    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: 0px;
    }

    .bx-catalog-element-top .product_card-flags {
        top: calc(100% + 27px);
        left: 7px;
    }


}

/*Price*/
.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;
  }
}

/*Amount*/


/**/
.product-item-quantity {
    font-size: 12px;
}

/*region Properties */
.product-item-properties {
    display: block;
    margin: 0;
}

.product-item-properties dl {
    clear: both;
}

.product-item-properties dt {
    float: left;
    clear: both;
    font-weight: normal;
    font-size: 12px;
}

.product-item-properties dd {
    float: right;
    margin-bottom: 3px;
    margin-left: 5px;
    font-size: 12px;
}

/*endregion*/

/*Compare*/
.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-item-line-card .product-item-compare-container,
.product-detail-sales-slider .product-item-container.hover .product-item-compare-container {
    display: block;
}

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

/* SCU */
.product_item_sku {
    /*margin-top: -10px;*/
    position: relative;
    width: 100%;
    bottom: 0;
    transition-delay: .2s;
    /* z-index: 1; */
}
.product_item_sku:first-child{
  margin-bottom: 6px;
}
.bx-no-touch .product-item-container.hover .product_item_sku,
.bx-no-touch .product-item-container:hover .product_item_sku,
.bx-touch .product-item-info-container.product-item-hidden .product_item_sku {
    /* z-index: 1; */
}

.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, 0.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 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-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 300ms 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{
    /*position: absolute;*/
    /*top: -2px;*/
    /*right: -2px;*/
    /*bottom: -2px;*/
    /*left: -2px;*/
    /*background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;*/
    /*background-size: 78%;*/
    /*content: "";*/
    /*width: 35px;*/
    /*height: 34px;*/
    display: none;
}
.product-item .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block{
    opacity: 0.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-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 {
    /* border-color: #81bc3d; */
}

/*Description*/
.product-item-description-container {
}

.product-item-description-container p {
    color: #575757;
    font-size: 13px;
}

.wrapper-select-block {
    /* размер и позиционирование */
    position: relative;
    width: 100%;
    /*padding: 3px 10px;*/
    /*Общие стили */
    background: #fff;
    /*border: 1px solid #d2d2d2;*/
    /*color: #000;*/
    outline: none;
    cursor: pointer;
    /* Настройки шрифтов */
    /*border-radius: 3px;*/
    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: 0px;
}

.wrapper-select-block .select-block {
    /* размер и позиция */
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    z-index: 12;
    /* Стили */
    background: #fff;
    font-weight: normal;
    opacity: 0;
    pointer-events: none;
    display: block;
    transition: .2s ease-in-out;
}

.wrapper-select-block .select-block li {
    display: block;
    padding: 0px;
}

.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: 0px;
    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, 0.05);
}

/* активное состояние */
.wrapper-select-block.active .select-block {
    opacity: 1;
    pointer-events: all;
    z-index: 1;
    transition: 0.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, 0.1);
    /*border-radius: 3px 3px 0 0;*/
}
.product-item-scu-list.wrapper-select-block{
    border: 0.5px solid #DCE0ED;
}
.product-item-scu-list.wrapper-select-block.active{
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
}
/*Buttons*/
.product-item-button-container {
    text-align: right;
    min-width: 170px;
    display: flex;
    flex-wrap: wrap;
}

.wrapper-of-main-buttons-container a {
    margin-left: 20px;
}
.wrapper-of-main-buttons-container > a:first-child {
    margin-left: 0px;
}

.wrapper-of-main-buttons-container > div {
    display: inline;
}

.btn.product-item-detail-buy-button, .product_item__cart .basket_icon {
	padding: 8px 5px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	background-color: var(--main_color);
	cursor: pointer;
	width: 115px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.btn.offers-item-link {
    font-weight: normal;
    font-size: 12px;
}

.btn.offers-item-link .fa {
    margin-left: 5px;
    font-size: 14px;
    font-weight: normal;
}

.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/mebelens/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;
}

/* quantity buttons */
.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-plus, .mini-quantity-btn-slider .product-item-amount-field-btn-minus {
    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-plus:after, .mini-quantity-btn-slider .product-item-amount-field-btn-minus:after {
    line-height: 17px;
    background: none;
}

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

/* owl special offer*/
.product_card_detail .special_offer .owl-nav button.owl-prev, .product_card_detail .special_offer .owl-nav button.owl-next {
    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-prev span, .product_card_detail .special_offer .owl-nav button.owl-next span {
    background: none;
    padding: 4px 0;
}

.product_card_detail .special_offer .owl-nav button.owl-prev span:before, .product_card_detail .special_offer .owl-nav button.owl-next 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 .special_offer .price-block-col, .product_card_detail .special_offer .btn-block-col {
    /*flex: 0 0 100%;*/
    /*max-width: 100%;*/
    /*padding-left: 15px !important;*/
}

.product_card_detail .special_offer .product-item-button-container .basket_icon, .product_card_detail .special_offer .product-item-quantity-block .product-item-amount {
    /*width: 100%;*/
    /*margin-top: 10px;*/
}

.product_card_detail .special_offer .product-item-quantity-block .product-item-amount-field-container {
    /*justify-content: center;*/
}

.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: normal;
    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: normal !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 .offers-item-link,
.mini-quantity-btn-slider .product_item__cart .basket_icon.btn-not-avaliable {
    padding-left: 9px;
    padding-right: 9px;
}

.product_item__cart .basket_icon.btn-not-avaliable .img_basket {
    background: none;
    font-size: 16px;
    line-height: 18px;
}

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round {
    display: none;
}

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

#FastViewModal_content .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 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: 0px;
    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: none;
    font-size: 15px;
    padding: 0px;
}






@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: 115px;
    }
}

@media (max-width: 1300px) {

    .product_item__cart .basket_icon {
        /*padding-left: 10px;*/
        /*padding-right: 10px;*/
    }

    .product-item-amount-field-container {
        position: relative;
        padding-right: 29px;
    }

    .product-item-amount-field-btn-plus, .product-item-amount-field-btn-minus {
        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-plus:after, .product-item-amount-field-btn-minus:after {
        line-height: 17px;
        font-family: FontAwesome;
        background: none;
    }

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

    /*}*/
    /*@media (max-width: 767.98px) {*/
    .slider-viewed .product_item__cart .basket_icon .img_basket,
    .catalog-products-viewed-container .product_item__cart .basket_icon span {
        display: inline-block;
    }

    .slider .product-item-container, .slider-viewed .product-item-container {
        /*min-width: 310px;*/
        /*max-width: 310px;*/
        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__list .product-item-label-ring.product-item-label-right,
    .product-detail-slider .product_item .product-item-label-right, .product-item-label-ring.product-item-label-small {
        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-original, .product-item-image-alternative {
        width: 100%;
        height: 100%;
    }

    .product-item-image-slider-control-container {
        display: none;
    }

    .product_item_title .name, .product_card_detail .special_offer .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 .offers-item-link .fa, .mini-quantity-btn-slider .product_item__cart .basket_icon span, .mini-quantity-btn-slider .product_item__cart .offers-item-link span {
        display: inline-block;
        vertical-align: middle;
    }

    .product_item__cart .basket_icon .img_basket,
    .slider-viewed .product_item__cart .basket_icon .img_basket,
    .mini-quantity-btn-slider .product_item__cart .basket_icon .img_basket, .mini-quantity-btn-slider .product_item__cart .offers-item-link .fa {
        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-plus, .product-item-amount-field-btn-minus {
        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/mebelens/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/mebelens/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: normal;
        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: 834px) {
 .slider_wrapper .slider.main-slider .subtitle_box {
     /*padding-left: 15px;*/
 }
}

@media (max-width: 575.98px) {
    .slider_wrapper .slider.main-slider .subtitle_box {
        /*padding-left: 7px;*/
    }
    .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;
}
/*
.product-item-info-container{
  margin-bottom: 6px;
} */

/*#viewed-slider-element .owl-carousel .owl-stage-outer,
#viewed-slider-section .owl-carousel .owl-stage-outer{
  padding-bottom: 15px;
  padding-top: 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: 0.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: 0.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: 0.25s box-shadow ease-in-out;
    border-color: transparent;
    z-index: 500;
}




.similar-slider .product-item-container,
.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: 0.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: 0.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: 0.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: 0px!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: 1280px) {


}

@media (max-width: 768px){
  .product_item_sku{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .product_item_sku{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .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: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}

@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;
    }
    .catalog-section-row .product-item-container {
        /*margin: 0;*/
    }
    #viewed-slider-element .owl-carousel .owl-stage-outer,
    #viewed-slider-section .owl-carousel .owl-stage-outer{
        padding-bottom: 5px;
        padding-top: 0px;
    }

    .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/mebelens/components/bitrix/catalog.product.subscribe/furniture/style.min.css?16617886612175*/
.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 */


/* Start:/local/templates/mebelens/components/krayt/furniture.one.click/.default/style.css?17022854377729*/
.emodal_form{
    display: none;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    z-index: 901;
    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: 900;
    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; */
  font-size: 16px;
    line-height: 12px;
    text-transform: uppercase;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    border-top: 0.5px solid #DFE2ED;
    background: var(--main_color);
}

.one_click_link:hover {
	color: #FFF;
}
.one_click_link:active{
	color: #FFF;
} 

@media (max-width: 576px) {
    .emodal_form {
        max-width: 95%;
    }
}

/* End */


/* Start:/local/templates/mebelens/components/bitrix/catalog.store.amount/detail_page/style.css?166178866112175*/
/* .store_box .modal-body {
    width: 100%;
    height: 100%;
    padding: 15px 45px 25px;
}
.store_box .modal-dialog {
    width: 95%;
}
.store_box .modal-content, .store_box .modal-dialog {
    max-width: 960px;
    max-height: 630px;
    height: 630px;
    width: 960px !important;
    border-radius: 0;
}
.store_box .modal-header {
    justify-content: flex-start;
    font-size: 24px;
    font-weight: bold;
    border-bottom: none;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 33px 40px !important;
    background-color: #fff !important;
}
.icon.icon-del-white{
    filter: invert(1);
}
.store_box .header-stores-descr {
    color: #6e6e6e;
    font-size: 14px;
}
.store_box .modal-body {
    font-size: 14px;
    padding: 15px 40px !important;
    height: 535px;
}

.store_box .stores-list {
    max-height: 486px;
    padding-right: 35px;
    padding-left: 0;
    height: 100%;
    position: relative;
}
.stores-list-item {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 20px;
}

.col-phone, .col-balance, .name-store {
    font-weight: bold;
    margin-bottom: 10px;
}

.phone-store .fa {
    color: #d0d0d0;
    font-size: 20px;
    margin-bottom: -1px;
    margin-right: 10px;
}
.schedule-store .fa {
    color: #2172de;
    font-size: 20px;
    margin-bottom: 3px;
    margin-right: 5px;
}

.col-item span {
    display: inline-block;
    vertical-align: middle;
}

.store_box .close-btn {
    position: absolute;
    right: 20px;
    top: 22px;
    background: none;
    border: none;
    z-index: 1;
    filter: contrast(0);
}
.store_title{
    display: flex;
    padding-bottom: 10px;
}
.store_title_one,
.col-name{
    width: 300px;
    min-width: 300px;
    padding-right: 40px;
    line-height: 1.5;
}
.store_title_two,.store_title_three,
.col-phone,.col-schedule{
    width: 200px;
    min-width: 200px;
}
.store_title_four,
.col-balance{
    width: 138px;
    min-width: 138px;
}
.store_content{
    display: flex;
}
.balance-store.absent{
    color: #ccc;
}

@media screen and (max-width: 991px) {
    .store_box .modal-header, .store_box .modal-body {
        padding-left: 25px;
        padding-right: 25px;
    }
    .store_box .modal-header {
        font-size: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .store_box .modal-body {
        padding-top: 0;
    }
    .col-balance div {
        display: inline-block;
        vertical-align: middle;
    }
    .col-name {
        margin-bottom: 10px;
    }

    .store_box .modal-content {
        max-height: 450px;
    }
    .store_box .modal-dialog {
        max-height: 100%;
    }
    .store_box .stores-list {
        max-height: 350px;
    }
    .store_box .modal-content, .store_box .modal-dialog{
        width: calc( 100% - 20px ) !important;
        max-width: calc( 100% - 20px );
        margin-left: 10px;
    }
    .store_title{
        display: none;
    }
    .store_content {
        flex-direction: column;
        align-items: center;
    }
    .store_title_one,
    .col-name,
    .store_title_four,
        .col-balance,
        .store_title_two,.store_title_three,
            .col-phone,.col-schedule{
        width: 100%;
        min-width: 100%;
    }
    .schedule-store{
        margin-top: 6px;
        margin-bottom: 5px;
    }
    .store_box .stores-list{
        padding-right: 15px;
    }
    .store_box .modal-body{
        padding: 5px 40px !important;
    }
}

@media screen and (max-width: 767px) {
    .col-balance {
        margin-top: 12px;
    }
    .store_box .stores-list {
        padding-right: 15px;
    }
    .store_box .close-btn {
    }
    .store_box .close-btn:before, .store_box .close-btn:after {
        left: 8px;
        top: 16px;
        width: 20px;
    }
    .stores-list-item {
        padding: 15px 0;
    }
    .store_box .modal-content, .store_box .modal-dialog{
        width: calc( 100% - 10px ) !important;
        max-width: calc( 100% - 10px );
        margin-left: 10px;
    }
}

@media screen and (max-width: 575px) {
    .col-schedule {
        margin-top: 8px;
    }
    .store_title_one, .col-name{
        padding-right: 0;
    }
    .store_box .modal-header{
        text-align: center;
        font-size: 16px;
    }
} */


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

div.catalog-detail { position: static; border: 1px solid; zoom:1;}
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { position: relative;}

div.catalog-detail-line
{
  font-size:1px;
  height:1px;
  line-height:1px;
  margin:12px 0;
  overflow:hidden;
  padding:0;
  background: url(/local/templates/mebelens/components/bitrix/catalog.store.amount/detail_page/images/title-line.gif) no-repeat;
}
div.catalog-detail-properties { clear: both; padding: 1em 0 0;  overflow: hidden; width: 80%; }
div.catalog-detail-property { margin: 0 0 1em; border-bottom:1px dotted; float: left; width: 100%;}
div.catalog-detail-property b { float: right; position: relative; padding-left: 3px;  font-weight:normal; }
div.catalog-detail-property grey { color:grey;  font-weight:lighter; }
div.catalog-detail-property span { float: left; position: relative; padding-right: 3px; zoom: 1;}
div.catalog-detail-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }


.bx_storege h4{
  margin-bottom: 0;
}
.bx_storege hr{
  background: #e5e5e5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -o-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, from(#e5e5e5),color-stop(50%, #e5e5e5),to(#ffffff));
  background: linear-gradient(to right, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );
  border: none;
  height: 1px;
}
.bx_storege ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.bx_storege ul li{
  padding: 5px 0 20px;
  font-size: 12px;
  line-height: 17px;
}
.bx_storege ul li a{
  text-decoration: none;
  color: var(--main_link_color);
}
.bx_storege ul li a:hover{
  text-decoration: underline;
}


.catalog-stores-item-name{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.catalog-stores-item-address, .catalog-stores-item-info {
  font-size: 12px;
}
.catalog-stores-item-info{
  margin-left: 130px;
}
.stores_items_left{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-stores-item-address{
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}
.store-items{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.catalog-stores-item-payment{
  max-width: 219px;
}
.catalog-stores-item-payment .accept_payment{
  font-size: 12px;
  line-height: 11px;
  color: #83879C;
}
.catalog-stores-item-payment .payment_description{
  color: var(--main_font_color);
  font-size: 14px;
}
.catalog-stores-item-title{
  max-width: 234px;
  width: 234px;
}
.catalog-stores-item-info{
  max-width: 180px;
}

@media (min-width: 1024px){
  .catalog-stores-item-title{
    min-width: 234px;
  }
}

.catalog-stores-item-schhedule .subtitle,
.catalog-stores-item-phone .subtitle,
.catalog-stores-item-email .subtitle{
  color: #83879C!important;
  margin-bottom: 3px;
}
.catalog-stores-item-schhedule{
  margin-bottom: 12px;
}
.catalog-stores-item-schhedule span{
  color: var(--main_font_color);
  font-size: 12px;
}

.catalog-stores-item-phone{
  margin-bottom: 12px;
}
.catalog-stores-item-phone a{
  color: var(--main_font_color);
  font-size: 12px;
  border-bottom: 1px dashed var(--main_font_color);
}
.catalog-stores-item-phone a:hover{
  border-bottom: 1px dashed transparent;
  color: var(--main_font_color);
}

.catalog-stores-item-email a{
  color: var(--main_font_color) !important;
  border-bottom: 1px dashed var(--main_font_color);
  font-size: 12px;
}
.catalog-stores-item-email a:hover{
  color: var(--main_font_color);
  border-bottom: 1px solid transparent;
}

.metro_name{
  font-size: 12px;
  color: var(--main_font_color);
}

.catalog-stores-item-metro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.catalog-stores-item-metro .metro_icon{
  margin-right: 6px;
  line-height: 1;
  margin-top: -3px;
  min-width: 16px;
}
.catalog-stores-item-metro .metro_icon svg{
  min-width: 15px;
  width: 15px;
  overflow: visible;
}
.catalog-stores-item-description{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-stores-item-description span{
  padding: 4px 6px;
  background-color: #FAFAFF;
  text-transform: uppercase;
  color: #8C8C8C;
  border-radius: 25px;
  margin-right: 10px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 6px;
  border: 1px solid #EFEFEF;
}
.circule{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  bottom: 0px;
  top: 0px;
  line-height: 1;
}
.circule.green{
  background-color: #85CD59;
}
.circule.grey{
  background-color: #8C8C8C;
}
.circule.orange{
  background-color: #FACA1F;
}
.payments_description{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.payments_description span:nth-child(2){
  font-size: 12px;
  line-height: 1;
}
.payments_description .green{
  color: #85CD59;
  line-height: 1;
}
.store_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  padding: 24px 30px 26px 20px;
}

.store_item:not(:last-child){
  margin-bottom: 10px;
}
.payments_description.green{
  color: #85CD59;
}
.payments_description.grey{
  color: #8C8C8C;
}
.payments_description.orange{
  color: #FACA1F;
}

@media (max-width: 900px){
  .catalog-stores-item-info{
    margin-left: 0px;
  }
  .catalog-stores-item-title{
    max-width: 100%;
  }
  .catalog-stores-item-info{
    max-width: 100%;
  }
  .catalog-stores-item-payment{
    max-width: 100%;
    margin-top: 10px;
  }
  .payments_description{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .store_item{
    padding-bottom: 20px;
  }
}

.payments_description.grey .circule{
  background-color: #8C8C8C;
}
.payments_description.orange .circule{
  background-color: #FACA1F;
}
.payments_description.green .circule{
  background-color: #85CD59;
}


[data-metro^=red]{
  fill: red;
}
[data-metro^=green]{
  fill: green;
}
[data-metro^=blue]{
  fill: blue;
}
[data-metro^=yellow]{
  fill: yellow;
}
[data-metro^=orange]{
  fill: orange;
}
[data-metro^=violet]{
  fill: violet;
}

@media (max-width: 576px) {
  .store_item {
    flex-direction: column;
  }
  .catalog-stores-item-payment {
    order: -1;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

/* End */


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

.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 */
/* /local/templates/mebelens/components/bitrix/catalog/main/style.css?17103537229991 */
/* /local/templates/mebelens/css/owl.carousel.css?166178866023727 */
/* /local/templates/mebelens/components/bitrix/breadcrumb/main/style.css?1661788661961 */
/* /local/templates/mebelens/components/bitrix/catalog/main/bitrix/catalog.element/main/style.css?171421435049865 */
/* /bitrix/components/krayt/nabor.element/templates/.default/style.css?166178856317433 */
/* /bitrix/components/krayt/nabor.element/templates/.default/bitrix/catalog.item/nabor/style.css?166178856311838 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?16617863451413 */
/* /local/templates/mebelens/components/krayt/furniture.comments/.default/style.css?166980076611448 */
/* /local/templates/mebelens/components/bitrix/sale.products.gift/list_select/style.css?16617886612777 */
/* /local/templates/mebelens/components/bitrix/catalog.socnets.buttons/furniture/style.css?16617886612438 */
/* /local/templates/mebelens/components/bitrix/catalog.section/product-slider-view/style.css?16617886602243 */
/* /local/templates/mebelens/components/bitrix/catalog.item/product_card/style.css?170895084060365 */
/* /local/templates/mebelens/components/bitrix/catalog.product.subscribe/furniture/style.min.css?16617886612175 */
/* /local/templates/mebelens/components/krayt/furniture.one.click/.default/style.css?17022854377729 */
/* /local/templates/mebelens/components/bitrix/catalog.store.amount/detail_page/style.css?166178866112175 */
/* /local/templates/mebelens/components/bitrix/catalog.products.viewed/viewed-slider/style.css?16617886612065 */
