

/* Start:/bitrix/templates/newhousebuilding/components/bitrix/news.list/slider/style.css?17609621432084*/
.head-slide {
	padding-top: 150px;
	min-height: 380px;
	position: relative;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-position: bottom;
	color: #212121;
	background-color: #dedede;
}
.slider_header {
    font-weight: bold;
    font-family: var(--prv_font_family);
    font-size: 2em;
	line-height: 1.1;
}
/* .wrap-txt-slide-main{
    padding-right: 20%;
} */
@media(max-width: 1025px){
    .wrap-txt-slide-main{
        padding-right: 0px;
    }
    .slider_text_left {
        justify-content: center !important;
    }
}
.wrap-txt-slide{
    background: rgba(245,245,245,0.7);
    padding: 25px;

}
.wrap-txt-slide .slider_description{
    font-size: 17px;
}
.slider_text_left {
    justify-content: flex-start;
    text-align: left;
}
.slider_text_right {
    justify-content: flex-end;
    text-align: right;
}
.slider_text_center {
    justify-content: center;
    text-align: center;
}
.slider_color_lite {
    color:white;
}
.slider_color_dark {
    color:#212121;
}
.slider_color_site {
    color:var(--prv_color);
}
.slider_description{
	font-size: 1em;
	line-height: 1.5;
	margin:24px 0 10px;
    font-family: var(--prv_font_family);
}
.item_video_block {
    overflow:hidden;
}
.video_background {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
}
.head-slide a.btn.slider_color_lite,
.head-slide a.btn.slider_color_lite:focus{
    color: #fff;
}
.head-slide a.btn.slider_color_dark,
.head-slide a.btn.slider_color_dark:focus{
    color: #212121;
}
@media(max-width: 992px){
    .slider_header{
        margin-top: 20px;
    }
    .head-slide {
        padding-bottom: 50px;
    }
}
@media(min-width: 768px){
    .slider_header{
        font-size: 2.642857em;
    }
    .slider_description{
        font-size: 1em;
    }
    .head-slide{
        max-height: 633px;
    }
}
@media(max-width: 460px){
	#head_owl .head-slide{
		background-position: 80%;
	}
}

/* End */


/* Start:/bitrix/templates/newhousebuilding/components/bitrix/catalog.sections.top/services_3/style.css?17338198251633*/
.services-sections>.container{
   position: relative;
}
.sect_service_cnt{
   display: block;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   position: relative;
   height: 230px;
   overflow: hidden;
}

.sect_service_block {
   margin-bottom: 22px;
}

.sect_service_heading{
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   background: var(--prv_interactive_color);
   font-size: 1.0714285em;
   line-height: 1.2857142;
   color: #fff;
   padding: 16px 20px;
   transition: 0.9s;
}
.sect_service_bg{
   visibility: hidden;
   opacity: 0;
   background: var(--prv_interactive_color);
   height: 100%;
   z-index: 1;
   position: absolute;
   top: 182px;
   transition: top .3s, visibility .3s, opacity 10s;
   left: 0; 
   right: 0;
   bottom: 0;
}
.sect_service_desc{
   display: none;
   position: absolute;
   left: 20px;
   right: 20px;
   top: 0;
   bottom: 0;
   z-index: 2;
   margin: auto;
   color: #fff;
   align-items: center;
}
@media (max-width: 767px) {
   .sections_services{
       margin-top: 40px;
   }
   .services_subheading{
       margin-bottom: 30px;
   }
}
@media (max-width: 479px) {
   .sections_services [class*="col-"]{
       width: 100%;
   }
}
@media(min-width: 768px){
   .sect_service_cnt:hover .sect_service_heading{
       visibility: none;
       opacity: 0;
       transition: 0s;
   }
   .sect_service_cnt:hover .sect_service_bg{
       visibility: visible;
       opacity: .8;
       top: 0px;
       transition: top .3s, visibility .3s, opacity .3s;
   }
   .sect_service_cnt:hover .sect_service_desc{
       display: flex;
   }
}
/* End */


