.btn {
    display: inline-block;
    text-decoration: none;
    outline: none;
    text-align: center;
    font-weight: 700;
    border: none;
    background-color: transparent;
    padding: 12px 16px;
    border-radius: 5px;
    font-size: 12px
}
    .btn {
        padding: 14px 16px;
        font-size: 20px;
        border-radius: 8px
    }

.btn:active {
    transform: scale(.98)
}

.btn--small {
    font-size: 14px;
    padding: 8px 14px
}


.btn--middle {
    font-size: 16px;
    padding: 18px 32px
}

.btn--motivation {
    cursor: pointer;
    background: #ED9135;
    box-shadow: 0px 0px 15px rgba(232, 102, 29, 0.6);
    border-radius: 16px;
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #F7F4FC;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}


.btn--accent {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #f8e800;
    border-radius: 60px; 
    font-family: 'Signika';
    color: white;
    display: flex;
    align-items: center;
}
.btn--lang{
        padding: 12px 10px;
        background: #f8e800;
        color: black;
        border-radius: 60px; 
        font-family: 'Signika';
        color: extra-dark;
        display: flex;
        align-items: center;
}

.btn-img-menu{
    height: 39px;
}

.menu-btn{
    padding: 12px 10px;
    border-radius: 60px;
    font-family: 'Signika';
    color: extra-dark;
    display: flex;
    align-items: center;
    border: 1px solid #f8e800;
}

.btn--lang:hover{
    background: #f5f5f5;
}

.lang-arrow-img{
    height: 39px;
    margin-right: 12px;
}

.lang-img{
  height: 39px;
    margin-right: 10px;  
}

.registro-img{
    height: 39px;
    margin-right: 12px;
}


.btn--main {
        padding-top: 20px;
        padding-bottom: 20px;
        box-shadow: 0px 0px 12px #f8e800 ;
        border-radius: 60px; 
        font-family: 'Signika';
        color: black;
        background: #f8e800;
}

.btn--main:active {
    background: grey;
}

.btn--second {
    color: #f8e800 !important;
    border-radius: 24px;
    border: 2px solid #f8e800;
    box-shadow: 0px 0px 5px #f8e800;
    cursor: pointer;

}

.btn--circle {
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    padding: 12px 18px
}

.btn--circle img {
    min-width: 24px;
    min-height: 24px
}

.btn--square {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    border: 2px solid #dbdcee;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn--square img {
    min-width: 19px;
    min-height: 20px
}

.nav-bar__item_plus{
    height: 106px;
    background: #f8e800;
    border-radius: 24px;
    width: 328px;
    margin-right: 12px;
    position: relative;
}
.nav-bar__icon_plus{
    position: absolute;
    right: 0%;
    top: -26%;
}
.nav-bar__link_plus{
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}
.btn--close {
    position: relative;
    background-color: transparent;
    width: 24px;
    height: 24px;
    border: none
}

.nav-bar__text_plus{
    margin-left: 16px;
    font-family: 'Signika';
    font-style: normal;
    font-size: 24px;
    color: black;
}
.nav-bar__num_plus{
    margin-left: 8px;
    background: #ED9135;
    box-shadow: 0px 0px 7px rgba(232, 102, 29, 0.5);
    border-radius: 28px;
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #190433;
    padding: 0px 8px;
}
.nav-bar__item_plus:hover{
    background: rgb(18, 18, 18);
}
.nav-bar__item_plus:hover P{
    color: #f8e800;
}


.btn--close:after, .btn--close:before {
    position: absolute;
    top: 0;
    left: 48%;
    content: "";
    transform: translateX(-50%);
    height: 28px;
    width: 3px;
    background: #7e72db;
}

.btn--close:before {
    transform: translateX(-50%) rotate(45deg)
}

.btn--close:after {
    transform: translateX(-50%) rotate(-45deg)
}

.btn--disabled, .btn:disabled {
    opacity: .5;
    pointer-events: none
}

.page-404 {
    background-color: #000103;
    position: relative
}


.page-404__wrapper {
    background: #F7F4FC;
    display: flex;
    justify-content: center;
    min-width: 100%;
    background-image: url(../bimage/404-desktop-img.png);
    background-size: cover;
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 1.5dppx),(min-resolution: 144dpi) {
    .page-404__wrapper {
        background: #000103 url(https://0p8f0tp8lq.a.trbcdn.net/_nuxt/img/bg.440c5f3.jpg) 50% no-repeat;
        background-size: cover
    }
}

.page-404__content {
    width: 210px;
    margin: 0 auto;
    height: 402px;
    position: relative;
    text-align: center;
}


    .page-404__content {
        height: 887px
    }
}

.page-404__btn {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .page-404__btn {
        margin-top: 250%;
    }
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    transition: width .1s, opacity .4s;
    background-color: #a64cb7;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

:root {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

body {
    background-color: #f7f4fc;
    overflow-x: hidden
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.body_block_overflow {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    border: none
}

a {
    text-decoration: none
}

p {
    padding: 2px 0
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0
}

input:disabled {
    background-color: transparent
}

.tooltip {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    background: #dbdcee;
    color: #21093c;
    z-index: 90;
    font-family: Arial, Roboto, Segoe UI, Helvetica Neue, -apple-system, BlinkMacSystemFont, sans-serif
}

.tooltip--promocode {
    width: 296px
}


.tooltip-arrow {
    position: absolute;
    width: 16px;
    height: 16px;
    top: -2px;
    background: #dbdcee;
    transform: rotate(-45deg);
    z-index: -1
}

.tooltip-content {
    padding: 12px;
    font-size: 12px
}

.tooltip-in {
    -webkit-animation: tooltip-in .25s ease-in-out;
    animation: tooltip-in .25s ease-in-out
}

.tooltip-out {
    -webkit-animation: tooltip-out .25s ease-in-out;
    animation: tooltip-out .25s ease-in-out
}

@-webkit-keyframes tooltip-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes tooltip-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes tooltip-out {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes tooltip-out {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box
}


    .container {
        width: 96%
    }
}

.seo-block .seo-content {
    position: relative;
    overflow-y: hidden;
    font-size: 12px;
    line-height: 16px;
    transition: height 1s;
    color: #7d7d85
}

.link {
    padding: 0;
    color: #8855d5;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
    background-color: transparent;
    cursor: pointer
}

.footer {
    background: rgb(18, 18, 18);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto
}

.footer__container {
    padding: 0 !important;
    margin-top: 16px;
}

header{background: rgb(18, 18, 18) !important;}

.footer__list {
    list-style: none;
    justify-content: space-around;
    -moz-column-count: 2;
    column-count: 2;
    padding: 0;
    margin: 0 0 16px;
    display: flex;
    flex-wrap: wrap;
}

.footer__wrap {
    padding-top: 16px;
    border-bottom: 1px solid rgba(85, 80, 191, .3)
}


.footer__list-item {
    line-height: 32px;
    margin-right: 19px;
    white-space: nowrap
}

.footer__list-item:last-child {
    margin-right: 0
}

.footer__list-link {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #f8e800;
}

.social_title{
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #7E72DB;
}

.social_icon{
    display: flex;
    justify-content: center;
}

.social_icon img{
    margin: 16px 20px;
    width:40px ;
    height: 40px;
}

.footer__list-link:hover {
    text-decoration: underline
}

.footer__security-icons {
    display: flex;
    align-items: center;
    justify-content: space-around
}



.footer__security-icons {
    padding: 40px 410px;
    border-bottom: 1px solid rgba(85, 80, 191, .3);
}

.footer__security-icons img:last-child {
    margin-right: 0
}

.footer__security-icons-img img {
    width: 96px;
    height: 41px
}

.footer__security-icons-img img:first-child, .footer__security-icons-img img:last-child {
    width: 66px
}

.footer__security-icons-img:last-child {
    margin-right: 0
}

.footer__contacts {
    padding-bottom: 96px
}


.footer__contacts-item {
    padding-bottom: 16px;
    font-size: 12px;
    color: #7d7d7d
}

.footer__contacts-item:last-child {
    padding-bottom: 0;
    opacity: .7;
    text-align: center
}

.footer__link {
    font-size: 12px;
    color: #ead507;
    text-decoration: underline
}

.footer__payment-methods {
    padding: 52px;
    border-bottom: 1px solid rgba(85, 80, 191, .3)
}

.footer__payment-methods-list {
    display: flex;
    margin: 0 -8px;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0
}

.footer__payment-methods-item {
    padding: 0 6px 20px;
    margin-right: 43px;
}

.footer__payment-methods-link {
    cursor: pointer
}

.profile-info {
    display: none;
    color: #fff;
    margin-right: 0
}


.profile-info__user {
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 11px
}


.profile-info__information {
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 5px 0
}

.profile-info__login-name {
    font-size: 14px;
    color: #fff;
    text-decoration: underline
}

.profile-info__login-name {
    max-width: none
}

.profile-info__score {
    font-size: 14px;
    display: block
}


.profile-info__link {
    display: block;
    margin-right: 16px
}

.profile-info__avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: transparent;
    transition: box-shadow .3s
}

.profile-info__amount {
    color: #ead507;
    font-size: 16px;
    font-weight: 700
}

.header {
    display: flex;
    align-items: center;
    padding: 25px 0;
    margin-bottom: 14px;
}


.header.header--sticky {
    width: 100%;
}


.header__flex, .header__user {
    display: flex;
    align-items: center
}

.header__user {
    justify-content: flex-end;
    flex-grow: 1;
    list-style: none;
    transition: opacity .5s ease;
    opacity: 1
}

.header__user--active {
    opacity: 0
}


    .header__user {
        margin-left: 351px
    }
}

.header__user-info {
    margin-right: auto
}

.header__user-menu {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0
}

.game-item:hover .game-item__hover {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s;
}

.header__user-item {
    margin-right: 12px;
    position: relative
}

.header__user-item:last-child {
    margin-right: 0
}


    .header__user-item {
        margin-right: 24px
    }
}

.header__user-item--user {
    display: none
}

.header__user-item--stretch {
    align-self: center;
}

.header__logo {
    position: relative;
    left: 0;
    transition: left .5s ease
}

.header__logo--active {
    left: calc(50% - 50px)
}


.header__logo-img {
    width: 120px;
    height: 26px
}



    .header__logo-img {
        width: 200px;
        height: auto;
    }
}

.btn-ls {
    position: relative
}

.btn-ls .btn-ls__counter {
    position: absolute;
    top: -1px;
    right: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #191518;
    font-size: 12px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    background: #ead507;
    border-radius: 50%
}


.sandbox-info {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #fff;
    color: #000;
    padding: 5px;
    font-size: 13px;
    cursor: pointer
}


.submenu__list {
    list-style-type: disc;
    color: #eeeffa;
    padding-left: 53px
}

.submenu__link {
    text-decoration: none;
    display: block;
    font-weight: 300;
    color: #fff3f5;
    padding: 10px 0;
    line-height: 24px
}

.nav-bar__item {
    width: 106px;
    height: 106px;
    position: relative;
    margin-right: 12px;
}

.nav-bar__item--dynamic, .nav-bar__item--hidden, .nav-bar__item--mobile {
    display: none
}

.nav-bar__item:hover .nav-bar__link{
    background: #f8e800;
}

.nav-bar__link {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 16px;
    color: black;
    background: #f8e800;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding: 20px 0 12px;
    height: 100%
}



    .nav-bar__link {
        background: #f8e800;
        border-radius: 24px;
        display: flex;
        flex-direction: column;
        font-family: 'Signika';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: black;
    }
}

.nav-bar__icon {
    margin-right: 18px;
    width: 24px;
    height: 24px;
    pointer-events: none
}


    .nav-bar__icon {
        margin-right:0px;
        width: 44px;
        height: 44px
    }
}

.nav-bar--aside-menu .nav-bar__item--mobile.nav-bar__item:not(.nav-bar__item--hidden) {
    display: block
}

.nav-bar--aside-menu .nav-bar__arrow, .nav-bar--aside-menu .nav-bar__item--dynamic {
    display: block
}

.submenu-enter, .submenu-leave-to {
    opacity: 0
}

.submenu-enter-active, .submenu-leave-active {
    transition: opacity .3s
}

.nav-bar__arrow {
    display: none;
    background-color: transparent;
    outline: none;
    padding: 0;
    position: absolute;
    top: 20px;
    left: 160px
}

.nav-bar__arrow--show {
    transform: rotate(180deg)
}

.nav-bar-container {
    position: relative
}

.nav-bar__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}


.nav-bar {
    border-radius: 8px
}

.nav-bar--aside-menu {
    display: block;
    margin: 32px 0 0;
    background: none
}

.nav-bar--aside-menu .nav-bar__list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.nav-bar--aside-menu .nav-bar__list .nav-bar__item, .nav-bar--aside-menu .nav-bar__list .nav-bar__item:hover {
    background: none
}

.header_bg{
    background: rgb(18, 18, 18);
    border-radius: 0px 0px 64px 64px; 
    padding-bottom: 40px;
}

.layout {
    font-family: Arial, Roboto, Segoe UI, Helvetica Neue, -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400;
    color: white;
    background-color: rgb(1, 1, 1);
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch
}

.layout .content {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto
}
.last-winner__item  {
   width: fit-content !important;
}
.no-scroll {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed
}

.transitionPage-enter-active {
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

.layout__loader {
    background: #eeeffa;
    width: 100vw;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.header__hint-verification {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    background: #c90726;
    color: #fff;
    font-size: 14px;
    text-align: left
}

.header__hint-verification-img {
    margin: 0 14px 0 8px
}

.empty-layout {
    font-family: Arial, Roboto, Segoe UI, Helvetica Neue, -apple-system, BlinkMacSystemFont, sans-serif;
    height: 100vh;
    font-weight: 300;
    color: #2c3e50;
    background-color: #21093c;
    display: flex;
    flex-direction: column
}

.empty-layout__wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.empty-layout__header {
    background: #34184f;
    padding: 18px 0
}



    .empty-layout__logo {
        width: 156px;
        height: 64px
    }
}

.overlay {
    position: fixed;
    align-items: center;
    z-index: 100;
    background-color: rgb(25 21 24);
    outline: none
}

.overlay, .overlay__container {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    justify-content: center
}

.overlay__container {
    position: absolute
}

.input {
    display: block;
    position: relative
}

.input--search {
    height: 100%
}
.cashier-payment-methods__icons {
  width: inherit;
  height: inherit;
}
.ticket_1{
    position: absolute;
    left: 15%;
    top: -24.41px;
}
.h2-bonuses{
    font-family: 'Signika';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 42px;
color: white;
}
.bonus_item{
    width: 35%;
    margin-right: 16px;
    position: relative;
    flex-shrink: 0;
}
.bonuses_flex{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    height: 100%;
}
.btn_bonuses{
    margin-right: 24px;
     margin-bottom: 24px;

}
.column_down{
    display: flex;
}
.bonus_item .name_bonuses{
 font-size: 24px;
 margin-left: 24px ;
 margin-right: 24px;
}
.bonuses_items{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
    overflow-y: hidden;
}
.bonus_image_item{
    width:100%;
    height: auto;
    border-radius: 30px;
}
.ticket_2{
    position: absolute;
    top: 60.54px;
    left: 14%;
}
.ticket_3{
    position: absolute;
    top: 53.73px;
    right: 22%;
}
.ticket_4{
    position: absolute;
    top: 5px;
    right: 21%;
}
.ticket_5{
    position: absolute;
    right: 15%;
    top: -24px;
}
.input__item {
    border-radius: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    color: #5c5c66;
    background-color: #fff;
    font-size: 20px;
    padding: 8px 16px;
    line-height: 41px;
    width: 100%;
}
.single__offer-item_new .abount_bonus{
    margin: 0;
}
.support__form-item input{
        background-color: white;
    border: 1px solid #E0E0F6;
}

.input__item--date {
    padding-right: 10px
}

.input__item--date::-webkit-clear-button, .input__item--date::-webkit-inner-spin-button {
    visibility: hidden
}

.input__item--date::-webkit-calendar-picker-indicator {
    margin-top: -10px
}

.input__item--search {
    padding: 27px 60px 10px 16px;
    height: 100%
}

.input__item--default + .input__text, .input__item--info + .input__text, .input__item--password + .input__text, .input__item--search + .input__text {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #5c5c66;
    transition: all .3s
}

.input__item--default + .input__text--focus, .input__item--info + .input__text--focus, .input__item--password + .input__text--focus, .input__item--search + .input__text--focus {
    top: 20px;
    left: 18px;
    font-size: 12px
}

.input__item--error {
    border-color: #c90726;
    color: #c90726
}

.input__item--error + .input__text .input__text-error, .input__item--error ~ .input__denomination {
    color: #c90726
}

.input__item:focus + .input__text {
    top: 20px;
    left: 18px;
    font-size: 12px
}

.input__item:focus {
    color: #191518;
    outline: none
}

.input__item:focus.input__item--error {
    color: #c90726
}

.input__item:disabled {
    background: #eeeffa;
    border-color: #dbdcee;
    cursor: not-allowed
}

.input__icon {
    position: absolute;
    width: 24px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    cursor: pointer;
    background-color: transparent;
    outline: none
}

.input__icon--show {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGZpbGw9IiM1QzVDNjYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE3Ljg4MiAxOS4yOTdBMTAuOTQ5IDEwLjk0OSAwIDAgMSAxMiAyMWMtNS4zOTIgMC05Ljg3OC0zLjg4LTEwLjgxOS05YTEwLjk4MiAxMC45ODIgMCAwIDEgMy4zNC02LjA2NkwxLjM5MiAyLjgwOGwxLjQxNS0xLjQxNSAxOS43OTkgMTkuOC0xLjQxNSAxLjQxNC0zLjMxLTMuMzFoLjAwMXpNNS45MzUgNy4zNUE4Ljk2NSA4Ljk2NSAwIDAgMCAzLjIyMyAxMmE5LjAwNSA5LjAwNSAwIDAgMCAxMy4yMDEgNS44MzhsLTIuMDI4LTIuMDI4QTQuNSA0LjUgMCAwIDEgOC4xOSA5LjYwNEw1LjkzNSA3LjM1em02Ljk3OSA2Ljk3OGwtMy4yNDItMy4yNDJhMi41IDIuNSAwIDAgMCAzLjI0MSAzLjI0MWwuMDAxLjAwMXptNy44OTMgMi4yNjRsLTEuNDMxLTEuNDNBOC45MzUgOC45MzUgMCAwIDAgMjAuNzc3IDEyIDkuMDA1IDkuMDA1IDAgMCAwIDkuNTUyIDUuMzM4TDcuOTc0IDMuNzZDOS4yMjEgMy4yNyAxMC41OCAzIDEyIDNjNS4zOTIgMCA5Ljg3OCAzLjg4IDEwLjgxOSA5YTEwLjk0NyAxMC45NDcgMCAwIDEtMi4wMTIgNC41OTJ6bS05LjA4NC05LjA4NGE0LjUgNC41IDAgMCAxIDQuNzY5IDQuNzY5bC00Ljc3LTQuNzY5aC4wMDF6Ii8+Cjwvc3ZnPgo=)
}

