.rud-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary-100);
  width: 100%;
  position: relative;
  height: calc(var(--vh, 1vh) * 100 - 144px);
  margin: 144px 0 0;
  font-family: "Manrope";
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .rud-404 {
    margin: 140px 0 0;
    height: calc(var(--vh, 1vh) * 100 - 140px);
  }
}
@media screen and (max-width: 1024px) {
  .rud-404 {
    margin: 74px 0 0;
    height: calc(var(--vh, 1vh) * 100 - 74px);
  }
}
.rud-404::before, .rud-404::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
}
.rud-404::before {
  width: 1380px;
  height: 1380px;
  border: 50px solid var(--color-primary-90);
}
@media screen and (max-width: 1920px) {
  .rud-404::before {
    width: 1226px;
    height: 1226px;
  }
}
@media screen and (max-width: 1600px) {
  .rud-404::before {
    width: 882px;
    height: 882px;
    border: 30px solid var(--color-primary-90);
  }
}
@media screen and (max-width: 1024px) {
  .rud-404::before {
    width: 798px;
    height: 798px;
  }
}
@media screen and (max-width: 650px) {
  .rud-404::before {
    width: 498px;
    height: 498px;
  }
}
.rud-404::after {
  width: 1920px;
  height: 1920px;
  border: 50px solid var(--color-primary-90);
  opacity: 50%;
}
@media screen and (max-width: 1920px) {
  .rud-404::after {
    width: 1706px;
    height: 1706px;
  }
}
@media screen and (max-width: 1600px) {
  .rud-404::after {
    width: 1226px;
    height: 1226px;
    border: 30px solid var(--color-primary-90);
  }
}
@media screen and (max-width: 1024px) {
  .rud-404::after {
    width: 1110px;
    height: 1110px;
  }
}
@media screen and (max-width: 650px) {
  .rud-404::after {
    width: 692px;
    height: 692px;
  }
}
.rud-404--block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.rud-404--block--title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 1600px) {
  .rud-404--block--title {
    margin-bottom: 24px;
  }
}
.rud-404--block--title span {
  font-weight: 800;
  font-size: 250px;
  text-align: center;
  line-height: 1;
  color: var(--color-primary-20);
}
@media screen and (max-width: 1600px) {
  .rud-404--block--title span {
    font-size: 190px;
  }
}
@media screen and (max-width: 650px) {
  .rud-404--block--title span {
    font-size: 142px;
  }
}
.rud-404--block--title--img {
  background-color: var(--color-primary-20);
  border-radius: 50%;
  padding: 30px;
}
@media screen and (max-width: 1600px) {
  .rud-404--block--title--img {
    padding: 22px;
  }
}
@media screen and (max-width: 650px) {
  .rud-404--block--title--img {
    padding: 17px;
  }
}
.rud-404--block--title--img img {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1600px) {
  .rud-404--block--title--img img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 650px) {
  .rud-404--block--title--img img {
    width: 90px;
    height: 90px;
  }
}
.rud-404--block p {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: var(--color-default);
  margin-bottom: 36px;
}
@media screen and (max-width: 1600px) {
  .rud-404--block p {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.rud-404--block--button {
  background: var(--color-default);
  border-radius: 60px;
  padding: 16px 36px;
  font-weight: 700;
  font-size: 18px;
  color: var(--color-primary-90);
  transition: var(--transition-base);
}
@media screen and (max-width: 1600px) {
  .rud-404--block--button {
    font-size: 16px;
    padding: 16px 24px;
  }
}
.rud-404--block--button:hover {
  background: var(--color-primary-20);
  color: var(--color-primary-90);
}/*# sourceMappingURL=rud-404.css.map */