header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .contact {
	width: 60%;
	text-align: right;
	padding-right: 3%;
}

header svg {
	width: 15px;
	max-height: 15px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: center;
}

header tel,
header address,
header a {
	display: inline-flex;
	align-items: center;
}

header tel {
	margin-right: 10px;
}

header address {
	margin-top: 12px;
}