/* --- КАСКАДНЫЕ КАРТОЧКИ В ZERO BLOCK --- */
#rec1480069741 .t-card {
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
  transform: scale(1);
  cursor: pointer;
}

/* При наведении карточка выдвигается вперёд и немного увеличивается */
#rec1480069741 .t-card:hover {
  z-index: 100;
  transform: scale(1.05) translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

/* Разрешаем элементам выходить за границы Zero Block */
#rec1480069741 .t396__artboard {
  overflow: visible !important;
}

/* --- Исправляем z-index в Zero Block --- */
#rec1480069741 .t396__artboard {
  overflow: visible !important;
}

#rec1480069741 .t396__elem {
  transform: none !important;
  will-change: auto !important;
}

/* Сами карточки */
#rec1480069741 .t-card {
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
  transform: scale(1);
  cursor: pointer;
}

#rec1480069741 .t-card:hover {
  z-index: 999 !important;
  transform: scale(1.05) translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}
