html {
	background-image: url(images/bg-01.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
body {
	margin: 0;
	overflow-x: hidden;
	width: 100%;
	font: 400 20px/1.625 'Noto Sans', Tahoma, Arial, sans-serif;
	color: #fff;
	position: relative;
}
p {
	margin-bottom: 15px;
}
a {
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover, a:focus {
	color: #000;
}

.width-control {
	max-width: 1200px;
	margin: 0 auto;
}
.marginer-0-15 {
	margin: 0 15px;
}
.marginer-0-40 {
	margin: 0 40px;
}

header {
	margin: 60px 0 60px;
}
.logo-block {
	text-align: center;
	margin-bottom: 40px;
}
.logo {
	margin: 20px 0;
	max-width: 243px;
}
.homepage-title {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}
.site-description {
	max-width: 243px;
	margin: 0 auto;
	letter-spacing: 2px;
	color: #000;
	line-height: 22px;
}
.contacts-block {
	text-align: center;
	letter-spacing: 1px;
}
.contacts-block p {
	line-height: 22px;
	margin: 0 0 10px;
}
.contacts-phone, .contacts-address {
	margin-bottom: 20px;
}
.contacts-block .contacts-phone p:last-child, .contacts-block .contacts-address p:last-child {
	margin: 0;
}
.contacts-block a {
	color: #fff;
	text-decoration: none;
}
.contacts-icon {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 36px;
	overflow: hidden;
	margin-bottom: 10px;
}
.contacts-icon:before {
	content: '';
	position: absolute;
	width: 22px;
	height: 36px; 
	background-image: url(images/icon-sprite-a.png);
	background-repeat: no-repeat;
	left: 0;
	top: 0;
}
.contacts-phone .contacts-icon:before {
	background-position: 0 0;
}
.contacts-address .contacts-icon:before {
	background-position: -22px 0;
}

.content {
	margin-bottom: 60px;
}
.content-block p:last-child {
	margin-bottom: 0;
}
.flex-block .content-block {
	-ms-order: 1;
	-moz-order: 1;
	-webkit-order: 1;
	order: 1;
}
.content-main-img {
	text-align: center;
	background-color: #fff;
	padding: 20px 0;
	margin-bottom: 40px;
}
.content-main-img img {
	max-height: 180px;
	max-width: 100%;
}

.sidebar-block p:last-child {
	margin-bottom: 0;
}
.flex-block .sidebar-block {
	-ms-order: 2;
	-moz-order: 2;
	-webkit-order: 2;
	order: 2;
}
.block-inner-red {
	border-top: 2px solid red;
	padding: 40px 0;
}
.btn-title {
	margin: 40px 0;
	text-align: center;
}
.btn-title a {
	display: block;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.4);
	padding: 10px 5px;
	text-transform: uppercase;
	border: 2px solid #fff;
	max-width: 320px;
	margin: 0 auto;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}
.btn-title a:hover, .btn-title a:focus {
	color: #000;
	background-color: rgba(255, 255, 255, 0.6);
	border-color: #000;
}
.copmany-info-block p {
	font-size: 14px;
}

@media only screen and (min-width: 1024px) {
	.flex-block {
		display: -ms-flex;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
	}
	.flex-width-1-3 {
		width: 33.33333%;
	}
	.flex-width-2-3 {
		width: 66.66667%;
	}
	.flex-width-1-2 {
		width: 50%;
	}
	.flex-block .content-block {
		-ms-order: 2;
		-moz-order: 2;
		-webkit-order: 2;
		order: 2;
	}
	.flex-block .sidebar-block {
		-ms-order: 1;
		-moz-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	.logo-block {
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 640px) {
	.flex-block-mini {
		display: -ms-flex;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
	}
	.flex-block-mini .flex-width-1-2 {
		width: 50%;
	}
}
@media only screen and (max-width: 639px) {
	.content-block p {
		font-size: 18px;
	}
}