.swal2-popup.promotion {
  width: 460px;
  max-width: 460px;
  border-radius: 16px;
  font-size: 32px;
  color: #183B83;
  padding: 20px;
}
.swal2-popup.promotion img {
  max-width: 100%;
  height: auto;
  display: block;
}
.swal2-popup.promotion .desktop {
  display: block;
}
.swal2-popup.promotion .mobile {
  display: none;
}
.swal2-popup.promotion .swal2-html-container {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans Hebrew", Sans-serif;
}
.swal2-popup.promotion .sfl-popup-content {
  font-size: 16px;
}
.swal2-popup.promotion .swal2-close {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 30px !important;
  padding: 0 !important;
  background: #183B83 !important;
  color: #fff !important;
  border: 0 !important;
  font-size: 24px;
}
.swal2-popup.promotion .swal2-close:hover {
  background: #3260C1 !important;
  color: #fff !important;
}
.swal2-popup.promotion strong {
  color: #3260C1;
  font-weight: 800;
}
@media (max-width: 768px) {
  .swal2-popup.promotion .desktop {
    display: none;
  }
  .swal2-popup.promotion .mobile {
    display: block;
  }
}
