body, html {
    font-family: 'DIN PRO';
}


h1 {

    color: #009846;
    font-family: 'DIN PRO Light';
    font-size: 36px;

}

h2 {

    color: #009846;
    font-family: 'DIN PRO Light';
    font-size: 42px;
}

.gray {
    color: #919191;
}

.info {

    color: #919191;
    font-family: 'DIN PRO Light';

}

.shapka_container {
    width: 100%;
    min-width: 900px;
    text-align: center;
    margin: 0px 0px 10px 0px;
}

.shapka {
    display: inline-block;
    color: #009846;
    font-family: 'DIN PRO Medium';
    font-size: 16px;
    margin: 0px 0px 0px 20px;
}

.shapka h3 {
    font-family: 'DIN PRO Black';
    font-size: 36px;
    cursor: pointer;
    margin: -5px 0px 10px 0px;
}

.shapka h2 {
    font-family: 'DIN PRO Light';
    font-size: 24px;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
}


.zao_info {
    font-family: 'DIN PRO Light';
    color: #909090;
    margin: 10px 0px 30px 0px;
}

.din_pro_black_h1 {
    font-family: 'DIN PRO Black';
}


#abit_response {
    min-height: 50px;
    max-width: 680px;
    display: none;
    color: #009846;
    font-family: 'DIN PRO';
    text-align: left;
    padding: 5px 5px 5px 5px;
    margin: 50px;
    font-size: 28px;
}

#abit_response h1 {
    color: #009846;
    font-size: 32px;
}


#abitur_all_table {
    border-style: solid;
    border-width: thin;
    border-color: #C8C8C8;
    border-collapse: collapse;

}

#abitur_all_table td {
    text-align: left;
    border-style: solid;
    border-width: thin;
    border-color: #C8C8C8;
    border-collapse: collapse;
    padding: 3px 5px 3px 5px;
}

#abitur_all_table tr:hover {
    background-color: #f5f5f5;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;

}


.abitur_all_table_selected {
    background-color: #00fe75;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}


.popup_top {
    display: none;
    position: fixed;
    font-family: 'DIN PRO';
    font-size: 20px;
    padding: 20px 0px 20px 0px;
    text-align: center;
    top: 0px;
    width: 100%;
    background-color: rgba(43, 43, 43, 0.90);
    color: #FFFFFF;
}

.popup_top select, .popup_top option {
    font-family: 'DIN PRO';
    font-size: 20px;
}

.popup_top_close_btn {
    position: absolute;
    font-size: 24px;
    right: 20px;
    top: 0px;
    cursor: pointer
}

.popup_top_close_btn:hover {
    color: #009846;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}

.popup_top_btn {
    border-radius: 5px;
    background-color: #8B8B8B;
    color: white;
    display: inline-block;
    cursor: pointer;
    padding: 5px 8px 5px 8px;
}

.popup_top_btn:hover {
    -webkit-animation: swing 0.6s ease;
    animation: swing 0.6s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


/* Вопрос в тесте и ответы*/
.task_container {
    width: 800px;
    display: inline-block;
}

.task_container .task {
    font-family: "DIN Pro";
    display: inline-block;
    font-size: 32px;
    margin: 0px 20px 40px 20px;
    text-align: justify
}


.task_container .answer {
    width: 800px;
    text-align: center;
    font-family: "DIN PRO Light"
}

.task_container .answer table {
    text-align: left;
    max-width: 700px;
    display: inline-block;
}

.task_container .answer .val {
    padding: 7px 10px 7px 10px;
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.task_container .answer .val:hover {
    background-color: #f9f9f9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.task_container .answer .check {
    padding: 10px 20px 10px 20px;
}

.task_container .answer .check input {
    transform: scale(1.6);
    cursor: pointer;
}

/*  подсветка выбранного ответа */
.answer_hl {
    background-color: rgba(255, 252, 0, 0.31)
}


/*  Время оставшееся для ответа */
.timer {
    margin: 30px 0px 0px 0px;
     padding: 4px 0px 4px 0px;
    font-family: "DIN PRO Light";
    font-size: 22px;
}

.timer_bar {
    width: 800px;
    height: 2px;
    background-color: #009846;
    margin: 30px 0px 0px 0px;
}


 /*сообщение о завершении теста*/
.test_res_message {

    font-size: 34px;

   }

.test_res_message span {

    display: inline-block;
    padding: 35px;
    font-size: 50px;
    font-family: "DIN PRO Light";
}

#login_res { min-height: 30px; min-width: 500px; margin: 0px 0px 20px 0px;}

.login_form {
     font-family: "DIN PRO Light";
     font-size: 24px;

     display: inline-block;
     margin-top: 10px;
 }

.login_form td { text-align: left; padding: 10px;}
.login_form input {      font-family: "DIN PRO Light";
    font-size: 24px;}

.unselectable {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}























