/* БАЗА */
#rec1814046993,
#rec1832168823{
  width: 100%;
  transform: translateY(-20px);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

/* НЕ ЗАЛИПЛО */
#rec1814046993:not(.is-fixed),
#rec1832168823:not(.is-fixed){
  transform: translateY(-20px);
}

/* ЗАЛИПЛО */
#rec1814046993.is-fixed,
#rec1832168823.is-fixed{
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 999;

  transform: translateY(0);
}
