.box-sizing (@type: border-box) {
	-webkit-box-sizing: @type;
	-moz-box-sizing:    @type;
	box-sizing:         @type;
}

* {
	margin: 0;
	padding: 0;
}
html {

}

body {
	font-family: 'Octava';
	color: #fff;
	background: #2133a4;
}

#wrapper {
	position: relative;
	width: 700px;
	margin: 20px auto;
}


.banner {
	display: none;
	position: fixed;
	right: 30px;
	top: 60px;
}

.zahod {
	text-align:center;
	padding-top: 40px;
	
	a {
		color: #80c3ff;
	}
	h1 {
		font-family: Nonamegrotesk;
		text-transform: uppercase;
		font-size: 56px;
		line-height: 44px;
		font-weight: normal;
		
		span {
			font-family: Octava;
			font-style: italic;
			font-size: 30px;
			text-transform: none;
		}
	}
	.lead {
		font-size: 22px;
		line-height: 26px;
		margin: 20px 0 50px 0;
		font-style: italic;
	}
	.text {
		font-size: 25px;
	}
	.small {
		font-family: Futura;
		margin-top: 50px;
	}
	.start {
		display: inline-block;
		border: 6px solid #fff;
		padding: 10px 30px;
		margin-top: 50px;
		font-family: Futura;
		font-weight: bold;
		font-size: 25px;
		text-transform: uppercase;
		cursor: pointer;
	}
	.start:active {
		position: relative;		
		top: 1px;
	}
	.circle {
		display: none;
		width: 240px;
		height: 240px;
		position: absolute;
		z-index: -1;
		margin: 30px 0 0 240px;
		background: #000;
		border-radius: 300px;
	}
}

.smart-test {
	display: none;
	width: 400px;
	margin-left: 150px;
	
	h2 {
		font-family: Futura;
		font-size: 30px;
		line-height: 36px;
		text-align: center;
		text-transform: uppercase;
	}
	img {
		display: block;
		width: 100%;
		height: 338px;
	}
	.slide {
		width: 298px;
		margin: 30px 0 0 51px;
		background: url(../images/loading.gif) no-repeat center center;
		
		.buttons {
			margin-top: 30px;
			text-align: center;
			
			i {
				display: inline-block;
				font-size: 44px;
				line-height: 44px;
				
				border: 3px solid #fff;
				font-style: normal;
				font-family: Futura;
				padding: 3px 15px 6px 15px;
				cursor: pointer;
			}
			i:hover {
				background: #4475d4;
			}
			i:active {
				position: relative;
				top: 1px;
			}
			.bad {
				margin-left: 10px;
			}
		}
	}
	.finish {
		display: none;
		.box-sizing;
		padding: 40px;
		position: absolute;
		width: 596px;
		margin-left: -100px;
		height: 570px;
		background: #2133a4 url(../images/final.png);
		color: #000;
		z-index: 2;
		text-align: center;
		
		h3 {
			color: #e14b4e;
			text-transform: uppercase;
			font-family: Futura;
			font-weight: normal;
			font-size: 26px;
			line-height: 32px;
		}
		.desc {
			font-family: Futura;
			font-weight: bold;
			font-size: 26px;
			line-height: 32px;
			margin-top: 30px;
			text-transform: uppercase;
		}
		.pink {
			color: #e14b4e;
		}
		.label {
			font-family: Futura;
			font-size: 15px;
			line-height: 17px;
			text-transform: uppercase;
			font-weight: bold;
		}
		.variant1 {
			display: none;
		}
		.variant2 {
			display: none;
			.shares {
				margin-top: 60px;
			}
		}
		.variant3 {
			display: none;
			.desc {
				background: #fff;
			}
		}
	}
	.counter {
		position: absolute;
		margin-left: -65px;
		margin-top: 10px;
		font-family: Futura;
		font-size: 25px;
		z-index: 1;
	}
}

@media screen and (min-width:1400px) {
	/*.slider {
		width: 950px !important;
		margin-left: 220px !important;
	}
	.control {
		left: 1200px !important;
	}*/
}

