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

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

.modal_age_text {
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 10px;
	display: inline-block;
	font-family: helveticaneuecyrlight,sans-serif;
}

.modal_age_but {
	text-align: center;
	margin-top: 15px;
}

.modal_but_yes, .modal_but_no {
	font-family: helveticaneuecyrlight,sans-serif;
text-transform: uppercase;
	display: inline-block;
	padding: 8px 12px;
	text-decoration: none;
    border: 2px solid #fff;
	background: #000000;
	color: #ffffff;
	cursor: pointer;
}

@media screen and (max-width:500px) {
	.modal_age_text { 
	font-size: 16px;
}
}