

/* Start:/local/templates/belfanmain/components/bitrix/news.detail/sitemap/style.css?17538490578322*/
/*new_design*/
.big_title_collections{
	font-size: 80px !important;
	line-height: normal !important;
	font-weight: 500 !important;
}
.sale_recommended_name h2{
	font-size: 32px !important;
	font-weight: 400 !important;
	line-height: 38px !important;
	color: #000 !important;
	margin: 0 0 0;
}
.recommended_item{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.recommended_item_item_block{
	width: 320px; 
	margin-right: 20px;
	margin-bottom:20px;
	display: flex
}
.btn_new:hover{
	background: #fff;
	color: #4b919b;
	border: 1px solid #4b919b;
}
.btn_new{
	padding: 0px 35px;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
	position: relative;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	line-height: 50px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-flex-shrink: 0;
	background: #4b919b;
	border-radius: 4px;
	color: #fff;
	border: 1px solid #4b919b;
	cursor: pointer;
	font-family: InterTight-Bold;
}
/*end new_design*/

div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
/*  [BLFN-1306-4]  */

.novelty .product_block .product-item a>img{
  width: calc(100% - 20px);
}
.novelty__content {
	margin: 0 auto !important;
	width: 100%;
	max-width: 750px;
}
.novelty__content p {
	font-size: 16px !important;
	margin-bottom: 15px !important;
	line-height: 1.4 !important;
	letter-spacing: normal !important;
}

.novelty__content li {
	line-height: 1.4 !important;
}

.novelty__content h2 {
	font-size: 28px;
	line-height: 25px;
	margin: 0 0 22px;
}

.novelty__content h3 {
	font-size: 25px;
	line-height: 25px;
	margin: 0 0 22px;
	text-align:left;
}

.novelty__content h4 {
	font-size: 22px;
	line-height: 25px;
	margin: 0 0 22px;
	text-align:left;
}
.novelty__content .product_block{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 660px;
	background: #f5f5f5;
}
.product_block .title_block{
	width: 100%;
	padding: 20px 35px;
}
.product_block .title_block>a{
	color: #000;
	border-color: rgba(0,0,0,.25);
	font-weight: 700;
	line-height: 24px;
	font-size: 16px;
}
.product_block .product-item__price{
	display: flex;
	justify-content: start;
}
.product_block .product-item__price>div{
	cursor: default;
}
.product_block .product-item__price .product-item__price_discount{
	color: #b93e14;
	margin-right: 20px;
	font-weight: bold;
}
.page_new_design .uslugi_blocks ul li:before{
	background-color: #4b919b;
}
@media screen and (max-width: 375px){
  .product_block .product-item__price .product-item__price_discount{
	margin-right: 10px;
  }
}
@media screen and (max-width: 320px){
  .product_block .product-item__price{
	flex-wrap: wrap;
	justify-content: center;
  }
  .product_block .product-item__price .product-item__price_discount{
	margin-right: 0;
  }
}
.product_block .product-item__price .product-item__price_full{
	font-size: 0.9em;
	position: relative;
}
.product_block .product-item__price .product-item__price_full:before {
	border-bottom: 1px solid #000;
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	transform: rotate(-7deg);
}
.product_block .product-btn{
	width: 100%;
	text-align: center;
	padding: 0px 35px 20px;
}
.product_block .product-btn .btn{
	width: 75%;
}
/*
.novelty__content h2 {
	font-size: 28px;
	margin: 0 0 20px;
	line-height: 42px;
}
.novelty__content h3 {
	font-size: 23px;
	margin: 0 0 18px;
	line-height: 42px;
}*/

.list.list--star {
	margin-bottom: 15px;
}
.list.gul-list--star {
  	margin-bottom: 15px;
	counter-reset: a;
	padding: 0;
	list-style: none;
}
.list.list--disc {
	padding: 0;
	list-style: none;
}

.list.gul-list--star li {
  position: relative;
  padding-top: 10px;
  padding-left: 53px;
  padding-bottom: 10px;
}
.list.list--disc li {
	position: relative;
	padding-left: 53px;
	/*padding-top: 7px;*/
	/*padding-bottom: 7px;*/
}

.list.gul-list--star li:before {
  position: absolute;
  top: 3px;
  left: 10px;
  display: block;
  width: 32px;
  height: 32px;
  content: '';
  background-color: transparent;
  border: 2px solid #FFA500;
  border-radius: 50%;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
}


.list.gul-list--star li:after {
  position: absolute;
  top: 4px;
  left: 10px;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  content: counter(a);
  counter-increment: a;
  color: #FFA500;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
}
.list.list--disc li:before {
	position: absolute;
	top: 4px;
	left: 34px;
	display: block;
	width: 12px;
	height: 12px;
	content: '';
	background-color: #FFA500;
	border-radius: 50%;
	transform: translateX(-50%);
}


.important__frame__wrapper-list {
	margin-bottom: 15px;
	padding: 24px 18px;
	border: 2px solid #FFA500;
}

.important__backing__wrapper-list {
	margin-bottom: 15px;
	padding: 24px 18px;
	background-color:rgba(221,170,113,0.68);
}
.important__backing__wrapper-list h3, .important__backing__wrapper-list h4 {
	text-align:left!important;
}
.novelty__content p img {
	max-width: 94%!important;
	height: auto !important;
}
@media (max-width:450px){
	.novelty__content ul li {
		margin-left:10px;
	}
	.list--disc {
		margin-left:0px;padding-left:0px;
	}
	.list--disc li{
		margin-left:0px;padding-left:28px!important;
	}
	.list.list--disc li:before {
		position: absolute;
		top: 4px;
		left: 10px;
		display: block;
		width: 12px;
		height: 12px;
		content: '';
		background-color: #FFA500;
		border-radius: 50%;
		transform: translateX(-50%);
	}
	.novelty__sidebar .news-item:nth-child(n+3) {
		display: none;
	}
	.novelty__content img{
		width:100%;
		height:auto;
	}
	.novelty__content-gallery{
		width:43%!important;
		height:auto;
		margin:10px;
	}
}
.content {
	background:white!important;
}
.blog__link{
	background:#fdf2e6;
	width: 80%;
	padding: 3%;
	border-left: solid orange 5px;
	border-radius: 3%;
	margin-bottom: 2%;
}

.blog__link a{
	color:blue;
	text-decoration:underline;
}
.tips-read{
	padding-top: 4%;
	padding-bottom: 3%;
	padding-left: 4%;
	background: #f5f5f5;
	border-left: solid #e3b96e 8px;
	margin-bottom: 2%;

}
.tips-read strong{
	font-size: 28px;
	line-height: 0px;
	margin: 0 0 22px;
	color: #6f6352;
}
.tips-read a{
	color:blue;
	text-decoration:underline;
}

.tips-read li{
	list-style:circle;
	margin-top:1%;
}
.blokBG{
	background: #bfc6da38;
	border-left: 9px solid #a5a2a2;
	border-right: solid black px;
	padding-bottom: 1%;
	padding-top: 1%
}

.post-details{
	display:flex;
	justify-content: space-between;
	margin:5px 0 15px;
}
.post-share-btn{
	display: flex;
}
.ya-share2 {
   margin-top:-5px;
}
.novelty__detail-picture img {
	margin:10px 0!important;
}
.product-item__extra{
	z-index: 999 !important
}
.novelty.sect_wrap_sitemap .wrapper {
	max-width: initial !important;
}
.sect_elem_sitemap{
	display: flex;
	flex-wrap: wrap;	
}
@media screen and (max-width: 767px){
	.novelty.sect_wrap_sitemap .wrapper{
		 width: 100% !important;
		 max-width: calc(100% - 20px)!important;
	}
}
.kea-buttons-viewall-posadki {
	display: flex;
	align-items: center;
	margin-top: auto;
	padding: 30px 0 0 0;
	width: 100%;
	justify-content: center;
}
.kea-button-viewall-posadki {
	padding: 0px 35px;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	position: relative;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	line-height: 50px;
	font-weight: 600;
	border: 0;
	border-radius: 25px 0 25px 25px;
	text-transform: uppercase;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
}
.kea-button-viewall-posadki {
	color: white !important;
	background: #54b415 !important;
}
.kea-button-viewall-posadki{
	text-decoration: none;
}
.kea-button-viewall-posadki:hover {
	background: #088c1a !important;
}
.kea-buttons-viewall-posadki span{
	padding: 0 16px;
	color: #A0A0A0;
	font-size: 16px;
}
@media (max-width: 767px){
	.recommended_item_item_block{
	width: 45%; 
	}
	.big_title_collections{
	font-size: 32px !important;
}
}
@media (max-width: 465px){
	.recommended_item_item_block{
	width: 40%;
	margin-right: 5px;
	margin-bottom: 10px;
	}
}
@media (max-width: 320px){
	.recommended_item_item_block{
	width: 120px; 
	margin-right: 10px;
	}
}
/* End */


/* Start:/local/components/HB/catalog.all.styles/templates/design25/style.css?175006010420616*/
.new_disign_body .styles-item__counts{
    top: 60px;
    display: flex;
    flex-direction: column;
    gap: 36px;
    left: 70px;
    position: relative;
    z-index: 1;
}
.new_disign_body .styles-item__count{
    display: flex;
    flex-direction: column;
    gap:5px;
    margin: 0;
    padding: 0;
}
.new_disign_body .styles-item__count-number{
    display: block;
    font-size: 44px;
    font-weight: 500;
    line-height: 48.4px;
    color:#fff;
}
.new_disign_body .styles-item__count-text{
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    color:#fff;
    /* text-transform: uppercase; */
    max-width: 100%;
}
.new_disign_body .styles-item__count:before{
    content: unset;
}
.new_disign_body .styles-item__links {
    position: static;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.new_disign_body .styles-item__link{
    opacity: 1;
    margin-bottom: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
}
.new_disign_body .styles-item__link a{
    font-size: 28px;
    font-weight: 500;
    line-height: 33.88px;
    color:#0A0A0A;
    text-transform: lowercase;
}
.new_disign_body .styles-item__link a:hover{
    color:#0A0A0A;
    border-color:#000;
}
.new_disign_body .styles-item__image{
    width: 625px;
    height: 520px;
}
.new_disign_body .styles-block-back:hover .styles-item__image::after{
    background: #0000004D;
    backdrop-filter: blur(4px);
    opacity:1;
}
.styles-block-back{
    cursor: pointer;
}
.styles-block-back:hover .styles-item__count:first-child{
    -webkit-transition-delay: 0s, .05s, .05s;
    -o-transition-delay: 0s, .05s, .05s;
    transition-delay: 0s, .05s, .05s;
}
.styles-block-back:hover .styles-item__count{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.styles-block-back:hover .styles-item__link:first-child{
    -webkit-transition-delay: 0s, 25ms, 25ms;
    -o-transition-delay: 0s, 25ms, 25ms;
    transition-delay: 0s, 25ms, 25ms
}
.styles-block-back:hover .styles-item__link{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: opacity 1s, -webkit-transform .3s;
    transition: opacity 1s, -webkit-transform .3s;
    -o-transition: opacity 1s, transform .3s;
    transition: opacity 1s, transform .3s;
    transition: opacity 1s, transform .3s, -webkit-transform .3s;
}
.new_disign_body .styles-list{
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 100px;
    font-family: "Inter Tight", sans-serif;
}
.styles-block{
    display: flex;
    border-bottom: 1px solid #CACACE;
    gap:100px;
    /* padding: 0px 100px 100px 100px; */
    padding-bottom: 100px;
}
.styles-item-info{
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
.detail_link_styles{
    width:100%;
    max-width: 240px;
}
.style-block-link{
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    background: #4B919B;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 4px;
}
.style-block-link:hover{
    color:#4B919B;
    background: #fff;
    border: 1px solid #4B919B;
}
.new_disign_body .styles-item__desc{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 995px;
    align-items: flex-start;
    padding: 0;
    text-align: left;
    gap: 15px;
}
.new_disign_body .styles-item__name:after{
    content: unset;
}
.style-name{
    font-size: 60px;
    font-weight: 500;
    line-height: 72px;
    color:#0A0A0A;
    font-family: "Inter Tight", sans-serif;
}
.new_disign_body .styles-item__text{
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    color:#0A0A0A;
}
.breadcrumbs+.styles-title{
    font-family: "Inter Tight", sans-serif;
	font-size: 80px;
	font-weight: 500;
	line-height: 96px;
	color:#0A0A0A;
    margin-bottom: 40px;
}
.style-name-mob{
    display: none;
}
.style-name-desktop{
    display: block;
}
.styles-item-counts{
    display: none;
}
.style-items-counts{
    display: none;
}
@media screen and (max-width: 1650px){
    .styles-block{
        /* padding: 0px 83px 80px 83px; */
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 1450px){	
	.new_disign_body .styles-item__count-number{
		font-size: 32px;
		font-weight: 500;
		line-height: 24.4px;		
	}
    .new_disign_body .styles-item__image{
        width: 440px;
        height: 400px;
    }
    .new_disign_body .styles-item__link a{
        font-size: 26px;
        line-height: 31.46px;
    }
    .styles-block{
        gap:50px;
    }
}
@media screen and (max-width: 1366px){
    .new_disign_body .styles-list{
        gap:80px;
    }
    .breadcrumbs+.styles-title{
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 30px;
    }
    .style-name{
        font-size: 40px;
        line-height: 48px;
    }
    .new_disign_body .styles-item__text{
        font-size: 16px;
        line-height: 25.6px;
    }
    .new_disign_body .styles-item__counts{
        gap:32px;
        top:40px;
        left:50px;
    }
    .new_disign_body .styles-item__count-number{
        font-size: 30px;
        line-height: 33px;    
    }
    .new_disign_body .styles-item__count-text{
        font-size: 18px;
        line-height: 18px; 
    }
    .new_disign_body .styles-item__links{
        flex-wrap:wrap;
    }
}
@media screen and (max-width: 1365px){
    .new_disign_body .styles-item__image::after{
        content: '';
    }
}

@media screen and (max-width: 1024px){
    .new_disign_body .styles-list{
        gap:70px;
    }
    .breadcrumbs+.styles-title{
        font-size: 40px;
        line-height: 48px;
    }
    .new_disign_body .styles-item__image{
        width: 405px;
        height: 380px;
    }
    .styles-block{
        /* padding: 0px 63px 70px 63px; */
        padding-bottom: 70px;
    }
    .new_disign_body .styles-item__link a{
        font-size: 20px;
        line-height: 24.2px;
    }
    .style-name{
        font-size: 32px;
        line-height: 38.4px;
    }
    .new_disign_body .styles-item__counts{
        top:30px;
    }
}
@media screen and (max-width: 1023px){
    /* .new_disign_body .styles-item__counts{ */
        /* display: none; */
    /* } */
    /* .new_disign_body .styles-item__image::after{ */
        /* content: none; */
    /* } */
    .new_disign_body .styles-item__desc{
        order: unset;
    }
    .new_disign_body .styles-item__image:after {
        opacity: 0;
    }	
    .new_disign_body .styles-item__count {
		opacity: 0;
	}		
}
@media screen and (max-width: 768px){
    .new_disign_body .styles-item__counts{
        display: none;
    }
    .new_disign_body .styles-item__image::after{
        content: none;
    }
    .new_disign_body .styles-item__desc{
        order: unset;
    }
    .new_disign_body .styles-item__image:after {
        opacity: 1;
    }	
    .new_disign_body .styles-item__count {
		opacity: 1;
	}		
    .style-items-counts{
        display: flex;
        align-items: center;
        padding: 0px 0px 20px 0px;
        border-bottom: 1px solid #CACACE;
        width: 100%;
        gap: 32px;
    }
    .styles-item-counts{
        display: flex;
        align-items: center;
        gap: 32px;
        font-family: "Inter Tight", sans-serif;
    }
    .new_disign_body .styles-item__count{
        min-width: 116px;
    }
    .styles-item-counts:first-child{
        border: none;
        padding: 0;
    }
    .new_disign_body .styles-item__count-number{
        font-size: 20px;
        line-height: 22px;   
        color: #0A0A0A; 
    }
    .new_disign_body .styles-item__count-text{
        font-size: 14px;
        line-height: 14px; 
        color: #0A0A0A;
    }
    .styles-block{
        /* padding: 0px 30px 60px 30px; */
        padding-bottom: 60px;
        flex-direction: column;
        gap:32px;
    }
    .new_disign_body .styles-item__image {
        width: 100%;
        height: 480px;
    }
    .styles-block-back{
        display: flex;
        flex-direction: column;
        gap:32px;
    }
    .style-name-mob{
        display: block;
    }
    .style-name-desktop{
        display: none;
    }
    .styles-item-info{
        gap:20px;
    }
    .new_disign_body .styles-item__desc{
        gap:32px;
    }
    .styles-item-count{
        gap:2px;
    }
    .detail_link_styles{
        max-width: 200px;
    }
    .breadcrumbs+.styles-title{
        margin-bottom: 20px;
    }
    .new_disign_body .styles-list{
        gap:57px;
    }
    .main-page-new .breadcrumbs li:last-child{
        display: inline-block;
    }
    .main-page-new .breadcrumbs li:nth-last-child(2):after{
        content: "/";
    }
}
@media screen and (max-width: 640px){
    .style-items-counts{
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
}
@media screen and (max-width: 440px){
    .style-name{
        font-size: 24px;
        line-height: 28.8px;
    }
    .styles-item-counts{
        gap:38px;
        width: 100%;
    }
    .styles-item__count{
        width: 100%;
        /* max-width: 128px; */
    }
    .styles-block{
        /* padding: 0px 20px 40px 20px; */
        padding-bottom: 40px;
        gap:20px;
    }
    .new_disign_body .styles-item__image {
        height: 280px;
    }
    .new_disign_body .styles-item__desc{
        gap:40px;
    }
    .breadcrumbs+.styles-title{
        margin-bottom: 12px;
        font-size: 32px;
        line-height: 38.4px;
    }
    .new_disign_body .styles-list{
        gap:40px;
    }
}
.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;
    }
}
.new_disign_body .styles-list {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 100px;
    font-family: "Inter Tight", sans-serif;
}
.styles-item-info h2{
    margin: 0;	
}

.all-styles .style-item{
	width: 49.5%!important;
} 

.all-styles .interior-item__text{
    position: unset!important;
}

@media screen and (max-width: 479px) {
    .all-styles .interior-item__wrap .interior-item__text {
        padding: 15px 0 0 0;
    }
}
.all-styles .image-of-slider-item-styles img{
    position: unset;
}

.all-styles .image-of-slider-item-styles{
    padding-top: 0;
}

.all-styles .interior-item__wrap{
    position: unset;
}

.all-styles .interior-item__image:before{
    content: none;
}

.all-styles .interior-item__image{
    min-height: unset;
}

.all-styles .link--white{
    color: #0A0A0A;
    font-size: 20px;
}
.all-styles .interior-item__desc{
    color: #4A4A4F
}

/* .all-styles .interior-item__item:hover .interior-item__title {
    color: #4B919B;
    text-decoration: underline;
} */

.interior-item__title {
    position: relative;
    display: inline-block;
    color: inherit;
    transition: color 0.3s ease-in-out;
}

.interior-item__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px; 
    width: 0;
    height: 2px; 
    background-color: #4B919B;
    transition: width 0.3s ease-in-out;
}

.all-styles .interior-item__item:hover .interior-item__title {
    color: #4B919B;
}

.all-styles .interior-item__item:hover .interior-item__title::after {
    width: 100%;
}

.all-styles .interior-item__text{
    padding: 0;
    padding-bottom: 20px;
}

.new_page .content{
    background: none;
}
/* .new_page .content .wrapper p:first-child{
    color: #0A0A0A;
    font-weight: 500;
    font-size: 60px;
    line-height: 120%;
} */
.new_page .wrapper{
    /* margin: 0!important; */
    max-width: 100% !important;
}
.main-page-new.all-styles{
    padding: 0!important;
}
.new_page .page_new_design .wrapper{
    width: unset;
}

.all-styles .tabs__item-custom{
    display: inline-block;
    background: none;
    color: #0A0A0A;
    border: none;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.88px;
    text-transform: lowercase;
    transition: .3s;
    font-family: Inter Tight;
    padding-left: 0;
    margin-bottom: 10px;
}

.margin-styles{
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .all-styles .tabs__item-custom {
        font-size: 18px;
    }
}
@media screen and (max-width: 1450px) {
    .all-styles .tabs__item-custom {
        font-size: 26px;
    }
}
@media screen and (max-width: 1365px) {
    .all-styles .tabs__item-custom {
        font-size: 20px;
    }
}

.all-styles .image-of-slider-item-styles img{
    height: auto!important;
}
.all-styles .style-list{
    padding: 0!important;
    background: none!important;
    border: none!important;
}
.all-styles .tabs__item-custom:first-child{
    padding-left: 0!important;
}
.all-styles .style-list__wrapper:after, .all-styles .style-list__wrapper:before{
    content: none!important;
}

.all-styles .style-item.style-item-new {
    height: 100%!important;
}
@media screen and (max-width: 768px) {
    .all-styles .style-item{
        width: 100%!important;
    } 
}

.all-styles .new_page .wrapper{
    margin: 0;
}
.all-styles .tabs__item-custom a{
    text-transform: lowercase;
    color: #0A0A0A;
}
.all-styles .tabs__item-custom a:hover{
    text-transform: lowercase;
    border-bottom: 1px solid #000;
    color: #0A0A0A;
}
.all-styles .tabs__item-custom:hover{
    background: none;
    /* text-decoration: underline; */
    border-color: none;
}

.all-styles .tabs__item-custom.__current{
    background-color: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
    background: none;
    /* text-decoration: underline; */
    text-transform: lowercase;
}

.container-block_1 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 50px;
}

.content-block_1 {
    width: 45%;
}

.content-block_1 .content-block_1_title {
    font-size: 170px !important;
    margin-bottom: 80px;
    font-weight: 500 !important;
    line-height: 85% !important;
}

.content-block_1 p {
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    color: #0A0A0A;
    font-family: 'Inter Tight';
    padding-bottom: 10px;
}

.image-container-block_1 {
    position: relative;
    width: 50%;
    overflow: hidden;
    clip-path: inset(4% 0 2% 0%);
}

.image-container-block_1 img {
    width: 100%;
    height: auto;
    clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%);
}

@media (max-width: 1366px) {
    .container-block_1 {
        gap: 0px; 
    }

    .content-block_1 {
        width: 40%;
    }

    .image-container-block_1 {
        width: 686px;
    }

    .image-container-block_1 img {
        clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
    }
	.content-block_1 .content-block_1_title {
	    font-size: 130px !important;
		margin-bottom: 45px;
	}
	.content-block_1 p {
	    font-size: 16px;
	}
}

@media (max-width: 1024px) {
    .container-block_1 {
        gap: 0px;
    }

    .content-block_1 {
        width: 70%;
    }

    .content-block_1 .content-block_1_title {
        font-size: 80px !important; 
		margin-bottom: 20px;
    }

    .content-block_1 p {
        font-size: 16px; 
    }

    .image-container-block_1 {
        width: 100%;
    }

    .image-container-block_1 img {
        clip-path: polygon(28% 0, 100% 0, 74% 100%, 0 100%);
    }
}

@media (max-width: 820px) {
    .content-block_1 .content-block_1_title {
		display: none !important;
    }
    .container-text-mob h1 {
	    font-size: 80px !important; 
        line-height: 90%;
		margin-bottom: 20px;
	}
	.image-container-block_1 img {
    clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
    }
	    .content-block_1 {
            width: 490px;
    }
}

@media (max-width: 620px) {
	.container-block_1 {
        display: flex;
        margin: 0 auto;
        padding-bottom: 50px;
        flex-direction: column-reverse;
		align-items: flex-start;
    }
    .container-text-mob h1 {
        font-size: 60px !important;
        margin-bottom: 20px;
    }

    .content-block_1 p {
        font-size: 14px; 
		margin-top: 30px;
    }

    .image-container-block_1 img {
        clip-path: border-box;
    }
	.content-block_1 {
        width: auto;
    }
    .mob_block_col{
        display: block;
    }
    .desc_block_col{
        display: none;
    }
}
/* @media screen and (max-width: 1365px) {
    .page_new_design .categories-item {
        width: 305px;
        height: 206px;
    }
} */
.row {
  /* flex-wrap: wrap; */
}
.categories-item {
	width: auto !important;
}
.categories-item-wrapper {
	margin: 0 0px 20px !important;
}

    @media (min-width: 768px) and (max-width: 1024px) {
      .catalog-item {
        width: 33.33333% !important;
        float: left;
      }
    }

    @media (min-width: 768px) and (max-width: 991px) {
      .catalog-item {
        width: 50%;
        float: left;
      }
    }
	@media screen and (max-width: 767px) {
    .categories-item {
        min-height: auto !important;
    }
}
.row .categories-list {
    margin: 0 0px 0px;
}
@media(max-width: 820px) and (min-width: 621px) {
  .container-block_1 {
    align-items: flex-start;
  }
}
.page_new_design .wrapper {
	/* max-width: none !important; */
}
.categories-item-wrapper {
    float: initial !important;
}
.collections-categories-list .catalog-item{
	padding-left: 10px;
	padding-right: 10px;	
}
.row .categories-list {
    margin: 0 5px 0px;
}
.mob_block_col{
	display: none;
}
.desc_block_col{
	display: block;
}
@media screen and (max-width: 820px) {
	/* .image-container-block_1 img {
		width: 100%;
		height: auto;
		clip-path: initial;
	}	 */
	.content-block_1 {
		width: 100%;
	}	
	.content-block_1 .content-block_1_title {
		display: block !important;
	}	
	/* .mob_block_col{
		display: block;
	} */
	/* .desc_block_col{
		display: none;
	}	 */
	.content-block_1 .content-block_1_title {
		font-size: 60px !important;
	}
}


.new_disign_body .breadcrumbs+h1.big_title_collections {
    font-size: 80px;
    line-height: normal;
    font-weight: 500;
    font-family: Inter Tight;
}
@media screen and (max-width: 1366px) {
    .new_disign_body .breadcrumbs+h1.big_title_collections {
        font-size: 60px;
        line-height: normal;
    }
}
@media screen and (max-width: 1024px) {
    .new_disign_body .breadcrumbs+h1.big_title_collections {
        font-size: 40px;
        line-height: normal;
    }
}
@media screen and (max-width: 440px) {
    .new_disign_body .breadcrumbs+h1.big_title_collections {
        font-size: 32px;
        line-height: normal;
    }
    .all-link {
        font-size: 14px !important;
        line-height: 17px;
    }	
}

.all-styles .style-top{
    border-top: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    padding: 40px 0;
    margin-bottom: 30px;
}
.all-styles .style-top img{
    margin-right: 60px;
    border-right: 2px solid #f4f4f4;
}
.all-styles .label {
    right: 20px;
    top: 20px;
    position: absolute;
    color: #000000;
    border-radius: 15px 0 15px 15px;
    z-index: 1;
    border-radius: 5px;
    padding: 4px 16px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14.3px;
    background: #AFD970;
    text-transform: uppercase;
}
/* End */


/* Start:/local/templates/belfanmain/css/new_disign2024.css?1757064285130808*/
.new_disign_body h2/****************Новый хедер*********************/

.page_new_design .content{
	/* max-width: 1720px; */
        padding-right: 20px !important;
        padding-left: 20px !important;
    max-width: 1760px;	
	width: 100%;
	display: block;
	margin: 0 auto;
	font-family: 'InterTight-Regular';
}
@media screen and (max-width: 1650px) {
	.page_new_design .content{
		/* max-width: 1450px; */
        padding-right: 20px !important;
        padding-left: 20px !important;
        max-width: 1490px;		
	}	
}
@media screen and (max-width: 1450px) {
    .banbelf-text__number {
        font-size: 120px;
        line-height: 120px;
    }
}
@media screen and (max-width: 1450px) {
	.page_new_design .content{
		 /* max-width: 1250px; */
        padding-right: 20px !important;
        padding-left: 20px !important;
        max-width: 1290px;		 
	}	
}
@media screen and (max-width: 1366px){
	.page_new_design .content{
		 /* max-width: 1200px; */
        padding-right: 20px !important;
        padding-left: 20px !important;
        max-width: 1240px;		 
	}	
}
@media screen and (max-width: 1200px){
	.page_new_design .content{
		 /* max-width: 1024px; */
        padding-right: 20px !important;
        padding-left: 20px !important;
        max-width: 1064px;		 
	}	
}
@media screen and (max-width: 1024px){
	.page_new_design .content{
		 /* max-width: 900px; */
        padding-right: 20px !important;
        padding-left: 20px !important;
        max-width: 940px;		 
	}	
}

@media screen and (max-width: 991px){
	.page_new_design .content{
		 /* max-width: 768px; */
        padding-right: 20px !important;
        padding-left: 20px !important;
        max-width: 808px;		 
	}	
}
/****************Новый хедер*********************/
/****************Новая карточка товара*********************/

.page_new_design .content{
	background: #ffffff;
	padding: 20px 0 30px;
	position: relative;	
}
.page_new_design .breadcrumbs{
	font-size: 0;
	margin-bottom: 20px;
}
.page_new_design .breadcrumbs li{
	font-size: 14px;
	display: inline-block;
	color: #575757;
	line-height: normal;
}
.page_new_design .breadcrumbs li:after{
	content: "/";
	display: inline-block;
	margin: 0 10px;
}
.page_new_design .breadcrumbs li:last-child:after{
	content: none;
}
.page_new_design .breadcrumbs a{
	color: #575757;
	border-bottom: none;
	-webkit-transition: .3s;
	transition: .3s;
}
.page_new_design .breadcrumbs a:hover{
	color: #4b919b;
}
.page_new_design .breadcrumbs+h1, .page_new_design .title-top--head h1{
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 20px;
    font-family: Inter Tight;
    font-weight: 500;
}
.page_new_design .wrapper{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
}
.page_new_design .blocks_card_items .block_card_items{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;	
}
.sliders_block_card{
	width: 56%;	
	margin-right: 0;
}
.desc_block_card{
	width: 34%;	
}
.block_card_full_articul{
	font-size: 15px;
	font-weight: 400;
	line-height: 18.15px;
	text-align: left;
	color: #575757;
}
.sliders_block_card__inner{
	margin-top: 30px;
	margin-bottom: 20px;
}
.page_new_design .blocks_card_items .owl-dots{
	display: none;
}
.page_new_design .good-slider .owl-next, 
.page_new_design .good-slider .owl-prev{
	background: white;
	height: 36px;
	width: 36px;
	border: none;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: none;
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ececec;
	 border-width: 1px;
}
.page_new_design .good-slider .owl-prev{
	left: 20px;
}
.page_new_design .good-slider .owl-next{
	right: 20px;
}
.page_new_design .good-slider .owl-prev:after{
	background: url(/img/new_images/left.svg);
	width: 7px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	display: block;
	margin-right: 1px;
}
.page_new_design .good-slider .owl-next:after{
	background: url(/img/new_images/right.svg);
	width: 7px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	display: block;	
	margin-right: -4px;
}
.page_new_design .good-slider .owl-next:before, 
.page_new_design .good-slider .owl-prev:before{
	content: none;
}
.page_new_design .owl-next:hover, 
.page_new_design .owl-prev:hover{
	border-color: #4b919b !important;
}
.page_new_design .good-slider__thumb{
	display: inline-block;
	width: 184.6px;
	position: relative;
	cursor: pointer;
}
.page_new_design  .good-slider__thumbs{
	margin: 0;
	/* margin-left: 5px; */
}
.page_new_design .good-slider__thumbs .owl-item{
	width: initial !important;
}
.page_new_design .good-slider__thumbs .owl-stage{
	width: 999999999px !important;
}
.page_new_design .good-slider__thumb.__active:after{
	border: 1px solid #B2B2B2;
}
.page_new_design .good-slider__thumb:after{
	border: none;
}
.page_new_design .good-slider__thumbs .owl-nav{
	display: none;
}
.page_new_design .frame_primer{
	position: absolute;
	top: 60px;
	z-index: 9999;
	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;	
}
.page_new_design .frame_primer:hover{
	background-color: #93c0c6 !important;
}
.block_card_stickers{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	position: absolute;
	top: 70px;
	z-index: 9999;
	right: 10px;	
}
.sticker{
	font-size: 11px;
	line-height: normal;
	font-weight: 500;
	padding: 4px 10px;
	margin-right: 10px;	
	color: white;
	border-radius: 5px;
}
.sticker.new{
	background: #4b919b;
}
.sticker.discount{
	background: #afd970;
}
.sticker.top{
	background: #f93c00;
}
.block_icons_item{
	display: flex;	
}
.product_item__favorite_new, 
.product_item__compare_new{
	display: block;
}
.product_item__favorite_new:before, 
.product_item__compare_new:before{
	content: "";
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}
.product_item__favorite_new:before{
	width: 20px;
	height: 20px;
	background-image: url("/img/new_images/heart_item.svg");
}
.product_item__compare_new:before{
	width: 20px;
	height: 20px;
	background-image: url("/img/new_images/list-plus_item.svg");
}
.product_item__favorite_new:hover:before{
	background-image: url("/img/new_images/heart_focus.svg");
}
.product_item__compare_new.__added:before, 
.product_item__compare_new:hover:before{
	 background-image: url("/img/new_images/list-plus_focus.svg");
}
.product_item__favorite_new.__added:before{
	background-image: url("/img/new_images/heart_active.svg");
}
.top_block_icons{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;	
}
.live_items{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;	
}
.live_items a{
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #575757;
	border-bottom: 1px solid;
	margin-left: 10px;	
}
.product_item__compare_new{
	margin-right: 15px;	
}
.new_disign_body .mfp-gallery .mfp-close:after, 
.new_disign_body .mfp-gallery .mfp-close:before{
	background-color: #468790;
}
.new_disign_body .mfp-gallery .mfp-arrow:after{
	border-color: #488b94;
}
.new_disign_body  .icon-close{
	width: 45px;
	height: 45px;
	border-radius: 25px 25px 25px 25px;
}
.new_disign_body .form_filling .btn{
	border-radius: 4px;
	background: #478993 !important;
}

.item_code{
	padding: 20px 0;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: #575757;
	line-height: 20px;	
}
.item_prices_blocks{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 15px 0;	
}
.item_prices_block{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;	
}
.old_prices_item{
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #575757;
	text-decoration: line-through;
	margin-right: 20px;	
}
.prices_item{
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
	text-align: left;
	color: #000000;	
	margin-right: 25px;	
}
.discount_prices_item{
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #000;
	background: #afd970;
	display: flex;
	width: min-content;
	padding: 4px 20px 4px 8px;
	align-items: center;
	text-transform: uppercase;
	clip-path: polygon(0px 0, 100% 0, 100% calc(100% - 27px), calc(100% - 17px) 100%, 0 100%, 0 17px);
	justify-content: flex-start;
}	
.found_better_link{
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #000;	
}
.found_better_link:hover,
.found_better_link:focus{
	color: #4b919b;
}
.stock_elements_blocks{
	padding: 30px 0 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;	
	position: relative;
}
.stock_items{
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #000;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;	
}
.shops_items a{
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #4B919B;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.shops_items a:before{
	content: '';
	width: 24px;
	height: 24px;
	background: url(/img/new_images/shop.svg);
	margin-right: 10px;
	display: block;
	background-size: contain;
}
.stock_items:before{
	content: '';
	width: 8px;
	height: 8px;
	margin-right: 5px;
	display: block;
	border-radius: 50%;
}
.stock_elements_blocks .label{
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #000;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: initial;
	border-radius: initial;
	padding: initial;
	text-transform: none;
	text-align: initial;	
}
.stock_elements_blocks .label:before{
	content: '';
	width: 8px;
	height: 8px;
	margin-right: 5px;
	display: block;
	border-radius: 50%;
	margin-top: 3px;	
}
.stock_elements_blocks .label.__stock:before{
	background: #5e9b48;
}
.stock_elements_blocks .label.__pending:before{
	background: #F93C00;
}
.stock_elements_blocks .label.__out:before{
	background: #888;
}
.stock_elements_blocks .label.__pending_admin:before{
	background: #4588BD;
}
.stock_green:before{
	background: #5e9b48;
}
.stock_pending:before{
	background: #F93C00;
}
.stock_out:before{
	background: #888;
}
.stock_pending_admin:before{
	background: #4588BD;
}
.buttons_sale_item{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;	
}
.btn_sale_item{
	background: #4b919b;
	border-radius: 4px;
	padding: 16px 20px;
	color: white;
	border: 2px solid #4b919b;
	cursor: pointer;
	font-size: 14px;
	font-weight:400;
	line-height: 18px;
	max-width: 270px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;	
	font-family: 'InterTight-Bold'
}
.btn_sale_item_one_click{
	background: #ffffff;
	border-radius: 4px;
	padding: 16px 20px;
	color: #478a94;
	border: 2px solid #4b919b;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	max-width: 270px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;	
}
.btn_sale_item:hover{
	border: 2px solid #4b919b;
	background: #ffffff;
	color: #478a94;
}
.btn_sale_item_one_click:hover{
	background: #4b919b;
	color: white;
	border: 2px solid #4b919b;
}
.text_sale_item{
	padding: 30px 0 20px;
	border-bottom: 1px solid;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;	
}
.text_sale_item span{
	border-radius: 50%;
	color: white;
	background: #000;
	width: 18px;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 12px;
	align-items: center;
	margin: 0 3px;	
	font-weight: 600;
}
.text_sale_item a{
	color: #000;
	border-bottom: 1px solid;	
}
.text_sale_item a:hover{
	color: #4b919b;
	border-bottom: 1px solid #4b919b;		
}
.colors_item{
	padding: 40px 0;
	border-bottom: 1px solid;	
}
.colors_item_name{
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #000;	
}
.colors_item__option.active img{
	border: 1px solid #4b919b;
}
.colors_item__option img{
	display: block;
	width: 60px;
	padding: 2px;
	border-radius: 50%;
}
.new_disign_body .mfp-container{
	text-align: center;
	position: absolute;
	height: 100%;
	left: 50%;
	top: 0;
	padding: 0 8px;
	transform: translate(-50%, 0);
}
.new_disign_body .mfp-gallery .mfp-image-holder .mfp-content{
	max-width: 100%;
}
.new_disign_body .mfp-gallery .mfp-figure .mfp-close{
	display: block;
	position: absolute;
	right: -45px;
	top: 2px !important;
	width: 31px;
	height: 31px;
	padding: 0px;
	border: 1px solid #4b919b;
	border-radius: 50%;
	background: white;
}
.new_disign_body .mfp-close:after, 
.new_disign_body .mfp-close:before{
	position: absolute;
	left: 14px;
	content: "";
	height: 15px;
	width: 1px;
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	top: 7px;
}
.new_disign_body .mfp-arrow{
	position: absolute;
	opacity: 1;
	margin: 0;
	top: 50%;
	padding: 0;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid #4b919b !important;
	transform: translate(0, -50%);
	background: white;
}
.new_disign_body .mfp-arrow:active{
	margin-top: 0;
}
.new_disign_body .mfp-arrow:after{
	width: 12px;
	height: 12px;
	margin: 0;
	top: 11px;
}
.new_disign_body .mfp-arrow-left:after{
	left: 13px;
}
.new_disign_body .mfp-arrow-right:after{
	left: 9px;
}
.new_disign_body .mfp-arrow-left:after{
	border-width: 2px 0 0 2px;
}
.new_disign_body .mfp-arrow-right:after{
	border-width: 0 2px 2px 0;
}
.new_disign_body .mfp-arrow-left{
	left: 25px !important
}
.new_disign_body .mfp-arrow-right{
	right: 25px !important
}
.colors_item .owl-prev.disabled{
	display: none;
}
.colors_item .owl-next.disabled{
	display: none;
}
.colors_item .owl-prev{
	display: block;
}
.colors_item .owl-prev, 
.colors_item .owl-next{
	position: absolute;
	top: 56%;
	z-index: 1;
}
.colors_item .owl-prev{
	left: -20px;	
}
.colors_item .owl-next{
	right: -20px;	
}
.colors_item__option{
	cursor: pointer;
	padding-top: 30px;
	position: relative;
	display: block;
}
.shown_image_item.current,
.shown_image_item:hover{
	border: 1px solid #4b919b;
	border-radius: 50%;
	display: block;
}
.props_item_top{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 16px 0;
	border-bottom: 1px solid #000;
	align-items: center;
	cursor: pointer;
}
.props_item_top_name{
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #000;	
}
.props_item_link:after{
	content: '';
	background: url(/img/new_images/tab_link.svg);
	width: 14px;
	height: 7px;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	display: block;
	transform: rotate(180deg);
}
.props_item_top.active .props_item_link:after{
	transform: rotate(0deg);
}
.props_item_tab{
	border-bottom: 1px solid #000;
	padding: 20px 0;	
	display: none;
}
.prop_item{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 15px;	
}
.prop_item_name{
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #000;	
}
.prop_item_val{
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #000;	
}
.prop_item.select_block .prop_item_val select{
	border: 1px solid;
	border-radius: 5px;
	padding: 6px 8px;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	color: #000;
	min-width: 200px;	
}
.desc_block_props{
	padding-top: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;	
}
.desc_dimensions{
	color: #F93C00;	
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap	
}
.desc_delivery{
	color: #000;	
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap	
}
.block_info_items{
	margin-top: 150px;	
}
.block_video .youtube .play{
	background: url('/img/new_images/play.svg') 50% no-repeat;
	background-size: 64px 64px;
	position: absolute;
	opacity: .8;
	filter: alpha(opacity = 80);	
}
.block_video{
	margin-bottom: 100px;	
}
.available_zagl_blocks{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;	
	row-gap: 20px;
}
.available_zagl{
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
	color: #000;	
}
.available_zagl_tabs_click{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;	
	column-gap: 15px;
	row-gap: 10px;
}
.available_tab_click{
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #000;
	text-transform: uppercase;
	/* margin: 0 15px; */
}
.available_tab_click.active{
	border-bottom: 1px solid;
}
.available_tab_click:last-child{
	margin-right: 0;
}
.disign_banner_blocks{
	background: #4b919b;
	padding: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;	
	margin-top: 40px;
	margin-bottom: 60px;
	width: 100%;
}
.disign_banner_name{
	font-size: 40px;
	font-weight: 600;
	line-height: 48px;
	color: #0a0a0a;	
	/* color: white;	 */
}
.disign_banner_price{
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	/* color: white;	 */
	color: #0a0a0a;
}
.disign_button{
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	/* color: white; */
	color: #0a0a0a;
	background: transparent;
	text-transform: uppercase;
	padding: 16px 0;
	border: 1px solid white;
	border-radius: 4px;
	width: 300px;
	text-align: center;
	cursor: pointer;	
}
.item_block_sect .owl-nav{
	display: none;
}
.page_new_design .item_block_sect .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;
}
.page_new_design .item_block_sect .owl-dots .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%;	
}
.page_new_design .item_block_sect .owl-dots .owl-dot.active{
	border: 1px solid #F93C00;
	background: #F93C00 !important;
	border-color: #F93C00 !important;
}
.section_items_block{
	display: none;
}
.section_items_block.active{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 0px;
}
.item_block_sect{
	width: 32.7%;
	margin: 10px 0.31% 80px;
	border: 1px solid #e4e4e6;
	padding: 20px 15px 0;
	max-height: min-content;
	height: 100%;
}
.item_block_sect:hover{
	/* max-height: 600px; */
	padding: 20px 15px;
	/* margin-bottom: 0; */
	margin-bottom: -40px;
    z-index: 99;
    background: white;
}
.sliders_item_block_sect{
	max-height: 360px;	
}
.slider_item_block_sect{
	max-height: 360px;	
    min-height: 283px;
	display: block;	
}
.body_item_block_sect{
	padding: 20px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.item-available-js-new{
	margin-left: 25px;	
}
.sect_item_code{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;	
}
.sect_code_text{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	margin-right: 5px;	
}
.sect_code_articul{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}
.shops_item_code a{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #4B919B;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.shops_item_code a:before{
	content: '';
	width: 16px;
	height: 16px;
	background: url(/img/new_images/shop.svg);
	margin-right: 10px;
	display: block;
	background-size: contain;
}
.sect_name_item{
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	color: #000;
	margin-top: 10px;	
}
.sect_prices_block{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.old_prices_sect{
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #575757;
	text-decoration: line-through;
	margin-right: 15px;
}
.sect_prices_item{
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	color: #000000;
	margin-right: 12px;
}
.discount_prices_sect{
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #000;
	background: #afd970;
	display: flex;
	width: min-content;
	padding: 4px 20px 4px 8px;
	align-items: center;
	text-transform: uppercase;
	clip-path: polygon(0px 0, 100% 0, 100% calc(100% - 27px), calc(100% - 17px) 100%, 0 100%, 0 17px);
	justify-content: flex-start;
	margin-right: 20px;
}
/* .stock_item_sect{ */
	/* position: absolute; */
	/* right: 0; */
/* } */
.stock_item_sect .label{
	border-radius: initial;
	padding: initial;
	z-index: 1;
	-webkit-print-color-adjust: exact;
	font-size: 12px;
	/* font-size: 14px; */
	font-weight: 500;
	line-height: 16px;
	color: #000 !important;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	position: absolute;
	right: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-transform: initial;
	text-align: initial;
	top: 6px;
}
.stock_item_sect .label:before{
	content: '';
	width: 8px;
	height: 8px;
	margin-right: 5px;
	display: block;
	border-radius: 50%;	
}
.stock_item_sect .label.__stock:before{
	background: #5e9b48;
}
.stock_item_sect .label.__pending:before{
	background: #F93C00;
}
.stock_item_sect .label.__out:before{
	background: #888;
}
.stock_item_sect .label.__pending_admin:before{
	background: #4588BD;
}
.sect_prices_blocks{
	padding-bottom: 20px;	
}
.btn_sale_sect{
	background: #4b919b;
	border-radius: 4px;
	padding: 16px 20px;
	color: #ffffff;
	border: 2px solid #4b919b;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	max-width: 250px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	display: block;
    font-family: 'InterTight-Bold';	
}
.btn_sale_sect.no_detail_button{
	 max-width: 100%;
}
.btn_sale_sect:hover{
	background: white;
	color: #4b919b;
	border: 2px solid #4b919b;
}
.detail_blocks_img{
	padding: 30px 0 80px;
}
.detail_blocks_img_name{
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
	color: #000;
	padding-bottom: 60px;	
}
.detail_block_slider_name{
	padding-top: 20px;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #000;	
}
.detail_blocks_img .owl-nav.disabled{
	display: block;	
}
.detail_blocks_img .owl-next, 
.detail_blocks_img .owl-prev{
	top: -85px;
	width: 50px;
	height: 1px;
	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;
}
.detail_blocks_img .owl-prev{
	right: 70px;
	left: auto;
}
.detail_blocks_img .owl-prev:before{
	content: '';
    width: 51px;
    height: 16px;
    display: block;
    background: url(/img/new_images/big_slidere_link_l.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.detail_blocks_img .owl-next:before{
    content: '';
    width: 51px;
    height: 16px;
    display: block;
    background: url(/img/new_images/big_slidere_link_r.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.detail_blocks_img .owl-prev:hover:before{
	background: url(/img/new_images/big_slidere_link_l_hovers.svg);	
}
.detail_blocks_img .owl-next:hover:before{
	background: url(/img/new_images/big_slidere_link_r_hovers.svg);	
}
.wrap_prop_blocks{
	background: #e6e6e6;	
}
.wrap_prop_blocks .content{
	max-width: 1720px;
	width: 100%;
	display: block;
	margin: 0 auto;
	font-family: 'InterTight-Regular';
	padding: 50px 0 70px;
	position: relative;	
}
.wrap_prop_blocks{
	margin-bottom: 60px;	
}
.wrap_prop_blocks .content .wrapper{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;	
}
.full_prop_blocks_name{
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
	color: #000;	
}
.full_prop_name_blocks{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 15px 0;
	border-bottom: 1px solid #AFAFB5;
}
.full_prop_name_block{
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	color: #000;	
}
.full_prop_name_link:after{
	content: '';
	background: url(/img/new_images/tab_link.svg);
	width: 14px;
	height: 7px;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	display: block;
	transform: rotate(0deg);
	opacity: 0.4;
}
.full_prop_name_blocks.active{
	border-bottom: none;	
}
.full_prop_name_blocks.active .full_prop_name_link:after{
	transform: rotate(180deg);
}
.full_prop_desc{
	display:none;
	padding: 0;
	border-bottom: 1px solid #AFAFB5;	
}
.full_prop_desc.active.full_razmeri{
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.razmeri{
	width: 30%;	
}
.razmeri_img{
	width: 60%;	
}
.razmeri_text{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;	
}
.razmeri_text_desc ul{
	display: flex;
	flex-direction: column;
	align-items: flex-end;	
}
.razmeri_text_name li, .razmeri_text_desc li{
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #000;	
}
.razmeri_text_name li{
	color: #636369;
}
.razmeri_text_name li{
	text-transform: capitalize;
}
.blocks_links_full_prop{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 25px;	
}
.block_links_full_prop{
	display: grid;
	align-items: center;
	justify-items: center;
	justify-content: center;
	margin-right: 25px;
}
.name_links_full_prop{
	margin-top: 5px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #2A2A2A;	
}
.blocks_text_full_prop p{
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #4A4A4F;	
}
.blocks_text_full_prop p.zagl_text_full_prop{
	color: #000;	
}
.full_prop_blocks_tab .list li:before{
	width: 7px;
	height: 7px;
	background: #4b919b !important;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 9px;
}
.full_prop_blocks_tab .list--star li:before{
	background: none;
	width: 8px;
	height: 8px;
	top: 10px;
}
.full_prop_blocks_tab .list li{
	line-height: normal;
	font-weight: 400;
	margin-bottom: 10px;
	padding-left: 20px;
	margin-left: 0;
	color: #4A4A4F;	
	line-height: 28px;
}
.full_prop_desc .reviews{
	width: 100%;
	margin-bottom: 15px;
}
.full_prop_desc .customer-review__block{
	background: #ffffff;
	padding: 28px 70px 35px 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 4px;
	position: relative;
}
.full_prop_desc .customer-review__block:after{
	content: "";
	position: absolute;
	bottom: -14px;
	left: 40px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #ffffff transparent transparent;
	border-width: 0 15px 15px 0;
}
.full_prop_desc .customer-review__benefit-text{
	font-size: 16px;
	line-height: normal;
}
.full_prop_desc .customer-review__name{
	font-size: 16px;
	font-weight: 700;
}
.full_prop_desc .customer-review__date{
	margin-left: 20px;
	font-size: 16px;
	color: rgba(0, 0, 0, .5);
}
.full_prop_desc .btn{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
	margin: 0;
	padding: 0;
	outline: 0;
	white-space: nowrap;
	position: relative;
	-o-transition: .2s;
	transition: .2s;
	font-weight: 400;
	font-size: 14px;
	border: 0;
	border-radius: 4px;
	text-transform: uppercase;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 50px;
	line-height: 50px;
	width: 220px;
	color: #fff !important;
	background: #4b919b !important;
	margin-left: auto;
}
.new_disign_body .input-field input, .input-field select, .input-field textarea, .new_disign_body .footer_new .subscription__btn{
	border-radius: 4px;	
}
.wrap_interior_blocks .content{
	width: 100%;
	display: block;
	margin: 0 auto;
	font-family: 'InterTight-Regular';
	padding: 20px 0 40px;
	position: relative;
	background: #ffffff;	
}
.wrap_interior_blocks .content .wrapper{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;	
}
.interior_blocks_img_name{
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
	color: #000;
	max-width: 1720px;
	margin-bottom: 30px;
	width: 100%;
	padding: 0 60px;	
}
.interior_blocks_sliders .owl-next, .interior_blocks_sliders .owl-prev{
	top: -50px;
	width: 50px;
	height: 1px;
	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: 4.5%;
}
.interior_blocks_sliders .owl-prev{
	right: 9%;
	left: auto;
}
.interior_blocks_sliders .owl-next:before{
    content: '';
    width: 51px;
    height: 16px;
    display: block;
    background: url(/img/new_images/big_slidere_link_r.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.interior_blocks_sliders .owl-prev:before{
    content: '';
    width: 51px;
    height: 16px;
    display: block;
    background: url(/img/new_images/big_slidere_link_l.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.interior_blocks_sliders .owl-prev:hover:before {
    background: url(/img/new_images/big_slidere_link_l_hovers.svg);
}
.interior_blocks_sliders .owl-next:hover:before {
    background: url(/img/new_images/big_slidere_link_r_hovers.svg);
}
.interior_blocks_sliders .owl-dots{
	display: none;
}
.interior_block_slider_img img{
	max-width: 500px;
}
.interior_blocks_sliders  .owl-item{
	max-width: 500px;
}
.sale_recommended_items{
	padding-bottom: 80px;
}
.sale_popular_items{
	padding-bottom: 120px;
}
.sale_recommended_name, 
.sale_popular_name{
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
	color: #000;
	padding-bottom: 40px;	
}
.sale_recommended_items .owl-dots,
.sale_popular_items .owl-dots{
	display: none;
}

.sale_recommended_items .owl-next, 
.sale_recommended_items .owl-prev, 
.sale_popular_items .owl-next, 
.sale_popular_items .owl-prev{
	top: -62px;
	width: 50px;
	height: 1px;
	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;
}
.sale_popular_items .owl-prev,
.sale_recommended_items .owl-prev{
	right: 70px;
	left: auto;
}
.sale_popular_items .owl-prev:before,
.sale_recommended_items .owl-prev:before{
	content: '';
    width: 51px;
    height: 16px;
    display: block;
    background: url(/img/new_images/big_slidere_link_l.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.sale_popular_items .owl-next:before,
.sale_recommended_items .owl-next:before{
	content: '';
    width: 51px;
    height: 16px;
    display: block;
    background: url(/img/new_images/big_slidere_link_r.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.sale_popular_items .owl-prev:hover:before,
.sale_recommended_items .owl-prev:hover:before{
    background: url(/img/new_images/big_slidere_link_l_hovers.svg);
}
.sale_popular_items .owl-next:hover:before,
.sale_recommended_items .owl-next:hover:before{
    background: url(/img/new_images/big_slidere_link_r_hovers.svg);	
}
.name_item_mini{
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #000;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;	
}
.prices_block_mini{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;	
}
.old_prices_mini{
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	margin-right: 15px;
	color: #575757;
	text-decoration: line-through;
}
.prices_item_mini{
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	color: #000;
	margin-right: 15px;	
}
.discount_prices_mini{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #000;
	background: #afd970;
	display: flex;
	width: min-content;
	padding: 4px 18px 4px 8px;
	align-items: center;
	text-transform: uppercase;
	clip-path: polygon(0px 0, 100% 0, 100% calc(100% - 27px), calc(100% - 17px) 100%, 0 100%, 0 17px);
	justify-content: flex-start;	
}
.name_item_mini:hover{
	color: #4b919b;
}
.new_disign_body .interior-options__price-inner{
	border-radius: 35px;	
}
.new_disign_body .number-field__change{
	background: #ffffff;
	border-radius: 0;
	height: 10px;
	width: 10px;
	position: absolute;
	right: 5px;	
}
.new_disign_body .popup.popup--configurator .btn{
	color: #fff !important;
	background: #4b919b !important;
	border-radius: 4px;
	width: 207px;
	height: 48px;
}
.new_disign_body .interior-options__price .btn{
	margin-left: 18px;
}
.new_disign_body .new-price{
	color: #5e9b48;	
}
.new_disign_body .nselect .nselect__head{
	border-radius: 4px;	
}
.new_disign_body .configurator__colors-scheme .label{
	background: #4b919b;	
}
.new_disign_body .configurator__colors-item-color{
	border: 1px dashed #4b919b;	
}
.new_disign_body .configurator__colors-item-color:after{
	background: #4b919b;
	border-radius: 50%;	
}
.new_disign_body .configurator__colors-item-option{
	color: #4b919b;	
}
.new_disign_body .configurator-result__color img{
	border: 1px solid #4b919b;	
}
.new_disign_body .configurator__item:hover:not(.__disabled){
	border-color: #4b919b;
	cursor: pointer;
}
.new_disign_body .configurator-result{
	padding: 10px 40px 10px;	
}
.new_disign_body .popup__body{
	padding: 20px 40px 20px;
}
.new_disign_body .configurator__block{
	margin-bottom: 15px;
}
.new_disign_body .configurator-result__option{
	min-height: 36px;	
}
.new_disign_body .configurator__colors-scheme img{
	max-width: 490px;
}
.new_disign_body .icon-close{
	background: #ffffff;
	border: 1px solid #4b919b;
}
.new_disign_body .icon-close:after, .new_disign_body .icon-close:before{
	background: #4b919b;	
}
.new_disign_body .icon-close:hover{
	background: #ffffff;
}
.new_disign_body .item-available-btn, .new_disign_body .item-available-btn-close{
	position: absolute;
	display: block;
	top: 15px;
	width: 25px;
	height: 25px;
	border-radius: 0;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background: #4b919b;
	z-index: 21;
	right: 5px;
}
.new_disign_body .item-available-content{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 25px;
	background-color: #4e939c;
	border-radius: 0px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.new_disign_body .item-available-content p{
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}
.new_disign_body .item-available-content a:hover{
	color: #fafaf9;
	border-color: hsl(60deg 9.09% 97.84%);
}
.new_disign_body .item-available{
	left: 0;	
}
.new_disign_body .js-submit-form .input-field--light-one-click-name{
	display: block;
}
/* .page_new_design{ */
	/* padding: 0 60px;	 */
/* } */
.wrap_prop_blocks{
	padding: 0 60px;
}
.razmeri_img img{
	display: block;
	width: auto;	
}
.hover_name_color{
	display: none;
}
.colors_item__option:hover .hover_name_color{
	display: block;
}
.hover_name_color{
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
	padding: 3px 9px;
	background: #EBEBEB;
	width: max-content;
	position: absolute;
	top: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);	
}
.item_mini_block{
	border: 1px solid #e4e4e6;
	padding: 20px 15px;	
	margin-bottom: 2px;
}
.full_prop_desc_uhod_link_text{
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #000;
	margin-right: 20px;	
}
.full_prop_desc_uhod_link{
	font-size: 16px;
	line-height: 28px;
	color: #0A0A0A;
	border-bottom: 1px solid;	
}
@media screen and (max-width: 1749px){
	.btn_sale_item{
		max-width: 240px;
	}
	.btn_sale_item_one_click{
		max-width: 240px;
	}
	.btn_sale_sect{
		max-width: 240px;
	}
}
@media screen and (max-width: 1559px){
	.razmeri_img img{
		display: block;
		width: 100%;
	}	
	.btn_sale_item{
		max-width: 200px;
		padding: 12px 15px;
	}
	.btn_sale_item_one_click{
		max-width: 200px;
		padding: 12px 15px;
	}
	.btn_sale_sect{
		max-width: 200px;
		padding: 12px 15px;
	}	
}
@media screen and (max-width: 1439px){
	.old_prices_item{
		font-size: 18px;
		line-height: 22px;
		margin-right: 15px;
	}
	.prices_item{
		font-size: 28px;
		line-height: 34px;
		margin-right: 15px;
	}
	.discount_prices_item{
		font-size: 14px;
		line-height: 16px;
		padding: 4px 18px 4px 8px;
	}
	.old_prices_sect{
		font-size: 14px;
		line-height: 16px;
		margin-right: 10px;
	}
	.sect_prices_item{
		font-size: 20px;
		line-height: 24px;
		margin-right: 8px;
	}
	.discount_prices_sect{
		font-size: 12px;
		line-height: 14px;
		padding: 4px 18px 4px 8px;
		margin-right: 20px;
	}
	.stock_item_sect{
		font-size: 12px;
		line-height: 14px
	}
	.stock_item_sect .label{
		font-size: 12px;
		line-height: 14px		
	}
	.page_new_design .breadcrumbs+h1, .page_new_design .title-top--head h1{
		font-size: 30px;
		line-height: 36px;
	}	
	.block_card_full_articul{
		font-size: 12px;
		font-weight: 400;
		line-height: 14.15px;
	}
	.disign_banner_name{
		font-size: 28px;
		line-height: 32px;
	}
	.disign_banner_price{
		font-size: 28px;
		line-height: 32px;
	}
	.detail_block_slider_name{
		font-size: 16px;
		line-height: 18px;
	}
	.name_item_mini{
		font-size: 14px;
		line-height: 16px;
	}
	.page_new_design .good-slider__thumb{
		width: 102px;
	}	
}
@media screen and (max-width: 1365px){	
	.body_item_block_sect{
		padding: 20px 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.item-available-js-new{
		margin-left: 0;
	}	
	.page_new_design .breadcrumbs+h1, 
	.page_new_design .title-top--head h1{
		font-size: 28px;
		line-height: 34px;
	}
	.live_items a{
		font-size: 14px;
		line-height: 18px;
	}
	.page_new_design .frame_primer{
		font-size: 8px;
		max-width: 86px;
	}	
	.sticker{
		font-size: 8px;
	}
	.sliders_block_card{
		width: 50%;
	}
	.desc_block_card{
		width: 42%;
	}
	.item_code{
		font-size: 14px;
		line-height: 18px;
	}
	.old_prices_item{
		font-size: 16px;
		line-height: 20px;
		margin-right: 15px;
	}
	.prices_item{
		font-size: 20px;
		line-height: 24px;
		margin-right: 15px;
	}
	.discount_prices_item{
		font-size: 12px;
		line-height: 14px;
		padding: 4px 18px 4px 8px;
	}
	.found_better_link{
		font-size: 12px;
		line-height: 14px;
	}	
	.stock_items{
		font-size: 14px;
		line-height: 16px;
	}
	.stock_items:before{
		width: 6px;
		height: 6px;
	}
	.stock_elements_blocks .label:before{
		width: 6px;
		height: 6px;	
	}	
	.shops_items a{
		font-size: 14px;
		line-height: 16px;
	}
	.shops_items a:before{
		width: 20px;
		height: 20px;
		margin-right: 6px;
	}
	.btn_sale_item{
		max-width: 170px;
		padding: 11px 15px;
		font-size: 10px;
		font-weight: 600;
		line-height: 12px;
	}
	.btn_sale_item_one_click{
		max-width: 170px;
		padding: 11px 15px;
		font-size: 10px;
		font-weight: 600;
		line-height: 12px;
	}	
	.text_sale_item{
		font-size: 10px;
		line-height: 12px;
	}
	.text_sale_item span{
		width: 14px;
		font-size: 8px;
		margin: 0 3px;
	}	
	.colors_item_name{
		font-size: 14px;
		line-height: 16px;
	}
	.props_item_top_name{
		font-size: 14px;
		line-height: 16px;
	}
	.prop_item_name{
		font-size: 14px;
		line-height: 16px;
	}	
	.prop_item_val{
		font-size: 14px;
		line-height: 16px;
	}
	.prop_item.select_block .prop_item_val select{
		font-size: 12px;
		line-height: 14px;
		min-width: 150px;
	}
	.desc_block_props{
		font-size: 14px;
		line-height: 16px;
	}
	/* .desc_block_props span{ */
		/* font-size: 10px; */
		/* width: 16px; */
	/* } */
	.available_zagl{
		font-size: 28px;
		line-height: 34px;
	}	
	.available_tab_click{
		font-size: 14px;
		line-height: 16px;
	}
	.disign_banner_name{
		font-size: 20px;
		line-height: 24px;
	}	
	.disign_banner_price{
		font-size: 20px;
		line-height: 24px;
	}
	.disign_button{
		font-size: 16px;
		line-height: 20px;
		padding: 15px 0;
		width: 250px;
	}	
	.disign_banner_blocks{
		padding: 40px;
		margin-top: 40px;
		margin-bottom: 60px;
	}
	.block_info_items{
		margin-top: 80px;
	}
	.block_video{
		margin-bottom: 80px;
	}	
	.sect_code_text{
		font-size: 10px;
		line-height: 12px;
		margin-right: 5px;
	}
	.sect_code_articul{
		font-size: 10px;
		line-height: 12px;
	}	
	.shops_item_code a{
		font-size: 10px;
		line-height: 12px;
	}	
	.shops_item_code a:before{
		margin-right: 5px;
	}
	.sect_name_item{
		font-size: 14px;
		line-height: 16px;
	}
	.body_item_block_sect{
		padding: 15px 0;
	}
	.old_prices_sect{
		font-size: 10px;
		line-height: 12px;
		margin-right: 10px;
	}
	.sect_prices_item{
		font-size: 14px;
		line-height: 16px;
		margin-right: 8px;
	}
	.discount_prices_sect{
		font-size: 10px;
		line-height: 12px;
		padding: 4px 18px 4px 8px;
		margin-right: 20px;
	}
	.stock_item_sect{
		font-size: 10px;
		line-height: 12px;
	}
	.stock_item_sect .label{
		font-size: 10px;
		line-height: 12px;		
	}
	.stock_item_sect .label:before{
		content: '';
		width: 6px;
		height: 6px;
		margin-right: 5px;
		display: block;
		border-radius: 50%;
	}	
	.btn_sale_sect{
		max-width: 170px;
		padding: 12px 14px;
		font-size: 10px;
		line-height: 13px;
	}	
	.detail_blocks_img{
		padding: 10px 0 40px;
	}	
	.detail_blocks_img_name{
		font-size: 28px;
		line-height: 34px;
	}
	.full_prop_blocks_name{
		font-size: 28px;
		line-height: 34px;
	}
	.full_prop_name_block{
		font-size: 20px;
		line-height: 24px;
	}	
	.razmeri_text_name li, .razmeri_text_desc li{
		font-size: 14px;
		line-height: 16px;
	}
	.interior_blocks_img_name{
		font-size: 28px;
		line-height: 34px;		
	}	
	.interior_blocks_sliders .owl-prev{
		right: 11%;
		left: auto;
	}
	.sale_recommended_name, .sale_popular_name{
		font-size: 28px;
		line-height: 34px
	}
	.name_item_mini{
		font-size: 12px;
		line-height: 14px;
	}	
	.old_prices_mini{
		font-size: 10px;
		line-height: 12px;
	}	
	.prices_item_mini{
		font-size: 14px;
		line-height: 16px;
	}
	.discount_prices_mini{
		font-size: 10px;
		line-height: 12px;
	}
	.page_new_design .good-slider__thumb{
		width: 72px;
	}	
}
@media screen and (max-width: 1100px){
	.razmeri{
		width: 40%;
	}	
}
@media screen and (max-width: 991px){
	.full_prop_desc.active.full_razmeri{
		display: flex !important;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}	
	.razmeri{
		width: 100%;
		margin-bottom: 30px;
	}
	.razmeri_img{
		width: 100%;
	}	
	.page_new_design .blocks_card_items .block_card_items{
		display: flex;
		flex-direction: column;
	}
	.sliders_block_card{
		width: 100%;
		margin-bottom: 40px;
	}
	.desc_block_card{
		width: 100%;
	}
	/* .page_new_design{ */
		/* padding: 0 40px; */
	/* } */
	.wrap_prop_blocks{
		padding: 0 40px;
	}
	.page_new_design .good-slider__thumb{
		width: 132px;
	}	
	.btn_sale_item{
		max-width: 335px;
		padding: 11px 17px;
		font-size: 14px;
		font-weight: 600;
		line-height: 18px;
	}
	.btn_sale_item_one_click{
		max-width: 335px;
		padding: 11px 17px;
		font-size: 14px;
		font-weight: 600;
		line-height: 18px;
	}
	.colors_item .owl-prev, .colors_item .owl-next{
		top: 55%;
	}
	.live_items a{
		font-size: 16px;
		line-height: 18px;
	}
	.item_code{
		font-size: 16px;
		line-height: 18px;
	}
	.page_new_design .frame_primer{
		font-size: 10px;
		max-width: 100px;
	}
	.sticker{
		font-size: 10px;
	}	
	.old_prices_item{
		font-size: 20px;
		line-height: 24px;
		margin-right: 15px;
	}
	.prices_item{
		font-size: 32px;
		line-height: 38px;
		margin-right: 15px;
	}
	.discount_prices_item{
		font-size: 16px;
		line-height: 18px;
		padding: 4px 20px 4px 8px;
	}
	.found_better_link{
		font-size: 16px;
		line-height: 18px;
	}
	.stock_items{
		font-size: 16px;
		line-height: 18px;
	}
	.stock_items:before{
		width: 8px;
		height: 8px;
	}
	.stock_elements_blocks .label:before{
		width: 8px;
		height: 8px;	
	}		
	.shops_items a{
		font-size: 16px;
		line-height: 18px;
	}
	.shops_items a:before{
		width: 24px;
		height: 24px;
		margin-right: 8px;
	}
	.text_sale_item{
		font-size: 16px;
		line-height: 16px;
	}
	.text_sale_item span{
		width: 17px;
		font-size: 12px;
		margin: 0 3px;
	}	
	.colors_item_name{
		font-size: 16px;
		line-height: 18px;
	}
	.props_item_top_name{
		font-size: 16px;
		line-height: 18px;
	}
	.prop_item_name{
		font-size: 16px;
		line-height: 18px;
	}	
	.prop_item_val{
		font-size: 16px;
		line-height: 18px;
	}
	.prop_item.select_block .prop_item_val select{
		font-size: 14px;
		line-height: 16px;
		min-width: 190px;
	}
	.desc_block_props{
		font-size: 16px;
		line-height: 18px;
	}
	/* .desc_block_props span{ */
		/* font-size: 12px; */
		/* width: 18px; */
	/* }	 */
	.available_zagl{
		font-size: 24px;
		line-height: 28px;
	}
	.available_tab_click{
		font-size: 12px;
		line-height: 14px;
	}	
	.block_video{
		margin-bottom: 40px;
	}
	.block_info_items{
		margin-top: 60px;
	}	
	.disign_banner_blocks{
		padding: 30px;
		margin-top: 30px;
		margin-bottom: 40px;
	}	
	.disign_banner_name{
		order: 1;
	}
	.disign_banner_price{
		order: 3;
		text-align: center;
		margin-left: 18%;		
	}
	.disign_banner_button{
		order: 2;
	}
	.disign_button{
		font-size: 16px;
		line-height: 20px;
		padding: 15px 0;
		width: 240px;
	}	
	.item_block_sect{
		width: 49.3%;
		margin: 10px 0.35%;
	}
	.section_items_block.active{
		margin-top: 0px;
	}
	.detail_blocks_img{
		padding: 10px 0 40px;
	}
	.detail_blocks_img_name{
		font-size: 24px;
		line-height: 28px;
	}
	.detail_blocks_img_name{
		padding-bottom: 40px;		
	}
	.detail_blocks_img .owl-next, .detail_blocks_img .owl-prev{
		top: -60px;	
	}
	.detail_block_slider_name{
		font-size: 12px;
		line-height: 14px;
	}
	.full_prop_blocks_name{
		font-size: 24px;
		line-height: 28px;
	}
	.full_prop_name_block{
		font-size: 16px;
		line-height: 18px;
	}
	.wrap_prop_blocks{
		margin-bottom: 40px;
	}
	.interior_blocks_img_name{
		font-size: 24px;
		line-height: 28px;
		padding: 0 40px;
	}
	.interior_blocks_sliders .owl-prev{
		right: 13%;
		left: auto;
	}	
	.wrap_prop_blocks .content{
		padding: 30px 0 50px;	
	}
	.wrap_interior_blocks .content{
		padding: 20px 0 30px;
	}
	.sale_recommended_name, .sale_popular_name{
		font-size: 24px;
		line-height: 28px;
	}
	.sale_recommended_items{
		padding-bottom: 40px;
	}
	.sale_popular_items{
		padding-bottom: 40px;
	}
	.btn_sale_sect{
		background: #4b919b;
		color: white;
		border: 2px solid #4b919b;		
	}	
	.btn_sale_sect:hover{
		background: #ffffff;
		color: #478a94;
		border: 2px solid #4b919b;		
	}
}
@media screen and (max-width: 767px){
	/* .page_new_design{ */
		/* padding: 0 20px; */
	/* } */
	.interior_blocks_img_name{
		padding: 0 20px;
	}
	.wrap_prop_blocks{
		padding: 0 20px;
	}
	.page_new_design .breadcrumbs li{
		font-size: 8px;
	}
	.page_new_design .breadcrumbs+h1, .page_new_design .title-top--head h1{
		font-size: 20px;
		line-height: 24px;
	}
	.block_card_full_articul{
		font-size: 10px;
		font-weight: 400;
		line-height: 12px;
	}	
	.page_new_design .frame_primer{
		top: 40px;
		left: 10px;
	}
	.page_new_design .frame_primer{
		font-size: 7px;
		max-width: 68px;
		padding: 2px 7px 2px 7px;
		height: 16px;
	}
	.sticker{
		font-size: 7px;
		padding: 3px 10px;
	}
	.block_card_stickers{
		top: 50px;
	}
	.page_new_design .good-slider .owl-next, .page_new_design .good-slider .owl-prev{
		height: 20px;
		width: 20px;
	}	
	.page_new_design .good-slider .owl-prev:after{
		width: 4px;
		height: 9px;
	}
	.page_new_design .good-slider .owl-next:after{
		width: 4px;
		height: 9px;
	}
	.page_new_design .good-slider__thumbs{
		display: block !important;
	}
	.page_new_design .good-slider__thumb{
		width: 56px;
	}
	.live_items a{
		font-size: 8px;
		line-height: 12px;
	}
	.live_items img{
		width: 43px;
	}
	.product_item__compare_new:before{
		width: 14px;
		height: 14px;
	}
	.product_item__favorite_new:before{
		width: 14px;
		height: 14px;
	}
	.sliders_block_card{
		width: 100%;
		margin-bottom: 25px;
	}
	.item_code{
		margin-top: 0;
	}
	.item_code{
		font-size: 10px;
		line-height: 12px;
	}
	.old_prices_item{
		font-size: 12px;
		line-height: 16px;
		margin-right: 15px;
	}
	.prices_item{
		font-size: 20px;
		line-height: 24px;
		margin-right: 15px;
	}
	.discount_prices_item{
		font-size: 8px;
		line-height: 12px;
		padding: 4px 20px 4px 8px;
	}
	.page_new_design .frame_primer img{
		width: 8px;
	}
	.stock_elements_blocks{
		padding: 20px 0 30px;
	}
	.stock_items{
		font-size: 10px;
		line-height: 14px;
	}
	.stock_items:before{
		width: 5px;
		height: 5px;
	}
	.stock_elements_blocks .label:before{
		width: 5px;
		height: 5px;	
	}		
	.shops_items a{
		font-size: 10px;
		line-height: 14px;
	}	
	.shops_items a:before{
		width: 14px;
		height: 14px;
		margin-right: 8px;
	}	
	.btn_sale_item{
		max-width: 100%;
		padding: 11px 17px;
		font-size: 12px;
		font-weight: 600;
		line-height: 14px;
		margin-bottom: 10px;
	}
	.btn_sale_item_one_click{
		max-width: 100%;
		padding: 11px 17px;
		font-size: 12px;
		font-weight: 600;
		line-height: 14px;
		margin-bottom: 10px;		
	}
	.text_sale_item{
		font-size: 10px;
		line-height: 12px;
	}
	.text_sale_item span{
		width: 16px;
		font-size: 9px;
		margin: 0 3px;
	}	
	.colors_item{
		padding: 25px 0;
	}
	.colors_item_name{
		font-size: 13px;
		line-height: 15px;
	}
	.props_item_top_name{
		font-size: 12px;
		line-height: 14px;
	}
	.prop_item_name{
		font-size: 12px;
		line-height: 14px;
	}
	.prop_item_val{
		font-size: 12px;
		line-height: 14px;
	}
	.prop_item.select_block .prop_item_val select{
		font-size: 12px;
		line-height: 14px;
		min-width: 135px;
	}
	.desc_block_props{
		font-size: 10px;
		line-height: 14px;
	}
	/* .desc_block_props span{ */
		/* font-size: 10px; */
		/* width: 15px; */
	/* } */
	.block_info_items{
		margin-top: 40px;
	}	
	.available_zagl{
		font-size: 18px;
		line-height: 22px;
	}
	.disign_banner_blocks{
		padding: 20px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.available_zagl_tabs_click{
		order: 1;
	}
	.disign_banner_name{
		order: 1;
		text-align: center;
		font-size: 16px;
		line-height: 20px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.disign_banner_price{
		order: 2;
		text-align: center;
		margin: 0 auto;
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.disign_banner_button{
		order: 3;
		margin: 0 auto;
	}
	.disign_button{
		font-size: 14px;
		line-height: 18px;
		padding: 12px 0;
		width: 220px;
	}
	.available_tab_click{
		font-size: 10px;
		line-height: 12px;
	}
	.available_zagl_tabs_click span{
		margin: 0 10px;
	}
	.section_items_block.active{
		margin-top: 0px;
	}
	.page_new_design .item_block_sect .owl-dots{
		display: none !important;
	}
	.sect_code_text{
		font-size: 8px;
		line-height: 10px;
		margin-right: 5px;
	}
	.shops_item_code a{
		font-size: 8px;
		line-height: 10px;
		margin-top: 8px;
	}
	.shops_item_code a:before{
		width: 14px;
		height: 14px;
	}
	.body_item_block_sect{
		padding: 8px 0;
		display: none;
	}	
	.sect_name_item{
		font-size: 12px;
		line-height: 14px;
		padding-bottom: 8px;
	}
	.item_block_sect{
		width: 48.5%;
		margin: 10px 0.75%;
	}
	.old_prices_sect{
		font-size: 8px;
		line-height: 10px;
		margin-right: 6px;
	}	
	.sect_prices_item{
		font-size: 12px;
		line-height: 14px;
		margin-right: 6px;
	}
	.discount_prices_sect{
		font-size: 8px;
		line-height: 10px;
		padding: 4px 17px 4px 5px;
		margin-right: 0;
	}
	.stock_item_sect .label{
		font-size: 8px;
		line-height: 10px;
		width: 100%;
		margin-top: 13px;		
	}
	.stock_item_sect .label:before{
		width: 4px;
		height: 4px;
	}	
	.btn_sale_sect{
		max-width: 100%;
		padding: 10px 10px;
		font-size: 8px;
		line-height: 12px;
	}
	.detail_blocks_img{
		padding: 10px 0 40px;
	}
	.detail_blocks_img_name{
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 20px;
	}
	.detail_block_slider_name{
		font-size: 14px;
		line-height: 16px;
	}
	.detail_blocks_img .owl-next, .detail_blocks_img .owl-prev{
		top: -35px;
	}	
	.page_new_design .colors_item .owl-next{
		border-width: 0 1px 1px 0;
	}
	.page_new_design .colors_item .owl-next, .owl-prev{
		width: 10px;
		height: 10px;
	}
	.page_new_design .colors_item .owl-prev{
		border-width: 1px 0 0 1px;
	}
	.colors_item .owl-prev, .colors_item .owl-next{
		top: 60%;
	}
	.detail_blocks_img .owl-prev:before{
		content: '';
		width: 31px;
		height: 5px;
	}
	.detail_blocks_img .owl-next:before{
		content: '';
		width: 31px;
		height: 5px;
	}
	.detail_blocks_img .owl-next, .detail_blocks_img .owl-prev{
		width: 30px;
	}
	.detail_blocks_img .owl-prev{
		right: 40px;
		left: auto;
	}
	.full_prop_blocks_name{
		font-size: 18px;
		line-height: 24px;
	}
	.wrap_prop_blocks .content{
		padding: 20px 0 40px;
	}
	.full_prop_name_blocks{
		padding: 12px 0;
	}
	.full_prop_name_block{
		font-size: 14px;
		line-height: 16px;
	}
	.razmeri_text_name li, .razmeri_text_desc li{
		font-size: 12px;
		line-height: 14px;
	   
	}
	.full_prop_desc .btn{
		font-size: 10px;
		height: 40px;
		line-height: 40px;
		width: 170px;
	}
	.full_prop_desc .customer-review__block{
		padding: 28px;
	}
	.full_prop_desc .customer-review__benefit-text{
		font-size: 12px;
		line-height: normal;
	}
	.full_prop_desc .customer-review__benefits{
		max-width: 450px;
		padding-right: 0;
	}
	.full_prop_desc .customer-review__name{
		font-size: 12px;
		font-weight: 700;
	}
	.full_prop_desc .customer-review__date{
		font-size: 12px;
	}
	.interior_blocks_img_name{
		font-size: 18px;
		line-height: 24px;
	}
	.interior_blocks_sliders .owl-next, .interior_blocks_sliders .owl-prev{
		width: 30px;
	}	
	.interior_blocks_sliders .owl-prev:before{
		width: 31px;
		height: 5px;
	}
	.interior_blocks_sliders .owl-next:before{
		width: 31px;
		height: 5px;
	}
	.interior_blocks_sliders .owl-prev{
		right: 17%;
		left: auto;
	}
	.sale_recommended_name, .sale_popular_name{
		font-size: 18px;
		line-height: 24px;
	}
	.sale_popular_items .owl-prev:before, 
	.sale_recommended_items .owl-prev:before{
		width: 31px;
		height: 5px;	
	}
	.sale_popular_items .owl-next:before, .sale_recommended_items .owl-next:before{
		width: 31px;
		height: 5px;
	}
	.sale_recommended_items .owl-next, .sale_recommended_items .owl-prev, .sale_popular_items .owl-next, .sale_popular_items .owl-prev{
		width: 30px;
		top: -54px;
	}
	.sale_popular_items .owl-prev, .sale_recommended_items .owl-prev{
		right: 40px;
		left: auto;
	}
	.sale_recommended_name, .sale_popular_name{
		padding-bottom: 20px;	
	}
	.old_prices_mini{
		font-size: 8px;
		line-height: 10px;
		margin-right: 7px;
	}
	.prices_item_mini{
		font-size: 12px;
		line-height: 14px;
		margin-right: 7px;
	}
	.discount_prices_mini{
		font-size: 8px;
		line-height: 10px;
		padding: 3px 17px 3px 6px;
	}
	.page_new_design .breadcrumbs{
		margin-bottom: 20px;
	}
}
.new_disign_body .popup{
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	border-radius: 0;
	background: #fff;
	position: relative;
	margin: 20px auto 10px;
	box-shadow: 0px 10px 15px 0px #051F2B0D;
}
.new_disign_body .popup__head{
	background: #ffffff;
	border-radius: 0;
	position: relative;
	margin-top: 10px;
}
.new_disign_body .popup__title{
	line-height: normal;
	font-size: 20px;
	font-weight: 500;
	padding: 32px 32px 0;
}
.new_disign_body .popup__body{
	padding: 32px;
}
#video_cons-popup .input-field label,
#cheaper-popup .input-field label{
	font-size: 12px;
	font-weight: 100;
	line-height: 14px;
	display: block;
	margin-bottom: 0;
	color: #AFAFB5;
	padding: 0 4px;
	position: absolute;
	background: white;
	top: -5px;
	z-index: 9;
	left: 6px;
}
.new_disign_body #video_cons-popup .input-field input, 
.new_disign_body #video_cons-popup .input-field select, 
.new_disign_body #video_cons-popup .input-field textarea,
.new_disign_body #cheaper-popup .input-field input, 
.new_disign_body #cheaper-popup .input-field select, 
.new_disign_body #cheaper-popup .input-field textarea{
	border-color: #AFAFB5;
	color: #000;
	height: 40px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;	
}

.new_disign_body.__popup .input-field input, 
.new_disign_body.__popup .input-field select, 
.new_disign_body.__popup .input-field textarea{
	border-color: #AFAFB5;
	color: #000;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;	
}
.new_disign_body .footer_new .input-field input, 
.new_disign_body .footer_new .input-field select, 
.new_disign_body .footer_new .input-field textarea{
	border-color: #AFAFB5;
	color: #000;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;	
}

.new_disign_body .icon-close:after, 
.new_disign_body .icon-close:before{
	background: #c3c3c7;
}
.icon-close:after, .icon-close:before{
	position: absolute;
	width: 16px;
	height: 1px;
}
.new_disign_body .popup  .icon-close{
	background: #ffffff;
	border: none;
	width: 20px;
	height: 20px;
	border-radius: 0;
	z-index: 10;
	position: absolute;
	right: 12px;
	top: 12px;
}
.new_disign_body .popup .icon-close:hover:after,
.new_disign_body .popup .icon-close:hover:before{
	background: #4b919b;	
}
.new_disign_body .input-form .input-field{
	margin-bottom: 25px;
}
.new_disign_body .popup #video_cons-popup,
.new_disign_body .popup #cheaper-popup
{
	width: 440px;	
}
.new_disign_body #video_cons-popup .btn,
.new_disign_body #cheaper-popup .btn{
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	text-align: center;
	padding: 16px;
	height: auto;
	width: 100%;	
	margin-top: 25px;
}
.new_disign_body #video_cons-popup .input-form .input-field.top_15,
.new_disign_body #cheaper-popup .input-form .input-field.top_15{
	margin-bottom: 25px;	
	font-weight: 300;
	line-height: 20px;	
	color: #4A4A4F;
}
.new_disign_body #video_cons-popup .input-form .input-field.top_15 strong,
.new_disign_body #cheaper-popup .input-form .input-field.top_15 strong{
	font-weight: 300;
}
.new_disign_body .input-field.__invalid:after{
	border-radius: 4px;	
}
.reset_label{
	display: none;
}
.new_disign_body .reset_label{
	display: block;
}
.reset_label{
	position: absolute;
	top: 14px;
	z-index: 9;
	left: auto;
	right: 14px;
	width: 13px;
	height: 13px;
	cursor: pointer;
}

.reset_label:after, .reset_label:before{
	content: "";
	position: absolute;
	width: 16px;
	height: 1px;
	top: 50%;
	left: 50%;
	transform-origin: center;
	background: #c3c3c7;
	display: block;
}

.reset_label:before{
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.reset_label:after{
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.reset_label:hover:after, 
.reset_label:hover:before{
	background: #4b919b;	
}
.new_disign_body  .mfp-wrap{
	background: rgb(0 0 0 / 72%);
}
.new_disign_body .mfp-gallery img.mfp-img{
	padding: 0;
	background: #fff;
}
.new_disign_body .mfp-gallery .mfp-close{
	margin-top: 0;
	margin-right: 0;
	width: 56px;
	height: 56px;
	cursor: pointer !important;
	top: 0 !important;
	right: 0 !important;
	font-size: 0;
	opacity: 1;
	background: #000;
	color: white;
	display: block;
}
.new_disign_body .mfp-gallery .mfp-figure .mfp-close{
	display: none;	
}
.new_disign_body .mfp-arrow{
	position: absolute;
	opacity: 1;
	margin: 0;
	top: 50%;
	padding: 0;
	width: 56px;
	height: 56px;
	border-radius: 0;
	border: 1px solid #171717 !important;
	transform: translate(0, -50%);
	background: #000000;
}
.new_disign_body .mfp-arrow-left{
	left: 12% !important;
}
.new_disign_body .mfp-arrow-right{
	right: 12% !important;
}
.new_disign_body .mfp-arrow:after{
	width: 12px;
	height: 12px;
	margin: 0;
	top: 20px;
	border-color: #ffffff;
}
.new_disign_body .mfp-arrow-left:after{
	left: 24px;
	border-width: 1px 0 0 1px;
}
.new_disign_body .mfp-arrow-right:after{
	left: 20px;
	border-width: 0 1px 1px 0;
}
.new_disign_body .mfp-gallery .mfp-arrow:after{
	border-color: #ffffff;
}
.new_disign_body .mfp-gallery .mfp-close:after, .new_disign_body .mfp-gallery .mfp-close:before{
	background-color: #ffffff;
}
.new_disign_body .mfp-close:after, .new_disign_body .mfp-close:before{
	position: absolute;
	left: 30px;
	content: "";
	height: 28px;
	width: 1px;
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	top: 13px;
}
.text_sale_item a.calc_start{
	border-bottom: none;	
}
.buttons_sale_sect{
	display: none;	
}
.buttons_sale_sect {
    margin-bottom: 6px;
}
.item_block_sect:hover .buttons_sale_sect{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;	
}
.btn.btn_detail{
	background: #ffffff;
	border-radius: 4px;
	padding: 16px 20px;
	color: #4b919b;
	border: 2px solid #4b919b;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	max-width: 250px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	display: block;	
	height: 54px;
}
.btn.btn_detail:hover{
	background: #4b919b;
	color: #ffffff;
	border: 2px solid #4b919b;	
}
@media screen and (max-width: 1749px){
	.btn.btn_detail{
		max-width: 240px;
		
	}
}
@media screen and (max-width: 1639px){
	.btn.btn_detail{
		max-width: 200px;
	}
	.btn_sale_sect{
		max-width: 200px;
	}	
}
@media screen and (max-width: 1559px){
	.btn.btn_detail{
		padding: 12px 15px;
		max-width: 180px;
		height: auto;
	}
	.btn_sale_sect{
		max-width: 180px;
	}	
}
@media screen and (max-width: 1379px){
	.btn.btn_detail{
		max-width: 160px;
		height: auto;
	}
	.btn_sale_sect{
		max-width: 160px;
	}	
}
@media screen and (max-width: 1365px){
	.btn.btn_detail{
		max-width: 150px;
		padding: 12px 14px;
		font-size: 10px;
		line-height: 13px;	
		height: auto;		
	}
	.btn_sale_sect{
		max-width: 150px;
	}	
}
@media screen and (max-width: 1200px){
	.btn.btn_detail{
		max-width: 140px;
				height: auto;
	}
	.btn_sale_sect{
		max-width: 140px;
	}	
}
@media screen and (max-width: 1100px){
	.btn.btn_detail{
		max-width: 100%;
		height: auto;
	}
	.btn_sale_sect{
		max-width: 100%;
		margin-bottom: 10px;
	}
	.buttons_sale_sect{
		flex-direction: column !important;
	}	
}
@media screen and (max-width: 991px){
	.btn.btn_detail{
		max-width: 140px;
	}
	.btn_sale_sect{
		max-width: 140px;
		margin-bottom: 0;
	}
	.buttons_sale_sect{
		flex-direction: row !important;
	}	
}
@media screen and (max-width: 767px){
	.btn.btn_detail{
		max-width: 100%;
		padding: 10px 10px;
		font-size: 8px;
		line-height: 12px;	
		height: auto;		
	}
	.btn_sale_sect{
		max-width: 100%;
		margin-bottom: 10px;
	}
	.buttons_sale_sect{
		flex-direction: column !important;
	}	
}
@media screen and (max-width: 767px){
	.new_disign_body .mfp-gallery .mfp-close{
		margin-top: 0;
		margin-right: 0;
		width: 35px;
		height: 35px;
		cursor: pointer !important;
		top: 0 !important;
		right: 0 !important;
		font-size: 0;
		opacity: 1;
		background: #000;
		color: white;
		display: block;
	}
	.new_disign_body .mfp-close:after, .new_disign_body .mfp-close:before{
		position: absolute;
		left: 18px;
		content: "";
		height: 15px;
		width: 1px;
		background-color: #fff;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		top: 10px;
	}
	.new_disign_body .mfp-arrow{
		position: absolute;
		opacity: 1;
		margin: 0;
		top: 50%;
		padding: 0;
		width: 35px;
		height: 35px;
		border-radius: 0;
		border: 1px solid #171717 !important;
		transform: translate(0, -50%);
		background: #000000;
	}
	.new_disign_body .mfp-arrow:after{
		width: 12px;
		height: 12px;
		margin: 0;
		top: 11px;
		border-color: #ffffff;
	}	
	.new_disign_body .mfp-arrow-left:after{
		left: 14px;
		border-width: 1px 0 0 1px;
	}
	.new_disign_body .mfp-arrow-right:after{
		left: 8px;
		border-width: 0 1px 1px 0;
	}
	.new_disign_body .mfp-arrow-left{
		left: 5% !important;
	}	
	.new_disign_body .mfp-arrow-right{
		right: 5% !important;
	}	
}
.new_disign_body .popup--files h4, 
.new_disign_body .popup--installment h4{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
	font-weight: 400;
}
.new_disign_body .installment-popup__info .list li:before{
	width: 8px;
	height: 8px;
	background: #4b919b;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 11px;
}
.new_disign_body .installment-popup__conditions li{
	line-height: 28px;
	padding-left: 20px;
}
.new_disign_body .installment-popup__addition:before{
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	background: #dddde0;
	top: 0;
	left: -30px;
}
.new_disign_body .popup--installment{
	width: 1200px;
}
.new_disign_body .installment-popup__addition{
	width: 500px;
}
.new_disign_body .installment-popup__addition-text{
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 10px;
	color: #0A0A0A;
}
.new_disign_body .installment-popup__addition-phone{
	font-size: 16px;
	color: #0A0A0A;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 5px;
}
.new_disign_body .installment-popup__addition-phone span{
	margin-left: 10px;
	color: #7B7B84;	
}
.new_disign_body .popup__bottom{
	background: #ffffff;
	padding: 0 40px 40px;
	border-radius: 0;
}
.new_disign_body .installment-calculation__block{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	flex-direction: column;
}
.new_disign_body .installment-calculation__store{
	width: 100%;
	margin-top: 30px;
}
.new_disign_body .installment-calculation__item{
	position: relative;
	margin-right: 20px;	
}
.new_disign_body .installment-calculation__label{
	font-size: 12px;
	font-weight: 100;
	line-height: 14px;
	display: block;
	margin-bottom: 0;
	color: #AFAFB5;
	padding: 0 4px;
	position: absolute;
	background: white;
	top: 6px;
	z-index: 100;
	left: 6px;	
}
.new_disign_body .installment-calculation__input{
	max-width: 180px;
	margin-top: 12px;
}
.new_disign_body .installment-calculation__item .nselect .nselect__head{
	width: 180px;
	border: 1px solid #AFAFB5;
	padding: 0 8px;
	height: 40px;
	line-height: 40px;
	font-weight: 400;
	font-size: 14px;
	color: #0A0A0A;
}
.new_disign_body .installment-calculation__calc{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;	
}
.new_disign_body .installment-calculation__inputs, .new_disign_body .installment-calculation h4{
	margin-bottom: 0;
}
.new_disign_body .installment-calculation__input input{
	border-color: #AFAFB5;
	color: #000;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	height: 40px;	
}
.new_disign_body .installment-calculation__result{
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	margin-left: 5px;
	font-size: 16px;
	color: #0A0A0A;
	line-height: normal;
	margin-top: 7px;
}
.new_disign_body .nselect .nselect__head:after{
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: initial;
	border-color: initial;
	right: 10px;
	border-width: initial;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: url(/img/new_images/tab_link.svg);
	width: 14px;
	height: 7px;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	display: block;
	transform: rotate(0deg);
	top: 17px;
	opacity: 0.4;
}
.new_disign_body .installment-calculation__input .nsBelfan._active{
	z-index: 99;
}
.new_disign_body .nselect .nselect__inner{
	top: 41px;
}

.new_disign_body .nselect .nselect__head, 
.new_disign_body .nselect .nselect__list LI{
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	padding: 0 8px;
	width: 100%;
	font-size: 14px;
}
.new_disign_body .nselect .nselect__list LI{
	display: block;
	background: #fff;
	color: #0a0a0a;
	border: 1px solid #afafb5;
	border-top: none;
}
.new_disign_body .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: rgb(175 175 181);
}
.new_disign_body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	position: relative;
	width: 3px;
	height: 100%;
	margin: 0 auto;
	border-radius: 16px;
	text-align: center;
}
.new_disign_body .installment-calculation__input .nsBelfan._active .nselect__head:after{
	transform: rotate(180deg);
}
.new_disign_body .installment-calculation__store-text{
	font-size: 16px;
	line-height: 23px;
	padding: 0 5px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #0A0A0A;
}
.new_disign_body #configurator-popup .popup__title{
	line-height: normal;
	font-size: 24px;
	font-weight: 500;
	padding: 32px 32px 20px 32px;
	background: #e6e6e6;
}
.new_disign_body #configurator-popup .icon-close{
	background: #e6e6e6;
}
.new_disign_body #configurator-popup .icon-close:after,
.new_disign_body #configurator-popup .icon-close:before{
	background: #afafb5;
}
.new_disign_body #configurator-popup .configurator-result__text{
	font-size: 16px;
	margin-bottom: 13px;
	font-weight: 400;
}
.new_disign_body #configurator-popup .configurator-result__option{
	min-height: auto;
	color: #636369;
	position: relative;
	padding-left: 16px;
}
.new_disign_body #configurator-popup .configurator-result__option:before{
	width: 7px;
	height: 7px;
	background: #636369;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 7px;
	content: '';
}
.new_disign_body #configurator-popup .configurator-result{
	padding: 0px 32px 32px;
}

@media screen and (max-width: 767px){
	.new_disign_body .installment-calculation__input{
		max-width: 165px;
		margin-top: 12px;
	}
	.new_disign_body .installment-calculation__item .nselect .nselect__head{
		width: 165px;
	}
	.new_disign_body .installment-calculation__item{
		position: relative;
		margin-right: 10px;
	}	
}
@media screen and (max-width: 650px){
	.new_disign_body .installment-calculation__inputs form{
		width: 100%;
		display: flex;
		flex-direction: column;
	}	
	.new_disign_body .installment-calculation__item{
		width: 100%;
	}
	.new_disign_body .installment-calculation__inputs{
		margin-bottom: 0;
		width: 100%;
	}
	.new_disign_body .installment-calculation__item .nselect .nselect__head{
		width: 100%;
	}
	.new_disign_body .installment-calculation__input{
		max-width: none;
		margin-top: 12px;
	}
	.new_disign_body .installment-calculation__item{
		width: auto;
		margin-right: 0;
	}
	.new_disign_body .installment-popup__addition{
		width: 100%;
	}	
}
@media screen and (max-width: 1220px){
	.new_disign_body .popup--installment{
		width: 100%;
		max-width: 1200px;
	}	
	.new_disign_body .installment-calculation__item{
		width: auto;
	}
}

/****************Новая карточка товара*********************/
.rutube{
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	background-size: cover;
	background-position: 50%;
}
.rutube, .rutube .play{
	height: 100%;
	width: 100%;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.video-responsive .rutube{
	height: auto;
}
.video-responsive .rutube img{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 10;
}
.rutube .play{
	background: url("/img/new_images/play_video.svg") 50% no-repeat;
	background-size: 64px 64px;
	position: absolute;
	opacity: .8;
	filter: alpha(opacity = 80);
}
.video-responsive .rutube .play{
	top: 0;
	z-index: 20;
}
.video-responsive .rutube .play{
	top: 0;
	z-index: 20;
}
.new_disign_body .popup--configurator .interior-options__price-inner{
	border-radius: 0;
	height: initial;
	width: auto;
	padding: 0;
	background: #e6e6e6;
	border: none;
	line-height: normal;
}
.new_disign_body .popup--configurator .number-field.js-quantity{
	width: 75px;
	height: 48px;
	position: relative;
}
.new_disign_body .popup--configurator .number-field.js-quantity input[name="number_configurator"]{
	width: 76px;
	height: 48px;
	padding-left: 8px;
	font-size: 16px;
	line-height: 18px;
	border-radius: 4px;
	border: 1px solid #AFAFB5;
	font-weight: 400;
	background: white;
}
.new_disign_body .number-field__change.js-up{
	top: 12px;	
}
.new_disign_body .number-field__change.js-down{
	bottom: 12px;
}
.new_disign_body .number-field__change.__up:before{
	border-color: transparent transparent #90A4AE;
	border-width: 0 4px 4px;
}
.new_disign_body .number-field__change.__down:before{
	border-color: #90A4AE transparent transparent;
	border-width: 4px 4px 0;
}
.interior-options__price-cost:after, .interior-options__price-cost:before{
	content: none;
}
.percent-price{
	display: none;
}
.new_disign_body .percent-price{
	display: block;
}
.new_disign_body .popup--configurator .configurator-result .interior-options__price-cost{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 28px;
	font-weight: 500;
	position: relative;
	margin-right: 40px;
	line-height: normal;
	text-align: left;
}
.new_disign_body .popup--configurator .new-price{
	padding-top: 0;
	color: #000;
	font-size: 28px;
	line-height: 34px;
	font-weight: 500;
	margin-right: 10px;
}
.new_disign_body .popup--configurator .old-price{
	color: #575757;
	position: relative;
	font-weight: 400;
	line-height: 22px;
	font-size: 18px;
	text-decoration: line-through;
	margin-right: 15px;
}
.new_disign_body .popup--configurator .old-price:before{
	content: none;
}
.new_disign_body .popup--configurator .percent-price{
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #000;
	background: #afd970;
	display: flex;
	width: min-content;
	padding: 4px 20px 4px 8px;
	align-items: center;
	text-transform: uppercase;
	clip-path: polygon(0px 0, 100% 0, 100% calc(100% - 27px), calc(100% - 17px) 100%, 0 100%, 0 17px);
	justify-content: flex-start;
}

.new_disign_body .popup--configurator{
	width: 1400px;
}
.new_disign_body .popup--configurator .configurator-result>div{
	min-width: 34%;	
}
.new_disign_body .popup--configurator .configurator-result__color{
	width: 56px;
	height: auto;
}
.new_disign_body .popup--configurator .configurator-result__color img{
	display: block;
	width: 56px;
	border: none;
	padding: 0;
}
.new_disign_body .js-product:not([data-product-options]) .configurator-result__option.js-configurator-result-option:before{
	content: none !important;
}
.new_disign_body .js-product:not([data-product-options]) .cf .configurator-result__text{
	display: none;
}
/* .new_disign_body .js-product:not([data-product-options]) .cf{ */
	/* display: none;	 */
/* } */
.new_disign_body .popup--configurator #shablon_colors_count{
	width: 48%;
}
.new_disign_body .popup--configurator .js-colors-scheme{
	width: 48%;
}
.new_disign_body .configurator__colors-scheme img{
	max-width: 100%;
	object-fit: cover;
}
.new_disign_body .popup--configurator .configurator__title{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 12px;
}
.new_disign_body .popup--configurator .configurator__items{
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.new_disign_body .popup--configurator .nselect .nselect__head, .new_disign_body .popup--configurator .nselect .nselect__list LI{
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	padding: 0 8px;
	width: 500px;
	font-size: 14px;
	color: #0A0A0A;
	border: 1px solid #AFAFB5;
	border-radius: 4px;
}
.new_disign_body .configurator__block{
	margin-bottom: 30px;
}
.new_disign_body .configurator__title_first{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #0A0A0A;
	margin-bottom: 10px;
}
.new_disign_body .configurator__title_double{
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	margin-bottom: 24px;
	color: #636369;
}
.new_disign_body .popup--configurator .configurator__title#shablon_color_text{
	display: none;
}
.new_disign_body .configurator__colors-item-color{
	border: 1px dashed #AFAFB5;
	width: 64px;
	height: 64px;
	background: #F6F6F6;
}
.new_disign_body .configurator__colors-item-color:after, .new_disign_body .configurator__colors-item-color:before{
	content: none;
}
.new_disign_body .configurator__colors-item-option{
	color: #4b919b;
	border-bottom: none;
	width: 64px;
	font-size: 9px;
}
.new_disign_body .js-select-color:not(:first-child){
	margin-left: 35px;
}
.new_disign_body .js-select-color:not(:first-child):after, .new_disign_body .js-select-color:not(:first-child):before{
	content: "";
	width: 2px;
	height: 25px;
	background: #4b919b;
	position: absolute;
	left: -25px;
	top: 32px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.new_disign_body .configurator__item.__color{
	display: block !important;
}
.new_disign_body .configurator__colors{
	min-height: auto;
	margin: 0 0 20px;
}
.new_disign_body .configurator__item.__color{
	height: 64px;
	width: 64px;
	padding: 1px;
	line-height: normal;
	border-radius: 50%;
	border: 1px solid #ffffff;
}
.new_disign_body .configurator__item:hover:not(.__disabled){
	cursor: pointer;
	border: 1px solid #4b919b;
	padding: 2px;
}
.new_disign_body .configurator__color{
	text-align: center;
	z-index: 2;
	margin: 10px;
	margin-bottom: 0;
}
.new_disign_body .configurator__color-title{
	max-width: 64px;
	padding: 0;
	margin: 8px auto 0;
	font-size: 12px;
	line-height: 14px;
}
.new_disign_body .configurator__block{
	margin-bottom: 0;
}
.js-config-slider-items .owl-dot{
	display: none !important;
}
.new_disign_body .configurator__block#config_ids{
	margin-bottom: 30px;
}

.new_disign_body .popup--configurator .mCSB_inside>.mCSB_container{
	margin-right: 0;
}
.new_disign_body .popup--configurator .nselect .nselect__inner{
	min-width: 500px;	
}
@media screen and (max-width: 1440px){
	.new_disign_body .popup--configurator{
		width: 100%;
	}	
}
@media screen and (max-width: 1240px){
	.new_disign_body .popup--configurator .configurator-result>div{
		min-width: 40%;
	}	
}
@media screen and (max-width: 1160px){
	.new_disign_body .popup--configurator .new-price{
		font-size: 24px;
		line-height: 28px;
		margin-right: 6px;
	}	
	.new_disign_body .popup--configurator .old-price{
		line-height: 20px;
		font-size: 16px;
		margin-right: 10px;
	}
	.new_disign_body .popup--configurator .percent-price{
		font-size: 12px;
		line-height: 14px;
		padding: 4px 17px 4px 4px;
	}
	.new_disign_body .popup--configurator .configurator-result .interior-options__price-cost{
		margin-right: 15px;
	}	
	.new_disign_body .popup--configurator .number-field.js-quantity{
		width: 65px;
		height: 40px;
	}
	.new_disign_body .popup--configurator .number-field.js-quantity input[name="number_configurator"]{
		width: 65px;
		height: 40px;
	}
	.new_disign_body .number-field__change.js-down{
		bottom: 8px;
	}
	.new_disign_body .number-field__change.js-up{
		top: 8px;
	}
	.new_disign_body .popup.popup--configurator .btn{
		color: #fff !important;
		background: #4b919b !important;
		border-radius: 4px;
		width: 170px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	.new_disign_body .popup--configurator .nselect .nselect__head, .new_disign_body .popup--configurator .nselect .nselect__list LI{
		width: 420px;
	}	
	.new_disign_body .popup--configurator .nselect .nselect__inner{
		min-width: 420px;
	}
	.new_disign_body .popup--configurator .configurator-result>div{
		min-width: 45%;
	}	
}
@media screen and (max-width: 1024px){
	.new_disign_body .popup--configurator .configurator-result .configurator-result__cart{
		margin-top: 20px;
	}
	.new_disign_body .popup--configurator #shablon_colors_count{
		width: 100%;
	}
	.new_disign_body .popup--configurator .js-colors-scheme{
		width: 100%;
		order: -1;
		margin-bottom: 20px;
	}
	.configurator.js-configurator	{
		display: grid;
	}
}
@media screen and (max-width: 530px){
	.new_disign_body .popup--configurator .nselect .nselect__head, .new_disign_body .popup--configurator .nselect .nselect__list LI{
		width: 250px;
	}	
	.new_disign_body .popup--configurator .nselect .nselect__inner{
		min-width: 250px;
	}	
}
.new_disign_body .popup--quickview{
	width: 1420px;	
	padding: 32px 32px;
}
.new_disign_body .popup--quickview .good-item--good .good-slider{
	width: 62%;
	margin-right: 50px;
}
.new_disign_body .popup--quickview .good-item--good .good-desc{
	width: 38%;	
}
.new_disign_body .popup--quickview .good-slider__thumbs{
	margin: 20px 0 0;
}
.new_disign_body .popup--quickview .good-cart{
	background: #4b919b;
	 padding: 15px;
}
/* .new_disign_body .popup--quickview .good-cart__add{ */
	/* display: none;	 */
/* } */
.new_disign_body .popup--quickview .good-cart__add .add_basket_discount{
	background: #4b919b !important;
	border-radius: 4px;
	padding: 12px 15px;
	color: white !important;
	border: 2px solid white;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	width: 150px !important;
	text-align: center;
	text-transform: uppercase;
	height: auto;	
}
.new_disign_body .popup--quickview .new-price{
	color: #ffffff;
	font-size: 32px;
	line-height: 38px;
	font-weight: 400;
	margin-bottom: 10px;
}
.new_disign_body .popup--quickview .old-price{
	color: #CACACE;
	font-weight: 400;
	line-height: 28px;
	font-size: 24px;
	text-decoration: line-through;
}
.new_disign_body .popup--quickview .old-price:before{
	content: none;	
}
.new_disign_body .popup--quickview .good-desc__name{
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
.new_disign_body .popup--quickview .good-desc__name a{
	color: #0A0A0A;
	border: none;	
}
.new_disign_body .popup--quickview .good-desc__details dl{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 16px;	
}
.new_disign_body .popup--quickview .good-desc__details dl dt{
	width: auto;
}
.new_disign_body .popup--quickview .good-desc__details dl dt span{
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #636369;	
}
.new_disign_body .popup--quickview .good-desc__details dd{
	font-weight: 700;
	max-width: max-content;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #0A0A0A;
}
.new_disign_body .popup--quickview .good-desc__details dt:before{
	content: none;
}
.new_disign_body .popup--quickview .good-desc__discount_description{
	margin-top: 20px;
}
.new_disign_body .popup--quickview .good-desc__discount_description b span{
	color: #F93C00;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;	
}
.new_disign_body .popup--quickview .good-desc__discount_description p{
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #4A4A4F;	
}
.new_disign_body .popup--quickview .good-item--good .good-slider__inner{
	margin: 0;
	width: 100%;
	width: 100%;
}
.new_disign_body .popup--quickview .good-slider__thumb{
	width: 152px;
	height: 74px;
}
.new_disign_body .popup--quickview .good-slider__thumb img{
	height: 74px;
	object-fit: cover;
}
.new_disign_body .popup--quickview .good-slider__thumb:after{
	border: none;
}
.new_disign_body .popup--quickview .good-slider__thumb.__active:after{
	border: 1px solid #B2B2B2;
}
.new_disign_body .popup--quickview .good-slider .owl-prev, 
.new_disign_body .popup--quickview .good-slider .owl-next{
	background: white;
	height: 36px;
	width: 36px;
	border: none;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: none;
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ececec;
	border-width: 1px;
}
.new_disign_body .popup--quickview .good-slider .owl-prev:after{
	background: url(/img/new_images/left.svg);
	width: 7px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	display: block;
	margin-right: 1px;
	position: relative;
	top: initial;
	border: none;
	transform: none;
	left: initial;
}
.new_disign_body .popup--quickview .good-slider .owl-next:after{
	background: url(/img/new_images/right.svg);
	width: 7px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	display: block;
	margin-right: -4px;
	position: relative;
	top: initial;
	border: none;
	transform: none;
	right: initial;
}
.new_disign_body .popup--quickview .good-slider .owl-prev{
	left: 20px;
}
.new_disign_body .popup--quickview .good-slider .owl-next{
	right: 20px;
}
.new_disign_body .popup--quickview .owl-next:hover, 
.new_disign_body .popup--quickview .owl-prev:hover{
	border-color: #4b919b !important;
}
@media screen and (max-width: 1470px){
	.new_disign_body .popup--quickview{
		width: 100%;
	}
}
@media screen and (max-width: 1023px){
	.new_disign_body .popup--quickview .good-item--good .good-slider{
		width: 100%;
		margin-right: 0;
	}
	.new_disign_body .popup--quickview .good-item--good .good-desc{
		width: 100%;
	}
   .new_disign_body .popup--quickview .good-slider{
		margin-bottom: 25px;
		padding: 10px;
	}	
	.new_disign_body .popup--quickview .good-slider .owl-carousel .owl-item img{
		width: auto;
		height: auto;
	}
	.new_disign_body .popup--quickview .good-slider__thumb{
		width: auto;
		height: auto;
	}
	.new_disign_body .popup--quickview{
		width: 600px;
	}	
}
@media screen and (max-width: 650px){
	.new_disign_body .popup--quickview{
		width: 100%;
	}		
}
.block_info_items{
	display: none;
}
.block_info_items.active{
	display: block;
}
.sliders_block_card .good-slider__thumbs .owl-stage{
	margin-left: 1px;	
}
.dimensions_none{
	color: #000;	
}
.desc_dimensions .tooltip:before{
	content: "i";
	display: block;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	margin-left: 1px;
}
.desc_dimensions .tooltip{
	height: 18px;
	border: none;
	position: relative;
	cursor: pointer;
	z-index: 999;
	border-radius: 50%;
	color: white;
	background: #000;
	width: 18px;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 12px;
	align-items: center;
	margin-left: 6px;
	font-weight: 600;
}
@media screen and (max-width: 767px){
	.desc_dimensions .tooltip:before{
		line-height: 15px;
		font-size: 10px;
	}
	.desc_dimensions .tooltip{
		height: 15px;
		width: 15px;
		font-size: 10px;
	}	
}
.new_disign_body .desc_dimensions .tooltip__body{
	width: 340px;
	padding: 20px;
	color: #000;
	left: auto;
	margin-left: 0;
	border-radius: 0;
	cursor: default;
	font-weight: 500;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, .5);
	-webkit-transition: opacity .1s ease-in-out, bottom .1s ease-in-out, -webkit-transform 0 linear .1s;
	transition: opacity .1s ease-in-out, bottom .1s ease-in-out, -webkit-transform 0 linear .1s;
	-o-transition: opacity .1s ease-in-out, bottom .1s ease-in-out, transform 0 linear .1s;
	transition: opacity .1s ease-in-out, bottom .1s ease-in-out, transform 0 linear .1s;
	transition: opacity .1s ease-in-out, bottom .1s ease-in-out, transform 0 linear .1s, -webkit-transform 0 linear .1s;
	right: 0;
}
.new_disign_body .desc_dimensions .tooltip:hover .tooltip__body{
	bottom: 32px;
	opacity: 1;
	max-height: 1000px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity .2s ease-in-out .1s, bottom .2s ease-in-out .1s, -webkit-transform 0 linear .1s;
	transition: opacity .2s ease-in-out .1s, bottom .2s ease-in-out .1s, -webkit-transform 0 linear .1s;
	-o-transition: opacity .2s ease-in-out .1s, bottom .2s ease-in-out .1s, transform 0 linear .1s;
	transition: opacity .2s ease-in-out .1s, bottom .2s ease-in-out .1s, transform 0 linear .1s;
	transition: opacity .2s ease-in-out .1s, bottom .2s ease-in-out .1s, transform 0 linear .1s, -webkit-transform 0 linear .1s;
}
.new_disign_body .desc_dimensions .tooltip__body, 
.new_disign_body .desc_dimensions .tooltip__body p{
	font-size: 16px;
	line-height: 24px;
}
.block_card_items ~ .available_items_blocks{
	padding-top: 40px;
}
.not_shablon{
	padding-top: 40px;
}
.page_new_design .item_block_sect .owl-dots.disabled{
	display: none !important;	
}
.new_disign_body #click-popup .input-field input, .new_disign_body #click-popup .input-field select, .new_disign_body #click-popup .input-field textarea{
	border-color: #AFAFB5;
	color: #000;
	height: 40px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}
#click-popup .input-field label{
	font-size: 12px;
	font-weight: 100;
	line-height: 14px;
	display: block;
	margin-bottom: 0;
	color: #AFAFB5;
	padding: 0 4px;
	position: absolute;
	background: white;
	top: -5px;
	z-index: 9;
	left: 6px;
}
.new_disign_body #click-popup .btn{
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	text-align: center;
	padding: 16px;
	height: auto;
	width: 100%;
	margin-top: 25px;
}
#click-popup .checkbox-field input[type=checkbox]:checked~label:before{
	border-color: #4b919b;
    background: #fff;
}
.new_disign_body #click-popup .checkbox-field input[type=checkbox]~label:after{
	top: 6px;
}
.desc_dimensions dl{
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;	
}

.item_block_sect{
	display: flex;
	height: auto;
}
.item_block_sect_hover{
	display: block;
	width: 100%;	
}
.full_prop_desc p,
.full_prop_desc b{
	line-height: 2em;	
}
.floating-cart{
	border-radius: 4px;
}
.desc_delivery .tooltip{
	height: 18px;
	border: none;
	position: relative;
	cursor: pointer;
	z-index: 999;
	border-radius: 50%;
	color: white;
	background: #000;
	width: 18px;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 12px;
	align-items: center;
	margin-left: 6px;
	font-weight: 600;
}
.desc_delivery .tooltip:before{
	content: "i";
	display: block;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	margin-left: 1px;
}
.new_disign_body .desc_delivery .tooltip__body{
	width: 200px;
	padding: 20px;
	color: #000;
	left: auto;
	margin-left: 0;
	border-radius: 0;
	cursor: default;
	font-weight: 500;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, .5);
	-webkit-transition: opacity .1s ease-in-out, bottom .1s ease-in-out, -webkit-transform 0 linear .1s;
	transition: opacity .1s ease-in-out, bottom .1s ease-in-out, -webkit-transform 0 linear .1s;
	-o-transition: opacity .1s ease-in-out, bottom .1s ease-in-out, transform 0 linear .1s;
	transition: opacity .1s ease-in-out, bottom .1s ease-in-out, transform 0 linear .1s;
	transition: opacity .1s ease-in-out, bottom .1s ease-in-out, transform 0 linear .1s, -webkit-transform 0 linear .1s;
	right: 0;
}
.new_disign_body .desc_delivery .tooltip__body, .new_disign_body .desc_delivery .tooltip__body p{
	font-size: 16px;
	line-height: 24px;
}
.new_disign_body .desc_delivery .tooltip:hover .tooltip__body{
	bottom: 32px;
	opacity: 1;
	max-height: 1000px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity .2s ease-in-out .1s, bottom .2s ease-in-out .1s, -webkit-transform 0 linear .1s;
	transition: opacity .2s ease-in-out .1s, bottom .2s ease-in-out .1s, -webkit-transform 0 linear .1s;
	-o-transition: opacity .2s ease-in-out .1s, bottom .2s ease-in-out .1s, transform 0 linear .1s;
	transition: opacity .2s ease-in-out .1s, bottom .2s ease-in-out .1s, transform 0 linear .1s;
	transition: opacity .2s ease-in-out .1s, bottom .2s ease-in-out .1s, transform 0 linear .1s, -webkit-transform 0 linear .1s;
}
.new_disign_body .desc_delivery .tooltip:hover .tooltip__body div:first-child{
	display: none;
}
.new_disign_body .desc_delivery .tooltip .tooltip__body br:nth-child(2){
	display: none;	
}
.desc_delivery .tooltip__body br:last-child{
	display: none;
}
/* main page start*/
.main-page-new{
	/* max-width: 1720px; */
	padding: 0 20px;
	max-width: 1760px;	
	width: 100%;
    margin: 0 auto;
    font-family: "Inter Tight", sans-serif;
}
.new_disign_body .wrapp-banbelf{
	background: #fff;
	background-image: none;
	margin-top: 125px;
}

.banbelf-box__percent{
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.new_disign_body .banbelf-text__number, .new_disign_body .banbelf-text-sub, .new_disign_body .banbelf-text__text, .new_disign_body .wrapp-banbelf__title{
	color:#0A0A0A;
	font-family: 'InterTight-Regular';
}

.new_disign_body .wrapp-banbelf__title{
	margin: 0;
	padding: 0;
}
.new_disign_body .wrapp-banbelf__title{
	line-height: 72px;
	font-size: 60px;
	font-weight: 500;
	text-align: left;
	max-width: 1598px;
}
.new_disign_body .banbelf{
	width:100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.wrapp-banbelf__content{
	flex-direction: column;
	gap:80px;
	margin-top: 80px;
}
.banbelf-box__video{
    width: 100%;
    height: auto;
    max-height: 907px;
}
.banbelf-box{
	display:flex;
	align-items: flex-end;
	gap:20px;
}
.banbelf-text__number{
	font-size: 200px;
	line-height: 200px;
	font-weight: 500;
}
.banbelf-text__wrapp{
	flex-direction: column;
	justify-content: flex-end;
	height: 200px;
	align-items: flex-start;
	margin: 0;
	padding: 0;
	gap: 30px;
	margin-bottom: 25px;
}
.banbelf-text-sub{
	font-size: 80px;
	line-height: 80px;
	font-weight: 500;
}
.banbelf-text__text{
	font-size:20px;
	line-height: 24.2px;
	height: 48px;
}
.banbelf-text__text:first-child{
	max-width: 221px;
}
.all-link{
	display:flex;
	align-items: center;
	justify-content: center;
	gap:20px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17.5px;
	color: #0A0A0A;
	font-family: Inter Tight;
    font-weight: 500;
}

.new_disign_body .page_new_design h2{
    font-family: "Inter Tight", sans-serif;
    /* font-size: 40px; 60px; Правка по комменту: https://simpo.bitrix24.ru/online/?IM_DIALOG=chat13769&IM_MESSAGE=5584165 */
	font-size: 28px;
	color:#0A0A0A;
	line-height: 36px;
	/* line-height: 72px; */
	font-weight: 500;
}
.new_disign_body .page_new_design h3{
	font-family: "Inter Tight", sans-serif;
	font-size: 24px;
	color:#0A0A0A;
	line-height: 30px;
	font-weight: 500;
}
.block-title h2{
	margin: 0;
}
.block-title{
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
	margin-bottom: 40px;
}
/* .store-info{ */
	/* display: flex; */
	/* align-items: center; */
	/* gap:60px; */
	/* background: #4B919B; */
	/* margin-top: 125px; */
	/* margin-bottom: 125px; */
/* } */
.store-info{
	display: flex;
	align-items: center;
	gap:0px;
	background: #4B919B;
	margin-top: 125px;
	padding: 100px 0;
}
/* .store-text{ */
	/* padding-left: 65px; */
	/* max-width: 49%; */
/* } */
.store-text {
    padding-left: 0;
    max-width: 49%;
    margin: 0 auto;
    text-align: center;
}
.store-text {
	font-size: 32px;
	font-weight: 300;
	/* font-weight: 400; */
	line-height: 44.8px;
	color:#fff;
}
/* .store-img { */
	/* height: 400px; */
	/* max-width: 60%; */
/* } */
/* .store-img { */
    /* height: 300px; */
    /* max-width: max-content; */
/* } */
/* .store-img img{
	max-width: 100%;
	height: 400px;
	object-fit: cover;
	width: 909px;
} */
.all-link.desktop{
	display: flex;
}
.mob{
	display: none;
}
.desktop{
	display: block;
}

/* main page end*/
@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;		
	}
	 .new_disign_body .wrapp-banbelf__title{
		font-size: 40px;
		line-height: 48px;
		max-width: 1010px;
	}
	
}
@media screen and (max-width: 1366px){
	.main-page-new{
		/* max-width: 1200px; */
		padding: 0 20px;
        max-width: 1240px;		
	}
	.store-text{
		padding-left: 46px;
	}
		
	.wrapp-banbelf__content{
		margin-top: 60px;
	}
	/* .store-img img{
		max-width: 100%;
	} */
	
	.wrapp-banbelf__content{
		gap:70px;
	}
	.banbelf-text__number{
		font-size: 120px;
		line-height: 120px;
	}
	.banbelf-text__text{
		font-size: 20px;
		line-height: 24.2px;
	}
	.banbelf-text__text:first-child{
		max-width: 221px;
	}
	.banbelf-text__text:nth-child(2){
		max-width: 315px;
	}
	.banbelf-text-sub{
		font-size: 40px;
		line-height: 40px
	}
	.banbelf-text__wrapp{
		height: 120px;
		gap:10px;
		margin-bottom: 12px;
	}
	.store-img img{
		height: 400px;
		object-fit: cover;
	}
	.banbelf-box__video .rutube .play{
		background-size: 98px 98px;
	}
	.new_disign_body .page_new_design h2{
        font-size: 24px;
        line-height: 30px;
	}
	.new_disign_body .page_new_design h3{
		font-size: 20px;
        line-height: 26px;
	}
}

@media screen and (max-width: 1200px){	
	.main-page-new{
		/* max-width: 1024px; */
		padding: 0 20px;
        max-width: 1064px;		
	}	
}
@media screen and (max-width: 1250px){
	.banbelf-text__number{
        font-size: 100px;
        line-height: 100px;
	}
    .banbelf-text__text {
        font-size: 16px;
        line-height: 19.2px;
    }
    .banbelf-text-sub {
        font-size: 30px;
        line-height: 30px;
    }
    .banbelf-text__wrapp {
        margin-bottom: 0;
    }	
}
@media screen and (max-width: 1024px){	
	.main-page-new{
		/* max-width:900px; */
        padding: 0 20px;
        max-width: 940px;		
	}	
	 .new_disign_body .wrapp-banbelf__title{
		font-size: 32px;
		line-height: 38.4px;
		max-width: 682px;
	}
	
	.new_disign_body .wrapp-banbelf{
		margin-top: 100px;
	}
	.banbelf-text__wrapp{
		height: 80px;
		gap: 5px;
		margin-bottom: 10px;
	}
	.banbelf-text__number{
		font-size: 90px;
		line-height: 90px;
	}
	.banbelf-text__text{
		font-size: 16px;
        line-height: 19.36px;
		height: 38px;
	}
	.banbelf-text-sub{
        font-size: 30px;
        line-height: 30px
	}
	.banbelf-text__text:first-child{
		max-width: 149px;
	}
	.banbelf-text__text:nth-child(2){
		max-width: 258px;
	}
	.banbelf-box{
		gap:10px;
	}
	.banbelf-box__video .video-responsive .rutube img{
		height: 500px;
		object-fit: cover;
	}
	.wrapp-banbelf__content{
		gap:60px;
	}
	.store-text{
		padding-left: 0;
		max-width: 390px;
	}
	.store-text {
		font-size: 24px;
		line-height: 33.6px;
	}
	.main-info h2{
		max-width: 100%;
		margin-bottom:30px;
	}
	.store-info{
		margin-top: 100px;
		margin-bottom: 100px;
		padding: 90px 0;
	}

	.main-info-accardeon {
        padding: 60px 20px;
    }
}
@media screen and (max-width: 1023px){
    .banbelf-text__number {
        font-size: 70px;
        line-height: 70px;
    }	
	.banbelf-text-sub {
        font-size: 20px;
        line-height: 20px;
    }
    .banbelf-text__text {
        font-size: 13px;
        line-height: 15.36px;
        height: 32px;
    }	
}
@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;		
	}
	.banbelf-box{
		gap:8px;
	}
	.banbelf-text__number{
		width: auto;
		font-size: 70px;
        line-height: 70px;
		margin:0;
		padding: 0;
	}
	.banbelf-text__text{
		font-size: 13px;
        line-height: 15.73px;
		text-align: left;
	}
	.banbelf-text-sub{
		font-size: 20px;
        line-height: 20px
	}
	.banbelf-text__text:nth-child(2){
		max-width: 218px;
	}
	.banbelf-text__text:first-child{
		max-width:114px;
	}
	.wrapp-banbelf__content{
		gap:50px;
	}
	.banbelf-box__video .video-responsive .rutube img{
		height: 400px;
	}
	.new_disign_body .wrapp-banbelf{
		margin-top: 80px;
	}
	 .new_disign_body .wrapp-banbelf__title {
        max-width: 492px;
    }
	.block-title{
		margin-bottom: 30px;
	}
	.store-info{
		margin-top: 80px;
		margin-bottom: 80px;
		gap:0;
		padding: 60px 0;
	}
	.store-text {
        /* max-width: 321px; */
		font-size: 18px;
		line-height: 26px;
    }
	.store-img img{
		height: 340px;
	}
	/* .store-img{ */
		/* height: 340px; */
	/* } */
	
}
@media screen and (max-width: 550px){
	.main-page-new{
		/* max-width:425px; */
        padding: 0 20px;
        max-width: 465px;		
	}	
	.page_new_design .content{
		/* max-width: 425px; */
        padding-right: 20px !important;
        padding-left: 20px !important;
        max-width: 465px;		
	}	
}