/* Start:/bitrix/templates/newhousebuilding/components/bitrix/catalog.section/services_3_main/style.css?17338198251215*/
.service-item {
    width: 100%;
    height: 216px;
    position: relative;
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.service-item__detail {
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    opacity: 0;
    transition: .2s;
    padding: 20px;
    color: #000;
}

.service-item__detail h2{
	font-size: 1.6em;
    font-weight: bold;
}

.service-item__bg {
    height: 0;
    width: 0;
    box-sizing: border-box;
    position: absolute;
    opacity: 0;
    overflow: hidden;
    transition: .3s;
    bottom: 20px;
    left: 20px;
    background-color: var(--prv_interactive_color);
}

.service-item__title {
    background-color: #000;
    position: absolute;
    padding: 10px;
    color: #fff;
    bottom: 10px;
    left: 10px;
    transition: .3s;
}

.service-item:hover .service-item__title {
    opacity: 0;
}

.service-item:hover .service-item__bg {
    opacity: 0.8;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
}


.service-item:hover .service-item__detail {
    opacity: 1;
}

.services-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(377px, 1fr));
    grid-gap: 7px;
}

/* End */


/* Start:/bitrix/templates/newhousebuilding/components/bitrix/main.include/heading/style.css?1733819825244*/
.heading h2 {
	position: relative;
	font-size: 2.1428571em;
	padding-bottom: 19px;
	line-height: 1.066;
	margin-bottom: 26px;
	font-weight: 500;
}

.total_content .heading {
	margin-bottom: 48px;
}
.scroll_news .heading{
	margin-bottom: 18px;
}
/* End */


/* Start:/bitrix/templates/newhousebuilding/components/bitrix/news.list/advantages_2/style.css?17338198252244*/

.adv-icon-cnt {
	width: 155px;
    height: 155px;
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
    border: 1px dashed #888888;
    align-items: center;
    border-radius: 200px;
}

@media(max-width: 500px) {
    .advantage-cnt{
        margin: 0 auto;
    }
}

.adv-icon-cnt img {
    max-width:100%;
    max-height:100%;
}
.adv-text-cnt {
	color: #757575;
        text-align: center;
}
.adv-heading{
	font-size: 1.2857142em;
	font-weight: 600;
	margin-bottom: 9px;
	line-height: 1.22;
        text-align: center;

}
.all-advantages .col-xs-12:first-child .advantage-cnt{
	margin-left: 72px;
}
.all-advantages{
	display: flex;
	justify-content: space-between;
}
.advantage-image{
	display: flex;
	justify-content: center;
	position: relative;
}
.advantage-image::after{
	content: '';
    width: 67px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -25%;
    background-color: #888888;
}
.advantage-cnt:last-child .advantage-image::after{
	content: unset;
}
@media (max-width: 991px) {
	.advantage-cnt:nth-child(2) .advantage-image::after{
		content: unset;
	}
	.all-advantages .col-xs-12:first-child .advantage-cnt{
		margin-left: 0;
	}
	.advantage-cnt{
		margin-bottom: 30px;
	}
    .all-advantages .col-*:last-child .advantage-cnt{
        margin-bottom: 0px;
    }
}
@media (max-width: 767px) {
    #advantages.section_grey{
        padding: 60px 0 20px;
    }
    .adv-icon-cnt,
    .adv-heading{
        margin-bottom: 8px;
    }

}
@media(min-width: 768px){
    .advantage-cnt:hover .adv-icon-cnt{
         border: 2px dashed var(--prv_interactive_color);

    }

    .advantage-cnt:hover .adv-heading{
         color:  var(--prv_btn_color);

    }
}
@media(max-width: 576px){
	.advantage-image::after{
		content: unset;
	}
}

@media(min-width: 1500px){
    .adv-icon-cnt {
		width: 140px;
		height: 140px;
	}
}

@media(max-width: 375px){
	.adv-icon-cnt {
    width: 120px;
    height: 120px;
	}
	.adv-text-cnt {
    font-size: 0.9em;
	}
}


.all-advantages{
margin: 0;
    display: grid !important;
    justify-content: normal;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
    grid-gap: 30px;
}

.all-advantages .advantage-cnt{
    flex: none;
    max-width: 250px;
}
/* End */


