/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Circe";
  src: url("/static/region_landings/version_1/app/fonts/Circe-Regular.eot");
  src: local("Circe"), local("Circe-Regular"), url("/static/region_landings/version_1/app/fonts/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("/static/region_landings/version_1/app/fonts/Circe-Regular.woff") format("woff"), url("/static/region_landings/version_1/app/fonts/Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("/static/region_landings/version_1/app/fonts/Circe-ExtraLight.eot");
  src: local("Circe ExtraLight"), local("Circe-ExtraLight"), url("/static/region_landings/version_1/app/fonts/Circe-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/static/region_landings/version_1/app/fonts/Circe-ExtraLight.woff") format("woff"), url("/static/region_landings/version_1/app/fonts/Circe-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("/static/region_landings/version_1/app/fonts/Circe-Thin.eot");
  src: local("Circe Thin"), local("Circe-Thin"), url("/static/region_landings/version_1/app/fonts/Circe-Thin.eot?#iefix") format("embedded-opentype"), url("/static/region_landings/version_1/app/fonts/Circe-Thin.woff") format("woff"), url("/static/region_landings/version_1/app/fonts/Circe-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("/static/region_landings/version_1/app/fonts/Circe-Light.eot");
  src: local("Circe Light"), local("Circe-Light"), url("/static/region_landings/version_1/app/fonts/Circe-Light.eot?#iefix") format("embedded-opentype"), url("/static/region_landings/version_1/app/fonts/Circe-Light.woff") format("woff"), url("/static/region_landings/version_1/app/fonts/Circe-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("/static/region_landings/version_1/app/fonts/Circe-Bold.eot");
  src: local("Circe Bold"), local("Circe-Bold"), url("/static/region_landings/version_1/app/fonts/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("/static/region_landings/version_1/app/fonts/Circe-Bold.woff") format("woff"), url("/static/region_landings/version_1/app/fonts/Circe-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("/static/region_landings/version_1/app/fonts/Circe-ExtraBold.eot");
  src: local("Circe ExtraBold"), local("Circe-ExtraBold"), url("/static/region_landings/version_1/app/fonts/Circe-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/static/region_landings/version_1/app/fonts/Circe-ExtraBold.woff") format("woff"), url("/static/region_landings/version_1/app/fonts/Circe-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
select,
div {
  outline: none;
}

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

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  margin: 0;
  padding: 0;
}

.h2,
h2 {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.2rem;
  text-transform: uppercase;
}

.h2 {
  font-weight: 400;
}

.h2--blue {
  color: #2f374d;
}

h3,
.h3 {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
}

html {
  font-size: 20px;
  max-width: 100%;
  overflow-x: hidden;
}

html.no-scrolling {
  overflow: hidden;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #252529;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: Circe;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  overflow-x: hidden;
}

main {
  flex: 0 0 100%;
  padding-top: 175px;
}

ul,
ol {
  list-style: none;
}

strong,
b,
.bold {
  font-weight: 800;
}

.container {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 40px;
}

section {
  padding-bottom: 10rem;
}

a {
  color: inherit;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.3s ease;
}

@keyframes animateBtn {
  0% {
    left: -35%;
    right: -35%;
    bottom: -35%;
    top: -35%;
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(45deg);
  }

  45% {
    left: -55%;
    right: -55%;
    bottom: -55%;
    top: -55%;
    transform: rotate(90deg);
  }

  55% {
    left: -55%;
    right: -55%;
    bottom: -55%;
    top: -55%;
    transform: rotate(90deg);
  }

  55% {
    transform: rotate(45deg);
  }

  100% {
    left: -35%;
    right: -35%;
    bottom: -35%;
    top: -35%;
    transform: rotate(0deg);
  }
}

@keyframes animateBtnMobile {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.btn {
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn:focus,
.btn:active,
.btn:focus-visible,
.btn:focus-within {
  outline: none;
  box-shadow: none;
}

.btn__value {
  position: relative;
  box-sizing: inherit;
  display: flex;
  width: 202px;
  height: 202px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 30px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 1rem;
  color: #fff;
  transform: rotate(-15deg);
  cursor: pointer;
  background-color: #427198;
  z-index: 30;
  outline: none;
}

.btn--small .btn__value {
  width: 5.8rem;
  height: 5.8rem;
  padding: 0.5rem;
  font-size: 20px;
  line-height: 1;
}

.btn--small .btn__radial {
  transform: scale(1.1);
}

.btn__radial {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -35%;
  right: -35%;
  bottom: -35%;
  top: -35%;
  display: block;
  width: auto;
  height: auto;
  background: url("/static/region_landings../../img/btn_blue.png") center no-repeat;
  background-size: 100%;
  opacity: 0.4;
  z-index: -1;
  border-radius: 50%;
  transition: animation 5s linear;
}

.section-wrapper {
  display: flex;
}

.section-wrapper__left {
  border-top: 1px solid #fff;
  padding-top: 20px;
  flex: 0 0 335px;
  margin-right: 2.5rem;
}

.section-wrapper__right {
  border-top: 1px solid #fff;
  padding-top: 20px;
  flex: 1 1 auto;
}

.plug {
  position: relative;
  text-align: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  background-image: url("/static/region_landings/version_1/app/plug_bg.webp");
  background-size: cover;
}

.plug__wrapper {
  padding: 32px 0 48px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  overflow-y: auto;
}

.plug__wrapper::-webkit-scrollbar {
  display: none;
}

.plug__text-lang-container {
  position: relative;
}

.plug__text-lang-1,
.plug__text-lang-2 {
  will-change: color;
  transition: color 1s ease;
  color: transparent;
}

.plug__text-lang-1.active,
.plug__text-lang-2.active {
  color: #fff;
  transition: color 1.5s ease;
  transition-delay: 1s;
}

.plug__text-lang-1.hidden,
.plug__text-lang-2.hidden {
  position: absolute;
  font-size: 0px;
}

.plug .container {
  padding: 0 72px;
  max-width: 1440px;
  height: 100%;
}

.plug__title {
  max-width: 910px;
  margin: 88px 0 48px;
  font-weight: 400;
  font-size: 136px;
  line-height: 105%;
}

.plug__logo {
  display: block;
  margin-right: auto;
  width: 60px;
  height: 40px;
}

.plug__competencies {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 17px;
  line-height: 24px;
}

.plug__competencies-item {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
}

.plug__competencies-item::before {
  content: "";
  display: flex;
  width: 5px;
  height: 5px;
  background: #ffffff;
  opacity: 0.2;
  border-radius: 50%;
  margin-top: -3px;
}

.plug__competencies-item:first-child::before {
  display: none;
}

.plug__slogan {
  margin-top: auto;
}

.plug__btn {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 38px;
  line-height: 46px;
  padding: 16px 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 56px;
  background-color: transparent;
  color: #fff;
}

.plug__background-light {
  position: absolute;
  bottom: 0;
  right: -2vw;
  width: 60vw;
  height: 50vh;
  background: linear-gradient(7.34deg, #8a45d4 -6.59%, #4393ed 63.47%, #63b6e8 143.98%);
  filter: blur(156px);
  transform: rotate(-180deg);
  z-index: 0;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  max-height: 0px;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
  background-color: #252529;
  box-sizing: border-box;
}

.header.visible {
  overflow: visible;
  max-height: 1000px;
}

.header__wrapper {
  padding: 40px 0;
  display: flex;
  align-items: center;
}

.header__logo {
  width: 35%;
}

.header__logo a {
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 18px;
}

.header__nav {
  font-size: 24px;
  line-height: 18px;
  font-weight: 300;
}

.header__nav-list {
  display: flex;
  gap: 30px;
  list-style: none;
}

.header__nav-link {
  cursor: pointer;
  font-weight: 400;
}

.header__localization {
  display: none;
  align-items: center;
  position: relative;
  gap: 5px;
  color: #427198;
  font-weight: 300;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.header__localization-mobile {
  display: none;
}

.header__localization-desctop {
  display: block;
}

.header__localization.open .header__localization-select {
  display: block;
  z-index: 100;
}

.header__localization-select {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000;
  box-shadow: 0 0 20px 0 #000;
}

.header__localization-item {
  margin-top: 0.5rem;
}

.header__localization-item.hidden {
  display: none;
}

.header__localization-item:hover {
  color: #fff;
}

.header__localization::after {
  content: "";
  display: block;
  width: 22px;
  height: 14px;
  background-image: url("/static/region_landings../../../img/svg/dropArrow.svg");
  background-repeat: no-repeat;
}

.footer {
  margin: 25px 0 5rem;
  font-size: 0.7rem;
  line-height: 1.5rem;
  color: #fff;
}

.footer__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.footer__contacts {
  display: flex;
  flex: 0 0 335px;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 25px;
}

.footer__contacts-list {
  font-size: 20px;
}

.footer__info {
  padding-top: 25px;
  padding-left: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: right;
  flex: 1 1 auto;
}

.footer__info-item {
  white-space: nowrap;
}

.footer__title {
  margin-bottom: 0.5rem;
  font-size: 20px;
  line-height: 2rem;
  font-weight: 400;
  text-transform: uppercase;
}

.footer__link {
  font-weight: 400;
}

.banner .section-wrapper {
  position: relative;
  z-index: 20;
}

.banner .section-wrapper__left {
  margin-right: 0;
  position: relative;
  z-index: 30;
}

.banner .section-wrapper__left,
.banner .section-wrapper__right {
  border-top: 0;
  padding-top: 3.5rem;
}

.banner__descr {
  padding-left: 2.5rem;
  padding-top: 4rem;
}

.banner__title {
  margin-bottom: 1.5rem;
  font-family: Circe;
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  z-index: 20;
}

.banner__text {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  position: relative;
  z-index: 30;
}

.banner__btn {
  position: relative;
  z-index: 20;
  width: 100%;
  margin-top: -5px;
  text-align: right;
}

.about {
  padding-bottom: 12rem;
}

.about:before {
  z-index: 20;
}

.about__in-numbers {
  display: flex;
  flex-wrap: wrap;
  column-gap: 91px;
  margin-top: 3rem;
  margin-left: 3rem;
}

.about__achievement:last-child {
  margin-left: -66px;
}

.about__achievement-result {
  margin-right: 50px;
  font-family: Circe;
  font-size: 6rem;
  line-height: 0.95;
  text-transform: uppercase;
  color: #427198;
}

.about__achievement-text {
  margin-left: 3.5rem;
}

.about__descr {
  margin-top: 0.6rem;
}

.services {
  padding-bottom: 9rem;
}

.services__list {
  flex: 1 1 auto;
}

.services__link {
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 20px;
  color: #427198;
}

.services__link:hover {
  color: #fff;
}

.services__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.services__item {
  padding-top: 19px;
}

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

.services__item:last-child {
  border: 0;
}

.services__item.open .services__descr {
  z-index: 10;
}

.services__item.open .services__descr-container {
  max-height: 10000px;
  opacity: 1;
  transition: max-height 1s linear, opacity 1.5s linear;
}

.services__descr {
  position: relative;
  z-index: -1;
  padding: 1.5rem 0 3.5rem 0;
}

.services__descr-container {
  max-height: 0;
  opacity: 0;
  will-change: min-height, opacity;
  transition: max-height 0.2s ease-out, opacity 0.2s linear;
}

.services__descr-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.services__descr-title {
  line-height: 2;
  font-weight: 400;
  text-transform: uppercase;
}

.services__descr-list {
  counter-reset: section;
}

.services__descr-list-item {
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 400;
}

.services__descr-list-item::before {
  content: counter(section, decimal-leading-zero) "";
  counter-increment: section;
  font-family: Circe;
  font-size: 0.7rem;
  line-height: 1.5rem;
  font-weight: 400;
  width: 1.5em;
  display: inline-block;
  flex: 0 0 1.5em;
}

.services__descr-list-wrapper {
  display: inline-block;
  max-width: 30%;
  margin-top: 1.5rem;
  padding-right: 10px;
  vertical-align: top;
}

.services__descr-list-link {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.services__name {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  font-size: 2.5rem;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  gap: 0.5rem;
  margin-bottom: 37px;
  cursor: pointer;
  z-index: 20;
}

.services__name-num {
  font-weight: 700;
  color: #427198;
}

.services__name::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  background-image: url("/static/region_landings../../../img/svg/red_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s linear;
  transform: rotate(-180deg);
}

.services__name.open::after {
  transform: rotate(0deg);
}

.elements {
  position: relative;
  z-index: 10;
  padding-bottom: 3rem;
}

.elements__list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  row-gap: 0.75rem;
  align-items: flex-start;
}

.elements__item {
  margin-bottom: 2rem;
  flex: 0 0 calc(50% - 1.5rem);
}

.elements__name {
  font-size: 36px;
  line-height: 50px;
  text-transform: uppercase;
  display: flex;
  gap: 1rem;
  margin-bottom: 0.85rem;
  color: #427198;
}

.elements__btn {
  margin: 75px;
  text-align: end;
}

.clients {
  padding-bottom: 12.5rem;
}

.clients__list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 75px;
  align-items: center;
  row-gap: 43px;
}

.clients__item {
  display: flex;
  flex: 0 0 13%;
  justify-content: center;
}

.clients__img {
  max-height: 55px;
  max-width: 90px;
}

.cases {
  padding-bottom: 9.5rem;
}

.cases__descr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 3.75rem;
  column-gap: 2.5rem;
  margin-top: 0;
}

.cases__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #fff;
}

.cases__name {
  display: inline-block;
  flex: 0 0 auto;
  align-self: flex-start;
  position: relative;
  max-width: 150px;
  height: 140px;
  padding-top: 25px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 0;
}

.cases__logo {
  max-width: 100%;
}

.cases__logo-wrapper {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  right: 0;
  width: 8.75rem;
  height: 8.75rem;
  padding-top: 1rem;
  border-radius: 50%;
  background-color: #427198;
}

.cases__results {
  flex: 1 1 100%;
  font-family: Circe;
  font-size: 5rem;
  line-height: 1;
  text-transform: uppercase;
  color: #427198;
}

.cases__text {
  font-size: 20px;
}

.partners {
  padding-bottom: 8rem;
  overflow: hidden;
  position: relative;
}

.partners .section-wrapper__right {
  display: flex;
  width: 100%;
}

.partners__img {
  box-sizing: border-box;
  position: relative;
  top: -3rem;
  width: 333px;
  height: 333px;
  overflow: hidden;
  border-radius: 50%;
}

.partners__img-wrapper {
  flex: 0 0 333px;
  position: relative;
  top: -20px;
  overflow: hidden;
  margin-right: 2.5rem;
}

.partners__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partners__text {
  max-width: 300px;
  margin-top: 10px;
}

.partners__name {
  display: block;
  margin-top: 1rem;
  font-weight: 800;
}

.start-project {
  min-height: 380px;
  overflow: hidden;
  padding-bottom: 7.25rem;
}

.start-project__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}

.start-project__title {
  display: flex;
  z-index: 20;
  width: 100%;
}

.start-project__title-first {
  border-top: 1px solid #fff;
  margin-right: 53px;
  padding-top: 16px;
}

.start-project__title-second {
  flex: 1 1 auto;
  padding-top: 16px;
  border-top: 1px solid #fff;
  color: #427198;
}

.start-project__btn {
  position: absolute;
  top: 100px;
  right: 75px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  padding: 40px 125px;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: auto;
}

.modal::-webkit-scrollbar {
  width: 6px;
}

.modal.visible {
  display: flex;
}

.modal__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -35px;
  right: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #40505f;
  cursor: pointer;
}

.modal__close:after,
.modal__close:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}

.modal__close:before {
  transform: rotate(-45deg);
}

.modal__body {
  position: relative;
  max-width: 100%;
  padding: 40px 45px;
  background-color: #2f374d;
  border-radius: 30px;
  height: auto;
}

.modal__content {
  max-height: calc(100vh - 260px);
  overflow: auto;
  padding-right: 20px;
}

.modal__content::-webkit-scrollbar {
  width: 32px;
  background-color: #283642;
  border-radius: 24px;
}

.modal__content::-webkit-scrollbar-thumb {
  border-radius: 24px;
  background-color: #1b242c;
}

.modal .modal__success-msg,
.modal .modal__error-msg {
  display: none;
}

.modal.success .modal__form-content {
  display: none;
}

.modal.success .modal__success-msg {
  display: block;
}

.modal.error .modal__form-content {
  display: none;
}

.modal.error .modal__error-msg {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}

.modal__form {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  overflow: hidden;
}

.modal__form-label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex: 0 0 100%;
  overflow: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 -10px;
  padding: 12px 10px 0;
}

.modal__form-label::-webkit-scrollbar {
  display: none;
}

.modal__form-label--text {
  padding-top: 0;
  margin-top: 20px;
  flex-direction: column;
  border-bottom: 0;
  grid-column-start: 1;
  grid-column-end: 3;
}

.modal__form-label--text .modal__form-caption {
  white-space: normal;
  line-height: 29px;
  max-width: 250px;
}

.modal__form-caption {
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
}

.modal__form-field {
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
  flex: 1 1 auto;
  min-width: 0px;
  width: min-content;
  outline: 0;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0 9px 0;
  color: #fff;
  transition: background-color 500000s, color 500000s;
}

.modal__form-field:-webkit-autofill,
.modal__form-field:-webkit-autofill:hover,
.modal__form-field:-webkit-autofill:focus {
  background-color: transparent !important;
}

.modal__form-field:focus,
.modal__form-field:focus-visible,
.modal__form-field:focus-within {
  background-color: transparent !important;
}

.modal__form-field.error::placeholder {
  color: #980410;
}

.modal__form-field::placeholder {
  color: #40505f;
}

.modal__form-field--textarea {
  padding: 0px 20px 5px;
  margin: 5px -20px;
  line-height: 60px;
  width: calc(100% + 30px);
  resize: none;
  background: linear-gradient(to bottom, transparent 0px, transparent 56px, rgba(255, 255, 255, 0.3) 56px, rgba(255, 255, 255, 0.3) 57px, transparent 57px);
  background-size: 100% 60px;
}

.modal__title {
  font-size: 50px;
  line-height: 64px;
  text-transform: uppercase;
  font-weight: 300;
}

.modal__subtitle {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}

.modal__btn {
  background-color: #fff;
  color: #2c3a48;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  padding: 21px 45px 13px;
  border-radius: 29px;
  width: fit-content;
  margin: 30px 0 0 auto;
  justify-self: flex-end;
  grid-column-start: 1;
  grid-column-end: 3;
  cursor: pointer;
}

.modal__btn:disabled {
  position: relative;
  color: rgba(64, 80, 95, 0.3);
  background-color: rgba(255, 255, 255, 0.3);
  cursor: default;
}

.modal__btn:disabled::after {
  content: "";
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  border: 5px solid #427198;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  z-index: 1000;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.modal .h1 {
  color: #fff;
  font-size: 50px;
  line-height: 64px;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.modal .h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
}

.modal .h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
}

.modal p {
  font-size: 20px;
  line-height: 24px;
  margin: 24px 0 12px;
}

.modal p.not-m-t {
  margin-top: 0;
}

.modal ul,
.modal ol {
  padding-left: 35px;
  list-style: disc;
}

.modal ul li,
.modal ol li {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 7px;
}

.modal ol {
  list-style: decimal;
}

.modal ol li::marker {
  margin-right: 16px;
}

.modal--for-ie {
  align-items: center;
  background-color: #2f374d;
  padding: 0 125px;
}

.modal--for-ie .modal__content {
  max-height: 90vh;
  padding-right: 0;
}

.modal--for-ie .h1 {
  max-width: 760px;
  margin-bottom: 18px;
  letter-spacing: 1px;
}

.modal__descr {
  font-size: 30px;
  line-height: 40px;
  margin-top: 0;
}

.modal .browser-logo {
  display: flex;
  margin: 48px auto 20px;
  justify-content: space-between;
  max-width: 1100px;
}

.modal .browser-logo__container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  flex: 0 0 auto;
}