@media screen and (max-width: 991px){
	.item_block_sect:nth-child(2n){
		margin-left: 2% !important;
		margin-right: 0 !important;
	}
	.item_block_sect:nth-child(1n){
		margin-right: 2%;
		margin-left: 0;
	}
	.item_block_sect{
		width: 48%;
	}
	.item_block_sect:hover{
		padding: 12px 8px;
	}	
}
@media screen and (max-width: 767px){	
	.new_disign_body .page_new_design h2{
        font-size: 18px;
        line-height: 24px;
	}
	.new_disign_body .page_new_design h3{
		font-size: 16px;
        line-height: 22px;
	}
	.item_block_sect{
		width: 48%;
		padding: 12px 8px 0;
	}
	.interior_blocks_sliders .owl-nav,
	.sale_recommended_items .owl-nav,
	.sale_popular_items .owl-nav{
		display: none;
	}
	.page_new_design .breadcrumbs li{
		font-size: 12px;
	}
	.block_card_full_articul{
		font-size: 12px;
		font-weight: 400;
		line-height: 14px;
	}
	.page_new_design .frame_primer{
		font-size: 8px;
		max-width: 75px;
		padding: 3px 7px 3px 7px;
		height: 16px;
	}
	.sticker{
		font-size: 8px;
		padding: 3px 10px;
	}	
	.live_items a{
		font-size: 12px;
		line-height: 14px;
	}	
	.product_item__compare_new:before{
		width: 20px;
		height: 20px;
	}
	.product_item__favorite_new:before{
		width: 20px;
		height: 20px;
	}
	.item_code{
		font-size: 12px;
		line-height: 14px;
	}
	.discount_prices_item{
		font-size: 12px;
		line-height: 14px;
		padding: 4px 20px 4px 8px;
	}	
	.found_better_link{
		font-size: 12px;
		line-height: 14px;
	}
	.stock_elements_blocks .label:before{
		width: 8px;
		height: 8px;
		margin-top: 0;
	}
	.stock_elements_blocks .label{
		font-size: 12px;
		line-height: 16px;
	}
	.shops_items a{
		font-size: 12px;
		line-height: 14px;
	}	
	.shops_items a:before{
		width: 16px;
		height: 16px;
		margin-right: 6px;
	}
	.interior-options__price{
		margin-top: 10px;
	}
	.btn_sale_item{
		font-size: 14px;
		line-height: 16px;
	}
	.btn_sale_item_one_click{
		font-size: 14px;
		line-height: 16px;
	}
	.text_sale_item{
		font-size: 12px;
		line-height: 16px;
	}
	.colors_item_name{
		font-size: 16px;
		line-height: 20px;
	}
	.colors_item__option{
		padding-top: 20px;
	}
	.colors_item__option img{
		width: 44px !important;
		height: 44px;
		padding: 4px;
	}
	.colors_item .owl-next{
		right: 0;
	}
	.colors_item .owl-prev{
		left: -15px;
	}
	.colors_item{
		padding: 20px 0;
	}	
	.props_item_top_name{
		font-size: 16px;
		line-height: 19px;
	}
	.props_item_tab{
		padding: 20px 0 5px;
	}
	.desc_block_props{
		font-size: 12px;
		line-height: 14px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
		align-content: flex-start;
	}
	.desc_delivery{
		color: #000;
		display: flex;
		width: 50%;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.block_card_items ~ .available_items_blocks{
		padding-top: 20px;
	}	
	.page_new_design .item_block_sect .owl-dots{
		display: flex !important;
	}
	.page_new_design .item_block_sect .owl-dots{
		bottom: 5px;
	}	
	.sect_name_item{
		font-size: 13px;
		line-height: 18px;
		padding-bottom: 12px;
	}
	.sect_prices_item{
		font-size: 14px;
		line-height: 16px;
		margin-right: 6px;
	}
	.old_prices_sect{
		font-size: 10px;
		line-height: 12px;
		margin-right: 6px;
	}
	.discount_prices_sect{
		font-size: 8px;
		line-height: 10px;
		padding: 4px 17px 4px 5px;
		margin-right: 0;
		margin-top: 6px;
	}
	.stock_item_sect{
		font-size: 10px;
		line-height: 12px;
		display: block;
		width: 100%;
		margin-top: 8px;
	}
	.stock_item_sect .label{
		font-size: 10px;
		line-height: 12px;
		width: 100%;
		margin-top: 0;
		position: initial;
	}	
	.stock_item_sect .label:before{
		width: 8px;
		height: 8px;
		margin-top: 3px;
	}
	.sect_prices_blocks{
		padding-bottom: 10px;
	}
	.btn_sale_sect{
		margin-bottom: 0;
	}	
	.btn_sale_sect{
		font-size: 10px;
	}
	.full_prop_blocks_name{
		margin-top: 20px;
	}
	.page_new_design .content{
		padding: 20px 0 20px;
	}
	.wrap_prop_blocks{
		margin-bottom: 10px;
	}
	.full_prop_name_block{
		font-size: 16px;
		line-height: 20px;
	}
	.item_mini_block{
		border: 1px solid #e4e4e6;
		padding: 12px 8px;
		margin-bottom: 2px;
	}
	.name_item_mini{
		font-size: 12px;
		line-height: 14px;
	}
	.prices_item_mini{
		font-size: 14px;
		line-height: 16px;
		margin-right: 4px;
	}
	.old_prices_mini{
		font-size: 8px;
		line-height: 10px;
		margin-right: 4px;
	}
	.discount_prices_mini{
		font-size: 10px;
		line-height: 12px;
		padding: 1px 17px 1px 2px;
	}
	.sale_recommended_items{
		padding-bottom: 30px;
	}	
	.name_item_mini{
		font-size: 12px;
		line-height: 14px;
		min-height: 30px;
	}
	.new_disign_body #configurator-popup .popup__title{
		padding: 20px 20px 20px 20px;
	}
	.new_disign_body #configurator-popup .configurator-result{
		padding: 0px 20px 20px;
	}	
	.new_disign_body .popup__body{
		padding: 20px;
	}
	.buttons_sale_sect{
		display: none !important;
	}
	.detail_blocks_sliders  .owl-nav{
		display: none;
	}
	.desc_delivery .tooltip{
		height: 15px;
		width: 18px;
		font-size: 10px;		
	}
	.desc_delivery .tooltip:before{
		line-height: 15px;
		font-size: 10px;
	}	
}
@media screen and (max-width: 550px){
	.interior-options__price{
		display: flex;
		flex-direction: column;
	}
	.new_disign_body .popup--configurator .interior-options__price-inner{
		width: 100%;
		margin-bottom: 20px;		
	}	
}
.page.load {
    margin-top: 0 !important;
}
.new_page .wrapper{
    margin: 0 auto;
    width: 1200px;	
}
@media screen and (max-width: 1365px) {
    .new_page .wrapper {
        width: 945px;
    }
}
@media screen and (max-width: 1023px) {
	.new_page .wrapper{
        width: 668px;
    }
}
@media screen and (max-width: 767px) {
    .new_page .wrapper{
		width: 430px;
    }
	.new_disign_body .desc_delivery .tooltip:hover .tooltip__body{
		left: auto;
		right: auto;		
	}
	.footer_new .footer_blocks_menu_right{
		position: relative;
		z-index: 9;
	}
	.banbelf-box__percent{
		flex-direction: column;
		align-items: flex-start;
		gap:40px;
	}
	.banbelf-box{
		flex-direction: column;
		align-items: flex-start;
	}
	.banbelf-text__wrapp{
		height: auto;
		margin-bottom: 0;
	}
	.banbelf-box__video .video-responsive .rutube img{
		height: 200px;
	}
	.banbelf-box__video .rutube .play{
        background-size: 32px 32px;
	}
	.new_disign_body .wrapp-banbelf{
		margin-top: 70px;
	}
	.wrapp-banbelf__content{
		margin-top: 50px;
	}
	.banbelf-text__text{
		font-size: 16px;
        line-height: 19.36px;
	}
	.banbelf-text__text:first-child,.banbelf-text__text:nth-child(2){
		max-width: 100%;
	}	
	.banbelf-text-sub.mob{
		display: block;
	}
	.banbelf-text-sub.desktop{
		display: none;
	}
	.banbelf-text-sub.mob {
        margin-top: 5px;
    }
    .banbelf-number-box {
        display: flex;
        align-items: flex-start;
        gap: 8px;
    }
    .video-responsive {
    padding-bottom: 200px;
/*    height: 200px;*/
}
}
@media screen and (max-width: 440px) {
    .new_page .wrapper{
        width: 360px;
    }
	.main-page-new{
		/* max-width:360px; */
		padding: 0;
		max-width: 400px;
	}
	.page_new_design .content{
		 /* max-width: 320px; */
        padding-right: 20px !important;
        padding-left: 20px !important;
        max-width: 360px;			 
	}	
	.mob{
		display: block;
	}
	.desktop{
		display: none;
	}
	.all-link.desktop{
		display: none;
	}
	.all-link.mob{
		display:flex;		
	}
	.all-link{
		justify-content: flex-start;
		font-size: 12px;
		line-height: 15px;
		margin-top: 25px;
		gap: 4px;
	}
	.all-link svg{
		width: 20px;
		height: 20px;
	}
	.banbelf-number-box{
		display: flex;
		align-items: flex-start;
		gap: 8px;
	}
	.banbelf-text-sub.mob{
		margin-top:5px;
	}
	.new_disign_body h2, .new_disign_body .wrapp-banbelf__title{
		font-size: 24px;
        line-height: 28.8px;
	}
	.block-title{
		margin-bottom:20px;
	}
	.store-info{
		flex-direction: column;
		margin-top: 70px;
		margin-bottom: 70px;
		align-items: flex-start;
	}
	/* .store-img{ 
		height: 25px; 
		max-width: 100%; 
	} */

	.store-text {
		line-height: 26px;
		
	}
	.store-img img{
		height: 200px;
	}
}
@media screen and (max-width: 360px) {
    .new_page .wrapper{
        width: 340px;
    }
	.main-page-new{
		/* max-width:320px; */
        padding: 0 20px;
        max-width: 465px;		
	}
}

