.uOWL_Q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 300px;
  height: 100%;
}

.d5ogIp > div {
  position: relative;
}

/* смартфоны, устройства с сенсорным экраном, с которым работают пальцами */
/* мышь, тачпад */
:root {
  /* цвет */

  /* TODO в фигме другие цвета по названиям scarlet magenta green beeline aquamarine violet, надо решить с дизайнерами  */

  /* токены со ссылкой на глобал цвета */

  /* токены нового макета, задаваться тут пока будут напрямую, так как в будущем все равно уйдем с глобалок */

  /* шрифт */

  /* отступы от шапки и футера до тела страницы */

  /* ширина тела страницы */

  /* отступы между элементами страницы */
}
@-webkit-keyframes VNnV9V {
  0% { -webkit-transform: translateX(50%); transform: translateX(50%); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes VNnV9V {
  0% { -webkit-transform: translateX(50%); transform: translateX(50%); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); }
}
@-webkit-keyframes K6yRUa {
  0% { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes K6yRUa {
  0% { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); }
}
@-webkit-keyframes S1YGjr {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes S1YGjr {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes LfTBAA {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes LfTBAA {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@-webkit-keyframes SOQZdA {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes SOQZdA {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes s9dwRB {
  0% {
    background-color: #dfe0e5;
  }

  50% {
    background-color: #f9f9f9;
  }

  100% {
    background-color: #dfe0e5;
  }
}
@keyframes s9dwRB {
  0% {
    background-color: #dfe0e5;
  }

  50% {
    background-color: #f9f9f9;
  }

  100% {
    background-color: #dfe0e5;
  }
}
.qnjxIO {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: SOQZdA infinite .6s ease-in-out;
          animation: SOQZdA infinite .6s ease-in-out;
}
.t6M2De svg,
.t6M2De path {
  fill: #191c22;
}
.i5wThA svg,
.i5wThA path {
  fill: #fff;
}
.cG1eN9 svg,
.cG1eN9 path {
  fill: #bebec9;
}
.pyhhaT {
  padding: 2px;
}
.Sj2QFx {
  padding: 2.5px;
}
.xnJ9q8 {
  padding: 3px;
}
.gnaDFF {
  padding: 4px;
}
.zz4D69 {
  padding: 8px;
}

/* смартфоны, устройства с сенсорным экраном, с которым работают пальцами */
/* мышь, тачпад */
:root {
  /* цвет */

  /* TODO в фигме другие цвета по названиям scarlet magenta green beeline aquamarine violet, надо решить с дизайнерами  */

  /* токены со ссылкой на глобал цвета */

  /* токены нового макета, задаваться тут пока будут напрямую, так как в будущем все равно уйдем с глобалок */

  /* шрифт */

  /* отступы от шапки и футера до тела страницы */

  /* ширина тела страницы */

  /* отступы между элементами страницы */
}
.Hpxiaq { height: 100%; }
.Bzumdc {
  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;
  min-height: 100vh;
  background-color: #fff;
}

/*! 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: "Beeline Sans";
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url(/static/assets/Beeline-Sans_Regular.a05a490a92e1f51a81be.woff2) format("woff2");
}

@font-face {
  font-family: "Beeline Sans";
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
  src: url(/static/assets/Beeline-Sans_Medium.192e944cdbfbe31b6f77.woff2) format("woff2");
}

@font-face {
  font-family: "Beeline Sans";
  font-weight: 800;
  font-style: normal;
  font-display: fallback;
  src: url(/static/assets/Beeline-Sans_Bold.b1cd10401fbd5d80e5da.woff2) format("woff2");
}

* {
  box-sizing: border-box;
  font-family: "Beeline Sans", -apple-system, sans-serif !important;
  outline: none;
}

html,
body,
#root {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #f0f0f0;
}

html { transition: background-color 0.3s; }

body {
  position: relative;
  overflow-x: hidden;
  transition: color 0.25s;
}

p {
  margin: 0;
  padding: 0;
}

img {
  height: auto;
  max-width: 100%;
}

/* смартфоны, устройства с сенсорным экраном, с которым работают пальцами */
/* мышь, тачпад */
:root {
  /* цвет */

  /* TODO в фигме другие цвета по названиям scarlet magenta green beeline aquamarine violet, надо решить с дизайнерами  */

  /* токены со ссылкой на глобал цвета */

  /* токены нового макета, задаваться тут пока будут напрямую, так как в будущем все равно уйдем с глобалок */

  /* шрифт */

  /* отступы от шапки и футера до тела страницы */

  /* ширина тела страницы */

  /* отступы между элементами страницы */
}
/* отступ сверху и снизу страницы */
.global-page-content-spacer {
  margin-top: 24px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
.global-page-content-spacer {
    --pageBottomSpace: 120px;
    --pageTopSpaceM: 32px
}
  }
@media (min-width: 1024px) {
.global-page-content-spacer {
    --pageTopSpaceM: 64px
}
  }
/* ограничение по ширине */
.global-page-content-space--s {
  margin-top: 20px;
}
@media (min-width: 768px) {
.global-page-content-space--s {
    --pageTopSpaceS: 24px
}
  }
@media (min-width: 1024px) {
.global-page-content-space--s {
    --pageTopSpaceS: 32px
}
  }
.global-content-fixer {
  margin: 0 auto;
  padding: 0 20px;
  display: block;
  max-width: 1312px;
}
.global-content-fixer--l {
  max-width: 1440px;
}
/* утилиты для отступов */
.mar-t-4xs { margin-top: 2px; }
.mar-t-3xs { margin-top: 4px; }
.mar-t-2xs { margin-top: 8px; }
.mar-t-xs { margin-top: 12px; }
.mar-t-s { margin-top: 16px; }
.mar-t-m { margin-top: 24px; }
.mar-t-l { margin-top: 28px; }
.mar-t-xl { margin-top: 32px; }
.mar-t-2xl { margin-top: 40px; }
.mar-t-3xl { margin-top: 48px; }
.mar-t-4xl { margin-top: 64px; }
.mar-t-5xl { margin-top: 80px; }
.mar-r-4xs { margin-right: 2px; }
.mar-r-3xs { margin-right: 4px; }
.mar-r-2xs { margin-right: 8px; }
.mar-r-xs { margin-right: 12px; }
.mar-r-s { margin-right: 16px; }
.mar-r-m { margin-right: 24px; }
.mar-r-l { margin-right: 28px; }
.mar-r-xl { margin-right: 32px; }
.mar-r-2xl { margin-right: 40px; }
.mar-r-3xl { margin-right: 48px; }
.mar-r-4xl { margin-right: 64px; }
.mar-r-5xl { margin-right: 80px; }
.mar-b-4xs { margin-bottom: 2px; }
.mar-b-3xs { margin-bottom: 4px; }
.mar-b-2xs { margin-bottom: 8px; }
.mar-b-xs { margin-bottom: 12px; }
.mar-b-s { margin-bottom: 16px; }
.mar-b-m { margin-bottom: 24px; }
.mar-b-l { margin-bottom: 28px; }
.mar-b-xl { margin-bottom: 32px; }
.mar-b-2xl { margin-bottom: 40px; }
.mar-b-3xl { margin-bottom: 48px; }
.mar-b-4xl { margin-bottom: 64px; }
.mar-b-5xl { margin-bottom: 80px; }
.mar-l-4xs { margin-left: 2px; }
.mar-l-3xs { margin-left: 4px; }
.mar-l-2xs { margin-left: 8px; }
.mar-l-xs { margin-left: 12px; }
.mar-l-s { margin-left: 16px; }
.mar-l-m { margin-left: 24px; }
.mar-l-l { margin-left: 28px; }
.mar-l-xl { margin-left: 32px; }
.mar-l-2xl { margin-left: 40px; }
.mar-l-3xl { margin-left: 48px; }
.mar-l-4xl { margin-left: 64px; }
.mar-l-5xl { margin-left: 80px; }
.pad-t-4xs { padding-top: 2px; }
.pad-t-3xs { padding-top: 4px; }
.pad-t-2xs { padding-top: 8px; }
.pad-t-xs { padding-top: 12px; }
.pad-t-s { padding-top: 16px; }
.pad-t-m { padding-top: 24px; }
.pad-t-l { padding-top: 28px; }
.pad-t-xl { padding-top: 32px; }
.pad-t-2xl { padding-top: 40px; }
.pad-t-3xl { padding-top: 48px; }
.pad-t-4xl { padding-top: 64px; }
.pad-t-5xl { padding-top: 80px; }
.pad-r-4xs { padding-right: 2px; }
.pad-r-3xs { padding-right: 4px; }
.pad-r-2xs { padding-right: 8px; }
.pad-r-xs { padding-right: 12px; }
.pad-r-s { padding-right: 16px; }
.pad-r-m { padding-right: 24px; }
.pad-r-l { padding-right: 28px; }
.pad-r-xl { padding-right: 32px; }
.pad-r-2xl { padding-right: 40px; }
.pad-r-3xl { padding-right: 48px; }
.pad-r-4xl { padding-right: 64px; }
.pad-r-5xl { padding-right: 80px; }
.pad-b-4xs { padding-bottom: 2px; }
.pad-b-3xs { padding-bottom: 4px; }
.pad-b-2xs { padding-bottom: 8px; }
.pad-b-xs { padding-bottom: 12px; }
.pad-b-s { padding-bottom: 16px; }
.pad-b-m { padding-bottom: 24px; }
.pad-b-l { padding-bottom: 28px; }
.pad-b-xl { padding-bottom: 32px; }
.pad-b-2xl { padding-bottom: 40px; }
.pad-b-3xl { padding-bottom: 48px; }
.pad-b-4xl { padding-bottom: 64px; }
.pad-b-5xl { padding-bottom: 80px; }
.pad-l-4xs { padding-left: 2px; }
.pad-l-3xs { padding-left: 4px; }
.pad-l-2xs { padding-left: 8px; }
.pad-l-xs { padding-left: 12px; }
.pad-l-s { padding-left: 16px; }
.pad-l-m { padding-left: 24px; }
.pad-l-l { padding-left: 28px; }
.pad-l-xl { padding-left: 32px; }
.pad-l-2xl { padding-left: 40px; }
.pad-l-3xl { padding-left: 48px; }
.pad-l-4xl { padding-left: 64px; }
.pad-l-5xl { padding-left: 80px; }
.global-section-spacer {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
.global-section-spacer {
    margin-bottom: 64px
}
  }
@media (min-width: 1024px) {
.global-section-spacer {
    margin-bottom: 80px
}
  }
.global-section-item-spacer {
  margin-bottom: 40px;
}
.global-grid-item-spacer {
  margin-bottom: 24px;
}


/*# sourceMappingURL=main.221dad9.css.map*/