.honesort-page {
  --hs-orange: #f35a35;
  --hs-orange-dark: #d94524;
  --hs-dark: #17191d;
  --hs-ink: #26282d;
  --hs-muted: #6d7279;
  --hs-line: #e2e3e5;
  --hs-surface: #f5f5f3;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
  color: var(--hs-ink);
  background: #fff;
  font-family: Inter, Arial, sans-serif;
  line-height: 1.55;
}

/*
 * Bitrix wraps page content in a centered .container with a fixed max-width.
 * Expand only the container whose direct child is HONESORT, leaving the
 * shared header, footer and every other section untouched.
 */
.container:has(> .honesort-page) {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: 0;
}

.honesort-page,
.honesort-page *,
.honesort-page *::before,
.honesort-page *::after { box-sizing: border-box; }
.honesort-page img,
.honesort-page video { display: block; max-width: 100%; height: auto; }
.honesort-page a { color: inherit; }
.honesort-page button,
.honesort-page input,
.honesort-page textarea { max-width: 100%; font: inherit; }
.honesort-page h1,
.honesort-page h2,
.honesort-page h3,
.honesort-page h4,
.honesort-page p,
.honesort-page li,
.honesort-page label,
.honesort-page a,
.honesort-page button { overflow-wrap: anywhere; }
.honesort-page .honesort-container { width: min(calc(100% - 88px), 1720px); max-width: 100%; margin: 0 auto; }

