.not-found-page {
  width: min(1440px, calc(100% - 48px));
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 0 72px;
  color: var(--neutral-1000);
}
.not-found-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: var(--neutral-600);
  font-size: 13px;
}
.not-found-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.not-found-breadcrumb a:hover {
  color: var(--primary-500);
}
.not-found-breadcrumb strong {
  color: var(--neutral-800);
}
.not-found-hero {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  overflow: hidden;
  padding: 31px 34px;
  border: 1px solid #bfd6fb;
  border-radius: 22px;
  background: linear-gradient(112deg, #fff 0, #f5f9ff 65%, #ebf3ff 100%);
}
.not-found-hero:after {
  position: absolute;
  top: -92px;
  right: -88px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(49, 102, 213, 0.12),
    rgba(49, 102, 213, 0) 67%
  );
  content: "";
}
.not-found-hero > * {
  position: relative;
  z-index: 1;
}
.not-found-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: #edf4ff;
  color: #2964e8;
  box-shadow: 0 10px 24px rgba(41, 100, 232, 0.12);
}
.not-found-icon svg {
  width: 31px;
  height: 31px;
}
.not-found-kicker,
.not-found-side-label {
  display: block;
  margin-bottom: 7px;
  color: #2964e8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
.not-found-hero h1 {
  margin: 0;
  color: #111827;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.025em;
}
.not-found-copy > p:not(.not-found-query) {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--neutral-600);
  font-size: 15px;
  line-height: 1.6;
}
.not-found-query {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 15px 0 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #c8dafa;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--neutral-600);
  font-size: 12px;
}
.not-found-query strong {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 10px;
  border-radius: 7px;
  background: var(--primary-500);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.035em;
  overflow-wrap: anywhere;
}
.not-found-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 20px;
  margin-top: 22px;
  align-items: start;
}
.not-found-main,
.not-found-side {
  display: grid;
  gap: 20px;
}
.not-found-panel,
.not-found-side > section,
.not-found-tips {
  border: 1px solid #d8e3f3;
  border-radius: 18px;
  background: #fff;
}
.not-found-panel {
  padding: 25px;
}
.not-found-panel > header {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}
.not-found-panel > header > span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #edf4ff;
  color: #2964e8;
  font-size: 14px;
  font-weight: 800;
}
.not-found-panel h2,
.not-found-side h2 {
  margin: 0;
  color: #1d2a40;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.not-found-panel header p {
  margin: 4px 0 0;
  color: var(--neutral-600);
  font-size: 13px;
  line-height: 1.45;
}
.not-found-search {
  margin-top: 21px;
  padding-top: 18px;
  border-top: 1px solid #e3eaf4;
}
.not-found-search label {
  display: block;
  margin-bottom: 7px;
  color: #526177;
  font-size: 12px;
  font-weight: 700;
}
.not-found-search > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
}
.not-found-search input {
  min-width: 0;
  height: 48px;
  padding: 0 15px;
  border: 1px solid #c7d4e5;
  border-radius: 10px;
  background: #fff;
  color: #172033;
  font-size: 15px;
  font-weight: 700;
  outline: 0;
}
.not-found-search input:focus {
  border-color: #6791e8;
  box-shadow: 0 0 0 3px rgba(41, 100, 232, 0.12);
}
.not-found-search button,
.not-found-vin a,
.not-found-side a,
.not-found-side button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 17px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.not-found-search button,
.not-found-vin a,
.not-found-side a {
  border: 1px solid #547fc6;
  background: #547fc6;
  color: #fff;
}
.not-found-search button {
  cursor: pointer;
}
.not-found-vin-body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-top: 21px;
  padding-top: 18px;
  border-top: 1px solid #e3eaf4;
}
.not-found-vin-body strong {
  color: #26364e;
  font-size: 14px;
}
.not-found-vin ul {
  display: grid;
  gap: 5px;
  margin: 9px 0 0;
  padding-left: 18px;
  color: var(--neutral-600);
  font-size: 13px;
  line-height: 1.45;
}
.not-found-vin a {
  flex: 0 0 auto;
}
.not-found-side > section {
  padding: 22px;
}
.not-found-side h2 {
  font-size: 19px;
}
.not-found-side p {
  margin: 8px 0 17px;
  color: var(--neutral-600);
  font-size: 13px;
  line-height: 1.55;
}
.not-found-side a,
.not-found-side button {
  width: 100%;
  margin-top: 8px;
}
.not-found-side button {
  border: 1px solid #cbd9ec;
  background: #fff;
  color: #355175;
  cursor: pointer;
}
.not-found-help {
  background: linear-gradient(145deg, #fff 0, #f6faff 100%);
}
.not-found-help p strong {
  overflow-wrap: anywhere;
}
.not-found-tips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
  padding: 0 24px;
}
.not-found-tips article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  padding: 22px 18px;
  border-right: 1px solid #e3e9f1;
}
.not-found-tips article:last-child {
  border-right: 0;
}
.not-found-tips article > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #edf4ff;
  color: #2964e8;
  font-size: 11px;
  font-weight: 850;
}
.not-found-tips strong {
  display: block;
  margin: 1px 0 4px;
  color: #243249;
  font-size: 13px;
}
.not-found-tips p {
  margin: 0;
  color: #6a788c;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 1180px) {
  .not-found-page {
    width: min(1440px, calc(100% - 32px));
  }
}
@media (max-width: 880px) {
  .not-found-layout {
    grid-template-columns: 1fr;
  }
  .not-found-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .not-found-page {
    width: calc(100% - 24px);
    padding: 20px 0 46px;
  }
  .not-found-breadcrumb {
    margin-bottom: 15px;
  }
  .not-found-hero {
    display: block;
    padding: 24px 20px;
    border-radius: 17px;
  }
  .not-found-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 15px;
  }
  .not-found-icon svg {
    width: 26px;
    height: 26px;
  }
  .not-found-copy > p:not(.not-found-query) {
    font-size: 14px;
  }
  .not-found-layout {
    gap: 14px;
    margin-top: 14px;
  }
  .not-found-main,
  .not-found-side {
    gap: 14px;
  }
  .not-found-side {
    grid-template-columns: 1fr;
  }
  .not-found-panel,
  .not-found-side > section,
  .not-found-tips {
    border-radius: 15px;
  }
  .not-found-panel {
    padding: 20px;
  }
  .not-found-panel h2,
  .not-found-side h2 {
    font-size: 18px;
  }
  .not-found-search > div {
    grid-template-columns: 1fr;
  }
  .not-found-search button {
    width: 100%;
  }
  .not-found-vin-body {
    align-items: stretch;
    flex-direction: column;
  }
  .not-found-vin a {
    width: 100%;
  }
  .not-found-tips {
    grid-template-columns: 1fr;
    padding: 0 17px;
  }
  .not-found-tips article {
    border-right: 0;
    border-bottom: 1px solid #e3e9f1;
  }
  .not-found-tips article:last-child {
    border-bottom: 0;
  }
}
