.template_404 .not_found_message {
	background-color: #0c0c0c;
	color: white;
	margin-left: calc( ( 100vw - 1200px ) / -2 );
	width: 100vw;
	padding: 30px 20px;
	margin-bottom: 30px;
	margin-top: -30px;
	background: linear-gradient(-118deg,#116ace,#0d42a2);
}

.template_404 .not_found_message .wrap {
	width: 1200px;
	max-width: 100%;
	margin: auto;
}

.template_404 .not_found_message h1 {
	color: inherit;
	font-size: 40px;
	width: 70%;
	font-weight: 600;
	line-height: 1.2;
}

.template_404 .not_found_message p {
	border-bottom: 2px dashed white;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.template_404 .not_found_message .btn {
	box-shadow: none;
}

@media( max-width: 1240px ){

	.template_404 .not_found_message {
		margin-left: -20px;
	}

}


@media( max-width: 1140px ){

	.template_404 .not_found_message h1 {
		font-size: 50px;
	}

}


@media( max-width: 768px ){

	.template_404 .not_found_message {
		text-align: center;
	}

	.template_404 .not_found_message h1 {
		width: 100%;
		font-size: 30px;
	}
}