

/* Start:/about/contacts/style.css?17645988791998*/
@charset "UTF-8";
.trn-contacts-map {
  position: relative;
}
@media screen and (max-width: 640px) {
  .trn-contacts-map {
    display: flex;
    flex-direction: column-reverse;
  }
}
.trn-contacts-map-info {
  background-color: var(--white);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 0px 77px 0px rgba(51, 51, 51, 0.2);
  pointer-events: all;
}
@media screen and (max-width: 640px) {
  .trn-contacts-map-info .text-dark-blue {
    font-size: 12px;
  }
}
.trn-contacts-map-info-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 32;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .trn-contacts-map-info-wrapper {
    position: static;
    margin: 50px auto !important;
    width: 100%;
  }
  .trn-contacts-map-info-wrapper .row {
    margin: 0;
  }
}
.trn-contacts-map-bg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 32;
}
@media screen and (max-width: 640px) {
  .trn-contacts-map-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    height: 480px;
  }
  .trn-contacts-map-bg:after {
    display: block;
    content: "Нажмите, чтобы управлять картой";
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 20px;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s;
    pointer-events: none; /* Чтобы текст не мешал клику */
  }
}
.trn-contacts-map iframe {
  display: block;
  position: relative;
  height: 541px;
}
.trn-contacts-map iframe:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--bg);
}
@media screen and (max-width: 640px) {
  .trn-contacts-map iframe {
    height: 490px;
    width: 155%;
    margin-left: -55%;
  }
}

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

/* End */
/* /about/contacts/style.css?17645988791998 */