.input__icon--hide {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGZpbGw9IiM1QzVDNjYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEyIDNjNS4zOTIgMCA5Ljg3OCAzLjg4IDEwLjgxOSA5LS45NCA1LjEyLTUuNDI3IDktMTAuODE5IDktNS4zOTIgMC05Ljg3OC0zLjg4LTEwLjgxOS05QzIuMTIxIDYuODggNi42MDggMyAxMiAzem0wIDE2YzQuMiAwIDcuODQyLTIuOTA1IDguNzc3LTdhOS4wMDUgOS4wMDUgMCAwIDAtMTcuNTU0IDBBOS4wMDUgOS4wMDUgMCAwIDAgMTIgMTl6bTAtMi41YTQuNSA0LjUgMCAxIDEgMC05IDQuNSA0LjUgMCAwIDEgMCA5em0wLTJhMi41IDIuNSAwIDEgMCAwLTUgMi41IDIuNSAwIDAgMCAwIDV6Ii8+Cjwvc3ZnPgo=)
}

.input__icon--search {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxwYXRoIGZpbGw9IiM1QzVDNjYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTYuODc3IDExLjQyOWMtMi41MjggMC00LjU4NS0yLjA1LTQuNTg1LTQuNTcyIDAtMi41MjEgMi4wNTctNC41NzEgNC41ODUtNC41NzEgMi41MjkgMCA0LjU4NSAyLjA1IDQuNTg1IDQuNTcxUzkuNDA2IDExLjQzIDYuODc3IDExLjQzem05LjE3IDIuOTU1bC0zLjU2OC0zLjU1OGE2LjgxIDYuODEgMCAwIDAgMS4yNzUtMy45NjlDMTMuNzU0IDMuMDcxIDEwLjY3NCAwIDYuODc3IDAgMy4wOCAwIDAgMy4wNyAwIDYuODU3YzAgMy43ODYgMy4wOCA2Ljg1NyA2Ljg3NyA2Ljg1N2E2Ljg1NyA2Ljg1NyAwIDAgMCAzLjk4LTEuMjcyTDE0LjQyNyAxNmwxLjYyLTEuNjE2eiIvPgo8L3N2Zz4K);
    cursor: default
}

.input__icon--info {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIC04Ljc0MjI4ZS0wN0MxNS41MjMgLTMuOTEzOTJlLTA3IDIwIDQuNDc3IDIwIDEwQzIwIDE1LjUyMyAxNS41MjMgMjAgMTAgMjBDNC40NzcgMjAgMy45MTM5MmUtMDcgMTUuNTIzIDguNzQyMjhlLTA3IDEwQzEuMzU3MDZlLTA2IDQuNDc3IDQuNDc3IC0xLjM1NzA2ZS0wNiAxMCAtOC43NDIyOGUtMDdaTTEwIDJDNy44NzgyNyAyIDUuODQzNDQgMi44NDI4NSA0LjM0MzE1IDQuMzQzMTRDMi44NDI4NSA1Ljg0MzQzIDIgNy44NzgyNyAyIDEwQzIgMTIuMTIxNyAyLjg0Mjg1IDE0LjE1NjYgNC4zNDMxNSAxNS42NTY5QzUuODQzNDQgMTcuMTU3MSA3Ljg3ODI3IDE4IDEwIDE4QzEyLjEyMTcgMTggMTQuMTU2NiAxNy4xNTcxIDE1LjY1NjkgMTUuNjU2OUMxNy4xNTcxIDE0LjE1NjYgMTggMTIuMTIxNyAxOCAxMEMxOCA3Ljg3ODI3IDE3LjE1NzEgNS44NDM0NCAxNS42NTY5IDQuMzQzMTRDMTQuMTU2NiAyLjg0Mjg1IDEyLjEyMTcgMiAxMCAyWk0xMSA3TDkgN0w5IDVMMTEgNUwxMSA3Wk0xMSAxNUw5IDE1TDkgOUwxMSA5TDExIDE1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIC04Ljc0MjI4ZS0wN0MxNS41MjMgLTMuOTEzOTJlLTA3IDIwIDQuNDc3IDIwIDEwQzIwIDE1LjUyMyAxNS41MjMgMjAgMTAgMjBDNC40NzcgMjAgMy45MTM5MmUtMDcgMTUuNTIzIDguNzQyMjhlLTA3IDEwQzEuMzU3MDZlLTA2IDQuNDc3IDQuNDc3IC0xLjM1NzA2ZS0wNiAxMCAtOC43NDIyOGUtMDdaTTEwIDJDNy44NzgyNyAyIDUuODQzNDQgMi44NDI4NSA0LjM0MzE1IDQuMzQzMTRDMi44NDI4NSA1Ljg0MzQzIDIgNy44NzgyNyAyIDEwQzIgMTIuMTIxNyAyLjg0Mjg1IDE0LjE1NjYgNC4zNDMxNSAxNS42NTY5QzUuODQzNDQgMTcuMTU3MSA3Ljg3ODI3IDE4IDEwIDE4QzEyLjEyMTcgMTggMTQuMTU2NiAxNy4xNTcxIDE1LjY1NjkgMTUuNjU2OUMxNy4xNTcxIDE0LjE1NjYgMTggMTIuMTIxNyAxOCAxMEMxOCA3Ljg3ODI3IDE3LjE1NzEgNS44NDM0NCAxNS42NTY5IDQuMzQzMTRDMTQuMTU2NiAyLjg0Mjg1IDEyLjEyMTcgMiAxMCAyWk0xMSA3TDkgN0w5IDVMMTEgNUwxMSA3Wk0xMSAxNUw5IDE1TDkgOUwxMSA5TDExIDE1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
    background-color: #5c5c66
}

.input__icon--clear {
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGZpbGw9IiM1QzVDNjYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE5LjA3MSA2LjM0M0w2LjM0MyAxOS4wNzEgNC45MyAxNy42NTcgMTcuNjU3IDQuOTI5bDEuNDE0IDEuNDE0ek02LjM0MyA0LjkzbDEyLjcyOCAxMi43MjgtMS40MTQgMS40MTRMNC45MjkgNi4zNDMgNi4zNDMgNC45M3oiLz4KPC9zdmc+Cg==)
}

.input__denomination {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px
}

.input__denomination--default {
    color: #c90726
}

.input__denomination--white {
    color: #fff
}

.notice {
    text-align: left;
    padding: 16px;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    line-height: 16px
}


.notice .tournament-notice-active-text {
    text-decoration: underline;
    cursor: pointer
}

.notice .tournament-notice-active-text:hover {
    text-decoration: none
}

.notice--default {
    background-color: #dbdcee;
    color: #191518
}

.notice--error {
    background-color: #c90726
}

.notice--success {
    background-color: #0bc13e
}

.social__title {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 14px
}

.social__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center
}

.social__item {
    margin: 0 8px
}


.social__link {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px
}

.social__link--facebook {
    background-color: #375690
}

.social__link--facebook svg {
    width: 10px;
    height: 23px
}

.popup-authorization {
    padding: 0 18px
}



    .popup-authorization {
        width: auto
    }
}

.popup-authorization__item {
    margin-bottom: 16px
}

.popup-authorization__button {
    padding: 16px 32px;
    width: 100%;
    margin-bottom: 16px;
    font-size: 16px
}

.popup-authorization__text {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    margin-top: 27px
}

.popup-authorization__link {
    color: #8855d5
}

.popup-authorization__notice {
    display: flex;
    margin-bottom: 15px
}

.popup-authorization__notice--recover {
    display: block;
    background-color: #dbdcee;
    border-radius: 8px;
    padding: 8px 9px;
    color: #191518;
    font-size: 12px;
    line-height: 20px
}

.popup-authorization__notice-text {
    margin-left: 10px
}

.checkbox {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer
}

.checkbox__item:checked + .checkbox__indicator {
    background-color: #ead507;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDIwIDE2Ij4KICAgIDxwYXRoIGZpbGw9IiMxOTE1MTgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTcuMDg2IDEwLjU3NEwxNy4yNTggMCAyMCAyLjg1IDcuNDg3IDE1Ljg1N2wtLjI2My0uMjc0LS40MDIuNDE3TDAgOC45MDhsMi43NDItMi44NSA0LjM0NCA0LjUxNnoiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: 50%
}

.checkbox__indicator {
    position: relative;
    flex-shrink: 0;
    color: #191518;
    border: 2px solid #dbdcee;
    background-color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    margin-right: 12px
}

.checkbox__text {
    color: #21093c
}

.popup-registration {
    padding: 0 18px
}



    .popup-registration {
        width: auto
    }

.popup-registration__item {
    margin-bottom: 16px
}

.popup-registration__button {
    padding: 16px 32px;
    width: 100%;
    font-size: 16px
}

.popup-registration__text {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    margin-top: 27px
}

.popup-registration__link {
    color: #8855d5
}

.popup-registration__agreement {
    margin: 16px 0 21px;
    font-size: 12px;
    line-height: 16px;
    color: #5c5c66
}

.popup-registration__agreement-link {
    text-decoration: underline;
    color: #5c5c66
}

.popup-registration__notice {
    display: flex;
    margin: 16px 0
}

.popup-registration__notice-text {
    margin-left: 10px
}

.popup-registration__promocode-input {
    margin-bottom: 24px
}

.popup-registration__autoreg {
    cursor: pointer;
    outline: none;
    text-decoration: underline;
    font-size: 20px
}

.slide-enter-active, .slide-leave-active {
    transition: max-height .3s ease-in-out
}

.slide-enter-to, .slide-leave {
    overflow: hidden;
    max-height: 65px
}

.slide-enter, .slide-leave-to {
    overflow: hidden;
    max-height: 0
}

.popup-registration__input-error input {
    border-color: #a64cb7
}

.notice-enter, .notice-leave-to {
    opacity: 0
}

.notice-enter-active, .notice-leave-active {
    transition: opacity .3s
}

.popup-restore {
    padding: 0 18px
}



    .popup-restore {
        width: auto
    }
}

.popup-restore__item {
    margin-bottom: 16px
}

.popup-restore__button {
    margin: 8px 0;
    padding: 16px 32px;
    width: 100%;
    font-size: 16px
}

.popup-restore__link {
    color: #8855d5
}

.payments__title {
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 18px
}

.payments__list {
    margin: 0 0 24px;
    min-height: 76px;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.payments__item {
    margin: 0 10px 16px
}

.payments__link {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.payments__link svg {
    width: 76px;
    height: 76px
}

.payments__img {
    width: 60px;
    height: 60px;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.payments__icon {
    width: 180px;
    height: 169px;
    display: block;
    margin: 0 auto 12px
}

.steps {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 320px;
    border-radius: 8px
}

.steps:before {
    content: "";
    display: block;
    background-color: #dbdcee;
    width: 100%;
    height: 8px;
    position: absolute
}

.steps--1:after {
    width: 50%
}

.steps--1:after, .steps--3:after {
    content: "";
    display: block;
    background-color: #34184f;
    height: 8px;
    position: absolute;
    left: 1px
}

.steps--3:after {
    width: 99%
}

.steps__step-wrapper {
    display: flex;
    justify-content: space-between
}

.steps__step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2
}

.steps__step {
    position: relative;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border: 2px solid #dbdcee;
    border-radius: 50%
}

.steps__step--active {
    border: 2px solid transparent;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15)
}

.steps__step--active:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.steps__step--active:after, .steps__step--done {
    background: linear-gradient(45deg, #a64cb7, #8855d5)
}

.steps__step--done {
    border: 2px solid transparent
}

.steps__step--done:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjkgMEw1LjMgNy44TDIuMSA0LjRMMCA2LjVMNS4zIDExLjlMMTUgMi4xTDEyLjkgMFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) no-repeat 50%
}

.steps__label {
    position: absolute;
    white-space: nowrap;
    bottom: -26px;
    color: #7d7d85;
    font-size: 12px;
    line-height: 16px
}

.popup-welcome {
    padding: 0 18px
}


    .popup-welcome {
        width: auto
    }

.popup-welcome__steps {
    margin: 44px auto 80px;
    position: relative
}

.popup-welcome__steps:after {
    content: "";
    position: absolute;
    bottom: -56px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #dbdcee
}

.popup-welcome__notice {
    display: flex;
    margin-bottom: 32px;
    padding: 12px;
    align-items: center
}

.popup-welcome__notice-img {
    margin-right: 8px
}

.popup-welcome__notice-text {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700
}

.popup-welcome__button {
    margin: 12px 0 4px;
    padding: 16px 32px;
    width: 100%;
    font-size: 16px
}

.steps__step-item:nth-child(2) {
    cursor: pointer
}

.title {
    font-family: Arial, Roboto, Segoe UI, Helvetica Neue, -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400
}

h1, h2, h3, h4, h5, h6 {
    margin: 7px 0;
}

.title--h1, h1 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 300
}


    .title--h1, h1 {
        font-size: 40px;
        line-height: 55px
    }

.title--h2{
    display: flex;
     align-items: center;
}

.games_winners_marq{
    display: flex;
}

.flex_marquee{
    height: 40px;
    display: flex;
    justify-content: normal;
    width: 100%;
    margin-top: 20px;

}

.soft-loop{
    display: flex;
}

.soft-block{
    display: flex;
    align-items: center;
    border-radius: 38px;
    width: fit-content;
    padding: 16px;
    margin-right:24px;
    margin-top: 32px;
    border: 1px solid #f8e800;
    color: #f8e800;
    box-shadow: 0px 0px 5px #f8e800;
}

.soft-name{
    font-family: 'Signika';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 32px;
}

.soft-image{
    margin-right: 8px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.flex_marquee p{
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
        margin-left: 10px;
        width: fit-content;
}

.flex_marquee p {
    color: #f8e800 !important;
}

.flex-marquee p:nth-child(1n){
        margin-left: 20px;
}
.flex-marquee p:nth-child(6n){
    margin-left: 0px;
}

.title--h2 h2{
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    color: white;
}

.last-winner-p{
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: white;
    margin-top: 16px;
}

.title--h2--number{
    margin-left: 8px;
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    color: white;   
}

    .title--h2, h2 {
        font-size: 30px;
        line-height: 48px
    }

.title--h3, h3 {
    font-size: 16px;
    line-height: 18px;
	font-weight: 400;
}


    .title--h3, h3 {
        font-size: 23px;
        line-height: 37px
    }
}

.title--h4, h4 {
    font-size: 14px
}

.title--h5, h5 {
    font-size: 13px
}

.title--h6, h6 {
    font-size: 12px
}

.title--center {
    text-align: center
}

.title--right {
    text-align: right
}

.title--left {
    text-align: left
}

.mobile-input {
    display: block;
    position: relative
}

.mobile-input__item {
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    color: #5c5c66;
    background-color: #fff;
    border: 2px solid #dbdcee;
    font-size: 20px;
    width: 100%;
    padding: 25px 48px 8px 16px
}

.mobile-input__item:focus {
    outline: none
}

.mobile-input__item--error {
    border-color: #c90726;
    color: #c90726
}

.mobile-input__text {
    position: absolute;
    top: 14px;
    left: 18px;
    font-size: 12px
}

.mobile-input__text--error {
    color: #c90726
}

.input__error {
    font-size: 12px;
    line-height: 16px;
    color: #c90726;
    margin-top: 8px
}

.popup-call {
    padding: 32px 18px
}

.popup-call__title {
    margin-bottom: 24px;
    text-align: center
}

.popup-call__inputs {
    margin-bottom: 24px
}


    .popup-call__inputs {
        margin-bottom: 32px
    }

.popup-call__input {
    margin-bottom: 12px
}

.popup-call__input:last-child {
    margin-bottom: 0
}

.popup-call__btn {
    width: 100%
}


    .popup-call__btn {
        width: auto
    }

.popup-call-done {
    padding: 32px 18px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center
}

