* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
body {
	padding: 0;
	margin: 0
}
#infopage {
	position: relative;
	height: 100vh
}
#infopage .infopage {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.infopage {
	max-width: 767px;
	width: 100%;
	line-height: 1.4;
	padding: 0 15px
}
.infopage .infopage-404 {
	position: relative;
	height: 150px;
	line-height: 150px;
	margin-bottom: 25px
}
.infopage .infopage-404 h1 {
	font-family: arial, sans-serif;
	font-size: 186px;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
	background: url(../img/text.png);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: cover;
	background-position: center
}
.infopage h2 {
	font-family: arial, sans-serif;
	font-size: 26px;
	font-weight: 700;
	margin: 0
}
.infopage p {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: normal;
}
.infopage a {
	font-family: arial, sans-serif;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border: none;
	background: #B0995D;
	padding: 10px 40px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 1px;
	margin-top: 15px;
	-webkit-transition: .2s all;
	transition: .2s all
}
.infopage a:hover {
	opacity: .8
}
@media only screen and (max-width:767px) {
	.infopage .infopage-404 {
		height: 110px;
		line-height: 110px
	}
	.infopage .infopage-404 h1 {
		font-size: 120px
	}
}
/* CSS Document */