.contact-map {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .contact-map {
    margin-top: 50px;
  }
}
.contact-map .contact-map__container {
  max-width: 1392px;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 576px) {
  .contact-map .contact-map__container {
    padding: 0 16px;
  }
}
.contact-map .contact-map__content {
  position: relative;
}
.contact-map .contact-map__content .contact-map__link {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  display: block;
  text-align: center;
  padding: 12px;
  width: 418px;
  border: 1px solid rgb(16, 61, 51);
  color: rgb(16, 61, 51);
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-transform: uppercase;
}
.contact-map .contact-map__content .contact-map__link:hover {
  background-color: rgb(16, 61, 51);
  color: #fff;
}
@media (max-width: 768px) {
  .contact-map .contact-map__content .contact-map__link {
    width: 310px;
  }
}
@media (max-width: 355px) {
  .contact-map .contact-map__content .contact-map__link {
    width: 280px;
  }
}
.contact-map .contact-map__content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .contact-map .contact-map__content {
    height: 500px;
  }
}