

/* Start:/local/templates/Fastlife-2-0/components/bitrix/news.detail/fl_events_shared/style.css?17839479725839*/
/* ─── Типографика внутри .section__paragraph (rich-text контент) ─── */

/* ─── Сброс «карточной» обёртки .text-content ───
   В template.php контент обёрнут классами "section__paragraph text-content format".
   Типографика (.format / .text-content типографика) нужна, но background/border-radius/padding
   из css/user.css (.text-content) здесь неуместны — описание уже внутри .section. */
.section__paragraph.text-content {
    padding: 0;
    background: none;
    border-radius: 0;
}

@media (max-width: 768px) {
    .section__paragraph.text-content {
        padding: 0;
        margin-top: 0;
    }
}

.section__paragraph p {
    margin-bottom: 1em;
}

.section__paragraph p:last-child {
    margin-bottom: 0;
}

.section__paragraph h2,
.section__paragraph h3,
.section__paragraph h4,
.section__paragraph h5,
.section__paragraph h6 {
    font-family: IgraSans, sans-serif;
    font-weight: 400;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.2;
}

.section__paragraph h4 {
    font-size: 1.1em;
}

.section__paragraph a {
    color: #ff2c33;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: opacity 0.2s;
    word-break: break-word;
}

.section__paragraph a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.section__paragraph ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1em;
    margin-left: 1em;
}

.section__paragraph ul > li {
    position: relative;
    padding-left: 20px;
}

.section__paragraph ul > li::before {
    content: '';
    background-color: #ff2c33;
    border-radius: 999px;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
}

.section__paragraph ol {
    list-style: none;
    counter-reset: sp-counter;
    padding-left: 0;
    margin-bottom: 1em;
    margin-left: 1em;
}

.section__paragraph ol > li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0.4em;
    line-height: 1.5;
}

.section__paragraph ol > li::before {
    counter-increment: sp-counter;
    content: counter(sp-counter) '.';
    color: #ff2c33;
    font-weight: 700;
    position: absolute;
    left: 0;
}

.section__paragraph li:last-child {
    margin-bottom: 0;
}

.section__paragraph ul ul,
.section__paragraph ol ol,
.section__paragraph ul ol,
.section__paragraph ol ul {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.section__paragraph b,
.section__paragraph strong {
    font-weight: 600;
}

.section__paragraph i,
.section__paragraph em {
    font-style: italic;
}

.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.detail/fl_events_shared/style.css?17839479725839 */
