#mapLeaflet {
	isolation: isolate;
	font-size: 0.7rem;
	height: 540px;
	width: 100%;
}

.leaflet-tile {
	filter: grayscale(0.5);
}

.leaflet-control-attribution .leaflet-attribution-flag {
	display: none !important;
}

.leaflet-container {
	font-family: inherit;
}

.leaflet-control-attribution a {
	color: #ff5f56;
}

.leaflet-popup-content-wrapper {
	border-radius: 0;
	/*border-top: 2px solid #ff5f56;*/
	padding: 20px;
}

.leaflet-popup-content {
	line-height: inherit;
	margin: 0;
	text-align: center;
}

.leaflet-popup-tip {
	background: #ffffff;
}

.leaflet-popup-content-wrapper {
	/*font-size: 15px;*/
}

.leaflet-popup-content-wrapper strong {
	/*color: #4779e5;*/
	text-transform: uppercase;
	font-size: 1.2em;
}

.leaflet-popup-content-wrapper a {
	color: inherit;
}

.leaflet-popup-content-wrapper a:hover {
	color: #ff5f56;
}

.leaflet-popup-content-wrapper .subtitle {
	margin-bottom: 5px;
	color: #ff5f56;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.leaflet-popup-content-wrapper .title {
	color: #525252;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.leaflet-popup-content-wrapper .address {
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	margin-block: 1rem;
	padding-block: 1rem;
	position: relative;
}

.leaflet-popup-content-wrapper .address a {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding-right: 20px;
}

.leaflet-popup-content-wrapper .address a::after {
	content: "\e921";
	font-family: generi;
	font-size: 12px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.leaflet-popup-content-wrapper .icon {
	font-size: 38px;
	color: #ff5f56;
}

.leaflet-popup-content-wrapper .contacts {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.leaflet-popup-content-wrapper .contacts .item {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.leaflet-popup-content-wrapper .icon-small {
	font-size: 18px;
	color: #ff5f56;
	margin-inline: 10px;
}

.leaflet-popup-close-button {
	color: #ffffff !important;
}
