@media (max-width: 1199px) {
    .header-navbar .navbar-container ul.nav li>a.nav-link {
        padding: 0.6rem 0.4rem 0.6rem;
    }

    .bonus .socials {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .footer.bottom {
        flex-direction: column;
        justify-content: center;
        padding: 25px 0 !important;
    }

    .footer .logotypes.end {
        gap: 25px;
    }

    .footer.bottom .logotypes.start {
        flex-direction: column;
    }

    .footer .logotypes.start .image:nth-child(1) {
        width: 36px;
    }

    .footer .logotypes.end .image:nth-child(1) {
        width: 140px;
    }

    .footer .logotypes.end .image:nth-child(2) {
        width: 36ppx;
    }

    .live-drop [data-live-tab="tournament"] table,
    .game-content .live-bottom [data-card-tab="tournament"] table,
    .payouts table {
        display: block !important;
        overflow-x: auto;
        max-width: 100%;
    }

    .game-content .card-header .heading-elements .top-game-wins .item:nth-child(2),
    .game-content .card-header .heading-elements .top-game-wins .item:nth-child(3) {
        display: none;
    }

    /*#main-menu-navigation { 
        max-width: 280px;
        overflow-x: auto;
        display: flex;
    }*/
    #main-menu-navigation::-webkit-scrollbar {
        height: 2px;
    }

    .sliders__slide-img {
        bottom: 0;
        left: 0;
        height: 100%;
        position: absolute;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 0;
        top: 0;
        width: 100%;
        opacity: .2;
    }

    .footer__content {
        flex-direction: column;
    }

    .footer__left,
    .footer__right {
        width: 100%;
        align-items: center;
    }

    .affiliate .banners {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .affiliate .banners .banner:nth-child(3) {
        grid-column: span 2;
    }

    .affiliate .blocks {
        flex-direction: column;
    }
}

@media(min-width: 768px) {
    .only-tablet {
        display: none;
    }

    .mobile-menu {
        display: none;
    }

    .mobile-games {
        display: none;
    }
}

@media (max-width: 767px) {
    .rightsidebar .chat-messages .item .info .time .admin {
        gap: 12px;
    }

    .dataTables_paginate {
        display: flex;
        padding: 20px;
        text-align: center;
        align-items: center;
        gap: 13px;
    }

    .dataTables_paginate .paginate_button {
        width: 100%;
    }

    .horizontal-layout .navbar-fixed,
    .header-navbar .navbar-container {
        min-height: 52px !important;
        height: 52px !important;
        width: 100%;
    }

    .live-drop [data-live-tab="tournament"] table {
        display: block !important;
    }

    .leftsidebar {
        display: none;
    }

    .full-content,
    .full-content .sticky-wrapper {
        width: 100%;
        float: left;
    }

    .full-content {
        margin-left: 0 !important;
    }

    .full-content .sticky-wrapper {
        left: 0 !important;
    }

    .rightsidebar {
        z-index: 1049;
        min-width: 100%;
        margin-right: -100% !important;
        max-height: calc(100% - 55px);
    }

    .modal-backdrop {
        z-index: 1049 !important;
    }

    .rightsidebar .chat-header {
        padding: 0 18px !important;
    }

    .affiliate .transitions {
        flex-wrap: wrap;
    }

    .affiliate .transitions .item {
        width: calc(50% - 8px);
    }

    .payouts .banners {
        flex-direction: column;
    }

    .history .pagination {
        width: 100%;
    }

    .history .pagination .pages,
    .history .pagination .pages .button {
        width: 100%;
    }

    .sliders {
        margin-bottom: 10px;
    }



    .bonus .semi-bonus {
        display: flex;
        flex-direction: column;
    }

    .bonus .top-bonus .item {
        min-height: 0;
    }


    .bonus .top-bonus .item .info {
        z-index: 2;
    }

    .full-content .app-content.center-layout {
        margin-top: 65px !important;
        margin-bottom: 67px !important;
        padding: 0 22px !important;
        height: auto !important;
    }

    #main-menu-navigation {
        display: none;
    }

    .header-navbar .navbar-container {
        justify-content: space-between;
    }

    [data-menu="menu-container"] .right-buttons .divider,
    [data-menu="menu-container"] .right-buttons .tg {
        display: none;
    }

    .header-navbar .navbar-header .navbar-brand {
        position: unset;
        transform: none;
        padding: 15px 30px !important;
    }

    nav {
        display: none;
    }

    .footer.bottom {
        padding: 25px 0 75px 0 !important;
    }

    [role="navigation"] .logo-mobile.phone img {
        width: 44px;
    }

    [role="navigation"] .logo-mobile img {
        width: 105px;
    }

    .game-content .game-iframe {
        position: fixed;
        z-index: 199;
        left: 0;
        top: 52px;
        height: calc(100% - 52px);
        border-radius: 0 !important;
        width: 100%;
    }

    .game-content .game-iframe .frame {
        height: calc(100% - 48px);
    }

    .game-content .frame iframe {
        height: 100%;
        border-radius: 0;
    }

    .game-content .frame .slots-iframe {
        height: 100%;
    }

    .footer {
        border-radius: 12px !important;
    }
}

