.map-block {
	position: relative;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 77px;
	
	.title {
		background: #161719;
		-webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 0%, 93% 100%, 7% 100%);
		clip-path: polygon(0px 0px, 100% 0px, 100% 0%, 93% 100%, 7% 100%);
		width: 100%;
		max-width: 1580px;
		text-align: center;
		height: 100px;
		display: block;
		top: 0;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		z-index: 1;
		
		h2 {
			display: none;
			
			@media (width < 1000px) {
				display: block;
				text-align: left;
				margin-left: 30px;
			}
		}
		
		@media (width < 1000px) {
			-webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 0%, 93% 100%, 0% 100%);
			clip-path: polygon(0px 0px, 100% 0px, 100% 0%, 93% 100%, 0% 100%);
			max-width: 406px;
			margin-left: 0;
			height: 59px;
		}
	}
		
	@media (width < 1000px) {
		margin-left: 0;
	}
		
	@media (width < 700px) {
		display: none;
	}
}

easy-it-map {
	display: block;
	position: relative;
	width: calc(100% + 60px);
	height: 800px;
	margin-left: -30px;
	margin-right: -30px;
}

.ol-popup {
	position: relative;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #ccc;
	bottom: 12px;
	left: -50px;
}

.ol-popup:after, .ol-popup::before {
	top: 100%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ol-popup:after {
	border-top-color: #fff;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}
.ol-popup::before {
	border-top-color: #ccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}
.popup-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
}
.popup-closer:after {
	content: "⤫";
}
#popup-texts div {
	white-space: nowrap;
}
.map-holder {
	margin: 0;
	height: 100%;
	width: 100%;
	font-family: sans-serif;
	background-color: #161719;
}