.age-popup {
  display: none;
  background-size: cover;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 50%;
  padding: 0;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  min-width: 290px;
  width: 90%;
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.age-popup-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    align-items: center;
}
.age-popup .image-newsletter{
  padding: 0;
}
.image-newsletter img{
  max-width: 100%;
}
.opacity-layer{
  opacity: 0.75;
}
.age-popup .box-newsletter {
  padding: 0 40px;
  position: static;
}
.newsletter-title {
    color: #000000;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 20px;
}
.newsletter-content h2 {
    color: #000000;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 20px;
}
.newsletter-content p {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.age-popup .age-popup-dont:hover {
  color: #333!important;
}

.age-popup .age-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  color: #000000;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.age-popup .age-popup-close:hover{
  color: #58b8a1;
}

.age-popup-close:before {
  content: "✖";
  display: block;
  font-size: 17px;
  line-height: 45px;
}

.age-popup-link {
  display: block;
}

.newsletter_popup_email.act {
  border: 1px solid red;
}

.age-popup .input-wrapper .form-control{
    height: 50px;
    outline: none;
    border: 1px solid #d5ede7;
    background-color: #ffffff;
}
.age-popup .input-wrapper input::placeholder {
    color: #e5e5e5;
    font-size: 16px;
}
.age-popup .agepopupwow_send{
    background-color:#58b8a1;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    padding: 10px 15px;
    margin-top: 15px;
    width: 100%;
}
.age-popup .agepopupwow_send:focus {
    outline: none;
    background-color: #58b8a1;
}
.newsletter_popup_errors.alert.alert-danger,.newsletter_popup_success.alert-success {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.age-popup-text {
    color: #000000;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 15px;
}
.age-popup-bottom{
  position: absolute;
  bottom: 25px;
  display: flex;
  align-items: center;
}
.age-popup-bottom input{
  cursor: pointer;
}
.age-popup .age-popup-dont{
  color: #58b8a1;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-left: 5px;
}

@media (max-width: 991px) {
  .age-popup{
    height: auto!important;
  }
  .age-popup .box-newsletter {
      padding: 0 30px;
  }
  .newsletter-content h2 {
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 15px;
  }
  .newsletter-content p {
      font-size: 16px;
      margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .age-popup .box-newsletter {
      padding: 0 20px;
  }
  .age-popup .age-popup-close{
      top: 0;
      right: 0;
  }
  .newsletter-content h2 {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 8px;
  }
  .newsletter-content p {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 10px;
  }
  .age-popup .input-wrapper .form-control {
      height: 40px;
  }
  .age-popup .agepopupwow_send {
      font-size: 16px;
      padding: 8px 15px;
      margin-top: 12px;
  }
  .age-popup-text {
      margin-top: 10px;
      margin-bottom: 20px;
  }
  .age-popup-bottom {
      bottom: 15px;
  }
}
@media (max-width: 575px) {
  .age-popup .image-newsletter{
      display: none;
  }
  .age-popup .box-newsletter {
      padding: 30px 20px;
  }
  .age-popup-bottom {
      position: static;
  }
  .newsletter-content p {
      margin-bottom: 18px;
  }
  .age-popup .agepopupwow_send{
      margin-top: 15px;
  }
}

.age-popup-text{
    background-color: orange;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    padding: 10px 15px;
    margin-top: 15px;
    width: 100%;
    cursor: pointer;
}