.site-not-found {
  background-color: #1A1A1A;
  margin-bottom: -70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .site-not-found {
    margin-bottom: -40px;
  }
}
.site-not-found__container {
  min-height: 838px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 196px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .site-not-found__container {
    min-height: 782px;
  }
}
@media (max-width: 768px) {
  .site-not-found__container {
    padding-top: 150px;
  }
}
.site-not-found__title {
  font-size: 427px;
  line-height: 325px;
}
@media (max-width: 1024px) {
  .site-not-found__title {
    font-size: 300px;
    line-height: 250px;
  }
}
@media (max-width: 768px) {
  .site-not-found__title {
    font-size: 200px;
  }
}
@media (max-width: 480px) {
  .site-not-found__title {
    font-size: 150px;
  }
}
.site-not-found__image {
  display: block;
  max-width: 585px;
  width: 100%;
  height: auto;
  margin-top: -120px;
  margin-bottom: 30px;
  margin-left: 15px;
}
@media (max-width: 480px) {
  .site-not-found__image {
    margin-top: -100px;
  }
}
.site-not-found__description {
  color: #FFFFFF;
  margin-bottom: 35px;
}
.site-not-found__gradient-car {
  position: absolute;
  left: 0;
  bottom: 271px;
  width: 100%;
  height: 119px;
  background: linear-gradient(0deg, #1A1A1A 0%, rgba(26, 26, 26, 0) 75.94%);
  z-index: 3;
}
@media (max-width: 768px) {
  .site-not-found__gradient-car {
    height: 80px;
    bottom: 340px;
  }
}
@media (max-width: 575px) {
  .site-not-found__gradient-car {
    bottom: 360px;
  }
}
@media (max-width: 400px) {
  .site-not-found__gradient-car {
    bottom: 380px;
  }
}
.site-not-found__rotated {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.site-not-found__rotated-title {
  opacity: 0.5;
  filter: blur(29.9925346375px);
  font-size: 427px;
  line-height: 271px;
  transform: rotate(180deg) scaleX(-1);
}
@media (max-width: 1024px) {
  .site-not-found__rotated-title {
    font-size: 300px;
  }
}
@media (max-width: 768px) {
  .site-not-found__rotated-title {
    font-size: 200px;
    filter: blur(18px);
  }
}
@media (max-width: 480px) {
  .site-not-found__rotated-title {
    font-size: 150px;
  }
}
.site-not-found__rotated-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #1A1A1A 0%, rgba(26, 26, 26, 0) 100%);
  z-index: 2;
  transform: rotate(180deg);
}
.site-not-found__rotated-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #1A1A1A 0%, rgba(26, 26, 26, 0) 100%);
  z-index: 2;
}