.crash__games__sec {
    display: flex;
    padding-bottom: 41px;
}

.crash__games__sec__clmn {
    display: flex;
    gap: 10px;
    flex-direction: column;
    flex: 0 0 100%;
}

.crash__games__mobile .swiper-horizontal>.swiper-pagination-bullets,
.crash__games__mobile .swiper-pagination-bullets.swiper-pagination-horizontal,
.crash__games__mobile .swiper-pagination-custom,
.crash__games__mobile .swiper-pagination-fraction {
    bottom: 16px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 4.29px 4.29px 7.14px 0px #000000;
    box-shadow: -3.14px -1.14px 4.14px 0px #E9BE062B;
    background: #606060;
    width: 90px;
    border-radius: 30px;
    height: 4px;
    overflow: unset;
    display: flex;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.crash__games__mobile .swiper-pagination-bullet {
    background: #606060;
    width: 30px;
    height: 3px;
}

.crash__games__mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    height: 3px;
    display: unset;
    float: left;
    background: #F4B720;
    box-shadow: 4.29px 4.29px 7.14px 0px #000000;
    box-shadow: -3.14px -1.14px 4.14px 0px #E9BE062B;
    box-shadow: 2px 4px 8px 0px #000000;
    border-radius: 30px;
    margin: 0;
}

.crash__games__mobile.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.crash__games__mobile.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    width: 30px;
    height: 3px;
}

.crash__games__bottom__sec {
    display: flex;
    gap: 22px;
}

.crash__games__cnt {
    flex: 1;
}

.crash__plinko__sec img {
    width: 100%;
}

.crash__games__scroll__sec {
    width: 90px;
    height: 3.38px;
    border-radius: 29px;
    box-shadow: 4.29px 4.29px 7.14px 0px #000000;
    box-shadow: -3.14px -1.14px 4.14px 0px #E9BE062B;
    box-shadow: 2px 4px 8px 0px #000000;
    background: #606060;
    margin: 30px auto;
}

.crash__games__bar {
    width: 30px;
    height: 3px;
    background: #F4B720;
    border-radius: 29px;
}

.crash__games__dtop,
.crash__games__dbottom {
    overflow: hidden;
}
.crash__games__dtop .swiper-wrapper {
    width: 100%;
}

.dcrash__games__sec__clmn {
    height: 200px;
}

.dcrash__games__cnt a{
    display: block;
    height: 100%;
}
.dcrash__games__cnt ,.dcrash__games__cnt svg{
    width: 100%;
    height: 100%;
}

.crash__games__desktop {
    display: none;
}
.ks_mycrash_game_ab,.ks_mycrash_game_ab2{
    margin-top: -30px;
}
@media(min-width:768px) {
    .crash__games__mobile {
        display: none;
    }

    .crash__games__desktop {
        display: flex;
        flex-direction: column;
    }
}
