img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}

.right
{
	margin-left:30px;

}

.list_answer input
{
	float:left;
	margin-top:3px;
}

.list_page
{
	text-align:right;
}

.line_step
{
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:left;
}

.line_step li
{
	display:inline-block;
	vertical-align:top;
}

.line_step a,.line_step span
{
	display:inline-block;
	border:1px solid #DADADA;
	padding:5px 10px;
}

.line_step a,.line_step span
{
	text-decoration:none;
}

.line_step .select a,.line_step .select span
{
	border:1px solid #000;
}

.line_step .otv a,.line_step .otv span
{
	background-color:#DADADA;
}
.form_radio {
	margin-bottom: 10px;
}
.form_radio input[type=radio] {
	display: none;
}
.form_radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 0;
	line-height: 18px;
	user-select: none;
}
.form_radio label:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 18px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background: url(img/radio-1.png) 0 0 no-repeat;
}

/* Checked */
.form_radio input[type=radio]:checked + label:before {
	background: url(img/radio-2.png) 0 0 no-repeat;
}

/* Hover */
.form_radio label:hover:before {
	filter: brightness(120%);
}

/* Disabled */
.form_radio input[type=radio]:disabled + label:before {
	filter: grayscale(100%);
}

.test-button {    color: #231f20;
	border: none !important;
	outline: none !important;
	background: url(/bitrix/templates/samokat/img/new/poisk2020_buttoms-find.png) no-repeat;
	background-size:contain!important;
	display: inline-block;
	width: 129px;
	height: 55px;
	font-size: 16px;
}
.test {
	text-align: center;
}
.nocorrect {
	max-width: 80%;
	margin: 0 auto;
	color: red;
	font-weight: bold;
}
.correct {
	max-width: 80%;
	margin: 0 auto;
	color: green;
	font-weight: bold;
}