

/* Start:/local/templates/volt/components/adequo/element.list/faq/style.css?17893738952885*/
/* FAQ */
.faq-block.container, .faq-block{
    margin-top: 48px;
    margin-bottom: 48px;
}

.faq-block__title {
    margin: 0 0 32px;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    color: #022235;
}

.faq-block__accordions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


/* Аккордеон */
.accordion-item {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #eef2f5;
    overflow: hidden;
}

.accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    background: #ffffff;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.2s ease;
}

.accordion-header:hover {
    background-color: #fafbfc;
}

.accordion-header__title {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    color: #022235;
}

.accordion-header__icon {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-left: 16px;
}

.accordion-header__icon::before,
.accordion-header__icon::after {
    content: '';
    position: absolute;
    background-color: #022235;
    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}

.accordion-header__icon::before {
    top: 9px;
    left: 2px;
    width: 16px;
    height: 2px;
}

.accordion-header__icon::after {
    top: 2px;
    left: 9px;
    width: 2px;
    height: 16px;
}

.accordion-header[aria-expanded="true"] .accordion-header__icon::after {
    transform: rotate(90deg);
    opacity: 0;
}


/* Ответ */
.accordion-content {
    padding: 16px 32px 32px;
}

.accordion-content__inner {
    font-size: 16px;
    line-height: 1.6;
    color: #425563;
}

.accordion-content__inner > *:first-child {
    margin-top: 0;
}

.accordion-content__inner > *:last-child {
    margin-bottom: 0;
}

.accordion-content__inner p {
    margin: 0 0 16px;
}


/* CTA */
.faq-block__cta {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

.faq-block__cta .button {
    flex: 1;
    text-align: center;
}

.faq__text-list{
    list-style-type: disc;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    line-height: 160%;
    margin-left: 20px;
    margin-right: 60px;
}

/* Mobile */
@media (max-width: 767px) {

    .faq-block {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .faq-block__title {
        margin-bottom: 24px;
        font-size: 28px;
    }

    .accordion-header {
        padding: 20px;
    }

    .accordion-header__title {
        font-size: 18px;
    }

    .accordion-content {
        padding: 0 20px 20px;
    }

    .faq-block__cta {
        flex-direction: column;
    }
}
/* End */
/* /local/templates/volt/components/adequo/element.list/faq/style.css?17893738952885 */
