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

a {
	color: inherit;
}

.clearFix {
	clear: both;
}
body {
	font: 18px/25px Octava;
	background: #000 url(../images/bg.jpg);
	background-size: cover;	
}
#wrapper {
	width: 100%;
}

.infostart
{font: 15px/19px Octava;
width: 510px;
margin-left: 50px;
margin-top: 24px;
text-align: center;
	
}
.nav {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -200px 0 0 -420px;
	
	img {
		display: none;
	}
}

.clearFix {
	clear: both;
}

.lead {
background-color: white;
	
	
	h1 {
		font: 50px/50px OctavaSCC;
	}
	.descr {
		width: 356px;
		font: 20px/30px 'NonameGroteskHanddrawnv4Rg';
	}
	.go {
		border: 3px solid #000;
		width: 200px;
		text-align: center;
		margin: 20px 0 0 215px;
		cursor: pointer;
		font: 30px/33px Futura;
		text-transform: uppercase;
		
	}
}

.question-block {
	display: none;
	background-color: white;
	
	.h-question {
		font: 40px/40px 'Octava';
		font-style: italic;
		float: left;
	/*	color: red;*/
	}
	.q-descr {
		margin: 10px 0 0 30px;
		width: 465px;
	}
	
	.q-img {
		position: absolute;
		top: 80px;
		right: -150px;
		display: block;
	}
	
	.question {
		position: absolute;
		bottom: 0;
		text-align: center;
		
		p {
			font: 21px/23px 'NonameGroteskHanddrawnv4Rg';
			padding: 15px 0;
			border-top: 3px solid #000;
			border-bottom: 3px solid #000;
		}
		
		table {
			
			td {
				width: 314px;
				height: 80px;
				font: 40px/23px Octava;
				text-transform: uppercase;
				cursor: pointer;
			}
			.bl {border-left:3px solid #000;}
		}
	}
}

.result {
	display: none;
	background-color: rgb(250, 230, 181);
	
	.h-result {
		font: 50px/50px Futura;
		float: left;
	}
	
	.r-descr {
		margin-top: -25px;
		padding: 10px 75px 0 40px;
	}
	
	table {
		position: absolute;
		bottom: 0;
		border-top: 3px solid #000;
		width: 100%;
		
		td {
			height: 80px;
		}
		.button {
			font: 40px/23px Octava;
			cursor: pointer;
			text-align: center;
			width: 450px;
			border-left: 3px solid #000;
		}
		.blank {
			width: 190px;
		}
	}
}

.test-block {
	width: 666px;
	height: 500px;
	border: 1px solid #000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -333px;
	/*background-color: #fff;*/
	
	.border {
		width: 630px;
		height: 465px;
		border: 3px solid #000;
		margin: 15px;
		position: relative;
	}
	.year {
		font: 23px/35px 'NonameGroteskHanddrawnv4Rg';
		padding: 5px 0px 30px 10px;
		width: 66px;
		
	/*	background: url(../images/lines.png) no-repeat right bottom;*/
		float: left;
		position: relative;
	}
	.bullet {
		position: absolute;
		top: 10px;
		right: 30px;
		display: block;
	}
}