@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg:var(--draft-bg, #FFFFFF);
  --bg-is-light:var(--draft-bg-is-light, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light:var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade:var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light:var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade:var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark:var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg:var(--draft-color-btn-bg, #E83832);
  --color-btn-bg-is-dark:var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade:var(--draft-color-btn-bg-minor-shade, #eb4f4a);
  --color-btn-bg-minor-shade-is-dark:var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade:var(--draft-color-btn-bg-major-shade, #ee6863);
  --color-btn-bg-major-shade-is-dark:var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade:var(--draft-color-btn-bg-half-shade, #f6b1af);
  --color-btn-bg-half-shade-is-light:var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text:var(--draft-color-accent-text, #E83832);
  --color-accent-text-is-dark:var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade:var(--draft-color-accent-text-minor-shade, #eb4f4a);
  --color-accent-text-minor-shade-is-dark:var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade:var(--draft-color-accent-text-major-shade, #ee6863);
  --color-accent-text-major-shade-is-dark:var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade:var(--draft-color-accent-text-half-shade, #f6b1af);
  --color-accent-text-half-shade-is-light:var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark:var(--draft-color-text-dark, #101217);
  --color-text-dark-is-dark:var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade:var(--draft-color-text-dark-minor-shade, #242834);
  --color-text-dark-minor-shade-is-dark:var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade:var(--draft-color-text-dark-major-shade, #373e4f);
  --color-text-dark-major-shade-is-dark:var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade:var(--draft-color-text-dark-half-shade, #75819f);
  --color-text-dark-half-shade-is-dark:var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light:var(--draft-color-text-light, #FFFFFF);
  --color-text-light-is-light:var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade:var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light:var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade:var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light:var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade:var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark:var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack:var(--draft-icons_pack, minimal);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 10px);
  --color-notice-warning:var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light:var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade:var(--draft-color-notice-warning-minor-shade, #fff0be);
  --color-notice-warning-minor-shade-is-light:var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade:var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light:var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade:var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark:var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success:var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light:var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade:var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light:var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade:var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light:var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade:var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark:var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error:var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light:var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade:var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light:var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade:var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light:var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade:var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark:var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info:var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light:var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade:var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light:var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade:var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light:var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade:var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark:var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family:var(--draft-font-family, Manrope);
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, Manrope);
  --heading-ratio:var(--draft-heading-ratio, 1.75);
  --heading-weight:var(--draft-heading-weight, 800);
  --collection_count:var(--draft-collection_count, 24);
  --search_count:var(--draft-search_count, 24);
  --blog_size:var(--draft-blog_size, 8);
  --product_not_available:var(--draft-product_not_available, shown);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar:var(--draft-delta_sidebar, 1);
  --type_sidebar:var(--draft-type_sidebar, sticky);
  --sidebar_index_show:var(--draft-sidebar_index_show, false);
  --sidebar_index_position:var(--draft-sidebar_index_position, left);
  --sidebar_collection_show:var(--draft-sidebar_collection_show, false);
  --sidebar_collection_position:var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show:var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position:var(--draft-sidebar_cart_position, left);
  --sidebar_product_show:var(--draft-sidebar_product_show, false);
  --sidebar_product_position:var(--draft-sidebar_product_position, left);
  --sidebar_blog_show:var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position:var(--draft-sidebar_blog_position, left);
  --sidebar_article_show:var(--draft-sidebar_article_show, false);
  --sidebar_article_position:var(--draft-sidebar_article_position, left);
  --sidebar_page_show:var(--draft-sidebar_page_show, false);
  --sidebar_page_position:var(--draft-sidebar_page_position, left);
  --sidebar_compare_show:var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position:var(--draft-sidebar_compare_position, left);
  --sidebar_search_show:var(--draft-sidebar_search_show, false);
  --sidebar_search_position:var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled:var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled:var(--draft-favorite_enabled, true);
  --compare_enabled:var(--draft-compare_enabled, false);
  --km_contacts_show_page_content:var(--draft-km_contacts_show_page_content, false); }

/* line 4, theme.scss */
:root {
  --km-ink: #101217;
  --km-ink-soft: #191d24;
  --km-paper: #ffffff;
  --km-surface: #f4f6f8;
  --km-line: #dfe3e8;
  --km-muted: #68717d;
  --km-red: #e83832;
  --km-red-dark: #c62520;
  --km-green: #619883;
  --km-radius-sm: 12px;
  --km-radius-md: 18px;
  --km-radius-lg: 28px;
  --km-shadow: 0 20px 50px rgba(10, 12, 16, 0.1); }

/* line 20, theme.scss */
html {
  scroll-behavior: smooth; }

/* line 24, theme.scss */
body {
  background: var(--km-paper);
  color: var(--km-ink);
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

/* line 32, theme.scss */
body,
button,
input,
select,
textarea {
  font-family: var(--font-family), "Manrope", "Arial", sans-serif; }

/* line 40, theme.scss */
img,
svg {
  max-width: 100%; }

/* line 45, theme.scss */
button,
a {
  -webkit-tap-highlight-color: transparent; }

/* line 50, theme.scss */
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(232, 56, 50, 0.35);
  outline-offset: 3px; }

/* line 58, theme.scss */
.km-shell {
  width: min(calc(100% - 48px), 1408px);
  margin-inline: auto; }

/* line 63, theme.scss */
.km-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

/* line 75, theme.scss */
.km-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--km-red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase; }

/* line 85, theme.scss */
.km-kicker--light {
  color: #ff7771; }

/* line 89, theme.scss */
.km-section {
  padding: clamp(68px, 8vw, 112px) 0; }

/* line 93, theme.scss */
.km-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: clamp(30px, 4vw, 52px); }

/* line 101, theme.scss */
.km-section__head h2,
.km-trust h2,
.km-faq h2,
.km-contact-band h2 {
  max-width: 880px;
  margin: 0;
  color: var(--km-ink);
  font-size: clamp(2rem, 4vw, 3.9rem);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.04em; }

/* line 114, theme.scss */
.km-section__head p,
.km-faq__intro p {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--km-muted);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.65; }

/* line 123, theme.scss */
.km-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: var(--km-ink);
  font-weight: 750;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease; }

/* line 134, theme.scss */
.km-text-link:hover {
  gap: 14px;
  color: var(--km-red); }

/* line 139, theme.scss */
.km-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease; }

/* line 156, theme.scss */
.km-btn:hover {
  transform: translateY(-2px); }

/* line 160, theme.scss */
.km-btn--primary {
  background: var(--km-red);
  color: #fff;
  box-shadow: 0 14px 30px rgba(232, 56, 50, 0.25); }

/* line 166, theme.scss */
.km-btn--primary:hover {
  background: var(--km-red-dark);
  color: #fff;
  box-shadow: 0 16px 36px rgba(232, 56, 50, 0.32); }

/* line 172, theme.scss */
.km-btn--secondary {
  border-color: var(--km-line);
  background: #fff;
  color: var(--km-ink); }

/* line 178, theme.scss */
.km-btn--secondary:hover {
  border-color: var(--km-ink);
  color: var(--km-ink); }

/* line 183, theme.scss */
.km-btn--glass {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
  backdrop-filter: blur(12px); }

/* line 190, theme.scss */
.km-btn--glass:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.18);
  color: #fff; }

/* line 196, theme.scss */
.km-btn--outline-light {
  border-color: rgba(255, 255, 255, 0.28);
  background: transparent;
  color: #fff; }

/* line 202, theme.scss */
.km-btn--outline-light:hover {
  border-color: #fff;
  color: #fff; }

/* Шапка Fine: сохраняем штатный системный виджет и визуальный редактор. */
/* line 208, theme.scss */
.widget-type_system_widget_v4_header_4 {
  position: relative;
  z-index: 80; }

/* line 213, theme.scss */
.widget-type_system_widget_v4_header_4 .header-part-top,
.widget-type_system_widget_v4_header_4 .header-part-top__inner {
  background: #08090b !important;
  color: rgba(255, 255, 255, 0.78) !important; }

/* line 219, theme.scss */
.widget-type_system_widget_v4_header_4 .header-part-top__inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08); }

/* line 223, theme.scss */
.widget-type_system_widget_v4_header_4 .header-part-main,
.widget-type_system_widget_v4_header_4 .header-part-main__inner {
  background: var(--km-ink) !important;
  color: #fff !important; }

/* line 229, theme.scss */
.widget-type_system_widget_v4_header_4 .header-part-main__inner {
  border-bottom: 0 !important;
  column-gap: clamp(14px, 2vw, 30px); }

/* line 234, theme.scss */
.widget-type_system_widget_v4_header_4 .header__menu-link,
.widget-type_system_widget_v4_header_4 .header__phone a,
.widget-type_system_widget_v4_header_4 .header__control-btn,
.widget-type_system_widget_v4_header_4 .header__control-text,
.widget-type_system_widget_v4_header_4 .header__logo .default-logo__text {
  color: #fff !important; }

/* line 242, theme.scss */
.widget-type_system_widget_v4_header_4 .header__menu-link {
  color: rgba(255, 255, 255, 0.76) !important; }

/* line 246, theme.scss */
.widget-type_system_widget_v4_header_4 .header__menu-link:hover,
.widget-type_system_widget_v4_header_4 .header__menu-link.is-current {
  color: #fff !important; }

/* line 251, theme.scss */
.widget-type_system_widget_v4_header_4 .header__logo img {
  max-height: 60px;
  object-fit: contain; }

/* line 256, theme.scss */
.widget-type_system_widget_v4_header_4 .header-part-top a[href="/collection/all"] {
  display: none !important; }

/* line 260, theme.scss */
.widget-type_system_widget_v4_header_4 .header__logo .default-logo,
.widget-type_system_widget_v4_header_4 .header-mobile-panel__logo .default-logo {
  display: block;
  width: min(180px, 100%);
  min-height: 62px;
  overflow: hidden;
  background: url("km-logo.png") no-repeat center/contain;
  color: transparent !important;
  font-size: 0 !important; }

/* line 271, theme.scss */
.widget-type_system_widget_v4_header_4 .header__show-collection-btn {
  min-height: 48px;
  border-color: var(--km-red) !important;
  background: var(--km-red) !important;
  color: #fff !important;
  border-radius: 10px !important; }

/* line 279, theme.scss */
.widget-type_system_widget_v4_header_4 .header__show-collection-btn:hover {
  border-color: var(--km-red-dark) !important;
  background: var(--km-red-dark) !important; }

/* line 284, theme.scss */
.widget-type_system_widget_v4_header_4 .header__search-form {
  overflow: visible;
  border-radius: 12px;
  background: #fff; }

/* line 290, theme.scss */
.widget-type_system_widget_v4_header_4 .header .form-control.header__search-field {
  min-height: 48px;
  border-color: #fff !important;
  border-radius: 12px 0 0 12px !important;
  background: #fff !important;
  color: var(--km-ink) !important; }

/* line 298, theme.scss */
.widget-type_system_widget_v4_header_4 .header__search-btn {
  width: 54px;
  min-height: 48px;
  border-color: #fff !important;
  border-radius: 0 12px 12px 0 !important;
  background: #fff !important;
  color: var(--km-red) !important; }

/* line 307, theme.scss */
.widget-type_system_widget_v4_header_4 .header__control-bage {
  background: var(--km-red) !important;
  color: #fff !important; }

/* line 312, theme.scss */
.widget-type_system_widget_v4_header_4 .header__collections-content {
  border-radius: 0 0 22px 22px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22); }

/* line 317, theme.scss */
.widget-type_system_widget_v4_header_4 .header__collections-head,
.widget-type_system_widget_v4_header_4 .header__collections-link {
  font-weight: 650; }

/* Первый экран */
/* line 323, theme.scss */
.km-hero {
  position: relative;
  min-height: clamp(610px, 70vh, 760px);
  overflow: hidden;
  isolation: isolate;
  background: var(--km-ink);
  color: #fff; }

/* line 332, theme.scss */
.km-hero__media,
.km-hero__media img,
.km-hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%; }

/* line 341, theme.scss */
.km-hero__media {
  z-index: -3; }

/* line 345, theme.scss */
.km-hero__media img {
  object-fit: cover;
  object-position: center;
  transform: scale(1.015); }

/* line 351, theme.scss */
.km-hero__veil {
  z-index: -2;
  background: linear-gradient(90deg, rgba(8, 10, 13, 0.96) 0%, rgba(8, 10, 13, 0.83) 38%, rgba(8, 10, 13, 0.18) 76%, rgba(8, 10, 13, 0.12) 100%), linear-gradient(0deg, rgba(8, 10, 13, 0.44) 0%, transparent 48%); }

/* line 358, theme.scss */
.km-hero::after {
  position: absolute;
  right: -170px;
  bottom: -240px;
  z-index: -1;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.025), 0 0 0 160px rgba(255, 255, 255, 0.018);
  content: ""; }

/* line 373, theme.scss */
.km-hero__content {
  display: flex;
  min-height: inherit;
  align-items: center;
  padding-block: clamp(52px, 6vw, 78px); }

/* line 380, theme.scss */
.km-hero__copy {
  width: min(780px, 72%); }

/* line 384, theme.scss */
.km-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(10, 12, 15, 0.34);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px); }

/* line 401, theme.scss */
.km-eyebrow__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--km-red);
  box-shadow: 0 0 0 5px rgba(232, 56, 50, 0.18); }

/* line 409, theme.scss */
.km-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.8rem, 5.8vw, 6rem);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance; }

/* line 419, theme.scss */
.km-hero__title span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.61em;
  font-weight: 650;
  letter-spacing: -0.035em; }

/* line 428, theme.scss */
.km-hero__lead {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
  line-height: 1.58; }

/* line 436, theme.scss */
.km-search {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  max-width: 760px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.28); }

/* line 449, theme.scss */
.km-search__icon {
  display: grid;
  padding-left: 18px;
  color: var(--km-muted);
  place-items: center; }

/* line 456, theme.scss */
.km-search input {
  width: 100%;
  min-width: 0;
  min-height: 64px;
  padding: 0 16px;
  border: 0;
  outline: 0;
  background: #fff;
  color: var(--km-ink);
  font-size: 1rem; }

/* line 468, theme.scss */
.km-search input::placeholder {
  color: #89919b; }

/* line 472, theme.scss */
.km-search button {
  align-self: stretch;
  min-width: 174px;
  border: 0;
  background: var(--km-red);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 0.2s ease; }

/* line 483, theme.scss */
.km-search button:hover {
  background: var(--km-red-dark); }

/* line 487, theme.scss */
.km-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px; }

/* line 494, theme.scss */
.km-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin: 30px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
  list-style: none; }

/* line 505, theme.scss */
.km-hero__facts li {
  position: relative;
  padding-left: 19px; }

/* line 510, theme.scss */
.km-hero__facts li::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--km-green);
  content: ""; }

