

/* 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/breadcrumb/article/style.css?1715086463756*/
.b-breadcrumb{padding:0;  list-style:none; text-transform: uppercase; }
.b-breadcrumb>li{display:inline-block; padding:0; margin:0}
.bx-breadcrumb .bx-breadcrumb-item{float:left; padding-right:48px; position: relative;color:#fff; }
.bx-breadcrumb .bx-breadcrumb-item:before {
	content: "";
	width: 8px; height: 18px;
	background: url(/local/templates/new/components/bitrix/breadcrumb/article/images/bread_arr.svg) no-repeat center;
	background-size: contain;
	right: 20px;
	position: absolute;
	top: 0; bottom: 0;
	margin: auto;
}
.bx-breadcrumb .bx-breadcrumb-item:last-child {
	padding-right: 0;
}
.bx-breadcrumb .bx-breadcrumb-item:last-child:before {
	display: none;
}
.bx-breadcrumb .bx-breadcrumb-item a{color:inherit; transition: color ease 0.3s; }
.bx-breadcrumb .bx-breadcrumb-item a:hover{color:#FBAD33;}
/* End */


/* Start:/local/components/bquadro/fos_component/templates/articles/style.css?1751027140709*/
/*
.form-textarea-cont
{
 width: 100%;
 background-color: transparent;
 color: #6C6A6A;

 position: relative;
 z-index: 1;
 outline: none;
 line-height: 1.3;

}
.form-textarea-cont span {
	word-break: break-word;
	white-space: pre-wrap;
	opacity: 0;
	min-height: 1.6rem;
	display: block;
	padding-bottom: 0.5rem;
	padding-top: 0;
	letter-spacing: 0;
	line-height: 1rem;
	font-size: 0.8rem;
}

.form-textarea-cont 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: 20px;
	letter-spacing: 0;
	border-bottom: 1px solid #42484B;
	padding-top: 0rem;
	padding-bottom: 0.5rem;
}
*/
/* End */


/* Start:/local/js/bquadro/form/styles/style.css?17739911606698*/
.simple-modal-backdrop{position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);transition:opacity .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 .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-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:.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:0;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:0;padding-top:0;letter-spacing:0;line-height:30px;font-size:1em}.form__item--textarea textarea{position:absolute;top:0;left:0;width:calc(100% + 1px);height:100%;z-index:2;overflow:hidden;resize:none;border:none;background:0 0;min-height:30px;line-height:30px;letter-spacing:0;padding:0;padding-bottom:0;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 .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,-.84,.54,1.18) .3s;border-radius:20px}.form__group--radio .form__item input:checked+label,.form__group--radio .form__item:hover label{color:#fff}.form__group--radio .form__item input:checked+label:after,.form__group--radio .form__item:hover label:after{transform:translateY(0);transition:transform cubic-bezier(0,2.54,.43,.47) .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;cursor:pointer}.form-popup__close-line{position:absolute;transform:rotate(45deg)}.form-popup__close-line:after,.form-popup__close-line:before{content:"";position:absolute;background:#000;width:100%;height:100%;transition:left .3s ease,top .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:after,.form-popup__close-line--1:before{width:50%;height:100%}.form-popup__close-line--2:after,.form-popup__close-line--2:before{width:100%;height:50%}.form-popup__close-line--2:before{left:0;top:2px}.form-popup__close-line--2:after{left:-2px;top:calc(50% + 1px)}.form-popup__close-line--1:before{left:0;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{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/bitrix/breadcrumb/article/style.css?1715086463756 */
/* /local/components/bquadro/fos_component/templates/articles/style.css?1751027140709 */
/* /local/js/bquadro/form/styles/style.css?17739911606698 */
