.c-popup{width:100vw;height:100vh!important;position:fixed;top:0;left:0;z-index:9999999;display:flex;align-items:center;justify-content:center;-moz-transition:.1s ease-in;-o-transition:.1s ease-in;-webkit-transition:.1s ease-in;transition:.1s ease-in;visibility:hidden;overflow:auto!important}.c-popup.active{visibility:visible}.c-popup.active .c-popup__wrapper,.c-popup.active .c-popup__wrapper-card,.c-popup.active .c-popup__wrapper-form{transform:scale(1);opacity:1;visibility:visible;-moz-transition:.3s ease-in .1s;-o-transition:.3s ease-in;-webkit-transition:.3s ease-in .1s;transition:.3s ease-in .1s}.c-popup__wrapper,.c-popup__wrapper-card{-moz-transition:transform .2s ease-in .1s;-o-transition:transform .2s ease-in .1s;-webkit-transition:transform .2s ease-in .1s}.c-popup__overlay{width:100%;height:100%;display:block!important;position:absolute;top:0;left:0;z-index:1;background:rgba(0,0,0,.3)}.c-popup__wrapper,.c-popup__wrapper-card,.c-popup__wrapper-form{z-index:4;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;position:relative;transform:scale(.8);opacity:0;visibility:hidden}.c-popup__wrapper{width:100%;transition:transform .2s ease-in .1s}@media (min-width:768px){.c-popup__wrapper{max-width:540px}.c-popup__wrapper-form{max-width:450px}}@media (min-width:1024px){.c-popup__wrapper{max-width:56%}}.c-popup__wrapper-card{max-width:100%;transition:transform .2s ease-in .1s}.c-popup__wrapper-form{width:100%;-moz-transition:transform .2s ease-in .1s;-o-transition:transform .2s ease-in .1s;-webkit-transition:transform .2s ease-in .1s;transition:transform .2s ease-in .1s}.c-popup__close{position:absolute;top:10px;right:30px;z-index:1;cursor:pointer}