.minDep .currency-symbol-rounded {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #384466;
    color: #191E2D;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
}


.minDep .currency-symbol-rounded .icon {
    height: 1em;
    width: 1em;
}

#no-internet-block {
    display: none;
    background: radial-gradient(100% 267.2% at 0 0, rgba(11, 101, 206, .23) 0, rgba(14, 126, 221, 0) 100%), linear-gradient(107.15deg, #1e283f 0, rgba(20, 27, 46, .6) 100%);
    --no-internet-block_gradient-color-one: rgba(11, 101, 206, 0.23);
    --no-internet-block_gradient-color-two: rgba(14, 126, 221, 0);
    background: radial-gradient(100% 267.2% at 0 0, var(--no-internet-block_gradient-color-one, #fff) 0, var(--no-internet-block_gradient-color-two, #fff) 100%), linear-gradient(107.15deg, #1e283f 0, rgba(20, 27, 46, .6) 100%);
    border-radius: 10px;
    padding: 15px;
    color: #fff;
    text-align: center;
    min-width: 200px;
    font-family: -apple-system, 'SF Pro Text', sans-serif
}

#no-internet-block.show {
    display: block
}

#no-internet-block.online {
    --no-internet-block_gradient-color-one: rgba(14, 224, 35, 0.23);
    --no-internet-block_gradient-color-two: rgba(14, 224, 148, 0)
}

#loader {
    align-items: center;
    background-color: #1b2030;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    text-align: center;
    top: 0;
    height: 100%;
    width: 100vw;
    min-height: 100%;
    min-width: 100vw;
    z-index: 10000
}

#loader.hidden {
    opacity: 0;
}

#loader.transparent {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

#loader.transition-active {
    transition: opacity .5s .5s ease, visibility 0s 1s;
}

#loader #loader-logo-container {
    margin-bottom: 10px;
    height: 80px;
    width: 160px;
    backface-visibility: hidden
}

#loader #loader-logo-container img {
    transform: translate3d(0, 0, 0);
    height: 100%;
    width: 100%;
    opacity: 1
}

#loader #loader-logo-container img.transparent {
    opacity: 0
}

#loader #loader-logo-container img.transition-active {
    transition: opacity .4s
}

#loader .spinner {
    animation: spinner .75s infinite linear;
    border: 3px solid #1863d1;
    border-radius: 50%;
    border-right-color: transparent;
    border-top-color: transparent;
    box-sizing: border-box;
    height: 25px;
    pointer-events: none;
    width: 25px
}

#loader .spinner-white {
    border-color: #fff;
    border-right-color: transparent;
    border-top-color: transparent
}

#loader .support-button {
    background-image: linear-gradient(103deg, #108de7 -30%, #0855c4 100%);
    border: none;
    border-radius: 10px;
    bottom: calc(var(--safe-area-inset-bottom, 0) + 30px);
    right: calc(var(--safe-area-inset-right, 0) + 30px);
    color: #fff;
    cursor: pointer;
    height: 40px;
    outline: 0;
    padding: 10px;
    position: absolute;
    transition: all .3s ease-out;
    width: 40px
}

#loader .support-button:hover {
    background-color: #1665d8
}

#loader .support-button:active {
    background-color: #fff;
    color: #0854c3
}

#loader .support-button.loading svg:first-child {
    display: inline;
    animation: spinner .75s infinite linear
}

#loader .support-button.loading svg:last-child {
    display: none
}

#loader .support-button svg:first-child {
    display: none
}

#loader .support-button svg:last-child {
    display: inline
}

@keyframes spinner {
    100% {
        transform: rotate(1turn)
    }
}

.icon_auth {
    width: 18px;
    height: 18px;
    margin-right: 7px !important;
    fill: red;
}

@media(max-width:750px) {
    .icon_auth {
        width: 14px !important;
        height: 14px !important;
    }

    .auth_blocks .btn span {
        position: relative;
        top: 0.5px;
        font-size: 12px;
    }
}

.auth_blocks .btn {
    border-bottom: none;
    position: relative;
}

.auth_blocks .btn div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}

