








@media screen and (max-width: 1350px) {
    main .section1 .games .game .top {
        padding: 0 10px;
        padding-bottom: 6px;
    }
}


@media screen and (max-width: 1300px) {
    main .section1 .games .game .top img {
        height: 32px;
    }

    main .section1 .games .game .top .title {
        font-size: 15px;
    }

    main .section1 .games .game .button {
        font-size: 18px;
        line-height: 20px;
    }

    main .section1 h1 {
        font-size: 45px;
        line-height: 44px;
    }

    main .section1 .text {
        font-size: 20px;
    }
}


@media screen and (max-width: 1100px) {
    main .section1 .games .splide__slide {
        width: 30% !important;
    }

    main .section4 .games {flex-wrap: wrap;justify-content: center;}

    main .section4 .game {
        width: 30%;
    }

    footer {
        flex-wrap: wrap;
    }

    footer .info {
        width: 100%;
    }

    .section-next .info {
        margin-left: 0;
    }

    .section-next a {
        margin-right: 20px;
    }

    .section-next p {
        font-size: 25px;
        margin-bottom: 0;
    }

    .section-next h2 {
        font-size: 34px;
    }

    .section-next {
        
    }
}


@media screen and (max-width: 1000px) { 

    main .section5 {
        padding: 40px;
    }

    main .section5 .p1 {
        width: 60%;
    }

    main .section5 .p2 {
        width: 40%;
    }

    main .section5 .p2 form {
        margin-left: 0;
    }
}

@media screen and (max-width: 900px) { 
    main .section5 {
        flex-wrap: wrap;
    }

    main .section5 .p1 {
        width: 100%;
    }

    main .section5 .p2 {
        margin-top: 25px;
        justify-content: start;
    }
    
    main {
        width: 94%;
    }

    footer {
        width: 92%;
    }

    main .section2 .block {
        padding: 30px;
    }

    main .section3 {
        padding: 25px 30px;
    }
}


@media screen and (max-width: 800px) {  
    main .section1 h1 {
        font-size: 35px;
        line-height: 35px;
    }

    main .section1 .text {
        font-size: 18px;
        margin-top: 10px;
    }

    main .section1 .games .splide__slide {
        width: 40% !important;
    }

    header p a {
        display: none;
    }

    main .section-game .info h1 {
        font-size: 20px;
    }

    main .section-game .info img {
        height: 30px;
    }

    main .section-game .info .left {
        gap: 15px;
    }

    main .section-game .info .right p {
        font-size: 11px;
        padding: 3px 10px;
    }

    .section-next .wrapper {
        flex-wrap: wrap;
        margin: 10px 18px;
    }

    .section-next img {
        width: 100%;
    }

    .section-next .info {
        width: 100%;
    }

    .section-next p {
        margin-top: 10px;
    }

    .section-next h2 {
        margin-bottom: 0;
    }

    .section-next a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        line-height: 30px;
        font-size: 22px;
    }
}

@media screen and (max-width: 800px) {   
    main .section1 .games .splide__slide {
        width: 60% !important;
    }
}

@media screen and (max-width: 550px) {  
    /* Cookie Consent */
    
    .mod-content .buttons-block {
        flex-wrap: wrap;
    }

    .mod-content .buttons-block #agree-button, .mod-content .buttons-block #reject-button {
        width: 100%;
    }

    .mod-content #agree-button {
        margin-bottom: 7px;
    }

    main .section4 .game {
        width: 45%;
    }

    header {
        justify-content: space-evenly;
        width: 93%;
        margin: 0 auto;
        padding: 30px 0;
    }

    main .section1 h1 {
        text-align: center;
        max-width: 400px;
        font-size: 35px;
        line-height: 39px;
    }

    main .section1 .text {
        text-align: center;
        max-width: 350px;
        margin-bottom: 25px;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    header .logo {
        height: 24px;
    }

    main .section1 .games .splide__slide {
        width: 100% !important;
    }

    main .section2 .block {
        padding: 30px 20px;
    }

    main .section1 .games .game .top .title {
        font-size: 16px;
    }

    main .section2 .block p {
        font-size: 15px;
    }

    main .section3 {
        padding: 25px 20px;
    }

    main .section4 .game {
        width: 100%;
    }

    main .section4 .games {
        gap: 15px;
    }

    main .section5 {
        padding: 35px 20px;
        margin-bottom: 70px;
    }

    main .section5 .p1 h2 {
        font-size: 30px;
        line-height: 35px;
    }

    main .section5 .p1 p {
        font-size: 18px;
    }

    main .section5 .p2 {
        width: 100%;
    }

    main .section5 .p2 input[type=email] {
        width: calc(100% - 42px);
    }

    main .section5 .p2 form {
        width: 100%;
    }

    footer .info {
        flex-wrap: wrap;
        gap: 0 10px;
        margin-top: 10px;
        justify-content: center;
    }

    footer .info p {
        margin-bottom: 0;
        margin-top: 10px;
    }

    footer {
        margin-bottom: 30px;
        text-align: center;
    }

    main .section4 h2 {
        text-align: center;
        max-width: 400px;
        font-size: 30px;
        line-height: 34px;
    }

    footer .logo {
        margin: 0 auto;
        height: 28px;
        margin-bottom: 10px;
    }


    main .section-game .info .left {
        flex-wrap: wrap;
        gap: 0px;
        text-align: center;
    }

    main .section-game .info h1 {
        margin: 0;
        line-height: 18px;
        width: 100%;
        margin-top: 30px;
        font-size: 28px;
    }

    main .section-game .info .right p {
        font-size: 10px;
        padding: 3px 9px;
        white-space: nowrap;
        display: none;
    }

    main .section-game .info {
        margin-bottom: 10px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    main .section-game iframe {
        padding: 0;
        border-radius: 5px;
        width: 100%;
        height: 88vh;
    }

    main .section-game .info img {
        margin: 0 auto;
        margin-top: 5px;
        height: 40px;
    }

    .section-next .wrapper {
        margin: 17px;
    }

    .section-next p {
        margin-top: 0;
        font-size: 21px;
    }

    .section-next h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .section-next .wrapper {
        gap: 18px;
    }

    .section-next a {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (max-width: 350px) {  
    main .section5 .p1 h2 {
        font-size: 26px;
        line-height: 29px;
    }

    main .section5 .p1 p {
        font-size: 17px;
        line-height: 23px;
    }

    main .section5 .p2 input[type=email] {
        min-width: unset;
    }
}