

/* Start:/test/style.css?17520449312453*/
#eye-test .result {
    margin-top: 30px;
}
#eye-test .result .image {
}
#eye-test .result .image .c {
	position: relative;
	height: 0;
}
#eye-test .result .image.yes {
    width: 467px;
    margin: 0 auto;
    background: 0% 0% no-repeat url('/test/images/test-yes.jpg');
    position: relative;
	background-size: contain;
	max-width: 100%;
}
#eye-test .result .image.yes .c {
	padding-bottom: 68%;
}
#eye-test .result .image.no {
    width: 652px;
    margin: 0 auto;
    background: 0% 0% no-repeat url('/test/images/test-no.jpg');
    position: relative;
	background-size: contain;
	max-width: 100%;
}
#eye-test .result .image.no .c {
	padding-bottom: 51%;
}
#eye-test .result .image.myopia {
    width: 540px;
/*    height: 344px;*/
    margin: 0 auto;
    background: 0% 0% no-repeat url('/test/images/test-myopia.jpg');
    position: relative;
	max-width: 100%;
}
#eye-test .result .image.myopia .c {
	padding-bottom: 64%;
}
#eye-test .result .image.hyperopia {
    width: 484px;
/*    height: 324px;*/
    margin: 0 auto;
    background: 0% 0% no-repeat url('/test/images/test-hyperopia.jpg');
    position: relative;
	max-width: 100%;
}
#eye-test .result .image.hyperopia .c {
	padding-bottom: 67%;
}
#eye-test .result .image.astigmatism {
    width: 490px;
/*    height: 288px;*/
    margin: 0 auto;
    background: 0% 0% no-repeat url('/test/images/test-astigmatism.jpg');
    position: relative;
	max-width: 100%;
}
#eye-test .result .image.astigmatism .c {
	padding-bottom: 59%;
}
#eye-test .result .image.no span {
    display: block;
    position: absolute;
    top: 19%;/*27px;*/
    left: 25%;/*270px;*/
    width: 50%;/*111px;*/
    height: 29%;/*111px;*/
    line-height: 1;/*111px;*/
    text-align: center;
    font-size: 30px;
    color: #2573a1;
    font-weight: bold;
}
#eye-test .result .image a {
    display: block;
    text-decoration: none;
    position: absolute;
    bottom: 13px;
    right: 21px;
    width: 98px;
    height: 31px;
    line-height: 24px;
    padding-top: 11px;
    padding-left: 20px;
    font-size: 11px;
    color: #ffffff;
    background: 0% 0% no-repeat url('/test/images/reload.png');
	box-sizing: content-box;
}
#eye-test .result p {
    font-size: 14px;
    color: #2573a1;
    text-align: center;
    margin-top: 10px;
    text-indent: 0;
}
#eye-test .result p a {
    text-decoration: underline;
}

/* End */


/* Start:/test/tests/radiant-figure/style.css?17521470182430*/
#eye-test {
	position: relative;
}

#eye-test .content {
	position: relative;
	width: 800px;
	margin: 0 auto;
	max-width: 100%;
}
#eye-test .content p {
	font-size: 16px;
	text-indent: 0;
	margin: 20px 0 30px;
	text-align: center;
}
#eye-test .content a.next {
	position: absolute;
/*	right: 50px;*/
	display: none;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	border-radius: 26px;
	background:var(--theme-base-color);
	color: #ffffff;
	font-size: 12px;
	padding: 0 25px;

}
#eye-test .content a.next:hover {
	background: var(--theme-base-color);
}
#eye-test .content a.next:active {
	background: var(--theme-base-color);

}
#eye-test .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#eye-test .content ul li {
	display: block;
/*	height: 26px;*/
	padding-left: 40px;
	padding-top: 5px;
	font-size: 14px;
	margin-top: 15px;
	position: relative;
	cursor: default;
}
#eye-test .content ul li:first-child {
	margin-top: 0;
}
#eye-test .content ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 26px;
	height: 26px;
	background: 0% 0% no-repeat url('/test/tests/radiant-figure/images/checked.png');
}
#eye-test .content ul li.selected:before {
	background-position: 100% 0%;
}

#eye-test p.question {
	font-size: 20px;
	color: #075787;
	text-transform: uppercase;
	text-indent: 0;
	text-align: center;
	margin: 40px 0 25px;
}

#eye-test .step {
	display: none;
	position: relative;
}

#eye-test .step1 img {
/*	display: block;
	float: left;*/
}
#eye-test .step1 ul {
	width: 410px;
	float: left;
	padding-left: 40px;
	max-width: 100%;
}
#eye-test .step1 .next {
	/*bottom: 90px;*/
	margin-left: 40px;
}

#eye-test .step2 img {
/*	display: block;
	float: left;*/
}
#eye-test .step2 ul {
	width: 410px;
	float: left;
	padding-left: 40px;
	max-width: 100%;
}
#eye-test .step2 .next {
/*	bottom: 60px;*/
	margin-left: 40px;
}
#eye-test .step3 {
	max-width: 400px;
	margin: 0 auto;
}
#eye-test .step3 img {
	display: block;
	margin: 0 auto;
}
#eye-test .step3 ul {
	margin: 0 auto;
	width: 350px;
	padding-bottom: 50px;
}
#eye-test .step3 a.next {
	/*right: 476px;*/
	left: 10%;
	bottom: 0;
}

#eye-test .progress {
	/*position: absolute;
	bottom: 0;
	right: 0;*/
	white-space: nowrap;
	float:right;
}
#eye-test .progress span {
	font-weight: bold;
}

/* End */
/* /test/style.css?17520449312453 */
/* /test/tests/radiant-figure/style.css?17521470182430 */
