.half-map-text__text,
.half-map-text__map {
  position: relative;
  width: 100%;
}

.half-map-text__text {
  padding: 0 22px 35px;
}

.half-map-text__map {
  height: 350px;
}

.map-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 97px;
  height: 97px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(91deg, #fafafa 0.36%, #cce9f5 99.14%);
  cursor: pointer;
}

.map-pin img {
  display: block;
  width: 49px;
}

.half-map-text--margins {
  margin-top: 60px;
}

.btn-white::before {
  background: linear-gradient(90.72deg, #fafafa 0.36%, #dddddd 99.14%);
}

.btn-white {
  color: #d70c0c;
}

.half-map-text__map iframe {
  height: 100%;
}

@media (min-width: 768px) {
  .half-map-text__text {
    padding: 0 52px 50px;
  }

  .half-map-text--margins {
    margin-top: 70px;
  }
}

@media (min-width: 1200px) {
  .half-map-text {
    margin: 125px 0;
    justify-content: space-between;
  }

  .half-map-text__text,
  .half-map-text__map {
    width: calc(50% - 16px);
  }

  .half-map-text__text {
    padding: 32px 23px 32px 63px;
  }

  .half-map-text__map {
    height: auto;
  }

  .half-map-text__text-wrap {
    max-width: 704px;
    margin-left: auto;
  }

  .map-img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .map-pin {
    width: 119px;
    height: 119px;
    margin-top: -40px;
  }

  .map-pin:hover {
    background: linear-gradient(91deg, #cce9f5 0.36%, #fafafa 99.14%);
  }

  .map-pin img {
    width: 60x;
  }

  .btn-white:hover {
    color: #fff;
    transition: all ease-in-out 0.1s;
  }

  .btn-white:hover::before {
    background: linear-gradient(91deg, #af0319 0.36%, #ff222d 99.14%);
    transition: all ease-in-out 0.1s;
  }
}
