.sticky-informer {
  min-height: 115px;
  &.sticky {
    min-height: 189px;
  }
  &.expired {
    min-height: 164px;
  }
}

.header {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 25px;
  position: fixed;
  z-index: 10;
  background-color: rgba(#f1f1f1, 0.97);
  &.search-active {
    background-color: #f1f1f1;

    .header-inner {
      border-bottom: none;
    }
  }
}

.header-inner {
  width: 1220px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(#000, 0.15);
  left: 0;
  right: 0;
  margin: auto;
}
