@charset "UTF-8";
.sports-block, .sports-block__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
}

.sports-block, .sports-block__item, .sports-block__list {
    -webkit-box-direction: normal
}

.advantages-list, .categories-list, .footer__nav, .footer__payments-list, .footer__socials, .list, .other-links, .toc-section__toc-list {
    list-style: none
}

h2, h3 {
    margin-top: 16px
}

.glightbox-open, .no-scroll, .wrapper {
    overflow: hidden
}

*, .header__nav li.has-submenu .submenu li.has-sub-submenu.active .sub-submenu > li {
    margin: 0
}

.container .container, .header__nav li.has-submenu .submenu li.has-sub-submenu.active .sub-submenu > li a {
    padding-left: 0;
    padding-right: 0
}

.container > :first-child, .header__buttons .btn {
    margin-top: 0
}

.header__active-lang span, .header__langs-menu li span, .header__nav li a, .header__nav li span {
    text-align: center;
    font-size: 18px
}

.mp-promocode__copy-btn._active > svg, .mp-promocode__copy-btn:hover > svg, .promocode__copy-btn._active > svg, .promocode__copy-btn:hover > svg {
    stroke: #000
}

* {
    padding: 0;
    border: 0
}

*, :after, :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

aside, footer, header, nav {
    display: block
}

body, html {
    min-height: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.6) transparent
}

button, input, textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

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

a, a:hover, a:visited {
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400
}

.icon-font__deposit:before {
    content: "\e901";
    color: #fff
}

.icon-font__casino:before {
    content: "\e902";
    color: #fff
}

.icon-font__bonus:before {
    content: "\e903";
    color: #fff
}

.icon-font__reg:before {
    content: "\e904";
    color: #fff
}

.icon-font__app:before {
    content: "\e905";
    color: #fff
}

.wrapper {
    margin-top: 50px
}

.wrapper:first-child {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0
}

.wrapper:last-of-type {
    padding-bottom: 40px
}

.container {
    margin: 0 auto;
    padding: 0 var(--offsets);
    max-width: calc(var(--width-container) + var(--offsets) * 2)
}

.hidden_svg {
    display: none
}

.header__logo, .header__nav, .header__nav > ul, body, h2 {
    display: flex
}