.popup-call-done__title {
    text-align: center
}

.popup-call-done__img {
    margin-bottom: 32px
}

.popup-call-done__text {
    margin-bottom: 24px
}

.popup-call-error {
    padding: 32px 18px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center
}

.popup-call-error__title {
    text-align: center
}

.popup-call-error__img {
    margin-bottom: 32px
}

.popup-call-error__text {
    margin-bottom: 24px
}

.popup-unsubscribe {
    padding: 0 18px
}


.popup-unsubscribe__text {
    margin-bottom: 24px;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #191518
}

.popup-unsubscribe__email {
    margin-bottom: 24px
}

.popup-unsubscribe__btn {
    width: 100%;
    margin-bottom: 24px
}

.popup-unsubscribe__maybe {
    text-align: center;
    color: #191518;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px
}

.popup-unsubscribe__link {
    color: #c90726
}

.game-item {
    position: relative;
    width: 48.37%;
    overflow: visible;
    border-radius: 8px;
    margin-bottom: 12px;
    margin-right: 3.26%;
    transition: transform .3s
}

.game-item:nth-child(2n) {
    margin-right: 0
}

.loop-soft{
    margin-top:48px;
    margin-bottom:56px ;
}

.last-winner_img{
    position: absolute;
    right: 64px;
    top: 32px;
    border-radius: 50%;
    border:  2px solid #f8e800;
    box-shadow: 0px 0px 5px #f8e800;
}


    .game-item {
        width: 215px;
        margin-bottom: 24px;
        height: 133px;
    }

    .game-item:not(:nth-child(8n)) {
        margin-right: 13px;
    }

    .game-item:nth-child(8n) {
        margin-right: 0
    }

    .game-item:hover .game-item__hover {
        opacity: 1;
        visibility: visible;
        transition: opacity .3s
    }

    .game-item:focus .game-item__hover {
        opacity: 1;
        visibility: visible;
        transition: opacity .3s
    }

    .game-item:hover .game-item__header:after {
        width: 100%
    }
}

.game-item:hover .game-item__hover {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s
}
.game-item:hover .slots_money, .game-item:hover .game-item__bonus{
    opacity: 0;
}
.game-item:focus .slots_money, .game-item:focus .game-item__bonus{
    opacity: 0;
}


.game-item:hover .game-item__header:after {
    width: 100%
}


.game-item:hover .game-item__wrapper-freespins {
    opacity: 0;
    visibility: visible;
    transition: opacity .3s
}


    .game-item--tournament {
        width: calc(33.33% - 20px);
        margin-bottom: 24px
    }

    .game-item--tournament:not(:nth-child(3n)), .game-item--tournament:nth-child(3n) {
        margin-right: 0
    }

