@media (hover: none) and (pointer: coarse) {
    #roulettePage .chip-red {
        background: rgba(255, 0, 104, 1)!important;
    }
    #roulettePage .chip-black {
        background: rgba(34, 34, 34, 1)!important;
    }
    #roulettePage .chip-black span, #roulettePage .chip-red span {
        background: transparent;
        box-shadow: none;
    }
}
@media (max-width: 1200px) {
    #roulettePage .promotions__items .promotions__item:nth-child(3) {
        grid-column: 1 / -1;
        justify-self: center;
        width: 50%;
    }
    #roulettePage .roulette-graph-container {
        transform: translateX(-50%) scaleX(1.5) scaleY(1.5);
        left: 42%;
        top: 15%;
    }
    #roulettePage .faetRightBlock {
        margin-top: 20px;
    }
    #roulettePage .fContentWrp {
        height: auto;
    }
    #roulettePage .roulette-game-container {
        padding: 5px;
    }
    #roulettePage .roulette-header {
        display: none;
    }
    #roulettePage .chip.chip-green.chip-huge {
        top: -30px;
        height: 115px;
    }
    #roulettePage div#rcircle {
        overflow: hidden;
    }
    #roulettePage .roulette-container {
        height: auto
    }
    #roulettePage .roulette-container {
        height: 200px;
        background: #040404;
        border-radius: 15px;
    }
    #roulettePage .roulette-game-container {
        height: 75%;
    }
    #roulettePage #monitoringBlock .table-wrapper > table {
        min-width: unset;
    }
}

@media (max-width: 967px) {
    #roulettePage .faetLeftBlock {
        transform: scaleX(.8) scaleY(.8);
        padding-left: 0;
        margin-left: -20px;
    }
    #roulettePage .faetRightBlock {
        margin-top: 60px;
    }
    #roulettePage .fContentWrp {
        padding: 10px;
        width: 160px;
    }
    #roulettePage .g_follow.lBlockWrp {
        margin: 0;
        margin-top: 20px;
        position: relative;
        top: 0;
    }
    #roulettePage .roulette-graph-container {
        transform: translateX(-50%) scaleX(1.9) scaleY(1.9);
        left: 41%;
        top: 20%;
    }

}

@media (max-width: 767px) {
    #roulettePage .faetRightBlock {
        display: none;
    }
    #roulettePage .roulette-graph-container {
        transform: translateX(-50%) scaleX(1.9) scaleY(1.9);
        left: 54%;
        top: 20%;
    }
    #roulettePage .roulette-game-container .r-row-big {
        width: 78%;
        transform: translateX(1.8%);
    }
    #roulettePage .chip.chip-green.chip-huge {
        top: 0;
    }
    #roulettePage .r-row-top {
        display: flex;
    }
    #roulettePage .r-row-top .r-row-small {
        flex: 1 0 10%;
    }
    #roulettePage .r-row-top .r-row-big {
        flex: 1 0 auto;
    }
    #roulettePage .r-row-bottom {
        top: 0
    }
    #roulettePage .r-row-bottom .r-row-small {
        display: none;
    }
    #roulettePage .r-row-bottom .r-row-big {
        width: 100%;
    }
    #roulettePage .r-row-bottom-top {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        margin-top: 5px;
    }
    #roulettePage .r-row-bottom-bottom {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        gap: 5px;
    }
    #roulettePage .r-row-bottom-bottom .chip-fix {
        bottom: auto;
    }
    #roulettePage .roulette-container {
        height: auto;
        bottom: -50px;
    }
    #roulettePage .chip span, #roulettePage .chip span:hover {
        background: transparent!important;
        box-shadow: none!important;
    }
}

@media (max-width: 576px) {
    #roulettePage .game__wrapper.container__main111 {
        display: flex;
        flex-direction: column;
    }
    #roulettePage .game__wrapper.container__main111 > .col-md-3 {
        order: 2;
    }
    #roulettePage .game__wrapper.container__main111 > .col-md-9 {
        order: 1
    }
    #roulettePage .roulette-graph-container {
        transform: translateX(0) scaleX(1) scaleY(1);
        left: calc(50% - 130px);
        top: 14%;
    }
    #roulettePage .roulette-container {
        bottom: 0;
    }
    #roulettePage .promotions__items .promotions__item:nth-child(3) {
        width: 100%;
    }
}
