@font-face {
    src: url("../fonts/inter-bold.woff2") format("truetype");
    font-family: "inter-bold";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    src: url("../fonts/inter-regular.woff2") format("truetype");
    font-family: "inter-regular";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    src: url("../fonts/inter-medium.woff2") format("truetype");
    font-family: "inter-medium";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    src: url("../fonts/lato-bold.ttf") format("truetype");
    font-family: "lato-bold";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --font--bold: "inter-bold", sans-serif;
    --font--medium: "inter-medium", sans-serif;
    --font--regular: "inter-regular", sans-serif;
    --font--lato-b: "lato-bold", sans-serif;
    --color-text: rgba(0, 0, 0, 1);
    --background-body: #061a35;
    --transition: all 0.3s linear;
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: var(--color-text);
}

body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    color: var(--color-text);
    background-color: #ffffff;
}

.newcasinorank__bg-pages {
    height: 100%;
}

img {
    object-fit: cover;
}

.img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    vertical-align: top;
}

svg {
    display: block;
    width: 100%;
    height: 100%;
}

.newcasinorank__visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden !important;
    border: 0;
    clip: rect(0 0 0 0);
}

.newcasinorank__page--container {
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
}

/* Header */
.newcasinorank__header {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.newcasinorank__header__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newcasinorank__header__menu {
    display: flex;
    align-items: center;
    width: 100%;
}

.newcasinorank__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
    padding: 0.5rem 0;
}

.newcasinorank__link {
    font-size: 0.95rem;
    line-height: 100%;
    color: #050505;
    font-family: var(--font--bold);
    font-weight: 800;
}

.newcasinorank__menu__lists {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
}

.newcasinorank__header-bg {
    width: 100%;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
}

.newcasinorank__header--box_center {
    margin: 1rem 0;
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    justify-content: flex-start;
    position: relative;
}

.newcasinorank__header__title {
    max-width: 560px;
    width: 100%;
    display: flex;
    gap: 0.7rem;
    flex-direction: column;
    justify-content: center;
}

.newcasinorank__header--title_main {
    font-size: 1.4rem;
    font-family: var(--font--bold);
    color: #050505;
    line-height: 100%;
    font-weight: 700;
}

.newcasinorank__header--text_main {
    font-family: var(--font--regular);
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 100%;
    color: #050505;
}

.newcasinorank__header--advantages {
    display: flex;
    justify-content: flex-start;
    gap: 1.25rem;
    align-items: center;
}

