@media (max-width: 1000px) {
  #rec1340313331 .t396__artboard::-webkit-scrollbar {
    display: none;
  }

  #rec1340313331 .t396__artboard {
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}


/* Мобильные устройства: фиксированное меню, без анимации */
@media (max-width: 979px) {
  #rec1351738481 {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9995 !important;
    transform: translateY(0) !important;
  }
}

/* Десктопы: фиксированное меню с анимацией скрытия/появления */
@media (min-width: 980px) {
  #rec1351738481 {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999 !important;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  }

  #rec1351738481.nav-up {
    transform: translateY(-92px) !important;
  }
}

.rotatable-icon,
.rotatable-icon1,
.rotatable-icon2,
.rotatable-icon3 {
  transition: transform 0.3s ease;
}

.rotatable-icon.rotated,
.rotatable-icon1.rotated,
.rotatable-icon2.rotated,
.rotatable-icon3.rotated {
  transform: rotate(180deg);
}