.honesort-page .hero { position: relative; min-height: 610px; overflow: hidden; background: linear-gradient(115deg,#fff 0%,#fff 46%,#ecece8 46%,#e7e7e3 100%); }
.honesort-page .hero::after { position: absolute; right: 0; bottom: 0; width: 48%; height: 9px; background: var(--hs-orange); content: ""; }
.honesort-page .hero__media { position: absolute; inset: 0 0 0 45%; display: flex; align-items: flex-end; overflow: hidden; }
.honesort-page .hero__media::before { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg,#fff 0%,rgba(255,255,255,.1) 20%,transparent 55%); content: ""; }
.honesort-page .hero__media img { width: 100%; height: 74%; object-fit: cover; object-position: center bottom; }
.honesort-page .hero__inner { position: relative; z-index: 2; min-height: 610px; display: flex; align-items: flex-start; }
.honesort-page .hero__content { width: min(720px,52%); padding: 44px 0 40px; }
.honesort-page .hero__brand { width: 400px; margin-bottom: 22px; mix-blend-mode: multiply; }
.honesort-page .eyebrow { margin: 0 0 12px; color: var(--hs-orange); font-size: 14px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.honesort-page .hero h1 { max-width: 700px; margin: 0; font-size: clamp(48px,4.4vw,82px); line-height: .98; letter-spacing: -.045em; }
.honesort-page .hero__lead { max-width: 650px; margin: 28px 0 0; color: #4e5157; font-size: 21px; }
.honesort-page .hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.honesort-page .button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; padding: 0 28px; border: 2px solid var(--hs-orange); border-radius: 4px; background: var(--hs-orange); color: #fff; font-size: 14px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; text-decoration: none; cursor: pointer; }
.honesort-page .button:hover { border-color: var(--hs-orange-dark); background: var(--hs-orange-dark); }
.honesort-page .button--outline { background: transparent; color: var(--hs-ink); }
.honesort-page .button--outline:hover { color: #fff; }

.honesort-page .main-title { min-height: 145px; display: grid; grid-template-columns: 1fr minmax(0,1000px) 1fr; align-items: center; gap: 32px; overflow: hidden; }
.honesort-page .main-title h2 { margin: 0; text-align: center; font-size: clamp(31px,3vw,54px); line-height: 1.1; text-transform: uppercase; }
.honesort-page .main-title h2 span { color: var(--hs-orange); }
.honesort-page .title-stripe { height: 58px; background: repeating-linear-gradient(135deg,var(--hs-orange) 0 16px,transparent 16px 30px); opacity: .92; transform: translateX(-16px); }
.honesort-page .title-stripe--right { transform: translateX(16px); }
.honesort-page .section { padding: 64px 0; }
.honesort-page .type-section { padding-top: 20px; }
.honesort-page .type-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.honesort-page .type-card { position: relative; min-width: 0; min-height: 400px; padding: 44px; border: 1px solid var(--hs-line); background: #fff; overflow: hidden; }
.honesort-page .type-card::after { position: absolute; right: -48px; bottom: -56px; width: 190px; height: 190px; border: 38px solid rgba(243,90,53,.12); border-radius: 50%; content: ""; }
.honesort-page .type-card__number { color: var(--hs-orange); font-size: 15px; font-weight: 900; }
.honesort-page .type-card h3 { margin: 92px 0 18px; font-size: clamp(30px,2.5vw,48px); line-height: 1.02; }
.honesort-page .type-card p { max-width: 480px; color: var(--hs-muted); font-size: 18px; }
.honesort-page .type-card--dark { border-color: var(--hs-dark); background: var(--hs-dark); color: #fff; }
.honesort-page .type-card--dark p { color: #c8cbd0; }
.honesort-page .ore-panel { min-width: 0; min-height: 400px; padding: 26px 22px 22px; border: 1px solid var(--hs-line); background: #fff; overflow: hidden; }
.honesort-page .ore-panel h3 { margin: 0 0 20px; color: var(--hs-orange); font-size: clamp(23px,1.55vw,31px); line-height: 1.05; text-align: center; }
.honesort-page .ore-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px 10px; align-items: start; }
.honesort-page .ore-item { min-width: 0; margin: 0; text-align: center; }
.honesort-page .ore-item img { width: clamp(64px,4.5vw,82px); aspect-ratio: 1; margin: 0 auto 7px; border-radius: 50%; background: var(--hs-surface); object-fit: cover; box-shadow: 0 5px 13px rgba(18,22,28,.14); transition: transform .22s ease,box-shadow .22s ease; }
.honesort-page .ore-item:hover img { transform: translateY(-5px); box-shadow: 0 14px 30px rgba(18,22,28,.2); }
.honesort-page .ore-item figcaption { font-size: 13px; font-weight: 800; line-height: 1.1; overflow-wrap: anywhere; }

.honesort-page .catalog-section { background: var(--hs-surface); }
.honesort-page .section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.honesort-page .section-heading h2 { margin: 0; font-size: clamp(38px,4vw,68px); line-height: 1; }
.honesort-page .model-list { display: grid; gap: 40px; }
.honesort-page .model-showcase { min-width: 0; border: 1px solid var(--hs-line); background: #fff; }
.honesort-page .model-showcase__visuals { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-bottom: 1px solid var(--hs-line); }
.honesort-page .model-showcase__visuals figure { min-width: 0; min-height: 420px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0; padding: 34px; background: #fff; }
.honesort-page .model-showcase__visuals figure + figure { border-left: 1px solid var(--hs-line); background: #f7f7f5; }
.honesort-page .model-showcase__visuals img { width: 100%; max-height: 350px; object-fit: contain; }
.honesort-page .model-showcase__visuals figcaption { margin-top: 14px; color: var(--hs-muted); font-size: 14px; font-weight: 800; text-align: center; }
.honesort-page .model-showcase__details { padding: 38px 44px 42px; }
.honesort-page .model-showcase__details h3 { margin: 0 0 16px; font-size: clamp(42px,4vw,64px); line-height: .95; }
.honesort-page .model-showcase__details > p:not(.eyebrow) { max-width: 760px; margin: 0; color: var(--hs-muted); font-size: 18px; }
.honesort-page .model-showcase__details ul { max-width: 980px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 28px 0; padding: 0; list-style: none; }
.honesort-page .model-showcase__details li { position: relative; min-width: 0; min-height: 68px; display: flex; align-items: center; padding: 14px 16px 14px 38px; border: 1px solid var(--hs-line); font-weight: 800; line-height: 1.25; }
.honesort-page .model-showcase__details li::before { position: absolute; left: 16px; color: var(--hs-orange); content: "//"; font-weight: 900; }
.honesort-page .text-link { color: var(--hs-orange); font-weight: 900; text-decoration: none; text-transform: uppercase; }
.honesort-page .model-videos { min-width: 0; padding: 44px; border: 1px solid var(--hs-line); background: #fff; }
.honesort-page .model-videos__heading { max-width: 920px; margin-bottom: 30px; }
.honesort-page .model-videos__heading h3 { margin: 0; font-size: clamp(34px,3vw,52px); line-height: 1.02; }
.honesort-page .model-videos__heading > p:last-child { max-width: 720px; margin: 16px 0 0; color: var(--hs-muted); font-size: 18px; }
.honesort-page .model-videos__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.honesort-page .video-card { min-width: 0; overflow: hidden; border: 1px solid var(--hs-line); background: var(--hs-dark); color: #fff; }
.honesort-page .video-card__copy { min-height: 172px; padding: 26px 28px 24px; }
.honesort-page .video-card__language { display: inline-flex; padding: 7px 12px; border-radius: 999px; background: var(--hs-orange); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.honesort-page .video-card h4 { margin: 18px 0 8px; font-size: clamp(25px,2vw,34px); line-height: 1.05; }
.honesort-page .video-card p { margin: 0; color: #c8cbd0; font-size: 15px; }
.honesort-page .video-card video { width: 100%; aspect-ratio: 16/9; background: #000; object-fit: contain; }

.honesort-page .request-form { min-width: 0; display: grid; grid-template-columns: 1.1fr repeat(3,1fr); gap: 24px; padding: 40px; border: 1px solid var(--hs-line); }
.honesort-page .request-form__intro { grid-row: span 3; padding-right: 36px; }
.honesort-page .request-form__intro h2 { margin: 0 0 18px; font-size: clamp(32px,3vw,52px); line-height: 1.05; }
.honesort-page .request-form label { min-width: 0; display: flex; flex-direction: column; gap: 8px; font-weight: 800; }
.honesort-page .request-form label small { color: var(--hs-muted); font-size: 12px; font-weight: 600; }
.honesort-page .request-form input,
.honesort-page .request-form textarea { width: 100%; border: 1px solid #bfc1c3; border-radius: 0; background: #fff; padding: 15px 16px; outline: 0; }
.honesort-page .request-form input { min-height: 56px; }
.honesort-page .request-form input:focus,
.honesort-page .request-form textarea:focus { border-color: var(--hs-orange); box-shadow: 0 0 0 2px rgba(243,90,53,.14); }
.honesort-page .request-form__wide { grid-column: 2/-1; }
.honesort-page .request-form__submit { grid-column: 2/3; }
.honesort-page .request-form__note { grid-column: 3/-1; margin: auto 0; color: var(--hs-muted); font-size: 13px; }
.honesort-page .request-form__status { grid-column: 2/-1; margin: 0; color: var(--hs-orange-dark); font-weight: 800; }
.honesort-page #models,
.honesort-page #request { scroll-margin-top: 110px; }

.honesort-page .reference-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.honesort-page .reference-case { min-width: 0; overflow: hidden; border: 1px solid var(--hs-line); border-top: 5px solid var(--hs-orange); background: #fff; }
.honesort-page .reference-case header { padding: 26px 28px 22px; }
.honesort-page .reference-case header span { font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.honesort-page .reference-case h3 { margin: 7px 0 0; color: var(--hs-orange); font-size: clamp(25px,2vw,34px); line-height: 1.05; }
.honesort-page .reference-case > img { width: 100%; aspect-ratio: 2/1; object-fit: cover; }
.honesort-page .reference-case__body { padding: 25px 28px 30px; background: var(--hs-surface); }
.honesort-page .reference-case__body h4 { margin: 0 0 18px; font-size: 21px; line-height: 1.2; }
.honesort-page .reference-case__body h4 strong { color: var(--hs-orange); }
.honesort-page .reference-case__body ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px 22px; margin: 0; padding: 0; list-style: none; }
.honesort-page .reference-case__body li { min-width: 0; color: #494c52; font-size: 14px; line-height: 1.35; }
.honesort-page .reference-case__body p { max-width: 650px; margin: 20px 0 0; padding-top: 18px; border-top: 1px solid var(--hs-line); color: var(--hs-muted); font-size: 14px; }

.honesort-page .consultation-section { padding-top: 34px; padding-bottom: 16px; }
.honesort-page .consultation-grid { display: block; }
.honesort-page .questions { min-width: 0; min-height: 570px; padding: 54px; background: var(--hs-orange); color: #fff; }
.honesort-page .questions h2 { max-width: 920px; margin: 0 0 50px; font-size: clamp(34px,3.5vw,58px); line-height: 1.04; }
.honesort-page .eyebrow--light { color: #fff; opacity: .78; }
.honesort-page .question { display: none; }
.honesort-page .question.is-active { display: block; }
.honesort-page .question label { display: block; margin-bottom: 14px; font-size: 22px; font-weight: 800; }
.honesort-page .question input { width: 100%; height: 62px; padding: 0 16px; border: 2px solid #fff; background: transparent; color: #fff; outline: 0; }
.honesort-page .questions__footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 34px; }
.honesort-page .questions__footer button { min-width: 130px; min-height: 48px; margin-left: 8px; border: 2px solid #fff; background: transparent; color: #fff; font-weight: 900; cursor: pointer; }
.honesort-page .questions__footer button:last-child { background: #fff; color: var(--hs-ink); }
.honesort-page .questions__footer button:disabled,
.honesort-page .request-form__submit:disabled { cursor: wait; opacity: .65; }
.honesort-page .questions__result { font-weight: 800; }

@media (max-width: 1200px) {
  .honesort-page .honesort-container { width: min(calc(100% - 40px),1720px); }
  .honesort-page .type-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .honesort-page .ore-panel { grid-column: 1/-1; }
  .honesort-page .request-form { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .honesort-page .request-form__intro { grid-column: 1/-1; grid-row: auto; padding-right: 0; }
  .honesort-page .request-form__wide,
  .honesort-page .request-form__status { grid-column: 1/-1; }
  .honesort-page .request-form__submit { grid-column: 1/2; }
  .honesort-page .request-form__note { grid-column: 2/3; }
}

@media (max-width: 800px) {
  .honesort-page .honesort-container { width: min(calc(100% - 28px),1720px); }
  .honesort-page .hero { min-height: 760px; background: #f1f1ee; }
  .honesort-page .hero__inner { min-height: 760px; }
  .honesort-page .hero__content { width: 100%; padding-top: 36px; }
  .honesort-page .hero__brand { width: 290px; }
  .honesort-page .hero h1 { font-size: clamp(40px,13vw,50px); }
  .honesort-page .hero__lead { font-size: 18px; }
  .honesort-page .hero__media { inset: auto 0 0; height: 310px; }
  .honesort-page .hero__media::before { background: linear-gradient(180deg,#f1f1ee 0%,transparent 35%); }
  .honesort-page .hero__media img { height: 100%; }
  .honesort-page .main-title { min-height: 130px; grid-template-columns: 42px minmax(0,1fr) 42px; gap: 12px; }
  .honesort-page .title-stripe { height: 92px; }
  .honesort-page .section { padding: 48px 0; }
  .honesort-page .type-grid,
  .honesort-page .request-form { grid-template-columns: 1fr; }
  .honesort-page .type-card { min-height: 330px; padding: 30px; }
  .honesort-page .type-card h3 { margin-top: 60px; }
  .honesort-page .ore-panel { grid-column: auto; padding: 34px 18px 38px; }
  .honesort-page .ore-grid { gap: 22px 10px; }
  .honesort-page .ore-item img { width: 82px; }
  .honesort-page .section-heading h2 { font-size: 40px; }
  .honesort-page .model-showcase__visuals { grid-template-columns: 1fr; }
  .honesort-page .model-showcase__visuals figure { min-height: 320px; padding: 24px; }
  .honesort-page .model-showcase__visuals figure + figure { border-top: 1px solid var(--hs-line); border-left: 0; }
  .honesort-page .model-showcase__details { padding: 34px 26px 38px; }
  .honesort-page .model-showcase__details ul,
  .honesort-page .model-videos__grid,
  .honesort-page .reference-grid,
  .honesort-page .reference-case__body ul { grid-template-columns: 1fr; }
  .honesort-page .model-videos { padding: 30px 24px; }
  .honesort-page .video-card__copy { min-height: 0; }
  .honesort-page .request-form { padding: 28px; }
  .honesort-page .request-form__intro,
  .honesort-page .request-form__wide,
  .honesort-page .request-form__submit,
  .honesort-page .request-form__note,
  .honesort-page .request-form__status { grid-column: 1; }
  .honesort-page .questions { min-height: 0; padding: 34px 24px; }
}

@media (max-width: 520px) {
  .honesort-page .hero__actions { display: grid; }
  .honesort-page .button { width: 100%; min-height: 52px; padding: 8px 16px; white-space: normal; }
  .honesort-page .main-title h2 { font-size: 24px; }
  .honesort-page .section-heading h2 { font-size: 34px; }
  .honesort-page .model-videos { padding: 24px 18px; }
  .honesort-page .model-videos__heading h3 { font-size: 31px; }
  .honesort-page .video-card__copy { padding: 22px 20px 20px; }
  .honesort-page .model-showcase__details { padding: 28px 20px 32px; }
  .honesort-page .model-showcase__details h3 { font-size: 40px; }
  .honesort-page .request-form { padding: 22px 18px; }
  .honesort-page .questions__footer { align-items: flex-start; flex-direction: column; }
  .honesort-page .questions__footer div { width: 100%; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .honesort-page .questions__footer button { min-width: 0; margin: 0; }
  .honesort-page .ore-panel { padding-right: 14px; padding-left: 14px; }
  .honesort-page .ore-item img { width: 70px; }
  .honesort-page .ore-item figcaption { font-size: 12px; }
}
