.os-popup,.os-popup-reminder{--os-popup-highlight: var(--main-color, #1e73be);position:fixed;bottom:20px;z-index:9000}.os-popup{left:20px;width:380px;max-width:calc(100vw - 40px);background:var(--os-surface);color:var(--os-text);border:1px solid var(--os-border);border-radius:var(--os-radius);box-shadow:0 18px 50px var(--os-shadow);overflow:hidden;opacity:0;transform:translateY(12px);transition:opacity .25s ease,transform .25s ease}.os-popup.is-open{opacity:1;transform:translateY(0)}.os-popup[hidden]{display:none}.os-popup--big{width:500px}.os-popup--right{left:auto;right:20px}.os-popup--center{top:50%;left:50%;bottom:auto;width:500px;transform:translate(-50%,calc(-50% + 12px))}.os-popup--center.is-open{transform:translate(-50%,-50%)}.os-popup__link{display:block;color:inherit;text-decoration:none}.os-popup__close{position:absolute;top:10px;right:10px;width:32px;height:32px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:var(--os-popup-highlight);color:#fff;font-size:24px;line-height:1;cursor:pointer;z-index:2;transition:opacity .2s ease}.os-popup__close:hover{opacity:.85}.os-popup--right .os-popup__close{right:auto;left:10px}.os-popup__media{line-height:0}.os-popup__img{width:100%;height:auto;display:block}.os-popup__content{padding:18px 24px 24px}.os-popup__headline{font-size:19px;font-weight:700;margin-bottom:8px;color:var(--os-text)}.os-popup__text{font-size:15px;line-height:1.5}.os-popup__text>:last-child{margin-bottom:0}.os-popup__button{display:inline-block;margin-top:16px;padding:10px 28px;border-radius:var(--os-radius-pill);background:var(--os-popup-highlight);color:#fff!important;text-decoration:none;font-size:15px;transition:opacity .2s ease}.os-popup__button:hover{opacity:.85}.os-popup-reminder{left:20px;width:56px;height:56px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:var(--os-popup-highlight);box-shadow:0 10px 30px var(--os-shadow);cursor:pointer;opacity:0;transform:scale(.85);transition:opacity .25s ease,transform .25s ease}.os-popup-reminder.is-open{opacity:1;transform:scale(1)}.os-popup-reminder[hidden]{display:none}.os-popup-reminder__icon{width:26px;height:26px;display:block}.os-popup-reminder__icon--light{color:#fff}.os-popup-reminder__icon--dark{color:#111}@media(max-width:600px){.os-popup,.os-popup--big,.os-popup--center{inset:auto 0 0;width:100%;max-width:100%;max-height:85vh;overflow-y:auto;border-radius:var(--os-radius) var(--os-radius) 0 0;border-left:0;border-right:0;border-bottom:0;transform:translateY(100%)}.os-popup.is-open,.os-popup--center.is-open{transform:translateY(0)}.os-popup__content{padding:16px 18px 22px}.os-popup-reminder{left:auto;right:16px;bottom:16px;width:48px;height:48px}.os-popup--desktop-only{display:none!important}}@media(prefers-reduced-motion:reduce){.os-popup,.os-popup-reminder{transition:none}}
