.contacts--map {
  position: relative;
  margin-top: 4.2rem;
}
@media all and (min-width: 760px) {
  .contacts--map {
    margin-top: 6rem;
  }
}
.contacts--map .wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1000;
}
.contacts--map .wrapper .controls {
  margin: 3rem 0;
}
.contacts--map--marker--infowin {
  display: block;
  padding: 3.2rem;
  font-size: 1.6rem;
  font-family: var(--font--walsheim);
  line-height: 1.3;
  font-weight: normal;
  box-shadow: var(--shadow);
  position: relative;
}
.contacts--map--marker--infowin button.close {
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
}
.contacts--map--marker--infowin h2 {
  font-family: var(--font--comfortaa);
  font-size: 2.4rem;
  margin-top: 0;
}
.contacts--map--marker--infowin .field {
  margin: 1.6rem 0;
}
.contacts--map--marker--infowin .field:last-of-type {
  margin-bottom: 0;
}
.contacts--map--marker--infowin .description {
  margin: 1.6rem 0;
  color: var(--color--gray);
  font-size: 1.6rem;
  line-height: 1.2;
}
.contacts--map--marker--infowin .description .field {
  margin: 0.8rem 0;
}
.contacts--map--marker--infowin .email a {
  color: var(--color--purple);
  text-decoration: underline;
}
.contacts--map--filter {
  position: absolute;
  z-index: 100;
  top: 4.2rem;
  left: 0;
  width: 100%;
}
.contacts--map--map {
  width: 100%;
  height: 52rem;
}
@media all and (min-width: 760px) {
  .contacts--map--map {
    height: 56rem;
  }
}

.gm-style .gm-style-iw {
  padding: 0;
  border-radius: 1.6rem;
  box-shadow: var(--box--shadow);
}
.gm-style .gm-style-iw-t:after {
  display: none;
}
.gm-style .gm-style-iw button.gm-ui-hover-effect {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
