/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
  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;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  color: #1F5688;
  font: 16px/1.25 'Roboto', sans-serif;

  font-family: 'Roboto';
  font-style: normal;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

td,
th {
  font: 1em/2 'Roboto', sans-serif;
}

input,
textarea,
option,
select,
button {
  color: #222C35;
  font: 1em 'Roboto', sans-serif;
}

button {
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  white-space: nowrap;
  border-width: 0;
  background: none;
  font-weight: normal
}

a {
  color: #1F5688;
  text-decoration: none;
}

.page-container {
  position: relative;
  min-height: 100%;
}

.mnbg {
  /* height: 535px; */
  max-width: 1230px;
  width: 100%;
  /* position: relative; */
  /* position: absolute; */
  /* z-index: 2; */
  padding-left: 30px;
  padding-right: 30px;
  /* height: 533px; */
  /* overflow: hidden; */
  /* margin-bottom: 10px; */
  /* background: url(../img/bg1.png) no-repeat 50% / contain; */
  margin: 0 auto;
  /* max-width: 1660px; */
}

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

.form-group {
  position: relative;
}

.form-group__input {
  color: #222c35;
  background-color: #fff;
  border-width: 0;
  box-shadow: inset 0 0 0 1px #c4ccd5;
  font-size: 16px;
  line-height: 1.25;
  padding: 27px 18px 9px;
  margin: 0;
  vertical-align: top;
  height: 60px;
  -webkit-appearance: none;
  width: 100%;
  z-index: 1000;
  border-radius: 6px;
  transition-property: box-shadow, background-color;
  transition-duration: .12s;
  transition-timing-function: linear;
}

/* .form-group__input {
  -webkit-box-shadow: inset 0 0 0 54px #fff;
} */

/* Chrome, Safari, Edge, Opera */
.form-group__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-group__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.form-group__input[type=number] {
  -moz-appearance: textfield;
}

.form-group__input:focus {
  box-shadow: inset 0 0 0 2px #457edb, 0 0 0 2px #eff6fa;
  outline: 0;
  background-color: #fff;
}

.form-group__input:focus~.form-group__label {
  top: 11px;
  font-size: 12px;
  line-height: 16px;
}

.form-group__input.__is-focused~.form-group__label {
  top: 11px;
  font-size: 12px;
  line-height: 16px;
}

.creator-form-fields__col:not(.has-error):not(.has-feedback) .form-group__input:hover:not(:focus)~.form-group__label {
  background: #f9fafb;
}

.form-group__input:autofill~.labeled-input__label {
  top: 11px;
  font-size: 12px;
  line-height: 16px;
}

.form-group__input.__is-filled~.labeled-input__label {
  top: 11px;
  font-size: 12px;
  line-height: 16px;
}

.creator-form-fields__col.has-error .form-group__input,
.creator-form-fields__col.has-feedback .form-group__input {
  box-shadow: inset 0 0 0 1px #de3618;
}

.creator-form-fields__col.has-error .form-group__label,
.creator-form-fields__col.has-feedback .form-group__label {
  color: #de3618;
}

.creator-form-fields__col.has-error .form-group__input:hover~.form-group__label,
.creator-form-fields__col.has-feedback .form-group__input:hover~.form-group__label {
  background-color: #fbeae5;
}

.creator-form-fields__col.has-error .form-group__input:hover,
.creator-form-fields__col.has-feedback .form-group__input:hover {
  background-color: #fbeae5;
}

.creator-form-fields__col.has-error .form-group__input:focus,
.creator-form-fields__col.has-error .form-group__input.__is-focused,
.creator-form-fields__col.has-feedback .form-group__input:focus,
.creator-form-fields__col.has-feedback .form-group__input.__is-focused {
  box-shadow: inset 0 0 0 2px #de3618, 0 0 0 2px #fbeae5;
  background-color: #fbeae5;
}

.creator-form-fields__col.has-error .form-group__input[disabled],
.creator-form-fields__col.has-feedback .form-group__input[disabled] {
  background-color: #f4f6f8;
  box-shadow: inset 0 0 0 1px #c4ccd5;
  pointer-events: none;
  cursor: not-allowed;
  color: #919cab;
}

.creator-form-fields__col:not(.has-error):not(.has-feedback) .form-group__input:hover:not(:focus) {
  background: #f9fafb;
}

