/* Patch 16 — фикс логотипа и поиска на главной */

/* Возвращаем шапку в нормальный размер */
.topbar,
.topbar-v3 {
  height: 78px !important;
  padding: 0 34px !important;
  overflow: hidden !important;
}

/* Логотип крупнее, но больше не вылезает */
.logo-dynamic {
  min-width: 150px !important;
  height: 78px !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
}

.logo-dynamic img {
  height: 70px !important;
  max-height: 70px !important;
  max-width: 190px !important;
  width: auto !important;
  object-fit: contain !important;
  object-position: left center !important;
  transform: none !important;
}

/* Главный экран */
.dynamic-hero,
.agency-hero,
.hero-v3 {
  min-height: 610px !important;
  overflow: visible !important;
}

/* Поиск возвращаем по центру */
.hero .search-card,
.agency-hero .search-card,
.agency-search {
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  bottom: -56px !important;
  transform: translateX(-50%) !important;
  width: min(980px, calc(100% - 32px)) !important;
  max-width: 980px !important;
  z-index: 5 !important;
}

/* Чтобы форма не упиралась в правый край */
.agency-search {
  grid-template-columns: 1.4fr 1fr 1fr auto !important;
}

/* Районы снова ниже поиска */
.districts-section {
  padding-top: 105px !important;
}

/* Слои hero */
.dynamic-hero::before {
  z-index: 0 !important;
}

.dynamic-hero > * {
  position: relative !important;
  z-index: 1 !important;
}

/* Меню под новой высотой */
.nav {
  top: 78px !important;
}

/* Мобильная версия */
@media (max-width: 900px) {
  .topbar,
  .topbar-v3 {
    height: 70px !important;
    padding: 0 16px !important;
  }

  .logo-dynamic {
    min-width: 120px !important;
    height: 70px !important;
  }

  .logo-dynamic img {
    height: 62px !important;
    max-height: 62px !important;
    max-width: 155px !important;
  }

  .nav {
    top: 70px !important;
  }

  .dynamic-hero,
  .agency-hero,
  .hero-v3 {
    min-height: 720px !important;
  }

  .hero .search-card,
  .agency-hero .search-card,
  .agency-search {
    grid-template-columns: 1fr !important;
    bottom: -125px !important;
    width: calc(100% - 22px) !important;
  }

  .districts-section {
    padding-top: 155px !important;
  }
}

@media (max-width: 560px) {
  .logo-dynamic img {
    height: 56px !important;
    max-height: 56px !important;
    max-width: 140px !important;
  }

  .dynamic-hero,
  .agency-hero,
  .hero-v3 {
    min-height: 760px !important;
  }

  .hero .search-card,
  .agency-hero .search-card,
  .agency-search {
    bottom: -135px !important;
  }
}
