@import url(bootstrap.css);
@import url(jquery.fancybox3.min.css);
@import url(swiper-bundle.min.css);
@import url(settings.css);
@font-face {
    font-family: Pinup-Bold-It;
    src: url(../fonts/pinup-bold-it.eot);
    src: url(../fonts/pinup-bold-it.eot#iefix) format("embedded-opentype"),url(../fonts/pinup-bold-it.woff2) format("woff2"),url(../fonts/pinup-bold-it.woff) format("woff"),url(../fonts/pinup-bold-it.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    background: #0D1016;
}
.mobile-menu{
    display: none;
}
a:focus{
    border: none;
    outline:none;
}
.none{
    display: none;
}
h1{
    margin-bottom: 30px;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
}
p{
    margin-bottom: 20px;
}
h2,h1{
    margin: 0;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 22.3656px;
    line-height: 27px;
    letter-spacing: 0.02em;
}

.main-wrapper{
    min-height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding-left: 210px;
    transition: padding-left .2s ease-in-out;
     transition: .2s linear;
}
.main-section{
    flex: 1 0 auto;
}
.page{
    display: flex;
    height: 100%;
}
.logo-wrap{
    width: 170px;
    height: 50.5px;
    margin: 0 auto 27px;
    transition: .2s linear;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*aside*/
.aside-wrapper{
    -ms-overflow-style: none;
    scrollbar-width: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    pointer-events: none;
    z-index: 650;
    position: fixed;
    transform: translate(0);
}
.aside{
    pointer-events: all;
    background-color:#0d1016;
    width: 210px;
    height: 100%;
    transition: .2s ease-in-out;
    padding-top: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.aside-inner{
    transition: .2s ease-in-out;
     padding: 0px 16px 12px;
     display: flex;
     flex-direction: column;
    z-index: 2;
    flex-shrink: 1;
    overflow: auto;
}
.aside-inner::-webkit-scrollbar {
    width: 0;
}
.aside:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #1b1f28;
}
.aside:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    opacity: 0;
    transition: .2s ease-in-out;
    transition-delay: .2s;
    background: linear-gradient(180deg, rgba(0, 207, 166, 0) 17.94%, #00cfa6 40.59%, rgba(0, 207, 166, 0) 63.66%);;
}

.aside:hover:after, .aside:hover .hide-aside{
    opacity: 1;
}
.aside a{
    color: #80858f;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #80858f;
    padding-left: 7px;
    grid-gap:9px;
    height: 40px;
    margin-bottom: 4px;
    position: relative;
    transition: .2s linear;
    border-radius: 4px;
}
.aside li{
    position: relative;
    height: 40px;
}
.hide-aside{
    position: absolute;
    top: calc(40.59% - 20px);
    height: 40px;
    width: 40px;
    right: -18px;
    z-index: 1;
    opacity: 0;
    transition: .2s ease-in-out;
}

.hide-aside:before{
    content: "";
    position: absolute;
    top: -4px;
    left: calc(50% - 1px);
    width: 4px;
    height: 4px;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom-left-radius: 3px;
    transition: .2s ease-in-out;
    transition-delay: .2s;
    border-color: #00cfa6;
}

.overlay-line{
    position: absolute;
    top: -6px;
    left: calc(50% - 1px);
    background: #0d1016;
    width: 2px;
    height: 50px;
}
.hide-aside button{
    height: 40px;
    width: 40px;
    background-color:#0d1016;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.hide-aside button:before{
    content: "";
    position: absolute;
    transition: .2s ease-in-out;
    transition-delay: .2s;
    bottom: -4px;
    left: calc(50% - 1px);
    width: 4px;
    height: 4px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-top-left-radius: 3px;
    border-color: #00cfa6;
}
.hide-aside button:after{
    content: "";
    position: absolute;
    transition: .2s ease-in-out;
    transition-delay: .2s;
    top: 0;
    bottom: 0;
    left: calc(50% + 2px);
    right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid transparent;
    border-left: none;
    border-color: #00cfa6;
}
.hide-aside button svg{
    height: 24px;
    width: 24px;
    z-index: 1;
    position: relative;
    transform: rotate(180deg);
    transition: .2s ease-in-out;
    left:-3px;
    top: 2px;
}
.aside:hover .hide-aside button svg{
    left:0;
}
.hide-aside button svg path{
    stroke: #00cfa6;
}

#live-diller a:before{
    content: "";
    position: absolute;
    left: 6px;
    top: 8px;
    width: 4px;
    display: block;
    height: 4px;
    border-radius: 50%;
    background-color: #ff2400;
    animation: live-flashing 2s ease-out infinite .3s;
}
@keyframes live-flashing {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.aside a svg{
    height: 24px;
    width: 24px;
}
.aside a svg path{
    fill:#80858f;
}
.aside a span{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-grow: 1;
    text-align: left;
    margin: 0 0.25rem;
    width: calc(100% - 24px - 9px);
    transition: width .2s ease-in-out .2s,visibility .2s ease-in-out .2s;
}
.aside a.active svg path{
    fill:#ff2400;
}
.aside a.active{
    color: #fff;
}
.aside a:hover{
    color: #fff;
}
.aside a:hover span{
    font-size: 16px;
}
.aside a:hover svg{
    height: 28px;
    width: 28px;
}
.aside a:not(a.active):hover svg path{
    fill:#fff;
}
.aside ul{
    position: relative;
    margin-bottom: 10px;
}
.aside ul:before{
    background:linear-gradient( 90deg, rgba(0, 207, 166, 0) 0%, rgba(0, 207, 166, .35) 27.6%, rgba(0, 207, 166, .7) 52.62%, rgba(0, 207, 166, .35) 74.48%, rgba(0, 207, 166, 0) 100% );
    position: absolute;
    bottom: -5px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
}
.aside ul:last-child:before{
    display: none;
}
.aside-wrapper .bottom-buttons{
    margin-top: auto;
    display: grid;
    grid-template-columns:1fr 1fr;
    padding: 12px 16px 20px;
    grid-gap:8px;
    transition: .2s linear;
    background: #0d1016;
}
.aside-wrapper .bottom-buttons .item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: .2s ease;
    color: #80858f;
    height: 40px;
    border-radius: 5px;
    border: none;    
    background: #0d1016;
    grid-gap: 8px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    transition: all 200ms ease-out;
    position: relative;
}
.aside-wrapper .bottom-buttons .item svg{
    width: 24px;
    height: 24px;
    transition: all 200ms ease-out;
}
.aside-wrapper .bottom-buttons .item:hover{
    color: #fff;
}
.aside-wrapper .bottom-buttons .item.chat svg path{
    fill: #80858f;
    transition: all 200ms ease-out;
}
.aside-wrapper .bottom-buttons .item.lang{
    filter: grayscale(1);
}
.aside-wrapper .bottom-buttons .item:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.25rem;
    padding: 1px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background: #444852;
    transition: all 200ms ease-out;
}
.aside-wrapper .bottom-buttons .item:hover:before{
    background:linear-gradient(163deg, #00cfa6 0%, #444852 59.09%);;
}
.aside-wrapper .bottom-buttons .item.lang:hover{
    filter:none;
}
.aside-wrapper .bottom-buttons .item.chat:hover svg path{
    fill:#fff;
}


.hide-aside.active button svg{
    transform: rotate(0);
    transition: .2s ease-in-out;
}
.aside.close{
    width: 72px;
    transition: .2s linear;
}
.aside.close .big-logo{
    display: none;
}
.logo-wrap.big-logo {
    width: 142px;
    height: 41px;
}
.mini-logo{
    display: none;
}
.aside .logo-wrap .big-logo{
    width: 142px;
    height: 41px;
}
.aside .logo-wrap .mini-logo{
    width: 50px;
    height: 50px;
}
.aside.close .logo-wrap{
    width: 40px;
    height: 40px;
    transition: .2s linear;
}
.aside.close .mini-logo{
    display: block;
}
.aside.close  a, .aside.close .bottom-buttons .item{
    grid-gap: 0;
     transition: .2s linear;
}
.aside.close  a span{
   transition: width .2s ease-in-out .2s,visibility .2s ease-in-out .2s;
}
.aside a span, .aside-wrapper .bottom-buttons .item span{
    transition: width .2s ease-in-out .2s,visibility .2s ease-in-out .2s;
}
.aside.close  a span, .aside.close  .bottom-buttons .item span{
    opacity: 0;
    width: 0;
}
.aside.close .bottom-buttons{
    grid-template-columns: 1fr;
}
.aside.close .aside-inner{
    overflow: unset;
}
.container{
     transition: .2s linear;
 }
body.change .header-wrapper .container{
    padding-left: 72px;
    transition: .2s linear;
}
body.change .main-wrapper{
    padding-left: 72px;
    transition: .2s linear;
}


.aside.close .nav-menu a:hover{
    position: absolute;
    background: #0d1016;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .5);
    z-index: 2;
    padding-right: 12px;
}
.aside.close .nav-menu a:hover{
    grid-gap: 9px;
}
.aside.close .nav-menu a:hover span{
    opacity: 1;
    width: calc(100% - 24px - 9px);
    transition: 0s;
}
/*aside./*/

/************* header*************************/

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #0d1016;
}
.header-push{
    height: 72px;
}
.header{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    font-size: 17px;
    padding: 16px 24px;
    padding-right: 0;
}
.header-inner{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.header a:not(.btn){
    color: #80858f;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #80858f;
    padding-left: 7px;
    grid-gap:9px;
    height: 40px;
    margin-bottom: 4px;
    position: relative;
}
.header a svg{
    height: 24px;
    width: 24px;
}
.header a svg path{
    fill:#80858f;
}
.header a span{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-grow: 1;
    text-align: left;
    margin: 0 0.25rem;
    width: auto;
    transition: width .2s ease-in-out .2s,visibility .2s ease-in-out .2s;
}
.header a.active svg path{
    fill:#ff2400;
}
.header a.active{
    color: #fff;
}
.header a:hover{
    color: #fff;
}
.header a:hover span{
    font-size: 16px;
}
.header a:hover svg{
    height: 28px;
    width: 28px;
}
.header a:hover svg path{
    fill:#fff;
}
.header .part-right{
    display: flex;
    grid-gap: 23px;
}
.header .part-right .logo-wrap{
    display: none;
}
.header .part-left{
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.header #star-hb{
    color: #ffc700;
}
.header #star-hb path{
    fill: #ffc700;
}
.header .header-text{
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
    margin-right: 10px;
}
.header .part-left{
    position: relative;
    top: -2px;
}
.btn{
    font-size: 16px;
    font-weight: 500;
    padding: 0px 24px;
    line-height: 24px;
    background: #ff2400;
    border-radius: 4px;
    border:1px solid #ff2400;
    color: #fff;
    position: relative;
    height: 40px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn:hover{
    background: linear-gradient(0deg, rgba(49, 51, 52, .15), rgba(49, 51, 52, .15)), #ff2400;;
}
.btn.btn-transparent{
    background: transparent;
}
.btn.btn-transparent:not(.demo):hover{
    background: #ff2400;
}
.btn.login{
    padding: 0px 15px;
}
.btn.registration:after{
    content: "";
    animation: button-pulse 1.6s ease-out infinite .5s;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(.7,.5);
    background: #ff240080;
    z-index: -1;
    transition: transform .5s linear;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
}

.btn.big-btn{
    font-size:16px;
    line-height: 16px;
    padding: 11px 32px !important;
    height: 46px;
    padding: 0 48px;
}

@keyframes button-pulse {
    0% {
        transform: translate(-50%, -50%) scale(.7, .5);
        opacity: 0;
        border-radius: .25rem
    }

    12% {
        opacity: 1
    }

    34% {
        transform: translate(-50%, -50%) scale(1)
    }

    38% {
        opacity: 0
    }

    40% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-radius: .5rem
    }

    to {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-radius: .25rem
    }
}
@media (min-width: 1280px){
    .header .header-text{
        font-size: 16px;
        line-height: 18px;
    }
}
@media (min-width: 1512px){
    .btn.big-btn{
        font-size: 24px;
        line-height: 28px;
        height: 69px;
        padding: 0 48px;
    }
}
@media (max-width: 1279px){
    .aside-wrapper{
        display: none;
    }
    .main-wrapper{
        padding-left: 0;
    }
    .container{
        padding-left:24px;
    }
    .container{
        padding: 0 16px;
    }
    .header{
        padding-left: 0;
    }
    .header .part-right .logo-wrap{
        display: flex;
        margin-bottom: 0;
    }
    .header .part-right .item{
        display: none;
    }
    .header .part-left{
        top: -4px;
    }
}
/************************ mob-menu begin ************/
.menu-button{
    position: fixed;
    right: 20px;
    top: 39px;
    width: 18px;
    cursor: pointer;
    z-index: 2000;
    display: none;
}
.icon-menu-burger {
    height: 1px;
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -15px;
    transition: transform 0.2s ease 0s;
}
.icon-menu-burger__line {
    background: #292A2D;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    border-radius: 2px;
    left: 0;
    height: 21x;
    transition: transform 0.2s linear 0.2s;
}
.icon-menu-burger:before, 
.icon-menu-burger:after {
    background: #292A2D;
    border-radius: 1px;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    border-radius: 2px;
}
.menu-button.active .icon-menu-burger__line,
.menu-button.active .icon-menu-burger:before, 
.menu-button.active .icon-menu-burger:after {
    background: #000  !important;
}
.menu-button.active .icon-menu-burger{
    transform: rotate(45deg);
    transition: transform 0.2s linear 0.2s;
}
.menu-button.active .icon-menu-burger__line{
    transform: rotate(90deg);
    height: 1px;
}
.icon-menu-burger:before {
    top: -5px;
    transition: top 0.2s linear 0.2s;
}
.icon-menu-burger:after {
    bottom: -5px;
    transition: bottom 0.2s linear 0.2s;
}
.menu-button.active .icon-menu-burger:before {
    transition: top 0.2s linear;
    top: 0;
}
.menu-button.active .icon-menu-burger:after {
    transition: bottom 0.2s linear;
    bottom: 0;
}

