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

body, html {
	padding:  0px;
	margin:  0px;
	width: 100%;
	height: 100%;
}

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

.transition( @what: all, @duration: 400ms, @type: ease ) {
	-webkit-transition: @what @duration @type;
	-moz-transition: @what @duration @type;
	-o-transition: @what @duration @type;
	transition: @what @duration @type;
}

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

.clear {
	clear: both;
}

.page {
	position: relative;
	width: 100%;
	height: 100%;
	
	background-image: url( ../images/bg.jpg );
	background-size: cover;
	background-position: center center;
	background-position: fixed;
	
	.start {
		width: 100%;
		height: 1100px;
		position: relative;
		overflow: hidden;
		
		background-image: url( ../images/bg.jpg );
		background-size: cover;
		background-position: center center;
		background-position: fixed;
		.transition;
		
		&.hidden {
			height: 0px;
		}
		
		.container {
			width: 1200px;
			height: 100%;
			margin: 0 auto;
			position: relative;
			
			.circle {
				z-index: 100;
				position: absolute;
				
				&.one {
					top:  0px;
					left: 0px;
					width: 449px;
					height: 448px;
					background-image: url( ../images/zahod.png );
					top: 80px;
					left: 365px;
				}
				
				&.two {
					top:  520px;
					left: 550px;
					width: 481px;
					height: 481px;
					background-image: url( ../images/bg.png );
					
					.sex {
						.title {
							color: #ffffff;
							font-family: PTSansPro-Caption;
							font-size: 16px;
							line-height: 21px;
							text-align: center;
							padding-top: 70px;
							padding-bottom: 15px;
						}
						
						.options {
							height: 76px;
							width: 160px;
							margin: 0 auto;
						
							.you {
								float: left;
								width: 50%;
								height: 100%;
								font-family: PTSansPro-Caption;
								font-size: 49px;
								line-height: 76px;
								color: #ffffff;
								text-align: center;
								cursor: pointer;
								
								&.active {
									background-color: #fb5d5b;
									cursor: default;
								}
							}
						}
					}
					
					.age {
						width: 320px;
						margin: 0 auto;
						margin-top: 30px;
					
						.title {
							float: left;
							width: 200px;
							font-family: PTSansPro-Caption;
							font-size: 16px;
							line-height: 21px;
							color: #ffffff;
							text-align: center;
							padding-top: 30px;
						}
						
						.input {
							float: left;
							width: 120px;
							height: 100px;
						
							input {
								display: block;
								width: 100%;
								height: 100%;
								outline: none!important;
								border: none;
								text-align: center;
								line-height: 100px;
								font-family: PTSansPro-Caption;
								font-size: 78px;
								color: #ffffff;
								background-color: #fb5d5b;
							}
						}
					}
					
					.go {
						padding-top: 30px;
						font-family: PTSansPro-Caption;
						font-size: 49px;
						text-align: center;
						cursor: pointer;
						width: 160px;
						margin: 0 auto;
						text-decoration: underline;
						color: #ffffff;
					
						&.disabled {
							cursor: default;
							opacity: 0.5;
						}
					}
				}
				
				&.three {
					top:  420px;
					left: 100px;
					width: 481px;
					height: 481px;
					background-image: url( ../images/bg1.png );
					font-family: PTSansPro-Caption;
					font-size: 16px;
					line-height: 21px;
					color: #ffffff;
					padding: 76px 50px 0px 80px;
					.box-sizing;
					
					a {
						color: #ffffff;
					}
				}
			}
		}
	}
	
	.action {
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
		.transition;
		
		&.hidden {
			height: 0px;
		}
		
		.container {
			position: absolute;
			z-index: 50;
			width: 800px;
			height: 530px;
			top: 50%;
			left: 50%;
			margin-left: -400px;
			margin-top: -265px;
			border: #000000 4px solid;
			background-color: #ffffff;
			
			.rhombus {
				position: absolute;
				width: 126px;
				height: 126px;
				top: -65px;
				left: -65px;
				background-image: url( ../images/small.png );
			}
			
			.list {
				height: 480px;
				width: 650px;
				margin: 0 auto;
				
				.question {
					font-family: Arial;
					font-size: 45px;
					color: #000000;
					padding: 100px 0px
				}
				
				.options {
					.button {
						font-family: Arial;
						font-size: 45px;
						color: #000000;
						float: left;
						cursor: pointer;
						border-bottom: 5px solid #000000;
						padding-bottom: 10px;
						margin-right: 50px;
						
						&:hover {
							color: #fb2219;
							border-bottom: 5px solid #fb2219;
						}
					}
				}
			}
			
			.social {
				display: none;
				height: 50px;
				background-color: #000000;
				text-align: center;
				
				.wrap {
					width: 505px;
					margin: 0 auto;
					padding-top: 10px;
				}
				
				.button {
					float: left;
					width: 145px;
					height: 35px;
					cursor: pointer;
					margin-right: 20px;
					
					&.fb {
						background-image: url( ../images/fb.png );
						
						&:hover {
							background-image: url( ../images/fb_hover.png );
						}
					}
					
					&.vk {
						background-image: url( ../images/vk.png );
						
						&:hover {
							background-image: url( ../images/vk_hover.png );
						}
					}
					
					&.tw {
						background-image: url( ../images/twitter.png );
						margin-right: 0px;
						
						&:hover {
							background-image: url( ../images/twitter_hover.png );
						}
					}
				}
			}
		}
	}
}

