@font-face {
    src: url("/assets?p=%2F..%2Ffonts%2Fpassionone-regular.ttf") format("truetype");
    font-family: "passionone-regular";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("/assets?p=%2F..%2Ffonts%2Fpoppins-bold.woff2") format("truetype");
    font-family: "poppins-bold";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    src: url("/assets?p=%2F..%2Ffonts%2Fpoppins-medium.woff2") format("truetype");
    font-family: "poppins-medium";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("/assets?p=%2F..%2Ffonts%2Fpoppins-regular.woff2") format("truetype");
    font-family: "poppins-regular";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-passion-r: "passionone-regular", sans-serif;
    --font-poppins-b: "poppins-bold", sans-serif;
    --font-poppins-m: "poppins-medium", sans-serif;
    --font-poppins-r: "poppins-regular", 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: #151515;
    height: 100%;
}
.casinostop10no__page--bg {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
        url("/assets?p=%2Fcomponents%2Fassets%2Fimage%2Fheader%2Fheader-staion-bg.webp");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    position: relative;
    z-index: 0;
}

.casinostop10no__bg-pages {
    height: 100%;
}

img {
    object-fit: contain !important;
}

.img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    vertical-align: top;
}

svg {
    display: block;
    width: 100%;
    height: 100%;
}

.casinostop10no__visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden !important;
    border: 0;
    clip: rect(0 0 0 0);
}

.casinostop10no__page--container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

/* Header */
.casinostop10no__header {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.casinostop10no__header__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.casinostop10no__header-menu {
    width: 100%;
    padding: 0.7rem 0;
    background-color: #530a71;
    display: flex;
    align-items: center;
}

.casinostop10no__menu-nav {
    width: 100%;
}

.casinostop10no__header-menu_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    height: 100%;
}

.casinostop10no__header__top-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
}

.casinostop10no__header--box_center {
    margin: 1.25rem 0;
    display: flex;

    flex-direction: column;
    gap: 1.25rem;
    justify-content: flex-start;
    position: relative;
}

.casinostop10no__header-welcome {
    display: flex;
    gap: 1.25rem;
    position: relative;
    justify-content: space-between;
}

.casinostop10no__header__title {
    max-width: 810px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.7rem;
}

.casinostop10no__header--title_main {
    font-size: 3rem;
    font-family: var(--font-passion-r);
    color: #f2f2f2;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 400;
    /* Тень для текста */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Добавление тени */
}

.casinostop10no__header--text_main {
    font-family: var(--font-poppins-m);
    font-size: 1rem;
    font-weight: 500;
    line-height: 130%;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.casinostop10no__header__advantages {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 4rem;
}

.casinostop10no__advantages--items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-poppins-m);
    font-size: 1rem;
    font-weight: 500;
    line-height: 130%;
    color: #fff;
    height: 32px;
}

.casinostop10no__header__menu {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #2c0100;
}

.casinostop10no__menu--container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.casinostop10no__menu {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;

    width: 100%;
}

.casinostop10no__menu__lists {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.5rem;
}

.casinostop10no__menu__lists-g {
    gap: 1.5rem;
}

.casinostop10no__menu__lists-items a {
    font-size: 0.85rem;
    font-family: var(--font-poppins-m);
    color: #fff;
    line-height: 100%;
    font-weight: 500;

    position: relative;
}

/* Burger */
#casinostop10noMenuToggle {
    display: none;
    position: absolute;
    top: 0;
    right: 0rem;
    z-index: 5;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    padding: 1rem;
}

#casinostop10noMenuToggle a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}

#casinostop10noMenuToggle input {
    display: block;
    width: 28px;
    height: 25px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

#casinostop10noMenuToggle span {
    display: block;
    width: 28px;
    height: 2px;
    margin-bottom: 5px;
    right: -0.2rem;
    top: 0rem;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#casinostop10noMenuToggle span:first-child {
    transform-origin: 0% 0%;
}

#casinostop10noMenuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#casinostop10noMenuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(4px, -1px);
    background: #ffffff;
    -webkit-transform: rotate(45deg) translate(4px, -1px);
    -moz-transform: rotate(45deg) translate(4px, -1px);
    -ms-transform: rotate(45deg) translate(4px, -1px);
    -o-transform: rotate(45deg) translate(4px, -1px);
}

#casinostop10noMenuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#casinostop10noMenuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0px, 7px);
    -webkit-transform: rotate(-45deg) translate(0px, 7px);
    -moz-transform: rotate(-45deg) translate(0px, 7px);
    -ms-transform: rotate(-45deg) translate(0px, 7px);
    -o-transform: rotate(-45deg) translate(0px, 7px);
}

