.django-messages {
    position: relative;
    z-index: 50;
    padding-top: 16px;
}

.django-message {
    margin-bottom: 10px;
    padding: 12px 16px;
    border-radius: 12px;
    background: #ffe4b0;
    color: #131313;
}

.django-message.success {
    background: #d6f5df;
}

.main_header.wider {
    max-width: 42%;
}

.choiceCity_wrapper {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2000;
}

.choiceCity_wrapper.is-open {
    display: block;
}

.choiceCity_wrapper .center {
    min-height: 100%;
    align-items: flex-start;
    padding-top: 24px;
    box-sizing: border-box;
}

.choiceCity_modal {
    position: relative;
    margin-top: 24px;
    width: min(100%, 533px);
    max-width: 533px;
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    border: none;
    background: transparent;
    color: #131313;
    font-size: 28px;
    cursor: pointer;
    z-index: 2;
}

body.cinema-modal-open .burger,
body.cinema-modal-open .burgerSwitcher {
    opacity: 0;
    pointer-events: none;
}

#cinemaList {
    display: block;
    margin-top: 16px;
    max-height: 426px;
    overflow: auto;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

#cinemaList li {
    list-style: none;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.cinema-choice-button {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 16px;
    border: none;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    text-decoration: none;
    color: #131313;
    box-sizing: border-box;
    overflow-wrap: anywhere;
}

.cinema-choice-button.link {
    border: 1px solid #e0d1bd;
}

.room-capacity {
    color: #d8c7af;
    font-size: 14px;
}

.bonuses-index,
.entertainment {
    color: #fff;
    margin-top: 80px;
}

.bonuses-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 28px;
}

.bonus-card {
    border: 1px solid #adadad;
    border-radius: 12px;
    padding: 22px;
    min-height: 180px;
}

.bonus-card img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin: 18px 0 12px;
}

.bonus-card span {
    display: inline-block;
    margin-top: 16px;
    color: #e2c998;
    font-weight: 700;
}

.faq-opener {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
}

@media (max-width: 900px) {
    .main_header.wider {
        max-width: 100%;
    }

    .bonuses-grid {
        grid-template-columns: 1fr;
    }
}