/* Start:/bitrix/templates/newhousebuilding/components/bitrix/catalog.sections.top/projects_1/style.css?17338198255373*/
.project-item:hover .project-wrap-img img{
	transform: scale(1.2);
	opacity: 0.8;
}
.project-wrap-img{
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.project-wrap-img img{
	transition: 0.9s;
}

.project-section {
	overflow: hidden !important;
}

.scroll_projects .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.projects-section__container{
    position: relative;
}

.project-item {
    width: 100%;
    background-color: #fff;
}

.project-item__link{
	color: inherit !important;
}

.project-item__link:hover{
	text-decoration: none !important;
}

.project-item__image {
    width: 100%;
    height: 235px;
    object-fit: cover;
}

.project-item__detail {
    padding: 30px;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-areas:
        "title title"
        "desc desc"
        "prices area";
    grid-gap: 10px;
}

.project-item__title {
	font-weight: bold;
	height: 3em;
    grid-area: title;
}

.project-item__desc {
    grid-area: desc;
    color: #5f5f61;
}

.project-item__prices {
    grid-area: prices;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.project-item__area {
    grid-area: area;
    background-color: #000;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    width: 100px;
    margin-left: auto;
    font-size: 1.2em;
}

.project-item__price.project-item__price--current {
    font-weight: bold;
}

.project-item__price.project-item__price--old {
    text-decoration: line-through;
    margin-top: 5px;
    color: #5f5f61;
}




/*owl style*/
.owl-projects .owl_btn-right a,
.owl-projects .owl_btn-right a:focus,
.owl-projects .owl_btn-left a,
.owl-projects .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
.owl-projects .owl-prev{
	left: -3%;
}
.owl-projects .owl-next{
	right: -3%;
}
.owl-projects .owl-next,
.owl-projects .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
.owl-projects .owl-dots{
    position: relative;
    bottom: auto!important;
}
.owl-projects .owl-next a .carousel-arrow,
.owl-projects .owl-prev a .carousel-arrow{
    fill: #757575;
}
.owl-projects .owl-next:not(.disabled):hover .carousel-arrow,
.owl-projects .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}
.nav.projects-section__tabs-list{
    margin-bottom: 40px;
    border-bottom: 1px solid #E1E1E1;
}
.projects-section__tabs-list>li{
    margin-right: 6px;
}
.projects-section__tabs-list>li>a{
    padding: 9px 26px;
    font-size: 1em;
    color: #212121;
    display: block;
    text-decoration: none;
    position: relative;
}
.projects-section__tabs-list>li>a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: transparent;
    z-index: 2;
}
.projects-section__tabs-list>li:hover>a:after,
.projects-section__tabs-list>li>a.active:after{
    background: var(--prv_interactive_color);
}
.projects-section__tabs-list>li>a.active{
    color: var(--prv_btn_color);
}
.projects-section__tabs-list>li>a:hover{
    text-decoration: none;
    opacity: 1;
    color: var(--prv_btn_color);
}
.projects-section__dropdown-tabs-wrapper {
    padding-bottom:25px;
}
.projects-section__list-group {
    margin-bottom:0px;
}
.projects-section__list-group-item {
    padding: 15px 25px 15px;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}
