.changeUserPopupRoot{opacity:0;display:none;transition:opacity 200ms ease-in}.changeUserPopupRoot.m--open{display:block}.changeUserPopup{display:flex;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background-color:rgba(0,0,0,.6);align-items:center;justify-content:center}.changeUserPopup__container{background-color:hsla(0,0%,100%,.2);box-shadow:0 0 5px rgba(0,0,0,.5);position:relative;border-radius:12px;padding:20px;width:490px;min-height:400px}.changeUserPopup__close{position:absolute;background-color:#000;border-radius:50%;z-index:10;top:-22px;right:-22px;width:45px;height:45px}.changeUserPopup__close::before,.changeUserPopup__close::after{content:"";display:block;width:80%;height:2px;background-color:#fff;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;transform-origin:center;border-radius:10px}.changeUserPopup__close::before{rotate:45deg}.changeUserPopup__close::after{rotate:-45deg}.changeUserPopup__cta{display:grid;gap:6px;align-items:center;justify-content:center;position:absolute;right:0;left:0;margin:auto;width:39rem;bottom:5.4rem;gap:.6rem}.changeUserPopup__cta.m--phone_email_line{grid-template-areas:"phone phone" "email line";grid-template-columns:1fr 1fr}.changeUserPopup__cta.m--phone_email{grid-template-areas:"phone" "email"}.changeUserPopup__cta.m--email_line{grid-template-areas:"email line";grid-template-columns:1fr 1fr}.changeUserPopup__cta-phone{grid-area:phone;position:relative}.changeUserPopup__cta-phone-number{position:absolute;color:#fff;line-height:1;font-family:"Oswald",sans-serif;font-optical-sizing:auto;font-weight:700;font-style:normal;font-size:4.2rem;top:1.5rem;left:8rem}.changeUserPopup__cta-email{grid-area:email}.changeUserPopup__cta-line{grid-area:line}