/* 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}


/* Clearfix */
.cf:before,
.cf:after { content:"";display:table; }
.cf:after { clear:both; }
.cf { zoom:1;}

/* Base Style */
body {
    -webkit-font-smoothing: antialiased;
}

a {
	color: #F4D23A;
}

article{
    width:1240px;
    margin:0 auto;
}


.white{
	color: #fff!important;
	
	z-index: 100;
	height: 500px;
	width: 100%;
	position: fixed;
	top: 0px;
	
}

html{
    height: 100%;
    overflow-x: hidden;
}

.menu {
	position: fixed;
	width: 175px;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	z-index: 50;
	right: 0;
	top: 100%;
	.soon {
		font: 14px/14px FuturaPTLight-Reg;
		color: #F4D23A;
		padding-top: 20px;
	}
	.op {
		opacity: 0.3;
	}
	.link {
		font: 14px/14px FuturaPTLight-Reg;
		color: #fff;
		p {
			margin: 10px 0;
		}
	}
	.raspisanie {
		font: 20px/24px FuturaPTLight-Reg;
		border-top: 1px solid #F4D23A;
		width: 110px;
		margin: 50px auto;
		cursor: pointer;
		opacity: 1;
	}
}

@media screen and (max-width: 980px) {
	.menu {
		display: none;
	}
}

.curtains{
    width: 100%;
    z-index:1;
    position:relative;
}

.curtains>li{
    -webkit-transform:translateZ(0);
    background: white;
    position: fixed;
    display:block;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1240px;
    min-height: 100%;
    overflow: hidden;
    z-index:1;
}
.curtains>li.hidden{display:none;}
.curtains>li:first-child{z-index:2;}


/* Sliding panels */
.curtains>li {
    box-shadow:0 0 12px #000;
}
.curtains>li:last-child{box-shadow:none}

.social-share {
	margin: 160px 0 0 20px;
}

#section-1{
    background:url(../images/bg/1.jpg) center center no-repeat;
    background-size:cover;
}

.bg_anim {
	position: absolute;
	background-color: rgba(0, 0, 0, .1);
	width: 100%;
	height: 100%;
	left: -1200px;
	top: 0;
	z-index: -1;
}

#section-1{
    background:url(../images/generator/bg.jpg) top center no-repeat;
    background-size:cover;
    article {
    	.ml230 {
    		margin-left: 180px;
    	}
    }
    .fl {
    	float: left;
    }
    .back {
    	width: 159px;
    	height: 38px;
    	background: url(../images/nazad.png) no-repeat;
    	position: fixed;
    	left: 20px;
    	margin-top: 50px;
    }
    .header {
    	img {
    		margin-right: 20px;
    	}
    	p {
    		font: 51px/35px FuturaPTLight-Reg;
    		color: #F4D23A;
    		padding-top: 5px;
    		span {
    			font: 22px/21px FuturaPTLight-Reg;
    			color: #fff;
    		}
    	}
    }
   	.desc {
   		font: 29px/28px FuturaPTLight-Reg;
   		width: 300px;
		color: #fff;	
   	}
   	.go {
   		position: absolute;
   		top: 150px;
   		left: 50%;
   		margin-left: -30px;
   		padding-left: 40px;
   		background: url(../images/arr.png) 0px 130px no-repeat;
   		.hi-icon {
   			width: 171px;
   			height: 171px;
   			background: none;
   		}
   	}
}

@yellow: #F4D23A;

.spacer {
	clear: both;
}

.question {
	width: 780px;
	margin: 75px 0 0 180px;
	display: none;
	
	p {
		font: 49px/44px FuturaPTLight-Reg;
		color: #fff;
	}

	.answer {
		margin-top: 30px;
		float: left;
		width: 350px;
		color: @yellow;
		font: 30px/26px FuturaPTLight-Reg;
		cursor: pointer;

		div {
			float: left;
			width: 50px;
			padding-bottom: 120px;
			font-size: 40px;
			margin-top: 0px;
		}
	}

	.first {
		margin-right: 40px;
	}

	.second {
	}

	.result {
		display: none;
		font: 36px/32px FuturaPTLight-Reg;
		color: #ffffff;

		.results {
			float:left;
		}

		.text {
			width: 500px;
			margin-right: 50px;
		}

		.heart {
			width: 200px;
		}
	}

	.buttons {
		margin: 0 auto;
		margin-top: 40px;
		display: none;
		padding-bottom: 20px;
		.restart {
			float: left;
			width: 229px;
			height: 73px;
			background: url(../images/generator/button.png) no-repeat;
			margin-top: -15px;
			cursor: pointer;
			margin-right: 40px;
			&:hover {
				background: url(../images/generator/button_hover.png) no-repeat;
			}
		}
		.vk {
			width: 162px;
			height: 43px;
			background: url(../images/generator/vk.png);
			cursor: pointer;
			float: left;
			&:hover {
				background: url(../images/generator/vk_hover.png);
			}
		}
		.tw {
			width: 162px;
			height: 43px;
			background: url(../images/generator/twitter.png);
			cursor: pointer;
			float: left;
			&:hover {
				background: url(../images/generator/twitter_hover.png);
			}
		}
		.fb {
			width: 162px;
			height: 43px;
			background: url(../images/generator/fb.png);
			cursor: pointer;
			float: left;
			&:hover {
				background: url(../images/generator/fb_hover.png);
			}
		}
	}
}