.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: var(--swiper-pagination-top, auto);
    width: 100%;
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

: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;
    padding: 0;
    position: relative;
    z-index: 1;
}

.swiper-wrapper {
    box-sizing: initial;
    display: flex;
    position: relative;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    z-index: 1;
    transform: translateZ(0);
}

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

.swiper-slide {
    display: block;
    flex-shrink: 0;
    position: relative;
}

.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 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto;
}

.btn[data-v-ea610df3] {
    --color: var(--black);
    --color-hover: var(--black);
    --color-active: var(--bg-site);
    --color-disabled: var(--bg-site);
    --bg-color: var(--yellow);
    --bg-color-hover: var(--yellow-hover);
    --bg-color-active: var(--contrast);
    --bg-color-disabled: var(--border);
    --border-color: var(--bg-color);
    --border-color-hover: var(--bg-color-hover);
    --border-color-active: var(--bg-color-active);
    --border-color-disabled: var(--bg-color-disabled);
    align-items: center;
    background-color: var(--bg-color);
    border-color: var(--border-color);
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    color: var(--color);
    cursor: pointer;
    display: flex;
    justify-content: center;
    outline: 2px solid transparent;
    outline-offset: 2px;
    position: relative;
    transition-duration: .2s;
    transition-property: background-color, box-shadow, color, border-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

@media (min-width: 1201px) {
    .btn[data-v-ea610df3] svg {
        font-size: 24px;
        font-weight: 400;
        line-height: 24px;
    }
}

.btn[data-v-ea610df3] svg {
    font-size: 24px;
}

@media (hover) {
    .btn[data-v-ea610df3]:hover {
        background-color: var(--bg-color-hover);
        border-color: var(--border-color-hover);
        color: var(--color-hover);
    }
}

.btn[data-v-ea610df3]:focus {
    background-color: var(--bg-color-hover);
    border-color: var(--border-color-hover);
    color: var(--color-hover);
}

.btn.active[data-v-ea610df3],
.btn[data-v-ea610df3]:active {
    background-color: var(--bg-color-active);
    border-color: var(--border-color-active);
    color: var(--color-active);
}

.btn.active[data-v-ea610df3] svg,
.btn[data-v-ea610df3]:active svg {
    color: var(--color-active);
    transition-duration: .2s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.btn[disabled][data-v-ea610df3] {
    background-color: var(--bg-color-disabled);
    border-color: var(--border-color-disabled);
    color: var(--color-disabled);
    cursor: default;
}

@media (min-width: 1201px) {
    .btn.size-s[data-v-ea610df3] {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
    }
}

.btn.size-s[data-v-ea610df3] {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 7px 11px;
}

.btn.size-s[data-v-ea610df3] svg {
    font-size: 20px;
}

@media (min-width: 1201px) {
    .btn.size-sm[data-v-ea610df3] {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
    }
}

.btn.size-sm[data-v-ea610df3] {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

@media (min-width: 1201px) {
    .btn.size-sm[data-v-ea610df3] {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        padding: 11px 15px;
    }

    .btn.size-sm[data-v-ea610df3] svg {
        font-size: 24px;
        font-weight: 400;
        line-height: 24px;
    }
}

.btn.size-sm[data-v-ea610df3] svg {
    font-size: 24px;
}

@media (min-width: 1201px) {
    .btn.size-md[data-v-ea610df3] {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
    }
}

.btn.size-md[data-v-ea610df3] {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 9px 15px;
}

@media (min-width: 1201px) {
    .btn.size-md[data-v-ea610df3] {
        font-size: 16px;
        padding: 11px 15px;
    }

    .btn.size-md[data-v-ea610df3],
    .btn.size-xl[data-v-ea610df3] {
        font-weight: 700;
        line-height: 24px;
    }

    .btn.size-xl[data-v-ea610df3] {
        font-size: 18px;
    }
}

.btn.size-xl[data-v-ea610df3] {
    font-weight: 700;
    line-height: 24px;
}

@media (min-width: 1201px) {
    .btn.size-xl[data-v-ea610df3] svg {
        font-size: 24px;
        font-weight: 400;
        line-height: 24px;
    }
}

.btn.outline[data-v-ea610df3] {
    --color: var(--bg-color);
    --color-hover: var(--bg-color-hover);
    --color-active: var(--bg-color-active);
    --color-disabled: var(--bg-color-disabled);
    background-color: initial;
}

@media (hover) {
    .btn.outline[data-v-ea610df3]:hover {
        background-color: initial;
    }
}

.btn.outline.active[data-v-ea610df3],
.btn.outline[data-v-ea610df3]:active,
.btn.outline[data-v-ea610df3]:focus,
.btn.outline[disabled][data-v-ea610df3] {
    background-color: initial;
}

.btn.outline .right-icon[data-v-ea610df3] {
    color: var(--contrast);
    transition-duration: .2s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.btn-icon[data-v-1583c0ce] {
    flex-shrink: 0;
}

.btn-icon[data-v-1583c0ce] svg {
    color: inherit !important;
    transition-property: none !important;
}

.btn-icon.size-s[data-v-1583c0ce] {
    padding-left: 7px;
    padding-right: 7px;
}

.btn-icon.size-sm[data-v-1583c0ce] {
    padding: 7px;
}

@media (min-width: 1201px) {
    .btn-icon.size-sm[data-v-1583c0ce] {
        padding: 11px;
    }
}

.btn-icon.size-xl[data-v-1583c0ce] {
    padding-left: 11px;
    padding-right: 11px;
}

.btn-icon.circle[data-v-1583c0ce] {
    border-radius: 50%;
}

.btn-icon.nav-control[data-v-1583c0ce] {
    --color: var(--gray);
    --color-hover: var(--yellow);
    --color-active: var(--yellow-hover);
    --color-focus: var(--yellow);
    --bg-color: transparent;
    --bg-color-hover: transparent;
    --bg-color-active: transparent;
    --bg-color-focus: transparent;
    --border-color: transparent;
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    align-items: center;
    background-color: initial;
    border-radius: 8px;
    border-style: none;
    display: flex;
    font-size: 28px !important;
    justify-content: center;
    padding: 4px;
    position: relative;
    transition-duration: .2s;
    transition-property: color, background-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    z-index: 1;
}

.btn-icon.nav-control[data-v-1583c0ce] {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

:where(.active) .btn-icon.nav-control[data-v-1583c0ce] {
    --tw-shadow: 0px 0px 10px 0px rgba(242, 161, 0, .5) !important;
    --tw-shadow-colored: 0px 0px 10px 0px var(--tw-shadow-color) !important;
    background-color: var(--yellow) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    color: var(--black) !important;
}

@media (min-height: 841px) and (min-width: 1201px) {
    .btn-icon.nav-control[data-v-1583c0ce] {
        font-size: 32px !important;
    }
}

.btn-icon.nav-control[data-v-1583c0ce] svg {
    font-size: inherit;
}

::selection {
    background-color: var(--yellow-hover);
    color: var(--black);
}

* {
    outline-color: var(--yellow-hover);
}

svg {
    fill: currentColor;
    height: 1em;
    min-height: 1em;
    min-width: 1em;
    width: 1em;
}

.container {
    max-width: 1412px;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 1201px) {
    .container {
        padding-left: 36px;
        padding-right: 36px;
    }
}

@keyframes menu-in {
    0% {
        opacity: 0;
        transform: translateY(0);
        visibility: visible;
    }
    to {
        opacity: 1;
        transform: translateY(100%);
        visibility: visible;
    }
}

@keyframes menu-out {
    0% {
        opacity: 1;
        transform: translateY(100%);
        visibility: visible;
    }
    to {
        opacity: 0;
        transform: translateY(0);
        visibility: hidden;
    }
}

@keyframes skeleton-loading {
    0% {
        transform: translate(-100%);
    }
    to {
        transform: translate(100%);
    }
}

@keyframes online-rotation {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(359deg);
    }
}

@keyframes PcOpenChatAnimation {
    0% {
        max-width: 0;
        transform: translate(100%);
    }
    50% {
        max-width: 420px;
    }
    to {
        transform: translate(0);
    }
}

@keyframes PcCloseChatAnimation {
    0% {
        max-width: 420px;
        transform: translate(0);
    }
    50% {
        transform: translate(100%);
    }
    to {
        max-width: 0;
        transform: translate(100%);
    }
}

@keyframes slide-left {
    0% {
        opacity: .5;
        transform: translate(0);
    }
    to {
        opacity: 1;
        transform: translate(100%);
    }
}

@keyframes opacity {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes only-opacity {
    0% {
        opacity: 0;
    }
    1% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slide-right {
    0% {
        opacity: .5;
        transform: translate(-100%);
    }
    to {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes progress {
    0% {
        stroke-dasharray: 100 0;
    }
}

@keyframes crown-animation {
    0% {
        opacity: .25;
        transform: translate(-50%, -50%) scale3d(2.5, 2.5, 2.5);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scaleX(1);
    }
}

@keyframes scale-up-center {
    0% {
        opacity: 0;
        transform: scale(.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slide-in-top {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes coin-flip {
    0%, to {
        animation-timing-function: cubic-bezier(.5, 0, 1, .5);
    }
    0% {
        transform: rotateY(0);
    }
    50% {
        animation-timing-function: cubic-bezier(0, .5, .5, 1);
        transform: rotateY(5turn);
    }
    to {
        transform: rotateY(10turn);
    }
}

@keyframes roll {
    0% {
        stroke-dashoffset: var(--stroke-dasharray);
        transform: rotate(0);
    }
    to {
        transform: rotate(4turn);
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes spin-d3e37633 {
    to {
        transform: rotate(1turn);
    }
}

/*! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com*/
*, :after, :before {
    border: 0 solid;
    box-sizing: border-box;
}

:after, :before {
    --tw-content: "";
}

html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -moz-tab-size: 4;
    tab-size: 4;
}

body {
    line-height: inherit;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: inherit;
}

strong {
    font-weight: bolder;
}

button {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-transform: none;
}

[type=button],
button {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

h1,
h2,
h3,
p {
    margin: 0;
}

button {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

iframe,
img,
svg,
video {
    display: block;
    vertical-align: middle;
}

img {
    height: auto;
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-meridiem-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-year-field {
    padding-bottom: 0;
    padding-top: 0;
}

@media (min-width: 1201px) {
    .text-tiny {
        font-size: 14px !important;
        font-weight: 300 !important;
        line-height: 20px !important;
    }

    .text-base {
        font-size: 16px !important;
        font-weight: 300 !important;
        line-height: 20px !important;
    }

    .text-basebold {
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 20px !important;
    }

    .text-h3 {
        font-weight: 700 !important;
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .text-h2 {
        font-size: 32px !important;
        line-height: 40px !important;
        font-weight: 800 !important;
    }
}

.dark-theme {
    --bg-site: #0f131b;
    --bg-site-rgb: 15 19 27;
    --bg-wrapper: #151b24;
    --bg-wrapper-rgb: 21 27 36;
    --bg-container: #1a212d;
    --bg-container-rgb: 26 33 45;
    --border: rgba(255, 255, 255, 0.08);
    --contrast: #ffffff;
    --gray: #9aa4b2;
    --yellow: #ed9e00;
    --yellow-hover: #ffc926;
    --green: #94ca37;
    --red: #ff5e5e;
    --black: #000000;
    --white: #ffffff;
    --overlay-black: rgba(0, 0, 0, .6);
    --overlay-white: rgba(255, 255, 255, .15);
    --overlay-blue: rgba(13, 17, 24, .88);
    --division-amber: #ffd1a6;
    --division-jade: #a6fffa;
    --division-amethyst: #d3a6ff;
    --division-gold: #ffa6a6;
    --plinko-1: #6c6aeb;
    --plinko-2: #f4d326;
    --plinko-3: #eb6a6a;
    --plinko-4: #a26aeb;
    --plinko-5: #eb6ade;
    --plinko-6: #93e354;
    --plinko-7: #64d8df;
    --plinko-8: #ff7a00;
    --plinko-9: #b0ada6;
    --chat-bet-gradient: linear-gradient(258deg, rgba(190, 0, 237, .15), rgba(237, 158, 0, .15));
    --chat-bet-bg: rgba(255,255,255,.04);
    --swiper-theme-color: var(--yellow) !important;
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-bottom: 8px;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-inactive-color: rgba(255,255,255,.14);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-width: 56px;
    --swiper-pagination-bullet-height: 4px;
    --swiper-pagination-bullet-border-radius: 2px;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 4px;
    --swiper-preloader-color: var(--yellow);
    --bg-main: var(--bg-site);
    --text-main: #f5f7fb;
}

*, :after, :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.aspect-w-1 {
    --tw-aspect-w: 1;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    position: relative;
}

.aspect-w-1 > * {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.flex-cols-gap-2\/1 {
    margin: -4px;
}

.flex-cols-gap-2\/1 > * {
    margin: 4px;
    width: calc(50% - 8px);
}

.flex-cols-gap-4\/1 {
    margin: -4px;
}

.flex-cols-gap-4\/1 > * {
    margin: 4px;
    width: calc(25% - 8px);
}

.flex-wrap-gap-1 {
    margin: -4px;
}

.flex-wrap-gap-1 > * {
    margin: 4px;
}

.pointer-events-none {
    pointer-events: none;
}

.static {
    position: static;
}

.\!fixed {
    position: fixed !important;
}

.fixed {
    position: fixed;
}

.\!absolute {
    position: absolute !important;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.\!bottom-\[52px\] {
    bottom: 52px !important;
}

.\!left-3 {
    left: 16px !important;
}

.-right-2 {
    right: -12px;
}

.-top {
    top: -4px;
}

.bottom-0 {
    bottom: 0;
}

.bottom-2 {
    bottom: 12px;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.right-2 {
    right: 12px;
}

.top-0 {
    top: 0;
}

.top-1\/2 {
    top: 50%;
}

.top-\[-1em\] {
    top: -1em;
}

.z-\[-1\] {
    z-index: -1;
}

.z-\[1\] {
    z-index: 1;
}

.z-\[2\] {
    z-index: 2;
}

.z-\[3\] {
    z-index: 3;
}

.z-\[4\] {
    z-index: 4;
}

.z-\[5\] {
    z-index: 5;
}

.m-auto {
    margin: auto;
}

.mb {
    margin-bottom: 4px;
}

.mb-1 {
    margin-bottom: 8px;
}

.mb-3 {
    margin-bottom: 16px;
}

.mb-4 {
    margin-bottom: 24px;
}

.mb-\[-3px\] {
    margin-bottom: -3px;
}

.mb-\[20px\] {
    margin-bottom: 20px;
}

.mb-\[6px\] {
    margin-bottom: 6px;
}

.ml-1 {
    margin-left: 8px;
}

.ml-2 {
    margin-left: 12px;
}

.ml-auto {
    margin-left: auto;
}

.mr-1 {
    margin-right: 8px;
}

.mr-3 {
    margin-right: 16px;
}

.mr-md {
    margin-right: 24px;
}

.mt {
    margin-top: 4px;
}

.mt-1 {
    margin-top: 8px;
}

.mt-5 {
    margin-top: 32px;
}

.mt-auto {
    margin-top: auto;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.grid {
    display: grid;
}

.\!hidden {
    display: none !important;
}

.hidden {
    display: none;
}

.aspect-\[1\.8725\] {
    aspect-ratio: 1.8725;
}

.h-4 {
    height: 24px;
}

.h-\[28px\] {
    height: 28px;
}

.h-\[32px\] {
    height: 32px;
}

.h-\[40px\] {
    height: 40px;
}

.h-\[42px\] {
    height: 42px;
}

.h-\[64px\] {
    height: 64px;
}

.h-\[88px\] {
    height: 88px;
}

.h-\[calc\(var\(--vh\,1vh\)\*100\)\] {
    height: calc(var(--vh, 1vh) * 100);
}

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.max-h-full {
    max-height: 100%;
}

.min-h-\[42px\] {
    min-height: 42px;
}

.min-h-\[92px\] {
    min-height: 92px;
}

.min-h-\[calc\(\(var\(--vh\,1vh\)\*100\)-61px-48px\)\] {
    min-height: calc(var(--vh, 1vh) * 100 - 109px);
}

.w-4 {
    width: 24px;
}

.w-\[24px\] {
    width: 24px;
}

.w-\[28px\] {
    width: 28px;
}

.w-\[40px\] {
    width: 40px;
}

.w-\[42px\] {
    width: 42px;
}

.w-\[64px\] {
    width: 64px;
}

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

.min-w-\[40px\] {
    min-width: 40px;
}

.min-w-\[42px\] {
    min-width: 42px;
}

.min-w-\[86px\] {
    min-width: 86px;
}

.max-w-full {
    max-width: 100%;
}

.flex-\[1_1_100\%\] {
    flex: 1 1 100%;
}

.flex-shrink-0,
.shrink-0 {
    flex-shrink: 0;
}

.grow {
    flex-grow: 1;
}

.-translate-y-1\/2 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: -50%;
}

.translate-x-0 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-x: 0px;
}

.animate-\[menu-out_0\.4s_ease-in-out_forwards\] {
    animation: menu-out .4s ease-in-out forwards;
}

.animate-\[online-rotation_7s_linear_infinite\] {
    animation: online-rotation 7s linear infinite;
}

@keyframes pulseScale {
    0%, to {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.grid-cols-\[100\%\] {
    grid-template-columns: 100%;
}

.grid-rows-\[1fr_auto\] {
    grid-template-rows: 1fr auto;
}

.flex-col {
    flex-direction: column;
}

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

.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.self-center {
    align-self: center;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.rounded-\[50\%\] {
    border-radius: 50%;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-inherit {
    border-radius: inherit;
}

.rounded-md {
    border-radius: 8px;
}

.rounded-sm {
    border-radius: 4px;
}

.\!rounded-r-none {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.border-b {
    border-bottom-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-border {
    border-color: var(--border);
}

.bg-bg-site {
    background-color: var(--bg-site);
}

.bg-bg-wrapper {
    background-color: var(--bg-wrapper);
}

.bg-green {
    background-color: var(--green);
}

.bg-red {
    background-color: var(--red);
}

.bg-yellow {
    background-color: var(--yellow);
}

.object-contain {
    object-fit: contain;
}

.object-cover {
    object-fit: cover;
}

.p-\[6px\] {
    padding: 6px;
}

.p-sm {
    padding: 16px;
}

.px-1 {
    padding-left: 8px;
    padding-right: 8px;
}

.px-2 {
    padding-left: 12px;
    padding-right: 12px;
}

.py-3 {
    padding-bottom: 16px;
    padding-top: 16px;
}

.py-\[10px\] {
    padding-bottom: 10px;
    padding-top: 10px;
}

.py-\[6px\] {
    padding-bottom: 6px;
    padding-top: 6px;
}

.pb-3 {
    padding-bottom: 16px;
}

.pb-6 {
    padding-bottom: 48px;
}

.pt-3 {
    padding-top: 16px;
}

.pt-\[61px\] {
    padding-top: 61px;
}

.text-\[11px\] {
    font-size: 11px;
}

.text-\[20px\] {
    font-size: 20px;
}

.text-\[30px\] {
    font-size: 30px;
}

.text-base {
    font-weight: 300;
}

.text-base,
.text-basebold {
    font-size: 14px;
    line-height: 20px;
}

.text-basebold {
    font-weight: 700;
}

.text-h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.text-h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.text-tiny {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-semibold {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.not-italic {
    font-style: normal;
}

.leading-\[16px\] {
    line-height: 16px;
}

.leading-\[1\] {
    line-height: 1;
}

.\!text-yellow {
    color: var(--yellow) !important;
}

.text-black {
    color: var(--black);
}

.text-f-main {
    color: var(--text-main);
}

.text-gray {
    color: var(--gray);
}

.text-green {
    color: var(--green);
}

.text-white {
    color: var(--white);
}

.text-yellow {
    color: var(--yellow);
}

.no-underline {
    -webkit-text-decoration-line: none;
    -moz-text-decoration-line: none;
    text-decoration-line: none;
}

.opacity-100 {
    opacity: 1;
}

.outline {
    outline-style: solid;
}

.transition-\[background-color\] {
    transition-duration: .2s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-\[border-color\] {
    transition-duration: .2s;
    transition-property: border-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-\[color\] {
    transition-duration: .2s;
    transition-property: color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-\[padding\] {
    transition-duration: .2s;
    transition-property: padding;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-colors {
    transition-duration: .2s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color, -moz-text-decoration-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-none {
    transition-property: none;
}

.transition-opacity {
    transition-duration: .2s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-transform {
    transition-duration: .2s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.\[background\:linear-gradient\(0deg\,rgba\(31\,36\,52\,0\.90\)0\%\,rgba\(31\,36\,52\,0\.90\)100\%\)\] {
    background: linear-gradient(0deg, rgba(31, 36, 52, .9) 0, rgba(31, 36, 52, .9));
}

.\[overflow-y\:scroll\] {
    overflow-y: scroll;
}

body,
html {
    overflow: hidden;
}

html {
    background-color: var(--bg-main);
    color: var(--text-main);
    font-family: Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    transition-duration: .2s;
    transition-property: background-color, color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

body {
    background:
        radial-gradient(1000px 600px at 80% -10%, rgba(237, 158, 0, .08), transparent 60%),
        radial-gradient(800px 500px at -10% 10%, rgba(255,255,255,.03), transparent 60%),
        linear-gradient(180deg, #111722 0%, #0d1118 100%);
    color: var(--text-main);
}

@media (min-width: 1201px) {
    html {
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
    }
}

:is(html,.docs-story) ::-webkit-scrollbar {
    background-color: rgba(255,255,255,.06);
    height: 4px;
    width: 4px;
}

:is(html,.docs-story) ::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,.22);
}

@media (min-width: 601px) {
    .sm2\:flex-cols-gap-3\/1 {
        margin: -4px;
    }

    .sm2\:flex-cols-gap-3\/1 > * {
        margin: 4px;
        width: calc(33.33333% - 8px);
    }
}

@media (min-width: 901px) {
    .md\:flex-wrap-gap-3 {
        margin: -8px;
    }

    .md\:flex-wrap-gap-3 > * {
        margin: 8px;
    }
}

.after\:absolute:after {
    content: var(--tw-content);
    position: absolute;
}

.after\:bottom-auto:after {
    bottom: auto;
    content: var(--tw-content);
}

.after\:left-1\/2:after {
    content: var(--tw-content);
    left: 50%;
}

.after\:top-0:after {
    content: var(--tw-content);
    top: 0;
}

.after\:block:after {
    content: var(--tw-content);
    display: block;
}

.after\:h-\[3px\]:after {
    content: var(--tw-content);
    height: 3px;
}

.after\:w-full:after {
    content: var(--tw-content);
    width: 100%;
}

.after\:origin-center:after {
    content: var(--tw-content);
    transform-origin: center;
}

.after\:translate-x-\[-50\%\]:after {
    content: var(--tw-content);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-x: -50%;
}

.after\:scale-x-0:after {
    --tw-scale-x: 0;
    content: var(--tw-content);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:cursor-default:after {
    content: var(--tw-content);
    cursor: default;
}

.after\:touch-none:after {
    content: var(--tw-content);
    touch-action: none;
}

.after\:bg-yellow:after {
    background-color: var(--yellow);
    content: var(--tw-content);
}

.after\:transition-\[transform\]:after {
    content: var(--tw-content);
    transition-duration: .2s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.last\:mb-0:last-child {
    margin-bottom: 0;
}

.only\:h-full:only-child {
    height: 100%;
}

.only\:items-center:only-child {
    align-items: center;
}

.empty\:mt-0:empty,
.first-of-type\:mt-0:first-of-type {
    margin-top: 0;
}

.hover\:text-yellow:hover {
    color: var(--yellow);
}

.hover\:underline:hover {
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline;
}

.hover\:\!no-underline:hover {
    -webkit-text-decoration-line: none !important;
    -moz-text-decoration-line: none !important;
    text-decoration-line: none !important;
}

.hover\:no-underline:hover {
    -webkit-text-decoration-line: none;
    -moz-text-decoration-line: none;
    text-decoration-line: none;
}

.group:hover .group-hover\:scale-\[1\.1\] {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ui-\[inhouse\]\:min-h-\[162px\].inhouse {
    min-height: 162px;
}

.ui-\[inhouse\]\:items-end.inhouse {
    align-items: flex-end;
}

.ui-\[active\]\:text-f-main.active {
    color: var(--text-main);
}

:where(.inhouse) .ui-\[inhouse\]\:min-h-\[162px\] {
    min-height: 162px;
}

:where(.visible) .ui-\[visible\]\:animate-\[menu-in_0\.4s_ease-in-out_forwards\] {
    animation: menu-in .4s ease-in-out forwards;
}

:where(.inhouse) .ui-\[inhouse\]\:items-end {
    align-items: flex-end;
}

:where(.active) .ui-\[active\]\:text-f-main {
    color: var(--text-main);
}

:where(.dark) .ui-\[dark\]\:\!text-yellow {
    color: var(--yellow) !important;
}

.ui-\[active\]\:after\:scale-x-100.active:after {
    --tw-scale-x: 1;
    content: var(--tw-content);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

:where(.active) .ui-\[active\]\:after\:scale-x-100:after {
    --tw-scale-x: 1;
    content: var(--tw-content);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

:is(.new-year-theme .ny\:text-overlay-white) {
    color: var(--overlay-white);
}

:is(.dark-theme .dark\:text-overlay-white) {
    color: var(--overlay-white);
}

:is(.dark-theme .dark\:invert) {
    --tw-invert: invert(100%);
    -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 601px) {
    .sm2\:bottom-4 {
        bottom: 24px;
    }

    .sm2\:right-4 {
        right: 24px;
    }

    .sm2\:mb-0 {
        margin-bottom: 0;
    }

    .sm2\:grid {
        display: grid;
    }

    .sm2\:aspect-\[4\.2675\] {
        aspect-ratio: 4.2675;
    }

    .sm2\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm2\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sm2\:gap-1 {
        gap: 8px;
    }

    .sm2\:gap-3 {
        gap: 16px;
    }

    .sm2\:px-4 {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 901px) {
    .md\:order-\[-1\] {
        order: -1;
    }

    .md\:flex {
        display: flex;
    }

    .md\:w-\[calc\(50\%-8px\)\] {
        width: calc(50% - 8px);
    }

    .md\:w-auto {
        width: auto;
    }

    .md\:min-w-\[auto\] {
        min-width: auto;
    }

    .md\:flex-wrap {
        flex-wrap: wrap;
    }

    .md\:justify-between {
        justify-content: space-between;
    }

    .md\:gap-3 {
        gap: 16px;
    }

    .md\:rounded {
        border-radius: 12px;
    }

    .md\:border-t {
        border-top-width: 1px;
    }

    .md\:border-none {
        border-style: none;
    }

    .md\:py-0 {
        padding-bottom: 0;
        padding-top: 0;
    }

    .md\:pb-3 {
        padding-bottom: 16px;
    }

    .md\:pb-\[20px\] {
        padding-bottom: 20px;
    }

    .md\:pt-\[20px\] {
        padding-top: 20px;
    }

    .md\:\!text-lg-invisible {
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 16px !important;
    }

    .md\:text-gray {
        color: var(--gray);
    }
}

@media (min-width: 1201px) {
    .lg\:static {
        position: static;
    }

    .lg\:\!bottom-\[20px\] {
        bottom: 20px !important;
    }

    .lg\:\!left-\[96px\] {
        left: 96px !important;
    }

    .lg\:mb-\[40px\] {
        margin-bottom: 40px;
    }

    .lg\:\!min-h-\[1260px\] {
        min-height: 1260px !important;
    }

    .lg\:\!min-h-\[210px\] {
        min-height: 210px !important;
    }

    .lg\:min-h-\[630px\] {
        min-height: 630px;
    }

    .lg\:w-\[88px\] {
        width: 88px;
    }

    .lg\:\!min-w-\[22rem\] {
        min-width: 22rem !important;
    }

    .lg\:min-w-\[88px\] {
        min-width: 88px;
    }

    .lg\:\!max-w-\[26rem\] {
        max-width: 26rem !important;
    }

    .lg\:grid-rows-\[88px_1fr_auto\] {
        grid-template-rows: 88px 1fr auto;
    }

    .lg\:justify-between {
        justify-content: space-between;
    }

    .lg\:gap-4 {
        gap: 24px;
    }

    .lg\:rounded {
        border-radius: 12px;
    }

    .lg\:rounded-lg {
        border-radius: 20px;
    }

    .lg\:rounded-lm {
        border-radius: 6px;
    }

    .lg\:p-4 {
        padding: 24px;
    }

    .lg\:py-\[36px\] {
        padding-bottom: 36px;
        padding-top: 36px;
    }

    .lg\:pb-0 {
        padding-bottom: 0;
    }

    .lg\:pt-0 {
        padding-top: 0;
    }

    .lg\:text-h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
    }

    .lg\:\!font-bold {
        font-weight: 700 !important;
    }
}

@media (min-width: 1412px) {
    .xl\:\!flex {
        display: flex !important;
    }
}

@media (min-width: 1601px) {
    .xl2\:static {
        position: static;
    }

    .xl2\:order-\[1\] {
        order: 1;
    }

    .xl2\:order-\[2\] {
        order: 2;
    }

    .xl2\:order-\[3\] {
        order: 3;
    }

    .xl2\:order-\[4\] {
        order: 4;
    }

    .xl2\:mr-md {
        margin-right: 24px;
    }

    .xl2\:flex {
        display: flex;
    }

    .xl2\:w-auto {
        width: auto;
    }

    .xl2\:min-w-\[120px\] {
        min-width: 120px;
    }

    .xl2\:max-w-none {
        max-width: none;
    }

    .xl2\:animate-none {
        animation: none;
    }

    .xl2\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .xl2\:justify-normal {
        justify-content: normal;
    }

    .xl2\:gap-\[36px\] {
        gap: 36px;
    }

    .xl2\:\!p-0 {
        padding: 0 !important;
    }

    .xl2\:p-0 {
        padding: 0;
    }

    .xl2\:after\:bottom-0:after {
        bottom: 0;
        content: var(--tw-content);
    }

    .xl2\:after\:top-auto:after {
        content: var(--tw-content);
        top: auto;
    }

    .xl2\:last\:mr-0:last-child {
        margin-right: 0;
    }
}

@media (min-width: 1801px) {
    .min-\[1801px\]\:mr-5 {
        margin-right: 32px;
    }

    .min-\[1801px\]\:mr-xl {
        margin-right: 40px;
    }

    .min-\[1801px\]\:text-h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
    }
}

.\[\&_\.swiper-pagination\]\:hidden .swiper-pagination {
    display: none;
}

@media (min-width: 601px) {
    .\[\&_\.swiper-pagination\]\:sm2\:flex .swiper-pagination {
        display: flex;
    }

    .\[\&_\.swiper-pagination\]\:sm2\:justify-center .swiper-pagination {
        justify-content: center;
    }
}

.\[\&_\.swiper-wrapper\]\:w-\[1px\] .swiper-wrapper {
    width: 1px;
}

.\[\&_svg\]\:\!hidden svg {
    display: none !important;
}

@media (max-width: 1600px) {
    .\[\@media\(max-width\:1600px\)\]\:\[\&_\.footer\]\:flex-col .footer {
        flex-direction: column;
    }

    .\[\@media\(max-width\:1600px\)\]\:\[\&_\.footer\]\:items-start .footer {
        align-items: flex-start;
    }

    .\[\@media\(max-width\:1600px\)\]\:\[\&_\.footer_button\]\:ml-auto .footer button {
        margin-left: auto;
    }

    .\[\@media\(max-width\:1600px\)\]\:\[\&_\.footer_button\]\:mt-3 .footer button {
        margin-top: 16px;
    }
}

@media (min-height: 841px) and (min-width: 1201px) {
    .\[\@media\(min-height\:841px\)_and_\(min-width\:1201px\)\]\:mb-2 {
        margin-bottom: 12px;
    }

    .\[\@media\(min-height\:841px\)_and_\(min-width\:1201px\)\]\:py-\[20px\] {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .\[\@media\(min-height\:841px\)_and_\(min-width\:1201px\)\]\:text-\[36px\] {
        font-size: 36px;
    }
}

:root {
    --bg-site: #0f131b;
}

.vue-notification-group {
    display: block;
    position: fixed;
    z-index: 5000;
}

.sf-hidden {
    display: none !important;
}

.textSeo {
    margin: 50px 0;
    color: #f5f7fb;
}

.textSeo p,
.textSeo li {
    line-height: 1.5;
    font-size: 16px;
    color: rgba(255,255,255,.82);
}

.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
    color: #fff;
}

.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}

.textSeo ul {
    margin: 16px 0 20px 22px;
    padding: 0;
}

.textSeo li {
    margin-bottom: 10px;
}

.textSeo a {
    color: #ffd36a;
}

.textSeo a:hover {
    color: #fff1b8;
}

.header__menu {
    display: flex;
    visibility: visible !important;
    transform: unset !important;
    opacity: 1 !important;
    max-width: 560px;
}

.header__logoMobile {
    display: none;
}

.promo__img {
    display: none;
}

.swiper-wrapper {
    display: flex;
}

/* layout dark */
.sidebar aside,
.bg-bg-wrapper {
    background-color: #121821 !important;
    border-color: rgba(255,255,255,.08) !important;
}

.sidebar {
    border-right: 1px solid rgba(255,255,255,.06);
}

.header__container,
.bg-bg-site,
.site-header {
    background-color: rgba(14, 18, 26, .92) !important;
    border-color: rgba(255,255,255,.08) !important;
    backdrop-filter: blur(10px);
}

.header__menu a,
.header a,
.header strong,
.header em {
    color: #f5f7fb;
}

.header__menu a:hover {
    color: var(--yellow);
}

.header__menu a.active,
.header__menu a[aria-current="page"] {
    color: #ffffff;
}

.header__menu a::after {
    background-color: var(--yellow);
}

.text-f-main,
.title,
.text-gray,
.text-base,
.text-basebold,
.text-h2,
.text-h3,
.online__text,
p,
span,
strong,
em,
li {
    color: #ffffff;
}

.text-gray,
.online__text {
    color: rgba(255,255,255,.74);
}

.group.relative.z-\[1\] {
    background: linear-gradient(180deg, rgba(23, 29, 41, .94) 0%, rgba(17, 22, 31, .94) 100%) !important;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 10px 30px rgba(0,0,0,.28);
}

.group picture img {
    filter: saturate(1.02) contrast(1.02);
}

.swiper,
.promo__video,
.promo__img {
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
}

.swiper-slide {
    border-radius: 12px;
}

/* buttons dark */
.btn.outline[data-v-ea610df3] {
    --color: #ffffff;
    --color-hover: var(--yellow);
    --color-active: var(--yellow);
    --border-color: rgba(255,255,255,.18);
    --border-color-hover: var(--yellow);
    background: transparent;
}

.btn.outline[data-v-ea610df3] a {
    color: #ffffff !important;
}

.btn.size-md.color-primary a,
.btn.size-sm.color-primary a,
.btn.size-s.color-primary a {
    color: #000 !important;
}

/* table */
table {
    width: 100%;
    border-collapse: collapse;
    animation: tableAppear 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    border-radius: 12px;
    margin: 24px 0;
    background: #141a24;
    box-shadow: 0 12px 30px rgba(0,0,0,.28);
}

@keyframes tableAppear {
    0% {
        opacity: 0;
        transform: translateY(30px) rotateX(60deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

th {
    background: #ed9e00 !important;
    color: #000 !important;
    padding: 18px;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #d68f00;
}

tr:nth-child(even) {
    background: linear-gradient(90deg, #131923 0%, #1a1f17 100%);
}

tr:nth-child(odd) {
    background: linear-gradient(90deg, #171d28 0%, #1d2014 100%);
}

td {
    padding: 16px 20px;
    color: #f5f7fb;
    border-bottom: 1px solid rgba(255,255,255,.08);
    position: relative;
}

td:before {
    content: "⚡";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease;
}

tr:hover td:before {
    opacity: 1;
    left: -5px;
}

tr:hover {
    background: linear-gradient(90deg, rgba(237, 158, 0, .18) 0%, rgba(255, 201, 38, .12) 100%);
    transform: translateX(8px);
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(237, 158, 0, .14);
}

.badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
    animation: pulse 2s infinite;
    color: #000;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(76, 175, 80, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
    }
}

.exclusive {
    background: linear-gradient(45deg, #ffeb3b 0%, #ffc107 100%);
    color: #000;
}

.security {
    background: linear-gradient(45deg, #4caf50 0%, #8bc34a 100%);
    color: #000;
}

/* dragon games slider */
.dragon-games-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.dragon-games-controls {
    display: flex;
    gap: 8px;
}

.dragon-slider-btn {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.08);
    background: #171d28;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0,0,0,.28);
    transition: .2s ease;
}

.dragon-slider-btn:hover {
    background: rgba(237, 158, 0, .14);
    color: var(--yellow);
    transform: translateY(-1px);
}

.dragon-games-slider {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 4px;
}

.dragon-games-slider::-webkit-scrollbar {
    display: none;
}

.dragon-games-track {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap !important;
    width: max-content;
}

.dragon-slide {
    width: 360px;
    min-width: 360px;
    max-width: 360px;
    flex: 0 0 360px;
}

.dragon-games-slider .group {
    margin-bottom: 0 !important;
}

.dragon-games-slider .footer {
    min-height: 88px;
}

.dragon-games-slider .online__text {
    color: rgba(255,255,255,.78);
}

.gridlist {
    display: block !important;
}

/* aside emoji */
.aside-emoji-nav .btn-icon {
    width: 40px;
    height: 40px;
    padding: 0;
}

.aside-emoji-link {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.aside-emoji {
    font-size: 22px;
    line-height: 1;
    display: inline-block;
    filter: grayscale(1) saturate(0) brightness(1.3) contrast(1.05);
    opacity: .78;
    transition: transform .2s ease, filter .2s ease, opacity .2s ease;
}

.aside-emoji-link:hover .aside-emoji {
    filter: grayscale(.08) saturate(.7) brightness(1.08);
    opacity: 1;
    transform: scale(1.08);
}

.aside-emoji-nav .btn-icon.nav-control {
    color: rgba(255,255,255,.6) !important;
    background: transparent !important;
    box-shadow: none !important;
}

.aside-emoji-nav .btn-icon.nav-control:hover {
    color: var(--yellow) !important;
    background: rgba(237, 158, 0, .10) !important;
    border-radius: 10px;
}

.aside-emoji-nav .btn-icon.nav-control:focus-visible {
    outline: 2px solid rgba(237, 158, 0, .35);
    outline-offset: 2px;
    border-radius: 10px;
}

/* footer area */
.border-border,
.border-b,
.border-t {
    border-color: rgba(255,255,255,.08) !important;
}

.bg-red {
    background-color: #ff5e5e !important;
}

.bg-yellow {
    background-color: var(--yellow) !important;
    color: #000 !important;
}

.textSeo .relative.z-\[1\],
.footer,
.footer-top {
    border-color: rgba(255,255,255,.08);
}

.textSeo .container > .block.md\:flex {
    color: rgba(255,255,255,.76);
}

/* mobile */
@media (max-width: 1200px) {
    .sidebar {
        display: none;
    }

    .header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: rgba(14, 18, 26, .94);
    }

    .header__menu {
        display: none;
    }

    .header__container {
        padding: 8px 0;
        background: rgba(14, 18, 26, .96) !important;
    }

    .header__logoMobile {
        display: flex;
        width: 36px;
    }

    .dragon-slide {
        width: 320px;
        min-width: 320px;
        max-width: 320px;
        flex: 0 0 320px;
    }
}

@media (max-width: 767px) {
    .textSeo {
        margin: 50px 0 0;
    }

    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 15px;
        color: #fff;
    }

    .textSeo p,
    .textSeo li {
        color: rgba(255,255,255,.82);
    }

    .dragon-games-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .dragon-slide {
        width: calc(100vw - 32px);
        min-width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
        flex: 0 0 calc(100vw - 32px);
    }

    th {
        font-size: 16px;
        padding: 14px 12px;
    }

    td {
        padding: 12px 12px;
    }
}

@media (max-width: 600px) {
    .promo__video {
        display: none;
    }

    .promo__img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .swiper-wrapper {
        height: auto !important;
    }
}


button.btn.size-md.color-primary {
    background: #ed9e00;
}
