*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font: 14px Arial, Helvetica, sans-serif;
	color: #4d4d4f;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

template, [hidden] {
	display: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active, a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

button, input, select, textarea {
	font: inherit;
	margin: 0;
}

optgroup {
	font-weight: bold;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

a {
	color: #45bfab;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

ul li, ol li {
	list-style-position: outside;
}

ul {
	list-style-type: disc;
	margin: 0 0 1.3em;
	padding: 0 0 0 15px;
}

ol {
	margin: 0 0 1.3em;
	padding: 0 0 0 15px;
}

dl, p, h1, h2, h3, h4, h5, h6, applet, embed, object, frameset {
	margin: 0 0 1.3em;
}

.alignleft {
	float: left;
	margin: 0 15px 1.3em 0;
}

.alignright {
	float: right;
	margin: 0 0 1.3em 15px;
}

.aligncenter {
	display: block;
	margin: 0 auto 1.3em;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.dt {
	display: table;
	width: 100%;
}

.dtc {
	display: table-cell;
	vertical-align: middle;
}

.dib {
	display: inline-block;
}

.cf:before, .container:before,
.cf:after,
.container:after {
	content: "";
	display: table;
}

.cf:after, .container:after {
	clear: both;
}
.container{
	width: 800px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#header{
	position: relative;
	height: 200px;
	padding: 0 0 15px;
}
#header:before{
	content: '';
	display: block;
	height: 24px;
	background: #005baa;
	background: -moz-linear-gradient(left, #005baa 0%, #002f5f 100%);
	background: -webkit-linear-gradient(left, #005baa 0%,#002f5f 100%);
	background: linear-gradient(to right, #005baa 0%,#002f5f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005baa', endColorstr='#002f5f',GradientType=1 );
}
#header:after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	background: url(../images/bg-logo.png) no-repeat;
	width: 184px;
	height: 24px;
	margin: 0 0 0 -92px;
}
#header .logo{
	position: absolute;
	left: 50%;
	top: 30px;
	width: 195px;
	margin: 0 0 0 -98px;
}
#header a{
	color: #4d4d4f;
}
.header__left{
	float: left;
}
.header__right{
	float: right;
}
.header__left,
.header__right{
	padding: 22px 0 0;
	margin: 0;
	font-size: 17px;
	letter-spacing: 0.5px;
}
.visual{
	height: 260px;
}
.bgi{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.main-content{
	background: #f3f3f4;
	padding: 42px 0;
	line-height: 1.79;
	text-align: center;
}
.main-content h5{
	font-size: 17px;
	line-height: 1.47;
	font-weight: normal;
	margin-bottom: 1.5em;
}
.main-content p{
	margin-bottom: 1.5em;
}
.main-content p:last-child{
	margin-bottom: 0;
}
.map-area{
	height: 284px;
}
#footer{
	background: url(../images/bg-footer.png) repeat-y 50% 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	padding: 26px 0;
	color: #fff;
	font-size: 12px;
	line-height: 1.67;
	text-align: center;
	letter-spacing: 0.5px;
}
#footer .logo{
	display: block;
	margin: 0 0 4px;
}
#footer .logo img{
	width: 23px;
}
#footer address{
	font-style: normal;
}
.list-contacts{
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-contacts li{
	display: inline-block;
	vertical-align: top;
	padding: 0 3px;
}
.list-contacts a{
	color: #fff;
}
.list-contacts b{
	color: #a7a9ac;
}
@media (max-width: 800px) {
	.container{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 700px) {
	#header{
		height: auto;
	}
	#header .logo{
		display: block;
		position: static;
		margin: 6px auto 0;
	}

	.header__left,
	.header__right{
		float: none;
		text-align: center;
	}
}