@font-face {
    src: url("../fonts/leaguespartan-extrabold.woff2") format("truetype");
    font-family: "leaguespartan-extrabold";
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("../fonts/leaguespartan-semibold.woff2") format("truetype");
    font-family: "leaguespartan-semibold";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("../fonts/poppins-bold.woff2") format("truetype");
    font-family: "poppins-bold";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("../fonts/poppins-semibold.woff2") format("truetype");
    font-family: "poppins-semibold";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("../fonts/poppins-regular.woff2") format("truetype");
    font-family: "poppins-regular";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-league-eb: "leaguespartan-extrabold", sans-serif;
    --font-league-sb: "leaguespartan-semibold", sans-serif;
    --font-popins-b: "poppins-bold", sans-serif;
    --font-popins-sb: "poppins-semibold", sans-serif;
    --font-popins-r: "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(0, 0, 0, 0.6)),
        url("/components/assets/image/body/header-bg-chips.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%;
}

.topukcasinosag__visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden !important;
    border: 0;
    clip: rect(0 0 0 0);
}

.topukcasinosag__page--container {
    margin: 0 auto;
    width: 100%;
    max-width: 1240px;
}

/* Header */
.topukcasinosag__header {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.topukcasinosag__header__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.topukcasinosag__header-menu {
    width: 100%;
    padding: 0.7rem 0;
    background: #000000cc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(
            88.88deg,
            #0bc601 1%,
            #00ae20 64.59%,
            #00fc71 99.93%
        )
        1;
}

.topukcasinosag__menu-nav {
    width: 100%;
}

.topukcasinosag__header-menu_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    height: 100%;
}

.topukcasinosag__header--image {
    background-image: url(/components/assets/image/header/header-lepricon.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 270px;
    width: 100%;
    height: 270px;
}

.topukcasinosag__header-welcome {
    display: flex;
    gap: 1.25rem;
    position: relative;
    justify-content: space-between;
    padding: 2.25rem 0 0.5rem;
}

.topukcasinosag__header__title {
    max-width: 760px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.7rem;
}

.topukcasinosag__header--title_main {
    font-size: 3.1rem;
    font-family: var(--font-league-eb);
    color: #fff;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 800;
}

.topukcasinosag__header--text_main {
    font-family: var(--font-popins-r);
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 100%;
    color: #fff;
}

.topukcasinosag__header--advantages {
    display: flex;
    justify-content: flex-start;
    gap: 3.025rem;
    width: 100%;
}

.topukcasinosag__header---items {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    max-width: 150px;
    width: 100%;
}

.topukcasinosag__header----text {
    font-family: var(--font-popins-b);
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
}

.topukcasinosag__header----icon-pay {
    background-image: url("/components/assets/image/header/header-icon-pay.svg");
    max-width: 15px;
    width: 100%;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.topukcasinosag__header----icon-flag {
    background-image: url("/components/assets/image/header/header-icon-flag.svg");
    max-width: 15px;
    width: 100%;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.topukcasinosag__header__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #000000cc;
}

.topukcasinosag__menu--container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.topukcasinosag__menu {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;

    width: 100%;
}

.topukcasinosag__menu__lists {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.5rem;
}

.topukcasinosag__menu__lists-g {
    gap: 1.5rem;
}

.topukcasinosag__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 */
#topukcasinosagMenuToggle {
    display: none;
    position: absolute;
    top: 0;
    right: 0rem;
    z-index: 5;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    padding: 1rem;
}

#topukcasinosagMenuToggle a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}

#topukcasinosagMenuToggle input {
    display: block;
    width: 28px;
    height: 25px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

#topukcasinosagMenuToggle 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;
}

#topukcasinosagMenuToggle span:first-child {
    transform-origin: 0% 0%;
}

#topukcasinosagMenuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#topukcasinosagMenuToggle 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);
}

#topukcasinosagMenuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#topukcasinosagMenuToggle 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);
}

#topukcasinosagMenu {
    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);
}

#topukcasinosagMenu li {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
    font-size: 1rem !important;
    width: 100%;
    margin-right: 10rem;
}

#topukcasinosagMenuToggle input:checked ~ ul {
    transform: none;
}

