:root{--cpt-consent-font:"Museo Sans Cyrl",
    "Segoe UI",
    "Helvetica Neue",
    Arial,
    system-ui,
    -apple-system,
    sans-serif;--cpt-consent-navy:#0B132A;--cpt-consent-muted:#4F5665;--cpt-consent-blue:#0094FF;--cpt-consent-blue-hover:#0076CC;--cpt-consent-blue-focus:#33A9FF;--cpt-consent-blue-tint:#EEF8FF;--cpt-consent-bg:#FFFFFF;--cpt-consent-soft-bg:#FAFAFD;--cpt-consent-border:#DBE1EE;--cpt-consent-switch-off:#DBE1EE;--cpt-consent-radius:12px;--cpt-consent-shadow:0 10px 32px rgba(11, 19, 42, 0.14);--cpt-consent-backdrop:rgba(11, 19, 42, 0.58)}.cpt-consent-banner,.cpt-consent-modal,.cpt-cookie-settings-link{font-family:var(--cpt-consent-font);box-sizing:border-box}.cpt-consent-banner *,.cpt-consent-modal *{box-sizing:border-box}.cpt-consent-banner[hidden],.cpt-consent-modal[hidden]{display:none!important}.cpt-consent-banner{position:fixed;right:20px;bottom:20px;left:auto;width:380px;max-width:calc(100vw - 40px);padding:0;background:var(--cpt-consent-bg);border:1px solid var(--cpt-consent-border);border-radius:12px;box-shadow:0 10px 32px rgb(11 19 42 / .16);z-index:999999}.cpt-consent-banner__inner{display:flex;flex-direction:column;align-items:stretch;gap:18px;padding:20px}.cpt-consent-banner__content{flex:1;min-width:0}.cpt-consent-banner__content h2{margin:0 0 8px;color:var(--cpt-consent-navy);font-family:var(--cpt-consent-font);font-size:18px;font-weight:700;line-height:1.3}.cpt-consent-banner__content p{max-width:none;margin:0 0 8px;color:var(--cpt-consent-muted);font-family:var(--cpt-consent-font);font-size:14px;font-weight:400;line-height:1.55}.cpt-consent-policy{display:inline-block;color:var(--cpt-consent-blue);font-family:var(--cpt-consent-font);font-size:14px;font-weight:600;line-height:1.4;text-decoration:none;transition:color .15s ease}.cpt-consent-policy:hover{color:var(--cpt-consent-blue-hover);text-decoration:underline}.cpt-consent-banner__actions{display:flex;flex-direction:column;align-items:stretch;gap:9px;width:100%}.cpt-consent-banner__actions .cpt-consent-btn{width:100%}.cpt-consent-banner__actions .cpt-consent-btn--link{width:auto;align-self:center}.cpt-consent-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;appearance:none;border:1.5px solid var(--cpt-consent-blue);border-radius:12px;background:#FFF;color:var(--cpt-consent-navy);font-family:var(--cpt-consent-font);font-size:14px;font-weight:700;line-height:1.2;cursor:pointer;text-align:center;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .05s ease}.cpt-consent-btn:hover{background:var(--cpt-consent-blue-tint);color:var(--cpt-consent-navy)}.cpt-consent-btn:active{transform:translateY(1px)}.cpt-consent-btn:focus-visible{outline:3px solid rgb(0 148 255 / .25);outline-offset:2px}.cpt-consent-btn--primary{background:var(--cpt-consent-blue);color:#FFF;border-color:var(--cpt-consent-blue)}.cpt-consent-btn--primary:hover{background:var(--cpt-consent-blue-hover);color:#FFF;border-color:var(--cpt-consent-blue-hover)}.cpt-consent-btn--primary:focus{background:var(--cpt-consent-blue-focus)}.cpt-consent-btn--link{min-height:auto;padding:8px 6px;border-color:#fff0;background:#fff0;color:var(--cpt-consent-blue);font-weight:600}.cpt-consent-btn--link:hover{border-color:#fff0;background:#fff0;color:var(--cpt-consent-blue-hover);text-decoration:underline}.cpt-consent-modal{position:fixed;inset:0;z-index:1000000}.cpt-consent-modal__backdrop{position:absolute;inset:0;background:var(--cpt-consent-backdrop)}.cpt-consent-modal__dialog{position:relative;width:calc(100% - 40px);max-width:650px;max-height:calc(100vh - 64px);margin:32px auto;overflow-y:auto;background:var(--cpt-consent-bg);color:var(--cpt-consent-navy);border:1px solid var(--cpt-consent-border);border-radius:14px;box-shadow:0 20px 50px rgb(11 19 42 / .25)}.cpt-consent-modal__header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;border-bottom:1px solid var(--cpt-consent-border)}.cpt-consent-modal__header h2{margin:0;color:var(--cpt-consent-navy);font-family:var(--cpt-consent-font);font-size:21px;font-weight:700;line-height:1.3}.cpt-consent-modal__close{display:inline-flex;align-items:center;justify-content:center;flex:0 0 38px;width:38px;height:38px;padding:0;border:0;border-radius:10px;background:#fff0;color:var(--cpt-consent-muted);font-family:var(--cpt-consent-font);font-size:28px;font-weight:400;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease}.cpt-consent-modal__close:hover{background:var(--cpt-consent-blue-tint);color:var(--cpt-consent-blue)}.cpt-consent-modal__close:focus-visible{outline:3px solid rgb(0 148 255 / .25)}.cpt-consent-category{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:19px 24px;border-bottom:1px solid var(--cpt-consent-border)}.cpt-consent-category__text{flex:1;min-width:0}.cpt-consent-category__text strong{display:block;margin:0 0 5px;color:var(--cpt-consent-navy);font-family:var(--cpt-consent-font);font-size:15px;font-weight:700;line-height:1.35}.cpt-consent-category__text p{margin:0;color:var(--cpt-consent-muted);font-family:var(--cpt-consent-font);font-size:13px;font-weight:400;line-height:1.5}.cpt-switch{position:relative;display:inline-block;flex:0 0 50px;width:50px;height:28px}.cpt-switch input{position:absolute;width:1px;height:1px;opacity:0}.cpt-switch__slider{position:absolute;inset:0;border-radius:999px;background:var(--cpt-consent-switch-off);cursor:pointer;transition:background .18s ease}.cpt-switch__slider::before{content:'';position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#FFF;box-shadow:0 2px 5px rgb(11 19 42 / .20);transition:transform .18s ease}.cpt-switch input:checked+.cpt-switch__slider{background:var(--cpt-consent-blue)}.cpt-switch input:checked+.cpt-switch__slider::before{transform:translateX(22px)}.cpt-switch input:focus-visible+.cpt-switch__slider{outline:3px solid rgb(0 148 255 / .25);outline-offset:2px}.cpt-switch input:disabled+.cpt-switch__slider{background:var(--cpt-consent-blue);opacity:.55;cursor:not-allowed}.cpt-consent-modal__footer{display:flex;align-items:center;gap:10px;padding:20px 24px;background:var(--cpt-consent-soft-bg);border-radius:0 0 14px 14px}html.cpt-consent-modal-open{overflow:hidden}.footer-bottom .subfooter{flex-direction:column;align-items:flex-start;width:max-content;text-align:left}.footer-bottom .subfooter>a{display:block;width:100%;white-space:nowrap;text-align:left}.cpt-external-placeholder{display:flex;min-height:240px;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:24px;background:var(--cpt-consent-soft-bg);border:1px solid var(--cpt-consent-border);border-radius:12px;color:var(--cpt-consent-navy);font-family:var(--cpt-consent-font);text-align:center}.cpt-external-placeholder p{margin:0;color:var(--cpt-consent-muted);font-size:14px;line-height:1.5}.cpt-external-placeholder button{min-height:44px;padding:11px 18px;border:1.5px solid var(--cpt-consent-blue);border-radius:12px;background:var(--cpt-consent-blue);color:#FFF;font-family:var(--cpt-consent-font);font-size:14px;font-weight:700;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .05s ease}.cpt-external-placeholder button:hover{background:var(--cpt-consent-blue-hover);border-color:var(--cpt-consent-blue-hover)}.cpt-external-placeholder button:active{transform:translateY(1px)}@media (max-width:960px){.cpt-consent-banner{right:16px;bottom:16px;max-width:calc(100vw - 32px)}}@media (max-width:600px){.cpt-consent-banner{right:10px;bottom:10px;left:10px;width:auto;max-width:none}.cpt-consent-banner__inner{gap:14px;padding:16px}.cpt-consent-banner__content h2{font-size:18px}.cpt-consent-banner__content p{font-size:13px}.cpt-consent-banner__actions{display:flex;flex-direction:column;gap:8px}.cpt-consent-btn{width:100%}.cpt-consent-btn--link{padding-top:9px;padding-bottom:9px}.cpt-consent-modal__dialog{width:calc(100% - 20px);max-height:calc(100vh - 20px);margin:10px auto}.cpt-consent-modal__header{padding:18px}.cpt-consent-modal__header h2{font-size:19px}.cpt-consent-category{gap:16px;padding:17px 18px}.cpt-consent-modal__footer{flex-direction:column;align-items:stretch;padding:18px}.cpt-consent-modal__footer .cpt-consent-btn{width:100%}.cpt-external-placeholder{min-height:210px;padding:20px}}@media (min-width:769px){.footer-bottom{justify-content:flex-start!important;gap:40px}.footer-bottom .subfooter{flex-direction:column;align-items:flex-start;width:max-content;text-align:left}.footer-bottom .subfooter>a{display:block;width:max-content;white-space:nowrap;text-align:left}}.footer-bottom .subfooter a+a{margin-left:0!important}