

/* 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/templates/new/css/stages.css?172346771747843*/
@-webkit-keyframes scroll {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes scroll {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.stages {
    position: relative;
    margin-top: -144px;
}

.stages::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #F4F4F4;
    content: '';
}

.stages__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
}

.stages__breadcrumbs {
    display: inline-block;
    z-index: 2;
    position: absolute;
    top: 92px;
    left: 0;
}

.stages__breadcrumbs-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 32px;
    border-radius: 20px;
    background: rgba(30, 30, 30, 0.6);
    color: #fff;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.stages__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    overflow: hidden;
    will-change: transform;
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.stages__left {
    flex-shrink: 0;
    width: 550px;
    padding-top: 177px;
    padding-right: 108px;
    padding-bottom: 40px;
    -ms-flex-negative: 0;
}

.stages__heading,
.stages__heading.h2 {
    margin-top: 0;
    margin-bottom: 0;
    opacity: 1!important;
}

.stages__descr {
    margin-top: 24px;
    margin-bottom: 0;
}

.stages__btn,
.stages__btn.btn {
    display: block;
    width: 100%;
    max-width: 360px;
    margin-top: 46px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.18em;
}

.stages__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    min-height: 100vh;
    padding-top: 177px;
    padding-bottom: 40px;
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.stages__click {
    display: none;
    z-index: 3;
    position: absolute;
    top: -42px;
    left: -131px;
    align-items: center;
    justify-content: center;
    width: 221px;
    height: 221px;
    padding: 0;
    overflow: hidden;
    -webkit-transform: translateZ(0) rotate(0.001deg);
    transform: translateZ(0) rotate(0.001deg);
    border: 0;
    border-radius: 50%;
    outline: 0;
    background: #fff;
    color: var(--primary-dark);
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    will-change: transform, opacity;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.stages__click.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.stages__click.is-hide {
    opacity: 0;
    pointer-events: none;
}

.stages__click:hover {
    cursor: pointer;
}

.stages__click-fill {
    position: absolute;
    top: -50%;
    left: -25%;
    width: 150%;
    height: 200%;
    -webkit-transform: translate3d(0, -76%, 0);
    transform: translate3d(0, -76%, 0);
    border-radius: 50%;
    background: #FBAD33;
    -webkit-transition: background-color ease-in-out .25s;
    -o-transition: background-color ease-in-out .25s;
    transition: background-color ease-in-out .25s;
    will-change: transform;
}

.stages__click-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-transform: rotate(0.001deg);
    -ms-transform: rotate(0.001deg);
    transform: rotate(0.001deg);
    color: #000;
    font-weight: 400;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    pointer-events: none;
    will-change: transform, color;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.stages__click:hover {
    text-decoration: none;
}

.stages__slider,
.stages__slider.swiper {
    z-index: initial;
    position: relative;
    margin-right: 108px;
    overflow: visible;
}

.stages__slider.is-visible {
    -webkit-animation: scroll 0.8s 0.2s ease;
    animation: scroll 0.8s 0.2s ease;
}

.stages__slider-row,
.stages__slider-row.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: initial;
    overflow: hidden;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.stages__slide,
.stages__slide.swiper-slide {
    position: relative;
    flex-shrink: 0;
    width: 348px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-negative: 0;
}

.swiper-backface-hidden .stages__slide,
.swiper-backface-hidden .stages__slide.swiper-slide {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.stages__slide-scale {
    display: none;
    z-index: -2;
    position: absolute;
    top: -13px;
    left: -10px;
    width: 260px;
    height: 262px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.stages__slide.swiper-slide-active .stages__slide-scale {
    opacity: 1;
}

.stages__slide-lines {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 131px;
}

.stages__slide-fill {
    -webkit-transform-origin: 130px 134px;
    -ms-transform-origin: 130px 134px;
    transform-origin: 130px 134px;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}

.stages__slide-separator-wr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stages__slide-separator {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 400;
    font-size: 8px;
    line-height: 1.75;
    letter-spacing: 0.03em;
}

.stages__slide-separator:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) translateX(-140px) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) translateX(-140px) rotate(-90deg);
    transform: translate(-50%, -50%) translateX(-140px) rotate(-90deg);
}

