.frm-auth form.disabled {
  pointer-events: none;
}

.frm-auth fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

.frm-auth [type="checkbox"] {
  display: none;
}

.frm-auth b,
.frm-auth strong {
  font-family: inherit;
}

.frm-auth label {
  font-weight: normal;
}

.frm-auth-title {
  position: relative;
  background: #872116;
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.frm-auth-back {
  background: #872116;
  color: white;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  padding: 10px 20px 24px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.frm-auth-back a {
  text-decoration: none;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.frm-auth-content {
  padding: 24px 16px;
  color: rgba(18, 18, 18, 0.92);
  font-size: 14px;
  line-height: 18px;
}

.frm-auth-group {
  margin-bottom: 17px;
}

.frm-auth-group .controls {
  position: relative;
}

.frm-auth-label {
  display: block;
  color: rgba(18, 18, 18, 0.54);
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.frm-auth-control {
  display: block;
  width: 100%;
  padding: 6px 14px;
  line-height: 1.428571428571429;
  line-height: 1;
  line-height: normal;
  background: none;
  border: 1px solid rgba(18, 18, 18, 0.54);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
  transition: none;
  outline: none !important;
  height: 52px;
  font-size: 16px;
  color: rgba(18, 18, 18, 0.92);
}

.frm-auth-control::-webkit-input-placeholder {
  color: rgba(18, 18, 18, 0.54);
}

.frm-auth-control::-moz-placeholder {
  color: rgba(18, 18, 18, 0.54);
}

.frm-auth-control:-ms-input-placeholder {
  color: rgba(18, 18, 18, 0.54);
}

.frm-auth-control::-ms-input-placeholder {
  color: rgba(18, 18, 18, 0.54);
}

.frm-auth-control::placeholder {
  color: rgba(18, 18, 18, 0.54);
}

.frm-auth-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.frm-auth-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e59d12;
}

.invalid .frm-auth-control {
  border-color: #a52915;
}

.frm-auth-icon-inp ~ .frm-auth-control {
  padding-left: 54px;
}

.frm-auth-btn-passw ~ .frm-auth-control {
  padding-right: 64px;
}

.frm-auth-text {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 0 20px;
  margin-bottom: 25px;
}

.frm-auth-text strong {
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin: 8px 0 -1px;
}

.frm-auth-controls {
  padding-top: 7px;
}

.frm-auth-error {
  font-size: 12px;
  line-height: 16px;
  color: #a52915;
  padding: 4px 0 1px;
}

.frm-auth-link {
  color: #872116;
  text-decoration: underline;
}

.frm-auth-link:hover {
  text-decoration: none;
}

.frm-auth-cancel {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 24px 0 0;
}

.frm-auth-cancel a {
  color: #333;
}

.frm-auth-cancel a:hover {
  text-decoration: none;
  color: #872116;
}

.frm-auth-group-links {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #757575;
  margin-top: 24px;
}

.frm-auth-group-links:last-child {
  margin-bottom: 0;
}

.frm-auth-group-links a {
  color: #872116;
}

.frm-auth-group-links a:focus {
  outline-offset: 3px;
  outline: 1px dotted rgba(18, 18, 18, 0.54);
}

.frm-auth-group-links a.gray {
  color: inherit;
  text-decoration: none;
}

.frm-auth-group-links a.gray:hover {
  text-decoration: underline;
  color: #872116;
}

.frm-auth-group-agree {
  margin-top: 25px;
  margin-bottom: 0;
}

.frm-auth-checkbox {
  position: relative;
  color: #333;
  padding-left: 27px;
  cursor: pointer;
}

.frm-auth-checkbox::before, .frm-auth-checkbox::after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
}

.frm-auth-checkbox::before {
  width: 18px;
  height: 18px;
  border: 1px solid #B6B6B6;
}

.frm-auth-checkbox::after {
  width: 10px;
  height: 10px;
  background: #e59d12;
  -webkit-transform: translate(5px, 5px) scale(0);
          transform: translate(5px, 5px) scale(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.frm-auth-checkbox a {
  text-decoration: none;
  color: #872116;
}

.frm-auth-checkbox a:hover {
  text-decoration: underline;
}

.invalid .frm-auth-checkbox::before {
  border-color: #e64b41;
}

.frm-auth-checkbox:focus {
  outline-offset: 5px;
  outline: 1px dotted rgba(18, 18, 18, 0.54);
}

[type="checkbox"]:checked + .frm-auth-checkbox::after {
  -webkit-transform: translate(5px, 5px) scale(1);
          transform: translate(5px, 5px) scale(1);
}

.frm-auth-icon {
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 24px;
  height: 25px;
}

.frm-auth-icon-inp {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  opacity: .7;
}

.frm-auth-icon-back {
  background-image: url(../img/form-auth-back.svg);
  margin-right: 5px;
}

.frm-auth-icon-success {
  background-image: url(../img/form-auth-success.svg);
}

.frm-auth-icon-success-large {
  width: 40px;
  height: 40px;
  background-image: url(../img/user-verified-ico.svg);
}

.frm-auth-icon-error {
  background-image: url(../img/form-auth-error.svg);
}

.frm-auth-icon-spinner {
  background-image: url(../img/form-auth-spinner.svg);
}

.frm-auth-icon-email {
  background-image: url(../img/form-auth-email.svg);
}

.frm-auth-icon-passw {
  background-image: url(../img/form-auth-passw.svg);
}

.frm-auth-icon-login {
  background-image: url(../img/form-auth-login.svg);
} 

.frm-auth-icon-eye {
  background-image: url(../img/form-auth-eye-open.svg);
}

.toggled .frm-auth-icon-eye {
  background-image: url(../img/form-auth-eye-close.svg);
}

.info .frm-auth-icon-message {
  background-image: url(../img/form-auth-message-info.svg);
}

.invalid .frm-auth-icon-message {
  background-image: url(../img/form-auth-message-invalid.svg);
}

.frm-auth-icon-close {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.frm-auth-icon-close.white {
  background-image: url(../img/form-auth-close-white.svg);
}

.frm-auth-icon-close.black,
.info .frm-auth-icon-close,
.success .frm-auth-icon-close,
.invalid .frm-auth-icon-close {
  background-image: url(../img/form-auth-close-black.svg);
  width: 28px;
  height: 29.1666666667px;
}

.frm-auth-btn-unstyled {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-weight: normal;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  outline: none !important;
  text-decoration: none !important;
  line-height: 1.428571428571429;
  line-height: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  background-image: none;
  padding: 0;
  border: 0;
  background: none;
}

.frm-auth-btn {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-weight: normal;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  outline: none !important;
  text-decoration: none !important;
  line-height: 1.428571428571429;
  line-height: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  background: white;
  text-align: center;
  border: 1px solid rgba(18, 18, 18, 0.54);
  font-size: 16px;
  font-weight: bold;
  -webkit-transition-property: background-color, color, -webkit-box-shadow;
  transition-property: background-color, color, -webkit-box-shadow;
  transition-property: box-shadow, background-color, color;
  transition-property: box-shadow, background-color, color, -webkit-box-shadow;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  padding: 16px 20px;
  position: relative;
  border-radius: 0;
  width: 100%;
}

.frm-auth-btn:active, .frm-auth-btn.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.frm-auth-btn.disabled, .frm-auth-btn[disabled],
fieldset[disabled] .frm-auth-btn {
  pointer-events: none;
}

.frm-auth-btn-close {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: .6;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.frm-auth-btn-close:hover {
  opacity: 1;
}

.frm-auth-btn-close-message {
  opacity: .25;
}

.frm-auth-btn-passw {
  position: absolute;
  z-index: 2;
  right: 0;
  width: 56px;
  height: 52px;
  top: 0;
  opacity: .7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.frm-auth-btn-passw:hover {
  opacity: 1;
}

.frm-auth-btn-default {
  border-color: rgba(18, 18, 18, 0.54);
  background: white;
  color: rgba(18, 18, 18, 0.7);
}

.frm-auth-btn-default[disabled] {
  opacity: .5;
}

.frm-auth-btn-primary {
  border-color: #F2AE1D;
  background: #F2AE1D;
  color: #872116;
}

.frm-auth-btn-primary:hover, .frm-auth-btn-primary:active, .frm-auth-btn-primary:focus {
  background: #e8a20d;
  color: #872116;
}

.frm-auth-btn-submit::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  pointer-events: none;
  visibility: hidden;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22margin%3A%20auto%3B%20background%3A%20none%3B%20display%3A%20block%3B%20shape-rendering%3A%20auto%3B%22%20width%3D%22200px%22%20height%3D%22200px%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%3E%0D%0A%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20r%3D%2240%22%20stroke-width%3D%225%22%20stroke%3D%22%23882211%22%20stroke-dasharray%3D%2262.83185307179586%2062.83185307179586%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%0D%0A%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20repeatCount%3D%22indefinite%22%20dur%3D%221s%22%20keyTimes%3D%220%3B1%22%20values%3D%220%2050%2050%3B360%2050%2050%22%3E%3C%2FanimateTransform%3E%0D%0A%3C%2Fcircle%3E%0D%0A%3C!--%20%5Bldio%5D%20generated%20by%20https%3A%2F%2Floading.io%2F%20--%3E%3C%2Fsvg%3E");
}

.frm-auth-btn-submit.loading::after {
  visibility: visible;
}

.frm-auth-btn-submit.loading span {
  visibility: hidden;
}

.frm-auth-btn-submit[disabled] {
  pointer-events: none;
  opacity: .5;
}

.frm-auth-btn-submit:focus {
  outline-offset: 5px;
  outline: 1px dotted rgba(18, 18, 18, 0.54) !important;
}

.frm-auth-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  margin-bottom: 24px;
}

.frm-auth-tabs div {
  cursor: pointer;
  color: rgba(18, 18, 18, 0.25);
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  position: relative;
  padding: 11px 5px;
}

.frm-auth-tabs div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(33, 33, 33, 0.15);
}

.frm-auth-tabs .active {
  color: rgba(18, 18, 18, 0.7);
}

.frm-auth-tabs .active::after {
  border-bottom-width: 2px;
  border-bottom-color: #e59d12;
}

.frm-auth-control-phone {
  height: 50px;
  border: 0;
}

.frm-auth .vti__dropdown {
  padding: 0 34px 0 19px;
}

.frm-auth .vti__dropdown::before, .frm-auth .vti__dropdown::after {
  content: '';
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.frm-auth .vti__dropdown::before {
  top: calc(50% + 1px);
  right: 9px;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-image: url(../img/form-auth-dropdown.svg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.frm-auth .vti__dropdown::after {
  top: 50%;
  right: 0;
  height: 20px;
  border-right: 1px solid rgba(33, 33, 33, 0.15);
}

.frm-auth .vue-tel-input {
  border-radius: 0;
  border-color: rgba(18, 18, 18, 0.54);
}

.frm-auth .vue-tel-input:focus-within, .frm-auth .vue-tel-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e59d12;
}

.frm-auth .invalid .vti__dropdown-list,
.frm-auth .invalid .vue-tel-input {
  border-color: #872116;
}

.frm-auth .opened .vue-tel-input {
  border-color: #e59d12;
  border-top-color: #e59d12;
}

.frm-auth .opened .vti__dropdown-list {
  border-top-color: #e59d12;
}

.frm-auth .formatting .vti__input {
  color: transparent;
}

.frm-auth .vti__input {
  border-radius: 0;
  padding-left: 15px;
}

.frm-auth [class="vti__flag"] {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.frm-auth [class="vti__flag"]::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22margin%3A%20auto%3B%20background%3A%20none%3B%20display%3A%20block%3B%20shape-rendering%3A%20auto%3B%22%20width%3D%22200px%22%20height%3D%22200px%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%3E%0D%0A%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20r%3D%2240%22%20stroke-width%3D%225%22%20stroke%3D%22%23882211%22%20stroke-dasharray%3D%2262.83185307179586%2062.83185307179586%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%0D%0A%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20repeatCount%3D%22indefinite%22%20dur%3D%221s%22%20keyTimes%3D%220%3B1%22%20values%3D%220%2050%2050%3B360%2050%2050%22%3E%3C%2FanimateTransform%3E%0D%0A%3C%2Fcircle%3E%0D%0A%3C!--%20%5Bldio%5D%20generated%20by%20https%3A%2F%2Floading.io%2F%20--%3E%3C%2Fsvg%3E");
}

.frm-auth .vti__flag-wrapper {
  width: 32px;
}

.frm-auth .vti__flag {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  position: relative;
  margin: 0 5px 0 0;
  background-color: transparent;
}

.frm-auth .vti__selection {
  font-size: 0;
}

.frm-auth .vti__country-code {
  font-size: 16px;
  color: #333;
  display: none;
}

.frm-auth .vti__search_box {
  margin: 12px 16px;
  border-color: rgba(18, 18, 18, 0.54);
  width: calc(100% - 32px);
  height: 52px;
  font-size: 16px;
  padding: 7px 20px 7px 55px;
  color: rgba(18, 18, 18, 0.92);
}

.frm-auth .vti__search_box::-webkit-input-placeholder {
  color: transparent;
}

.frm-auth .vti__search_box::-moz-placeholder {
  color: transparent;
}

.frm-auth .vti__search_box:-ms-input-placeholder {
  color: transparent;
}

.frm-auth .vti__search_box::-ms-input-placeholder {
  color: transparent;
}

.frm-auth .vti__search_box::placeholder {
  color: transparent;
}

.frm-auth .vti__search_box.done::-webkit-input-placeholder {
  color: rgba(18, 18, 18, 0.54);
}

.frm-auth .vti__search_box.done::-moz-placeholder {
  color: rgba(18, 18, 18, 0.54);
}

.frm-auth .vti__search_box.done:-ms-input-placeholder {
  color: rgba(18, 18, 18, 0.54);
}

.frm-auth .vti__search_box.done::-ms-input-placeholder {
  color: rgba(18, 18, 18, 0.54);
}

.frm-auth .vti__search_box.done::placeholder {
  color: rgba(18, 18, 18, 0.54);
}

.frm-auth .vti__search_box:focus {
  border-color: #e59d12;
}

.frm-auth .vti__dropdown-list {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 418px;
  max-height: 252px;
  border: 0;
  z-index: 4;
  padding: 0;
}

.frm-auth .vti__dropdown-list::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 74px;
  border-bottom: 2px solid rgba(33, 33, 33, 0.07);
  pointer-events: none;
}

.frm-auth .vti__dropdown-list::after {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 26px;
  left: 31px;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-image: url(../img/form-auth-search.svg);
  opacity: .7;
}

.frm-auth .vti__dropdown-list.below {
  top: calc(100% + 1px);
}

.frm-auth .vti__dropdown-item {
  padding: 12px 47px 12px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: rgba(18, 18, 18, 0.92);
  position: relative;
}

.frm-auth .vti__dropdown-item.highlighted::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-image: url(../img/form-auth-check.svg);
}

.frm-auth .vti__dropdown-item.highlighted {
  background: rgba(33, 33, 33, 0.07);
}

.frm-auth .vti__dropdown-item strong {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-weight: normal;
}

.frm-auth .vti__dropdown-item span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 15px;
}

.frm-auth .vti__dropdown-item .vti__flag {
  margin: 0 12px 0 0;
  padding-right: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.frm-auth .vti__dropdown.disabled {
  display: none;
}

.frm-auth .vti__dropdown.open::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.frm-auth .vti__dropdown:hover, .frm-auth .vti__dropdown.open {
  background: none;
}

.frm-auth-dropdown {
  position: relative;
}

.frm-auth-btn-dropdown {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  padding: 0 45px 0 15px;
  height: 56px;
  text-align: left;
}

.frm-auth-btn-dropdown::after {
  content: '';
  position: absolute;
  top: calc(50% + 1px);
  right: 15px;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-image: url(../img/form-auth-dropdown.svg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.toggled .frm-auth-btn-dropdown::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.frm-auth-btn-dropdown:focus,
.toggled .frm-auth-btn-dropdown {
  border-color: #e59d12;
}

.frm-auth-dropdown-in {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: white;
  z-index: 2;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.toggled .frm-auth-dropdown-in {
  display: block;
}

.frm-auth-group-currency:not(.loaded) {
  pointer-events: none;
  opacity: .5;
}

.frm-auth-group-currency:not(.loaded) .frm-auth-btn-dropdown > * {
  visibility: hidden;
}

.frm-auth-group-currency:not(.loaded) .frm-auth-btn-dropdown::before {
  content: '';
  position: absolute;
  left: 27px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 21px;
  height: 21px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22margin%3A%20auto%3B%20background%3A%20none%3B%20display%3A%20block%3B%20shape-rendering%3A%20auto%3B%22%20width%3D%22200px%22%20height%3D%22200px%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%3E%0D%0A%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20r%3D%2240%22%20stroke-width%3D%225%22%20stroke%3D%22%23882211%22%20stroke-dasharray%3D%2262.83185307179586%2062.83185307179586%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%0D%0A%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20repeatCount%3D%22indefinite%22%20dur%3D%221s%22%20keyTimes%3D%220%3B1%22%20values%3D%220%2050%2050%3B360%2050%2050%22%3E%3C%2FanimateTransform%3E%0D%0A%3C%2Fcircle%3E%0D%0A%3C!--%20%5Bldio%5D%20generated%20by%20https%3A%2F%2Floading.io%2F%20--%3E%3C%2Fsvg%3E");
}

.frm-auth-group-currency:not(.loaded) .frm-auth-btn-dropdown::after {
  visibility: hidden;
}

.frm-auth-group-currency img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.frm-auth-group-currency img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1;
}

.frm-auth-group-currency .icon {
  width: 24px;
  height: 24px;
  opacity: .92;
}

.frm-auth-group-currency .name {
  width: calc(100% - 24px);
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  top: 1px;
}

.frm-auth-currency-list {
  max-height: 132px;
  overflow: auto;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.frm-auth-currency-item {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 45px 10px 16px;
}

.frm-auth-currency-item:hover, .frm-auth-currency-item:focus, .frm-auth-currency-item.active {
  background: #eee;
}

.frm-auth-currency-item:hover img::before, .frm-auth-currency-item:focus img::before, .frm-auth-currency-item.active img::before {
  background: #eee;
}

.frm-auth-currency-item:focus {
  outline: none;
}

.frm-auth-currency-item.active::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-image: url(../img/form-auth-check.svg);
}

.frm-auth-group-promocode .frm-auth-control[readonly] {
  background: rgba(18, 18, 18, 0.04);
  border: 0;
  color: rgba(18, 18, 18, 0.54);
}

.frm-auth-pincode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  margin-bottom: 17px;
}

.frm-auth-pincode > div {
  position: relative;
}

.frm-auth-pincode span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 2px;
  background: #757575;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.frm-auth-pincode .frm-auth-control {
  text-align: center;
  padding: 0;
}

.frm-auth-pincode .no-empty span,
.frm-auth-pincode .frm-auth-control:focus + span {
  display: none;
}

.frm-auth-pincode.disabled {
  pointer-events: none;
  opacity: .5;
}

.frm-auth-pincode-text {
  color: rgba(18, 18, 18, 0.54);
  margin-bottom: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.frm-auth-pincode-link {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 32px;
}

.frm-auth-pincode-timer {
  text-align: center;
  color: #757575;
  font-size: 16px;
  line-height: 20px;
  margin: 40px 0 16px;
}

.frm-auth-pincode-timer.disabled {
  opacity: .5;
  pointer-events: none;
}

.frm-auth-pincode-timer a {
  text-decoration: none;
  color: #333;
}

.frm-auth-pincode-timer a:hover {
  text-decoration: underline;
  color: #872116;
}

.frm-auth-pincode-timer a:focus {
  outline-offset: 3px;
  outline: 1px dotted rgba(18, 18, 18, 0.54);
}

.frm-auth-pincode-error {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin: -12px 0 15px;
  min-height: 23px;
}

.frm-auth-group-captcha {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.frm-auth-group-captcha a {
  color: inherit;
  text-decoration: none;
}

.frm-auth-group-captcha a:hover {
  text-decoration: underline;
  color: #872116;
}

.frm-auth-group-captcha-2 .controls {
  display: flex;
  justify-content: center;
  min-height: 78px;
}

.frm-auth-group-captcha-2 .controls::before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  pointer-events: none;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20style%3D%22margin%3A%20auto%3B%20background%3A%20none%3B%20display%3A%20block%3B%20shape-rendering%3A%20auto%3B%22%20width%3D%22200px%22%20height%3D%22200px%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%3E%0D%0A%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20r%3D%2240%22%20stroke-width%3D%225%22%20stroke%3D%22%23882211%22%20stroke-dasharray%3D%2262.83185307179586%2062.83185307179586%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%3E%0D%0A%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20repeatCount%3D%22indefinite%22%20dur%3D%221s%22%20keyTimes%3D%220%3B1%22%20values%3D%220%2050%2050%3B360%2050%2050%22%3E%3C%2FanimateTransform%3E%0D%0A%3C%2Fcircle%3E%0D%0A%3C!--%20%5Bldio%5D%20generated%20by%20https%3A%2F%2Floading.io%2F%20--%3E%3C%2Fsvg%3E');
}

.frm-auth-group-captcha-2 .controls > div {
  position: relative;
  z-index: 1;
}

.frm-auth-message {
  position: relative;
  margin-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 20px;
}

.frm-auth-message .frm-auth-icon-message {
  position: absolute;
  left: 16px;
  top: 15px;
}

.frm-auth-message a {
  color: inherit;
}

.frm-auth-message a:hover {
  text-decoration: none;
}

.frm-auth-message:not(.unstyled) {
  border-radius: 5px;
  text-align: left;
  padding: 16px 20px 16px 48px;
  min-height: 56px;
}

.frm-auth-message:not(.unstyled).info {
  background: rgba(158, 113, 255, 0.35);
}

.frm-auth-message:not(.unstyled).success {
  background: rgba(41, 149, 86, 0.35);
}

.frm-auth-message:not(.unstyled).invalid {
  background: rgba(255, 104, 131, 0.35);
}

.frm-auth-message:not(.unstyled) button + div {
  padding-right: 40px;
}

.frm-auth-message.unstyled {
  text-align: center;
  padding: 0 20px;
}

.frm-auth-message.unstyled .frm-auth-icon-message {
  display: none;
}

.frm-auth-message + .frm-auth-message {
  margin-top: -10px;
}

.frm-auth-information {
  text-align: center;
}

.frm-auth-information .title {
  color: #5EB572;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  padding-top: 9px;
  margin-bottom: 23px;
}

.frm-auth-information .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.frm-auth-information .controls div {
  width: calc(50% - 8px);
}

.frm-auth-information .controls div:only-child {
  width: 100%;
}

.frm-auth-information .controls div + div {
  margin-left: 16px;
}

@media (max-width: 767px) {
  .frm-auth-information .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .frm-auth-information .controls div {
    width: 100%;
  }
  .frm-auth-information .controls div + div {
    margin: 16px 0 0;
  }
}

body.lock {
  overflow: hidden;
}

.mdl-auth-wrapper,
.mdl-auth-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mdl-auth-wrapper {
  position: fixed;
  z-index: 2001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.mdl-auth-wrapper:not(.active) {
  display: none;
}

.mdl-auth-wrapper.show {
  pointer-events: all;
}

.mdl-auth {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  overflow-x: hidden;
}

.mdl-auth-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.7);
}

.mdl-auth-in {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100%;
}

.mdl-auth-content {
  background: white;
  position: relative;
  z-index: 1;
}

.mdl-auth-content-enter-active,
.mdl-auth-content-leave-active {
  -webkit-transition: opacity .6s, -webkit-transform .4s ease-out;
  transition: opacity .6s, -webkit-transform .4s ease-out;
  transition: transform .4s ease-out, opacity .6s;
  transition: transform .4s ease-out, opacity .6s, -webkit-transform .4s ease-out;
}

.mdl-auth-content-enter,
.mdl-auth-content-leave-to {
  opacity: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.mdl-auth-enter-active,
.mdl-auth-leave-active,
.mdl-auth-overlay-enter-active,
.mdl-auth-overlay-leave-active {
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.mdl-auth-enter,
.mdl-auth-leave-to,
.mdl-auth-overlay-enter,
.mdl-auth-overlay-leave-to {
  opacity: 0;
}

@media (min-width: 768px) {
  .mdl-auth {
    padding: 40px 0;
  }
  .mdl-auth-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mdl-auth-content {
    width: 100%;
    max-width: 450px;
  }
}

@media (max-width: 767px) {
  .mdl-auth-content {
    min-height: 100vh;
    padding-bottom: 100px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.frm-auth-confirm .frm-auth-group-agree {
  margin-top: 0;
  margin-bottom: 8px;
}
.frm-auth-confirm .frm-auth-btn-dropdown {
  height: 52px;
}

.frm-auth-content.info {
  padding-left: 24px;
  padding-right: 24px;
}

.frm-auth-question-list {
  max-height: 132px;
  overflow: auto;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.frm-auth-question-item {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 45px 10px 16px;
}

.frm-auth-question-item:hover, .frm-auth-question-item:focus, .frm-auth-question-item.active {
  background: #eee;
}

.frm-auth-question-item:hover img::before, .frm-auth-question-item:focus img::before, .frm-auth-question-item.active img::before {
  background: #eee;
}

.frm-auth-question-item:focus {
  outline: none;
}

.frm-auth-question-item.active::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-image: url(../img/form-auth-check.svg);
}

.frm-auth-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 274px;
  margin: 0 auto 25px;
  position: relative;
}

.frm-auth-steps::before, .frm-auth-steps::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.frm-auth-steps::before {
  border-top: 1px solid rgba(33, 33, 33, 0.54);
  z-index: 0;
}

.frm-auth-steps::after {
  border-top: 2px solid #219653;
  -webkit-transition: width .3s;
  transition: width .3s;
  width: 0;
  z-index: 1;
}

.frm-auth-steps div {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid rgba(18, 18, 18, 0.54);
  font-size: 16px;
  color: rgba(18, 18, 18, 0.54);
  background: white;
}

.frm-auth-steps div.active {
  background: #219653;
  border-color: #219653;
  color: white;
}

.frm-auth-steps[data-step="phone"]::after {
  width: 50%;
}

.frm-auth-steps[data-step="email"]::after, .frm-auth-steps[data-step="info"]::after {
  width: 100%;
}

.frm-auth-steps[data-step="email"] div:nth-child(1),
.frm-auth-steps[data-step="info"] div:nth-child(1),
.frm-auth-steps[data-step="info"] div:nth-child(2) {
  border-color: #219653;
  color: #219653;
  border-width: 2px;
}

.frm-auth-steps.steps-count-2 {
  max-width: 154px;
}

.frm-auth-steps.steps-count-2[data-step="phone"]::after {
  width: 0;
}

.frm-auth-confirm .frm-auth-btn-dropdown span {
  white-space: normal;
}