.cookie-popup{position:fixed;right:0;bottom:-100%;left:0;z-index:999999;-webkit-transition:.5s all;transition:.5s all}.cookie-popup.--active{bottom:0}.cookie-popup__color{padding:20px 0;background-color:#000}@media(min-width: 768px){.cookie-popup__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.cookie-popup__info div,.cookie-popup__info p,.cookie-popup__info a{color:#fff}.cookie-popup__info-title{margin-bottom:5px;font-size:14px;font-weight:700;line-height:100%;text-transform:uppercase}@media(min-width: 768px){.cookie-popup__info-title{margin-bottom:10px;font-size:16px}}.cookie-popup__info-text{font-size:12px;font-weight:400;line-height:110%}@media(min-width: 768px){.cookie-popup__info-text{font-size:14px}}.cookie-popup__info-text a{text-decoration:underline}.cookie-popup__btn{margin-top:10px;padding:16px 32px;width:100%;background-color:#fff;color:#000;font-size:12px;font-weight:700;line-height:100%;text-transform:uppercase;border-radius:8px;cursor:pointer}@media(min-width: 768px){.cookie-popup__btn{margin-top:unset;margin-left:20px;max-width:130px}}