body, html { 
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0;
	height: 100%;
	min-height: 650px;
}
body{
	height: 100%;
	background: #272125;
	min-height: 650px;
}
.wrapper{
	display: block;
	margin: 0 auto;
	/*width: 960px;*/
	position: relative;
	z-index: 10;
	height: 100%;
	min-height: 650px;
}
.container{
	display: block;
	margin: 0 auto;
	width: auto;
	position: relative;
	height: 100%;
	min-height: 650px;
}
.clear{
	clear: both;
}
.row{
	width: 100%;
	text-align: center;
	position: relative;
	height: 100%;
	min-height: 650px;
}

.left{
	float: left;
	width: 350px;
	position: absolute;
	left: 0px; top: 0px;
	background: #272125;
	height: 100%;
	overflow: hidden;
	-webkit-box-shadow: 0px 10px 15px rgba(0,0,0, .5);
	box-shadow: 0px 10px 15px rgba(0,0,0, .5);
	min-height: 650px;
}
/*.left:after{
	content: '';
	height: 100%;
	width: 0;
	right: 0;
	top: 0;
	position: absolute;
	box-shadow:  2px 0px 10px 0px #000000;
	-webkit-box-shadow:   2px 0px 10px 0px #000000;
	-moz-box-shadow:  2px 0px 10px 0px #000000;
	z-index: 3;
}*/
.right{
	float: right;
	width: 72.7%;
	box-shadow: inset 5px 0px 5px 0px #000000;
	-webkit-box-shadow: inset 5px 0px 5px 0px #000000;
	-moz-box-shadow: inset 5px 0px 5px 0px #000000;
	display: none;
}
.logo{
	width: 100%;
	display: inline-block;
	height: auto;
	text-align: center;
	margin: 45px 0 60px 0; 
}
.logo img{
	width: auto;
	max-width: 100%;
	display: inline-block;
	height: auto;
}
/*.menu{
	padding-bottom: 135px;
}*/
.menu{
	list-style: none;
}
.menu li a{
	font-size: 23px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	padding: 18px 0 18px 0;
	text-decoration: none;
	display: block;
}
.absolute{
	height: 100px;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
}
.social_icon{
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
	box-shadow: inset 0px 0px 1px 0px #e30613;
	-webkit-box-shadow: inset 0px 0px 1px 0px #e30613;
	-moz-box-shadow: inset 0px 0px 1px 0px #e30613;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%; 
	border-radius: 50%;
	margin:  0 5px;
}
.icon_vk{
	background: url(../../image/start/icon_vk.png) no-repeat center center;
}
.icon_fb{
	background: url(../../image/start/icon_fb.png) no-repeat center center;
}
.icon_tw{
	background: url(../../image/start/icon_tw.png) no-repeat center center;
}
.icon_in{
	background: url(../../image/start/icon_in.png) no-repeat center center;
}
.copy{
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	text-align: center;
	padding: 0 0 45px 0;
	margin: 45px 0 0 0;
}
.slides{
	height: 100%;
	width: auto;
}


.carousel{
	position: absolute;
	top: 0px; left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	display: none;
}
.carousel .slides img{
	width: 100%;
	height: auto;
	display: block;
}

.backstretch{
	z-index: 15;
}


@media screen and (max-width: 800px){
	.left{
		width: 40%;
	}
}

@media screen and (max-width: 600px){
	.wrapper{

	}
	.container{
		width: auto;
		min-width: 320px;
	}
	.left{
		float: none;
		width: 100%;
		position: relative;
	}
	.right{
		display: none;
	}
	.nav {
		margin-bottom: 50px;
	}
	.logo {
	    margin: 35px 0 25px 0;
	}
}



@media screen and (min-height: 800px) {
	.absolute{
		height: 150px;
	}
}
@media screen and (max-width: 500px) {
	.left{
		width: 100%;
	}
	.backstretch{
		display: none;
	}
}
