body:not(.simple-reg) {
    background-color: #000000;
}
body:not(.simple-reg):before {
    background: linear-gradient(270deg, transparent 0, transparent 572px, #000000 652px, #000000);
}
body:not(.simple-reg):after {
    background: linear-gradient(90deg, transparent 0, transparent 572px, #000000 652px, #09172e);
}

.footer {
    background: #121215;
    border: 1px solid #353535;
    border-top: none;
    color: #b8b8cc;
}
.footer-separator {
    background: rgb(87 87 87 / 60%)
}

.content--main {
    background: #121215;
    border: none;
    box-shadow: none;
}

.container-wrapper {
    border: 1px solid #353535;
    background: #121215;
    display: flex;
    flex-wrap: wrap;
}
.layout:not(.layout-vua) .content--main {
    background: none;
}
.sidebar-block {
    background: none;
}
.tournament-widget {
    background: none;
}
.nav--main {
    background: linear-gradient(180deg, #15171a, #252629);
}
.tournament-widget-nav:before {
    border-top: 1px solid #000;
}
.tournament-widget-nav__item--active {
    background: #000;
    border: 1px solid #f4d483;
}

.btn-red {
    background-color: #ACFF00;
}
.header-top__btn-cash {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, transparent) #ACFF00;
}
.header-top__btn-cash:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, transparent) #20ca4f;
}
.btn-blue {
    background: linear-gradient(180deg, #ACFF00, #164724);
}

.scroll-logo {
    /* background: url(logo_lex.png) 50% no-repeat; */
    margin: 20px 0 0 16px;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    /* background-size: contain !important; */
    font-size: 30px;
    color: #ACFF00;
    width: max-content;
}
.header-logo.logo-user {
    display: none;
}
.tmb-action-btn {
    background: #eec14e;
}
.tmb-action-btn:hover {
    background: #ffd056;
}

.i-footer {
    background: #0F0F29;
    color: #FFF;
    mix-blend-mode: normal;
    color: #9e9e9e;
    font-size: 14px;
    line-height: 20px;
}

.i-footer-navbar {
    padding: 48px
}

.i-footer-navbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
    list-style: none;
    padding-left: 0;
}

.i-footer-navbar ul li a {
    color: #FFF;
    margin-bottom: 16px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.i-footer-navbar ul li a:hover {
    opacity: 1;
    color: #ACFF00;
}

.i-footer-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.i-footer-copyright {
    text-align: center;
    text-transform: uppercase;
    mix-blend-mode: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 15px;
}

.main-footer {
    padding: 30px 0;
}

.main-footer ul {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0
}

.main-footer ul li {
    margin-bottom: 10px
}

.main-footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px
}

ul.payment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
 
}

img.payment-list__img {
    height: 25px;
    width: auto
}

ul.soft-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.soft-list__item img {
    height: 25px;
    width: auto
}

.main-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.main-footer__row.main-footer__row--payment-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.main-footer__menu-logo {
    color: #ACFF00;
    font-weight: bold;
    font-size: 44px
}

.main-footer__menu-logo img {
    height: 45px
}

a.buttons-app__link {
    color: #fff !important;
    background: #242424;
    padding: 10px 25px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 10px
}

.buttons-app__link svg {
    width: 25px;
    height: 25px;
    fill: #fff
}

.main-footer__copyright {
    margin: 0
}

ul.main-footer__gamblers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px
}

.social-links__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.social-links__item svg {
    fill: #ACFF00;
    width: 30px;
    height: 30px
}

.main-footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    gap: 40px;
    margin: 25px 0;
}

