@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, #FF5C4D);
  --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, #ff7a6e);
  --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, #ff988f);
  --color-btn-bg-major-shade-is-light:var(--draft-color-btn-bg-major-shade-is-light, true);
  --color-btn-bg-half-shade:var(--draft-color-btn-bg-half-shade, #fff3f2);
  --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, #FF5C4D);
  --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, #ff7a6e);
  --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, #ff988f);
  --color-accent-text-major-shade-is-light:var(--draft-color-accent-text-major-shade-is-light, true);
  --color-accent-text-half-shade:var(--draft-color-accent-text-half-shade, #fff3f2);
  --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, #1F2329);
  --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, #323842);
  --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, #444d5b);
  --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, #828ea1);
  --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, insales-default);
  --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, 'PT Root UI');
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, 'PT Root UI');
  --heading-ratio:var(--draft-heading-ratio, 2.0);
  --heading-weight:var(--draft-heading-weight, 700);
  --collection_count:var(--draft-collection_count, 12);
  --search_count:var(--draft-search_count, 12);
  --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, 1320px);
  --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, true); }

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

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

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

@media (max-width: 768px) {
  /* line 17, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

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

  /* line 23, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* Kontur LNR — custom commercial theme */
/* line 29, theme.scss */
:root {
  --knr-ink: #1f2329;
  --knr-ink-soft: #333a44;
  --knr-muted: #68717d;
  --knr-line: rgba(31, 35, 41, 0.12);
  --knr-paper: #ffffff;
  --knr-soft: #f4f6f8;
  --knr-warm: #fff7f3;
  --knr-accent: #ff5c4d;
  --knr-accent-dark: #e8483c;
  --knr-amber: #ffb648;
  --knr-shadow: 0 24px 70px rgba(31, 35, 41, 0.10); }

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

/* line 47, theme.scss */
body {
  background: var(--knr-paper);
  color: var(--knr-ink);
  font-family: "PT Root UI", "Montserrat", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* line 55, theme.scss */
body.knr-menu-open {
  overflow: hidden; }

/* line 59, theme.scss */
body main {
  overflow: hidden; }

/* line 63, theme.scss */
.visually-hidden {
  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 */
.knr-skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 10000;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--knr-ink);
  color: #fff;
  transform: translateY(-150%); }

/* line 87, theme.scss */
.knr-skip-link:focus {
  transform: translateY(0); }

/* line 91, theme.scss */
.widget-type_knr-header,
.widget-type_knr-footer,
.widget-type_knr-home-hero,
.widget-type_knr-home-services,
.widget-type_knr-home-business,
.widget-type_knr-home-support,
.widget-type_knr-home-directions,
.widget-type_knr-home-process,
.widget-type_knr-home-faq,
.widget-type_knr-home-lead,
.widget-type_knr-home-contacts {
  width: 100%;
  padding: 0 !important;
  background: transparent !important; }

/* line 107, theme.scss */
.widget-type_knr-header > .layout__content,
.widget-type_knr-footer > .layout__content,
.widget-type_knr-home-hero > .layout__content,
.widget-type_knr-home-services > .layout__content,
.widget-type_knr-home-business > .layout__content,
.widget-type_knr-home-support > .layout__content,
.widget-type_knr-home-directions > .layout__content,
.widget-type_knr-home-process > .layout__content,
.widget-type_knr-home-faq > .layout__content,
.widget-type_knr-home-lead > .layout__content,
.widget-type_knr-home-contacts > .layout__content {
  width: 100%;
  max-width: none;
  padding: 0; }

/* line 123, theme.scss */
.knr-shell {
  width: calc(100% - 64px);
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto; }

/* line 130, theme.scss */
.knr-section,
.knr-page {
  color: var(--knr-ink);
  font-size: 17px;
  line-height: 1.58; }

/* line 137, theme.scss */
.knr-section *,
.knr-section *::before,
.knr-section *::after,
.knr-page *,
.knr-page *::before,
.knr-page *::after,
.knr-header *,
.knr-header *::before,
.knr-header *::after,
.knr-mobile-menu,
.knr-mobile-menu *,
.knr-mobile-menu *::before,
.knr-mobile-menu *::after,
.knr-footer *,
.knr-footer *::before,
.knr-footer *::after {
  box-sizing: border-box; }

/* line 156, theme.scss */
.knr-section h1,
.knr-section h2,
.knr-section h3,
.knr-section p,
.knr-section ul,
.knr-section ol,
.knr-page h1,
.knr-page h2,
.knr-page h3,
.knr-page p,
.knr-page ul,
.knr-page ol,
.knr-footer h2,
.knr-footer h3,
.knr-footer p {
  margin-top: 0; }

/* line 174, theme.scss */
.knr-section img,
.knr-page img,
.knr-header img,
.knr-mobile-menu img,
.knr-footer img {
  display: block;
  max-width: 100%; }

/* line 183, theme.scss */
.knr-section a,
.knr-page a,
.knr-header a,
.knr-mobile-menu a,
.knr-footer a {
  color: inherit;
  text-decoration: none; }

/* line 192, theme.scss */
.knr-section h1,
.knr-section h2,
.knr-page h1,
.knr-page h2,
.knr-footer h2 {
  letter-spacing: -0.045em; }

/* line 200, theme.scss */
.knr-section h2,
.knr-page-section h2,
.knr-page-cta h2 {
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 750;
  line-height: 1.02; }

/* line 209, theme.scss */
.knr-kicker,
.knr-eyebrow {
  margin-bottom: 20px;
  color: var(--knr-accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase; }

/* line 220, theme.scss */
.knr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px; }

/* line 226, theme.scss */
.knr-eyebrow > span {
  width: 24px;
  height: 2px;
  background: currentColor; }

/* line 232, theme.scss */
.knr-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 54px; }

/* line 240, theme.scss */
.knr-section-head h2,
.knr-section-head p:last-child {
  margin-bottom: 0; }

/* line 245, theme.scss */
.knr-section-head > div:last-child {
  color: var(--knr-muted);
  font-size: 18px; }

/* line 250, theme.scss */
.knr-button {
  display: inline-flex;
  min-height: 56px;
  padding: 15px 24px;
  border: 1px solid var(--knr-accent);
  border-radius: 14px;
  background: var(--knr-accent);
  color: #fff !important;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.15;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease; }

/* line 268, theme.scss */
.knr-button:hover {
  border-color: var(--knr-accent-dark);
  background: var(--knr-accent-dark);
  box-shadow: 0 14px 30px rgba(232, 72, 60, 0.22);
  transform: translateY(-2px); }

/* line 275, theme.scss */
.knr-button--small {
  min-height: 44px;
  padding: 11px 17px;
  border-radius: 11px;
  gap: 10px;
  font-size: 14px; }

/* line 283, theme.scss */
.knr-button--ghost {
  border-color: var(--knr-line);
  background: rgba(255, 255, 255, 0.82);
  color: var(--knr-ink) !important;
  box-shadow: none; }

/* line 290, theme.scss */
.knr-button--ghost:hover {
  border-color: var(--knr-ink);
  background: #fff;
  color: var(--knr-ink) !important; }

/* line 296, theme.scss */
.knr-button--light {
  border-color: #fff;
  background: #fff;
  color: var(--knr-ink) !important; }

/* line 302, theme.scss */
.knr-button--light:hover {
  border-color: #fff;
  background: #fff;
  color: var(--knr-ink) !important; }

/* line 308, theme.scss */
.knr-button--on-dark {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  backdrop-filter: blur(12px); }

/* line 315, theme.scss */
.knr-text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--knr-ink) !important;
  font-weight: 750; }

/* line 323, theme.scss */
.knr-text-link span {
  color: var(--knr-accent); }

/* line 327, theme.scss */
.knr-section a:focus-visible,
.knr-page a:focus-visible,
.knr-header a:focus-visible,
.knr-header button:focus-visible,
.knr-mobile-menu a:focus-visible,
.knr-mobile-menu button:focus-visible,
.knr-footer a:focus-visible,
.knr-form input:focus-visible,
.knr-form select:focus-visible,
.knr-form textarea:focus-visible,
.knr-form button:focus-visible {
  outline: 3px solid rgba(255, 92, 77, 0.35);
  outline-offset: 3px; }

/* Header */
/* line 343, theme.scss */
.knr-header {
  position: relative;
  z-index: 300;
  border-bottom: 1px solid var(--knr-line);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px); }

/* line 351, theme.scss */
.knr-header__topline {
  border-bottom: 1px solid rgba(31, 35, 41, 0.08);
  background: var(--knr-ink);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px; }

/* line 358, theme.scss */
.knr-header__topline-inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 26px; }

/* line 365, theme.scss */
.knr-header__topline-inner > a {
  margin-left: auto;
  color: #fff; }

/* line 370, theme.scss */
.knr-header__status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-weight: 700; }

/* line 378, theme.scss */
.knr-header__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #52d69a;
  box-shadow: 0 0 0 5px rgba(82, 214, 154, 0.12); }

/* line 386, theme.scss */
.knr-header__main {
  position: relative; }

/* line 390, theme.scss */
.knr-header__main-inner {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr) auto;
  min-height: 82px;
  align-items: center;
  gap: 34px; }

/* line 398, theme.scss */
.knr-header__logo img {
  width: 225px;
  height: auto; }

/* line 403, theme.scss */
.knr-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px; }

/* line 410, theme.scss */
.knr-header__nav a {
  position: relative;
  padding: 31px 0 28px;
  color: var(--knr-ink-soft);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap; }