.form-group__input:focus,
.form-group__input.__is-focused {
  box-shadow: inset 0 0 0 2px #457edb, 0 0 0 2px #eff6fa, inset 0 0 0 30px #fff;
  outline: 0;
  background-color: #fff;
}

.form-group__label {
  font-size: 16px;
  line-height: 1.25;
  color: #919cab;
  position: absolute;
  background-color: transparent;
  top: 20px;
  left: 18px;
  pointer-events: none;
  transition-property: font-size, line-height, top, background-color;
  transition-duration: .12s;
  transition-timing-function: linear;
}

.btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  padding: 18px 12px;
  text-align: center;
  text-decoration: none !important;
  user-select: none;
  white-space: nowrap;
  border-width: 0;
  background: 0 0;
  border-radius: 6px;
  font-weight: 500;
  box-shadow: 0 1px 0 rgb(0 0 0 / 8%), inset 0 -2px 0 rgb(0 0 0 / 20%);
  position: relative;
  background-color: #1F5688;
  color: #fff;
  width: 100%;

  transition-property: color, box-shadow, border-color, background, opacity;
  transition-duration: .12s;
  transition-timing-function: linear;
}

.btn__inner {
  position: relative;
  z-index: 3;
}

.btn:hover {
  background-color: #00478f;
  box-shadow: 0 1px 0 rgb(0 0 0 / 8%), inset 0 -2px 0 rgb(0 0 0 / 20%);
}

.btn:focus {
  background-color: #457edb;
  box-shadow: 0 1px 0 rgb(0 0 0 / 8%), inset 0 -2px 0 rgb(0 0 0 / 20%);
  transition: box-shadow .12s linear;
}

.btn:active {
  background-color: #00478f;
  box-shadow: inset 0 2px 0 rgb(0 0 0 / 5%);
}

.header__inner {
  margin: 0 auto;
  max-width: 1230px;
  /* min-width: 980px; */
  padding: 20px 30px;
}

.logo {
  display: flex;
  width: 120px;
  height: auto;
  /* margin: 0 auto; */
}

.intro {
  padding: 0 20px;
}

.intro__inner {
  position: relative;
  z-index: 4;
  margin: 0 auto;
  max-width: 1660px;
  /* min-width: 980px; */
  padding: 32px 10px 0;
  min-height: 90px;
}

.intro__title {
  /* max-width: 800px; */
  font-size: 16px;
  /* letter-spacing: -0.29px; */
  text-align: right;
  margin: 0 auto;
}


.creator-form__information {
  color: #000;
  text-align: center;
  margin-bottom: 42px;
}

.creator-form__information .creator-form__title {
  margin-bottom: 0;
}

.creator-form__information p {
  margin-top: 0;
  margin-bottom: 20px;
  font: 22px/1.2 'Roboto', sans-serif;
}

.creator-form__title {
  margin-top: 0;
  margin-bottom: 32px;
  text-align: center;
  font: bold 38px/1.5 'Roboto', sans-serif;
}

.creator-form-fields {}

.creator-form-fields__col:not(:last-child) {
  margin-bottom: 16px;
}

.creator-form .forms-note {
  font-size: 13px;
  color: #de3618;
  margin-top: 5px;
  margin-bottom: 0;
}

.creator-form .forms-note:empty {
  display: none;
}

.creator-form-btn {
  padding-top: 24px;
}

.benefits {
  background-color: #f8fbff;
  padding: 90px 20px 115px;
}

.benefits__inner {
  position: relative;
  z-index: 4;
  margin: 0 auto;
  max-width: 1170px;
}

.benefits__title {
  text-align: center;
  font: bold 38px/1.22 'Roboto', sans-serif;
  margin-top: 0;
  margin-bottom: 63px;
}

.benefits-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
}

.benefits-list__list-item {
  flex: 1.5;
  text-align: center;
  font: bold 20px/1.6 'Roboto', sans-serif;
  max-width: 186px;
  padding: 0 10px;
}

.benefits-list p {
  margin: 0 auto;
}