#topukcasinosagMenu a {
    margin: 0 0 0 10rem;
}

.no-scroll {
    overflow: hidden;
    height: 100%;
}

.topukcasinosag__navigation--image {
    display: none;
}

.topukcasinosag___box--cards_items-pb {
    padding: 1.25rem !important;
}

/* Casino cards */
.topukcasinosag__card-mt {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.topukcasinosag__box--card {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.topukcasinosag__card--box_time {
    display: flex;
    align-items: flex-end;
}

#topukcasinosagDatetime {
    color: #fff;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 100%;
    font-family: var(--font-popins-sb);
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
#topukcasinosagDatetime::before {
    content: url("/components/assets/image/header/header-icon-clock.svg");
}

.topukcasinosag__card-rat_stars {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.topukcasinosag__card {
    width: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    position: relative;
}

.topukcasinosag__card---mt {
    margin-top: 0.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.topukcasinosag__card--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    background: #ffffffe5;
    border: 2px solid #c69101;
    position: relative;
    z-index: 0;
    height: 150px;
    padding: 0.95rem;
    backdrop-filter: blur(10px);
    border-radius: 15px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.topukcasinosag__card--top_shadow {
    backdrop-filter: blur(10px);

    box-shadow: 0px 4px 12px 0px #ffffff80 !important;
}

.topukcasinosag__card---right_ratin {
    display: flex;
    justify-content: space-between;
    flex: 0 1 135px;
}

.topukcasinosag__card-show {
    display: none !important;
}

.topukcasinosag__card---left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 771px;
    flex: 0 1 771px;
    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: 1.25rem;
    position: relative;
}

.topukcasinosag__casino--cards_items {
    position: relative;
}

.topukcasinosag__card---wrapper_img {
    -webkit-box-flex: 1;
    -ms-flex: 0 1 260px;
    flex: 0 1 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: 15px;
    background-color: #1b1b1b;
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.topukcasinosag-img_show {
    display: none !important;
}

.topukcasinosag__card---img {
    width: 100%;
    height: 84px;
    max-width: 180px;
}
.topukcasinosag__card--relative {
    position: relative;
}

.topukcasinosag__card--limit {
    display: flex;
    align-items: center;
    top: 0rem;
    left: 0rem;
    justify-content: center;
    position: absolute;
    gap: 0.5rem;
    font-family: var(--font-popins-sb);
    font-weight: 600;
    font-size: 0.7rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
    vertical-align: middle;

    padding: 0.3rem 1.25rem;
    background: linear-gradient(88.88deg, #ce932f 1%, #835d1e 89.84%);
    z-index: 2;
    font-weight: 700;
    border-top-left-radius: 15px;
}

.topukcasinosag__card--limit::before {
    content: url("/components/assets/image/casino/casino-icon-top.svg");
}

.topukcasinosag__card--blue {
    background-color: #000066 !important;
}

.topukcasinosag__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;
}

.topukcasinosag__card---right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 420px;
    flex: 0 1 420px;
    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: 1.25rem;
}

.topukcasinosag__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%;
}

.topukcasinosag__card---bottom-text {
    font-size: 0.85rem;
    line-height: 20px;
    color: #fff;
    font-family: var(--font--text);
    font-weight: 700;
}

.topukcasinosag__card---descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 491px;
    flex: 0 1 491px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    overflow: hidden;
}

.topukcasinosag__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%);
    }
}

.topukcasinosag__run--elem {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-family: var(--font-popins-r);
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 100%;
    color: #1b1b1b;
    text-align: center;
    margin-right: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.topukcasinosag__run--au:before {
    content: url("/components/assets/image/casino/casino-icon-flag-australia.svg");
}
.topukcasinosag__run--ro:before {
    content: url("/components/assets/image/casino/casino-icon-flag-romania.svg");
}
.topukcasinosag__run--lb:before {
    content: url("/components/assets/image/casino/casino-icon-flag-liberia.svg");
}
.topukcasinosag__run--fr:before {
    content: url("/components/assets/image/casino/casino-icon-flag-france.svg");
}

.topukcasinosag__card-rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    align-items: center !important;
}

.topukcasinosag__card---mob {
    display: none;
}