#casinostop10noMenu {
    position: absolute;
    max-width: 300vw;
    width: 100%;
    margin: -85px -16px 0 0;
    overflow: hidden;
    padding-top: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #2c0100;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    height: 135vh;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
}

#casinostop10noMenu li {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
    font-size: 1rem !important;
    width: 100%;
    margin-right: 10rem;
}

#casinostop10noMenuToggle input:checked ~ ul {
    transform: none;
}

#casinostop10noMenu a {
    margin: 0 0 0 10rem;
}

.no-scroll {
    overflow: hidden;
    height: 100%;
}

.casinostop10no__navigation--image {
    display: none;
}

.casinostop10no___box--cards_items-pb {
    padding: 1.25rem !important;
}

/* Casino cards */

.casinostop10no__card-mt {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.casinostop10no__box--card {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.casinostop10no__card--box_time {
    display: flex;
    align-items: center;
    gap: 1.4rem;
}

.casinostop10no__card-time {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 0.35rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 100%;
    font-family: var(--font--inter-b);
}

#casinostop10noDatetime {
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    line-height: 120%;
    font-family: var(--font-poppins-b);
    text-transform: uppercase;
}

.casinostop10no__casino---items__rating-stars {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.casinostop10no__card {
    width: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: relative;
}

@media (max-width: 991px) {
    .casinostop10no__card {
        max-width: 625px;
        width: 100%;

        margin-left: auto;
        margin-right: auto;
    }

    .casinostop10no__card--limit {
        top: 0 !important;
    }

    .casinostop10no__card--numeric {
        top: -2.5% !important;
    }

    .casinostop10no__card-mt {
        gap: 0.5rem;
    }
}

.casinostop10no__card---mt {
    margin-top: 0.1rem;
}

.casinostop10no__card--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
    background: #000000b2;

    position: relative;
    z-index: 0;
    height: 180px;

    box-shadow: 0px 4px 12px 0px #ffffff80;
}

.casinostop10no__card---right_ratin {
    display: flex;
    justify-content: center;
    flex: 0 1 135px;
}

@media (max-width: 1120px) {
    .casinostop10no__card--top {
        gap: 2.5rem !important;
    }
}

@media (max-width: 991px) {
    .casinostop10no__card--top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 242px;
        gap: 0 !important;
        padding: 0;
        /* align-items: center; */
    }

    .casinostop10no__card-num_mob {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
    }

    .casinostop10no__card---right_ratin {
        flex-direction: column;
        flex: 0 0 70px;
    }
}

.casinostop10no__card-show {
    display: none !important;
}

.casinostop10no__card---left {
    -webkit-box-flex: 0;
    -ms-flex: 1 1 625px;
    flex: 1 1 625px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
    position: relative;
}

/* @media (max-width: 1220px) {
    .casinostop10no__card---left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
    }
} */

@media (max-width: 991px) {
    .casinostop10no__card---left {
        gap: 10px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: 1 1 140px !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column !important;
        background: #2a1d1e99;
    }

    .casinostop10no__card-show {
        display: flex !important;
    }

    .casinostop10no__card--limit {
        max-width: 317.5px;
        width: 100%;
    }
}

