@font-face {
	font-family: "Steppe";
	font-weight: 400;
	font-display: swap;
	src: url(../assets/fonts/Steppe-Regular.woff2);
	src: url(../assets/fonts/Steppe-Regular.woff2) format("woff2"),
		url(../assets/fonts/Steppe-Regular.woff) format("woff");
}

@font-face {
	font-family: "Steppe";
	font-weight: 500;
	font-display: swap;
	src: url(../assets/fonts/Steppe-Medium.woff2);
	src: url(../assets/fonts/Steppe-Medium.woff2) format("woff2"),
		url(../assets/fonts/Steppe-Medium.woff) format("woff");
}

@font-face {
	font-family: "Steppe";
	font-weight: 600;
	font-display: swap;
	src: url(../assets/fonts/Steppe-SemiBold.woff2);
	src: url(../assets/fonts/Steppe-SemiBold.woff2) format("woff2"),
		url(../assets/fonts/Steppe-SemiBold.woff) format("woff");
}

html {
	overflow-x: hidden;
}

html.locked {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.5;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

:-moz-placeholder {
	color: inherit;
	opacity: 0.5;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

::-moz-placeholder {
	color: inherit;
	opacity: 0.5;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 0.5;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

:focus::-webkit-input-placeholder {
	opacity: 0
}

:focus:-moz-placeholder {
	opacity: 0
}

:focus::-moz-placeholder {
	opacity: 0
}

:focus:-ms-input-placeholder {
	opacity: 0
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

textarea {
	resize: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

abbr,
fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: 400
}

ul li {
	list-style: none;
	color: inherit
}

caption,
th {
	text-align: left
}

input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block
}

img,
video {
	max-width: 100%;
	height: auto;
	display: block;
}

footer,
header,
section {
	min-width: 320px;
}

.scrollTop,
.scrollto,
a,
button,
svg {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

a,
a:active,
a:focus,
a:hover,
button,
button:active,
button:focus,
button:hover,
input,
input:active,
input:focus,
textarea,
textarea:active,
textarea:focus {
	text-decoration: none;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent
}

section {
	position: relative;
}

a {
	color: inherit
}

:after,
:before,
a,
button,
div,
footer,
form,
header,
input,
li,
nav,
p,
section,
ul,
textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important
}

input:invalid {
	-webkit-box-shadow: none;
	box-shadow: none
}

button {
	border: none
}

html {
	overflow-x: hidden
}

@-webkit-keyframes autofill {
	to {
		color: inherit;
		background: #fff;
	}
}

input:-webkit-autofill {
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}

textarea.form-control {
	min-height: 140px;
	line-height: 1.2em;
	padding-top: 20px;
	padding-bottom: 20px;
}

.floating {
	-webkit-animation-name: floating;
	animation-name: floating;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.sphere-scale {
	-webkit-animation: sphere-scale 10s infinite linear alternate;
	animation: sphere-scale 10s infinite linear alternate;
}

.sphere-scale2 {
	-webkit-animation: sphere-scale2 8s infinite linear alternate;
	animation: sphere-scale2 8s infinite linear alternate;
}

.sphere-plus {
	-webkit-animation: sphere-plus 3s infinite linear alternate;
	animation: sphere-plus 3s infinite linear alternate;
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}

	50% {
		-webkit-transform: translateY(3%);
		transform: translateY(3%);
	}

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

@keyframes floating {
	0% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}

	50% {
		-webkit-transform: translateY(3%);
		transform: translateY(3%);
	}

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

@-webkit-keyframes sphere-plus {

	100% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
}


@keyframes sphere-plus {

	100% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
}

@-webkit-keyframes sphere-rotate {
	100% {
		-webkit-transform: rotate3d(1, -1, 1, 60deg);
		transform: rotate3d(1, -1, 1, 60deg);
	}
}

@keyframes sphere-rotate {
	100% {
		-webkit-transform: rotate3d(1, -1, 1, 60deg);
		transform: rotate3d(1, -1, 1, 60deg);
	}
}


@-webkit-keyframes sphere-scale {

	100% {
		-webkit-transform: translate3d(50px, 50px, 50px);
		transform: translate3d(50px, 50px, 50px)
	}
}

@keyframes sphere-scale {

	100% {
		-webkit-transform: translate3d(50px, 50px, 50px);
		transform: translate3d(50px, 50px, 50px)
	}
}


@-webkit-keyframes sphere-scale2 {

	100% {
		-webkit-transform: translate3d(-50px, 100px, -70px);
		transform: translate3d(-50px, 100px, -70px)
	}
}

@keyframes sphere-scale2 {

	100% {
		-webkit-transform: translate3d(-50px, 100px, -70px);
		transform: translate3d(-50px, 100px, -70px)
	}
}

:root {
	--font-family: "Steppe", sans-serif;
	--h-1: 600 clamp(2.25rem, 1.7163rem + 2.3718vw, 4.5625rem)/clamp(2.6875rem, 2.2548rem + 1.9231vw, 4.5625rem) var(--font-family);
	--h-2: 600 clamp(1.75rem, 1.4615rem + 1.2821vw, 3rem)/clamp(2.1rem, 1.8231rem + 1.2308vw, 3.3rem) var(--font-family);
	/*28px-48px;110%-120%*/
	--h-3: 600 clamp(1.25rem, 1.1346rem + 0.5128vw, 1.75rem)/clamp(1.5rem, 1.3702rem + 0.5769vw, 2.0625rem) var(--font-family);
	--h-4: 600 clamp(1.125rem, 0.9279rem + 0.3205vw, 1.3125rem)/clamp(1.46rem, 1.226rem + 0.3846vw, 1.7063rem) var(--font-family);
	--h-5: 500 clamp(1rem, 0.7143rem + 0.4464vw, 1.25rem)/clamp(1.5rem, 1.2143rem + 0.4464vw, 1.75rem) var(--font-family);
	--h-6: 600 clamp(1rem, 0.5893rem + 0.4464vw, 1rem)/clamp(1.3125rem, 1.2143rem + 0.4464vw, 1.3125rem) var(--font-family);
	--body: 400 clamp(0.875rem, 0.7321rem + 0.2232vw, 1rem)/clamp(1.3125rem, 1.0982rem + 0.3348vw, 1.3125rem) var(--font-family);
	--body-2: 400 clamp(1rem, 1rem + 0.1282vw, 1.125rem)/clamp(1.375rem, 1.3317rem + 0.1923vw, 1.5625rem) var(--font-family);
	--desc: 400 clamp(1.3125rem, 1.2692rem + 0.1923vw, 1.5rem)/ clamp(1.6875rem, 1.6298rem + 0.2564vw, 1.9375rem) var(--font-family);
	/*	21px-24px;130%*/
	--caption: 400 0.75rem/1rem var(--font-family);
	--gap-xl: clamp(1.5rem, -0.4286rem + 5.3571vw, 6rem);
	--gap-lg: clamp(1.5rem, -0.2143rem + 2.6786vw, 3rem);
	--gap-md: clamp(1.5rem, 0.9286rem + 0.8929vw, 1.75rem);
	--gap-sm: clamp(1rem, 0.4286rem + 0.8929vw, 1.5rem);
	--gap-title: clamp(2.5rem, 2.2115rem + 1.2821vw, 3.75rem);
	/*40px-60px*/
	--gap-section: clamp(5.25rem, 3.8654rem + 6.1538vw, 11.25rem);
	/*84px-180px*/
	--gap-footer: clamp(3.75rem, 0.8077rem + 13.0769vw, 16.5rem);
	--text-primary: #344256;
	--text-secondary: #080F21;
	--text-tertiary: #65758B;
	--text-accent: #1194FF;
	--bg-primary: #FFFFFF;
	--bg-secondary: #F1F5F9;
	--gradient-brand: linear-gradient(180deg, #CAE9FE 0%, #F4F0F0 100%);
	--gradient-space: linear-gradient(180deg, #000000 -66.94%, #1194FF 87.5%);
	--shadow-large: 0px 12px 24px 0px #0000001F;
	--shadow-medium: 0px 8px 20px 0px #00000014;
	--shadow-small: 0px 0px 0px 0.5px #00000024 inset;
	--Gray-4: rgba(8, 15, 33, 0.04);
	--Gray-8: rgba(8, 15, 33, 0.08);
	--Gray-10: rgba(8, 15, 33, 0.1);
	--border-radius: 24px;
}

body {
	min-width: 320px;
	position: relative;
	margin: 0;
	padding: 0;
	color: var(--text-primary);
	font: var(--body);
	background: var(--bg-primary);
	opacity: 1;
	overflow-x: hidden;
	border: 0;
}

a,
a:hover {
	text-decoration: none
}

.d-none {
	display: none;
}

[hidden] {
	display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--text-secondary);
}

h1 {
	font: var(--h-1);
	letter-spacing: -0.02em;
}

h2 {
	font: var(--h-2);
	letter-spacing: -0.02em;
}

h3 {
	font: var(--h-3);
	letter-spacing: -0.01em;
}

h4 {
	font: var(--h-4)
}

h5 {
	font: var(--h-5)
}

h6 {
	font: var(--h-6)
}

/*
p {
	font-size: 18px;
	margin-bottom: 1em;
	line-height: 1.4em;
}
*/


::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: var(--bg-secondary);
	-webkit-transition: height 0.3s ease, width 0.3s ease;
	transition: height 0.3s ease, width 0.3s ease;
}


::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: var(--text-accent);
	-webkit-box-shadow: 0 0 1px var(--text-accent);
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
	width: 4px;
}

.container {
	max-width: 1920px;
	padding: 0 var(--gap-sm);
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.button {
	border: none;
	outline: none;
	cursor: pointer;
	position: relative;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	height: 56px;
	font: var(--body);
	gap: 8px;
	border-radius: 12px;
	padding: 17px 20px 15px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: linear-gradient(135deg, #6EBEFF, #1194FF);
	color: var(--bg-primary);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: background .3s cubic-bezier(0.6, 0, 0.05, 1);
	transition: background .3s cubic-bezier(0.6, 0, 0.05, 1);
	position: relative;
	z-index: 2;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.button_secondary {
	background: var(--Gray-4);
	color: var(--text-secondary);
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(50px);
}

/*

.button_large {
	font: var(--h-5);
	border-radius: 14px;
	min-width: 165px;
	height: 56px;
	padding: 14px 18px;
}
*/

.button_medium {}

.button_small {
	height: 38px;
	border-radius: 30px;
	padding: 12px 14px 10px;
	background: var(--text-secondary);
	color: var(--bg-primary);

}

.button:disabled,
.button[disabled] {
	opacity: 0.48;
	-ms-touch-action: none;
	touch-action: none;
	pointer-events: none;
	cursor: not-allowed;
}

.button:hover,
.button:focus,
.button:active {
	background: linear-gradient(135deg, #88CAFF, #1194FF);
	color: var(--bg-primary);
}

.button_secondary:hover,
.button_secondary:focus,
.button_secondary:active {
	background: var(--Gray-8);
	color: var(--text-secondary);
}

.button_small:hover,
.button_small:focus,
.button_small:active {
	background: var(--text-accent);
}

.button:active,
.button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus {
	outline: none;
}

.pic-wrap {
	overflow: hidden;
	display: block;
}

.pic {
	-o-object-fit: cover;
	object-fit: cover;
	height: auto;
	min-height: 100%;
	border-radius: var(--border-radius);
}

.flex-wrap {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

section {
	padding: var(--gap-section) 0 0;
	/*	scroll-margin-top: 96px;*/
}

.section-header {
	margin-bottom: var(--gap-lg);
}

.section-header_title {
	margin-bottom: var(--gap-title);
}

.desc {
	font: var(--desc);
	letter-spacing: -0.01em;
}

.desc sup {
	font-size: 60%;
}

.icon-button {
	width: 48px;
	height: 48px;
	gap: 8px;
	border-radius: 12px;
	border-width: 1px;
	padding: 14px;
	border: 1px solid var(--Gray-8);
	-webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.05, 1);
	transition: all 0.3s cubic-bezier(0.6, 0, 0.05, 1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.icon-button_sm {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	padding: 9px;
}

.icon-button:hover,
.icon-button:active,
.icon-button:focus {
	background: var(--Gray-4);
	border-color: var(--Gray-4);
}

.menu-icon {
	position: relative;
	width: 38px;
	height: 38px;
	z-index: 15;
	cursor: pointer;
	display: none;
}

.nav-bar .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: var(--gap-sm);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nav-bar .contacts-icon {
	display: none;
}

.nav-bar .icon-button {
	border: none;
}

.hamburger {
	height: 1px;
	width: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: var(--text-primary);
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.hamburger::before,
.hamburger::after {
	content: "";
	position: absolute;
	height: inherit;
	border-radius: inherit;
	background-color: inherit;
	width: 100%;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.hamburger::before {
	top: -6px;
	left: 0;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.hamburger::after {
	bottom: -6px;
	right: 0;
	-webkit-transform-origin: right;
	transform-origin: right;
}

.hamburger.open {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.hamburger.open::before {
	top: 0;
	-webkit-transform: translateX(100%) rotate(-90deg);
	transform: translateX(100%) rotate(-90deg);
	width: 50%;
}

.hamburger.open::after {
	bottom: 0;
	-webkit-transform: translateX(-100%) rotate(-90deg);
	transform: translateX(-100%) rotate(-90deg);
	width: 50%;
}

.mobile-menu {
	background: #fff;
	position: fixed;
	padding: 88px 20px 20px 20px;
	z-index: 14;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	overflow-y: auto;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
}

.mobile-menu.active {
	visibility: visible;
	opacity: 1;
	width: 100%;
	max-width: 100%;
	/*
	-webkit-transition: opacity 1s cubic-bezier(.73, -0.44, .16, 1.56);
	transition: opacity 1s cubic-bezier(.73, -0.44, .16, 1.56);
*/
	-webkit-transition: opacity 0.4s cubic-bezier(0.6, 0, 0.05, 1);
	transition: opacity 0.4s cubic-bezier(0.6, 0, 0.05, 1);
	-webkit-filter: drop-shadow(15px 15px 20px rgba(131, 92, 72, 0.1));
	filter: drop-shadow(15px 15px 20px rgba(131, 92, 72, 0.1));
}

.mobile-menu .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}

.mobile-menu .menu-item {
	font: var(--h-4);
	height: 56px;
}

.arrows-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-top: 30px;
}

.arrow {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid var(--text-accent);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	z-index: 12;
	position: relative;
	background: #FFF url(../assets/images/slider-arrow.svg) no-repeat center/20px 20px;
}

.arrow-prev {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.arrow:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.arrow-prev:hover {
	-webkit-transform: scale(1.1) rotate(-180deg);
	transform: scale(1.1) rotate(-180deg);
}

.arrows-wrap_services,
.arrows-wrap_solutions {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 22;
}

.arrows-wrap_services .swiper-button-disabled,
.arrows-wrap_solutions .swiper-button-disabled {
	opacity: 0;
	-ms-touch-action: none;
	touch-action: none;

}

.arrows-wrap_services .arrow-prev,
.arrows-wrap_solutions .arrow-prev {
	position: absolute;
	left: -20px;
}

.arrows-wrap_services .arrow-next,
.arrows-wrap_solutions .arrow-next {
	position: absolute;
	right: -20px;
}

.swiper-pagination {
	color: var(--text-primary);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.28em;
	position: static;
	text-align: left;
	width: 100%;
}

.swiper-pagination .current {
	color: var(--text-accent);
	font-weight: 600;
}

.cookies {
	max-width: 510px;
	min-height: 90px;
	gap: 16px;
	border-radius: 20px;
	padding: 21px 24px;
	position: fixed;
	bottom: var(--gap-md);
	right: var(--gap-md);
	width: 100%;
	background: inherit;
	border: 1px solid var(--Gray-8);
	-webkit-box-shadow: var(--shadow-large);
	box-shadow: var(--shadow-large);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 25;
	display: none;
}

.cookies.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cookies .link {
	color: var(--text-accent);
}

html.modal-is-locked {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}

.popup {
	width: 100%;
	height: 100%;
	position: fixed;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 20;
	display: none;
}

.popup.active {
	overflow-y: scroll;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 15;
	background: var(--Gray-8);
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-end;
	display: none;
	/*
	-webkit-animation: .3s linear forwards show;
	animation: .3s linear forwards show;
*/
}

.popup .overlay {
	display: block;
}

.popup-modal {
	width: 100%;
	position: relative;
	padding: var(--gap-md);
	margin: 0 15px;
	background: #fff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/*
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
*/
	-webkit-transition: all 0.2s cubic-bezier(0.6, 0, 0.05, 1);
	transition: all 0.2s cubic-bezier(0.6, 0, 0.05, 1);
	z-index: 222;
	/*         	width: calc(100% - 2em);*/
	-webkit-box-shadow: var(--shadow-large);
	box-shadow: var(--shadow-large);
	border-radius: var(--gap-md);
	overflow: hidden;
	-webkit-transform: scale(0.7);
	transform: scale(0.7)
}


@-webkit-keyframes modal {
	0% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}


@keyframes modal {
	0% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}


@-webkit-keyframes show {
	0% {
		opacity: 0;
		-webkit-backdrop-filter: blur(0px);
		backdrop-filter: blur(0px);

	}

	100% {
		opacity: 1;
		-webkit-backdrop-filter: blur(25px);
		backdrop-filter: blur(25px);

	}
}


@keyframes show {
	0% {
		opacity: 0;
		-webkit-backdrop-filter: blur(0px);
		backdrop-filter: blur(0px);

	}

	100% {
		opacity: 1;
		-webkit-backdrop-filter: blur(25px);
		backdrop-filter: blur(25px);

	}
}

.popup.active .popup-modal {
	-webkit-animation: modal 0.2s cubic-bezier(0.6, 0, 0.05, 1) forwards;
	animation: modal 0.2s cubic-bezier(0.6, 0, 0.05, 1) forwards;
	/*
	-webkit-animation: modal 0.5s linear forwards;
	animation: modal 0.5s linear forwards;
*/
}

/*
.popup-modal_call {
	max-width: 1039px;
	padding: 60px;
}

.popup-modal_call h3 {
	margin-bottom: 30px;
	max-width: 617px;
	margin-left: auto;
}

.popup-modal_thanks {
	max-width: 776px;
	min-height: 247px;
}

.popup-modal_thanks h3 {
	margin-bottom: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
*/

.popup-modal .popup-close {
	cursor: pointer;
	position: absolute;
	top: var(--gap-md);
	right: var(--gap-md);
}

.popup-modal_timeline {
	max-width: 527px;
}

.popup-modal_timeline .popup-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	gap: var(--gap-md);
}

.popup-modal_timeline img {
	height: 200px;
	-o-object-fit: contain;
	object-fit: contain;
}

.popup-modal_timeline .timeline-content h5 {
	margin-bottom: 20px;
	font: var(--h-4);
}

.popup-modal_timeline .timeline-card .timeline-content div {
	font: var(--h-6);
	font-weight: 400;
}


.row {
	gap: 12px;
}

.section-header_sub {
	padding: var(--gap-sm) 0;
	border-top: 1px solid var(--Gray-10);
	margin-top: var(--gap-sm);
}

.col-2 {
	width: calc(50% - 6px);
}

.tip {
	font: var(--caption);
	color: var(--text-tertiary)
}

header {
	position: absolute;
	width: 100%;
	z-index: 15;
	min-height: 76px;
}

.nav-bar {
	position: absolute;
	z-index: 15;
	padding: 19px 0px;
	width: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: 0px;
	max-width: 100%;
	-webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nav-bar.scroll {
	position: fixed;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	background: #FFFFFFD9;
	-webkit-box-shadow: var(--shadow-medium);
	box-shadow: var(--shadow-medium);
	background: var(--bg-primary);
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(50px);
	/*
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
*/
	width: 100%;
	opacity: 0;
	top: 0;
	-webkit-animation: navAppear 0.4s forwards;
	animation: navAppear 0.4s forwards;
	/*

	padding: 12px 4px;
	width: calc(100% - 96px);*/
}

.nav-bar .menu {
	/*	gap: var(--gap-sm);*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*
.nav-bar.scroll .logo_desktop {
	 height: 0;
  opacity: 0;
  visibility: hidden; 
	display: none;
}

.nav-bar.scroll .logo_mob {
	 height: auto;
  opacity: 1;
  visibility: visible; 
	display: block;
}
*/

@-webkit-keyframes navAppear {
	from {
		opacity: 0;
		/*     -webkit-transform: translate(-50%, -150%);
transform: translate(-50%, -150%); */
	}

	to {
		opacity: 1;
		/* -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); */
	}
}

@keyframes navAppear {
	from {
		opacity: 0;
		/*     -webkit-transform: translate(-50%, -100%);
transform: translate(-50%, 0%); */
	}

	to {
		opacity: 1;
		/* -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, 0%); */
	}
}

.nav-bar.scroll .menu {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.menu-item {
	border: none;
	outline: none;
	cursor: pointer;
	position: relative;
	font: var(--body);
	gap: var(--gap-md);
	border-radius: 12px;
	padding: 7px 14px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: var(--text-secondary);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s cubic-bezier(0.6, 0, 0.05, 1);
	transition: all .3s cubic-bezier(0.6, 0, 0.05, 1);
	position: relative;
	z-index: 2;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.menu-item:disabled,
.disabled,
a[disabled] {
	opacity: 0.48;
	-ms-touch-action: none;
	touch-action: none;
	pointer-events: none;
	cursor: not-allowed;
}

.menu-item:hover,
.menu-item:focus,
.menu-item:active,
.main-nav .menu-item:hover,
.main-nav .menu-item:focus,
.main-nav .menu-item:active,
.menu-item.active,
.main-nav .menu-item.active {
	background: var(--Gray-4);
	border-color: var(--Gray-4);
}

.main-nav {
	position: fixed;
	bottom: var(--gap-md);
	background: var(--White-80, #FFFFFFCC);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	gap: 12px;
	border-radius: 20px;
	padding: 12px;
	border: 1px solid var(--Gray-8);
	-webkit-box-shadow: var(--shadow-medium);
	box-shadow: var(--shadow-medium);
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(50px);
	left: 50%;
	z-index: 13;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	/*
		transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1),
		opacity 0.6s ease,
		-webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1),
		opacity 0.6s ease,
		-webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
*/
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	opacity: 0;
	visibility: hidden;
}

.main-nav.scroll {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 1;
	visibility: visible;

}

.main-nav .menu {
	gap: 8px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.main-nav .menu-item {
	border: 1px solid var(--Gray-8);
	background: transparent;
}

.nav-bar.mobile {
	color: var(--text-secondary);
	background: transparent;
}

.hero {
	background: url(../assets/images/header-bg.jpg) no-repeat center top/cover;
	min-height: 100vh;
	border-bottom-left-radius: 64px;
	border-bottom-right-radius: 64px;
	padding-bottom: 48px;
	padding-top: 76px;
}

.hero .container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100vh;
	gap: var(--gap-xl);
	-webkit-transition: opacity 0.6s ease-out,
		-webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.6s ease-out,
		-webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1),
		opacity 0.6s ease-out;
	transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1),
		opacity 0.6s ease-out,
		-webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		opacity 0.6s ease-out,
		-webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	will-change: transform, opacity;
}

.hero-block {
	max-width: 1210px;
	text-align: center;
	padding-top: var(--gap-xl);
	gap: var(--gap-md);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero-desc {
	max-width: 775px;
	font: var(--body-2)
}


.buttons-wrap {
	position: relative;
	z-index: 0;
	gap: var(--gap-sm);
}

.hero-button {
	min-width: 188px;
}

.hero-pic {
	border-radius: var(--border-radius);
	-webkit-box-shadow: 0px 16px 48px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0px 16px 48px 0 rgba(0, 0, 0, 0.12);
}

.hero-tip {
	max-width: 890px;
	margin: var(--gap-lg) auto 0;
	text-align: center;
	color: #16161AD9;
}

.hero-title {
	font: var(--caption);
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	margin-bottom: var(--gap-sm);
	/*	line-height: 110%;*/
	color: var(--text-secondary);
	opacity: 0.8
}

/*
.hero-awards .awards-list {
	gap: 0 var(--gap-xl);
}
*/

.section-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: var(--gap-sm);
}

.history-block {
	padding: var(--gap-sm);
	background: var(--bg-secondary);
	border-radius: var(--border-radius);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: var(--gap-sm);
}

.history .section-header {
	margin-bottom: var(--gap-xl)
}

.history-desc {
	margin-top: 12px;
	max-width: 616px;
}

.founders-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}

.founders-item img {
	border-radius: 12px;
	width: 72px;
	height: 72px;
}

.founders-item h6 {
	margin-bottom: 4px;
}

/*
.timeline {
	padding-top: var(--gap-xl);
}

.timeline-container {
	padding-top: 112px;
	position: relative;
}

.timeline-nav {
	position: absolute;
	padding: 28px 0;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top: 0;
	left: 0;
	width: 100%;
}

.timeline-links {
	position: relative;
	z-index: 1;
}

.timeline-active .timeline-nav {
	position: fixed;
	z-index: 16;
	-webkit-box-shadow: var(--shadow-medium);
	box-shadow: var(--shadow-medium);
}



.timeline-nav svg {
	position: absolute;
	top: 35px;
}

.timeline-links .container {
	gap: var(--gap-md);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.timeline-links a {
	min-width: 148px;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 500;
}

.timeline-circle {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: block;
	background: var(--Gray-10);
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.timeline-links a:hover .timeline-circle,
.timeline-links a.active .timeline-circle {
	background: var(--text-accent) !important;
}

.timeline-circle:before {
	content: "";
	width: 32px;
	height: 16px;
	display: block;
	background: #fff;
	position: absolute;
	left: -8px;
	z-index: -1;
}
*/

.awards-list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 0 var(--gap-lg);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 var(--gap-sm);
}

.spacing {
	width: 100%;
	background: var(--Gray-10);
	height: 1px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.spacing_vertical {
	width: 1px;
	height: 24px;
}

sup {
	vertical-align: top;
	position: relative;
	top: -0.5em;
}

.timeline-pic {
	border-radius: var(--border-radius);
}

.timeline-img {
	padding: var(--gap-title) 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.timeline-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: var(--gap-xl);
	padding-top: var(--gap-xl);
}

.timeline-cards {
	gap: 12px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	/*
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
*/
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding-top: var(--gap-lg);
	padding-bottom: 20px;
	/*	height: 565px;*/
}

.timeline-card {
	width: calc(25% - 9px);
	cursor: pointer;
	-webkit-transition: background 1s ease-out, border 1s ease-out, -webkit-transform 0.6s cubic-bezier(0.6, 0, 0.05, 1), -webkit-box-shadow 0.6s ease-out;
	transition: background 1s ease-out, border 1s ease-out, -webkit-transform 0.6s cubic-bezier(0.6, 0, 0.05, 1), -webkit-box-shadow 0.6s ease-out;
	transition: transform 0.6s cubic-bezier(0.6, 0, 0.05, 1), background 1s ease-out, border 1s ease-out, box-shadow 0.6s ease-out;
	transition: transform 0.6s cubic-bezier(0.6, 0, 0.05, 1), background 1s ease-out, border 1s ease-out, box-shadow 0.6s ease-out, -webkit-transform 0.6s cubic-bezier(0.6, 0, 0.05, 1), -webkit-box-shadow 0.6s ease-out;
	background: var(--bg-secondary);
}


.timeline-card:hover {
	background: var(--bg-secondary) url(../assets/images/card-overlay.jpg) no-repeat center top/cover;
	-webkit-box-shadow: var(--shadow-medium);
	box-shadow: var(--shadow-medium);
	z-index: 2;
}


.timeline-card img {
	height: 200px;
	-o-object-fit: contain;
	object-fit: contain;
}

.timeline-card .timeline-content h4 {
	margin-bottom: 8px;
	/*
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
*/
}

.popup-modal_timeline .timeline-content h4 {
	margin-bottom: 8px;
}

.timeline-card .timeline-content div {
	/*
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
*/
}

.timeline-scroll {
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
}

.timeline-cards {
	-webkit-scroll-snap-type: x mandatory;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.timeline-card {
	scroll-snap-align: start;
}

.tech h2 {
	max-width: 1100px;
}

.tech-card {
	width: calc(20% - 9.6px);
	border-radius: var(--border-radius);
	background: var(--bg-secondary);
	height: 230px;
	padding: var(--gap-sm);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tech-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: var(--gap-title)
}

.tech-item {
	gap: 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 14.5px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font: var(--h-4);
	color: var(--text-secondary);
}

.tech-item:before {
	content: "";
	width: 10px;
	height: 10px;
	background: var(--text-accent);
	display: block;
	margin-top: -2px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.partners {
	background: var(--text-secondary);
	padding: 0;
}

.partners-bg {
	border-bottom-left-radius: 64px;
	border-bottom-right-radius: 64px;
	background: var(--bg-primary);
	padding-top: var(--gap-section);
	padding-bottom: var(--gap-sm);
}


.partners-block {
	background: url(../assets/images/partners-bg.jpg) no-repeat center/cover;
	border-radius: 48px;
	padding: var(--gap-section) var(--gap-lg);
	text-align: center;
	gap: var(--gap-md);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.partners-heading {
	margin-bottom: 0;
}

.partners .desc {
	font: var(--body-2)
}

.section-tip {
	min-height: 28px;
	border-radius: 14px;
	background: #fff;
	gap: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font: var(--caption);
}

.section-tip:before {
	content: "";
	width: 8px;
	height: 8px;
	background: var(--text-accent);
	display: block;
	margin-top: -2px;
}

.practices-heading {
	margin-bottom: var(--gap-sm);
}

.partners-block .desc {
	max-width: 775px;
}

.docs-list,
.abilities-list {
	gap: 12px;
}

.benefits-tabs-content {
	display: none;
}

.benefits-accordion {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
}

.benefits-images {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	border-radius: var(--border-radius);
	overflow: hidden;
}

.image-container {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: var(--border-radius);
	overflow: hidden;
	height: 720px;
}

.benefits-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0;
	-webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
}

.benefits-image.active {
	opacity: 1;
	pointer-events: auto;
}

.benefits-image.previous {
	opacity: 0;
}

.benefits-item {
	overflow: hidden;
}

.benefits-item.active {
	/*
	border-color: #0066cc;
	-webkit-box-shadow: 0 4px 12px rgba(0, 102, 204, 0.15);
	box-shadow: 0 4px 12px rgba(0, 102, 204, 0.15);
*/
}

.benefits-nav {
	padding: 14px 0px;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -0.01em;
	color: #94A3B8;
	cursor: pointer;
	position: relative;
	-webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.benefits-item.active .benefits-nav {
	-webkit-transition: background-color 0s, color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: background-color 0s, color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	padding: 0;
	opacity: 0;
	height: 0;
}

.benefits-content {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	/*	padding: 0 0 24px 32px;*/
}

.benefits-content h2 {
	margin-bottom: 24px;
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.1s;
	transition: opacity 0.3s 0.1s;
}

.benefits-content div {
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.15s;
	transition: opacity 0.3s 0.15s;
}

.benefits-item.active .benefits-content h2,
.benefits-item.active .benefits-content div {
	opacity: 1;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
	.benefits-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}

	.benefits-images {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		max-width: 100%;
		height: 300px;
	}

	.image-container {
		height: 300px;
	}
}

.abilities-pic {
	border-radius: var(--border-radius)
}

.abilities-tabs {
	position: relative;
	min-width: 240px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	gap: var(--gap-md);
}

.abilities-tabs input[name="tab-control"] {
	display: none;
}

.abilities-tabs-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.abilities-tabs-nav div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.abilities-tabs-nav label {
	opacity: 0.48;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}

.abilities-tabs-nav label h4 {
	padding: 12px 0;
	border-top: 2px solid var(--Gray-10);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.abilities-tabs-nav label:hover,
.abilities-tabs-nav label:focus,
.abilities-tabs-nav label:active {
	outline: 0;
	border-top-color: var(--text-secondary);
	opacity: 1;
}

.abilities-tabs-nav label:hover h4,
.abilities-tabs-nav label:focus h4,
.abilities-tabs-nav label:active h4 {
	border-top-color: var(--text-secondary);
}

.abilities-tabs-item {
	display: none;
	-webkit-animation-name: content;
	animation-name: content;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.abilities-tabs input[name="tab-control"]:nth-of-type(1):checked ~ .abilities-tabs-nav div:nth-child(1) > label,
.abilities-tabs input[name="tab-control"]:nth-of-type(1):checked ~ .abilities-tabs-nav div:nth-child(1) > label h4 {
	border-top-color: var(--text-secondary);
	opacity: 1;
}

.abilities-tabs input[name="tab-control"]:nth-of-type(1):checked ~ .abilities-tabs-content > .abilities-tabs-item:nth-child(1) {
	display: block;
}

.abilities-tabs input[name="tab-control"]:nth-of-type(2):checked ~ .abilities-tabs-nav div:nth-child(2) > label,
.abilities-tabs input[name="tab-control"]:nth-of-type(2):checked ~ .abilities-tabs-nav div:nth-child(2) > label h4 {
	border-top-color: var(--text-secondary);
	opacity: 1;
}

.abilities-tabs input[name="tab-control"]:nth-of-type(2):checked ~ .abilities-tabs-content > .abilities-tabs-item:nth-child(2) {
	display: block;
}

.abilities-tabs input[name="tab-control"]:nth-of-type(3):checked ~ .abilities-tabs-nav div:nth-child(3) > label,
.abilities-tabs input[name="tab-control"]:nth-of-type(3):checked ~ .abilities-tabs-nav div:nth-child(3) > label h4 {
	border-top-color: var(--text-secondary);
	opacity: 1;
}

.abilities-tabs input[name="tab-control"]:nth-of-type(3):checked ~ .abilities-tabs-content > .abilities-tabs-item:nth-child(3) {
	display: block;
}

.abilities-tabs input[name="tab-control"]:nth-of-type(4):checked ~ .abilities-tabs-nav div:nth-child(4) > label,
.abilities-tabs input[name="tab-control"]:nth-of-type(4):checked ~ .abilities-tabs-nav div:nth-child(4) > label h4 {
	border-top-color: var(--text-secondary);
	opacity: 1;
}

.abilities-tabs input[name="tab-control"]:nth-of-type(4):checked ~ .abilities-tabs-content > .abilities-tabs-item:nth-child(4) {
	display: block;
}


@-webkit-keyframes content {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes opacity {
	from {
		opacity: 0;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.abilities-tabs-text {
	display: none;
}

.docs-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: var(--bg-secondary);
	border-radius: var(--border-radius);
	gap: var(--gap-sm);
	padding: var(--gap-sm);
	padding-top: var(--gap-md);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.docs-item:hover,
.docs-item:active,
.docs-item:focus {
	color: var(--bg-primary);
	background: var(--text-accent)
}

.docs-item:hover h4,
.docs-item:active h4,
.docs-item:focus h4,
.docs-item:hover .docs-link,
.docs-item:active .docs-link,
.docs-item:focus .docs-link {
	color: var(--bg-primary);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.docs-item,
.abilities-item {
	width: calc(33.3% - 8px);
}

.docs-item img {
	width: 44px;
	height: 44px;
}

.docs-link,
.docs-link:hover,
.docs-link:focus,
.docs-link:active {
	background: var(--Gray-4);
	color: var(--text-secondary);
	padding: 10px 11px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.docs-item:hover path,
.docs-item:active path,
.docs-item:focus path {
	fill: var(--bg-primary)
}

.hero_contacts {
	padding: var(--gap-xl) 0;
	padding-top: calc(var(--gap-xl) * 2)
}

.hero_contacts .container {
	min-height: calc(100vh - var(--gap-xl) * 3)
}


.contacts {
	padding-bottom: var(--gap-xl)
}

.contacts .container {
	max-width: 798px;
}

.contacts-nav {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
}

.contacts-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1056px;
	gap: var(--gap-md);
}

.contacts-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: var(--gap-md);
	padding: var(--gap-md);
	background: var(--bg-primary);
	min-height: 244px;
}

.contacts-item:nth-of-type(odd) {
	width: calc(37% - var(--gap-md)/2);
}

.contacts-item:nth-of-type(even) {
	width: calc(63% - var(--gap-md)/2);
}

.contacts-title {
	font-weight: 500;
	padding-left: 36px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: clamp(1.3125rem, 1.0313rem + 1.25vw, 1.5rem);
}

.contacts-text {
	font: var(--h-4);
}

a.contacts-text:hover {
	color: var(--text-accent);
}

.contacts-desc {
	font: var(--h-4);
	font-weight: 400;
	max-width: 560px;
	margin-bottom: var(--gap-lg);
}

.contacts-form {
	gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

form {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#formLoader {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	overflow: hidden;
	z-index: 20000
}

#contactsSuccess {
	display: none;
}

.contacts-success {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: var(--gap-lg);
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contacts-success .desc {
	font: var(--h-4);
	font-weight: 400
}

#formLoader img {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.form-input {
	max-width: 100%;
	width: calc(50% - 10px);
	position: relative;
	display: inline-block;
}

.form-input:last-of-type {
	width: 100%;
}

.form-control {
	max-width: 100%;
	background: var(--Gray-4);
	border: 1px solid var(--Gray-4);
	height: 60px;
	border-radius: 14px;
	width: 100%;
	padding: 16px 20px;
	font-weight: 400;
	font: var(--h-5);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

textarea.form-control {
	min-height: 140px;
}

.form-button {
	max-width: 100%;
	width: 100%;
}

.form-control.error {
	color: #D20A0A;
}

.form-input label.error {
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	color: #D20A0A;
	padding-right: 20px;
	height: 24px;
	display: block;
	width: auto;
	max-width: 100%;
}

.form-control.valid {
	color: var(--text-secondary);
	border-color: var(--text-accent);
}

.form-control:focus,
.form-control:active {
	color: var(--text-secondary);
}

.form-tip {
	font-size: 14px;
	line-height: 1.4em;
	margin-top: 30px;
	text-align: center;
}

.form-tip a {
	text-decoration: underline;
}

.form-tip a:hover {
	text-decoration: none;
}

.thanks .section-desc {
	text-align: center;
	margin: 0 auto;
}

.thanks .section-desc span:first-of-type {
	display: block;
	font-size: 20px;
	margin-top: 5px;
}

.form-control.valid {
	position: relative;
}

.form-button {
	margin: 0 auto;
}

.agree {
	position: relative;
	text-align: left
}

.agree label {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	display: block;
	max-width: 470px;
}

.agree label a:hover {
	color: var(--text-accent);
}

.agree input[type=checkbox] {
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 10;
	opacity: 0;
	cursor: pointer;
}

.agree input[type=checkbox] ~ .agree-label:before {
	content: "";
	position: absolute;
	border: 1px solid #E2E2E2;
	width: 20px;
	height: 20px;
	left: 0px;
	top: 0px
}

.agree input[type=checkbox] ~ .agree-label:after {
	width: 100%;
	height: 100%;
	background: var(--text-accent);
	-webkit-clip-path: polygon(45% 64%, 84% 14%, 100% 28%, 47% 100%, 0 49%, 15% 32%);
	clip-path: polygon(45% 64%, 84% 14%, 100% 28%, 47% 100%, 0 49%, 15% 32%);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: transform .3s;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	position: absolute;
	width: 12px;
	height: 10px;
	display: block;
	content: "";
	left: 4px;
	top: 5px;
}

.agree input[type=checkbox]:checked ~ .agree-label:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.contacts-block {
	text-align: center;
	margin-top: 0px;
	font-size: 28px;
}

.contacts-block h3 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
}

.footer {
	background: var(--text-secondary);
	color: var(--bg-primary);
	padding: var(--gap-section) 0 var(--gap-md);
}

.footer .logo {
	margin-top: 18px;
}

.footer-top,
.footer-bottom {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

}

.footer-tip {
	color: #94A3B8;
	margin-top: 12px;
}

.adress {
	max-width: 600px;
	margin-top: var(--gap-lg);
}

.footer-nav {
	gap: var(--gap-sm);
}

.footer-nav > div {
	width: calc(33.3% - 16px);
}

.footer .menu-item {
	color: var(--bg-primary);
}

.footer-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: var(--gap-footer);
}

.footer .menu-item {
	text-align: left;
	padding: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.footer .menu-item a {
	padding: 17px 0;
}

.footer .menu-item:hover,
.footer .menu-item:focus,
.footer .menu-item:active {
	background: transparent;
}

.footer .menu-item a:hover,
.footer .menu-item a:focus,
.footer .menu-item a:active {
	color: var(--text-accent);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer-contacts {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: var(--gap-md);
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.footer-contacts a {
	font: var(--h-4);
	font-weight: 400;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.mail {
	text-decoration: underline;
}

.footer-contacts a:hover,
.footer-docs a:hover {
	color: var(--text-accent);
}

.footer-docs {
	gap: 6px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer-docs a {
	color: #94A3B8;
}

.lang-item {
	gap: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.08)
}

.lang-item span {
	color: var(--text-tertiary);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.lang-item:hover span {
	color: inherit
}

.arrow-up {
	margin-left: 16px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.arrow-up:hover {
	background: var(--text-accent);
}

/*
.lang-item:before {
	content: "";
	background: url(../assets/images/ru_flag.png) no-repeat center/contain;
	width: 25px;
	height: 25px;
	display: inline-block;
}
*/

.about img,
.hero-pic {
	/*
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
*/
	-webkit-transition: opacity 0.6s ease-out,
		-webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.6s ease-out,
		-webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1),
		opacity 0.6s ease-out;
	transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1),
		opacity 0.6s ease-out,
		-webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}


.timeline-item {
	scroll-margin-top: 130px;
}

.timeline-arrows {
	display: none;
}

.contacts-content h2 {
	margin-bottom: 12px;
}

@media screen and (max-width:1300px) {
	/*
	.timeline-cards {
		height: 478px;
	}
*/

	/*
	.timeline-card:hover {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
*/

	.timeline-card img {
		height: 160px;
	}

}

@media screen and (max-width:1000px) {
	.nav-bar .menu {
		gap: var(--gap-sm);
	}

	.cookies {
		max-width: 280px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.cookies .link {
		display: block;
	}

	.cookies .button {
		max-width: 100%;
		width: 100%;
	}

	.col-2 {
		width: 100%;
	}


	.row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tech-cards {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.tech-card {
		height: 170px;
	}

	.benefits-tabs-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 40px
	}

	.benefits-tabs-item:first-of-type {
		width: 100%
	}

	.benefits-tabs-item {
		width: calc(50% - 6px)
	}

	.benefits-text h4 {
		margin-bottom: 8px;
	}

	.benefits-wrap {
		display: none;
	}

	.timeline-cards {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.timeline-card {
		width: calc(50% - 6px);
	}

	.nav-bar {
		/*		width: calc(100% - 30px);*/
	}

	.footer-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: var(--gap-md);
		gap: var(--gap-md);
	}

	.contacts-item:nth-of-type(even),
	.contacts-item:nth-of-type(odd) {
		width: calc(50% - var(--gap-md)/2);
	}

}


@media screen and (max-width:769px) {

	section {
		/*		scroll-margin-top: 56px;*/
	}

	.nav-bar {
		padding: 8px 0;
	}

	.nav-bar {
		top: 0;
		border-radius: 0;
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}

	.nav-bar.scroll {
		min-width: 100%;
		top: 0;
		padding-left: 0;
		padding-right: 0
	}

	.nav-bar .menu {
		display: none;
	}

	.menu-icon,
	.nav-bar .contacts-icon {
		display: block;
	}

	.hero-tip {
		color: var(--text-primary);
	}


	.benefits-tabs-item {
		width: 100%
	}

	.timeline-nav {
		padding: 15px 0;
	}

	.timeline-item {
		scroll-margin-top: 115px;
	}

	.timeline-nav svg {
		top: 23px;
	}

	.cookies {
		right: 15px;
		bottom: 15px;
	}

	.main-nav {
		bottom: 15px;
	}

	.main-nav .menu-item,
	.main-nav .button {
		height: 38px;
		padding: 7px 12px;
	}

	.main-nav .logo {
		width: 38px;
		height: 38px;
	}

	/*
	.footer {
		padding-top: 32px;
	}
*/

	/*
	.footer_main {
		padding-bottom: 94px;
	}
*/

	/*
	.footer .menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 8px;
	}

*/
	.footer-bottom,
	.footer-docs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: var(--gap-sm);
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.footer-links {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer-docs {
		gap: 8px;
	}

	.contacts-item:nth-of-type(even),
	.contacts-item:nth-of-type(odd) {
		width: 100%;
		min-height: auto;
		gap: var(--gap-sm);
	}

	.contacts-item:nth-of-type(1) {
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -2;
		order: -2;
	}

	.contacts-item:nth-of-type(3) {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.nav-bar .button_small {
		margin-left: auto;
	}

	.nav-bar .container {
		gap: calc(var(--gap-sm)/2)
	}

	.section-header {
		margin-bottom: var(--gap-sm);
	}

	.partners-block {
		gap: var(--gap-sm);
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.history .section-header,
	.contacts {
		margin-bottom: 48px;
	}

	.abilities-tabs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.abilities-tabs-nav div {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}

	.abilities-tabs-nav label {
		opacity: 1;
	}

	.abilities-tabs-nav label h4 {
		border: none;
		padding: 14px 12px 10px;
		border-radius: 19px;
		background: var(--Gray-4);
		font-size: 14px;
		color: var(--text-secondary);
		font-weight: 400;
		line-height: 100%;
	}

		.abilities-tabs input[name="tab-control"]:nth-of-type(1):checked ~ .abilities-tabs-nav div:nth-child(1) > label h4, .abilities-tabs input[name="tab-control"]:nth-of-type(1):checked ~ .abilities-tabs-nav div:nth-child(1) > label h4, .abilities-tabs input[name="tab-control"]:nth-of-type(2):checked ~ .abilities-tabs-nav div:nth-child(2) > label h4, .abilities-tabs input[name="tab-control"]:nth-of-type(2):checked ~ .abilities-tabs-nav div:nth-child(2) > label h4, .abilities-tabs input[name="tab-control"]:nth-of-type(3):checked ~ .abilities-tabs-nav div:nth-child(3) > label h4, .abilities-tabs input[name="tab-control"]:nth-of-type(3):checked ~ .abilities-tabs-nav div:nth-child(3) > label h4, .abilities-tabs input[name="tab-control"]:nth-of-type(4):checked ~ .abilities-tabs-nav div:nth-child(4) > label h4, .abilities-tabs input[name="tab-control"]:nth-of-type(4):checked ~ .abilities-tabs-nav div:nth-child(4) > label h4 {
		color: var(--bg-primary);
		background: var(--text-secondary);
	}

	.abilities-tabs-nav label:hover h4,
	.abilities-tabs-nav label:focus h4,
	.abilities-tabs-nav label:active h4 {
		color: var(--bg-primary);
		background: var(--text-secondary);
	}

	.abilities-item div {
		display: none;
	}

	.abilities-tabs-text {
		display: block;
		margin-top: var(--gap-sm);
	}

	.abilities-tabs-text h4 {
		margin-bottom: 8px;
	}

	.benefits-tabs-item .section-heading {
		margin-bottom: 12px;
	}
	
	.abilities-pic {
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
}

	.section-block {
		gap: var(--gap-md)
	}

	.timeline-pic {
		margin-top: 0;
	}

	.tech h2 {
		font: var(--h-4);
	}

	.tech-card {
		height: 96px;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}

	.tech-logo {
		height: 100%;
	}

	.tech-card h4 {
		display: none;
	}

	/*
	.awards-pic {
		height: 60px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: calc(50% - 6px);
	}
*/

	.footer .logo {
		max-width: 198px;
	}

}

@media screen and (max-width: 610px) {
	h1 {
		letter-spacing: -0.01em;
	}

	.hero-block {
		text-align: left;
	}


	:root {
		--border-radius: 20px;
	}


	.partners-block {
		border-radius: 24px;
	}

	/* .nav-bar.scroll {
	  opacity: 1;
	}
	
	@-webkit-keyframes navAppear {
	  from {
	    opacity: 1;
	  }
	  
	  to {
	    opacity: 1;
	  }
	}
	
	@keyframes navAppear {
	  from {
	    opacity: 1;
	  }
	  
	  to {
	    opacity: 1;
	  }
	} */

	.buttons-wrap .button {
		max-width: 100%;
		width: 100%;
	}

	.buttons-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}

	/*
	.hero,
	.hero .container {
		min-height: 480px;
	}

	.hero-button {
		min-width: 180px;
		height: 48px;
		font-size: var(--body);
	}
*/

	.founders-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 16px;
	}

	.founders-item img {
		width: 64px;
		height: 64px;
	}

	.timeline-links .container {
		overflow-x: scroll;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
	}


	.timeline-links .container.scroll {
		-webkit-transform: translateX(-1);
		transform: translateX(-1);
	}


	.timeline-links .container::-webkit-scrollbar,
	.main-nav::-webkit-scrollbar {
		width: 0;
		height: 0;
	}

	.button_large,
	.form-control {
		height: 56px;
	}

	.popup-modal_timeline .timeline-content h5 {
		margin-bottom: 12px;
	}

	.timeline-card .timeline-content h5 {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.popup-modal_timeline img {
		height: 160px;
	}

	.icon-button {
		width: 38px;
		height: 38px;
		border-radius: 10px;
		padding: 9px;
	}

	.main-nav {
		width: calc(100% - 30px);
		overflow-x: scroll;
	}

	/*

	.partners-block {
		background-image: url(../assets/images/partners-bg-mobile.png);
	}
*/

	.form-tip {
		margin-top: 25px;
	}

	.contacts-list {
		gap: 8px;
	}

	.contacts-list .icon-button {
		display: none;
	}

	.contacts-form {
		gap: 8px;
	}

	.form-button {
		margin-top: 12px;
	}

	.form-input {
		width: 100%;
	}

	.contacts-success img {
		width: 48px;
		height: 48px;
	}

	.arrows-wrap {
		gap: 15px;
		margin-top: 15px;
	}

	.arrow {
		width: 42px;
		height: 42px;
		background-size: 18px 18px;
	}

	.abilities-list {
		width: 547px;
		overflow-x: scroll;
	}


	.abilities-list::-webkit-scrollbar {
		display: none;
	}

	.docs-list,
	.footer-nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.docs-item,
	.abilities-item,
	.timeline-card {
		width: 100%;
	}

	.footer-nav > div {
		width: 100%
	}

	.footer .menu-item a {
		padding: 12px 0;
	}

	.footer-nav {
		gap: 0;
	}

	.menu_contacts {
		margin-top: 24px;
	}

	.awards-list {
		padding: 0;
	}

	.partners-bg,
	.hero {
		border-bottom-left-radius: 32px;
		border-bottom-right-radius: 32px;
	}

	.partners-block {
		border-radius: var(--border-radius);
	}
}

/*
@media (max-width:610px) and (max-height: 750px) {

	.hero,
	.hero .container {
		min-height: 100vh
	}
}
*/
