html.cookie-popup-open,html.cookie-popup-open body{overflow:hidden}.cookie-popup{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(0,0,0,.6);font-family:"Raleway",sans-serif;color:#161616}.cookie-popup__card{box-sizing:border-box;width:560px;max-width:100%;padding:27px 37px 30px;background:#fff;border-radius:30px;box-shadow:0 14px 12.4px rgba(0,0,0,.09)}.cookie-popup__title{margin:0 0 10px;font-size:24px;font-weight:600;line-height:1.48}.cookie-popup__text{margin:0 0 24px;font-size:16px;line-height:1.48}.cookie-popup__buttons{display:flex;gap:14.5px;margin:0 0 19.5px}#cookie-banner .cookie-popup__btn{box-sizing:border-box;flex:1 1 0;display:inline-flex;align-items:center;justify-content:center;height:48.5px;min-height:0;padding:0 12px;border-radius:5px;font-family:inherit;font-size:18px;font-weight:400;line-height:1;letter-spacing:normal;text-transform:none;cursor:pointer;box-shadow:none;transition:filter .15s ease;background:#fff;color:#161616;border:1px solid #b9b9b9}#cookie-banner .cookie-popup__btn:hover{background:#fff;color:#161616;filter:brightness(.96)}#cookie-banner .cookie-popup--v2 .cookie-popup__btn--all,#cookie-banner .cookie-popup--v5 .cookie-popup__btn--necessary{background:#ea7202;color:#fff;border-color:#ea7202}#cookie-banner .cookie-popup--v2 .cookie-popup__btn--all:hover,#cookie-banner .cookie-popup--v5 .cookie-popup__btn--necessary:hover{background:#ea7202;color:#fff}.cookie-popup__note{margin:0;max-width:329px;font-size:13px;line-height:1.48}#cookie-banner .cookie-popup__link,#cookie-banner .cookie-popup__link:hover{color:inherit;text-decoration:underline}@media (max-width:600px){.cookie-popup__card{padding:24px}.cookie-popup__title{font-size:20px}.cookie-popup__buttons{flex-direction:column;gap:10px}#cookie-banner .cookie-popup__btn{flex:0 0 auto;width:100%}.cookie-popup__note{max-width:none}}@media (max-width:480px){.cookie-popup__text{font-size:15px}}