.cookie-popup{position:fixed;left:0;bottom:0;width:100%;z-index:100;background:rgb(42 42 42 / .82);-webkit-backdrop-filter:blur(32.8px);backdrop-filter:blur(32.8px);opacity:0;transform:translateY(100%);transition:opacity 0.35s ease,transform 0.35s ease}.cookie-popup[hidden]{display:none}.cookie-popup.is-visible{opacity:1;transform:translateY(0)}.cookie-popup-container{max-width:860px;margin:0 auto;padding:12px 20px 20px}.cookie-popup-top{display:flex;align-items:center;gap:20px;margin-bottom:12px}.cookie-popup-text{font-family:Inter,sans-serif;font-weight:300;font-size:18px;line-height:110%;color:#fff}.cookie-popup-buttons{display:flex;gap:20px;margin-left:auto}.cookie-popup-button-accept,.cookie-popup-button-reject{display:flex;justify-content:center;align-items:center;height:40px;padding:0 10px;border:1px solid #fff0;border-radius:0;font-family:Inter,sans-serif;font-weight:500;font-size:12px;line-height:10px;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:opacity 0.2s ease}.cookie-popup-button-accept:hover,.cookie-popup-button-reject:hover{opacity:.8}.cookie-popup-button-accept{width:207px;background:#fff;color:#000}.cookie-popup-button-reject{width:120px;background:#fff0;border-color:#fff;color:#fff}.cookie-popup-bottom{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:140%;letter-spacing:.06em;color:#fff;text-align:center}.cookie-popup-bottom p{margin:0}.cookie-popup-bottom a{color:#fff;text-decoration:underline}@media (max-width:768px){.cookie-popup-container{padding:16px}.cookie-popup-top{flex-direction:column;align-items:stretch;gap:16px;margin-bottom:16px}.cookie-popup-text{font-size:15px;text-align:center}.cookie-popup-buttons{margin-left:0;gap:10px}.cookie-popup-button-accept,.cookie-popup-button-reject{width:auto;flex:1 1 0%}.cookie-popup-bottom{font-size:11px}}@media (prefers-reduced-motion:reduce){.cookie-popup{transition:none}}