/* line 419, theme.scss */
.knr-header__nav a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  background: var(--knr-accent);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease; }

/* line 431, theme.scss */
.knr-header__nav a:hover::after {
  transform: scaleX(1); }

/* line 435, theme.scss */
.knr-header__actions {
  display: flex;
  align-items: center;
  gap: 14px; }

/* line 441, theme.scss */
.knr-header__phone {
  display: grid;
  text-align: right;
  line-height: 1.1; }

/* line 447, theme.scss */
.knr-header__phone span {
  color: var(--knr-muted);
  font-size: 11px; }

/* line 452, theme.scss */
.knr-header__phone strong {
  margin-top: 4px;
  font-size: 15px; }

/* line 457, theme.scss */
.knr-header__burger {
  display: none;
  width: 46px;
  height: 46px;
  padding: 12px;
  border: 1px solid var(--knr-line);
  border-radius: 12px;
  background: #fff;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 5px;
  cursor: pointer; }

/* line 472, theme.scss */
.knr-header__burger > span:not(.visually-hidden) {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: var(--knr-ink); }

/* line 479, theme.scss */
.knr-mobile-menu {
  position: fixed !important;
  z-index: 1000;
  inset: 0 !important;
  display: none;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  min-height: 100vh;
  max-width: none !important;
  max-height: none !important;
  overflow: visible !important;
  transform: none !important;
  contain: none !important; }

/* line 495, theme.scss */
.knr-mobile-menu.is-open {
  display: block; }

/* line 499, theme.scss */
.knr-mobile-menu__panel {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 460px;
  max-width: calc(100% - 28px);
  height: 100%;
  max-height: none;
  padding: 28px;
  background: #fff;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  box-shadow: -30px 0 80px rgba(0, 0, 0, 0.16);
  animation: knrMenuIn 220ms ease both; }

/* line 518, theme.scss */
.knr-mobile-menu__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(15, 17, 20, 0.52);
  backdrop-filter: blur(4px); }

/* line 527, theme.scss */
.knr-mobile-menu__head {
  position: sticky;
  z-index: 3;
  top: 0;
  display: flex;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--knr-line);
  background: #fff;
  align-items: center;
  justify-content: space-between; }

/* line 539, theme.scss */
.knr-mobile-menu__head img {
  width: 210px; }

/* line 543, theme.scss */
.knr-mobile-menu__head button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--knr-line);
  border-radius: 50%;
  background: #fff;
  color: var(--knr-ink);
  font-size: 28px;
  line-height: 1;
  cursor: pointer; }

/* line 555, theme.scss */
.knr-mobile-menu nav {
  display: grid;
  padding: 20px 0; }

/* line 560, theme.scss */
.knr-mobile-menu nav a {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid rgba(31, 35, 41, 0.08);
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700; }

/* line 570, theme.scss */
.knr-mobile-menu nav a span {
  color: var(--knr-accent); }

/* line 574, theme.scss */
.knr-mobile-menu__contacts {
  display: grid;
  gap: 8px;
  padding-top: 18px; }

/* line 580, theme.scss */
.knr-mobile-menu__contacts a:first-child {
  font-size: 24px;
  font-weight: 800; }

/* line 585, theme.scss */
.knr-mobile-menu__contacts p {
  margin: 8px 0 0;
  color: var(--knr-muted); }

@keyframes knrMenuIn {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0); } }
/* Hero */
/* line 596, theme.scss */
.knr-hero {
  position: relative;
  padding: 68px 0 0;
  background: radial-gradient(circle at var(--knr-pointer-x, 85%) var(--knr-pointer-y, 18%), rgba(255, 182, 72, 0.2), rgba(0, 0, 0, 0) 30%), linear-gradient(145deg, #fff 0%, #fff9f6 53%, #f1f3f6 100%);
  overflow: hidden; }

/* line 605, theme.scss */
.knr-hero::before {
  position: absolute;
  top: -360px;
  right: -240px;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(255, 92, 77, 0.12);
  border-radius: 50%;
  content: ""; }

/* line 616, theme.scss */
.knr-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
  min-height: 650px;
  align-items: center;
  gap: 30px; }

/* line 624, theme.scss */
.knr-hero__content {
  position: relative;
  z-index: 2;
  padding: 40px 0 100px; }

/* line 630, theme.scss */
.knr-hero__content h1 {
  max-width: 650px;
  margin-bottom: 28px;
  font-size: 78px;
  font-weight: 800;
  line-height: 0.96; }

/* line 638, theme.scss */
.knr-hero__lead {
  max-width: 610px;
  color: var(--knr-muted);
  font-size: 21px;
  line-height: 1.5; }

/* line 645, theme.scss */
.knr-hero__lead p {
  margin-bottom: 0; }

/* line 649, theme.scss */
.knr-hero__actions {
  display: flex;
  margin-top: 34px;
  gap: 12px; }

/* line 655, theme.scss */
.knr-hero__trust {
  display: flex;
  margin: 34px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 10px 24px;
  list-style: none;
  color: var(--knr-ink-soft);
  font-size: 14px;
  font-weight: 700; }

/* line 667, theme.scss */
.knr-hero__trust i {
  display: inline-flex;
  width: 21px;
  height: 21px;
  margin-right: 7px;
  border-radius: 50%;
  background: rgba(255, 92, 77, 0.12);
  color: var(--knr-accent-dark);
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 12px; }

/* line 681, theme.scss */
.knr-hero__visual {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-height: 620px;
  transform: perspective(1100px) rotateX(var(--knr-tilt-x, 0deg)) rotateY(var(--knr-tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform 130ms ease-out; }

/* line 691, theme.scss */
.knr-hero__visual > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 880px;
  max-width: none;
  height: auto;
  transform: translate(-48%, -49%);
  filter: drop-shadow(0 35px 40px rgba(31, 35, 41, 0.1)); }

/* line 702, theme.scss */
.knr-hero__halo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 540px;
  height: 540px;
  border: 1px dashed rgba(255, 92, 77, 0.32);
  border-radius: 50%;
  content: "";
  transform: translate(-46%, -50%);
  animation: knrOrbitSpin 32s linear infinite; }

/* line 715, theme.scss */
.knr-hero__chip {
  position: absolute;
  z-index: 3;
  padding: 10px 14px;
  border: 1px solid rgba(31, 35, 41, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--knr-ink);
  box-shadow: 0 12px 28px rgba(31, 35, 41, 0.1);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(12px);
  animation: knrFloat 5.4s ease-in-out infinite; }

/* line 730, theme.scss */
.knr-hero__chip::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--knr-accent);
  content: ""; }

/* line 740, theme.scss */
.knr-hero__chip--one {
  top: 19%;
  left: 16%; }

/* line 741, theme.scss */
.knr-hero__chip--two {
  top: 30%;
  right: 4%;
  animation-delay: -1.2s; }

/* line 742, theme.scss */
.knr-hero__chip--three {
  bottom: 21%;
  left: 15%;
  animation-delay: -2.4s; }

/* line 743, theme.scss */
.knr-hero__chip--four {
  right: 9%;
  bottom: 16%;
  animation-delay: -3.6s; }

/* line 745, theme.scss */
.knr-hero__badge {
  position: absolute;
  z-index: 4;
  right: 9%;
  bottom: 28%;
  display: grid;
  width: 142px;
  height: 142px;
  border: 7px solid rgba(255, 255, 255, 0.66);
  border-radius: 50%;
  background: var(--knr-ink);
  color: #fff;
  place-content: center;
  text-align: center;
  box-shadow: 0 18px 42px rgba(31, 35, 41, 0.24);
  transform: translateZ(28px) rotate(-7deg); }

/* line 763, theme.scss */
.knr-hero__badge strong {
  font-size: 24px;
  line-height: 1; }

/* line 768, theme.scss */
.knr-hero__badge span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px; }

/* line 774, theme.scss */
.knr-hero__ticker {
  position: relative;
  z-index: 5;
  padding: 16px 0;
  border-top: 1px solid rgba(31, 35, 41, 0.08);
  border-bottom: 1px solid rgba(31, 35, 41, 0.08);
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden; }

/* line 784, theme.scss */
.knr-hero__ticker > div {
  display: flex;
  width: max-content;
  align-items: center;
  animation: knrTicker 30s linear infinite; }

/* line 791, theme.scss */
.knr-hero__ticker span {
  padding: 0 24px;
  color: var(--knr-ink-soft);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

/* line 800, theme.scss */
.knr-hero__ticker i {
  color: var(--knr-accent);
  font-style: normal; }

@keyframes knrTicker {
  to {
    transform: translateX(-50%); } }
@keyframes knrFloat {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); } }
@keyframes knrOrbitSpin {
  to {
    transform: translate(-46%, -50%) rotate(360deg); } }
/* Services */
/* line 810, theme.scss */
.knr-services {
  padding: 112px 0;
  background: #fff; }

/* line 815, theme.scss */
.knr-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px; }

/* line 821, theme.scss */
.knr-service-card {
  position: relative;
  display: flex;
  min-height: 340px;
  padding: 28px;
  border: 1px solid var(--knr-line);
  border-radius: 24px;
  background: #fff;
  flex-direction: column;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease; }

/* line 834, theme.scss */
.knr-service-card::after {
  position: absolute;
  right: -54px;
  bottom: -82px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 92, 77, 0.14), rgba(0, 0, 0, 0) 67%);
  content: "";
  opacity: 0;
  transition: opacity 220ms ease; }

