

/* Start:/local/templates/main/components/bitrix/news.list/genplan/style.css?1719555708109*/
.text-card__deadline-title {
    padding-bottom: 5px;
}
.text-card__deadline-pt {
    padding-bottom: 15px;
}
/* End */


/* Start:/local/templates/main/components/gt/staticarea/faq/style.css?17841965841482*/
.faq-section {
    margin-bottom: 40px;
    margin-top: 80px;
}

.faq-title {
    color: #33333a;
    font-family: TTTravelsest, sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.faq-item {
    border-bottom: 1px solid #e8e8e8;
}

.faq-question {
    width: 100%;
    padding: 20px 0;
    background: none;
    border: none;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
    font-family: TTTravelsest, sans-serif;
}

.faq-question:hover {
    color: #3498db;
}

.faq-icon {
    font-size: 24px;
    color: #95a5a6;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 20px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    padding-bottom: 25px;
}

.faq-answer-content {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
}

.faq-answer-content p {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .faq-title {
        font-size: 24px;
    }

    .faq-question {
        font-size: 14px;
        padding: 15px 0;
    }

    .faq-answer-content {
        font-size: 13px;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news.list/genplan/style.css?1719555708109 */
/* /local/templates/main/components/gt/staticarea/faq/style.css?17841965841482 */