.buttons-wrap{
    display: none;
}


/*******************header./***************************/


/*main-slider*/
.main-slider{
    overflow: hidden;
    height: 164px;
    position: relative;
}
.main-slider .slick-list, .main-slider .slick-track, .main-slider .img-wrap{
    height: 100%;
}
.main-slider .item{
    position: relative;
    height: 100%;
    border-radius:4px;
    overflow: hidden;
}

.main-slider .item img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.main-slider .item-text{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.main-slider .text-wrap{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 720px;
}
.main-slider .title {
    font-family: Pinup-Bold-It,sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    font-style: italic;
}
.main-slider .subtitle-type-2 {
    font-family: Pinup-Bold-It,sans-serif;
    font-size: 16px;
    line-height: 16px;
    padding-top: 4px;
    font-weight: 700;
    font-style: italic;
}
.main-slider .logo-item .img-wrap{
    padding-right: 18px;
    margin-right: 18px;
    position: relative;
    height: 16px;
}

.main-slider .logo-item .img-wrap:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #fff;
    right: 0;
    top: 0;
}
.main-slider .logo-title{
    font-family: Pinup-Bold-It,sans-serif;
    font-size: 16px;
    line-height: 16px;
}
.main-slider .logo-item{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.main-slider .subtitle-type-1{
    font-family: Pinup-Bold-It,sans-serif;
    font-size: 16px;
    line-height: 16px;
    padding-top: 8px;
}
.main-slider .subtitle-type-1 span{
    font-family: Pinup-Bold-It,sans-serif;
    font-size: 32px;
    line-height: 32px;
}
.main-slider .item-text-2 .text-wrap{
    justify-content: flex-start;
}
.swiper-pagination{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
}
span.swiper-pagination-bullet{
    height: 13px;
    margin: 0 2px !important;
    display: flex;
    display: flex;
    align-items: center;
    background: transparent;
    border-radius:0;
    width: 12px;
    opacity:0.4;
}
span.swiper-pagination-bullet:before{
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 24px;
    opacity:1;
}
[_nghost-pu-site-c143] {
    display: block;
    overflow: hidden;
}
.main-slider-wrapper{
    display: block;
    overflow: hidden;
}


@media (min-width: 768px){
    .main-slider .title {
        font-size: 48px;
        line-height: 48px;
    }
    .main-slider .subtitle-type-2 {
        font-size: 32px;
        line-height: 32px;
    }
    .main-slider .logo-title{
        font-size: 24px;
        line-height: 24px;
    }
    .main-slider .subtitle-type-1{
        font-size: 24px;
        line-height: 24px;
    }
    .main-slider .subtitle-type-1 span{
        font-size: 48px;
        line-height: 48px;
    }
    .main-slider{
        height: 260px;
    }
    .main-slider .item-text{
        padding: 16px 40px 28px;
    }
    .main-slider .logo-item .img-wrap{
         height: 20px;
    }
    
}

@media (min-width: 1280px){
    .main-slider-wrapper{
        padding: 0rem 24px;
    }
}

@media (min-width: 1512px){
    .main-slider{
        height: 390px;
    }
    .main-slider .title {
        font-size: 72px;
        line-height: 72px;
    }
    .main-slider .subtitle-type-2 {
        font-size: 48px;
        line-height: 48px;
    }
    .main-slider .logo-title{
        font-size: 36px;
        line-height: 36px;
    }
     .main-slider .subtitle-type-1{
        font-size: 36px;
        line-height: 36px;
        padding-top: 4px;
    }
     .main-slider .subtitle-type-1 span{
        font-size: 72px;
        line-height: 72px;
     }
     .main-slider .item-text{
        padding: 24px 60px 42px;
    }
    .main-slider .logo-item .img-wrap{
         height: 30px;
    }
}
@media (min-width: 2057px){
    .main-slider .item-wrap{
        width: 1800px !important;
    }
}
/*./main-slider*/


/*********************slider***************************/


/*games-section-header-button*/
.games-section-header-buttons{
    position: sticky;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #1b1f28;
    padding-right: 24px;
    left: 0;
    top: -16px;
    z-index: 10;
    transition: top .6s;
    background:#0d1016;
}
.games-wrapper{
    overflow: hidden;
}
.tabs-wrapper{
    width: calc(100% - 170px);
    overflow: hidden;
}
.games-section-header-buttons .buttons{
    height: 74px;
    width: 170px;
    display: flex;
    align-items: center;
    grid-gap:8px;
    position: relative;
    background: #0d1016;
    z-index: 1;
}
.games-section-header-buttons .btn{
    height: 40px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    border-color:#444852;
    color: #80858f;
    border:none;
}
.games-section-header-buttons .btn.search{
    padding: 8px;
}
.games-section-header-buttons .btn svg{
    width: 24px;
    height: 24px;
}
.games-section-header-buttons .btn svg path{
    fill: #80858f;
}
.games-section-header-buttons .btn:hover{
    background: transparent !important;
}
.games-section-header-buttons .btn:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.25rem;
    padding: 1px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background: #444852;
}
.games-section-header-buttons .btn:hover:before{
    background:linear-gradient(163deg, #00cfa6 0%, #444852 59.09%);;
}
.games-section-header-buttons .btn:hover{
    color: #fff;
}
.games-section-header-buttons .btn:hover svg path{
    fill: #fff;
}
.games-section{
    margin-bottom: 20px;
}
@media (min-width: 768px){
    .games-section-header-buttons{
        top: -2px;
    }
}
@media (min-width: 1280px){
    .games-section-header-buttons{
        top: 71px;
        background: #0d1016;
    }
}
/* tabs */
.tabs {
    width: 100%;
    display: flex;
    background: linear-gradient(to bottom,var(--color-bg-1) 71px,transparent 1px);
}

.tabs .swiper-slide{
    height: 73px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #80858f;
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding: 14px 12px 10px;
    white-space: nowrap;
    width: auto;
}
.tabs .swiper-slide:nth-child(1){
    margin-left: 10px;
}
.tabs .swiper-slide svg{
    width: 24px;
    height: 24px;
}
.tabs .swiper-slide svg path{
    fill: #80858f;
}
.tabs .swiper-slide.active{
    color: #fff;
}
.tabs .swiper-slide.active svg path,
.tabs .swiper-slide.active svg rect{
    fill:#ff2400;
}
.tabs .swiper-slide:after, .tabs .swiper-slide:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
}
.tabs .swiper-slide.active:before {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 36, 0, 0) 0%, #ff2400 50.52%, rgba(255, 36, 0, 0) 100%);
}
.tabs .swiper-slide.active:after {
    width: 20px;
    height: 3px;
    bottom: 0;
    background: #ff2400;;
    border-radius: 100px;
}
.tabs .swiper-slide:not(.swiper-slide.active):hover{
    color: #fff;
    transform: scale(1.13);
}
.tabs .swiper-slide:not(.swiper-slide.active):hover svg path,
.tabs .swiper-slide:not(.swiper-slide.active):hover svg rect{
    fill: #fff;
}
.mobile-tab-header{
    display: none;
}
.arrow svg path{
    stroke:#80858f;
}
.tabs-wrapper .arrow svg{
    width: 24px;
    height: 24px;
}

