@charset "utf-8";
.qa {
    background: #fff
}

.qa .qa_list {
    margin: -2% auto 0;
    width: 89.33%
}

li.qa_list_item {
    margin-bottom: 3.55%;
    padding-bottom: 0px;
}

.qa_list_item:last-child {
    margin-bottom: 15%
}

.qa.arccor .qa_list_item:last-child {
    margin-bottom: 5%;
}

.qa_cont {
    display: none
}

.qa_header {
    position: relative;
    cursor: pointer
}

.qa_header.open::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5%;
    width: 34px;
    height: 20px;
    background: url(../images/arow_241125.png) no-repeat;
    background-size: 34px 20px;
    transform: unset;
}

.qa_header::before {
    transform: rotate(180deg);
    position: absolute;
    margin: auto;
    content: "";
    top: 0;
    bottom: 0;
    right: 5%;
    width: 34px;
    height: 20px;
    background: url(../images/arow_241125.png) no-repeat;
    background-size: 34px 20px;
}

@media screen and (max-width: 750px) {
    .qa_header::before{
        position:absolute;
        content: "";
        width: 17px;
        height: 10px;
        background: url(../images/arow_241125.png) no-repeat;
        background-size: 17px 10px
    }
    .qa_header.open::before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        margin: auto;
        width: 17px;
        height: 10px;
        background: url(../images/arow_241125.png) no-repeat;
        background-size: 17px 10px;
        transform: unset;
    }
    .bottom-cv {
        width: 100%;
        padding: 2.4% 3.8% 1.46%;
    }
    
}

