@import url("/assets/css/kp-font.css");
.kof-page {
  --kof-ink: #071c3b;
  --kof-ink-2: #102d54;
  --kof-blue: #1768e5;
  --kof-blue-2: #0f56c5;
  --kof-sky: #eaf3ff;
  --kof-line: #d8e4f2;
  --kof-muted: #647892;
  --kof-paper: #fff;
  --kof-bg: #f3f6fb;
  --kof-green: #0e9f6e;
  --kof-amber: #a86b0d;
  color: var(--kof-ink);
  background: var(--kof-bg);
  padding: 16px 0 72px;
  font-family:"Onest",sans-serif!important;
}

.kof-page *,
.kof-page *::before,
.kof-page *::after {
  box-sizing: border-box;
}

.kof-gallery svg,
.kof-badges svg,
.kof-supplier-line svg,
.kof-meta svg,
.kof-price-card svg,
.kof-snapshot svg,
.kof-card__header svg,
.kof-param-group svg,
.kof-docs svg,
.kof-company-badges svg,
.kof-addresses svg,
.kof-company-links svg,
.kof-details svg,
.kof-outline svg,
.kof-related svg,
.kof-contact-card svg,
.kof-trust svg,
.kof-lightbox svg {
  display: inline-block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.kof-page a {
  text-decoration: none;
}

.kof-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: fit-content;
  max-width: 100%;
  min-height: 38px;
  margin: 0 0 14px;
  padding: 8px 12px;
  gap: 6px 9px;
  border: 1px solid rgba(204, 220, 241, .92);
  border-radius: 11px;
  background: rgba(255, 255, 255, .72);
  color: #526b8b;
  font-size: 13px;
  line-height: 1.5;
}

.kof-breadcrumbs a {
  color: #315c91;
  font-weight: 500;
}

