/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

.clear {
	clear: both;
}

.social-share {
	margin-top:  50px;
	margin-left: 20px;
	position: fixed;
	z-index: 1000;
	
	&.pie {
		display: block;
	}
}

.cover {
	background-size: cover;
	background-position: center center;
}

.transition( @duration:800ms, @target:all ) {
	-webkit-transition: @target @duration ease;
	-moz-transition: @target @duration ease;
	-o-transition: @target @duration ease;
	transition: @target @duration ease;
}

.box-sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.radius( @value: 1000px ) {
	-webkit-border-radius: @value;
	border-radius: @value;
    background-clip: padding-box;
}

.box-scale(@value) {
  -webkit-transform: scale(@value);
     -moz-transform: scale(@value);
      -ms-transform: scale(@value); 
       -o-transform: scale(@value);
          transform: scale(@value);
}

.transform-origin( @x, @y ) {
	transform-origin: @x @y;
	-ms-transform-origin: @x @y;
	-webkit-transform-origin: @x @y;
}

html, body {
	width: 100%;
	height: 100%;
}

.buttons {
	height: 35px;
	text-align: left;
	
	.button {
		width: 145px;
		height: 35px;
		display: inline-block;
		cursor: pointer;
		
		&.vk {
			background-image: url(../images/vk.png);
			
			&:hover {
				background-image: url(../images/vk_hover.png);
			}
		}
		
		&.tw {
			background-image: url(../images/twitter.png);
			
			&:hover {
				background-image: url(../images/twitter_hover.png);
			}
		}
		
		&.fb {
			background-image: url(../images/fb.png);
			
			&:hover {
				background-image: url(../images/fb_hover.png);
			}
		}
	}
}

.zahod {
	position: relative;
	width: 770px;
	height: 590px;
	margin: 30px auto;

	.title {
		position: absolute;
		width: 528px;
		height: 558px;
		background-image: url(../images/1.png);
		z-index: 2;
		top: 30px;
	}
	.monkey {
		position: absolute;
		width: 480px;
		height: 272px;
		background-image: url(../images/1.gif);
		z-index: 1;
		right: 0px;
	}
	.text {
		font-family: PTSerif-Regular;
		font-size: 12px;
		line-height: 16px;
		width: 284px;
		position: absolute;
		right: 0px;
		top: 310px;
	}
	.start {
		position: absolute;
		top: 520px;
		width: 290px;
		height: 125px;
		background: url(../images/2.png);
		right: 0px;
		cursor: pointer;
		
		&:hover {
			background: url(../images/2h.png);
		}
		&:active {
			margin-top: 2px;
		}
	}
}

.test {
	display: none;
	width: 100%;
	height: 100%;
	background: url(../images/bg.jpg);
	color: #fff;
	overflow-y:  auto;
	.cover;
	
	.container {
		width: 760px;
		margin: 0px auto;
		padding-top: 50px;
	}
	
	.counter {
		font-family: ProximaNova-Extrabld;
		font-size: 30px;
		margin-bottom: 20px;
	}
	.question {
		font-family: ProximaNova-Extrabld;
		font-size: 30px;
		line-height: 36px;
	}
	.answers {
		margin-top: 30px;
		
		.answer {
			font-family: ProximaNova-Regular;
			font-size: 30px;
			line-height: 40px;
			cursor: pointer;
			
			&.true {
				color: #8fef31;
			}
			&.false {
				color: #ff4e34;
			}
		}
	}
	.desc {
		font-family: ProximaNova-Regular;
		font-size: 20px;
		line-height: 24px;
		margin-top: 70px;
	}
	.next {
		width: 331px;
		height: 122px;
		background: url(../images/next.png);
		margin-top: 70px;
		cursor: pointer;
		margin-left: -7px;
		
		&:hover {
			background: url(../images/next_hover.png);
		}
		&:active {
			position: relative;
			top: 2px;
		}	
	}
	
	.first {
		
	}
	.second {
		display: none;
	}
}

.finish {
	display: none;
	width: 100%;
	height: 100%;
	background: url(../images/bg.jpg);
	color: #fff;
	overflow-y:  auto;
	.cover;
	
	.container {
		width: 760px;
		margin: 0px auto;
		padding-top: 50px;
	}
	
	.right {
		font-family: ProximaNova-Regular;
		font-size: 30px;
		margin-bottom: 40px;
	}
	.result {
		font-family: ProximaNova-Extrabld;
		font-size: 50px;
		line-height: 36px;
		margin-bottom: 40px;
	}
	.text {
		font-family: ProximaNova-Regular;
		font-size: 25px;
		margin-bottom: 36px;
	}
}







