

/* 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/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 */
/* /local/templates/new/css/news_detail.css?17223308609711 */
/* /local/templates/new/components/bitrix/news.list/services_menu/style.css?17150864632240 */