.arrow:after{
    display: none;
}
.swiper-button-prev.arrow{
    transform: rotate(180deg);
}
.swiper-button-prev{
    left: 0;
    padding-left: 28px;
    width: 85px;
    background: linear-gradient(90deg, transparent 0%, #0d1016 70%);
}
.swiper-button-next{
    right: 194px;
    padding-left:51px;
    width: 85px;
    background: linear-gradient(90deg, transparent 0%, #0d1016 100%);
}
.swiper-button-disabled{
    display: none;
}
.games{
    padding: 0 24px;
}
.games .title{
    color: #fff;
    line-height: 18px;
    padding-top: 12px;
}
.games-grid {
    display: grid;
    grid-gap: 4px;
    grid-template-columns: 1fr 1fr;
    padding-top: 8px;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 70px;
}
.games-grid .item{
    height: auto;
    aspect-ratio: 1.5154639175/1;
    position: relative;
    display: grid;
    border-radius: 4px;
    transition: transform .3s ease;
    overflow: hidden;
    width: 100%;
}

.games-grid .item:hover{
    transform: scale(1.03);
    z-index: 3;
}
.games-grid .item img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
@property --deg {
  syntax: "<angle>";
  initial-value: 134deg;
  inherits: false;
}
@keyframes ani {
  0% {
    --deg: 134deg;
  }
  100% {
    --deg: 496deg;
  }
}
.games-grid .item:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    padding: 1px;
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    display: none;
    z-index: 2;
    width: calc(100% - 1px * 2);
    height: calc(100% - 1px * 2);
    padding: 1px;
    pointer-events: none;
    background: linear-gradient(var(--deg),#00cfa6 0%, rgba(13, 16, 22, .2) 59.09%);
}

.games-grid .item:hover:before{
    display: block;
    animation: ani 700ms linear infinite;
    animation-iteration-count: 1;
}


.games-grid .item-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
}
.games-grid .item:hover .item-overlay{
    background-color:#0d1016b3;
}
.games-grid .title{
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #c2c4c9;
    width: 100%;
    opacity: 0;
    padding-top: 0;
}
.games-grid .item:hover .title{
    opacity:1;
}
.games-grid .buttons-wrapper{
    visibility: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}
.games-grid .item:hover .buttons-wrapper{
    visibility: initial;
}
.games-grid .btn svg{
    width: 21px;
    height: 21px;
}
.games-grid .btn{
    grid-gap:8px;
}
.games-grid .btn.play{
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    padding: 8px 24px;
    line-height: 24px;
}
.games-grid .btn.play:after {
    content: "";
    animation: button-pulse 1.6s ease-out infinite .5s;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(.7,.5);
    background: #ff240080;
    z-index: -1;
    transition: transform .5s linear;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
}

.btn.load{
    position: absolute;
    bottom: 0;
    left: calc(50% - 93px);
    cursor: pointer;
}
.btn.load:after{
    content: "";
    animation: button-pulse 1.6s ease-out infinite .5s;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(.7,.5);
    background: #ff240080;
    z-index: -1;
    transition: transform .5s linear;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
}
.games-grid .btn.demo{
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 12px 44px;
    border-color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:8px;
}
.games-grid .btn.demo:hover{
    background: #0d101640;
}
.games-grid .new{
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-weight: 500;
    width: -webkit-max-content;
    width: max-content;
    padding: 2px 4px;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    background: #ff240099;
}
.games-grid .exclusive{
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-weight: 500;
    width: -webkit-max-content;
    width: max-content;
    padding: 2px 4px;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    background: #00cfa699;
}
.games-grid .item-bottom{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0d1016a6;
    color:#fff;
    text-transform: uppercase;
    padding: 2px;
    grid-gap:4px;
}
.games-grid .item:hover .item-bottom{
    display: none;
}
.games-grid .item:hover .new{
    display: none;
}
.games-grid .item-bottom svg{
    width: 12px;
    height: 12px;
}
.games-grid .item-bottom svg{
    fill:#fff;
}
.footer-bottom{
    justify-content: center;
    text-align: center;
    display: flex;
}
.apps{
    display: grid;
    grid-auto-flow: column;
    grid-gap: 8px;
}
.apps-item{
    display: flex;
    align-items: flex-start;
    position: relative;
}
.apps-item svg#apple{
    pointer-events: none;
    cursor: none;
    opacity: .3;
}
.apps-item svg#apple, .apps-item svg#android{
    width: 120px;
    height: 40px;
    color: #80858f;
    border: 1px solid #232834;
    border-radius: 0.25rem;
    overflow: hidden;
}
.apps-item svg#android:hover{
    color: #232834;
    background: #fff;
    border-color: #fff;
}
.apps-item svg#info-circle{
    height: 16px;
    width: 16px;
    color: #80858f;
}
.apps-wrapper{
    display: grid;
    grid-gap: 8px;
}
.legal-wrapper{
    position: relative;
}
.legal{
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    grid-gap: 12px;
    color: #80858f;
    border: 1px solid #80858f;
    border-radius: 1.5px;
    padding: 6px 4px;
    font-size: 13px;
    line-height: 18px;
    width: 40px;
    height: 40px;
}
#up{
    position: fixed;
    bottom: calc(64px + env(safe-area-inset-bottom,1rem));
    right: 0.5rem;
    z-index: 599;
    display: flex;
    border-radius: 4px;
    align-items: center;
    padding: 8px;
    background-color: #0d1016d9;
    color: #80858f;
    cursor: pointer;
}
#up svg{
    width: 24px;
    height: 24px;
    transform: rotate(270deg);
}
#up:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    padding: 1px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background: linear-gradient(180deg, #80858f 0%, rgba(13, 16, 22, 0) 92.5%);
}
#up:hover{
    padding-bottom: 18px;
}
#up:hover:before{
    background:  linear-gradient(180.03deg, #00cfa6 .03%, rgba(13, 16, 22, 0) 99.98%);
}
footer .item-text{
    color: #80858f;
    max-height: 224px;
    overflow: auto;
    margin-right: -12px;
    padding-right: 12px;
    padding-bottom: 80px;
    margin-top: 8px;
}
footer .footer-top .item-body{
    position: relative;
}
footer .footer-top .item-body:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, rgba(13, 16, 22, 0) 0%, #0d1016 81.82%);
    pointer-events: none;
}
@media (min-width: 609px){
    .games-grid {
        grid-template-columns: repeat(3,1fr);
    }
}
@media (min-width: 768px){
    .games-grid {
        grid-gap: 0.5rem;
    }
    .legal{
        position: absolute;
        right: auto;
        left: 0;
        bottom: calc(100% + 24px);
    }
    #up{
        bottom: calc(72px + env(safe-area-inset-bottom,1rem));
    }
}
@media (min-width: 931px){
    .games-grid {
        grid-template-columns: repeat(4,1fr);
    }
}
@media (min-width: 1233px){
    .games-grid {
        grid-template-columns: repeat(5,1fr);
    }
}
@media (min-width: 1280px){
    .games-grid {
        grid-template-columns: repeat(4,1fr);
    }
    .games-grid .item:hover{
        transform: scale(1.08);
    }
    .legal{
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        font-weight: 700;
        padding: 4px 5px;
    }
    #up{
        bottom: 64px;
    }
}

