.content_item_quiz{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #656565;
}
ol, ul{
    padding-left: 0rem;
}

.result_content{
    display: none;
}

.unit_test_content{
    display: none;
}

.free_choice{

}

.free_choice input{
    max-width: 80%;
    border: 1px solid rgba(0, 0, 0, .5);
    font-size: 1.2rem;
}

.once_choice label{
    cursor: pointer;
}

.result_info{
    font-size: 1.2rem;
}

.user-name:after{
    content: '';
}

/**
* Авторизация и восстановление пароля

*/
#forgot_pass_form{
    display: none;
}

.login-form-wrapper{
    min-width: 50%;
    min-height: 50%;
}