/* hides the Ukrainian flag in the attributions */
.leaflet-attribution-flag {
	display: none !important;
}

.leaflet-container .marker .pin {
	width: 48px;
	height: 48px;
	text-align:center;
	border-radius: 50% 50% 50% 0;
	background: #000;
	transform: rotate(-45deg);
}

.leaflet-container .marker .pin .content {
	width: 34px;
	height: 34px;
	line-height:34px;
	transform: rotate(45deg);
	margin: 6px 0 0 8px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
}
