/* ЭнергоПик60 v4 — главная в визуальной системе продуктовых карточек */
body.home-blue {
  --ink: #10233f;
  --ink-soft: #183554;
  --ink-2: #36516c;
  --paper: #fff;
  --paper-warm: #f3f6fa;
  --white: #fff;
  --yellow: #ffc400;
  --yellow-bright: #ffd43a;
  --line: #dce4ed;
  --line-dark: rgba(255, 255, 255, .2);
  --muted: #607287;
  --blue: #0754a3;
  --blue-dark: #002f68;
  --blue-deep: #002654;
  --success: #176f54;
  --radius: 3px;
  --radius-sm: 2px;
  --shadow: 0 14px 34px rgba(0, 42, 89, .11);
  --shell: min(1180px, calc(100% - 40px));
  color: var(--ink);
  background: #fff;
  font-family: "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.home-blue h1,
.home-blue h2,
.home-blue h3,
.home-blue strong,
.home-blue b,
.home-blue button,
.home-blue input,
.home-blue select,
.home-blue textarea {
  font-family: inherit;
}

.home-blue h1,
.home-blue h2,
.home-blue h3 {
  font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
}

.home-blue .metrika-pixel {
  position: absolute;
  left: -9999px;
}

.home-blue .shell {
  width: var(--shell);
}

.home-blue .button {
  min-height: 44px;
  border-radius: 2px;
  font-size: 12.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .01em;
}

.home-blue .button--primary {
  color: #08244a;
  background: var(--yellow);
  border-color: #e7b500;
  box-shadow: 0 10px 24px rgba(255, 196, 0, .16);
}

.home-blue .button--primary:hover,
.home-blue .button--primary:focus-visible {
  color: #08244a;
  background: var(--yellow-bright);
}

.home-blue .button--dark {
  color: #fff;
  background: var(--blue-dark);
  border-color: var(--blue-dark);
}

.home-blue .button--outline {
  color: var(--blue);
  background: #fff;
  border-color: #9ab5cf;
}

.blue-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 33, 76, .13);
}

.blue-head {
  background: #fff;
}

.blue-head__inner {
  display: grid;
  grid-template-columns: minmax(320px, 1.25fr) auto auto auto;
  gap: 22px;
  align-items: center;
  min-height: 78px;
}

.blue-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--blue-dark);
}

.blue-brand img {
  width: 48px;
  height: 40px;
  object-fit: contain;
}

.blue-brand span {
  min-width: 0;
}

.blue-brand strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .01em;
}

.blue-brand small {
  display: block;
  margin-top: 5px;
  color: #49647e;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .035em;
}

.blue-head__tagline {
  margin: 0;
  padding-left: 21px;
  border-left: 1px solid #dbe3ec;
  color: #344c65;
  font-size: 13px;
  line-height: 1.42;
}

.blue-contact {
  display: grid;
  grid-template-columns: 27px auto;
  gap: 9px;
  align-items: center;
  color: #071d3c;
  white-space: nowrap;
}

.blue-contact__icon {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: var(--blue);
  font-size: 22px;
  line-height: 1;
}

.blue-contact strong,
.blue-contact small {
  display: block;
}

.blue-contact strong {
  font-size: 14px;
  line-height: 1.15;
}

.blue-contact small {
  margin-top: 4px;
  color: #627487;
  font-size: 10.5px;
}

.blue-contact--mail strong {
  font-size: 12.5px;
}

.blue-head__cta {
  min-height: 44px;
  padding-inline: 20px;
  color: #fff;
  background: linear-gradient(135deg, #0758ad, #003876);
  box-shadow: 0 8px 18px rgba(0, 60, 130, .18);
}

.blue-nav {
  color: #fff;
  background: linear-gradient(90deg, #002d63, #00458f 60%, #002e67);
}

.blue-nav__inner {
  min-height: 44px;
}

.home-blue .blue-nav .nav {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
}

.home-blue .blue-nav .nav-main-link {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 14px 0 13px;
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .015em;
}

.home-blue .blue-nav .nav-group {
  position: relative;
}

.home-blue .blue-nav .nav-group__trigger {
  display: flex;
  align-items: stretch;
}

.home-blue .blue-nav .nav-submenu-toggle {
  position: relative;
  display: grid;
  width: 27px;
  min-height: 44px;
  place-items: center;
  padding: 0;
  color: #bcd4ed;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.home-blue .blue-nav .nav-submenu-toggle span {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .18s ease, color .18s ease;
}

.home-blue .blue-nav .nav-group:hover .nav-submenu-toggle,
.home-blue .blue-nav .nav-group:focus-within .nav-submenu-toggle,
.home-blue .blue-nav .nav-group.is-open .nav-submenu-toggle {
  color: var(--yellow);
}

.home-blue .blue-nav .nav-group.is-open .nav-submenu-toggle span {
  transform: translateY(2px) rotate(225deg);
}

.home-blue .blue-nav .nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 150;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(620px, calc(100vw - 40px));
  padding: 10px;
  color: var(--blue-dark);
  background: #fff;
  border-top: 3px solid var(--yellow);
  box-shadow: 0 18px 36px rgba(0, 39, 84, .22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .16s ease, visibility .16s ease, transform .16s ease;
}

.home-blue .blue-nav .nav-dropdown--services {
  width: min(590px, calc(100vw - 40px));
}

.home-blue .blue-nav .nav-group:hover > .nav-dropdown,
.home-blue .blue-nav .nav-group:focus-within > .nav-dropdown,
.home-blue .blue-nav .nav-group.is-open > .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.home-blue .blue-nav .nav-dropdown a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 13px;
  color: #173c68;
  border-bottom: 1px solid #e4ebf3;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
}

.home-blue .blue-nav .nav-dropdown a:hover,
.home-blue .blue-nav .nav-dropdown a:focus-visible {
  color: #004b99;
  background: #f1f6fb;
}

.home-blue .blue-nav .nav-dropdown .nav-dropdown__all {
  grid-column: 1 / -1;
  color: #003f83;
  background: #fff8d6;
  border-bottom: 0;
  font-weight: 800;
}

.home-blue .blue-nav .nav-main-link:hover,
.home-blue .blue-nav .nav-main-link:focus-visible {
  color: var(--yellow);
}

.home-blue .menu-button {
  display: none;
}

.home-blue .hero {
  position: relative;
  overflow: hidden;
  padding: 0 0 24px;
  color: #fff;
  background:
    linear-gradient(108deg, rgba(0, 30, 69, .99), rgba(0, 66, 132, .95) 58%, rgba(0, 32, 72, .91)),
    #002f68;
}

.home-blue .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
  pointer-events: none;
}

.home-blue .hero__grid-lines {
  display: none;
}

.home-blue .hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(470px, 1fr);
  gap: 34px;
  align-items: center;
  min-height: 520px;
  padding-block: 36px 42px;
}

.home-blue .hero__copy {
  position: relative;
  z-index: 2;
}

.home-blue .hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 17px;
  align-items: center;
  margin: 0;
}

.home-blue .hero-meta span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #e7f0f9;
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .075em;
  white-space: nowrap;
}

.home-blue .hero-meta span:not(.hero-meta__place)::before {
  content: "";
  flex: 0 0 13px;
  width: 13px;
  height: 2px;
  background: var(--yellow);
}

.home-blue .hero-meta .hero-meta__place {
  padding: 7px 10px 6px;
  color: #08244a;
  background: var(--yellow);
  border: 1px solid #e5b100;
  box-shadow: 0 7px 18px rgba(255, 196, 0, .14);
}

.home-blue .hero h1 {
  max-width: 680px;
  margin: 14px 0 17px;
  color: #fff;
  font-size: clamp(39px, 3.6vw, 52px);
  font-weight: 780;
  line-height: 1.04;
  letter-spacing: -.027em;
}

.home-blue .hero h1 em {
  display: block;
  color: var(--yellow-bright);
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  font-style: normal;
  letter-spacing: inherit;
}

.home-blue .hero__lead {
  max-width: 650px;
  margin: 0 0 20px;
  color: #e6eff8;
  font-size: 17px;
  line-height: 1.54;
}

.home-blue .hero__actions {
  gap: 11px;
  margin-bottom: 23px;
}

.home-blue .hero__actions .button {
  min-height: 48px;
}

.home-blue .hero .button--ghost {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, .58);
}

