@media only screen and (max-width: 1085px) {
    #appointment-modal .schedule-appointment-modal__left {
        display: none;
    }

    #appointment-modal .close-button {
        right: 14px;
        top: 14px;
    }

    #appointment-modal .schedule-appointment-modal {
        overflow: scroll;
    }

    #appointment-modal .schedule-appointment-modal__left {
        display: block;
    }

    #appointment-modal .schedule-appointment-modal__right__items {
        overflow: visible;
        height: auto;
    }

    #appointment-modal .schedule-appointment-modal__steps {
        overflow: hidden;
    }

    #appointment-modal .schedule-appointment-modal__left {
        display: block;
        padding: 55px 15px 0;
        width: 100%;
    }

    #appointment-modal .schedule-appointment-modal__title {
        font: normal normal normal 28px / 36px Operetta;
        text-align: center;
    }

    #appointment-modal .schedule-appointment-modal__info {
        font: normal normal 100 16px / 20px Futura;
        margin-bottom: 40px;
        text-align: center;
    }

    #appointment-modal .schedule-appointment-modal__steps__title {
        font: normal normal 100 18px / 22px Futura;
        margin-bottom: 30px;
        letter-spacing: 0.9px;
        text-align: center;
    }

    #appointment-modal .schedule-appointment-modal__steps__group__item__title > span {
        white-space: normal;
    }

    #appointment-modal .schedule-appointment-modal__steps__group {
        flex-direction: row;
        gap: 8px;
    }

    .vr_serv:before, .vr_date:before, .vr_details:before {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    #appointment-modal .schedule-appointment-modal__steps__group__item__title > span {
        font: normal normal normal 14px / 16px Futura;
        text-align: center;
    }

    #appointment-modal .schedule-appointment-modal__steps__group__item__title {
        padding: 15px;
        flex-direction: column;
        gap: 25px;
    }

    #appointment-modal .schedule-appointment-modal__right__action {
        margin-top: 10px;
        margin-bottom: 25px !important;
    }

    #appointment-modal .schedule-appointment-modal__steps__group__item {
        align-self: flex-start;
    }

    #appointment-modal .schedule-appointment-modal__steps__group__item__info__step {
        padding: 10px;
    }

    #appointment-modal .close-button--normal {
        display: block;
    }

    #appointment-modal .close-button--phone {
        display: none;
    }

    #appointment-modal .schedule-appointment-modal {
        width: calc(100% + 0px);
        display: unset;
    }

    #appointment-modal .schedule-appointment-modal__left {
        justify-content: space-between;
    }

    #appointment-modal .schedule-appointment-modal__right {
        padding: 15px;
        height: 100%;
    }

    svg.close-button--normal {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block !important;
    }

    #appointment-modal .btn.btn__secondary {
        position: absolute;
        top: 14px;
        left: 14px;
        font-size: 0;
        width: 41px !important;
        height: 41px;
        padding: 0;
        border-radius: 50px;
        border-color: transparent;
        background-color: #f5f5f5;
    }

    #appointment-modal .btn.btn__secondary span {
        height: 67px;
        width: 24px;
    }

    #appointment-modal .btn.btn__secondary span:after {
        content: "";
        display: block;
        background-image: url(/wp-content/uploads/2024/10/arrow-right-1.svg);
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    #appointment-modal .schedule-appointment-modal__right__title {
        font-size: 22px;
        margin-bottom: 0px;
        margin-top: 25px;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    a.fc-daygrid-day-number {
        font: normal normal 100 17px / 34px Futura;
    }

    #appointment-modal #calendar {
        height: 343px;
        padding: 20px 15px;
    }

    #appointment-modal .step-two__item__select-time select {
        width: inherit !important;
    }

    #appointment-modal .step-three__section {
        padding-bottom: 0px;
    }

    #appointment-modal .step-two__section__item--checkbox, #appointment-modal .step-three__section__item--checkbox {
        margin-top: 10px;
    }

    #appointment-modal .step-three__section__item--checkbox span {
        font: normal normal normal 16px / 20px Futura;
    }

    #appointment-modal .schedule-appointment-modal {
        height: calc(91% - 30px);
        display: unset;
        margin-bottom: 0;
        position: absolute;
        bottom: 0px;
        width: calc(100% + 0px);
        border-radius: 32px 32px 0 0;
    }

    #appointment-modal {
        height: 100vh;
    }

    #appointment-modal .step-two__item__selected-date {
        font: normal normal normal 16px / 22px Futura;
    }

    #appointment-modal .btn {
        padding: 14px 20px;
        font: normal normal normal 16px / 21px Futura;
    }

    #appointment-modal .item-card__header span {
        font: normal normal 200 16px / 21px Futura;
    }

    #appointment-modal .select-container select {
        font-size: 16px;
    }

    #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: 100%;
    }
}

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