﻿.question_block {
    margin-bottom: 8px;
    cursor: pointer;
}






.question_level_1 {
    background: #995de6;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    width: 100%;
    color: white;
    align-items: center;
    display: inline-grid;
    text-align: left;
    min-height: 70px;
    position: relative;
}





.header_orange {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
}


.level_2_text ul {
    padding-left: 15px;
    margin-bottom:0;
}

.question_level_1_text {
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 1.3;
    font-style: normal;
    font-weight: bold;
    padding-right: 100px;
    padding-left: 40px;
}

.sub_header {
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: bold;
}

.level_2_text {
    position: relative;
    text-align: left;
    font-family: 'Open Sans';
    font-weight: 400;
    display: none;
    line-height: 1.5;
    background-color: white;
    padding: 30px;
    border-radius: 0 0 10px 10px;
    font-size: 15px;
    border: 2px solid #7350BE;
    margin-bottom: 5px;
    padding-left: 100px;
    padding-right: 60px;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.10);
}

.bulet_2 {
    width: 30px;
    left: -51px;
    top: 14px;
    height: 4px;
    background-color: #995de6;
    position: relative;
    right: 40px;
}

.open .question_level_1 {
    font-size: 17px;
    background: #7350BE;
    line-height: 1.3;
    border-radius: 10px 10px 0 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
}

.open .level_2_text {
    display: block !important;
}


.question_wrap {
    width: 100%;
/*    max-width: 800px;
*/    display: block;
    margin: 0 auto;
/*    padding: 0 20px;
*/}


.open .question_level_1 {
    font-size: 17px;
    background: #7350BE;
    line-height: 1.3;
    border-radius: 10px 10px 0 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
}


.question_block {
    margin-bottom: 8px;
    cursor: pointer;
}

.open .arrow {
    width: 25px;
    position: absolute;
    right: 40px;
    animation: arrow_moove ease-in-out 0.4s forwards;
}

.arrow {
    width: 25px;
    position: absolute;
    right: 40px;
    animation: arrow_moove_2 ease-in-out 0.4s forwards;
}



.arrow {
    width: 25px;
    position: absolute;
    right: 40px;
    animation: arrow_moove_2 ease-in-out 0.4s forwards;
}


.open .arrow {
    width: 25px;
    position: absolute;
    right: 40px;
    animation: arrow_moove ease-in-out 0.4s forwards;
}


@keyframes arrow_moove {

    0% {
        transform: rotateX(0) scale(1);
    }

    50% {
        transform: rotateX(90deg) scale(0.5);
    }


    100% {
        transform: rotateX(180deg) scale(1);
    }
}


@keyframes arrow_moove_2 {

    0% {
        transform: rotateX(180deg);
    }

    50% {
        transform: rotateX(90deg) scale(0.5);
    }


    100% {
        transform: rotateX(0);
    }
}





.coll_wrap {
    display: inline-grid;
    grid-template-columns: 30% 30% 30%;
    grid-column-gap: 5%;
    width:100%;
}


.col {
text-align:center;
}

.place {
margin-bottom:10px;
width:96px;
}

.scolar_result {
color:#898989;
margin-top:0px;

margin-bottom:15px;
}

.scolar_balva {
font-size:13px;
line-height:1.3
}

.scolar_name {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.contact_conteiner {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    width: 90%;
    column-gap: 5%;
    align-items: start;
    margin-top: 40px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    z-index: 5;
    margin-bottom: 100px;
    position: relative;
    max-width: 750px;
}



.section_6 {
    margin: 80px auto;
}

.text_sub {
    position: relative;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .arrow {
        width: 15px;
        position: absolute;
        right: 20px;
    }

    .open .arrow {
        width: 15px;
        position: absolute;
        right: 20px;
        animation: arrow_mooveease-in-out 0.4s forwards;
    }


    .contact_conteiner {
        display: grid;
        grid-template-columns: 100%;
        width: 90%;
        column-gap: 5%;
        row-gap: 30px;
        align-items: start;
        margin-top: 40px;
        padding: 0 20px;
        margin-left: auto;
        margin-right: auto;
        z-index: 5;
        margin-bottom: 0;
        position: relative;
        max-width: 750px;
    }


    .question_level_1_text {
        font-size: 15px;
        line-height: 1.3;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        padding:10px;
        padding-right: 40px;
        padding-left: 20px;
      
    }

    .bulet_2 {
        width: 20px;
        left: -41px;
        top: 14px;
        height: 4px;
        background-color: #876CD6;
        position: relative;
        right: 40px;
    }

    .level_2_text {
        padding: 20px;
        font-size:14px;
        padding-left: 60px;
        padding-right: 30px;
    }

    .question_level_1 {

        min-height: 60px;
    }

    .grid_section {
    
        margin-bottom: 20px;

    }

    .coll_wrap {
        display: inline-grid;
        grid-template-columns: 100%;
        grid-column-gap: 5%;
        grid-row-gap: 40px;
        width: 100%;
    }

    .section_6 {
        margin: 20px auto;
    }
}