.garant-pool-map {
	--garant-pool-map-marker-color: #ffd400;
	--garant-pool-map-tooltip-offset: 10px;
	--garant-pool-map-contact-icon-size: 11px;
	--garant-pool-map-contact-icon-spacing: 6px;
	--garant-pool-map-card-width: 224px;
	--garant-pool-map-close-icon-size: 14px;
	--garant-pool-map-close-button-size: 22px;
	--garant-pool-map-close-button-offset: 8px;
	--garant-pool-map-active-marker-glow-color: #FFDE00;
	--garant-pool-map-active-marker-glow-size: 44px;
	--garant-pool-map-active-marker-glow-blur: 18px;
	--garant-pool-map-active-marker-glow-opacity: 0.2;
	position: relative;
	width: 100%;
	height: 420px;
	overflow: hidden;
	background: #171717;
	border-radius: 0;
	isolation: isolate;
}

.garant-pool-map.leaflet-container {
	font: inherit;
	background: #171717;
}

.garant-pool-map .leaflet-tile-pane {
	filter: brightness(0.52) contrast(1.18) saturate(0.12);
}

.garant-pool-map .leaflet-top.leaflet-left {
	top: 50%;
	transform: translateY(-50%);
}

.garant-pool-map .leaflet-control-zoom {
	margin: 0 0 0 24px;
	border: 0;
	box-shadow: none;
	overflow: visible;
}

.garant-pool-map .leaflet-control-zoom a,
.garant-pool-map .leaflet-control-zoom a:hover,
.garant-pool-map .leaflet-control-zoom a:focus,
.garant-pool-map .leaflet-control-zoom a:focus-visible {
	box-sizing: border-box;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid #59595966;
	border-radius: 4px;
	background-color: #323232F2;
	background-image: none;
	color: #fff;
	font-family: Manrope, sans-serif;
	font-size: 0;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0;
	leading-trim: none;
	text-align: center;
	text-decoration: none;
}

.garant-pool-map .leaflet-control-zoom a.leaflet-control-zoom-in,
.garant-pool-map .leaflet-control-zoom a.leaflet-control-zoom-in:hover,
.garant-pool-map .leaflet-control-zoom a.leaflet-control-zoom-in:focus,
.garant-pool-map .leaflet-control-zoom a.leaflet-control-zoom-in:focus-visible {
	border-radius: 4px 4px 0 0;
}

.garant-pool-map .leaflet-control-zoom a.leaflet-control-zoom-out,
.garant-pool-map .leaflet-control-zoom a.leaflet-control-zoom-out:hover,
.garant-pool-map .leaflet-control-zoom a.leaflet-control-zoom-out:focus,
.garant-pool-map .leaflet-control-zoom a.leaflet-control-zoom-out:focus-visible {
	border-radius: 0 0 4px 4px;
}

.garant-pool-map .leaflet-control-zoom a + a {
	margin-top: -1px;
}

.garant-pool-map .leaflet-control-zoom-in::before,
.garant-pool-map .leaflet-control-zoom-out::before {
	display: block;
	font-family: inherit;
	font-size: 22px;
	font-style: inherit;
	font-weight: inherit;
	line-height: 100%;
	letter-spacing: inherit;
}

.garant-pool-map .leaflet-control-zoom-in::before {
	content: '+';
}

.garant-pool-map .leaflet-control-zoom-out::before {
	content: '-';
}

.garant-pool-map .leaflet-control-attribution {
	padding: 2px 5px;
	background: transparent;
	color: #999;
	font-size: 9px;
	box-shadow: none;
}

.garant-pool-map .leaflet-control-attribution a {
	color: #bdbdbd;
}

.garant-pool-map.leaflet-container a {
	color: #4D4D4D;
}

.garant-pool-map.leaflet-container a:hover {
	color: #FFDE00;
	text-decoration: none;
}

.garant-pool-map.leaflet-container .leaflet-control-zoom a,
.garant-pool-map.leaflet-container .leaflet-control-zoom a:hover,
.garant-pool-map.leaflet-container .leaflet-control-zoom a:focus,
.garant-pool-map.leaflet-container .leaflet-control-zoom a:focus-visible {
	color: #fff;
}

.garant-pool-map__marker-wrap {
	border: 0;
	background: transparent;
}

.garant-pool-map__marker-wrap--active::before {
	position: absolute;
	left: 15px;
	top: 14px;
	display: block;
	width: var(--garant-pool-map-active-marker-glow-size);
	height: var(--garant-pool-map-active-marker-glow-size);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: var(--garant-pool-map-active-marker-glow-color);
	content: '';
	filter: blur(var(--garant-pool-map-active-marker-glow-blur));
	opacity: var(--garant-pool-map-active-marker-glow-opacity);
	pointer-events: none;
}

.garant-pool-map__marker {
	position: absolute;
	left: 4px;
	top: 3px;
	display: block;
	width: 22px;
	height: 22px;
	transform: rotate(-45deg);
	border-radius: 50% 50% 50% 0;
	background: var(--garant-pool-map-marker-color);
	box-shadow: 0 2px 7px rgb(0 0 0 / 35%);
	z-index: 1;
}

