.PopupDialog-module__MQ2joq__dialog{box-sizing:border-box;width:min(860px,100vw - 40px);max-width:calc(100vw - 32px);max-height:calc(100dvh - 48px - env(safe-area-inset-top) - env(safe-area-inset-bottom));color:#191a1d;font-family:var(--font-montserrat), Arial, sans-serif;background:#fcfcfa;border:1px solid #ffffff30;border-radius:22px;margin:auto;padding:0;animation:.25s cubic-bezier(.22,1,.36,1) PopupDialog-module__MQ2joq__popup-in;position:fixed;inset:0;overflow:hidden;box-shadow:0 28px 100px #0005}.PopupDialog-module__MQ2joq__dialog::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#111318b3;animation:.25s ease-out PopupDialog-module__MQ2joq__backdrop-in}.PopupDialog-module__MQ2joq__closing{animation:.15s ease-in forwards PopupDialog-module__MQ2joq__popup-out}.PopupDialog-module__MQ2joq__closing::backdrop{animation:.15s ease-in forwards PopupDialog-module__MQ2joq__backdrop-out}.PopupDialog-module__MQ2joq__scroll{max-height:inherit;overscroll-behavior:contain;display:grid;overflow-y:auto}.PopupDialog-module__MQ2joq__withImage .PopupDialog-module__MQ2joq__scroll{grid-template-columns:.92fr 1.08fr}.PopupDialog-module__MQ2joq__visual{background:#202226;min-height:430px;position:relative;overflow:hidden}.PopupDialog-module__MQ2joq__visual>img{object-fit:cover;width:100%;height:100%;position:absolute}.PopupDialog-module__MQ2joq__visual:after{content:"";background:linear-gradient(#11131830 0%,#0000 45%,#111318a8 100%);position:absolute;inset:0}.PopupDialog-module__MQ2joq__brand{z-index:1;inset-inline-start:28px;color:#fff;letter-spacing:-.8px;font-size:20px;font-weight:800;position:absolute;bottom:28px}.PopupDialog-module__MQ2joq__brand span{letter-spacing:3px;margin-top:6px;font-size:10px;font-weight:500;display:block}.PopupDialog-module__MQ2joq__content{align-self:center;padding:56px 36px 34px}.PopupDialog-module__MQ2joq__accent{background:var(--red,#bd1622);border-radius:9px;width:34px;height:4px;margin-bottom:22px}.PopupDialog-module__MQ2joq__content h2{color:inherit;letter-spacing:-1px;overflow-wrap:anywhere;margin:0;font-family:inherit;font-size:clamp(25px,2.5vw,32px);font-weight:700;line-height:1.18}.PopupDialog-module__MQ2joq__content p{color:#595b61;white-space:pre-line;overflow-wrap:anywhere;margin:18px 0 26px;font-family:inherit;font-size:14px;line-height:1.65}.PopupDialog-module__MQ2joq__actions{gap:8px;display:grid}.PopupDialog-module__MQ2joq__primary,.PopupDialog-module__MQ2joq__secondary{box-sizing:border-box;min-height:48px;font:600 13px/1.4 var(--font-montserrat), Arial, sans-serif;text-align:center;cursor:pointer;overflow-wrap:anywhere;border-radius:10px;justify-content:center;align-items:center;gap:14px;padding:13px 17px;text-decoration:none;display:flex}.PopupDialog-module__MQ2joq__primary{color:#fff;background:var(--red,#bd1622);border:1px solid var(--red,#bd1622)}.PopupDialog-module__MQ2joq__primary:hover{background:#a0101b}.PopupDialog-module__MQ2joq__primary svg{flex:none}.PopupDialog-module__MQ2joq__dialog[dir=rtl] .PopupDialog-module__MQ2joq__primary svg{transform:rotate(180deg)}.PopupDialog-module__MQ2joq__secondary{color:#595b61;background:0 0;border:1px solid #0000}.PopupDialog-module__MQ2joq__secondary:hover{background:#f1f1f1}.PopupDialog-module__MQ2joq__close{z-index:3;top:10px;color:#303138;cursor:pointer;background:#fffffff2;border:1px solid #dddddf;border-radius:50%;place-items:center;width:44px;height:44px;padding:0;display:grid;position:absolute;inset-inline-end:10px}.PopupDialog-module__MQ2joq__dialog :focus-visible{outline-offset:3px;outline:3px solid #bd1622}@media (max-width:600px){.PopupDialog-module__MQ2joq__dialog{border-radius:19px;width:calc(100vw - 32px)}.PopupDialog-module__MQ2joq__withImage .PopupDialog-module__MQ2joq__scroll{grid-template-columns:1fr}.PopupDialog-module__MQ2joq__visual{height:165px;min-height:0}.PopupDialog-module__MQ2joq__visual>img{object-position:center 52%}.PopupDialog-module__MQ2joq__brand{inset-inline-start:24px;font-size:18px;bottom:19px}.PopupDialog-module__MQ2joq__brand span{font-size:9px}.PopupDialog-module__MQ2joq__content{padding:26px 24px 20px}.PopupDialog-module__MQ2joq__dialog:not(.PopupDialog-module__MQ2joq__withImage) .PopupDialog-module__MQ2joq__content{padding-top:56px}.PopupDialog-module__MQ2joq__accent{width:28px;height:3px;margin-bottom:17px}.PopupDialog-module__MQ2joq__content h2{letter-spacing:-.7px;font-size:25px;line-height:1.2}.PopupDialog-module__MQ2joq__content p{margin:15px 0 22px;font-size:13px}.PopupDialog-module__MQ2joq__primary,.PopupDialog-module__MQ2joq__secondary{min-height:48px;font-size:12px}}.PopupDialog-module__MQ2joq__dialog[style*="390"] .PopupDialog-module__MQ2joq__scroll{grid-template-columns:1fr}.PopupDialog-module__MQ2joq__dialog[style*="390"] .PopupDialog-module__MQ2joq__visual{height:165px;min-height:0}.PopupDialog-module__MQ2joq__dialog[style*="390"] .PopupDialog-module__MQ2joq__content{padding:26px 24px 20px}.PopupDialog-module__MQ2joq__dialog[style*="390"] h2{font-size:25px}@keyframes PopupDialog-module__MQ2joq__popup-in{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes PopupDialog-module__MQ2joq__popup-out{to{opacity:0;transform:scale(.96)}}@keyframes PopupDialog-module__MQ2joq__backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes PopupDialog-module__MQ2joq__backdrop-out{to{opacity:0}}@media (prefers-reduced-motion:reduce){.PopupDialog-module__MQ2joq__dialog,.PopupDialog-module__MQ2joq__dialog::backdrop{animation:none!important}}
