.header-bottom {
  display: flex;
  align-items: center;
  min-height: 6rem;
}

@media (min-width: 1201px) {
  body.header-bottom-fixed {
    padding-top: var(--header-bottom-height, 6rem);
  }

  body.header-bottom-fixed .header__bottom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1080;
    box-shadow: 0 6px 18px rgba(34, 60, 80, 0.18);
  }
}

@media (max-width: 1200px) {
  .header__bottom {
    display: none;
  }
}