.game-item__wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.game-item--freespins {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

@-webkit-keyframes pulse {
    0%, to {
        box-shadow: 0 0 0 #8a55d4
    }
    50% {
        box-shadow: 0 0 21px #8a55d4
    }
}

@keyframes pulse {
    0%, to {
        box-shadow: 0 0 0 #8a55d4
    }
    50% {
        box-shadow: 0 0 21px #8a55d4
    }
}

.game-item--freespins .game-item__wrapper {
    background: linear-gradient(40deg, #a64cb7, #8855d5)
}

.game-item--freespins .game-item__wrapper-freespins {
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 0;
    border-radius: 8px;
    box-shadow: inset 0 0 31px #8a55d4;
    opacity: 1
}

.game-item--freespins .game-item__header {
    display: flex;
    justify-content: center
}

.game-item--freespins .game-item__img {
    width: calc(100% - 6px);
    height: calc(100% - 3px);
    left: 3px;
    top: 3px;
    border-radius: 8px
}


    .game-item--freespins .game-item__img {
        width: calc(100% - 8px);
        height: calc(100% - 4px);
        left: 4px;
        top: 4px
    }

.game-item--freespins .game-item__name {
    background-color: transparent;
    color: #fff
}

.game-item__header { 
    position: relative;
    height: 100%;
}

.game-item__img {
    position: absolute;
    display: block;
    width: 100%;
    height: 133px;
    background-position: 50% 50%;
    border-radius: 32px;
}

.game-item__name {
    min-height: 32px;
    font-size: 12px;
    text-align: center;
    color: #191518;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}


    .game-item__name {
        padding: 15px 0;
        font-size: 18px
    }

.game-item__hover {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(25, 21, 24, .8);
    text-align: center;
    transition: opacity .3s, visibility .3s;
    border-radius: 32px;
}

.game-item__btn--demo {
    display: block;
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #F7F4FC;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    background: #7E72DB;
    border-radius: 16px;
    padding: 14px 19px;
    margin-left: 20px;
}

.game-item__mobile_link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.game-item__freespins {
    transform: rotate(40.15deg);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 0 1px 5px;
    top: -19px;
    right: -22px;
    width: 60px;
    height: 40px;
    background: #8855d5;
    box-shadow: 0 0 31px #8a55d4;
    opacity: 1;
    font-size: 10px;
    font-weight: 700;
    line-height: 11px;
    color: #fff
}


    .game-item__freespins {
        padding-left: 10px;
        top: -18px;
        right: -32px;
        width: 105px;
        height: 55px;
        font-size: 17px;
        line-height: 27px
    }

.popup-demo-mode {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.popup-demo-mode .popup-demo-mode__game {
    width: 164px;
    margin: 0 auto 32px
}

.popup-demo-mode__wrapper {
    width: 100%;
    padding: 52px 18px 18px
}

.popup-demo-mode__text {
    margin-bottom: 24px;
    margin-top: 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px
}

.popup-demo-mode__button-group {
    margin-bottom: 24px
}

.popup-demo-mode__button {
    width: 100%;
    margin: 16px 0 0
}

.popup-demo-mode__demo-link {
    display: block;
    margin-top: 16px
}

.popup-burn-bonus {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.popup-burn-bonus__wrapper {
    width: 100%;
    padding: 0 18px
}

.popup-burn-bonus__text {
    margin: 16px 40px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300
}

.popup-burn-bonus__button-group {
    margin-bottom: 24px;
    display: flex;
    justify-content: center
}

.popup-burn-bonus__button-group__continue {
    margin-right: 20px
}

.popup-jackpot-description {
    padding: 16px 18px
}

.popup-jackpot-description__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 24px
}

.popup-jackpot-description__button {
    width: 100%;
    justify-content: center
}

.popup-delete-bonuses {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.popup-delete-bonuses__img {
    margin-top: 23%
}


.popup-delete-bonuses__text {
    width: 100%;
    margin: 32px 0;
    font-style: normal;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #21093c
}

.popup-delete-bonuses__btn {
    width: 100%;
    margin: 8px 18px
}

.popup-promocode-submitted {
    padding: 91px 18px 0
}


.popup-promocode-submitted__title {
    margin-bottom: 20px;
    font-size: 24px
}


.popup-promocode-submitted__text {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 22px;
    text-align: center
}


.popup-promocode-submitted__img {
    display: block;
    margin: 0 auto 32px
}

.popup-promocode-submitted__btn {
    width: 100%;
    padding: 18px 12px;
    font-size: 16px
}

.popup-unseen-cashback {
    padding: 8px 24px
}

.popup-unseen-cashback:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 162px;
    height: 62px;
    background: url(https://0p8f0tp8lq.a.trbcdn.net/_nuxt/img/cashback-gift.8e81372.png)
}

.popup-unseen-cashback__title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    color: #8855d5
}

.popup-unseen-cashback__amount, .popup-unseen-cashback__name {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 15px;
    color: #21093c
}

.popup-unseen-cashback__sum {
    color: #8855d5;
    font-weight: 700
}

.popup-unseen-cashback__period-title {
    font-size: 13px;
    line-height: 16px;
    color: #21093c
}

.popup-unseen-cashback__period-dates {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 16px;
    color: #7d7d85
}

.popup-unseen-cashback__btn-group {
    display: flex;
    justify-content: flex-end
}

.popup-unseen-cashback__btn {
    margin-left: 8px;
    padding: 12px 16px
}

.popup-unseen-cashback__btn--outline {
    padding: 8px 16px
}


.popup-features {
    display: block;
    background: #dbdcee;
    border-radius: 8px;
    position: relative;
    padding: 16px 16px 16px 116px
}


.popup-features__container {
    display: flex
}


.popup-features__icon {
    width: 92px;
    height: 90px;
    position: absolute;
    left: 9px;
    bottom: 6px
}


.popup-features__info {
    color: #21093c
}


.popup-features__title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700
}


.popup-features__text {
    font-size: 16px;
    line-height: 22px
}


.popup-features__span {
    color: #c90726
}

.popup {
    min-height: 100%;
    width: 100%;
    overflow: auto;
    background-color: #eeeffa;
    outline: none
}



    .popup {
        width: 500px
    }

.popup--cashback {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    min-height: auto;
    width: 340px;
    border-radius: 16px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
}

.popup__wrapper {
    height: 100%;
    width: 100%;
    overflow: auto;
    padding: 16px 0;
    position: relative
}

.popup__features {
    margin: 30px 18px 16px
}


.popup__title {
    font-size: 24px;
    margin: 0 0 17px;
    padding: 0 18px
}

.popup__close {
    position: absolute;
    top: 20px;
    right: 17px;
    width: 24px;
    height: 24px;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    outline: none
}

.modal-enter-active {
    transition: opacity .6s
}

.modal-enter {
    opacity: 0
}

.modal-leave-active {
    opacity: 0;
    transition: opacity .3s
}


    .modal-leave-active .popup--animation {
        margin-left: 8px
    }

.game-layout {
    font-family: Arial, Roboto, Segoe UI, Helvetica Neue, -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 300;
    color: #2c3e50;
    background-color: #131b2d;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.game-layout__header {
    background-color: #34184f
}


.game-layout__header-content {
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center
}

.game-layout__logo {
    position: relative;
    left: 0;
    transition: left .5s ease
}

.game-layout__logo--active {
    left: calc(50% - 50px)
}

.game-layout__logo-img {
    width: 200px;
height: auto;
}

.game-layout__control-panel {
    list-style: none;
    margin: 0 0 0 auto;
    display: flex;
    transition: opacity .5s ease;
    opacity: 1
}

.game-layout__control-panel--active {
    opacity: 0
}

.game-layout__panel-item {
    margin-right: 12px;
    display: flex
}

.game-layout__panel-item:last-child {
    margin-right: 0
}

.game-layout__demo-block {
    background-color: #c90726;
    text-align: center;
    color: #eeeffa;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    width: 100vw
}


    .game-layout__demo-block {
        font-size: 14px;
        line-height: 24px;
        top: 99px
    }

.game-layout__demo-link {
    color: #ead507;
    background-color: transparent;
    font-weight: 700;
    transition: .3s;
    outline: none;
    cursor: pointer
}

.game-layout__demo-link:focus, .game-layout__demo-link:hover {
    text-decoration: underline
}

.game-layout__loader {
    background: #eeeffa;
    width: 100vw;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh
}


    .game-layout__loader {
        height: calc(100vh - 123px)
    }

.mx-icon-double-left:after, .mx-icon-double-left:before, .mx-icon-double-right:after, .mx-icon-double-right:before, .mx-icon-left:before, .mx-icon-right:before {
    content: "";
    position: relative;
    top: -1px;
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-color: currentcolor;
    border-style: solid;
    border-width: 2px 0 0 2px;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-45deg) scale(.7);
    transform: rotate(-45deg) scale(.7)
}

.mx-icon-double-left:after {
    left: -4px
}

.mx-icon-double-right:before {
    left: 4px
}

.mx-icon-double-right:after, .mx-icon-double-right:before, .mx-icon-right:before {
    -webkit-transform: rotate(135deg) scale(.7);
    transform: rotate(135deg) scale(.7)
}

.mx-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px;
    margin: 0;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    color: #73879c;
    white-space: nowrap
}

.mx-btn:hover {
    border-color: #1284e7;
    color: #1284e7
}

.mx-btn-text {
    border: 0;
    padding: 0 4px;
    text-align: left;
    line-height: inherit
}

.mx-scrollbar {
    height: 100%
}

.mx-scrollbar:hover .mx-scrollbar-track {
    opacity: 1
}

.mx-scrollbar-wrap {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.mx-scrollbar-track {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    width: 6px;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity .24s ease-out;
    transition: opacity .24s ease-out
}

.mx-scrollbar-track .mx-scrollbar-thumb {
    position: absolute;
    width: 100%;
    height: 0;
    cursor: pointer;
    border-radius: inherit;
    background-color: rgba(144, 147, 153, .3);
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.mx-zoom-in-down-enter-active, .mx-zoom-in-down-leave-active {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.mx-zoom-in-down-enter, .mx-zoom-in-down-leave-to {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.mx-datepicker {
    position: relative;
    display: inline-block;
    width: 210px
}

.mx-datepicker svg {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden
}

.mx-datepicker-range {
    width: 320px
}

.mx-datepicker-inline {
    width: auto
}

.mx-input-wrapper {
    position: relative
}

.mx-input-wrapper .mx-icon-clear {
    display: none
}

.mx-input-wrapper:hover .mx-icon-clear {
    display: block
}

.mx-input-wrapper:hover .mx-icon-clear + .mx-icon-calendar {
    display: none
}

.mx-input {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 6px 30px 6px 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.mx-input:focus, .mx-input:hover {
    border-color: #409aff
}

.mx-input.disabled, .mx-input:disabled {
    color: #ccc;
    background-color: #f3f3f3;
    border-color: #ccc;
    cursor: not-allowed
}

.mx-input:focus {
    outline: none
}

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

.mx-icon-calendar, .mx-icon-clear {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 1;
    color: rgba(0, 0, 0, .5);
    vertical-align: middle
}

.mx-icon-clear {
    cursor: pointer
}

.mx-icon-clear:hover {
    color: rgba(0, 0, 0, .8)
}

.mx-datepicker-main {
    font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", sans-serif;
    color: #73879c;
    background-color: #fff;
    border: 1px solid #e8e8e8
}

.mx-datepicker-popup {
    position: absolute;
    margin-top: 1px;
    margin-bottom: 1px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 2001
}

.mx-datepicker-sidebar {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    padding: 6px;
    overflow: auto
}

.mx-datepicker-sidebar + .mx-datepicker-content {
    margin-left: 100px;
    border-left: 1px solid #e8e8e8
}

.mx-datepicker-body {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mx-btn-shortcut {
    display: block;
    padding: 0 6px;
    line-height: 24px
}

.mx-range-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mx-datepicker-header {
    padding: 6px 8px;
    border-bottom: 1px solid #e8e8e8
}

.mx-datepicker-footer {
    padding: 6px 8px;
    text-align: right;
    border-top: 1px solid #e8e8e8
}

.mx-calendar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 248px;
    padding: 6px 12px
}

.mx-calendar + .mx-calendar {
    border-left: 1px solid #e8e8e8
}

.mx-calendar-header, .mx-time-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
    line-height: 34px;
    text-align: center;
    overflow: hidden
}

.mx-btn-icon-double-left, .mx-btn-icon-left {
    float: left
}

.mx-btn-icon-double-right, .mx-btn-icon-right {
    float: right
}

.mx-calendar-header-label {
    font-size: 14px
}

.mx-calendar-decade-separator {
    margin: 0 2px
}

.mx-calendar-decade-separator:after {
    content: "~"
}

.mx-calendar-content {
    position: relative;
    height: 224px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mx-calendar-content .cell {
    cursor: pointer
}

.mx-calendar-content .cell:hover {
    color: #73879c;
    background-color: #f3f9fe
}

.mx-calendar-content .cell.active {
    color: #fff;
    background-color: #1284e7
}

.mx-calendar-content .cell.hover-in-range, .mx-calendar-content .cell.in-range {
    color: #73879c;
    background-color: #dbedfb
}

.mx-calendar-content .cell.disabled {
    cursor: not-allowed;
    color: #ccc;
    background-color: #f3f3f3
}

.mx-calendar-week-mode .mx-date-row {
    cursor: pointer
}

.mx-calendar-week-mode .mx-date-row:hover {
    background-color: #f3f9fe
}

.mx-calendar-week-mode .mx-date-row.mx-active-week {
    background-color: #dbedfb
}

.mx-calendar-week-mode .mx-date-row .cell.active, .mx-calendar-week-mode .mx-date-row .cell:hover {
    color: inherit;
    background-color: transparent
}

.mx-week-number {
    opacity: .5
}

.mx-table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle
}

.mx-table th {
    padding: 0;
    font-weight: 500
}

.mx-table td {
    padding: 0
}

.mx-table-date td, .mx-table-date th {
    height: 32px;
    font-size: 12px
}

.mx-table-date .today {
    color: #2a90e9
}

.mx-table-date .cell.not-current-month {
    color: #ccc;
    background: none
}

.mx-time {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 224px;
    background: #fff
}

.mx-time + .mx-time {
    border-left: 1px solid #e8e8e8
}

.mx-calendar-time {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mx-time-header {
    border-bottom: 1px solid #e8e8e8
}

.mx-time-content {
    height: 224px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.mx-time-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.mx-time-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    border-left: 1px solid #e8e8e8;
    text-align: center
}

.mx-time-column:first-child {
    border-left: 0
}

.mx-time-column .mx-time-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.mx-time-column .mx-time-list:after {
    content: "";
    display: block;
    height: 192px
}

.mx-time-column .mx-time-item {
    cursor: pointer;
    font-size: 12px;
    height: 32px;
    line-height: 32px
}

.mx-time-column .mx-time-item:hover {
    color: #73879c;
    background-color: #f3f9fe
}

.mx-time-column .mx-time-item.active {
    color: #1284e7;
    background-color: transparent;
    font-weight: 700
}

.mx-time-column .mx-time-item.disabled {
    cursor: not-allowed;
    color: #ccc;
    background-color: #f3f3f3
}

.mx-time-option {
    cursor: pointer;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 20px
}

.mx-time-option:hover {
    color: #73879c;
    background-color: #f3f9fe
}

.mx-time-option.active {
    color: #1284e7;
    background-color: transparent;
    font-weight: 700
}

.mx-time-option.disabled {
    cursor: not-allowed;
    color: #ccc;
    background-color: #f3f3f3
}

@font-face{
    font-family:Damion-Regular;
    src: url("../fonts/Damion-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family:Goblin One;
    src: url("../fonts/GoblinOne-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "Signika";
    src: url("../fonts/Signika-VariableFont_wght.ttf");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "Signika";
    src: url("../fonts/Signika-Bold.ttf");
    font-weight: 600;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 26%;
    width: 27px;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: 44px;
    height: var(--swiper-navigation-size);
    margin-top: -22px;
    margin-top: calc(var(--swiper-navigation-size) * -1 / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-theme-color);
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 44px;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    -moz-font-feature-settings: normal,;
    font-feature-settings: normal,;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10;
    right: 64px;
    bottom: 48px;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 10px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.6);
    margin-right: 16px;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s linear infinite;
    box-sizing: border-box;
    border-left: 4px solid var(--swiper-theme-color);
    border-bottom: 4px solid var(--swiper-theme-color);
    border-right: 4px solid var(--swiper-theme-color);
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.loader, .loader__dot {
    position: relative
}

.loader {
    display: block;
    font-size: 0;
    width: 54px;
    height: 18px
}

.loader__dot {
    display: inline-block;
    border-radius: 100%;
    -webkit-animation: loader-pulse-data-v-58d876fa 1s ease infinite;
    animation: loader-pulse-data-v-58d876fa 1s ease infinite
}

.loader__dot--extrasmall {
    width: 4px;
    height: 4px;
    margin: 2px
}

.loader__dot--small {
    width: 6px;
    height: 6px;
    margin: 4px
}

.loader__dot--middle {
    width: 10px;
    height: 10px;
    margin: 4px
}

.loader__dot--large {
    width: 30px;
    height: 30px;
    margin: 4px
}

.loader__dot--main {
    background-color: #8855d5;
    border: 0 solid #8855d5
}

.loader__dot--white {
    background-color: #fff;
    border: 0 solid #fff
}

.loader__dot:first-child {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.loader__dot:nth-child(2) {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

.loader__dot:nth-child(3) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms
}

@-webkit-keyframes loader-pulse-data-v-58d876fa {
    0%, 60%, to {
        opacity: 1;
        transform: scale(1)
    }
    30% {
        opacity: .1;
        transform: scale(.01)
    }
}

@keyframes loader-pulse-data-v-58d876fa {
    0%, 60%, to {
        opacity: 1;
        transform: scale(1)
    }
    30% {
        opacity: .1;
        transform: scale(.01)
    }
}

.banners {
    padding-bottom: 9px;
    margin-bottom: 24px;
    min-height: 172px

}


    .banners {
        margin-bottom: 24px;
    }

.banners__loader {
    margin: 0 auto;
    padding-top: 15%
}

.last-winner__item {
    width: auto;
    padding: 11px 24px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box
}

.last-winner__item:last-child {
    margin-right: 0
}



    .last-winner__item {
        width: 329px;
        padding: 0px;
        border-radius: 16px;
        margin-right: 28px
    }

    .last-winner__item:after {
        right: 8px;
        width: 24px
    }

.last-winner__img {
    width: 200px;
    flex-basis: 72px;
    border-radius: 4px;
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    object-fit: cover;
    height: 150px;
}

    .last-winner__img {
        flex-basis: 88px;
        border-radius: 10px
    }

.last-winner__text {
    display: flex;
    width: 100%;
    align-items: center;
    white-space: nowrap;
    overflow: hidden
}


    .last-winner__text {
        margin-left: 16px
    }

.last-winner__game {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #8855d5;
    margin: 0;
    order: 3
}


    .last-winner__game {
        font-size: 16px;
        line-height: 22px
    }

.last-winner__prize {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #34184f;
    order: 2;
    margin: 0 8px 0 0
}


    .last-winner__prize {
        font-size: 32px;
        line-height: 43px
    }

.last-winner__user {
    font-size: 16px;
    line-height: 18px;
    color: #7d7d85;
    max-width: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    order: 1;
    margin: 0 8px 0 0
}


    .last-winner__user {
        font-size: 16px;
        line-height: 22px
    }

.arrow {
    --background-color: transparent;
    --array-color: #979797;
    --border-color: transparent;
    --border-width: 1px;
    --arrow-width: 1px;
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    border: var(--border-width) solid var(--border-color);
    border-radius: 50%;
    background: var(--background-color);
    outline: none;
    cursor: pointer
}

.arrow:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-bottom: var(--arrow-width) solid var(--array-color);
    border-left: var(--arrow-width) solid var(--array-color);
    transform: translate(-50%, -70%) rotate(-45deg);
    transform-origin: center
}

.arrow--up:before {
    transform: translate(-50%, -30%) rotate(135deg)
}

.arrow--left:before {
    transform: translate(-25%, -50%) rotate(45deg)
}

.arrow--right:before {
    transform: translate(-70%, -50%) rotate(225deg)
}

.arrow--small {
    width: 20px;
    height: 20px
}

.arrow--large {
    width: 30px;
    height: 30px
}

.arrow--large:before {
    width: 10px;
    height: 10px
}

.arrow--bold:before {
    border-bottom: 2px solid var(--array-color);
    border-left: 2px solid var(--array-color)
}

.last-winner__list {
    margin: 9px auto 0;
    padding: 0 24px;
    position: relative;
}



    .last-winner__list {
        width: 96%;
        margin-top: 54px;
        padding: 2px 15px
    }
.last-winner__arrow.swiper-button-next, .last-winner__arrow.swiper-button-prev {
    outline: none;
    transition: opacity .3s;
    position: absolute;
}

.swiper-button-disabled {
    pointer-events: auto
}

.last-winner {
    margin: -22px auto 20px
}


    .last-winner {
    padding: 32px 0px 32px 32px;
    margin-left: 32px;
    margin-right: 32px;
    background: rgb(18, 18, 18);
    border-radius: 32px;
    position: relative;
    margin-top: 56px;
    height: 360px;
    }

.last-winner__loader {
    margin: 0 auto
}

.games{
    background: rgb(18, 18, 18);
    border-radius: 32px;
    padding-bottom: 32px;
    margin-top: 56px;
}

.games__search {
    display: flex;
    justify-content: flex-end
}


    .games__search {
        max-width: none
    }

.games__search-query {
    width: calc(100% - 64px)
}

.games__search-btn {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0
}

.games__search-icon {
    width: 0;
    height: 0;
    position: absolute;
    background-color: #ffc03c;
    border-radius: 50%;
    top: 0;
    right: 0;
    transition: all .2s ease-out
}

.games__search-icon.games__search-icon--active {
    top: -4px;
    right: -4px;
    width: 12px;
    height: 12px
}

.games__provider {
    display: inline-block;
    margin: 0 8px 8px 0;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    font-size: 16px;
    color: #212134;
    cursor: pointer
}

.slots_money{
    position: absolute;
    bottom: 16px;
    left: 24px;
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #8DC640;
    
}

.games__provider-name {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: all .2s ease-out
}

.games__provider-checkbox {
    display: none
}

.games__provider-checkbox:checked + .games__provider-name {
    border: 2px solid #ffc03c
}

.games__provider-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.game-not-found {
    display: flex;
    justify-content: center;
    align-items: center
}

.game-not-found__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.game-not-found__img {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 18px 0
}

.game-not-found__text {
    font-size: 16px;
    line-height: 18px;
    color: #21093c;
    text-align: center;
    width: 100%
}


    .game-not-found__text {
        font-size: 40px;
        line-height: 46px
    }

.game-not-found__text--more {
    color: #7d7d85;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin: 8px 30px
}


    .game-not-found__text--more {
        font-size: 16px
    }

.game-not-found__popular-games {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
    width: 100%
}


    .game-not-found__popular-games {
        margin-top: 40px
    }

.gameslist-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    align-items: flex-start
}

.gamelist-wrapper__loader {
    margin: 40px auto 0
}

.games__container-btn {
    width: 100%;
    margin-top: 4px;
}


    .games__container-btn {
        padding: 30px 32px;
        font-family: 'Signika';
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 42px;
        color: #F7F4FC;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        width: fit-content;
        align-self: center;
    }

.games--h2{
    display: flex;
    align-items: center;
}

.games--h2 h2{
    font-family: 'Signika';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 42px;
color: white;
}

.games--h2 p{
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    color: white;
    margin-left: 8px;
}

.jackpot-games-item {
    padding: 24px 16px 12px;
    border-radius: 8px;
    position: relative;
    overflow: hidden
}


    .jackpot-games-item {
        padding: 24px 24px 0
    }

.jackpot-games-item__img {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 100%;
    z-index: 1
}

.jackpot-games-item__info {
    position: absolute;
    top: 18px;
    right: 14px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    line-height: normal;
    padding: 0;
    outline: none;
    transition: all .15s;
    cursor: pointer;
    z-index: 10
}

.jackpot-games-item__info:active {
    transform: scale(.9)
}

.jackpot-games-item__info img {
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none
}

.jackpot-games-item__content {
    position: relative;
    z-index: 5
}

.jackpot-games-item__title {
    color: #fff;
    font-style: normal;
    margin-bottom: 24px;
    text-shadow: 0 0 4px rgba(0, 0, 0, .2)
}


    .jackpot-games-item__title {
        margin-bottom: 24px;
        padding-left: 0
    }

.jackpot-games-item__span {
    font-size: 16px;
    line-height: 22px
}

.jackpot-games-item__name {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 4px
}

.jackpot-games-item__sum {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700
}


    .jackpot-games-item__sum {
        font-size: 48px;
        line-height: 65px
    }

.jackpot-games-item__games {
    display: flex;
    flex-wrap: wrap
}

.jackpot-games__item:not(:last-child) {
    margin-bottom: 16px
}

.games-toggle-item {
    background: none;
    padding: 14px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    border: 2px solid transparent;
    transition: all .15s;
    cursor: pointer;
    outline: none;
    color: #f8e800;
}

.btn-block{
    display: flex;
    justify-content: center;
}

.games-toggle-item--active {
    border-color: #f8e800;
}

.games-toggle-item:focus, .games-toggle-item:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transform: translateY(-2px)
}

.games-toggle-item__img {
    display: block;
    margin-right: 8px;
    pointer-events: none
}

.games-toggle-item__text {
    font-size: 15px;
    line-height: 22px;
}

.games-toggle-item__counter {
    background-color: #ead507;
    border-radius: 46px;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 6px;
    margin-left: 2px;
    transform: translateY(-12px)
}


.games-toggle {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.games-toggle__item {
    margin-bottom: 10px
}



    .games-toggle {
        margin-bottom: 0
    }

.games__header {
    margin-bottom: 39px;
    margin-top: 33px;
}



    .games__header {
        flex-direction: row;
        align-items: normal
    }

.toggle-enter-active, .toggle-leave-active {
    transition: opacity .15s ease
}

.toggle-enter, .toggle-leave-to {
    opacity: 0
}

.promo-timer {
    color: white;
    background: #D4483E;
    border-radius: 24px;
    margin-left: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    font-family: "Signika";
    padding: 10px 10px;
}

.promo-timer--reverse {
    color: #dbdcee;
    background-color: transparent
}

.promo-timer--reverse .promo-timer__icon {
    fill: #fff
}

.promo-timer__icon {
    margin-right: 10px
}

.promo-timer__text {
    margin-right: 3px
}

.offer-item {
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    border-radius: 8px;
    height: 100%;
    background-color: #21093c;
    color: #eeeffa;
    overflow: hidden
}

.offer-item--details {
    height: auto;
    background-color: transparent;
    color: #191518;
    box-shadow: none;
    transition: none;
    border-radius: 0;
}
.before_picture{
        margin-left: 24px;
    margin-right: 24px;
    margin-top: 20px;
}


.offer-item--details:hover {
    transform: none
}

.offer-item--details .offer-item__header {
    margin-bottom: 24px;
    border-radius: 0
}


.offer-item--details .offer-item__info {
    display: block;
    background-color: transparent;
    padding: 0 18px;
    margin-bottom: 16px;
    margin-top: 0
}



    .offer-item--details .offer-item__info {
        padding: 0 28px;
        margin-bottom: 32px
    }

.offer-item--details .offer-item__wrapper-deposit {
    margin-bottom: 24px
}


    .offer-item--details .offer-item__wrapper-deposit {
        background-color: #dbdcee;
        border-radius: 16px;
        padding: 0 10px;
        margin-bottom: 40px
    }

.offer-item--details .offer-item__short-conditions {
    border-bottom: 1px solid #dbdcee
}

.offer-item--details .offer-item__short-conditions:last-of-type {
    border-bottom: none
}


    .offer-item--details .offer-item__short-conditions {
        border-bottom: 1px solid #fff
    }

    .offer-item--details .offer-item__short-conditions:last-of-type {
        border-bottom: none
    }

.offer-item--details .offer-item__content {
    top: auto;
    bottom: 20px;
    left: 18px
}


.offer-item--details .offer-item__more, .offer-item--details .offer-item__no-timer, .offer-item--details .offer-item__timer {
    display: none
}

.offer-item--details .offer-item__info-right {
    max-width: 54%
}


.offer-item--details .offer-item__info-text {
    color: #191518
}

.offer-item--carousel {
    background-color: #191518;
    transition: all .3s;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 12px
}

.offer-item--carousel .offer-item__header {
    min-height: 234px;
    padding-bottom: 0
}


    .offer-item--carousel {
        border-radius: 16px;
        padding-bottom: 0px
    }

.offer-item--carousel .offer-item__info, .offer-item--carousel .offer-item__no-timer {
    display: none
}

.offer-item--carousel .offer-item__content {
    right: 8px;
    bottom: 0;
    left: 8px;
    color: #fff;
    font-size: 13px;
    line-height: 16px
}


    .offer-item--carousel .offer-item__content {
        right: 11px;
        left: 24px;
        font-size: 16px
    }

.offer-item--carousel .offer-item__more {
    display: none
}

.offer-item--carousel .offer-item__img {
    height: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}


    .offer-item--carousel .offer-item__img {
        border-radius: 16px;
        height: 440px;
        position: static
    }

.offer-item--carousel .offer-item__title {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0
}

.time_img{
    width: 12px;
    height: 13px;   
    width: 20px;
    height: 20px;
    margin-right: 8px;
}


    .offer-item--carousel .offer-item__title {
        font-size: 21px;
        line-height: 29px;
        margin-bottom: 8px;
        text-align: center;
    }

.offer-item--carousel .offer-item__reward {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #ead507
}
.bg_color_promozioni{
  background: linear-gradient(180deg, rgba(6, 18, 24, 0) 63.54%, rgba(6, 18, 24, 0.7) 91.15%);
  border-radius: 14px;
  position: absolute;
  height: 84.5%;
  z-index: 1;
  width: 100%;
}



    .offer-item--carousel .offer-item__reward {
    background: #D4483E;
    border-radius: 16px;
    text-align: center;
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #F7F4FC;
    padding: 2px 12px;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
    position: absolute;
    top: 81%;
    left: 25%;

    }
    .level_up_bonus{
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #D4483E;
    }


.offer-item__img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: auto;
    border-radius: 24px 24px 0px 0px;
}

.offer-item__content {
    position: absolute;
    top: 14px;
    right: 14px;
    bottom: -12px;
    left: 12px;
    display: flex;
    flex-direction: column;
    z-index: 1
}



    .offer-item__content {
        top: 26px;
        right: 26px;
        bottom: -16px;
        left: 30px
    }

.offer-item__more {
    margin-bottom: auto;
    align-self: flex-end;
    cursor: pointer
}

.offer-item__title {
    color: #fff;
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: white;
    display: block;  
}


    .offer-item__title {
    }

.offer-item__reward {
    color: #ffc03c;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}


    .offer-item__reward {
        font-size: 40px;
        line-height: 54px
    }

.offer-item__wrapper-deposit {
    margin-bottom: 14px
}


    .offer-item__wrapper-deposit {
        margin-bottom: 24px
    }

.offer-item__short-conditions {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 5px;
    padding-top: 5px
}

.offer-item__info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #21093c;
    margin-top: 25px;
    padding: 0 12px 12px;
    border-radius: 0 0 8px 8px
}


    .offer-item__info {
        margin-top: 36px;
        padding: 0 32px 18px;
        border-radius: 0 0 16px 16px
    }

.offer-item__short-text-conditions {
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 5px;
    padding-top: 5px
}

.offer-item__info-right {
    flex-shrink: 0;
    margin-left: 6%;
    max-width: 54%;
    text-align: right;
    font-size: 16px;
    line-height: 22px
}

.offer-item__info-text {
    margin-bottom: 10px;
    color: #eeeffa
}

.offer-item__info-text:last-child {
    margin-bottom: 0
}

.offer-item__btn {
    width: 100%
}

.offer-item__timer {
    justify-content: center;
    margin: 0 auto 12px
}

.offer-item__timer--carousel {
    display: none;
    position: absolute;
    margin: 16px 0 0 16px;
    padding: 8px 8px 7px 10px;
    border-radius: 10px;
    background: #191518;
    font-size: 13px;
    line-height: 14px
}


    .offer-item__timer--carousel {
        display: flex
    }


    .empty-block__text {
        font-size: 22px
    }
.page-404__btn {
  margin-top: 290%;
}
.information-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #191518;
    color: #eeeffa;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    height: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
    transition: all .3s;
    padding-bottom: 14px;
    border-radius: 8px
}


    .information-card {
        border-radius: 16px
    }

.game-item__bonus{
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #F7F4FC;
    position: absolute;
    background: #D4483E;
    box-shadow: 0px 0px 12px #D4483E;
    border-radius: 16px;
    padding: 2px 12px;
    margin: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.information-card:after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, #191518 25%, rgba(25, 21, 24, 0));
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 142px
}


    .information-card:after {
        height: 204px
    }

.information-card .information-card__title {
    font-size: 13px;
    line-height: 16px
}


    .information-card .information-card__title {
        font-size: 24px;
        line-height: 24px
    }

.information-card__img {
    display: block;
    min-width: 100%
}


.information-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 12px 12px;
    z-index: 1
}



    .information-card__content {
        padding: 0 20px 32px 24px
    }

.information-card__title {
    color: #ead507;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700
}


    .information-card__title {
        font-size: 40px;
        line-height: 54px
    }

.offers-carousel {
    overflow: hidden
}

.offers-list {
    margin: 9px auto;
    padding: 8px 18px;
    border-radius: 8px
}

.offers-list .swiper-button-next, .offers-list .swiper-button-prev {
    display: none;
    outline: none;
    transition: opacity .3s
}

/*.swiper-slide {*/
/*    width: auto*/
/*}*/

.swiper-button-disabled {
    pointer-events: auto
}

.offers-list__loader {
    margin: 0 auto
}

.swiper-wrapper--main-carousel {
    align-items: center
}

.empty-carousel {
    margin-top: 10px;
    text-align: center
}

.offers {
    margin: 22px auto 40px
}


    .offers {
        margin-top: 53px;
        margin-bottom: 72px
    }

.offers__title-wrapper {
    display: inline-flex;
    align-items: center;
    color: inherit;
    height: 35px
}

.offers__title-wrapper:hover .offers__title-arrow, .offers__title-wrapper:hover .offers__title-arrow:before {
    border-color: #f5af1c
}

.offers__title-arrow {
    margin-left: 10px;
    font-size: 0
}

.jackpot-winner-container {
    position: relative
}

.jackpot-winner-container--main:after, .jackpot-winner-container--main:before {
    content: "";
    display: block;
    background: #eeeffa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    border-radius: 8px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 1
}

.jackpot-winner-container--main:before {
    width: 94%;
    bottom: -8px
}

.jackpot-winner-container--main:after {
    width: 97%;
    bottom: -4px
}

.jackpot-winner {
    background: #eeeffa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    border-radius: 8px;
    padding: 4px 8px 4px 4px;
    display: flex;
    align-items: center;
    z-index: 10;
    position: relative
}

.jackpot-winner__img {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover
}

.jackpot-winner__info {
    width: 100%;
    margin-left: 8px;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    min-width: 0
}

.jackpot-winner__column {
    overflow: hidden;
    text-overflow: ellipsis
}


    .jackpot-winner__column {
        max-width: 380px
    }

.jackpot-winner__column--right {
    text-align: right;
    min-width: 135px;
    max-width: none
}


.jackpot-winner__text {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400
}

.jackpot-winner__login {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700
}


.jackpot-winner__prize {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: #c90726
}

.jackpot-notice {
    padding: 8px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #191518;
    background: #eeeffa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    border-radius: 8px
}

.jackpot-item {
    padding: 16px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform .3s
}

.jackpot-item:not(:last-child) {
    margin-bottom: 16px
}

.jackpot-item:hover {
    transform: translateY(-4px)
}

.jackpot-item--main {
    padding-top: 60px
}

.jackpot-item--main .jackpot-item__sum {
    margin-bottom: 53px
}


    .jackpot-item {
        padding-left: 24px;
        padding-right: 24px
    }

    .jackpot-item--main .jackpot-item__title {
        margin-bottom: 24px
    }

    .jackpot-item--main .jackpot-item__sum {
        margin-bottom: 44px
    }

.jackpot-item__img {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 100%;
    z-index: 1
}

.jackpot-item__content {
    position: relative;
    z-index: 5
}

.jackpot-item__title {
    font-weight: 400;
    color: #fff;
    margin-bottom: 4px;
    text-shadow: 0 0 4px rgba(0, 0, 0, .2)
}
#__nuxt{
    background-color: #190433;
}
.jackpot-item__text {
    font-size: 16px;
    line-height: 22px
}
.game-layout__header {
  background-color: #190433;
}

.jackpot-item__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff
}

.jackpot-item__sum {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 9px;
    text-shadow: 0 0 4px rgba(0, 0, 0, .2)
}


    .jackpot-item__sum {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 8px
    }

.jackpot-item__button {
    width: 100%;
    margin-bottom: 17px;
    line-height: 1
}


    .jackpot-item__button {
        padding: 18px 32px;
        width: auto;
        margin-bottom: 32px
    }

.jackpot-list__container--main {
    margin-bottom: 16px
}

.jackpot-list__container--common {
    display: flex;
    flex-flow: column;
    justify-content: space-between
}

.jackpots {
    padding: 32px 0 71px
}

.jackpots__list {
    margin-top: 16px
}

.paid {
    background-color: #34184f;
    text-align: center;
    padding: 25px 0 40px
}


    .paid {
        padding: 64px 0
    }

.paid--is-auth {
    padding: 32px 0 48px
}


    .paid--is-auth {
        padding: 64px 0
    }

.paid--is-auth .paid__text {
    margin-bottom: 0
}

.paid__title {
    color: #fff;
    line-height: 1.33;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px
}

.paid__text {
    color: #fff;
    font-weight: 700;
    margin-bottom: 17px
}


.paid__btn {
    margin: 0 auto;
    font-weight: 700
}

.mobile-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: linear-gradient(210.64deg, #8555d7 -4.73%, #a74bb5 103.15%);
    transition: all .3s
}

.mobile-nav__list {
    list-style: none;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0
}

.mobile-nav__item, .mobile-nav__list {
    display: flex;
    align-items: center;
    justify-content: center
}

.mobile-nav__item {
    flex-grow: 1;
    border-right: 1px solid #34184f
}

.mobile-nav__item:last-child {
    border-right: none
}

.mobile-nav__link {
    display: block;
    text-align: center;
    width: 100%;
    padding: 16px 24px;
    color: #ffffff;
    font-weight: 600;
}

.banners-item {
    width: 340px;
    height: 144px;
    border-radius: 8px;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto
}


    .banners-item {
        height: 487px;
         width: 100%;
    }
    .banners-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(180deg, rgba(25, 4, 51, 0.421784) 0%, rgba(25, 4, 51, 0) 9.94%, rgba(25, 4, 51, 0) 45.63%, rgba(25, 4, 51, 0.9) 86.74%);
  border-radius: 40px;
}

.banner-item__img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center

}

