.error_top {
	padding: 0 0 450px;
	background-color: #121212;
	position: relative;
	overflow: hidden;
    margin-bottom: 29px;
}

.error-info {
	padding-top: 230px;
	position: relative
}

.error-info::after {
	content: "";
	height: 94vh;
	width: calc(100% + 9%);
	position: absolute;
	right: 0;
	top: 105px;
	border-radius: 20px;
	background-color: #1E1E1E
}

.error-info h1 {
	color: #fff;
	font-size: 14rem;
	line-height: normal;
	text-transform: none;
	margin-bottom: 20px;
    font-weight: 700;
}

.error-info .txt-btn,
.error-info p {
	color: #fff;
	line-height: 29px;
	font-size: 1.8rem;
	letter-spacing: .36px
}

.error-info p {
	margin-bottom: 18px
}

.error-info .txt-btn {
	text-decoration: underline
}

.error-info .txt-btn::after {
	opacity: 0;
	display: none
}

.error-info .txt-btn:hover::after {
	opacity: 1;
	filter: invert(1)
}

.error-info .txt-btn:hover {
	color: #06f
}

.error-info-wrap {
	max-width: 610px;
	width: 100%;
	position: relative;
	z-index: 5;
	padding-right: 60px
}

.big-error-font {
	position: absolute;
	width: 54%;
	bottom: 0;
	left: 50.2%;
	text-align: center;
	transform: translateX(-50%)
}

.big-error-font img {
	width: 100%;
	pointer-events: none
}

.error-contact {
	position: relative;
	padding-top: 270px;
	padding-left: 150px
}

.error-contact-wrap {
	position: relative;
	z-index: 5
}

.error-contact ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.error-contact a {
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: .36px;
	padding: 10px 20px;
	background-color: rgba(30, 30, 30, 0.50);
	backdrop-filter: blur(10px);
	margin-bottom: 18px;
	display: block;
	transition: .5s;
	-webkit-transition: .5s
}

.error-contact a img {
	margin-right: 20px;
}

.error-contact a:hover {
	background-color: #1E1E1E;
	color: #fff
}

.error-contact li:last-child a {
	margin-bottom: 0
}

.error-contact h6 {
	line-height: 24px;
	color: #fff;
	margin-left: 20px;
	margin-bottom: 27px;
	font-size: 1.6rem
}

@media(max-width:1599.98px) {
	.error-info::after {
		width: calc(100% + 5%)
	}
}

@media(max-width:1399.98px) {
	.error-info h1 {
		font-size: 11rem
	}

	.error-info {
		padding-top: 200px
	}

	.error-contact {
		padding-top: 220px;
		padding-left: 100px
	}

	.error_top {
		padding-bottom: 330px
	}
}

@media(max-width:1199.98px) {
    .error-info-wrap {
        padding-left: 20px;
    }
	.error-info h1 {
		font-size: 8rem
	}

	.error-contact {
		padding-left: 60px
	}

	.big-error-font {
		left: 50.4%
	}

	.error-info::after {
		width: 100%;
		padding-left: 30px
	}
}

@media(max-width:991.98px) {
	.error-contact::after {
		margin-left: -50vw;
		left: 50%;
		height: 100%
	}

	.error-contact {
		padding: 60px 0
	}

	.big-error-font {
		position: relative
	}

	.big-error-font::after {
		content: "";
		height: 100%;
		width: calc(100% - 10px);
		position: absolute;
		right: 50%;
		top: 0;
		background-color: #1E1E1E;
		z-index: -1;
		border-radius: 10px 0 0 10px
	}

	.error-info-wrap {
		max-width: 100%;
        padding-left: 0;
		padding-right: 0;
	}

	.error_top {
		padding-top: 115px;
		padding-bottom: 0
	}

	.error-info::after {
		opacity: 0
	}

	.error-info {
		background-color: #1E1E1E;
		padding: 30px;
		border-radius: 20px
	}
}

@media(max-width:767.98px) {
	.error-info {
		padding: 20px;
		border-radius: 15px
	}

	.error-info h1 {
		font-size: 4rem
	}

	.error-contact a,
	.error-info .txt-btn,
	.error-info p {
		font-size: 1.6rem
	}

	.error-info p {
		line-height: 26px
	}

	.error-contact {
		padding: 40px 0
	}

	.error_top {
		padding-top: 90px
	}

	.big-error-font::after {
		width: 100%
	}
}