@font-face {
    src: url("../fonts-topenlignecasinos/geologica-bold-topenlignecasinos.woff2")
        format("truetype");
    font-family: "geologica-bold";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("../fonts-topenlignecasinos/geologica-medium-topenlignecasinos.woff2")
        format("truetype");
    font-family: "geologica-medium";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("../fonts-topenlignecasinos/geologica-regular-topenlignecasinos.woff2")
        format("truetype");
    font-family: "geologica-regular";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-bold: "geologica-bold", sans-serif;
    --font-medium: "geologica-medium", sans-serif;
    --font-regular: "geologica-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.7)),
        url("/components-topenlignecasinos/image-topenlignecasinos/body/header-bg-chips-roulette.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%;
}

.topenlignecasinos__visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden !important;
    border: 0;
    clip: rect(0 0 0 0);
}

.topenlignecasinos__page--container {
    margin: 0 auto;
    width: 100%;
    max-width: 1240px;
}

/* Header */
.topenlignecasinos__header {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.topenlignecasinos__header__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.topenlignecasinos__header-menu {
    width: 100%;
    padding: 0.75rem 0;
    background: #00000080;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topenlignecasinos__menu-nav {
    width: 100%;
}

.topenlignecasinos__header-menu_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    height: 100%;
}

.topenlignecasinos__header-welcome {
    display: flex;
    justify-content: center;
    padding: 3.125rem 0 0.5rem;
}

.topenlignecasinos__header__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.7rem;
}

.topenlignecasinos__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;
}

.topenlignecasinos__header--text_main {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
}

.topenlignecasinos__header--advantages {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    width: 100%;
}

.topenlignecasinos__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 #00b2ff40;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topenlignecasinos__header----text {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
}

.topenlignecasinos__header----icon-coin {
    background-image: url("/components-topenlignecasinos/image-topenlignecasinos/header/header-icon-bxs-coin.svg");
    max-width: 24px;
    width: 100%;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.topenlignecasinos__header----icon-like {
    background-image: url("/components-topenlignecasinos/image-topenlignecasinos/header/header-icon-mdi-like.svg");
    max-width: 24px;
    width: 100%;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.topenlignecasinos__header----icon-check {
    background-image: url("/components-topenlignecasinos/image-topenlignecasinos/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 */
.topenlignecasinos__card-mt {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.topenlignecasinos__box--card {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.topenlignecasinos__card--box_time {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#topenlignecasinosDatetime {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
#topenlignecasinosDatetime::before {
    content: url("/components-topenlignecasinos/image-topenlignecasinos/header/header-icon-clock.svg");
}

.topenlignecasinos__card-rat_stars {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.topenlignecasinos__card {
    width: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    position: relative;
}

.topenlignecasinos__card---mt {
    margin-top: 0.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.topenlignecasinos__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%
    );
    box-shadow: 0px 0px 15px 0px #5500ff75;
    position: relative;
    border: 1px solid #ffffff;
    z-index: 0;
    height: 160px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.topenlignecasinos__card---right_ratin {
    display: flex;
    justify-content: space-between;
    flex: 0 1 135px;
}

.topenlignecasinos__card-show {
    display: none !important;
}

.topenlignecasinos__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;
}

.topenlignecasinos__casino--cards_items {
    position: relative;
}

.topenlignecasinos__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: 30px;
    background-color: #00000080;
    width: 100%;
    padding-bottom: 0.95rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    clip-path: polygon(0 0, 90% 0%, 95% 50%, 90% 100%, 0 100%);
}

.topenlignecasinos-img_show {
    display: none !important;
}

.topenlignecasinos__card---img {
    width: 100%;
    height: 68px;
    max-width: 200px;
}
.topenlignecasinos__card--relative {
    position: relative;
}

.topenlignecasinos__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: linear-gradient(180deg, #ea0008 0%, #460002 100%);
    box-shadow: 0px 0px 20px 0px #00b2ff40;
    z-index: 2;
    padding: 0.3rem 1.25rem;
    gap: 0.4rem;
}

.topenlignecasinos__card--limit-top_w {
    max-width: 226px;
    width: 100%;
}

.topenlignecasinos__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;
}

.topenlignecasinos__card--limit_icon {
    background-image: url("/components-topenlignecasinos/image-topenlignecasinos/casino/casino-icon-flame.svg");
    max-width: 18px;
    width: 100%;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.topenlignecasinos__card--blue {
    background-color: #000066 !important;
}

.topenlignecasinos__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;
}

.topenlignecasinos__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: 30px;
    border-bottom-right-radius: 30px;
}

.topenlignecasinos__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%;
}

.topenlignecasinos__card---bottom-text {
    font-size: 0.85rem;
    line-height: 20px;
    color: #fff;
    font-family: var(--font--text);
    font-weight: 700;
}

.topenlignecasinos__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;
}

.topenlignecasinos__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%);
    }
}

