.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.delay-1s {
    animation-delay: 1s
}

.animated.delay-2s {
    animation-delay: 2s
}

.animated.delay-3s {
    animation-delay: 3s
}

.animated.delay-4s {
    animation-delay: 4s
}

.animated.delay-5s {
    animation-delay: 5s
}

.animated.fast {
    animation-duration: .8s
}

.animated.faster {
    animation-duration: .5s
}

.animated.slow {
    animation-duration: 2s
}

.animated.slower {
    animation-duration: 3s
}

@media (prefers-reduced-motion:reduce),
(print) {
    .animated {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 1ms !important
    }
}

@keyframes flipInY {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }

    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        opacity: 1;
        transform: perspective(400px) rotateY(10deg)
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    animation-name: flipInY;
    backface-visibility: visible !important
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%
}

body,
html {
    -webkit-text-size-adjust: 100%
}

body {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0
}

body,
body * {
    box-sizing: border-box
}

body * {
    -webkit-tap-highlight-color: transparent
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

a[tabindex] {
    cursor: pointer
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 600
}

dfn {
    font-style: italic
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-transform: none
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

svg {
    pointer-events: none
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: border-box;
    height: 0
}

pre {
    margin: 0;
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
    outline: none
}

button {
    overflow: visible
}

button:focus {
    outline: none
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    border-radius: 0;
    line-height: normal
}

.Safari.no-touch input {
    text-indent: 1px
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: border-box
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

ol,
ul {
    list-style: none
}

ol,
p,
ul {
    margin: 0;
    padding: 0
}

[class*=js-],
[class^=js-] {
    -webkit-tap-highlight-color: transparent
}

:focus {
    outline: none
}

:root {
    --white: #fff;
    --white-500: #f8f8f8;
    --white-p-80: hsla(0, 0%, 100%, .8);
    --white-p-70: hsla(0, 0%, 100%, .7);
    --white-p-60: hsla(0, 0%, 100%, .6);
    --white-p-50: hsla(0, 0%, 100%, .5);
    --white-p-40: hsla(0, 0%, 100%, .4);
    --white-p-30: hsla(0, 0%, 100%, .3);
    --white-p-20: hsla(0, 0%, 100%, .2);
    --white-p-12: hsla(0, 0%, 100%, .12);
    --white-p-14: hsla(0, 0%, 100%, .14);
    --white-p-10: hsla(0, 0%, 100%, .1);
    --white-p-01: hsla(0, 0%, 100%, .01);
    --white-p-0: hsla(0, 0%, 100%, 0);
    --white-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0%, var(--white) 100%);
    --white-gradient-search: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0%, var(--white) 100%);
    --white-gradient-search-left: linear-gradient(-90deg, hsla(0, 0%, 100%, 0) 0%, var(--white) 100%);
    --dark-gradient-search: linear-gradient(90deg, rgba(20, 34, 69, 0), #142245);
    --dark-gradient-search-left: linear-gradient(-90deg, rgba(20, 34, 69, 0), #142245);
    --skeleton-gradient: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0%, var(--white) 52.81%, hsla(0, 0%, 100%, 0) 100%);
    --dark-red-400: rgba(255, 76, 0, .4);
    --black-2: #0d1730;
    --black-2-p-0: rgba(13, 23, 48, 0);
    --black-500: #000;
    --black-500-p-70: rgba(0, 0, 0, .7);
    --black-500-p-50: rgba(0, 0, 0, .5);
    --black-500-p-30: rgba(0, 0, 0, .3);
    --black-500-p-25: rgba(0, 0, 0, .25);
    --black-500-p-20: rgba(0, 0, 0, .2);
    --black-500-p-10: rgba(0, 0, 0, .1);
    --black-500-p-0: transparent;
    --gray-2: #f2f2f2;
    --gray-500: #38445b;
    --gray-500-p-60: rgba(56, 68, 91, .6);
    --gray-500-p-40: rgba(56, 68, 91, .4);
    --gray-500-p-20: rgba(56, 68, 91, .2);
    --gray-500-p-30: rgba(56, 68, 91, .3);
    --gray-500-p-15: rgba(56, 68, 91, .15);
    --gray-500-p-18: rgba(56, 68, 91, .18);
    --gray-500-p-12: rgba(56, 68, 91, .12);
    --gray-500-p-08: rgba(56, 68, 91, .08);
    --gray-500-p-08-hex-operations: #f0f0f2;
    --gray-500-p-08-hex-msp: #e6e7e9;
    --gray-500-p-6: rgba(56, 68, 91, .06);
    --gray-400: #7c879d;
    --gray-400-p-50: rgba(124, 135, 157, .5);
    --gray-shadow: rgba(65, 65, 65, .15);
    --gray-300: #05060a;
    --orange-600: #dc4200;
    --orange-500: #ff4c00;
    --orange-500-p-20: rgba(255, 76, 0, .2);
    --orange-500-p-10: rgba(255, 76, 0, .1);
    --orange-300: #ff5c16;
    --oragne-radial-gradient: radial-gradient(100% 100% at 50% 100%, #ff9737 28.9%, #ff0f00 100%);
    --oragne-linear-gradient: linear-gradient(270deg, rgba(255, 195, 106, 0), #ffc56d, rgba(255, 193, 99, 0));
    --orange-75: rgba(223, 126, 85, .75);
    --orange-odometer-digit: #ffcc56;
    --blue-shadow: 0 3px 7px 0 rgba(14, 92, 244, .6);
    --blue-400: #216dd3;
    --blue-500: #007afe;
    --blue-500-p-30: rgba(0, 122, 254, .3);
    --blue-500-p-20: rgba(0, 122, 254, .2);
    --blue-500-p-20-hex: #14346b;
    --blue-500-p-10: rgba(0, 122, 254, .1);
    --blue-500-p-8: rgba(0, 122, 254, .08);
    --blue-600: #d7f5ff;
    --blue-700: #1a73e9;
    --blue-800-p-50: rgba(14, 92, 244, .5);
    --blue-dark: #10336a;
    --blue-dark-500: #06112e;
    --blue-dark-600: #172547;
    --blue-dark-500-gradient: linear-gradient(180deg, rgba(6, 17, 46, 0) 0%, var(--blue-dark-500) 100%);
    --blue-dark-450: #101c3a;
    --blue-dark-450-gradient: linear-gradient(180deg, rgba(16, 28, 58, 0) 0%, var(--blue-dark-450) 100%);
    --blue-dark-400: #142245;
    --blue-dark-300: #192b59;
    --blue-dark-300-gradient: linear-gradient(180deg, rgba(36, 44, 77, 0) 0%, var(--blue-dark-300) 100%);
    --blue-dark-opacity: rgba(31, 147, 255, .08);
    --blue-radial-gradient: radial-gradient(135.26% 135.23% at 49.59% 135.23%, #44d2ff 28.9%, #006ee4 100%, #005abb 0);
    --blue: #0019ff;
    --blue-2: #0013c6;
    --blue-3: #1b3679;
    --blue-dark-gradient-search: linear-gradient(270deg, var(--blue-dark-400) 11.64%, rgba(20, 34, 69, 0) 64.29%);
    --blue-purple-dark: #17172a;
    --pink500: #ff01f5;
    --purple-gradient: linear-gradient(180deg, rgba(210, 32, 171, 0), #690083 50.52%);
    --apricot-500: #ea8c00;
    --yellow-500: #fff27e;
    --yellow-500-p-60: rgba(255, 242, 126, .6);
    --green-500: #01c095;
    --green-alt-500: #00b929;
    --red-500: #ff2448;
    --red-500-p-6: rgba(255, 36, 72, .06);
    --red-500-p-60: rgba(255, 36, 72, .6);
    --red: #eb001b;
    --red-2: #ca0017;
    --yandex-bg: #ec1717;
    --mailru-bg: #1b6bed;
    --vkontakte-bg: #1b7ae8;
    --telegram-bg: #34aadf;
    --odnoklassniki-bg: #f0972f;
    --jackpot-gradient: linear-gradient(180deg, #ffe9ff, #fff 27.99%, #fff 78.38%, #fffbf0);
    --contests-shadow: 0 32px 60px 0 rgba(248, 118, 153, .3);
    --basic-status: radial-gradient(55.28% 100.3% at 50% -2.8%, rgba(1, 192, 149, .5) 12.92%, rgba(1, 192, 149, .19) 54.75%, rgba(1, 191, 149, 0) 84.87%);
    --prestige-status: radial-gradient(55.28% 100.3% at 50% -2.8%, rgba(255, 0, 56, .41) 12.92%, rgba(254, 62, 104, .14) 54.75%, rgba(254, 62, 104, 0) 84.87%);
    --elite-status: radial-gradient(55.28% 100.3% at 50% -2.8%, rgba(189, 0, 255, .38) 12.92%, rgba(239, 62, 254, .14) 54.75%, rgba(254, 62, 104, 0) 84.87%);
    --supreme-status: radial-gradient(55.28% 100.3% at 50% -2.8%, rgba(0, 122, 254, .5) 12.92%, rgba(0, 122, 254, .17) 54.75%, rgba(254, 62, 104, 0) 84.87%);
    --place-1-bg: #ffe7ac;
    --place-2-bg: #ebebeb;
    --place-3-bg: #ffeee7;
    --msp-cancel-deposit-image-light: radial-gradient(43.28% 9.68% at 50% 91.04%, #b6b6b6 0%, var(--white-p-0) 100%);
    --msp-cancel-deposit-image-dark: radial-gradient(43.28% 9.68% at 50% 91.04%, #000f33 0%, rgba(0, 15, 51, 0) 100%);
    --msp-notification-gradient: linear-gradient(90deg, #18ff8c, #ff8b48 33%, #18ff8c 66%, #ff8b48);
    --drop-down-shadow: 0 8px 20px 0 rgba(0, 0, 0, .25), 0 1px 1px 0 hsla(0, 0%, 100%, .15) inset;
    --inner-shadow: 0 1px 1px 0 hsla(0, 0%, 100%, .15) inset;
    --inner-shadow-second: 0 2px 1px 0 hsla(0, 0%, 100%, .1) inset;
    --inner-shadow-card: 0 1px 2px 0 hsla(0, 0%, 100%, .15) inset;
    --tags-and-small-white-card: 0 20px 40px 0 rgba(0, 0, 0, .15);
    --card-play-shadow: drop-shadow(1px 3px 4px rgba(0, 0, 0, .4));
    --text-shadow: 0 7px 18px rgba(0, 0, 0, .25);
    --bonus-title-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    --light-gray-shadow: 0 10px 20px 0 rgba(0, 0, 0, .25);
    --light-gray-shadow-second: 0 8px 20px 0 rgba(0, 0, 0, .25);
    --background-clip-text: linear-gradient(0deg, #bababa, #fbfbfb 80%, #fff 99%);
    --background-clip-accent-text: linear-gradient(180deg, #19ffa7 46%, #009141);
    --bonuses-flame-bg-gradient: radial-gradient(50% 50% at 50% 50%, #cf5a00 0%, #3f0001 100%);
    --container-left-shadow: linear-gradient(90deg, #12161d 51%, rgba(18, 22, 29, 0) 93%);
    --orange-light-shadow: 0 4px 6px 0 rgba(255, 76, 0, .3);
    --green-light-shadow: 0 4px 12px 0 rgba(2, 182, 159, .7);
    --yellow-light-shadow: 0 3px 7px 0 rgba(255, 242, 126, .6);
    --red-light-shadow: 0 3px 7px 0 rgba(255, 36, 72, .6);
    --blue-light-shadow: 0 3px 7px 0 rgba(14, 92, 244, .6);
    --light-gray-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1);
    --gray-shadow: 0 4px 7px 0 rgba(0, 0, 0, .15);
    --tab-bar-shadow: 0 -6px 28px 0 rgba(0, 0, 0, .15);
    --small-gray-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15);
    --drop-shadow: 0 11px 14px 0 rgba(0, 0, 0, .2);
    --big-notification-shadow: 0 -6px 28px 0 rgba(0, 0, 0, .1);
    --promocard: 0 5px 28px 0 rgba(0, 0, 0, .1);
    --content-shadow: 0 16px 40px 0 rgba(56, 68, 91, .06);
    --font-inter: "Inter", sans-serif;
    --font-unbounded: "Unbounded", sans-serif;
    --menu-burger-width: 60px;
    --menu-burger-width-opened: var(--sidebar-left);
    --content-width: 100%;
    --top-bar-height: 64px;
    --top-bar-layer: 100;
    --header-height: var(--top-bar-height);
    --window-gap: 8px;
    --back-title-height: calc(40px + var(--spacings-s));
    --bottom-menu-height: 60px;
    --bottom-sheet-max-width: 600px;
    --menu-burger-bottom-bar-hegiht: 60px;
    --main-container-max-width: 1508px;
    --game-sidebar-width: 288px;
    --gradient-tokens-backgrounds-d: linear-gradient(90deg, rgba(38, 73, 37, .36) 46%, rgba(18, 22, 29, .7));
    --gradient-tokens-backgrounds-h: linear-gradient(180deg, #19ffa7 46%, #009141);
    --gradient-tokens-backgrounds-h-70: linear-gradient(180deg, #52f8b8 46%, #19a759);
    --gradient-tokens-backgrounds-h-50: linear-gradient(180deg, rgba(25, 255, 167, .3) 46%, rgba(0, 145, 65, .3));
    --gradient-tokens-backgrounds-k: linear-gradient(180deg, #ff8b48 46%, #ff1433);
    --gradient-tokens-backgrounds-k-70: linear-gradient(180deg, #ff8137 46%, #ff1a38);
    --gradient-tokens-backgrounds-k-50: linear-gradient(180deg, rgba(255, 139, 72, .3) 46%, rgba(255, 20, 51, .3));
    --gradient-tokens-backgrounds-l: linear-gradient(180deg, #ff8b48 46%, #ff1433);
    --gradient-tokens-backgrounds-m: linear-gradient(63deg, #ff9253 48%, #d73b2a 103%);
    --gradient-tokens-backgrounds-i: linear-gradient(0deg, #bababa, #fbfbfb 80%, #fff 99%);
    --gradient-tokens-border-d: linear-gradient(180deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .03) 50%);
    --gradient-tokens-border-g: linear-gradient(180deg, rgba(51, 119, 251, .2), rgba(51, 119, 251, .03) 50%);
    --gradient-tokens-border-h: linear-gradient(180deg, rgba(113, 236, 111, .2), rgba(113, 236, 111, .03));
    --gradient-tokens-border-f: linear-gradient(180deg, rgba(243, 124, 55, .2), rgba(243, 124, 55, .03));
    --gradient-tokens-border-k: linear-gradient(180deg, #ff8b48 46%, #ff1433);
    --gradient-global-accent-a: linear-gradient(180deg, var(--colors-global-accent-a) 50%, var(--colors-global-accent-a) 100%);
    --gradient-backgrounds-a: linear-gradient(180deg, var(--backgrounds-a) 50%, var(--backgrounds-a) 100%);
    --gradient-backgrounds-a-70: linear-gradient(180deg, var(--backgrounds-a-70) 50%, var(--backgrounds-a-70) 100%);
    --gradient-backgrounds-f: linear-gradient(180deg, var(--backgrounds-f) 50%, var(--backgrounds-f) 100%);
    --gradient-backgrounds-g: linear-gradient(180deg, var(--backgrounds-g) 50%, var(--backgrounds-g) 100%);
    --gradient-base-no-color: linear-gradient(180deg, var(--colors-base-no-color) 50%, var(--colors-base-no-color) 100%);
    --gradient-base-white-10: linear-gradient(180deg, var(--colors-base-white-10) 50%, var(--colors-base-white-10) 100%);
    --gradient-input-bg-active: linear-gradient(180deg, var(--input-bg-active) 50%, var(--input-bg-active) 100%);
    --gradient-welcome-bonus-bg: linear-gradient(90deg, #ff8400, #fa331d);
    --gradient-sport-bonus-bg: linear-gradient(90deg, #0c80df, #123cf7);
    --gradient-referrals-banner: radial-gradient(50% 50% at 50% 50%, #00c2cf 0%, #02003f 100%);
    --gradient-purple-blue: radial-gradient(50% 50% at 50% 50%, #5600cf 0%, #14003f 100%);
    --gradient-status-blue: linear-gradient(180deg, rgba(80, 140, 255, .2), rgba(80, 140, 255, .03) 50%);
    --gradient-status-purple: linear-gradient(180deg, rgba(167, 78, 255, .2), rgba(167, 78, 255, .03) 50%);
    --colors-base-black: #000;
    --colors-base-black-1000: #12161d;
    --colors-base-black-1000-60: rgba(18, 22, 29, .6);
    --colors-base-black-1000-70: rgba(18, 22, 29, .7);
    --colors-base-black-500: #2e3b54;
    --colors-base-black-500-50: rgba(46, 59, 84, .5);
    --colors-base-black-600: #232e3f;
    --colors-base-black-600-50: rgba(35, 46, 63, .5);
    --colors-base-black-700: #0e1015;
    --colors-base-black-700-70: rgba(14, 16, 21, .7);
    --colors-base-black-750: #05101f;
    --colors-base-black-800: #1c222f;
    --colors-base-black-900: #181e29;
    --colors-base-black-900-20: rgba(24, 30, 41, .2);
    --colors-base-black-900-70: rgba(24, 30, 41, .7);
    --colors-base-black-900-90: rgba(24, 30, 41, .9);
    --colors-base-no-color: hsla(0, 0%, 93%, 0);
    --colors-base-white-1: hsla(0, 0%, 100%, .01);
    --colors-base-white-4: hsla(0, 0%, 100%, .04);
    --colors-base-white-10: hsla(0, 0%, 100%, .1);
    --colors-base-white-12: hsla(0, 0%, 100%, .12);
    --colors-base-white-14: hsla(0, 0%, 100%, .14);
    --colors-base-white-25: hsla(0, 0%, 100%, .25);
    --colors-base-white-30: hsla(0, 0%, 100%, .3);
    --colors-base-white-50: hsla(0, 0%, 100%, .5);
    --colors-base-white-60: hsla(0, 0%, 100%, .6);
    --colors-base-white-70: hsla(0, 0%, 100%, .7);
    --colors-base-white-75: hsla(0, 0%, 100%, .75);
    --colors-base-white-a: #fff;
    --colors-base-750: #05101f;
    --colors-global-accent-a: #18ff8c;
    --colors-global-accent-b: #ff8f18;
    --colors-global-accent-c: #508cff;
    --colors-global-accent-d: #ff64e2;
    --colors-global-accent-e: #129353;
    --colors-global-accent-f: #a74eff;
    --colors-system-error: #ff2e82;
    --colors-system-error-70: rgba(255, 46, 130, .7);
    --colors-system-success: #18ff8c;
    --colors-system-warning: #ff8f18;
    --color-statuses-text-warning: #f90;
    --color-statuses-text-approved: #00b65e;
    --color-statuses-text-expired: hsla(0, 0%, 100%, .6);
    --color-statuses-text-canceled: #ff2156;
    --color-bonus-bg: #170612;
    --backgrounds-a: var(--colors-base-black-1000);
    --backgrounds-a-70: var(--colors-base-black-1000-70);
    --backgrounds-b: var(--colors-base-black-900);
    --backgrounds-b-20: var(--colors-base-black-900-20);
    --backgrounds-b-70: var(--colors-base-black-900-70);
    --backgrounds-c: var(--colors-base-black-800);
    --backgrounds-d: var(--colors-base-black-700);
    --backgrounds-d-70: var(--colors-base-black-700-70);
    --backgrounds-e: var(--colors-base-white-a);
    --backgrounds-e-4: var(--colors-base-white-4);
    --backgrounds-f: var(--colors-base-black-500);
    --backgrounds-g: var(--colors-base-black-600);
    --backgrounds-g-50: var(--colors-base-black-600-50);
    --backgrounds-k: var(--colors-base-black-600-50);
    --backgrounds-l: var(--colors-base-no-color);
    --backgrounds-m: var(--colors-base-no-color);
    --backgrounds-n: var(--colors-global-accent-a);
    --border-a: var(--colors-base-white-10);
    --border-b: var(--colors-base-no-color);
    --border-c: var(--colors-base-no-color);
    --border-d: var(--colors-base-no-color);
    --border-f: var(--colors-base-no-color);
    --border-g: var(--colors-base-no-color);
    --buttons-icon-primary-bg-default: var(--colors-base-white-a);
    --buttons-icon-primary-bg-disable: var(--colors-base-white-4);
    --buttons-icon-primary-bg-hover: var(--colors-base-white-a);
    --buttons-icon-primary-icon-default: var(--colors-base-black-1000);
    --buttons-icon-primary-icon-disable: var(--colors-base-white-30);
    --buttons-icon-primary-icon-hover: var(--colors-base-black-500);
    --buttons-icon-secondary-a-bg-default: var(--colors-base-black-500);
    --buttons-icon-secondary-a-bg-disable: var(--colors-base-black-500-50);
    --buttons-icon-secondary-a-bg-hover: var(--colors-base-black-600);
    --buttons-icon-secondary-a-icon-default: var(--colors-base-white-a);
    --buttons-icon-secondary-a-icon-disable: var(--colors-base-white-30);
    --buttons-icon-secondary-a-icon-hover: var(--colors-base-white-a);
    --buttons-icon-secondary-b-bg-default: var(--colors-base-black-600);
    --buttons-icon-secondary-b-bg-disable: var(--colors-base-black-600-50);
    --buttons-icon-secondary-b-bg-hover: var(--colors-base-black-700);
    --buttons-icon-secondary-b-border-default: var(--colors-base-no-color);
    --buttons-icon-secondary-b-border-disable: var(--colors-base-no-color);
    --buttons-icon-secondary-b-border-hover: var(--colors-base-no-color);
    --buttons-icon-secondary-b-icon-default: var(--colors-base-white-a);
    --buttons-icon-secondary-b-icon-disable: var(--colors-base-white-30);
    --buttons-icon-secondary-b-icon-hover: var(--colors-base-white-a);
    --buttons-icon-secondary-c-bg-active: var(--colors-base-white-4);
    --buttons-icon-secondary-c-bg-default: var(--colors-base-no-color);
    --buttons-icon-secondary-c-bg-hover: var(--colors-base-white-4);
    --buttons-icon-secondary-c-icon-active: var(--colors-base-white-a);
    --buttons-icon-secondary-c-icon-default: var(--colors-base-white-50);
    --buttons-icon-secondary-c-icon-hover: var(--colors-base-white-50);
    --buttons-icon-secondary-d-bg-active: var(--colors-base-black-600);
    --buttons-icon-secondary-d-bg-default: var(--colors-base-no-color);
    --buttons-icon-secondary-d-bg-hover: var(--colors-base-black-600-50);
    --buttons-icon-secondary-d-icon-active: var(--colors-base-white-a);
    --buttons-icon-secondary-d-icon-default: var(--colors-base-white-a);
    --buttons-icon-secondary-d-icon-hover: var(--colors-base-white-a);
    --buttons-primary-a-bg-default: var(--colors-base-no-color);
    --buttons-primary-a-bg-disable: var(--colors-base-no-color);
    --buttons-primary-a-bg-hover: var(--colors-base-no-color);
    --buttons-primary-a-icon-default: var(--colors-base-black-1000);
    --buttons-primary-a-icon-disable: var(--colors-base-black-1000-60);
    --buttons-primary-a-icon-hover: var(--colors-base-black-1000);
    --buttons-primary-a-text-default: var(--colors-base-black-1000);
    --buttons-primary-a-text-disable: var(--colors-base-black-1000-60);
    --buttons-primary-a-text-hover: var(--colors-base-black-1000);
    --buttons-primary-b-bg-default: var(--colors-base-no-color);
    --buttons-primary-b-bg-disable: var(--colors-base-no-color);
    --buttons-primary-b-bg-hover: var(--colors-base-no-color);
    --buttons-primary-b-icon-default: var(--colors-base-white-a);
    --buttons-primary-b-icon-disable: var(--colors-base-white-50);
    --buttons-primary-b-icon-hover: var(--colors-base-white-a);
    --buttons-primary-b-text-default: var(--colors-base-white-a);
    --buttons-primary-b-text-disable: var(--colors-base-white-30);
    --buttons-primary-b-text-hover: var(--colors-base-white-a);
    --buttons-secondary-a-bg-default: var(--colors-base-black-500);
    --buttons-secondary-a-bg-disable: var(--colors-base-black-500-50);
    --buttons-secondary-a-bg-hover: var(--colors-base-black-600);
    --buttons-secondary-a-icon-default: var(--colors-base-white-a);
    --buttons-secondary-a-icon-disable: var(--colors-base-white-30);
    --buttons-secondary-a-icon-hover: var(--colors-base-white-a);
    --buttons-secondary-a-text-default: var(--colors-base-white-a);
    --buttons-secondary-a-text-disable: var(--colors-base-white-30);
    --buttons-secondary-a-text-hover: var(--colors-base-white-a);
    --buttons-secondary-b-bg-default: var(--colors-base-black-600);
    --buttons-secondary-b-bg-disable: var(--colors-base-black-600-50);
    --buttons-secondary-b-bg-hover: var(--colors-base-black-800);
    --buttons-secondary-b-icon-default: var(--colors-base-white-a);
    --buttons-secondary-b-icon-disable: var(--colors-base-white-30);
    --buttons-secondary-b-icon-hover: var(--colors-base-white-a);
    --buttons-secondary-b-text-default: var(--colors-base-white-a);
    --buttons-secondary-b-text-disable: var(--colors-base-white-30);
    --buttons-secondary-b-text-hover: var(--colors-base-white-a);
    --buttons-secondary-c-bg-active: var(--colors-base-black-600);
    --buttons-secondary-c-bg-default: var(--colors-base-black-1000-70);
    --buttons-secondary-c-bg-disable: var(--colors-base-black-1000-60);
    --buttons-secondary-c-bg-hover: var(--colors-base-black-1000);
    --buttons-secondary-c-border-active: var(--colors-base-no-color);
    --buttons-secondary-c-border-default: var(--colors-base-no-color);
    --buttons-secondary-c-border-disable: var(--colors-base-no-color);
    --buttons-secondary-c-border-hover: var(--colors-base-no-color);
    --buttons-secondary-c-icon-active: var(--colors-base-white-a);
    --buttons-secondary-c-icon-default: var(--colors-base-white-a);
    --buttons-secondary-c-icon-disable: var(--colors-base-white-30);
    --buttons-secondary-c-icon-hover: var(--colors-base-white-a);
    --buttons-secondary-c-text-active: var(--colors-base-white-a);
    --buttons-secondary-c-text-default: var(--colors-base-white-a);
    --buttons-secondary-c-text-disable: var(--colors-base-white-30);
    --buttons-secondary-c-text-hover: var(--colors-base-white-a);
    --checkbox-bg-active-default: var(--colors-base-no-color);
    --checkbox-bg-active-hover: var(--colors-base-no-color);
    --checkbox-bg-error: var(--colors-base-black-500-50);
    --checkbox-bg-inactive-default: var(--colors-base-black-500);
    --checkbox-bg-inactive-hover: var(--colors-base-black-500-50);
    --checkbox-icon-active-default: var(--colors-base-white-a);
    --checkbox-icon-active-hover: var(--colors-base-white-70);
    --checkbox-stroke-active-default: var(--colors-base-no-color);
    --checkbox-stroke-active-hover: var(--colors-base-no-color);
    --checkbox-stroke-error: var(--colors-system-error);
    --checkbox-stroke-inactive-default: var(--colors-base-no-color);
    --checkbox-stroke-inactive-hover: var(--colors-base-white-30);
    --icons-a: var(--colors-base-white-a);
    --icons-a-disable: var(--colors-base-white-50);
    --icons-b: var(--colors-base-black-1000);
    --icons-b-disable: var(--colors-base-black-1000-60);
    --icons-c: var(--colors-global-accent-a);
    --input-bg-active: var(--colors-base-black-1000);
    --input-bg-default: var(--colors-base-black-1000);
    --input-bg-disable: var(--colors-base-black-1000-60);
    --input-bg-error: var(--colors-base-black-1000);
    --input-bg-filled: var(--colors-base-black-1000);
    --input-bg-hover: var(--colors-base-black-1000-70);
    --input-border-active: var(--colors-base-white-30);
    --input-border-default: var(--colors-base-white-10);
    --input-border-disable: var(--colors-base-white-4);
    --input-border-error: var(--colors-base-white-10);
    --input-border-filled: var(--colors-base-white-10);
    --input-border-hover: var(--colors-base-white-10);
    --input-border-special-active: var(--colors-base-no-color);
    --input-icon-left-active: var(--colors-base-white-a);
    --input-icon-left-default: var(--colors-base-white-50);
    --input-icon-left-disable: var(--colors-base-white-50);
    --input-icon-left-error: var(--colors-system-error);
    --input-icon-left-filled: var(--colors-base-white-50);
    --input-icon-left-hover: var(--colors-base-white-a);
    --input-icon-right-active: var(--colors-base-white-a);
    --input-icon-right-default: var(--colors-base-white-a);
    --input-icon-right-disable: var(--colors-base-white-50);
    --input-icon-right-error: var(--colors-base-white-a);
    --input-icon-right-filled: var(--colors-base-white-a);
    --input-icon-right-hover: var(--colors-base-white-a);
    --input-label-active: var(--colors-base-white-50);
    --input-label-default: var(--colors-base-white-50);
    --input-label-disable: var(--colors-base-white-50);
    --input-label-error: var(--colors-base-white-50);
    --input-label-filled: var(--colors-base-white-50);
    --input-label-hover: var(--colors-base-white-70);
    --input-text-active: var(--colors-base-white-a);
    --input-text-default: var(--colors-base-white-50);
    --input-text-disable: var(--colors-base-white-50);
    --input-text-error: var(--colors-system-error);
    --input-text-filled: var(--colors-base-white-a);
    --input-text-hover: var(--colors-base-white-a);
    --link-default: var(--colors-global-accent-a);
    --link-hover: var(--colors-global-accent-e);
    --selector-item-a-bg-active: var(--colors-base-black-600);
    --selector-item-a-bg-default: var(--colors-base-no-color);
    --selector-item-a-bg-hover: var(--colors-base-black-600-50);
    --selector-item-a-counter-active: var(--colors-base-white-b);
    --selector-item-a-counter-default: var(--colors-base-white-a);
    --selector-item-a-counter-hover: var(--colors-base-white-b);
    --selector-item-a-icon-active: var(--colors-base-white-a);
    --selector-item-a-icon-default: var(--colors-base-white-50);
    --selector-item-a-icon-hover: var(--colors-base-white-50);
    --selector-item-a-text-active: var(--colors-base-white-a);
    --selector-item-a-text-default: var(--colors-base-white-a);
    --selector-item-a-text-hover: var(--colors-base-white-a);
    --selector-item-b-bg-active: var(--backgrounds-g);
    --selector-item-b-bg-default: var(--backgrounds-a-70);
    --selector-item-b-bg-hover: var(--backgrounds-d-70);
    --selector-item-b-counter-active: var(--colors-base-white-b);
    --selector-item-b-counter-default: var(--colors-base-white-a);
    --selector-item-b-counter-hover: var(--colors-base-white-b);
    --selector-item-b-icon-active: var(--colors-base-white-a);
    --selector-item-b-icon-default: var(--colors-base-white-50);
    --selector-item-b-icon-disabled: var(--colors-base-white-50);
    --selector-item-b-icon-hover: var(--colors-base-white-50);
    --selector-item-b-text-active: var(--colors-base-white-a);
    --selector-item-b-text-default: var(--colors-base-white-a);
    --selector-item-b-text-hover: var(--colors-base-white-a);
    --tab-bg-active: var(--colors-base-black-600);
    --tab-bg-default: var(--colors-base-black-800);
    --tab-bg-hover: var(--colors-base-black-800);
    --tab-icon-active: var(--colors-base-white-a);
    --tab-icon-default: var(--colors-base-white-50);
    --tab-icon-hover: var(--colors-base-white-a);
    --tab-text-active: var(--colors-base-white-a);
    --tab-text-default: var(--colors-base-white-50);
    --tab-text-hover: var(--colors-base-white-a);
    --text-description-a: var(--colors-base-white-70);
    --text-description-b: var(--colors-base-white-50);
    --text-heading: var(--colors-base-white-b);
    --text-text: var(--colors-base-white-a);
    --text-text-accent: var(--colors-global-accent-a);
    --text-text-invert: var(--colors-base-black-1000);
    --filter-input-bg-active: var(--colors-base-black-1000);
    --filter-input-bg-default: var(--colors-base-black-1000);
    --filter-input-bg-disable: var(--colors-base-black-1000-60);
    --filter-input-bg-error: var(--colors-base-black-1000);
    --filter-input-bg-filled: var(--colors-base-black-1000);
    --filter-input-bg-hover: var(--colors-base-black-1000-70);
    --filter-input-border-active: var(--colors-base-white-30);
    --filter-input-border-default: var(--colors-base-white-10);
    --filter-input-border-disable: var(--colors-base-white-4);
    --filter-input-border-error: var(--colors-base-white-10);
    --filter-input-border-filled: var(--colors-base-white-10);
    --filter-input-border-hover: var(--colors-base-white-10);
    --filter-input-border-special-active: var(--colors-base-no-color);
    --filter-input-icon-left-active: var(--colors-base-white-a);
    --filter-input-icon-left-default: var(--colors-base-white-50);
    --filter-input-icon-left-disable: var(--colors-base-white-50);
    --filter-input-icon-left-error: var(--colors-system-error);
    --filter-input-icon-left-filled: var(--colors-global-accent-a);
    --filter-input-icon-left-hover: var(--colors-base-white-a);
    --filter-input-icon-right-active: var(--colors-base-white-a);
    --filter-input-icon-right-default: var(--colors-base-white-a);
    --filter-input-icon-right-disable: var(--colors-base-white-50);
    --filter-input-icon-right-error: var(--colors-base-white-a);
    --filter-input-icon-right-filled: var(--colors-base-white-a);
    --filter-input-icon-right-hover: var(--colors-base-white-a);
    --filter-input-label-active: var(--colors-base-white-a);
    --filter-input-label-default: var(--colors-base-white-a);
    --filter-input-label-disable: var(--colors-base-white-50);
    --filter-input-label-error: var(--colors-base-white-50);
    --filter-input-label-filled: var(--colors-base-white-50);
    --filter-input-label-hover: var(--colors-base-white-a);
    --filter-input-text-active: var(--colors-global-accent-a);
    --filter-input-text-default: var(--colors-base-white-a);
    --filter-input-text-disable: var(--colors-base-white-50);
    --filter-input-text-error: var(--colors-system-error);
    --filter-input-text-filled: var(--colors-global-accent-a);
    --filter-input-text-hover: var(--colors-base-white-a);
    --headings-h1-font-size: 22px;
    --headings-h1-line-height: 34px;
    --headings-h1-weight: 700;
    --headings-h2-font-size: 18px;
    --headings-h2-line-height: 26px;
    --headings-h2-weight: 600;
    --headings-h3-font-size: 16px;
    --headings-h3-line-height: 24px;
    --headings-h3-weight: 600;
    --text-large-bold-caps-font-size: 20px;
    --text-large-bold-caps-line-height: 28px;
    --text-large-bold-caps-weight: 700;
    --text-large-medium-font-size: 20px;
    --text-large-medium-line-height: 28px;
    --text-large-medium-weight: 600;
    --buttons-font-l-font-size: 14px;
    --buttons-font-l-line-height: 16px;
    --buttons-font-l-weight: 700;
    --buttons-font-m-font-size: 14px;
    --buttons-font-m-line-height: 20px;
    --buttons-font-m-weight: 700;
    --buttons-font-s-font-size: 14px;
    --buttons-font-s-line-height: 20px;
    --buttons-font-s-weight: 600;
    --buttons-font-xs-font-size: 12px;
    --buttons-font-xs-line-height: 16px;
    --buttons-font-xs-weight: 500;
    --buttons-font-xxs-font-size: 12px;
    --buttons-font-xxs-line-height: 16px;
    --buttons-font-xxs-weight: 500;
    --description-font-2xs-font-size: 10px;
    --description-font-2xs-line-height: 16px;
    --description-font-2xs-weight: 700;
    --description-font-3xs-font-size: 8px;
    --description-font-3xs-line-height: 12px;
    --description-font-3xs-weight: 500;
    --description-font-xs-font-size: 12px;
    --description-font-xs-line-height: 20px;
    --description-font-xs-weight: 600;
    --profile-sidebar: 0;
    --sidebar-left: 0;
    --number-list: 38px;
    --breakpoint: 375px;
    --buttons-icon-xs: 6px;
    --buttons-icon-s: 8px;
    --buttons-icon-m: 10px;
    --buttons-l-gap: 8px;
    --buttons-l-radius: 12px;
    --buttons-l-vert: 12px;
    --buttons-l-hor: 20px;
    --buttons-m-gap: 8px;
    --buttons-m-radius: 8px;
    --buttons-m-vert: 10px;
    --buttons-m-hor: 16px;
    --buttons-s-gap: 8px;
    --buttons-s-radius: 8px;
    --buttons-s-vert: 10px;
    --buttons-s-hor: 12px;
    --buttons-xs-gap: 8px;
    --buttons-xs-hor: 8px;
    --buttons-xs-radius: 8px;
    --buttons-xs-vert: 8px;
    --chips-m-gap: 8px;
    --chips-m-vert: 10px;
    --chips-m-hor: 16px;
    --chips-m-radius: 8px;
    --chips-s-vert: 6px;
    --chips-s-gap: 8px;
    --chips-s-hor: 8px;
    --chips-s-radius: 6px;
    --game-cards-circle-s: 36px;
    --game-cards-circle-m: 52px;
    --game-cards-circle-l: 60px;
    --game-cards-height-l: 83px;
    --game-cards-height-xs: 102px;
    --game-cards-height-s: 137px;
    --game-cards-height-m: 150px;
    --game-cards-width-xs: 83px;
    --game-cards-width-l: 108px;
    --game-cards-width-s: 110px;
    --game-cards-width-m: 120px;
    --roundings-s: 8px;
    --roundings-xs: 8px;
    --roundings-m: 12px;
    --roundings-l: 16px;
    --spacings-3xs: 1px;
    --spacings-2xs: 4px;
    --spacings-xs: 4px;
    --spacings-m: 8px;
    --spacings-s: 8px;
    --spacings-l: 12px;
    --spacings-page-paddings: 16px;
    --spacings-xl: 16px;
    --spacings-2xl: 20px;
    --spacings-3xl: 24px;
    --tabs-l-gap: 8px;
    --tabs-l-hor: 16px;
    --tabs-l-vert: 16px;
    --tabs-l-radius: 100px;
    --tabs-m-gap: 8px;
    --tabs-m-vert: 10px;
    --tabs-m-hor: 14px;
    --tabs-m-radius: 8px;
    --tabs-s-gap: 8px;
    --tabs-s-vert: 10px;
    --tabs-s-hor: 12px;
    --tabs-s-radius: 8px;
    --stories-widht: 375px;
    --stories-height: 700px;
    --stories-game-widht: 225px;
    --stories-game-height: 280px;
    --stories-game-roudings: 20px;
    --msp-notifications-height: 80px
}

@media (min-width:640px) {
    :root {
        --headings-h1-font-size: 24px;
        --headings-h1-line-height: 30px;
        --headings-h2-font-size: 20px;
        --headings-h2-line-height: 28px;
        --headings-h3-font-size: 18px;
        --headings-h3-line-height: 28px;
        --buttons-font-l-font-size: 16px;
        --buttons-font-l-line-height: 24px;
        --buttons-font-xs-font-size: 14px;
        --buttons-font-xs-line-height: 20px;
        --description-font-2xs-weight: 600;
        --number-list: 40px;
        --breakpoint: 640px;
        --buttons-l-vert: 14px;
        --buttons-l-hor: 30px;
        --buttons-xs-hor: 12px;
        --chips-s-hor: 12px;
        --game-cards-height-s: 150px;
        --game-cards-height-m: 180px;
        --game-cards-height-l: 226px;
        --game-cards-width-s: 120px;
        --game-cards-width-l: 144px;
        --game-cards-width-m: 144px;
        --roundings-m: 16px;
        --roundings-l: 24px;
        --spacings-3xs: 2px;
        --spacings-xs: 8px;
        --spacings-m: 12px;
        --spacings-l: 16px;
        --spacings-page-paddings: 20px;
        --spacings-xl: 20px;
        --spacings-2xl: 24px;
        --spacings-3xl: 30px;
        --tabs-l-hor: 20px;
        --tabs-l-vert: 20px;
        --stories-widht: 374px;
        --stories-height: 640px;
        --stories-game-widht: 180px;
        --stories-game-height: 224px;
        --stories-game-roudings: 16px
    }
}

@media (min-width:1140px) {
    :root {
        --top-bar-height: 76px;
        --header-height: calc(var(--top-bar-height) + 12px);
        --back-title-height: 40px;
        --content-width: calc(100% - var(--menu-burger-width));
        --headings-h1-font-size: 28px;
        --headings-h1-line-height: 36px;
        --headings-h2-font-size: 24px;
        --headings-h2-line-height: 36px;
        --headings-h3-font-size: 20px;
        --buttons-font-l-font-size: 20px;
        --buttons-font-l-line-height: 28px;
        --number-list: 44px;
        --sidebar-left: 260px;
        --profile-sidebar: 280px;
        --breakpoint: 1140px;
        --buttons-icon-s: 10px;
        --buttons-icon-m: 14px;
        --buttons-l-radius: 16px;
        --buttons-l-vert: 16px;
        --buttons-m-radius: 12px;
        --buttons-m-vert: 14px;
        --buttons-m-hor: 20px;
        --chips-m-hor: 20px;
        --game-cards-height-xs: 120px;
        --game-cards-height-s: 180px;
        --game-cards-height-m: 200px;
        --game-cards-height-l: 316px;
        --game-cards-width-xs: 96px;
        --game-cards-width-s: 144px;
        --game-cards-width-m: 160px;
        --game-cards-width-l: 208px;
        --roundings-s: 12px;
        --roundings-xs: 12px;
        --roundings-l: 30px;
        --spacings-3xs: 4px;
        --spacings-2xs: 8px;
        --spacings-s: 12px;
        --spacings-m: 16px;
        --spacings-l: 20px;
        --spacings-page-paddings: 24px;
        --spacings-xl: 24px;
        --spacings-2xl: 30px;
        --spacings-3xl: 40px;
        --tabs-m-vert: 14px;
        --tabs-m-radius: 12px;
        --tabs-s-hor: 16px
    }
}

@media (min-width:1628px) {
    :root {
        --headings-h1-font-size: 34px;
        --headings-h1-line-height: 46px;
        --headings-h2-font-size: 26px;
        --number-list: 48px;
        --profile-sidebar: 300px;
        --sidebar-left: 300px;
        --breakpoint: 1628px;
        --buttons-l-vert: 20px;
        --buttons-l-hor: 50px;
        --chips-s-vert: 8px;
        --chips-s-hor: 16px;
        --game-cards-height-m: 224px;
        --game-cards-height-l: 288px;
        --game-cards-width-m: 180px;
        --game-cards-width-l: 230px;
        --roundings-s: 16px;
        --roundings-m: 20px;
        --spacings-xs: 12px;
        --spacings-s: 16px;
        --spacings-m: 20px;
        --spacings-l: 24px;
        --spacings-page-paddings: 30px;
        --spacings-xl: 30px;
        --spacings-2xl: 40px;
        --spacings-3xl: 56px;
        --tabs-l-hor: 24px;
        --tabs-l-vert: 24px;
        --tabs-m-hor: 16px;
        --stories-widht: 500px;
        --stories-height: 796px;
        --stories-game-widht: 225px;
        --stories-game-height: 280px;
        --stories-game-roudings: 20px
    }
}

.menu-opened {
    --content-width: calc(100% - var(--sidebar-left))
}

html {
    height: -webkit-fill-available;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

body {
    background-color: var(--backgrounds-a);
    color: var(--text-text);
    font-family: var(--font-inter);
    font-size: 21px;
    line-height: 1.48;
    --record-winnings-animation-color: var(--white)
}

body.is-visible-capcha {
    margin-top: 0 !important
}

a {
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none
}

.no-touch a:hover {
    cursor: pointer
}

.accordion-1__item-cont-text a,
.accordion-1__item-table-item a,
.accordion-1__list a,
.antilock-page .static-page__item-text a,
.bonus-faq__item-text a,
.checkbox__pseudo-label a,
.confirmed-phone__footer a,
.email-one-time-password-form__footer a,
.error-block__notice a,
.input-field__error a,
.partners-contests-stream__disclaimer a,
.payment-not-wagered-modal__disclaimer a,
.privacy-policy-page__item a,
.promo-code-form__description a,
.promo-event__rules a,
.rakeback-info__content-text a,
.registration-form__captcha-text a,
.self-exclusion-notice a,
.seo-block-content__casino-links a,
.text-1 a,
.unlock-account-by-phone-modal a,
.vue-notification a,
a.border {
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.accordion-1__item-cont-text a,
.accordion-1__item-table-item a,
.accordion-1__list a,
.app-page__install-instruction a,
.bonus-faq__item-text a,
.bonuses-info__birthday-text a,
.bottom-confirm-notify__text a,
.checkbox__pseudo-label a,
.confirmed-phone__footer a,
.default-modal__desc a,
.email-one-time-password-form__footer a,
.error-block__notice a,
.info-message__text a,
.input-field__error a,
.partners-contests-stream__disclaimer a,
.payment-not-wagered-modal__disclaimer a,
.privacy-policy-page__item a,
.promo-code-form__description a,
.promo-event__rules a,
.promocode-tooltip__body a,
.rakeback-info__content-text a,
.registration-form__captcha-text a,
.self-exclusion-notice a,
.seo-block-content__casino-links a,
.static-page__item-text a,
.text-1 a,
.unlock-account-by-phone-modal a,
.vue-notification a {
    color: var(--link-default);
    font: inherit;
    line-height: inherit;
    transition: color .2s ease-out
}

.no-touch .accordion-1__item-cont-text a:hover,
.no-touch .accordion-1__item-table-item a:hover,
.no-touch .accordion-1__list a:hover,
.no-touch .app-page__install-instruction a:hover,
.no-touch .bonus-faq__item-text a:hover,
.no-touch .bonuses-info__birthday-text a:hover,
.no-touch .bottom-confirm-notify__text a:hover,
.no-touch .checkbox__pseudo-label a:hover,
.no-touch .confirmed-phone__footer a:hover,
.no-touch .default-modal__desc a:hover,
.no-touch .email-one-time-password-form__footer a:hover,
.no-touch .error-block__notice a:hover,
.no-touch .info-message__text a:hover,
.no-touch .input-field__error a:hover,
.no-touch .partners-contests-stream__disclaimer a:hover,
.no-touch .payment-not-wagered-modal__disclaimer a:hover,
.no-touch .privacy-policy-page__item a:hover,
.no-touch .promo-code-form__description a:hover,
.no-touch .promo-event__rules a:hover,
.no-touch .promocode-tooltip__body a:hover,
.no-touch .rakeback-info__content-text a:hover,
.no-touch .registration-form__captcha-text a:hover,
.no-touch .self-exclusion-notice a:hover,
.no-touch .seo-block-content__casino-links a:hover,
.no-touch .static-page__item-text a:hover,
.no-touch .text-1 a:hover,
.no-touch .unlock-account-by-phone-modal a:hover,
.no-touch .vue-notification a:hover {
    color: var(--link-hover)
}

.link {
    color: var(--link-default);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    transition: color .2s ease-out
}

.no-touch .link:hover {
    color: var(--link-hover);
    cursor: pointer
}

.link.border {
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.c-pointer {
    cursor: pointer
}

.text-nowrap {
    white-space: nowrap
}

.text-accent {
    color: var(--text-text-accent)
}

.text-accent-invert {
    color: var(--text-text-invert)
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul a {
    border-bottom: 0;
    line-height: inherit
}

.default-ol,
.default-ul {
    margin-bottom: 20px
}

.default-ol:last-child,
.default-ul:last-child {
    margin-bottom: 0
}

.default-ol li,
.default-ul li {
    margin-bottom: 12px
}

.default-ol li:last-child,
.default-ul li:last-child {
    margin-bottom: 0
}

.default-ul li {
    padding-left: 21px;
    position: relative
}

.default-ul li:before {
    background-color: var(--gray-500);
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 8px;
    position: absolute;
    top: 7px;
    width: 4px
}

@media (min-width:1140px) {
    .default-ul li:before {
        top: 10px
    }
}

.default-ol {
    list-style: decimal;
    padding-left: 21px
}

img {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    width: 100%
}

.registration-form__form-wr .vb-content {
    -webkit-overflow-scrolling: auto
}

.touch .custom-modal__inner .vb-content {
    padding-right: 0 !important;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.touch .custom-modal__inner .vb-content::-webkit-scrollbar {
    display: none
}

@media (min-width:1140px) {
    .reg-form__wr {
        padding: 20px 0 0
    }
}

.spt-bet-slip svg {
    pointer-events: auto
}

.swiper-pagination {
    bottom: 0;
    display: block;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translate(-50%);
    white-space: nowrap
}

@media (min-width:713px) {
    .swiper-pagination {
        display: none
    }
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullet {
    background-color: var(--orange-500-p-20);
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    margin-right: 4px;
    transition: transform .2s, left .2s;
    width: 6px
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullet:last-child {
    margin-right: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullet-active {
    background-color: var(--orange-500)
}

@media (max-width:768px) {

    div[style*="transition: visibility 0s linear 0s"],
    div[style*="transition: visibility linear, opacity 0.3s linear"] {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        display: flex;
        height: 100% !important;
        left: 0 !important;
        overflow: auto;
        top: 0 !important;
        width: 100% !important
    }

    div[style*="transition: visibility 0s linear 0s"] div:last-child,
    div[style*="transition: visibility linear, opacity 0.3s linear"] div:last-child {
        display: flex;
        margin: 0 auto
    }
}

input::-webkit-input-placeholder {
    color: var(--input-text-default);
    font-weight: 500
}

input::-moz-placeholder {
    color: var(--input-text-default);
    font-weight: 500
}

input:-ms-input-placeholder {
    color: var(--input-text-default);
    font-weight: 500
}

input:-moz-placeholder {
    color: var(--input-text-default);
    font-weight: 500
}

input:focus::-webkit-input-placeholder {
    color: var(--input-text-default)
}

input:focus::-moz-placeholder {
    color: var(--input-text-default)
}

input:focus:-ms-input-placeholder {
    color: var(--input-text-default)
}

input:focus:-moz-placeholder {
    color: var(--input-text-default)
}

.system-select {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width:1628px) {
    :root {
        --game-sidebar-width: 340px
    }
}

.filter-stick {
    display: flex
}

@media (min-width:1140px) {
    .filter-stick {
        padding-bottom: 12px;
        width: 100%
    }
}

@media (min-width:1921px) {
    .filter-stick {
        max-width: calc(1920px - var(--menu-burger-width-opened));
        --window-width: 1920px
    }

    .filter-stick:before {
        display: none
    }
}

@media (min-width:1140px) {
    sport-betslip {
        z-index: calc(var(--top-bar-layer) - 1) !important
    }
}

.overflow--hidden,
.overflow--hidden-fixed {
    overflow: hidden !important
}

.overflow--hidden-fixed {
    bottom: 0;
    left: 0;
    position: fixed !important;
    right: 0;
    top: 0
}

.safari-fixed {
    box-sizing: border-box;
    height: calc(100vh - 1px);
    overscroll-behavior: none;
    position: fixed !important
}

@supports (height:100dvh) {
    .safari-fixed {
        height: calc(100dvh - 1px)
    }
}

.overflow--hidden-scrollBar {
    overflow-x: hidden !important;
    overflow-y: scroll !important
}

.hidden {
    display: none !important
}

.currency-sumbol {
    margin-left: .3em
}

.fw-600 {
    font-weight: 600
}

.ta-center {
    text-align: center
}

.no-border {
    border: none !important
}

.relative {
    position: relative
}

.pointer-event-none,
.pointer-none {
    pointer-events: none
}

.scroll-touch {
    -webkit-overflow-scrolling: touch
}

.scroll-auto {
    -webkit-overflow-scrolling: auto
}

.no-shadow {
    box-shadow: none !important
}

.justify-right {
    justify-content: flex-end !important
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center
}

.orange {
    color: var(--colors-global-accent-b)
}

.visually-hidden {
    border: 0;
    clip-path: inset(100%);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.text-no-wrap,
.visually-hidden {
    white-space: nowrap
}

@media (max-width:639px) {
    .no-mobile {
        display: none
    }
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff")
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.badge {
    background-color: var(--colors-global-accent-a);
    border-radius: .8666666667rem;
    color: #fff;
    display: inline-block;
    font-size: .6666666667rem;
    font-weight: 600;
    letter-spacing: -.0066666667rem;
    margin-right: .2666666667rem;
    min-height: 1.2rem;
    min-width: 2.4rem;
    padding: .1333333333rem .6666666667rem .0666666667rem;
    text-align: center
}

.no-touch .badge {
    box-shadow: 0 2px 6px 0 var(--colors-global-accent-a)
}

.badge:last-child {
    margin-right: 0
}

@media (min-width:713px) and (max-width:1280px) {
    .badge {
        border-radius: 13px;
        font-size: 10px;
        letter-spacing: -.1px;
        margin-right: 4px;
        min-height: 18px;
        min-width: 36px;
        padding: 2px 10px 1px
    }
}

@media (min-width:1281px) {
    .badge {
        border-radius: 13px;
        font-size: 12px;
        letter-spacing: -.1px;
        margin-right: 6px;
        min-height: 26px;
        min-width: 52px;
        padding: 5px 14px 4px
    }
}

.badge--red {
    background-color: var(--colors-system-error)
}

.no-touch .badge--red {
    box-shadow: 0 2px 6px 0 var(--colors-system-error)
}

.badge--yellow {
    background-color: var(--colors-global-accent-b)
}

.no-touch .badge--yellow {
    box-shadow: 0 2px 6px 0 var(--colors-global-accent-b)
}

.badge--blue {
    background-color: var(--colors-global-accent-c)
}

.no-touch .badge--blue {
    box-shadow: 0 2px 6px 0 var(--colors-global-accent-c)
}

.badge-rtp {
    border-radius: 2px;
    padding: .1333333333rem .3333333333rem
}

.no-touch .badge-rtp {
    box-shadow: 0 0
}

@media (min-width:1281px) {
    .badge-rtp {
        padding-top: .2777777778rem
    }
}

.badge--lg {
    border-radius: .4666666667rem;
    font-size: 1.0666666667rem;
    letter-spacing: -.06rem;
    padding: .6rem .8rem .4666666667rem
}

.no-touch .badge--lg {
    box-shadow: none
}

@media screen and (min-width:713px) {
    .badge--lg {
        letter-spacing: -.9px
    }
}

@media (min-width:713px) and (max-width:1280px) {
    .badge--lg {
        border-radius: 7px;
        font-size: 16px;
        padding: 9px 12px 7px
    }
}

@media (min-width:1281px) {
    .badge--lg {
        border-radius: 10px;
        font-size: 21px;
        padding: 12px 15px 9px
    }
}

.badge--event {
    align-items: center;
    background-color: var(--colors-base-black-500-50);
    border-radius: .3333333333rem;
    color: var(--colors-global-accent-b);
    display: flex;
    font-size: 1.4rem;
    height: 2.9333333333rem;
    justify-content: center;
    min-width: unset;
    padding: 0;
    width: 2.9333333333rem
}

.no-touch .badge--event {
    box-shadow: none
}

.badge--event span {
    display: block
}

@media screen and (min-width:713px) {
    .badge--event {
        border-radius: 5px;
        font-size: 21px;
        height: 44px;
        width: 44px
    }
}

.game-currency-usd {
    display: flex;
    flex-direction: column;
    gap: var(--spacings-xl);
    max-width: 100%;
    position: relative
}

@media (min-width:1140px) {
    .game-currency-usd {
        background-color: var(--backgrounds-a);
        border-radius: var(--roundings-l);
        padding: var(--spacings-2xl);
        width: 500px
    }
}

.game-currency-usd__img-wr {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: center;
    margin: auto;
    width: 80px
}

.game-currency-usd__close {
    display: none
}

.game-currency-usd__img {
    height: 60px;
    width: 60px
}

.game-currency-usd__text {
    font-size: var(--headings-h3-font-size);
    font-weight: var(--headings-h3-weight);
    line-height: var(--headings-h3-line-height);
    margin-top: var(--spacings-xl);
    padding: var(--spacings-xs) 0;
    text-align: center
}

@media (min-width:1140px) {
    .game-currency-usd__text {
        padding: 0
    }
}

.game-currency-usd__btn {
    margin: 0 auto;
    width: min(100%, 440px)
}

.v-select {
    margin-bottom: 40px;
    position: relative
}

.v-select.v-select--full-border .vs__selected {
    font-size: 14px;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: -.6px;
    margin-left: 15px;
    padding: 0;
    text-transform: none
}

.v-select.v-select--full-border .vs__search {
    border: 2px solid var(--border-a);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 10px 30px 10px 15px;
    width: 100%
}

.v-select .vs__actions {
    right: 10px
}

.v-select .vs__open-indicator {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='166.7' height='100' viewBox='0 0 166.7 100'%3E%3Ctitle%3EE68D4FDE-977B-43D7-BBED-CB77B8941C90%3C/title%3E%3Cpath d='M162.6 4.2c-2.4-2.4-5.2-3.7-8.4-3.7s-5.9 1.2-7.9 3.7l-62.9 67-62.9-67c-5.5-5.6-11-5.6-16.4 0q-8.25 7.8 0 16.2l71.1 75.9c2.4 2.4 5.1 3.7 8.2 3.7s5.8-1.2 8.2-3.7l71.1-75.9c5.3-5.6 5.3-11-.1-16.2' style='fill:%239b9084'/%3E%3C/svg%3E") !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    height: 8px;
    transition: all .2s ease-out;
    width: 13px
}

.v-select-label {
    background-color: var(--backgrounds-a);
    font-size: 12px;
    left: 10px;
    letter-spacing: -.4px;
    line-height: 1;
    padding: 2px 5px;
    position: absolute;
    top: -7px
}

.vs__dropdown-toggle {
    cursor: pointer;
    position: relative
}

.vs__search::-moz-placeholder {
    border: none;
    font-variant: small-caps;
    text-transform: lowercase
}

.vs__dropdown-menu,
.vs__dropdown-toggle,
.vs__search::placeholder {
    border: none;
    font-variant: small-caps;
    text-transform: lowercase
}

.vs__open-indicator {
    font-weight: 400
}

.vs__search {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--border-a);
    border-radius: 0;
    cursor: pointer;
    display: block;
    width: 100%
}

.vs__actions,
.vs__actions .vs__open-indicator {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.vs__dropdown-menu {
    background-color: var(--backgrounds-a);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    cursor: pointer;
    left: 0;
    max-height: 230px;
    overflow: hidden scroll;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 15
}

.vs__dropdown-menu::-webkit-scrollbar {
    width: 10px
}

.vs__dropdown-menu::-webkit-scrollbar-thumb {
    background-color: var(--backgrounds-e-4);
    border: 3px solid var(--border-a);
    border-radius: 16px
}

.vs__dropdown-menu::-webkit-scrollbar-button {
    display: none
}

.vs__dropdown-option {
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 200;
    line-height: 1;
    padding: 17px 15px 17px 17px;
    transition: all .2s ease-out
}

.vs__dropdown-option.vs__dropdown-option--highlight {
    background-color: var(--backgrounds-e)
}

.vs__dropdown-option.vs__dropdown-option--selected {
    background-color: var(--backgrounds-e-4)
}

.vs__selected {
    background-color: transparent !important;
    font-size: 14px;
    font-weight: 600;
    left: 0;
    line-height: 1;
    padding: 6px 0 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.native-tooltip__head {
    color: var(--gray-500);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px
}

@media (min-width:640px) {
    .native-tooltip__head {
        color: var(--white)
    }
}

@media (max-width:1139px) {
    .bottom-sheet--profile .promocode-form__bottom-sheet .native-tooltip__head {
        padding: 0 24px
    }
}

.native-tooltip__body {
    color: var(--text-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px
}

@media (max-width:1139px) {
    .bottom-sheet--profile .promocode-form__bottom-sheet .native-tooltip__body {
        padding: 0 24px 24px
    }

    .promocode-form__bottom-sheet .native-tooltip__body {
        padding: 0
    }
}

.native-tooltip__body:last-child {
    margin-bottom: 0
}

.v-popper__popper {
    z-index: 10035 !important
}

.promocode-form__form .v-popper__popper {
    max-width: 288px
}

.msp-tooltip .v-popper__inner,
.page-profile .v-popper--theme-tooltip .v-popper__inner,
.v-popper--theme-deposit-promocode-tooltip .v-popper__inner,
.v-popper--theme-group-tournament-tooltip .v-popper__inner,
.v-popper--theme-masked-field .v-popper__inner,
.v-popper--theme-promo-tooltip .v-popper__inner,
.v-popper--theme-promo-tournament-tooltip .v-popper__inner,
.v-popper--theme-promocode-tooltip .v-popper__inner,
.v-popper--theme-tooltip.v-popper--theme-tooltip .v-popper__inner,
.v-popper--theme-tournaments-tooltip .v-popper__inner {
    background-color: var(--backgrounds-g);
    border-radius: 12px;
    box-shadow: var(--tags-and-small-white-card);
    color: var(--text-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    max-width: 296px;
    padding: 12px 16px;
    text-align: left
}

.msp-tooltip .v-popper__inner a,
.page-profile .v-popper--theme-tooltip .v-popper__inner a,
.v-popper--theme-deposit-promocode-tooltip .v-popper__inner a,
.v-popper--theme-group-tournament-tooltip .v-popper__inner a,
.v-popper--theme-masked-field .v-popper__inner a,
.v-popper--theme-promo-tooltip .v-popper__inner a,
.v-popper--theme-promo-tournament-tooltip .v-popper__inner a,
.v-popper--theme-promocode-tooltip .v-popper__inner a,
.v-popper--theme-tooltip.v-popper--theme-tooltip .v-popper__inner a,
.v-popper--theme-tournaments-tooltip .v-popper__inner a {
    color: var(--link-default);
    transition: color .2s ease-out
}

.no-touch .msp-tooltip .v-popper__inner a:hover,
.no-touch .page-profile .v-popper--theme-tooltip .v-popper__inner a:hover,
.no-touch .v-popper--theme-deposit-promocode-tooltip .v-popper__inner a:hover,
.no-touch .v-popper--theme-group-tournament-tooltip .v-popper__inner a:hover,
.no-touch .v-popper--theme-masked-field .v-popper__inner a:hover,
.no-touch .v-popper--theme-promo-tooltip .v-popper__inner a:hover,
.no-touch .v-popper--theme-promo-tournament-tooltip .v-popper__inner a:hover,
.no-touch .v-popper--theme-promocode-tooltip .v-popper__inner a:hover,
.no-touch .v-popper--theme-tooltip.v-popper--theme-tooltip .v-popper__inner a:hover,
.no-touch .v-popper--theme-tournaments-tooltip .v-popper__inner a:hover {
    color: var(--link-hover)
}

.v-popper--theme-tooltip.promo-strategy__tooltip .v-popper__inner {
    max-width: 384px;
    padding: 20px
}

.v-popper--theme-tooltip.msp-tooltip .v-popper__inner {
    max-width: 250px
}

.v-popper--theme-tooltip.bonus-store-balance__popper .v-popper__inner {
    max-width: 343px;
    padding: 20px
}

@media (min-width:1140px) {
    .v-popper--theme-tooltip.bonus-store-balance__popper .v-popper__inner {
        max-width: 346px
    }
}

.v-popper--theme-tooltip.bonus-store-tooltip--tooltip .v-popper__inner {
    padding: 20px
}

.v-popper--theme-tooltip.v-popper--large .v-popper__inner {
    border-radius: var(--roundings-xs);
    padding: 20px
}

.v-popper--theme-masked-field .v-popper__inner {
    padding: 20px
}

.promocode-form__form .v-popper--theme-tooltip .v-popper__inner {
    border-radius: var(--roundings-xs);
    padding: 20px
}

@media (max-width:639px) {
    .promocode-form__form .v-popper--theme-tooltip .v-popper__inner {
        max-width: 288px
    }
}

@media (min-width:640px) and (max-width:1139px) {
    .promocode-form__form .v-popper--theme-tooltip .v-popper__inner {
        transform: translate(-18px)
    }
}

@media (min-width:1140px) {
    .promocode-form__form .v-popper--theme-tooltip .v-popper__inner {
        transform: translate(14px)
    }
}

.v-popper--theme-tournaments-tooltip .v-popper__inner {
    padding: 20px
}

.v-popper--theme-tooltip.friends-and-referrals-rewards__tooltip-wr .v-popper__inner {
    min-width: 288px;
    padding: 20px
}

@media (min-width:1140px) {
    .v-popper--theme-tooltip.friends-and-referrals-rewards__tooltip-wr .v-popper__inner {
        min-width: 346px
    }
}

.v-popper__popper.v-popper--theme-dropdown .v-popper__inner {
    background-color: var(--backgrounds-a);
    border: none;
    border-radius: 16px;
    box-shadow: var(--inner-shadow);
    color: inherit;
    position: relative
}

.player-account-select__currency-tooltip.v-popper--theme-tooltip .v-popper__inner,
.player-account-select__tooltip.v-popper--theme-tooltip .v-popper__inner {
    border-radius: var(--roundings-xs);
    max-width: 330px;
    padding: 20px
}

.menu-tooltip.v-popper--theme-tooltip .v-popper__inner {
    align-items: center;
    background-color: var(--backgrounds-a);
    box-shadow: var(--inner-shadow);
    display: flex;
    left: 7px;
    line-height: 20px;
    min-height: 48px;
    padding: 4px 12px
}

.v-popper--theme-group-tournament-tooltip .v-popper__inner {
    max-width: 288px;
    text-align: left;
    transform: translate(-15px)
}

.player-account-select__info .v-popper__inner {
    transform: translate(-16px)
}

@media (min-width:640px) {
    .player-account-select__info .v-popper__inner {
        transform: translate(0)
    }
}

.v-popper--theme-deposit-promocode-tooltip .v-popper__inner {
    max-width: 443px;
    padding: 20px;
    text-align: left;
    transform: translate(0)
}

.v-popper--theme-promocode-tooltip .v-popper__inner {
    padding: 20px;
    text-align: left
}

.profile-promocode .v-popper--theme-promocode-tooltip .v-popper__inner {
    max-width: 250px;
    right: 102px
}

@media (min-width:1628px) {
    .profile-promocode .v-popper--theme-promocode-tooltip .v-popper__inner {
        max-width: 272px;
        right: 113px
    }
}

.bonuses-page .v-popper--theme-promocode-tooltip .v-popper__inner {
    max-width: 352px;
    right: 68px;
    transform: translate(-4px)
}

@media (min-width:1628px) {
    .bonuses-page .v-popper--theme-promocode-tooltip .v-popper__inner {
        transform: translate(-84px)
    }
}

.registration-form__promocode-form .v-popper__inner {
    max-width: 288px;
    padding: 24px;
    right: 10px;
    text-align: left
}

@media (min-width:640px) {
    .registration-form__promocode-form .v-popper__inner {
        right: 0;
        z-index: 1000
    }
}

@media (min-width:1140px) {
    .registration-form__promocode-form .v-popper__inner {
        right: 16px
    }
}

.partners-contests-create-contest__settings--participant .v-popper--theme-tooltip .v-popper__inner,
.partners-contests-create-contest__settings--prize .v-popper--theme-tooltip .v-popper__inner {
    max-width: 288px;
    min-width: 288px
}

.v-popper--theme-promo-tooltip .v-popper__inner,
.v-popper--theme-promo-tournament-tooltip .v-popper__inner {
    max-width: 266px;
    text-align: left
}

@media (min-width:640px) {

    .v-popper--theme-promo-tooltip .v-popper__inner,
    .v-popper--theme-promo-tournament-tooltip .v-popper__inner {
        max-width: 296px
    }
}

.v-popper--theme-promo-tooltip .v-popper__inner {
    padding: 20px
}

.v-popper--theme-promo-tournament-tooltip .v-popper__inner {
    transform: translate(16px)
}

.v-popper--theme-tournaments-tooltip .v-popper__inner {
    max-width: 330px;
    min-width: 200px;
    transform: translate(-10px)
}

@media (min-width:1140px) {
    .v-popper--theme-tournaments-tooltip .v-popper__inner {
        min-width: 296px;
        padding: 20px;
        transform: translate(-20px)
    }
}

.v-popper--theme-masked-field .v-popper__inner {
    min-width: 330px
}

.profile-subscriptions .v-popper__inner {
    transform: translate(-3px)
}

@media (max-width:1139px) {
    .profile-subscriptions .v-popper__inner {
        transform: translate(-8px)
    }
}

@media (max-width:639px) {

    .super-widget-full .promo-slider--superwidget-tournaments-expired .v-popper__inner,
    .super-widget-full .promo-slider--superwidget-tournaments-future .v-popper__inner {
        transform: translate(57px)
    }
}

@media (min-width:640px) and (max-width:1139px) {

    .super-widget-full .promo-slider--superwidget-tournaments-expired .v-popper__inner,
    .super-widget-full .promo-slider--superwidget-tournaments-future .v-popper__inner {
        transform: translate(2px)
    }
}

.birthday-calendar-popper .v-popper__inner {
    max-width: 344px
}

.birthday-calendar-popper--error[data-popper-placement^=bottom] .v-popper__inner {
    margin-top: -20px
}

.game-tooltip--bonus .v-popper__inner {
    max-width: 164px !important
}

.game-tooltip--no-bonus .v-popper__inner {
    max-width: 182px !important
}

.friends-and-referrals-invite__tooltip-wr .v-popper__inner {
    border-radius: var(--roundings-xs);
    max-width: 288px !important;
    padding: 20px !important
}

@media (min-width:1140px) {
    .friends-and-referrals-invite__tooltip-wr .v-popper__inner {
        max-width: 346px !important
    }
}

.registration-form__promocode-form.promocode-form .v-popper__inner {
    max-width: 288px !important;
    transform: translate(18px)
}

@media (min-width:640px) {
    .registration-form__promocode-form.promocode-form .v-popper__inner {
        transform: translate(8px, 2px)
    }
}

.v-popper__popper.v-popper__custom-select .v-popper__inner {
    box-shadow: var(--drop-down-shadow)
}

.page-profile .v-popper--theme-tooltip .v-popper__arrow-outer,
.partners-contests-create-contest .v-popper__arrow-outer,
.v-popper--theme-deposit-promocode-tooltip .v-popper__arrow-outer,
.v-popper--theme-group-tournament-tooltip .v-popper__arrow-outer,
.v-popper--theme-masked-field .v-popper__arrow-outer,
.v-popper--theme-promo-tooltip .v-popper__arrow-outer,
.v-popper--theme-promo-tournament-tooltip .v-popper__arrow-outer,
.v-popper--theme-promocode-tooltip .v-popper__arrow-outer,
.v-popper--theme-tooltip.v-popper--theme-tooltip .v-popper__arrow-outer,
.v-popper--theme-tournaments-tooltip .v-popper__arrow-outer {
    border: 10px solid var(--backgrounds-g);
    border-color: var(--backgrounds-g)
}

@media (max-width:639px) {
    .v-popper--theme-promo-tournament-tooltip .v-popper__arrow-outer {
        left: unset
    }
}

.msp-tooltip .v-popper__arrow-outer,
.partners-contests-create-contest__settings--participant .v-popper__arrow-outer,
.partners-contests-create-contest__settings--prize .v-popper__arrow-outer,
.player-account-select__currency-tooltip .v-popper__arrow-outer,
.player-account-select__info .v-popper__arrow-outer,
.profile-subscriptions .v-popper__arrow-outer,
.registration-form__promocode-form .v-popper__arrow-outer,
.v-popper--theme-masked-field .v-popper__arrow-outer,
.v-popper--theme-promo-tournament-tooltip .v-popper__arrow-outer,
.v-popper--theme-tournaments-tooltip .v-popper__arrow-outer {
    transform: translate(-4px)
}

.v-popper--theme-deposit-promocode-tooltip .v-popper__arrow-outer,
.v-popper--theme-group-tournament-tooltip .v-popper__arrow-outer,
.v-popper--theme-promocode-tooltip .v-popper__arrow-outer {
    transform: translate(-5px)
}

@media (max-width:360px) {
    .partners-contests-create-contest__settings--participant .v-popper__arrow-outer {
        transform: translate(-8px)
    }
}

.v-popper--theme-promo-tooltip .v-popper__arrow-outer {
    transform: translate(-1px)
}

@media (min-width:1140px) {
    .v-popper--theme-promo-tooltip .v-popper__arrow-outer {
        transform: translate(0)
    }
}

.game-tooltip .v-popper__arrow-outer {
    transform: translate(-4px)
}

.menu-tooltip .v-popper__arrow-container,
.v-popper--theme-dropdown .v-popper__arrow-container {
    display: none
}

.v-popper--theme-promo-tooltip .v-popper__arrow-container {
    width: 16px
}

.bonus-store-balance__popper .v-popper__arrow-container {
    width: 18px
}

.friends-and-referrals-invite__tooltip-wr .v-popper__arrow-container {
    width: 20px
}

.msp-tooltip.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container {
    top: -4px
}

.tooltip-paragraph {
    margin-bottom: 8px
}

.tooltip-paragraph:last-child {
    margin-bottom: 0
}

.main-wrapper .vue-slider-rail {
    background-color: var(--backgrounds-a);
    border: none;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
    height: 4px
}

.main-wrapper .vue-slider-rail .vue-slider-process {
    background-color: var(--colors-global-accent-b);
    border-radius: 3px
}

.main-wrapper .vue-slider-dot {
    height: 26px !important;
    width: 26px !important
}

.main-wrapper .vue-slider-dot .vue-slider-dot-handle {
    background-color: var(--colors-global-accent-b);
    border: 4px solid var(--border-a);
    border-radius: 50%;
    box-shadow: unset;
    height: 100%
}

.payment__close {
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: var(--buttons-secondary-c-bg-default);
    border-radius: var(--buttons-s-radius);
    box-shadow: var(--gray-shadow);
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: -12px;
    top: 0;
    transform: translate(100%);
    width: 40px
}

.no-touch .payment__close:hover {
    background-color: var(--buttons-secondary-c-bg-hover)
}

.payment__close-ic {
    color: var(--buttons-secondary-c-icon-default);
    height: auto;
    padding: 2px;
    width: 20px
}

.no-touch .custom-modal__close-wr:hover .payment__close-ic,
.no-touch .payment__close:hover .payment__close-ic {
    color: var(--buttons-secondary-c-icon-hover)
}

.payment-modal {
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    width: 100%
}

.payment-modal .vb-content:has(.bottom-sheet.opened) {
    overflow: hidden !important
}

@media (min-width:640px) {
    .payment-modal {
        border-radius: 32px;
        max-height: 700px;
        width: 576px
    }
}

.payment-modal__body-wrap-up {
    flex: 1
}

.payment-modal__body {
    padding: 12px 12px 0
}

@media (min-width:640px) {
    .payment-modal__body {
        padding: 20px 40px 0
    }
}

.payment-modal__body--scroll {
    display: flex;
    flex-direction: column;
    height: 100%
}

.payment-modal__header {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media (min-width:640px) {
    .payment-modal__header--fixed {
        background-color: var(--white);
        border-radius: 32px 32px 0 0;
        box-shadow: var(--gray-shadow);
        left: 0;
        max-width: 576px;
        padding: 20px 40px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 5
    }
}

.payment-modal__close {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 5px
}

.payment-modal__close-ic {
    height: auto;
    width: 14px
}

.payment-modal__tabs {
    display: flex;
    gap: 8px
}

.payment-modal__tab {
    background-color: var(--gray-500-p-08);
    border-radius: 12px;
    color: var(--gray-500);
    display: flex;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 12px
}

.payment-modal__tab.active {
    background-color: var(--gray-500);
    color: var(--white)
}

@media (min-width:640px) {
    .payment-modal__tab {
        font-size: 14px;
        padding: 8px 16px
    }
}

.payment-modal__payment-providers-list {
    margin: 16px auto 24px
}

@media (min-width:640px) {
    .payment-modal__payment-providers-list {
        margin: 24px auto
    }
}

.payment-modal__payment-area {
    background-color: var(--gray-500-p-6);
    flex: 1;
    margin: 0 -12px
}

.payment-modal__history {
    overflow: hidden
}

.payment-modal__cashout-not-verify {
    align-items: center;
    border: 1px solid var(--yellow-500);
    border-radius: 20px;
    box-shadow: var(--light-gray-shadow);
    display: flex;
    gap: 20px;
    margin: 24px auto;
    padding: 16px 16px 24px
}

.payment-modal__cashout-not-verify--red {
    border: 1px solid var(--red-500)
}

.payment-modal__cashout-not-verify-icon {
    align-items: center;
    background-color: var(--yellow-500);
    border-radius: 50%;
    box-shadow: var(--yellow-light-shadow);
    display: flex;
    height: 32px;
    justify-content: center;
    min-height: 32px;
    min-width: 32px;
    width: 32px
}

.payment-modal__cashout-not-verify--red .payment-modal__cashout-not-verify-icon {
    background-color: var(--red-500);
    box-shadow: var(--red-light-shadow)
}

@media (min-width:640px) {
    .payment-modal__cashout-not-verify-icon {
        height: 40px;
        min-height: 40px;
        min-width: 40px;
        width: 40px
    }
}

.payment-modal__cashout-not-verify-img {
    height: 15px;
    width: 3px
}

@media (min-width:640px) {
    .payment-modal__cashout-not-verify-img {
        height: 20px;
        width: 4px
    }
}

.payment-modal__cashout-not-verify-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px
}

@media (min-width:640px) {
    .payment-modal__cashout-not-verify-text {
        font-size: 14px
    }
}

.payment-modal__cashout-not-verify-button {
    color: var(--gray-500);
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 4px;
    text-decoration: underline
}

.payment-modal__cashout-not-verify-button:hover {
    color: var(--orange-500)
}

@media (min-width:640px) {
    .payment-modal__cashout-not-verify-button {
        font-size: 14px
    }
}

.icon-bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    margin-left: 6px;
    transition: all .2s ease-out;
    width: 18px
}

.icon-bg.icon-upgrade {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 118.2 100'%3E%3Ctitle%3E9C3BF840-3CA4-4F99-A8D9-C2C947059A4D%3C/title%3E%3Cpath d='M116.1 36.2q-4.05-3.45-8.1 0l-8.8 9c-1.2-12.8-6.5-23.6-16-32.3S62.6 0 49.9 0C36.1 0 24.3 4.9 14.6 14.6 4.9 24.4 0 36.2 0 50s4.9 25.6 14.6 35.4S36.1 100 49.9 100q15.6 0 28.2-8.7c3-2.2 3.4-4.7 1.3-7.8-.8-1.3-2-2.1-3.5-2.4-1.5-.2-2.9.1-4.3 1.1-6.8 4.6-14 6.8-21.7 6.8-10.8 0-19.9-3.8-27.4-11.4C15.1 70 11.3 60.8 11.3 50S15 30 22.5 22.4 39 11 49.6 11c10.1 0 18.8 3.5 26.2 10.5Q86.9 32 88.1 47L77.3 36.2q-4.05-3.45-8.1 0c-2.4 2.7-2.4 5.3 0 8l19.4 19.5c1 1 2.4 1.5 4 1.5s3-.5 4-1.5l19.6-19.5c2.7-2.6 2.6-5.3-.1-8' style='fill:%239b9084'/%3E%3C/svg%3E") no-repeat 50%/contain;
    display: block;
    height: 14px;
    width: 14px
}

.dots {
    font-size: 0;
    letter-spacing: normal;
    line-height: 0
}

.dots--color-mod-1 .dots__item {
    background-color: var(--backgrounds-e-4)
}

.dots__item {
    background-color: var(--backgrounds-a);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    letter-spacing: normal;
    margin-right: 4px;
    transition: all .2s ease-out;
    width: 44px
}

.dots__item.active {
    background-color: var(--colors-global-accent-b);
    cursor: default
}

.dots__item:last-child {
    margin-right: 0
}

.vue-notification-group {
    margin: 0 auto;
    max-width: 431px;
    padding: 0 16px;
    position: fixed;
    top: 20px !important;
    width: 100% !important;
    z-index: 10100 !important
}

@media (min-width:640px) {
    .vue-notification-group {
        display: flex !important;
        height: 0;
        justify-content: flex-end !important;
        left: var(--menu-burger-width-opened) !important;
        margin: 0 auto !important;
        max-width: var(--main-container-max-width);
        padding: 0 24px;
        top: 120px !important;
        transform: none;
        width: auto !important
    }

    .vue-notification-group--menu-closed .vue-notification-group {
        display: block;
        left: var(--menu-burger-width) !important
    }

    .vue-notification-group--menu-closed .vue-notification-group .vue-notification-wrapper {
        width: auto !important
    }
}

@media (min-width:1140px) {
    .vue-notification-group {
        max-width: unset;
        top: 136px !important
    }
}

@media (min-width:1628px) {
    .vue-notification-group {
        padding: 0 30px;
        top: 140px !important
    }
}

.vue-notification-group .vue-notification-wrapper {
    animation: notifyBounceTopToBottom .5s 1;
    opacity: 1 !important;
    overflow: visible !important
}

.vue-notification-group .vue-notification-wrapper:not(:last-child) {
    margin-bottom: 12px
}

.vue-notification-group .vue-notification-wrapper.vn-fade-leave-to {
    display: none
}

@keyframes notifyBounceTopToBottom {
    0% {
        transform: translate3d(0, -60px, 0)
    }

    80% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes progress {
    0% {
        width: 100%
    }

    to {
        width: 1px
    }
}

.vue-notification-group .vue-notification-inner {
    position: relative
}

.vue-notification-group .vue-notification-template {
    align-items: flex-start;
    display: flex !important;
    max-width: 431px
}

@media (min-width:640px) {
    .vue-notification-group .vue-notification-template {
        min-width: 431px
    }
}

.vue-notification-group .vue-notification {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background: var(--backgrounds-b-70) !important;
    border-left: none;
    border-radius: var(--roundings-m);
    box-shadow: 0 1px 2px #ff8f1899 inset, var(--light-gray-shadow);
    color: var(--text-text);
    font-size: 14px;
    font-weight: 600;
    gap: 12px;
    line-height: 20px;
    margin: 0 0 0 auto !important;
    max-width: 343px;
    min-width: 250px;
    overflow: hidden;
    padding: 12px 12px 16px !important;
    position: relative;
    width: -moz-max-content;
    width: max-content
}

@media (min-width:640px) {
    .vue-notification-group .vue-notification {
        gap: 16px;
        padding: 16px 16px 20px !important
    }
}

@media (min-width:1140px) {
    .vue-notification-group .vue-notification {
        gap: 20px;
        padding: 20px 20px 24px !important
    }
}

@media (min-width:1628px) {
    .vue-notification-group .vue-notification {
        max-width: 520px;
        min-width: 300px;
        padding: 24px 24px 28px !important
    }
}

.vue-notification-group .vue-notification:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none'%3E%3Cpath fill='%23ff8f18' d='M13.653 1.988c1.456-2.65 5.238-2.65 6.694 0l13.17 23.975c1.41 2.568-.434 5.719-3.348 5.719H3.833c-2.916 0-4.76-3.15-3.35-5.72z'/%3E%3Cpath fill='%23151516' d='M18.698 24.832a1.72 1.72 0 0 0-.478-1.244 1.7 1.7 0 0 0-1.22-.52 1.7 1.7 0 0 0-1.22.52 1.7 1.7 0 0 0-.477 1.244c.014.445.198.866.515 1.175a1.69 1.69 0 0 0 2.364 0c.317-.31.502-.73.516-1.175m-.44-13.447a1.3 1.3 0 0 0-.46-.821 1.27 1.27 0 0 0-1.736.12 1.3 1.3 0 0 0-.343.878l.007 7.707.012.175c.044.322.208.616.459.821a1.27 1.27 0 0 0 1.737-.12 1.3 1.3 0 0 0 .342-.878l-.007-7.709z'/%3E%3C/svg%3E") 50%/contain no-repeat;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 34px;
    width: 34px
}

@media (min-width:1140px) {
    .vue-notification-group .vue-notification:before {
        height: 44px;
        width: 44px
    }
}

.vue-notification-group .vue-notification:after {
    animation: progress var(--duration, 5.6s) 1 linear;
    background-color: var(--colors-base-white-30);
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    right: 0;
    width: 100%
}

.vue-notification-group .vue-notification.error {
    box-shadow: 0 1px 2px #ff2e8299 inset, var(--light-gray-shadow)
}

.vue-notification-group .vue-notification.error:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cpath fill='%23ff2e82' d='M17.669 2.573c1.883-3.43 6.779-3.43 8.662 0l17.043 31.026C45.2 36.923 42.813 41 39.042 41H4.96C1.187 41-1.2 36.923.626 33.599L17.67 2.573Z'/%3E%3Cpath fill='%23151516' d='M24.197 32.136a2.23 2.23 0 0 0-.618-1.61A2.2 2.2 0 0 0 22 29.852a2.18 2.18 0 0 0-1.578.674 2.22 2.22 0 0 0-.619 1.61c.018.575.258 1.12.668 1.52a2.19 2.19 0 0 0 3.059 0c.41-.4.65-.945.667-1.52m-.57-17.402a1.67 1.67 0 0 0-.593-1.063 1.64 1.64 0 0 0-2.248.156 1.67 1.67 0 0 0-.444 1.135l.01 9.974.015.226c.057.418.269.798.593 1.064a1.643 1.643 0 0 0 2.248-.157c.286-.308.444-.713.444-1.135l-.01-9.976z'/%3E%3C/svg%3E")
}

.vue-notification-group .vue-notification.brown:before,
.vue-notification-group .vue-notification.white:before {
    display: none
}

.vue-notification-group .vue-notification.success {
    box-shadow: 0 1px 2px #18ff8c99 inset, var(--light-gray-shadow)
}

.vue-notification-group .vue-notification.success:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cpath fill='%2318ff8c' d='M22 0a22 22 0 1 1 0 44 22 22 0 0 1 0-44'/%3E%3Cpath fill='%23151516' d='m19.438 25.901-4.483-4.399a1.73 1.73 0 0 0-1.224-.497 1.76 1.76 0 0 0-1.224.497 1.68 1.68 0 0 0-.507 1.2c0 .45.182.882.507 1.2l5.708 5.598a1.73 1.73 0 0 0 1.224.5 1.75 1.75 0 0 0 1.224-.5l11.82-11.594A1.7 1.7 0 0 0 33 16.704a1.67 1.67 0 0 0-.506-1.207 1.73 1.73 0 0 0-1.23-.497 1.76 1.76 0 0 0-1.226.506L19.438 25.9Z'/%3E%3C/svg%3E")
}

.vue-notification-group .vue-notification.info {
    box-shadow: 0 1px 2px #0087ff99 inset, var(--light-gray-shadow)
}

.vue-notification-group .vue-notification.info:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cpath fill='%2308f' d='M22 0a22 22 0 1 1 0 44 22 22 0 0 1 0-44'/%3E%3Cpath fill='%23151516' d='M24.155 14.727a2.314 2.314 0 1 0-4.316-1.669 2.314 2.314 0 0 0 4.316 1.67Zm-1.07 18.389c.342-.277.565-.675.625-1.11l.016-.235.01-10.425a1.737 1.737 0 0 0-3.458-.239l-.016.236-.01 10.424a1.737 1.737 0 0 0 2.833 1.35Z'/%3E%3C/svg%3E")
}

.vue-notification-group .vue-notification.offline {
    align-items: center;
    border: 2px solid var(--colors-system-error);
    box-shadow: var(--light-gray-shadow);
    max-width: 343px;
    padding: 7px 10px !important;
    width: 100%
}

.vue-notification-group .vue-notification.offline:before {
    background: var(--backgrounds-b) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg fill='%23fff' clip-path='url(%23a)'%3E%3Cpath d='M1.192.204a.698.698 0 0 0-.987.987l3.48 3.48a13 13 0 0 0-3.48 2.51.698.698 0 0 0 .987.987c1.18-1.18 2.327-1.892 3.539-2.452l2.08 2.08C5.671 8.2 4.58 8.853 3.46 9.972a.698.698 0 0 0 .987.987C5.62 9.785 6.722 9.229 7.925 8.91l2.253 2.254a5.37 5.37 0 0 0-3.926 1.598.698.698 0 1 0 .986.987c1.291-1.29 3.168-1.537 4.77-.716a1 1 0 0 0 .07.031l6.732 6.732a.698.698 0 0 0 .987-.987L8.642 7.655l-.016-.016L5.39 4.402l-.023-.023zM7.544 3.49c4.18-.799 8.422.453 12.21 3.651a.698.698 0 0 1-.9 1.066C15.332 5.235 11.507 4.153 7.805 4.86a.698.698 0 0 1-.262-1.37Z'/%3E%3Cpath d='M9.07 16.047a.93.93 0 0 1 .931-.93h.01a.93.93 0 1 1 0 1.86h-.01a.93.93 0 0 1-.93-.93Zm1.637-8.013a.7.7 0 0 1 .795-.584c1.82.28 3.542 1.196 5.008 2.493a.698.698 0 0 1-.925 1.045c-1.311-1.16-2.795-1.928-4.295-2.159a.7.7 0 0 1-.583-.795'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.001 0h20v20h-20z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center/20px no-repeat;
    border-radius: 50%;
    box-shadow: none;
    height: 34px;
    margin-right: 0;
    width: 34px
}

@media (min-width:1140px) {
    .vue-notification-group .vue-notification.offline:before {
        height: 34px;
        width: 34px
    }
}

.vue-notification-group .vue-notification.offline:after {
    display: none
}

@media (min-width:640px) {
    .vue-notification-group .vue-notification.offline {
        min-width: 303px;
        padding: 10px 14px !important
    }
}

@media (min-width:1140px) {
    .vue-notification-group .vue-notification.offline {
        justify-content: flex-end;
        max-width: 343px;
        padding: 15px 18px !important;
        width: -moz-max-content;
        width: max-content
    }
}

@media (min-width:1628px) {
    .vue-notification-group .vue-notification.offline {
        border-radius: 16px
    }
}

.vue-notification-group .vue-notification--with-button {
    gap: 16px 12px
}

.vue-notification-group .vue-notification--with-button:after {
    background-color: var(--colors-base-white-70)
}

@media (max-width:1139px) {
    .vue-notification-group .vue-notification--with-button {
        display: grid !important;
        grid-template-columns: 34px 1fr
    }
}

@media (min-width:640px) {
    .vue-notification-group .vue-notification--with-button {
        gap: 16px
    }
}

@media (min-width:1140px) {
    .vue-notification-group .vue-notification--with-button {
        gap: 20px
    }
}

.notification-wrapper {
    overflow: visible !important;
    padding: 0 10px 10px !important
}

.vue-notification__close {
    align-items: center;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: var(--buttons-secondary-c-bg-default) !important;
    border-radius: var(--buttons-s-radius);
    color: var(--text-text) !important;
    cursor: pointer;
    display: flex;
    height: 36px !important;
    justify-content: center;
    padding: var(--buttons-icon-s) !important;
    transition: background-color .2s ease-out;
    width: 36px
}

.vue-notification__close.offline {
    display: none
}

.vue-notification__close .btn__inner {
    padding: 2px
}

.no-touch .vue-notification__close:hover {
    background-color: var(--buttons-icon-primary-icon-hover) !important
}

@media (min-width:1140px) {
    .vue-notification__close {
        height: 40px !important;
        width: 40px
    }
}

.vue-notification__close-icon {
    color: var(--buttons-icon-secondary-a-icon-default);
    height: 16px;
    width: 16px
}

.vue-notification-cancel {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: flex-end
}

@media (max-width:1139px) {
    .vue-notification-cancel {
        grid-column: 1/3
    }
}

@media (min-width:1140px) {
    .vue-notification-cancel {
        flex-direction: column;
        gap: 4px
    }
}

.vue-notification-cancel-button__counter {
    color: var(--text-description-a);
    display: inline-block;
    margin-left: 3px;
    min-width: 16px
}

@media (max-width:1139px) {
    .vue-notification-cancel-button__counter {
        order: -1
    }
}

.notification-content {
    color: var(--text-description-a);
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    gap: 4px;
    justify-content: center;
    line-height: 20px;
    min-height: 40px
}

.offline .notification-content {
    color: var(--text-text);
    font-weight: 600
}

.notification-content.notification-content--without-title {
    color: var(--text-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

@media (min-width:1140px) {
    .notification-content.notification-content--without-title {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }

    .notification-content {
        gap: 8px
    }
}

.notification-title {
    color: var(--text-text);
    font-weight: 600
}

@media (min-width:1628px) {
    .notification-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px
    }
}

.d-desktop-game-inline {
    display: inline
}

.d-desktop-game-inline-block {
    display: inline-block
}

.d-desktop-game-block {
    display: block
}

.d-desktop-game-flex {
    display: flex
}

.d-mobile-game-block,
.d-mobile-game-flex,
.d-mobile-game-inline,
.d-mobile-game-inline-block,
.no-desktop .d-desktop-game-block,
.no-desktop .d-desktop-game-flex,
.no-desktop .d-desktop-game-inline,
.no-desktop .d-desktop-game-inline-block {
    display: none
}

.no-desktop .d-mobile-game-inline {
    display: inline
}

.no-desktop .d-mobile-game-inline-block {
    display: inline-block
}

.no-desktop .d-mobile-game-block {
    display: block
}

.no-desktop .d-mobile-game-flex {
    display: flex
}

.vb-dragger {
    background-color: var(--colors-base-white-25);
    border-radius: var(--roundings-l);
    right: 8px;
    width: 4px
}

.bottom-sheet .vb-dragger,
.custom-adaptive-modal .vb-dragger,
.play__iframe .vb-dragger {
    display: none
}

.custom-modal--authorized .vb-dragger,
.custom-modal--registration .vb-dragger,
.custom-modal--signin .vb-dragger {
    background-color: transparent
}

.custom-modal--statuses-modal .vb-dragger {
    background-color: var(--colors-base-white-30);
    display: block
}

@media (min-width:1140px) {
    .custom-modal--partners-contests-create-contest .partners-contests-create-contest__prizes-list-wr--scrollable .vb-dragger {
        background-color: var(--colors-base-white-30);
        display: block;
        right: 0
    }
}

.bottom-sheet--bonuses-list .vb-dragger {
    border-radius: 2px;
    display: block
}

.accounts-list .vb-dragger,
.currency-list .vb-dragger,
.custom-select__options-wrap .vb-dragger,
.games-sort-filter-list__wrap .vb-dragger,
.search .vb-dragger {
    background-color: transparent;
    opacity: 0;
    transition: opacity .2s ease-out
}

.accounts-list .vb-dragger .vb-dragger-styler,
.currency-list .vb-dragger .vb-dragger-styler,
.custom-select__options-wrap .vb-dragger .vb-dragger-styler,
.games-sort-filter-list__wrap .vb-dragger .vb-dragger-styler,
.search .vb-dragger .vb-dragger-styler {
    background-color: var(--colors-base-white-25);
    border-radius: 100px;
    height: calc(100% - var(--spacings-xl))
}

.search .vb-scrolling-phantom .vb-dragger {
    opacity: 1
}

.custom-select__options-wrap .vb-dragger,
.games-sort-filter-list__wrap .vb-dragger {
    opacity: 1;
    right: 4px
}

.custom-select__options-wrap .vb-dragger .vb-dragger-styler,
.games-sort-filter-list__wrap .vb-dragger .vb-dragger-styler {
    height: 100%;
    transform: scaleY(.92)
}

.custom-select__options-wrap .vb-dragger .vb-dragger-styler {
    background-color: var(--colors-base-white-30);
    height: 100%;
    margin-top: 8px
}

.custom-accordion__content-wr .vb-dragger {
    background-color: var(--colors-base-white-30);
    cursor: pointer;
    display: block;
    right: 4px;
    transform: scaleY(.9);
    transform-origin: center
}

.currency-list .vb-dragger {
    opacity: 1;
    right: 4px
}

.currency-list .vb-dragger .vb-dragger-styler {
    background-color: var(--colors-base-white-30);
    height: 100%;
    margin-top: 12px
}

.accounts-list .vb-dragger {
    opacity: 1;
    right: 0
}

.accounts-list .vb-dragger .vb-dragger-styler {
    background-color: var(--colors-base-white-30);
    height: 100%
}

.my-bonuses-btn__dropdown .vb-dragger {
    background-color: var(--colors-base-white-30);
    right: 4px;
    transform: scaleY(.95)
}

.container {
    background-color: var(--white);
    border-radius: 24px;
    box-shadow: 0 6px 50px 0 var(--gray-500-p-08);
    display: flex;
    padding-block: 20px 16px
}

.container__item {
    border-bottom: 1px solid var(--gray-500-p-20);
    display: flex;
    padding: 24px
}

.container__item:first-child {
    padding-top: 0
}

.container__item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.container--empty-background {
    background-color: transparent;
    border-radius: none;
    box-shadow: none
}

.container--no-gap {
    padding: 0
}

.container--item-gap-block>.container__item {
    padding: 0;
    padding-block: 24px
}

.button-sheet-container {
    position: relative;
    z-index: 10040
}

.button-sheet-container .bottom-sheet__content>div {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow-y: scroll
}

.gender-radio-inner {
    align-items: center;
    display: flex
}

.personal-data-wrap .gender-radio-inner {
    padding: 0 16px
}

.gender-radio-wrap.disabled>* {
    pointer-events: none
}

.gender-radio-wrap.form-constructor__field-wrap {
    padding: 0 16px
}

.gender-radio,
.gender-radio__item {
    align-items: center;
    display: flex
}

.gender-radio__item {
    gap: 8px;
    margin-right: 32px;
    min-height: 40px;
    position: relative;
    z-index: 0
}

.gender-radio__item input[type=radio] {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.no-touch .gender-radio__item input[type=radio]:not([disabled]):hover~.gender-radio__label {
    cursor: pointer
}

.gender-radio__item input[type=radio]:checked+.gender-radio__button {
    background: var(--gradient-tokens-backgrounds-h);
    border: none
}

.gender-radio__item input[disabled] {
    cursor: inherit
}

.gender-radio__item input[disabled]~.gender-radio__label {
    cursor: text
}

.missing-data .gender-radio__item,
.personal-data-wrap_reverse .gender-radio__item {
    flex-direction: row-reverse
}

.gender-radio-disabled .gender-radio__item {
    pointer-events: none
}

.gender-radio__button,
.gender-radio__button-wr {
    height: 24px;
    width: 24px
}

.gender-radio__button {
    align-items: center;
    background-color: var(--checkbox-bg-inactive-default);
    border-radius: 100%;
    box-shadow: var(--inner-shadow);
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    position: relative
}

.no-touch .gender-radio__item:hover .gender-radio__button {
    background-color: var(--checkbox-bg-inactive-hover)
}

.gender-radio__button.check {
    background: var(--gradient-tokens-backgrounds-h)
}

.gender-radio__button.check:before {
    border: solid var(--white);
    border-width: 0 2px 2px 0;
    content: "";
    height: 8px;
    margin: 0 -3px 0 -1px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 5px
}

.gender-radio__button.active {
    background: var(--gradient-tokens-backgrounds-k);
    border: none
}

.no-touch .gender-radio__button.active:hover {
    background: var(--gradient-tokens-backgrounds-k-70)
}

.gender-radio__button.active:before {
    border: solid var(--checkbox-icon-active-default);
    border-width: 0 2px 2px 0;
    content: "";
    height: 8px;
    margin: 0 -3px 0 -1px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 5px
}

.no-touch .gender-radio__item:hover .gender-radio__button.active:before {
    opacity: .7
}

.gender-radio__label {
    color: var(--white);
    transition: all .2s ease-out;
    z-index: 1
}

.gender-radio__label-text {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

.country-select {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.country-select__flag {
    left: 16px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.country-select--opened .country-select__flag {
    z-index: 1
}

.country-select--disabled .country-select__flag {
    opacity: .5
}

.country-select__flag-icon {
    border-radius: 50%;
    flex-shrink: 0;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 20px
}

.country-select__selected {
    align-items: center;
    background-color: var(--input-bg-default);
    border: 1px solid var(--input-border-default);
    border-radius: 12px;
    color: var(--input-text-filled);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 24px;
    padding: 12px 44px;
    transition: all .2s ease-out;
    width: 100%
}

.no-touch .country-select__selected:hover:not(.country-select--disabled .country-select__selected) {
    background-color: var(--input-bg-hover);
    border-color: var(--input-border-hover);
    color: var(--input-label-hover)
}

.country-select--disabled .country-select__selected {
    background-color: var(--input-bg-disable);
    border: 1px solid var(--input-border-disable);
    cursor: default
}

.country-select--opened .country-select__selected {
    border-color: var(--input-border-active)
}

.country-select__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.country-select--disabled .country-select__name {
    opacity: .5
}

.country-select__arrow {
    align-items: center;
    color: var(--input-icon-right-default);
    display: flex;
    height: 20px;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .15s ease-out;
    width: 20px
}

.country-select--disabled .country-select__arrow {
    opacity: .5
}

.country-select__arrow-up {
    transform: translateY(-50%) rotateX(180deg)
}

.country-select__arrow-icon {
    height: 6px;
    margin: 8px 5px auto;
    width: 10px
}

.profile-edit__col .country-select__arrow-icon {
    height: auto;
    margin: 7px 4px auto;
    width: 12px
}

.country-select__header {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px
}

@media (max-width:1139px) {
    .country-select__header {
        padding-left: 8px;
        padding-right: 8px
    }
}

.country-select__label {
    font-size: var(--headings-h2-font-size);
    font-weight: var(--headings-h2-weight);
    line-height: var(--headings-h2-line-height);
    margin-bottom: var(--spacings-2xl);
    padding: var(--spacings-xs) 0;
    text-align: center
}

.country-select__search-input-wrap {
    position: relative
}

@media (min-width:640px) {
    .country-select__search-input {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.country-select__options-scroll {
    overflow: auto;
    position: relative
}

.country-select__options-scroll::-webkit-scrollbar {
    background-color: transparent;
    color: transparent;
    display: none;
    height: 0;
    opacity: 0;
    width: 0
}

.country-select__options-scroll::-webkit-scrollbar-thumb,
.country-select__options-scroll::-webkit-scrollbar-track {
    background: transparent;
    display: none
}

@media (min-width:640px) {
    .country-select__options-scroll {
        max-height: 280px;
        padding: 8px
    }

    .registration-form__registration--social .country-select__options-scroll {
        max-height: 220px
    }
}

@media (min-width:1140px) {
    .registration-form__registration--social .country-select__options-scroll {
        max-height: 260px
    }
}

.country-select__option {
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    padding: 10px 12px 10px 8px
}

.country-select__option+.country-select__option {
    margin-top: 4px
}

.no-touch .country-select__option:hover {
    background-color: var(--selector-item-a-bg-hover)
}

.country-select__option.active {
    background-color: var(--selector-item-a-bg-active);
    box-shadow: var(--inner-shadow)
}

.country-select__options-image {
    border-radius: 50%;
    flex-shrink: 0;
    height: 20px;
    margin-right: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 20px
}

.country-select__option-label {
    display: -webkit-box;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.payment {
    display: flex;
    justify-content: center
}

@media (max-width:639px) {
    .payment {
        background-color: var(--backgrounds-b);
        height: 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width:640px) {
    .payment {
        max-width: 572px;
        min-height: 276px;
        min-width: 572px;
        overflow: hidden
    }
}

@media (min-width:640px) and (max-width:1139px) {
    .payment {
        max-height: calc(100vh - 80px);
        max-height: calc(100dvh - 80px)
    }
}

@media (min-width:1140px) {
    .payment {
        max-height: calc(100vh - 80px);
        max-width: 660px;
        min-width: 660px
    }
}

.custom-modal--deposit .payment {
    width: 100%
}

@media (min-width:832px) {
    .payment.payment--cashbox-mf-active:not(.payment--missing-data-open) {
        max-width: 700px;
        min-width: 700px
    }
}

@media (min-width:640px) {
    .payment--no-tabs {
        max-width: 572px;
        min-width: 572px
    }
}

@media (min-width:1140px) {
    .payment--no-tabs {
        max-width: 500px;
        min-width: 500px
    }
}

@media (min-width:640px) {
    .payment--no-scroll-bar {
        border-radius: var(--roundings-m);
        overflow: hidden
    }
}

.payment__inner {
    display: flex;
    flex-direction: column;
    width: 100%
}

@media (max-width:639px) {
    .payment__inner {
        height: 100%
    }
}

.payment__inner--cashout {
    padding-bottom: 0
}

.payment__tabs-wr {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 16px 84px 20px var(--spacings-page-paddings)
}

@media (min-width:640px) {
    .payment__tabs-wr {
        background-color: var(--backgrounds-b);
        border-radius: var(--roundings-m);
        min-height: 60px;
        padding: 0 20px
    }
}

.payment__tabs-wr--fixed {
    background-color: var(--backgrounds-b);
    z-index: 1
}

.payment__tabs {
    align-items: center;
    display: flex;
    gap: var(--spacings-l);
    overflow: auto;
    width: 100%
}

.payment__tabs::-webkit-scrollbar {
    background-color: transparent;
    color: transparent;
    display: none;
    height: 0;
    opacity: 0;
    width: 0
}

.payment__tabs::-webkit-scrollbar-thumb,
.payment__tabs::-webkit-scrollbar-track {
    background: transparent;
    display: none
}

.payment__tab.btn {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    color: var(--text-text);
    cursor: pointer;
    display: flex;
    font-size: var(--buttons-font-s-font-size);
    font-weight: var(--buttons-font-s-weight);
    height: auto;
    line-height: var(--buttons-font-s-line-height);
    padding: var(--tabs-m-vert) 0;
    text-transform: uppercase;
    transition: color .2s ease-out;
    white-space: nowrap
}

.payment__tab.btn .btn__inner {
    gap: var(--tabs-s-gap)
}

.payment__tab.btn:before {
    background-color: var(--colors-global-accent-a);
    bottom: 0;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.no-touch .payment__tab.btn:hover {
    color: var(--text-description-b)
}

.payment__tab.btn.active {
    pointer-events: none;
    position: relative
}

.payment__tab.btn.active:before {
    content: ""
}

@media (min-width:640px) {
    .payment__tab.btn {
        color: var(--text-text);
        cursor: pointer;
        font-size: var(--buttons-font-s-font-size);
        font-weight: var(--buttons-font-s-weight);
        line-height: var(--buttons-font-s-line-height);
        padding: var(--tabs-l-vert) 0;
        text-transform: uppercase;
        transition: color .2s ease-out;
        white-space: nowrap
    }

    .payment__tab.btn:before {
        background-color: var(--colors-global-accent-a);
        bottom: 0;
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .no-touch .payment__tab.btn:hover {
        color: var(--text-description-b)
    }

    .payment__tab.btn .btn__inner {
        gap: var(--tabs-l-gap)
    }
}

.payment__btns {
    align-items: center;
    display: flex
}

.payment__tab-icon-wr {
    border-radius: 50%;
    display: flex;
    height: 20px;
    place-items: center;
    width: 20px
}

.payment__tab-icon {
    height: 100%
}

.payment__tab-icon.currency-icon {
    background-color: transparent
}

.payment__close.btn {
    left: auto;
    position: absolute;
    right: 16px;
    top: 18px;
    transform: none;
    z-index: 9999
}

@media (min-width:640px) {
    .payment__close.btn {
        right: 20px;
        top: 12px
    }
}

@media (min-width:1140px) {
    .payment__close.btn {
        left: calc(100% + 12px);
        top: 0
    }
}

@media (max-width:639px) {
    .payment--no-tabs .payment__close.btn {
        top: 16px
    }
}

@media (min-width:640px) and (max-width:1139px) {
    .payment--no-tabs .payment__close.btn {
        right: var(--spacings-2xl);
        top: var(--spacings-2xl)
    }
}

.payment__close--transparent {
    z-index: 200
}

.payment__bonuses-toggle {
    margin-bottom: 11px
}

.payment__bonuses-toggle:last-child {
    margin-bottom: 0
}

.payment__bonus-code {
    flex: 1 1 auto
}

.payment__bonuses-wr {
    font-size: 0;
    letter-spacing: -4px;
    line-height: 0;
    margin-bottom: 20px
}

.payment__bonuses-wr:last-child {
    margin-bottom: 0
}

.payment__promocode-form-line {
    display: flex;
    flex-direction: row-reverse
}

.payment__promocode-form-line--has-code {
    display: block
}

.payment__bonus-switcher {
    margin: 20px 0 10px;
    text-align: center
}

@media (max-width:639px) {
    .payment__inner .payment__bonus-switcher {
        margin-bottom: 24px
    }
}

.payment__content {
    display: flex
}

@media (max-width:639px) {
    .payment__content {
        flex: 1 1 100%
    }
}

@media (max-width:1023px) and (orientation:landscape) {
    .payment__content {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto
    }

    .payment__content::-webkit-scrollbar {
        background-color: transparent;
        color: transparent;
        display: none;
        height: 0;
        opacity: 0;
        width: 0
    }

    .payment__content::-webkit-scrollbar-thumb,
    .payment__content::-webkit-scrollbar-track {
        background: transparent;
        display: none
    }
}

@media (min-width:640px) {
    .payment__content {
        background: var(--backgrounds-b);
        border-radius: var(--roundings-m)
    }

    .payment__content:not(.payment--no-tabs .payment__content) {
        margin-top: 8px
    }
}

@media (max-width:1023px) and (orientation:landscape) {
    .payment--no-tabs .payment__content {
        height: auto
    }
}

@media (min-width:640px) and (max-width:1139px) {
    .payment--no-tabs .payment__content {
        border-radius: var(--roundings-l)
    }
}

.payment__content-inner-2 {
    display: flex !important;
    flex-direction: column;
    flex-shrink: 0;
    gap: 20px;
    padding-right: 0 !important;
    width: 100% !important
}

.custom-modal--balance .payment__content-inner-2 {
    border-radius: 8px
}

.payment__content-inner-2::-webkit-scrollbar {
    background-color: transparent;
    color: transparent;
    display: none;
    height: 0;
    opacity: 0;
    width: 0
}

.payment__content-inner-2::-webkit-scrollbar-thumb,
.payment__content-inner-2::-webkit-scrollbar-track {
    background: transparent;
    display: none
}

.payment__content-inner-1 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: auto;
    width: 100%
}

.payment__content-inner-1.payment__content-inner-1--hide,
.payment__content-inner-1:empty {
    display: none
}

.payment__inner--missing-data .payment__content-inner-1 {
    padding: 0;
    position: relative
}

.payment--cashbox-mf-active .payment__content-inner-1 {
    height: auto
}

.payment--preloader .payment__content-inner-1 {
    height: 100%
}

.payment__content-inner-1 iframe {
    display: block
}

@media (min-width:640px) {
    .payment__content-inner-1.payment__content-inner-1--with-loader:first-child {
        padding-top: 20px
    }

    .payment__content-inner-1.payment__content-inner-1--with-loader:last-child {
        padding-bottom: 20px
    }
}

.payment__content-inner--preloader {
    max-height: 100%;
    min-height: 270px
}

.payment--minimal-qtu-payments .payment__inner--tooltip-shown {
    padding-bottom: 0
}

.payment__currency {
    display: flex;
    padding: 8px var(--spacings-page-paddings) 20px;
    position: relative
}

.payment__currency:after {
    background: var(--border-a);
    bottom: 0;
    content: "";
    height: 1px;
    left: var(--spacings-page-paddings);
    position: absolute;
    right: var(--spacings-page-paddings)
}

@media (min-width:640px) {
    .payment__currency {
        justify-content: flex-end;
        padding: 20px
    }

    .payment__currency:after {
        left: 20px;
        right: 20px
    }
}

.payment__currency.payment__currency--no-border {
    padding-bottom: 0
}

.payment__currency.payment__currency--no-border:after {
    content: none
}

.payment__currency-inner {
    display: flex;
    flex-direction: column;
    gap: 6px
}

@media (min-width:640px) {
    .payment__currency-inner {
        align-items: flex-end;
        flex-direction: row
    }
}

.payment__currency-title {
    color: var(--text-description-a);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

@media (min-width:640px) {
    .payment__currency-title {
        display: flex;
        justify-content: flex-end;
        margin: 0 0 6px;
        white-space: nowrap
    }
}

.payment__currency-list {
    position: relative
}

@media (max-width:639px) {
    .payment__currency-list {
        flex-grow: 1
    }
}

@media (min-width:640px) {
    .payment__currency-list {
        flex: 1
    }
}

.payment__bonus-block:empty {
    display: none
}

.payment__payment-providers-list--crypto~.payment__bonus-block,
.payment__payment-providers-list:empty~.payment__bonus-block {
    border-top: 1px solid var(--border-a);
    padding-top: 16px
}

@media (max-width:639px) {
    .payment__bonus-block {
        padding: 0 16px 16px
    }
}

@media (min-width:640px) {
    .payment__bonus-block {
        padding: 0 20px 20px
    }

    .payment__payment-providers-list:empty~.payment__bonus-block {
        margin-top: -16px;
        padding-top: 20px
    }

    .payment__payment-providers-list--crypto~.payment__bonus-block {
        padding-top: 20px
    }
}

.payment__nav {
    padding: 0 var(--spacings-page-paddings) 20px
}

@media (max-width:639px) {
    .payment__info-message--no-offset-bottom+.payment__nav {
        padding-top: 20px
    }
}

@media (min-width:640px) {
    .payment__nav {
        padding: 20px
    }
}

.payment__payment-area {
    flex: auto
}

.payment__payment-area--bordered {
    border-top: 1px solid var(--border-a)
}

.payment__info {
    padding: 20px var(--spacings-page-paddings) 0
}

.payment__info:empty {
    padding-bottom: 0;
    padding-top: 0
}

.payment__info+.payment__payment-area .payment-area,
.payment__message-bonus+.payment__info {
    border-top: none
}

@media (min-width:640px) {
    .payment__common-providers+.payment__info {
        padding-top: 0
    }

    .payment__nav+.payment__info,
    .payment__nav+.payment__payment-providers-list:empty+.payment__info {
        border-top: none;
        padding-top: 0
    }
}

@media (max-width:639px) {
    .payment__info {
        border-top: 1px solid var(--border-a)
    }
}

@media (min-width:640px) {
    .payment__info {
        padding: 20px 20px 0
    }
}

@media (max-width:639px) {
    .payment--cashout .payment__info {
        padding-top: 16px
    }
}

.payment__info-text {
    color: var(--text-description-a);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left
}

.payment__info-text span {
    color: var(--text-text);
    font-weight: 700
}

.payment-crypto__conversion-link+.payment__info-text {
    margin-top: 20px
}

.prize-drop-list {
    display: flex;
    gap: var(--spacings-xs)
}

@media (max-width:639px) {
    .prize-drop-list {
        flex-direction: column
    }
}

@media (min-width:640px) and (max-width:1139px) {
    .prize-drop-list {
        flex-wrap: wrap
    }
}

@media (min-width:1140px) and (max-width:1627px) {
    .prize-drop-list {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .prize-drop-list::-webkit-scrollbar {
        display: none
    }
}

@media (min-width:1628px) {
    .prize-drop-list {
        gap: 12px
    }
}

@media (max-width:639px) {
    .prize-drop-list__item {
        width: 100%
    }
}

@media (min-width:640px) and (max-width:1139px) {
    .prize-drop-list__item {
        flex-grow: 1;
        width: calc(50% - 4px)
    }
}

@media (min-width:1140px) {
    .prize-drop-list__item {
        width: calc(33.33333% - 6px)
    }
}

@media (min-width:1140px) and (max-width:1627px) {
    .prize-drop-list__item {
        min-width: 328px
    }
}

@media (min-width:1628px) {
    .prize-drop-list__item {
        width: calc(33.33333% - 6px)
    }
}

@media (min-width:640px) and (max-width:1139px) {
    .prize-drop-list__item:first-child {
        width: 100%
    }
}

.prize-drop-level {
    align-items: center;
    background: var(--backgrounds-b);
    border-radius: var(--roundings-m);
    box-shadow: var(--inner-shadow);
    display: flex;
    gap: 8px;
    padding: 12px;
    width: 100%
}

@media (min-width:1628px) {
    .prize-drop-level {
        gap: 12px;
        padding: 16px
    }
}

.prize-drop-section .prize-drop-level {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: var(--backgrounds-a-70);
    border-radius: 12px
}

@media (min-width:640px) and (max-width:1139px) {
    .prize-drop-section .prize-drop-level {
        border-radius: var(--roundings-s)
    }
}

@media (min-width:1628px) {
    .prize-drop-section .prize-drop-level {
        gap: 8px
    }
}

.prize-drop-level__img {
    height: 60px;
    width: 60px
}

@media (min-width:1628px) {
    .promo-event__description .prize-drop-level__img {
        height: 76px;
        width: 76px
    }
}

.prize-drop-level__summary {
    container-name: prize-wr;
    container-type: inline-size;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 2px
}

@media (min-width:1140px) {
    .promo-event__description .prize-drop-level__summary {
        gap: 4px
    }
}

@media (min-width:1628px) {
    .promo-event__description .prize-drop-level__summary {
        gap: 8px
    }
}

@container prize-wr (max-width: 200px) {
    .main-wrapper:not(:has(.menu-burger--small)) .prize-drop-level__value {
        --cut: 80px
    }
}

@container prize-wr (min-width: 201px) {
    .main-wrapper:not(:has(.menu-burger--small)) .prize-drop-level__value {
        --cut: max-content
    }
}

.prize-drop-level__name {
    color: var(--text-text);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    padding: 2px 0;
    text-transform: uppercase
}

.prize-drop-level__value {
    color: var(--colors-global-accent-d);
    font-size: 24px;
    font-weight: var(--headings-h2-weight);
    line-height: 32px;
    white-space: nowrap
}

.prize-drop-list__item:nth-child(2) .prize-drop-level__value {
    color: var(--colors-global-accent-b)
}

.prize-drop-list__item:nth-child(3) .prize-drop-level__value {
    color: var(--colors-global-accent-c)
}

@media (min-width:1140px) and (max-width:1627px) {

    .prize-drop-section .prize-drop-list__item:nth-child(2) .prize-drop-level__value,
    .prize-drop-section .prize-drop-list__item:nth-child(3) .prize-drop-level__value {
        max-width: var(--cut, -moz-max-content);
        max-width: var(--cut, max-content);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media (min-width:1628px) {

    .prize-drop-section .prize-drop-list__item:nth-child(2) .prize-drop-level__value,
    .prize-drop-section .prize-drop-list__item:nth-child(3) .prize-drop-level__value {
        max-width: -moz-fit-content;
        max-width: fit-content
    }
}

@media (min-width:640px) and (max-width:1139px) {

    .promo-event__description .prize-drop-list__item:nth-child(2) .prize-drop-level__value,
    .promo-event__description .prize-drop-list__item:nth-child(3) .prize-drop-level__value {
        max-width: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media (min-width:1628px) {
    .prize-drop-level__value {
        font-size: 30px;
        line-height: 32px
    }

    .prize-drop-section .prize-drop-level__value {
        font-size: 24px
    }
}

.prize-drop-level__box {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    text-align: right
}

@media (min-width:1140px) {
    .prize-drop-section .prize-drop-level__box {
        gap: 6px
    }
}

.prize-drop-level__label,
.prize-drop-level__prizes {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    padding: 8px;
    white-space: nowrap
}

.promo-event__description .prize-drop-level__label,
.promo-event__description .prize-drop-level__prizes {
    letter-spacing: .16px
}

.prize-drop-level__label {
    color: var(--text-description-b);
    margin-bottom: -2px
}

@media (min-width:1628px) {
    .prize-drop-level__label {
        margin-bottom: 6px;
        padding: 6px 12px
    }
}

.prize-drop-level__prizes {
    background: var(--backgrounds-g);
    border-radius: 6px;
    color: var(--text-text)
}

@media (min-width:1628px) {
    .prize-drop-level__prizes {
        padding: 8px 12px
    }
}

.onboarding {
    align-items: flex-start;
    background: var(--backgrounds-b);
    border-radius: var(--roundings-m);
    display: flex;
    flex-direction: column;
    gap: var(--spacings-l);
    margin: 0 0 var(--spacings-s);
    padding: var(--spacings-xl)
}

.onboarding__title {
    color: var(--colors-base-white-a);
    font-size: var(--headings-h3-font-size);
    font-weight: var(--headings-h3-weight);
    line-height: var(--headings-h3-line-height);
    padding: 6px 0;
    width: 100%
}

.onboarding__list {
    display: flex;
    gap: 8px;
    width: 100%
}

@media (max-width:1139px) {
    .onboarding__list {
        flex-direction: column
    }
}

@media (min-width:1140px) {
    .onboarding__list {
        flex-wrap: wrap
    }
}

.onboarding__item {
    background: var(--backgrounds-a-70);
    border-radius: var(--roundings-s);
    box-shadow: var(--inner-shadow);
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: var(--spacings-xl) var(--spacings-xl) var(--spacings-xl) 84px;
    position: relative;
    width: 100%
}

@media (min-width:1140px) {
    .onboarding__item {
        flex-grow: 1;
        padding: 16px 20px 20px
    }
}

@media (min-width:1140px) and (max-width:1627px) {
    .onboarding__item {
        width: calc(50% - 4px)
    }
}

@media (min-width:1628px) {
    .onboarding__item {
        gap: var(--spacings-xs);
        width: calc(33.33333% - 6px)
    }
}

@media (min-width:1140px) and (max-width:1627px) {
    .main-wrapper:has(.menu-burger--small) .onboarding__item {
        width: calc(33.33333% - 6px)
    }
}

.onboarding__img {
    height: 44px;
    position: absolute;
    width: 44px
}

@media (max-width:1139px) {
    .onboarding__img {
        left: 16px;
        top: 16px
    }
}

@media (min-width:1140px) {
    .onboarding__img {
        height: 60px;
        right: 20px;
        top: 16px;
        width: 60px
    }
}

.onboarding__label {
    color: var(--text-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

@media (min-width:1140px) {
    .onboarding__label {
        align-items: center;
        display: flex;
        min-height: 60px
    }
}

.onboarding__value {
    color: var(--text-description-a);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

:root {
    --layout-left: 0;
    --layout-right: 0;
    --layout-top: 0;
    --layout-bottom: 0
}

.main-wrapper {
    height: unset !important
}

@media (min-width:1140px) {
    .main-wrapper--error {
        height: 100vh !important
    }
}

.main-wr {
    min-height: 100vh
}

@media (min-width:1140px) {
    .main-wr {
        margin: 0 0 0 calc(100% - var(--content-width));
        padding-bottom: var(--bottom-notify-height);
        transition: margin-left .1s ease-out
    }

    .main-wr.static-page {
        margin-left: calc(var(--menu-burger-width) + 32px)
    }

    .menu-opened .main-wr.static-page {
        margin-left: calc(var(--menu-burger-width-opened) + 32px)
    }

    .game-page .main-wr {
        margin: 0
    }
}

@media (min-width:1628px) {
    .game-page .main-wr {
        margin: 0
    }
}

@media (min-width:1140px) {
    .main-wr.main-wr--friends-and-referrals {
        min-height: calc(100vh - var(--header-height) - var(--spacings-l))
    }
}

.sport-page .main-wr {
    margin: calc(var(--header-height)*-1) 0 0;
    padding: calc(var(--header-height)) 0 var(--bottom-notify-height)
}

@media (min-width:1140px) {
    .sport-page .main-wr {
        margin-left: var(--menu-burger-width)
    }

    .sport-page.menu-opened .main-wr {
        margin-left: var(--menu-burger-width-opened)
    }
}

@media (max-width:1139px) {
    .main-wr--profile {
        min-height: calc(100vh - var(--top-bar-height) - var(--back-title-height));
        min-height: calc(100dvh - var(--top-bar-height) - var(--back-title-height))
    }
}

.main-wr--preloader.main-wr {
    height: calc(100vh - var(--header-height) + var(--bottom-menu-height));
    margin-bottom: 0;
    margin-top: 0
}

@media (min-width:1140px) {
    .main-wr--preloader.main-wr {
        height: calc(100vh - var(--header-height))
    }
}

.main-wr--not-found {
    overflow: hidden
}

:root {
    --window-width: 100vw
}

@media (min-width:1921px) {
    .main-wr--show-filters {
        --window-width: 1920px
    }
}

.main {
    position: relative
}

@media (min-width:1140px) {
    .game-page .main {
        opacity: 0
    }
}

@media (min-width:1920px) {
    .main {
        margin: 0 auto;
        max-width: var(--main-container-max-width)
    }
}

.main-wr--show-filters .main {
    max-width: unset
}

@media (max-width:1139px) {
    .main--profile {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

@media (min-width:640px) {
    .main--profile {
        padding: 0 var(--spacings-page-paddings)
    }
}

@media (min-width:1920px) {
    .main--profile {
        padding: 0
    }
}

.main__top-inner {
    margin-top: var(--spacings-xs)
}

@media (min-width:1140px) {
    .main__top-inner {
        display: flex;
        justify-content: center;
        margin-top: var(--spacings-s);
        padding-inline: var(--spacings-page-paddings);
        padding-inline-start: 19px
    }
}

@media (min-width:1920px) {
    .main__top-inner {
        padding-inline: 0
    }
}

.main__top-inner-blocks {
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
    max-width: var(--main-container-max-width);
    width: 100%
}

@media (min-width:1140px) {
    .main__top-inner-blocks {
        align-items: center;
        flex-direction: row;
        gap: var(--spacings-xl)
    }
}

.main__nav-line {
    margin-block: var(--spacings-2xl) var(--spacings-xs);
    padding-inline: var(--spacings-page-paddings)
}

@media (min-width:1140px) {
    .main__nav-line {
        margin-bottom: 0;
        margin-top: 26px
    }
}

@media (min-width:1628px) {
    .main__nav-line {
        margin-top: 36px
    }
}

@media (min-width:1920px) {
    .main__nav-line {
        margin-inline: calc(var(--spacings-page-paddings)*-1)
    }
}

.error-page {
    max-width: unset
}

.overlay-open .overlay {
    background-image: linear-gradient(to bottom, var(--black-500-p-25), var(--black-500-p-25));
    bottom: 0;
    display: block;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10
}

@media (max-width:712px) {
    .overlay-open .overlay {
        z-index: 10001
    }
}

.currency-content,
.overlay {
    display: none
}

.currency-content.default {
    display: inline
}

.game-currency-content {
    display: none
}

.game-currency-content.default {
    display: inline
}

.currency-rub .currency-content.rub,
.currency-rub~* .currency-content.rub {
    display: inline !important
}

.currency-rub .drum-title .currency-content.rub,
.currency-rub~* .drum-title .currency-content.rub {
    display: block !important
}

.currency-rub .currency-content.default:not(.rub),
.currency-rub~* .currency-content.default:not(.rub) {
    display: none !important
}

.currency-usd .currency-content.usd,
.currency-usd~* .currency-content.usd {
    display: inline !important
}

.currency-usd .drum-title .currency-content.usd,
.currency-usd~* .drum-title .currency-content.usd {
    display: block !important
}

.currency-usd .currency-content.default:not(.usd),
.currency-usd~* .currency-content.default:not(.usd) {
    display: none !important
}

.currency-eur .currency-content.eur,
.currency-eur~* .currency-content.eur {
    display: inline !important
}

.currency-eur .drum-title .currency-content.eur,
.currency-eur~* .drum-title .currency-content.eur {
    display: block !important
}

.currency-eur .currency-content.default:not(.eur),
.currency-eur~* .currency-content.default:not(.eur) {
    display: none !important
}

.currency-kzt .currency-content.kzt,
.currency-kzt~* .currency-content.kzt {
    display: inline !important
}

.currency-kzt .drum-title .currency-content.kzt,
.currency-kzt~* .drum-title .currency-content.kzt {
    display: block !important
}

.currency-kzt .currency-content.default:not(.kzt),
.currency-kzt~* .currency-content.default:not(.kzt) {
    display: none !important
}

.currency-nok .currency-content.nok,
.currency-nok~* .currency-content.nok {
    display: inline !important
}

.currency-nok .drum-title .currency-content.nok,
.currency-nok~* .drum-title .currency-content.nok {
    display: block !important
}

.currency-nok .currency-content.default:not(.nok),
.currency-nok~* .currency-content.default:not(.nok) {
    display: none !important
}

.currency-pln .currency-content.pln,
.currency-pln~* .currency-content.pln {
    display: inline !important
}

.currency-pln .drum-title .currency-content.pln,
.currency-pln~* .drum-title .currency-content.pln {
    display: block !important
}

.currency-pln .currency-content.default:not(.pln),
.currency-pln~* .currency-content.default:not(.pln) {
    display: none !important
}

.currency-try .currency-content.try,
.currency-try~* .currency-content.try {
    display: inline !important
}

.currency-try .drum-title .currency-content.try,
.currency-try~* .drum-title .currency-content.try {
    display: block !important
}

.currency-try .currency-content.default:not(.try),
.currency-try~* .currency-content.default:not(.try) {
    display: none !important
}

.currency-uah .currency-content.uah,
.currency-uah~* .currency-content.uah {
    display: inline !important
}

.currency-uah .drum-title .currency-content.uah,
.currency-uah~* .drum-title .currency-content.uah {
    display: block !important
}

.currency-uah .currency-content.default:not(.uah),
.currency-uah~* .currency-content.default:not(.uah) {
    display: none !important
}

.currency-cad .currency-content.cad,
.currency-cad~* .currency-content.cad {
    display: inline !important
}

.currency-cad .drum-title .currency-content.cad,
.currency-cad~* .drum-title .currency-content.cad {
    display: block !important
}

.currency-cad .currency-content.default:not(.cad),
.currency-cad~* .currency-content.default:not(.cad) {
    display: none !important
}

.currency-nzd .currency-content.nzd,
.currency-nzd~* .currency-content.nzd {
    display: inline !important
}

.currency-nzd .drum-title .currency-content.nzd,
.currency-nzd~* .drum-title .currency-content.nzd {
    display: block !important
}

.currency-nzd .currency-content.default:not(.nzd),
.currency-nzd~* .currency-content.default:not(.nzd) {
    display: none !important
}

.currency-brl .currency-content.brl,
.currency-brl~* .currency-content.brl {
    display: inline !important
}

.currency-brl .drum-title .currency-content.brl,
.currency-brl~* .drum-title .currency-content.brl {
    display: block !important
}

.currency-brl .currency-content.default:not(.brl),
.currency-brl~* .currency-content.default:not(.brl) {
    display: none !important
}

.currency-aud .currency-content.aud,
.currency-aud~* .currency-content.aud {
    display: inline !important
}

.currency-aud .drum-title .currency-content.aud,
.currency-aud~* .drum-title .currency-content.aud {
    display: block !important
}

.currency-aud .currency-content.default:not(.aud),
.currency-aud~* .currency-content.default:not(.aud) {
    display: none !important
}

.currency-azn .currency-content.azn,
.currency-azn~* .currency-content.azn {
    display: inline !important
}

.currency-azn .drum-title .currency-content.azn,
.currency-azn~* .drum-title .currency-content.azn {
    display: block !important
}

.currency-azn .currency-content.default:not(.azn),
.currency-azn~* .currency-content.default:not(.azn) {
    display: none !important
}

.currency-inr .currency-content.inr,
.currency-inr~* .currency-content.inr {
    display: inline !important
}

.currency-inr .drum-title .currency-content.inr,
.currency-inr~* .drum-title .currency-content.inr {
    display: block !important
}

.currency-inr .currency-content.default:not(.inr),
.currency-inr~* .currency-content.default:not(.inr) {
    display: none !important
}

.currency-mxn .currency-content.mxn,
.currency-mxn~* .currency-content.mxn {
    display: inline !important
}

.currency-mxn .drum-title .currency-content.mxn,
.currency-mxn~* .drum-title .currency-content.mxn {
    display: block !important
}

.currency-mxn .currency-content.default:not(.mxn),
.currency-mxn~* .currency-content.default:not(.mxn) {
    display: none !important
}

.currency-ars .currency-content.ars,
.currency-ars~* .currency-content.ars {
    display: inline !important
}

.currency-ars .drum-title .currency-content.ars,
.currency-ars~* .drum-title .currency-content.ars {
    display: block !important
}

.currency-ars .currency-content.default:not(.ars),
.currency-ars~* .currency-content.default:not(.ars) {
    display: none !important
}

.currency-pen .currency-content.pen,
.currency-pen~* .currency-content.pen {
    display: inline !important
}

.currency-pen .drum-title .currency-content.pen,
.currency-pen~* .drum-title .currency-content.pen {
    display: block !important
}

.currency-pen .currency-content.default:not(.pen),
.currency-pen~* .currency-content.default:not(.pen) {
    display: none !important
}

.currency-ngn .currency-content.ngn,
.currency-ngn~* .currency-content.ngn {
    display: inline !important
}

.currency-ngn .drum-title .currency-content.ngn,
.currency-ngn~* .drum-title .currency-content.ngn {
    display: block !important
}

.currency-ngn .currency-content.default:not(.ngn),
.currency-ngn~* .currency-content.default:not(.ngn) {
    display: none !important
}

.currency-zar .currency-content.zar,
.currency-zar~* .currency-content.zar {
    display: inline !important
}

.currency-zar .drum-title .currency-content.zar,
.currency-zar~* .drum-title .currency-content.zar {
    display: block !important
}

.currency-zar .currency-content.default:not(.zar),
.currency-zar~* .currency-content.default:not(.zar) {
    display: none !important
}

.currency-clp .currency-content.clp,
.currency-clp~* .currency-content.clp {
    display: inline !important
}

.currency-clp .drum-title .currency-content.clp,
.currency-clp~* .drum-title .currency-content.clp {
    display: block !important
}

.currency-clp .currency-content.default:not(.clp),
.currency-clp~* .currency-content.default:not(.clp) {
    display: none !important
}

.currency-btc .currency-content.btc,
.currency-btc~* .currency-content.btc {
    display: inline !important
}

.currency-btc .drum-title .currency-content.btc,
.currency-btc~* .drum-title .currency-content.btc {
    display: block !important
}

.currency-btc .currency-content.default:not(.btc),
.currency-btc~* .currency-content.default:not(.btc) {
    display: none !important
}

.currency-sek .currency-content.sek,
.currency-sek~* .currency-content.sek {
    display: inline !important
}

.currency-sek .drum-title .currency-content.sek,
.currency-sek~* .drum-title .currency-content.sek {
    display: block !important
}

.currency-sek .currency-content.default:not(.sek),
.currency-sek~* .currency-content.default:not(.sek) {
    display: none !important
}

.currency-bch .currency-content.bch,
.currency-bch~* .currency-content.bch {
    display: inline !important
}

.currency-bch .drum-title .currency-content.bch,
.currency-bch~* .drum-title .currency-content.bch {
    display: block !important
}

.currency-bch .currency-content.default:not(.bch),
.currency-bch~* .currency-content.default:not(.bch) {
    display: none !important
}

.currency-eth .currency-content.eth,
.currency-eth~* .currency-content.eth {
    display: inline !important
}

.currency-eth .drum-title .currency-content.eth,
.currency-eth~* .drum-title .currency-content.eth {
    display: block !important
}

.currency-eth .currency-content.default:not(.eth),
.currency-eth~* .currency-content.default:not(.eth) {
    display: none !important
}

.currency-ltc .currency-content.ltc,
.currency-ltc~* .currency-content.ltc {
    display: inline !important
}

.currency-ltc .drum-title .currency-content.ltc,
.currency-ltc~* .drum-title .currency-content.ltc {
    display: block !important
}

.currency-ltc .currency-content.default:not(.ltc),
.currency-ltc~* .currency-content.default:not(.ltc) {
    display: none !important
}

.currency-trx .currency-content.trx,
.currency-trx~* .currency-content.trx {
    display: inline !important
}

.currency-trx .drum-title .currency-content.trx,
.currency-trx~* .drum-title .currency-content.trx {
    display: block !important
}

.currency-trx .currency-content.default:not(.trx),
.currency-trx~* .currency-content.default:not(.trx) {
    display: none !important
}

.currency-usdt .currency-content.usdt,
.currency-usdt~* .currency-content.usdt {
    display: inline !important
}

.currency-usdt .drum-title .currency-content.usdt,
.currency-usdt~* .drum-title .currency-content.usdt {
    display: block !important
}

.currency-usdt .currency-content.default:not(.usdt),
.currency-usdt~* .currency-content.default:not(.usdt) {
    display: none !important
}

.currency-xrp .currency-content.xrp,
.currency-xrp~* .currency-content.xrp {
    display: inline !important
}

.currency-xrp .drum-title .currency-content.xrp,
.currency-xrp~* .drum-title .currency-content.xrp {
    display: block !important
}

.currency-xrp .currency-content.default:not(.xrp),
.currency-xrp~* .currency-content.default:not(.xrp) {
    display: none !important
}

.currency-huf .currency-content.huf,
.currency-huf~* .currency-content.huf {
    display: inline !important
}

.currency-huf .drum-title .currency-content.huf,
.currency-huf~* .drum-title .currency-content.huf {
    display: block !important
}

.currency-huf .currency-content.default:not(.huf),
.currency-huf~* .currency-content.default:not(.huf) {
    display: none !important
}

.currency-jpy .currency-content.jpy,
.currency-jpy~* .currency-content.jpy {
    display: inline !important
}

.currency-jpy .drum-title .currency-content.jpy,
.currency-jpy~* .drum-title .currency-content.jpy {
    display: block !important
}

.currency-jpy .currency-content.default:not(.jpy),
.currency-jpy~* .currency-content.default:not(.jpy) {
    display: none !important
}

.currency-doge .currency-content.doge,
.currency-doge~* .currency-content.doge {
    display: inline !important
}

.currency-doge .drum-title .currency-content.doge,
.currency-doge~* .drum-title .currency-content.doge {
    display: block !important
}

.currency-doge .currency-content.default:not(.doge),
.currency-doge~* .currency-content.default:not(.doge) {
    display: none !important
}

.content-game-currency-rub .game-currency-content.rub {
    display: inline !important
}

.content-game-currency-rub .drum-title .game-currency-content.rub {
    display: block !important
}

.content-game-currency-rub .game-currency-content.default:not(.rub) {
    display: none !important
}

.content-game-currency-usd .game-currency-content.usd {
    display: inline !important
}

.content-game-currency-usd .drum-title .game-currency-content.usd {
    display: block !important
}

.content-game-currency-usd .game-currency-content.default:not(.usd) {
    display: none !important
}

.content-game-currency-eur .game-currency-content.eur {
    display: inline !important
}

.content-game-currency-eur .drum-title .game-currency-content.eur {
    display: block !important
}

.content-game-currency-eur .game-currency-content.default:not(.eur) {
    display: none !important
}

.content-game-currency-kzt .game-currency-content.kzt {
    display: inline !important
}

.content-game-currency-kzt .drum-title .game-currency-content.kzt {
    display: block !important
}

.content-game-currency-kzt .game-currency-content.default:not(.kzt) {
    display: none !important
}

.content-game-currency-nok .game-currency-content.nok {
    display: inline !important
}

.content-game-currency-nok .drum-title .game-currency-content.nok {
    display: block !important
}

.content-game-currency-nok .game-currency-content.default:not(.nok) {
    display: none !important
}

.content-game-currency-pln .game-currency-content.pln {
    display: inline !important
}

.content-game-currency-pln .drum-title .game-currency-content.pln {
    display: block !important
}

.content-game-currency-pln .game-currency-content.default:not(.pln) {
    display: none !important
}

.content-game-currency-try .game-currency-content.try {
    display: inline !important
}

.content-game-currency-try .drum-title .game-currency-content.try {
    display: block !important
}

.content-game-currency-try .game-currency-content.default:not(.try) {
    display: none !important
}

.content-game-currency-uah .game-currency-content.uah {
    display: inline !important
}

.content-game-currency-uah .drum-title .game-currency-content.uah {
    display: block !important
}

.content-game-currency-uah .game-currency-content.default:not(.uah) {
    display: none !important
}

.content-game-currency-cad .game-currency-content.cad {
    display: inline !important
}

.content-game-currency-cad .drum-title .game-currency-content.cad {
    display: block !important
}

.content-game-currency-cad .game-currency-content.default:not(.cad) {
    display: none !important
}

.content-game-currency-nzd .game-currency-content.nzd {
    display: inline !important
}

.content-game-currency-nzd .drum-title .game-currency-content.nzd {
    display: block !important
}

.content-game-currency-nzd .game-currency-content.default:not(.nzd) {
    display: none !important
}

.content-game-currency-brl .game-currency-content.brl {
    display: inline !important
}

.content-game-currency-brl .drum-title .game-currency-content.brl {
    display: block !important
}

.content-game-currency-brl .game-currency-content.default:not(.brl) {
    display: none !important
}

.content-game-currency-aud .game-currency-content.aud {
    display: inline !important
}

.content-game-currency-aud .drum-title .game-currency-content.aud {
    display: block !important
}

.content-game-currency-aud .game-currency-content.default:not(.aud) {
    display: none !important
}

.content-game-currency-azn .game-currency-content.azn {
    display: inline !important
}

.content-game-currency-azn .drum-title .game-currency-content.azn {
    display: block !important
}

.content-game-currency-azn .game-currency-content.default:not(.azn) {
    display: none !important
}

.content-game-currency-inr .game-currency-content.inr {
    display: inline !important
}

.content-game-currency-inr .drum-title .game-currency-content.inr {
    display: block !important
}

.content-game-currency-inr .game-currency-content.default:not(.inr) {
    display: none !important
}

.content-game-currency-mxn .game-currency-content.mxn {
    display: inline !important
}

.content-game-currency-mxn .drum-title .game-currency-content.mxn {
    display: block !important
}

.content-game-currency-mxn .game-currency-content.default:not(.mxn) {
    display: none !important
}

.content-game-currency-ars .game-currency-content.ars {
    display: inline !important
}

.content-game-currency-ars .drum-title .game-currency-content.ars {
    display: block !important
}

.content-game-currency-ars .game-currency-content.default:not(.ars) {
    display: none !important
}

.content-game-currency-pen .game-currency-content.pen {
    display: inline !important
}

.content-game-currency-pen .drum-title .game-currency-content.pen {
    display: block !important
}

.content-game-currency-pen .game-currency-content.default:not(.pen) {
    display: none !important
}

.content-game-currency-ngn .game-currency-content.ngn {
    display: inline !important
}

.content-game-currency-ngn .drum-title .game-currency-content.ngn {
    display: block !important
}

.content-game-currency-ngn .game-currency-content.default:not(.ngn) {
    display: none !important
}

.content-game-currency-zar .game-currency-content.zar {
    display: inline !important
}

.content-game-currency-zar .drum-title .game-currency-content.zar {
    display: block !important
}

.content-game-currency-zar .game-currency-content.default:not(.zar) {
    display: none !important
}

.content-game-currency-clp .game-currency-content.clp {
    display: inline !important
}

.content-game-currency-clp .drum-title .game-currency-content.clp {
    display: block !important
}

.content-game-currency-clp .game-currency-content.default:not(.clp) {
    display: none !important
}

.content-game-currency-btc .game-currency-content.btc {
    display: inline !important
}

.content-game-currency-btc .drum-title .game-currency-content.btc {
    display: block !important
}

.content-game-currency-btc .game-currency-content.default:not(.btc) {
    display: none !important
}

.content-game-currency-sek .game-currency-content.sek {
    display: inline !important
}

.content-game-currency-sek .drum-title .game-currency-content.sek {
    display: block !important
}

.content-game-currency-sek .game-currency-content.default:not(.sek) {
    display: none !important
}

.content-game-currency-bch .game-currency-content.bch {
    display: inline !important
}

.content-game-currency-bch .drum-title .game-currency-content.bch {
    display: block !important
}

.content-game-currency-bch .game-currency-content.default:not(.bch) {
    display: none !important
}

.content-game-currency-eth .game-currency-content.eth {
    display: inline !important
}

.content-game-currency-eth .drum-title .game-currency-content.eth {
    display: block !important
}

.content-game-currency-eth .game-currency-content.default:not(.eth) {
    display: none !important
}

.content-game-currency-ltc .game-currency-content.ltc {
    display: inline !important
}

.content-game-currency-ltc .drum-title .game-currency-content.ltc {
    display: block !important
}

.content-game-currency-ltc .game-currency-content.default:not(.ltc) {
    display: none !important
}

.content-game-currency-trx .game-currency-content.trx {
    display: inline !important
}

.content-game-currency-trx .drum-title .game-currency-content.trx {
    display: block !important
}

.content-game-currency-trx .game-currency-content.default:not(.trx) {
    display: none !important
}

.content-game-currency-usdt .game-currency-content.usdt {
    display: inline !important
}

.content-game-currency-usdt .drum-title .game-currency-content.usdt {
    display: block !important
}

.content-game-currency-usdt .game-currency-content.default:not(.usdt) {
    display: none !important
}

.content-game-currency-xrp .game-currency-content.xrp {
    display: inline !important
}

.content-game-currency-xrp .drum-title .game-currency-content.xrp {
    display: block !important
}

.content-game-currency-xrp .game-currency-content.default:not(.xrp) {
    display: none !important
}

.content-game-currency-huf .game-currency-content.huf {
    display: inline !important
}

.content-game-currency-huf .drum-title .game-currency-content.huf {
    display: block !important
}

.content-game-currency-huf .game-currency-content.default:not(.huf) {
    display: none !important
}

.content-game-currency-jpy .game-currency-content.jpy {
    display: inline !important
}

.content-game-currency-jpy .drum-title .game-currency-content.jpy {
    display: block !important
}

.content-game-currency-jpy .game-currency-content.default:not(.jpy) {
    display: none !important
}

.content-game-currency-doge .game-currency-content.doge {
    display: inline !important
}

.content-game-currency-doge .drum-title .game-currency-content.doge {
    display: block !important
}

.content-game-currency-doge .game-currency-content.default:not(.doge) {
    display: none !important
}

.game-currency-rub .currency-content.rub {
    display: inline !important
}

.game-currency-rub .drum-title .currency-content.rub {
    display: block !important
}

.game-currency-rub .currency-content.default:not(.rub) {
    display: none !important
}

.game-currency-usd .currency-content.usd {
    display: inline !important
}

.game-currency-usd .drum-title .currency-content.usd {
    display: block !important
}

.game-currency-usd .currency-content.default:not(.usd) {
    display: none !important
}

.game-currency-eur .currency-content.eur {
    display: inline !important
}

.game-currency-eur .drum-title .currency-content.eur {
    display: block !important
}

.game-currency-eur .currency-content.default:not(.eur) {
    display: none !important
}

.game-currency-kzt .currency-content.kzt {
    display: inline !important
}

.game-currency-kzt .drum-title .currency-content.kzt {
    display: block !important
}

.game-currency-kzt .currency-content.default:not(.kzt) {
    display: none !important
}

.game-currency-nok .currency-content.nok {
    display: inline !important
}

.game-currency-nok .drum-title .currency-content.nok {
    display: block !important
}

.game-currency-nok .currency-content.default:not(.nok) {
    display: none !important
}

.game-currency-pln .currency-content.pln {
    display: inline !important
}

.game-currency-pln .drum-title .currency-content.pln {
    display: block !important
}

.game-currency-pln .currency-content.default:not(.pln) {
    display: none !important
}

.game-currency-try .currency-content.try {
    display: inline !important
}

.game-currency-try .drum-title .currency-content.try {
    display: block !important
}

.game-currency-try .currency-content.default:not(.try) {
    display: none !important
}

.game-currency-uah .currency-content.uah {
    display: inline !important
}

.game-currency-uah .drum-title .currency-content.uah {
    display: block !important
}

.game-currency-uah .currency-content.default:not(.uah) {
    display: none !important
}

.game-currency-cad .currency-content.cad {
    display: inline !important
}

.game-currency-cad .drum-title .currency-content.cad {
    display: block !important
}

.game-currency-cad .currency-content.default:not(.cad) {
    display: none !important
}

.game-currency-nzd .currency-content.nzd {
    display: inline !important
}

.game-currency-nzd .drum-title .currency-content.nzd {
    display: block !important
}

.game-currency-nzd .currency-content.default:not(.nzd) {
    display: none !important
}

.game-currency-brl .currency-content.brl {
    display: inline !important
}

.game-currency-brl .drum-title .currency-content.brl {
    display: block !important
}

.game-currency-brl .currency-content.default:not(.brl) {
    display: none !important
}

.game-currency-aud .currency-content.aud {
    display: inline !important
}

.game-currency-aud .drum-title .currency-content.aud {
    display: block !important
}

.game-currency-aud .currency-content.default:not(.aud) {
    display: none !important
}

.game-currency-azn .currency-content.azn {
    display: inline !important
}

.game-currency-azn .drum-title .currency-content.azn {
    display: block !important
}

.game-currency-azn .currency-content.default:not(.azn) {
    display: none !important
}

.game-currency-inr .currency-content.inr {
    display: inline !important
}

.game-currency-inr .drum-title .currency-content.inr {
    display: block !important
}

.game-currency-inr .currency-content.default:not(.inr) {
    display: none !important
}

.game-currency-mxn .currency-content.mxn {
    display: inline !important
}

.game-currency-mxn .drum-title .currency-content.mxn {
    display: block !important
}

.game-currency-mxn .currency-content.default:not(.mxn) {
    display: none !important
}

.game-currency-ars .currency-content.ars {
    display: inline !important
}

.game-currency-ars .drum-title .currency-content.ars {
    display: block !important
}

.game-currency-ars .currency-content.default:not(.ars) {
    display: none !important
}

.game-currency-pen .currency-content.pen {
    display: inline !important
}

.game-currency-pen .drum-title .currency-content.pen {
    display: block !important
}

.game-currency-pen .currency-content.default:not(.pen) {
    display: none !important
}

.game-currency-ngn .currency-content.ngn {
    display: inline !important
}

.game-currency-ngn .drum-title .currency-content.ngn {
    display: block !important
}

.game-currency-ngn .currency-content.default:not(.ngn) {
    display: none !important
}

.game-currency-zar .currency-content.zar {
    display: inline !important
}

.game-currency-zar .drum-title .currency-content.zar {
    display: block !important
}

.game-currency-zar .currency-content.default:not(.zar) {
    display: none !important
}

.game-currency-clp .currency-content.clp {
    display: inline !important
}

.game-currency-clp .drum-title .currency-content.clp {
    display: block !important
}

.game-currency-clp .currency-content.default:not(.clp) {
    display: none !important
}

.game-currency-btc .currency-content.btc {
    display: inline !important
}

.game-currency-btc .drum-title .currency-content.btc {
    display: block !important
}

.game-currency-btc .currency-content.default:not(.btc) {
    display: none !important
}

.game-currency-sek .currency-content.sek {
    display: inline !important
}

.game-currency-sek .drum-title .currency-content.sek {
    display: block !important
}

.game-currency-sek .currency-content.default:not(.sek) {
    display: none !important
}

.game-currency-bch .currency-content.bch {
    display: inline !important
}

.game-currency-bch .drum-title .currency-content.bch {
    display: block !important
}

.game-currency-bch .currency-content.default:not(.bch) {
    display: none !important
}

.game-currency-eth .currency-content.eth {
    display: inline !important
}

.game-currency-eth .drum-title .currency-content.eth {
    display: block !important
}

.game-currency-eth .currency-content.default:not(.eth) {
    display: none !important
}

.game-currency-ltc .currency-content.ltc {
    display: inline !important
}

.game-currency-ltc .drum-title .currency-content.ltc {
    display: block !important
}

.game-currency-ltc .currency-content.default:not(.ltc) {
    display: none !important
}

.game-currency-trx .currency-content.trx {
    display: inline !important
}

.game-currency-trx .drum-title .currency-content.trx {
    display: block !important
}

.game-currency-trx .currency-content.default:not(.trx) {
    display: none !important
}

.game-currency-usdt .currency-content.usdt {
    display: inline !important
}

.game-currency-usdt .drum-title .currency-content.usdt {
    display: block !important
}

.game-currency-usdt .currency-content.default:not(.usdt) {
    display: none !important
}

.game-currency-xrp .currency-content.xrp {
    display: inline !important
}

.game-currency-xrp .drum-title .currency-content.xrp {
    display: block !important
}

.game-currency-xrp .currency-content.default:not(.xrp) {
    display: none !important
}

.game-currency-huf .currency-content.huf {
    display: inline !important
}

.game-currency-huf .drum-title .currency-content.huf {
    display: block !important
}

.game-currency-huf .currency-content.default:not(.huf) {
    display: none !important
}

.game-currency-jpy .currency-content.jpy {
    display: inline !important
}

.game-currency-jpy .drum-title .currency-content.jpy {
    display: block !important
}

.game-currency-jpy .currency-content.default:not(.jpy) {
    display: none !important
}

.game-currency-doge .currency-content.doge {
    display: inline !important
}

.game-currency-doge .drum-title .currency-content.doge {
    display: block !important
}

.game-currency-doge .currency-content.default:not(.doge) {
    display: none !important
}

.currency-icon {
    background-color: var(--colors-global-accent-a);
    border-radius: 50%
}

.swiper-container {
    overflow: hidden
}

.swiper-button-next-wr,
.swiper-button-prev-wr {
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    width: 36px;
    z-index: 1
}

.main-slider__wrapper .swiper-button-next-wr,
.main-slider__wrapper .swiper-button-prev-wr {
    height: calc(100% - 56px)
}

.command-list-slider .swiper-button-next-wr,
.command-list-slider .swiper-button-prev-wr {
    height: 100%
}

.swiper-button-next-wr.games-slider__navigation-btn.swiper-button-disabled,
.swiper-button-next-wr.swiper-button-disabled .command-list-slider .swiper-button-next-wr,
.swiper-button-next-wr.swiper-button-disabled .command-list-slider .swiper-button-prev-wr,
.swiper-button-next-wr.swiper-button-disabled .games-slider__navigation .swiper-button-next-wr,
.swiper-button-next-wr.swiper-button-disabled .games-slider__navigation .swiper-button-prev-wr,
.swiper-button-prev-wr.games-slider__navigation-btn.swiper-button-disabled,
.swiper-button-prev-wr.swiper-button-disabled .command-list-slider .swiper-button-next-wr,
.swiper-button-prev-wr.swiper-button-disabled .command-list-slider .swiper-button-prev-wr,
.swiper-button-prev-wr.swiper-button-disabled .games-slider__navigation .swiper-button-next-wr,
.swiper-button-prev-wr.swiper-button-disabled .games-slider__navigation .swiper-button-prev-wr {
    display: none
}

@media (min-width:1140px) {

    .main-page__games-providers.home-bg-section-inner--jackpot-providers .swiper-button-next-wr,
    .main-page__games-providers.home-bg-section-inner--jackpot-providers .swiper-button-prev-wr {
        height: calc(100% - 30px)
    }
}

.command-list-slider .swiper-button-disabled,
.games-slider__navigation .swiper-button-disabled,
.sport-lobby-links-slider__navigation .swiper-button-disabled,
.stories-group .swiper-button-disabled {
    display: none
}

.swiper-button-prev-wr {
    left: 0
}

.swiper-button-next-wr {
    right: 0
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    background-color: var(--backgrounds-a);
    color: var(--buttons-secondary-c-icon-default);
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: 40px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .15s ease-out;
    visibility: hidden;
    width: 40px
}

.swiper-button-next:after,
.swiper-button-next:before,
.swiper-button-prev:after,
.swiper-button-prev:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px
}

@media (min-width:1140px) {

    .command-list-slider .swiper-button-next,
    .command-list-slider .swiper-button-prev {
        height: 42px;
        transform: translateY(calc(-50% - 32px));
        width: 42px
    }

    .command-list-slider--active .swiper-button-next,
    .command-list-slider--active .swiper-button-prev {
        transform: translateY(calc(-50% - 25px))
    }

    .command-list-slider--waiting .swiper-button-next,
    .command-list-slider--waiting .swiper-button-prev {
        transform: translateY(calc(-50% + 8px))
    }

    .command-list-slider--join .swiper-button-next,
    .command-list-slider--join .swiper-button-prev {
        transform: translateY(calc(-50% - 10px))
    }

    .bonus-store-freespins__list-wr:hover .swiper-button-next,
    .bonus-store-freespins__list-wr:hover .swiper-button-prev,
    .bonus-store-lootboxes__list-wr:hover .swiper-button-next,
    .bonus-store-lootboxes__list-wr:hover .swiper-button-prev,
    .command-list-slider .swiper-button-next,
    .command-list-slider .swiper-button-prev,
    .games-slider__inner:hover .swiper-button-next,
    .games-slider__inner:hover .swiper-button-prev,
    .games-slider__tabs:hover .swiper-button-next,
    .games-slider__tabs:hover .swiper-button-prev,
    .main-slider__wrapper:hover .swiper-button-next,
    .main-slider__wrapper:hover .swiper-button-prev,
    .sport-lobby-links-slider__inner-wr:hover .swiper-button-next,
    .sport-lobby-links-slider__inner-wr:hover .swiper-button-prev,
    .sport-lobby-promotions__slider:hover .swiper-button-next,
    .sport-lobby-promotions__slider:hover .swiper-button-prev,
    .stories-group:hover .swiper-button-next,
    .stories-group:hover .swiper-button-prev {
        opacity: 1;
        visibility: visible
    }
}

.no-touch .bonus-store-freespins__list-wr .swiper-button-next,
.no-touch .bonus-store-freespins__list-wr .swiper-button-prev,
.no-touch .bonus-store-lootboxes__list-wr .swiper-button-next,
.no-touch .bonus-store-lootboxes__list-wr .swiper-button-prev,
.no-touch .command-list-slider .swiper-button-next,
.no-touch .command-list-slider .swiper-button-prev,
.no-touch .games-slider__inner .swiper-button-next,
.no-touch .games-slider__inner .swiper-button-prev,
.no-touch .games-slider__tabs .swiper-button-next,
.no-touch .games-slider__tabs .swiper-button-prev,
.no-touch .main-slider__wrapper .swiper-button-next,
.no-touch .main-slider__wrapper .swiper-button-prev,
.no-touch .promo-slider.single-column .swiper-button-next.promo-slider__next,
.no-touch .promo-slider.single-column .swiper-button-next.promo-slider__prev,
.no-touch .promo-slider.single-column .swiper-button-prev.promo-slider__next,
.no-touch .promo-slider.single-column .swiper-button-prev.promo-slider__prev,
.no-touch .sport-lobby-links-slider__inner-wr .swiper-button-next,
.no-touch .sport-lobby-links-slider__inner-wr .swiper-button-prev,
.no-touch .sport-lobby-promotions__slider .swiper-button-next,
.no-touch .sport-lobby-promotions__slider .swiper-button-prev {
    transition: padding .2s ease-out
}

.no-touch .bonus-store-freespins__list-wr .swiper-button-next:hover,
.no-touch .bonus-store-freespins__list-wr .swiper-button-prev:hover,
.no-touch .bonus-store-lootboxes__list-wr .swiper-button-next:hover,
.no-touch .bonus-store-lootboxes__list-wr .swiper-button-prev:hover,
.no-touch .command-list-slider .swiper-button-next:hover,
.no-touch .command-list-slider .swiper-button-prev:hover,
.no-touch .games-slider__inner .swiper-button-next:hover,
.no-touch .games-slider__inner .swiper-button-prev:hover,
.no-touch .games-slider__tabs .swiper-button-next:hover,
.no-touch .games-slider__tabs .swiper-button-prev:hover,
.no-touch .main-slider__wrapper .swiper-button-next:hover,
.no-touch .main-slider__wrapper .swiper-button-prev:hover,
.no-touch .promo-slider.single-column .swiper-button-next.promo-slider__next:hover,
.no-touch .promo-slider.single-column .swiper-button-next.promo-slider__prev:hover,
.no-touch .promo-slider.single-column .swiper-button-prev.promo-slider__next:hover,
.no-touch .promo-slider.single-column .swiper-button-prev.promo-slider__prev:hover,
.no-touch .sport-lobby-links-slider__inner-wr .swiper-button-next:hover,
.no-touch .sport-lobby-links-slider__inner-wr .swiper-button-prev:hover,
.no-touch .sport-lobby-promotions__slider .swiper-button-next:hover,
.no-touch .sport-lobby-promotions__slider .swiper-button-prev:hover {
    padding: 0 28px 0 24px
}

.games-jackpot__providers .no-touch .bonus-store-freespins__list-wr .swiper-button-next:hover,
.games-jackpot__providers .no-touch .bonus-store-freespins__list-wr .swiper-button-prev:hover,
.games-jackpot__providers .no-touch .bonus-store-lootboxes__list-wr .swiper-button-next:hover,
.games-jackpot__providers .no-touch .bonus-store-lootboxes__list-wr .swiper-button-prev:hover,
.games-jackpot__providers .no-touch .command-list-slider .swiper-button-next:hover,
.games-jackpot__providers .no-touch .command-list-slider .swiper-button-prev:hover,
.games-jackpot__providers .no-touch .games-slider__inner .swiper-button-next:hover,
.games-jackpot__providers .no-touch .games-slider__inner .swiper-button-prev:hover,
.games-jackpot__providers .no-touch .games-slider__tabs .swiper-button-next:hover,
.games-jackpot__providers .no-touch .games-slider__tabs .swiper-button-prev:hover,
.games-jackpot__providers .no-touch .main-slider__wrapper .swiper-button-next:hover,
.games-jackpot__providers .no-touch .main-slider__wrapper .swiper-button-prev:hover,
.games-jackpot__providers .no-touch .promo-slider.single-column .swiper-button-next.promo-slider__next:hover,
.games-jackpot__providers .no-touch .promo-slider.single-column .swiper-button-next.promo-slider__prev:hover,
.games-jackpot__providers .no-touch .promo-slider.single-column .swiper-button-prev.promo-slider__next:hover,
.games-jackpot__providers .no-touch .promo-slider.single-column .swiper-button-prev.promo-slider__prev:hover,
.games-jackpot__providers .no-touch .sport-lobby-links-slider__inner-wr .swiper-button-next:hover,
.games-jackpot__providers .no-touch .sport-lobby-links-slider__inner-wr .swiper-button-prev:hover,
.games-jackpot__providers .no-touch .sport-lobby-promotions__slider .swiper-button-next:hover,
.games-jackpot__providers .no-touch .sport-lobby-promotions__slider .swiper-button-prev:hover {
    padding: 0
}

.games-jackpot__providers .swiper-button-next,
.games-jackpot__providers .swiper-button-prev {
    background: var(--buttons-secondary-a-bg-default);
    border-radius: var(--buttons-xs-radius);
    box-shadow: var(--inner-shadow);
    height: 32px;
    position: relative;
    width: 32px
}

.games-jackpot__providers .swiper-button-next:before,
.games-jackpot__providers .swiper-button-prev:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M7.296 4.293a1 1 0 0 1 1.414 0L14.417 10 8.71 15.707a1 1 0 0 1-1.414-1.414L11.588 10 7.297 5.707a1 1 0 0 1 0-1.414' clip-rule='evenodd'/%3E%3C/svg%3E");
    height: 20px;
    left: 6px;
    position: absolute;
    top: 6px;
    width: 20px
}

.no-touch .games-jackpot__providers .swiper-button-next:hover,
.no-touch .games-jackpot__providers .swiper-button-prev:hover {
    background: var(--buttons-secondary-a-bg-hover);
    padding: 0
}

.swiper-button-prev {
    border-radius: 0 30px 30px 0;
    left: 0
}

.swiper-button-prev:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGZvcmVpZ25PYmplY3Qgd2lkdGg9IjEwNCIgaGVpZ2h0PSIxMDQiIHg9Ii00MCIgeT0iLTQwIj48ZGl2IHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIiBzdHlsZT0iYmFja2Ryb3AtZmlsdGVyOmJsdXIoMjBweCk7Y2xpcC1wYXRoOnVybCgjYSk7aGVpZ2h0OjEwMCU7d2lkdGg6MTAwJSIvPjwvZm9yZWlnbk9iamVjdD48cGF0aCBmaWxsPSIjMTIxNjFkIiBkPSJNMCAyMy45OTRRLjI2IDI0IC41MjEgMjRDMTMuNDg4IDI0IDI0IDEzLjQ4OCAyNCAuNTIxUTI0IC4yNiAyMy45OTMgMEgyNHYyNEgweiIgZGF0YS1maWdtYS1iZy1ibHVyLXJhZGl1cz0iNDAiLz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQwIDQwKSI+PHBhdGggZD0iTTAgMjMuOTk0US4yNiAyNCAuNTIxIDI0QzEzLjQ4OCAyNCAyNCAxMy40ODggMjQgLjUyMVEyNCAuMjYgMjMuOTkzIDBIMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
    left: 0;
    scale: -1 1;
    top: -24px
}

.swiper-button-prev:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGZvcmVpZ25PYmplY3Qgd2lkdGg9IjEwNCIgaGVpZ2h0PSIxMDQiIHg9Ii00MCIgeT0iLTQwIj48ZGl2IHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIiBzdHlsZT0iYmFja2Ryb3AtZmlsdGVyOmJsdXIoMjBweCk7Y2xpcC1wYXRoOnVybCgjYSk7aGVpZ2h0OjEwMCU7d2lkdGg6MTAwJSIvPjwvZm9yZWlnbk9iamVjdD48cGF0aCBmaWxsPSIjMTIxNjFkIiBkPSJNMCAuMDA2US4yNiAwIC41MjEgMEMxMy40ODggMCAyNCAxMC41MTIgMjQgMjMuNDc5cTAgLjI2MS0uMDA3LjUyMUgyNFYwSDB6IiBkYXRhLWZpZ21hLWJnLWJsdXItcmFkaXVzPSI0MCIvPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDAgNDApIj48cGF0aCBkPSJNMCAuMDA2US4yNiAwIC41MjEgMEMxMy40ODggMCAyNCAxMC41MTIgMjQgMjMuNDc5cTAgLjI2MS0uMDA3LjUyMUgyNFYwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
    bottom: -24px;
    left: 0;
    scale: -1 1
}

.games-jackpot__providers .swiper-button-prev {
    left: 5px
}

.games-jackpot__providers .swiper-button-prev:after {
    display: none
}

.swiper-button-next {
    border-radius: 30px 0 0 30px;
    right: 0
}

.swiper-button-next:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGZvcmVpZ25PYmplY3Qgd2lkdGg9IjEwNCIgaGVpZ2h0PSIxMDQiIHg9Ii00MCIgeT0iLTQwIj48ZGl2IHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIiBzdHlsZT0iYmFja2Ryb3AtZmlsdGVyOmJsdXIoMjBweCk7Y2xpcC1wYXRoOnVybCgjYSk7aGVpZ2h0OjEwMCU7d2lkdGg6MTAwJSIvPjwvZm9yZWlnbk9iamVjdD48cGF0aCBmaWxsPSIjMTIxNjFkIiBkPSJNMCAyMy45OTRRLjI2IDI0IC41MjEgMjRDMTMuNDg4IDI0IDI0IDEzLjQ4OCAyNCAuNTIxUTI0IC4yNiAyMy45OTMgMEgyNHYyNEgweiIgZGF0YS1maWdtYS1iZy1ibHVyLXJhZGl1cz0iNDAiLz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQwIDQwKSI+PHBhdGggZD0iTTAgMjMuOTk0US4yNiAyNCAuNTIxIDI0QzEzLjQ4OCAyNCAyNCAxMy40ODggMjQgLjUyMVEyNCAuMjYgMjMuOTkzIDBIMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
    right: 0;
    top: -24px
}

.swiper-button-next:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGZvcmVpZ25PYmplY3Qgd2lkdGg9IjEwNCIgaGVpZ2h0PSIxMDQiIHg9Ii00MCIgeT0iLTQwIj48ZGl2IHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIiBzdHlsZT0iYmFja2Ryb3AtZmlsdGVyOmJsdXIoMjBweCk7Y2xpcC1wYXRoOnVybCgjYSk7aGVpZ2h0OjEwMCU7d2lkdGg6MTAwJSIvPjwvZm9yZWlnbk9iamVjdD48cGF0aCBmaWxsPSIjMTIxNjFkIiBkPSJNMCAuMDA2US4yNiAwIC41MjEgMEMxMy40ODggMCAyNCAxMC41MTIgMjQgMjMuNDc5cTAgLjI2MS0uMDA3LjUyMUgyNFYwSDB6IiBkYXRhLWZpZ21hLWJnLWJsdXItcmFkaXVzPSI0MCIvPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDAgNDApIj48cGF0aCBkPSJNMCAuMDA2US4yNiAwIC41MjEgMEMxMy40ODggMCAyNCAxMC41MTIgMjQgMjMuNDc5cTAgLjI2MS0uMDA3LjUyMUgyNFYwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
    bottom: -24px;
    right: 0
}

.games-jackpot__providers .swiper-button-next {
    right: 5px
}

.games-jackpot__providers .swiper-button-next:after {
    display: none
}

.swiper-button-next .icon,
.swiper-button-prev .icon {
    height: 20px;
    padding: 5px 2px;
    width: 20px
}

.games-jackpot__providers .swiper-button-next .icon,
.games-jackpot__providers .swiper-button-prev .icon {
    color: transparent
}

.swiper-pagination-bullet {
    cursor: pointer
}

.main-slider__wrapper .swiper-pagination-bullet {
    background-color: var(--gray-500-p-60);
    border-radius: 100%;
    flex-shrink: 0;
    height: 6px;
    margin-right: 6px;
    opacity: .2;
    transition: width .2s ease-in-out;
    width: 6px
}

.main-slider__wrapper .swiper-pagination-bullet:last-child {
    margin-right: 0
}

@media (min-width:640px) {
    .main-slider__wrapper .swiper-pagination-bullet {
        margin-right: 10px
    }
}

@media (min-width:1140px) {
    .main-slider__wrapper .swiper-pagination-bullet {
        height: 7px;
        width: 7px
    }
}

.main-slider__wrapper .swiper-pagination-bullet-active {
    background-color: var(--orange-500);
    border-radius: 16px;
    opacity: 1;
    width: 32px
}

@media (min-width:1140px) {
    .main-slider__wrapper .swiper-pagination-bullet-active {
        width: 48px
    }
}

.swiper-wrapper {
    will-change: transform
}

.games-sort-filters-group {
    padding: 0 var(--spacings-page-paddings);
    position: relative;
    z-index: 3
}

@media (min-width:640px) {
    .games-sort-filters-group {
        padding: 0 calc(var(--spacings-page-paddings) + 8px)
    }
}

@media (min-width:1140px) {
    .games-sort-filters-group {
        padding: 0
    }
}

.filter-button {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: var(--spacings-page-paddings);
    position: relative
}

.nav-line .filter-button,
.profile-history .filter-button {
    margin-right: 0
}

.filter-button__icon-wrap {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 36px;
    justify-content: center;
    width: 36px
}

.filter-button__icon {
    color: var(--buttons-icon-secondary-b-icon-default);
    height: 18px;
    width: 18px
}

.filter-button__counter,
.filters-header__counter {
    align-items: center;
    background: var(--gradient-tokens-backgrounds-k);
    border-radius: 16px;
    color: var(--text-text);
    display: flex;
    font-size: 10px;
    font-weight: 700;
    height: 18px;
    justify-content: center;
    line-height: 12px;
    padding: 0 6px;
    position: absolute;
    right: -3px;
    text-align: center;
    top: -1px
}

.filters-header {
    align-items: center;
    display: flex
}

@media (max-width:1139px) {
    .filters-header {
        margin: var(--spacings-xl) var(--spacings-page-paddings)
    }
}

.group-filters__title {
    color: var(--text-text);
    font-size: var(--headings-h2-font-size);
    font-weight: var(--headings-h2-weight);
    line-height: var(--headings-h2-line-height);
    padding: var(--spacings-xs) 0;
    text-align: center;
    text-transform: capitalize;
    width: 100%
}

.filters-header__clear {
    color: var(--gray-500);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin-left: auto;
    margin-right: 0;
    text-decoration-line: underline
}

.group-filters {
    display: flex;
    flex-direction: column
}

@media (min-width:1140px) {
    .group-filters {
        gap: var(--spacings-m);
        padding-block: var(--spacings-l) var(--spacings-s)
    }

    .profile-history .group-filters {
        display: block;
        padding: 0
    }
}

.provider .group-filters,
.providers .group-filters {
    margin: 0;
    padding: 0
}

@media (min-width:1140px) {

    .provider .group-filters,
    .providers .group-filters {
        gap: 0
    }
}

.games-sort-page--favorite-page .group-filters,
.games-sort-page--recently-played-page .group-filters {
    display: none
}

.group-filters--sticky {
    position: sticky;
    top: 46px;
    z-index: calc(var(--top-bar-layer) - 5)
}

@media (min-width:1628px) {
    .group-filters--sticky {
        top: 36px
    }
}

.group-filters--sticky:has(.games-sort-page__nav-line) {
    top: -8px
}

@media (min-width:1628px) {
    .group-filters--sticky:has(.games-sort-page__nav-line) {
        top: -16px
    }
}

@media (min-width:1140px) {
    .providers .group-filters--sticky {
        top: -14px
    }
}

@media (min-width:1628px) {
    .providers .group-filters--sticky {
        top: -28px
    }
}

@media (min-width:1140px) {
    .provider .group-filters--sticky {
        top: -14px
    }
}

@media (min-width:1628px) {
    .provider .group-filters--sticky {
        top: -12px
    }
}

@media (min-width:1140px) {
    .games-sort-page--tournaments .group-filters--sticky {
        top: -28px
    }
}

@media (min-width:1628px) {
    .games-sort-page--tournaments .group-filters--sticky {
        top: -40px
    }
}

.group-filters__filter {
    align-items: center;
    background-color: var(--backgrounds-b);
    border-radius: var(--roundings-xs);
    display: flex;
    margin: 0 var(--spacings-page-paddings);
    position: relative;
    transition: all .2s ease-out
}

@media (min-width:1628px) {
    .group-filters__filter {
        padding-right: 8px
    }
}

@media (min-width:1140px) {

    .provider .group-filters__filter,
    .providers .group-filters__filter {
        justify-content: space-between;
        margin: 30px 0 0;
        padding: 8px 8px 8px 12px
    }
}

@media (min-width:1628px) {
    .providers .group-filters__filter {
        margin-top: 40px;
        padding-left: 16px
    }

    .provider .group-filters__filter {
        margin-top: var(--spacings-l);
        padding-left: 16px
    }
}

@media (min-width:1140px) {

    .games-sort-page .group-filters__filter:not(.providers .group-filters__filter, .provider .group-filters__filter),
    .group-filters .group-filters__filter:not(.providers .group-filters__filter, .provider .group-filters__filter) {
        gap: var(--spacings-s);
        padding: 8px var(--spacings-s)
    }
}

@media (min-width:1628px) {

    .games-sort-page .group-filters__filter:not(.providers .group-filters__filter, .provider .group-filters__filter),
    .group-filters .group-filters__filter:not(.providers .group-filters__filter, .provider .group-filters__filter) {
        padding-right: 8px
    }
}

@media (min-width:1140px) {
    .profile-bets-bonuses .group-filters__filter:not(.providers .group-filters__filter, .provider .group-filters__filter) {
        padding: 0
    }
}

.group-filters--stickied .group-filters__filter {
    background-color: var(--backgrounds-a);
    border-radius: 0 0 var(--roundings-xs);
    margin-inline: 0;
    padding: 12px calc(var(--window-gap) + 20px) 4px
}

@media (min-width:1628px) {
    .group-filters--stickied .group-filters__filter {
        padding: 12px calc(var(--window-gap) + 26px) 4px
    }
}

@media (min-width:1140px) {
    .page-profile .group-filters--stickied .group-filters__filter {
        background-color: unset;
        border-radius: unset;
        padding: 0
    }
}

@media (max-width:1139px) {

    .provider .group-filters--stickied .group-filters__filter,
    .providers .group-filters--stickied .group-filters__filter {
        margin-top: 16px;
        padding-left: 16px
    }
}

@media (min-width:1140px) {

    .provider .group-filters--stickied .group-filters__filter,
    .providers .group-filters--stickied .group-filters__filter {
        padding-top: 4px
    }

    @supports (margin-inline:calc(var(--spacings-page-paddings) * -1) calc(var(--spacings-page-paddings) * -1)) {

        .provider .group-filters--stickied .group-filters__filter,
        .providers .group-filters--stickied .group-filters__filter {
            margin-inline: calc(var(--spacings-page-paddings)*-1) calc(var(--spacings-page-paddings)*-1)
        }
    }

    @supports not (margin-inline:calc(var(--spacings-page-paddings) * -1) calc(var(--spacings-page-paddings) * -1)) {

        .provider .group-filters--stickied .group-filters__filter,
        .providers .group-filters--stickied .group-filters__filter {
            margin-left: calc(var(--spacings-page-paddings)*-1);
            margin-right: calc(var(--spacings-page-paddings)*-1)
        }
    }
}

.group-filters__filter-icon {
    color: var(--input-icon-left-default);
    height: 20px;
    padding: 1px;
    width: 20px
}

.webview .no-webview {
    display: none
}

.fade-enter-active,
.fade-leave-active {
    transition: all .2s
}

.fade-enter-to,
.fade-leave-from {
    opacity: 1
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0
}

.fade-fast-enter-active {
    transition: all .2s
}

.fade-fast-leave-active {
    transition: all .07s
}

.fade-fast-enter-to,
.fade-fast-leave-from {
    opacity: 1
}

.fade-fast-enter-from,
.fade-fast-leave-to {
    opacity: 0
}

@keyframes glare {
    0% {
        transform: translate(-200%, -25%) rotate(19deg)
    }

    to {
        transform: translate(200%, -25%) rotate(19deg)
    }
}

@keyframes scroll {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100%)
    }
}

.slide-left-right-enter-active,
.slide-left-right-leave-active {
    transition: all 1s
}

.slide-left-right-enter-to,
.slide-left-right-leave-from {
    max-width: 100%
}

.slide-left-right-enter-from,
.slide-left-right-leave-to {
    max-width: 0
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/Blank/fonts/Inter-Regular.DzyR2U4X.woff2) format("woff2")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: url(/wp-content/themes/Blank/fonts/Inter-Medium.-htsx-L3.woff2) format("woff2")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: url(/wp-content/themes/Blank/fonts/Inter-SemiBold.CrA1f4fD.woff2) format("woff2")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(/wp-content/themes/Blank/fonts/Inter-Bold.zoyFyKg7.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Unbounded;
    font-style: normal;
    font-weight: 700;
    src: url(/wp-content/themes/Blank/fonts/Unbounded-Bold.BYgyUOly.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Unbounded;
    font-style: normal;
    font-weight: 800;
    src: url(/wp-content/themes/Blank/fonts/Unbounded-ExtraBold.C7uifaeE.woff2) format("woff2")
}

.resize-observer[data-v-b329ee4c] {
    background-color: transparent;
    border: none;
    opacity: 0
}

.resize-observer[data-v-b329ee4c],
.resize-observer[data-v-b329ee4c] object {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.v-popper__popper {
    left: 0;
    outline: none;
    top: 0;
    z-index: 10000
}

.v-popper__popper.v-popper__popper--hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s, visibility .15s;
    visibility: hidden
}

.v-popper__popper.v-popper__popper--shown {
    opacity: 1;
    transition: opacity .15s;
    visibility: visible
}

.v-popper__popper.v-popper__popper--skip-transition,
.v-popper__popper.v-popper__popper--skip-transition>.v-popper__wrapper {
    transition: none !important
}

.v-popper__backdrop {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.v-popper__inner {
    box-sizing: border-box;
    overflow-y: auto;
    position: relative
}

.v-popper__inner>div {
    max-height: inherit;
    max-width: inherit;
    position: relative;
    z-index: 1
}

.v-popper__arrow-container {
    height: 10px;
    position: absolute;
    width: 10px
}

.v-popper__popper--arrow-overflow .v-popper__arrow-container,
.v-popper__popper--no-positioning .v-popper__arrow-container {
    display: none
}

.v-popper__arrow-inner,
.v-popper__arrow-outer {
    border-style: solid;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0
}

.v-popper__arrow-inner {
    border-width: 7px;
    visibility: hidden
}

.v-popper__arrow-outer {
    border-width: 6px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner {
    left: -2px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer,
.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer {
    left: -1px
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer {
    border-bottom-color: transparent !important;
    border-bottom-width: 0;
    border-left-color: transparent !important;
    border-right-color: transparent !important
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner {
    top: -2px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container {
    top: 0
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    border-top-width: 0
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner {
    top: -4px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer {
    top: -6px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner {
    top: -2px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer,
.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
    top: -1px
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-left-width: 0;
    border-top-color: transparent !important
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner {
    left: -4px
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
    left: -6px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container {
    right: -10px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer {
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    border-right-width: 0;
    border-top-color: transparent !important
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner {
    left: -2px
}

.v-popper--theme-tooltip .v-popper__inner {
    background: #000c;
    border-radius: 6px;
    color: #fff;
    padding: 7px 12px 6px
}

.v-popper--theme-tooltip .v-popper__arrow-outer {
    border-color: #000c
}

.v-popper--theme-dropdown .v-popper__inner {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 6px 30px #0000001a;
    color: #000
}

.v-popper--theme-dropdown .v-popper__arrow-inner {
    border-color: #fff;
    visibility: visible
}

.v-popper--theme-dropdown .v-popper__arrow-outer {
    border-color: #ddd
}

.icon {
    display: inline-block;
    flex-shrink: 0;
    transition: color .2s ease-out;
    vertical-align: baseline
}

.spinner {
    height: 22px;
    width: 22px
}

@media (max-width:712px) {
    .spinner {
        height: 16px;
        width: 16px
    }
}

.btn .spinner {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.spinner__path {
    animation: dash 1.4s ease-in-out infinite;
    stroke: var(--colors-base-white-30);
    stroke-dasharray: 185;
    stroke-dashoffset: 0;
    stroke-width: 6px;
    transform-origin: center
}

.input-field__file-hint-text--load .spinner__path,
.main-preloader .spinner__path,
.main-preloader__inner .spinner__path {
    stroke: var(--orange-500)
}

@keyframes dash {
    0% {
        stroke-dashoffset: 185;
        transform: rotate(0)
    }

    50% {
        stroke-dashoffset: 46.25;
        transform: rotate(160deg)
    }

    to {
        stroke-dashoffset: 185;
        transform: rotate(2turn)
    }
}

.btn,
.datarange-picker-wr .daterangepicker .btn {
    align-items: center;
    border: none;
    border-radius: var(--buttons-m-radius);
    box-shadow: var(--inner-shadow);
    color: var(--text-text);
    cursor: pointer;
    display: inline-flex;
    font-size: var(--buttons-font-m-font-size);
    font-weight: var(--buttons-font-m-weight);
    height: calc(var(--buttons-font-m-line-height) + var(--buttons-m-vert)*2);
    justify-content: center;
    letter-spacing: normal;
    line-height: var(--buttons-font-m-line-height);
    outline: none;
    padding: var(--buttons-m-vert) var(--buttons-m-hor);
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s ease-out
}

.btn:where(.btn--secondary-b),
.datarange-picker-wr .daterangepicker .btn:where(.btn--secondary-b) {
    font-size: var(--buttons-font-s-font-size);
    font-weight: var(--buttons-font-s-weight);
    line-height: var(--buttons-font-s-line-height);
    text-transform: uppercase
}

.no-touch .btn:hover,
.no-touch .datarange-picker-wr .daterangepicker .btn:hover {
    color: var(--text-description-a)
}

.btn.disabled,
.btn[disabled],
.datarange-picker-wr .daterangepicker .btn.disabled,
.datarange-picker-wr .daterangepicker .btn[disabled] {
    pointer-events: none
}

.promo-event__table-more .btn,
.promo-event__table-more .datarange-picker-wr .daterangepicker .btn {
    width: 100%
}

@media (min-width:640px) {

    .promo-event__table-more .btn,
    .promo-event__table-more .datarange-picker-wr .daterangepicker .btn {
        max-width: 300px
    }
}

.btn__inner {
    align-items: center;
    display: flex;
    gap: var(--buttons-m-gap);
    justify-content: center;
    white-space: nowrap
}

.btn--size-s.friends-and-referrals-rewards__action-btn .btn__inner,
.friends-friends-and-referrals-commissions__btn--active .btn__inner {
    gap: 4px
}

.btn__inner--wrap .btn__inner,
.partners-contests-contest-details__status-btn .btn__inner,
.something-is-wrong__wrapper .btn__inner {
    white-space: normal
}

.top-bar__search-btn .btn__inner {
    overflow: hidden
}

.btn--size-xs .btn__inner {
    gap: var(--buttons-xs-gap)
}

.btn--size-s .btn__inner {
    gap: var(--buttons-s-gap)
}

.btn--size-l .btn__inner {
    gap: var(--buttons-l-gap)
}

.btn--text .btn__inner,
.btn--text-b .btn__inner {
    gap: 0
}

.btn.disabled .btn__inner,
.btn[disabled] .btn__inner {
    color: var(--buttons-primary-b-text-disable)
}

.btn__text--loading {
    opacity: 0;
    visibility: hidden
}

.btn--primary {
    background: var(--gradient-tokens-backgrounds-h);
    box-shadow: var(--inner-shadow);
    color: var(--buttons-primary-a-text-default)
}

.no-touch .btn--primary:not(.no-touch .btn--primary.btn--text, .no-touch .btn--primary.btn--text-b, .no-touch .btn--primary.btn--icon):hover {
    background: var(--gradient-tokens-backgrounds-h-70);
    color: var(--buttons-primary-a-text-hover)
}

.btn--primary.disabled,
.btn--primary[disabled] {
    background: var(--gradient-tokens-backgrounds-h-50);
    box-shadow: none;
    color: var(--buttons-primary-a-text-disable);
    pointer-events: none
}

.btn--primary-b {
    background: var(--gradient-tokens-backgrounds-k);
    box-shadow: var(--inner-shadow);
    color: var(--buttons-primary-b-text-default)
}

.no-touch .btn--primary-b:not(.no-touch .btn--primary-b.btn--text, .no-touch .btn--primary-b.btn--text-b, .no-touch .btn--primary-b.btn--icon):hover {
    background: var(--gradient-tokens-backgrounds-k-70);
    color: var(--buttons-primary-b-text-hover)
}

.btn--primary-b.disabled,
.btn--primary-b[disabled] {
    background: var(--gradient-tokens-backgrounds-k-50);
    box-shadow: none;
    color: var(--buttons-primary-b-text-disable);
    pointer-events: none
}

.btn--secondary {
    background: var(--buttons-secondary-a-bg-default);
    box-shadow: var(--inner-shadow);
    color: var(--buttons-secondary-a-text-default)
}

.no-touch .btn--secondary:not(.no-touch .btn--secondary.btn--text, .no-touch .btn--secondary.btn--text-b, .no-touch .btn--secondary.btn--icon):hover {
    background: var(--buttons-secondary-a-bg-hover);
    color: var(--buttons-secondary-a-text-hover)
}

.btn--secondary.disabled,
.btn--secondary[disabled] {
    background: var(--buttons-secondary-a-bg-disable);
    box-shadow: none;
    color: var(--buttons-secondary-a-text-disable);
    pointer-events: none
}

.btn--secondary-b {
    background: var(--buttons-secondary-b-bg-default);
    box-shadow: var(--inner-shadow);
    color: var(--buttons-secondary-b-text-default)
}

.no-touch .btn--secondary-b:not(.no-touch .btn--secondary-b.btn--text, .no-touch .btn--secondary-b.btn--text-b, .no-touch .btn--secondary-b.btn--icon):hover {
    background: var(--buttons-secondary-b-bg-hover);
    color: var(--buttons-secondary-b-text-hover)
}

.btn--secondary-b.disabled,
.btn--secondary-b[disabled] {
    background: var(--buttons-secondary-b-bg-disable);
    box-shadow: none;
    color: var(--buttons-secondary-b-text-disable);
    pointer-events: none
}

.btn--secondary-c {
    background: var(--buttons-secondary-c-bg-default);
    border-radius: 8px;
    box-shadow: none;
    color: var(--buttons-secondary-c-text-default)
}

.no-touch .btn--secondary-c:not(.no-touch .btn--secondary-c.btn--text, .no-touch .btn--secondary-c.btn--text-b, .no-touch .btn--secondary-c.btn--icon):hover {
    background: var(--buttons-secondary-c-bg-hover);
    color: var(--buttons-secondary-c-text-hover)
}

.btn--secondary-c.disabled,
.btn--secondary-c[disabled] {
    pointer-events: none
}

.btn--text {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: var(--text-description-a);
    height: auto;
    padding: 0
}

.no-touch .btn--text:not(.no-touch .btn--text.btn--icon):hover {
    background: transparent;
    color: var(--text-text)
}

.no-touch .btn--text:not(.no-touch .btn--text.btn--icon):hover .icon {
    color: var(--icons-a)
}

.btn--text.disabled,
.btn--text[disabled] {
    background: transparent;
    color: var(--text-description-a);
    pointer-events: none
}

.btn--text .icon {
    color: var(--icons-a-disable);
    height: 20px;
    width: 20px
}

.btn--text.btn--size-s {
    font-size: 12px;
    letter-spacing: normal
}

.btn--text.btn--size-l,
.btn--text.btn--size-s {
    font-weight: 500;
    height: auto;
    line-height: 20px;
    padding: 0;
    text-transform: none
}

.btn--text.btn--size-l {
    font-size: 14px
}

.btn--text-b {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: var(--text-text);
    height: auto;
    padding: 0
}

.no-touch .btn--text-b:not(.no-touch .btn--text-b.btn--icon):hover {
    background: transparent;
    color: var(--text-description-a)
}

.no-touch .btn--text-b:not(.no-touch .btn--text-b.btn--icon):hover .icon {
    color: var(--icons-a-disable)
}

.btn--text-b.disabled,
.btn--text-b[disabled] {
    background: transparent;
    color: var(--text-description-a);
    pointer-events: none
}

.btn--text-b .icon {
    color: var(--icons-a);
    height: 20px;
    width: 20px
}

.btn--text-b.btn--size-s {
    font-size: 12px;
    letter-spacing: normal
}

.btn--text-b.btn--size-l,
.btn--text-b.btn--size-s {
    font-weight: 500;
    height: auto;
    line-height: 20px;
    padding: 0;
    text-transform: none
}

.btn--text-b.btn--size-l {
    font-size: 14px
}

.btn--text-c {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: var(--link-default);
    height: auto;
    padding: 0
}

.no-touch .btn--text-c:not(.no-touch .btn--text-c.btn--icon):hover {
    background: transparent;
    color: var(--link-hover)
}

.no-touch .btn--text-c:not(.no-touch .btn--text-c.btn--icon):hover .icon {
    color: var(--link-hover)
}

.btn--text-c.disabled,
.btn--text-c[disabled] {
    background: transparent;
    color: var(--text-description-a);
    pointer-events: none
}

.btn--text-c .icon {
    color: var(--icons-c)
}

.btn--text-c.btn--size-s {
    font-size: 12px;
    letter-spacing: normal
}

.btn--text-c.btn--size-l,
.btn--text-c.btn--size-s {
    font-weight: 500;
    height: auto;
    line-height: 20px;
    padding: 0;
    text-transform: none
}

.btn--text-c.btn--size-l {
    font-size: 14px
}

.btn--full {
    width: 100%
}

.btn--size-xs {
    border-radius: var(--buttons-xs-radius);
    font-size: var(--buttons-font-xxs-font-size);
    font-weight: var(--buttons-font-xxs-weight);
    height: calc(var(--buttons-font-xxs-line-height) + var(--buttons-xs-vert)*2);
    letter-spacing: normal;
    line-height: var(--buttons-font-xxs-line-height);
    padding: var(--buttons-xs-vert) var(--buttons-xs-hor);
    text-transform: uppercase
}

.btn--size-s {
    border-radius: var(--buttons-s-radius);
    font-size: var(--buttons-font-s-font-size);
    font-weight: var(--buttons-font-s-weight);
    height: calc(var(--buttons-font-s-line-height) + var(--buttons-s-vert)*2);
    line-height: var(--buttons-font-s-line-height);
    padding: var(--buttons-s-vert) var(--buttons-s-hor);
    text-transform: uppercase
}

.btn--size-l {
    border-radius: var(--buttons-l-radius);
    font-size: var(--buttons-font-l-font-size);
    font-weight: var(--buttons-font-l-weight);
    height: calc(var(--buttons-font-l-line-height) + var(--buttons-l-vert)*2);
    letter-spacing: normal;
    line-height: var(--buttons-font-l-line-height);
    padding: var(--buttons-l-vert) var(--buttons-l-hor);
    text-transform: uppercase
}

.btn--icon {
    background: var(--buttons-icon-primary-bg-default);
    box-shadow: none;
    color: var(--buttons-icon-primary-icon-default);
    height: calc(var(--buttons-icon-m)*2 + 20px);
    padding: var(--buttons-icon-m);
    width: calc(var(--buttons-icon-m)*2 + 20px)
}

.btn--icon.btn--secondary {
    background: var(--buttons-secondary-a-bg-default);
    box-shadow: var(--inner-shadow);
    color: var(--buttons-secondary-a-icon-default)
}

.btn--icon.btn--secondary-b {
    background: var(--buttons-secondary-b-bg-default);
    box-shadow: var(--inner-shadow);
    color: var(--buttons-secondary-b-icon-default)
}

.btn--icon.btn--secondary-c {
    background: var(--buttons-secondary-c-bg-default);
    border-radius: var(--buttons-m-radius);
    color: var(--buttons-secondary-c-icon-default)
}

.btn--icon.btn--secondary-c-active {
    background: var(--buttons-secondary-c-bg-active);
    box-shadow: var(--inner-shadow);
    color: var(--buttons-secondary-c-icon-active)
}

.btn--icon.btn--secondary-d {
    background: var(--buttons-icon-secondary-d-bg-default);
    color: var(--buttons-icon-secondary-d-icon-default)
}

.btn--icon.btn--secondary-d-active {
    background: var(--buttons-icon-secondary-d-bg-active);
    color: var(--buttons-icon-secondary-d-icon-active)
}

.btn--icon.btn--special {
    background: transparent;
    color: var(--icons-a)
}

.btn--icon.btn--size-xs {
    border-radius: var(--buttons-xs-radius);
    height: calc(var(--buttons-icon-xs)*2 + 20px);
    padding: var(--buttons-icon-xs);
    width: calc(var(--buttons-icon-xs)*2 + 20px)
}

.btn--icon.btn--size-s {
    border-radius: var(--buttons-s-radius);
    height: calc(var(--buttons-icon-s)*2 + 20px);
    padding: var(--buttons-icon-s);
    width: calc(var(--buttons-icon-s)*2 + 20px)
}

.btn--icon.btn--size-l {
    border-radius: var(--buttons-m-radius);
    height: calc(var(--buttons-icon-m)*2 + 20px);
    padding: var(--buttons-icon-m);
    width: calc(var(--buttons-icon-m)*2 + 20px)
}

.no-touch .btn--icon:hover {
    background: var(--buttons-icon-primary-bg-hover);
    color: var(--buttons-icon-primary-icon-hover)
}

.no-touch .btn--icon:hover.btn--secondary {
    background: var(--buttons-secondary-a-bg-hover);
    color: var(--buttons-icon-secondary-a-icon-hover)
}

.no-touch .btn--icon:hover.btn--secondary-b {
    background: var(--buttons-secondary-b-bg-hover);
    color: var(--buttons-icon-secondary-a-icon-hover)
}

.no-touch .btn--icon:hover.btn--secondary-c {
    background: var(--buttons-secondary-c-bg-hover);
    color: var(--buttons-secondary-c-icon-hover)
}

.no-touch .btn--icon:hover.btn--secondary-d {
    background: var(--buttons-icon-secondary-d-bg-hover);
    color: var(--buttons-icon-secondary-d-icon-hover)
}

.no-touch .btn--icon:hover.btn--special {
    background: var(--backgrounds-g-50);
    color: var(--icons-a)
}

.btn--icon.disabled,
.btn--icon[disabled] {
    background: var(--buttons-icon-primary-bg-disable);
    color: var(--buttons-icon-primary-icon-disable);
    pointer-events: none
}

.btn--icon.disabled.btn--secondary,
.btn--icon[disabled].btn--secondary {
    background: var(--buttons-secondary-a-bg-disable);
    box-shadow: none;
    color: var(--buttons-icon-secondary-a-icon-disable)
}

.btn--icon.disabled.btn--secondary-b,
.btn--icon[disabled].btn--secondary-b {
    background: var(--buttons-secondary-b-bg-disable);
    box-shadow: none;
    color: var(--buttons-icon-secondary-b-icon-disable)
}

.btn--icon.disabled.btn--secondary-c,
.btn--icon[disabled].btn--secondary-c {
    background: var(--buttons-secondary-c-bg-disable);
    color: var(--buttons-secondary-c-icon-disable)
}

.btn--icon.disabled.btn--special,
.btn--icon[disabled].btn--special {
    background: var(--backgrounds-g-50);
    color: var(--buttons-secondary-b-icon-disable)
}

.btn--icon.btn--special-b {
    background: var(--buttons-secondary-b-bg-default);
    border-radius: 0;
    box-shadow: none;
    color: var(--buttons-secondary-b-icon-default);
    height: calc(var(--buttons-icon-xs)*2 + 20px);
    padding: var(--buttons-icon-xs) 0;
    width: 117px
}

.no-touch .btn--icon.btn--special-b:hover {
    background: var(--buttons-secondary-b-bg-hover);
    color: var(--buttons-secondary-b-icon-hover)
}

.btn--icon.btn--special-b.disabled,
.btn--icon.btn--special-b[disabled] {
    background: var(--buttons-secondary-b-bg-disable);
    color: var(--buttons-secondary-b-icon-disable)
}

.btn__icon {
    color: inherit;
    height: 18px;
    margin: auto;
    width: auto
}

.promo-event__rules--expanded .promo-event__rules-expand-btn .btn__icon,
.promo-rules--opened .promo-rules__expander .btn__icon {
    margin: 6px 4px auto;
    transform: rotate(180deg)
}

.btn__icon--cross {
    height: 16px
}

.btn__icon--chevrone-right {
    height: 12px;
    margin: 4px auto 4px 7px;
    width: auto
}

.btn--icon .btn__icon--chevrone-right {
    margin: 0
}

.btn__icon--chevrone-left {
    height: 12px;
    margin: 4px 7px 4px auto
}

.btn--icon .btn__icon--chevrone-left {
    margin: 0
}

.btn__icon--chevrone-up {
    height: 8px;
    margin: auto 4px 7px
}

.btn__icon--chevrone-down {
    height: 8px;
    margin: 7px 4px auto
}

.btn__icon--share {
    height: 15px;
    margin: 2px 0 3px;
    width: 20px
}

.btn--spinner {
    cursor: default
}

.bottom-sheet {
    position: relative;
    z-index: 105
}

.bottom-sheet * {
    box-sizing: border-box
}

.bottom-sheet.closed {
    opacity: 0;
    visibility: hidden
}

.bottom-sheet.opened {
    height: 100vh;
    height: 100dvh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10034
}

.bottom-sheet.opened>.bottom-sheet__backdrop {
    background-color: var(--backgrounds-d-70) !important;
    opacity: 1;
    visibility: visible
}

.bottom-sheet.opened>.bottom-sheet__backdrop:before {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.bottom-sheet.opened .bottom-sheet__card.fx-fadein-scale {
    opacity: 1;
    transform: translate(-50%) scale(1)
}

.bottom-sheet.opened .bottom-sheet__card.fx-slide-from-left,
.bottom-sheet.opened .bottom-sheet__card.fx-slide-from-right {
    opacity: 1;
    transform: translate(-50%)
}

.restore-account-form .bottom-sheet.opened.bottom-sheet--phone-picker {
    bottom: 0;
    height: 85vh;
    top: auto
}

.bottom-sheet.opened .bottom-sheet.opened .bottom-sheet__backdrop {
    border-radius: 24px 24px 0 0
}

.bottom-sheet.bottom-sheet--adult-modal {
    z-index: 10035
}

@media (max-width:1139px) {
    .bottom-sheet.bottom-sheet--command-team .bottom-sheet__card .vb-content {
        width: 100% !important;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .bottom-sheet.bottom-sheet--command-team .bottom-sheet__card .vb-content::-webkit-scrollbar {
        display: none
    }
}

.bottom-sheet+.bottom-sheet {
    z-index: 10034
}

.bottom-sheet.bottom-sheet--promocode-form {
    z-index: 10035
}

.bottom-sheet.bottom-sheet--all-commands,
.bottom-sheet.bottom-sheet--command-team {
    z-index: 9999
}

.bottom-sheet.bottom-sheet--command-confirm {
    z-index: 10000
}

.bottom-sheet--deposit-bonus,
.bottom-sheet--payment-balance-cancel-popup {
    z-index: 10011
}

@media (max-width:1139px) {
    .custom-modal--payment-balance-cancel-popup {
        padding-top: 0
    }
}

.bottom-sheet--bonuses,
.bottom-sheet--providers,
.bottom-sheet--search {
    z-index: 205
}

.bottom-sheet--bonuses.opened,
.bottom-sheet--menu-burger.opened,
.bottom-sheet--providers.opened,
.bottom-sheet--search.opened {
    z-index: 9998
}

.bottom-sheet--add-account-modal.closed {
    display: none
}

.bottom-sheet__content {
    background-color: var(--backgrounds-b);
    border-radius: var(--roundings-l) var(--roundings-l) 0 0;
    box-shadow: var(--inner-shadow);
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow-y: scroll;
    padding: var(--spacings-xl) var(--spacings-page-paddings) 0
}

.bottom-sheet--rakeback-award .bottom-sheet__content {
    background-blend-mode: lighten;
    background-image: url(/img/rakeback/bg-modal.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 414px 212px;
    padding-top: 0
}

.no-webp .bottom-sheet--rakeback-award .bottom-sheet__content {
    background-image: url(/img/rakeback/bg-modal.jpg)
}

@media (min-width:640px) and (max-width:1139px) {
    .bottom-sheet--rakeback-award .bottom-sheet__content {
        background-position: top;
        background-repeat: no-repeat;
        background-size: 662px 220px
    }
}

.bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content {
    position: relative
}

@supports (padding-inline:0 0) {
    .bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content {
        padding-inline: 0 0
    }
}

@supports not (padding-inline:0 0) {
    .bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content {
        padding-left: 0;
        padding-right: 0
    }
}

.bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content:after,
.bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content:before {
    background-image: url(/img/bonus-store/bonus-store-bs-bg.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 128px;
    height: auto;
    top: 66px
}

.no-webp .bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content:before {
    background-image: url(/img/bonus-store/bonus-store-bs-bg.jpg)
}

@media (min-width:640px) {
    .bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content:before {
        background-image: url(/img/bonus-store/bonus-store-bs-tab-bg.webp);
        bottom: 138px;
        top: 84px
    }

    .no-webp .bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content:before {
        background-image: url(/img/bonus-store/bonus-store-bs-tab-bg.jpg)
    }
}

.bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content:after {
    border-radius: inherit;
    box-shadow: var(--inner-shadow);
    pointer-events: none
}

.bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content:has(.bonus-store-lootbox-info-prize):before {
    background-image: url(/img/bonus-store/lootbox-prize-bg.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 640px 337px;
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: lighten;
    position: absolute;
    top: 0;
    transform: rotate(180deg);
    width: 100%
}

.no-webp .bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content:has(.bonus-store-lootbox-info-prize):before {
    background-image: url(/img/bonus-store/lootbox-prize-bg.jpg)
}

@media (min-width:640px) {
    .bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content:has(.bonus-store-lootbox-info-prize):before {
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: 760px 400px
    }
}

.bottom-sheet--bonuses .bottom-sheet__content {
    overflow: hidden !important
}

.bottom-sheet--command-confirm .bottom-sheet__content {
    overflow: visible !important
}

.bottom-sheet--account_temporarily_blocked_by_phone .bottom-sheet__content,
.bottom-sheet--all-commands .bottom-sheet__content,
.bottom-sheet--bonus-store-awards .bottom-sheet__content,
.bottom-sheet--command-confirm .bottom-sheet__content,
.bottom-sheet--command-team .bottom-sheet__content,
.bottom-sheet--deposit-bonus .bottom-sheet__content,
.bottom-sheet--filters .bottom-sheet__content,
.bottom-sheet--menu-burger .bottom-sheet__content,
.bottom-sheet--partners-contest-stream-winners-list .bottom-sheet__content,
.bottom-sheet--profile .bottom-sheet__content,
.bottom-sheet--provider-filters .bottom-sheet__content,
.bottom-sheet--status-up .bottom-sheet__content,
.games-sort-page .bottom-sheet__content,
.providers .bottom-sheet__content {
    padding: 0
}

.bottom-sheet--data-picker .bottom-sheet__content,
.bottom-sheet--local-list .bottom-sheet__content {
    padding-top: var(--spacings-xl)
}

.bottom-sheet__content>div:first-child {
    padding-bottom: var(--spacings-3xl)
}

.bottom-sheet--menu-burger .bottom-sheet__content>div:first-child {
    padding-bottom: var(--bottom-menu-height)
}

.bottom-sheet--bonuses .bottom-sheet__content>div:first-child,
.bottom-sheet--command-team .bottom-sheet__content>div:first-child,
.bottom-sheet--country-select .bottom-sheet__content>div:first-child,
.bottom-sheet--deposit-bonus .bottom-sheet__content>div:first-child,
.bottom-sheet--filters .bottom-sheet__content>div:first-child,
.bottom-sheet--phone-picker .bottom-sheet__content>div:first-child,
.bottom-sheet--profile .bottom-sheet__content>div:first-child,
.bottom-sheet--provider-filters .bottom-sheet__content>div:first-child,
.bottom-sheet--providers .bottom-sheet__content>div:first-child,
.bottom-sheet--search .bottom-sheet__content>div:first-child {
    padding-bottom: 0
}

.bottom-sheet--local-list .bottom-sheet__content>div:first-child {
    padding-bottom: var(--spacings-3xl)
}

@media (max-width:1139px) {
    .bottom-sheet--search .bottom-sheet__content {
        overflow: hidden;
        padding: 0
    }
}

.bottom-sheet--login-denied .bottom-sheet__content {
    padding: 0 var(--spacings-page-paddings) 0
}

.bottom-sheet--custom-select .bottom-sheet__content {
    padding-inline: 8px
}

.bottom-sheet__content::-webkit-scrollbar {
    background-color: transparent;
    color: transparent;
    display: none;
    height: 0;
    opacity: 0;
    width: 0
}

.bottom-sheet__content::-webkit-scrollbar-thumb,
.bottom-sheet__content::-webkit-scrollbar-track {
    background: transparent;
    display: none
}

@media (max-width:1139px) {
    .bottom-sheet--command-team .bottom-sheet__content {
        margin-top: -20px
    }

    .bottom-sheet--country-select .bottom-sheet__content {
        padding-left: 8px;
        padding-right: 8px
    }
}

.bottom-sheet__content .custom-modal {
    background: transparent;
    position: unset
}

@media (min-width:640px) {
    .bottom-sheet__content {
        border-radius: var(--roundings-m) var(--roundings-m) 0 0
    }
}

.bottom-sheet--command-confirm .bottom-sheet__scroll,
.bottom-sheet--providers .bottom-sheet__scroll,
.bottom-sheet--search .bottom-sheet__scroll {
    overflow: visible !important
}

.bottom-sheet--bonuses .bottom-sheet__scroll {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    overflow: hidden !important
}

.bottom-sheet--partners-contests-contest-details .bottom-sheet__scroll,
.bottom-sheet--partners-contests-create-contest .bottom-sheet__scroll,
.bottom-sheet--payout-cancel-popup .bottom-sheet__scroll {
    border-radius: var(--roundings-xs);
    padding-right: 0 !important;
    width: 100% !important
}

.bottom-sheet--payout-cancel-popup .bottom-sheet__scroll {
    border-radius: var(--roundings-m)
}

.bottom-sheet__scroll::-webkit-scrollbar {
    background-color: transparent;
    color: transparent;
    display: none;
    height: 0;
    opacity: 0;
    width: 0
}

.bottom-sheet__scroll::-webkit-scrollbar-thumb,
.bottom-sheet__scroll::-webkit-scrollbar-track {
    background: transparent;
    display: none
}

.bottom-sheet__backdrop {
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 9999
}

.bottom-sheet.closed .bottom-sheet__backdrop {
    height: 0
}

.game-page .custom-modal--missing-data .date-picker .bottom-sheet__backdrop,
.sport-page .custom-modal--missing-data .date-picker .bottom-sheet__backdrop {
    display: block
}

.welcome-bonus-mobile .bottom-sheet__backdrop {
    pointer-events: all
}

.games-sort-page .bottom-sheet__content-inner,
.providers .bottom-sheet__content-inner {
    padding: 0 24px
}

.bottom-sheet--adult-modal .bottom-sheet__content-inner,
.bottom-sheet--bonuses .bottom-sheet__content-inner,
.bottom-sheet--providers .bottom-sheet__content-inner,
.bottom-sheet--search .bottom-sheet__content-inner {
    height: 100%
}

.bottom-sheet--bonuses .bottom-sheet__content-inner {
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.bottom-sheet__card {
    display: flex;
    flex-direction: column;
    left: 50%;
    margin: 0 auto;
    max-height: calc(100vh - 44px) !important;
    max-height: calc(100dvh - 44px) !important;
    max-width: var(--bottom-sheet-max-width) !important;
    position: fixed;
    width: 100%;
    z-index: 9999
}

.bottom-sheet--all-commands .bottom-sheet__card {
    background: linear-gradient(0deg, var(--gray-500-p-08) 0, var(--gray-500-p-08) 100%), var(--white)
}

.bottom-sheet--search .bottom-sheet__card {
    max-width: 100% !important
}

.bottom-sheet__card.square {
    border-radius: 0
}

.bottom-sheet__card.fx-default {
    transform: translate(-50%);
    transition: bottom .3s ease
}

.bottom-sheet__card.fx-fadein-scale {
    opacity: 0;
    transform: translate(-50%) scale(.7);
    transition: all .3s
}

.bottom-sheet__card.fx-slide-from-right {
    opacity: 0;
    transform: translate(100%);
    transition: all .3s cubic-bezier(.25, .5, .5, .9)
}

.bottom-sheet__card.fx-slide-from-left {
    opacity: 0;
    transform: translate(-100%);
    transition: all .3s cubic-bezier(.25, .5, .5, .9)
}

.welcome-bonuses .bottom-sheet__card {
    border-radius: 12px 12px 0 0;
    bottom: 68px !important;
    padding-bottom: 0;
    top: auto !important
}

.restore-account-form .bottom-sheet--phone-picker .bottom-sheet__card {
    height: 85vh !important;
    max-height: none !important
}

.game-page .custom-modal--missing-data .date-picker .bottom-sheet__card,
.sport-page .custom-modal--missing-data .date-picker .bottom-sheet__card {
    height: auto !important
}

.bottom-sheet--many-pending-documents .bottom-sheet__card:before {
    background-image: url(/img/login-denied-img.png);
    background-size: cover;
    bottom: 100%;
    content: "";
    height: 110px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 170px
}

.bottom-sheet--bonus-store-lootbox-info-description:has(.custom-modal--bonus-store-lootbox-info-description) .bottom-sheet__card,
.bottom-sheet--bonus-store-lootbox-info:has(.custom-modal--bonus-store-lootbox-info) .bottom-sheet__card,
.bottom-sheet--currencies-popup .bottom-sheet__card {
    height: -moz-max-content !important;
    height: max-content !important
}

@media (min-width:640px) {
    .bottom-sheet--command-confirm .bottom-sheet__card {
        background: linear-gradient(to bottom, transparent 0, var(--white) 30%)
    }

    .bottom-sheet--command-team .bottom-sheet__card {
        background-color: transparent;
        border-radius: 0
    }
}

.bottom-sheet__pan {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 0 16px;
    z-index: 1
}

.bottom-sheet--command-confirm .bottom-sheet__pan {
    display: none
}

.bottom-sheet--account-temporarily-blocked-by-phone .bottom-sheet__pan {
    padding-bottom: 18px
}

.bottom-sheet__arrow-down {
    display: none
}

.bottom-sheet__bar {
    background-color: var(--icons-a-disable);
    border-radius: 24px;
    height: 4px;
    width: 50px
}

.bottom-sheet--patch-timezone .bottom-sheet__bar {
    opacity: 0
}

@keyframes show {
    0% {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

@keyframes hide {
    0% {
        opacity: 1;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

.bottom-sheet--account-temporarily-blocked .bottom-sheet__card,
.bottom-sheet--account-temporarily-blocked-by-phone .bottom-sheet__card,
.bottom-sheet--modal-confirm .bottom-sheet__card,
.bottom-sheet--one-time-password .bottom-sheet__card {
    height: auto !important
}

.bottom-sheet--account-temporarily-blocked .bottom-sheet__content,
.bottom-sheet--account-temporarily-blocked .bottom-sheet__scroll,
.bottom-sheet--account-temporarily-blocked-by-phone .bottom-sheet__content,
.bottom-sheet--account-temporarily-blocked-by-phone .bottom-sheet__scroll,
.bottom-sheet--modal-confirm .bottom-sheet__content,
.bottom-sheet--modal-confirm .bottom-sheet__scroll,
.bottom-sheet--one-time-password .bottom-sheet__content,
.bottom-sheet--one-time-password .bottom-sheet__scroll {
    overflow: visible !important
}

.bottom-sheet.bottom-sheet--cashout-alert {
    z-index: 10014
}

.bottom-sheet.bottom-sheet--cashout-alert .bottom-sheet__card {
    height: 100% !important
}

@media (max-width:639px) {
    .bottom-sheet.bottom-sheet--cashout-alert .bottom-sheet__card {
        max-height: 100% !important;
        max-width: 100% !important
    }
}

.nsl-position-select__table[data-v-ba6e44c5] {
    background: #fff;
    border-radius: 8px
}

.nsl-position-select__table td[data-v-ba6e44c5] {
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    height: 16px;
    width: 16px
}

.nsl-position-select__table td.active[data-v-ba6e44c5],
.nsl-position-select__table td[data-v-ba6e44c5]:hover {
    background: #555
}

.nsl-viewer-api-header .nsl-viewer-api-header__title[data-v-33b1442c] {
    font-weight: 700
}

.nsl-viewer-api-header .nsl-viewer-api-header__title span[data-v-33b1442c] {
    display: none
}

.nsl-viewer-api-header .nsl-viewer-api-header__title.nsl-viewer-api-header__title--collapsable[data-v-33b1442c] {
    cursor: pointer
}

.nsl-viewer-api-header .nsl-viewer-api-header__title.nsl-viewer-api-header__title--collapsable[data-v-33b1442c]:hover {
    background: #ededed55
}

.nsl-viewer-api-header .nsl-viewer-api-header__title.nsl-viewer-api-header__title--collapsable span[data-v-33b1442c] {
    display: inline
}

.nsl-viewer-api-header .nsl-viewer-api-header__lines[data-v-33b1442c] {
    padding-left: 10px
}

.nsl-viewer-api .nsl-viewer-api__title[data-v-69e411b6] {
    background: var(--nsl-background);
    cursor: pointer;
    padding: 4px 10px;
    position: sticky;
    top: 0
}

.nsl-viewer-api .nsl-viewer-api__title[data-v-69e411b6]:hover {
    background: #ededed55
}

.nsl-viewer-api .nsl-viewer-api__title.nsl-viewer-api__title--active[data-v-69e411b6] {
    font-weight: 700
}

.nsl-viewer-api .nsl-viewer-api__content[data-v-69e411b6] {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    max-width: min(80vw, 1400px);
    overflow-x: hidden;
    padding: 10px 25px 30px 15px
}

.nsl-viewer-api .nsl-viewer-api__content-left[data-v-69e411b6] {
    flex-shrink: 0;
    line-height: 1.5em;
    overflow-wrap: break-word;
    overflow-x: hidden;
    width: min(50%, 300px)
}

.nsl-viewer-api .nsl-viewer-api__content-right[data-v-69e411b6] {
    background: var(--nsl-background2);
    background: color-mix(in srgb, var(--nsl-background), var(--nsl-background2));
    font-size: 10px;
    max-height: 80vh;
    overflow: auto;
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all;
    width: 100%
}

.nsl-viewer-api .nsl-viewer-api__head-line[data-v-69e411b6] {
    padding: 2px 0
}

.nsl-viewer-app[data-v-fe569457] {
    opacity: .6;
    padding: 4px 10px
}

.nuxt-ssr-logs[data-v-dd4072d9] {
    bottom: 0;
    display: flex;
    font-size: 11px;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100000;
    --nsl-text: var(--gray-500);
    --nsl-background: var(--white);
    --nsl-background2: #f0f0f0;
    --nsl-border: #e0e0e0
}

.nuxt-ssr-logs.nsl--is-dark[data-v-dd4072d9] {
    --nsl-text: var(--white);
    --nsl-background: var(--blue-dark-400);
    --nsl-background2: var(--blue-dark-500);
    --nsl-border: var(--blue-dark-300)
}

.nuxt-ssr-logs .nsl__button[data-v-dd4072d9] {
    background: var(--nsl-background2);
    border: 1px solid var(--nsl-border);
    border-radius: 10px;
    box-shadow: 0 0 5px #000e, 1px 1px 3px #000e;
    color: var(--nsl-text);
    cursor: pointer;
    margin: 2px;
    padding: 8px 12px;
    pointer-events: all;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.nuxt-ssr-logs .nsl__button[data-v-dd4072d9]:hover,
.nuxt-ssr-logs .nsl__content[data-v-dd4072d9] {
    background: var(--nsl-background)
}

.nuxt-ssr-logs .nsl__content[data-v-dd4072d9] {
    border: 1px solid var(--nsl-border);
    border-radius: 10px;
    box-shadow: 0 4px 15px #0000001a;
    color: var(--nsl-text);
    margin: 5px;
    overflow: hidden;
    pointer-events: all
}

.nuxt-ssr-logs.nsl--position-tl[data-v-dd4072d9] {
    align-items: flex-start;
    justify-content: flex-start
}

.nuxt-ssr-logs.nsl--position-tc[data-v-dd4072d9] {
    align-items: flex-start;
    justify-content: center
}

.nuxt-ssr-logs.nsl--position-tr[data-v-dd4072d9] {
    align-items: flex-start;
    justify-content: flex-end
}

.nuxt-ssr-logs.nsl--position-cl[data-v-dd4072d9] {
    align-items: center;
    justify-content: flex-start
}

.nuxt-ssr-logs.nsl--position-cc[data-v-dd4072d9] {
    align-items: center;
    justify-content: center
}

.nuxt-ssr-logs.nsl--position-cr[data-v-dd4072d9] {
    align-items: center;
    justify-content: flex-end
}

.nuxt-ssr-logs.nsl--position-bl[data-v-dd4072d9] {
    align-items: flex-end;
    justify-content: flex-start
}

.nuxt-ssr-logs.nsl--position-bc[data-v-dd4072d9] {
    align-items: flex-end;
    justify-content: center
}

.nuxt-ssr-logs.nsl--position-br[data-v-dd4072d9] {
    align-items: flex-end;
    justify-content: flex-end
}

.nuxt-ssr-logs .nsl__head[data-v-dd4072d9] {
    display: flex;
    font-size: 1.4em;
    justify-content: space-between;
    padding: 7px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.nuxt-ssr-logs .nsl__head-button[data-v-dd4072d9] {
    cursor: pointer
}

.nuxt-ssr-logs .nsl__head-button[data-v-dd4072d9]:hover {
    text-shadow: 0 0 2px rgba(0, 0, 0, .6)
}

.nuxt-ssr-logs .nsl__body[data-v-dd4072d9] {
    max-height: 80vh;
    max-width: 90vw;
    overflow: auto;
    overscroll-behavior: contain
}

.nuxt-ssr-logs .nsl__bottom[data-v-dd4072d9] {
    background: var(--nsl-background2);
    display: flex;
    justify-content: space-between;
    padding: 4px 10px
}

.custom-modal {
    background-color: var(--backgrounds-d-70);
    background-image: none;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10031
}

@media (min-width:640px) {
    .custom-modal {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        display: flex;
        justify-content: center;
        padding: var(--spacings-page-paddings) 0
    }
}

@media (min-width:640px) and (max-width:1139px) and (orientation:landscape) {
    .custom-modal:not(.bottom-sheet .custom-modal, .custom-modal.custom-modal--game-info, .custom-modal.custom-modal--payment-iframe, .custom-modal.custom-modal--spin) {
        padding-bottom: 5vh;
        padding-top: 5vh
    }
}

@media (max-width:1139px) {
    .custom-modal.custom-modal--game-info {
        opacity: 0
    }

    .custom-modal.custom-modal--game-info.custom-modal--rendered {
        opacity: 1
    }

    .bottom-sheet--bonus-modal .custom-modal,
    .bottom-sheet--game-currency-usd .custom-modal,
    .bottom-sheet--payment-balance-cancel-popup .custom-modal,
    .bottom-sheet--promo-code .custom-modal {
        background-color: transparent;
        padding-top: 0;
        position: relative;
        top: 0
    }

    .bottom-sheet--bonus-modal .custom-modal {
        padding-bottom: 0
    }

    .custom-modal.custom-modal--msp-error-modal,
    .custom-modal.custom-modal--msp-instruction-modal,
    .custom-modal.custom-modal--msp-player-modal,
    .custom-modal.custom-modal--payment-not-wagered-modal {
        z-index: 10012
    }
}

@media (min-width:1140px) {

    .custom-modal.custom-modal--msp-error-modal,
    .custom-modal.custom-modal--msp-instruction-modal,
    .custom-modal.custom-modal--msp-player-modal,
    .custom-modal.custom-modal--payment-not-wagered-modal {
        align-items: center;
        padding-top: 120px
    }
}

.bottom-sheet--account-temporarily-blocked-by-phone .custom-modal,
.bottom-sheet--converter-game-modal .custom-modal {
    padding: 0
}

@media (min-width:640px) {

    .custom-modal.custom-modal--bonus-store-awards,
    .custom-modal.custom-modal--friends-and-referrals-commissions {
        padding: 0
    }
}

@media (min-width:1140px) {
    .custom-modal.custom-modal--partners-contests-contest-details {
        padding: 60px 0
    }

    .custom-modal.custom-modal--promo-code {
        align-items: center
    }
}

@media (min-width:640px) and (max-width:1139px) {
    .custom-modal.custom-modal--too-many-requests-modal {
        padding: 0
    }
}

@media (min-width:1140px) {
    .custom-modal.custom-modal--too-many-requests-modal {
        align-items: center
    }
}

@media (min-width:640px) and (max-width:1139px) {
    .custom-modal--msp-cancel-modal {
        display: block;
        padding: 0
    }
}

@media (max-width:639px) {

    .custom-modal--msp-cancel-deposit-modal,
    .custom-modal--msp-deposit-declined-modal,
    .custom-modal--msp-status-confirm-modal,
    .custom-modal--msp-status-dispute-modal,
    .custom-modal--msp-status-rejected-modal,
    .custom-modal--msp-success-modal,
    .custom-modal--msp-transactions-modal {
        background-color: var(--backgrounds-b)
    }

    .custom-modal--msp-cancel-deposit-modal,
    .custom-modal--msp-success-modal {
        align-items: center;
        display: flex
    }
}

.custom-modal--partners-contests-create-contest {
    padding: 0
}

@media (min-width:640px) and (max-width:1139px) {
    .custom-modal--partners-contests-create-contest {
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }
}

@media (min-width:1140px) {
    .custom-modal--partners-contests-create-contest {
        padding: 60px 0
    }
}

.custom-modal--not-referral,
.custom-modal--partners-contests-modal-insufficient-funds {
    padding: 0
}

.custom-modal--friends-and-referrals-commissions,
.custom-modal--friends-and-referrals-currencies,
.custom-modal--friends-and-referrals-error,
.custom-modal--friends-and-referrals-invite-modal {
    align-items: center;
    flex-direction: column;
    padding: 0
}

@media (max-width:1139px) {

    .custom-modal--friends-and-referrals-commissions .custom-modal__inner,
    .custom-modal--friends-and-referrals-commissions .custom-modal__inner-wr,
    .custom-modal--friends-and-referrals-currencies .custom-modal__inner,
    .custom-modal--friends-and-referrals-currencies .custom-modal__inner-wr,
    .custom-modal--friends-and-referrals-error .custom-modal__inner,
    .custom-modal--friends-and-referrals-error .custom-modal__inner-wr,
    .custom-modal--friends-and-referrals-invite-modal .custom-modal__inner,
    .custom-modal--friends-and-referrals-invite-modal .custom-modal__inner-wr {
        width: 100%
    }
}

@media (min-width:1140px) {

    .custom-modal--bonus-store-freespin-confirm,
    .custom-modal--bonus-store-freespin-prize {
        align-items: center
    }
}

@media (max-width:1139px) {

    .custom-modal--bonus-store-freespin-confirm .custom-modal__inner,
    .custom-modal--bonus-store-freespin-confirm .custom-modal__inner-wr,
    .custom-modal--bonus-store-freespin-prize .custom-modal__inner,
    .custom-modal--bonus-store-freespin-prize .custom-modal__inner-wr {
        width: 100%
    }
}

.custom-modal--spin {
    padding: 0
}

@media (max-width:1139px) {

    .custom-modal--spin .custom-modal__inner,
    .custom-modal--spin .custom-modal__inner-wr {
        height: 100%;
        width: 100%
    }
}

.custom-modal--game-currency-usd {
    padding: 0
}

@media (min-width:1140px) {
    .custom-modal--game-currency-usd {
        flex-direction: column;
        padding-top: 0
    }
}

.custom-modal--limits-modal,
.custom-modal--reality-check-notify {
    align-items: center;
    flex-direction: column;
    padding-top: 0
}

@media (max-width:1139px) {
    .custom-modal--limits-modal {
        position: static
    }

    .custom-modal--bonus-store-freespin-confirm,
    .custom-modal--bonus-store-freespin-prize,
    .custom-modal--bonus-store-lootbox-info,
    .custom-modal--bonus-store-lootbox-info-description {
        background: transparent;
        padding: 0;
        position: static
    }
}

@media (min-width:640px) {

    .custom-modal--balance,
    .custom-modal--cashout,
    .custom-modal--deposit,
    .custom-modal--missing-data,
    .custom-modal--msp-cancel-deposit-modal,
    .custom-modal--msp-deposit-declined-modal,
    .custom-modal--msp-status-confirm-modal,
    .custom-modal--msp-status-dispute-modal,
    .custom-modal--msp-status-rejected-modal {
        padding: 40px 0
    }
}

@media (max-width:1139px) {

    .custom-modal--account-temporarily-blocked,
    .custom-modal--licence,
    .custom-modal--limits-card-hint,
    .custom-modal--login-denied,
    .custom-modal--one-time-password,
    .custom-modal--patch-profile,
    .custom-modal--profile-history-operations-item-cancel-modal,
    .custom-modal--restore-password-request,
    .custom-modal--status-up,
    .custom-modal--statuses-modal,
    .custom-modal--users-password-edit,
    .custom-modal--users-unlock {
        background-color: transparent;
        position: static
    }
}

@media (min-width:640px) and (max-width:1139px) {

    .custom-modal--account-temporarily-blocked,
    .custom-modal--licence,
    .custom-modal--limits-card-hint,
    .custom-modal--login-denied,
    .custom-modal--one-time-password,
    .custom-modal--patch-profile,
    .custom-modal--profile-history-operations-item-cancel-modal,
    .custom-modal--restore-password-request,
    .custom-modal--status-up,
    .custom-modal--statuses-modal,
    .custom-modal--users-password-edit,
    .custom-modal--users-unlock {
        padding: 0
    }
}

.custom-modal--bonus-modal,
.custom-modal--bonus-store-awards,
.custom-modal--payment-balance-cancel-popup,
.custom-modal--restore-password-request,
.custom-modal--users-password-edit,
.custom-modal--users-unlock {
    align-items: center
}

.custom-modal--bonus-store-lootbox-info {
    align-items: center;
    -webkit-backdrop-filter: none;
    backdrop-filter: none
}

@media (max-width:1139px) {

    .custom-modal--all-commands,
    .custom-modal--command-team {
        background-color: transparent;
        position: static
    }
}

@media (min-width:640px) and (max-width:1139px) {

    .custom-modal--all-commands,
    .custom-modal--command-team {
        border-radius: 24px 24px 0 0;
        display: block;
        padding-top: 0
    }
}

@media (min-width:1140px) {

    .custom-modal--all-commands,
    .custom-modal--command-team {
        padding: 80px 0
    }
}

@media (min-width:1628px) {

    .custom-modal--all-commands,
    .custom-modal--command-team {
        padding: 99px 0
    }
}

@media (min-width:1140px) {

    .custom-modal--all-commands .custom-modal__inner>.vb-content,
    .custom-modal--command-team .custom-modal__inner>.vb-content {
        padding-right: 0 !important;
        width: 100% !important;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .custom-modal--all-commands .custom-modal__inner>.vb-content::-webkit-scrollbar,
    .custom-modal--command-team .custom-modal__inner>.vb-content::-webkit-scrollbar {
        display: none
    }
}

@media (max-width:1139px) {
    .custom-modal--command-confirm {
        background-color: transparent;
        border-radius: 16px 16px 0 0;
        position: static
    }
}

@media (min-width:640px) and (max-width:1139px) {
    .custom-modal--command-confirm {
        display: block;
        padding: 0
    }
}

@media (min-width:1140px) {
    .custom-modal--command-confirm {
        padding-top: 224px
    }
}

.custom-modal--modal-confirm,
.custom-modal--profile-history-operations-item-cancel-modal {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0
}

.custom-modal--game-info {
    background-color: var(--backgrounds-b);
    padding: 0;
    top: var(--header-height)
}

@media (max-width:639px) {
    .custom-modal--game-info {
        display: flex;
        flex-direction: column
    }
}

@media (min-width:640px) and (max-width:1139px) {

    .custom-modal--licence,
    .custom-modal--login-denied {
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }
}

@media (min-width:1140px) {

    .custom-modal--licence,
    .custom-modal--login-denied {
        align-items: center;
        padding: 0 0 10vh
    }

    .custom-modal--account-temporarily-blocked,
    .custom-modal--patch-timezone {
        padding: 52px 0
    }
}

.custom-modal__close-wr {
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: var(--buttons-secondary-c-bg-default);
    border-radius: var(--buttons-s-radius);
    box-shadow: var(--gray-shadow);
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: -12px;
    top: 0;
    transform: translate(100%);
    width: 40px
}

.no-touch .custom-modal__close-wr:hover {
    background-color: var(--buttons-secondary-c-bg-hover)
}

@media (max-width:639px) {

    .custom-modal--msp-status-confirm-modal .custom-modal__close-wr,
    .custom-modal--msp-transactions-modal .custom-modal__close-wr {
        right: 20px;
        top: 20px
    }
}

@media (min-width:640px) and (max-width:1139px) {

    .custom-modal--msp-status-confirm-modal .custom-modal__close-wr,
    .custom-modal--msp-transactions-modal .custom-modal__close-wr {
        right: 24px;
        top: 24px
    }
}

@media (max-width:1139px) {

    .custom-modal--msp-status-confirm-modal .custom-modal__close-wr,
    .custom-modal--msp-transactions-modal .custom-modal__close-wr {
        height: 36px;
        transform: none;
        width: 36px;
        z-index: 3
    }
}

.custom-modal--rakeback-award .custom-modal__close-wr,
.custom-modal--rakeback-info .custom-modal__close-wr,
.custom-modal--reality-check-notify .custom-modal__close-wr {
    box-shadow: none
}

.custom-modal__close {
    color: var(--buttons-secondary-c-icon-default);
    height: auto;
    padding: 2px;
    width: 20px
}

.no-touch .custom-modal__close-wr:hover .custom-modal__close,
.no-touch .payment__close:hover .custom-modal__close {
    color: var(--buttons-secondary-c-icon-hover)
}

@media (min-width:640px) and (max-width:1139px) {
    .custom-modal--payment-iframe .custom-modal__close {
        color: var(--gray-500)
    }
}

.custom-modal--msp-player-modal .custom-modal__close {
    padding: 0;
    width: 16px
}

.custom-modal__inner-wr {
    display: flex;
    max-height: 100%;
    position: relative
}

@media (max-width:1139px) {

    .custom-modal--cancel-bonus-modal .custom-modal__inner-wr,
    .custom-modal--cancelled-bonus-amount .custom-modal__inner-wr,
    .custom-modal--game-currency-usd .custom-modal__inner-wr {
        width: 100%
    }
}

@media (min-width:1140px) {

    .custom-modal--cancel-bonus-modal .custom-modal__inner-wr,
    .custom-modal--cancelled-bonus-amount .custom-modal__inner-wr,
    .custom-modal--game-currency-usd .custom-modal__inner-wr {
        margin: auto
    }
}

@media (max-width:639px) {
    .custom-modal--captcha-modal .custom-modal__inner-wr {
        height: 100%;
        width: 100%
    }
}

@media (min-width:640px) {
    .custom-modal--captcha-modal .custom-modal__inner-wr {
        margin: auto;
        max-width: 500px;
        width: 100%
    }
}

@media (max-width:639px) {

    .custom-modal--msp-cancel-deposit-modal .custom-modal__inner-wr,
    .custom-modal--msp-success-modal .custom-modal__inner-wr {
        width: 100%
    }
}

@media (min-width:640px) {

    .custom-modal--msp-deposit-declined-modal .custom-modal__inner-wr,
    .custom-modal--msp-status-confirm-modal .custom-modal__inner-wr,
    .custom-modal--msp-status-dispute-modal .custom-modal__inner-wr,
    .custom-modal--msp-status-rejected-modal .custom-modal__inner-wr {
        width: 572px
    }
}

@media (min-width:1140px) {

    .custom-modal--msp-deposit-declined-modal .custom-modal__inner-wr,
    .custom-modal--msp-status-confirm-modal .custom-modal__inner-wr,
    .custom-modal--msp-status-dispute-modal .custom-modal__inner-wr,
    .custom-modal--msp-status-rejected-modal .custom-modal__inner-wr {
        width: 500px
    }
}

@media (min-width:640px) {

    .custom-modal--msp-cancel-deposit-modal .custom-modal__inner-wr,
    .custom-modal--msp-success-modal .custom-modal__inner-wr {
        margin: auto
    }
}

@media (min-width:1140px) {

    .custom-modal--msp-cancel-modal .custom-modal__inner-wr,
    .custom-modal--msp-deposit-declined-modal .custom-modal__inner-wr,
    .custom-modal--msp-status-confirm-modal .custom-modal__inner-wr,
    .custom-modal--msp-status-dispute-modal .custom-modal__inner-wr,
    .custom-modal--msp-status-rejected-modal .custom-modal__inner-wr,
    .custom-modal--not-referral .custom-modal__inner-wr,
    .custom-modal--partners-contests-confirmation-modal-popup .custom-modal__inner-wr,
    .custom-modal--partners-contests-contest-details .custom-modal__inner-wr,
    .custom-modal--partners-contests-create-contest .custom-modal__inner-wr,
    .custom-modal--partners-contests-modal-insufficient-funds .custom-modal__inner-wr,
    .custom-modal--payment-modal-form .custom-modal__inner-wr {
        margin: auto
    }
}

@media (max-width:1139px) {

    .custom-modal--bonus-store-lootbox-info .custom-modal__inner-wr,
    .custom-modal--limits-modal .custom-modal__inner-wr,
    .custom-modal--partners-contests-create-contest .custom-modal__inner-wr,
    .custom-modal--profile-history-operations-item-cancel-modal .custom-modal__inner-wr {
        width: 100%
    }
}

.custom-modal--balance .custom-modal__inner-wr,
.custom-modal--cashout .custom-modal__inner-wr,
.custom-modal--deposit .custom-modal__inner-wr,
.custom-modal--payment-iframe .custom-modal__inner-wr {
    height: 100%
}

@media (min-width:712px) {
    .custom-modal--verification-details .custom-modal__inner-wr {
        max-width: 100%
    }
}

@media (max-width:639px) {

    .custom-modal--registration .custom-modal__inner-wr,
    .custom-modal--signin .custom-modal__inner-wr {
        background-color: var(--backgrounds-b);
        height: 100%
    }
}

@media (min-width:640px) and (max-width:1139px) {
    .custom-modal--game-info .custom-modal__inner-wr {
        overflow: hidden;
        width: 100%
    }
}

@media (max-width:639px) {
    .custom-modal--game-info .custom-modal__inner-wr {
        flex: 1
    }
}

@media (min-width:1140px) {

    .custom-modal--email-not-exists-local .custom-modal__inner-wr,
    .custom-modal--email-one-time-password .custom-modal__inner-wr,
    .custom-modal--patch-profile .custom-modal__inner-wr {
        margin: auto
    }
}

@media (max-width:1139px) {

    .custom-modal--rakeback-award .custom-modal__inner-wr,
    .custom-modal--rakeback-info .custom-modal__inner-wr {
        margin: 0;
        width: 100%
    }
}

@media (min-width:1140px) {

    .custom-modal--rakeback-award .custom-modal__inner-wr,
    .custom-modal--rakeback-info .custom-modal__inner-wr {
        margin: auto
    }

    .custom-modal--rakeback-info .custom-modal__inner-wr {
        background-color: var(--backgrounds-b);
        border-radius: var(--roundings-m);
        gap: var(--spacings-xl);
        margin: auto;
        width: 500px
    }
}

@media (max-width:1139px) {

    .custom-modal--account-temporarily-blocked .custom-modal__inner-wr,
    .custom-modal--licence .custom-modal__inner-wr,
    .custom-modal--one-time-password .custom-modal__inner-wr,
    .custom-modal--patch-profile .custom-modal__inner-wr,
    .custom-modal--status-up .custom-modal__inner-wr,
    .custom-modal--statuses-modal .custom-modal__inner-wr,
    .custom-modal--users-password-edit .custom-modal__inner-wr,
    .custom-modal--users-unlock .custom-modal__inner-wr {
        display: block;
        flex: 1
    }

    .bottom-sheet--payment-balance-cancel-popup .custom-modal__inner-wr {
        width: 100%
    }

    .custom-modal--modal-confirm .custom-modal__inner-wr {
        display: block
    }
}

@media (min-width:640px) {

    .custom-modal--account-temporarily-blocked .custom-modal__inner-wr,
    .custom-modal--default-modal .custom-modal__inner-wr {
        max-width: 600px
    }

    .custom-modal--bonus-modal .custom-modal__inner-wr {
        max-width: 600px;
        width: 100%
    }

    .custom-modal--balance .custom-modal__inner-wr,
    .custom-modal--cashout .custom-modal__inner-wr,
    .custom-modal--cashout-alert .custom-modal__inner-wr,
    .custom-modal--deposit .custom-modal__inner-wr,
    .custom-modal__inner-wr .custom-modal--payment-iframe {
        align-items: flex-start
    }

    .custom-modal--deposit-missing:has(.missing-data--email) .custom-modal__inner-wr {
        align-items: center
    }
}

@media (max-height:639px) and (orientation:landscape) {

    .custom-modal--balance .custom-modal__inner-wr,
    .custom-modal--cashout .custom-modal__inner-wr,
    .custom-modal--cashout-alert .custom-modal__inner-wr,
    .custom-modal--deposit .custom-modal__inner-wr,
    .custom-modal__inner-wr .custom-modal--payment-iframe {
        align-items: normal
    }
}

@media (min-width:1140px) {
    .custom-modal--all-commands .custom-modal__inner-wr {
        max-width: 820px
    }

    .custom-modal--one-time-password .custom-modal__inner-wr,
    .custom-modal--registration .custom-modal__inner-wr,
    .custom-modal--signin .custom-modal__inner-wr,
    .custom-modal--status-up .custom-modal__inner-wr,
    .custom-modal--statuses-modal .custom-modal__inner-wr {
        margin: auto
    }

    .custom-modal--bonus-modal .custom-modal__inner-wr {
        max-width: 500px
    }
}

@media (min-width:1628px) {
    .custom-modal--all-commands .custom-modal__inner-wr {
        max-width: 960px
    }
}

.custom-modal__inner {
    margin: 0 auto;
    position: relative
}

@media (max-width:1139px) {

    .custom-modal--bonus-store-lootbox-info .custom-modal__inner,
    .custom-modal--cancel-bonus-modal .custom-modal__inner,
    .custom-modal--cancelled-bonus-amount .custom-modal__inner,
    .custom-modal--game-currency-usd .custom-modal__inner {
        width: 100%
    }
}

@media (max-width:639px) {
    .custom-modal--captcha-modal .custom-modal__inner {
        height: 100%;
        width: 100%
    }
}

@media (min-width:1140px) {
    .custom-modal__inner .vb-content {
        padding: 0 !important;
        width: 100% !important;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .custom-modal__inner .vb-content::-webkit-scrollbar {
        display: none
    }
}

@media (min-width:1140px) {
    .custom-modal__inner .registration-form__panel--bonuses .vb-content {
        margin: -40px 0 0;
        padding: 40px 0 0 !important
    }
}

.custom-modal--profile-history-operations-item-cancel-modal .custom-modal__inner {
    overflow: hidden
}

@media (max-width:1139px) {

    .custom-modal--all-commands .custom-modal__inner,
    .custom-modal--command-confirm .custom-modal__inner,
    .custom-modal--command-team .custom-modal__inner,
    .custom-modal--limits-modal .custom-modal__inner,
    .custom-modal--msp-cancel-deposit-modal .custom-modal__inner,
    .custom-modal--msp-cancel-modal .custom-modal__inner,
    .custom-modal--msp-deposit-declined-modal .custom-modal__inner,
    .custom-modal--msp-success-modal .custom-modal__inner,
    .custom-modal--msp-transactions-modal .custom-modal__inner,
    .custom-modal--partners-contest-stream-winners-list .custom-modal__inner,
    .custom-modal--partners-contests-confirmation-modal-popup .custom-modal__inner,
    .custom-modal--partners-contests-contest-details .custom-modal__inner,
    .custom-modal--partners-contests-create-contest .custom-modal__inner,
    .custom-modal--profile-history-operations-item-cancel-modal .custom-modal__inner,
    .custom-modal--reality-check-notify .custom-modal__inner,
    .custom-modal--signin .custom-modal__inner,
    .custom-modal--status-up .custom-modal__inner,
    .custom-modal__inner .custom-modal--msp-status-rejected-modal {
        margin: 0;
        width: 100%
    }
}

@media (min-width:1140px) {
    .custom-modal--limits-modal .custom-modal__inner {
        padding-right: 52px
    }
}

.custom-modal--show-all-modal .custom-modal__inner {
    display: flex
}

.custom-modal__inner>.vb-content {
    -webkit-overflow-scrolling: unset
}

@media (max-width:712px) {
    .custom-modal__inner {
        box-shadow: none
    }
}

@media (max-width:1139px) {
    .custom-modal--game-info .custom-modal__inner {
        width: 100%
    }
}

.custom-modal--balance .custom-modal__inner,
.custom-modal--cashout .custom-modal__inner,
.custom-modal--deposit .custom-modal__inner,
.custom-modal__inner .custom-modal--payment-iframe {
    height: 100%;
    width: 100%
}

@media (max-width:1139px) {

    .bottom-sheet--bonus-modal .custom-modal__inner,
    .bottom-sheet--payment-balance-cancel-popup .custom-modal__inner {
        width: 100%
    }

    .custom-modal--rakeback-award .custom-modal__inner,
    .custom-modal--rakeback-info .custom-modal__inner {
        margin: 0;
        width: 100%
    }
}

@media (min-width:1140px) {
    .custom-modal--command-team .custom-modal__inner {
        width: 820px
    }
}

@media (min-width:1628px) {
    .custom-modal--command-team .custom-modal__inner {
        width: 960px
    }
}

@media (min-width:1140px) {

    .custom-modal--bonus-modal .custom-modal__inner,
    .custom-modal--partners-contests-contest-details .custom-modal__inner,
    .custom-modal--partners-contests-create-contest .custom-modal__inner {
        border-radius: var(--roundings-m)
    }
}

.vb-content {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.custom-modal--verification-details .vb-content {
    flex-shrink: 0
}

.vb-content::-webkit-scrollbar {
    display: none
}

@media (max-width:639px) {
    .payment-modal__body {
        height: 100%;
        width: 100%
    }
}

.custom-modal--missing-data .payment-modal__body,
.custom-modal--users-password-edit .custom-modal__inner {
    width: 100%
}

.custom-modal--users-password-edit .single-form {
    margin: 0 auto
}

@media (max-width:1139px) {
    .custom-modal--default-modal {
        background: transparent;
        padding-top: 0;
        position: static
    }
}

@media (min-width:1140px) {
    .custom-modal--default-modal {
        padding: 5vh 0
    }
}

.custom-modal--signin {
    z-index: 10035
}

.custom-modal--adult-modal {
    z-index: 10036
}

@media (max-width:712px) {
    .custom-modal--adult-modal {
        background-color: var(--backgrounds-a);
        margin-top: 52px;
        padding-top: 0
    }
}

.custom-modal--registration-step-2 .custom-modal__inner {
    width: auto
}

@media (max-width:712px) {
    .custom-modal--registration-step-2 .custom-modal__inner {
        width: 100%
    }
}

.custom-modal--restore-account-request .single-form,
.custom-modal--restore-password-request .single-form {
    margin: auto
}

.custom-modal--restore-account-request .custom-modal__inner,
.custom-modal--restore-password-request .custom-modal__inner {
    width: 100%
}

.custom-modal.custom-modal--bonus-info {
    background: #211e1cc4;
    padding: 0
}

@media (max-width:712px) {
    .custom-modal.custom-modal--bonus-info {
        z-index: 25
    }
}

.custom-modal.custom-modal--bonus-info .custom-modal__inner {
    display: flex;
    width: 100%
}

@media (max-width:959px) {
    .custom-modal.custom-modal--bonus-info .custom-modal__inner {
        background-color: var(--backgrounds-a)
    }
}

.custom-modal.custom-modal--bonus-info .bonus-modal__cols-inner-2 {
    background-color: var(--backgrounds-a);
    border-radius: 10px;
    box-shadow: 0 26px 20px -5px #00000080;
    margin: 120px auto 35px;
    position: relative;
    width: 655px !important
}

@media (max-width:1280px) {
    .custom-modal.custom-modal--bonus-info .bonus-modal__cols-inner-2 {
        margin-top: 80px
    }
}

@media (max-width:712px) {
    .custom-modal.custom-modal--bonus-info .bonus-modal__cols-inner-2 {
        border-radius: 0;
        margin: 50px 0;
        width: 100% !important
    }
	 .custom-modal.custom-modal--bonus-info {
        padding: 0
    }

    .custom-modal.custom-modal--bonus-info .custom-modal__inner-wr {
        height: 100%
    }

    .custom-modal.custom-modal--bonus-info .custom-modal__inner {
        width: 100%
    }
}