* {
	box-sizing: border-box;
}

html {
	width: 560px;
	height: 540px;
}

body {
	font-size: 62.5%;
    font-family: "Yandex Sans Text Web", arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
	line-height: 15px;
}

#header {
	display: none;
    font-weight: 700;
	font-size: 17px;
	color: #000000;
	letter-spacing: .02em;
	line-height: 20px;
	margin-bottom: 11px;
}

#subheader {
	display: none;
    font-weight: 300;
	font-size: 12.5px;
	color: #000000;
	line-height: 15px;
	margin-bottom: 20px;
}

#content {
	width: 560px;
	height: 540px;
	font-size: 12.5px;
	position: relative;
}

#landing-text, #test-name {
	width: 100%;
	text-align: center;
}

#test-name {
	font-size: 17px;
	line-height: 20px;
	max-width: 440px;
	margin: auto;
}

#start-button, #next-question-button, #repeat-button {
	font-family: arial, sans-serif;
	margin: auto;
	padding: 2px 13px 0 13px;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	width: 125px;
	height: 32px;
	border-radius: 2px;
	background-color: #ffdb4d;
	cursor: pointer;
}

#next-question-button {
	position: absolute;
	bottom: 37px;
}

#start-button {
	margin-top: 20px;
}

#question-counter {
	position: absolute;
	bottom: 0;
}

#question-field {
	font-size: 17px;
	margin: 0 60px auto 60px;
	line-height: 22px;
}

#question-field img {
	display: block;
	margin: 0px auto;
}

#answers {
	margin: auto 60px auto 60px;
	padding: 0;
    font-weight: 400;
	font-size: 12.5px;
}

#answers li {
	list-style-type: none;
	cursor: pointer;
	height: 50px;
	position: relative;
	padding: 12px 0 40px 0;
	margin-top: 12px;
}

#answers li:not(:last-child) {
	border-bottom: 1px solid #dddddd;
}

li .chckbx {
	background-image: url(../pics/icons.png);
	background-position: 0% 78%;
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: 20px;
	background-repeat: no-repeat;
	vertical-align: center;
	position: relative;
}

li:not(.inactive):hover .chckbx {
	background-position: 0% 39.5%;
}
li.inactive.wrong .chckbx {
	background-position: 0% -0.5%;
}
li.inactive.right .chckbx {
	background-position: 0% 117%;
}

li.inactive:not(.selected) {
	color: rgba(128, 128, 128, .5);
}

li.inactive:not(.selected) .chckbx::after {
	content: "";
	background-color: white;
	opacity: .5;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
}

#answers li span:not(.mistake) {
	position: absolute;
}

#answers .inactive, #answers .comment {
	cursor: default;
}

.inactive.selected .mistake {
	color: #d8173d;
}

#answers .comment {
	font-size: 12.5px;
	color: black;
	margin-top: 25px;
	line-height: 1.55em;
	font-style: italic;
}

#final-pic-wrapper {
	text-align: center;
	max-width: 420px;
	margin: 0 auto 40px;
	padding-top: 50px;
}

#final-img {
	max-width: 100%;
}

#final-score, #final-message {
	text-align: center;
	line-height: 22px;
	margin: 0 auto 20px;
}

#final-score {
	font-size: 28px;
}

#final-message {
	font-size: 17px;
	max-width: 380px;
}

.ya-share2 {
	position: absolute;
	bottom: 10px;
	left: 226px;
}

#caption {
    font-weight: 300;
	text-transform: uppercase;
	color: #555150;
	margin-top: 1.3em;
	letter-spacing: .04em;
	font-size: 1em;
	display: none;
}