.shops-map {
	position: relative;
}

.shop {
	cursor: pointer;
}

.shop:visited, .shop:focus, .shop:hover, .shop:active, .shop.hover {
	filter: invert(56%) sepia(69%) saturate(1342%) hue-rotate(348deg) brightness(100%) contrast(94%);
}

.shops-logos img {
	display: block;
	position: absolute;
	z-index: 1000;
	max-height: none;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.tooltip {
	display: none;
	position: absolute;
	width: 300px;
	padding: 25px;
	color: #000;
	background-color: #fff;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	z-index: 2000;
}

.tooltip img {
	display: none;
}

.tooltip .name {
	font-weight: 700;
	color: #000;
	font-size: 22px;
	line-height: 1.2;
}

.tooltip .warning {
	padding: 15px 0;
	line-height: 1.2;
	color: #f00;
}

.tooltip table tbody tr td, .tooltip table tbody tr th {
	padding: 5px 5px;
	border: 1px solid #dddddd;
	text-align: center;
	color: #222;
}