/* .slider-wrapper { */
    /* position: relative; */
    /* margin-top: -90px; */
/* } */

/*slider arrow*/
.item_block_sect_hover .js-section-item-gallery .owl-prev {
    left: 0;
}

.item_block_sect_hover .js-section-item-gallery .owl-next, .item_block_sect_hover .js-section-item-gallery .owl-prev {
    right: 0;
    border-width: 0;
    -webkit-transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    top: 0;
    width: 82px;
    bottom: 0;
    height: 100%;
}

.item_block_sect_hover .owl-next, .item_block_sect_hover .owl-prev {
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    font-size: 0;
    height: 35px;
    width: 35px;
    border: solid #B2B2B2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.item_block_sect_hover .js-section-item-gallery .owl-next:after, .item_block_sect_hover .js-section-item-gallery .owl-prev:after {
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 0;
    height: 35px;
    width: 35px;
    border: solid #B2B2B2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.item_block_sect_hover .js-section-item-gallery .owl-prev:after {
    content: "";
    left: 30px;
    border-width: 0 0 5px 5px!important;
}

.item_block_sect_hover .js-section-item-gallery .owl-next {
    right: 0;
}

.item_block_sect_hover .js-section-item-gallery .owl-next:after {
    content: "";
    right: 30px;
    border-width: 5px 5px 0 0!important;
}

