@font-face {
    font-family: swiper-icons;
    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");
    font-weight: 400;
    font-style: normal;
  	font-display: swap;
}
:root {
    --swiper-theme-color: #007aff;
}
:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.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 {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.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 {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.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 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.accept-wrap::after,
.accept-wrap::before,
.bonus-box::before,
.btn-yellow::before,
.header-nav::before,
.hero-item::before,
.hero-row::before,
.promocode-btn::before,
.text-page__box::before {
    content: "";
    position: absolute;
}
.header-nav::before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.promocode-btn::before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
.bonus-box::before,
.hero-item::before {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}
.hamburger {
    padding: 0 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger.is-active:hover {
    opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #9293a6;
}
.hamburger-box {
    width: 20px;
    height: 14px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 20px;
    height: 2px;
    background-color: #9293a6;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -6px;
}
.hamburger-inner::after {
    bottom: -6px;
}
.hamburger--vortex .hamburger-inner {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::after,
.hamburger--vortex .hamburger-inner::before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}
.hamburger--vortex.is-active .hamburger-inner {
    -webkit-transform: rotate(765deg);
    -ms-transform: rotate(765deg);
    transform: rotate(765deg);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::after,
.hamburger--vortex.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
body,
html {
    height: 100%;
}
p {
    margin-top: 0;
    margin-bottom: 15px;
}
circle,
path,
rect {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
body {
    font-size: 14px;
    line-height: 1.6;
    min-width: 360px;
    position: relative;
    font-family: "Bai Jamjuree", sans-serif;
    color: #848b8d;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #151719;
    font-weight: 400;
}
::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
::-moz-placeholder {
    color: #666;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}
::-ms-input-placeholder {
    color: #666;
    opacity: 1;
}
::placeholder {
    color: #666;
    opacity: 1;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
address {
    font-style: normal;
}
li,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    outline: 0;
    border: none;
    margin: 0;
    padding: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
}
a {
    color: inherit;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
    outline: 0;
}
img {
    max-width: 100%;
    height: auto;
}
button {
    cursor: pointer;
    background: 0 0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
textarea {
    resize: none;
}
body.hidden {
    overflow: hidden;
}
.logo img,
.logo svg {
    display: block;
}
.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 200;
    background: #1f2225;
    padding: 4px 0;
}
.header-gem {
    border-radius: 4px;
    background: #1a1d20;
    padding: 7px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 24px;
}
.header-gem img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
}
.header-gem__value {
    font-weight: 600;
    line-height: 1;
    font-size: 16px;
    margin-left: 6px;
    color: #fff;
}
.header-gem__btn {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.33;
    text-transform: capitalize;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    margin-left: 19px;
    background: #186035;
    border-radius: 4px;
}
.header .logo {
    width: 303px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header .logo img {
    margin-left: 45px;
}
.header .container {
    max-width: 100%;
    padding: 0;
    padding-right: 43px;
}
.header-box {
    max-width: 1920px;
    margin: 0 auto;
}
.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header-bottom__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-bottom__row > .btn {
    display: none;
}
.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    margin-left: auto;
    margin-right: 12px;
    position: relative;
    z-index: 1;
}
.header-nav::before {
    width: 1px;
    height: 16px;
    background: #2c3034;
    margin-left: 11px;
}
.header-nav .btn-yellow {
    padding: 10px 17px;
}
.main-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
.main-list > li {
    position: relative;
    padding: 8px 0;
}
.main-list > li:first-child > a {
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.main-list > li:hover .main-list__arrow svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main-list > li:hover .submenu {
    opacity: 1;
    visibility: visible;
}
.main-list > li:hover > a {
    color: #fff;
    background: #16a34a;
}
.main-list > li:hover > a svg path {
    fill: #fff;
}
.main-list > li > b.active {
    color: #fff;
    background: #16a34a;	
}
.main-list > li > b.active svg path {
    fill: #fff;
}
.main-list > li > a,
.main-list > li > b {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    line-height: 1.43;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #2c3034;
    border-radius: 4px;
    padding: 10px 15px;
    color: #848b8d;
    letter-spacing: 0.05em;
    min-height: 40px;
    min-width: 40px;
}
.main-list > li > a svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.main-list__icon svg {
    display: block;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.main-list__arrow {
    margin-top: 2px;
}
.main-list__arrow svg {
    display: block;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 165px;
    background: #2c3034;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    border-radius: 4px;
    padding: 10px 16px;
}
.submenu li {
    margin-bottom: 10px;
}
.submenu li:last-child {
    margin-bottom: 0;
}
.submenu a,
.submenu b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.submenu a svg,
.submenu b svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.submenu a:hover {
    color: #ffa510;
}
.submenu a:hover path {
    fill: #ffa510;
}
.language {
    cursor: pointer;
    position: relative;
    background: #1e1e1e;
}
.language:hover .language-dropdown {
    visibility: visible;
    opacity: 1;
}
.language:hover .language-toggler {
    border-bottom-color: transparent;
    border-radius: 4px 4px 0 0;
}
.language:hover .language-toggler__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.language-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border: 1px solid #2c3034;
    padding: 5px 6px;
    border-radius: 4px;
}
.language-toggler__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.language-toggler__img img,
.language-toggler__img svg {
    display: block;
    width: 30px;
}
.language-toggler__arrow {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.language-toggler__arrow svg {
    display: block;
}
.language-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #2c3034;
    border-radius: 0 0 4px 4px;
    padding: 0 6px 5px;
    border-top: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background: #1e1e1e;
    padding-top: 4px;
    padding-bottom: 4px;
}
.language-dropdown__link {
    margin-bottom: 6px;
    display: block;
}
.language-dropdown__link:last-child {
    margin-bottom: 0;
}
.language-dropdown__link img {
    display: block;
    width: 30px;
}
.hamburger {
    display: none;
    cursor: pointer;
}
.gift {
    position: fixed;
    left: 40px;
    bottom: 40px;
    z-index: 300;
    background: #2d3033;
    width: 67px;
    height: 69px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
}
.gift img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.gift:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.navigation {
    display: none;
}
.lang {
    position: relative;
    margin-right: auto;
    margin-left: 32px;
}
.lang:hover .lang-body {
    opacity: 1;
    visibility: visible;
}
.lang:hover .lang-toggler {
    border-radius: 0 0 4px 4px;
}
.lang:hover .lang-toggler svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.lang-toggler {
    border-radius: 4px;
    background: #1a1d20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11.5px 12px;
    line-height: 1;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
.lang-toggler img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
    width: 22px;
}
.lang-toggler span {
    margin-right: 10px;
}
.lang-toggler svg {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.lang-body {
    bottom: 100%;
    border-radius: 4px 4px 0 0;
    background: #1a1d20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 12px;
    position: absolute;
    left: 0;
    width: 100%;
    padding-top: 11px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
    visibility: hidden;
    padding-bottom: 6px;
}
.lang-body a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    margin-bottom: 11px;
}
.lang-body a:last-child {
    margin-bottom: 0;
}
.lang-body a img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 22px;
}
.footer {
    padding: 37px 0 30px;
    background: #1f2225;
}
.footer .container {
    max-width: 1323px;
}
.footer-top__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.footer-logo {
    margin-bottom: 33px;
}
.footer-logo img {
    display: block;
}
.footer-age {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    max-width: 445px;
    margin-left: auto;
    margin-right: auto;
}
.footer-age__text {
    font-size: 12px;
    line-height: 1.33;
}
.footer-age__text b {
    font-weight: 700;
}
.footer-age__text a {
    font-weight: 600;
    color: #fff;
}
.footer-age__text a:hover {
    text-decoration: underline;
}
.footer-age__num {
    border-radius: 50%;
    border: 4px solid #ef4444;
    width: 48px;
    height: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.footer-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
    width: 17.7%;
}
.footer-contacts a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.33;
    color: #848b8d;
}
.footer-contacts a:hover {
    color: #fff;
}
.footer-contacts a svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer-item {
    width: 17.5%;
}
.footer-item:last-child {
    margin-left: auto;
}
.footer-list {
    margin-bottom: 20px;
}
.footer-list li {
    margin-bottom: 21px;
}
.footer-list li a, .footer-list li {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.43;
    color: #fff;
}
.footer-list li a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.footer-list li a:hover {
    text-decoration: none;
}
.footer-list li:last-child {
    margin-bottom: 0;
}
.footer-info {
    width: 42.5%;
}
.footer-info .lang {
    display: none;
}
.footer-info p {
    max-width: 421px;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.33;
}
.footer-info p:last-child {
    margin-bottom: 0;
}
.footer-bottom {
    margin-top: 28px;
    padding-top: 21px;
    border-top: 1px solid #2c3035;
}
.footer-bottom__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.copyright {
    font-size: 12px;
    line-height: 1.33;
}
.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 9px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-size: 14px;
    line-height: 1;
    font-family: "Bai Jamjuree", sans-serif;
    text-align: center;
    border-radius: 4px;
    padding: 13px 26px;
    letter-spacing: 0.05em;
    position: relative;
}
.btn span {
    position: relative;
    z-index: 2;
}
.btn-yellow {
    background: #ffd819
        linear-gradient(
            336deg,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0) 18.64%,
            rgba(21, 23, 25, 0.1) 18.64%,
            rgba(21, 23, 25, 0.1) 37.28%
        );
    color: #463b08;
}
.btn-yellow::before {
    border-radius: 4px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background: #ffd819;
    opacity: 0;
    visibility: hidden;
}
.btn-yellow:hover::before {
    opacity: 1;
    visibility: visible;
}
.btn-green {
    color: #fff;
    background: #01bf4d;
}
.btn-green:hover {
    background: #0c7934;
    text-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.25);
}
.btn-gray {
    background: #2c3034;
}
.socials {
    margin-bottom: 3px;
}
.socials li {
    margin-bottom: 3px;
}
.socials li:last-child {
    margin-bottom: 0;
}
.socials li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: #fff;
}
.socials li a:hover {
    text-decoration: underline;
}
.socials li a svg {
    width: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.table-coin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
.table-coin img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto !important;
}
.table-coin.active {
    color: #d9daee;
}
.table-winners {
    height: 417px;
}
.table-winners thead {
    position: relative;
    z-index: 10;
}
.table-winners tbody tr:nth-child(even) {
    -webkit-animation: 0.5s ease-out 0s 1 normal none running roo239;
    animation: 0.5s ease-out 0s 1 normal none running roo239;
}
.table-winners tbody tr:nth-child(odd) {
    -webkit-animation: 0.5s ease-out 0s 1 normal none running roo240;
    animation: 0.5s ease-out 0s 1 normal none running roo240;
}
@-webkit-keyframes roo239 {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@-webkit-keyframes roo240 {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
}
h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: #fff;
}
h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.04em;
    color: #fff;
}
.container {
    padding: 0 16px;
    width: 100%;
    max-width: 1332px;
    margin: 0 auto;
}
.main {
    padding-top: 104px;
}
.hero-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}
.hero-row::before {
    width: 100%;
    bottom: 0;
    height: 1px;
    left: 0;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0)),
        color-stop(50%, rgba(44, 48, 52, 0.7)),
        to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0) 0,
        rgba(44, 48, 52, 0.7) 50%,
        rgba(0, 0, 0, 0) 100%
    );
}
.hero-item {
    width: 50%;
    padding: 54px 50px;
    position: relative;
    z-index: 1;
    border-radius: 4px;
}
.hero-item::before {
    height: 1px;
    width: 50%;
    bottom: 0;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0)),
        color-stop(50%, #16a34a),
        to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #16a34a 50%, rgba(0, 0, 0, 0) 100%);
}
.hero-item video {
    position: absolute;
    right: -60px;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}
