:root {
    --toc-transition-time: .7s;
}

body {
    overflow-x: hidden;
}

body div main table {
    display: block;
    overflow-x: auto;
}

/* Scrollbar styles */
.section-how-to-table .how-to-table-boxes-holder .how-to-table-boxes-item .how-to-table-box-content p::-webkit-scrollbar-track,
.thin-section-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.section-how-to-table .how-to-table-boxes-holder .how-to-table-boxes-item .how-to-table-box-content p::-webkit-scrollbar,
.thin-section-scrollbar::-webkit-scrollbar {
    width: 3px;
}

.section-how-to-table .how-to-table-boxes-holder .how-to-table-boxes-item .how-to-table-box-content p::-webkit-scrollbar-thumb,
.thin-section-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.186);
    border-radius: 5px;
}

.main-content * {
    box-sizing: border-box
}

.main-content>img,
.main-content>p>img,
.main-content h2>img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.main-content>section h1,
.main-content>section h2,
.main-content>section h3,
.main-content>section h4,
.main-content>section h5,
.main-content>section h6 {
    padding: 0 !important;
}

.main-content>p a,
.main-content>ol a,
.main-content>ul a,
.main-content>blockquote a,
.main-content>section p a,
.main-content>section ol a,
.main-content>section ul a,
.main-content>section blockquote a {
    color: #4E4795;
}

.main-category .category-casino-bonus {
    min-height: 115px;
}

.casino-reviews-wrapper .casino-reviews-single:hover {
    background-color: #f7fbf7
}

.casino-reviews-wrapper .casino-reviews-single:hover .num {
    border: 1px solid #4dab5b
}

.main-category>.hero__section {
    padding-bottom: 40px;
}

.main-category .hero__section .hero-wrapper .hero-main-info {
    max-width: 600px;
    color: #bcbfc8;
    position: relative
}

.main-category .hero__section .hero-wrapper .hero-main-info .hero-badges {
    display: none
}

.main-category .category-casinos-holder {
    max-width: 1140px;
    margin-top: -100px;
    display: flex
}

.main-category .category-casino-item {
    width: 33.3%;
    margin-right: 20px;
    background-color: #ffffff;
    border: 2px solid #df2c36;
    padding: 25px 10px 18px 10px;
    display: grid;
    grid-template: "a b" "c c" "d d"
}

.main-category .category-casino-item:last-child {
    margin-right: 0
}

.main-category .category-casino-logo {
    max-width: 136px;
    text-align: center;
    grid-area: a
}

.main-category .category-casino-bonus {
    background-color: #49b83726;
    color: #2f5429;
    margin-left: 17px;
    margin-bottom: 14px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    grid-area: b
}

.main-category .category-casino-btn {
    background-color: #df2c36;
    color: #ffffff;
    padding: 14px;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    grid-area: c
}

.main-category .category-casino-desc {
    color: #9f9f9f;
    margin: 0;
    margin-top: 13px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    grid-area: d
}

.main-category .category-casino-logo img {
    width: 85px;
    height: 85px;
    margin-bottom: 10px;
    border-radius: 50%;
    object-fit: cover
}

.main-category .category-casino-logo h5 {
    color: #1b1a25;
    margin: 0;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    word-break: break-all
}

.main-category .casino-filters-wrapper {
    margin: 50px 0;
    display: flex;
    justify-content: flex-end
}

.main-category .section-countries {
    max-width: 1140px;
    width: 100%;
    margin: 50px auto
}

.main-category .casinos-by-contries {
    display: flex
}

