.content-menu-sticky {
  z-index: 999;
}

.sticky-wrap-content-menu-sticky {
	margin-top: -57px;
}

.filtersGlob {
  margin-top: 0;
}

.filtersGlob .scrollHashParent ul.scrollHash li {
	width: auto;
}

.scrollHash li a span:before {
	display: block;
    content: attr(title);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.filtersGlob .scrollHashParent ul.scrollHash li.active a span {
	font-weight: 700;
}

.filtersGlob .scrollHashParent ul.scrollHash li.active a span:after {
	display: block;
}
.tooltipWrap {
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
	background: #fff;
	height: 20px !important;
}

.tooltipWrap > div:first-child > div div,
/*.tooltipWrap > div:nth-child(3),*/
.tooltipWrap > div:first-child > div:first-child {
	display: none;
}

.tooltipWrap > div:first-child div:nth-child(4) {
	border-radius: 0 !important
}

.tooltipWrap .gm-style-iw {
	color: #1780C5;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	/*text-align: center;*/
}

@media(max-width: 767px) {
	.filtersGlob .pgtitle, 
	.filtersGlob .git {
		display: none;
	}
	.filtersGlob .scrollHashParent {
		float: none;
		width: 100%;
	}
	.filtersGlob .scrollHashParent ul.scrollHash {
		width: 100%;
	}
	.filtersGlob .scrollHashParent ul.scrollHash li {
		width: auto;
		margin: 0;
	}
	.filtersGlob .scrollHashParent ul.scrollHash li a {
		padding: 0;
	}
	.mapWrap .mapinnerWrap {
		top: 47px;
		text-align: center;
	}
	.mapSe .mapsField input.inputfield {
		min-width: 245px;
		width: 100%;
	}
	.mapSe {
		width: 100%;
	}
}