.banner-item__title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .44);
    margin-bottom: 4px;
    color: #fff;
    overflow: hidden;
}


    .banner-item__title {
        font-family: Damion-Regular;
        margin-bottom: 16px !important;
        font-size: 34px ;
        line-height: 57px;
        margin-bottom: 24px;
        color: #ED9135;
        text-shadow: 0px 0px 15px rgba(232, 102, 29, 0.6);
    }

.banner-item__text {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .44);
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    max-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis
}


    .banner-item__text {
        font-family:Goblin One;
        font-size: 34px;
        line-height: 49px;
        max-height: 147px;
        font-weight: 700;
        max-width: 668px;
    }

.banner-item__button {
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis
}


.banner-item__button {
    border-radius: 24px;
    overflow: visible;
    overflow: initial;
    white-space: normal;
    max-width: none;
    text-overflow: clip;
    border-radius: 24px;
    padding: 20px, 24px, 20px, 24px;
    box-shadow: 0px 0px 20px #f8e800;
    margin-bottom: 48px;
    font-family: Signika;
    font-size: 30px;
    background: #f8e800;
}
.banner-item__button:hover{
    background: #f8e800; 
}
.banners-item__container {
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
    z-index: 20;
}

.banners-item__container--right {
    right: 0;
    padding-right: 16px
}

.banners-item__container--left {
    left: 0;
    text-align: left;
    padding-left: 48px;
    width: 60%
}

.banners-item__container--center, .banners-item__container--center_bottom {
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    align-items: center;
    width: 50%
}

.banners-item__container--center_bottom {
    top: -10%;
    justify-content: flex-end
}

.banners-item__container--custom {
    left: 0;
    text-align: left;
    padding-left: 16px;
    width: 100%
}

.banners-item__container--custom .banner-item__button {
    position: absolute;
    bottom: 14px
}



    .banners-item__container--custom .banner-item__button {
        bottom: 48px;
        left: 70px
    }

.banner-item__wrapper {
    margin-bottom: 24px;
}

.banners__list {
    border-radius: 8px
}



    .banners__list {
        width: 96%;
    }
.ico_prize {
  margin-right: 11px;
}
.banners__list.swiper-container {
    z-index: 0
}

.banners__list {
    position: relative;
    margin: 0 auto
}

.banners__list .swiper-pagination {
    position: absolute;
    margin-top: 10px
}

.banners__list .swiper-pagination-bullet-custom {
    width: 32px;
    height: 4px;
    opacity: .7;
    border-radius: 2px;
    background-color: #fff;
    outline: none
}

.banners__list .swiper-pagination-bullet-custom.swiper-pagination-bullet {
    margin: 0 6px
}

.banners__list .swiper-pagination-bullet-active {
    background: #ED9135;
    box-shadow: 0px 0px 15px rgba(232, 102, 29, 0.6)
}

.soft-title{
    margin-top: 48px;
}

.select, .select__item {
    position: relative
}

.select__item {
   border-radius: 16px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
box-shadow: none;
color: #3D2590;
background-color: #fff;
font-size: 20px;
padding: 8px 16px;
line-height: 41px;
width: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGZpbGw9IiM1QzVDNjYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE5LjA3MSAxMEwxMiAxNy4wNzFsLTEuNDE0LTEuNDE0IDcuMDctNy4wNzFMMTkuMDcyIDEwek02LjM0MyA4LjU4Nmw3LjA3MSA3LjA3TDEyIDE3LjA3MiA0LjkyOSAxMGwxLjQxNC0xLjQxNHoiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: right 12px top 50%;
    background-color: white;
    border: 1px solid #E0E0F6;
}

.select__item:focus {
    color: #191518;
    outline: none
}

.select__item:disabled {
    background: #eeeffa;
    border-color: #dbdcee;
    cursor: not-allowed
}

.select__item--error {
    border-color: #c90726
}

.select__item.select__item--error + .select__label {
    color: #c90726
}

.select__item + .select__label {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #5c5c66;
    transition: all .3s
}

.select__item + .select__label--focus {
    top: 20px;
    left: 18px;
    font-size: 12px
}

.select__error {
    font-size: 12px;
    line-height: 16px;
    color: #c90726;
    margin-top: 8px
}

.textarea {
    color: #3D2590;
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    background-color: #fff;
    border: 2px solid #dbdcee;
    border-radius: 8px;
    padding: 20px 16px;
    resize: none
}

.support {
    margin-top: 32px;
    margin-bottom: 48px
}


    .support {
        margin-top: 48px;
        margin-bottom: 120px
    }

.support__title {
    margin-bottom: 12px
}

.support__info {
    margin-bottom: 24px
}

.support__text {
    color: white;
    font-size: 14px;
    line-height: 24px
}


    .support__text {
        font-size: 16px
    }

.support__text:last-child {
    margin-bottom: 0
}

.support__btn {
    width: 100%;
    margin-bottom: 32px
}
.support__btn-item {
    margin-bottom: 12px;
    width: 100%
}

.support__btn-item:last-child {
    margin-bottom: 0
}

.support__notice {
    margin-bottom: 16px
}

.support__notice-text {
    color: #eeeffa;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700
}

.noticeAnim-enter {
    opacity: 0;
    transition: opacity .6s
}

.noticeAnim-enter-to {
    opacity: 1;
    transition: opacity .6s
}

.support__contacts {
    list-style: none;
    margin: 0 0 32px;
    padding: 0
}


    .support__contacts {
        width: 100%;
        margin-bottom: 42px;
        display: flex;
    }

.support__contacts-item {
    display: flex;
    align-items: center;
    background: #E0E0F6;
    border-radius: 8px;
    padding: 12px;
    position: relative;
    margin-right: 24px;
}

.support__contacts-item:last-child {
    margin-bottom: 0
}


    .support__contacts-item {
       width: 100%;
    }

.support__contacts-item-info {
    margin-left: 22px
}


.support__contacts-item-title {
    color: #191518;
    font-size: 16px;
    line-height: 22px
}

.support__link {
    color: #ED9135;
}

.support__link, .support__tel {
    font-size: 12px;
    line-height: 20px
}

.support__tel {
    color: #ED9135
}

.support__form {
    margin-bottom: 24px
}


.support__form_dates {
    margin-bottom: 12px
}


    .support__form_dates {
        width: 100%;
        margin-bottom: 0
    }

.support__form-item {
    margin-bottom: 12px
}

.support__form-item:last-child {
    margin-bottom: 0
}

.support__form-textarea {
    width: 100%;
    min-height: 140px
}


    .support__form-textarea {
    width: 100%;
    max-height: 59px;
    margin-top: 12px;
    background-color: white;
    border: 1px solid #E0E0F6;
    }

.tournament-status {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 6px 10px 6px 8px
}


    .tournament-status {
        padding: 8px 16px
    }

.tournament-status--tournaments-list {
    border-radius: 8px 0 0 8px
}

.tournament-status--active {
    background-color: #0bc13e
}

.tournament-status--soon {
    background-color: #c90726
}

.tournament-status--finished {
    background: #CAC0FA;
    border-radius: 0px 16px 16px 0px;
}

.tournament-status__icon {
    margin-right: 6px
}

.tournament-status__text {
    font-family: Signika;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: white;
}

.tournament-status__Attivo{
    background: #ED9135;
}
.tournament-status__Soon{
    background: #D4483E;
}


.tournament-avatar {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    position: relative;
    margin-right: 26px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGNvbG9yPSJibHVlIiB2aWV3Qm94PSIwIDAgMjIgMTgiIGZpbGw9ImJsdWUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIgMTZWMTMuOTM4QzE2LjAwMDEgMTMuNDMzNiAxOC45OTk5IDEwLjAzMTcgMTkgNlYwSDNWNkMzLjAwMDA3IDEwLjAzMTcgNS45OTk5NCAxMy40MzM2IDEwIDEzLjkzOFYxNkg1VjE4SDE3VjE2SDEyWk01IDZWMkgxN1Y2QzE3IDkuMzEzNzEgMTQuMzEzNyAxMiAxMSAxMkM3LjY4NjI5IDEyIDUgOS4zMTM3MSA1IDZaTTAgMkgyVjZIMFYyWk0yMiAySDIwVjZIMjJWMloiIGZpbGw9IiNkYmRjZWUiLz4KPC9zdmc+Cg==) no-repeat 50% 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.tournament-avatar--large {
    width: 92px;
    height: 92px
}

.tournament-avatar--large .tournament-avatar__winner-place {
    width: 24px;
    height: 24px;
    font-size: 20px;
    line-height: 20px
}

.tournament-avatar--large .tournament-avatar__winner-place--winners {
    top: auto;
    bottom: 0;
    min-width: auto;
    width: auto
}


    .tournament-avatar {
        margin-right: 16px
    }

.tournament-avatar img {
    width: 44px;
    border-radius: 100%
}

.tournament-avatar--winners {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAxNlYxMy45MzhDMTYuMDAwMSAxMy40MzM2IDE4Ljk5OTkgMTAuMDMxNyAxOSA2VjBIM1Y2QzMuMDAwMDcgMTAuMDMxNyA1Ljk5OTk0IDEzLjQzMzYgMTAgMTMuOTM4VjE2SDVWMThIMTdWMTZIMTJaTTUgNlYySDE3VjZDMTcgOS4zMTM3MSAxNC4zMTM3IDEyIDExIDEyQzcuNjg2MjkgMTIgNSA5LjMxMzcxIDUgNlpNMCAySDJWNkgwVjJaTTIyIDJIMjBWNkgyMlYyWiIgZmlsbD0iI0VFRUZGQSIvPgo8L3N2Zz4K) no-repeat 50% 50%, linear-gradient(45deg, #a64cb7, #8855d5);
    border: none
}

.tournament-avatar--winners img {
    box-shadow: inset 0 0 1px 0 #21093c, 0 0 1px 0 #21093c;
    width: 100%;
    height: 100%
}

.tournament-avatar__winner-place {
    display: block;
    min-width: 52px;
    position: absolute;
    top: 40px;
    z-index: 1;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: 700;
    color: #191518;
    border-radius: 16px;
    background-color: #ffc03c;
    white-space: nowrap;
    text-align: center
}

.tournament-winners-list {
    min-width: 244px;
    margin: 0;
    padding: 0 16px;
    list-style: none
}

