/*! 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.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:700&display=swap&subset=cyrillic");
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: 'apple';
  src: url("../fonts/AppleSystemUIFont.woff2") format("woff2"), url("../fonts/AppleSystemUIFont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  margin: 0px;
  font-family: 'AppleSystemUIFont', "Helvetica Neue", "Lucida Grande";
  font-size: 16px;
  color: #7A8F99;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none; }

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

ul > li {
  list-style: none; }

a {
  text-decoration: none;
  cursor: pointer; }

.wrapper {
  background-color: #0b172a;
  width: 100vw;
  height: 100vh; }

@media screen and (max-width: 1000px) {
  html {
    font-size: 0.875rem; } }
@media screen and (max-width: 400px) {
  html {
    font-size: 0.8125rem; } }

body {
  background-color: #0b172a; }

.wrapper {
  background-image: url(../img/apple.png);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: right; }
  @media screen and (max-width: 1000px) {
    .wrapper {
      background: none; } }

.login {
  overflow: hidden;
  padding-bottom: 16px; }
  .login__container {
    max-width: 1240px;
    width: 90%;
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      .login__container {
        display: flex;
        flex-direction: column;
        align-items: center; } }
  .login__header {
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 1000px) {
      .login__header {
        width: 100%; } }
    .login__header__white-block {
      width: 8.75rem;
      height: 1rem;
      background-color: #fff; }

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.375rem;
  padding-right: 1.125rem;
  border: 1px solid #D8E1E6;
  border-radius: 0.25rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.5rem;
  outline: unset; }
  .button__icon {
    fill: #fff;
    width: 1.0625rem;
    height: 1.0625rem;
    margin-right: 0.5rem; }
    @media screen and (max-width: 1000px) {
      .button__icon {
        width: 1.1875rem;
        height: 1.1875rem; } }
    @media screen and (max-width: 400px) {
      .button__icon {
        width: 1.25rem;
        height: 1.25rem; } }

.login__content {
  max-width: 27.5rem;
  margin-top: 1rem; }
  .login__content-list {
    margin-top: 1.5rem; }
  .login__content-item {
    margin-bottom: 0.9375rem;
    padding-left: 2.3125rem;
    position: relative; }
    .login__content-item:before {
      position: absolute;
      left: 0;
      top: 0.3125rem;
      content: '';
      background: url("../img/icons/check.png");
      background-repeat: no-repeat;
      width: 1.125rem;
      height: 0.875rem; }
      @media screen and (max-width: 1000px) {
        .login__content-item:before {
          width: 1.1875rem;
          height: 1.0625rem; } }
      @media screen and (max-width: 400px) {
        .login__content-item:before {
          width: 1.25rem;
          height: 1.125rem; } }
    .login__content-item:last-child {
      margin-bottom: 0; }
  .login__content-text {
    font-family: 'apple';
    font-size: 1rem;
    color: #7A8F99;
    letter-spacing: -1px;
    line-height: 1.5rem; }

.title {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.25rem;
  color: #fff;
  letter-spacing: 0;
  line-height: 3rem; }

.form {
  margin-top: 3rem; }
  @media screen and (max-width: 400px) {
    .form {
      margin-top: 1rem; } }
  .form__item-input {
    position: relative;
    margin-bottom: 1rem; }
  .form__input {
    width: 100%;
    height: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.25rem;
    background-color: #212d3e;
    border: none;
    border-radius: 4px;
    font-family: 'apple';
    font-size: 1rem;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.5rem; }
    .form__input:focus {
      border: 1px solid #20a86b;
      outline: none; }
      .form__input:focus ~ .form__label {
        top: 0.5rem;
        font-size: 0.75rem; }
    .form__input:not(:focus):valid ~ .form__label {
      top: 0.5rem;
      font-size: 0.75rem; }
    .form__input:invalid:focus {
      border-color: #e15433; }
    .form__input:hover {
      border: 1px solid #205f50; }
  .form__label {
    position: absolute;
    pointer-events: none;
    left: 1.5rem;
    top: 1.3125rem;
    line-height: 1.5rem;
    transition: .1s;
    font-family: 'apple';
    font-size: 1rem;
    color: #7A8F99;
    letter-spacing: 0; }

.form__radio-label {
  display: inline-flex;
  align-items: center;
  position: relative;
  background-color: #212d3e;
  cursor: pointer;
  width: 6.125rem;
  height: 2rem; }
  .form__radio-label:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
    .form__radio-label:first-child .form__radio-fake {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
  .form__radio-label:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    .form__radio-label:last-child .form__radio-fake {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }

.form__currencies {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 400px) {
    .form__currencies {
      justify-content: unset;
      flex-direction: column; } }
  .form__currencies-desc {
    font-family: 'apple';
    font-size: 0.75rem;
    color: #7A8F99;
    letter-spacing: 0;
    max-width: 8rem;
    line-height: 1rem; }
    @media screen and (max-width: 400px) {
      .form__currencies-desc {
        max-width: none;
        margin-bottom: 0.3125rem; } }

.form__radio {
  display: flex; }
  .form__radio-input {
    display: none; }
  .form__radio-fake {
    display: inline-block;
    width: 6.125rem;
    height: 2rem;
    position: relative; }
  .form__radio-text {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #79818b;
    font-family: 'apple';
    font-size: 1rem;
    color: #717883;
    letter-spacing: 0;
    text-transform: uppercase; }

.form__radio-input:checked + .form__radio-fake {
  border: 1px solid #20a86b;
  background-color: #0b172a; }
.form__radio-input:checked ~ .form__radio-text {
  color: #fff; }

.form__check {
  display: flex;
  justify-content: flex-start;
  margin-top: 1.5rem;
  align-items: center;
  cursor: pointer; }
  .form__check-input {
    display: none; }
    .form__check-input:checked + .form__check-fake:after {
      content: '';
      background: url("../img/icons/check.png");
      background-repeat: no-repeat;
      width: 1.125rem;
      height: 0.875rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 1000px) {
        .form__check-input:checked + .form__check-fake:after {
          width: 1.1875rem;
          height: 1.0625rem; } }
      @media screen and (max-width: 400px) {
        .form__check-input:checked + .form__check-fake:after {
          width: 1.25rem;
          height: 1.125rem; } }
  .form__check-fake {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: #212d3e;
    border-radius: 0.25rem;
    position: relative;
    flex-shrink: 0; }
  .form__check-text {
    font-family: 'apple';
    font-size: 0.75rem;
    color: #7A8F99;
    letter-spacing: 0;
    line-height: 1rem;
    margin-left: 1rem; }

.submit__button {
  padding: 1rem;
  border: 0;
  width: 100%;
  background-color: #1C945D;
  cursor: pointer;
  margin-top: 2rem; }

.error {
  position: absolute;
  left: 9999px;
  transform: translateX(-50%);
  padding: 0.5rem 1rem;
  background-color: #E15433;
  border-radius: 4px;
  bottom: 114%;
  min-width: 240px;
  font-family: 'apple';
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.5rem; }
  .error:before {
    content: "";
    display: block;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-width: 0px;
    border-top-color: #E15433;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0; }
  .error--reg {
    position: relative;
    display: none;
    left: unset;
    width: 100%;
    transform: unset;
    margin-top: 1.5rem;
    padding-left: 4rem;
    text-align: left; }
    .error--reg:before {
      content: '';
      background: url("../img/attention.png");
      background-repeat: no-repeat;
      width: 1.0625rem;
      height: 1.0625rem;
      position: absolute;
      top: 50%;
      left: 1.5rem;
      transform: translateY(-50%);
      border: unset; }
      @media screen and (max-width: 400px) {
        .error--reg:before {
          width: 1.3125rem;
          height: 1.3125rem; } }