/* Строка быстрых преимуществ */
/* line 522, theme.scss */
.km-quick {
  border-bottom: 1px solid var(--km-line);
  background: #fff; }

/* line 527, theme.scss */
.km-quick__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }

/* line 532, theme.scss */
.km-quick__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 30px clamp(18px, 3vw, 42px);
  border-right: 1px solid var(--km-line); }

/* line 540, theme.scss */
.km-quick__item:first-child {
  padding-left: 0; }

/* line 544, theme.scss */
.km-quick__item:last-child {
  padding-right: 0;
  border-right: 0; }

/* line 549, theme.scss */
.km-quick__number {
  color: var(--km-red);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em; }

/* line 556, theme.scss */
.km-quick__item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--km-ink);
  font-size: 1rem; }

/* line 563, theme.scss */
.km-quick__item p {
  margin: 0;
  color: var(--km-muted);
  font-size: 0.88rem;
  line-height: 1.5; }

/* Категории по автомобилю */
/* line 571, theme.scss */
.km-vehicle {
  background: radial-gradient(circle at 80% 0%, rgba(97, 152, 131, 0.1), rgba(0, 0, 0, 0) 32%), var(--km-surface); }

/* line 577, theme.scss */
.km-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px; }

/* line 583, theme.scss */
.km-brand-card {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 86px;
  padding: 16px 18px;
  border: 1px solid rgba(16, 18, 23, 0.1);
  border-radius: var(--km-radius-sm);
  background: rgba(255, 255, 255, 0.88);
  color: var(--km-ink);
  text-decoration: none;
  box-shadow: 0 8px 26px rgba(16, 18, 23, 0.035);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease; }

