.b-start_test {
	width: 740px;
	height: 470px;
	padding: 40px 40px 0;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
}

.b-start_test__intro {
	border-bottom: solid 1px rgba(181,192,199,.7);
	box-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.b-test_title {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 28px;
	color: #1f7eb1;
}

.b-test_description {
	margin: 0 20px 20px 0;
	font-size: 14px;
}

.b-test_description__questions_num {
	font-weight: bold;
	font-size: 16px;
	color: #1f7eb1;
}

.b-course_reward {
	border: solid 1px #dfebf3;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 2px 2px 8px rgba(0,0,0,.3);
	box-sizing: border-box;
	padding: 10px 20px;
	margin-bottom: 20px;
	width: 220px;
	float: right;
}

.b-reward_coins {
	border-bottom: solid 1px #dfebf3;
	padding-bottom: 10px;
	margin: 5px 0 15px;
}

.b-reward_bonus {
	margin-top: 10px;
}

.b-reward_text {
	margin: 5px;
	font-size: 14px;
	color: #666666;
	float: left;
}

.b-reward_value {
	margin-left: 5px;
	font-weight: bold;
	font-size: 40px;
	color: #498f4e;
	display: inline-block;
}

.b-reward_value:after {
	content:'';
	display: inline-block;
	margin: 0 0 -10px 5px;
	width: 46px;
	height: 46px;
	background: url(/resources/trainingHtml/img-player/coin.png) no-repeat 0 0;
}

.b-start_test__terms {
	width: 740px;
	margin-top: 20px;
	font-size: 14px;
}

.b-terms_intro {
	margin-bottom: 20px;
}

.b-terms_list {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
.b-terms_list li {
	background: url(/resources/trainingHtml/img-player/list_point.png) no-repeat 0 5px;
	padding-left: 15px;
	margin-bottom: 20px;
}

.b-terms_list__text {
	font-weight: bold;
}

.m-terms_list__text-blue {
	font-size: 16px;
	color: #1f7eb1;
}

.m-terms_list__text-green {
	color: #498f4e;
}

.b-terms_test_coins {
	margin-bottom: 20px;
}

.b-terms_test_coins__icon {
	float: left;
	margin: -5px 5px 0 0;
}

.b-terms_test_coins__text {

}

.b-terms_outro {
	font-weight: bold;
	font-size: 18px;
}

.b-start_test__button {
	left: 50%;
	margin-left: -125px;
	bottom: 15px;
	position: absolute;
	padding: 0 20px;
	width: 250px;
	height: 42px;
	line-height: 40px;
	font-size: 18px;
}

@media screen and (max-width: 999px) {
	.b-start_test {
		width: 100%;
		height: auto;
		padding: 10px 0px;
	}

	.b-start_test__button {
		position: relative;
		left: auto;
		margin-left: 0;
		width: 100%;
		bottom: auto;
		margin-top: 20px;
	}
}