body {
    background: var(--bg, #262b27);
    min-height: 100vh;
    flex-direction: column;
    font-family: Poppins;
    font-family: var(--ff-primary)
}

.header__langs-menu li span, .header__nav li.has-submenu .submenu li.has-sub-submenu.active span, .toc-section__title, h1, h2, h3 {
    font-family: var(--ff-primary);
    font-style: normal
}

h1, h2, h3 {
    color: var(--title, #fff);
    font-weight: 600
}

main {
    flex-grow: 1
}

h1 {
    font-size: 45px;
    line-height: 55px
}

h1 span {
    color: var(--title, #00ff42)
}

h2 {
    align-items: center;
    gap: 16px;
    font-size: 32px;
    line-height: 136%
}

h2 svg {
    width: 26px;
    height: 26px
}

h3 {
    font-size: 24px;
    line-height: 136%
}

.hero-section .text-image__content > p, p {
    margin-top: 1rem
}

.hero-section.v2 {
    display: grid;
    gap: 20px;
    align-items: center
}

.hero-section.v2 h1 {
    grid-column: 1;
    grid-row: 1
}

.hero-section.v2 p {
    grid-column: 1;
    grid-row: 2
}

.hero-section.v2 .promocode {
    grid-column: 2;
    grid-row: 1/span 2;
    align-self: center;
    max-width: 567px
}

.header__active-lang span, .header__nav li a, .header__nav li span, .header__nav li.has-submenu .submenu li a, .header__nav li.has-submenu .submenu li span, p {
    font-weight: 400;
    color: var(--title, #fff);
    font-family: var(--ff-primary);
    font-style: normal
}

p {
    line-height: 24px
}

:root {
    --height: 0px;
    --offsets: 20px;
    --width-container: 1420px;
    --star-color: lightgray;
    --star-background-review: #ffc700;
    --ff-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --header1: #0f0840;
    --gradient1: linear-gradient(92deg, #1e283f, #101628)
}

.header {
    position: sticky;
    top: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    z-index: 99;
    background: var(--header, #1e211e)
}

.grelative, .gslide-image img.zoomable, .header__lang, .header__nav li.has-submenu .submenu li.has-sub-submenu, .promocode__text {
    position: relative
}

.header__active-lang, .header__langs-menu, .header__nav li.has-submenu .submenu, .header__nav > ul > li:hover {
    background: var(--cards, #343a36);
    border-radius: 10px
}

.header__content {
    display: flex;
    align-items: flex-start;
    gap: 30px
}

.header__logo {
    align-items: flex-start;
    margin-right: auto;
    max-width: 135px;
    min-width: 135px
}

.header__logo a {
    width: 100%
}

.header__logo a img {
    width: 100%;
    object-fit: contain
}

.header__nav {
    flex: 1 0 auto;
    align-items: flex-start
}

.header__nav > ul {
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px
}

.header__nav > ul > li {
    padding: 10px 16px
}

.header__nav li {
    display: flex;
    align-items: center;
    gap: 4px
}

.header__nav li img {
    max-height: 19px;
    object-fit: contain
}

.header__nav li a {
    word-break: break-all;
    line-height: 136%;
    transition: color .2s
}

.header__nav li span {
    word-break: break-all;
    line-height: 136%;
    cursor: default
}

.header__nav li.has-submenu {
    position: relative;
    padding-right: 30px
}

.header__nav li.has-submenu svg {
    position: absolute;
    right: 0;
    width: 19px;
    height: 18px;
    transition: transform .2s
}

.header__nav li.has-submenu .submenu {
    display: none;
    position: absolute;
    width: 234px;
    padding: 8px 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
    right: 50%;
    top: 50px;
    transform: translateX(50%);
    z-index: 99
}

.header__nav li.has-submenu .submenu::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    background: 0 0;
    top: -20px;
    left: 0
}

.categories-list__item, .glightbox-container .ginner-container.gvideo-container, .glightbox-container .gslide-inner-content, .header__nav li.has-submenu .submenu li, .record-winnings__table, .wp-block-video, .wp-block-video video {
    width: 100%
}

.header__nav li.has-submenu .submenu li a, .header__nav li.has-submenu .submenu li span {
    width: 100%;
    padding: 8px 16px;
    text-align: left;
    font-size: 16px;
    line-height: 136%;
    letter-spacing: .25px
}

.header__nav li.has-submenu .submenu li.has-sub-submenu::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M9.1665 15.5832L13.7498 10.9998L9.1665 6.4165V15.5832Z' fill='%23E2E2E2'/%3E%3C/svg%3E");
    transition: .2s
}

.header__nav li.has-submenu .submenu li.has-sub-submenu .sub-submenu {
    width: 234px;
    display: none;
    position: absolute;
    top: -8px;
    right: -234px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--cards, #343a36);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15)
}

@media (hover: hover) {
    .header__nav li.has-submenu .submenu li.has-sub-submenu:hover::after {
        transform: rotate(-90deg) translateX(10px)
    }

    .header__nav li.has-submenu .submenu li.has-sub-submenu:hover .sub-submenu {
        display: block
    }
}

.header__nav li.has-submenu .submenu li.has-sub-submenu.active {
    width: 100%;
    flex-direction: column;
    margin: 0
}

.header__nav li.has-submenu .submenu li.has-sub-submenu.active::after {
    display: none
}

.header__nav li.has-submenu .submenu li.has-sub-submenu.active span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 0;
    padding-left: 0;
    color: var(--title, #fff);
    font-size: 18px;
    font-weight: 500;
    line-height: 136%
}

.header__nav li.has-submenu .submenu li.has-sub-submenu.active span::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='13' viewBox='0 0 19 13' fill='none'%3E%3Cpath d='M0.469669 7.03033C0.176777 6.73744 0.176777 6.26256 0.469669 5.96967L5.24264 1.1967C5.53553 0.903806 6.01041 0.903806 6.3033 1.1967C6.59619 1.48959 6.59619 1.96447 6.3033 2.25736L2.06066 6.5L6.3033 10.7426C6.59619 11.0355 6.59619 11.5104 6.3033 11.8033C6.01041 12.0962 5.53553 12.0962 5.24264 11.8033L0.469669 7.03033ZM19 7.25H1V5.75H19V7.25Z' fill='white'/%3E%3C/svg%3E")
}

.header__nav li.has-submenu .submenu li.has-sub-submenu.active .sub-submenu {
    display: block;
    position: static;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none
}

@media (min-width: 1460px) and (hover: hover) {
    .header__nav li.has-submenu:hover svg {
        transform: rotate(-90deg)
    }

    .header__nav li.has-submenu:hover .submenu {
        display: flex
    }
}

.header__active-lang img, .header__langs-menu li img {
    width: 20px;
    height: 20px
}

.header__buttons {
    display: flex;
    justify-content: flex-end;
    align-self: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    margin-left: auto
}

@media (max-width: 1671px) {
    .header__buttons {
        flex: 1 0 auto
    }
}

.header__lang {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    cursor: pointer
}

.header__lang.active .header__active-lang svg {
    transform: rotate(-180deg)
}

.ad-section-v1.open .ad-section-v1__content, .ad-section-v1__content.open, .ad-section-v2.open .ad-section-v2__content, .ad-section-v2__content.open, .header__lang.active .header__langs-menu {
    display: grid
}

.ad-section-v2.open .btn, .header__burger {
    margin-top: 10px
}

.header__active-lang {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 8px 10px 10px
}

.header__active-lang span {
    line-height: 136%
}

.header__active-lang svg {
    transition: .2s;
    width: 18px;
    height: 18px
}

.header__langs-menu {
    padding: 8;
    display: none;
    grid-template-columns:1fr 1fr 1fr;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
    position: absolute;
    right: 0;
    top: 53px;
    z-index: 99
}

.events-list__item, .how-to-list__item {
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .2)
}

.header__langs-menu li {
    width: 100%;
    text-wrap: nowrap;
    white-space: nowrap;
    border-radius: 10px;
    padding: 10px;
    transition: .2s
}

.header__burger span, .header__burger::after, .header__burger::before {
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    width: 100%;
    right: 0
}

.header__langs-menu li:hover {
    background: rgba(190, 173, 228, .3)
}

.header__langs-menu li span {
    color: var(--title, #fff);
    font-weight: 400;
    line-height: 136%
}

.footer__nav li > a, .toc-section__toc-item a {
    color: var(--text, #e2e2e2);
    font-size: 16px;
    font-weight: 400
}

.header__burger {
    display: none;
    position: relative;
    width: 27px;
    height: 21px;
    cursor: pointer
}

.header__burger::before {
    content: "";
    top: 0;
    transition: .3s
}

.header__burger::after {
    content: "";
    bottom: 0;
    transition: .3s
}

.header__burger span {
    top: 50%;
    transform: translateY(-50%);
    transition: .3s
}

.ad-section-v1.open .ad-section-v1__text, .ad-section-v1.open .btn svg, .ad-section-v2.open .ad-section-v2__text, .btn svg, .header.burger-active .header__burger span {
    display: none
}

.header.burger-active .header__burger::before {
    transform: rotate(45deg);
    top: 10px;
    right: 5px;
    width: 100%
}

.header.burger-active .header__burger::after {
    transform: rotate(-45deg);
    bottom: 8px;
    right: 5px;
    width: 100%
}

.hero-section .text-image {
    grid-template-columns:1.1fr 1fr;
    column-gap: 90px
}

.hero-section .text-image__content {
    display: flex;
    justify-content: center
}

.toc-section__title {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    gap: .25rem;
    position: relative;
    color: #fff;
    color: var(--title, #fff);
    font-size: 26px;
    font-weight: 500;
    line-height: 136%;
    cursor: pointer
}

.toc-section__title::after {
    position: absolute;
    width: 24px;
    height: 24px;
    padding-bottom: 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 6.82129L6 1.82129L11 6.82129' stroke='%23262A27' stroke-width='2'/%3E%3C/svg%3E");
    right: 0;
    transform: translateY(-50%);
    transition: .2s
}

.footer__copywrite::before, .footer__payments::before {
    top: 0
}

.footer__app-button-text, .footer__copywrite, .footer__nav li > a {
    font-style: normal;
    line-height: 136%;
    font-family: var(--ff-primary)
}

.ad-section-v1__content-alert, .faq-section summary, .galery-section__list-item-game, .galery-section__list-item-nickname, .galery-section__list-item-value, .promocode__input input, .toc-section__toc-item a {
    line-height: 24px;
    font-family: var(--ff-primary);
    font-style: normal
}

.toc-section__toc {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.toc-section__toc.active .toc-section__title::after {
    transform: translateY(-80%) rotate(180deg)
}

.toc-section__toc.active .toc-section__toc-list {
    display: flex
}

.toc-section__toc-list {
    display: none;
    flex-wrap: wrap;
    justify-content: start;
    gap: 12px
}

.greset, .toc-section__toc-item {
    transition: .3s
}

.toc-section__toc-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 8px 14px;
    border-radius: 10px;
    background: var(--cards, #343a36);
    transition: .2s
}

.toc-section__toc-item a::before {
    content: "";
    width: 10px;
    height: 5px;
    border-radius: 14px
}

.toc-section__toc-item a:hover {
    background: rgba(52, 58, 54, .6)
}

.faq-section {
    display: grid;
    grid-template-columns:1.2fr 5fr;
    gap: 40px
}

.about-table tbody, .footer__app, .mp-hero-section, .promocode {
    grid-template-columns:1fr 1fr
}

.faq-section__item {
    margin-top: 20px;
    position: relative
}

.faq-section summary {
    position: relative;
    border-radius: 10px;
    background: var(--cards, #343a36);
    padding: 20px;
    width: 92%;
    margin-left: auto;
    color: var(--title, #fff);
    font-size: 18px;
    font-weight: 400;
    cursor: pointer
}

.faq-section summary::marker {
    content: ""
}

.faq-section__item summary::before {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-140%);
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 0.821289C10.1321 0.821289 9.42857 1.52484 9.42857 2.39272V10.2499H1.57143C0.703552 10.2499 0 10.9534 0 11.8213C0 12.6892 0.703552 13.3927 1.57143 13.3927H9.42857V21.2499C9.42857 22.1177 10.1321 22.8213 11 22.8213C11.8679 22.8213 12.5714 22.1177 12.5714 21.2499V13.3927H20.4286C21.2964 13.3927 22 12.6892 22 11.8213C22 10.9534 21.2964 10.2499 20.4286 10.2499H12.5714V2.39272C12.5714 1.52484 11.8679 0.821289 11 0.821289Z' fill='%23E2E2E2'/%3E%3C/svg%3E");
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--cards, #343a36);
    height: 100%;
    width: 63px;
    transition: .2s
}

.faq-section__item[open] summary {
    background: var(--button, linear-gradient(270deg, #05ff5a 0, #adff00 100%));
    color: var(--txt-btn, #1b241c)
}

.faq-section__item[open] summary:before {
    padding-bottom: 10px;
    background: var(--button, linear-gradient(270deg, #05ff5a 0, #adff00 100%));
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='4' viewBox='0 0 22 4' fill='none'%3E%3Cpath d='M1.57143 3.39286C0.703552 3.39286 3.7936e-08 2.6893 0 1.82143C-3.7936e-08 0.953553 0.703552 0.250001 1.57143 0.250001L20.4286 0.25C21.2964 0.25 22 0.953553 22 1.82143C22 2.6893 21.2964 3.39286 20.4286 3.39286L1.57143 3.39286Z' fill='%231B241C'/%3E%3C/svg%3E");
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='4' viewBox='0 0 22 4' fill='none'%3E%3Cpath d='M1.57143 3.39286C0.703552 3.39286 3.7936e-08 2.6893 0 1.82143C-3.7936e-08 0.953553 0.703552 0.250001 1.57143 0.250001L20.4286 0.25C21.2964 0.25 22 0.953553 22 1.82143C22 2.6893 21.2964 3.39286 20.4286 3.39286L1.57143 3.39286Z' fill='%23ffffff'/%3E%3C/svg%3E")
}

.footer {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    display: flex;
    flex-direction: column;
    gap: 30px
}

.footer__logo {
    position: relative;
    flex: 1 1 auto
}

.footer__logo img {
    max-width: 100px;
    object-fit: contain
}

.ad-section-v1__content > img, .ad-section-v2__content > img {
    max-width: 84px;
    object-fit: contain
}

.footer__socials {
    grid-column: 1/-1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 21px
}

.footer__socials li a {
    width: 30px;
    height: 30px;
    transition: .2s;
    display: block
}

.footer__socials li a:hover {
    filter: drop-shadow(0px 0px 5px #00ff42)
}

.footer__socials li a img {
    width: 100%;
    height: 100%
}

.footer__socials li a svg {
    width: 30px !important;
    height: 30px !important
}

.footer__links {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    justify-content: space-between
}

.footer__nav {
    column-count: 3;
    column-gap: 90px
}

* + .wp-block-list, * + .wp-block-video, .footer__nav li {
    margin-top: 1rem
}

.footer__nav li:first-child {
    margin-top: 0
}

.footer__nav li > a:hover {
    color: #00ff42
}

.footer__app {
    display: grid;
    column-gap: 8px;
    row-gap: 20px
}

.footer__app-button {
    min-width: 15.625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem;
    border-radius: 10px;
    border: 1px solid var(--title, #fff);
    background: var(--header, #1e211e);
    transition: .2s
}

.footer__app-button:hover {
    background: rgba(0, 0, 0, .7)
}

.footer__copywrite::before, .footer__payments::after, .footer__payments::before {
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    position: absolute;
    left: 0;
    content: ""
}

.footer__app-button-text {
    flex: 1 1 auto;
    color: var(--title, #fff);
    text-align: left;
    font-size: 14px;
    font-weight: 300
}

.footer__app-button-text span {
    display: block;
    color: var(--title, #fff);
    font-size: 16px;
    font-weight: 500
}

.footer__app-button svg {
    margin-right: 4px
}

.footer__payments {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
    padding: 32px 0
}

.footer__payments::after {
    bottom: 0
}

.footer__payments-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .625rem;
    flex-wrap: wrap
}

.footer__payments-list li > img {
    max-height: 1.1875rem;
    object-fit: contain
}

.footer__text p {
    color: var(--text, #e2e2e2);
    font-family: var(--ff-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: .25px
}

.footer__copywrite {
    margin-top: 0;
    padding-top: 32px;
    position: relative;
    color: #9c9a9a;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .25px
}

@media (max-width: 1028px) {
    .footer {
        gap: 22px
    }

    .footer__links {
        flex-direction: column
    }

    .footer__payments {
        padding: 22px 0
    }

    .footer__copywrite {
        padding-top: 22px
    }
}

.mp-hero-section {
    display: grid;
    gap: 30px
}

.ad-section-v1__content, .ad-section-v2__content {
    width: 100%;
    grid-template-columns:1fr 1fr;
    row-gap: 16px
}

.mp-hero-section h1, .mp-hero-section p {
    grid-column: 1/-1;
    margin-top: 0
}

.ad-section-v1, .ad-section-v2 {
    width: 100%;
    position: sticky;
    bottom: 0;
    display: none;
    padding: 10px;
    border-radius: 6px 6px 0 0;
    background: #000;
    z-index: 98
}

.ad-section-v1__content-hide-btn, .ad-section-v2__content-hide-btn {
    max-width: 113px;
    width: 100%;
    padding: 12px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .3);
    gap: 8px;
    text-transform: uppercase
}

.ad-section-v1.open, .ad-section-v2.open, .glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
    flex-direction: column
}

.ad-section-v1.open .btn {
    text-align: center;
    margin-top: 10px
}

.ad-section-v1__content {
    display: none;
    align-items: center
}

.ad-section-v1__content-alert {
    text-align: left;
    margin-top: 0;
    word-break: break-all;
    color: #fff;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-weight: 700
}

.ad-section-v1__content-description, .ad-section-v1__content-hide-btn {
    color: #fff;
    font-family: var(--ff-primary);
    font-size: 14px;
    font-style: normal
}

.ad-section-v1__content-hide-btn {
    justify-self: end;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: normal
}

.ad-section-v1__content-description {
    margin-top: 0;
    grid-column: 1/-1;
    font-weight: 400;
    line-height: 20px
}

.ad-section-v1__content-description span {
    color: var(--yellow, #f8ff13);
    font-weight: 500
}

.ad-section-v1__content-bonus {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--Heading, #222);
    font-family: var(--ff-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.ad-section-v1__text, .ad-section-v2__content-alert {
    color: #fff;
    leading-trim: both;
    text-edge: cap;
    font-family: var(--ff-primary);
    font-size: 16px
}

.ad-section-v1__content-bonus > img {
    width: 32px;
    height: 32px;
    object-fit: contain
}

.ad-section-v1__content .promocode__input {
    grid-column: 1/-1
}

.ad-section-v1__text {
    flex: 1;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ad-section-v1__text span {
    color: rgba(255, 255, 255, .7);
    font-family: var(--ff-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px
}

.ad-section-v1 .btn {
    position: relative;
    flex: 1;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    text-align: left
}

.ad-section-v1 .btn svg {
    display: block;
    width: 81px;
    height: 81px;
    position: absolute;
    top: -25px;
    right: 0
}

.ad-section-v2__content {
    display: none;
    align-items: center
}

.ad-section-v2__content-alert {
    text-align: left;
    margin-top: 0;
    word-break: break-all;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.ad-section-v2__content-description, .ad-section-v2__content-hide-btn {
    color: #fff;
    font-size: 14px;
    font-family: var(--ff-primary);
    font-style: normal
}

.ad-section-v2__content-hide-btn {
    justify-self: end;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: normal
}

.ad-section-v2__content-description {
    margin-top: 0;
    grid-column: 1/-1;
    font-weight: 400;
    line-height: 20px
}

.ad-section-v2__content-description span {
    color: var(--yellow, #f8ff13);
    font-weight: 500
}

.ad-section-v2__content-bonus {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--Heading, #222);
    font-family: var(--ff-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.ad-section-v2__content-bonus > img {
    width: 32px;
    height: 32px;
    object-fit: contain
}

.ad-section-v2__content .promocode__input, .text-image.without-img .text-image__content {
    grid-column: 1/-1
}

.ad-section-v2__text {
    flex: 1.4;
    color: #fff;
    font-family: var(--ff-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px
}

.ad-section-v2__text > img {
    display: block;
    max-width: 100px;
    object-fit: contain;
    margin-bottom: 8px
}

.ad-section-v2__text span {
    font-weight: 700
}

.ad-section-v2 .btn {
    position: relative;
    flex: 1;
    width: 100%;
    max-width: 100%;
    margin-top: 0
}

.galery-section {
    display: grid;
    grid-template-columns:3fr 1fr;
    gap: 10px
}

.galery-section__list {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap
}

.galery-section__list-item {
    min-width: 287px;
    max-width: 287px;
    background: var(--cards, #343a36);
    display: flex;
    border-radius: 10px;
    overflow: hidden
}

.btn--black:hover, .btn--green, .mp-promocode__copy-btn._active {
    background: var(--button, linear-gradient(270deg, #05ff5a 0, #adff00 100%))
}

.galery-section__list-item a {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.galery-section__list-item a::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: flex;
    align-items: center;
    justify-content: center;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.06 24.3283L37.565 34.8333L34.8333 37.565L24.3283 27.06C22.3667 28.4717 20.0017 29.3333 17.4167 29.3333C10.835 29.3333 5.5 23.9983 5.5 17.4167C5.5 10.835 10.835 5.5 17.4167 5.5C23.9983 5.5 29.3333 10.835 29.3333 17.4167C29.3333 20.0017 28.4717 22.3667 27.06 24.3283ZM17.4167 9.16667C12.8517 9.16667 9.16667 12.8517 9.16667 17.4167C9.16667 21.9817 12.8517 25.6667 17.4167 25.6667C21.9817 25.6667 25.6667 21.9817 25.6667 17.4167C25.6667 12.8517 21.9817 9.16667 17.4167 9.16667Z' fill='white'/%3E%3C/svg%3E");
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    transition: .2s
}

.galery-section__list-item a:hover::after {
    left: 0
}

.galery-section__list-item a > img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.galery-section__list-item-content {
    padding: 12px 16px
}

.galery-section__list-item-game {
    margin-top: 0;
    color: var(--title, #fff);
    font-size: 20px;
    font-weight: 600
}

.galery-section__list-item-nickname {
    margin-top: 6px;
    color: var(--text, #e2e2e2);
    font-size: 16px;
    font-weight: 400
}

.galery-section__list-item-value {
    color: #faff02;
    font-size: 22px;
    font-weight: 600
}

.btn, .btn--black:hover {
    color: var(--txt-btn, #1b241c)
}

.btn, .mp-promocode__copy-btn, .promocode__copy-btn {
    font-weight: 400;
    font-family: var(--ff-primary);
    font-style: normal;
    transition: .2s
}

.galery-section .swiper {
    grid-column: 1/-1;
    max-width: 100%;
    overflow: hidden
}

.galery-section .swiper-controls {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin-top: 10px
}

.galery-section .swiper-next, .galery-section .swiper-prev {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 82.143px;
    border: .821px solid var(--text, #e2e2e2);
    cursor: pointer
}

.galery-section .swiper-next svg, .galery-section .swiper-prev svg {
    width: 16px;
    height: 16px
}

.galery-section .swiper-prev svg {
    transform: translateX(2px)
}

.galery-section .swiper-next {
    transform: rotate(180deg)
}

.galery-section .swiper-next svg {
    transform: translate(2px, 2px)
}

.text-image {
    margin-top: 16px;
    display: grid;
    column-gap: 20px;
    row-gap: 16px;
    grid-template-columns:1.1fr 1fr
}

.text-image.reversed .text-image__content {
    order: 2
}

.text-image__title {
    grid-column: 1/-1;
    margin: 0
}

.btn, .promocode {
    margin-top: 16px;
    position: relative
}

.text-image__content {
    display: flex;
    flex-direction: column
}

.text-image__content > p:first-child, .text-image__content > strong:first-child {
    margin-top: 0
}

.text-image__content > p a, .text-image__content > strong a {
    color: #0a63f6;
    text-decoration-line: underline
}

.providers-list__item-description, .text-image__content .btn {
    padding: 10px
}

.text-image > img {
    max-width: 700px;
    width: 100%;
    object-fit: contain
}

.btn {
    max-width: 172px;
    padding: 10px 28px;
    gap: 10px;
    border-radius: 10px;
    display: block;
    font-size: 18px;
    line-height: 136%;
    text-align: center;
    cursor: pointer
}

.btn--green:hover {
    box-shadow: 0 0 8.4px 0 rgba(5, 255, 90, .63)
}

.btn--black {
    background: 0 0;
    color: var(--title, #fff);
    border: 1.5px solid var(--button, #05ff5a)
}

.promocode, .promocode__input {
    border-radius: 10px;
    backdrop-filter: blur(2px)
}

.promocode.v2 {
    display: flex;
    gap: 16px;
    justify-content: space-between
}

.promocode.v2 .btn {
    margin: 16px 0 0
}

.promocode.v2 .promocode__text-value {
    margin-bottom: 16px;
    color: #fff;
    font-size: 18px;
    line-height: 120%
}

.comment-form__alert, .has-text-align-center, .last-modified-date, .page-404, .page-footer__dmca, .promocode.v2 .promocode__text {
    text-align: center
}

.promocode.v2 .promocode__input {
    background: #fff;
    border: none;
    padding: 4px
}

.promocode.v2 .promocode__input input {
    color: #364771;
    padding: 12px 20px
}

.promocode.v2 .promocode__copy-btn {
    position: relative;
    background: linear-gradient(103deg, #108de7 -30%, #0855c4 100%);
    padding: 12px 20px
}

.promocode.v2 .promocode__text-description {
    margin-top: 6px
}

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

.btn--aligh-center {
    margin-left: auto;
    margin-right: auto
}

.btn--with-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.btn--with-svg svg {
    display: inline-block;
    min-width: 24px;
    max-width: 24px;
    height: 24px
}

.promocode {
    padding: 16px;
    display: grid;
    gap: 10px 32px;
    background: var(--header, #1e211e);
    overflow: hidden;
    z-index: 2
}

.promocode .btn {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    max-width: 100%;
    margin: -26px 0 0
}

.promocode .promocode__input {
    height: fit-content
}

.promocode__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px
}

.promocode__main > .btn {
    width: 100%;
    margin-top: 0;
    max-width: 100%
}

.promocode__input {
    width: 100%;
    padding-right: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 1px dashed var(--button, #05ff5a);
    background: var(--bg, #262b27)
}

.promocode__input input {
    width: 60%;
    padding: 15px 4px 15px 20px;
    background: 0 0;
    color: var(--White, var(--title, #fff));
    font-size: 15px;
    font-weight: 500
}

.mp-promocode__copy-btn, .promocode__copy-btn {
    padding: 14px 20px;
    border-radius: 10px;
    background: 0 0;
    word-break: break-all;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 16px
}

.promocode__copy-btn:hover {
    background: rgba(5, 255, 90, .8);
    color: #000
}

.promocode__copy-btn._active {
    background: var(--button, linear-gradient(270deg, #05ff5a 0, #adff00 100%));
    color: #000
}

.mp-promocode__copy-btn > svg, .promocode__copy-btn > svg {
    width: 22px;
    height: 22px;
    transition: .2s
}

.promocode__copy-btn {
    position: relative
}

.promocode__copy-btn::before {
    content: url("../images/copy.svg");
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    left: 30px;
    transform: translate(-50%, -50%)
}

.promocode__text::before {
    position: absolute;
    content: "";
    top: 0;
    left: -16px;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .05)
}

.events-list__item .btn::after, .events-list__item-head::after {
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    left: 0;
    width: 100%
}

.promocode__text-value {
    margin-top: 0;
    color: #00ff42;
    font-family: var(--ff-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px
}

.promocode__text-description {
    margin-top: 10px;
    color: var(--text, #e2e2e2);
    font-family: var(--ff-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.categories-list__item-link, .links-list__item-description, .links-list__item-link, .links-list__item-name {
    color: var(--title, #fff);
    font-family: var(--ff-primary)
}

.links-list {
    margin-top: 16px;
    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns:repeat(4, 1fr)
}

.links-list.v2 .links-list__item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 83px 16px 20px
}

.links-list.v2 .links-list__item-link {
    margin: 0;
    padding: 10px
}

.links-list.v2 .links-list__item img {
    max-width: 64px;
    right: -7px
}

.links-list__item {
    position: relative;
    padding: 16px 100px 16px 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column
}

.links-list__item img {
    max-width: 104px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px
}

.links-list__item--blue {
    background: linear-gradient(90deg, #0076e5 0, #3b00eb 100%)
}

.links-list__item--green {
    background: linear-gradient(90deg, #04ce00 0, #00ad30 100%)
}

.links-list__item--orange {
    background: linear-gradient(90deg, #f90 0, #ff4c00 100%)
}

.links-list__item--purple {
    background: linear-gradient(90deg, #a300ef 0, #6a00f1 100%)
}

.links-list__item-name {
    margin-top: 0;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

.links-list__item-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    flex: 1 1 auto
}

.categories-list__item-link, .links-list__item-link {
    font-size: 18px;
    font-style: normal
}

.links-list__item-link {
    max-width: fit-content;
    margin-top: 40px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .5);
    font-weight: 400;
    line-height: 24px;
    background: 0 0
}

.links-list__item-link:hover::after {
    transform: translateX(5px)
}

.links-list__item-link::after {
    transition: .2s;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='12' viewBox='0 0 23 12' fill='none'%3E%3Cpath d='M22.5303 6.35162C22.8232 6.05873 22.8232 5.58385 22.5303 5.29096L17.7574 0.517988C17.4645 0.225095 16.9896 0.225095 16.6967 0.517988C16.4038 0.810882 16.4038 1.28576 16.6967 1.57865L20.9393 5.82129L16.6967 10.0639C16.4038 10.3568 16.4038 10.8317 16.6967 11.1246C16.9896 11.4175 17.4645 11.4175 17.7574 11.1246L22.5303 6.35162ZM0 6.57129H22V5.07129H0V6.57129Z' fill='white'/%3E%3C/svg%3E")
}

.categories-list {
    margin-top: 56px;
    width: 100%;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 60px
}

.categories-list__item {
	background: linear-gradient(91.79deg, #1E283F 0%, #101628 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	padding: 16px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.12)
}

.categories-list__item_text {
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	margin: 0;
}

.categories-list__item img {
	    width: auto;
    height: 100%;
}

.categories-list__item-link {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    background: var(--cards, #343a36);
    font-weight: 500;
    line-height: 136%;
    text-align: center;
    word-break: break-all;
    transition: .2s
}

.categories-list__item-link:hover, .categories-list__item-link:hover .categories-list__item-img {
    background: rgba(52, 58, 54, .6)
}

.categories-list__item-img {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px 0;
    border-radius: 30px 30px 0 0;
    background: var(--cards, #343a36);
    transition: .2s
}

.categories-list__item_text {
	text-align: center
}

@media (max-width: 1100px) {
	.categories-list {
    grid-template-columns:repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 16px
}
	
	.categories-list__item_text {
		font-size: 20px
	}
	
	.categories-list__item {
		flex-direction: column
	}

}

.about-table tbody tr td:first-child img, .about-table tbody tr td:first-child svg, .app-specs > img, .categories-list__item-img > img, .categories-list__item-img > svg, .mp-promocode > img {
    object-fit: contain
}

.advantages-list, .bonuses-list, .events-list {
    margin-top: 16px;
    width: 100%;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 20px
}

.events-list__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border-radius: 10px;
    background: var(--cards, #343a36)
}

.events-list__item-head {
    position: relative;
    margin-top: 0;
    text-align: center;
    color: var(--text, #e2e2e2);
    font-family: var(--ff-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 16px
}

.events-list__item-head::after {
    position: absolute;
    content: "";
    bottom: 0
}

.events-list__item-main {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns:1.2fr 1fr 1.2fr;
    align-items: center
}

.events-list__item-date, .events-list__item-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.events-list__item-team > img {
    max-width: 66px;
    object-fit: contain
}

.events-list__item-date > img {
    max-width: 21px;
    object-fit: contain
}

.events-list__item-date-time {
    margin-top: 10px;
    color: var(--title, #fff);
    text-align: center;
    font-family: var(--ff-primary);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px
}

.events-list__item-date-day {
    margin-top: 6px;
    color: var(--text, #e2e2e2);
    text-align: center;
    font-family: var(--ff-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    word-break: break-all
}

.about-table tbody tr td, .games-list__item-name {
    font-family: var(--ff-primary);
    font-size: 18px;
    font-style: normal
}

.events-list__item .btn {
    grid-column: 1/-1;
    max-width: 100%;
    margin-top: 16px;
    position: relative
}

.events-list__item .btn::after {
    position: absolute;
    content: "";
    top: -16px
}

.games-list, .providers-list {
    margin-top: 16px;
    width: 100%;
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    gap: 20px
}

.games-list__item {
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
    overflow: hidden
}

.games-list__item-img {
    text-align: center;
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

.games-list__item-img:hover .games-list__item-img-buttons {
    left: 0
}

.games-list__item-img-buttons {
    padding: 10px;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    left: -100%;
    transition: .3s;
    z-index: 2
}

.games-list__item-img-buttons .btn {
    display: block;
    border-radius: 36px;
    width: 100%;
    margin: 5px auto 0;
    padding: 8px;
    text-wrap: balance;
    text-transform: none
}

.games-list__item-img img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.games-list__item-name {
    margin-top: 0;
    padding: 8px;
    color: var(--title, #fff);
    font-weight: 500;
    line-height: 136%;
    text-align: center
}

.providers-list.v2 {
    grid-template-columns:repeat(4, 1fr)
}

.v2 .providers-list__item {
    padding: 0
}

.providers-list__item_image_block {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 150px;
    width: 100%;
    justify-content: center
}

.providers-list__item-image {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center
}

.providers-list__item-image img {
    max-width: 150px
}

.providers-list__item-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1
}

.v2 .providers-list__item-name {
    z-index: 2
}

.v2 .providers-list__item-button {
    z-index: 2;
    background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
    color: #fff
}

.providers-list__item-description p {
    margin-top: 0
}

.providers-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 8px;
    border-radius: 10px;
    background: var(--cards, #343a36)
}

.providers-list__item > img, .providers-list__item > svg {
    max-width: 44px;
    object-fit: contain
}

.providers-list__item-name {
    margin-top: 6px
}

@media (max-width: 991px) {
    .providers-list.v2 {
        grid-template-columns:repeat(2, 1fr)
    }

    .hero-section.v2 .promocode {
        grid-column: 1;
        grid-row: 3
    }
}

.about-table, .payment-table, .simple-table, .wp-block-table:not(.payment-table,.about-table) {
    margin-top: 16px;
    width: 100%
}

.about-table table, .payment-table table, .simple-table table, .wp-block-table:not(.payment-table,.about-table) table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

.payment-table tr td, .payment-table tr th, .simple-table tr td, .simple-table tr th, .wp-block-table:not(.payment-table,.about-table) tr td, .wp-block-table:not(.payment-table,.about-table) tr th {
    color: #bcbaba;
    font-family: var(--ff-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    border: none
}

.simple-table tr td:first-child, .simple-table tr th:first-child, .wp-block-table:not(.payment-table,.about-table) tr td:first-child, .wp-block-table:not(.payment-table,.about-table) tr th:first-child {
    width: 310px
}

.payment-table thead, .simple-table thead, .wp-block-table:not(.payment-table,.about-table) thead {
    border: none
}

.simple-table thead tr th, .wp-block-table:not(.payment-table,.about-table) thead tr th {
    background: var(--cards, #343a36);
    padding: 18px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.simple-table thead tr th:first-child, .wp-block-table:not(.payment-table,.about-table) thead tr th:first-child {
    border-radius: 10px 0 0;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.simple-table thead tr th:last-child, .wp-block-table:not(.payment-table,.about-table) thead tr th:last-child {
    border-radius: 0 10px 0 0
}

.simple-table tbody tr td, .wp-block-table:not(.payment-table,.about-table) tbody tr td {
    background: var(--cards, #343a36);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 13px 16px
}

.simple-table tbody tr td:first-child, .wp-block-table:not(.payment-table,.about-table) tbody tr td:first-child {
    padding: 20px 16px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    color: var(--title, #fff);
    font-family: var(--ff-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%
}

.simple-table tbody tr td:last-child, .wp-block-table:not(.payment-table,.about-table) tbody tr td:last-child {
    color: var(--text, #e2e2e2);
    font-family: var(--ff-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.bonuses-list__item-description, .bonuses-list__item-name, .bonuses-list__item-tag, .payment-table tbody tr td:first-child {
    line-height: 136%;
    font-family: var(--ff-primary);
    font-style: normal
}

.payment-table tbody tr:last-child td, .simple-table tbody tr:last-child td, .wp-block-table:not(.payment-table,.about-table) tbody tr:last-child td {
    border-bottom: none
}

.payment-table tbody tr:last-child td:first-child, .simple-table tbody tr:last-child td:first-child, .wp-block-table:not(.payment-table,.about-table) tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px
}

.payment-table tbody tr:last-child td:last-child, .simple-table tbody tr:last-child td:last-child, .wp-block-table:not(.payment-table,.about-table) tbody tr:last-child td:last-child {
    border-radius: 0 0 10px
}

.payment-table {
    max-width: 100%;
    overflow: auto
}

.payment-table tr td:first-child, .payment-table tr th:first-child {
    width: 473px
}

.payment-table thead tr th {
    background: var(--cards, #343a36);
    padding: 18px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.payment-table thead tr th:first-child {
    border-radius: 10px 0 0
}

.payment-table thead tr th:last-child {
    border-radius: 0 10px 0 0;
    border-right: none
}

.payment-table tbody tr td {
    background: var(--cards, #343a36);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2);
    padding: 13px 16px;
    text-align: center
}

.payment-table tbody tr td:first-child {
    text-align: left;
    gap: 15px;
    padding: 18px 16px;
    color: var(--title, #fff);
    font-size: 20px;
    font-weight: 500
}

.payment-table tbody tr td:first-child > img {
    max-width: 80px;
    object-fit: contain
}

.payment-table tbody tr td:last-child {
    border-right: none;
    color: var(--text, #e2e2e2);
    font-family: var(--ff-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.about-table tbody {
    display: grid;
    column-gap: 40px
}

.about-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.about-table tbody tr td {
    padding: 13px 16px;
    color: var(--title, #fff);
    text-align: right;
    font-weight: 500;
    line-height: 22px;
    border: none
}

.about-table tbody tr td:first-child {
    min-width: 150px;
    color: var(--text, #e2e2e2);
    font-weight: 400;
    text-align: left
}

.about-table tbody tr td:last-child {
    width: 100%;
    text-align: left
}

.bonuses-list__item {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    background: var(--cards, #343a36)
}

.banner, img {
    background-repeat: no-repeat;
    background-size: cover
}

.bonuses-list__item > img {
    max-width: 100%;
    object-fit: contain
}

.bonuses-list__item-tag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 17px;
    border-radius: 10px 0;
    color: var(--txt-btn, #1b241c);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    word-break: break-all
}

.bonuses-list__item-content {
    flex: 1 1 auto;
    padding: 16px;
    display: flex;
    flex-direction: column
}

.bonuses-list__item-name {
    margin-top: 0;
    color: var(--title, #fff);
    text-align: left;
    font-size: 24px;
    font-weight: 600
}

.bonuses-list__item-description {
    color: var(--text, #e2e2e2);
    font-size: 16px;
    font-weight: 400;
    flex: 1 1 auto
}

.banner__description, .banner__title {
    color: var(--txt-btn, #1b241c);
    font-family: var(--ff-primary);
    font-style: normal
}

.bonuses-list__item .btn {
    margin-top: 20px;
    padding: 10px
}

.banner {
    position: relative;
    margin-top: 80px !important;
    width: 100%;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    padding: 20px 550px 20px 20px;
    border-radius: 10px;
    background-image: url("../images/banner-bg.png");
    background-position: center
}

.banner__title {
    margin-top: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: normal
}

.banner__description {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    flex: 1 1 auto
}

.banner__button, .list__item-title {
    color: var(--title, #fff);
    font-family: var(--ff-primary);
    font-style: normal
}

.banner__buttons {
    display: flex;
    align-items: center;
    gap: 10px
}

.banner__button {
    display: grid;
    grid-template-columns:1fr 3fr;
    align-items: start;
    column-gap: 10px;
    padding: 7px 58px 7px 18px;
    border-radius: 10px;
    border: 1px solid var(--title, #fff);
    background: #000;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 136%;
    transition: .2s
}

.advantages-list__item, .pros-cons__cons, .pros-cons__pros {
    border-radius: 10px;
    background: var(--cards, #343a36);
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .2)
}

.banner__button:hover {
    background: rgba(0, 0, 0, .7)
}

.banner__button span {
    grid-column: 2;
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-align: left
}

.banner__button svg {
    grid-row: 1/3;
    align-self: center;
    width: 30px;
    height: 30px
}

.banner > img {
    position: absolute;
    bottom: 0;
    right: 10px
}

.list {
    width: 100%;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.list__item-title {
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px
}

.list__item-description, .pros-cons__cons-list li, .pros-cons__pros-list li {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--ff-primary);
    font-style: normal;
    line-height: 24px
}

.list__item-title > img, .list__item-title > svg {
    width: 35px;
    height: 35px;
    object-fit: contain
}

.list__item-description {
    margin-top: 10px;
    color: var(--text, #e2e2e2)
}

@media (max-width: 1460px) {
    h1 {
        font-size: 36px
    }

    .header__nav li.has-submenu.active, .header__nav > ul > li {
        margin: 0;
        width: 100%;
        padding: 8px 16px
    }

    .header__nav, .header__nav li.has-submenu .submenu::after, .header__nav li.has-submenu .submenu::before, .header__nav > ul.active-l3 > li.active > .submenu > li:not(.active), .header__nav > ul.active-l3 > li.active > a, .header__nav > ul.active-l3 > li.active > svg, .header__nav > ul.active-l3 > li:not(.active) {
        display: none
    }

    .header.burger-active .header__nav, .header__burger, .header__nav li a, .header__nav li span {
        display: block
    }

    .header__content {
        position: relative;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap
    }

    .header__logo {
        margin-top: 0
    }

    .header__nav > ul {
        flex-wrap: nowrap
    }

    .header__nav li.has-submenu svg {
        right: 20px;
        top: 12px
    }

    .header__nav li.has-submenu .submenu li {
        width: 90%;
        border: none;
        padding-bottom: 10px
    }

    .header__nav li.has-submenu .submenu {
        width: 100%;
        position: static;
        transform: none;
        background: 0 0;
        box-shadow: none
    }

    .header__nav li.has-submenu.active {
        flex-direction: column;
        gap: 10px;
        background: #272e28
    }

    .header__nav li.has-submenu.active > a {
        align-self: flex-start;
        padding-left: 0
    }

    .header__nav li.has-submenu.active svg {
        transform: rotate(-90deg)
    }

    .header__nav li.has-submenu.active .submenu {
        display: flex
    }

    .header__nav li {
        position: relative;
        width: 90%;
        margin-left: 10px;
        margin-right: 10px;
        padding-bottom: 17px;
        cursor: pointer
    }

    .header__nav {
        background: var(--cards, #343a36);
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translate(50%, calc(100% + 10px));
        height: fit-content;
        max-width: 100vw;
        width: 100vw;
        z-index: 5;
        padding-bottom: 20px;
        overflow-y: auto
    }

    .header__nav ul {
        flex-direction: column;
        gap: 10px
    }

    .header__buttons {
        flex-direction: row;
        margin-left: 0;
        gap: 8px;
        order: 3;
        flex: none
    }

    .header__lang {
        margin-left: 0;
        margin-top: 0;
        border-left: none
    }

    .hero-section .text-image {
        column-gap: 20px
    }

    .faq-section {
        grid-template-columns:1fr;
        gap: 16px
    }

    .faq-section summary {
        margin-left: 73px
    }

    .faq-section__item summary::before {
        transform: translateX(calc(-100% - 10px))
    }

    .mp-hero-section {
        grid-template-columns:1.4fr 1fr;
        gap: 10px
    }

    .galery-section h2 {
        order: 1;
        grid-column: 1/-1
    }

    .galery-section .swiper, .promocode__main {
        order: 2;
        grid-column: 1/-1
    }

    .galery-section .swiper-controls {
        order: 3;
        grid-column: 1/-1;
        justify-content: center
    }

    .promocode {
        gap: 16px
    }

    .promocode__text {
        text-align: left;
        grid-column: 1/-1;
        order: 1
    }

    .advantages-list, .bonuses-list, .events-list, .links-list {
        grid-template-columns:repeat(4, 1fr)
    }

    .games-list {
        grid-template-columns:repeat(4, 1fr)
    }

    .payment-table tr td:first-child, .payment-table tr th:first-child {
        width: 211px
    }

    .about-table tbody tr td:first-child {
        min-width: 120px
    }
}

.advantages-list__item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.advantages-list__item > img {
    max-width: 69px;
    object-fit: contain
}

.advantages-list__item-name {
    color: var(--title, #fff);
    font-family: var(--ff-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px
}

.advantages-list__item-description {
    margin-top: 12px
}

.how-to-list, .pros-cons {
    width: 100%;
    margin-top: 16px;
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 20px
}

@media (max-width: 1079px) {
    .about-table tbody, .hero-section .text-image, .links-list, .mp-hero-section, .pros-cons, .text-image {
        grid-template-columns:1fr
    }

    .hero-section .text-image > img {
        order: 2;
        width: 100%
    }

    .galery-section__list-item {
        max-width: 48%;
        min-width: 48%
    }

    .text-image.reversed .text-image__content {
        order: 0
    }

    .text-image__title {
        order: -2
    }

    .text-image__content > .app-specs, .text-image__content > ol:not([class]), .text-image__content > ul:not([class]) {
        margin-top: 0
    }

    .text-image > img {
        max-width: 100%;
        width: 100%;
        max-height: 600px;
        grid-column: auto;
        grid-row: auto
    }

    .promocode__main {
        order: 1
    }

    .promocode__text {
        order: 2;
        text-align: center
    }

    .games-list, .providers-list {
        grid-template-columns:repeat(3, 1fr)
    }

    .banner {
        padding: 20px 20px 350px;
        gap: 10px;
        overflow: hidden
    }
}

.pros-cons__cons, .pros-cons__pros {
    padding: 16px
}

.pros-cons__cons-title, .pros-cons__pros-title {
    width: 100%;
    padding: 10px 20px;
    border-radius: 8px;
    text-align: center;
    color: var(--txt-btn, #1b241c);
    font-family: var(--ff-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%
}

.pros-cons__cons-list, .pros-cons__pros-list {
    margin-top: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.pros-cons__cons-list li, .pros-cons__pros-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--title, #fff)
}

.pros-cons__pros-title {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    background: var(--button, linear-gradient(270deg, #05ff5a 0, #adff00 100%))
}

.pros-cons__pros-list li::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0.821289C8.89543 0.821289 8 1.71672 8 2.82129V8.82129L2 8.82129C0.89543 8.82129 0 9.71672 0 10.8213C0 11.9259 0.895431 12.8213 2 12.8213H8V18.8213C8 19.9259 8.89543 20.8213 10 20.8213C11.1046 20.8213 12 19.9259 12 18.8213V12.8213H18C19.1046 12.8213 20 11.9259 20 10.8213C20 9.71672 19.1046 8.82129 18 8.82129L12 8.82129V2.82129C12 1.71672 11.1046 0.821289 10 0.821289Z' fill='url(%23paint0_linear_2065_858)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2065_858' x1='20' y1='10.8213' x2='0' y2='10.8213' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2305FF5A'/%3E%3Cstop offset='1' stop-color='%23ADFF00'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.pros-cons__cons-title {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    background: var(--text, #e2e2e2)
}

.app-specs, .mp-promocode {
    background: var(--header, #1e211e);
    border-radius: 10px;
    position: relative
}

.pros-cons__cons-list li::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='5' viewBox='0 0 20 5' fill='none'%3E%3Cpath d='M2 4.82129C0.895431 4.82129 4.82823e-08 3.92586 0 2.82129C-4.82823e-08 1.71672 0.895431 0.82129 2 0.82129L18 0.821289C19.1046 0.821289 20 1.71672 20 2.82129C20 3.92586 19.1046 4.82129 18 4.82129L2 4.82129Z' fill='%23E2E2E2'/%3E%3C/svg%3E")
}

.app-specs {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 1fr;
    column-gap: 12px;
    row-gap: 14px;
    padding: 20px
}

.app-specs__main {
    grid-column: 1/-1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px
}

.app-specs__main > .btn {
    max-width: unset;
    grid-column: 1/-1;
    width: 100%;
    margin-top: 0;
    padding: 16px;
    color: var(--txt-btn, #1b241c);
    font-weight: 500
}

.app-specs__main > .btn svg {
    width: 25px;
    height: 25px
}

.app-specs__info {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.app-specs__downloads, .app-specs__rating, .app-specs__size {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #fff;
    font-family: var(--ff-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.554px;
    letter-spacing: -.2px
}

.app-specs__downloads span:not([class]), .app-specs__rating span:not([class]), .app-specs__size span:not([class]) {
    color: #f8ff13
}

.app-specs__downloads svg, .app-specs__rating svg, .app-specs__size svg {
    max-width: 20px;
    max-height: 18px
}

.app-specs__description {
    width: 100%;
    display: block;
    color: rgba(255, 255, 255, .7);
    text-align: center;
    font-family: var(--ff-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.554px;
    letter-spacing: -.16px
}

.mp-promocode__input input, .mp-promocode__text {
    font-weight: 500;
    font-family: var(--ff-primary);
    font-style: normal
}

.mp-promocode {
    padding: 25px 150px 25px 20px;
    gap: 32px;
    backdrop-filter: blur(2px);
    z-index: 2
}

@media (max-width: 1460px) {
    .mp-promocode {
        padding: 16px 130px 16px 16px
    }
}

@media (max-width: 768px) {
    .header__content {
        gap: 15px
    }

    .header__logo {
        margin-right: 0
    }

    .header__buttons {
        align-self: center;
        justify-content: center;
        margin: 0;
        width: 100%;
        max-width: unset
    }

    .header__buttons .btn {
        flex: 1;
        max-width: 100%;
        padding: 10px
    }

    .header__active-lang {
        transform: translateX(-10px)
    }

    .footer__nav {
        column-count: 1
    }

    .footer__app {
        width: 100%
    }

    .footer__app-button {
        width: 100%;
        min-width: unset
    }

    .mp-hero-section {
        gap: 16px
    }

    .mp-hero-section .app-specs, .mp-hero-section .mp-promocode {
        margin-top: 0
    }

    .ad-section-v1, .ad-section-v2 {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .categories-list, .games-list, .providers-list {
        grid-template-columns:repeat(2, 1fr)
    }

    .advantages-list, .app-specs, .bonuses-list, .events-list {
        grid-template-columns:1fr
    }

    .simple-table tr td:first-child, .simple-table tr th:first-child, .wp-block-table:not(.payment-table,.about-table) tr td:first-child, .wp-block-table:not(.payment-table,.about-table) tr th:first-child {
        width: 145px
    }

    .about-table tbody tr td:first-child {
        min-width: 110px
    }

    .app-specs {
        padding: 0;
        background: 0 0;
        gap: 0
    }

    .app-specs > img {
        position: static;
        justify-self: center
    }

    .app-specs__main {
        padding: 16px;
        border-radius: 10px;
        margin-top: -60px
    }

    .mp-promocode {
        padding: 16px
    }

    .mp-promocode > img {
        display: none
    }
	
	.events-list > *:nth-child(n+3) {
    display: none;
  }
}

.mp-promocode__text {
    margin-top: 0;
    color: var(--title, #fff);
    font-size: 28px;
    line-height: 120%
}

.breadcrumbs__list li a, .breadcrumbs__list li span, .how-to-list__item-title {
    text-align: center;
    line-height: 136%;
    font-family: var(--ff-primary);
    font-style: normal
}

.mp-promocode__text span {
    color: #00ff42
}

.mp-promocode__description {
    margin-top: 10px !important
}

.mp-promocode__input {
    margin-top: 16px;
    width: 100%;
    padding-right: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px dashed var(--button, #05ff5a);
    background: var(--bg, #262b27);
    backdrop-filter: blur(2px)
}

.mp-promocode__input input {
    width: 60%;
    padding: 15px 4px 15px 20px;
    background: 0 0;
    color: var(--White, var(--title, #fff));
    font-size: 15px;
    line-height: 24px
}

.mp-promocode__copy-btn:hover {
    background: rgba(5, 255, 90, .8)
}

.how-to-list__item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 10px;
    background: var(--cards, #343a36)
}

@media (max-width: 1000px) {
    .header__lang {
        width: 68px;
        justify-self: end
    }

    .faq-section summary {
        width: calc(100% - 73px)
    }

    .how-to-list {
        grid-template-columns:1fr
    }

    .how-to-list__item {
        gap: 16px
    }
}

.how-to-list__item-title {
    margin-top: 0;
    color: var(--title, #fff);
    font-size: 24px;
    font-weight: 600
}

@media (max-width: 576px) {
    .wrapper:first-child {
        background: linear-gradient(0deg, rgba(0, 255, 66, .35) 0, rgba(0, 255, 66, 0) 100%)
    }

    .container {
        padding: 0 16px
    }

    h1 {
        font-size: 32px;
        line-height: 44px
    }

    h2 {
        font-size: 26px
    }

    h3 {
        font-size: 22px
    }

    .header__content {
        padding-left: 16px;
        padding-right: 16px
    }

    .header__logo {
        max-width: 100px
    }

    .toc-section__title::after {
        top: 50%;
        transform: translateY(-50%)
    }

    .toc-section__title {
        font-size: 16px;
        line-height: 24px
    }

    .toc-section__toc.active .toc-section__title::after {
        transform: translateY(-80%) rotate(180deg)
    }

    .toc-section__toc-list {
        flex-direction: column;
        align-items: flex-start
    }

    .footer__payments {
        width: 100%
    }

    .footer__payments-list {
        justify-content: center
    }

    .galery-section__list-item {
        max-width: 100%;
        min-width: 100%
    }

    .promocode__main > .btn {
        padding: 10px
    }

    .promocode__text-value {
        font-size: 18px
    }

    .about-table tbody tr td:first-child {
        font-size: 16px
    }

    .about-table tbody tr td:last-child {
        font-size: 16px;
        font-weight: 300
    }

    .banner__buttons {
        flex-direction: column
    }

    .banner__button {
        width: 100%;
        grid-template-columns:40px 3fr
    }

    .banner > img {
        right: -100px
    }

    .app-specs__downloads, .app-specs__rating, .app-specs__size {
        font-size: 16px;
        max-width: 88px
    }

    .app-specs__description {
        font-size: 14px;
        line-height: 15px
    }

    .how-to-list__item-title {
        font-size: 20px
    }
}

.glightbox-container, .glightbox-container .gslider {
    height: 100%;
    top: 0;
    overflow: hidden;
    width: 100%;
    left: 0
}

.how-to-list__item > img {
    object-fit: contain
}

.header__logo, .how-to-list__item-description, .how-to-list__item > .btn, .sports-block > :nth-of-type(n) {
    margin-top: 0
}

.breadcrumbs__list {
    display: flex;
    align-items: center;
    gap: 3px;
    flex-wrap: wrap
}

.breadcrumbs__list li {
    display: flex;
    align-items: center;
    padding-right: 4px;
    gap: 8px
}

.breadcrumbs__list li::after {
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M9.1665 15.5832L13.7498 10.9998L9.1665 6.4165V15.5832Z' fill='%23E2E2E2'/%3E%3C/svg%3E");
    width: 4px;
    height: 4px
}

.breadcrumbs__list li:last-child::after, .glightbox-button-hidden, .glightbox-container.inactive, .gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster, .gslide-video.playing::before, .zoomed .gslide-description {
    display: none
}

.breadcrumbs__list li a {
    color: var(--text, #e2e2e2);
    font-size: 16px;
    font-weight: 400
}

.breadcrumbs__list li a:hover {
    color: rgba(0, 255, 66, .7)
}

.breadcrumbs__list li span {
    font-size: 16px;
    font-weight: 400;
    cursor: default
}

@custom-media --small-viewport (width >=576px); @custom-media --medium-small-viewport (width > 768px); @custom-media --medium-viewport (width >=992px); @custom-media --large-viewport (width >=1200px); .glightbox-container {
                                                                                                                                                                                                             position: fixed;
                                                                                                                                                                                                             z-index: 999999 !important;
                                                                                                                                                                                                             touch-action: none;
                                                                                                                                                                                                             text-size-adjust: 100%;
                                                                                                                                                                                                             backface-visibility: hidden;
                                                                                                                                                                                                             outline: 0
                                                                                                                                                                                                         }

.glightbox-container .gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden
}

.glightbox-container .gslider {
    transition: transform .4s;
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transform: translate3d(0, 0, 0)
}

.glightbox-container .gslide {
    width: 100%;
    position: absolute;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0
}

.glightbox-container .gslide.current {
    opacity: 1;
    z-index: 99999;
    position: relative
}

.glightbox-container .gslide.prev {
    opacity: 1;
    z-index: 9999
}

.sports-block__banner.sports-block__banner--no-descr .sports-block__banner-btn, .sports-block__banner.sports-block__banner--no-descr .sports-block__banner-title, li.quick-block__item * {
    z-index: 1
}

.glightbox-container .ginner-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
    height: 100vh
}

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
    max-width: 100% !important
}

.gslide iframe, .gslide video {
    outline: 0 !important;
    border: none;
    min-height: 165px;
    -webkit-overflow-scrolling: touch;
    touch-action: auto
}

.gslide:not(.current) {
    pointer-events: none
}

.gslide-image, .header__content {
    align-items: center
}

.gslide-image img {
    max-height: 100vh;
    display: block;
    padding: 0;
    float: none;
    outline: 0;
    border: none;
    user-select: none;
    max-width: 100vw;
    width: auto;
    height: auto;
    object-fit: cover;
    touch-action: none;
    margin: auto;
    min-width: 200px
}

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
    width: auto
}

.desc-left .gslide-image img, .desc-right .gslide-image img {
    width: auto;
    max-width: 100%
}

.gslide-image img.dragging, .gslide-inline .dragging {
    cursor: grabbing !important;
    transition: none
}

.gslide-video {
    position: relative;
    max-width: 100vh;
    width: 100% !important
}

.gslide-video .gvideo-wrapper {
    width: 100%;
    margin: auto
}

.gslide-video::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, .34);
    display: none
}

.gslide-video.fullscreen {
    max-width: 100% !important;
    min-width: 100%;
    height: 75vh
}

.gslide-description.description-left, .gslide-description.description-right, .gslide-inline, .wp-block-video video, img {
    max-width: 100%
}

.gslide-video.fullscreen video {
    max-width: 100% !important;
    width: 100% !important
}

.gslide-inline {
    background: #fff;
    text-align: left;
    max-height: calc(100vh - 40px);
    overflow: auto;
    margin: auto
}

.gslide-inline .ginlined-content {
    padding: 20px;
    width: 100%
}

.ginlined-content {
    overflow: auto;
    display: block !important;
    opacity: 1
}

.gslide-external {
    display: flex;
    width: 100%;
    min-width: 100%;
    background: #fff;
    padding: 0;
    overflow: auto;
    max-height: 75vh;
    height: 100%
}

.glightbox-clean .gslide-video, .glightbox-mobile .goverlay, .goverlay {
    background: #000
}

.gslide-media {
    display: flex;
    width: auto
}

.zoomed .gslide-media {
    box-shadow: none !important
}

.desc-bottom .gslide-media, .desc-top .gslide-media {
    margin: 0 auto;
    flex-direction: column
}

.gslide-description {
    position: relative;
    flex: 1 0 100%
}

.gslide-description.description-bottom, .gslide-description.description-top {
    margin: 0 auto;
    width: 100%
}

.gslide-description p {
    margin-bottom: 12px
}

.gslide-description p:last-child {
    margin-bottom: 0
}

.glightbox-mobile .glightbox-container .gslide-description {
    height: auto !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 19px 11px 50px;
    max-width: 100vw !important;
    order: 2 !important;
    max-height: 78vh;
    overflow: auto !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
    transition: opacity .3s linear
}

.glightbox-mobile .glightbox-container .gslide-title {
    color: #fff;
    font-size: 1em
}

.glightbox-mobile .glightbox-container .gslide-desc {
    color: #a1a1a1
}

.glightbox-mobile .glightbox-container .gslide-desc a {
    color: #fff;
    font-weight: 700
}

.glightbox-mobile .glightbox-container .gslide-desc * {
    color: inherit
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    color: #fff;
    opacity: .4
}

.gdesc-open .gslide-media {
    transition: opacity .5s;
    opacity: .4
}

.gdesc-open .gdesc-inner {
    padding-bottom: 30px
}

.gdesc-closed .gslide-media {
    transition: opacity .5s;
    opacity: 1
}

.gabsolute {
    position: absolute
}

.glightbox-desc {
    display: none !important
}

.gloader {
    height: 25px;
    width: 25px;
    animation: .8s linear infinite lightboxLoader;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 47%
}

.goverlay {
    width: 100%;
    height: calc(100vh + 1px);
    position: fixed;
    top: -1px;
    left: 0;
    will-change: opacity
}

@media (--medium-small-viewport) {
    .glightbox-container .ginner-container {
        width: auto;
        height: auto;
        flex-direction: row
    }

    .glightbox-container .ginner-container.desc-left .gslide-description, .glightbox-container .ginner-container.desc-top .gslide-description {
        order: 0
    }

    .glightbox-container .ginner-container.desc-left .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
        order: 1
    }

    .gslide-image img {
        max-height: 97vh;
        max-width: 100%
    }

    .gslide-image img.zoomable {
        cursor: zoom-in
    }

    .zoomed .gslide-image img.zoomable {
        cursor: grab
    }

    .gslide-inline {
        max-height: 95vh
    }

    .gslide-external {
        max-height: 100vh
    }

    .gslide-description.description-left, .gslide-description.description-right {
        max-width: 275px
    }

    .glightbox-open {
        height: auto
    }

    .goverlay {
        background: rgba(0, 0, 0, .92)
    }

    .glightbox-clean .gslide-media {
        box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65)
    }
}

@media screen and (max-height: 420px) {
    .goverlay {
        background: #000
    }
}

.gclose, .gnext, .gprev {
    z-index: 99999;
    cursor: pointer;
    width: 26px;
    height: 44px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.gclose svg, .gnext svg, .gprev svg {
    display: block;
    width: 25px;
    height: auto;
    margin: 0;
    padding: 0
}

.gclose.disabled, .gnext.disabled, .gprev.disabled {
    opacity: .1
}

.gclose .garrow, .gnext .garrow, .gprev .garrow {
    stroke: #fff
}

.gbtn.focused {
    outline: #0f3d81 solid 2px
}

iframe.wait-autoplay {
    opacity: 0
}

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
    opacity: 0 !important
}

.glightbox-clean .gslide-description {
    background: #fff
}

.glightbox-clean .gdesc-inner {
    padding: 22px 20px
}

.glightbox-clean .gslide-title {
    font-size: 1em;
    font-weight: 400;
    color: #000;
    margin-bottom: 19px;
    line-height: 1.4em
}

.glightbox-clean .gslide-desc {
    font-size: .86em;
    margin-bottom: 0;
    line-height: 1.4em
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, .75);
    border-radius: 4px
}

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
    fill: #fff
}

.glightbox-clean .gprev {
    position: absolute;
    left: 30px;
    width: 40px;
    height: 50px
}

.glightbox-clean .gnext {
    position: absolute;
    right: 30px;
    width: 40px;
    height: 50px
}

@media (--medium-small-viewport) {
    .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
        position: absolute;
        height: 100%;
        overflow-y: auto
    }

    .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
        background-color: rgba(0, 0, 0, .32)
    }

    .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
        background-color: rgba(0, 0, 0, .7)
    }

    .glightbox-clean .gnext, .glightbox-clean .gprev {
        top: 45%
    }
}

.glightbox-clean .gclose {
    width: 35px;
    height: 35px;
    top: 15px;
    right: 10px;
    position: absolute
}

.glightbox-clean .gclose svg {
    width: 18px;
    height: auto
}

@media (--medium-viewport) {
    .glightbox-clean .gclose {
        opacity: .7;
        right: 20px
    }
}

.glightbox-clean .gclose:hover {
    opacity: 1
}

.gfadeIn {
    animation: .5s gfadeIn
}

.gfadeOut {
    animation: .5s gfadeOut
}

.gslideOutLeft {
    animation: .3s gslideOutLeft
}

.gslideInLeft {
    animation: .3s gslideInLeft
}

.gslideOutRight {
    animation: .3s gslideOutRight
}

.gslideInRight {
    animation: .3s gslideInRight
}

.gzoomIn {
    animation: .5s gzoomIn
}

.gzoomOut {
    animation: .5s gzoomOut
}

@keyframes lightboxLoader {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes gfadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes gfadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes gslideInLeft {
    from {
        opacity: 0;
        transform: translate3d(-60%, 0, 0)
    }
    to {
        visibility: visible;
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes gslideOutLeft {
    from {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0)
    }
    to {
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden
    }
}

@keyframes gslideInRight {
    from {
        opacity: 0;
        visibility: visible;
        transform: translate3d(60%, 0, 0)
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes gslideOutRight {
    from {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0)
    }
    to {
        transform: translate3d(60%, 0, 0);
        opacity: 0
    }
}

@keyframes gzoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 1
    }
}

@keyframes gzoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.has-white-color, .header__nav > ul > li:hover a {
    color: #fff
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table td, .wp-block-table th {
    border: 1px solid;
    padding: .5em
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th, .wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table .has-subtle-light-gray-background-color, .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color, .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color, .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color, .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
    border-collapse: inherit;
    border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr, .wp-block-table .has-border-color > * {
    border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child, .wp-block-table table[style*=border-top-color] tr:first-child td, .wp-block-table table[style*=border-top-color] tr:first-child th, .wp-block-table table[style*=border-top-color] > *, .wp-block-table table[style*=border-top-color] > * td, .wp-block-table table[style*=border-top-color] > * th {
    border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: currentColor
}

.wp-block-table table[style*=border-right-color] td:last-child, .wp-block-table table[style*=border-right-color] th, .wp-block-table table[style*=border-right-color] tr, .wp-block-table table[style*=border-right-color] > * {
    border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child, .wp-block-table table[style*=border-bottom-color] tr:last-child td, .wp-block-table table[style*=border-bottom-color] tr:last-child th, .wp-block-table table[style*=border-bottom-color] > *, .wp-block-table table[style*=border-bottom-color] > * td, .wp-block-table table[style*=border-bottom-color] > * th {
    border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: currentColor
}

.wp-block-table table[style*=border-left-color] td:first-child, .wp-block-table table[style*=border-left-color] th, .wp-block-table table[style*=border-left-color] tr, .wp-block-table table[style*=border-left-color] > * {
    border-left-color: inherit
}

.wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr, .wp-block-table table[style*=border-style] > * {
    border-style: inherit
}

.wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr, .wp-block-table table[style*=border-width] > * {
    border-style: inherit;
    border-width: inherit
}

.wp-block-table {
    overflow: auto
}

.how-to-list__item ol, .how-to-list__item ul, .payments__info ol, .payments__info ul, .wp-block-list {
    display: grid;
    gap: .5rem;
    margin: 0;
    padding: 0 0 0 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--title, #fff)
}

.get-image {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

img {
    font-style: italic;
    shape-margin: 1rem;
    height: auto;
    vertical-align: middle
}

* + .wrapper {
    margin-top: 50px !important
}

.wp-admin .wrapper:first-child, .wrapper:first-child {
    background: 0 0
}

.wp-admin {
    color: #000
}

.scroll-top {
    position: fixed;
    bottom: 80px;
    right: var(--offsets);
    z-index: 90
}

.scroll-top__button {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(270deg, #05ff5a 0, #adff00 100%)
}

.scroll-top__button svg {
    fill: currentColor
}

.categories-list__item-img > img, .categories-list__item-img > svg {
    max-width: 33px;
    max-height: 33px;
    object-fit: contain
}

.games-list__item-img img {
    position: static
}

.games-list__item-img-buttons {
    position: absolute;
    height: auto;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.winners-section__wrapper {
    position: relative;
    overflow: hidden
}

.winners-section__wrapper:after, .winners-section__wrapper:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 50px
}

.winners-section__wrapper:after {
    right: 0;
    background: linear-gradient(90deg, transparent, #090f1e)
}

.winners-section__wrapper:before {
    left: 0;
    background: linear-gradient(270deg, transparent, #090f1e)
}

.winners-section__list {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 20px
}

.winners-section__list-item {
    background: var(--cards, #343a36);
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    align-self: stretch;
    flex-shrink: 0
}

.comment, .header__buttons {
    align-self: center
}

.winners-section__list-item > img {
    max-width: 130px;
    height: 100%;
    object-fit: cover
}

.app-specs > img, .how-to-list__item > img, .mp-promocode > .get-image, .mp-promocode > img, .providers-list__item > img, .providers-list__item > svg {
    object-fit: contain;
    object-fit: contain
}

.winners-section__list-item-content {
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.winners-section__list-item-game {
    margin-top: 0;
    color: var(--title, #fff);
    font-family: var(--ff-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

.winners-section__list-item-nickname {
    margin-top: 6px;
    color: var(--text, #e2e2e2);
    font-family: var(--ff-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.winners-section__list-item-value {
    margin-top: auto;
    color: #faff02;
    font-family: var(--ff-primary);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

@media (max-width: 1460px) {
    .mp-promocode__text {
        font-size: 22px;
        font-weight: 500
    }

    .promocode .btn {
        margin: 0
    }

    .promocode .btn, .promocode .promocode__input {
        grid-column: 1/-1
    }

    .mp-promocode__text span {
        font-size: 22px
    }

    .winners-section__list-item {
        max-width: 30%;
        min-width: 30%
    }

    .header__nav {
        background: linear-gradient(92deg, #1e283f, #101628)
    }

    .header__nav li.has-submenu.active {
        background: 0 0
    }
}

.providers-list__item > img, .providers-list__item > svg {
    max-width: max-content
}

.about-table tbody tr td:first-child img, .about-table tbody tr td:first-child svg {
    width: 20px;
    height: 20px;
    object-fit: contain
}

.text-image.reversed .text-image__content {
    grid-column: auto;
    grid-row: auto;
    order: 2
}

.text-image__content {
    overflow: hidden
}

.screen_web, .winnings__table_block {
    overflow-x: scroll
}

@media (max-width: 1079px) {
    .winners-section__list-item {
        max-width: 48%;
        min-width: 48%
    }

    .text-image.reversed .text-image__content {
        grid-column: auto;
        grid-row: auto;
        order: 0
    }
}

.how-to-list__item > img {
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
    max-height: 400px
}

.how-to-list__item-description {
    margin-bottom: 1rem;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--title, #fff)
}

.how-to-list__item-description ol, .how-to-list__item-description ul {
    margin-top: 1rem
}

.footer__logo .get-image {
    margin-right: auto;
    display: block
}

.app-specs, .mp-promocode {
    margin-top: 36px
}

.app-specs > img {
    position: absolute;
    bottom: 0;
    left: 20px;
    max-width: 230px;
    max-height: 300px
}

.mp-promocode > .get-image, .mp-promocode > img {
    position: absolute;
    bottom: 20px;
    right: -20px;
    max-width: 127px
}

.galery-section__list-item {
    height: auto
}

.glightbox-clean .gnext, .glightbox-clean .gprev {
    top: 50%
}

.breadcrumbs {
    padding: 10px 0
}

.breadcrumbs__list li .breadcrumbs__link {
    display: flex;
    align-self: center;
    justify-content: center;
    gap: 4px
}

.comment-footer {
    margin-top: 3rem
}

.comment-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto
}

.comment-form__title {
    margin: 0;
    grid-column: 1/-1;
    text-align: center;
    justify-content: center
}

.comment-form__field {
    padding: 12px;
    border-radius: 10px;
    color: #fff;
    font-family: var(--ff-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.comment-form__field.error {
    border: 1px solid red
}

.comment-form__form, .reviews {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 20px
}

.comment-form__textarea {
    resize: none;
    height: 100px;
    grid-column: 1/-1
}

.comment-form__button {
    grid-column: 1/-1;
    width: fit-content;
    margin: 0 auto
}

.comment-form__alert {
    color: #fff;
    grid-column: 1/-1
}

.comment-form__alert.error {
    color: red
}

.comment-form__alert.success {
    color: green
}

.comments {
    display: grid;
    gap: 16px
}

.comment {
    border-radius: 10px;
    background: #343a36;
    padding: 12px;
    width: 100%;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    flex-wrap: wrap
}

.comment__author, .toc-section__title {
    margin: 0
}

.comment__date {
    color: #a3a2a2
}

.comment__content {
    flex-basis: 100%;
    margin: 0
}

.toc-section__title::after {
    top: 20px
}

.mobile-button {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    padding: 4px;
    background: #1e211e
}

.mobile-button__control {
    margin: 0;
    padding: 10px;
    width: 100%;
    max-width: 100%
}

@media (min-width: 767px) {
    .mobile-button {
        display: none
    }
}

.languages-switcher {
    position: relative;
    flex-shrink: 0;
    border-radius: 4px;
    padding: 5px;
    background-color: #2c323e;
    display: flex;
    min-width: 40px;
    width: fit-content;
    color: #ccc;
    z-index: 15
}

.languages-switcher__list-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0 0 4px 4px;
    padding: 10px 0;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.languages-switcher__list-title {
    margin: 0 0 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    white-space: nowrap
}

.languages-switcher__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    background: #2c323e
}

.languages-switcher__item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    gap: 6px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    padding: 0 8px;
    justify-content: center
}

.languages-switcher__lang {
    display: flex;
    align-items: center;
    gap: 5px
}

.languages-switcher__lang:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.languages-switcher._show .languages-switcher__list-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

@media (max-width: 767px) {
    .wp-block-table .has-fixed-layout {
        table-layout: auto
    }

    .comment-form__form {
        grid-template-columns:1fr;
        gap: 12px
    }

    .languages-switcher {
        margin: 0
    }

    .promocode.v2 img {
        display: none;
    }
}

.payments__list, .screen_web, ul.quick-block_list {
    grid-template-columns:repeat(4, 1fr)
}

.page {
    background-color: #090f1e
}

.advantages-list__item, .app-specs, .bonuses-list__item, .comment, .events-list__item, .footer__app-button, .games-list__item, .how-to-list__item, .mp-promocode, .promocode, .pros-cons__cons, .pros-cons__pros, .providers-list__item, .winners-section__list-item {
    border: 1px solid #ffffff1f;
    background: linear-gradient(92deg, #1e283f, #101628)
}

.bonuses-list__item-tag {
    background: red;
    color: #fff
}

.btn--green, .header__buttons .btn:first-child, .wp-block-table thead {
    background-image: linear-gradient(103deg, #108de7 -30%, #0855c4 100%)
}

.simple-table tbody tr td, .wp-block-table tbody tr td, .wp-block-table:not(.payment-table,.about-table) tbody tr td {
    background: #edf2ff;
    color: #000 !important;
    border-color: #090f1e
}

.simple-table thead tr th, .wp-block-table thead tr th, .wp-block-table:not(.payment-table,.about-table) thead tr th {
    color: #fff;
    background: 0 0;
    border-bottom: none !important
}

.simple-table thead tr th:first-child, .wp-block-table:not(.payment-table,.about-table) thead tr th:first-child {
    border-right: none
}

.faq-section summary, .faq-section__item summary::before {
    background: #2e3851
}

.faq-section__item[open] summary, .faq-section__item[open] summary:before, .scroll-top__button {
    background-image: linear-gradient(103deg, #108de7 -30%, #0855c4 100%);
    color: #fff
}

.text-image img {
    border-radius: 4px
}

.btn--green {
    color: #fff !important
}

.btn--black:hover, .btn--green:hover {
    opacity: .9;
    box-shadow: none
}

.btn--black {
    background: linear-gradient(267.05deg, #089e4e 0, #31bc69 99.28%);
    border: none;
    color: #fff
}

.mp-promocode__input {
    background: #fff;
    border: none
}

.mp-promocode__copy-btn, .mp-promocode__input::before {
    background: linear-gradient(103deg, #108de7 -30%, #0855c4 100%)
}

.mp-promocode__input::before {
    content: "";
    border-radius: 8px;
    z-index: -2;
    inset: -2px
}

.mp-promocode__input input {
    color: #364771;
    margin-right: auto
}

.mp-promocode__copy-btn._active, .mp-promocode__copy-btn:hover {
    background: linear-gradient(103deg, #108de7 -30%, #0855c4 100%);
    color: #fff;
    opacity: .9
}

.how-to-list__item > .btn {
    max-width: fit-content
}

footer.wrapper {
    background: 0 0 !important;
    border-top: 1px solid #ffffff21
}

.header {
    background: linear-gradient(92deg, #1e283f, #101628)
}

.header__nav li.has-submenu .submenu, .header__nav > ul > li:hover, .toc-section__toc-item a {
    background: #262f43
}

.breadcrumbs__list li span, h1 span {
    color: #00bfff
}

.toc-section__toc-item a::before {
    background: #0dc35d
}

.header__nav li.has-submenu .submenu li a:hover, .header__nav li.has-submenu .submenu li span:hover {
    background: #2a344b;
    color: #fff
}

.comment-form__field {
    border: 1px solid rgba(255, 255, 255, .3);
    background: 0 0
}

.promocode__input {
    background: 0 0;
    border-style: solid
}

.categories-list__item-img, .categories-list__item-link {
    background-image: linear-gradient(110deg, #1e283f, rgba(20, 27, 46, .6) 100%)
}

.wp-block-table.about-table tbody tr td {
    background: 0 0 !important;
    color: #fff !important
}

.btn--aligh-center {
    min-width: 140px
}

.header__nav > ul {
    gap: 0
}

.header__buttons .btn:first-child, .page-404__link {
    color: #fff
}

.header__buttons .btn:nth-child(2) {
    background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
    color: #fff
}

.header__buttons .btn:hover {
    opacity: .9
}

.how-to-list__item ol, .how-to-list__item ul, .page, .wp-block-list, p {
    font-size: 18px
}

@media (max-width: 1023px) {
    .languages-switcher__list {
        max-height: 380px;
        overflow-y: auto;
        justify-content: flex-start;
        padding-bottom: 16px
    }

    .languages-switcher__list-wrapper:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 10px;
        left: 0;
        height: 24px;
        background: linear-gradient(0deg, #2c323e 30%, transparent);
        z-index: 10;
        pointer-events: none
    }

    .how-to-list__item ol, .how-to-list__item ul, .page, .wp-block-list, p {
        font-size: 16px
    }
}

.header__nav li.has-submenu a svg {
    position: static;
    right: 0;
    width: auto;
    height: auto;
    transform: none !important
}

.header__nav li a:has(img,svg) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px
}

.header__nav {
    max-width: 100%;
    flex: 1 1 auto
}

.about-table td:has(img,svg) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px
}

.about-table td:has(img,svg) img {
    max-height: 20px;
    width: fit-content
}

.payment-table td:has(img,svg) .get-image {
    display: inline;
    margin-right: 10px
}

.payment-table td:has(img,svg) {
    min-width: 211px
}

.other-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.payment-table td:has(img,svg) img {
    max-height: 30px;
    width: fit-content
}

.page-404 {
    color: #fff
}

.page-404 .wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.sports-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    border-radius: 24px;
    background: linear-gradient(92deg, #1e283f, #101628);
    padding: 16px
}

.sports-block_wrapper {
    display: flex;
    gap: 20px
}

.sports-block .sports-block__banner {
    max-width: 50%
}

.sports-block__list {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.events-list__item-team, .sports-block li > a.sports-block__item {
    height: 100%
}

.sports-block__item {
    max-width: calc((100% - 60px) / 3);
    border: 1px solid var(--outline);
    background: var(--surf-cont-h);
    border-radius: 8px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    will-change: border-color;
    display: block
}

.sports-block__item > img {
    max-width: 54px;
    max-height: 54px;
    -o-object-fit: contain;
    object-fit: contain
}

.sports-block__item-title {
    margin-top: 16px;
    text-align: center;
    font-size: 20px;
    line-height: 136%;
    font-weight: 500;
    color: #fff
}

.sports-block a.sports-block__item:active {
    border-color: var(--primary-simple)
}

.sports-block li.sports-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    justify-content: center
}

.sports-block__banner {
    position: relative;
    padding: 24px;
    border-radius: 8px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end
}

.sports-block__banner > * {
    position: relative
}

.sports-block__banner-info {
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase
}

.sports-block__banner-title {
    text-transform: uppercase;
    color: #fff
}

.sports-block__banner-title b, .sports-block__banner-title span, .sports-block__banner-title strong {
    color: var(--primary-simple)
}

.sports-block__banner-btn {
    margin-top: 16px
}

.sports-block__banner > img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 200px;
    max-height: 278px
}

.sports-block__banner.sports-block__banner--no-descr > img {
    max-width: 100%;
    max-height: 100%;
    z-index: 0;
    height: 100%;
    border-radius: 8px
}

.title_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.sports-block__banner-button {
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
    color: #108de7;
    min-width: fit-content;
    background: 0 0
}

ul.quick-block_list {
    display: grid;
    gap: 16px
}

li.quick-block__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 16px;
    gap: 16px
}

li.quick-block__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #0001059e;
    z-index: 0
}

.quick-block__item-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin-top: 0
}

@media (max-width: 990px) {
    ul.quick-block_list {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .app-specs > img {
        position: static;
        justify-self: center
    }

    .mp-promocode > .get-image, .mp-promocode > img {
        display: none
    }

    .header__content {
        gap: 0 15px
    }

    .sports-block_wrapper {
        flex-direction: column;
        align-items: center;
        gap: 16px
    }

    .sports-block .sports-block__banner {
        max-width: 100%;
        aspect-ratio: 850/671;
        min-height: auto;
        background-size: contain
    }

    .sports-block__banner-info {
        text-align: center;
        line-height: normal;
        font-size: 18px
    }

    .sports-block__list {
        justify-content: center
    }
}

.sports-block__button {
    background: 0 0;
    border: none;
    padding: 16px;
    border-radius: 5px;
    cursor: pointer;
    height: 100%;
    width: 100%
}

.sports-block__button:hover {
    background: #1d273e
}

tbody .record-winnings__table-tr:nth-child(odd) {
    background: linear-gradient(92deg, #1e283f, #101628);
    border-radius: .444rem
}

.record-winnings__table-th {
    color: #fff;
    font-weight: 600;
    padding: .75rem 1rem;
    text-align: left;
    background-color: transparent;
    font-size: .875rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.payments__info, .review_item {
    background: linear-gradient(92deg, #1e283f, #101628)
}

.record-winnings__table-td {
    color: #fff;
    padding: .75rem 1rem;
    font-size: .875rem;
    vertical-align: middle
}

.record-winnings__table-game-wr {
    display: flex;
    align-items: center;
    gap: .75rem
}

.record-winnings__table-game-wr img {
    max-width: 40px
}

.record-winnings__table-game-name {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    margin: 0
}

.record-winnings__table-bet, .record-winnings__table-game-nickname, .record-winnings__table-multiplier, .record-winnings__table-win {
    white-space: nowrap
}

.payments__list {
    display: grid;
    gap: 2rem;
    padding: 2rem 0
}

.payments {
    color: #fff;
    display: flex;
    flex-direction: column;
    transition: transform .3s
}

.payments:hover {
    transform: translateY(-5px)
}

.payments__img {
    margin-bottom: 1rem;
    border-radius: .5rem
}

.payments__img img {
    width: auto;
    display: block;
    border-radius: inherit;
    max-height: 220px;
    margin: 0 auto
}

.payments__title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: .75rem
}

.payments__info {
    font-size: .95rem;
    line-height: 1.5;
    padding: 1rem;
    height: 100%;
    border-radius: 0 0 10px 10px
}

.review_item {
    padding: 16px;
    border-radius: 10px
}

.screen_web {
    display: grid;
    gap: 20px
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .6);
    border-radius: 4px
}

::-webkit-scrollbar-track {
    background-color: transparent
}

.screen_web img {
    min-width: 300px
}

@media (max-width: 992px) {
    .payments__list {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 576px) {
    .winners-section__list-item {
        max-width: 80%;
        min-width: 80%
    }

    .winners-section__wrapper:after, .winners-section__wrapper:before {
        width: 20px
    }

    .toc-section__title::after {
        top: 12px
    }

    .providers-list.v2, ul.quick-block_list {
        grid-template-columns:repeat(1, 1fr)
    }

    .payments__list, .reviews {
        grid-template-columns:1fr
    }

    .record-winnings__table-th:first-child {
        min-width: 200px
    }

    .record-winnings__table-th {
        min-width: 100px
    }
}

.acdqcwdc {
    display: block;
}