/* line 599, theme.scss */
.km-brand-card:hover {
  border-color: rgba(232, 56, 50, 0.55);
  color: var(--km-ink);
  box-shadow: 0 14px 32px rgba(16, 18, 23, 0.09);
  transform: translateY(-3px); }

/* line 606, theme.scss */
.km-brand-card__mark {
  display: grid;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--km-ink);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 850;
  place-items: center;
  transition: background-color 0.22s ease; }

/* line 619, theme.scss */
.km-brand-card:hover .km-brand-card__mark {
  background: var(--km-red); }

/* line 623, theme.scss */
.km-brand-card__name {
  overflow: hidden;
  font-weight: 780;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 630, theme.scss */
.km-brand-card__arrow {
  color: #9aa1aa;
  font-size: 1.15rem; }

/* Штатные виджеты товаров */
/* line 636, theme.scss */
.km-system-widgets {
  padding-block: 8px; }

/* line 640, theme.scss */
.km-system-widgets > .layout {
  border-bottom: 1px solid var(--km-line); }

/* line 644, theme.scss */
.km-system-widgets > .layout:last-child {
  border-bottom: 0; }

/* line 648, theme.scss */
.km-system-widgets .special-products__title,
.km-system-widgets .viewed-products__title,
.km-system-widgets .article-previews__title {
  color: var(--km-ink);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.035em; }

/* line 657, theme.scss */
.product-preview {
  height: 100%;
  padding: 14px;
  border: 1px solid var(--km-line);
  border-radius: 16px;
  background: #fff;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease; }

/* line 666, theme.scss */
.product-preview:hover {
  border-color: rgba(16, 18, 23, 0.2);
  box-shadow: 0 18px 42px rgba(16, 18, 23, 0.1);
  transform: translateY(-4px); }

/* line 672, theme.scss */
.product-preview__photo {
  overflow: hidden;
  border-radius: 11px;
  background: #f7f8fa; }

/* line 678, theme.scss */
.product-preview__photo img {
  transition: transform 0.35s ease; }

/* line 682, theme.scss */
.product-preview:hover .product-preview__photo img {
  transform: scale(1.035); }

/* line 686, theme.scss */
.product-preview__title {
  min-height: 3.15em;
  margin-top: 14px;
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.45;
  text-transform: none; }

/* line 695, theme.scss */
.product-preview__title a {
  color: var(--km-ink); }

/* line 699, theme.scss */
.product-preview__price-cur {
  color: var(--km-ink);
  font-size: 1.25rem;
  font-weight: 850; }

/* line 705, theme.scss */
.product-preview__price-old {
  color: #9aa1aa; }

/* line 709, theme.scss */
.product-preview .button,
.product-preview button {
  border-radius: 10px; }

/* line 714, theme.scss */
.product-preview__available {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(97, 152, 131, 0.12);
  color: #3e725f;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1; }

/* line 729, theme.scss */
.product-preview__available::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--km-green);
  content: ""; }

/* line 737, theme.scss */
.product-preview .add-cart-counter__btn {
  width: auto !important;
  min-width: 44px;
  gap: 7px;
  padding-inline: 12px !important; }

/* line 744, theme.scss */
.km-cart-button-label {
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap; }

/* line 750, theme.scss */
.sticker {
  border-radius: 8px;
  font-weight: 750; }

/* Блок доверия */
/* line 756, theme.scss */
.km-trust {
  overflow: hidden;
  background: radial-gradient(circle at 88% 14%, rgba(232, 56, 50, 0.16), rgba(0, 0, 0, 0) 34%), var(--km-ink);
  color: #fff; }

/* line 764, theme.scss */
.km-trust__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center; }

/* line 771, theme.scss */
.km-trust h2 {
  color: #fff; }

/* line 775, theme.scss */
.km-trust__copy > p {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  line-height: 1.7; }

/* line 783, theme.scss */
.km-trust__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px; }

/* line 790, theme.scss */
.km-trust__list {
  margin: 0; }

/* line 794, theme.scss */
.km-trust__list > div {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

/* line 799, theme.scss */
.km-trust__list > div:first-child {
  padding-top: 0; }

/* line 803, theme.scss */
.km-trust__list > div:last-child {
  padding-bottom: 0;
  border-bottom: 0; }

/* line 808, theme.scss */
.km-trust__list dt {
  margin-bottom: 7px;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 800; }

/* line 815, theme.scss */
.km-trust__list dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.55; }

/* Шаги */
/* line 822, theme.scss */
.km-steps {
  background: #fff; }

/* line 826, theme.scss */
.km-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  counter-reset: steps;
  list-style: none; }

/* line 835, theme.scss */
.km-steps__grid li {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--km-line);
  border-right: 0; }

/* line 842, theme.scss */
.km-steps__grid li:first-child {
  border-radius: 18px 0 0 18px; }

/* line 846, theme.scss */
.km-steps__grid li:last-child {
  border-right: 1px solid var(--km-line);
  border-radius: 0 18px 18px 0; }

/* line 851, theme.scss */
.km-steps__grid li > span {
  display: inline-block;
  margin-bottom: 64px;
  color: var(--km-red);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em; }

/* line 860, theme.scss */
.km-steps__grid strong {
  display: block;
  color: var(--km-ink);
  font-size: 1.15rem;
  font-weight: 800; }

/* line 867, theme.scss */
.km-steps__grid p {
  margin: 12px 0 0;
  color: var(--km-muted);
  font-size: 0.94rem;
  line-height: 1.6; }

/* FAQ */
/* line 875, theme.scss */
.km-faq {
  background: var(--km-surface); }

/* line 879, theme.scss */
.km-faq__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 120px); }

