.page__faq {
    margin-bottom: 24px;
}

.page__faq .faq__title {
    font-family: "AndesBold";
    font-size: 32px;
    line-height: 37px;
    text-transform: uppercase;
    color: #2F879F;
    margin-bottom: 24px;
    margin-top: 36px;
}

.page__faq .faq__section {
    margin-top: 24px;
}

.page__faq .faq__section:first-child {
    margin-top: 24px;
}

.page__faq .faq__section-title {
    font-family: "AndesBold";
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #787878;
    margin-bottom: 16px;
}

.page__faq .faq__item {
    margin-bottom: 1px;
}

.page__faq .faq__question {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: start;
    padding: 11px 16px;
    background: #F2F2F2;
    position: relative;
    cursor: pointer;
}

.page__faq .faq__question-index {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #787878;
    margin-right: 8px;
}

.page__faq .faq__question-text {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.page__faq .faq__question-collapse {
    position: absolute;
    top: 16px;
    right: 16px;
}

.page__faq .faq__question.faq__active .faq__question-collapse img {
    transform: rotate(180deg);
}

.page__faq .faq__body {
    border: 1px solid #F6F6F6;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    margin-bottom: 8px;
    padding: 16px 24px;
    display: none;
}

.page__faq .faq__body-active {
    display: block;
}

.page__faq .faq__body-title p {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #2F879F;
    margin-bottom: 16px;
}

.page__faq .faq__body-text p {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 16px;
}

.page__faq .faq__body-text p:last-child {
    margin-bottom: 0;
}
