.map-block {
	position: relative;
	float: right;
	width: 50%;
	
	.title {
		width: 100%;
		max-width: 1580px;
		text-align: center;
		height: 100px;
		display: block;
		margin: auto;
		z-index: 1;
		display: none;
		
		h2 {
			text-align: left;
			margin-left: 30px;
		}
		
		@media (width < 700px) {
			-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;
			display: block;
		}
	}

	@media (width < 1280px) {
		width: 56%;
	}

	@media (width < 1000px) {
		margin-left: 0;
		width: 52%;
	}

	@media (width < 800px) {
		width: 100%;
	}
}

easy-it-map {
	display: block;
	position: relative;
	width: calc(100% + 361px);
	height: 696px;
	margin-left: 0;
	margin-top: -82px;
	margin-bottom: 111px;
	-webkit-clip-path: polygon(0px 75px, 71% 75px, 78% 0%, 100% 0px, 100% 0%, 100% 93%, 35% 93%, 30% 100%, 0% 100%);
	clip-path: polygon(0px 75px, 71% 75px, 78% 0%, 100% 0px, 100% 0%, 100% 93%, 35% 93%, 30% 100%, 0% 100%);

	@media (width < 1500px) {
		width: calc(100% + 151px);
	}

	@media (width < 1400px) {
		width: calc(100% + 98px);
	}

	@media (width < 1280px) {
		width: 100%;
		height: 387px;
		margin-bottom: 130px;
	}

	@media (width < 700px) {
		margin-bottom: 40px;
		margin-top: 30px;
		-webkit-clip-path: polygon(0px 7%, 73% 7%, 78% 0%, 100% 0px, 100% 0%, 100% 93%, 35% 93%, 30% 100%, 0% 100%);
		clip-path: polygon(0px 7%, 73% 7%, 78% 0%, 100% 0px, 100% 0%, 100% 93%, 35% 93%, 30% 100%, 0% 100%);
	}
}

.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: var(--body-background);
}