.item_block_sect_hover .js-section-item-gallery .owl-next:after, .item_block_sect_hover .js-section-item-gallery .owl-prev:after {
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 0;
    height: 35px;
    width: 35px;
    border: solid #d9d9d9;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}


.item_block_sect:hover .item_block_sect_hover .owl-nav {
    display: block;
}

@media screen and (min-width: 1024px) {
    .item_block_sect_hover .js-section-item-gallery .owl-next:hover, .item_block_sect_hover .js-section-item-gallery .owl-prev:hover {
        background-color: rgba(0, 0, 0, .15);
    }
}

@media screen and (min-width: 1024px) {
    .item_block_sect_hover .js-section-item-gallery .owl-next:hover:after, .item_block_sect_hover .js-section-item-gallery .owl-prev:hover:after {
        border-color: #F93C00;  
    }
}
@media(max-width:768px){
	.owl-nav{
		display: none!important;
	}
}









.new_disign_body h1 {
    font-size: 36px;
    font-family: Inter Tight;
    font-weight: 500;
    line-height: 44px;
    color: #0A0A0A;
	
}
@media screen and (max-width: 1365px) {
    .page_new_design h1 {
        font-size: 32px;
        line-height: 38px;
    }
}
.page_new_design h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
    font-family: Inter Tight;
    font-weight: 500;
}
@media screen and (max-width: 1439px) {
    .page_new_design h1 {
        font-size: 30px;
        line-height: 36px;
    }
}
@media screen and (max-width: 1365px) {
    .page_new_design h1 {
        font-size: 28px;
        line-height: 34px;
    }
}
@media screen and (max-width: 767px) {
    .page_new_design h1 {
        font-size: 20px;
        line-height: 24px;
    }
}
.banbelf-box__percent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.banbelf-box:nth-child(1){
    width: 25%;	
}
.banbelf-box:nth-child(2){
	width: 39%;
    margin-right: 4%;	
}

