@font-face {
    src: url("/files/fonts/poppins-bold.woff2") format("truetype");
    font-family: "poppins-bold";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("/files/fonts/poppins-regular.woff2") format("truetype");
    font-family: "poppins-regular";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("/files/fonts/inter-bold.woff2") format("truetype");
    font-family: "inter-bold";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("/files/fonts/inter-regular.woff2") format("truetype");
    font-family: "inter-regular";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-bold: "poppins-bold", sans-serif;
    --font-bold-i: "inter-bold", sans-serif;
    --font-regular: "inter-regular", sans-serif;
    --font-regular-p: "poppins-regular", sans-serif;
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;

    background-image: linear-gradient(rgba(8, 18, 36, 0.5)),
        url("/files/image/body/header-bg-chips-ball.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 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%;
}

.topcasinosfr__visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden !important;
    border: 0;
    clip: rect(0 0 0 0);
}

.topcasinosfr__page--container {
    margin: 0 auto;
    width: 100%;
    max-width: 1240px;
}

/* Header */
.topcasinosfr__header {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.topcasinosfr__header__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.topcasinosfr__header-menu {
    width: 100%;
    padding: 0.75rem 0;
    background: #00000080;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topcasinosfr__menu-nav {
    width: 100%;
}

.topcasinosfr__header-menu_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    height: 100%;
}

.topcasinosfr__header-rune-line {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.topcasinosfr__header--text {
    font-family: var(--font-regular-p);
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 120%;
    color: #fff;
}

.topcasinosfr__header-welcome {
    display: flex;
    justify-content: center;
    padding: 1.875rem 0 0.5rem;
}

.topcasinosfr__header__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.7rem;
}

