.error-container {
	position: relative;
	display: block;
	width: 100%;
	/* height: 100vh; */
	height: 400px;
	overflow: hidden;
}

.error-container.maintenance {
	background: url('../../img/front/arnex_arjaya_maintenance_image.webp') no-repeat;
	background-position: 50% !important;
	background-size: cover !important;
	width: calc(100vw - 30px);
	height: calc(100vh - 30px);
	top: 15px;
	left: 15px;
	color: #fff;
}

.error-content {
	position: relative;
	width: 100%;
	height: 100%;

	justify-content: center;
	display: flex;
	align-items: center;
}

.error-group {
	position: relative;
	display: table;
	width: calc(100% - 20px);
	padding: 30px;
	max-width: 400px;
	text-align: center;
}

.error-logo {
	position: relative;
	display: block;
	margin: 0px auto 30px;
	height: 75px;
	background: #fff;
	width: 230px;
}

.error-logo:before {
	content: '';
	position: absolute;
	display: block;
	width: 0px;
	height: 0px;
	border-right: 75px solid #fff;
	border-top: 75px solid transparent;
	border-bottom: 0px solid transparent;
	left: -75px;
	top: 0px;
}

.error-logo:after {
	content: '';
	position: absolute;
	display: block;
	width: 0px;
	height: 0px;
	border-left: 75px solid #fff;
	border-top: 0px solid transparent;
	border-bottom: 75px solid transparent;
	right: -75px;
	top: 0px;
}

.error-group img {
	position: relative;
	display: block;
	width: 230px;
}

.error-group h1 {
	position: relative;
	display: block;
	font-size: 30px;
	font-weight: normal;
	margin: 0px 0px 10px;
}

.error-group span {
	position: relative;
	display: block;
	line-height: 22px;
	font-size: 16px;
}

.error-group span a {
	color: #f7961e;
}



.error-header {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	height: 80px;
	width: calc(430px - 81px);
	background: #fff;
	font-size: 0px;
}

.error-header > * {
	font-size: 14px;
}

.error-header:after {
	content: "";
	position: absolute;
	display: block;
	left: 100%;
	top: -1px;
	width: 0px;
	height: 0px;
	border-bottom: 81px solid transparent;
	border-left: 81px solid #fff;
	border-right: 81px solid transparent;
}

.error-header-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 100%;
}

.error-header-item.arnex {
	width: 200px;
	margin-right: 30px;
}

.error-header-item.arnex img {
	position: absolute;
	display: block;
	aspect-ratio: 200/45;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.error-header-item.arjaya {
	width: 80px;
}

.error-header-item.arjaya img {
	position: absolute;
	display: block;
	aspect-ratio: 80/64;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.error-group.maintenance {
	position: absolute;
	display: block;
	width: calc(100% - 40px);
	max-width: 700px;
	left: 50px;
	bottom: 35px;
	text-align: left;
	padding: 0px;
}

.error-group.maintenance h1 {
	position: relative;
	display: block;
	font-family: 'bebasneue';
	font-size: 88px;
	line-height: 73px;
	margin-bottom: 15px;
}

.error-group.maintenance span {
	position: relative;
	display: block;
	font-family: 'roboto';
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 35px;
}

.error-footer {
	position: relative;
	display: block;
	font-family: 'roboto';
	font-size: 12px;
	line-height: 25px;
}

@media screen and (max-width: 1366px) {
	.error-group.maintenance h1 {
		font-size: 80px;
		line-height: 65px;
	}
}

@media screen and (max-width: 500px) {
	.error-header {
		width: calc(100% - 135px);
		height: 70px;
	}
		
	.error-header:after {
		border-bottom: 71px solid transparent;
		border-left: 71px solid #fff;
		border-right: 71px solid transparent;
	}

	.error-header-item.arnex {
		width: 120px;
		margin-right: 20px;
	}

	.error-header-item.arjaya {
		width: 60px;
	}

	.error-group.maintenance h1 {
        font-size: 50px;
        line-height: 44px;
    }

	.error-group.maintenance {
		left: 20px;
	}
}