@keyframes scale {
    30% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

.el-dialog__wrapper, .el-message-box__wrapper { display:none; z-index:1080 }
.el-dialog__wrapper.active, .el-message-box__wrapper.active { display:block }
.el-dialog, .el-message-box { z-index:2; position:relative }
.v-modal { z-index:1 }

.el-menu--horizontal > .el-menu-item.is-active { border-bottom:0 }
.u-swiper .next, .u-swiper .prev { position:absolute!important }
.header-main .navbar-collapse .nav-games-wrap .slider-main-cell { flex-direction:column }
.header-main .navbar-collapse .nav-games-wrap ul > div { padding:0; margin:0 }

.g-main-container .container.home { background-position: center 620px; background-size: 100% 100%; background-attachment: scroll; background-repeat: no-repeat; background-image: url(../img/bg/public_bg.jpg); background-color: rgb(8 4 29); }

.el-carousel--horizontal .splide__slide { overflow:hidden }
.el-carousel--horizontal .splide__slide img { width:125%; max-width:none; margin-left:-12.5% }

.game-center .swiper-main .center { height:400px }
.m-gameInfoTab-box .m-gameInfoTab .container .content-right .next, .m-gameInfoTab-box .m-gameInfoTab .container .content-right .prev { width:calc(100% - 23px); margin-left:2px }

.m-gameInfoTab-box .m-gameInfoTab .container .content .content-right { opacity:0 }
.m-gameInfoTab-box .m-gameInfoTab .container .content.active .content-right { opacity:1 }

.f-fixed_tools { right: 15px; bottom: 100px; }

.vvBack2top { visibility:hidden }
.vvBack2top.aaa { visibility:visible }

.g-games-lists { display:flex; gap:0px; flex-wrap:wrap }

.m-activity { background-image:url(../img/bg/activity_bg.jpg) }