/* line 885, theme.scss */
.km-faq__intro {
  align-self: start;
  position: sticky;
  top: 24px; }

/* line 891, theme.scss */
.km-faq__intro .km-text-link {
  margin-top: 24px; }

/* line 895, theme.scss */
.km-faq__items details {
  border-bottom: 1px solid #cfd4da; }

/* line 899, theme.scss */
.km-faq__items details:first-child {
  border-top: 1px solid #cfd4da; }

/* line 903, theme.scss */
.km-faq__items summary {
  position: relative;
  padding: 25px 52px 25px 0;
  color: var(--km-ink);
  font-size: clamp(1.02rem, 1.4vw, 1.15rem);
  font-weight: 750;
  list-style: none;
  cursor: pointer; }

/* line 913, theme.scss */
.km-faq__items summary::-webkit-details-marker {
  display: none; }

/* line 917, theme.scss */
.km-faq__items summary::before,
.km-faq__items summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 18px;
  height: 2px;
  background: var(--km-ink);
  content: "";
  transition: transform 0.2s ease; }

/* line 929, theme.scss */
.km-faq__items summary::after {
  transform: rotate(90deg); }

/* line 933, theme.scss */
.km-faq__items details[open] summary::after {
  transform: rotate(0); }

/* line 937, theme.scss */
.km-faq__items details > div {
  max-width: 780px;
  padding: 0 52px 25px 0;
  color: var(--km-muted);
  line-height: 1.7; }

/* Финальный контактный блок */
/* line 945, theme.scss */
.km-contact-band {
  padding: clamp(48px, 6vw, 78px) 0;
  background: #fff; }

/* line 950, theme.scss */
.km-contact-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(28px, 5vw, 62px);
  border-radius: var(--km-radius-lg);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.08)), var(--km-ink);
  color: #fff; }