.stages__slide-separator:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) translateX(-140px) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg) translateX(-140px) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(45deg) translateX(-140px) rotate(-90deg);
}

.stages__slide-separator:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(90deg) translateX(-140px) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg) translateX(-140px) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(90deg) translateX(-140px) rotate(-90deg);
}

.stages__slide-separator:nth-child(4) {
    -webkit-transform: translate(-50%, -50%) rotate(135deg) translateX(-140px) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg) translateX(-140px) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(135deg) translateX(-140px) rotate(-90deg);
}

.stages__slide-separator:nth-child(5) {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) translateX(-140px) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg) translateX(-140px) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(180deg) translateX(-140px) rotate(-90deg);
}

.stages__slide-arrow-wr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stages__slide-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%) rotate(0deg) translateX(-126px);
    -ms-transform: translate(-50%, -50%) rotate(0deg) translateX(-126px);
    transform: translate(-50%, -50%) rotate(0deg) translateX(-126px);
    background: url(/local/templates/new/img/stages-arrow.svg) no-repeat 50% 50%/contain;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    will-change: transform;
}

.stages__slide-nums {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stages__slide-num-wr {
    position: absolute;
    top: 50%;
    left: 50%;
    flex-shrink: 0;
    width: 1.9em;
    height: 1.9em;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%) rotate(0deg) translateX(-154px) rotate(-0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg) translateX(-154px) rotate(-0deg);
    transform: translate(-50%, -50%) rotate(0deg) translateX(-154px) rotate(-0deg);
    font-weight: 700;
    font-size: 19px;
    line-height: 1.9;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.02em;
    text-align: center;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    will-change: transform;
    -ms-flex-negative: 0;
}

.stages__slide-num-row {
    position: relative;
    width: 100%;
    height: 100%;
}

.stages__slide-num {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease;
    will-change: opacity;
}

.stages__slide-num:nth-child(1) {
    opacity: 1;
    pointer-events: none;
}

.stages__slide-card {
    width: 240px;
    height: 493px;
    padding: 20px;
    border-radius: 250px;
    cursor: pointer;
    overflow: hidden;
}
.stages__slide-hover {
    width: 240px;
    height: 100%;
    position: absolute;
    left: 0; top: 0;
    z-index: 5;
}

.stages__slide-img {
    display: block;
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    pointer-events: none;
    overflow: hidden;
}

.stages__slide-info {
    margin-top: 70px;
}

.stages__slide-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.stages__slide-count {
    flex-shrink: 0;
    width: 1.333em;
    height: 1.19em;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.19;
    font-variant-numeric: slashed-zero;
    letter-spacing: 0.06em;
    -ms-flex-negative: 0;
}

.stages__slide-text {
    position: relative;
    margin-left: 10px;
    padding-bottom: 10px;
    padding-left: 32px;
    font-weight: 600;
    font-size: 14px;
    line-height: 0.714;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.stages__slide-text::before {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 12px;
    height: 2px;
    background: #000;
    content: '';
}

.stages__slide-descr {
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

.stages__slide-line {
    z-index: 2;
    position: absolute;
    left: 0;
    left: 20px;
    width: 548px;
    height: 10px;
    background: #D9D9D9;
    pointer-events: none;
    -webkit-transition: background .6s ease, -webkit-transform .6s ease;
    transition: background .6s ease, -webkit-transform .6s ease;
    -o-transition: transform .6s ease, background .6s ease;
    transition: transform .6s ease, background .6s ease;
    transition: transform .6s ease, background .6s ease, -webkit-transform .6s ease;
    will-change: transform;
}

.stages__slide:nth-child(1) .stages__slide-line {
    top: 270px;
    -webkit-transform: scaleY(2);
    -ms-transform: scaleY(2);
    transform: scaleY(2);
    background: #FBAD33;
}

.stages__slide:nth-child(2n+1) .stages__slide-line {
    top: 270px;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}

.stages__slide:nth-child(2n+2) .stages__slide-line {
    top: 232px;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.stages__slide:last-child .stages__slide-line {
    width: 328px;
}

.stages__timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: absolute;
    top: 264px;
    width: 100%;
    height: 2px;
    background: #D9D9D9;
    pointer-events: none;
}

.stages__month {
    position: relative;
    width: 100%;
    height: 10px;
    margin-top: -4px;
}

.stages__month:first-child::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #D9D9D9;
    content: '';
}

.stages__month::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #D9D9D9;
    content: '';
}

