.widget-home-popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 9999999999;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: none;
}
.widget-home-popup .main-widget {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 900px;
  max-width: 100%;
  position: relative;
}
.widget-home-popup .main-widget .close-popup {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 960px) {
  .widget-home-popup .main-widget .close-popup {
    right: 10px;
    width: 20px;
    height: 20px;
    top: -30px;
  }
  .widget-home-popup .main-widget .close-popup svg {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 960px) {
  .widget-home-popup .main-widget {
    width: 100%;
    padding: 0 10px;
  }
}/*# sourceMappingURL=popup.css.map */