/*=============================
	Error Page
===============================*/
.error-page {
	padding: 120px 0 120px;
	z-index: 1;
}

.error-page__inner {
	position: relative;
	display: block;
	text-align: center;
}

.error-page__img {
	position: relative;
	display: block;
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
}

.error-page__img img {
	width: 100%;
}

.error-page__title {
	font-size: 42px;
	font-weight: 600;
	line-height: 52px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.error-page__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #1F2034;
}

.error-page__btn-box {
	position: relative;
	display: block;
	margin-top: 40px;
}

.error-page__btn:hover {
	color: var(--thm-white);
}

.error-page__btn::before {
	background-color: var(--thm-black);
}





















/* =============================================
	End
============================================== */