* {
    box-sizing: border-box;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Default for mobile */
img {
    max-width: 75%;
    max-height: 100%;
    height: auto;
    vertical-align: top !important;
}

ul,
ol {
    padding: 10px 10px 10px 20px;
}

a {
    transition: 0.2s;
    text-decoration: none;
    color: #fff;
    display: inline-block;
}

a:not(.btn):hover,
a:not(.btn):active,
a:not(.btn):focus {
    text-decoration: none;
    color: #FF6E6A;
}

::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #2a3546;
    border-radius: 2px;
}

html,
body {
    color: #fff;
    line-height: 1.5;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
    background-color: #1b1b1b;
}

html.modal_open {
    overflow: hidden;
    height: 100vh;
}

body {
    background: url("../img/betnew/left-side.webp") left top 350px no-repeat, url("../img/betnew/right-side.webp") right top no-repeat, linear-gradient(180deg, #04152E 0%, #050421 100%), #050421;
}

strong {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 19px;
}

p {
    margin: 5px 0;
}

svg {
    vertical-align: top;
}

.container {
    max-width: 1664px;
    width: 100%;
    margin: 0 auto;
    padding: 0 32px;
}

.header {
    position: fixed;
    top: 0;
    left: 230px;
    right: 0;
    width: calc(100% - 230px);
    z-index: 997;
    background-color: #050421;
    transition: .3s;
}

.header.active {
    width: calc(100% - 48px);
    left: 48px;
}

.header .container {
    max-width: 1920px;
}

.fixed-header {
    padding: 16px 32px;
    height: 72px;
    margin: 0 auto;
}

.fixed-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    height: 100%;
}

.header-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 56%;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

.header-logo {
    position: relative;
}

.header .logo {
    max-height: 38px;
}

.header-logo svg {
    max-width: 190px;
    max-height: 47px;
    width: 100%;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 40px;
}

.head_menu_btn {
    cursor: pointer;
    opacity: .7;
    transition: .3s;
}

.head_menu_btn svg {
    fill: #000;
}

.head_menu_btn:hover {
    opacity: 1;
}

.header-menu a {
    color: #fff;
    font-size: 16px;
    margin: 0 35px 0 0;
}

.header-menu a:hover,
.header-menu a.active {
    color: #FF6E6A;
}

.overflow-topmenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000070;
    display: none;
    z-index: 997;
}

.overflow-topmenu.active {
    /*    display: block;*/
}

.parent-header-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.no-login-header-btn,
.yes-login-header-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.no-login-header-btn {
    display: flex;
}

.no-login-header-btn.mobile {
    display: none;
}

.yes-login-header-btn .notification {
    position: relative;
    margin-right: 8px;
}

.yes-login-header-btn .notification svg {
    width: 32px;
    height: 32px;
}

.yes-login-header-btn .notification::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #FF6E6A;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.header-btn .btn.open-deposit {
    padding: 7.5px 16px;
}

.header-btn {
    display: flex;
    align-items: center;
}

.topmenu-wrap .header-btn {
    padding: 0 15px;
    flex-direction: column;
    margin-bottom: 20px;
}

.topmenu-wrap .header-btn .reg-btn {
    padding: 8px 7px;
}

.topmenu-wrap .header-btn .btn + .btn {
    margin-left: 0;
    margin-top: 20px;
}

.reg-btn {
    position: relative;
    margin-left: 16px;
}

.btn.animation {
    position: relative;
    overflow: hidden;
}

.btn.animation span {
    position: relative;
    z-index: 1;
}

.btn.animation::before {
    content: '';
    position: absolute;
    top: -50%;
    right: 23px;
    background-color: rgba(255, 255, 255, .5);
    width: 40px;
    height: 200%;
    transform: skew(-30deg, 0deg);
    animation: btn-animation 4s infinite;
}

@keyframes btn-animation {
    0% {
        right: 150%;
    }

    50% {
        right: -50%;
    }

    100% {
        right: -50%;
    }
}

.jack-pot-bronze-animation {
    animation: jack-bronze-animation 10s infinite cubic-bezier(0.7, 0, 0, 1.01);
}

@keyframes jack-bronze-animation {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        box-shadow: 0px 0px 12px 11px #E38250;
    }

    9.99%,
    19.99%,
    29.99%,
    39.99%,
    49.99%,
    59.99%,
    69.99%,
    79.99%,
    89.99%,
    99.99% {
        box-shadow: 0 0 0 10px rgba(218, 254, 49, 0);
    }
}

.jack-pot-silver-animation {
    animation: jack-silver-animation 10s infinite cubic-bezier(0.7, 0, 0, 1.01);
}

@keyframes jack-silver-animation {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        box-shadow: 0px 0px 12px 11px #B5C0C9;
    }

    9.99%,
    19.99%,
    29.99%,
    39.99%,
    49.99%,
    59.99%,
    69.99%,
    79.99%,
    89.99%,
    99.99% {
        box-shadow: 0 0 0 10px rgba(218, 254, 49, 0);
    }
}

.jack-pot-gold-animation {
    animation: jack-gold-animation 10s infinite cubic-bezier(0.7, 0, 0, 1.01);
}

@keyframes jack-gold-animation {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        box-shadow: 0px 0px 12px 11px #FFFF34;
    }

    9.99%,
    19.99%,
    29.99%,
    39.99%,
    49.99%,
    59.99%,
    69.99%,
    79.99%,
    89.99%,
    99.99% {
        box-shadow: 0 0 0 10px rgba(218, 254, 49, 0);
    }
}

.jack-pot-platinum-animation {
    animation: jack-platinum-animation 10s infinite cubic-bezier(0.7, 0, 0, 1.01);
}

@keyframes jack-platinum-animation {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        box-shadow: 0px 0px 12px 11px #D6FFD4;
    }

    9.99%,
    19.99%,
    29.99%,
    39.99%,
    49.99%,
    59.99%,
    69.99%,
    79.99%,
    89.99%,
    99.99% {
        box-shadow: 0 0 0 10px rgba(218, 254, 49, 0);
    }
}

.jack-pot-sapphire-animation {
    animation: jack-sapphire-animation 10s infinite cubic-bezier(0.7, 0, 0, 1.01);
}

@keyframes jack-sapphire-animation {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        box-shadow: 0px 0px 12px 11px #6677F5;
    }

    9.99%,
    19.99%,
    29.99%,
    39.99%,
    49.99%,
    59.99%,
    69.99%,
    79.99%,
    89.99%,
    99.99% {
        box-shadow: 0 0 0 10px rgba(218, 254, 49, 0);
    }
}

.jack-pot-diamond-animation {
    animation: jack-diamond-animation 10s infinite cubic-bezier(0.7, 0, 0, 1.01);
}

@keyframes jack-diamond-animation {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        box-shadow: 0px 0px 12px 11px #BF7DDC;
    }

    9.99%,
    19.99%,
    29.99%,
    39.99%,
    49.99%,
    59.99%,
    69.99%,
    79.99%,
    89.99%,
    99.99% {
        box-shadow: 0 0 0 10px rgba(218, 254, 49, 0);
    }
}


a.btn svg {
    fill: #fff;
    width: 17px;
    height: 17px;
    margin: 0px 5px 0 0;
    display: block;
    float: left;
}

.btn {
    color: #fff;
    justify-content: center;
    padding: 8px 15px;
    text-align: center;
    border-width: 0;
    cursor: pointer;
    transition: all .3s;
    align-items: center;
    background: rgba(27 20 20 / 0);
    border-color: transparent;
    border-radius: 8px;
    border-style: solid;
    display: flex;
    width: auto;
    font-size: 14px;
    min-height: 30px;
    outline: none;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    border-top-right-radius: 4px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 20px;
    min-width: 110px;
    text-align: center;
    position: relative;
}

.btn:hover {
    background: rgba(27 20 20 / .07);
}

.btn.bordered {
    border: 2px solid #0BE7FA;
    animation: btn-bordered-animation 5s infinite;
}

@keyframes btn-bordered-animation {
    0% {
        border: 2px solid #0BE7FA;
    }

    50% {
        border: 2px solid #14499e;
    }

    100% {
        border: 2px solid #0BE7FA;
    }
}

.btn.bordered:active,
.btn.bordered:focus,
.btn.bordered:hover {
    background-color: rgba(79, 228, 230, .2);
    color: #fff;
}

a.profile-btn {
    background-color: #202a39;
    padding: 10px 20px 11px;
    margin-right: 0;
    border-radius: 14px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-left: 8px;
}

a.profile-btn svg {
    fill: #fff;
}

.laguage-wrapper {
    position: relative;
    margin-bottom: 8px;
}

.btn-lang {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
}

.btn-lang a {
    font-size: 16px;
    border-radius: 8px;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(212, 225, 245, .2);
    border-radius: 20px;
}

.btn-lang a:hover {
    border: 1px solid #0BE7FA;
}

.btn-lang a img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    transition: .3s;
}

.btn-lang a:hover img,
.btn-lang.active a img {
    box-shadow: 0 0 0 4px #FF6E6A;
}

.btn-lang a svg {
    width: 10px;
    height: 10px;
    margin-left: auto;
    fill: rgba(212, 225, 245, .2);
}

.btn-lang a:hover svg {
    fill: #fff;
}

.btn-lang.active a svg {
    transform: scale(1, -1);
}

.btn-filled {
    background: #ffc400;
    color: #000;
    padding: 8px 16px;
}

.btn-filled:hover {
    background: #ffa300;
    border-color: #ffa300;
}

.btn-filled.red {
    background-color: #FF6E6A;
    color: #fff;
}

.btn-filled.red:hover {
    background: #ca4e4b;
}

.btn-filled.green {
    background-color: #FECC50;
    border: 2px solid #FECC50;
    color: #111;
}

.btn-filled.green:hover {
    background-color: #ebcc7c;
    border: 2px solid #ebcc7c;
}

.btn-filled.violet {
    background-color: #7360F6;
    border: 2px solid #7360F6;
    color: #fff;
}

.btn-filled.violet:hover {
    background-color: #684FEA;
    border: 2px solid #684FEA;
}

.btn-bordered {
    color: #1b1414;
    border: 1px solid #858585;
}

.btn-bordered:hover {
    color: #1b1414;
    background-color: rgba(27 20 20 / .07);
}

