.category-buttons {
    display: inline-flex;
    justify-content: center;
    padding: 24px 48.5px 0px 47.5px;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    background: #FFF;
/*     box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25); */
}

.category-buttons button{
    padding: 0;
    border: none;
    color: #0C1316;
    font-family: 'Gotham';
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 40px; 
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
    background-color: transparent !important;
}


.category-buttons button.active{
    border-bottom: 4px solid #0C1316;
}

.map-locations-list {
    padding: 56px;
}

.map-locations-list ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #0C1316;
    font-family: 'Gotham';
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 36px;
    display: flex;
	flex-wrap: wrap;
    gap: 100px;
    max-width: 960px;
    margin:0 auto;
}

.map-locations-list ul li {
	flex: 1 0 25%;
	max-width: 25%;
}


.locations-list-wrap{
    margin-top: -68px;
    position: relative;
    z-index: 1;
}

.category-buttons-wrap {
    display: flex;
    justify-content: center;
}

.gm-style-iw-d {
	overflow: auto !important;
}

.gm-style-iw-d .title {
	font-weight: bold;
}

.gm-style-iw-ch {
	padding: 0 !important;
}

.gm-style-iw-ch {
	padding: 0 !important;
}

.gm-style .gm-style-iw-tc,
.gm-style .gm-style-iw-tc::after {
	height: 6px !important;
	width: 12px !important;
}

.gm-style .gm-style-iw-tc::after {
	background: #0C1316 !important;
}

.gm-style .gm-style-iw-c {
	padding: 8px !important;
	padding-right: 34px !important;
	background: #0C1316 !important;
	color: #fff !important;
	border-radius: 8px !important;
}
.gm-style-iw-chr button.gm-ui-hover-effect {
	position: absolute !important;
	right: 8px !important;
	width: 16px !important;
	height: 16px !important;
}

.gm-style-iw-chr button.gm-ui-hover-effect span {
	margin: 0 !important;
	width: 16px !important;
	height: 16px !important;
	background-color:#fff !important;
}