

/* Start:/local/templates/belfanmain/components/bitrix/news.list/slider-main-new-disign/style.css?17787834272312*/
.slider-wrapper {
    position: relative;
    margin-top: -120px;
    height: 100vh;
}
.main-slider{
    height: 100%;
    width: 100%;
}

.bigsliders-nav {
    display: flex;
    position: absolute;
    right: 5%;
    bottom: 8%;
    z-index: 9;
    cursor: pointer;
}
.bigsliders-nav-btn{
    width: 55px;
}
.bigsliders-nav-btn svg path {
    fill: #fff;
}
.bigsliders-nav-btn:hover svg path {
    fill: #4b919b;
}

/* Кнопка баннера */
.btn-banner {
    display: block;
    width: 100%;
    max-width: 280px;
    height: 48px;
    padding: 16px 8px;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
}
.content-button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: none;
}
.new_disign_body .main-slider__image {
    position: relative;
    display: block;
    width: 100% ;
    height: 100% ;   
    overflow: hidden;
}
.new_disign_body .main-slider__image img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic.main-slider-pag{
    bottom: 8%;
    z-index: 9; 
 }
 .swiper-pagination.main-slider-pag .swiper-pagination-bullet{
     width: 16px;
     height: 16px;
     background: #ffffff;
 }
 .swiper-pagination.main-slider-pag .swiper-pagination-bullet-active{
     background: #fff;
 }
 .main-slider.swiper {
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 767px) {
    .slider-wrapper{
        height: auto;
        aspect-ratio: 16 / 9;
        margin-top: 0px;
    }
    .new_disign_body .main-slider__content {
        top: 15%;
        margin-top: 0;
    }
    
    .mob_img_sliders {
        display: block !important;
    }
    
    .desc_img_sliders {
        display: none !important;
    }
    .bigsliders-nav{
        display: none;
    }
    .content-button {
        margin-top: 50px;
    } 
    .swiper-pagination.main-slider-pag .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        background: #ffffff;
    }
}
/* End */


/* Start:/local/templates/belfanmain/components/bitrix/news.list/rooms_slider/style.css?17787821691567*/
.rooms-slider{
	overflow: hidden;
}
.room-item.swiper-slide{
	display:flex;
	flex-direction: column;
	gap:16px;
	width: 400px;
}
.room-img img {
	display: block;
	width: 400px;
	height: 400px;
	aspect-ratio: 400 / 400;
	object-fit: cover;
}
.room-title{
	font-size: 20px;
	font-weight: 500;
	line-height: 24.2px;
	color: #0A0A0A;
}
.room-ap{
	display: flex;
    align-items: center;
	margin-top: 32px;	
	justify-content: flex-end;
}
.room-nav{
	display: flex;
    align-items: center;
	gap: 20px;
}
.room-swiper-prev,
.room-swiper-next {
	margin: 0;
	width: 55px;
	height: 15px;
	cursor: pointer;
	transition: .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: 0;
	padding: 0;
}

.room-swiper-prev:hover svg path,
.room-swiper-next:hover svg path {
	fill: #4b919b;
}

@media screen and (max-width: 768px){	
	.room-img img{
		height: 200px;
		width: 200px;
	}
	.room-ap{
		display: none;
	}
	.room-title{
		font-size: 18px;
    	line-height: 21.78px;
	}
	.room-item.swiper-slide{
		gap:8px;
		width: 200px;
	}

	.rooms-slider {
		overflow-x: auto !important;
		overflow-y: hidden !important;
		-webkit-overflow-scrolling: touch;
			
	}

	.rooms-slider .swiper-wrapper {
		display: flex;
		gap: 20px;
		transform: none !important;
		padding: 0 20px !important;
	}	

	.rooms-slider .room-ap,
	.room-ap {
		display: none;
	}

	.rooms-slider::-webkit-scrollbar {
		display: none;
	}

	.rooms-slider {
		scrollbar-width: none;
	}
}
/* End */