/* line 963, theme.scss */
.km-contact-band h2 {
  max-width: 720px;
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 3.3rem); }

/* line 969, theme.scss */
.km-contact-band p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.65); }

/* line 974, theme.scss */
.km-contact-band__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  flex: 0 0 auto; }

/* line 982, theme.scss */
.km-contact-band__phone {
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 850;
  text-decoration: none; }

/* line 989, theme.scss */
.km-contact-band__phone:hover {
  color: #fff; }

/* Карточка товара */
/* line 994, theme.scss */
.km-product-help {
  padding: 18px 0 30px; }

/* line 998, theme.scss */
.km-product-help__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(97, 152, 131, 0.34);
  border-radius: 18px;
  background: rgba(97, 152, 131, 0.08); }

/* line 1009, theme.scss */
.km-product-help__icon {
  display: grid;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--km-green);
  color: #fff;
  place-items: center; }

/* line 1019, theme.scss */
.km-product-help__copy strong {
  display: block;
  color: var(--km-ink);
  font-size: 1.08rem;
  font-weight: 800; }

/* line 1026, theme.scss */
.km-product-help__copy p {
  margin: 5px 0 0;
  color: var(--km-muted);
  line-height: 1.5; }

/* line 1032, theme.scss */
.km-product-help__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 13px; }

/* line 1039, theme.scss */
.km-product-help__meta span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 9px;
  border: 1px solid rgba(16, 18, 23, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #4c5560;
  font-size: 0.78rem;
  font-weight: 700; }

/* line 1052, theme.scss */
.km-product-help__meta .is-available {
  border-color: rgba(97, 152, 131, 0.38);
  color: #356653; }

/* line 1057, theme.scss */
.km-product-help__meta .is-order {
  border-color: rgba(232, 56, 50, 0.28);
  color: var(--km-red-dark); }

/* line 1062, theme.scss */
.km-product-help__actions {
  display: flex;
  gap: 10px; }

/* line 1067, theme.scss */
[data-theme-template*="product"] .product__area-photo,
[data-theme-template*="product"] .product__area-form {
  border-radius: 18px; }

/* line 1072, theme.scss */
[data-theme-template*="product"] .product__title {
  color: var(--km-ink);
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-transform: none; }

/* line 1081, theme.scss */
[data-theme-template*="product"] .product__price {
  color: var(--km-ink);
  font-weight: 850; }

/* Каталог, поиск и информационные страницы */
/* line 1087, theme.scss */
[data-theme-template*="collection"] .page_layout,
[data-theme-template*="search"] .page_layout {
  background: var(--km-surface); }

/* line 1092, theme.scss */
.catalog-list .product-preview,
.search-list .product-preview {
  background: #fff; }

/* line 1097, theme.scss */
.sidebar-filter,
[data-sidebar] {
  border-radius: 16px; }

/* line 1102, theme.scss */
.breadcrumb,
.breadcrumbs {
  color: var(--km-muted);
  font-size: 0.88rem; }

/* line 1108, theme.scss */
.page-content,
.collection-description {
  color: #3d444d;
  line-height: 1.75; }

/* line 1114, theme.scss */
.page-content h2,
.page-content h3,
.collection-description h2,
.collection-description h3 {
  color: var(--km-ink);
  font-weight: 800;
  letter-spacing: -0.025em; }

/* line 1123, theme.scss */
.product__rating[hidden] {
  display: none !important; }

/* line 1127, theme.scss */
footer a[href="/blogs/blog"],
footer a[href*="/blogs/blog"] {
  display: none !important; }

/* Информационные страницы */
/* line 1133, theme.scss */
.km-info-hero {
  padding: clamp(72px, 8vw, 116px) 0;
  overflow: hidden;
  background: radial-gradient(circle at 86% 12%, rgba(232, 56, 50, 0.22), rgba(0, 0, 0, 0) 28%), var(--km-ink);
  color: #fff; }

/* line 1142, theme.scss */
.km-info-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.7fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: end; }

/* line 1149, theme.scss */
.km-info-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance; }

/* line 1160, theme.scss */
.km-info-hero p {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7; }

/* line 1167, theme.scss */
.km-info-section {
  padding: clamp(64px, 8vw, 110px) 0; }

/* line 1171, theme.scss */
.km-info-section--soft {
  background: var(--km-surface); }

/* line 1175, theme.scss */
.km-info-values,
.km-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px; }

