.test_online {
    font: 14px/1.1 DINPro-Medium, sans-serif;
    color: #ff007a;
}

.quest_title {
    font: bold 20px/1.1 DINPro-Medium, sans-serif;
    color: #444;
}

.input_style {
    padding: 10px 25px;
    line-height: 1;
    height: 40px;
    width: 320px;
    margin-top: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ff007a;
}

.form_data label, .form_question label {
    display: inline-block;
    width: 100px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #3c763d;
}

.form_question label {
    width: 90%;
}

.doTest {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ff0075;
    color: #ff0075;
    background-color: #fff;
    display: inline-block;
    padding: 0 25px;
    text-transform: uppercase;
    font: 14px DINPro-Medium, sans-serif;
    margin-top: 10px;
    margin-left: 100px;
}

.doTest:hover {
    color: #fff;
    background-color: #ff0075;
}

.form_question .nextStep {
    margin-left: 0;
    margin: 0 auto;
}

.check_style + label {
    cursor: pointer;
}

.check_style:not(checked) {
    position: absolute;
    opacity: 0;
}

.check_style:not(checked) + label {
    position: relative;
    padding: 0 0 0 20px;
}

.check_style:not(checked) + label:before { /*Серая часть*/
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #CDD1DA;
}

.check_style:checked + label:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ff0075;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);

}

.test_results {
    font: 22px DINPro-Medium, sans-serif;
    padding: 20px;
    text-align: center;
}

.print {
    padding-top: 15px;
    height: 30px;
    margin-left: 0;
}

.points_block {

}

.points {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    padding: 0 5px;
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ff0075;
    text-align: center;
}
