#map {
	height: 100vh;
	}

.logo-container {
	position: absolute;
	top: 10px;
	left: 60px;
	z-index: 1000;
	}
.logo-container img {
	height: 50px;
	}

.menu-container {
	position: absolute;
	top: 100px;
	left: 10px;
	z-index: 1000;
	}
.menu-container img {
	height: 50px;
	}

.popup-field {
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
	}
.popup-field label {
	font-weight: bold;
	}

.img-middle {
	vertical-align: middle;
	}

.font-red {
	color: red;
	}

.font-small {
	font-size: 11px;
	}

body {
	font-family: Arial, sans-serif;
	height: 100vh;
	margin: 0;
}

form {
	max-width: 400px;
	margin: auto;
}

label, input, textarea, button {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

button {
	background-color: #4CAF50;
	color: white;
	border: none;
	padding: 10px;
	cursor: pointer;
}

button:hover {
	background-color: #45a049;
}

.container {
	text-align: center;
}

#info-image {
	cursor: pointer;
}

.popup {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

.contact-content,
.info-content {
	background: white;
	color: #333;
	margin: 15% auto;
	padding: 20px;
	border-radius: 12px;
	font-size: 13px;
	line-height: 1.5;
	width: 40%;
	position: relative;
}

.contact-close,
.info-close {
	color: #757575;
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 24px;
	cursor: pointer;
}

.close-button:hover,
.close-button:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
