.features__item-preview,
.slider-button,
.letter-popup__photo {
	display: flex;
	align-items: center;
	justify-content: center;
}
.letter-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: none;
	padding: 20px;
	opacity: 0;
}
.letter-popup__overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
}
.letter-popup__wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 800rem;
	height: auto;
	max-height: 100%;
	padding: 30rem 50rem;
	margin: auto;
	background-color: #fff;
	opacity: 0;
	transform: translateY(100%);
}
.letter-popup__close {
	flex: 0 0 auto;
	width: 48rem;
	height: 48rem;
	fill: rgba(0, 0, 0, 0);
	stroke: #000;
	stroke-width: 1.5;
	transition: stroke 0.2s linear;
}
.letter-popup__close:hover {
	stroke: #5897fb;
}
.letter-popup__close svg {
	width: 28rem;
	height: 28rem;
	pointer-events: none;
}
.letter-popup__title {
	color: #0d212c;
}
.letter-popup__photo {
	padding: 70rem 50rem;
	margin-top: 30rem;
	background: #fff;
	box-shadow: 0 4rem 50rem rgba(0, 0, 0, 0.07);
}
.letter-popup__photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.video-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: none;
	padding: 20px;
	opacity: 0;
}
.video-popup__overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
}
.video-popup__wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1000rem;
	height: auto;
	max-height: 100%;
	padding: 30rem 60rem 60rem;
	margin: auto;
	background-color: #fff;
	border-radius: 16rem;
	opacity: 0;
	transform: translateY(100%);
}
.video-popup__close {
	width: 48rem;
	height: 48rem;
	fill: rgba(0, 0, 0, 0);
	stroke: #000;
	stroke-width: 1.5;
	transition: stroke 0.2s linear;
}
.video-popup__close:hover {
	stroke: #5897fb;
}
.video-popup__close svg {
	width: 36rem;
	height: 36rem;
}
.video-popup__video {
	position: relative;
	width: 100%;
	margin-top: 30rem;
}
.video-popup__video::before {
	display: block;
	padding-top: 65%;
	content: '';
}
.video-popup__video iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: none;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10rem;
}
.slider-nav {
	position: relative;
}
.slider-nav::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 1px;
	height: 100%;
	content: '';
	background-color: #fff;
	transform: translate(-50%, -50%);
}
.slider-nav_marine::before {
	background-color: #24a2c8;
}
.slider-button {
	flex: 0 0 auto;
	width: 70rem;
	height: 40rem;
	background-color: #0d212c;
	fill: #fff;
	transition-timing-function: linear;
	transition-duration: 0.2s;
	transition-property: background-color, opacity, fill;
}
.slider-button:not(.swiper-button-disabled):hover {
	background-color: #5897fb;
}
.slider-nav_marine .slider-button {
	background-color: rgba(0, 0, 0, 0);
	fill: #24a2c8;
}
.slider-nav_marine .slider-button:not(.swiper-button-disabled):hover {
	background-color: #24a2c8;
	fill: #fff;
}
.slider-button svg {
	width: 33rem;
	height: 8rem;
}
.slider-button_prev {
	border: 1px solid #fff;
	border-right: none;
	border-radius: 5rem 0 0 5rem;
}
.slider-nav_marine .slider-button_prev {
	border-color: #24a2c8;
}
.slider-button_next {
	border: 1px solid #fff;
	border-left: none;
	border-radius: 0 5rem 5rem 0;
}
.slider-nav_marine .slider-button_next {
	border-color: #24a2c8;
}
.slider-button_next svg {
	transform: scale(-1);
}
.slider-button.swiper-button-disabled {
	cursor: not-allowed;
	opacity: 0.6;
}
.hero {
	position: relative;
	z-index: 1;
	padding: 180rem 0 80rem;
	overflow: hidden;
}
.hero__wrap {
	gap: 40rem;
}
.hero_investments .hero__title {
	font-size: 52rem;
	font-weight: 500;
	line-height: 1.2;
}
.hero__subtitle {
	margin-top: 12rem;
	font-size: 36rem;
	line-height: 1.3;
}
.hero_investments .hero__subtitle {
	font-size: 28rem;
	font-weight: 300;
	line-height: 1.3;
}
.hero__subtitle--min {
	font-size: 28px;
	line-height: 120%;
}
.hero__subtitle--mx {
	max-width: 606px;
}
.hero__info {
	margin-top: 12rem;
}
.hero__cell_left .hero__button {
	max-width: 100%;
	margin-top: 60rem;
}
.hero__cell_right .hero__button {
	padding: 14rem 28rem;
	margin-left: auto;
	background: radial-gradient(86.55% 1110.36% at 2.79% 15.45%, rgba(88, 151, 251, 0.9) 0%, rgba(12, 60, 136, 0.9) 100%);
}
.hero__cell_right .hero__button .button__text {
	font-size: 12rem;
}
.hero__cell_right .hero__button .button__icon {
	width: 30rem;
	height: 30rem;
	fill: rgba(0, 0, 0, 0);
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1;
}
.hero__text {
	width: 100%;
	max-width: 430rem;
	margin-top: 24rem;
	line-height: 1.2;
}
.hero__text--mx {
	max-width: 313rem;
}
.hero__box {
	overflow: hidden;
	-webkit-clip-path: polygon(
		0 0,
		calc(100% - 80rem) 0,
		100% calc(0% + 80rem),
		100% 100%,
		calc(0% + 45rem) 100%,
		0 calc(100% - 45rem)
	);
	clip-path: polygon(0 0, calc(100% - 80rem) 0, 100% calc(0% + 80rem), 100% 100%, calc(0% + 45rem) 100%, 0 calc(100% - 45rem));
	border-radius: 10rem;
}
.hero__box-footer {
	padding: 24rem 48rem;
	background-color: #fff;
}
.hero__background img {
	z-index: -1;
}
.main-callback {
	padding: 60rem 0;
	background-color: #fff;
}
.main-callback__box {
	position: relative;
	z-index: 1;
	padding: 40rem 40rem 60rem;
	overflow: hidden;
	border-radius: 10rem;
}
.main-callback__content {
	padding: 40rem 20rem 60rem;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10rem;
	-webkit-backdrop-filter: blur(43rem);
	backdrop-filter: blur(43rem);
}
.main-callback__title {
	width: 100%;
	max-width: 520rem;
}
.main-callback__form {
	margin-top: 30rem;
}
.main-callback__button.button {
	flex: 0 1 250rem;
	padding: 16rem;
	margin-right: 16rem;
}
.main-callback__policy {
	flex: 1;
	font-size: 12rem;
	font-weight: 300;
	line-height: 1.3;
}
.main-callback__policy a {
	transition: color 0.2s linear;
}
.main-callback__policy a:hover {
	color: #5897fb;
}
.main-callback__background img {
	z-index: -1;
}
.main-directions {
	padding-top: var(--section-offset-top);
	overflow: hidden;
	background-color: #fff;
}
.main-directions__title {
	width: 100%;
	max-width: 850rem;
}
.main-directions__tabs {
	gap: 50rem;
	margin-top: 60rem;
}
.main-directions__tabs.is-locked {
	pointer-events: none;
}
.main-directions__tab {
	font-size: 24rem;
	line-height: 1.1;
	color: rgba(88, 151, 251, 0.4);
	transition: color 0.2s linear;
}
.main-directions__tab.is-active {
	color: #5897fb;
}
.main-directions__tab:hover:not(.is-active) {
	color: #5897fb;
}
.main-directions__tab-content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 60rem;
	gap: 60rem;
}
.main-directions__content {
	margin-top: 40rem;
}
.main-directions__item {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 10rem;
}
.main-directions__item:hover img {
	filter: grayscale(0);
}
.main-directions__item::before {
	display: block;
	padding-top: 100%;
	content: '';
}
.main-directions__item-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 18rem;
}
.main-directions__item-caption {
	font-size: 22rem;
	line-height: 1.1;
	letter-spacing: -0.02em;
}
.main-directions__item-photo img {
	z-index: -1;
	filter: grayscale(1);
	transition: filter 0.2s linear;
	will-change: filter;
}
.features {
	padding: var(--section-offset-top) 0;
}
.features__wrap {
	gap: 40rem;
}
.features__item {
	flex: 1 1 calc(25% - 40rem);
}
.features__item-title {
	font-size: 60rem;
	line-height: 1.1;
	color: #86d7d9;
	letter-spacing: -0.05em;
}
.features__item-preview {
	height: 50rem;
}
.features__item-preview svg {
	max-height: 100%;
	fill: #5897fb;
	transition: fill 0.2s linear, filter 0.2s linear;
}
.features__item:hover .features__item-preview svg {
	filter: drop-shadow(0 0 15px rgba(137, 183, 255, 0.2));
	fill: #89b7ff;
}
.features__item-preview--full {
	width: 100%;
}
.features__item-caption {
	max-width: 350px;
	margin-top: 20rem;
	font-weight: 300;
}
.requirements {
	position: relative;
	padding: var(--section-offset-top) 0 var(--section-offset-bottom);
}
.requirements::before {
	position: absolute;
	top: 0;
	right: 20rem;
	bottom: auto;
	left: 20rem;
	max-width: 1300rem;
	height: 1px;
	margin: 0 auto;
	content: '';
	background: linear-gradient(270deg, rgba(134, 215, 217, 0) 16.88%, #86d7d9 52.3%, rgba(134, 215, 217, 0) 90.5%);
}
.requirements__title {
	width: 100%;
	max-width: 800rem;
}
.requirements__items {
	margin-top: 60rem;
	overflow: hidden;
	min-height: 372px;
}
.requirements__item {
	padding: 30rem 40rem 30rem 30rem;
	cursor: pointer;
	background-color: #223147;
	border-radius: 10rem;
}
.requirements__item_blue {
	background-color: #3173db;
}
.requirements__item_marine {
	background-color: #24a2c8;
}
.requirements__item-caption {
	letter-spacing: -0.02em;
}
.requirements__item-content {
	font-size: 18rem;
	line-height: 1.11;
}
.requirements__item-content ul:not(.list):not(.order-list) {
	padding-left: 20rem;
}
.requirements__item-desc {
	font-family: Geologica, sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 130%;
	letter-spacing: -0.02em;
	color: #fff;
	margin-top: 20px;
	margin-bottom: auto;
}
.requirements__item-arrow {
	width: 32rem;
	height: 32rem;
	fill: rgba(0, 0, 0, 0);
	stroke: #3173db;
	stroke-width: 2;
	will-change: transform;
	transition: transform 0.2s linear, opacity 0.2s linear;
}
.requirements__item_blue .requirements__item-arrow {
	stroke: #fff;
}
.requirements__item_marine .requirements__item-arrow {
	stroke: #ccc;
}
.requirements__item-text p ~ p {
	margin-top: 20px;
}
.requirements__background img {
	z-index: -1;
}
.requirements__chars {
	margin-top: 24px;
	max-width: 372px;
}
.requirements__chars-item {
	display: grid;
	grid-template-columns: 1fr 179px;
	grid-gap: 16px;
	gap: 16px;
	align-items: center;
}
.requirements__chars-item:not(:last-child) {
	margin-bottom: 24px;
}
.requirements--no-decor::before {
	display: none;
}
.portrait-grant {
	padding: 100px 0;
}
.portrait-grant__title {
	margin-bottom: 60px;
}
.portrait-grant__items {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
	grid-gap: 40px;
	gap: 40px;
	list-style: none;
	counter-reset: counter;
}
.portrait-grant__item::before {
	counter-increment: counter;
	content: '0' counter(counter);
	display: block;
	margin-bottom: 31px;
	font-family: Geologica, sans-serif;
	font-weight: 400;
	font-size: 60px;
	line-height: 110%;
	letter-spacing: -0.05em;
	color: #3173db;
}
.portrait-grant__desc {
	font-weight: 300;
	font-size: 28px;
	line-height: 110%;
	color: #fff;
}
.details {
	padding: 100px 0;
}
.details__wrap {
	display: flex;
	justify-content: space-between;
	gap: 101px;
}
.details__title {
	margin-bottom: 30px;
}
.details__desc {
	font-weight: 300;
	font-size: 28px;
	line-height: 110%;
	color: #fff;
}
.details__desc:not(:last-child) {
	margin-bottom: 60px;
}
.details__video-preview {
	aspect-ratio: 16/9;
	width: 100%;
	max-width: 570px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #5897fb;
	background-image: url(../img/hero/preview-poster.jpg);
	cursor: pointer;
	position: relative;
}
.details__video-preview::before,
.details__video-preview::after {
	content: '';
	position: absolute;
}
.details__video-preview::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.details__video-preview::after {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/common/play.png);
	width: 70px;
	height: 70px;
}
.details__video-preview a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 99;
}
.steps {
	padding: var(--section-offset-top) 0;
}
.steps__title {
	max-width: 932px;
}
.steps__items {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	gap: 30rem;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 60rem;
}
.steps__item {
	font-size: 24rem;
	line-height: 1.1;
}
.steps__item-line {
	position: absolute;
	top: calc(100% + 20rem);
	width: 0;
	height: 30rem;
	content: '';
	border-radius: 100rem;
	transition: 0.05s linear;
}
.steps__item:nth-child(even) .steps__item-line {
	left: 0;
	transform: rotate(5deg);
	transform-origin: left top;
}
.steps__item:nth-child(odd) .steps__item-line {
	right: 0;
	transform: rotate(-5deg);
	transform-origin: right top;
}
.steps__item:nth-child(1) .steps__item-line {
	background: linear-gradient(90deg, rgba(13, 33, 44, 0) 4.37%, #19334c 44.77%, #86d7d9 104.83%);
}
.steps__item:nth-child(2) .steps__item-line {
	background: linear-gradient(90deg, #5897fb 0%, rgba(13, 33, 44, 0) 104.83%);
}
.steps__item:nth-child(3) .steps__item-line {
	background: linear-gradient(90deg, rgba(13, 33, 44, 0) 4.37%, #19334c 44.77%, #437383 68.25%, #86d7d9 104.83%);
}
.steps__item:nth-child(4) .steps__item-line {
	background: linear-gradient(90deg, #5897fb 0%, rgba(13, 33, 44, 0) 104.83%);
}
.steps__item:nth-child(5) .steps__item-line {
	background: linear-gradient(90deg, rgba(13, 33, 44, 0) 4.37%, #19334c 44.77%, #437383 68.25%, #86d7d9 104.83%);
}
.steps__item:nth-child(6) .steps__item-line {
	background: linear-gradient(90deg, #5897fb 0%, rgba(13, 33, 44, 0) 104.83%);
}
.steps__item:nth-child(7) .steps__item-line {
	background: linear-gradient(90deg, rgba(13, 33, 44, 0) 4.37%, #19334c 44.77%, #437383 68.25%, #86d7d9 104.83%);
}
.steps__item:nth-child(8) .steps__item-line {
	background: linear-gradient(90deg, rgba(13, 33, 44, 0) 4.37%, #19334c 44.77%, #86d7d9 104.83%);
}
.steps__lines {
	position: absolute;
	left: 50%;
	width: 100%;
	max-width: 300rem;
	height: 100%;
	overflow: visible;
	transform: translateX(-50%);
}
.steps__line {
	position: absolute;
	width: 0;
	max-width: 100%;
	height: 50rem;
	background: linear-gradient(90deg, rgba(13, 33, 44, 0) 4.37%, #19334c 44.77%, #86d7d9 104.83%);
	border-radius: 100rem;
	transition: 0.05s linear;
}
.steps__line:nth-child(odd) {
	transform: rotate(10deg);
	transform-origin: left top;
}
.steps__line:nth-child(even) {
	transform: rotate(-10deg);
	transform-origin: right top;
}
.steps__line:nth-child(2) {
	background: linear-gradient(90deg, #5897fb 0%, rgba(13, 33, 44, 0) 104.83%);
}
.steps__line:nth-child(3) {
	background: linear-gradient(90deg, rgba(13, 33, 44, 0) 4.37%, #19334c 44.77%, #437383 68.25%, #86d7d9 104.83%);
}
.steps__line:nth-child(4) {
	background: linear-gradient(90deg, #5897fb 0%, rgba(13, 33, 44, 0) 104.83%);
}
.steps__line:nth-child(5) {
	background: linear-gradient(90deg, rgba(13, 33, 44, 0) 4.37%, #19334c 44.77%, #437383 68.25%, #86d7d9 104.83%);
}
.steps__line:nth-child(6) {
	background: linear-gradient(90deg, #5897fb 0%, rgba(13, 33, 44, 0) 104.83%);
}
.steps__line:nth-child(7) {
	background: linear-gradient(90deg, rgba(13, 33, 44, 0) 4.37%, #19334c 44.77%, #437383 68.25%, #86d7d9 104.83%);
}
.serivces {
	position: relative;
	z-index: 1;
	padding: var(--section-offset-top) 0 var(--section-offset-bottom);
	overflow: hidden;
}
.serivces__desc {
	margin-top: 60px;
	font-weight: 400;
	font-size: 28px;
	line-height: 120%;
	color: #fff;
	max-width: 940px;
}
.serivces__desc--full {
	max-width: 100%;
}
.serivces__items {
	margin-top: 60rem;
}
.serivces__item {
	position: relative;
	padding: 20rem 0;
	border-bottom: 1px solid #5897fb;
}
.serivces__item-count {
	flex: 0 0 auto;
}
.serivces__item-count--arrow {
	width: 32px;
	height: 32px;
	background-image: url(../img/serivces/serivces-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.serivces__item-text {
	flex: 0 1 840rem;
}
.serivces__background img {
	z-index: -1;
}
.cases {
	padding: var(--section-offset-top) 0;
	overflow: hidden;
}
.cases__wrap {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: flex-start;
}
.cases__title {
	flex: 1;
	align-self: center;
	max-width: 100%;
	margin-right: 32rem;
}
.cases__slider {
	grid-column: span 2;
	max-width: 100%;
	margin-top: 60rem;
	overflow: hidden;
	border-radius: 10rem;
}
.cases__slide-cell {
	position: relative;
	padding: 30rem;
	overflow: hidden;
	border-radius: 10rem;
}
.cases__slide-cell_photo {
	z-index: 1;
}
.cases__slide-cell_content {
	z-index: 2;
	background-color: #fff;
}
.cases__slide-photo img {
	z-index: -1;
}
.cases__slide-logo img {
	display: block;
	max-height: 74rem;
}
.cases__slide-features {
	padding-top: 32rem;
	margin-top: auto;
}
.cases__slide-feature {
	font-size: 21rem;
	line-height: 1.3;
}
.cases__slide-feature:not(:last-child) {
	margin-bottom: 10rem;
}
.cases__slide-text {
	font-size: 21rem;
	line-height: 1.3;
	color: #0d212c;
}
.cases__slide-footer {
	padding-top: 16rem;
	margin-top: auto;
}
.cases__slide-rec-icon {
	flex: 0 0 auto;
	width: 18rem;
	height: 22rem;
	margin-right: 10rem;
	fill: rgba(0, 0, 0, 0);
	stroke: #0d212c;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	transition: stroke 0.2s linear;
}
.cases__slide-rec:hover .cases__slide-rec-icon {
	stroke: #5897fb;
}
.cases__slide-rec-text {
	font-size: 21rem;
	line-height: 1.3;
	color: #0d212c;
	transition: color 0.2s linear;
}
.cases__slide-rec:hover .cases__slide-rec-text {
	color: #5897fb;
}
.cases__slide-link {
	display: flex;
	flex: 0 0 auto;
	width: 40rem;
	height: 40rem;
	fill: rgba(0, 0, 0, 0);
	stroke: #3173db;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	transition: stroke 0.2s linear;
}
.cases__slide-link:hover {
	stroke: #5897fb;
}
.cases__more {
	transition: color 0.2s linear;
}
.cases__more:hover {
	color: #5897fb;
}
.callback-inline {
	padding: var(--section-offset-top) 0 var(--section-offset-bottom);
}
.callback-inline_light {
	background-color: #fff;
}
.callback-inline__box {
	position: relative;
	z-index: 1;
	padding: 60rem;
	overflow: hidden;
	background-color: rgba(88, 151, 251, 0.1);
	border-radius: 10rem;
	-webkit-backdrop-filter: blur(43rem);
	backdrop-filter: blur(43rem);
}
.callback-inline_light .callback-inline__box {
	background-color: rgba(88, 151, 251, 0.8);
}
.callback-inline__title {
	margin-bottom: 40rem;
}
.callback-inline__form {
	gap: 20rem;
}
.callback-inline__button.button {
	flex-grow: 0;
	flex-shrink: 0;
	padding: 17rem;
}
.callback-inline_light .callback-inline__button.button:hover {
	background-color: #fff;
	border-color: #fff;
}
.callback-inline_light .callback-inline__button.button:hover .button__text {
	color: #5897fb;
}
.callback-inline__policy {
	font-size: 12rem;
	font-weight: 300;
	line-height: 1.3;
}
.callback-inline__policy a {
	transition: color 0.2s linear, opacity 0.2s linear;
}
.callback-inline__policy a:hover {
	color: #5897fb;
}
.callback-inline_light .callback-inline__policy a:hover {
	color: #fff;
	opacity: 0.7;
}
.callback-inline__background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.callback-inline__background img {
	z-index: -1;
}
@media only screen and (max-width: 1200px) {
	.details__desc {
		font-size: 22px;
	}
}
@media only screen and (max-width: 980px) {
	.letter-popup__wrap {
		padding-right: 35rem;
		padding-left: 35rem;
	}
	.letter-popup__close {
		width: 40rem;
		height: 40rem;
	}
	.letter-popup__photo {
		padding: 45rem 35rem;
		margin-top: 23rem;
	}
	.video-popup__wrap {
		padding: 20rem 40rem 40rem;
	}
	.video-popup__close {
		width: 40rem;
		height: 40rem;
	}
	.video-popup__video {
		margin-top: 20rem;
	}
	.slider-button {
		width: 55rem;
		height: 30rem;
	}
	.slider-button svg {
		width: 26rem;
	}
	.hero {
		padding: 130rem 0 60rem;
	}
	.hero__wrap {
		gap: 32rem;
	}
	.hero_investments .hero__title {
		font-size: 36rem;
	}
	.hero__subtitle {
		font-size: 26rem;
	}
	.hero_investments .hero__subtitle {
		font-size: 22rem;
	}
	.hero__cell_left .hero__button {
		margin-top: 42rem;
	}
	.hero__cell_right .hero__button .button__icon {
		width: 25rem;
		height: 25rem;
	}
	.hero__box-footer {
		padding: 20rem;
	}
	.main-callback {
		padding: 40rem 0 50rem;
	}
	.main-callback__box {
		padding: 30rem 30rem 50rem;
	}
	.main-callback__content {
		padding: 27rem 20rem 45rem;
	}
	.main-callback__form {
		flex-wrap: wrap;
	}
	.main-callback__field {
		flex: 0 0 100%;
		margin-bottom: 20rem;
	}
	.main-directions__title {
		max-width: 650rem;
	}
	.main-directions__tabs {
		gap: 30rem;
		margin-top: 40rem;
	}
	.main-directions__tab {
		font-size: 18rem;
	}
	.main-directions__tab-content {
		gap: 40rem;
	}
	.main-directions__content {
		margin-top: 30rem;
	}
	.main-directions__item-inner {
		padding: 14rem;
	}
	.main-directions__item-caption {
		font-size: 17rem;
	}
	.features__item {
		flex-basis: calc(50% - 40rem);
	}
	.features__item-title {
		font-size: 50rem;
	}
	.features__item-preview {
		height: 37rem;
	}
	.requirements__title {
		max-width: 600rem;
	}
	.requirements__items {
		margin-top: 40rem;
	}
	.requirements__item {
		padding: 20rem 30rem 20rem 20rem;
	}
	.details__wrap {
		gap: 40px;
	}
	.steps__items {
		gap: 150rem;
	}
	.steps__item {
		position: relative;
		font-size: 20rem;
	}
	.steps__lines {
		display: none;
	}
	.serivces__items {
		margin-top: 40rem;
	}
	.serivces__item {
		padding: 15rem 0;
	}
	.serivces__item:first-child {
		border-top: 1px solid #5897fb;
	}
	.serivces__item-text {
		flex-basis: 75%;
	}
	.cases__title {
		margin-right: 24rem;
	}
	.cases__slider {
		margin-top: 40rem;
	}
	.cases__slide-cell {
		padding: 25rem;
	}
	.cases__slide-logo img {
		max-height: 56rem;
	}
	.cases__slide-feature {
		font-size: 16rem;
	}
	.cases__slide-text {
		font-size: 16rem;
	}
	.cases__slide-rec-icon {
		width: 15rem;
		height: 18rem;
	}
	.cases__slide-rec-text {
		font-size: 16rem;
	}
	.cases__slide-link {
		width: 30rem;
		height: 30rem;
	}
	.callback-inline__box {
		padding: 40rem;
	}
	.callback-inline__title {
		margin-bottom: 30rem;
	}
}
@media only screen and (max-width: 768px) {
	.hero__wrap {
		flex-wrap: wrap;
	}
	.hero__cell {
		flex: 0 0 100%;
		width: 100%;
	}
	.hero__cell_right {
		max-width: 400rem;
		margin: 0 auto;
	}
	.hero__cell_right .hero__button {
		margin: 0 auto;
	}
	.hero__box-footer {
		padding: 15rem 30rem;
	}
	.main-directions__tab-content {
		grid-template-columns: repeat(3, 1fr);
	}
	.requirements__items {
		flex-direction: column;
	}
	.requirements__item {
		flex-direction: column;
		width: 100%;
	}
	.requirements__item:not(:last-child) {
		padding-bottom: 40rem;
	}
	.requirements__item:nth-child(2) {
		margin-top: -20rem;
	}
	.requirements__item:nth-child(3) {
		margin-top: -20rem;
	}
	.requirements__item-cell {
		width: 100%;
	}
	.requirements__item-cell_left {
		position: relative;
		flex-wrap: wrap;
		flex-direction: initial;
	}
	.requirements__item-cell_right {
		overflow: hidden;
		transition: margin 0.2s linear;
	}
	.is-active .requirements__item-cell_right {
		margin-top: 20rem;
	}
	.requirements__item-caption {
		flex: 1;
		padding-right: 42px;
	}
	.requirements__item-desc {
		flex-basis: 100%;
	}
	.requirements__item-arrow {
		position: absolute;
		top: 0;
		right: 0;
	}
	.is-active .requirements__item-arrow {
		opacity: 0;
	}
	.requirements__chars {
		max-width: 100%;
	}
	.requirements__chars-item {
		grid-template-columns: 1fr 152px;
	}
	.details__wrap {
		flex-direction: column;
	}
	.details__video-preview {
		max-width: 100%;
	}
	.serivces__desc {
		font-size: 18px;
	}
	.cases__slide {
		flex-direction: column;
	}
	.cases__slide-cell_photo {
		min-height: 250rem;
		padding-bottom: 50rem;
	}
	.cases__slide-cell_content {
		min-height: 200rem;
		margin-top: -30rem;
	}
	.callback-inline__form {
		flex-wrap: wrap;
		align-items: center;
	}
	.callback-inline__field {
		flex: 0 0 calc(50% - 20rem);
	}
	.callback-inline__button.button {
		flex-basis: calc(50% - 20rem);
	}
	.callback-inline__policy {
		flex: 0 0 calc(50% - 20rem);
	}
}
@media only screen and (max-width: 580px) {
	.letter-popup__wrap {
		padding-right: 20rem;
		padding-left: 20rem;
	}
	.letter-popup__close {
		width: 32rem;
		height: 32rem;
	}
	.letter-popup__close svg {
		width: 20rem;
		height: 20rem;
	}
	.letter-popup__photo {
		padding: 20rem;
		margin-top: 15rem;
	}
	.video-popup__wrap {
		padding: 10rem 20rem 20rem;
	}
	.video-popup__close svg {
		width: 20rem;
		height: 20rem;
	}
	.video-popup__video {
		margin-top: 10rem;
	}
	.slider-button {
		width: 40rem;
		height: 20rem;
	}
	.slider-button svg {
		width: 19rem;
		height: 9rem;
	}
	.hero {
		padding: 80rem 0 40rem;
	}
	.hero__wrap {
		gap: 24rem;
	}
	.hero_investments .hero__title {
		font-size: 22rem;
	}
	.hero__subtitle {
		font-size: 16rem;
	}
	.hero_investments .hero__subtitle {
		font-size: 16rem;
	}
	.hero__cell_left .hero__button .button__text {
		font-size: 12rem;
	}
	.hero__cell_right .hero__button {
		padding: 12rem 14rem;
	}
	.hero__cell_right .hero__button .button__text {
		font-size: 10rem;
	}
	.hero__cell_right .hero__button .button__icon {
		width: 20rem;
		height: 20rem;
	}
	.hero__text {
		font-size: 12rem;
	}
	.hero__box {
		-webkit-clip-path: polygon(
			0 0,
			calc(100% - 60rem) 0,
			100% calc(0% + 60rem),
			100% 100%,
			calc(0% + 40rem) 100%,
			0 calc(100% - 40rem)
		);
		clip-path: polygon(
			0 0,
			calc(100% - 60rem) 0,
			100% calc(0% + 60rem),
			100% 100%,
			calc(0% + 40rem) 100%,
			0 calc(100% - 40rem)
		);
	}
	.main-callback {
		padding: 20rem 0 40rem;
	}
	.main-callback__box {
		padding: 20rem 20rem 40rem;
	}
	.main-callback__content {
		padding: 15rem 15rem 30rem;
	}
	.main-callback__button.button {
		flex-basis: 100%;
		flex-shrink: 0;
		padding: 12rem;
		margin-right: 0;
		margin-bottom: 20rem;
	}
	.main-callback__policy {
		font-size: 10rem;
	}
	.main-directions__title {
		max-width: 500rem;
	}
	.main-directions__tabs {
		gap: 10rem;
		margin-top: 20rem;
	}
	.main-directions__tab {
		font-size: 12rem;
	}
	.main-directions__tab-content {
		grid-template-columns: repeat(2, 1fr);
		gap: 20rem;
	}
	.main-directions__content {
		margin-top: 20rem;
	}
	.main-directions__item-inner {
		padding: 10rem;
	}
	.main-directions__item-caption {
		font-size: 12rem;
	}
	.features_start .features__item-title .h3 {
		font-size: 24rem;
	}
	.features_start .features__item-caption {
		margin-top: 12rem;
		font-size: 20rem;
	}
	.features__wrap {
		gap: 20rem;
	}
	.features__item-title {
		font-size: 40rem;
	}
	.features__item-preview {
		height: 25rem;
	}
	.features__item-caption {
		margin-top: 16rem;
		font-size: 14rem;
	}
	.requirements__items {
		margin-top: 20rem;
	}
	.requirements__item-caption {
		font-size: 20rem;
	}
	.requirements__item-content {
		font-size: 12rem;
	}
	.requirements__item-content ul:not(.list):not(.order-list) {
		padding-left: 12rem;
	}
	.steps__items {
		gap: 100rem;
		margin-top: 40rem;
	}
	.steps__item {
		font-size: 16rem;
	}
	.serivces__items {
		margin-top: 20rem;
	}
	.serivces__item {
		align-items: flex-start;
		padding: 10rem 0;
	}
	.serivces__item-count {
		font-size: 30rem;
	}
	.serivces__item-text {
		font-size: 12rem;
	}
	.cases__title {
		margin-right: 16rem;
	}
	.cases__slider-nav {
		grid-row: 3/4;
		grid-column: 1/3;
		width: -moz-fit-content;
		width: fit-content;
		margin: 20rem auto 0;
	}
	.cases__slider {
		margin-top: 20rem;
	}
	.cases__slide-cell {
		padding: 20rem;
	}
	.cases__slide-cell_photo {
		min-height: 200rem;
		padding-bottom: 45rem;
	}
	.cases__slide-logo img {
		max-height: 37rem;
	}
	.cases__slide-feature {
		font-size: 12rem;
	}
	.cases__slide-feature:not(:last-child) {
		margin-bottom: 5rem;
	}
	.cases__slide-text {
		font-size: 12rem;
	}
	.cases__slide-rec-icon {
		width: 11rem;
		height: 14rem;
		margin-right: 5rem;
		stroke-width: 1;
	}
	.cases__slide-rec-text {
		font-size: 12rem;
	}
	.cases__slide-link {
		width: 20rem;
		height: 20rem;
	}
	.cases__more {
		grid-row: 1/2;
		grid-column: 2/3;
	}
	.callback-inline__box {
		padding: 20rem;
	}
	.callback-inline__title {
		margin-bottom: 20rem;
	}
	.callback-inline__field {
		flex-basis: 100%;
	}
	.callback-inline__button.button {
		flex-basis: 100%;
		padding: 12rem;
	}
	.callback-inline__policy {
		flex-basis: 100%;
		font-size: 10rem;
		text-align: center;
	}
}
@media only screen and (max-width: 576px) {
	.requirements__item-desc {
		font-size: 18px;
	}
	.requirements__item-arrow {
		width: 23rem;
		height: 23rem;
	}
	.requirements__chars-item {
		grid-template-columns: 1fr 117px;
	}
	.requirements__chars-item:not(:last-child) {
		margin-bottom: 14px;
	}
	.portrait-grant__title {
		margin-bottom: 20px;
	}
	.portrait-grant__items {
		gap: 20px;
	}
	.portrait-grant__item::before {
		font-size: 31px;
		margin-bottom: 15px;
	}
	.portrait-grant__desc {
		font-size: 18px;
	}
	.portrait-grant {
		padding: 50px 0;
	}
	.details {
		padding: 50px 0;
	}
	.serivces__desc {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 400px) {
	.features_start .features__item {
		flex-basis: 100%;
		align-items: flex-start;
		justify-content: flex-start;
		text-align: left;
	}
}
@media only screen and (max-width: 375px) {
	.hero__cell_right .hero__button {
		margin-right: 0;
	}
	.serivces__item-text {
		flex-basis: 200rem;
	}
}
@media only screen and (min-width: 580px) {
	.hero__cell_left .hero__button {
		min-width: 300rem;
		margin-top: 24rem;
	}
	.hero__cell_left .hero__button--margin-top-xl {
		margin-top: 60rem;
	}
}
@media only screen and (min-width: 581px) {
	.cases__slider-nav {
		flex: 0 0 auto;
	}
	.cases__more {
		width: -moz-fit-content;
		width: fit-content;
		margin-top: 30rem;
	}
}
@media only screen and (min-width: 769px) {
	.hero__cell_left {
		flex: 1;
	}
	.hero__cell_right {
		flex: 0 0 375rem;
	}
	.requirements__item {
		flex: 2 1 0;
		min-height: 310rem;
	}
	.requirements__item:first-child {
		flex: 6;
	}
	.requirements__item:last-child {
		padding-right: 20rem;
	}
	.requirements__item:nth-child(2) {
		margin-left: -15rem;
	}
	.requirements__item:nth-child(3) {
		margin-left: -15rem;
	}
	.requirements__item-cell_left {
		flex: 0 0 160rem;
	}
	.requirements__item-cell_right {
		flex: 1;
		margin-left: 20rem;
	}
	.requirements__item:not(:first-child) .requirements__item-cell_right {
		display: none;
		opacity: 0;
	}
	.requirements__item-arrow {
		margin-top: 16rem;
	}
	.is-active .requirements__item-arrow {
		transform: rotate(45deg);
	}
	.cases__slide-cell_photo {
		flex: 0 0 auto;
		width: 470rem;
		min-height: 340rem;
	}
	.cases__slide-cell_content {
		flex: 1;
		margin-left: -15rem;
	}
	.callback-inline__button.button {
		flex-basis: 25%;
		max-width: 240rem;
	}
	.callback-inline__policy {
		width: 100%;
		max-width: 215rem;
	}
}
@media only screen and (min-width: 981px) {
	.hero__cell_left {
		max-width: 700rem;
	}
	.hero__cell_right {
		flex-basis: 400rem;
	}
	.main-callback__field {
		flex: 0 1 480rem;
		margin-right: 50rem;
	}
	.requirements__item {
		min-height: 320rem;
	}
	.requirements__item:last-child {
		padding-right: 30rem;
	}
	.requirements__item:nth-child(2) {
		margin-left: -10rem;
	}
	.requirements__item:nth-child(3) {
		margin-left: -10rem;
	}
	.requirements__item-cell_left {
		flex-basis: 190rem;
	}
	.steps__item {
		max-width: 400rem;
		opacity: 0;
	}
	.steps__item:nth-child(even) {
		margin-right: auto;
	}
	.steps__item:nth-child(odd) {
		margin-left: auto;
	}
	.serivces__item {
		opacity: 0.6;
		transition: opacity 0.2s linear;
	}
	.serivces__item:first-child::before {
		opacity: 0.6;
	}
	.serivces__item.is-active {
		opacity: 1;
	}
	.serivces__item.is-active::before {
		opacity: 1;
	}
	.serivces__item::before {
		position: absolute;
		top: -1px;
		right: 0;
		bottom: auto;
		left: 0;
		height: 1px;
		content: '';
		background-color: #5897fb;
		opacity: 0;
		transition: opacity 0.2s linear;
	}
	.cases__slide-cell_content {
		margin-left: -30rem;
		transition: transform 0.4s cubic-bezier(0, 0, 0.4, 1);
		transform: scale3d(0.97, 0.99, 0.99);
		will-change: transform;
	}
	.cases__slide-cell_content:hover {
		transform: scale3d(1, 1, 1);
	}
	.cases__more {
		margin-top: 60rem;
	}
	.callback-inline__button.button {
		flex-basis: 240rem;
	}
}