.home-blue .hero__checks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  border: 1px solid #52789f;
  background: #52789f;
  list-style: none;
  box-shadow: 0 10px 25px rgba(0, 18, 42, .2);
}

.home-blue .hero__checks li {
  position: relative;
  display: grid;
  min-height: 78px;
  padding: 14px 13px 12px 48px;
  color: #fff;
  background: #032a58;
}

.home-blue .hero__checks li::before {
  position: absolute;
  left: 18px;
  top: 22px;
  width: 17px;
  height: 17px;
  border: 2px solid var(--yellow);
  border-radius: 1px;
  box-shadow: inset 0 0 0 4px #032a58;
  transform: rotate(45deg);
}

.home-blue .hero__checks b,
.home-blue .hero__checks span {
  display: block;
}

.home-blue .hero__checks b {
  align-self: end;
  font-size: 14px;
  line-height: 1.2;
}

.home-blue .hero__checks span {
  margin-top: 3px;
  color: #fff;
  font-size: 12.5px;
  line-height: 1.35;
}

.home-blue .hero-product {
  position: relative;
  min-height: 500px;
  margin-right: -44px;
  padding: 0;
  overflow: visible;
}

.home-blue .hero-product::before {
  display: none;
}

.home-blue .hero-product::after {
  display: none;
}

.home-blue .hero-product__halo {
  display: none;
}

.home-blue .hero-product__halo::before,
.home-blue .hero-product__halo::after {
  display: none;
}

.home-blue .hero-product__halo::before {
  display: none;
}

.home-blue .hero-product__halo::after {
  display: none;
}

.home-blue .hero-product picture {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
}

.home-blue .hero-product img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: min(660px, 121%);
  max-width: none;
  height: auto;
  filter: drop-shadow(0 30px 26px rgba(0, 18, 42, .42));
  transform: translate(-49%, -47%);
}

.home-blue .quick-brief {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(210px, .7fr) repeat(3, minmax(150px, 1fr)) auto;
  gap: 12px;
  align-items: end;
  margin-top: -2px;
  padding: 17px 18px 14px;
  border: 1px solid #d8e2ec;
  border-radius: 2px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 14px 30px rgba(0, 44, 94, .16);
}

.home-blue .quick-brief__intro {
  min-width: 0;
  padding-bottom: 3px;
}

.home-blue .quick-brief__number {
  color: var(--blue);
}

.home-blue .quick-brief__intro strong {
  color: var(--blue-dark);
}

.home-blue .quick-brief__intro small {
  color: var(--muted);
}

.home-blue .quick-brief label > span {
  color: #36516c;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-blue .quick-brief input,
.home-blue .quick-brief select {
  min-height: 44px;
  border-color: #cbd8e5;
  border-radius: 2px;
  background: #f8fafc;
}

.home-blue .quick-consent {
  grid-column: 2 / -1;
  align-items: flex-start;
  color: #657789;
}

.home-blue .quick-brief .quick-consent > span {
  margin: 0;
  color: #52677c;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
}

.home-blue .quick-brief .quick-consent input {
  flex: 0 0 auto;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  margin-top: 2px;
  padding: 0;
  border: 1px solid #8799aa;
  background: #fff;
}

.home-blue .quick-brief .quick-consent a {
  color: var(--blue-dark);
  font-weight: 650;
}

.home-blue .trust-strip {
  padding: 18px 0 6px;
  background: #fff;
}

.home-blue .trust-strip__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 9px 24px rgba(0, 42, 89, .06);
}

.home-blue .trust-fact {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-width: 0;
  min-height: 84px;
  padding: 17px 24px;
  border-right: 1px solid var(--line);
  background: #fff;
}

.home-blue .trust-fact:last-child {
  border-right: 0;
}

.home-blue .trust-fact strong {
  color: var(--blue-dark);
  font-size: 23px;
  font-weight: 650;
  letter-spacing: -.025em;
}

.home-blue .trust-fact span {
  min-width: 0;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.home-blue .trust-fact--rko {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
}

.home-blue .trust-fact--rko span {
  white-space: normal;
}

.home-blue .home-intro {
  padding-top: 38px;
  padding-bottom: 38px;
  background: #fff;
}

.home-blue .home-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: 40px;
  align-items: center;
}

.home-blue .home-intro__copy h2 {
  max-width: 760px;
  margin: 10px 0 14px;
  color: var(--blue-dark);
  font-size: clamp(30px, 3vw, 38px);
  font-weight: 760;
  letter-spacing: -.025em;
  line-height: 1.1;
}

.home-blue .home-intro__copy p {
  max-width: 760px;
  margin: 0 0 13px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.home-blue .home-intro__audience {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-blue .home-intro__audience article {
  position: relative;
  min-height: 132px;
  padding: 20px 19px 18px 64px;
  background: #f6f8fb;
  border: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(0, 42, 89, .05);
}

.home-blue .home-intro__audience article::before {
  position: absolute;
  top: 20px;
  left: 17px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #08244a;
  background: var(--yellow);
  border-radius: 50%;
  content: "✓";
  font-size: 14px;
  font-weight: 900;
}

.home-blue .home-intro__audience span,
.home-blue .home-intro__audience strong {
  display: block;
}

.home-blue .home-intro__audience span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.home-blue .home-intro__audience strong {
  margin-top: 7px;
  color: var(--blue-dark);
  font-size: 17px;
  line-height: 1.25;
}

.home-blue .home-intro__audience p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.home-blue .section {
  padding: 48px 0;
}

.home-blue .section-heading {
  gap: 34px;
  margin-bottom: 25px;
}

.home-blue .section-heading h2,
.home-blue .marine-proof h2,
.home-blue .production h2,
.home-blue .documents h2,
.home-blue .faq h2,
.home-blue .request h2 {
  color: var(--blue-dark);
  font-size: clamp(30px, 3vw, 38px);
  font-weight: 760;
  line-height: 1.1;
  letter-spacing: -.025em;
}

.home-blue .section-index {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.home-blue .section-index::after {
  display: none;
}

.home-blue .section-heading p {
  color: var(--muted);
  font-size: 14px;
}

.home-blue .marine-proof {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(115deg, #002b60, #064d98);
}

.home-blue .marine-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 88% 20%, rgba(46, 139, 225, .3), transparent 33%);
}

.home-blue .marine-proof__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .8fr);
  gap: 48px;
  align-items: center;
}

.home-blue .marine-proof .section-index {
  color: #bcd7f2;
}

.home-blue .marine-proof h2 {
  max-width: 700px;
  margin: 12px 0 18px;
  color: #fff;
}

.home-blue .marine-proof__lead {
  margin: 0;
  color: #e7f0f8;
  font-size: 16px;
  line-height: 1.68;
}

.home-blue .marine-proof__evidence {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  padding: 1px;
  background: rgba(255, 255, 255, .24);
}

.home-blue .marine-proof__evidence article {
  min-height: 100px;
  padding: 15px;
  background: rgba(0, 38, 84, .78);
}

.home-blue .marine-proof__evidence span,
.home-blue .marine-proof__evidence strong,
.home-blue .marine-proof__evidence small {
  display: block;
}

.home-blue .marine-proof__evidence span {
  color: #aac8e9;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-blue .marine-proof__evidence strong {
  margin-top: 8px;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

.home-blue .marine-proof__evidence small {
  margin-top: 5px;
  color: #d8e6f4;
  font-size: 10px;
  line-height: 1.4;
}

.home-blue .marine-models {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 21px 0;
}

.home-blue .marine-models span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.home-blue .marine-customer-note {
  margin: 0 0 20px;
  padding: 16px 18px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .25);
  border-left: 4px solid var(--yellow);
}

.home-blue .marine-customer-note strong {
  display: block;
  color: #fff;
  font-size: 13px;
}

.home-blue .marine-customer-note p {
  margin: 6px 0 0;
  color: #dce9f5;
  font-size: 12px;
  line-height: 1.55;
}

.home-blue .marine-proof__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-blue .marine-proof .button--outline {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, .55);
}

.home-blue .marine-proof__visual {
  position: relative;
  min-height: 420px;
}

.home-blue .marine-product-photo {
  position: absolute;
  inset: 0 72px 45px 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .25);
  box-shadow: 0 22px 50px rgba(0, 18, 42, .36);
}