.topenlignecasinos__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;
}

.topenlignecasinos__run--au:before {
    content: url("/components-topenlignecasinos/image-topenlignecasinos/casino/casino-icon-flag-australia.svg");
}
.topenlignecasinos__run--ro:before {
    content: url("/components-topenlignecasinos/image-topenlignecasinos/casino/casino-icon-flag-romania.svg");
}
.topenlignecasinos__run--lb:before {
    content: url("/components-topenlignecasinos/image-topenlignecasinos/casino/casino-icon-flag-liberia.svg");
}
.topenlignecasinos__run--fr:before {
    content: url("/components-topenlignecasinos/image-topenlignecasinos/casino/casino-icon-flag-france.svg");
}

.topenlignecasinos__card-rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    align-items: center !important;
}

.topenlignecasinos__card---mob {
    display: none;
}

.topenlignecasinos__card-num-title {
    color: #fff;
    font-size: 0.75rem;
    line-height: 12px;
    font-family: var(--font--regular-i);
    text-align: center;
}

.topenlignecasinos__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;
}

.topenlignecasinos__card-num {
    display: flex;
    flex: 0 1 27px;
    gap: 0.5rem;
    text-align: center;
    justify-content: center;
    align-items: center;

    width: 100%;
}

.topenlignecasinos__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;
}

.topenlignecasinos__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);
}

.topenlignecasinos__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);
}

.topenlignecasinos__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);
}

.topenlignecasinos__card---wrapper-ratings {
    display: flex;
    padding: 1rem 0;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    max-width: 167px;
    width: 100%;
}

.topenlignecasinos__card---rating {
    color: #fff;
    font-family: var(--font--black);
    font-size: 2rem;
    line-height: 38.73px;
    text-align: center;
}

.topenlignecasinos__card---right_lists {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    justify-content: center;
    flex: 1 1 300px;
}

.topenlignecasinos__card---right__box {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.topenlignecasinos__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);
}

.topenlignecasinos__card---right__elem::before {
    content: url("/components-topenlignecasinos/image-topenlignecasinos/casino/casino-icon-flame.svg");
}