.topcasinosfr__header--title_main {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 120%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.topcasinosfr__header--text_main {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
}

.topcasinosfr__header--advantages {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    width: 100%;
}

.topcasinosfr__header---items {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    max-width: 150px;
    width: 100%;
    padding: 0.3rem 0.95rem;
    background-color: #00247d;
    box-shadow: 0px 0px 20px 0px rgba(0, 178, 255, 0.25);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topcasinosfr__header----text {
    font-family: var(--font-regular);
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
}

.topcasinosfr__header----icon-coin {
    background-image: url("/files/image/header/header-icon-bxs-coin.svg");
    max-width: 24px;
    width: 100%;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.topcasinosfr__header----icon-like {
    background-image: url("/files/image/header/header-icon-mdi-like.svg");
    max-width: 24px;
    width: 100%;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.topcasinosfr__header----icon-check {
    background-image: url("/files/image/header/header-icon-lets-check.svg");
    max-width: 24px;
    width: 100%;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Casino cards */
.topcasinosfr__card-mt {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.topcasinosfr__box--card {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.topcasinosfr__card--box_time {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#topcasinosfrDatetime {
    font-family: var(--font-regular);
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
#topcasinosfrDatetime::before {
    content: url("/files/image/header/header-icon-clock.svg");
}

.topcasinosfr__card-rat_stars {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.topcasinosfr__card {
    width: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    position: relative;
}

.topcasinosfr__card---mt {
    margin-top: 0.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.topcasinosfr__card--top {
    display: -webkit-box;
    display: -ms-flexbox;
    justify-content: space-between;
    display: flex;
    gap: 0.5rem;
    background: linear-gradient(
        90deg,
        rgba(1, 24, 141, 0.8) 0.35%,
        rgba(35, 40, 114, 0.8) 50%,
        rgba(1, 24, 141, 0.8) 100%
    );
    border-image-source: linear-gradient(180deg, #1e3655 0%, #4176bb 100%);
    box-shadow: 0px 0px 15px 0px #5500ff75;
    position: relative;
    border: 2px solid #1e3655;
    z-index: 0;
    height: 160px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.topcasinosfr__card---right_ratin {
    display: flex;
    justify-content: space-between;
    flex: 0 1 135px;
}

.topcasinosfr__card-show {
    display: none !important;
}

.topcasinosfr__card---left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 940px;
    flex: 0 1 940px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    gap: 1rem;
    position: relative;
}

.topcasinosfr__casino--cards_items {
    position: relative;
}

.topcasinosfr__card---wrapper_img {
    -webkit-box-flex: 1;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 0.95rem;
    border-radius: 15px;
    background: linear-gradient(90deg, #03003e 0%, #060082 100%);
    width: 100%;
    padding-bottom: 0.95rem;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    clip-path: polygon(0 0, 90% 0%, 95% 50%, 90% 100%, 0 100%);
}

.topcasinosfr-img_show {
    display: none !important;
}

.topcasinosfr__card---img {
    width: 100%;
    height: 68px;
    max-width: 200px;
}
.topcasinosfr__card--relative {
    position: relative;
}

.topcasinosfr__card--limit-top {
    max-width: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    top: -1rem;
    left: 1rem;
    justify-content: center;
    position: absolute;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    background: #c41a20;
    box-shadow: 0px 0px 20px 0px #00b2ff40;
    z-index: 2;
    padding: 0.3rem 1.25rem;
    gap: 0.4rem;
}

.topcasinosfr__card--limit-top_w {
    max-width: 226px;
    width: 100%;
}

.topcasinosfr__card--limit {
    font-family: var(--font-bold);
    font-size: 0.7rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;

    align-items: center;

    font-weight: 700;
}

.topcasinosfr__card--limit_icon {
    background-image: url("/files/image/casino/casino-icon-flame.svg");
    max-width: 18px;
    width: 100%;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.topcasinosfr__card--blue {
    background-color: #000066 !important;
}

.topcasinosfr__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;
}

.topcasinosfr__card---right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    background-color: #040f3f;
    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: center;
    gap: 1.25rem;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.topcasinosfr__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 260px;
    flex: 0 1 260px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.topcasinosfr__card---bottom-text {
    font-size: 0.85rem;
    line-height: 20px;
    color: #fff;
    font-family: var(--font--text);
    font-weight: 700;
}

.topcasinosfr__card---descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 528px;
    flex: 0 1 528px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.575rem;
    overflow: hidden;
}

.topcasinosfr__run-line {
    display: flex;
    animation: run-line 20s linear infinite;
    white-space: nowrap;
    -webkit-animation: run-line 20s linear infinite;
}

@keyframes run-line {
    0% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.topcasinosfr__run--elem {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
    margin-right: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.topcasinosfr__run--au:before {
    content: url("/files/image/casino/casino-icon-flag-australia.svg");
}
.topcasinosfr__run--ro:before {
    content: url("/files/image/casino/casino-icon-flag-romania.svg");
}
.topcasinosfr__run--lb:before {
    content: url("/files/image/casino/casino-icon-flag-liberia.svg");
}
.topcasinosfr__run--fr:before {
    content: url("/files/image/casino/casino-icon-flag-france.svg");
}

.topcasinosfr__card-rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    align-items: center !important;
}

.topcasinosfr__card---mob {
    display: none;
}

.topcasinosfr__card-num-title {
    color: #fff;
    font-size: 0.75rem;
    line-height: 12px;
    font-family: var(--font--regular-i);
    text-align: center;
}

.topcasinosfr__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;
}

.topcasinosfr__card-num {
    display: flex;
    flex: 0 1 27px;
    gap: 0.5rem;
    text-align: center;
    justify-content: center;
    align-items: center;

    width: 100%;
}

.topcasinosfr__card-views {
    font-family: var(--font-popins-r);
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.topcasinosfr__card-rat {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1.25rem;
    color: #fff;
    line-height: 130%;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.topcasinosfr__card---name_top {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 120%;
    color: #ffec1e;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.topcasinosfr__card---name_text {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1.25rem;
    color: #fff;
    line-height: 120%;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.topcasinosfr__card---wrapper-ratings {
    display: flex;
    padding: 1rem 0;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    max-width: 167px;
    width: 100%;
}

.topcasinosfr__card---rating {
    color: #fff;
    font-family: var(--font--black);
    font-size: 2rem;
    line-height: 38.73px;
    text-align: center;
}

.topcasinosfr__card---right_lists {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    justify-content: center;
    flex: 1 1 300px;
}

.topcasinosfr__card---right__box {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.topcasinosfr__card---right__elem {
    color: #faf9f0;
    font-size: 0.85rem;
    line-height: 120%;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-subtitle);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.topcasinosfr__card---right__elem::before {
    content: url("/files/image/casino/casino-icon-flame.svg");
}

.topcasinosfr__casino---items__btn {
    max-width: 224px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    background: #c41a20;
    box-shadow: 0px 0px 20px 0px #00b2ff40;
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
    color: #fff;
    border: none;
    box-shadow: 0px 0px 20px 0px #00b2ff40;

    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.topcasinosfr__card---payments {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    max-width: 260px;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.topcasinosfr__card---payments_items {
    background: #0e1b53;
    padding: 0.3rem 0.7rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
    display: flex;
    align-items: center;
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 100%;
    text-align: center;
}

.custom-btn {
    position: relative;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fa4923;
    opacity: 0;
    z-index: 1;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0px;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}

/* FAQ */
.topcasinosfr--faq-box {
    padding: 5rem 0;
}

.topcasinosfr--faq--container {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.topcasinosfr--faq---title {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
}

.topcasinosfr--faq---lists {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.topcasinosfr--faq----items {
    display: flex;
    flex-direction: column;
    background: linear-gradient(90deg, #03003e 0%, #060082 100%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 100%;
}
.topcasinosfr--faq----items_top {
    padding: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #020030 0%, #090371 100%);

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.topcasinosfr--faq----items__title {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1rem;
    line-height: 100%;

    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: #fff;
}

.topcasinosfr--faq----items__title::before {
    content: url("/files/image/faq/faq-icon-questions.svg");
}

.topcasinosfr--faq----items__btn {
    transform: rotate(180deg);
    border: none;
    outline: none;
    background-image: url("/files/image/faq/faq-icon-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 24px;
    width: 100%;
    height: 24px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.topcasinosfr--faq----items_content {
    padding: 0.7rem 1.25rem 1.25rem;
}

.topcasinosfr--faq----items__text {
    color: #fff;
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 150%;
}

/* Info */
.topcasinosfr--info-box {
    padding: 0 0 5rem;
}

.topcasinosfr--info--container {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 2.1rem;
    justify-content: space-between;
}

.topcasinosfr--info---image {
    background-image: url(/files/image/info/info-box.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 400px;
    width: 100%;
    height: 400px;
}

.topcasinosfr--info---description {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    max-width: 715px;
    width: 100%;
}

.topcasinosfr--info---title {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 120%;
    color: #fff;
}

.topcasinosfr--info---lists {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.topcasinosfr--info---text {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 150%;
    color: #fff;
}

/* Footer */
.topcasinosfr__footer--box {
    width: 100%;
    padding: 3.125rem 0;
    background: #00000033;
}

.topcasinosfr__footer-container {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
}

.topcasinosfr__footer--nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.topcasinosfr__footer---items a {
    color: #fff;
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 100%;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.topcasinosfr__footer---items a::after {
    content: url("/files/image/footer/footer-arrow-top-right.svg");
}

.topcasinosfr__footer--description {
    display: flex;
    gap: 1.25rem;
}
.topcasinosfr__footer--description_box {
    max-width: 560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.topcasinosfr__footer----elem {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.topcasinosfr__footer----elem_title {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1rem;
    line-height: 100%;
    color: #fff;
}

.topcasinosfr__footer----elem_text {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 130%;
    color: #fff;
}

.topcasinosfr__footer--parthers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.topcasinosfr__footer---age {
    background-image: url("/files/image/footer/footer-icon-age.svg");
    max-width: 43px;
    width: 100%;
    height: 43px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Safer */
.topcasinosfr--safer-box {
    padding: 5rem 0;
    margin: 1.25rem 0 5rem;
    background: linear-gradient(
        90deg,
        rgba(1, 24, 141, 0.8) 0.35%,
        rgba(35, 40, 114, 0.8) 50%,
        rgba(1, 24, 141, 0.8) 100%
    );
}

.topcasinosfr--safer--container {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.topcasinosfr--safer---title {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 100%;
    color: #fff;
}

.topcasinosfr--safer---text {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 1rem;
    line-height: 120%;
    color: #fff;
}

.topcasinosfr--safer---subtitle {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 100%;
    color: #fff;
}

.topcasinosfr--safer---com {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.topcasinosfr--safer---lists {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.topcasinosfr--safer----items {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 120%;
    color: #fff;
    list-style-type: disc;
    margin-left: 1.25rem;
}

/* Privacy */
.topcasinosfr__privacy__top {
    padding: 3rem 0;
}

.topcasinosfr__privacy h1 {
    font-size: 2.3rem;
    font-family: var(--font-bold);
    color: #fff;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.25rem;
    word-break: break-all;
}
.topcasinosfr__privacy h2 {
    font-size: 1.4rem;
    font-family: var(--font-bold-i);
    color: #fff;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0.7rem;
}
.topcasinosfr__privacy p {
    font-size: 1rem;
    font-family: var(--font-regular);
    color: #fff;
    line-height: 130%;
    font-weight: 400;
}

.topcasinosfr__privacy__bottom {
    margin-bottom: 1rem;
}

/* Others styles */
.topcasinosfr__run-show {
    display: none;
    width: 100%;
    overflow: hidden;
}

.topcasinosfr--show {
    display: none;
}

/* Mobile styles */
@media screen and (max-width: 1260px) {
    .topcasinosfr__page--container {
        padding: 0 0.75rem;
    }
}
@media screen and (max-width: 1100px) {
    .topcasinosfr--info--container {
        display: flex;
        flex-direction: column;
    }

    .topcasinosfr--info---description {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .topcasinosfr__card---left {
        flex: 0 1 160px;
        background: #040f3f;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
    }

    .topcasinosfr__card---descr {
        flex: 0 1 380px;
    }

    .topcasinosfr__card---right {
        overflow: hidden;
    }

    .topcasinosfr__run-show {
        display: flex;
        background-color: #00247d;
    }

    .topcasinosfr__run-hide {
        display: none;
    }

    .topcasinosfr__card--top {
        flex-direction: column;
        height: auto;
        max-width: 625px;
        width: 100%;
        margin: 0 auto;
        gap: 0.1rem;
    }

    .topcasinosfr__card---right {
        flex-direction: column;
        gap: 0.3rem;
        flex: 0 1 100px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 15px;
    }

    .topcasinosfr__card-num {
        flex-direction: row;
        align-items: center;
    }

    .topcasinosfr__card---payments {
        flex-wrap: nowrap;
    }

    .topcasinosfr__card---payments_items {
        background: #0e1b53;
    }

    .topcasinosfr__card---right-right {
        padding: 0.7rem;
    }

    .topcasinosfr__casino---items__btn {
        max-width: 520px;
        height: 50px;
        width: 100%;
    }

    .topcasinosfr__header--text_main {
        display: none;
    }

    .topcasinosfr__card---wrapper_img {
        border-bottom-left-radius: 0;
    }
}

@media screen and (max-width: 875px) {
    .topcasinosfr__header-menu_flex {
        flex-direction: column-reverse;
        gap: 0.7rem;
    }

    .topcasinosfr--hide {
        display: none;
    }

    .topcasinosfr--show {
        display: block;
    }
    .topcasinosfr__header-rune-line {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .marquee-wrapper {
        display: inline-block;
        white-space: nowrap;
    }

    .marquee-content {
        display: inline-block;
        animation: marquee 10s linear infinite;
        padding-left: 100%;
        -webkit-animation: marquee 10s linear infinite;
    }

    @keyframes marquee {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-100%);
        }
    }
}
@media screen and (max-width: 625px) {
    .topcasinosfr__footer--description {
        flex-direction: column;
    }

    .topcasinosfr__header-welcome {
        padding: 1rem 0 0.5rem;
    }

    .topcasinosfr__header--title_main {
        font-size: 1.25rem;
        text-transform: none;
    }

    .topcasinosfr--faq----items__title::before {
        display: none;
    }

    .topcasinosfr__header----text {
        font-size: 0.7rem;
    }

    .topcasinosfr__header----icon-like,
    .topcasinosfr__header----icon-check,
    .topcasinosfr__header----icon-coin {
        max-width: 18px;
        width: 100%;
        height: 18px;
    }

    .topcasinosfr__header--advantages {
        gap: 0.3rem;
    }
    .topcasinosfr__header---items {
        padding: 0.2rem;
    }

    #topcasinosfrDatetime,
    .topcasinosfr--faq----items__text,
    .topcasinosfr--info---text,
    .topcasinosfr--safer---text,
    .topcasinosfr--safer----items {
        font-size: 0.75rem;
    }

    .topcasinosfr--faq-box {
        padding: 2.25rem 0;
    }
    .topcasinosfr--info---lists {
        gap: 0.75rem;
    }

    .topcasinosfr--info---image {
        max-width: 250px;
        width: 100%;
        height: 250px;
    }
    .topcasinosfr__footer--parthers {
        gap: 0.5rem;
    }

    .topcasinosfr--info-box {
        padding: 0 0 4rem;
    }

    .topcasinosfr--safer-box {
        padding: 3.125rem 0;
        margin: 2.5rem 0 2.25rem;
        background: #00000080;
    }

    .topcasinosfr__card---wrapper_img {
        flex: 1 1 300px;
    }
    .topcasinosfr__card---descr {
        flex: 1 1 280px;
    }
}

@media screen and (max-width: 525px) {
    .topcasinosfr__card---img {
        max-width: 148px;
        width: 100%;
        height: 48px;
    }

    .topcasinosfr__card---name_top {
        font-size: 0.7rem;
    }

    .topcasinosfr__card---name_text {
        font-size: 1rem;
    }

    .topcasinosfr__card---left {
        flex: 0 1 130px;
    }

    .topcasinosfr__casino---items__btn {
        height: 34px;
        font-size: 0.75rem;
    }

    .topcasinosfr__card---right {
        flex: 0 1 85px;
    }

    .topcasinosfr__card---payments-hide {
        display: none;
    }

    .topcasinosfr__card-rat {
        font-size: 0.85rem;
    }

    .topcasinosfr__card-rat_stars li img {
        max-width: 14px;
        width: 100%;
        height: 14px;
    }

    .topcasinosfr__card---left {
        gap: 0.1rem;
    }

    .topcasinosfr__card---wrapper_img {
        gap: 1.25rem;
        padding-bottom: 0.5rem;
    }
}

@media screen and (max-width: 359px) {
    .topcasinosfr__header--advantages {
        flex-wrap: wrap;
        justify-content: center;
    }

    .topcasinosfr__card---img {
        max-width: 140px;
        width: 100%;
        height: 40px;
    }

    .topcasinosfr__card---payments {
        flex-wrap: wrap;
    }
    .topcasinosfr__card---right {
        flex: 0 1 110px;
    }
}
