/* Простая анимация */
.t698__row {
    animation: simple-scroll 35s linear infinite !important;
    display: flex !important;
}

@keyframes simple-scroll {
    0% { transform: translateX(0) !important; }
    100% { transform: translateX(-50%) !important; }
}

.t698 img {
    width: 180px !important;
    margin: 0 20px !important;
    flex-shrink: 0 !important;
}

