	*{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-family: "Titillium Web", sans-serif;
	}

	body {
		padding: 0;
		margin: 0;
	}

	#notfound {
		position: relative;
		height: auto;
	}

	#notfound .notfound {
		/*position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);*/
	}

	.notfound {
		max-width: 767px;
		width: 100%;
		line-height: 1.4;
		padding: 0px 15px;
		margin: 0 auto;
		color: #fff;
	}

	.notfound .notfound-404 {
		position: relative;
		height: auto;
		margin-bottom: 0;
	}

	.notfound .notfound-404 h1 {
		font-family: "Titillium Web", sans-serif;
		font-size: 100px;
		font-weight: 900;
		margin: 0px;
		text-transform: uppercase;
		background: #fff;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-size: cover;
		background-position: center;
		line-height:1.2em;
	}

	.notfound h2 {
		font-family: "Titillium Web", sans-serif;
		font-size: 26px;
		font-weight: 700;
		margin: 0;
	}

	.notfound p {
		font-family: "Montserrat", sans-serif;
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 0px;
	}

	.notfound a {
		font-family: "Titillium Web", sans-serif;
		display: inline-block;
		color: #fff;
		text-decoration: none;
		border: none;
		font-size: 14px;
		font-weight: 700;
		border-radius: 1px;
		margin-top: 15px;
		-webkit-transition: 0.2s all;
		transition: 0.2s all;
	}

	.notfound a:hover {
		opacity: 0.8;
	}
	.contactto{margin-top:20px;}
	.contactto a {
		text-decoration: none;
		font-size: 18px;
		color: #0075a9;
		padding: 0;
		background: transparent; margin:0;
	}
	.contactto p{margin:0;}

	@media only screen and (max-width: 767px) {
		.notfound .notfound-404 {
			height: 110px;
			line-height: 110px;
		}

		.notfound .notfound-404 h1 {
			font-size: 80px;
		}
	}
html, body {
    background: #03153e url(../images/bg-body.jpg) no-repeat;
    background-size: cover;
    min-height: 100vh;
}
.noisy {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}