.modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center}.modal__container{background-color:#fff;padding:30px;max-width:500px;max-height:100vh;border-radius:4px;overflow-y:auto;box-sizing:border-box}.modal__header{display:flex;justify-content:space-between;align-items:center}.modal__title{margin-top:0;margin-bottom:0;font-weight:600;font-size:1.25rem;line-height:1.25;color:#00449e;box-sizing:border-box}.modal__close{background:rgba(0,0,0,0);border:0}.modal__header .modal__close:before{content:"✕"}.modal__content{margin-top:2rem;margin-bottom:2rem;line-height:1.5;color:rgba(0,0,0,.8)}.modal__btn{font-size:.875rem;padding-left:1rem;padding-right:1rem;padding-top:.5rem;padding-bottom:.5rem;background-color:#e6e6e6;color:rgba(0,0,0,.8);border-radius:.25rem;border-style:none;border-width:0;cursor:pointer;-webkit-appearance:button;text-transform:none;overflow:visible;line-height:1.15;margin:0;will-change:transform;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:transform .25s ease-out}.modal__btn:focus,.modal__btn:hover{transform:scale(1.05)}.modal__btn-primary{background-color:#00449e;color:#fff}@keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@keyframes mmslideIn{from{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideOut{from{transform:translateY(0)}to{transform:translateY(-10%)}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide[aria-hidden=false] .modal__overlay{animation:mmfadeIn 0ms cubic-bezier(0,0,0.2,1)}.micromodal-slide[aria-hidden=false] .modal__container{animation:mmslideIn 0ms cubic-bezier(0,0,0.2,1)}.micromodal-slide[aria-hidden=true] .modal__overlay{animation:mmfadeOut 0ms cubic-bezier(0,0,0.2,1)}.micromodal-slide[aria-hidden=true] .modal__container{animation:mmslideOut 0ms cubic-bezier(0,0,0.2,1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}.auth-popup{display:flex;flex-direction:column;background-color:#fff;position:relative;width:100%;height:100%;box-sizing:border-box}.auth-popup.default-popup--flex{max-height:100%}.auth-popup *{box-sizing:border-box}.auth-popup *::before,.auth-popup *::after{box-sizing:border-box}.auth-popup .default-popup-inner .auth{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;height:100%}.auth-popup-inner{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;height:100%;position:relative;z-index:1}.auth-popup-close{position:absolute;top:10px;right:0;z-index:10}.auth-popup-close__btn{padding:0;margin:0;border:none;background-color:rgba(0,0,0,0);display:block;width:42px;height:42px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;z-index:2}.auth-popup-close__btn:focus{outline:none}.auth-popup-close__btn:before,.auth-popup-close__btn:after{transform:rotate(-45deg);content:"";position:absolute;top:50%;left:50%;margin-top:calc(-18px/2);margin-left:calc(-2px/2);display:block;height:18px;width:2px;background-color:#4c97ff}.auth-popup-close__btn:after{transform:rotate(-135deg)}.auth-popup-close__btn:hover{transform:rotate(90deg)}.auth-popup-content{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;height:100%}.auth-popup-iframe{border:none;display:block;width:100%;height:100%}.modal__overlay.modal__overlay--onTop{z-index:calc(130 + 1)}.modal__overlay.modal__overlay--onTop:focus{outline:none}.iframe-preloader{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;text-align:center;background-color:#fff}.iframe-preloader.hidden{display:none}.iframe-preloader .loader{position:absolute;top:25%;right:0;left:0;z-index:10001;width:100px;height:100px;margin:auto;text-align:center;border:14px solid #f3f3f3;border-top:14px solid #3ea8d8;border-radius:50%;animation:spin 2s linear infinite}@media screen and (min-width:768px){.auth-popup-close{top:36px;right:12px}.auth-popup-close__btn{width:32px;height:32px;background-color:#fff;border-radius:50%;box-shadow:0 0 16px 1px rgba(0,0,0,.15);margin:4px}}@media screen and (min-width:1024px){.auth-popup-close{top:40px}}@media screen and (min-width:1280px){.auth-popup{width:938px;max-width:938px;height:576px;max-height:576px;border-radius:16px;overflow:hidden}.auth-popup.default-popup--flex{max-height:576px}.auth-popup-inner{border-radius:16px}.auth-popup-close{top:10px;right:8px;z-index:4}.auth-popup-iframe{border-radius:16px}}