header {
	text-align: center;
}
header h1 {
	float: none;
	padding-top: 0;
	padding-bottom: 20px;
}
header p {
	float: none;
	clear: both;
	display: inline-block;
}

#content > div {
	padding-bottom: 0;
}
footer {
	height: auto;
	margin-top: 0;
}
footer .addresses-col,
footer .phones-col {
	padding-top: 20px;
	padding-bottom: 20px;
}

.about-page .image-col {
	text-align: center;
}

header nav {
	padding: 20px !important;
	position: static;
	margin-bottom: 20px;
	background: transparent;
}
header nav li {
	margin: 0 30px;
}
header nav a {
	color: #e3000f;
}
header nav a:hover {
	color: #e3000f;
}
header nav a.active {
	color: #e3000f;
	text-decoration: underline;
}

.generic-wrapper {
	margin-bottom: 20px;
}

.contacts-page .area-separator > div {
	margin-bottom: 30px;
}
.hide-sm {
    display: none;
}

nav ul {
    position: relative;
}
nav ul ul {
    background: #fff;
    z-index: 999;
}
nav ul ul li{
    position: relative;
}