.stages__sticky {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 493px;
    padding: 20px;
    pointer-events: none;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    will-change: transform;
}

.stages__sticky::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 250px;
    background: #fff;
    content: '';
}

.stages__sticky-scale {
    display: block;
    z-index: -1;
    position: absolute;
    top: -13px;
    left: -10px;
    width: 260px;
    height: 262px;
}

.stages__sticky-lines {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 131px;
}

.stages__sticky-fill {
    -webkit-transform-origin: 130px 134px;
    -ms-transform-origin: 130px 134px;
    transform-origin: 130px 134px;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}

.stages__sticky-separator-wr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stages__sticky-separator {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 400;
    font-size: 8px;
    line-height: 1.75;
    letter-spacing: 0.03em;
}

.stages__sticky-separator:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) translateX(-140px) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) translateX(-140px) rotate(-90deg);
    transform: translate(-50%, -50%) translateX(-140px) rotate(-90deg);
}

.stages__sticky-separator:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) translateX(-140px) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg) translateX(-140px) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(45deg) translateX(-140px) rotate(-90deg);
}

.stages__sticky-separator:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(90deg) translateX(-140px) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg) translateX(-140px) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(90deg) translateX(-140px) rotate(-90deg);
}

.stages__sticky-separator:nth-child(4) {
    -webkit-transform: translate(-50%, -50%) rotate(135deg) translateX(-140px) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg) translateX(-140px) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(135deg) translateX(-140px) rotate(-90deg);
}

.stages__sticky-separator:nth-child(5) {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) translateX(-140px) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg) translateX(-140px) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(180deg) translateX(-140px) rotate(-90deg);
}

.stages__sticky-arrow-wr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stages__sticky-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%) rotate(0deg) translateX(-126px);
    -ms-transform: translate(-50%, -50%) rotate(0deg) translateX(-126px);
    transform: translate(-50%, -50%) rotate(0deg) translateX(-126px);
    background: url(/local/templates/new/img/stages-arrow.svg) no-repeat 50% 50%/contain;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    will-change: transform;
}

.stages__sticky-nums {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stages__sticky-num-wr {
    position: absolute;
    top: 50%;
    left: 50%;
    flex-shrink: 0;
    width: 1.9em;
    height: 1.9em;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%) rotate(0deg) translateX(-154px) rotate(-0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg) translateX(-154px) rotate(-0deg);
    transform: translate(-50%, -50%) rotate(0deg) translateX(-154px) rotate(-0deg);
    font-weight: 700;
    font-size: 19px;
    line-height: 1.9;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.02em;
    text-align: center;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    will-change: transform;
    -ms-flex-negative: 0;
}

.stages__sticky-num-row {
    position: relative;
    width: 100%;
    height: 100%;
}

.stages__sticky-num {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease;
    will-change: opacity;
}

.stages__sticky-num:nth-child(1) {
    opacity: 1;
    pointer-events: none;
}

.stages__sticky-img-wr {
    width: 200px;
    height: 210px;
    overflow: hidden;
    border-top-right-radius: 250px;
    border-top-left-radius: 250px;
    /*border-radius: 250px 250px 0 0;*/
    isolation: isolate;
}

.stages__sticky-img-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    will-change: transform;
}

.stages__sticky-img {
    display: block;
    flex-shrink: 0;
    width: 200px;
    height: 210px;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-negative: 0;
}

.stages__sticky-info {
    margin-top: 60px;
}

.stages__sticky-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

.stages__sticky-count-wr {
    flex-shrink: 0;
    width: 1.333em;
    height: 1.19em;
    overflow: hidden;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.19;
    font-variant-numeric: slashed-zero;
    letter-spacing: 0.06em;
    -ms-flex-negative: 0;
}