/* line 1182, theme.scss */
.km-info-values article,
.km-service-grid article,
.km-contact-card {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--km-line);
  border-radius: var(--km-radius-md);
  background: #fff; }

/* line 1191, theme.scss */
.km-info-values article > span,
.km-service-grid__number {
  color: var(--km-red);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em; }

/* line 1199, theme.scss */
.km-info-values h2,
.km-service-grid h2 {
  margin: 40px 0 12px;
  color: var(--km-ink);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -0.03em; }

/* line 1208, theme.scss */
.km-info-values p,
.km-service-grid p {
  margin: 0;
  color: var(--km-muted);
  line-height: 1.65; }

/* line 1215, theme.scss */
.km-info-story {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(42px, 9vw, 140px); }

/* line 1221, theme.scss */
.km-info-story h2 {
  max-width: 620px;
  margin: 0;
  color: var(--km-ink);
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 820;
  line-height: 1.04;
  letter-spacing: -0.045em; }

/* line 1231, theme.scss */
.km-info-story__text p {
  margin: 0 0 20px;
  color: #3d444d;
  font-size: 1.05rem;
  line-height: 1.8; }

/* line 1238, theme.scss */
.km-info-story__text p:last-child {
  color: var(--km-muted);
  font-size: 0.9rem; }

/* line 1243, theme.scss */
.km-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px; }

/* line 1249, theme.scss */
.km-contact-card {
  min-height: 220px; }

/* line 1253, theme.scss */
.km-contact-card--accent {
  border-color: transparent;
  background: var(--km-red);
  color: #fff; }

/* line 1259, theme.scss */
.km-contact-card > span {
  display: block;
  margin-bottom: 44px;
  color: var(--km-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

/* line 1269, theme.scss */
.km-contact-card--accent > span,
.km-contact-card--accent p {
  color: rgba(255, 255, 255, 0.7); }

/* line 1274, theme.scss */
.km-contact-card a,
.km-contact-card strong {
  display: block;
  overflow-wrap: anywhere;
  color: var(--km-ink);
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  font-weight: 820;
  line-height: 1.2;
  text-decoration: none; }

/* line 1285, theme.scss */
.km-contact-card--accent a {
  color: #fff; }

/* line 1289, theme.scss */
.km-contact-card p {
  margin: 13px 0 0;
  color: var(--km-muted); }

/* line 1294, theme.scss */
.km-requisites {
  padding: 0 0 clamp(64px, 8vw, 110px); }

/* line 1298, theme.scss */
.km-requisites__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 100px);
  padding: clamp(30px, 5vw, 62px);
  border: 1px solid var(--km-line);
  border-radius: var(--km-radius-lg);
  background: var(--km-surface); }

/* line 1308, theme.scss */
.km-requisites__head h2 {
  margin: 0;
  color: var(--km-ink);
  font-size: clamp(2rem, 3.5vw, 3.3rem);
  font-weight: 820;
  line-height: 1.04;
  letter-spacing: -0.04em; }

/* line 1317, theme.scss */
.km-requisites__head p {
  max-width: 520px;
  margin: 16px 0 24px;
  color: var(--km-muted);
  line-height: 1.65; }

/* line 1324, theme.scss */
.km-copy-status {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  color: #356653;
  font-size: 0.82rem;
  font-weight: 750; }

/* line 1333, theme.scss */
.km-requisites__list {
  margin: 0;
  border-top: 1px solid var(--km-line); }

/* line 1338, theme.scss */
.km-requisites__list > div {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--km-line); }

/* line 1346, theme.scss */
.km-requisites__list dt {
  color: var(--km-muted);
  font-size: 0.82rem;
  font-weight: 750; }

/* line 1352, theme.scss */
.km-requisites__list dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--km-ink);
  font-weight: 750;
  text-align: right; }

/* line 1360, theme.scss */
.km-editable-page-content {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--km-line);
  border-radius: var(--km-radius-md);
  background: #fff; }

/* line 1367, theme.scss */
.km-info-cta {
  padding: 0 0 clamp(64px, 8vw, 110px); }

/* line 1371, theme.scss */
.km-info-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: clamp(30px, 5vw, 64px);
  border-radius: var(--km-radius-lg);
  background: radial-gradient(circle at 85% 15%, rgba(232, 56, 50, 0.2), rgba(0, 0, 0, 0) 30%), var(--km-ink);
  color: #fff; }

/* line 1384, theme.scss */
.km-info-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 820;
  letter-spacing: -0.04em; }

/* line 1392, theme.scss */
.km-info-cta p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.66); }

/* line 1397, theme.scss */
.km-info-note {
  padding: 0 0 clamp(64px, 8vw, 110px); }

