* {
	box-sizing: border-box;
}

html {
	width: 560px;
	height: 430px;
    max-width: 100%;
}

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: 430px;
	font-size: 12.5px;
	position: relative;
	max-width: 100%;
}

#content.first-page {
    background: url('../pics/by-test-cover.png') center center;
    background-size: 560px;
    background-repeat: no-repeat;
}

#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: 0 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;
}

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

#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: 0 auto;
}

#options {
	font-size: 15px;
	margin: 5px 60px auto 60px;
	line-height: 22px;
	font-weight: 300;
}

#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;
}

#answers li .q-text {
	cursor: pointer;
}

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

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 {
	display: none;
	font-size: 28px;
}

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

.ya-share2 {
    /*display: inlin;*/
	position: absolute;
	bottom: 10px;
	left: 212px;
}

.ya-share2__icon {
	cursor: pointer;
}

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