.benefits-list__ico {
  display: flex;
  margin: 0 auto 29px;
  width: 166px;
  height: 166px;
  box-shadow: 1px 10px 13px 1px rgba(201, 201, 201, 0.3);
  background-color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.benefits-list__ico:before {
  content: '';
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.benefits-list__ico[data-benefit="manage"]:before {
  width: 61px;
  height: 74px;
  background-image: url("../img/benefit-1.png");
}

.benefits-list__ico[data-benefit="understand"]:before {
  width: 80px;
  height: 75px;
  background-image: url("../img/benefit-2.png");
}

.benefits-list__ico[data-benefit="monetize"]:before {
  width: 69px;
  height: 83px;
  background-image: url("../img/benefit-3.png");
}

.services {
  position: relative;
  z-index: 4;
  overflow: hidden;
  padding: 0 20px;
}

.services__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1170px;
}

.services-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.services-list__list-item {
  position: relative;
}

.services-list__list-item[data-align="right"] .services-list__content {
  margin-left: auto;
}

.services-list__list-item[data-services="insights"] {
  min-height: 677px;
  padding: 119px 0 20px;
}

.services-list__list-item[data-services="insights"] .services-list__media {
  top: 20px;
  left: 50%;
  margin-left: -85px;
  width: 1131px;
  height: 707px;
  background-image: url("../img/services-insights.png");
}

.services-list__list-item[data-services="profile"] {
  min-height: 689px;
  padding: 114px 0 20px;
}

.services-list__list-item[data-services="profile"] .services-list__content {
  max-width: 348px;
}

.services-list__list-item[data-services="profile"] .services-list__media {
  top: 0;
  right: 50%;
  margin-right: -215px;
  width: 1121px;
  height: 689px;
  background-image: url("../img/services-profile.png");
}

.services-list__media {
  position: absolute;
  background-size: contain;
  background-position: 50%;
}

.services-list__content {
  max-width: 400px;
}

.services-list__content h2 {
  font: bold 38px/1.22 'Roboto', sans-serif;
  margin-top: 0;
  margin-bottom: 40px;
}

.services-list__content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.services-list__content ul li {
  margin-bottom: 30px;
}

.footer {
  padding: 10px 20px;
  background-color: #000;
}

.footer__inner {
  min-height: 89px;
  margin: 0 auto;
  max-width: 1170px;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  justify-content: space-between;
}

.footer__cpr {
  color: #fff;
}

.footer__cnt {
  color: #fff;
}

.footer a {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .services-list__media {
    background-size: contain;
  }

  .services-list__list-item[data-services="profile"] .services-list__media {
    width: 560px;
    height: 344px;
    top: 120px;
    margin-right: -100px;
  }
}

@media screen and (max-width: 800px) {
  .header {
    position: relative;
  }

  .logo {
    margin: 0 auto;
  }

  .intro__title {
    text-align: center;
  }

  .creator-form-fields__col {
    width: 100%;
  }

  .services-list__content {
    max-width: 600px !important;
    margin: 0 auto;
  }

  .benefits-list {
    flex-direction: column;
    align-items: center;
  }

  .benefits-list__list-item {
    margin-bottom: 30px;
  }

  .creator-form__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .benefits {
    padding-bottom: 20px;
  }

  .services-list__media {
    position: relative;
    left: auto !important;
    right: auto !important;
    margin: 0 auto 30px !important;
    height: auto !important;
    width: auto !important;
    top: auto !important;
  }

  .services-list__list-item[data-services="insights"] {
    padding-top: 30px;
  }

  .services-list__list-item[data-services="profile"] {
    padding-top: 30px;
  }

  .services-list__list-item[data-services="insights"] .services-list__media {
    padding-bottom: 62.51105216622458%;
  }

  .services-list__list-item[data-services="profile"] .services-list__media {
    padding-bottom: 61.462979482604815%;
  }
}

@media screen and (max-width: 600px) {

  /* .intro__title {
    font-size: 38px;
  } */
  .btn {
    min-width: 200px;
  }

  .services-list__content h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .benefits__title {
    font-size: 28px;
    margin-bottom: 43px;
  }

  .creator-form__title {
    font-size: 28px;
    margin-bottom: 22px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer__inner {
    flex-direction: column;
    min-height: 1px;
  }

  .footer__cnt {
    padding-top: 10px;
  }
}

.hide {
  display: none !important;
}

.text-muted {
  color: muted-color;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center !important;
}

.fl-r {
  float: right;
}

.fl-l {
  float: right;
}

.nowrap {
  white-space: nowrap;
}

.text-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.text-nowrap {
  white-space: nowrap;
}

.size-full {
  width: 100%;
}

.size-half {
  width: 50%;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.auth {
  min-height: 100%;
  width: 100%;
  display: flex;
  min-width: 0;
}

.auth-platform-form__error {
  color: #de3618;
}

.auth-main {
  flex: 1 1 auto;
  min-width: 0;
  background-color: #FFF7F0;
  min-height: 0;

  transition: max-width 0.25s;
}

.auth-main-inner {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 64px 0 60px;
  margin: 0 auto;
  min-height: 100%;
  max-width: 420px;
  justify-content: space-between;
}

.auth-main-header {
  flex: 0 0 auto;
  display: flex;
  min-width: 0;
  margin-bottom: 64px;
}

.auth-main-header__logo {
  height: 42px;
}

.auth-main-header__logo img {
  height: 100%;
  width: auto;
}

.auth-main-form {
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.auth-main-form a {
  color: #1F5688;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 5px;
  border-radius: 4px;
  transition-property: color, text-decoration, box-shadow, background-color, -webkit-text-decoration;
  transition-duration: .12s;
  transition-timing-function: linear;
}

.auth-main-form a:hover {
  color: #00478f;
  text-decoration: underline;
}

.auth-main-form a:focus {
  color: #3c4b59;
  box-shadow: inset 0 0 0 2px #457edb;
  text-decoration: none;
}

.auth-main-form__title {
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 15px;
  font-weight: 500;
}

.auth-main-form__title+.creator-form {
  margin-top: 35px;
}

.auth-main-form__action {
  margin-bottom: 35px;
}

.auth-main-form__action-hint {
  font-size: 14px;
  line-height: 20px;
}

.auth-main-form__action-hint a {
  padding: 2px 5px;
  border-radius: 4px;
  transition-property: color, text-decoration, box-shadow, background-color, -webkit-text-decoration;
  transition-duration: .12s;
  transition-timing-function: linear;
}

.auth-main-form__action-hint a:hover {
  color: #00478f;
  text-decoration: underline;
}

.auth-main-form__action-hint a:focus {
  color: #3c4b59;
  box-shadow: inset 0 0 0 2px #457edb;
  text-decoration: none;
}

.auth-main-form__action-hint a:active {
  color: #00478f;
  background-color: rgba(0, 0, 0, .08);
  text-decoration: underline;
  box-shadow: none;
}

.auth-main-form__note {
  margin-bottom: 30px;
}

.auth-main-form__profile {
  margin-bottom: 16px;
}

.auth-main-form__profile a {
  font-size: small-font-size;
  line-height: (20 / 14);
  padding: 2px 5px;
  border-radius: 4px;
}

.auth-main-form__profile a:hover {
  color: brand-blue-color-dark;
  text-decoration: underline;
}

.auth-main-footer__title {
  font-size: 14px;
  line-height: 1.428571428571429;
}

.auth-main-footer__title a {
  text-decoration: underline;
  padding: 2px 5px;
  border-radius: 4px;
  transition-property: color, box-shadow, background-color, -webkit-text-decoration;
  transition-property: color, text-decoration, box-shadow, background-color;
  transition-property: color, text-decoration, box-shadow, background-color, -webkit-text-decoration;
  transition-duration: .12s;
  transition-timing-function: linear;
}

.auth-main-footer__title a:hover {
  color: #45505b;
  text-decoration: none;
  box-shadow: none;
}

.auth-main-footer__title a:focus {
  color: #45505b;
  box-shadow: inset 0 0 0 2px #457edb;
  text-decoration: underline;
}

.auth-main-footer__title a:active {
  color: #222c35;
  background-color: rgba(0, 0, 0, .08);
  text-decoration: none;
  box-shadow: none;
}

.auth-aside {
  flex: 0 0 auto;
  min-width: 0;
  display: flex;
  width: 624px;
}

.auth-aside-inner {
  flex: 0 0 auto;
  min-width: 0;
  display: flex;
  width: 624px;
}

.slider {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
}

.slider-content__logo {
  height: 67px;
  margin-bottom: 46px;
}

.slider-content__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  max-width: 364px;
  margin-bottom: 16px;
}

.slider-content__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.slider-content__logo img {
  height: 100%;
  width: auto;
}

.slider-content {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(242, 242, 242, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
  padding: 94px 24px;
}

.slider-list {
  height: 100%;
  margin: 0px;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  will-change: transform;
  -ms-overflow-style: none;
}

.slider-track {
  height: 100%;
}

.slider-list__list-item {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;

}

.slider-list__item {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background-image: url('../img/slider-1-min.jpg');
  animation: slide 10s linear infinite;
}

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  overflow: hidden;
  transition-property: transform background-color;
  transition-duration: .12s;
  transition-timing-function: linear;
  transform: translateY(100%);
}

.popup-overlay {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6)
}

.popup-inner {
  position: relative;
  top: 10px;
  max-width: 796px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 8px;
  height: calc(100% - 20px);
  overflow: hidden;
  box-shadow: 0px 30px 40px rgba(34, 44, 53, 0.2), 0px 2px 16px rgba(34, 44, 53, 0.08);
}

.popup.__is-active {
  transform: translateY(0%);
}

.popup.__is-active~.popup-overlay {
  display: block
}

.popup-header {
  padding: 20px 24px;
  font-weight: 500;
  box-shadow: inset 0px -1px 0px #E1E6EA;
  display: flex;
  min-width: 0;
}

.popup-header__title {
  font-size: 20px;
  line-height: 24px;
  flex: 1 1 auto;
  min-width: 0;
}

.popup-header__close {
  position: relative;
  height: 24px;
  color: #636f81;
  width: 24px;
  padding: 0;
  transition: color .12s linear;
  flex: 0 0 auto;
  min-width: 0;
}

.popup-header__close:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  margin-top: -1px;
  right: 3px;
  background-color: currentColor;
  transform: rotate(45deg);
  border-radius: 2px;
}

.popup-header__close:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  margin-top: -1px;
  right: 3px;
  background-color: currentColor;
  transform: rotate(-45deg);
  border-radius: 2px;
}