.home-blue .marine-product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-blue .marine-certificate {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 155px;
  padding: 7px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0, 18, 42, .35);
}

.home-blue .marine-certificate img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: top;
}

.home-blue .marine-certificate span {
  display: block;
  padding: 8px 4px 3px;
  color: var(--blue-dark);
  font-size: 10px;
  line-height: 1.3;
}

.home-blue .marine-certificate b {
  color: var(--blue);
}

.home-blue .marine-certificate--data {
  display: grid;
  min-height: 205px;
  align-content: center;
  padding: 18px;
  color: var(--blue-dark);
  border-top: 6px solid var(--yellow);
}

.home-blue .marine-certificate--data::before {
  width: 42px;
  height: 3px;
  margin-bottom: 18px;
  background: var(--blue);
  content: "";
}

.home-blue .marine-certificate--data > strong {
  color: var(--blue-dark);
  font-size: 34px;
  line-height: 1;
}

.home-blue .marine-certificate--data > span {
  padding: 11px 0 0;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.45;
}

.home-blue .marine-certificate--data > span b,
.home-blue .marine-certificate--data > span small {
  display: block;
}

.home-blue .marine-certificate--data > span b {
  margin-top: 4px;
  color: var(--blue);
  font-size: 16px;
}

.home-blue .marine-certificate--data > span small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.home-blue .products {
  background: #fff;
}

.home-blue .product-grid {
  gap: 14px;
}

.home-blue .product-card {
  border: 1px solid #dfe6ee;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(0, 42, 89, .055);
}

.home-blue .product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 32px rgba(0, 42, 89, .13);
}

.home-blue .product-card__media {
  background: #eef3f7;
}

.home-blue .product-card__tag {
  color: #08244a;
  background: var(--yellow);
}

.home-blue .product-card__body {
  background: #fff;
}

.home-blue .product-card__number,
.home-blue .text-link {
  color: var(--blue);
}

.home-blue .product-card h3 {
  color: var(--blue-dark);
}

.home-blue .product-card p {
  color: var(--muted);
}

.home-blue .catalog-cta {
  border-radius: 2px;
  color: #fff;
  background: linear-gradient(90deg, #0754a3, #003675);
  box-shadow: 0 12px 26px rgba(0, 46, 99, .15);
}

.home-blue .section--dark {
  color: #fff;
  background: linear-gradient(115deg, #002b60, #064d98);
}

.home-blue .section-heading--light h2 {
  color: #fff;
}

.home-blue .section-heading--light p {
  color: #d7e6f4;
}

.home-blue .section-heading--light .section-index {
  color: #bcd7f2;
}

.home-blue .solution-card {
  min-height: 390px;
  padding: 29px 28px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 2px;
  background: rgba(1, 38, 82, .74);
}

.home-blue .solution-card--accent {
  color: var(--ink);
  background: #fff;
}

.home-blue .solution-card--accent h3 {
  color: var(--blue-dark);
}

.home-blue .solution-card__icon {
  width: 56px;
  height: 56px;
  color: var(--yellow);
}

.home-blue .solution-card__icon svg {
  width: 29px;
  height: 29px;
}

.home-blue .solution-card__label {
  display: none;
}

.home-blue .solution-card h3 {
  margin-top: 24px;
  font-size: 25px;
}

.home-blue .solution-card p {
  margin-top: 14px;
}

.home-blue .solution-card ul {
  margin-top: 16px;
}

.home-blue .production {
  background: #fff;
}

.home-blue .production__image-card,
.home-blue .document-card,
.home-blue .process-step {
  border-radius: 2px;
}

.home-blue .production__visual {
  align-self: center;
  padding: 0 0 0 20px;
}

.home-blue .production__image-card {
  background: #eaf1f8;
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(0, 47, 104, .12);
}

.home-blue .production__image-card img {
  display: block;
  width: 100%;
  height: clamp(300px, 32vw, 420px);
  aspect-ratio: 1.35;
  object-fit: cover;
  object-position: 64% center;
  mix-blend-mode: normal;
}

.home-blue .production__facts article {
  border-color: var(--line);
  background: #f6f8fb;
}

.home-blue .production__facts strong,
.home-blue .process-step__number {
  color: var(--blue);
}

.home-blue .production__terms {
  margin: 20px 0 18px;
  padding: 16px 18px;
  color: #536b82;
  background: #edf4fb;
  border-left: 4px solid var(--yellow);
  font-size: 12px;
  line-height: 1.62;
}

.home-blue .production__terms strong {
  color: var(--blue-dark);
}

.home-blue .process {
  border-block: 1px solid #e1e8ef;
  background: #f3f6fa;
}

.home-blue .process-list {
  gap: 12px;
  border-top: 0;
}

.home-blue .process-list li {
  min-height: 170px;
  padding: 25px 24px;
  border: 1px solid #dce4ed;
  background: #fff;
}

.home-blue .process-list li::before {
  display: none;
}

.home-blue .process-list h3 {
  margin-top: 0;
}

.home-blue .process-step {
  border-color: #dce4ed;
  background: #fff;
}

.home-blue .section--warm {
  background: #f3f6fa;
}

.home-blue .documents__copy {
  color: var(--ink);
}

.home-blue .documents__grid {
  grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr);
  gap: 56px;
  align-items: start;
}

.home-blue .documents__copy > p {
  max-width: 620px;
}

.home-blue .document-points {
  gap: 10px;
  border-top: 0;
}

.home-blue .document-points li {
  align-items: start;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-color: var(--line);
  background: #fff;
  box-shadow: 0 7px 18px rgba(0, 42, 89, .045);
}

.home-blue .document-points > li > span {
  margin-top: 2px;
  color: var(--blue-dark);
  background: var(--yellow);
}

.home-blue .document-points strong {
  color: var(--blue-dark);
  font-size: 14px;
  line-height: 1.35;
}

.home-blue .document-points small {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.55;
}

.home-blue .document-points a {
  display: inline-block;
  margin-top: 9px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.home-blue .document-points a:hover {
  color: var(--blue-dark);
}

.home-blue .document-gallery--verified {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-height: 0;
}

.home-blue .document-gallery--verified .document-card {
  position: relative;
  inset: auto;
  width: 100%;
  height: 360px;
  padding-bottom: 56px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0, 42, 89, .11);
  transform: none;
}

.home-blue .document-gallery--verified .document-card:hover {
  transform: translateY(-5px);
}

.home-blue .document-gallery--verified .document-card img {
  height: 100%;
  padding: 13px;
  object-fit: contain;
  object-position: center top;
  background: #eef3f8;
}

.home-blue .document-gallery--verified .document-card > span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 12px;
  min-height: 56px;
  align-content: center;
  padding: 10px 13px;
  color: var(--blue-dark);
  background: #fff;
  border-top: 1px solid var(--line);
}

.home-blue .document-gallery--verified .document-card > span strong,
.home-blue .document-gallery--verified .document-card > span small {
  display: block;
}

.home-blue .document-gallery--verified .document-card > span strong {
  font-size: 11px;
  line-height: 1.25;
}

.home-blue .document-gallery--verified .document-card > span small {
  color: var(--muted);
  font-size: 9px;
}

.home-blue .document-gallery--verified .document-card > span b {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
  color: var(--blue);
}