@media screen and (max-width: 767px) {
    .banbelf-box__percent {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
	.banbelf-box:nth-child(1) {
		width: 100%;
	}
	.banbelf-box:nth-child(2) {
		width: 100%;
		margin-right: 0;
	}
	.banbelf-box:nth-child(3) {
		width: 100%;
	}	
}
@media screen and (max-width: 991px) {
	.slider_item_block_sect{
		min-height: 255px;	
	}
}
@media screen and (max-width: 767px) {
    .slider_item_block_sect {
        min-height: 220px;
    }	
}
@media screen and (max-width: 550px) {
    .slider_item_block_sect {
        min-height: 139px;
    }	
}

.slider-nav .slick-track {
    display: flex!important;
    align-items: flex-end!important;
    /* left: calc(50% - 75px) !important; */
    /* margin: 0 auto; */
    position: static!important;
/*    width: 100%!important;*/
    max-width: 100%!important;
    justify-content: center!important;
}

.articles-slider .article-img img{
	height: unset;
}

.main-discounts .main-actions__item {
/*     margin-right: 0px!important; */
}

.owl-dot span {
    padding: 5px 0 !important;
}
.footer_new .subscription__btn{
	font-family: 'InterTight-Bold' !important;
	font-size: 14px;
	font-weight: 400;
}



/*-------------COLOR BUTTON-------------*/
/* .new_disign_body .page_new_design .frame_primer{
    color: #000000;	
}
.new_disign_body .page_new_design .frame_primer img{
	filter: invert(1);	
} */
/* .frame_primer{
	color: #000000;		
} */
/* .frame_primer img{
	filter: invert(1);	
} */
/* .sticker {
    color: #000000;	
}
.btn_sale_sect{
	color: #000000;	
}
.new_disign_body .menu_catalog_button.__rooms .js-catalog-link{
    color: #000000;	
}
.new_header .middle_block_header .menu_catalog_button.dropdown-link:hover>a{
    color: #000000;	
}
.new_disign_body .menu_catalog_button.__rooms .js-catalog-link{
    color: #000000;	
}
.new_header .middle_block_header li.dropdown-link:hover>a{
    color: #000000;	
}
.footer_new .subscription__btn{
	color: #000000;	
}
.btn_sale_item{
	color: #000000;		
}
.btn_sale_item_one_click:hover{
	color: #000000;
}
.new_header .mini-cart__total-btn .btn--bg-gold{
	color: #000000 !important;
} */
/* .new_header .btn--bg-gold:hover, 
.new_header .btn--bg-gold:focus {
    color: #fff !important;
    background: #000 !important;
} */
/* .header_menu .dropdown-link:hover>a{
	color: #000000;	
}
.new_disign_body .popup.popup--configurator .btn{
	color: #000000 !important;	
}
.full_prop_desc .btn{
	color: #000000 !important;
}
.shops-button:hover {
    color: #000000;
}
.new_disign_body .btn{
	color: #000000;	
}
.new_disign_body .filter__item:hover{
	color: #000000;
}
.tabs__item.__current{
	color: #000000;	
}
.style-block-link{
	color: #000000;		
}
.reviews-buttons a{
	color: #000000;		
}
.reviews-buttons .btn-dir:hover{
	color: #000000;		
}
button.kea-msf-search-submit svg path {
    fill: #000000;
}
.menu_categories > li > a:hover, .menu_categories > li > a:focus{
	color: #000000;
}
.city__item.__current {
    color: #000000;
} */
/* .icons_personal > a.is_auth_user{ */
	/* color: #000000;	 */
/* } */

.video-responsive .rutube {
    background: #000;
}
.video-responsive .rutube img {
    opacity: 0.7;
}
.rutube .play {
    opacity: 1;
}

.sect_name_item:first-of-type {
    position: relative;
    display: inline-block;
    color: inherit;
    text-decoration: none; 
    transition: color 0.3s ease-in-out;
}

.sect_name_item:first-of-type::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 16px; 
    width: 0;
    height: 2px; 
    background-color: #4B919B;
	transform: translateY(-100%); 
    transition: width 0.3s ease-in-out;
}

