

/* Start:/local/templates/belfanmain/components/bitrix/news.detail/sitemap/style.css?17629266248463*/
/*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;
	}
}


.collection-interiors .interior-simular__slider .owl-prev, .collection-interiors .interior-simular__slider .owl-next{
	margin-top: 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 */
/* /local/templates/belfanmain/components/bitrix/news.detail/sitemap/style.css?17629266248463 */
/* /local/components/HB/catalog.all.styles/templates/design25/style.css?175006010420616 */