.home-blue .document-gallery__rko {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 17px;
  align-items: center;
  padding: 18px;
  color: #fff;
  background: linear-gradient(110deg, #002f68, #0754a3);
  box-shadow: 0 12px 28px rgba(0, 42, 89, .15);
}

.home-blue .document-gallery__rko > span {
  display: grid;
  width: 58px;
  height: 40px;
  place-items: center;
  color: var(--blue-dark);
  background: var(--yellow);
  font-size: 11px;
  font-weight: 900;
}

.home-blue .document-gallery__rko strong {
  display: block;
  font-size: 15px;
}

.home-blue .document-gallery__rko p {
  margin: 4px 0 0;
  color: #d9e7f4;
  font-size: 13px;
  line-height: 1.5;
}

.home-blue .document-gallery__rko a {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.home-blue .document-gallery__rko a:hover {
  color: var(--yellow);
}

.home-blue .home-news {
  background: #fff;
}

.home-blue .home-news__feature {
  display: grid;
  grid-template-columns: minmax(310px, .68fr) minmax(0, 1.32fr);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 15px 36px rgba(0, 42, 89, .1);
}

.home-blue .home-news__media {
  position: relative;
  min-height: 275px;
  overflow: hidden;
  background: #062b55;
}

.home-blue .home-news__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.home-blue .home-news__feature:hover .home-news__media img {
  transform: scale(1.025);
}

.home-blue .home-news__media > span {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 8px 10px;
  color: #08244a;
  background: var(--yellow);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.home-blue .home-news__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 34px;
}

.home-blue .home-news__copy time {
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-blue .home-news__copy h3 {
  max-width: 720px;
  margin: 12px 0 15px;
  color: var(--blue-dark);
  font-size: clamp(24px, 2.3vw, 32px);
  line-height: 1.1;
  letter-spacing: -.025em;
}

.home-blue .home-news__copy > p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.home-blue .home-news__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 23px 0;
  padding: 1px;
  background: var(--line);
}

.home-blue .home-news__facts span {
  min-height: 66px;
  padding: 12px;
  color: var(--muted);
  background: #f6f8fb;
  font-size: 10px;
  line-height: 1.45;
}

.home-blue .home-news__facts b {
  display: block;
  color: var(--blue-dark);
  font-size: 13px;
}

.home-blue .home-news__copy .button {
  align-self: flex-start;
  margin-top: 20px;
}

.home-blue .faq {
  background: #f3f6fa;
}

.home-blue .accordion {
  overflow: hidden;
  border: 1px solid #d5e0eb;
  border-top: 3px solid var(--blue-dark);
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 42, 89, .08);
}

.home-blue .accordion details {
  border: 0;
  border-bottom: 1px solid #dce4ed;
  border-color: #dce4ed;
  background: #fff;
}

.home-blue .accordion details:last-child {
  border-bottom: 0;
}

.home-blue .accordion summary {
  padding: 25px 72px 25px 30px;
  color: var(--blue-dark);
  line-height: 1.35;
}

.home-blue .accordion summary span {
  right: 30px;
}

.home-blue .accordion details > div {
  padding: 0 72px 28px 30px;
}

.home-blue .accordion details[open] {
  background: linear-gradient(90deg, #fff, #fbfdff);
}

.home-blue .accordion p {
  max-width: 760px;
  font-size: 14px;
}

.home-blue .request {
  color: #fff;
  background: linear-gradient(115deg, #002b60, #064d98);
}

.home-blue .request::before {
  display: none;
}

.home-blue .request__grid {
  opacity: .08;
}

.home-blue .request__inner {
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: 64px;
  padding-block: 78px;
}

.home-blue .request__copy {
  padding-top: 0;
}

.home-blue .request h2 {
  color: #fff;
}

.home-blue .request__copy > p {
  color: #dce9f5;
}

.home-blue .request__direct {
  display: grid;
  gap: 7px;
  margin-top: 30px;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.home-blue .request__direct span {
  color: #a9c5df;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.home-blue .request__direct a {
  width: fit-content;
  color: #fff;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.35;
}

.home-blue .request__direct a:hover {
  color: var(--yellow);
}

.home-blue .request-form {
  border-radius: 2px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 18, 42, .3);
}

.home-blue .request-form .consent {
  color: #5d7083;
  font-size: 10px;
  line-height: 1.55;
}

.home-blue .request-form .consent a {
  color: var(--blue-dark);
  font-weight: 600;
}

.home-blue .request-form__tools {
  display: grid;
  gap: 5px;
  justify-items: end;
  text-align: right;
}

.home-blue .request-form__tools a {
  color: var(--blue);
  font-size: 10px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-blue .request-form__tools a:hover {
  color: var(--blue-dark);
}

.home-blue .quick-brief label > span,
.home-blue .request-form .field > span {
  font-size: 14px;
  line-height: 1.35;
}

.home-blue .quick-brief .quick-consent > span,
.home-blue .request-form .consent {
  font-size: 14px;
  line-height: 1.55;
}

.home-blue .request-form__tools span,
.home-blue .request-form__tools a {
  font-size: 13px;
  line-height: 1.4;
}

.home-blue .request-form .file-field__copy strong {
  font-size: 14px;
}

.home-blue .request-form .file-field__copy small,
.home-blue .request-form .file-field__name {
  font-size: 12px;
  line-height: 1.4;
}

.home-blue .request-form .form-status,
.home-blue .quick-brief .form-status {
  font-size: 14px;
  line-height: 1.5;
}

.home-blue .request-form .button[type="submit"],
.home-blue .quick-brief .button[type="submit"] {
  font-size: 15px;
}

.home-blue .field input,
.home-blue .field select,
.home-blue .field textarea,
.home-blue .file-field {
  border-radius: 2px;
  background: #f8fafc;
}

.home-blue .contact-map {
  background: #fff;
}

.home-blue .contact-map .section-heading {
  grid-template-columns: minmax(0, 1fr) minmax(330px, .55fr);
  align-items: center;
  margin-bottom: 30px;
}

.home-blue .contact-page-hero {
  padding: 62px 0 66px;
  color: #fff;
  background:
    linear-gradient(108deg, rgba(0, 30, 69, .99), rgba(0, 66, 132, .95) 65%, rgba(0, 32, 72, .91)),
    #002f68;
}

.home-blue .contact-page-hero .section-index {
  color: #bcd7f2;
}

.home-blue .contact-page-hero h1 {
  max-width: 760px;
  margin: 13px 0 15px;
  color: #fff;
  font-size: clamp(39px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -.03em;
}

.home-blue .contact-page-hero p {
  max-width: 720px;
  margin: 0;
  color: #e2edf7;
  font-size: 17px;
}

.home-blue .contacts-page {
  background: #f3f6fa;
}

.home-blue .contacts-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-blue .contact-card {
  padding: 25px;
  border: 1px solid #dce4ed;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 42, 89, .05);
}

.home-blue .contact-card > span {
  display: block;
  margin-bottom: 12px;
  color: #5d7083;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.home-blue .contact-card > a {
  display: block;
  color: var(--blue-dark);
  font-size: clamp(21px, 2.3vw, 30px);
  font-weight: 800;
  line-height: 1.15;
}

.home-blue .contact-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13.5px;
}

.home-blue .contact-card--primary {
  border-top: 4px solid var(--yellow);
}

.home-blue .contact-map__grid {
  display: grid;
  grid-template-columns: minmax(360px, .72fr) minmax(0, 1.28fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #d5e0eb;
  box-shadow: 0 18px 42px rgba(0, 42, 89, .1);
}

.home-blue .contact-map__details {
  display: grid;
  align-content: start;
  gap: 0;
  padding: 7px 27px 22px;
  border-right: 1px solid #d5e0eb;
  background: #fff;
}

.home-blue .contact-map__details article {
  display: grid;
  gap: 5px;
  padding: 17px 0;
  border: 0;
  border-bottom: 1px solid #dce4ed;
  background: transparent;
}

.home-blue .contact-map__details article > span {
  color: #5d7083;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.home-blue .contact-map__details article > a:not(.text-link) {
  color: var(--blue-dark);
  font-size: 19px;
  font-weight: 800;
}

.home-blue .contact-map__details article > strong {
  color: var(--blue-dark);
  font-size: 14px;
  line-height: 1.5;
}

.home-blue .contact-map__details small {
  color: var(--muted);
}

.home-blue .contact-map__details > .button {
  width: 100%;
  margin-top: 19px;
}

.home-blue .contact-map__frame {
  min-height: 350px;
  overflow: hidden;
  border: 0;
  background: #eef3f7;
}

.home-blue .contact-map__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 350px;
  border: 0;
}

.home-blue .footer {
  color: #fff;
  background: #002654;
}

.home-blue .footer__top {
  grid-template-columns: minmax(210px, 1fr) minmax(175px, .82fr) minmax(165px, .72fr) minmax(360px, 1.42fr);
  gap: 38px;
  padding-block: 58px 46px;
  border-bottom-color: rgba(255, 255, 255, .14);
}

.home-blue .brand--footer {
  grid-template-columns: 1fr;
}

.home-blue .brand--footer img {
  display: none;
}

.home-blue .brand--footer .brand__copy strong {
  font-size: 22px;
  letter-spacing: -.02em;
}

.home-blue .brand--footer .brand__copy small {
  margin-top: 8px;
  color: #9fb5ca;
  font-size: 10px;
}

.home-blue .footer__brand > p {
  margin-top: 20px;
}

.home-blue .brand--footer .brand__copy strong,
.home-blue .footer__column > strong {
  color: #fff;
}

.home-blue .brand--footer .brand__copy small,
.home-blue .footer p,
.home-blue .footer a,
.home-blue .footer__bottom {
  color: #c7d7e6;
}

.home-blue .footer__contacts > span {
  color: var(--yellow);
}

.home-blue .footer__phone {
  color: #fff !important;
}

.home-blue .footer__address-tail {
  white-space: nowrap;
}

.home-blue .cookie {
  right: 16px;
  bottom: 16px;
  grid-template-columns: 1fr;
  gap: 11px;
  width: min(430px, calc(100% - 32px));
  padding: 14px;
  border-radius: 2px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 29, 65, .24);
}

.home-blue .cookie__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.home-blue .cookie__actions .button {
  width: 100%;
  min-height: 36px;
  padding: 8px 10px;
  font-size: 9px;
}

.home-blue .cookie__actions #cookie-settings,
.home-blue .cookie__actions .cookie__save {
  grid-column: 1 / -1;
}

@media (max-width: 1120px) {
  .blue-head__inner {
    grid-template-columns: minmax(300px, 1fr) auto auto;
  }

  .blue-contact--mail {
    display: none;
  }

  .home-blue .hero__inner {
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1fr);
  }

  .home-blue .hero-product {
    margin-right: -20px;
  }

  .home-blue .hero-product img {
    width: min(580px, 112%);
  }
}

@media (max-width: 980px) {
  .blue-head__inner {
    grid-template-columns: 1fr auto;
  }

  .blue-head__tagline,
  .blue-contact,
  .blue-head__cta {
    display: none;
  }

  .home-blue .menu-button {
    display: grid;
    place-items: center;
    width: 46px;
    height: 42px;
    padding: 10px;
    border: 1px solid #cbd8e5;
    border-radius: 2px;
    background: #fff;
  }

  .home-blue .menu-button span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 2px 0;
    background: var(--blue-dark);
  }

  .blue-nav {
    background: #fff;
  }

  .blue-nav__inner {
    min-height: 0;
  }

  .home-blue .blue-nav .nav {
    position: fixed;
    inset: 78px 0 auto;
    z-index: 120;
    display: none;
    max-height: calc(100vh - 78px);
    gap: 0;
    overflow-y: auto;
    padding: 10px 18px 16px;
    color: var(--blue-dark);
    background: #fff;
    box-shadow: 0 18px 35px rgba(0, 39, 84, .18);
  }

  .home-blue .blue-nav .nav.is-open {
    display: grid;
  }

  .home-blue .blue-nav .nav-main-link {
    min-height: 44px;
    padding: 12px;
    border-bottom: 1px solid #e5ebf1;
    color: var(--blue-dark);
    font-size: 14px;
  }

  .home-blue .blue-nav .nav-group,
  .home-blue .blue-nav .nav-group__trigger {
    width: 100%;
  }

  .home-blue .blue-nav .nav-group__trigger {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    border-bottom: 1px solid #e5ebf1;
  }

  .home-blue .blue-nav .nav-group__trigger .nav-main-link {
    border-bottom: 0;
  }

  .home-blue .blue-nav .nav-submenu-toggle {
    width: 48px;
    min-height: 44px;
    color: #164b82;
    border-left: 1px solid #e5ebf1;
  }

  .home-blue .blue-nav .nav-group:hover > .nav-dropdown,
  .home-blue .blue-nav .nav-group:focus-within > .nav-dropdown {
    display: none;
  }

  .home-blue .blue-nav .nav-dropdown,
  .home-blue .blue-nav .nav-dropdown--services {
    position: static;
    display: none;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 5px 8px 9px;
    background: #f3f7fb;
    border-top: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }

  .home-blue .blue-nav .nav-group.is-open > .nav-dropdown {
    display: grid;
  }

  .home-blue .blue-nav .nav-dropdown a {
    min-height: 40px;
    padding: 9px 12px;
    color: #264f79;
    font-size: 13px;
  }

  .home-blue .blue-nav .nav-dropdown .nav-dropdown__all {
    grid-column: auto;
  }

  .home-blue .hero__inner {
    grid-template-columns: 1fr;
  }

  .home-blue .hero-product {
    width: min(680px, 100%);
    min-height: 420px;
    margin: -8px auto 0;
  }

  .home-blue .hero-product img {
    width: min(600px, 94%);
  }

  .home-blue .hero-product::before {
    inset: 25px 6% 22px 8%;
  }

  .home-blue .hero-product::after {
    top: 48px;
    right: 12%;
    width: 300px;
    height: 300px;
  }

  .home-blue .request__inner {
    grid-template-columns: 1fr;
  }

  .home-blue .contact-map .section-heading {
    grid-template-columns: 1fr;
  }

  .home-blue .footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-blue .footer__brand,
  .home-blue .footer__contacts {
    grid-column: 1 / -1;
  }

  .home-blue .quick-brief {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-blue .quick-brief__intro {
    grid-column: 1 / -1;
  }

  .home-blue .quick-consent {
    grid-column: 1 / -1;
  }

  .home-blue .marine-proof__grid {
    grid-template-columns: 1fr;
  }

  .home-blue .home-intro__grid {
    grid-template-columns: 1fr;
  }

  .home-blue .home-news__feature {
    grid-template-columns: 1fr;
  }

  .home-blue .documents__grid {
    grid-template-columns: 1fr;
  }

  .home-blue .document-gallery--verified {
    width: min(100%, 700px);
    margin-inline: auto;
  }

  .home-blue .home-news__media {
    min-height: 360px;
  }

  .home-blue .marine-proof__visual {
    min-height: 390px;
  }
}

@media (max-width: 820px) {
  body.home-blue {
    --shell: min(calc(100% - 28px), 1180px);
  }

  .blue-header {
    position: sticky;
  }

  .blue-head__inner {
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: 68px;
  }

  .blue-brand img {
    width: 40px;
    height: 34px;
  }

  .blue-brand strong {
    font-size: 18px;
  }

  .blue-brand small {
    font-size: 7px;
  }

  .home-blue .blue-nav .nav {
    inset: 68px 0 auto;
    padding: 10px 14px 16px;
  }

  .home-blue .hero {
    padding-bottom: 18px;
  }

  .home-blue .hero__inner {
    min-height: 0;
    padding: 30px 0 24px;
  }

  .home-blue .hero__copy,
  .home-blue .hero-product,
  .home-blue .quick-brief {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .home-blue .hero h1 {
    font-size: clamp(34px, 9vw, 42px);
  }

  .home-blue .hero__lead {
    font-size: 16px;
  }

  .home-blue .hero__actions {
    display: grid;
  }

  .home-blue .hero__actions .button {
    width: 100%;
  }

  .home-blue .hero__checks {
    grid-template-columns: 1fr;
  }

  .home-blue .hero__checks li {
    min-height: 62px;
  }

  .home-blue .hero-product {
    min-height: 430px;
    margin-right: 0;
  }

  .home-blue .hero-product img {
    position: absolute;
    inset: auto;
    left: 50%;
    top: 50%;
    width: min(520px, 100%);
    max-width: none;
    height: auto;
    transform: translate(-50%, -48%);
  }

  .home-blue .hero-product::before {
    inset: 20px 4% 18px 5%;
  }

  .home-blue .hero-product::after {
    top: 42px;
    right: 10%;
    width: 235px;
    height: 235px;
    box-shadow:
      0 0 0 25px rgba(3, 47, 104, .08),
      0 0 0 50px rgba(3, 47, 104, .045);
  }

  .home-blue .quick-brief {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .home-blue .quick-brief__intro,
  .home-blue .quick-consent {
    grid-column: auto;
  }

  .home-blue .quick-brief .quick-consent {
    padding: 8px 3px 0;
  }

  .home-blue .quick-brief .quick-consent > span {
    font-size: 12px;
    text-align: left;
  }

  .home-blue .trust-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-blue .trust-fact {
    border-bottom: 1px solid var(--line);
  }

  .home-blue .trust-fact:nth-child(2) {
    border-right: 0;
  }

  .home-blue .section {
    padding: 36px 0;
  }

  .home-blue .section-heading,
  .home-blue .home-intro__grid,
  .home-blue .contact-map__grid,
  .home-blue .contacts-page__grid {
    grid-template-columns: 1fr;
  }

  .home-blue .marine-proof__grid {
    gap: 28px;
  }

  .home-blue .marine-proof__lead {
    font-size: 15px;
  }

  .home-blue .marine-proof__actions {
    display: grid;
  }

  .home-blue .marine-proof__actions .button {
    width: 100%;
  }

  .home-blue .marine-proof__visual {
    min-height: 330px;
  }

  .home-blue .marine-proof__evidence {
    grid-template-columns: 1fr;
  }

  .home-blue .marine-product-photo {
    inset: 0 45px 35px 0;
  }

  .home-blue .marine-certificate {
    width: 125px;
  }

  .home-blue .marine-certificate img {
    height: 150px;
  }

  .home-blue .contact-map__frame,
  .home-blue .contact-map__frame iframe {
    min-height: 310px;
  }

  .home-blue .home-news__media {
    min-height: 285px;
  }

  .home-blue .home-news__copy {
    padding: 26px 22px 30px;
  }

  .home-blue .home-news__facts {
    grid-template-columns: 1fr;
  }

  .home-blue .home-news__copy .button {
    width: 100%;
  }

  .home-blue .footer__bottom {
    padding-bottom: 76px;
  }
}

@media (max-width: 590px) {
  .home-blue .hero-meta,
  .home-blue .hero-meta span,
  .home-blue .hero__lead,
  .home-blue .solution-card,
  .home-blue .solution-card .text-link {
    min-width: 0;
    max-width: 100%;
  }

  .home-blue .hero-meta span,
  .home-blue .hero__lead {
    overflow-wrap: normal;
    word-break: normal;
  }

  .home-blue .hero-meta {
    gap: 8px 11px;
  }

  .home-blue .hero-meta span {
    font-size: 11.5px;
    letter-spacing: .05em;
  }

  .home-blue .hero-meta span:not(.hero-meta__place) {
    white-space: normal;
  }

  .home-blue .hero-meta span:not(.hero-meta__place)::before {
    flex-basis: 9px;
    width: 9px;
  }

  .home-blue .hero-meta .hero-meta__place {
    padding: 6px 8px 5px;
  }

  .home-blue .hero-product {
    min-height: 305px;
  }

  .home-blue .hero-product::after {
    right: 7%;
    width: 205px;
    height: 205px;
  }

  .home-blue .solution-card,
  .home-blue .solution-card .text-link {
    overflow-wrap: anywhere;
  }

  .home-blue .document-gallery--verified {
    grid-template-columns: 1fr;
  }

  .home-blue .document-gallery--verified .document-card {
    height: 370px;
  }

  .home-blue .document-gallery__rko {
    grid-template-columns: 48px 1fr;
  }

  .home-blue .document-gallery__rko > span {
    width: 48px;
  }

  .home-blue .document-gallery__rko a {
    grid-column: 2;
    white-space: normal;
  }

  .home-blue .accordion summary {
    padding: 22px 54px 22px 18px;
  }

  .home-blue .accordion summary span {
    right: 20px;
  }

  .home-blue .accordion details > div {
    padding: 0 18px 24px;
  }

  .home-blue .trust-strip__grid {
    grid-template-columns: 1fr;
  }

  .home-blue .trust-fact,
  .home-blue .trust-fact:nth-child(2) {
    min-width: 0;
    border-right: 0;
  }

  .home-blue .trust-fact--rko span {
    white-space: normal;
  }

  .home-blue .footer__top {
    grid-template-columns: 1fr;
  }

  .home-blue .footer__brand,
  .home-blue .footer__contacts {
    grid-column: auto;
  }

  .home-blue .cookie__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-blue .cookie__actions #cookie-settings,
  .home-blue .cookie__actions .cookie__save {
    grid-column: 1 / -1;
  }

  .home-blue .cookie {
    right: 10px;
    bottom: 72px;
    width: calc(100% - 20px);
    padding: 10px;
  }

  .home-blue .request-form__tools {
    justify-items: start;
    margin-top: 7px;
    text-align: left;
  }
}

/* Десктопная настройка читаемости и единого ритма карточек. */
@media (min-width: 981px) {
  body.home-blue {
    font-size: 18px;
  }

  .home-blue .button {
    font-size: 14px;
  }

  .blue-brand small {
    font-size: 10px;
  }

  .blue-head__tagline {
    font-size: 15px;
  }

  .blue-contact strong {
    font-size: 16px;
  }

  .blue-contact small {
    font-size: 12.5px;
  }

  .blue-contact--mail strong {
    font-size: 14.5px;
  }

  .home-blue .blue-nav .nav a {
    font-size: 14px;
  }

  .home-blue .section-heading > p {
    font-size: 16px;
  }

  .home-blue .product-card__body {
    display: flex;
    min-height: 270px;
    flex-direction: column;
    padding: 27px 28px 28px;
  }

  .home-blue .product-card h3 {
    min-height: 52px;
    font-size: 22px;
    line-height: 1.18;
  }

  .home-blue .product-card p {
    min-height: 92px;
    margin-bottom: 19px;
    font-size: 15px;
    line-height: 1.58;
  }

  .home-blue .product-card .text-link {
    align-self: flex-start;
    margin-top: auto;
    font-size: 14px;
  }

  .home-blue .solution-card p {
    font-size: 15.5px;
    line-height: 1.62;
  }

  .home-blue .solution-card ul {
    font-size: 14px;
    line-height: 1.55;
  }

  .home-blue .trust-fact span,
  .home-blue .process-step p,
  .home-blue .production__facts span {
    font-size: 13.5px;
  }

  .home-blue .accordion summary {
    font-size: 16.5px;
  }

  .home-blue .accordion details > div,
  .home-blue .footer p,
  .home-blue .footer a {
    font-size: 13.5px;
  }

  .home-blue .section-index,
  .home-blue .breadcrumbs,
  .home-blue .footer__column > strong {
    font-size: 11px;
  }

  .home-blue input,
  .home-blue select,
  .home-blue textarea {
    font-size: 16px;
  }

  .home-blue .form-consent,
  .home-blue .quick-consent > span,
  .home-blue .request-form__tools {
    font-size: 13px;
  }

  .home-blue .cookie p,
  .home-blue .cookie button {
    font-size: 12px;
  }
}

.home-blue .service-offers {
  background: #f3f7fb;
}

.home-blue .service-offers__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cbd8e7;
  border-left: 1px solid #cbd8e7;
}

.home-blue .service-offer {
  position: relative;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 30px;
  color: #082e62;
  background: #fff;
  border-right: 1px solid #cbd8e7;
  border-bottom: 1px solid #cbd8e7;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.home-blue .service-offer:hover {
  z-index: 1;
  color: #082e62;
  background: #fffdf3;
  box-shadow: 0 18px 34px rgba(0, 47, 104, .12);
  transform: translateY(-3px);
}

.home-blue .service-offer > span,
.home-blue .service-partner span {
  display: block;
  margin-bottom: 14px;
  color: #0a5aac;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-blue .service-offer h3 {
  min-height: 58px;
  margin: 0 0 13px;
  color: #062f66;
  font-size: 22px;
  line-height: 1.2;
}

.home-blue .service-offer p {
  margin: 0 0 22px;
  color: #516b88;
  font-size: 15px;
  line-height: 1.62;
}

.home-blue .service-offer__link,
.home-blue .service-offer__links {
  margin-top: auto;
}

.home-blue .service-offer__link,
.home-blue .service-offer__links a {
  color: #0755a0;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-blue .service-offer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.home-blue .service-offer__link:hover,
.home-blue .service-offer__links a:hover {
  color: #002f68;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home-blue .service-partner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  margin-top: 24px;
  padding: 28px 30px;
  color: #fff;
  background: linear-gradient(118deg, #002f68 0%, #0755a0 100%);
  border-left: 5px solid #ffd100;
}

.home-blue .service-partner span {
  margin-bottom: 7px;
  color: #ffd100;
}

.home-blue .service-partner h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 23px;
}

.home-blue .service-partner p {
  max-width: 850px;
  margin: 0;
  color: rgba(255, 255, 255, .8);
  line-height: 1.6;
}

.home-blue .service-partner__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(190px, 1fr));
  gap: 10px;
  width: min(100%, 500px);
}

.home-blue .service-partner__actions .button {
  min-height: 50px;
  padding: 12px 18px;
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.home-blue .service-partner__primary {
  color: #062f66;
  background: #ffd100;
  box-shadow: 0 9px 22px rgba(0, 18, 42, .22);
}

.home-blue .service-partner__primary:hover {
  color: #062f66;
  background: #ffe15b;
  text-decoration: none;
}

.home-blue .service-partner__secondary {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .64) !important;
}

.home-blue .service-partner__secondary:hover {
  color: #062f66;
  background: #fff;
  text-decoration: none;
}

.home-blue .service-offers__more {
  margin-top: 25px;
}

@media (max-width: 1100px) {
  .home-blue .service-partner {
    grid-template-columns: 1fr;
  }

  .home-blue .service-partner__actions {
    width: 100%;
    max-width: 620px;
  }
}

@media (max-width: 980px) {
  .home-blue .service-offers__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .home-blue .service-offers__grid,
  .home-blue .service-partner {
    grid-template-columns: 1fr;
  }

  .home-blue .service-offer {
    min-height: 0;
    padding: 24px 20px;
  }

  .home-blue .service-offer h3 {
    min-height: 0;
    font-size: 20px;
  }

  .home-blue .service-partner {
    gap: 20px;
    padding: 24px 20px;
  }

  .home-blue .service-partner__actions {
    grid-template-columns: 1fr;
  }

  .home-blue .service-partner__actions .button {
    width: 100%;
  }
}

.home-blue .blue-nav .nav-main-link.is-current,
.home-blue .blue-nav .nav-main-link[aria-current] {
  color: var(--yellow);
  background: rgba(255, 255, 255, .07);
  box-shadow: inset 0 -3px var(--yellow);
}

/* V31: compact three-level catalogue navigation: direction, category, series. */
@media (min-width: 981px) {
  .home-blue .blue-nav .nav-dropdown--catalog.nav-mega {
    display: grid;
    grid-template-columns: 244px minmax(0, 1fr);
    width: min(960px, calc(100vw - 40px));
    min-height: 0;
    gap: 0;
    padding: 0;
    overflow: hidden;
    background: #f5f8fc;
  }

  .home-blue .nav-mega__directions {
    display: grid;
    align-content: start;
    background: #003b7d;
    border-right: 1px solid rgba(255, 255, 255, .16);
  }

  .home-blue .blue-nav .nav-mega__directions .nav-mega__direction {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 46px;
    gap: 12px;
    align-items: center;
    padding: 8px 14px;
    color: #fff;
    background: #064f96;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.25;
  }

  .home-blue .blue-nav .nav-mega__directions .nav-mega__direction:hover,
  .home-blue .blue-nav .nav-mega__directions .nav-mega__direction:focus-visible,
  .home-blue .blue-nav .nav-mega__directions .nav-mega__direction.is-active {
    color: #fff;
    background: #00366f;
  }

  .home-blue .nav-mega__direction b {
    color: #ffda23;
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
  }

  .home-blue .nav-mega__panels {
    min-width: 0;
    padding: 14px 18px 12px;
    background: #fff;
  }

  .home-blue .nav-mega__panel[hidden] {
    display: none !important;
  }

  .home-blue .nav-mega__heading {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    min-height: 38px;
    margin-bottom: 6px;
    padding-bottom: 8px;
    border-bottom: 2px solid #ffda23;
  }

  .home-blue .nav-mega__heading strong {
    color: #00346f;
    font-size: 18px;
    line-height: 1.2;
  }

  .home-blue .blue-nav .nav-mega__heading a {
    min-height: 0;
    padding: 0;
    color: #0755a0;
    background: transparent;
    border: 0;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
  }

  .home-blue .blue-nav .nav-mega__heading a::before,
  .home-blue .blue-nav .nav-mega__heading a::after {
    display: none !important;
    content: none !important;
  }

  .home-blue .nav-series-browser {
    display: grid;
    grid-template-columns: minmax(230px, .82fr) minmax(320px, 1.18fr);
    min-height: 164px;
    border: 1px solid #dce6f0;
    background: #fff;
  }

  .home-blue .nav-series-browser__categories {
    display: grid;
    align-content: start;
    background: #f5f8fc;
    border-right: 1px solid #dce6f0;
  }

  .home-blue .blue-nav .nav-series-browser__category {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 54px;
    gap: 12px;
    align-items: center;
    padding: 7px 11px;
    color: #123e6d;
    background: transparent;
    border-bottom: 1px solid #dce6f0;
  }

  .home-blue .blue-nav .nav-series-browser__category:last-child {
    border-bottom: 0;
  }

  .home-blue .blue-nav .nav-series-browser__category:hover,
  .home-blue .blue-nav .nav-series-browser__category:focus-visible,
  .home-blue .blue-nav .nav-series-browser__category.is-active {
    color: #003f83;
    background: #e9f3fb;
    box-shadow: inset 4px 0 #ffda23;
  }

  .home-blue .nav-series-browser__category span,
  .home-blue .nav-series-browser__category strong,
  .home-blue .nav-series-browser__category small {
    display: block;
  }

  .home-blue .nav-series-browser__category strong {
    color: #073d74;
    font-size: 13px;
    line-height: 1.2;
  }

  .home-blue .nav-series-browser__category small {
    margin-top: 3px;
    color: #647b92;
    font-size: 10px;
    line-height: 1.25;
  }

  .home-blue .nav-series-browser__category > b {
    color: #0755a0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
  }

  .home-blue .nav-series-browser__panels {
    min-width: 0;
    padding: 10px 12px;
  }

  .home-blue .nav-series-browser__panel[hidden] {
    display: none !important;
  }

  .home-blue .nav-series-browser__label {
    margin: 0 0 6px;
    color: #5c7188;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .13em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .home-blue .nav-series-browser__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .home-blue .blue-nav .nav-series-browser__links a {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 34px;
    gap: 8px;
    align-items: center;
    padding: 5px 7px;
    color: #173f6d;
    background: #f7f9fc;
    border: 1px solid #e0e8f0;
  }

  .home-blue .blue-nav .nav-series-browser__links a:hover,
  .home-blue .blue-nav .nav-series-browser__links a:focus-visible {
    color: #003f83;
    background: #fff6c6;
    border-color: #e4ca45;
  }

  .home-blue .nav-series-browser__links strong {
    min-width: 38px;
    color: #003b7d;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
  }

  .home-blue .nav-series-browser__links span {
    color: #667a90;
    font-size: 9px;
    font-weight: 650;
    line-height: 1.2;
  }

  .home-blue .nav-series-browser--compact {
    min-height: 118px;
  }

  .home-blue .nav-series-browser--compact .nav-series-browser__category {
    min-height: 58px;
  }

  .home-blue .nav-mega__category-list {
    display: grid;
    gap: 4px;
  }

  .home-blue .blue-nav .nav-mega__category-list > a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 52px;
    gap: 12px;
    align-items: center;
    padding: 6px 9px;
    color: #123e6d;
    background: #f5f8fc;
    border: 1px solid #dce6f0;
  }

  .home-blue .blue-nav .nav-mega__category-list > a:hover,
  .home-blue .blue-nav .nav-mega__category-list > a:focus-visible {
    color: #003f83;
    background: #edf5fc;
    border-color: #9ebfdd;
  }

  .home-blue .nav-mega__category-list > a > b {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    color: #003b7d;
    background: #ffda23;
    font-size: 10px;
    font-weight: 900;
  }

  .home-blue .nav-mega__category-list span,
  .home-blue .nav-mega__category-list strong,
  .home-blue .nav-mega__category-list small,
  .home-blue .nav-mega__crosslink span,
  .home-blue .nav-mega__crosslink strong,
  .home-blue .nav-mega__crosslink small {
    display: block;
  }

  .home-blue .nav-mega__category-list strong,
  .home-blue .nav-mega__crosslink strong {
    color: #073d74;
    font-size: 13px;
    line-height: 1.2;
  }

  .home-blue .nav-mega__category-list small,
  .home-blue .nav-mega__crosslink small {
    margin-top: 3px;
    color: #63798f;
    font-size: 10px;
    line-height: 1.3;
  }

  .home-blue .blue-nav .nav-mega__crosslink {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 42px;
    gap: 12px;
    align-items: center;
    margin-top: 5px;
    padding: 5px 10px;
    color: #073d74;
    background: #fff9db;
    border: 1px solid #f0d75c;
  }

  .home-blue .blue-nav .nav-mega__crosslink:hover,
  .home-blue .blue-nav .nav-mega__crosslink:focus-visible {
    color: #002e66;
    background: #ffef9e;
  }

  .home-blue .nav-mega__crosslink > b {
    color: #003b7d;
    font-size: 18px;
  }

  .home-blue .nav-mega__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
  }

  .home-blue .blue-nav .nav-mega__links a {
    min-height: 40px;
    padding: 8px;
    color: #173f6d;
    background: #fff;
    border-bottom: 1px solid #e3eaf2;
    font-size: 13px;
    font-weight: 650;
  }

  .home-blue .blue-nav .nav-mega__links a:hover,
  .home-blue .blue-nav .nav-mega__links a:focus-visible {
    color: #003f83;
    background: #eef5fc;
  }

  .home-blue .blue-nav .nav-mega > .nav-dropdown__all {
    grid-column: 1 / -1;
    min-height: 42px;
    padding-inline: 18px;
    border-top: 1px solid #d9e4ef;
  }
}

