/* Находим твой Zero Block с хедером */
#rec2253133721 {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

/* Чтобы контент не уходил под хедер */
#rec2253133721 + * {
  margin-top:92px; /* высота твоего хедера */
}

@media (max-width: 960px) {
  #rec2253133721 {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
  }
  
  #rec2253133721 + * {
    margin-top: 0 !important;
  }
}

@media (max-width: 480px) {
  #rec2253133721 {
    height: 100svh !important;
  }
}