@import url(../fonts/formular/stylesheet.css);
@import url(../fonts/radio/stylesheet.css);
:root {
  --white: #fff;
  --black: #0E0F11;
  --bg: #1A1B1E;
  --blue: #00B0EA;
  --darkblue: #2F338D;
  --leaf: #C3D552;
  --gray0: #F3F3F4;
  --gray1: #E6E7E9;
  --gray2: #8E9398;
  --gray3: #23252B;
}
* {
  box-sizing: border-box;
  outline: none;
}
html {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  display: flex;
  flex: auto;
  flex-direction: column;
  font-family: 'Formular', sans-serif;
  background: var(--bg);
  color: var(--gray1);
  font-size: 16px;
  line-height: 23px;
}
img {
  border: 0;
}
.h0 {
  font-family: 'RoadRadio', sans-serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 81px;
  margin: 0;
  padding: 0;
}
h1,
.h1 {
  font-family: 'RoadRadio', sans-serif;
  font-weight: 900;
  font-size: 64px;
  line-height: 65px;
  margin: 0 0 32px;
  padding: 0;
}
h2,
.h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 16px;
  padding: 0;
}
h3,
.h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 16px;
  padding: 0;
}
h4,
.h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 16px;
  padding: 0;
}
input,
textarea,
a,
button {
  outline: none;
}
a {
  color: var(--leaf);
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: var(--blue);
  text-decoration: none;
}
.dn {
  display: none;
}
.clr {
  clear: both;
}
.col {
  vertical-align: top;
  display: inline-block;
}
main {
  flex: auto;
  width: 100%;
  overflow: hidden;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--black);
  -webkit-box-shadow: 0 0 0 1000px var(--white) inset;
}
.text {
  font-size: 16px;
  line-height: 23px;
}
.text-big {
  font-size: 20px;
  line-height: 28px;
}
.text-sub {
  font-size: 14px;
  line-height: 20px;
}
.map {
  height: 710px;
  position: relative;
}
.map #map {
  width: 100%;
  height: 100%;
}
.map__voile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../img/hole.svg) no-repeat center / cover;
}
.section {
  position: relative;
  z-index: 2;
}
.section--top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  background: no-repeat center / cover;
}
.section--top .content {
  display: flex;
  justify-content: space-between;
}
.section--top h3,
.section--top .h3 {
  margin: 24px 0 64px 0;
}
.section--top .logo {
  margin-top: 40px;
}
.section--top .block {
  width: 560px;
  margin-top: 180px;
  margin-right: -44px;
  position: relative;
  z-index: 2;
}
.section--top .btns {
  margin-top: 24px;
}
.section__voile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(26, 27, 30, 0.31) 61.73%, #1A1B1E 100%), linear-gradient(115.36deg, rgba(0, 0, 0, 0.31) 29.02%, #000000 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.section__content {
  position: relative;
  z-index: 2;
}
.section--1 {
  padding-bottom: 220px;
}
.section--1:before {
  position: absolute;
  content: "";
  background: url(../img/shape1.svg) no-repeat center bottom / contain;
  width: 737px;
  height: 426px;
  left: 0;
  top: -296px;
  z-index: 2;
}
.section--1 .content {
  z-index: 3;
}
.section--1 h1 {
  margin-top: -126px;
  display: inline-block;
}
.section--1 .btns {
  position: absolute;
  z-index: 4;
  top: 40px;
  left: 620px;
}
.section--2 {
  padding-bottom: 286px;
}
.section--2 .h0 {
  margin-bottom: 64px;
}
.section--2 .block {
  width: 370px;
}
.section--3 {
  padding-bottom: 210px;
}
.section--3 .h0 {
  margin-bottom: 40px;
}
.section--3 .content {
  z-index: 2;
}
.section--3 .block {
  width: 500px;
  position: relative;
}
.section--3 .block--2 {
  width: auto;
  display: flex;
  align-items: center;
  margin-top: 70px;
}
.section--3 .block--2 > div {
  position: relative;
  z-index: 2;
}
.section--3 .block--2 > div:first-child {
  width: 535px;
}
.section--3 .block--3 {
  width: auto;
  z-index: 1;
  line-height: 0;
}
.section--3 .block--3:after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: -100px;
  right: 0;
  background: url(../img/shape2.svg) no-repeat right center / contain;
  width: 921px;
  height: 532px;
}
.section--3 .block--3 img {
  position: absolute;
  right: 0;
  bottom: -348px;
  width: 654px;
  height: 248px;
}
.section--3 .h2,
.section--3 h2 {
  margin: 0;
}
.section--4 {
  padding-bottom: 120px;
}
.section--4 .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: -96px;
}
.section--4 .block--2 {
  margin-top: 30px;
  margin-bottom: 42px;
}
.section--5 {
  padding-bottom: 100px;
}
.section--5 .h0 {
  margin-bottom: 40px;
}
.section--6 .block {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.section--6 .h1 {
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
}
.section--6 p {
  margin-bottom: 40px;
}
.section--6 footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.section--6 .btns {
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 3;
}
.section--6 .btns .btn {
  border-radius: 8px 8px 0 0;
}
.map-vector {
  display: inline-block;
  background: url(../img/map.svg) no-repeat center / contain;
  width: 1282px;
  height: 671px;
  margin-left: -188px;
}
footer {
  color: var(--gray2);
  padding: 24px 0;
  opacity: 0.5;
}
.wrapper {
  margin-top: 750px;
  background: var(--bg);
  position: relative;
  z-index: 2;
}
.logo {
  width: 376px;
  height: 360px;
}
.logo lottie-player {
  width: 100%;
  height: 100%;
}
.logo--line {
  width: 194px;
  height: 60px;
  transform: translateY(-100px);
  background: url(../img/logo-line.svg) no-repeat center / contain;
  transition: all 0.3s ease;
}
.content {
  width: 1136px;
  margin: 0 auto;
  position: relative;
}
.inner {
  padding: 0 96px;
}
.vector {
  width: 1273px;
  height: 1038px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.vector div,
.vector svg {
  width: 100%;
  height: 100%;
}
.line {
  width: 1457px;
  background: url(../img/line.svg) no-repeat center / contain;
  position: absolute;
  z-index: 1;
  height: 3341px;
  left: 0;
  bottom: 710px;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 100%;
  transition: all 0.3s ease;
}
header.scroll {
  background: var(--bg);
}
header.scroll .logo--line {
  transform: translateY(0);
}
.right {
  display: flex;
  align-items: center;
}
.menu {
  display: flex;
  align-items: center;
}
.menu-item {
  margin-right: 32px;
  color: var(--gray2);
  text-decoration: none;
}
.menu-item:hover,
.menu-item.active {
  color: var(--blue);
}
.phone {
  margin: 0;
}
.blue {
  color: var(--blue);
}
.circle {
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -200px;
  left: 270px;
  background: url(../img/circle.svg) no-repeat center / contain;
  border-radius: 50%;
  width: 2341px;
  height: 2341px;
}
.circle img {
  width: 1114px;
  height: 1114px;
}
.rotate {
  animation: rotate 30s linear infinite;
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.tabs {
  display: flex;
  margin-top: 34px;
}
.tabs-content {
  width: 752px;
}
.tabs__scroll {
  display: flex;
}
.tab {
  width: 88px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  transition: all 0.3s ease;
}
.tab img,
.tab svg {
  width: 64px;
}
.tab img path,
.tab svg path {
  stroke: var(--blue);
  transition: all 0.3s ease;
}
.tab-content {
  display: none;
  height: 84px;
}
.tab.active {
  background: var(--leaf);
}
.tab.active svg path {
  stroke: var(--darkblue);
}
.services {
  background: url(../img/tree.svg) no-repeat left center / 148px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 170px;
  position: absolute;
  top: 80px;
  left: 600px;
}
.service {
  border: 1px solid rgba(0, 176, 234, 0.3);
  padding: 16px 24px;
  border-radius: 8px;
  margin: 8px 0;
  white-space: nowrap;
}
.solutions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -96px;
  margin-top: 56px;
}
.solution {
  display: inline-block;
  background: var(--black);
  border-radius: 16px;
  width: 230px;
  color: var(--gray1);
  margin-bottom: 40px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.solution__img {
  border-radius: 0 0 16px 16px;
  height: 200px;
  width: 100%;
  display: inline-block;
  background: no-repeat center / cover;
  position: relative;
  overflow: hidden;
}
.solution__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(23, 32, 46, 0.35), rgba(23, 32, 46, 0.35)), #163449;
  mix-blend-mode: color;
  transition: all 0.3s ease;
}
.solution__title {
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
}
.solution:hover {
  color: var(--blue);
}
.solution:hover .solution__img:after {
  opacity: 0;
}
.btn {
  display: inline-block;
  border: none;
  cursor: pointer;
  color: var(--white);
  padding: 0 20px;
  min-width: 220px;
  border-radius: 8px;
  background: var(--blue);
  height: 40px;
  font-size: 16px;
  line-height: 23px;
  font-size: 1.11111111vw;
  line-height: 1.59722222vw;
  transition: all 0.3s ease;
}
.btn-big {
  font-size: 20px;
  line-height: 28px;
}
.btn-sub {
  font-size: 14px;
  line-height: 20px;
}
.btn-big {
  font-size: 1.38888889vw;
  line-height: 1.94444444vw;
}
.btn-sub {
  font-size: 0.97222222vw;
  line-height: 1.38888889vw;
}
.btn > span {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.btn--dark {
  background: var(--gray3);
  color: var(--blue);
}
.btn--light {
  background: rgba(35, 37, 43, 0.2);
  color: var(--blue);
}
.btn--big {
  height: 48px;
}
.btn--large {
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  height: 64px;
}
.btn img,
.btn svg {
  width: 32px;
  margin-right: 16px;
}
.btn img path,
.btn svg path {
  stroke: var(--white);
  transition: all 0.3s ease;
}
.btn--icon {
  width: 40px;
  padding: 0;
  line-height: 0;
  min-width: auto;
}
.btn--icon img,
.btn--icon svg {
  width: 24px;
  margin: 0;
}
.btn--icon img path,
.btn--icon svg path {
  stroke: var(--blue);
}
.btn:hover:not(.swiper-button-disabled) {
  background: var(--leaf);
  color: var(--darkblue);
}
.btn:hover:not(.swiper-button-disabled) svg path {
  stroke: var(--darkblue);
}
ul {
  margin: 0 0 40px;
  padding: 0;
}
ul li {
  list-style-type: none;
  position: relative;
  padding-left: 34px;
  margin-bottom: 8px;
}
ul li:before {
  content: "—";
  display: inline-block;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
}
ol {
  padding: 0 0 0 24px;
  margin: 0;
}
ol li {
  margin-top: 24px;
  padding-left: 20px;
}
.ul {
  margin: 0;
  padding: 0;
}
.ul--check li {
  list-style-type: none;
  background: url(../img/icon-check.svg) no-repeat left center / 24px auto;
  margin: 12px 0;
  padding-left: 40px;
}
.ul--check li:before {
  display: none;
}
.ul--dots {
  margin-bottom: 24px;
}
.ul--dots li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}
.ul--dots li:before {
  content: "\2024";
  height: 20px;
  line-height: 0;
  font-size: 300%;
  top: -5px;
  left: 5px;
}
p {
  margin: 0;
  padding: 0;
}
p + p,
p + ul,
p + ul.ul {
  margin-top: 16px;
}
p + p.p--big,
p + ul.p--big,
p + ul.ul.p--big {
  margin-top: 40px;
}
.numbers {
  margin-top: 80px;
  display: flex;
  margin-bottom: 110px;
}
.number {
  width: 368px;
  margin-right: 112px;
}
.number__top {
  font-family: 'RoadRadio', sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 8px;
}
.number__value {
  font-family: 'RoadRadio', sans-serif;
  font-weight: 900;
  font-size: 140px;
  line-height: 141px;
  margin-bottom: 4px;
  color: var(--leaf);
}
.slider {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
.slider--1 .swiper-slide {
  width: auto;
  padding: 0 0 0 40px;
}
.slider--1 .swiper-slide:first-child {
  padding-left: 248px;
}
.slider--1 .swiper-slide:last-child {
  padding-right: 152px;
}
.slider-navigation {
  display: flex;
}
.slider-navigation__prev,
.slider-navigation__next {
  margin-left: 16px;
  transition: all 0.3s ease;
}
.slider-navigation__prev.swiper-button-disabled,
.slider-navigation__next.swiper-button-disabled {
  cursor: default;
  opacity: 0.5;
}
.slider-navigation__prev {
  transform: scaleX(-1);
}
.project {
  position: relative;
  border-radius: 16px;
  background: var(--darkblue);
  padding: 12px;
  width: 360px;
  height: 422px;
}
.project__img {
  border-radius: 16px;
  height: 244px;
  width: 100%;
  background: no-repeat center / cover;
  margin-bottom: 24px;
}
.project__title {
  margin-bottom: 12px;
}
.project__btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.project__content {
  padding: 0 12px;
}
.partners {
  border-radius: 16px;
  background: var(--gray3);
  padding: 40px 40px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.partner {
  width: 96px;
  height: 96px;
  margin-bottom: 40px;
  background: no-repeat center / cover;
  margin-left: 40px;
}
.partner--contain {
  background-size: contain;
}
.popup {
  border-radius: 16px;
  background: var(--gray0);
  width: 850px;
  padding: 56px;
}
.popup__title {
  color: var(--darkblue);
  margin-bottom: 56px;
}
.popup__title + .popup__title {
  margin-top: -56px;
  color: var(--black);
}
.popup__content a {
  text-decoration: underline;
  color: var(--darkblue);
}
.popup__content a:hover {
  text-decoration: none;
  color: var(--darkblue);
}
.popup__img {
  background: no-repeat center / cover;
  border-radius: 16px;
  height: 210px;
  margin-bottom: 32px;
  width: 100%;
}
.popup--2 {
  width: 475px;
}
.popup--2 .popup__title {
  margin-bottom: 32px;
}
.form__row {
  margin-bottom: 32px;
}
.form__row--last {
  margin: 40px 0 0;
  text-align: center;
}
.form__row--last a {
  color: var(--blue);
  text-decoration: none;
}
.form__row--sm {
  margin-bottom: 24px;
}
.form-elem {
  position: relative;
  border-radius: 8px;
  background: var(--white);
  transition: all 0.3s ease;
}
.form-elem__icon,
.form-elem__eye {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  line-height: 0;
  z-index: 3;
}
.form-elem__icon img,
.form-elem__eye img,
.form-elem__icon svg,
.form-elem__eye svg {
  width: 24px;
}
.form-elem__icon img path,
.form-elem__eye img path,
.form-elem__icon svg path,
.form-elem__eye svg path {
  stroke: var(--gray2);
  transition: all 0.3s ease;
}
.form-elem__title {
  position: absolute;
  top: 50%;
  left: 64px;
  transform: translateY(-50%);
  color: var(--gray2);
  z-index: 3;
  transition: all 0.3s ease;
}
.form-elem__eye {
  right: 24px;
  left: auto;
  z-index: 3;
}
.form-elem__eye svg path {
  stroke: var(--gray1);
}
.form-elem__eye:hover svg path {
  stroke: var(--darkblue);
}
.form-elem input {
  width: 100%;
  border: none;
  box-shadow: none;
  outline: none;
  position: relative;
  z-index: 2;
  background: transparent;
  height: 64px;
  font-family: 'Formular', sans-serif;
  color: var(--black);
  padding: 29px 24px 12px 64px;
  font-size: 16px;
  line-height: 23px;
  font-size: 1.11111111vw;
  line-height: 1.59722222vw;
}
.form-elem input-big {
  font-size: 20px;
  line-height: 28px;
}
.form-elem input-sub {
  font-size: 14px;
  line-height: 20px;
}
.form-elem input-big {
  font-size: 1.38888889vw;
  line-height: 1.94444444vw;
}
.form-elem input-sub {
  font-size: 0.97222222vw;
  line-height: 1.38888889vw;
}
.form-elem.filled .form-elem__title {
  font-size: 12px;
  line-height: 16px;
  top: 12px;
  transform: translateY(0);
}
.form-elem.active {
  box-shadow: 0 8px 32px rgba(30, 42, 60, 0.12);
}
.form-elem.active .form-elem__icon svg path {
  stroke: var(--darkblue);
}
.checkbox {
  display: inline-block;
  line-height: 0;
  margin-right: 16px;
  vertical-align: bottom;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox] + span {
  background: var(--gray1);
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  border: 1px solid var(--gray2);
  border-radius: 4px;
  transition: all 0.3s ease;
}
.checkbox input[type=checkbox] + span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icon-check.svg) no-repeat center / contain;
  opacity: 0;
  transition: all 0.3s ease;
}
.checkbox input[type=checkbox]:checked + span {
  background: var(--darkblue);
  border-color: var(--darkblue);
}
.checkbox input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.page-inner h2,
.page-inner .h2 {
  margin-bottom: 40px;
}
.page-inner .logo--line {
  width: 360px;
  height: 111px;
  transform: none;
}
.page-inner header {
  position: relative;
  padding: 64px 248px 56px;
}
.page-inner .wrapper {
  margin: 0;
}
.page-inner .content {
  background: var(--gray0);
  width: 944px;
  color: var(--black);
  padding: 56px 40px;
}
.page-inner .content a:not(.btn) {
  color: var(--blue);
}
.page-inner .content a:not(.btn):hover {
  color: var(--darkblue);
}
.page-inner footer {
  padding: 56px 0 24px;
}
.page-inner footer .content {
  background: transparent;
  padding: 0;
  color: var(--gray2);
}
.page-inner .btns {
  width: 360px;
}
.page-inner--enter .content {
  background: transparent;
  padding: 0;
}
.danger {
  color: #EB5757;
}
.success {
  color: #6FCF97;
}
.enter {
  display: flex;
  justify-content: space-between;
  color: var(--gray0);
}
.enter .form {
  width: 363px;
  margin-left: 16px;
}
.enter a {
  text-decoration: underline!important;
}
.enter a:hover {
  text-decoration: none!important;
  color: var(--blue) !important;
}
.opteo {
  position: fixed;
  bottom: 40px;
  left: 145px;
  border-radius: 12px;
  background: var(--gray1);
  padding: 24px 32px;
  z-index: 50;
  color: var(--black);
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
}
.opteo .btns {
  margin-top: 16px;
}
.opteo.active {
  opacity: 1;
  transform: translateY(0);
}
body {
  font-size: 1.11111111vw;
  line-height: 1.59722222vw;
}
.h0 {
  font-size: 5.55555556vw;
  line-height: 5.625vw;
}
h1,
.h1 {
  font-size: 4.44444444vw;
  line-height: 4.51388889vw;
  margin: 0 0 2.22222222vw;
}
h2,
.h2 {
  font-size: 2.77777778vw;
  line-height: 3.05555556vw;
  margin: 0 0 1.11111111vw;
}
h3,
.h3 {
  font-size: 1.66666667vw;
  line-height: 2.22222222vw;
  margin: 0 0 1.11111111vw;
}
h4,
.h4 {
  font-size: 1.38888889vw;
  line-height: 1.94444444vw;
  margin: 0 0 1.11111111vw;
}
.text {
  font-size: 1.11111111vw;
  line-height: 1.59722222vw;
}
.text-big {
  font-size: 1.38888889vw;
  line-height: 1.94444444vw;
}
.text-sub {
  font-size: 0.97222222vw;
  line-height: 1.38888889vw;
}
.map {
  height: 49.30555556vw;
}
.section--top {
  height: 52.08333333vw;
}
.section--top h3,
.section--top .h3 {
  margin: 1.66666667vw 0 4.44444444vw 0;
}
.section--top .logo {
  margin-top: 2.77777778vw;
}
.section--top .block {
  width: 38.88888889vw;
  margin-top: 12.5vw;
  margin-right: -3.05555556vw;
}
.section--top .btns {
  margin-top: 1.66666667vw;
}
.section--1 {
  padding-bottom: 15.27777778vw;
}
.section--1:before {
  width: 51.18055556vw;
  height: 29.58333333vw;
  top: -20.55555556vw;
}
.section--1 h1 {
  margin-top: -8.75vw;
}
.section--1 .btns {
  top: 2.77777778vw;
  left: 43.05555556vw;
}
.section--2 {
  padding-bottom: 19.86111111vw;
}
.section--2 .h0 {
  margin-bottom: 4.44444444vw;
}
.section--2 .block {
  width: 25.69444444vw;
}
.section--3 {
  padding-bottom: 14.58333333vw;
}
.section--3 .h0 {
  margin-bottom: 2.77777778vw;
}
.section--3 .block {
  width: 34.72222222vw;
}
.section--3 .block--2 {
  width: auto;
  margin-top: 4.86111111vw;
}
.section--3 .block--2 > div:first-child {
  width: 37.15277778vw;
}
.section--3 .block--3 {
  width: auto;
}
.section--3 .block--3:after {
  bottom: -6.94444444vw;
  width: 63.95833333vw;
  height: 36.94444444vw;
}
.section--3 .block--3 img {
  bottom: -24.16666667vw;
  width: 45.41666667vw;
  height: 17.22222222vw;
}
.section--4 {
  padding-bottom: 8.33333333vw;
}
.section--4 .block {
  margin-right: -6.66666667vw;
}
.section--4 .block--2 {
  margin-top: 2.08333333vw;
  margin-bottom: 2.91666667vw;
}
.section--5 {
  padding-bottom: 6.94444444vw;
}
.section--5 .h0 {
  margin-bottom: 2.77777778vw;
}
.section--6 p {
  margin-bottom: 2.77777778vw;
}
.section--6 .btns {
  right: 2.77777778vw;
}
.section--6 .btns .btn {
  border-radius: 0.55555556vw 0.55555556vw 0 0;
}
.map-vector {
  width: 89.02777778vw;
  height: 46.59722222vw;
  margin-left: -13.05555556vw;
}
footer {
  padding: 1.66666667vw 0;
}
.wrapper {
  margin-top: 52.08333333vw;
}
.logo {
  width: 26.11111111vw;
  height: 25vw;
}
.logo--line {
  width: 13.47222222vw;
  height: 4.16666667vw;
  transform: translateY(-6.94444444vw);
}
.content {
  width: 78.88888889vw;
}
.inner {
  padding: 0 6.66666667vw;
}
.vector {
  width: 88.40277778vw;
  height: 72.08333333vw;
}
.line {
  width: 101.18055556vw;
  height: 232.01388889vw;
  bottom: 49.30555556vw;
}
header {
  padding: 1.66666667vw 2.77777778vw;
}
.menu-item {
  margin-right: 2.22222222vw;
}
.circle {
  top: -13.88888889vw;
  left: 18.75vw;
  width: 162.56944444vw;
  height: 162.56944444vw;
}
.circle img {
  width: 77.36111111vw;
  height: 77.36111111vw;
}
.tabs {
  margin-top: 2.36111111vw;
}
.tabs-content {
  width: 52.22222222vw;
}
.tab {
  width: 6.11111111vw;
  height: 8.33333333vw;
  margin-right: 0.97222222vw;
}
.tab img,
.tab svg {
  width: 4.44444444vw;
}
.tab-content {
  height: 5.83333333vw;
}
.services {
  background-size: 10.27777778vw auto;
  padding-left: 11.80555556vw;
  top: -1.73611111vw;
  left: 41.66666667vw;
}
.service {
  padding: 1.11111111vw 1.66666667vw;
  border-radius: 0.55555556vw;
  margin: 0.55555556vw 0;
}
.solutions {
  margin-right: -6.66666667vw;
  margin-top: 3.88888889vw;
}
.solution {
  border-radius: 1.11111111vw;
  width: 15.97222222vw;
  margin-bottom: 2.77777778vw;
}
.solution__img {
  border-radius: 0 0 1.11111111vw 1.11111111vw;
  height: 13.88888889vw;
}
.solution__title {
  height: 6.52777778vw;
  padding: 0 1.38888889vw;
}
.btn {
  padding: 0 1.38888889vw;
  min-width: 15.27777778vw;
  border-radius: 0.55555556vw;
  height: 2.77777778vw;
}
.btn--big {
  height: 3.33333333vw;
}
.btn--large {
  font-size: 1.38888889vw;
  line-height: 1.94444444vw;
  height: 4.44444444vw;
}
.btn img,
.btn svg {
  width: 2.22222222vw;
  margin-right: 1.11111111vw;
}
.btn--icon {
  min-width: 0;
  padding: 0;
  width: 2.77777778vw;
}
.btn--icon img,
.btn--icon svg {
  width: 1.66666667vw;
  margin: 0;
}
ul {
  margin: 0 0 2.77777778vw;
}
ul li {
  padding-left: 2.36111111vw;
  margin-bottom: 0.55555556vw;
}
ul li:before {
  width: 1.38888889vw;
  height: 1.59722222vw;
}
ol {
  padding: 0 0 0 1.66666667vw;
  margin: 0;
}
ol li {
  margin-top: 1.66666667vw;
  padding-left: 1.38888889vw;
}
.ul {
  margin: 0;
  padding: 0;
}
.ul--check li {
  background-size: 1.66666667vw auto;
  margin: 0.83333333vw 0;
  padding-left: 2.77777778vw;
}
.ul--dots {
  margin-bottom: 1.66666667vw;
}
.ul--dots li {
  padding-left: 2.08333333vw;
  margin-bottom: 0;
}
.ul--dots li:before {
  height: 1.38888889vw;
  top: -0.34722222vw;
  left: 0.34722222vw;
}
p {
  margin: 0;
  padding: 0;
}
p + p,
p + ul,
p + ul.ul {
  margin-top: 1.11111111vw;
}
p + p.p--big,
p + ul.p--big,
p + ul.ul.p--big {
  margin-top: 2.77777778vw;
}
.numbers {
  margin-top: 5.55555556vw;
  margin-bottom: 7.63888889vw;
}
.number {
  width: 25.55555556vw;
  margin-right: 7.77777778vw;
}
.number__top {
  font-size: 1.38888889vw;
  line-height: 1.38888889vw;
  margin-bottom: 0.55555556vw;
}
.number__value {
  font-size: 9.72222222vw;
  line-height: 9.79166667vw;
  margin-bottom: 0.27777778vw;
}
.slider--1 .swiper-slide {
  width: auto;
  padding: 0 0 0 2.77777778vw;
}
.slider--1 .swiper-slide:first-child {
  padding-left: 17.22222222vw;
}
.slider--1 .swiper-slide:last-child {
  padding-right: 10.55555556vw;
}
.slider-navigation__prev,
.slider-navigation__next {
  margin-left: 1.11111111vw;
}
.project {
  border-radius: 1.11111111vw;
  padding: 0.83333333vw;
  width: 25vw;
  height: 29.30555556vw;
}
.project__img {
  border-radius: 1.11111111vw;
  height: 16.94444444vw;
  margin-bottom: 1.66666667vw;
}
.project__title {
  margin-bottom: 0.83333333vw;
}
.project__btn {
  bottom: 0.83333333vw;
  right: 0.83333333vw;
}
.project__content {
  padding: 0 0.83333333vw;
}
.partners {
  border-radius: 1.11111111vw;
  padding: 2.77777778vw 2.77777778vw 0 0;
}
.partner {
  width: 6.66666667vw;
  height: 6.66666667vw;
  margin-bottom: 2.77777778vw;
  margin-left: 2.77777778vw;
}
.popup {
  border-radius: 1.11111111vw;
  width: 59.02777778vw;
  padding: 3.88888889vw;
}
.popup__title {
  margin-bottom: 3.88888889vw;
}
.popup__title + .popup__title {
  margin-top: -3.88888889vw;
}
.popup__img {
  border-radius: 1.11111111vw;
  height: 14.58333333vw;
  margin-bottom: 2.22222222vw;
}
.popup--2 {
  width: 32.98611111vw;
}
.popup--2 .popup__title {
  margin-bottom: 2.22222222vw;
}
.phone {
  margin: 0;
}
.form__row {
  margin-bottom: 2.22222222vw;
}
.form__row--last {
  margin: 2.77777778vw 0 0;
}
.form__row--sm {
  margin-bottom: 1.66666667vw;
}
.form-elem {
  border-radius: 0.55555556vw;
}
.form-elem__icon,
.form-elem__eye {
  left: 1.66666667vw;
}
.form-elem__icon img,
.form-elem__eye img,
.form-elem__icon svg,
.form-elem__eye svg {
  width: 1.66666667vw;
}
.form-elem__title {
  left: 4.44444444vw;
}
.form-elem__eye {
  right: 1.66666667vw;
  left: auto;
}
.form-elem input {
  height: 4.44444444vw;
  padding: 2.01388889vw 1.66666667vw 0.83333333vw 4.44444444vw;
}
.form-elem.filled .form-elem__title {
  font-size: 0.83333333vw;
  line-height: 1.11111111vw;
  top: 0.83333333vw;
}
.form-elem.active {
  box-shadow: 0 0.55555556vw 2.22222222vw rgba(30, 42, 60, 0.12);
}
.checkbox {
  margin-right: 1.11111111vw;
}
.checkbox input[type=checkbox] + span {
  width: 1.66666667vw;
  height: 1.66666667vw;
  border-radius: 0.27777778vw;
}
.page-inner h2,
.page-inner .h2 {
  margin-bottom: 2.77777778vw;
}
.page-inner .logo--line {
  width: 25vw;
  height: 7.70833333vw;
}
.page-inner header {
  padding: 4.44444444vw 17.22222222vw 3.88888889vw;
}
.page-inner .content {
  width: 65.55555556vw;
  padding: 3.88888889vw 2.77777778vw;
}
.page-inner footer {
  padding: 3.88888889vw 0 1.66666667vw;
}
.page-inner footer .content {
  padding: 0;
}
.page-inner .btns {
  width: 25vw;
}
.page-inner--enter .content {
  padding: 0;
}
.enter .form {
  width: 25.20833333vw;
  margin-left: 1.11111111vw;
}
.opteo {
  bottom: 2.77777778vw;
  left: 10.06944444vw;
  border-radius: 0.83333333vw;
  padding: 1.66666667vw 2.22222222vw;
}
.opteo .btns {
  margin-top: 1.11111111vw;
}
@media only screen and (min-width: 768px) {
  .solutions .slider,
  .solutions .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    left: 0;
    margin: 0;
  }
  .solutions .slider .swiper-slide,
  .solutions .swiper-wrapper .swiper-slide {
    width: 15.97222222vw;
    height: auto;
  }
  .carousel__button {
    width: 5.55555556vw;
    background: url(../img/icon-close.svg) no-repeat center / contain;
    height: 5.55555556vw;
  }
  .carousel__button svg {
    display: none;
  }
  .carousel__button.is-close {
    top: 2.22222222vw;
    right: 2.22222222vw;
  }
  .fancybox__content > .carousel__button.is-close {
    top: 2.22222222vw;
    right: 2.22222222vw;
  }
}
@media only screen and (max-width: 767px) {
  /*md*/
  body {
    font-size: 16px;
    line-height: 23px;
  }
  body.open {
    overflow: hidden;
  }
  body.open .menu {
    transform: translateY(0);
  }
  .h0 {
    font-size: 50px;
    line-height: 50px;
  }
  h1,
  .h1 {
    font-size: 40px;
    line-height: 40px;
  }
  h2,
  .h2 {
    font-size: 26px;
    line-height: 30px;
  }
  h3,
  .h3 {
    font-size: 20px;
    line-height: 26px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .text {
    font-size: 16px;
    line-height: 23px;
  }
  .text-big {
    font-size: 18px;
    line-height: 24px;
  }
  .text-sub {
    font-size: 14px;
    line-height: 20px;
  }
  .map {
    height: 450px;
  }
  .map__voile {
    display: none;
  }
  .content {
    width: 312px;
  }
  .inner {
    padding: 0;
  }
  footer {
    padding: 40px 0;
  }
  .wrapper {
    margin-top: 0;
  }
  .logo {
    width: 178px;
    height: 170px;
  }
  .section--top {
    position: relative;
    padding-bottom: 54px;
    padding-top: 1px;
    height: auto;
  }
  .section--top h3,
  .section--top .h3 {
    margin: 16px 0 32px 0;
  }
  .section--top .logo {
    margin: 96px auto 0;
  }
  .section--top .block {
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
    text-align: center;
  }
  .section--top .content {
    display: block;
  }
  .section--top .btns {
    margin-top: 24px;
  }
  .section--1 {
    padding-bottom: 80px;
  }
  .section--1:before {
    display: none;
  }
  .section--1 h1 {
    margin-top: 0;
    display: block;
  }
  .section--1 .btns {
    position: relative;
    top: auto;
    left: auto;
  }
  .section--1 .inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .section--2 {
    padding-bottom: 80px;
  }
  .section--2 .h0,
  .section--2 .h1 {
    margin-bottom: 24px;
  }
  .section--2 .block {
    width: 100%;
  }
  .section--3 {
    padding-bottom: 80px;
  }
  .section--3 .h0,
  .section--3 .h1 {
    margin-bottom: 24px;
  }
  .section--3 .block {
    width: 100%;
  }
  .section--3 .block--2 {
    display: block;
    margin-top: 50px;
  }
  .section--3 .block--2 > div:first-child {
    width: 100%;
    margin-bottom: 146px;
  }
  .section--3 .block--3:after {
    bottom: 250px;
    right: -147px;
    width: 433px;
    height: 250px;
  }
  .section--3 .block--3 img {
    bottom: 128px;
    width: 312px;
    height: 122px;
  }
  .section--3 .h2,
  .section--3 h2 {
    margin: 0;
  }
  .section--4 {
    padding-bottom: 80px;
  }
  .section--4 .block {
    margin-right: 0;
  }
  .section--4 .block--2 {
    margin-top: 80px;
    margin-bottom: 24px;
  }
  .section--5 {
    padding-bottom: 56px;
  }
  .section--5 .h0,
  .section--5 .h1 {
    margin-bottom: 32px;
  }
  .section--6 .block {
    position: relative;
    top: auto;
    transform: none;
    margin-bottom: 40px;
  }
  .section--6 .h1 {
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    line-height: 26px;
    font-size: 5.55555556vw;
    line-height: 7.22222222vw;
    font-family: 'Formular', sans-serif;
  }
  .section--6 p {
    margin-bottom: 24px;
  }
  .section--6 footer {
    position: relative;
  }
  .section--6 .btns {
    position: absolute;
    bottom: 0;
    right: 24px;
  }
  .section--6 .btns .btn {
    border-radius: 8px 8px 0 0;
  }
  header {
    padding: 0 24px 0 0;
  }
  .menu {
    flex-direction: column;
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--darkblue);
    transform: translateY(-100%);
    justify-content: center;
    transition: all 0.3s ease;
  }
  .menu-item {
    margin: 16px 0;
    color: var(--gray0);
  }
  .hamburger {
    background: var(--darkblue) url(../img/menu.svg) no-repeat center / contain;
    width: 56px;
    height: 56px;
  }
  .btns {
    margin-top: 56px;
  }
  .btn {
    padding: 0 20px;
    min-width: 220px;
    width: 100%;
    border-radius: 8px;
    height: 40px;
    font-size: 16px;
    line-height: 23px;
    font-size: 4.44444444vw;
    line-height: 6.38888889vw;
  }
  .btn-big {
    font-size: 18px;
    line-height: 24px;
  }
  .btn-sub {
    font-size: 14px;
    line-height: 20px;
  }
  .btn-big {
    font-size: 5vw;
    line-height: 6.66666667vw;
  }
  .btn-sub {
    font-size: 3.88888889vw;
    line-height: 5.55555556vw;
  }
  .btn--big {
    height: 48px;
  }
  .btn--large {
    font-size: 20px;
    line-height: 28px;
    height: 64px;
  }
  .btn img,
  .btn svg {
    width: 32px;
    margin-right: 16px;
  }
  .btn--icon {
    width: 40px;
    padding: 0;
    line-height: 0;
    min-width: auto;
  }
  .btn--icon img,
  .btn--icon svg {
    width: 24px;
    margin: 0;
  }
  .btn--icon img path,
  .btn--icon svg path {
    stroke: var(--blue);
  }
  .btn--small {
    min-width: 0;
    height: 32px;
    padding: 0 15px;
    font-size: 12px;
    line-height: 16px;
  }
  .tabs {
    margin: 24px -24px;
    overflow: auto;
    background: var(--darkblue);
  }
  .tabs-content {
    width: 100%;
  }
  .tabs__scroll {
    width: 528px;
  }
  .tab {
    width: 80px;
    height: 108px;
    margin-right: 0;
  }
  .tab img,
  .tab svg {
    width: 58px;
  }
  .tab-content {
    height: auto;
  }
  .services {
    background: none;
    padding-left: 30px;
    margin-right: -14px;
    margin-top: 40px;
    position: relative;
    top: auto;
    left: auto;
  }
  .service {
    border: 1px solid rgba(0, 176, 234, 0.3);
    padding: 16px 24px;
    border-radius: 8px;
    margin: 8px 0;
    white-space: normal;
    position: relative;
  }
  .service:before {
    content: "";
    position: absolute;
    background: url(../img/item-line.svg) no-repeat center / contain;
    width: 32px;
    height: 86px;
    left: -30px;
    top: -55px;
  }
  .circle {
    top: 275px;
    left: 0;
    background-image: url(../img/circle-mobile.svg);
    width: 1220px;
    height: 1220px;
  }
  .circle img {
    display: none;
  }
  .line {
    display: none;
  }
  ul {
    margin: 0 0 40px;
    padding: 0;
  }
  ul li {
    list-style-type: none;
    position: relative;
    padding-left: 34px;
    margin-bottom: 8px;
  }
  ul li:before {
    content: "—";
    display: inline-block;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
  }
  ol {
    padding: 0 0 0 24px;
    margin: 0;
  }
  ol li {
    margin-top: 24px;
    padding-left: 20px;
  }
  .ul {
    margin: 0;
    padding: 0;
  }
  .ul--check li {
    list-style-type: none;
    background: url(../img/icon-check.svg) no-repeat left center / 24px auto;
    margin: 12px 0;
    padding-left: 40px;
  }
  .ul--check li:before {
    display: none;
  }
  .ul--dots {
    margin-bottom: 24px;
  }
  .ul--dots li {
    list-style-type: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
  }
  .ul--dots li:before {
    content: "\2024";
    height: 20px;
    line-height: 0;
    font-size: 300%;
    top: -5px;
    left: 5px;
  }
  p {
    margin: 0;
    padding: 0;
  }
  p + p,
  p + ul,
  p + ul.ul {
    margin-top: 16px;
  }
  p + p.p--big,
  p + ul.p--big,
  p + ul.ul.p--big {
    margin-top: 32px;
  }
  .slider {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
  }
  .slider-navigation {
    display: none;
  }
  .slider--1 .swiper-slide {
    width: auto;
    padding: 0 0 0 24px;
  }
  .slider--1 .swiper-slide:first-child {
    padding-left: 24px;
  }
  .slider--1 .swiper-slide:last-child {
    padding-right: 24px;
  }
  .slider--2 .swiper-slide {
    width: auto;
    padding: 0 16px 0 24px;
  }
  .slider--2 .swiper-slide:last-child {
    padding-right: 24px;
  }
  .solutions {
    margin-right: 0;
    margin-top: 24px;
  }
  .solution {
    border-radius: 16px;
    width: 230px;
    margin-bottom: 0;
  }
  .solution__img {
    border-radius: 0 0 16px 16px;
    height: 200px;
  }
  .solution__img:after {
    display: none;
  }
  .solution__title {
    height: 94px;
    padding: 0 20px;
  }
  .numbers {
    margin-top: 48px;
    margin-bottom: 64px;
    display: block;
  }
  .number {
    width: 100%;
    margin: 0 0 40px;
  }
  .number__top {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .number__value {
    font-size: 100px;
    line-height: 101px;
    margin-bottom: 0;
  }
  .map-vector {
    width: 1282px;
    height: 671px;
    margin-left: 0;
    margin-top: -20px;
    margin-bottom: -165px;
    transition: all 0.3s ease;
  }
  .map-vector.active {
    transform: translateX(-90%);
  }
  .project {
    border-radius: 16px;
    padding: 12px;
    width: 290px;
    height: 382px;
  }
  .project__img {
    border-radius: 16px;
    height: 244px;
    margin-bottom: 24px;
  }
  .project__title {
    margin-bottom: 12px;
  }
  .project__btn {
    bottom: 12px;
    right: 12px;
  }
  .project__content {
    padding: 0 12px;
  }
  .partners {
    border-radius: 0;
    background: transparent;
    padding: 0;
  }
  .partner {
    width: 88px;
    height: 88px;
    margin-bottom: 24px;
    margin-left: 0;
  }
  .partner--empty {
    display: none;
  }
  .popup {
    border-radius: 16px;
    width: 95%;
    padding: 24px;
  }
  .popup__title {
    margin-bottom: 32px;
  }
  .popup__title + .popup__title {
    margin-top: -32px;
  }
  .popup__img {
    border-radius: 16px;
    height: 100px;
    margin-bottom: 24px;
  }
  .popup__content {
    font-size: 16px;
    line-height: 23px;
    font-size: 4.44444444vw;
    line-height: 6.38888889vw;
  }
  .popup__content-big {
    font-size: 18px;
    line-height: 24px;
  }
  .popup__content-sub {
    font-size: 14px;
    line-height: 20px;
  }
  .popup__content-big {
    font-size: 5vw;
    line-height: 6.66666667vw;
  }
  .popup__content-sub {
    font-size: 3.88888889vw;
    line-height: 5.55555556vw;
  }
  .popup--2 {
    width: 95%;
  }
  .popup--2 .popup__title {
    margin-bottom: 24px;
  }
  .form__row {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
  }
  .form__row--last {
    margin: 40px 0 0;
  }
  .form__row--sm {
    margin-bottom: 16px;
  }
  .form-elem {
    border-radius: 8px;
  }
  .form-elem__icon,
  .form-elem__eye {
    left: 24px;
  }
  .form-elem__icon img,
  .form-elem__eye img,
  .form-elem__icon svg,
  .form-elem__eye svg {
    width: 24px;
  }
  .form-elem__title {
    left: 64px;
  }
  .form-elem__eye {
    right: 24px;
    left: auto;
  }
  .form-elem input {
    height: 64px;
    padding: 29px 24px 12px 64px;
    font-size: 16px;
    line-height: 23px;
    font-size: 4.44444444vw;
    line-height: 6.38888889vw;
  }
  .form-elem input-big {
    font-size: 18px;
    line-height: 24px;
  }
  .form-elem input-sub {
    font-size: 14px;
    line-height: 20px;
  }
  .form-elem input-big {
    font-size: 5vw;
    line-height: 6.66666667vw;
  }
  .form-elem input-sub {
    font-size: 3.88888889vw;
    line-height: 5.55555556vw;
  }
  .form-elem.filled .form-elem__title {
    font-size: 12px;
    line-height: 16px;
    top: 12px;
  }
  .form-elem.active {
    box-shadow: 0 8px 32px rgba(30, 42, 60, 0.12);
  }
  .checkbox {
    margin-right: 16px;
  }
  .checkbox input[type=checkbox] + span {
    width: 24px;
    height: 24px;
    border-radius: 4px;
  }
  .moving {
    animation: moving 60s linear infinite;
  }
  @keyframes moving {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-75%);
    }
    100% {
      transform: translateX(0);
    }
  }
  .page-inner h2,
  .page-inner .h2 {
    margin-bottom: 32px;
  }
  .page-inner .logo--line {
    background-image: url(../img/logo-circle.svg);
    width: 100px;
    height: 100px;
  }
  .page-inner header {
    padding: 40px 24px 24px;
  }
  .page-inner .content {
    width: 312px;
    padding: 24px;
  }
  .page-inner footer {
    padding: 40px 0 24px;
  }
  .page-inner footer .content {
    padding: 0;
  }
  .page-inner .btns {
    width: 100%;
  }
  .page-inner--enter .content {
    padding: 0;
  }
  .enter {
    display: block;
  }
  .enter .form {
    width: 100%;
    margin: 48px 0 0;
  }
  .opteo {
    width: 336px;
    bottom: 12px;
    left: 12px;
    padding: 12px 16px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
  }
  .opteo .btns {
    margin-top: 0;
  }
  body {
    font-size: 4.44444444vw;
    line-height: 6.38888889vw;
  }
  .h0 {
    font-size: 13.88888889vw;
    line-height: 13.88888889vw;
  }
  h1,
  .h1 {
    font-size: 11.11111111vw;
    line-height: 11.11111111vw;
  }
  h2,
  .h2 {
    font-size: 7.22222222vw;
    line-height: 8.33333333vw;
  }
  h3,
  .h3 {
    font-size: 5.55555556vw;
    line-height: 7.22222222vw;
  }
  h4,
  .h4 {
    font-size: 5.55555556vw;
    line-height: 7.77777778vw;
  }
  .text {
    font-size: 4.44444444vw;
    line-height: 6.38888889vw;
  }
  .text-big {
    font-size: 5vw;
    line-height: 6.66666667vw;
  }
  .text-sub {
    font-size: 3.88888889vw;
    line-height: 5.55555556vw;
  }
  .map {
    height: 125vw;
  }
  .content {
    width: 86.66666667vw;
  }
  footer {
    padding: 11.11111111vw 0;
  }
  .logo {
    width: 49.44444444vw;
    height: 47.22222222vw;
  }
  .section--top {
    padding-bottom: 15vw;
  }
  .section--top h3,
  .section--top .h3 {
    margin: 4.44444444vw 0 8.88888889vw 0;
  }
  .section--top .logo {
    margin: 26.66666667vw auto 0;
  }
  .section--top .block {
    margin-top: 11.11111111vw;
  }
  .section--top .btns {
    margin-top: 6.66666667vw;
  }
  .section--1 {
    padding-bottom: 22.22222222vw;
  }
  .section--2 {
    padding-bottom: 22.22222222vw;
  }
  .section--2 .h0,
  .section--2 .h1 {
    margin-bottom: 6.66666667vw;
  }
  .section--3 {
    padding-bottom: 22.22222222vw;
  }
  .section--3 .h0,
  .section--3 .h1 {
    margin-bottom: 6.66666667vw;
  }
  .section--3 .block--2 {
    margin-top: 13.88888889vw;
  }
  .section--3 .block--2 > div:first-child {
    margin-bottom: 40.55555556vw;
  }
  .section--3 .block--3:after {
    bottom: 69.44444444vw;
    right: -40.83333333vw;
    width: 120.27777778vw;
    height: 69.44444444vw;
  }
  .section--3 .block--3 img {
    bottom: 35.55555556vw;
    width: 86.66666667vw;
    height: 33.88888889vw;
  }
  .section--4 {
    padding-bottom: 22.22222222vw;
  }
  .section--4 .block--2 {
    margin-top: 22.22222222vw;
    margin-bottom: 6.66666667vw;
  }
  .section--5 {
    padding-bottom: 15.55555556vw;
  }
  .section--5 .h0,
  .section--5 .h1 {
    margin-bottom: 8.88888889vw;
  }
  .section--6 .block {
    margin-bottom: 11.11111111vw;
  }
  .section--6 .h1 {
    font-size: 5.55555556vw;
    line-height: 7.22222222vw;
    font-family: 'Formular', sans-serif;
  }
  .section--6 p {
    margin-bottom: 6.66666667vw;
  }
  .section--6 .btns {
    right: 6.66666667vw;
  }
  .section--6 .btns .btn {
    border-radius: 2.22222222vw 2.22222222vw 0 0;
  }
  header {
    padding: 0 6.66666667vw 0 0;
  }
  .menu-item {
    margin: 4.44444444vw 0;
  }
  .hamburger {
    width: 15.55555556vw;
    height: 15.55555556vw;
  }
  .btns {
    margin-top: 15.55555556vw;
  }
  .btn {
    padding: 0 5.55555556vw;
    min-width: 61.11111111vw;
    border-radius: 2.22222222vw;
    height: 11.11111111vw;
    font-size: 4.44444444vw;
    line-height: 6.38888889vw;
  }
  .btn-big {
    font-size: 5vw;
    line-height: 6.66666667vw;
  }
  .btn-sub {
    font-size: 3.88888889vw;
    line-height: 5.55555556vw;
  }
  .btn--big {
    height: 13.33333333vw;
  }
  .btn--large {
    font-size: 5.55555556vw;
    line-height: 7.77777778vw;
    height: 17.77777778vw;
  }
  .btn img,
  .btn svg {
    width: 8.88888889vw;
    margin-right: 4.44444444vw;
  }
  .btn--icon {
    width: 11.11111111vw;
    padding: 0;
    line-height: 0;
    min-width: auto;
  }
  .btn--icon img,
  .btn--icon svg {
    width: 6.66666667vw;
    margin: 0;
  }
  .btn--small {
    min-width: 0;
    height: 8.88888889vw;
    padding: 0 4.16666667vw;
    font-size: 3.33333333vw;
    line-height: 4.44444444vw;
  }
  .tabs {
    margin: 6.66666667vw -6.66666667vw;
  }
  .tabs__scroll {
    width: 146.66666667vw;
  }
  .tab {
    width: 22.22222222vw;
    height: 30vw;
    margin-right: 0;
  }
  .tab img,
  .tab svg {
    width: 16.11111111vw;
  }
  .services {
    padding-left: 8.33333333vw;
    margin-right: -3.88888889vw;
    margin-top: 11.11111111vw;
  }
  .service {
    padding: 4.44444444vw 6.66666667vw;
    border-radius: 2.22222222vw;
    margin: 2.22222222vw 0;
  }
  .service:before {
    width: 8.88888889vw;
    height: 23.88888889vw;
    left: -8.33333333vw;
    top: -15.27777778vw;
  }
  .circle {
    top: 76.38888889vw;
    width: 338.88888889vw;
    height: 338.88888889vw;
  }
  ul {
    margin: 0 0 11.11111111vw;
  }
  ul li {
    padding-left: 9.44444444vw;
    margin-bottom: 2.22222222vw;
  }
  ul li:before {
    width: 5.55555556vw;
    height: 6.38888889vw;
  }
  ol {
    padding: 0 0 0 6.66666667vw;
  }
  ol li {
    margin-top: 6.66666667vw;
    padding-left: 5.55555556vw;
  }
  .ul--check li {
    background-size: 6.66666667vw auto;
    margin: 3.33333333vw 0;
    padding-left: 11.11111111vw;
  }
  .ul--dots {
    margin-bottom: 6.66666667vw;
  }
  .ul--dots li {
    padding-left: 8.33333333vw;
    margin-bottom: 0;
  }
  .ul--dots li:before {
    height: 5.55555556vw;
    top: -1.38888889vw;
    left: 1.38888889vw;
  }
  p + p,
  p + ul,
  p + ul.ul {
    margin-top: 4.44444444vw;
  }
  p + p.p--big,
  p + ul.p--big,
  p + ul.ul.p--big {
    margin-top: 8.88888889vw;
  }
  .slider--1 .swiper-slide {
    padding: 0 0 0 6.66666667vw;
  }
  .slider--1 .swiper-slide:first-child {
    padding-left: 6.66666667vw;
  }
  .slider--1 .swiper-slide:last-child {
    padding-right: 6.66666667vw;
  }
  .slider--2 .swiper-slide {
    padding: 0 4.44444444vw 0 6.66666667vw;
  }
  .slider--2 .swiper-slide:last-child {
    padding-right: 6.66666667vw;
  }
  .solutions {
    margin-top: 6.66666667vw;
  }
  .solution {
    border-radius: 4.44444444vw;
    width: 63.88888889vw;
  }
  .solution__img {
    border-radius: 0 0 4.44444444vw 4.44444444vw;
    height: 55.55555556vw;
  }
  .solution__title {
    height: 26.11111111vw;
    padding: 0 5.55555556vw;
  }
  .numbers {
    margin-top: 13.33333333vw;
    margin-bottom: 17.77777778vw;
  }
  .number {
    margin: 0 0 11.11111111vw;
  }
  .number__top {
    font-size: 5.55555556vw;
    line-height: 5.55555556vw;
  }
  .number__value {
    font-size: 27.77777778vw;
    line-height: 28.05555556vw;
  }
  .map-vector {
    width: 356.11111111vw;
    height: 186.38888889vw;
    margin-top: -5.55555556vw;
    margin-bottom: -45.83333333vw;
  }
  .project {
    border-radius: 4.44444444vw;
    padding: 3.33333333vw;
    width: 80.55555556vw;
    height: 106.11111111vw;
  }
  .project__img {
    border-radius: 4.44444444vw;
    height: 67.77777778vw;
    margin-bottom: 6.66666667vw;
  }
  .project__title {
    margin-bottom: 3.33333333vw;
  }
  .project__btn {
    bottom: 3.33333333vw;
    right: 3.33333333vw;
  }
  .project__content {
    padding: 0 3.33333333vw;
  }
  .partner {
    width: 24.44444444vw;
    height: 24.44444444vw;
    margin-bottom: 6.66666667vw;
  }
  .popup {
    border-radius: 4.44444444vw;
    padding: 6.66666667vw;
  }
  .popup__title {
    margin-bottom: 8.88888889vw;
  }
  .popup__title + .popup__title {
    margin-top: -8.88888889vw;
  }
  .popup__img {
    border-radius: 4.44444444vw;
    height: 27.77777778vw;
    margin-bottom: 6.66666667vw;
  }
  .popup__content {
    font-size: 4.44444444vw;
    line-height: 6.38888889vw;
  }
  .popup__content-big {
    font-size: 5vw;
    line-height: 6.66666667vw;
  }
  .popup__content-sub {
    font-size: 3.88888889vw;
    line-height: 5.55555556vw;
  }
  .popup--2 .popup__title {
    margin-bottom: 6.66666667vw;
  }
  .form__row {
    margin-bottom: 6.66666667vw;
    font-size: 3.88888889vw;
    line-height: 5.55555556vw;
  }
  .form__row--last {
    margin: 11.11111111vw 0 0;
  }
  .form__row--sm {
    margin-bottom: 4.44444444vw;
  }
  .form-elem {
    border-radius: 2.22222222vw;
  }
  .form-elem__icon,
  .form-elem__eye {
    left: 6.66666667vw;
  }
  .form-elem__icon img,
  .form-elem__eye img,
  .form-elem__icon svg,
  .form-elem__eye svg {
    width: 6.66666667vw;
  }
  .form-elem__title {
    left: 17.77777778vw;
  }
  .form-elem__eye {
    right: 6.66666667vw;
    left: auto;
  }
  .form-elem input {
    height: 17.77777778vw;
    padding: 8.05555556vw 6.66666667vw 3.33333333vw 17.77777778vw;
    font-size: 4.44444444vw;
    line-height: 6.38888889vw;
  }
  .form-elem input-big {
    font-size: 5vw;
    line-height: 6.66666667vw;
  }
  .form-elem input-sub {
    font-size: 3.88888889vw;
    line-height: 5.55555556vw;
  }
  .form-elem.filled .form-elem__title {
    font-size: 3.33333333vw;
    line-height: 4.44444444vw;
    top: 3.33333333vw;
  }
  .form-elem.active {
    box-shadow: 0 2.22222222vw 8.88888889vw rgba(30, 42, 60, 0.12);
  }
  .checkbox {
    margin-right: 4.44444444vw;
  }
  .checkbox input[type=checkbox] + span {
    width: 6.66666667vw;
    height: 6.66666667vw;
    border-radius: 1.11111111vw;
  }
  .page-inner h2,
  .page-inner .h2 {
    margin-bottom: 8.88888889vw;
  }
  .page-inner .logo--line {
    width: 27.77777778vw;
    height: 27.77777778vw;
  }
  .page-inner header {
    padding: 11.11111111vw 6.66666667vw 6.66666667vw;
  }
  .page-inner .content {
    width: 86.66666667vw;
    padding: 6.66666667vw;
  }
  .page-inner footer {
    padding: 11.11111111vw 0 6.66666667vw;
  }
  .page-inner footer .content {
    padding: 0;
  }
  .page-inner--enter .content {
    padding: 0;
  }
  .enter .form {
    margin: 13.33333333vw 0 0;
  }
  .opteo {
    width: 93.33333333vw;
    bottom: 3.33333333vw;
    left: 3.33333333vw;
    padding: 3.33333333vw 4.44444444vw;
    border-radius: 3.33333333vw;
    gap: 4.44444444vw;
    font-size: 3.33333333vw;
    line-height: 4.44444444vw;
  }
}
/*# sourceMappingURL=style.css.map */