@media only screen and (max-width: 320px) {
    .navbar>.container {
        margin: 0 16px;
    }

    .navbar>.container .left {
        gap: 2px;
    }

    .logo,
    .logo img {
        width: 108px;
        height: 16px;
    }


    .btn-login {
        border-color: transparent;
        padding: 0;
    }

    .play-safe {
        display: none;
    }

    .side-padding-16 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .breadcrumbs {
        display: none;
    }

    .sub-menu {
        display: flex;
        overflow-x: auto;
        width: 100%;
        justify-content: flex-start;
    }

    .sub-menu a {
        min-width: fit-content;
    }

    nav.categories .container .items {
        gap: 8px;
    }

    nav.categories .container .items a {
        padding: 0 10px;
    }

    footer .providers .icon-list {
        width: auto;
        margin: 0 13px;
        gap: 10px;
    }

    footer .payment-methods .title h1 {
        width: 200px;
    }

    footer section.payment-methods .icon-list {
        margin: 0 14px;
        gap: 10px;
        flex-wrap: wrap;
    }

    .topbar {
        display: none;
    }

    section .title h3 {
        font-size: 16px;
        line-height: 21px;
    }

    section {
        padding: 12px 0;
    }

    .topbar {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .topbar .title {
        margin-bottom: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 680px) {
    body {
        overflow-x: hidden;
    }

    .navbar>.container .right .auth-buttons {
        gap: 10px;
    }

    nav.categories .container {
        padding: 0;
    }

    .btn-login,
    .btn-join {
        font-size: 14px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .guarantees {
        justify-content: space-around;
        gap: initial;
        align-items: center;
    }

    .guarantees .guarantee {
        flex-direction: column;
    }

    .guarantees .guarantee .guarantee__image {
        width: 45px;
        height: 45px;
    }

    .guarantees .guarantee .guarantee__content {
        font-weight: 700;
        font-size: 12px;
        text-align: center;
    }

    .reviews {
        width: auto;
    }

    section {
        padding: 12px 0;
    }

    section .title h3 {
        font-size: 15px;
    }

    section .title a {
        font-size: 14px;
    }

    section .title {
        margin-bottom: 10px;
    }

    section .title.centered small {
        text-align: center;
    }

    .slots-list .title {
        padding-top: 12px;
    }

    #content>h1 {
        margin: 0;
    }
    .drop-wins{
        padding: 0 !important;
    }
    .single-promotion-hero {
        padding: 0 0 0 !important;
    }
    .single-promotion-hero.darker {
        background-color: #fff;
    }
    .single-promotion-hero__wrapper .btn {
        margin-top: 16px !important;
    }
    .single-promotion-description {
        padding: 16px 16px !important;
    }
    
}
