.uc-header-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  will-change: transform;
  pointer-events: none;
}
.uc-header-sticky.is-visible {
  transform: translateY(0) !important;
  pointer-events: auto;
}

.uc-header-full {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent !important;
}
.uc-header-full .t-rec,
.uc-header-full.t-rec {
  background: transparent !important;
}


@media screen and (max-width: 480px) {
  .t-feed__post-popup__title {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }
}

/* Десктоп и планшет */
@media screen and (min-width: 481px) {
  .t-feed__post-popup__title {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }
}