.projects-section__list-group-item:hover{
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.projects-section__list-group-item.active {
    text-shadow: none;
    border: 1px solid #eff1f5;
    border-left-color: var(--prv_color);
    background: #fff;
    color: #212121;
}
.projects-section__list-group-item.active:hover,
.projects-section__list-group-item.active:focus{
    text-shadow:none;
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
    border-color:#eff1f5;
    border-left-color: var(--prv_color);
    background-image:none;
}
.projects-section__dropdown-tab-panel {
    position:relative;
    display:block;
    width:100%;
    padding: 15px 55px 15px 25px;
    border: 1px solid #eff1f5;
    margin: 0 0 -1px;
    cursor: pointer;
    color: #212121;
    background: #fff;
}
.projects-section__dropdown-tab-panel:hover,
.projects-section__dropdown-tab-panel:focus {
    text-decoration:none;
    color:#212121;
}
.projects-section__dropdown-tab-panel:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 0px;
    height: 0px;
    margin: -2px 0 0;
    border-bottom: 3px solid #212121;
    border-top: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.projects-section__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.projects-section__tab-panel-nav{
    margin-bottom: 30px;
}
@media(max-width: 991px){
    .total_content .projects-section__container{
        padding-bottom: 0px;
    }
}

/* End */


/* Start:/bitrix/templates/newhousebuilding/components/bitrix/main.include/about_default/style.css?17338198251987*/
.about-section{
	position: relative;
	padding-bottom: 100px;
	overflow: hidden;
}
.about-section .heading h2 {
	margin-top: 40px;
}
.img_wrapper{
	width: calc(50% - 30px);
	position: absolute;
	right: 0;
	top: 40px;
	bottom: 0;
	z-index: 1;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-section__subheading{
	font-size: 1.7142em;
	margin-bottom: 10px;
	line-height: 1.58em;
	margin-top: -13px;
}
.about-section__button-container{
	margin-top: 30px;
}
.about-section__button-container .btn{
	display: inline-block;
	margin-right: 20px;
}
.about-section__button-container .btn:last-child{
	margin-right: 0;
}
.about-section__text{
	line-height: 22px;
	color: #757575;
	font-size: 1em;
	line-height: 1.7857em;
}
.about-section .heading{
	margin-top: 0;
}
.about-section__text ul{
	padding-left: 0;
	margin: 30px 0 36px;
}
.about-section__text ul li{
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding-left: 12px;
	position: relative;
	margin-right: 16px;
}
.about-section__text ul li:before{
	content: "\2022 ";
	position: absolute;
	left: 0;
}
.about-section__text ul li:last-child{
	margin-right: 0;
}
@media(max-width: 1199px){
    .about-section{
        margin-top: 70px;
    }
}
@media (max-width: 991px) {
	.img_wrapper{
        min-height: 100%;
	}
	.total_content>div>section.about-section{
		padding-bottom: 0;
                margin-bottom: 0;
	}
	.about-section__button-container{
		margin: 30px 0;
	}
	.about-section__button-container .btn{
		margin-bottom: 12px;
	}
	.about-section__subheading br{
		display: none;
	}
	.about-section .heading{
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.img_wrapper{
        width: 100%;
        position:relative;
		padding-top: 66.6%;
		min-height: unset;
	}
	.about-section__text{
		font-size: 1em;
		line-height: 25px;
	}
	.about-section__subheading{
		font-size: 1.2857em;
	}
}

@media (max-width: 1199px){
	.about-section {
	    margin-top: 0px;
	}
}

/* End */


/* Start:/bitrix/templates/newhousebuilding/components/bitrix/news.list/promotions_default/style.css?17338198252690*/
@media(max-width: 1200px){
  .total_content .scroll_promotions{
    padding-bottom: 30px;
  }
}
@media(max-width: 768px){
  .total_content .scroll_promotions{
    padding-bottom: 40px;
  }
}

.scroll_promotions .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
    position: relative;
}

.promotions-promotion{
    /*margin-bottom: 100px;*/
}
.promotions-promotion>.container{
    position: relative;
}

.sect_promotion_cnt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 322px;
    padding: 20px;
    position: relative;
    transition: .5s;
    border-radius: 15px;
    text-decoration: none;
    overflow: hidden;
    transform: scale(1);
}
.sect_promotion_cnt:hover{
    /* box-shadow: 0 0 32px #777; */
    transition: .5s;
    text-decoration: none;
}
.sect_promotion_cnt * {
    position:relative;
    z-index:2;
}
.sect_promotion_cnt:hover > .sect_promotion_bg{
  transform: scale(1.1);
}
.sect_promotion_cnt .sect_promotion_bg {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sect_promotion_cnt .sect_promotion_bg-shadow{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0));
}
.sect_promotion_block {
    margin-bottom: 30px;
}
.name_data{
    margin-top: auto;
}
.sect_promotion_heading{
    font-size: 14px;
    color: #fff;
    font-weight:bold;
    line-height: normal;
}
.sect_promotion_btn {
    position:absolute;
    bottom:70px;
    left:50px;
    color: #fff!important;
}
.sect_promotion_dates{
    color: #fff;
    font-size: 1em;
    line-height: 1.375;
    margin-top: 6px;
    margin-bottom: 15px;
    background: var(--prv_interactive_color);
    display: inline-block;
    padding: 5px 10px;
}
.sect_promotion_discount{
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 3px 15px;
    color: #fff;
    background-color: #81CE41;
    border-radius: 40px;
    font-size: 1.0814285em;
    font-weight: bold;
    text-align: center;
}
@media(max-width:767px){
    .sect_promotion_btn {
        left: 20px;
    }
    .sect_promotion_cnt{
        padding:93px 20px 111px 20px;
    }
}

