@font-face {
    font-family: 'NonameGroteskHanddrawnv4Rg';
    src: url('fonts/nonamegroteskhanddrawnv4-webfont.eot');
    src: url('fonts/nonamegroteskhanddrawnv4-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nonamegroteskhanddrawnv4-webfont.woff') format('woff'),
         url('fonts/nonamegroteskhanddrawnv4-webfont.ttf') format('truetype'),
         url('fonts/nonamegroteskhanddrawnv4-webfont.svg#NonameGroteskHanddrawnv4Rg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OctavaOSCRegular';
    src: url('fonts/octavaosc-webfont.eot');
    src: url('fonts/octavaosc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/octavaosc-webfont.woff') format('woff'),
         url('fonts/octavaosc-webfont.ttf') format('truetype'),
         url('fonts/octavaosc-webfont.svg#OctavaOSCRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OctavaOSCRegular';
    src: url('fonts/octavaosc-italic-webfont.eot');
    src: url('fonts/octavaosc-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/octavaosc-italic-webfont.woff') format('woff'),
         url('fonts/octavaosc-italic-webfont.ttf') format('truetype'),
         url('fonts/octavaosc-italic-webfont.svg#OctavaOSCItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'CirceRegular';
    src: url('fonts/circe-regular-webfont.eot');
    src: url('fonts/circe-regular-webfont.eot') format('embedded-opentype'),
         url('fonts/circe-regular-webfont.woff') format('woff'),
         url('fonts/circe-regular-webfont.ttf') format('truetype'),
         url('fonts/circe-regular-webfont.svg#CirceRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ############## */
* {
	margin: 0;
	padding: 0;
}

.clearFix {
	clear: both;
}

body {
	font-family: CharterOSCRegular;
	font-size: 16px;
	line-height: 19px;
	
}
#wrapper {
	width: 1200px;
	margin: 0 auto;
}

td {
	vertical-align: top;
}

.h1 {
	width: 600px;
	margin-left: 300px;
	text-align: center;
	font: 18px/22px 'OctavaOSCRegular';
}

.test {
	font: 23px/30px 'OctavaOSCRegular';
	width: 900px;
	padding-bottom: 50px;
	
	.num {
		padding-right:50px;
		padding-top: 30px;
	}
	
	.question {
		padding: 30px 0;
	}
	
	.answer {
		cursor: pointer;
		font: 17px/27px 'OctavaOSCRegular';
		
		&:hover {
			color: red;
		}
		
		&.active {
			color: red;
		}
		&.g {
			color: #00a830 !important;
		}
		span {
			padding: 0 20px;
		}
	}
	.ans {
		display: none;
		margin: 20px 0 0 20px;
		font: 17px/27px 'OctavaOSCRegular';
		font-style: italic;
	}
}

.show-result {
	width: 293px;
	height: 48px;
	background: url(../images/test_resultat.png);
	margin: 60px auto 0;
	cursor: pointer;
	display: none;
}

.show-right {
	width: 293px;
	height: 48px;
	background: url(../images/test_otveti.png);
	margin: 60px auto 0;
	cursor: pointer;
}

.finish {
	display: none;
	margin-top: 50px;
	
	.desc {
		text-align: center;
		font: italic 23px/27px 'OctavaOSCRegular';
		color: red;
		
		span {
			color: #000;
		}
	}
}