.fields{
    font-size: 18px;
    color: #a17442;
    font-weight: 700;
    line-height: 23px;
    padding-left: 20px;
    margin-top: 17px;
}
.test_counter{
    width: 113px;
    height: 84px;
    background-color: white;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    color: #5c5c5c;
    font-weight: 700;
    text-align: center;
}
.test_counter .counter_text{
    font-size: 21px;
    line-height: 27px;
    margin-top: 9px;
}
.test_counter .count{
    font-size: 28px;
    line-height: 36px;
}
.questions{
    margin-top: 25px;
    padding-left: 30px;
}
.questions .question{
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}
.questions .answers{
    margin: 30px 0;
}
.questions .answers input{
    height: auto;
}
.questions .answer{
    margin: 9px 0;
}
.pagination{
    height: 84px;
    background-color: #ddd;
}
.pagination .test{
    display: inline-block;
    width: 34px;
    height: 34px;
    background-color: white;
    border: 1px solid #979797;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 9px;
    position: relative;
}
.pagination .test.active:before{
    content:"";
    position: absolute;
    left:6px;
    top: 6px;
    width: 20px;
    height: 20px;
    background-color: #4a90e2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.pagination .tests_p{
    margin-top: 16px;
}