

/* Start:/bitrix/templates/.default/components/bitrix/support.faq.element.list/smart_faq/style.css?1750755534213*/
.point-faq{list-style:square inside; padding: 1px;}
.faq-rating .ilike-light .bx-ilike-right { background-position: 0 -38px;}
.faq-rating .ilike-light .bx-you-like .bx-ilike-right { background-position: 0 -18px; }
/* End */


/* Start:/bitrix/components/smart/reload.form/templates/.default/style.css?1750755536602*/
.form-body.form__order-si {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:16px;
}
@media screen and (max-width: 768px) {
    .form-body.form__order-si {
        grid-template-columns: repeat(1, 1fr);
    }
}

.d-flex {
    display: flex;
    gap: 16px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.d-flex-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.d-flex-between {
    display: flex;
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: end;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/support.faq.element.list/smart_faq/style.css?1750755534213 */
/* /bitrix/components/smart/reload.form/templates/.default/style.css?1750755536602 */