.casinostop10no__card---wrapper_img {
    /* max-width: 200px;
    width: 100%;
    height: 100px; */
    -webkit-box-flex: 1;
    -ms-flex: 0 1 324px;
    flex: 0 1 324px;
    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; */
    justify-content: center;
    background: linear-gradient(180deg, #1b022c 0%, #030303 100%);

    /* 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%); */
}

.casinostop10no-img_show {
    display: none !important;
}

@media (max-width: 991px) {
    .casinostop10no__card---wrapper_img {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 120px !important;
        flex: 0 1 120px !important;
        /* padding: 15px 30px 15px 15px; */

        /* height: 104px !important; */
        background-image: none;
    }

    .casinostop10no__card---wrapper_img {
        background-color: transparent;
    }

    .casinostop10no-img_hide {
        display: none !important;
    }

    .casinostop10no-img_show {
        display: flex !important;
    }
}

/* @media (max-width: 500px) {
    .casinostop10no__card---wrapper_img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 213px;
        flex: 0 0 213px;
        min-height: 104px;
    }
} */

.casinostop10no__card---img {
    max-width: 260px;
    width: 100%;
    height: 92px;
}
.casinostop10no__card--relative {
    position: relative;
}

.casinostop10no__card--limit {
    display: flex;
    align-items: center;
    top: 0;
    left: 0%;

    justify-content: center;

    position: absolute;
    gap: 0.5rem;
    font-size: 0.85rem;
    font-family: var(--font-poppins-b);
    line-height: 24px;
    color: #fff;
    padding: 0.3rem 2rem;
    background: #cd0a4e;
    z-index: 2;

    border-bottom-right-radius: 20px !important;
}

.casinostop10no__card--blue {
    background-color: #000066 !important;
}

.casinostop10no__card--numeric {
    left: -0.5%;
    top: -5%;
    position: absolute;
    font-size: 0.7rem;
    font-family: var(--font--bold-i);
    line-height: 10px;
    color: #fff;
    padding: 0.3rem;
    border-radius: 3px;
    background: linear-gradient(180deg, #f64e05 0%, #902e03 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    z-index: 2;
}

@media (max-width: 1080px) {
    .casinostop10no__card---descr {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 200px;
        flex: 0 1 200px;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.7rem;
    }
}
@media (max-width: 991px) {
    .casinostop10no__card---img {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 250px;
        flex: 0 1 250px;
    }

    /* .casinostop10no__card---wrapper_img {
        margin-bottom: 1rem;
    } */

    .casinostop10no__card---descr {
        gap: 0 !important;
    }

    .casinostop10no__card---right {
        -webkit-box-flex: 0;
        -ms-flex: 1 1 130px !important;
        flex: 1 1 130px !important;
    }
}

@media (max-width: 500px) {
    .casinostop10no__card---img {
        max-width: 180px;
        height: 100%;
    }
}

.casinostop10no__card---right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    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: 1rem;
}

@media (max-width: 991px) {
    .casinostop10no__card---right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 70px;
        flex: 0 1 70px;
        /* padding-left: 16px; */
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.4rem;
    }

    .casinostop10no__casino---items__btn {
        max-width: 250px !important;
        width: 100% !important;
    }

    .casinostop10no__card---wrapper-ratings {
        padding: 0.7rem 0 !important;
    }

    .casinostop10no__card---left {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 0;
        padding: 0 0 0rem 0;
    }

    .casinostop10no__card---right {
        justify-content: center;
        gap: 0.5rem;
        padding: 1.25rem 0.5rem;
    }

    .casinostop10no__card-num-title {
        margin-bottom: 0.5rem;
    }
}

/* @media (max-width: 600px) {
    .casinostop10no__card---right {
        padding-left: 8px;
        padding-right: 8px;
    }
} */

.casinostop10no__card---right-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 2rem 0 0;
}

@media (max-width: 991px) {
    .casinostop10no__card---right-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 70px;
        flex: 0 1 70px;
    }

    .casinostop10no__card-hide {
        display: none !important;
    }
}

.casinostop10no__card---bottom-text {
    font-size: 0.85rem;
    line-height: 20px;
    color: #fff;
    font-family: var(--font--text);
    font-weight: 700;
}

.casinostop10no__card---descr {
    -webkit-box-flex: 0;
    -ms-flex: 1 1 512px;
    flex: 1 1 512px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}

.casinostop10no__card-rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    align-items: center !important;
}

.casinostop10no__card---mob {
    display: none;
}

@media (max-width: 991px) {
    .casinostop10no__card---descr {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 60px !important;
        flex: 0 1 60px !important;
    }

    .casinostop10no__card---descr_first {
        flex: 0 0 45px !important;
    }

    .casinostop10no__card---show {
        display: none;
    }

    .casinostop10no__card---mob {
        display: flex;
    }
}

.casinostop10no__card-num-title {
    color: #fff;
    font-size: 0.75rem;
    line-height: 12px;
    font-family: var(--font--regular-i);
    text-align: center;
}

