.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b {
  --bg: #edf4f8;
  --panel: #ffffff;
  --text: #111827;
  --muted: #687386;
  --line: #e6ebf2;
  --line2: #d9e1ec;
  --blue: #1d4ed8;
  --dark: #121b2c;
  --orange: #ff6b16;
  --orange2: #fff1e9;
  --green: #16a34a;
  --shadow: 0 18px 45px rgba(25, 38, 61, .1);
  --soft: 0 10px 28px rgba(31, 41, 55, .08);
  width: 100%;
  max-width: none;
  display: grid;
  gap: 0;
  height: 100%;
  font-size: 13px;
  line-height: 1.35;
  min-width: 0;
  position: relative;
  z-index: 30;
  pointer-events: auto;
}

.top1-app-shell[data-top1-section="parts"] .top1-app-content {
  height: 100vh !important;
  height: 100dvh !important;
  padding: 0 !important;
  overflow: hidden !important;
  scrollbar-gutter: auto !important;
}

.top1-app-shell[data-top1-section="parts"] .top1-app-main {
  min-width: 0 !important;
}

.top1-app-shell[data-top1-section="parts"] .top1-workspace {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
}

.top1-app-shell[data-top1-section="parts"] .top1-workspace > * {
  width: 100% !important;
  max-width: none !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-section-tabs {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 6px !important;
  padding: 2px !important;
  display: flex !important;
  justify-content: flex-start !important;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b * {
  box-sizing: border-box;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b a {
  color: inherit;
  text-decoration: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b button,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b input,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b a {
  font: inherit;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b button {
  cursor: pointer;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b svg {
  display: block;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-module {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  position: relative;
  z-index: 1;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  pointer-events: auto;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b button,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b a,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b input,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b select,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b summary {
  pointer-events: auto;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-top {
  min-height: 64px;
  display: grid;
  grid-template-columns: auto minmax(235px, 1fr) minmax(260px, .85fr) minmax(218px, 250px) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 10px 9px 12px;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-logo {
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.065em;
  color: #111827;
  white-space: nowrap;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-logo span {
  color: var(--orange);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-search {
  height: 37px;
  display: grid;
  grid-template-columns: 1fr 40px;
  border: 1px solid #d8e1ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, .04);
  overflow: hidden;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 14px;
  color: #111827;
  font-size: 12px;
  font-weight: 650;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-search input::placeholder {
  color: #8290a4;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-search button {
  border: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(180deg, #172033, #101827);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-search svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  stroke-width: 2.4;
  fill: none;
  stroke-linecap: round;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-query-pack {
  min-width: 0;
  min-height: 37px;
  display: grid;
  grid-template-columns: minmax(116px, auto) minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border: 1px solid rgba(29, 78, 216, .18);
  border-radius: 8px;
  background: linear-gradient(180deg, #f8fbff, #eef7ff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-query-pack strong,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-query-pack small {
  display: block;
  white-space: nowrap;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-query-pack strong {
  font-size: 10px;
  line-height: 1.05;
  font-weight: 950;
  color: #14213a;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-query-pack small {
  margin-top: 2px;
  font-size: 8px;
  line-height: 1;
  font-weight: 800;
  color: #66758b;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-query-pack__chips {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  overflow: hidden;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-query-pack__chips span {
  max-width: 170px;
  min-width: 0;
  padding: 4px 7px;
  border: 1px solid rgba(13, 148, 136, .18);
  border-radius: 999px;
  background: #fff;
  color: #0f766e;
  font-size: 9px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle {
  min-width: 0;
  height: 37px;
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr) 12px;
  align-items: center;
  gap: 8px;
  padding: 0 11px;
  border: 1px solid #d8e1ec;
  border-radius: 8px;
  background: #fff;
  color: #101827;
  text-align: left;
  text-decoration: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle svg {
  width: 22px;
  height: 18px;
  fill: none;
  stroke: #263244;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle span {
  min-width: 0;
  display: block;
  line-height: 1.1;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle strong,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle strong {
  font-size: 11.5px;
  font-weight: 900;
  color: #111827;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle small {
  margin-top: 3px;
  color: #6b7280;
  font-size: 10px;
  font-weight: 700;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle em {
  width: 7px;
  height: 7px;
  border-right: 1.8px solid #7d8795;
  border-bottom: 1.8px solid #7d8795;
  transform: rotate(45deg);
  margin-top: -3px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-popover {
  position: relative;
  min-width: 0;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-popover summary {
  list-style: none;
  cursor: pointer;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-popover summary::-webkit-details-marker {
  display: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-popover[open] .vehicle {
  box-shadow: 0 14px 28px rgba(15, 23, 42, .12);
  border-color: #cfd8e3;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-popover[open] .vehicle em {
  transform: rotate(225deg);
  margin-top: 2px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-popover-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 30;
  width: min(448px, calc(100vw - 36px));
  max-height: min(78vh, 720px);
  overflow: auto;
  border: 1px solid #d8e1ec;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(15, 23, 42, .18);
  padding: 12px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-popover-head {
  display: grid;
  gap: 3px;
  margin-bottom: 10px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-popover-head strong {
  color: #111827;
  font-size: 12px;
  font-weight: 900;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-popover-head small {
  color: #6b7280;
  font-size: 10.5px;
  line-height: 1.4;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-browser.is-popover {
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-popover-card {
  margin-top: 12px;
  min-height: 0;
  padding: 12px;
  border-radius: 10px;
  background: #f8fafc;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-popover-card .car-drawing {
  display: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-knowledge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin: 10px 0 0;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-knowledge-grid div {
  min-width: 0;
  padding: 7px 8px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-knowledge-grid dt {
  margin: 0 0 3px;
  color: #64748b;
  font-size: 9.5px;
  font-weight: 800;
  line-height: 1.2;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-knowledge-grid dd {
  margin: 0;
  color: #0f172a;
  font-size: 10.6px;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-popover-card .car-card-action {
  margin-top: 10px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-section-switch {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  min-width: 0;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-section-switch a {
  height: 37px;
  min-width: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #d8e1ec;
  border-radius: 8px;
  background: #fff;
  color: #0f172a;
  font-size: 11.5px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-section-switch a:hover {
  border-color: #b8c7da;
  background: #f8fafc;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-section-switch a.is-active {
  border-color: #1d4ed8;
  background: #1d4ed8;
  color: #fff;
  box-shadow: 0 10px 18px rgba(29, 78, 216, .18);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-actions {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: flex-end;
  min-width: 0;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-actions {
  display: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-actions a {
  position: relative;
  height: 37px;
  min-width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid #d8e1ec;
  border-radius: 7px;
  background: #fff;
  color: #0f172a;
  font-size: 11.5px;
  font-weight: 900;
  white-space: nowrap;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-actions a.active {
  color: #fff;
  border-color: #111827;
  background: linear-gradient(180deg, #192235, #101827);
  box-shadow: 0 10px 20px rgba(15, 23, 42, .15);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-actions a b {
  position: absolute;
  top: -10px;
  right: 8px;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  border: 2px solid #fff;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-action-glyph,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .system-glyph,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .filter-glyph,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .row-action-glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-icon,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .system-icon,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .tool-icon,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .favorite-icon,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .filter-icon,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .row-icon,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .row-more-icon {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-icon {
  width: 16px;
  height: 16px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .system-icon {
  width: 19px;
  height: 19px;
  stroke-width: 1.8;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .favorite-icon,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .row-icon,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .row-more-icon {
  width: 15px;
  height: 15px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-layout {
  display: grid;
  grid-template-columns: 264px minmax(520px, 1fr) minmax(260px, .4fr);
  align-items: stretch;
  min-height: 0;
  height: 100%;
  background: #fff;
  overflow: hidden;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .systems-panel {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 12px 8px 10px;
  border-right: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .panel-title {
  margin: 0 0 13px;
  color: #66748a;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .systems-list {
  display: grid;
  gap: 5px;
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  padding-right: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .systems-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .systems-list a {
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 10px;
  border-radius: 9px;
  color: #111827;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.15;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .systems-list a:hover {
  background: #f8fafc;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .systems-list a.active {
  background: var(--orange2);
  color: #0f172a;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .systems-list a.active::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 8px;
  bottom: 8px;
  width: 3px;
  border-radius: 2px;
  background: var(--orange);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .systems-list a i {
  margin-left: auto;
  width: 7px;
  height: 7px;
  border-right: 1.7px solid var(--orange);
  border-bottom: 1.7px solid var(--orange);
  transform: rotate(-45deg);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .systems-list a.active .system-icon {
  color: var(--orange);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .system-inline-tree {
  display: grid;
  gap: 6px;
  margin: -1px 0 6px 32px;
  padding: 2px 0 4px 8px;
  border-left: 1px solid #ffd7c2;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b.is-inline-tree-hidden .system-inline-tree {
  display: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .system-inline-node {
  display: grid;
  gap: 4px;
  margin-left: calc(var(--branch-level, 0) * 10px);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .system-inline-row {
  display: flex;
  align-items: stretch;
  gap: 5px;
  max-width: 100%;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .systems-list .system-inline-row a {
  min-height: 0;
  display: block;
  flex: 1 1 auto;
  padding: 8px 9px;
  border: 1px solid #ffe0d0;
  border-radius: 8px;
  background: #fffaf7;
  color: #1f2937;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.22;
  width: auto;
  min-width: 0;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .systems-list .system-inline-row a:hover {
  border-color: #ffbf9c;
  background: #fff4ec;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .systems-list .system-inline-row a::before {
  display: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .system-inline-toggle {
  position: relative;
  flex: 0 0 28px;
  min-height: 30px;
  border: 1px solid #ffe0d0;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .system-inline-toggle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.7px solid var(--orange);
  border-bottom: 1.7px solid var(--orange);
  transform: translate(-60%, -65%) rotate(45deg);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .system-inline-node.is-open > .system-inline-row .system-inline-toggle::before {
  transform: translate(-50%, -35%) rotate(225deg);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .system-inline-children {
  display: grid;
  gap: 4px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .system-inline-children[hidden] {
  display: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .system-inline-tree strong {
  display: block;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .car-card {
  margin-top: 26px;
  padding: 14px 12px 13px;
  min-height: 176px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfe;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .car-card strong {
  display: block;
  color: #0f172a;
  font-size: 11px;
  font-weight: 950;
  margin-bottom: 8px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .car-card p {
  margin: 0;
  color: #66748a;
  font-size: 10.5px;
  line-height: 1.45;
  font-weight: 700;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .car-drawing {
  width: 100%;
  height: auto;
  margin: 5px auto 2px;
  display: block;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .car-card button,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .car-card .car-card-action {
  width: 100%;
  height: 31px;
  border: 1px solid #d8e1ec;
  border-radius: 6px;
  background: #fff;
  color: #4b5565;
  font-size: 10.5px;
  font-weight: 850;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0;
  border-right: 1px solid var(--line);
  background: #fff;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .breadcrumbs {
  height: 31px;
  display: flex;
  align-items: center;
  gap: 7px;
  overflow: hidden;
  white-space: nowrap;
  color: #7a8596;
  font-size: 9.5px;
  font-weight: 750;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .breadcrumbs b {
  width: 5px;
  height: 5px;
  border-right: 1.5px solid #ff985d;
  border-bottom: 1.5px solid #ff985d;
  transform: rotate(-45deg);
  flex: 0 0 auto;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .breadcrumbs strong {
  color: #223047;
  font-weight: 900;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .block-head {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  padding: 0 10px;
  background: #fff;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .block-head h1 {
  margin: 0;
  color: #111827;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .02em;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .block-head button {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: #526173;
  font-size: 10.5px;
  font-weight: 850;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .block-head button:hover,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .block-head button.is-active {
  color: #0f172a;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .block-head svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-stage {
  position: relative;
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-panel:fullscreen {
  width: 100vw;
  height: 100vh;
  padding: 16px;
  background: #fff;
  overflow: auto;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-panel:fullscreen .scheme-stage {
  height: calc(100vh - 112px);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-tools {
  position: absolute;
  left: 12px;
  top: 10px;
  z-index: 5;
  width: 30px;
  display: grid;
  border: 1px solid #d9e1ec;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 7px 18px rgba(15, 23, 42, .08);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-tools button {
  height: 32px;
  border: 0;
  border-bottom: 1px solid #d9e1ec;
  background: #fff;
  color: #1f2937;
  display: grid;
  place-items: center;
  padding: 0;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-tools button:hover,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-tools button.is-active {
  background: #eff6ff;
  color: #1d4ed8;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-tools button:last-child {
  border-bottom: 0;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-tools .tool-menu {
  background: #121b2c;
  color: #fff;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .brake-diagram {
  display: none !important;
  position: absolute;
  left: 24px;
  right: 12px;
  top: 10px;
  bottom: 0;
  width: calc(100% - 32px);
  height: 500px;
  transform-box: fill-box;
  transform-origin: center center;
  transition: transform .18s ease;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-tree-map {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 0;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-map-header {
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-map-header strong {
  min-width: 0;
  color: #111827;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 950;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-map-header span {
  min-width: 0;
  color: #64748b;
  font-size: 10.5px;
  line-height: 1.25;
  font-weight: 750;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-map-canvas {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 622px;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(226, 232, 240, .44) 1px, transparent 1px),
    linear-gradient(180deg, rgba(226, 232, 240, .44) 1px, transparent 1px),
    radial-gradient(circle at 50% 42%, #fff 0%, #fff 46%, #fbfdff 74%, #f7fafc 100%);
  background-size: 72px 72px, 72px 72px, auto;
  overflow: hidden;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-map-svg {
  position: absolute;
  inset: 10px 12px 0;
  width: calc(100% - 24px);
  height: calc(100% - 10px);
  transform-box: fill-box;
  transform-origin: center center;
  transition: transform .18s ease;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-shadow {
  fill: rgba(148, 163, 184, .18);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-body > path:first-child {
  fill: url(#top1VehicleBody);
  stroke: #8391a6;
  stroke-width: 2;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-glass {
  fill: url(#top1VehicleGlass);
  stroke: #91a2b8;
  stroke-width: 1.4;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-line {
  fill: none;
  stroke: #93a2b6;
  stroke-width: 1.4;
  opacity: .75;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-light {
  fill: #fff7ed;
  stroke: #f97316;
  stroke-width: 1.2;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-light.rear {
  fill: #fee2e2;
  stroke: #ef4444;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-wheel {
  fill: #182234;
  stroke: #edf2f7;
  stroke-width: 7;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-wheel-core {
  fill: #cbd5e1;
  stroke: #f8fafc;
  stroke-width: 5;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-tree-pin {
  position: absolute;
  left: var(--pin-x);
  top: var(--pin-y);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  max-width: 210px;
  min-height: 28px;
  padding: 5px 9px 5px 24px;
  border: 1px solid #bfdbfe;
  border-radius: 7px;
  background: rgba(255, 255, 255, .96);
  color: #182234;
  font-size: 10.5px;
  line-height: 1.15;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 9px 20px rgba(15, 23, 42, .10);
  transform: translate(-10px, -50%);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-tree-pin::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2563eb;
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .14);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-tree-pin:hover,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-tree-pin.is-selected {
  border-color: #f97316;
  color: #9a3412;
  background: #fff7ed;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-tree-pin.is-selected::before {
  background: #f97316;
  box-shadow: 0 0 0 4px rgba(249, 115, 22, .18);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-tree-pin span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-stage.is-helper-hidden .catalog-tree-empty-helper {
  display: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-stage > .catalog-tree-empty-helper {
  display: none !important;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .diagram-lines {
  fill: none;
  stroke: #aeb9c8;
  stroke-width: 1.4;
  stroke-dasharray: 8 8;
  opacity: .72;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .part {
  fill: url(#steel);
  stroke: #738197;
  stroke-width: 1.6;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .part path,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .part ellipse,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .part circle {
  vector-effect: non-scaling-stroke;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .part.shield path:nth-child(n+2),
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .part.pad path:nth-child(n+2),
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .part.caliper path:nth-child(n+2),
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .part.hose path:first-child {
  fill: none;
  stroke: #7e8ea3;
  stroke-width: 1.35;
  opacity: .82;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .part.hose path:first-child {
  stroke-width: 2.1;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .part.rotor.selected ellipse:first-child {
  fill: url(#rotorFill);
  stroke: #ff6b16;
  stroke-width: 2.2;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .part.rotor.selected ellipse:nth-child(2),
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .part.rotor.selected ellipse:nth-child(3) {
  fill: none;
  stroke: #8a96a8;
  stroke-width: 1.4;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .part.rotor.selected circle {
  fill: #9aa6b6;
  stroke: #fff;
  stroke-width: 1;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .part.hub ellipse,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .part.bolt path,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .part.ring ellipse {
  fill: url(#lineSteel);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .part.hub circle {
  fill: #b6c1cf;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .numbers .num circle {
  fill: #f2f5f8;
  stroke: #ccd5e1;
  stroke-width: 1.1;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .numbers .num text {
  font: 900 10px/1 Inter, "Segoe UI", Arial, sans-serif;
  text-anchor: middle;
  fill: #526071;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .numbers .num.hot circle {
  fill: #fff7f1;
  stroke: #ff6b16;
  stroke-width: 2;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .numbers .num.hot text {
  fill: #ff6b16;
  font-size: 11px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .legend {
  display: none;
  height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  padding: 0 13px;
  color: #687386;
  background: #fff;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .legend span {
  font-size: 10px;
  font-weight: 800;
  margin-right: 6px;
  color: #5e6c80;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .legend b {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .legend b.orange {
  background: var(--orange);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .legend b.dark {
  background: #111827;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .legend b.gray {
  background: #d4dbe5;
  border: 1px solid #bfc9d6;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .legend em {
  font-style: normal;
  font-size: 10px;
  font-weight: 750;
  margin-right: 13px;
  color: #596678;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .details-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-panel .breadcrumbs,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-panel .block-head,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .details-panel .result-tabs,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .details-panel .filter-row {
  display: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .result-tabs {
  height: 45px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .result-tabs button,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .result-tabs a {
  position: relative;
  border: 0;
  background: #fff;
  color: #0f172a;
  font-size: 11.5px;
  font-weight: 850;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .result-tabs button.active::after,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .result-tabs a.active::after {
  content: "";
  position: absolute;
  left: 22%;
  right: 22%;
  bottom: -1px;
  height: 2px;
  border-radius: 2px;
  background: var(--orange);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .filter-row {
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  padding: 6px 8px;
  border-bottom: 1px solid var(--line);
  background: #fbfcfe;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .filter-row button,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .filter-row a {
  height: 29px;
  padding: 0 11px;
  border: 1px solid #d8e1ec;
  border-radius: 6px;
  background: #fff;
  color: #1f2937;
  font-size: 10.5px;
  font-weight: 850;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .filter-row .filter-chip,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .filter-row .sort-status {
  min-height: 22px;
  padding: 0 2px;
  color: #64748b;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  cursor: default;
  user-select: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .filter-row .filter-main {
  color: #334155;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .filter-icon {
  width: 13px;
  height: 13px;
  stroke-width: 1.85;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .filter-caret {
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 1.4px solid currentColor;
  border-bottom: 1.4px solid currentColor;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .filter-row .sort,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .filter-row .sort-status {
  margin-left: auto;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b button:disabled {
  cursor: not-allowed;
  opacity: .48;
  box-shadow: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .best-offer {
  position: relative;
  min-height: 140px;
  display: grid;
  grid-template-columns: 18px 112px 26px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 0 13px;
  padding: 12px 9px 11px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .part-badge {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: var(--orange);
  color: #fff;
  font-size: 10px;
  font-weight: 950;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .part-badge.is-spacer {
  visibility: hidden;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .favorite {
  width: 25px;
  height: 25px;
  border: 1px solid #dbe3ed;
  border-radius: 6px;
  background: #fff;
  color: #687386;
  display: grid;
  place-items: center;
  text-decoration: none;
  padding: 0;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .favorite:hover,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .favorite.is-active {
  border-color: #ff6b16;
  color: #ff6b16;
  background: #fff7ed;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offer-text {
  min-width: 0;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offer-text h2 {
  margin: 0 0 7px;
  color: #111827;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -.01em;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offer-text p {
  margin: 0 0 5px;
  color: #4f5f73;
  font-size: 10.5px;
  font-weight: 750;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offer-text span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 7px;
  border-radius: 5px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 10px;
  font-weight: 900;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offer-text strong {
  display: block;
  margin-bottom: 5px;
  color: #111827;
  font-size: 18px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.02em;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offer-text strong small {
  font-size: 11px;
  color: #6b7280;
  font-weight: 800;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offer-text em {
  display: block;
  color: var(--green);
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 3px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offer-text > small {
  display: block;
  color: #4b5565;
  font-size: 10.5px;
  line-height: 1.25;
  font-weight: 700;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .disc-image {
  position: relative;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 48%, #ffffff 0 10%, #657184 11% 14%, #f9fbfd 15% 21%, #ccd7e3 22% 49%, #8f9aaa 50% 53%, #f7fafc 54% 100%);
  box-shadow: inset 0 -3px 8px rgba(20, 31, 46, .16), 0 13px 18px rgba(34, 44, 60, .15);
  transform: rotateX(63deg) rotateZ(-8deg);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .disc-image::before {
  content: "";
  position: absolute;
  inset: 24%;
  border: 1.5px solid #9ca7b6;
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(255, 255, 255, .17);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .disc-image::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  margin: -3.5px 0 0 -3.5px;
  background: #a9b4c3;
  border-radius: 50%;
  box-shadow: 0 -22px 0 -1px #cdd6e1, 19px -11px 0 -1px #cdd6e1, 19px 11px 0 -1px #cdd6e1, 0 22px 0 -1px #cdd6e1, -19px 11px 0 -1px #cdd6e1, -19px -11px 0 -1px #cdd6e1;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .disc-image.large,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .disc-photo-large {
  width: 112px;
  height: 83px;
  align-self: center;
  justify-self: center;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .disc-photo-large,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .disc-thumb img,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .photo-list img,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .photo-wall img,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .phone-photo {
  object-fit: contain;
  background: #fff;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .disc-photo-large,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .phone-photo {
  border-radius: 10px;
  filter: drop-shadow(0 13px 18px rgba(34, 44, 60, .15));
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .buy-block {
  grid-column: 4 / 5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .count {
  height: 28px;
  min-width: 67px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #ffb082;
  border-radius: 6px;
  overflow: hidden;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  background: #fff;
  padding: 0 10px;
  text-decoration: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .count button {
  border: 0;
  background: transparent;
  color: inherit;
  font-weight: 950;
  padding: 0;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .count b {
  font-size: 11px;
  color: #3f4958;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .buy {
  height: 31px;
  border: 0;
  border-radius: 6px;
  padding: 0 15px;
  color: #fff;
  background: linear-gradient(180deg, #ff7a25, #ff5f09);
  box-shadow: 0 9px 18px rgba(255, 107, 22, .24);
  font-size: 11.5px;
  font-weight: 950;
  display: inline-flex;
  align-items: center;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list {
  border-bottom: 1px solid var(--line);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list article {
  min-height: 53px;
  display: grid;
  grid-template-columns: 23px 44px minmax(0, 1fr) 74px 84px 29px 18px;
  gap: 8px;
  align-items: center;
  padding: 8px 11px;
  border-bottom: 1px solid #f0f3f7;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list article:last-child {
  border-bottom: 0;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list article.empty {
  display: block;
  min-height: auto;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list article.empty p {
  margin: 0;
  color: #64748b;
  font-size: 10.8px;
  font-weight: 700;
  white-space: normal;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list b {
  font-size: 11px;
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-align: center;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .disc-thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eef2f6;
  position: relative;
  overflow: hidden;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .disc-thumb::before {
  content: "";
  width: 31px;
  height: 23px;
  border-radius: 50%;
  background: radial-gradient(circle at center, #fff 0 13%, #828d9d 14% 19%, #edf2f7 20% 55%, #9ba7b8 56% 62%, #f8fafc 63% 100%);
  box-shadow: 0 6px 9px rgba(15, 23, 42, .13);
  transform: rotateX(62deg) rotateZ(-9deg);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .disc-thumb.has-photo::before {
  display: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .disc-thumb img {
  position: absolute;
  inset: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 6px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list p {
  margin: 0;
  min-width: 0;
  color: #182234;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list p small {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 9.8px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list strong {
  font-size: 13.5px;
  font-weight: 950;
  letter-spacing: -.01em;
  text-align: right;
  white-space: nowrap;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list em {
  font-style: normal;
  color: var(--green);
  font-size: 10px;
  line-height: 1.25;
  font-weight: 900;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list em small {
  display: block;
  color: #2b3748;
  font-weight: 700;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list em.order {
  color: #374151;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list article > a {
  width: 28px;
  height: 28px;
  border: 1px solid #dbe3ed;
  border-radius: 6px;
  background: #fff;
  display: grid;
  place-items: center;
  padding: 0;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .row-action-glyph {
  color: #374151;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .row-more {
  width: 18px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #64748b;
  display: grid;
  place-items: center;
  padding: 0;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .row-more:hover,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .row-more.is-active {
  color: #0f172a;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .row-more-wrap {
  position: relative;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .row-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 20;
  min-width: 112px;
  padding: 5px;
  border: 1px solid #dbe3ed;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .16);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .row-menu a {
  display: block;
  padding: 7px 8px;
  border-radius: 5px;
  color: #111827;
  font-size: 10.5px;
  font-weight: 850;
  text-decoration: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .row-menu a:hover {
  background: #eff6ff;
  color: #1d4ed8;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .detail-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(135px, .78fr);
  border-bottom: 1px solid var(--line);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .real-photos,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .params-card {
  padding: 10px 8px 10px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .real-photos {
  border-right: 1px solid var(--line);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .real-photos header,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .params-card header {
  height: 21px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-ai-verify {
  position: relative;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-ai-verify-toggle {
  min-width: 31px;
  height: 21px;
  border: 1px solid #bfdbfe;
  border-radius: 6px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-ai-verify-popover {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  z-index: 35;
  width: min(270px, 76vw);
  padding: 10px;
  border: 1px solid #d8e1ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(15, 23, 42, .16);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-ai-verify-popover strong {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
  letter-spacing: 0;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-ai-verify-popover p {
  margin: 0 0 8px;
  color: #475569;
  font-size: 10.5px;
  line-height: 1.35;
  font-weight: 750;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-ai-verify-popover div {
  display: flex;
  gap: 7px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-ai-verify-popover button {
  height: 27px;
  border: 1px solid #dbe3ed;
  border-radius: 6px;
  background: #fff;
  color: #111827;
  padding: 0 12px;
  font-size: 10.5px;
  font-weight: 900;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-ai-verify-popover button:first-child {
  border-color: #1d4ed8;
  background: #1d4ed8;
  color: #fff;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-ai-verify-popover [data-top1-parts-ai-verify-status] {
  margin-top: 8px;
  margin-bottom: 0;
  padding-top: 8px;
  border-top: 1px solid #edf2f7;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-ai-verify-popover [data-top1-parts-ai-verify-status].is-error {
  color: #b91c1c;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-ai-verify-popover [data-top1-parts-ai-verify-status].is-ready {
  color: #166534;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .real-photos strong,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .params-card strong {
  font-size: 10.5px;
  font-weight: 950;
  letter-spacing: .03em;
  color: #1f2937;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .real-photos a,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .params-card a {
  font-size: 10px;
  font-weight: 850;
  color: #1d4ed8;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .photo-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .photo-list .photo-empty {
  grid-column: 1 / -1;
  min-height: 72px;
  margin: 0;
  border: 1px dashed #d8e1ec;
  border-radius: 6px;
  background: #fbfcfe;
  color: #64748b;
  font-size: 10.5px;
  font-weight: 750;
  line-height: 1.35;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 8px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .photo-list figure {
  height: 72px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fbfcfe;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .photo-list img {
  width: 100%;
  height: 100%;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .params-card dl {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px 10px;
  margin: 0;
  color: #6b7280;
  font-size: 10.2px;
  font-weight: 700;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .params-card dd {
  margin: 0;
  color: #1f2937;
  font-weight: 850;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .params-card a {
  display: inline-block;
  margin-top: 9px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .facts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #fff;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .facts-grid section {
  min-height: 64px;
  padding: 8px 8px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .facts-grid .facts-status {
  grid-column: 1 / -1;
  min-height: 70px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .facts-grid section:nth-child(2n) {
  border-right: 0;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .facts-grid section:last-child {
  grid-column: 1 / -1;
  border-bottom: 0;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .facts-grid strong {
  display: block;
  margin-bottom: 6px;
  color: #1f2937;
  font-size: 9.8px;
  font-weight: 950;
  letter-spacing: .04em;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .facts-grid p {
  margin: 0;
  color: #263244;
  font-size: 10.5px;
  line-height: 1.38;
  font-weight: 750;
  white-space: pre-line;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .facts-grid small {
  color: #6b7280;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .facts-grid .ok {
  color: var(--green);
  font-weight: 900;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .facts-grid a {
  color: #1d4ed8;
  font-weight: 850;
  margin-left: 5px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-browser {
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 12px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-browser header {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 10px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-browser header strong {
  color: #111827;
  font-size: 12px;
  font-weight: 900;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-browser header small,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-browser-note {
  color: #6b7280;
  font-size: 10.5px;
  line-height: 1.4;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-browser-form {
  display: grid;
  gap: 8px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-browser-form label {
  display: grid;
  gap: 4px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-browser-form span {
  color: #1f2937;
  font-size: 10px;
  font-weight: 800;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-browser-form select {
  width: 100%;
  min-height: 36px;
  border: 1px solid #d5dbe4;
  border-radius: 9px;
  background: #f8fafc;
  color: #111827;
  font-size: 11px;
  font-weight: 700;
  padding: 0 10px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-browser-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-browser-actions button,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-browser-actions a {
  min-height: 34px;
  border-radius: 9px;
  font-size: 10.8px;
  font-weight: 800;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-browser-actions button {
  border: 0;
  background: #111827;
  color: #fff;
  padding: 0 12px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-browser-actions a {
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #d5dbe4;
  color: #1f2937;
  background: #fff;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-local-assist {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #e5e7eb;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-local-assist strong {
  display: block;
  color: #111827;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 5px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-local-assist p {
  margin: 0 0 8px;
  color: #4b5563;
  font-size: 10.4px;
  line-height: 1.4;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-local-list {
  display: grid;
  gap: 8px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-local-list a,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-match-list a,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-list a {
  display: grid;
  gap: 3px;
  border: 1px solid #dbe3ee;
  border-radius: 10px;
  background: #fff;
  padding: 9px 10px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-local-list a strong,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-match-list a strong,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-list a strong {
  color: #111827;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.35;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-local-list a small,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-match-list a small,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-list a small {
  color: #6b7280;
  font-size: 10px;
  line-height: 1.35;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-stage.has-tree {
  height: 100%;
  min-height: 0;
  padding: 0;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-stage.has-tree .brake-diagram {
  display: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-stage.has-tree + .legend {
  display: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-explorer {
  display: grid;
  gap: 12px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-explorer > header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-explorer > header strong {
  display: block;
  color: #111827;
  font-size: 12px;
  font-weight: 900;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-explorer > header small,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-explorer > header span {
  color: #6b7280;
  font-size: 10.4px;
  line-height: 1.4;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-matches {
  display: grid;
  gap: 8px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-matches > strong {
  color: #111827;
  font-size: 10.5px;
  font-weight: 900;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-match-list,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-list {
  display: grid;
  gap: 8px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-list {
  max-height: 470px;
  overflow: auto;
  padding-right: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-empty-helper {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 10px;
  background: #f8fafc;
  color: #1f2937;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-empty-helper strong {
  font-size: 12px;
  font-weight: 900;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-empty-helper p {
  margin: 0;
  color: #4b5563;
  font-size: 11px;
  line-height: 1.55;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-helper-list {
  display: grid;
  gap: 8px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-helper-list a {
  display: grid;
  gap: 3px;
  padding: 9px 10px;
  border: 1px solid #dbe3ee;
  border-radius: 10px;
  background: #fff;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-helper-list a strong {
  color: #111827;
  font-size: 11px;
  font-weight: 850;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-helper-list a small {
  color: #6b7280;
  font-size: 10px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-match-list a.is-selected,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-list a.is-selected {
  border-color: #f97316;
  box-shadow: inset 0 0 0 1px rgba(249, 115, 22, .2);
  background: #fff7ed;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .details-panel .best-offer,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .details-panel .detail-bottom,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .details-panel .facts-grid {
  display: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .legend {
  display: none !important;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .results-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 11px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .results-strip > div:first-child {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .results-strip strong {
  color: #111827;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 950;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .results-strip span {
  min-width: 0;
  color: #64748b;
  font-size: 10.5px;
  line-height: 1.25;
  font-weight: 750;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .results-strip .parts-ai-verify {
  flex: 0 0 auto;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list {
  max-height: 520px;
  overflow: auto;
  border-bottom: 0;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list article {
  grid-template-columns: 20px 42px minmax(180px, 1fr) 64px;
  align-items: center;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list .row-more-wrap {
  display: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list article > strong,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list article > em {
  display: none;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list p {
  display: grid;
  gap: 3px;
  white-space: normal;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list p small {
  margin-top: 0;
  white-space: nowrap;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list .result-kind {
  width: max-content;
  max-width: 100%;
  padding: 2px 6px;
  border-radius: 5px;
  background: #eef6ff;
  color: #1d4ed8;
  font-size: 9.5px;
  line-height: 1.2;
  font-weight: 950;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list .result-apply {
  color: #475569;
  font-weight: 800;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .result-photo-action {
  min-width: 58px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffb082;
  border-radius: 6px;
  background: #fff7ed;
  color: #ea580c;
  font-size: 10.5px;
  font-weight: 950;
  text-decoration: none;
  padding: 0 8px;
  text-align: center;
}

.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .result-photo-action:hover {
  border-color: #f97316;
  background: #ffedd5;
}

@media (max-width: 1360px) {
  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-top {
    grid-template-columns: auto minmax(220px, 1fr) minmax(198px, 230px) auto;
    padding: 9px 8px 8px 10px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-layout {
    grid-template-columns: 252px minmax(500px, 1fr) minmax(226px, .4fr);
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-stage {
    height: 100%;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .brake-diagram {
    height: 477px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .best-offer {
    grid-template-columns: 18px 94px 24px minmax(0, 1fr);
    gap: 0 9px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .disc-image.large,
  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .disc-photo-large {
    width: 96px;
    height: 72px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offer-text h2 {
    font-size: 13px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offer-text strong {
    font-size: 16px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list article {
    grid-template-columns: 22px 38px minmax(0, 1fr) 64px 70px 29px 18px;
    gap: 7px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .detail-bottom {
    grid-template-columns: 1fr;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .real-photos {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

}

@media (max-width: 1180px) {
  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-top {
    grid-template-columns: 1fr;
    padding: 8px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-logo {
    font-size: 32px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-actions {
    overflow: auto;
    padding-bottom: 2px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-section-switch {
    justify-content: flex-start;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-layout {
    grid-template-columns: 252px minmax(0, 1fr);
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .details-panel {
    grid-column: 2 / 3;
    border-top: 1px solid var(--line);
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .systems-panel {
    grid-row: 1 / 3;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-panel {
    border-right: 0;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-stage {
    height: 100%;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .brake-diagram {
    height: 485px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .detail-bottom {
    grid-template-columns: 1.25fr .75fr;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .real-photos {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .facts-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .facts-grid section,
  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .facts-grid section:nth-child(2n) {
    border-right: 1px solid var(--line);
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .facts-grid section:nth-child(3n) {
    border-right: 0;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .facts-grid section:last-child {
    grid-column: auto;
  }

}

@media (max-width: 760px) {
  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b {
    gap: 16px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-module {
    border-radius: 13px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-top {
    padding: 8px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-actions a {
    min-width: 118px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-layout {
    display: block;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .systems-panel {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 10px 8px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .systems-list {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .systems-list a {
    min-height: 37px;
    font-size: 11px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .system-inline-tree {
    grid-column: 1 / -1;
    margin-left: 12px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .car-card {
    display: none;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle-popover-panel {
    right: -8px;
    width: min(420px, calc(100vw - 18px));
    max-height: min(72vh, 640px);
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-browser {
    padding: 10px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-browser-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .catalog-tree-list {
    max-height: 300px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-panel {
    padding: 0;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .breadcrumbs {
    display: none;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .block-head {
    margin-top: 10px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-stage {
    height: 385px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-tools {
    display: none;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .brake-diagram {
    left: 0;
    top: 0;
    width: 100%;
    height: 378px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .legend {
    height: auto;
    min-height: 42px;
    padding: 10px 12px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .result-tabs {
    overflow: auto;
    display: flex;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .result-tabs button,
  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .result-tabs a {
    min-width: 130px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .filter-row .sort {
    margin-left: 0;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .best-offer {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 15px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .part-badge,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .favorite {
    display: none;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .disc-image.large,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .disc-photo-large {
    width: 130px;
    height: 94px;
    justify-self: start;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .buy-block {
    grid-column: auto;
    justify-content: flex-start;
    margin-top: 3px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list {
    overflow: auto;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .offers-list article {
    min-width: 650px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .detail-bottom {
    grid-template-columns: 1fr;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .real-photos {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .photo-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .photo-list figure {
    height: 82px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .facts-grid {
    grid-template-columns: 1fr;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .facts-grid section,
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .facts-grid section:nth-child(2n),
.top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .facts-grid section:nth-child(3n) {
    border-right: 0;
  }

}

@media (max-width: 440px) {
  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .systems-list {
    grid-template-columns: 1fr;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-logo {
    font-size: 29px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .parts-search {
    grid-template-columns: 1fr 42px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .vehicle {
    grid-template-columns: 24px minmax(0, 1fr) 10px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .scheme-stage {
    height: 330px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .brake-diagram {
    height: 325px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .block-head h1 {
    font-size: 11px;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .block-head button {
    font-size: 0;
  }

  .top1-app-shell[data-top1-section="parts"] .top1-parts-option-b .legend em {
    font-size: 9.5px;
  }

}