@media (min-width: 1459px){
    .games-grid {
        grid-template-columns: repeat(5,1fr);
    }
}

@media (min-width: 1761px){
    .games-grid {
        grid-template-columns: repeat(6,1fr);
    }
}
@media (min-width: 2063px){
    .games-grid {
        grid-template-columns: repeat(7,1fr);
    }
    
}
@media (min-width: 2365px){
    .games-grid {
        grid-template-columns: repeat(8,1fr);
    }
}
@media (min-width: 2667px){
    .games-grid {
        grid-template-columns: repeat(9,1fr);
    }
}
@media (min-width: 2969px){
    .games-grid {
        grid-template-columns: repeat(10,1fr);
    }
}
@media (min-width: 3271px){
    .games-grid {
        grid-template-columns: repeat(11,1fr);
    }
}
@media (min-width: 3573px){
    .games-grid {
        grid-template-columns: repeat(12,1fr);
    }
}
@media (min-width: 3875px){
    .games-grid {
        grid-template-columns: repeat(13,1fr);
    }
}
/* /. tabs */


/*games-section-header-button*/



/*now-win-slider*/
.now-win{
    position: sticky;
    bottom: -1px;
    left: 0;
    padding-bottom: 1px;
    align-items: center;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 32px;
    display: flex;
    background: #0d1016f2;
}
.now-win .title:not(.now-win-slider .title){
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    padding: 8px 8px 4px 24px;
    display: flex;
    color: #80858f;
    width: 140px;
    text-align: left;
    text-transform: none;
    margin: 0 auto;
}
.now-win-slider-wrapper{
    display: flex;
    flex: 1;
    overflow: hidden;
    position: relative;
    width: calc(100% - 140px);
    margin: 0 auto;
}
.now-win-slider{
    display: flex;
    justify-content: start;
    justify-items: end;
}
.now-win-slider .swiper-slide{
    width: 156px;
    height: 56px;
    position: relative;
    flex-grow: 1;
    display: inline-grid;
    grid-template-columns: 48px 1fr;
    grid-column-gap: 8px;
    padding: 12px;
    width: 140px;
    flex-shrink: 0;
}
.now-win-slider .swiper-slide img{
    grid-row: span 2;
    border-radius: 2px;
    overflow: hidden;
}
.now-win-slider .title{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #80858f;
}
.now-win-slider .value{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
}
.now-win-slider .item-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 1;
    background-color: #0d1016;
}
.now-win-slider .swiper-slide:hover .item-overlay{
    box-shadow: none;
    opacity: 1;
}
.now-win-slider .btn{
    box-sizing: border-box;
    margin: 0;
    font-family: inherit;
    vertical-align: baseline;
    appearance: none;
    cursor: pointer;
    letter-spacing: 0;
    text-decoration: none;
    font-size:14px;
    line-height: 14px;
    font-weight: 500;
    padding:6px 16px;
    display: flex;
    border-radius: 5px;
    align-items: center;
    grid-gap:8px;
    height: 28px;
}
.now-win-slider .btn svg{
    width: 12px;
    height: 12px;
}
/*now-win-slider./*/


