@charset "UTF-8";

/*=== Подключение шрифтов  ================================*/

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Thin.ttf");
  src: local("NotoSans Thin"), local("NotoSans-Thin"), url("../fonts/NotoSans-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Thin.woff2") format("woff2"), url("../fonts/NotoSans-Thin.woff") format("woff"), url("../fonts/NotoSans-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-ExtraLight.ttf");
  src: local("NotoSans ExtraLight"), local("NotoSans-ExtraLight"), url("../fonts/NotoSans-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-ExtraLight.woff2") format("woff2"), url("../fonts/NotoSans-ExtraLight.woff") format("woff"), url("../fonts/NotoSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Light.ttf");
  src: local("NotoSans Light"), local("NotoSans-Light"), url("../fonts/NotoSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Light.woff2") format("woff2"), url("../fonts/NotoSans-Light.woff") format("woff"), url("../fonts/NotoSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Regular.ttf");
  src: local("NotoSans Regular"), local("NotoSans-Regular"), url("../fonts/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Regular.woff2") format("woff2"), url("../fonts/NotoSans-Regular.woff") format("woff"), url("../fonts/NotoSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Medium.ttf");
  src: local("NotoSans Medium"), local("NotoSans-Medium"), url("../fonts/NotoSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Medium.woff2") format("woff2"), url("../fonts/NotoSans-Medium.woff") format("woff"), url("../fonts/NotoSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-SemiBold.ttf");
  src: local("NotoSans SemiBold"), local("NotoSans-SemiBold"), url("../fonts/NotoSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-SemiBold.woff2") format("woff2"), url("../fonts/NotoSans-SemiBold.woff") format("woff"), url("../fonts/NotoSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Bold.ttf");
  src: local("NotoSans Bold"), local("NotoSans-Bold"), url("../fonts/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Bold.woff2") format("woff2"), url("../fonts/NotoSans-Bold.woff") format("woff"), url("../fonts/NotoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Black.ttf");
  src: local("NotoSans Black"), local("NotoSans-Black"), url("../fonts/NotoSans-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Black.woff2") format("woff2"), url("../fonts/NotoSans-Black.woff") format("woff"), url("../fonts/NotoSans-Black.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/*=== Икончные шрифты  ====================================*/

/*=== Обнуление стилей ====================================*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
aside {
  display: block;
}

html,
body {
  font-family: "Noto Sans";
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*=========================================================*/

html {
  background: #C8D1DA;
}

h2 {
  color: #181E24;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  /* 100% */
}

.wrapper {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #C8D1DA;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

body::-webkit-scrollbar {
  width: 12px;
  /* ширина scrollbar */
}

body::-webkit-scrollbar-track {
  background: #f0eeee;
  /* цвет дорожки */
}

body::-webkit-scrollbar-thumb {
  background-color: #8392A4;
  /* цвет плашки */
  border-radius: 20px;
  /* закругления плашки */
  border: 1px solid #475462;
  /* padding вокруг плашки */
}

.btn {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -o-linear-gradient(3deg, #2D3648 0%, #475462 116.49%), #2D3648;
  background: linear-gradient(87deg, #2D3648 0%, #475462 116.49%), #2D3648;
  border-radius: 10px;
  z-index: 10;
  max-width: 320px;
  height: 64px;
  color: #EDF0F7;
  font-size: 16px;
  font-weight: 700;
  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;
}

.btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: -o-linear-gradient(3deg, #475462 0%, #2D3648 100%);
  background: linear-gradient(87deg, #475462 0%, #2D3648 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: -1;
}

.btn:hover:before {
  opacity: 1;
}

.btn:hover:after {
  opacity: 1;
}

.btn:active {
  background: #2D3648;
}

/*==== Контейнер =====================================================*/

._container {
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*==== Бургер =====================================================*/

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 100;
  display: none;
}

.menu .menu-close {
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.menu .menu-active {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

.menu.active .menu-active {
  opacity: 0;
  visibility: hidden;
}

.menu.active .menu-close {
  opacity: 1;
  visibility: visible;
}

.body {
  position: relative;
}

.body:before {
  content: "";
  position: fixed;
  background-color: rgba(0, 0, 0, 0.472);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
  visibility: hidden;
  pointer-events: none;
}

.body.scroll {
  overflow-y: hidden;
  width: calc(100% - 12px);
}

.header {
  position: absolute;
  width: 100%;
  top: 40px;
  z-index: 10;
}

.header__content {
  padding: 0 40px;
  position: relative;
}

.header__inner {
  padding: 8px 10px 8px 20px;
  border-radius: 10px;
  background: #EDF0F7;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__list {
  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;
  gap: 32px;
}

.header__link {
  position: relative;
  color: #2D3648;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 171.429%;
}

.header__link:hover {
  color: #5C6978;
}

.header__logo {
  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;
  gap: 7px;
}

.header__logo span {
  color: #181E24;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  /* 46.667% */
  letter-spacing: -0.486px;
  text-transform: uppercase;
}

.header__button {
  cursor: pointer;
  color: #E3E7F1;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 200% */
  padding: 3px 15px;
  border-radius: 5px;
  background: -o-linear-gradient(3deg, #2D3648 0%, #475462 100%);
  background: linear-gradient(87deg, #2D3648 0%, #475462 100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.header__button:hover {
  background: -o-linear-gradient(3deg, #475462 0%, #2D3648 100%);
  background: linear-gradient(87deg, #475462 0%, #2D3648 100%);
}

.header__button:active {
  background: #2D3648;
}

.header__icon-btn {
  display: none;
}

.section-top {
  position: relative;
  margin-top: 20px;
}

.section-top__content {
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}

.section-top__inner {
  position: relative;
  border-radius: 20px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.section-top__inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(52.43%, rgba(0, 0, 0, 0.56)), color-stop(64.43%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, #000 0%, rgba(0, 0, 0, 0.56) 52.43%, rgba(0, 0, 0, 0) 64.43%);
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.56) 52.43%, rgba(0, 0, 0, 0) 64.43%);
  left: 0;
  top: 0;
  z-index: 2;
}

.section-top__image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-top.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-top__column {
  position: relative;
  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;
  padding: 20px;
  padding-top: 143px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  z-index: 3;
}

.section-top__text {
  color: rgba(237, 240, 247, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

.section-top__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.section-top__row p {
  color: rgba(237, 240, 247, 0.8);
  font-size: 16px;
  line-height: 24px;
}

.section-top__row p span {
  color: #EDF0F7;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
}

.section-top__title {
  color: #EDF0F7;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 63px;
  /* 98.438% */
  letter-spacing: -2px;
  text-transform: uppercase;
}

.achievements {
  margin-top: 20px;
  margin-bottom: 80px;
}

.achievements._anim .achievements__item {
  -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
          transform: translate(0%);
  opacity: 1;
}

.achievements__content {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.achievements__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  padding: 48px 20px 20px 20px;
  border-radius: 20px;
  background: #EDF0F7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
}

.achievements__item:nth-child(1):before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-1.svg);
  background-position: center;
  width: 220px;
  height: 100%;
  background-repeat: no-repeat;
  right: 20px;
  top: 0px;
  z-index: 0;
}

.achievements__item:nth-child(2):before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-2.svg);
  background-position: center;
  width: 220px;
  height: 100%;
  background-repeat: no-repeat;
  right: 20px;
  top: 0px;
  z-index: 0;
}

.achievements__item:nth-child(3):before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-3.svg);
  background-position: center;
  width: 220px;
  height: 100%;
  background-repeat: no-repeat;
  right: 20px;
  top: 0px;
  z-index: 0;
}

.achievements__item:nth-child(4):before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-4.svg);
  background-position: center;
  width: 220px;
  height: 100%;
  background-repeat: no-repeat;
  right: 20px;
  top: 0px;
  z-index: 0;
}

.achievements__title {
  margin-bottom: 24px;
  position: relative;
}

.achievements__text {
  position: relative;
  color: rgba(24, 30, 36, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-right: 40px;
}

.services {
  margin-top: 80px;
  margin-bottom: 90px;
}

.services._anim .services__row {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

.services._anim .services__body {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.services__content {
  padding: 0 20px;
}

.services__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}

.services__title {
  font-weight: 500;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 330px;
          flex: 1 1 330px;
  max-width: 430px;
}

.services__box {
  border-radius: 20px;
  background: #EDF0F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 610px;
          flex: 0 1 610px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.services__text {
  color: #181E24;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.services__inner {
  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;
  gap: 8px;
}

.services__inner span {
  color: #181E24;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.services__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
  gap: 20px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}

.services__item {
  height: auto;
  position: relative;
}

.services__item:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 330px;
          flex: 1 1 330px;
  max-width: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.services__item:nth-child(1) .item-services {
  height: 100%;
}

.services__item:nth-child(1):hover::before {
  display: none;
}

.services__item:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  max-width: 340px;
}

.services__item:nth-child(2):hover .item-services__icon svg path {
  fill: #EDF0F7;
}

.services__item:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  max-width: 250px;
}

.services__item:nth-child(3) .item-services {
  gap: 16px;
  background: -o-linear-gradient(69deg, #5C6978 0%, #8392A4 119.99%);
  background: linear-gradient(21deg, #5C6978 0%, #8392A4 119.99%);
}

.services__item:nth-child(4) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 450px;
          flex: 1 1 450px;
  max-width: 520px;
}

.services__item:nth-child(4):hover .item-services__icon svg path {
  fill: #EDF0F7;
}

.services__item:nth-child(5) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 450px;
          flex: 1 1 450px;
  max-width: 520px;
}

.services__item:nth-child(5):hover .item-services__icon svg path {
  fill: #EDF0F7;
}

.services__item-body {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.services__subtitle {
  color: rgba(24, 30, 36, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 26px;
}

.item-services {
  cursor: pointer;
  height: 100%;
  padding: 28px 20px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  border-radius: 20px;
  background: #EDF0F7;
  position: relative;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: 1;
  overflow: hidden;
}

.item-services__column {
  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;
}

.item-services__icon svg path {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.item-services__title {
  font-weight: 300;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.item-services__value {
  color: #E3E7F1;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 80px;
  /* 100% */
}

.item-services__text {
  color: rgba(237, 240, 247, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.project {
  margin-top: 80px;
  margin-bottom: 80px;
}

.project._anim .project__content {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.project__content {
  padding: 0 20px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}

.project__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-bottom: 1px solid #5C6978;
  padding: 24px 0;
}

.project__row:first-child {
  padding-top: 0;
}

.project__title {
  font-weight: 500;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
}

.project__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  overflow: hidden;
}

.project__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  color: #2D3648;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
}

.project__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  color: rgba(24, 30, 36, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.effectiveness {
  margin-top: 80px;
  margin-bottom: 80px;
}

.effectiveness._anim .effectiveness__title {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.effectiveness._anim .effectiveness__body {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.effectiveness__content {
  padding: 0 20px;
}

.effectiveness__title {
  margin-bottom: 80px;
  text-align: center;
  line-height: 62px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}

.effectiveness__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}

.effectiveness__item:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 250px;
          flex: 1 1 250px;
  max-width: 340px;
  background: -o-linear-gradient(353deg, #232B34 0%, #181E24 100%), #181E24;
  background: linear-gradient(97deg, #232B34 0%, #181E24 100%), #181E24;
  padding: 20px;
}

.effectiveness__item:nth-child(1) img {
  width: 100%;
}

.effectiveness__item:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 550px;
          flex: 1 1 550px;
  max-width: 700px;
  border-radius: 20px;
  overflow: visible;
}

.effectiveness__item:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 550px;
          flex: 1 1 550px;
  max-width: 700px;
}

.effectiveness__item:nth-child(4) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 250px;
          flex: 1 1 250px;
  max-width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-effectiveness {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.item-effectiveness__value {
  color: #EDF0F7;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  /* 60% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  margin-top: 13px;
}

.item-effectiveness__text {
  color: rgba(237, 240, 247, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.item-effectiveness__bg {
  margin-top: 14px;
}

.item-effectiveness__body {
  background: #000207;
  position: relative;
  padding: 20px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  overflow: hidden;
  border-radius: 20px;
  z-index: 10;
}

.item-effectiveness__body:before {
  content: "";
  position: absolute;
  background-image: url(../img/effect-bg.jpg);
  background-repeat: no-repeat;
  width: 504px;
  height: 364px;
  right: -40px;
  top: 0;
  z-index: 0;
}

.item-effectiveness__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}

.item-effectiveness__row._jc {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-effectiveness__label {
  color: #A9B4BF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 133.333% */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: 1px solid #A9B4BF;
  position: relative;
  z-index: 10;
}

.item-effectiveness__title {
  font-weight: 500;
  color: #EDF0F7;
  position: relative;
  z-index: 20;
  text-transform: uppercase;
}

.item-effectiveness__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: -o-linear-gradient(3deg, #2D3648 0%, #475462 116.49%), #2D3648;
  background: linear-gradient(87deg, #2D3648 0%, #475462 116.49%), #2D3648;
}

.item-effectiveness__btn svg {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.item-effectiveness__map {
  border-radius: 20px;
}

.item-effectiveness__map-mb {
  display: none;
}

.item-effectiveness__box {
  border-radius: 20px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -o-linear-gradient(353deg, #232B34 0%, #181E24 100%);
  background: linear-gradient(97deg, #232B34 0%, #181E24 100%);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item-effectiveness__val-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #EDF0F7;
  gap: 8px;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
}

.item-effectiveness__image {
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.team {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
}

.team._anim .team__content {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.team__content {
  padding: 0 20px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}

.team__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 790px;
}

.team__title {
  font-weight: 500;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider-team {
  max-width: 790px;
  margin-top: 32px;
}

.slider-team__buttons {
  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;
  gap: 50px;
}

.slider-team__btn {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 20px;
  border-radius: 10px;
  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;
  background: -o-linear-gradient(3deg, #2D3648 0%, #475462 116.49%), #2D3648;
  background: linear-gradient(87deg, #2D3648 0%, #475462 116.49%), #2D3648;
  z-index: 10;
  position: relative;
}

.slider-team__prev {
  cursor: pointer;
  position: relative;
  width: 100px;
  height: 64px;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.slider-team__prev:after {
  content: "";
  position: absolute;
  border-radius: 5px;
  background: rgba(36, 41, 51, 0.5);
  -webkit-filter: blur(20px);
          filter: blur(20px);
  width: calc(100% - 30px);
  height: 45px;
  left: 20px;
  bottom: -10px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.slider-team__prev:hover .slider-team__btn {
  background: -o-linear-gradient(3deg, #475462 0%, #2D3648 100%);
  background: linear-gradient(87deg, #475462 0%, #2D3648 100%);
}

.slider-team__prev:hover::after {
  opacity: 1;
}

.slider-team__next {
  cursor: pointer;
  width: 100px;
  height: 64px;
  position: relative;
}

.slider-team__next:after {
  content: "";
  position: absolute;
  border-radius: 5px;
  background: rgba(36, 41, 51, 0.5);
  -webkit-filter: blur(20px);
          filter: blur(20px);
  width: calc(100% - 30px);
  height: 45px;
  left: 20px;
  bottom: -10px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.slider-team__next:hover .slider-team__btn {
  background: -o-linear-gradient(3deg, #475462 0%, #2D3648 100%);
  background: linear-gradient(87deg, #475462 0%, #2D3648 100%);
}

.slider-team__next:hover:after {
  opacity: 1;
}

.slider-team__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.slider-team__slide {
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border-radius: 20px;
  background: #EDF0F7;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider-team__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.slider-team__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 250px;
          flex: 1 0 250px;
  max-width: 250px;
}

.slider-team__image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.slider-team__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 480px;
          flex: 1 1 480px;
  max-width: 480px;
  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;
}

.slider-team__avatar {
  display: none;
}

.slider-team__column {
  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;
}

.slider-team__label {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 133.333% */
  padding: 8px 16px;
  border-radius: 10px;
  border: 1px solid rgba(24, 30, 36, 0.8);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.slider-team__title {
  color: #181E24;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 100% */
}

.slider-team__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: rgba(24, 30, 36, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

.slider-team__item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}

.career {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
}

.career._anim .career__content {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.career__content {
  padding: 0 20px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}

.career__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}

.career__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  border-radius: 20px;
  overflow: hidden;
}

.career__box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px;
  border-radius: 20px;
  background: -o-linear-gradient(202deg, #EBF1F8 39.08%, #B7CDE7 100%);
  background: linear-gradient(248deg, #EBF1F8 39.08%, #B7CDE7 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.career__box::before {
  content: "";
  position: absolute;
  background-image: url(../img/arm.png);
  background-repeat: no-repeat;
  width: 400px;
  height: 390px;
  right: 0;
  top: -1px;
}

.career__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.career__label {
  color: rgba(24, 30, 36, 0.8);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 133.333% */
  padding: 8px 16px;
  border-radius: 10px;
  border: 1px solid rgba(24, 30, 36, 0.8);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.career__title {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.career__text {
  color: rgba(24, 30, 36, 0.8);
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  max-width: 286px;
}

.career__btn {
  margin-top: 16px;
  width: 320px;
  height: 64px;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #EDF0F7;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  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;
}

.form {
  margin-top: 50px;
  margin-bottom: 24px;
  position: relative;
}

.form.anim-items .form__content {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}

.form._anim .form__content {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.form__content {
  padding: 0 20px;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  border-radius: 20px;
  background: #181E24;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  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;
}

.form__column:nth-child(1) .form__text {
  max-width: 410px;
}

.form__label {
  color: rgba(237, 240, 247, 0.8);
  -webkit-font-feature-settings: "calt" off;
          font-feature-settings: "calt" off;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 133.333% */
  padding: 8px 16px;
  border-radius: 10px;
  border: 1px solid rgba(237, 240, 247, 0.8);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.form__title {
  font-weight: 500;
  text-transform: uppercase;
  color: #EDF0F7;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.form__text {
  color: rgba(237, 240, 247, 0.8);
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.form__text-mb {
  display: none;
  margin-top: 16px;
  color: #181E24;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.form__subtitle {
  color: #EDF0F7;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
}

.form__box {
  position: relative;
}

.form__box svg {
  position: absolute;
  left: 20px;
  top: 20px;
}

.form__box.active svg path {
  fill: #fff;
  fill-opacity: 1;
}

.form__input {
  width: 100%;
  height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background: rgba(206, 209, 225, 0.1);
  padding: 0 20px 0 50px;
  color: #EDF0F7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.75px;
}

.form__input._error {
  background: rgba(250, 19, 19, 0.1);
}

.form__input::-webkit-input-placeholder {
  color: rgba(237, 240, 247, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.75px;
}

.form__input::-moz-placeholder {
  color: rgba(237, 240, 247, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.75px;
}

.form__input:-ms-input-placeholder {
  color: rgba(237, 240, 247, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.75px;
}

.form__input::-ms-input-placeholder {
  color: rgba(237, 240, 247, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.75px;
}

.form__input::placeholder {
  color: rgba(237, 240, 247, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.75px;
}

.form__input:hover {
  background: rgba(206, 209, 225, 0.2);
}

.form__input:focus {
  background: rgba(206, 209, 225, 0.3);
}

.form__btn {
  color: #181E24;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  width: 100%;
  height: 64px;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background: #EDF0F7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.form__btn:hover {
  opacity: 0.8;
}

.error {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 0, 0, 0.888);
  display: none;
}

.error.active {
  display: block;
}

.checkbox__label {
  margin-left: 7px;
  color: rgba(237, 240, 247, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 134.09%;
  /* 18.773px */
  margin-top: -8px;
}

.checkbox__label a {
  color: rgba(237, 240, 247, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 134.09%;
  /* 18.773px */
}

.partners {
  margin-top: 92px;
  margin-bottom: 80px;
}

.partners._anim .partners__content {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.partners__content {
  padding: 0 20px;
  position: relative;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}

.partners__content::before {
  content: "";
  position: absolute;
  background-image: url(../img/part-arm.png);
  background-repeat: no-repeat;
  right: 249px;
  top: -68px;
  width: 416px;
  height: 458px;
  z-index: 10;
}

.partners__box {
  border-radius: 20px;
  background: #EDF0F7;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 360px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.partners__box::before {
  content: "";
  position: absolute;
  background-image: url(../img/partners.png);
  background-repeat: no-repeat;
  right: 0;
  top: 0px;
  width: 836px;
  height: 360px;
}

.partners__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.partners__label {
  color: rgba(24, 30, 36, 0.8);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 133.333% */
  padding: 8px 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 10px;
  border: 1px solid rgba(24, 30, 36, 0.8);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}

.partners__title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 16px;
  position: relative;
}

.partners__text {
  color: rgba(24, 30, 36, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-bottom: 16px;
  position: relative;
}

.footer {
  margin-bottom: 20px;
}

.footer__content {
  padding: 0 20px;
}

.footer__body {
  padding: 20px;
  border-radius: 20px;
  background: #181E24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.footer__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  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;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.footer__logo span {
  color: #EDF0F7;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.footer__copyright {
  color: #EDF0F7;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.662px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.footer__link {
  color: #EDF0F7;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.footer__link:hover {
  color: #5C6978;
}

.footer__text {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 149.82%;
  /* 17.978px */
}

.footer__phone {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 152%;
  /* 27.36px */
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  margin-bottom: 24px;
  display: block;
}

.footer__phone:hover {
  color: #5C6978;
}

.footer__title {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}

.footer__email {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 21px */
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.footer__email:hover {
  color: #5C6978;
}

.footer__button-up {
  cursor: pointer;
  padding: 18px 36px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7E868E;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid #7E868E;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.footer__button-up svg {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.footer__button-up svg path {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.footer__button-up:hover {
  border: 1px solid #fff;
  color: #fff;
}

.footer__button-up:hover svg {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.footer__button-up:hover svg path {
  fill: #fff;
}

.footer__bottom {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.footer__links {
  color: #7E868E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.footer__links:hover {
  color: #fff;
}

.top-block {
  position: relative;
  margin-top: 20px;
  margin-bottom: 80px;
}

.top-block._404 .top-block__image {
  top: auto;
  bottom: 0;
}

.top-block__content {
  padding: 0 20px;
}

.top-block__body {
  padding: 20px;
  border-radius: 20px;
  background: #000;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-block__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 420px;
          flex: 0 1 420px;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-block__title {
  margin-top: 70px;
  color: #EDF0F7;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 63px;
  /* 98.438% */
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.top-block__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: rgba(237, 240, 247, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.top-block__btn {
  width: 100%;
  height: 64px;
  padding: 12px 20px;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background: #EDF0F7;
  color: #181E24;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: relative;
}

.top-block__btn:hover {
  opacity: 0.8;
}

.top-block__image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.top-block__img-mb {
  display: none;
}

.conditions {
  margin-top: 80px;
  margin-bottom: 80px;
}

.conditions__content {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.conditions__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}

.conditions__row._anim .conditions__item {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.conditions__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}

.conditions__item._black {
  margin-left: 30px;
  border-radius: 20px;
  background: #181E24;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
  max-width: 700px;
  padding: 20px 40px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  gap: 20px;
}

.conditions__item._black .conditions__title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.conditions__item._black .conditions__text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.conditions__icon {
  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: 88px;
  height: 88px;
  border-radius: 20px;
  background: -o-linear-gradient(69deg, #5C6978 0%, #8392A4 119.99%);
  background: linear-gradient(21deg, #5C6978 0%, #8392A4 119.99%);
  margin-bottom: 16px;
}

.conditions__title {
  color: #181E24;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 143%;
  /* 25.74px */
  margin-bottom: 10px;
}

.conditions__text {
  color: rgba(24, 30, 36, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.conditions__image img {
  border-radius: 12px;
}

/*==== FAQ =====================================================*/

.faq {
  margin-top: 80px;
  margin-bottom: 80px;
}

.faq._anim .faq__content {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.faq__content {
  padding: 0 20px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}

.questions-page__btn {
  border-radius: 10px;
  background: #2D3648;
  height: auto;
  width: 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;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.questions-page__body._fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.questions-page__body._fl .questions-page__spoiler {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  max-width: 520px;
  background-color: #fff;
  border-radius: 25px 25px;
  border: 1px solid #EDF0F7;
}

.questions-page__body._fl .questions-page__text {
  border: none;
}

.questions-page__spoiler {
  margin-bottom: 7px;
}

.questions-page__text {
  min-height: 170px;
  position: relative;
  background: #EDF0F7;
  border-radius: 25px;
  border: 1px solid #EDF0F7;
  background: #EDF0F7;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  color: #181E24;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
  text-align: start;
  background-color: #EDF0F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.questions-page__text .cost {
  margin-top: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #181E24;
  font-family: "Noto Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.questions-page__text span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #181E24;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
  margin-right: 10px;
  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;
}

.questions-page__text:hover .questions-page__btn {
  background: #5C6978;
}

.questions-page__text._active {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #F8F8FF;
}

.questions-page__text._active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.questions-page__text._active .questions-page__btn {
  background: #5C6978;
}

.questions-page__answer {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 30px 0;
  padding: 0 40px 0 40px;
  color: #434B53;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.questions-page__answer p {
  padding: 0px 0 10px;
}

.questions-page__answer ul {
  padding-left: 20px;
}

.questions-page__answer ul li {
  list-style: disc;
  margin-bottom: 10px;
}

.questions-page__answer ul li:last-child {
  margin-bottom: 0;
}

.about__content {
  padding: 0 20px;
}

.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 110px;
}

.about__row .about__column {
  padding-bottom: 50px;
}

.about__row._rtg .about__column {
  margin-top: -50px;
  padding-bottom: 0;
}

.about__row._rtg .about__column .about__text {
  margin-top: 32px;
}

.about__row._rtg .about__text {
  margin-top: 80px;
  max-width: 520px;
}

.about__row._rtg .item-effectiveness {
  width: 100%;
}

.about__row._rtg .item-effectiveness__box {
  padding: 0;
  padding-top: 16px;
}

.about__image {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}

.about__image._anim {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}

.about__column.anim-items {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}

.about__column.anim-items._anim {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}

.about__title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 16px;
}

.about__text {
  color: rgba(24, 30, 36, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  max-width: 430px;
}

.about__text.anim-items {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}

.about__text.anim-items._anim {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}

.cards-about {
  margin: 80px 0;
}

.cards-about._anim .cards-about__content {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.cards-about._part .cards-about__item:nth-child(1) {
  padding-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 610px;
          flex: 1 1 610px;
}

.cards-about._part .cards-about__item:nth-child(2) {
  padding-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 430px;
          flex: 1 1 430px;
}

.cards-about._part .cards-about__item:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.cards-about._part .cards-about__item:nth-child(4) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 430px;
          flex: 1 1 430px;
}

.cards-about._part .cards-about__item:nth-child(5) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 610px;
          flex: 1 1 610px;
}

.cards-about._part .cards-about__content {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cards-about__content {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}

.cards-about__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  background: #EDF0F7;
}

.cards-about__item:nth-child(1) {
  padding-bottom: 40px;
}

.cards-about__item:nth-child(2) {
  padding-bottom: 40px;
}

.cards-about__icon {
  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: 88px;
  height: 88px;
  border-radius: 10px;
  background: -o-linear-gradient(69deg, #5C6978 0%, #8392A4 119.99%);
  background: linear-gradient(21deg, #5C6978 0%, #8392A4 119.99%);
  margin-bottom: 16px;
}

.cards-about__title {
  color: #181E24;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.cards-about__text {
  color: rgba(24, 30, 36, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.founders {
  margin: 80px 0;
}

.founders._anim .founders__content {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.founders__content {
  padding: 0 20px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}

.founders__title {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.founders__item {
  margin-top: 20px;
  padding: 20px;
  border-radius: 20px;
  background: #181E24;
  max-height: 540px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.founders__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}

.founders__image img {
  border-radius: 10px;
}

.founders__column {
  position: relative;
}

.founders__column::before {
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  height: 70px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.42%, #181E24), to(rgba(24, 30, 36, 0)));
  background: -o-linear-gradient(bottom, #181E24 9.42%, rgba(24, 30, 36, 0) 100%);
  background: linear-gradient(0deg, #181E24 9.42%, rgba(24, 30, 36, 0) 100%);
  bottom: 0;
  left: 0;
}

.founders__scroll {
  overflow: auto;
  max-height: 500px;
}

.founders__scroll::-webkit-scrollbar {
  width: 12px;
  /* ширина scrollbar */
}

.founders__scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}

.founders__scroll::-webkit-scrollbar-thumb {
  background-color: #8392A4;
  /* цвет плашки */
  border-radius: 20px;
  /* закругления плашки */
  border: 1px solid #8392A4;
  /* padding вокруг плашки */
}

.founders__name {
  margin-top: 40px;
  color: #EDF0F7;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  /* 100% */
  margin-bottom: 24px;
}

.founders__text {
  color: rgba(237, 240, 247, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding-right: 58px;
  padding-bottom: 40px;
}

.founders__text p {
  margin-bottom: 15px;
}

.founders__text p:last-child {
  margin: 0;
}

.founders__btn {
  border-radius: 10px;
  padding: 18px 0px;
  border: 1px solid #7E868E;
  position: relative;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7E868E;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.founders__btn span {
  display: block;
}

.founders__btn svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.founders__btn.active {
  margin-top: 10px;
}

.founders__btn.active::before {
  opacity: 0;
}

.founders__btn.active svg {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.founders__btn::before {
  content: "";
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  width: calc(100% + 2px);
  height: 70px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.42%, #181E24), to(rgba(24, 30, 36, 0)));
  background: -o-linear-gradient(bottom, #181E24 9.42%, rgba(24, 30, 36, 0) 100%);
  background: linear-gradient(0deg, #181E24 9.42%, rgba(24, 30, 36, 0) 100%);
  top: -71px;
  left: -1px;
}

.part__content {
  padding: 0 20px;
}

.part__title {
  font-weight: 300;
  line-height: 62px;
  /* 129.167% */
  margin-bottom: 68px;
  text-align: center;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}

.part__title._anim {
  -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
          transform: translate(0%);
  opacity: 1;
}

.part__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 80px;
}

.part__item._rev .part__column:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  max-width: 340px;
}

.part__item._rev .part__column:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
  max-width: 610px;
}

.part__img-mb {
  display: none;
}

.part__column img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.part__column:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 350px;
          flex: 1 1 350px;
  max-width: 520px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}

.part__column:nth-child(1)._anim {
  -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
          transform: translate(0%);
  opacity: 1;
}

.part__column:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  max-width: 430px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  opacity: 0;
}

.part__column:nth-child(2)._anim {
  -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
          transform: translate(0%);
  opacity: 1;
}

.part__text p {
  margin-bottom: 14px;
  color: rgba(24, 30, 36, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.part__text p:last-child {
  margin: 0;
}

.part__subtitle {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.part__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.part__list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #181E24;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 143%;
}

.elem-part {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  background: #181E24;
}

.elem-part__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #EDF0F7;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  /* 60% */
}

.elem-part__row svg {
  margin-left: 8px;
}

.elem-part__up {
  margin-left: 0;
}

.elem-part__text {
  color: rgba(237, 240, 247, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-top: 16px;
}

.elem-bg {
  border-radius: 20px;
  background: #181E24;
  padding: 20px;
  padding-top: 60px;
}

.elem-bg__title {
  color: #EDF0F7;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  /* 43.2px */
}

.elem-bg__text {
  color: rgba(237, 240, 247, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-top: 16px;
}

/*==== page =====================================================*/

.page-body {
  margin-top: 40px;
  margin-bottom: 120px;
  padding: 0 20px;
}

.page-body__content {
  max-width: 700px;
  margin: 0 auto;
}

.page-body__content .button-previos {
  margin-top: 64px;
}

.page-body a {
  text-decoration: underline;
}

.page-body a:hover {
  text-decoration: none;
}

.page-body h1 {
  margin-top: 32px;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
  /* 77.14px */
  margin-bottom: 32px;
}

.page-body h2 {
  margin-top: 64px;
  color: #11263A;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  /* 63.84px */
  margin-bottom: 32px;
}

.page-body h3 {
  color: #11263A;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  /* 63.84px */
  margin-bottom: 32px;
}

.page-body h4 {
  color: #11263A;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  /* 63.84px */
  margin-bottom: 32px;
}

.page-body p {
  color: #11263A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 20px;
}

.page-body ul {
  padding-left: 20px;
}

.page-body ol {
  padding-left: 20px;
}

.page-body ol li {
  list-style: decimal;
  padding-bottom: 20px;
  color: #11263A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 20px;
}

.page-body ul li {
  list-style: disc;
  padding-bottom: 20px;
  color: #11263A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 20px;
}

.page-body img {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}

.popup {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  overflow-y: hidden;
}

.popup._active {
  opacity: 1;
  visibility: visible;
}

.popup._active .popup__content {
  visibility: visible;
  opacity: 1;
  -webkit-animation: showpopup 0.3s forwards;
          animation: showpopup 0.3s forwards;
}

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

  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }

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

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

  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }

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

@-webkit-keyframes hide-popup {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
}

@keyframes hide-popup {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh;
  overflow-y: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
}

.popup__content {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
  width: auto;
  max-width: 1100px;
  border-radius: 25px;
  border: 1px solid var(--, #CED6DE);
  background: #EDF0F7;
  -webkit-box-shadow: 0px 29px 64px 0px rgba(0, 0, 0, 0.1), 0px 117px 117px 0px rgba(0, 0, 0, 0.09), 0px 262px 157px 0px rgba(0, 0, 0, 0.05), 0px 466px 187px 0px rgba(0, 0, 0, 0.01), 0px 729px 204px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 29px 64px 0px rgba(0, 0, 0, 0.1), 0px 117px 117px 0px rgba(0, 0, 0, 0.09), 0px 262px 157px 0px rgba(0, 0, 0, 0.05), 0px 466px 187px 0px rgba(0, 0, 0, 0.01), 0px 729px 204px 0px rgba(0, 0, 0, 0);
  position: relative;
  padding: 75px 90px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9999;
}

.popup__title {
  color: #11263A;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 143%;
  /* 34.32px */
  margin-bottom: 16px;
  margin-top: 33px;
}

.popup__text {
  color: #11263A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 32px;
}

@-webkit-keyframes scale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.popup__close {
  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;
  position: absolute;
  width: 48px;
  height: 48px;
  cursor: pointer;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.popup__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}

.popup__logo {
  display: none;
}

.popup__phone {
  display: none;
}

#language .popup__content {
  max-width: 1060px;
  width: 100%;
  height: 100%;
}

#language .popup__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.language-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.language-popup__title {
  margin-bottom: 15px;
}

.language-popup__text {
  color: #2D3648;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 166.667% */
}

.language-popup__choice {
  margin-top: 40px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.language-popup__item span {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 8px;
  color: #11263A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

.language-popup__item:hover .language-popup__item-flag {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.language-popup__item-flag {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.language-popup__item-flag svg {
  border-radius: 15px;
  border: 5px solid #E2EAF2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.language-popup__image img {
  width: 340px;
}

.services-popup {
  position: fixed;
  z-index: 10001;
  width: calc(100% - 12px);
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  overflow-y: hidden;
}

.services-popup._active {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}

.services-popup._active .services-popup__content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}

.services-popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh;
  overflow-y: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
}

.services-popup__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1060px;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 9999;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  padding: 72px 90px;
  position: relative;
  border-radius: 20px;
  background: #EDF0F7;
  -webkit-box-shadow: 0px 29px 64px 0px rgba(0, 0, 0, 0.1), 0px 117px 117px 0px rgba(0, 0, 0, 0.09), 0px 262px 157px 0px rgba(0, 0, 0, 0.05), 0px 466px 187px 0px rgba(0, 0, 0, 0.01), 0px 729px 204px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 29px 64px 0px rgba(0, 0, 0, 0.1), 0px 117px 117px 0px rgba(0, 0, 0, 0.09), 0px 262px 157px 0px rgba(0, 0, 0, 0.05), 0px 466px 187px 0px rgba(0, 0, 0, 0.01), 0px 729px 204px 0px rgba(0, 0, 0, 0);
  height: auto;
}

.services-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.services-popup__close:hover {
  opacity: 0.8;
}

.services-popup__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.services-popup__logo {
  display: none;
}

.services-popup__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 430px;
          flex: 1 1 430px;
  max-width: 430px;
}

.services-popup__title {
  color: #11263A;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  /* 100% */
  margin-bottom: 24px;
}

.services-popup__text {
  color: #11263A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 48px;
}

.services-popup__btn {
  cursor: pointer;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.16px;
  height: 64px;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: none;
}

.services-popup__image img {
  max-width: 360px;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

#form-popup .popup__content {
  padding: 0;
  background: #181E24;
  width: 100%;
  max-width: 420px;
}

#form-popup .popup__close {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#form-popup .popup__close:hover {
  opacity: 0.8;
}

#form-popup .form {
  margin-top: 50px;
}

#form-popup .checkbox a {
  font-size: 10px;
}

#succes .popup__close {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#succes .popup__close:hover {
  opacity: 0.8;
}

#succes .popup__content {
  padding: 0;
  background: #181E24;
  width: 100%;
  max-width: 420px;
}

#succes .popup__content {
  padding: 0;
  background: #181E24;
  width: 100%;
  max-width: 420px;
}

#succes .succes__content {
  padding: 70px;
}

#succes .succes__title {
  color: #E3E7F1;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 143%;
  /* 30.03px */
}

#succes .succes__text {
  color: rgba(237, 240, 247, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

#succes .succes__image {
  margin-top: 78px;
  margin-bottom: 50px;
  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;
}

#succes .succes__btn {
  cursor: pointer;
  color: #181E24;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  width: 100%;
  height: 64px;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background: #EDF0F7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  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;
}

#succes .succes__btn:hover {
  -webkit-box-shadow: inset 0 0 15px 0 rgb(0, 0, 0);
          box-shadow: inset 0 0 15px 0 rgb(0, 0, 0);
}

/* === */
#error .popup__close {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#error .popup__close:hover {
  opacity: 0.8;
}

#error .popup__content {
  padding: 0;
  background: #181E24;
  width: 100%;
  max-width: 420px;
}

#error .popup__content {
  padding: 0;
  background: #181E24;
  width: 100%;
  max-width: 420px;
}

#error .succes__content {
  padding: 70px;
}

#error .succes__title {
  color: #E3E7F1;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 143%;
  /* 30.03px */
}

#error .succes__text {
  color: rgba(237, 240, 247, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

#error .succes__image {
  margin-top: 78px;
  margin-bottom: 50px;
  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;
}

#error .succes__btn {
  cursor: pointer;
  color: #181E24;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  width: 100%;
  height: 64px;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background: #EDF0F7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  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;
}

#error .succes__btn:hover {
  -webkit-box-shadow: inset 0 0 15px 0 rgb(0, 0, 0);
          box-shadow: inset 0 0 15px 0 rgb(0, 0, 0);
}

.top-block__title._mt {
  margin-bottom: 6px;
}

.top-block .form__row {
  padding: 0;
  background: none;
}

.top-block .form {
  margin-top: 20px;
  max-width: 320px;
  margin-bottom: 0;
}

.top-block .checkbox a {
  font-size: 10px;
}

.top-block._full .top-block__image {
  height: 100%;
}

.top-block._full .top-block__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-block__img-mb._ct {
  margin-top: 15px;
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.contacts {
  margin: 80px 0;
}

.contacts._anim .contacts__row {
  -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
          transform: translate(0%);
  opacity: 1;
}

.contacts._anim .contacts__body {
  -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
          transform: translate(0%);
  opacity: 1;
}

.contacts__content {
  padding: 0 20px;
}

.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 918px;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  opacity: 0;
}

.contacts__title {
  font-weight: 500;
  text-transform: uppercase;
}

.contacts__text {
  color: rgba(24, 30, 36, 0.8);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}

.contacts__value {
  color: #181E24;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  /* 120% */
  letter-spacing: -1px;
  margin-bottom: 32px;
}

.contacts__body {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
}

.contacts__map {
  width: 100%;
  border-radius: 20px;
  margin-top: 80px;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  opacity: 0;
}

.contacts__map._anim {
  -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
          transform: translate(0%);
  opacity: 1;
}

.card-contacts {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  max-width: 340px;
  border-radius: 20px;
  background: #EDF0F7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

.card-contacts._fl {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 370px;
          flex: 1 1 370px;
  max-width: 520px;
}

.card-contacts__image {
  height: 140px;
}

.card-contacts__image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-contacts__title {
  color: #181E24;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 16px;
  margin-top: 32px;
}

.card-contacts__subtitle {
  color: #181E24;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}

.card-contacts__text {
  color: rgba(24, 30, 36, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}

.card-contacts__mail {
  color: rgba(24, 30, 36, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.page-body {
  margin-top: 40px;
  margin-bottom: 120px;
  padding: 0 20px;
}

.page-body__content {
  max-width: 700px;
  margin: 0 auto;
}

.page-body__content .button-previos {
  margin-top: 0px;
}

.page-body h1 {
  margin-top: 32px;
  color: #11263A;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  /* 63.84px */
  margin-bottom: 32px;
}

.page-body h2 {
  margin-top: 25px;
  color: #11263A;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 133%;
  /* 63.84px */
  margin-bottom: 10px;
}

.page-body h3 {
  color: #11263A;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 133%;
  /* 63.84px */
  margin-bottom: 32px;
}

.page-body p {
  color: #11263A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 20px;
}

.page-body ul {
  padding-left: 20px;
}

.page-body ol {
  padding-left: 20px;
}

.page-body ol li {
  list-style: decimal;
  padding-bottom: 20px;
  color: #11263A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 20px;
}

.page-body ul li {
  list-style: disc;
  padding-bottom: 20px;
  color: #11263A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 20px;
}

.page-body img {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .btn:after {
    content: "";
    position: absolute;
    border-radius: 5px;
    background: rgba(36, 41, 51, 0.5);
    -webkit-filter: blur(7.5px);
            filter: blur(7.5px);
    width: calc(100% - 40px);
    height: 45px;
    left: 20px;
    bottom: -6px;
    z-index: -2;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }

  .header__link::before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -4px;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    position: absolute;
    left: 50%;
    background: #5C6978;
  }

  .header__link::after {
    content: "";
    width: 0;
    height: 1px;
    bottom: -4px;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    position: absolute;
    right: 50%;
    background: #5C6978;
  }

  .header__link:hover {
    color: #5C6978;
  }

  .header__link:hover:after {
    width: 50%;
  }

  .header__link:hover::before {
    width: 50%;
  }

  .services__item:before {
    content: "";
    position: absolute;
    border-radius: 5px;
    background: rgba(36, 41, 51, 0.5);
    -webkit-filter: blur(20px);
            filter: blur(20px);
    width: calc(100% - 60px);
    height: 60px;
    left: 30px;
    bottom: -16px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    pointer-events: none;
  }

  .services__item:hover {
    z-index: 2;
  }

  .services__item:hover:before {
    opacity: 1;
  }

  .services__item:nth-child(3) .item-services:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 20px;
    background: -o-linear-gradient(3deg, #2D3648 0%, #475462 116.49%), -o-linear-gradient(69deg, #5C6978 0%, #8392A4 119.99%);
    background: linear-gradient(87deg, #2D3648 0%, #475462 116.49%), linear-gradient(21deg, #5C6978 0%, #8392A4 119.99%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }

  .services__item:nth-child(3) .item-services:hover:before {
    opacity: 1;
  }

  .services__item-body:before {
    content: "";
    position: absolute;
    border-radius: 5px;
    background: rgba(36, 41, 51, 0.5);
    -webkit-filter: blur(20px);
            filter: blur(20px);
    width: calc(100% - 60px);
    height: 60px;
    left: 30px;
    bottom: -16px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }

  .services__item-body:hover .item-services__icon svg path {
    fill: #EDF0F7;
  }

  .services__item-body:hover::before {
    opacity: 1;
  }

  .item-services:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -o-linear-gradient(3deg, #2D3648 0%, #475462 116.49%), #2D3648;
    background: linear-gradient(87deg, #2D3648 0%, #475462 116.49%), #2D3648;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }

  .item-services:hover .item-services__title {
    color: #EDF0F7;
  }

  .item-services:hover:before {
    opacity: 1;
  }

  .effectiveness__item:nth-child(2):after {
    content: "";
    position: absolute;
    border-radius: 5px;
    background: rgba(36, 41, 51, 0.5);
    -webkit-filter: blur(20px);
            filter: blur(20px);
    width: calc(100% - 60px);
    height: 60px;
    left: 30px;
    bottom: -16px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }

  .effectiveness__item:nth-child(2):hover {
    z-index: 10;
  }

  .effectiveness__item:nth-child(2):hover .item-effectiveness__btn svg {
    -webkit-transform: translate(2px, 2px);
        -ms-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }

  .effectiveness__item:nth-child(2):hover::after {
    opacity: 1;
  }
}

@media (max-width: 1450px) {
  .popup__title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .popup__text {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .language-popup__item span {
    font-size: 12px;
  }
}

@media (max-width: 1100px) {
  .cards-about._part .cards-about__item:nth-child(1) {
    padding-bottom: 20px;
  }

  .cards-about._part .cards-about__item:nth-child(2) {
    padding-bottom: 20px;
  }

  .cards-about__content {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .cards-about__item:nth-child(1) {
    padding-bottom: 20px;
  }

  .cards-about__item:nth-child(2) {
    padding-bottom: 20px;
  }
}

@media (max-width: 1050px) {
  .services__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 48px;
  }

  .services__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    max-width: none;
  }

  .services__title br {
    display: none;
  }

  .services__box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .career__box {
    overflow: hidden;
  }

  .career__box::before {
    width: 390px;
    height: 380px;
    background-size: contain;
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
    right: -60px;
    top: -35px;
  }
}

@media (max-width: 992px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.333%;
            flex: 1 1 33.333%;
  }

  .body.noscroll {
    overflow: hidden;
  }

  .body.noscroll:before {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .header__inner {
    padding: 8px 20px 8px 20px;
  }

  .header__menu {
    position: absolute;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 10px;
    background: #EDF0F7;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 100%;
    left: 0;
  }

  .header__menu.active {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    top: calc(100% + 10px);
  }

  .header__list {
    -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: 15px;
  }

  .header__logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.333%;
            flex: 1 1 33.333%;
  }

  .header__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.333%;
            flex: 1 1 33.333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__button {
    padding: 0;
    background: none;
  }

  .header__button span {
    display: none;
  }

  .header__icon-btn {
    display: block;
  }

  .services__item:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    max-width: 520px;
  }

  .services__item:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    max-width: 520px;
  }

  .services__item:nth-child(3) .item-services {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .services__item:nth-child(3) .item-services .item-services__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .services__item:nth-child(3) {
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .services__item:nth-child(4) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
  }

  .services__item:nth-child(5) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
  }

  .effectiveness__item:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    max-width: 520px;
  }

  .effectiveness__item:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    max-width: 520px;
  }

  .effectiveness__item:nth-child(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    max-width: 520px;
  }

  .effectiveness__item:nth-child(4) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    max-width: 520px;
  }

  .item-effectiveness__body:before {
    width: 400px;
    height: 300px;
    right: -50px;
    background-size: contain;
  }

  .item-effectiveness__row {
    -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;
  }

  .item-effectiveness__row._jc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .item-effectiveness__map {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .career__image {
    display: none;
  }

  .career__box {
    overflow: visible;
    min-height: 320px;
  }

  .career__box::before {
    width: 400px;
    height: 390px;
    right: 0;
    top: -1px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  .partners__content::before {
    right: 99px;
  }

  .partners__box::before {
    width: 686px;
  }

  .footer__column:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
  }

  .footer__logo span {
    font-size: 30px;
  }

  .top-block._404 .top-block__title br {
    display: none;
  }

  .top-block._404 .top-block__img {
    display: none;
  }

  .top-block._404 .top-block__img-mb {
    display: block;
  }

  .top-block._404 .top-block__image {
    position: relative;
    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;
  }

  .top-block._404 .top-block__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }

  .top-block._404 .top-block__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .top-block._404 .top-block__img-mb {
    width: 100%;
  }

  .conditions__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
  }

  .conditions__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .conditions__item._black {
    margin-left: 0;
  }

  .questions-page__body._fl .questions-page__spoiler {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
  }

  .questions-page__text {
    min-height: 160px;
  }

  .questions-page__text .cost {
    font-size: 32px;
  }

  .questions-page__text span {
    font-size: 20px;
  }

  .about__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .about__row .about__column {
    padding: 0;
  }

  .about__row._rtg .about__column {
    margin-top: 0px;
  }

  .about__row._rtg .about__column .about__text {
    margin-top: 24px;
  }

  .about__row._rtg .about__text {
    max-width: none;
  }

  .about__column {
    padding: 0;
  }

  .about__text {
    margin-bottom: 24px;
    max-width: none;
  }

  .founders__item {
    max-height: 470px;
  }

  .founders__image img {
    width: 370px;
  }

  .founders__scroll {
    max-height: 430px;
  }

  .part__title {
    margin-bottom: 48px;
    line-height: 28px;
  }

  .part__item {
    -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;
    gap: 24px;
    margin-bottom: 24px;
  }

  .part__item._rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .part__item._rev .part__column:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none;
  }

  .part__item._rev .part__column:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none;
  }

  .part__column:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none;
  }

  .part__column:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none;
  }

  .part__subtitle {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .page-body {
    margin-bottom: 60px;
  }

  .page-body__content .button-previos {
    margin-top: 56px;
  }

  .page-body h1 {
    font-size: 48px;
  }

  #language .popup__content {
    max-width: 610px;
  }

  .language-popup__text br {
    display: none;
  }

  .language-popup__image {
    display: none;
  }

  .services-popup__content {
    padding: 72px 40px;
  }

  .services-popup__title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 16px;
  }

  .card-contacts {
    max-width: none;
  }

  .card-contacts._fl {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 300px;
            flex: 1 1 300px;
    max-width: none;
  }

  .page-body {
    margin-bottom: 60px;
  }
}

@media (max-width: 900px) {
  .founders__row {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .founders__image {
    height: auto;
  }

  .founders__image img {
    width: 320px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 850px) {
  .partners__content::before {
    right: 0px;
  }

  .partners__box::before {
    width: 587px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .header {
    top: 22px;
  }

  .header__content {
    padding: 0 20px;
  }

  .header__inner {
    padding: 0;
    background: none;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }

  .header__menu {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: -20px;
    left: -130%;
    border-radius: 0px;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    z-index: 10;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 100px;
  }

  .header__menu.active {
    top: -23px;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    left: -20px;
  }

  .header__menu.active::before {
    opacity: 1;
  }

  .header__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__link {
    font-size: 18px;
  }

  .header__logo {
    z-index: 10;
  }

  .header__button {
    z-index: 10;
  }

  .section-top {
    margin-top: 83px;
  }

  .section-top__inner:before {
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(14.37%, rgba(0, 0, 0, 0.56)), color-stop(25.5%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(36.62%, rgba(0, 0, 0, 0.56)), color-stop(60.8%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, #000 0%, rgba(0, 0, 0, 0.56) 14.37%, rgba(0, 0, 0, 0) 25.5%), -o-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0.56) 36.62%, rgba(0, 0, 0, 0) 60.8%);
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.56) 14.37%, rgba(0, 0, 0, 0) 25.5%), linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.56) 36.62%, rgba(0, 0, 0, 0) 60.8%);
  }

  .section-top__inner {
    height: 500px;
  }

  .section-top__image {
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }

  .section-top__column {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 20px;
  }

  .section-top__text {
    font-size: 14px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .section-top__row p {
    font-size: 14px;
    line-height: 22px;
  }

  .section-top__row p span {
    font-size: 40px;
    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;
  }

  .section-top__row {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .section-top__title {
    font-size: 32px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .achievements {
    margin-top: 50px;
    margin-bottom: 48px;
  }

  .achievements__title {
    margin-bottom: 16px;
  }

  .achievements__text {
    font-size: 14px;
    padding-right: 0;
  }

  .services {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .services__box {
    gap: 13px;
  }

  .services__text {
    font-size: 14px;
  }

  .services__body {
    gap: 24px;
  }

  .services__item:nth-child(1) {
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .services__item:nth-child(2) {
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .services__item:nth-child(3) .item-services .item-services__icon svg {
    width: 104px;
    height: auto;
  }

  .services__item:nth-child(4) {
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .services__item:nth-child(5) {
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .services__subtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .item-services__icon svg {
    width: 64px;
    height: auto;
  }

  .item-services__title br {
    display: none;
  }

  .item-services__value {
    font-size: 58px;
    line-height: 100%;
  }

  .item-services__text {
    line-height: 150%;
    font-size: 14px;
  }

  .project {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .project__row:first-child {
    padding-bottom: 32px;
  }

  .project__row {
    -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;
    padding: 20px 0;
  }

  .project__image {
    display: none;
  }

  .project__name {
    color: #181E24;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 143%;
  }

  .project__name br {
    display: none;
  }

  .effectiveness {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .effectiveness__title {
    margin-bottom: 48px;
    line-height: 28px;
    font-size: 22px;
  }

  .effectiveness__body {
    gap: 24px;
  }

  .effectiveness__item:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .effectiveness__item:nth-child(1) .item-effectiveness__text br {
    display: none;
  }

  .effectiveness__item:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .effectiveness__item:nth-child(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .effectiveness__item:nth-child(4) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .item-effectiveness__value {
    margin-bottom: 8px;
    font-size: 58px;
  }

  .item-effectiveness__value svg {
    width: 20px;
    height: auto;
  }

  .item-effectiveness__body:before {
    width: 336px;
    height: 220px;
    right: -70px;
  }

  .item-effectiveness__label {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.25px;
    padding: 4px 8px;
  }

  .item-effectiveness__title {
    margin-top: 30px;
    margin-bottom: 8px;
  }

  .item-effectiveness__btn {
    border-radius: 8px;
    padding: 8px 16px;
  }

  .item-effectiveness__btn svg {
    width: 16px;
  }

  .item-effectiveness__val-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    margin-bottom: 8px;
  }

  .item-effectiveness__image {
    display: none;
  }

  .team {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .slider-team {
    margin-top: 24px;
  }

  .slider-team__image {
    display: none;
  }

  .slider-team__row-mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }

  .slider-team__avatar {
    display: block;
    width: 80px;
    height: 80px;
  }

  .slider-team__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }

  .slider-team__column {
    gap: 8px;
  }

  .slider-team__label {
    padding: 4px 8px;
    margin-top: 6px;
    letter-spacing: 0.25px;
    font-size: 11px;
  }

  .slider-team__title {
    font-size: 20px;
  }

  .career {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .career__box {
    min-height: 445px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .career__box::before {
    background-image: url(../img/arm-mb.png);
  }

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

  .career__label {
    padding: 4px 8px;
    font-size: 11px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .career__label:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .career__label:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .career__title {
    margin-bottom: 16px;
  }

  .career__text {
    font-size: 14px;
  }

  .career__btn {
    width: 100%;
    max-width: 320px;
  }

  .form {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }

  .form__label {
    font-size: 11px;
    padding: 4px 8px;
  }

  .form__text {
    display: none;
  }

  .form__text-mb {
    display: block;
  }

  .form__subtitle {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .partners {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .partners__content::before {
    display: none;
  }

  .partners__box {
    min-height: 330px;
  }

  .partners__box::before {
    width: 500px;
  }

  .partners__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .partners__label {
    padding: 4px 8px;
  }

  .partners__title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .partners__text {
    font-size: 14px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 8px;
    max-width: 135px;
  }

  .partners__btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .footer__column:nth-child(2) {
    display: none;
  }

  .footer__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 26px;
  }

  .footer__logo span {
    font-size: 35px;
  }

  .footer__copyright {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .footer__top {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .footer__phone {
    margin-bottom: 16px;
  }

  .footer__bottom {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 32px;
    margin-bottom: 28px;
  }

  .top-block {
    margin-top: 83px;
    margin-bottom: 48px;
  }

  .top-block._tr .top-block__body {
    padding-bottom: 0;
  }

  .top-block._part .top-block__body {
    padding-bottom: 0;
  }

  .top-block._part .top-block__img-mb {
    margin-top: -40px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }

  .top-block._404 .top-block__body {
    padding-bottom: 20px;
  }

  .top-block._404 .top-block__text {
    margin-bottom: 15px;
  }

  .top-block._404 .top-block__img-mb {
    margin-top: 0px;
  }

  .top-block__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }

  .top-block__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .top-block__title {
    margin-top: 0;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.396px;
    margin-bottom: 8px;
  }

  .top-block__text {
    margin-bottom: 10px;
  }

  .top-block__btn {
    margin-top: -10px;
  }

  .top-block__image {
    position: relative;
    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;
  }

  .top-block__img {
    display: none;
  }

  .top-block__img-mb {
    display: block;
  }

  .top-block__copyright {
    display: none;
  }

  .conditions {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .conditions__item._black {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 360px;
    padding-right: 20px;
  }

  .conditions__image img {
    width: 100%;
    height: auto;
  }

  .faq {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .about__row._rtg .item-effectiveness__box {
    padding: 0;
  }

  .about__text {
    font-size: 14px;
    line-height: 150%;
  }

  .cards-about {
    margin: 48px 0;
  }

  .cards-about__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }

  .cards-about__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .cards-about__icon {
    width: 72px;
    height: 72px;
  }

  .cards-about__icon svg {
    width: 39.3px;
    height: auto;
  }

  .cards-about__title {
    font-size: 18px;
  }

  .cards-about__text {
    font-size: 14px;
  }

  .founders {
    margin: 48px 0;
  }

  .founders__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }

  .founders__title {
    margin-bottom: 4px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .founders__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 320px;
            flex: 1 1 320px;
    max-height: none;
    height: 100%;
    margin-top: 0;
  }

  .founders__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .founders__image {
    height: 100%;
  }

  .founders__image img {
    width: 100%;
    height: auto;
  }

  .founders__column::before {
    display: none;
  }

  .founders__scroll {
    max-height: none;
  }

  .founders__name {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
  }

  .founders__text {
    font-size: 14px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .founders__btn span {
    display: block;
  }

  .part__text p {
    font-size: 14px;
  }

  .part__list {
    margin-top: 24px;
  }

  .part__list-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .elem-part__row {
    font-size: 58px;
  }

  .elem-part__row svg {
    width: 123px;
  }

  .elem-part__up {
    width: 20px !important;
  }

  .elem-part__text {
    margin-top: 8px;
    font-size: 14px;
  }

  .elem-bg {
    padding-top: 20px;
  }

  .elem-bg__title {
    font-size: 32px;
  }

  .elem-bg__text {
    font-size: 14px;
  }

  .page-body h1 {
    font-size: 40px;
  }

  .page-body h2 {
    font-size: 40px;
    margin-top: 56px;
  }

  .page-body h3 {
    font-size: 40px;
  }

  .page-body h4 {
    font-size: 40px;
  }

  .page-body p {
    font-size: 14px;
  }

  .page-body ol li {
    font-size: 14px;
  }

  .page-body ul li {
    font-size: 14px;
  }

  .popup__logo {
    display: block;
  }

  .popup__logo img {
    width: 123px;
    height: auto;
  }

  .popup__phone {
    display: block;
  }

  #language .popup__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #language .popup__body {
    background: rgba(217, 217, 217, 0.1);
    margin-top: 0;
  }

  .language-popup {
    width: 100%;
  }

  .language-popup__title {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
  }

  .language-popup__text {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 143%;
  }

  .language-popup__choice {
    margin-top: 20px;
    gap: 20px;
  }

  .language-popup__item span {
    font-size: 14px;
    margin: 0;
  }

  .language-popup__item {
    gap: 8px;
  }

  .language-popup__item-flag svg {
    width: 100px;
    height: auto;
  }

  .services-popup__content {
    max-width: 420px;
    padding: 72px 20px;
    padding-bottom: 20px;
  }

  .services-popup__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .services-popup__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
    position: absolute;
    top: 23px;
    left: 20px;
    color: #181E24;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 87.5% */
    letter-spacing: -0.486px;
    text-transform: uppercase;
  }

  .services-popup__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .services-popup__text {
    font-size: 14px;
  }

  .services-popup__image img {
    height: 320px;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .services-popup__image {
    width: 100%;
  }

  #form-popup .form__text {
    display: block;
  }

  #form-popup .form__subtitle {
    margin-bottom: -10px;
  }

  #succes .succes__title {
    font-size: 21px;
  }

  .top-block._full .top-block__body {
    padding-bottom: 20px;
    background: #00020D;
  }

  .top-block._full .top-block__text br {
    display: none;
  }

  .top-block._full .form {
    width: 100%;
    max-width: none;
  }

  .contacts {
    margin: 48px 0;
  }

  .contacts__text {
    font-size: 20px;
  }

  .contacts__value {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .contacts__body {
    margin-top: 16px;
  }

  .contacts__map {
    display: none;
  }

  .card-contacts__title {
    font-size: 32px;
    margin-top: 20px;
  }

  .card-contacts__text {
    font-size: 14px;
  }

  .page-body h1 {
    font-size: 40px;
    margin-top: 56px;
  }

  .page-body h2 {
    font-size: 34px;
  }

  .page-body h3 {
    font-size: 28px;
  }
}

@media (min-height: 750px) and (max-width: 768px) {
  .services-popup__image img {
    height: 300px;
  }
}

@media (max-width: 700px) {
  .founders__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .founders__image {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .header__logo span {
    font-weight: 500;
  }

  .header__logo svg {
/*     width: 29px; */
    height: auto;
  }

  .achievements__content {
    gap: 24px;
  }

  .achievements__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .item-effectiveness__text {
    font-size: 14px;
    line-height: 21px;
  }

  .item-effectiveness__map {
    display: none;
  }

  .item-effectiveness__map-mb {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
  }

  .team {
    padding-bottom: 88px;
  }

  .slider-team__buttons {
    gap: 8px;
    position: absolute;
    left: 20px;
    bottom: -88px;
  }

  .career__box::before {
    width: 320px;
    height: 220px;
  }

  .career__btn {
    max-width: none;
  }

  .partners__box {
    background: #F6F7F9;
  }

  .partners__box::before {
    background-image: url(../img/partners-mb.png);
    top: 0;
    right: 0%;
    width: 230px;
    height: 100%;
  }

  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }

  .footer__button-up {
    width: 100%;
  }

  .footer__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }

  .footer__links {
    width: 100%;
  }

  .top-block__text {
    font-size: 14px;
    line-height: 21px;
  }

  .conditions__text {
    font-size: 14px;
  }

  .questions-page__answer {
    padding: 0 20px;
    font-size: 14px;
  }

  .about__image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .part__img-mb {
    display: block;
  }

  .part__image {
    display: none;
  }

  .part__column img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }

  .page-body h1 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .page-body h2 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .page-body h3 {
    margin-bottom: 18px;
    font-size: 32px;
  }

  .page-body h4 {
    margin-bottom: 18px;
    font-size: 32px;
  }

  #language .popup__content {
    padding: 20px;
    padding-bottom: 50px;
  }

  .language-popup__title {
    text-align: start;
  }

  .language-popup__text {
    text-align: start;
  }

  .language-popup__choice {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .services-popup__content {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }

  .services-popup__row {
    height: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .services-popup__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .services-popup__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
    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;
  }

  #form-popup .form__content {
    padding: 0;
  }

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

  .contacts__title {
    margin-bottom: 24px;
  }

  .page-body h1 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .page-body h2 {
    margin-bottom: 8px;
    font-size: 32px;
  }

  .page-body h3 {
    margin-bottom: 18px;
    font-size: 28px;
  }

  .page-body p {
    font-size: 14px;
  }

  .page-body ol li {
    font-size: 14px;
  }

  .page-body ul li {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .services__box {
    -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;
  }

  .services__inner span {
    line-height: 100%;
  }
}

@media (max-width: 470px) {
  .conditions__item._black {
    width: 100%;
    max-width: none;
  }

  .conditions__image {
    width: 100%;
  }

  .conditions__image img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  #succes .succes__content {
    padding: 20px;
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

@media (max-width: 430px) {
  .services-popup__body {
    padding: 0;
  }

  .services-popup__content {
    height: 100vh;
    border-radius: 0;
    border: none;
  }

  #form-popup .popup__content {
    border-radius: 0;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #form-popup .form {
    width: 100%;
  }

  #form-popup .popup__body {
    padding: 0;
  }

  #succes .popup__content {
    border-radius: 0;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #succes .popup__content {
    border-radius: 0;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #succes .popup__body {
    padding: 0;
  }

  #succes .succes__content {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .founders__image img {
    -o-object-position: center;
       object-position: center;
    height: 340px;
  }

  .services-popup__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }
}

@media (max-width: 400px) {
  .services-popup__image img {
    height: 200px;
  }

  .card-contacts__title {
    word-break: break-all;
  }

  .card-contacts__mail {
    word-break: break-all;
  }
}

@media (max-width: 360px) {
  .founders__image img {
    -o-object-position: center;
       object-position: center;
    height: 290px;
  }

  .page-body h1 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .page-body h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .page-body h3 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .page-body h4 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .page-body h1 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .page-body h2 {
    font-size: 30px;
  }

  .page-body h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

@media (max-width: 340px) {
  .footer__logo span {
    font-size: 30px;
  }
}