.ascuns{

    visibility: hidden;
    left: -18vw!important;
}

.vizibil{

    visibility: visible;
    left: 0!important;
}


#gdprpopup {
    position: fixed;
    left: -18vw;
    bottom: 10vh;
    width: 15vw;
    height: fit-content;
    padding: 20px 15px 78px;
    background: #568EA3;
    z-index: 999999;
    color: #fff;
    border-radius: 0 10px 10px 0;
    line-height: 1.4;
    border: 2px solid #001128;
    border-left: 0;
    font-weight: 500;
    transition:all 0.5s ease-in-out;
}
#gdprpopup button {
    position:absolute;
    bottom:0;
    background-color: #DD4124;
    font-size: 16px;
    font-weight: 500;
}
#gdprpopup button i {
    padding-right: 5px;
}
#gdprpopup button:first-child {
    right:15px;
}
#gdprpopup button:last-child {
    left:15px;
}

@media only screen and (max-width: 756px) {
    #gdprpopup {
        width:90%!important;
    }
    .ascuns{
        visibility: hidden;
        left: -100vw!important;
    }
}