.vdc-popup{position:fixed;left:0;right:0;bottom:0;top:0;z-index:100000;overflow-y:auto;background-color:rgba(0,0,0,.2);opacity:0;pointer-events:none}.vdc-popup__inner{position:relative;z-index:10;margin:5% auto;max-width:528px;width:80%;padding:32px;background-color:#fff;box-shadow:0 7px 24px rgba(0,0,0,.17);transform:scale(.9,.9);transition:all .3s ease}@media(max-width:479px){.vdc-popup__inner{width:94%}}.vdc-popup__cover{position:absolute;left:0;right:0;bottom:0;top:0;z-index:1}.vdc-popup__msg{margin-top:20px}.vdc-popup__close{position:absolute;right:0;top:0;z-index:1;padding:5px 9px;cursor:pointer}.vdc-popup.is-visible{opacity:1;pointer-events:all;transform:scale(1,1)}.vdc-popup.is-visible .vdc-popup__inner{transform:scale(1,1)}.vdc-popup::-webkit-scrollbar{display:none!important}.vdc-popup{-ms-overflow-style:none!important}.form-group{margin-bottom:18px}.form-group label{display:block;width:100%;margin-bottom:4px;color:#222}.form-group .select-country,.form-group select,.form-group textarea,.form-group input{display:block;width:100%;padding:11px 16px;background:#fff;border:1px solid #d8d8d8;border-radius:2px;outline:none;resize:none}.form-group select,.form-group .select-country,.form-group input{height:48px}.form-group .select-country{line-height:26px}.form-group .select-country ul{width:100%;max-height:300px;overflow-y:auto}