@font-face {
    font-family: 'os_light';
    src: url('fonts/os-webfont.eot');
    src: url('fonts/os-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/os-webfont.woff2') format('woff2'),
         url('fonts/os-webfont.woff') format('woff'),
         url('fonts/os-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
    height: 100%;
}
body {
	font-family: 'os_light';
	color: #282828;
}
a {
	color: #282828;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #282828;
	text-decoration: underline;
}
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}
header {
	padding-top: 57px;
	padding-bottom: 100px;
}
.logo {
	margin-bottom: 35px;
}
.logo img {
	width: 100%;
	max-width: 331px;
}
.slogan {
	max-width: 330px;
	font-size: 24px;
}
footer {
	position: absolute;
	height: 100px;
	bottom: 0;
}
.footer-contacts a {
	font-size: 24px;
}
@media screen and (max-width: 1199px) {
	.container {
		width: 970px;
	}
}
@media screen and (max-width: 991px) {
	.container {
		width: 750px;
	}
}
@media screen and (max-width: 767px) {
	body {
		text-align: center;
	}
	.container {
		width: 100%;
	}
	.slogan {
		max-width: 330px;
		margin: 0 auto;
	}
	footer {
		left: 50%;
		width: 206px;
		margin-left: -103px;
	}
}