/*footer*/
footer{
    padding: 0 24px;
    display: grid;
    grid-gap: 16px;
    padding: 0 16px 24px;
}
footer h3, footer h1, footer h2{
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
}
footer ul li{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    padding-left: 12px;
    position: relative;
    margin-top: 4px;
}
.footer-top{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    padding: 8px 0;
}
.footer-nav{
    padding: 16px 0;
    display: grid;
    grid-gap: 8px;
    position: relative;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.footer-nav ul{
    padding-top: 8px;
}

.footer-nav ul li:first-child{
    margin-top: 0;
}
.footer-nav ul li:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #80858f;
}
.footer-nav ul li a{
    color: #80858f;
    text-decoration: none;
}
footer .btn{
    grid-gap:8px;
    margin-top: 8px;
    width: 100%;
    border-color:#80858f;
    border:none;
}
footer .btn:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.25rem;
    padding: 1px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background: #444852;
}
footer .btn:hover:before{
    background:linear-gradient(163deg, #00cfa6 0%, #444852 59.09%);;
}
footer .btn:hover{
    background: transparent !important;
}
footer .btn svg{
    width: 24px;
    height: 24px;
}
footer .btn svg path{
    fill:#80858f;
}
footer .btn span{
    color: #80858f;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding-left: 8px;
    padding-right: 8px;
}


.footer-links{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-links .item{
    display: grid;
    grid-gap: 8px;

}
.footer-links .item0 ul{
    display: grid;
    grid-gap: 33px;
    grid-auto-flow: column;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
}
.footer-links .item0 ul li{
    display: grid;
    grid-gap: 2px;
    color: #80858f;
    padding-left: 0;
}
.footer-links .item0 ul li a{
    text-decoration: none;
    color: #fff;
}
.footer-links .item0 ul li a:hover{
    color: #00cfa6;
}
.socials{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    grid-gap: 8px;
}
.socials svg{
    width: 40px;
    filter: brightness(0) invert(1);
}
.socials a:hover svg{
    filter:none;
}
.footer-links .item2 a:hover svg{
    filter: grayscale(0);
}
footer .swiper-slide{
    width: auto;
}
footer .swiper-slide img{
    width: auto;
    filter: grayscale(100);
    height: 24px;
}
footer .swiper-slide img:hover{
    filter: none;
}
.footer-logos{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 -24px;
    overflow: hidden;
}
footer .logos-top-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
footer .logos-top-wrapper:after{
    content: "";
    position: absolute;
    bottom: 1px;
    display: initial;
    height: 1px;
    background: linear-gradient(90deg, rgba(30, 35, 46, 0) 0%, rgba(128, 133, 143, .252417) 27.6%, rgba(128, 133, 143, .5) 52.62%, rgba(128, 133, 143, .291283) 74.48%, rgba(13, 16, 22, 0) 100%);
    left: 16px;
    right: 16px;
}
footer .swiper-button-next{
    right: 0;
    width: 115px;
    background: linear-gradient(90deg, transparent 0%, #0d1016 50%);
}
footer .swiper-button-prev{
    left: 0;
    width: 115px;
    background: linear-gradient(90deg, transparent 0%, #0d1016 50%);
}
.mini-footer, .mini-mini-footer{
    display: none;
}
.min-sizes{
    display: none;
}
.accordeon .item-body {
    display: none;
}
.accordeon .item{
    width: 100%;
}
.accordeon .item-head{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.accordeon .item-icon{
    transform: rotate(45deg);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all 200ms ease-out;
	position: relative;
    top: -4px;
}
.accordeon .item-icon:before{
    content:'';
    border-right:1px solid #80858f;
    border-bottom:1px solid #80858f;
    width: 8px;
    height: 8px;
    transition: all ease-out 200ms;
	transition: all 200ms ease-out;
}
.accordeon .item.active .item-icon{
    transform: rotate(225deg);
}

@media (min-width: 768px){
    .footer-nav {
        padding: 0;
        grid-auto-flow: column;
        justify-content: space-between;
        border: none;
    }
    footer h3, footer h1, footer h2{
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
    }
    footer{
        grid-gap: 24px;
        padding: 0 24px 24px;
    }
    .footer-links .item0 ul{
        grid-auto-flow: column;
        grid-gap: 49px;
    }
    footer .swiper-slide img{
        height: 32px;
    }
    footer .logos-top-wrapper:after{
        left: 24px;
        right: 24px;
    }
    .footer-top{
        padding: 16px 0 8px;
    }
    
}
@media (min-width: 1280px){
    footer .item{
        width: 180px;
    }
    footer .swiper-slide img{
        height: 48px;
    }
    footer .logos-top-wrapper:after{
        left: -16px;
        right: -16px;
    }
    footer .logos-top-wrapper{

        padding-bottom: 12px;
        margin-bottom: 12px;
    }
}
@media (min-width: 1329px){
    .logos-bottom{
        justify-content: center;
    }
}
@media (min-width: 1366px){
    footer .item{
        width: 210px;
    }
}
@media (min-width: 1753px){
    .logos-top{
        justify-content: center;
    }
}
@media (min-width: 1920px){
    footer .item{
        width: 350px;
    }
}
@media (max-width: 1279px){
  
    footer .logos-top, footer .logos-bottom{
        justify-content: center;
    }
    footer{
        padding: 0 16px 24px;
    }
    .big-footer{
        display: none;
    }
    .mini-footer{
        display: grid;
    }
    .footer-links .item0 ul{
        grid-auto-flow: row;
        grid-gap: 9px;
    }
    .footer-links .item-inner .item.item2 svg{
        width: 98px;
        height: 36px;
        filter: grayscale(0);
    }
    footer .btn{
        margin-top: 0;
    }
    .big-sizes{
        display: none !important;
    }
    .min-sizes{
        display: block;
    }
    .games-section-header-buttons{
        position: relative;
        top: 0;
        padding-right: 0;
    }
    .tabs-wrapper{
        width: 100%;
    }
    .tabs-wrapper .arrow{
        display: none;
    }
    
    
    .games-section-header{
        position: sticky;
        top: 72px;
        z-index: 1000;
        background: #0d1016;
        padding: 0 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .games-section-header .btn {
        color: #80858f;
        border:none;
    }
    .games-section-header .btn svg {
        width: 24px;
        height: 24px;
    }
    .games-section-header .btn svg path{
        fill: #80858f;
    }
    .games-section-header .title{
        color: #fff;
        line-height: 18px;
    }
    .footer-logos{
        margin: 0 -16px;
    }
    .games{
        padding: 0 16px;
    }
    .now-win{
        display: none;
    }
    
    .games-section-header .buttons{
        display: flex;
        grid-gap: 8px;
        padding: 8px 0;
    }
     .games-section-header .btn{
         grid-gap: 8px;
         padding: 8px 16px;
         font-size: 14px;
     }
    .games-section-header .btn:hover{
        background: transparent !important;
    }
    .games-section-header .btn:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0.25rem;
        padding: 1px;
        -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        background: #444852;
    }
    .games-section-header .btn:hover:before{
        background:linear-gradient(163deg, #00cfa6 0%, #444852 59.09%);;
    }
    .games-section-header .btn:hover{
        color: #fff;
    }
    .games-section-header .btn:hover svg path{
        fill: #fff;
    }
    .legal{
        width: 32px;
        height: 32px;
    }
    .logo-wrap{
        width: 155px;
    }
    footer .item {
        width: 200px;
    }
    footer{
        padding-bottom: 100px;
    }
.mobile-nav{
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 600;
        box-shadow: 0px -4px 10px rgba(0, 0, 0, .4);
        background-color:#0d1016;
        transition: bottom .6s;
        padding: 0 16px;
    }
    .mobile-nav .nav-menu ul{
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: repeat(5,1fr);
        grid-gap: 2px;
        align-items: stretch;
        grid-gap: 8px;
        width: 100%;
    }
    .mobile-nav a, .mobile-nav div{
        color: #80858f;
        font-size: 14px;
        font-weight: 400;
        display: flex;
        align-items: center;
        color: #80858f;
        padding-left: 7px;
        grid-gap:9px;
        margin-bottom: 4px;
        position: relative;
        transition: .2s linear;
        border-radius: 4px;
        text-align: center;
     
    }
    .mobile-nav li a, .mobile-nav li div{
        position: relative;
        display: flex;
        flex-direction: column;
        align-content: center;
        margin: 0;
         padding: 8px 0;
    }
    .mobile-nav svg{
        height: 32px;
        width: 32px;
    }
    .mobile-nav a svg path{
        fill:#80858f;
    }
    .mobile-nav a span, .mobile-nav div span{
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        flex-grow: 1;
        text-align: left;
        margin: 0 0.25rem;
        width: calc(100% - 24px - 9px);
        transition: width .2s ease-in-out .2s,visibility .2s ease-in-out .2s;
        text-align: center;
    }
    .mobile-nav a.active svg path{
        fill:#fff;
    }
    .mobile-nav a.active, .mobile-nav div.active{
        color: #fff;
    }
    
    
 .overlay{
        transition: all 200ms ease-out;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0;
        z-index: -1;
    }
    .mobile-menu{
        max-height: 624px;
        padding: 0 0 108px;
        overflow: auto;
        z-index: 2500;
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        color: #80858f;
        background: #0d1016;
        flex-direction: column;
        box-shadow: 0px -4px 10px rgba(0, 0, 0, .4);
        transition: bottom .6s;
        border-top-left-radius: 16px;
        border-top-right-radius:16px;
        display: none;
    }
    
    .mobile-menu  ul{
        position: relative;
    }
    .mobile-menu a{
        color: #80858f;
        font-size: 14px;
        font-weight: 400;
        display: flex;
        align-items: center;
        color: #80858f;
        padding-left: 7px;
        grid-gap:9px;
        margin-bottom: 4px;
        position: relative;
        transition: .2s linear;
        border-radius: 4px;
        text-align: center;
     
    }
    .mobile-menu li a{
        margin: 0;
         padding: 8px 0;
    }
    .mobile-menu li{
        padding: 0 16px;
        position: relative;
    }
    .mobile-menu svg{
        height: 24px;
        width: 24px;
    }
    .mobile-menu a svg path:not(.russian path, .casino path){
        fill:#80858f;
    }
    .mobile-menu ul:before{
        position: relative;
        top: -5px;
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background:linear-gradient(90deg, rgba(0, 207, 166, 0) 0%, rgba(0, 207, 166, .35) 27.6%, rgba(0, 207, 166, .7) 52.62%, rgba(0, 207, 166, .35) 74.48%, rgba(0, 207, 166, 0) 100%);;
    }
    .mobile-menu ul:first-child:before{
        display: none;
    }
    .mobile-menu ul{
        margin: 5px 0;
    }
    .mobile-menu a.active{
        color: #fff;
    }
  
    
    .mobile-menu #star-hb{
        color: #ffc700;
    }
    .mobile-menu #star-hb path{
        fill:#ffc700;
    }
    .mobile-menu a.active svg path{
        fill:#ff2400 !important;
    }
    .mobile-menu .buttons-wrapper{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 8px;
        padding: 0 16px;
    }
    .mobile-menu .buttons-wrapper .btn{
        border:none;
        color: #80858f;
        height: 40px;
    }
    .mobile-menu .buttons-wrapper .btn:before{
         content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0.25rem;
        padding: 1px;
        -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        background: #444852;
    }
    .mobile-menu .buttons-wrapper .btn:hover:before{
        background:linear-gradient(163deg, #00cfa6 0%, #444852 59.09%);;
    }
    .mobile-menu .buttons-wrapper .btn:hover svg path{
        fill: #fff;
    }
    .mobile-menu .buttons-wrapper .btn:hover{
        color: #fff;
        background: transparent;
    }
    .mobile-menu .buttons-wrapper .btn svg path{
        fill: #80858f;
    }
    .mobile-menu .buttons-wrapper .btn{
        grid-gap:9px;
    }
    .tg svg path{
        fill: #0088CC !important;
    }
    .close-bar{
       position: fixed;
       bottom: 0;
       display: flex;
        align-items: center;
        flex-direction: column;
        background: linear-gradient(180deg, rgba(13, 16, 22, 0) 0%, #0d1016 64.77%);;
        width: 100%;
        height: 82px;
    }
    .close{
        box-sizing: border-box;
        margin: 0 0 10px;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        background: none;
        -webkit-appearance: none;
        appearance: none;
        border: 0;
        padding: 0;
        cursor: pointer;
        letter-spacing: 0;
        text-decoration: none;
        background: #13171f;
        border-radius: 50%;
        padding: 11px;
        height: 46px;
        width: 46px;
    }
    .close path{
        fill: #80858f;
    }
    .close-bar span{
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        display: flex;
        color: #80858f;
    }
    span.arr {
        position: absolute;
        top: 10px;
        right: 30px;
    }
    .mobile-menu.active{
        display: flex;
    }
    .mobile-menu.active + .overlay{
        opacity: 0.5;
        z-index: 2000;
        transition: all 200ms ease-out;
    }
}
@media (max-width: 1038px){
    
}

@media (max-width: 880px){
    footer .logos-top{
        justify-content: initial;
    }
}
@media (max-width: 767px){
     footer .item{
        width: auto;
    }
    footer .logos-top{
        justify-content: center;
    }
    .games-section-header .btn span{
        display: none;
    }
    .games-section-header .btn{
        padding: 0;
        width: 40px;
        height: 40px;
    }
    .logo-wrap{
        width: 110px;
        height: auto;
    }
    .header{
        padding: 12px 0;
    }
    .header-text{
        display: none;
    }
    .btn{
        font-size: 14px;
        height: 28px;
        padding: 7px 16px;
    }
    .games-section-header{
        top: 40px;
    }
    .header, .header-push{
        height: 40px;
         padding: 0;
    }
    .container{
        padding: 0 8px;
    }
    .footer-logos{
        margin: 0 -8px;
    }
    .games-section-header{
        padding: 0 8px;
    }
    .games{
        padding: 0 8px;
    }
    footer{
        padding: 0 16px 24px;
    }
    .btn.big-btn{
        display: none;
    }
    .header .part-left {
        top: 0;
    }
    .mini-footer{
         display: none;   
    }
    .mini-mini-footer{
        display: grid;
    }
    .footer-nav:before{
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        height: 1px;
        background:linear-gradient(90deg, rgba(30, 35, 46, 0) 0%, rgba(128, 133, 143, .252417) 27.6%, rgba(128, 133, 143, .5) 52.62%, rgba(128, 133, 143, .291283) 74.48%, rgba(13, 16, 22, 0) 100%);
    }
    .footer-nav:after{
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        top: auto;
        bottom: -1px;
        background:linear-gradient(90deg, rgba(30, 35, 46, 0) 0%, rgba(128, 133, 143, .252417) 27.6%, rgba(128, 133, 143, .5) 52.62%, rgba(128, 133, 143, .291283) 74.48%, rgba(13, 16, 22, 0) 100%);
    }
    .support .buttons-wrapper{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 8px;
    }
    .support{
        display: grid;
        grid-gap: 8px;
        width: 100%;
    }
    .support .btn{
        height: 40px;
        padding: 8px;
    }
    .partners svg{
        filter: grayscale(0);
        width: 74px;
        height: 29px;
    }
    .footer-bottom{
        justify-content: flex-start;
        text-align: left;
    }
    .legal{
            position: absolute;
        bottom: 20px;
        right: 16px;
    }
    .swiper-button-next svg, .swiper-button-prev svg{
        display: none;
    }
    footer .arrow{
        width: 85px;
        background: linear-gradient(90deg, transparent 0%, #0d1016 100%);
    }
    .mobile-nav svg{
        width: 28px;
        height: 28px;
    }
    .mobile-nav a span, .mobile-nav div span{
        font-size: 12px;
    }
    .mobile-nav .nav-menu ul, .mobile-nav li a, .mobile-nav li div{
        grid-gap:0;
    }
    .mobile-menu{
        max-height: 100%;
    }
}
@media (max-width: 676px){
    footer .logos-top{
        justify-content: inherit;
    }

}
@media (max-width: 494px){
     footer .logos-bottom {
        justify-content: inherit;
    }
    .mobile-nav a, .mobile-nav div, .mobile-nav{
        padding-right: 0;
        padding-left: 0;
    }
    .mobile-nav a span, .mobile-nav div span {
        font-size: 10px;
    }
    .mobile-nav a span, .mobile-nav div span{
        display: block;
        width: 100%;
    }
    .mobile-nav li a, .mobile-nav li div{
        align-items: center;
    }
}
@media (max-width: 375px){
    .logo-wrap{
        width: 83px;
    }
    span.arr{
        right: 16px;
    }
}
/*footer*/

.pinupcasino{
cursor: pointer;
}

	   .play-button {
            background-color: red; /* Красный цвет фона */
            color: white; /* Белый цвет текста */
            font-size: 18px; /* Размер шрифта */
            padding: 15px 30px; /* Отступы внутри кнопки */
            border: none; /* Без рамки */
            border-radius: 5px; /* Слегка скругленные углы */
            cursor: pointer; /* Курсор меняется на указатель */
            transition: background-color 0.3s; /* Плавный переход фона */
        }

        .play-button:hover {
            background-color: darkred; /* Изменение фона при наведении */
        }
		
	  h1, h2, p, ul {
        text-align: center;
    }
	 
    table {
      width: 80%;
      margin: 50px auto;
      border-collapse: collapse;
      background-color: #1e1e1e; /* Темный фон для таблицы */
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); /* Тень для таблицы */
    }

    th, td {
      padding: 15px;
      border: 1px solid #333; /* Темные границы */
      text-align: left;
    }

    th {
      background-color: #333; /* Темный фон для заголовков */
      font-size: 16px;
      font-weight: bold;
    }

    td {
      font-size: 14px;
    }

    tr:nth-child(even) {
      background-color: #2a2a2a; /* Чередование фона строк */
    }

    tr:hover {
      background-color: #3a3a3a; /* Подсветка строки при наведении */
    }

    caption {
      font-size: 20px;
      margin-bottom: 10px;
      color: #fff;
      font-weight: bold;
    }
	
     .sl-banner {
    overflow: hidden;
    position: relative;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.new_year.sl-banner__text {
    font-size: 29px;
    line-height: 1;
    font-family: "Pinup-Bold-It";
    color: #fff;
    font-weight: 600;
}
.bn-ua-welcome-bonus-new {
    background-image: url(images/bn-ua-welcome-bonus-new-bg.jpg);
    padding: 35px 0 0 20px;
}
@media (max-width: 768px){
.bn-ua-welcome-bonus-new {
    background-image: url(images/bn-ua-welcome-bonus-new-bg-mob.jpg);
    padding: 20px 15px;
}
.new_year.sl-banner__text {
    font-size: 20px;
}
}
