@import url('https://fonts.googleapis.com/css?family=Lato:400,600,800,900&display=swap');
body {
	margin: 0;
	font-family: 'Lato', sans-serif;
	min-width: 1200px;
	font-size: 14px;
}
b {
	font-weight: 800;
}

.container {
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
}
.gray {
	background-color: #F3F3F3;
}
.center {
	text-align: center;
}
.block {
	display: block;
}
.w-100 {
	width: 100%;
}
.w-22 {
	width: 22%;
	margin-right: 3%;
}
.w-22:last-of-type {
	margin-right: 0;
}
.ml-10 {
	margin-left: 10px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.ml-30 {
	margin-left: 30px;
}
.mr-30 {
	margin-right: 30px;
}
.m-auto {
	margin-left: auto;
	margin-right: auto;
}
.fs-16 {
	font-size: 16px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.overflow {
	overflow: hidden;
}
.logo {
	width: 220px;
	height: 64px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#header {
	width: 1180px;
    margin-left: auto;
    margin-right: auto;
	background: #fff;
}

#header-info span {
	font-size: 12px;
	color: #888888;
}
#header-info p {
	font-weight: 900;
	font-size: 24px;
}
#header-info a{
	color: #4A90E2;
}
ul#header-menu, ul#footer-menu {
	margin: 0;
	padding: 0;
	margin-top: 25px;
}
ul#footer-menu {
	margin-top: 10px;
}
ul#header-menu li, ul#footer-menu li {
	list-style: none;
	margin-right: 70px;
	float: left;
     -webkit-transition: all 0.3s ;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
ul#footer-menu li {
	margin-right: 35px;
}
ul#header-menu li:last-child, ul#footer-menu li:last-child {
	margin-right: 0;
}
ul#header-menu li a, ul#footer-menu li a{
	text-decoration: none;
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 45px;
	color: #393939;
	height: 48px;
}
ul#header-menu li a {
	font-size: 14px;
}
ul#header-menu li {
	margin-right: 63px;
}
ul#footer-menu li a {
	color: #DCDCDC;
}
ul#header-menu li.active, ul#header-menu li:hover, ul#footer-menu li.active, ul#footer-menu li:hover {
	#border-bottom: 3px solid #f48000;	
}
ul#header-menu li.active a  {
	font-weight: 800;
	color: #000;
}
ul#footer-menu li.active a {
	font-weight: 800;
	color: #fff;
}
ul#header-menu li:hover a {
	color: #000;
}
ul#footer-menu li:hover a {
	color: #fff;
}
ul#header-menu li.active a::after, ul#footer-menu li.active a::after, ul#header-menu li:hover a::after, ul#footer-menu li:hover a::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #f48000;
}
#footer .logo {
	background-image: url('images/footer-logo.png');
}
#footer-wrapper {
	background-color: #474747;
	height: 580px;
	padding-top: 75px;
}
.footer-split {
	height: 1px;
	background-color: #707070;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 65px;
}
#footer-info {
	color: #DCDCDC;
}

#footer-info p {
	line-height: 140%;
}
.footer-marked {
	text-transform: uppercase;
	position: relative;
}
.footer-marked::before {
	content: "";
	position: absolute;
	left: -25px;
	display: block;
	float: left;
	width: 14px;
	height: 19px;
	background-image: url('images/marker.png');
}
#bottom-text {
	line-height: 140%;
	color: #7E7E7E;
	margin-top: 50px;
	text-align: center;
}
#footer p {
    margin: 0;
}
#footer-wrapper {
    box-sizing: border-box;
}