@media (max-width: 980px) {
  .home-blue .blue-nav .nav-dropdown--catalog.nav-mega {
    grid-template-columns: 1fr;
    padding: 5px 8px 9px;
  }

  .home-blue .nav-mega__directions {
    display: grid;
  }

  .home-blue .blue-nav .nav-mega__directions .nav-mega__direction {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 44px;
    gap: 12px;
    padding: 10px 12px;
    color: #264f79;
    background: transparent;
    border-bottom: 1px solid #dce6f0;
    font-size: 13px;
    font-weight: 700;
  }

  .home-blue .nav-mega__direction b,
  .home-blue .nav-mega__panels {
    display: none;
  }

  .home-blue .blue-nav .nav-mega > .nav-dropdown__all {
    margin-top: 5px;
  }
}

@media (max-width: 1120px) {
  .home-blue .trust-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-blue .trust-fact:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
  }

  .home-blue .trust-fact:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 980px) {
  .home-blue .blue-nav .nav-main-link.is-current,
  .home-blue .blue-nav .nav-main-link[aria-current] {
    color: var(--blue-dark);
    background: #fff8d8;
    box-shadow: inset 4px 0 var(--yellow);
  }
}

@media (max-width: 590px) {
  .home-blue .trust-fact:last-child {
    grid-column: auto;
  }
}

