/* Фикс, чтобы 3D-карусель не блокировала клики других блоков */
.t-carousel_3d,
.t-carousel_3d * {
    pointer-events: none !important;
}
.t-carousel_3d .t-carousel_3d__item,
.t-carousel_3d .t-carousel_3d__item * {
    pointer-events: auto !important;
}