.lm{
    position: fixed;
   
    display: flex;
    width: 100%;
    height: 100%;
 
    background-color: rgba(0,0,0,0.4);
    background-color:  rgba(0,0,0,0.6);
    z-index: 5000;
}


.d{
    position: fixed;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    background-color:  rgba(0,0,0,0.6);
    z-index: 5000;
}

#vas{
    animation: slider 1s linear;
}

@keyframes slider{
    to{
        transform: scale(1.1);
    }
    from{
        transform: scale(0);
    }

}

.bad{
    position: relative;
    background-image:linear-gradient(to bottom, rgba(49, 45, 43, 0.8) 0%, rgba(66, 62, 59, 0.8) 100%),  url('../images/fi.jpg');
    background-size: cover;
    height: 100vh;
    width: 100%;
    /* background-color: rgba(0,0,0,0.4);
    background-color: rgba(0,0,0,0.8); */
}
.bad .g{
    width: 60%;
}