.tournament-winners-list--large .tournament-winners-list__item {
    margin-bottom: 16px;
    border-radius: 16px;
    padding: 24px;
    justify-content: flex-start;
    text-overflow: ellipsis
}

.tournament-winners-list--large .tournament-winners-list__sum {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #E0E0F6;

}

.tournament-winners-list--large .tournament-winners-list__nickname, .tournament-winners-list--large .tournament-winners-list__place {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #ED9135;
}

.tournament-winners-list__item {
    background: #7E72DB;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(92, 92, 102, .3)
}

.tournament-winners-list__item:last-child {
    border-bottom: none
}


    .tournament-winners-list__item {
        justify-content: center;
        min-width: 33.33%;
        border-bottom: none;
        margin: 0;
        position: relative
    }

    .tournament-winners-list__item:not(:last-child):after {
        content: "";
        position: absolute;
        width: 1px;
        height: 54px;
        right: 0;
        background-color: rgba(92, 92, 102, .3)
    }

.tournament-winners-list__info {
    display: flex;
    flex-direction: column;
    text-align: left
}

.tournament-winners-list__sum {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #fff
}

.tournament-winners-list__nickname {
    color: #c90726;
    font-size: 12px;
    line-height: 16px
}

.tournament-winners-list__place {
    color: #dbdcee;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400
}

.tournaments-item {
    border-radius: 8px;
    overflow: hidden
}

.tournaments-item--active {
    margin-bottom: 16px
}


    .tournaments-item--active {
        display: block;
        width: 100%;
        max-height: 184px
    }


    .tournaments-item--active .tournaments-item__bg {
        width: auto
    }


    .tournaments-item--active .tournaments__link {
        flex-direction: row
    }


    .tournaments-item--active .tournaments-item__wrapper-content {
        min-height: 184px
    }

.tournaments-item--active .tournaments-item__name {
    text-align: right
}


    .tournaments-item--active .tournaments-item__name {
        font-size: 16px;
        line-height: 22px
    }


    .tournaments-item--active .tournaments-item__sum {
        font-size: 24px;
        line-height: 33px
    }


    .tournaments-item--active .tournaments-item__list {
        display: none
    }


    .tournaments-item--active .tournaments-item__content {
        max-height: 184px
    }


    .tournaments-item--page .tournaments-item__bg {
        width: 100%
    }


    .tournaments-item--page .tournaments-item__content {
        display: none
    }

.tournaments__link {
    display: block
}

.tournaments-item__bg {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    height: 379px;
    border-radius: 30px;
}


.tournaments-item__wrapper-content {
    position: relative;
    background: #7E72DB;
}

    .tournaments-item__wrapper-content {
        min-height: 320px;
        border-radius: 30px 30px 0px 0px;
        background: #000000;
    }

.tournaments-item__content {
    position: absolute;
    display: flex;
    z-index: 2;
    height: 100%;
    top: 0
}


    .tournaments-item__content {
        width: 100%;
        flex-direction: column;
        justify-content: space-between
    }

.tournament-item__description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0
}


    .tournament-item__description {
        height: 100%
    }

.tournaments-item__info {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 30px;
    margin-top: 64px;
}

.tournament-item__description .promo-timer{
    margin-top: 16px;
    color: white;
    background: #D4483E;
    border-radius: 24px;
    margin-left: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    font-family: "Signika";
}

.tournaments-item__name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: right;
    max-width: 240px
}


    .tournaments-item__name {
        font-family: 'Signika';
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        max-width: 400px;

    }

.tournaments-item__sum {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700
}


    .tournaments-item__sum {
    font-family: 'Goblin One';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    }

.tournaments-item__list {
    background: #7E72DB;
    min-width: 244px;
    z-index: 2;
    flex-shrink: 0;
    display: flex;
}


    .tournaments-item__list {
        flex-direction: row
    }

.tournaments {
    margin-top: 24px;
    text-align: center;
}

.tournaments__title {
    margin-bottom: 25px;
    color:white;
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
}

.tournaments__list {
    list-style: none;
    padding: 0;
    margin: 0 auto
}


    .tournaments__list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between
    }


.tournament__list-item {
    margin-bottom: 16px;
    border-radius: 8px;
    transition: all .2s ease;
    overflow: hidden
}

.tournament__list-item:hover {
    transform: scale(1.02)
}

.tournament__list-item:last-child {
    margin-bottom: 0
}


    .tournament__list-item {
        width: 49%;
        margin-bottom: 28px;
        border-radius: 30px;
    }

    .tournament__list-item:last-child {
        margin-bottom: 28px
    }

.tournament__list-item--finished {
    opacity: .5
}

.tournament__list-item--finished:hover {
    opacity: .7
}

.tournament__list-item:hover {
    box-shadow: 0 4px 16px rgba(140, 141, 163, .8)
}

.tournaments__btn {
    display: block;
    margin: 24px auto 0;
    width: 100%
}

.tournaments__loader {
    margin: 20% auto
}

.tournaments__btn-loader {
    margin: 0 auto
}
    

.promocode-form__notice {
    display: flex;
    margin-bottom: 32px;
    padding: 12px;
    align-items: center
}


    .promocode-form__notice {
        margin-bottom: 40px
    }

.promocode-form__notice-img {
    margin-right: 8px
}

.promocode-form__notice-text {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700
}