.stages__sticky-count-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    will-change: transform;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.stages__sticky-count {
    flex-shrink: 0;
    -ms-flex-negative: 0;
}

.stages__sticky-text {
    position: relative;
    margin-left: 10px;
    padding-bottom: 10px;
    padding-left: 32px;
    font-weight: 600;
    font-size: 14px;
    line-height: 0.714;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.stages__sticky-text::before {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 12px;
    height: 2px;
    background: #000;
    content: '';
}

.stages__sticky-descr-wr {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.stages__sticky-descr {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease;
    will-change: opacity;
}

.stages__sticky-descr:nth-child(1) {
    opacity: 1;
    pointer-events: none;
}

.stages__form {
    width: 1736px;
}

.stages__form .form.services-block {
    margin: 0;
}

.stages__form .form__item input {
    background: transparent;
}

.stages__form .form__group--radio .form__item label:before {
    background: #fff;
}

@media (max-width: 1799px) {
    .stages__form {
        width: 1400px;
    }
}

@media (max-width: 1599px) {
    .stages__form {
        width: 1200px;
    }
}

@media (max-width: 1263px) {
    .stages__form {
        width: 928px;
    }
}

@media (max-width: 991px) {
    .stages__breadcrumbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        right: -32px;
        left: -32px;
        padding-right: 32px;
        padding-left: 32px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .stages__breadcrumbs-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-shrink: 0;
        -ms-flex-negative: 0;
    }

    .stages__breadcrumbs .bx-breadcrumb .bx-breadcrumb-item {
        flex-shrink: 0;
        -ms-flex-negative: 0;
    }

    .stages__row {
        display: block;
        width: 100%;
        overflow: initial;
    }

    .stages__left {
        width: 100%;
        min-height: auto;
        padding-right: 0;
    }

    .stages__right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: flex-start;
        min-height: auto;
        margin-right: -32px;
        margin-left: -32px;
        padding-top: 0;
        padding-bottom: 60px;
        overflow: hidden;
        -webkit-box-align: start;
        -ms-flex-align: start;
    }

    .stages__slider,
    .stages__slider.swiper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 348px;
        margin-right: auto;
        margin-left: 32px;
        padding-right: 0;
        padding-left: 0;
    }

    .stages__slider-row,
    .stages__slider-row.swiper-wrapper {
        flex-shrink: 0;
        width: auto;
        padding-top: 60px;
        padding-left: 40px;
        -ms-flex-negative: 0;
    }

    .stages__slide::before {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 240px;
        height: 493px;
        border-radius: 250px;
        background: #fff;
        content: '';
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .stages__slide.swiper-slide-active::before {
        opacity: 1;
    }

    .stages__slide-scale {
        display: block;
    }

    .stages__slide-img {
        -webkit-transition: border-radius 0.3s ease;
        -o-transition: border-radius 0.3s ease;
        transition: border-radius 0.3s ease;
    }

    .stages__slide.swiper-slide-active .stages__slide-img {
        border-top-right-radius: 250px;
        border-top-left-radius: 250px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .stages__slide-line {
        -webkit-transition: background .3s ease, -webkit-transform .3s ease;
        transition: background .3s ease, -webkit-transform .3s ease;
        -o-transition: transform .3s ease, background .3s ease;
        transition: transform .3s ease, background .3s ease;
        transition: transform .3s ease, background .3s ease, -webkit-transform .3s ease;
    }

    .stages__slide:nth-child(1) .stages__slide-line {
        background: #D9D9D9;
    }

    .stages__slide.swiper-slide-active .stages__slide-line {
        -webkit-transform: scaleY(2);
        -ms-transform: scaleY(2);
        transform: scaleY(2);
        background: #FBAD33;
    }

    .stages__sticky {
        display: none;
    }

    .stages__timeline {
        top: 324px;
    }

    .stages__descr br {
        display: none;
    }

    .stages__btn,
    .stages__btn.btn {
        max-width: 100%;
    }

    .stages__form {
        width: 100%;
        margin-top: 60px;
        padding-right: 32px;
        padding-left: 32px;
    }

    .stages__click {
        top: 20px;
        left: 0;
        width: 131px;
        height: 131px;
    }

    .stages__click-text {
        font-size: 24px;
    }
}

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

    .stages__left {
        width: calc(100vw - 40px);
    }

    .stages__form {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 600px) {
    .stages {
        margin-top: -165px;
    }

    .stages__breadcrumbs {
        top: 113px;
    }

    .stages__left {
        padding-top: 210px;
    }

    .stages__right {
        margin-right: -20px;
        margin-left: -20px;
    }

    .stages__slider,
    .stages__slider.swiper {
        width: 300px;
        margin-left: 20px;
    }

    .stages__slider-slide,
    .stages__slider-slide.swiper-slide {
        width: 300px;
    }

    .stages__slide-line {
        width: 472px;
    }
}

body.is-stages-modal-open {
    overflow: hidden;
}

.stages-modal {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

.stages-modal.is-active {
    opacity: 1;
    pointer-events: all;
}

.stages-modal__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.stages-modal__inner {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 800px;
    height: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background: #fff;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.stages-modal.is-active .stages-modal__inner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/*
.stages-modal__inner::before {
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 500px;
    background: #FBAD33;
    content: '';
}

.stages-modal__close {
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 15px;
    width: 60px;
    height: 60px;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    -webkit-transition: background 0.4s ease-out, border-color 0.4s ease-out;
    -o-transition: background 0.4s ease-out, border-color 0.4s ease-out;
    transition: background 0.4s ease-out, border-color 0.4s ease-out;
}
.stages-modal__close:hover {
    border-color: #FBAD33;
    background: #FBAD33;
}

.stages-modal__close::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 1px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    background: currentColor;
    content: '';
}

.stages-modal__close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 1px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background: currentColor;
    content: '';
}
*/
.stages-modal__close {}

.stages-modal__close {
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.stages-modal__close-line {
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.stages-modal__close-line:before,
.stages-modal__close-line:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    -webkit-transition: left 0.3s ease, top 0.3s ease;
    -o-transition: left 0.3s ease, top 0.3s ease;
    transition: left 0.3s ease, top 0.3s ease;
}

.stages-modal__close-line--1 {
    top: 50%;
    width: 100%;
    height: 2px;
}

.stages-modal__close-line--2 {
    left: 50%;
    width: 2px;
    height: 100%;
}

.stages-modal__close-line--1:before,
.stages-modal__close-line--1:after {
    width: 50%;
    height: 100%;
}

.stages-modal__close-line--2:before,
.stages-modal__close-line--2:after {
    width: 100%;
    height: 50%;
}

.stages-modal__close-line--2:before {
    top: 2px;
    left: 0px;
}

.stages-modal__close-line--2:after {
    top: calc(50% + 1px);
    left: -2px;
}

.stages-modal__close-line--1:before {
    top: -1px;
    left: 0px;
}

.stages-modal__close-line--1:after {
    top: 1px;
    left: calc(50% + -1px);
}

.stages-modal__close:hover .stages-modal__close-line--2:after {
    top: 50%;
    left: 0;
}

.stages-modal__close:hover .stages-modal__close-line--2:before {
    top: 0;
}

.stages-modal__close:hover .stages-modal__close-line--1:after {
    top: 0;
    left: 50%;
}

.stages-modal__close:hover .stages-modal__close-line--1:before {
    top: 0;
}

.stages-modal__swiper,
.stages-modal__swiper.swiper-swiper {
    z-index: 1;
    width: 100%;
    height: 100%;
}

.stages-modal__slide,
.stages-modal__slide.swiper-slide {
    position: relative;
}

.stages-modal__prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 3;
    position: absolute;
    top: 92px;
    right: 246px;
    align-items: center;
    height: 49px;
    padding-left: 36px;
    cursor: pointer;
    -webkit-transition: color .4s ease-out, opacity .4s ease-out;
    -o-transition: color .4s ease-out, opacity .4s ease-out;
    transition: color .4s ease-out, opacity .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;
}

.stages-modal__prev.swiper-button-disabled {
    opacity: 0.2;
    pointer-events: none;
}

.stages-modal__prev:hover {
    color: #FBAD33;
}

.stages-modal__prev::after,
.stages-modal__prev::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 49px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background-size: contain;
    content: "";
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

.stages-modal__prev::before {
    background: url(/local/templates/new/img/st_arr-1.svg) no-repeat center;
    opacity: 0;
}

.stages-modal__prev::after {
    background: url(/local/templates/new/img/st_arr-1_b.svg) no-repeat center;
}

.stages-modal__prev:hover::before {
    opacity: 1;
}

.stages-modal__prev:hover::after {
    opacity: 0;
}

.stages-modal__prev-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

.stages-modal__next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 3;
    position: absolute;
    top: 92px;
    right: 80px;
    align-items: center;
    height: 49px;
    padding-right: 36px;
    cursor: pointer;
    -webkit-transition: color .4s ease-out, opacity .4s ease-out;
    -o-transition: color .4s ease-out, opacity .4s ease-out;
    transition: color .4s ease-out, opacity .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;
}