/* line 847, theme.scss */
.knr-service-card:hover {
  border-color: rgba(255, 92, 77, 0.34);
  background: #fffdfc;
  box-shadow: 0 24px 60px rgba(31, 35, 41, 0.1);
  transform: translateY(-7px); }

/* line 854, theme.scss */
.knr-service-card:hover::after {
  opacity: 1; }

/* line 858, theme.scss */
.knr-service-card__top {
  display: flex;
  margin-bottom: 36px;
  align-items: flex-start;
  justify-content: space-between; }

/* line 865, theme.scss */
.knr-service-card__icon {
  display: grid;
  width: 56px;
  height: 56px;
  border-radius: 17px;
  background: var(--knr-soft);
  color: var(--knr-accent-dark);
  place-items: center; }

/* line 875, theme.scss */
.knr-service-card__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round; }

/* line 885, theme.scss */
.knr-service-card__number {
  color: #b3bac3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em; }

/* line 892, theme.scss */
.knr-service-card h3 {
  margin-bottom: 13px;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.12; }

/* line 900, theme.scss */
.knr-service-card__text {
  margin-bottom: 24px;
  color: var(--knr-muted);
  font-size: 15px;
  line-height: 1.5; }

/* line 907, theme.scss */
.knr-service-card__text p {
  margin-bottom: 0; }

/* line 911, theme.scss */
.knr-service-card > a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin-top: auto;
  align-items: center;
  justify-content: space-between;
  color: var(--knr-ink) !important;
  font-size: 14px;
  font-weight: 800; }

/* line 923, theme.scss */
.knr-service-card > a span {
  color: var(--knr-accent);
  font-size: 21px;
  transition: transform 180ms ease; }

/* line 929, theme.scss */
.knr-service-card:hover > a span {
  transform: translateX(4px); }

/* line 933, theme.scss */
.knr-services__footer {
  display: flex;
  margin-top: 28px;
  padding: 25px 30px;
  border-radius: 20px;
  background: var(--knr-soft);
  align-items: center;
  justify-content: space-between;
  gap: 24px; }

/* line 944, theme.scss */
.knr-services__footer p {
  margin-bottom: 0;
  color: var(--knr-muted); }

/* Business scenarios */
/* line 950, theme.scss */
.knr-business {
  padding: 112px 0;
  background: var(--knr-soft); }

/* line 955, theme.scss */
.knr-business__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px; }

/* line 961, theme.scss */
.knr-business-card {
  position: relative;
  min-height: 450px;
  padding: 42px;
  border-radius: 26px;
  background: #fff;
  overflow: hidden; }

/* line 970, theme.scss */
.knr-business-card:nth-child(2) {
  background: var(--knr-ink);
  color: #fff; }

/* line 975, theme.scss */
.knr-business-card::after {
  position: absolute;
  right: -110px;
  bottom: -150px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 92, 77, 0.18);
  border-radius: 50%;
  content: ""; }

/* line 986, theme.scss */
.knr-business-card > span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-bottom: 55px;
  border-radius: 14px;
  background: rgba(255, 92, 77, 0.1);
  color: var(--knr-accent-dark);
  place-items: center;
  font-size: 11px;
  font-weight: 800; }

/* line 999, theme.scss */
.knr-business-card:nth-child(2) > span {
  background: rgba(255, 255, 255, 0.1);
  color: #ff8d81; }

/* line 1004, theme.scss */
.knr-business-card h3 {
  max-width: 540px;
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.06; }

/* line 1013, theme.scss */
.knr-business-card:nth-child(2) h3 {
  color: #fff; }

/* line 1017, theme.scss */
.knr-business-card > div {
  max-width: 570px;
  color: var(--knr-muted); }

/* line 1022, theme.scss */
.knr-business-card:nth-child(2) > div {
  color: rgba(255, 255, 255, 0.58); }

/* line 1026, theme.scss */
.knr-business-card > div p {
  margin-bottom: 0; }

/* line 1030, theme.scss */
.knr-business-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  margin: 28px 0;
  padding: 0;
  gap: 9px;
  list-style: none;
  font-size: 14px;
  font-weight: 700; }

/* line 1042, theme.scss */
.knr-business-card li::before {
  margin-right: 9px;
  color: var(--knr-accent);
  content: "✓"; }

/* line 1048, theme.scss */
.knr-business-card > a {
  position: relative;
  z-index: 1;
  display: flex;
  padding-top: 22px;
  border-top: 1px solid var(--knr-line);
  align-items: center;
  justify-content: space-between;
  font-weight: 800; }

/* line 1059, theme.scss */
.knr-business-card:nth-child(2) > a {
  border-top-color: rgba(255, 255, 255, 0.12);
  color: #fff !important; }

/* line 1064, theme.scss */
.knr-business-card > a span {
  color: var(--knr-accent); }

/* Support */
/* line 1069, theme.scss */
.knr-support {
  padding: 112px 0;
  background: var(--knr-ink);
  color: #fff; }

/* line 1075, theme.scss */
.knr-support__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.6fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 58px; }

/* line 1083, theme.scss */
.knr-support__intro .knr-kicker {
  grid-column: 1 / -1;
  color: #ff8d81; }

/* line 1088, theme.scss */
.knr-support__intro h2 {
  margin-bottom: 0;
  color: #fff; }

/* line 1093, theme.scss */
.knr-support__intro > div {
  color: rgba(255, 255, 255, 0.64);
  font-size: 18px; }

/* line 1098, theme.scss */
.knr-support__intro > div p {
  margin-bottom: 0; }

/* line 1102, theme.scss */
.knr-support__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  gap: 20px; }

/* line 1108, theme.scss */
.knr-support__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px; }

/* line 1114, theme.scss */
.knr-support-card {
  min-height: 245px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045); }

/* line 1122, theme.scss */
.knr-support-card > span {
  display: inline-block;
  margin-bottom: 42px;
  color: #ff8d81;
  font-size: 12px;
  font-weight: 800; }

/* line 1130, theme.scss */
.knr-support-card h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 22px; }

/* line 1136, theme.scss */
.knr-support-card div {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px; }

/* line 1141, theme.scss */
.knr-support-card div p {
  margin-bottom: 0; }

/* line 1145, theme.scss */
.knr-expert-card {
  position: relative;
  display: grid;
  min-height: 506px;
  border-radius: 24px;
  background: #fff;
  color: var(--knr-ink);
  grid-template-rows: 215px auto;
  overflow: hidden; }

/* line 1156, theme.scss */
.knr-expert-card__image {
  background-size: 190%;
  background-position: 6% 26%; }

/* line 1161, theme.scss */
.knr-expert-card__content {
  padding: 28px 30px 30px; }

/* line 1165, theme.scss */
.knr-expert-card__content > span {
  color: var(--knr-accent-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase; }

/* line 1173, theme.scss */
.knr-expert-card blockquote {
  margin: 16px 0 13px;
  padding: 0;
  border: 0;
  color: var(--knr-ink);
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.2; }

/* line 1184, theme.scss */
.knr-expert-card p {
  margin-bottom: 18px;
  color: var(--knr-muted);
  font-size: 14px; }

/* line 1190, theme.scss */
.knr-expert-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 800; }

/* line 1198, theme.scss */
.knr-expert-card a span {
  color: var(--knr-accent);
  font-size: 20px; }

/* line 1203, theme.scss */
.knr-support__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  overflow: hidden; }

/* line 1212, theme.scss */
.knr-support__facts > div {
  display: grid;
  min-height: 130px;
  padding: 25px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  align-content: center; }

/* line 1220, theme.scss */
.knr-support__facts > div:last-child {
  border-right: 0; }

/* line 1224, theme.scss */
.knr-support__facts strong {
  color: #fff;
  font-size: 28px; }

/* line 1229, theme.scss */
.knr-support__facts span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px; }

/* Directions */
/* line 1236, theme.scss */
.knr-directions {
  padding: 112px 0;
  background: var(--knr-warm); }

/* line 1241, theme.scss */
.knr-directions__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px; }

/* line 1247, theme.scss */
.knr-direction-card {
  border: 1px solid rgba(31, 35, 41, 0.1);
  border-radius: 26px;
  background: #fff;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease; }

/* line 1255, theme.scss */
.knr-direction-card:hover {
  box-shadow: var(--knr-shadow);
  transform: translateY(-6px); }

/* line 1260, theme.scss */
.knr-direction-card__image {
  display: block;
  height: 310px;
  overflow: hidden; }

/* line 1266, theme.scss */
.knr-direction-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease; }

/* line 1273, theme.scss */
.knr-direction-card:hover .knr-direction-card__image img {
  transform: scale(1.035); }

/* line 1277, theme.scss */
.knr-direction-card__body {
  padding: 30px 32px 32px; }

/* line 1281, theme.scss */
.knr-direction-card__body > span {
  color: var(--knr-accent-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase; }

/* line 1289, theme.scss */
.knr-direction-card h3 {
  margin: 14px 0 12px;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08; }

/* line 1297, theme.scss */
.knr-direction-card__body > div {
  color: var(--knr-muted); }

/* line 1301, theme.scss */
.knr-direction-card__body > div p {
  margin-bottom: 18px; }

/* line 1305, theme.scss */
.knr-direction-card__body > a {
  display: flex;
  padding-top: 20px;
  border-top: 1px solid var(--knr-line);
  align-items: center;
  justify-content: space-between;
  font-weight: 800; }

/* line 1314, theme.scss */
.knr-direction-card__body > a span {
  color: var(--knr-accent); }

/* Process */
/* line 1319, theme.scss */
.knr-process {
  padding: 112px 0;
  background: #fff; }

/* line 1324, theme.scss */
.knr-process__head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.65fr);
  margin-bottom: 62px;
  gap: 80px;
  align-items: end; }

