:root {
  --font-family: 'Neue Montreal', sans-serif;

  --main-bg-color: #FCF9F4;
  --error-color: #da291c;

  /** MAIN LOGO **/
  
  --main-logo-height: 44px;

  /** TITLE **/

  --title-color: #20544B;
  --title-font-size: 48px;
  --title-line-height: 52px;
  --title-font-weight: 500;

  /** FORM TEXT ACTION **/
  
  --form-text-action-color: #20544B;
  --form-text-action-font-size: 14px;
  --form-text-action-line-height: 20px;

  /** LINK **/
  
  --link-color: #20544B;
  --link-font-size: 14px;
  --link-line-height: 20px;
  --link-color-hover: #20544B;
  --link-color-focus: #20544B;
  --link-color-active: #20544B;

  /** FORM INPUT **/

  --form-input-color: #0B1D2D;
  --form-input-font-size: 16px;
  --form-input-line-height: 1.25;
  --form-input-border: inset 0 0 0 1px #c4ccd5;
  --form-input-border-focus: inset 0 0 0 2px #173753, 0 0 2px #eff6fa;

  /** FORM CONTENT **/
  
  --form-content-color: #57696D;
  --form-content-font-size: 14px;
  --form-content-line-height: 24px;

  /** BUTTON **/

  --button-color: #fff;
  --button-background: #36655C;
  --button-background-hover: #458075;
  --button-background-focus: #36655C;
  --button-background-active: #36655C;
  --button-font-size: 16px;
  --button-font-weight: 500;
  --button-line-height: 24px;
  --button-box-shadow: 0 1px 0 rgb(0 0 0 / 8%),
    inset 0 -2px 0 rgb(0 0 0 / 20%);

  /** SLIDER LOGO **/

  --slider-logo-height: 34px;

  /** SLIDER TITLE **/

  --slider-title-color: #fff;
  --slider-title-font-size: 32px;
  --slider-title-line-height: 36px;
  --slider-title-font-weight: 500;

  /** SLIDER DESCRIPTION **/

  --slider-description-color: #fff;
  --slider-description-font-size: 20px;
  --slider-description-line-height: 28px;
  --slider-description-font-weight: 400;

  /** FOOTER **/

  --footer-color: #20544B;
  --footer-font-size: 14px;
  --footer-line-height: 20px;
}

/* 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;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('NeueMontreal-LightItalic.woff2') format('woff2'),
        url('NeueMontreal-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('NeueMontreal-MediumItalic.woff2') format('woff2'),
        url('NeueMontreal-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('PPNeueMontreal-SemiBold.woff2') format('woff2'),
        url('PPNeueMontreal-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('NeueMontreal-Medium.woff2') format('woff2'),
        url('NeueMontreal-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('NeueMontreal-Light.woff2') format('woff2'),
        url('NeueMontreal-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('NeueMontreal-Bold.woff2') format('woff2'),
        url('NeueMontreal-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('NeueMontreal-Italic.woff2') format('woff2'),
        url('NeueMontreal-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('NeueMontreal-BoldItalic.woff2') format('woff2'),
        url('NeueMontreal-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('NeueMontreal-Regular.woff2') format('woff2'),
        url('NeueMontreal-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/**
 * 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;
}


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

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

a {
  background-color: transparent;
}


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

b,
strong {
  font-weight: bolder;
}


/* 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 {
  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 {
  /* 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;
}

/**
 * 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 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 */
}


/* 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;
}

body {
  font-family: var(--font-family);
  background-color: var(--main-bg-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button {
  cursor: pointer;
}

a {
  color: var(--link-color);
  text-decoration: none;
  font-size: var(--link-font-size);
  line-height: var(--link-line-height);
  padding: 2px 5px;
  border-radius: 4px;
  transition-property: color, text-decoration, box-shadow, background-color, -webkit-text-decoration;
  transition-duration: 0.12s;
  transition-timing-function: linear;
}

a:hover {
  color: var(--link-color-hover);
  text-decoration: underline;
}

a:focus {
  color: var(--link-color-focus);
  box-shadow: inset 0 0 0 2px #173753;
  text-decoration: none;
}

a:active {
  color: var(--link-color-active);
  background-color: rgba(0, 0, 0, 0.08);
  text-decoration: underline;
  box-shadow: none;
}

/** auth **/

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

.auth-main {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;

  transition: max-width 0.25s;
}

.auth-main-inner {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 64px 20px 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: 14px;
}

.auth-main-header__logo {
  height: var(--main-logo-height);
}

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

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

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

.auth-platform-form__error {
  color: var(--error-color);
  margin-top: 0;
}

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

.auth-main-form__title {
  margin-bottom: 15px;
  color: var(--title-color);
  font-weight: var(--title-font-weight);
  font-size: var(--title-font-size);
  line-height: var(--title-line-height);
}

.auth-main-form__action {
  margin-bottom: 35px;
  color: var(--form-text-action-color);
  font-size: var(--form-text-action-font-size);
  line-height: var(--form-text-action-line-height);
}

/** FORM INPUT **/

.form-group {
  position: relative;
}

.form-group__input {
  color: var(--form-input-color);
  background-color: #fff;
  border-width: 0;
  box-shadow: var(--form-input-border);
  font-size: var(--form-input-font-size);
  line-height: var(--form-input-line-height);
  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: 0.12s;
  transition-timing-function: linear;
}

/* 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: var(--form-input-border-focus);
  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 #173753, 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: 0.12s;
  transition-timing-function: linear;
}

/** BUTTOM **/

.btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  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: var(--button-font-weight);
  box-shadow: var(--button-box-shadow);
  position: relative;
  background-color: var(--button-background);
  color: var(--button-color);
  width: 100%;

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

.btn:hover {
  background-color: var(--button-background-hover);
}

.btn:focus {
  background-color: var(--button-background-focus);
}

.btn:active {
  background-color: var(--button-background-active);
}

.btn[disabled] {
  pointer-events: none;
}

/** CREATOR FORM **/

.creator-form-content {
  margin-top: 12px;
  color: var(--form-content-color);
  font-size: var(--form-content-font-size);
  line-height: var(--form-content-line-height);  
}

.creator-form-content a {
  padding: 2px 5px;
  text-decoration: underline;
}

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

.creator-form__information {
  color: #20544B;
  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__description {
  font-size: 14px;
  /*text-transform: uppercase;*/
  margin-bottom: 42px;
  text-align: justify;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #20544B;
}

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

/** FOOTER **/

.auth-main-footer {
  color: var(--footer-color);
  margin-top: 28px;
  font-size: var(--footer-font-size);
  line-height: var(--footer-line-height);
}

/** SLIDER **/

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

.slider-content__logo {
  height: var(--slider-logo-height);
  margin-bottom: 46px;
}

.slider-content__title {
  color: var(--slider-title-color);
  font-weight: var(--slider-title-font-weight);
  font-size: var(--slider-title-font-size);
  line-height: var(--slider-title-line-height);
}

.slider-content__subtitle {
  color: var(--slider-description-color);
  font-weight: var(--slider-description-font-weight);
  font-size: var(--slider-description-font-size);
  line-height: var(--slider-description-line-height);
  max-width: 368px;
  margin-bottom: 16px;
}

.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(0, 19, 41, 0.5);*/
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  color: #fff;
  padding: 94px 48px;
}

.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/slide-1.jpg');
  animation: slide 8s linear infinite;
}

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

  20% {
    background-image: url('../img/slide-2.jpg')
  }

  30% {
    background-image: url('../img/slide-2.jpg'), url('../img/slide-3.jpg');
  }

  40% {
    background-image: url('../img/slide-3.jpg')
  }

  50% {
    background-image: url('../img/slide-3.jpg'), url('../img/slide-4.jpg');
  }

  60% {
    background-image: url('../img/slide-4.jpg')
  }
  
  70% {
    background-image: url('../img/slide-4.jpg'), url('../img/slide-5.jpg');
  }

  80% {
    background-image: url('../img/slide-5.jpg')
  }
  
  90% {
    background-image: url('../img/slide-5.jpg'), url('../img/slide-1.jpg');
  }

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

}

/** TERMS **/

.page-type-terms {
  background-color: #f4f6f8;
}

.page-type-terms .page-header {
  position: fixed;
  z-index: 4;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 18px 24px;
}

.page-type-terms .logo {
  display: block;
  width: 66px;
}

.page-inner {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.page-grid {
  position: relative;
  top: 64px;
  z-index: 1;
  min-width: 0;
  min-height: 0;
  flex: 0 1 auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 24px;
}

.page-grid-inner {
  max-width: 1135px;
  margin: 0 auto;
  display: flex;
  min-width: 0;
}

.page-grid__aside {
  flex: 0 0 auto;
  min-width: 0;
  padding-inline-end: 24px;
}

.page-header {
  flex: 0 0 auto;
  display: flex;
  min-width: 0;
  padding: 18px 24px;
  box-shadow: inset 0px -1px 0px #e1e6ea;
  background-color: #fff;
}

.panel {
  box-shadow: 0px 0px 0px rgba(34, 44, 53, 0.05), 0px 1px 3px rgba(34, 44, 53, 0.15);
  border-radius: 3px;
  background-color: #fff;
  width: 264px;
  padding-bottom: 8px;
  padding-top: 8px;
}

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

.panel-items-list__list-item {
  cursor: pointer;
  position: relative;
  display: flex;
  min-width: 0;
}

.panel-items-list__item {
  text-decoration: none;
  cursor: pointer;
  padding: 8px 24px;
  line-height: 24px;
  color: #636f81;
  flex: 1 1 auto;
  min-width: 0;
  transition-property: font-weight color background-color;
  transition-duration: 0.12s;
  transition-timing-function: linear;
}

.panel-items-list__item.__is-active {
  color: #173753;
  font-weight: 500;
}

.panel-items-list__item.__is-active:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  width: 3px;
  background-color: #173753;
  border-end-end-radius: 6px;
  border-start-end-radius: 6px;
}

.page-content-header {
  margin-bottom: 40px;
}

.page-content-header__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
}

.page-content-body__subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #20544B;
  font-weight: 600;
}

.page-content-body__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #20544B;
  margin-bottom: 12px;
}

.page-content-body__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #20544B;
  margin-bottom: 24px;
}

.cross-promotion {
  font-size: 14px;
  line-height: 1.428571428571429;
}

.cross-promotion-section {
  padding-top: 12px;
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
}

.cross-promotion-section__link {
  text-decoration: underline;
  padding: 2px 5px;
  border-radius: 4px;
  transition-property:
    color,
    text-decoration,
    box-shadow,
    background-color,
    -webkit-text-decoration;
  transition-duration: 0.12s;
  transition-timing-function: linear;
  cursor: pointer;
}

.cross-promotion-section__link:hover {
  text-decoration: none;
  box-shadow: none;
}


@media screen and (max-width: 1200px) {
  .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: 8px;
  }

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

@media screen and (max-width: 800px) {
  .page-grid__aside {
    display: none;
  }

  .page-content-header {
    margin-bottom: 16px;
  }
}

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

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