.sticky {
  position: fixed;
  width: 1140px;
  min-width: 1140px;
  z-index: 9999;
}
.sticky + .content {
  padding-top: 132px !important;
}