.main-category .country-items {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.main-category .casino-country-img {
    text-align: center
}

.main-category .casino-country-img img {
    max-height: 136px;
    height: 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 23px;
    object-fit: contain;
}

.main-category .casino-country-text {
    background-color: #f5f5f5;
    padding: 27px 30px
}

.main-category .casino-country-text h5 {
    color: #1b1a25;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

.main-category .casino-country-text h5>a {
    color: inherit;
    text-decoration: none;
}

.main-category .casino-country-text p {
    height: 110px;
    color: #5f5f5f;
    margin: 0;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    overflow-y: scroll;
    scrollbar-width: thin;
    word-break: break-all;
}

.best-casinos__section .show-more-holder {
    text-align: center;
    margin: 30px
}

.best-casinos__section .show-more-holder>button {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    border: none;
    outline: none;
    padding: 12px 48px;
    border-radius: 0;
    background-color: #df2c36;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    opacity: .8;
    transition: .3s
}

.best-casinos__section .show-more-holder>button:hover {
    opacity: 1
}

.months-casino-wrapper>svg {
    display: none;
    position: absolute;
    left: -96px;
    bottom: -81px
}

.months-casino-wrapper>*:nth-child(2) {
    z-index: -1
}

.casino-reviews-wrapper .hm_posts_wrap .no-casino-found {
    text-align: center;
    padding: 40px;
    background-color: #8080801a;
    font-size: 25px;
    width: 100%;
}

body,
html {
    padding: 0;
    margin: 0;
    font-family: "Inter";
    font-style: normal
}

header {
    z-index: 99;
    background: linear-gradient(357.2deg, #1b1a25 -11.47%, #1b1a25 97.61%)
}

.section-in-the-media {
    background-color: #F5F5F5;
    color: #1B1A25;
    padding: 37px 0;
    text-align: center
}

.section-in-the-media h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px
}

.section-in-the-media .in-the-media-imgs-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.section-in-the-media .in-the-media-imgs-holder img,
.section-in-the-media .in-the-media-imgs-holder svg {
    max-width: 265px;
    max-height: 100%;
    margin-right: 66px;
    padding-bottom: 30px
}

.section-in-the-media .in-the-media-imgs-holder img:last-child,
.section-in-the-media .in-the-media-imgs-holder svg:last-child {
    margin-right: 0
}

footer {
    background-color: #1B1A25;
    color: #BCBFC8;
    padding: 62px 0
}

footer * {
    box-sizing: border-box
}

footer h3,
footer .footer-detail-item h4 {
    color: #FFFFFF;
    margin: 0;
    text-align: left
}

footer .footer-newsletter-logos-holder,
footer .footer-details-holder {
    max-width: 1140px;
    width: 100%;
    box-sizing: border-box;
    margin: 30px auto
}

footer .footer-newsletter-logos-holder {
    border-bottom: 1px solid #403F52;
    padding-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

footer .footer-newsletter-logos-holder .footer-newsletter-holder {
    display: flex;
    align-items: center;
    max-width: 600px
}

footer .footer-newsletter-logos-holder .footer-newsletter-holder h4 {
    margin-right: 19px
}

footer .footer-newsletter-logos-holder .footer-newsletter-holder input {
    width: 220px;
    background-color: inherit;
    color: inherit;
    margin-right: 19px;
    border: 1px solid #403F52;
    padding: 12px 20px;
    outline: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px
}

footer .footer-newsletter-logos-holder .footer-newsletter-holder button {
    background-color: #DF2C36;
    color: #FFFFFF;
    border: none;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    cursor: pointer
}

footer .footer-logos-holder {
    display: flex;
    align-items: center;
    max-width: 500px;
    justify-content: space-around;
    width: 100%
}

footer .footer-newsletter-logos-holder .footer-logos-holder img {
    max-height: 23px;
    width: 26%;
    object-fit: contain;
    opacity: 0.2
}

footer .footer-newsletter-logos-holder .footer-logos-holder img:last-child {
    margin-right: 0
}

footer .footer-details-holder {
    display: flex
}

footer .footer-details-holder .footer-detail-item {
    width: 25%;
    display: flex;
    flex-direction: column
}

footer .footer-details-holder .footer-detail-item.casino-info {
    flex-direction: row;
    align-items: center
}

footer .footer-details-holder .footer-detail-item h4 {
    margin-bottom: 23px
}

footer .footer-details-holder .footer-detail-item .footer-detail-item-menu a::before {
    content: '\2022';
    color: #DF2C36;
    margin-right: 11px
}

footer .footer-details-holder .footer-detail-item .footer-detail-info-holder {
    max-width: 100%;
    margin-right: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px
}

footer .footer-details-holder .footer-detail-item .footer-detail-info-holder img {
    margin-bottom: 12.5px;
    max-width: 230px;
    width: 100%
}

footer .footer-details-holder .footer-detail-item .footer-detail-info-holder p {
    margin: 0
}

footer .footer-details-holder .footer-detail-item .footer-detail-info-holder .footer-socials-holder {
    margin-top: 12.5px
}

footer .footer-details-holder .footer-detail-item .footer-detail-info-holder .footer-socials-holder a {
    margin-right: 29.5px;
    text-decoration: none;
    font-size: 21px
}

footer .footer-details-holder .footer-detail-item .footer-detail-info-holder .footer-socials-holder a>svg>path {
    fill: #494851
}

footer .footer-details-holder .footer-detail-item .footer-detail-info-holder .footer-socials-holder a:hover>svg>path {
    fill: #DF2C36
}

footer .footer-details-holder .footer-detail-item .footer-socials-holder .footer-detail-info-holder a i {
    text-decoration: none
}

footer .footer-details-holder .footer-detail-item .footer-detail-item-img-holder img {
    max-width: 85px;
    max-height: 155px
}

footer .footer-copyrights {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.hero__section .hero-wrapper .hero-page-info,
.hero__section .hero-wrapper .hero-main-info .hero-author {
    color: #BCBFC8;
}

@media only screen and (min-width: 1000px) {
    .main-content>* {
        max-width: 790px;
        width: 100%;
        box-sizing: border-box;
        margin: 30px auto
    }

    .main-content>h2 {
        color: #1b1a25;
        font-size: 29px;
        font-weight: 700;
        line-height: 35px;
    }

    .main-content>h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        color: #1b1a25
    }

    .main-content>ol,
    .main-content>ul,
    .main-content>p {
        color: #4a4b54;
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
    }

    .main-content>p a {
        color: #4e4795;
        text-decoration: none
    }

    .main-content>.hero__section {
        max-width: 100%;
        background-color: #1b1a25;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .hero__section .hero-wrapper {
        max-width: 1141px;
        width: 100%;
        margin: auto;
        padding: 0 10px 25px 10px;
        box-sizing: border-box;
        display: flex
    }

    .hero__section .hero-wrapper .hero-main-info {
        max-width: 685px;
        width: 100%
    }

    .hero__section .hero-wrapper .hero-main-info .breadcrumbs {
        color: #fff;
        font-size: 13px;
        font-weight: 400
    }

    .hero__section .hero-wrapper .hero-main-info .breadcrumbs a:first-of-type {
        color: #fff
    }

    .hero__section .hero-wrapper .hero-main-info .breadcrumbs a {
        color: #bcbfc8;
        text-decoration: none
    }

    .hero__section .hero-wrapper .hero-page-info {
        max-width: 600px;
        width: 100%;
    }

    .hero__section .hero-wrapper .hero-main-info h1 {
        color: #fff;
        padding: 0;
        font-size: 33px;
        font-weight: 700;
        line-height: 50px;
        margin-bottom: 20px;
        word-wrap: break-word;
    }

    .hero__section .hero-wrapper .hero-main-info p {
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 25px
    }

    .hero__section .hero-wrapper .hero-main-info .hero-badges {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 359px;
        width: 100%;
        margin-bottom: 25px
    }

    .hero__section .hero-wrapper .hero-main-info .hero-badges img {
        max-width: 143px;
        max-height: 22px;
        width: auto;
        height: auto;
        opacity: .2
    }

    .hero__section .hero-wrapper .hero-main-info .hero-author {
        display: flex;
        align-items: center;
        border: 1px solid #403f52;
        padding: 22px 20px;
        box-sizing: border-box;
        max-width: 685px;
        width: 100%
    }

    .hero__section .hero-wrapper .hero-main-info .hero-author img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        margin-right: 10px
    }

    .hero__section .hero-wrapper .hero-main-info .hero-author span {
        color: #fff;
        display: block;
        font-weight: 700;
        font-size: 13px;
        line-height: 18px
    }

    .hero__section .hero-wrapper .hero-main-info .hero-author a {
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        color: #bcbfc8;
        text-decoration: none
    }

    .hero__section .hero-wrapper .hero-main-info .hero-author p {
        padding: 0;
        margin: 0
    }

    .hero__section .hero-wrapper .hero-main-info .hero-author .hero-author-info {
        margin-right: 40px
    }

    .hero__section .hero-wrapper .hero-main-info .hero-author p {
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
    }

    .mobile-hero__img {
        display: none
    }

    .months-casino {
        max-width: 420px;
        width: 100%;
        position: relative;
        z-index: 0
    }

    .months-casino-wrapper {
        background: #37269f;
        width: 100%;
        color: #fff;
        padding: 0 20px 10px 30px;
        margin-top: 0;
        position: relative
    }

    .months-casino-wrapper h3 {
        color: #fff;
        text-align: center;
        background: #df2c36;
        padding: 13px 10px;
        display: block;
        margin: 0px auto 0;
        max-width: 267px;
        position: relative;
        top: -20px
    }

    .months-casino-wrapper .months-casino-item {
        display: flex;
        margin-bottom: 4px;
        align-items: center;
        border-bottom: 1px solid rgba(204, 206, 239, 0.25);
        padding-bottom: 8px;
        position: relative;
        z-index: 100
    }

    .months-casino-wrapper>*:nth-child(5) {
        margin-bottom: 0;
        border-bottom: none
    }

    .months-casino-wrapper .months-casino-item .hero-casino-main-info {
        min-width: 125px
    }

    .months-casino-wrapper .months-casino-item .hero-casino-logo-wrap img {
        width: 45px;
        height: 45px;
        object-fit: cover;
        border-radius: 50%
    }

    .months-casino-wrapper .months-casino-item .hero-casino__bonus {
        font-weight: 700;
        color: #fff;
        font-size: 14px;
    }

    .months-casino-wrapper>svg {
        display: initial;
    }

    .hero-play__btn {
        max-width: 170px;
        width: 100%;
        background-color: #df2c36;
        color: #fff;
        padding: 10px 18.5px;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        line-height: 18px
    }

    .months-casino-item span {
        max-width: 200px;
        width: 100%;
        line-height: 21px;
        font-size: 13px;
        box-sizing: border-box;
        padding: 0 15px;
        display: block;
        color: #CCCEEF;
    }

    .months-casino-item span b {
        color: #fff
    }

    .hero-side-info {
        max-width: 350px;
        width: 100%;
        margin-left: 106px
    }

    .main-content>.best-casinos__section {
        max-width: 1140px;
        box-sizing: border-box;
        padding: 0 10px;
        width: 100%;
        margin-top: 50px
    }

    .best-casinos__section .home_head_title {
        color: #1b1a25;
        font-size: 29px;
        font-weight: 700;
        line-height: 19px;
    }

    .best-casinos__section .home-badges {
        display: flex;
        margin-top: 20px
    }

    .best-casinos__section .home-badges .badge {
        color: #4a4b54;
        font-size: 13px;
        font-weight: 400;
        line-height: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px
    }

    .best-casinos__section .home-badges .badge img {
        margin-left: 10px;
        width: 21px;
        height: 21px;
        object-fit: cover
    }

    .best-casinos__section .casino-filters-wrapper {
        display: flex;
        justify-content: space-between;
        margin-top: 20px
    }

    .casino-filters-wrapper #hm_basic_filters_form .tags {
        display: flex
    }

    .casino-filters-wrapper #hm_basic_filters_form .filter-style {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-right: 15px;
        padding: 10px 20px;
        border: 1px solid #d3d3d3;
        font-size: 13px;
        font-weight: 400;
        line-height: 19px;
        cursor: pointer
    }

    .casino-filters-wrapper #hm_basic_filters_form .filter-style input[type="radio"] {
        display: none
    }

    .casino-filters-wrapper #hm_basic_filters_form .filter-style label {
        cursor: pointer
    }

    .casino-filters-wrapper .lang-categories-wrapper #categories-casinos {
        background-color: #37269f;
        width: 100%;
        display: flex;
        justify-content: space-around;
        box-sizing: border-box;
        padding: 10px 20px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 19px;
        text-align: center;
        border: 1px solid transparent;
        cursor: pointer
    }

    .casino-filters-wrapper .lang-categories-wrapper #categories-casinos span {
        margin: 0 0 0 10px
    }

    .casino-filters-wrapper .lang-categories-wrapper .best-casinos-head-btn {
        position: relative
    }

    .casino-filters-wrapper .lang-categories-wrapper .best-casinos-head-btn .ulist_cat {
        position: absolute;
        padding: 0;
        list-style: none;
        padding: 10px 20px;
        box-sizing: border-box;
        margin-top: 0;
        background-color: #37269f;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s ease-in-out
    }

    .casino-filters-wrapper .lang-categories-wrapper .best-casinos-head-btn .ulist_cat.active {
        transition: 0.3s ease-in-out;
        visibility: visible;
        opacity: 1
    }

    .casino-filters-wrapper .lang-categories-wrapper .best-casinos-head-btn .ulist_cat li {
        padding: 10px 0;
        border-bottom: 1px solid #ffffff24
    }

    .casino-filters-wrapper .lang-categories-wrapper .best-casinos-head-btn .ulist_cat li:last-of-type {
        border-bottom: none
    }

    .casino-filters-wrapper .lang-categories-wrapper .best-casinos-head-btn .ulist_cat li a {
        color: #fff;
        text-decoration: none;
        width: 100%;
        display: flex;
        box-sizing: border-box;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 19px;
        cursor: pointer
    }

    .casino-reviews-wrapper {
        margin-top: 37px;
        width: 100%
    }

    .casino-reviews-wrapper .casino-reviews-single {
        width: 100%;
        display: flex;
        box-sizing: border-box;
        padding: 20px 26px;
        align-items: center;
        margin-bottom: 10px;
        border: 1px solid #e3e3e3
    }

    .casino-reviews-wrapper .casino-reviews-single .num {
        margin-right: 47px;
        min-height: 32px;
        min-width: 32px;
        max-height: 32px;
        max-width: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        text-align: center;
        color: #1b1a25;
        border-radius: 50%;
        border: 1px solid #d3d3d3
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-reviews-logo-wrapper {
        max-width: 180px;
        width: 100%;
        margin-right: 82px
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-reviews-logo-wrapper img {
        width: 84px;
        height: 84px;
        object-fit: cover;
        border-radius: 50%
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-reviews-logo-wrapper {
        max-width: 113px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-reviews-logo-wrapper span {
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        text-align: center;
        color: #1b1a25;
        margin-top: 10px;
        display: block;
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-reviews-logo-wrapper a {
        color: #df2c36;
        text-decoration: none
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-reviews-logo-wrapper a:hover {
        text-decoration: underline
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-review-data-wrapper {
        width: 100%
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-review-data-wrapper .casino-review-data-content {
        display: flex;
        justify-content: space-between
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-review-data-wrapper .casino-review-data-content .bonus-wrap {
        min-height: 62px;
        font-size: 14px;
        font-weight: 700;
        line-height: 26px;
        background: rgba(73, 184, 55, 0.15);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 22px;
        box-sizing: border-box;
        max-width: 195px;
        width: 100%;
        text-align: center;
        color: #2f5429;
        margin-bottom: 12px
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-review-bonus-content {
        max-width: 195px;
        width: 100%
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-review-data-wrapper .casino-review-link-content {
        max-width: 244px;
        width: 100%
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-review-data-wrapper .casino-review-play__btn {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        padding: 12px 8px;
        border-radius: 0;
        background-color: #df2c36;
        color: #fff;
        text-decoration: none;
        width: 100%;
        display: block;
        box-sizing: border-box;
        text-align: center
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-review-notice-content {
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        text-align: left;
        color: #9f9f9f
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-review-extra-content {
        max-width: 130px;
        width: 100%;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        color: #1b1a25
    }

    body div main table {
        width: 100%;
        max-width: 100%;
        background-color: #fefefe;
        border-bottom: 1px solid #12121200;
        display: block;
        overflow-x: auto;
    }

    body div main table tbody {
        display: table;
        width: 100%;
        background-color: #d0d0d021
    }

    body div main table td {
        padding: 5px 10px 5px 10px;
        border-bottom: 1px solid #3b3b3b0f;
        color: #4a4b54
    }

    body div main table h3 {
        color: #1a251c
    }

    body div main table tbody tr:last-child td {
        border-bottom: none
    }

    body div main table tbody tr td:first-child span {
        font-weight: 600 !important
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-reviews-logo-wrapper span a:hover {
        text-decoration: none
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-reviews-logo-wrapper span a {
        color: #1b1a25;
        text-decoration: none
    }

    .main-content>ol {
        padding-left: 12px;
    }

    #mobile-menu-toggle {
        display: none
    }

    .top-header {
        margin: auto;
        box-sizing: border-box;
        max-width: 1141px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px 10px 21px 10px
    }

    .white-border {
        display: block;
        box-sizing: border-box;
        height: 1px;
        max-width: 1125px;
        width: 100%;
        padding: 0 10px;
        margin: auto;
        background-color: #403f52
    }

    .top-header #menu-header-custom-menu {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none
    }

    .top-header #menu-header-custom-menu li {
        margin-left: 30px
    }

    .top-header #menu-header-custom-menu li:first-of-type {
        margin-left: 0
    }

    .top-header #menu-header-custom-menu li a {
        text-decoration: none;
        color: #bcbfc8;
        font-size: 13px;
        transition: 0.3s ease-in-out
    }

    .top-header #menu-header-custom-menu li a:hover {
        transition: 0.3s ease-in-out;
        color: #fff
    }

    .top-header .top-header-menu-lang {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        background: linear-gradient(357.2deg, #1b1a25 -11.47%, #1b1a25 97.61%);
        box-sizing: border-box
    }

    .top-header .top-header-menu-lang a {
        display: flex;
        margin-bottom: 5px;
        max-width: 88px;
        width: 100%;
        position: relative
    }

    .top-header .top-header-menu-lang>span {
        align-items: center;
        justify-self: center;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        text-decoration: none;
        width: 100%;
        display: flex;
        margin-top: 15px;
        cursor: pointer;
        margin-right: 15px
    }

    .top-header .top-header-menu-lang span img {
        width: 20px;
        height: 13px;
        margin-right: 7px;
        object-fit: cover
    }

    .top-header .top-header-menu-lang>span>svg {
        margin-left: 7px
    }

    .top-header .top-header-menu-lang .lang-dropdown {
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        background-color: transparent;
        max-width: 150px;
        width: 100%;
        margin: auto;
        padding-bottom: 10px;
        background: linear-gradient(357.2deg, #1b1a25 -11.47%, #1b1a25 97.61%);
        transition: 0.4s ease-in-out
    }

    .top-header .top-header-menu-lang .lang-dropdown.active {
        visibility: visible;
        opacity: 1;
        transition: 0.2s ease-in-out
    }

    .top-header .top-header-menu-lang a {
        display: flex;
        align-items: center;
        justify-self: center;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        text-decoration: none;
        width: 100%;
        display: flex;
        margin-top: 15px
    }

    .top-header .top-header-menu-lang a:hover {
        opacity: 0.7;
        transition: 0.2s ease-in-out
    }

    .top-header .top-header-menu-lang a img {
        width: 20px;
        height: 13px;
        margin-right: 7px;
        object-fit: cover
    }

    .header-main {
        max-width: 1141px;
        box-sizing: border-box;
        width: 100%;
        margin: auto;
        margin-top: 21px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px 30px 10px;
        background: linear-gradient(357.2deg, #1b1a25 -11.47%, #1b1a25 97.61%)
    }

    .header-main .header-main-info {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        padding-right: 70px
    }

    .header-main .header-main-info .header-search-wrap {
        display: flex;
        align-items: center
    }

    .header-main .header-main-info .header-search-wrap i {
        order: 2;
        color: #df2c36;
        cursor: pointer;
        font-size: 18px;
        opacity: 0;
        transition: 0.2s ease-in-out
    }

    .header-main .header-main-info .header-search-wrap i.visible {
        opacity: 1;
        transition: 0.2s ease-in-out
    }

    .header-main .header-main-info .header-search-wrap input {
        border-radius: 20px;
        outline: none;
        border: none;
        box-sizing: border-box;
        padding: 7px 15px;
        transition: 0.3s ease-in-out;
        opacity: 1;
        width: 100%
    }

    .header-main .header-main-info .header-search-wrap .hide {
        transition: 0.3s ease-in-out;
        opacity: 0;
        width: 0
    }

    .header-main .header-main-info .header-search-wrap #search__btn {
        display: none
    }

    .header-main .menu-header-custom-container #menu-header-custom {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        margin-right: 16px;
        justify-content: space-evenly
    }

    .header-main .menu-header-custom-container #menu-header-custom li {
        max-width: 250px;
        width: 100%;
        margin-right: 64px;
        position: relative;
        white-space: nowrap
    }

    .header-main .menu-header-custom-container #menu-header-custom li:hover>a {
        color: #bcbfc8;
        transition: 0.3s
    }

    .header-main .menu-header-custom-container #menu-header-custom li:last-of-type {
        margin-right: 0
    }

    .header-main .menu-header-custom-container #menu-header-custom li a {
        transition: 0.3s;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
        line-height: 19px;
        text-align: center
    }

    .header-main .menu-header-custom-container #menu-header-custom li.menu-item-has-children:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        transition: 0.3s ease-in-out
    }

    .header-main .menu-header-custom-container #menu-header-custom li.menu-item-has-children::after {
        content: "›";
        color: #b3b3b3;
        transform: rotate(90deg);
        position: absolute;
        margin-left: 11px;
        font-size: 18px
    }

    .header-main .menu-header-custom-container #menu-header-custom .sub-menu {
        visibility: hidden;
        opacity: 0;
        transition: 0.3s ease-in-out;
        list-style: none;
        margin: 0;
        padding: 0;
        min-width: 200px;
        padding: 15px;
        word-break: break-all;
        position: absolute;
        right: -16px;
        z-index: 10;
        background: linear-gradient(357.2deg, #1b1a25 -11.47%, #1b1a25 97.61%)
    }

    .header-main .menu-header-custom-container #menu-header-custom .sub-menu li {
        width: 100%;
        padding: 10px 0;
        white-space: pre-wrap;
        border-bottom: 1px solid #403f52
    }

    .header-main .menu-header-custom-container #menu-header-custom .sub-menu li:last-of-type {
        border-bottom: none
    }

    .main-content .hero__section .hero-wrapper .hero-side-info .months-casino {
        margin-top: 0px
    }

    .months-casino-wrapper .month-casino-title {
        color: #fff;
        text-align: center;
        background: #df2c36;
        padding: 13px 35px;
        display: block;
        margin: 0px auto 0;
        max-width: 267px;
        position: relative;
        top: -20px;
        font-weight: 700;
        font-size: 18px;
    }
}

@media only screen and (min-width: 600px) and (max-width:1000px) {
    .main-content>h2,
    .main-content>p,
    .main-content>h3,
    .main-content>section {
        max-width: 790px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
        margin: 30px auto;
    }

    .main-content h1,
    .main-content h2,
    .main-content h3,
    .main-content h4,
    .main-content h5,
    .main-content h6 {
        max-width: 790px;
        width: 100%;
        margin: auto
    }

    .months-casino-wrapper {
        position: relative;
        top: 50px;
    }

    .main-content p {
        color: #4A4B54;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px
    }

    .main-content>ol,
    .main-content>ul {
        max-width: 790px;
        color: #4a4b54;
        margin: auto;
        font-size: 14px;
        font-weight: 400;
        line-height: 29px;
    }

    .main-content>h2 {
        color: #1b1a25;
        font-size: 29px;
        font-weight: 700;
        line-height: 35px;
    }

    .main-content>h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        color: #1b1a25
    }

    .main-content>p a {
        color: #4e4795;
        text-decoration: none
    }

    .mobile-hero__img {
        max-width: 120px;
        max-height: 141px;
        width: 100%
    }

    .hero__section {
        max-width: 100% !important;
        background-color: #1b1a25
    }

    .hero__section .hero-wrapper {
        width: 100%;
        margin: auto;
        padding: 0 0px 25px 0px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column
    }

    .hero__section .hero-wrapper .hero-main-info {
        width: 100%;
        margin-top: 70px
    }

    .hero__section .hero-wrapper .hero-main-info .breadcrumbs {
        color: #fff;
        font-size: 13px;
        font-weight: 400
    }

    .hero__section .hero-wrapper .hero-main-info .breadcrumbs a:first-of-type {
        color: #fff
    }

    .hero__section .hero-wrapper .hero-main-info .breadcrumbs a {
        color: #bcbfc8;
        text-decoration: none
    }

    .hero__section .hero-wrapper .hero-page-info {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .hero__section .hero-wrapper .hero-main-info h1 {
        color: #fff;
        margin-left: 0;
        padding: 0;
        font-size: 33px;
        font-weight: 700;
        line-height: 50px;
        margin-bottom: 20px;
        width: 77%;
        word-wrap: break-word;
    }

    .hero__section .hero-wrapper .hero-main-info p {
        color: #bcbfc8;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        margin: 0;
        width: 100%
    }

    .hero__section .hero-wrapper .hero-main-info .hero-badges {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 359px;
        width: 100%;
        margin: auto;
        margin-bottom: 20px
    }

    .hero__section .hero-wrapper .hero-main-info .hero-badges img {
        max-height: 22px;
        margin-right: 48px;
        width: auto;
        height: auto;
        opacity: 0.2
    }

    .hero__section .hero-wrapper .hero-main-info .hero-author {
        display: flex;
        align-items: center;
        border: 1px solid #403f52;
        padding: 22px 20px;
        box-sizing: border-box;
        width: 100%
    }

    .hero__section .hero-wrapper .hero-main-info .hero-author img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        margin-right: 10px
    }

    .hero__section .hero-wrapper .hero-main-info .hero-author span {
        font-weight: 700;
        font-size: 13px;
        color: #fff;
        line-height: 18px
    }

    .hero__section .hero-wrapper .hero-main-info .hero-author a {
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        color: #bcbfc8;
        text-decoration: none
    }

    .hero__section .hero-wrapper .hero-main-info .hero-author p {
        padding: 0;
        margin: 0
    }

    .hero__section .hero-wrapper .hero-main-info .hero-author .hero-author-info {
        margin-right: 40px
    }

    .months-casino .months-casino-wrapper h3 {
        color: #fff;
        text-align: center
    }

    .months-casino .months-casino-wrapper .months-casino-item {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        margin-bottom: 10px;
        background: #fff;
        border: 2px solid #df2c36;
        box-sizing: border-box;
        padding: 10px 8px
    }

    .months-casino-wrapper .months-casino-item .hero-casino-logo-wrap img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        border-radius: 50%
    }

    .months-casino .months-casino-wrapper .months-casino-item:last-of-type {
        margin-bottom: 0
    }

    .months-casino .months-casino-wrapper .months-casino-item .hero-casino-logo-wrap {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .months-casino .months-casino-wrapper .months-casino-item span {
        visibility: visible;
        box-sizing: border-box;
        padding: 4px 14px;
        color: #37269f;
        font-size: 13px;
        font-weight: 700;
        line-height: 20px;
        width: 100%
    }

    .months-casino .months-casino-wrapper .months-casino-item .hero-casino__name {
        display: none
    }

    .months-casino .months-casino-wrapper .months-casino-item .hero-casino-main-info {
        width: 340px;
        display: flex;
        padding: 10px 20px;
        align-items: center;
        justify-self: center;
        text-align: center;
        border: 1px solid #37269f;
        box-sizing: border-box
    }

    .months-casino .months-casino-wrapper .months-casino-item .hero-play__btn {
        padding: 13px 16px;
        width: 114px;
        color: #fff;
        background-color: #df2c36;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .main-content>.best-casinos__section {
        max-width: 1140px;
        box-sizing: border-box;
        padding: 0 10px;
        width: 100%;
        margin-top: 50px
    }

    .best-casinos__section .home_head_title {
        color: #1b1a25;
        font-size: 29px;
        font-weight: 700;
        line-height: 19px;
    }

    .best-casinos__section .home-badges {
        display: flex;
        margin-top: 20px
    }

    .best-casinos__section .home-badges .badge {
        color: #4a4b54;
        font-size: 13px;
        font-weight: 400;
        line-height: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px
    }

    .best-casinos__section .home-badges .badge img {
        margin-left: 10px;
        width: 21px;
        height: 21px;
        object-fit: cover
    }

    .best-casinos__section .casino-filters-wrapper {
        display: flex;
        flex-direction: column;
        margin-top: 20px
    }

    .casino-filters-wrapper #hm_basic_filters_form {
        order: 1
    }

    .casino-filters-wrapper #hm_basic_filters_form .tags {
        display: flex;
    }

    .casino-filters-wrapper #hm_basic_filters_form .tags .filter-style {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px 20px;
        margin-right: 5px;
        border: 1px solid #d3d3d3;
        font-size: 13px;
        font-weight: 400;
        line-height: 19px;
        cursor: pointer
    }

    .casino-filters-wrapper #hm_basic_filters_form .tags .filter-style.last-filter {
        margin-right: 0
    }

    .casino-filters-wrapper #hm_basic_filters_form .filter-style input[type="radio"] {
        display: none
    }

    .casino-filters-wrapper #hm_basic_filters_form .filter-style label {
        cursor: pointer
    }

    .casino-filters-wrapper .lang-categories-wrapper #categories-casinos {
        background-color: #37269f;
        width: 100%;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        padding: 10px 20px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 19px;
        text-align: center;
        border: 1px solid transparent;
        cursor: pointer;
        margin-bottom: 5px
    }

    .casino-filters-wrapper .lang-categories-wrapper #categories-casinos span {
        margin: 0 0 0 10px
    }

    .casino-filters-wrapper .lang-categories-wrapper .best-casinos-head-btn {
        position: relative
    }

    .casino-filters-wrapper .lang-categories-wrapper .best-casinos-head-btn .ulist_cat {
        position: absolute;
        padding: 0;
        list-style: none;
        padding: 10px 20px;
        box-sizing: border-box;
        margin-top: 0;
        background-color: #37269f;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        z-index: 10;
        transition: 0.3s ease-in-out
    }

    .casino-filters-wrapper .lang-categories-wrapper .best-casinos-head-btn .ulist_cat.active {
        transition: 0.3s ease-in-out;
        visibility: visible;
        opacity: 1
    }

    .casino-filters-wrapper .lang-categories-wrapper .best-casinos-head-btn .ulist_cat li {
        padding: 10px 0;
        border-bottom: 1px solid #ffffff24
    }

    .casino-filters-wrapper .lang-categories-wrapper .best-casinos-head-btn .ulist_cat li:last-of-type {
        border-bottom: none
    }

    .casino-filters-wrapper .lang-categories-wrapper .best-casinos-head-btn .ulist_cat li a {
        color: #fff;
        text-decoration: none;
        width: 100%;
        display: flex;
        box-sizing: border-box;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 19px;
        cursor: pointer
    }

    .casino-reviews-wrapper {
        margin-top: 30px
    }

    .casino-reviews-wrapper .casino-reviews-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .casino-reviews-wrapper .casino-reviews-content .casino-review-data-wrapper {
        width: 100%
    }

    .casino-reviews-wrapper .casino-reviews-single {
        width: 49%;
        border: 1px solid #d3d3d3;
        box-sizing: border-box;
        padding: 17px 25px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative
    }

    .casino-reviews-wrapper .casino-reviews-single:last-of-type {
        margin-bottom: 0
    }

    .casino-reviews-wrapper .casino-reviews-single .num {
        width: 32px;
        height: 32px;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        top: 15px;
        left: 0;
        right: 80px;
        margin: auto;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        text-align: left;
        color: #1b1a25;
        background-color: #fff;
        border: 1px solid #d3d3d3
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-reviews-logo-wrapper,
    .casino-reviews-wrapper .casino-reviews-single .casino-reviews-logo-wrapper .casino-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-reviews-logo-wrapper img {
        width: 84px;
        height: 84px;
        object-fit: cover;
        border-radius: 50%
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-reviews-logo-wrapper span {
        text-align: center;
        margin-top: 10px;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        margin-bottom: 0;
        display: block;
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-reviews-logo-wrapper a {
        margin-top: 14px
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-review-bonus-content {
        background-color: #49b83726;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        text-align: center;
        box-sizing: border-box;
        padding: 16px 20px;
        max-width: 310px;
        width: 100%;
        margin: auto;
        margin-top: 14px;
        margin-bottom: 10px
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-review-data-content {
        display: flex;
        flex-direction: column
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-review-extra-content {
        text-align: center;
        order: 1
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-review-link-content {
        text-align: center;
        order: 2;
        max-width: 310px;
        width: 100%;
        margin: auto;
        margin-top: 10px
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-review-link-content .casino-review-play__btn {
        color: #fff;
        text-decoration: none;
        background-color: #df2c36;
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 14px 20px
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-review-notice-content {
        margin-top: 13px;
        font-size: 12px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        max-width: 310px;
        width: 100%;
        margin: auto;
        color: #9f9f9f
    }

    .main-category .hero__section .hero-wrapper .hero-main-info {
        max-width: 100%;
        width: 100%
    }

    .main-category .hero-side-info {
        padding-bottom: 20px;
        text-align: center
    }

    .main-category .category-casino-item {
        display: flex;
        flex-direction: column
    }

    .main-category .category-casino-item>* {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }

    .main-category .country-items {
        grid-template-columns: 1fr 1fr
    }

    body div main table {
        max-width: 790px;
        width: 100%;
        padding: 0px 15px;
        margin: auto;
        background-color: #fefefe;
        border-bottom: 1px solid #12121200
    }

    body div main table tbody {
        display: table;
        width: 100%;
        background-color: #d0d0d021
    }

    body div main table td {
        padding: 5px 10px 5px 10px;
        border-bottom: 1px solid #3b3b3b0f;
        color: #4a4b54
    }

    body div main table h3 {
        color: #1a251c
    }

    body div main table tbody tr:last-child td {
        border-bottom: none
    }

    body div main table tbody tr td:first-child span {
        font-weight: 600 !important
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-reviews-logo-wrapper span a:hover {
        text-decoration: none
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-reviews-logo-wrapper span a {
        color: #1b1a25;
        text-decoration: none
    }

    #searchicon {
        display: none
    }

    #mobile-menu-toggle {
        display: block;
        color: #fff;
        position: fixed;
        right: 0;
        top: 42px;
        padding: 0 15px;
        width: 23px;
        height: 19px;
        cursor: pointer
    }

    #mobile-menu-toggle img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    header {
        width: 100%;
        box-sizing: border-box;
        height: 100px
    }

    header,
    .header-main .header-main-info {
        position: fixed;
        top: 0;
        padding: 35px 15px
    }

    .header-search-wrap,
    .menu-header-custom-container {
        margin-top: -25px;
        visibility: hidden;
        opacity: 0;
        transition: 0.5s ease-in-out;
    }

    .header-search-wrap.active,
    .menu-header-custom-container.active {
        visibility: visible;
        opacity: 1;
        transition: 0.3s ease-in-out;
        margin-top: 25px;
    }

    .header-search-wrap .search-icon {
        position: relative
    }

    .header-search-wrap input {
        border-radius: 20px;
        border: none;
        padding: 5px 5px;
        width: 100%
    }

    .header-search-wrap button {
        position: absolute;
        right: 0;
        top: 4px;
        border: none;
        border-radius: 20px;
        background-color: transparent;
        color: #df2c36
    }

    .menu-header-custom-container {
        visibility: hidden;
        opacity: 0;
        transition: 0.5s ease-in-out;
        background: #1b1a25;
        width: 100%;
        height: 100%;
        position: fixed;
        right: 0;
        left: 0;
        top: 50px;
        bottom: 0;
        display: flex;
        z-index: -1
    }

    .header-main .menu-header-custom-container #menu-header-custom li.menu-item-has-children {
        margin-bottom: 0
    }

    .header-main .menu-header-custom-container #menu-header-custom li.menu-item-has-children::after {
        content: "›";
        color: #b3b3b3;
        transform: rotate(90deg);
        position: absolute;
        margin-left: 11px;
        font-size: 25px;
        right: 0;
        top: 0
    }

    .header-main .menu-header-custom-container #menu-header-custom {
        margin-top: 75px
    }

    .header-main .menu-header-custom-container #menu-header-custom,
    .header-main .menu-header-custom-container #menu-header-custom .sub-menu {
        list-style: none;
        width: 97%;
    }

    .header-main .menu-header-custom-container #menu-header-custom .sub-menu {
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        transition: 1s
    }

    .header-main .menu-header-custom-container #menu-header-custom li {
        margin-top: 10px;
        position: relative;
        margin-bottom: 20px
    }

    .header-main .menu-header-custom-container #menu-header-custom li .sub-menu {
        margin-top: 0;
        margin-bottom: 0
    }

    .header-main .menu-header-custom-container #menu-header-custom li:hover>.sub-menu {
        transition: max-height 2s ease-out;
        max-height: 1000px;
        opacity: 1;
        transition: 1s ease-in-out;
        visibility: visible
    }

    .header-main .menu-header-custom-container #menu-header-custom li a {
        color: #fff;
        text-decoration: none
    }

    .top-header .menu-header-custom-menu-container #menu-header-custom-menu {
        display: none
    }

    .top-header .menu-header-custom-menu-container.active {
        transition: 0.3s ease-in-out;
        visibility: visible;
        opacity: 1
    }

    .top-header .top-header-menu-lang {
        position: fixed;
        right: 60px;
        top: 42px;
        margin: 0;
        z-index: 9;
        padding: 0;
        list-style: none;
        background: linear-gradient(357.2deg, #1b1a25 -11.47%, #1b1a25 97.61%);
        box-sizing: border-box
    }

    .top-header .top-header-menu-lang a {
        display: flex;
        margin-bottom: 5px;
        max-width: 88px;
        width: 100%;
        position: relative
    }

    .top-header .top-header-menu-lang>span {
        align-items: center;
        justify-self: center;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        text-decoration: none;
        width: 100%;
        display: flex;
        cursor: pointer;
        margin-right: 15px
    }

    .top-header .top-header-menu-lang span img {
        width: 23px;
        height: 19px;
        margin-right: 7px;
        object-fit: cover
    }

    .top-header .top-header-menu-lang>span span {
        display: none
    }

    .top-header .top-header-menu-lang .lang-dropdown {
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        background-color: transparent;
        right: 11px;
        width: 100%;
        margin: auto;
        padding-bottom: 10px;
        background: linear-gradient(357.2deg, #1b1a25 -11.47%, #1b1a25 97.61%);
        transition: 0.4s ease-in-out
    }

    .top-header .top-header-menu-lang .lang-dropdown.active {
        visibility: visible;
        opacity: 1;
        transition: 0.2s ease-in-out
    }

    .top-header .top-header-menu-lang a {
        display: flex;
        align-items: center;
        justify-self: center;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        text-decoration: none;
        width: 100%;
        display: flex;
        margin-top: 15px
    }

    .top-header .top-header-menu-lang a:hover {
        opacity: 0.7;
        transition: 0.2s ease-in-out
    }

    .top-header .top-header-menu-lang a span {
        display: none
    }

    .top-header .top-header-menu-lang a img {
        width: 23px;
        height: 19px;
        object-fit: cover;
        margin: auto
    }

    .section-in-the-media h3 {
        margin-bottom: 30px
    }

    .section-in-the-media .in-the-media-imgs-holder {
        height: auto;
        display: block;
        text-align: center
    }

    .section-in-the-media .in-the-media-imgs-holder img {
        margin-right: 0;
        margin: auto;
        margin-bottom: 17px;
        display: block
    }

    .section-in-the-media .in-the-media-imgs-holder img:last-child {
        margin-bottom: 0;
        margin: auto
    }

    footer {
        padding: 44px 15px;
        padding-bottom: 30px
    }

    footer .footer-newsletter-logos-holder,
    footer .footer-newsletter-logos-holder .footer-newsletter-holder {
        margin-top: 0;
        display: block;
        text-align: center;
        margin: auto
    }

    footer .footer-newsletter-logos-holder .footer-newsletter-holder h4,
    footer .footer-newsletter-logos-holder .footer-newsletter-holder input,
    footer .footer-newsletter-logos-holder .footer-newsletter-holder button {
        width: 100%;
        margin-right: 0
    }

    footer .footer-newsletter-logos-holder .footer-newsletter-holder input {
        margin: 19px 0
    }

    footer .footer-newsletter-logos-holder .footer-logos-holder {
        text-align: center;
        display: flex;
        align-items: center;
        margin: auto;
        margin-top: 30px
    }

    footer .footer-newsletter-logos-holder .footer-logos-holder img:nth-child(1),
    footer .footer-newsletter-logos-holder .footer-logos-holder img:nth-child(2),
    footer .footer-newsletter-logos-holder .footer-logos-holder img:nth-child(3) {
        margin-top: 0
    }

    footer .footer-details-holder {
        flex-direction: column-reverse
    }

    footer .footer-details-holder .footer-detail-item {
        width: 100%;
        margin-bottom: 30px
    }

    footer .footer-details-holder,
    footer .footer-details-holder .footer-detail-item:last-child {
        margin-bottom: 0
    }

    footer .footer-details-holder .footer-detail-item .footer-detail-item-img-holder {
        display: none
    }

    footer .footer-details-holder .footer-detail-item .footer-detail-info-holder .footer-socials-holder a {
        font-size: 29.5px
    }

    footer .footer-copyrights {
        display: none
    }

    img.ninja-footer__img {
        display: none
    }

    .months-casino-wrapper .month-casino-title {
        display: none;
    }
}

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

    .main-content>h2,
    .main-content>p,
    .main-content>h3,
    .main-content>section {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
        margin: 30px auto
    }

    .main-content h1,
    .main-content h2,
    .main-content h3,
    .main-content h4,
    .main-content h5,
    .main-content h6 {
        padding: 0 15px
    }

    .main-content p {
        color: #4A4B54;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }

    .main-content>ol,
    .main-content>ul {
        color: #4a4b54;
        font-size: 17px;
        font-weight: 400;
        line-height: 29px;
    }

    .main-content>h2 {
        color: #1b1a25;
        font-size: 29px;
        font-weight: 700;
        line-height: 35px;
    }

    .main-content>h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        color: #1b1a25
    }

    .main-content>p {
        color: #4a4b54;
        font-size: 17px;
        font-weight: 400;
        line-height: 29px;
    }

    .main-content>p a {
        color: #4e4795;
        text-decoration: none
    }

    .mobile-hero__img {
        max-width: 30%;
        width: 100%;
        max-height: 147px
    }

    .hero__section {
        background-color: #1b1a25
    }

    .hero__section .hero-wrapper {
        width: 100%;
        margin: auto;
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-direction: column
    }

    .hero__section .hero-wrapper .hero-main-info {
        width: 100%;
        margin-top: 70px
    }

    .hero__section .hero-wrapper .hero-main-info .breadcrumbs {
        color: #fff;
        font-size: 13px;
        font-weight: 400
    }

    .hero__section .hero-wrapper .hero-main-info .breadcrumbs a:first-of-type {
        color: #fff
    }

    .hero__section .hero-wrapper .hero-main-info .breadcrumbs a {
        color: #bcbfc8;
        text-decoration: none
    }

    .hero__section .hero-wrapper .hero-page-info {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .hero__section .hero-wrapper .hero-main-info h1 {
        color: #fff;
        padding: 0;
        font-size: 33px;
        font-weight: 700;
        line-height: 50px;
        margin-bottom: 20px;
        width: 70%;
        word-wrap: break-word;
    }

    .hero__section .hero-wrapper .hero-main-info p {
        color: #bcbfc8;
        font-size: 17px;
        font-weight: 400;
        line-height: 26px;
        margin: 0;
        margin-bottom: 17px;
        width: 100%;
    }

    .hero__section .hero-wrapper .hero-main-info .hero-badges {
        /* display: flex; */
        justify-content: space-between;
        align-items: center;
        /* max-width: 359px; */
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
        /* flex-wrap: wrap; */
    }

    .hero__section .hero-wrapper .hero-main-info .hero-badges img {
        max-width: 143px;
        width: auto;
        height: auto;
        max-height: 22px;
        margin-right: 20px;
        opacity: 0.2;
    }

    .hero__section .hero-wrapper .hero-main-info .hero-author {
        display: flex;
        align-items: center;
        border: 1px solid #403f52;
        padding: 22px 20px;
        box-sizing: border-box;
        width: 100%;
    }

    .hero__section .hero-wrapper .hero-main-info .hero-author img {
        width: 66px;
        height: 66px;
        object-fit: cover;
        margin-right: 10px
    }

    .hero__section .hero-wrapper .hero-main-info .hero-author span {
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        line-height: 24px;
    }

    .hero__section .hero-wrapper .hero-main-info .hero-author a {
        word-break: break-all;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        color: #bcbfc8;
        text-decoration: none
    }

    .hero__section .hero-wrapper .hero-main-info .hero-author p {
        display: none
    }

    .hero__section .hero-wrapper .hero-main-info .hero-author .hero-author-info {
        display: flex;
        flex-direction: column
    }

    .months-casino .months-casino-wrapper h3 {
        display: none
    }

    .hero-side-info {
        position: relative;
        top: 50px;
    }

    .hero-side-info .months-casino {
        /* position: absolute; */
        width: 100%;
    }

    .months-casino .months-casino-wrapper .months-casino-item {
        display: flex;
        width: 100%;
        align-items: stretch;
        justify-content: space-between;
        margin-bottom: 10px;
        background: #fff;
        border: 2px solid #df2c36;
        box-sizing: border-box;
        padding: 10px 8px
    }

    .months-casino-wrapper .months-casino-item .hero-casino-logo-wrap img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        border-radius: 50%
    }

    .months-casino .months-casino-wrapper .months-casino-item:last-of-type {
        margin-bottom: 0
    }

    .months-casino .months-casino-wrapper .months-casino-item .hero-casino-logo-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 16px
    }

    .months-casino .months-casino-wrapper .months-casino-item span {
        visibility: visible;
        box-sizing: border-box;
        padding: 4px 14px;
        color: #37269f;
        font-size: 13px;
        font-weight: 700;
        line-height: 20px;
        width: 100%;
        word-break: break-all;
    }

    .months-casino .months-casino-wrapper .months-casino-item .hero-casino__name {
        display: none
    }

    .months-casino .months-casino-wrapper .months-casino-item .hero-casino-main-info {
        display: flex;
        padding: 10px 0px;
        align-items: center;
        justify-self: center;
        text-align: center;
        border: 1px solid #37269f;
        box-sizing: border-box;
        min-width: 142px;
        max-width: 205px;
        width: 100%
    }

    .months-casino .months-casino-wrapper .months-casino-item .hero-play__btn {
        padding: 13px 16px;
        width: 114px;
        color: #fff;
        background-color: #df2c36;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 6px;
        text-align: center;
    }

    .home_head_title {
        font-size: 29px;
        font-weight: 700;
        line-height: 38px;
        text-align: center;
        margin-bottom: 10px;
        color: #1b1a25
    }

    .main-content>.best-casinos__section {
        max-width: 1140px;
        box-sizing: border-box;
        padding: 0 10px;
        width: 100%;
        margin-top: 70px;
    }

    .best-casinos__section .home-badges {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: auto;
        margin-top: 25px;
        text-align: center
    }

    .best-casinos__section .home-badges .badge {
        color: #4a4b54;
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        display: flex;
        align-items: center;
        white-space: pre-wrap;
        margin-right: 15px;
        margin-bottom: 11px;
    }

    .best-casinos__section .home-badges .badge img {
        margin-left: 10px;
        width: 21px;
        height: 21px;
        object-fit: cover
    }

    .best-casinos__section .casino-filters-wrapper {
        display: flex;
        flex-direction: column;
        margin-top: 20px
    }

    .casino-filters-wrapper #hm_basic_filters_form {
        order: 1
    }

    .casino-filters-wrapper #hm_basic_filters_form .tags {
        display: flex;
        flex-wrap: wrap
    }

    .casino-filters-wrapper #hm_basic_filters_form .tags .filter-style {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px 20px;
        border: 1px solid #d3d3d3;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        cursor: pointer;
        width: 100%;
        margin-bottom: 5px;
        min-height: 50px;
    }

    .casino-filters-wrapper #hm_basic_filters_form .tags .filter-style.last-filter {
        margin-bottom: 0px
    }

    .casino-filters-wrapper #hm_basic_filters_form .filter-style input[type="radio"] {
        display: none
    }

    .casino-filters-wrapper #hm_basic_filters_form .filter-style label {
        cursor: pointer;
        font-size: 16px;
        color: #4A4B54;
    }

    .casino-filters-wrapper .lang-categories-wrapper #categories-casinos {
        background-color: #37269f;
        width: 100%;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        padding: 10px 20px;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        text-align: center;
        border: 1px solid transparent;
        cursor: pointer;
        margin-bottom: 5px
    }

    .casino-filters-wrapper .lang-categories-wrapper #categories-casinos span {
        margin: 0 0 0 10px
    }

    .casino-filters-wrapper .lang-categories-wrapper .best-casinos-head-btn {
        position: relative
    }

    .casino-filters-wrapper .lang-categories-wrapper .best-casinos-head-btn .ulist_cat {
        position: absolute;
        padding: 0;
        list-style: none;
        padding: 10px 20px;
        box-sizing: border-box;
        margin-top: 0;
        z-index: 10;
        background-color: #37269f;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s ease-in-out
    }

    .casino-filters-wrapper .lang-categories-wrapper .best-casinos-head-btn .ulist_cat.active {
        transition: 0.3s ease-in-out;
        visibility: visible;
        opacity: 1
    }

    .casino-filters-wrapper .lang-categories-wrapper .best-casinos-head-btn .ulist_cat li {
        padding: 10px 0;
        border-bottom: 1px solid #ffffff24
    }

    .casino-filters-wrapper .lang-categories-wrapper .best-casinos-head-btn .ulist_cat li:last-of-type {
        border-bottom: none
    }

    .casino-filters-wrapper .lang-categories-wrapper .best-casinos-head-btn .ulist_cat li a {
        color: #fff;
        text-decoration: none;
        width: 100%;
        display: flex;
        box-sizing: border-box;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 19px;
        cursor: pointer
    }

    .casino-reviews-wrapper {
        margin-top: 30px
    }

    .casino-reviews-wrapper .casino-reviews-single {
        width: 100%;
        border: 1px solid #d3d3d3;
        box-sizing: border-box;
        padding: 17px 25px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative
    }

    .casino-reviews-wrapper .casino-reviews-single:last-of-type {
        margin-bottom: 0
    }

    .casino-reviews-wrapper .casino-reviews-single .num {
        width: 32px;
        height: 32px;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        top: 15px;
        left: 0;
        right: 80px;
        margin: auto;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        text-align: left;
        color: #1b1a25;
        background-color: #fff;
        border: 1px solid #d3d3d3
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-reviews-logo-wrapper,
    .casino-reviews-wrapper .casino-reviews-single .casino-reviews-logo-wrapper .casino-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-reviews-logo-wrapper img {
        width: 84px;
        height: 84px;
        object-fit: cover;
        border-radius: 50%
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-reviews-logo-wrapper span {
        text-align: center;
        margin-top: 10px;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        margin-bottom: 0;
        display: block;
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-reviews-logo-wrapper a {
        margin-top: 14px
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-review-bonus-content {
        background-color: #49b83726;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        text-align: center;
        box-sizing: border-box;
        padding: 16px 20px;
        max-width: 310px;
        width: 100%;
        margin: auto;
        margin-top: 14px;
        margin-bottom: 10px
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-review-data-content {
        display: flex;
        flex-direction: column
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-review-extra-content {
        text-align: center;
        order: 1
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-review-link-content {
        text-align: center;
        order: 2;
        max-width: 310px;
        width: 100%;
        margin: auto;
        margin-top: 10px
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-review-link-content .casino-review-play__btn {
        color: #fff;
        text-decoration: none;
        background-color: #df2c36;
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 14px 20px;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-review-notice-content {
        margin-top: 13px;
        font-size: 12px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        max-width: 310px;
        width: 100%;
        color: #9f9f9f
    }

    .main-category .hero__section .hero-wrapper {
        padding-bottom: 0
    }

    .main-category .hero__section .hero-wrapper .hero-main-info .hero-badges {
        margin-top: 20px;
        margin-bottom: 38px;
        display: flex
    }

    .main-category .hero__section .hero-wrapper .hero-main-info h1 {
        max-width: 80%;
        min-height: 100px;
        word-wrap: break-word;
    }

    .main-category .hero__section .hero-wrapper .hero-main-info::before {
        content: "";
        width: 132px;
        height: 105px;
        background-image: url("../../default/images/ninja2.svg");
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0
    }

    .main-category .category-casinos-holder {
        flex-direction: column
    }

    .main-category .category-casino-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 10px 8.5px;
        display: flex;
        align-items: stretch;
        justify-content: space-between
    }

    .main-category .category-casino-item:last-child {
        margin-bottom: 0
    }

    .main-category .category-casino-item>* {
        min-width: 20%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        word-break: break-word;
    }

    .main-category .hero-image,
    .main-category .category-casino-logo h5,
    .main-category .category-casino-desc {
        display: none
    }

    .main-category .category-casino-logo {
        margin-right: 16px
    }

    .main-category .category-casino-logo img {
        width: 50px;
        height: 50px;
        margin: 0
    }

    .main-category .category-casino-bonus {
        max-width: 100%;
        width: 100%;
        background-color: #37269f1a;
        color: #37269f;
        margin-right: 6px;
        border: 1px solid #37269f;
        padding: 4.5px 14px;
        font-size: 13px;
        font-weight: 700;
        line-height: 20px
    }

    .main-category .country-items {
        grid-template-columns: 1fr
    }

    body div main table {
        width: 100%;
        padding: 0px 15px;
        max-width: 100%;
        background-color: #fefefe;
        border-bottom: 1px solid #12121200
    }

    body div main table tbody {
        display: table;
        width: 100%;
        background-color: #d0d0d021
    }

    body div main table td {
        padding: 5px 10px 5px 10px;
        border-bottom: 1px solid #3b3b3b0f;
        color: #4a4b54
    }

    body div main table h3 {
        color: #1a251c
    }

    body div main table tbody tr:last-child td {
        border-bottom: none
    }

    body div main table tbody tr td:first-child span {
        font-weight: 600 !important
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-reviews-logo-wrapper span a:hover {
        text-decoration: none
    }

    .casino-reviews-wrapper .casino-reviews-single .casino-reviews-logo-wrapper span a {
        color: #1b1a25;
        text-decoration: none
    }

    .default-template {
        margin-top: 120px
    }

    .main-content {
        margin-top: 45px;
    }

    .section-in-the-media h3 {
        margin-bottom: 30px
    }

    .section-in-the-media .in-the-media-imgs-holder {
        height: auto;
        display: block;
        text-align: center
    }

    .section-in-the-media .in-the-media-imgs-holder img {
        margin-right: 0;
        margin: auto;
        margin-bottom: 17px;
        display: block
    }

    .section-in-the-media .in-the-media-imgs-holder img:last-child {
        margin-bottom: 0;
        margin: auto
    }

    footer {
        padding: 44px 15px;
        padding-bottom: 30px
    }

    footer .footer-newsletter-logos-holder,
    footer .footer-newsletter-logos-holder .footer-newsletter-holder {
        margin-top: 0;
        display: block;
        text-align: center;
        width: 100%
    }

    footer .footer-newsletter-logos-holder .footer-newsletter-holder h4,
    footer .footer-newsletter-logos-holder .footer-newsletter-holder input,
    footer .footer-newsletter-logos-holder .footer-newsletter-holder button {
        width: 100%;
        margin-right: 0
    }

    footer .footer-newsletter-logos-holder .footer-newsletter-holder input {
        margin: 19px 0
    }

    footer .footer-newsletter-logos-holder .footer-logos-holder {
        margin: auto;
        margin-top: 30px;
        text-align: center;
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

    footer .footer-newsletter-logos-holder .footer-logos-holder img {
        margin-top: 20px
    }

    footer .footer-newsletter-logos-holder .footer-logos-holder img:nth-child(1),
    footer .footer-newsletter-logos-holder .footer-logos-holder img:nth-child(2),
    footer .footer-newsletter-logos-holder .footer-logos-holder img:nth-child(3) {
        margin-top: 0
    }

    footer .footer-details-holder {
        flex-direction: column-reverse
    }

    footer .footer-details-holder .footer-detail-item {
        width: 100%;
        margin-bottom: 30px
    }

    footer .footer-details-holder,
    footer .footer-details-holder .footer-detail-item:last-child {
        margin-bottom: 0
    }

    footer .footer-details-holder .footer-detail-item .footer-detail-item-img-holder {
        display: none
    }

    footer .footer-details-holder .footer-detail-item .footer-detail-info-holder .footer-socials-holder a {
        font-size: 29.5px
    }

    footer .footer-copyrights {
        display: none
    }

    img.ninja-footer__img {
        display: none
    }

    .main-content>ul {
        padding: 0 15px;
        padding-left: 30px;
    }

    .main-content>h2 {
        word-break: break-word;
        hyphens: auto;
    }

    .months-casino-wrapper .month-casino-title {
        display: none;
    }

    .main-content>ol,
    .main-content>ul {
        max-width: 100%;
        width: 90%;
        padding: 0 15px;
        margin: 10px auto;
    }

    .main-category>.hero__section {
        padding-bottom: 140px;
    }

    .main-category .category-casinos-holder {
        margin-top: -150px;
    }

    #searchicon {
        display: none
    }

    #mobile-menu-toggle {
        display: block;
        color: #fff;
        position: fixed;
        right: 0;
        top: 42px;
        padding: 0 15px;
        width: 23px;
        height: 19px;
        cursor: pointer
    }

    #mobile-menu-toggle img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    header {
        width: 100%;
        box-sizing: border-box;
        height: 100px
    }

    header {
        position: fixed;
        top: 0;
        padding: 35px 15px
    }

    .header-search-wrap,
    .menu-header-custom-container {
        margin-top: -25px;
        visibility: hidden;
        opacity: 0;
        transition: 0.5s ease-in-out;
    }

    .header-search-wrap.active,
    .menu-header-custom-container.active {
        visibility: visible;
        opacity: 1;
        transition: 0.3s ease-in-out;
        margin-top: 25px;
    }

    .header-main-info:has(.header-search-wrap.active) {
        transition: 1s;
        background-color: #1b1a25
    }

    .header-search-wrap .search-icon {
        position: relative
    }

    .header-search-wrap input {
        border-radius: 20px;
        border: none;
        padding: 5px 5px;
        width: 100%;
        box-sizing: border-box
    }

    .header-search-wrap button {
        position: absolute;
        right: 0;
        top: 4px;
        border: none;
        border-radius: 20px;
        background-color: transparent;
        color: #df2c36
    }

    .menu-header-custom-container {
        visibility: hidden;
        opacity: 0;
        transition: 0.5s ease-in-out;
        background: #1b1a25;
        width: 100%;
        height: 100%;
        position: fixed;
        right: 0;
        left: 0;
        top: 50px;
        bottom: 0;
        display: flex;
        z-index: -1;
        overflow-x: auto
    }

    .header-main .menu-header-custom-container #menu-header-custom li.menu-item-has-children {
        margin-bottom: 0
    }

    .header-main .menu-header-custom-container #menu-header-custom li.menu-item-has-children::after {
        content: "›";
        color: #b3b3b3;
        transform: rotate(90deg);
        position: absolute;
        margin-left: 11px;
        font-size: 25px;
        right: 0;
        top: 0
    }

    .header-main .menu-header-custom-container #menu-header-custom {
        margin-top: 75px;
        width: 100%;
        padding: 0 15px
    }

    .header-main .menu-header-custom-container #menu-header-custom,
    .header-main .menu-header-custom-container #menu-header-custom .sub-menu {
        list-style: none
    }

    .header-main .menu-header-custom-container #menu-header-custom .sub-menu {
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        transition: 1s
    }

    .header-main .menu-header-custom-container #menu-header-custom li {
        margin-top: 10px;
        position: relative;
        margin-bottom: 20px
    }

    .header-main .menu-header-custom-container #menu-header-custom li .sub-menu {
        margin-top: 0;
        margin-bottom: 0
    }

    .header-main .menu-header-custom-container #menu-header-custom li:hover>.sub-menu {
        transition: max-height 2s ease-out;
        max-height: 1000px;
        opacity: 1;
        transition: 1s ease-in-out;
        visibility: visible
    }

    .header-main .menu-header-custom-container #menu-header-custom li a {
        color: #fff;
        text-decoration: none
    }

    .top-header .menu-header-custom-menu-container #menu-header-custom-menu {
        display: none
    }

    .top-header .menu-header-custom-menu-container.active {
        transition: 0.3s ease-in-out;
        visibility: visible;
        opacity: 1
    }

    .top-header .top-header-menu-lang {
        position: fixed;
        right: 60px;
        z-index: 9;
        top: 42px;
        margin: 0;
        padding: 0;
        list-style: none;
        background: linear-gradient(357.2deg, #1b1a25 -11.47%, #1b1a25 97.61%);
        box-sizing: border-box
    }

    .top-header .top-header-menu-lang a {
        display: flex;
        margin-bottom: 5px;
        max-width: 88px;
        width: 100%;
        position: relative
    }

    .top-header .top-header-menu-lang>span {
        align-items: center;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        text-decoration: none;
        width: 100%;
        display: flex;
        cursor: pointer;
    }

    .top-header .top-header-menu-lang span img {
        width: 23px;
        height: 19px;
        margin-right: 7px;
        object-fit: cover
    }

    .top-header .top-header-menu-lang>span span {
        display: none
    }

    .top-header .top-header-menu-lang .lang-dropdown {
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        background-color: transparent;
        right: 11px;
        width: 100%;
        margin: auto;
        padding-bottom: 10px;
        background: linear-gradient(357.2deg, #1b1a25 -11.47%, #1b1a25 97.61%);
        transition: 0.4s ease-in-out
    }

    .top-header .top-header-menu-lang .lang-dropdown.active {
        visibility: visible;
        opacity: 1;
        transition: 0.2s ease-in-out
    }

    .top-header .top-header-menu-lang a {
        display: flex;
        align-items: center;
        justify-self: center;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        text-decoration: none;
        width: 100%;
        display: flex;
        margin-top: 15px
    }

    .top-header .top-header-menu-lang a:hover {
        opacity: 0.7;
        transition: 0.2s ease-in-out
    }

    .top-header .top-header-menu-lang a span {
        display: none
    }

    .top-header .top-header-menu-lang a img {
        width: 23px;
        height: 19px;
        object-fit: cover;
        margin: auto
    }

    .months-casino .months-casino-wrapper .months-casino-item .hero-casino-main-info {
        min-width: auto;
    }

    .main-content table tr td p {
        width: 35vw;
    }
}