.casinostop10no__card---name {
    color: #fff;
    font-size: 0.75rem;
    line-height: 100%;
    font-family: var(--font--inter-m);
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.casinostop10no__card-num {
    display: flex;
    flex-direction: row;
    gap: 0.7rem;
    text-align: center;
    align-items: center;
}

.casinostop10no__card-rat {
    font-size: 2rem;
    line-height: 120%;
    font-family: var(--font-poppins-b);
    color: #fff;
    text-transform: uppercase;
}

.casinostop10no__card---name_sub {
    font-size: 1.25rem;
    line-height: 120%;
    font-family: var(--font-poppins-b);
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    /* .casinostop10no__card---name {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    } */
}

/* @media (max-width: 600px) {
    .casinostop10no__card---name {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 8px;
    }
} */

@media (max-width: 991px) {
    .casinostop10no__card---name_shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

.casinostop10no__card---wrapper-ratings {
    display: flex;
    padding: 1rem 0;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    max-width: 167px;
    width: 100%;
}

@media (max-width: 991px) {
    .casinostop10no__card---wrapper-ratings {
        -webkit-box-flex: 0;
        -ms-flex: 1 1 180px;
        flex: 1 1 180px;
        width: 100%;
        padding: 0.2rem 0 1rem 0 !important;
    }
}

/* @media (max-width: 600px) {
    .casinostop10no__card---wrapper-ratings {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 112px;
        flex: 0 0 112px;
    }
} */

.casinostop10no__card---rating {
    color: #fff;
    font-family: var(--font--black);
    font-size: 2rem;
    line-height: 38.73px;
    text-align: center;
}

@media (max-width: 991px) {
    .casinostop10no__card---rating {
        text-align: left;
    }
}

.casinostop10no__card---right_lists {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.casinostop10no__card---right__box {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.casinostop10no__card---right__elem {
    font-size: 0.75rem;
    line-height: 130%;
    font-family: var(--font-poppins-m);
    color: #fff;
}

/* @media (max-width: 1220px) {
    .casinostop10no__card---left {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 260px !important;
        flex: 1 1 260px !important;
    }
} */

@media (max-width: 991px) {
    .casinostop10no__card---link {
        min-width: 0;
        width: 100%;
    }
}

.casinostop10no__casino-info {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
    color: #ffffffcc;
    font-size: 0.85rem;
    line-height: 20px;
    text-align: center;
    font-family: var(--font--regular-i);
}

.casinostop10no__casino---items__btn {
    max-width: 300px;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    gap: 10px;
    /* padding-top: 16px;
    padding-right: 36px;
    padding-bottom: 16px;
    padding-left: 36px; */
    background: linear-gradient(90deg, #9900ff 0%, #38005e 100%);

    font-size: 1.25rem;
    line-height: 100%;
    text-transform: uppercase;
    font-family: var(--font-poppins-b);

    overflow: hidden;
}

.casinostop10no__btn-glare {
    opacity: 0.8;
    position: absolute;
    top: -100px;
    left: -100px;
    display: block;
    background: #fff;
    width: 40px;
    height: 300px;
    transition: all 0.1s;
    transform: rotate(45deg);
    animation-delay: 0.05s;
    animation-timing-function: ease-in-out;
    animation-name: glare;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    pointer-events: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

@keyframes glare {
    0% {
        transform: translateX(0) rotate(45deg);
        -webkit-transform: translateX(0) rotate(45deg);
        -moz-transform: translateX(0) rotate(45deg);
        -ms-transform: translateX(0) rotate(45deg);
        -o-transform: translateX(0) rotate(45deg);
    }
    30%,
    100% {
        transform: translateX(380px) rotate(45deg);
        -webkit-transform: translateX(380px) rotate(45deg);
        -moz-transform: translateX(380px) rotate(45deg);
        -ms-transform: translateX(380px) rotate(45deg);
        -o-transform: translateX(380px) rotate(45deg);
    }
}

.casinostop10no__card---payments {
    max-width: 210px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #fff;
    padding: 0.5rem;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.casinostop10no__card---bottom {
    padding: 0.5rem;
}

.casinostop10no__card---img_bwin {
    max-width: 178px;
    width: 100%;
    height: 62px;
}
.casinostop10no__card---img_netbet {
    max-width: 186px;
    width: 100%;
    height: 33px;
}

/* Description */
.casinostop10no__desc--box {
    margin: 4rem 0rem;
}

.casinostop10no__desc--container {
    display: flex;
    flex-direction: column;

    gap: 1.25rem;
}

.casinostop10no__desc--container_title {
    color: #faffe9;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 120%;
    font-family: var(--font-poppins-b);
}

.casinostop10no__desc--box-bg {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 1.4rem;
    background: #1b022c66;

    backdrop-filter: blur(4px);
}

.casinostop10no__desc---elem {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.casinostop10no__desc---elem_title {
    color: #faffe9;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 120%;
    font-weight: 700;
    font-family: var(--font-poppins-b);
    letter-spacing: 0.1rem;
}

.casinostop10no__desc---elem h1 {
    font-size: 2.5rem;
    font-family: var(--font-passion-r);
    color: #f2f2f2;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.casinostop10no__desc---elem h2 {
    color: #faffe9;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 120%;
    font-weight: 700;
    font-family: var(--font-poppins-b);
    letter-spacing: 0.1rem;
}

.casinostop10no__desc-mt {
    margin-top: 0.5rem;
}

.casinostop10no__desc---elem_text {
    color: #faffe9;
    font-size: 1rem;
    line-height: 130%;
    font-family: var(--font-poppins-m);
    font-weight: 400;
}
.casinostop10no__desc---elem_lists {
    color: #faffe9;
    font-size: 1rem;
    line-height: 130%;
    font-family: var(--font-poppins-r);
    font-weight: 400;
    list-style-type: disc;
    margin-left: 1.4rem;
}

/* Page Respon */
.casinostop10no__description--box {
    margin: 1.25rem 0 2rem;
}

.casinostop10no__description--items {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.casinostop10no__description--items_title {
    color: #fff;
    font-family: var(--font--bold);
    font-size: 2rem;
    line-height: 38.73px;
}

.casinostop10no__description--items_text {
    font-size: 1rem;
    font-family: var(--font--regular);
    line-height: 19.36px;
    color: #fff;
}

/* Footer */

.casinostop10no__footer--box {
    width: 100%;
    padding: 3rem 0;
    background: #000000;
}

.casinostop10no__footer-container {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.casinostop10no__footer-top {
    display: flex;
    gap: 1rem;
}

.casinostop10no__footer-top_title {
    color: #fff;
    font-size: 0.85rem;
    line-height: 120%;
    font-family: var(--font-poppins-m);
}

.casinostop10no__footer-description {
    display: flex;
    gap: 1.25rem;
}

.casinostop10no__footer--items {
    max-width: 610px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.casinostop10no__footer--items_title {
    color: #fff;
    font-size: 0.7rem;
    line-height: 100%;
    text-transform: uppercase;
    font-family: var(--font-poppins-b);
}

.casinostop10no__footer--items_title-w {
    color: #fff;
    font-size: 1rem;
    line-height: 100%;
    text-transform: uppercase;
    font-family: var(--font-poppins-b);
}

.casinostop10no__footer--items_text {
    color: #fff;
    font-size: 0.85rem;
    line-height: 120%;
    font-family: var(--font-poppins-m);
}

.casinostop10no__footer-info {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.casinostop10no__footer-top_icon {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
}

.casinostop10no__footer-parthers {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 1.125rem;
    max-width: 823px;
}

.casinostop10no__footer-links {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.casinostop10no__footer-links_elem {
    color: #fff;
    font-size: 0.85rem;
    line-height: 120%;
    font-family: var(--font-poppins-m);
    font-weight: 500;
    text-decoration: underline;
}

/* Privacy Page */
.casinostop10no__privacy__top {
    margin: 4rem 0;
}

.casinostop10no__privacy-head {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.casinostop10no__privacy h1 {
    text-align: center;
    font-size: 2.4rem;
    font-family: var(--font-poppins-b);
    margin-bottom: 2.5rem;
    color: #fff;
    word-spacing: 0.3rem;
    line-height: 120%;
}
.casinostop10no__privacy h2 {
    font-size: 2rem;
    font-family: var(--font-poppins-m);
    margin-bottom: 0.5rem;
    color: #fff;
    word-spacing: 0.3rem;
}

.casinostop10no__privacy p {
    font-size: 1rem;
    font-weight: 400;
    font-family: var(--font-poppins-r);
    color: #fff;
    word-spacing: 0.3rem;
}

.casinostop10no__privacy p a {
    border-bottom: 1px solid #3e3e3e;
}

.casinostop10no__privacy__bottom {
    margin-bottom: 1.5rem;
}

.casinostop10no__privacy__bottom:last-child {
    margin-bottom: 4rem;
}

.casinostop10no__privacy__top {
    margin-top: 4rem;
}

/* Responsebly */
.casinostop10no__resp--container {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    gap: 0.5rem;
    padding: 1.25rem;
    background: #2a2a2abd;
    border: 1px solid #6a6a6a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.casinostop10no__desc---resp {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

/* Popup */
.casinostop10no__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;
}

.casinostop10no__popup__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.casinostop10no__popup__body {
    box-shadow: 0px 0px 20px 0px #f7c73661;
    position: relative;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 500px;
    background: #1f1f1f;
    box-shadow: 0px 4px 4px 0px #0000000a;

    box-shadow: 0px 0px 1px 1px #0000000a;

    z-index: 2;
    padding: 2.5rem;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.casinostop10no__popup-top {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.casinostop10no__popup-top img {
    max-width: 43px;
    width: 100%;
    height: 19px;
}

.casinostop10no__popup__title {
    font-size: 2rem;
    font-family: var(--font-poppins-b);

    font-weight: 700;
    color: #fff6fb;
    line-height: 120%;
}

@media (max-width: 991px) {
    .casinostop10no__popup__body {
        padding: 25px 15px;
    }
}
@media (max-width: 620px) {
    .casinostop10no__popup__title {
        font-size: 1.25rem;
    }

    .casinostop10no__popup__button {
        font-size: 0.95rem !important;
        line-height: 100% !important;
        height: 36px !important;
    }
}

@media (max-width: 450px) {
    .casinostop10no__popup__body {
        width: 95%;
        padding: 20px 10px;
    }
}

.casinostop10no__popup__form {
    width: 100%;
}

.casinostop10no__popup__form input {
    position: absolute;
    top: 0;
    left: -5000px;
}

.casinostop10no__popup__text {
    font-weight: 500;
    font-size: 1rem;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.025em;
    font-family: var(--font-poppins-m);
    color: #fff;
    margin-bottom: 1.25rem;
}

/* @media (max-width: 991px) {
    .casinostop10no__popup__text {
        font-size: 16px;
        margin-bottom: 25px;
    }
}

@media (max-width: 600px) {
    .casinostop10no__popup__text {
        font-size: 14px;
        margin-bottom: 20px;
    }
} */

.casinostop10no__form-bottom {
    text-align: center;
    display: flex;
    justify-content: center;
}

.casinostop10no__popup__button {
    position: relative;
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 44px;
    justify-content: center;
    align-items: center;
    font-family: var(--font-poppins-b);
    background: #c192fd;

    border: none;

    font-size: 1.25rem;
    padding: 0.3rem 0;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: #1f1f1f !important;
    transition: opacity 0.2s ease-in-out;

    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
}

.casinostop10no__popup__button:active {
    opacity: 0.2;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

/* @media (max-width: 991px) {
    .casinostop10no__popup__button {
        min-width: 149px;
        font-size: 17px;
    }
}

@media (max-width: 600px) {
    .casinostop10no__popup__button {
        font-size: 14px;
        min-width: 169px;
        min-height: 30px;
    }
} */

/* Cookies Modal */
.casinostop10no__fixed-cookie {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 20;
}

.casinostop10no__cookie--box {
    max-width: 800px;
    width: 100%;
}

#casinostop10noCookiePopup {
    z-index: 15;
    background: #1f1f1f;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    position: fixed;
    right: 0rem;
    bottom: 0rem;
    font-size: 1rem;
    width: 100% !important;
    max-width: 100% !important;
    font-family: var(--font--text);
    text-align: justify;
    line-height: 1.8em;
    padding: 1.25rem;
    transition: all 0.5s ease-in;
    z-index: 20;

    -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;
}

.casinostop10no__cookie--container {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    justify-content: space-between;
    align-items: flex-end;
}

.casinostop10no__cookie-title {
    font-size: 2rem;
    font-family: var(--font-poppins-b);
    color: #fff6fb;
    line-height: 120%;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.7rem;
    text-align: left;
}

.casinostop10no__cookie--container_w {
    max-width: 824px;
    width: 100%;
}

.casinostop10no__cookie-text {
    font-family: var(--font-poppins-m);
    color: #fff6fb;
    line-height: 130%;
    font-size: 1rem;
}
.casinostop10no__cookie-btn {
    max-width: 173px;
    width: 100%;
    height: 44px;
    background: #c192fd;
    border: none;
    font-family: var(--font-poppins-b);
    font-size: 1.25rem;
    line-height: 100%;
    color: #1f1f1f;
    text-transform: uppercase;
    padding: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.casinostop10no__cookie--btn-w {
    position: relative;
    cursor: pointer;
    display: flex;
    max-width: 289px;
    width: 100%;
    height: 44px;
    justify-content: center;
    align-items: center;
    font-family: var(--font-poppins-b);
    font-size: 1.25rem;
    line-height: 100%;
    background: transparent;
    padding: 0.3rem 0;
    border: 1px solid #fff6fb;
    text-align: center;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: #fff6fb !important;
    transition: opacity 0.2s ease-in-out;

    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
}

.casinostop10no__btn--box_cookie {
    max-width: 474px;
    width: 100%;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
}

.casinostop10no__hide {
    visibility: hidden;
    bottom: 0;
    right: 2em;
}
.casinostop10no__show {
    visibility: visible;
    bottom: 0em;
    right: 2em;
}

/* Mobile others styles */
.casinostop10no__header-img_mob,
.casinostop10no__card---payments_mob {
    display: none;
}

/* Mobile */
@media screen and (max-width: 1280px) {
    .casinostop10no__page--container {
        padding: 0 0.5rem;
    }

    .casinostop10no__header-menu_flex {
        justify-content: center;
    }

    .casinostop10no__card---wrapper_img {
        flex: 0 1 324px;
    }

    .casinostop10no__card---descr_first {
        flex: 1 1 300px;
    }
}

@media screen and (max-width: 1050px) {
    .casinostop10no__header__top-phone {
        max-width: 120px;
        width: 100%;
    }

    .casinostop10no__header--text_main,
    .casinostop10no__header-img_show {
        display: none;
    }

    .casinostop10no__header-img_mob {
        display: flex;
        max-width: 150px;
        width: 100%;
        height: 150px;
    }

    .casinostop10no__header__title {
        max-width: 100%;
        gap: 0.2rem;
    }

    #casinostop10noCookiePopup {
        max-width: 755px !important;
        width: 100%;
    }

    .casinostop10no__cookie--container {
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 991px) {
    .casinostop10no__card-mt {
        margin-top: 1rem;
    }

    .casinostop10no__card--limit {
        border-bottom-right-radius: 38px !important;
    }

    .casinostop10no__card---right-right {
        padding: 0;
    }
}
@media screen and (max-width: 955px) {
    .casinostop10no__footer-info_box {
        flex-direction: column;
        gap: 0.7rem;
    }
    .casinostop10no__footer-info__items {
        flex: 0 0 auto;
    }

    .casinostop10no__desc---elem_box {
        flex-direction: column;
    }

    .casinostop10no__footer-top_icon {
        flex-wrap: wrap;
        justify-content: center;
    }

    .casinostop10no__header__advantages {
        gap: 0.7rem;
        flex-wrap: wrap;
    }

    .casinostop10no__footer-links {
        justify-content: center;
    }

    #casinostop10noCookiePopup {
        max-width: 655px !important;
        width: 100%;
    }
}

@media screen and (max-width: 755px) {
    .casinostop10no__footer-description {
        flex-direction: column;
        gap: 1.25rem;
    }

    .casinostop10no__footer-info {
        display: none;
    }

    .casinostop10no__btn--box_cookie {
        flex-direction: column;
    }

    .casinostop10no__cookie-btn,
    .casinostop10no__cookie--btn-w {
        max-width: 100%;
        height: 36px;
    }

    .casinostop10no__footer-parthers {
        justify-content: center;
    }

    .casinostop10no__footer--items {
        max-width: 100%;
    }

    .casinostop10no__desc--box {
        margin: 2rem 0rem;
    }

    #casinostop10noCookiePopup {
        max-width: 475px !important;
        width: 100%;
        padding: 1rem 0;
    }
}

@media screen and (max-width: 700px) {
    .casinostop10no__header--title_main {
        font-size: 1.4rem;
        line-height: 100%;
    }

    .casinostop10no__desc--box-bg {
        padding: 2rem 0.7rem;
    }

    .casinostop10no__cookie-title,
    .casinostop10no__desc---elem_title {
        font-size: 1rem;
        line-height: 120%;
    }

    .casinostop10no__cookie-text {
        line-height: 120%;
        font-size: 0.75rem;
    }

    .casinostop10no__desc---elem_text {
        font-size: 0.85rem;
        line-height: 120%;
    }

    .casinostop10no__header-menu {
        padding: 0.2rem 0;
    }

    .casinostop10no__footer-links_elem {
        text-decoration: none;
    }

    .casinostop10no__btn--box_cookie {
        justify-content: center;
    }

    .casinostop10no__cookie-btn {
        font-size: 0.75rem;
        line-height: 100%;

        height: 32px;
    }
    .casinostop10no__cookie--btn-w {
        font-size: 0.75rem;
        line-height: 100%;

        height: 32px;
    }

    .casinostop10no__header-img {
        max-width: 100px;
        width: 100%;
        height: 100px;
    }

    .casinostop10no__header__top-info {
        font-size: 0.4rem;
        line-height: 120%;
    }

    .casinostop10no__advantages--items {
        font-size: 0.75rem;
        line-height: 130%;
    }

    .casinostop10no__header__advantages {
        justify-content: flex-start;
        gap: 1rem;
    }

    .casinostop10no__header--box_center {
        margin: 0.5rem;
    }

    .casinostop10no__menu-nav {
        display: none;
    }

    #casinostop10noMenuToggle {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}

@media screen and (max-width: 525px) {
    .casinostop10no__card---name,
    .casinostop10no__card-num-title {
        font-size: 0.5rem;
        line-height: 8px;
        font-family: var(--font--regular-i);
    }

    .casinostop10no__card---right_ratin {
        flex-direction: column;
        flex: 0 0 40px;
    }

    .casinostop10no__card---payments_mob {
        display: flex;
    }

    .casinostop10no__card---wrapper_img {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 85px !important;
        flex: 0 1 85px !important;
    }

    .casinostop10no__card---left {
        justify-content: center !important;
    }

    .casinostop10no__card---img {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 160px;
        flex: 0 1 160px;
        height: 71px;
    }

    .casinostop10no__header__advantages {
        margin-top: 0;
    }

    .casinostop10no__casino---items__rating-stars {
        display: flex;
        align-items: center;
        gap: 0.1rem;
    }

    .toggle-items {
        display: flex; /* Делаем кнопку блочной */
        justify-content: center; /* Центрируем содержимое по горизонтали */
        align-items: center; /* Центрируем содержимое по вертикали */
        background: #ffffff33;
        color: #fff;
        border: 0.77px solid #ffffff;
        border-radius: 100px;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
    }

    .casinostop10no__card-num {
        gap: 0.3rem;
    }

    .casinostop10no__card-mt {
        margin-top: 1rem;
    }

    .casinostop10no__footer-links {
        flex-direction: column;
        gap: 1.25rem;
        align-items: center;
    }

    .casinostop10no__header-img {
        max-width: 60px;
        width: 100%;
        height: 60px;
    }

    /* .casinostop10no__card---wrapper_img {
        height: 100% !important;
        min-height: 76px !important;
        margin: 0;
        flex: none !important;
    } */

    .casinostop10no__card---left {
        gap: 1rem;
    }

    .casinostop10no__card--top {
        height: 202px;
    }

    .casinostop10no__card---right_ratin {
        gap: 0.5rem;
    }

    .casinostop10no__card-rat {
        font-size: 1rem;
        line-height: 120%;
    }

    .casinostop10no__casino---items__btn {
        max-width: 140px !important;
        width: 100% !important;
        height: 38px !important;
        font-size: 0.85rem !important;
        line-height: 100% !important;
    }

    .casinostop10no__card--maestro {
        display: none;
    }

    .casinostop10no__card---payments {
        max-width: 150px;
        width: 100%;
        padding: 0.5rem;
        flex-wrap: wrap;
        align-items: center;
    }
    .casinostop10no__card---payments img {
        max-width: 32px;
        width: 100%;
        height: 20px;
    }

    .casinostop10no__card---name_sub {
        font-size: 1rem;
        line-height: 120%;
    }

    .casinostop10no__card---descr {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 30px !important;
        flex: 0 1 30px !important;
    }

    .casinostop10no__casino-info {
        font-size: 0.75rem;
    }

    .casinostop10no__advantages--items {
        gap: 0.3rem;
    }

    .casinostop10no__footer-top img {
        max-width: 38px;
        width: 100%;
        height: 24px;
    }

    .casinostop10no__header__advantages {
        justify-content: center;
        gap: 0.7rem;
    }

    #casinostop10noCookiePopup {
        max-width: 328px !important;
        width: 100%;
    }

    .casinostop10no__card--limit {
        font-size: 0.7rem;
        line-height: 24px;
    }

    .casinostop10no__card---payments_deks {
        display: none;
    }

    .hidden-item {
        margin-top: 10px; /* Отступ сверху для новой строки */
    }
}

@media screen and (max-width: 440px) {
    .casinostop10no__footer-gamecare {
        max-width: 140px;
        width: 100%;
        height: 40px;
    }

    .casinostop10no__footer-begamble {
        max-width: 170px;
        width: 100%;
        height: 34px;
    }

    .casinostop10no__card---img_bwin {
        max-width: 145px;
        width: 100%;
        height: 50px;
    }
    .casinostop10no__card---img_netbet {
        max-width: 130px;
        width: 100%;
        height: 23.5px;
    }
}

@media screen and (max-width: 355px) {
    .casinostop10no__header__top-phone {
        font-size: 0.5rem;
        line-height: 120%;
    }

    .casinostop10no__card---payments img {
        max-width: 28px;
        width: 100%;
        height: 20px;
    }

    .casinostop10no__popup-top {
        flex-direction: column;
    }

    #casinostop10noCookiePopup {
        max-width: 300px !important;
        width: 100%;
    }

    .casinostop10no__card---img {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 160px;
        flex: 0 1 140px;
        height: 71px;
    }
}