.sect_name_item:first-of-type:hover {
    color: #4B919B; 
}

.sect_name_item:first-of-type:hover::after {
    width: 100%; 
}

@media screen and (max-width: 1008px) {
	.title-top__additional{
		gap: 20px;
	}
}
@media screen and (max-width: 767px) {
  .sect_name_item:first-of-type::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px; 
    width: 0;
    height: 2px; 
    background-color: #4B919B;
    transition: width 0.3s ease-in-out;
}
}

.login__body .icon-close-cc{
	position: absolute;
	right: 30px;
	top: 20px;
	z-index: 1000;
	border: 1px solid #4b919b;
}
.login__body .icon-close-cc:hover:after,.login__body .icon-close-cc:hover:before{
	background-color: #4b919b;
}
.new_disign_body .header-dropdown__menu, 
.new_header .mini-cart{
	-webkit-box-shadow: 2px 3px 10px -5px rgba(0, 0, 0, .5);
	box-shadow: 2px 3px 10px -5px rgba(0, 0, 0, .5);
}
.new_disign_body .header-dropdown__menu>.header-dropdown__item .label{
	right: 7px;
}
.new_disign_body .header-dropdown__item a{
	width: 100% !important;
}
/*pokupatelyu pages start*/
input[type=file]~label{
	border-radius:4px;
}
.new_disign_body .list--star li:before{
   background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzRiOTE5YiIgZD0iTTYuNSAwbDEuNDMgMy4wNEwxMS4xIDEuOSA5Ljk2IDUuMDcgMTMgNi41IDkuOTYgNy45M2wxLjE0IDMuMTctMy4xNy0xLjE0TDYuNSAxMyA1LjA3IDkuOTYgMS45IDExLjFsMS4xNC0zLjE3TDAgNi41bDMuMDQtMS40M0wxLjkgMS45bDMuMTcgMS4xNHoiLz48L3N2Zz4=);
}
.pokupatelyu .designer-help__title{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2Ny4wMTYiIGhlaWdodD0iNTcuMDE5IiB2aWV3Qm94PSIwIDAgNjcuMDE2IDU3LjAxOSI+PGcgY2xpcC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSJub25lIiBzdHJva2U9IiM0QjkxOUIiIHN0cm9rZS13aWR0aD0iMi4wMDEiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCI+PHBhdGggZD0iTTYxLjUxMSAyNS41MTF2LTE1TTY0LjAxMSAxYy0zLjE4MSAwLTUgMy4zNS01IDV2MmEzLjAxIDMuMDEgMCAwIDAgMyAzLjAxYzEuNjU5IDAgMy0xLjM1IDMtMy4wMVY0bDEtM2gtMnoiLz48L2c+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjNEI5MTlCIiBkPSJNMTAgMTUuMDExYy0uNTUgMC0xIC40NC0xIDEgMCAuNTUuNDUgMSAxIDFoMTRjLjU2IDAgMS0uNDUgMS0xIDAtLjU2LS40NC0xLTEtMUgxMHptMCA1Yy0uNTUgMC0xIC40NS0xIDFzLjQ1IDEgMSAxaDE4Yy41NiAwIDEtLjQ1IDEtMXMtLjQ0LTEtMS0xSDEwem0wIDVjLS41NSAwLTEgLjQ1LTEgMXMuNDUgMSAxIDFoMTFjLjU1IDAgMS0uNDUgMS0xcy0uNDUtMS0xLTFIMTB6Ii8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNEI5MTlCIiBzdHJva2Utd2lkdGg9IjIuMDAxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTMyLjA1MSAzOC4yMjFjLTEuMTMtMTYuNzggMjAuOS0yMi41NyAyMi41OTktMTcuMzYgMS42OTEgNS4yMS0zLjc3IDcuMTMtMi4yNiAxMS41NyAxLjUgNC40NCA2Ljk3MS45NyAxMC4xNy0xLjE2IDMuMjAxLTIuMTIgNS44MyAxMC4zOSAwIDE4LjUyMUM1My43MSA2Mi4xNDEgMzMuMTgxIDU1IDMyLjA1MSAzOC4yMjF6bTkuOTYtOC43MWEyLjUgMi41IDAgMSAxIDUgMCAyLjUgMi41IDAgMCAxLTUgMHptLTMgMTBhMi41IDIuNSAwIDEgMSA1IDAgMi41IDIuNSAwIDAgMS01IDB6bTcgOC4wMWMwLTEuMzkgMS4xMTktMi41MSAyLjUtMi41MSAxLjM3OSAwIDIuNSAxLjEyIDIuNSAyLjUxYTIuNSAyLjUgMCAwIDEtNSAwem05LTUuMDFhMi41IDIuNSAwIDEgMSA1IDAgMi41IDIuNSAwIDAgMS01IDB6TTEuMTcgMjcuMDExYzEuMjEgOC40NzkgOC41MSAxNSAxNy4zMyAxNWguODhsNy42MiA3LjYzdi03LjI1bC45MS0uMzhoMi41OWMuNzIgMCAxLjQzLS4wNCAyLjEzLS4xMy0uMy0xLjE2LS41LTIuMzgxLS41OC0zLjY2LS43NC0xMC45MSA4LjMyLTE3LjE4IDE1LjIxLTE4Ljc5QzQ1LjA4MSAxMi4yNDEgMzguNDExIDcgMzAuNSA3SDF2MTcuNTFjMCAuODUuMDUxIDEuNjguMTcgMi41MDF6bS0uMTcgMGguMTdhMTcuMzczIDE3LjM3MyAwIDAgMS0uMTctMi41djIuNXoiLz48L2c+PC9zdmc+);
}
.pokupatelyu .designer-help__text:before{
	background: #4b919b;
}
.pokupatelyu .mail-director__letter  {
	display: none;
}
.pokupatelyu .mail-director__form{
	padding: 45px 60px 60px 50px;
}
.pokupatelyu .mail-director__director:after{
	background-color: #4b919b;
}
.pokupatelyu .mail-director{
	margin-top:40px;
}
.new_disign_body .pokupatelyu .installment-calculation__label{
	z-index: 100;
}
.new_disign_body .payment-methods {
    display: flex;
    align-items: center;
    gap: 16px;
	margin: 0 0 15px;
}
.new_disign_body .pokupatelyu .payment-methods-item {
    border: 1px solid #CACACE;
    background: #fff;
    max-width: 205px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    height: 178px;
    cursor: pointer;
    transition: 0.3s linear;
    position: relative;
}
.new_disign_body .pokupatelyu .payment-methods-text {
    font-weight: 500;
    font-size: 16px; 
    line-height: 100%;
    color: #0A0A0A;
    max-width: 156px;
    text-align: center;
	margin-top: 0;
}

