.error-404 {
	margin: 100px 0 150px 0
}
.error-404 .title-h1 {
	font-size: 130px;
	color: #000;
	margin-top: 100px;
	padding-bottom: 20px;
	text-transform: uppercase;
	line-height: 1;
	text-align: left;
}
.error-404 .title-h2 {
	text-align: left;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 40px;
}
.error-404-img img{
	height: 100%;
	margin-top: 100px;
}
.error-404-btn-link {
	font-size: 17px;
	border: 1px #000 solid;
	width: 340px;
	padding: 8px 0;
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
.error-404-btn-link:hover {
color: #754d98;
border: 1px #754d98 solid;
}
.error-404-btn-link:hover img{
-webkit-filter: invert(35%) sepia(26%) saturate(1142%) hue-rotate(229deg) brightness(92%) contrast(88%);
        filter: invert(35%) sepia(26%) saturate(1142%) hue-rotate(229deg) brightness(92%) contrast(88%);	
}
.error-404-btn-link img {
	height: 17px;
	width: 17px;
	top: 4px;
	margin-right: 10px;
	position: relative;
}
