.games-cards-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -28px;
}
.games-cards-list > .item {
    width: 25%;
    padding: 0 14px;
    margin-bottom: 28px;
}
@media (max-width: 969px) {
    .games-cards-list {
        width: calc(100% + 14px);
        margin-left: -7px;
        margin-right: -7px;
        margin-bottom: -14px;
    }
    .games-cards-list > .item {
        padding: 0 7px;
        margin-bottom: 14px;
    }
}
@media (max-width: 900px) {
    .games-cards-list > .item {
        width: 33.33%;
    }
}
@media (max-width: 700px) {
    .games-cards-list > .item {
        width: 33.33%;
    }
}
@media (max-width: 549px) {
    .games-cards-list > .item {
        width: 50%;
    }
}
@media (max-width: 450px) {
    .games-cards-list > .item {
        width: 50%;
    }
}
.game-card {
    width: 100%;
    position: relative;
    display: block;
}
.game-card.soon {
    opacity: .4;
    pointer-events: none;
    overflow: hidden;
}
.game-card .game-soon {
    font-family: Exo 2, Open Sans, sans-serif;
    font-size: 18px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -10%;
    display: flex;
    width: 120%;
    height: 30%;
    margin-top: -10%;
    padding-bottom: 4px;
    transform: rotate(-15deg);
    opacity: .9;
    color: #fff;
    background: #353c4a;
    align-items: center;
    justify-content: center;
}
.game-card .game-soon.wheel {
    background: #fe822f;
}
.game-card .game-soon.blackjack {
    background: #1d7a2d;
}
.game-card .game-soon.x777 {
    background: #e4a51c;
}
.game-card .game-soon.baccarat {
    background: #1d7a2d;
}
.game-card .game-soon.roulette {
    background: #e4a51c;
}
.game-card .game-soon.videoPoker {
    background: #5a41b5;
}
.game-card .card-thumb {
    width: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.game-card .card-thumb:before {
    content: "";
    display: block;
    padding-top: 74.0741%;
}
.game-card .card-thumb img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    user-select: none;
}
.game-card .card-name {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-weight: 400;
    font-size: 15px;
    padding: 4px 12px;
    background: rgba(32,36,45,.4);
    color: #fff;
    border-radius: 4px;
    transition: all .1s;
}
.game-card:hover .card-name {
    padding: 4px 20px;
}
@media (max-width: 900px) {
    .game-card .card-name {
        right: 6px;
        bottom: 6px;
        font-size: 14px;
        padding: 3px 10px;
    }
}

.intro_intro__16fTv {
    background: #272d39;
    margin-bottom: 28px;
    border-radius: 6px;
    display: flex;
    height: 62px;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    cursor: pointer;
    width: 100%;
    color: #fff;
    border: 0;
}
.intro_intro__16fTv:focus,
.intro_intro__16fTv:hover {
    outline: none;
}
.intro_intro__16fTv:hover .intro_btn__3d_YV {
    background: #4986f5;
    min-width: 36px;
}
@media (max-width: 999px) {
    .intro_intro__16fTv {
        margin-bottom: 15px;
    }
}
@media (max-width: 600px) {
    .intro_intro__16fTv {
        height: 56px;
        padding: 0 12px;
    }
    .intro_intro__16fTv:hover .intro_btn__3d_YV {
        min-width: 30px;
    }
    .intro_caption__lB6D3 > span {
        display: none;
    }
    .intro_caption__lB6D3 img {
        height: 22px;
        margin-right: 8px;
    }
    .intro_badge__3tomE {
        margin-right: 8px;
        padding: 0 10px;
        font-size: 13px;
        height: 26px;
    }
    .intro_btn__3d_YV {
        font-size: 12px;
        background: none;
        width: auto;
        color: #828f9a;
        background: transparent !important;
    }
}

