html {
  scroll-behavior: smooth;
}

body.tz-full-copy {
  overflow-x: hidden;
  letter-spacing: 0;
}

body.tz-full-copy *,
body.tz-full-copy *::before,
body.tz-full-copy *::after {
  letter-spacing: 0;
  box-sizing: border-box;
}

[data-tz-phone],
[data-tz-max] {
  text-decoration: none;
}

.ContactButton_phoneNumber__yucJP,
[data-tz-phone] .mantine-Button-label {
  width: auto !important;
  min-width: 0;
  white-space: nowrap;
  text-shadow: none !important;
}

[datatype="singleimage"] .mantine-Image-root,
[datatype="headcontentblock"] [datatype="singleimage"] .mantine-Image-root {
  object-fit: contain !important;
}

[datatype="singleimage"].mantine-AspectRatio-root {
  --ar-ratio: inherit;
}

.tz-gallery .mantine-Carousel-container {
  transition: transform 300ms ease;
  will-change: transform;
}

.tz-gallery .mantine-Carousel-slide {
  flex: 0 0 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  --carousel-slide-size: 100% !important;
}

.tz-gallery [datatype="gallerycard"],
.tz-gallery [datatype="fittedimagewithblur"] {
  width: 100% !important;
}

.tz-gallery [data-slide-index] {
  cursor: zoom-in !important;
}

.tz-gallery .mantine-Carousel-control {
  z-index: 5;
  display: grid !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer;
}

.tz-map-panel {
  width: 100%;
  min-width: 0;
  height: auto !important;
  min-height: 18rem;
  overflow: visible !important;
}

.tz-map-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--mantine-spacing-sm);
  width: 100%;
}

.tz-map-grid img {
  display: block;
  width: 100%;
  height: 16rem;
  object-fit: contain;
  background: var(--mantine-color-cardBackground-filled);
  border-radius: var(--mantine-radius-xl);
}

.tz-review[hidden],
[data-tz-extra-review-wrapper][hidden],
[data-tz-more-reviews][hidden],
[data-tz-yandex-reviews][hidden] {
  display: none !important;
}

[data-tz-yandex-reviews] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto !important;
  min-height: 3rem;
  padding: 0.625rem 1.25rem !important;
  line-height: 1.25 !important;
}

[data-tz-yandex-reviews] .mantine-Button-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

[data-tz-yandex-reviews] .mantine-Button-label {
  display: block;
  overflow: visible;
  white-space: normal;
  text-align: center;
  line-height: 1.25;
}

.tz-avatar-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.tz-desktop-bar {
  z-index: 900 !important;
  transform: translateY(-100%);
  transition: transform 200ms ease, left 200ms ease, right 200ms ease !important;
  will-change: transform;
  pointer-events: none;
}

.tz-desktop-bar.is-visible {
  transform: translateY(0);
  pointer-events: auto;
}

.tz-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.65rem 1rem;
  border: 0;
  border-radius: 1.25rem;
  font: inherit;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  cursor: pointer;
}

.tz-action--phone {
  color: var(--mantine-color-primaryText-0);
  background: var(--mantine-color-primary-9);
}

.tz-action--max {
  color: var(--mantine-color-defaultText-text);
  background: var(--mantine-color-cardBackground-filled);
}

.tz-action svg,
.tz-action img {
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1.35rem;
}

.tz-mobile-bar {
  display: none;
}

.tz-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 4.5rem;
  background: rgba(7, 13, 27, 0.9);
}

.tz-lightbox.is-open {
  display: flex;
}

.tz-lightbox__image {
  max-width: min(72rem, 100%);
  max-height: calc(100vh - 3rem);
  object-fit: contain;
}

.tz-lightbox__button {
  position: absolute;
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  color: #101828;
  background: #fff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.tz-lightbox__button--close {
  top: 1rem;
  right: 1rem;
}

.tz-lightbox__button--prev {
  left: 1rem;
}

.tz-lightbox__button--next {
  right: 1rem;
}

.tz-desktop-footer {
  width: 100%;
  margin-top: 1rem;
  padding: 1.25rem 1rem 2rem;
  background: var(--mantine-color-paperBackground-filled);
  border-top: 1px solid var(--mantine-color-subText-0);
}

.tz-desktop-footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: min(90rem, 100%);
  margin: 0 auto;
}

@media (max-width: 47.99em) {
  body.tz-full-copy {
    padding-bottom: 8.5rem;
  }

  .tz-desktop-bar {
    display: none;
  }

  .tz-desktop-footer {
    display: none;
  }

  .tz-mobile-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    padding: 0.75rem max(0.75rem, env(safe-area-inset-right)) calc(0.75rem + env(safe-area-inset-bottom)) max(0.75rem, env(safe-area-inset-left));
    background: color-mix(in srgb, var(--mantine-color-paperBackground-filled) 96%, transparent);
    box-shadow: 0 -8px 30px rgba(73, 87, 117, 0.18);
    backdrop-filter: blur(14px);
  }

  .tz-mobile-bar .tz-action {
    width: min(100%, 22rem);
    min-width: 0;
    min-height: 3.5rem;
    padding-inline: 0.7rem;
  }

  .tz-map-grid {
    grid-template-columns: 1fr;
  }

  .tz-map-grid img {
    height: 14rem;
  }

  .tz-lightbox {
    padding: 4rem 0.75rem;
  }

  .tz-lightbox__button--prev {
    left: 0.5rem;
  }

  .tz-lightbox__button--next {
    right: 0.5rem;
  }
}