.promocode-form__wrapper {
    position: relative;
    padding: 24px 12px;
    border-radius: 8px;
    background-image: url(../bimage/promo/background-mobile.png), linear-gradient(180deg, #3d0f71, #220641);
    background-size: cover
}


    .promocode-form__wrapper {
        padding: 32px 0;
        background: #7E72DB;
    }


    .promocode-form__container {
        max-width: 690px;
        margin: 0 auto
    }

.promocode-form__title {
    width: 100%;
    color: #fff
}

.promocode-form__input, .promocode-form__title {
    position: relative;
    margin-bottom: 16px
}


    .promocode-form__input {
        width: 453px
    }

.promocode-form__btn {
    position: relative;
    width: 100%;
    padding: 16px 12px;
    font-size: 16px
}

.promocode-form__left-ticket {
    position: absolute;
    bottom: -17px;
    left: -17px;
    pointer-events: none
}


    .promocode-form__left-ticket {
        bottom: -40px;
        left: 40px
    }

.promocode-form__right-ticket {
    position: absolute;
    top: -22px;
    right: -17px;
    pointer-events: none
}


    .promocode-form__right-ticket {
        top: -40px;
        right: 25px
    }

.offers {
    margin-top: 12px;
    margin-bottom: 48px
}

.offers__title {
    margin-bottom: 16px
}

.offers__promocode-form {
    margin-bottom: 24px
}


    .offers__promocode-form {
        margin-bottom: 56px
    }

.offers__list {
    padding: 0;
    list-style: none
}
.offers__list-item {
    margin-bottom: 24px
}


    .offers__list-item {
        width: 448px;
        margin-right: 28px;
        margin-bottom: 26px
    }

.offers__btn {
    width: 100%;
    display: block
}

.offers__loader {
    margin: 0 auto 40px
}

.accordion {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    border: 2px solid transparent;
    transition: border .3s, box-shadow .3s;
    cursor: pointer
}

.accordion--show-body {
    border: 2px solid #0bc13e
}

.accordion--show-body .accordion__header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion__header {
    display: flex;
    align-items: center;
    border-radius: 8px;
    transition: .2s;
    padding: 6px 16px
}



    .accordion__header {
        font-size: 26px;
        line-height: 44px
    }

.accordion__arrow {
    margin-left: auto
}

.accordion__body {
    font-size: 12px;
    line-height: 28px;
    overflow: hidden;
    transition: .3s ease-out;
    color: black;
}
.accordion__header{
    color: black;
}

.accordion__body-inner {
    word-wrap: break-word;
    padding: 0 16px 24px
}

.faq {
    margin-top: 32px;
    margin-bottom: 48px
}



    .faq {
        margin-top: 48px;
        margin-bottom: 120px
    }


    .faq__text-wrapper {
        width: 1144px
    }

.faq__title {
    margin-bottom: 24px
}


    .faq__title {
        margin-bottom: 40px
    }

.faq__title:last-child {
    margin-bottom: 0
}

.faq__section {
    border-bottom: 1px dotted rgba(102, 99, 101, .5);
    padding-bottom: 24px;
    margin-bottom: 24px
}


    .faq__section {
        padding-bottom: 40px;
        margin-bottom: 32px
    }

.faq__section:last-child {
    border-bottom: none
}

.faq__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.faq__list-item {
    margin-bottom: 8px
}

.faq__list-item:last-child {
    margin-bottom: 0
}

.faq__accordion-title {
    margin-right: 20px
}

.faq__link {
    text-decoration: underline;
    color: inherit
}

.fag__img {
    max-width: 80%;
    margin: 10px auto
}

.fag__block_img {
    width: 100%;
    text-align: center
}

.fag__block_text {
    margin-bottom: 20px
}
.btn--accent{
    background: #f8e800;
    box-shadow: 0px 0px 12px #f8e800;
    border-radius: 57.4144px;
    color: black;
}
.game__iframe {
    width: 98vw;
    margin: 0 auto;
    height: 100vh;
    border: none
}


    .game__iframe {
        height: calc(100vh - 99px)
    }


    .game__iframe--demo {
        height: calc(100vh - 123px)
    }

.tabs__pane {
    display: none;
}

.tabs__pane_show {
    display: block;
}


.about__info {
    margin-bottom: 64px
}

.about__title {
    padding-bottom: 24px;
    padding-top: 32px
}

.about__text {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
    color: #191518
}


    .about__text {
        font-size: 16px;
        line-height: 30px
    }

.about__text:last-child {
    margin-bottom: 0
}

.about__text--line {
    border-top: 1px dotted rgba(102, 99, 101, .5);
    padding: 16px 0
}

.about__img {
    display: block
}

.security {
    margin-top: 32px;
    margin-bottom: 48px
}


    .security__text-wrapper {
        width: 1144px
    }

.security__text, .security__title {
    margin-bottom: 24px
}

.security__text {
    color: #191518;
    font-size: 12px;
    line-height: 20px
}

.security__text--bold {
    font-weight: 700
}


    .security__text {
        font-size: 16px;
        line-height: 28px
    }

.rules {
    margin-top: 32px;
    margin-bottom: 48px
}


    .rules__text-wrapper {
        width: 1144px
    }

.rules__title {
    margin-bottom: 24px
}


    .rules__title {
        margin-bottom: 40px
    }

.rules__text {
    color: #191518;
    font-size: 12px;
    line-height: 28px;
    padding-bottom: 24px;
    margin-bottom: 48px;
    border-bottom: 1px dotted rgba(102, 99, 101, .4)
}

.rules__list {
    padding: 0;
    margin: 0;
    counter-reset: list1
}

.rules__header-text:before {
    content: counter(list1) ".";
    counter-increment: list1;
    padding-right: 10px
}

.rules__list-item {
    list-style-type: none;
    position: relative;
    margin-bottom: 8px
}

.rules__list-item:last-child {
    margin-bottom: 0
}

.rules__list-content {
    padding: 0 16px 24px 0;
    margin: 0;
    list-style: none;
    counter-reset: list1
}

.rules__text-tab {
    margin-bottom: 16px
}

.rules__list-content-item:before {
    content: counter(list1) ".";
    counter-increment: list1
}

.tournament__winner {
    margin-bottom: 8px;
    border-radius: 8px;
    background-color: #fff;
    padding: 8px 12px 8px 8px;
    display: flex;
    align-items: center
}

.tournament__winner--top .tournament__winner-info, .tournament__winner--top .tournament__winner-info span, .tournament__winner--top .tournament__winner-name {
    color: #fff
}

.tournament__winner--top .tournament__winner-prize {
    color: #fff
}


.tournament__winner-name {
    font-size: 16px;
    color: #c90726;
    font-weight: 400;
    margin-bottom: 6px;
    display: inline-block
}


.tournament__winner-info {
    margin: 0;
    font-size: 12px;
    color: #5c5c66
}

.tournament__winner-info span {
    color: #000
}

.tournament__winner-prize {
    margin-left: auto;
    font-size: 16px;
    font-weight: 700;
    color: #21093c
}

.tournament {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

    .tournament__info{
        background: #000000;
        margin-left: -18px;
        width: 100%;
        border-radius: 0px 0px 20px 20px;
        padding-bottom: 24px;
    }
    .tournament {
        flex-direction: row
    }

.tournament__header {
    border-radius: 0;
    width: calc(100% + 36px);
    margin-left: -18px;
    margin-bottom: 0px
}


    .tournament__header {
        width: 100%
    }

.tournament__img-wrapper {
    margin: 0 -18px;
    overflow: hidden;
    position: relative
}

.tournament__img {
    height: 174px;
    display: block
}

.tournament__content {
    margin-bottom: 24px;
    width: 100%
}


    .tournament__content {
        width: 66.14%
    }

.tournament__info-icon {
    border: 2px solid #ca0726;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px
}

.tournament__info-title {
    font-size: 12px;
    margin: 0 0 5px
}

.tournament__info-text {
    font-size: 16px;
    margin: 0;
    color: #ca0726
}

.tournaments__loader {
    margin: 20% auto
}

.tournament__table {
    margin-bottom: 24px;
    padding-bottom: 32px
}

.tournament__title-active-tournament {
    margin-bottom: 16px
}


    .tournament__title-active-tournament {
        display: none
    }


    .tournament__aside {
        display: block;
        width: 32%
    }

.tournament__aside-winners {
    margin-bottom: 48px;
    display: none
}


    .tournament__aside-winners {
        display: block
    }


    .tournament__aside-active-tournament {
        background: #dbdcee;
        border-radius: 16px;
        padding: 32px 24px
    }

.tournament__active-tournament-title {
    display: none
}


    .tournament__active-tournament-title {
        display: block;
        margin-bottom: 24px
    }

.tournament__aside-tournament-btn {
    display: block;
    margin: 24px auto 0
}

.tournament__user-place {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dce4ec
}


.tournament__title {
    display: flex;
    justify-content: space-between;
}

.tournament__info-item {
    display: flex;
    align-items: center;
    margin-right: 10px
}
    .title--h2{
        font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    }
.tournament__text {
    font-family: 'Signika';
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    word-break: break-word;
    margin-left: 24px;
    color: #3D2590;
    line-height: 32px
}

.after_tournament__text{
    margin-top: 24px;
    display: flex;
    align-items: center;
    margin-left: 24px;
}
.btn_tournament{
    
}

.btn_tournament a{
    background: #ED9135;
    box-shadow: 0px 0px 15px rgba(232, 102, 29, 0.6);
    border-radius: 24px;
    padding: 20px 24px;
    font-weight: 600;
    font-size: 30px;
    font-family: 'Signika';
    color: white;
}
.best{
    color: #7E72DB;
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    margin-left: 32px;
    flex-shrink: 0;
}

.green_block{
    display: flex;
    margin: 0px 24px;
    margin-top: 50px;
    border: 1px solid #8DC640;
    background: white;
    padding: 12px 24px;
    border-radius: 16px;
}
.green_text{
    font-family: Signika;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #000;
}

.money_tounament{
    font-family: 'Goblin One';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 48px;
    color: #ED9135;
    justify-self: end;
    width: -moz-available;
    text-align: right;
    margin-right: 24px;
}

.tournament__button {
    margin-bottom: 16px;
    width: 100%
}

.tournament__notice {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 16px;
    font-weight: 700
}

.tournament-notice-wrapper {
    margin-left: 12px
}

.tournament-notice-text:not(:last-child) {
    margin-bottom: 10px
}

.tournament__label {
    color: #5c5c66;
    text-align: center;
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 16px
}

.tournament__sum {
    display: none;
    color: #c90726;
    font-size: 36px;
    font-weight: 700
}

.tournament__winner {
    margin-bottom: 8px;
    border-radius: 8px;
    background-color: #fff;
    padding: 8px 12px 8px 8px;
    display: flex;
    align-items: center
}

    .tournament__winner-content{
        display: flex;
        width: -moz-available;

    }
    .tournament__winner-info{
        text-align: center;
    }

.tournament__winner--top {
    background: linear-gradient(68.35deg, #654DB7 -13.76%, #D6355B 67.83%, #ED9135 151.14%);
    color: #fff;
    margin-bottom: 12px
}
 .grounded{
    background: #E0E0F6;
}
.grounded .tournament__winner-name, .grounded .tournament__winner-info, .grounded .tournament__winner-prize, .grounded .tournament__winner-info span{
    color: #7E72DB;
}
.tournament__winner--top:nth-child(3) {
    margin-bottom: 12px;
    position: relative
}

.tournament__title-table {
    margin-bottom: 15px
}

.tournament__winner-name {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #F7F4FC;
    min-width: 200px;
}

.tournament__winner-info {
    margin: 0 auto;
    position: static;
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #E0E0F6;
    align-self: center;
}


.tournament__winner-prize {
    margin-left: auto;
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #F7F4FC;

}

.tournament__more {
    margin-top: 16px;
    width: 100%
}

.offer {
    background: #F7F4FC;
    min-height: 100%;
    width: 100%;
    position: absolute;
     border-radius: 24px;
}


    .offer {
        width: 724px;
        margin-top: 50px;
        margin-bottom: 120px
    }

.offer__desc-wrapper {
    padding: 0 18px
}


    .offer__desc-wrapper {
        padding: 0 28px
    }

.offer__notice {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 42px
}

.offer__notice-text {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #eeeffa;
    margin-left: 12px
}

.offer__close {
    position: absolute;
    top: 20px;
    right: 20px
}



    .offer__close {
        top: 20px;
        right: -55px
    }

.offer__rules-title {
    margin-bottom: 16px
}


    .offer__rules-title {
        margin-bottom: 20px
    }

.offer__rules-text {
    color: #5c5c66;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 36px;
    padding-bottom: 45px;
    margin-bottom: 0px;
}


    .offer__rules-text {
        font-size: 16px;
        line-height: 26px;
    }

.offer__loader {
    margin: auto
}

.menu {
    background: #34184f;
    width: 100%;
    padding: 32px 18px;
    min-height: 100%;
    overflow: auto
}

.menu--auth {
    padding-top: 16px
}

.menu__wrapper {
    display: flex;
    width: 100%;
    opacity: 1;
    flex-direction: column
}

.menu__profile-info {
    display: block;
    margin-bottom: 18px
}

.menu__control {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0 0 14px
}

.menu__control-item {
    margin-right: 16px
}

.menu__control-item:last-child {
    margin-right: 0
}

.menu__control-btn {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 700
}

.menu__control-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.menu__navigation {
    list-style: none;
    padding: 0;
    margin: 0
}

.menu__navigation-item {
    margin-bottom: 38px
}

.menu__navigation-link {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff
}

.menu__navigation-icon {
    margin-right: 17px
}
.dop-css{
    background: #D4483E;
    box-shadow: 0px 0px 20px #D4483E;
    border-radius: 16px;
}
.promo__description__text{
    font-family: Signika;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.menu__close-btn {
    border: none;
    background: none;
    position: fixed;
    outline: none;
    z-index: 1;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px
}

.menu__auth-item {
    margin-right: 16px
}

.menu__auth-item:last-child {
    margin-right: 0
}

.menu-enter-active, .menu-leave-active {
    transition: opacity .3s
}

.menu-enter, .menu-leave-active {
    opacity: 0
}

.menu-enter .menu__close-btn, .menu-leave-active .menu__close-btn {
    display: none
}
.bonus_offer_blocks{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid #D8DCDD;
}
.bonus_offer_blocks:last-child{
    border-bottom: 0px;
}
.deposite_bonus_items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Cashback_item{
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    color: #190433;
    margin-top: 8px;
    margin-bottom: 24px;
}
.obten_btn{
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    color: #F7F4FC;
    background: #ED9135;
    box-shadow: 0px 0px 15px rgba(232, 102, 29, 0.6);
    border-radius: 16px;
    width: 95%;
    padding: 24px 0px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 24px;

}

.warning_img {
  margin-left: 24px;
}
.warning_text {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #190433;
    margin-right: 24px;
    margin-left: 12px;
}
.abount_bonus{
    color: white;
    margin: 24px 24px;
    font-family: 'Signika';

}
.warning_block{
    display: flex;
    background: #FFE9D4;
    box-shadow: 0px 0px 20px #D4483E;
    border-radius: 16px;
    width:  95%;
    margin: 0 auto;
    align-items: center;
    margin-top: 24px;
    padding: 12px 0;
}
.abount_bonus .abount_bonus{
    padding: 0;
    margin: 0;
}
.deposito_item {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #7E72DB;
}
.deposito_bonus_item {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #3D2590;
}
.deposito_free_item {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #3D2590;
  margin-top: 8px;
}


.mob-menu {
    display: none;
}
.mob-menu.show {
    display: block;
}
.home-content * {
    color: #e6e6e6;

}
.home-content p {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.7;
}

.single-seo {
    background: #141c2d;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
}
.home-content a {
    color: #e6e6e6;
    text-decoration: underline;
}
.home-content * {
    color: #e6e6e6;

}
.home-content p {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.7;
}

.single-seo {
    background: #141c2d;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
}
.home-content a {
    color: #e6e6e6;
    text-decoration: underline;
}
.input__item + .input__text {
    top: 20px;
    left: 18px;
    font-size: 12px;
}
.promocode-form__input {
    display: flex;
    gap: 10px;
    width: auto;
    margin: 0;
    padding-right: 10px;
    flex: 1;
}
.input--info{
    width: 100%;
}
.promocode-form__container {
    max-width: 860px;
}
.promo__image {
    height: 60px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
}
.single__offers__list__new{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.single__offer-item_new{
    width: 49%;
    height: auto;
    border-radius: 30px;
    margin-bottom: 32px;
}
.single__offer-item_new:nth-child(2n+1){
        margin-right: 20px;
}
.offer-item__bottom-content_new{
    position: absolute;   
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    top: 0;
    margin-left: 32px;
}
.offer-item__link_new {
  display: block;
  position: inherit;
  background: #000;
border-radius: 32px 32px 0px 0px;
}
.bonuses_text{
    padding-top: 16px;
}
.input__item{
    color: #3D2590;
    font-family: 'Signika';
font-style: normal;
font-weight: 400;
font-size: 20px;

}
.bonuses_text {
    background: #E0E0F6;
    padding: 0px 32px;
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: white;

}
.bonuses_text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.btns_block{
    background: #000;
    padding: 40px;
    border-radius: 0px 0px 30px 30px;
    position: relative;
}
.first_btn{
    background: #ED9135;
    box-shadow: 0px 0px 15px rgba(232, 102, 29, 0.6);
    border-radius: 24px;
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    padding: 20px;
    color: white;
    margin-right: 16px;

}
.bonuses_text {
   background: #000;
   padding-top: 5px;
}
.round_btn{
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    background: #7E72DB;
    border-radius: 24px;
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    padding: 20px;
    color: white;
}
.flex-top{
    display: flex;
    margin-top: 32px;
}
.offer-item__name_new{
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #F7F4FC;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    background: #ED9135;
    border-radius: 16px;
    padding: 10px;
}
.single__offer-item_new{
    position: relative;
}
.offer-item__amount_new{
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #F7F4FC;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    margin-left: 32px;
    background: #D4483E;
    border-radius: 16px;
    padding: 10px;
}
.bg_color_offers{
    background: linear-gradient(180deg, rgba(52, 35, 109, 0) 55.05%, rgba(52, 35, 109, 0.760417) 82.67%, #34236D 100%);
border-radius: 32px;
position: absolute;
height: 100%;
z-index: 2;
width: 100%;
}
.name_bonuses{
    margin-bottom: 32px;
    font-family: Signika;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    color:#F7F4FC;
    position: relative;
    z-index: 4;
}
.promocode-form__container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
.offer-item__image_new{
    width: 100%;
    height: 300px;
    border-radius: 30px;
}
.promocode-form__btn {
    width: 100px;
}
.promo_att{
    margin-right: 10px;
}
.promo__description {
    display: flex;
    color: #fff;
    width: 100%;
    line-height: 1.2;
    margin-top: 20px;
    font-size: 14px;
    text-align: justify;
}

    .offers__promocode-form {
        margin-bottom: 25px;
    }

.offers .offer__content {
    padding: 20px 30px;
    border-radius: 10px;
    line-height: 1.4;
    text-align: justify;
    margin-bottom: 20px;
}
.single__offers__list {
    display: flex;
    padding: 0;
    gap: 20px;
    justify-content: flex-start;
    list-style: none;
    margin-bottom: 40px;
}
.single__offer-item {
    height: 300px;
    position: relative;
}
.offer-item__link {
    height: 300px;
}
.offer-item__image {
    height: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}
.offer-item__bottom-content {
    position: absolute;
    top: auto;
    bottom: 0;
    color: #fff;
    line-height: 16px;
    font-size: 16px;
    right: 10px;
    left: 10px;
    z-index: 2;
}
.offer-item__link::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(25, 21, 24, .0001) .28%, rgba(25, 21, 24, .0001) 45.03%, #191518 84.89%, #191518 99.47%);
    top: 0;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 0 0 10px 10px;
}
.offer-item__name {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
}
.offer-item__amount {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #ead507
}
.casino-logo {
    position: absolute;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 85px;
}
.casino-logo::after {
    content: "";
    background: linear-gradient(0deg, rgba(33, 9, 60, 0), #21093c);
    width: 100%;
    position: absolute;
    height: 100%;
    top: -20px;
}
.casino-logo__image {
    z-index: 2;
}

.offers__list .offers__list-item .btn--motivation {
    background: linear-gradient(45deg, #A64CB7 0%, #8855D5 100%);
    color: #fff;
}
.offers .offer__content h1,
.offers .offer__content h2,
.offers .offer__content h3,
.offers .offer__content h4,
.offers .offer__content h5 {
    text-align: left !important;
}

    .prom .single__offer-item {
        height: 355px;
    }

.apps-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.app-item {
    max-width: 440px;
    width: 100%;
    background: #21093C;
    font-family: Arial, serif;
    font-style: normal;
    font-weight: normal;
    color: #fff;
}

.app-item__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 12px;
}

.app-item__container>* {
    margin-bottom: 24px;
}

.short-name__container {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
}

.review__container{
    width: 100%;
}

.app-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 22px 160px;
    background: linear-gradient(45deg, #A64CB7 0%, #8855D5 100%);
    border-radius: 8px;
    width: 100%;
    font-weight: bold;
    color: #fff;
    line-height: 23px;
    font-size: 20px;
}

.app-bonus__image img {
    border-radius: 8px;
}

.app-bonuses__container {
    width: 100%;
    padding: 3.5px;
    display: flex;
    flex-direction: column;
    min-height: 250px;
    justify-content: space-between;
}

.app-bonuses__container ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 49px;
    font-size: 20px;
    line-height: 23px;
    justify-content: space-between;
}

.app-bonuses__container ul li {
    position: relative;
    margin-bottom: 16px;
}

.app-bonuses__container ul li:before {
    content: ' ';
    background-image: url('../bimage/green-mark.png');
    width: 24px;
    height: 24px;
    position: absolute;
    left: -34px;
}


.apps-content p img {
/*    float: left;*/
    margin-right: 39px;
/*    padding-bottom: 6%;*/
/*    padding-top: 4%;*/
/*    height: 100%;*/
}

.apps-content p {
    display: flex;
    align-items: center;
}

.top-casino ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    width: 945px;
}

.left-block {
    max-width: 236px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #21093C;
    padding: 61.5px 16px 10px 16px;
    margin-right: 24px;
}


.left-block .app-btn {
    padding: 20.5px 58px;
    font-size: 20px;
    line-height: 23px;
}

.top-casino__item:not(:last-child) {
    margin-bottom: 24px;
}

.top-casino__link {
    color: #8855D5;
    font-family: Poppins, serif;
    font-weight: 100;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    text-decoration: underline;
}
.left-block>* {
    margin-bottom: 16px;
}

.right-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    background: #DBDCEE;
    border-radius: 8px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 1;
    max-width: 682px;
    width: 100%;
}
.top-casino__item-container {
    display: flex;
}

span.top-casino-name {
    font-family: Arial, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 120%;
    /* or 43px */
    text-decoration-line: underline;
    color: #8855D5;
    /* margin: 0px 12px; */
    height: 43px;
}
.offers__title{
    font-family: Signika;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    color: white;

}

.offer-item__header .abount_bonus{
    color: #6443f4;
}
.except {
    font-family: Arial, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    color: #21093C;
    margin: 10px 0;
}

span.top-casino__like-title {
    font-family: Arial, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 120%;
    /* or 43px */
    color: #21093C;
}
.likes {
    padding-left: 32px !important;
}

.likes li {
    font-family: Arial, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    /* identical to box height */
    display: flex;
    align-items: center;
    color: #21093C;
    position: relative;
}

.likes li:not(:last-child) {
    margin-bottom: 10px;
}

.likes li:before {
    content: ' ';
    background-image: url('../bimage/green-mark.png');
    width: 24px;
    height: 24px;
    position: absolute;
    left: -34px;
}

.content-casino {
    display: flex;
    justify-content: space-between;
}

.content-page__container {
    background: #DBDCEE;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 20px;
}

.content-page {
    width: 30%;
    display: flex;
    padding: 16px 0;
}

.anchor {
    font-family: Arial, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    color: #8855d5;
    text-decoration: underline;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    margin-left: 10px;
}

.anchor:before {
    content: '*';
    width: 1px;
    height: 1px;
    position: absolute;
    left: -5px;
    top: 5px;
    color: #000;
}

.anchor-3 {
    font-size: 20px !important;
    margin-left: 20px !important;

}

.content-page__title {
    font-family: Arial, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 120%;
    color: #21093C;
    margin-bottom: 10px;
}

.pros, .cons {

    border-radius: 8px;
    padding: 16px;
    width: 49%;
}

@media screen and (max-width: 1440px){.page-404__wrapper {background-size: contain;
background-repeat: no-repeat;
}}

.pros {
    background: #DBEEE4;
}

.cons {
    background: #EEDBE4;
}

.pros-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.pros-list__item {
    font-family: Arial, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
    position: relative;
}

.pros-list__item::before {
    content: " ";
    height: 22px;
    background: url('../bimage/pros.svg');
    position: absolute;
    width: 22px;
    top: 0;
    left: -30px;
}



.cons-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.cons-list__item {
    font-family: Arial, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
    position: relative;
}

.cons-list__item::before {
    content: " ";
    height: 20px;
    background: url('../bimage/off_close.svg');
    position: absolute;
    width: 20px;
    top: 0;
    left: -30px;
}

.pros-and-cons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.offer__content.apps-content.apps-content__text-block {
    display: flex;
    /*align-items: center;*/
    flex-direction: column;
}

.offer__content.apps-content.apps-content__text-block>div {
    display: flex;
}

.offer__content.apps-content.apps-content__text-block>div>img {
    margin-right: 20px;
}

.input-search {
    width: 332px;
    height: 50px;
    border-radius: 8px;
}

#search {
    position: relative;
}

.btn-search {
    position: absolute;
    right: 7px;
    top: 8px;
    background: transparent;
    padding: 5px;
}

.search-container {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
}
.searching-results {
    display: none;
}
.searching-results:not(:empty) {
    display: block !important;
    position: absolute;
    top: 44px;
    z-index: 99;
    background: #fff;
    width: 100%;
    list-style: none;
    padding: 10px;
    border-radius: 8px;
}

.input-search:focus,
.input-search:active,
.input-search:focus-visible {
    outline: 2px solid #f8e800 !important;
}

.search-go {
    padding: 10px 20px;
    font-size: 15px;
}


.item>div {
    display: flex;
}
.item-search__result-about {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.item {
    padding: 6px;
}
.item-search__links {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.item-search__links a {
    padding: 10px 20px;
    font-size: 15px;
    background-color: #919191;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
}

.jackpots_blocks{
    display: flex;
}

.jackpot_block{
    width: 33%;
height: 538px;
text-align: center;
margin: 32px;
  margin-right: 32px;
margin-left: 0;
background: #E0E0F6;
border-radius: 32px;
}

.jackpot_img{
    width: 256px;
    height: 256px;
    margin-top: 31px;
}

.jackpot_title{
     margin-top:1px ;
    font-family: 'Signika';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 36px;
color: #190433;
}

.jackpot_money{
    margin-top:16px ;
    font-family: 'Goblin One';
font-style: normal;
font-weight: 400;
font-size: 34px;
line-height: 48px;
color: #ED9135;
}

.jackpot_text p{
    margin: 0 48px;
     margin-top:16px;
    font-family: 'Signika';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
color: #190433;
min-height: 56px;
}

.jackpot_time{
  background: #D4483E;
  border-radius: 16px;
  text-align: center;
  font-family: 'Signika';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #F7F4FC;
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
    margin-top: 20px;
    padding: 3px 15px;
}
.new_block{
    margin-top: 32px;
    width: fit-content;
}
.mobile-nav{
    display: none;
}
.unblock{
    display: none;
}
.footer__wrap{
      border-bottom: 1px solid rgba(85, 80, 191, .3);
}
.aside-mobile{
    display: none;
}
.mobile_winner_column{display: none;}
/* 992 */

@media screen and (max-width: 992px){
    .page-404__content {
  height: 560px;
}
    .page-404__btn {
  margin-top: 170%;
}
    .single__offer-item_new {
      width: 48.9%;
}   
.offer-item__name_new{
    font-size: 14px;
}
.name_bonuses{
    font-size: 26px;
}
.bonuses_text p {
        -webkit-line-clamp: 3;
}
.bonus_item .name_bonuses{
    font-size: 18px;
}
.round_btn{
    font-size: 20px;
}
.first_btn{
    font-size: 20px;
}
.offer-item__amount_new{
    padding: 6px;
}

    .tournaments-item__list{
        flex-direction: column;
        position: absolute;
        right: 0;
        min-width: fit-content;
    }
    .tournaments-item__wrapper-content {
        display: flex;
        min-height: auto;
    }
    .tournaments-item__list {
        height: 100%;
        justify-content: space-around;
    }
    .tournament-winners-list__item:not(:last-child)::after{
        background-color: inherit;
    }
    .tournament-winners-list--large .tournament-winners-list__item{
        margin: 0;
        border-radius: 0px;
        padding: 3px;
        padding: 24px 16px 18px 16px;
    }
    .tournament-winners-list__item:not(:last-child)::after {
          content: "";
          position: absolute;
          width: 90%;
          height: 1px;
          background-color: #CAC0FA;
          bottom: 0;
          left: inherit;
          right: inherit;
          opacity: 0.3;
}
    .tournament-winners-list--large .tournament-winners-list__sum{
        color: #F7F4FC;
    }
    .tournament__aside-winners{
        margin-bottom: 0px;
        border-radius: 0px 20px 20px 0px;
    }
    .tournament-winners-list--large .tournament-winners-list__item:first-child{
       border-radius: 0px 20px 0px 0px;
}
    .tournament-winners-list--large .tournament-winners-list__item:last-child{
        border-radius: 0px 0px 20px 0px;
    }
    .tournament-winners-list--large .tournament-winners-list__sum{
        font-size: 16px;
    }
    .tournament-winners-list--large .tournament-winners-list__nickname, .tournament-winners-list--large .tournament-winners-list__place{
        font-size: 18px;
    }
    .tournament-avatar--large {
         width: 56px;
         height: 56px;
}

.tournament-avatar--large .tournament-avatar__winner-place{
    font-size: 12px;
}
    .tournament__list-item {
          width: 100%;
    }
    .tournaments-item__bg{
        border-radius: 30px 0px 0px 30px;
    }
    .tournament-winners-list{
        padding: 0;
    }
    .tournaments-item__bg{
        height: 294px;
    }
    .banners-item{
        height: 430px;
    }
    .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    .swiper-pagination{
        right: 32px;
    }
    .nav-bar__item{
        width: 87px;
        height: 87px;
    }
    .header__user{
        margin-left: 0;
    }
    .btn--main{
        padding: 11px 16px;
        font-size: 18px;
    }
    .tournament__aside{
        display: none;
    }
    .btn--accent{
        padding: 11px 16px;
        font-size: 18px;
    }
    .title--h2{
        font-size: 22px;
    }
    .tournament-status__text{
        font-size: 14px;
    }
    .green_text{
        font-size: 16px;
    }
    .tournament__text{
        font-size: 16px;
        line-height: 24px;
    }
    .tournament-status__icon{
        width: 15px;
        height: 14px;
    }
    .promo-timer__icon{
        width: 12px;
        height: 13px;
        margin-right:2px;
    }
    .promo-timer{
        flex-shrink: 0;
        display: flex;
    }
    .tournament__content{
        width: 100%;
    }
    .promo-timer__dates{
        font-size: 14px;
    }
    .tournament__header{
        margin-left: 0;
    }
    .tournament__info{
        margin-left: 0;
    }
    .aside-mobile{
        display: block;
    }
    .registro-img{
        height: 20px;
    }
    .lang-img{
        height: 23px;
        margin-right: 0;
    }
    .lang-arrow-img{
        height: 30px;
        margin-right: 0;
    }
    .btn--lang{
        padding: 6px 10px;
    }
    .menu-btn{
        padding: 11px 10px;
    }
    .btn{
        font-size: 18px;
    }
    .btn-img-menu {
        height: 24px;
    }
    .header__user-item {
        margin-right: 8px;
    }
    .banner-item__text{
        font-size: 26px;
        width: 512px;
    }
    .banner-item__title{
        font-size: 26px;
    }
    #banner-button-109{
        padding: 20px 24px;
        font-size: 22px;
        margin-bottom: 32px;
    }
    .nav-bar__icon{
        width: 30px;
        height: 30px;
    }
    .nav-bar__link{
        font-size: 14px;
    }
    .nav-bar__item_plus{
        height: 87px;
        width: 169px;
    }
    .nav-bar__icon_plus{
        width: 120px;
        height: 120px;
        right: -21.39%;
        top: -18.39%;
    }
    .nav-bar__link_plus{
        overflow: hidden;
    }
    .nav-bar__text_plus{
        font-size: 18px;
    }
    .nav-bar__num_plus{
        font-size: 18px;
        padding: 2px 5px;
        line-height: 24px;
        z-index: 20;
    }
    .unblock{
        display: block;
    }
    .title_top{
        font-family: 'Signika';
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 28px;
        color: #ED9135;    
        margin-right:24px;
    }
    .title--js{
        justify-content: space-between;
    }
    .mobile_winner{
        background: #E0E0F6;
        border-radius: 16px;
    }
    .last-winner__list{
        margin-top: 16px;
    }
    .last-winner__item{
        margin-right: 16px;
    }
    .last-winner.mobile_winner > .container{
        width: 100%;
    }
    .title--js{
       margin-bottom: 16px; 
    }
    .title--h2 h2{
        font-size: 22px;
    }
    .title--h2--number{
        font-size: 22px;
    }
    .last-winner_img{
        width: 92px;
        height: 92px;
        right: 24px;
    }
    .last-winner__img{
        width: 112px;
        height: 160px;
    }
    .last-winner{
        padding: 24px 0px 32px 32px;
    }
    .games--h2 h2{
        font-size: 22px;
    }
    .games--h2 p{
        font-size: 22px;
    }
    .games{
        margin-top: 46px;
    }
    .game-item {
        width: 218px;
    }
    .game-item:not(:nth-child(4n)) {
        margin-right: 24px;
    }
    .game-item:nth-child(4n) {
         margin-right: 0;
    }
    .games__container-btn{
        padding: 13px 39px;
        font-size: 22px;
    }
    .offer-item--carousel .offer-item__img{
        height: 258px;
    }
    .offer-item--carousel .offer-item__reward { 
        font-size:14px;
    }
    .offer-item--carousel .offer-item__content {
        right: 0;
        left: 0;
    }
    .offer-item__title {
        font-size: 18px;
    }
    .jackpot_img{
        height: 164px;
        width: 164px;
        margin-top: 23px;
    }
    .jackpot_title{
        font-size: 18px;
    }
    .jackpot_money{
        font-size: 26px;
        margin-top: 8px;
        line-height: inherit;
    }
    .jackpot_block {
        height: 386px;
    }
    .jackpot_text p{
        font-size: 14px;
        margin: 0 25px;
    }
    .jackpot_time{
        margin-top: 12px;
        font-size: 14px;
    }
    .jackpots{
        padding: 32px 0 48px;
    }
    .footer__wrap{
        padding-top: 24px;
       border-top: 1px solid rgba(85, 80, 191, .3); 
       border-bottom: 0px;
    }
    .footer__payment-methods{
        display: none;
    }
    .footer__security-icons{
        display: none;
    }
    .footer__list-link{
        font-size: 16px;
    }
}

/* 768 */

@media screen and (max-width: 768px){
    .support__contacts{
        flex-wrap: wrap;
    }
    .support__contacts-item {
  width: 46%;
  margin-bottom: 20px;
}
    .bonus_item {
  width: 66%;
}
    .nav-bar__item_plus{
        display: none;
    }
    .single__offer-item_new {
  width: 48.3%;
}
    .input--info{
        text-align: center;
    }
    .input__item{
        width: 90%;
    }
    .support__form-item input{
        width: 100%;
    }

    .nav-bar__item{
        width: 110px;
        height: 87px;
    }
    .game-item{
        width: 162px;
        height: 236px;
    }
    .game-item__img{
        height: 236px;
    }
    .offer-item--carousel .offer-item__img{
        height: 216px;
    }
    .jackpot_block {
        height: 406px;
    }
    .footer__wrap{
        border-bottom: 1px solid rgba(85, 80, 191, .3);;
    }
    .footer__payment-methods{
        display: block;
    }
    .footer__security-icons{
        display: flex;
        padding: 0px;
        border-bottom: 0px solid rgba(85, 80, 191, .3);
    }
    .mobile_winner_column{
        display: flex!important;
        flex-direction: column;

    }
    .tournament__winner-name{
        display: none;
    }
    .tournament__winner-info{
        display: none;
    } 
    .mobile_winner_column .tournament__winner-name{
        display: block;
    }
    .mobile_winner_column .tournament__winner-info{
        display: block;
    }       

}
.mobile_winner{
    display: none;
}
.mobile_btn_menu {
    display: none;
}
.btn-block-i{
    display: none;
}
/* 576 */
.promo__description{
    display: none;
} 

@media screen and (max-width: 576px){
    .offer__close {
        top: 5px;
        right: -5px;
}
    .nuxt-link-active{
        padding: 14px 20px;
    }
    .offer-item__img{
        border-radius: 20px;
        margin: 0 auto;
        width: 90%;
        margin-top: 28px;
        display: flex;
    }
    .offer {
  width: 100%;
  margin-top: 0px;
  border-radius: 0px;
}
    .page-404__content {
  height: 330px;
}
    .page-404__btn {
  margin-top: 100%;
}
    .support__contacts-item {
  width: 100%;
  margin-bottom: 20px;
}
    .single__offer-item_new{
        width: 100%;
        margin-right: 0 !important;
    }
    .dop-css{
    text-align: center;
    width: 100%;
    margin: 0px 16px;
    margin-top: 18px;
    }
    .mobile-description{
        display: flex !important;
        margin-left: 18px;
        margin-right: 18px;
        align-items: center;
    }
    .promo_att {
      width: 20px;
      height: 20px;
}
    .tournaments-item__wrapper-content{
        background: inherit;
    }
    .gameslist-wrapper{
        margin-left: 20px;
    }
    .header__user-item:not(:nth-child(-n+2)){
        display: none;
    }
    .tournament__info{
        background: inherit;
    }
    .btns_block{
        display: flex;
    }
    .btns_block a{
        flex: 1;
        text-align: center;
    }
    .tournament-winners-list{
        display: none;
    }
    .tournament__text{
        margin-top: 11px;
    }
    .btn-block-i{
        display: block;
    }
    .btn--accent{
        padding: 5px 7px;
    }
    .after_tournament__text{
        margin: 20px 24px;
    }
    .best{
        margin-left: 0;
        margin-top: 20px;
    }
    .ico_prize{
        width: 20px;
        height: 20px;
    }
    .tournament__winners {
  width: 96%;
  margin: 0 auto;
}
    .green_block{
        align-items: center;
    }
    .tournament__winner-content{
        align-items: center;
    }
    .tournament__winner-name{
        margin-bottom: 0;
    }
    .tournament__winner-name{
        min-width: inherit;
    }
    .registro-img {
        height: 30px;
        margin-right: 0px;
    }
    .mobile_btn_menu {
        display: block;
    }
    .menu-btn{
        padding: 6px 7px;
    }
    .banners-item__container--left {
        padding-left:0px;
        width: 100%;
    }
    #banner-button-109 {
        margin: 0 auto;
        padding: 16px 0px;
        font-size: 22px;
        margin-bottom: 32px;
        width: 492px;
    }
    .banners__list .swiper-pagination{
        top: 24px;
        left: 24px;
        right: 0px;
        bottom: 0px;
        height: 0;
    }
    .swiper-pagination{
        text-align: inherit;
    }
    .banner-item__wrapper{
        width: 100%;
        margin: 0 24px;
        margin-bottom: 24px;
    }
    .banner-item__text{
        font-size: 24px;
    }
    .nav-bar__item {
        min-width: 80px;
        height: 80px;
    }
    .nav-bar__link{
        font-size: 12px;
    }
    .nav-bar__icon{
       min-height: 36.6px;
        width: 36.6px;
        margin-top: -7px;
    }
    .nav-bar__list{
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .nav-bar__link{
        padding-bottom: 12px;
    }
    .last-winner {
        padding: 24px 32px 32px 32px;
        margin-left: 18px;
        margin-right: 18px;
    }
    .title_top{
        margin-right: 0px;
    }
    .soft-content{
        margin-left: 12px;
    }
    .game-item {
        width: 172px;
    }
    .game-item:not(:nth-child(3n)) {
        margin-right: 6px;
    }
    .game-item:nth-child(3n) {
         margin-right: 0px;
    }
    .games__container-btn {
        width: 100%;
    }
    .offers{
        margin-top: 32px;
        margin-bottom: 0px;
    }
    .jackpot_img{
        float: right;
        width: 148px;
        height: 148px;
        margin-top:15px;
    }
    .jackpots_blocks {
        flex-wrap: wrap;
    }
    .jackpot_block{
        margin-left: 18px;
        margin-right: 18px;
        height: 180px;
    }
    .tournaments-item__wrapper-content{
        display: block;
        border-radius: 30px;
    }
    .tournaments-item__bg{
        border-radius: 30px;
    }
    .mobile-descr{
        display: block !important;
    }
    .jackpot_block{
        width: 100%;
    }
    .jackpot_title{
        margin-left:16px;
        margin-top: 33px;
        font-size: 16px;
        text-align: left;
        line-height: inherit;
    }
    .money_tounament{
        display: none;
    }
   .btn_tournament a{
        width: 100%;
display: block;
text-align: center;
    }
    .green_text{
        font-size: 14px;
    }
    .best{
        margin-top: 40px;
        text-align: center;
    }
    .after_tournament__text{
        display: block;
    }
    .tournament__title{
        display: none;
    }
    .jackpot_money{
        text-align: left;       
        margin-left:16px; 
        font-size: 24px;
   }
   .jackpot_text p{
        text-align: left;
        margin-left: 16px;
        font-size: 12px;
        margin-right: 0px;
        line-height: inherit;
   }
   .jackpot_time{
        margin-left: 16px;
        margin-right: 0px;
        padding-right: 14px;
        padding-left: 14px;
   }
   .footer__list{
        flex-wrap: wrap;
   }
}

/* 375 */

@media screen and (max-width: 500px){
    .page-404__wrapper {
  background-size: 580px;
  background-position-x: center;
}
    .promo__description__text {
        font-size: 12px;
}
.bonus_item{
    width: 90%;
}
.round_btn{
    padding: 19px;
}
.name_bonuses{
    font-size: 16px !important;
}
    .tournament__header{
        width: 95%;
        margin-left: inherit;
        margin: 0 auto;
    }
    .btns_block {
        padding: 20px;
}
    .container{
        width: 100%;
    }
    #jackpots_flex > .title > h2{
        margin-left: 18px;
    }
    .jackpot_title{
        width:146px ;
        margin-top: 17px;
    }
    .jackpot_money{
        width: 146px;
    }
    .jackpot_text p {
        width: 146px;
        margin-top: 8px;
        min-height: auto;
   }
    .soft-content{
        margin-left: 18px;
    }
    .header__logo-img{
        margin-left: 12px;
        width: 108px;
    }
    .jackpot_time{
        font-size: 12px;
        margin-top: 8px;

    }
    .banners__list{
        width: 86%;
    }
    .banner-item__title{
        font-size: 24px;
        margin-bottom: 12px;
        line-height: inherit;
    }
    .banner-item__text{
        font-size: 24px;
        margin-right: 24px;
        width: 291px;
        line-height: 30px;
    }
    #banner-button-109{
        width: 291px;
    }
    .nav_bar__item{
        min-width: 80px !important;
        height: 80px;
        border-radius: 12px;
    }
    .search-container{
        margin: inherit;
    }
    .nav-bar__list{
        width: 340px;
        margin-left: 20px;
    }
    .header_bg > .container{
        margin: 0;
    }
    .last-winner {
        padding: 16px 17px 32px;
    }
    .last-winner.mobile_winner > .container{
        margin: 0;
    }
    .last-winner .container{
        margin: 0;
    }
    .last-winner p {
        font-size: 14px;
        line-height: inherit;
        margin-top: 0;
    }
    .last-winner_img{
        right: 10px;
        top: 10px;
    }
    .games-toggle-item{
        display: inline-block;
    }
    .game-item {
         width: 104px;
         height: 160px;
    }
    .game-item__img{
        height: 160px;
    }
    .btn--motivation{
          padding: 7px 17px;
    }
    .game-item__btn--demo{
          padding: 7px 17px;
    }
    .game-item__bonus{
        display: none;
    }
    .tabs{
        width: 90%;
        margin-left: 16px;
    }
    .offers{
        margin-right: 17px;
        margin-left: 17px;
    }
    .last-winner_img {
        width: 64px;
        height: 64px;
        top: 30px;
    }
    .banner-item__img{
        object-position: -800px;
    }
}

.game-layout .seo-content article * {
    color: #dedede;
}

section.faq__section * {
    color: #000 !important;
}

@media screen and (max-width: 567px) {
    .gameslist-wrapper {
        justify-content: space-between;
    }
    
    .game-item {
        width: 46%;
        height: 104px;
    }
    
    .game-item__img {
        max-height:104px;
    }
}

.item-search__result-about span {
    color: #000;
}

iframe {
    border: none;
}

.container > article h2,h1 {
    color: #f8e800 !important;
} 

 
img {
  max-width: 100%;
}
 
article img {
  height: auto;
}
 
.nav-bar__link {
  white-spice: nowrap;
}
 
.header .logo {
  padding: 0 !important;
}
 
.input-search,
.search-container,
#search {
  max-width: 100%;
}
 
.layout {
  overflow: hidden;
}
 
@media (max-width: 770px) {
  .header .btn {
    font-size: 14px;
  }
  .gameslist-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  .gameslist-wrapper > .game-item {
    margin: 0;
    width: auto;
  }
  .nav-bar__link {
    font-size: 12px;
    line-height: 1.5;
  }
}
 
@media (max-width: 580px) {
  .registro-img {
    display: block;
    height: 25px;
  }
}
 
.header .btn{
  white-space: nowrap;
}
 
@media(max-width: 1300px){
  .header__user{
  margin-left: 0;
}
}
 
@media(max-width: 620px){
  .registro-img{
    margin-right: 4px;
  }
}
 
 
@media (max-width: 770px) {
.btn-block{
  margin-top: 20px;
}
}
 
.gameslist-wrapper{
  margin-left: 0;
}
@media(max-width: 500px){
  .gameslist-wrapper{
    grid-gap: 10px;
  }
}
 
.nav-bar__list{
max-width: 100%;
padding-right: 10px;  
}