#js__popupContainer{position:fixed;z-index:40;top:0;left:0;height:100%;width:100%;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}#js__popupContainer.-active{opacity:1;pointer-events:auto}#js__popupContainer{background:rgba(32,32,32,.3);display:flex;justify-content:center;align-items:center}#js__popupContainer .module{width:90vw;margin:0 auto;box-shadow:0 0 3.125rem rgba(0,0,0,.302);position:relative}#js__popupContainer .module_body{height:100%;width:100%;display:flex;justify-content:center;align-items:center}.popupContainer__close{height:44px;width:44px;background:#f2f5f9;display:flex;align-items:center;justify-content:center;line-height:1;font-size:.75rem;font-weight:300;font-family:Open Sans,Arial,sans-serif;color:#333;position:absolute!important;top:0;right:0;transition:background-color .3s ease-out}.popupContainer__close:hover{background-color:#e8edf4}@media (min-width:768px){#js__popupContainer .module{max-width:740px;max-height:480px;height:28.2352941176vw;width:43.5294117647vw;min-height:300px;min-width:463px}#js__popupContainer .module.ticket_form{max-height:90%;height:auto;width:auto}.popupContainer__close{height:3.125rem;width:3.125rem;min-height:40px;min-width:40px}}