

/* Start:/local/templates/site/components/bitrix/news/consultations/style.css?1720518776282*/
.consultation {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 1360px;
}

@media screen and (min-width: 768px) {
    .consultation {
        gap: 2rem;
    }
}

@media screen and (min-width: 1280px) {
    .consultation {
        gap: 2.5rem;
    }
}

/* End */


/* Start:/local/templates/site/components/bitrix/news.detail/template_text_page/style.css?1720159074486*/
.events-detail-date {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.events-detail-date-block {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 0.5rem;
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 150%;
    border-radius: 0.5rem;
    color: #ffffff;
    background: linear-gradient(93.85deg, #1da0ff 0%, #0058dc 100%);
}

@media screen and (min-width: 768px) {
    .events-detail-date {
        flex-direction: row;
    }
}

/* End */
/* /local/templates/site/components/bitrix/news/consultations/style.css?1720518776282 */
/* /local/templates/site/components/bitrix/news.detail/template_text_page/style.css?1720159074486 */