.kof-breadcrumbs a:hover {
  color: var(--kof-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.kof-breadcrumbs > span:not(:last-child) {
  color: #a4b1c3;
  font-size: 15px;
}

.kof-breadcrumbs > span:last-child {
  max-width: min(620px, 70vw);
  color: #526b8b;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.kof-hero {
  position: relative;
  z-index: 5;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  min-height: 390px;
  border: 1px solid #69a9ed;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff 0%, #f7fbff 58%, #edf6ff 100%);
  overflow: visible;
  box-shadow: 0 16px 44px rgba(28, 94, 166, .11), inset 0 0 0 1px rgba(255, 255, 255, .72);
}

.kof-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: .65;
  background-image: linear-gradient(rgba(62, 135, 219, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(62, 135, 219, .055) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(90deg, #000, transparent 76%);
}

.kof-hero__brief {
  display: grid;
  grid-template-columns: 276px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  min-width: 0;
  padding: 28px 30px;
}

.kof-gallery {
  min-width: 0;
}

.kof-gallery__main {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid #cddded;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 9px 26px rgba(39, 70, 110, .06);
}

.kof-gallery__main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kof-gallery__main img[data-lightbox-open] { cursor: zoom-in; }

.kof-gallery__main.is-empty {
  gap: 10px;
  color: #71869d;
  font-size: 12px;
}

.kof-gallery__main.is-empty > svg {
  width: 50px;
  height: 50px;
  color: #8eabc7;
}

.kof-zoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #cbddec;
  border-radius: 10px;
  background: rgba(255, 255, 255, .94);
  color: var(--kof-blue);
  cursor: pointer;
  box-shadow: 0 5px 16px rgba(27, 72, 137, .14);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.kof-zoom:hover { border-color: #8db7e7; background: #fff; transform: translateY(-2px); }

.kof-gallery-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(185, 207, 231, .92);
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: #1768e5;
  box-shadow: 0 6px 18px rgba(27, 72, 137, .13);
  cursor: pointer;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity .18s ease, transform .18s ease, background .18s ease;
}

.kof-gallery-nav.is-prev { left: 10px; }
.kof-gallery-nav.is-next { right: 10px; }
.kof-gallery__main:hover .kof-gallery-nav,
.kof-gallery-nav:focus-visible { opacity: 1; }
.kof-gallery-nav:hover { background: #fff; transform: translateY(-50%) scale(1.06); }

.kof-thumbs-wrap {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}

.kof-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.kof-thumbs::-webkit-scrollbar { display: none; }

.kof-thumbs-nav {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #d4e1ee;
  border-radius: 9px;
  background: #fff;
  color: #1768e5;
  cursor: pointer;
}

.kof-thumbs-nav:hover { border-color: #8db7e7; background: #f4f8fd; }
.kof-thumbs-nav:disabled { opacity: .32; cursor: default; }
.kof-thumbs-nav svg { width: 15px; height: 15px; }

.kof-thumb {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  padding: 3px;
  border: 1px solid #d4e1ee;
  border-radius: 9px;
  background: #fff;
  cursor: pointer;
  scroll-snap-align: center;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.kof-thumb:hover { border-color: #8db7e7; transform: translateY(-1px); }

.kof-thumb.is-active {
  border-color: var(--kof-blue);
  box-shadow: 0 0 0 2px rgba(23, 104, 229, .13);
}

.kof-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.kof-hero__content {
  min-width: 0;
}

.kof-badges,
.kof-meta,
.kof-company-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}

.kof-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid #c8dbef;
  border-radius: 8px;
  background: #f1f6fc;
  color: #315b8c;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.kof-badge.is-blue { color: #215f9f; background: #edf5fd; }
.kof-badge.is-orange { color: #a45719; background: #fff3e8; border-color: #efcfaf; }
.kof-badge.is-green { color: #147c5c; background: #e9f8f2; border-color: #b9dfd0; }
.kof-badge.is-soft { color: #4c6683; }
.kof-badge.is-gold { color: #95600b; background: #fff8e8; border-color: #edcf8c; }

.kof-hero h1 {
  max-width: 780px;
  margin: 18px 0 0;
  color: #0b2b50;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 720;
  line-height: 1.08;
  letter-spacing: -.035em;
  overflow-wrap: anywhere;
}

.kof-hero__lead {
  max-width: 720px;
  margin: 15px 0 0;
  color: #496681;
  font-size: 14px;
  line-height: 1.62;
}

.kof-supplier-line {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 11px;
  max-width: 620px;
  margin-top: 20px;
  padding: 10px 12px;
  border: 1px solid #cfe0f3;
  border-radius: 11px;
  background: rgba(255, 255, 255, .82);
  color: #24425f;
}

.kof-supplier-line__logo,
.kof-company-logo {
  display: grid;
  place-items: center;
  border: 1px solid #d6e4f3;
  background: #edf4fc;
  color: #245b9a;
  font-weight: 800;
  overflow: hidden;
}

.kof-supplier-line__logo {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 2px;
  border-radius: 10px;
  overflow: visible;
}

.kof-supplier-line__logo > img { border-radius: 8px; }
.kof-logo-zoom { position: absolute; z-index: 50; left: calc(100% + 14px); top: 0; display: grid; place-items: center; width: 350px; height: 350px; padding: 12px; border: 1px solid #cbdcf2; border-radius: 20px; background: #fff; box-shadow: 0 24px 65px rgba(10, 42, 84, .24); opacity: 0; visibility: hidden; transform: translateY(8px) scale(.97); transform-origin: top left; pointer-events: none; transition: opacity .2s, transform .2s, visibility .2s; }
.kof-logo-zoom img { display: block; width: 100%; height: 100%; border-radius: 13px; object-fit: contain; background: #fff; }
.kof-supplier-line__logo:hover .kof-logo-zoom,
.kof-supplier-line__logo:focus-within .kof-logo-zoom { opacity: 1; visibility: visible; transform: none; }

.kof-supplier-line__logo img,
.kof-company-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.kof-supplier-line small,
.kof-supplier-line b {
  display: block;
}

.kof-supplier-line small {
  color: #72869d;
  font-size: 10px;
}

.kof-supplier-line b {
  margin-top: 3px;
  color: #173656;
  font-size: 13px;
  font-weight: 680;
}

.kof-supplier-line > svg {
  color: var(--kof-blue);
  font-size: 11px;
}

.kof-meta {
  gap: 8px 17px;
  margin-top: 17px;
  color: #607d9a;
  font-size: 11.5px;
}

.kof-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.kof-meta svg { width: 14px; height: 14px; color: #4384dc; }

.kof-price-card {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  margin: 14px;
  padding: 24px;
  border: 1px solid #cfe1f5;
  border-radius: 15px;
  background: rgba(255, 255, 255, .94);
  color: var(--kof-ink);
  box-shadow: 0 12px 30px rgba(25, 87, 156, .11);
}

.kof-price-card > small {
  color: var(--kof-muted);
  font-size: 10.5px;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.kof-price {
  margin: 10px 0 18px;
  color: var(--kof-ink);
  font-size: clamp(29px, 3vw, 37px);
  font-weight: 760;
  line-height: 1.06;
  letter-spacing: -.035em;
  overflow-wrap: normal;
  white-space: normal;
}
.kof-price > span { display: block; white-space: nowrap; }
.kof-price:not(.is-range) > span { display: inline-block; }
.kof-price small { font-size: .45em; font-weight: 760; letter-spacing: -.015em; }

.kof-price-card__rows {
  display: grid;
  border-top: 1px solid #e3ebf4;
}

.kof-price-card__rows > div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #e6edf5;
  font-size: 11.5px;
  line-height: 1.35;
}

.kof-price-card__rows span { color: var(--kof-muted); }
.kof-price-card__rows b { color: #294862; text-align: right; font-weight: 680; }

.kof-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 46px;
  margin-top: auto;
  padding: 12px 16px;
  border: 1px solid var(--kof-blue);
  border-radius: 10px;
  background: var(--kof-blue);
  color: #fff !important;
  font: inherit;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 9px 20px rgba(23, 104, 229, .2);
}

.kof-primary:hover { background: var(--kof-blue-2); }
.kof-primary.is-disabled { opacity: .65; cursor: default; }

.kof-price-card > .kof-primary { margin-top: 18px; }

.kof-price-card > p {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 11px 0 0;
  color: #6b8299;
  font-size: 10.5px;
  line-height: 1.45;
}

.kof-snapshot {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 16px 0;
  border: 1px solid var(--kof-line);
  border-radius: 15px;
  background: var(--kof-paper);
  overflow: hidden;
  box-shadow: 0 9px 26px rgba(39, 70, 110, .055);
}

.kof-snapshot > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 96px;
  padding: 17px 18px 18px;
  text-align: center;
}

.kof-snapshot > div + div { border-left: 1px solid #e4ecf5; }

.kof-snapshot span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-bottom: 8px;
  color: var(--kof-muted);
  font-size: 10px;
  font-weight: 740;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.kof-snapshot span svg { width: 14px; height: 14px; color: #4384dc; }

.kof-snapshot b {
  display: block;
  color: #173656;
  font-size: 14px;
  font-weight: 680;
  line-height: 1.35;
  text-align: center;
  overflow-wrap: anywhere;
}

.kof-ad {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  border: 1px solid #dce7f3;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(241, 246, 252, .95), rgba(249, 251, 254, .95)), repeating-linear-gradient(135deg, transparent 0 12px, rgba(87, 126, 171, .04) 12px 13px);
  overflow: hidden;
}

.kof-ad--wide { margin: 16px 0; }
.kof-ad--mid { margin: 0; }
.kof-ad--square { min-height: 286px; }
.kof-ad__label {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 10px;
  padding: 3px 6px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .86);
  color: #526a82;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .09em;
}

.kof-ad .kp-ad-slot { margin: 0 !important; }
.kof-ad--square .kp-ad-slot--sidebar_square { display: flex !important; }

.kof-tabs {
  position: sticky;
  z-index: 14;
  top: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 16px 0;
  padding: 6px;
  border: 1px solid #d9e5f2;
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 7px 22px rgba(39, 70, 110, .08);
  backdrop-filter: blur(14px);
  overflow-x: auto;
  scrollbar-width: none;
}

.kof-tabs::-webkit-scrollbar { display: none; }

.kof-tabs a {
  flex: none;
  display: inline-flex;
  align-items: center;
  height: 44px;
  min-height: 44px;
  padding: 8px 11px;
  border-radius: 8px;
  color: #4d6684;
  font-size: 11.5px;
  font-weight: 650;
  white-space: nowrap;
}

.kof-tabs a.is-active { color: #174f99; background: #edf4fc; }

.kof-tabs b {
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  margin-left: 5px;
  padding: 0 6px;
  border-radius: 7px;
  background: #dceaf9;
  font-size: 10px;
}

.kof-tabs__company {
  flex: none;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.kof-tabs__company a { min-height: 44px; padding: 8px 11px; background: transparent; color: #4d6684; font-size: 11.5px; }
.kof-tabs__company a:hover { color: #1768e5; background: #eaf3ff; }

.kof-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: 18px;
}

.kof-content,
.kof-sidebar {
  display: grid;
  align-content: start;
  gap: 18px;
  min-width: 0;
}

.kof-sidebar {
  position: static;
}

.kof-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--kof-line);
  border-radius: 16px;
  background: var(--kof-paper);
  overflow: hidden;
  box-shadow: 0 8px 26px rgba(39, 70, 110, .055);
}

.kof-card__header {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.kof-card__header > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 11px;
  background: #edf5ff;
  color: #1768e5;
  box-shadow: inset 0 0 0 1px rgba(23, 104, 229, .08);
  transition: .25s;
}

.kof-card__header > span svg { width: 20px; height: 20px; }
.kof-card:hover > .kof-card__header > span,
.kof-detail-section:hover > .kof-card__header > span {
  color: #fff;
  background: linear-gradient(135deg, #1768e5, #704fe5);
  transform: rotate(-4deg) scale(1.06);
}

.kof-card__header small,
.kof-card__header h2 {
  display: block;
  margin: 0;
}

.kof-card__header small {
  color: var(--kof-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.kof-card__header h2 {
  margin-top: 3px;
  color: #0a2040;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.kof-richtext {
  color: #425b7a;
  font-size: 14px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.kof-richtext > :first-child { margin-top: 0; }
.kof-richtext > :last-child { margin-bottom: 0; }
.kof-richtext p { margin: 0 0 13px; }
.kof-richtext a { color: var(--kof-blue); text-decoration: underline; text-underline-offset: 2px; }
.kof-richtext.is-collapsible {
  position: relative;
  max-height: 360px;
  overflow: hidden;
  transition: max-height .4s ease;
}
.kof-richtext.is-collapsible:not(.is-open)::after {
  position: absolute;
  inset: auto 0 0;
  height: 70px;
  background: linear-gradient(transparent, #fff);
  pointer-events: none;
  content: "";
}
.kof-richtext.is-collapsible.is-open { max-height: 3000px; }
.kof-richtext.is-collapsible.is-open::after { display: none; }
.kof-description-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-top: 8px;
  padding: 8px 0;
  border: 0;
  color: #1768e5;
  background: none;
  cursor: pointer;
  font-family:"Onest",sans-serif!important;
  font-size: 13px;
  font-weight: 750;
}
.kof-description-toggle:hover { color: #0e59ca; }
.kof-description-toggle i { display: grid; place-items: center; width: 18px; height: 18px; font-style: normal; transition: transform .25s; }
.kof-description-toggle i svg { width: 17px; height: 17px; }
.kof-description-toggle[aria-expanded="true"] i { transform: rotate(180deg); }

.kof-detail-sections { display: grid; gap: 18px; scroll-margin-top: 72px; }
.kof-detail-section { position: relative; border-color: #a9caed; box-shadow: 0 10px 28px rgba(77, 143, 231, .08); }
.kof-detail-section::before { position: absolute; z-index: 1; inset: 0; border: 1px solid rgba(77, 143, 231, .48); border-radius: inherit; content: ""; pointer-events: none; }
.kof-detail-section.is-green { border-color: #a9d9ca; box-shadow: 0 10px 28px rgba(26, 163, 118, .08); }
.kof-detail-section.is-green::before { border-color: rgba(26, 163, 118, .48); }
.kof-detail-section.is-amber { border-color: #ead0a7; box-shadow: 0 10px 28px rgba(209, 138, 29, .08); }
.kof-detail-section.is-amber::before { border-color: rgba(209, 138, 29, .48); }
.kof-detail-section.is-purple { border-color: #cbbcea; box-shadow: 0 10px 28px rgba(128, 90, 213, .08); }
.kof-detail-section.is-purple::before { border-color: rgba(128, 90, 213, .48); }
.kof-detail-section.is-red { border-color: #e7b8bc; box-shadow: 0 10px 28px rgba(217, 93, 103, .08); }
.kof-detail-section.is-red::before { border-color: rgba(217, 93, 103, .48); }
.kof-detail-copy { padding: 15px 17px; border: 1px solid #dce7f3; border-radius: 11px; background: #f9fbfe; color: #425b7a; font-size: 14px; line-height: 1.7; overflow-wrap: anywhere; }
.kof-detail-copy > :first-child { margin-top: 0; }
.kof-detail-copy > :last-child { margin-bottom: 0; }

.kof-empty {
  display: grid;
  place-items: center;
  min-height: 120px;
  margin: 0;
  padding: 22px;
  border: 1px dashed #cad9e9;
  border-radius: 12px;
  background: #fafcff;
  color: #6d829a;
  text-align: center;
  font-size: 12px;
}

.kof-param-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 12px;
}

.kof-param-group {
  --kof-pg-accent: #327ed1;
  --kof-pg-line: #cbdff3;
  --kof-pg-soft: #edf6ff;
  border: 1px solid var(--kof-pg-line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 9px 22px rgba(42, 91, 142, .065);
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.kof-param-group:nth-child(4n + 2) { --kof-pg-accent: #168c74; --kof-pg-line: #bde0d7; --kof-pg-soft: #edf9f6; }
.kof-param-group:nth-child(4n + 3) { --kof-pg-accent: #b47718; --kof-pg-line: #ead6b2; --kof-pg-soft: #fff8ec; }
.kof-param-group:nth-child(4n + 4) { --kof-pg-accent: #7458bb; --kof-pg-line: #d5c9ee; --kof-pg-soft: #f6f2ff; }
.kof-param-group:hover { border-color: var(--kof-pg-accent); box-shadow: 0 13px 28px rgba(42, 91, 142, .11); transform: translateY(-1px); }

.kof-param-group h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px 14px;
  border-bottom: 1px solid var(--kof-pg-line);
  background: linear-gradient(135deg, var(--kof-pg-soft), #fff 88%);
  color: #173b60;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.kof-param-group h3 svg { box-sizing: border-box; width: 30px; height: 30px; padding: 6px; border: 1px solid var(--kof-pg-line); border-radius: 9px; color: var(--kof-pg-accent); background: rgba(255, 255, 255, .86); box-shadow: 0 4px 10px rgba(42, 91, 142, .06); }
.kof-param-group dl { margin: 0; }

.kof-param-group dl > div {
  display: grid;
  grid-template-columns: minmax(120px, 42%) minmax(0, 1fr);
  min-height: 48px;
  border-top: 1px solid #e3ebf4;
  transition: background .18s;
}

.kof-param-group dl > div:first-child { border-top: 0; }

.kof-param-group dt,
.kof-param-group dd {
  margin: 0;
  padding: 11px 12px;
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.kof-param-group dt { color: #4f6881; background: color-mix(in srgb, var(--kof-pg-soft) 54%, #fff); }
.kof-param-group dd { color: #193d61; background: #fff; font-weight: 650; }
.kof-param-group dl > div:hover dt { color: var(--kof-pg-accent); background: var(--kof-pg-soft); }
.kof-param-group dl > div:hover dd { background: #fbfdff; }

.kof-docs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
}

#documents {
  position: relative;
  border-color: #b8d2ef;
  background: linear-gradient(145deg, #fff 0%, #f5f9ff 100%);
  box-shadow: 0 12px 32px rgba(39, 96, 158, .09);
}
#documents::before { position: absolute; inset: 0 0 auto; height: 3px; border-radius: 16px 16px 0 0; background: linear-gradient(90deg, #1768e5, #62a4f2); content: ""; }

.kof-docs > a {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 13px;
  min-height: 82px;
  padding: 13px 14px;
  border: 1px solid #bcd5f0;
  border-radius: 13px;
  background: rgba(255, 255, 255, .94);
  color: #24425f;
  box-shadow: 0 7px 18px rgba(39, 96, 158, .065);
  transition: border-color .2s, background .2s, box-shadow .2s, transform .2s;
}

.kof-docs > a:hover { background: #fff; border-color: #4d8fdc; box-shadow: 0 12px 26px rgba(39, 96, 158, .13); transform: translateY(-2px); }

.kof-docs > a > .kof-file-icon {
  --kof-file-color: #55708f;
  position: relative;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: #edf3fb;
  color: var(--kof-file-color);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7);
}
.kof-docs > a > .kof-file-icon > svg { width: 28px; height: 31px; }
.kof-file-icon.is-excel { --kof-file-color: #16824a; background: #e7f7ef; }
.kof-file-icon.is-word { --kof-file-color: #1768e5; background: #e8f1ff; }
.kof-file-icon.is-pdf { --kof-file-color: #d74646; background: #fff0f0; }
.kof-file-icon.is-archive { --kof-file-color: #b86c00; background: #fff3df; }
.kof-docs > a > .kof-file-icon > b {
  position: absolute;
  right: 2px;
  bottom: 3px;
  display: block;
  min-width: 18px;
  padding: 3px 4px;
  border: 2px solid #fff;
  border-radius: 5px;
  background: var(--kof-file-color);
  color: #fff;
  box-shadow: 0 2px 5px rgba(20, 49, 86, .16);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .04em;
  text-align: center;
}

.kof-docs > a > div > b,
.kof-docs > a > div > small {
  display: block;
  overflow-wrap: anywhere;
}

.kof-docs > a > div > b { color: #153b62; font-size: 14px; font-weight: 700; line-height: 1.4; }
.kof-docs > a > div > small { margin-top: 6px; color: #637d98; font-size: 11px; line-height: 1.5; }
.kof-docs > a > svg { box-sizing: border-box; width: 34px; height: 34px; padding: 8px; border: 1px solid #c9dcf2; border-radius: 9px; color: #1768e5; background: #eef6ff; transition: color .2s, background .2s; }
.kof-docs > a:hover > svg { color: #fff; background: #1768e5; }

.kof-discover__intro { margin: -8px 0 17px; color: #566b87; font-size: 13px; line-height: 1.55; }
.kof-discover__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.kof-discover__grid > a {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 11px;
  min-width: 0;
  padding: 13px;
  border: 1px solid #dfe8f4;
  border-radius: 13px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: border-color .2s, background .2s, box-shadow .2s, transform .2s;
}
.kof-discover__grid > a:hover { border-color: #bad4f7; background: #f8fbff; box-shadow: 0 10px 24px rgba(32, 78, 143, .08); transform: translateY(-2px); }
.kof-discover__image { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid #dce6f3; border-radius: 12px; background: #f7faff; color: #1768e5; overflow: hidden; }
.kof-discover__image img { width: 100%; height: 100%; object-fit: cover; }
.kof-discover__image svg { width: 23px; height: 23px; }
.kof-discover__body { min-width: 0; padding-right: 4px; }
.kof-discover__body b { display: -webkit-box; color: #16385f; font-size: 13px; font-weight: 650; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.kof-discover__body small { display: block; margin-top: 4px; overflow: hidden; color: #526986; font-size: 10px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.kof-discover__body em { display: block; margin-top: 5px; color: #1768e5; font-size: 11px; font-style: normal; font-weight: 750; }
.kof-discover__reason { grid-column: 1 / -1; width: fit-content; padding: 4px 7px; border-radius: 7px; background: #edf5ff; color: #245fae; font-size: 9px; }
.kof-discover__links { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; padding-top: 14px; border-top: 1px solid #e5ecf5; }
.kof-discover__links a { padding: 7px 9px; border-radius: 8px; background: #f5f8fc; color: #41658e; font-size: 10px; text-decoration: none; }
.kof-discover__links a:hover { color: #1768e5; background: #eaf3ff; }

@media (max-width: 640px) {
  .kof-discover__grid { grid-template-columns: 1fr; }
  .kof-discover__links { display: grid; grid-template-columns: 1fr 1fr; }
  .kof-discover__links a { display: flex; align-items: center; }
}

@media (max-width: 420px) {
  .kof-discover__links { grid-template-columns: 1fr; }
}

.kof-company-head {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: start;
  gap: 15px;
}

.kof-company-logo { width: 68px; height: 68px; border-radius: 14px; font-size: 18px; }
.kof-company-head h3 { margin: 1px 0 6px; color: #102f52; font-size: 18px; font-weight: 720; }
.kof-company-head p { margin: 0; color: #526a84; font-size: 13px; line-height: 1.55; }
.kof-company-badges { margin-top: 9px; }
.kof-company-badges span { display: inline-flex; align-items: center; gap: 5px; min-height: 24px; padding: 4px 8px; border-radius: 7px; background: #edf4fc; color: #365e8b; font-size: 9px; font-weight: 750; text-transform: uppercase; }

.kof-company-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.kof-company-grid > div,
.kof-addresses > div {
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid #e0e9f3;
  border-radius: 9px;
  background: #fafcff;
}

.kof-company-grid small,
.kof-company-grid b,
.kof-addresses small,
.kof-addresses b {
  display: block;
}

.kof-company-grid small,
.kof-addresses small { margin-bottom: 4px; color: #7a8da5; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.kof-company-grid b,
.kof-addresses b { color: #24425f; font-size: 12px; font-weight: 650; line-height: 1.45; overflow-wrap: anywhere; }

.kof-addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}

.kof-addresses > div { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 9px; }
.kof-addresses > div > svg { width: 30px; height: 30px; padding: 6px; border-radius: 8px; background: #edf4fc; color: var(--kof-blue); }

.kof-company-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}

.kof-company-links > a {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid #dce7f3;
  border-radius: 9px;
  background: #f7faff;
  color: #24425f;
}

.kof-company-links > a:hover { border-color: #98bce8; background: #f1f7ff; }
.kof-company-links > a > svg { width: 30px; height: 30px; padding: 6px; border-radius: 8px; background: #e8f2ff; color: var(--kof-blue); }
.kof-company-links span,
.kof-company-links small,
.kof-company-links b { display: block; min-width: 0; }
.kof-company-links small { margin-bottom: 4px; color: #7a8da5; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.kof-company-links b { color: #24425f; font-size: 11px; font-weight: 680; line-height: 1.4; overflow-wrap: anywhere; }

.kof-details {
  margin-top: 13px;
  border: 1px solid #dce7f3;
  border-radius: 11px;
  overflow: hidden;
}

.kof-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 10px 14px;
  background: #f4f8fd;
  color: #315c91;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.kof-details summary::-webkit-details-marker { display: none; }
.kof-details summary svg { transition: transform .2s ease; }
.kof-details[open] summary svg { transform: rotate(180deg); }
.kof-details__body { padding: 13px; }
.kof-details dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0; background: #e3eaf3; }
.kof-details dl > div { display: grid; grid-template-columns: 42% 1fr; gap: 8px; padding: 10px; background: #fff; }
.kof-details dt,
.kof-details dd { margin: 0; font-size: 10.5px; line-height: 1.45; overflow-wrap: anywhere; }
.kof-details dt { color: #718399; }
.kof-details dd { color: #294862; font-weight: 650; }
.kof-okved { margin-top: 14px; }
.kof-okved h3 { margin: 0 0 8px; color: #234563; font-size: 12px; }
.kof-okved p { margin: 5px 0; color: #536c88; font-size: 11px; line-height: 1.5; }
.kof-okved b { color: var(--kof-blue); }

.kof-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  margin-top: 14px;
  padding: 9px 12px;
  border: 1px solid #bfd5f1;
  border-radius: 10px;
  background: linear-gradient(#fff, #f3f8ff);
  color: var(--kof-blue);
  font-size: 12px;
  font-weight: 700;
}

.kof-related,
.kof-news {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.kof-related > a {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-width: 0;
  padding: 10px;
  border: 1px solid #dce7f3;
  border-radius: 11px;
  background: #fbfdff;
}

.kof-related__image { display: grid; place-items: center; width: 70px; height: 70px; border-radius: 10px; background: #edf4fc; color: #7d99b5; overflow: hidden; }
.kof-related__image img { width: 100%; height: 100%; object-fit: cover; }
.kof-related small,
.kof-related b,
.kof-related em { display: block; }
.kof-related small { color: #506a84; font-size: 9.5px; }
.kof-related b { display: -webkit-box; margin-top: 4px; color: #24425f; font-size: 12px; font-weight: 680; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.kof-related em { margin-top: 6px; color: var(--kof-blue); font-size: 11.5px; font-style: normal; font-weight: 750; }
.kof-sidebar .kof-related { grid-template-columns: 1fr; gap: 8px; }
.kof-sidebar .kof-related > a { grid-template-columns: 58px minmax(0, 1fr); gap: 9px; padding: 9px; }
.kof-sidebar .kof-related__image { width: 58px; height: 58px; border-radius: 9px; }
.kof-sidebar .kof-related b { font-size: 11.5px; line-height: 1.35; }
.kof-sidebar .kof-related em { margin-top: 4px; font-size: 11px; }
.kof-related-card .kof-card__header { margin-bottom: 14px; }

.kof-news > a { padding: 13px; border: 1px solid #dce7f3; border-radius: 11px; background: #fbfdff; }
.kof-news small,
.kof-news b,
.kof-news span { display: block; }
.kof-news small { color: var(--kof-blue); font-size: 9.5px; }
.kof-news b { margin-top: 5px; color: #24425f; font-size: 12.5px; line-height: 1.4; }
.kof-news span { display: -webkit-box; margin-top: 5px; color: #667b94; font-size: 11px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.kof-contact-card { text-align: center; background: linear-gradient(160deg, #fff 52%, #f2f7ff); }
.kof-contact-card__icon { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 11px; border-radius: 14px; background: #eaf3ff; color: var(--kof-blue); font-size: 21px; }
.kof-contact-card > small { color: var(--kof-blue); font-size: 9px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.kof-contact-card h2 { margin: 6px 0 9px; color: #102f52; font-size: 18px; font-weight: 720; }
.kof-contact-card p { margin: 0; color: #587189; font-size: 13px; line-height: 1.55; }
.kof-contact-card .kof-primary { margin-top: 16px; }
.kof-contact-methods { display: grid; gap: 7px; margin: 14px 0 0; text-align: left; }
.kof-contact-methods > a { display: grid; grid-template-columns: 32px minmax(0, 1fr); align-items: center; gap: 9px; min-width: 0; padding: 8px 9px; border: 1px solid #dce8f5; border-radius: 10px; background: #f8fbff; color: #315b88; text-decoration: none; }
.kof-contact-methods > a:hover { border-color: #b9d4f2; background: #f1f7ff; }
.kof-contact-methods > a > svg { width: 17px; height: 17px; margin: auto; color: #1768e5; }
.kof-contact-methods span { min-width: 0; }
.kof-contact-methods small,.kof-contact-methods b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.kof-contact-methods small { color: #7890aa; font-size: 9px; font-weight: 650; }
.kof-contact-methods b { margin-top: 2px; color: #244766; font-size: 11px; font-weight: 700; }
.kof-contact-gate { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 14px 0 0; padding: 9px 10px; border: 1px dashed #b9d3ef; border-radius: 10px; background: #f6faff; color: #3269a8; font-size: 10.5px; font-weight: 700; text-decoration: none; }
.kof-contact-gate svg { width: 15px; height: 15px; }

.kof-trust {
  position: relative;
  border-color: #a9dfcc;
  background:
    radial-gradient(circle at 100% 0, rgba(37, 184, 131, .16), transparent 44%),
    linear-gradient(145deg, #f6fffb 0%, #edf9f5 100%);
  box-shadow: 0 14px 34px rgba(20, 112, 82, .12);
}
.kof-trust::after {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #19a875, #2ac596, #74d8b5);
  content: "";
}
.kof-trust__header { display: flex; align-items: center; gap: 12px; }
.kof-trust__icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #14865f, #25bd88);
  box-shadow: 0 8px 18px rgba(20, 134, 95, .24);
}
.kof-trust__icon svg { width: 24px; height: 24px; }
.kof-trust__header small { display: block; margin-bottom: 3px; color: #16825f; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.kof-trust h2 { margin: 0; color: #123f34; font-size: 17px; font-weight: 760; line-height: 1.15; }
.kof-trust__lead { margin: 16px 0 10px; color: #416d61; font-size: 12px; line-height: 1.45; }
.kof-trust ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; counter-reset: trust-step; }
.kof-trust li {
  position: relative;
  display: grid;
  gap: 2px;
  min-height: 54px;
  padding: 10px 10px 10px 43px;
  border: 1px solid rgba(73, 165, 133, .2);
  border-radius: 12px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 4px 12px rgba(26, 101, 76, .045);
  counter-increment: trust-step;
}
.kof-trust li::before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: #1aa575;
  content: counter(trust-step);
  font-size: 11px;
  font-weight: 800;
  transform: translateY(-50%);
}
.kof-trust li b { color: #214e42; font-size: 13px; font-weight: 700; line-height: 1.4; }
.kof-trust li span { color: #607c74; font-size: 11.5px; line-height: 1.45; }
.kof-requisites__header { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.kof-requisites__header > span { display: grid; flex: 0 0 auto; place-items: center; width: 40px; height: 40px; border-radius: 11px; color: #1768e5; background: #edf5ff; box-shadow: inset 0 0 0 1px rgba(23, 104, 229, .08); }
.kof-requisites__header > span svg { width: 20px; height: 20px; }
.kof-requisites__header small { display: block; color: #4e6881; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.kof-requisites__header h2 { margin: 3px 0 0; color: #102f52; font-size: 17px; font-weight: 700; line-height: 1.25; }
.kof-requisites__group + .kof-requisites__group { margin-top: 15px; padding-top: 15px; border-top: 1px solid #e1eaf3; }
.kof-requisites__group h3 { margin: 0 0 8px; color: #315474; font-size: 11px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.kof-requisites__group dl { margin: 0; border: 1px solid #dce7f3; border-radius: 10px; overflow: hidden; }
.kof-requisites__group dl > div { display: grid; grid-template-columns: minmax(84px, 38%) minmax(0, 1fr); border-top: 1px solid #e5edf5; }
.kof-requisites__group dl > div:first-child { border-top: 0; }
.kof-requisites__group dt,
.kof-requisites__group dd { margin: 0; padding: 9px 10px; font-size: 11.5px; line-height: 1.45; overflow-wrap: anywhere; }
.kof-requisites__group dt { color: #4f6981; background: #f8fbfe; }
.kof-requisites__group dd { color: #294862; font-weight: 650; }
.kof-requisites__group hr { height: 1px; margin: 9px 0; border: 0; background: #dce7f3; }
.kof-requisites__empty { display: block; padding: 11px 12px; border: 1px dashed #c9d9e9; border-radius: 9px; color: #506981; background: #fafcff; font-size: 11.5px; }
.kof-data small,
.kof-data b { display: block; }
.kof-data small { color: #4f6881; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.kof-data b { margin-top: 5px; color: #173858; font-size: 18px; font-weight: 680; }
.kof-data dl { display: grid; gap: 6px; margin: 13px 0 0; }
.kof-data dl > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 6px; border-top: 1px solid #e4ecf5; }
.kof-data dt,
.kof-data dd { margin: 0; color: #526b84; font-size: 11px; line-height: 1.4; }
.kof-data dd { color: #294862; font-weight: 680; }
.kof-data p { margin: 9px 0 0; color: #526b84; font-size: 12px; line-height: 1.55; }

.kof-lightbox { position: fixed; z-index: 10030; inset: 0; display: grid; grid-template-columns: 64px minmax(0, 1fr) 64px; place-items: center; padding: 30px 24px 76px; background: rgba(5, 19, 37, .9); backdrop-filter: blur(10px); }
.kof-lightbox[hidden] { display: none; }
.kof-lightbox__stage { display: grid; place-items: center; width: 100%; height: 100%; overflow: auto; overscroll-behavior: contain; scrollbar-width: thin; }
.kof-lightbox img { max-width: 100%; max-height: calc(100vh - 120px); border-radius: 12px; object-fit: contain; cursor: zoom-in; transform: scale(var(--kof-image-zoom, 1)); transform-origin: center; transition: transform .18s ease; box-shadow: 0 22px 70px rgba(0, 0, 0, .35); }
.kof-lightbox.is-zoomed img { cursor: zoom-out; }
.kof-lightbox button { display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; background: rgba(255, 255, 255, .12); color: #fff; cursor: pointer; transition: background .18s ease, transform .18s ease, opacity .18s ease; }
.kof-lightbox button:hover { background: rgba(255, 255, 255, .22); transform: scale(1.05); }
.kof-lightbox button[hidden] { display: none; }
.kof-lightbox button:disabled { opacity: .32; cursor: default; transform: none; }
.kof-lightbox__close { position: absolute; top: 18px; right: 18px; }
.kof-lightbox__toolbar { position: absolute; bottom: 18px; left: 50%; display: flex; align-items: center; gap: 8px; min-height: 46px; padding: 5px 7px 5px 16px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; background: rgba(11, 31, 55, .72); color: #fff; transform: translateX(-50%); backdrop-filter: blur(8px); }
.kof-lightbox__toolbar span { min-width: 42px; font-size: 12px; text-align: center; }
.kof-lightbox__toolbar button { width: 44px; height: 44px; }
.kof-lightbox__toolbar svg { width: 18px; height: 18px; }

.kof-page :where(a, button, summary):focus-visible {
  outline: 3px solid rgba(23, 105, 210, .2);
  outline-offset: 2px;
}

@media (max-width: 1100px) {
  .kof-hero { grid-template-columns: minmax(0, 1fr) 320px; }
  .kof-hero__brief { grid-template-columns: 235px minmax(0, 1fr); padding: 25px; gap: 22px; }
  .kof-layout { grid-template-columns: minmax(0, 1fr) 310px; }
}

@media (max-width: 920px) {
  .kof-layout { grid-template-columns: 1fr; }
  .kof-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kof-ad--square { display: none; }
}

@media (max-width: 860px) {
  .kof-hero { grid-template-columns: 1fr; }
  .kof-price-card { margin: 0 12px 12px; }
  .kof-snapshot { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .kof-snapshot > div:nth-child(4) { border-left: 0; }
  .kof-snapshot > div:nth-child(n + 4) { border-top: 1px solid #e4ecf5; }
}

@media (max-width: 760px) {
  .kof-logo-zoom { display: none; }
}

@media (max-width: 640px) {
  .kof-page { padding: 10px 0 48px; }
  .kof-breadcrumbs { flex-wrap: nowrap; width: 100%; height: 38px; margin-bottom: 12px; padding: 8px 10px; gap: 5px 7px; font-size: 12px; overflow: hidden; }
  .kof-breadcrumbs > a:nth-of-type(3),
  .kof-breadcrumbs > a:nth-of-type(3) + span { display: none; }
  .kof-breadcrumbs > span:last-child { min-width: 0; max-width: none; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
  .kof-hero { border-radius: 14px; }
  .kof-hero__brief { grid-template-columns: 96px minmax(0, 1fr); align-items: start; gap: 12px; padding: 16px 14px; }
  .kof-hero__content { display: contents; }
  .kof-badges,
  .kof-hero h1,
  .kof-hero__lead { grid-column: 2; }
  .kof-gallery__main { border-radius: 11px; }
  .kof-thumbs-wrap { display: none; }
  .kof-zoom { right: 6px; bottom: 6px; width: 44px; height: 44px; border-radius: 10px; }
  .kof-gallery-nav { width: 44px; height: 44px; opacity: 1; }
  .kof-gallery-nav.is-prev { left: 5px; }
  .kof-gallery-nav.is-next { right: 5px; }
  .kof-badges { gap: 5px; }
  .kof-badge { min-height: 25px; padding: 4px 7px; border-radius: 7px; font-size: 9.5px; }
  .kof-badge.is-soft { display: none; }
  .kof-hero h1 { margin-top: 10px; font-size: 22px; line-height: 1.2; letter-spacing: -.018em; }
  .kof-hero__lead { margin-top: 11px; font-size: 13px; line-height: 1.55; }
  .kof-supplier-line,
  .kof-meta { grid-column: 1 / -1; width: 100%; }
  .kof-supplier-line { margin-top: 14px; }
  .kof-meta { gap: 7px 12px; margin-top: 13px; font-size: 11px; }
  .kof-price-card { padding: 17px; }
  .kof-price { font-size: 29px; }
  .kof-snapshot { grid-template-columns: 1fr 1fr; border-radius: 14px; }
  .kof-snapshot > div { padding: 13px 11px; }
  .kof-snapshot > div:nth-child(odd) { border-left: 0; }
  .kof-snapshot > div:nth-child(n + 3) { border-top: 1px solid #e4ecf5; }
  .kof-snapshot > div:last-child { grid-column: 1 / -1; }
  .kof-snapshot span { font-size: 9.5px; }
  .kof-snapshot b { font-size: 13px; }
  .kof-ad--wide,
  .kof-ad--mid { min-height: 78px; padding: 8px; border-radius: 12px; }
  .kof-ad--wide .kp-ad-slot,
  .kof-ad--mid .kp-ad-slot { min-height: 0 !important; height: auto !important; margin: 0 !important; padding: 0 !important; }
  .kof-ad--wide .kp-ad-frame,
  .kof-ad--mid .kp-ad-frame { min-height: 0 !important; max-height: 62px; }
  .kof-ad--wide .kp-ad-frame img,
  .kof-ad--mid .kp-ad-frame img { width: auto !important; max-width: 100% !important; max-height: 62px !important; object-fit: contain; }
  .kof-tabs { top: 6px; margin: 12px 0; }
  .kof-content,
  .kof-sidebar { gap: 14px; }
  .kof-sidebar { grid-template-columns: 1fr; }
  .kof-card { padding: 15px; border-radius: 14px; }
  .kof-card__header { grid-template-columns: 34px minmax(0, 1fr) auto; gap: 9px; margin-bottom: 15px; }
  .kof-card__header > span { width: 34px; height: 34px; border-radius: 9px; }
  .kof-card__header > span svg { width: 18px; height: 18px; }
  .kof-card__header h2 { font-size: 18px; }
  .kof-richtext { font-size: 13px; line-height: 1.6; }
  .kof-detail-copy { font-size: 13px; line-height: 1.6; }
  .kof-param-groups,
  .kof-docs,
  .kof-related,
  .kof-news { grid-template-columns: 1fr; }
  .kof-company-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kof-addresses,
  .kof-company-links,
  .kof-details dl { grid-template-columns: 1fr; }
  .kof-lightbox { grid-template-columns: 42px minmax(0, 1fr) 42px; padding: 58px 8px 74px; }
  .kof-lightbox button { width: 38px; height: 38px; }
  .kof-lightbox__toolbar { bottom: 12px; }
  .kof-lightbox__toolbar button { width: 44px; height: 44px; }
}

@media (max-width: 430px) {
  .kof-hero__brief { grid-template-columns: 84px minmax(0, 1fr); padding: 14px 12px; }
  .kof-hero h1 { font-size: 20px; }
  .kof-hero__lead { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
  .kof-param-group dl > div { grid-template-columns: 1fr; }
  .kof-param-group dt { padding-bottom: 4px; }
  .kof-param-group dd { padding-top: 5px; }
  .kof-company-head { grid-template-columns: 58px minmax(0, 1fr); gap: 11px; }
  .kof-company-logo { width: 58px; height: 58px; }
  .kof-company-grid { grid-template-columns: 1fr; }
  .kof-details dl > div { grid-template-columns: 1fr; }
  .kof-related > a { grid-template-columns: 58px minmax(0, 1fr); }
  .kof-related__image { width: 58px; height: 58px; }
}

@supports (content-visibility: auto) {
  .kof-layout .kof-card,
  .kof-layout .kof-ad {
    content-visibility: auto;
    contain-intrinsic-size: auto 560px;
  }
}
