@media (max-width: 1400px) {}

@media (max-width: 1200px) {}

@media (max-width: 960px) {
    .novajackpotfun-arena-rtyqw .wrapper {
        flex-direction: column;
        max-height: unset;
        gap: 24px;
    }

    .novajackpotfun-arena-rtyqw .wrapper img {
        position: unset;
        width: 100%;
        max-width: max-content;
    }

    .novajackpotfun-banner-rtyqw .container {
        padding: 40px 16px;
    }

    .novajackpotfun-choose-rtyqw .wrapper{
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .top-ewwqwe {
        display: none;
    }

    .menu-wrap .hamburger {
        top: 67px;
    }
}

@media (max-width: 560px) {
    footer .footer-info {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    footer nav ul {
        flex-direction: column;
        gap: 20px;
    }

    .novajackpotfun-banner-rtyqw {
        background: url(/novajackpotfun-bg-banner-mobile-rtyqw.webp) no-repeat;
        background-size: cover;
    }

    .play-now{
        max-width: unset;
    }
}


@media (max-width: 453px) {

    .menu-wrap .hamburger {
        top: 80px;
    }
}