.location-showcase {
  width: min(1460px, calc(100% - 120px));
  margin: 30px auto 48px;
  font-family: inherit;
}

#contacts {
  display: none !important;
}

.location-showcase * {
  box-sizing: border-box;
}

.location-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 380px);
  gap: 26px;
  align-items: stretch;
  margin-bottom: 30px;
}

.location-hero__text {
  min-height: 500px;
  padding: 48px;
  border-radius: 24px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 26, 15, .86), rgba(8, 26, 15, .32)),
    url("locations-hero-new.jpg") center / cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.location-eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #41d264;
}

.location-hero h1 {
  margin: 0 0 16px;
  max-width: 900px;
  font-size: clamp(36px, 5vw, 72px);
  line-height: .96;
  font-weight: 900;
  color: #fff;
}

.location-hero p {
  margin: 0;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.55;
}

.location-summary {
  padding: 30px;
  border-radius: 24px;
  background: #f3f7f1;
  border: 1px solid rgba(35, 200, 79, .22);
  display: grid;
  align-content: center;
  gap: 16px;
}

.location-summary__number {
  font-size: 64px;
  line-height: 1;
  font-weight: 900;
  color: #178032;
}

.location-summary strong {
  display: block;
  color: #101810;
  font-size: 24px;
  line-height: 1.15;
}

.location-summary span {
  display: block;
  color: #263026;
  font-size: 16px;
  line-height: 1.45;
}

.location-section-title {
  margin: 0 0 18px;
  font-size: 34px;
  line-height: 1.1;
  color: #101810;
}

.location-gallery {
  margin: 0 0 34px;
}

.location-gallery__stage {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #eef3ee;
  box-shadow: 0 16px 42px rgba(12, 27, 13, .16);
}

.location-gallery__item {
  display: none;
}

.location-gallery__item.is-active {
  display: block;
}

.location-gallery img,
.location-gallery video {
  display: block;
  width: 100%;
  height: min(62vw, 620px);
  object-fit: cover;
  background: #eef3ee;
}

.location-gallery__caption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: calc(100% - 48px);
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(8, 26, 15, .78);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.location-gallery__nav {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: #101810;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.location-gallery__nav:hover {
  background: #41d264;
  color: #fff;
}

.location-gallery__nav--prev {
  left: 18px;
}

.location-gallery__nav--next {
  right: 18px;
}

.location-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.location-gallery__thumb {
  min-height: 78px;
  border: 2px solid transparent;
  border-radius: 14px;
  background: #e8eee6 center / cover no-repeat;
  cursor: pointer;
  opacity: .72;
}

.location-gallery__thumb.is-active {
  border-color: #178032;
  opacity: 1;
}

.location-gallery__thumb span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 8px;
  border-radius: 50%;
  background: rgba(8, 26, 15, .76);
  color: #fff;
  font-weight: 900;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 34px;
}

.location-card {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(12, 27, 13, .1);
  border: 1px solid rgba(30, 40, 30, .08);
}

.location-card__body {
  padding: 24px;
}

.location-card h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.16;
  color: #101810;
}

.location-card__meta {
  display: grid;
  gap: 8px;
  color: #263026;
  font-size: 16px;
  line-height: 1.45;
}

.location-card__meta a {
  color: #101810 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

body .location-card__meta a,
body .location-card__meta a:visited,
body .location-card__meta a:hover {
  color: #101810 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.location-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.location-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 17px;
  border: 0;
  border-radius: 999px;
  background: #178032;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  cursor: pointer;
}

.location-button--light {
  background: #eef6ed;
  color: #178032 !important;
}

.location-map {
  padding: 26px;
  border-radius: 24px;
  background: #f3f7f1;
  border: 1px solid rgba(35, 200, 79, .18);
}

.location-map__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.location-map__tab {
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  background: #fff;
  color: #263026;
  font-weight: 800;
  cursor: pointer;
}

.location-map__tab.is-active {
  background: #178032;
  color: #fff;
}

.location-map iframe {
  display: block;
  width: 100%;
  height: 520px;
  border: 0;
  border-radius: 18px;
  background: #fff;
}

@media (max-width: 1020px) {
  .location-hero,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .location-hero__text {
    min-height: 380px;
    padding: 30px;
  }
}

@media (max-width: 620px) {
  .location-gallery__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .location-gallery img,
  .location-gallery video {
    height: 360px;
  }

  .location-gallery__caption {
    position: static;
    max-width: none;
    border-radius: 0;
  }

  .location-card__body,
  .location-summary,
  .location-hero__text,
  .location-map {
    padding: 22px;
    border-radius: 18px;
  }
}

@media (max-width: 760px) {
  .node.css1 .hamburger1-header {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .node.css1 .hamburger1-altmenu {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .node.css1 .hamburger1-altmenu .gridwrap {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .node.css1 .hamburger1-altmenu .col {
    width: auto !important;
    min-width: 0 !important;
  }

  .node.css1 .hamburger1-altmenu .col:first-child {
    flex: 0 0 48px !important;
  }

  .node.css1 .hamburger1-altmenu .col:nth-child(2) {
    flex: 1 1 auto !important;
  }

  .node.css1 .hamburger1-altmenu .col:nth-child(3) {
    flex: 0 0 auto !important;
  }

  .node.css1 .node.css7 img[data-lazy-image="site-photos/lespromhoz-logo-transparent.png"] {
    max-width: 46px !important;
    max-height: 30px !important;
  }

  .node.css1 .textable.css8 {
    font-size: 14px !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
  }

  .node.css1 .soc-icon.css9 .link.wa {
    display: none !important;
  }

  .node.css1 .soc-icon.css9 .link.vk,
  .node.css1 .soc-icon.css9 .link.tg {
    width: 34px !important;
    height: 34px !important;
  }

  .node.css30 > .container,
  .node.css30 > .container > .cont {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    box-sizing: border-box !important;
  }

  .node.css30 {
    padding-top: 82px !important;
  }

  .node.css35 > .w-elements-grid > .cont {
    gap: 18px !important;
  }

  .node.css36 {
    width: 100% !important;
    border-radius: 18px !important;
  }

  .node.css37 .bgnormal,
  .node.css37 img {
    height: 220px !important;
    border-radius: 18px 18px 0 0 !important;
  }

  .node.css38,
  .node.css40,
  .node.css46 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .textable.css39 {
    font-size: 20px !important;
    line-height: 1.2 !important;
  }

  .textable.css41,
  .textable.css43 {
    font-size: 15px !important;
    line-height: 1.4 !important;
  }
}
