.fancybox__backdrop.gallery-bg {
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92)); }

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: default; }

.modal {
  width: 400px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background: #FFFFFF;
  padding: 42px 24px 24px;
  display: none;
  overflow: hidden;
  position: relative; }
  .modal .btn {
    width: 100%;
    height: 48px;
    margin-top: 20px;
    line-height: 32px;
    text-align: center; }
  .modal form {
    margin-top: 20px; }
  .modal .privacy-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.01em;
    margin-top: 16px;
    color: #ACACAC;
    width: 100%;
    text-decoration: none;
    display: inline-block; }
  .modal .auth--link {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    cursor: pointer;
    color: #302F2F; }
    .modal .auth--link__right {
      margin-top: 10px;
      text-align: right; }
    .modal .auth--link__bottom {
      margin-top: 20px;
      text-align: center; }
  .modal.feedback-form:before {
    content: "";
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5) url("/local/components/rasa/sale.order.ajax/templates/.default/images/loader.gif") no-repeat center;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px; }
  .modal.feedback-form.loading:before {
    display: block; }

.modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: inherit; }

.modal__header {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #2F2F2F; }

.modal__message {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #A3A3A3;
  margin: 10px 0 4px; }

.modal__information {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #2F2F2F;
  margin: 10px 0 0;
  display: inline-block; }
  .modal__information--bottom {
    margin-top: 20px; }
  .modal__information span {
    font-weight: 600;
    padding-left: 4px;
    cursor: pointer; }

#registerForm .form-select {
  margin-bottom: 20px; }
  #registerForm .form-select input[type='radio'] {
    display: none; }
  #registerForm .form-select label {
    background: #EFF0F1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 10px;
    color: #2F2F2F;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer; }
  #registerForm .form-select input[type='radio']:checked + label {
    background: #2F2F2F;
    color: #FFFFFF; }

#confirmCodeForm .form__sms-field {
  padding: 12px 22px 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #D0D0D0;
  background: #EFF0F1;
  width: 250px;
  height: 68px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  #confirmCodeForm .form__sms-field input {
    font-family: "Inter", sans-serif;
    padding: 0;
    height: 43px;
    width: 30px;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    border-bottom: 1px solid #D0D0D0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
    color: #2F2F2F;
    z-index: 5; }
    #confirmCodeForm .form__sms-field input.fill {
      border-color: transparent; }

/*# sourceMappingURL=modal.css.map */
