

/* Start:/local/templates/Fastlife-2-0/components/bitrix/news/fl_events/bitrix/news.detail/.default/style.css?17836621733962*/
/* ─── Типографика описания ───
   Контейнеры описания в template.php используют класс "section__paragraph text-content format",
   чтобы рендериться теми же правилами, что и детальная страница ресторана
   (типографика .text-content из css/user.css: красные маркеры, IgraSans-заголовки,
   отступы списков). Ниже гасим «карточную» обёртку .text-content — здесь описание
   уже находится внутри .section, лишний белый фон и padding не нужны. */

.section__paragraph.text-content {
    padding: 0;
    background: none;
    border-radius: 0;
}

@media (max-width: 768px) {
    .section__paragraph.text-content {
        padding: 0;
        margin-top: 0;
    }
}

.booking-form__mobile-toggle {
    display: none;
}

.booking-form__mobile-top {
    display: none;
}

.booking-form__mobile-bottom {
    display: none;
}

.booking-form__bottom-content {
    background: #ffffff;
    border-radius: 20px;
}

.booking-form__body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.booking-form__mobile-collapse {
    display: none;
}

@media (max-width: 1024px) {
    .booking-form.main__sidebar {
        display: none !important;
    }

    .booking-form__mobile-top {
        display: block;
        margin-bottom: 30px;
    }

    .booking-form__mobile-top.booking-form_hidden,
    .booking-form__mobile-bottom.booking-form_hidden {
        display: none;
    }

    .booking-form__mobile-bottom {
        display: block;
    }

    .booking-form__mobile-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 16px 25px;
        background-color: #ff2c33;
        color: #fff;
        border: none;
        border-radius: 25px;
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
        letter-spacing: 0.03em;
        line-height: 110%;
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .booking-form__mobile-top .booking-form__bottom-content,
    .booking-form__mobile-bottom .booking-form__bottom-content {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        padding: 0 30px;
        margin-top: 0;
        transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.4s ease, margin-top 0.3s ease;
    }

    .booking-form__mobile-top.booking-form_open .booking-form__mobile-toggle,
    .booking-form__mobile-bottom.booking-form_open .booking-form__mobile-toggle {
        display: none;
    }

    .booking-form__mobile-top.booking-form_open .booking-form__bottom-content,
    .booking-form__mobile-bottom.booking-form_open .booking-form__bottom-content {
        max-height: 2000px;
        opacity: 1;
        padding: 30px;
        margin-top: 20px;
    }

    .booking-form__mobile-collapse {
        display: none;
    }

    .booking-form__mobile-top.booking-form_open .booking-form__mobile-collapse,
    .booking-form__mobile-bottom.booking-form_open .booking-form__mobile-collapse {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 14px;
        margin-top: 20px;
        background: #f5f5f5;
        border: none;
        border-radius: 12px;
        cursor: pointer;
        color: rgba(39, 37, 37, 0.5);
        transition: background 0.2s ease, color 0.2s ease;
    }

    .booking-form__mobile-top.booking-form_open .booking-form__mobile-collapse:hover,
    .booking-form__mobile-bottom.booking-form_open .booking-form__mobile-collapse:hover {
        background: #eee;
        color: rgba(39, 37, 37, 0.7);
    }
}

/* End */
/* /local/templates/Fastlife-2-0/components/bitrix/news/fl_events/bitrix/news.detail/.default/style.css?17836621733962 */
