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

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	width: 100%;
}
td {
	vertical-align: top;
}
a {
	color: inherit;
}
body {
	font-family: Octava;
	background: #fff;
	font-size: 16px;
	line-height: 19px;
	height: 100%;
	width: 100%;
}
#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 {
	width: 100%;
	position: absolute;
	min-width: 1200px;
	
}
#shares{
	position: absolute;
	z-index: 1000;
	top: 340px;
	left: 7px;
}
#menu {
	width: 155px;
	height: 208px;
	background: url(../images/menu.png);
/*	background-color: #FAEBB5;*/
	z-index: 1000; 
	position: fixed;
	bottom: 20px;
	left: 0px;
	padding-left: 20px;
	p {
		font: bold 14px/17px Futura;
		text-transform: uppercase;
	}
	
	ul {
		list-style: none;
		list-style-type: ;
		font: bold 12px/14px Futura;
		margin-top: 10px;
		
		li {
			cursor: pointer;
		}
		.active {
			color: #C90040;
		}
	}
}

.column {
	float: left;
	
	&.left {
		width: 340px;
		padding: 170px 50px 0 210px;
		position: absolute;
		-webkit-box-shadow: 7px 0px 12px rgba(0,0,0,0.3);
		box-shadow: 7px 0px 12px rgba(0,0,0,0.3);
		background-color: #FFF4DD;
		
	}
	&.right {
		position: fixed;
		top: 0px;
		
		z-index: -1;
		img {
			width: 100%;
			display: block;
		}
	}
}

h1 {
	font:  80px/102px Octava;
	/*color: #C90040;*/
	margin-left: 210px;
	margin-top: 10px;
	position: absolute;
	z-index: 100;
	span {
		border-bottom: 5px solid #C90040;
	}
}

.credits {
	position: absolute;
	font: bold 11px/14px Futura;
	margin: 35px 0 0 450px!important;
	z-index: 100;
	
}
.lead {
margin-top: 200px;
	font: 22px/26px Futura;
}
.descr {
	font: 14px/17px Octava;
	
	b {
		font: bold 14px/17px Futura;
		text-transform: uppercase;
	}
}

.experts {
	h3 {
		font: normal 34px/41px Octava;
		margin-bottom: 25px;
	}
	.blank {
		width: 25px;
	}
	table {
		font: 12px/14px Octava;
		
		td {
			padding-bottom: 30px;
		}
		
		span {
			font: bold 14px/17px Futura;
			text-transform: uppercase;
		}
		
	}
}

.block {
	
	h2 {
		font: 55px/62px Octava;
	}
	h3 {
		font: bold 18px/21px Futura;
		color: #C90040;
		text-transform: uppercase;
		margin: 22px 0;
	}
	p{
		margin-bottom: 15px;
		b {
			font: bold 14px/17px Futura;
			text-transform: uppercase;
		}
	}
}

.hide {
	position: fixed;
	width: 24px;
	height: 121px;
	background: url(../images/hide.png);
	margin-left: 390px;
	cursor: pointer;
	margin-top: 280px;
	opacity: 0.5;
	
	&:hover {
		opacity:1;
	}
}
.show {
	position: fixed;
	display: none;
	width: 24px;
	height: 121px;
	background: url(../images/show.png);
	margin-left: 390px;
	cursor: pointer;
	margin-top: 280px;
	opacity: 0.5;
	
	&:hover {
		opacity:1;
	}
}
.map {
	position: fixed;
	display: none;
	width: 314px;
	height: 321px;
	margin-left: 390px;
	cursor: pointer;
	margin-top: 100px;
	opacity: 0.8;
}
.show-map {
	background-color: orange;
}

.links {
	h2 {
		font: italic 64px/77px Octava;
	}
}
.block-comments {
	width: 340px!important;
}
.comments-count {
	line-height: 40px;
}