@media print {
  .blue-header,
  .home-blue .quick-brief,
  .home-blue .mobile-actions,
  .home-blue .cookie,
  .home-blue .footer {
    display: none !important;
  }
}

/* v13: более собранная главная без потери ключевого содержания */
.home-blue.home-light .section {
  padding-block: 42px;
}

.home-blue.home-light .service-offer {
  min-height: 220px;
  padding: 25px;
}

.home-blue.home-light .service-offer h3 {
  min-height: 52px;
  font-size: 21px;
}

.home-blue.home-light .service-offer p {
  margin-bottom: 16px;
  line-height: 1.52;
}

.home-blue.home-light .service-partner {
  margin-top: 18px;
  padding: 22px 25px;
}

.home-blue.home-light .service-offers__more {
  margin-top: 18px;
}

.home-blue.home-light .process--compact .section-heading {
  margin-bottom: 18px;
}

.home-blue.home-light .process--compact .process-list {
  gap: 10px;
}

.home-blue.home-light .process--compact .process-list li {
  min-height: 132px;
  padding: 20px;
}

.home-blue.home-light .process--compact .process-list h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

.home-blue.home-light .process--compact .process-list p {
  margin-top: 9px;
  font-size: 12px;
  line-height: 1.48;
}

.home-blue.home-light .marine-proof__grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(350px, .7fr);
  gap: 40px;
}

