.error-image img {
	width: 100%;
	max-height: 29rem;
}
.error-image::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg,rgba(8, 8, 8, 0) 20%, rgb(8, 8, 8,1) 100%);
	bottom: 0;
}
.contact_content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.contact_texts_block {
	display: flex;
	z-index: 2;
	background-color: var(--dark);
	padding: 30px 30px 0px 30px;
	border-radius: 18px;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	flex-direction: column;
	align-items: center;
	width: 750px;
}
.contact_oops {
	display: flex;
	font-size: var(--font-size-default);
	font-weight: var(--font-weight-7);
	color: var(--text-custom);
	align-items: center;
	justify-content: center;
	gap: 15px;
	width: 100%;
	height: 40px;
}
.contact_code {
	font-size: var(--font-size-6xl);
	font-family: var(--font-family-1);
	font-weight: var(--font-weight-8);
    text-transform: uppercase;
	color: var(--light);
	line-height: normal;
	opacity: 0.1;
    margin-bottom: 20px;
}
.description {
	width: 100%;
	font-size: var(--font-size-l);
	display: flex;
	color: var(--light);
	font-weight: var(--font-weight-8);
	justify-content: center;
	padding-block: .3rem;
}
.contact.name {
    display: flex;
    width: max-content;
    font-family: var(--font-family-1);
    font-size: 24   px;
    font-weight: 800;
    justify-content: center;
    color: var(--light);
    text-transform: uppercase;
}
.contact.position {
    display: flex;
    width: max-content;
    justify-content: center;
    color: var(--light);
    text-transform: uppercase;
    margin-bottom: 16px;
}
