html {
  scroll-behavior: smooth;
}

.header__search,
.header__search-btn,
.header__mob-search,
.header__social-mess,
.footer__btns-grid:empty,
.footer__bottom-made,
.map__mail:empty,
.footer__btns-link:has(.footer__btns-link-block span:empty) {
  display: none !important;
}

.footer__btns-grid {
  display: none !important;
}

.footer__bottom {
  gap: 24px;
}

.landing-thanks {
  position: fixed;
  inset: auto 24px 24px auto;
  z-index: 9999;
  max-width: 360px;
  padding: 18px 20px;
  background: #102d3f;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 16px 48px rgba(16, 45, 63, 0.28);
  font: 500 15px/1.45 Montserrat, Arial, sans-serif;
}

.landing-thanks[hidden] {
  display: none;
}

.landing-map-placeholder {
  display: flex;
  min-height: 360px;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: #e8f1f5;
  color: #102d3f;
  border-radius: 8px;
  text-align: center;
  font: 600 20px/1.35 Montserrat, Arial, sans-serif;
}

#privacy,
#cookie {
  scroll-margin-top: 120px;
}

@media (max-width: 767px) {
  .landing-thanks {
    inset: auto 16px 16px 16px;
    max-width: none;
  }
}