.home-blue.home-light .marine-proof h2 {
  margin-bottom: 15px;
}

.home-blue.home-light .marine-proof__lead {
  max-width: 760px;
  font-size: 15px;
  line-height: 1.58;
}

.home-blue.home-light .marine-models {
  margin: 17px 0 20px;
}

.home-blue.home-light .marine-proof__visual {
  min-height: 330px;
}

.home-blue.home-light .marine-product-photo {
  inset: 0 58px 32px 0;
}

.home-blue.home-light .marine-certificate {
  width: 138px;
}

.home-blue.home-light .marine-certificate--data {
  min-height: 170px;
  padding: 15px;
}

.home-blue.home-light .marine-certificate--data::before {
  margin-bottom: 14px;
}

.home-blue.home-light .marine-certificate--data > strong {
  font-size: 29px;
}

.home-blue.home-light .marine-certificate--data > span {
  font-size: 10px;
}

.home-blue.home-light .documents__grid {
  grid-template-columns: minmax(0, .88fr) minmax(470px, 1.12fr);
  gap: 42px;
  align-items: center;
}

.home-blue.home-light .document-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 22px 0;
}

.home-blue.home-light .document-summary span,
.home-blue.home-light .document-summary strong,
.home-blue.home-light .document-summary small {
  display: block;
}