.promo_PromoBlock__1gRtf {
    padding-bottom: 0;
    margin-bottom: 40px;
    background: #262b37;
}
@media (max-width: 999px) {
    .promo_PromoBlock__1gRtf {
        margin-bottom: 30px;
    }
}
@media (max-width: 600px) {
    .promo_PromoBlock__1gRtf {
        margin-bottom: 0;
    }
}

.promo_Container__1-IDl {
    padding: 25px 0;
    background: #262b37;
    position: relative;
    overflow: hidden;
    display: flex;
}

.promo_Left__2cMf3 {
    position: relative;
    width: 100%;
    margin-right: 40px;
}

.promo_Left__2cMf3:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: calc(100% + 50px);
    background: linear-gradient(270deg, hsla(0,0%,100%,.03) 0, transparent);
}

.promo_Left__2cMf3 h1 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}

.promo_Left__2cMf3 ul {
    padding: 0;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #ffd000;
}

.promo_Left__2cMf3 ul li {
    margin-bottom: 8px;
    position: relative;
    list-style: none;
    padding-left: 28px;
}

.promo_Left__2cMf3 ul li:last-child {
    margin-bottom: 0;
}

.promo_Left__2cMf3 ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    height: 16px;
    width: 16px;
    background: url(data:image/png;base64,...) no-repeat;
    background-size: cover;
}

.promo_Left__2cMf3 ul li > span {
    color: #828f9a;
    font-size: 14px;
    margin-left: 5px;
}

.promo_Right__tLgwU {
    min-width: 234px;
    height: 115px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    margin: auto;
}
.promo_Right__tLgwU .bet-number {
    padding-left: 18px;
    color: #ffd000;
}

.promo_Right__tLgwU .btn {
    width: 100%;
    height: 44px;
    font-weight: 400;
    font-size: 14px;
    background: hsla(0, 0%, 100%, .06);
    margin-top: auto;
    justify-content: center;
}

.promo_Right__tLgwU .btn:hover {
    color: #ffd000;
}

.promo_Text__14bvS {
    text-align: center;
    color: #828f9a;
    font-size: 15px;
    position: relative;
    height: 42px;
}

.promo_Text__14bvS:after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: -38px;
    height: 34px;
    width: 16px;
    margin-right: -8px;
    background: url(/static/media/spin.ce111363.svg) no-repeat;
    background-size: cover;
}

@media (max-width: 1299px) {
    .promo_Left__2cMf3 {
        margin-right: 30px;
    }
}

@media (max-width: 1199px) {
    .promo_Left__2cMf3 {
        margin-right: 30px;
    }
    .promo_Left__2cMf3 ul li span {
        color: #828f9a;
        font-size: 14px;
        margin-left: 0;
        display: block;
    }
}

@media (max-width: 999px) {
    .promo_Left__2cMf3 {
        margin-right: 15px;
        padding-right: 15px;
    }
    .promo_Left__2cMf3 ul {
        font-size: 14px;
    }
    .promo_Left__2cMf3 h1 {
        font-size: 17px;
    }
    .promo_Right__tLgwU {
        min-width: 200px;
    }
}

@media (max-width: 600px) {
    .promo_Container__1-IDl {
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .promo_Left__2cMf3 {
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .promo_Left__2cMf3 h1 {
        font-size: 16px;
    }
    .promo_Left__2cMf3:before {
        display: none;
    }
    .promo_Right__tLgwU {
        min-width: 100%;
        height: auto;
    }
    .promo_Text__14bvS {
        display: none;
    }
}

@media (max-width: 969px) {
    .landing_LandingGameSection__JPR73 {
        padding-bottom: 30px;
        padding-top: 0px;
    }
}

.landing_GameSection__2gUlN {
    background: #20242d;
    padding-bottom: 40px;
}

@media (max-width: 999px) {
    .landing_GameSection__2gUlN {
        padding-bottom: 15px;
    }
}

@media (max-width: 900px) {
    .landing_GameSection__2gUlN {
        padding-bottom: 15px;
    }
}
