/* modal */
.modal_age {
  display: none;
}

#info_age_modal {
max-width: 420px;
background: #fff;
padding: 25px;
border-radius: 5px;
}

.modal_title {
text-align: center;
color: #000;
font-size: 15px;
margin-bottom: 15px;
}

.modal_age_text {
  text-align: center;
}

.modal_age_text span{
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  color: red;
  margin-bottom: 10px;
  display: inline-block;
}

.modal_age_but {
  text-align: center;
  margin-top: 15px;
}
.modal_but_yes, .modal_but_no {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  background: #eee;
  cursor: pointer;
}