.contact {
	margin-bottom: 106px;
}
.contact .contact-header {
	height: 670px;
	padding: 0 12%;
	background-image: url("../img/Baner-3.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.contact .menu {
	display: flex;
	flex-direction: row;
	position: absolute;
	padding: 0 12%;
	padding-top: 39px;
}
.contact .menu a {
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	color: #3F3F3F;
}

.contact-header h1 {
	position: absolute;
	top: 246px;
	width: 595px;
}
.content-contact {
	padding: 0 12%;
	display: flex;
	flex-direction: row;
	height: 263px;
	height: 112px;
}
.content-contact div {
	width: 33.333%;
	border-right: 2px solid #ebebeb;
	padding-top: 32px;
	width: 21%;
	margin-right: 15%;
}
.content-contact div:last-of-type {
	margin-right: 0%;
	border: none;
}
.content-contact div p {
	min-height: 20px;
	margin-bottom: 32px;
}
@media(max-width:1600px) {
	.contact-header h1 {
		top: 146px;
	}
	.contact .contact-header {
		height: 605px;
	}
}
@media(max-width:1280px) {
	.contact-header h1 {
		font-size: 70px;
	}
	.contact .contact-header {
		height: 485px;
	}
}
@media(max-width:1024px) {
	.contact-header h1 {
		font-size: 50px;
	}
	.contact .contact-header {
		height: 405px;
	}
	.content-contact div {
		width: 27%;
		margin-right: 10%;
	}
}
@media(max-width:768px) {
	.contact {
		margin-bottom: 270px;
	}
	.contact .menu {
		display: none;
	}
	.contact .contact-header {
		background-image: url("../img/kontakt-mob-768-4.png");
		margin-bottom: 150px;
		height: 575px;
	}
	.contact-header h1 {
		font-size: 45px;
		width: 76%;
		margin: 0 12%;
		top: 600px;
		left: 0;
		text-align: center;
	}
	.content-contact {
		flex-direction: column;
	}
	.content-contact div {
		width: 100%;
		border: none;
		text-align: center;
	}
	.content-contact div p {
		margin: 0;
	}
	.content-contact div:first-of-type {
		border-top: 2px solid #e1e1e1;
	}
	.powered-by {
		bottom: 0;
	}
}
@media(max-width:500px) {	
	.reservation .reservation-header {
		background-image: url("../img/Baner-3-mobile.png");
		margin-bottom: 140px;
	}
	.contact .contact-header {
		height: 400px;
	}
	.contact-header h1 {
		top: 400px;
	}
}
@media(max-width:375px) {
	.contact .contact-header {
		height: 300px;
	}
	.contact-header h1 {
		top: 300px;
	}
}