.site-popup{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:18px;visibility:hidden;pointer-events:none}.site-popup__overlay{position:absolute;inset:0;background:rgba(13,28,54,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .3s ease}.site-popup__dialog{position:relative;z-index:1;width:100%;max-width:440px;background:#fff;border-radius:24px;overflow:hidden auto;max-height:94vh;box-shadow:0 30px 80px rgba(0,0,0,.45);display:flex;flex-direction:column;opacity:0;transform:scale(0.94) translateY(10px);transition:opacity .32s ease,transform .34s cubic-bezier(0.22, 1, 0.36, 1)}.site-popup.is-open{visibility:visible;pointer-events:auto}.site-popup.is-open .site-popup__overlay{opacity:1}.site-popup.is-open .site-popup__dialog{opacity:1;transform:none}.site-popup__close{position:absolute;top:14px;right:16px;z-index:2;width:40px;height:40px;border:none;background:rgba(0,0,0,0);color:#666;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.site-popup__close svg{width:22px;height:22px}.site-popup__close:hover{background:rgba(0,0,0,.06);color:#333}.site-popup__brand{display:flex;flex-direction:column;align-items:center;padding:34px 26px 8px}.site-popup__logo{width:118px;height:118px;object-fit:contain}.site-popup__brand-title{font-size:1.7rem;font-weight:800;letter-spacing:.03em;color:#285596;line-height:1.05}.site-popup__brand-subtitle{margin-top:3px;font-size:.6rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#3f84eb}.site-popup__divider{width:46px;height:3px;border-radius:3px;background:#fc8c02;margin:16px auto 2px}.site-popup__body{padding:10px 26px 30px;text-align:center}.site-popup__title{margin:0 0 8px;font-size:clamp(1.5rem,6vw,1.9rem);font-weight:800;color:#285596;line-height:1.2}.site-popup__subtitle{margin:0 0 6px;font-size:clamp(1rem,4.2vw,1.2rem);font-weight:500;line-height:1.35;color:#285596}.site-popup__highlight{margin:0 0 22px;font-size:clamp(1.25rem,5vw,1.55rem);font-weight:800;line-height:1.3;color:#3f84eb}.site-popup__top3{color:#fc8c02}.site-popup__form{display:flex;flex-direction:column;gap:14px}.site-popup__field{display:flex;align-items:center;height:58px;border:1.5px solid #dfe6ef;border-radius:14px;background:#fff;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.site-popup__field:focus-within{border-color:#3f84eb;box-shadow:0 0 0 3px rgba(63,132,235,.15)}.site-popup__field.error{border-color:#ff5d47}.site-popup__country{display:flex;align-items:center;gap:6px;padding:0 12px 0 16px}.site-popup__country .flag{width:26px;height:18px;border-radius:3px;box-shadow:0 0 1px rgba(0,0,0,.3)}.site-popup__country .caret{width:12px;height:12px;color:#666}.site-popup__code{display:flex;align-items:center;height:26px;padding-right:12px;border-right:1.5px solid #e6ebf2;font-weight:700;color:#285596}.site-popup__input{flex:1 1 auto;min-width:0;height:100%;border:none;outline:none;background:rgba(0,0,0,0);padding:0 16px;font-family:inherit;font-size:1.05rem;font-weight:600;color:#333}.site-popup__input::placeholder{color:#aeb7c2;font-weight:500}.site-popup__submit{display:flex;align-items:center;justify-content:center;gap:12px;height:58px;border:none;border-radius:14px;cursor:pointer;background:linear-gradient(180deg, #fd9515, #FC8C02);color:#fff;font-family:inherit;font-size:1.1rem;font-weight:700;box-shadow:0 10px 24px rgba(252,140,2,.4);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.site-popup__submit svg{width:22px;height:22px}.site-popup__submit:hover{filter:brightness(1.05);box-shadow:0 14px 30px rgba(252,140,2,.5);transform:translateY(-1px)}.site-popup__submit:active{transform:scale(1.03)}.site-popup__features{list-style:none;margin:24px 0 0;padding:0;display:grid;grid-template-columns:repeat(3, minmax(0, 1fr))}.site-popup__city{display:none;width:100%;height:auto;margin-top:8px;mix-blend-mode:multiply;pointer-events:none;user-select:none}.site-popup-feature{display:flex;flex-direction:column;align-items:center;gap:8px;padding:0 6px;position:relative;color:#3f84eb}.site-popup-feature:not(:first-child)::before{content:"";position:absolute;left:0;top:4px;bottom:14px;width:1px;background:rgba(40,85,150,.15)}.site-popup-feature svg{width:30px;height:30px}.site-popup-feature__label{font-size:.68rem;font-weight:700;line-height:1.25;color:#285596;overflow-wrap:anywhere}@media(min-width: 768px){.site-popup__dialog{max-width:840px;display:grid;grid-template-columns:42% 58%;grid-template-rows:1fr auto;grid-template-areas:"brand body" "city  body";max-height:none;overflow:hidden}.site-popup__brand{grid-area:brand;justify-content:center;padding:44px 30px 10px}.site-popup__city{display:block;grid-area:city;align-self:end;margin-top:0}.site-popup__logo{width:158px;height:158px}.site-popup__brand-title{font-size:2rem}.site-popup__brand-subtitle{font-size:.68rem}.site-popup__body{grid-area:body;align-self:center;text-align:left;padding:44px 48px}.site-popup__title{font-size:2.5rem}.site-popup__subtitle{font-size:1.45rem}.site-popup__highlight{font-size:1.95rem}.site-popup__divider,.site-popup__features{display:none}}
