.hotspots {
	width: 100%;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	/* overflow: hidden; */
}

.hotspot:before,
.hotspot:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.hotspot:before {
	background-color: transparent;
	width: 12px;
	height: 12px;
	background-image: url(../../svg/icon-plus.svg);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 2;
}

.hotspot:after {
	width: 24px;
	height: 24px;
	position: absolute;
	background-color: var(--golden-grass-50);
	border-radius: 50%;
	transition: all .2s;
	z-index: 1;
}

.hotspot:hover:after,
.hotspot.is-active:after {
	width: 38px;
	height: 38px;
}

#dynamic-content .hotspot:hover:after,
#dynamic-content .hotspot.is-active:after {
	width: 38px;
	height: 38px;
}

.hotspots-label {
	display: flex;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-font-smoothing: antialiased;
	opacity: 0;
	visibility: hidden;
	transition: opacity 350ms cubic-bezier(0.2, 0.5, 0.34, 1);
	/* width: 300px;
	height: 200px; */
	width: 1300px;
	max-width: 100%;
	margin: auto;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 25px;
	padding-bottom: 25px;
	/* background-color: rgba(194, 151, 22, 0.35); */
	z-index: -1;
}

.hotspots-label.has-image {
	/* width: 320px;
	height: 254px; */
	padding: 0;
}

.hotspots-label:before {
	display: none;
}

.hotspots-label__inner {
	display: flex;
	background-color: #fff;
	box-shadow: 0 0 200px rgba(0, 0, 0, .75);
	width: 100%;
}

.image-content,
.label-content {
	background-color: #fff;
	color: #000;
}

.image-content {
	width: 442px;
	min-height: 633px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	position: relative;
}

@media (max-width: 580px) {

	.hotspots-label strong {
		display: block;
		margin-bottom: 10px;
	}

	.hotspots-label:before {
		display: block;
		top: 25px;
		left: auto;
		right: 4px;
		transform: rotate(45deg);
		cursor: pointer;
	}
}

.hotspots-label.is-visible {
	opacity: 1;
	visibility: visible;
	z-index: 30;
}

.hotspot {
	height: 0;
	width: 0;
	border-radius: 50%;
	background-color: var(--golden-grass-transparent);
	-webkit-font-smoothing: antialiased;
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	opacity: 0;
	transition: opacity 650ms ease-in, width 350ms linear;
	text-indent: -9999em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transform: translate(-50%, -50%);
}

.hotspot.is-visible {
	opacity: 1;
	height: 48px;
	width: 48px;
}

#dynamic-content .hotspot.is-visible {
	height: 48px;
	width: 48px;
}

.hotspot:before {
	transition: transform 150ms cubic-bezier(0.2, 0.5, 0.34, 1);
}

.hotspot.is-active:before {
	transform: rotate(45deg) scale(1.25);
}

.close-label_ {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	line-height: 30px;
	background-image: url(../../svg/icon-plus.svg);
	background-position: center center;
	background-repeat: no-repeat;
	transform: rotate(45deg) scale(1.25);
}

.close-label {
	position: absolute;
	right: 25px;
	top: 25px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 2px solid var(--golden-grass-50);
	border-radius: 50%;
	color: var(--golden-grass-50);
	font-size: 24px;
	z-index: 20;
}

.label-content {
	/* display: flex;
	color: #fff;
	position: absolute; */
	bottom: 0;
	left: 0;
	line-height: 32px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	width: 100%;
	align-items: end;

	max-width: 689px;
	margin: auto;
}

.label-content__desc {
	/* max-width: 150px; */
	display: block;
	/* margin-right: auto;
	margin-bottom: 0; */
}

.label-content__title {
	margin-top: 0;
	margin-bottom: 30px;
}

.hotspots-picture {
	display: none;
}

.hotspots-image .hotspots-picture {
	display: block;
	border-radius: 485px;
	overflow: hidden;
}

@media (min-width: 941px) {
	.hotspots {
		max-width: 1632px;
	}

	.hotspots-picture {
		display: block;
	}

	.hotspots-image {
		max-width: 1521px;
	}

	.hotspots-image .hotspots-picture {
		border-radius: 485px;
		overflow: hidden;
	}

	.hotspot-map--mobile,
	.spot-mobile {
		display: none;
	}

	.hotspot.is-visible {
		height: 80px;
		width: 80px;
	}

	.hotspot:after {
		width: 32px;
		height: 32px;
	}

	.hotspot:hover:after,
	.hotspot.is-active:after {
		width: 54px;
		height: 54px;
	}

	.hotspots-label.has-image {
		/* width: 488px;
		height: 388px; */
	}

	.label-content {
		padding-left: 32px;
		padding-right: 32px;
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.image-content {
		flex-shrink: 0;
	}

}

@media (max-width: 940px) {
	.hotspots {
		/* overflow-x: hidden; */
	}

	.spotmap-block__inner {
		padding-left: 0;
		padding-right: 0;
	}

	.spot-desktop {
		display: none;
	}

	.hotspots-label__inner {
		margin-left: 12px;
		margin-right: 12px;
		flex-direction: column;
	}

	.hotspots-image .hotspots-label__inner {
		margin-left: 0;
		margin-right: 0;
	}

	.label-content {
		padding-top: 40px;
	}

	.close-label {
		right: 22px;
		top: 10px;
	}

	.image-content {
		width: 100%;
		height: 250px;
		min-height: 250px;
	}
}

@media (min-width: 580px) and (max-width: 940px) {
	.hotspots-label {
		max-width: 600px;
	}
}

@media (max-width: 420px) {
	.hotspot.is-visible {
		opacity: 1;
		height: 32px;
		width: 32px;
	}

	.hotspot:after {
		width: 20px;
		height: 20px;
	}

	.hotspot:before {
		width: 10px;
		height: 10px;
		background-size: contain;
	}

	.hotspot:hover:after,
	.hotspot.is-active:after {
		width: 30px;
		height: 30px;
	}
}

.page-id-61 .js-hotspots-container-secondary .hotspot:last-of-type,
.hotspots-one .js-hotspots-container-secondary .hotspot:last-of-type {
	display:none;
}
