body {
	width: 100%;
	font-family: Arial;
	color: #414042;
}

.g-no-indent {
	margin: 0;
	padding: 0;
}
.g-left {
	float: left;
}

.img-responsive {
    margin: 0 auto;
}

.main-header {
	background-color: #f0eeef;
	padding-bottom: 51px;
}

.main-header__logo {
	margin-top: 27px;
}

.main-contacts__title {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}


.main-contacts {
	background-color: #6d6e71;
	padding: 20px 66px 0 66px;
	color: #dadbdc;
}

.main-contacts__adr div {
	margin-bottom: 15px;
}

.main-contacts__adr div span {
	font-weight: bold;
}

.main-footer {
	background-color: #f0eeef;
	min-height: 125px;
	
}

.main-footer__text {
	padding: 20px 66px 0 66px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.main {
	background: url('/images/main-bg.jpg') center top no-repeat;
}