

/* Start:/local/templates/bq_aliot_s1/components/bitrix/news.list/faq/style.css?17562271231267*/
.faq {
    margin-top: 54px;
}

.faq__item {
    margin-bottom: 12px;
    border-radius: 4px;
    background-color: #fff;
}

.faq-item__title {
    padding: 24px 60px 24px 24px;

    font-weight: 600;
    font-size: 20px;
    position: relative;
    cursor: pointer;
    line-height: 1.4;
}

.faq-item__title svg {
    position: absolute;
    right: 24px;
    top: 24px;
    transition: transform 0.3s ease;
}
.faq__item.is-active svg
{
    transform: rotate(180deg);
}
.faq__item.is-active svg path {
    stroke: #E12A2A;
}

.faq-item__text {
    background-color: #fff;
    padding: 0 24px 24px;
    display: none;
    line-height: 1.5;
}

/* Адаптив */
@media (max-width: 768px) {
    .faq-item__title {
        padding: 16px 40px 16px 16px;
        font-size: 18px;
    }

    .faq-item__title svg {
        right: 16px;
        top: 16px;
    }

    .faq-item__text {
        padding: 0 16px 16px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .faq-item__title {
        padding: 12px 36px 12px 12px;
        font-size: 16px;
    }

    .faq-item__title svg {
        right: 12px;
        top: 12px;
        width: 20px;
        height: 20px;
    }

    .faq-item__text {
        padding: 0 12px 12px;
        font-size: 14px;
    }
}

/* End */
/* /local/templates/bq_aliot_s1/components/bitrix/news.list/faq/style.css?17562271231267 */
