.about-faq_list {
    padding: 90px 0 0;
}
.about-faq_list .large-title {
    margin: 0 0 70px;
}
.about-faq.container .large-title {
    display: none;
}
.about-faq.container .about-faq_list {
    padding: 0;
}
.about-faq_wrap {
    border: #E6EDF2 2px solid;
    border-radius: 12px;
    font-size: 18px;
    line-height: 140%;
    align-items: flex-start;
    padding: 9px 36px 7px 47px;
    margin: 0 0 10px;
}
.about-faq_item {
    display: flex;
}
.about-faq_answer {
    display: none;
    padding: 10px 0 20px;
}
.about-faq_name {
    font-weight: 700;
}
.about-faq_date {
    font-size: 16px;
    color: #77859D;
}
.about-faq_left {
    flex: none;
    width: 170px;
    padding: 0 30px 0 0;
}
.about-faq_question {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding: 0 40px 0 0;
    line-height: 28px;
}
.about-faq_question::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: url(images/plus.svg) no-repeat center;
    top: 50%;
    margin: -13px 0 0;
    right: 0;
    transition: all ease .2s;
}
.active .about-faq_question::before {
    transform: rotate(45deg);
}
.about-faq_right {
    flex: 1;
    padding: 11px 0 12px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .about-faq_list .large-title br {
        display: none;
    }
    .about-faq_list .large-title {
        font-weight: 300;
        margin: 0 0 40px;
    }
    .about-faq_wrap {
        padding: 11px 16px 9px 27px;
        font-size: 16px;
    }
    .about-faq_date {
        font-size: 14px;
    }
    .about-faq_name {
        margin: 0 0 3px;
    }
    .about-faq_question {
        font-size: 18px;
        padding: 0;
    }
    .about-faq_item {
        align-items: flex-start;
    }
    .about-faq_right {
        padding: 0 0 0 12px;
    }
    .about-faq_question {
        line-height: 25px;
    }
}
@media (max-width: 600px) {
    .about-faq_list .large-title {
        font-size: 32px;
        margin: 0 0 30px;
    }
    .about-faq_wrap {
        padding: 11px 16px 24px;
    }
    .about-faq_item {
        display: block;
    }
    .about-faq_left {
        width: auto;
        padding: 0;
        margin: 0 0 10px;
        display: flex;
    }
    .about-faq_name {
        margin: 0 14px 0 0;
    }
    .about-faq_right {
        padding: 0;
    }
    .about-faq_question {
        font-size: 16px;
        padding: 0;
    }
    .about-faq_question {
        line-height: 21px;
    }
    .about-faq_question::before {
        margin: 0;
        top: -20px;
    }
    .about-faq_answer {
        font-size: 14px;
        padding: 15px 0 0;
    }
    .about-contact-us__text .large-title {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .about-contact-us__text p {
        font-size: 14px;
    }
    .about-contact-us__text {
        margin: 0 0 17px;
    }
    .about-contact-us__buttons {
        display: block;
    }
    .about-feedback-form_button {
        font-size: 12px;
        padding: 9px 20px 8px;
        margin: 10px 0 20px;
    }
    .checkbox-label {
        font-size: 10px;
        line-height: 15px;
        margin: 0 0 10px;
    }
    .about-contact-us__contact-top .about-phone {
        font-size: 28px;
        margin: 0;
    }
    .about-contact-us__contact-top a:not(.about-phone) {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .about-contact-us__social {
        padding: 30px 0 55px;
    }
    .about-contact-us__contact-top a:last-child {
        left: 46px;
    }
    .about-faq_list {
        padding: 50px 0 0;
    }
}