.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	margin-top: -10px;
	text-align: left;
	white-space: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popover * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popover-inner>* {
  /*max-width: 400px;*/
}
.popover-panel {
	width: 320px;
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 16px;
}

.popover-panel * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popover-close {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	width: 20px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #555;
	transform: rotate(45deg);
}
.popover-close:hover::before, .popover-close:hover::after {
	background: rgba(0, 0, 0, 1);
}
.popover-close img {
	display: none;
}
.popover-close::before, .popover-close::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: rgba(229, 228, 235, 1);
	transition: background .3s;
}
.popover-close::before {
	width: 2px;
	height: 100%;
}
.popover-close::after {
	width: 100%;
	height: 2px;
}
.popover-arrow, 
.popover-arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover-arrow {
	bottom: 10px;
	left: 0;
	margin-left: 0;
	border-width: 15px;
	border-top-color: #006EEF;
	border-bottom-width: 0;
	display: none;
}
.popover-arrow:after {
	border-width: 10px;
	content: "";
	bottom: 5px;
	margin-left: -10px;
	border-top-color: #fff;
	border-bottom-width: 0;
}
.popover-title {
	color: #000000;
	font-size: 28px;
	font-family: var(--font-GroteskText-500);
	line-height: 1;
	display: block;
	margin: 0 0 20px;
	padding: 0;
}
.popover-content {
	display: table;
	width: 100%;
}
.popover-body,
.popover-media {
	display: table-cell;
	vertical-align: top;
}
.popover-media {
	padding-left: 10px;
	width: 140px;
	text-align: left;
}
.popover-media img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
.popover-body {
	font-size: 16px;
	font-family: var(--font-NeueMontreal-500);
}
.popover-body strong {
	display: block;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
.popover-grey {
	color: #797979;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
}
.popover-body .popover-btn {
	margin-top: 10px;
}
.popover-btn {
	width: 100%;
	max-width: 200px;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	background-color: #ffcb05;
	color: #fff;
	display: block;
	text-align: center;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
.popover-btn:hover,
.popover-btn:focus {
	background-color: #ffba00;
	color: #fff;
	text-decoration: none;
	outline: 0;
}
.cluster-number {
	color: #fff;
	line-height: inherit !important;
	border-radius: 10px;
	background: rgba(39, 79, 247, 1);
	font-size: 20px;
	font-weight: 500;
	font-family: var(--font-GroteskText-500);
	border: 1px solid #fff;
}

@media(min-width: 768px) {
	.popover-panel {
		width: 400px;
		padding: 10px 40px 10px 20px;
	}
	.popover-media {
		padding-left: 20px;
		width: 190px;
	}
	.popover-body .popover-btn {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.b_nav2 {
		min-height: 40px;
	}
	.b_nav2 ._item_name {
		padding: 0 10px;
		line-height: 40px;
		font-size: 14px;
	}
}
#map_filter .filters input[type='checkbox'] {
	display:none;
}