.error-image img {
	position: relative;
	z-index: -10;
	margin-top: -100px;
	width: 100%;
	max-height: 29rem;
}
.error-image::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(circle,rgba(8, 10, 13, 0) 0%, rgba(8, 10, 13, 1) 80%);
	bottom: 0;
}
.construction_content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  width: 100%;
}
.construction_texts_block {
	display: flex;
	z-index: 2;
	background-color: transparent;
	flex-direction: column;
	align-items: center;
}
.construction_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;
}
.construction_code {
	font-size: var(--font-size-6xl);
	font-family: var(--font-family-1);
	font-weight: var(--font-weight-8);
    text-transform: uppercase;
	color: var(--red);
	line-height: normal;
    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;
}
.construction.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;
}
.construction.position {
    display: flex;
    width: max-content;
    justify-content: center;
    color: var(--light);
    text-transform: uppercase;
    margin-bottom: 16px;
}