.open-lang,
.open-wager {
    background-color: rgba(27, 43, 56, .65);
    border-radius: 12px;
    display: none;
    overflow: hidden;
    font-size: 14px;
    margin: 0 auto;
    padding: 4px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.open-lang__wrapper,
.open-wager__wrapper {
    background-color: #050421;
    max-width: 500px;
    width: 100%;
    margin: 50px auto 0;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.open-lang__wrapper .btn,
.open-wager__wrapper .btn {
    max-width: 110px;
    margin: 0 auto !important;
}

.open-lang__header,
.open-wager__header {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: relative;
    font-weight: 600;
    padding-bottom: 30px;
}

.open-lang__header .close,
.open-wager__header .close {
    position: absolute;
    right: 0;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.open-lang__header .close svg line,
.open-wager__header .close svg line {
    transition: .2s;
}

.open-lang__header .close:hover svg line,
.open-wager__header .close:hover svg line {
    stroke: #FF6E6A;
}

.open-lang .lang-list,
.open-wager .lang-list {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    padding: 15px;
}

.open-lang.active,
.open-wager.active {
    display: block;
}

.open-lang a,
.open-wager a {
    font-size: 14px;
    position: relative;
    text-align: center;
}

.open-lang a:hover,
.open-wager a:hover {
    background-color: rgb(27 20 20/.04);
}

.open-lang a img,
.open-wager a img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin: 4px;
    box-shadow: 0 0 0 4px #3b444e;
    transition: box-shadow 0.2s ease-out;
}

.open-lang a:hover img,
.open-lang a.active img,
.open-wager a:hover img,
.open-wager a.active img {
    box-shadow: 0 0 0 4px #FF6E6A, 0 0 7px 7px rgba(0, 0, 0, 0.6);
}

.open-lang a span,
.open-wager a span {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.45;
    transition: opacity 0.3s linear;
    position: absolute;
    bottom: -30px;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    padding: 0 10px;
    white-space: nowrap;
    background-color: #607896;
    border-radius: 20px;
    transform: translate(-50%, 0);
    visibility: hidden;
    opacity: 0;
}

.open-lang a:hover span,
.open-wager a:hover span {
    visibility: visible;
    opacity: 1;
}

.reg-btn-topmenu {
    width: 100%;
    margin: 0 0 30px;
}

.h-header-balance {
    margin-right: 10px;
}

.h-header-balance {
    width: auto;
    font-size: 12px;
    line-height: 1.2;
}

.text-header-balance {
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    padding: 2px 0;
}

.text-header-balance + .text-header-balance {
    border-top: 2px solid rgba(212, 225, 245, .2);
}

.header-balance.row .text-header-balance {
    display: flex;
    align-items: baseline;
}

.text-header-balance span {
    font-weight: 600;
}

.header-balance.row .user-balance,
.header-balance.row .user-balance-bonus {
    margin-left: auto;
}

.header-balance.row .orange-currency {
    margin-left: 5px;
}

.yes-login-header-btn .btn {
    margin-right: 10px;
}

.header-vip {
    background: #5c33cf;
    width: 40px;
    height: 40px;
    outline: 1px solid #fff;
    border: 3px solid #D8D8D8;
    border-radius: 50%;
    cursor: pointer;
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
}

.yes-login-header-btn a.btn svg {
    margin: 0;
}


.block-content {
    min-height: calc(100vh - 240px);
    display: flex;
    flex-wrap: wrap;
}

.block-content.menu-open,
.footer.menu-open {
    /* padding-left: 232px; */
}


.index-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 32px;
    overflow: hidden;
}

.top-banners {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.top-banner {
    width: 30.625%;
    min-height: 252px;
    background-image: url(../img/betnew/index-slider/banner2.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 32px 25px;
    font-style: italic;
    font-weight: 600;
    font-size: 48px;
    position: relative;
    cursor: pointer;
}

.top-banner:hover {
    color: #fff;
}

.top-banner:nth-child(1) {
    width: 36.25%;
    background-image: url(../img/betnew/index-slider/banner1-yellow.jpg);
    font-size: unset;
}

.top-banner:nth-child(1) img {

}

.top-banner .title {
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
    margin: 13px 0;
    text-shadow: 0px 0px 2px #000000;
}

.top-banner .text {
    font-size: 16px;
    font-weight: 400;
    line-height: inherit;
    position: relative;
    z-index: 1;
    text-shadow: 0px 0px 2px #000000;
}


.top-banner .title {
    position: relative;
    z-index: 1;
}

.top-banner img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 260px;
}

.logged-out-banner {
    max-width: 1520px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.logged-out-banner__text-block {
    width: calc(50% - 8px);
    max-width: 576px;
    padding-right: 56px;
}

.logged-out-banner__title {
    font-size: 48px;
    line-height: 56px;
    font-family: 'Lora', sans-serif;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

.logged-out-banner__text {
    font-size: 20px;
    margin-bottom: 16px;
}

.logged-out-banner__sub {
    font-size: 14px;
    color: #858585;
    font-weight: 300;
}

.logged-out-banner img {
    width: calc(50% - 8px);
}

.logged-out-banner .btn {
    font-size: 16px;
    max-width: 120px;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    margin-left: 0;
}


.slides-btns {
    max-width: 256px;
    background-color: #f2f2f2;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden;
}

.slides-btns .item {
    padding: 0 24px;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 102px;
    border-bottom: 2px solid #e0e0e0;
    position: relative;
    cursor: pointer;
    font-family: 'Lora', sans-serif;
}

.slides-btns .item::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    background-color: #FF6E6A;
}

.slides-btns .item.active::after {
    animation: progress-animation infinite 8.2s linear;
}

@keyframes progress-animation {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.slides-btns .item img {
    width: 64px;
    height: 54px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 16px;
}


.index-slider {
    width: 100%;
    margin-top: 20px;
    display: flex;
}


.index-slider .swiper-tournament-slider .swiper-slide {
    min-height: 150px;
}

.index-slider .swiper-tournament-slider .swiper-slide .main__item {
    min-height: 150px;
    width: 100%;
    padding: 40px 25px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom right 100px;
}

.index-slider .swiper-tournament-slider .swiper-slide .main__item:hover {
    color: #fff;
}

.index-slider .swiper-tournament-slider .parent-swiper-navination {
    right: 25px;
    bottom: 23px;
}

.index-slider .panel.panel_tournament {
    justify-content: center;
}

.profile__side .index-slider {
    margin-top: 0;
    height: 100%;
}

.profile__side .index-slider .swiper {
    width: 100%;
}

.profile__side .index-slider .swiper-wrapper {
    height: 100%;
}

.profile__side .index-slider .swiper-slide {
    align-items: flex-start;
    border-radius: 12px;
}

.profile__side .index-slider .swiper-slide .img-wrap img {
    max-height: 240px;
}

.index-slider .swiper {
    height: 100%;
    overflow-x: hidden;
    overflow: hidden;
    position: relative;
    margin-right: 0;
    width: calc(50% - 10px);
}

.index-slider .swiper-slide {
    width: 100%;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 150px;
    position: relative;
    transition: background-size .6s;
    overflow: hidden;
    border-radius: 20px;
}

.index-slider .swiper-slide > a {
    display: block;
    width: 100%;
}

.index-slider .swiper-slide .container {
    padding: 0px 25px;
    min-height: 150px;
}

.index-slider .swiper-slide .img-wrap {
    position: absolute;
    bottom: 100%;
    right: 20%;
    transition: .7s !important;
}

.TopSwiper .swiper-slide-active .img-wrap {
    bottom: 6%;
}

.index-slider .swiper-slide .img-wrap img {
    position: relative;
    transition: 0s !important;
    max-height: 140px;
}

.TopSwiper .bg-swiper-slide {
    position: relative;
    left: -1600px;
    transition: .9s !important;
    z-index: 2;
    min-height: 150px;
    display: flex;
    align-items: center;
}

.TopSwiper .swiper-slide-active .bg-swiper-slide {
    left: 0;
}

.parent-swiper-pagination {
    position: absolute;
    width: 200px;
    top: 355px;
    right: auto;
    bottom: 0;
    left: calc(50% - 100px);
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    margin: 0 2px;
    border: 1px solid #b3b4b8;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #b3b4b8;
}

.bg-swiper-slide {
    color: #fff;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    font-family: "Rubik", sans-serif;
}

span.title-slide {
    font-size: 30px;
    font-weight: 600;
    white-space: pre-line;
    text-shadow: 1px 1px 3px #000;
    z-index: 10;
    line-height: 70px;
    width: 100%;
    display: block;
}

span.number-slide {
    font-size: 24px;
    margin-top: 4px;
    font-weight: 500;
    line-height: 1.31;
    white-space: pre-line;
    text-shadow: 1px 1px 3px #000;
    z-index: 10;
    display: block;
}

.btn-slider {
    margin: 40px 0 0;
}

.btn-slider a,
.btn-slider small {
    max-width: 100%;
    display: inline-block;
    margin: 0;
    font-weight: 300;
    line-height: 1.4;
    cursor: pointer;
    font: inherit;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: .25s ease-in-out;
    font-weight: 600;
}

.parent-swiper-navination {
    position: absolute;
    width: 90px;
    bottom: 23px;
    right: 25px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    transition: right .3s;
}

.parent-swiper-navination .swiper-button-next,
.parent-swiper-navination .swiper-button-prev {
    border-radius: 100%;
    background-color: #FF6E6A;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-size: 12px 44px;
    position: static;
    background-image: none;
    margin-top: 0;
}

.parent-swiper-navination .swiper-button-next:hover,
.parent-swiper-navination .swiper-button-prev:hover {
    background-color: #ca4e4b;
}

.parent-swiper-navination .swiper-button-next svg {
    transform: rotate(-90deg);
    fill: #fff;
    width: 10px;
    height: 10px;
    margin-left: 2px;
}

.parent-swiper-navination .swiper-button-prev svg {
    transform: rotate(90deg);
    fill: #fff;
    width: 10px;
    height: 10px;
    margin-right: 2px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: none;
}


.list-anim-btn {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 14px 0 14px;
    width: 100%;
}

.list-anim-btn .anim-btn {
    width: calc(25% - 9px);
    border-radius: inherit;
    background-color: rgba(20, 27, 46, .6);
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    min-height: 90px;
    position: relative;
    overflow: hidden;
}

.list-anim-btn .anim-btn:hover {
    background-color: rgba(20, 27, 46, 1);
}

.list-anim-btn .anim-btn div {
    padding: 20px;
    background-size: 64px 60px;
    background-position: calc(100% - 20px) 50%;
    background-repeat: no-repeat;
}

.list-anim-btn .anim-btn:hover > div {
    transform: scale(1.03);
}

.list-anim-btn .anim-btn div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.list-anim-btn .anim-btn span {
    width: 100%;
    font-size: 24px;
    letter-spacing: .34px;
    font-weight: 600;
    line-height: 1;
}

.list-anim-btn .anim-btn small {
    width: 100%;
    font-size: 13px;
    letter-spacing: -.21px;
    margin-top: 3px;
}


.line-one-index-category {
    margin-top: -19px;
    margin-bottom: 15px;
    width: 100%;
    height: 4px;
    border-radius: 0 0 5px 5px;
    background-image: linear-gradient(90deg, rgb(0, 183, 255) 0%, rgb(199, 0, 255) 50%, rgb(255, 187, 0) 100%);
}

.parent-banner-ihb {
    background-color: #1e283f;
    background-image: url(../img/betnew/home-banner.png);
    background-position: 100% 100%;
    background-size: 400px 100%;
    background-repeat: no-repeat;
    min-height: 202px;
}

.banner-ihb {
    margin-top: 28px;
}

.banner-ihb span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.banner-ihb a {
    height: 45px;
    border-radius: 8px;
    background-image: -webkit-linear-gradient(195deg, #00b7ff, #8d53e9);
    background-image: linear-gradient(255deg, #00b7ff, #8d53e9);
    padding: 0 15px;
    cursor: pointer;
    font-weight: 700;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-top: 25px;
    max-width: 200px;
}


.head-subcat {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
}

.head-subcat-routers {
    width: calc(100% - 250px);
    margin-right: 30px;
    display: block;
    flex: 1 1 auto;
    overflow: hidden;
    border-radius: 6px;
    height: 32px;
}

.one-subcat-router {
    margin-right: 12px;
    display: block;
    float: left;
}

.head-subcat-routers a {
    display: inline-flex;
    align-items: center;
    text-align: center;
    background: rgba(148, 166, 205, .15);
    padding: 0 11px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    /* border: 1px solid rgba(0,0,0,0); */
    transition: .6s all ease;
}

.head-subcat-routers a div {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 6px;
}

.head-subcat-routers a img {
    width: auto;
    height: 20px;
}

.head-subcat-routers a span {
    display: block;
    color: #7a7b91;
    color: #fff;
    font-size: 12px;
    text-align: left;
    white-space: nowrap;
    transition: .4s all ease;
}

.head-subcat-routers a:hover {
    background: rgba(148, 166, 205, .3);
}


.head-subcat-select {
    display: none;
    width: 170px;
    margin-left: 20px;
    position: relative;
}

.subcat-select {
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    padding: 0 15px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.subcat-select:hover {
}

.head-subcat-select svg {
    fill: #FF6E6A;
    width: 20px;
}

.subcat-select-img {
    display: flex;
}

.head-subcat-select.active .subcat-select svg.icon-arrow {
    transform: scale(1, -1);
}

.subcat-select-drop {
    background: #050421;
    font-size: 14px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 4;
    max-height: 285px;
    overflow-y: scroll;
    display: none;
}

.head-subcat-select.active .subcat-select-drop {
    display: block;
}

.subcat-select-drop a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 8px 10px;
    font-size: 12px;
}

.subcat-select-drop a:hover {
    background-color: #21385e;
}

.subcat-select-drop .img-select-drop {
    width: 50px;
    margin-right: 9px;
}

.subcat-select-drop .title-select-drop {
    width: calc(100% - 94px);
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
}

.subcat-select-drop .col-select-drop {
    width: 35px;
    text-align: right;
}


.head-tabs {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 30px;
}

.jackpot-tabs {
    width: 500px;
    border: 2px solid #c5991e;
    border-radius: 14px;
    padding: 15px;
    min-height: 250px;
}

.h-jackpot-tabs {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.jackpot-tabs span {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -1.96px;
    text-shadow: 0 2px 87px #0c1820;
}

.h-jackpot-tabs svg {
    width: 15px;
    height: 15px;
    fill: #c5991e;
    margin: -2px 15px 0;
}

.summ-jackpot-tabs {
    background: radial-gradient(circle at -65% 157%, #c5991e, #b68100 7%, #fff29d 66%, #b57f00 113%, #c7940f 138%);
    font-size: 40px;
    font-weight: 900;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.jackpot-tabs .data-game-slide {
    display: none;
}

.head-tabs .index-slider {
    width: calc(100% - 515px);
}

.head-tabs .index-slider .swiper-slide {
    min-height: 250px;
}


.list-tabs-wrapper {
    display: flex;
    align-items: center;
    min-height: 80px;
    border-radius: 10px;
    margin-bottom: 30px;
    background: #050421;
    padding: 0 15px;
}

.list-tabs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
}

.list-tabs a.router-link {
    padding: 13px 5px 12px;
    position: relative;
    display: flex;
    align-items: center;
}

.list-tabs a.router-link + a.router-link {
    margin-left: 30px;
}

.list-tabs a.router-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleX(0.5);
    opacity: 0;
    height: 3px;
    border-radius: 4px;
    pointer-events: none;
    background-color: #FF6E6A;
    transition: all 0.5s cubic-bezier(0.6, 0.1, 0.05, 1.5);
}

.list-tabs a.router-link:hover {
    color: #fff;
    transition: .3s !important;
}

.list-tabs a.router-link:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

.list-tabs a.router-link svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.list-tabs a.router-link img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    filter: brightness(6);
}

.list-tabs a.router-link:hover svg {
    animation: iconScale 0.6s ease-out;
}

@keyframes iconScale {
    55% {
        transform: scale(1.25) rotate(10deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}

.list-tabs-wrapper .header-search {
    margin-left: auto;
}

.list-tabs-wrapper .header-search input[type="search"] {
    background-image: url(../img/svg/search.svg);
    background-color: #21385e;
    max-width: 150px;
    color: rgba(255, 255, 255, .3);
    font-size: 14px;
    padding: 0 15px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: auto;
    background-position: right 15px center;
    opacity: 1;
    transition: .3s;
    margin-bottom: 0;
    box-shadow: none;
}

.list-tabs-wrapper .header-search.filter {
    margin-left: 20px;
}

.list-tabs-wrapper .header-search.filter input[type="search"] {
    color: rgba(255, 255, 255, 1);
    background-image: url(../img/svg/filter-orange.svg);
}

.list-tabs-wrapper .header-search:hover input[type="search"] {
    color: rgba(255, 255, 255, 1);
    transform: none;
}


.head-one-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.head-one-category.filters {
    /* align-items: flex-end; */
}

.h-one-category {
    font-size: 24px;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.h-one-category svg {
    margin-right: 10px;
}

.h-one-category svg:last-child {
    margin-right: 0;
    margin-left: 5px;
    opacity: 0;
    transition: .3s;
}

.h-one-category img {
    margin-right: 10px;
    filter: brightness(6);
    max-width: 24px;
}

.h-one-category img:last-child {
    margin-right: 0;
    margin-left: 5px;
    opacity: 0;
    transition: .3s;
}

.h-one-category:hover svg:last-child {
    opacity: 1;
}

.h-one-category:hover {
    color: #fff;
}

.head-one-category .view-all {
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
    color: #1b1414;
}

.head-one-category .view-all {
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
    color: #1b1414;
}

.head-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.slide-head-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 34px;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}

.head-btn-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 28px;
    background-color: #353f59;
    color: #c6c6c6;
    border-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 12px;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    align-items: center;
    position: relative;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    outline: none;
    display: inline-block;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
    border-radius: 6px;
    padding-top: 0;
}

.head-btn-slide.left-slide {
    margin-left: 15px;
}

.head-btn-slide.right-slide {
    margin-left: 5px;
}

.head-btn-slide svg {
    fill: #fff;
    width: 21px;
    height: 28px;
}

.head-btn-slide:hover {
    /* background-color: #3e3ef4; */
}

.head-btn-slide:hover svg {
    fill: #fff;
}

.swiper.game-swiper {
    /* width: calc(100% - 29px); */
    width: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-wrapper {
    height: auto;
}

.swiper-wrapper__jackpot {
    flex-direction: column;
}

.game-swiper-wrapper.providers .swiper-arrows .swiper-button-next,
.game-swiper-wrapper.providers .swiper-arrows .swiper-button-prev {
    position: static;
}

.swiper.game-swiper.provider-slider {
    padding: 12px;
}

.game-swiper-wrapper.providers .swiper-slide {
    padding: 8px 15px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    background-color: #04152E;
    border-radius: 20px;
    transition: transform 0.2s, box-shadow 2s;
}

.game-swiper-wrapper.providers .swiper-slide:hover {
    box-shadow: 0 1px 5px #607896;
    transform: translate3d(0, -3px, 0);
    transition: transform 0.2s, box-shadow 0.1s;
}

.game-swiper-wrapper {
    position: relative;
    margin-bottom: 32px;
}

.parent-game-swiper {
    display: flex;
    position: relative;
    margin-top: 15px;
}

.game-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(13% + 6px);
}

.game-swiper.dup3 .swiper-slide {
    width: 11%;
}

.game-swiper-wrapper .swiper-button-next svg,
.game-swiper-wrapper .swiper-button-prev svg {
    fill: #fff;
}

.game-swiper-wrapper .swiper-button-next svg {
    transform: rotate(-90deg);
}

.game-swiper-wrapper .swiper-button-prev svg {
    transform: rotate(90deg);
}

.game-swiper-wrapper .swiper-button-next,
.game-swiper-wrapper .swiper-button-prev {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF6E6A;
    border-radius: 50%;
    margin-top: 0;
}

.game-swiper-wrapper .swiper-button-next {
    right: -13px;
    top: calc(50% - 20px);
}

.game-swiper-wrapper .swiper-button-prev {
    left: -13px;
    top: calc(50% - 20px);
}

.form-gift-reg .swiper-button-next.swiper-button-disabled,
.form-gift-reg .swiper-button-prev.swiper-button-disabled,
.swiper-tournament-slider .swiper-button-next.swiper-button-disabled,
.swiper-tournament-slider .swiper-button-prev.swiper-button-disabled,
.jackpot-games-swiper .swiper-button-next.swiper-button-disabled,
.jackpot-games-swiper .swiper-button-prev.swiper-button-disabled,
.game-swiper-wrapper .swiper-button-next.swiper-button-disabled,
.game-swiper-wrapper .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background-color: #13212d;
}

.game-swiper .swiper-button-next,
.game-swiper .swiper-button-prev {
    display: none;
}

.game-swiper-wrapper.providers .swiper-button-next {
    top: calc(50% - 13px);
}

.game-swiper-wrapper.providers .swiper-button-prev {
    top: calc(50% - 13px);
}

.game-swiper-wrapper .swiper-button-next:after,
.game-swiper-wrapper .swiper-rtl .swiper-button-prev:after,
.game-swiper-wrapper .swiper-button-prev:after,
.game-swiper-wrapper .swiper-rtl .swiper-button-next:after {
    content: none;
}

.themes-slides.game-swiper .swiper-slide {
    padding: 4px;
    padding-left: 22px;
    border-radius: 12px;
    min-height: 294px;
    min-width: 465px;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.themes-slides .swiper-slide:nth-child(1) {
    background-color: rgba(255, 196, 0, 0.08);
}

.themes-slides .swiper-slide:nth-child(1):hover {
    background-color: rgba(255, 196, 0, 0.16);
}

.themes-slides .swiper-slide:nth-child(1) > .title {
    color: #ffc400;
}

.themes-slides .swiper-slide:nth-child(2) {
    background-color: rgba(244, 136, 149, 0.08);
}

.themes-slides .swiper-slide:nth-child(2):hover {
    background-color: rgba(244, 136, 149, 0.16);
}

.themes-slides .swiper-slide:nth-child(2) > .title {
    color: #f48895;
}

.themes-slides .swiper-slide:nth-child(3) {
    background-color: rgba(126, 126, 242, 0.08);
}

.themes-slides .swiper-slide:nth-child(3):hover {
    background-color: rgba(126, 126, 242, 0.16);
}

.themes-slides .swiper-slide:nth-child(3) > .title {
    color: #7e7ef2;
}

.themes-slides .swiper-slide:nth-child(4) {
    background-color: rgba(6, 65, 121, 0.08);
}

.themes-slides .swiper-slide:nth-child(4):hover {
    background-color: rgba(6, 65, 121, 0.16);
}

.themes-slides .swiper-slide:nth-child(4) > .title {
    color: #064179;
}

.themes-slides .swiper-slide:nth-child(5) {
    background-color: rgba(17, 139, 255, 0.08);
}

.themes-slides .swiper-slide:nth-child(5):hover {
    background-color: rgba(17, 139, 255, 0.16);
}

.themes-slides .swiper-slide:nth-child(5) > .title {
    color: #118bff;
}

.themes-slides .swiper-slide:nth-child(6) {
    background-color: rgba(235, 184, 56, 0.08);
}

.themes-slides .swiper-slide:nth-child(6):hover {
    background-color: rgba(235, 184, 56, 0.16);
}

.themes-slides .swiper-slide:nth-child(6) > .title {
    color: #ebb838;
}

.themes-slides .swiper-slide:nth-child(7) {
    background-color: rgba(124, 208, 148, 0.08);
}

.themes-slides .swiper-slide:nth-child(7):hover {
    background-color: rgba(124, 208, 148, 0.16);
}

.themes-slides .swiper-slide:nth-child(7) > .title {
    color: #7cd094;
}

.themes-slides .swiper-slide:nth-child(8) {
    background-color: rgba(159, 1, 2, 0.08);
}

.themes-slides .swiper-slide:nth-child(8):hover {
    background-color: rgba(159, 1, 2, 0.16);
}

.themes-slides .swiper-slide:nth-child(8) > .title {
    color: #9f0102;
}

.themes-slides .swiper-slide:nth-child(9) {
    background-color: rgba(255, 112, 0, 0.08);
}

.themes-slides .swiper-slide:nth-child(9):hover {
    background-color: rgba(255, 112, 0, 0.16);
}

.themes-slides .swiper-slide:nth-child(9) > .title {
    color: #ff7000;
}

.themes-slides .swiper-slide > .title {
    font-size: 32px;
    font-family: 'Lora', sans-serif;
    padding-top: 20px;
}

.themes-slides .parent-game-slide {
    width: 100%;
    position: absolute;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}

.themes-slides .parent-game-slide a {
    width: 100%;
}

.themes-slides .parent-game-slide:nth-child(2),
.themes-slides .parent-game-slide:nth-child(3),
.themes-slides .parent-game-slide:nth-child(4) {
    max-width: 120px;
    right: 4px;
}

.themes-slides .parent-game-slide:nth-child(2) {
    top: 4px;
}

.themes-slides .parent-game-slide:nth-child(3) {
    top: 102px;
}

.themes-slides .parent-game-slide:nth-child(4) {
    bottom: 4px;
}

.themes-slides .parent-game-slide:nth-child(8),
.themes-slides .parent-game-slide:nth-child(7) {
    max-width: 152px;
    width: 33.9%;
}

.themes-slides .parent-game-slide:nth-child(8) {
    bottom: 4px;
    right: 292px;
}

.themes-slides .parent-game-slide:nth-child(7) {
    bottom: 66px;
    right: 132px;
}

.themes-slides .parent-game-slide:nth-child(5),
.themes-slides .parent-game-slide:nth-child(6) {
    max-width: 72px;
}

.themes-slides .parent-game-slide:nth-child(5) {
    bottom: 4px;
    right: 132px;
}

.themes-slides .parent-game-slide:nth-child(6) {
    bottom: 4px;
    right: 212px;
}

.game-slide {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 100%;
}

.game-slide[data-provider="evolution2"] a.demo {
    display: none;
}

.provider-game-slide-img {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    max-width: 85px;
    height: 45px;
    width: 60%;
    padding: 5px;
    background-color: rgba(27, 43, 56, .8);
    border-bottom-left-radius: 10px;
    object-fit: contain;
}

.game-slide:hover .provider-game-slide-img {
    display: none;
}

.game-preview__btn-star {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    border: none;
    z-index: 2;
}

.game-preview__btn-star svg {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.game-preview__btn-star.star.favorite.in_favorites svg {
    fill: #ffb319;
}

.meta-game-slide {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1;
    width: 36px;
}

.meta-game-slide span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    font-size: 10px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 4px;
}

.meta-game-slide .new {
    background: #3e3ef4;
}

.meta-game-slide .top {
    background: #ffbb39;
    color: #131521;
}

.meta-game-slide .hot {
    background: #fd2d5e;
}

.hover-game-slide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 2;
    padding: 10px 15px;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s;
}

.hover-game-slide > * {
    z-index: 2;
}

.hover-game-slide .btn {
    font-size: 12px;
    padding: 3px 8px;
    margin: 5px;
    min-height: inherit;
}

.hover-game-slide a:not(.btn) {
    font-size: 14px;
    padding: 5px 20px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.hover-game-slide a.demo:not(.btn-play-icon) {
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
}

.hover-game-slide a.demo:hover {
    color: #9786ff;
}

.hover-game-slide .h-game-btns .btn-play-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

.h-game-btns .btn-play-icon svg {
    width: 100%;
    height: 100%;
}

.hover-game-slide .btn-bordered {
    background-color: rgba(255, 196, 0, .0);
}

.hover-game-slide .btn-bordered:hover {
    background-color: rgba(255, 196, 0, .1);
}

.game-slide:hover .hover-game-slide {
    opacity: 1;
}

.game-slide:hover .h-game-btns {
    opacity: 1;
}

.game-slide:hover .hover-game-slide {
    background-color: rgba(0, 0, 0, .6);
}

.img-game-slide {
    position: relative;
    overflow: hidden;
    height: auto;
    padding-top: 75%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.img-game-slide:not(.visible) {
    background: none !important;
}

.parent-game-swiper .game-slide {
    border-radius: 16px 16px 0 0;
}

.parent-game-swiper .img-game-slide {
    padding-top: 135%;
}

.game-slide.slide-view-all:hover > .img-game-slide {
    filter: blur(0px);
}

.game-slide.slide-view-all:hover > .hover-game-slide {
    opacity: 0;
    z-index: -1;
}

.data-game-slide {
    background: none;
    border-radius: 0 0 10px 10px;
    padding: 8px 6px 0;
    display: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    position: relative;
    z-index: 17;
}

.provider-game-slide {
    color: #858585;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
}

.h-game-slide {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    font-size: 18px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    z-index: 1;
    padding: 10px;
    background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0) 47%);
}

.game-slide:hover .h-game-slide {
    display: none;
}

.h-game-slide span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.h-game-slide svg {
    width: 24px;
    height: 24px;
}

.h-game-slide .game-info-desc {
    margin-left: auto;
    cursor: pointer;
    display: flex;
}

.game-stat-dropdown__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f2f2f2;
    padding: 16px;
    z-index: 20;
    border-radius: 6px;
    width: 370px;
    box-shadow: 0 0 2px #0006;
    opacity: 0;
    pointer-events: none;
}

.game-stat-dropdown__wrapper.static {
    position: static;
    box-shadow: none;
    opacity: 1;
    pointer-events: all;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 32px;
}

.game-stat-dropdown__wrapper.static > div {
    background-color: #f2f2f2;
}

.game-stat-dropdown__wrapper.static::after,
.game-stat-dropdown__wrapper.static::before {
    content: none;
}

.game-stat-dropdown__wrapper.active {
    opacity: 1;
    pointer-events: all;
}

.game-stat-dropdown__wrapper::before {
    content: '';
    position: absolute;
    top: 100%;
    height: 16px;
    width: 100%;
    left: 0;
}

.game-stat-dropdown__wrapper.bottom::before {
    top: -20px;
}

.game-stat-dropdown__wrapper::after {
    content: '';
    position: absolute;
    left: calc(50% - 10px);
    bottom: -6px;
    width: 12px;
    height: 12px;
    background-color: #f2f2f2;
    transform: rotate(45deg);
}

.game-stat-dropdown__wrapper.left::after {
    left: calc(50% + 90px);
}

.game-stat-dropdown__wrapper.bottom::after {
    bottom: calc(100% - 6px);
    left: calc(50% - 5px);
}

.game-stat-dropdown__wrapper.bottom.left::after {
    left: calc(50% + 95px);
}

.game-stat-dropdown__wrapper .game-stat-dropdown {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.game-stat-dropdown__wrapper .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
}

.game-stat-dropdown__wrapper .item:first-child {
    padding: 8px;
    background: #fff;
    border-radius: 6px;
}

.game-stat-dropdown__wrapper .item span {
    margin-right: 4px;
    color: #858585;
}

.game-stat-dropdown__wrapper .item svg {
    margin-left: 4px;
    width: 16px;
    height: 16px;
}

.game-stat-dropdown__wrapper .item + .item {
    margin-left: 8px;
}

.game-stat-dropdown__wrapper .row {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
}

.game-stat-dropdown__wrapper .row .title {
    color: #858585;
}

.h-game-btns {
    opacity: 0;
    position: relative;
}

.parent-game-slide {
    width: 100%;
}

.sides-blocks {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 20px;
}

.mini-slider-win {
    width: calc(33.33% - 14px);
    max-height: 410px;
    padding: 85px 35px 40px;
    border-radius: 20px;
    position: relative;
    pointer-events: none;
    background: linear-gradient(130.88deg, #140421 13.67%, #0B1C5A 50.08%, #0B1C5A 68.04%, #140421 109.3%);
}

.mini-slider-win .panel-sticker {
    background-color: #0BE7FA;
    color: #111;
}

.swiper-wins {
    overflow: hidden;
    max-height: 280px;
}

.max-height {
    overflow: hidden;
    max-height: 280px !important;
}

.swiper-wins .swiper-slide {
    height: 60px !important;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
    gap: 10px;
}

.swiper-wins .swiper-slide .game {
    border-radius: 10px;
    min-width: 89.22px;
}

.swiper-wins .mini-img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
}

.swiper-wins .mini-img img {
    object-fit: cover;
    height: 100%;
}

.swiper-wins .mini-desc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #050421;
    border-radius: 10px;
    padding: 5px 10px;
}

.swiper-wins .mini-desc .name {
    max-width: 82px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    text-transform: uppercase;
}

.swiper-wins .mini-desc .name {
    max-width: 100%;
}

.swiper-wins .mini-desc .summ {
    /*  max-width: 105px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
}

.swiper-wins .mini-desc a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiper-wins .mini-desc a .text {
    max-width: 167px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.swiper-wins .mini-desc a:hover {
    color: #fff;
}

.swiper-wins .mini-desc a:hover .text {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.swiper-wins .mini-desc a svg {
    color: #0BE7FA;
}

.swiper-wins .mini-desc a:hover svg {
    color: #9786ff;
}


.swiper-tournament-slider {
    width: calc(66.66% - 6px);
    overflow: hidden;
    position: relative;
    margin: 0;
    max-height: 410px;
}

.sides-blocks .swiper-tournament-slider .swiper-slide {
    min-height: 380px;
    background: linear-gradient(94.06deg, #140421 -2.73%, #0B1C5A 39.91%, #0B1C5A 60.95%, #140421 109.27%);
}

.swiper-tournament-slider .swiper-slide .main__item {
    margin: 0;
    min-height: 405px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    background-color: inherit;
}

/*
.swiper-tournament-slider .swiper-slide .main__item::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  background: linear-gradient(90deg, #13212d 35%, rgba(19, 33, 45, 0) 77%, rgba(19, 33, 45, .8) 100%);
}
*/

.swiper-tournament-slider .parent-swiper-navination {
    right: 40px;
    bottom: 40px;
}


.index-banner {
    margin: 10px 0;
    background-image: url(../img/betnew/banner1.jpg);
    min-height: 400px;
    padding: 20px 20px 20px 40%;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.index-banner .title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.jp-summ {
    font-size: 120px;
    font-weight: 700;
    position: relative;
    min-height: 180px;
    width: 640px;
}

.jp-summ .curr {
    font-size: 40px;
    text-transform: uppercase;
}

.jp-summ .main {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(90deg, rgba(246, 209, 64, 1) 30%, rgb(255 250 223) 44%, rgba(246, 209, 64, 1) 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.jp-summ .shadow {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    text-shadow: 3px -3px #683c14, -3px -3px #683c14, -3px 3px #683c14, -3px -3px #683c14, 3px -2px #683c14, -3px -2px #683c14, -2px 3px #683c14, -2px -3px #683c14, 3px -1px #683c14, -3px -1px #683c14, -1px 3px #683c14, -1px -3px #683c14, 3px 0px #683c14, -3px 0px #683c14, 0px 3px #683c14, 0px -3px #683c14, 3px 1px #683c14, -3px 1px #683c14, 1px 3px #683c14, 1px -3px #683c14, 3px 2px #683c14, -3px 2px #683c14, 2px 3px #683c14, 2px -3px #683c14, 3px 3px #683c14, -3px 3px #683c14, 3px 3px #683c14, 3px -3px #683c14;
}


.list-game {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}

.list-game + .bottom-btn {
    display: none;
}

.list-game .parent-game-slide {
    width: calc(16.66% - 20px);
    margin: 10px;
    border-radius: 20px;
}

.parent-list-game .view-all {
    margin: 0;
}

.list-game.grid {
    display: grid;
    flex-grow: 1;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 20px;
    margin-left: 0;
    width: 100%;
}

.list-game.grid.other + .hidden-list {
    display: none;
}

.list-game.grid.other.hidden {
    display: none;
}

.list-game.grid.other.hidden + .hidden-list {
    display: block;
}

.list-game.grid .parent-game-slide {
    width: 100%;
    margin: 0;
}

.list-game.active-filter .parent-game-slide {
    display: none;
}

.list-game.active-filter .parent-game-slide.checked {
    display: block;
}

.list-game2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}

.list-game2 + .bottom-btn {
    display: none;
}

.list-game2 .parent-game-slide {
    width: calc(16.66% - 20px);
    margin: 10px;
    border-radius: 20px;
}

.parent-list-game2 .view-all {
    margin: 0;
}

.list-game2.grid {
    display: grid;
    flex-grow: 1;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 20px;
    margin-left: 0;
    width: 100%;
}

.list-game2.grid.other + .hidden-list {
    display: none;
}

.list-game2.grid.other.hidden {
    display: none;
}

.list-game2.grid.other.hidden + .hidden-list {
    display: block;
}

.list-game2.grid .parent-game-slide {
    width: 100%;
    margin: 0;
}

.list-game2.active-filter .parent-game-slide {
    display: none;
}

.list-game2.active-filter .parent-game-slide.checked {
    display: block;
}

.one-category.slider-one-cat {
    background-image: linear-gradient(110deg, #1e283f, rgba(20, 27, 46, .6) 100%);
    padding: 15px;
    border-radius: 4px;
}


a.all-games {
    min-width: 120px;
    max-width: 120px;
    display: block;
    margin: 25px auto 0;
    text-align: center;
    color: rgb(198, 198, 198);
    background: rgb(31, 32, 43);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(36, 38, 49);
    border-image: initial;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 10px;
}

a.all-games:hover {
    color: #c6c6c6;
    background: #242631;
}

a.all-games1 {
    min-width: 120px;
    max-width: 120px;
    display: block;
    margin: 25px auto 0;
    text-align: center;
    color: rgb(198, 198, 198);
    background: rgb(31, 32, 43);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(36, 38, 49);
    border-image: initial;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 10px;
}

a.all-games1:hover {
    color: #c6c6c6;
    background: #242631;
}


.the-content {
    margin: 32px 0 32px;
    font-size: 14px;
    border-radius: 8px;
    font-size: 13px;
    padding: 32px 32px 20px;
}

.the-content:empty {
    margin: 0;
    padding: 0;
}

.the-content p {
    margin: 12px 0 8px;
}

.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
    margin: 12px 0 8px;
}

.the-content h1 {
    font-family: 'Lora', sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.the-content h2 {
    font-family: 'Lora', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.the-content h3 {
    font-size: 17px;
}

.the-content a {
    color: #1b1414;
    text-decoration: underline;
}

.the-content img {
    display: none;
}

.the-content ul,
.the-content ol {
    padding: 10px 10px 10px 40px;
}

.the-content .text {
    max-height: 192px;
    overflow: hidden;
}

.the-content .text.active {
    max-height: inherit;
}

.the-content .btn {
    color: #1b1414;
    font-size: 14px;
    background-color: #fff;
    padding: 6px 16px;
    border-radius: 8px;
    display: none;
    margin-top: 8px;
}

.the-content .btn:hover {
    background-color: #EFEEEE;
}

.the-content .btn.active {
    display: block;
}

iframe.index-iframe {
    margin-bottom: 0;
}

.tvbet_info {
    margin-top: 30px;
}

.full-width-page {
    width: 100%;
    padding-top: 120px;
    position: relative;
}

.game-page__wrapper {
    padding: 10px 16px 16px;
    border-radius: 8px;
    background-color: #050421;
    margin-bottom: 30px;
}

.game-page__title {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.game-page__title.hide-title span {
    display: none;
}

.game-page__title .level-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 6px 12px;
    border-radius: 20px;
    margin-left: auto;
}

.game-page__title .level-block__title {
    display: flex;
    align-items: center;
}

.game-page__title .level-block__title svg {
    margin-right: 8px;
}

.game-page__title .level-block__wrapper {
    width: 160px;
    margin: 0px 8px;
    position: relative;
    height: 8px;
}

.game-page__title .level-block__wrapper:hover .progress-summ {
    display: block;
}

.game-page__title .level-block__wrapper .progress-summ {
    display: none;
    position: absolute;
    width: 68px;
    bottom: calc(100% + 8px);
    right: -34px;
    text-align: center;
    background-color: #ffb319;
    color: #fff;
    border-radius: 20px;
}

.game-page__title .level-block__wrapper .progress-summ::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: calc(50% - 4px);
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ffb319;
    transform: rotate(45deg)
}

.game-page__title .level-block__wrapper .progress-summ::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: calc(100% + 8px);
    width: 100%;
}

.game-page__footer {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.game-page__text-title {
    margin: 32px 0 16px;
    font-size: 20px;
    font-weight: 500;
}

.quick-deposit {
    position: relative;
}

.quick-deposit__dropdown {
    position: absolute;
    bottom: calc(100% + 8px);
    width: 364px;
    padding: 24px;
    background-color: #f2f2f2;
    border-radius: 12px;
    z-index: 9;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    display: none;
}

.quick-deposit__dropdown.active {
    display: flex;
}

.qr-field {
    max-width: 156px;
    margin: 0 auto 16px;
}

.quick-deposit__dropdown .title {
    font-size: 16px;
    color: #858585;
    margin-bottom: 8px;
}

.quick-deposit__dropdown input {
    background-color: #fff;
}

.quick-deposit__dropdown .btn {
    margin: 0 auto;
    display: inline-block;
    transition: .3s;
    font-size: 14px;
}

.quick-deposit__dropdown .btn:active {
    transform: scale(.85)
}

.quick-deposit__btn {
    padding: 11px 16px;
    font-size: 14px;
}

.left-aside {
    width: 270px;
    background-color: #141b2f;
    border-radius: 12px;
    display: none;
    pointer-events: none;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.wrapper-left-aside {
    position: fixed;
    width: 270px;
    height: calc(100vh - 94px);
    top: 79px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
    background-color: #141b2f;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 10;
}

#home .left-aside {
    display: none;
}

#home .main-aside {
    width: 100%;
}

.search-aside {
    width: 100%;
    margin: 0 0 25px;
    padding: 15px 15px 0 15px;
}

input[type="search"] {
    background-image: url("../img/svg/search-white.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 10px 50%;
    background-color: #1f2941;
    border: none;
    margin: 0;
    width: 100%;
    border-radius: 12px;
}

.header-search {
    margin-left: 40px;
}

.header-search .search {
    position: relative;
}

.header-search .search svg path {
    transition: .2s;
}

.header-search:hover .search svg path {
    fill: #FF6E6A;
}

.header-search input {
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.header-search .search-fiealdwrap {
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    position: relative;
}

.header-search .search-fiealdwrap svg {
    width: 24px;
    height: 24px;
    margin-left: auto;
}

.header-search .search-fiealdwrap input {
    margin-bottom: 0;
    border: none;
    width: calc(100% - 40px);
    margin-left: 6px;
    font-size: 16px;
    padding: 10px 0;
    background: none;
    outline: inherit;
    border: none;
}

.header-search .search-fiealdwrap input::placeholder {
    color: #858585;
}

.header-search .search-dropdown.active {
    display: block;
}

.header-search .search-dropdown {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    max-height: calc(100vh - 94px);
    background-color: #f2f2f2;
    padding: 8px;
    overflow: auto;
}

.header-search .search-filters {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

.header-search .search-filters .close-search {
    margin-left: auto;
    cursor: pointer;
    margin-right: 5px;
}

.header-search .search-filters .item {
    line-height: 24px;
    padding: 8px 16px;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    margin-left: 8px;
    cursor: pointer;
}

.header-search .search-filters .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background-color: #FF6E6A;
    transition: .3s;
}

.header-search .search-filters .item.active,
.header-search .search-filters .item:hover {
    color: #FF6E6A;
}

.header-search .search-filters .item.active::after,
.header-search .search-filters .item:hover::after {
    width: 100%;
}

.search-dropdown .game-wrapper {
    display: flex;
}

.search-dropdown .game-wrapper + .game-wrapper {
    margin-top: 8px;
}

.search-dropdown .game-wrapper .game-name {
    font-weight: 500;
}

.search-dropdown .game-wrapper .game-provider {
    font-size: 10px;
    color: #858585;
    text-transform: uppercase;
}

.search-dropdown .game-wrapper .game-btns {
    margin-left: auto;
}

.search-dropdown .game-wrapper .game-btns .btn + .btn {
    margin-top: 8px;
}

.search-dropdown .game-wrapper .img-game-slide {
    max-width: 88px;
    max-height: 66px;
    border-radius: 8px;
    margin-right: 16px;
    padding-top: 0;
    width: 100%;
}

.search-dropdown .search-status {
    margin: 16px 0 8px;
}

.search-dropdown .search-status > div {
    display: none;
    text-transform: uppercase;
    color: #858585;
    font-size: 10px;
    font-weight: 500;
}

.search-dropdown .search-status > div.active {
    display: block;
}

.page-content {
    width: calc(100% - 230px);
    margin-left: auto;
    transition: .3s;
    min-height: 100vh;
}

.block-topmenu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 230px;
    width: 100%;
    background: linear-gradient(180deg, #050421 0%, #04152E 100%);
    z-index: 998;
    padding-bottom: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    transition: left .3s;
}

.block-topmenu .topmenu-wrap {
    height: 100%;
}

.block-topmenu .sidebar-menu-btn {
    transition: opacity .3s;
    margin-left: auto;
    padding: 10px 15px;
}

.block-topmenu:hover .sidebar-menu-btn {
    opacity: 1;
    pointer-events: all;
}

.block-topmenu .sidebar-menu-btn:hover svg path {
    fill: #FF6E6A;
}

.block-topmenu .sidebar-menu-btn svg {
    transition: .3s;
    transform: rotateY(360deg);
}

.block-topmenu.active .sidebar-menu-btn svg {
    transform: rotateY(0deg);
}

.block-topmenu.active .sidebar-menu-btn {
    transform: rotateY(180deg);
    width: 48px;
    height: 60px;
    padding: 10px 8px;
}

.block-topmenu.active {
    left: -182px;
}

.page-content.active {
    width: calc(100% - 48px);
}

.topmenu-wrap::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.topmenu-wrap::-webkit-scrollbar-thumb {
    width: 0px;
    background-color: #2a3546;
    border-radius: 2px;
}

.topmenu-wrap .logout-btn {
    background-color: #fff;
    margin-top: 16px;
    padding: 9.5px 16px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    color: #1b1414;
    width: 100%;
}

.topmenu-wrap .logout-btn:hover {
    background-color: #EFEEEE;
}

.block-topmenu .header-logo {
    margin: 0;
}

.block-topmenu .header-logo a {
    color: #1b1414;
}

.block-topmenu .header-logo img {
    max-width: 104px;
}

.block-topmenu .partner-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0 30px;
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.block-topmenu .partner-block .top-block {
    background-color: #fff;
    padding-bottom: 16px;
    padding: 8px;
    position: relative;
}

.block-topmenu .partner-block .top-block::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: calc(100% - 20px);
    margin-left: 8px;
    background-color: #e0e0e0;
}

.block-topmenu .partner-block .top-block a {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    color: #858585;
}

.block-topmenu .partner-block .top-block a img {
    width: 24px;
    height: 24px;
}

.block-topmenu .partner-block .top-block a .title {
    margin-top: 4px;
    font-size: 13px;
    color: #1B1414;
    font-weight: 600;
}

.block-topmenu .partner-block .top-block a .text {
    margin-left: 16px;
}

.block-topmenu .partner-block .btn-block {
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding: 8px;
    padding-top: 10px;
}

.block-topmenu .partner-block .btn-block a {
    color: #585858;
}

.block-topmenu .header-menu {
    display: flex;
    flex-direction: column;
}

.block-topmenu .header-menu a {
    margin-right: 0;
}

.sidebar-menu-btn:not(.item) {
    width: 60px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
}

.block-topmenu_head {
}

.block-topmenu_head svg {
}

.block-topmenu_head .sidebar-menu-btn {
    position: static;
    margin-left: 8px;
}

.block-topmenu_head .mobile-logo {
    display: none;
}

.one-menu.filled + .one-menu.filled {
    margin-top: 8px;
}

.one-menu a {
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    color: #fff;
    padding: 5px 20px;
}

.one-menu a:hover {
    background-color: #0c1c36;
}

.one-open-menu {
}

.one-menu.filled a {
    background-color: #fff;
    border-radius: 8px;
    padding: 8px 12px;
}

.one-menu.filled .img-one-menu {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
}

.one-menu.filled a span {
    color: #858585;
    font-weight: 400;
    margin-left: auto;
}

.img-one-menu {
    min-width: 25px;
    max-width: 25px;
    height: 25px;
    margin-right: 15px;
}

.one-menu a img {
    width: 100%;
    transition: .3s;
}

.level-block {
    border-radius: 8px;
    padding: 8px 8px 16px;
    margin-bottom: 8px;
}

.level-block__title img {
    max-width: 24px;
}

.level-block__wrapper {
    margin: 8px 0;
    background-color: #f2f2f2;
    height: 4px;
    border-radius: 8px;
}

.level-block__inner {
    background-color: #FF6E6A;
    height: 100%;
    border-radius: 8px;
    position: relative;
}

.level-block__progress {
    font-size: 12px;
    font-weight: 400;
}

.level-block__progress span {
    margin: 0 8px;
}

.list-menu-border {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.09);
    margin: 15px 0;
}

svg.icon-external {
    margin-left: 3px;
    margin-bottom: 0px;
    fill: #c6c6c6;
}

.one-menu a svg.svg-open {
    transform: rotate(90deg);
    position: absolute;
    right: 20px;
    margin-top: 1px;
}

.h-one-open-menu {
    font-family: 'Lora', serif;
    font-size: 22px;
    font-weight: 300;
    margin: 16px 0;
}

.one-menu.open-menu .one-open-menu a {
    font-size: 16px;
    font-weight: 400;
}

.one-menu.open-menu .one-open-menu a span {
    margin-left: auto;
}

.one-menu.open-menu {
    margin-bottom: 20px;
}

.open-menu-not-login {
    display: flex;
}

.btn-lang-not-login {
    display: flex;
}

.not-login-language {
    margin-top: -3px;
}

.topmenu-line {
    width: 100%;
    background-color: #e0e0e0;
    width: 100%;
    height: 1px;
    margin: 10px auto;
}

.topmenu-else-links {
}

.topmenu-else-links a {
    font-size: 12px;
    padding: 0px 8px;
    color: #858585;
    position: relative;
}

.topmenu-else-links a:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    background-color: #858585;
    width: 2px;
    height: 2px;
}

.top-menu-profile-info {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

.top-menu-profile-info > span {
    margin-right: 10px;
    background-color: #2f2fde;
    border-radius: 50%;
    width: 25px;
    display: flex;
}

.top-menu-profile-log-out {
    margin-left: auto;
    opacity: .7;
    height: 17px;
}

.top-menu-profile-log-out:hover {
    opacity: 1;
}

.top-menu-profile-log-out svg path {
    fill: #000;
    stroke: #000;
    stroke-width: 0.4;
}

.profile-btn-topmenu {
    margin: 30px 20px 20px;
}

.top-menu-profile-balance {
    margin: 20px 0;
}

.header .header-balance {
    padding: 0;
    margin-right: 30px;
}

.header-balance {
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 15px;
}

.header-balance .title {
    font-weight: 400;
    margin-right: 20px;
}

.header-balance .login {
    color: #FF6E6A;
    margin-bottom: 4px;
    font-weight: 500;
    cursor: pointer;
}

.profile-btn-topmenu .btn {
    max-width: 130px;
    margin: 0 auto;
}

.profile-btn-topmenu .btn + .btn {
    margin-top: 10px;
}


.list-routers {
    font-size: 14px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2px;
    margin-bottom: 15px;
    width: 100%;
}

.list-routers a {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 13px 15px;
    color: #fff;
    font-size: 12px;
    border-top: 1px solid rgba(38, 46, 72, .5);
}

.list-routers a:first-child {
    border-top: none;
}

.list-routers a:hover {
    background: rgba(38, 46, 72, .5);
}

.img-list-routers {
    width: 50px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.img-list-routers img {
    max-height: 20px;
}

.title-list-routers {
    width: calc(100% - 95px);
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
    color: #fff;
    font-weight: 700;
}

.col-list-routers {
    width: 33px;
    text-align: right;
    color: #7388b6;
    font-size: 10px;
}

.h-aside {
    color: #7388b6;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: -.12px;
    margin: 0 0 3px;
    opacity: .3;
    text-transform: uppercase;
    padding: 0 15px;
}

.list-routers.list-aside-cat .img-list-routers {
    width: 20px;
}

.list-routers.list-aside-cat .title-list-routers {
    width: calc(100% - 65px);
}


.modal-overflow {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 16px;
    opacity: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 43, 56, .65);
}

.modal-overflow.active {
    z-index: 998;
    opacity: 1;
}

.modal-container {
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    pointer-events: none;
}

.modal-container.active {
    opacity: 1;
    z-index: 101;
    pointer-events: all;
}

.modal-container_2 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
}

.modal-container_2.active {
    opacity: 1;
    z-index: 998;
    pointer-events: all;
}

.modal-win {
    display: none;
    position: relative;
    padding: 0;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

.modal-win.active {
    z-index: 102;
    display: flex;
    overflow: auto;
}

.modal-win#remind,
.modal-win#exit,
.modal-win#login {
    max-width: 500px;
}

.modal-win#providers {
    max-width: 800px;
    max-height: calc(100% - 80px);
}

.modal-win#reg {
    max-width: 920px;
}

.modal-win#providers .content-modal-win,
.modal-win#exit .content-modal-win {
    flex-direction: column;
    padding: 30px;
    align-items: center;
    overflow: auto;
    max-height: calc(100% - 30px);
}

.modal-win#providers .content-modal-win .title,
.modal-win#exit .content-modal-win .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    text-align: center;
}

.modal-win#providers .content-modal-win .desc,
.modal-win#exit .content-modal-win .desc {
    font-size: 14px;
    margin-top: 30px;
}

.modal-win#providers .content-modal-win .bottom-btn,
.modal-win#exit .content-modal-win .bottom-btn {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.modal-win#providers .content-modal-win .bottom-btn .btn,
.modal-win#exit .content-modal-win .bottom-btn .btn {
    margin: 0 10px;
}

