

/* Start:/local/templates/zakka-new-template/css/faq-page.css?17670110543975*/
/**
 * Стили страницы "Часто задаваемые вопросы"
 * Desktop версия (≥1200px)
 */

/* ============================================
   ОБЩИЕ СТИЛИ СТРАНИЦЫ
   ============================================ */
.faq-page {
    width: 100%;
    background-color: #ffffff;
    padding: 60px 0 40px;
}

/* Единый контейнер */
.faq-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ============================================
   ЗАГОЛОВОК СТРАНИЦЫ
   ============================================ */
.faq-title {
    font-family: "Manrope", sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #000000;
    text-align: center;
    margin: 0 0 60px 0;
    letter-spacing: -0.01em;
}

/* ============================================
   АККОРДЕОН FAQ
   ============================================ */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}

.faq-item {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* Кнопка вопроса (заголовок аккордеона) */
.faq-question {
    width: 100%;
    padding: 24px 32px;
    background-color: #ffffff;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    transition: background-color 0.2s ease;
}

.faq-question:hover {
    background-color: #f8f8f8;
}

.faq-question:focus {
    outline: 2px solid #3D6EEE;
    outline-offset: -2px;
}

/* Иконка стрелки */
.faq-question-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    color: #3D6EEE;
}

.faq-item.active .faq-question-icon {
    transform: rotate(180deg);
}

/* Контент ответа */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 32px;
}

.faq-item.active .faq-answer {
    max-height: 2000px;
    padding: 0 32px 24px 32px;
}

.faq-answer-content {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #484848;
    margin: 0;
}

.faq-answer-content ul {
    margin: 0;
    padding-left: 24px;
    list-style: none;
}

.faq-answer-content li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 8px;
}

.faq-answer-content li::before {
    content: "•";
    position: absolute;
    left: -16px;
    color: #484848;
    font-size: 20px;
    line-height: 1.6;
}

.faq-answer-content li:last-child {
    margin-bottom: 0;
}

.faq-answer-content p {
    margin: 0 0 12px 0;
}

.faq-answer-content p:last-child {
    margin-bottom: 0;
}

.faq-answer-content strong {
    font-weight: 700;
    color: #000000;
}

.faq-answer-content a {
    color: #3D6EEE;
    text-decoration: none;
    font-weight: 600;
}

.faq-answer-content a:hover {
    text-decoration: underline;
}

/* ============================================
   ССЫЛКА "ОСТАЛИСЬ ВОПРОСЫ"
   ============================================ */
.faq-contact-link {
    display: block;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #3D6EEE;
    text-decoration: underline;
    margin: 0;
    transition: color 0.2s ease;
}

.faq-contact-link:hover {
    color: #2B5BD9;
    text-decoration: underline;
}


/* End */
/* /local/templates/zakka-new-template/css/faq-page.css?17670110543975 */