.btn--vk {
    background: linear-gradient(90deg, #2648FC 0%, #3DAFEF 100%);
    box-shadow: 0px 3px 0px 0px #2A63CC;
}

.btn--google {
    background: linear-gradient(270deg, #FF2D24 0%, #FF6868 100%);
    box-shadow: 0px 3px 0px 0px #9E312E;
}

.btn--yandex {
    background: linear-gradient(90deg, #FF2D24 0%, #FF6868 100%), linear-gradient(90deg, #FF281F 0%, #C82828 100%);
    box-shadow: 0px 3px 0px 0px #9E312E;
}

.btn--tg {
    background: linear-gradient(90deg, #7086FD 0%, #2660F5 100%);
    box-shadow: 0px 3px 0px 0px #2A63CC;
}

.back-to-stars-button {
    position: relative;
    width: 45px;
    height: 45px;
    background: #20273A;
    border-radius: 22.5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    z-index: 100;
    transition: width 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    overflow: hidden;
    padding-left: 20px;
}

.back-to-stars-button .back-text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #7381A6;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease 0.05s, visibility 0.25s ease 0.05s;
    margin-right: 35px;
    position: static;
    z-index: 1;
}

.back-to-stars-button svg {
    position: absolute;
    right: 7.5px;
    z-index: 2;
    transition: opacity 0.2s ease, transform 0.3s ease;
}

.back-to-stars-button:hover {
    width: 140px;
}

.back-to-stars-button:hover .back-text {
    opacity: 1;
    visibility: visible;
}

.back-to-stars-button:hover svg {
    animation: iconFadeInOut 0.3s ease forwards;
}

.back-to-stars-button:not(:hover) svg {
    animation: iconAppear 0.3s ease forwards;
}

@keyframes iconAppear {
    0% {
        opacity: 0;
        transform: rotate(90deg);
    }

    100% {
        opacity: 1;
        transform: rotate(0deg);
    }
}

@keyframes iconFadeInOut {
    0% {
        opacity: 1;
        transform: rotate(0deg);
    }

    25% {
        opacity: 0;
        transform: rotate(90deg);
    }

    50% {
        opacity: 0;
        transform: translate(50px, 0);
    }

    75% {
        opacity: 0;
        transform: translate(0, 0) rotate(0deg);
    }

    100% {
        opacity: 1;
        transform: rotate(0deg);
    }
}

.back-to-stars-button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #20273A;
    z-index: 0;
    border-radius: 22.5px;
}

.stars-tooltip {
    animation: fadeInUp 0.2s ease-out;
    transform-origin: bottom center;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.stars-payment-button {
    cursor: pointer;
    transition: all 0.2s ease;
}

.stars-payment-button:hover {
    opacity: 0.9;
}

.popup__back {
    cursor: pointer;
    padding: 0 10px;
}

.popup__back svg {
    transition: transform 0.2s ease;
}

.popup__back:hover svg {
    transform: translateX(-2px);
}

@media (min-width: 1200px) {
    .wallet.wallet--stars {
        height: 40vh !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wallet.wallet--stars {
        height: 40vh !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wallet.wallet--stars {
        height: 40vh !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .wallet.wallet--stars {
        height: 50vh !important;
    }
}

@media (min-width: 376px) and (max-width: 575px) {
    .wallet.wallet--stars {
        height: 50vh !important;
    }
}

@media (max-width: 375px) {
    .wallet.wallet--stars {
        height: 55vh !important;
    }
}

@media (max-height: 600px) {
    .wallet.wallet--stars {
        height: 60vh !important;
    }
}

.wallet--stars.show,
.wallet--starshelp.show {
    display: flex !important;
}

.currency-switcher-withdraw,
.currency-switcher-deposit,
.currency-switcher {
    position: relative;
    margin-bottom: 15px;
    color: #1B2030;
    width: 100%;
}

.currency-switcher-withdraw .currency-switcher__button,
.currency-switcher-deposit .currency-switcher__button,
.currency-switcher .currency-switcher__button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 8px 15px;
    background: #202638;
    border-radius: 12px;
    border: none;
    color: #7486B7;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.currency-switcher-withdraw .currency-switcher__button:hover,
.currency-switcher-deposit .currency-switcher__button:hover,
.currency-switcher .currency-switcher__button:hover {
    background-color: #2a2f45;
}

.currency-switcher-withdraw .currency-switcher__selected,
.currency-switcher-deposit .currency-switcher__selected,
.currency-switcher .currency-switcher__selected {
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #7486B7;
    text-transform: uppercase;
    margin-right: auto;
    margin-left: 10px;
}

.currency-switcher-withdraw .footer__lang-arrow,
.currency-switcher-deposit .footer__lang-arrow,
.currency-switcher .footer__lang-arrow {
    width: 12px;
    height: 8px;
    background: #7486B7;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transition: transform 0.15s ease-in-out;
    flex-shrink: 0;
    cursor: pointer;
    display: inline-block;
}

.currency-switcher-withdraw.open .footer__lang-arrow,
.currency-switcher-deposit.open .footer__lang-arrow,
.currency-switcher.open .footer__lang-arrow {
    transform: rotate(180deg);
}

.currency-switcher-withdraw .currency-switcher__dropdown,
.currency-switcher-deposit .currency-switcher__dropdown,
.currency-switcher .currency-switcher__dropdown {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    background: #202638;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    transition: opacity .15s ease-in-out, transform .15s ease-in-out, visibility .15s ease-in-out;
}

.currency-switcher-withdraw .currency-switcher__dropdown.active,
.currency-switcher-deposit .currency-switcher__dropdown.active,
.currency-switcher .currency-switcher__dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.currency-switcher-withdraw .currency-switcher__flag-icon,
.currency-switcher-deposit .currency-switcher__flag-icon,
.currency-switcher .currency-switcher__flag-icon {
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 50%;
    flex-shrink: 0;
}

.currency-switcher-withdraw .currency-switcher__item,
.currency-switcher-deposit .currency-switcher__item,
.currency-switcher .currency-switcher__item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #7486B7;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.currency-switcher-withdraw .currency-switcher__item:hover,
.currency-switcher-deposit .currency-switcher__item:hover,
.currency-switcher .currency-switcher__item:hover {
    background-color: #2a304a;
}

.currency-switcher-withdraw .currency-switcher__item-left,
.currency-switcher-deposit .currency-switcher__item-left,
.currency-switcher .currency-switcher__item-left {
    display: flex;
    align-items: center;
}

.currency-switcher-withdraw .currency-switcher__text,
.currency-switcher-deposit .currency-switcher__text,
.currency-switcher .currency-switcher__text {
    font-family: 'Gotham Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #7486B7;
    margin-left: 10px;
    text-transform: uppercase;
}

.currency-switcher-withdraw .currency-switcher__dropdown::-webkit-scrollbar,
.currency-switcher-deposit .currency-switcher__dropdown::-webkit-scrollbar,
.currency-switcher .currency-switcher__dropdown::-webkit-scrollbar {
    width: 5px;
}

.currency-switcher-withdraw .currency-switcher__dropdown::-webkit-scrollbar-track,
.currency-switcher-deposit .currency-switcher__dropdown::-webkit-scrollbar-track,
.currency-switcher .currency-switcher__dropdown::-webkit-scrollbar-track {
    background: #34495e;
    border-radius: 10px;
}

.currency-switcher-withdraw .currency-switcher__dropdown::-webkit-scrollbar-thumb,
.currency-switcher-deposit .currency-switcher__dropdown::-webkit-scrollbar-thumb,
.currency-switcher .currency-switcher__dropdown::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.theme--dark .currency-switcher-withdraw .currency-switcher__balance,
.theme--dark .currency-switcher-deposit .currency-switcher__balance,
.theme--dark .currency-switcher .currency-switcher__balance {
    color: #8A87FF;
}

@media only screen and (max-width: 450px) {

    .currency-switcher-withdraw .currency-switcher__dropdown,
    .currency-switcher-deposit .currency-switcher__dropdown,
    .currency-switcher .currency-switcher__dropdown {
        width: 100%;
    }

    .currency-switcher-withdraw .currency-switcher__balance,
    .currency-switcher-deposit .currency-switcher__balance,
    .currency-switcher .currency-switcher__balance {
        font-size: 13px;
    }
}

@media(max-width: 475px) {
    .toast-top-right {
        margin-top: 60px !important;
    }
}

.language-selector {
    margin-right: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 5px 10px;
}

.language-item {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 500;
    padding: 0 5px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.language-item.active {
    color: #fff;
}

.language-item:hover {
    color: #fff;
}

.language-divider {
    color: rgba(255, 255, 255, 0.3);
    margin: 0 2px;
}

.profile {
    margin-top: 20px;
}

.profile .currency-switcher {
    position: relative;
    margin-top: 15px;
    color: #1B2030;
    width: 100%;
}

.profile .currency-switcher__button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
    background: #1B2030;
    border-radius: 15px;
    border: none;
    color: #7486B7;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.profile .currency-switcher__button:hover {
    background-color: #242c43 !important;
}

.profile .currency-switcher__selected {
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #7486B7;
    text-transform: uppercase;
    margin-right: auto;
    margin-left: 10px;
}

.profile .currency-switcher .footer__lang-arrow {
    width: 12px;
    height: 8px;
    background: #7486B7;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transition: transform 0.15s ease-in-out;
    flex-shrink: 0;
    cursor: pointer;
    display: inline-block;
}

.profile .currency-switcher__flag-icon {
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 50%;
    flex-shrink: 0;
}

.profile .currency-switcher.open .currency-switcher__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.profile .currency-switcher.open .footer__lang-arrow {
    transform: rotate(180deg);
}

.profile .currency-switcher__dropdown {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    background: #242c43;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    transition: opacity .15s ease-in-out, transform .15s ease-in-out, visibility .15s ease-in-out;
}

.profile .currency-switcher__dropdown::-webkit-scrollbar {
    width: 5px;
}

.profile .currency-switcher__dropdown::-webkit-scrollbar-track {
    background: #34495e;
    border-radius: 10px;
}

.profile .currency-switcher__dropdown::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.profile .currency-switcher__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.profile .currency-switcher__item:hover {
    background-color: #2A324A;
}

.profile .currency-switcher__item.inactive {
    opacity: 0.6;
}

.profile .currency-switcher__item.inactive:hover {
    opacity: 0.8;
}

.profile .currency-switcher__item.active {
    display: none;
}

.profile .currency-switcher__item-left {
    display: flex;
    align-items: center;
}

.profile .currency-switcher__add-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(116, 134, 183, 0.1);
    cursor: pointer;
    transition: all 0.2s ease;
}

.profile .currency-switcher__add-btn:hover {
    background-color: rgba(116, 134, 183, 0.2);
}

.profile .currency-switcher__add-btn svg {
    width: 12px;
    height: 12px;
}

.profile .currency-switcher__text {
    font-family: 'Gotham Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #7486B7;
    margin-left: 10px;
    text-transform: uppercase;
}

.profile .currency-switcher__balance {
    font-size: 14px;
    color: #7C79FF;
    font-weight: 600;
    text-align: right;
    display: flex;
    align-items: center;
}

.profile .currency-switcher__balance-value {
    margin-right: 3px;
}

.profile .currency-switcher .currency-icon {
    width: 14px;
    height: 14px;
    fill: currentColor;
    color: #7C79FF;
}

.profile .currency-switcher__item.disabled .currency-switcher__balance {
    opacity: 0.5;
}

.theme--dark .profile .currency-switcher__balance {
    color: #8A87FF;
}

.theme--dark .profile .currency-switcher .currency-icon {
    color: #8A87FF;
}

@media only screen and (max-width: 450px) {
    .profile .currency-switcher__balance {
        font-size: 13px;
    }
}

.profile__avatar-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.profile__balance .d-flex {
    margin-bottom: 15px;
}

.profile__settings-check {
    width: 50%;
}

.profile__settings-check b {
    font-weight: 600;
}

.dice__select-chance {
    width: 100%;
}

.profile__stat-item.hidden {
    display: none;
}

.profile__fill-text {
    font-size: 14px;
}

@media(max-width:750px) {
    .icon_auth {
        width: 14px !important;
        height: 14px !important;
    }

    .auth_blocks .btn span {
        position: relative;
        top: 0.5px;
        font-size: 12px;
    }
}

.header__user-b {
    position: relative;
}

.notification-counter {
    display: none;
    width: 18px;
    height: 18px;
    background: #5BA5F5;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
    color: #171B28;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

.notification-counter[data-count]:not([data-count=""]) {
    display: flex !important;
}

.notification-counter text {
    display: none;
}

.notification-counter::before {
    content: attr(data-count);
    color: #171B28;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

.header__notification-mobile .notification-counter {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    margin-left: 12px;
}

.popup--mobile-notifications .popup__title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: url("../images/borders--dark.svg") repeat;
}

.disable-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

@media(max-width: 475px) {
    .header__user-b span {
        font-size: 13px !important;
    }
}

@media (hover: none) and (pointer: coarse) {
    .slot_game:hover {
        transform: none !important;
    }

    .slot_game:active {
        transform: scale(0.95) !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
        transition: all 0.1s ease !important;
    }

    .slot_game .info_slot_game {
        opacity: 0 !important;
        pointer-events: auto !important;
    }

    .info_slot_game_play {
        pointer-events: auto !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 10 !important;
    }
}

@media screen and (max-width: 550px) {
    .big_slot .slot_game_panel {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        z-index: 10000;
    }

    .big_slot .body_slot_game iframe {
        width: 100%;
        height: 100%;
    }
}

.lives-restricted-container,
.lives-restricted-container * {
    box-sizing: border-box;
}

.lives-restricted-container {
    position: relative;
    width: 100%;
    /* max-width: 460px; */
    min-height: 500px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lives-restricted-mask {
    position: absolute;
    width: 350px;
    height: 350px;
    opacity: 0.4;
    top: -45px;
    left: 50%;
    transform: translateX(-45%);
    background: url(images/lives-restricted.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.lives-restricted-mask::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(360deg, #1A2030 14.07%, rgba(26, 32, 48, 0) 45.57%);
}

.lives-restricted-title {
    position: relative;
    width: 100%;
    /* max-width: 421px; */
    margin-top: 200px;
    margin-bottom: 15px;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    color: #7788B6;
    z-index: 2;
}

.lives-restricted-description {
    position: relative;
    width: 100%;
    max-width: 451px;
    margin-bottom: 20px;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #414C5D;
    z-index: 2;
}

.lives-restricted-countries-group {
    position: relative;
    width: 100%;
    max-width: 460px;
    margin-bottom: 30px;
    z-index: 2;
}

.lives-restricted-countries-bg {
    position: absolute;
    width: 100%;
    height: 62px;
    left: 0;
    top: 0;
    background: #1C2335;
    border-radius: 15px;
}

.lives-restricted-countries-list {
    position: relative;
    width: 100%;
    padding: 18px 20px;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #414C5D;
    z-index: 1;
}

.lives-restricted-actions {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.lives-restricted-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 18px 24px;
    background: linear-gradient(90deg, #2C57FE 0%, #35A2FF 100%);
    border: none;
    border-radius: 15px;
    color: #fff;
    font-family: 'Gotham Pro';
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.15s ease;
    box-shadow: 0px 3px 0px 0px #1E4AE6;
    min-width: 200px;
    text-align: center;
    white-space: nowrap;
    height: 50px;
}

.lives-restricted-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0px 5px 0px 0px #1E4AE6, 0px 8px 15px rgba(44, 87, 254, 0.3);
}

.lives-restricted-btn:active {
    transform: translateY(1px);
    box-shadow: 0px 1px 0px 0px #1E4AE6;
}

.live_games_content:has(.lives-restricted-container) {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    grid-template-columns: none !important;
    min-height: 500px;
    padding: 20px;
}

.bx-input__input.disabled {
    cursor: not-allowed !important;
}

.bx-input__input.disabled input {
    cursor: not-allowed !important;
}

@media (max-width: 768px) {
    .lives-restricted-container {
        padding: 15px;
        min-height: 450px;
    }

    .lives-restricted-mask {
        width: 250px;
        height: 250px;
        top: 20px;
        transform: translateX(-47%);
    }

    .lives-restricted-title {
        margin-top: 180px;
        margin-bottom: 12px;
        font-size: 20px;
    }

    .lives-restricted-description {
        margin-bottom: 18px;
        font-size: 13px;
        padding: 0 10px;
    }

    .lives-restricted-countries-group {
        margin-bottom: 25px;
    }

    .lives-restricted-countries-list {
        padding: 15px 15px;
        font-size: 13px;
    }

    .lives-restricted-btn {
        min-width: 180px;
        padding: 15px 20px;
        font-size: 13px;
        height: 45px;
    }
}

@media (max-width: 480px) {
    .lives-restricted-container {
        padding: 10px;
        min-height: 400px;
    }

    .lives-restricted-mask {
        width: 300px;
        height: 300px;
        top: -60px;
        transform: translateX(-45%);
    }

    .lives-restricted-title {
        margin-top: 150px;
        margin-bottom: 10px;
        font-size: 18px;
        padding: 0 5px;
    }

    .lives-restricted-description {
        margin-bottom: 15px;
        font-size: 12px;
        padding: 0 5px;
    }

    .lives-restricted-countries-group {
        margin-bottom: 20px;
    }

    .lives-restricted-countries-bg {
        height: 55px;
    }

    .lives-restricted-countries-list {
        padding: 12px 10px;
        font-size: 12px;
    }

    .lives-restricted-btn {
        min-width: 160px;
        padding: 12px 16px;
        font-size: 12px;
        height: 40px;
    }

    .live_games_content:has(.lives-restricted-container) {
        padding: 10px;
        min-height: 400px;
    }
}

@media (max-width: 360px) {
    .lives-restricted-container {
        padding: 8px;
        min-height: 380px;
    }

    .lives-restricted-mask {
        width: 180px;
        height: 180px;
        transform: translateX(-48%);
    }

    .lives-restricted-title {
        margin-top: 130px;
        font-size: 16px;
    }

    .lives-restricted-description {
        font-size: 11px;
    }

    .lives-restricted-countries-list {
        font-size: 11px;
        padding: 10px 8px;
    }

    .lives-restricted-btn {
        min-width: 140px;
        padding: 10px 14px;
        font-size: 11px;
        height: 38px;
    }
}

@media(max-width: 550px) {
    .slot_games_content {
        gap: 7px;
        grid-template-columns: repeat(3, 1fr);
    }

    .slot_game {
        aspect-ratio: 0.85;
        height: auto;
    }
}

@media(max-width: 400px) {
    .slot_game {
        height: 147px;
    }

    .play_slot_game {
        width: 54px;
        height: 54px;
    }

    .play_slot_game svg {
        width: 16px;
        height: 16px;
    }

    .name_slot_game {
        padding: 16px;
        font-size: 10px;
    }

    .demo_slot_game {
        width: 83px;
        height: 26px;
        font-size: 12px;
    }

    .head_name_slot_game {
        font-size: 14px;
    }

    .buttons_slot_game button {
        width: 32px;
        height: 32px;
    }

    .buttons_slot_game svg {
        width: 12px;
        height: 12px;
    }

    .demo_slot_button {
        width: 55px !important;
        font-size: 11px;
        background: #28314D !important;
        color: #fff;
        cursor: default;
    }

    .slot_game,
    .info_slot_game {
        border-radius: 11px;
    }
}

.bonus__vpn {
    position: relative;
    grid-column: 1 / -1;
}

.bonus__vpn::after {
    content: '';
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 380px;
    height: 280px;
    background: linear-gradient(145deg,
            rgba(2, 0, 36, 0) 0%,
            rgba(25, 105, 255, 0) 45%,
            rgba(25, 105, 255, 0.6) 70%,
            rgba(25, 105, 255, 0.8) 85%,
            rgba(25, 105, 255, 0.9) 100%);
    filter: blur(75px);
    z-index: 1;
    pointer-events: none;
    opacity: 0.9;
}

.bonus__vpn .bonus_block_social_right {
    position: relative;
    z-index: 2;
}

.bonus__vpn-image {
    padding-right: 10vh;
}

.bonus__vpn-picture {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.bonus__vpn-img {
    width: 128px;
    height: 128px;
    object-fit: contain;
    transform: scale(3);
    margin-left: auto;
    padding-top: 5px;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
}

.bonus_vpn_tooltip {
    cursor: pointer;
}

@media (max-width: 768px) {
    .bonus__vpn .bonus_vpn_tooltip {
        z-index: 10 !important;
    }

    .bonus__vpn::after {
        width: 310px;
        height: 220px;
        right: -35px;
        bottom: -40px;
        background: linear-gradient(145deg,
                rgba(2, 0, 36, 0) 0%,
                rgba(25, 105, 255, 0) 40%,
                rgba(25, 105, 255, 0.7) 65%,
                rgba(25, 105, 255, 0.9) 80%,
                rgba(25, 105, 255, 0.95) 100%);
        opacity: 0.9;
        filter: blur(60px);
    }

    .bonus__vpn-image {
        padding-right: 10px !important;
    }

    .bonus__vpn-picture {
        width: 100% !important;
        height: auto !important;
        margin-left: 0 !important;
    }

    .bonus__vpn-img {
        transform: scale(2.3) !important;
        margin-left: auto !important;
    }
}

@media (max-width: 475px) {
    .bonus__vpn::after {
        background: linear-gradient(145deg,
                rgba(2, 0, 36, 0) 0%,
                rgba(25, 105, 255, 0) 35%,
                rgba(25, 105, 255, 0.8) 60%,
                rgba(25, 105, 255, 0.9) 80%,
                rgba(25, 105, 255, 0.95) 100%);
        width: 240px;
        height: 190px;
        right: -30px;
        bottom: -35px;
        filter: blur(50px);
        opacity: 0.9;
    }

    .bonus__vpn-image {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        overflow: visible !important;
    }

    .bonus__vpn-picture {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        max-width: none !important;
        margin: 0 auto !important;
    }

    .bonus__vpn-img {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 70px !important;
        transform: scale(2) !important;
        object-fit: contain !important;
        margin: 0 auto !important;
    }
}

.games {
    display: -ms-grid;
    display: grid;
    /* -ms-grid-columns: (1fr)[4]; */
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
    position: relative;
}

.games__item {
    position: relative;
    height: 160px;
    border-radius: 25px;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    padding: 44px 53px;
    overflow: hidden;
}

.games__item .games__item-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    transition: scale .3s cubic-bezier(0, -0.05, 0.3, 1), translate .3s cubic-bezier(0, -0.05, 0.3, 1);
}

.games .games__item:hover .games__item-bg {
    translate: -3% -3%;
    scale: 1.07;
}

.games__item:before {
    -webkit-filter: blur(10rem);
    filter: blur(10rem);
}

.games__item::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: .4s opacity;
}

.games__item--slots {
    background: #3348C1;
}

.games__item--slots .slot-machine {
    position: absolute;
    right: 40%;
    top: 55%;
    width: 100%;
    height: 100%;
    transform: scale(1.85);
    background-image: url('/images/games/slots/slot-machine.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    transition: transform 0.3s cubic-bezier(0, -0.05, 0.3, 1);
    transform-origin: bottom center;
    z-index: 3;
}

.games__item--slots .slot-coin-1 {
    position: absolute;
    right: 25%;
    top: -15%;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    background-image: url('/images/games/slots/slot-coin-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    transition: transform 0.3s cubic-bezier(0, -0.05, 0.3, 1);
    transform-origin: bottom right;
    z-index: 2;
}

.games__item--slots .slot-coin-2 {
    position: absolute;
    left: 80%;
    top: 45%;
    width: 100%;
    height: 100%;
    transform: scale(1.1) translate(0, 0);
    background-image: url('/images/games/slots/slot-coin-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s cubic-bezier(0, -0.05, 0.3, 1);
    z-index: 3;
}

.games__item--slots:hover .slot-machine {
    transform: scale(1.85) translateX(-0.5%) translateY(1.5%);
}

.games__item--slots:hover .slot-coin-1 {
    transform: scale(1.1) translateY(-10%);
}

.games__item--slots:hover .slot-coin-2 {
    transform: scale(1.1) translateX(2.5%) translateY(7.5%);
}

.games__item--lives {
    background: #C13335;
}


.games__item--lives .lives-cards {
    position: absolute;
    right: 20%;
    width: 100%;
    height: 100%;
    background-image: url('/images/games/lives/lives-cards.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    transition: transform 0.3s cubic-bezier(0, -0.05, 0.3, 1);
    transform-origin: bottom right;
    z-index: 3;
    transform: scale(1.2);
}

.games__item--lives .lives-roulette {
    position: absolute;
    right: 25%;
    left: 35%;
    top: 45%;
    width: 100%;
    height: 100%;
    background-image: url('/images/games/lives/lives-roulette.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    transition: transform 0.3s cubic-bezier(0, -0.05, 0.3, 1);
    transform-origin: bottom center;
    z-index: 2;
    transform: scale(1.5);
}

.games__item--lives:hover .lives-cards {
    transform: scale(1.2) translateY(15px);
}

.games__item--lives:hover .lives-roulette {
    transform: scale(1.55) translateX(1%);
}

.slots-ellipse-bg {
    position: absolute;
    width: 543.86px;
    height: 363px;
    right: -35%;
    top: 50%;
    transform: translateY(-50%);
    background: #6693F4;
    background-position: bottom right;
    filter: blur(100px);
    z-index: 1;
    border-radius: 50%;
}

.lives-ellipse-bg {
    position: absolute;
    width: 543.86px;
    height: 363px;
    right: -35%;
    top: 50%;
    transform: translateY(-50%);
    background: #FF7C7C;
    background-position: bottom right;
    filter: blur(100px);
    z-index: 1;
    border-radius: 50%;
}

@media only screen and (max-width: 475px) {

    .games__item--slots,
    .games__item--lives {
        position: relative;
        overflow: hidden !important;
    }

    .slot-machine {
        position: relative;
        z-index: 5 !important;
    }

    .slot-coin-1 {
        position: relative;
        z-index: 4 !important;
    }

    .slot-coin-2 {
        position: relative;
        z-index: 5 !important;
    }

    .lives-cards {
        position: relative;
        z-index: 5 !important;
    }

    .lives-roulette {
        position: relative;
        z-index: 4 !important;
    }

    .slots-ellipse-bg {
        position: absolute;
        width: 300px;
        height: 200px;
        right: -40%;
        top: 50%;
        transform: translateY(-50%);
        background: #6693F4;
        filter: blur(60px);
        z-index: 2;
        border-radius: 50%;
        opacity: 0.9;
    }

    .lives-ellipse-bg {
        position: absolute;
        width: 300px;
        height: 200px;
        right: -40%;
        top: 50%;
        transform: translateY(-50%);
        background: #FF7C7C;
        filter: blur(60px);
        z-index: 2;
        border-radius: 50%;
        opacity: 0.9;
    }
}

.games__item-text {
    position: relative;
}

@media only screen and (max-width: 725px) {
    .games {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 475px) {
    .games {
        -ms-grid-columns: (1fr)[1] !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .games .games__item {
        padding: 24px 28px;
        height: 115px;
    }
}

.games__item-text {
    position: relative;
    z-index: 3;
    pointer-events: none;
}

.games__item-text span {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.14);
}

.games__item-text p {
    position: relative;
    font-size: 13px;
    color: #fff;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.15);
    padding: 8px 12px 8px 18px;
    align-self: flex-start;
    margin-top: 6px;
}

.games__item-text p::before {
    content: '';
    position: absolute;
    background: rgb(0, 255, 133);
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
}

@media only screen and (max-width: 475px) {
    .games .games__item-text p {
        font-size: 11px !important;
        color: #fff;
        border-radius: 12px;
        padding: 5px 8px 5px 13px;
        font-weight: 400;
    }

    .games__item-text p::before {
        content: '';
        position: absolute;
        background: rgb(0, 255, 133);
        left: 9px;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 3px;
        border-radius: 50%;
    }
}

.slot_games {
    display: flex;
    /* grid-template-columns: repeat(2,1fr); */
    grid-gap: 13px;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}

.swiper-slide {
    border-radius: 25px;
    object-fit: cover;
}

.games_mini-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 15px 0 29px 0;
}

.games_mini__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.games_mini__title {
    font-family: 'Gotham Pro';
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.games_mini__title::before {
    content: '';
    vertical-align: middle;
    background: url('/images/star.svg') no-repeat;
    width: 20px;
    height: 20px;
    padding-left: 10px;
    cursor: default;
    background-size: contain;
}

.games_mini-nav {
    display: flex;
    gap: 5px;
}

.games_mini-nav .arrow {
    border-radius: 11px;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0, 100, 255);
    color: #fff;
    transition: all .15s ease-out;
}

.games_mini-nav .arrow:active {
    transform: scale(0.95);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
}

.games_mini-nav .arrow:disabled {
    background: rgb(32, 39, 58);
    color: rgb(78, 98, 135);
    cursor: not-allowed;
}

/* .games_mini-wrapper {
  display: flex;
  gap: 13px;
  transition: transform 0.3s cubic-bezier(0, -0.05, 0.3, 1);
} */

.games_swiper {
    border-radius: 25px !important;
}

.games_swiper::before,
.games_swiper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 130px;
    pointer-events: none;
    z-index: 2;
}

/* .games_swiper::before {
  display: none;
  left: 0;
  background: linear-gradient(to right, rgb(27, 32, 48), transparent);
} */

.games_swiper::after {
    display: none;
    right: 0;
    background: linear-gradient(to left, rgb(27, 32, 48), transparent);
}

.games_mini-wrapper .games__item {
    position: relative;
    padding: 32px 0 0 22px;
    height: 255px;
    /* flex: 0 0 calc((100% - 13px * 5) / 6); */
    width: min(209px, calc(50% - 6px));
}

@media (max-width: 768px) {
    .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 11px !important;
    }

    .swiper-slide {
        width: auto !important;
        margin-right: 0 !important;
    }
}

.games_mini-wrapper .games__item-text span {
    font-weight: 700;
    font-size: 21px;
}

.games_mini-wrapper .games__item .games__item-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: 2;
    transition: opacity 0.3s cubic-bezier(0, -0.05, 0.3, 1);
    object-fit: cover;
}

@media only screen and (max-width: 765px) {

    .games_mini-wrapper {
        flex-wrap: wrap;
    }

    .games_mini__header {
        justify-content: center;
    }

    .games_mini-nav {
        display: none;
    }
}

.games__item .front {
    opacity: 1;
    z-index: 1;
    transition: opacity 3s;
}

.games__item .back {
    opacity: 0;
    z-index: 0;
    transition: opacity 3s;
}

.games__item:hover .front {
    opacity: 0;
    transition-delay: 0.1s;
}

.games__item:hover .back {
    opacity: 1;
    transition-delay: 0s;
}

.games__item:not(:hover) .front {
    opacity: 1;
    transition-delay: 0s;
}

.games__item:not(:hover) .back {
    opacity: 0;
    transition-delay: 0.1s;
}

.games__item:hover::after {
    opacity: 1;
}

.games .games__item-bg--lives {
    position: absolute;
    right: -0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/games/lives/lives_new.png);
    background-size: cover;
    z-index: 2;
}

.main_slider {
    position: relative;
    width: 100%;
}

.main_slider_items {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 225px;
}

.main_slider_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 225px;
    opacity: 0;
    transition: opacity .6s ease-in-out;
    border-radius: 27px;
}

.main_slider_item .info {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 46px 0 0 130px;
    z-index: 2;
}

.main_slider_btn {
    align-self: flex-start;
    border-radius: 13px;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 13px 24px;
    background: rgb(0, 100, 255);
    text-transform: uppercase;
    margin-top: 22px;
}

.main_slider_item span {
    font-family: "Halvar", sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    align-self: flex-start;
}

.main_slider_item.current {
    opacity: 1;
    z-index: 3;
}

.main_slider_item img {
    position: absolute;
    /* width: 100%; */
    top: 0;
    right: 0;
    height: 225px;
    object-fit: cover;
    z-index: 1;
}

.main_slider_nav {
    position: absolute;
    height: 40px;
    width: 40px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    border-radius: 50%;
    z-index: 3;
    transition: transform 0.3s ease;
}

.main_slider_nav.slider-prev {
    left: 20px;
    transform: translateY(-50%) rotate(180deg);
}

.main_slider_nav.slider-next {
    right: 20px;
    transform: translateY(-50%);
}

.main_slider_nav.slider-next:hover {
    transform: translateY(-50%) scale(1.2);
}

.main_slider_nav.slider-prev:hover {
    transform: translateY(-50%) rotate(180deg) scale(1.2);
}

.main_slider_dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 7px;
    z-index: 3;
}

.main_slider_dot {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 0;
    background: #777;
    cursor: pointer;
    opacity: .5;
    transition: opacity .4s ease-in-out;
}

.main_slider_dot:nth-child(n+2) {
    margin-left: 5px;
}

.main_slider_dot.current {
    background-color: #016FED;
    opacity: 1;
}

@media(max-width:475px) {

    .games .games__item-bg--blackjack_1 {
        right: 29px;
        bottom: 9px;
        transform: rotate(6.87deg) scale(0.8);
    }

    .games .games__item-bg--blackjack_2 {
        right: -26px;
        bottom: 9px;
        transform: rotate(17.49deg) scale(0.8);
    }

    .header__user-b span {
        font-size: 14px !important;
    }
}

.games__item-bg-slots {
    position: absolute;
    right: 80px;
    top: -20%;
    height: 430px;
    z-index: 2;
}

.games__item-bg-slots img {
    height: 100%;
}

.games__item-bg-slots img:nth-child(1) {
    opacity: 0.17;
    position: absolute;
    top: 25px;
    right: 60px;
    z-index: 1;
    filter: blur(3px);
}

.games__item-bg-slots img:nth-child(2) {
    position: relative;
    z-index: 2;
}

.games__item-bg-slots_1 {
    position: absolute;
    top: -15px;
    right: 541px;
    transform: rotate(84.46deg);
    flex-shrink: 0;
    opacity: 0.44;

    animation-name: move_slots_1;
    animation-duration: 8.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;


}

.games__item-bg-slots_2 {
    position: absolute;
    top: 25px;
    right: 421px;
    flex-shrink: 0;
    opacity: 0.8;

    animation-name: move_slots_2;
    animation-duration: 9.3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;


}

.games__item-bg-slots_3 {
    position: absolute;
    top: 36px;
    right: 336px;
    flex-shrink: 0;
    opacity: 0.7;
    transform: rotate(180deg);

    animation-name: move_slots_3;
    animation-duration: 8.1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;


}

.games__item-bg-slots_4 {
    position: absolute;
    top: 36px;
    right: 45px;
    flex-shrink: 0;
    transform: rotate(61.227deg);
    z-index: 2;

    animation-name: move_slots_4;
    animation-duration: 8.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;


}


.games__item-bg-slots_5 {
    position: absolute;
    bottom: 9px;
    right: 529px;
    flex-shrink: 0;
    transform: rotate(-175.06deg);
    z-index: 2;

    animation-name: move_slots_5;
    animation-duration: 8.3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;


}

.games__item-bg-slots_6 {
    position: absolute;
    bottom: -33px;
    right: 351px;
    flex-shrink: 0;
    z-index: 2;

    animation-name: move_slots_6;
    animation-duration: 9.8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;

}


.games__item-bg-slots_1,
.games__item-bg-slots_2,
.games__item-bg-slots_3,
.games__item-bg-slots_4,
.games__item-bg-slots_5,
.games__item-bg-slots_6 {
    /*    animation: none;*/
}

@media(max-width: 1400px) {
    .games__item-bg-slots {
        right: -25px;
    }

    .games__item-bg-slots_2 {
        right: 250px;
    }

    .games__item-bg-slots_3 {
        right: 160px;
    }

    .games__item-bg-slots_6 {
        right: 250px;
    }

    .games__item-bg-slots_4 {
        right: 15px;
    }
}

@media(max-width: 650px) {

    .games__item-bg-slots_1,
    .games__item-bg-slots_2,
    .games__item-bg-slots_3,
    .games__item-bg-slots_4,
    .games__item-bg-slots_5,
    .games__item-bg-slots_6 {
        animation: none;
    }

    .games__item-bg-slots_1,
    .games__item-bg-slots_5 {
        display: none;
    }

    .games__item-bg-slots_2 {
        width: 64px;
        top: 20px;
        right: 145px;
        opacity: 0.8;
    }

    .games__item-bg-slots_3 {
        width: 52px;
        transform: rotate(-180deg);
        top: 17px;
        right: 8px;
        opacity: 0.7;
    }

    .games__item-bg-slots_4 {
        width: 60px;
        top: auto;
        bottom: -9px;
        right: 166px;
        transform: rotate(75.945deg);
        z-index: 1;
    }

    .games__item-bg-slots_6 {
        width: 81px;
        bottom: -34px;
        right: -21px;
    }

    .slot_games {
        grid-template-columns: repeat(1, 1fr);
    }

    .games__item-bg-slots_2 img,
    .games__item-bg-slots_3 img,
    .games__item-bg-slots_4 img,
    .games__item-bg-slots_6 img {
        width: 100%;
    }

    /* .games__item.games__item--slots {
    padding: 24px 28px;
    height: 200px;
  } */

    .games__item .games__item-text span {
        font-size: 16px;
    }

    .games .games__item .games__item-text span {
        font-size: 20px;
    }

    .games__item .games__item-text p {
        font-size: 11px !important;
        color: #fff;
        border-radius: 12px;
        font-weight: 400;
    }

    .games__item--slots.align-center {
        align-items: flex-end;
    }

    .games__item-bg-slots {
        position: absolute;
        right: -42px;
        top: 5%;
        height: 361px;
    }

    .main_slider_item img,
    .main_slider_item {
        height: 155px;
        border-radius: 20px;
    }

    .main_slider_item span {
        font-size: 16px;
    }

    .main_slider_item img {
        width: auto;
        /* right: -85px; */
    }

    .main_slider_dots {
        bottom: 3px;
    }

    .main_slider_items {
        height: 155px;
        padding-bottom: 20px;
    }

    .main_slider_item .info {
        margin: 36px 0 0 36px;
    }

    .main_slider_btn {
        font-size: 13px;
        margin-top: 12px;
        padding: 12px 16px;
        border-radius: 11px;
    }

    .main_slider_nav {
        height: 25px;
        width: 25px;
        top: 50%;
    }

    .main_slider_nav.slider-prev {
        left: 10px;
    }

    .main_slider_nav.slider-next {
        right: 10px;
    }

    .games__item.games__item--slots {
        height: 160px;
    }
}

.card {
    position: relative;
    height: 255px;
    width: 209px;
    border-radius: 25px;
    overflow: hidden;
    transform: translateY(0);
    cursor: pointer;
    margin-right: 13.5px;
    padding: 32px 0 0 22px;
}

.card-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 25px;
    z-index: 1;
}

.card [class*='-game-bg'],
.card [class*='-bomb'],
.card [class*='-diamond'],
.card [class*='-shadow'],
.card [class*='-small'],
.card [class*='-big'],
.card [class*='-multiplier'],
.card [class*='-cards'],
.card [class*='-10x'],
.card [class*='-wheel'],
.card [class*='-arrow'],
.card [class*='-gold'],
.card [class*='-silver'],
.card [class*='-heart'],
.card [class*='-spade'] {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s cubic-bezier(0, -0.05, 0.3, 1);
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.card [class*='-arrow'] {
    transition: transform 0.3s cubic-bezier(0, -0.05, 0.3, 1), width 0.3s cubic-bezier(0, -0.05, 0.3, 1), height 0.3s cubic-bezier(0, -0.05, 0.3, 1);
}

.mines-bg {
    background: linear-gradient(154.82deg, #8B11DD 11.43%, #FD7CFF 89.83%);
}

.mines-game-bg {
    width: 100%;
    height: 91%;
    top: 18%;
    right: 0;
    background-image: url('/images/games/mines/mines-bomb-bg.png?v=1745279275');
    background-position: right center;
    z-index: 2;
}

.mines-bomb {
    width: 60%;
    height: 55%;
    top: 35%;
    left: 38%;
    background-image: url('/images/games/mines/bomb-img.png?v=1745278480');
    transform: translate(0px, 0px) scale(1);
    z-index: 3;
}

.mines-diamond {
    width: 55%;
    height: 45%;
    top: 35%;
    left: 10%;
    background-image: url('/images/games/mines/diamond-img.png?v=1745278480');
    transform: translate(0px, 0px) scale(1.25);
    z-index: 2;
}

.mines-shadow {
    width: 37%;
    height: 7%;
    top: 84.7%;
    left: 49.3%;
    background: #000000;
    filter: blur(10.4603px);
    z-index: 3;
}

.mines-card:hover .mines-diamond {
    transform: translate(-15px, 0px) scale(1.5);
}

.mines-card:hover .mines-bomb {
    transform: translate(0px, 13.5px) scale(0.9);
}

.dice-bg {
    background: linear-gradient(152.61deg, #00C9FF 15.63%, #92FE9D 104.04%);
}

.dice-small {
    width: 42%;
    height: 54%;
    top: 25.5%;
    right: -5%;
    background-image: url('/images/games/dice/dice-2-img.png?v={{ time() }}');
    z-index: 2;
}

.dice-big {
    width: 68%;
    height: 65%;
    top: 42%;
    left: 28%;
    background-image: url('/images/games/dice/dice-1-img.png?v={{ time() }}');
    transform: translate(0px, 0px) rotate(-13.31deg) scale(1.15);
    z-index: 2;
}

.dice-card:hover .dice-small {
    transform: translateY(19px);
}

.dice-card:hover .dice-big {
    transform: translate(-12px, -10px) rotate(-13.31deg) scale(1.15);
}



.crash-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 25px;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(150.6deg, #FF3030 17.35%, #FFFFFF 125.83%);
}

.crash-bg::before {
    content: '';
    position: absolute;
    top: 30%;
    left: -15%;
    width: 100%;
    height: 100%;
    background: url('/images/games/crash/airjet-bg.png') no-repeat;
    transform: scale(0.95) translate3d(0, 0, 0);
    transform-origin: center center;
    transition: transform 0.3s cubic-bezier(0, -0.05, 0.3, 1);
    will-change: transform;
    backface-visibility: hidden;
    z-index: 1;
}

.crash-bg::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 60px;
    top: 35%;
    right: 20%;
    background: url('/images/games/crash/airjet.png') no-repeat;
    background-size: contain;
    transform: scale(2) translate3d(0, 0, 0);
    transition: transform 0.3s cubic-bezier(0, -0.05, 0.3, 1);
    will-change: transform;
    z-index: 2;
}

.crash-multiplier {
    z-index: 3;
    transform: translate(0px, 0px) rotate(0deg) scale(1);
    transition: transform 0.3s cubic-bezier(0, -0.05, 0.3, 1);
}

.crash-100x {
    width: 55.5%;
    height: 30%;
    top: 55.2%;
    left: 53.5%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 87 76' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='12.8956' y='16.8485' width='65.5208' height='35.046' rx='17.523' transform='rotate(6.36235 12.8956 16.8485)' fill='black' fill-opacity='0.48'/%3E%3Cpath d='M25.1749 42.4002L26.3253 32.0826L24.0145 32.4553L23.7503 30.6248L27.2137 29.9303L28.7435 30.1009L27.3452 42.6422L25.1749 42.4002ZM35.4596 43.7631C33.8467 43.5833 32.6103 42.8271 31.7503 41.4945C30.8916 40.15 30.5648 38.5587 30.7697 36.7205C30.9721 34.906 31.646 33.4383 32.7916 32.3173C33.9503 31.1858 35.3302 30.7093 36.9312 30.8878C38.5322 31.0663 39.7621 31.8278 40.6208 33.1723C41.4913 34.518 41.8247 36.1041 41.6211 37.9304C41.4188 39.7449 40.7382 41.2179 39.5795 42.3494C38.4339 43.4704 37.0606 43.9416 35.4596 43.7631ZM33.5456 40.2538C34.0433 41.1738 34.7666 41.6867 35.7153 41.7925C36.6641 41.8983 37.47 41.5619 38.1332 40.7834C38.8095 39.9943 39.219 38.9593 39.3619 37.6785C39.502 36.4214 39.3232 35.3329 38.8255 34.4129C38.329 33.481 37.6124 32.9629 36.6755 32.8584C35.7267 32.7526 34.9142 33.0943 34.2379 33.8834C33.5747 34.6619 33.1718 35.6916 33.029 36.9724C32.8888 38.2295 33.061 39.3233 33.5456 40.2538ZM48.3323 45.1985C46.7195 45.0186 45.483 44.2624 44.623 42.9298C43.7644 41.5854 43.4375 39.994 43.6425 38.1558C43.8448 36.3413 44.5188 34.8736 45.6643 33.7526C46.8231 32.6211 48.203 32.1446 49.804 32.3231C51.405 32.5017 52.6348 33.2631 53.4935 34.6076C54.364 35.9534 54.6975 37.5394 54.4938 39.3658C54.2915 41.1803 53.611 42.6533 52.4522 43.7848C51.3066 44.9058 49.9334 45.377 48.3323 45.1985ZM46.4183 41.6892C46.9161 42.6092 47.6393 43.1221 48.5881 43.2278C49.5368 43.3336 50.3428 42.9973 51.0059 42.2187C51.6822 41.4296 52.0918 40.3947 52.2346 39.1139C52.3748 37.8568 52.196 36.7682 51.6982 35.8482C51.2018 34.9164 50.4851 34.3982 49.5482 34.2938C48.5995 34.188 47.787 34.5296 47.1106 35.3187C46.4475 36.0972 46.0445 37.1269 45.9017 38.4077C45.7615 39.6648 45.9337 40.7586 46.4183 41.6892ZM55.3407 45.7638L59.3234 41.3811L56.5125 36.385L58.8607 36.6469L60.6858 39.9842L63.2012 37.1309L65.496 37.3867L61.6597 41.5876L64.591 46.7952L62.2429 46.5334L60.2972 42.9846L57.6355 46.0197L55.3407 45.7638Z' fill='white'/%3E%3C/svg%3E");
}

.crash-25x {
    width: 55.5%;
    height: 26%;
    top: 68%;
    left: 20%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 130.5 100.5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='7.37843' y='27.7758' width='108.435' height='58.0002' rx='29.0001' transform='rotate(-7.40826 7.37843 27.7758)' fill='black' fill-opacity='0.48'/%3E%3Cpath d='M40.92 63.0032L40.5495 60.1538L46.8461 53.2113C48.1374 51.8087 49.0062 50.6801 49.4528 49.8254C49.9163 48.9486 50.0895 48.0597 49.9724 47.159C49.845 46.1798 49.4312 45.4469 48.7305 44.9604C48.0275 44.4545 47.1962 44.2638 46.2366 44.3886C45.3357 44.5058 44.5548 44.8562 43.8939 45.44C43.2525 46.0212 42.5808 46.9052 41.8788 48.0918L38.5633 46.4265C39.4273 44.8007 40.3729 43.5725 41.4001 42.7419C42.4443 41.8892 43.8379 41.3495 45.5808 41.1228C47.5979 40.8606 49.3071 41.2159 50.7081 42.1889C52.109 43.1618 52.9306 44.5784 53.1724 46.4388C53.2768 47.2418 53.2732 47.9792 53.1613 48.6509C53.047 49.303 52.7785 49.995 52.3559 50.7272C51.9504 51.437 51.4894 52.0543 50.9733 52.5791C50.4741 53.0818 49.7701 53.8203 48.8613 54.7947L45.5895 59.1699L55.3716 57.8979L55.7836 61.0706L40.92 63.0032ZM66.4721 60.0393C63.5933 60.4136 60.9405 59.6931 58.5139 57.8777L60.4065 54.9731C62.3829 56.3889 64.2524 56.9822 66.015 56.7529C67.2488 56.5926 68.1957 56.141 68.8559 55.3979C69.5135 54.6353 69.771 53.7056 69.6284 52.6089C69.4934 51.5709 68.985 50.8007 68.1032 50.298C67.2383 49.7732 66.1793 49.5923 64.9261 49.7552C63.6919 49.9156 62.4684 50.3833 61.2548 51.1586L58.8939 50.0018L58.1712 39.8496L70.4502 38.253L70.8663 41.4547L61.7015 42.6467L62.0046 47.5062C63.0309 46.9745 64.0923 46.6374 65.1889 46.4948C67.2845 46.2223 69.0705 46.5576 70.5474 47.5008C72.0243 48.4439 72.9002 49.9729 73.1751 52.088C73.4477 54.1834 72.9617 55.9594 71.7171 57.4156C70.4922 58.8693 68.7438 59.7440 66.4721 60.0393ZM76.6511 58.3574L81.3263 49.7436L74.84 42.8202L78.7176 42.3161L82.9661 47.0614L86.3852 41.3841L89.6747 40.8914L84.6631 49.1552L91.9265 56.3712L88.0489 56.8753L83.5233 51.9374L80.1405 57.8646L76.6511 58.3574Z' fill='white'/%3E%3C/svg%3E");
}

.crash-100x,
.crash-25x {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s cubic-bezier(0, -0.05, 0.3, 1);
}

@media (min-width: 388px) and (max-width: 423px) {
    .crash-bg::before {
        top: 30%;
        left: -18%;
        transform: scale(0.85) translate3d(0, 0, 0);
    }

    .crash-bg::after {
        width: 80px;
        height: 60px;
        top: 40%;
        right: 20%;
        transform: scale(2) translate3d(0, 0, 0);
    }

    .crash-card:hover .crash-bg::before {
        transform: scale(0.7) translateY(5px) !important;
    }

    .crash-card:hover .crash-bg::after {
        transform: scale(2.2) translateX(-5px) translateY(5px) !important;
    }

    .crash-card:hover .crash-100x {
        transform: translate(-5px, 5px) !important;
    }

    .crash-card:hover .crash-25x {
        transform: translate(-15px, -10px) !important;
    }

    .crash-100x {
        width: 55.5%;
        height: 30%;
        top: 60.2%;
        left: 58.5%;
    }

    .crash-25x {
        width: 55.5%;
        height: 26%;
        top: 78%;
        left: 29%;
    }
}

@media (min-width: 424px) and (max-width: 768px) {
    .crash-bg::before {
        top: 30%;
        left: -15%;
        transform: scale(0.90) translate3d(0, 0, 0);
    }

    .crash-bg::after {
        transform: scale(2.2) translate3d(0, 0, 0);
    }
}

@media (min-width: 424px) and (max-width: 468px) {
    .crash-100x {
        top: 55.2%;
        left: 58.5%;
    }

    .crash-25x {
        top: 70%;
        left: 25%;
    }
}

@media (min-width: 469px) and (max-width: 469px) {
    .crash-100x {
        top: 60.2%;
        left: 50.5%;
    }

    .crash-25x {
        top: 68%;
        left: 20%;
    }
}

@media (min-width: 496px) and (max-width: 520px) {
    .crash-100x {
        top: 60.2%;
        left: 40.5%;
    }

    .crash-25x {
        top: 75%;
        left: 10%;
    }
}

@media (min-width: 539px) and (max-width: 539px) {
    .crash-bg::before {
        top: 40%;
        left: -15%;
        transform: scale(0.90) translate3d(0, 0, 0);
    }

    .crash-bg::after {
        top: 45%;
        right: 25%;
        transform: scale(2.35) translate3d(0, 0, 0);
    }

    .crash-bg::after::hover {
        transform: scale(2.47);
    }

    .crash-100x {
        width: 55.5%;
        height: 25%;
        top: 60.2%;
        left: 40.5%;
    }

    .crash-25x {
        width: 55.5%;
        height: 22%;
        top: 73%;
        left: 10%;
    }
}

@media (min-width: 540px) and (max-width: 554px) {
    .crash-bg::before {
        top: 40%;
        left: -15%;
        transform: scale(1.2) translate3d(0, 0, 0);
    }

    .crash-bg::after {
        top: 33.6%;
        right: 25%;
        transform: scale(2.35) translate3d(0, 0, 0);
    }

    .crash-card:hover .crash-bg::before {
        transform: scale(1) translateY(5px) !important;
    }

    .crash-card:hover .crash-bg::after {
        transform: scale(2.75) translateX(-5px) translateY(13px) !important;
    }

    .crash-100x {
        width: 55.5%;
        top: 58.2%;
        left: 45.5%;
    }

    .crash-25x {
        width: 55.5%;
        top: 70%;
        left: 5%;
    }
}

@media (min-width: 555px) and (max-width: 619px) {
    .crash-bg::before {
        top: 43%;
        left: -5%;
        transform: scale(1.2, 1.1) translate3d(0, 0, 0);
    }

    .crash-bg::after {
        top: 39.6%;
        right: 25%;
        transform: scale(2.4) translate3d(0, 0, 0);
    }

    .crash-card:hover .crash-bg::before {
        transform: scale(1) translateY(5px) !important;
    }

    .crash-card:hover .crash-bg::after {
        transform: scale(2.75) translateX(-5px) translateY(5px) !important;
    }

    .crash-100x {
        width: 55.5%;
        top: 58.2%;
        left: 40.5%;
    }

    .crash-25x {
        width: 55.5%;
        top: 68%;
        left: 5%;
    }
}

@media (min-width: 620px) and (max-width: 629px) {
    .crash-bg::before {
        top: 43%;
        left: -15%;
        transform: scale(1.3) translate3d(0, 0, 0);
    }

    .crash-bg::after {
        top: 30.6%;
        right: 25%;
        transform: scale(2.9) translate3d(0, 0, 0);
    }

    .crash-card:hover .crash-bg::before {
        transform: scale(1) translateY(5px) !important;
    }

    .crash-card:hover .crash-bg::after {
        transform: scale(3.1) translateX(-10px) translateY(15px) !important;
    }

    .crash-100x {
        width: 55.5%;
        top: 58.2%;
        left: 40.5%;
    }

    .crash-25x {
        width: 55.5%;
        top: 68%;
        left: 5%;
    }
}


@media (min-width: 630px) and (max-width: 685px) {
    .crash-bg::before {
        top: 43%;
        left: 5%;
        transform: scale(1.35, 1.2) translate3d(0, 0, 0);
    }

    .crash-bg::after {
        top: 38.6%;
        right: 30%;
        transform: scale(2.9) translate3d(0, 0, 0);
    }

    .crash-card:hover .crash-bg::before {
        transform: scale(1.15, 1.2) translateY(5px) !important;
    }

    .crash-card:hover .crash-bg::after {
        transform: scale(3.2) translateX(-5px) translateY(5px) !important;
    }

    .crash-100x {
        width: 55.5%;
        top: 55.2%;
        left: 45.5%;
    }

    .crash-25x {
        width: 55.5%;
        top: 70%;
        left: 0;
    }
}

@media (min-width: 686px) and (max-width: 796px) {
    .crash-bg::before {
        top: 50%;
        left: 10%;
        transform: scale(1.8, 1.5) translate3d(0, 0, 0);
    }

    .crash-bg::after {
        top: 30.6%;
        right: 30%;
        transform: scale(3.2) translate3d(0, 0, 0);
    }

    .crash-card:hover .crash-bg::before {
        transform: scale(1.3, 1.5) translateY(5px) !important;
    }

    .crash-card:hover .crash-bg::after {
        transform: scale(3.8) translateX(-5px) translateY(5px) !important;
    }

    .crash-100x {
        width: 55.5%;
        top: 45.2%;
        left: 50.5%;
    }

    .crash-25x {
        width: 55.5%;
        top: 65%;
        left: 15%;
    }
}



.crash-card:hover .crash-bg::before {
    transform: scale(0.85) translateY(5px);
}

.crash-card:hover .crash-bg::after {
    transform: scale(2.47) translateX(-5px) translateY(5px);
}

.crash-card:hover .crash-100x {
    transform: translate(5px, -8px);
}

.crash-card:hover .crash-25x {
    transform: translate(10px, 10px);
}

.crazy-shoot-bg {
    background: linear-gradient(156.69deg, #FF2425 -4.42%, #FAB623 90.83%);
}

.crazy-shoot-cards {
    width: 90%;
    height: 90%;
    top: 25%;
    left: 18%;
    background-image: url('/images/games/shoot/crazy-cards.png?v=1745313469');
    transform: scale(1.3) translateX(0px) rotate(-5deg);
    transform-origin: center center;
    z-index: 2;
}

.crazy-shoot-10x {
    width: 90%;
    height: 60%;
    top: 40%;
    left: 25%;
    background-image: url('/images/games/shoot/10x-shoot.png?v=1745313469');
    transform: translate(5px, 0px) scale(1.39);
    transform-origin: center center;
    z-index: 3;
}

.crazy-shoot-card:hover .crazy-shoot-cards {
    transform: scale(1.2) translateX(0px) rotate(-5deg);
}

.crazy-shoot-card:hover .crazy-shoot-10x {
    transform: translate(5px, 0px) scale(1.45);
}

.x100-bg {
    background: linear-gradient(133.59deg, #F64769 -0.48%, #B153D2 97.23%);
}

.x100-wheel {
    width: 120%;
    height: 88.2%;
    top: 21.6%;
    left: auto;
    background-image: url('/images/games/x100/roulette-img.png?v={{ time() }}');
    background-position: right center;
    transform: scale(1.1);
    z-index: 2;
}

.x100-arrow {
    width: 20%;
    height: 15%;
    top: 23%;
    right: 5%;
    left: auto;
    background-image: url('/images/games/x100/arrow-img.png?v={{ time() }}');
    transform: translate(0px, 0px) scale(1);
    z-index: 3;
}

.x100-card:hover .x100-wheel {
    transform: scale(0.99);
}

.x100-card:hover .x100-arrow {
    transform: translateY(26.66%) scale(1.2);
}

.coinflip-bg {
    background: linear-gradient(153.73deg, #459321 10.8%, #A8E063 73.35%);
}

.coinflip-gold {
    width: 80%;
    height: 72%;
    top: 39.2%;
    background-image: url('/images/games/coin/coin-gold.png?v={{ time() }}');
    transform: translate(0px, 0px) rotate(-6.74deg) scale(1);
    z-index: 3;
}

.coinflip-silver {
    width: 69.4%;
    height: 56.9%;
    top: 27.5%;
    right: -18%;
    left: auto;
    background-image: url('/images/games/coin/coin-silver.png?v={{ time() }}');
    transform: translateY(0px);
    z-index: 2;
}

.coinflip-card:hover .coinflip-gold {
    transform: translate(-10px, -12px) rotate(-6.74deg) scale(0.97);
}

.coinflip-card:hover .coinflip-silver {
    transform: translateY(15px);
}

.blackjack-bg {
    background: linear-gradient(154.47deg, #2C3E50 3.17%, #4CA1AF 81.12%);
}

.blackjack-heart {
    width: 50%;
    height: 62.7%;
    top: 50%;
    left: 65%;
    background-image: url('/images/games/blackjack/card-heart.png?v=1745275592');
    transform: translate(0px, 0px) rotate(0deg);
    z-index: 2;
}

.blackjack-spade {
    width: 85%;
    height: 68.6%;
    top: 45%;
    left: 25%;
    background-image: url('/images/games/blackjack/card-spade.png?v=1745275592');
    transform: translate(0px, 0px) rotate(-8deg) scale(1);
    z-index: 3;
}

.blackjack-card:hover .blackjack-spade {
    transform: translate(-7%, -5%) rotate(3deg);
}

.blackjack-card:hover .blackjack-heart {
    transform: translateX(8%);
}


.x30-bg {
    background: linear-gradient(133.59deg, #F64769 -0.48%, #B153D2 97.23%);
}

.x30-wheel {
    width: 120%;
    height: 88.2%;
    top: 21.6%;
    left: auto;
    background-image: url('/images/games/x30/roulette-x30.png?v={{ time() }}');
    background-position: right center;
    transform: scale(1.1);
    z-index: 2;
}

.x30-arrow {
    width: 20%;
    height: 15%;
    top: 23%;
    right: 5%;
    left: auto;
    background-image: url('/images/games/x30/arrow-x30.png?v={{ time() }}');
    transform: scale(1);
    z-index: 3;
}

.x30-card:hover .x30-wheel {
    transform: scale(0.99);
}

.x30-card:hover .x30-arrow {
    transform: translateY(26.66%) scale(1.2);
}

@media (max-width: 768px) {
    .games_mini-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 11px !important;
    }

    .card {
        width: auto !important;
        margin-right: 0 !important;
        flex: none;
        height: auto !important;
        aspect-ratio: 209 / 255;
        padding: 20px 0 0 15px;
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        cursor: pointer;
        box-sizing: border-box;
    }

    .games_mini__header {
        justify-content: center;
    }

    .games_mini-nav {
        display: none;
    }
}

@media (max-width: 575px) {
    .card {
        height: 210px;
        padding: 25px 0 0 15px;
        border-radius: 20px;
    }
}

@media (max-width: 475px) {
    .card {
        height: 200px;
        padding: 22px 0 0 15px;
        border-radius: 20px;
    }
}

@media (max-width: 375px) {
    .card {
        height: 180px;
        padding: 20px 0 0 12px;
    }

    .games__item-text span {
        font-size: 14px;
    }
}

.pumpit-bg {
    background: linear-gradient(150.6deg, #A938FF 17.35%, #FFB200 98.83%);
}

.pumpit-ball {
    position: absolute;
    width: 85%;
    height: 90%;
    top: 20%;
    left: -3%;
    background-image: url('/images/games/pumpit/ball.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1) translateZ(0);
    transition: transform 0.3s ease-out;
    will-change: transform;
    backface-visibility: hidden;
    z-index: 2;
}

.pumpit-pump {
    position: absolute;
    width: 70%;
    height: 70%;
    bottom: -8%;
    right: -18%;
    background-image: url('/images/games/pumpit/pump.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    transform: scale(1) translateZ(0);
    transition: transform 0.3s ease-out;
    will-change: transform;
    backface-visibility: hidden;
    z-index: 3;
}

.pumpit-card:hover .pumpit-ball {
    transform: scale(1.10) translateZ(0);
}

.pumpit-card:hover .pumpit-pump {
    transform: scale(0.9) translate(-10px, 10px) translateZ(0);
}
.auth-link {
    color: #fff;
    cursor: pointer;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.auth-link:hover {
    color: #4f7dff;
    opacity: 0.9;
}

.password-tooltip {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: max-content;
    max-width: 100%;
    background: rgba(23, 27, 40, 1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 12px;
    padding: 15px;
    font-size: 13px;
    color: #fff;
    z-index: 1000;
    animation: fadeInTooltip 0.3s ease;
}

@keyframes fadeInTooltip {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.password-tooltip ul {
    margin: 0;
    padding-left: 15px;
    list-style: none !important;
}

.password-tooltip li {
    color: #7486B7;
    margin-bottom: 4px;
    position: relative;
    padding-left: 10px;
}

.password-tooltip li::before {
    content: "•";
    position: absolute;
    left: -10px;
    top: -1px;
    font-size: 20px;
    line-height: 16px;
    color: #7486B7;
}

.password-tooltip li:last-child {
    margin-bottom: 0;
}

.password-tooltip li.valid {
    color: #4CAF50;
}

.password-tooltip li.valid::before {
    color: #4CAF50;
}