/* End */


/* Start:/bitrix/templates/newhousebuilding/components/bitrix/main.include/feedback_1/style.css?17338198251471*/
.page-footer.main-page__section{
  background-size: cover;
  background-repeat: no-repeat;
}
.feedback_wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding-bottom: 30px;
  margin: 40px;
}
.background-feedback{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
}
.feedback_wrapper .page-footer-text{
	position: relative;
	z-index: 2;
  text-align: center;
}
.page-footer-text h4{
  font-weight: bold;
}
.feedback_wrapper .page-footer-buttons-block{
	position: relative;
	z-index: 2;
}
.page-footer-buttons-block{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.page-footer-buttons-block i{
  font-size: 11px;
  margin-left: 5px;
}

@media(max-width:768px){
  .page-footer-buttons-block .feedback-button{
    margin: 0 10px 15px;
  }
  .page-footer-buttons-block .feedback-button i{
    display: none;
  }
}
@media(max-width: 560px){
  .feedback_wrapper .page-footer-text h4 {
    margin: 30px 0;
  }
  .feedback_wrapper .page-footer-text p {
    margin-bottom: 30px;
  }
}
@media(max-width: 385px){
  .page-footer-buttons-block{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .page-footer-buttons-block a{
    width: 100%;
  }
}

/* End */


/* Start:/bitrix/templates/newhousebuilding/components/bitrix/news.list/steps/style.css?17338198251758*/
.numbered-steps {
    display: flex;
    flex-direction: column;
    position: relative;
}


@media only screen and (min-width: 600px) {
    .numbered-steps {
        align-items: center;
    }
}

.numbered-step {
    display: flex;
    align-items: center;
}

.numbered-step:not(:first-child) {
    margin-top: 60px;
}

@media only screen and (min-width: 600px) {
    .numbered-step:nth-child(even) {
        flex-direction: row-reverse;
        margin-left: 0;
    }
}

@media only screen and (min-width: 600px) {
    .numbered-step:nth-child(even) .numbered-step__desc {
        text-align: right;
    }
}

.numbered-step__title {
    font-size: 1.2em;
    font-weight: bold;
}

.numbered-step__number {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--prv_interactive_color);
    color: #fff;
    border-radius: 50%;
    font-size: 2em;
    margin: 0 20px;
    position: relative;
	cursor: default;
	font-weight: bold;
}

.numbered-step .numbered-step__number::after {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    top: -10px;
    background-color: #fff;
    z-index: -1;
}

.numbered-step__desc {
    width: 300px;
}

.numbered-steps::after {
    content: '';
    position: absolute;
    height: 89%;
    width: 2px;
    left: calc(50% - 1px);
    background-color: #c3c3c3;
    z-index: -100;
    top: 3%;
}

.numbered-step:nth-child(odd) {
    margin-right: -300px;
}

.numbered-step:nth-child(even) {
    margin-left: -300px;
}

@media only screen and (max-width: 600px) {
    .numbered-step {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .numbered-steps::after {
        left: 45px;
    }
}

/* End */
/* /bitrix/templates/newhousebuilding/components/bitrix/news.list/slider/style.css?17609621432084 */
/* /bitrix/templates/newhousebuilding/components/bitrix/catalog.sections.top/services_3/style.css?17338198251633 */
/* /bitrix/templates/newhousebuilding/components/bitrix/catalog.section/services_3_main/style.css?17338198251215 */
/* /bitrix/templates/newhousebuilding/components/bitrix/main.include/heading/style.css?1733819825244 */
/* /bitrix/templates/newhousebuilding/components/bitrix/news.list/advantages_2/style.css?17338198252244 */
/* /bitrix/templates/newhousebuilding/components/bitrix/catalog.sections.top/projects_1/style.css?17338198255373 */
/* /bitrix/templates/newhousebuilding/components/bitrix/main.include/about_default/style.css?17338198251987 */
/* /bitrix/templates/newhousebuilding/components/bitrix/news.list/promotions_default/style.css?17338198252690 */
/* /bitrix/templates/newhousebuilding/components/bitrix/main.include/feedback_1/style.css?17338198251471 */
/* /bitrix/templates/newhousebuilding/components/bitrix/news.list/steps/style.css?17338198251758 */
