

/* Start:/local/templates/new/css/news_detail.css?17223308609711*/
#page, #wrapper {
    overflow: unset !important;
}

.news-detail__block {
	margin: 120px 0;
}
.news-detail__block h2 {
	text-transform: uppercase;
}
@media(max-width: 991px) {
	.news-detail__block {
		margin: 60px 0;
		margin-left: -32px;
		margin-right: -32px;
		padding-left: 32px;
		padding-right: 32px;
		width: 100vw;
		overflow: hidden;
	}
}

@media(max-width: 767px) {
	.news-detail__block {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.news-detail__text {
	max-width: 920px;
}
.news-detail__col {
	width: 440px;
	
	position: sticky;
    top: 72px;
}
@media(max-width: 1600px) {
	.news-detail__text {
		max-width: 750px;
	}
	.news-detail__col {
		width: 400px;
	}
}
@media(max-width: 1264px) {
	.news-detail__col {
		display: none
	}
}
.news-detail__cont {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.news-detail__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-detail__video-col-1 {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: calc(50% - 20px);
    font-size: 19px;
    font-weight: 500;
    line-height: 1.578;
    letter-spacing: 0.02em;
}

.news-detail__video-title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 46px;
}

.news-detail__video-text {
    max-width: 680px;
    margin-bottom: 0;
}

.news-detail__video-col-2 {
    width: calc(50% - 20px);
    margin-left: auto;
}

.news-detail__video .play-iframe-video {
    border: 2px solid #1E1E1E;
    position: relative;
    width: 100%;
}

.news-detail__video .play-iframe-video:before {
	content: "";
    display: block;
    padding-top: 48.529%;
}
.news-detail__video .play-iframe-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 1799px) {
    .news-detail__video-col-2 {
        margin-top: 30px;
    }
}

@media (max-width: 1599px) {
    .news-detail__video-col-1 {
        width: 100%;
    }

    .news-detail__video-text {
        max-width: none;
    }

    .news-detail__video-col-2 {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 1024px) {
    .news-detail__video-col-1 {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.666;
        letter-spacing: 0;
    }

    .news-detail__video-title {
        margin-bottom: 40px;
    }

    .news-detail__video .play-iframe-video {
        border-width: 1px;
    }
}


.numlist-list {
	counter-reset: numlist;
	padding: 0; margin: 0;
	list-style-type: decimal-leading-zero;
}

.numlist-list>li{
  list-style: none;
  line-height: 20px;
  margin: 0 0 30px 0;
  padding-left: 200px;
  position: relative;
  min-height: 100px;
}
.numlist-list>li:last-child {
	margin-bottom: 0;
}
.numlist-list>li:before {
  counter-increment: numlist;
  content: counter(numlist);
  width: 100px; height: 100px;
  background: #F4F4F4;
  display: flex;
  font-size: 42px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-variant-numeric: slashed-zero;
  position: absolute;
  left: 0; top: 0;
  
}
.numlist-list>li:nth-child(-n+9):before {
	content: "0" counter(numlist);
}
@media(max-width: 1600px) {
	.numlist-list>li{
		padding-left: 150px
	}
}
@media(max-width: 991px) {
	.numlist-list>li{
		padding-left: 100px;
		min-height: 70px;
	}
	.numlist-list>li:before {
		width: 70px; height: 70px;
		font-size: 30px;
		min-height: 70px;
	}
}
@media(max-width: 500px) {
	.numlist-list>li{
		padding-left: 70px;
		min-height: 50px;
	}
	.numlist-list>li:before {
		width: 50px; height: 50px;
		font-size: 21px;
		min-height: 50px;
	}
}






.news-detail .news-detail__gallery-wrap {
	height: 370px;
	position: relative
}

@media (max-width: 991px) {
	.news-detail .news-detail__gallery-wrap {
		height: auto;
	}
	.news-detail .news-detail__gallery .swiper-slide {
		height: 370px;
	}
}

@media (max-width: 767.98px) {
    .news-detail .news-detail__gallery .swiper-slide {
		height: 300px;
	}
}

@media (max-width: 500px) {
	.news-detail .news-detail__gallery .swiper-slide {
		height: 250px;
	}
}








.services-menu {
	display: block;
}
.services-menu__top {
	background: #F4F4F4;
	padding: 10px;
	padding-right: 50px;
	text-transform: uppercase;
	font-size: 25px; 
	line-height: 1;
	position: relative
}
.services-menu__top a {
	color: inherit;
}
.services-menu__top:before {
	content: "";
	width: 20px; height: 10px;
	background: url(/local/templates/new/css/../img/serv_menu_arr.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	right: 10px;
	top: 0; bottom: 0;
	margin: auto;
}
.services-menu__list {
	margin: 20px 0;
	overflow: hidden;
	
    max-height: 0;
    -webkit-transition: max-height .4s ease-out;
    -o-transition: max-height .4s ease-out;
    transition: max-height .4s ease-out;
}
.services-menu__block--active .services-menu__list {
    max-height: none;
}
.services-menu__item {
	margin-bottom: 30px;
	padding: 10px 0;
	color: #2A2A2A;
    border-top: 1px solid #D9D9D9;
}
.services-menu__item:last-child {
	margin-bottom: 0px;
}
.services-menu__item a {
	color: #2A2A2A
}
.services-menu__item:last-child {
	margin-bottom: 0px;
}
.services-menu__item--active {
	display: block;
	padding-left: 29px;
	position: relative
}
.services-menu__item--active:before {
	content: "";
	position: absolute;
	display: block;
	left: 0; top: 10px;
	width: 19px;
	height: 35px;
	background: url(/local/templates/new/css/../img/serv_menu_line.svg) no-repeat center;
	background-size: contain;
}




/*
.page-fixheader .page-top {
	display: none;
}
.page-fixheader .container {
	padding-top: 0 !important;
}
*/


.news-detail__banner {
	height: 100vh;
	position: relative;
}
.news-detail__banner-wr {
	width: 100vw;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	border-radius: 0 0 200px 0;
}
.news-detail__banner-wr:after {
	content: "";
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.3);
	left: 0; top: 0;
	position: absolute;
	
}
.news-detail__banner-wr img {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-detail__banner-cont {
	height: calc(100% - 97px);
	position: relative;
	padding-top: 92px;
}
.news-detail .news-detail__title {
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; 
	margin: 0;
	
	color: #fff;
}
.news-detail__type {
	padding: 12px 32px;
	background: rgba(30, 30, 30, 0.6);
	color: #fff;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	border-radius: 20px;
	display: inline-block
}
@media(max-width: 1264px) {
	.news-detail__banner-wr {
		border-radius: 0 0 100px 0;
	}
}
@media(max-width: 600px) {
	.news-detail__banner-cont {
		padding-top: 137px;
	}
	.news-detail__banner-wr {
		border-radius: 0 0 50px 0;
	}
	
	.news-detail .news-detail__title {
		position: static;
	}
	.news-detail__type {
		position: absolute;
		left: 0; bottom: 0;
	}
}





.news-detail__pagenav { display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; margin: 120px 0; }


.news-detail__pagenav-page {
	font-size: 19px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.02em;	
	text-transform: uppercase;
	position: relative;
	color: inherit;
	padding: 120px 0;
}
.news-detail__pagenav-page--prev{float:left; vertical-align:middle}
.news-detail__pagenav-page--next{float:right; vertical-align:middle}
.news-detail__pagenav-page .arr {width:33px; height:97px; position:absolute; top:50%; transform: translateY(-50%); background: url(/local/templates/new/css/../img/arr_1_b.svg) center no-repeat; background-size: contain}
.news-detail__pagenav-page--next{padding-right:43px}
.news-detail__pagenav-page--prev{padding-left:43px}
.news-detail__pagenav-page--prev .arr{ left: 0; transform: rotate(180deg) translateY(50%) }
.news-detail__pagenav-page--next .arr{ right: 0; }
.news-detail__pagenav-page:hover {color:#FBAD33}
.news-detail__pagenav-page:hover .arr{ background-image: url(/local/templates/new/css/../img/arr_1.svg)  }

.news-detail__pagenav-share {
	position: absolute;
	left: 0; top: 0; bottom: 0; right: 0;
	margin: auto;
	width: 360px;
	max-width: 100%;
	height: 50px;
	text-align: center;
	cursor: pointer;
}
.news-detail__pagenav-share .ya-share2__link_more {
	opacity: 0 !important;
	width: 100%; height: 100%;
}

.news-detail__pagenav-share .ya-share2,
.news-detail__pagenav-share .ya-share2__list_direction_horizontal,
.news-detail__pagenav-share .ya-share2__item_more,
.news-detail__pagenav-share .ya-share2__badge_more {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
}

@media(max-width: 1264px) {
	.news-detail__pagenav-page {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.news-detail__pagenav-page .text {
		display: none;
	}
}
@media(max-width: 991px) {
	.news-detail__pagenav {
		margin: 60px 0;
	}
	
	.news-detail__pagenav-page--next,
	.news-detail__pagenav-page--prev {
		width: 43px;
		overflow: hidden;
		color: transparent ;
	}
	
	.news-detail__pagenav-page .text {
		display: inline;
	}
}
@media(max-width: 767px) {
	.news-detail__pagenav-page {
		padding-top: 33px;
		padding-bottom: 33px;
	}
	.news-detail__pagenav-share {
		position: static;
		margin-bottom: 23px;
	}
	.news-detail__pagenav-page--next,
	.news-detail__pagenav-page--prev {
		width: 50%;
		overflow: visible;
		color: inherit 
	}
	.news-detail__pagenav-page--next {
		text-align: right;
	}
	.news-detail__pagenav-page .text {
		display: none;
	}
}
@media(max-width: 450px) {
	.news-detail__pagenav-page {
		font-size: 16px;
	}
	.news-detail__pagenav-page--prev{padding-left:30px}
	.news-detail__pagenav-page--next{padding-right:30px}
}

/* End */


/* Start:/local/templates/new/components/bquadro/news/technologies/bitrix/news.detail/default/style.css?17155861991481*/

.tech-banner {
	position: relative;
	padding: 40px 0 0
}
.tech-banner h2,
.tech-banner .h2 {
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 56px;
}
.tech-banner__list
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 75%;
}
.tech-banner:before {
	content: "";
	width: 100vw;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	position: absolute;
	background: #FBAD33;
	height: 100%;
}
.tech-banner__wrap {
	position: relative;
	z-index: 2;
	
	flex-wrap: wrap;
	display: flex;
}
.tech-banner__col-1 {
	width: 33.33%;
	padding: 0 40px 40px;
}
.tech-banner__col-2 {
	width: 66.66%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	position: relative;
}
.tech-banner__text .btn {
	border: 1px solid #000 !important;
}

@media(max-width: 1800px) {
	/*
	.tech-banner__img {
		position: absolute;
		right: 0; bottom: 0;
		width: 100%; height: 100%;
	}
	.tech-banner__img img {
		position: absolute;
		right: 0; bottom: 0;
		max-width: 100%; max-height: 100%;
	}
	*/
}
@media(max-width: 1600px) {
	.tech-banner__col-1 {
		width: 100%;
		padding: 0 0 40px;
	}
	.tech-banner h2,
	.tech-banner .h2 {
		margin-bottom: 30px;
	}
	.tech-banner__col-2 {
		width: 100%;
	}
}
@media(max-width: 767px) {
	.tech-banner__col-2 {
		justify-content: center;
	}
}

.news-detail__graf #b-project-bgraph {
	padding: 0;
}
/* End */


/* Start:/local/templates/new/components/bitrix/news.list/services_menu/style.css?17150864632240*/
/* .contacts */
.contacts-row .col.white {  }
.contacts-row .b-teaser { position: relative; padding: 2.5em 3em 2em 3em; }
.contacts-row > .col { margin-bottom: 4em;}
.contacts-row .col.white .b-teaser { background: #fff;  }
.contacts-row .col .row:first-child .b-teaser { padding-top: 0;}
.contacts-row h5 { margin-bottom: 1.5em; }
.contacts-row h6 {  }
.contacts-row p { margin-bottom: .4em;  }
.contacts-row label { width: 10em; font: 400 1em/1em "GothamPro", sans-serif; color: #979797; }
.contacts-row .col.white label { width: 7em; }
.contacts-row .b-img { width: 22%; margin-right: 10%; margin-bottom: 2em; display: inline-block; vertical-align: middle; text-align: center; }
.contacts-row .b-text { width: 65%; margin-bottom: 2em; display: inline-block; vertical-align: middle; }
.contacts-row .b-img img {  max-width: 100%; margin: 0 auto;}
@media (max-width: 479px){
.contacts-row .b-img { width: 100%; margin-right: 0%; margin-bottom: 2em; display: block; text-align: center; }
.contacts-row .b-img img {  max-width: 10em; margin: 0 auto;}
.contacts-row .b-text { width: 100%; margin-bottom: 2em; display: block;  }
}
.contacts-row p.desc { line-height: 2em; }
p.contacts-p { padding-left: 2em; line-height: 1.4em; margin-bottom: 1.2em;}
.contacts-p img { float: left; vertical-align: middle; width: 1.2em; margin-left: -2em; }
.contacts-p .icon {  float: left; vertical-align: middle; width: 1.2em; margin-left: -2em; }
.contacts-section .tabs {}
.contacts-section .tab { float: left; width: 50%; text-align: center; padding: 1.2em 1em; }
.contacts-section .tab { background: #fff; color: #484848; text-transform: uppercase;  font: bold .86em/1em "GothamPro", sans-serif; cursor: pointer; }
.contacts-section .tab.active { background: #a0663f; color: #fff; }
.contacts-section .tab a {  color: #484848; }
.contacts-section .tab.active a { color: #fff; }
.contacts-section .icon { display: inline-block; vertical-align: middle; line-height: 1em; margin-right: .9em; }
.contacts-section .contacts-p.print a{ color: #6c6c6c; }
.contacts-section .contacts-p.print a span.u { text-decoration: underline; }
a>div {
    -webkit-transition: color .4s ease-out;
    -o-transition: color .4s ease-out;
    transition: color .4s ease-out;
}
/* End */


/* Start:/local/templates/new/components/bitrix/news.list/other_tech/style.css?17150864632719*/
.other-tech {
	position: relative;
	padding: 46px 0 63px
}
.other-tech h2 {
	margin: 0;
	text-transform: uppercase;
}
.other-tech__list
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 75%;
}
.other-tech:before {
	content: "";
	width: 100vw;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	position: absolute;
	background: #FBAD33;
	height: 100%;
}
.other-tech__wrap {
	position: relative;
	z-index: 2;
	
	flex-wrap: wrap;
	display: flex;
	
}
.other-tech__img
{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	width: 57%;
	right: 0; bottom: 0;
}
.other-tech__img:after {
	content: "";
	display: block;
	padding-top: 100%;
}
.other-tech__img .animation-container {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
}

.other-tech .other-tech__item
{
	width: 33.33%;
	position: relative;
	color: inherit;
}
.other-tech__item:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.other-tech__item:after {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	left: 0; top: 0;
	border: 1px solid #fff;
}
.other-tech__cont {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
}
.other-tech__title
{
	font-size: 18px;
	line-height: 1.66;
	font-weight: 400;
}

.other-tech__top {
	position: relative;
	padding-right: 30px;
	width: 25%;
}
.other-tech__arr {
	content: "";
	position: absolute;
	left: 20px;
	bottom: 40px;
	width: 10px;
	height: 30px;
	background: url(/local/templates/new/img/arr_1_h.svg) no-repeat center;
	background-size: contain;
	transition: 0.3s ease;
	transform: translateX(0px)
}
.other-tech__item:hover .services-info__arr {
	transform: translateX(10px)
}

@media(max-width: 1600px)
{
	.other-tech__top {
		width: 100%;
		margin-bottom: 30px;
	}
	.other-tech__list {
		width: 100%;
	}
	.other-tech .other-tech__item
	{
		width: 25%;
	}
	.other-tech__img {
		width: 200px;
		bottom: 0;
	}
}
@media(max-width: 1264px)
{
	.other-tech__title {
		font-size: 16px;
	}
	.other-tech__img {
		width: 45%;
		width: 200px;
	}
}
@media(max-width: 991px)
{	
	.other-tech__title {
		font-size: 18px;
	}
	.other-tech .other-tech__item
	{
		width: 28.5%;
	}
	.other-tech__item:before {
		padding-top: 320px;
	}
	.other-tech__top {
		padding-right: 0px;
	}
}
@media(max-width: 767px)
{
	.other-tech .other-tech__item
	{
		width: 40%;
	}
	.other-tech__cont {
		padding: 10px;
	}
	.other-tech__img
	{
	}
}
@media(max-width: 500px)
{
	.other-tech .other-tech__item
	{
		width: 66.66%;
	}
}

/* End */


/* Start:/local/components/bquadro/bgraph/templates/.default/style.css?172551988510667*/
#b-project-bgraph{margin-bottom:0!important;padding-top:120px;padding-bottom:120px}#b-project-bgraph .h2,#b-project-bgraph h2{margin-top:0;margin-bottom:0;text-transform:uppercase}#block-bgraph-bgraph-gazobeton{margin-top:35px}#bgraph_selectors{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1263px){#bgraph_selectors{-ms-flex-direction:column;flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal}}#bgraph_selectors label{display:block;margin-bottom:10px;font-weight:400;font-size:19px;line-height:1.58;font-family:"Inter",sans-serif;letter-spacing:.02em;text-transform:uppercase}#bgraph_date_selector{margin-bottom:25px}@media (max-width:1263px){#bgraph_date_selector{margin-bottom:0}}#bgraph_date_selector label:before,#bgraph_mat_selector label:before{display:block;margin-bottom:20px;font-weight:400;font-size:37px;line-height:1.36;font-family:"NeutralFace","Inter",sans-serif;letter-spacing:.06em}#bgraph_date_selector label:before{content:"1"}#bgraph_date_selector .chzn-container{display:block;z-index:2;position:relative;width:100%!important;max-width:320px!important;font-weight:400;font-size:14px;line-height:1.46;font-family:"Inter",sans-serif;letter-spacing:.03em}#bgraph_date_selector .chzn-single{display:block;position:relative;height:40px;padding:10px 40px 10px 16px;overflow:hidden;border:1px solid #1e1e1e;border-radius:100px;background:#fff;color:#1e1e1e;line-height:1.46;text-decoration:none;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}#bgraph_date_selector .chzn-single div{display:block;position:absolute;top:50%;right:16px;width:24px;height:24px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background:url(/local/templates/new/img/arr_5.svg)no-repeat 50% 50%/contain}#bgraph_date_selector .chzn-drop{z-index:1;position:absolute;top:50px!important;left:0;width:100%!important;overflow:hidden;border:1px solid #1e1e1e;border-radius:20px;background:#fff}#bgraph_date_selector .chzn-search{display:none}#bgraph_date_selector .chzn-results{max-height:280px;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-weight:inherit;font-size:inherit;list-style:none}#bgraph_date_selector .chzn-results li{margin:0;padding:10px 16px;color:#1e1e1e;line-height:inherit;cursor:pointer;-webkit-transition:background .4s ease-out;-o-transition:background .4s ease-out;transition:background .4s ease-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#bgraph_date_selector .chzn-results li.result-selected{background:#fbad33}#bgraph_mat_selector{margin-bottom:25px;margin-left:40px}@media (max-width:1263px){#bgraph_mat_selector{margin-top:40px;margin-bottom:80px;margin-left:0}}#bgraph_mat_selector label:before{content:"2"}#bgraph_mat_toggler,.bgraph_mat_label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}#bgraph_mat_toggler{border-radius:60px;background:#f4f4f4}.bgraph_mat_label{align-items:center;padding:10px 20px;border-radius:100px;font-weight:700;font-size:12px;line-height:1.45;font-family:"Inter",sans-serif;letter-spacing:.04em;cursor:pointer;-webkit-transition:background .4s ease-out;-o-transition:background .4s ease-out;transition:background .4s ease-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-align:center;-ms-flex-align:center}.bgraph_mat_label:not(:first-child){margin-left:5px}#bgraph_table_layer_diagramm .bgraph_left:hover,.bgraph_mat_label.active{background:#d9d9d9}#bgraph_table_tip,.bgraph_mat_label span{font-weight:400;font-family:"Inter",sans-serif}.bgraph_mat_label span{margin-left:10px;font-size:14px;line-height:1.46;letter-spacing:.03em}#bgraph_mat_label1:before,#bgraph_mat_label2:before{display:block;width:19px;height:18px;margin-right:8px;content:""}#bgraph_mat_label1:before{background:url(/local/templates/new/img/karkas.svg)no-repeat 50% 50%/contain}#bgraph_mat_label2:before{background:url(/local/templates/new/img/gazobeton.svg)no-repeat 50% 50%/contain}#bgraph_table_tip{display:none;position:relative;padding-right:86px;font-size:19px;line-height:1.58}@media (max-width:1263px){#bgraph_table_tip{display:inline-block}}#bgraph_table_tip::after{position:absolute;top:50%;right:0;width:63px;height:15px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background:url(/local/templates/new/img/arr_6.svg)no-repeat 50% 50%/contain;content:""}#bgraph_table{display:none;z-index:1;position:relative;width:100%;background:#fff;color:#1e1e1e;font-weight:400;font-size:14px;line-height:1.46;font-family:"Inter",sans-serif;letter-spacing:.03em}@media (max-width:1263px){#bgraph_table{margin-top:33px}}.bgraph_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;padding-left:320px}.bgraph_left{width:320px;margin-left:-320px}.bgraph_right{display:-webkit-box;display:-ms-flexbox;display:flex}.bgraph_col,.bgraph_right{position:relative;width:100%}.bgraph_col::after{right:0}#bgraph_table_layer_diagramm .bgraph_cells .bgraph_col::before,.bgraph_col::after,.bgraph_col_first::before{z-index:1;position:absolute;top:0;width:1px;height:100%;background:#f4f4f4;content:"";pointer-events:none}#bgraph_table_layer_diagramm .bgraph_cells .bgraph_col::before{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bgraph_col_first::before{left:0}#bgraph_table_head .bgraph_col>span br,#bgraph_table_layer_diagramm .bgraph_text br,.bgraph_col_last::after{display:none}#bgraph_table_head,.graphmsg.work_block{z-index:3}#bgraph_table_head .bgraph_left{height:70px;background:#d9d9d9}#bgraph_table_head .bgraph_text{padding:10px}#bgraph_table_head .bgraph_right{height:70px;background:#d9d9d9}#bgraph_table_head .bgraph_col{padding:10px;color:#8c8c8c}#bgraph_table_head .bgraph_col>span strong{display:block;margin-bottom:10px;color:#1e1e1e;font-weight:400}#bgraph_table_body,#bgraph_table_head{position:relative;width:100%}#bgraph_table_layer_empty,#bgraph_table_layer_white{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%}#bgraph_table_layer_white{z-index:2}#bgraph_table_layer_empty .bgraph_row{height:100%}#bgraph_table_layer_empty .bgraph_right{height:100%;background:#fffae2}#bgraph_table_layer_white .bgraph_right,#bgraph_table_layer_white .bgraph_row{height:100%}#bgraph_table_layer_white .bgraph_col_white{position:absolute;top:0;left:0;height:100%;background:#fff}#bgraph_table_layer_diagramm{z-index:3;position:relative}#bgraph_table_layer_diagramm .bgraph_row{height:50px}#bgraph_table_layer_diagramm .bgraph_left{background:#f4f4f4}#bgraph_table_layer_diagramm .bgraph_text,.graphmsg .text{padding:10px;font-weight:400;font-family:"Inter",sans-serif}#bgraph_table_layer_diagramm .bgraph_text{z-index:2;position:relative;font-size:19px;line-height:1.58;letter-spacing:0}#bgraph_table_layer_diagramm .bgraph_text .graphtip{z-index:1;position:absolute;top:0;right:0;width:100%;height:100%}#bgraph_table_layer_diagramm .bgraph_text .graphtip .ic{position:absolute;right:0;width:100%;height:100%;cursor:pointer}#bgraph_table_layer_diagramm .bgraph_text .graphmsg{display:none;position:absolute;top:50%;left:calc(100% + 10px);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#bgraph_table_layer_diagramm .bgraph_text .graphtip:hover .graphmsg{display:block}#bgraph_table_layer_diagramm .bgraph_text .graphmsg a,.graphmsg a{color:#fbad33}#bgraph_table_layer_diagramm .bgraph_cells{display:-webkit-box;display:-ms-flexbox;display:flex}#bgraph_table_layer_diagramm .bgraph_cells,#bgraph_table_layer_diagramm .bgraph_work{position:absolute;top:0;left:0;width:100%;height:100%}#bgraph_table_layer_diagramm .bgraph_work_block{position:absolute;top:50%;left:0;height:30px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-radius:20px;background:#fbad33}#bgraph_table_layer_diagramm .bgraph_right{overflow:hidden}.graphmsg{position:absolute;width:320px}.graphmsg .text{display:block;z-index:1;width:100%;height:100%;background:#f4f4f4;-webkit-box-shadow:0 0 10px rgba(30,30,30,.15);box-shadow:0 0 10px rgba(30,30,30,.15);color:#1e1e1e;font-size:14px;line-height:1.46;letter-spacing:.03em;-webkit-transition:top .4s ease-out,left .4s ease-out;-o-transition:top .4s ease-out,left .4s ease-out;transition:top .4s ease-out,left .4s ease-out}@media (max-width:1263px){#block-bgraph-bgraph-gazobeton{margin-top:50px}#bgraph_selectors label{margin-bottom:5px;font-size:14px;line-height:1.46;letter-spacing:.03em;text-transform:none}#bgraph_table{width:auto;margin-right:-32px;margin-left:-32px;overflow-x:auto;overflow-y:hidden}#bgraph_table_wrap{display:table;padding-right:32px;padding-left:32px}.bgraph_wrap{padding-left:290px}.bgraph_col,.bgraph_left{flex-shrink:0;-ms-flex-negative:0}.bgraph_left{width:290px;margin-left:-290px}.bgraph_col{width:90px}#bgraph_table_layer_diagramm .bgraph_left:hover{background:#f4f4f4}#bgraph_table_layer_diagramm .bgraph_text .graphtip:hover .graphmsg,.graphmsg{display:none}}@media (max-width:991px){#b-project-bgraph{padding-top:60px;padding-bottom:60px}}@media (max-width:767px){#bgraph_table{margin-right:-20px;margin-left:-20px}#bgraph_table_wrap{padding-right:20px;padding-left:20px}#bgraph_date_selector .chzn-container{max-width:100%!important}#bgraph_mat_toggler{-ms-flex-direction:column;flex-direction:column;width:100%;border-radius:0;background:0 0;-webkit-box-orient:vertical;-webkit-box-direction:normal}.bgraph_mat_label{border-radius:20px;background:#f4f4f4}.bgraph_mat_label:not(:first-child){margin-top:5px;margin-left:0}.bgraph_mat_label span{margin-left:auto}}#bgraph_info{display:none}#bgraphEndDate,#bgraphFullTime{color:#fbb13d}
#bgraph_table_layer_diagramm .bgraph_left:hover, .bgraph_mat_label.active {
    background: transparent;
}
.bgraph_mat_toggler {
    position: relative;
}
.bgraph_mat_toggler-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 40px;
    background: #fbad33;
    z-index: 1;
    pointer-events: none;
    border-radius: 100px;
    -webkit-transition: left 0.4s ease, width 0.4s ease, height 0.4s ease, top 0.4s ease;
    -o-transition: left 0.4s ease, width 0.4s ease, height 0.4s ease, top 0.4s ease;
    transition: left 0.4s ease, width 0.4s ease, height 0.4s ease, top 0.4s ease;
}
.bgraph_mat_label {
    position: relative;
    z-index: 2;
}
.bgraph_mat_label span {
    pointer-events: none;
}
@media (max-width: 767px) { 
    .bgraph_mat_toggler-bg {
        border-radius: 20px;
    }
    .bgraph_mat_label {
        background: transparent;
    }
}
/* End */


/* Start:/local/js/bquadro/form/styles/style.css?17510271408303*/
.simple-modal-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    transition: opacity 0.3s ease;
    z-index: 9999;
    padding: 16px;

    display: flex;
    align-content: center;
    justify-content: center;
}
.simple-modal-container {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    margin: 16px;   
}
.simple-modal-fone {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
}
.simple-modal-backdrop .form {
	z-index: 2;
	position: relative;
}
.simple-modal-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    margin: 1.75rem auto;
    padding: 20px 30px;
    border-radius: 5px;
    color: #000;
    background-color: #fff;
    transform: translate(0, 0);
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.simple-modal-header {
    padding-bottom: 16px;
    font-size: 25px;
    text-align: center;
}
.simple-modal-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    text-align: center;
}




.form {	
}
.form-title {
	margin-top: 0 !important;
	text-transform: uppercase;
	width: 100%;
}
.form-wrap {
	width: calc(100% + 40px);
	margin: 0 -20px;
	display: flex;
	flex-wrap: wrap;
	position: relative
}
.form-col {
	width: 50%;
	padding: 0 20px;
}
.form__item {
	position: relative;
	margin-bottom: 30px;
}
.form__item--text {
	font-size: 14px;
	opacity: 0.7;
}
.form__item.form__item--text:after {
	display: none;
}
.form__item:after {
	content: "";
	position: absolute;
	left: 0; bottom: 0;
	height: 1px;
	width: 100%;
	background: #000;
}
.form__item.error:after {
	content: "";
	position: absolute;
	left: 0; bottom: 0;
	height: 1px;
	width: 100%;
	background: red;
}
.form__item input {
	height: 30px;
	line-height: 30px;
	padding: 0;
	border: none;
	width: 100%;
}

.form__item--textarea {
	position: relative;
	width: 100%;
	background-color: transparent;
	color: #6C6A6A;
	
	position: relative;
	z-index: 1;
	outline: none;
	line-height: 1.3;
}
.form__item--textarea span {
	word-break: break-word;
	white-space: pre-wrap;
	opacity: 0;
	min-height: 30px;
	display: block;
	padding-bottom: 0em;
	padding-top: 0;
	letter-spacing: 0;
	line-height: 30px;
	font-size: 1em;
}

.form__item--textarea textarea {
	position: absolute; top: 0; left: 0px;
	width: calc(100% + 1px) ; height: 100%;
	z-index: 2;
	overflow: hidden;
	resize: none;
	border: none;
	background: none;
	min-height: 30px;
	line-height: 30px;
	letter-spacing: 0;
	padding: 0em;
	padding-bottom: 0em;
	border: none;
	color: #000;
}

.form__item--checkbox {
	position: relative;
	font-size: 14px;
}
.form__item.form__item--checkbox:after {
	display: none;
}
.form__item--checkbox input {
	position: absolute;
	left: 0; top: 0;
	opacity: 0;
}
.form__item--checkbox label {
	padding-left: 30px;
	position: relative;
	display: block;
}
.form__item--checkbox label a {
	color: inherit;
	text-decoration: underline;
}
.form__item--checkbox label:before {
	content: '';
	position: absolute;
	left: 0; top:0; 
	width: 20px; height: 20px;
	border: 1px solid #D9D9D9;
}
.form__item--checkbox input:checked + label:before {
	background: #D9D9D9 url(/local/js/bquadro/form/styles/img/checkbox.svg) no-repeat center;
}


.form__group--radio {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.form__group--radio .form__group-top {
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 13px;
	width: 100%;
}
.form__group--radio .form__item:after {
	display: none
}
.form__group--radio .form__item {
	position: relative;
	
	margin: 0;
	margin-right: 20px;
	margin-bottom: 5px;
}
.form__group--radio .form__item input {
	position: absolute;
	left: 0; top:0;
	opacity: 0
}
.form__group--radio .form__item label {
	position: relative;
}
.form__group--radio .form__item label {
	padding: 10px 15px;
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
	font-weight: 600;
	transition: color ease 0.3s;
	display: block;
}
.form__group--radio .form__item:last-child {
	margin-right: 0;
}
.form__group--radio .form__item label:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%; height: 100%;
	left: 0; top: 0;
	background: #F4F4F4;
}
.form__group--radio .form__item label:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%; height: 100%;
	left: 0; top: 0;
	background: #000;
	transform: translateY(calc(-100% - 1px));
	transition: transform cubic-bezier(.73,-0.84,.54,1.18) 0.3s;
	border-radius: 20px;
}

.form__group--radio .form__item:hover label,
.form__group--radio .form__item input:checked + label {
	color: #fff;
}
.form__group--radio .form__item:hover label:after,
.form__group--radio .form__item input:checked + label:after {
	transform: translateY(0%);
	transition: transform cubic-bezier(0,2.54,.43,.47) 0.3s;
}

.form-catalog .form__group--radio {
	position: absolute;
	left: 0; bottom: 0;
	width: 50%;
	padding: 0 20px;
	margin: 0;
}



.form-popup {
	width: 600px;
	max-width: calc(100vw - 40px);
	background: #fff;
	padding: 40px !important;
	box-sizing: border-box !important;
	margin: auto;
	max-height: calc(100vh - 40px);
	overflow: auto;
	position: relative;
	color: #000;
}
.form-popup__success {
	display: none;
}
.form-popup .h3 {
	margin-top: 0;
}
.form-popup__success h2 {
	margin: 0;
}
.form-popup__close {
	width: 50px; height: 50px;
	position: absolute;
	right: 10px; top: 10px;
	/*
	background: url(/local/js/bquadro/form/styles/img/menu_close_adap.svg) no-repeat center;
	background-size: contain;
	*/
	cursor: pointer;
}
.form-popup__close-line {
    position: absolute;
    transform: rotate(45deg);
}
.form-popup__close-line:before,
.form-popup__close-line:after {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    transition: left 0.3s ease, top 0.3s ease;
}
.form-popup__close-line--1 {
    width: 100%;
    height: 2px;
    top: 50%;
}
.form-popup__close-line--2 {
    width: 2px;
    height: 100%;
    left: 50%;
}
.form-popup__close-line--1:before,
.form-popup__close-line--1:after {
    width: 50%;
    height: 100%;
}
.form-popup__close-line--2:before,
.form-popup__close-line--2:after {
    width: 100%;
    height: 50%;
}
.form-popup__close-line--2:before {
    left: 0px;
    top: 2px;
}
.form-popup__close-line--2:after {
    left: -2px;
    top: calc(50% + 1px);
}
.form-popup__close-line--1:before {
    left: 0px;
    top: -1px;
}
.form-popup__close-line--1:after {
    left: calc(50% + -1px);
    top: 1px;
}
.form-popup__close:hover .form-popup__close-line--2:after {
    left: 0;
    top: 50%;
}
.form-popup__close:hover .form-popup__close-line--2:before {
    top: 0;
}
.form-popup__close:hover .form-popup__close-line--1:after {
    left: 50%;
    top: 0;
}
.form-popup__close:hover .form-popup__close-line--1:before {
    top: 0;
}

.form-popup * {
	box-sizing: border-box !important;
}
.form-text.form-text--adap {
	display: none;
}
.form-popup .form-text {margin-bottom: 50px;}
.form .btn {
	width: 100%;
	max-width: 360px;
}
.form.form-popup .button {
	max-width: 100%;
}
.form-front {
	padding: 323px 0 310px;	
}
.form-front .form-text {
	max-width: 448px;
}

@media(max-width: 1600px) {
	.form-front {
		padding: 223px 0 210px;
	}
}
@media(max-width: 1264px) {
	.form__group--radio .form__item label {
		font-size: 12px;
	}
	.form__group--radio .form__group-top {
		font-size: 16px;
	}
}


@media(max-width: 991px) {
	.form__group--radio .form__group-top {
		font-size: 19px;
	}
	.form__group--radio .form__item label {
		font-size: 14px;
	}
	.form-col {
		width: 100%;
		margin-bottom: 48px;
	}
	.form-col:last-child {
		margin-bottom: 0
	}
	.form-front .form-text {
		/*margin-bottom: 48px;*/
		max-width: 100%;
	}
	.form-front {
		padding: 147px 0 138px;
	}

	.form-text.form-text--desktop {
		display: none;
	}
	.form-text.form-text--adap {
		display: block;
	}
	
	.form-catalog .form__group--radio {
		position: static;
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
}
@media(max-width: 500px) {
	.form .button {
		max-width: 100%;
	}
}


/* End */
/* /local/templates/new/css/news_detail.css?17223308609711 */
/* /local/templates/new/components/bquadro/news/technologies/bitrix/news.detail/default/style.css?17155861991481 */
/* /local/templates/new/components/bitrix/news.list/services_menu/style.css?17150864632240 */
/* /local/templates/new/components/bitrix/news.list/other_tech/style.css?17150864632719 */
/* /local/components/bquadro/bgraph/templates/.default/style.css?172551988510667 */
/* /local/js/bquadro/form/styles/style.css?17510271408303 */
