.page-registration #buyer_data {
  display: block !important;
}
.page-registration h1 {
  font-size: 26px;
  font-weight: 500;
  color: var(--orange);
  margin-bottom: 1rem;
}
.page-registration .login-wrapper {
  margin-top: 10px;
  margin-bottom: 0;
  min-height: auto;
}
.page-registration .registration-white-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-registration .white-section {
  display: inline-block;
  margin: 15px auto 50px auto;
  padding: 30px 30px 15px 30px;
}
.page-registration #buyer_data #buyer-confirm {
  margin-bottom: 15px;
}

.authtype_btns {
  display: flex;
  justify-content: space-between;
}
.authtype_btns .btn2 {
  width: calc(50% - 3px);
  background-color: var(--orange);
  color: #fff;
  height: 40px;
  border-radius: 8px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2509803922);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--orange);
}
.authtype_btns .btn2-border {
  border: 1px solid var(--orange);
  background-color: #fff;
  color: #7B7B7B;
  box-shadow: none;
}
.authtype_btns .btn2-border:hover {
  text-decoration: none;
}

.white-section {
  border-radius: 10px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid #D0D0D0;
  margin: 45px auto;
}

.login-wrapper {
  min-height: calc(100vh - 460px);
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.login-container, .registration-container {
  border-radius: 10px;
  margin: 0;
  padding: 0;
  box-shadow: none;
  max-width: none;
}
.login-container h1, .registration-container h1 {
  font-size: 20px;
  margin: 0 0 16px 0;
  color: #ff6600;
  font-weight: 500;
  text-align: center;
}
.login-container form, .registration-container form {
  padding-top: 15px;
  display: block;
}
.login-container .login-inputs-col, .registration-container .login-inputs-col {
  margin-right: 31px;
}

.registration-link-wrapper {
  text-align: center;
  margin: 20px 0 0 0;
}

.registration-link {
  font-size: 16px;
  text-decoration: underline;
  width: 100%;
  text-align: center;
  font-weight: 500;
  display: inline;
}

.registration-link:hover {
  text-decoration: none;
}

.login-container .form-group {
  margin-bottom: 0;
}

.page-auth .login-container .send_code {
  margin-bottom: 0;
}

.shadows input[type=text], .shadows input[type=password], .shadows input[type=email] {
  border: 1px solid #828282;
  border-radius: 50px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2509803922);
  font-size: 14px;
  padding: 11px 20px;
}
.shadows input[type=text]::-moz-placeholder, .shadows input[type=password]::-moz-placeholder {
  font-style: normal;
  color: #000;
}
.shadows input[type=text]::placeholder, .shadows input[type=password]::placeholder {
  font-style: normal;
  color: #000;
}
.shadows input.password-sms {
  text-align: center;
  text-align: center;
  font-weight: bold;
  background: #FFF;
}
.shadows input.password-sms::-moz-placeholder {
  color: #ccc;
  font-weight: bold;
}
.shadows input.password-sms::placeholder {
  color: #ccc;
  font-weight: bold;
}
.shadows input.password-sms:disabled::-moz-placeholder {
  color: #ccc;
}
.shadows input.password-sms:disabled::placeholder {
  color: #ccc;
}
.shadows input.password-sms::-moz-placeholder {
  color: #7B7B7B;
  font-weight: 300;
}
.shadows input.password-sms::placeholder {
  color: #7B7B7B;
  font-weight: 300;
}

.checkout-buyer-accordion {
  margin-top: 34px;
  --open-duration: 0.4s;
  --close-duration: 0.3s;
  --animation-curve-open: cubic-bezier(0.175, 0.885, 0.32, 1.1);
  --animation-curve-close: cubic-bezier(0.4, 0, 0.2, 1);
}

.checkout-buyer-accordion-header {
  font-size: 14px;
  font-weight: 500;
  color: #464646;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.checkout-buyer-accordion-content {
  font-size: 11px;
  font-weight: 400;
  color: #5A5D62;
  max-height: 200px;
  padding-right: 5px;
}

#buyer-adgree, #buyer-confirm {
  display: flex;
  margin: 10px auto 61px auto;
}

#buyer-adgree {
  margin-bottom: 15px;
}

.scroll-auth {
  overflow-y: scroll;
  margin: 0px 0 30px 0;
  margin-left: -35px;
  padding-left: 35px;
}

.scroll-auth::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  background-color: transparent; /* or add it to the track */
}

.scroll-auth::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #FF6600 0%, #FF1572 100%);
  border-radius: 10px;
}

