body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  font-size: 10px;
  font-family: 'Lato';
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #707070;
  min-height: 100vh;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.container {
  padding: 0 22px;
  margin: 0 auto;
  min-width: 320px;
  box-sizing: border-box;
  max-width: 893px; }

#warn_message .text {
  color: #FF8181; }

[data-simplebar] {
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none; }

.simplebar-content-wrapper::-webkit-scrollbar {
  display: none; }

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table; }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -ms-flex-positive: inherit;
      flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0; }

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear; }

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none; }

.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none; }

.custom_checkbox {
  padding: 1em 0; }
  .custom_checkbox input:invalid {
    box-shadow: none; }
  .custom_checkbox [type='checkbox']:not(:checked),
  .custom_checkbox [type='checkbox']:checked,
  .custom_checkbox [type='radio']:not(:checked),
  .custom_checkbox [type='radio']:checked {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: .2em;
    left: 0; }
  .custom_checkbox [type='checkbox']:not(:checked) + label,
  .custom_checkbox [type='checkbox']:checked + label,
  .custom_checkbox label,
  .custom_checkbox [type='radio']:not(:checked) + label,
  .custom_checkbox [type='radio']:checked + label {
    outline: none !important;
    position: relative;
    padding-left: 2.8em;
    cursor: pointer;
    display: block; }
  .custom_checkbox [type='checkbox']:not(:checked) + label span,
  .custom_checkbox [type='checkbox']:checked + label span,
  .custom_checkbox [type='radio']:not(:checked) + label span,
  .custom_checkbox [type='radio']:checked + label span,
  .custom_checkbox label span {
    color: #707070;
    line-height: 1.3;
    padding: 0; }
  .custom_checkbox [type='checkbox']:not(:checked) + label:before,
  .custom_checkbox [type='checkbox']:checked + label:before,
  .custom_checkbox [type='radio']:not(:checked) + label:before,
  .custom_checkbox [type='radio']:checked + label:before {
    content: '';
    position: absolute;
    top: -.2em;
    left: 0;
    width: 2.2em;
    height: 2.2em;
    background: #fff;
    border: 1px solid #CFCFCF;
    border-radius: 3px;
    box-sizing: border-box; }
  .custom_checkbox [type='checkbox']:checked + label:before,
  .custom_checkbox [type='radio']:checked + label:before {
    background-color: #CFCFCF; }
  .custom_checkbox [type='checkbox']:not(:checked) + label:after,
  .custom_checkbox [type='checkbox']:checked + label:after,
  .custom_checkbox [type='radio']:not(:checked) + label:after,
  .custom_checkbox [type='radio']:checked + label:after {
    content: '';
    position: absolute;
    top: -0.3em;
    left: 0.05em;
    font-size: 1em;
    width: 2.2em;
    height: 2.2em;
    transition: all .2s;
    color: #fff;
    background-image: url("../img/checkbox_arrow.svg");
    background-size: 1.5em;
    background-repeat: no-repeat;
    background-position: 40% 60%; }
  .custom_checkbox [type='checkbox']:not(:checked) + label:after,
  .custom_checkbox [type='radio']:not(:checked) + label:after {
    transform: scale(0);
    opacity: 0; }

.form-block {
  padding-bottom: 4em; }
  .form-block__checkbox {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1em 0; }
    .form-block__checkbox .text {
      width: 100%; }
    .form-block__checkbox .custom_checkbox {
      margin-right: 3em; }
  .form-block__inputs-wrapper {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.input {
  width: 100%;
  padding: 1em 0;
  margin-right: 2.1em;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 268px; }
  .input__text {
    width: 100%;
    font-size: 1.6em;
    box-sizing: border-box;
    background-color: #F8F8F8;
    border-radius: 3px;
    border: 1px solid transparent;
    padding: 0.782em;
    max-width: 268px; }
    .input__text--short {
      max-width: 202px; }
  .input__label {
    display: inline-block;
    margin-top: .8em !important;
    padding: 0 !important; }

.input.warn .input__text {
  border: 1px solid #FF8181 !important; }

input:active::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0; }

input:active::-moz-placeholder,
input:focus::-moz-placeholder,
textarea:active::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0; }

input:active:-moz-placeholder,
input:focus:-moz-placeholder,
textarea:active:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0; }

input:active:-ms-input-placeholder,
input:focus:-ms-input-placeholder,
textarea:active:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0; }

::-webkit-input-placeholder {
  color: #BBBBBB;
  font-size: .8em;
  position: relative;
  top: .7em;
  transition: opacity .1s;
  opacity: 1; }

::-moz-placeholder {
  color: #BBBBBB;
  font-size: .8em;
  position: relative;
  top: .7em;
  transition: opacity .1s;
  opacity: 1; }

:-moz-placeholder {
  color: #BBBBBB;
  font-size: .8em;
  position: relative;
  top: .7em;
  transition: opacity .1s;
  opacity: 1; }

