﻿.question_block {
    margin-bottom: 8px;
    cursor: pointer;
}


.question_level_1 {
    background: #876CD6;
    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;
}

.question_level_1_text {
    font-size: 17px;
    line-height: 1.3;
    font-style: normal;
    font-weight: bold;
    padding-right: 50px;
    padding-left: 40px;
}

.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: 40px;
    padding-right: 40px;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.10);
}

.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;
}


@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;
    }


    .coll_wrap {
        display: inline-grid;
        grid-template-columns: 100%;
        grid-column-gap: 5%;
        grid-row-gap: 40px;
        width: 100%;
    }
}