/* line 1401, theme.scss */
.km-info-note__inner {
  display: grid;
  grid-template-columns: minmax(150px, 0.25fr) minmax(0, 1fr);
  gap: 28px;
  padding: 28px 32px;
  border: 1px solid rgba(232, 56, 50, 0.22);
  border-radius: var(--km-radius-md);
  background: rgba(232, 56, 50, 0.055); }

/* line 1411, theme.scss */
.km-info-note strong {
  color: var(--km-red-dark); }

/* line 1415, theme.scss */
.km-info-note p {
  margin: 0;
  color: #4d555f;
  line-height: 1.65; }

/* Подвал */
/* line 1422, theme.scss */
.widget-type_system_widget_v4_footer_20_1,
.widget-type_system_widget_v4_footer_4 {
  color: rgba(255, 255, 255, 0.75) !important; }

/* line 1427, theme.scss */
.widget-type_system_widget_v4_footer_20_1 {
  background: #0d0f13 !important; }

/* line 1431, theme.scss */
.widget-type_system_widget_v4_footer_4 {
  background: #08090b !important; }

/* line 1435, theme.scss */
.widget-type_system_widget_v4_footer_20_1 a,
.widget-type_system_widget_v4_footer_20_1 .title,
.widget-type_system_widget_v4_footer_4 a {
  color: rgba(255, 255, 255, 0.78) !important; }

/* line 1441, theme.scss */
.widget-type_system_widget_v4_footer_20_1 a:hover,
.widget-type_system_widget_v4_footer_4 a:hover {
  color: #fff !important; }

/* line 1446, theme.scss */
.widget-type_system_widget_v4_footer_20_1 img {
  max-height: 74px;
  object-fit: contain; }

/* Системные элементы редактора не скрываем. */
/* line 1452, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 1456, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 1460, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 1100px) {
  /* line 1465, theme.scss */
  .km-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }

  /* line 1469, theme.scss */
  .km-steps__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px; }

  /* line 1474, theme.scss */
  .km-steps__grid li,
  .km-steps__grid li:first-child,
  .km-steps__grid li:last-child {
    border: 1px solid var(--km-line);
    border-radius: 16px; } }
@media (max-width: 900px) {
  /* line 1483, theme.scss */
  .km-hero__copy {
    width: min(760px, 90%); }

  /* line 1487, theme.scss */
  .km-quick__grid {
    grid-template-columns: 1fr; }

  /* line 1491, theme.scss */
  .km-quick__item,
  .km-quick__item:first-child,
  .km-quick__item:last-child {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--km-line); }

  /* line 1499, theme.scss */
  .km-quick__item:last-child {
    border-bottom: 0; }

  /* line 1503, theme.scss */
  .km-trust__grid,
  .km-faq__grid {
    grid-template-columns: 1fr;
    gap: 48px; }

  /* line 1509, theme.scss */
  .km-faq__intro {
    position: static; }

  /* line 1513, theme.scss */
  .km-contact-band__inner {
    align-items: flex-start;
    flex-direction: column; }

  /* line 1518, theme.scss */
  .km-contact-band__actions {
    align-items: flex-start; }

  /* line 1522, theme.scss */
  .km-product-help__inner {
    grid-template-columns: auto 1fr; }

  /* line 1526, theme.scss */
  .km-product-help__actions {
    grid-column: 1 / -1;
    padding-left: 74px; } }