/* line 1332, theme.scss */
.knr-process__head .knr-kicker {
  grid-column: 1 / -1; }

/* line 1336, theme.scss */
.knr-process__head h2,
.knr-process__head > div p {
  margin-bottom: 0; }

/* line 1341, theme.scss */
.knr-process__head > div {
  color: var(--knr-muted); }

/* line 1345, theme.scss */
.knr-process__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  gap: 0;
  list-style: none; }

/* line 1355, theme.scss */
.knr-process__steps::before {
  position: absolute;
  top: 30px;
  right: 12%;
  left: 12%;
  height: 1px;
  background: var(--knr-line);
  content: ""; }

/* line 1365, theme.scss */
.knr-process-step {
  position: relative;
  z-index: 1;
  padding-right: 30px; }

/* line 1371, theme.scss */
.knr-process-step__number {
  display: grid;
  width: 62px;
  height: 62px;
  margin-bottom: 28px;
  border: 8px solid #fff;
  border-radius: 50%;
  background: var(--knr-soft);
  color: var(--knr-accent-dark);
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 0 0 1px var(--knr-line); }

/* line 1386, theme.scss */
.knr-process-step h3 {
  margin-bottom: 12px;
  font-size: 21px; }

/* line 1391, theme.scss */
.knr-process-step > div:last-child {
  color: var(--knr-muted);
  font-size: 15px; }

/* line 1396, theme.scss */
.knr-process-step > div:last-child p {
  margin-bottom: 0; }

/* FAQ */
/* line 1401, theme.scss */
.knr-faq {
  padding: 112px 0;
  background: var(--knr-soft); }

/* line 1406, theme.scss */
.knr-faq__layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.3fr);
  gap: 90px;
  align-items: start; }

/* line 1413, theme.scss */
.knr-faq__intro {
  position: sticky;
  top: 32px; }

/* line 1418, theme.scss */
.knr-faq__intro > div {
  color: var(--knr-muted); }

/* line 1422, theme.scss */
.knr-faq__intro .knr-text-link {
  margin-top: 18px; }

/* line 1426, theme.scss */
.knr-faq__items {
  border-top: 1px solid var(--knr-line); }

/* line 1430, theme.scss */
.knr-faq-item {
  border-bottom: 1px solid var(--knr-line); }

/* line 1434, theme.scss */
.knr-faq-item summary {
  display: flex;
  padding: 26px 0;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  list-style: none;
  color: var(--knr-ink);
  font-size: 20px;
  font-weight: 800; }

/* line 1447, theme.scss */
.knr-faq-item summary::-webkit-details-marker {
  display: none; }

/* line 1451, theme.scss */
.knr-faq-item summary i {
  position: relative;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 1px solid var(--knr-line);
  border-radius: 50%;
  background: #fff; }

/* line 1461, theme.scss */
.knr-faq-item summary i::before,
.knr-faq-item summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: var(--knr-ink);
  content: "";
  transform: translate(-50%, -50%); }

/* line 1473, theme.scss */
.knr-faq-item summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease; }

/* line 1478, theme.scss */
.knr-faq-item[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0); }

/* line 1482, theme.scss */
.knr-faq-item > div {
  max-width: 760px;
  padding: 0 64px 27px 0;
  color: var(--knr-muted); }

/* line 1488, theme.scss */
.knr-faq-item > div p {
  margin-bottom: 0; }

/* Lead form */
/* line 1493, theme.scss */
.knr-lead {
  padding: 112px 0;
  background: linear-gradient(135deg, #fff8f4 0%, #f3f5f7 100%); }

/* line 1498, theme.scss */
.knr-lead__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
  gap: 86px;
  align-items: start; }

/* line 1505, theme.scss */
.knr-lead__content {
  padding-top: 24px; }

/* line 1509, theme.scss */
.knr-lead__description {
  max-width: 570px;
  color: var(--knr-muted);
  font-size: 18px; }

/* line 1515, theme.scss */
.knr-lead__content > ul {
  display: grid;
  margin: 34px 0;
  padding: 0;
  gap: 13px;
  list-style: none; }

/* line 1523, theme.scss */
.knr-lead__content > ul li {
  display: flex;
  align-items: center;
  gap: 13px;
  font-weight: 700; }

/* line 1530, theme.scss */
.knr-lead__content > ul span {
  display: grid;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: rgba(255, 92, 77, 0.1);
  color: var(--knr-accent-dark);
  place-items: center;
  font-size: 10px;
  font-weight: 800; }

/* line 1542, theme.scss */
.knr-lead__direct {
  display: grid;
  margin-top: 36px;
  padding-top: 25px;
  border-top: 1px solid var(--knr-line);
  gap: 5px; }

/* line 1550, theme.scss */
.knr-lead__direct > span {
  margin-bottom: 4px;
  color: var(--knr-muted);
  font-size: 12px; }

/* line 1556, theme.scss */
.knr-lead__direct a:first-of-type {
  font-size: 28px;
  font-weight: 800; }

/* line 1561, theme.scss */
.knr-form {
  padding: 36px;
  border: 1px solid rgba(31, 35, 41, 0.1);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--knr-shadow); }

/* line 1569, theme.scss */
.knr-form__success {
  display: none;
  margin-bottom: 20px;
  padding: 16px 18px;
  border-radius: 12px;
  background: #e6f8ee;
  color: #12663d;
  font-weight: 700; }

/* line 1579, theme.scss */
.knr-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px; }

/* line 1585, theme.scss */
.knr-form__field {
  display: grid;
  margin-bottom: 16px;
  gap: 7px; }

/* line 1591, theme.scss */
.knr-form__field label {
  color: var(--knr-ink-soft);
  font-size: 13px;
  font-weight: 800; }

/* line 1597, theme.scss */
.knr-form__field input,
.knr-form__field select,
.knr-form__field textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 15px;
  border: 1px solid var(--knr-line);
  border-radius: 12px;
  background: #fafbfc;
  color: var(--knr-ink);
  font: inherit;
  outline: 0;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease; }

/* line 1612, theme.scss */
.knr-form__field textarea {
  min-height: 118px;
  resize: vertical; }

/* line 1617, theme.scss */
.knr-form__field input:focus,
.knr-form__field select:focus,
.knr-form__field textarea:focus {
  border-color: var(--knr-accent);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 92, 77, 0.1); }

/* line 1625, theme.scss */
.knr-form__field small,
.knr-form__agree small {
  color: #c22f2f;
  font-size: 12px; }

/* line 1631, theme.scss */
.knr-form__compiled {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none; }

/* line 1639, theme.scss */
.knr-form__agree {
  margin: 4px 0 20px; }

/* line 1643, theme.scss */
.knr-form__agree label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--knr-muted);
  font-size: 12px;
  line-height: 1.4; }

/* line 1652, theme.scss */
.knr-form__agree input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--knr-accent); }

/* line 1659, theme.scss */
.knr-form__agree a {
  text-decoration: underline; }

/* line 1663, theme.scss */
.knr-form__submit {
  width: 100%; }

/* line 1667, theme.scss */
.knr-form__note {
  margin: 12px 0 0;
  color: #9299a2;
  text-align: center;
  font-size: 11px; }

/* Contacts */
/* line 1675, theme.scss */
.knr-contacts {
  padding: 112px 0;
  background: #fff; }

/* line 1680, theme.scss */
.knr-contacts__layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.28fr);
  gap: 24px; }

/* line 1686, theme.scss */
.knr-contacts__info {
  padding: 48px;
  border-radius: 26px;
  background: var(--knr-ink);
  color: #fff; }

/* line 1693, theme.scss */
.knr-contacts__info .knr-kicker {
  color: #ff8d81; }

/* line 1697, theme.scss */
.knr-contacts__info h2 {
  color: #fff;
  font-size: 46px; }

/* line 1702, theme.scss */
.knr-contacts__info > div {
  color: rgba(255, 255, 255, 0.64); }

/* line 1706, theme.scss */
.knr-contacts__info dl {
  display: grid;
  margin: 34px 0;
  gap: 17px; }

/* line 1712, theme.scss */
.knr-contacts__info dl > div {
  display: grid;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  grid-template-columns: 90px 1fr;
  gap: 12px; }

/* line 1720, theme.scss */
.knr-contacts__info dt {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px; }

/* line 1725, theme.scss */
.knr-contacts__info dd {
  margin: 0;
  color: #fff;
  font-weight: 700; }

/* line 1731, theme.scss */
.knr-contacts__map {
  position: relative;
  min-height: 520px;
  border-radius: 26px;
  overflow: hidden;
  background: var(--knr-soft); }

/* line 1739, theme.scss */
.knr-contacts__map iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0; }

/* line 1746, theme.scss */
.knr-contacts__map > a {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  padding: 12px 16px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(31, 35, 41, 0.14);
  align-items: center;
  gap: 14px;
  font-size: 13px;
  font-weight: 800; }

/* Footer */
/* line 1762, theme.scss */
.knr-footer {
  padding: 72px 0 26px;
  background: #171a1f;
  color: #fff; }

/* line 1768, theme.scss */
.knr-footer__lead {
  display: flex;
  padding-bottom: 58px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px; }

/* line 1777, theme.scss */
.knr-footer__lead > div > span {
  color: #ff8d81;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase; }

/* line 1785, theme.scss */
.knr-footer__lead h2 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 50px; }

/* line 1791, theme.scss */
.knr-footer__grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.2fr) repeat(2, minmax(160px, 0.7fr)) minmax(230px, 0.9fr);
  padding: 54px 0 40px;
  gap: 50px; }

