@keyframes cookie-popup { 0%, 60% {opacity: 0} 100% {opacity: 1} }

.contat-cookieconsent__popup {animation: cookie-popup 2s;position: fixed;bottom: 0;background: #FFF;padding: 15px;border-radius: 20px 20px 0 0;}
.contat-cookieconsent__popup {box-shadow:0 0 30px rgb(0 0 0 / 0.2);z-index:99999;left:10px;right:100px;background-image: linear-gradient(-145deg, #ffe8cf, transparent);}
.contat-cookieconsent__popup__title {font-size: 20px;line-height: 1.2;margin-bottom: 5px;}
.contat-cookieconsent__popup__descr {font-size: 14px;color: #555555;padding: 5px 0 10px 0;text-align: justify;}
.contat-cookieconsent__popup__actions {margin: 0 -5px}
.contat-cookieconsent__popup__action.btn {margin: 5px;font-size: 14px;padding: 8px;}
.contat-cookieconsent__popup__action {padding: 8px 10px; background: #e8e8e8; font-size: 80%; border-radius: 10px; margin: 5px; display: inline-block}
.contat-cookieconsent__popup__action.accept-all {background: #a5e3ff; font-weight: 800;}

@media(min-width: 800px) {
    .contat-cookieconsent__popup_ {width: 90%; margin: 0 5%; padding: 25px; border-radius: 10px 10px 0 0;}
    .contat-cookieconsent__popup__descr {font-size: 14px;}
}