.cookieBar{
    position: fixed;
    z-index: 9999;
    background: #ECECFA;
    inset: 0;
}
.cookieContent{
    padding-top: 49px;
    height: 100vh;
}
@media screen and (max-width:1024px) {
    .cookieBarMobileText{
        max-width: 100% !important;
    }
    .cookieImg{
        height: 54px;
        margin-top: 30px;
    }
    .mobileBtnCookie .btnBlackFix{
        padding-left: 0px;
    }
    .mobileBtnCookie .btnBlackFix::before{
        display: none;
    }
}