.newcasinorank__header--advantages_card {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.newcasinorank__header---card_text {
    font-family: var(--font--lato-b);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 100%;
    color: #3d61ea;
}
.newcasinorank__header__title-icon {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

#newcasinorankDatetime {
    color: #050505;
    font-size: 0.95rem;
    line-height: 100%;
    font-family: var(--font--medium);
}

.newcasinorank--header_image {
    max-width: 560px;
    width: 100%;
    height: 249px;
}

.newcasinorank__header-line_run {
    margin-top: 0.7rem;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem;
    gap: 1.25rem;
    width: 100%;
    background: linear-gradient(90deg, #135eff 0%, #daca1a 50%, #ff0404 100%);
}

.newcasinorank__header-line__content {
    display: flex;
    gap: 1.25rem;
    white-space: nowrap;
    animation: runText 20s linear infinite;
    -webkit-animation: runText 20s linear infinite;
}

@keyframes runText {
    0% {
        transform: translateX(
            0%
        ); /* Начальная позиция (справа за пределами экрана) */
    }
    100% {
        transform: translateX(
            -10%
        ); /* Конечная позиция (влево за пределами экрана) */
    }
}

.newcasinorank__header-line__text {
    color: #fff;
    font-family: var(--font--bold);
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 100%;
}

/* Casino */

.newcasinorank__casino--box {
    max-width: 946px;
    width: 100%;
    margin: 1.25rem auto;
}

.newcasinorank__casino--box__top {
    margin-bottom: 0.7rem;
    background-color: #3d61ea;
    padding: 0.7rem 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    justify-content: space-around;
}

.newcasinorank__casino--box__text {
    color: #fff;
    font-family: var(--font--bold);
    font-weight: 700;
    line-height: 100%;
    font-size: 0.75rem;
    text-transform: uppercase;
}

/* Cards Styles */

.newcasinorank__card---img_favbet {
    max-width: 181px !important;
    width: 100% !important;
    height: 22px !important;
}
.newcasinorank__card---img_maxbet {
    max-width: 193px !important;
    width: 100% !important;
    height: 74px !important;
}
.newcasinorank__card---img_maxbet {
    max-width: 197px !important;
    width: 100% !important;
    height: 42px !important;
}
.newcasinorank__card---img_betano {
    max-width: 168px !important;
    width: 100% !important;
    height: 52px !important;
}

.newcasinorank__card {
    border-radius: 20px;
    max-width: 946px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

@media (max-width: 991px) {
    .newcasinorank__card {
        max-width: 500px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
.newcasinorank__casino--cards_items {
    display: flex;
    flex-direction: column;
}

.newcasinorank__casino--cards_age {
    text-align: center;
    width: 100%;
    background-color: #ce1126;
    font-size: 0.8rem;
    line-height: 100%;
    font-family: var(--font--regular);
    font-weight: 400;
    color: #fff;
    padding: 0.2rem 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.newcasinorank__card--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    background-color: #545454;
    height: 157px;
}

@media (max-width: 991px) {
    .newcasinorank__card--top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 232px;
        gap: 0;
    }
}

.newcasinorank__card---left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.newcasinorank__card---left_num {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ce1126;
}

.newcasinorank__card---descr_left-show {
    display: none !important;
}

@media (max-width: 991px) {
    .newcasinorank__card---descr_left-show {
        display: flex !important;
    }

    .newcasinorank__card---left {
        gap: 10px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .newcasinorank__card---left_num {
        display: none;
    }

    .newcasinorank__card---descr_left {
        flex: 0 1 200px !important;
    }
}

.newcasinorank__card---wrapper_img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* padding: 30px 60px 30px 30px; */
    /* background-color: #000; */
    /* -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%); */
}

.newcasinorank__card---wrapper_img-num {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* padding: 30px 60px 30px 30px; */
    /* background-color: #000; */
}

.newcasinorank-img_show {
    display: none !important;
}

@media (max-width: 991px) {
    .newcasinorank__card---wrapper_img {
        -webkit-box-flex: 0;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 104px;
        /* padding: 15px 30px 15px 15px; */
        margin: 0 auto;
        height: 104px;
        justify-content: space-around;
    }

    .newcasinorank__card---name_sub {
        font-size: 1.115rem !important;
    }

    .newcasinorank-img_hide {
        display: none !important;
    }

    .newcasinorank__card---left_num {
        flex: 1 1 100%;
    }

    .newcasinorank__card---img_num {
        max-width: 100% !important;
    }

    .newcasinorank-img_show {
        display: flex !important;
    }
}

/* @media (max-width: 500px) {
    .newcasinorank__card---wrapper_img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 213px;
        flex: 0 0 213px;
        min-height: 104px;
    }
} */

.newcasinorank__card---img {
    max-width: 213px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.newcasinorank__card---img_num {
    max-width: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    color: #fff;
    line-height: 100%;
    font-family: var(--font--bold);
    font-weight: 700;
}

@media (max-width: 991px) {
    .newcasinorank__card---img {
        -webkit-box-flex: 0;
        -ms-flex: 1 1 180px;
        flex: 1 1 180px;
    }
}

@media (max-width: 500px) {
    .newcasinorank__card---img {
        max-width: 180px;
        height: 100%;
    }
}

.newcasinorank__card---right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 945px;
    flex: 0 1 945px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px 20px;
    /* padding-top: 16px; */
    /* padding-right: 16px; */
    /* padding-bottom: 16px; */
}

@media (max-width: 991px) {
    .newcasinorank__card---right {
        -webkit-box-flex: 0;
        -ms-flex: 1 1 180px;
        flex: 1 1 180px;
        /* padding-left: 16px; */
        padding-top: 0;
        padding-bottom: 0;
        justify-content: center;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .newcasinorank__casino---items__btn {
        max-width: 160px !important;
        width: 100% !important;
    }

    .newcasinorank__card---wrapper-ratings {
        padding: 0.7rem 0 !important;
    }
}

/* @media (max-width: 600px) {
    .newcasinorank__card---right {
        padding-left: 8px;
        padding-right: 8px;
    }
} */

.newcasinorank__card---right-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 261px;
    flex: 0 1 261px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    width: 100%;
    background-image: linear-gradient(
            rgba(61, 97, 234, 0.8),
            rgba(61, 97, 234, 0.8)
        ),
        url(/components/assets/image/casino/chips-cards-roulette.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120%;
}

@media (max-width: 991px) {
    .newcasinorank__card---right-right {
        -webkit-box-flex: 0;
        -ms-flex: 1 1 180px;
        flex: 1 1 180px;
    }
}

.newcasinorank__card---payment {
    max-width: 219px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newcasinorank__card---bottom-text {
    font-size: 0.85rem;
    line-height: 20px;
    color: #fff;
    font-family: var(--font--text);
    font-weight: 700;
}

.newcasinorank__card---descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 150px;
    flex: 0 1 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
}

.newcasinorank__card---descr_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 255px;
    flex: 0 1 255px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
}

@media (max-width: 991px) {
    .newcasinorank__card---descr {
        -webkit-box-flex: 0;
        -ms-flex: 1 1 180px;
        flex: 1 1 180px;
    }
}

.newcasinorank__card---name {
    color: #fff;
    font-size: 0.75rem;
    line-height: 14.52px;
    font-family: var(--font--regular);
    text-align: center;
    margin-bottom: 0.7rem;
}

.newcasinorank__card---name_sub {
    color: #fff;
    font-size: 1.25rem;
    line-height: 100%;
    font-family: var(--font--bold);
    text-align: center;
}

@media (max-width: 991px) {
    .newcasinorank__card---name {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

/* @media (max-width: 600px) {
    .newcasinorank__card---name {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 8px;
    }
} */

@media (max-width: 991px) {
    .newcasinorank__card---name_shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

.newcasinorank__casino---items__rating-stars {
    display: flex;
    gap: 0.4rem;
}

.newcasinorank__card---wrapper-ratings {
    display: flex;
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    max-width: 219px;
    width: 100%;
}

@media (max-width: 991px) {
    .newcasinorank__card---wrapper-ratings {
        -webkit-box-flex: 0;
        -ms-flex: 1 1 100px;
        flex: 1 1 100px;
        width: 100%;
        justify-content: center;
    }
    .newcasinorank__casino--box__top {
        display: none;
    }
}

/* @media (max-width: 600px) {
    .newcasinorank__card---wrapper-ratings {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 112px;
        flex: 0 0 112px;
    }
} */

.newcasinorank__card---rating {
    color: #fff;
    font-family: var(--font--bold);
    font-size: 2.5rem;
    line-height: 100%;
    text-align: center;
}

@media (max-width: 991px) {
    .newcasinorank__card---rating {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .newcasinorank__card---link {
        min-width: 0;
        width: 100%;
    }
}

.newcasinorank__casino---items__btn {
    max-width: 177px;
    width: 100%;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    background: #ce1126;
    font-size: 1rem;
    line-height: 100%;
    font-family: var(--font--bold);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.newcasinorank__card---bottom {
    padding: 0.5rem;
}

/* Description */
.newcasinorank__description--items {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.newcasinorank__description-container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    background-color: #3d61ea;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
    -o-border-radius: 19px;
}

.newcasinorank__description---title {
    color: #fff;
    font-size: 1.4rem;
    line-height: 100%;
    font-weight: 700;
    font-family: var(--font--bold);
}

.newcasinorank__description---text {
    font-size: 0.95rem;
    line-height: 120%;
    font-family: var(--font--regular);
    color: #fff;
}

.newcasinorank__description---sub_title {
    color: #fff;
    font-size: 0.95rem;
    line-height: 100%;
    font-weight: 700;
    font-family: var(--font--bold);
}

.newcasinorank__description---list_item {
    font-size: 0.95rem;
    line-height: 120%;
    font-family: var(--font--regular);
    color: #fff;
    list-style-type: disc;
    margin-left: 1.4rem;
}

/* Page Respon */
.newcasinorank__description---list_resp {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}
/* Footer */

.newcasinorank__footer--box {
    width: 100%;
    padding: 2.5rem 0;
    background-color: #545454;
}

.newcasinorank__footer-container {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
}

.newcasinorank__footer--top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
}

.newcasinorank__footer--description {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.newcasinorank__footer-cent {
    text-align: center;
}

.newcasinorank__footer--description_text {
    color: #fff;
    font-family: var(--font--regular);
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 16.94px;
}

.newcasinorank__footer--description_oth-text {
    color: #fff;
    font-family: var(--font--regular);
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 16.94px;
}

.newcasinorank__footer--oth_links {
    color: #fff;
    font-family: var(--font--medium);
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 21.6px;
    text-decoration: underline;
}

.newcasinorank__footer--list_elem {
    color: #fff;
    font-size: 0.75rem;
    line-height: 14.4px;
    font-family: var(--font--medium);
    list-style-type: disc;
    margin-left: 1.5rem;
}

.newcasinorank__footer--description_box {
    display: flex;
    gap: 3rem;
}

.newcasinorank__footer--description-elem {
    max-width: 545px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.newcasinorank__footer---box_w {
    max-width: 545px;
    width: 100%;
}

.newcasinorank__footer---box__items {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.newcasinorank__footer---box__items__title {
    color: #fff;
    font-family: var(--font--bold);
    font-weight: 600;
    line-height: 19.36px;
    font-size: 1rem;
}

.newcasinorank__footer--links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.newcasinorank__footer--description__info {
    font-family: var(--font--bold);
    color: #fff;
    line-height: 120%;
    font-size: 0.85rem;
    font-weight: 700;
}

.newcasinorank__footer--links__items {
    color: #fff;
    font-family: var(--font--regular);
    font-size: 0.95rem;
    line-height: 100%;
    font-weight: 400;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

/* Privacy Page */
.newcasinorank__privacy__top {
    margin: 4rem 0;
}

.newcasinorank__privacy h1 {
    text-align: center;
    font-size: 2.4rem;
    font-family: var(--font--bold);
    margin-bottom: 2.5rem;
    color: #050505;
    word-spacing: 0.3rem;
}
.newcasinorank__privacy h2 {
    font-size: 2rem;
    font-family: var(--font--bold);
    margin-bottom: 0.5rem;
    color: #050505;
    word-spacing: 0.3rem;
}

.newcasinorank__privacy p {
    font-size: 1rem;
    font-weight: 400;
    font-family: var(--font--regular);
    color: #050505;
    word-spacing: 0.3rem;
}

.newcasinorank__privacy p a {
    border-bottom: 1px solid #3e3e3e;
}

.newcasinorank__privacy__bottom {
    margin-bottom: 1.5rem;
}

.newcasinorank__privacy__bottom:last-child {
    margin-bottom: 4rem;
}

.newcasinorank__privacy__top {
    margin-top: 4rem;
}

/* Responsebly */
.newcasinorank__description---items_dot {
    display: flex;
    align-items: flex-start;
}

.newcasinorank__description---items_dot::before {
    content: "•";
    color: #fff;
    font-size: 20px;
    margin-right: 0.5rem;
    display: block;
}

.newcasinorank__description--cards_resp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.newcasinorank__description--cards_left,
.newcasinorank__description--cards_right {
    max-width: 610px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    height: 100%;
}

.newcasinorank__description--cards_items-h {
    height: 100%;
}

/* Popup */
.newcasinorank__popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
        pointer-events 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
        pointer-events 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
        pointer-events 0.2s ease-in-out;
    height: 100vh;
}

.newcasinorank__popup__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.newcasinorank__popup__body {
    position: relative;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 453px;
    background: #545454;

    font-family: var(--font--title);
    z-index: 2;
    padding: 1.4rem !important;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.newcasinorank__popup__title {
    font-size: 1.4rem;
    font-family: var(--font--bold);
    margin-bottom: 0.7rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    line-height: 29.05px;
}

@media (max-width: 991px) {
    .newcasinorank__popup__body {
        padding: 25px 15px;
    }
}
@media (max-width: 620px) {
    .newcasinorank__popup__title {
        font-size: 1.25rem;
    }
}

@media (max-width: 450px) {
    .newcasinorank__popup__body {
        width: 95%;
        padding: 20px 10px;
    }
}

.newcasinorank__popup__form {
    width: 100%;
}

.newcasinorank__popup__form input {
    position: absolute;
    top: 0;
    left: -5000px;
}

.newcasinorank__popup__text {
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 16.94px;
    text-align: center;
    letter-spacing: -0.025em;
    font-family: var(--font--regular);
    color: #fff;
    margin-bottom: 0.7rem;
    font-weight: 400;
}

/* @media (max-width: 991px) {
    .newcasinorank__popup__text {
        font-size: 16px;
        margin-bottom: 25px;
    }
}

@media (max-width: 600px) {
    .newcasinorank__popup__text {
        font-size: 14px;
        margin-bottom: 20px;
    }
} */

.newcasinorank__form-bottom {
    text-align: center;
    display: flex;
    justify-content: center;
}

.newcasinorank__popup__button {
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 41px;
    justify-content: center;
    align-items: center;
    font-family: var(--font--bold);
    background: #3d61ea;
    border: none;
    font-size: 1.125rem;
    padding: 0.3rem 0;
    line-height: 20.57px;
    text-align: center;
    letter-spacing: -0.025em;
    color: #fff;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.newcasinorank__popup__button:active {
    opacity: 0.2;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

/* @media (max-width: 991px) {
    .newcasinorank__popup__button {
        min-width: 149px;
        font-size: 17px;
    }
}

@media (max-width: 600px) {
    .newcasinorank__popup__button {
        font-size: 14px;
        min-width: 169px;
        min-height: 30px;
    }
} */

/* Cookies Modal */
.newcasinorank__fixed-cookie {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 20;
}

.newcasinorank__cookie--box {
    max-width: 800px;
    width: 100%;
}

#newcasinorankCookiePopup {
    z-index: 15;
    background: #545454;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    position: fixed;
    right: 0rem;
    bottom: 0rem;
    font-size: 1rem;
    max-width: 405px;
    width: 100%;
    font-family: var(--font--text);
    text-align: justify;
    line-height: 1.8em;
    padding: 1.25rem;
    transition: all 0.5s ease-in;
    z-index: 20;
    border: none;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}

.newcasinorank__cookie--container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
}

.newcasinorank__cookie-title {
    font-size: 1.4rem;
    font-family: var(--font--bold);
    color: #fff;
    line-height: 29.05px;
    font-weight: 700;
    text-align: left;
    word-wrap: break-word;
}

.newcasinorank__cookie-text {
    font-family: var(--font--regular);
    color: #fff;
    line-height: 16.94px;
    font-size: 0.85rem;
}
.newcasinorank__cookie-btn {
    width: 100%;
    height: 40px;
    font-family: var(--font--bold);
    background: #3d61ea;
    border: none;
    color: #fff;
    font-size: 1.115rem;
    line-height: 20.57px;
    padding: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.newcasinorank__cookie--btn-w {
    width: 100%;
    height: 40px;
    font-family: var(--font--bold);
    border: 1px solid #3d61ea;
    font-size: 1.115rem;
    line-height: 20.57px;

    color: #fff;

    padding: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.newcasinorank__btn--box_cookie {
    width: 100%;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    flex-direction: column;
}

.newcasinorank__hide {
    visibility: hidden;
    bottom: 0;
    right: 2em;
}
.newcasinorank__show {
    visibility: visible;
    bottom: 0em;
    right: 2em;
}

/* Mobile others styles */

/* Mobile */
@media screen and (max-width: 1160px) {
    .newcasinorank__page--container {
        padding: 0 1rem;
    }

    .newcasinorank__menu {
        padding: 0.5rem 1rem;
    }
}

@media screen and (max-width: 1030px) {
    .newcasinorank__header--box_center {
        gap: 2rem;
    }

    .newcasinorank--header_image {
        max-width: 400px;
        width: 100%;
        height: 178px;
    }
}
@media screen and (max-width: 930px) {
    .newcasinorank__footer--top {
        gap: 1.25rem;
    }
}

@media screen and (max-width: 860px) {
    .newcasinorank--header_image {
        display: none;
    }

    .newcasinorank__header__title {
        max-width: 100%;
    }
}

@media screen and (max-width: 625px) {
    .newcasinorank__footer--description_box {
        flex-direction: column;
        gap: 1.25rem;
    }

    .newcasinorank__header--text_main {
        display: none;
    }

    .newcasinorank__header__title {
        gap: 0.8rem;
    }

    .newcasinorank__header--box_center {
        align-items: flex-start;
        margin: 1rem 0;
    }

    .newcasinorank__header---card_text {
        font-size: 0.7rem;

        line-height: 100%;
    }
}

@media screen and (max-width: 425px) {
    .newcasinorank__card---payment img {
        max-width: 32px;
        width: 100%;
        height: 21px;
    }

    .newcasinorank__card---payment {
        max-width: 150px;
    }

    .newcasinorank__card---rating {
        font-size: 2rem;
        line-height: 100%;
    }

    .newcasinorank__card---img_favbet {
        max-width: 158px !important;
        width: 100% !important;
        height: 18px !important;
    }

    .newcasinorank__card---img_maxbet {
        max-width: 145px !important;
        width: 100% !important;
        height: 60px !important;
    }
    .newcasinorank__card---img_winboss {
        max-width: 150px !important;
        width: 100% !important;
        height: 60px !important;
    }
    .newcasinorank__card---img_betano {
        max-width: 145px !important;
        width: 100% !important;
        height: 60px !important;
    }

    .newcasinorank__card---descr_left {
        flex: 0 0 150px !important;
    }

    .newcasinorank__card---name_sub {
        font-size: 0.95rem !important;
    }

    .newcasinorank__card---right {
        gap: 0.2rem !important;
    }

    .newcasinorank__card--top {
        min-height: 197px;
    }

    .newcasinorank__card---left {
        height: 90px;
    }
}

@media screen and (max-width: 355px) {
    .newcasinorank__card---wrapper_img-num {
        flex: 0;
    }

    .newcasinorank__casino---items__btn {
        max-width: 130px !important;
        width: 100% !important;
    }

    .newcasinorank__card---descr {
        -webkit-box-flex: 0;
        -ms-flex: 1 1 180px;
        flex: 1 1 180px;
        padding-left: 0.3rem;
    }
}
