@media (max-width: 458px) {
  .popup-notification._show .modal-content {
    padding: 0 10% !important;
  }
  .popup-notification._show form .control input[name="email"] {
    padding-right: 37% !important;
  }
  .popup-notification._show form .control button[type="submit"] {
    right: 1% !important;
    width: 34% !important;
  }
}
.popup-notification:not(._show) ~ .popup-modal-overlay {
  opacity: 0;
  pointer-events: none;
}
.popup-modal-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
  z-index: 899 !important;
}
.popup-notification {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 590px;
  height: 300px;
  padding-bottom: 7rem;
  top: 10%;
  z-index: 2000 !important;
}
.popup-notification div.mage-error {
  position: absolute;
  bottom: -2.5rem;
}
.popup-notification .modal-content {
  padding: 0 16%;
}
.popup-notification .modal-content .modal_title-big {
  color: #14566a;
  font-size: 3rem;
  text-align: left;
}
.popup-notification .modal-content div[role="heading"] {
  color: #000000;
  font-size: 1.7rem;
}
.popup-notification .modal-content form {
  margin-top: 5%;
}
.popup-notification .modal-content form .control {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 65%;
}
.popup-notification .modal-content form .control label.subscription {
  padding-bottom: 1rem;
  color: #000000;
}
.popup-notification .modal-content form .control label.subscription input {
  accent-color: #0075ff;
  margin: 0;
  top: 0;
}
.popup-notification .modal-content form .control input[name="email"] {
  font-size: 1.5rem;
  padding: 7% 32% 7% 2%;
}
.popup-notification .modal-content form .control button[type="submit"] {
  background-color: #14566a;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  height: 55%;
  position: absolute;
  right: 1.5%;
  top: 40%;
  width: 29%;
}
.popup-notification .modal-content form .control button[type="submit"]:hover {
  background-color: #003044;
}
.popup-notification .modal-content .promotion {
  margin-top: 2rem;
  color: black;
  flex-direction: column;
}
.popup-notification .modal-content .promotion img {
  max-width: 100%;
  max-height: 100%;
}