@media (max-width: 767px) {
  /* line 1533, theme.scss */
  .km-shell {
    width: min(calc(100% - 28px), 1408px); }

  /* line 1537, theme.scss */
  .km-section {
    padding: 64px 0; }

  /* line 1541, theme.scss */
  .km-section__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px; }

  /* line 1547, theme.scss */
  .widget-type_system_widget_v4_header_4 .header-mobile-panel {
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
    background: var(--km-ink) !important;
    color: #fff !important; }

  /* line 1553, theme.scss */
  .widget-type_system_widget_v4_header_4 .header-mobile-panel__top,
  .widget-type_system_widget_v4_header_4 .header-mobile-panel__bottom {
    background: var(--km-ink) !important; }

  /* line 1558, theme.scss */
  .widget-type_system_widget_v4_header_4 .header-mobile-panel__logo img {
    max-height: 46px; }

  /* line 1562, theme.scss */
  .widget-type_system_widget_v4_header_4 .header-mobile-panel__logo .default-logo {
    min-height: 45px; }

  /* line 1566, theme.scss */
  .widget-type_system_widget_v4_header_4 .header-mobile-panel__show-menu-btn,
  .widget-type_system_widget_v4_header_4 .header-mobile-panel__personal,
  .widget-type_system_widget_v4_header_4 .header-mobile-panel__controls,
  .widget-type_system_widget_v4_header_4 .header-mobile-panel .header__control-btn {
    color: #fff !important; }

  /* line 1573, theme.scss */
  .widget-type_system_widget_v4_header_4 .header-mobile-panel .header__search {
    width: 100%;
    min-width: 0; }

  /* line 1578, theme.scss */
  .widget-type_system_widget_v4_header_4 .header__collections-content {
    border-radius: 0; }

  /* line 1582, theme.scss */
  .km-hero {
    min-height: 680px; }

  /* line 1586, theme.scss */
  .km-hero__media img {
    object-position: 56% center; }

  /* line 1590, theme.scss */
  .km-hero__veil {
    background: linear-gradient(180deg, rgba(8, 10, 13, 0.7) 0%, rgba(8, 10, 13, 0.76) 30%, rgba(8, 10, 13, 0.96) 100%), linear-gradient(90deg, rgba(8, 10, 13, 0.3), rgba(8, 10, 13, 0.04)); }

  /* line 1596, theme.scss */
  .km-hero__content {
    align-items: flex-end;
    padding-block: 72px 54px; }

  /* line 1601, theme.scss */
  .km-hero__copy {
    width: 100%; }

  /* line 1605, theme.scss */
  .km-hero__title {
    font-size: clamp(2.35rem, 11.5vw, 4.1rem); }

  /* line 1609, theme.scss */
  .km-hero__lead {
    font-size: 1rem; }

  /* line 1613, theme.scss */
  .km-search {
    grid-template-columns: auto 1fr;
    margin-top: 26px; }

  /* line 1618, theme.scss */
  .km-search input {
    min-height: 58px;
    padding-right: 12px;
    font-size: 0.92rem; }

  /* line 1624, theme.scss */
  .km-search button {
    grid-column: 1 / -1;
    min-height: 52px; }

  /* line 1629, theme.scss */
  .km-hero__actions {
    display: grid;
    grid-template-columns: 1fr; }

  /* line 1634, theme.scss */
  .km-hero__actions .km-btn {
    width: 100%; }

  /* line 1638, theme.scss */
  .km-hero__facts {
    gap: 9px 18px;
    font-size: 0.82rem; }

  /* line 1643, theme.scss */
  .km-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px; }

  /* line 1648, theme.scss */
  .km-brand-card {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
    min-height: 72px;
    padding: 12px; }

  /* line 1655, theme.scss */
  .km-brand-card__mark {
    width: 40px;
    height: 40px;
    border-radius: 10px; }

  /* line 1661, theme.scss */
  .km-brand-card__arrow {
    display: none; }

  /* line 1665, theme.scss */
  .km-trust__grid {
    grid-template-columns: 1fr; }

  /* line 1669, theme.scss */
  .km-trust__actions {
    display: grid; }

  /* line 1673, theme.scss */
  .km-steps__grid {
    grid-template-columns: 1fr; }

  /* line 1677, theme.scss */
  .km-steps__grid li {
    min-height: 0; }

  /* line 1681, theme.scss */
  .km-steps__grid li > span {
    margin-bottom: 34px; }

  /* line 1685, theme.scss */
  .km-contact-band__inner {
    width: min(calc(100% - 28px), 1408px);
    padding: 28px 22px;
    border-radius: 20px; }

  /* line 1691, theme.scss */
  .km-contact-band__actions,
  .km-contact-band__actions .km-btn {
    width: 100%; }

  /* line 1696, theme.scss */
  .km-product-help__inner {
    grid-template-columns: 1fr;
    text-align: left; }

  /* line 1701, theme.scss */
  .km-product-help__actions {
    display: grid;
    grid-column: auto;
    grid-template-columns: 1fr;
    padding-left: 0; }

  /* line 1708, theme.scss */
  .km-product-help__actions .km-btn {
    width: 100%; }

  /* line 1712, theme.scss */
  .product-preview {
    padding: 10px;
    border-radius: 13px; }

  /* line 1717, theme.scss */
  .product-preview__title {
    min-height: 0;
    font-size: 0.9rem; }

  /* line 1722, theme.scss */
  .product-preview__price-cur {
    font-size: 1.05rem; }

  /* line 1726, theme.scss */
  .km-cart-button-label {
    display: none; }

  /* line 1730, theme.scss */
  .product-preview .add-cart-counter__btn {
    width: 44px !important;
    padding-inline: 0 !important; }

  /* line 1735, theme.scss */
  .km-info-hero__inner,
  .km-info-story,
  .km-info-values,
  .km-service-grid,
  .km-contact-grid,
  .km-requisites__layout {
    grid-template-columns: 1fr; }

  /* line 1744, theme.scss */
  .km-info-hero {
    padding: 64px 0; }

  /* line 1748, theme.scss */
  .km-info-hero__inner {
    gap: 24px; }

  /* line 1752, theme.scss */
  .km-info-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3.7rem); }

  /* line 1756, theme.scss */
  .km-info-values h2,
  .km-service-grid h2 {
    margin-top: 26px; }

  /* line 1761, theme.scss */
  .km-contact-card {
    min-height: 180px; }

  /* line 1765, theme.scss */
  .km-contact-card > span {
    margin-bottom: 30px; }

  /* line 1769, theme.scss */
  .km-requisites__layout {
    gap: 30px;
    padding: 28px 22px;
    border-radius: 20px; }

  /* line 1775, theme.scss */
  .km-requisites__list > div {
    grid-template-columns: 1fr;
    gap: 7px; }

  /* line 1780, theme.scss */
  .km-requisites__list dd {
    text-align: left; }

  /* line 1784, theme.scss */
  .km-info-cta__inner {
    align-items: stretch;
    flex-direction: column;
    padding: 30px 24px;
    border-radius: 20px; }

  /* line 1791, theme.scss */
  .km-info-cta .km-btn {
    width: 100%; }

  /* line 1795, theme.scss */
  .km-info-note__inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px; }

  /* line 1801, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 1805, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 1809, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
@media (max-width: 420px) {
  /* line 1815, theme.scss */
  .km-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* line 1819, theme.scss */
  .km-brand-card {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 8px;
    padding: 10px; }

  /* line 1825, theme.scss */
  .km-brand-card__mark {
    width: 36px;
    height: 36px;
    font-size: 1rem; }

  /* line 1831, theme.scss */
  .km-eyebrow {
    font-size: 0.68rem; } }
@media (prefers-reduced-motion: reduce) {
  /* line 1837, theme.scss */
  html {
    scroll-behavior: auto; }

  /* line 1841, theme.scss */
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important; } }
