.error {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error__title {
  font-size: 12.8rem;
  line-height: 128px;
  color: var(--dark-blue);
}
.error__subtitle {
  font-size: 6.4rem;
  font-weight: 700;
  margin-top: 7px;
  color: white;
  letter-spacing: -0.19px;
}
.error__description {
  color: var(--dark-blue);
  font-size: 1.8rem;
  margin-top: 12px;
  line-height: 39px;
  margin-bottom: 48px;
}
.error__content {
  width: 100%;
  padding: 211px 190px 291px 190px;
  max-width: 1440px;
  box-sizing: border-box;
}
.error__background {
  position: absolute;
  top: 0;
  z-index: -1;
  display: flex;
  max-width: 1440px;
  width: 100%;
}
.error__hexagon {
  width: 1870px;
  height: 1655px;
  background-image: url(../assets/images/error/hexagon-blue.svg);
  background-size: cover;
  position: absolute;
  top: -413px;
  right: 300px;
}
.error__plate {
  height: 784px;
  width: 785px;
  background-image: url(../assets/images/error/plate.webp);
  background-size: cover;
  position: absolute;
  top: 85px;
  right: -451px;
}

@media (max-width: 2400px) {
  .error {
    overflow: hidden;
  }
}
@media (max-width: 1439px) {
  .error__content {
    padding: 211px 80px 291px 80px;
  }
}
@media (max-width: 1365px) {
  .error__content {
    padding: 211px 80px 291px 80px;
  }
}
@media (max-width: 1279px) {
  .error__subtitle {
    width: 370px;
  }
}
@media (max-width: 1023px) {
  .button {
    font-size: 1.6rem;
    padding: 20px 40px;
  }
  .error__content {
    padding: 75px 24px 101px 24px;
  }
  .error__title {
    font-size: 9.6rem;
    line-height: 80px;
  }
  .error__subtitle {
    margin-top: 19px;
    line-height: 50px;
    font-size: 4.8rem;
    width: 290px;
  }
  .error__description {
    font-size: 1.6rem;
    margin-top: 13px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  .error__hexagon {
    width: 1402.5px;
    height: 1241.25px;
    top: -376px;
    right: 198px;
  }
  .error__plate {
    top: 0px;
    right: -346px;
    height: 581px;
    width: 587px;
  }
}
@media (max-width: 712px) {
  .error__description-bottom {
    width: 270px;
  }
}
@media (max-width: 620px) {
  .button {
    font-size: 1.4rem;
    padding: 13px 24px;
  }
  .error__content {
    padding: 75px 16px 92px 16px;
  }
  .error__title {
    font-size: 6.4rem;
    line-height: 56px;
  }
  .error__subtitle {
    margin-top: 22px;
    line-height: 40px;
    font-size: 4rem;
    width: 230px;
  }
  .error__description {
    font-size: 1.4rem;
    margin-top: 23px;
    line-height: 17px;
    margin-bottom: 42px;
  }
  .error__description-bottom {
    margin-top: 15px;
    width: 230px;
  }
  .error__hexagon {
    width: 935px;
    height: 827.5px;
    top: -186px;
    right: 44px;
  }
  .error__plate {
    top: 60px;
    right: -222px;
    height: 395px;
    width: 374px;
  }
}
@media (max-width: 360px) {
  .error__subtitle {
    font-size: 3.4rem;
    width: 195px;
  }
  .error__description {
    font-size: 1.3rem;
  }
  .error__description-bottom {
    width: 216px;
  }
}/*# sourceMappingURL=error.css.map */