html {
	position: relative;
	min-height: 100%
}
body {
	min-width: 320px;
	font-family: OpenSansRegular, sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	background-color: #f0f0f0;
	margin-bottom: 101px 
}
strong, b {
	font-family: OpenSansBold, sans-serif
}
h1 {
	color: #ff3c00;
	font-size: 34px;
	font-family: OpenSansCondensedBold, sans-serif;
	margin: 20px 0
}
h2, h3, h4 {

}
header.header {
	position: relative;
	height: 328px;
	background-color: #fff;
	background-image: url(../img/header/header-bg.png);
	background-repeat: no-repeat;
	background-position: right center
}

.logo a {
	display: inline-block
}
.logo {
	padding-top: 20px
}
.logoBlock {
	display: inline-block;
	width: 100%
}
.headContact p span {
	font-size: 26px;
	color: #2f4d58;
	font-family: OpenSansCondensedBold, sans-serif;
	padding-left: 40px
}
.headContact p {
	margin: 16px 0
}
.headMenu {
	margin-top: 18px;
	background-color: rgba(189, 210, 52, 0.8);
	display: inline-block;
	width: 100%
}
.headMenu ul {
	padding-left: 0;
	margin: 0
}
.headMenu ul li {
	display: inline-block;
	list-style-type: none;
	padding: 28px 0;
	padding-right: 50px;
	font-family: OpenSansCondensedBold, sans-serif;
	font-size: 20px
}
.headMenu ul li a, .headMenu ul li span {
	color: #202308;
	transition: .3s
}
.headMenu ul li span {
	cursor: default;
}
.headMenu ul li a:hover, .headMenu ul li.active a, .headMenu ul li span:hover, .headMenu ul li.active span {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.25)
}
.headImage img {
	max-width: 100%
}
/*ToggleMenu*/
.togMenu {
	text-align: center
}
.togMenu > span:first-child {
	padding: 25px 0;
	display: inline-block;
	font-size: 22px;
	color: #000;
	font-family: OpenSansCondensedBold, sans-serif;
	cursor: pointer
}