/* Start:/local/templates/belfanmain/components/bitrix/catalog.section.list/main_styles_slider/style.css?17830007414857*/
.main-styles{
	margin-top: 125px;
	margin-bottom: 120px;
	padding: 0;
}

.style-slider{
	margin-top:40px;
	/* max-width: 1820px; */
}
.new-style-item{
	display:flex!important;
	flex-direction: column;
	/* gap:20px; */
	/* margin-right: 60px; */
	position: relative;
}
.style-title{
	font-size: 200px;
	font-weight: 500;
	line-height: 200px;
	color: #0a0a0a;
	text-transform: lowercase;
	height: 220px;
	width: 100%;
	margin-top: -173px;
	font-family: inter tight, sans-serif;
	position: relative;
	z-index: 3;
}
.style-title span{
	/* margin: 0 auto; */
	width: 100%;
	display: block;
	/* max-width: 1720px; */
}

.style-images{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.style-images img{
	max-width: 100%;
}
.style-img-big{
    max-width: 860px;
    width: 100%;
}
.style-img-big img{
	height: 687px;
	width: 100%;
	aspect-ratio: 620 / 480;
    object-fit: cover;
	position: relative;
    z-index: 2;
}
.style-img-mini{
	display: flex;
    align-items: flex-start;
    width: 100%;
    position: relative;
    justify-content: flex-start;
}
.style-img-mini img:first-child{
	position: relative;
	left: -168px;
	max-width: 100%;
  max-height: 100%;
  width: 458px;
  height: 250px;
}
.style-img-mini img:last-child{
	position: relative;
    left: -125px;
	z-index: 1;
}
.main-styles .style-ap{
	display: flex;
    align-items: center;
	justify-content: flex-end;
	margin-top: 30px;
	gap: 40%;
}
.style-ap .style-swiper-prev,
.style-ap .style-swiper-next {
	margin: 0;
	width: 55px;
	height: 15px;
	cursor: pointer;
	transition: .3s;
	display: flex;
	position: static;
	transform: unset;
	padding: 0;
	align-items: center;
	justify-content: center;
	background: none;
	border: 0;
	outline: none;
}

.style-ap .style-swiper-prev:hover svg path,
.style-ap .style-swiper-next:hover svg path {
	fill: #4b919b;
}

.style-ap .style-swiper-prev.swiper-button-disabled,
.style-ap .style-swiper-next.swiper-button-disabled {
	opacity: .35;
	cursor: default;
}
.style-nav{
	display: flex;
    align-items: center;
	gap: 20px;
}
@media screen and (max-width: 1366px){
	.style-title{
		font-size: 145px;
        line-height: 145px;
		margin-top: -95px;
		height: 165px;
	}
	.style-img-big img{
		height: 480px;
	}
	.style-img-mini img:first-child{
		left: -131px;
		height: 205px;
	}
	.style-img-mini img:last-child{
		height: 205px;
	}
	.style-ap{
		margin-top: 20px;
	}
}
@media screen and (max-width: 1024px){
	.style-title{
		font-size: 120px;
		line-height: 120px;
		margin-top: -80px;
		height: 130px;
	}
	.style-img-big img{
		height: 400px;
	}
	.style-img-mini img:first-child{
		left: -131px;
		height: 130px;
	}
	.style-img-mini img:last-child{
		height: 160px;
		left: -135px;
	}
	.style-ap{
		margin-top: 20px;
	}
	.style-img-mini{
		width: 55%;
	}
	.main-styles{
		margin-top: 100px;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 768px){
	.main-styles{
		margin-top: 80px;
	}
	.style-img-mini{
		gap:20px;
	}
	.style-img-mini img:first-child{
		left: 0;
		height:86px;
		/* height: 64px; */
	}
	.style-img-mini img:last-child{
		height: 88px;
		left: 0;
	}
	.style-img-big img{
		height: 282px;
	}
	.style-img-mini{
		width: 64%;
    }
	.style-title{
		font-size: 100px;
		line-height: 100px;
		margin-top: -68px;
		height: 110px;
	}
	.new_disign_body .main-styles{
		padding: 0;
	}
	.style-ap{
		margin: 0;
	}
	.style-images{
		gap:21px;
	}
}
@media screen and (max-width: 767px){
	.style-img-mini{
		flex-direction: column;
	}
	.style-img-mini img:first-child{
		/* height: 51px; */
		height: 64px;
		width: 120px;
	}
	.style-img-big img{
		height: 270px;
		width: 100%;
	}
	.style-images{
		gap:12px;
	}
	.style-img-mini{
    	width: 47%;
		gap:0;
   }
	.style-title{
		font-size: 48px;
		line-height: 50px;
		margin-top: -21px;
		height: 60px;
		z-index: 2;
	}
    .style-img-mini img:last-child {
        height: 100px;
        z-index: 1;
        width: 140px;
    }	
	.main-styles .style-ap{display: none;}

	.style-slider .swiper-wrapper .new-style-item.swiper-slide{
		padding: 0 20px;
	}
	.style-slider{
		margin: 0;
	}	
}
@media screen and (max-width: 767px) {
    .style-img-mini img:last-child {
        height: 120px;
        z-index: 1;
        width: 120px;
    }
}
@media screen and (max-width: 550px){
	.style-img-mini img:last-child{
		height: 86px;
		z-index: 1;
	}	
	.style-img-big img{
		height: 140px;
		width: 100%;
	}	
}
@media screen and (max-width: 550px) {
    .style-img-mini img:last-child {
        height: 86px;
        z-index: 1;
        width: 90px;
    }
}
.style-slider {
	overflow: hidden;
}

.style-slider:not(.is-swiper-ready) .swiper-wrapper {
	display: block;
}

.style-slider:not(.is-swiper-ready) .swiper-slide {
	display: none;
}

.style-slider:not(.is-swiper-ready) .swiper-slide.first-slide {
	display: flex;
}
.geo-title.js-select-city img{
	width: 10px;
	height: 11px;
}
/* End */


/* Start:/local/components/HB/info.interior/templates/week_interior/style.css?17395260833059*/
.week-interior{
    margin-bottom: 125px;
}
.main-week__intro span{
    font-size: 20px;
    line-height: 24.2px;
    font-weight: 500;
    color: #0A0A0A;
}
.interior-item__image{
    width:100%;
}
.new_disign_body .main-week .interior-item__item{
    width:100%;
    max-height: 764px;
}
.new_disign_body .interior-item__image:before{
    content:none;
}
.new_disign_body .main-week .interior-item__title{
    color:#fff;
    font-size: 40px;
    line-height: 48.4px;
    font-weight: 500;
    border: none;
}
.new_disign_body .main-week .interior-item__desc{
    font-size: 16px;
    line-height: 19.36px;
}
.new_disign_body .main-week .interior-item__text{
    /* backdrop-filter: blur(2px); */
    /* background: #00000005; */
    background: #0000004D;
    /* backdrop-filter: blur(4px); */
    width:100%;
    max-width: 100%;
}
.new_disign_body .interior-item__item:hover .interior-item__title{
    color:#4b919b;
}
@media screen and (max-width: 1366px){
    .interior-item__image img{
        height: 600px;
        object-fit: cover;
    }
    .new_disign_body .main-week{
        flex-direction: column;
    }
    .new_disign_body .main-week .main-week__intro {
        display: block;
        max-width: 100%;
        margin: 0;
    }
    
}
@media screen and (max-width: 1024px){	
     .new_disign_body .main-week{
        flex-direction: column-reverse;
    }
    .new_disign_body .main-week .interior-item__item{
        max-height: 500px;
    }
    .week-interior{
        margin-bottom:100px;
    }
    .new_disign_body .main-week__action{
        margin: 0;
    }
}
@media screen and (max-width: 768px){	
    .new_disign_body .main-week{
        flex-direction: column-reverse;
    }
    .week-interior{
        margin-bottom:80px;
    }
    .new_disign_body .main-week .interior-item__title{
        font-size: 24px;
        line-height: 33.6px;
    }
    .new_disign_body .main-week .interior-item__desc{
        font-size: 14px;
        line-height: 16.94px;
    }
    .interior-item__image img{
        height: 400px;
    }
    
}
@media screen and (max-width: 767px){
    .week-interior .main-week .interior-item__wrap{
        position: absolute;
        top: unset;
    }
}
@media screen and (max-width: 440px){	
    .new_disign_body .main-week{
        flex-direction: column;
        gap: 20px;
    }
    .new_disign_body .main-week__intro{
        padding: 0;
    }
    .interior-item__image img{
        height: 200px;
    }
    .new_disign_body .main-week .interior-item__title{
        font-size: 16px;
        line-height: 19.36px;
    }
    .new_disign_body .main-week .interior-item__desc{
        font-size: 12px;
        line-height: 14.52px;
    }
    .new_disign_body .main-week .interior-item__item{
        margin-bottom: 0;
    }
    .new_disign_body .main-week__intro span{
        font-size: 16px;
        line-height: 19.36px;
    }
    .week-interior {
        margin-bottom: 70px;
    }
}
/* End */


/* Start:/local/components/HB/info.smallblock/templates/index_new/style.css?17422894652677*/
.main-discounts .main-actions__item{
    width: 560px;
    display: block;
    margin: 0;
}
.main-discounts .main-actions__item{
    /* margin-right: 20px; */
    margin: 10px;
}
.main-discounts .main-actions__link:before{
    content:none;
}
.main-discounts .main-actions__title{
    position: static;
    padding: 0;
    color:#0A0A0A;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    margin-top: 20px;
}
.main-discounts .main-actions__link{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.main-discounts .main-actions__title span{
    border:none;
}
.main-discounts .main-actions__time{
    color:#4A4A4F;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    opacity:1;
    margin-top: 8px;
}
.main-discounts .main-actions__discount{
    background-image: none;
    background-color: #AFD970;
    background-position:unset;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color:#0A0A0A;
    left: 0;
    bottom:40px;
    top:unset;
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.triangle-discount{
    left: 150px;
    bottom:40px;
    position: absolute;
    z-index: 1;
    height: 50px;
}
.main-discounts .main-actions__discount span{
    position:static;
    max-width:100%;
}
.main-discounts .main-actions__list{
    margin: 0 -10px;
}
@media screen and (max-width: 1366px){
    .main-discounts .main-actions__discount,.triangle-discount{
        display: none;
    }
    .main-discounts .main-actions__item{
        width: 386px;
    }
}
@media screen and (max-width: 1024px){
    .main-actions__title{
        height: 48px;
    }
    .main-discounts .main-actions__item{
        width: 286px;
    }
}
@media screen and (max-width: 991px){
    .main-discounts .main-actions__title span{
        font-size: 18px;
        line-height: 21.78px;
    }
}
@media screen and (max-width: 768px){
    
    .main-discounts .main-actions__time{
        font-size: 14px;
        line-height: 16.94px;
    }
    .main-discounts .main-actions__discount,.triangle-discount{
        display:none;
    }
    .main-discounts .main-actions__item{
        width: 222px;
    }
}
@media screen and (max-width: 767px){
    .main-discounts .main-actions__title {
        height: auto;
        font-size: 16px;
        line-height: 19.36px;
    }
}
@media screen and (max-width: 440px){
    .main-actions__item{
        max-width: 236px;
    }
    .main-actions__image img{
		height: 200px;
        object-fit: cover;
	}
   
}

/* End */


/* Start:/local/components/HB/form.all_result/templates/main_page_new/style.css?17391683642463*/
.main-reviews-list{
	display:flex;
	gap:20px;
	align-items: stretch;
}
.review-item{
	display:flex;
	flex-direction: column;
	gap:40px;
	background: #E5E5E5;
	padding: 60px 40px 60px 40px;
	width: 50%;
	/* min-height: 440px; */
}
.review-item hr{
	border: 1px solid #CACACE;
	margin: 0;
}
.review-text{
	font-size: 18px;
	font-weight: 400;
	line-height: 28.8px;
	color: #0A0A0A;
}
.main-reviews-bottom{
	display: flex;
	align-items: center;
	gap:32px;
	margin-top:80px;
}
.main-reviews-bottom-text{
	max-width: 486px;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	color: #0A0A0A;
}
.review-meta{
	font-size: 16px;
	font-weight: 500;
	line-height: 19.36px;
	color: #0A0A0A;
}
.reviews-buttons{
	display: flex;
	align-items: center;
	gap:40px;
	width: 100%;
}
.reviews-buttons a{
	padding: 16px 8px 16px 8px;
	gap: 10px;
	border-radius: 4px;
	border: 1px solid #4B919B;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 289px;
	color:#fff;
	background: #4B919B;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	text-transform: uppercase;
	transition: linear .3s;
}
.reviews-buttons .btn-dir{
	color:#4B919B;
	background: #fff;
}
.reviews-buttons .btn-dir:hover{
	color:#fff;
	background: #4B919B;
}
.reviews-buttons a:hover{
	color:#4B919B;
	background: #fff;
}
.main-reviews-blocks{
	margin-bottom: 120px;
	margin-top: 85px;
}
/* @media screen and (max-width: 1366px){ */
	/* .main-reviews-list{ */
		/* align-items: flex-start; */
	/* } */
/* } */
@media screen and (max-width: 1024px){
	.review-item{
		padding: 40px;
		gap:30px;
	}
	.review-text{
		font-size: 14px;
		line-height: 22.4px;
	}
	.main-reviews-blocks{
		margin-bottom: 100px;
	}
	.main-reviews-bottom{
		flex-direction: column;
		align-items: flex-start;
		gap: 52px;
	}
}
@media screen and (max-width: 768px){
	.review-item{
		gap:20px;
		padding: 30px;
	}
	.main-reviews-blocks{
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px){
	.main-reviews-list{
		flex-direction: column;
	}
	.review-item{
		width: 100%;
	}
	.main-reviews-blocks .all-link{
		margin-top: 40px;
	}
	.main-reviews-bottom{
		margin-top:70px;
		gap: 32px;
	}
	.reviews-buttons{
		flex-direction: column;
		gap: 20px;
	}
	.reviews-buttons a{
		max-width: 100%;
	}
	.main-reviews-blocks{
		margin-bottom: 70px;
	}
}
/* End */


/* Start:/local/templates/belfanmain/components/bitrix/news.list/main_articles_slider/style.min.css?17786567642245*/
.main-page-new .main-articles{margin-bottom:100px;padding:0}.articles-slider{display:flex;flex-wrap:wrap;gap:20px}.article-item{display:flex!important;flex-direction:column;gap:20px;max-width:415px;width:100%}.article-title{font-size:20px;font-weight:500;line-height:24.2px;color:#0A0A0A}.article-img img{max-width:100%;height:400px;object-fit:cover}.main-articles{position:relative}.article-ap{display:flex;align-items:center;margin-top:80px;gap:40%}.article-ap .slick-arrow.slick-prev,.article-ap .slick-arrow.slick-next{margin:0;width:55px;cursor:pointer;transition:.3s;height:15px;display:flex;position:static;transform:unset;padding:0;align-items:center}.article-ap .slick-arrow.slick-prev:hover svg path,.article-ap .slick-arrow.slick-next:hover svg path{fill:#4b919b}.articles-nav{display:flex}.article-ap .slick-arrow:before,.article-ap .slick-arrow:after{content:none}.article-ap .slick-dots{display:flex;height:15px;align-items:center;gap:8px}.article-ap .slick-dots button{padding:0;margin:0;background:#fff;color:#fff;border-radius:50%;width:14px;height:14px;border:1px solid #0A0A0A}.article-ap .slick-dots li{width:14px;height:14px}.article-nav{display:flex;align-items:center;gap:20px}.article-ap .slick-dots .slick-active button{background:#0A0A0A;color:#0A0A0A}.articles-slider .slick-active:last-of-type{margin:0}.article-item{max-width:calc(25% - 15px)}@media screen and (max-width:1450px){.article-item{max-width:calc(50% - 10px)}}@media screen and (max-width:1366px){.article-ap{margin-top:60px;gap:30%}.new_disign_body .main-articles{padding:0;margin-top:90px}.article-item{max-width:calc(50% - 10px)}}@media screen and (max-width:1024px){.article-img img{height:280px}.new_disign_body .main-articles{padding:0;margin-top:0;margin-bottom:100px}.article-item{max-width:calc(50% - 10px)}}@media screen and (max-width:768px){.new_disign_body .main-articles{padding:0;margin-top:0;margin-bottom:80px}.article-ap{display:none}.article-img img{height:auto}.article-title{font-size:18px;line-height:21.78px}.article-item{max-width:max-content}}@media screen and (max-width:440px){.article-item{max-width:max-content;width:560px}.article-title{font-size:16px;line-height:19.36px}.new_disign_body .main-articles{margin-bottom:70px}}
/* End */


/* Start:/local/templates/belfanmain/components/bitrix/news.list/main_info_accardeon/style.min.css?17786567641199*/
.main-info-accardeon{background:#E5E5E5;padding:60px 100px 60px 100px}.show-no{display:none}.main-info-item{padding-bottom:20px;border-bottom:1px solid #AFAFB5;display:flex;flex-direction:column;gap:20px}.main-info-title{font-size:24px;font-weight:400;line-height:29.04px;color:#0A0A0A;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-transform:capitalize}.main-info-items{display:flex;flex-direction:column;gap:20px}.main-info-text{font-size:18px;font-weight:400;line-height:28.8px;color:#4A4A4F;transition:linear 1s}.info-sub-text{font-size:18px;font-weight:400;line-height:28.8px;color:#0A0A0A;margin-bottom:40px}.info-sub-text .link--black{border:none;color:#0A0A0A}@media screen and (max-width:1366px){.main-info-accardeon{padding:60px 83px 60px 83px}}@media screen and (max-width:1024px){.main-info-accardeon{padding:60px 62px 60px 62px}}@media screen and (max-width:768px){.main-info-accardeon{padding:28px 30px 28px 30px}.main-info-text{font-size:16px;line-height:25.6px}.info-sub-text{font-size:16px;line-height:25.6px}}@media screen and (max-width:440px){.main-info-title{font-size:18px;line-height:21.78px}.info-sub-text,.main-info-text{line-height:24px}}
/* End */
/* /local/templates/belfanmain/components/bitrix/news.list/slider-main-new-disign/style.css?17787834272312 */
/* /local/templates/belfanmain/components/bitrix/news.list/rooms_slider/style.css?17787821691567 */
/* /local/templates/belfanmain/components/bitrix/catalog.section.list/main_styles_slider/style.css?17830007414857 */
/* /local/components/HB/info.interior/templates/week_interior/style.css?17395260833059 */
/* /local/components/HB/info.smallblock/templates/index_new/style.css?17422894652677 */
/* /local/components/HB/form.all_result/templates/main_page_new/style.css?17391683642463 */
/* /local/templates/belfanmain/components/bitrix/news.list/main_articles_slider/style.min.css?17786567642245 */
/* /local/templates/belfanmain/components/bitrix/news.list/main_info_accardeon/style.min.css?17786567641199 */
