/* ============================= */
/*  Красивый Хэдер */
/* ============================= */

.t454.t454__positionfixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;

  background: linear-gradient(
    to bottom,
    rgba(17, 17, 17, 1) 0%,
    rgba(17, 17, 17, 0.9) 20%,
    rgba(17, 17, 17, 0.7) 40%,
    rgba(17, 17, 17, 0.4) 60%,
    rgba(17, 17, 17, 0.1) 85%,
    rgba(17, 17, 17, 0) 100%    
  ) !important;

  pointer-events: auto;
  transition: background 0.3s ease;
}