.authPage, .authCheckoutModal {
  border-radius: 10px;
  max-width: 470px;
  margin: 0px;
  padding: 70px 47px 39px 47px;
  box-shadow: 0px 0px 30px 8px rgba(0, 0, 0, 0.2509803922), 0px 0px 16.4px 3px rgba(0, 0, 0, 0.2509803922);
}
.authPage .authPage-title, .authPage .authCheckoutModal-title, .authCheckoutModal .authPage-title, .authCheckoutModal .authCheckoutModal-title {
  font-size: 20px;
  margin: 0 0 16px 0;
  color: #ff6600;
  font-weight: 500;
  text-align: center;
}
.authPage .row, .authCheckoutModal .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.authPage form, .authCheckoutModal form {
  padding-top: 15px;
}
.authPage .login-inputs-col, .authCheckoutModal .login-inputs-col {
  margin-right: 31px;
}
.authPage .login-inputs-col, .authPage .login-controls-col, .authCheckoutModal .login-inputs-col, .authCheckoutModal .login-controls-col {
  margin-bottom: 13px;
}
.authPage .code-receiver-col, .authCheckoutModal .code-receiver-col {
  width: 200px;
}
.authPage .code-receiver-info-col, .authCheckoutModal .code-receiver-info-col {
  min-width: 150px;
  position: relative;
}
.authPage .send_code_new, .authCheckoutModal .send_code_new {
  text-decoration: underline;
  font-size: 13px;
}
.authPage .timer_send_code, .authCheckoutModal .timer_send_code {
  display: block;
  text-align: center;
  margin-top: 5px;
}
.authPage .timer_send_code, .authPage .timer_send_codeb, .authCheckoutModal .timer_send_code, .authCheckoutModal .timer_send_codeb {
  font-weight: 500;
  font-size: 15px;
  color: #8C8C8C;
}
.authPage button.disablebtn:hover, .authCheckoutModal button.disablebtn:hover {
  background: #f8b28f !important;
}
.authPage .info-text-top, .authPage #info-text, .authCheckoutModal .info-text-top, .authCheckoutModal #info-text {
  font-size: 11px;
  font-weight: 400;
  color: #7B7B7B;
}
.authPage .info-text-top, .authCheckoutModal .info-text-top {
  margin-bottom: 0;
}
.authPage .send_code_new, .authCheckoutModal .send_code_new {
  cursor: pointer;
}
.authPage #phone:disabled, .authCheckoutModal #phone:disabled {
  background-color: #fff;
}
.authPage button, .authCheckoutModal button {
  padding-top: 12px;
  padding-bottom: 12px;
}

#buyer_data input[type=text], #buyer_data select {
  font-weight: 400;
  font-family: "ProximaNova", sans-serif;
  font-size: 14px;
  border-radius: 50px;
  border: 1px solid #828282;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2509803922);
  padding: 11px 20px;
  outline: none;
  width: 100%;
}
#buyer_data .otch-wrapper {
  margin-top: 18px;
  margin-left: 10px;
  font-size: 14px;
  margin-bottom: 6px;
}
#buyer_data .buyer-form__fio > div, #buyer_data .buyer-form__row-3 > input, #buyer_data .buyer-form__row-3 > select, #buyer_data .buyer-form__phone, #buyer_data .buyer-form__email {
  width: 367px;
  margin-bottom: 10px;
}
#buyer_data .buyer-form__fio, #buyer_data .buyer-form__row-3, #buyer_data .buyer-form__row-2 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
#buyer_data .form-group-required {
  position: relative;
}
#buyer_data .form-group-required:after {
  position: absolute;
  top: -5px;
  right: 0;
  display: inline-block;
  content: "";
  margin: 0 0 0 5px;
  width: 5px;
  height: 5px;
  background: url("/assets/i/icons/required.svg") no-repeat;
  background-size: contain;
}
#buyer_data .buyer-form label {
  padding: 0px 0 0px 30px;
  display: block;
  font-weight: 400;
}
#buyer_data .checkbox-diameter-16 [type=checkbox]:checked + label:before, #buyer_data .checkbox-diameter-16 [type=checkbox]:not(:checked) + label:before {
  width: 16px;
  height: 16px;
}
#buyer_data .checkbox-diameter-16 [type=checkbox]:checked + label:after, #buyer_data .checkbox-diameter-16 [type=checkbox]:not(:checked) + label:after {
  width: 8px;
  height: 8px;
  top: 4px;
  left: 4px;
}
#buyer_data .otch-wrapper input {
  position: absolute;
  left: -9999px;
}
#buyer_data .soglasia {
  font-size: 14px;
  max-width: 367px;
  margin: 20px auto 25px auto;
  padding-left: 10px;
}
#buyer_data .soglasia.active {
  display: flex;
  justify-content: center;
}
#buyer_data #buyer-confirm {
  display: flex;
  margin: 10px auto 61px auto;
}
#buyer_data .input-error {
  border-color: red !important;
}
#buyer_data .buyer-form .buyer-form__phone-email {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}