:-ms-input-placeholder {
  color: #BBBBBB;
  font-size: .8em;
  position: relative;
  top: .7em;
  transition: opacity .1s;
  opacity: 1; }

.btn {
  border-radius: 3px;
  border: 0;
  background-color: transparent;
  width: 17em;
  text-align: center;
  padding: 1.167em 0;
  font-size: 1.2em;
  margin: 1em 0;
  font-family: 'Lato';
  transition: .3s;
  cursor: pointer; }
  .btn--yellow {
    border: 1px solid #FBE400;
    background-color: #FBE400;
    color: #000; }

.btn--yellow.disabled {
  transition: all 0s ease;
  border-color: #999;
  background-color: #999;
  /*background-image: url("/local/templates/metro_white/static/img/1488.gif");*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #fff;
  cursor: default;
}

button:active, button:focus,
input:active, input:focus,
textarea:active, textarea:focus {
  outline: none !important; }

button::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner {
  border: 0 !important; }

header {
  padding: 1.5em 0; }

.logo {
  width: 13.6em;
  position: relative; }
  .logo__link {
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99; }
  .logo img {
    width: 100%;
    height: auto; }

footer {
  padding-top: 6em;
  padding-bottom: 3.4em;
  margin-top: auto; }

.popup-legal.visible {
  display: inline-block;
  opacity: 1;
  visibility: visible; }

.popup-legal__bgr.visible {
  display: inline-block;
  opacity: 1;
  visibility: visible; }

.popup-legal {
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.25);
  border-radius: 31px;
  background-color: #fff;
  width: 90%;
  position: fixed;
  top: 7em;
  max-width: 500px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5em 3em;
  box-sizing: border-box;
  max-height: calc(100vh - 15em);
  z-index: 99;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: .3s; }
  .popup-legal__close-btn {
    display: inline-block;
    width: 2em;
    height: 2em;
    position: absolute;
    top: 2em;
    right: 2em;
    background-image: url("../img/close_btn.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform .3s;
    cursor: pointer; }
    .popup-legal__close-btn:hover {
      transform: rotate(180deg); }
  .popup-legal__text-block {
    height: calc(100vh - 25em);
    padding-right: 2em; }
    .popup-legal__text-block .inner {
      height: calc(100vh - 25em); }
    .popup-legal__text-block .text {
      padding: .4rem 0; }
  .popup-legal__bgr {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(196, 196, 196, 0.6);
    z-index: 1;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s; }

.text {
  line-height: 1.2;
  color: #707070;
  margin: 0;
  padding: .75rem 0;
  display: block; }
  .text--size-xl {
    font-size: 2.4em; }
  .text--size-l {
    font-size: 1.8em; }
  .text--size-m {
    font-size: 1.4em; }
  .text--size-s {
    font-size: 1.0em; }
  .text--bold {
    font-weight: bold; }
  .text--gray {
    color: #ABABAB; }
  .text__link {
    text-decoration: underline; }

a {
  color: inherit; }

.bold {
  font-weight: bold; }

.underline {
  text-decoration: underline;
  cursor: pointer; }

/*# sourceMappingURL=app.css.map */










body, input {
  font-family: 'Lato', sans-serif;
}

.container {
  min-width: 0;
  max-width: calc(904px + 22px * 2);
}

header {
  padding: 5.1em 0 3.6em;
}

.logo__link {
  position: static;
}

main .container > :first-child, .simplebar-content > :first-child {
  padding-top: 0;
  margin-top: 0!important;
}

.text {
  margin-top: 1em;
  padding: 0;
}

.text--link {
  margin-top: 3.2em;
}

.text--size-l {
  margin-top: 41px;
}

.form-block {
  margin-top: 0.4em;
  padding-bottom: 0;
  max-width: calc(268px * 3 + 2.1em * 2 + 22px * 2); /* input width + input margin + container padding */
}

.btn {
  margin: 3.2em 0 0;
  display: flex;
  text-decoration: none;
  padding: 0;
  align-items: center;
  justify-content: center;
  height: 44px;
  box-sizing: border-box;
}

.input {
  padding: 0;
  margin-top: 2.3em;
  position: relative;
}

.input__text {
  padding: 12px;
  color: #707070;
  background-color: rgba(0, 0, 0, 0.03);
  z-index: 1;
}
input.mask-smscode {
  max-width: 202px;
}
input::-ms-clear {
  display: none;
}
.input__text::placeholder {
  font-size: 0px;
  color: transparent;
}
.input .input__label {
  margin-top: 1.1em !important;
}
.placeholder {
  color: #BBBBBB;
  font-size: 12px;
  position: absolute;
  top: 24px;
  left: 9px;
  z-index: 0;
}
.input.no_placeholder .placeholder {
  display: none;
}


footer {
  padding-top: 3.4em;
  padding-bottom: 5.5em;
}

footer .text.text--gray {
  font-size: 0.9em;
}


.form-block__checkbox {
  margin-top: 4.5em;
  padding: 0;
  width: 100%;
}
.form-block__checkbox.gender {
  max-width: 268px;
  margin-right: 2.1em;
}

.form-block__checkbox .form-block__checkbox_label {
  margin: 0 0 0.9em;
}
.form-block__checkbox.gender {
  margin-top: 2.6em;
}
.form-block__checkbox.gender .form-block__checkbox_label {
  margin-bottom: 0;
}



.custom_checkbox {
  padding: 0;
  margin-top: 0;
  position: relative;
}

.custom_checkbox .text {
  margin-top: 0;
}

.custom_checkbox [type='radio']:not(:checked) + label, .custom_checkbox [type='radio']:checked + label {
  padding-left: 3.2em;
}
.custom_checkbox [type='radio']:not(:checked) + label:before, .custom_checkbox [type='radio']:checked + label:before {
  top: -0.3em;
}

.custom_checkbox [type='checkbox']:not(:checked) + label:before, .custom_checkbox [type='checkbox']:checked + label:before {
  top: -0.1em;
}
.custom_checkbox [type='checkbox']:not(:checked) + label:after, .custom_checkbox [type='checkbox']:checked + label:after {
  top: -0.1em;
}
.custom_checkbox input {
  z-index: 2;
  visibility: visible!important;
  cursor: pointer;
  width: 22px;
  height: 22px;
  margin: 0;
  top: -0.2em!important;
}


.popup-legal {
  padding: 5.6em 3.3em;
}
.popup-legal__close-btn {
  width: 2.1em;
  height: 2.1em;
  top: 2.5em;
  right: 2.3em;
}

.popup-legal__text-block .text {
  padding: 0;
  margin-top: 1em;
}

.legal_inner {
  margin-top: 2.1em;
}

.form_100_text {
  width: 100%;
  margin-top: 1.7em;
}

.error_container, .error_container {
  color: #FF8181;
  display: none;
  width: 100%;
  margin-top: 3em;
}

.custom_checkbox.warn input + label:before {
  border-color: #FF8181!important;
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(196, 196, 196, 0.6);
}

.modal-content {
  overflow: auto;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.modal-content .inner {
  background-color: #fff;
  width: 90%;
  border-radius: 31px;
  box-shadow: 0px 4px 44px rgb(0 0 0 / 25%);
  padding: 5.6em 3.3em;
  margin: 6em 0;
  box-sizing: border-box;
  position: relative;
  max-width: 749px;
  z-index: 100;
}
.modal-content .inner > :first-child {
  margin-top: 0;
}

.is-clipped {
  overflow: hidden !important;
}

.modal.is-active {
  display: flex;
}

.modal .close_modal {
  cursor: pointer;
  position: absolute;
  top: 2.5em;
  right: 2.8em;
  display: inline-block;
}
.modal .close_modal img {
  width: 2.1em;
  height: 2.1em;
}

.custom_checkbox [type='checkbox']:not(:checked) + label, .custom_checkbox [type='checkbox']:checked + label, .custom_checkbox label, .custom_checkbox [type='radio']:not(:checked) + label, .custom_checkbox [type='radio']:checked + label {
  cursor: default;
}

.error_container + .error_container {
  margin-top: 1.2em;
}

.form-block__checkbox.gender > :last-child {
  margin-right: 0;
}

.form-block__checkbox .form-block__checkbox_label {
  width: auto;
  margin-right: 1.3em;
}

.mask-phone2 {
  /*padding-left: 35px;*/
}
.mask-phone_wrap {
  position: relative;
}
.mask-phone_wrap:before {
  /**/
  display: block;
  height: 20px;
  width: 24px;
  color: #707070;
  font-size: 16px;
  position: absolute;
  left: 13px;
  top: 13px;
}
.mask-phone_wrap.no_placeholder:before {
  /*content: "+7";*/
}

@media (min-width: 757px) {

.input_wrap_bday {
  max-width: none;
}

.input_wrap_email {
  max-width: none;
  width: 50%;
}

.modal-content {
  width: 100%;
}
.modal-content .inner {
  padding: 4.2em 6.5em 4.3em 4.9em;
  margin-top: 10.6em;
}
.form-block__checkbox.gender {
  padding-top: 2.1em;
}



}


@media (max-width: 756px) {

body.is-iphone {
  min-height: calc(100vh - 110px);
  padding-bottom: 90px;
  box-sizing: border-box;
}
body.is-iphone.android {
  min-height: calc(100vh - 50px);
}

body.is-iphone footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.container {
  padding: 0;
  max-width: 268px;
}

footer {
  padding-bottom: 3.7em;
}

header {
  padding: 52px 0 46px;
}

.form-block {
  margin-top: 2.7em;
  padding-bottom: 0;
}

.form-block__inputs-wrapper > :first-child {
  padding-top: 0;
  margin-top: 0!important;
}

.form-block__checkbox {
  margin-top: 2em;
}

.form_100_text {
  width: 100%;
}

.input {
  margin-right: 0;
}

.popup-legal__text-block {
  height: calc(100vh - 25em);
}

.modal-content .inner {
  margin: 7em 0 2em;
}

}

