.online-test__form {
    position: relative;
    background-color: #f5f5f5;
    min-height: 240px;
    box-sizing: border-box;
	margin-bottom: 30px;
}

.step {
    min-height: 200px;
    padding: 30px 0;
}

.main-title-form {
    padding-bottom: 40px
}

.title-step {
    font-size: 21px;
    line-height: 48px
}
.main-title-form, .title-step {
    display: block;
    text-align: center;
    font-weight: 800;
    color: #000;
    margin: auto;
}

.form-p span,
.select-box {
    text-align: left;
	min-width: 300px;
}

.form-p,
.select-box label {
    font-size: 15px;
    font-weight: 300;
    font-family: "Roboto";
}

.step-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.questions__block {
    padding: 15px 0
}

.select-box input {
    display: none
}

.select-box label {
    position: relative;
    color: #000;
    line-height: 25px;
    padding: 5px 0 5px 30px;
    cursor: pointer
}

.select-box label:after,
.select-box label:before {
    position: absolute;
    content: ""
}

.select-box label:before {
    top: 9px;
    left: 0;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 1px #1f80c4;
}
/*
.select-box label:after {
    top: 13.5px;
    left: 4.5px;
    width: 8px;
    height: 8px;
    background: #1f80c4;
    border-radius: 50%;
    display: none
}*/

.back--gray,
.box-btn .back {
    content: "";
    left: 70px
}

.back--gray,
.box-btn .back,
.box-btn .next,
.next--gray,
.step-box:before,
.step-box:after {
    top: 50%;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute
}

.box-btn .back {
    display: block;
	content: "";
    right: 70px;
    cursor: pointer;
	border-radius: 50%;
	border: 2px solid #1f80c4 !important;
    cursor: pointer
}

.box-btn .next {
    display: block;
    content: "";
    right: 70px;
    cursor: pointer;
	border-radius: 50%;
	border: 2px solid #1f80c4 !important;
	opacity: 0;
}

.back--gray {
	#opacity: 0.5;
	font-weight: 700;
	font-size: 26px;
	border: 2px solid #1f80c4 !important;
	border-radius: 50%;
	line-height: 38px;
	color: #1f80c4 !important;
}

.back--gray:before {
    position: absolute;
    content: "Назад";
    bottom: -38px;
    right: 0px;
    color: #000;
	font-size: 14px;
	font-weight: 400;
}

.next--gray {
	content: "→";
	right: 70px;
	font-weight: 700;
	font-size: 26px;
	border: 2px solid #1f80c4 !important;
	border-radius: 50%;
	line-height: 38px;
	color: #1f80c4 !important;
	opacity: 0;
}

.next--gray:before {
	position: absolute;
	content: "Далее";
	bottom: -38px;
	left: 0px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.form-p {
    display: block;
    width: 300px;
    margin: auto;
    padding-left: 5%;
    color: #000;
    text-transform: lowercase;
    padding-bottom: 30px;
    line-height: normal
}

.form-p span {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 20px;
    cursor: pointer
}

.form-p span::before {
    position: absolute;
    content: attr(data-toggle);
    left: 0;
    width: 20px;
    height: 20px
}

.send__form .info p {
    width: 70%;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    text-align: center
}

.select-box input[type=radio]:checked~label {
    color: #014576;
}




.select-box input[type=radio]:checked~label:before {
     background: #1f80c4;
}
.final-step .small{
	display: block;
}
.test_inp {
    border: 1px solid #e1e1e1;
    padding: 0.6em 1em;
    margin: 0 1em;
    font-size: inherit;
}
.feedback#test_form label{
	width: 100%;
}
.feedback#test_form input{
	width: 100%;
}
.feedback#test_form input.butt{
	margin-bottom: 10px;
}
.feedback#test_form .form_parts .form_part {
    padding: 0 10px;
}
div.shkala{
	width: 90%;
	margin: 0 5%;
	display: table;
	margin-bottom: 15px;
}
div.shkala span{
	border: 1px solid #1f80c4 ;
	border-right: 0px;
	display: table-cell;
}

div.shkala span:first-child{
	border-radius: 5px 0 0 5px;
}
div.shkala span:last-child{
	border-radius:  0 5px 5px 0;
	border-right: 1px solid #1f80c4 ;
}
div.shkala span.painted{
	background-color: #1f80c4 ;
	color: #fff;
}
.result_message{
	padding-top: 30px;
	padding-bottom: 30px;
    font-size: 18px;
}
@media (max-width: 600px){
	.back--gray, .box-btn .back {
		left: 15px; 
	}.next--gray, .box-btn .next {
		right: 15px;
	}
	.form-p span, .select-box {
		text-align: left;
		min-width: 200px;
	}
}
