/* Общий стиль для обоих хедеров */
.uc-header-desktop,
.uc-header-mobile {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: opacity 0.35s ease;
}

/* Скрытый хедер */
.header--hidden {
  margin-top: -120px;
  opacity: 0;
}