.t-img-select__indicator {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}

.t-img-select__indicator:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  z-index: 2;
}

/* Меню поверх всего */
#rec1097347951 {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; /* Убедись, что выше других блоков */
}

/* Чтобы остальной контент не сдвигался */
body.t-body_opened {
  overflow: hidden;
}

/* Дополнительно: убираем сдвиг контента, если он вдруг появляется */
#rec1097347951 + .t-record {
  margin-top: 0 !important;
}



