@charset "UTF-8";
/* xl - DESKTOP STYLES */
.wp-block-group {
  margin-block-end: 0 !important;
  margin-block-start: 0 !important;
}
@media (max-width: 781px) {
  .wp-block-columns.imageheight .wp-block-column {
    border-radius: 10px;
  }
}
.wp-block-columns.imageheight .wp-block-column figure.wp-block-image {
  width: 100% !important;
  height: 100% !important;
}
.wp-block-columns.imageheight .wp-block-column figure.wp-block-image img {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 781px) {
  .wp-block-columns.imageheight .wp-block-column figure {
    display: none;
  }
}
h1 {
  visibility: hidden;
}
header {
  position: fixed;
  z-index: 999;
  width: 100vw;
}
.fullwidth-button {
  width: 100%;
}
/* Основной контейнер */
.map-container-1040 {
  width: 100%;
  aspect-ratio: 1.7777777778;
  /* Автоматически вычисляет высоту из ширины */
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}
/* Фото-заглушка */
.map-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Ваша кнопка по ТЗ */
.map-action-btn {
  /* Геометрия */
  width: 192.28px;
  height: 48.5px;
  padding: 12px 32px 10px;
  border-radius: 10px;
  /* Позиционирование по центру */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Цвета и Шрифт */
  background-color: #187829;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  /* Оформление */
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.3s;
}
.map-action-btn:hover {
  background-color: #146322;
}
/* Стили самого фрейма */
.map-frame-element {
  display: none;
  /* Скрыт до клика */
  width: 100%;
  height: 100%;
  border: 0;
}
.map-darken-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Черный цвет с прозрачностью 50% */
  /* Изменяйте 0.5 (от 0.0 до 1.0), чтобы регулировать темноту */
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  /* Находится над фото, но под кнопкой */
}
.mobile-full-width {
  margin-top: -60px !important;
  margin-bottom: -90px !important;
}
@media (max-width: 781px) {
  .mobile-full-width {
    --wp--style--root--padding-right: 0px !important;
    --wp--style--root--padding-left: 0px !important;
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .wp-block-image img {
    max-height: 200px;
    object-fit: cover;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F882-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAD3CA%3BACgDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhDA%3BAC4DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5DA%3BACoEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6BA%3BAAAA%3BAAAA%3BADjGA%3BACsGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */