@charset "UTF-8";
/*@font-face {*/
/*    font-family: Archivo;*/
/*    font-display: swap;*/
/*    src: url("../fonts/Archivo-Black.woff2") format("woff2"), url("../fonts/Archivo-Black.woff") format("woff");*/
/*    font-weight: 900;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: Archivo;*/
/*    font-display: swap;*/
/*    src: url("../fonts/Archivo-Bold.woff2") format("woff2"), url("../fonts/Archivo-Bold.woff") format("woff");*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: Archivo;*/
/*    font-display: swap;*/
/*    src: url("../fonts/Archivo-Light.woff2") format("woff2"), url("../fonts/Archivo-Light.woff") format("woff");*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: Archivo;*/
/*    font-display: swap;*/
/*    src: url("../fonts/Archivo-Regular.woff2") format("woff2"), url("../fonts/Archivo-Regular.woff") format("woff");*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: Montserrat;*/
/*    font-display: swap;*/
/*    src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: Archivo;*/
/*    font-display: swap;*/
/*    src: url("../fonts/Archivo-Medium.woff2") format("woff2"), url("../fonts/Archivo-Medium.woff") format("woff");*/
/*    font-weight: 500;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: Archivo;*/
/*    font-display: swap;*/
/*    src: url("../fonts/Archivo-SemiBold.woff2") format("woff2"), url("../fonts/Archivo-SemiBold.woff") format("woff");*/
/*    font-weight: 600;*/
/*    font-style: normal;*/
/*}*/

/*Обнуление*/
* {
    padding: 0;
    margin: 0;
    border: 0;
}

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

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

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

html,
body {
    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%;
}

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

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

button {
    cursor: pointer;
}

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

a {
    text-decoration: none;
    color: #EB6238;
}

a:hover {
    text-decoration: none;
}

ul li,
ol li {
    list-style: none;
}

img {
    vertical-align: top;
}

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

/*--------------------*/
.bantubet-wrapper,
.breadcrumbs {
    overflow: hidden;
    padding-inline: var(--offsets-outer, 20px);
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0 var(--offsets, 32px);
    max-width: calc(var(--width-container) + var(--offsets, 32px) * 2);
    width: 100%;
}

.container > *:first-child {
    margin-top: 0;
}

.container .container {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 575.9px) {
    main .bantubet-wrapper:first-of-type .container {
        padding-block: 20px;
    }
}

.bantubet-wrapper .container, .breadcrumbs .container {
    border-left: 1px solid var(--lines);
    border-right: 1px solid var(--lines);
    border-bottom: 1px solid var(--lines);
    padding-block: var(--wrapper-margin);
}

footer {
    background: var(--w-to-bg);
}

.no-scroll {
    overflow: hidden;
}

body {
    background: var(--bg, #f5f5f5);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    color: var(--text);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

@supports not selector(::-webkit-scrollbar) {
    body {
        scrollbar-width: 10px;
    }
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px var(--lines);
    background-color: var(--change-color);
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px var(--lines);
    background-color: var(--bg);
}

.hidden-svg {
    display: none;
}

.ff-archivo, body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

}

main {
    flex-grow: 1;
}

h1 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 800;
}

.wp-block-heading {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

* + .wp-block-heading {
    margin-top: 1rem;
}

h2 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
}



h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
}



h4,
h5,
h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 16px;
    color: var(--heading);
}

p {
    margin-top: 16px;
}

p:first-child {
    margin-top: 0;
}

img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

ol.wp-block-list {
    counter-reset: custom-counter;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 7px;
}

ol.wp-block-list li {
    counter-increment: custom-counter;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

ol.wp-block-list li::before {
    content: counter(custom-counter);
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #0F9121;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #0F9121;
}

ul.wp-block-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 7px;
}

ul.wp-block-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

ul.wp-block-list li::before {
    content: "";
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    border-radius: 50%;
    background: radial-gradient(#0F9121 4px, transparent 5px, transparent 7px, #0F9121 8px, #0F9121 9px, transparent 10px);
}

ol:not([class]) {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

ol:not([class]) li {
    list-style: auto;
}

ul:not([class]) {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

ul:not([class]) li {
    list-style: disc;
}

table,
table[class^=js-] {
    width: 100%;
    table-layout: auto;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 4px;

    background: var(--block-color);
}

table th,
table[class^=js-] th {
    background: #555c6d;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
}

table th:not(:last-child),
table[class^=js-] th:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1019607843);
}

table tr:not(:last-child) td,
table[class^=js-] tr:not(:last-child) td {
    border-bottom: 1px solid var(--lines);
}

table th,
table td,
table[class^=js-] th,
table[class^=js-] td {
    padding: 12px;
    text-align: left;
    vertical-align: middle;
}

table td:not(:last-child),
table[class^=js-] td:not(:last-child) {
    border-right: 1px solid var(--lines);
}

.wp-block-table {
    overflow-x: auto;
}

* + .wp-block-table {
    margin-top: 32px;
}

h1 + .wp-block-table,
h2 + .wp-block-table,
h3 + .wp-block-table,
h4 + .wp-block-table,
h5 + .wp-block-table,
h6 + .wp-block-table {
    margin-top: 0;
}

:root {
    --height: 0px;
    --offsets-outer: 20px;
    --offsets: 32px;
    --wrapper-margin: 40px;
    --width-container: calc(1320px - var(--offsets) * 2);
    --bg: #f5f5f5;
    --lines: rgba(0, 0, 0, 0.0509803922);
    --text: #2a3143;
    --heading: #2a2a2a;
    --subtext: #9a9a9a;
    --w-to-bg: #ffffff;
    --w-to-subtext: #ffffff;
    --text-to-w: #2a3143;
    --secondary-to-w: #0F9121;
    --heading-change: #2a2a2a;
    --heading-change-2: #ffffff;
    --dropdown-bg: #ffffff;
    --lang-active-color: #2a2a2a;
    --brkp-burger: 991.9px;
    --change-color: #0F9121;
    --change-bgcolor-btn: #ffffff33;
    --bonus-bg: #ffffff;
    --modal-bg: #ffffff;
    --block-color: #fff;
    --bg-to-block: #f5f5f5;
    --component-bg: #ffffff;
    --hiding-color: linear-gradient(270deg, #f5f5f5 0%, rgba(245, 245, 245, 0) 100%);
    --heart-pattern: url("../img/heart-pattern.png");
    --sports-pattern: url("../img/sports-pattern.png");
}

@media (max-width: 575.9px) {
    :root {
        --offsets-outer: 12px;
        --offsets: 12px;
        --wrapper-margin: 32px;
    }
}

:root body.dark {
    --bg: #1E263A;
    --lines: rgba(255, 255, 255, 0.1019607843);
    --text: #d5d5d5;
    --heading: #ffffff;
    --subtext: #a4a3a3;
    --w-to-bg: #1E263A;
    --w-to-subtext: #a4a3a3;
    --text-to-w: #ffffff;
    --secondary-to-w: #ffffff;
    --heading-change: #ffffff;
    --heading-change-2: #1E263A;
    --dropdown-bg: #2a3143;
    --lang-active-color: #ffffff;
    --change-color: #EB6238;
    --change-bgcolor-btn: #00000033;
    --bonus-bg: #2b2b2b;
    --modal-bg: #2b2b2b;
    --bg-to-block: rgba(255, 255, 255, 0.0509803922);
    --block-color: rgba(255, 255, 255, 0.0509803922);
    --component-bg: #1E263A;
    --hiding-color: linear-gradient(270deg, #1E263A 0%, rgba(32, 32, 32, 0) 100%);
    --heart-pattern: url("../img/heart-pattern-dark.png");
    --sports-pattern: url("../img/sports-pattern-dark.png");
}

.list-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    border-radius: 4px;
}

.list-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 24px;
}

.list-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 767.9px) {
    .list-grid {
        grid-template-columns: 1fr;
    }
}

.bantubet-header {
    position: sticky;
    top: 0;
    left: 0;
    background: var(--bg);
    padding: 20px 0;
    z-index: 100;
    border-bottom: 1px solid var(--lines);
}

@media (max-width: 767.9px) {
    .bantubet-header {
        padding: 12px 0;
    }
}

.bantubet-header .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

@media (min-width: 768px) {
    .bantubet-header .container {
        min-width: max-content;
    }
}

@media (max-width: 767.9px) {
    .bantubet-header .container {
        flex-wrap: wrap;
        gap: 16px;
        justify-content: space-between;
    }
}

.bantubet-header__logo {
    margin-right: 20px;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.bantubet-header__logo img,
.bantubet-header__logo svg {
    max-width: 100px;
    max-height: 40px;
}

@media (hover: hover) {
    .bantubet-header__logo:hover {
        opacity: 0.6;
    }
}

.bantubet-header__nav {
    margin-left: auto;
    flex: 1 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    justify-content: flex-start;
}

.bantubet-header__nav-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    row-gap: 5px;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .bantubet-header__nav-list > .bantubet-header__nav-item:not(:first-child) {
        padding-left: 12px;
    }
}

@media (hover: hover) {
    .bantubet-header__nav-list > .bantubet-header__nav-item a.bantubet-header__nav-item-header:hover {
        opacity: 0.6;
    }
}

.bantubet-header__nav-item {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.bantubet-header__nav-item:nth-child(1) {
    z-index: 14;
}

.bantubet-header__nav-item:nth-child(2) {
    z-index: 13;
}

.bantubet-header__nav-item:nth-child(3) {
    z-index: 12;
}

.bantubet-header__nav-item:nth-child(4) {
    z-index: 11;
}

.bantubet-header__nav-item:nth-child(5) {
    z-index: 10;
}

.bantubet-header__nav-item:nth-child(6) {
    z-index: 9;
}

.bantubet-header__nav-item:nth-child(7) {
    z-index: 8;
}

.bantubet-header__nav-item:nth-child(8) {
    z-index: 7;
}

.bantubet-header__nav-item:nth-child(9) {
    z-index: 6;
}

.bantubet-header__nav-item:nth-child(10) {
    z-index: 5;
}

.bantubet-header__nav-item:nth-child(11) {
    z-index: 4;
}

.bantubet-header__nav-item:nth-child(12) {
    z-index: 3;
}

.bantubet-header__nav-item:nth-child(13) {
    z-index: 2;
}

.bantubet-header__nav-item:nth-child(14) {
    z-index: 1;
}

.bantubet-header__nav-item:nth-child(15) {
    z-index: 0;
}

.bantubet-header__nav-item_game a.bantubet-header__nav-link {
    color: #EB6238;
}

.bantubet-header__nav-item-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    cursor: pointer;
    padding: 8px 12px;
    transition-property: opacity, background;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.bantubet-header__nav-item-header > svg,
.bantubet-header__nav-item-header img {
    width: 24px;
    height: 24px;
}

.bantubet-header__nav-item a:not([class]) {
    color: var(--text);
    transition-property: opacity, background;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

@media (hover: hover) {
    .bantubet-header__nav-item.bantubet-header__dropdown .bantubet-header__nav-item-header a:hover {
        opacity: 0.6;
    }
}

.bantubet-header__nav-item.bantubet-header__dropdown a {
    width: fit-content;
}

@media (hover: hover) {
    .bantubet-header__nav-item:hover:not(.bantubet-header__dropdown) .bantubet-header__nav-item-header a {
        opacity: 0.6;
    }

    .bantubet-header__nav-item:hover.bantubet-header__dropdown .bantubet-header__nav-icon svg {
        transform: rotate(-180deg);
    }

    .bantubet-header__nav-item:hover.bantubet-header__dropdown .bantubet-header__dropdown-list-wrap {
        display: block;
    }
}

.bantubet-header__nav-item.active .bantubet-header__nav-icon svg {
    transform: rotate(-180deg);
}

.bantubet-header__nav-item.active .bantubet-header__dropdown-list-wrap {
    display: block;
}

.bantubet-header__nav-item-header {
    border-radius: 4px;
}

@media (hover: hover) {
    .bantubet-header__nav-item-header:hover {
        background: var(--lines);
    }
}

.bantubet-header__nav-icon {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--lines);
}

.bantubet-header__nav-icon svg {
    max-width: 24px;
    max-height: 24px;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.bantubet-header__nav-more {
    position: relative;
    display: none;
    margin-left: 12px;
}

.bantubet-header__nav-more-btn {
    padding: 10px 7px;
    border-radius: 6px;
    background: var(--lines);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 3px;
    cursor: pointer;
}

.bantubet-header__nav-more-btn::before, .bantubet-header__nav-more-btn::after {
    content: "";
}

.bantubet-header__nav-more-circle, .bantubet-header__nav-more-btn::before, .bantubet-header__nav-more-btn::after {
    border-radius: 50%;
    display: block;
    width: 4px;
    height: 4px;
    background: var(--heading);
}

.bantubet-header__nav-more > .bantubet-header__dropdown-list-wrap {
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    z-index: 6;
}

.bantubet-header__nav-more > .bantubet-header__dropdown-list-wrap::before {
    height: 28px;
    top: -28px;
}

.bantubet-header__nav-more .bantubet-header__nav-item .bantubet-header__dropdown-list-wrap {
    top: 0;
    left: calc(100% + 8px + 5px);
}

.bantubet-header__nav-more .bantubet-header__nav-item .bantubet-header__dropdown-list-wrap::after {
    display: none;
}

.bantubet-header__nav-more .bantubet-header__nav-item .bantubet-header__dropdown-list-wrap::before {
    width: 13px;
    height: 100%;
    top: 0;
    left: -13px;
}

@media (hover: hover) {
    .bantubet-header__nav-more:hover > .bantubet-header__dropdown-list-wrap {
        display: block;
    }
}

.bantubet-header__nav-more.active > .bantubet-header__dropdown-list-wrap {
    display: block;
}

@media (max-width: 991.9px) {
    .bantubet-header__nav {
        position: fixed;
        top: 79px;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100vw;
        align-items: flex-start;
        justify-content: flex-start;
        overflow-y: auto;
        background: var(--bg);
    }

    .bantubet-header__nav .bantubet-header__nav-item {
        font-size: 15px;
        font-weight: 400;
    }

    .bantubet-header__nav .bantubet-header__dropdown .bantubet-header__dropdown-sub-menu__item {
        font-size: 15px;
        font-weight: 400;
    }

    .bantubet-header__nav:not(.active) {
        display: none;
    }

    .bantubet-header__nav .bantubet-header__nav-list {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 20px;
    }

    .bantubet-header__nav .bantubet-header__nav-item {
        width: 100%;
        flex-wrap: wrap;
    }

    .bantubet-header__nav .bantubet-header__nav-item-header {
        padding: 10px;
    }

    .bantubet-header__nav .bantubet-header__nav-item .bantubet-header__dropdown-list-wrap {
        position: relative;
        top: 0;
        left: 0;
        padding: 8px 10px;
        background: var(--bg);
        display: block;
    }

    .bantubet-header__nav .bantubet-header__dropdown-list-wrap::after {
        background: var(--bg);
    }
}

@media (max-width: 767.9px) {
    .bantubet-header__nav {
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100vw;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }
}

@media (max-width: 575.9px) {
    .bantubet-header__nav .bantubet-header__nav-list {
        padding: 16px;
        row-gap: 8px;
    }

    .bantubet-header__nav .bantubet-header__nav-item-header {
        padding: 8px 12px;
    }

    .bantubet-header__nav .bantubet-header__nav-item .bantubet-header__dropdown-list-wrap {
        padding: 8px 12px;
    }
}

.bantubet-header__dropdown .bantubet-header__dropdown-sub-menu__item {
    position: relative;
    width: 100%;
    min-height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: var(--text);
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.bantubet-header__dropdown .bantubet-header__dropdown-sub-menu__item > .bantubet-header__nav-item-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.bantubet-header__dropdown .bantubet-header__dropdown-sub-menu__item a {
    width: 100%;
    transition-property: opacity, background;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: static;
    color: #fff;
}

.bantubet-header__dropdown .bantubet-header__dropdown-sub-menu__item a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bantubet-header__dropdown .bantubet-header__dropdown-sub-menu__item a {
    padding: 8px 12px;
    border-radius: 4px;
}

@media (hover: hover) {
    .bantubet-header__dropdown .bantubet-header__dropdown-sub-menu__item a:hover {
        background: var(--lines);
    }
}

@media (max-width: 575.9px) {
    .bantubet-header__dropdown .bantubet-header__dropdown-sub-menu__item a {
        padding: 8px 12px;
    }
}

.bantubet-header__dropdown .bantubet-header__dropdown-sub-menu__item .bantubet-header__nav-item-header {
    padding: 8px 12px;
    border-radius: 4px;
}

.bantubet-header__dropdown .bantubet-header__dropdown-sub-menu__item .bantubet-header__nav-item-header > svg, .bantubet-header__dropdown .bantubet-header__dropdown-sub-menu__item .bantubet-header__nav-item-header > img {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
}

@media (hover: hover) {
    .bantubet-header__dropdown .bantubet-header__dropdown-sub-menu__item .bantubet-header__nav-item-header:hover {
        background: var(--lines);
    }
}

.bantubet-header__dropdown-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}

@supports not selector(::-webkit-scrollbar) {
    .bantubet-header__dropdown-list {
        scrollbar-width: thin;
        scrollbar-color: var(--lines) transparent;
    }
}

.bantubet-header__dropdown-list::-webkit-scrollbar {
    width: 3px;
}

.bantubet-header__dropdown-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--lines);
    background-size: 100%;
    background-repeat: no-repeat;
}

.bantubet-header__dropdown-list::-webkit-scrollbar-track {
    background: transparent;
}

.bantubet-header__dropdown-list img,
.bantubet-header__dropdown-list svg {
    max-width: 100%;
    max-height: 100%;
}

.bantubet-header__dropdown-list-wrap {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: max-content;
    min-width: 100%;
    background: var(--dropdown-bg);
    border-radius: 4px;
    padding: 8px 12px;
    display: none;
}

.bantubet-header__dropdown-list-wrap::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 4px;
}

.bantubet-header__dropdown-list-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 13px;
    height: 13px;
    background: var(--dropdown-bg);
    z-index: -1;
}

.bantubet-header__lang {
    position: relative;
    z-index: 10;
    margin-left: 24px;
}

.bantubet-header__lang p {
    margin-top: 0;
}

.bantubet-header__lang-active {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--lang-active-color);
    background: var(--lines);
    cursor: pointer;
    z-index: 1;
}

@media (hover: hover) {
    .bantubet-header__lang:hover > .bantubet-header__dropdown-list-wrap {
        display: block;
    }

    .bantubet-header__lang:hover .bantubet-header__lang-arrow svg {
        transform: rotate(-180deg);
    }
}

.bantubet-header__lang.active > .bantubet-header__dropdown-list-wrap {
    display: block;
}

.bantubet-header__lang.active > .bantubet-header__lang-arrow svg {
    transform: rotate(-180deg);
}

.bantubet-header__lang-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
    object-fit: contain;
}

.bantubet-header__lang-arrow svg {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    max-width: 100%;
    max-height: 100%;
}

.bantubet-header__lang-img {
    display: flex;
    flex-direction: row;
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.bantubet-header__lang-img img,
.bantubet-header__lang-img svg {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.bantubet-header__lang-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    content: "";
}

.bantubet-header__lang .bantubet-header__lang-list {
    max-height: 300px;
    overflow-y: auto;
}

.bantubet-header__lang .bantubet-header__lang-list-wrap {
    top: calc(100% + 12px);
}

.bantubet-header__lang .bantubet-header__lang-list-wrap::before {
    height: 12px;
    top: -12px;
}

.bantubet-header__lang .bantubet-header__lang-list li > * {
    gap: 8px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

@media (max-width: 767.9px) {
    .bantubet-header__lang {
        margin-left: auto;
    }
}

.bantubet-header__btns {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    margin-left: 24px;
}

.bantubet-header__btns .btn {
    line-height: 1;
    padding: 12px 22px;
    min-width: 120px;
    white-space: nowrap;
}

@media (max-width: 991.9px) {
    .bantubet-header__btns {
        margin-left: auto;
    }
}

@media (max-width: 767.9px) {
    .bantubet-header__btns {
        order: 5;
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
        flex: unset;
    }

    .bantubet-header__btns .btn {
        flex: 1;
    }
}

.bantubet-header__burger {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 19px;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.bantubet-header__burger.active .bantubet-header__burger-wrap::before, .bantubet-header__burger.active .bantubet-header__burger-wrap::after,
.bantubet-header__burger.active .bantubet-header__burger-wrap span {
    height: 2px;
}

.bantubet-header__burger.active .bantubet-header__burger-wrap span {
    display: none;
}

.bantubet-header__burger.active .bantubet-header__burger-wrap::before {
    transform: rotate(45deg);
    top: 8px;
}

.bantubet-header__burger.active .bantubet-header__burger-wrap::after {
    transform: rotate(-45deg);
    bottom: 8px;
}

@media (hover: hover) {
    .bantubet-header__burger:hover::before {
        opacity: 1;
    }
}

.bantubet-header__burger-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: relative;
    width: 20px;
    height: 18px;
}

.bantubet-header__burger-wrap::before, .bantubet-header__burger-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    transition-property: background, height, transform, top, right, left;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.bantubet-header__burger-wrap::before {
    top: 0;
}

.bantubet-header__burger-wrap::after {
    bottom: 0;
}

.bantubet-header__burger-wrap span {
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.bantubet-header__burger-wrap::before, .bantubet-header__burger-wrap::after,
.bantubet-header__burger-wrap span {
    width: 100%;
    height: 2px;
    background: var(--heading);
}

@media (min-width: 992px) {
    .bantubet-header__burger {
        display: none;
    }
}

@media (max-width: 575.9px) {
    .bantubet-header__burger {
        width: 40px;
        height: 40px;
        margin: 0;
    }
}

.bantubet-header__nav-list-item .bantubet-header__nav-icon {
    display: none;
}

.bantubet-header__nav-list-item--parent .bantubet-header__nav-icon {
    display: flex;
}

.bantubet-header__nav-list-item--current .bantubet-header__nav-icon {
    display: none;
}

.js-more__item .bantubet-header__nav-icon {
    display: flex;
}

.bantubet-header__nav-list-subitem .bantubet-header__nav-icon {
    display: none;
}

.bantubet-header__languages-switcher-item {
    padding: 8px 12px;
    border-radius: 4px;
    transition-property: background, color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    display: flex;
    gap: 8px;
    position: relative;
}

.bantubet-header__languages-switcher-item p {
    text-transform: uppercase;
}

.bantubet-header__languages-switcher-item:hover {
    background: var(--lines);
    color: var(--lang-active-color);
}

.bantubet-header__nav-list-item--current.bantubet-header__nav-list-subitem:hover {
    border-radius: 4px;
    background: var(--lines);
}

span.bantubet-header__nav-link {
    color: #EB6238;
}

.bantubet-header__nav-list-item--current {
    cursor: auto;
}

.bantubet-header__nav-list-item--current:hover {
    background: none;
}

.bantubet-header__nav-link {
    font-weight: 600;
}

@media (max-width: 992px) {
    .bantubet-header__nav-list-item {
        display: flex;
        flex-wrap: wrap;
        font-weight: 400;
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .bantubet-header__nav-more {
        display: block !important;
        margin: -8px;
        font-size: 15px;
        font-weight: 400;
    }
}

@media (max-width: 992px) {
    .bantubet-header__nav-more-btn {
        display: none;
    }
}

@media (max-width: 992px) {
    .bantubet-header__nav-more > .bantubet-header__dropdown-list-wrap {
        display: block;
    }
}

@media (max-width: 992px) {
    .bantubet-header__dropdown-list {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .bantubet-header__nav .bantubet-header__nav-item .bantubet-header__dropdown-list-wrap {
        font-size: 15px;
        font-weight: 400;
    }
}

@media (max-width: 992px) {
    .bantubet-header__dropdown li a {
        width: auto;
    }
}

@media (max-width: 992px) {
    .bantubet-header__nav-icon {
        margin-left: auto;
    }
}

@media (max-width: 992px) {
    .bantubet-header__nav-link {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
    }
}

@media (max-width: 992px) {
    .bantubet-header__nav-more > .bantubet-header__dropdown-list-wrap::before {
        height: 0;
    }
}

@media (max-width: 992px) {
    .bantubet-header__nav-more > .bantubet-header__dropdown-list-wrap {
        top: 0;
        background: var(--bg);
    }
}

@media (max-width: 992px) {
    .bantubet-header__dropdown li a::after {
        content: none;
    }
}

@media (max-width: 992px) {
    .bantubet-header__nav-more.js-more__item.active > .bantubet-header__nav-more.bantubet-header__dropdown .bantubet-header__dropdown-list-wrap {
        display: flex;
    }
}

@media (max-width: 992px) {
    .js-more__menu.active {
        display: flex;
        flex-direction: column;
    }
}

.bantubet-header__nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    justify-content: flex-start;
}

@media (max-width: 992px) {
    .bantubet-header__nav-link {
        width: 100%;
    }
}

.bantubet-header__nav-item img {
    max-width: 24px;
    max-height: 24px;
}

.bantubet-header__nav-item {
    display: flex;
    gap: 4px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.bantubet-header__nav-more .bantubet-header__nav-item-header {
    width: 100%;
}

a.bantubet-header__nav-link {
    padding: 8px;
    color: #fff;
}

@media (max-width: 767.9px) {
    .bantubet-header__nav-link--img {
        display: flex;
        justify-content: flex-start;
    }
}

.bantubet-header__nav-link.bantubet-header__nav-link--current {
    color: #EB6238;
    cursor: auto;
    width: fit-content;
}

.not_btn .bantubet-header__nav {
/*     margin-right: 300px; */
}

/*.not_lang .bantubet-header__nav {*/
/*    margin-right: 300px;*/
/*}*/

.bantubet-footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

.bantubet-footer.container {
    padding: 0;
}

.bantubet-footer > * {
    padding: 0 var(--offsets, 32px);
}

.bantubet-footer > *:not(:last-child) {
    border-bottom: 1px solid var(--lines);
}

.bantubet-footer .bantubet-footer__top {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 0;
    padding: 0;
    flex-wrap: wrap;
}

@media (max-width: 991.9px) {
    .bantubet-footer .bantubet-footer__top {
        flex-direction: column;
    }
}

.bantubet-footer .bantubet-footer__top > * {
    border-bottom: 1px solid var(--lines);
    max-width: 100%;
}

@media (min-width: 576px) {
    .bantubet-footer .bantubet-footer__top > * {
        padding-left: var(--offsets, 32px);
    }

    .bantubet-footer .bantubet-footer__top > *:last-child {
        padding-right: var(--offsets, 32px);
    }

    .bantubet-footer .bantubet-footer__top > *:not(:last-child) {
        border-right: 1px solid var(--lines);
        padding-right: var(--offsets, 32px);
    }
}

@media (max-width: 575.9px) {
    .bantubet-footer .bantubet-footer__top > * {
        padding-inline: var(--offsets, 12px);
    }
}

.bantubet-footer .bantubet-footer__company {
    padding-block: var(--offsets, 32px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    max-width: 384px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--subtext);
    text-transform: uppercase;
}

@media (max-width: 991.9px) {
    .bantubet-footer .bantubet-footer__company {
        max-width: 100%;
    }
}

@media (max-width: 575.9px) {
    .bantubet-footer .bantubet-footer__company {
        padding-block: 32px;
    }
}

/*.bantubet-footer .bantubet-footer__company img {*/
/*    max-width: 80px;*/
/*}*/

.bantubet-footer .bantubet-footer__logo img {
    max-width: 160px;
}

.bantubet-footer .bantubet-footer__nav {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: var(--offsets, 32px);
    flex: 1;
}

@media (max-width: 575.9px) {
    .bantubet-footer .bantubet-footer__nav {
        flex-direction: column;
        gap: 0;
    }
}

.bantubet-footer .bantubet-footer__nav-list {
    position: relative;
    flex: 1;
    padding-block: var(--offsets, 32px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: calc(var(--offsets, 32px) * 2);
    row-gap: 4px;
    /*grid-template-rows: repeat(3, 1fr);*/
    /*grid-auto-flow: column;*/
}

@media (min-width: 576px) {
    /*.bantubet-footer .bantubet-footer__nav-list li:first-child::after {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 50%;*/
    /*    width: 1px;*/
    /*    height: 100%;*/
    /*    background-color: var(--lines);*/
    /*}*/
}

@media (max-width: 1239.9px) {
    .bantubet-footer .bantubet-footer__nav-list {
        column-gap: var(--offsets, 32px);
    }
}

@media (max-width: 991.9px) {
    .bantubet-footer .bantubet-footer__nav-list {
        column-gap: calc(var(--offsets, 32px) * 2);
    }
}

@media (max-width: 575.9px) {
    .bantubet-footer .bantubet-footer__nav-list {
        padding-block: calc(var(--offsets, 32px) + 12px);
        grid-template-columns: 1fr;
    }
}

.bantubet-footer .bantubet-footer__nav-list a {
    padding-block: 4px;
    display: block;
    min-height: 32px;
    color: var(--text);
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

@media (hover: hover) {
    .bantubet-footer .bantubet-footer__nav-list a:hover {
        color: #0F9121;
    }
}

.bantubet-footer .bantubet-footer__soc {
    padding-block: var(--offsets, 32px);
}

@media (max-width: 575.9px) {
    .bantubet-footer .bantubet-footer__soc {
        padding-block: 20px;
    }
}

.bantubet-footer .bantubet-footer__soc-list {
    padding-block: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 991.9px) {
    .bantubet-footer .bantubet-footer__soc-list {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 575.9px) {
    .bantubet-footer .bantubet-footer__soc-list {
        padding-block: 20px;
    }
}

.bantubet-footer .bantubet-footer__soc-list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.bantubet-footer .bantubet-footer__soc-list-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

@media (hover: hover) {
    .bantubet-footer .bantubet-footer__soc-list-link:hover {
        opacity: 0.6;
    }
}

.bantubet-footer .bantubet-footer__soc-list-link svg {
    max-width: 32px;
    max-height: 32px;
    object-fit: contain;
}

.bantubet-footer .bantubet-footer__soc-list-link svg path {
    fill: var(--heading);
}

.bantubet-footer .bantubet-footer__payment {
    padding-block: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.bantubet-footer .bantubet-footer__payment img {
    max-height: 36px;
    height: 100%;
    width: auto;
}

.bantubet-footer .bantubet-footer__info {
    padding-block: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--subtext);
    text-align: center;
}

.bantubet-footer .bantubet-footer__info-list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.bantubet-footer .bantubet-footer__info-list li {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: var(--change-color);
}

.bantubet-footer .bantubet-footer__info-list li > * {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 4px;
    background: var(--bg-to-block);
}

.bantubet-footer .bantubet-footer__info-list img {
    max-height: 24px;
    width: auto;
}

.bantubet-footer .bantubet-footer__copyright {
    padding-block: 12px;
    text-align: center;
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--subtext);
}

.bantubet-footer--enable-mobile-button {
    margin-bottom: 78px;
}

.bantubet-footer__tp-links {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--subtext);
    padding: 20px 32px;
}

.bantubet-footer__tp-links-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.bantubet-footer__tp-links-link img {
    max-width: 100px;
}

span.bantubet-footer__nav-link {
    color: #EB6238;
}

.header__lang.active .header__lang-arrow svg {
    transform: rotate(-180deg);
}

.bantubet-footer__buttons {
    display: flex;
    gap: 10px;
    padding-block: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.bantubet-section-hero {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
}

@media (max-width: 1239.9px) {
    .bantubet-section-hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.9px) {
    .bantubet-section-hero {
        gap: 12px;
    }
}

.bantubet-section-hero > * {
    grid-column: 1/-1;
}

.bantubet-section-hero .bantubet-bonus {
    grid-column: 1/2;
}

@media (max-width: 1239.9px) {
    .bantubet-section-hero .bantubet-bonus {
        grid-column: 1/-1;
    }
}

.bantubet-section-hero .bantubet-relink-list {
    grid-column: 2/-1;
    margin-top: 0;
}

@media (max-width: 1239.9px) {
    .bantubet-section-hero .bantubet-relink-list {
        grid-column: 1/-1;
    }
}

.bantubet-section-hero h1 {
    margin-bottom: 0;
}

.bantubet-section-hero > .wp-block-image img {
    border-radius: 4px;
}

@media (max-width: 767.9px) {
    .bantubet-section-hero .bantubet-relink__list {
        gap: 12px;
        grid-template-columns: 1fr;
    }
}

.bantubet-section-hero .bantubet-relink-full__list {
    margin-top: 0;
}

.bantubet-section-hero .bantubet-bonus,
.bantubet-section-hero .bantubet-relink__list,
.bantubet-section-hero .bantubet-download {
    margin-top: 0;
}

.bantubet-section-hero h6 {
    margin-block: 24px 0;
}

@media (max-width: 575.9px) {
    .bantubet-section-hero h6 {
        margin-block: 12px 0;
    }
}

.bantubet-section-hero h5 {
    margin-block: 24px 0;
}

@media (max-width: 575.9px) {
    .bantubet-section-hero h5 {
        margin-block: 12px 0;
    }
}

.bantubet-section-hero h4 {
    margin-block: 24px 0;
}

@media (max-width: 575.9px) {
    .bantubet-section-hero h4 {
        margin-block: 12px 0;
    }
}

.bantubet-section-hero h3 {
    margin-block: 24px 0;
}

@media (max-width: 575.9px) {
    .bantubet-section-hero h3 {
        margin-block: 12px 0;
    }
}

.bantubet-section-hero h2 {
    margin-block: 24px 0;
}

@media (max-width: 575.9px) {
    .bantubet-section-hero h2 {
        margin-block: 12px 0;
    }
}

.bantubet-section-hero p,
.bantubet-section-hero span,
.bantubet-section-hero img {
    max-width: 100%;
}

.bantubet-section-hero > .btn {
    margin-top: 32px;
    width: 100%;
    max-width: 240px;
}

@media (max-width: 575.9px) {
    .bantubet-section-hero > .btn {
        margin-top: 12px;
    }
}

.bantubet-section-hero > * {
    margin-top: 0;
}

.bantubet-section-hero__date {
    margin: 16px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    position: relative;
    color: var(--subtext);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

@media (max-width: 575.9px) {
    .bantubet-section-hero__date {
        margin-top: 0px;
    }
}

.bantubet-section-hero__date span {
    color: var(--text);
    margin-top: 0;
}

.bantubet-section-hero__date-icon {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
}

.bantubet-section-hero__date-icon svg {
    max-width: 24px;
    max-height: 24px;
}

.bantubet-section-hero__date-icon path {
    fill: var(--heading);
}

.bantubet-section-hero__date-icon path[stroke] {
    stroke: var(--heading);
}

.bantubet-section-hero__date-icon rect {
    stroke: var(--heading);
}

.bantubet-section-hero .bantubet-section-hero__date {
    margin-top: -9px;
    margin-bottom: 0;
}

.modal {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal:not(.active) {
    display: none;
}

.modal__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    max-width: calc(var(--width-container));
    max-height: calc(100% - 40px);
    background: var(--heading-change-2);
    border-radius: 4px;
    padding: 24px;
    overflow: hidden;
    margin: auto;
}

@media (max-width: 1384px) {
    .modal__content {
        max-width: calc(100% - var(--offsets, 32px) * 2);
    }
}

@media (max-width: 991.9px) {
    .modal__content {
        width: 100%;
        height: 100%;
        max-width: calc(100% - var(--offsets, 32px) * 2);
        max-height: calc(100% - var(--offsets, 32px) * 2);
    }
}

@media (max-width: 575.9px) {
    .modal__content {
        padding: 12px;
        max-width: calc(100% - 16px);
        max-height: calc(100% - 16px);
    }
}

.modal__header {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    background: var(--heading-change-2);
    margin-bottom: 8px;
}

@media (max-width: 991.9px) {
    .modal__header {
        display: contents;
    }
}

.modal__footer {
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.9px) {
    .modal__footer {
        width: 100%;
        order: 5;
        padding-top: 16px;
    }
}

@media (max-width: 575.9px) {
    .modal__footer {
        padding-top: 8px;
    }
}

.modal__footer .btn {
    min-height: 48px;
    padding: 12px 28px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 575.9px) {
    .modal__footer .btn {
        width: 100%;
    }
}

.modal__title {
    color: var(--heading);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

@media (max-width: 991.9px) {
    .modal__title {
        display: block;
        padding-block: 8px 16px;
        padding-right: 56px;
    }
}

.modal__close {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

@media (max-width: 991.9px) {
    .modal__close {
        position: absolute;
        top: 24px;
        right: 24px;
    }
}

@media (max-width: 575.9px) {
    .modal__close {
        right: 12px;
        top: 12px;
    }
}

@media (hover: hover) {
    .modal__close:hover {
        opacity: 0.6;
    }
}

.modal__close-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    position: relative;
    transform: rotate(-45deg);
}

.modal__close-item::before, .modal__close-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background: var(--heading);
}

.modal__close-item::after {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.modal__body {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow-y: auto;
    aspect-ratio: 16/9;
    border-radius: 6px;
}

@media (max-width: 991.9px) {
    .modal__body {
        aspect-ratio: unset;
        flex: 1;
    }
}

.modal__body:before {
    content: "Loading...";
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    color: var(--on-surface);
    animation: loading 1s linear infinite alternate;
    z-index: 1;
}

@keyframes loading {
    to {
        opacity: 0;
    }
}

.modal iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    z-index: 2;
}

.bantubet-faq {
    border-radius: 4px;
    background: var(--block-color);
}

.bantubet-faq {
    margin-top: 16px;
}

.bantubet-faq-item[open] .bantubet-faq-title {
    margin-bottom: -24px;
}

.bantubet-faq-item[open] .bantubet-faq-title::after {
    transform: rotate(-180deg);
}

.bantubet-faq-text {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text);
    margin: 0;
    display: none;
    padding: 0 24px 24px;
}

@media (max-width: 575.9px) {
    .bantubet-faq-text {
        padding: 0 16px 16px;
    }
}

.bantubet-faq-title {
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--heading);
    margin: 0;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    padding: 24px;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

@media (hover: hover) {
    .bantubet-faq-title:hover {
        color: #0F9121;
    }
}

@media (max-width: 575.9px) {
    .bantubet-faq-title {
        padding: 16px;
    }
}

.bantubet-faq-title::marker {
    content: "";
}

.bantubet-faq-title::-webkit-details-marker {
    display: none;
}

.bantubet-faq-title::after {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: var(--lines);
    background-image: url("../img/svg/blue-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.bantubet-faq-title::before {
    content: none;
}

.bantubet-faq-title.active::after {
    rotate: 180deg;
}

.bantubet-faq-text.active {
    display: block;
}

.btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: relative;
    padding: 12px 28px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 8px 24px -4px rgba(16, 16, 16, 0.2392156863);
    transition-property: background-color, color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    background: #EB6238;
}

.btn svg,
.btn img {
    max-width: 24px;
    max-height: 24px;
}

.btn:has(svg) {
    padding-block: 8px;
}

.btn_up {
    gap: 8px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn_up svg,
.btn_up img {
    max-width: 32px;
    max-height: 32px;
}

.btn_primary {
    background: #EB6238;
}

@media (hover: hover) {
    .btn_primary:hover {
        background: #ff9170;
    }
}

.btn_secondary {
    background: #0F9121;
}

@media (hover: hover) {
    .btn_secondary:hover {
        background: #23996E;
    }
}

.btn_link {
    padding: 8px 0;
    box-shadow: none;
    background: transparent;
    color: #fff;
}

@media (hover: hover) {
    .btn_link:hover {
        color: #23996E;
    }
}

.btn_third {
    background: #ddebfb;
    color: #2a2a2a;
}

@media (hover: hover) {
    .btn_third:hover {
        background: #c5d6eb;
    }
}

.breadcrumbs .container {
    padding-block: 8px;
}

@media (max-width: 575.9px) {
    .breadcrumbs .container {
        padding-block: 4px;
    }
}

.breadcrumbs__list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 28px;
    row-gap: 5px;
    flex-wrap: wrap;
}

.breadcrumbs li {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.breadcrumbs li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 4px);
    transform: translate(0, -50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: url("../img/svg/breadcrumbs-arrow.svg") center/contain no-repeat;
}

.breadcrumbs li:last-child {
    pointer-events: none;
}

.breadcrumbs li:last-child a,
.breadcrumbs li:last-child span {
    color: var(--text);
}

.breadcrumbs a,
.breadcrumbs span {
    padding: 4px 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.breadcrumbs a {
    color: #0F9121;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

@media (hover: hover) {
    .breadcrumbs a:hover {
        color: #23996E;
    }
}

.breadcrumbs span {
    color: var(--text);
}

body.dark .bantubet-bonus {
    background-image: url("../img/svg/moivng_lines(BG-dark).svg");
}

body.dark .bantubet-bonus_bw {
    background-image: none;
}

.bantubet-bonus {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    max-width: 428px;
    min-width: min-content;
    padding: 24px;
    border-radius: 4px;
    background-image: url("../img/svg/moving_lines(BG-White).svg");
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-top: 16px;
}

@media (max-width: 575.9px) {
    .bantubet-bonus {
        padding: 20px;
    }
}

.bantubet-bonus__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.bantubet-bonus__title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #EB6238;
    text-transform: uppercase;
    margin-top: 0;
}

.bantubet-bonus__descr {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--heading);
    margin-top: 12px;
}

@media (max-width: 575.9px) {
    .bantubet-bonus__descr {
        margin-top: 4px;
    }
}

.bantubet-bonus__descr span {
    color: var(--change-color);
}

.bantubet-bonus__copy {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
}

@media (max-width: 350px) {
    .bantubet-bonus__copy {
        flex-wrap: wrap;
    }

    .bantubet-bonus__copy > * {
        flex: 1 1 auto;
    }
}

.bantubet-bonus__copy-wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 32px;
}

@media (max-width: 575.9px) {
    .bantubet-bonus__copy-wrap {
        margin-top: 20px;
    }
}

.bantubet-bonus__copy-text {
    flex: 1;
    border-radius: 6px;
    border: 1px dashed var(--change-color);
    padding: 13px;
    background: var(--change-bgcolor-btn);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: var(--change-color);
    text-transform: uppercase;
}

.bantubet-bonus__copy .btn {
    padding: 14px 20px;
    color: #2a3143;
    min-width: 95px;
}

.bantubet-bonus__copy .check {
    display: none;
}

.bantubet-bonus__copy.copied .copy {
    display: none;
}

.bantubet-bonus__copy.copied .check {
    display: block;
}

.bantubet-bonus_bw {
    flex-direction: row-reverse;
    align-items: stretch;
    max-width: 100%;
    padding: 0;
    background: #191e2e;
    background-image: none;
}

@media (max-width: 991.9px) {
    .bantubet-bonus_bw {
        flex-direction: column;
    }
}

@media (max-width: 575.9px) {
    .bantubet-bonus_bw {
        padding: 0;
    }
}

.bantubet-bonus_bw .bantubet-bonus__copy {
    margin-top: 0;
    flex: 1 1 auto;
}

.bantubet-bonus_bw .bantubet-bonus__copy-wrap {
    align-self: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    padding: 24px;
    margin-top: 0;
    width: 100%;
}

.bantubet-bonus_bw .bantubet-bonus__copy-wrap > .btn {
    flex: 1 1 auto;
}

@media (max-width: 575.9px) {
    .bantubet-bonus_bw .bantubet-bonus__copy-wrap {
        flex-direction: column;
    }
}

@media (max-width: 575.9px) {
    .bantubet-bonus_bw .bantubet-bonus__copy-wrap {
        padding: 16px;
    }
}

.bantubet-bonus_bw .bantubet-bonus__header {
    width: 100%;
    max-width: 50.3987240829%;
    padding-block: 32px;
    padding-inline: 156px 32px;
    align-items: center;
    background: var(--heading-change);
    clip-path: polygon(124px 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media (max-width: 991.9px) {
    .bantubet-bonus_bw .bantubet-bonus__header {
        max-width: 100%;
        padding-inline: 24px;
        padding-block: 24px 44px;
        clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), 0% 100%);
    }
}

@media (max-width: 575.9px) {
    .bantubet-bonus_bw .bantubet-bonus__header {
        padding-inline: 16px;
        padding-block: 16px 36px;
    }
}

.bantubet-bonus_bw .bantubet-bonus__descr {
    color: var(--heading-change-2);
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
    margin-top: 4px;
}

.bantubet-bonus_bw .bantubet-bonus__descr, .bantubet-bonus_bw .bantubet-bonus__title {
    text-align: center;
}

.bantubet-relink-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 24px;
    height: auto !important;
    height: 100%;
}

.section-hero .bantubet-relink-list {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767.9px) {
    .section-hero .bantubet-relink-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

* + .bantubet-relink-list {
    margin-top: 16px;
}

.bantubet-relink-list.col-1 {
    grid-template-columns: repeat(1, 1fr);
}

.bantubet-relink-list.col-2 {
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767.9px) {
    .bantubet-relink-list.col-2 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.bantubet-relink-list.col-3 {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767.9px) {
    .bantubet-relink-list.col-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.bantubet-relink-list.col-4 {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1239.9px) {
    .bantubet-relink-list.col-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767.9px) {
    .bantubet-relink-list.col-4 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.bantubet-relink-list.col-5, .bantubet-relink-list.col-10 {
    grid-template-columns: repeat(5, 1fr);
}

.bantubet-relink-list.col-5 .bantubet-relink-list__img, .bantubet-relink-list.col-10 .bantubet-relink-list__img {
    width: 105px;
    height: 105px;
}

@media (max-width: 1239.9px) {
    .bantubet-relink-list.col-5, .bantubet-relink-list.col-10 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.9px) {
    .bantubet-relink-list.col-5, .bantubet-relink-list.col-10 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.bantubet-relink-list.col-8, .bantubet-relink-list.col-9 {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767.9px) {
    .bantubet-relink-list.col-8, .bantubet-relink-list.col-9 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.bantubet-relink-list.col-12, .bantubet-relink-list.col-6, .bantubet-relink-list.col-7, .bantubet-relink-list.col-11 {
    grid-template-columns: repeat(6, 1fr);
}

.bantubet-relink-list.col-12 .bantubet-relink-list__img, .bantubet-relink-list.col-6 .bantubet-relink-list__img, .bantubet-relink-list.col-7 .bantubet-relink-list__img, .bantubet-relink-list.col-11 .bantubet-relink-list__img {
    width: 105px;
    height: 105px;
}

@media (max-width: 1239.9px) {
    .bantubet-relink-list.col-12, .bantubet-relink-list.col-6, .bantubet-relink-list.col-7, .bantubet-relink-list.col-11 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.9px) {
    .bantubet-relink-list.col-12, .bantubet-relink-list.col-6, .bantubet-relink-list.col-7, .bantubet-relink-list.col-11 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 575.9px) {
    .bantubet-relink-list {
        gap: 12px;
        grid-template-columns: 1fr;
    }
}

.bantubet-relink-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 40px 40px 32px;
    border-radius: 4px;
    background: var(--block-color);

    cursor: pointer;
    justify-content: center;
}

@media (max-width: 767.9px) {
    .bantubet-relink-list__item {
        flex-direction: row;
        padding: 12px;
        justify-content: flex-start;
    }
}

.bantubet-relink-list__img {
    border: 4px solid var(--lines);
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;
}

.bantubet-relink-list__img img,
.bantubet-relink-list__img svg {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

@media (max-width: 575.9px) {
    .bantubet-relink-list__img {
        width: 76px;
        height: 76px;
    }

    .bantubet-relink-list__img img,
    .bantubet-relink-list__img svg {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }
}

.bantubet-relink-list__title {
    color: var(--heading);
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 0;
}

@media (max-width: 767.9px) {
    .bantubet-relink-list__title {
        text-align: left;
    }
}

.bantubet-relink-list__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

@media (max-width: 575.9px) {
    .bantubet-relink-list__content {
        gap: 4px;
        align-items: flex-start;
        flex: 1;
    }
}

.bantubet-relink-list .btn {
    margin-top: auto;
}

@media (max-width: 991.9px) {
    .bantubet-relink-list {
        flex-wrap: wrap;
    }
}

@media (max-width: 575.9px) {
    .bantubet-relink-list {
        gap: 12px;
        flex-direction: column;
    }
}

.bantubet-download {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    width: 100%;
    padding: 24px;
    border-radius: 4px;

    background: var(--block-color);
    margin-top: 16px;
}

@media (max-width: 575.9px) {
    .bantubet-download {
        gap: 16px;
        padding: 16px;
        align-items: stretch;
        flex-direction: column-reverse;
    }
}

.bantubet-download__list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    flex: 1;
}

.bantubet-download__item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    flex: 1;
}

@media (max-width: 575.9px) {
    .bantubet-download__item {
        flex-direction: column;
        align-items: center;
        flex: auto;
    }
}

.bantubet-download__item-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

@media (max-width: 575.9px) {
    .bantubet-download__item-info {
        align-items: center;
    }
}

.bantubet-download__item-title {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: var(--heading);
}

.bantubet-download__item-title span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--subtext);
}

@media (max-width: 575.9px) {
    .bantubet-download__item-title {
        text-align: center;
    }
}

.bantubet-download__item-img {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: var(--block-color);
    min-width: 36px;
    min-height: 36px;
    max-width: 36px;
    max-height: 36px;
    border-radius: 50%;
    border: 1px solid var(--lines);
}

.bantubet-download__item-img svg {
    max-width: 20px;
    max-height: 20px;
}

.bantubet-download__item-text {
    color: var(--subtext);
}

@media (max-width: 575.9px) {
    .bantubet-download__item-text {
        text-align: center;
    }
}

.bantubet-download__btns {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    flex: 1;
}

.bantubet-download__btns .btn {
    flex: 1;
    padding: 8px 10px;
}

@media (max-width: 575.9px) {
    .bantubet-download__btns {
        flex-direction: column;
    }
}

.bantubet-winners {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.bantubet-winners:not(:first-child) {
    margin-top: 16px;
}

.bantubet-winners.scroll-end::after {
    opacity: 0;
}

.bantubet-winners::after {
    content: "";
    width: 48px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--hiding-color);
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.bantubet-winners__list {
    width: max-content;
    display: inline-block;
    display: inline-block;
    animation: marquee 30s ease-in-out infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    5% {
        transform: translateX(0);
    }
    10% {
        transform: translateX(-323px);
    }
    15% {
        transform: translateX(-323px);
    }
    20% {
        transform: translateX(-646px);
    }
    25% {
        transform: translateX(-646px);
    }
    30% {
        transform: translateX(-969px);
    }
    35% {
        transform: translateX(-969px);
    }
    40% {
        transform: translateX(-1292px);
    }
    45% {
        transform: translateX(-1292px);
    }
    50% {
        transform: translateX(-1615px);
    }
    55% {
        transform: translateX(-1615px);
    }
    60% {
        transform: translateX(-1938px);
    }
    65% {
        transform: translateX(-1938px);
    }
    70% {
        transform: translateX(-2261px);
    }
    75% {
        transform: translateX(-2261px);
    }
    80% {
        transform: translateX(-2584px);
    }
    85% {
        transform: translateX(-2584px);
    }
    90% {
        transform: translateX(-2907px);
    }
    95% {
        transform: translateX(-2907px);
    }
    100% {
        transform: translateX(-3230px);
    }
}

@media (hover: hover) {
    .bantubet-winners__list::-webkit-scrollbar {
        width: 0;
    }
}

.bantubet-winners__list-item {
    border-radius: 4px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    display: inline-flex;
    background: var(--block-color);
    user-select: none;
    min-width: 296px;
    max-width: 296px;
    margin-right: 24px;

    white-space: normal;
}

.bantubet-winners__list-img {
    width: 100%;
    max-width: 98px;
    min-height: 98px;
    border-radius: 4px;
    overflow: hidden;
}

.bantubet-winners__list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}

.bantubet-winners__list-info {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.bantubet-winners__list-title {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: var(--heading);
    margin-top: 0;
}

.bantubet-winners__list-nickname {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--subtext);
    margin-top: 0;
}

.bantubet-winners__list-sum {
    margin-top: 12px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: #EB6238;
}

.bantubet-content-toc {
    border-radius: 4px;

    background: var(--block-color);
}

* + .bantubet-content-toc {
    margin-top: 16px;
}

.bantubet-content-toc.active .bantubet-content-toc__arrow svg {
    transform: rotate(-180deg);
}

.bantubet-content-toc.active .bantubet-content-toc__list, .bantubet-content-toc.active .bantubet-content-toc > ol {
    display: flex;
}

.bantubet-content-toc__header {
    padding: 24px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--heading);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    cursor: pointer;
}

@media (hover: hover) {
    .bantubet-content-toc__header:hover {
        opacity: 0.6;
    }
}

@media (max-width: 575.9px) {
    .bantubet-content-toc__header {
        padding: 12px;
    }
}

.bantubet-content-toc__header:before {
    content: none;
}

.bantubet-content-toc__arrow {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--lines);
}

.bantubet-content-toc__arrow svg {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    max-width: 24px;
    max-height: 24px;
}

.bantubet-content-toc__list, .bantubet-content-toc ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: -8px;
    padding: 0 24px 24px;
    margin-left: 0;
    display: none;
}

.bantubet-content-toc__list a, .bantubet-content-toc ul a {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    height: 100%;
    padding: 7px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text);
    border-radius: 4px;
    border: 1px solid var(--lines);
    transition-property: border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

@media (hover: hover) {
    .bantubet-content-toc__list a:hover, .bantubet-content-toc ul a:hover {
        border-color: #0F9121;
    }

    .bantubet-content-toc__list a:hover::after, .bantubet-content-toc ul a:hover::after {
        transform: rotate(-45deg);
    }
}

.bantubet-content-toc__list a::after, .bantubet-content-toc ul a::after {
    content: "";
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    background: url("../img/svg/content-arrow.svg") center/contain no-repeat;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.bantubet-content-toc__list li, .bantubet-content-toc ul li {
    list-style: none;
}

@media (max-width: 575.9px) {
    .bantubet-content-toc__list, .bantubet-content-toc ul {
        flex-direction: column;
        gap: 8px;
        padding: 4px 12px 12px;
        margin-top: 0;
    }
}

.bantubet-content-toc ul li::before {
    content: none;
}

.bantubet-content-toc.active > ul {
    display: flex;
}

.bantubet-text-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.bantubet-text-img:not(:first-child) {
    margin-top: 16px;
}

.bantubet-text-img .no_img {
    grid-template-columns: 1fr;
    width: 100%;
}

.bantubet-text-img > img {
    border-radius: 4px;
}

.bantubet-text-img:not(:first-child) {
    margin-top: 16px;
}

@media (max-width: 575.9px) {
    .bantubet-text-img__col {
        display: contents;
    }
}

@media (max-width: 575.9px) {
    .bantubet-text-img__col .wp-block-heading,
    .bantubet-text-img__col .section-hero__date {
        order: -1;
    }
}

@media (max-width: 575.9px) {
    .bantubet-text-img__col > * {
        margin: 0;
    }
}

.bantubet-text-img > .btn {
    flex: 1;
    max-width: 240px;
    min-width: fit-content;
}

@media (max-width: 575.9px) {
    .bantubet-text-img .bantubet-button-content {
        width: 100%;
    }
}

@media (max-width: 991.9px) {
    .bantubet-text-img {
        gap: 16px;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.9px) {
    .bantubet-text-img > *:not(:first-child), .bantubet-text-img > *:not(:last-child) {
        max-width: 100%;
    }

    .bantubet-text-img img {
        order: -1;
    }

    .bantubet-text-img .btn {
        max-width: unset;
    }
}

.bantubet-text-img:not(:last-child) {
    margin-bottom: 32px;
}

.bantubet-text-img.reversed .bantubet-text-img__col {
    order: 2;
}

.bantubet-banner {
    max-width: 100%;
    position: relative;
}

.bantubet-banner:not(:first-child) {
    margin-top: 16px;
}

.bantubet-banner img {
    width: 100%;
    max-width: 100%;
    max-height: 800px;
    object-fit: cover;
    border-radius: 4px;
}

@media (max-width: 767.9px) {
    .bantubet-banner img {
        max-width: 100%;
        max-height: unset;
    }
}

.bantubet-banner__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: max-content;
    max-width: 100%;
    padding: 24px;
    border-top-left-radius: 12px;
    background: var(--bg);
}

@media (max-width: 575.9px) {
    .bantubet-banner__btn {
        right: 50%;
        transform: translateX(50%);
        border-top-right-radius: 12px;
        padding: 16px;
    }
}

.bantubet-tabs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}

* + .bantubet-tabs {
    margin-top: 16px;
}

.bantubet-tabs__trigger {
    padding: 8px 16px;
    border-radius: 4px;
    background: var(--block-color);
    color: var(--subtext);
    transition-property: color, box-shadow, text-shadow;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.bantubet-tabs__trigger-wrap {
    max-width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
}

.bantubet-tabs__trigger-wrap.scroll-end::after {
    opacity: 0;
}

.bantubet-tabs__trigger-wrap::after {
    content: "";
    width: 48px;
    position: absolute;
    top: 0;
    bottom: -1px;
    right: 0;
    background: var(--hiding-color);
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.bantubet-tabs__trigger-list {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 20px;
    margin-bottom: -21px;
}

@media (hover: hover) {
    .bantubet-tabs__trigger-list {
        margin-bottom: -37px;
    }

    .bantubet-tabs__trigger-list::-webkit-scrollbar {
        width: 10px;
    }
}

@media (hover: hover) {
    .bantubet-tabs__trigger:hover {
        color: var(--change-color);

        text-shadow: 0px 0px 1px var(--change-color);
    }

    .bantubet-tabs__trigger:hover svg {
        fill: var(--change-color);
    }
}

.bantubet-tabs__trigger.active {
    color: var(--change-color);

    text-shadow: 0px 0px 1px var(--change-color);
}

.bantubet-tabs__trigger.active svg {
    fill: var(--change-color);
}

.bantubet-tabs__trigger svg {
    fill: var(--subtext);
    width: 17px;
    height: 17px;
    transition-property: fill, color, box-shadow, text-shadow, -webkit-box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.visually-hidden {
    position: absolute !important;
}

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

.bantubet-advantages {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 24px;
    flex-wrap: wrap;
}

.bantubet-advantages:not(:first-child) {
    margin-top: 16px;
}

@media (max-width: 575.9px) {
    .bantubet-advantages {
        gap: 16px;
    }
}

.bantubet-advantages__item {
    gap: 12px;
    padding: 16px;
    background: var(--block-color);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text);
    width: 100%;
    max-width: calc((100% - 72px) / 4);

}

@media (max-width: 1239.9px) {
    .bantubet-advantages__item {
        max-width: calc((100% - 24px) / 2);
    }
}

@media (max-width: 767.9px) {
    .bantubet-advantages__item {
        max-width: 100%;
    }
}

.bantubet-advantages__item-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    min-height: 96px;
}

@media (max-width: 575.9px) {
    .bantubet-advantages__item-header {
        min-height: auto;
    }
}

.bantubet-advantages__item-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--heading);
    margin-right: auto;
    margin-top: 0;
}

.bantubet-advantages__item img {
    margin-left: auto;
    border: 4px solid var(--lines);
    border-radius: 50%;
    overflow: hidden;
    min-width: 88px;
    min-height: 88px;
    max-width: 88px;
    max-height: 88px;
    object-fit: contain;
    object-fit: cover;
}

.bantubet-advantages__item > * {
    margin-top: 0;
}

.bantubet-how-to {
    counter-reset: steps-counter;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
    margin-top: 32px;
}

.bantubet-how-to__item-content {
    counter-increment: steps-counter;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px;
    background: var(--block-color);
    border-radius: 4px;

}

@media (max-width: 575.9px) {
    .bantubet-how-to__item-content {
        padding: 16px;
    }
}

.bantubet-how-to__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    line-height: 28px;
    color: var(--heading);
    display: inline-block;
    margin: 0;
}

.bantubet-how-to__title-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.bantubet-how-to__title-wrap::before {
    content: counter(steps-counter);
    position: relative;
    display: inline-block;
    min-width: 28px;
    min-height: 28px;
    max-width: 28px;
    max-height: 28px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    background: #0F9121;
    border-radius: 50%;
}

.bantubet-how-to__title::before {
    content: none;
}

.bantubet-how-to__prefix-text-img {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 100%;
}

.bantubet-how-to__prefix-text-img > img {
    border-radius: 4px;
}

@media (max-width: 991.9px) {
    .bantubet-how-to__prefix-text-img {
        gap: 16px;
        grid-template-columns: 1fr;
    }
}

.bantubet-how-to .bantubet-how-to__no-img {
    grid-template-columns: 1fr;
    width: 100%;
}

.bantubet-app-block {
    position: relative;
    padding: 44px 24px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 44px;

}

.bantubet-app-block:not(:first-child) {
    margin-top: 16px;
}

@media (max-width: 575.9px) {
    .bantubet-app-block {
        padding: 24px;
    }
}

.bantubet-app-block span,
.bantubet-app-block p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
    color: #2a2a2a;
    text-align: center;
    margin-top: 0;
}

.bantubet-app-block img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bantubet-app-block__btns {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.bantubet-app-block__btns .btn {
    flex: 1 1 auto;
}

@media (max-width: 575.9px) {
    .bantubet-app-block__btns {
        flex-direction: column;
    }
}

.bantubet-app-block-img {
    display: flex;
    justify-content: space-between;
    background: var(--block-color);
    box-shadow: 0 4px 32px -4px rgba(16, 16, 16, 0.08);
    border-radius: 4px;
}

.bantubet-app-block-img:not(:first-child) {
    margin-top: 16px;
}

.bantubet-app-block-img__container {
    border-radius: 12px 0 0 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.bantubet-app-block-img__container--title {
    color: var(--heading);
    font-size: 22px;
    font-weight: 800;
    line-height: 32px;
}

.bantubet-app-block-img__container--title::before {
    content: none;
}

@media (max-width: 575.9px) {
    .bantubet-app-block-img__container {
        padding: 16px;
    }
}

.bantubet-app-block-img__container.no-title {
    justify-content: flex-end;
}

.bantubet-app-block-img > img {
    max-width: 420px;
    border-radius: 0 8px 8px 0;
}

@media (max-width: 991.9px) {
    .bantubet-app-block-img > img {
        max-width: 100%;
        border-radius: 8px 8px 0 0;
    }
}

@media (max-width: 575.9px) {
    .bantubet-app-block-img > img {
        height: 240px;
        object-fit: cover;
    }
}

@media (max-width: 991.9px) {
    .bantubet-app-block-img {
        flex-direction: column-reverse;
        align-items: center;
    }
}

@media (max-width: 991.9px) {
    .bantubet-app-block-img__btns {
        flex-direction: column;
        width: 100%;
    }
}

.bantubet-promo-list {
    flex-wrap: wrap;
    grid-column: 1/-1;
}

.bantubet-promo-list:not(:first-child) {
    margin-top: 16px;
}

@media (max-width: 575.9px) {
    .bantubet-promo-list {
        gap: 16px;
        flex-direction: column;
    }
}

.bantubet-promo-list__item {
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    background: var(--block-color);
    width: 100%;

    justify-content: space-between;
}

@media (max-width: 991.9px) {
    .bantubet-promo-list__item {
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
}

@media (max-width: 575.9px) {
    .bantubet-promo-list__item {
        max-width: 100%;
    }
}

.bantubet-promo-list__content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

@media (max-width: 991.9px) {
    .bantubet-promo-list__content {
        flex: 1;
    }
}

@media (max-width: 575.9px) {
    .bantubet-promo-list__content {
        padding: 16px;
    }
}

.bantubet-promo-list__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--heading-change);
    margin-bottom: 8px;
    margin-top: 0;
}

.bantubet-promo-list__descr {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text);
    margin-top: 0;
    margin-bottom: 20px;
}

.bantubet-promo-list .btn {
    margin-top: auto;
    min-width: 147px;
}

.bantubet-promo-list img {
    max-width: 42.2077922078%;
    object-fit: cover;
}

@media (max-width: 991.9px) {
    .bantubet-promo-list img {
        max-width: 100%;
        aspect-ratio: 312/142;
    }
}

.scroll-end .providers-list::after {
    opacity: 0;
}

.bantubet-providers-list {
    position: relative;
    flex-wrap: wrap;
}

.bantubet-providers-list:not(:first-child) {
    margin-top: 16px;
}

@media (max-width: 575.9px) {
    .bantubet-providers-list {
        gap: 16px;
        padding-bottom: 10px;
        margin-bottom: -10px;
        flex-direction: column;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}

.bantubet-providers-list img {
    max-width: 164px;
}

.bantubet-providers-list p {
    margin-top: 0;
}

.bantubet-providers-list__item {
    align-items: center;
    gap: 12px;
    padding: 16px;
    justify-content: space-between;
    width: 100%;
    max-width: calc((100% - 72px) / 4);
    background: var(--block-color);

}

@media (max-width: 991.9px) {
    .bantubet-providers-list__item {
        max-width: calc((100% - 24px) / 2);
    }
}

@media (max-width: 575.9px) {
    .bantubet-providers-list__item {
        max-width: 100%;
    }
}

.bantubet-providers-list__name {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: var(--heading-change);
    text-align: center;
}

.bantubet-pros-cons:not(:first-child) {
    margin-top: 16px;
}

@media (max-width: 767.9px) {
    .bantubet-pros-cons {
        flex-direction: column;
    }
}

.bantubet-pros-cons__item {
    padding: 24px;

    border-radius: 4px;
    background: var(--block-color);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: calc((100% - 16px) / 2);
}

@media (max-width: 767.9px) {
    .bantubet-pros-cons__item {
        max-width: 100%;
        padding: 16px;
    }
}

.bantubet-pros-cons__title {
    color: var(--heading-change);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
}

.bantubet-pros-cons__title::before {
    content: none;
}

.bantubet-pros-cons__list {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.bantubet-pros-cons__list-pros li::before {
    background: url("../img/pros.png") center/contain no-repeat;
}

.bantubet-pros-cons__list-cons li::before {
    background: url("../img/cons.png") center/contain no-repeat;
}

.bantubet-pros-cons__list-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text);
}

.bantubet-pros-cons__list-item::before {
    content: "";
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    position: relative;
}

.copy-el {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    flex: 1;
}

.copy-el__text {
    flex: 1;
    border-radius: 6px;
    border: 1px dashed var(--change-color);
    padding: 13px;
    background: var(--change-bgcolor-btn);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: var(--change-color);
    text-transform: uppercase;
}

.bantubet-relink-full {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
}

.bantubet-relink-full:not(:first-child) {
    margin-top: 16px;
}

@media (max-width: 1239.9px) {
    .bantubet-relink-full {
        flex-direction: column;
    }
}

.bantubet-relink-full__img {
    max-width: 312px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.bantubet-relink-full__img img,
.bantubet-relink-full__img svg {
    height: 100%;
}

@media (max-width: 1239.9px) {
    .bantubet-relink-full__img {
        min-width: 312px;
        max-width: 312px;
    }
}

@media (max-width: 1239.9px) {
    .bantubet-relink-full__img {
        max-width: 100%;
        min-width: 100%;
        aspect-ratio: 312/240;
    }
}

.bantubet-relink-full__list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(6, 1fr);
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width: 1239.9px) {
    .bantubet-relink-full__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.bantubet-relink-full__list .bantubet-relink-full__list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    justify-content: center;
    padding: 16px;
    border-radius: 4px;
    cursor: pointer;
    background: var(--block-color);

    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: var(--heading-change);
    text-align: center;
    flex: 1 1 calc((100% - 80px) / 6);
}

.bantubet-relink-full__list .bantubet-relink-full__list-item img,
.bantubet-relink-full__list .bantubet-relink-full__list-item svg {
    max-width: 48px;
    max-height: 48px;
}

@media (max-width: 767.9px) {
    .bantubet-relink-full__list .bantubet-relink-full__list-item {
        flex: 1 1 calc((100% - 32px) / 3);
    }
}

@media (max-width: 575.9px) {
    .bantubet-relink-full__list .bantubet-relink-full__list-item {
        flex: 1 1 calc((100% - 16px) / 2);
        flex-direction: column;
    }
}

@media (max-width: 575.9px) {
    .bantubet-relink-full__list {
        flex-direction: row;
    }
}

.bantubet-relink-full__list.col-1 {
    grid-template-columns: repeat(1, 1fr);
}

.bantubet-relink-full__list.col-2, .bantubet-relink-full__list.col-4 {
    grid-template-columns: repeat(2, 1fr);
}

.bantubet-relink-full__list.col-3 {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767.9px) {
    .bantubet-relink-full__list.col-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.bantubet-relink-full__list.col-8, .bantubet-relink-full__list.col-9 {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1239.9px) {
    .bantubet-relink-full__list.col-8, .bantubet-relink-full__list.col-9 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.bantubet-relink-full__list.col-5, .bantubet-relink-full__list.col-10 {
    grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 1239.9px) {
    .bantubet-relink-full__list.col-5, .bantubet-relink-full__list.col-10 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.9px) {
    .bantubet-relink-full__list.col-5, .bantubet-relink-full__list.col-10 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.bantubet-relink-full__list.col-12, .bantubet-relink-full__list.col-6, .bantubet-relink-full__list.col-7, .bantubet-relink-full__list.col-11 {
    grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 1239.9px) {
    .bantubet-relink-full__list.col-12, .bantubet-relink-full__list.col-6, .bantubet-relink-full__list.col-7, .bantubet-relink-full__list.col-11 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.9px) {
    .bantubet-relink-full__list.col-12, .bantubet-relink-full__list.col-6, .bantubet-relink-full__list.col-7, .bantubet-relink-full__list.col-11 {
        grid-template-columns: repeat(2, 1fr);
    }
}

* + .bantubet-slots-list {
    margin-top: 16px;
}

@media (max-width: 575.9px) {
    .bantubet-slots-list__list {
        gap: 16px;
        margin: 0;
        flex-wrap: wrap;
    }
}

.bantubet-slots-list__item {
    position: relative;
    overflow: hidden;

    background: var(--block-color);
}

@media (max-width: 575.9px) {
    .bantubet-slots-list__item {
        max-width: 100%;
    }
}

.bantubet-slots-list img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.bantubet-slots-list__name {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 0;
    color: var(--text-to-w);
}

.bantubet-slots-list__content {
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex: 1;
}

.bantubet-slots-list__btns {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: auto;
}

.bantubet-slots-list__btns .btn {
    padding: 8px 12px;
    min-width: 104px;
    min-height: 40px;
}

@media (max-width: 575.9px) {
    .bantubet-slots-list__btns .btn {
        flex: 1 1 auto;
    }
}

.bantubet-slots-list:not(.bantubet-slots-list_scrolled, .bantubet-slots-list_hovered) .bantubet-slots-list__item {
    width: 100%;
    max-width: calc((100% - 72px) / 4);
}

@media (max-width: 991.9px) {
    .bantubet-slots-list:not(.bantubet-slots-list_scrolled, .bantubet-slots-list_hovered) .bantubet-slots-list__item {
        max-width: calc((100% - 24px) / 2);
    }
}

@media (max-width: 575.9px) {
    .bantubet-slots-list:not(.bantubet-slots-list_scrolled, .bantubet-slots-list_hovered) .bantubet-slots-list__item {
        max-width: 100%;
    }
}

.bantubet-slots-list:not(.bantubet-slots-list_scrolled, .bantubet-slots-list_hovered) .bantubet-slots-list__btns {
    width: 100%;
}

.bantubet-slots-list:not(.bantubet-slots-list_hovered) .bantubet-slots-list__img {
    width: 100%;
    height: 180px;
    max-width: 100%;
    max-height: 180px;
}

.bantubet-slots-list:not(.bantubet-slots-list_scrolled) .bantubet-prefix-slots-list__list {
    flex-wrap: wrap;
}

.bantubet-slots-list_scrolled .bantubet-slots-list__name, .bantubet-slots-list_hovered .bantubet-slots-list__name {
    font-weight: 400;
}

.bantubet-slots-list_scrolled {
    position: relative;
}

.bantubet-slots-list_scrolled.scroll-end::after {
    opacity: 0;
}

.bantubet-slots-list_scrolled::after {
    content: "";
    width: 48px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--hiding-color);
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.bantubet-slots-list_scrolled.scroll-end::before {
    opacity: 1;
}

.bantubet-slots-list_scrolled::before {
    content: "";
    width: 48px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--hiding-color);
    z-index: 1;
    opacity: 0;
    transform: scaleX(-1);
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.bantubet-slots-list_scrolled img {
    user-select: none;
    pointer-events: none;
}

.bantubet-slots-list_scrolled .bantubet-slots-list__list {
    overflow-x: auto;
    padding-bottom: 20px;
    margin-bottom: -20px;
}

@media (hover: hover) {
    .bantubet-slots-list_scrolled .bantubet-slots-list__list::-webkit-scrollbar {
        width: 0px;
    }
}

@media (max-width: 575.9px) {
    .bantubet-slots-list_scrolled .bantubet-slots-list__list {
        gap: 20px;
        flex-wrap: nowrap;
    }
}

.bantubet-slots-list_scrolled .bantubet-slots-list__item {
    min-width: 232px;
    max-width: 232px;
    user-select: none;
}

.bantubet-slots-list_scrolled .bantubet-slots-list__btns {
    flex-direction: column;
    width: 100%;
}

.bantubet-slots-list_hovered .bantubet-slots-list__img {
    position: relative;
    min-width: 148px;
    min-height: 148px;
    max-width: 148px;
    max-height: 148px;
    border-radius: 4px;
    overflow: hidden;
    margin: auto;
}

.bantubet-slots-list_hovered .bantubet-slots-list__img:hover .bantubet-slots-list__btns {
    left: 0;
}

@media (max-width: 575.9px) {
    .bantubet-slots-list_hovered .bantubet-slots-list__list {
        column-gap: 14px;
        flex-wrap: wrap;
    }
}

.bantubet-slots-list_hovered .bantubet-slots-list__item {
    min-width: 148px;
    width: 100%;
    max-width: calc((100% - 120px) / 6);
    background: transparent;
    box-shadow: none;
}

@media (max-width: 1130px) {
    .bantubet-slots-list_hovered .bantubet-slots-list__item {
        max-width: calc((100% - 72px) / 4);
    }
}

@media (max-width: 991.9px) {
    .bantubet-slots-list_hovered .bantubet-slots-list__item {
        width: unset;
        max-width: unset;
        flex: 1 1 calc((100% - 48px) / 3);
    }
}

.bantubet-slots-list_hovered .bantubet-slots-list__btns {
    position: absolute;
    top: 0;
    left: calc(-100% - 5px);
    width: 100%;
    height: 148px;
    padding: 12px;
    margin-top: 0;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    transition-property: left;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.bantubet-slots-list_hovered .bantubet-slots-list__btns .btn {
    padding: 12px;
}

.bantubet-slots-list_hovered .bantubet-slots-list__btns .btn.btn_secondary {
    padding: 8px 12px;
}

.btn-no-demo {
    width: 100%;
}

.bantubet-game-demo {
    border-radius: 4px;
    padding: 24px;
    background: var(--block-color);

}

.bantubet-game-demo:not(:first-child) {
    margin-top: 16px;
}

@media (max-width: 575.9px) {
    .bantubet-game-demo {
        padding: 16px;
    }
}

.bantubet-game-demo__content {
    position: relative;
    min-height: 200px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: stretch;
}

.bantubet-game-demo__content::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.bantubet-game-demo__img {
    z-index: 1;
    flex: 1;
}

.bantubet-game-demo__img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.bantubet-game-demo__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 20px;
    position: absolute;
    inset: 0;
    z-index: 5;
}

.bantubet-game-demo__play {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: url("../img/svg/play-btn.svg") center/64px 64px no-repeat;
    z-index: 5;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

@media (hover: hover) {
    .bantubet-game-demo__play:hover {
        opacity: 0.6;
    }
}

.bantubet-game-demo iframe {
    width: 100%;
    aspect-ratio: 16/9;
    z-index: 10;
}

@media (max-width: 575.9px) {
    .bantubet-game-demo iframe {
        aspect-ratio: 19/30;
    }
}

.scroll-block {
    position: relative;
}

.scroll-block.scroll-end::after {
    opacity: 0;
}

.scroll-block.scrolling > * {
    user-select: none;
}

.scroll-block::after {
    content: "";
    width: 48px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--hiding-color);
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.scroll-block.scroll-end::before {
    opacity: 1;
}

.scroll-block::before {
    content: "";
    width: 48px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--hiding-color);
    z-index: 1;
    opacity: 0;
    transform: scaleX(-1);
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.scroll-block__list {
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 24px;
}

@media (hover: hover) {
    .scroll-block__list::-webkit-scrollbar {
        width: 0;
    }
}

.scroll-block__list img {
    max-height: 360px;
    object-fit: contain;
    min-width: 220px;
}

.bantubet-matches-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    grid-column: 1/-1;
}

.bantubet-matches-list:not(:first-child) {
    margin-top: 16px;
}

@media (max-width: 1239.9px) {
    .bantubet-matches-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767.9px) {
    .bantubet-matches-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 575.9px) {
    .bantubet-matches-list {
        gap: 16px;
    }
}

.bantubet-matches-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 4px;
    background: var(--block-color);

}

.bantubet-matches-list__item-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.bantubet-matches-list__item-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: var(--text);
    text-align: left;
    margin-top: 0;
}

.bantubet-matches-list__item-date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--subtext);
}

.bantubet-matches-list__teams {
    width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.bantubet-matches-list__teams-wrap {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 4px;
}

.bantubet-matches-list__teams-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    color: var(--heading);
}

.bantubet-matches-list__teams-img {
    min-width: 96px;
    min-height: 96px;
    max-width: 96px;
    max-height: 96px;
    border: 4px solid var(--lines);
    border-radius: 50%;
    overflow: hidden;
}

.bantubet-matches-list__teams-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bantubet-matches-list__teams-vs {
    height: 112px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #0F9121;
}

.bantubet-matches-list .btn {
    width: 100%;
}

.matches__all-link {
    width: fit-content;
    margin-left: auto;
}

@media (max-width: 767.9px) {
    .matches__all-link {
        order: 3;
        grid-column: 1/-1;
        width: 100%;
        margin-top: 24px;
    }

    .matches__title {
        grid-column: 1/-1;
    }
}

.bantubet-bonuses-list {
    flex-wrap: wrap;
}

.bantubet-bonuses-list:not(:first-child) {
    margin-top: 16px;
}

@media (max-width: 575.9px) {
    .bantubet-bonuses-list {
        flex-direction: column;
        gap: 16px;
    }
}

.bantubet-bonuses-list__item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 16px;
    padding: 24px;
    flex: 1 1 calc((100% - 24px) / 2);
    background: var(--block-color);

    border-radius: 4px;
}

.bantubet-bonuses-list__item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: repeat;
    pointer-events: none;
    opacity: 0.5;
}

.bantubet-bonuses-list__item_heart::before {
    background-image: var(--heart-pattern);
}

.bantubet-bonuses-list__item_sports::before {
    background-image: var(--sports-pattern);
}

@media (max-width: 1239.9px) {
    .bantubet-bonuses-list__item {
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
}

@media (max-width: 575.9px) {
    .bantubet-bonuses-list__item {
        padding: 16px;
        flex: 1;
    }
}

.bantubet-bonuses-list__item-cat {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 4px 8px;
    margin-bottom: 8px;
    border-radius: 4px;
    background: var(--lines);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: var(--secondary-to-w);
    text-transform: uppercase;
}

.bantubet-bonuses-list__item-cat svg {
    max-width: 24px;
    max-height: 24px;
}

.bantubet-bonuses-list__item-descr {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--heading);
    margin-block: 0 20px;
}

.bantubet-bonuses-list__item-descr span {
    color: #EB6238;
}

.bantubet-bonuses-list__item-copy {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
}

.bantubet-bonuses-list__item-copy-wrap {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    width: 240px;
}

@media (max-width: 1239.9px) {
    .bantubet-bonuses-list__item-copy-wrap {
        width: 100%;
    }
}

.bantubet-bonuses-list__item-copy-text {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 7px;
    border: 1px dashed var(--change-color);
    border-radius: 6px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: var(--change-color);
    background: var(--change-bgcolor-btn);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.bantubet-bonuses-list__item-copy .btn {
    color: #2a3143;
    padding: 8px 16px;
    min-width: 95px;
}

.bantubet-bonuses-list__item-copy .check {
    display: none;
}

.bantubet-bonuses-list__item-copy.copied .copy {
    display: none;
}

.bantubet-bonuses-list__item-copy.copied .check {
    display: block;
}

.bantubet-bonuses-list__item img {
    object-fit: cover;
    z-index: 2;
    border-radius: 4px;
    max-width: 280px;
    max-height: 204px;
}

@media (max-width: 1239.9px) {
    .bantubet-bonuses-list__item img {
        width: 100%;
        max-width: 100%;
    }
}

.bantubet-bonuses-list__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

@media (max-width: 1239.9px) {
    .bantubet-bonuses-list__info {
        flex: 1;
    }
}

.bantubet-bonuses__all-link {
    width: fit-content;
    margin-left: auto;
}

@media (max-width: 767.9px) {
    .bantubet-bonuses__all-link {
        order: 3;
        grid-column: 1/-1;
        width: 100%;
        margin-top: 24px;
    }

    .bantubet-bonuses__title {
        grid-column: 1/-1;
    }
}

.go-up {
    width: 32px;
    height: 32px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 90;

    background: #404656;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.go-up:not(.active) {
    display: none;
}

.go-up svg {
    max-width: 100%;
    max-height: 100%;
    stroke: #0F9121;
}

@media (max-width: 575.9px) {
    .go-up {
        right: 30px;
        bottom: 150px;
    }
}

body.dark .go-up svg {
    stroke: #EB6238;
}

.theme-switcher {
    width: 40px;
    height: 40px;
    position: fixed;
    left: 20px;
    bottom: 100px;
    z-index: 90;

    background: var(--w-to-subtext);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.theme-switcher input {
    width: 20px;
    height: 20px;
}

.fixed-el {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    align-items: center;
    z-index: 80;
    padding: 12px;
    box-shadow: 0px -4px 32px -4px rgba(16, 16, 16, 0.0784313725);
    border-top: 1px solid var(--lines);
    background: var(--heading-change-2);
}

@media (min-width: 576px) {
    .fixed-el {
        display: none;
    }
}

.fixed-el img {
    min-width: 68px;
    max-width: 68px;
    max-height: 44px;
    grid-row: 1/-1;
}

.fixed-el__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
}

.fixed-el__title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: var(--heading);
    margin-top: 0;
}

.fixed-el__descr {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: var(--text);
    margin-top: 0;
}

.fixed-el__img-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.fixed-el__img-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.fixed-el__img-list img,
.fixed-el__img-list svg {
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
}

.fixed-el__img-list img path,
.fixed-el__img-list svg path {
    fill: var(--heading);
}

.fixed-el .btn {
    max-width: max-content;
    margin-left: auto;
}

.fixed-el_download::before {
    content: "";
    position: absolute;
    left: 12px;
    bottom: 0;
    min-width: 78px;
    min-height: 56px;
    max-width: 78px;
    max-height: 56px;
    background: url("../img/fixed-download.png") center/cover no-repeat;
    z-index: -1;
}

.fixed-el_download > img {
    min-width: 58px;
    min-height: 40px;
    max-width: 58px;
    max-height: 40px;
    align-self: flex-end;
    margin-bottom: -7px;
    margin-inline: 10px 10px;
    object-fit: cover;
}

.image {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
}

.image img {
    height: 100%;
    object-fit: contain;
}

* + .image {
    margin-top: 16px;
}

.section-hero .image {
    margin-top: 0;
}

@media (max-width: 767.9px) {
    .image .image {
        height: auto;
    }

    .image .image img {
        position: relative;
    }
}

.bantubet-comment-form {
    margin-bottom: 8px;
}

