

/* Start:/local/components/HB/info.shops/templates/design24/style.css?17381428701644*/
.main-page-new {
    /* max-width: 1720px; */
    padding: 0 20px;
    max-width: 1760px;
    width: 100%;
    margin: 0 auto;
    font-family: "Inter Tight", sans-serif;
}
@media screen and (max-width: 1650px){
	.main-page-new{
		/* max-width: 1450px; */
        padding: 0 20px;
        max-width: 1490px;		
	}	
}
@media screen and (max-width: 1450px){	
	.main-page-new{
		/* max-width: 1250px; */
        padding: 0 20px;
        max-width: 1290px;		
	}
}
@media screen and (max-width: 1366px){
	.main-page-new{
		/* max-width: 1200px; */
		padding: 0 20px;
        max-width: 1240px;		
	}
}
@media screen and (max-width: 1200px){	
	.main-page-new{
		/* max-width: 1024px; */
		padding: 0 20px;
        max-width: 1064px;		
	}	
}
@media screen and (max-width: 1024px){	
	.main-page-new{
		/* max-width:900px; */
        padding: 0 20px;
        max-width: 940px;		
	}	
}
@media screen and (max-width: 991px){
	.main-page-new{
		/* max-width:768px; */
        padding: 0 20px;
        max-width: 808px;		
	}
}
@media screen and (max-width: 768px){	
	.main-page-new{
		/* max-width:708px; */
        padding: 0 20px;
        max-width: 748px;		
	}
}
@media screen and (max-width: 550px){
	.main-page-new{
		/* max-width:425px; */
        padding: 0 20px;
        max-width: 465px;		
	}	
}
@media screen and (max-width: 440px) {
	.main-page-new{
		/* max-width:360px; */
        padding: 0 20px;
        max-width: 400px;		
	}
}
@media screen and (max-width: 360px) {
	.main-page-new{
		/* max-width:320px; */
        padding: 0 20px;
        max-width: 465px;		
	}
}
/* End */


/* Start:/local/components/HB/info.stor/templates/shops/style.css?174403730350659*/
.flex-svg{
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	gap: 8px;
}

.img-mag{
	width: 100%;
}

.room-ap{
	display: flex;
	align-items: center;
/*	margin-top: 80px;*/
	gap: 40%;
}

.shop__media{
	margin-bottom: 35px;
}

.gallery-title{
	font-size: 40px;
	font-weight: 500;
	color: white;
	margin-left: 30px;
}
.room-ap .slick-arrow.slick-prev,.room-ap .slick-arrow.slick-next{
	margin: 0;
	width: 55px;
	cursor: pointer;
	transition: .3s;
	height: 15px;
	display: flex;
	position: static;
	transform:unset;
	padding: 0;
	align-items: center;
}

.custom-mg{
	margin-bottom: 35px!important;
}

.room-ap .slick-arrow.slick-prev:hover svg path,.room-ap .slick-arrow.slick-next:hover svg path{
	fill:#4b919b;
}
.rooms-nav{
	display: flex;
}
.room-ap .slick-arrow:before,.room-ap .slick-arrow:after{
	content: none;
}
.room-ap .slick-dots{
	display: flex;
	height: 15px;
	align-items: center;
	gap:8px;
}
.room-ap .slick-dots button{
	padding: 0;
	margin: 0;
	background: #fff;
	color: #fff;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	border: 1px solid #0A0A0A;
}
.room-ap .slick-dots li{
	width: 14px;
	height: 14px;
}
.room-nav{
	display: flex;
	align-items: center;
	gap: 20px;
}
.room-ap .slick-dots .slick-active button{
	background: #0A0A0A;
	color: #0A0A0A;
}

.shop-where-title{
	font-size: 20px;
	margin-top: 25px;
}

strong{
	font-weight: bold!important;
}
.shop-where_text{
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px!important;
}

.border-shop{
	border-bottom: 1px solid #CACACE;
	cursor: pointer;
}

