.popup18 {
	max-width: 600px;
	margin-left: 15px;
    margin-right: 15px;
	padding: 30px;
	text-align: center;
}
.popup18__head,
.popup18__foot {
	font-weight: bold;
}
.popup18__head {
	margin-bottom: 30px;
	font-size: 24px;
}
.popup18__content {
	margin-bottom: 20px;
}
.popup18__foot {
	font-size: 16px;
	text-transform: uppercase;
}
.popup18__foot a {
	display: block;
}
.popup18__foot a:not(:last-child) {
	margin-bottom: 5px;
}
@media(min-width: 500px)
{
	.popup18__foot a {
		display: inline;
	}
	.popup18__foot a:not(:last-child) {
		margin-right: 30px;
	}
}