#cookiePolicyPopup.bottom{pointer-events:none;padding:15px 50px;justify-content:space-between;flex-wrap:wrap;right:0;transition:all .3s;position:fixed;opacity:0;bottom:0;align-items:center;left:0;display:flex;z-index:1000000000000000000}#cookiePolicyPopup.bottom.active{pointer-events:visible;opacity:1}#cookiePolicyPopup.bottom .cookieText{padding-right:25px}#cookiePolicyPopup.bottom button#acceptCookie{padding:10px 30px;border:none;cursor:pointer}@media only screen and (max-width:768px){#cookiePolicyPopup.bottom{padding:15px 20px}#cookiePolicyPopup.bottom .cookieText{flex:0 0 100%;margin-bottom:20px;padding-right:0}#cookiePolicyPopup.bottom button#acceptCookie{flex:0 0 100%;width:100%}}