@media screen and (max-width:690px) {
    .main-footer__menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-footer ul {
        text-align: center;
        width: 100%
    }

    .main-footer__menu-logo {
        width: 100%
    }

    ul.payment-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-footer__menu-col.main-footer__menu-col--last {
        width: 100%
    }

    #footer-license {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    ul.main-footer__gamblers {
        margin: 30px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .content{
        width: 100%;
    }
    .sidebar{
        width: 100%;
    }
    .socials_login{
        display: none;
    }
    .cnt-main.cnt-top{
        flex-direction: column;
        height: auto;
        align-items: center;
    }
    .nav__favourite{
        display: none;
    }
    .nav__wrapper{
        height: auto;
        padding: 10px;
    }
    ul.nav__list{
        flex-direction: row;

        gap: 10px;
    }
    .nav--main{
        padding: 20px 0;
        overflow-x: auto;
    }
    .game-list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .tmb,
    .tmb-img-wrapper,
    .tmb-img, .tmb-img img{
        width: 100%;
        height: 200px;
    }
    .tmb-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .game-list:after, .game-list:before{
        display: none;
    }
    .nav-list{
        display: none;
    }
    .wrapper{
        width: 100%;
    }
    .carousel-slider, .carousel-slider img{
        width: 100%;
    }
    .layout{
        min-width: auto;
    }
    .header-top__right{
        width: max-content;
    }
    .header-top__left{
        width: max-content;
    }
    .header-top__btn-reg{
        width: max-content;
    }
    .header-top{
        width: 100%;
    }
    .header-top__btn-enter .btn, .header-top__btn-reg .btn,
    .header-top__btn-enter .btn span, .header-top__btn-reg .btn span{
        height: auto;
        width: max-content;
        font-size: 14px;
        line-height: 24px;
        padding: 0 10px;
    }
    .scroll-logo{
        font-size: 14px;
    }
    .header-top .wrapper{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-top .wrapper:after, .header-top .wrapper:before{
        display: none;
    }
    .jackpot-item-block {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .carousel-winners--now{
        width: 100%;
    }
    .btn-redesign{
        display: none;
    }
    .header-top__right__item:nth-child(2){
        display: none;
    }
}
.carousel-content {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    color: #fff;
    padding: 25px;
    max-width: 500px;
    transform: translateY(-50%);
}
.carousel-content__text {
    padding: 25px 0;
    font-size: 34px;
    line-height: normal;
}
.carousel-content a {
    font-size: 24px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.main-footer__license-text.main-footer__license-text-vertical-line {
    width: 40%;
}
.main-footer__license-img-wr{
    margin: 0 auto;
    width: 20%;
}
p.main-footer__copyright{
    width: 40%;
}
.i-content{
    color: #b8b8cc;
}
.i-games-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
}
.i-jackpot {
    background: url(jackpot-bg-huge.webp) no-repeat center center;
    background-size: cover;
    padding: 30px 30px;
    border-radius: 15px;
    margin: 35px 0;
    line-height: normal;
}

.i-jackpot-title {
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}

.i-jackpot-value {
    font-size: 60px;
    text-align: center;
    font-weight: 500;
    color: #beff3c;
}
.header-top:before,
.header .wrapper::before,
.container .wrapper::before {
    content: '';
    display: block;
    width: 100px;
    height: 100%;
    position: absolute;
    left: -100px;
    top: 0;
    background: #2338C2;
    background: linear-gradient(270deg, #2338C2, #010101);
}
.header-top:after,
.header .wrapper::after,
.container .wrapper::after {
    content: '';
    display: block;
    width: 100px;
    height: 100%;
    position: absolute;
    right: -100px;
    top: 0;

background: #2338C2;
background: linear-gradient(90deg, #2338C2, #010101);
}

.i-games {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
}

.i-games-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px 0;
}

.i-games-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 35px 0;
}

.i-games-title {
    font-size: 28px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.i-games-title svg {
    width: 30px;
    height: 30px;
}

.i-games-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.i-games-more input {
    background: none;
    border: 1px solid #ACFF00;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 25px;
    border-radius: 15px;
    color: #fff;
}

.i-game {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 24px;
    position: relative;
}

.i-game-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
}

.i-game-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, .8);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    border: 2px solid #ACFF00;
    text-align: center;
}

.i-game:hover .i-game-wrap {
    /* -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); */
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 999;
    border-radius: 4px
}

.i-game:hover .i-game-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 24px;
    padding: 0;
}

.i-game-title {
    margin-top: 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}

.i-game-play {
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ACFF00;
    border-radius: 40px;
    font-size: 12px;
}

.i-game-img {
    width: 100%;
    height: 100%;
    height: 250px;
    border-radius: 24px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 690px) {
    .main-footer__row{
        flex-direction: column;
    }
    .main-footer__license-text.main-footer__license-text-vertical-line{
        width: 100%;
    }
    .main-footer__license-img-wr{
        width: 100%;
    }
    .main-footer__copyright{
        width: 100%;
    }
    .i-jackpot-value{
        font-size: 44px;
    }
    .i-jackpot-title{
        font-size: 50px;
    }
    .header-top:before, .header .wrapper::before, .container .wrapper::before,
    .header-top:after, .header .wrapper::after, .container .wrapper::after{
        display: none;
    }
}