.modal .browser-logo__icon {
  max-height: 100%;
  max-width: 100%;
}

.modal__heading a {
  font-weight: 300;
}

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 1000;
  overflow: hidden;
  max-height: 0px;
  will-change: max-height;
  transition: max-height .5s linear;
}

.cookie.accept {
  max-height: 1000px;
  transition: max-height 2s linear;
}

.cookie__container {
  position: relative;
  max-width: 1150px;
  margin: 0 auto;
  padding: 35px 25px 30px 410px;
  background-color: #2f374d;
  border-radius: 30px 30px 0 0;
}

.cookie__title {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cookie__descr {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookie__text {
  font-size: 20px;
  line-height: 24px;
}

.cookie__btn {
  display: block;
  margin-left: 75px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2c3a48;
  padding: 20px 39px 14px;
  border-radius: 29px;
  border: 0;
  outline: 0;
  -webkit-tap-highlight-color: none;
  cursor: pointer;
}

.cookie__icon {
  position: absolute;
  left: 25px;
  top: 16px;
  max-width: 25%;
  max-height: 116%;
  z-index: 10;
}

@media screen and (max-width: 1100px) {
  .h2,
  h2 {
    font-size: 40px;
    line-height: 51px;
  }

  main {
    padding-top: 33px;
  }

  section {
    padding-bottom: 5rem;
  }

  .btn__value {
    width: 171px;
    height: 171px;
    padding: 0.5rem;
  }

  .btn--small .btn__value {
    width: 116px;
    height: 116px;
    padding: 0.5rem;
  }

  .btn__radial {
    animation: animateBtnMobile 12s linear infinite;
  }

  .section-wrapper {
    flex-wrap: wrap;
    border-top: 1px solid #fff;
  }

  .section-wrapper__left {
    border-top: 0;
    flex: 0 0 auto;
    margin-right: 0;
  }

  .section-wrapper__right {
    border-top: 0;
    padding-top: 0;
  }

  .plug {
    background-image: url("/static/region_landings/version_1/app/plug_bg_mobile.webp");
    background-position: center;
  }

  .plug__wrapper {
    padding: 20px 0 32px;
  }

  .plug .container {
    padding: 0 15px;
  }

  .plug__title {
    font-size: 48px;
    line-height: 110%;
    margin-top: auto;
  }

  .plug__logo {
    width: 48px;
    height: 32px;
    margin-bottom: 3rem;
  }

  .plug__competencies {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 345px;
    text-align: left;
    margin-bottom: 32px;
    gap: 12px;
  }

  .plug__competencies-item {
    gap: 8px;
  }

  .plug__competencies-item:first-child::before {
    display: flex;
  }

  .plug__slogan {
    font-size: 18px;
    line-height: 140%;
    white-space: nowrap;
  }

  .plug__btn {
    margin-top: 10px;
    font-size: 26px;
    line-height: 135%;
  }

  .plug__background-light {
    width: 955px;
    height: 621px;
    right: auto;
    left: 0;
    bottom: auto;
    top: 60%;
  }

  .header__wrapper {
    padding-left: 0;
    padding: 30px 0;
  }

  .header__nav-link {
    font-size: 1rem;
  }

  .footer {
    margin-bottom: 25px;
    margin-top: 0;
  }

  .footer__wrapper {
    align-items: flex-end;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .footer__contacts {
    gap: 56px;
    row-gap: 1rem;
    border: 0;
    padding-top: 16px;
    flex: 0 0 auto;
  }

  .footer__info {
    border: 0;
    padding-left: 1rem;
  }

  .footer__link {
    line-height: 1rem;
    font-size: 14px;
    line-height: 20px;
  }

  .banner {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .banner__descr {
    padding-left: 0;
    padding-top: 40px;
  }

  .banner__title {
    font-size: 75px;
    line-height: 90px;
    margin-bottom: 25px;
    max-width: 550px;
  }

  .banner__btn {
    margin-top: 52px;
    padding-right: 4rem;
  }

  .about {
    padding-bottom: 6rem;
  }

  .about .section-wrapper {
    border-top: 0;
  }

  .about__wrapper {
    border-top: 1px solid #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3rem;
  }

  .about__in-numbers {
    gap: 25px;
    margin-top: 2rem;
  }

  .about__achievement:last-child {
    margin-left: 0;
  }

  .about__achievement-result {
    font-size: 100px;
  }

  .about__achievement-text {
    font-size: 20px;
    line-height: 24px;
    margin-left: 40px;
  }

  .about__achievement-text span {
    display: block;
  }

  .services {
    padding-bottom: 3rem;
  }

  .services__item:first-child {
    padding-top: 10px;
  }

  .services__descr {
    display: flex;
    padding-left: 0;
    padding: 18px 0 5px 0;
    gap: 40px;
    margin-bottom: 0px;
    line-height: 24px;
  }

  .services__descr-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    flex: 0 0 auto;
    width: calc(50% - 20px);
  }

  .services__descr-title {
    font-size: 20px;
    line-height: 24px;
  }

  .services__descr-list {
    margin-top: 6px;
    margin-bottom: 10px;
  }

  .services__descr-list-item {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    white-space: normal;
    display: flex;
  }

  .services__descr-list-item::before {
    line-height: 20px;
  }

  .services__descr-list-wrapper {
    max-width: 100%;
    margin-bottom: 12px;
    margin-top: 0;
  }

  .services__name {
    font-size: 30px;
    margin-bottom: 21px;
  }

  .services__name.open {
    margin-bottom: 0;
  }

  .elements {
    padding-bottom: 6rem;
  }

  .elements__list {
    gap: 1rem;
    justify-content: space-between;
  }

  .elements__item {
    flex: 0 0 calc(50% - 1rem);
    margin-bottom: 4px;
  }

  .elements__name {
    gap: 9px;
    font-size: 30px;
    margin-bottom: 7px;
  }

  .clients {
    padding-bottom: 6rem;
  }

  .clients__list {
    margin-top: 1.75rem;
  }

  .clients__subtitle {
    margin-top: 1rem;
  }

  .cases {
    padding-bottom: 6rem;
  }

  .cases__descr {
    margin-top: 1rem;
    row-gap: 30px;
  }

  .cases__item {
    top: 0;
    border-color: rgba(255, 255, 255, 0.3);
  }

  .cases__name {
    padding-top: 12px;
    max-width: 100px;
    height: 120px;
    font-size: 16px;
  }

  .cases__logo-wrapper {
    top: -1.5rem;
    width: 136px;
    height: 136px;
    padding-top: 0.75rem;
  }

  .cases__results {
    font-size: 70px;
  }

  .partners {
    padding-bottom: 6rem;
  }

  .partners .section-wrapper__left {
    flex: 0 0 270px;
    width: 270px;
  }

  .partners__img {
    top: -2rem;
    width: 100%;
    height: 100%;
    width: 260px;
    height: 260px;
  }

  .partners__img-wrapper {
    top: 1px;
    flex: 0 0 260px;
    position: absolute;
    right: 24px;
    margin-right: 0;
  }

  .start-project {
    min-height: 0;
    padding-bottom: 11rem;
    overflow: visible;
  }

  .start-project__title {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #fff;
    padding-top: 20px;
  }

  .start-project__title-first {
    border: 0;
    padding-top: 0;
  }

  .start-project__title-second {
    border: 0;
    padding-top: 0;
  }

  .start-project__btn {
    right: 40px;
    z-index: 30;
  }

  .modal {
    align-items: flex-start;
    padding: 40px 20px;
  }

  .modal__content {
    max-height: calc(100vh - 160px);
    padding-right: 7px;
  }

  .modal__content::-webkit-scrollbar {
    width: 8px;
  }

  .modal__form {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }

  .modal__form-label--text {
    margin-top: 40px;
  }

  .modal .h1 {
    margin-bottom: 9px;
  }

  .modal p {
    margin: 30px 0 12px;
    line-height: 30px;
  }

  .modal ul,
  .modal ol {
    padding-left: 25px;
  }

  .modal--for-ie {
    align-items: center;
  }

  .modal--for-ie .h1 {
    letter-spacing: normal;
    font-size: 40px;
    line-height: 50px;
    max-width: 500px;
    margin-bottom: 30px;
  }

  .modal__descr {
    font-size: 24px;
    line-height: 30px;
  }

  .modal .browser-logo {
    margin-bottom: 5px;
  }

  .modal .browser-logo__container {
    width: 50px;
    height: 50px;
  }

  .cookie {
    padding: 0 20px;
  }

  .cookie__container {
    padding: 10px 40px 10px 180px;
  }

  .cookie__title {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .cookie__descr {
    align-items: flex-end;
  }

  .cookie__text {
    font-size: 16px;
  }

  .cookie__btn {
    padding: 8px 29px 5px;
    margin-left: 25px;
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 29px;
    border-radius: 22px;
  }

  .cookie__icon {
    max-width: 20%;
    left: 20px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .h2,
  h2 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 0;
    line-height: 39px;
  }

  .container {
    padding: 0 10px;
  }

  .btn__value {
    width: 112px;
    height: 112px;
    font-size: 18px;
    line-height: 18px;
  }

  .section-wrapper {
    flex-direction: column;
  }

  .section-wrapper__left {
    width: 100%;
  }

  .section-wrapper__right {
    width: 100%;
  }

  .plug__title {
    text-align: left;
  }

  .plug__btn {
    width: 100%;
  }

  .header__wrapper {
    flex-direction: column;
    row-gap: 20px;
    padding: 15px 0;
  }

  .header__logo {
    width: auto;
  }

  .header__nav {
    font-size: 14px;
  }

  .header__nav-list {
    gap: 18px;
  }

  .header__localization-mobile {
    display: block;
  }

  .header__localization-desctop {
    display: none;
  }

  .header__localization::after {
    background-position: center top;
    background-size: 15px;
  }

  .footer__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .footer__info {
    text-align: left;
    padding-left: 0;
    padding-top: 0;
  }

  .footer__info-item {
    display: inline-block;
  }

  .footer__info-item::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #414141;
    vertical-align: middle;
    margin: 0 7px;
  }

  .footer__info-item:first-child::before {
    display: none;
  }

  .footer__copyright {
    display: block;
    font-size: 14px;
    margin-top: 15px;
  }

  .footer__copyright::before {
    display: none;
  }

  .banner {
    padding-bottom: 28px;
  }

  .banner .section-wrapper__left {
    margin: 0 auto 22px;
  }

  .banner__logo {
    display: block;
    width: 126px;
    height: 85px;
    margin: 0 auto;
  }

  .banner__descr {
    padding-top: 0;
  }

  .banner__title {
    font-size: 34px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 16px;
  }

  .banner__text {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
  }

  .banner__btn {
    margin-top: 23px;
    text-align: center;
    padding-right: 0;
  }

  .about {
    padding-bottom: 25px;
  }

  .about__wrapper {
    flex-direction: column;
    gap: 0;
  }

  .about__in-numbers {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

  .about__achievement-result {
    font-size: 68px;
    margin: 0 auto;
    text-align: center;
  }

  .about__achievement-text {
    margin-left: 0;
    text-align: center;
  }

  .about__descr {
    font-size: 14px;
    line-height: 20px;
  }

  .services {
    padding-bottom: 12px;
  }

  .services__item {
    margin-bottom: 0;
  }

  .services__item.open {
    margin-bottom: 0;
  }

  .services__text {
    line-height: 20px;
    font-size: 14px;
  }

  .services__descr {
    flex-direction: column;
    padding: 6px 0 5px 0;
    gap: 25px;
  }

  .services__descr-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }

  .services__descr-title {
    margin-bottom: 5px;
    line-height: 20px;
  }

  .services__descr-list {
    margin-top: 9px;
  }

  .services__descr-list-item {
    line-height: 20px;
    font-size: 14px;
  }

  .services__descr-list-wrapper {
    width: 50%;
    min-width: 50%;
  }

  .services__name {
    align-items: center;
    margin: 16px 0 10px;
    font-size: 24px;
  }

  .elements {
    padding-bottom: 1rem;
  }

  .elements__list {
    margin-top: 20px;
  }

  .elements__item {
    flex: 0 0 100%;
    margin-bottom: 7px;
  }

  .elements__name {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .elements__descr {
    font-size: 14px;
    line-height: 20px;
  }

  .elements__btn {
    margin: 25px;
    text-align: center;
  }

  .clients {
    padding-bottom: 2rem;
  }

  .clients__list {
    gap: 0;
    row-gap: 1rem;
    justify-content: center;
  }

  .clients__subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .clients__item {
    flex: 0 0 calc(100% / 3);
  }

  .clients__img {
    max-height: 46px;
  }

  .cases {
    padding-bottom: 2rem;
  }

  .cases__descr {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }

  .cases__name {
    max-width: 140px;
    height: auto;
    line-height: 27px;
    margin-bottom: 14px;
    font-size: 20px;
  }

  .cases__logo-wrapper {
    top: -2rem;
  }

  .cases__results {
    line-height: 65px;
  }

  .partners {
    padding-bottom: 25px;
  }

  .partners .section-wrapper__left {
    flex: 0 0 auto;
    margin: 0 auto;
  }

  .partners .section-wrapper__right {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .partners__img {
    position: static;
    width: 160px;
    height: 160px;
  }

  .partners__img-wrapper {
    flex: 0 0 160px;
    position: static;
    top: 0;
    width: 160px;
    height: 160px;
  }

  .partners__text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
  }

  .partners__name {
    text-align: center;
  }

  .partners__position {
    text-align: center;
    display: block;
  }

  .start-project__title-first {
    margin: 0;
    text-align: center;
  }

  .start-project__btn {
    top: calc(100% + 25px);
    right: calc(50% - 56px);
  }

  .modal {
    padding: 20px;
  }

  .modal__close {
    width: 35px;
    height: 35px;
    top: -17px;
  }

  .modal__close:after,
  .modal__close:before {
    width: 20px;
  }

  .modal__body {
    padding: 20px;
    border-radius: 5px;
  }

  .modal__content {
    max-height: calc(100vh - 80px);
    padding-right: 15px;
  }

  .modal__form {
    margin-top: 8px;
  }

  .modal__form-label--text {
    margin-top: 8px;
  }

  .modal__form-label--text .modal__form-caption {
    max-width: 180px;
  }

  .modal__form-caption {
    font-size: 14px;
    line-height: 14px;
  }

  .modal__form-field {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
  }

  .modal__form-field--textarea {
    padding: 0 10px 5px;
    margin: 0 -10px;
    width: calc(100% + 20px);
    background: linear-gradient(to bottom, transparent 0px, transparent 24px, rgba(255, 255, 255, 0.3) 24px, rgba(255, 255, 255, 0.3) 25px, transparent 25px);
    background-size: 100% 30px;
    line-height: 30px;
  }

  .modal__title {
    font-size: 24px;
    text-align: left;
    line-height: 32px;
  }

  .modal__subtitle {
    line-height: 20px;
    font-size: 16px;
  }

  .modal__btn {
    margin: 20px 0 0 auto;
    font-size: 13px;
    padding: 8px 23px;
    border-radius: 15px;
  }

  .modal .h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .modal .h2 {
    font-size: 20px;
    text-align: left;
  }

  .modal .h3 {
    font-size: 16px;
    text-align: left;
  }

  .modal p {
    font-size: 14px;
    line-height: 18px;
    margin: 18px 0 12px;
  }

  .modal ul li,
  .modal ol li {
    font-size: 14px;
    line-height: 18px;
  }

  .modal--for-ie .h1 {
    margin-top: 5px;
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 32px;
  }

  .modal__descr {
    font-size: 15px;
    line-height: 20px;
  }

  .modal .browser-logo {
    margin-top: 25px;
  }

  .modal .browser-logo__container {
    width: 33px;
    height: 33px;
  }

  .cookie {
    padding: 0px;
  }

  .cookie__container {
    padding: 10px 13px;
    border-radius: 10px 10px 0 0;
  }

  .cookie__title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 23px;
  }

  .cookie__text {
    font-size: 14px;
    line-height: 20px;
  }

  .cookie__btn {
    margin-left: 10px;
    font-size: 14px;
    line-height: 14px;
    padding: 11px 14px 6px;
  }

  .cookie__icon {
    max-width: 25%;
    left: auto;
    right: 20px;
  }
}

@media screen and (max-width: 374px) {
  .plug__competencies {
    width: 100%;
  }
}

@media (hover: hover) {
  a:hover {
    color: #427198;
  }

  .btn:hover .btn__radial {
    animation: animateBtn 10s linear infinite;
  }

  .services__name-text:hover {
    color: #427198;
  }
}
/*# sourceMappingURL=maps/main.css.map */