@charset "UTF-8";.custom-popup__close:after{font-family:mda-iconfont;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none;line-height:1}.custom-popup{visibility:hidden;opacity:0;pointer-events:none;position:fixed;background:rgba(25,25,25,.7);left:0;top:0;right:0;bottom:0;z-index:99;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.custom-popup__body{max-width:1232px;max-height:90vh;width:100%;height:auto;min-height:200px;margin-left:20px;margin-right:20px;background:#fff;transform:translateY(100px);position:relative;padding:60px;overflow-x:auto}@media(max-width:1179.98px){.custom-popup__body{padding:20px;max-height:calc(100vh - 40px)}}.custom-popup__close{position:absolute;top:20px;right:20px;font-size:18px;cursor:pointer}.custom-popup__close:after{content:""}.custom-popup.is-active{visibility:visible;opacity:1;pointer-events:auto;transition:opacity .2s ease-out,visibility .2s ease-out}.custom-popup.is-active .custom-popup__body{transform:translate(0);transition:transform .2s ease-out}