.coockies{background:var(--color-accent);position:fixed;z-index:100;bottom:0;left:0;width:100%;height:auto;padding:10px 15px;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;color:#fff;font-size:16px}@media (max-width:768px){.coockies{padding:15px;font-size:14px}}@media (max-width:414px){.coockies{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.coockies__message{max-width:75%;margin:0 15px 0 0}@media (max-width:414px){.coockies__message{max-width:100%;margin:0 0 10px 0}}.coockies__message a{margin:0 0 0 5px;text-decoration:underline;color:#fff;-webkit-transition:.2s color;-o-transition:.2s color;transition:.2s color}.coockies__message a:hover{text-decoration:none}.coockies button{background:#fff;font-weight:500;color:var(--color-accent);font-size:1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 15px;border:none;cursor:pointer}.coockies button:hover{background:#fff;color:var(--color-accent);text-decoration:underline}