.cookie-banner{position:fixed;bottom:0;left:0;width:100vw;background:rgba(0,0,0,.7);z-index:100;padding:20px 40px 20px 20px;color:#fff;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:20px}@media (max-width:767px){.cookie-banner{flex-direction:column;align-items:flex-start}}.cookie-banner_text{font-size:18px;line-height:21px;width:80%}@media (max-width:1023px){.cookie-banner_text{width:100%}}.cookie-banner_text a{font-weight:400;color:#00a88e}