.l-header {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header.hide-header {
  top: -140px;
}
