.faq-wrap {
    margin-top: 88px;
}

.faq {
    background-color: #215584;
}

.faq p {
    color: #FFF;
}

.faq h1,
.faq h2,
.faq h3,
.faq h4,
.faq h5,
.faq h6 {
    color: #F1F1F1;
}

.answersArea {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.drop {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.6);
    border-top: 1px solid #333333;
}

.drop.active {
    background-color: #333;
    border-radius: 12px;
    color: #fff;
}

.drop.active .optionsHolder {
    display: block;
}

.drop .tocDefault {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 16px;
    cursor: pointer;
    position: relative;
    padding: 22px 24px;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
}

.drop:hover {
    border-color: transparent;
}

.drop .tocDefault:hover {
    background-color: #333;
    color: #fff;
}

.drop .tocDefault p {
    font-weight: 700;
    font-size: 23px;
    padding: 0;
}

.drop .tocDefault p:last-child {
    margin-bottom: 0;
}

.drop .faq-icon {
    width: 14px;
    height: 14px;
    background-image: url('../img/ico-plus-faq.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-in-out;
}

.drop.active .faq-icon {
    background-image: url('../img/ico-minus-faq.svg');
}

.drop .optionsHolder {
    display: none;
    padding: 0 24px 22px 50px;
    font-size: 16px;
    line-height: 120%;
}

.drop .optionsHolder p {
    margin-top: 15px;
}

.drop .optionsHolder p:first-child {
    margin: 0;
}

.drop .optionsHolder ul,
.drop .optionsHolder ol {
    font-size: 16px;
    padding-left: 25px;
}

.small .container {
    padding: 0 15px;
    max-width: 1370px;
}

.drop.anchor-nav {
    background-color: transparent;
    overflow: hidden;
    color: #00426F;
    margin-top: 0;
}

.drop.anchor-nav .tocDefault {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 22px 80px 22px 49px;
    font-size: 20px;
    font-weight: 600;
}

.drop.anchor-nav .tocDefault:after {
    width: 14px;
    height: 9px;
    right: 49px;
}

.drop.anchor-nav.active .tocDefault:after {
    transform: rotate(-90deg);
}

.article-inner .tocDefault h3 {
    margin-bottom: 0;
}

.drop.anchor-nav .optionsHolder {
    display: none;
    padding: 22px 80px 22px 49px;
}

.d-mob {
    display: none !important;
}

@media (max-width: 768px) {
    .drop .tocDefault p {
        font-size: 16px;
    }

    .drop .optionsHolder p {
        font-size: 16px;
    }
}

@media (max-width: 568px) {
    .drop .optionsHolder p {
        font-size: 14px;
    }
}