.iphone #buyer_data input[type=text], .iphone #buyer_data select {
  font-size: 16px;
}

#modal-auth .close {
  background: url(/assets/i/icons/close-big-gray.svg) no-repeat;
  top: 25px;
  right: 25px;
  width: 30px;
  height: 30px;
  display: block;
  background-size: cover;
  cursor: pointer;
}

#modal-auth .red {
  color: var(--orange);
}

#modal-auth.modal-from-header .modal-content {
  width: 470px;
}

.modal-from-header .authPage form, .modal-from-header .authCheckoutModal form {
  padding-top: 50px;
}
.modal-from-header .authPage form .row, .modal-from-header .authCheckoutModal form .row {
  flex-direction: column;
}
.modal-from-header .authPage .authPage-title, .modal-from-header .authPage .authCheckoutModal-title, .modal-from-header .authCheckoutModal .authPage-title, .modal-from-header .authCheckoutModal .authCheckoutModal-title {
  margin-bottom: 29px;
}
.modal-from-header .authCheckoutModal .login-inputs-col {
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
}
.modal-from-header #phone {
  width: 100%;
}

.buyer-agreenebt-wrapper {
  max-width: 800px;
}

@media (max-width: 1024px) {
  .authPage button {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }
  .authPage .login-inputs-col {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .login-wrapper {
    display: block;
  }
  #buyer_data .buyer-form .buyer-form__phone-email {
    display: block;
  }
  #buyer_data .buyer-form__fio > div, #buyer_data .buyer-form__row-3 > input, #buyer_data .buyer-form__row-3 > select, #buyer_data .buyer-form__phone, #buyer_data .buyer-form__email {
    width: 100%;
  }
  #buyer_data .otch-wrapper {
    margin-top: 5px;
  }
  #buyer_data .buyer-form {
    padding: 15px 15px;
  }
  #buyer_data .buyer-form__fio, .tourist-form .tourist-form__fio, #tourists_data .tourist-form .tourist-form__docs-row, #buyer_data .buyer-form__row-3, #buyer_data .buyer-form__row-2 {
    display: block;
  }
  #buyer_data .buyer-form__fio input, #buyer_data .buyer-form__fio div, .tourist-form .tourist-form__fio input, .tourist-form .tourist-form__docs-row input, #buyer_data .buyer-form__row-3 input, #buyer_data .buyer-form__row-2 input, #buyer_data .buyer-form__row-3 select {
    width: 100%;
  }
  #buyer_data .buyer-form {
    padding: 15px 15px;
  }
  .buyer-form input, .buyer-form select {
    margin-bottom: 10px;
  }
  #buyer_data .buyer-form__fio, #buyer_data .buyer-form__row-3, #buyer_data .buyer-form__row-2 {
    margin-bottom: 0;
  }
  #buyer_data .buyer-form__row-3, #buyer_data .buyer-form__row-2, #buyer_data .buyer-form__row-1 {
    margin-top: 0;
  }
  .page-registration h1 {
    font-size: var(--fz24);
  }
  .authCheckoutModal button {
    font-size: 14px;
  }
  .page-auth .login-container {
    margin: 0 auto;
  }
  .page-auth .login-container .authLogin {
    text-align: center;
  }
  .page-auth .login-container .authLogin .login-inputs-col {
    margin-right: 0;
  }
  .page-auth .login-container .authLogin input[name=username] {
    margin-bottom: 0;
  }
}
@media (max-width: 980px) {
  .login-container input[name=username] {
    margin-bottom: 0px;
  }
}
@media (max-width: 500px) {
  .authCheckoutModal {
    padding-bottom: 15px;
  }
  .authCheckoutModal .row {
    flex-direction: column;
  }
  .authCheckoutModal .login-inputs-col {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .authCheckoutModal form {
    padding-top: 0;
  }
  .authCheckoutModal .code-receiver-col {
    margin-top: 15px;
  }
  .authCheckoutModal .enter-code-wrapper {
    margin-bottom: 15px;
  }
  #modal-auth.modal-from-header .modal-content, #modal-auth .modal-content {
    width: calc(100% - 30px);
  }
  .authPage .row, .authCheckoutModal .row {
    flex-direction: column;
  }
  .authPage .login-inputs-col, .authCheckoutModal .login-inputs-col {
    margin-right: 0;
  }
  .authPage, .authCheckoutModal {
    padding-left: 15px;
    padding-right: 15px;
  }
  .authCheckoutModal .authCheckoutModal-title {
    font-size: 18px;
  }
}/*# sourceMappingURL=auth.css.map */