.page_new_design .form_auth_new_blocks input{
    border-color: #000 !important;
    border-radius: 4px;
}
.page_new_design .form_auth_new_blocks input:focus {
    color: #000;
    border-color: #000 !important;
}
.pokupatelyu .designer-help.__white{
	border: 1px solid #4b919b;
}
.pokupatelyu .designer-help__btn .btn:hover{
	color: #4b919b;
	background: #fff;
}
.pokupatelyu .designer-tr img{
	margin-right: 15px;
}
.pokupatelyu .reclamacii .mail-director__form{
	padding: 0 15px;
	margin-top: 0;
}
.pokupatelyu .installment-calculation__store .btn:hover{
	color: #4b919b;
	background: #fff;
}
.new_disign_body .pokupatelyu .form_filling  .btn:hover{
	color: #4b919b;
	background: #fff!important;
}
.sborka{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap: 40px;
	margin-top:20px;
}
.sborka img{
	max-width:100%;
}
.new_disign_body .sborka .colo{
	width: 100%;
	max-width: 350px;
	margin:0;
}
.new_disign_body .sborka .colo a{
	font-size:20px;
}
@media screen and (max-width: 1650px){
	.sborka{
		gap:20px;
	}
	.new_disign_body .sborka .colo{
		max-width: 330px;
		
	}
}
@media screen and (max-width: 1365px){
	.new_disign_body .sborka .colo{
		max-width: 310px;
	}
}
@media screen and (max-width: 1200px){
	.new_disign_body .sborka .colo{
		max-width: 400px;
	}
}
@media screen and (max-width: 1023px) {
	.pokupatelyu .designer-help__title{
		background-image: none;
	}
	.new_disign_body .sborka .colo{
		max-width: 350px;
	}
}
    
@media screen and (max-width:767px){
	.pokupatelyu .designer-tr{
		display: flex;
		gap:10px;
		flex-direction: column;
	}
	.new_disign_body .sborka .colo{
		max-width: 100%;
	}
}

@media screen and (max-width:479px) {
	.pokupatelyu .mail-director__form{
		padding: 0;
	}
}
/*pokupatelyu pages end*/
/*404 new start*/     
.new_disign_body .not-found__search .input-field .btn{
	border:none;
}       
.new_disign_body .not-found:before {
	background: #0a0a0a;
} 
.new_disign_body .not-found{
	background-size: cover;
}
.new_disign_body .not-found{
	background-size: cover;
}
.new_disign_body .not-found__title .label{
	border-radius:4px;
}
/*404 new end*/
/*/about/karera-v-kompanii/ start*/
.reviews-list{
	display:flex;
	gap:20px;
	flex-wrap: wrap;
}
.reviews-list .review{
    border: 1px solid #CACACE;
	padding: 10px;
	display: flex;
    flex-direction: column;
    gap: 40px;
    background: #E5E5E5;
    padding: 60px 40px 60px 40px;
    width: 49%;
}
.reviews-list .review hr{
	border: 1px solid #CACACE;
    margin: 0;
}
.reviewer{
	font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    color: #0A0A0A;
}
.btn-company:hover{
	color: #4b919b;
	background-color: #fff;
	border-color: #4b919b;
}
.btn-company{
    font-size: 14px;
    font-weight: 400;
	padding: 10px 20px;
	display:flex;
	align-items:center;
	justify-content:center;
}
/*/about/karera-v-kompanii/ end*/
.novelty__content{
	width: 100%;
}
.news-item:hover .news-item__name{
	color: #000;
}

