

/* Start:/local/components/vendor/faq.block/templates/.default/style.css?17750335181572*/
.faq-block {
    margin: 40px 0;
}

.faq-block__title {
    margin: 0 0 24px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
}

.faq-block__items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-block__item {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.faq-block__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 20px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    color: #222;
}

.faq-block__question:hover,
.faq-block__question:focus {
    background: #f8f8f8;
}

.faq-block__question-text {
    display: block;
    flex: 1 1 auto;
}

.faq-block__icon {
    position: relative;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
}

.faq-block__icon::before,
.faq-block__icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: #222;
    transform: translate(-50%, -50%);
}

.faq-block__icon::before {
    width: 16px;
    height: 2px;
}

.faq-block__icon::after {
    width: 2px;
    height: 16px;
}

.faq-block__question[aria-expanded="true"] .faq-block__icon::after {
    display: none;
}

.faq-block__answer {
    padding: 0 20px 20px;
}

.faq-block__answer-inner {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}
/* End */
/* /local/components/vendor/faq.block/templates/.default/style.css?17750335181572 */
