body, footer, header{}
html{height:100%;}
body{height:100%;}

.container{
	/* height:100%; */
	min-height:100%; display:flex; flex-direction:column;
}
.page404{
	/* height:100%; */
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content:center;
	text-align:center;
	flex: 1 1 auto;
}
.page404 .title{
	font-style: normal;
	font-weight: 300;
	font-size: 200px;
	line-height: 242px;
	text-transform: uppercase;
}
.page404 .text{
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	line-height: 70px;
	text-transform: uppercase;
}
.page404 .opis{
	/* font-family: "MiamaNueva"; */
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	margin-top:5%;
}
.ymaps-2-1-79-copyright__link{
	font: 11px / 14px Verdana, Arial, sans-serif !important;
}
footer.position-absolute{
	margin-top: -63px;
}
footer.position-absolute a{
	color:#fff;
	text-decoration:none;
}




