.t-popup__container, .t-popup__container-animated {
  background: none !important;
  box-shadow: none !important;
}

/* Базовые hover эффекты для Tilda */

/* Для группы карточек как единого элемента */
.card-lift {
    transition: all 0.3s ease !important;
    cursor: pointer;
    transform: translateZ(0);
}

.card-lift:hover {
    transform: translateY(-12px) scale(1.02) !important;
    box-shadow: 0 20px 40px rgba(0, 153, 102, 0.15) !important;
}

/* ВАЖНО: Блокируем анимации всех дочерних элементов */
.card-lift * {
    transition: none !important;
    transform: none !important;
}

.card-lift:hover * {
    transition: none !important;
    transform: none !important;
}


.t-popup__container { background-color: #fff !important; }

#rec1333645671 .t-popup__container { 
  background-color: rgba(0,0,0,0) !important; 
}


#rec1333635931 .t-popup__container { 
  background-color: rgba(0,0,0,0) !important; 
}