/* line 1798, theme.scss */
.knr-footer__brand img {
  width: 260px; }

/* line 1802, theme.scss */
.knr-footer__brand p {
  max-width: 320px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 14px; }

/* line 1809, theme.scss */
.knr-footer__column,
.knr-footer__contacts {
  display: grid;
  align-content: start;
  gap: 10px; }

/* line 1816, theme.scss */
.knr-footer__column h3,
.knr-footer__contacts h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

/* line 1826, theme.scss */
.knr-footer__column a,
.knr-footer__contacts a,
.knr-footer__contacts p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px; }

/* line 1834, theme.scss */
.knr-footer__column a:hover,
.knr-footer__contacts a:hover {
  color: #fff; }

/* line 1839, theme.scss */
.knr-footer__contacts .knr-footer__phone {
  color: #fff;
  font-size: 20px;
  font-weight: 800; }

/* line 1845, theme.scss */
.knr-footer__contacts > span {
  color: rgba(255, 255, 255, 0.38);
  font-size: 11px; }

/* line 1850, theme.scss */
.knr-footer__legal-details {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

/* line 1855, theme.scss */
.knr-footer__legal-details summary {
  padding: 16px 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700; }

/* line 1863, theme.scss */
.knr-footer__legal-details > div {
  padding: 0 0 18px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px; }

/* line 1869, theme.scss */
.knr-footer__legal-details p {
  margin-bottom: 4px; }

/* line 1873, theme.scss */
.knr-footer__bottom {
  display: flex;
  padding: 24px 0 14px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px; }

/* line 1883, theme.scss */
.knr-footer__bottom p {
  margin-bottom: 0; }

/* line 1887, theme.scss */
.knr-footer__bottom > div {
  display: flex;
  gap: 20px; }

/* line 1892, theme.scss */
.knr-footer__trademark {
  max-width: 900px;
  margin: 0;
  color: rgba(255, 255, 255, 0.28);
  font-size: 10px; }

/* Internal pages */
/* line 1900, theme.scss */
.knr-page {
  background: #fff; }

/* line 1904, theme.scss */
.knr-page-hero {
  position: relative;
  padding: 104px 0;
  background: linear-gradient(145deg, #fff8f4, #f1f4f6);
  overflow: hidden; }

/* line 1911, theme.scss */
.knr-page-hero::after {
  position: absolute;
  top: -280px;
  right: -160px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(255, 92, 77, 0.14);
  border-radius: 50%;
  content: ""; }

/* line 1922, theme.scss */
.knr-page-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.65fr);
  gap: 80px;
  align-items: center; }

/* line 1931, theme.scss */
.knr-page-hero__content {
  position: relative;
  z-index: 2;
  max-width: 840px; }

/* line 1937, theme.scss */
.knr-page-hero__content h1 {
  margin-bottom: 26px;
  font-size: 72px;
  font-weight: 800;
  line-height: 0.98; }

/* line 1944, theme.scss */
.knr-page-hero__content > p:not(.knr-eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--knr-muted);
  font-size: 21px; }

/* line 1951, theme.scss */
.knr-page-hero__content > div:not(.knr-page-hero__actions) > p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--knr-muted);
  font-size: 21px; }

/* line 1958, theme.scss */
.knr-page-hero__actions {
  display: flex;
  margin-top: 34px;
  gap: 12px; }

/* line 1964, theme.scss */
.knr-page-hero--dark {
  background: var(--knr-ink);
  color: #fff; }

/* line 1969, theme.scss */
.knr-page-hero--dark::after {
  border-color: rgba(255, 255, 255, 0.1); }

/* line 1973, theme.scss */
.knr-page-hero--dark .knr-eyebrow {
  color: #ff8d81; }

/* line 1977, theme.scss */
.knr-page-hero--dark h1 {
  color: #fff; }

/* line 1981, theme.scss */
.knr-page-hero--dark .knr-page-hero__content > p:not(.knr-eyebrow) {
  color: rgba(255, 255, 255, 0.62); }

/* line 1985, theme.scss */
.knr-page-hero--dark .knr-page-hero__content > div:not(.knr-page-hero__actions) > p,
.knr-page-hero--image .knr-page-hero__content > div:not(.knr-page-hero__actions) > p {
  color: rgba(255, 255, 255, 0.72); }

/* line 1990, theme.scss */
.knr-page-hero__aside {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05); }

/* line 1997, theme.scss */
.knr-page-hero__aside > span {
  color: #ff8d81;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase; }

/* line 2005, theme.scss */
.knr-page-hero__aside ul {
  display: grid;
  margin: 20px 0 0;
  padding: 0;
  gap: 0;
  list-style: none; }

/* line 2013, theme.scss */
.knr-page-hero__aside li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.78); }

/* line 2019, theme.scss */
.knr-page-hero__aside li:last-child {
  border-bottom: 0; }

/* line 2023, theme.scss */
.knr-page-hero--image {
  min-height: 650px;
  padding: 120px 0;
  display: flex;
  align-items: center;
  background: var(--knr-ink); }

/* line 2031, theme.scss */
.knr-page-hero--image::after {
  display: none; }

/* line 2035, theme.scss */
.knr-page-hero__background,
.knr-page-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%; }

/* line 2043, theme.scss */
.knr-page-hero__background {
  object-fit: cover; }

/* line 2047, theme.scss */
.knr-page-hero__overlay {
  background: linear-gradient(90deg, rgba(15, 17, 20, 0.92) 0%, rgba(15, 17, 20, 0.64) 50%, rgba(15, 17, 20, 0.12) 100%); }

/* line 2051, theme.scss */
.knr-page-hero--image .knr-page-hero__content {
  width: calc(100% - 64px);
  max-width: 1320px;
  margin: 0 auto;
  color: #fff; }

/* line 2058, theme.scss */
.knr-page-hero--image .knr-page-hero__content h1 {
  max-width: 840px;
  color: #fff; }

/* line 2063, theme.scss */
.knr-page-hero--image .knr-page-hero__content > p:not(.knr-eyebrow) {
  color: rgba(255, 255, 255, 0.75); }

/* line 2067, theme.scss */
.knr-page-hero--image .knr-eyebrow {
  color: #ff9c91; }

/* line 2071, theme.scss */
.knr-page-section {
  padding: 104px 0; }

/* line 2075, theme.scss */
.knr-page-section--soft {
  background: var(--knr-soft); }

/* line 2079, theme.scss */
.knr-page-section--notice {
  padding: 34px 0;
  background: #fff0e9; }

/* line 2084, theme.scss */
.knr-page-section--notice .knr-shell {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 28px;
  align-items: start; }

/* line 2091, theme.scss */
.knr-page-section--notice strong {
  color: var(--knr-accent-dark);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase; }

/* line 2098, theme.scss */
.knr-page-section--notice p {
  margin-bottom: 0; }

/* line 2102, theme.scss */
.knr-page-section__head {
  max-width: 860px;
  margin-bottom: 52px; }

/* line 2107, theme.scss */
.knr-page-cards {
  display: grid;
  gap: 16px; }

/* line 2112, theme.scss */
.knr-page-cards--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* line 2116, theme.scss */
.knr-page-cards--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* line 2120, theme.scss */
.knr-page-cards article {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--knr-line);
  border-radius: 22px;
  background: #fff; }

/* line 2128, theme.scss */
.knr-page-cards article > span {
  display: inline-block;
  margin-bottom: 48px;
  color: var(--knr-accent-dark);
  font-size: 11px;
  font-weight: 800; }

/* line 2136, theme.scss */
.knr-page-cards h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.15; }

/* line 2142, theme.scss */
.knr-page-cards p {
  margin-bottom: 0;
  color: var(--knr-muted);
  font-size: 15px; }

/* line 2148, theme.scss */
.knr-page-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 90px;
  align-items: start; }

/* line 2155, theme.scss */
.knr-page-split > div:first-child > p:last-child {
  color: var(--knr-muted);
  font-size: 18px; }

/* line 2160, theme.scss */
.knr-page-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--knr-line);
  list-style: none; }

/* line 2167, theme.scss */
.knr-page-list li {
  display: grid;
  padding: 25px 0;
  border-bottom: 1px solid var(--knr-line);
  grid-template-columns: 54px 1fr;
  gap: 14px; }

/* line 2175, theme.scss */
.knr-page-list li > span {
  color: var(--knr-accent-dark);
  font-size: 11px;
  font-weight: 800; }

/* line 2181, theme.scss */
.knr-page-list strong {
  display: block;
  margin-bottom: 5px;
  font-size: 18px; }

/* line 2187, theme.scss */
.knr-page-list p {
  margin-bottom: 0;
  color: var(--knr-muted);
  font-size: 14px; }

/* line 2193, theme.scss */
.knr-launch-orbit {
  position: relative;
  display: grid;
  width: 420px;
  height: 420px;
  margin: 0 auto;
  border: 1px dashed rgba(255, 92, 77, 0.32);
  border-radius: 50%;
  place-items: center; }

/* line 2204, theme.scss */
.knr-launch-orbit strong {
  display: grid;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--knr-ink);
  color: #fff;
  place-items: center;
  box-shadow: var(--knr-shadow); }

/* line 2215, theme.scss */
.knr-launch-orbit span {
  position: absolute;
  padding: 9px 13px;
  border: 1px solid var(--knr-line);
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(31, 35, 41, 0.08); }