.novelty__content .btn--arrow-left:after{
	content: none;
}

.rewards-item__name{
	font-size: 20px;
	font-weight: 500;
	color: #0A0A0A;
	width: auto;
}
.rewards-item:hover .rewards-item__name{
	color: #0A0A0A;
}
.main-news.__about .btn:hover,
.rewards .btn:hover{
	color: #4b919b;
	background-color: #fff;
	border-color: #4b919b;
}
.about{
	background: #4b919b;
}
.about .about__leafs{
	display: none;
}
.about h2{
	color: #fff !important;
}
.about .about__list-item:before{
	border: 1px solid #fff;
	color: #fff;
}
.page_new_design .about .wrapper{
	padding: 0 40px;
}

.rewards .all-link:hover{
	color: #4b919b;
}
.rewards .all-link:hover svg path{
	fill: #4b919b;
}
/* End */


/* Start:/local/components/HB/catalog.collections_fast/templates/disign_2025/style.css?175393816264274*/
/*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 .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 .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;
    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;	
}
/*collections index start*/
.tabs__mobile-dropdown{
    display: flex;
    align-items: center;
    gap: 15px;
}
.new_disign_body .tabs__item{
    border:none;
    background: transparent;
    color:#0A0A0A;
    padding: 0;
    border-radius: 0;
}
.new_disign_body .tabs__item a{
    color:#0A0A0A;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.88px;
    text-transform: lowercase;
    transition: .3s;
    font-family: Inter Tight;	
}
.new_disign_body .tabs__item a:hover{
    background-color: transparent;
    color:#0A0A0A;
    border-bottom: 1px solid #000;
}
.new_disign_body .tabs__item:hover{
    background-color: transparent;
    border:none;
}
.sect_name_item span{
    height: 40px;
    display: block;
}
@media screen and (max-width: 1450px){
	.new_disign_body .tabs.new_href_out.tabs-styles-page .tabs__item a {
		font-size: 26px;
		line-height: 32px;
	}	
	.tabs__item.menu_link span{
		font-size: 26px;
	}
	.new_disign_body .interior-simular__slider .owl-prev {
		right: 7%;
	}	
}
/*collections index end*/
@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;
	}
	.new_disign_body .filter__item:first-child:after {
		height: 75% !important
	}	
}
@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: -1.5%;
    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;
}
.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: 5%;
    left: auto;
}
.new_disign_body .interior-simular__slider .owl-prev:before {
    content: '';
    width: 51px;
    height: 16px;
    display: block;
    background: url(/img/new_images/big_slidere_link_l.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.new_disign_body .interior-simular__slider .owl-next:before {
    content: '';
    width: 51px;
    height: 16px;
    display: block;
    background: url(/img/new_images/big_slidere_link_r.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.new_disign_body .interior-simular__slider .owl-prev:hover:before {
	background: url(/img/new_images/big_slidere_link_l_hovers.svg);	
}
.new_disign_body .interior-simular__slider .owl-next:hover:before {
	background: url(/img/new_images/big_slidere_link_r_hovers.svg);	
}

.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 !important;
	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;
	z-index: 4;
	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;
}
.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% 48px;
	}
	.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: 8%;
		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 !important;
	}	
	.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;
	}
    .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 .interior-simular__slider .owl-prev {
        right: 9%;
        left: auto;
    }
	.new_disign_body .content__text {
		padding: 0 40px;
	}	
}
@media screen and (max-width: 768px){
	.interior-simular__slider .owl-nav{
		display: block !important;
	}	
}
@media screen and (max-width: 767px){
    .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 .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: 2%;
	}
	.new_disign_body .interior-simular__slider .owl-prev:before {
		width: 33px;
		height: 16px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
	}
	.new_disign_body .interior-simular__slider .owl-next:before {
		width: 33px;
		height: 16px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
	}
    .new_disign_body .interior-simular__slider .owl-prev {
        right: 14%;
        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: 0;
		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 !important;
    }
    .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; */
		margin-right: 100%;
    }
	.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;
	}
	.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;
    max-height: 423px;
    /* max-height: 377px; */
    overflow: hidden;
	justify-content: flex-start;
	gap: 20px;
}
.js-collection-slider.collection-page-owl-carusel:not(.owl-loaded) .two-items-of-carusel {
	width: 32.5%;
}
/* @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; */
	/* }	 */
/* } */
.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%;
}
.tabs__item.menu_link span{
    font-family: Inter Tight;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0A0A08;
    margin-right: 5px;
}
.tabs.new_href_out.tabs-styles-page{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;	
}
.tabs.new_href_out.tabs-styles-page .tabs__item {
	line-height: normal;
}
@media screen and (max-width: 1650px){
	.js-collection-slider.collection-page-owl-carusel:not(.owl-loaded){
        max-height: 345px;
	}	
	.js-collection-slider.collection-page-owl-carusel:not(.owl-loaded) .two-items-of-carusel {
		width: 33%;
	}	
}
@media screen and (max-width: 1365px){
	.new_disign_body .tabs.new_href_out.tabs-styles-page .tabs__item a {
		font-size: 20px;
		line-height: 24px;
	}	
	.tabs__item.menu_link span{
		font-size: 20px;
	}	
}
@media screen and (max-width: 1023px){
    .tabs.new_href_out.tabs-styles-page .tabs__item:first-child {
        padding-left: 0px;
    }	
}
@media screen and (max-width: 767px){
	.new_disign_body .tabs.new_href_out.tabs-styles-page .tabs__item a {
		font-size: 18px;
		line-height: 21px;
		padding: initial !important;
		display: block;		
	}	
	.tabs__item.menu_link span{
		font-size: 18px;
	}	
	.tabs.new_href_out.tabs-styles-page {
		height: auto;
	}
	.tabs.new_href_out.tabs-styles-page .tabs__item{
        display: flex;
        width: fit-content;
        line-height: normal;
        padding: 0 !important;
        border: none;
        border-top: none;
        opacity: 1;
        visibility: visible;
        margin-top: 0;	
	}
}
.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;
    }
}
.sect_code_articul{
	display: none;
}
.sect_code_articul.active{
	display: block;	
}
@media screen and (max-width: 1449px) {
    /* .new_disign_body .item_block_sect { */
        /* margin: 10px 0.7% 48px; */
    /* } */
	.item_block_sect:hover {
		padding: 20px 15px 28px !important;
	}
	.js-collection-slider.collection-page-owl-carusel:not(.owl-loaded){
        max-height: 300px;
	}	
	.js-collection-slider.collection-page-owl-carusel:not(.owl-loaded) .two-items-of-carusel {
		width: 33%;
	}	
}
@media screen and (max-width: 1100px) {
    .new_disign_body .item_block_sect {
        margin: 10px 0.7% 57px;
    }
}
@media screen and (max-width: 767px) {
    .new_disign_body .item_block_sect {
        margin: 10px 0.7% 20px;
    }
}

.new_disign_body .breadcrumbs+h1.big_title_collections {
    font-size: 80px;
    line-height: normal;
}
@media screen and (max-width: 1366px) {
    .new_disign_body .breadcrumbs+h1.big_title_collections {
        font-size: 60px;
        line-height: normal;
    }
	.js-collection-slider.collection-page-owl-carusel:not(.owl-loaded){
        max-height: 300px;
	}	
	.js-collection-slider.collection-page-owl-carusel:not(.owl-loaded) .two-items-of-carusel {
		width: 33%;
	}	
}
@media screen and (max-width: 1024px) {
    .new_disign_body .breadcrumbs+h1.big_title_collections {
        font-size: 40px;
        line-height: normal;
    }
	.js-collection-slider.collection-page-owl-carusel:not(.owl-loaded){
        max-height: 330px;
	}	
	.js-collection-slider.collection-page-owl-carusel:not(.owl-loaded) .two-items-of-carusel {
		width: 49%;
	}	
}
@media screen and (max-width: 440px) {
    .new_disign_body .breadcrumbs+h1.big_title_collections {
        font-size: 32px;
        line-height: normal;
    }
    .all-link {
        font-size: 14px !important;
        line-height: 17px;
    }	
}
@media screen and (max-width: 991px) {
    .main-collections_title {
        height: 32px;
    }
	.js-collection-slider.collection-page-owl-carusel:not(.owl-loaded){
        max-height: 240px;
	}	
	.js-collection-slider.collection-page-owl-carusel:not(.owl-loaded) .two-items-of-carusel {
		width: 49%;
	}		
}
@media screen and (max-width: 767px) {
    .block-title.mob_block_title {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .page_new_design .content {
        padding: 20px 0 0px;
    }
    .content {
        padding: 15px 0 0px;
    }
    .all-link {
        margin-top: 20px !important;
    }
    .new_disign_body .new_block .wrapper {
        padding-right: 20px !important;
        padding-left: 20px !important;		
	}	
}
@media screen and (max-width: 450px) {
    .all-link {
        margin-top: 20px !important;
    }	
}
@media screen and (max-width: 767px) {
    .new_disign_body .style-top {
        padding: 8px 0 0;
        border-top: none;
    }
    .new_disign_body .item_block_sect.js-pagination-item{
        /* height: 360px !important; */
    }
    .new_disign_body .item_block_sect.js-pagination-item:hover{
        /* height: 360px !important; */
    }
	.js-collection-slider.collection-page-owl-carusel:not(.owl-loaded){
        max-height: 430px;
	}	
	.js-collection-slider.collection-page-owl-carusel:not(.owl-loaded) .two-items-of-carusel {
		width: 100%;
	}	
}	
@media screen and (max-width: 600px){
    .js-collection-slider.collection-page-owl-carusel:not(.owl-loaded){
        max-height: 375px;
	}
}
@media screen and (max-width: 550px) {
    .new_disign_body .item_block_sect.js-pagination-item{
        /* height: 305px !important; */
    }
    .new_disign_body .item_block_sect.js-pagination-item:hover{
        /* height: 305px !important; */
    }	
	.js-collection-slider.collection-page-owl-carusel:not(.owl-loaded){
        max-height: 249px;
        /* max-height: 305px; */
	}	
	.js-collection-slider.collection-page-owl-carusel:not(.owl-loaded) .two-items-of-carusel {
		width: 100%;
	}	
}	
@media screen and (max-width: 479px) {
    .interior-item__wrap .interior-item__text {
        max-width: 100% !important;
        padding: 12px 0 0 !important;
        position: initial !important;
    }
}
@media screen and (max-width: 1365px) {
	.new_disign_body .item_block_sect:hover{
		height: 100% !important;
		min-height: 100% !important;	
	}
}
.new_disign_body .filter__item.vid_predmeta{
    border-radius: 4px !important;
    border-left: 1px solid #4B919B !important;
    border-right: 1px solid #4B919B !important;
}
.new_disign_body .filter__item.vid_predmeta:after{
    content: none !important;
}



.container-block_1 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 50px;
}

.content-block_1 {
    width: 45%;
}

.content-block_1 .content-block_1_title {
    font-size: 170px !important;
    margin-bottom: 80px;
    font-weight: 500 !important;
    line-height: 85% !important;
	text-transform: lowercase;
}

.content-block_1 p {
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    color: #0A0A0A;
    font-family: 'Inter Tight';
    padding-bottom: 10px;
}

.image-container-block_1 {
    position: relative;
    width: 50%;
    overflow: hidden;
    clip-path: inset(4% 0 2% 0%);
}

.image-container-block_1 img {
    width: 100%;
    height: auto;
    clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%);
}

@media (max-width: 1366px) {
    .container-block_1 {
        gap: 0px; 
    }

    .content-block_1 {
        width: 40%;
    }

    .image-container-block_1 {
        width: 686px;
    }

    .image-container-block_1 img {
        clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
    }
	.content-block_1 .content-block_1_title {
	    font-size: 130px !important;
		margin-bottom: 45px;
	}
	.content-block_1 p {
	    font-size: 16px;
	}
}

@media (max-width: 1024px) {
    .container-block_1 {
        gap: 0px;
    }

    .content-block_1 {
        width: 70%;
    }

    .content-block_1 .content-block_1_title {
        font-size: 80px !important; 
		margin-bottom: 20px;
    }

    .content-block_1 p {
        font-size: 16px; 
    }

    .image-container-block_1 {
        width: 100%;
    }

    .image-container-block_1 img {
        clip-path: polygon(28% 0, 100% 0, 74% 100%, 0 100%);
    }
}

@media (max-width: 820px) {
    .content-block_1 .content-block_1_title {
		display: none !important;
    }
    .container-text-mob h1 {
	    font-size: 80px !important; 
        line-height: 90%;
		margin-bottom: 20px;
	}
	.image-container-block_1 img {
    clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
    }
	    .content-block_1 {
            width: 490px;
    }
}

@media (max-width: 620px) {
	.container-block_1 {
        display: flex;
        margin: 0 auto;
        padding-bottom: 50px;
        flex-direction: column-reverse;
		align-items: flex-start;
    }
    .container-text-mob h1 {
        font-size: 60px !important;
        margin-bottom: 20px;
    }

    .content-block_1 p {
        font-size: 14px; 
		margin-top: 30px;
    }

    .image-container-block_1 img {
        clip-path: border-box;
    }
	.content-block_1 {
        width: auto;
    }
}
/* @media screen and (max-width: 1365px) {
    .page_new_design .categories-item {
        width: 305px;
        height: 206px;
    }
} */
.row {
  /* flex-wrap: wrap; */
}
.categories-item {
	width: auto !important;
}
.categories-item-wrapper {
	margin: 0 0px 20px !important;
}

    @media (min-width: 768px) and (max-width: 1024px) {
      .catalog-item {
        width: 33.33333% !important;
        float: left;
      }
    }

    @media (min-width: 768px) and (max-width: 991px) {
      .catalog-item {
        width: 50%;
        float: left;
      }
    }
	@media screen and (max-width: 767px) {
    .categories-item {
        min-height: auto !important;
    }
}
.row .categories-list {
    margin: 0 0px 0px;
}
@media(max-width: 820px) and (min-width: 621px) {
  .container-block_1 {
    align-items: flex-start;
  }
}
.page_new_design .wrapper {
	/* max-width: none !important; */
}
.categories-item-wrapper {
    float: initial !important;
}
.collections-categories-list .catalog-item{
	padding-left: 10px;
	padding-right: 10px;	
}
.row .categories-list {
    margin: 0 5px 0px;
}
.mob_block_col{
	display: none;
}
.desc_block_col{
	display: block;
}
@media screen and (max-width: 820px) {
	/* .image-container-block_1 img {
		width: 100%;
		height: auto;
		clip-path: initial;
	}	 */
	.content-block_1 {
		width: 100%;
	}	
	.content-block_1 .content-block_1_title {
		display: block !important;
	}	
	/* .mob_block_col{
		display: block;
	} */
	/* .desc_block_col{
		display: none;
	}	 */
	.content-block_1 .content-block_1_title {
		font-size: 60px !important;
	}
}


.tabs__item-custom{
    display: inline-block;
    background: none;
    color: #0A0A0A;
    border: none;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.88px;
    text-transform: lowercase;
    transition: .3s;
    font-family: Inter Tight;
    padding-left: 0;
    margin-bottom: 10px;
}

.margin-styles{
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .tabs__item-custom {
        font-size: 18px;
    }
	.page_new_design .breadcrumbs+h1.collection_title{
		width: 75%;
	}
}
@media screen and (max-width: 1450px) {
    .tabs__item-custom {
        font-size: 26px;
    }
}
@media screen and (max-width: 1365px) {
    .tabs__item-custom {
        font-size: 20px;
    }
}

.image-of-slider-item-styles img{
    height: auto!important;
}
.style-list{
    padding: 0!important;
    background: none!important;
    border: none!important;
}
.tabs__item-custom:first-child{
    padding-left: 0!important;
}
.style-list__wrapper:after, .style-list__wrapper:before{
    content: none!important;
}

.style-item.style-item-new {
    height: 100%!important;
}
@media screen and (max-width: 768px) {
    .style-item{
        width: 100%!important;
    } 
}

.new_page .wrapper{
    margin: 0;
}
.tabs__item-custom a{
    text-transform: lowercase;
    color: #0A0A0A;
}
.tabs__item-custom a:hover{
    text-transform: lowercase;
    border-bottom: 1px solid #000;
    color: #0A0A0A;
}
.tabs__item-custom:hover{
    background: none;
    /* text-decoration: underline; */
    border-color: none;
}

.tabs__item-custom.__current{
    background-color: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
    background: none;
    /* text-decoration: underline; */
    text-transform: lowercase;
}

.collection-styles .collections-list{
    gap: 20px;
    margin: 0 0 20px;
    justify-content: flex-start;
}

.collection-styles .collections-item{
    height: unset;
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
    margin: 0 0 20px;
    box-sizing: border-box;
}
.collection-styles .image-of-slider-item-collections img{
    position: unset!important;
    height: unset!important;
}
.collection-styles .image-of-slider-item-collections{
    padding-top: 0!important;
    position: relative;
}
@media (max-width: 1366px) {
    .collection-styles .collections-item{ 
      flex: 1 1 calc(33.33% - 20px);
      max-width: calc(33.33% - 20px); 
    }
  }
  @media (max-width: 768px) {
    .collection-styles .collections-item{ 
      flex: 1 1 calc(50% - 20px); 
      max-width: calc(50% - 20px); 
    }
  }
  @media (max-width: 440px) {
    .collection-styles .collections-item{ 
      flex: 1 1 100%; 
      max-width: 100%;
    }
    .collection-styles .collections-list{
        gap: 0;
        margin: 0 0 20px;
    }
   
  }
  @media (max-width: 620px) {
    .mob_block_col{
        display: block;
    }
    .desc_block_col{
        display: none;
    }
   
  }

.collection-styles .collections-item__title{
    position: unset;
    color: #0A0A0A;
    display: inline;
	text-transform: uppercase;
}

.collection-styles .collections-item:hover .collections-item__title{
    position: unset;
    color: #4B919B;
    border-bottom: 1px solid #4B919B;;
    /* text-decoration: underline; */
}

.collection-styles .collections-list .collections-item:before, .collection-styles .collections-list .collections-item:after{
    background: none;
}

.collection-styles .collections-item__image img{
    margin-bottom: 10px;
}

.collection-styles .categories-link.collections-item-link{
    /* display: none!important; */
    left: auto;
	right: 0;
	clip-path: polygon(17px 0, 100% 0, 100% 100%, 0 100%, 0 0, 0 100%);
	bottom: 0;
	padding: 0 15px 0 20px;
	background-color: #4b919b;
	border-color: #4b919b;
	border-radius: 0;
	font-size: 10px;
}
.page_new_design .container-block_1+h1 {
    margin: 0 0 10px;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 60px !important;
    line-height: 120% !important;
}
@media screen and (max-width: 1450px) {
    .page_new_design .container-block_1+h1 {
        font-size: 40px !important;
    }
}
@media screen and (max-width: 1024px) {
    .page_new_design .container-block_1+h1 {
        font-size: 32px !important;
    }
}
@media screen and (max-width: 768px) {
     .page_new_design .container-block_1+h1 {
        font-size: 32px !important;
    }
}

.no-photo .content-block_1{
    width: 100%;
}
.container-block_1.no-photo{
    display: block;
}
.collections-item .label {
    right: 20px;
    top: 20px;
    position: absolute;
    color: #000000;
    border-radius: 15px 0 15px 15px;
    z-index: 1;
    border-radius: 5px;
    padding: 4px 16px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14.3px;
    background: #AFD970;
    text-transform: uppercase;
}
.collections-list .collections-item .__action {
    right: 20px;
}
.collections-item .label.__action {
    color: #fff !important;
}
.new_disign_body .js-filter-item.odin{
    border-radius: 4px !important;
    border-left: 1px solid #4B919B !important;	
    border-right: 1px solid #4B919B !important;	
}
.new_disign_body .filter__item.odin:after{
	content: none !important;
}
.sect_code_articulDem {
    display: none;
}
.sect_code_articulDem{
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}
@media screen and (max-width: 1365px) {
    .sect_code_articulDem {
        font-size: 10px;
        line-height: 12px;
    }
}
@media screen and (max-width: 1365px) {
    .new_disign_body .sect_code_articulDem {
        font-size: 9px;
        line-height: 12px;
    }
    .link-datail-product{
        padding-bottom: 10px;
    }   
}
.sect_code_articulDem.active {
    display: block;
}
.new_disign_body .style-top-icons a:nth-child(2n){
    margin-right: 16px;	
}
.new_disign_body .style-top-icons.svg_80 img{
    height: 60px !important;
    max-width: 100% !important;	
}

@media screen and (max-width: 1023px) {
	.filter .checkbox-field input[type=checkbox]~label:after{
		top: 0 !important;
	}
    .filter .checkbox-field input[type=checkbox]:checked~label {
        background: #ffffff00 !important;
    }	
}

@media screen and (max-width: 550px) {
.new_disign_body .style-top-icons.svg_80 img{
    height: 32px !important;
    max-width: 100% !important;	
}
.new_disign_body .style-top-icons a{
    flex-direction: column;
}
.name_down{
    text-wrap: nowrap;
    margin-top: 10px;
}
}
.link-datail-product{
    margin: auto;
    margin-top: 15px;
    text-decoration: underline;
}
.owl-carousel .owl-item img{
    height: 100%;
	display: block;	
}
/* End */
/* /local/templates/belfanmain/components/bitrix/news.detail/sitemap/style.css?17538490578322 */
/* /local/components/HB/catalog.all.styles/templates/design25/style.css?175006010420616 */
/* /local/templates/belfanmain/css/new_disign2024.css?1757064285130808 */
/* /local/components/HB/catalog.collections_fast/templates/disign_2025/style.css?175393816264274 */
