/*! 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: Gilroy;
  src: url("../fonts/gilroy-heavyitalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy-extrabolditalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy-blackitalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy-heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy-bolditalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy-lightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy-semibolditalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy-ultralight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy-regularitalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy-thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy-ultralightitalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy-mediumitalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/gilroy-thinitalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

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

body {
  font-family: Gilroy, sans-serif;
  background: #0b1534;
}

.button {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0.625vw 1.5625vw;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #03C4A1;
  border-radius: 0.26042vw;
  transition: background .3s ease-in-out;
}

.button:hover {
  background: #0ce5ec;
}

.button .icon {
  display: block;
  width: 1.25vw;
  margin-right: 0.52083vw;
  font-size: 0;
}

.button .text {
  font-size: 1.25vw;
  line-height: 150%;
  text-align: right;
  color: #FFFFFF;
}

.Typewriter__wrapper {
  width: 100%;
}

.section {
  position: relative;
  height: 100vh;
  transition: .3s opacity .3s ease;
  opacity: 0;
}

.section.active {
  opacity: 1;
  transition: .3s opacity 3s ease;
}

.section.fast_show {
  transition: .3s opacity .3s ease !important;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 200;
}

.header__in {
  padding: 3.125vw 5.20833vw 0 5.20833vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  display: block;
  width: 11.40625vw;
  font-size: 0;
}

.header__right {
  display: flex;
  align-items: center;
}

.header__langs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 1.04167vw;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.header__langs li,
.header__langs a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

.header__langs li.isActive a {
  font-weight: bold;
  text-decoration: underline;
}

.header__langs li:not(.isActive) a:hover {
  text-decoration: underline;
}

.header__login {
  margin-left: 3.125vw;
}

.header__login svg {
  fill: #fff;
}

.first {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.first__in {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 8.85417vw 6.25vw 6.25vw 6.25vw;
}

.first__shield {
  width: 28.125vw;
  max-height: 100%;
}

.first__name {
  width: 26.04167vw;
  color: #FFFFFF;
  padding-top: 5.20833vw;
}

.first__name--title {
  font-weight: 400;
  font-size: 1.66667vw;
  line-height: 2.60417vw;
  margin-bottom: 1.5625vw;
}

.first__name--text {
  font-weight: 400;
  font-size: 1.19792vw;
  line-height: 140%;
  color: #FFFFFF;
}

.first__name .Typewriter__wrapper {
  color: #FFFFFF;
}

.first__name span {
  color: #21DBEF;
}

.first__text {
  font-weight: 400;
  font-size: 1.19792vw;
  line-height: 140%;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  align-self: center;
  transition: height 0.5s ease;
  display: none;
}

.first__text-in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity .3s ease;
}

.first__text-in.isActive {
  opacity: 1;
}

.first__placeholder {
  width: 26.04167vw;
}

.first .small_shield {
  cursor: pointer;
}

.first .small_shield path {
  fill: #fff;
  transition: all .3s ease;
}

.first .small_shield.isActive .border,
.first .small_shield:hover .border {
  fill: #03C4A1;
}

.second {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.second__in {
  width: 100%;
  height: 100%;
  padding: 14.0625vw 6.25vw 12.86458vw 6.25vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.second__text {
  font-weight: normal;
  font-size: 3.33333vw;
  line-height: 4.01042vw;
  margin-bottom: 2.08333vw;
  max-width: 50%;
  color: #FFFFFF;
}

.third {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.third__in {
  width: 100%;
  height: 100%;
  padding: 14.0625vw 6.25vw 12.86458vw 6.25vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.third__shield {
  width: 30.3125vw;
  height: 36.71875vw;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-size: 2.39583vw;
  line-height: 140%;
  color: #FFFFFF;
}

.third__shield-in {
  width: 100%;
}

.fourth {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fourth__in {
  width: 100%;
  height: 100%;
  padding: 8.85417vw 6.25vw 12.86458vw 6.25vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fourth__text {
  width: 36.45833vw;
  font-size: 1.66667vw;
  line-height: 2.60417vw;
  color: #FFFFFF;
  padding-top: 5.20833vw;
  margin-left: auto;
}

.fourth__text .Typewriter__wrapper {
  color: #FFFFFF;
}

.fourth__text span {
  color: #21DBEF;
}

.fiveth {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fiveth__in {
  width: 100%;
  height: 100%;
  padding: 14.0625vw 6.25vw 12.86458vw 6.25vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.fiveth__shield {
  width: 30.3125vw;
  height: 36.71875vw;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-size: 2.39583vw;
  line-height: 140%;
  color: #FFFFFF;
}

.fiveth__shield-in {
  width: 100%;
}

.sixth {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sixth__in {
  width: 100%;
  height: 100%;
  padding: 8.85417vw 6.25vw 12.86458vw 6.25vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sixth__text {
  width: 36.45833vw;
  font-size: 1.66667vw;
  line-height: 2.60417vw;
  color: #FFFFFF;
  padding-top: 5.20833vw;
}

.sixth__text .Typewriter__wrapper {
  color: #FFFFFF;
}

.sixth__text span {
  color: #21DBEF;
}

.seventh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.seventh__in {
  width: 100%;
  height: 100%;
  padding: 14.0625vw 6.25vw 12.86458vw 6.25vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.seventh__shield {
  width: 30.3125vw;
  height: 36.71875vw;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-size: 2.39583vw;
  line-height: 140%;
  color: #FFFFFF;
}

.seventh__shield-in {
  width: 100%;
}

.eight {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.eight__in {
  width: 100%;
  height: 100%;
  padding: 8.85417vw 6.25vw 12.86458vw 6.25vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eight__text {
  width: 36.45833vw;
  font-size: 1.66667vw;
  line-height: 2.60417vw;
  color: #FFFFFF;
  padding-top: 5.20833vw;
  margin-left: auto;
}

.eight__text .Typewriter__wrapper {
  color: #FFFFFF;
}

.eight__text span {
  color: #21DBEF;
}

.nine {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.nine__in {
  width: 100%;
  height: 100%;
  padding: 8.33333vw 49.84375vw 0vw 5.20833vw;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
}

.nine__title {
  font-weight: bold;
  font-size: 3.33333vw;
  line-height: 4.01042vw;
  margin-bottom: 2.08333vw;
  color: #FFFFFF;
}

.nine__form-item:not(:first-child) {
  margin-top: 1.04167vw;
}

.nine__form-item:after {
  content: "";
  display: block;
  top: 100%;
  left: 0;
  height: 1px;
  width: 0;
  background: #0cffff;
  box-shadow: 0px 0px 5px 0px white;
  transition: all .3s ease;
}

.nine__form-item input:not([type="hidden"]) {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 3.95833vw;
  padding: 0;
  background: transparent url("../img/svg/arrow.svg") -1.61458vw 50%/ 1.61458vw no-repeat;
  border: none;
  pointer-events: none;
  outline: none;
  padding-right: 2.13542vw;
}

.nine__form-item input:not([type="hidden"]),
.nine__form-item input:not([type="hidden"])::placeholder,
.nine__form-item input:not([type="hidden"])::-webkit-placeholder {
  font-size: 1.25vw;
  line-height: 1;
  color: transparent;
}

.nine__form-button {
  margin-top: 2.60417vw;
  opacity: 0;
  visibility: hidden;
}

.nine__form-button button {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #03C4A1;
  border-radius: 0.26042vw;
  padding: 1.04167vw 1.82292vw;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .3s ease-in-out;
}

.nine__form-button button:hover {
  background: #0ce5ec;
}

.nine__form-button button .text {
  font-size: 1.25vw;
  line-height: 1;
  color: #FFFFFF;
}

.nine__form-button button .icon {
  display: block;
  width: 1.61458vw;
  font-size: 0;
  margin-left: 1.04167vw;
}

.section.active .nine__form > div:nth-of-type(0) {
  transition: 0.6s all 2.2s ease;
}

.section.active .nine__form > div:nth-of-type(0):after {
  transition: 0.6s all 2.2s ease;
}

.section.active .nine__form > div:nth-of-type(0) input {
  transition: 0.6s all 2.2s ease;
}

.section.active .nine__form > div:nth-of-type(0) input::placeholder {
  transition: 0.6s all 2.2s ease;
}

.section.active .nine__form > div:nth-of-type(0) input::-webkit-placeholder {
  transition: 0.6s all 2.2s ease;
}

.section.active .nine__form > div:nth-of-type(1) {
  transition: 0.6s all 3.3s ease;
}

.section.active .nine__form > div:nth-of-type(1):after {
  transition: 0.6s all 3.3s ease;
}

.section.active .nine__form > div:nth-of-type(1) input {
  transition: 0.6s all 3.3s ease;
}

.section.active .nine__form > div:nth-of-type(1) input::placeholder {
  transition: 0.6s all 3.3s ease;
}

.section.active .nine__form > div:nth-of-type(1) input::-webkit-placeholder {
  transition: 0.6s all 3.3s ease;
}

.section.active .nine__form > div:nth-of-type(2) {
  transition: 0.6s all 4.4s ease;
}

.section.active .nine__form > div:nth-of-type(2):after {
  transition: 0.6s all 4.4s ease;
}

.section.active .nine__form > div:nth-of-type(2) input {
  transition: 0.6s all 4.4s ease;
}

.section.active .nine__form > div:nth-of-type(2) input::placeholder {
  transition: 0.6s all 4.4s ease;
}

.section.active .nine__form > div:nth-of-type(2) input::-webkit-placeholder {
  transition: 0.6s all 4.4s ease;
}

.section.active .nine__form > div:nth-of-type(3) {
  transition: 0.6s all 5.5s ease;
}

.section.active .nine__form > div:nth-of-type(3):after {
  transition: 0.6s all 5.5s ease;
}

.section.active .nine__form > div:nth-of-type(3) input {
  transition: 0.6s all 5.5s ease;
}

.section.active .nine__form > div:nth-of-type(3) input::placeholder {
  transition: 0.6s all 5.5s ease;
}

.section.active .nine__form > div:nth-of-type(3) input::-webkit-placeholder {
  transition: 0.6s all 5.5s ease;
}

.section.active .nine__form > div:nth-of-type(4) {
  transition: 0.6s all 6.6s ease;
}

.section.active .nine__form > div:nth-of-type(4):after {
  transition: 0.6s all 6.6s ease;
}

.section.active .nine__form > div:nth-of-type(4) input {
  transition: 0.6s all 6.6s ease;
}

.section.active .nine__form > div:nth-of-type(4) input::placeholder {
  transition: 0.6s all 6.6s ease;
}

.section.active .nine__form > div:nth-of-type(4) input::-webkit-placeholder {
  transition: 0.6s all 6.6s ease;
}

.section.active .nine__form > div:nth-of-type(5) {
  transition: 0.6s all 7.7s ease;
}

.section.active .nine__form > div:nth-of-type(5):after {
  transition: 0.6s all 7.7s ease;
}

.section.active .nine__form > div:nth-of-type(5) input {
  transition: 0.6s all 7.7s ease;
}

.section.active .nine__form > div:nth-of-type(5) input::placeholder {
  transition: 0.6s all 7.7s ease;
}

.section.active .nine__form > div:nth-of-type(5) input::-webkit-placeholder {
  transition: 0.6s all 7.7s ease;
}

.section.active .nine__form > div:nth-of-type(6) {
  transition: 0.6s all 8.8s ease;
}

.section.active .nine__form > div:nth-of-type(6):after {
  transition: 0.6s all 8.8s ease;
}

.section.active .nine__form > div:nth-of-type(6) input {
  transition: 0.6s all 8.8s ease;
}

.section.active .nine__form > div:nth-of-type(6) input::placeholder {
  transition: 0.6s all 8.8s ease;
}

.section.active .nine__form > div:nth-of-type(6) input::-webkit-placeholder {
  transition: 0.6s all 8.8s ease;
}

.section.active .nine__form > div:nth-of-type(7) {
  transition: 0.6s all 9.9s ease;
}

.section.active .nine__form > div:nth-of-type(7):after {
  transition: 0.6s all 9.9s ease;
}

.section.active .nine__form > div:nth-of-type(7) input {
  transition: 0.6s all 9.9s ease;
}

.section.active .nine__form > div:nth-of-type(7) input::placeholder {
  transition: 0.6s all 9.9s ease;
}

.section.active .nine__form > div:nth-of-type(7) input::-webkit-placeholder {
  transition: 0.6s all 9.9s ease;
}

.section.active .nine__form > div:nth-of-type(8) {
  transition: 0.6s all 11s ease;
}

.section.active .nine__form > div:nth-of-type(8):after {
  transition: 0.6s all 11s ease;
}

.section.active .nine__form > div:nth-of-type(8) input {
  transition: 0.6s all 11s ease;
}

.section.active .nine__form > div:nth-of-type(8) input::placeholder {
  transition: 0.6s all 11s ease;
}

.section.active .nine__form > div:nth-of-type(8) input::-webkit-placeholder {
  transition: 0.6s all 11s ease;
}

.section.active .nine__form > div:nth-of-type(9) {
  transition: 0.6s all 12.1s ease;
}

.section.active .nine__form > div:nth-of-type(9):after {
  transition: 0.6s all 12.1s ease;
}

.section.active .nine__form > div:nth-of-type(9) input {
  transition: 0.6s all 12.1s ease;
}

.section.active .nine__form > div:nth-of-type(9) input::placeholder {
  transition: 0.6s all 12.1s ease;
}

.section.active .nine__form > div:nth-of-type(9) input::-webkit-placeholder {
  transition: 0.6s all 12.1s ease;
}

.section.active .nine__form > div:nth-of-type(10) {
  transition: 0.6s all 13.2s ease;
}

.section.active .nine__form > div:nth-of-type(10):after {
  transition: 0.6s all 13.2s ease;
}

.section.active .nine__form > div:nth-of-type(10) input {
  transition: 0.6s all 13.2s ease;
}

.section.active .nine__form > div:nth-of-type(10) input::placeholder {
  transition: 0.6s all 13.2s ease;
}

.section.active .nine__form > div:nth-of-type(10) input::-webkit-placeholder {
  transition: 0.6s all 13.2s ease;
}

.section.active .nine__form-item:after {
  width: 100%;
}

.section.active .nine__form-item input {
  pointer-events: all;
  background-position: 100% 50%;
}

.section.active .nine__form-item input,
.section.active .nine__form-item input::placeholder,
.section.active .nine__form-item input::-webkit-placeholder {
  color: #fff;
}

.section.active .nine__form-item.has-error input:not([type="hidden"]),
.section.active .nine__form-item.has-error input:not([type="hidden"])::placeholder,
.section.active .nine__form-item.has-error input:not([type="hidden"])::-webkit-placeholder {
  color: red !important;
}

.section.active .nine__form-button {
  opacity: 1;
  visibility: visible;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 300;
}

.preloader__in {
  position: absolute;
  left: calc( 50% - 13.02083vw);
  top: calc( 50% - 13.02083vw);
  width: 26.04167vw;
  height: 26.04167vw;
}

.animation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.animation__in {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animation__in video,
.animation__in img {
  height: 100%;
}

.mobile-arrows__item {
  z-index: 201;
  position: fixed;
  left: 0;
  right: 0;
  height: 23px;
  text-align: center;
  font-size: 0;
  cursor: pointer;
}

.mobile-arrows__item svg path {
  stroke: #fff;
  transition: all 0.2s ease;
}

.mobile-arrows__item--up {
  top: 80px;
  display: none;
}

.mobile-arrows__item--down {
  bottom: 40px;
  transform: rotate(180deg);
}

.mobile-arrows__item:hover svg path {
  stroke: #03C4A1;
  transition: all 0.2s ease;
}

.counter {
  position: fixed;
  left: 15px;
  bottom: 40px;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
}

.counter__current {
  font-weight: bold;
  font-size: 21px;
}

.counter__delim {
  margin: 0 5px;
}

.to_top {
  width: 2.08333vw;
  height: 2.08333vw;
  position: fixed;
  z-index: 100;
  left: 5.20833vw;
  bottom: 1.04167vw;
  border: 2px solid #0dffff;
  border-radius: 50%;
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
}

.modal.isOpened {
  opacity: 1;
  visibility: visible;
}

.modal:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.modal__in {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 26.04167vw;
  background: #000000;
  padding: 2.08333vw;
}

.modal__form-item:not(:first-child) {
  margin-top: 1.04167vw;
}

.modal__form-item:after {
  content: "";
  display: block;
  top: 100%;
  left: 0;
  height: 1px;
  width: 100%;
  background: #0cffff;
  box-shadow: 0px 0px 5px 0px white;
  transition: all .3s ease;
}

.modal__form-item input:not([type="hidden"]) {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 3.95833vw;
  padding: 0;
  background: transparent url("../img/svg/arrow.svg") 100% 50%/ 1.61458vw no-repeat;
  border: none;
  outline: none;
}

.modal__form-item input:not([type="hidden"]),
.modal__form-item input:not([type="hidden"])::placeholder,
.modal__form-item input:not([type="hidden"])::-webkit-placeholder {
  font-size: 1.25vw;
  line-height: 1;
  color: #fff;
}

.modal__form-button {
  margin-top: 2.60417vw;
}

.modal__form-button button {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #03C4A1;
  border-radius: 0.26042vw;
  padding: 1.04167vw 1.82292vw;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .3s ease-in-out;
}

.modal__form-button button:hover {
  background: #0ce5ec;
}

.modal__form-button button .text {
  font-size: 1.25vw;
  line-height: 1;
  color: #FFFFFF;
}

.modal__form-button button .icon {
  display: block;
  width: 1.61458vw;
  font-size: 0;
  margin-left: 1.04167vw;
}

.Typewriter__cursor {
  color: #21DBEF !important;
}

@media all and (min-width: 1024px) {
  .first__shield {
    display: none;
    pointer-events: none;
    position: relative;
  }

  .first__shield.isInteractable {
    pointer-events: all;
  }

  .first__name {
    display: none;
  }

  .first__text {
    top: 0;
    bottom: 0;
    pointer-events: none;
    text-align: center;
  }

  .first__text-in {
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 7.8125vw;
  }

  .mobile-arrows__item--up {
    top: 40px;
  }

  .counter {
    display: none;
  }
}

@media all and (max-width: 1023px) {
  .button {
    border-radius: 5px;
    padding: 10px 15px;
  }

  .button .icon {
    width: 18px;
    margin-right: 10px;
  }

  .button .text {
    font-size: 16px;
  }

  .header__in {
    padding: 20px 15px 0 15px;
  }

  .header__logo {
    width: 88px;
  }

  .header__langs {
    font-size: 14px;
  }

  .header__login {
    margin-left: 20px;
  }

  .first__in {
    padding: 102px 15px 40px;
    flex-direction: column;
    justify-content: space-between;
  }

  .first__shield {
    order: 2;
    flex: 1 1 auto;
    width: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .first__name {
    width: 100%;
    text-align: justify;
  }

  .first__name--title {
    font-size: 20px;
    line-height: 1.2;
    padding-top: 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: justify;
  }

  .first__name--text {
    font-size: 15px;
  }

  .first__text {
    width: 100%;
    font-size: 16px;
    padding-top: 0;
    box-sizing: border-box;
    margin: 0 auto;
    font-weight: normal;
    margin-bottom: 20px;
    position: absolute;
    bottom: 130px;
    height: 210px;
    pointer-events: none;
  }

  .first__text-in {
    width: 210px;
    height: 210px;
    margin: 0 auto;
    text-align: center;
  }

  .first__placeholder {
    display: none;
  }

  .second__in {
    justify-content: flex-start;
    padding: 152px 15px 40px;
    align-items: center;
    text-align: center;
  }

  .second__text {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
    max-width: 100%;
  }

  .third__in {
    padding: 152px 15px 40px;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex: 1 1 auto;
  }

  .third__shield {
    width: 100%;
    padding: 0 19px 20px;
    font-size: 20px;
    text-align: justify;
  }

  .fourth__in {
    padding: 152px 15px 40px;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }

  .fourth__text {
    font-size: 20px;
    line-height: 1.2;
    padding-top: 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: justify;
  }

  .fiveth__in {
    padding: 152px 15px 40px;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex: 1 1 auto;
  }

  .fiveth__shield {
    width: 100%;
    padding: 0 19px 20px;
    font-size: 20px;
    text-align: justify;
  }

  .sixth__in {
    padding: 152px 15px 40px;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }

  .sixth__text {
    font-size: 20px;
    line-height: 1.2;
    padding-top: 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: justify;
  }

  .seventh__in {
    padding: 152px 15px 40px;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }

  .seventh__shield {
    width: 100%;
    padding: 0 19px 20px;
    font-size: 20px;
    text-align: justify;
  }

  .eight__in {
    padding: 152px 15px 40px;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }

  .eight__text {
    font-size: 20px;
    line-height: 1.2;
    padding-top: 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: justify;
  }

  .nine__in {
    padding: 51px 15px;
  }

  .nine__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
  }

  .nine__form-item:not(:first-child) {
    margin-top: 10px;
  }

  .nine__form-item input:not([type="hidden"]) {
    height: 44px;
    padding-right: 41px;
    background: transparent url("../img/svg/arrow.svg") -31px 50%/31px no-repeat;
  }

  .nine__form-item input:not([type="hidden"]),
  .nine__form-item input:not([type="hidden"])::placeholder,
  .nine__form-item input:not([type="hidden"])::-webkit-placeholder {
    font-size: 16px;
  }

  .nine__form-button {
    margin-top: 30px;
  }

  .nine__form-button button {
    border-radius: 5px;
    padding: 20px 35px;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
  }

  .nine__form-button button .text {
    font-size: 20px;
  }

  .nine__form-button button .icon {
    width: 31px;
    margin-left: 20px;
  }

  .logoOsmi {
    display: inline-block;
    max-width: 100px;
    padding: 10px;
    box-sizing: border-box;
  }

  .logoOsmi img {
    max-width: 100%;
  }

  .preloader__in {
    width: 300px;
    height: 300px;
    left: calc(50% - 150px);
    top: calc(50% - 150px);
  }

  .to_top {
    left: auto;
    bottom: 41px;
    right: 15px;
    width: 20px;
    height: 20px;
  }

  .modal__in {
    padding: 20px;
    max-width: 320px;
    box-sizing: border-box;
  }

  .modal__form-item:not(:first-child) {
    margin-top: 10px;
  }

  .modal__form-item input:not([type="hidden"]) {
    height: 44px;
    background: transparent url("../img/svg/arrow.svg") -31px 50%/31px no-repeat;
  }

  .modal__form-item input:not([type="hidden"]),
  .modal__form-item input:not([type="hidden"])::placeholder,
  .modal__form-item input:not([type="hidden"])::-webkit-placeholder {
    font-size: 16px;
  }

  .modal__form-button {
    margin-top: 30px;
  }

  .modal__form-button button {
    border-radius: 5px;
    padding: 20px 35px;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
  }

  .modal__form-button button .text {
    font-size: 20px;
  }

  .modal__form-button button .icon {
    width: 31px;
    margin-left: 20px;
  }
}

@media all and (max-width: 400px) {
  .first__shield {
    width: 320px;
  }

  .first__text {
    bottom: 75px;
  }

  .first__text-in {
    width: 180px;
  }
}

@media all and (max-width: 400px) and (max-height: 700px) {
  .first__name--title {
    margin-bottom: 0;
    font-size: 16px;
  }

  .fourth__text {
    margin-bottom: 0;
    font-size: 15px;
  }

  .sixth__text {
    margin-bottom: 0;
    font-size: 15px;
  }

  .eight__text {
    margin-bottom: 0;
    font-size: 15px;
  }
}

@media all and (max-width: 400px) and (max-height: 600px) {
  .first__name--title {
    margin-bottom: 0;
    font-size: 16px;
    text-align: justify;
  }

  .fourth__text {
    margin-bottom: 0;
    font-size: 15px;
    text-align: justify;
  }

  .sixth__text {
    margin-bottom: 0;
    font-size: 15px;
    text-align: justify;
  }

  .eight__text {
    margin-bottom: 0;
    font-size: 15px;
    text-align: justify;
  }
}

@media all and (max-width: 330px) {
  .first__shield {
    transform: translateX(-15px);
  }
}

@media all and (max-height: 650px) {
  .first__text {
    bottom: 0 !important;
  }
}
/*# sourceMappingURL=maps/main.css.map */
