.modal-ma_agewall {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.51);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-ma_agewall .modal-content {
  width: 560px;
  height: 323px;
  padding: 40px 0;
  border-radius: 3px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.modal-ma_agewall .service-logo {
  display: block;
  width: 128px;
  height: 20px;
  margin: 0 auto;
}
.modal-ma_agewall .service-logo img {
  max-width: 128px;
  max-height: 20px;
}
.modal-ma_agewall .modal-title {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #14566A;
}
.modal-ma_agewall .modal-text {
  margin: 20px 71px 30px 71px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
  color: #000000;
}
.modal-ma_agewall .modal-btn {
  width: 227px;
  height: 50px;
  padding: 0;
  border-radius: 3px;
  background-color: #14566a;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  margin: 30px auto;
  border: 1px solid transparent;
  box-shadow: none;
  line-height: 35px;
}
.modal-ma_agewall .modal-btn:hover {
  background-color: #003044;
}
.modal-ma_agewall .modal-btn:focus {
  box-shadow: 0 0 0 5px rgba(28, 216, 199, 0.5);
  background-color: #14566a;
}
@media (max-width: 590px) {
  .modal-ma_agewall .modal-content {
    max-width: 560px;
    max-height: 100%;
    padding: 25px;
  }
  .modal-ma_agewall .modal-title {
    margin-top: 5px;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
  }
  .modal-ma_agewall .modal-text {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  .modal-ma_agewall .modal-btn {
    width: 100%;
  }
}
