

/* Start:/local/templates/praktik72/components/bitrix/news.list/faq/style.css?17721891892412*/
.section {
    padding-top: 64px;
    padding-bottom: 64px;
}

.section-body {
    margin-top: 16px;
    padding-top: 16px;
    background: #ffffff;
}

.section-about {
    padding: 32px 16px 16px 0;
    background: #ffffff;
}

.faq-sections {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-section {
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
}

.faq-section.active {
    color: #a28914;
}

.faq-section:hover {
    color: #a28914;
}

.accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    cursor: pointer;
    background: #ffffff;
    padding: 16px;
    width: 100%;
    position: relative;
}

.faq-items-category.accordion {
    flex-direction: column;
    align-items: flex-start;
}

.accordion svg {
    transition: all 0.3s linear;
}

.accordion.active svg {
    transform: rotate(180deg);
}

.faq-items {
    display: flex;
    flex-direction: column;
}

.faq-sections {
    padding-top: 24px;
}

.panel {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    background: rgba(255, 254, 254, 0.79);
    -webkit-transition: .3s ease-in-out;
    display: flex;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.panel.active {
    height: 100%;
    max-height: 5000px;
    transition: all 2s;
}

.faq-item {
    margin: 16px;
}

.faq-item .accordion {
    background: rgba(0, 0, 0, 0.05)
}

.faq-items-category + .faq-items-category {
    margin-top: 20px;
}

.faq-items-category-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-right: 8px;
}

.faq-items-category-title-wrapper-title {
    padding-right: 8px;
    font-size: 18px;
    line-height: 20px;
}

.faq-items-category-title-wrapper-subtitle,
.faq-items-category-title-wrapper-subtitle a {
    font-size: 14px;
    line-height: 16px;
    color: #999999;
}

.faq-item+.faq-item{
    margin-top: 0;
}

.faq-item-text {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 16px;
    background: rgba(0, 0, 0, 0.02);

}
.faq-item-text,
.faq-item-text p,
.faq-item-text li {
    font-size: 16px;
    line-height: 24px;
}
.faq-item-text p,
.faq-item-text li {
	margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .faq-sections {
        padding-bottom: 16px;
        flex-direction: row;
    }
}
/* End */
/* /local/templates/praktik72/components/bitrix/news.list/faq/style.css?17721891892412 */
