@charset "UTF-8";

/*! 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: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Inter-Light.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter-Regular.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Inter-Medium.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Inter-Bold.woff") format("woff");
}

body {
  position: relative;
  min-width: 320px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  background-image: url(../img/bg.svg);
  background-position: left top;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #262628;
}

button {
  width: 100%;
  background: #5451E0;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 2rem;
  color: #FFFFFF;
  transition: 0.3s linear;
  cursor: pointer;
}

button:hover {
  background: #6C69FF;
}

button[disabled] {
  background: #5451E0;
  opacity: 0.3;
  cursor: default;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  height: calc(100vh - 96px);
  background-image: url(../img/bg_info.svg);
  background-position: -50px center;
  background-repeat: no-repeat;
  background-size: 70%;
}

.container_auth-v2 {
  background-image: url(../img/bg_auth-v2.svg);
  background-position: -30px center;
}

.layout {
  display: grid;
  grid-template-columns: 1fr 25.5rem;
  grid-template-rows: 6rem;
  grid-column-gap: 1.25rem;
  min-height: 100%;
  position: relative;
}

.block-logo {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-column-end: 2;
  align-self: flex-end;
}

.block-info {
  grid-row-start: 2;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-column-end: 2;
  align-self: center;
  position: relative;
}

.block-info .info__title {
  max-width: 746px;
  margin-top: -8.125rem;
  font-size: 4rem;
  line-height: 100%;
  color: #262628;
  letter-spacing: -0.04em;
}

.block-info .info__title span {
  color: #5451E0;
}

.block-info .info__subtitle {
  max-width: 746px;
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 140%;
  color: #6C6F95;
  letter-spacing: normal;
}

.block-action {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 3;
  grid-column-end: 3;
  align-self: center;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 5px 25px rgba(143, 128, 147, 0.15);
  border-radius: 8px;
}

.block-action .action__title {
  font-size: 1.5rem;
  line-height: 131.5%;
  color: #262628;
}

.block-action .action__title_success {
  text-align: center;
}

.block-action .action__subtitle {
  margin-top: 0.375rem;
  margin-bottom: 2rem;
  line-height: 130%;
  color: #9E9EB0;
}

.block-action .action__subtitle span {
  color: #262628;
}

.block-action .action__par {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 131.5%;
  text-align: center;
  color: #929293;
}

.block-action .action__par_success::before {
  content: "";
  display: block;
  width: 108px;
  height: 108px;
  margin: 2.6875rem auto;
  background-image: url(../img/success.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.block-action .action__link {
  color: #929293;
}

.block-action .action__link_reg {
  color: #5451E0;
}

.block-action .action__link_tech {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.block-action .action__link_tech::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 0.3125rem;
  background-image: url(../img/support_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.block-action .form__fieldset {
  display: flex;
  position: relative;
  padding: 0;
  border: none;
}

.block-action .form__fieldset_row {
  flex-direction: row;
  margin-top: 0.5rem;
}

.block-action .form__fieldset_row .form__label {
  font-size: 0.625rem;
  line-height: 1rem;
  color: #6C6F95;
}

.block-action .form__fieldset_column {
  flex-direction: column;
  margin-top: 1rem;
}

.block-action .form__fieldset_column + .form__fieldset_row {
  margin-top: 2rem;
}

.block-action .form__fieldset_column .form__label {
  margin-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 150%;
  color: #262628;
  opacity: 0.8;
}

.block-action .form__fieldset.error .form__error {
  display: block;
}

.block-action .form__fieldset.error .form__label {
  color: #E4454E;
}

.block-action .form__fieldset .help-block-error {
  color: #E4454E;
}

.block-action .form__error {
  display: none;
  margin-top: 0.375rem;
  font-size: 0.75rem;
  color: #E4454E;
}

.block-action .form__password-control {
  position: absolute;
  right: 0.9375rem;
  bottom: 0;
  width: 19px;
  height: 42px;
  background-color: transparent;
  background-image: url(../img/pswrd_placeholder.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  transition: 0.3s linear;
}

.block-action .form__password-control:hover {
  background-image: url(../img/pswrd_focus.svg);
}

.block-action .form__input {
  width: 100%;
  height: 42px;
  padding: 0.75rem;
  background: #F3F3FE;
  border: 1px solid #D9DDFB;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 0.75rem;
  line-height: 150%;
  color: #5451E0;
  opacity: 0.8;
  outline: 0;
  transition: 0.3s linear;
}

.block-action .form__input::placeholder,
.block-action .form__input ::-moz-placeholder,
.block-action .form__input :-ms-input-placeholder,
.block-action .form__input ::-webkit-input-placeholder {
  color: #9E9EB0;
}

.block-action .form__input:active,
.block-action .form__input:focus,
.block-action .form__input:hover {
  border-color: #6C69FF;
}

.block-action .form__input:active ~ .form__password-control,
.block-action .form__input:focus ~ .form__password-control,
.block-action .form__input:hover ~ .form__password-control {
  background-image: url(../img/pswrd_focus.svg);
}

.block-action .form__input[type=password] ::-ms-reveal {
  display: none;
}

.block-action .form__checkbox {
  display: none;
}

.block-action .form__checkbox + .form__label {
  display: flex;
  align-items: center;
}

.block-action .form__checkbox + .form__label::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
  background: #F3F3FE;
  border-radius: 5px;
}

.block-action .form__checkbox:checked + .form__label::before {
  content: "✓";
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #5451E0;
  text-indent: 0.125rem;
}

.block-action .form__btn {
  margin-top: 2rem;
}

@media (min-width: 767px) {
  body {
    min-height: 100vh;
  }
}

@media (min-width: 992px) {
  .container {
    min-height: 800px;
  }

  .block-action {
    padding: 2.5rem;
  }
}

@media (max-width: 1200px) {
  .block-info .info__title {
    font-size: 2.75rem;
  }

  .block-info .info__subtitle {
    font-size: 1.375rem;
  }
}

@media (max-width: 991px) {
  .container {
    background-position: -75px center;
  }

  .container_auth-v2 {
    background-size: 75%;
  }

  .layout {
    grid-template-columns: 1fr 22.5rem;
  }

  .block-info .info__title {
    font-size: 2rem;
  }

  .block-info .info__subtitle {
    font-size: 1.125rem;
  }

  .block-action {
    max-width: 408px;
    padding: 1rem;
  }
}

@media (max-width: 766px) {
  .container {
    background-image: none;
  }

  .layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .block-logo {
    align-self: center;
    padding-top: 1.9375rem;
    margin-bottom: 2rem;
  }

  .block-info {
    display: none;
  }

  .block-action .action__title {
    text-align: center;
  }

  .block-action .action__subtitle {
    text-align: center;
  }
}
