.age-screen{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: url(images/bg-age.jpg) no-repeat center;
	background-size: cover;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.age-form{
	position: relative;
	text-align: center;
}
.age-wrap{
	width: 100%;
	text-align: center;
	position: absolute;
	top: -10px;
	left: -20px;
}
.age-form .block-title{
	font-size: 30px;
	line-height: 35px;
	margin: 25px 0 85px;
}
.age-buttons .button{
	width: 150px;
	margin: 0 11px;
}

.not-loaded .button{
	cursor: wait;
	background: #ccc !important;
	border-color: #ccc;
	color: #fff;
}
.logo-beer_top {
	position: absolute;
	top: 0;
}