.comm {
	width: 920px;
	margin: 0 auto;
	display: none;
	padding-bottom: 100px;
	
	@active_color: #ffca24;

	.most-read {
		margin-bottom: 30px;
	
		.container {
			width: 920px;
			margin: 0 auto;
		
			.label {
				padding: 30px 0px;
				font-family: PTSansPro-Caption;
				font-size: 19px;
			}
		
			.item {
				width: 200px;
				float: left;
				margin-left: 40px;
			
				.image {
					display: block;
					width: 200px;
					height: 200px;
					background-size: cover;
					background-position: 50% 50%;
				}
				
				.title {
					display: block;
					padding: 10px 0px;
					font-family: PTSerif-Regular;
					font-size: 18px;
					line-height: 20px;
					color: #000000;
					text-decoration: none;
				}
				
				.lead {
					font-family: PTSansPro-Caption;
					font-size: 12px;
					line-height: 13px;
				}
				
				&:nth-child(2) {
					margin: 0px;
				}
				
				&:hover {
					.title {
						color: @active_color;
					}
				}
			}
		}
	}
	
	.same-read {
		margin-bottom: 30px;
		
		.container {
			width: 920px;
			margin: 0 auto;
			
			.label {
				padding: 30px 0px;
				font-family: PTSansPro-Caption;
				font-size: 19px;
			}
			
			.item {
				width: 300px;
				height: 100px;
				margin-bottom: 30px;
				float: left;
				
				.image {
					display: block;
					width: 100px;
					height: 100px;
					float: left;
					background-size: cover;
					background-position: 50% 50%;
					.transition;
				}
				
				.info {
					float: left;
					width: 170px;
					padding: 0px 15px;
					
					.rubrics {
						margin-bottom: 15px;
						
						 a {
						 	color: #000000;
						 	text-decoration: none;
						 	font-family: MonoCondensed-Bold;
							font-size: 11px;
							line-height: 13px;
						 	
						 	&:hover {
						 		color: @active_color;
						 	}
						 }
					}
					
					.title {
						margin-bottom: 20px;
						display: block;
						font-family: PTSerif-Regular;
						font-size: 20px;
						line-height: 21px;
						color: #000000;
						text-decoration: none;
						
						&:hover {
							color: @active_color;
						}
					}
				}
				
				&:hover {
					.title {
						color: @active_color;
					}
				}
			}
		}
	}
}