.faq-page__descr {
    margin-bottom: 60px;
}

.faq__wrapper {
    margin-bottom: 70px;
}

.faq__accor {
    background-color: #F3F4F4;
    border-radius: 10px;
    margin-bottom: 9px;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.faq__accor:last-child {
    margin-bottom: 0;
}

.question__title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 23px 30px;
}

.question__title-text {
    margin-right: 16px;
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    text-align: left;
}

.question__info {
    padding: 0 30px;
}

.question__info-wrapper {
    padding: 30px 0;
    border-top: 1px solid #CDD2D4;
}

.question__info p {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 16px;
}

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

@media (min-width: 1025px) {
    .faq__accor:not(.active):hover {
        background-color: #FDE4DE;
    }
}

@media (max-width: 991px) {
    .faq-page__container {
        padding: 0;
    }

    .faq-page__title {
        padding: 0 15px;
    }

    .faq-page__descr {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .faq__wrapper {
        margin-bottom: 30px;
    }

    .question__title {
        padding: 20.5px 15px;
    }

    .question__title-text {
        font-size: 14px;
        line-height: 140%;
    }

    .question__info-wrapper {
        padding: 21px 0;
    }

    .question__info {
        padding: 0 15px;
    }

    .question__info p {
        font-size: 14px;
        line-height: 140%;
    }

    .faq__accor {
        border-radius: 0;
        margin-bottom: 6px;
    }

    .faq__container {
        padding: 0;
    }

    .faq__title {
        margin: 0 15px 50px;
    }

    .faq__descr {
        margin: 0 15px 30px;
    }
}

@media (max-width: 575px) {
    .faq-page {
        background-image: url("../../img/background-mobile-main-block.svg");
        background-repeat: no-repeat;
    }

    .faq__more-link {
        margin: 0 15px;
        width: initial!important;
    }
}