.modal-win#providers .content-modal-win .close-small:not(.btn),
.modal-win#exit .content-modal-win .close-small:not(.btn) {
    height: 24px;
    width: 24px;
    top: calc(50% - 12px);
    right: 0;
}

.modal-win#providers .content-modal-win .close-small:not(.btn) svg,
.modal-win#exit .content-modal-win .close-small:not(.btn) svg {
    transition: .3s;
}

.modal-win#providers .content-modal-win .close-small:not(.btn):hover svg,
.modal-win#exit .content-modal-win .close-small:not(.btn):hover svg {
    fill: #FF6E6A;
}

.modal-win#providers .content-modal-win .close-small:not(.btn) svg use,
.modal-win#exit .content-modal-win .close-small:not(.btn) svg use {
    transform: scale(1.5) translate(-4px, -4px);
}

.modal-win#providers .providers-list {
    width: 100%;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.modal-win#providers .providers-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    background-color: #13212d;
    border-radius: 20px;
    position: relative;
    transition: .3s;
}

.modal-win#providers .providers-list a:hover {
    box-shadow: 0 1px 5px #607896;
    transform: translate3d(0, -3px, 0);
}

.modal-win#providers .providers-list a img {
    max-width: 80%;
}

.close-small:not(.btn) {
    width: 38px;
    height: 38px;
    border: none;
    font-weight: 300;
    font-size: 38px;
    line-height: 38px;
    background-color: transparent;
    color: #c6c6c6;
    padding: 0;
    position: absolute;
    top: 6px;
    right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    z-index: 10;
    transition: color .1s ease-in-out;
    cursor: pointer;
}

.close-small:not(.btn) svg {
    fill: #fff;
}

.parent-modal-win {
    display: flex;
    justify-content: space-between;
    background-color: #050421;
}

.img-modal-win {
    width: 50%;
    padding: 32px;
    background-color: #1a2131;
    background-image: url(../img/regbanner.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    min-height: 300px;
    text-align: center;
    display: none;
}

.content-modal-win {
    width: 100%;
    display: flex;
}

.content-modal-win .bottom-modal-text p a {
    color: #FF6E6A;
}

.content-modal-win .text-check a {
    color: #FF6E6A;
    text-decoration: underline;
}

.content-modal-win .l-side {
    width: 100%;
    height: 100%;
    padding: 55px 70px;
    background: linear-gradient(130.88deg, #140421 13.67%, #0B1C5A 70%, #0B1C5A 88%, #140421 109.3%);
    order: 1;
    display: flex;
    flex-direction: column;
}

#reg .content-modal-win .l-side {
    width: 50%;
}

#reg .parent-modal-win {
    background: none;
}

.content-modal-win .l-side .modal-logo {
    max-width: 150px;
    display: flex;
    margin-bottom: 48px;
    color: #1b1414;
}

.content-modal-win .l-side .socials > div {
    display: flex;
    justify-content: center;
}

.content-modal-win .or-block {
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    display: flex;
    justify-content: center;
    margin-top: 24px;
    white-space: nowrap;
    margin-bottom: 10px;
}

.content-modal-win .r-side {
    background-image: url(../img/betnew/reg-bg2.jpg);
    background-position: center;
    background-size: cover;
    max-width: 460px;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.content-modal-win .r-side .pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none
}

.content-modal-win .r-side .banner {
    max-width: 560px;
    width: 37%;
    margin: 32px 73px;
}

.content-modal-win .r-side > .title {
    font-size: 48px;
    font-family: 'Lora', sans-serif;
    margin-bottom: 48px;
}

.content-modal-win .r-side .items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 732px;
}

.content-modal-win .r-side .item {
    width: calc(33.33% - 8px);
    display: flex;
    align-items: flex-start;
}

.content-modal-win .r-side .item img {
    width: 40px;
    margin-right: 12px;
}

.content-modal-win .r-side .item .text-wrap {
    width: calc(100% - 48px);
}

.content-modal-win .r-side .item .title {
    font-family: 'Lora', sans-serif;
    font-size: 18px;
    margin-bottom: 12px;
}

.content-modal-win .r-side .item .text {
    font-size: 12px;
}

.btn-modal-win {
    display: flex;
    align-items: center;
}

.one-btn-modal-win {
    display: flex;
    align-items: center;
    margin-right: 13px;
}

.one-btn-modal-win span {
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: #4a3e6d;
    cursor: pointer;
    text-align: center;
    padding: 5px 10px;
}

.one-btn-modal-win span:hover {
    color: #4a3e6d;
}

.one-btn-modal-win.active span {
    border-radius: 14px;
    padding: 5px 10px;
    border-radius: 3rem;
    color: #fff;
    cursor: default;
    background-color: #3e3ef4;
    opacity: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    align-items: center;
    display: inline-flex;
    vertical-align: middle;
    justify-content: flex-start;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
    border: 2px solid transparent;
}

.h-form-modal-win {
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    line-height: 1;
    margin-bottom: 40px;
    text-align: center;
}

.form-modal-win select {
    border: none;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: 10px 50%;
    padding: 11px 16px;
    padding-left: 14px;
    background-color: #21385e;
    color: #fff;
    box-shadow: inset 0px 0px 2px 3px rgb(0 0 0 / 5%);
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 16px;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/svg/arrow-down.svg);
    background-position: center right 20px;
}

.form-modal-win select {
    border: none;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: 10px 50%;
    padding: 11px 16px;
    padding-left: 14px;
    background-color: #21385e;
    color: #fff;
    box-shadow: inset 0px 0px 2px 3px rgb(0 0 0 / 5%);
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 16px;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/svg/arrow-down.svg);
    background-position: center right 20px;
}

input:not(.search-field) {
    position: relative;
    display: flex;
    align-items: center;
    border: none;
    transition: color .1s ease-in-out, border-color .1s ease-in-out;
    border-radius: 8px;
    padding: 11px 16px;
    width: 100%;
    margin-bottom: 10px;
    background-color: transparent;
    font-size: 16px;
    outline: none;
    font-weight: 400;
    color: #fff;
    box-shadow: 0 0 0 1px rgb(8 112 154) inset;
}

.modal-win input {
    border: none;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: 10px 50%;
    padding-left: 14px;
    background-color: #21385e;
    box-shadow: inset 0px 0px 2px 3px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 16px;
}

::-webkit-input-placeholder {
    color: #858585;
}

:-moz-placeholder {
    color: #858585;
}

::-moz-placeholder {
    color: #858585;
}

:-ms-input-placeholder {
    color: #858585;
}

.modal-win .submit.btn {
    margin: 0 auto;
}

.login-form .forgot {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

#login .btn,
#remind .btn,
#reg .btn {
    padding: 11px 16px;
}

button.submit.disabled {
    pointer-events: none;
    opacity: 0.7;
}

.answer {
    text-align: center;
    margin: 40px 0 20px;
    color: #fecc50;
    font-size: 16px;
    font-weight: 600;
}

.one-form-modal-win svg.svg-bg {
    width: 20px;
    height: 20px;
    fill: #c6c6c6;
    transition: fill .1s ease-in-out;
    position: absolute;
    margin-top: -42px;
    margin-left: 13px;
    left: calc(50% + 33px);
}

.pass-open {
    background-color: #3e3ef4;
    color: #fff;
    border-color: transparent;
    width: 24px;
    height: 24px;
    padding: 4px;
    border-radius: 6px;
    position: absolute;
    left: calc(100% - 33px);
    top: -44px;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    align-items: center;
    position: relative;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    outline: none;
    display: inline-block;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
}

.pass-open svg {
    fill: #fff;
    width: 16px;
    height: 16px;
}

.pass-open.active svg:nth-child(1),
.pass-open svg:nth-child(2) {
    display: none;
}

.pass-open.active svg:nth-child(2) {
    display: inline-block;
}

.forgot a {
    font-size: 14px;
    color: #FF6E6A;
    text-decoration: underline;
}

.login-social {
    display: none;
    margin: 24px 0 24px;
    text-align: center;
}

.h-login-social {
    font-size: 13px;
    color: #4a3e6d;
    font-weight: 700;
    margin: 0 0 4px;
}

.bottom-modal-text {
    font-size: 14px;
    /* margin-top: auto; */
}

.bottom-modal-text p {
    margin-top: 8px;
    font-size: 12px;
    text-align: center;
}

.middle-modal-text p {
    margin-bottom: 8px;
    font-size: 14px;
    text-align: center;
}

.bottom-modal-text span {
    font-size: 14px;
    display: block;
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
}

.bottom-modal-text span a.arrow-link {
    justify-content: center;
}

.bottom-modal-text span a.arrow-link:hover svg {
    transform: none;
    left: 0;
}


.one-form-modal-win input[type="checkbox"] {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 8px 0 0;
    padding: 8px;
    appearance: none;
    border: none;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .1s ease-in-out;
    z-index: 991;
    border: 2px solid #70828f;
    cursor: pointer;
}

.one-form-modal-win input[type="checkbox"]:before {
    content: "";
    position: absolute;
    top: 6.7px;
    left: 4.5px;
    width: 7px;
    height: 3px;
    border-width: 0px 0px 2px 2px;
    border-color: #FF6E6A;
    border-style: solid;
    transform: rotate(-45deg);
    visibility: hidden;
    z-index: 992;
}

.one-form-modal-win input[type="checkbox"].active {
    border-color: #FF6E6A;
}

.one-form-modal-win input[type="checkbox"].active:before {
    visibility: visible;
}

.one-form-modal-win__title {
    color: #70828f;
    font-size: 10px;
    margin-left: 10px;
}

.one-from-modal-title-email {
    margin-top: 20px;
}

.form-check {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
}

.form-check.one-form-modal-win:hover input[type="checkbox"].active,
.form-check.one-form-modal-win:hover input[type="checkbox"]:before,
.form-check.one-form-modal-win:hover input[type="checkbox"] {
    border-color: #e1fe5a;
}

.margin-form-check {
    margin: 20px 0;
}

.text-check {
    text-align: left;
}

.error-check {
    display: none;
    font-size: 11px;
    margin: 0 0 5px;
}

.error-check.active {
    display: block;
}


.modal-win#remind {
    width: 100%;
}

.h-remind {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #4a3e6d;
    display: block;
    background: #fff;
    border-radius: 14px 14px 0 0;
    padding: 24px 24px 0;
}

.content-remind {
    padding: 0;
    position: relative;
    z-index: 995;
}

#remind .remind-form .one-form-modal-win {
    margin-bottom: 24px;
}

#remind .remind-form .answer {
    font-size: 14px;
    color: #fff;
}

#remind .remind-form .answer > div {
    display: none;
}

#remind .remind-form .answer > div.active {
    display: block;
}

.submit-remind {
    padding: 0;
}

.submit-remind button.submit {
    text-align: center;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
}

.history-remind {
    background-color: #2f2fde;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 36.5px;
    height: 36.5px;
    margin-right: 8px;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.history-remind svg {
    fill: #fff;
    width: 24px;
    height: 24px;
}

.history-remind:hover svg {
    fill: #fff;
}


.footer {
    padding-bottom: 48px;
    margin-top: 30px;
}

.footer .change-theme-color {
    margin-top: 20px;
}

.footer .change-theme-color > span {
    background-color: #050421;
}

.footer-menus {
    padding-bottom: 16px;
    margin-top: 48px;
}

.footer-menus .container {
    max-width: 1552px;
    width: 100%;
    display: flex;
}

.footer-logo svg {
    max-height: 60px;
    width: 100%;
}

.footer-copyright {
}

.footer-copyright .title {
    margin-bottom: 16px;

    font-size: 14px;
    color: #1b1414;
}

.footer-menu {
    width: 25%;
    max-width: 160px;
    margin-right: 40px;
}

.h-footer-menu {
    font-size: 16px;
    margin-bottom: 20px;
    color: #FF6E6A;
    font-weight: 600;
}

.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.footer-menu ul li {
    margin-bottom: 5px;
    width: 100%;
    display: flex;
}

.footer-menu ul li:last-child {
    margin-bottom: 0;
}

.footer-menu ul li a {
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
}

.footer-settings {
    margin-left: auto;
    min-width: 169px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer .copyright_gambling_soft a {
    color: #FF6E6A;
    border-color: #FF6E6A;
}

.footer .copyright_gambling_soft svg,
.footer .copyright_gambling_soft svg g {
    fill: #FF6E6A !important;
}

.footer-pay-logo {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 8px;
    padding: 20px 0;
    margin-bottom: 40px;
}

.footer-pay-logo img {
    max-width: 105px;
    max-height: 54px;
}

.footer-pay-logo svg {
    max-width: 105px;
    max-height: 54px;
    fill: rgba(255, 255, 255, .3);
}

.footer-pay-logo path {
    fill: rgba(255, 255, 255, .3);
}

.footer-providers-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.footer-providers-logo .img-wrap {
    padding: 20px 10px;
    width: 200px;
    height: 75px;
    filter: contrast(.5);
    text-align: center;
}

.footer-providers-logo img {
}


.footer-copyright .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-copyright .copyright {
    text-align: center;
    padding: 0;
    width: 100%;
    margin-top: 2%;
    font-size: 15px;
}

.exchange-rate {
    background-color: #f2f2f2;
    color: #858585;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 8px;
}

.block-bottom-links {
    display: flex;
    justify-content: space-between;
    padding: 16px 0 0;
    border-top: 1px solid #e0e0e0;
    flex-wrap: wrap;
}

.block-bottom-links .item {
    margin-bottom: 16px;
}

.block-bottom-links .title {
    margin-bottom: 16px;
    font-size: 14px;
}

.block-bottom-links .item-img-block {
    display: flex;
    align-items: center;
}

.block-bottom-links img,
.block-bottom-links svg {
    height: 40px;
}

.block-bottom-links img + img {
    margin-left: 4px;
}

.block-bottom-links .item:last-child svg {
    height: 16px;
}

.block-bottom-links .item:last-child img + svg,
.block-bottom-links .item:last-child svg + img {
    margin-left: 16px;
}


.hidden {
    display: none !important;
}

.open-menu-mobile,
.dropdown-left-aside {
    display: none;
}

.main.main_tournament {
    padding: 0;
}

.tournaments-bg .container {
    max-width: 1236px;
}

.lottery__tabitem {
    background: none;
    padding: 0;
    width: auto;
    font-weight: 500;
    margin: 0 20px;
    min-width: 250px;
}

.lottery__tabitem.lottery__tabitem_active {
    background: none;
    color: #2f2fde;
}

.main__item {
    background-color: #13212d;
    background-size: cover;
    background-position: right center;
    padding: 75px 40px 40px;
    margin: 15px 0 20px;
    border-radius: 20px;
    position: relative;
}

.tours-slider {
    position: relative;
}

.main_tournament .tours-slider1 .swiper-slide {
    padding-bottom: 44px;
}

.tours-slider .swiper-button-next,
.tours-slider .swiper-button-prev {
    padding: 4px;
    border-radius: 8px;
    background-color: #f2f2f2;
    width: 32px;
    height: 32px;
    box-shadow: 0px 0px 2px 0px rgba(15, 22, 31, .5);
}

.tours-slider .swiper-button-next:hover,
.tours-slider .swiper-button-prev:hover {
    background-color: #dfdfdf;
}

.tours-slider .swiper-button-next.swiper-button-disabled,
.tours-slider .swiper-button-prev.swiper-button-disabled {
    opacity: .6;
}

.tours-slider .swiper-button-next {
    right: -16px;
}

.tours-slider .swiper-button-prev {
    left: -16px;
}

.tours-slider .swiper-button-next svg,
.tours-slider .swiper-button-prev svg {
    width: 24px;
    height: 24px;
}

.tours-slider .swiper-button-next::after,
.tours-slider .swiper-button-prev::after {
    content: none;
}

.panel-sticker {
    background-color: #FF6E6A;
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    position: absolute;
    display: flex;
    align-items: center;
    top: 20px;
    left: 0;
    z-index: 1;
    min-width: 140px;
    text-align: center;
    border-radius: 0 10px 10px 0;
}

.panel-sticker svg {
    margin-right: 10px;
}

.tournament__title {
    margin-bottom: 16px;
    font-size: 18px;
    color: #858585;
}

.panel.panel_tournament .panel__caption {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lottery__title h1 {
    margin-bottom: 24px;
}

.lottery__title h1 {
    text-align: left;
    font-size: 24px;
    font-weight: 400;
}

.panel__header {
    margin: 0;
    background: linear-gradient(94.06deg, #140421 -2.73%, #0B1C5A 39.91%, #0B1C5A 60.95%, #140421 109.27%);
}

.swiper-tournament-slider .panel__header {
    margin: 0;
    background: inherit;
}

.panel__header img {
    min-height: 182px;
    object-fit: cover;
}

.pannel__sides {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.pannel__l-side {
    width: calc(50% - 8px);
    display: flex;
    flex-direction: column;
}

.pannel__l-side .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    padding: 10px 0 0;
}

.pannel__l-side .head-note {
    padding: 0 8px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 9px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
}

.pannel__l-side .head-note.soon {
    background-color: #5c33cf;
}

.pannel__l-side .head-note.active {
    background-color: #0cd664;
    color: black;
}

.panel__countdown-tournament-add {
    padding: 5px 15px !important;
}

.panel__info-button .opt-in.active {
    width: 100%;
}

.pannel__l-side .panel__position {
    color: #858585;
    margin: 15px 0;
}

.pannel__l-side .tour-type {
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(15, 22, 31, .1) 0px 0px 12px 0px;
    position: relative;
    cursor: pointer;
    height: 32px;
}

.pannel__l-side .tour-type:hover .tour-type__dropdown {
    display: block;
}

.tour-type__dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: calc(50% - 185px);
    width: 370px;
    background-color: rgb(0, 0, 0, .93);
    box-shadow: rgba(15, 22, 31, .1) 0px 0px 12px 0px;
    color: #858585;
    padding: 12px;
    border-radius: 4px;
    z-index: 5;
}

.tour-type__dropdown::before {
    content: '';
    background-color: rgb(0, 0, 0, .93);
    position: absolute;
    top: -5px;
    left: calc(50% - 6px);
    display: block;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-radius: 2px;
    outline: 10px solid rgba(0, 0, 0, 0);
}

.tour-type__title {
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.tour-type__type {
    font-size: 16px;
    color: #fff;
    margin-bottom: 4px;
}

.tour-type__type-desc {
    font-size: 14px;
    font-weight: 500;
}

.pannel__r-side {
    width: calc(50% - 8px);
    background-color: #050421;
    border-radius: 8px;
    padding: 20px 16px;
}

.panel__title.panel__title_tournament.title {
    font-size: 24px;
    font-weight: 700;
    display: block;
}

.pannel__sides-bg {
    background: #050421;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 20px;
    border-radius: 10px;
}

.pannel__sides-bg .l-side,
.pannel__sides-bg .r-side {
    display: flex;
    align-items: center;
}

.sides-line {
    background: rgba(212, 225, 245, .2);
    width: 2px;
    min-height: 100%;
    margin: 0 10px;
    align-self: stretch;
}

.pannel__sides-bg svg {
    margin-right: 10px;
}

.panel__prize {
    width: auto;
    background: none;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
    display: block;
}

.panel__prize.large {
    text-align: center;
    padding: 20px 0;
}

.panel__prize.large .panel__countnote.title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.panel__prize.large .panel__countdown {
    justify-content: center;
}

.panel__prize.large .panel__countdown,
.panel__prize.large .panel__countbutton {
    font-size: 36px;
    color: #2f2fde;
}

.panel__countdown {
    padding-right: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    display: flex;
    align-items: flex-end;
}

.panel__countnote.title {
    display: block;
    font-size: 14px;
}

.panel__countnote.title {
    display: block;
    font-size: 14px;
}

.tournaments-bg .panel__countnote.title {
    display: block;
    font-weight: 400;
    margin-bottom: 8px;
}

.tournaments-bg .panel__countdown {
    line-height: inherit;
    display: flex;
    align-items: flex-end;
    padding: 6px 8px;
    margin-bottom: 12px;
    border-radius: 4px;
}

.tournaments-bg .panel__header img {
    border-radius: 10px;
}

.panel__countbutton {
    background: none;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.panel__timer {
    width: auto;
    padding-left: 0;
}

.timer__table {
    min-width: 155px;
    width: 100%;
}

.timer__table .timer__row_digit {
    display: flex;
    align-items: center;
    text-transform: lowercase;

}

.timer__table .timer__row_digit .timer__cell:not(.symbol) {
    background: none;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.timer__table .timer__row_digit .timer__cell.symbol {
    padding: 0 4px 3px;
    line-height: 18px;
}

.timer__table .timer__cell.symbol {
    padding: 0;
}

.timer__row.timer__row_caption {
    display: none;
    align-items: center;
    margin-top: 4px;
    justify-content: space-between;
}

.timer__row.timer__row_caption .timer__cell:not(.symbol) {
    width: calc(25% - 12px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    text-transform: uppercase;
}

.timer__row.timer__row_caption .timer__cell.symbol {
    padding: 0 5px;
    color: rgba(0, 0, 0, 0);
    font-size: 8px;
    text-transform: uppercase;
}

.panel__info-button {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
}

.panel__info-button .tournament-show {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-left: 16px;
    color: #1b1414;
}

.panel__info-button .opt-in {
    width: calc(100% - 56px);
    margin-right: auto;
}

.panel__info-button .opt-in span:last-child {
    display: none;
}

.panel__info-button .opt-in.active {
    background-color: rgba(0, 0, 0, 0);
    color: #858585;
    border: 1px solid #858585;
    pointer-events: none;
}

.panel__countdown-tournament {
    background: white;
    color: black;
}

.panel__info-button .opt-in.active:hover {
    border: 1px solid #1b1414;
}

.panel__info-button .opt-in.active span:first-child {
    display: none;
}

.panel__info-button .opt-in.active span:last-child {
    display: block;
}

.tournament-details {
    display: flex;
}

.tournament-details__l-side {
    max-width: 796px;
    width: 67%;
}

.tournament-details__r-side {
    width: calc(33% - 16px);
    margin-left: auto;
}

.summary__block {
    margin: 16px 0;
}

.summary__content {
}

.summary__info {
}

.tournament-details__main-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 32px;
}

.tournament-details__header .panel.panel_tournament {
    border: none;
    max-width: 100%;
}

.tournament-details__header .pannel__sides-bg {
    margin-bottom: 0;
    margin-top: 20px;
}

.tournament-details__header .panel__caption {
    text-align: center;
    font-size: 14px;
}

.tournament-details__btns {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #f3f5fc;
}

.details__btn {
    margin: 0 10px;
    font-weight: 600;
    cursor: pointer;
}

.details__btn:hover {
    color: #2f2fde;
}

.leaderboard__slider.slider_leaderboard {
    background: #f3f5fc;
    margin-top: 0;
    overflow: hidden;
    border-radius: 12px;
}

.leaderboard__block {
    width: 100%;
    min-width: 290px;
    background-color: #050421;
    margin: 0 auto;
    padding: 12px;
}

.leaderbord__main-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 16px;
}

table.table.table_leaderboard {
    border-collapse: separate;
    border-spacing: 0 4px;
}

table.table.table_leaderboard td,
table.table.table_leaderboard th {
    border: none;
    font-size: 12px;
    padding: 0;
    vertical-align: middle;
}

table.table.table_leaderboard th {
    padding-bottom: 8px;
    font-weight: 400;
}

table.table.table_leaderboard td:first-child,
table.table.table_leaderboard th:first-child {
    padding-left: 8px;
}

table.table.table_leaderboard td:last-child,
table.table.table_leaderboard th:last-child {
    padding-right: 8px;
    text-align: right;
}

table.table.table_leaderboard td:nth-child(2),
table.table.table_leaderboard th:nth-child(2) {
    text-align: left;
}

table.table.table_leaderboard td span {
    display: inline-block;
    width: 24px;
    line-height: 24px;
    background-color: #f2f2f2;
    color: #858585;
    border-radius: 50%;
}

table.table.table_leaderboard tbody tr:first-child td span,
table.table.table_leaderboard tbody tr:nth-child(2) td span,
table.table.table_leaderboard tbody tr:nth-child(3) td span {
    height: 28px;
    color: rgba(0, 0, 0, 0);
    background-color: inherit;
    background-size: contain;
    background-position: center;
}

table.table.table_leaderboard tbody tr:first-child td span {
    background-image: url(../img/betnew/gold.svg);
}

table.table.table_leaderboard tbody tr:nth-child(2) td span {
    background-image: url(../img/betnew/silver.svg);
}

table.table.table_leaderboard tbody tr:nth-child(3) td span {
    background-image: url(../img/betnew/bronze.svg);
}

table.table.table_leaderboard td:nth-child(3) {
    color: #d4d4d4;
}

table.table.table_leaderboard .table__row td {
    background: #21385e;
    height: 48px;
    vertical-align: middle;
}

table.table.table_leaderboard .table__row td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

table.table.table_leaderboard .table__row td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

table.table.table_leaderboard .table__row:nth-child(1) td {
    background-color: #ffe4ad;
}

table.table.table_leaderboard .table__row:nth-child(2) td {
    background-color: rgb(182 163 233 / 30%);
}

table.table.table_leaderboard .table__row:nth-child(3) td {
    background-color: rgba(233, 151, 151, 0.3);
}


.tournament-details__leaderboard,
.tournament-details__slider,
.tournament-details__summary,
.tournament-details__crosstitle.tournament-details__crosstitle_small.title {
    margin: 0;
}

.tournament-details__crosstitle.tournament-details__crosstitle_small.title {
}

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

.items_tournament .list-game .parent-game-slide {
    width: calc((100% - 80px) / 4);
}

.items_tournament .hover-game-slide .h-game-btns .btn-play-icon {
    margin-top: -20px;
}

.tournament-details__summary .summary__block:first-child .summary__cell {
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
    font-size: 18px;
}

.summary__cell {
    padding: 0 16px 8px 0;
}

.parent-search-list-game .list-game .parent-game-slide {
    width: calc(20% - 20px);
}

#search .data-game-slide {
    display: none;
}

.modal-win#search {
    background: rgba(0, 0, 0, .7);
    background-image: none;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.modal-win#search .modal-main-title img {
    max-height: 40px;
}

.modal-win#search .search-field {
    position: relative;
    background-color: #050421;
    max-width: 1433px;
    width: 100%;
    margin: 0 auto;
    min-height: 90%;
    height: 90%;
    padding: 30px 50px;
    border-radius: 20px;
    overflow: auto;
}

.modal-main-title {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-main-title .close-small {
    position: static;
}

.modal-main-title .close-small svg {
    width: 100%;
    height: 100%;
}

.parent-search-list-game {
    max-width: 100%;
}

.modal-win#search .search-field input {
    max-width: 100%;
    border: 2px solid #050421;
    border-radius: 8px;
    box-shadow: none;
    padding: 14.5px 35px 14.5px 15px;
    background-position: right 8px center;
    background-size: 18px;
    font-size: 14px;
    color: #fff;
    background-color: #050421;
    margin: 0;
}

.log-out-mobile {
    display: none;
}

.summary__item .summary__cell:first-child .summary__title.title {
    font-weight: 600;
}

.block-topmenu .change-theme-color {
    display: none;
}

.change-theme-color {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 8px;
}

.change-theme-color input[type="checkbox"] {
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
    margin: 0;
}

.change-theme-color input[type="checkbox"]:checked + span::after {
    left: calc(100% - 28px);
}

.change-theme-color input[type="checkbox"]:checked + span {
    background-color: #323232;
}

.change-theme-color > div {
    font-size: 10px;
    color: #858585;
    font-weight: 500;
}

.change-theme-color > div:first-child {
    color: #fff;
}

.dark-theme .change-theme-color > div:first-child {
    color: #858585;
}

.dark-theme .change-theme-color > div:last-child {
    color: #fff;
}

.change-theme-color > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60px;
    height: 32px;
    padding: 4px;
    border-radius: 100px;
    background-color: #21385e;
    position: relative;
    margin: 0 5px;
}

.change-theme-color > span::after {
    transition: all 0.3s linear;
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    transform: translate(0);
    background-color: #fff;
    transition: .3s;
}

.change-theme-color span span svg {
    width: 24px;
    height: 24px;

}

.change-theme-color span span.light svg path {
    stroke: #fff;
}

.game-slide-anim {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.game-slide-anim svg {
    position: absolute;
    top: 0;
    left: 0;
}

.game-slide-anim svg + svg {
    display: none;
}

.ulogin-buttons-container {
    width: auto !important;
}

.ulogin-button-steam {
    margin-right: 0 !important;
    background: url(../img/steam.png) !important;
    background-size: 32px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 4px !important;
}

.ulogin-dropdown-button {
    display: none !important;
}

body.dark-theme .page-content .support-content {
    background-color: #171824;
}

body.dark-theme .page-content .support-content.user-support-block h1.page-title {
    color: #fff;
}

body.dark-theme .page-content form#add-support-reply {
    background: #171824;
}

body.dark-theme .page-content form#add-support-reply {
    background: #171824;
}