/* line 2226, theme.scss */
.knr-launch-orbit span:nth-of-type(1) {
  top: 24px;
  left: 50%;
  transform: translateX(-50%); }

/* line 2227, theme.scss */
.knr-launch-orbit span:nth-of-type(2) {
  top: 31%;
  right: -4px; }

/* line 2228, theme.scss */
.knr-launch-orbit span:nth-of-type(3) {
  right: 26px;
  bottom: 60px; }

/* line 2229, theme.scss */
.knr-launch-orbit span:nth-of-type(4) {
  bottom: 25px;
  left: 26%; }

/* line 2230, theme.scss */
.knr-launch-orbit span:nth-of-type(5) {
  top: 42%;
  left: -12px; }

/* line 2232, theme.scss */
.knr-page-content {
  max-width: 940px;
  color: var(--knr-ink-soft); }

/* line 2237, theme.scss */
.knr-page-content h2,
.knr-page-content h3 {
  margin-top: 1.5em; }

/* Simple services directory (replaces the product catalog) */
/* line 2243, theme.scss */
.knr-directory-hero {
  padding: 92px 0; }

/* line 2247, theme.scss */
.knr-directory-hero .knr-page-hero__content {
  max-width: 1000px; }

/* line 2251, theme.scss */
.knr-directory-hero .knr-page-hero__content h1 {
  max-width: 940px; }

/* line 2255, theme.scss */
.knr-directory-hero .knr-text-link {
  min-height: 52px;
  padding: 0 8px; }

/* line 2260, theme.scss */
.knr-directory-section {
  padding: 92px 0;
  background: #fff; }

/* line 2265, theme.scss */
.knr-directory-section--soft {
  background: var(--knr-soft); }

/* line 2269, theme.scss */
.knr-directory-section__head {
  display: grid;
  max-width: 920px;
  margin-bottom: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 10px 70px;
  align-items: end; }

/* line 2278, theme.scss */
.knr-directory-section__head .knr-kicker {
  grid-column: 1 / -1; }

/* line 2282, theme.scss */
.knr-directory-section__head h2 {
  margin: 0; }

/* line 2286, theme.scss */
.knr-directory-section__head > p:last-child {
  margin: 0 0 5px;
  color: var(--knr-muted); }

/* line 2291, theme.scss */
.knr-directory-list {
  border-top: 1px solid var(--knr-line); }

/* line 2295, theme.scss */
.knr-directory-row {
  display: grid;
  min-height: 144px;
  padding: 28px 0;
  border-bottom: 1px solid var(--knr-line);
  grid-template-columns: 58px minmax(210px, 0.7fr) minmax(280px, 1.3fr) auto;
  gap: 28px;
  align-items: center;
  scroll-margin-top: 126px;
  transition: background-color 180ms ease, padding 180ms ease; }

/* line 2307, theme.scss */
.knr-directory-row:hover,
.knr-directory-row:target {
  padding-right: 22px;
  padding-left: 22px;
  background: var(--knr-warm); }

/* line 2314, theme.scss */
.knr-directory-row__number {
  color: var(--knr-accent-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em; }

/* line 2321, theme.scss */
.knr-directory-row h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.15; }

/* line 2327, theme.scss */
.knr-directory-row__text,
.knr-directory-row__text p {
  margin: 0;
  color: var(--knr-muted);
  font-size: 15px;
  line-height: 1.55; }

/* line 2335, theme.scss */
.knr-directory-row > a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--knr-ink) !important;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap; }

/* line 2345, theme.scss */
.knr-directory-row > a span {
  color: var(--knr-accent);
  font-size: 18px;
  transition: transform 180ms ease; }

/* line 2351, theme.scss */
.knr-directory-row > a:hover span {
  transform: translate(3px, -3px); }

/* line 2355, theme.scss */
.knr-about-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 90px;
  align-items: center; }

/* line 2364, theme.scss */
.knr-about-hero__content h1 {
  margin-bottom: 24px;
  font-size: 82px;
  font-weight: 800;
  line-height: 0.95; }

/* line 2371, theme.scss */
.knr-about-hero__content > p:not(.knr-eyebrow) {
  max-width: 700px;
  color: var(--knr-muted);
  font-size: 21px; }

/* line 2377, theme.scss */
.knr-about-hero__content > div > p {
  max-width: 700px;
  color: var(--knr-muted);
  font-size: 21px; }

/* line 2383, theme.scss */
.knr-about-hero__content blockquote {
  max-width: 690px;
  margin: 38px 0 0;
  padding: 24px 0 0;
  border: 0;
  border-top: 1px solid var(--knr-line);
  color: var(--knr-ink);
  font-size: 30px;
  font-weight: 750;
  line-height: 1.2; }

/* line 2395, theme.scss */
.knr-about-hero__media {
  position: relative;
  width: 100%;
  max-width: 480px;
  justify-self: end; }

/* line 2402, theme.scss */
.knr-about-hero__media img {
  display: block;
  width: 100%;
  height: auto !important;
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  background: #f3ece8;
  object-fit: contain;
  object-position: center;
  box-shadow: var(--knr-shadow); }

/* line 2414, theme.scss */
.knr-about-hero__media span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 10px 13px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 800;
  backdrop-filter: blur(10px); }

/* line 2426, theme.scss */
.knr-about-values {
  display: grid;
  gap: 14px; }

/* line 2431, theme.scss */
.knr-about-values article {
  padding: 22px 24px;
  border: 1px solid var(--knr-line);
  border-radius: 18px;
  background: #fff; }

/* line 2438, theme.scss */
.knr-about-values strong {
  font-size: 18px; }

/* line 2442, theme.scss */
.knr-about-values p {
  margin: 5px 0 0;
  color: var(--knr-muted);
  font-size: 14px; }

/* line 2448, theme.scss */
.knr-article-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(420px, 0.6fr);
  gap: 90px;
  align-items: center; }

/* line 2455, theme.scss */
.knr-article-proof > div > p:not(.knr-kicker) {
  color: var(--knr-muted);
  font-size: 18px; }

/* line 2460, theme.scss */
.knr-article-proof > img {
  width: 100%;
  max-height: 760px;
  border-radius: 22px;
  object-fit: cover;
  object-position: top;
  box-shadow: var(--knr-shadow); }

/* line 2469, theme.scss */
.knr-contact-page-grid {
  display: grid;
  grid-template-columns: minmax(350px, 0.7fr) minmax(0, 1.3fr);
  gap: 24px; }

/* line 2475, theme.scss */
.knr-contact-page-card {
  display: grid;
  padding: 40px;
  border-radius: 24px;
  background: var(--knr-ink);
  color: #fff;
  align-content: start; }

/* line 2484, theme.scss */
.knr-contact-page-card > span {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.43);
  font-size: 11px;
  text-transform: uppercase; }

/* line 2491, theme.scss */
.knr-contact-page-card > span:first-child {
  margin-top: 0; }

/* line 2495, theme.scss */
.knr-contact-page-card a,
.knr-contact-page-card p {
  margin: 4px 0 0;
  color: #fff;
  font-size: 21px;
  font-weight: 750; }

/* line 2503, theme.scss */
.knr-contact-page-card small {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.43); }

/* line 2508, theme.scss */
.knr-contact-page-map {
  min-height: 520px;
  border-radius: 24px;
  overflow: hidden; }

/* line 2514, theme.scss */
.knr-contact-page-map iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0; }

/* line 2521, theme.scss */
.knr-requisites {
  padding: 10px 0; }

/* line 2525, theme.scss */
.knr-requisites dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  gap: 0 50px; }

/* line 2532, theme.scss */
.knr-requisites dl > div {
  display: grid;
  padding: 18px 0;
  border-bottom: 1px solid var(--knr-line);
  grid-template-columns: 170px 1fr;
  gap: 20px; }

/* line 2540, theme.scss */
.knr-requisites dt {
  color: var(--knr-muted);
  font-size: 12px; }

/* line 2545, theme.scss */
.knr-requisites dd {
  margin: 0;
  font-weight: 700;
  word-break: break-word; }

/* line 2551, theme.scss */
.knr-page-cta {
  padding: 70px 0;
  background: var(--knr-accent);
  color: #fff; }

/* line 2557, theme.scss */
.knr-page-cta__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px; }

/* line 2564, theme.scss */
.knr-page-cta__inner > div:first-child {
  max-width: 800px; }

/* line 2568, theme.scss */
.knr-page-cta__inner > div:first-child > span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase; }

/* line 2575, theme.scss */
.knr-page-cta h2 {
  margin: 10px 0 14px;
  color: #fff; }

/* line 2580, theme.scss */
.knr-page-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78); }

/* line 2585, theme.scss */
.knr-page-cta__inner > div:last-child {
  display: grid;
  min-width: 250px;
  gap: 14px; }

/* line 2591, theme.scss */
.knr-page-cta__phone {
  color: #fff !important;
  text-align: center;
  font-weight: 800; }

/* Standard InSales pages */
/* line 2598, theme.scss */
body:not([data-theme-template="index"]) main {
  min-height: 50vh; }

