.fullgames_main{
    width: 100%;
    padding: 25px 32px 0;
    display: flex;
    justify-content: center;
}

.fullgames_content{
    width: 100%;
    max-width: 1300px;
}

.fullgames_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.fullgames_crumbs{
    width: 200px;
    font-weight: 700;
    font-size: 16px;
    color: #5f6889;
    gap: 4px;
    display: flex;
    align-items: center;
}

.games_back{
    color: #5f6889!important;
}

.games_here{
    color: #fff;
}

.fullgames_top_title{
    font-style: italic;
    font-weight: 900;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
}

.fullgames_gameblock{
    padding: 15px;
    display: flex;
    gap: 15px;
    border: 1px solid hsla(0, 0%, 100%, .06);
    border-radius: 24px;
}

.mines_left_block{
    width: 380px;
    min-width: 380px;
    background: #0d1426;
    border-radius: 24px;
    padding: 30px 20px;
}

.mines_left_block_balance{
display: flex
;
    justify-content: space-between;
    align-items: center;
}

.mines_left_block_balance_text{
font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}

.input-money {
    color: #f3f3f3;
    display: flex;
    font-family: Halvar Breit Rg, sans-serif;
    font-size: 18px;
    font-weight: 500;
    height: 44px;
    line-height: 24px;
    border: 2px solid #1e2438;
    border-radius: 8px;
    margin-top: 15px;
}
.one_mor{
    margin-top: 15px;
}
.minesBombsselect{
        line-height: 24px;
        font-size: 18px;
    font-weight: 500;
        color: #f3f3f3;
        font-family: Halvar Breit Rg, sans-serif;
    margin-top: 15px;
    width: 100%;
    height: 45px;
    background-color: #090f1e;
    border: 2px solid #1e2438;
    border-radius: 10px;
    outline: none;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
    transition-duration: .3s;
}

.minplay_button{
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
    background-color: #4383ff;
    border-radius: 10px;
    transition: all .3s, transform .1s;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
}

.mines_main_gameblock{
    position: relative;
    width: 100%;
    aspect-ratio: 875 / 676;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    overflow: hidden;
}

.mines_main_gameblockbg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url(/img/bg.webp);
    background-size: cover;
    opacity: 0.07;
}

.mines_main_conblock{
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: translateZ(0px);
    container-type: size;
}

.mines_main_conblockgame{
    background: rgba(9, 15, 30, .32);
    height: calc(100% - 60px);
    flex-direction: column;
    gap: 16px;
    padding: 35px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mines_main_topgame{
width: 100%;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.mines_main_minescol{
    width: 110px;
    height: 500px;
    background: linear-gradient(180deg, rgba(9, 15, 30, .04), rgba(88, 143, 255, .1) 50%, rgba(9, 15, 30, .04)), rgba(9, 15, 30, .8);
    border: 1px solid hsla(0, 0%, 100%, .06);
    border-radius: 24px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.mines_main_minescoltitle{
    display: none;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}

.mines_main_minescolimg{
    width: 56px;
}

.mines_fild_main{
    width: 500px;
    height: 500px;
    padding: 30px;
    background-color: rgba(9, 15, 30, .8);
    border: 1px solid hsla(0, 0%, 100%, .06);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mines_main_bombcol{
background: linear-gradient(180deg, rgba(9, 15, 30, .04), rgba(255, 72, 66, .2) 50%, rgba(9, 15, 30, .04)), rgba(9, 15, 30, .8);
width: 110px;
    height: 500px;
    border: 1px solid hsla(0, 0%, 100%, .06);
    border-radius: 24px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.mines_main_minescolimgbomb{
    width: 76px;
}

.mines_fild_row{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.mines_item{
    width: 78px;
    height: 78px;
    border-radius: 16px;
    user-select: none;
    -webkit-user-drag: none;
    border: 2px solid #0c162d;
    outline: none;
    background-color: #0c162d;
    transition-duration: .3s;
}

.mines_item i {
    font-size: 28px;
}
.mines_item img {
    width: 50%;
}
.mines_item.success {
    display: flex;
    justify-content: center;
    align-items: center;  
    background: rgb(88 143 255 / 63%) 50%;
    animation: bounce .3s ease both;    
}
.mines_item.error {
    background: rgb(255 72 66 / 52%) 50%;
}

@media screen and (max-width: 799px) {
.fullgames_gameblock{
    border-radius: 12px;
    padding: 0;
        border: none;
        background-color: #0d1426;
        gap: 0;
        flex-direction: column-reverse;
}
    
    .mines_item {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 8px;
    }
.mines_main_bombcol{
 display: none;   
}

    .mines_fild_main{
        background: transparent;
        border: none;
        padding: 0;
        height: calc(100% - 45px);
        gap: 5px;
        aspect-ratio: 1 / 1;
        min-width: 0;
        width: auto;
        border-radius: 12px;
    }

    .mines_main_minescol{
        display: none;
    }

.mines_main_topgame{
            flex-direction: column;
        align-items: center;
        max-height: calc(100% - 16px - 36px);
                width: 100%;
        height: 100%;
        gap: 10px;
}

.mines_main_conblockgame{
    padding: 10px 15px 15px;
        height: calc(100% - 30px);
        gap: 10px;
}

.mines_main_gameblock{
    aspect-ratio: auto;
        container-type: normal;
        height: 440px;
}

    .minplay_button{
        height: 45px;
        border-radius: 10px;
        font-size: 14px;
        display: flex;
        margin-top: 10px;
    }

.mines_left_block_balance_text{
    font-size: 12px;
        line-height: normal;
}

.mines_left_block{
    width: 100%;
    padding: 15px;
    min-width: 0;
    border-radius: 12px;
}

    .fullgames_gameblock{
        border-radius: 12px;
        padding: 0;
        border: none;
        background-color: #0d1426;
        gap: 0;
    }

    .fullgames_top_title{
        font-size: 22px;
        white-space: nowrap;
        max-width: 100%;
    }

    .fullgames_main {
        padding: 15px 10px 0;
    }

    .fullgames_top{
        height: 18px;
        margin-bottom: 15px;
    }
    .fullgames_crumbs{
        font-size: 12px;
    }
}