.location-box {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}

.location-map {
  height: 400px;
  height: 100vh;
  height: calc(100vh - 56px - 96px);
  box-shadow: 0 0 50px rgba(46, 53, 56, .35);
  background-color: #eff0f0;
}

.location-map-fallback div {
  padding: 1rem;
  text-align: center;
}

/*.location-map-marker-label {
  color: #830A00;
  text-shadow: 0 0 3px #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}*/

/*.location-map .leaflet-control-container {
  position: relative;
  margin: 0 128px;
  height: 100%;
}*/

.location-map .leaflet-left {
  left: 128px;
}

.location-map .leaflet-right {
  right: 128px;
}

.location-map-popup .leaflet-popup-content-wrapper {
  background-color: rgba(126, 139, 145, .8);
}

.location-map-popup .leaflet-popup-tip {
  border-top-color: rgba(126, 139, 145, .8);
}

.location-map-popup .leaflet-popup-content,
.mapboxgl-popup .mapboxgl-popup-content {
  padding-top: 15px;
  padding-bottom: 10px;
  font: 14px/1.5 'Neris', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  color: #fff;
}

.location-map-popup svg,
.mapboxgl-popup .mapboxgl-popup-content svg {
  width: 100%;
  height: 49px;
  fill: #fff;
}

.leaflet-container .big-btn.leaflet-control {
  font-size: 18px;
  color: #839297;
}

.leaflet-container .big-btn.leaflet-control:hover,
.leaflet-container .big-btn.leaflet-control:focus {
  color: #fff;
}

@media (min-width: 600px) {
  .location-body {
    padding: 48px 10%;
  }

  .location-map {
/*    height: 90%;
    margin: 0 15% 64px;*/
    margin-top: 64px;
  }

/*  .location-box {
    margin-left: 20%;
  }*/
}

/* Mapbox GL */

.mapboxgl-control-container .mapboxgl-ctrl-top-left,
.mapboxgl-control-container .mapboxgl-ctrl-bottom-left {
  left: 15%;
  margin: 0;
}

.mapboxgl-control-container .mapboxgl-ctrl-top-right,
.mapboxgl-control-container .mapboxgl-ctrl-bottom-right {
  right: 15%;
  margin: 0;
}

@media screen and (min-width: 600px) {
  .mapboxgl-control-container .mapboxgl-ctrl-top-left,
  .mapboxgl-control-container .mapboxgl-ctrl-bottom-left {
    left: 0;
    margin: 16px;
  }

  .mapboxgl-control-container .mapboxgl-ctrl-bottom-right {
    right: 0;
  }

  .mapboxgl-control-container .mapboxgl-ctrl-top-right {
    right: 0;
    margin: 16px;
  }
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  border-bottom-color: rgba(126, 139, 145, .8) !important;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  border-top-color: rgba(126, 139, 145, .8) !important;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  border-right-color: rgba(126, 139, 145, .8) !important;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left-color: rgba(126, 139, 145, .8) !important;
}

.mapboxgl-popup {
  max-width: 160px;
}

.mapboxgl-popup-content {
  background: rgba(126, 139, 145, .8) !important;
}

.location-map .big-btn {
  pointer-events: auto;
}