@media (max-width: 725px) {
    .sliders__slide-bottom {
        display: none;
    }

    .sliders__slide-inner {
        max-height: 185px;
        height: 185px;
    }

    .sliders__slide-img img {
        transform: scale(.7)
    }
}

@media (max-width: 695px) {
    .games-box__item-overlay-title {
        font-size: 12px;
    }

    .games-box__item-overlay-provider {
        font-size: 12px;
    }

    .games-box__item-overlay-play svg {
        width: 30px;
        height: 30px;
    }

    .wallet__history-center {
        justify-content: space-between;
    }

    .wallet__history-center .wallet__history-sum {
        margin-left: 0;
    }

    .game-content .game__controls .game__controls-center {
        display: none;
    }

    .wallet__history-info {
        margin-left: 0 !important;
    }

    .wallet__history-content {
        padding-top: 6px !important;
    }

    .wallet__history-info p {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 615px) {
    .modal-dialog {
        max-width: 710px;
        margin: 30px auto !important;
    }
}

@media (max-width: 615px) {
    .modal-dialog {
        height: 100%;
        max-width: 100%;
        margin: 0 12px !important;
    }

    .modal-dialog-centered {
        max-height: 100%;
    }

    .auth__image {
        display: none;
    }

    .auth__inner {
        width: 100%;
    }

    .captcha {
        justify-content: center;
    }

    .auth__title {
        padding-bottom: 12px;
    }

    .modal__form-txt {
        text-align: center;
    }

    .auth__tabs {
        gap: 8px;
    }

    .affiliate .banners {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
    }

    .affiliate .banners .banner {
        min-width: 290px;
    }
}

@media (min-width: 550px) {
    [data-modal-tab="deposit"] .wallet__content-wrap .wallet__content-block.mobile-select:first-child {
        display: none;
    }

    [data-modal-tab="withdraw"] .wallet__content-wrap .wallet__content-block.mobile-select:first-child {
        display: none;
    }
}

@media (max-width: 550px) {
    .wallet__history-center {
        width: 100%;
        justify-content: end;
        padding-left: 0;
    }

    .affiliate .transitions .item {
        width: 100%;
    }

    .wallet__history-content-inner {
        padding: 14px !important;
    }

    .wallet__history-date {
        display: none;
    }

    .wallet__history-left {
        width: auto !important;
    }

    .game__controls-left .game-title {
        display: none;
    }

    .sliders__slide-title {
        font-size: 35px;
    }

    .sliders__slide-description {
        font-size: 16px;
        padding: 5px 0;
    }

    .sliders__slide-btn {
        font-size: 15px;
        padding: 10px 25px;
        line-height: 1.15rem;
    }

    .sliders__slide-inner {
        margin-top: 25px;
        margin-bottom: 35px;
    }

    .faq .banners {
        display: flex;
        flex-direction: column;
    }

    .faq .banners .banner:nth-child(3) {
        grid-column: span 2;
    }

    .icon-input .icon {
        width: 50px;
    }

    .affiliate .blocks .item .form-field,
    .bonus .user-bonus .item .form-field {
        flex-direction: column;
    }

    .modal-smart-container {
        padding: 0;
    }

    .wallet__content-left {
        display: none;
    }

    .wallet__content-right {
        width: 100%;
        min-height: 0;
    }

    .wallet__footer {
        justify-content: center;
        flex-direction: column;
        gap: 6px;
        padding-top: 0;
    }

    .wallet__content-block {
        margin-bottom: 0;
    }

    [data-modal-tab="deposit"] .wallet__content-wrap .wallet__content-block:first-child,
    [data-modal-tab="deposit"] .wallet__content-wrap .wallet__content-block:nth-child(2) {
        margin-bottom: 15px;
    }

    [data-modal-tab="withdraw"] .wallet__content-wrap .wallet__content-block:first-child,
    [data-modal-tab="withdraw"] .wallet__content-wrap .wallet__content-block:nth-child(2) {
        margin-bottom: 15px;
    }

    .wallet__list-item {
        display: flex;
        margin-bottom: 0;
        border-radius: 0;
    }

    .wallet__list-item .flex {
        display: flex;
        gap: 6px;
        font-weight: 600;
        align-items: center;
    }

    .bonus .socials .item {
        flex-direction: column;
        gap: 10px;
    }

    .bonus .socials .item .title {
        gap: 10px;
    }

    .bonus .socials .item .title span {
        font-size: 16px;
    }
}

@media (max-width: 447px) {
    .modal-settings .link-socials .flex {
        flex-direction: column;
    }

    .modal-settings .change-password .flex {
        display: flex;
        flex-direction: column;
    }

    .modal-settings .change-password .modal__input,
    .modal-settings .change-password .btn {
        width: 100%;
    }

    .history__nav button {
        min-width: 130px;
        font-size: 13px;
        height: 34px;
    }

    .modal-tournament .stats {
        flex-direction: column;
        width: 100%;
        padding: 0 15px;
    }

    .modal-tournament .stats .stat {
        border-right: none;
        border-bottom: 1px solid #565972;
        padding: 8px 0;
    }

    .modal-tournament .stats .stat:last-child {
        border-bottom: 0;
    }

    .bonus .socials .item .title span {
        font-size: 14px;
    }

    .bonus .socials .item .title {
        flex-direction: column;
        margin-bottom: 8px;
    }

    .bonus .socials .item .title .icon {
        width: 60px !important;
        height: 60px !important;
    }

    .bonus .socials .item.bg-telegram .title .icon {
        width: 50px !important;
        height: 50px !important;
    }

    .modal-profile .top-games .item .game {
        gap: 10px;
    }

    .modal-profile .top-games .item .game span {
        max-width: 100px;
    }
}

@media (max-width: 427px) {
    .modal-tournament .description.w40 {
        width: 100% !important;
    }

    .lobby__filter-inner {
        flex-direction: column;
        height: auto;
    }

    .lobby__filter-search {
        height: 53px;
    }

    .lobby__filter-right {
        width: 100%;
        height: auto;
    }

    .lobby__filter-menu {
        width: 100%;
        top: 105%;
    }

    .lobby__filter-providers {
        width: 100%;
    }

    .lobby__filter-providers>div:first-child button {
        width: 100%;
        padding: 12px 20px;
        margin-right: 0;
        margin-top: 8px;
    }

    .lobby__filter-providers>div:first-child {
        height: auto;
    }

    .sliders__slide-title {
        font-size: 32px;
    }

    .sliders__slide-description {
        font-size: 14px;
        padding: 3px 0;
    }

    .sliders__slide-btn {
        font-size: 14px;
        padding: 10px 25px;
        line-height: 1.15rem;
    }

    .lobby__filters,
    .lobby__filter-inner {
        background-color: transparent;
    }

    .lobby__filter-search {
        background-color: #191a26;
        border-radius: 8px;
    }

    .history-pagination .button span {
        display: none;
    }
}

@media (max-width: 402px) {
    .wallet__history-logo {
        display: flex;
    }

    .wallet__history-info {
        padding-left: 10px !important;
    }

    .wallet__history-center {
        display: none;
    }

    .sliders__slide-title {
        font-size: 30px;
    }

    .sliders__slide-description {
        font-size: 14px;
        padding: 5px 0;
    }

    .sliders__slide-btn {
        font-size: 14px;
        padding: 10px 25px;
        line-height: 1.05rem;
    }

    .modal__form .modal__form-buttons {
        overflow-x: scroll;
    }

    .modal__form .modal__form-buttons button {
        min-width: 70px;
    }
}

@media(max-width: 390px) {
    .history-pagination .count span {
        display: none;
    }

    .mobile-menu__menu ul li.telegram a span {
        text-overflow: ellipsis;
        width: 105px;
        overflow: hidden;
        white-space: nowrap;
    }
}

/* Chat has open */
@media(max-width: 1920px) {
    body.chat-show .games-box__item-slide-inner {
        flex: 0 0 calc(16.66% - 12px);
    }

    body.chat-show .bonus .freespins .spins-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media(max-width: 1699px) {
    body.chat-show .lobby__filter-menu .provider-item {
        flex: 0 0 calc(14.28% - 10px);
        min-width: calc(14.28% - 10px);
    }
}

@media(max-width: 1599px) {
    body.chat-show .affiliate .transitions {
        flex-wrap: wrap;
    }

    body.chat-show .affiliate .transitions .item {
        flex: 0 0 calc(50% - 7.5px);
        min-width: calc(50% - 7.5px);
    }
}

@media(max-width: 1499px) {
    body.chat-show .games-box__item-slide-inner {
        flex: 0 0 calc(20% - 12px);
    }

    body.chat-show .lobby__filter-menu .provider-item {
        flex: 0 0 calc(16.66% - 10px);
        min-width: calc(16.66% - 10px);
    }

    body.chat-show .footer__header {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 8px;
    }

    body.chat-show .footer .footer__nav {
        justify-content: center;
        order: 3;
        grid-column: span 2;
        margin-right: 0;
        margin-top: 6px;
        flex-direction: column;
        gap: 6px;
        align-items: center;
    }

    body.chat-show .footer .footer__nav .text-nav__link {
        margin-bottom: 0;
    }

    body.chat-show .footer .footer__nav .text-nav__block {
        flex-direction: row;
        column-gap: 8px;
        row-gap: 2px;
        flex-wrap: wrap;
        justify-content: center;
    }

    body.chat-show .footer .footer__nav .text-nav__block:first-of-type {
        margin-right: 0;
    }

    body.chat-show .footer .rng-test {
        font-size: 11px;
    }

    body.chat-show .footer .footer__security {
        justify-content: center;
    }

    body.chat-show .bonus .socials {
        flex-direction: column;
    }

    body.chat-show .bonus .freespins .spins-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media(max-width: 1399px) {
    body.chat-show .lobby__filter-menu .provider-item {
        flex: 0 0 calc(20% - 10px);
        min-width: calc(20% - 10px);
    }

    body.chat-show .tournament .title-el .center {
        max-width: 300px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    body.chat-show .tournament .title-el .center span {
        font-size: 15px;
    }

    body.chat-show .tournament .title-el .center:before {
        height: 300px;
    }
}

@media(max-width: 1299px) {
    body.chat-show .affiliate .banners {
        overflow-x: auto;
        flex-direction: row;
        overscroll-behavior: none;
        display: flex;
    }

    body.chat-show .affiliate .banners .banner {
        width: 290px;
        flex-shrink: 0;
    }

    body.chat-show .affiliate .blocks {
        flex-direction: column;
    }
}

@media(max-width: 1249px) {
    body.chat-show .games-box__item-slide-inner {
        flex: 0 0 calc(25% - 12px);
    }

    body.chat-show .bonus .freespins .spins-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* body.chat-show .bonus .semi-bonus,
    body.chat-show .bonus .top-bonus {
        overflow-x: auto;
        flex-direction: row;
        overscroll-behavior: none;
    } */

    /* body.chat-show .bonus .top-bonus .item {
        width: 290px;
        min-width: 290px;
    } */
}

@media(max-width: 1199px) {
    body.chat-show .tournament .title-el .center div {
        display: none;
    }

    body.chat-show .tournament .title-el .center span {
        font-size: 25px;
    }

    body.chat-show .lobby__filter-menu .provider-item {
        flex: 0 0 calc(25% - 10px);
        min-width: calc(25% - 10px);
    }

    body.chat-show .bonus .freespins .spins-list {
        overflow-x: auto;
        flex-direction: row;
        overscroll-behavior: none;
    }

    body.chat-show .bonus .freespins .spins-list .item {
        width: 310px;
    }

    body.chat-show .bonus .user-bonus {
        flex-direction: column;
    }

    body.chat-show .faq .banners .banner:nth-child(3) {
        grid-column: span 2;
    }

    body.chat-show .faq .banners {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 5px;
    }

    body.chat-show .faq .banner {
        margin-bottom: 5px;
    }

    body.chat-show .faq .banner .info {
        justify-content: center;
        z-index: 2;
    }

    body.chat-show .faq .banner .info .__ {
        text-align: center;
        max-width: 100%;
        width: 100%;
    }

    body.chat-show .faq .banner .info .description {
        font-size: 15px;
    }

    body.chat-show .faq .banner {
        min-height: 240px;
    }

    body.chat-show .faq .banner .image img {
        width: 450px;
    }

    body.chat-show .faq .banner .image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: .1;
        z-index: 1;
        overflow: hidden;
    }
}

@media(max-width: 1149px) {
    body.chat-show .footer .footer__logo {
        max-width: 115px;
    }
}

@media(max-width: 1099px) {
    body.chat-show .affiliate .transitions {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    body.chat-show .affiliate .transitions .item {
        min-width: 0;
        flex: none;
        width: 275px;
    }

    body.chat-show .footer .rng-test {
        font-size: 10px;
    }

    body.chat-show .bonus .freespins .spins-list .item {
        width: 250px;
    }
}

@media(max-width: 1359px) {
    body.chat-show .header-navbar .navbar-container .navbar-nav.active {
        display: flex;
    }

    body.chat-show .header-navbar .navbar-container .navbar-nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 52px;
        background: #1b1e37;
        align-items: flex-start;
        justify-content: center;
        padding: 14px;
        border-radius: 8px;
        box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10) inset;
        gap: 12px;
        z-index: 1;
    }

    body.chat-show .navbar-light ul#main-menu-navigation li a {
        padding: 0;
    }

    body.chat-show .navbar-light ul#main-menu-navigation li:nth-child(2) a {
        margin-left: -3px;
    }

    body.chat-show .header-navbar .navbar-container .tablet-burger {
        display: flex;
    }
}

