.header__logo {
  display: inline-flex;
  align-items: center;
}

.header-nav-item--services {
  position: relative;
}

.header-nav-item-dropdown--mega {
  min-width: 42rem;
  padding: 1.6rem;
}

.header-nav-item-dropdown__inner--mega {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.header-nav-service {
  display: block;
}

.header-nav-service__title {
  display: block;
  margin-bottom: 0.8rem;
  color: #082d7c;
  font-weight: 600;
}

.header-nav-service__list {
  display: grid;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-partners__placeholder {
  margin: 2rem 0 0;
  color: #222;
  font-size: 2.4rem;
  line-height: 1.35;
}

.section-ai-preview {
  margin-top: 0;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-right: 1.6rem;
}

.language-switcher__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.2rem;
  min-height: 3.2rem;
  border: 0.1rem solid rgba(8, 45, 124, 0.2);
  border-radius: 999rem;
  color: #082d7c;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}

.language-switcher__link.--th-active {
  background: #082d7c;
  color: #fff;
}

.burger-menu__list.--th-3 {
  margin-top: 0.6rem;
  padding-left: 1.2rem;
}

.burger-menu button.burger-menu__link {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
}

body.--burger-open {
  overflow: hidden;
}

/* Fallback if banner webp missing (legacy section-banner backgrounds) */
.section-banner.--th-first .section-banner__inner {
  background-color: #082d7c;
}

.section-banner.--th-secondary .section-banner__inner {
  background-color: #06006b;
}

.section-call-back {
  overflow: hidden;
  isolation: isolate;
}

.section-call-back__inner,
.section-call-back__form,
.form {
  position: relative;
  z-index: 2;
}

.section-call-back__ball {
  z-index: 0;
  pointer-events: none;
  opacity: 0.35;
}

@media screen and (max-width: 1024px) {
  .section-call-back__ball {
    display: none;
  }
}

.development-type__action {
  margin-top: 2.4rem;
}

.development-type__action .btn {
  display: inline-flex;
}

.price-item__price[data-price-rub]::after {
  content: attr(data-price-note);
}

@media screen and (max-width: 1024px) {
  .header-nav-item-dropdown--mega {
    min-width: 34rem;
  }

  .header-nav-item-dropdown__inner--mega {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 550px) {
  .header__top-right .language-switcher {
    display: none;
  }

  .burger-menu .language-switcher {
    margin: 0 0 2rem;
  }
}
