

/* Start:/local/templates/.default/components/bitrix/news.list/faq/style.css?1776658949867*/
a.faq__title { text-decoration: none; }

/* Маркированные списки */
.faq__body ul {
    list-style: none;
    padding-left: 0;
    margin: 8px 0;
}

.faq__body ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    font-family: "Geologica", sans-serif;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: -0.02em;
    line-height: 1.33;
    color: #000;
}

.faq__body ul li::before {
    content: '✦';
    position: absolute;
    left: 0;
    color: var(--c-link, #ff6b00);
}

/* Нумерованные списки */
.faq__body ol {
    list-style: decimal;
    padding-left: 30px;
    margin: 8px 0;
}

.faq__body ol li {
    margin-bottom: 8px;
    font-family: "Geologica", sans-serif;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: -0.02em;
    line-height: 1.33;
    color: #000;
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/faq/style.css?1776658949867 */
