.t-rec:not(#rec2401082911) .t396 {
  animation: zeroBlockShow .35s ease .15s both;
}

@keyframes zeroBlockShow {
  from { opacity: 0; }
  to { opacity: 1; }
}

.t-rec {
  scroll-margin-top: 120px;
}

@media (max-width: 640px) {
  .t-rec {
    scroll-margin-top: 76px;
  }
}