.home-blue.home-light .document-summary span {
  min-height: 82px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
}

.home-blue.home-light .document-summary strong {
  color: var(--blue-dark);
  font-size: 16px;
}

.home-blue.home-light .document-summary small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.35;
}

.home-blue.home-light .document-gallery--verified .document-card {
  height: 320px;
}

.home-blue.home-light .faq .accordion details {
  min-height: 0;
}

@media (max-width: 1100px) {
  .home-blue.home-light .marine-proof__grid,
  .home-blue.home-light .documents__grid {
    gap: 30px;
  }

  .home-blue.home-light .documents__grid {
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  }
}

@media (max-width: 980px) {
  .home-blue.home-light .marine-proof__grid,
  .home-blue.home-light .documents__grid {
    grid-template-columns: 1fr;
  }

  .home-blue.home-light .marine-proof__visual {
    width: min(100%, 620px);
    min-height: 320px;
  }

  .home-blue.home-light .document-gallery--verified {
    width: 100%;
    max-width: 680px;
  }
}

@media (max-width: 680px) {
  .home-blue.home-light .section {
    padding-block: 36px;
  }

  .home-blue.home-light .service-offer {
    min-height: 0;
    padding: 22px 20px;
  }

  .home-blue.home-light .service-offer h3 {
    min-height: 0;
  }

  .home-blue.home-light .service-partner {
    padding: 21px 20px;
  }

  .home-blue.home-light .process--compact .process-list {
    gap: 0;
  }

  .home-blue.home-light .process--compact .process-list li {
    min-height: 0;
    padding: 18px 0;
  }

  .home-blue.home-light .marine-proof__visual {
    min-height: 285px;
  }

  .home-blue.home-light .marine-product-photo {
    inset: 0 38px 24px 0;
  }

  .home-blue.home-light .marine-certificate {
    width: 118px;
  }

  .home-blue.home-light .marine-certificate--data {
    min-height: 145px;
    padding: 12px;
  }

  .home-blue.home-light .marine-certificate--data > strong {
    font-size: 24px;
  }

  .home-blue.home-light .marine-proof__actions .button {
    width: 100%;
  }

  .home-blue.home-light .document-summary {
    grid-template-columns: 1fr;
  }

  .home-blue.home-light .document-summary span {
    min-height: 0;
  }

  .home-blue.home-light .document-gallery--verified .document-card {
    height: 290px;
  }
}

/* v23: компактная фирменная зона во всех шаблонах */
.blue-head__inner {
  grid-template-columns: minmax(320px, 1.25fr) auto auto auto;
  gap: 20px;
}

.blue-brand img {
  width: 42px;
  height: 34px;
  flex: 0 0 auto;
}

.blue-brand small {
  max-width: 255px;
  line-height: 1.25;
}

.blue-head__tagline {
  max-width: 198px;
  font-size: 12.5px;
}

@media (max-width: 1120px) {
  .blue-head__inner {
    grid-template-columns: minmax(300px, 1fr) auto auto;
  }
}

@media (max-width: 980px) {
  .blue-head__inner {
    grid-template-columns: 1fr auto;
  }
}

@media (max-width: 520px) {
  .blue-brand img {
    width: 37px;
    height: 31px;
  }
}
