body{
	margin: 0;
}
.error404 table{
	display: none;
}
.error404{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(-180deg, #0090d4 0%, #5a2a82 100%);
    font-family: Arial;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
    padding-top: 150px;
    box-sizing: border-box;
}
.main{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.error404 h1{
	font-size: 150px;
    line-height: 1.2;
	font-weight: 700;
	margin: 0;
}
.error404 h2{
	font-size:24px;
	line-height:42px;
}
.error404 button {
    align-self: center;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 1.71px;
    line-height: 40px;
    min-width: 250px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    background: none;
    border: 1px double #fff;
    cursor: pointer;
}
.error404 .footer {
    max-width: 100vw;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}
.error404 img.img{
	max-width: 100%;
    padding: 0 90px;
    box-sizing: border-box;
}
@media (max-width: 750px){
    .error404 img.img{
        padding: 0;
    }
}
.error404 .info {
    width: 100%;
    font-size:15px;
	line-height:19px;
}
.error404 .contact{
    display: flex;
    justify-content: center;
    font-weight: 700;
}
.error404 .contact a{
    display: flex;
}
.error404 .contact a:last-of-type{
	margin-left: 40px;
}
.error404 .contact img{
	margin-right: 7px;
}
.error404 a,
.error404 a:hover,
.error404 a:active,
.error404 a:link
.error404 a:visited {
    text-decoration: none;
    color: inherit;
}
.error404 table{
	display: none;
}