@media(max-width: 1049px) {
    body.chat-show .faq .banner .image img {
        width: 350px;
    }

    body.chat-show .games-box__item-slide-inner {
        flex: 0 0 calc(33.33% - 12px);
    }

    body.chat-show .lobby__filter-menu .provider-item {
        flex: 0 0 calc(33.33% - 10px);
        min-width: calc(33.33% - 10px);
    }

    body.chat-show .footer__header {
        grid-template-columns: auto;
        justify-content: center;
    }

    body.chat-show .footer .footer__security {
        order: 3;
        grid-column: span 2;
        align-items: center;
        margin-top: 4px;
    }

    body.chat-show .footer .rng-test {
        font-size: 12px;
        text-align: center;
        margin-top: 2px;
    }

    body.chat-show .footer .footer__branding {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 0;
        grid-column: span 2;
    }
}

@media(max-width: 1030px) {
    body.chat-show .affiliate .blocks .item .form-field {
        flex-direction: column;
    }
}

@media(max-width: 999px) {
    body.chat-show .tournament .title-el {
        flex-direction: column;
        gap: 16px;
    }

    body.chat-show .tournament .info {
        flex-direction: column;
    }

    body.chat-show .tournament .info .item {
        border-right: none;
        border-bottom: 1px solid #3F4363;
        padding: 14px 0;
    }

    body.chat-show .tournament .info .item:first-child {
        padding-top: 8px;
    }

    body.chat-show .tournament .info .item:last-child {
        border-bottom: none;
        padding-bottom: 8px;
    }

    body.chat-show .tournament .title-el .left {
        text-align: center;
    }

    body.chat-show .tournament .title-el .center {
        width: 100%;
    }

    body.chat-show .tournament .title-el .center span {
        font-size: 20px;
    }

    body.chat-show .faq .banners {
        display: flex !important;
        flex-direction: column;
    }
}

