body{
    height: auto;
}
.faq_header{
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.1em;

    color: #FFFFFF;
}

.faq_question_block{
    position: relative;
    display: block;
    margin-bottom: 10px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 15px 30px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.01em;

    color: #13254E;
    overflow: hidden;

    cursor: pointer;
}

.faq_question_checkbox{
    display: none;
}

.faq_question_response{
    display:block;
    height:auto;

    /* max-height:0;
    transform: scaleY(0);    
    transform-origin: top;
    opacity: 0; */

    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.01em;

    color: #000000;
    /* padding-bottom: 15px; */

    margin-top: 15px;

    transition: max-height 0.2s, transform 0.2s;
}

.faq_question_response ul,
.faq_question_response ol{
    padding: 0 20px;
}

.faq_question_response li{
    padding-top: 10px;
}

.faq_question_response p { 
    text-indent: 20px;
}

/* .faq_question_checkbox:checked ~ .faq_question_response{
    opacity: 1;
    max-height:unset;
    display:block;
    transform: scaleY(1);
    margin-top: 15px;
} */

/* .faq_question_checkbox:checked ~ .faq_question > .faq_question_button{
    transform: rotateZ(-90deg);
} */

.faq_question.show > .faq_question_button{
    transform: rotateZ(-90deg);
}

.faq_question{
    display: flex;
    justify-content: space-between;
}

.faq_question_button{
    width: 32px;
    height: 21px;
    min-width: 32px;
    min-height: 21px;
    background: rgba(0, 0, 0, 0.6);
    mask: center/cover no-repeat url("../images/2.svg");
    -webkit-mask: center/ 32px 21px no-repeat url("../images/2.svg");
    /* transition: max-height 0.2s, transform 0.2s; */
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}

.faq_question_text{
    margin-right: 34px;
}

.cyrilic {
    list-style-type: none;
}
.cyrilic li{
    padding-left: 20px;
    position: relative;
    padding-top: unset;
}
.cyrilic li::before {
    position: absolute;
    left: 0;
    /* margin-right: 5px; */
}
.cyrilic li:nth-child(1)::before { content: 'а)'; }
.cyrilic li:nth-child(2)::before { content: 'б)'; }
.cyrilic li:nth-child(3)::before { content: 'в)'; }
.cyrilic li:nth-child(4)::before { content: 'г)'; }
.cyrilic li:nth-child(5)::before { content: 'д)'; }
.cyrilic li:nth-child(6)::before { content: 'е)'; }
.cyrilic li:nth-child(7)::before { content: 'ё)'; }
.cyrilic li:nth-child(8)::before { content: 'ж)'; }
.cyrilic li:nth-child(9)::before { content: 'з)'; }
.cyrilic li:nth-child(10)::before { content: 'и)'; }

@media (max-width: 1100px) {

    body{
        height: max-content;
        min-height: max-content;
        max-height: max-content;
        background: 
        left / 100% auto no-repeat url("../images/EllipseM17.svg"),
        /* left top/ 100% auto no-repeat url("../images/EllipseM18.svg"), */
        right top/  100% auto no-repeat url("../images/EllipseM19.svg"),
        left top/  100% auto no-repeat url("../images/EllipseM21.svg"),
        #13254E;
    }

    .pattern1_header{
        padding: 0 5px;
        padding-top: 70px;
    }

    .faq_header{
        padding: unset;
        padding: 0 3px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 120%;
        letter-spacing: 0.03em;
    }

    .faq_question_block{
        position: relative;
        display: block;
        margin-bottom: 10px;
        background: #FFFFFF;
        border-radius: 30px;
        padding: 20px 15px;

        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 120%;        
        letter-spacing: 0.03em;
    }

    .container{
        padding: 0 15px;
    }


    .faq_question{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .faq_question_button{
        width: 32px;
        height: 21px;
        min-width: 32px;
        min-height: 21px;
        background: rgba(0, 0, 0, 0.6);
        mask: center/cover no-repeat url("../images/2.svg");
        -webkit-mask: center/ 32px 21px no-repeat url("../images/2.svg");
        transition: max-height 0.2s, transform 0.2s;

        transform: rotateZ(90deg);

        transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .faq_question_response{
        margin-top: 15px;
        padding-bottom: 0;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 120%;
        letter-spacing: 0.03em;
    }
}