.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;
}
.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;
}
.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;
}
.expenses {
	position: relative;
	z-index: 1;
	padding-top: var(--section-offset-top);
	overflow: hidden;
}
.expenses__tabs-buttons {
	gap: 20rem;
}
.expenses__tabs-button {
	padding: 7rem 21rem;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 30rem;
	transition-timing-function: linear;
	transition-duration: 0.2s;
	transition-property: border, color;
}
.expenses__tabs-button.is-active {
	color: #5897fb;
	border-color: #5897fb;
}
.expenses__tabs-button:not(.is-active):hover {
	border: 1px solid #fff;
}
.expenses__tabs-content {
	margin-top: 60rem;
}
.expenses__tabs-content-item:not(.is-active) {
	display: none;
}
.expenses__title {
	margin-top: 70rem;
}
.expenses__description {
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-gap: 16rem 32rem;
	gap: 16rem 32rem;
}
.expenses__description-content {
	margin-top: 20rem;
	line-height: 1.2;
}
.expenses__description-content ul {
	padding-left: 20rem;
}
.expenses__content {
	position: relative;
	z-index: 1;
	margin-top: 30rem;
	overflow: hidden;
}
.expenses__content--min-height {
	padding-bottom: 30rem;
}
.expenses__item {
	position: relative;
	z-index: 1;
	flex: 0 1 25%;
	min-height: 150rem;
	padding: 30rem;
	border: 1px solid #fff;
	-webkit-backdrop-filter: blur(66rem);
	backdrop-filter: blur(66rem);
}
.expenses__item::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	pointer-events: none;
	content: '';
	opacity: 0;
	transition: opacity 0.2s linear;
}
.expenses__item:hover::before {
	opacity: 1;
}
.expenses_green .expenses__item {
	background: rgba(255, 255, 255, 0.15);
}
.expenses_green .expenses__item::before {
	background: linear-gradient(270deg, #c64328 0%, #d9b886 100%);
}
.expenses_blue .expenses__item {
	background: rgba(88, 151, 251, 0.15);
}
.expenses_blue .expenses__item::before {
	background: linear-gradient(301.68deg, #c64328 -29.03%, #d9b886 100%);
}
.expenses_start .expenses__item {
	background: rgba(88, 151, 251, 0.15);
	border: 0.5px solid #fff;
	-webkit-backdrop-filter: blur(66.5px);
	backdrop-filter: blur(66.5px);
}
.expenses_start .expenses__item::before {
	background: linear-gradient(301.68deg, #c64328 -29.03%, #d9b886 100%);
}
.expenses__item-subheader {
	margin-top: 20rem;
	font-size: 16rem;
	line-height: 1.1;
	color: #fff;
	letter-spacing: -0.02em;
}
.expenses__item-subheader--mx {
	max-width: 203px;
}
.expenses__link {
	display: grid;
	grid-template-columns: 18rem 1fr;
	grid-gap: 20rem;
	gap: 20rem;
	width: 100%;
	max-width: 400rem;
	padding: 20rem 30rem;
	margin: 60rem auto 0;
	border: 1px solid #fff;
	border-bottom: none;
	border-radius: 10rem 10rem 0 0;
	-webkit-backdrop-filter: blur(18rem);
	backdrop-filter: blur(18rem);
}
.expenses_green .expenses__link {
	background: rgba(134, 215, 217, 0.5);
}
.expenses_blue .expenses__link {
	background: rgba(88, 151, 251, 0.5);
}
.expenses_start .expenses__link {
	background: rgba(88, 151, 251, 0.15);
}
.expenses__link-icon {
	width: 18rem;
	height: 22rem;
	fill: rgba(0, 0, 0, 0);
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}
.expenses__link-text {
	font-size: 16rem;
	line-height: 1.1;
	letter-spacing: -0.02em;
}
.expenses__link-item {
	grid-column: 2/3;
	font-size: 12rem;
	line-height: 1.1;
	letter-spacing: -0.02em;
	transition: opacity 0.2s linear;
}
.expenses__link-item:hover {
	opacity: 0.8;
}
.expenses__photo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.expenses__photo img {
	z-index: -1;
}
.expenses__background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.expenses__background img {
	z-index: -1;
}
.directions {
	position: relative;
	z-index: 1;
	padding: var(--section-offset-top) 0 var(--section-offset-bottom);
	overflow: hidden;
}
.directions__items {
	margin-top: 60rem;
}
.directions__item {
	padding: 24rem;
	border: 1px solid rgba(0, 0, 0, 0);
	transition: border-color 0.2s linear;
}
.directions__item:not(:last-child) {
	margin-bottom: 40rem;
}
.directions__item.is-active {
	border-color: #5897fb;
}
.directions__item-caption {
	flex: 0 0 300rem;
	color: rgba(255, 255, 255, 0.6);
	transition: color 0.2s linear;
}
.directions__item.is-active .directions__item-caption {
	color: #fff;
}
.directions__item-tags {
	flex: 1;
	gap: 5rem;
}
.directions__item-tag {
	padding: 5rem 10rem;
	font-size: 16rem;
	line-height: 1.1;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: -0.02em;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 10rem;
	transition: color 0.2s linear, border-color 0.2s linear;
}
.directions__item.is-active .directions__item-tag {
	color: #fff;
}
.directions__item-arrow {
	flex: 0 0 auto;
	width: 72rem;
	height: 72rem;
	fill: rgba(0, 0, 0, 0);
	stroke: rgba(88, 151, 251, 0.6);
	stroke-width: 2;
	transition: stroke 0.2s linear;
}
.directions__item:nth-child(3) .directions__item-arrow {
	stroke: rgba(134, 215, 217, 0.6);
}
.directions__item.is-active .directions__item-arrow,
.directions__item:nth-child(3).is-active .directions__item-arrow {
	stroke: #5897fb;
}
.directions__background img {
	z-index: -1;
}
.results {
	padding: 100px 0 120px;
}
.results__title {
	margin-bottom: 60px;
}
.results__items {
	padding: 40px;
	border: 1px solid #5897fb;
	border-radius: 10px;
}
.results__item {
	margin-left: 4px;
	padding-left: 13px;
	font-weight: 400;
	font-size: 20px;
	line-height: 110%;
	color: #fff;
}
.results__item:not(:last-child) {
	margin-bottom: 12px;
}
.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;
}
.work {
	position: relative;
	z-index: 1;
	padding: var(--section-offset-top) 0 var(--section-offset-bottom);
	overflow: hidden;
}
.work__features {
	gap: 50rem;
	margin-top: 60rem;
}
.work__feature-icon {
	max-width: 60rem;
	max-height: 60rem;
}
.work__feature-caption {
	margin-top: 16rem;
}
.work__feature-text {
	margin-top: 20rem;
	font-size: 16rem;
	line-height: 1.2;
	letter-spacing: -0.02em;
}
.work__progress {
	margin-top: 120rem;
}
.work__progress-item {
	opacity: 0;
}
.work__progress-header {
	font-size: 150rem;
	letter-spacing: -0.05em;
}
.work__progress-header span {
	display: inline-block;
	padding-top: 0.2em;
	font-size: 100rem;
}
.work__progress-item_big .work__progress-header {
	font-size: 280rem;
	letter-spacing: -0.065em;
}
.work__progress-item_big .work__progress-header span {
	font-size: 130rem;
}
.work__progress-item_big .work__progress-subheader {
	font-size: 50rem;
	line-height: 1.1;
}
.work__progressbar {
	flex: 0 0 auto;
	width: 100%;
	height: 8px;
	background-color: #fff;
	border-radius: 100rem;
}
.work__progressbar span {
	border-radius: 100rem;
}
.work__progressbar span:nth-child(1) {
	background: linear-gradient(270deg, #c64328 0%, #d9b886 100%);
	box-shadow: 0 0 15rem #ce7752;
}
.work__progressbar span:nth-child(2) {
	background: linear-gradient(270deg, #86d7d9 0%, #619eff 100%);
	box-shadow: 0 0 15rem #7bc5e5;
}
.work__background img {
	z-index: -1;
}
.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: 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;
	}
	.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;
	}
	.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;
	}
	.expenses__section-header .section-header__title br {
		display: none;
	}
	.expenses__tabs-buttons {
		gap: 15rem;
	}
	.expenses__tabs-button {
		padding: 6rem 15rem;
		border-radius: 20rem;
	}
	.expenses__tabs-content {
		margin-top: 45rem;
	}
	.expenses__title {
		margin-top: 55rem;
	}
	.expenses__description {
		gap: 16rem 24rem;
	}
	.expenses__description-content {
		margin-top: 15rem;
	}
	.expenses__content {
		margin-top: 23rem;
	}
	.directions__item-caption {
		flex-basis: 250rem;
	}
	.directions__item-arrow {
		width: 52rem;
		height: 52rem;
	}
	.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%;
	}
	.work__features {
		gap: 35rem;
		margin-top: 40rem;
	}
	.work__feature-icon {
		max-width: 45rem;
		max-height: 45rem;
	}
	.work__progress {
		margin-top: 90rem;
	}
	.work__progress-header {
		font-size: 125rem;
	}
	.work__progress-header span {
		font-size: 70rem;
	}
	.work__progress-item_big .work__progress-header {
		font-size: 180rem;
	}
	.work__progress-item_big .work__progress-header span {
		font-size: 95rem;
	}
	.work__progress-item_big .work__progress-subheader {
		font-size: 34rem;
	}
	.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;
	}
	.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;
	}
	.main-directions__tab-content {
		grid-template-columns: repeat(3, 1fr);
	}
	.expenses__description {
		grid-template-columns: 1fr;
	}
	.expenses__item {
		flex-basis: 33%;
	}
	.directions__item {
		flex-wrap: wrap;
	}
	.directions__item-caption {
		flex: 1;
		order: 1;
	}
	.directions__item-tags {
		flex: 0 0 100%;
		order: 3;
		margin-top: 20rem;
	}
	.directions__item-arrow {
		order: 2;
		margin-left: 16rem;
	}
	.serivces__desc {
		font-size: 18px;
	}
	.work__features {
		flex-direction: column;
	}
	.work__progress {
		flex-direction: row;
	}
	.work__progress-item {
		width: 100%;
		line-height: 1;
	}
	.work__progress-content {
		flex-direction: column;
		margin-left: auto;
	}
	.work__progress-content > *:not(:last-child) {
		margin-bottom: 60rem;
	}
	.work__progress-subheader br {
		display: none;
	}
	.work__progressbar {
		flex-direction: column;
		width: 8px;
		height: auto;
		margin-right: 20rem;
	}
	.work__progressbar span {
		width: 8px;
		height: 0;
	}
	.work__progressbar span:nth-child(1) {
		max-height: 60%;
	}
	.work__progressbar span:nth-child(2) {
		max-height: calc(40% + 20rem);
		margin-top: -20rem;
	}
	.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)
		);
	}
	.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;
	}
	.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;
	}
	.expenses__section-header .section-header__title {
		font-size: 22rem;
		font-weight: 500;
	}
	.expenses__tabs-buttons {
		gap: 10rem;
	}
	.expenses__tabs-button {
		padding: 5rem 9rem;
		font-size: 12rem;
		letter-spacing: -0.02em;
		border-radius: 10rem;
	}
	.expenses__tabs-content {
		margin-top: 25rem;
	}
	.expenses__title {
		margin-top: 40rem;
		font-size: 20rem;
	}
	.expenses__title br {
		display: none;
	}
	.expenses__description {
		gap: 16rem;
	}
	.expenses__description-caption {
		font-size: 20rem;
		line-height: 1.1;
	}
	.expenses__description-content {
		margin-top: 10rem;
		font-size: 12rem;
		line-height: 1.1;
		letter-spacing: 0.02em;
	}
	.expenses__description-content ul {
		padding-left: 12rem;
	}
	.expenses__content {
		margin-top: 16rem;
	}
	.expenses__item {
		flex-basis: 50%;
		min-height: 100rem;
		padding: 20rem 10rem;
	}
	.expenses__item_full {
		flex-basis: 100%;
	}
	.expenses__item-header {
		font-size: 22rem;
	}
	.expenses__item-subheader {
		margin-top: 10rem;
		font-size: 12rem;
	}
	.expenses__link {
		grid-template-columns: 14rem 1fr;
		gap: 16rem;
		padding: 20rem 15rem 30rem;
		margin-top: 40rem;
	}
	.expenses__link-icon {
		width: 14rem;
		height: 17rem;
	}
	.expenses__link-text {
		font-size: 12rem;
	}
	.directions__items {
		margin-top: 40rem;
	}
	.directions__item {
		padding: 20rem;
	}
	.directions__item:not(:last-child) {
		margin-bottom: 20rem;
	}
	.directions__item-tag {
		font-size: 12rem;
	}
	.directions__item-arrow {
		width: 32rem;
		height: 32rem;
	}
	.serivces__items {
		margin-top: 20rem;
	}
	.serivces__item {
		align-items: center;
		padding: 10rem 0;
	}
	.serivces__item-count {
		font-size: 30rem;
	}
	.serivces__item-text {
		font-size: 12rem;
	}
	.work__features {
		gap: 25rem;
		margin-top: 20rem;
	}
	.work__feature-icon {
		max-width: 30rem;
		max-height: 30rem;
	}
	.work__feature-caption {
		margin-top: 10rem;
	}
	.work__feature-text {
		margin-top: 10rem;
		font-size: 12rem;
	}
	.work__progress {
		margin-top: 60rem;
	}
	.work__progress-header {
		font-size: 100rem;
	}
	.work__progress-header span {
		font-size: 40rem;
	}
	.work__progress-item_big .work__progress-header {
		font-size: 100rem;
	}
	.work__progress-item_big .work__progress-header span {
		font-size: 40rem;
	}
	.work__progress-item_big .work__progress-subheader {
		font-size: 22rem;
	}
	.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;
	}
	.results__title {
		margin-bottom: 20px;
	}
	.results__items {
		padding: 20px;
	}
	.results__item {
		margin-left: 12px;
		padding-left: 0;
	}
	.results {
		padding: 50px 0 80px;
	}
	.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) {
	.expenses__content {
		min-height: 500rem;
	}
	.expenses_start .expenses__content {
		min-height: 330rem;
	}
	.expenses__content--min-height {
		min-height: 376px;
	}
}
@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);
	}
	.expenses__description-cell_row-spanned-2 {
		grid-row: span 2;
	}
	.expenses__description-cell_align-bottom {
		align-self: flex-end;
	}
	.directions__item-caption {
		margin-right: 30rem;
	}
	.directions__item-tags {
		margin-right: 30rem;
	}
	.work__feature {
		flex: 1 1 calc(33.3333333333% - 50rem);
	}
	.work__progress-item {
		flex-basis: 325rem;
		flex-shrink: 1;
		line-height: 1.1;
	}
	.work__progress-item_big {
		flex-basis: 575rem;
	}
	.work__progressbar span {
		width: 0;
		height: 100%;
		transform: rotate(180deg);
	}
	.work__progressbar span:nth-child(1) {
		max-width: 70%;
	}
	.work__progressbar span:nth-child(2) {
		max-width: calc(30% + 20rem);
		margin-left: -20rem;
	}
	.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;
	}
	.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;
	}
	.main-callback__field {
		flex: 0 1 480rem;
		margin-right: 50rem;
	}
	.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;
	}
	.callback-inline__button.button {
		flex-basis: 240rem;
	}
}