/* line 2602, theme.scss */
body[data-theme-template="collection"] .page_section_top,
body[data-theme-template="product"] main,
body[data-theme-template="cart"] main,
body[data-theme-template="search"] main,
body[data-theme-template="favorite"] main,
body[data-theme-template="compare"] main,
body[data-theme-template="blog"] main,
body[data-theme-template="article"] main,
body[data-theme-template="page"] main {
  background: #fff; }

/* line 2614, theme.scss */
.widget-type_system_widget_v4_page_title_1 .page-title,
.widget-type_system_widget_v4_collection_description_1 .collection-description,
.widget-type_system_widget_v4_page_content_1 .page-content,
.widget-type_system_widget_v4_product_1 .product,
.widget-type_system_widget_v4_product_info_2 .product-info {
  color: var(--knr-ink); }

/* line 2622, theme.scss */
.product-preview,
.product-card,
.collection-card {
  border-radius: 18px !important; }

/* line 2628, theme.scss */
.product-preview:has(a[href*="/product/konturshkola"]),
.product-card:has(a[href*="/product/konturshkola"]),
[data-product-id]:has(a[href*="/product/konturshkola"]) {
  display: none !important; }

/* line 2634, theme.scss */
.knr-product-retired {
  padding: 120px 0;
  text-align: center; }

/* line 2639, theme.scss */
.knr-product-retired .knr-shell {
  max-width: 820px; }

/* line 2643, theme.scss */
.knr-product-retired h1 {
  margin-bottom: 22px;
  font-size: 64px;
  line-height: 1; }

/* line 2649, theme.scss */
.knr-product-retired p:not(.knr-kicker) {
  margin-bottom: 30px;
  color: var(--knr-muted);
  font-size: 19px; }

/* line 2655, theme.scss */
.button,
.form-control {
  border-radius: 12px; }

/* Editor friendliness */
/* line 2661, theme.scss */
[style*="--is-editor:true"] .knr-header,
[style*="--is-editor: true"] .knr-header {
  position: static;
  z-index: auto; }

/* line 2667, theme.scss */
[style*="--is-editor:true"] .knr-site-header,
[style*="--is-editor: true"] .knr-site-header {
  position: static;
  z-index: auto; }

/* line 2673, theme.scss */
[style*="--is-editor:true"] main,
[style*="--is-editor: true"] main {
  overflow: visible; }

/* line 2678, theme.scss */
[style*="--is-editor:true"] .edit-widget-buttons,
[style*="--is-editor: true"] .edit-widget-buttons {
  z-index: 2147483000 !important;
  pointer-events: auto !important; }

/* line 2684, theme.scss */
[style*="--is-editor:true"] .edit-widget-buttons *,
[style*="--is-editor: true"] .edit-widget-buttons * {
  pointer-events: auto !important; }

/* line 2689, theme.scss */
[style*="--is-editor:true"] .editable-block,
[style*="--is-editor: true"] .editable-block {
  min-height: 30px; }

/* line 2694, theme.scss */
[style*="--is-editor:true"] .knr-reveal,
[style*="--is-editor: true"] .knr-reveal {
  opacity: 1 !important;
  transform: none !important; }

/* line 2700, theme.scss */
[style*="--is-editor:true"] .knr-mobile-menu:not(.is-open),
[style*="--is-editor: true"] .knr-mobile-menu:not(.is-open) {
  display: none !important; }

/* line 2705, theme.scss */
[style*="--is-editor:true"] .knr-mobile-menu.is-open,
[style*="--is-editor: true"] .knr-mobile-menu.is-open {
  display: block !important; }

/* Motion */
/* line 2711, theme.scss */
.knr-motion .knr-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease; }

/* line 2717, theme.scss */
.knr-motion .knr-reveal.is-visible {
  opacity: 1;
  transform: translateY(0); }

/* Responsive */
@media (max-width: 1180px) {
  /* line 2724, theme.scss */
  .knr-header__main-inner {
    grid-template-columns: 210px 1fr auto;
    gap: 20px; }

  /* line 2728, theme.scss */
  .knr-header__nav {
    gap: 18px; }

  /* line 2731, theme.scss */
  .knr-header__phone {
    display: none; }

  /* line 2734, theme.scss */
  .knr-hero__grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr); }

  /* line 2737, theme.scss */
  .knr-hero__content h1 {
    font-size: 66px; }

  /* line 2740, theme.scss */
  .knr-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* line 2743, theme.scss */
  .knr-service-card {
    min-height: 310px; }

  /* line 2746, theme.scss */
  .knr-page-cards--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* line 2749, theme.scss */
  .knr-footer__grid {
    grid-template-columns: 1.2fr repeat(3, 0.8fr);
    gap: 28px; } }