@media(max-width: 899px) {
    body.chat-show .games-box__item-slide-inner {
        flex: 0 0 calc(50% - 12px);
    }

    body.chat-show .lobby__filter-menu .provider-item {
        flex: 0 0 calc(50% - 10px);
        min-width: calc(50% - 10px);
    }
}

@media (min-width: 768px) {
    .full-content {
        width: calc(60%);
    }

    body.chat-hidden .full-content,
    body.chat-hidden .full-content .sticky-wrapper {
        width: calc(100% - 71px);
    }
}

/* Chat has hide */
@media(max-width: 1499px) {
    body.chat-hidden .games-box__item-slide-inner {
        flex: 0 0 calc(16.66% - 12px);
    }

    body.chat-hidden .bonus .freespins .spins-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media(max-width: 1299px) {
    body.chat-hidden .affiliate .transitions {
        flex-wrap: wrap;
    }

    body.chat-hidden .affiliate .transitions .item {
        flex: 0 0 calc(50% - 7.5px);
        min-width: calc(50% - 7.5px);
    }
}

@media(max-width: 1249px) {
    body.chat-hidden .games-box__item-slide-inner {
        flex: 0 0 calc(20% - 12px);
    }

    body.chat-hidden .bonus .freespins .spins-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media(max-width: 1199px) {
    body.chat-hidden .footer__header {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 8px;
    }

    body.chat-hidden .footer .footer__nav {
        justify-content: center;
        order: 3;
        grid-column: span 2;
        margin-right: 0;
        margin-top: 6px;
        flex-direction: column;
        gap: 6px;
        align-items: center;
    }

    body.chat-hidden .footer .footer__nav .text-nav__link {
        margin-bottom: 0;
    }

    body.chat-hidden .footer .footer__nav .text-nav__block {
        flex-direction: row;
        column-gap: 8px;
        row-gap: 2px;
        flex-wrap: wrap;
        justify-content: center;
    }

    body.chat-hidden .footer .footer__nav .text-nav__block:first-of-type {
        margin-right: 0;
    }
}

@media(max-width: 1149px) {
    body.chat-hidden .footer__security {
        justify-content: center;
    }

    body.chat-hidden .footer .rng-test {
        font-size: 11px;
    }
}

@media(max-width: 1099px) {
    body.chat-hidden .tournament .title-el .center {
        max-width: 300px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    body.chat-hidden .tournament .title-el .center span {
        font-size: 15px;
    }

    body.chat-hidden .tournament .title-el .center:before {
        height: 300px;
    }
}

@media(max-width: 999px) {
    body.chat-hidden .affiliate .blocks .item .form-field {
        flex-direction: column;
    }

    body.chat-hidden .bonus .top-bonus .item {
        width: 290px;
        min-width: 290px;
    }

    body.chat-hidden .affiliate .blocks {
        flex-direction: column;
    }

    body.chat-hidden .games-box__item-slide-inner {
        flex: 0 0 calc(25% - 12px);
    }

    body.chat-hidden .bonus .semi-bonus,
    body.chat-hidden .bonus .top-bonus {
        overflow-x: auto;
        flex-direction: row;
        overscroll-behavior: none;
    }

    body.chat-hidden .bonus .freespins .spins-list {
        overflow-x: auto;
        flex-direction: row;
        overscroll-behavior: none;
    }

    body.chat-hidden .bonus .freespins .spins-list .item {
        width: 310px;
    }

    body.chat-hidden .bonus .user-bonus {
        flex-direction: column;
    }

    body.chat-hidden .faq .banners .banner:nth-child(3) {
        grid-column: span 2;
    }

    body.chat-hidden .faq .banners {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 5px;
    }

    body.chat-hidden .faq .banner {
        margin-bottom: 5px;
    }

    body.chat-hidden .faq .banner .info {
        justify-content: center;
        z-index: 2;
    }

    body.chat-hidden .faq .banner .info .__ {
        text-align: center;
        max-width: 100%;
        width: 100%;
    }

    body.chat-hidden .faq .banner .info .description {
        font-size: 15px;
    }

    body.chat-hidden .faq .banner {
        min-height: 240px;
    }

    body.chat-hidden .faq .banner .image img {
        width: 450px;
    }

    body.chat-hidden .faq .banner .image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: .1;
        z-index: 1;
        overflow: hidden;
    }
}

@media(max-width: 899px) {
    body.chat-hidden .tournament .title-el {
        flex-direction: column;
        gap: 16px;
    }

    body.chat-hidden .tournament .info {
        flex-direction: column;
    }

    body.chat-hidden .tournament .info .item {
        border-right: none;
        border-bottom: 1px solid #3F4363;
        padding: 14px 0;
    }

    body.chat-hidden .tournament .info .item:first-child {
        padding-top: 8px;
    }

    body.chat-hidden .tournament .info .item:last-child {
        border-bottom: none;
        padding-bottom: 8px;
    }

    body.chat-hidden .tournament .title-el .left {
        text-align: center;
    }

    body.chat-hidden .tournament .title-el .center {
        width: 100%;
    }

    body.chat-hidden .tournament .title-el .center span {
        font-size: 20px;
    }

    body.chat-hidden .footer__header {
        grid-template-columns: auto;
        justify-content: center;
    }

    body.chat-hidden .footer .footer__security {
        order: 3;
        grid-column: span 2;
        align-items: center;
        margin-top: 4px;
    }

    body.chat-hidden .footer .rng-test {
        font-size: 12px;
        text-align: center;
        margin-top: 2px;
    }

    body.chat-hidden .footer .footer__branding {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 0;
        grid-column: span 2;
    }
}

/* Mobile (Chat Width = 100%) */
@media(max-width: 767px) {
    .affiliate .transitions {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overscroll-behavior: none;
    }

    .affiliate .transitions .item {
        min-width: 0 !important;
        flex: none !important;
        width: 275px !important;
    }

    .faq .banners {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .header-navbar .navbar-container .tablet-burger {
        display: none !important;
    }

    .footer__header {
        grid-template-columns: auto !important;
        justify-content: center !important;
    }

    .footer .footer__branding {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 0;
    }

    .footer .footer__nav {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        margin: 13px 0px;
        margin-bottom: 0px;
    }

    .footer .footer__nav .text-nav__block {
        flex-direction: row;
        gap: 22px;
        margin-right: 0;
    }

    .sliders__slide-description {
        max-width: 100%;
    }

    .games-box__item-slide-inner {
        flex: 0 0 calc(33.33% - 12px) !important;
    }

    [role="navigation"] .right-buttons .flat_button.chat-button,
    [role="navigation"] .right-buttons .dr-line {
        display: none;
    }

    .lobby__filter-menu .provider-item {
        flex: 0 0 calc(25% - 10px) !important;
        min-width: calc(25% - 10px) !important;
    }
}

@media(max-width: 699px) {
    .lobby__filter-menu .provider-item {
        flex: 0 0 calc(33.33% - 10px) !important;
        min-width: calc(33.33% - 10px) !important;
    }
}

@media(max-width: 550px) {
    .games-box__item-slide-inner {
        flex: 0 0 calc(50% - 12px) !important;
    }

    .faq .banners {
        display: flex !important;
        flex-direction: column;
    }
}

@media(max-width: 529px) {
    .lobby__filter-menu .provider-item {
        flex: 0 0 calc(50% - 10px) !important;
        min-width: calc(50% - 10px) !important;
    }
}


/* Chat disabled */
@media(max-width: 1920px) {
    body.chat-disable .games-box__item-slide-inner {
        flex: 0 0 calc(14.28% - 12px) !important;
    }
}

@media(max-width: 1499px) {
    body.chat-disable .games-box__item-slide-inner {
        flex: 0 0 calc(16.66% - 12px) !important;
    }
}

@media(max-width: 1249px) {
    body.chat-disable .games-box__item-slide-inner {
        flex: 0 0 calc(20% - 12px) !important;
    }
}

@media(max-width: 1049px) {
    body.chat-disable .games-box__item-slide-inner {
        flex: 0 0 calc(25% - 12px) !important;
    }
}

@media(max-width: 899px) {
    body.chat-disable .games-box__item-slide-inner {
        flex: 0 0 calc(33.33% - 12px) !important;
    }
}

@media(max-width: 549px) {
    body.chat-disable .games-box__item-slide-inner {
        flex: 0 0 calc(50% - 12px) !important;
    }
}

@media(min-width: 768px) {

    body:not(.chat-disable):not(.chat-hidden) .full-content .sticky-wrapper,
    body:not(.chat-disable):not(.chat-hidden) .full-content {
        margin: 0 auto;
    }

    body.chat-disable .full-content .sticky-wrapper,
    body.chat-disable .full-content {
        width: calc(100% - 71px);
    }
}

@media (max-width: 1200px) {
    .bonus .top-bonus {
        display: flex;
        flex-direction: column;
    }
}