.faq {
    position: relative;
    max-width: 805px;
    margin-left: 0;
}

.faq__head {
    margin: 0 0 30px;
}

.faq__tag {

}

.faq__arrow-list {
    display: flex;
    margin-left: 0;
}

.faq__arrow.swiper-button-disabled {
    cursor: default;
    opacity: 0.3;
}

.faq__body {
    margin-top: 23px;
    position: relative;
}

.faq__tab-body {
    position: relative;
    padding-bottom: 48px;
}

.faq__col {
    padding: 0 0 60px;
}

.faq-item {
    padding: 30px 20px;
    background: #F2F0F6;
}

.global_background-dark .faq-item {
    background: #888888;
}

.faq-item_answer {
    margin: 5px 0 0 20px;
    background: #F2F0F6;
}

.global_background-dark .faq-item_answer {
    background: #a9a6a6;
}

.faq-item__source {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.faq-item__source-ava {
    width: 50px;
    /*height: 50px;*/
    border-radius: 50%;
    margin-right: 10px;
}

.faq-item__source-name {
    font-weight: 500;
    font-size: 14px;
}

.global_font-1 .faq-item__source-name {
    font-size: 16px;
}

.global_font-2 .faq-item__source-name {
    font-size: 18px;
}

.global_font-3 .faq-item__source-name {
    font-size: 20px;
}

.faq-item__source-position {
    font-size: 12px;
    color: #666666;
}

.global_font-1 .faq-item__source-position {
    font-size: 14px;
}

.global_font-2 .faq-item__source-position {
    font-size: 16px;
}

.global_font-3 .faq-item__source-position {
    font-size: 18px;
}

.global_background-dark .faq-item__source-position {
    color: #ffffff;
}

.faq-item__text {
    font-size: 12px;
    color: #666666;
}

.global_font-1 .faq-item__text {
    font-size: 14px;
}

.global_font-2 .faq-item__text {
    font-size: 16px;
}

.global_font-3 .faq-item__text {
    font-size: 18px;
}

.global_background-dark .faq-item__text {
    color: #ffffff;
}

.faq__more {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    background: #e7e2ee;
    z-index: 1;
}

.body_see-panel .faq__more {
    height: auto;
}

.global_background-dark .faq__more {
    background: #888888;
    color: #ffffff;
}

.faq__more_read {
    display: block;
}

.faq__more:before {
    background: #8E2B62;
    box-shadow: -4px 0 0 0 #8E2B62, 4px 0 0 0 #8E2B62;
}

.faq__add {
    position: absolute;
    bottom: 0;
    right: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transform: translateX(100%);
}

.faq__add-icon {
    margin-right: 10px;
}

.faq-container-text .faq__add {
    position: static;
    width: 215px;
    transform: none;
}

@media (min-width: 375px) {
    .faq-item_answer {
        margin: 5px 0 0 30px;
    }
}

@media (min-width: 576px) {
    .faq-item_answer {
        margin: 20px 0 0 30px;
    }

    .faq-item__source-name {
        font-size: 16px;
    }

    .global_font-1 .faq-item__source-name {
        font-size: 18px;
    }

    .global_font-2 .faq-item__source-name {
        font-size: 20px;
    }

    .global_font-3 .faq-item__source-name {
        font-size: 22px;
    }

    .faq-item__source-position {
        font-size: 14px;
    }

    .global_font-1 .faq-item__source-position {
        font-size: 16px;
    }

    .global_font-2 .faq-item__source-position {
        font-size: 18px;
    }

    .global_font-3 .faq-item__source-position {
        font-size: 20px;
    }

    .faq-item__text {
        font-size: 16px;
    }

    .global_font-1 .faq-item__text {
        font-size: 18px;
    }

    .global_font-2 .faq-item__text {
        font-size: 20px;
    }

    .global_font-3 .faq-item__text {
        font-size: 22px;
    }
}

@media (min-width: 869px) {
    .faq {

    }

    .faq__tab-body {
        padding-bottom: 20px;
    }

    .faq__wrap {
        overflow: visible;
    }

    .faq__list {
        display: flex;
    }

    .faq__list_no-slider {
        flex-wrap: wrap;
    }

    .faq__col {
        padding: 0 50px 40px 0;
    }

    .faq-item {
        padding: 40px;
    }

    .faq-item_answer {
        margin: 30px 0 0 0;
        transform: translateX(50px);
    }

    .faq-item__source-ava {
        width: 75px;
        /*height: 72px;*/
        margin-right: 15px;
    }

    .faq__more {
        display: block;
    }

    .faq__add {
        position: absolute;
        right: 20px;
        transform: none;
        bottom: 0;
        z-index: 1;
    }
}

@media (min-width: 1189px) {

}