.stages-modal__next.swiper-button-disabled {
    opacity: 0.2;
    pointer-events: none;
}

.stages-modal__next:hover {
    color: #FBAD33;
}

.stages-modal__next::after,
.stages-modal__next::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    height: 49px;
    background-size: contain;
    content: "";
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
}

.stages-modal__next::before {
    background: url(/local/templates/new/img/st_arr-1.svg) no-repeat center;
    opacity: 0;
}

.stages-modal__next::after {
    background: url(/local/templates/new/img/st_arr-1_b.svg) no-repeat center;
}

.stages-modal__next:hover::before {
    opacity: 1;
}

.stages-modal__next:hover::after {
    opacity: 0;
}

.stages-modal__next-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

.stages-modal__top {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 185px;
    padding: 92px 80px;
    padding-bottom: 0;
    background: #fff;
    pointer-events: none;
}

.stages-modal__count {
    max-width: 389px;
    font-weight: 400;
    font-size: 100px;
    line-height: 0.73;
    font-variant-numeric: slashed-zero;
    letter-spacing: 0.06em;

}

.stages-modal__content {
    height: 100%;
    max-height: 100%;
    padding: 92px 80px;
    padding-top: 185px;
    overflow-x: hidden;
    overflow-y: auto;
}

.stages-modal__descr,
.stages-modal__descr.h2 {
    max-width: 525px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.421;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.stages-modal__timeline {
    max-width: 525px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #FBAD33;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

.stages-modal__text {
    max-width: 525px;
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

.stages-modal__text p {
    margin-bottom: 12px;
}

.stages-modal__text p:last-child {
    margin-bottom: 0;
}

.stages-modal__btn,
.stages-modal__btn.btn {
    display: block;
    width: 100%;
    max-width: 525px;
    margin-top: 20px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.18em;
}

.stages-modal__gallery {
    margin-top: 60px;
}

.stages-modal__gallery-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.stages-modal__gallery-title {
    padding-right: 20px;
}

.stages-modal__gallery-count {
    display: inline;
    margin-right: 29px;
    font-weight: 400;
    font-size: 32px;
    line-height: 0.843;
    font-variant-numeric: slashed-zero;
    letter-spacing: 0.05em;
    vertical-align: middle;
}

.stages-modal__gallery-text {
    display: inline;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.578;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    vertical-align: top;
}

.stages-modal__gallery-text::before {
    display: inline-block;
    width: 15px;
    height: 2px;
    margin-right: 33px;
    background: #000;
    content: '';
    vertical-align: middle;
}

.stages-modal__gallery-arr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-left: auto;
    -ms-flex-negative: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.stages-modal__gallery-item {
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    overflow: hidden;
    border: 2px solid #fbae34;
    border-radius: 50%;
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
    isolation: isolate;
}

.stages-modal__gallery-item.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;
}

.stages-modal__gallery-item--prev.stages-modal__gallery-item span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.stages-modal__gallery-item:last-child {
    margin-right: 0;
}

.stages-modal__gallery-item:before {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    border-radius: 50%;
    background: #fbae34;
    content: "";
    -webkit-transition: -webkit-transform cubic-bezier(.73, -.84, .54, 1.18) .3s;
    -o-transition: transform cubic-bezier(.73, -.84, .54, 1.18) .3s;
    transition: -webkit-transform cubic-bezier(.73, -.84, .54, 1.18) .3s;
    transition: transform cubic-bezier(.73, -.84, .54, 1.18) .3s;
    transition: transform cubic-bezier(.73, -.84, .54, 1.18) .3s, -webkit-transform cubic-bezier(.73, -.84, .54, 1.18) .3s;
}

.stages-modal__gallery-item:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform cubic-bezier(0, 2.54, .43, .47) .3s;
    -o-transition: transform cubic-bezier(0, 2.54, .43, .47) .3s;
    transition: -webkit-transform cubic-bezier(0, 2.54, .43, .47) .3s;
    transition: transform cubic-bezier(0, 2.54, .43, .47) .3s;
    transition: transform cubic-bezier(0, 2.54, .43, .47) .3s, -webkit-transform cubic-bezier(0, 2.54, .43, .47) .3s;
}

.stages-modal__gallery-item span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 30px;
    margin: auto;
    content: "";
}