.topukcasinosag__card-num-title {
    color: #fff;
    font-size: 0.75rem;
    line-height: 12px;
    font-family: var(--font--regular-i);
    text-align: center;
}

.topukcasinosag__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;
}

.topukcasinosag__card-num {
    display: flex;
    flex-direction: column;
    flex: 0 1 140px;
    gap: 0.5rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #1b1b1b;
    border-radius: 15px;
    width: 100%;
    padding: 1rem;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.topukcasinosag__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;
}

.topukcasinosag__card-rat {
    font-family: var(--font-league-sb);
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.topukcasinosag__card---name_top {
    font-family: var(--font-popins-r);
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 100%;
    color: #888888;
}

.topukcasinosag__card---name_text {
    font-family: var(--font-popins-sb);
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 100%;
    color: #000;
}

.topukcasinosag__card---wrapper-ratings {
    display: flex;
    padding: 1rem 0;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    max-width: 167px;
    width: 100%;
}

.topukcasinosag__card---rating {
    color: #fff;
    font-family: var(--font--black);
    font-size: 2rem;
    line-height: 38.73px;
    text-align: center;
}

.topukcasinosag__card---right_lists {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    justify-content: center;
    flex: 1 1 300px;
}

.topukcasinosag__card---right__box {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.topukcasinosag__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);
}

.topukcasinosag__card---right__elem::before {
    content: url("/components/assets/image/casino/casino-icon-flame.svg");
}

