@media screen and (max-width: 1700px) {
    .main {
        background:
            url(../img/smoke-1.png) right -23vmin top -4vmin no-repeat,
            url(../img/smoke.png) bottom -15vmin left -15vmin no-repeat;
        background-size: 135% auto, 100% auto;
    }
}

@media screen and (max-width: 1500px) {
    .main {
        background:
            url(../img/smoke-1.png) right -6vmin top 1vmin no-repeat,
            url(../img/smoke.png) bottom -5vmin left -25vmin no-repeat;
        background-size: 135% auto, 120% auto;
    }
}

@media screen and (max-width: 1200px) {
    .main {
        background:
            url(../img/smoke-1.png) right -6vmin top 1vmin no-repeat,
            url(../img/smoke.png) bottom 5vmin right 1vmin no-repeat;
        background-size: 135% auto, 135% auto;
    }

    .info-line__store {
        position: static;
        transform: unset;
    }

    .info {
        font-size: 12px;
        flex: 0 0 50%;
        
    }
    .roulette-block__img {
        max-width:100%;
    }

    .logo {
        padding: 30px 0 20px;
    }

    .roulette-block {
        margin-right: -15%;
        margin-top: 4%;
        max-width: 70%;

    }
}


@media screen and (max-width: 1000px) {
    .roulette-block__img {
        right: -20%;
    }
}



@media screen and (max-width: 876px) {
    .main {
        background:
            url(../img/smoke.png) right -35vmin top 20vmin no-repeat,
            url(../img/smoke-mobile.png) bottom 10vmin left -30vmin no-repeat;
        background-size: 200% auto, 1500px 755px;
    }

    .container {
        min-height: calc(100vh - 163px);
    }

    .logo {
        padding: 20px 0 0;
        justify-content: center;
    }

    .roulette-block__img {
        display: none;
        position: static;
        right: 0;
        bottom: 0;
    }

    .roulette-block__img.mobile {
        display: block;
        width: 100%;
        margin-top: 20px;
        }

    .flex-inner {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .roulette-block {
        margin-right: 0;
        width: 100%;
        max-width: 90%;
    }



    .info {
        margin-top: 0;
        text-align: center;
    }

    .info-line {
        flex-wrap: wrap;
        text-align: center;
        margin-top: 30px;
    }

    .info-line__parthners {
        flex-basis: 100%;
        margin-bottom: 18px;
    }

    .info-line__store {
        position: static;
        transform: unset;
        flex-basis: 100%;
        margin-bottom: 28px;
        margin-left: 0;
    }
    

}

@media screen and (max-width: 576px) {

    .btn:hover {
        transform:scale(1);
    }
    .logo {
        padding: 27px 0 20px;
    }


    .logo__img {
        max-width: 218px;
        max-height: 30px;
    }

    .main {
        background:
            url(../img/smoke.png) right -35vmin top 20vmin no-repeat,
            url(../img/smoke-mobile.png) bottom -20vmin left -50vmin no-repeat;
        background-size: 200% auto, 1500px 755px;
    }

    .roulette-block {
        min-width: 120%;
    }
    
    .roulette-block__img.mobile {
        margin-top: 7px;
    }
    .info {
        font-size: 8px;
    }

    .info-line {
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .btn-group {
        margin-top: 23px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .btn {
        font-size: 2em;
        max-width: 90%;
        margin-bottom: 12px;
        width: 90%;
    }

    .info-line__parthners-img {
        max-width: 80%;
    }

    


}
/*height*/



@media screen and (min-width: 876px) and (max-height: 864px) {
    .roulette-block__img {
        max-width: 70%;
    }

    .roulette-block {
        margin-right: -21%;
    }
}

/*landscape phone*/
@media screen and (max-width:927px) and (min-width:768px) and (max-height:430px) { 
    .info {
        margin-top: 20px;
        font-size: 8px;
    }

    .roulette-block__img {
        top: 0;
        position: static;
    }

}