.topenlignecasinos__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: linear-gradient(180deg, #ea0008 0%, #460002 100%);
    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;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.topenlignecasinos__card---payments {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    max-width: 260px;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.topenlignecasinos__card---payments_items {
    background: #00000080;
    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;
}

/* FAQ */
.topenlignecasinos--faq-box {
    padding: 5rem 0;
}

.topenlignecasinos--faq--container {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.topenlignecasinos--faq---title {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
}

.topenlignecasinos--faq---lists {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.topenlignecasinos--faq----items {
    display: flex;
    flex-direction: column;

    background-color: #00000080;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    width: 100%;
}
.topenlignecasinos--faq----items_top {
    padding: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #020030 0%, #090371 100%);
    border: 1px solid #ffffff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.topenlignecasinos--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;
}

.topenlignecasinos--faq----items__title::before {
    content: url("/components-topenlignecasinos/image-topenlignecasinos/faq/faq-icon-questions.svg");
}

.topenlignecasinos--faq----items__btn {
    transform: rotate(180deg);
    border: none;
    outline: none;
    background-image: url("/components-topenlignecasinos/image-topenlignecasinos/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);
}

.topenlignecasinos--faq----items_content {
    padding: 0.7rem 1.25rem 1.25rem;
}

.topenlignecasinos--faq----items__text {
    color: #fff;
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 150%;
}

/* Info */
.topenlignecasinos--info-box {
    padding: 0 0 5rem;
}

.topenlignecasinos--info--container {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 2.1rem;
    justify-content: space-between;
}

.topenlignecasinos--info---image {
    background-image: url(/components-topenlignecasinos/image-topenlignecasinos/info/info-box.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 492px;
    width: 100%;
    height: 400px;
}

.topenlignecasinos--info---description {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    max-width: 715px;
    width: 100%;
}

.topenlignecasinos--info---title {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 100%;
    color: #fff;
}

.topenlignecasinos--info---lists {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.topenlignecasinos--info---text {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 150%;
    color: #fff;
}

/* Footer */
.topenlignecasinos__footer--box {
    width: 100%;
    padding: 3.125rem 0;
    background: #00000080;
}

.topenlignecasinos__footer-container {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
}

.topenlignecasinos__footer--nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.topenlignecasinos__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;
}

.topenlignecasinos__footer---items a::after {
    content: url("/components-topenlignecasinos/image-topenlignecasinos/footer/footer-arrow-top-right.svg");
}

.topenlignecasinos__footer--description {
    display: flex;
    gap: 1.25rem;
}
.topenlignecasinos__footer--description_box {
    max-width: 560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.topenlignecasinos__footer----elem {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.topenlignecasinos__footer----elem_title {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1rem;
    line-height: 100%;
    color: #fff;
}

.topenlignecasinos__footer----elem_text {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 130%;
    color: #fff;
}

.topenlignecasinos__footer--parthers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.topenlignecasinos__footer---age {
    background-image: url("/components-topenlignecasinos/image-topenlignecasinos/footer/footer-icon-age.svg");
    max-width: 43px;
    width: 100%;
    height: 43px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Safer */
.topenlignecasinos--safer-box {
    padding: 5rem 0;
    margin: 1.25rem 0 5rem;
    background: #00000080;
}

.topenlignecasinos--safer--container {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.topenlignecasinos--safer---title {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 100%;
    color: #fff;
}

.topenlignecasinos--safer---text {
    font-family: var(--font-regular);
    font-weight: 400;
    font-size: 1rem;
    line-height: 120%;
    color: #fff;
}

.topenlignecasinos--safer---subtitle {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 100%;
    color: #fff;
}

.topenlignecasinos--safer---com {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.topenlignecasinos--safer---lists {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.topenlignecasinos--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 */
.topenlignecasinos__privacy__top {
    padding: 3rem 0;
}

.topenlignecasinos__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;
}
.topenlignecasinos__privacy h2 {
    font-size: 1.4rem;
    font-family: var(--font-medium);
    color: #fff;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0.7rem;
}
.topenlignecasinos__privacy p {
    font-size: 1rem;
    font-family: var(--font-regular);
    color: #fff;
    line-height: 130%;
    font-weight: 400;
}

.topenlignecasinos__privacy__bottom {
    margin-bottom: 1rem;
}

/* Others styles */
.topenlignecasinos__run-show {
    display: none;
    width: 100%;
    overflow: hidden;
}

/* Mobile styles */
@media screen and (max-width: 1260px) {
    .topenlignecasinos__page--container {
        padding: 0 0.75rem;
    }
}
@media screen and (max-width: 1100px) {
    .topenlignecasinos--info--container {
        display: flex;
        flex-direction: column;
    }

    .topenlignecasinos--info---description {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .topenlignecasinos__card---left {
        flex: 0 1 160px;
    }

    .topenlignecasinos__card---descr {
        flex: 0 1 380px;
    }

    .topenlignecasinos__card---right {
        overflow: hidden;
    }

    .topenlignecasinos__run-show {
        display: flex;
        background-color: #00247d;
    }

    .topenlignecasinos__run-hide {
        display: none;
    }

    .topenlignecasinos__card--top {
        flex-direction: column;
        height: auto;
        max-width: 625px;
        width: 100%;
        margin: 0 auto;
        gap: 0.1rem;
    }

    .topenlignecasinos__card---right {
        flex-direction: column;
        gap: 0.3rem;
        flex: 0 1 100px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 30px;
    }

    .topenlignecasinos__card-num {
        flex-direction: row;
        align-items: center;
    }

    .topenlignecasinos__card---payments {
        flex-wrap: nowrap;
    }

    .topenlignecasinos__card---payments_items {
        background: #0e1b53;
    }

    .topenlignecasinos__card---right-right {
        padding: 0.7rem;
    }

    .topenlignecasinos__casino---items__btn {
        max-width: 520px;
        height: 50px;
        width: 100%;
    }

    .topenlignecasinos__header--text_main {
        display: none;
    }

    .topenlignecasinos__card---wrapper_img {
        border-bottom-left-radius: 0;
    }
}

@media screen and (max-width: 625px) {
    .topenlignecasinos__footer--description {
        flex-direction: column;
    }

    .topenlignecasinos__header--title_main {
        font-size: 1.25rem;
        text-transform: none;
    }

    .topenlignecasinos__header----text {
        font-size: 0.7rem;
    }

    .topenlignecasinos__header----icon-like,
    .topenlignecasinos__header----icon-check,
    .topenlignecasinos__header----icon-coin {
        max-width: 18px;
        width: 100%;
        height: 18px;
    }

    .topenlignecasinos__header--advantages {
        gap: 0.3rem;
    }
    .topenlignecasinos__header---items {
        padding: 0.2rem;
    }

    #topenlignecasinosDatetime,
    .topenlignecasinos--faq----items__text,
    .topenlignecasinos--info---text,
    .topenlignecasinos--safer---text,
    .topenlignecasinos--safer----items {
        font-size: 0.75rem;
    }

    .topenlignecasinos--faq-box {
        padding: 2.25rem 0;
    }
    .topenlignecasinos--info---lists {
        gap: 0.75rem;
    }

    .topenlignecasinos--info---image {
        max-width: 308px;
        width: 100%;
        height: 250px;
    }
    .topenlignecasinos__footer--parthers {
        gap: 0.5rem;
    }

    .topenlignecasinos--info-box {
        padding: 0 0 4rem;
    }

    .topenlignecasinos--safer-box {
        padding: 3.125rem 0;
        margin: 2.5rem 0 2.25rem;
        background: #00000080;
    }

    .topenlignecasinos__card---wrapper_img {
        flex: 1 1 300px;
    }
    .topenlignecasinos__card---descr {
        flex: 1 1 280px;
    }
}

@media screen and (max-width: 525px) {
    .topenlignecasinos__card---img {
        max-width: 148px;
        width: 100%;
        height: 48px;
    }

    .topenlignecasinos__card---name_top {
        font-size: 0.7rem;
    }

    .topenlignecasinos__card---name_text {
        font-size: 1rem;
    }

    .topenlignecasinos__card---left {
        flex: 0 1 130px;
    }

    .topenlignecasinos__casino---items__btn {
        height: 34px;
        font-size: 0.75rem;
    }

    .topenlignecasinos__card---right {
        flex: 0 1 85px;
    }

    .topenlignecasinos__card---payments-hide {
        display: none;
    }

    .topenlignecasinos__card-rat {
        font-size: 0.85rem;
    }

    .topenlignecasinos__card-rat_stars li img {
        max-width: 14px;
        width: 100%;
        height: 14px;
    }

    .topenlignecasinos__card---left {
        gap: 0.1rem;
    }

    .topenlignecasinos__card---wrapper_img {
        gap: 1.25rem;
        padding-bottom: 0.5rem;
    }
}

@media screen and (max-width: 359px) {
    .topenlignecasinos__header--advantages {
        flex-wrap: wrap;
        justify-content: center;
    }

    .topenlignecasinos__card---img {
        max-width: 140px;
        width: 100%;
        height: 40px;
    }

    .topenlignecasinos__card---payments {
        flex-wrap: wrap;
    }
    .topenlignecasinos__card---right {
        flex: 0 1 110px;
    }
}