.garant-pool-map__marker-dot {
	position: absolute;
	left: 7px;
	top: 7px;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2d2d2d;
}

.garant-pool-map .garant-pool-map__tooltip {
	margin-top: var(--garant-pool-map-tooltip-offset);
	padding: 3px 7px;
	border: 0;
	border-radius: 4px;
	background: #292929;
	box-shadow: 0 2px 5px rgb(0 0 0 / 25%);
	color: #f0f0f0;
	font-size: 9px;
	font-weight: 400;
	line-height: 1.2;
}

.garant-pool-map .garant-pool-map__tooltip::before {
	display: none;
}

.garant-pool-map .garant-pool-map__leaflet-popup .leaflet-popup-content-wrapper {
	padding: 0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 30px rgb(0 0 0 / 30%);
	overflow: hidden;
}

.garant-pool-map .garant-pool-map__leaflet-popup .leaflet-popup-content {
	width: var(--garant-pool-map-card-width) !important;
	margin: 0;
}

.garant-pool-map .garant-pool-map__leaflet-popup .leaflet-popup-tip-container,
.garant-pool-map .garant-pool-map__leaflet-popup .leaflet-popup-tip {
	display: none;
}

.garant-pool-map .garant-pool-map__leaflet-popup .leaflet-popup-close-button {
	top: var(--garant-pool-map-close-button-offset);
	right: var(--garant-pool-map-close-button-offset);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--garant-pool-map-close-button-size);
	height: var(--garant-pool-map-close-button-size);
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgb(80 80 80 / 45%);
	color: #fff;
	font-size: 0;
	line-height: 1;
	text-align: center;
	text-shadow: none;
}

.garant-pool-map .garant-pool-map__leaflet-popup .leaflet-popup-close-button > img {
	display: block;
	width: var(--garant-pool-map-close-icon-size);
	height: var(--garant-pool-map-close-icon-size);
	object-fit: contain;
	pointer-events: none;
}

.garant-pool-map .garant-pool-map__leaflet-popup .leaflet-popup-close-button:hover,
.garant-pool-map .garant-pool-map__leaflet-popup .leaflet-popup-close-button:focus-visible {
	color: #fff;
	opacity: 0.8;
}

.garant-pool-map__popup {
	width: var(--garant-pool-map-card-width);
	margin: 0;
	color: #171717;
}

.garant-pool-map__popup-image {
	display: block;
	width: var(--garant-pool-map-card-width);
	height: 106px;
	object-fit: cover;
}

.garant-pool-map__popup-content {
	padding: 12px 12px 14px;
}

.garant-pool-map__popup-title {
	margin: 0;
	color: #171717;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
}

.garant-pool-map__popup-address {
	margin-bottom: 20px;
	color: #555;
	font-size: 9px;
	font-weight: 400;
	line-height: 1.35;
}

.garant-pool-map__contacts {
	display: grid;
	gap: 12px;
}

.garant-pool-map__contact {
	display: flex;
	align-items: flex-start;
	gap: var(--garant-pool-map-contact-icon-spacing);
	overflow-wrap: anywhere;
	color: #4D4D4D;
	font-size: 9px;
	font-weight: 400;
	line-height: 1.25;
	text-decoration: none;
}

.garant-pool-map__contact-icon {
	display: inline-flex;
	flex: 0 0 var(--garant-pool-map-contact-icon-size);
	align-items: center;
	justify-content: center;
	width: var(--garant-pool-map-contact-icon-size);
	height: var(--garant-pool-map-contact-icon-size);
	color: var(--garant-pool-map-marker-color);
	font-size: var(--garant-pool-map-contact-icon-size);
	line-height: 1;
}

.garant-pool-map__contact-icon > i {
	display: inline-flex;
	font-size: inherit;
	line-height: 1;
}

.garant-pool-map__contact-icon > svg {
	display: block;
	width: 100%;
	height: 100%;
}

.garant-pool-map__contact-icon > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.garant-pool-map__contact-label {
	min-width: 0;
}

.garant-pool-map__contact:hover,
.garant-pool-map__contact:focus-visible {
	color: #FFDE00;
	text-decoration: none;
}

@media (max-width: 1023px) {
	.garant-pool-map .garant-pool-map__popup-image {
		display: none;
	}

	.garant-pool-map .garant-pool-map__leaflet-popup .leaflet-popup-close-button > img {
		filter: brightness(0) saturate(100%) invert(35%);
	}
}

@media (max-width: 767px) {
	.garant-pool-map .leaflet-control-zoom {
		margin-left: 16px;
	}

	.garant-pool-map .garant-pool-map__leaflet-popup .leaflet-popup-content,
	.garant-pool-map__popup,
	.garant-pool-map__popup-image {
		width: min(var(--garant-pool-map-card-width), calc(100vw - 32px)) !important;
	}

}
