.not-found-widget {
  margin: 0 auto;
  padding-bottom: 80px;
  padding-top: 36px;
}
@media (max-width: 991px) {
  .not-found-widget {
    padding-bottom: 36px;
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .not-found-widget {
    padding-bottom: 0px;
  }
}
.not-found-widget__wrapper {
  position: relative;
}
.not-found-widget__content {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(9.2149848938px);
  position: relative;
  max-width: 626px;
  margin: 0 auto;
  z-index: 2;
  padding: 36px 64px;
}
.not-found-widget__content--wrapper {
  color: #333;
  text-align: center;
}
.not-found-widget__content--pseudo-heading {
  font-size: 96px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 32px;
  display: block;
}
@media (max-width: 991px) {
  .not-found-widget__content--pseudo-heading {
    font-size: 52px;
    margin-bottom: 16px;
  }
}
.not-found-widget__content--heading {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.not-found-widget__content--heading::after {
  content: none;
}
@media (max-width: 991px) {
  .not-found-widget__content--heading {
    font-size: 36px;
  }
}
.not-found-widget__content--text {
  color: #595959;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .not-found-widget__content--text {
    font-size: 18px;
  }
}
.not-found-widget__content--back-card {
  width: clamp(378px, 12.8243rem + 17.4381vw, 540px);
  height: clamp(266px, 9.0245rem + 12.2713vw, 380px);
  transform: rotate(-13.523deg);
  flex-shrink: 0;
  position: absolute;
  top: 20%;
  right: clamp(3.125rem, -22.0274rem + 36.5854vw, 21.875rem);
  background: linear-gradient(64deg, #FF9A26 0%, #FFC935 100%);
  z-index: 0;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .not-found-widget__content--back-card {
    display: none;
  }
}
.not-found-widget__content--flying-cards__item-question {
  position: absolute;
  color: #FF9A26;
  border-radius: 20px;
  z-index: 1;
  box-shadow: 3px 4px 9px 2px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 16px 23px;
  font-size: 40px;
  top: -36px;
  left: 60px;
  line-height: 1;
}
@media (max-width: 767px) {
  .not-found-widget__content--flying-cards__item-question {
    display: none;
  }
}
.not-found-widget__content--flying-cards__item-cactus {
  position: absolute;
  color: #FF9A26;
  border-radius: 20px;
  z-index: 1;
  box-shadow: 3px 4px 9px 2px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 16px 23px;
  display: flex;
  gap: 14px;
  right: -100px;
  bottom: -36px;
  line-height: 1;
  align-items: center;
}
.not-found-widget__content--flying-cards__item-cactus span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .not-found-widget__content--flying-cards__item-cactus {
    right: 0;
  }
}
@media (max-width: 767px) {
  .not-found-widget__content--flying-cards__item-cactus {
    display: none;
  }
}