.topukcasinosag__casino---items__btn {
    max-width: 260px;
    width: 100%;
    height: 78px;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(
        88.88deg,
        #056200 1%,
        #00ae20 64.59%,
        #025d2b 99.93%
    );
    font-family: var(--font-popins-sb);
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 22.4px;
    letter-spacing: 0.6px;
    vertical-align: middle;
    color: #fff;
    border: none;

    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.topukcasinosag__card---payments {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    max-width: 260px;
    width: 100%;
    gap: 0.5rem;
}

/* Reviews */
.topukcasinosag--reviews-box {
    padding: 4rem 0;
}

.topukcasinosag--reviews--container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.topukcasinosag--reviews---title {
    color: #fff;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.9rem;
    line-height: 100%;
    font-weight: 800;
    font-family: var(--font-league-eb);
}

.topukcasinosag--reviews---lists {
    display: flex;
    gap: 1.25rem;
    justify-content: center;
    flex-wrap: wrap;
}

.topukcasinosag--reviews----items {
    max-width: 400px;
    width: 100%;
    display: flex;
    gap: 1.25rem;
    padding: 1.25rem;
    border: 1px solid #c69101;
    background: #0c2501;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.topukcasinosag--reviews----items_title {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 80px;
    width: 100%;
    align-items: center;
}

.topukcasinosag--reviews----items__image {
    background-image: url("/components/assets/image/reviews/reviews-photo-inkognito.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 56px;
    width: 100%;
    height: 56px;
}

.topukcasinosag--reviews----items__name {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 400;
    font-family: var(--font-popins-r);
    text-align: center;
    line-height: 20px;
}

.topukcasinosag--reviews----items_description {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    max-width: 260px;
    width: 100%;
}

.topukcasinosag--reviews----items__rating {
    display: flex;
    align-items: center;
}

.topukcasinosag--reviews----items___icon {
    background-image: url("/components/assets/image/reviews/reviews-rating-icon-star.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 16px;
    width: 100%;
    height: 16px;
}

.topukcasinosag--reviews----items__text {
    font-family: var(--font-popins-r);
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 150%;
    color: #a6a6a6;
}

/* FAQ */
.topukcasinosag--faq--container {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.topukcasinosag--faq---lists {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.topukcasinosag--faq----items {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background-color: #1b4303;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 100%;
}
.topukcasinosag--faq----items_top {
    padding: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(
                88.88deg,
                #056200 1%,
                #00ae20 64.59%,
                #025d2b 99.93%
            )
            padding-box,
        linear-gradient(90deg, #fc8c5e 0%, #f9f48c 100%) border-box;
    border: 1px solid transparent;
    border-radius: 10px;
}

.topukcasinosag--faq----items__title {
    font-family: var(--font-popins-b);
    font-weight: 700;
    font-size: 1rem;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: #fff;
}

.topukcasinosag--faq----items__title::before {
    content: url("/components/assets/image/faq/faq-icon-quetion.svg");
}

.topukcasinosag--faq----items__btn {
    transform: rotate(180deg);
    border: none;
    outline: none;
    background-image: url("/components/assets/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);
}

.topukcasinosag--faq----items_content {
    padding: 0.7rem 1.25rem 1.25rem;
}

.topukcasinosag--faq----items__text {
    color: #fff;
    font-family: var(--font-popins-r);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 150%;
}

/* Info */
.topukcasinosag--info-box {
    padding: 4rem 0;
}

.topukcasinosag--info--container {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 1.25rem;
    justify-content: space-between;
}

.topukcasinosag--info---image {
    background-image: url(/components/assets/image/info/info-lepricon-money.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 400px;
    width: 100%;
    height: 400px;
}

.topukcasinosag--info---description {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 715px;
    width: 100%;
}

.topukcasinosag--info---title {
    font-family: var(--font-league-eb);
    font-weight: 700;
    font-size: 1.9rem;
    line-height: 100%;
    color: #fff;
}

.topukcasinosag--reviews---text {
    font-family: var(--font-popins-r);
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 120%;
    color: #fff;
}

/* Footer */
.topukcasinosag__footer--box {
    width: 100%;
    padding: 3.1rem 0;
    background: linear-gradient(180deg, #0c2501 0%, #000000 100%);
}

.topukcasinosag__footer-container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.topukcasinosag__footer--parthers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}

.topukcasinosag__footer--text {
    font-family: var(--font-popins-r);
    font-weight: 500;
    font-size: 0.85rem;
    line-height: 150%;
    color: #fff;
}

.topukcasinosag__footer--info {
    display: flex;
    gap: 2.5rem;
}

.topukcasinosag__footer---items {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 600px;
    width: 100%;
}

.topukcasinosag__footer----title {
    font-family: var(--font-popins-b);
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 100%;
    color: #fff;
}

.topukcasinosag__footer---nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
}

.topukcasinosag__footer---nav_links {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.topukcasinosag__footer----links_items a {
    font-family: var(--font-league-sb);
    font-weight: 500;
    font-size: 1rem;
    line-height: 100%;
    color: #fff;
}

.topukcasinosag__footer---nav_icon {
    background-image: url(/components/assets/image/footer/footer-icon-age.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 51px;
    width: 100%;
    height: 25px;
}

/* Popup */
.topukcasinosag__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;
}

.topukcasinosag__popup__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.topukcasinosag__popup__body {
    position: relative;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    z-index: 2;
    background: linear-gradient(180deg, #0c2501 0%, #000000 100%);
    box-shadow: 0px 0px 20px 0px #f7c73661;
    padding: 2.5rem;
    border-radius: 5px;
    border: 1px solid #c69101;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.topukcasinosag__popup__title {
    font-size: 1.25rem;
    font-family: var(--font-league-sb);
    font-weight: 700;
    color: #fff;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    text-transform: uppercase;
}

.topukcasinosag__popup__title::before {
    content: url("/components/assets/image/popup/popup-icon-age.svg");
}

@media (max-width: 991px) {
    .topukcasinosag__popup__body {
        padding: 25px 15px;
    }
}

@media (max-width: 450px) {
    .topukcasinosag__popup__body {
        width: 95%;
        padding: 20px 10px;
    }
}

.topukcasinosag__popup__form {
    width: 100%;
}

.topukcasinosag__popup__form input {
    position: absolute;
    top: 0;
    left: -5000px;
}

.topukcasinosag__popup__text {
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.025em;
    font-family: var(--font-popins-r);
    color: #faf9f0;
    margin: 1.25rem 0;
}

.topukcasinosag__form-bottom {
    text-align: center;
    display: flex;
    justify-content: center;
}

.topukcasinosag__popup__button {
    position: relative;
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-family: var(--font-popins-r);
    background: linear-gradient(180deg, #0c2501 0%, #000000 100%);
    border: 1px solid #ffa600;
    text-transform: uppercase;
    font-size: 1.25rem;
    padding: 0.3rem 0;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.025em;
    color: #fff !important;
    transition: opacity 0.2s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -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;
}

.topukcasinosag__popup__button:active {
    opacity: 0.2;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

/* Cookies Modal */
.topukcasinosag__fixed-cookie {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 20;
}

.topukcasinosag__cookie--box {
    max-width: 800px;
    width: 100%;
}

#topukcasinosagCookiePopup {
    z-index: 15;
    border-top: 2px solid #00ae20;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    position: fixed;
    bottom: 0;
    right: 0;
    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;
    background: #000000;

    -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;
}

.topukcasinosag__cookies-box {
    display: flex;
    gap: 4rem;
    align-items: center;
}

.topukcasinosag__cookie--container {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    max-width: 906px;
    width: 100%;
}

.topukcasinosag__cookie-title {
    font-size: 1rem;
    font-family: var(--font-league-eb);
    color: #fff;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
}

.topukcasinosag__cookie-text {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 120%;
    font-family: var(--font-popins-r);
    color: #fff;
}
.topukcasinosag__cookie-btn {
    max-width: 84px;
    width: 100%;
    height: 40px;
    background: linear-gradient(
        88.88deg,
        #0bc601 1%,
        #00ae20 64.59%,
        #00fc71 99.93%
    );
    border: none;
    font-family: var(--font-league-sb);
    font-size: 0.85rem;
    line-height: 22.4px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.topukcasinosag__cookie--btn-w {
    max-width: 170px;
    width: 100%;
    height: 40px;
    background: transparent;
    border: 1px solid #00ae20;
    font-family: var(--font-league-sb);
    font-size: 0.85rem;
    line-height: 22.4px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.topukcasinosag__btn--box_cookie {
    width: 100%;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    max-width: 274px;
}

.topukcasinosag__hide {
    visibility: hidden;
    bottom: 0;
    right: 2em;
}
.topukcasinosag__show {
    visibility: visible;
    bottom: 0em;
    right: 2em;
}

/* Privacy */
.topukcasinosag__privacy__top {
    padding: 3rem 0;
}

.topukcasinosag__privacy h1 {
    font-size: 2.3rem;
    font-family: var(--font-league-eb);
    color: #fff;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 1.25rem;
    word-break: break-all;
}
.topukcasinosag__privacy h2 {
    font-size: 1.4rem;
    font-family: var(--font-league-sb);
    color: #fff;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.7rem;
}
.topukcasinosag__privacy p {
    font-size: 1rem;
    font-family: var(--font-popins-r);
    color: #fff;
    line-height: 130%;
    font-weight: 400;
}

.topukcasinosag__privacy__bottom {
    margin-bottom: 1rem;
}

/* Others styles */
.topukcasinosag--safer-box {
    padding: 2.5rem 0;
    background: #0000004d;
}

.topukcasinosag--safer---lists {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.topukcasinosag--safer----items {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.topukcasinosag--safer----items__sublist {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.topukcasinosag--safer----items___text {
    font-family: var(--font-popins-r);
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 130%;
    color: #fff;
}

.topukcasinosag--safer----items_title {
    font-family: var(--font-league-eb);
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
}

.topukcasinosag__run-show {
    display: none;
}

/* Mobile styles */
@media screen and (max-width: 1260px) {
    .topukcasinosag__page--container {
        padding: 0 0.75rem;
    }
}

@media screen and (max-width: 991px) {
    .topukcasinosag__footer--parthers {
        flex-wrap: wrap;
        justify-content: center;
    }

    .topukcasinosag--info--container {
        flex-direction: column-reverse;
    }

    .topukcasinosag--info---description {
        max-width: 100%;
        width: 100%;
    }

    .topukcasinosag__card---left {
        flex: 0 1 120px;
    }

    .topukcasinosag__card---descr {
        flex: 0 1 380px;
    }

    .topukcasinosag__card---right {
        overflow: hidden;
    }

    .topukcasinosag__run-show {
        display: flex;
    }

    .topukcasinosag__run-hide {
        display: none;
    }

    .topukcasinosag__card--top {
        flex-direction: column;
        height: auto;
        max-width: 625px;
        width: 100%;
        margin: 0 auto;
    }

    .topukcasinosag__card---right {
        flex-direction: column;
        gap: 0.3rem;
        flex: 0 1 200px;
    }

    .topukcasinosag__card-num {
        flex-direction: row;
        align-items: center;
    }

    .topukcasinosag__card-num {
        flex: 0 1 50px;
    }

    .topukcasinosag__casino---items__btn {
        max-width: 100%;
        height: 50px;
        width: 100%;
    }
}

@media screen and (max-width: 860px) {
    .topukcasinosag__header-welcome {
        flex-direction: column-reverse;
        align-items: center;
    }

    .topukcasinosag__header__title {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 655px) {
    .topukcasinosag__footer--info {
        flex-direction: column;
    }

    .topukcasinosag--reviews-box,
    .topukcasinosag--info-box {
        padding: 2.5rem 0;
    }

    .topukcasinosag__footer---nav {
        flex-direction: column;
        align-items: center;
    }

    .topukcasinosag__footer---nav_links {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .topukcasinosag__header--title_main {
        font-size: 1.5rem;
    }

    .topukcasinosag__header--text_main {
        display: none;
    }

    .topukcasinosag__header--advantages {
        gap: 0.3rem;
    }

    .topukcasinosag__header---items {
        justify-content: center;
    }

    .topukcasinosag--reviews---title,
    .topukcasinosag--info---title,
    .topukcasinosag--safer----items_title {
        font-size: 1.4rem;
    }

    .topukcasinosag--reviews--container {
        gap: 1.25rem;
    }

    .topukcasinosag--reviews----items__text,
    .topukcasinosag--faq----items__text,
    .topukcasinosag--reviews---text,
    .topukcasinosag__footer--text,
    .topukcasinosag--safer----items___text {
        font-size: 0.75rem;
    }

    .topukcasinosag--info---description {
        gap: 0.5rem;
    }

    .topukcasinosag--info---image {
        max-width: 250px;
        width: 100%;
        height: 250px;
    }
    .topukcasinosag__header--image {
        max-width: 150px;
        width: 100%;
        height: 150px;
    }

    .topukcasinosag__header----text {
        font-size: 0.6rem;
    }

    .topukcasinosag__cookies-box {
        flex-direction: column;
        align-items: center;
        gap: 1.25rem;
    }

    .topukcasinosag__btn--box_cookie {
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
    }

    .topukcasinosag__cookie-btn,
    .topukcasinosag__cookie--btn-w {
        max-width: 100%;
        width: 100%;
    }

    #topukcasinosagCookiePopup {
        max-width: 360px;
        width: 100%;
        border-left: 2px solid #00ae20;
        padding: 1rem 0;
    }
}

@media screen and (max-width: 625px) {
    .topukcasinosag__card---name_top,
    .topukcasinosag__card-views {
        font-size: 0.7rem;
    }

    .topukcasinosag__card---name_text {
        font-size: 0.75rem;
    }

    .topukcasinosag__card-rat {
        font-size: 1.25rem;
    }

    .topukcasinosag__casino---items__rating-num_img {
        max-width: 12px;
        width: 100%;
        height: 12px;
    }

    .topukcasinosag__casino---items__btn {
        font-size: 0.85rem;
    }
    .topukcasinosag__card---right {
        flex: 0 1 165px;
    }

    .topukcasinosag__card---img {
        max-width: 130px;
        width: 100%;
        height: 84px;
    }

    .topukcasinosag__card--top {
        padding: 0.5rem;
    }

    .topukcasinosag__card---left {
        gap: 0.5rem;
        flex: 0 1 100px;
    }
    .topukcasinosag__card---payments {
        justify-content: center;
        gap: 1.25rem;
    }

    .topukcasinosag__card---payments img {
        max-width: 30px;
        width: 100%;
        height: 20px;
    }

    .topukcasinosag__card---wrapper_img {
        flex: 0 0 170px;
    }
    .topukcasinosag__card--top {
        flex-direction: column;
        height: auto;
        max-width: 425px;
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 359px) {
    .topukcasinosag__header--advantages {
        gap: 0.3rem;
        justify-content: center;
        flex-wrap: wrap;
    }
}