.hero-item .btn {
    font-weight: 700;
    color: #1f2225;
    width: 100%;
    max-width: 107px;
}
.hero-item__title {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.33;
    max-width: 245px;
    margin-bottom: 22px;
}
.hero-item__title b {
    color: #fff;
    font-weight: 600;
}
.hero-item__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: -1;
}
.hero-content {
    width: 50%;
}
.hero-content__box {
    text-align: center;
    max-width: 517px;
    margin: 0 auto;
}
.hero-content__box p {
    margin-bottom: 0;
    margin-top: 30px;
    letter-spacing: 0.05em;
}
.game {
    padding-top: 21px;
    padding-bottom: 50px;
}
.game-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 54px;
}
.game-title svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.game-title__text {
    letter-spacing: 0.1em;
    color: rgba(156, 163, 175, 0.7);
    font-weight: 600;
    line-height: 1.43;
}
.game-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 28px 15px;
}
.game-item {
    width: calc(25% - 12px);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.game-item__label {
    position: absolute;
    left: 12px;
    top: 12px;
    border-radius: 4px;
    background: #2c3034;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 700;
    z-index: 2;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.game-item__label span span {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    text-transform: uppercase;
    color: #ffc701;
    position: relative;
    top: -3px;
}
.game-item__label svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.game-item--50 {
    width: calc(50% - 6px);
}
.game-item img {
    display: block;
    width: 100%;
    border-radius: 4px;
    height: 100%;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.game-item video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -o-object-fit: cover;
    object-fit: cover;
}
.game-item:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.game-item:hover .game-item__label {
    background: #2c3034;
    color: #ffa510;
}
.game-item:hover .game-item__label path {
    fill: #ffa510;
}
.casino {
    padding-top: 30px;
}
.casino .h1 {
    margin-bottom: 52px;
    text-align: center;
}
.seo {
    padding-bottom: 46px;
}
.seo-box .btn {
    margin-bottom: 20px;
    font-weight: 700;
    padding: 13px 17px;
}
.seo-box img {
    display: block;
    border-radius: 4px;
}
.seo-box h1,
.seo-box h2 {
    margin-bottom: 30px;
    font-size: 20px;
    color: #dcdcdc;
    line-height: 1.4;
    margin-top: 50px;
    letter-spacing: 0.03em;
    font-weight: 700;
}
.seo-box h1:first-child,
.seo-box h2:first-child {
    margin-top: 0;
}
.seo-box h3 {
    font-size: 16px;
    line-height: 1.12;
    color: #dcdcdc;
    margin-bottom: 21px;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.seo-box h4 {
    font-size: 14px;
    line-height: 1.28;
    color: #dcdcdc;
    margin-bottom: 23px;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.seo-box p {
    margin-bottom: 17px;
    line-height: 1.5;
    letter-spacing: 0.04em;
}
.seo-box p:last-child {
    margin-bottom: 0;
}
.seo-box p a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.seo-box p a:hover {
    text-decoration: none;
}
.seo-box ul {
    margin-bottom: 33px;
    margin-top: 0;
    padding-left: 21px;
    list-style: disc;
}
.seo-box ul a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.seo-box ul a:hover {
    text-decoration: none;
}
.seo-box ul:last-child {
    margin-bottom: 0;
}
.seo-box ul li {
    list-style: disc;
    margin-bottom: 14px;
    letter-spacing: 0.05em;
    font-size: 14px;
}
.seo-box ul li:last-child {
    margin-bottom: 0;
}
.seo-box ol {
    margin-bottom: 18px;
    margin-top: 0;
    padding-left: 22px;
    list-style: decimal;
    margin-top: 28px;
}
.seo-box ol a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.seo-box ol a:hover {
    text-decoration: none;
}
.seo-box ol:last-child {
    margin-bottom: 0;
}
.seo-box ol li {
    list-style: decimal;
    margin-bottom: 14px;
    letter-spacing: 0.05em;
    font-size: 14px;
}
.seo-box ol li:last-child {
    margin-bottom: 0;
}
.seo-box table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 26px;
    overflow-anchor: none;
}
.seo-box table .text-center .table-coin {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.seo-box table .text-right .table-coin {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.seo-box table:last-child {
    margin-bottom: 0;
}
.seo-box table td {
    background: #1f2225;
    font-size: 14px;
    line-height: 1.43;
    color: #848b8d;
    padding: 11.25px 24px;
    border-bottom: 1px solid #2c3034;
    line-height: 1.215;
    letter-spacing: 0.05em;
}
.seo-box table td.white {
    color: #fff;
}
.seo-box table tr:first-child td {
    background: #2c3034;
    color: #fff;
}
.seo-box table tr:first-child td:first-child {
    border-radius: 4px 0 0 0;
}
.seo-box table tr:first-child td:last-child {
    border-radius: 0 4px 0 0;
}
.seo-box table tbody tr:first-child td {
    background: #1f2225;
    color: #848b8d;
}
.seo-box table tbody tr:last-child td {
    border-bottom: none;
}
.seo-box table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 4px;
}
.seo-box table tbody tr:last-child td:last-child {
    border-radius: 0 0 4px 0;
}
.bonus {
    padding-bottom: 52px;
}
.bonus-box {
    position: relative;
    z-index: 1;
}
.bonus-box::before {
    height: 1px;
    width: 100%;
    max-width: 414px;
    bottom: 0;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0)),
        color-stop(50%, #16a34a),
        to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #16a34a 50%, rgba(0, 0, 0, 0) 100%);
}
.bonus-bg {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
    width: 100%;
    z-index: -1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.bonus-body {
    max-width: 848px;
    padding: 65px 50px 74px;
    position: relative;
}
.bonus-body .h1 {
    margin-bottom: 28px;
    text-align: left;
}
.bonus-body p {
    color: #dcdcdc;
    margin-bottom: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 1.43;
    max-width: 656px;
}
.bonus-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    width: 100%;
}
.bonus-nav .btn {
    font-size: 18px;
    padding: 20px 4px;
    font-weight: 600;
    min-width: 144px;
}
.bonus-claim {
    border: 1px solid #16a34a;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #e9b10e;
    font-size: 18px;
    font-weight: 600;
    color: #16a34a;
    line-height: 1.2777;
}
.bonus-claim span {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    padding: 0 4px;
}
.bonus-claim__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #16a34a;
    border-radius: 4px;
    width: 51px;
}
.bonus-claim svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(24px);
        transform: translateX(24px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(24px);
        transform: translateX(24px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-24px);
        transform: translateX(-24px);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-24px);
        transform: translateX(-24px);
    }
}
.fadeInLeft {
    -webkit-animation: fadeInLeft 0.5s ease forwards;
    animation: fadeInLeft 0.5s ease forwards;
}
.fadeOutLeft {
    -webkit-animation: fadeOutLeft 0.5s ease forwards;
    animation: fadeOutLeft 0.5s ease forwards;
}
.accept {
    padding-bottom: 50px;
}
.accept-wrap {
    position: relative;
    z-index: 1;
}
.accept-wrap::before {
    height: 100%;
    width: 100px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#151719),
        to(rgba(21, 23, 25, 0))
    );
    background: linear-gradient(90deg, #151719 0, rgba(21, 23, 25, 0) 100%);
    left: 0;
    top: 0;
    z-index: 2000;
}
.accept-wrap::after {
    height: 100%;
    width: 100px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#151719),
        to(rgba(21, 23, 25, 0))
    );
    background: linear-gradient(90deg, #151719 0, rgba(21, 23, 25, 0) 100%);
    right: 0;
    top: 0;
    z-index: 2000;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accept .h2 {
    margin-bottom: 30px;
}
.accept-left {
    margin-bottom: 14px;
}
.accept-item {
    background: #1a1d20;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 56px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.accept-item:hover {
    background: #292d31;
}
.accept .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.accept .swiper-slide {
    width: 100px;
}
.promocode {
    position: relative;
    z-index: 1;
    height: 62px;
}
.promocode.toggled .promocode-value {
    font-weight: 500;
    font-size: 23px;
    text-align: center;
    color: #16a34a;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.promocode-btn {
    height: 100%;
    width: 54px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.promocode-btn::before {
    height: 56px;
    width: 1px;
    border-left: 1px dashed #717171;
    left: 0;
}
.promocode-btn:hover path {
    fill: #16a34a;
}
.promocode-value {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 600;
    font-size: 31px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #ffa510;
}
.promocode-item {
    width: 233px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.promocode-item > svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.text-page {
    padding-top: 35px;
}
.text-page__box {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 52px;
}
.text-page__box::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0)),
        color-stop(50%, rgba(44, 48, 52, 0.7)),
        to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0) 0,
        rgba(44, 48, 52, 0.7) 50%,
        rgba(0, 0, 0, 0) 100%
    );
}
.text-page__content {
    text-align: center;
    max-width: 517px;
    margin-left: auto;
    margin-right: auto;
}
.text-page__content p {
    margin-bottom: 0;
    margin-top: 23px;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 1.43;
}
@media only screen and (max-width: 1439px) {
    .header .logo {
        width: 225px;
    }
    .header .logo img {
        margin-left: 16px;
    }
}
@media only screen and (max-width: 1200px) {
    .footer-info {
        margin-right: 24px;
    }
    .hero-item {
        padding-left: 24px;
    }
    .header-gem {
        display: none;
    }
    .header-info {
        padding-left: 24px;
    }
    .header .logo {
        width: 210px;
        padding: 0 24px;
    }
    .game-item video {
        display: none !important;
    }
    .game-item img {
        display: block !important;
        min-height: 219px;
    }
}
@media only screen and (max-width: 1023px) {
    .gift {
        display: none;
    }
    .hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .main-nav {
        display: none;
    }
    .navigation {
        display: block;
        position: fixed;
        width: 100%;
        height: calc(var(--vh, 1vh) * 100);
        background: #23272a;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform 0.35s ease;
        transition: -webkit-transform 0.35s ease;
        transition: transform 0.35s ease;
        transition: transform 0.35s ease, -webkit-transform 0.35s ease;
        z-index: 1000;
        overflow-y: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .navigation .header-gem {
        margin: 0 auto;
        max-width: 152px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 0;
    }
    .navigation.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .navigation-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 16px;
        background: #242a2f;
        padding: 12px 16px;
    }
    .navigation-header .btn {
        width: 100%;
        max-width: 158px;
    }
    .navigation-header .language {
        margin-left: auto;
        margin-right: 16px;
        background: 0 0;
    }
    .navigation-header .language-dropdown {
        background: 0 0;
    }
    .navigation-close svg {
        display: block;
    }
    .navigation-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 8px;
        margin-bottom: 20px;
    }
    .navigation-body {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        background: #242a2f;
        padding: 20px 20px 30px;
    }
    .navigation-list {
        padding: 20px 36px;
        background: #23272a;
    }
    .navigation-list li {
        margin-bottom: 12.5px;
    }
    .navigation-list li:last-child {
        margin-bottom: 0;
    }
    .navigation-list a,
    .navigation-list b {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        font-weight: 400;
        letter-spacing: 0.04em;
        font-size: 16px;
    }
    .navigation-list a:hover {
        color: #ffc701;
    }
    .navigation-list a:hover path {
        fill: #ffc701;
    }
    .navigation-list a svg,
    .navigation-list b svg {
        width: 22px;
    }
    .header {
        padding: 10px 0;
    }
    .header .container {
        padding-right: 16px;
    }
    .header .logo {
        padding: 0;
        padding-left: 16px;
        width: auto;
    }
    .header .logo img {
        max-width: 37px;
        margin-left: 0;
    }
    .header-nav {
        display: none;
    }
    .header-info {
        padding-left: 0;
    }
    .header-bottom__row .btn {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 125px;
        display: block;
    }
    .header-bottom__row > .language {
        display: none;
    }
    .header-top__link {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .header-top__link:last-child {
        margin-bottom: 0;
    }
    .bonus-claim {
        font-size: 14px;
    }
    .bonus-nav {
        gap: 8px;
    }
    .bonus-body {
        padding: 48px 32px;
    }
    .bonus-box::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: "";
        position: absolute;
        border-radius: 4px;
        background: rgba(0, 0, 0, 0.2);
        z-index: -1;
    }
    .hero-row {
        gap: 24px;
    }
    .hero-content__box p {
        margin-top: 12px;
    }
    .hero-item video {
        max-width: 240px;
    }
    .game-row {
        gap: 16px 16px;
    }
    .game-item {
        width: calc(50% - 8px);
    }
    .game-item:last-child {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-bottom__row .lang {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .bonus {
        padding-bottom: 30px;
    }
    .bonus-box::after {
        display: none;
    }
    .bonus-body {
        padding: 30px 15px;
    }
    .bonus-body p {
        -webkit-line-clamp: 4;
        font-size: 12px;
        line-height: 1.67;
        margin-bottom: 22px;
    }
    .bonus-body .h1 {
        margin-bottom: 17px;
        letter-spacing: 0;
    }
    .bonus-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
    .bonus-nav .btn {
        width: 100%;
        max-width: 144px;
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
        font-weight: 600;
        padding: 17px 4px;
    }
    .bonus-claim {
        max-width: 278px;
        margin-left: auto;
        margin-right: auto;
    }
    .bonus-claim__icon {
        width: 37px;
    }
    .bonus-claim__icon svg {
        width: 19px;
        height: auto;
    }
    .bonus-claim span {
        padding: 6px 4px;
        font-size: 13px;
    }
    .promocode {
        width: 201px;
        height: 54px;
        margin-left: auto;
        margin-right: auto;
    }
    .promocode-item {
        width: 100%;
    }
    .promocode-value {
        font-size: 25px;
        letter-spacing: 0.2em;
        font-weight: 600;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .promocode-btn {
        width: 47px;
    }
    .promocode-btn::before {
        height: 42px;
    }
    .header .logo {
        width: auto;
        padding-left: 16px;
        padding-right: 0;
    }
    .header .logo img {
        width: 31px;
    }
    .header-bottom {
        padding-left: 0;
        padding-right: 16px;
    }
    .header-nav {
        margin: 0 auto;
    }
    .table-winners td {
        white-space: nowrap;
    }
    .table-winners td:nth-child(2),
    .table-winners td:nth-child(3) {
        display: none;
    }
    .table-winners td:first-child span {
        text-overflow: ellipsis;
        width: 68px;
        overflow: hidden;
    }
    .gift {
        left: auto;
        right: 16px;
        bottom: 49px;
    }
    .casino .h1 {
        margin-bottom: 30px;
    }
    .seo {
        padding-bottom: 30px;
    }
    .seo-box p {
        margin-bottom: 18px;
        font-size: 12px;
        line-height: 1.67;
    }
    .seo-box h1,
    .seo-box h2 {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.75;
        margin-top: 30px;
        letter-spacing: 0.03em;
    }
    .seo-box h3 {
        font-size: 14px;
        line-height: 1.43;
        margin-bottom: 16px;
    }
    .seo-box ol {
        margin-top: 20px;
    }
    .seo-box ol li {
        font-size: 12px;
        margin-bottom: 11.5px;
    }
    .seo-box ul {
        margin-bottom: 21px;
    }
    .seo-box ul li {
        font-size: 12px;
        margin-bottom: 11.5px;
    }
    .seo-box table {
        margin-bottom: 21px;
    }
    .seo-box table td {
        padding: 9.5px 10px;
        font-size: 12px;
        line-height: 1.67;
    }
    .footer {
        padding: 37px 0 30px;
    }
    .footer .socials {
        text-align: center;
        margin: 0;
    }
    .footer-top__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-top__row .lang {
        display: block;
    }
    .footer-item {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-list {
        margin-bottom: 0;
        text-align: center;
    }
    .footer-list li {
        margin-bottom: 18px;
    }
    .footer-info {
        margin-right: 0;
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #2c3035;
    }
    .footer-info p {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-logo {
        margin-bottom: 25px;
    }
    .footer-logo img {
        display: block;
        margin: 0 auto;
        max-width: 136px;
        height: auto;
    }
    .footer-bottom {
        margin-top: 0;
        padding-top: 21px;
    }
    .footer-bottom__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-bottom__row .copyright {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .footer-age {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px;
    }
    .footer-contacts {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin-bottom: 30px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    .footer .lang {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    .hero-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px;
        padding-bottom: 30px;
    }
    .hero-item {
        width: 100%;
        padding: 55px 24px;
        text-align: center;
    }
    .hero-item .btn {
        width: 100%;
        max-width: 107px;
    }
    .hero-item__title {
        max-width: 100%;
    }
    .hero-item video {
        display: none;
    }
    .hero-content {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .hero-content__box p {
        margin-top: 20px;
        font-size: 12px;
        line-height: 1.67;
        letter-spacing: 0.06em;
    }
    h1 {
        font-size: 20px;
        letter-spacing: 0.03em;
        line-height: 1.4;
    }
    h2 {
        font-size: 16px;
        line-height: 1.75;
    }
    .game {
        padding-top: 30px;
        padding-bottom: 37px;
    }
    .game-row {
        gap: 10px;
    }
    .game-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 4px;
        margin-bottom: 20px;
    }
    .game-title__text {
        font-weight: 600;
        font-size: 12px;
        line-height: 1.67;
        letter-spacing: 0.12em;
        color: rgba(156, 163, 175, 0.7);
    }
    .game-title svg {
        display: none;
    }
    .game-item {
        width: 100%;
        display: block;
    }
    .game-item__label {
        top: 12px;
        left: 0;
    }
    .game-item img {
        -o-object-fit: cover;
        object-fit: cover;
        display: none;
    }
    .game-item video {
        min-height: 200px;
        position: relative;
        -o-object-fit: cover;
        object-fit: cover;
        height: 200px;
        display: block;
    }
    .accept {
        padding-bottom: 30px;
    }
    .text-page {
        padding-top: 20px;
    }
    .text-page__box {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .text-page__content p {
        letter-spacing: 0.06em;
        line-height: 1.67;
        font-size: 12px;
        margin-top: 31px;
    }
}

.btn-yellow:hover{color:#463b08}.footer-logo{display:block}.seo-box .btn{text-decoration:none !important}.hide-winners{display:none}img.coin-img-last{display:none}.status-last img.coin-img-last{display:block}.navigation-nav b.active svg path{fill:#fff}.status-last img.coin-img-first{display:none}img.coin-img-first-disabled,img.coin-img-last-disabled{display:none}.pay-td-disabled img.coin-img-first,.pay-td-disabled img.coin-img-last{display:none}.pay-td-disabled img.coin-img-first-disabled{display:block}.status-last .pay-td-disabled img.coin-img-first-disabled{display:none}.status-last .pay-td-disabled img.coin-img-last-disabled{display:block}