@media (max-width: 980px) {
  /* line 2756, theme.scss */
  html {
    scroll-padding-top: 120px; }

  /* line 2759, theme.scss */
  .knr-site-header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 900;
    top: 0;
    width: 100%;
    isolation: isolate; }

  /* line 2767, theme.scss */
  .knr-site-header .knr-header {
    box-shadow: 0 10px 28px rgba(31, 35, 41, 0.1); }

  /* line 2770, theme.scss */
  .knr-shell {
    width: calc(100% - 40px); }

  /* line 2773, theme.scss */
  .knr-header__top-address,
  .knr-header__nav,
  .knr-header__actions > .knr-button {
    display: none; }

  /* line 2778, theme.scss */
  .knr-header__main-inner {
    grid-template-columns: 1fr auto;
    min-height: 74px; }

  /* line 2782, theme.scss */
  .knr-header__logo img {
    width: 215px; }

  /* line 2785, theme.scss */
  .knr-header__burger {
    display: flex; }

  /* line 2788, theme.scss */
  .knr-hero {
    padding-top: 42px; }

  /* line 2791, theme.scss */
  .knr-hero__grid {
    grid-template-columns: 1fr;
    min-height: 0; }

  /* line 2795, theme.scss */
  .knr-hero__content {
    max-width: 760px;
    padding-bottom: 20px; }

  /* line 2799, theme.scss */
  .knr-hero__content h1 {
    font-size: 70px; }

  /* line 2802, theme.scss */
  .knr-hero__visual {
    min-height: 520px; }

  /* line 2805, theme.scss */
  .knr-hero__visual > img {
    width: 840px; }

  /* line 2808, theme.scss */
  .knr-section-head,
  .knr-support__intro,
  .knr-process__head,
  .knr-faq__layout,
  .knr-lead__layout,
  .knr-page-split,
  .knr-page-hero__grid,
  .knr-about-hero,
  .knr-article-proof {
    grid-template-columns: 1fr;
    gap: 36px; }

  /* line 2820, theme.scss */
  .knr-support__layout {
    grid-template-columns: 1fr; }

  /* line 2823, theme.scss */
  .knr-expert-card {
    grid-template-columns: 0.9fr 1.1fr;
    grid-template-rows: auto;
    min-height: 360px; }

  /* line 2828, theme.scss */
  .knr-expert-card__image {
    min-height: 360px; }

  /* line 2831, theme.scss */
  .knr-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 20px; }

  /* line 2835, theme.scss */
  .knr-process__steps::before {
    display: none; }

  /* line 2838, theme.scss */
  .knr-faq__intro {
    position: static; }

  /* line 2841, theme.scss */
  .knr-lead__layout {
    max-width: 760px; }

  /* line 2844, theme.scss */
  .knr-contacts__layout,
  .knr-contact-page-grid {
    grid-template-columns: 1fr; }

  /* line 2848, theme.scss */
  .knr-page-cards--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* line 2851, theme.scss */
  .knr-page-hero__aside {
    max-width: 620px; }

  /* line 2854, theme.scss */
  .knr-directory-section__head {
    grid-template-columns: 1fr;
    gap: 12px; }

  /* line 2858, theme.scss */
  .knr-directory-section__head .knr-kicker {
    grid-column: auto; }

  /* line 2861, theme.scss */
  .knr-directory-row {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 12px 20px; }

  /* line 2865, theme.scss */
  .knr-directory-row__text {
    grid-column: 2 / -1; }

  /* line 2868, theme.scss */
  .knr-directory-row > a {
    grid-column: 3;
    grid-row: 1; }

  /* line 2872, theme.scss */
  .knr-about-hero__media {
    max-width: 520px; }

  /* line 2875, theme.scss */
  .knr-article-proof > img {
    max-width: 560px; }

  /* line 2878, theme.scss */
  .knr-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 700px) {
  /* line 2884, theme.scss */
  .knr-shell,
  .knr-page-hero--image .knr-page-hero__content {
    width: calc(100% - 32px); }

  /* line 2888, theme.scss */
  .knr-section,
  .knr-page {
    font-size: 16px; }

  /* line 2892, theme.scss */
  .knr-section h2,
  .knr-page-section h2,
  .knr-page-cta h2 {
    font-size: 38px;
    line-height: 1.04; }

  /* line 2898, theme.scss */
  .knr-section-head,
  .knr-support__intro,
  .knr-process__head {
    margin-bottom: 36px;
    gap: 18px; }

  /* line 2904, theme.scss */
  .knr-header__topline-inner {
    min-height: 31px; }

  /* line 2907, theme.scss */
  .knr-header__topline-inner > a {
    display: none; }

  /* line 2910, theme.scss */
  .knr-header__status {
    font-size: 10px; }

  /* line 2913, theme.scss */
  .knr-header__logo img {
    width: 185px; }

  /* line 2916, theme.scss */
  .knr-header__main-inner {
    min-height: 68px; }

  /* line 2919, theme.scss */
  .knr-header__burger {
    width: 43px;
    height: 43px; }

  /* line 2923, theme.scss */
  .knr-mobile-menu__panel {
    width: 100%;
    max-width: none;
    padding: 20px; }

  /* line 2928, theme.scss */
  .knr-mobile-menu__backdrop {
    display: none; }

  /* line 2931, theme.scss */
  .knr-mobile-menu__head img {
    width: 185px; }

  /* line 2934, theme.scss */
  .knr-mobile-menu nav a {
    padding: 14px 0;
    font-size: 16px; }

  /* line 2938, theme.scss */
  .knr-hero {
    padding-top: 28px; }

  /* line 2941, theme.scss */
  .knr-hero::before {
    display: none; }

  /* line 2944, theme.scss */
  .knr-hero__content {
    padding: 28px 0 8px; }

  /* line 2947, theme.scss */
  .knr-hero__content h1 {
    margin-bottom: 21px;
    font-size: 49px;
    line-height: 0.98; }

  /* line 2952, theme.scss */
  .knr-hero__lead {
    font-size: 18px; }

  /* line 2955, theme.scss */
  .knr-hero__actions {
    display: grid;
    margin-top: 26px; }

  /* line 2959, theme.scss */
  .knr-hero__trust {
    display: grid;
    margin-top: 26px; }

  /* line 2963, theme.scss */
  .knr-hero__visual {
    min-height: 390px;
    margin: 0 -16px; }

  /* line 2967, theme.scss */
  .knr-hero__visual > img {
    width: 650px;
    transform: translate(-50%, -48%); }

  /* line 2971, theme.scss */
  .knr-hero__halo {
    width: 330px;
    height: 330px; }

  /* line 2975, theme.scss */
  .knr-hero__chip {
    padding: 8px 10px;
    font-size: 10px; }

  /* line 2979, theme.scss */
  .knr-hero__chip--one {
    top: 19%;
    left: 7%; }

  /* line 2980, theme.scss */
  .knr-hero__chip--two {
    top: 29%;
    right: 2%; }

  /* line 2981, theme.scss */
  .knr-hero__chip--three {
    bottom: 17%;
    left: 5%; }

  /* line 2982, theme.scss */
  .knr-hero__chip--four {
    right: 3%;
    bottom: 12%; }

  /* line 2983, theme.scss */
  .knr-hero__badge {
    right: 9%;
    bottom: 26%;
    width: 105px;
    height: 105px;
    border-width: 5px; }

  /* line 2990, theme.scss */
  .knr-hero__badge strong {
    font-size: 18px; }

  /* line 2993, theme.scss */
  .knr-hero__badge span {
    font-size: 9px; }

  /* line 2996, theme.scss */
  .knr-services,
  .knr-business,
  .knr-support,
  .knr-directions,
  .knr-process,
  .knr-faq,
  .knr-lead,
  .knr-contacts,
  .knr-page-section {
    padding: 74px 0; }

  /* line 3007, theme.scss */
  .knr-services__grid,
  .knr-business__grid,
  .knr-support__cards,
  .knr-directions__grid,
  .knr-process__steps,
  .knr-page-cards--3,
  .knr-page-cards--4,
  .knr-requisites dl {
    grid-template-columns: 1fr; }

  /* line 3017, theme.scss */
  .knr-service-card {
    min-height: 290px;
    padding: 24px; }

  /* line 3021, theme.scss */
  .knr-business-card {
    min-height: 410px;
    padding: 30px 24px; }

  /* line 3025, theme.scss */
  .knr-business-card > span {
    margin-bottom: 38px; }

  /* line 3028, theme.scss */
  .knr-services__footer {
    align-items: flex-start;
    flex-direction: column; }

  /* line 3032, theme.scss */
  .knr-expert-card {
    grid-template-columns: 1fr;
    grid-template-rows: 210px auto; }

  /* line 3036, theme.scss */
  .knr-expert-card__image {
    min-height: 210px; }

  /* line 3039, theme.scss */
  .knr-support__facts {
    grid-template-columns: 1fr; }

  /* line 3042, theme.scss */
  .knr-support__facts > div {
    min-height: 105px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11); }

  /* line 3047, theme.scss */
  .knr-support__facts > div:last-child {
    border-bottom: 0; }

  /* line 3050, theme.scss */
  .knr-direction-card__image {
    height: 220px; }

  /* line 3053, theme.scss */
  .knr-direction-card__body {
    padding: 24px; }

  /* line 3056, theme.scss */
  .knr-process__steps {
    gap: 28px; }

  /* line 3059, theme.scss */
  .knr-process-step {
    padding-right: 0; }

  /* line 3062, theme.scss */
  .knr-process-step__number {
    margin-bottom: 18px; }

  /* line 3065, theme.scss */
  .knr-faq__layout {
    gap: 28px; }

  /* line 3068, theme.scss */
  .knr-faq-item summary {
    font-size: 17px; }

  /* line 3071, theme.scss */
  .knr-faq-item > div {
    padding-right: 40px; }

  /* line 3074, theme.scss */
  .knr-lead__content {
    padding-top: 0; }

  /* line 3077, theme.scss */
  .knr-form {
    padding: 24px 18px;
    border-radius: 20px; }

  /* line 3081, theme.scss */
  .knr-form__row {
    grid-template-columns: 1fr;
    gap: 0; }

  /* line 3085, theme.scss */
  .knr-contacts__info {
    padding: 30px 24px; }

  /* line 3088, theme.scss */
  .knr-contacts__info h2 {
    font-size: 38px; }

  /* line 3091, theme.scss */
  .knr-contacts__info dl > div {
    grid-template-columns: 1fr;
    gap: 3px; }

  /* line 3095, theme.scss */
  .knr-contacts__map,
  .knr-contacts__map iframe,
  .knr-contact-page-map,
  .knr-contact-page-map iframe {
    min-height: 390px; }

  /* line 3101, theme.scss */
  .knr-footer {
    padding-top: 54px; }

  /* line 3104, theme.scss */
  .knr-footer__lead,
  .knr-footer__bottom,
  .knr-page-cta__inner {
    align-items: flex-start;
    flex-direction: column; }

  /* line 3110, theme.scss */
  .knr-footer__lead h2 {
    font-size: 40px; }

  /* line 3113, theme.scss */
  .knr-footer__grid {
    grid-template-columns: 1fr;
    gap: 34px; }

  /* line 3117, theme.scss */
  .knr-footer__bottom > div {
    flex-direction: column;
    gap: 8px; }

  /* line 3121, theme.scss */
  .knr-page-hero {
    padding: 76px 0; }

  /* line 3124, theme.scss */
  .knr-page-hero__content h1,
  .knr-about-hero__content h1 {
    font-size: 50px; }

  /* line 3128, theme.scss */
  .knr-page-hero__content > p:not(.knr-eyebrow),
  .knr-about-hero__content > p:not(.knr-eyebrow),
  .knr-page-hero__content > div:not(.knr-page-hero__actions) > p,
  .knr-about-hero__content > div > p {
    font-size: 18px; }

  /* line 3134, theme.scss */
  .knr-page-hero__actions {
    display: grid; }

  /* line 3137, theme.scss */
  .knr-page-hero--image {
    min-height: 610px; }

  /* line 3140, theme.scss */
  .knr-page-hero__overlay {
    background: linear-gradient(90deg, rgba(15, 17, 20, 0.93), rgba(15, 17, 20, 0.68)); }

  /* line 3143, theme.scss */
  .knr-page-cards article {
    min-height: 220px; }

  /* line 3146, theme.scss */
  .knr-page-section--notice .knr-shell {
    grid-template-columns: 1fr;
    gap: 8px; }

  /* line 3150, theme.scss */
  .knr-directory-hero,
  .knr-directory-section {
    padding: 68px 0; }

  /* line 3154, theme.scss */
  .knr-directory-section__head {
    margin-bottom: 28px; }

  /* line 3157, theme.scss */
  .knr-directory-row {
    min-height: 0;
    padding: 24px 0;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px 12px; }

  /* line 3163, theme.scss */
  .knr-directory-row:hover,
  .knr-directory-row:target {
    padding-right: 14px;
    padding-left: 14px; }

  /* line 3168, theme.scss */
  .knr-directory-row h3,
  .knr-directory-row__text,
  .knr-directory-row > a {
    grid-column: 2; }

  /* line 3173, theme.scss */
  .knr-directory-row h3 {
    font-size: 20px; }

  /* line 3176, theme.scss */
  .knr-directory-row__text {
    grid-row: auto; }

  /* line 3179, theme.scss */
  .knr-directory-row > a {
    grid-row: auto;
    justify-self: start;
    white-space: normal; }

  /* line 3184, theme.scss */
  .knr-launch-orbit {
    width: 320px;
    height: 320px;
    max-width: 100%; }

  /* line 3189, theme.scss */
  .knr-launch-orbit strong {
    width: 120px;
    height: 120px; }

  /* line 3193, theme.scss */
  .knr-about-hero {
    gap: 38px; }

  /* line 3196, theme.scss */
  .knr-about-hero__content blockquote {
    font-size: 24px; }

  /* line 3199, theme.scss */
  .knr-article-proof {
    gap: 36px; }

  /* line 3202, theme.scss */
  .knr-contact-page-card {
    padding: 28px 24px; }

  /* line 3205, theme.scss */
  .knr-requisites dl > div {
    grid-template-columns: 1fr;
    gap: 5px; }

  /* line 3209, theme.scss */
  .knr-page-cta {
    padding: 56px 0; }

  /* line 3212, theme.scss */
  .knr-page-cta__inner > div:last-child {
    width: 100%;
    min-width: 0; } }
@media (prefers-reduced-motion: reduce) {
  /* line 3219, theme.scss */
  html {
    scroll-behavior: auto; }

  /* line 3220, theme.scss */
  .knr-hero__ticker > div,
  .knr-hero__chip,
  .knr-hero__halo {
    animation: none !important; }

  /* line 3225, theme.scss */
  .knr-motion .knr-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important; } }
