/* 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%;
	background: #f0f0f0;
}

div, table , td {
	padding: 0;
	margin: 0;
}
.social-share {
	margin-top:  50px;
	margin-left: 50px;
	position: absolute;
}

.sidebar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 100%;
	background: #fec424;
	z-index: 1;
	-webkit-transition: background 0.7s ease-in-out 0s;
	
	.container {
		padding: 60px 0px;
	}
	
	.item {
		position: relative;
		padding: 10px 0;
		cursor: pointer;
		
		.date {
			font-family: PTSansPro-Caption;
			font-size: 10px;
			line-height: 12px;
			padding-top: 4px;
		}
		.title {
			font-family: PTSerif-Regular;
			font-size: 18px;
			line-height: 22px;
		}
		
		&.active {
			color: #fff;
			
			.title {
				text-decoration: underline;
			}
			.tr {
				display: block;
			}
		}
		&.disable {
			cursor: default;
			opacity: 0.4;
		}
		.tr {
			display: none;
			position: absolute;
			width: 29px;
			height: 57px;
			background: url(../images/ugol.png);
			right: 0px;
		}
	}
}
.page {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 1200px;
	height: 400px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 300px;
	
	.container {
		width: 720px;
		margin: 0 auto;
		padding: 60px 0 0 0;
	}
	.cover {
		text-align: center;
		padding: 0 20px;
		
		.title {
			font-family: PTSerif-Regular;
			font-size: 38px;
			line-height: 45px;
			padding: 20px 0 0 0;
		}
		.star {
			padding: 20px 0;
		}
		.caption {
			padding: 0 100px;
			font-family: PTSerif-Regular;
			font-size: 15px;
			line-height: 22px;
		}
	}
	
	.desc {
		padding: 60px 0 20px 0;
		font-family: PTSerif-Regular;
		font-size: 22px;
		line-height: 26px;
	}
	
	.author {
		font-family: PTSerif-Regular;
		font-size: 16px;
		line-height: 19px;
	}
	.author-title {
		font-family: PTSansPro-Caption;
		font-size: 16px;
		line-height: 19px;
	}
	.author-publish {
		font-family: PTSansPro-Caption;
		font-size: 12px;
		line-height: 14px;
	}
	
	.about {
		font-family: PTSerif-Italic;
		font-size: 12px;
		line-height: 14px;
	}
	.about-text {
		font-family: PTSansPro-Caption;
		font-size: 12px;
		line-height: 14px;
	}
	.text {
		font-family: PTSerif-Regular;
		font-size: 20px;
		line-height: 27px;
		padding-top: 60px;
	}
	.empty {
		width: 100%;
		height: 80px;
	}
}
.zahod {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 200000;
	background: rgba(255,255,255,0.7);
	
	.container {
		position: absolute;
		width: 600px;
		height: 320px;
		top: 50%;
		left: 50%;
		margin: -210px 0 0 -350px;
		background: #fff;
		border: 2px solid #000;
		text-align: center;
		padding: 50px;
	}
	.start {
		display: inline-block;
		padding: 5px 10px;
		border: 2px solid #ffab4e;
		color: #ffab4e;
		text-transform: uppercase;
		letter-spacing: 1px;
		cursor: pointer;
		font-family: PTSansPro-Caption;
		font-size: 18px;
		line-height: 22px;
		
		&:active {
			position:relative;
			top: 1px;
		}
		&:hover {
			border-color: #ff7b4e;
			color: #ff7b4e;
		}
	}
	
	h1 {
		font-family: PTSerif-Regular;
		font-size: 30px;
		line-height: 32px;
	}
	p {
		font-family: PTSansPro-Caption;
		font-size: 16px;
		line-height: 22px;
	}
}

table {
	vertical-align: top;
	border-collapse: collapse;
	
	td {
		vertical-align: top;
	}
}