/* LESS VARIABLES */
.border-radius (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
.box-sizing (@type: border-box) {
	-webkit-box-sizing: @type;
	-moz-box-sizing:    @type;
	box-sizing:         @type;
}



/* ############## */

a {
	color: inherit;
}
td {
	vertical-align: top;
}
* {
	margin: 0;
	padding: 0;
}
.zahod {
	height: 530px;
}
.clrfx {
	clear: both;
}
html {
	height: 100%;
}
body {
	background: #fff url(../images/back.jpg) repeat-y ;
	height: 100%;
	min-width: 1100px;
	
}
#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 100000;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	
	.spinner {
		display: none;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -25px 0 0 -25px;
		width: 50px;
		height: 50px;
		background: rgba(0,0,0, 0.9) url(../images/loading.gif) no-repeat center center;
		.border-radius(40px);
	}
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
}

.side {
	width: 160px;
	height: 100%;
	position: fixed;
	
	#shares {
		position: fixed;
		z-index: 1000;
		margin:0px 0 0 20px;
	}
	
	.alphabet {
		margin-top: 345px;
		margin-left: 24px;
		position: fixed;
		width: 110px;
		font: 16px/30px Octava;
		text-transform: uppercase;
		a {
			text-decoration: none;
			&:hover {
				color:red;
			}
		}
	}
}
.block-comments {
	.block {
		background-image:none;
	}
}
.block {
	/*width: 910px;*/
	margin-left: 130px;
	padding: 58px 0 95px 40px;
	background: url(../images/1.png) no-repeat top center;
	
	
	.flag {
		width: 164px;
		height: 59px;
		background: url(../images/ribbon.png);
		position: absolute;
		left: 0px;
		text-align: center;
		letter-spacing: 2px;
		color: #000;
		text-transform: uppercase;
		font: 40px/60px Octava;
	}
	.capt {
		width: 310px;
		float: left;
		
		h2 {
			font: 40px/48px Octava;
			margin-top: 50px;
		}
		p {
			margin-top: 20px;
			font: 16px/21px Octava;
		}
		p:first-letter {
			text-transform: uppercase;
			font: 40px/30px Octava!important;
			padding:10px 10px 0 0;
			float: left;
		}
	}
	.photo {
		float: left;
		margin: 50px 0 0 50px;
	}
}