.popup-form {
  width: 1100px;
}
@media (max-width: 1220px) {
  .popup-form {
    width: calc(100vw - 48px);
  }
}