html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
iframe,
ol,
ul,
li,
form,
label,
i,
footer,
header,
menu,
nav,
a,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
video,
canvas,
section,
/*commonly used tags*/
applet,
object,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
hgroup,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
dl,
dt,
dd,
fieldset,
legend,
article,
aside,
details,
embed,
figure,
figcaption,
output,
section,
summary,
time,
mark,
audio,
center,
ruby {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    outline: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a {
    display: inline-block;
    text-decoration: none;
}

button {
    cursor: pointer;
}

input,
button,
select {
    display: inline-block;
    padding: 0;
    border: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    margin: 0 auto;
    background: #090D59;
    font-weight: 400;
}

.d_block {
    display: block;
}

.d_none {
    display: none;
}

.container {
    max-width: 1920px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

header {
    background: #141A7C;
    box-shadow: 0 0 .625em rgb(29 67 105 / 50%);
    width: 100%;
    margin-bottom: 15px
}

.sidenav ul li ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -10px;
    background-color: #192E67;
    list-style-type: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    overflow: auto;
    width: max-content;
    min-width: max-content;
}

.sub-menu-item {
    width: max-content;
}

.sidenav ul li ul li a.sub-menu-link {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.sub-menu-link:hover {
    color: #fff;
}

/* Show submenu on hover */
.menu-item-hover:hover .submenu {
    display: block;
}

.content__image__min {
    max-width: 400px;
    width: 100%;
    margin: 15px auto;
    display: block
}

.header-container {
    padding: 14px 0;
    position: relative
}

.reg-mob {
    display: none !important
}

.log-mob {
    display: none !important
}

.header-logo {
    width: 150px
}

.header-logo img {
    width: 150px
}

.sidenav>ul>li .sidenav__active {
    color: #da0606;
    position: relative
}

.sidenav {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    padding-right: 0
}

.sidenav>ul {
    width: 100%
}

.sidenav>ul>li {
    position: relative
}

.open-menu {
    display: none;
    width: 30px;
    height: 23px;
    position: relative
}

.open-menu span {
    position: absolute;
    height: 3px;
    background: #fff;
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    top: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.close-menu {
    display: none;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 35px;
    right: 25px
}

.close-menu span {
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.close-menu span:first-child,
.close-menu span:last-child {
    display: none
}

.close-menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.anim-menu {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible !important
}

.body_fix .for-mobile-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 100px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9;
    left: 0
}

.body_fix {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0
}

.body_fix .open-menu.close-menu {
    position: fixed;
    top: 60px;
    right: 20px
}

.header-menu {
    width: 100%
}

.d_flex {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.sidenav ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 5px
}

.sidenav ul li {
    position: relative;
    margin-right: 0;
    padding-right: 15px;
    display: flex;
    align-items: center
}

.sidenav ul li ul {
    display: none;
    min-width: 180px;
    position: absolute;
    top: 18px;
    left: 0;
    background-color: #fff;
    border-radius: 3px;
    padding: 15px;
    z-index: 99;
    transition: all .5s
}

.sidenav>ul>li:hover ul {
    display: block
}

.sidenav ul li ul li {
    padding: 5px 0
}

.sidenav ul li ul li a {
    color: #286ca2;
    text-transform: capitalize
}

.menu__right {
    display: flex;
    align-items: center
}

.menu__right__btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.dolar {
    width: 32px;
    height: 32px;
    background-color: #424CFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer
}

.dolar svg {
    width: 9px;
    height: 16px
}

.padark {
    width: 32px;
    height: 32px;
    background-color: #424CFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px
}

.padark svg {
    width: 16px;
    height: 16px
}

.reg {
    background-color: #FAB616;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 9px 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.log {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #424CFF;
    border-radius: 30px;
    padding: 9px 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.setting__icon svg {
    width: 14px;
    height: 14px
}

.setting__icon {
    margin-right: 10px;
    cursor: pointer
}

.time select {
    background-color: transparent;
    color: #fff;
    width: 60px;
    margin-right: 10px;
    cursor: pointer
}

.time select option {
    color: #276aa5
}

.lengts select {
    background-color: transparent;
    color: #fff;
    width: 40px;
    margin-right: 10px;
    cursor: pointer
}

.lengts select option {
    color: #276aa5
}

main {
    display: flex;
    justify-content: space-between;
    max-width: 1920px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.main {
    background: #e9eef2;
    max-width: 1360px;
    width: 70%;
    margin: 10px 15px;
    border-radius: 5px;
    overflow: hidden;
    background: #0a0f1d
}

.main__content {
    padding: 45px 30px;
    background-color: #141A7C;
}

.main__content h1 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 15px
}

.main__content h2,
.main__content h3,
.main__content h4 {
    font-size: 24px;
    color: #fff;
    padding-bottom: 10px
}

.main__content h2 {

    padding-bottom: 15px
}

.main__content h3 {
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px
}

.main__content a {
    color: #000
}

.main__content ul {
    list-style-type: square;
    padding: 18px
}

.main__content ul li {
    font-size: 16px;
    color: #bdbdbd;
    padding-bottom: 5px
}

.main__content p {
    font-size: 16px;
    color: #bdbdbd;
    padding-bottom: 20px;
    line-height: 1.5
}

.main__content strong {
    font-weight: 700
}

.main__content__guide {
    margin: 20px 0;
}

.main__content ul.guide__list {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
}

.main__content ul li.guide__item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #539DED;
    position: relative;
}

.guide__item__num {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 30px;
    height: 30px;
    background-color: #DB4093;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.4);
}

.guide__item__text {
    width: 50%;
}

.guide__item__text strong {
    color: #fff;
}

.guide__item__image {
    width: 50%;
    overflow: hidden;
    border-radius: 5px
}

.guide__item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    border-radius: 5px
}

center {
    position: relative;
    margin-top: 20px auto
}

.youtube__wrap {
    display: grid;
    max-width: 100%;
    margin: 20px auto
}

.youtube {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    border-radius: 5px
}

.youtube__item {
    position: relative;
    padding: 0 0 56% 0
}

.youtube-absolute {
    border-radius: 5px
}

.bunners {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
    max-height: 220px;
    height: 100%
}

.bunner-big {
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 10px;
    background-size: cover;
    background-position: center
}

.bunner__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end
}

p.bunner__title {
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.2;
    padding-bottom: 0
}

.bunner__descr {
    font-size: 13px;
    text-shadow: 1px 1px 3px;
    opacity: .8;
    color: #ccc;
    margin-bottom: 20px
}

.bunner-links {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

a.bunner__link {
    background-color: #fff;
    margin-right: 15px;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff
}

a.small__link {
    color: #000;
    mix-blend-mode: lighten
}

a.link__yellow {
    background-color: #f4b44f
}

a.link__gray {
    background-color: #3f414d
}

.bunner__link:last-child {
    margin-right: 0
}

.bunner-small {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px
}

.bunner-item {
    background-size: cover;
    background-position: center;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px
}

.bunner-item--bg-depozit {
    background-size: cover;
    background-position: center;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px
}

ul.reviews {
    padding: 0
}

.reviews li {
    list-style: none
}

.reviews__item {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #539ded;
    margin-bottom: 15px
}

p.reviews__title {
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px
}

.reviews__date {
    font-size: 12px;
    padding-bottom: 5px;
    display: inline-block
}

p.reviews__text {
    font-size: 14px;
    padding-bottom: 0
}

.icon-color--green-300 {
    color: #00a85c;
}

.icon-size--small {
    font-size: 1rem;
}

.icons {
    font-family: "casino-org-icons";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
}

.icon--icons,
.icons {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}


.toplistcs {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.4);
}

.toplisthead {
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 120px;
    background-color: #fff;
    border-radius: 5px 5px 0 0 
}

.toplistrank {
    padding: 5px;
    background-color: #DB4093;
    width: 32px;
    height: 32px;
    border-radius: 5px 0 5px 0;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
}

.toplistfooter {
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: #132e64;
    border-radius: 0 0 5px 5px;
    color: #ffffff;
}

.toplistfooter img {
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: inline-block;
    border: none
}

.topimg img {
    margin: 0 auto;
    max-height: 75px;
    border-radius: 5px;
}

.topimg {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.topname {
    width: 20%;
}

.topbonus {
    width: 30%;
    color: #1d5482;
}

.topinfo {
    width: 15%;
}

.topbutton {
    width: 15%;
}

.toplistfooter span {
    right: 0px;
}

.topinfo i {
    color: #DB4093;
}

.topbutton a {
    width: 100%;
    background-color: #ffa415;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    transition: all .3s linear;
}

.topbutton a:hover {
    background-color: #539ded;
}

.topbonus {
    color: #1d5482;
    font-weight: 600;
    line-height: 25px;
    font-size: 20px;
    text-transform: uppercase;
}

.topratespan,
.topinfospan,
.topnamespan {
    display: block;
    margin: 5px;
}

.topnamespan {
    font-weight: bold;
    font-size: 19px;
}

.topinfospan {
    font-weight: 600;
}

.topratespan i {
    color: #fbbf24;
}

.icon-flag__wrapper {
    margin-right: 8px;
}

.fa-star:before {
    content: "\f005";
}

.icon-flag {
    border-radius: 50%;
    border: 1px solid #d2d2e1;
    width: 30px;
    height: 30px;
    margin: 2px;
    background: #fff;
}

.main__content ul.checklist li {
    list-style: none;
}

.main__content ul.checklist {
    padding: 0;
}

@media (max-width:1023px) {
    .toplisthead {
        flex-wrap: wrap;
    }

    .topimg {
        width: 100%;
    }

    .topname {
        width: 60%;
    }

    .topinfo {
        width: 100%;
    }

    .topbonus {
        width: 100%;
    }

    .topbutton {
        width: 100%;

    }

    .topbutton a {
        width: 60%;
        margin: 0 auto;
    }

    .topimg img {
        max-height: auto;
        max-width: 150px;
        width: 100%;
    }
}


@media (max-width:1023px) {
    .nav-hidden {
        display: none;
    }
}

@media (min-width:1023px) {
    .md\:hidden {
        display: none;
    }
}

@media (max-width:1300px) {
    .bunners {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        height: auto;
        max-height: 100%
    }
}

@media (max-width:800px) {
    .main__content {
        padding: 30px 0
    }
}

.bunner_gif_link {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto
}

.content__action__gif {
    background-color: #011952
}

.bunner_gif_image {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto
}

.bunner_gif_image_mobile {
    width: 100%;
    height: 100%;
    display: none
}

.footer {
    padding-top: 0;
    padding-bottom: 94px;
    background-color: #080C4A;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px;
    background: #2a3a47;
    border-radius: 5px;
    margin: 5px 0
}

.footer__topcol {
    width: 48%
}

.footer__topcol strong {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff
}

.footer__topcol ul {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer__topcol ul li:nth-child(1) a img {
    width: 45px;
    height: 80px
}

.footer__topcol ul li:nth-child(2) a img {
    width: 73px;
    height: 79px
}

.footer__topcol ul li:nth-child(3) a img {
    width: 79px;
    height: 46px
}

.footer__topcol ul li:nth-child(4) a img {
    width: 79px;
    height: 79px
}

.footer__topcol ul li:nth-child(5) a img {
    width: 79px;
    height: 76px
}

.footer__topcol ul.colright li:nth-child(1) a img {
    width: 51px;
    height: 15px
}

.footer__topcol ul.colright li:nth-child(2) a img {
    width: 51px;
    height: 26px
}

.footer__topcol ul.colright li:nth-child(3) a img {
    width: 51px;
    height: 24px
}

.footer__topcol ul.colright li:nth-child(4) a img {
    width: 51px;
    height: 17px
}

.footer__topcol ul.colright li:nth-child(5) a img {
    width: 51px;
    height: 57px
}

.footer__topcol ul.colright li:nth-child(6) a img {
    width: 51px;
    height: 51px
}

.footer__topcol ul.colright li:nth-child(7) a img {
    width: 51px;
    height: 76px
}

.social-list {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.social-item {
    margin-right: 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: transform .3s ease-out
}

.social-item:last-child {
    margin-right: 0
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    align-items: center
}

.social-item:hover {
    transform: scale(1.1)
}

.social-link img {
    width: 21px;
    height: 21px
}

.bg-tg {
    background: linear-gradient(240.2deg, #0fb1d6 0, #08c 61.34%);
    box-shadow: 0 5px 16px #4ca2f64d
}

.bg-you {
    background: linear-gradient(135deg, #ff4f4f 0, red 100%);
    box-shadow: 0 5px 16px #f64c4c4d
}

.bg-vk {
    background: linear-gradient(108.65deg, #91b8ef 2.63%, #4288ed 101.05%), linear-gradient(135deg, #ff4f4f 0, red 100%);
    box-shadow: 0 5px 16px #4cb9f64d
}

.bg-inst {
    background: linear-gradient(214.99deg, #7e2bf4 7.65%, #ed146e 51.93%, #ffc90c 95.29%);
    box-shadow: 0 5px 16px #ba4d654d
}

.footer__bototm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 5px;
    margin: 5px 0
}

.footer__cont {
    border-radius: 5px;
    padding: 15px 15px 0 15px;
    min-height: 90px;

}

.footer__cont__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px
}

.footer__pages {}

.footer__pages__list {
    padding-left: 5px;
}

.footer__pages__lists {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px
}

.footer__pages__item {}

.footer__pages__link {
    color: #bed2e4;
    font-size: 12px;
    text-decoration: underline;
}

.footer__pages__link:hover {
    cursor: pointer;
    text-decoration: none;
}

.footer__discl {
    margin: 10px 0;
}

.footer__text {
    background: #181e31;
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
    min-height: 90px
}

.footer__text p {
    color: #bed2e4;
    font-size: 12px
}

.footer__text p a {
    color: #fff;
    font-size: 12px
}

.footer__call {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer__icon {
    width: 52px;
    height: 48px;
    margin-right: 15px
}

.footer__icon svg {
    width: 100%;
    height: 100%
}

.footer__phone strong {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.footer__text p a.footer__mail {
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
}

.footer__text p a.footer__mail:hover {
    text-decoration: none;
}

.footer__phone a {
    color: #bed2e4;
    font-style: 20px
}

.footer__call {
    max-width: 270px;
    width: 100%;
    border-radius: 5px;
    min-height: 90px;
    background: #181e31
}

.footer__call .footer__cont {
    display: flex;
    align-items: center
}

.footer__social {
    width: 270px;
    border-radius: 5px
}

.footer__social .footer__cont {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0
}

.footer__socialtop {
    display: flex;
    justify-content: space-between
}

.footer__socialnetworks {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 202px;
    width: 100%;
    background: #181e31;
    padding: 10px 5px;
    border-radius: 5px
}

.footer__network {
    width: 32px;
    height: 32px;
    background: #e9eef2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    margin-left: 10px
}

.footer__network svg {
    width: 16px;
    height: 16px
}

.footer__18 {
    font-size: 18px;
    color: #fff;
    background: #181e31;
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer__socialbottom {
    background: #539ded;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px
}

.footer__socialbottom a {
    text-decoration-line: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

.sidebare-left {
    width: 15%;
    position: relative;
    padding-top: 10px
}

.sidebare-left__box {
    position: sticky;
    top: 10px;
    left: 0
}

.sidebare-left__title {
    background: #141A7C;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase
}

.sidebare-left__titlesub {
    background: #141A7C;
    color: #fff;
    padding: 10px;
    text-transform: uppercase
}

.ac-sub img {
    width: 16px;
    height: 16px;
    margin-right: 10px
}

.ac-sub-text-item {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #276aa5
}

.ac-sub-text-item img {
    width: 10px;
    height: 10px
}

.ac-subnum {
    font-size: .6875em
}

.ac {
    border: solid .5px #141A7C;
}
.game-demo {
  height: 600px;
}

@media screen and (max-device-width:480px) {
  .game-demo {
    height: 410px;
  }
}
.ac-label {
    position: relative;
    padding: .5em 1em;
    display: block;
    cursor: pointer;
    background-color: #fff;
    transition: background-color .15s ease-in-out;
    color: #0a0f1d;
    display: flex;
    align-items: center;
    font-size: 13px
}

.ac-label>svg {
    margin-right: 10px
}

.ac-input:checked+label,
.ac-label:hover {
    background-color: #d3dee8
}

.ac-input:checked+.ac-label:after,
.ac-label:after {
    content: "";
    /* background-image: url(img/arrow.svg); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    display: block;
    right: 10px;
    top: 0;
    width: 16px;
    height: 100%;
    transition: background-color .15s ease-in-out
}

.ac-input:checked+.ac-label:after {
    content: "";
    transform: rotate(180deg)
}

.ac-input {
    display: none
}

.ac-sub {
    background-color: #fff;
    border-bottom: solid .5px #e9eef2
}

.ac-sub-text,
.ac-text {
    opacity: 0;
    height: 0;
    transition: opacity .5s ease-in-out;
    overflow: hidden
}

.ac-input:checked~.ac-text,
.ac-sub .ac-input:checked~.ac-sub-text {
    opacity: 1;
    height: auto
}

.ac-sub .ac-label {
    background: 0 0;
    font-weight: 600;
    margin-bottom: 0
}

.ac-sub .ac-label:checked {
    background: 0 0;
    border-bottom: 1px solid #fff
}

.ac-sub .ac-input:checked+.ac-label:after,
.ac-sub .ac-label:after {
    content: "";
    /* backsground-image: url(img/arrow.svg); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    display: block;
    right: 10px;
    top: 0;
    width: 16px;
    height: 100%;
    transition: background-color .15s ease-in-out
}

.ac-sub .ac-input:checked+label,
.ac-sub .ac-label:hover {
    background: 0 0
}

.ac-sub-text {
    padding: 0 1em 0 1em
}

.sidebare-right {
    width: 15%;
    position: relative;
    padding: 10px 0
}

.sidebare-right-all {
    position: sticky;
    top: 10px;
    left: 0
}

.sidebare-right__box {
    background: #141A7C;
    padding: 15px
}

.sidebare-right__box h2 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px
}

.sidebare-right__toggle {
    display: flex;
    justify-content: space-between
}

.sidebare-right__box form select {
    padding: 5px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #1d2438;
    border-radius: 5px
}

.sidebare-right__box form input {
    padding: 10px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #1d2438;
    border-radius: 5px
}

.sidebare-right__box form input::placeholder {
    color: #ccc
}
.sidebare-right__box form a {
  width: 100%;
}
.sidebare-right__box form button {
    background: #FAB616;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 30px;
    margin-top: 5px;
    width: 100%;
}

.sidebare-right__toggle {
    background-color: #276aa5;
    border-radius: 5px
}

.sidebare-right__toggle button {
    width: 50%;
    font-size: 10px;
    color: #fff;
    background-color: #1d2438;
    padding: 7px 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sidebare-right__toggle button svg {
    width: 10px;
    margin-right: 5px
}

.activebtn {
    background: #d4dee8 !important
}

.sidebare-right__text {
    color: #7599b8;
    font-size: 10px;
    text-align: center;
    margin-top: 15px
}

.sidebare-right__text a {
    color: #3da5ff;
    font-size: 10px;
    text-decoration: underline
}

.sidebare__androidios {
    margin: 15px 0
}

.sidebare__androidios-top {
    background-color: #1d2438;
    display: flex;
    align-items: center;
    padding: 0 15px
}

.sidebare__android {
    color: #fff;
    width: 45%;
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer
}

.sidebare__android svg {
    margin-right: 10px
}

.sidebare__ios {
    color: #fff;
    width: 45%;
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer
}

.sidebare__ios svg {
    margin-right: 10px
}

.sidebare__x {
    width: 10%;
    padding: 10px 20px;
    cursor: pointer
}

.sidebare__boxclicck {
    background-color: #e9eef2;
    padding: 5px
}

.slaider__item {
    position: relative
}

.slaider__item img {
    height: 248px;
    object-fit: cover
}

.slick-prev {
    left: 0;
    z-index: 999
}

.slick-next {
    right: 0
}

.slaider__text {
    position: absolute;
    top: 20%;
    left: 50px
}

.slaider__text h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 700
}

.slaider__text p {
    color: #fff;
    padding: 10px 0
}

.slaider__text a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #7daa2f
}

.table__row {
    display: flex;
    color: #d4dee8;
    padding: 15px
}

.table__th {
    display: flex;
    align-content: center;
    width: 40%
}

.table__right {
    width: 60%;
    overflow: hidden
}

.table__th img {
    margin-right: 15px;
    width: 15px;
    height: 15px
}

.table__th a {
    color: #205685;
    font-size: 14px;
    text-decoration: none
}

.table__right div {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 15px
}

.one {
    width: 30%
}

.tow {
    width: 30%
}

.tree {
    width: 30%
}

.last {
    width: 10%
}

.table__right div:list-child {
    width: 10%
}

.table__right div span {
    color: #205685;
    font-size: 12px
}

.table__row-sub {
    background: #fff
}

.table__th-sub {
    flex-direction: column
}

.table__th-sub div {
    padding: 5px 0
}

.table__right span {
    background: #e9eef2;
    width: 40px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #205685;
    border-radius: 5px;
    margin: 0 5px
}

@media only screen and (max-width:1400px) {
    .tree {
        display: none !important
    }

    .sidebare-left {
        width: 20%
    }

    .sidebare-right {
        width: 20%
    }

    .main {
        width: 60%
    }

    .footer__text {
        max-width: 100%
    }

    .footer__call {
        max-width: 100%;
        margin: 5px 0
    }

    .footer__social {
        max-width: 100%;
        width: 100%
    }

    .footer__socialnetworks {
        max-width: 49%;
        width: 50%
    }

    .footer__18 {
        width: 50%
    }

    .table__right div {
        width: 50%
    }
}

@media only screen and (max-width:1400px) {
    .padark {
        display: none
    }

    .dolar {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .last {
        display: none !important
    }

    .setting {
        display: none
    }

    .padark {
        display: none
    }

    .time {
        display: none
    }
}

@media only screen and (max-width:992px) {
    .table__right {
        width: 50%
    }

    .table__th {
        width: 50%
    }

    main {
        flex-direction: column
    }

    .sidebare-left {
        width: 100%;
        order: 1;
        display: none
    }

    .sidebare-right {
        width: 100%;
        order: 2;
        display: none
    }

    .sidebare-right__box {
        display: none
    }

    .main {
        width: 100%;
        order: 3;
        margin: 0
    }

    .sidebare__boxclicck {
        text-align: center
    }

    .dolar {
        display: none
    }

    .lengts {
        display: none
    }

    .sidenav ul li a {
        font-size: 10px
    }
}

@media only screen and (max-width:768px) {

    .slick-next,
    .slick-prev {
        display: none !important
    }

    .tow {
        display: none !important
    }

    .table__right div {
        width: 100%
    }
}

@media only screen and (max-width:840px) {
    .header-menu {
        width: 0
    }

    .menu__right .log,
    .menu__right .reg {
        display: none
    }

    .footer__sports__logo {
        width: 100%;
        padding: 25px 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between
    }

    .social-list {
        margin-bottom: 25px
    }

    .pay-list {
        overflow-x: scroll
    }

    .pay-item {
        min-width: 70px
    }

    .header-container {
        justify-content: space-around;
        padding-right: 0;
        align-items: center
    }

    .header-logo {
        margin-right: auto
    }

    .sidenav ul li a {
        font-size: 15px
    }

    .sidenav ul li {
        z-index: 9999
    }

    .open-menu span:nth-child(2),
    .open-menu span:nth-child(3) {
        top: 10px
    }

    .open-menu span:last-child {
        top: 20px
    }

    .open-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        z-index: 9999;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .menu-cnt {
        margin: 0;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999;
        top: 100px;
        right: 0;
        overflow-x: hidden;
        padding: 30px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: #192e67
    }

    .menu-cnt ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .sidenav ul {
        margin-top: 0
    }

    .sidenav {
        padding: 0 20px 15px 0;
        margin-top: 25px
    }

    .sidenav ul li {
        padding: 5px 0;
    }

    .sidenav>ul>li {
        -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
        transform: translateX(20%);
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        opacity: 0;
        height: auto
    }

    .sidenav {
        max-width: 100%
    }

    .sidenav>ul {
        flex-direction: column;
        align-items: center
    }

    .sidenav>ul>li {
        text-align: center;
    }

    .menu-width {
        width: 0% !important;
        transition: all .5s ease 0s !important
    }

    .transition-menu {
        width: 100% !important;
        transition: all .5s ease 0s !important
    }

    .reg-mob {
        display: flex !important
    }

    .log-mob {
        display: flex !important
    }

    .sidenav>ul>li {
        flex-direction: column
    }

    .sidenav>ul>li:hover ul {
        position: relative
    }

    .sidenav ul li ul.sub-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: transparent;
        list-style-type: none;
        padding: 0;
        margin: 0;
        box-shadow: none;
        z-index: 1;
        overflow: auto;
        width: max-content;
        min-width: max-content;
    }

    .sub-menu-item {
        width: max-content;
    }

    .sidenav ul li ul li a.sub-menu-link {
        display: block;
        padding: 0px;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
    }

    .sub-menu-link:hover {
        color: #fff;
    }

    /* Show submenu on hover */
    .menu-item-hover:hover .submenu {
        display: block;
    }

    .sidenav ul li ul.sub-menu {
        top: 0;
    }

    .menu-item-hover-link {
        display: none;
    }

    .sidenav>ul>li.menu-item-hover {
        margin-top: 0px !important;
        padding: 0;
    }
}

@media (max-width: 576px) {
    .main__content ul.guide__list {
        margin: 20px 0;
        gap: 20px;
    }



    .main__content ul li.guide__item {
        gap: 0px;
        flex-direction: column;
        padding: 20px;

    }

    .guide__item__num {
        top: -12px;
        left: -12px;
        width: 25px;
        height: 25px;
        font-size: 16px;
    }

    .main__content p.guide__item__text {
        width: 100%;
        font-size: 14px;
    }



    .guide__item__image {
        width: 100%;

    }


}

@media only screen and (max-width:480px) {
    .footer__top {
        flex-wrap: wrap
    }

    .footer__topcol {
        width: 100%
    }

    .footer__icons {
        flex-wrap: wrap
    }

    .footer__sports__logo {
        width: 100%
    }

    .main__content h1 {
        font-size: 24px
    }

    .main__content h2 {
        font-size: 20px
    }

    .header-container {
        justify-content: space-between;
        align-items: center
    }

    .reg-mob {
        font-size: 8px;
        padding: 10px 20px
    }

    .log-mob {
        font-size: 8px;
        padding: 10px 20px
    }

    header {
        padding: 0
    }

    .bunner_gif_image {
        display: none
    }

    .bunner_gif_image_mobile {
        display: block
    }
}

th {
    padding: 15px
}

.slaider__text-title {
    font-size: 36px;
    font-weight: 700;
    max-width: 650px
}

@media (max-width:500px) {
    th {
        padding: 0
    }

    .slaider__text-title {
        font-size: 20px
    }

    .footer__socialnetworks {
        max-width: 69%;
        width: 69%
    }

    .footer__18 {
        width: 30%
    }
}



.footer__links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 0 20px 0
}

.footer__link {
    text-decoration: none;
    color: #fff;
    font-size: 14px
}

.content__action {
    padding: 20px 0;
    background-color: #141A7C;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 10;
    font-family: Roboto, sans-serif;
    color: #bdbdbd
}

.content__action strong {
    font-weight: 700;
    text-transform: uppercase
}

.content__action--1win {
    padding: 0
}

.action-relative {
    position: relative;
    padding: 20px 0
}

.content__action__wrap--all {
    max-width: 1360px;
    padding: 0 15px;
    margin: 0 auto
}

.content__action__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.content__action__left {
    display: flex;
    align-items: flex-start;
}



.content__action__left .content__action__logo {
    width: 50px;
    display: block;
    border-radius: 5px;
    min-width: 50px;
}

.content__action__left__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    min-width: 130px
}

.content__action__text {
    text-transform: uppercase;
    color: #fff;
}

.content__action__btns {
    display: flex;
    align-items: center;
    max-width: 300px;
}

.content__action__btn {
    padding: 7px 20px;
    background-color: #424CFF;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s linear;
    grid-area: btn
}

.content__action__btn:hover {
    background-color: #92c737
}

.content__action__descr {
    max-width: 400px;
    margin-left: 20px
}

.action__descr__text {
    font-size: 14px;
    display: block
}

.content__rating__wrap {
    display: flex
}

.content__rating__wrap p {
    margin-right: 10px
}

.content__rating__stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.content__rating__stars img {
    width: 10px
}

.open-popup {
    cursor: pointer
}

.dn {
    display: block
}

/*@media (max-width:800px) {
    .stars_none {
        display: none
    }
}*/

@media (max-width:550px) {


    .arrow__up__action {
        right: 20px
    }

    .content__action__btn--all {
        width: 100px
    }

    .content__action__btn {
        margin-right: 0
    }

    .content__action {
        padding: 10px;
        padding-left: 0;
        padding-right: 0
    }

    .content__action p {
        font-size: 12px
    }

    .content__action--1win {
        padding: 0
    }

    .content__action__btn {
        font-size: 12px
    }

    .content__action__descr {
        margin-left: 10px
    }

    .action__descr__text {
        font-size: 12px
    }

    .footer__cont__wrap {
        flex-direction: column;
        gap: 0px;
    }
}

@media (max-width:400px) {
    .content__rating__stars {
        gap: 3px;
    }

    .content__rating__stars img {
        width: 7px;
    }

    .content__action__left__wrap {
        min-width: auto;
    }

    .content__action__left .content__action__logo {
        width: 40px;
        min-width: 40px;
    }

}

.content__image {
    max-width: 500px;
    width: 100%;
    margin: 15px auto;
    display: block
}

.content__image img {
    border-radius: 5px;
    margin: 15px 0
}

.langs {
    min-width: 130px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    display: block;

}

.langs li {
    width: 100%;
    display: inline-block
}

.langs ul {
    width: 100%
}

.langs a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: #fff
}

.submenu {
    overflow: scroll;
    display: none;
    position: absolute;
    background-color: #276aa4;
    padding: 0;
    border-radius: 0 0 4px 4px;
    z-index: 1;
    max-height: 500px
}

.langs li:hover .submenu {
    display: block
}

.submenu li {
    display: block
}

.submenu a {
    padding: 5px 15px
}

.submenu.active {
    display: block
}

.newlang:hover {
    background-color: #539ded
}

@media (max-width:800px) {
    .langs {
        min-width: 170px;
        font-size: 15px
    }
}

.lang-main__link {
    cursor: default
}

.lang-main__link::after {
    background-color: #276aa4;
    content: '';
    width: 15px;
    height: 9px;
    background: url(../img/header-arrow.svg) no-repeat scroll 0 0;
    position: absolute;
    top: 12px;
    right: -5px
}

.lang_active {
    background-color: #276aa4;
    border-radius: 4px 4px 0 0
}

.lang_active::after {
    background-color: #276aa4;
    content: '';
    width: 15px;
    height: 9px;
    background: url(/img/header-arrow.svg) no-repeat scroll 0 0;
    position: absolute;
    top: 12px;
    right: -5px;
    content: none
}

.menu__bottom__btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: none
}

.menu__bottom__btn a {
    width: 50%
}

.menu__bottom__btn a:last-child {
    margin-right: 0
}

.mobile__btn {
    padding: 10px 0;
}

.content__btn {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media only screen and (max-width:840px) {
    .menu__bottom__btn {
        display: flex;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        display: flex
    }
}

.HomeSectionDepositBonus_root_kbJTh {
    padding: 15px;
    position: relative
}

.HomeSectionDepositBonus_root_kbJTh:before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 16px 0 0 16px;
    margin: -2px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    border-radius: 25px;
    background: linear-gradient(170deg, #ffdf39, rgba(59, 200, 90, .6))
}

.HomeSectionDepositBonus_svg_kiZIa {
    position: absolute;
    left: -999px
}

.WithSelfBlurGlow[data-v-0ea06900] {
    position: relative;
    align-items: center;
    justify-content: center
}

.WithSelfBlurGlow__glow-surrogate[data-v-0ea06900] {
    position: absolute;
    width: 100%;
    height: 100%
}

.WithSelfBlurGlow__content-wrapper[data-v-0ea06900] {
    position: relative;
    height: 100%;
    width: 100%
}

.HomeSection_header_aWB6p {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    position: relative;
    margin-bottom: 15px
}

.HomeSection_headerProminent_XCoDE {
    height: 57px
}

.HomeSection_icon_lKvw_ {
    height: 30px;
    margin-right: 10px
}

.HomeSection_label_REWdl {
    font-size: 19px;
    font-weight: 700
}

.HomeSection_idImage_xWF0g {
    height: 100%;
    position: absolute;
    right: 50px
}

.HomeSection_idImage_xWF0g img {
    height: 100%
}

.HomeSection_right_VJGWP {
    margin-left: auto
}

.HomeSection_headerLink_dPgvM {
    color: #0085ff;
    font-size: 13px;
    font-weight: 500;
    text-align: right
}

.HomeSection_caption_pA1Gc {
    color: #94a6cd;
    font-size: 11px;
    text-transform: lowercase
}

.HomeSection_body_M2Qzc {
    margin-top: 4px;
    border-radius: 6px 6px 12px 12px;
    background-repeat: no-repeat
}

.HomeSliderSection_root_t8SYp {
    padding: 0
}

.HomeSliderSection_body_zdNzd {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 0 15px
}

.HomeSliderSection_body_zdNzd>* {
    margin-right: 10px;
    scroll-snap-align: center
}

.HomeSliderSection_cardDump_jfJaT {
    align-items: center;
    background-image: linear-gradient(112deg, #1e283f, rgba(20, 27, 46, .6) 100%);
    border-radius: 12px;
    display: flex;
    height: 145px;
    justify-content: center;
    margin: 0 15px
}

.TwitchPlayer {
    position: relative
}

.TwitchPlayer__wrapper {
    width: 100%;
    padding-top: 56.25%
}

.TwitchPlayer__player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.loading-item[data-v-129efbd7] {
    position: relative;
    overflow: hidden
}

.loading-item__wrapper[data-v-129efbd7] {
    z-index: 1;
    color: #4b5675
}

.loading-item__wrapper.loading[data-v-129efbd7] {
    opacity: .5
}

.loading-item__overlay[data-v-129efbd7] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center
}

[data-v-129efbd7] .spinner-container {
    padding: 0
}

.favourite-icon[data-v-735c4bfa] {
    font-size: 15px
}

.favourite-icon .icon-star[data-v-735c4bfa] {
    color: #fff
}

.favourite-icon.active .icon-star[data-v-735c4bfa] {
    fill: url(#favorite-gradient);
    color: #e6b325
}

.favourite-icon.dark .icon-star[data-v-735c4bfa] {
    color: #2d3857
}

.odd[data-v-3a19d995] {
    align-items: center;
    background-color: rgba(108, 125, 163, .2);
    border-radius: 12px;
    cursor: pointer;
    font-size: 14px;
    height: 36px;
    min-width: 36px;
    padding: 0 10px;
    transition: all .3s;
    width: 100%
}

.odd.disabled[data-v-3a19d995] {
    background-color: rgba(108, 125, 163, .15)
}

.odd.disabled .odd-values[data-v-3a19d995] {
    opacity: .5
}

.odd.active[data-v-3a19d995] {
    background-image: linear-gradient(116deg, #0095ff 0, #0855c4 100%)
}

.odd.active [data-v-3a19d995] {
    color: #fff
}

.odd.up .odd-value[data-v-3a19d995] {
    color: #259a4a
}

.odd.down .odd-value[data-v-3a19d995] {
    color: #cf3049
}

.odd.active.disabled[data-v-3a19d995] {
    background-image: linear-gradient(116deg, rgba(0, 149, 255, .8) 0, rgba(8, 85, 196, .8) 100%)
}

.odd.disabled.special[data-v-3a19d995] {
    background-color: transparent;
    border-color: #20242e
}

.odd.disabled.special .odd-name[data-v-3a19d995] {
    color: #3c4869;
    font-size: 10px;
    font-weight: 600
}

.odd-values[data-v-3a19d995] {
    will-change: contents;
    transition: all .3s;
    align-items: center;
    display: flex;
    height: 100%
}

.odd-name[data-v-3a19d995] {
    margin-right: 5px;
    text-transform: uppercase
}

.odd-lock[data-v-3a19d995] {
    color: #6c7da3;
    font-size: 10px;
    margin-left: 0;
    margin-right: 5px
}

.odd-value[data-v-3a19d995] {
    font-weight: 700;
    text-align: right
}

.odd-value[data-v-3a19d995]:not(:first-child) {
    margin-left: auto
}

.match-card[data-v-739fa82d] {
    background-color: #fff;
    border-radius: 12px;
    contain: strict;
    display: flex;
    flex-direction: column;
    height: 85px;
    color: #090f1e;
    padding-bottom: 15px
}

.match-card.super-hot .match-teams[data-v-739fa82d]::before {
    background-image: linear-gradient(to bottom, #ff2c2c, #d40d2d)
}

.match-card.has-details[data-v-739fa82d] {
    height: 100px
}

.match-card.outright[data-v-739fa82d] {
    height: 64px
}

.match-card.has-odds[data-v-739fa82d] {
    height: 130px
}

.match-card.has-odds.has-details[data-v-739fa82d] {
    height: 145px
}

.match-translation[data-v-739fa82d] {
    margin: 5px;
    border-radius: 10px;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, .5);
    overflow: hidden
}

.match-hot-icon[data-v-739fa82d] {
    font-size: 17px;
    margin-left: -7px;
    margin-right: 4px
}

.match-header[data-v-739fa82d] {
    align-items: flex-start;
    display: flex;
    height: 20px;
    margin-bottom: 4px;
    padding: 15px 15px 0 15px;
    box-sizing: content-box
}

.match-header-stub[data-v-739fa82d] {
    height: 16px
}

.live>.match-header .match-score[data-v-739fa82d] {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .3px;
    line-height: .95
}

.live>.match-header .match-score-period[data-v-739fa82d] {
    border: .5px solid rgba(108, 125, 163, .4);
    border-radius: 7px;
    font-size: 11px;
    margin-left: 8px;
    padding: 3px 6px;
    transform: translateY(-2px)
}

.live>.match-header .match-score-period-text[data-v-739fa82d] {
    color: #6c7da3;
    font-size: 11px;
    line-height: .9;
    margin-left: 5px;
    transform: translateY(-2px)
}

.live>.match-header .match-score-game[data-v-739fa82d] {
    font-size: 11px;
    margin-left: 8px;
    transform: translateY(2px)
}

.live>.match-header .match-datetime[data-v-739fa82d] {
    margin-left: auto;
    text-align: right
}

.live>.match-header .match-time[data-v-739fa82d] {
    font-size: 12px;
    font-weight: 700;
    line-height: 1
}

.live>.match-header .match-time-icon[data-v-739fa82d] {
    display: inline-block;
    font-size: 9px;
    margin-right: 5px
}

.live>.match-header .match-status[data-v-739fa82d] {
    color: #6c7da3;
    font-size: 11px;
    line-height: .91
}

.prematch>.match-header .match-time[data-v-739fa82d] {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .3px;
    line-height: 1.06
}

.prematch>.match-header .match-datetime[data-v-739fa82d] {
    font-size: 13px;
    margin-left: auto
}

.prematch>.match-header .match-weekday[data-v-739fa82d] {
    font-weight: 700
}

.match-info[data-v-739fa82d] {
    align-items: center;
    display: flex;
    max-height: 30px;
    padding: 0 15px
}

.match-info[data-v-739fa82d]:not(:last-child) {
    margin-bottom: 5px
}

.match-info .match-teams[data-v-739fa82d] {
    margin-right: 15px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    flex: 1
}

.match-info .match-teams[data-v-739fa82d]::before {
    background-image: linear-gradient(to bottom right, #0095ff, #0855c4);
    box-shadow: 0 6px 22px 0 rgba(5, 109, 218, .3);
    border-radius: 290486px;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 3px
}

.match-info .match-teams[data-v-739fa82d]::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.match-info .match-teams .match-team[data-v-739fa82d] {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap
}

.match-info .match-teams .match-team.badge[data-v-739fa82d]::after {
    background-color: #9ad066;
    border-radius: 50%;
    content: '';
    display: inline-block;
    flex: none;
    height: 8px;
    margin-left: 5px;
    width: 8px
}

.match-details[data-v-739fa82d] {
    align-items: center;
    color: #6c7da3;
    display: flex;
    font-size: 11px;
    padding: 0 15px
}

.match-details[data-v-739fa82d]:not(:last-child) {
    margin-bottom: 5px
}

.match-details .match-sport-icon[data-v-739fa82d] {
    color: #6c7da3
}

.match-details .match-details-separator[data-v-739fa82d] {
    font-size: 10px;
    font-weight: 900;
    margin: 0 .5em;
    vertical-align: middle
}

.match-odd-list[data-v-739fa82d] {
    display: flex;
    margin: 5px 15px 0 15px
}

.match-odd-list .match-odd-item[data-v-739fa82d] {
    flex: 1
}

.match-odd-list .match-odd-item[data-v-739fa82d]:not(:first-child) {
    margin-left: 10px
}

.match-features[data-v-739fa82d] {
    display: flex
}

.match-features>[data-v-739fa82d]:not(:last-child) {
    margin-right: 10px
}

.HomeSectionBetsLive_slider_J3bYc {
    margin-top: 3px;
    margin-bottom: 10px
}

.HomeSectionBetsLive_sliderItem_mEvq1 {
    flex: none;
    width: 100%
}

.border-gradient[data-v-10e9eb25] {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.rect[data-v-10e9eb25] {
    transition: stroke-width .5s ease
}

.ResponsivePicture_img_N2UWA {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .2s ease-out;
    border-radius: inherit
}

.ResponsivePicture_dummy_EcYJ5 {
    filter: blur(5px)
}

.GameStub_root_NJEPn {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #091122;
    padding: 3px
}

.GameStub_root_NJEPn::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: 750%;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: opacity .1s linear;
    opacity: .4;
    z-index: 0;
    background-image: linear-gradient(233deg, #272b3f, var(--game-stub__color) 44%, #5484f2)
}

.GameStub_icon_Z6rIg {
    width: 25%;
    height: unset;
    margin-bottom: 5px
}

@media screen and (min-width:480px) {
    .GameStub_icon_Z6rIg {
        width: 30%
    }
}

.GameStub_name_KGOmZ {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.2;
    max-width: 100%
}

.GameStub_name_KGOmZ.GameStub_small_TbPUP {
    font-size: 7px
}

.SkeletonPlaceholder_root_kmrJR {
    background-color: #172033;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.SkeletonPlaceholder_root_kmrJR::before {
    animation: SkeletonPlaceholder_shimmer_j0qiN 5s infinite;
    background-image: linear-gradient(90deg, rgba(57, 71, 105, 0) 0, rgba(57, 71, 105, .2) 20%, rgba(57, 71, 105, .5) 60%, rgba(57, 71, 105, 0));
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@keyframes SkeletonPlaceholder_shimmer_j0qiN {
    100% {
        transform: translateX(100%)
    }
}

.game-preview[data-v-63b673e8] {
    overflow: hidden;
    padding-bottom: 71%;
    position: relative;
    transform: translateZ(0);
    box-sizing: border-box;
    cursor: pointer
}

.game-preview.no-redirect[data-v-63b673e8] {
    cursor: default
}

.game-preview.shine[data-v-63b673e8] {
    overflow: hidden
}

.game-preview.shine .image[data-v-63b673e8],
.game-preview.shine.shine-m .image[data-v-63b673e8],
.game-preview.shine.shine-m[data-v-63b673e8] .game-stub,
.game-preview.shine[data-v-63b673e8] .game-stub {
    box-shadow: 0 5px 20px rgba(9, 15, 30, .35)
}

.game-preview.shine.shine-s .image[data-v-63b673e8],
.game-preview.shine.shine-s[data-v-63b673e8] .game-stub {
    box-shadow: 0 2px 15px rgba(9, 15, 30, .35)
}

.game-preview.wide-preview[data-v-63b673e8] {
    padding-bottom: 74.2%
}

.game-preview .image[data-v-63b673e8] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: none
}

.game-preview .favourite-border[data-v-63b673e8] {
    position: absolute;
    width: 100%;
    height: 100%
}

.game-preview.radius-s.shine .image[data-v-63b673e8],
.game-preview.radius-s.shine[data-v-63b673e8] .game-stub,
.game-preview.radius-s.shine[data-v-63b673e8] .game-stub::after,
.game-preview.radius-s[data-v-63b673e8] {
    border-radius: 8px
}

.game-preview.radius-s.favourite:not(.no-round) .image[data-v-63b673e8] .game-stub,
.game-preview.radius-s[data-v-63b673e8]:before {
    border-radius: 9px
}

.game-preview.radius-m[data-v-63b673e8],
.game-preview[data-v-63b673e8] {
    border-radius: 10px
}

.game-preview.radius-m.shine .image[data-v-63b673e8],
.game-preview.radius-m.shine[data-v-63b673e8] .game-stub,
.game-preview.radius-m.shine[data-v-63b673e8] .game-stub::after,
.game-preview.shine .image[data-v-63b673e8],
.game-preview.shine[data-v-63b673e8] .game-stub,
.game-preview.shine[data-v-63b673e8] .game-stub::after {
    border-radius: 10px
}

.game-preview.favourite:not(.no-round) .image[data-v-63b673e8] .game-stub,
.game-preview.radius-m.favourite:not(.no-round) .image[data-v-63b673e8] .game-stub,
.game-preview.radius-m[data-v-63b673e8]:before,
.game-preview[data-v-63b673e8]:before {
    border-radius: 11px
}

.game-preview.no-round.shine .image[data-v-63b673e8],
.game-preview.no-round.shine[data-v-63b673e8] .game-stub,
.game-preview.no-round.shine[data-v-63b673e8] .game-stub::after,
.game-preview.no-round[data-v-63b673e8] {
    border-radius: 0
}

.game-preview.no-round.favourite:not(.no-round) .image[data-v-63b673e8] .game-stub,
.game-preview.no-round[data-v-63b673e8]:before {
    border-radius: 0
}

.skeleton[data-v-63b673e8] {
    position: absolute
}

.favourite-icon[data-v-372f14b8] {
    position: relative
}

.favourite-icon-blur[data-v-372f14b8] {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    filter: blur(5px);
    opacity: .6;
    transform: translateZ(0)
}

.favourite-icon-blur[data-v-372f14b8],
.favourite-icon-star[data-v-372f14b8] {
    display: block;
    flex: none;
    height: 1em;
    width: 1em;
    cursor: pointer;
    color: rgba(151, 174, 225, .2)
}

.favourite-icon-blur.sm[data-v-372f14b8],
.favourite-icon-star.sm[data-v-372f14b8] {
    font-size: 15px
}

.favourite-icon-blur.lg[data-v-372f14b8],
.favourite-icon-star.lg[data-v-372f14b8] {
    font-size: 26px
}

.favourite-icon-blur.md[data-v-372f14b8],
.favourite-icon-star.md[data-v-372f14b8] {
    font-size: 18px
}

.favourite-icon-blur.xl[data-v-372f14b8],
.favourite-icon-star.xl[data-v-372f14b8] {
    font-size: 50px
}

.favourite-icon-blur .favourite-icon-base[data-v-372f14b8],
.favourite-icon-star .favourite-icon-base[data-v-372f14b8] {
    transition: opacity .5s
}

.favourite-icon-blur .favourite-icon-outline[data-v-372f14b8],
.favourite-icon-star .favourite-icon-outline[data-v-372f14b8] {
    transition: opacity .4s, stroke-width .5s ease-in-out;
    opacity: 0
}

.favourite-icon-blur.pending .favourite-icon-base[data-v-372f14b8],
.favourite-icon-star.pending .favourite-icon-base[data-v-372f14b8] {
    opacity: .5
}

.favourite-icon-blur.pending .favourite-icon-outline[data-v-372f14b8],
.favourite-icon-star.pending .favourite-icon-outline[data-v-372f14b8] {
    opacity: 1;
    stroke-width: 70px
}

.favourite-icon-blur.active[data-v-372f14b8],
.favourite-icon-star.active[data-v-372f14b8] {
    animation: pop-372f14b8 .35s ease-in-out
}

.favourite-icon-blur.active .favourite-icon-base[data-v-372f14b8],
.favourite-icon-star.active .favourite-icon-base[data-v-372f14b8] {
    opacity: 0
}

.favourite-icon-blur.active .favourite-icon-outline[data-v-372f14b8],
.favourite-icon-star.active .favourite-icon-outline[data-v-372f14b8] {
    opacity: 1;
    stroke-width: 500px
}

@keyframes pop-372f14b8 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

.casino-game-card[data-v-08d9cf66] {
    width: 100%
}

.casino-game-card.underlay[data-v-08d9cf66] {
    padding: 5px;
    background-image: linear-gradient(135deg, #1e283f, rgba(20, 27, 46, .6));
    border-radius: 10px
}

.casino-game-card.underlay .info[data-v-08d9cf66] {
    padding: 10px 5px 5px
}

.casino-game-card .info[data-v-08d9cf66] {
    display: flex;
    justify-content: space-between;
    padding: 10px 2px 0
}

.casino-game-card .info .name[data-v-08d9cf66] {
    display: -webkit-box;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 30px
}

.casino-game-card .info .favourite[data-v-08d9cf66] {
    margin-left: 5px
}

.casino-game-card .info .favourite[data-v-08d9cf66] .icon-star {
    color: #2c3756
}

.CasinoGameCardSkeleton_image_AuEPu {
    padding-top: 74.2%;
    border-radius: 10px;
    height: initial
}

.CasinoGameCardSkeleton_text_yuC2s {
    margin-top: 10px;
    border-radius: 6px;
    height: 30px;
    width: 52%
}

.HomeSectionCasinoGames_list_UZKvl {
    display: grid;
    grid-template-columns: repeat(auto-fill, 150px);
    grid-auto-flow: column;
    grid-auto-columns: 150px;
    grid-gap: 15px;
    overflow-x: auto;
    box-sizing: content-box;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    scroll-padding: 0 15px;
    padding: 0 15px
}

.HomeSectionCasinoGames_list_UZKvl::-webkit-scrollbar {
    display: none
}

.HomeSectionCasinoGames_game_rK_78 {
    min-width: 150px;
    scroll-snap-align: start
}

.HomeSectionDepositBonus_root_kbJTh {
    padding: 15px;
    position: relative
}

.HomeSectionDepositBonus_root_kbJTh:after {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 25px;
    background: red;
    z-index: 2
}

.HomeSectionDepositBonus_root_kbJTh:before {
    content: '';
    position: absolute;
    top: 16px;
    right: 0;
    bottom: 0;
    z-index: 1;
    left: 16px;
    margin: -2px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    border-radius: 25px;
    background: linear-gradient(170deg, #ffdf39, rgba(59, 200, 90, .6))
}

.HomeSectionDepositBonus_content_Vb8Fe {
    border-radius: 25px;
    background-image: url(https://1win-cdn.com/img/home-deposit-bg.4030f5543.svg);
    background-color: #090f1e;
    background-size: cover;
    position: relative;
    z-index: 3
}

.HomeSectionDepositBonus_contentInner_GWzyx {
    position: relative;
    padding: 30px 0;
    padding-bottom: 45px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .1) 0, rgba(223, 223, 223, .1) 100%);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    -webkit-clip-path: url(#home-section-deposit-bonus-path);
    clip-path: url(#home-section-deposit-bonus-path)
}

.HomeSectionDepositBonus_bonusText_hf9RS {
    line-height: 1;
    font-family: -apple-system, 'SF Pro Display', -apple-system, 'SF Pro Text', sans-serif;
    font-size: 14px;
    font-weight: 800;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to left, #ffe55f, #ffe352);
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px
}

.HomeSectionDepositBonus_bonusAmount_cgFyY {
    line-height: 1;
    font-family: -apple-system, 'SF Pro Display', -apple-system, 'SF Pro Text', sans-serif;
    font-size: 50px;
    font-weight: 900;
    background-image: linear-gradient(to left, #25de85, #a0ef2e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    text-align: center;
    text-stroke: 1px #24cc5f;
    -webkit-text-stroke: 1px #24cc5f;
    margin-bottom: 10px
}

.HomeSectionDepositBonus_action_p4jdz {
    line-height: 1;
    font-family: -apple-system, 'SF Pro Display', -apple-system, 'SF Pro Text', sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    color: #fff
}

.HomeSectionDepositBonus_svg_kiZIa {
    position: absolute;
    left: -999px
}

.HomeSectionDepositBonus_element_tfo3B {
    position: absolute;
    z-index: 10
}

.HomeSectionDepositBonus_arrows_bRe5V {
    top: 47px;
    display: flex;
    flex-direction: column-reverse;
    animation: HomeSectionDepositBonus_arrows_bRe5V 1.5s infinite ease-in-out
}

.HomeSectionDepositBonus_coin1_au_01 {
    top: 15px;
    left: -11px;
    width: 35px;
    height: 31px
}

.HomeSectionDepositBonus_coin2_i0SXj {
    top: -12px;
    left: 30px;
    width: 30px;
    height: 25px
}

.HomeSectionDepositBonus_arrows1_FFWrB {
    left: 22px
}

.HomeSectionDepositBonus_arrows2_MwMbO {
    right: 22px
}

.HomeSectionDepositBonus_arrow_yxcJ0 {
    animation: HomeSectionDepositBonus_arrow_yxcJ0 1.5s infinite ease-in-out;
    width: 12px;
    margin-top: -1px
}

.HomeSectionDepositBonus_arrow_yxcJ0:nth-child(1) {
    animation-delay: .1s
}

.HomeSectionDepositBonus_arrow_yxcJ0:nth-child(2) {
    animation-delay: .2s
}

.HomeSectionDepositBonus_arrow_yxcJ0:nth-child(3) {
    animation-delay: .30000000000000004s
}

.HomeSectionDepositBonus_arrow_yxcJ0:nth-child(4) {
    animation-delay: .4s
}

.HomeSectionDepositBonus_topArrowL_audc4 {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 64px;
    animation: HomeSectionDepositBonus_arrowYellow_kkYWR 2s infinite steps(2, end)
}

.HomeSectionDepositBonus_topArrowM_NGpjZ {
    left: 50%;
    bottom: 19px;
    transform: translateX(-50%);
    width: 40px;
    opacity: .5;
    animation: HomeSectionDepositBonus_arrowYellow_kkYWR 2s infinite steps(2, end);
    animation-delay: 1s
}

.HomeSectionDepositBonus_gradient_f1h0U {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.HomeSectionDepositBonus_bottomShape_tKl9r {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-clip-path: polygon(50% 14%, 0 100%, 100% 100%);
    clip-path: polygon(50% 14%, 0 100%, 100% 100%)
}

.HomeSectionDepositBonus_bottomArrow_lFpIW {
    transform: rotate(180deg) translateX(50%);
    width: 19px;
    bottom: 6px;
    left: 50%;
    animation: HomeSectionDepositBonus_arrowYellow_kkYWR 2s infinite steps(2, end)
}

.HomeSectionDepositBonus_button_cirg7 {
    height: 45px;
    background-image: conic-gradient(rgba(94, 64, 157, .2), rgba(137, 98, 220, .2), rgba(61, 114, 164, .2), rgba(112, 76, 188, .2)), linear-gradient(to left, #36d61c, #13d649);
    width: 100%;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 0 50px #2a8047;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.HomeSectionDepositBonus_buttonText_oDLYg {
    animation: HomeSectionDepositBonus_buttonText_oDLYg 1.5s infinite ease-in-out
}

.HomeSectionDepositBonus_buttonWrapper_LmBVR {
    padding: 0 15px 15px;
    margin-top: 0
}

.HomeSectionDepositBonus_icon_bj6vx {
    opacity: .3;
    right: 20px;
    top: 20px;
    fill: grey
}

@keyframes HomeSectionDepositBonus_buttonText_oDLYg {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes HomeSectionDepositBonus_arrow_yxcJ0 {
    0% {
        opacity: 1
    }

    16% {
        opacity: .6
    }

    33% {
        opacity: .9
    }

    50% {
        opacity: .5
    }

    66% {
        opacity: .8
    }

    83% {
        opacity: .4
    }

    100% {
        opacity: .7
    }
}

@keyframes HomeSectionDepositBonus_arrowYellow_kkYWR {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes HomeSectionDepositBonus_arrows_bRe5V {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(150%);
        opacity: 0
    }
}

.HomeSectionVIPCard_root__0IT5 {
    display: flex;
    align-items: center;
    margin: 15px;
    margin-bottom: 0;
    height: 45px;
    padding: 0 15px;
    border-radius: 12px;
    background-image: url(https://1win-cdn.com/img/link-home.db55d332e.svg), linear-gradient(to right, #9c5918, #ffdb76 30%, #ffdb76 40%, #ecbd45) !important;
    background-position: center;
    background-repeat: no-repeat;
    color: #000;
    position: relative
}

.HomeSectionVIPCard_root__0IT5:before {
    content: '';
    position: absolute;
    left: 0;
    width: 3px;
    height: 21px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-image: linear-gradient(0deg, #9c5918 0, #ffdb76 50%, #ecbd45 100%)
}

.HomeSectionVIPCard_title_cneFn {
    font-family: -apple-system, 'SF Pro Display', -apple-system, 'SF Pro Text', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px
}

.HomeSectionVIPCard_subtitle_ig020 {
    font-size: 10px;
    line-height: 12px
}

.HomeSectionVIPCard_icon_lCCCz {
    margin-left: auto
}

.Home_root_aHkbU {
    position: relative
}

.Home_homeSectionHeader_v0CDn {
    margin: 15px
}

.Home_homeSectionBets_l6VkH {
    margin-bottom: 25px
}

.Home_homeSectionCasinoGames_gf1cp {
    margin-bottom: 20px
}

.HomeSectionDepositBonus_icon_bj6vx {
    opacity: .3;
    right: 20px;
    top: 20px;
    width: 16px
}

.HomeSectionDepositBonus_contentInner_GWzyx {
    position: relative;
    padding: 30px 0 45px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .1) 0, rgba(223, 223, 223, .1) 100%);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    -webkit-clip-path: url(#home-section-deposit-bonus-path);
    clip-path: url(#home-section-deposit-bonus-path)
}

.content__action__gif {
    background-color: #01134d
}

.footer__icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 0;
    background: #080C4A;
    border-radius: 0 0 10px 10px
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.footer-logo img {
    width: 70px;
    margin-right: 15px
}

.footer-line {
    width: 100%;
    height: 1px;
    background-color: #fff3
}

.footer__sports__logo {
    width: 100%;
    padding: 25px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer__sports__logo strong {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff
}

.footer-phone {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px
}

.social-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 10px
}

.social-item {
    margin-right: 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: transform .3s ease-out
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    align-items: center
}

.social-item:hover {
    transform: scale(1.1)
}

.social-link img {
    width: 21px;
    height: 21px
}

.bg-tg {
    background: linear-gradient(240.2deg, #0fb1d6 0, #08c 61.34%);
    box-shadow: 0 5px 16px #4ca2f64d
}

.bg-you {
    background: linear-gradient(135deg, #ff4f4f 0, red 100%);
    box-shadow: 0 5px 16px #f64c4c4d
}

.bg-vk {
    background: linear-gradient(108.65deg, #91b8ef 2.63%, #4288ed 101.05%), linear-gradient(135deg, #ff4f4f 0, red 100%);
    box-shadow: 0 5px 16px #4cb9f64d
}

.bg-inst {
    background: linear-gradient(214.99deg, #7e2bf4 7.65%, #ed146e 51.93%, #ffc90c 95.29%);
    box-shadow: 0 5px 16px #ba4d654d
}

.sports-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-self: end;
    max-width: 700px
}

.sports-item {
    margin-right: 10px
}

.sports-item:last-child {
    margin-right: 0
}

.sports-item img {
    height: 25px
}

.pay-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #fff3;
    border-bottom: 1px solid #fff3
}

.pay-item {
    background-color: #0a0f1d;
    opacity: .4;
    margin-right: 5px
}

.pay-item:last-child {
    margin-right: 0
}

.pay-item:hover {
    background-color: #0a0f1d;
    opacity: 1
}

.pay-item img {
    height: 19px
}

.footer__bototm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 5px;
    margin: 5px 0;
    width: 100%;
}

.footer__cont {
    border-radius: 5px;
    padding: 15px 15px 0 15px;
    min-height: 90px
}

.footer__cont p {
    margin-bottom: 10px
}

.footer__cont strong {
    font-weight: 700
}

.footer__text {
    background: #080C4A;
    width: 100%;
    border-radius: 10px;
    min-height: 90px
}

.footer__text p {
    color: #bed2e4;
    font-size: 12px
}

.footer__text p a {
    color: #fff;
    font-size: 12px
}

.footer__call {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer__icon {
    width: 25px;
    margin-right: 15px
}

.footer__icon svg {
    width: 100%;
    height: 100%
}

.footer__phone strong {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.footer__phone a {
    color: #bed2e4;
    font-style: 20px
}

.footer__call {
    max-width: 270px;
    width: 100%;
    border-radius: 10px;
    min-height: 90px;
    background: #181e31
}

.footer__call .footer__cont {
    display: flex;
    align-items: center
}

.footer__social {
    width: 270px;
    border-radius: 5px
}

.footer__social .footer__cont {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0
}

.footer__socialtop {
    display: flex;
    justify-content: space-between
}

.footer__socialnetworks {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 202px;
    width: 100%;
    background: #0a0f1d;
    padding: 10px 5px;
    border-radius: 10px
}

.footer__network {
    width: 32px;
    height: 32px;
    background: #e9eef2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    margin-left: 10px
}

.footer__network svg {
    width: 16px;
    height: 16px
}

.footer__18 {
    font-size: 18px;
    color: #fff;
    background: #181e31;
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer__socialbottom {
    background: #539ded;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 5px;
    margin-top: 5px;
    border-radius: 10px
}

.footer__socialbottom a {
    text-decoration-line: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

.content_video {
    position: relative;
    padding: 0 0 50% 0
}

.content_video iframe {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.twitter-tweet {
    margin: 10px auto
}

img {
    height: auto
}

.hidden {
    display: none
}

.menu__right a {
    white-space: nowrap
}

.youtube iframe {
  transition: all 1s;
  opacity: 1;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.youtube-absolute {
  position: absolute
}

.youtube-font {
  font: 500 16px/16px Roboto, Arial, Helvetica, sans-serif
}

.youtube-button {
  width: 68px;
  height: 51px;
  background: rgba(23, 23, 23, 0.7);
  border-radius: 12px;
  cursor: pointer;
  transition: background .1s;
  left: calc(50% - 34px);
  top: calc(50% - 25px)
}

.youtube-button:hover {
  background: #cc181e
}

.youtube-button-in {
  border: 11px solid transparent;
  border-left: 22px solid #fff;
  margin: 15px 26px
}

.youtube-line {
  width: 100%;
  overflow: hidden;
  height: 47px
}

.youtube a {
  padding-right: 10px;
  white-space: nowrap;
  background: rgba(23, 23, 23, 0.7);
  left: 0;
  height: 47px
}

.youtube-cont {
  margin-top: 16px;
  display: inline-block
}

.youtube-txt {
  color: #fff;
  float: left;
  margin-left: 12px
}

.youtube-logo {
  border-radius: 50%;
  float: left;
  height: 36px;
  width: 36px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 6px 0 0 10px
}

.youtube-img-cont {
  margin: 0 0 0 29px;
  letter-spacing: -1px;
  display: inline-block;
  height: 16px
}

.youtube-span {
  color: #fff;
  float: left
}

.youtube_load_wheel {
  animation: 1s linear 0s normal none infinite youtube_load_wheel;
  -webkit-animation: 1s linear 0s normal none infinite youtube_load_wheel;
  -moz-animation: 1s linear 0s normal none infinite youtube_load_wheel;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-right: 6px solid transparent;
  position: absolute;
  left: calc(50% - 31px);
  background-position: center;
  top: calc(50% - 31px)
}

@keyframes youtube_load_wheel {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes youtube_load_wheel {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg)
  }
}

@-moz-keyframes youtube_load_wheel {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg)
  }
}

.table-wrap {
  width: 100%;
  margin: 20px auto;
  border-radius: 5px;
  overflow: hidden;
}

.table-main {
  width: 100%;


}

.table-main tr {
  width: 100%;
  background-color: #fff;
}

.table-main tr:nth-child(even) {
  width: 100%;

  background-color: #eeeef0;

}

.table-main td {
  padding: 15px;
  border-right: 1px solid #eeeef0;
  white-space: nowrap;
}

.main__content .table-main td p{
  white-space: nowrap;
  padding-bottom: 0;
  color: #000;
}

.table-main-wrap td{
  white-space: wrap;
}

.table-main td:last-child {
  border-right: none
}

.table-head td {
  white-space: normal;
}

@media (max-width: 500px) {
  .table-wrap {
      width: 100%;
      margin: 20px auto;
      border-radius: 5px;
      overflow-x: scroll;
  }

  .table-main {
      width: 450px;


  }

      .table-main td {
          font-size: 13px;
          
      }
}

#structure {
  cursor: pointer;
  width: 20px;
  transition: all 0.3s linear;
}

#structure img {
  box-shadow: none;
  margin: 0;
}

.structure__icon__rotate {
  transform: rotate(180deg);
}

.structure__list li.structure__list__item {
  list-style: none;
  margin-left: 0;
  font-size: 14px;
}

.structure__list li.structure__list__item:last-child {
  margin-bottom: 0;
}

.structure__hidden {
  display: none;
}

.main__content ul.structure__list {
  padding: 0;
}

.main__content ul.structure__sublist {
  padding: 0;
  padding-left: 10px;
  padding-top: 5px;
}

.content__structure {
  padding: 20px;
  max-width: 400px;
  margin: 15px auto;
  margin-top: 25px;
  border-radius: 5px;
  border: 1px solid #539DED
}

.content__structure li .structure__list__link {
  font-size: 14px;
  color: var(--text-color);
  transition: all 0.3s linear;
  display: inline;
}

.content__structure li .structure__list__link:hover {
  color: #276CA2;
  text-decoration: none;
}

.content__structure__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px 0;
}

.content__structure__title strong {
  margin: 0;
  padding-bottom: 0;
  color: #fff;
}
.error-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

/*casino*/
.showcase__wrapper {
	margin: 0 0 30px 0;
}
.showcase {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 10px 0;

}

.showcase__item {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 35px;
	background: #090D59;
	padding: 10px;
	border-radius: 12px 0 0 12px;
}
.showcase__item:nth-child(2n) {
	border-radius: 0 12px 12px 0;
}
.showcase .showcase__item:nth-child(2) {
	justify-content: flex-end;
}
.showcase__item-right {
  justify-content: space-between !important;
}
.showcase__item p {
	height: 68px;
	margin: 0;
}
.showcase__item p img {
	height: 100%;
	border-radius:9px;
}

.showcase__img {
	padding: 0 0 0 90px;
	position: relative;
}
.showcase__img p {
    padding: 0;
}
.container {
    counter-reset: my-counter 0;
}
    
.showcase__img::before {
    counter-increment: my-counter;
    content: counter(my-counter) " ";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 50px;
	height: 68px;
	border-radius: 9px;
	background:#424CFF;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	font-size: calc(36vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 800;
	line-height: calc(26vw / var(--resizer) * 100);
}
.showcase__title span {
	text-align: left;
	display: block;
	/*margin: 0 0 10px 0;*/
	color: #fff;
	font-size: calc(28vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 700;
	line-height: calc(28vw / var(--resizer) * 100);
}
.showcase__title .showcase__rating {
	display: flex;
	min-width: 145px;
}
.showcase__title .showcase__rating-item {
	max-width: 25px;
	max-height: 25px;
}
.showcase__title .showcase__rating-item p {
	height: 25px;
}
.showcase__rating {
	display:flex;
	gap: 5px;
}

.showcase__rating-item {
	max-width: 18px;
	max-height: 18px;
}
.showcase__rating-item p {
	height: 18px;
}
.showcase__rating-item img {
	width: 100%;
	height: 100%;
}

.showcase__btn {
	padding: 23px 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	font-size: calc(16vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 400;
	line-height: calc(25vw / var(--resizer) * 100);
	border-radius: 10px;
	background: #424CFF;
}

.showcase__link {
	display: flex;
	width: 100%;
	text-decoration: none;
}
.showcase__link:hover .showcase__btn {
	background:#1d2279;
}
@media screen and (max-width:1300px) {
	.showcase__link {
		flex-wrap: wrap;
	}
	/* .showcase__title {
	    display:none;
	} */
.showcase__item  {
	  border-radius: 12px 12px 0 0;
      justify-content: space-between;
	}
	.showcase__item:nth-child(2n) {
    border-radius: 0 0 12px 12px;
}
}
@media screen and (max-width:1300px) { 
    .showcase__btn {
        padding: 15px 30px;
    }
    .showcase__img::before {
        width: 30px;
    }
    .showcase__img  {
        padding-left: 40px;
    }
}