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

.clrfx {
	clear: both;
}
html {
	height: 100%;
}
body {
	font: 16px/19px CharterOSCRegular;
	background: #fff;
	height: 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: relative;
}

.side {
	width: 160px;
	height: 100%;
	position: fixed;
	background: url(../images/texture.jpg);
	-webkit-box-shadow: inset -2px 0px 6px 0px rgba(0, 0, 0, 0.5);
	box-shadow: inset -2px 0px 6px 0px rgba(0, 0, 0, 0.5);
	
	#shares {
		position: absolute;
		z-index: 1000;
		margin:40px 0 0 -50px;
		left: 50%;
	}
	
	.alphabet {
		margin-top: 270px;
		margin-left: 24px;
		position: fixed;
		width: 110px;
		font: 14px/30px 'OctavaOSCRegular';
		text-transform: uppercase;
		a {
			text-decoration: none;
			&:hover {
				color:red;
			}
		}
	}
}
.block {
	/*width: 910px;*/
	margin-left: 160px;
	padding: 58px 0 95px 40px;
	border-bottom: 1px dotted #bcbcbc;
	
	.flag {
		width: 110px;
		height: 119px;
		background: url(../images/ribbon.png);
		position: absolute;
		margin-left: -190px;
		margin-top: -35px;
		padding-left: 40px;
		text-align: center;
		letter-spacing: 2px;
		color: #fff;
		text-transform: uppercase;
		font: 30px/119px 'OctavaOSCRegular';
	}
	.capt {
		width: 325px;
		float: left;
		
		h2 {
			font: 40px/48px 'OctavaOSCRegular';
			margin-top: 50px;
		}
		p {
			margin-top: 20px;
		}
	}
}

.zahod {
	margin-left: 160px;
	border-bottom: 1px dotted #bcbcbc;
	padding: 25px 0 35px 90px;
	
	.lead {
		font: 16px/19px 'OctavaOSCRegular';
		padding: 25px 0;
		border-top: 4px solid #000;
		border-bottom: 4px solid #000;
		text-transform: uppercase;
		width: 583px;
	}
	.descr {
		font: 16px/19px 'Futura';
		margin-top: 45px;
		td {
			width: 284px;
			padding-right: 20px;
		}
	}
}

.sliderContainer {
/*	 max-width: 70%;*/
width: 350px!important;
	 margin: 0 0 0 100px;
	 float: left;
	
	.royalSlider {
		width: 400px!important;
		height: 400px;  
	}	 
	.rsArrow {
		top: 50%;
		margin-top: -28px;
	}
	
	.rsArrowLeft {
		left: -80px;
		width: 50px!important;
		height: 43px!important;
		background: url(../images/prev-b.png);
	}
	.rsArrowRight {
		right: -80px!important;
		width: 50px!important;
		height: 43px!important;
		background: url(../images/next-b.png);
	}
	
	.rsArrowIcn
	{
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.46);
		display: none;
	}
	.rsArrowDisabled {
		opacity: 0;
		-moz-opacity: 0;
		filter: alpha(opacity=0);
	}
	.rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
		background-color: #fff!important;
	}
	 
}



.350x{
	width: 400px!important; 
	height: auto!important;  
	margin-top: 0px!important; 
}

/*.rsImg{
	width: 350px!important;
	height: auto;
}*/