.mjs-modal__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:.8;z-index:3000}.mjs-modal{display:none;position:fixed;padding:0;margin:0;max-height:calc(100% - 30px);top:30px;left:50%;transform:translateX(-50%);box-sizing:border-box;z-index:3100}.mjs-modal.active{display:block}.mjs-modal__content{width:300px;padding-top:30px;position:relative;font-size:14px;line-height:1.4;text-align:center;box-sizing:border-box}@media screen and (min-width:768px){.mjs-modal__content{width:500px}}.mjs-modal__img{max-width:100%;height:auto;border:0}.mjs-modal__close{position:absolute;text-align:center;top:0;right:10px;width:30px;height:30px;line-height:30px;text-decoration:none;color:#fff;font-size:22px;cursor:pointer;outline:0}