body {
    margin: 0px;
    padding: 0px;
    font-family: UL;
}

/*.header*/
.header {
	width: 100%;
	padding: 16px 0;
}

.header__right,
.header__center {
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
	width: 28%;
}

.header__left {
 	width: 44%;
 	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
}

@media (max-width: 1125px) {
	.header__right,
	.header__center,
	.header__left {
		width: 100%;
		margin: 8px 0;
	}
}

.header__right,
.header__left {
	text-align: center;
	font-weight: 700;
}

.header__right .phone {
	margin: 8px 0;
}

.header__center {
	text-align: center;
}

.header__line >div {
	display: inline-block;
	vertical-align: middle;
}

.header__line .phone {
	display: block;
}

@media (max-width: 1125px) {
	.header__line >div {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
	}
}

/*.phone*/
.phone__link {
	position: relative;
	font-size: 1.4em;
	color: #2b2929;
	padding-left: 20px;
	text-decoration: none;
}

.phone__link:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	background-image: url('/images/icons/phone-trube.png');
	background-position: center;
	background-size: cover;
	display: block;
	width: 16px;
	height: 16px;
}

.address_header {
	font-size: 1em;
}


/*.logo*/
.logo__img {
	max-width: 100%;
}
.logo__txt {
	font-size: 0.8em;
}

/*.main-menu*/
.main-menu {
	width: 100%;
}

@media (max-width: 1125px) {
	.main-menu {
		display: none;
	}
}

.main-menu__list {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-menu__item {
	display: inline-block;
}

.main-menu__link {
	display: block;
	text-decoration: none;
	color: #2b2929;
	padding: 16px;
}

.main-menu__link:hover,
.main-menu__link:active,
.main-menu__link:focus {
	background: #f7e33b;
}