.panel_custom_map_container {
	position: relative;
	background: url('/includes/public/assets/images/common/interactive_map_pattern.png');
	overflow: hidden;
}

.panel_custom_map_container .mobile-tooltip {
	display: none;
}

.panel_custom_map_container #map-background {
	position: absolute;
	z-index: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.panel_custom_map_container #map-background {
		top: 0;
	}
}

.panel_custom_map_container svg {
	transform: scale(1.03);
}

@media only screen and (min-width: 64.063em) {
	.panel_custom_map_container svg {
		min-width: 1157px;
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.panel_custom_map_container {
		height: 680px;
	}

	.panel_custom_map_container svg {
		transform: scale(1.7);
		top: 142px;
		max-width: 768px;
		min-width: 718px;
		left: 10%;
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 767px) {
	.panel_custom_map_container {
		height: 640px;
	}

	.panel_custom_map_container svg {
		margin-right: -65px;
		overflow: hidden;
		left: auto;
	}
}

.panel_custom_map_container .map-inner .content-block {
	background-color: #3d3d3d;
	width: 100%;
	z-index: 5;
	border-top: 1px solid #29292e;
	border-bottom: 1px solid #29292e
}

@media only screen and (min-width: 40.063em) {
	.panel_custom_map_container .map-inner .content-block {
		position: absolute;
		top: 10px;
	}
}

@media only screen and (min-width: 1284px) {
	.panel_custom_map_container .map-inner .content-block {
		top: 8%;
	}
}

@media only screen and (min-width: 1284px) and (max-width: 1390px) {
	.panel_custom_map_container .map-inner .content-block {
		top: 10px;
	}
}

.panel_custom_map_container .map-inner .content-block .content {
	margin-top: 26px;
	color: #fff;
	font-family: var(--font-body-reg);
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.panel_custom_map_container .map-inner .content-block .content {
		max-width: 370px;
		padding-right: 0;
	}
}

@media only screen and (min-width: 64.063em) {
	.panel_custom_map_container .map-inner .content-block .content {
		max-width: 475px;
	}
}

.panel_custom_map_container .map-inner .content-block .title {
	font-size: 27px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.panel_custom_map_container .map-inner .content-block .description {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 29px;
}

.panel_custom_map_container .map-inner .content-block .select{
	position: relative;
}

.panel_custom_map_container .map-inner .content-block .select select {
	background-color: rgb(51, 51, 51);
	padding-left: 20px;
	height: 50px;
	font-size: 20px;
	font-family: var(--font-body-reg);
	color: #fff;
	line-height: 1.2;
	background-image: none;
	-moz-appearance: none;
	border-color: transparent;
}

.panel_custom_map_container .map-inner .content-block .select .fa {
	position: absolute;
	right: 20px;
	top: 18px;
	color: #fff;
	font-size: 13px;
}

.panel_custom_map_container .map-inner .image-wrapper svg {
	position: relative;
	z-index: 10;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.panel_custom_map_container .map-inner .image-wrapper svg {
		height: 401px;
	}
}

@media all and (min-width: 1025px) and (max-width: 1399px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.panel_custom_map_container .map-inner .image-wrapper svg {
		height: 640px;
	}
}

@media only all and (min-width: 1400px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.panel_custom_map_container .map-inner .image-wrapper svg {
		height: 825px;
	}
}

.panel_custom_map_container .map-inner .image-wrapper .maps {
	display: none;
}

.panel_custom_map_container .map-inner .image-wrapper .maps.active {
	display: block;
}

.panel_custom_map_container .map-inner .image-wrapper .map-section {
	cursor: pointer;
}

.panel_custom_map_container .map-inner .image-wrapper .bottom {
	position: absolute;
	bottom: 101px;
	left: 50px;
	z-index: 12;
	width: auto;
}

@media only screen and (min-width: 1024px) {
	.panel_custom_map_container .map-inner .image-wrapper .bottom {
		left: 200px;
	}
}

@media only screen and (min-width: 1120px) {
	.panel_custom_map_container .map-inner .image-wrapper .bottom {
		left: 265px;
	}
}

@media only screen and (min-width: 1300px) {
	.panel_custom_map_container .map-inner .image-wrapper .bottom {
		left: 365px;
	}
}

.panel_custom_map_container .map-inner .image-wrapper .bottom .option {
	font-family: var(--font-body-smbld);
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.panel_custom_map_container .map-inner .image-wrapper .bottom a {
	background-color: #999;
	font-size: 20px;
	font-family: var(--font-oswald);
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	display: inline-block;
	max-width: 162px;
	min-width: 162px;
	padding: 10px;
	margin-right: 40px;
}

.panel_custom_map_container .map-inner .image-wrapper .bottom a.active {
	background-color: #eb2328;
}

.panel_custom_map_container .map-inner .image-wrapper .map-text {
	cursor: pointer;
	pointer-events: none;
}

.panel_custom_map_container .map-slides-container {
	display: none;
}

/*Popup window*/

.custom-map-slider-holder {
	position: relative;
	max-width: 1040px;
	background: #fff;
	margin: 0 auto;
}

@media only screen and (max-width: 64em) {
	.custom-map-slider-holder {
		max-width: 742px;
	}
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	opacity: 1 !important;
}

.mfp-close-btn-in .mfp-close {
	width: 70px;
	display: block;
	opacity: 0;
}

@media only screen and (max-width: 40em) {
	.mfp-container {
		padding-left: 0;
		padding-right: 0;
	}

	.panel_custom_map_container .map-slides-container {
		display: unset;
	}

	.panel_custom_map_container .map-inner {
		display: none;
	}

	.panel_custom_map_container .mobile-tooltip {
		display: block;
		max-width: 300px;
		margin: 0 auto;
		font-size: 20px;
		padding: 10px;
	}
}
