@charset "UTF-8";

.notFound {
	border: 1px solid var(--main-color);
	box-shadow: var(--box-shadow);
	border-radius: 4px;
}
.notFound__wrap {
	padding: 15px;
}
.notFound__text {
	padding: 80px 0;
	line-height: 1.4;
}
.notFound__link {
	text-align: center;
}
.notFound__link__text {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 50px;
	margin: 0 auto;
	color: white;
	text-shadow: 0 1px 2px rgba(0,0,0,.65);
	background: linear-gradient(var(--main-color05),var(--main-color));
	text-decoration: none;
	border-radius: 25px;
	box-shadow: inset 0 1px 1px 0 #fff;
	border: 1px solid var(--main-color);
}
