.booking-reservation-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 12;
    padding: 20px;
}

.booking-reservation-popup__wrap {
    position: relative;
    width: 100%;
    max-width: 680px;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    padding: 28px 0 0;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}

.booking-reservation-popup__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 0 32px;
}

.booking-reservation-popup__head h4 {
    font-family: Lora, serif;
    font-size: 24px;
    font-weight: 500;
    color: #222;
    margin: 0;
}

.booking-reservation-popup__text {
    margin: 0 0 8px;
    padding: 0 32px;
    font-size: 16px;
    line-height: 160%;
    color: #333;
}

.booking-reservation-popup__text:empty {
    display: none;
}

.close-booking-reservation-popup {
    cursor: pointer;
    background: none;
    border: none;
    padding: 4px;
    flex-shrink: 0;
}

.close-booking-reservation-popup img {
    width: 20px;
    height: 20px;
}

.booking-reservation-popup__body {
    margin-top: 16px;
}

/* Форма в попапе — тёмный блок как на странице банкетов */
.booking-reservation-popup .form-wrap.form-wrap--popup {
    position: relative;
    width: 100%;
}

.booking-reservation-popup .form-wrap--popup .form-black {
    position: relative;
    left: 0;
    z-index: 2;
    width: 100%;
    max-width: none;
    background: #1d2123;
    padding: 32px;
    box-sizing: border-box;
}

.booking-reservation-popup .form-wrap--popup .form-black-overlay {
    display: none;
}

.booking-reservation-popup .form-wrap--popup .form-black ::placeholder {
    color: #fff;
    opacity: 0.85;
}

.booking-reservation-popup .form-wrap--popup .form-black .form-group input,
.booking-reservation-popup .form-wrap--popup .form-black .form-group select {
    color: #fff;
    border-bottom-color: #fff;
}

.booking-reservation-popup .form-wrap--popup .form-black .form-btn p,
.booking-reservation-popup .form-wrap--popup .form-black .form-btn p a {
    color: #fff;
}

.booking-reservation-popup .form-wrap--popup .formsms-presonal-data-text p,
.booking-reservation-popup .form-wrap--popup .formsms-presonal-data-text p a {
    color: #fff;
}

.booking-reservation-popup .form-wrap--popup .form-black .form-btn > button {
    color: #fff;
    border-color: #fff;
}

.booking-reservation-popup .form-wrap--popup .form-black .form-data {
    margin-top: 32px;
    color: #fff;
}

/* simpleselect прячет select в hidden_select_container — убираем из flex-потока */
.booking-reservation-popup .form-wrap--popup .form-black .form-group {
    position: relative;
}

.booking-reservation-popup .form-wrap--popup .form-black .form-group .hidden_select_container {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.booking-reservation-popup .form-wrap--popup .form-black .form-group .simpleselect {
    width: 47%;
    flex: 0 0 47%;
}

.booking-reservation-popup #simpleselect_form-black-date-popup,
.booking-reservation-popup #simpleselect_form-black-time-popup,
.booking-reservation-popup #simpleselect_form-black-qnt-popup {
    margin-right: 0;
}

.booking-reservation-popup .simpleselect {
    width: 47%;
    margin-bottom: 30px;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
}

.booking-reservation-popup .simpleselect * {
    box-sizing: border-box;
}

.booking-reservation-popup .simpleselect .placeholder {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 0 24px 10px 0;
    color: #fff;
    line-height: 1.4;
}

.booking-reservation-popup .simpleselect .options {
    width: 100%;
    max-height: 200px !important;
    overflow-y: scroll !important;
    background: #1d2123;
    border: 1px solid #fff;
    border-radius: 0;
    z-index: 20;
}

.booking-reservation-popup .simpleselect .options .option {
    padding: 4px 10px;
    line-height: 14px;
    color: #fff;
    background: #1d2123;
}

.booking-reservation-popup .simpleselect .options .option.active,
.booking-reservation-popup .simpleselect .options .option:hover {
    color: #1d2123;
    background: #fdc25c;
}

@media screen and (max-width: 768px) {
    .booking-reservation-popup__wrap {
        max-width: 100%;
        padding-top: 24px;
    }

    .booking-reservation-popup__head,
    .booking-reservation-popup__text {
        padding: 0 20px;
    }

    .booking-reservation-popup .form-wrap--popup .form-black {
        padding: 24px 20px;
    }

    .booking-reservation-popup .form-wrap--popup .form-black .form-group {
        flex-direction: column;
    }

    .booking-reservation-popup .form-wrap--popup .form-black .form-group input,
    .booking-reservation-popup .form-wrap--popup .form-black .form-group select,
.booking-reservation-popup .simpleselect {
        width: 100%;
    }

    .booking-reservation-popup .form-wrap--popup .form-black .form-btn {
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 24px;
    }

    .booking-reservation-popup .form-wrap--popup .form-black .form-btn > button {
        width: 100%;
    }

    .booking-reservation-popup .form-wrap--popup .form-black .form-btn p {
        width: 100%;
        max-width: 100%;
    }

    .booking-reservation-popup .form-wrap--popup .formsms-presonal-data-wrap {
        width: 100%;
    }
}
