header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

header .mgE {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 2;
	cursor: pointer;
}

header .contacts {
	position: absolute;
	top: 40px;
	right: 30px;
}

header div.logo {
	text-align: center;
	padding: 40px;
}

body > picture {
	width: 100vw;
	height: 100vh;
}

/* Tablet & Mobile */
@media (max-width: 799.999px) {
	header a.button {
		display: none;
	}
}

@media (max-width: 959.999px) {
	header .logo {
		margin-top: 50%;
	}
}

/* Desktop */
@media (min-width: 800px) {
	header a.button {
		display: inline-block;
		background-color: var(--beige);
		color: var(--white);
		padding: 25px 40px;
		margin-left: 20px;
		letter-spacing: 2px;
		text-transform: uppercase;
		font-size: 14px;
		text-decoration: none;
	}
}