@media screen and (max-width: 1090px) {
    .home main .content-wrapper .sidebar {
        display: none;
    }

    .home main .content-wrapper .content {
        width: 100%;
    }
}

@media screen and (max-width: 880px) {
    .home main .hero h1 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .home main .content-wrapper .section-1 .top-list .list-item {
        max-width: 200px;
    }

    .home main .hero {
        height: 500px;
    }

    .home main .hero p {
        font-size: 16px;
    }

    header li button {
        margin-left: 0;
    }

    .home main .content-wrapper .content .list .col .features {
        display: none;
    }

    .home main .content-wrapper .content .list .col .logo {
        width: 25%;
    }

    .home main .content-wrapper .content .list .col .bonus {
        width: 40%;
    }

    .home main .content-wrapper .content .list .col .action {
        width: 35%;
        margin-left: 0;
    }

    .home main .content-wrapper .section-1 .top-list {
        grid-template-columns: 1fr 1fr;
        width: fit-content;
    }

    .home main .content-wrapper .section-1 .table-wrap {width: 100%;overflow: scroll;}

    .home main .content-wrapper .section-1 table {min-width: 800px;}

    header .menu-normal {
        display: none;
    }

    header .menu-icon {
        display: block;
        width: 20px;
        margin-bottom: 4px;
    }

    .home main .content-wrapper .content .list .col .action-wrapper {
        margin: 0 auto;
        width: min-content;
        display: flex;
        flex-wrap: wrap;
    }

    .home main .content-wrapper .content .list .col .action-wrapper h3 {
        width: min-content;
    }

    .main-cta {
        width: max-content;
        margin-top: 10px;
    }

    footer .wrapper {
        display: block;
    }

    footer ul {
    text-align: left;
    flex-direction: unset;
    align-items: center;
    }

    footer li {
        align-self: normal;
        margin-top: 20px;
    }

    .home main .content-wrapper .section-1 .items {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-template-areas:
            ".";
    }

    .home main .content-wrapper .section-1 .items-inline {
        width: 100%;
        flex-wrap: wrap;
    }

    .home main .content-wrapper .section-1 .items-wrapper {
        flex-wrap: wrap;
        gap: 0;
    }

    .home main .content-wrapper .content .list .col .bonus {
        padding: 20px 0;
    }


    .menu-mobile {
        display: none;
        position: fixed;
        width: 100%;
        background: #22201c;
        z-index: 9;
        height: auto;
        align-items: center;
    }

    .menu-mobile.active {
        display: flex;
    }

        .menu-mobile .background {
            height: 100vh;
            width: 100vw;
            position: fixed;
            background: #0000007a;
            top: 0;
            z-index: -1;
        }

        .menu-mobile .wrapper {
            width: 100%;
            background: #060606;
        }

        .menu-mobile ul {max-width: 500px;margin: 10px auto;padding: 0;list-style: none;width: 89%;margin-bottom: 30px;margin-top: 20px;text-align: right;z-index: 9;}

        .menu-mobile ul img {
            width: 22px;
            margin-bottom: 10px;
            right: 0;
            margin-right: 0;
            margin-left: auto;
        }

        .menu-mobile li {color: #fff;padding-bottom: 0;text-align: left;padding-top: 20px;}

        .menu-mobile a {color: #fff;text-decoration: none;font-size: 17px;}

}

@media screen and (max-width: 650px) {
        /* 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;
        }
        
    .home main .hero h1 {
        font-size: 23px;
        line-height: 100%;
        max-width: 430px;
    }

    header img {
        width: 175px;
    }

    .home main .hero {
        height: 420px;
    }

    .home main .hero p {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 50px;
        max-width: 500px;
    }


    .home main .content-wrapper .content .list .col .bonus .bonus-wrapper p {font-size: 12px;margin-top: 0;}

    .home main .content-wrapper .content .list .col .bonus .bonus-wrapper p:nth-child(2) {font-size: 20px;max-width: 250px;}

    .home main .content-wrapper .content .list .col .logo {width: 50%;justify-content: start;}

    .home main .content-wrapper .content .list .col .bonus {width: 100%;}

    .home main .content-wrapper .content .list .col .features {

    }

    .home main .content-wrapper .content .list .col .action {margin-top: 10px;width: 100%;}

    .home main .content-wrapper .content .list .col .action-wrapper h3 {font-size: 18px;line-height: 150%;}

    .home main .content-wrapper .content .list .col .action-wrapper img {margin-bottom: 0;width: 110px;margin-top: 3px;}

    .home main .content-wrapper .content .list .col{
    flex-wrap: wrap;
    padding: 14px;
    padding-bottom: 16px;
    }

    .home main .content-wrapper .content .list .col .features-mobile {
        display: block;
        width: 45%;
        margin: 0;
        border: none;
        padding: 10px 0;
        padding-top: 5px;
    }

    .home main .content-wrapper .content .list .col .action-wrapper {
    width: 100%;
    position: relative;
    }

    .home main .content-wrapper .content .list .col .logo img {
        width: 110px;
        margin-left: 5px;
    }

    .home main .content-wrapper .content .list .col .features-wrapper p {
        display: none;
    }

    .home main .content-wrapper .content .list .col .features-wrapper {
        width: max-content;
        margin-right: 0;
        margin-left: auto;
        display: flex;
    }

    .home main .content-wrapper .content .list .col .features-wrapper li {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .home main .content-wrapper .content .list .col .bonus .bonus-wrapper {
        width: 92%;
    }

    header {
        margin-top: 20px;
    }

    .home main .content-wrapper .notice {
        padding: 25px 19px;
    }


    .main-cta {font-size: 14px;}

    .col .main-cta {
        position: absolute;right: 0;bottom: 0;
    }

    .home main .content-wrapper .section-1 h2 {
        font-size: 20px;
        line-height: 130%;
        max-width: 300px;
        margin-bottom: 25px;
        margin-top: 80px;
    }

    .home main .content-wrapper .section-1 .item {
        padding: 25px 19px;
    }

    .home main .content-wrapper .section-1 .items-inline .item {
        padding: 19px;
    }

    .home main .content-wrapper .content .list .col .v2_wrap {
        width: 100%;
        margin: 0;
    }

    .home main .content-wrapper .content .list .col .features-wrapper ul {
        display: block;
    }
}


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

    .home main .content-wrapper .section-1 .top-list {display: flex;width: max-content;gap: 15px;}

    .home main .content-wrapper .section-1 .wrapper {width: 100%;overflow: scroll;}

    .home main .content-wrapper .section-1 .top-list .list-item {width: max-content;min-width: 190px;padding: 15px 0;max-width: 180px;}

    .home main .content-wrapper .section-1 .top-list .list-item .logo {max-width: 130px;}

    .home main .content-wrapper .section-1 .top-list .list-item h4 {font-size: 21px;margin-bottom: 1px;}

    .home main .content-wrapper .section-1 .top-list .list-item .score {

    }

    .home main .content-wrapper .content .list .col .features-wrapper ul {
        display: block;
    }

    .home main .content-wrapper .section-1 .top-list .list-item h5 {font-size: 13.4427px;line-height: 150%;margin-top: 13px;max-width: 90%;margin-bottom: 25px;}

    .home main .content-wrapper .section-1 .text {
        margin-bottom: 30px;
    }

    .home main .content-wrapper .section-1 table thead th {
        font-size: 12.5px;
        padding: 7px 3px;
    }

    .home main .content-wrapper .section-1 table tbody td {
        font-size: 12.5px;
        padding: 5px 0;
    }

    .top-list .main-cta {
        font-size: 13px;
    }

    table .main-cta {
        font-size: 12.5px;
        padding: 6px 15px;
    }


    .other main h1 {
        font-size: 35px;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .other main {
        margin-top: 60px;
    }


    .other main form input {
        width: calc(100% - 38px);
        color: #fff;
    }

    .other main form textarea {
        width: calc(100% - 38px);
    }

    .other main form {
        width: 100%;
    }

    footer li {
        text-align: right;
    }

    footer li img {
        height: 21px;
    }

}

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

.home main .hero .wrapper {

}

.home main .hero {

}

.home main .hero h1 {
    font-size: 22px;
}

.home main .hero p {
    font-size: 13px;
    margin-bottom: 40px;
}

}