@-webkit-keyframes zoomIn{0%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.popup{display:none;position:fixed;left:0;right:0;width:100%;height:100%;top:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99999}.popup--active{display:-webkit-box;display:-ms-flexbox;display:flex}.popup-backdrop{position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.5)}.popup-body{background:#fff;border-radius:3px;width:100%;margin:20px;max-width:768px;min-height:400px;position:relative;z-index:2;overflow:hidden;-webkit-animation:zoomIn .4s ease forwards;animation:zoomIn .4s ease forwards}.popup-container{max-height:90vh;overflow-y:auto;margin:0 auto}.popup-close{cursor:pointer;position:absolute;right:5%;top:10%;z-index:999999}.popup-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:100px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.popup-header-icon{max-width:200px;text-align:center}.popup-header-icon>img,.popup-header-icon>svg{display:inline-block;max-width:100%}.popup-header-content{margin-top:20px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.popup-content{padding:30px 20px}.popup-art{position:absolute;width:180px;height:180px;left:-36px;bottom:-20px}
/*# sourceMappingURL=popup.css.map */