.flex-shop-open{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.border-shop.open .toggle-icon{
	transform: rotate(180deg);
}

.scheme-title{
	font-size: 20px;
	font-weight: 500;
}

.margin-scheme{
	margin-bottom: 25px;
	margin-top: 45px;
}

.flex_shop{
	display: flex;
	flex-wrap: wrap;
	gap: 90px;
}

.shop_item_left{
	max-width: 780px;
	width: 780px;
}
.shop_item_right{
	max-width: 854px;
	width: 850px;
}

.new_disign_body h2.shop-where-h3{
	font-size: 40px;
	font-weight: 500;
	text-align: left!important;
}

@media(max-width:1440px){
.shop_item_left{
	max-width: 550px;
}
.shop_item_right{
	max-width: 587px;
}
.flex_shop{
	gap: 60px;
}
}
@media(max-width:1366px){
.shop_item_left{
	max-width: 550px;
}
.shop_item_right{
	max-width: 587px;
}
.flex_shop{
	gap: 60px;
}
}
@media(max-width:1024px){
.shop_item_left{
	max-width: 406px;
}
.shop_item_right{
	max-width: 436px;
}
.flex_shop{
	gap: 55px;
}
.new_disign_body h2.shop-where-h3{
	font-size: 32px;
}
.map-popup__link{
	font-size: 14px!important;
}
.map-popup{
	max-width: 300px!important;
	min-width: 300px!important;
}
}

@media(max-width:768px){
 .flex_shop{
	gap: 0;
	flex-wrap: wrap;
}
.shop_item_left{
	max-width: 100%;
	margin-bottom: 65px;
}
.shop_item_right{
	max-width: 100%;
}
.shop-where{
	margin: 0;
}
.map-popup__link{
	font-size: 18px!important;
}
.map-popup{
	max-width: 400px!important;
	min-width: 400px!important;
}
.new_disign_body h2.shop-where-h3{
	margin-top: 15px;
}
}


@media(max-width:550px){
		.new_disign_body .breadcrumbs+h1, .new_disign_body .title-top--head h1 {
    font-size: 22px!important;
    line-height: 22px!important;
}
}

@media(max-width:360px){
	.shop_item_left{
	margin-bottom: 55px;
}
.new_disign_body h2.shop-where-h3{
	margin-bottom: 25px;
	font-size: 24px;
}
.scheme-title{
	font-size: 18px;
}
.map-popup__link{
	font-size: 14px!important;
	line-height: 15px!important;
	max-width: 240px!important;
}
.map-popup{
	max-width: 245px!important;
	min-width: 245px!important;
	height: 58px;
}
.shop-where-title{
	font-size: 18px;
}
/*.shop__media{
	display: none;
}*/
.custom-mg{
	display: none;
}
}





/*collections-new start*/
.new_disign_body .categories-item-wrapper .categories-item{
	display: flex;
	gap: 20px;
	flex-direction: column;
	height: 100%;
	max-height: 423px;
	width: 100%;
	max-width: 560px;
}
.new_disign_body .categories-item__title{
	position: static;
	border:none;
	color: #0A0A0A;
	font-size: 20px;
	line-height: 24px;
}
.new_disign_body .categories-list .categories-item:before, .categories-list .categories-item:after{
	content:unset;
}

.new_disign_body .content{
	background: #fff;
}
/*collections-new end*/
.hide{
	display: none;
}
.sect-rad .categories-item__image img{
	border-radius: 40px 0px 40px 40px;
}
.sect-rad .categories-item:before, .sect-rad .categories-item:after{
	border-radius:50px;
}
.categories-link{
	border-radius: 25px 0 25px 25px;
	background: #54b415;
	cursor: pointer;
	border: 1px solid #54b415;
	color: #fff;
	position: absolute;
	bottom: 25px;
	left: 170px;
	font-weight: 600;
	font-size: 10px;
	line-height: 30px;
	height: 30px;
	z-index: 1;
	padding-right: 30px;
	padding: 0 18px;
	text-transform:uppercase;
}
.categories-link.collections-item-link{
	display:none;
}
.categories-link:hover{
	 color: #fff;
	 background: #111;
	 border: 1px solid #111;
}
.sect-rad .categories-item:before, .sect-rad .categories-item:after{
	border-radius: 40px 0 40px 40px;
	opacity:1;
	background: #11111115;
	height: 85px;
}
.sect-new .collections-item:before, .sect-new .collections-item:after{
	opacity:1;
	background: #11111115;
	height: 85px;
}

.categories-item-wrapper .categories-item:before, .categories-item-wrapper .categories-item:after{
	opacity:1;
	background: #11111115;
	height: 85px;
}
.style-item-new .interior-item__image:before{
	background: #11111115;
}
.categories-item-wrapper .categories-item:hover:before{
	opacity:1!important;
}
/* .categories-item-wrapper .categories-item__title{ */
	/* bottom: 20px; */
/* } */
/* .categories-list .categories-item__title{ */
	/* bottom: 20px; */
/* } */
.collections-list .collections-item__title{
	/* bottom: 25px; */
	left: 20px;
	width: calc(100% - 120px);
	border:none;
}
.collections-list .collections-item__title span{
	border-bottom: 1px solid hsla(0,0%,100%,.25);
}
.collection-img-link{
	z-index: 3;
	position: relative;
}
.style-item .interior-item__wrap{
	z-index:inherit;
}
.item_block_sect:hover{
	max-height: 600px;
	padding: 20px 15px 0 !important;
	margin-bottom: 0;
	height: auto !important;
	min-height: auto !important;
	max-height: max-content !important;
	border: 1px solid #CACACE;
	box-shadow: 0px 10px 15px 0px #051F2B0D;	
}
@media(max-width:1023px){
	.categories-link{
		left: 180px;	
		height: 35px;
		line-height: 35px;  
		font-size:12px;
	}
	.collections-list .collections-item__title{
		width: calc(100% - 140px);
	}
	.categories-link.collections-item-link{
		display:block;
	}
}
@media(max-width:768px){
	.categories-link{
		left: 195px;
	}
}
@media screen and (max-width: 1023px){
	.collection-products .product-item__extra{
		display: block;
		position: relative;
		visibility: visible;
		opacity: 1;
		left: 0;
		top: 5px;
	}

	.collection-products .product-item__extra .product-item__compare.js-compare-btn{
		display: none;
	}

	.product-item__extra::after, .product-item__extra::before{
		content: none !important;
	}
}


@media screen and (max-width: 767px){
	.collection-products .product-item__extra-wrapper{
		padding: 10px 15px 0px;
		overflow: hidden;
	}
	.categories-link{
		left:70%;
	}
}


@media (max-width: 767px) and (min-width: 621px){
	.product-item__extra-wrapper .product-item__size{
		font-size: 9px;
	}

	.product-item__extra-wrapper .product-item__option img{
		width: 30px;
	}
}

@media screen and (max-width: 430px){
	.product-item__extra-wrapper .product-item__size{
		font-size: 9px;
	}

	.product-item__extra-wrapper .product-item__option img{
		width: 30px;
	}

	.interior-item__wrap>.js-photo-gallery{
		display: none;
	}

	.interior-item__wrap>.mobile_link{
		display: block !important;
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.categories-link{
		left:60%;
	}
}

@media screen and (min-width: 1200px){
	.style-item{
		min-height: 360px;
	}
}

.block.__available{
	z-index: 5;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 35px;
	padding-top: 10px;
	color: #fff;
	font-weight: 900;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0 0 0 1000px #487923;
	box-shadow: inset 0 0 0 1000px #487923;
}

.js-collection-slider .owl-prev{
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: -30px;
	width: 30px !important;
	height: 30px !important;
}

.js-collection-slider .owl-next{
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: -30px;
	width: 30px !important;
	height: 30px !important;
}

.js-collection-slider .owl-prev:not(:hover):not(:active):not(:focus){
   border-color: #fff; 
}

.js-collection-slider .owl-next:not(:hover):not(:active):not(:focus){
	border-color: #fff; 
}

.collection-slider-image{
	max-height: 398px;
}

@media (min-width: 1023px){
	.actual-item-of-carusel{
		margin: 10px;
	}

	.two-items-of-carusel{
		display: flex;
		flex-direction: row;
	}
}

@media (max-width: 1023px){
	.js-collection-slider .owl-stage{
		display: flex;
		flex-wrap: wrap;
	}

	.two-items-of-carusel{
		display: block;
	}

	.js-collection-slider .owl-item{
		width: 100%;
		min-height: 282px;
		overflow: hidden!important;
	}

	.js-collection-slider .interior-simular__slider{
		margin-bottom: -150px;
	}
}
.sect_frame_primer{
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	max-width: 130px;
	height: 36px;
	border: 0;
	outline: 0;
	border-radius: 10px;
	padding: 5px 10px;
	font-weight: 700;
	font-size: 12px;
	color: #232451;
	letter-spacing: .02em;
	cursor: pointer;
	background-color: #dddcff;
	transition: all .3s;
	box-sizing: border-box;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 10px;
	display: flex;
	z-index: 9999;
	position: absolute;
	top: 214px;
	left: 50%;
	right: 50%;
	transform: translate(-50%, 0);  
}
.sect_frame_primer img{
	height: 100%;
}
.sect_frame_primer:hover{
	background-color: #aeaece;
}
@media (max-width: 1023px){
	.sect_frame_primer{
		top: 240px;
	}
}
@media (max-width: 767px){
	.sect_frame_primer{
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		max-width: 130px;
		height: 35px;
		border: 0;
		outline: 0;
		border-radius: 10px;
		padding: 5px 10px;
		font-weight: 700;
		font-size: 13px;
		color: #232451;
		letter-spacing: .02em;
		cursor: pointer;
		background-color: #dddcff;
		transition: all .3s;
		box-sizing: border-box;
		justify-content: space-between;
		margin: 0 auto;
		margin-top: 10px;
		display: flex;
		z-index: 9999;
		position: absolute;
		top: 167px;
		left: 50%;
		right: 50%;
		transform: translate(-50%, 0);
	}
	.sect_frame_primer img{
		height: 100%;
	}
}
@media (max-width: 480px){
	.sect_frame_primer{
		top: 155px;
	}
}

@media (max-width: 767px){
	.sect_frame_primer{
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		max-width: 114px;
		height: 25px;
		border: 0;
		outline: 0;
		border-radius: 10px;
		padding: 4px 10px;
		font-weight: 700;
		font-size: 11px;
		color: #232451;
		letter-spacing: .02em;
		cursor: pointer;
		background-color: #dddcff;
		transition: all .3s;
		box-sizing: border-box;
		justify-content: space-between;
		margin: 0 auto;
		margin-top: 10px;
		display: flex;
		z-index: 9999;
		position: absolute;
		top: 160px;
		left: 50%;
		right: 50%;
		transform: translate(-50%, 0);
	}   
}
@media (min-width: 320px) and (max-width: 390px){
	.sect_frame_primer{
		top: 130px;
	}
}
@media (min-width: 391px) and (max-width: 410px){
	.sect_frame_primer{
		top: 142px;
	}
}
@media (min-width: 411px) and (max-width: 430px){
	.sect_frame_primer{
		top: 152px;
	}
}
@media (min-width: 431px) and (max-width: 450px){
	.sect_frame_primer{
		top: 160px;
	}
}
@media (min-width: 451px) and (max-width: 480px){
	.sect_frame_primer{
		top: 163px;
	}
}
.new_disign_body .product-item{
	background: #fff;
	width: 23%;
	-webkit-transition: width .3s, opacity .3s;
	-o-transition: width .3s, opacity .3s;
	transition: width .3s, opacity .3s;
	min-height: auto;
	margin: 0 1% 20px;
	padding-bottom: 25px;
}
@media screen and (max-width: 1365px){
	.new_disign_body .product-item{
		width: 31.333%;
	}
}
@media screen and (max-width: 767px){
	.new_disign_body .product-item{
		width:48%;
		margin: 0 1% 10px
	}
}
.new_disign_body .breadcrumbs+h1, .new_disign_body .title-top--head h1{
    /* font-size: 36px; */
    /* font-weight: 400; */
    /* line-height: 44px; */
    /* color: #0A0A0A; */
    /* font-family: 'InterTight-Regular'; */
    /* margin-bottom: 20px; */
    font-size: 40px;
    font-weight: 500;	
}
.new_disign_body .collection-interiors{
	background: #ffffff;
	background-color: #ffffff;
	color: #fff;
	padding: 20px 0;
	margin-bottom: 0;
}
.new_disign_body .style-item-new{
	margin-bottom: 0;
	margin: 0;
}
.new_disign_body .breadcrumbs{
	margin-bottom: 35px;
}
.new_disign_body .interior-item__wrap{
	position: initial;  
}
.new_disign_body .interior-item__text{
	position: initial;
	max-width: 100%;
	padding: 20px 0 0 0;
}
.new_disign_body .collection-interiors .interior-item__desc, 
.new_disign_body .collection-interiors .interior-item__title, 
.new_disign_body .collection-interiors .interior-price{
	color: #0A0A0A;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}
.new_disign_body .collection-interiors .interior-item__desc:hover, 
.new_disign_body .collection-interiors .interior-item__title:hover, 
.new_disign_body .collection-interiors .interior-price:hover{
	color: #4B919B;
	border: none;
}
.new_disign_body  .collection-slider-image{
	max-height: max-content;
	position: initial;
}
.new_disign_body .actual-item-of-carusel .interior-item__image{
	overflow: initial;
}
.new_disign_body .two-items-of-carusel{
	display: flex;
	flex-direction: column;
}
.new_disign_body .style-item{
	width: auto;
}
.new_disign_body .style-item.style-item-new{
	height: auto;
	/* max-height: 400px; */
	/* max-width: 600px; */
}
.new_disign_body .style-item{
	min-height: auto;
}
.new_disign_body .interior-simular__slider .owl-next, 
.new_disign_body .interior-simular__slider .owl-prev{
	top: -50px;
	width: 50px !important;
	height: 1px !important;
	border: none;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: block;
	cursor: pointer;
	position: absolute;
	font-size: 0;
	right: 1.7%;
	bottom: auto;
}
.new_disign_body .interior-simular__slider .owl-prev{
	right: 4%;
	left: auto;
}
.new_disign_body .interior-simular__slider .owl-prev:before{
	content: '';
	width: 51px;
	height: 8px;
	display: block;
	background: url(/img/new_images/link_l.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.new_disign_body .interior-simular__slider .owl-next:before{
	content: '';
	width: 51px;
	height: 8px;
	display: block;
	background: url(/img/new_images/link_r.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.new_disign_body .style-top-icons{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;	
}
.new_disign_body .style-top-icons a img{
	max-width: 60px;
	order: -1;
}
.name_down{
	font-size: 16px;
	line-height: 18px;
	color: #000;
	margin-top: 6px;	
}
.new_disign_body .style-top-icons a:first-child{
	margin-right: 16px; 
}
.new_disign_body .style-top__count:before{
	content: "";
	border-left: 1px solid #CACACE;
	padding-left: 50px;
	width: 1px;
	height: 100%;
	display: inline-block;
}
.new_disign_body .style-top__count-number:before{
	content: none;
}
.new_disign_body .style-top__count{
	margin-right: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;	
}
.new_disign_body .style-top__count-number{
	font-size: 70px;
	line-height: 85px;
	margin-right: 20px;
	position: relative;
	font-weight: 400;
	color: #4B919B;
}
.new_disign_body .style-top__count-text{
	font-size: 20px;
	line-height: 24px;
	max-width: 350px;
	font-weight: 400;
	color: #0A0A0A;
}
.new_disign_body .style-top__text{
	margin-left: 50px;  
	display: flex;
	align-items: center;
}
.new_disign_body .style-top__text:before{
	content: "";
	border-left: 1px solid #CACACE;
	padding-left: 50px;
	width: 1px;
	height: 100%;
	display: inline-block;  
}
.new_disign_body .style-top__text p{
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #0A0A0A; 
}
.new_disign_body .style-top{
	width: 100%;
	border-bottom: 1px solid #CACACE;
	border-top: 1px solid #CACACE;
	padding: 45px 0;
	margin-bottom: 0;
}
.new_disign_body .collection-products{
	padding: 60px 0 20px 0; 
}
.new_disign_body .filter__item{
	background: #fff;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: .3s;
	position: relative;
	border-radius: 4px;
	border: 1px solid #4B919B;
	line-height: 18px;
	display: flex;
	align-items: center;
	color: #4B919B;
}
.new_disign_body .filter__item:first-child{
	border-radius: 4px 0 0 4px;
	border-right: 0;
	border-left: 1px solid #4B919B;
}
.new_disign_body .filter__item:last-child{
	border-radius: 0 4px 4px 0;
	border-left: 0;
	border-right: 1px solid #4B919B;
}
.new_disign_body .filter__item:first-child:after{
	content: "";
	border-right: 1px solid #4B919B;
	width: 0;
	height: 75%;		
}
.new_disign_body .filter__item-name{
	display: inline-block;
	vertical-align: middle;
	padding: 12px 24px !important;
	line-height: initial;
}
.new_disign_body .filter__item:hover{
	background: #4B919B;
	border-color: #4B919B;
	color: #fff;
}
.new_disign_body .filter-dropdown{
	background: #ffffff;
	min-width: 220px;
	color: #0A0A0A;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 10px;
	padding: 22px 18px;
	opacity: 0;
	visibility: hidden;
	border-radius: 4px;
	box-shadow: 0px 10px 15px 0px #051F2B0D;
}
.new_disign_body .filter-dropdown, 
.new_disign_body .filter-dropdown:before{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: 100%;
	margin-top: 1px;
}
.new_disign_body .filter-dropdown:before{
	content: none;
}
.new_disign_body .filter__item.__dropdown{
	background: #4B919B;
	color: #fff;
	border-color: #4B919B;
}
.new_disign_body .checkbox-field input[type=checkbox]~label:before{
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 1px solid #afafb5;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 4px;
}
.new_disign_body .filter .checkbox-field input[type=checkbox]~label:before{
	background: #fff;
	border-color: #afafb5;
}
.new_disign_body .filter .checkbox-field input[type=checkbox]:checked~label:before{
	background: #ffffff;
	border-color: #7b7b84;
}
.new_disign_body .checkbox-field input[type=checkbox]~label:after{
	position: absolute;
	top: 1px;
	left: 7px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	border: solid #7b7b84;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg) scale(.2);
	-ms-transform: rotate(45deg) scale(.2);
	transform: rotate(45deg) scale(.2);
	width: 7px;
	height: 10px;
}
.new_disign_body .filter__item.js-filter-item .filter-dropdown__checkbox-field{
	height: auto !important;
	max-height: 300px;
}
.new_disign_body .filter .checkbox-field{
	margin-bottom: 14px;
	margin-top: 2px;
}
.new_disign_body .filter .checkbox-field input[type=checkbox]~label{
	white-space: nowrap;
	padding-left: 30px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #0A0A0A;
}
.new_disign_body .ps__thumb-y, 
.new_disign_body .ps__thumb-y:hover{
	background-color: #4a8e98;
}
.new_disign_body .ps__thumb-x, 
.new_disign_body .ps__thumb-y{
	background-color: #4a8e98;
	border-radius: 2px;
	position: absolute;
}
.new_disign_body .ps__thumb-y{
	width: 4px;
	right: 0px;
}
.new_disign_body .ps__rail-y.ps--clicking .ps__thumb-y, 
.new_disign_body .ps__rail-y:focus>.ps__thumb-y, 
.new_disign_body .ps__rail-y:hover>.ps__thumb-y{
	background-color: #4a8e98;
	width: 4px;
}
.new_disign_body .filter__title{
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	margin-right: 25px;
	line-height: 24px;
	color: #000;
}
.new_disign_body .filter-apply{
	margin-top: 10px;
}
.new_disign_body .filter .btn{
	background: #4b919b !important;
	border-radius: 4px;
	color: white !important;
	border: 1px solid #4b919b;
	cursor: pointer;
	width: 100%;
	padding: 8px;
	height: auto;
	line-height: normal;
	font-size: 14px;
	font-weight: 600;
}
.new_disign_body .filter .btn:hover{
	opacity: 0.7;
}
.new_disign_body .sort__text{
	font-size: 20px;
	vertical-align: middle;
	margin: 0;
	margin-right: 24px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
}
.new_disign_body .sort__input{
	width: 200px;
}
.new_disign_body .sort .nselect .nselect__head{
	background: #fff;
	color: #0A0A0A;
	border-radius: 4px;
	border: 1px solid #afafb5;
	cursor: pointer;
	-webkit-transition: .3s;
	position: relative;
	z-index: 1;
	-o-transition: .3s;
	transition: .3s;
}
.new_disign_body .js-filter-item.__active .filter__item-name{
	color: #4b919b; 
}
.new_disign_body .js-filter-item.__active:hover .filter__item-name{
	color: #FFFFFF;
}
.new_disign_body .filter__reset{
	height: 16px;
	display: inline-block;
	background: #E5E5E6;
	vertical-align: middle;
	border-radius: 50%;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	margin: 0;
	width: 0;
}
.new_disign_body .__active .filter__reset{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	margin: 0 18px 0 -15px;
	width: 16px;
}
.new_disign_body .filter__reset:after, 
.new_disign_body .filter__reset:before{
	content: "";
	position: absolute;
	width: 8px;
	height: 1px;
	background: #000;
	top: 50%;
	left: 50%;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}
.new_disign_body .filter__item:hover .filter__reset:after, 
.new_disign_body .filter__item:hover .filter__reset:before{
	background: #4B919B;
}
.new_disign_body .sort .nselect .nselect__list LI{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}
.new_disign_body .sort .nselect .nselect__inner{
	top: 45px;
	box-shadow: 0px 5px 15px 0px #051F2B2B;
	border-radius: 4px; 
}
.new_disign_body .sort .nselect .nselect__list LI{
	border: none;
	border-top: none;   
}
.new_disign_body  .sort .nselect .nselect__list LI._last{
	border-radius: 0;
}
.new_disign_body .nselect .nselect__list LI.__current, 
.new_disign_body .nselect .nselect__list LI._active{
	display: none;  
}
.new_disign_body .nselect .nselect__list LI:hover{
	background: #F5F5F5;	
}
.new_disign_body .sort .nselect .nselect__list LI:before{
	content: '';
	width: 24px;
	height: 24px;
	display: block;
	margin-right: 8px;
}
.new_disign_body .sort .nselect .nselect__list LI[data-val="1"]:before{
	background: url(/img/new_images/Fire.svg);
	background-size: contain;
	background-repeat: no-repeat;   
}
.new_disign_body .sort .nselect .nselect__list LI[data-val="2"]:before{
	background: url(/img/new_images/Increase.svg);
	background-size: contain;
	background-repeat: no-repeat;	   
}
.new_disign_body .sort .nselect .nselect__list LI[data-val="3"]:before{
	background: url(/img/new_images/Decrease.svg);
	background-size: contain;
	background-repeat: no-repeat;	   
}
.new_disign_body .sort .nselect .nselect__list LI[data-val="4"]:before{
	background: url(/img/new_images/Sort_A-Я.svg);
	background-size: contain;
	background-repeat: no-repeat;	   
}
.new_disign_body .sort__input .nselect.nsBelfan._active .nselect__head:after{
	transform: rotate(180deg);  
}
.new_disign_body .collection-products .filter, .collection-products h3{
	margin-bottom: 40px;
}
.new_disign_body .filter-dropdown__checkbox-field .ps__rail-y{
	background: #dedee0;
	width: 5px; 
}
.new_disign_body .item_block_sect_hover{
	position: relative;
}
.new_disign_body .item_block_sect{
	width: 24.32%;  
}
.new_disign_body .item_block_sect{
	position: relative; 
}
.new_disign_body .page_new_design .frame_primer{
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	border: 0;
	outline: 0;
	letter-spacing: .02em;
	cursor: pointer;
	transition: all .3s;
	box-sizing: border-box;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 0;
	position: absolute;
	top: 12px;
	left: 20px;
	max-width: 102px;
	height: 22px;
	padding: 4px 8px 4px 8px;
	border-radius: 5px;
	font-weight: 500;
	font-size: 11px;
	color: white;
	background-color: #4b919b;
	z-index: 4;
}
.block_item_stickers{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	position: absolute;
	top: 12px;
	z-index: 4;
	right: 0;   
}
.sect_name_item{
	display: block; 
}
.new_disign_body .page_new_design .frame_primer{
	z-index: 4; 
}
.new_disign_body .shown_image_item_sect img{
	display: block;
	width: 44px;
	padding: 4px;
	border-radius: 50%; 
	height: 44px;
}
.new_disign_body .sect_colors_item__option.active  .shown_image_item_sect img{
	border: 1px solid #4b919b;  
}
.new_disign_body .sect_corors_item_options{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 10px;
}
.new_disign_body .sect_colors_item__option{
	margin-right: 8px;
	margin-bottom: 8px;
	cursor: pointer;
	position: relative;
}
.new_disign_body .full_block_colors{
	font-size: 12px;
	color: #989898;
	font-weight: 400;
	line-height: 15px;  
	cursor: pointer;
	margin-top: -8px;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;	
}
.new_disign_body .full_block_colors span{
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;  
	margin-right: 4px;
}
.new_disign_body .hover_name_color_sect{
	display: none;
}
.new_disign_body .hover_name_color_sect{
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
	padding: 3px 9px;
	background: #EBEBEB;
	width: max-content;
	position: absolute;
	top: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.new_disign_body .sect_colors_item__option:hover .hover_name_color_sect{
	display: block;
}
.new_disign_body .sect_colors_item__option{
	display: none;  
}
.new_disign_body .sect_colors_item__option:nth-child(1),
.new_disign_body .sect_colors_item__option:nth-child(2),
.new_disign_body .sect_colors_item__option:nth-child(3),
.new_disign_body .sect_colors_item__option:nth-child(4),
.new_disign_body .sect_colors_item__option:nth-child(5)
{
	display: block; 
}
.new_disign_body .sect_colors_item__option.full_colors{
	display: block;
}
.new_disign_body .content__text{
	padding: 0;
	position: relative;
	z-index: 2;
	background: #ffffff;
	margin: 0 auto; 
	padding: 0 60px;
	padding-bottom: 40px !important;
}
.content__text_new_disign .full_prop_blocks_name{
	padding-bottom: 40px;
}
.content__text_new_disign .video-responsive{
	margin-bottom: 40px;
}
.content__text_new_disign > p{
	width: 90%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #0A0A0A; 
}
.new_disign_body .style-top-icons a{
	display: flex;
	flex-direction: column;
	align-items: center;	
}
.new_disign_body .name_file_sect{
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	color: #0A0A0A;
	margin-top: 5px;
	display: block; 
}
.style-top__text a{
	display: none;
}
.new_disign_body .sect_prices_item{
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	color: #000000;
	margin-right: 12px;
}
.new_disign_body .sect_name_item{
	padding-bottom: 30px;
}
.new_disign_body .sticker{
	text-transform: uppercase;  
}
@media screen and (max-width: 1780px){
	.new_disign_body .item_block_sect{
/*		width: 32.7%;*/
	}   
}
@media screen and (max-width: 1449px){
	.new_disign_body .item_block_sect{
		width: 31.93%;
		margin: 10px 0.7% 80px;
	}   
	.new_disign_body .collection-interiors .interior-item__desc, .new_disign_body .collection-interiors .interior-item__title, .new_disign_body .collection-interiors .interior-price{
		font-size: 18px;
		line-height: 22px;
	}
	.new_disign_body .style-top__count-text{
		font-size: 16px;
		line-height: 20px;
	}
	.new_disign_body .style-top__text p{
		font-size: 16px;
		line-height: 20px;
	}
	.new_disign_body .sect_name_item{
		padding-bottom: 30px;
		font-size: 18px;
		font-weight: 400;
		line-height: 24px;
		color: #000;
	}
   .new_disign_body .old_prices_sect{
		font-size: 16px;
		line-height: 20px;
		margin-right: 10px;
	}
   .new_disign_body .discount_prices_sect{
		font-size: 16px;
		line-height: 20px;
		padding: 4px 18px 4px 8px;
		margin-right: 20px;
	}
	.new_disign_body .stock_item_sect .label{
		position: initial;
	}   
}
@media screen and (max-width: 1365px){
	.new_disign_body .page_new_design .frame_primer{
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		border: 0;
		outline: 0;
		letter-spacing: .02em;
		cursor: pointer;
		transition: all .3s;
		box-sizing: border-box;
		justify-content: space-between;
		margin: 0 auto;
		margin-top: 0;
		position: absolute;
		top: 6px;
		z-index: 4;
		left: 12px;
		max-width: 80px;
		height: 16px;
		padding: 4px 8px 4px 8px;
		border-radius: 5px;
		font-weight: 500;
		font-size: 8px;
		color: white;
		background-color: #4b919b;
	}
	.new_disign_body .block_item_stickers{
		top: 6px;
	}
	.new_disign_body .item_block_sect{
		padding: 8px 8px 0;
		margin: 10px 0.7% 40px;
	}
	.new_disign_body .page_new_design .item_block_sect .owl-dots{
		bottom: 6px;
	}
	.new_disign_body .page_new_design .frame_primer img{
		width: 10px;	
	}
	.page_new_design .breadcrumbs+h1, .page_new_design .title-top--head h1{
		font-size: 32px;
		line-height: 38px;
	}
	.new_disign_body .interior-simular__slider .owl-prev{
		right: 6%;
		left: auto;
	}
	.new_disign_body .style-item.style-item-new{
		height: auto;
		width: auto;
		min-height: auto;
	}   
	.new_disign_body .style-top__count-text{
		max-width: 260px;   
	}
	.new_disign_body .style-top-icons a img{
		max-width: 44px;
	}   
	.name_file_sect{
		font-size: 12px;
		line-height: 15px;
	}
	.new_disign_body .style-top__count-number{
		font-size: 50px;
		line-height: 60px;
		margin-right: 16px;
	}   
	.new_disign_body .style-top__text p{
		font-size: 14px;
		line-height: 17px;
	}
	.new_disign_body .style-top__text:before{
		padding-left: 22px;
	}
	.new_disign_body .style-top__text{
		margin-left: 22px;
	}
	.new_disign_body .style-top__count{
		margin-left: 22px;
	}   
	.new_disign_body .style-top__count:before{
		padding-left: 22px;
	}
	.new_disign_body .interior-simular__slider{
		margin-bottom: 0;
	}
	.new_disign_body .style-top{
		padding: 30px 0;
	}
	.new_disign_body .collection-products{
		padding: 30px 0 20px 0;
	}
	.new_disign_body .interior-item__text{
		padding: 12px 0 0 0;
	}
	.new_disign_body .filter__title{
		font-size: 18px;
		line-height: 22px;
	}   
	.new_disign_body .sort__text{
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 0;
	}   
	.new_disign_body .sect_name_item{
		padding-bottom: 20px;
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
	}   
	.new_disign_body .sect_code_articul{
		font-size: 9px;
		line-height: 12px;
	}
	.shops_item_code a{
		font-size: 9px;
		line-height: 12px;
	}
	.new_disign_body .sect_prices_item{
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
		text-align: left;
		color: #000000;
		margin-right: 10px;
	}
	.new_disign_body .old_prices_sect{
		font-size: 12px;
		line-height: 15px;
		margin-right: 10px;
	}
	.new_disign_body .discount_prices_sect{
		font-size: 12px;
		line-height: 16px;
		padding: 2px 18px 2px 5px;
		margin-right: 20px;
	}
	.new_disign_body .stock_item_sect{
		font-size: 12px;
		line-height: 16px;
		margin: 10px 0 0;
	}   
	.new_disign_body .stock_item_sect .label{
		font-size: 12px;
		line-height: 16px;
		font-weight: 500;
	}   
	.new_disign_body .shown_image_item_sect img{
		width: 36px;
		 height: 36px;
	}
	.sect_prices_blocks{
		padding-bottom: 12px;
	}
	.new_disign_body .full_block_colors span{
		font-size: 15px;
		line-height: 16px;
	}   
	.new_disign_body .full_block_colors{
		font-size: 10px;
		line-height: 12px;
	}
	.new_disign_body .sect_colors_item__option{
		margin-right: 4px;
		margin-bottom: 4px;
	}   
	.content__text_new_disign > p{
		width: 100%;
		margin: 0 auto;
		font-size: 16px;
		line-height: 25px;
		font-weight: 400;
		color: #0A0A0A;
	}   
	.new_disign_body .item_block_sect:hover{
		max-height: 600px;
		padding: 8px 8px 0px !important;
	}
	.new_disign_body .__filter .sort__text{
		display: block;
		margin-bottom: 0;
	}   
}
@media screen and (max-width: 1023px){
	.name_down{
		font-size: 14px;
		line-height: 16px;
		color: #000;
		margin-top: 6px;
	}   
	.new_disign_body .style-top{
		display: flex !important;
	}
	.new_disign_body .filter{
		display: block;
		z-index: 5;
		position: initial;
	}
	.new_disign_body .sort{
		position: initial;
	}
	.new_disign_body .filter__title{
		border-bottom: none !important;
	}
	.new_disign_body .sort__text{
		border-bottom: none !important;
	}
	.new_disign_body .filter .filter__list{
		display: inline-block;
		width: auto;
		position: initial;
		vertical-align: middle;
	}
	.new_disign_body .sort__input{
		position: initial !important;
		text-align: initial !important;
		width: 165px;
		display: inline-block;
		vertical-align: middle;
	}   
	.new_disign_body .sort__input:before{
		content: none;  
	}
	.new_disign_body .filter__list:before{
		content: none;  
	}
	.new_disign_body .filter__list>div{
		display: flex;
	}
	.new_disign_body .sort__input .nselect__inner{
		opacity: 0;
		visibility: visible;
		position: absolute;
	}
	.new_disign_body .filter__item{
		background: #fff !important;
		font-size: 14px;
		font-weight: 500;
		cursor: pointer;
		transition: .3s;
		position: relative;
		border-radius: 4px;
		border: 1px solid #4B919B !important;
		line-height: 18px;
		display: flex;
		align-items: center;
		color: #4B919B !important;
	}   
	.new_disign_body .filter__item:first-child{
		border-radius: 4px 0 0 4px !important;
		border-right: 0 !important;
		border-left: 1px solid #4B919B !important;
	}
	.new_disign_body .filter__item:last-child{
		border-radius: 0 4px 4px 0 !important;
		border-left: 0 !important;
		border-right: 1px solid #4B919B !important;
	}
	.new_disign_body .filter__item-name:after, 
	.new_disign_body .filter__item-name:before{
		content: none !important;
	}
	.new_disign_body .filter__item-name{
		display: inline-block;
		vertical-align: middle;
		padding: 10px 16px !important;
		line-height: initial;
		font-size: 12px;
		border-bottom: none;
	}
	.new_disign_body .filter__title{
		font-size: 16px;
		line-height: 20px;
		margin-right: 12px;
	}
	.new_disign_body .sort__text{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 0;
		margin-right: 13px;
	}
	.new_disign_body .nselect .nselect__head:after{
		top: 15px;  
	}   
	.new_disign_body .sort__input .nselect .nselect__head:before{
		content: none;
	}
	.new_disign_body .sort__input .nselect .nselect__head, .new_disign_body .nselect .nselect__list LI{
		font-weight: 400;
		height: 36px !important;
		line-height: 36px !important;
		padding: 0 8px !important;
		width: 100%;
		font-size: 12px !important;
	}
	.new_disign_body .item_block_sect{
		width: 48%;
	}   
	.new_disign_body .sticker{
		font-size: 8px;
		padding: 3px 10px;
	}   
	.new_disign_body .sort .nselect .nselect__list LI:before{
		content: '';
		width: 18px;
		height: 18px;
	}
	.new_disign_body .filter .checkbox-field input[type=checkbox]~label{
		white-space: nowrap;
		padding-left: 0;
		font-weight: 400;
		font-size: 12px;
		line-height: 14px;
		color: #0A0A0A;
	}
	.new_disign_body .filter-apply{
		margin-top: 10px;
		padding-bottom: 0;
	}
	.new_disign_body .filter .checkbox-field{
		margin-bottom: 10px;
		margin-top: 2px;
	}   
	.new_disign_body .filter-dropdown{
		min-width: 170px;
	}   
}
@media screen and (max-width: 991px){
	.new_disign_body .collection-interiors .interior-item__desc, .new_disign_body .collection-interiors .interior-item__title, .new_disign_body .collection-interiors .interior-price{
		font-size: 16px;
		line-height: 20px;
	}
	.new_disign_body .style-top{
		display: flex !important;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.new_disign_body .style-top__text{
		margin-left: 0;
		padding-top: 30px;
		border-top: 1px solid #cacace;
	}
	.new_disign_body .style-top__text:before{
		content: none;
	}
	.new_disign_body .style-top-icons{
		margin-bottom: 30px;
	}
	.new_disign_body .style-top__count{
		margin-bottom: 30px;
	}
	.new_disign_body .style-top__count:before{
		padding-left: 50px;
	}   
	.new_disign_body .style-top__count-text{
		max-width: 370px;
	}
	.new_disign_body .style-top__count-text{
		font-size: 14px;
		line-height: 18px;
	}   
	.new_disign_body .interior-simular__slider .owl-prev{
		right: 8%;
		left: auto;
	}
	.new_disign_body .content__text{
		padding: 0 40px;
	}   
}
@media screen and (max-width: 767px){
	.new_disign_body .wrapper{
		max-width: 1720px;
		margin: 0 auto;
		width: 100%;
		max-width: 100% !important;
	}   
	.new_disign_body .title-top.__filter{
		display: inline-flex;
		flex-direction: column;
	}   
	.page_new_design .breadcrumbs li{
		font-size: 12px;
	}
	.page_new_design .breadcrumbs{
		margin-bottom: 20px;
	}   
	.new_disign_body .collection-interiors{
		padding: 10px 0;
	}
	.new_disign_body .interior-simular__slider .owl-next, .new_disign_body .interior-simular__slider .owl-prev{
		width: 32px !important;
		top: -44px;
		right: 6.7%;
	}
	.new_disign_body .interior-simular__slider .owl-prev:before{
		width: 33px;
	}
	.new_disign_body .interior-simular__slider .owl-next:before{
		width: 33px;
	}
	.new_disign_body .interior-simular__slider .owl-prev{
		right: 11%;
		left: auto;
	}
	.new_disign_body .collection-interiors .interior-item__desc, .new_disign_body .collection-interiors .interior-item__title, .new_disign_body .collection-interiors .interior-price{
		font-size: 18px;
		line-height: 20px;
	}
	.new_disign_body .style-top__text{
		order: -1;
		border-top: none;
		padding-top: 0;
		border-bottom: 1px solid #cacace;
		padding-bottom: 15px;
	}
	.new_disign_body .style-top{
		padding: 20px 0 0;
		border-top: none;	   
	}
	.new_disign_body .style-top__text p{
		font-size: 12px;
		line-height: 15px;
	}
	.new_disign_body .style-top-icons{
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 0;
		margin-top: 0;
		border-bottom: 1px solid #cacace;
		padding: 15px 0;	
	}
	.new_disign_body .style-top-icons a{
		display: flex;
		flex-direction: row;	
		width: 50%;	 
	}
	.new_disign_body .style-top-icons a img{
		max-width: 30px;
	}
	.name_file_sect{
		font-size: 12px;
		line-height: 15px;
		margin-left: 10px;
	}   
	.new_disign_body .style-top__count{
		margin: 0;
		padding: 15px 0;
		width: fit-content;
	}
	.new_disign_body .style-top__count:before{
		content: none;
	}
	.new_disign_body .style-top__count-number{
		font-size: 30px;
		line-height: 34px;
		margin-right: 10px;
	}
	.new_disign_body .style-top__count-text{
		font-size: 12px;
		line-height: 14px;
		width: 100%;
		max-width: 100%;
	}   
	.new_disign_body .filter__item{
		font-size: 10px;
		line-height: 12px;
	}
	.new_disign_body .filter__item-name{
		font-size: 10px;
	}
	.new_disign_body .collection-products .filter{
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;	
		margin-bottom: 28px;
	}
	.new_disign_body .collection-products .__filter .sort{
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 28px;	
		margin-left: 0;
		z-index: 1;
	}
	.new_disign_body .sort__input{
		width: 158px;
	}
	.new_disign_body .sort__input .nselect .nselect__head, .new_disign_body .nselect .nselect__list LI{
		height: 34px;
		line-height: 34px
	}   
	.new_disign_body .sticker{
		font-size: 7px;
		padding: 3px 4px;
		margin-right: 4px;
	}
	.new_disign_body .block_item_stickers{
		top: 6px;
		right: auto;
		left: 8px;
	}
	.new_disign_body .page_new_design .frame_primer{
		display: none;
	}
	.new_disign_body .page_new_design .item_block_sect .owl-dots{
		display: flex !important;
	}
	.new_disign_body .sect_name_item{
		padding-bottom: 12px;
		font-size: 12px;
		font-weight: 400;
		line-height: 15px;
		margin-top: 5px;
	}
	.new_disign_body .sect_prices_item{
		font-size: 14px;
		font-weight: 400;
		line-height: 17px;
		text-align: left;
		color: #000000;
		margin-right: 4px;
	}
	.new_disign_body .old_prices_sect{
		font-size: 10px;
		line-height: 12px;
		margin-right: 4px;
	}
	.new_disign_body .discount_prices_sect{
		font-size: 10px;
		line-height: 12px;
		padding: 1px 18px 1px 2px;
		margin-right: 10px;
	}
	.new_disign_body .stock_item_sect .label{
		font-size: 10px;
		line-height: 16px;
		font-weight: 500;
		margin-top: 0;
	}
	.new_disign_body .stock_item_sect .label:before{
		width: 6px;
		height: 6px;
		margin-top: 2px;
	}   
	.new_disign_body .sect_prices_blocks{
		padding-bottom: 12px;
	}
	.new_disign_body .shown_image_item_sect img{
		width: 20px;
		padding: 2px;
		height: 20px;
	}   
	.new_disign_body .hover_name_color_sect{
		font-size: 8px;
		font-weight: 400;
		line-height: 10px;
		padding: 2px 6px;
	}
	.new_disign_body .sect_colors_item__option{
		margin-right: 2px;
		margin-bottom: 2px;
	}
	.new_disign_body .full_block_colors{
		font-size: 10px;
		line-height: 12px;
		width: 100%;
		margin-top: 4px;
	}
	.page_new_design .item_block_sect .owl-dots.disabled{
		display: none !important;
	}
	.new_disign_body .collection-products{
		padding: 30px 0 0px 0;
	}
	.new_disign_body .content__text{
		padding: 0 20px;
	}
	.content__text_new_disign .full_prop_blocks_name{
		padding-bottom: 20px;
	}
	.interior-simular__slider .owl-nav{
		display: none;
	}
	.name_down{
		font-size: 12px;
		line-height: 14px;
		color: #000;
		margin-top: 0;
		margin-left: 8px;
	}   
}
.js-collection-slider.collection-page-owl-carusel:not(.owl-loaded){
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between; 
}
.js-collection-slider.collection-page-owl-carusel:not(.owl-loaded) .two-items-of-carusel{
	width: 33%;
}
/* @media screen and (max-width: 1559px){ */
	/* .buttons_sale_sect{ */
		/* margin-bottom: 14px !important; */
	/* }	 */
/* } */
/* @media screen and (max-width: 1365px){ */
	/* .buttons_sale_sect{ */
		/* margin-bottom: 9px !important; */
	/* }	 */
/* } */

.owl-dots{
	display: flex;
	text-align: center;
	position: absolute;
	margin-top: 0;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	padding: 0 10px;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.products-list .owl-dot{
	height: 1px;
	display: inline-block;
	border-radius: 0;
	border: 1px solid #B2B2B2;
	margin: 0 5px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 100%;
}

.mr-gallery{
	margin-right: 20px;
}
/* .new_disign_body .item_block_sect{ */
	/* margin: 10px 0.31% 20px;	 */
/* } */
.frame_primer{
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	border: 0;
	outline: 0;
	letter-spacing: .02em;
	cursor: pointer;
	transition: all .3s;
	box-sizing: border-box;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 0;
	position: absolute;
	top: 12px;
	left: 20px;
	max-width: 96px;
	height: 22px;
	padding: 4px 8px 4px 8px;
	border-radius: 5px;
	font-weight: 500;
	font-size: 10px;
	color: white;
	background-color: #4b919b;
	z-index: 4;
}
.new_disign_body .filter__item:first-child{
	border-radius: 4px;
	border-left: 1px solid #4B919B;
	border-right: 1px solid #4B919B;
}

.js-section-item-gallery.owl-carousel{
	display: block;
}
.js-section-item-gallery.owl-carousel > img{
	display: none;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.js-section-item-gallery.owl-carousel > img:first-child{
	display: block;
}
.js-section-item-gallery.owl-carousel > .slider_item_block_sect{
	display: none;
}
.js-section-item-gallery.owl-carousel > .slider_item_block_sect:first-child{
	display: block;
}
.js-section-item-gallery.owl-carousel > .slider_item_block_sect:first-child img{
	display: block;
	width: 100%;
}
.new_disign_body .shop-where{
	margin: 125px 0 0;
	padding: 0 0 95px;
	background-color: #fff;
}
.shop__photo{
	position: relative;	
}
.shop__photo .stiker-pos{
	position: absolute;
	bottom: 12px;	
}
.shop__photo .pos-text{
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 10px;
	height: 52px;
	background: #AFD970;
	color: #0A0A0A;
	padding: 10px;
	width: 142px;	
}
.shop__photo .count{
	font-size: 28px;
	font-weight: 600;
	padding-right: 10px;	
}
.shop__photo .collection-count{
	color: #0A0A0A;
	font-size: 16px;
	width: 87px;	
}
.shop__photo .triangle-discount{
	left: 142px;
	bottom: 10px;
	position: absolute;
	z-index: 1;
	height: 52px;	
}
.shop-help__btn{
	display: flex!important;
	justify-content: center;
}
.new_disign_body .shop-help__btn .btn{
/*	float: left;*/
	display: block;
	width: 220px;
}
.new_disign_body .shop-help__btn .btn:hover{
	color: #4B919B;
	background: #fff;	
}
.new_disign_body .gallery-title{
	margin-left: 0;	
}
.new_disign_body .shop_item_right{
	max-width: max-content;
	width: auto;
}
.new_disign_body .shop_item_left{
	max-width: initial;
	width: 47%;
}
.new_disign_body .shop_item_right{
	max-width: initial;
	width: 47%;
}
.new_disign_body .flex_shop{
	gap: 6%;
}
@media screen and (max-width: 991px){
	.new_disign_body .flex_shop{
		gap: 0;
	}
	.new_disign_body .shop_item_left{
		max-width: initial;
		width: 100%;
		margin-bottom: 65px;
	}
	.new_disign_body .shop_item_right{
		max-width: initial;
		width: 100%;
	}	
	.new_disign_body .shop-where{
		margin: 60px 0 0;
		padding: 0 0 60px;
		background-color: #fff;
	}
	.new_disign_body .gallery-title{
		margin-left: 0;
		text-align: left;
	}
	.new_disign_body h3{
		font-size: 32px !important;
		text-align: left !important;
		font-weight: 500 !important;
	}	
}
@media screen and (max-width: 767px){
	.new_disign_body h3{
		font-size: 24px !important;
		line-height: 32px !important;
	}
	.new_disign_body h2.shop-where-h3{
		margin-bottom: 25px;
		font-size: 24px;
		line-height: 32px;
	}
	.new_disign_body.shop-where-title{
		font-size: 18px;
		margin-top: 25px;
	}
   .new_disign_body .map-popup__link{
		font-size: 14px !important;
		line-height: 16px;
	}
	.new_disign_body #myMap	{
		height: 263px !important;
	}
	.new_disign_body .map-popup{
		max-width: 320px !important;
		min-width: 290px !important;
	}	
	.new_disign_body .map-popup > ymaps{
		height: auto !important;
		width: auto !important;	
	}
	.frame_primer{
		display: none;
	}
	.shop__media{
		padding: 40px 0 10px;
/*		display: none;*/
	}
	.name-wight{
		font-size: 16px;
		line-height: normal;		
	}
	.scheme-title{
		font-size: 18px;
		font-weight: 500;
	}	
	.new_disign_body .sect_prices_item{
		font-size: 14px;
		font-weight: 400;
		line-height: 17px;
		text-align: left;
		color: #000000;
		margin-right: 6px;
		margin-bottom: 4px;
	}
	.new_disign_body .old_prices_sect{
		font-size: 10px;
		line-height: 10px;
		margin-right: 6px;
	}	
	.new_disign_body .discount_prices_sect{
		font-size: 10px;
		line-height: 12px;
		padding: 1px 18px 1px 2px;
		margin-right: 0;
		margin-top: 0;
	}	
}
.new_disign_body .image-popup{
	color: #0a0a0a;	
}
.new_disign_body .shop-where-title{
	font-weight: 500;	
}
.new_disign_body .owl-dot.active{
	background: #F93C00 !important;
	border-color: #F93C00 !important;
}
.item_block_sect{
	margin-bottom: 20px !important;
}
.item_block_sect:hover{
	margin-bottom: 20px !important;
}
/* .item_block_sect{ */
	/* height: 100% !important;	 */
/* } */
/* .item_block_sect:hover{ */
	/* padding-top: 20px !important; */
/* } */
.new_disign_body .products-list{
	margin: 0;
	margin-bottom: 40px;	
}
/* .new_disign_body .slider_item_block_sect{ */
	/* padding: 0 2px; */
/* } */
@media screen and (max-width: 768px){
	.rooms-slider .slick-slide img{
		width: 100%;
	}	
}
.sliders_item_block_sect {
    margin: 0px -15px;
    width: calc(100% + 30px) !important;
    margin-top: -20px;
}
@media screen and (max-width: 1365px) {
	.sliders_item_block_sect {
		margin: 0px -8px;
		width: calc(100% + 16px) !important;
		margin-top: -8px;
	}	
}

/* End */
/* /local/components/HB/info.shops/templates/design24/style.css?17381428701644 */
/* /local/components/HB/info.stor/templates/shops/style.css?174403730350659 */
