.cookie-banner { background: #fff; width: 100%; font-family: sans-serif; display: table; position: fixed; z-index: 10001; box-shadow: 0 4px 14px rgba(0, 0, 0, .1); }
.cookie-banner_text { padding-bottom: 1em; }
.cookie-banner__close { position: absolute; right: 4px; top: 4px; width: 24px; height: 24px; cursor: pointer; }
.cookie-banner.cookie-banner__bottom-right { width: auto;  right: 32px; bottom: 32px; max-width: 400px; padding: 24px; border-radius: 7px; }
