.cms-language-switcher {
  position: absolute;
  z-index: 24;
  top: 14px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.58);
  backdrop-filter: blur(8px);
  font: 600 12px/1 Inter, Arial, sans-serif;
}

.cms-language-switcher a {
  display: inline-flex;
  min-width: 29px;
  height: 27px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
}

.cms-language-switcher a[aria-current="true"] {
  background: #fff;
  color: #014422;
}

.cms-form-status {
  margin-top: 12px;
  min-height: 1.5em;
  color: #014422;
  font: 500 14px/1.5 Inter, Arial, sans-serif;
}

.cms-form-status[data-state="error"] {
  color: #a01818;
}

.form__button[aria-busy="true"] {
  cursor: wait;
  opacity: 0.65;
}

.cms-consent {
  position: fixed;
  z-index: 1000;
  right: 18px;
  bottom: 18px;
  width: min(420px, calc(100vw - 36px));
  padding: 20px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.28);
  color: #171717;
  font: 400 14px/1.5 Inter, Arial, sans-serif;
}

.cms-consent p {
  margin: 0 0 14px;
}

.cms-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cms-consent button,
.cms-waze-button {
  min-height: 42px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: 600 14px/1 Inter, Arial, sans-serif;
}

.cms-consent__accept {
  background: #014422;
  color: #fff;
}

.cms-consent__reject {
  background: #e9eeeb;
  color: #173025;
}

.cms-new-reviews {
  box-sizing: border-box;
  width: min(1224px, calc(100% - 32px));
  margin: 48px auto 24px;
  color: #111;
  font-family: Inter, Arial, sans-serif;
}

.cms-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1px;
  align-items: start;
  column-gap: 24px;
  row-gap: 0;
}

.cms-review-card {
  padding: 26px;
  border: 1px solid #d6ded9;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(0, 50, 31, 0.08);
}

.cms-review-card__body {
  font-size: 17px;
  line-height: 1.65;
}

.cms-review-card__body > :first-child {
  margin-top: 0;
}

.cms-review-card__author {
  margin: 20px 0 0;
  color: #014422;
  font-weight: 700;
}

.cms-waze-wrap {
  display: none;
  padding: 12px 0 0;
  text-align: left;
}

.cms-waze-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #33ccff;
  color: #092b36;
  text-decoration: none;
}

.cms-waze-button svg {
  width: 24px;
  height: 24px;
}

.cms-requisites-trigger {
  cursor: pointer;
  overflow: visible !important;
}

.cms-requisites-trigger > :not(.cms-requisites-link) {
  display: none !important;
}

.cms-requisites-link {
  display: inline-block;
  color: inherit;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.cms-requisites-link:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(1, 68, 34, 0.28);
  outline-offset: 5px;
}

.cms-requisites-dialog {
  position: fixed;
  inset: 0;
  width: min(560px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: #fff;
  color: #202523;
  box-shadow: 0 24px 75px rgba(0, 0, 0, 0.34);
  font: 400 16px/1.65 Inter, Arial, sans-serif;
}

.cms-requisites-dialog::backdrop {
  background: rgba(0, 24, 14, 0.68);
  backdrop-filter: blur(3px);
}

.cms-requisites-card {
  position: relative;
  padding: 34px;
}

.cms-requisites-card h2 {
  margin: 0 48px 22px 0;
  color: #014422;
  font-size: clamp(28px, 5vw, 38px);
  line-height: 1.1;
}

.cms-requisites-body p {
  margin: 0;
}

.cms-requisites-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #edf2ef;
  color: #153126;
  cursor: pointer;
  font: 400 30px/1 Arial, sans-serif;
}

.cms-gallery-contact-section {
  margin-top: 88px !important;
}

.cms-legacy-reviews-section,
.cms-legacy-review-element {
  display: none !important;
}

@media (max-width: 900px) {
  .cms-language-switcher {
    top: 31px;
    right: 66px;
  }

  .cms-review-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 24px;
  }

  .cms-review-card { grid-row-end: auto !important; }

  .cms-waze-wrap {
    display: block;
  }

  #zyuHNk.cms-address-with-waze {
    overflow: visible !important;
  }

  .cms-waze-button {
    min-height: 40px;
    padding: 8px 14px;
  }

  .cms-requisites-trigger {
    transform: translateY(28px);
  }

  .cms-requisites-card {
    padding: 28px 22px;
  }

  .cms-gallery-contact-section {
    margin-top: 58px !important;
  }
}
