* {
	padding: 0;
	margin: 0;
}

a {
	color: inherit;
}

.clr {
	clear: both;
}

body {
	background-color: #fff;
}

#wrapper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	.descr {
		font: 16px/19px Futura;
		width: 800px;
		margin: 60px 0px 60px 180px;
	}
}

.game {
	margin: 60px 0 0 160px;
	
	.question {
		width: 675px;
		border-left: 12px solid #FF594C;
		padding-left: 50px;
		padding-bottom: 60px;
		margin-top: 20px;
		
		
		&.active {
			display: block;
		}
		
		.t-descr {
			font: 20px/30px Octava;
		}
		.red {
			color: #000;
			font: 20px/26px Futura;
			letter-spacing: 2px;
		}
		.t-answer, .restart {
			color: #FF594C;
			margin-top: 40px;
			cursor: pointer;
			
			&:hover {
				text-decoration: underline;
			}
		}
		.restart {
			font: 18px/26px Futura;
			text-transform: uppercase;
			letter-spacing: 2px;
		}
	}
}