/*! CSS Used from: Embedded */
.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.m-auto {
    margin: auto !important;
}

.aside_close_btn:hover,
.close_popup:hover,
.menu-footer a:hover,
body {
    color: #fff;
}

.aside {
    left: 0;
}

html {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

*,
::after,
::before {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #0d1015;
    overflow-x: hidden;
}

body::-webkit-scrollbar-thumb {
    background: #00f100;
    border-radius: 3px;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .05);
}

.header {
    background-color: #10141a;
    padding: 10px 0;
    height: 62px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.pll-parent-menu-item.menu-item-has-children .sub-menu .current-lang,
.primary_btn,
.secondary_btn {
    position: relative;
}

.main {
    margin-top: 62px;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.header__left,
.header__right {
    display: flex;
    gap: 20px;
    align-items: center;
}

.menu-footer,
.payments {
    justify-content: center;
}

.header__menu_btn,
.search_btn {
    background: #ffffff0d;
    padding: 7px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: .2s;
}

.header__menu_btn:hover,
.menu-lang a[href="#pll_switcher"]:hover,
.menu-lang-side a[href="#pll_switcher"]:hover,
.search_btn:hover {
    background: #ffffff1a;
}

.menu-footer {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}

.menu-footer,
.payments {
    margin-bottom: 1.5rem;
}

.primary_btn_inner,
.secondary_btn_inner {
    border-radius: 12px;
    width: fit-content;
    padding: 10px 28px;
    transform: translateY(-4px);
    transition: .2s;
}

.menu-footer a {
    color: #a2a2a2;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    transition: .2s;
}

.primary_btn {
    border-radius: 12px;
    background-color: #008a00;
}

.primary_btn_inner {
    display: block;
    background-color: #00f100;
    box-shadow: 0 0 transparent, 0 0 transparent, 0 3px 16px 0 rgba(0, 241, 0, .50196);
}

.primary_btn_inner:hover,
.secondary_btn_inner:hover {
    transform: translateY(-6px);
}

.secondary_btn {
    border-radius: 12px;
    background-color: #a2a2a2;
}

.secondary_btn_inner {
    display: block;
    background-color: #fff;
    box-shadow: 0 0 transparent, 0 0 transparent, 0 3px 16px 0 rgba(254, 254, 254, .50196);
}

.primary_btn,
.secondary_btn {
    color: #0d1015;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.footer {
    background-image: radial-gradient(50% 100% at 50% 0, #1a1f28, #0d1015);
    padding-top: 48px;
    padding-bottom: 80px;
}

.menu-footer,
.payments {
    flex-wrap: wrap;
}

.payments {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #ffffff0d;
    padding-bottom: 1.5rem;
}

.payments img {
    height: 38px;
}

.footer_end {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_18 {
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.footer_disclamer,
.copyright {
    color: #a2a2a2;
    font-size: 12px;
    line-height: 16px;
}

.lang_title {
    font-size: 14px;
}

.aside {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -99;
    opacity: 0;
    transition: opacity .3s;
}

.aside_overlay {
    width: 100%;
    height: 100%;
    background: #0d1015;
    opacity: .8;
}

.aside_container {
    position: absolute;
    top: 0;
    left: -320px;
    height: 100%;
    background: #10141a;
    padding: 12px 20px;
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    overflow-y: auto;
    transition: .3s;
    scrollbar-width: thin;
    scrollbar-color: rgb(0, 241, 0) rgba(255, 255, 255, 0.05);
}

.menu-lang,
.menu-lang-side {
    padding: 0;
    list-style: none;
    margin: 0;
}

.aside_close_btn,
.close_popup {
    position: absolute;
    right: 20px;
    top: 12px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a2a2a2;
    transition: .2s;
}

.aside_container .primary_btn,
.aside_container .primary_btn_inner,
.aside_container .secondary_btn,
.aside_container .secondary_btn_inner {
    width: 100%;
    display: block;
    text-align: center;
}

.pll-parent-menu-item span {
    display: none;
}

.menu-lang-side .pll-parent-menu-item span {
    display: block;
}

.menu-lang-side {
    width: 100%;
}

.menu-lang-side>.pll-parent-menu-item img {
    width: 20px;
    height: 20px;
}

.menu-lang-side a[href="#pll_switcher"] {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    width: 100%;
    padding: 10px;
    background: #ffffff0d;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #00f100;
    text-decoration: none;
    font-weight: 600;
    transition: .2s;
}

.pll-parent-menu-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-lang a[href="#pll_switcher"] {
    display: flex;
    width: 42px;
    height: 42px;
    padding: 10px;
    background: #ffffff0d;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: .2s;
}

.pll-parent-menu-item.menu-item-has-children .sub-menu {
    list-style: none;
    padding: 20px;
    margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    border-radius: 16px;
    background: #10141a;
    display: none;
    flex-wrap: wrap;
    gap: 30px;
    opacity: 0;
    transition: .3s;
}

.lang_popup_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pll-parent-menu-item.menu-item-has-children .sub-menu a {
    pointer-events: none;
}

.pll-parent-menu-item.menu-item-has-children::before {
    content: '';
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0d1015;
    opacity: .8;
}

.lang_title {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 16px;
}

.pll-parent-menu-item .sub-menu span {
    display: block;
    margin: 0 !important;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.pll-parent-menu-item .sub-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    justify-content: center;
    text-decoration: none;
}

.pll-parent-menu-item .sub-menu a img {
    width: 38px !important;
    height: 38px !important;
    object-fit: cover;
    border-radius: 12px;
}

.pll-parent-menu-item.menu-item-has-children .sub-menu .current-lang img {
    border: 1px solid #00f100;
}

.pll-parent-menu-item.menu-item-has-children .sub-menu .current-lang::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    background-position: center;
    background-size: cover;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="greenyellow" xmlns="http://www.w3.org/2000/svg" stroke=""><path fill-rule="evenodd" clip-rule="evenodd" d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM16.0303 8.96967C16.3232 9.26256 16.3232 9.73744 16.0303 10.0303L11.0303 15.0303C10.7374 15.3232 10.2626 15.3232 9.96967 15.0303L7.96967 13.0303C7.67678 12.7374 7.67678 12.2626 7.96967 11.9697C8.26256 11.6768 8.73744 11.6768 9.03033 11.9697L10.5 13.4393L12.7348 11.2045L14.9697 8.96967C15.2626 8.67678 15.7374 8.67678 16.0303 8.96967Z"></path></svg>');
}

/*! CSS Used from: Embedded */
.menu-primary a:hover {
    color: #fff;
}

*,
::after,
::before {
    box-sizing: inherit;
}

.menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}

.menu-primary a {
    color: #a2a2a2;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    transition: .2s;
}

/*! CSS Used from: Embedded */
ul {
    box-sizing: border-box;
}

/*! CSS Used from: Embedded */
.m-auto {
    margin: auto !important;
}

.aside_close_btn:hover,
.close_popup:hover,
.menu-primary a:hover {
    color: #fff;
}

.aside,
.open .aside_container {
    left: 0;
}

*,
::after,
::before {
    box-sizing: inherit;
}

.pll-parent-menu-item.menu-item-has-children .sub-menu .current-lang,
.primary_btn,
.secondary_btn {
    position: relative;
}

.menu-lang-side a[href="#pll_switcher"]:hover {
    background: #ffffff1a;
}

.menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}

.primary_btn_inner,
.secondary_btn_inner {
    border-radius: 12px;
    width: fit-content;
    padding: 10px 28px;
    transform: translateY(-4px);
    transition: .2s;
}

.menu-primary a {
    color: #a2a2a2;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    transition: .2s;
}

.primary_btn {
    border-radius: 12px;
    background-color: #008a00;
}

.primary_btn_inner {
    display: block;
    background-color: #00f100;
    box-shadow: 0 0 transparent, 0 0 transparent, 0 3px 16px 0 rgba(0, 241, 0, .50196);
}

.primary_btn_inner:hover,
.secondary_btn_inner:hover {
    transform: translateY(-6px);
}

.secondary_btn {
    border-radius: 12px;
    background-color: #a2a2a2;
}

.secondary_btn_inner {
    display: block;
    background-color: #fff;
    box-shadow: 0 0 transparent, 0 0 transparent, 0 3px 16px 0 rgba(254, 254, 254, .50196);
}

.primary_btn,
.secondary_btn {
    color: #0d1015;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.aside_container .menu-primary a,
.lang_title {
    font-size: 14px;
}

.aside {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -99;
    opacity: 0;
    transition: opacity .3s;
}

.aside.open {
    z-index: 99999;
    opacity: 1;
}

.aside_overlay {
    width: 100%;
    height: 100%;
    background: #0d1015;
    opacity: .8;
}

.aside_container {
    position: absolute;
    top: 0;
    left: -320px;
    height: 100%;
    background: #10141a;
    padding: 12px 20px;
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    overflow-y: auto;
    transition: .3s;
    scrollbar-width: thin;
    scrollbar-color: rgb(0, 241, 0) rgba(255, 255, 255, 0.05);
}

.menu-lang-side {
    padding: 0;
    list-style: none;
    margin: 0;
}

.aside_close_btn,
.close_popup {
    position: absolute;
    right: 20px;
    top: 12px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a2a2a2;
    transition: .2s;
}

.aside_container .primary_btn,
.aside_container .primary_btn_inner,
.aside_container .secondary_btn,
.aside_container .secondary_btn_inner {
    width: 100%;
    display: block;
    text-align: center;
}

.aside_container .menu-primary {
    flex-direction: column;
    width: 100%;
}

.pll-parent-menu-item span {
    display: none;
}

.menu-lang-side .pll-parent-menu-item span {
    display: block;
}

.menu-lang-side {
    width: 100%;
}

.menu-lang-side>.pll-parent-menu-item img {
    width: 20px;
    height: 20px;
}

.menu-lang-side a[href="#pll_switcher"] {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    width: 100%;
    padding: 10px;
    background: #ffffff0d;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #00f100;
    text-decoration: none;
    font-weight: 600;
    transition: .2s;
}

.pll-parent-menu-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pll-parent-menu-item.menu-item-has-children .sub-menu {
    list-style: none;
    padding: 20px;
    margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    border-radius: 16px;
    background: #10141a;
    display: none;
    flex-wrap: wrap;
    gap: 30px;
    opacity: 0;
    transition: .3s;
}

.lang_popup_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pll-parent-menu-item.menu-item-has-children .sub-menu a {
    pointer-events: none;
}

.pll-parent-menu-item.menu-item-has-children::before {
    content: '';
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0d1015;
    opacity: .8;
}

.lang_title {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 16px;
}

.pll-parent-menu-item .sub-menu span {
    display: block;
    margin: 0 !important;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.pll-parent-menu-item .sub-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    justify-content: center;
    text-decoration: none;
}

.pll-parent-menu-item .sub-menu a img {
    width: 38px !important;
    height: 38px !important;
    object-fit: cover;
    border-radius: 12px;
}

.pll-parent-menu-item.menu-item-has-children .sub-menu .current-lang img {
    border: 1px solid #00f100;
}

.pll-parent-menu-item.menu-item-has-children .sub-menu .current-lang::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    background-position: center;
    background-size: cover;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="greenyellow" xmlns="http://www.w3.org/2000/svg" stroke=""><path fill-rule="evenodd" clip-rule="evenodd" d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM16.0303 8.96967C16.3232 9.26256 16.3232 9.73744 16.0303 10.0303L11.0303 15.0303C10.7374 15.3232 10.2626 15.3232 9.96967 15.0303L7.96967 13.0303C7.67678 12.7374 7.67678 12.2626 7.96967 11.9697C8.26256 11.6768 8.73744 11.6768 9.03033 11.9697L10.5 13.4393L12.7348 11.2045L14.9697 8.96967C15.2626 8.67678 15.7374 8.67678 16.0303 8.96967Z"></path></svg>');
}

@media (max-width:767px) {

    .primary_btn_inner,
    .secondary_btn_inner {
        padding: 6px 10px;
    }
}

/*! CSS Used from: Embedded */
ul {
    box-sizing: border-box;
}

table {
    border: 1px solid #fff;
    border-collapse: collapse;
}

table td {
    border: 1px solid #fff;
    padding: 10px;
}

@media (max-width:767px) {
    .wp-block-table {
        overflow: scroll;
    }

    img[class^="wp-image"] {
        max-width: 100%;
        height: auto;
    }

    .primary_btn_inner,
    .secondary_btn_inner {
        padding: 6px 10px;
    }

    .header__left,
    .header__right {
        gap: 10px;
    }
}

/*! CSS Used from: Embedded */
.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

/*! CSS Used from: Embedded */
ol,
ul {
    box-sizing: border-box;
}

/*! CSS Used from: Embedded */
.wp-block-table {
    overflow-x: auto;
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}

.wp-block-table td {
    border: 1px solid;
    padding: .5em;
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%;
}

.wp-block-table .has-fixed-layout td {
    word-break: break-word;
}

/*! CSS Used from: Embedded */
:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
    --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
}

/*! CSS Used from: Embedded */
:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev:after {
    content: 'prev';
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-next:after {
    content: 'next';
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

/*! CSS Used from: Embedded */
.swiper {
    width: 100%;
    height: 408px;
}

.swiper-slide {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    background-image: radial-gradient(50% 100% at 50% 0%, #1a1f28, #0d1015);
}

.slide_right {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: radial-gradient(93.87% 97.2% at 96.57% 0%, #82ff82, #00f10000);
}

.slide_right img {
    height: 100%;
    max-height: 380px;
    width: auto;
}

.slide_right,
.slide_left {
    width: 50%;
}

.slide_left {
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.slide_bonus_type {
    background-color: #ffffff0d;
    padding: 6px 12px;
    border-radius: 8px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    width: fit-content;
}

.slide_main_bonus,
.slide_additional_bonus {
    font-weight: 900;
    font-size: 48px;
}

.slide_main_bonus {
    color: #00f100;
}

.slide_additional_bonus {
    color: #fff;
}

.swiper .primary_btn {
    width: fit-content;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: transparent;
    width: 50px !important;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.swiper-pagination-bullet-active_inner {
    display: block;
    position: absolute;
    background: #00f100;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
}

.swiper-pagination-bullet {
    border: 2px solid #00f100;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.autoplay-progress-bar {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 200px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
    z-index: 10;
}

.progress-fill {
    height: 100%;
    width: 0%;
    background-color: var(--swiper-theme-color);
    transition: width 0.1s linear;
}

@media (max-width: 992px) {

    .slide_main_bonus,
    .slide_additional_bonus {
        font-size: 26px;
    }

    .slide_right img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .swiper-slide {
        flex-direction: column;
        justify-content: flex-start;
        gap: 25px;
    }

    .slide_right {
        background-image: none;
        max-height: 198px;
    }

    .slide_right img {
        height: 100%;
        width: auto;
    }

    .slide_left {
        background-image: radial-gradient(93.87% 97.2% at 96.57% 0%, #82ff82, #00f10000);
        width: 100%;
        align-items: center;
        padding-top: 27px;
        padding-left: 0;
        gap: 0;
    }

    .swiper {
        height: 460px;
    }
}

/*! CSS Used from: Embedded */
.navigation {
    overflow: hidden;
    cursor: grab;
    width: 100%;
    margin: 20px 0;
}

.navigation_inner {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: auto;
    scrollbar-width: none;
}

.navigation_item {
    display: flex;
    gap: 5px;
    padding: 7px;
    background: #191c21;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .2s ease;
}

.navigation_item:hover {
    background: #26282d;
}

.navigation_item span {
    white-space: nowrap;
}

/*! CSS Used from: Embedded */
.featured_games {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
    margin: 20px 0;
}

.featured_games_item {
    display: block;
    text-decoration: none;
}

.featured_games_item img {
    width: 100%;
    height: auto;
}

.featured_games_container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.featured_games_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #10141acc;
    opacity: 0;
    transition: all .3s ease;
}

.featured_games_item:hover .featured_games_overlay {
    opacity: 1;
}

.featured_games_item .primary_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.featured_games_name {
    font-size: 13px;
    color: #fff;
    transition: all .3s ease;
}

.featured_games_item:hover .featured_games_name {
    color: #00f100;
}

@media (max-width: 992px) {
    .featured_games {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .featured_games {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .featured_games {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*! CSS Used from: Embedded */
.win_item {
    padding: 20px;
    border-radius: 16px;
    height: 268px;
    background-color: #10141a;
    overflow: hidden;
    position: relative;
}

.last_wins {
    display: grid;
    grid-template-areas: "win_of_day win_of_month jackpot jackpot jackpot";
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    margin: 20px 0;
}

.win_image {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.win_item_left {
    position: relative;
    z-index: 2;
}

.win_of_day {
    background-image: radial-gradient(121.8% 101.77% at -8.81% -38.85%, rgb(22, 177, 255), rgba(18, 22, 28, 0));
    grid-area: win_of_day;
}

.win_of_month {
    background-image: radial-gradient(121.8% 101.77% at -8.81% -38.85%, rgb(123, 255, 22), rgba(18, 22, 28, 0));
    grid-area: win_of_month;
}

.jackpot {
    background-image: linear-gradient(95.35deg, rgb(16, 20, 26), rgb(25, 137, 23));
    grid-area: jackpot;
}

.win_item_left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.last_wins .secondary_btn {
    width: fit-content;
}

.win_title {
    color: #00f100;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
}

.win_money {
    font-size: 28px;
    line-height: 36px;
    font-weight: 900;
}

.jackpot .win_title {
    font-size: 28px;
    line-height: 36px;
}

.win_money_jackpot {
    color: #1b202e;
    padding: 8px 12px;
    background: #ffd203;
    font-weight: 900;
    width: fit-content;
    font-size: 45px;
    line-height: 56px;
    border-radius: 8px;
}

@media (max-width: 992px) {
    .last_wins {
        grid-template-areas: "win_of_day win_of_month" "jackpot jackpot";
        grid-template-columns: 1fr 1fr;
    }
}

/*! CSS Used from: Embedded */
.small_slots_block {
    position: relative;
    margin: 20px 0;
}

.small_slots {
    padding-top: 50px;
    height: 205px;
}

.small_slots_item {
    display: block;
    text-decoration: none;
    width: 144px;
    height: 96px;
}

.small_slots_item img {
    width: 100%;
    height: auto;
}

.small_slots_container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.small_slots_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #10141acc;
    opacity: 0;
    transition: all .3s ease;
}

.small_slots_item:hover .small_slots_overlay {
    opacity: 1;
}

.small_slots_item .primary_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.small_slots_name {
    font-size: 13px;
    color: #fff;
    transition: all .3s ease;
}

.small_slots_item:hover .small_slots_name {
    color: #00f100;
}

.swiper_controls {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 5px;
}

.small_slots .primary_btn_inner {
    padding: 7px 15px;
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 3px 8px 0px rgba(0, 241, 0, .50196);
}

.swiper-button-prev,
.swiper-button-next {
    position: static;
    height: 34px;
    width: 34px;
    margin: 0;
    background: #ffffff0d;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next {
    transform: rotate(90deg);
}

.swiper-button-prev {
    transform: rotate(-90deg);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 19px;
}

.small_slots_block h2 {
    position: absolute;
    top: 8px;
    margin: 0;
}

@media (max-width: 767px) {
    .small_slots_block h2 {
        position: static;
        margin: 20px 0;
    }
}

/*! CSS Used from: Embedded */
.leaderboard {
    display: grid;
    grid-template-columns: 2fr 1fr;
    border-radius: 16px;
    overflow: hidden;
}

.leaderboard .primary_btn {
    margin-top: 30px;
    display: block;
    width: fit-content;
}

.leaderboard_event {
    background-image: url(../img/bg-card.webp);
    height: 428px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 20px;
    overflow: hidden;
}

.leaderboard_img {
    position: absolute;
    height: 100%;
    width: auto;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.leaderboard_event_container {
    position: relative;
    z-index: 2;
}

.leaderboard_event_date {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}

.leaderboard_event_date_flag {
    background: #00f100;
    color: #0d1015;
    border-radius: 12px;
    padding: 0 4px;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
}

.leaderboard_event_name {
    text-transform: uppercase;
}

.event_conditions_end {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.event_conditions_timer,
.event_conditions_items {
    display: flex;
    gap: 10px;
}

.event_conditions_items {
    margin-top: 15px;
}

.timer_cell,
.conditions_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-radius: 12px;
    background-color: #ffffff0d;
    padding: 4px;
}

.timer_value,
.item_value {
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
}

.leaderboard_event_conditions {
    width: 388px;
}

.event_conditions_prize {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-radius: 12px;
    background-color: #ffffff0d;
    padding: 4px;
    margin-top: 15px;
}

.conditions_descr {
    font-size: 14px;
    line-height: 20px;
}

.prize_value {
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    display: flex;
    align-items: center;
}

.prize_value img {
    width: 24px;
}

.leaderboard_list {
    background-color: #10141a;
    padding: 20px;
    height: 428px;
}

.leaderboard_list_title {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
}

.leaderboard_list_columns,
.leaderboard_list_item {
    display: grid;
    grid-template-columns: 28px minmax(auto, 78px) 1fr minmax(auto, 70px);
    gap: 0.5rem;
    text-align: center;
}

.leaderboard_list_columns {
    color: #a2a2a2;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
    padding: 10px 8px;
}

.leaderboard_list_items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.leaderboard_list_item {
    background-color: #ffffff0d;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    padding: 10px 8px;
    border-radius: 8px;
    margin-bottom: 4px;
}

.leaderboard_list_item_value img {
    width: 16px;
}

.leaderboard_list_item_value-prize {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.leaderboard_list_items {
    height: 316px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgb(0, 241, 0) rgba(255, 255, 255, 0.05);
    padding-right: 10px;
}

@media (max-width: 1400px) {
    .leaderboard_img {
        right: -25%;
    }
}

@media (max-width: 992px) {
    .leaderboard {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .leaderboard_img {
        display: none;
    }

    .leaderboard_event_conditions {
        width: 100%;
    }
}

/*! CSS Used from: Embedded */
.big_slots_block {
    position: relative;
    margin: 20px 0;
}

.big_slots {
    padding-top: 50px;
    height: auto;
}

.big_slots_item {
    display: block;
    text-decoration: none;
    width: 144px;
    height: fit-content;
}

.big_slots_item img {
    width: 100%;
    height: auto;
}

.big_slots_container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.big_slots_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #10141acc;
    opacity: 0;
    transition: all .3s ease;
}

.big_slots_item:hover .big_slots_overlay {
    opacity: 1;
}

.big_slots_item .primary_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.big_slots_name {
    font-size: 13px;
    color: #fff;
    transition: all .3s ease;
}

.big_slots_item:hover .big_slots_name {
    color: #00f100;
}

.swiper_controls {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 5px;
}

.big_slots .primary_btn_inner {
    padding: 7px 15px;
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 3px 8px 0px rgba(0, 241, 0, .50196);
}

.swiper-button-prev,
.swiper-button-next {
    position: static;
    height: 34px;
    width: 34px;
    margin: 0;
    background: #ffffff0d;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next {
    transform: rotate(90deg);
}

.swiper-button-prev {
    transform: rotate(-90deg);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 19px;
}

.big_slots_block h2 {
    position: absolute;
    top: 8px;
    margin: 0;
}

@media (max-width: 767px) {
    .big_slots_block h2 {
        position: static;
        margin: 20px 0;
    }
}

/*! CSS Used from: Embedded */
.big_slots_block {
    position: relative;
    margin: 20px 0;
}

.big_slots {
    padding-top: 50px;
    height: auto;
}

.big_slots_item {
    display: block;
    text-decoration: none;
    width: 144px;
    height: fit-content;
}

.big_slots_item img {
    width: 100%;
    height: auto;
}

.big_slots_container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.big_slots_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #10141acc;
    opacity: 0;
    transition: all .3s ease;
}

.big_slots_item:hover .big_slots_overlay {
    opacity: 1;
}

.big_slots_item .primary_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.big_slots_name {
    font-size: 13px;
    color: #fff;
    transition: all .3s ease;
}

.big_slots_item:hover .big_slots_name {
    color: #00f100;
}

.swiper_controls {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 5px;
}

.big_slots .primary_btn_inner {
    padding: 7px 15px;
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 3px 8px 0px rgba(0, 241, 0, .50196);
}

.swiper-button-prev,
.swiper-button-next {
    position: static;
    height: 34px;
    width: 34px;
    margin: 0;
    background: #ffffff0d;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next {
    transform: rotate(90deg);
}

.swiper-button-prev {
    transform: rotate(-90deg);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 19px;
}

.big_slots_block h2 {
    position: absolute;
    top: 8px;
    margin: 0;
}

@media (max-width: 767px) {
    .big_slots_block h2 {
        position: static;
        margin: 20px 0;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, 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');
    font-weight: 400;
    font-style: normal;
}

.small_slots_block {
    position: relative;
    margin: 20px 0;
}

.small_slots {
    padding-top: 50px;
    height: 205px;
}

.small_slots_item {
    display: block;
    text-decoration: none;
    width: 144px;
    height: 96px;
}

.small_slots_item img {
    width: 100%;
    height: auto;
}

.small_slots_container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.small_slots_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #10141acc;
    opacity: 0;
    transition: all .3s ease;
}

.small_slots_item:hover .small_slots_overlay {
    opacity: 1;
}

.small_slots_item .primary_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.small_slots_name {
    font-size: 13px;
    color: #fff;
    transition: all .3s ease;
}

.small_slots_item:hover .small_slots_name {
    color: #00f100;
}

.swiper_controls {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 5px;
}

.small_slots .primary_btn_inner {
    padding: 7px 15px;
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 3px 8px 0px rgba(0, 241, 0, .50196);
}

.swiper-button-prev,
.swiper-button-next {
    position: static;
    height: 34px;
    width: 34px;
    margin: 0;
    background: #ffffff0d;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next {
    transform: rotate(90deg)
}

.swiper-button-prev {
    transform: rotate(-90deg)
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 19px;
}

.small_slots_block h2 {
    position: absolute;
    top: 8px;
    margin: 0;
}

@media(max-width: 767px) {
    .small_slots_block h2 {
        position: static;
        margin: 20px 0;
    }
}

.big_slots_block {
    position: relative;
    margin: 20px 0;
}

.big_slots {
    padding-top: 50px;
    height: auto;
}

.big_slots_item {
    display: block;
    text-decoration: none;
    width: 144px;
    height: fit-content;
}

.big_slots_item img {
    width: 100%;
    height: auto;
}

.big_slots_container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.big_slots_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #10141acc;
    opacity: 0;
    transition: all .3s ease;
}

.big_slots_item:hover .big_slots_overlay {
    opacity: 1;
}

.big_slots_item .primary_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.big_slots_name {
    font-size: 13px;
    color: #fff;
    transition: all .3s ease;
}

.big_slots_item:hover .big_slots_name {
    color: #00f100;
}

.swiper_controls {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 5px;
}

.big_slots .primary_btn_inner {
    padding: 7px 15px;
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 3px 8px 0px rgba(0, 241, 0, .50196);
}

.swiper-button-prev,
.swiper-button-next {
    position: static;
    height: 34px;
    width: 34px;
    margin: 0;
    background: #ffffff0d;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next {
    transform: rotate(90deg)
}

.swiper-button-prev {
    transform: rotate(-90deg)
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 19px;
}

.big_slots_block h2 {
    position: absolute;
    top: 8px;
    margin: 0;
}

@media(max-width: 767px) {
    .big_slots_block h2 {
        position: static;
        margin: 20px 0;
    }

    .header .menu-primary {
        display: none;
    }
    .slide_main_bonus{
    padding: 0 15px;
    text-align: center;
    margin: 15px 0;
}
}

.big_slots .swiper-wrapper {
    height: auto !important;
}

.author {
    margin: 20px 0;
    background: #191e26;
    padding: 10px;
    border-radius: 10px;
}
    .author_name {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    

.header__logo{
    display: block;
    height: 100%;
}
.header__logo img{
    height: 100%;
    width: auto;
}
.header div:not(.header__right){
    height: 100%;
}