.stages-modal__gallery-item span:after,
.stages-modal__gallery-item span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: opacity ease .3s;
    -o-transition: opacity ease .3s;
    transition: opacity ease .3s;
}

.stages-modal__gallery-item span:before {
    background: url(/local/templates/new/img/arr_1.svg) no-repeat center;
    background-size: contain;
}

.stages-modal__gallery-item span:after {
    background: url(/local/templates/new/img/arr_1_h.svg) no-repeat center;
    background-size: contain;
    opacity: 0;
}

.stages-modal__gallery-item:hover span:before {
    opacity: 0;
}

.stages-modal__gallery-item:hover span:after {
    opacity: 1;
}

.stages-modal__gallery-swiper,
.stages-modal__gallery-swiper.swiper {
    margin-top: 20px;
    overflow: visible;
}

.stages-modal__gallery-slide,
.stages-modal__gallery-slide.swiper-slide {
    display: block;
    position: relative;
}

.stages-modal__gallery-slide::after,
.stages-modal__gallery-slide.swiper-slide::after {
    display: block;
    width: 100%;
    padding-bottom: 66.666%;
    content: '';
}

.stages-modal__gallery-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991px) {
    .stages-modal__inner {
        max-width: 100%;
    }

    .stages-modal__inner::before {
        display: none;
    }

    /*
    .stages-modal__close {
        top: 16px;
        right: 16px;
        left: auto;
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }*/
    .stages-modal__close {
        top: 16px;
        right: 16px;
        left: auto;
        width: 30px;
        height: 30px;
    }

    .stages-modal__prev {
        position: fixed;
        top: auto;
        right: auto;
        bottom: 16px;
        left: 16px;
        width: 60px;
        height: 53px;
        padding-left: 0;
        background: #000;
        -webkit-transition: background 0.4s ease-out;
        -o-transition: background 0.4s ease-out;
        transition: background 0.4s ease-out;
    }

    .stages-modal__prev.swiper-button-disabled {
        background: #D9D9D9;
        opacity: 1;
    }

    .stages-modal__prev:hover {
        background: #FBAD33;
    }

    .stages-modal__prev::after,
    .stages-modal__prev::before {
        top: 50%;
        left: 50%;
        width: 12px;
        height: 23px;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
    }

    .stages-modal__prev::before {
        background: url(/local/templates/new/img/st_arr-2.svg) no-repeat center;
    }

    .stages-modal__prev::after {
        background: url(/local/templates/new/img/st_ar-2-w.svg) no-repeat center;
    }

    .stages-modal__prev-text {
        display: none;
    }

    .stages-modal__next {
        position: fixed;
        top: auto;
        right: 16px;
        bottom: 16px;
        width: 60px;
        height: 53px;
        padding-right: 0;
        background: #000;
        -webkit-transition: background 0.4s ease-out;
        -o-transition: background 0.4s ease-out;
        transition: background 0.4s ease-out;
    }

    .stages-modal__next.swiper-button-disabled {
        background: #D9D9D9;
        opacity: 1;
    }

    .stages-modal__next:hover {
        background: #FBAD33;
    }

    .stages-modal__next::after,
    .stages-modal__next::before {
        top: 50%;
        left: 50%;
        width: 12px;
        height: 23px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .stages-modal__next::before {
        background: url(/local/templates/new/img/st_arr-2.svg) no-repeat center;
    }

    .stages-modal__next::after {
        background: url(/local/templates/new/img/st_ar-2-w.svg) no-repeat center;
    }

    .stages-modal__next-text {
        display: none;
    }

    .stages-modal__top {
        height: 103px;
        padding: 52px 32px;
        padding-bottom: 0;
    }

    .stages-modal__count {
        max-width: none;
        font-size: 42px;
        line-height: 1.214;
    }

    .stages-modal__content {
        padding: 121px 32px;
        padding-top: 103px;
    }

    .stages-modal__descr,
    .stages-modal__descr.h2 {
        max-width: none;
        margin-top: 10px;
        font-weight: 400;
        font-size: 19px;
        line-height: 1.578;
    }

    .stages-modal__timeline {
        max-width: none;
        margin-top: 10px;
    }

    .stages-modal__text {
        max-width: none;
        margin-top: 20px;
    }

    .stages-modal__btn,
    .stages-modal__btn.btn {
        z-index: 2;
        position: fixed;
        bottom: 16px;
        left: 50%;
        max-width: calc(100% - 158px);
        margin-top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #000;
        color: #fff;
    }

    .stages-modal__gallery-title {
        padding-right: 0;
    }

    .stages-modal__gallery-count {
        margin-right: 6px;
        font-size: 19px;
        line-height: 1.578;
        letter-spacing: 0.02em;
    }

    .stages-modal__gallery-text::before {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .stages-modal__close {
        top: 10px;
        right: 10px;
    }

    .stages-modal__prev {
        bottom: 10px;
        left: 10px;
    }

    .stages-modal__next {
        right: 10px;
        bottom: 10px;
    }

    .stages-modal__top {
        padding-right: 20px;
        padding-left: 20px;
    }

    .stages-modal__content {
        padding-right: 20px;
        padding-bottom: 115px;
        padding-left: 20px;
    }

    .stages-modal__btn,
    .stages-modal__btn.btn {
        bottom: 10px;
        max-width: calc(100% - 146px);
    }

    .stages-modal__gallery-arr {
        display: none;
    }
}






#cursor {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    pointer-events: none;
    position: fixed;
    border-radius: 50%;
    z-index: 99999;
    transition: width .3s,height .3s,margin .3s,opacity .3s, background-color .3s;
    overflow: hidden;
    background-color: #FBAD33;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

#cursor.cursor--no {
    opacity: 0
}

#cursor.cursor--btn {
    background-color: #000
}
#cursor.cursor--see:before {
    font-weight: 600;
    color: #000;
    text-align: center;
    line-height: 120px;
    font-size: 16px;
    background-color: #FBAD33
}

#cursor.cursor--see:before,
#cursor.cursor--vacancy-anketa:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    border-radius: 50%
}

#cursor.cursor--more {
    background-image: url(/local/templates/main/css/../images/cursor-more.svg);
    height: 152px;
    width: 152px;
    margin-left: -76px;
    margin-top: -76px
}


#cursor.cursor--see:before {
    content: "НАЖМИ"
}

#cursor.cursor--pull.cursor--see:before,
#cursor.cursor--see:before {
    transform: scale(1)
}


#cursor.cursor--btn:before {
    transform: scale(1)
}



#cursor.cursor--see {
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px
}

@media (max-width: 991px) {
    .Mobile #cursor,.touch #cursor {
        display:none!important
    }
}

@media (max-width: 767px) {
    #cursor {
        display:none!important
    }
}
/* End */
/* /local/templates/new/css/news_detail.css?17223308609711 */
/* /local/templates/new/components/bitrix/breadcrumb/article/style.css?1715086463756 */
/* /local/templates/new/css/stages.css?172346771747843 */
