#header {
	min-height: 225px;
	background: url(/img/bg_header_2400.png) center top no-repeat;
	padding: 23px 0 0;
}

.logo {
	text-indent: -20000px;
	overflow: hodden;
	background: url(/img/logo.png);
	margin: 0 auto;
}

.logo,
.logo a {
	width: 274px;
	height: 164px;
	display: block;
}

.mkb-logo {
	width: 153px;
	height: 37px;
	background: url(/img/mkb_logo.png) no-repeat;
}

#header .mkb-logo {
	position: absolute;
	left: 25px;
	top: 75px;
}

.phone {
	font-size: 18px;
	color: #BBD6D1;
	/*
	text-shadow: 1px 1px #0b4336 ;*/
}

.phone span {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 26px;
	line-height: 1em;
}

#header .phone {
	text-align: right;
	position: absolute;
	right: 25px;
	top: 35px;
}

#slider {
	position: absolute;
	left: 0;
	z-index: 80;
	width: 100%;
}

.trapezoid {
	overflow: hidden;
	padding: 0 0 20px;
}

.trapezoid ins {
	display: block;
	border-top: 40px solid #3e3d39; 
    height: 0;
    width: 1px;
	position: relative;
	z-index: 81;
}

.trapezoid .lc {
    border-left: 30px solid transparent;   
	float: left;
} 

.trapezoid .rc {
    border-right: 30px solid transparent;   
	float: right;
} 

.trapezoid .content {
	background: #3e3d39;
	border-bottom: 1px solid #3a786b;
	margin: 0;
	height: 30px;
	overflow: hidden;
	z-index: 79;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 5px 0;
}

#slider .but-close,
#slider .but-open {
	position: absolute;
	z-index: 81;
	bottom: -24px;
	left: 70px;
}

.socialnets-text {font-size:18px; color:#BBD6D1; position:absolute; right:138px; top:28px; overflow:hidden;}
.socialnets {position:absolute; right:25px; top:25px; overflow:hidden;}
.socialnets a {display:block; width:30px; height:30px; float:left; background-image:url(/img/icons/ico_social.png); background-repeat:no-repeat; overflow:hidden; text-indent:-2000px; margin:0 3px;}
.socialnets a:hover {background-image:url(/img/icons/ico_social_a.png);}
.socialnets .ico_fb { background-position: 0 0;} 
.socialnets .ico_od { background-position: 0 -40px;} 
.socialnets .ico_tw { background-position: 0 -80px;} 
.socialnets .ico_vk { background-position: 0 -120px;} 
.socialnets .ico_yt { background-position: 0 -160px;}

.simple-text-banner {
	min-height: 56px;
    vertical-align: top;	
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	width: 30%;
	font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;	
	margin-bottom: 20px;
}

.simple-text-banner.simple-text-banner-shadow {
	background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 10px;
}