.bantubet-comment-form__form {
    display: grid;
    grid-template-columns: 420px auto;
    gap: 20px 44px;
    border-radius: 4px;
    background: var(--block-color);
    box-shadow: 0 4px 32px -4px rgba(16, 16, 16, 0.08);
    padding: 24px;
}

.bantubet-comment-form__field {
    grid-column: 1;
}

.bantubet-comment-form__field-textarea {
    grid-row: 1/span 3;
    grid-column: 2;
}

.bantubet-comment-form__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bantubet-comment-form__alert {
    display: none;
}

.bantubet-comment-form__alert.success {
    display: flex;
    margin: auto;
    text-align: center;
    grid-column: 1/-1;
    color: var(--heading);
}

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

.bantubet-comment-form__input, .bantubet-comment-form__textarea {
    color: var(--text);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid var(--lines);
    padding: 10px 12px;
    background: transparent;
}

.bantubet-comment-form__input::placeholder, .bantubet-comment-form__textarea::placeholder {
    color: var(--subtext);
}

.bantubet-comment-form__input:focus, .bantubet-comment-form__textarea:focus {
    border: 1px solid #0F9121;
}

.bantubet-comment-form__textarea {
    resize: none;
    width: 100%;
    height: 100%;
}

.bantubet-comment-form__label {
    color: var(--heading);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.star-rating {
    border-radius: 4px;
    background: var(--bg);
    width: fit-content;
    padding: 8px 12px;
}

.star-rating s.active, .star-rating s:hover {
    color: var(--subtext);
}

.star-rating s {
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    color: var(--subtext);
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.star-rating s.active::before, .star-rating s.rated::before, .star-rating s:hover::before {
    content: "★";
    color: #EB6238;
}

.star-rating s::before {
    content: "☆";
    color: #9A9A9A;
    margin-left: 12px;
}

.star-first::before {
    margin-left: 0 !important;
}

.bantubet-comments {
    display: grid;
    gap: 12px;
}

.bantubet-comment__author {
    color: var(--heading);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.bantubet-comment__author:before {
    content: none;
}

.bantubet-comment__content {
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.bantubet-comment__rating-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid var(--bg);
    margin-top: 12px;
    color: var(--subtext);
    font-size: 14px;
}

.bantubet-comment__rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.bantubet-comment {
    border-radius: 4px;
    background: var(--block-color);
    box-shadow: 0 4px 32px -4px rgba(16, 16, 16, 0.08);
    padding: 24px;
}

.bantubet-comment__rating-stars {
    display: flex;
    align-items: center;
}

@media (max-width: 991.9px) {
    .bantubet-comment-form__form {
        grid-template-columns: 1fr;
        padding: 16px;
    }
}

@media (max-width: 991.9px) {
    .bantubet-comment-form__field-textarea {
        grid-row: 4;
        grid-column: 1;
        height: 185px;
    }
}

@media (max-width: 991.9px) {
    .bantubet-comment-form__button {
        grid-row: 5;
    }
}

@media (max-width: 991.9px) {
    .bantubet-comment {
        padding: 16px;
    }
}

@media (max-width: 991.9px) {
    .bantubet-comment__author {
        margin-bottom: 8px;
    }
}

@media (max-width: 991.9px) {
    .bantubet-comment__content {
        margin-top: 8px;
    }
}

.bantubet-comment-form__alert.error {
    display: flex;
    justify-content: center;
    grid-column: 1/-1;
    color: var(--secondary-to-w);
}

.bantubet-comment-form__field.error input,
.bantubet-comment-form__field.error textarea {
    border-color: red;
}

.bantubet-comment-form__alert.success {
    color: green;
}

.star {
    cursor: pointer;
    color: #ccc;
    font-size: 24px;
}

.star.active {
    color: #EB6238;
}

.error {
    border: 1px solid red;
}

.bantubet-comment-form__alert.error {
    color: red;
    border: none;
}

.bantubet-comment-form__alert.success {
    color: green;
}

.page-404 {
    width: 100%;
}

.page-404__title {
    text-align: center;
    font-size: 80px;
    line-height: 75px;
}

.page-404__subtitle {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
}

.page-404__link {
    width: fit-content;
    margin: auto;
}

.bantubet-ratings__item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bantubet-ratings__item-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: normal;
}

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

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

.align-bottom {
    align-items: flex-end;
}

.bantubet-button-content {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 24px;
}

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

.bantubet-button-content.right {
    justify-content: flex-end;
}

.bantubet-button-content.left {
    justify-content: flex-start;
}

.bantubet-footer .bantubet-footer__payment img {
	filter: grayscale(1);
}

.bantubet-footer .bantubet-footer__payment img:hover {
	filter: grayscale(0);
	transition: all 0.2s ease-in-out;
}

.bantubet-game-demo__btns .btn {
	height: 48px;
	max-width: 240px;
	width: 100%;
}

* + .wp-block-list {
    margin-top: 1rem;
}

ul.wp-block-list li,
ol.wp-block-list li {
    position: relative;
    display: inline-block;
    padding-left: 32px;
}

ul.wp-block-list li::before,
ol.wp-block-list li::before {
    position: absolute;
    top: 0;
    left: 0;
}

.bantubet-footer__tp-links-item,
.bantubet-footer__tp-links-link {
    display: flex;
}


/* GAME */
.game-demo-small {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #2b3653;
    padding: 28px 16px;
    background-position: center;
    background-size: cover;
}

.game-demo-small .get-image,
.game-demo-small img {
    margin: 0 0 8px;
}

.game-demo-small img {
    max-height: 40px;
    width: fit-content;
    object-fit: contain;
}

.game-demo-small__title {
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}

.game-demo-small__affiliate-link + .game-demo-small__demo-link {
    margin-top: 16px;
}

.game-demo-small__box {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    padding: 10px;
    z-index: 1210;
}

.game-demo-small__box-header {
    margin-bottom: -1px;
    padding: 8px 8px 8px 16px;
    background: #151b29;
    border-radius: 3px 3px 0px 0px;
    display: flex;
    align-items: center;
}

.game-demo-small__box-title {
    margin: 0 24px 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.game-demo-small__box-close {
    display: flex;
    margin-left: auto;
    border: none;
    border-radius: 3px;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.game-demo-small__box-close:hover {
    background-color: rgba(255,255,255, 0.2);
}

.game-demo-small__iframe {
    border-radius: 0 0 3px 3px;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: none;
    overflow: hidden;
    background-color: #D9D9D9;
}

@media (max-width: 767px) {
    .game-demo-small__box-header {
        flex-wrap: wrap;
    }

    .game-demo-small__box-title {
        width: calc(100% - 56px);
    }

    .game-demo-small__box .game-demo-small__affiliate-link {
        order: 3;
        margin: 4px auto 0;
    }

    .game-demo-small__box {
        top: 30px;
        left: 12px;
        bottom: 30px;
        right: 12px;
        transform: none;
        padding: 0;
        width: calc(100% - 24px);
        overflow: hidden;
    }

    .game-demo-small__iframe {
        height: 100%;
        aspect-ratio: auto;
    }
}

.page.scroll-lock-modal {
    overflow: hidden;
    position: relative;
}

.page.scroll-lock-modal:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1200;
}
/* GAME */
