/**********************************************************************/
/**********************************************************************/
.page-error {
	position: relative;
}
.page-error:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	transform: translateX(-50%);
	width: 1920px;
	max-width: 100%;
	background-image: url(../../img/images/error-banner.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}
.page-error .main__content {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 910px;
}

/**********************************************************************/
.page-error__body {
	max-width: calc(100vw - 40px);
	margin: 0 auto;
}
.page-error__title {
	margin-top: 220px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 128px;
	line-height: 140px;
	color: #FFFFFF;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
	text-align: center;
}
.page-error__subtitle {
	margin: 20px auto 5px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 54px;
	line-height: 60px;
	color: #FFFFFF;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
	text-transform: uppercase;
	text-align: center;
}
.page-error__descr {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: #FFFFFF;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
	text-align: center;
}
.page-error__message {
	margin-top: 260px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 54px;
	line-height: 65px;
	color: #FFFFFF;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
	text-align: center;
}




/**********************************************************************/
/*********************         RESPONSIVE         *********************/
/**********************************************************************/
@media screen and (max-width: 1440px) {
	/******************************************************************/
	/******************************************************************/
	.page-error .main__content {
		height: 600px;
	}

	/******************************************************************/
	.page-error__title {
		margin-top: 130px;
		font-size: 100px;
		line-height: 100px;
	}
	.page-error__subtitle {
		margin-top: 10px;
		font-size: 40px;
		line-height: 45px;
	}
	.page-error__descr {
		font-size: 18px;
		line-height: 24px;
	}
	.page-error__message {
		margin-top: 160px;
		font-size: 40px;
		line-height: 45px;
	}
}


@media screen and (max-width: 767px) {
	/******************************************************************/
	/******************************************************************/
	.page-error .main__content {
		height: 500px;
	}

	/******************************************************************/
	.page-error__title {
		margin-top: 120px;
		font-size: 75px;
		line-height: 75px;
	}
	.page-error__subtitle {
		margin-top: 5px;
		font-size: 30px;
		line-height: 35px;
	}
	.page-error__descr {
		font-size: 14px;
		line-height: 18px;
	}
	.page-error__message {
		width: 450px;
		max-width: 100%;
		margin-top: 70px;
		font-size: 25px;
		line-height: 30px;
	}
}