.map-1 .marker-info {
  padding: 1.8rem 1.2rem 1.8rem 1.8rem;
  text-align: center;
  font-size: 1.4rem;
  font-family: var(--main-font-family) !important;
  line-height: 1.64 !important;
}
.map-1 .marker-info p {
  margin-bottom: 1.3rem;
}
.map-1 .gm-style .gm-style-iw-t::after {
  content: unset !important;
}
.map-1 .gm-style .gm-style-iw-c {
  border-radius: var(--btn-radius) !important;
  box-shadow: 0 3px 6px #00000033 !important;
}
.map-legend {
  padding-bottom: 0;
  overflow-x: hidden;
}
.gmap-area {
  width: 100%;
  display: block;
  position: relative;
  height: 700px;
  text-align: left;
}
.gmap-area .gmap3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.legend {
  position: absolute;
  top: 0;
  height: 100%;
  width: 600px;
  background: var(--border-light-color);
  text-align: center;
  right: -546px;
  transition: all 0.3s linear;
}
.legend.show {
  right: 0;
}
.legend .content {
  width: 100%;
  display: inline-block;
  height: 100%;
  padding: 25px 25px 25px 54px;
}
.legend .body {
  width: 100%;
  display: inline-block;
  height: 100%;
  border-left: 1px solid #D5D5D5;
  padding-left: 50px;
  overflow-y: auto;
}
.legend .location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
}
.legend .location .logo-marker {
  float: left;
  margin-right: 10px;
}
.arrow-legend {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 14px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--black-color);
  border-left: 2px solid var(--black-color);
  transform: rotate(-45deg);
  transition: all 0.2s linear;
}
.arrow-legend.show {
  left: 12px;
  transform: rotate(135deg);
}
.button-legend {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 100%;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: mixed;
  cursor: pointer;
  background: var(--border-light-color);
  transition: all 0.2s linear;
}
.button-legend .tt {
  transform: rotate(180deg);
  padding-left: 8px;
  font-weight: 600;
}
.button-legend:hover {
  background: #D5D5D5;
}
.modal-marker {
  padding: 8px 10px 7px 8px;
}
.modal-marker .body-content[data-value=""],
.modal-marker .marker-logo[data-value=""],
.modal-marker .marker-name[data-value=""],
.modal-marker .marker-email[data-value=""],
.modal-marker .marker-phone[data-value=""],
.modal-marker .marker-www[data-value=""],
.modal-marker a[data-value=""] {
  display: none;
}
.modal-marker .marker-logo {
  width: 148px;
  margin-bottom: 16px;
}
.modal-marker .body-content {
  font-weight: 500;
  padding-top: 10px;
}
.modal-marker .body-content a {
  color: var(--main-color);
}
.modal-marker .marker-www {
  margin-top: 12px;
}
.gm-style .gm-style-iw-c {
  border-radius: 0;
}
/*Desktop: 1680*/
@media (max-width: 1919px) {
  .gmap-area {
    height: 600px;
  }
  .legend {
    right: -475px;
    width: 530px;
  }
}
/*Desktop: 1400*/
@media (max-width: 1679px) {
  .legend {
    right: -435px;
    width: 490px;
  }
  .legend .content {
    padding: 20px 20px 20px 54px;
  }
  .legend .body {
    padding-left: 40px;
  }
  .legend .location {
    margin-top: 16px;
  }
}
/*Desktop: 1200*/
@media (max-width: 1399px) {
  .legend {
    right: -370px;
    width: 425px;
  }
  .legend .body {
    padding-left: 25px;
  }
  .legend .location {
    margin-top: 14px;
  }
}
/*Desktop: 992*/
/*Desktop: 768*/
@media (max-width: 991px) {
  .gmap-area {
    height: 750px;
  }
}
/*Desktop: 576*/
@media (max-width: 767px) {
  .legend {
    right: calc(-100% + 55px);
    width: 100%;
  }
}
/*Desktop: 425*/
@media (max-width: 575px) {
  .gmap-area {
    height: 600px;
  }
}
/*Desktop: 320*/
