.cookie-modal{display:none;position:fixed;right:40px;bottom:40px;max-width:417px;padding:16px 20px;background:#fff;z-index:9999;}
.cookie-modal__content{display:flex;flex-direction:column;align-items:start;gap:12px;}
.cookie-modal__text{color:#222;}
.cookie-modal__text a{color:#0073aa;text-decoration:underline;transition:0.3s all;}
.cookie-modal__btn{display:inline-block;background:#0073aa;color:#fff;padding:8px 16px;cursor:pointer;transition:0.3s all;}
.cookie-modal__btn:hover{background:#005f8d}
@media(max-width:490px){.cookie-modal{max-width:100%;width:100%;right:0;bottom:0;}}