.page-content .support-content .block-submit-btn-win {
    justify-content: flex-end;
}

.page-content .support-content.user-support-block form#add-support-reply textarea[name=message] {
    resize: none;
}

.page-content .support-content .content-one-message {
    width: auto;
}

.page-content .support-content .one-message.User .content-one-message {
    width: auto;
}

.page-content .support-content .meta-one-message {
    justify-content: flex-start
}

.page-content .support-content .author-one-message {
    width: auto;
}

.page-content .support-content .info-one-message {
    width: auto;
    margin: 0 10px;
}

.boost-block {
    margin-bottom: 32px;
    position: relative;
    z-index: 11;
}

.boost-block__wrapper {
    background: linear-gradient(135deg, rgba(216, 193, 187, 1) 0%, rgba(180, 122, 105, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 24px 11px 32px;
    border-radius: 12px;
    color: #000;
    position: relative;
}

.boost-block__wrapper > img {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.boost-block__wrapper > img:nth-child(1) {
    left: 11.84%;
}

.boost-block__wrapper > img:nth-child(2) {
    left: 20%;
}

.boost-block__wrapper > img:nth-child(3) {
    right: 27.63%;
}

.boost-block__wrapper .l-side {
    position: relative;
    z-index: 2;
}

.boost-block__wrapper .l-side .text {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 8px;
}

.boost-block__wrapper .l-side .title {
    font-size: 24px;
    font-family: 'Lora', sans-serif;
}

.boost-block__wrapper > .title {
    font-size: 48px;
    font-family: 'Lora', sans-serif;
    position: relative;
    z-index: 2;
}

.boost-block__wrapper .r-side {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.boost-block__wrapper .r-side > span {
    text-transform: uppercase;
    font-size: 9px;
    text-align: right;
    max-width: 45px;
    font-weight: 500;
    letter-spacing: 1px;
}

.boost-block__wrapper .r-side .timer {
    display: flex;
    align-items: center;
    margin: 0 12px;
}

.boost-block__wrapper .r-side .item {
    text-transform: uppercase;
    font-size: 8px;
    text-align: center;
    position: relative;
}

.boost-block__wrapper .r-side .symbol {
    padding: 0 2px;
    font-size: 11px;
}

.boost-block__wrapper .r-side .item span {
    position: absolute;
    top: calc(100% + 2px);
    margin: 0 auto;
    left: 0;
    right: 0;
}

.boost-block__wrapper .r-side .item > div {
    width: 36px;
    height: 40px;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 14px;
}

.boost-block__wrapper .show-games {
    position: relative;
}

.boost-block__wrapper .show-games > span {
    display: block;
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 8px;
    cursor: pointer;
}

.boost-block__wrapper .show-games > span:hover {
    background-color: #efeeee;
    border-radius: 8px;
}

.show-games__dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: calc(50% - 160px);
    width: 320px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 35px -3px rgba(0, 0, 0, 0.2);
}

.show-games__dropdown.active {
    display: block;
}

.show-games__dropdown .title {
    background: linear-gradient(135deg, rgba(216, 193, 187, 1) 0%, rgba(180, 122, 105, 1) 100%);
    position: relative;
    font-size: 15px;
    color: #fff;
    font-family: 'Lora', sans-serif;
    overflow: hidden;
    min-height: 76px;
    display: flex;
    align-items: center;
}

.show-games__dropdown .title span {
    max-width: 142px;
    margin-left: 12px;
}

.show-games__dropdown .title img:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 211px;
    min-height: 153px;
}

.show-games__dropdown .title img:nth-child(3) {
    position: absolute;
    height: 68px;
    top: calc(50% - 34px);
    right: 56px;
}

.show-games__inner {
    padding: 24px 16px;
}

.show-games__inner .game-wrapper {
    display: flex;
    align-items: center;
}

.show-games__inner .game-wrapper + .game-wrapper {
    margin-top: 16px;
}

.show-games__inner .img-game-slide {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 16px;
    padding-top: 0;
}

.show-games__inner .game-name {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #1b1414;
}

.show-games__inner .game-provider {
    color: #858585;
    font-size: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.show-games__dropdown .bottom-btn {
    padding: 16px;
    color: #858585;
    border-top: 2px solid #f2f2f2;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.top-filters {
    display: flex;
    align-items: flex-end;
}

.top-filters__btn {
    display: none;
}

.top-filter {
    position: relative;
    z-index: 19;
}

.top-filter + .top-filter {
    margin-left: 4px;
}

.top-filter .text {
    color: #858585;
    padding-bottom: 8px;
    display: none;
}

.top-filter .title-block {
    display: flex;
    align-items: center;
    background-color: #050421;
    border-radius: 8px;
    padding: 12px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    min-width: 188px;
}

.top-filters .title-block:hover {
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.top-filters .title-block:active {
    border: 2px solid #FF6E6A;
}

.top-filters .title-block svg {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    transition: .3s;
}

.top-filter.active.providers .title-block svg {
    transform: rotate(180deg)
}

.top-filter.providers .title-block {
    padding: 11px;
}

.top-filter.categories .title-block {
    border: 1px solid #000;
}

.top-filter .valNum {
    display: none;
}

.top-filter .default {
    margin-right: auto;
}

.top-filter .valNum.active {
    display: block;
    margin-right: auto;
}

.top-filter .valNum.active + .default {
    display: none;
}

.top-filters .dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    max-width: 1600px;
    width: calc(100vw - 320px);
    padding: 10px 20px;
    background-color: #050421;
    border-radius: 8px;
    box-shadow: 0px 7px 20px 2px rgba(0, 0, 0, 0.32);
    max-height: calc(100vh - 300px);
    overflow: auto;
    justify-content: space-between;
    align-items: center;
}

.top-filters .search-filter .dropdown {
    background-color: #04152e;
}

.top-filters .dropdown::-webkit-scrollbar {
    width: 3px;
    background: transparent;
}

.top-filters .dropdown::-webkit-scrollbar-thumb {
    width: 3px;
    background-color: #858585;
    border-radius: 2px;
}

.top-filters .search-filter .dropdown {
    width: calc(100vw - 105px);
    max-width: 1328px;
    right: -20px;
}

.top-filter.active .dropdown {
    display: flex;
    flex-wrap: wrap;
}

.top-filter.categories .dropdown {
    padding: 12px;
}

.top-filter.categories .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    text-align: center;
    border: 1px solid #e0e0e0;
    cursor: pointer;
}

.top-filter.categories .dropdown-item + .dropdown-item {
    margin-top: 8px;
}

.top-filter.categories .dropdown-item.active,
.top-filter.categories .dropdown-item:hover {
    background-color: #FF6E6A;
    color: #fff;
    border: none;
    border: 1px solid #FF6E6A;
}

.top-filter.categories .dropdown-item.active svg {
    display: block;
    stroke: #fff;
    margin-right: 8px;
}

.top-filter.categories .dropdown-item.revers svg {
    transform: rotate(180deg);
}

.top-filter.categories .dropdown-item svg {
    display: none;
}

.top-filter.providers .dropdown-item {
    width: calc((100% - 100px) / 6);
    padding: 15px 0;
    border-bottom: 2px solid rgba(212, 225, 245, .2);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.top-filter.providers .dropdown-item:empty {
    width: calc((100% - 100px) / 6);
    padding: 0;
    border: none;
    overflow: hidden;
}

.top-filter.providers .dropdown-item.non-result {
    display: none;
}

.top-filter.providers .dropdown-item:hover {
    background-color: #1b14140a;
}

.top-filter.providers .checkbox {
    border: 2px solid rgba(212, 225, 245, .2);
    border-radius: 4px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-filter.providers .dropdown-item.active .checkbox {
    opacity: 1;
    border: 2px solid #FF6E6A;
}

.top-filter.providers .checkbox svg {
    display: none;
}

.top-filter.providers .dropdown-item.active {
    color: #FF6E6A;
    border-bottom: 2px solid #FF6E6A;
    font-weight: 700;
}

.top-filter.providers .dropdown-item.active .checkbox svg {
    display: block;
    stroke-width: 3px;
}

.top-filter.providers .dropdown-item.active .checkbox svg path {
    stroke: #FF6E6A;
    width: 9px;
}

.top-filter.providers.active .checkbox svg path {
    stroke-width: 5px;
}

.top-filter.providers.active .provider-items {
    margin-left: auto;
}

.game-modal {
    width: 100%;
    border-radius: 8px;
}

.mobile-bottom-menu {
    display: none;
}

.block-topmenu .hellow-user {
    display: none;
}

.hellow-user {
    font-size: 24px;
    line-height: 28px;
}

.hellow-user a {
    font-size: 14px;
    color: #FF6E6A;
}

.block-topmenu .change-theme-color {
    display: none;
}

.block-topmenu .btn-lang {
    width: calc(100% - 40px);
}

.vip-panel__img {
    width: 38px;
    margin: 20px;
}

.block-topmenu_head .mobile-logo {
    color: #1b1414;
}

.vipclub__info.vipclub__info_open {
    border: 1px solid #FF6E6A;
}

.side-pannel .block:hover,
.side-pannel .block.active {
    background-color: #FF6E6A;
}

.wager-detail {
    margin-bottom: 30px;
}

.wager-scale {
    margin-right: 12px;
}

.wager-scale__title {
    color: #6A6879;
    display: block;
    font-size: 14px;
}

.wager-scale__wrap {
    width: 100%;
    height: 2px;
    background-color: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    margin: 1px 0;
}

.wager-scale__inner {
    height: 100%;
    background: #FF6E6A;
}

.wager-scale__percent {
    font-size: 14px;
    font-weight: 500;
}

.profile .wager-scale {
    margin-right: 0;
    display: flex;
    align-items: center;
    max-width: 320px;
    width: 100%;
}

.profile .wager-scale__title,
.profile .wager-scale__percent {
    color: inherit;
    font-size: 16px;
}

.profile .wager-scale__wrap {
    height: 8px;
    margin: 0 12px;
}

.load-more {
    max-width: 200px;
    margin: 20px auto 0;

}

.load-more2 {
    max-width: 200px;
    margin: 20px auto 0;

}

.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr) 445px;
    gap: 20px;
    margin-bottom: 40px;
}

.features__block {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 20px;
    background: linear-gradient(94.06deg, #140421 -2.73%, #0C406F 39.91%, #0C406F 60.95%, #140421 109.27%);
    transition: background .3s;
}

.features__block:hover {
    background: linear-gradient(120deg, #140421 -2.73%, #0C406F 39.91%, #0C406F 60.95%, #140421 109.27%);
    color: #fff;
}

.features__block:nth-child(4) .features__text .title {
    font-size: 16px;
}

.features__icon {
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features__icon img {
    height: 70px;
}

.features__text {
    margin-left: 20px;
}

.features__text .title {
    font-size: 24px;
    font-weight: 600;
    height: 38.4px;
    display: flex;
    align-items: center;
}

.features__text .stars {
    display: flex;
    align-items: center;
}

.features__text .stars svg + svg {
    margin-left: 5px;
}

.features__text .desc {
    font-size: 14px;
}

a.arrow-link,
a .arrow-link {
    color: #FECC50;
    display: flex;
    align-items: center;
    font-weight: 600;
}

a.arrow-link svg,
a .arrow-link svg {
    margin-left: 5px;
    transition: .5s;
    color: #FECC50;
    position: relative;
    left: 0;
}

a.arrow-link:hover,
a:hover .arrow-link {
    color: #fff;
}

a.arrow-link:hover svg,
a:hover .arrow-link svg {
    transform: rotateX(360deg);
    left: 10px;
}

.one-index-category {
    margin-bottom: 30px;
}

.vipclub__content.index-page {
    margin-top: 30px;
    margin-bottom: 40px;
}

.vipclub__content.index-page .title {
    font-size: 24px;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
}

.vipclub__content.index-page .vipclub__item {
    max-width: 202px;
}

.vipclub__content.index-page .vip-panel {
    background-color: inherit;
    box-shadow: none;
    margin: 0;
    height: auto;
    text-align: center;
}

.vipclub__content.index-page .vip-panel::before,
.vipclub__content.index-page .vip-panel::after {
    content: none;
}

.vipclub__content.index-page .vip-panel__img {
    margin: 0;
    width: 160px;
}

.vipclub__content.index-page .vip-title {
    font-size: 20px;
    padding: 15px 0;
    text-align: center;
    font-weight: 600;
}

.vipclub__content.index-page .vip-range {
    font-size: 14px;
    text-align: center;
}

.vipclub__content.index-page .vipclub__row {
    max-width: 100%;
    justify-content: center;
    border-radius: 20px;
    padding: 40px 0;
    background: linear-gradient(73.48deg, #140421 -27.13%, #0B1C5A 29.23%, #0B1C5A 57.03%, #140421 120.9%);
}

.vipclub__content.index-page .bottom-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.random-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.random-slider .title {
    font-size: 24px;
    font-weight: 600;
}

.random-slider .desc {
    font-size: 16px;
    margin-top: 10px;
}

.random-slider__wrapper {
    padding: 20px 0;
    width: 100%;
}

.random-slider__swiper a {
    position: relative;
    display: flex;
    justify-content: center;
    height: 240px;
    overflow: visible;
}

.random-slider__swiper img,
.random-slider__swiper .swiper-image-slide-general {
    min-width: 336px;
    height: 240px;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 20px;
}

.random-slider__swiper .hover-game-slide {
    min-width: 336px;
    height: 240px;
    left: inherit;
    right: inherit;
}

.random-slider__swiper .swiper-slide a::after {
    content: '';
    min-width: 336px;
    height: 240px;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    border-radius: 20px;
    background: rgba(0, 0, 0, .6)
}

.random-slider__swiper .swiper-slide {
    pointer-events: none;
}

.random-slider__swiper .swiper-slide.swiper-slide-active {
    pointer-events: all;
}

.random-slider__swiper .swiper-slide.swiper-slide-active a::after {
    content: none;
}

.jackpot-block {
    background-image: url(../img/betnew/jackpot-bg.png);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    padding: 0px 30px 40px;
    position: relative;
    margin-bottom: 30px;
}

.jackpot-block .jack-ranks {
    margin-top: 20px;
    flex-wrap: wrap;
}


.jackpot-block .title {
    padding: 0 55px 10px;
    background-color: #0BE7FA;
    border-radius: 0 0 100px 100px;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
}

.jackpot-block .jackpot-summ {
    font-size: 75px;
    margin-bottom: 10px;
}

.jackpot-games-swiper {
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
}

.jackpot-games-swiper .game-swiper .swiper-slide {
    width: calc(18% + 11px);
}

.form-gift-reg .swiper-button-next,
.form-gift-reg .swiper-button-prev,
.jackpot-games-swiper .swiper-button-next,
.jackpot-games-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #FF6E6A;
    border-radius: 50%;
}

.form-gift-reg .swiper-button-next svg,
.form-gift-reg .swiper-button-prev svg,
.jackpot-games-swiper .swiper-button-next svg,
.jackpot-games-swiper .swiper-button-prev svg {
    fill: #fff;
}

.form-gift-reg .swiper-button-next {
    right: -20px;
}

.jackpot-games-swiper .swiper-button-next {
    right: -60px;

}

.form-gift-reg .swiper-button-prev {
    left: -20px;
}

.jackpot-games-swiper .swiper-button-prev {
    left: -60px;
}

.form-gift-reg .swiper-button-next svg,
.jackpot-games-swiper .swiper-button-next svg {
    transform: rotate(-90deg);
}

.form-gift-reg .swiper-button-prev svg,
.jackpot-games-swiper .swiper-button-prev svg {
    transform: rotate(90deg);
}

.swiper-arrows {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 15px;
}

.swiper-arrows .swiper-button-next {
    margin-left: 10px;
}

.footer-support {
    margin-right: 40px;
}

.footer-support .btn {
    margin-top: 20px;
}


.footer-logo .logo {
    max-height: 42px;
}

.form-gift-reg {
    width: 100%;
    /*padding: 100px 48px 30px;*/
    /*text-align: center;*/
}

.form-gift-reg .slider-wrapper {
    max-width: 320px;
    margin: 0 auto 20px;
    position: relative;
}

.form-gift-reg .swiper-slide {
    border-radius: 20px;
    background-color: #21385e;
    border: 2px solid #21385e;
    cursor: pointer;
    overflow: hidden;
}

.form-gift-reg .swiper-slide label {
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.form-gift-reg .swiper-slide:hover {
    border: 2px solid #FF6E6A;
}

.form-gift-reg .swiper-slide input[type="radio"] {
    height: 0px;
    width: 0px;
    overflow: hidden;
    opacity: 0px;
    margin: 0px;
    padding: 0;
}

.form-gift-reg .swiper-slide input[type="radio"] + .indicator {
    display: none;
    background: #0BE7FA;
}

.form-gift-reg .swiper-slide input[type="radio"]:checked + .indicator {
    font-size: 12px;
    position: absolute;
    display: block;
    text-align: center;
    left: 0;
    top: 20px;
    width: 120px;
    padding: 4px 10px;
    border-radius: 0 30px 30px 0;
}

.form-gift-reg .main-title {
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
    padding: 0 15px;
}

.form-gift-reg .img-one-form-gift-reg {
    margin-bottom: 25px;
}

.form-gift-reg .img-one-form-gift-reg img {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.form-gift-reg .title-one-form-gift-reg {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

.form-gift-reg .text-one-form-gift-reg {
    padding: 0 15px;
    font-size: 14px;
    text-align: center;
}

.form-gift-reg input[type="radio"] {
    width: 0px;
    height: 0px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    opacity: 0;
}

.form-gift-reg .denied {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    cursor: pointer;
    user-select: none;
}

.form-gift-reg .denied .checkbox {
    height: 24px;
    width: 24px;
    margin-right: 20px;
    border: 2px solid #70828f;
    border-radius: 5px;
}

.form-gift-reg .denied:hover input:checked + .checkbox {
    border: 2px solid #FECC50;
}

.form-gift-reg .denied:hover input:checked + .checkbox::after {
    border-color: #FECC50;
}

.form-gift-reg .denied input:checked + .checkbox {
    border: 2px solid #FF6E6A;
    position: relative;
}

.form-gift-reg .denied input:checked + .checkbox::after {
    content: '';
    position: absolute;
    top: 6.5px;
    left: 5px;
    width: 7px;
    height: 3px;
    border-width: 0px 0px 2px 2px;
    border-color: #FF6E6A;
    border-style: solid;
    transform: rotate(-45deg);
    z-index: 992;
}

.profile-menu {
    position: relative;
}

.profile-menu.active .profile-menu__btn > svg:nth-child(2) {
    transform: rotate(180deg);
}

.profile-menu__btn {
    margin-left: 16px;
    margin-right: 25px;
    display: flex;
    align-items: center;
    padding: 5px 12px 5px 5px;
    cursor: pointer;
}

.profile-menu__btn > svg:nth-child(1) {
    width: 25px;
    height: 25px;
}

.profile-menu__btn > svg:nth-child(2) {
    margin-left: 5px;
    transition: .3s;
}

.profile-menu__btn > svg:nth-child(2) path {
    fill: #70828f;
    transition: .3s;
}

.profile-menu__btn:hover > svg:nth-child(2) path {
    fill: #fff;
}

.profile-menu.active .profile-menu__btn > svg:nth-child(2) path {
    fill: #FF6E6A;
}

.profile-menu.active .profile-dropdown {
    opacity: 1;
    pointer-events: all;
}

.profile-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 270px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #050421;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
}

.profile-dropdown .row {
    width: 100%;
}

.profile-dropdown .block-topmenu-heading + .row {
    padding: 10px 10px 0;
    display: flex;
    align-items: center;
}

.profile-dropdown .block-topmenu-heading + .row > svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.profile-dropdown .open-exit {
    margin-left: auto;
    cursor: pointer;
    display: flex;
}

.profile-dropdown .open-exit svg path {
    transition: .3s;
    fill: #fff;
    stroke: #fff;
}

.profile-dropdown .open-exit:hover svg path {
    fill: #FF6E6A;
    stroke: #FF6E6A;
}

.profile-dropdown a {
    padding: 10px 12px;
    width: 100%;
    display: flex;
    cursor: pointer;
}

.profile-dropdown a:hover {
    background-color: #0c1c36;
    color: #fff;
}

.block-topmenu .topmenu-wrap {
    padding-top: 0;
    opacity: 1;
    transition-delay: .2s, .2s, .2s;
    transition-property: top, opacity, padding;
    transition-duration: .3s, .3s, .3s;
    position: relative;
    top: 0;
}

.block-topmenu.active .topmenu-wrap:not(.mini) {
    padding-bottom: 0;
    top: 30px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: 0s;
    pointer-events: none;
}

.block-topmenu .topmenu-wrap.mini {
    padding-top: 30px;
    opacity: 0;
    height: 0;
    transition: 0s;
    width: 48px;
    margin-left: auto;
    overflow-y: inherit;
}

.block-topmenu .topmenu-wrap.mini .one-menu a {
    padding: 7.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-topmenu .topmenu-wrap.mini .img-one-menu {
    margin-right: 0;
}

.block-topmenu.active .topmenu-wrap.mini {
    height: auto;
    padding-top: 0;
    opacity: 1;
    transition-delay: .2s, .2s;
    transition-property: padding, opacity;
    transition-duration: .3s, .3s;
}

.block-topmenu.active .topmenu-wrap.mini .btn-lang {
    width: 100%;
    position: relative;
}

.block-topmenu.active .topmenu-wrap.mini .btn-lang .hover-notice {
    display: none;
}

.block-topmenu.active .topmenu-wrap.mini .btn-lang:hover .hover-notice {
    display: block;
    position: absolute;
    top: calc(50% - 15.5px);
    left: calc(100% + 10px);
    text-align: center;
    background-color: #607896;
    padding: 5px 10px;
    border-radius: 10px;
}

.block-topmenu.active .topmenu-wrap.mini .btn-lang:hover .hover-notice::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    top: calc(50% - 10px);
    left: -5px;
    background-color: #607896;
    transform: rotate(45deg);
    z-index: -1;
}

.block-topmenu.active .topmenu-wrap.mini .btn-lang a {
    border: none;
}

.block-topmenu.active .topmenu-wrap.mini .btn-lang a img {
    margin: 0 auto;
    height: 24px;
    width: 24px;
}

.user-info-block {
    margin: 0 20px 20px;
}

.user-info-block > .title {
    display: flex;
    align-items: center;
}

.user-info-block > .title svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.user-info-block__stats {
    margin: 15px 0 20px;
    padding: 5px 15px;
    background-color: #ffffff12;
    border-radius: 10px;
}

.user-info-block__stats .row {
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 4px 0;
}

.user-info-block__stats .row .title {
    margin-right: auto;
}

.list-menu .btn {
    max-width: 120px;
    margin: 0 auto 20px;
}

.swiper.list-tabs .swiper-slide {
    width: auto;
}

.swiper.list-tabs .swiper-button-next,
.swiper.list-tabs .swiper-button-prev {
    z-index: 15;
    width: 35px;
}

.swiper.list-tabs .swiper-button-next:hover svg,
.swiper.list-tabs .swiper-button-prev:hover svg {
    fill: #FF6E6A;
}

.swiper.list-tabs .swiper-button-prev {
    background: linear-gradient(90deg, #050421 65%, rgba(27, 43, 56, .0) 100%);
    left: 0;
}

.swiper.list-tabs .swiper-button-prev svg {
    fill: #fff;
    transition: .3s;
    transform: rotate(90deg);
}

.swiper.list-tabs .swiper-button-next {
    background: linear-gradient(-90deg, #050421 65%, rgba(27, 43, 56, .0) 100%);
    right: -1px;
}

.swiper.list-tabs .swiper-button-next svg {
    fill: #fff;
    transition: .3s;
    transform: rotate(-90deg);
}

.swiper.list-tabs .swiper-button-next.swiper-button-disabled,
.swiper.list-tabs .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.block-topmenu_head .sidebar-menu-btn {
    display: none;
}

.block-topmenu-heading {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 2px solid rgba(212, 225, 245, .2);
    margin-bottom: 10px;
    font-weight: 600;
}

.block-topmenu-heading a {
    width: 40px;
    height: 40px;
    background-color: #323b45;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .3s;
}

.block-topmenu-heading a:first-child {
    margin-left: auto;
}

.block-topmenu-heading a + a {
    margin-left: 10px;
}

.block-topmenu-heading a.active,
.block-topmenu-heading a:hover {
    background-color: #FF6E6A;
}

.block-topmenu-heading a svg {
    fill: #fff;
}

.block-topmenu.active .block-topmenu-heading .sidebar-menu-btn,
.block-topmenu .block-topmenu-heading .sidebar-menu-btn {
    margin-left: auto;
    padding: 0;
    width: 17px;
    height: 16px;
    opacity: .4;
}

.profile-dropdown .user-info-block__stats {
    display: none;
}

.profile-dropdown .user-info-block__stats + .btn {
    display: none;
}

.index-slider .swiper-pagination {
    display: none;
}

.index-slider .swiper-pagination-bullet {
    background: rgba(212, 225, 245, .2);
    border: none;
    height: 8px;
    width: 8px;
}

.index-slider .swiper-pagination-bullet-active {
    background: #fff;
}

.log-tabs {
    background-color: #050421;
    text-align: center;
    padding: 0 15px 32px;
    display: none;
}

.log-tabs .title {
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
}

.log-tabs .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.log-tabs .tab {
    width: 50%;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.log-tabs .tab.active {
    color: #FF6E6A;
    border-bottom: 3px solid #FF6E6A;
}

.vip-page .vipclub__row {
    font-size: 14px;
    margin-top: 20px;
}

.vip-page .vipclub__caption p {
    font-size: 14px;
}

.vip-page .vip-panel:after,
.vip-page .vip-panel:before {
    content: none;
}

.vip-page .vipclub__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100% - 75px) / 6);
    padding: 24px;
    background-color: #050421;
    border-radius: 20px;
}

.vip-page .vipclub__item + .vipclub__item {
    margin-left: 15px;
}

.vip-page .vip-panel {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
    height: inherit;
    border-bottom: 1px solid rgba(212, 225, 245, 0.2);
    margin-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
}

.vip-page .vip-panel__img {
    margin: 0;
    width: 90px;
}

.vip-page .level-title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

.vip-page .level-range {
    font-size: 12px;
}

.vip-page .vipclub__caption {
}

.vip-page .vipclub__caption ul {
    padding: 0;
    text-align: left;
    list-style: none;
}

.vip-page .vipclub__caption ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
}

.vip-page .vipclub__caption ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/check.png);
    background-size: cover;
}

.vip-page .vipclub__row {
    max-width: calc(100% - 30px);
}

.vip-page .vipclub__note {
    margin-bottom: 24px;
}

/* jackpot ranks */
.jack-ranks {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: calc(100% - 60px);
    margin-bottom: 20px;
    gap: 85px;
}

.jack-rank {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    width: calc((100% - 450px) / 6);
    padding: 25px 0 20px;
}

.jack-rank:hover {
    color: #fff;
}

.jack-rank__title {
    width: 50%;
    padding: 2px;
    border-radius: 5px;
    position: relative;
    bottom: -17px;
    z-index: 4;
    cursor: pointer;
}

.jack-rank__title::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
}

.jack-rank__title::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.jack-rank__title .crown {
    content: '';
    height: 48px;
    width: 100%;
    position: absolute;
    bottom: calc(100% - 8px);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.jack-rank__title span:not(.crown) {
    display: block;
    background: #050421;
    border-radius: 3px;
    padding: 2px 10px;
    position: relative;
    z-index: 1;
}

.jack-rank__summ {
    border-radius: 5px;
    padding: 4px;
    width: 100%;
    position: relative;
}

.jack-rank__summ::before {
    content: '';
    display: block;
    position: absolute;
    top: -13px;
    left: -13px;
    width: 30px;
    height: 30px;
    background-image: url(../img/betnew/blick.png);
    background-size: cover;
    background-position: center;
    opacity: .8;
    z-index: 3;
}

.jack-rank__summ::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 48px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    opacity: .8;
}

.jack-rank__summ .wing {
    position: absolute;
    top: -6px;
    bottom: 6px;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: -1;
    width: 35px;
}

.jack-rank__summ .wing.wing-l {
    transform: rotateY(180deg);
    right: calc(100% - 6px);
}

.jack-rank__summ .wing.wing-r {
    left: calc(100% - 6px);
}

.jack-rank__summ > span {
    display: block;
    background: #050421;
    border-radius: 3px;
    padding: 22px 10px;
    font-size: 20px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.jack-rank__bottom {
    border-radius: 5px;
    width: 80%;
    padding: 2px;
    position: relative;
    top: -17px;
    z-index: 4;
}

.jack-rank__bottom::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(100% - 8px);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.jack-rank__bottom > span {
    display: block;
    background: #050421;
    border-radius: 3px;
    padding: 2px 5px 5px;
    font-size: 12px;
}


.bronze .jack-rank__title::after {
    background: linear-gradient(0deg, #E38250 7%, #BD6E50 45%, #572600 100%);
}

.bronze .jack-rank__title .crown {
    background-image: url(../img/betnew/bronze-crown.png);
}

.bronze .jack-rank__title span:not(.crown) {
    box-shadow: inset -1px -1px 1px 0px #CE6E4D;
}

.bronze .jack-rank__summ {
    background: linear-gradient(0deg, #E38250 7%, #BD6E50 45%, #572600 100%);
}

.bronze .jack-rank__summ > span {
    box-shadow: inset -1px -1px 1px 0px #CE6E4D;
}

.bronze .jack-rank__bottom {
    background: linear-gradient(0deg, #E38250 7%, #BD6E50 45%, #572600 100%);
}

.bronze .jack-rank__bottom > span {
    box-shadow: inset -1px -1px 1px 0px #CE6E4D;
}

.bronze .jack-rank__bottom::after {
    background-image: url(../img/betnew/bronze-badge.png);
}


.silver .jack-rank__title::after {
    background: linear-gradient(0deg, #B5C0C9 0%, #8F939C 100%);
}

.silver .jack-rank__title .crown {
    background-image: url(../img/betnew/silver-crown.png);
}

.silver .jack-rank__title span:not(.crown) {
    box-shadow: inset -1px -1px 1px 0px #fff;
}

.silver .jack-rank__summ {
    background: linear-gradient(0deg, #B5C0C9 0%, #8F939C 100%);
}

.silver .jack-rank__summ .wing.wing-l {
    background-image: url(../img/betnew/silver-wing.png);
}

.silver .jack-rank__summ .wing.wing-r {
    background-image: url(../img/betnew/silver-wing.png);
}

.silver .jack-rank__summ > span {
    box-shadow: inset -1px -1px 1px 0px #fff;
}

.silver .jack-rank__bottom {
    background: linear-gradient(0deg, #B5C0C9 0%, #8F939C 100%);
}

.silver .jack-rank__bottom > span {
    box-shadow: inset -1px -1px 1px 0px #fff;
}

.silver .jack-rank__bottom::after {
    background-image: url(../img/betnew/silver-badge.png);
}


.gold .jack-rank__title::after {
    background: linear-gradient(0deg, #F7E436 25%, #D58D21 100%);
}

.gold .jack-rank__title .crown {
    background-image: url(../img/betnew/gold-crown.png);
}

.gold .jack-rank__title span:not(.crown) {
    box-shadow: inset -1px -1px 1px 0px #FFFF34;
}

.gold .jack-rank__summ {
    background: linear-gradient(0deg, #F7E436 25%, #D58D21 100%);
}

.gold .jack-rank__summ .wing.wing-l {
    background-image: url(../img/betnew/gold-wing.png);
}

.gold .jack-rank__summ .wing.wing-r {
    background-image: url(../img/betnew/gold-wing.png);
}

.gold .jack-rank__summ > span {
    box-shadow: inset -1px -1px 1px 0px #FFFF34;
}

.gold .jack-rank__bottom {
    background: linear-gradient(0deg, #F7E436 25%, #D58D21 100%);
}

.gold .jack-rank__bottom > span {
    box-shadow: inset -1px -1px 1px 0px #FFFF34;
}

.gold .jack-rank__bottom::after {
    background-image: url(../img/betnew/gold-badge.png);
}


.platinum .jack-rank__title::after {
    background: linear-gradient(0deg, #A2B2E7 0%, #D6FFD4 100%);
}

.platinum .jack-rank__title .crown {
    background-image: url(../img/betnew/platinum-crown.png);
}

.platinum .jack-rank__title span:not(.crown) {
    box-shadow: inset -1px -1px 1px 0px #fff;
}

.platinum .jack-rank__summ {
    background: linear-gradient(0deg, #A2B2E7 0%, #D6FFD4 100%);
}

.platinum .jack-rank__summ .wing.wing-l {
    background-image: url(../img/betnew/platinum-wing.png);
}

.platinum .jack-rank__summ .wing.wing-r {
    background-image: url(../img/betnew/platinum-wing.png);
}

.platinum .jack-rank__summ::after {
    background-image: url(../img/betnew/platinum-bottom-badge.png);
}

.platinum .jack-rank__summ > span {
    box-shadow: inset -1px -1px 1px 0px #fff;
}

.platinum .jack-rank__bottom {
    background: linear-gradient(0deg, #A2B2E7 0%, #D6FFD4 100%);
}

.platinum .jack-rank__bottom > span {
    box-shadow: inset -1px -1px 1px 0px #fff;
}

.platinum .jack-rank__bottom::after {
    background-image: url(../img/betnew/platinum-badge.png);
}


.sapphire .jack-rank__title::after {
    background: linear-gradient(0deg, #99A4F8 0%, #6677F5 45%, #DCD6DC 100%);
}

.sapphire .jack-rank__title .crown {
    background-image: url(../img/betnew/sapphire-crown.png);
}

.sapphire .jack-rank__title span:not(.crown) {
    box-shadow: inset -1px -1px 1px 0px #fff;
}

.sapphire .jack-rank__summ {
    background: linear-gradient(0deg, #99A4F8 0%, #6677F5 45%, #DCD6DC 100%);
}

.sapphire .jack-rank__summ .wing.wing-l {
    background-image: url(../img/betnew/sapphire-wing.png);
}

.sapphire .jack-rank__summ .wing.wing-r {
    background-image: url(../img/betnew/sapphire-wing.png);
}

.sapphire .jack-rank__summ::after {
    background-image: url(../img/betnew/sapphire-bottom-badge.png);
}

.sapphire .jack-rank__summ > span {
    box-shadow: inset -1px -1px 1px 0px #fff;
}

.sapphire .jack-rank__bottom {
    background: linear-gradient(0deg, #99A4F8 0%, #6677F5 45%, #DCD6DC 100%);
}

.sapphire .jack-rank__bottom > span {
    box-shadow: inset -1px -1px 1px 0px #fff;
}

.sapphire .jack-rank__bottom::after {
    background-image: url(../img/betnew/sapphire-badge.png);
}


.diamond .jack-rank__title::after {
    background: linear-gradient(0deg, #6679DC 0%, #BF7DDC 45%, #DCD6DC 100%);
}

.diamond .jack-rank__title::before {
    background-image: url(../img/betnew/diamond-top-badge.png);
}

.diamond .jack-rank__title .crown {
    background-image: url(../img/betnew/diamond-crown.png);
}

.diamond .jack-rank__title span:not(.crown) {
    box-shadow: inset -1px -1px 1px 0px #fff;
}

.diamond .jack-rank__summ {
    background: linear-gradient(0deg, #6679DC 0%, #BF7DDC 45%, #DCD6DC 100%);
}

.diamond .jack-rank__summ .wing.wing-l {
    background-image: url(../img/betnew/diamond-wing.png);
}

.diamond .jack-rank__summ .wing.wing-r {
    background-image: url(../img/betnew/diamond-wing.png);
}

.diamond .jack-rank__summ::after {
    background-image: url(../img/betnew/diamond-bottom-badge.png);
}

.diamond .jack-rank__summ > span {
    box-shadow: inset -1px -1px 1px 0px #fff;
}

.diamond .jack-rank__bottom {
    background: linear-gradient(0deg, #6679DC 0%, #BF7DDC 45%, #DCD6DC 100%);
}

.diamond .jack-rank__bottom > span {
    box-shadow: inset -1px -1px 1px 0px #fff;
}

.diamond .jack-rank__bottom::after {
    background-image: url(../img/betnew/diamond-badge.png);
}

.jackpot-page {
    padding: 20px 30px 0;
}

.jackpot-page .title {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}

/* jackpot ranks */

.search-block1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #13212d !important;
    padding: 20px;
    border-radius: 20px;
    gap: 30px;
}

.modal-container_2 form {
    display: none;
}

.modal-container_2 form.active {
    width: 100%;
    display: block;
}

.modal-container_2 .parent-modal-win {
    width: 100%;
}

#recall {
    width: 100% !important;
}

#recall td:nth-child(2) {
    padding-left: 10px;
}

#recall tr + tr td {
    padding-top: 10px;
}

.form-modal-win.remind-form {
    margin-top: 20px;
}

.search-block1 .filter1 {
    display: flex;
    align-items: center;
    cursor: pointer;
    /*width: 15%;*/
}

.search-block1 .filter1 .all-games1,
.search-block1 .filter1 .specific1 {
    display: none;
}

.search-block1 .filter1 .all-games1.active,
.search-block1 .filter1 .specific1.active {
    display: flex;
}

.search-block1 .filter1:hover,
.search-block1 .filter1.active {
    color: #FF6E6A;
}

.search-block1 .filter1:hover svg {
    fill: #FF6E6A;
}

.search-block1 .filter1 svg {
    margin-right: 4px;
}

.search-block1 .filter1 .summ {
    margin-left: 5px;
}

.search-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #04152e;
    padding: 20px;
    border-radius: 20px;
    gap: 30px;
}

#search .search-block {
    margin-bottom: 20px;
}

.search-block .filter {
    display: flex;
    align-items: center;
    cursor: pointer;
    /*width: 15%;*/
}

.search-block .filter .all-games,
.search-block .filter .specific {
    display: none;
}

.search-block .filter .all-games.active,
.search-block .filter .specific.active {
    display: flex;
}

.search-block .filter:hover,
.search-block .filter.active {
    color: #FF6E6A;
}

.search-block .filter:hover svg {
    fill: #FF6E6A;
}

.search-block .filter svg {
    margin-right: 4px;
}

.search-block .filter .summ {
    margin-left: 5px;
}

.filter__list {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
}

.filter__list.active {
    margin-top: 20px;
    display: flex;
}

.filter__list-item {
    width: calc((100% - 100px) / 6);
    padding: 15px 0;
    border-bottom: 2px solid rgba(212, 225, 245, .2);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    gap: 5px;
}

.filter__list.hide-items .filter__list-item {
    /* display: none; */
}

.filter__list.hide-items .filter__list-item[data-provider="all"],
.filter__list.hide-items .filter__list-item:empty,
.filter__list.hide-items .filter__list-item.show {
    display: flex;
}

.filter__list-item:empty {
    pointer-events: none;
    padding: 0;
    height: 0;
    border: none;
}

.filter__list-item.active {
    color: #FF6E6A;
    font-weight: 700;
    border-bottom: 2px solid #FF6E6A;
}

.filter__list-item:hover,
.filter__list-item.active:hover {
    border-bottom: 2px solid rgba(212, 225, 245, 0);
    color: #FF6E6A;
}

.filter__list-item .checkbox {
    border: 2px solid rgba(212, 225, 245, .2);
    border-radius: 4px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter__list-item.active .checkbox {
    border: 2px solid #FF6E6A;
}

.filter__list-item.active .checkbox svg {
    stroke: #FF6E6A;
    stroke-width: 3px;
    width: 9px;
}

.filter__list1 {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
}

.filter__list1.active {
    margin-top: 20px;
    display: flex;
}

.filter__list-item1 {
    width: calc((100% - 100px) / 6);
    padding: 15px 0;
    border-bottom: 2px solid rgba(212, 225, 245, .2);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    gap: 5px;
}

.filter__list1.hide-items .filter__list-item1 {
    /* display: none; */
}

.filter__list1.hide-items .filter__list-item1[data-provider="all"],
.filter__list1.hide-items .filter__list-item1:empty,
.filter__list1.hide-items .filter__list-item1.show {
    display: flex;
}

.filter__list-item1:empty {
    pointer-events: none;
    padding: 0;
    height: 0;
    border: none;
}

.filter__list-item1.active {
    color: #FF6E6A;
    font-weight: 700;
    border-bottom: 2px solid #FF6E6A;
}

.filter__list-item1:hover,
.filter__list-item1.active:hover {

    color: #FF6E6A;
}

.filter__list-item1 .checkbox {
    border: 2px solid rgba(212, 225, 245, .2);
    border-radius: 4px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter__list-item1.active .checkbox {
    border: 2px solid #FF6E6A;
}

.filter__list-item1.active .checkbox svg {
    stroke: #FF6E6A;
    stroke-width: 3px;
    width: 9px;
}

.notification-block {
    height: 0;
    position: relative;
    background-color: #FF6E6A;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    transition: .3s;
    overflow: hidden;
}

.notification-block.active {
    height: 80px;
}

.notification-block .close {
    position: absolute;
    right: 30px;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.notification-block .close svg {
    width: 17px;
}

.notification-block .text {
    width: 100%;
    text-align: center;
    padding: 0 60px;
}

#win-jackpot.modal-win {
    max-width: 800px;
    border: 4px solid #7d7adb;
    position: relative;
    overflow: visible;
    box-shadow: 0px 0px 60px 0px rgb(125 122 219);
    animation: shadow-anim 6s infinite linear;
}

@keyframes shadow-anim {
    0% {
        box-shadow: 0px 0px 60px 0px rgb(125 122 219)
    }

    50% {
        box-shadow: 0px 0px 90px 0px rgb(125 122 219)
    }

    100% {
        box-shadow: 0px 0px 60px 0px rgb(125 122 219)
    }
}

#win-jackpot.modal-win::after,
#win-jackpot.modal-win::before {
    content: '';
    width: 89px;
    height: 200px;
    background: url(../img/betnew/diamond-wing.png);
    position: absolute;
    right: -80px;
    top: calc(50% - 80px);
    z-index: -1;
}

#win-jackpot.modal-win::before {
    left: -80px;
    right: inherit;
    transform: rotateY(180deg);
}

#win-jackpot .parent-modal-win {
    border-radius: 20px;
}

#win-jackpot .parent-modal-win::before {
    content: '';
    display: block;
    position: absolute;
    top: -16px;
    left: -19px;
    width: 40px;
    height: 40px;
    background-image: url(../img/betnew/blick.png);
    background-size: cover;
    background-position: center;
    opacity: .8;
    z-index: 3;
    animation: star-anim 6s .2s infinite linear;
}

@keyframes star-anim {
    0% {
        transform: scale(0) rotate(0deg);
        opacity: 0;
    }

    30% {
        transform: scale(1.1) rotate(360deg);
    }

    10%,
    50%,
    90% {
        transform: scale(1) rotate(360deg);
        opacity: 1;
    }

    70% {
        transform: scale(1.1) rotate(360deg);
    }

    100% {
        transform: scale(0) rotate(0deg);
        opacity: 0;
    }
}

#win-jackpot .content-modal-win {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
    background-image: url(../img/jackpot-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 20px;
}

#win-jackpot .title {
    font-size: 25px;
    text-transform: uppercase;
}

#win-jackpot .jacksumm {
    font-size: 100px;
    font-weight: 700;
    animation: summ-animation 1.5s infinite cubic-bezier(0.48, -0.32, 0, 0.75);
    color: #FECC50;
}

@keyframes summ-animation {
    0% {
        transform: scale(.9)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(.9)
    }
}

.ulogin-button-yandex {
    background-image: url(../img/yandex.svg) !important;
    background-size: 70px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #fff !important;
    border-radius: 4px !important;
}

.ulogin-button-mailru {
    background-image: url(../img/mailimg.png) !important;
    background-size: 32px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    /*    background-color: #3688c8 !important;*/
    border-radius: 4px !important;
}

.ulogin-button-google {
    background-image: url(../img/google.svg) !important;
    background-size: 28px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #fff !important;
    border-radius: 4px !important;
}

.search-block1 .header-search {
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
    display: none;
}

.search-block1 .header-search input {
    border: 2px solid #70828f;
    border-radius: 20px;
    box-shadow: none;
    padding: 10px 35px 10px 10px;
    background-position: right 8px center;
    background-size: 18px;
    font-size: 14px;
    color: #fff;
    background-color: #21385e;
    margin: 0;
    width: 100%;
    outline: none;
    opacity: 1;
}

.show-from-to {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-size: 18px;
}

.show-from-to .progress_bar__show-from-to {
    background: rgba(212, 225, 245, .2);
    border-radius: 4px;
    margin-top: 10px;
}

.show-from-to .progress {
    background: #FF6E6A;
    height: 4px;
}

/* SUPPORT */

.support-content__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 66vh;
}

.form-add-support {
    margin-top: 50px;
}

.message-history {
    display: flex;
    flex-direction: column;
    max-height: 500px;
    overflow: auto;
}

.one-message {
    display: flex;
    flex-direction: column;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    background-color: #161f2c;
    max-width: 300px;
}

.right-side-message {
    align-self: flex-end;
}

.left-side-message {
    align-self: flex-start;
}

.meta-one-message {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.author-one-message {
    display: flex;
    align-items: center;
}

.login-message {
    color: #fff;
    font-weight: bold;
}

.support-content .info-one-message {
    color: #fff;
    font-size: 12px;
}

.support-content .container-btn-more {
    display: none;
}

.text-one-message {
    color: #fff;
    font-weight: 500;
    text-align: justify;
    word-wrap: break-word;
}

.chat_textarea {
    font-size: 16px;
    padding: 20px;
    border-radius: 20px;
    background-color: #161f2c;
    color: #fff;
    flex-grow: 1;
    border: none;
    background-color: #050421;
}

:focus-visible {
    outline: 0px;
}

.chat_textarea::placeholder {
    font-size: 16px;
    color: #fff;
}

.file_chat_left {
    height: 35px;
}

.file_chat_attachment {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    background-color: #050421;
    border-radius: 20px;
}

.message_reply {
    margin-top: 30px;
}

.file_chat_attachment input {
    order: 0;
    margin-bottom: 0;
    box-shadow: none;
    pointer-events: none;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
}

.file_chat_attachment input:hover {
    box-shadow: none;
}

.file_chat_btn {
    font-size: 16px;
}

.file_chat_attachment input[type="file"]::file-selector-button {
    display: none;
}

.file_chat_attachment_icon {
    cursor: pointer;
    fill: #fff;
}

.file_chat_p {
    margin: 0 !important;
}

.popup2.jackpot-modal .popup__close svg {
    fill: white !important;
}

.panel__countdown-index {
    top: 6px;
    right: 0;
}

.bonuses-page {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bonuses-page .reg-btn {
    margin-left: 0;
}

.bonuses-page .bonus-panel__info {
    width: 100%;
}

.bonuses-page .bonus-panel__action {
    width: 100%;
    margin-left: 16px;
}

.alert-success {
    display: none;
}

.file_chat_btn {
    padding: 27px;
    border-radius: 20px;
}

.file_chat_btn svg {
    display: none;
}

/* SUPPORT */


/* STYLES FROM BOTTOM OF FILE */

.top-menu-footer {
    position: fixed;
    bottom: 0;
    width: 230px;
    padding: 32px 15px;
}

.top-menu-footer .title {
    display: flex;
    align-items: center;
}

.top-menu-footer .title .icon {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    overflow: hidden;
    margin-right: 12px;
}

.top-menu-footer .title .icon img {
    max-width: 100%;
}

.top-menu-footer .fio {
    font-family: Rubik;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-align: left;
    color: #fff;
    margin-bottom: 5px;
}

.top-menu-footer .email {
    font-family: Rubik;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    color: #6A6879;
}

.top-menu-footer .menu a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    border-radius: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    color: #fff;
    padding: 5px 5px;
}

.top-menu-footer .img-one-menu img {
    padding-top: 3px;
}

.top-menu-footer .footer-line {
    border: 1px solid #FFFFFF1A;
    margin-top: 20px;
    margin-bottom: 35px;
}

.yes-login-header-btn span.title {
    color: #6A6879;
    display: block;
    font-size: 14px;
}

.yes-login-header-btn span.user-balance,
.yes-login-header-btn span.pay-points {
    font-size: 14px;
    font-weight: 500;
}

.yes-login-header-btn span.orange-currency {
    font-weight: 500;
    font-size: 12px;
    color: #FECC50;
    text-transform: lowercase;
}

.header-notification {
    margin-left: 23px;
}

.header-lang {
    display: none;
    background-color: #ffffff29;
    padding: 6px;
    border-radius: 9px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    min-width: 36px;
    text-align: center;
}

.header-lang:hover {
    color: #FF6E6A;
}

.fixed-header .icon:hover path {
    stroke: #FF6E6A;
    /* Цвет линии при наведении */
}

.block-topmenu .header-logo {
    position: inherit;
    width: 104px;
    margin-top: 11px;
    margin-left: 22px;
}


.notification-dropdown {
    position: absolute;
    width: 408px;
    height: 607px;
    border-radius: 16px;
    top: calc(100% + 30px);
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #050421;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
}

.notification-dropdown.active {
    opacity: 1;
    pointer-events: all;
}

.notification-dropdown-overflow {

}

.header-notification {
    position: relative;
}

.tabs-container-notif {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-box-shadow: inset 0px -1px 0px 0px #262451;
    -moz-box-shadow: inset 0px -1px 0px 0px #262451;
    box-shadow: inset 0px -1px 0px 0px #262451;
}

.tabs-container-notif::-webkit-scrollbar {
    height: 4px;
    background: transparent;
}

.tabs-container-notif::-webkit-scrollbar-thumb {
    height: 4px;
    background-color: #2a3546;
    border-radius: 2px;
}

.tabs-notif {
    display: flex;
    min-height: 31px;
}

.tab-notif {
    font-size: 14px;
    padding: 0px 10px;
    text-align: center;
    cursor: pointer;
    border-bottom: none;
    transition: color 0.3s;
}

.tab-notif.active-notif {
    box-sizing: border-box;
    color: #735EF9;
    border-bottom: 1px solid #735EF9;
}

.content-notif {
    display: none;
    /* Скрыть по умолчанию */
}

.content-notif.active-notif {
    display: block;
    /* Показать активный контент */
}

.content-notif .empty-block {
    color: #6A6879;
}

.notification-dropdown-heading .title {
    font-size: 18px;
    margin: 25px 16px;
}

.notification-dropdown-heading .close-notification {
    font-size: 24px;
    position: absolute;
    right: 24px;
    top: 30px;
    cursor: pointer;
}

.tab-content-notif {
    overflow: auto;
    width: 100%;
    background-color: #141326;
    height: 506px;
    border-radius: 0px 0px 15px 15px;
}

.notification-dropdown-body {
    width: 100%;
    height: initial;
}

/*  dark theme  */
.footer-menu.payment-script-logo > div > div {
    margin: 0 auto;
}

.footer-menu.payment-script-logo img {
    max-width: 100%;
}


.notification-dropdown-body .container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 15px;
}

.notification-dropdown-body .notification-item {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding-bottom: 15px;
    padding-top: 5px;
}

.notification-dropdown-body .notification-icon {
    max-width: 42px;
    height: 42px;
    margin-right: 15px;
}

.notification-dropdown-body .notification-icon img {
    max-width: 100%;
    max-height: 100%;
}

.notification-dropdown-body .notification-content h3 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
}

.notification-dropdown-body .notification-content p {
    font-size: 14px;
    color: #a0a0a0;
    margin-bottom: 12px;
}

.notification-dropdown-body .notification-link {
    font-size: 14px;
    color: #FECC50;
    text-decoration: none;
}

.notification-dropdown-body .notification-link:hover {
    color: #ffe066;
}

.notification-dropdown-body .notification-content-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.notification-dropdown-body .notification-content-bottom p {
    font-size: 14px;
    color: #a0a0a0;
    margin-bottom: 0;
}

.notification-dropdown-body .notification-content {
    width: 100%;
}

.notification-dropdown-body .notification-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #ffffff1a;
}

/* STYLES FROM BOTTOM OF FILE */

.static-profile .tab {
    display: flex;
    justify-content: space-between;
}

.static-profile .tab__action {
    margin: 0 16px 0 0;
    display: block;
    max-width: 266px;
    width: 100%;
}

.static-profile .tab__content {
    padding-top: 0;
}

.notification-dropdown-body .notification-content h3 span {
    color: #735EF9;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab__action_container_child {
    padding: 8px;
    background-color: #060420;
    border-radius: 15px;
}

.tab__action_header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(38deg, rgba(115, 94, 249, 1) -51%, rgba(16, 14, 41, 1) 40%, rgba(16, 14, 41, 1) 60%, rgba(115, 94, 249, 1) 196%);
    padding: 8px 10px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.tab__action_header img {
    max-width: 44px;
    max-height: 44px;
    width: 100%;
    border-radius: 50%;
    margin-right: 12px;
}

.tab__action_header .info {
    font-size: 16px;
}

.tab__action_header .id {
    font-size: 12px;
    color: #6A6879;
}

.static-profile .tab__content > div:not(.profile-tab-images) {
    background: #060420;
    border-radius: 16px;
    padding: 40px;
}

.static-profile .tab__content > .profile-tab-images {
    max-width: 500px;
    margin: 36px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.static-profile .tab__action.head_action a.tab__item {
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
}

.static-profile .tab__action.head_action a:hover,
.static-profile .tab__action.head_action a.tab__item.tab__item_active {
    padding: 10px;
    background: linear-gradient(90deg, rgba(115, 94, 249, 0.3) -44%, rgba(255, 255, 255, 0.04) 38%);
}

.static-profile .tab__action.head_action a + a {
    margin-top: 8px;
}

.static-profile .tab__action.head_action a.tab__item .icon {
    padding: 8px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .04);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: #DDDFFF;
}

.tab__action.head_action a.tab__item.tab__item_active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 2px;
    transition: width .2s;
    background: #ff7a00;
}

.profile-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.profile-title .title {
    font-size: 36px;
    font-weight: 500;
}

.profile-title .last-session {
    text-align: right;
    font-size: 14px;
}

.profile-title .last-session {
    text-align: right;
    font-size: 14px;
}

.profile-title .last-session .text {
    color: #6A6879;
}


.profile-title .last-session .date {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #DDDFFF;
}


.profile-title .last-session .date svg {
    margin-right: 6px;
}

.profile-contacts__input label.profile-contacts__label.input__label,
.profile-details__input label.input-lbl {
    color: #ABA6FF;
    font-size: 14px;
}

.notification-page .notification-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.notification-page .notification-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.notification-dot {
    width: 10px;
    height: 10px;
    background-color: #735EF9;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 10px;
}

.notification-page .notification-content {
    display: flex;
    align-items: center;
    max-width: 660px;
}

.notification-page .notification-content .notification-icon {
    min-width: 42px;
    width: 42px;
    height: 42px;
    margin-right: 12px;
}

.notification-page .notification-content .notification-icon img {
    max-width: 100%;
}

.notification-page .notification-content h3 {
    font-size: 16px;
    font-weight: 400;
}

.notification-page .notification-content h3 span {
    /*    color: #735EF9;*/
}

.notification-page .notification-content p {
    font-size: 14px;
    color: #ABA6FF;
    margin-top: 8px;
    margin-bottom: 0;
}

.notification-page .notification-content p span {
    color: #6A6879;
    margin-left: 24px;
}

.notification-page .notification-info .tour {
    color: #6A6879;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}

.notification-page .notification-info .tour div {
    color: #fff;
}

.notification-page .notification-info .summ {
    background-color: rgba(255, 255, 255, .04);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 15px 32px;
    white-space: nowrap;
}

#tab4-notif .notification-content {
    width: 78% !important;
}

.notification-page .notification-info .summ span {
    color: #F2CE5E;
}

.notification-count-all-tab {
    display: none;
    background-color: #735EF9;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    padding: 3px 4px;
    margin-left: 5px;
    line-height: 1;
    min-width: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.notification-count-all-button {
    display: none;
    background-color: #735EF9;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    padding: 4px 4px;
    line-height: 1;
    min-width: 20px;
    text-align: center;
    position: relative;
    left: -3px;
    top: 6px;
}

.new-bonus {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(3px);
    background: rgba(10, 20, 45, .7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-bonus + .new-bonus {
    display: none;
}

.new-bonus__wrapper {
    max-width: 452px;
    width: calc(100% - 30px);
    padding: 16px 16px 42px;
    border-radius: 16px;
    background: #0A142D;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.new-bonus__wrapper .close {
    text-align: right;
    margin-bottom: 12px;
    cursor: pointer;
    margin-left: auto;
    display: none;
}

.new-bonus__img {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}

.new-bonus__img img {
    min-height: 243px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.new-bonus__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 16px;
    max-width: 372px;
}

.new-bonus__description {
    color: #B4B2C1;
    margin-bottom: 24px;
    max-width: 372px;
}

.panel__r-side {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.panel__sides {
    width: 100%;
}

.games-section__wraper {
    margin-bottom: 20px;
}

.points-notification {
    background: linear-gradient(120deg, #ab1111 16.27%, #dd3131 26.91%, #dd3131 60.95%, #ab1111 81.27%);
    padding: 20px 40px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 50px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.points-notification:hover {
    color: rgba(255, 255, 255, .8) !important;
}

.points-notification .description {
    position: relative;
    z-index: 2;
}

.points-notification svg {
    max-width: 70px;
    height: 70px;
    margin-right: 20px;
}

.points-notification p {
    font-size: 16px;
}

.points-notification .big-stars {
    position: absolute;
    width: 100%;
    max-width: 577px;
    height: 561px;
    right: 30px;
    top: -226%;
    transform: rotate(53deg);
}

@media screen and (max-width: 1820px) {
    .logged-out-banner {
        padding: 0 32px;
    }

    .logged-out-banner + .game-swiper-wrapper.providers {
        width: calc(100% - 64px);
        margin: 0 auto;
    }
}

@media screen and (max-width: 1720px) {
    .block-topmenu_head.active {
        position: static;
    }

    .jack-rank__title {
        width: 60%;
    }

    .jack-rank__bottom {
        width: 90%;
    }

    .jack-rank__bottom > span {
        padding: 2px 2px 5px;
    }

    .jack-rank__summ > span {
        font-size: 18px;
        padding: 22px 5px;
    }

    .features__text .title {
        height: inherit;
        font-size: 16px;
    }
}

@media screen and (min-width: 1630px) {
    .block-topmenu_head .header-logo {
        display: table-caption;
    }
}

@media screen and (max-width: 1629px) {

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

    .top-banner:nth-child(1) {
        width: 100%;
        margin-bottom: 20px;
    }

    .top-banner {
        width: calc(50% - 10px);
    }

    .notification-page .notification-content {
        max-width: 376px;
    }

    .bonus-panel__desc {
        flex-direction: column;
        height: auto;
    }

    .bonus-panel__action {
        width: 100%;
    }

    .bonus-panel__info {
        width: 100%;
        margin-bottom: 12px;
    }

    .bonus-panel__desc {
        flex-direction: column;
        height: auto;
    }

    .bonus-panel__action {
        width: 100%;
    }

    .bonus-panel__info {
        width: 100%;
        margin-bottom: 12px;
    }

    .popup2 {
        left: 48px;
    }

    .colapsed .popup2 {
        left: 230px;
    }

    .top-banner img {
        max-width: 200px;
    }

    .top-filters .dropdown {
        max-width: 1136px;
    }

    .top-filter.providers .dropdown-item {
        width: calc((100% - 100px) / 4);
    }

    .top-filter.providers .dropdown-item:empty {
        width: calc((100% - 100px) / 4);
    }

    .list-game.grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }

    .jack-ranks {
        flex-wrap: wrap;
        width: 100%;
        gap: 0;
    }

    .jack-rank {
        width: calc((100% - 200px) / 3);
        margin: 0 10px;
    }

    .jack-rank__bottom {
        width: 80%;
    }

    .h-game-slide span {
        font-size: 14px;
    }

    .features {
        grid-template-columns: repeat(3, 1fr) 300px;
    }

    .features__icon {
        min-width: 85px;
    }

    .features__icon img {
        height: 60px;
    }

    /* .features__text .title {
    height: inherit;
    font-size: 16px;
  } */
    .features__text {
        margin-left: 5px;
    }

    .features__text .desc {
        font-size: 12px;
        margin-top: 5px;
    }

    .features__text .stars svg {
        width: 20px;
        height: 20px;
    }

    .header {
        width: calc(100% - 48px);
        left: 48px;
    }

    .page-content {
        width: calc(100% - 48px);
    }

    .container {
        max-width: 1200px;
    }

    .block-topmenu {
        overflow: auto;
    }

    .block-topmenu.active .topmenu-wrap.mini .btn-lang:hover .hover-notice {
        display: none;
    }

    .block-topmenu {
        left: -182px;
    }

    .block-topmenu .topmenu-wrap:not(.mini) {
        padding-bottom: 0;
        top: 30px;
        opacity: 0;
        height: 0;
        overflow: hidden;
        transition: 0s;
        pointer-events: none;
    }

    .block-topmenu .topmenu-wrap.mini {
        height: auto;
        padding-top: 0;
        opacity: 1;
        transition-delay: .2s, .2s;
        transition-property: padding, opacity;
        transition-duration: .3s, .3s;
    }

    .block-topmenu .sidebar-menu-btn {
        transform: rotateY(180deg);
        width: 48px;
        padding: 10px 8px;
    }

    .block-topmenu:not(.active) + .overflow-topmenu {
        display: none;
        width: calc(100vw + 40px);
        height: calc(100vw + 40px);
        top: -20px;
        left: -20px;
        z-index: 20;
        background: rgba(27, 43, 56, .6);
    }

    .block-topmenu.active + .overflow-topmenu {
        display: block;
    }

    .block-topmenu .topmenu-wrap.mini .btn-lang {
        width: 100%;
        position: relative;
    }

    .block-topmenu .topmenu-wrap.mini .btn-lang a {
        border: none;
    }

    .block-topmenu .topmenu-wrap.mini .btn-lang a img {
        margin: 0 auto;
        height: 24px;
        min-width: 24px;
    }

    .hover-notice {
        display: none;
    }

    .block-topmenu.active {
        left: 0;
    }

    .block-topmenu.active .topmenu-wrap.mini {
        padding-top: 30px;
        opacity: 0;
        height: 0;
        transition: 0s;
        width: 48px;
        margin-left: auto;
        overflow-y: inherit;
    }

    .block-topmenu.active .topmenu-wrap:not(.mini) {
        height: auto;
        padding-top: 0;
        opacity: 1;
        transition-delay: .2s, .2s, .2s;
        transition-property: top, opacity, padding;
        transition-duration: .3s, .3s, .3s;
        position: relative;
        top: 0;
        pointer-events: all;
    }

    .list-game .parent-game-slide {
        width: calc(20% - 20px);
    }

    .random-slider__swiper img,
    .random-slider__swiper .swiper-image-slide-general {
        min-width: 246px;
        height: 185px;
    }

    .random-slider__swiper .hover-game-slide {
        min-width: 246px;
        height: 185px;
    }

    .random-slider__swiper .swiper-slide a::after {
        min-width: 246px;
        height: 185px;
    }

    .random-slider__swiper a {
        height: 185px;
    }

    .jackpot-games-swiper {
        max-width: 820px;
    }

    .jackpot-games-swiper .game-swiper .swiper-slide {
        width: calc(25% - 15px);
    }

    .index-vip .vipclub__item {
        width: 16.66%;
    }

    .index-slider .swiper-slide {
        position: relative;
        justify-content: flex-start;
        background-size: cover;
    }

    .bg-swiper-slide {
        position: relative;
        z-index: 2;
    }

    .index-slider .swiper-slide .img-wrap {
        opacity: .6
    }

    .profile__side .index-slider .swiper-slide .img-wrap {
        opacity: 1;
    }

    .slides-btns {
        max-width: 200px;
    }

    .slides-btns .item {
        padding: 0 12px;
    }

    .game-swiper.dup3 .swiper-slide {
        width: 13%;
    }

    .game-swiper .swiper-slide {
        width: calc(15% + 6px);
    }

    .game-page.game-swiper .swiper-slide {
        width: calc(18% + 6px);
    }

    .one-index-category.one-row .parent-game-slide:nth-child(n+5),
    .one-index-category.two-rows .parent-game-slide:nth-child(n+9) {
        height: 0;
        pointer-events: none;
        overflow: hidden;
        margin: 0;
    }

    .footer-providers-logo .img-wrap {
        padding: 10px;
        width: auto;
        height: 70px;
    }

    .vip-page .vipclub__row {
        overflow: auto;
        flex-wrap: nowrap;
        padding-bottom: 10px !important;
    }

    .vip-page .vipclub__row::-webkit-scrollbar {
        height: 3px;
        background: transparent;
    }

    .vip-page .vipclub__row::-webkit-scrollbar-thumb {
        width: 4px;
        background-color: #fff;
        border-radius: 2px;
    }

    .vip-page .vipclub__item {
        min-width: calc((100% - 45px) / 4)
    }

}

@media screen and (max-width: 1401px) {

    .filter__list-item,
    .filter__list-item1 {
        width: calc((100% - 80px) / 5);
    }


    body.dark-theme .vipclub__content.index-page .index-vip .vipclub__row {
        background-color: inherit;
    }

    body.dark-theme .vipclub__content.index-page .vipclub__item {
        background: #1e1e1e;
    }

    .mini-slider-win {
        width: calc(50% - 10px);
    }

    .swiper-tournament-slider {
        width: calc(50% - 10px);
    }

    .header-menu {
        display: none;
    }

    .header-logo svg {
        max-width: 190px;
        max-height: 38px;
        width: 100%;
    }

    .header-left {
        width: 50%;
    }

    .game-swiper .swiper-slide {
        width: calc(22% + 6px);
    }

    .game-page.game-swiper .swiper-slide {
        width: calc(22% + 6px);
    }

    .game-swiper.dup3 .swiper-slide {
        width: 15%;
    }

    /*
  .index-slider .swiper-slide .img-wrap {
    opacity: .2;
  }
*/
    .boost-block__wrapper {
        flex-direction: column;
        padding-bottom: 24px;
    }

    .boost-block__wrapper > .title {
        order: 1;
    }

    .boost-block__wrapper .l-side {
        order: 2;
        text-align: center;
    }

    .boost-block__wrapper .r-side {
        order: 3;
        flex-wrap: wrap;
        max-width: 303px;
        justify-content: center;
    }

    .boost-block__wrapper .show-games {
        order: 1;
        width: 100%;
        text-align: center;
        margin: 12px 0;
    }

    .boost-block__wrapper .r-side > span {
        order: 2;
    }

    .boost-block__wrapper .timer {
        order: 3;
    }

    .boost-block__wrapper > img {
        height: auto
    }

    .boost-block__wrapper > img:nth-child(1) {
        left: -15%;
        height: 92px;
        top: 18px;
        z-index: 1;
    }

    .boost-block__wrapper > img:nth-child(2) {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .boost-block__wrapper > img:nth-child(3) {
        right: 9.63%;
        height: 109px;
        width: 323px;
        top: 38px;
    }

    .vipclub__content.index-page .vipclub__row {
        background: inherit;
        padding-top: 0;
        justify-content: space-between;
        gap: 40px;
    }

    .vipclub__content.index-page .vipclub__item {
        width: 30%;
        max-width: 100%;
        background: linear-gradient(73.48deg, #140421 -27.13%, #0B1C5A 29.23%, #0B1C5A 57.03%, #140421 120.9%);
        padding: 30px 15px;
        display: flex;
        justify-content: center;
        border-radius: 20px;
    }
}

@media screen and (max-width: 1260px) {
    .profile__side .index-slider .swiper-slide .img-wrap img {
        max-height: 140px;
    }
}

@media screen and (min-width: 1200px) {
    .tournament__title {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1200px) {

    .points-notification {
        background: linear-gradient(120deg, #ab1111 8.27%, #dd3131 26.91%, #dd3131 60.95%, #ab1111 87.27%);
    }

    .points-notification .big-stars {
        right: -120px;
        top: -79%;
        transform: rotate(71deg);
        opacity: .3;
    }

    .profile-title {
        margin-bottom: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .profile-title .last-session {
        text-align: left;
    }

    .profile-title .last-session .date {
        justify-content: flex-start;
    }

    .profile-title .title {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .tab__action_header {
        margin-bottom: 32px;
    }

    .static-profile .tab__action_menu {
        display: flex;
    }

    .static-profile .tab__action.head_action a.tab__item {
        width: auto;
        border: 1.6px solid rgba(255, 255, 255, .1);
        transition: none;
    }

    .static-profile .tab__action.head_action a:hover,
    .static-profile .tab__action.head_action a.tab__item.tab__item_active {
        border: 1.6px solid rgba(255, 255, 255, 0);
    }

    .tab__action_menu.scrolling .tab__item {
        pointer-events: none;
        opacity: 0.5;
        cursor: not-allowed;
    }

    .tab__action_menu.dragging {
        cursor: grabbing; /* Вказує, що відбувається перетягування */
        user-select: none; /* Забороняє вибір тексту під час свайпу */
    }

    .static-profile .tab__action.head_action a + a {
        margin-top: 0;
        margin-left: 12px;
    }

    .static-profile .tab__action {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .tab__action_container_child {
        padding: 0;
        background: none;
        border-radius: 0;
    }

    .static-profile .tab {
        display: block;
    }

    .static-profile .tab__content > div:not(.profile-tab-images) {
        padding: 32px 15px;
    }

    .tour-type__dropdown {
        right: 0;
        left: inherit;
        width: 300px;
    }

    .top-banner {
        font-size: 30px;
    }

    .filter__list-item,
    .filter__list-item1 {
        width: calc((100% - 60px) / 4);
    }

    .profile-dropdown .block-topmenu-heading {
        width: 100%;
        display: flex;
        margin-bottom: 10px;
    }

    .profile-dropdown .close-profile {
        width: 17px;
        height: 16px;
        opacity: .4;
        cursor: pointer;
    }

    .profile-dropdown .user-info-block__stats {
        display: block;
        margin: 15px 20px 20px;
        width: calc(100% - 40px);
    }

    .profile-dropdown .user-info-block__stats + .btn {
        display: flex;
        margin: 0 auto 10px;
        max-width: 110px;
    }

    .profile-dropdown .user-info-block__stats + .btn:hover {
        color: #111;
    }

    .profile-dropdown .block-topmenu-heading + .row {
        padding: 10px 20px 0;
    }

    .profile-dropdown-overflow {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #00000070;
        display: none;
        z-index: 19;
    }

    .profile-menu.active .profile-dropdown-overflow {
        display: block;
    }

    .profile-dropdown a {
        padding: 10px 24px;
    }

    /*.profile-menu__btn {*/
    /*  padding: 0;*/
    /*}*/
    /*.profile-menu__btn > svg:nth-child(1) {*/
    /*  width: 40px;*/
    /*  height: 40px;*/
    /*}*/
    /*.profile-menu__btn svg:last-child {*/
    /*  display: none;*/
    /*}*/
    .profile-dropdown {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -290px;
        border-radius: 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        transition: right .3s;
        z-index: 20;
    }

    .profile-menu.active .profile-dropdown {
        right: 0;
    }

    .list-game .parent-game-slide {
        width: calc(25% - 20px);
    }

    #home .list-game .parent-game-slide:nth-last-of-type(-n+4) {
        display: none;
    }

    .footer-support {
        order: 1;
    }

    .footer-copyright {
        width: 100%;
        order: 2;
    }

    .footer-menus .container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .footer-pay-logo {
        flex-wrap: wrap;
    }

    .jackpot-block {
        overflow: hidden;
    }

    .footer-menu {
        width: auto;
        margin: 0;
    }

    .jackpot-games-swiper .swiper-button-next,
    .jackpot-games-swiper .swiper-button-prev {
        display: none;
    }

    .jackpot-games-swiper {
        max-width: 100%;
    }

    .jackpot-games-swiper .swiper.game-swiper {
        overflow: visible;
    }

    .features {
        grid-template-columns: repeat(2, 1fr);
    }

    .content-modal-win .r-side .items {
        flex-direction: column;
    }

    .content-modal-win .r-side .item {
        width: 100%
    }

    .content-modal-win .r-side .item + .item {
        margin-top: 16px;
    }

    .pannel__sides {
        flex-direction: column;
    }

    .pannel__r-side,
    .pannel__l-side {
        width: 100%;
    }

    .pannel__r-side {
        margin-top: 16px;
    }

    .game-swiper.dup3 .swiper-slide {
        width: 18%;
    }

    /*
  .TopSwiper .swiper-slide-active .img-wrap {
    bottom: -8%;
  }
*/
    .full-width-page {
        padding-top: 60px;
    }

    .fixed-header {
        padding: 5px 20px;
        height: 60px;
    }

    .log-out-mobile {
        display: block;
    }

    .header-logo {
        max-width: inherit;
        width: auto;
        margin: 0;
    }

    /*.header .header-balance, .header .wager-scale {*/
    /*  display: none;*/
    /*}*/
    .header-right .header-search {
        display: none;
    }

    .header-left {
        width: calc(50% + 47.5px);
        justify-content: space-between;
    }

    .header-menu a {
        margin: 0 9px 0 0;
        font-size: 13px;
    }

    span.title-slide {
        font-size: 30px;
    }

    .bg-swiper-slide {
        max-width: 100%;
    }

    .jackpot-tabs {
        width: 350px;
        min-height: 202px;
        padding-bottom: 8px;
    }

    .jackpot-tabs .list-game .parent-game-slide:nth-child(4) {
        display: none;
    }

    .jackpot-tabs .list-game .parent-game-slide {
        width: calc(33.33% - 20px);
    }

    .h-jackpot-tabs {
        margin-top: 0;
    }

    .jackpot-tabs span {
        font-size: 26px;
        letter-spacing: 0;
    }

    .summ-jackpot-tabs {
        font-size: 30px;
    }

    .head-tabs .index-slider {
        width: calc(100% - 365px);
    }

    .head-tabs .index-slider .swiper-slide {
        min-height: 202px;
    }

    .index-banner a {
        font-size: 14px;
    }

    .left-aside,
    .wrapper-left-aside {
        width: 200px;
    }

    .main-aside {
        /*width: calc(100% - 215px);*/
    }

    .index-banner {
        background-position: right center;
        padding: 20px;
    }

    .footer-social {
        width: 145px;
    }

    .footer-social img {
        border-radius: 4px;
        margin: 0px 6px 0 0;
        width: 30px;
        height: 30px;
    }

    .footer-tournaments {
        width: calc(100% - 160px);
    }

    .footer-tournaments svg {
        height: 20px;
        margin: 0 2px 0 0;
    }

    .no-login-header-btn {
        display: none;
    }

    .no-login-header-btn.mobile {
        display: flex;
    }

    /*.header .header-search {*/
    /*  display: none;*/
    /*}*/
}

@media screen and (max-width: 1170px) {
    .parent-swiper-navination {
        right: 20px;
    }

    .footer-pay-logo {
        padding: 10px 0;
    }

    .footer-pay-logo img {
        max-width: 100px;
        padding: 10px;
    }

    .footer-providers-logo .img-wrap {
        height: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .search-block {
        background: none;
        padding: 0;
        width: 100%;
        gap: 0;
        margin-bottom: 16px;
    }

    .search-block1 {
        background-color: #050421 !important;
        padding: 0;
        width: 100%;
        gap: 0;
    }

    .modal-win#search .search-field {
        margin: 0;
    }

    .search-block .filter {
        width: calc((100% - 20px) / 2);
        padding: 10px 15px;
        background-color: #13212d;
        border-radius: 10px;
        margin-top: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .search-block .filter svg {
        min-width: 20px;
    }

    .filter__list-item {
        width: calc((100% - 20px) / 2);
        justify-content: center;
        padding: 7px 5px;
        border: 2px solid rgba(212, 225, 245, .2);
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .filter__list-item:hover,
    .filter__list-item.active {
        color: #fff;
        border: 2px solid #FF6E6A;
    }

    .filter__list-item:hover,
    .filter__list-item.active:hover {
        border: 2px solid #FF6E6A;
        color: #fff;
    }

    .filter__list-item > .checkbox {
        display: none;
    }

    .modal-win#search .search-field input {
        background-color: #04152e;
        margin-right: 10px;
    }

    .top-filter.search-filter .title-block {
        background-color: #04152e;
    }

    .top-filters .search-filter .dropdown {
        right: 0;
        top: calc(100% + 10px);
    }

    .search-block1 .filter1 {
        width: calc((100% - 20px) / 2);
        padding: 10px 15px;
        border-radius: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        background: #13212d;
    }

    .search-block1 .filter1 svg {
        min-width: 20px;
    }

    .filter__list-item1 {
        width: calc((100% - 20px) / 2);
        justify-content: center;
        padding: 7px 5px;
        border: 2px solid rgba(212, 225, 245, .2);
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .filter__list-item1:hover,
    .filter__list-item1.active {
        color: #fff;

    }

    .filter__list-item1.active {
        font-weight: 700;
        border: 2px solid #FF6E6A;
    }

    .filter__list-item1:hover,
    .filter__list-item1.active:hover {

        color: #fff;
    }

    .filter__list-item1 > .checkbox {
        display: none;
    }

    .header-menu a {
        font-size: 13px;
        margin: 0 7px 0 0;
    }

    .list-anim-btn .anim-btn span {
        font-size: 18px;
    }

    .list-anim-btn .anim-btn small {
        font-size: 11px;
    }

}

@media screen and (max-width: 991px) {

    .top-filters .search-filter .dropdown {
        width: calc(100vw - 35px);
        max-width: 1328px;
        right: 0px;
        top: 100%;
    }

    .popup2 {
        left: 0;
        padding: 10px;
    }

    .colapsed .popup2 {
        left: 0;
    }

    .top-filters .dropdown {
        width: calc(100vw - 30px);
    }

    .content-modal-win .r-side {
        background: none;
    }

    .modal-win#reg {
        max-width: 100%;
    }

    .parent-modal-win {
        height: 100%;
        overflow: auto;
    }

    #reg .parent-modal-win {
        background-color: #050421;
        background-image: url(../img/betnew/reg-bg.png);
        background-size: 50% 100%;
        background-repeat: no-repeat;
    }

    #reg .parent-modal-win {
        background-image: inherit;
    }

    #win-jackpot.modal-win {
        max-width: calc(100% - 200px);
    }

    #win-jackpot .jacksumm {
        font-size: 80px;
    }

    #win-jackpot .content-modal-win {
        text-align: center;
    }

    .vip-page .vipclub__item {
        min-width: calc((100% - 30px) / 3);
    }

    .vip-page .vip-panel {
        max-width: 100%;
        display: flex;
        align-items: center;
        text-align: left;
    }

    .vip-page .vip-panel__img {
        max-width: 100px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .vip-page .level-title {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .vip-page .level-range {
        font-size: 14px;
        margin-bottom: 0;
    }

    .vip-page .vipclub__item {
        padding: 24px 16px;
    }

    .vipclub__content.index-page .title {
        padding: 0 15px;
    }

    .vipclub__content.index-page .vipclub__row {
        flex-wrap: nowrap;
    }

    .vipclub__content.index-page .container {
        padding: 0;
    }

    .index-vip .vip-panel__img {
        padding-bottom: 0;
    }

    .vipclub__content.index-page .vipclub__item {
        min-width: 320px;
    }

    .vipclub__content.index-page .vipclub__row {
        gap: 0;
    }

    .index-slider .swiper-slide:hover {
        background-size: cover;
    }

    .block-topmenu-heading {
        display: flex;
    }

    .block-topmenu_head .sidebar-menu-btn {
        display: none;
        margin-right: 20px;
        width: 30px;
        height: 30px;
        margin-left: 0;
    }

    .slides-btns .item {
        border-bottom: 0;
    }

    html body.dark-theme .slides-btns .item {
        border-bottom: 0;
    }

    .content-modal-win .r-side .items {
        display: none;
    }

    .content-modal-win .r-side .banner {
        margin: 32px 0;
        width: 80%;
    }

    .content-modal-win .r-side > .title {
        text-align: center;
        padding: 0 10px;
    }

    .tournament-details__main-title {
        display: none;
    }

    .tournament-details {
        display: block;
    }

    .tournament-details__l-side {
        width: 100%;
        max-width: 100%;
    }

    .tournament-details__r-side {
        width: 100%;
    }

    .panel__header {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .block-topmenu {
        left: -240px;
    }

    .block-topmenu.active {
        left: 0;
    }

    .header {
        width: 100%;
        left: 0;
    }

    .header.active {
        width: 100%;
        left: 0;
    }

    .block-topmenu_head {
        display: flex;
        align-items: center;
        position: static;
    }

    .block-topmenu .sidebar-menu-btn {
        display: none;
    }

    .block-topmenu.active .sidebar-menu-btn {
        opacity: 1;
        pointer-events: all;
        display: flex;
    }

    .page-content {
        width: 100%;
    }

    .page-content.active {
        width: 100%;
    }

    .index-top {
        padding: 0 15px;
        flex-wrap: wrap;
    }

    .index-slider {
        width: 100%;
        border-radius: 12px;
    }

    .bg-swiper-slide {
        order: 2;
        margin-right: 0;
        padding: 16px;
    }

    /*
  .index-slider .swiper-slide .img-wrap {
    display: none;
  }
*/
    .index-slider .swiper-slide span.number-slide {
        font-size: 14px;
        font-weight: 400;
    }

    .index-slider .btn-slider {
        margin-top: 20px;
    }

    .index-slider .swiper-slide span.title-slide {
        font-size: 24px;
        line-height: 24px;
    }

    .slides-btns {
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 16px;
    }

    .slides-btns .item {
        background: #e0e0e0;
        border-radius: 50%;
        width: 8px;
        min-height: 8px;
        font-size: 0;
        padding: 0;
        color: rgb(0, 0, 0, 0);
        margin: 0 4px;
        border-bottom: none;
    }

    .slides-btns .item.active {
        background: #FF6E6A;
    }

    .slides-btns .item > * {
        display: none;
        font-size: 0;
    }

    .slides-btns .item::after {
        content: none;
    }

    .slides-btns {
        width: 100%;
        max-width: 100%;
    }

    .h-game-slide span {
        max-width: 100%;
    }

    .h-game-slide .game-info-desc {
        display: none;
    }

    .hover-game-slide .btn {
        padding: 5px 10px;
    }

    .hover-game-slide {
        padding: 0;
    }

    .head-one-category .head-btn {
        display: none;
    }

    .list-tabs-wrapper .header-search {
        margin-left: 0;
        min-width: 150px;
    }

    .list-tabs-wrapper .header-search input[type="search"] {
        max-width: 100%;
        width: 100%;
        background-image: url(../img/svg/search-white.svg);
        transition: background .3s;
    }

    .list-tabs-wrapper .header-search input[type="search"]:hover {
        background-image: url(../img/svg/search.svg);
    }

    /* .subcat-select {
    background-color: #f3f5fc;
  } */
    /*
  .TopSwiper .swiper-slide-active .img-wrap {
    bottom: 0;
  }
*/
    /* .head-subcat-select {
    display: none;
  } */
    .footer-pay-logo {
        flex-wrap: wrap;
    }

    .index-banner {
        padding: 25px;
        min-height: 200px;
    }

    .list-anim-btn {
        margin: 0;
    }

    .list-anim-btn .anim-btn {
        width: calc(50% - 8px);
        margin-bottom: 15px;
    }

    .one-index-category {
        width: 100%;
    }

    .fixed-header {
        padding: 0 15px;
    }

    .fixed-header .container {
        background-image: none;
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0;
    }

    .fixed-header .content-notif .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .parent-header-btn {
        justify-content: space-between;
    }

    .no-login-header-btn,
    .yes-login-header-btn {
        justify-content: space-between;
    }

    .container {
        padding: 0 15px;
    }

    .header-menu {
        flex-wrap: wrap;
        align-items: flex-start;
        padding-top: 10px;
        padding-bottom: 23px;
    }

    .header-menu a {
        width: 100%;
        font-size: 15px;
        margin: 0;
        padding: 7px 0 7px;
    }

    .header-menu a,
    .header-menu a:hover,
    .header-menu a.active {
        border-bottom: none;
    }

    .header-menu a:hover,
    .header-menu a.active {
        color: #0c6fd5;
    }

    .reg-btn-topmenu {
        flex-wrap: wrap;
        align-items: flex-start;
        margin: 0 0 15px;
    }

    .reg-btn-topmenu,
    .reg-btn-topmenu .auth-btn {
        display: flex;
    }

    .left-aside {
        margin-bottom: 15px;
        position: relative;
        z-index: 9;
    }

    .left-aside,
    .wrapper-left-aside {
        width: 100%;
    }

    .wrapper-left-aside {
        top: 0;
        position: static;
        height: auto;
        margin-bottom: 10px;
        overflow-y: hidden;
    }

    .main-aside {
        width: 100%;
    }

    .search-aside {
        padding: 10px 10px 0 10px;
        margin: 0 0 10px;
    }

    .modal-win#search .search-field {
        padding: 20px 15px;
    }

    .parent-search-list-game .list-game .parent-game-slide {
        width: calc(25% - 20px);
    }

    .dropdown-left-aside {
        width: calc(100% - 20px);
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin: 0 10px;
    }

    .one-dropdown-left-aside {
        width: calc(50% - 5px);
    }

    .one-dropdown-left-aside .head-subcat-select {
        width: 100%;
    }

    .one-dropdown-left-aside .subcat-select {
        padding: 6px 3px 6px 5px;
    }

    .one-dropdown-left-aside .subcat-select-drop {
        width: 100%;
        left: 0;
        margin-top: 15px;
        border-radius: 12px;
    }

    .none-mobile {
        display: none;
    }

    input[type="search"] {
        padding: 10px 14px 10px 36px;
    }


    .footer {
        padding-left: 0;
    }

    .block-topmenu > .sidebar-menu-btn,
    .block-topmenu.active > .sidebar-menu-btn {
        display: none;
    }

    .fixed-header .open-deposit {
        margin-left: 10px;
    }

    .fixed-header .profile-menu,
    .fixed-header .header-search {
        display: none;
    }

    .header .header-balance {
        display: block;
        margin-right: 25px;
        text-align: right;
    }

    .header-balance .title {
        margin-right: 10px;
    }

    .header-logo svg {
        max-width: 90px;
        max-height: 35px;
        width: 100%;
    }

    .block-topmenu .header-logo {
        display: none;
    }

    .fixed-header .notification {
        background-color: #ffffff29;
        padding: 6px;
        border-radius: 9px;
    }

    .fixed-header .header-notification {
        margin-left: 0px;
    }

    .mobile-bottom-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 8px;
        background-color: #060420;
        display: flex;
        align-items: center;
        justify-content: space-around;
        z-index: 19;
        height: 60px;
    }

    .mobile-bottom-menu .item {
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
    }

    .mobile-bottom-menu .item:hover {
        color: #fff;
    }

    .mobile-bottom-menu .item svg {
        width: 24px;
        height: 24px;
    }

    .mobile-bottom-menu .sub-text {
        font-size: 12px;
        margin-top: 3px;
        font-weight: 400;
    }

    .mobile-bottom-menu .sub-text::first-letter {
        text-transform: uppercase;
    }

    .mobile-bottom-menu .search {
        position: relative;
    }

    .mobile-bottom-menu .search input {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0;
        cursor: pointer;
    }

    .mobile-bottom-menu .userstat {
        display: flex;
        align-items: center;
        background-color: #fff;
        padding: 8px;
        border-radius: 8px;
        width: calc(100% - 88px)
    }

    .mobile-bottom-menu .reg-btn {
        margin-left: 0;
    }

    .mobile-bottom-menu .text-header-balance {
        margin-left: 12px;
    }

    .mobile-bottom-menu .show-search,
    .mobile-bottom-menu .open-menu {
        display: flex;
        cursor: pointer;
    }

    .mobile-bottom-menu .open-menu svg + svg {
        display: none;
    }

    .mobile-bottom-menu .open-menu.active svg {
        display: none;
    }

    .mobile-bottom-menu .open-menu.active svg + svg {
        display: flex;
    }

    .mobile-bottom-menu .show-search svg,
    .mobile-bottom-menu .open-menu svg {
        width: 32px;
        height: 32px;
    }

    .mobile-bottom-menu .header-vip {
        min-width: 32px;
        width: 32px;
        height: 32px;
    }

}

@media screen and (max-height: 800px) {
    .top-menu-footer {
        position: relative !important;
    }

    .swiper.list-tabs .swiper-slide[style] {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-right: 30px !important;
        text-align: center !important;
        white-space: nowrap !important;
        width: auto !important;
    }
}

@media screen and (max-width: 768px) {

    .points-notification {
        padding: 10px;
    }
    .points-notification svg {
        margin-right: 10px;
    }

    .points-notification p {
        font-size: 14px;
    }

    .top-filter .title-block {
        min-width: inherit;
    }

    .top-filter .default {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .file_chat_btn {
        padding: 10px;
        border-radius: 20px;
        font-size: 0;
        min-width: 60px;
        margin-right: 15px;
    }

    .file_chat_btn svg {
        display: block;
        fill: #fff;
        width: 40px;
        height: 40px;
    }

    .notification-page .notification-item .btn {
        margin-left: auto;
    }

    .notification-page .notification-content .notification-icon {
        width: 64px;
        height: 64px;
        min-width: 64px;
        margin-left: 12px;
        margin-right: 0;
        order: 1;
    }

    .notification-page .notification-item {
        flex-wrap: wrap;
    }

    .notification-page .notification-content {
        max-width: 100%;
        width: 100%;
        margin-bottom: 16px;
    }

    .notification-dropdown.active {
        position: fixed;
        top: 150px;
        left: 0;
        right: 0;
        width: 100%;
        height: calc(100vh - 150px);
        z-index: 38;
    }

    .notification-dropdown.active + .notification-dropdown-overflow {
        position: fixed;
        z-index: 37;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        backdrop-filter: blur(3px);
        background: rgba(10, 20, 45, .7);
    }

    .notification-dropdown-body {
        height: calc(100% - 114px);
    }

    .tab-content-notif {
        height: 100%;
    }

    .tab-notif {
        background-color: #ffffff0d;
        padding: 5px 16px !important;
        margin: 0px 6px 6px 6px;
        border-radius: 33px;
    }

    .tab-notif.active-notif {
        border: none !important;
    }

    .tabs-container-notif::-webkit-scrollbar {
        height: 0px;
    }

    .profile__side .index-slider .swiper-slide .img-wrap {
        opacity: 1;
    }

    .profile__side .index-slider .swiper-slide {
        background-position: right center !important;
    }

    .profile__side .index-slider .swiper {
        margin-top: 0;
    }

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

    .index-slider .swiper {
        width: 100%;
        max-width: 100%;
        margin: 20px 0 0;
        height: auto;
    }

    .top-banners {
        display: none;
    }

    .index-slider .swiper-tournament-slider {
        display: none;
    }

    .top-banner:nth-child(1),
    .top-banner {
        width: 100%;
        font-size: 30px;
        min-height: 50px;
    }

    .top-banner:nth-child(1) .title {
        width: 60%;
    }

    .top-banner + .top-banner {
        margin-top: 20px;
    }

    .index-slider {
        margin-top: 0;
    }

    .index-slider .swiper-tournament-slider .swiper-slide .main__item {
        background-position: bottom right;
    }

    .list-tabs-wrapper {
        padding: 15px;
    }

    .modal-win#providers {
        max-height: 100%;
        border-radius: 0;
    }

    .modal-win.active#providers {
        overflow: auto;
    }

    .modal-win#search {
        align-items: flex-start;
        border-radius: 0;
    }

    .modal-win#reg,
    .modal-win#remind,
    .modal-win#exit,
    .modal-win#login {
        max-width: 100%;
        border-radius: 0;
        height: 100%;
    }

    .search-block1 {
        display: none;
        background-color: #050421 !important;
    }

    .search-block1.active {
        display: flex;
        padding: 10px;
    }

    .list-tabs-wrapper .header-search.filter {
        display: none;
    }

    .search-block1 .header-search {
        display: block;
    }

    .filter__list-item:hover {
        border: 2px solid rgba(212, 225, 245, .2);
        color: #fff;
    }

    .modal-container_2 form.active {
        height: 100%;
    }

    .modal-container_2 {
        align-items: flex-start;
        overflow: auto;
    }

    .modal-win#search .search-field {
        height: calc(100% + 60px);
        padding: 20px 15px 80px;
        border-radius: 0;
    }

    .form-gift-reg .swiper-slide input[type="radio"]:checked + .indicator {
        top: 5px;
        font-size: 10px;
        width: 80px;
        padding: 2px 10px;
    }

    .form-gift-reg .slider-wrapper {
        width: calc(100% - 100px);
    }

    .modal-container > form.active {
        height: 100%;
    }

    .index-slider .btn-slider {
        margin-top: auto;
    }

    /*
  .index-slider .swiper-slide span.title-slide {
    margin-top: auto;
  }
*/
    #win-jackpot.modal-win::after,
    #win-jackpot.modal-win::before {
        content: none;
    }

    #win-jackpot .content-modal-win {
        justify-content: center;
        border-radius: 0;
        padding: 60px 15px;
    }

    #win-jackpot .parent-modal-win {
        height: 100%;
    }

    #win-jackpot.modal-win {
        max-width: 100%;
    }

    .jackpot-page .mini-slider-win {
        order: 1;
        margin-top: 15px;
    }

    .jack-rank {
        width: calc((100% - 130px) / 2);
        margin: 0;
    }

    .vip-page .vipclub__item {
        min-width: calc((100% - 15px) / 2);
    }

    .change-theme-color {
        justify-content: center;
    }

    .footer-copyright .copyright {
        text-align: center;
    }

    .footer-pay-logo svg {
        width: 73px;
        max-height: 30px;
        margin: 0 5px 20px;
    }

    .vipclub__content.index-page .bottom-btn {
        margin-top: 20px;
    }

    #home .panel__title.panel__title_tournament.title {
        padding-left: 15px;
        margin-top: 0;
    }

    .features {
        gap: 10px;
    }

    .features__text {
        margin-left: 0;
    }

    .features__text .desc {
        margin-top: 0;
    }

    .features__block:nth-child(3) .features__text .desc {
        margin-top: 5px;
    }

    .features__text .arrow-link {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .index-top {
        padding: 0 10px;
        margin: 0 auto 20px;
    }

    .modal-win#login {
        max-width: 100%;
    }

    body.dark-theme #reg .content-modal-win .r-side {
        background-color: #1e1e1e;
    }

    body.dark-theme .list-tabs-wrapper .header-search {
        background-color: #1e1e1e;
    }

    .hover-game-slide .h-game-btns .btn-play-icon {
        width: 50px;
        height: 50px;
    }

    .hover-game-slide a:not(.btn) {
        padding: 0;
    }

    .h-game-btns {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .log-tabs {
        display: block;
    }

    .block-topmenu {
        max-width: 290px;
        left: -290px;
    }

    .top-menu-footer {
        position: relative !important;
        width: 290px !important;
        padding: 22px 10px !important;
    }

    .footer-menus {
        margin-top: 20px;
    }

    .footer-pay-logo {
        margin-bottom: 0;
    }

    .random-slider .title {
        text-align: center;
    }

    .jackpot-block {
        padding-bottom: 30px;
    }

    .jackpot-block .title {
        font-size: 16px;
        padding: 10px 40px;
        margin-bottom: 45px;
    }

    .jackpot-block::before,
    .jackpot-block::after {
        width: 40px;
        height: 40px;
        background-size: cover;
    }

    .jackpot-games-swiper .game-swiper .swiper-slide {
        width: calc(46% - 15px);
    }

    .jackpot-block .jackpot-summ {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .swiper-tournament-slider .swiper-slide {
        min-height: inherit;
        border-radius: 20px;
    }

    .sides-blocks {
        flex-direction: column;
    }

    .mini-slider-win {
        width: 100%;
    }

    .swiper-tournament-slider {
        width: 100%;
        margin-top: 15px;
    }

    .swiper-tournament-slider .swiper-slide .main__item {
        min-height: inherit;
        background-position: center right -200px;
    }

    .swiper-wins .mini-img {
        margin-right: 10px;
    }

    .jackpot-page .swiper-wins .mini-desc {
        max-width: 100%;
        width: 100%;
    }

    .jackpot-page {
        padding: 20px 15px 0;
    }

    .head-one-category .arrow-link {
        display: none;
    }

    .panel__info-button {
        margin-top: 35px;
    }

    .mini-slider-win {
        padding: 85px 15px 30px;
        min-height: 325px;
    }

    .swiper-wins {
        max-height: 210px;
    }

    .list-game + .bottom-btn {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .list-game + .bottom-btn a {
        font-size: 16px;
        margin-top: 15px;
    }

    .list-tabs-wrapper {
        flex-wrap: wrap;
        min-height: auto;
        margin-bottom: 40px;
    }

    .list-tabs-wrapper .header-search {
        width: 100%;
        background-color: #13212d;
        border-radius: 100px;
        margin: 20px auto 0;
    }

    .index-slider .swiper-slide {
        background-position: right -150px center !important;
    }

    .index-slider .swiper-pagination {
        display: block;
    }

    .block-topmenu_head a svg {
        height: 40px;
        width: 110px;
    }

    .block-topmenu_head .sidebar-menu-btn {
        margin-right: 10px;
    }

    .content-modal-win .r-side {
        display: none;
    }

    .content-modal-win .l-side {
        max-width: 100%;
    }

    .no-login-header-btn {
        display: none;
    }

    .logged-out-banner {
        flex-direction: column;
        padding: 0 15px;
    }

    .logged-out-banner__text-block {
        order: 1;
        text-align: center;
        padding-right: 0;
        width: 100%;
    }

    .logged-out-banner .btn {
        margin: 0 auto 16px;
    }

    .logged-out-banner img {
        width: 100%;
    }

    .block-topmenu .header-btn {
        display: flex;
    }

    .items_tournament .list-game .parent-game-slide {
        width: calc((100% - 60px) / 3);
    }

    .top-filters__btn {
        width: 40px;
        height: 40px;
        padding: 9px;
        border-radius: 8px;
        display: flex;
    }

    .top-filters__btn:hover {
        background-color: #050421;
    }

    body.dark-theme .top-filters__btn:hover {
        background-color: #323232;
    }

    .top-filters__btn svg {
        width: 32px;
        height: 32px;
    }

    .head-one-category.filters {
        flex-wrap: wrap;
        align-items: center;
    }

    .top-filters {
        width: 100%;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .search-block .top-filters {
        width: calc(50% - 5px);
        margin-top: 0;
    }

    .search-block .top-filters .top-filter {
        margin-top: 0;
    }

    .modal-win#search .search-field input {
        width: calc(50% - 5px);
    }

    .top-filters.active {
        display: flex;
    }



    .top-filter {
        width: 100%;
        margin-top: 8px;
    }

    .top-filter + .top-filter {
        margin-left: 0;
    }

    .top-filter.active {
        /*        z-index: 20;*/
    }

    .top-filters .dropdown {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .top-filter.active .dropdown {
        display: flex;
    }

    .top-filter.providers .checkbox {
        display: none;
    }

    .top-filter.providers.active .provider-items {
        display: none;
    }

    .top-filter.providers .dropdown-item {
        width: calc(50% - 5px);
        margin-bottom: 10px;
        padding: 15px 5px;
        border: 2px solid #70828f;
        border-radius: 10px;
        justify-content: center;
    }

    .top-filter.providers .dropdown-item .title-provider {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .top-filter.providers .dropdown-item.active {
        border: 2px solid #FF6E6A;
    }

    .themes-slides.game-swiper .swiper-slide {
        min-width: 345px;
    }

    .themes-slides .parent-game-slide:nth-child(8) {
        display: none;
    }

    .footer-menus .container {
        flex-direction: column;
    }

    .footer-copyright {
        order: 1;
        margin-top: 16px;
    }

    .footer-copyright,
    .footer-menu {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }

    .footer-menu {
        padding: 40px 0;
        background-color: #050421;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .footer-menu + .footer-menu {
        padding-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .footer-logo {
        display: none;
    }

    .footer-menu .h-footer-menu {
        text-align: center;
        font-size: 20px;
    }

    .footer-menu ul {
        text-align: center;
    }

    .footer-menu ul li {
        display: list-item;
    }

    .footer-menus .container {
        gap: 0;
    }

    .footer-menu.active {
        max-height: inherit;
        margin-bottom: 12px;
    }

    .footer-menu ul li a {
        font-size: 14px;
    }

    .footer {
        padding-bottom: 86px;
        padding-top: 40px;
    }

    .block-bottom-links {
        display: none;
    }

    .block-bottom-links {
        display: none;
    }

    .footer-settings {
        display: none;
    }

    .block-topmenu .change-theme-color {
        display: flex;
        margin: 16px 0 0;
        padding: 0px 17px;
    }

    .block-topmenu .btn-lang {
        max-width: 100%;
    }

    .block-topmenu .btn-lang a svg {
        margin-left: auto;
    }

    .block-topmenu .laguage-wrapper {
        margin-left: auto;
        margin-top: 16px;
        display: block;
    }

    .block-topmenu .open-lang {
        width: 100%;
    }

    .header.active {
        /*
        width: 100%;
        left: 0;
        height: 0;
        overflow: hidden;
        z-index: 22;
*/
    }

    .block-topmenu_head.active {
        display: flex;
        align-items: center;
        position: static;
    }

    .page-content.active {
        width: 100%;
    }

    .block-topmenu .header-logo {
        display: none;
    }

    .block-topmenu .hellow-user {
        display: block;
    }

    .block-topmenu .partner-block {
        padding: 0;
        border: none;
        margin: 8px 0;
    }

    .one-menu.open-menu .one-open-menu a {
        padding: 8px 12px;
        border-radius: 8px;
    }

    .one-open-menu {
        margin-bottom: 8px;
    }

    .one-menu.open-menu {
        border: none;
    }

    .topmenu-else-links a {
        font-size: 16px;
    }

    .the-content {
        padding: 16px;
    }

    .the-content .text {
        width: 100%;
    }

    .the-content ul,
    .the-content ol {
        padding: 10px 10px 10px 20px;
    }

    .the-content h1 {
        font-size: 20px;
    }

    .game-swiper-wrapper > .swiper-button-next,
    .game-swiper-wrapper > .swiper-button-prev {
        display: none;
    }

    .block-topmenu .topmenu-wrap {
        padding-bottom: 86px;
    }

    .topmenu-wrap .logout-btn {
        background-color: #f2f2f2;
    }


    .game-swiper.dup3 .swiper-slide {
        width: calc(41% + 6px);
    }

    .boost-block__wrapper > .title {
        text-align: center;
    }

    .boost-block__wrapper {
        padding: 24px 12px;
    }

    .boost-block__wrapper > img:nth-child(2) {
        height: 70%;
    }

    .game-swiper .swiper-slide {
        width: calc(41% + 6px);
    }

    .block-topmenu_head .mobile-logo {
        display: block;
        height: 48px;
    }

    .block-topmenu_head svg {
        width: auto;
    }

    header .header-search {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 998;
        max-width: 100%;
    }

    header .header-search.active {
        display: block;
    }

    .header-search .search-dropdown {
        height: calc(100vh - 174px);
    }

    .header-search .search-filters .item {
        margin-left: 0;
    }


    .list-game.grid {
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }

    .parent-swiper-navination {
        display: none;
    }

    .TopSwiper .bg-swiper-slide {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .one-index-category.one-row .parent-game-slide:nth-child(n+5),
    .one-index-category.two-rows .parent-game-slide:nth-child(n+9) {
        height: auto;
        pointer-events: all;
        margin: 10px;
    }

    .list-game .parent-game-slide {
        width: calc(33.33% - 20px);
    }

    #home .list-game .parent-game-slide:nth-last-of-type(-n+4) {
        display: block;
    }


    .h-one-category {
        font-size: 20px;
    }

    .line-one-index-category {
        margin-top: -14px;
        margin-bottom: 8px;
    }

    .parent-banner-ihb {
        background-size: 170px 95px;
    }

    .index-banner {
        margin-bottom: 15px;
        padding: 15px;
        min-height: 135px;
    }

    .jp-summ {
        font-size: 66px;
        line-height: 180px;
        text-align: center;
    }

    .jp-summ .shadow {
        right: 0;
    }

    .index-banner a,
    .index-banner small {
        font-size: 12px;
        min-height: 30px;
    }

    .list-anim-btn .anim-btn div {
        padding: 15px;
        background-size: 52px 50px;
        background-position: calc(100% - 15px) 50%;
    }

    .h-game-slide {
        font-size: 16px;
    }

    .the-content {
        margin: 30px 0 30px;
        font-size: 13px;
    }

    .parent-search-list-game .list-game .parent-game-slide {
        width: calc(33.33% - 20px);
    }

    .head-tabs {
        flex-wrap: wrap;
        margin: 0 0 15px;
    }

    .jackpot-tabs {
        width: 100%;
        border: 1px solid #c5991e;
        padding: 10px 10px 3px 10px;
        min-height: auto;
        margin-bottom: 15px;
        border-radius: 12px;
    }

    .h-jackpot-tabs svg {
        width: 11px;
        height: 11px;
        margin: -2px 6px 0;
    }

    .jackpot-tabs span {
        font-size: 17px;
    }

    .summ-jackpot-tabs {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .jackpot-tabs .list-game .parent-game-slide {
        width: calc(25% - 6px);
        margin: 3px;
    }

    .jackpot-tabs .list-game .parent-game-slide:nth-child(4) {
        display: flex;
    }

    .head-tabs .index-slider {
        width: 100%;
    }

    .head-tabs .index-slider .swiper-slide {
        border-radius: 12px;
    }

    .head-tabs .index-slider {
        margin: 0;
    }

    .list-tabs a.router-link {
        margin: 0 6px 0 0;
        font-size: 13px;
        font-weight: 450;
        border-bottom: none;
        padding-left: 40px;
    }

    .list-tabs a.router-link:hover,
    .list-tabs a.router-link.active {
        border-bottom: none;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 17px;
    }

    .header-btn {
        width: auto;
    }

    .btn-slider a,
    .btn-slider small {
        padding: 8px;
    }

    .footer-social {
        width: 100%;
        margin-bottom: 12px;
    }

    .footer-tournaments {
        width: 100%;
    }

    .footer-tournaments svg {
        height: 14px;
        margin: 0;
    }

    #login .content-modal-win,
    #reg .content-modal-win {
        flex-direction: column;
        overflow: auto;
    }

    #login .content-modal-win .l-side,
    #reg .content-modal-win .l-side {
        width: 100%;
        padding: 0 20px 40px;
        min-height: calc(90%);
    }

    #login .content-modal-win .l-side,
    #reg .content-modal-win .l-side,
    #remind .content-modal-win .l-side {
        height: calc(100% + 20px);
    }

    #reg .content-modal-win .r-side {
        display: flex;
        width: 100%;
        max-width: 100%;
        background-color: #050421;
        background-image: none;
        height: auto;
    }

    .content-modal-win .or-block {
        margin-top: 0;
    }

    .h-form-modal-win {
        display: none;
    }

    #remind .h-form-modal-win {
        display: block;
    }

    .form-gift-reg .denied {
        margin-bottom: 20px;
    }

    .form-gift-reg {
        padding: 0;
    }

    .form-gift-reg .main-title {
        display: none;
    }

    .form-gift-reg > img {
        display: none;
    }

    .form-gift-reg .swiper-slide label {
        flex-direction: row;
        padding-bottom: 0;
        max-height: 100px;
    }

    .form-gift-reg .text-one-form-gift-reg {
        display: none;
    }

    .form-gift-reg .title-one-form-gift-reg {
        margin-bottom: 0;
        font-size: 12px;
        display: flex;
        align-items: center;
    }

    .form-gift-reg .img-one-form-gift-reg {
        margin-bottom: 0;
    }

    .form-gift-reg .img-one-form-gift-reg img {
        border-top-right-radius: 0;
        border-bottom-left-radius: 20px;
        max-height: 120px;
    }

    .form-gift-reg .swiper-button-prev {
        left: -45px;
    }

    .form-gift-reg .swiper-button-next {
        right: -45px;
    }

    #reg.modal-win .close-small:not(.btn),
    #login.modal-win .close-small:not(.btn) {
        top: 7px;
    }

    .modal-main-title {
        font-size: 15px;
    }

    .features__block {
        flex-direction: column;
        text-align: center;
    }

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

    .features__icon {
        margin-bottom: 10px;
    }

    .features__icon img {
        height: 50px;
    }

    body.dark-theme .footer-menu {
        background-color: #1e1e1e;
    }

    .form-gift-reg {
        max-width: 355px;
    }

    .form-modal-win.reg-form {
        max-width: 355px;
        margin: 0 auto;
    }

    .footer-support {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .form-gift-reg-mobile {
        display: block;
    }

    .hide_mobile {
        display: none;
    }

    .from-modal-win-login {
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) {
    .form-gift-reg-mobile {
        display: none;
    }
}

@media screen and (max-width: 840px) {
    .footer-menu-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 20px;
        background-color: #050421;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .payment-script-logo {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0;
    }

    .footer-menu ul {
        text-align: left;
    }

    .footer-menu .h-footer-menu {
        text-align: left;
        white-space: nowrap;
    }

    .footer-menu-us {
        width: 120px;
        padding-top: 10px !important;
    }
}

@media screen and (max-width: 700px) {
    .chat_textarea {
        width: 100%;
    }

    .file_chat_left {
        margin-left: auto;
    }

    .h-game-btns {
        margin-top: 15px;
    }

    .swiper-wins .swiper-slide {
        justify-content: flex-start;
    }

    .leaderboard__slider.slider_leaderboard::after {
        right: -74px;
    }

    .leaderboard__slider.slider_leaderboard::before {
        left: -80px;
    }
}

@media screen and (max-width: 600px) {
    .header-left {
        width: auto;
    }

    /*.header-logo {*/
    /*  margin-left: 20px;*/
    /*}*/
}

@media screen and (max-width: 560px) {
    .header-balance.row {
        display: none;
    }

    .header-lang {
        display: block;
        margin-right: 8px;
    }

    .fixed-header .open-deposit {
        margin-left: 8px;
    }

    .profile-tab-images {
        padding: 0 15px;
    }

    .profile-tab-images img:first-child {
        display: none;
    }

    .form-gift-reg .denied {
        padding: 0 20px;
        text-align: left;
    }

    .vipclub__content.index-page .vipclub__item {
        min-width: 220px;
    }

    /*.jack-rank__summ>span span {*/
    /*  font-size: 9px;*/
    /*}*/
    .jack-rank__bottom > span span {
        font-size: 7px;
    }

    .notification-block .close {
        right: 20px;
    }

    .jackpot-block {
        padding: 0px 15px 20px;
    }

    .vip-page .vipclub__item {
        min-width: 80%;
    }

    .open-lang {
        padding: 0;
    }

    .open-lang__wrapper {
        margin: 0;
        max-width: 100%;
        border-radius: 0;
        height: 100%;
    }

    .items_tournament .list-game .parent-game-slide {
        width: calc((100% - 40px) / 2);
    }

    .modal-win .close-small:not(.btn) {
        top: 30px;
    }

    .modal-win {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .modal-win.active#remind {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .parent-modal-win {
        height: 100%;
    }

    .leaderboard__slider.slider_leaderboard::after,
    .leaderboard__slider.slider_leaderboard::before {
        content: none;
    }

    .index-banner {
        background-position: left 25% center;
        background-size: auto 100%;
    }

    .jp-summ {
        font-size: 34px;
        line-height: 100px;
        min-height: auto;
    }

    .jp-summ .curr {
        font-size: 20px;
    }

    /*.header-right {*/
    /*  margin-left: 0;*/
    /*}*/
    .yes-login-header-btn .btn {
        margin-left: 0;
    }

    .swiper-wins .swiper-slide {
        width: 100%;
        padding: 0 0 0 10px;
    }

    .index-slider .swiper-slide .img-wrap {
        width: 100%;
        left: 0;
        opacity: .7;
    }

    span.number-slide {
        opacity: 1;
    }

    .list-game {
        margin-left: -5px;
        margin-right: -5px;
        width: calc(100% + 10px);
    }

    .list-game .parent-game-slide {
        width: calc(50% - 10px);
        margin: 5px;
    }

    .parent-search-list-game .list-game .parent-game-slide {
        width: calc(50% - 10px);
        margin: 5px;
    }

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

    .yes-login-header-btn .btn.open-deposit,
    .yes-login-header-btn a.btn.open-deposit {
        width: 100%;
    }

    .footer-support {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        text-align: center;
        order: 1;
    }

    .footer-support .btn {
        max-width: 200px;
        margin: 20px auto 0;
    }

    .details__btn {
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    .jack-rank__bottom span {
        padding: 5px;
    }

    .panel__title.panel__title_tournament.title {
        font-size: 21px;
    }

    .main__item {
        padding: 30px 10px 10px;
    }

    .main__item {
        padding: 30px 10px 10px;
    }

    #home .main__item {
        padding: 65px 10px 20px;
    }

    .panel.panel_tournament {
        padding: 10px;
    }

    .panel__countdown {
        font-size: 12px;
    }

    .panel__countbutton {
        font-size: 10px;
    }

    .pannel__sides-bg {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .pannel__sides-bg svg {
        margin-right: 5px;
    }

    .timer__table .timer__row_digit .timer__cell {
        font-size: 12px;
    }

    .sides-line {
        min-height: 2px;
        width: 100%;
        margin: 10px 0;
    }

    .panel__caption {
        font-size: 16px;
    }


}

@media screen and (min-width: 500px) {
    .jack-rank__bottom br {
        display: none;
    }
}

@media screen and (max-width: 495px) {
    .list-game2.grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .list-game.grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .wager-scale {
        display: none;
    }
}

@media screen and (max-width: 490px) {
    .h-one-first-category {
        margin-top: 30px;
    }
}

@media screen and (max-width: 460px) {
    .header .header-balance {
        margin-right: 10px;
    }

    .header .header-balance:not(.row) {
        display: none;
    }

    .header-balance .title {
        font-size: 12px;
    }

    .list-tabs-wrapper .header-search {
        max-width: calc(100% - 30px);
    }

    .jack-rank__summ > span {
        font-size: 16px;
        padding: 24px 5px;
    }

    .jackpot-block {
        padding: 0px 5px 20px;
    }

    .jack-rank {
        width: calc((100% - 120px) / 2);
        margin: 0 10px;
    }

    .jack-rank__title {
        width: 70%;
    }

    .jack-rank__title span:not(.crown) {
        padding: 2px 1px;
    }

    .container.list-tabs-index {
        padding: 0;
    }

    .swiper.list-tabs .swiper-button-next,
    .swiper.list-tabs .swiper-button-prev {
        display: none;
    }

    .list-tabs a.router-link {
        padding: 11.5px 10px 11.5px 10px;
        margin-right: 0;
    }

    .list-tabs-wrapper {
        margin-bottom: 0;
    }

    .swiper.list-tabs .swiper-slide {
        margin-right: 0 !important;
    }

    .list-tabs a.router-link:hover::after {
        content: none;
    }

    .list-tabs a.router-link:hover {
        color: #FF6E6A;
    }

    .list-tabs a.router-link:hover svg path {
        fill: #FF6E6A;
    }

    .h-game-btns {
        margin-top: 0;
    }

    .hover-game-slide .h-game-btns .btn-play-icon {
        margin-bottom: 0;
    }

    .themes-slides.game-swiper .swiper-slide {
        min-width: 100%;
    }

    .themes-slides .parent-game-slide:nth-child(2) {
        display: none;
    }
}

@media screen and (max-width: 375px) {
    .profile-contacts__item.phone {
        min-width: inherit;
    }

    a.profile-contacts__button.input__button.button.button_color_orange {
        min-width: 92px;
        right: 2px;
        padding: 9.5px 0;
        bottom: 0;
        right: 0;
    }

    .iti__selected-country-primary {
        padding: 0 4px !important;
    }

    .iti--allow-dropdown input.iti__tel-input,
    .iti--allow-dropdown input.iti__tel-input[type=text],
    .iti--allow-dropdown input.iti__tel-input[type=tel] {
        padding-left: 40px !important;
    }
}

@media screen and (max-width: 370px) {
    .list-game2.grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }

    .jack-rank {
        width: calc((100% - 20px) / 2);
        margin: 0 5px;
    }

    .jack-rank__summ .wing {
        display: none;
    }

    .list-game.grid {
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }

    .list-game.grid .parent-game-slide:first-child {
        grid-row: 1 / 1;
        grid-column: 1 / 1;
    }

    .block-topmenu_head .sidebar-menu-btn {
        margin-right: 5px;
    }

    .yes-login-header-btn .btn.open-deposit,
    .yes-login-header-btn a.btn.open-deposit {
        font-size: 14px;
        margin-right: 5px;
        max-width: 90px;
        min-width: inherit;
        padding: 5px;
    }

    .head-subcat-select {
        margin-left: 10px;
        width: 150px;
    }

    .head-subcat-select .subcat-select {
        padding: 0 10px;
    }

    .list-game .parent-game-slide {
        width: 100%;
    }

    .parent-search-list-game .list-game .parent-game-slide {
        width: 100%;
    }

    .modal-main-title {
        padding-bottom: 20px;
    }
}

.gam_bonus_activated {
    display: contents;
    text-align: center;
}

.deactivate-bonus.bonus-panel__button.button.button_shape_round {
    color: #fff;
    background: #fd2d5e;
    padding: 7px 11px;
    font-weight: 300;
    font-size: 13px;
    cursor: pointer;
    margin: 10px 0 0;
    width: auto;
    text-align: center;
    border-radius: 10px;
    font-weight: 500;
    align-self: center;
}

body.dark-theme {
    background: #101010;
    color: #fff;
}

body.dark-theme .profile-dropdown a:hover {
    background: #323232;
}

body.dark-theme .one-menu a:hover {
    background: #323232;
}

body.dark-theme .header {
    background: #101010;
}

body.dark-theme .block-topmenu {
    background: #1e1e1e;
}

body.dark-theme .one-menu a {
    color: #fff;
}

body.dark-theme .one-menu a:hover {
    color: #FF6E6A;
}

body.dark-theme .block-topmenu .header-logo a {
    color: #fff;
}

body.dark-theme .block-topmenu .partner-block {
    border-top: 1px solid #323232;
    border-bottom: 1px solid #323232;
}

body.dark-theme .block-topmenu .partner-block .btn-block {
    background: #101010;
}

body.dark-theme .block-topmenu .partner-block .top-block {
    background: #101010;
}

body.dark-theme .block-topmenu .partner-block .top-block a .title {
    color: #fff;
}

body.dark-theme .one-menu.filled a {
    background: #101010;
}

body.dark-theme .footer .copyright_gambling_soft span {
    color: #fff;
}

body.dark-theme .footer .copyright_gambling_soft svg,
body.dark-theme .footer .copyright_gambling_soft svg g {
    fill: #FF6E6A !important;
}

body.dark-theme .footer .copyright_gambling_soft a {
    color: #FF6E6A;
    border-color: #FF6E6A;
}

body.dark-theme .the-content {
    background: #1e1e1e;
}

body.dark-theme .the-content .btn {
    background: #525252;
}

body.dark-theme .the-content .btn:hover {
    background: #606060;
}

body.dark-theme .h-one-category {
    color: #fff;
}

body.dark-theme .game-swiper-wrapper .swiper-button-next,
body.dark-theme .game-swiper-wrapper .swiper-button-prev {
    background: #1e1e1e;
}

body.dark-theme .game-swiper-wrapper .swiper-button-next:hover,
body.dark-theme .game-swiper-wrapper .swiper-button-prev:hover {
    background-color: #303030;
}

body.dark-theme .open-lang {
    background-color: #1e1e1e;
}

body.dark-theme .header-search .search-fiealdwrap {
    background-color: #1e1e1e;
    border: 1px solid #323232;
}

body.dark-theme .header-search .search-dropdown {
    background-color: #1e1e1e;
}

body.dark-theme .header-search .search-fiealdwrap input {
    color: #fff;
}

body.dark-theme .header-search .search-filters {
    border-bottom: 1px solid #323232;
}

body.dark-theme .game-stat-dropdown__wrapper {
    background-color: #1e1e1e;
}

body.dark-theme .game-stat-dropdown__wrapper::after {
    background-color: #1e1e1e;
}

body.dark-theme .game-stat-dropdown__wrapper .item:first-child {
    background-color: #101010;
}

body.dark-theme .content-modal-win .l-side {
    background-color: #1e1e1e;
}

body.dark-theme .content-modal-win .l-side .modal-logo {
    color: #fff;
}

body.dark-theme .content-modal-win .r-side {
    background-image: none;
    background-color: #101010;
}

body.dark-theme .modal-win input {
    background-color: #101010;
}

body.dark-theme input:not(.search-field) {
    color: #fff;
}

body.dark-theme .close-small svg {
    fill: #fff;
}

body.dark-theme .slides-btns {
    background-color: #1e1e1e;
}

body.dark-theme .slides-btns .item {
    border-bottom: 2px solid #323232;
}

body.dark-theme .level-block {
    background-color: #101010;
}

body.dark-theme .level-block__wrapper {
    background: #323232;
}

body.dark-theme .header-vip {
    border: 3px solid #323232;
}

body.dark-theme .block-topmenu .partner-block .top-block::after {
    background-color: #323232;
}

body.dark-theme .popup2.popup_undefined {
    background-color: #1e1e1e;
}

body.dark-theme .popup2.popup_undefined .tab__action-wrapper {
    background-color: #323232;
}

body.dark-theme .popup2.popup_undefined .tab__action a.tab__item.tab__item_active {
    background-color: #101010;
}

body.dark-theme .popup2.popup_undefined .tab__action a.tab__item {
    color: #fff;
}

body.dark-theme .popup2.popup_undefined .payment__item.payitem:hover {
    background-color: #101010;
}

body.dark-theme .popup2.popup_undefined .payment__tooltip.payment__tooltip_open {
    background-color: #1e1e1e;
}

body.dark-theme .popup2.popup_undefined .pay-tooltip__summ label {
    background-color: #101010;
}

body.dark-theme .popup2.popup_undefined .pay-limits-wrapper {
    background-color: #101010;
}

body.dark-theme .popup2.popup_undefined .pay-limits-wrapper .pay-limits {
    color: #fff;
}

body.dark-theme .popup2.popup_undefined .enter-pin {
    border-top: 1px solid #323232;
}

body.dark-theme .popup2.popup_undefined .pay-tooltip__input.input input,
body.dark-theme .popup2.popup_undefined .form-pin input:hover {
    box-shadow: 0 0 0 2px #323232 inset;
}

body.dark-theme .popup2.popup_undefined .pay-tooltip__input.input input,
body.dark-theme .popup2.popup_undefined .form-pin input {
    box-shadow: 0 0 0 1px #323232 inset;
}

body.dark-theme .popup2.popup_undefined .history__row {
    background-color: #323232;
}

body.dark-theme .top-filter .title-block {
    background-color: #1e1e1e;
}

body.dark-theme .top-filters .dropdown {
    background-color: #1e1e1e;
}

body.dark-theme .top-filter.providers .checkbox {
    border: 1px solid rgb(255 255 255 / 20%);
}

body.dark-theme .top-filter.categories .dropdown-item {
    border: 1px solid #323232;
}

body.dark-theme .exchange-rate {
    background-color: #1e1e1e;
}

body.dark-theme .mobile-bottom-menu {
    background-color: #1e1e1e;
}

body.dark-theme .mobile-bottom-menu .userstat {
    background-color: #101010;
}

body.dark-theme .topmenu-wrap .logout-btn {
    background-color: #525252;
    color: #fff;
}

body.dark-theme .topmenu-wrap .logout-btn:hover {
    background-color: #606060;
}

body.dark-theme .block-topmenu .btn-lang a {
    background-color: #101010;
}

body.dark-theme .block-topmenu .open-lang {
    background-color: #101010;
}

body.dark-theme .block-topmenu .open-lang a {
    color: #fff;
}

body.dark-theme .block-topmenu_head .mobile-logo {
    color: #fff;
}

body.dark-theme .vip-panel {
    background-color: #1e1e1e;
}

body.dark-theme .vip-panel:before {
    background-color: #1e1e1e;
}

body.dark-theme .tours-slider .swiper-button-next,
body.dark-theme .tours-slider .swiper-button-prev {
    background-color: #1e1e1e;
}

body.dark-theme .tours-slider .swiper-button-next:hover,
body.dark-theme .tours-slider .swiper-button-prev:hover {
    background-color: #323232;
}

body.dark-theme .pannel__r-side {
    background-color: #323232;
}

body.dark-theme .tournaments-bg .panel__countdown {
    background-color: #101010;
}

body.dark-theme .tournaments-bg .panel__countdown {
    color: #fff;
}

body.dark-theme .timer__table .timer__row_digit .timer__cell:not(.symbol) {
    color: #fff;
}

body.dark-theme .panel__info-button .tournament-show {
    background-color: #323232;
    color: #fff;
}

body.dark-theme .btn-lang a {
    background-color: #1e1e1e;
}

body.dark-theme .open-lang a {
    color: #fff;
}

body.dark-theme .pannel__l-side .tour-type {
    background-color: #323232;
}

body.dark-theme .leaderboard__block {
    background-color: #1e1e1e;
}

body.dark-theme table.table.table_leaderboard .table__row td {
    background-color: #323232;
}

body.dark-theme table.table.table_leaderboard td span {
    background-color: #101010;
}

body.dark-theme .tab__action.head_action a:hover,
body.dark-theme .tab__action.head_action a.tab__item.tab__item_active {
    color: #fff;
}

body.dark-theme .profile-info__title.title.title_font_largest {
    border-bottom: 1px solid #323232;
}

body.dark-theme input:not(.search-field) {
    box-shadow: 0 0 0 1px #323232 inset;
}

body.dark-theme input:not(.search-field):hover {
    box-shadow: 0 0 0 2px #323232 inset;
}

body.dark-theme .tab-bonuses__item {
    background-color: #1e1e1e;
}

body.dark-theme .bonus-panel__action {
    background-color: #323232;
}

body.dark-theme .vip__l-side {
    background-color: #1e1e1e;
}

body.dark-theme .vip__action {
    background-color: #1e1e1e;
}

body.dark-theme .vip__cell:nth-child(3) .vip__subtitle {
    color: #858585;
}

body.dark-theme .vip__profile-heading {
    background-color: #323232;
}

body.dark-theme .vip__botom-side {
    background-color: #323232;
}

body.dark-theme .vip__description-wrap {
    background-color: #323232;
}

body.dark-theme .vip__botom-side .course {
    color: #fff;
}

body.dark-theme .vip__profile-img .outer-rings {
    opacity: .06;
}

body.dark-theme .vip__profile-img .inner-circle {
    opacity: .1;
}

body.dark-theme .vip__min-desc .l-side span {
    color: #fff;
}

body.dark-theme .vip__min-desc .r-side .main-text {
    color: #fff;
}

body.dark-theme .vip__min-desc .l-side {
    border-right: 1px solid #606060;
}

body.dark-theme .game-page__wrapper {
    background-color: #1e1e1e;
}

body.dark-theme .game-stat-dropdown__wrapper.static > div {
    background-color: #1e1e1e;
}

body.dark-theme .game-stat-dropdown__wrapper.static {
    background: none;
}

body.dark-theme .quick-deposit__dropdown.active {
    background-color: #323232;
}

body.dark-theme .wager-scale__wrap {
    background-color: #323232;
}

body.dark-theme .payments-block {
    color: #fff;
}

body.dark-theme .payments-block .tabs .tab {
    color: #fff;
}

body.dark-theme .payments-block .tabs .tab.active {
    color: #1b1414;
}

body.dark-theme .footer-copyright .title {
    color: #fff;
}

body.dark-theme .notes-withdraw-tab {
    border-top: 1px solid #323232;
}

body.dark-theme .head-one-category .view-all {
    color: #fff;
}

body.dark-theme .modal-win#search .search-field {
    background-color: #1e1e1e;
}

body.dark-theme .modal-win#search .search-field input {
    color: #fff;
    background-color: #101010;
}

body.dark-theme .user-info-block__stats {
    background-color: #323232;
}

body.dark-theme .swiper.list-tabs .swiper-button-next {
    background: linear-gradient(-90deg, #101010 65%, rgba(27, 43, 56, .0) 100%);
}

body.dark-theme .swiper.list-tabs .swiper-button-prev {
    background: linear-gradient(90deg, #101010 65%, rgba(27, 43, 56, .0) 100%);
}

body.dark-theme .profile-dropdown {
    background-color: #1e1e1e;
}

body.dark-theme .mini-slider-win {
    background-color: #1e1e1e;
}

body.dark-theme .swiper-wins .mini-desc {
    background: #323232;
}

body.dark-theme .swiper-tournament-slider .swiper-slide .main__item::before {
    background: linear-gradient(90deg, #1e1e1e 35%, rgba(19, 33, 45, 0) 77%, rgba(19, 33, 45, .8) 100%);
}

body.dark-theme .vipclub__content.index-page .vipclub__row {
    background-color: #1e1e1e;
}

body.dark-theme .form-modal-win select {
    background-color: #101010;
}

body.dark-theme .form-modal-win select option {
    background: #101010;
}

body.dark-theme .log-tabs {
    background-color: #1e1e1e;
}

body.dark-theme {
}

body.dark-theme {
}

body.dark-theme {
}

body.dark-theme {
}

body.dark-theme {
}

body.dark-theme {
}

body.dark-theme {
}

body.dark-theme {
}

.pay-limits-wrapper {
    margin: 0 auto;
}

.pay-limits-inner-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pay-tooltip__summ-another {
    padding: 15px;
}

.pay-tooltip__head {
    margin: 0 auto;
}

.pay-dep-input {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pay-tooltip_title-modefied {
    margin-right: 10px;
}

body.dark-theme div.footer-menu-container {
    background-color: #1e1e1e !important;
}

.footer-menus .container {
    justify-content: center;
}

.footer {
    width: 100%;
}

.history__wrapper {
    width: 80%;
    background: #050421;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    overflow-x: auto;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
}

.history__table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
}

.history__table thead {
    background: #050421;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.history__table th {
    padding: 12px;
    text-align: left;
    font-size: 14px;
}

.history__table tbody tr {
    background: #050421;
    color: #fff;
    border-bottom: 1px solid #3d2d77;
    transition: background 0.3s ease-in-out;
}

.history__table tbody tr:hover {
    background: #23235c;
}

.history__table td {
    padding: 12px;
    font-size: 14px;
}

.text-right {
    text-align: right;
}

.status {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 13px;
}

.status-pending {
    background: #ffc107;
    color: #212529;
}

.status-success {
    background: #28a745;
    color: #fff;
}

.status-failed {
    background: #dc3545;
    color: #fff;
}

.status-default {
    background: #33383c;
    color: #fff;
}

.history__empty {
    text-align: center;
    padding: 15px;
    color: #d1c3ff;
    font-size: 16px;
    font-weight: bold;
}

.page-header {
    padding: 20px;
    text-align: center;
}

.page-title {
    color: #fff;
    font-size: 24px;
}

.panel__countdown--torunament {
    background: white;
    color: black;
}

@media (max-width: 992px) {
    .notification-dropdown.active {
        position: fixed;
        top: 0;
    }
}

@media (max-width: 575.98px) {
    .page-header {
        padding: 15px;
    }

    .page-title {
        font-size: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .page-header {
        padding: 18px;
    }

    .page-title {
        font-size: 22px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .page-header {
        padding: 20px;
    }

    .page-title {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .page-header {
        padding: 25px;
    }

    .page-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .popup2.popup_undefined .pay-tooltip__input.input input {
        border: 1px solid white !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-sizing: border-box;
    }

    .history__wrapper {
        width: 95%;
        padding: 15px;
    }

    .history__table th,
    .history__table td {
        padding: 10px;
        font-size: 12px;
    }

    .history-date {
        white-space: nowrap;
    }

    /*.pannel__sides {*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*}*/
    /*.pannel__r-side {*/
    /*    order: -1;*/
    /*}*/
    .panel__r-side-tournaments {
        display: flex;
        padding-top: 20px;
        align-items: flex-start;
        flex-direction: column !important;
    }

    .finecountdown {
        position: relative;
        right: 8px;
    }

    .panel__countbutton {
        right: 0;
    }

    .tournament__btn {
        margin: 0 auto;
    }

    .finecountdown-index {
        right: 0;
    }
}

.panel__countdown-index {
    position: relative;
    top: -11px;
    right: -7px;
    height: 10px;
}

@media (max-width: 500px) {
    .panel__countdown-index {
        top: -7px;
        font-size: 12px;
    }
}