.bg-image {
	/*background: linear-gradient( #1A1A1AAA, #1A1A1AAA ), url('/img/header.png');*/
	background: url('/img/header5.png'), #1a1e24;
	background-repeat: no-repeat;
	background-position: top center;
}

header {
	color: white;
}

header a {
	color: white;
}

header nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

header nav a {
	text-decoration: none;
	padding: 1rem 0 1rem 0;
}

header nav a.yellow {
	color: #FFDC00;
	font-weight: 700;
}

header hr {
	background-color: #FFFFFF;
	opacity: 0.2;
	margin: auto;
}

header .logo {
	width: 280px;
}

header .info-blocks {
	margin-top: 1.5rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

header .info-blocks > * {
	width: 33.33%;
}

header .info-blocks > *:last-child {
	text-align: right;
}

header .phone {
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
	line-height: 26px;
}

header .padder {
	height: 60px;
}
