.wrapper.top {
	box-shadow:0px 5px 5px 0px rgba(0,0,0,.2);
}

#header {
	position:relative;
	height:150px;
	width:1200px;
	margin:0 auto;
	background:url(../img/header.png) no-repeat center top;
}

#header .logo{
	position:absolute;
	top:0;
	left:-5px;
	/*height:92px;*/
}

#header .logo .icon{
	float:left;
	display:inline-block;
	width:168px;
	height:147px;
	background:url(../img/logo-head.png) no-repeat center center;
}

#header .logo .title{
	margin-left:168px;
	margin-top: 37px;
	font-size:42px;
	color:#2d5877;
	line-height:42px;
	letter-spacing:1px;
	text-transform:uppercase;
	background:linear-gradient(#2d5877,#000000);
}

#header .logo .description{
	margin-left:168px;
	font-size:22px;
	color:#ff0000;
	line-height:28px;
	background:linear-gradient(#790e11,#ff0000);
}

#header .logo .title div, #header .logo .description div{
	background-color: #fff;
	color: #000;
	mix-blend-mode: lighten;
}

#header .contacts{
	position:absolute;
	top:20px;
	right:30px;
	width:200px;
	font-size:18px;
	line-height:20px;
	color:#24465f;
}

#header .contacts div{
	margin-bottom:2px;
	padding-left:25px;
	background-repeat:no-repeat;
	background-position:left center;
}

#header .contacts .phone{
	background-image:url(../img/icons/phone-red.png);
}

#header .contacts .mail{
	background-image:url(../img/icons/mail-red.png);
}

.wrap-menu {
	position:absolute;
	left:50%;
	right:0;
	bottom:0;
	margin-left:-100px;
	padding:18px 0 18px 150px;
	height:65px;
	box-sizing:border-box;
	background:url(../img/menu.png) no-repeat left center;
}

.wrap-menu .item{
	display:inline-block;
	line-height:29px;
	margin-right:15px;
	padding-left:12px;
	font-size:18px;
	font-style:normal;
	color:#fff;
	text-shadow:2px 2px 2px rgba(0,0,0,1);
}

.wrap-menu .item.current{
	box-shadow:none;
	text-shadow:0 0 10px rgba(255,0,0,.6),0 0 10px rgba(255,0,0,.6),0 0 10px rgba(255,0,0,.6);
	background:transparent url(../img/marker.png) no-repeat left top / 11px 11px;
}

.wrap-menu .item:last-child{
	margin-right:0;
}