body > header {
	left: 0;
	position: fixed;
	font-family: "Akrobat";
	right: 0;
	top: 0;
	z-index: 10;
}
.header-bg {
    background-color: #1e242b;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
body.index .header-bg {
	background-color: transparent;
}
.header-logo {
	display: block;
	float: left;
	margin: 10px;
	height: 60px;
	width: 200px;
}
.logo {
	display: block;
	font-size: 61px;
	position: relative;
	height: 60px;
	width: 200px;
}
.logo:after,
.logo:before {
	display: block;
	font-family: "Icons";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.logo:after {
	content: ">";
	color: #fff;
}
.logo:before {
	content: "<";
	color: #f4d631;
}
ul.header-menu {
	float: right;
	margin: 10px 10px 10px 0;
}
.header-order-btn,
.header-order-btn-tel {
	border-radius: 5px;
	border: 2px solid #f4d631;
	color: #f4d631;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	margin: 20px 30px 17px 10px;
	padding: 5px 30px 7px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color 0.4s ease, background-color 0.4s ease;
	-o-transition: color 0.4s ease, background-color 0.4s ease;
	transition: color 0.4s ease, background-color 0.4s ease;
}
.header-order-btn:hover,
.header-order-btn-tel:hover {
	color: #1e242b;
	background-color: #f4d631;
}
.header-order-btn-tel {
	display: none;
}
.header-menu > li {
	display: inline-block;
	margin: 0 20px;
}
.header-menu > li > a {
	color: #fff;
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	padding: 17px 0px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}
.header-menu > li > a:after {
	background-color: #f4d631;
	bottom: 15px;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 0%;
	-webkit-transition: width 0.4s ease;
	-o-transition: width 0.4s ease;
	transition: width 0.4s ease;
}
.header-menu > li > a.active:after,
.header-menu > li > a:hover:after {
	width: 100%;
}



body.gray .header-bg {
    background-color: #f5f5f5;
}
body.gray .header-logo:after {
    color: #1d232a;
}
body.gray .header-menu > li > a {
	color: #1d232a;
}
body.gray .header-order-btn {
    background-color: #f4d631;
    color: #1d232a;
}
body.gray .header-order-btn:hover {
    background-color: #fff;
}

@media only screen and (max-width: 750px) {
	.header-order-btn {
		margin: 20px 10px 17px;
	}
}
@media only screen and (max-width: 700px) {
	.header-bg {
		opacity: 1;
	}
	.header-menu {
		display: none;
	}
	.header-logo {
		float: none;
		margin: 0 auto;
	}
    .header-order-btn {
    	display: none;
    }
    .header-order-btn-tel {
		border-color: transparent;
		display: block;
		font-size: 0;
		margin: 10px;
		padding: 5px 10px 7px;
		position: absolute;
		right: 0;
		top: 0;
    }
    .header-order-btn-tel:after {
	    content: "p";
	    font-family: "Icons";
	    font-size: 24px;
	    font-style: normal;
	    font-weight: normal;
	    line-height: 1;
	    text-align: center;
	    text-transform: none;
	}
    .header-order-btn:after {
	    content: "p";
	    font-family: "Icons";
	    font-size: 24px;
	    font-style: normal;
	    font-weight: normal;
	    line-height: 1;
	    text-align: center;
	    text-transform: none;
	}
}