.top-section {
    direction: rtl;
    background: url(../images/top-section_rtl.jpg) 100% 0 / cover no-repeat;
}
.bonus-amount-section, .how-it-works, .rules-section {
    direction: rtl;
}
.animated.visible.bonus-images {
    transform: scaleX(-1);
}
.top-section:after {
    background: linear-gradient(0deg, #CAEFFF 0%, rgba(201, 238, 254, 0.99) 5.34%, rgba(197, 234, 250, 0.97) 9.69%, rgba(191, 228, 245, 0.93) 13.2%, rgba(183, 220, 238, 0.88) 16.01%, rgba(173, 211, 229, 0.82) 18.29%, rgba(162, 200, 220, 0.75) 20.19%, rgba(150, 189, 209, 0.67) 21.86%, rgba(137, 176, 197, 0.59) 23.45%, rgba(123, 163, 185, 0.50) 25.12%, rgba(109, 149, 172, 0.41) 27.02%, rgba(95, 135, 160, 0.33) 29.3%, rgba(81, 122, 148, 0.24) 32.12%, rgba(67, 109, 136, 0.15) 35.63%, rgba(55, 96, 124, 0.07) 39.97%, rgba(43, 85, 114, 0.00) 45.32%), linear-gradient(270deg, #2F4C64 -18.74%, rgba(47, 76, 100, 0.99) -10.03%, rgba(48, 76, 99, 0.97) -2.95%, rgba(48, 75, 98, 0.93) 2.77%, rgba(48, 74, 96, 0.88) 7.36%, rgba(48, 73, 95, 0.82) 11.08%, rgba(49, 72, 93, 0.75) 14.17%, rgba(49, 71, 90, 0.67) 16.89%, rgba(50, 69, 88, 0.59) 19.49%, rgba(50, 68, 86, 0.50) 22.21%, rgba(51, 67, 83, 0.41) 25.3%, rgba(51, 65, 80, 0.33) 29.02%, rgba(52, 64, 78, 0.24) 33.61%, rgba(52, 62, 75, 0.15) 39.33%, rgba(53, 61, 73, 0.07) 46.41%, rgba(53, 60, 71, 0.00) 55.12%);
}
@media (min-width: 1190px) {
    .general-title, .general-text {
        text-align: right;
    }
    .bonus-images {
        right: 790px;
    }
    .how-arrow {
        left: 0;
        right: unset;
        transform: scaleX(-1);
    }
    .how-it-works-text {
        text-align: right;
    }
}