.arkon-popups-modal{position:fixed;top:0;left:0;z-index:100000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;background:rgba(0,0,0,.2);opacity:0;pointer-events:none;visibility:hidden;-webkit-transition:opacity .3s;transition:opacity .3s}.arkon-popups-modal.active{opacity:1;visibility:visible;pointer-events:all}.arkon-popups-modal__dialog{max-width:95%;max-width:calc(100% - 30px);position:relative;max-height:95%;max-height:calc(100% - 30px)}.arkon-popups-modal__close{position:absolute;right:-10px;top:-10px;background:#000;border:2px solid #fff;color:#fff;font-weight:700;border-radius:50%;height:25px;width:25px;display:block;padding:0;font-size:15px;line-height:0;text-align:center;cursor:pointer}.arkon-popups-modal__close:focus{outline:none}

/*# sourceMappingURL=front.css.map*/