.map {
  position: relative;
}
.map__title {
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  color: var(--title);
  margin-bottom: 8px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.map__box {
  position: relative;
  min-height: 400px;
  padding: 30px 0;
}
.map__container {
  position: relative;
}
.map__contacts {
  position: relative;
  z-index: 3;
  max-width: 400px;
  padding: 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  text-align: center;
  border-radius: 20px;
  border: 1px solid #e2e7f0;
  background: var(--white);
}
@media (max-width: 767.98px) {
  .map__contacts {
    margin: 0 auto;
    max-width: 100%;
  }
}
.map__logo {
  display: block;
  width: 100%;
  height: 7rem;
  background: url("/Firefly/templates/default/assets/images/logo.svg") no-repeat center;
  background-size: contain;
}
.map__contacts-title {
  padding-top: 30px;
  padding-bottom: 5px;
  color: #000;
  font-size: 2.2rem;
  font-weight: 700;
}
.map__text {
  margin: 0;
  padding: 5px;
  color: #333;
  font-size: 1.7rem;
}
.map__button {
  display: inline-block;
  margin-top: 20px;
  padding: 0.9em 2.4em !important;
  border-radius: 16px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  box-shadow: 0 16px 30px rgba(240, 43, 78, 0.22);
}
@media (max-width: 767.98px) {
  .map__button {
    border-radius: 12px;
    font-size: 1.5rem;
  }
}
.map__ya {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 768px) {
  .map__ya {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .map__ya {
    min-height: 400px;
  }
}
.map__ya iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .map__ya iframe {
    min-height: 400px;
  }
}
.map__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.map__overlay-text {
  font-size: 2rem;
  line-height: 1.4;
}

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