#js__popupContainer {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out; }

#js__popupContainer.-active {
  opacity: 1;
  pointer-events: auto; }

#js__popupContainer {
  background: rgba(32, 32, 32, 0.3); }
  #js__popupContainer .module {
    width: 90vw;
    margin: 0 auto 0;
    box-shadow: 0 0 3.125rem #0000004D;
    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: 0.75rem;
  font-weight: 300;
  font-family: "Open Sans", Arial, sans-serif;
  color: #333333;
  position: absolute !important;
  top: 0;
  right: 0;
  transition: background-color 0.3s ease-out; }
  .popupContainer__close:hover {
    background-color: #e8edf4; }

@media (min-width: 768px) {
  #js__popupContainer {
    display: flex;
    justify-content: center;
    align-items: center; }
  #js__popupContainer .module {
    max-width: 740px;
    max-height: 480px;
    height: 28.23529vw;
    width: 43.52941vw;
    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; } }
/*# sourceMappingURL=popup.css.map */
