.fm-map-container svg {
	z-index: 1;
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
}
.fm-tooltip {
	display: none;
	position: absolute;
	z-index: 3;
	min-width: 200px;
}
.fm-tooltip-image {
	white-space: nowrap;
}
.fm-tooltip-image img {
	max-width: none;
}
.fm-tooltip-comment {
	font-size: 12px;
	/*font-family: arial;*/
	color: #fff;
}
.fm-tooltip-comment .filial:not(:last-child) {
  margin-block-end: 5px;
  border-bottom: 1px solid #555;
  padding-block-end: 5px;
}

.fm-tooltip-comment .filial p {
	margin: 0;
	color: #f5f5f5;
}
.fm-tooltip-comment .filial p svg {
	margin-right: 10px;
}
.fm-tooltip-comment .filial p.filial--name {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	margin-block-end: 5px;
	padding-left: 0px;
  	line-height: initial;

}
.fm-tooltip-comment .filial p .fa {
	vertical-align: middle;
	width: 15px;
}
.fm-tooltip-frame {
	background-color: #2b2d31;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 5px;
	opacity: .99;
	max-width: 420px;
	min-width: 220px;
	border-collapse: separate;
	margin-bottom: 0 !important;
	line-height: 1.4;
	vertical-align: top;
	table-layout: auto;
}
.fm-tooltip-frame td {
	background-color:inherit;
	border: none;
	padding: 5px;
	vertical-align: top;
	margin: 0;
}
.fm-tooltip-name {
 	color: #fff;
	text-shadow: -1px 0 #222, 0 1px #222, 1px 0 #222, 0 -1px #222;
 	font-size: 20px;
	font-weight: bold;
	padding: 5px;
	font-family: arial;
	line-height: 1;
}
.fm-tooltip-x {
	color: #444;
	font: 12px/100% arial, sans-serif;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	z-index: 5;
	visibility: hidden;
	cursor: pointer;
	margin: -5px -5px 5px 5px;
	border-bottom: none !important;
	float: right;
}
.fm-tooltip-x img {
	width: 12px !important;
	padding:0 !important;
	margin:0 !important;
	border:0 !important; 
}
.fm-tooltip-x.fm-frozen-x {
	visibility: visible;
}
.fm-tooltip-x.fm-mobile-x {
	visibility: visible;
}

.fm-scale {
	position: absolute;
	left: 0px;
	top: 10%;
	z-index: 2;
	margin: 10px;
	height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}
.fm-scale div {
	float: left;
}
.fm-scale a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: Times, "Times New Roman";
	font-size: 20px;
	line-height: auto;
	text-align: center;
	cursor: pointer;
	color: #fff;
	width: 34px;
	height: 34px;
	padding-top: 1px;
	border: 1px solid #222222;
	text-decoration: none;
	margin-right: 3px;
	margin-bottom: 0px;
	border-radius: 2px;
	background: #f6842b;
}
.fm-scale a:hover {
	color: #333;
}
.fm-scale a.fm-inactive {
	cursor: default;
	color: #ccc;
}
.fm-scale-display {
	clear: both;
	position: relative;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 1px;
	bottom: 0px;
	margin-bottom: 5px;
	/*background-color: #e8e8e8;*/
}
.fm-scale-display div {
	background-color: #237cbd;
	height: 1px;
	-webkit-transition: width ease-in-out .2s;
	transition: width ease-in-out .2s;
}

.fm-scale-buttons {
	clear: both;
}

.fm-no-events {
    pointer-events: none;
}

@media (max-width: 768px) {
	.fm-mobile-fixed .fm-tooltip-frame {
		max-width: 100%;
		width: 100%;
	}
	.fm-mobile-fixed .fm-tooltip-comment {
		width: 100%;
	}
	.fm-scale a { 
		width: 31px;
		height: 27px;
		font-size: 21px;
		line-height: 28px;
	}
}