.popup-header__close:hover {
  color: #45505b;
}

.popup-header__close:active {
  color: #222c35;
}

.popup-body {
  padding: 36px 24px;
  min-height: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 64px - 20px);
  /* header(64px) bottom(10px) and top(10px) space */
}

.popup-body::-webkit-scrollbar {
  width: 8px;
  background-color: #F4F6F8;
}

.popup-body::-webkit-scrollbar-thumb {
  background-color: #E1E6EA;
  border-radius: 6px;
}

.popup-body::-webkit-scrollbar-thumb:hover {
  background-color: #CDCCD5
}

.popup-body__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}

.popup-body__subtitle {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.popup-body__description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

.popup-body__description:last-child {
  margin-bottom: 0px;
}

@keyframes slide {
  12% {
    background-image: url('../img/slider-1-min.jpg'), url('../img/slider-2-min.jpg');
  }

  24% {
    background-image: url('../img/slider-2-min.jpg')
  }

  36% {
    background-image: url('../img/slider-2-min.jpg'), url('../img/slider-3-min.jpg');
  }

  48% {
    background-image: url('../img/slider-3-min.jpg')
  }

  60% {
    background-image: url('../img/slider-3-min.jpg'), url('../img/slider-4-min.jpg');
  }

  72% {
    background-image: url('../img/slider-4-min.jpg')
  }

  84% {
    background-image: url('../img/slider-4-min.jpg'), url('../img/slider-1-min.jpg');
  }

  100% {
    background-image: url('../img/slider-1-min.jpg')
  }
}

@media screen and (max-width: 1108px) {
  .auth-aside {
    display: none;
  }

  .auth-main-form {
    flex: 1 1 auto;
    margin-bottom: 58px;
  }

  .auth-main-form__title {
    font-size: 36px;
    line-height: 40px;
  }

  .auth-main-header {
    margin-bottom: 58px;
  }

  .auth-main-inner {
    padding: 32px 0 32px;
  }
}

@media screen and (max-width: 799px) {
  .auth-page {
    padding: 0
  }

  .auth-page-grid {
    padding: 8px 24px 48px;
    flex-direction: column;
    align-items: center;
  }

  .auth-page-grid__col .auth-page-grid__col {
    margin-top: 52px
  }

  .auth-page-logo {
    padding-top: 32px;
  }
}

@media screen and (max-width: 460px) {
  .auth-main-inner {
    margin-left: 20px;
    margin-right: 20px;
  }

  .__hidden-text {
    display: none;
  }
}

@media screen and (max-height: 760px) {
  .auth-main-inner {
    padding: 32px 0 32px;
  }

  .auth-page-logo {
    padding-top: 32px;
  }
}