@media only screen and (max-width: 1085px) {
  #appointment-modal .schedule-appointment-modal__left {
    display: none;
  }
  #appointment-modal .close-button {
    right: 0;
    top: 0;
  }
  #appointment-modal .close-button--normal {
    display: none;
  }
  #appointment-modal .close-button--phone {
    display: unset;
  }
  #appointment-modal .schedule-appointment-modal {
    width: calc(80% + 9px);
    display: unset;
  }
  #appointment-modal .schedule-appointment-modal__left {
    justify-content: space-between;
  }
  #appointment-modal .schedule-appointment-modal__right {
    padding: 15px;
    height: 100%;
  }
  #appointment-modal .schedule-appointment-modal__right__title {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  #appointment-modal .text-input {
    height: 42px;
  }
  #appointment-modal .schedule-appointment-modal__right__title .timer {
    width: 55px;
    position: relative;
    top: -1px;
  }
  #appointment-modal .schedule-appointment-modal__right__title .timer svg {
    display: none;
  }
  #appointment-modal .text-input--textarea {
    height: 130px;
  }
  #appointment-modal .step-three-inputs {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #appointment-modal .step-three__section {
    gap: 10px;
  }
  #appointment-modal .step-two__item__selected-date {
    text-align: center;
  }
  #appointment-modal .step-two__item__select-time .select-container {
    min-width: unset;
  }
  #appointment-modal .step-two__item__actions {
    flex-wrap: wrap;
    gap: 15px;
    flex-direction: column-reverse;
  }
  #appointment-modal .step-two__item__actions .btn {
    width: calc(100% - 2px);
  }
  #appointment-modal .step-two__item__actions .btn__secondary {
    padding: unset;
  }
  #appointment-modal .step-three__item__actions {
    flex-wrap: wrap;
    gap: 15px;
    flex-direction: column-reverse;
  }
  #appointment-modal .step-three__section .iti #phone-input {
    height: 42px;
  }
  #appointment-modal .step-three__section .iti {
    height: 42px;
  }
  #appointment-modal .step-three__item__actions .btn {
    width: calc(100% - 2px);
  }
  #appointment-modal .step-three__item__actions .btn__secondary {
    padding: unset;
  }
  #appointment-modal .step-three__section {
    flex-direction: column;
  }
  #appointment-modal .step-three__section--check {
    margin-bottom: 25px;
  }
  #appointment-modal .step-three__section__item--checkbox span {
    letter-spacing: unset;
  }

  #appointment-modal .step-two__item__select-time {
    width: 80%;
  }
}/*# sourceMappingURL=modal-responsive.css.map */