/* Плавный переход - делаем медленнее */
.grp .kvd .tn-atom {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* При наведении - белый фон, тень чуть заметнее, едва заметный подъем */
.grp:hover .kvd .tn-atom {
    background-color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18) !important;
    transform: translateY(-3px) !important;
}

/* Картинка пропускает события мыши */
.grp .foto {
    pointer-events: none !important;
}


.grp2 .kvd2 .tn-atom {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.grp2:hover .kvd2 .tn-atom {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18) !important;
}

/*Стили для стрелок слайдера на главной*/
