/* 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, #76BC21);
  --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, #85d325);
  --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, #93dc39);
  --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, #bbe983);
  --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, #76BC21);
  --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, #85d325);
  --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, #93dc39);
  --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, #bbe983);
  --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, #333333);
  --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, #474747);
  --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, #5c5c5c);
  --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, #999999);
  --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, 0px);
  --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, 1.5);
  --heading-weight:var(--draft-heading-weight, 600);
  --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, 1240px);
  --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, true);
  --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 */
:root {
  --ng-red: #d92d27;
  --ng-red-dark: #b9201c;
  --ng-ink: #171717;
  --ng-muted: #686868;
  --ng-line: #dedede;
  --ng-soft: #f5f5f3;
  --ng-white: #ffffff;
  --ng-shell: 1320px; }

/* line 15, theme.scss */
* {
  box-sizing: border-box; }

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

/* line 23, theme.scss */
body {
  color: var(--ng-ink);
  background: var(--ng-white);
  letter-spacing: 0; }

/* line 29, theme.scss */
body,
button,
input,
select,
textarea {
  font-family: "PT Root UI", Arial, sans-serif; }

/* line 37, theme.scss */
a {
  color: inherit; }

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

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

/* line 52, theme.scss */
.ng-topbar {
  position: relative;
  z-index: 30;
  color: #e8e8e8;
  background: var(--ng-ink);
  font-size: 13px; }

/* line 60, theme.scss */
.ng-topbar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px; }

/* line 68, theme.scss */
.ng-topbar__contacts {
  display: flex;
  align-items: center;
  gap: 28px; }

/* line 74, theme.scss */
.ng-topbar a {
  color: var(--ng-white);
  font-weight: 600;
  text-decoration: none; }

/* line 80, theme.scss */
.ng-topbar__secondary-phone {
  opacity: 0.9; }

/* line 84, theme.scss */
.ng-site-header {
  position: relative;
  z-index: 25;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: var(--ng-white);
  transition: box-shadow 180ms ease; }

/* line 92, theme.scss */
.ng-header-logo {
  position: absolute;
  z-index: 10;
  top: 17px;
  left: 50%;
  width: 270px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%); }

/* line 105, theme.scss */
.ng-header-logo::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -17px;
  left: 50%;
  width: 360px;
  height: 92px;
  background: var(--ng-white);
  pointer-events: none;
  transform: translateX(-50%); }

/* line 118, theme.scss */
.ng-header-logo img {
  position: relative;
  z-index: 1;
  width: 270px;
  height: 54px;
  display: block;
  object-fit: contain; }

/* line 127, theme.scss */
.ng-site-header.ng-header--scrolled {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); }

/* line 131, theme.scss */
.ng-site-header [data-widget-type*="header"] {
  --layout-side-padding: 24px; }

/* line 135, theme.scss */
.ng-site-header [data-widget-type*="header"] [class*="logo"],
.ng-site-header [data-widget-type*="header"] a[href="/"] {
  display: none !important; }

/* line 140, theme.scss */
.ng-site-header .ng-menu-link {
  color: inherit !important;
  background: transparent !important;
  border-bottom-color: transparent !important;
  text-decoration: none !important; }

/* line 147, theme.scss */
.ng-site-header .ng-menu-link::before,
.ng-site-header .ng-menu-link::after {
  display: none !important; }

/* line 152, theme.scss */
.ng-site-header .ng-site-menu {
  position: relative;
  z-index: 3; }

/* line 157, theme.scss */
.ng-site-header .ng-site-menu > li {
  display: block; }

/* line 161, theme.scss */
.ng-site-header .ng-site-menu .ng-menu-link {
  width: 100%;
  color: var(--ng-ink) !important; }

/* line 166, theme.scss */
.ng-site-header .ng-site-menu .ng-menu-sale__link {
  color: var(--ng-red) !important;
  font-weight: 700; }

/* line 171, theme.scss */
.ng-site-header a[href*="aktsii"],
.ng-site-header a[href*="sale"],
.ng-site-header a[href*="actions"],
.ng-site-header .ng-menu-link--sale,
.ng-site-header .ng-menu-sale__link {
  color: var(--ng-red) !important;
  font-weight: 700 !important; }

/* line 180, theme.scss */
.ng-site-header a[href*="aktsii"] *,
.ng-site-header a[href*="sale"] *,
.ng-site-header a[href*="actions"] *,
.ng-site-header .ng-menu-link--sale * {
  color: var(--ng-red) !important; }

/* line 187, theme.scss */
.ng-site-header .ng-site-menu .is-current > .ng-menu-link {
  font-weight: 700; }

/* line 191, theme.scss */
body.ng-navigation-open .ng-site-header,
body.ng-mobile-navigation-open .ng-site-header {
  position: relative;
  z-index: 10020 !important; }

/* line 197, theme.scss */
body.ng-navigation-open .ng-topbar,
body.ng-mobile-navigation-open .ng-topbar,
body.ng-system-menu-open .ng-topbar,
body.ng-fallback-nav-open .ng-topbar {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important; }

/* line 206, theme.scss */
.ng-system-menu-title-hidden {
  display: none !important; }

/*
  Mobile menu layering fix.
  Do not raise every element whose class contains menu/navigation: system backdrops can
  then sit above the links and make the opened menu visible but not clickable.
*/
/* line 215, theme.scss */
body.ng-navigation-open .ng-site-header .ng-navigation-panel {
  z-index: 10030 !important;
  pointer-events: auto !important; }

/* line 220, theme.scss */
body.ng-navigation-open .ng-site-header .ng-navigation-panel a,
body.ng-navigation-open .ng-site-header .ng-navigation-panel button,
body.ng-navigation-open .ng-site-header .ng-navigation-panel [role="button"],
body.ng-navigation-open .ng-site-header .ng-site-menu,
body.ng-navigation-open .ng-site-header .ng-site-menu a,
body.ng-navigation-open .ng-site-header .ng-site-menu button {
  position: relative;
  z-index: 10031 !important;
  pointer-events: auto !important; }

/* line 231, theme.scss */
body.ng-navigation-open [class*="backdrop"],
body.ng-navigation-open [class*="overlay"],
body.ng-navigation-open [class*="shade"],
body.ng-navigation-open [class*="curtain"] {
  pointer-events: none !important; }

/* line 238, theme.scss */
body.ng-navigation-open .ng-navigation-panel,
body.ng-navigation-open .ng-navigation-panel *,
body.ng-navigation-open .ng-site-menu,
body.ng-navigation-open .ng-site-menu * {
  pointer-events: auto !important; }

/* line 245, theme.scss */
.ng-kicker {
  margin: 0 0 14px;
  color: var(--ng-red);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.08em; }

/* line 255, theme.scss */
.ng-section {
  padding: 88px 0; }

/* line 259, theme.scss */
.ng-section h2,
.ng-manufacturer h2,
.ng-cta h2 {
  margin: 0;
  color: var(--ng-ink);
  font-size: 42px;
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: 0; }

/* line 270, theme.scss */
.ng-section__heading {
  margin-bottom: 38px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px; }

/* line 278, theme.scss */
.ng-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ng-ink);
  font-weight: 650;
  text-decoration: none;
  border-bottom: 1px solid var(--ng-ink);
  padding-bottom: 4px; }

/* line 289, theme.scss */
.ng-text-link span {
  color: var(--ng-red);
  transition: transform 180ms ease; }

/* line 294, theme.scss */
.ng-text-link:hover span {
  transform: translateX(4px); }

/* line 298, theme.scss */
.ng-mobile-section-link {
  display: none; }

/* line 302, theme.scss */
.ng-button {
  min-height: 52px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease; }

/* line 317, theme.scss */
.ng-button:hover {
  transform: translateY(-1px); }

/* line 321, theme.scss */
.ng-button--primary {
  color: var(--ng-white);
  background: var(--ng-red);
  border-color: var(--ng-red); }

/* line 327, theme.scss */
.ng-button--primary:hover {
  background: var(--ng-red-dark);
  border-color: var(--ng-red-dark); }

/* line 332, theme.scss */
.ng-button--light {
  color: var(--ng-white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.72); }

/* line 338, theme.scss */
.ng-button--light:hover {
  color: var(--ng-ink);
  background: var(--ng-white);
  border-color: var(--ng-white); }

/* line 344, theme.scss */
.ng-hero {
  position: relative;
  min-height: 670px;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: var(--ng-white);
  background: #252525; }

/* line 354, theme.scss */
.ng-hero__image,
.ng-hero__shade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 365, theme.scss */
.ng-hero__slides {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* line 373, theme.scss */
.ng-hero__image {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.015);
  transition: opacity 900ms ease, visibility 900ms ease, transform 6500ms ease; }

/* line 381, theme.scss */
.ng-hero__image > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 52%; }

/* line 389, theme.scss */
.ng-hero__image.is-active {
  visibility: visible;
  opacity: 1;
  transform: scale(1); }

/* line 395, theme.scss */
.ng-hero__shade {
  background: linear-gradient(90deg, rgba(8, 8, 8, 0.88) 0%, rgba(8, 8, 8, 0.7) 36%, rgba(8, 8, 8, 0.16) 72%, rgba(8, 8, 8, 0.08) 100%); }

/* line 399, theme.scss */
.ng-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 76px;
  padding-bottom: 62px; }

/* line 406, theme.scss */
.ng-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ng-white);
  font-size: 64px;
  font-weight: 680;
  line-height: 0.98;
  letter-spacing: 0; }

/* line 416, theme.scss */
.ng-hero__lead {
  max-width: 660px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  line-height: 1.45; }

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

/* line 431, theme.scss */
.ng-hero__facts {
  margin: 60px 0 0;
  padding: 0;
  display: flex;
  gap: 0;
  list-style: none; }

/* line 439, theme.scss */
.ng-hero__facts li {
  min-width: 168px;
  padding: 2px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.28); }

/* line 445, theme.scss */
.ng-hero__facts li:first-child {
  padding-left: 0;
  border-left: 0; }

/* line 450, theme.scss */
.ng-hero__facts strong,
.ng-hero__facts span {
  display: block; }

/* line 455, theme.scss */
.ng-hero__facts strong {
  margin-bottom: 4px;
  font-size: 16px; }

/* line 460, theme.scss */
.ng-hero__facts span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px; }

/* line 465, theme.scss */
.ng-hero__controls {
  position: absolute;
  z-index: 4;
  right: 24px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 13px; }

@media (min-width: 1368px) {
  /* line 476, theme.scss */
  .ng-hero__controls {
    right: calc((100% - 1320px) / 2); } }
/* line 481, theme.scss */
.ng-hero__arrow {
  width: 42px;
  height: 42px;
  padding: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  color: var(--ng-white);
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  font-size: 19px;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease; }

/* line 497, theme.scss */
.ng-hero__arrow:hover {
  background: var(--ng-red);
  border-color: var(--ng-red); }

/* line 502, theme.scss */
.ng-hero__dots {
  display: flex;
  align-items: center;
  gap: 8px; }

/* line 508, theme.scss */
.ng-hero__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: width 180ms ease, background-color 180ms ease, border-radius 180ms ease; }

/* line 519, theme.scss */
.ng-hero__dot.is-active {
  width: 25px;
  background: var(--ng-white);
  border-radius: 6px; }

/* line 525, theme.scss */
.ng-categories {
  background: var(--ng-white); }

/* line 529, theme.scss */
.ng-category-grid {
  display: grid;
  grid-template-columns: 1.32fr 1fr;
  grid-template-rows: repeat(2, 285px);
  gap: 16px; }

/* line 536, theme.scss */
.ng-category {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #303030;
  text-decoration: none; }

/* line 545, theme.scss */
.ng-category--large {
  grid-row: 1 / 3; }

/* line 549, theme.scss */
.ng-category img,
.ng-category__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 560, theme.scss */
.ng-category img {
  object-fit: cover;
  transition: transform 400ms ease; }

/* line 565, theme.scss */
.ng-category:hover img {
  transform: scale(1.025); }

/* line 569, theme.scss */
.ng-category__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 22%, rgba(0, 0, 0, 0.82) 100%); }

/* line 573, theme.scss */
.ng-category__content {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 26px;
  left: 28px;
  color: var(--ng-white); }

/* line 582, theme.scss */
.ng-category__content small,
.ng-category__content strong,
.ng-category__content > span {
  display: block; }

/* line 588, theme.scss */
.ng-category__content small {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px; }

/* line 594, theme.scss */
.ng-category__content strong {
  font-size: 28px;
  font-weight: 650;
  line-height: 1.1; }

/* line 600, theme.scss */
.ng-category__content > span {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600; }

/* line 606, theme.scss */
.ng-sale {
  color: var(--ng-white);
  background: var(--ng-ink); }

/* line 611, theme.scss */
.ng-sale__heading {
  max-width: 680px; }

/* line 615, theme.scss */
.ng-sale h2 {
  color: var(--ng-white); }

/* line 619, theme.scss */
.ng-sale__heading p:last-child {
  max-width: 620px;
  margin: 18px 0 0;
  color: #bdbdbd;
  font-size: 17px;
  line-height: 1.55; }

/* line 627, theme.scss */
.ng-sale .ng-text-link {
  color: var(--ng-white);
  border-color: rgba(255, 255, 255, 0.7); }

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

/* line 638, theme.scss */
.ng-sale-card {
  position: relative;
  min-width: 0;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--ng-ink);
  background: var(--ng-white);
  border-radius: 6px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease; }

/* line 652, theme.scss */
.ng-sale-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28); }

/* line 657, theme.scss */
.ng-sale-card__media {
  position: relative;
  height: 270px;
  min-width: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ng-white); }

/* line 668, theme.scss */
.ng-sale-card__media img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
  display: block;
  object-fit: contain !important;
  object-position: center center !important;
  box-sizing: border-box;
  padding: 18px 18px 14px;
  background: var(--ng-white);
  transition: transform 350ms ease; }

/* line 682, theme.scss */
.ng-sale-card:hover .ng-sale-card__media img {
  transform: none; }

/* line 686, theme.scss */
.ng-sale-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 22px;
  font-weight: 650;
  letter-spacing: 0.04em; }

/* line 698, theme.scss */
.ng-sale-card__badge {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  min-width: 64px;
  padding: 9px 12px;
  color: var(--ng-white);
  background: var(--ng-red);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  text-align: center; }

/* line 714, theme.scss */
.ng-sale-card__body {
  min-height: 190px;
  min-width: 0;
  padding: 23px 22px 21px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

/* line 723, theme.scss */
.ng-sale-card__label {
  margin-bottom: 12px;
  color: var(--ng-red);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.08em; }

/* line 732, theme.scss */
.ng-sale-card__title {
  display: block;
  color: inherit;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.25; }

/* line 740, theme.scss */
.ng-sale-card__price {
  width: 100%;
  margin-top: auto;
  padding-top: 22px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 10px; }

/* line 750, theme.scss */
.ng-sale-card__old-price {
  color: #8d8d8d;
  font-size: 14px;
  text-decoration: line-through; }

/* line 756, theme.scss */
.ng-sale-card__new-price {
  font-size: 23px;
  font-weight: 750;
  white-space: nowrap; }

/* line 762, theme.scss */
.ng-sale-card__link {
  margin-top: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 650; }

/* line 770, theme.scss */
.ng-sale-card__link span {
  color: var(--ng-red); }

/* line 774, theme.scss */
.ng-manufacturer {
  color: var(--ng-white);
  background: var(--ng-ink); }

/* line 779, theme.scss */
.ng-manufacturer__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 84px;
  align-items: start; }

/* line 786, theme.scss */
.ng-manufacturer h2 {
  color: var(--ng-white); }

/* line 790, theme.scss */
.ng-manufacturer__intro > p:not(.ng-kicker) {
  max-width: 530px;
  margin: 28px 0 32px;
  color: #bdbdbd;
  font-size: 18px;
  line-height: 1.6; }

/* line 798, theme.scss */
.ng-manufacturer .ng-text-link {
  color: var(--ng-white);
  border-color: rgba(255, 255, 255, 0.7); }

/* line 803, theme.scss */
.ng-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #3a3a3a;
  border-left: 1px solid #3a3a3a; }

/* line 810, theme.scss */
.ng-benefits article {
  min-height: 214px;
  padding: 28px;
  border-right: 1px solid #3a3a3a;
  border-bottom: 1px solid #3a3a3a; }

/* line 817, theme.scss */
.ng-benefit__number {
  color: var(--ng-red);
  font-size: 13px;
  font-weight: 700; }

/* line 823, theme.scss */
.ng-benefits h3 {
  margin: 42px 0 10px;
  color: var(--ng-white);
  font-size: 20px;
  font-weight: 650; }

/* line 830, theme.scss */
.ng-benefits p {
  margin: 0;
  color: #a8a8a8;
  font-size: 15px;
  line-height: 1.5; }

/* line 837, theme.scss */
.ng-process {
  border-top: 1px solid var(--ng-line);
  background: var(--ng-soft); }

/* line 842, theme.scss */
.ng-process__list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  counter-reset: ng-process; }

/* line 851, theme.scss */
.ng-process__list li {
  min-width: 0;
  padding: 0 28px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border-left: 1px solid var(--ng-line); }

/* line 860, theme.scss */
.ng-process__list li:first-child {
  padding-left: 0;
  border-left: 0; }

/* line 865, theme.scss */
.ng-process__list > li > span {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  align-items: center;
  justify-items: center;
  color: var(--ng-white);
  background: var(--ng-red);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700; }

/* line 879, theme.scss */
.ng-process__list strong {
  display: block;
  margin: 4px 0 9px;
  font-size: 18px; }

/* line 885, theme.scss */
.ng-process__list p {
  margin: 0;
  color: var(--ng-muted);
  font-size: 14px;
  line-height: 1.55; }

/* line 892, theme.scss */
.ng-cta {
  padding: 72px 0;
  color: var(--ng-white);
  background: #292929; }

/* line 898, theme.scss */
.ng-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px; }

/* line 905, theme.scss */
.ng-cta h2 {
  max-width: 850px;
  color: var(--ng-white);
  font-size: 35px;
  line-height: 1.15; }

/* line 912, theme.scss */
.ng-cta .ng-button {
  min-width: 210px; }

/* line 916, theme.scss */
.ng-footer {
  padding: 68px 0 54px;
  color: #c5c5c5;
  background: #111111;
  border-bottom: 1px solid #292929; }

/* line 923, theme.scss */
.ng-footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.1fr;
  gap: 54px; }

/* line 929, theme.scss */
.ng-footer__brand img {
  width: 170px;
  height: 170px;
  object-fit: contain; }

/* line 935, theme.scss */
.ng-footer__brand p {
  max-width: 320px;
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.55; }

/* line 942, theme.scss */
.ng-footer h3 {
  margin: 4px 0 20px;
  color: var(--ng-white);
  font-size: 15px;
  font-weight: 700; }

/* line 949, theme.scss */
.ng-footer a {
  width: fit-content;
  margin-bottom: 11px;
  display: block;
  color: #b7b7b7;
  font-size: 14px;
  text-decoration: none; }

/* line 958, theme.scss */
.ng-footer a:hover {
  color: var(--ng-white); }

/* line 962, theme.scss */
.ng-footer__contacts p {
  margin: 18px 0 0;
  color: #858585;
  font-size: 13px;
  line-height: 1.55; }

/* line 969, theme.scss */
.ng-footer__messenger {
  margin-top: 13px !important; }

/* line 973, theme.scss */
.ng-footer__messenger a {
  color: #cfcfcf;
  font-weight: 650;
  text-decoration: none; }

/* line 979, theme.scss */
.ng-footer a.ng-footer__phone {
  color: var(--ng-white);
  font-size: 17px;
  font-weight: 650; }

/* Bring the system storefront widgets into the same visual language. */
/* line 986, theme.scss */
.layout,
[class*="layout__content"] {
  max-width: var(--ng-shell); }

/* line 991, theme.scss */
[data-widget-type*="special_products"],
[data-widget-type*="collections_on_index"] {
  border-top: 1px solid var(--ng-line); }

/* line 996, theme.scss */
[data-product-card],
.product-card {
  height: 100%;
  overflow: hidden;
  background: var(--ng-white);
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }

/* line 1006, theme.scss */
[data-product-card]:hover,
.product-card:hover {
  border-color: #c9c9c9;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
  transform: translateY(-2px); }

/* line 1013, theme.scss */
[data-product-card] img,
.product-card img {
  background: #f8f8f7; }

/* line 1018, theme.scss */
.button-primary,
[class*="button"][class*="primary"],
button[type="submit"],
input[type="submit"] {
  color: var(--ng-white);
  background-color: var(--ng-red);
  border-color: var(--ng-red); }

/* line 1027, theme.scss */
.button-primary:hover,
[class*="button"][class*="primary"]:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
  background-color: var(--ng-red-dark);
  border-color: var(--ng-red-dark); }

/* line 1035, theme.scss */
[data-theme-template="collection"] main,
[data-theme-template="product"] main,
[data-theme-template="cart"] main,
[data-theme-template="page"] main,
[data-theme-template="blog"] main,
[data-theme-template="article"] main {
  padding-bottom: 52px; }

/* line 1045, theme.scss */
[data-theme-template="product"] .ng-product-secondary-action-hidden {
  display: none !important; }

/* line 1049, theme.scss */
[data-theme-template="product"] main > *:first-child {
  margin-top: 0; }

/* line 1053, theme.scss */
.ng-catalog-page {
  padding: 30px 0 92px;
  background: var(--ng-white); }

/* line 1058, theme.scss */
.ng-catalog-breadcrumbs {
  margin-bottom: 42px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #7a7a7a;
  font-size: 14px; }

/* line 1067, theme.scss */
.ng-catalog-breadcrumbs a {
  color: var(--ng-ink);
  text-decoration: none; }

/* line 1072, theme.scss */
.ng-catalog-header {
  max-width: 760px;
  margin-bottom: 42px; }

/* line 1077, theme.scss */
.ng-catalog-header h1 {
  margin: 0;
  color: var(--ng-ink);
  font-size: 48px;
  font-weight: 650;
  line-height: 1.05; }

/* line 1085, theme.scss */
.ng-catalog-header > p:last-child {
  margin: 20px 0 0;
  color: var(--ng-muted);
  font-size: 18px;
  line-height: 1.55; }

/* line 1092, theme.scss */
.ng-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px; }

/* line 1098, theme.scss */
.ng-catalog-card {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: var(--ng-ink);
  background: #f4f4f2;
  border: 1px solid #e2e2df;
  border-radius: 6px;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }

/* line 1111, theme.scss */
.ng-catalog-card:hover {
  border-color: #c4c4c0;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px); }

/* line 1117, theme.scss */
.ng-catalog-card--wide {
  grid-column: span 2; }

/* line 1121, theme.scss */
.ng-catalog-card__image {
  height: 280px;
  overflow: hidden;
  display: block;
  background: #ececea; }

/* line 1128, theme.scss */
.ng-catalog-card--wide .ng-catalog-card__image {
  height: 350px; }

/* line 1132, theme.scss */
.ng-catalog-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 350ms ease; }

/* line 1140, theme.scss */
.ng-catalog-card:hover .ng-catalog-card__image img {
  transform: scale(1.025); }

/* line 1144, theme.scss */
.ng-catalog-card__body {
  min-height: 170px;
  padding: 25px 26px 27px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

/* line 1152, theme.scss */
.ng-catalog-card__body small {
  margin-bottom: 9px;
  color: var(--ng-muted);
  font-size: 13px;
  line-height: 1.4; }

/* line 1159, theme.scss */
.ng-catalog-card__body strong {
  display: block;
  font-size: 25px;
  font-weight: 650;
  line-height: 1.15; }

/* line 1166, theme.scss */
.ng-catalog-card__body > span {
  margin-top: auto;
  padding-top: 22px;
  color: var(--ng-red);
  font-size: 14px;
  font-weight: 650; }

/* line 1174, theme.scss */
.ng-catalog-card--compact {
  min-height: 245px;
  justify-content: flex-end;
  background: #eeeeeb; }

/* line 1180, theme.scss */
.ng-catalog-card--compact .ng-catalog-card__body {
  min-height: 245px; }

/* line 1184, theme.scss */
.ng-catalog-card--dark {
  color: var(--ng-white);
  background: var(--ng-ink);
  border-color: var(--ng-ink); }

/* line 1190, theme.scss */
.ng-catalog-card--dark .ng-catalog-card__body small {
  color: #a8a8a8; }

/* line 1194, theme.scss */
.ng-catalog-card--dark .ng-catalog-card__body > span {
  color: #ff6d67; }

/* line 1198, theme.scss */
.ng-modal-open {
  overflow: hidden; }

/* line 1202, theme.scss */
.ng-contact-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 180ms ease, visibility 180ms ease; }

/* line 1214, theme.scss */
.ng-contact-modal.is-open {
  visibility: visible;
  opacity: 1; }

/* line 1219, theme.scss */
.ng-contact-modal__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.68); }

/* line 1228, theme.scss */
.ng-contact-modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 32px);
  max-width: 520px;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  padding: 36px;
  color: var(--ng-ink);
  background: var(--ng-white);
  border-radius: 7px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
  transform: translate(-50%, -47%);
  transition: transform 180ms ease; }

/* line 1245, theme.scss */
.ng-contact-modal.is-open .ng-contact-modal__dialog {
  transform: translate(-50%, -50%); }

/* line 1249, theme.scss */
.ng-contact-modal__close {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 38px;
  height: 38px;
  padding: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  color: #666666;
  background: #f1f1ef;
  border: 0;
  border-radius: 50%;
  font-size: 27px;
  line-height: 1;
  cursor: pointer; }

/* line 1268, theme.scss */
.ng-contact-modal__dialog h2 {
  max-width: 390px;
  margin: 0;
  color: var(--ng-ink);
  font-size: 32px;
  font-weight: 650;
  line-height: 1.1; }

/* line 1277, theme.scss */
.ng-contact-modal__lead {
  margin: 16px 0 25px;
  color: var(--ng-muted);
  font-size: 16px;
  line-height: 1.5; }

/* line 1284, theme.scss */
.ng-contact-options {
  display: grid;
  gap: 10px; }

/* line 1289, theme.scss */
.ng-contact-option {
  width: 100%;
  min-height: 74px;
  padding: 11px 16px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 14px;
  color: var(--ng-ink);
  background: #f6f6f4;
  border: 1px solid #e3e3df;
  border-radius: 6px;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease; }

/* line 1308, theme.scss */
.ng-contact-option:hover {
  background: var(--ng-white);
  border-color: #bdbdb8;
  transform: translateY(-1px); }

/* line 1314, theme.scss */
.ng-contact-option__icon {
  width: 46px;
  height: 46px;
  display: grid;
  align-items: center;
  justify-items: center;
  color: var(--ng-white);
  background: #333333;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800; }

/* line 1327, theme.scss */
.ng-contact-option--whatsapp .ng-contact-option__icon {
  background: #1fa855; }

/* line 1331, theme.scss */
.ng-contact-option--telegram .ng-contact-option__icon {
  background: #258dcc; }

/* line 1335, theme.scss */
.ng-contact-option--max .ng-contact-option__icon {
  background: #6544dc;
  font-size: 10px; }

/* line 1340, theme.scss */
.ng-contact-option strong,
.ng-contact-option small {
  display: block; }

/* line 1345, theme.scss */
.ng-contact-option strong {
  margin-bottom: 3px;
  font-size: 17px;
  font-weight: 650; }

/* line 1351, theme.scss */
.ng-contact-option small {
  color: var(--ng-muted);
  font-size: 13px; }

/* line 1356, theme.scss */
.ng-contact-option__arrow {
  color: #858585;
  font-size: 20px; }

/* line 1361, theme.scss */
.ng-contact-modal__phone {
  margin: 22px 0 0;
  color: var(--ng-muted);
  font-size: 13px;
  text-align: center; }

/* line 1368, theme.scss */
.ng-contact-modal__phone a {
  color: var(--ng-ink);
  font-weight: 650;
  text-decoration: none; }

/* line 1374, theme.scss */
.ng-cart-save {
  position: fixed;
  z-index: 10020;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none; }

/* line 1384, theme.scss */
.ng-cart-save.is-open {
  display: block; }

/* line 1388, theme.scss */
.ng-cart-save__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.64); }

/* line 1397, theme.scss */
.ng-cart-save__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 32px);
  max-width: 560px;
  max-height: calc(100vh - 32px);
  padding: 36px;
  overflow-y: auto;
  background: var(--ng-white);
  border-radius: 7px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%); }

/* line 1412, theme.scss */
.ng-cart-save__close {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 40px;
  height: 40px;
  padding: 0;
  color: var(--ng-muted);
  background: transparent;
  border: 0;
  font-size: 29px;
  line-height: 1;
  cursor: pointer; }

/* line 1427, theme.scss */
.ng-cart-save h2 {
  max-width: 450px;
  margin: 0;
  padding-right: 25px;
  font-size: 34px;
  font-weight: 650;
  line-height: 1.08; }

/* line 1436, theme.scss */
.ng-cart-save__lead {
  margin: 17px 0 0;
  color: var(--ng-muted);
  font-size: 15px;
  line-height: 1.5; }

/* line 1443, theme.scss */
.ng-cart-save__summary {
  margin-top: 25px;
  padding: 16px 18px;
  background: var(--ng-soft);
  border-radius: 5px; }

/* line 1450, theme.scss */
.ng-cart-save__summary > div {
  padding: 7px 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--ng-line); }

/* line 1459, theme.scss */
.ng-cart-save__summary > div:last-child {
  border-bottom: 0; }

/* line 1463, theme.scss */
.ng-cart-save__summary span {
  min-width: 0;
  font-size: 13px;
  line-height: 1.35; }

/* line 1469, theme.scss */
.ng-cart-save__summary strong {
  flex: 0 0 auto;
  font-size: 13px;
  white-space: nowrap; }

/* line 1475, theme.scss */
.ng-cart-save__summary small {
  padding: 7px 0;
  display: block;
  color: var(--ng-muted);
  font-size: 12px; }

/* line 1482, theme.scss */
.ng-cart-save__summary .ng-cart-save__total {
  padding-top: 13px;
  font-size: 15px;
  font-weight: 700; }

/* line 1488, theme.scss */
.ng-cart-save__form {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px; }

/* line 1495, theme.scss */
.ng-cart-save__field,
.ng-cart-save__agree,
.ng-cart-save__error {
  grid-column: 1 / -1; }

/* line 1501, theme.scss */
.ng-cart-save__field > span {
  margin-bottom: 7px;
  display: block;
  font-size: 13px;
  font-weight: 650; }

/* line 1508, theme.scss */
.ng-cart-save__field input {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  color: var(--ng-ink);
  background: var(--ng-white);
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  outline: 0; }

/* line 1519, theme.scss */
.ng-cart-save__field input:focus {
  border-color: var(--ng-ink);
  box-shadow: 0 0 0 2px rgba(23, 23, 23, 0.08); }

/* line 1524, theme.scss */
.ng-cart-save__agree {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  color: var(--ng-muted);
  font-size: 11px;
  line-height: 1.4; }

/* line 1534, theme.scss */
.ng-cart-save__agree input {
  width: 17px;
  height: 17px;
  margin: 0; }

/* line 1540, theme.scss */
.ng-cart-save__agree a {
  color: var(--ng-ink); }

/* line 1544, theme.scss */
.ng-cart-save__error {
  min-height: 17px;
  margin: 0;
  color: var(--ng-red);
  font-size: 12px; }

/* line 1551, theme.scss */
.ng-cart-save__submit,
.ng-cart-save__checkout {
  width: 100%;
  min-width: 0;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 13px; }

/* line 1560, theme.scss */
.ng-cart-save__checkout {
  color: var(--ng-ink);
  background: var(--ng-white);
  border-color: #bdbdbd; }

/* line 1566, theme.scss */
.ng-cart-save__success {
  margin-top: 26px;
  padding: 25px;
  background: var(--ng-soft);
  border-left: 4px solid var(--ng-red); }

/* line 1573, theme.scss */
.ng-cart-save__success strong {
  display: block;
  font-size: 22px; }

/* line 1578, theme.scss */
.ng-cart-save__success p {
  margin: 10px 0 20px;
  color: var(--ng-muted);
  font-size: 14px;
  line-height: 1.5; }

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

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

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

/* line 1597, theme.scss */
.ng-about {
  overflow: hidden;
  background: var(--ng-white); }

/* line 1602, theme.scss */
.ng-about h1,
.ng-about h2,
.ng-about h3,
.ng-about p {
  letter-spacing: 0; }

/* line 1609, theme.scss */
.ng-about-hero {
  color: var(--ng-white);
  background: var(--ng-ink); }

/* line 1614, theme.scss */
.ng-about-hero__grid {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); }

/* line 1620, theme.scss */
.ng-about-hero__content {
  padding: 54px 70px 62px 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* line 1627, theme.scss */
.ng-about__breadcrumbs {
  margin-bottom: 70px;
  display: flex;
  gap: 12px;
  color: #8f8f8f;
  font-size: 13px; }

/* line 1635, theme.scss */
.ng-about__breadcrumbs a {
  color: #d5d5d5;
  text-decoration: none; }

/* line 1640, theme.scss */
.ng-about-hero h1 {
  max-width: 680px;
  margin: 0;
  color: var(--ng-white);
  font-size: 58px;
  font-weight: 680;
  line-height: 1; }

/* line 1649, theme.scss */
.ng-about-hero__content > p:last-of-type {
  max-width: 620px;
  margin: 28px 0 0;
  color: #c2c2c2;
  font-size: 19px;
  line-height: 1.55; }

/* line 1657, theme.scss */
.ng-about-hero__actions {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }

/* line 1664, theme.scss */
.ng-button--dark-outline {
  color: var(--ng-white);
  background: transparent;
  border-color: #686868; }

/* line 1670, theme.scss */
.ng-button--dark-outline:hover {
  border-color: var(--ng-white); }

/* line 1674, theme.scss */
.ng-about-hero__visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #f2f2f0; }

/* line 1681, theme.scss */
.ng-about-hero__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 84% center; }

/* line 1689, theme.scss */
.ng-about-hero__visual span {
  position: absolute;
  right: 22px;
  bottom: 22px;
  padding: 10px 13px;
  color: var(--ng-white);
  background: var(--ng-red);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em; }

/* line 1703, theme.scss */
.ng-about-story {
  padding: 104px 0; }

/* line 1707, theme.scss */
.ng-about-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 90px;
  align-items: center; }

/* line 1714, theme.scss */
.ng-about-story__portrait {
  height: 600px;
  overflow: hidden;
  background: var(--ng-soft);
  border-radius: 6px; }

/* line 1721, theme.scss */
.ng-about-story__portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top; }

/* line 1729, theme.scss */
.ng-about-story h2,
.ng-about-custom h2,
.ng-about-service h2,
.ng-about-social h2 {
  margin: 0;
  color: var(--ng-ink);
  font-size: 44px;
  font-weight: 650;
  line-height: 1.08; }

/* line 1740, theme.scss */
.ng-about-story__content > p:not(.ng-kicker) {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--ng-muted);
  font-size: 17px;
  line-height: 1.65; }

/* line 1748, theme.scss */
.ng-about-story blockquote {
  margin: 40px 0 0;
  padding: 29px 0 0 30px;
  border-top: 1px solid var(--ng-line);
  border-left: 3px solid var(--ng-red); }

/* line 1755, theme.scss */
.ng-about-story blockquote p {
  margin: 0;
  color: var(--ng-ink);
  font-size: 20px;
  font-weight: 550;
  line-height: 1.5; }

/* line 1763, theme.scss */
.ng-about-story blockquote footer {
  margin-top: 22px; }

/* line 1767, theme.scss */
.ng-about-story blockquote strong,
.ng-about-story blockquote span {
  display: block; }

/* line 1772, theme.scss */
.ng-about-story blockquote strong {
  font-size: 15px; }

/* line 1776, theme.scss */
.ng-about-story blockquote span {
  margin-top: 3px;
  color: var(--ng-muted);
  font-size: 13px; }

/* line 1782, theme.scss */
.ng-about-facts {
  color: var(--ng-white);
  background: var(--ng-red); }

/* line 1787, theme.scss */
.ng-about-facts__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* line 1792, theme.scss */
.ng-about-facts__grid > div {
  min-height: 155px;
  padding: 34px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.28); }

/* line 1798, theme.scss */
.ng-about-facts__grid > div:first-child {
  padding-left: 0;
  border-left: 0; }

/* line 1803, theme.scss */
.ng-about-facts strong,
.ng-about-facts span {
  display: block; }

/* line 1808, theme.scss */
.ng-about-facts strong {
  font-size: 29px;
  font-weight: 700; }

/* line 1813, theme.scss */
.ng-about-facts span {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px; }

/* line 1819, theme.scss */
.ng-about-production {
  background: var(--ng-soft); }

/* line 1823, theme.scss */
.ng-about-production__lead {
  max-width: 850px;
  margin: -12px 0 45px;
  color: var(--ng-muted);
  font-size: 18px;
  line-height: 1.65; }

/* line 1831, theme.scss */
.ng-about-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ng-line);
  border-left: 1px solid var(--ng-line); }

/* line 1838, theme.scss */
.ng-about-steps article {
  min-height: 255px;
  padding: 28px;
  background: var(--ng-white);
  border-right: 1px solid var(--ng-line);
  border-bottom: 1px solid var(--ng-line); }

/* line 1846, theme.scss */
.ng-about-steps article > span {
  color: var(--ng-red);
  font-size: 13px;
  font-weight: 750; }

/* line 1852, theme.scss */
.ng-about-steps h3 {
  margin: 55px 0 13px;
  font-size: 21px;
  font-weight: 650; }

/* line 1858, theme.scss */
.ng-about-steps p {
  margin: 0;
  color: var(--ng-muted);
  font-size: 14px;
  line-height: 1.55; }

/* line 1865, theme.scss */
.ng-about-custom {
  padding: 0;
  background: var(--ng-white); }

/* line 1870, theme.scss */
.ng-about-custom__grid {
  max-width: none;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr; }

/* line 1877, theme.scss */
.ng-about-custom__image {
  min-height: 650px;
  overflow: hidden; }

/* line 1882, theme.scss */
.ng-about-custom__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }

/* line 1889, theme.scss */
.ng-about-custom__content {
  padding: 88px 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #eeeeec; }

/* line 1897, theme.scss */
.ng-about-custom__content > p:not(.ng-kicker) {
  max-width: 620px;
  margin: 25px 0 0;
  color: var(--ng-muted);
  font-size: 17px;
  line-height: 1.6; }

/* line 1905, theme.scss */
.ng-about-custom ul {
  margin: 29px 0 34px;
  padding: 0;
  list-style: none; }

/* line 1911, theme.scss */
.ng-about-custom li {
  position: relative;
  margin-top: 11px;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.45; }

/* line 1919, theme.scss */
.ng-about-custom li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--ng-red); }

/* line 1929, theme.scss */
.ng-about-custom .ng-button {
  align-self: flex-start; }

/* line 1933, theme.scss */
.ng-about-clients {
  background: var(--ng-white); }

/* line 1937, theme.scss */
.ng-about-clients__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px; }

/* line 1943, theme.scss */
.ng-about-clients article {
  min-height: 235px;
  padding: 28px;
  background: var(--ng-soft);
  border-top: 3px solid var(--ng-red); }

/* line 1950, theme.scss */
.ng-about-clients strong {
  display: block;
  font-size: 19px;
  line-height: 1.25; }

/* line 1956, theme.scss */
.ng-about-clients p {
  margin: 70px 0 0;
  color: var(--ng-muted);
  font-size: 14px;
  line-height: 1.55; }

/* line 1963, theme.scss */
.ng-about-service {
  padding: 88px 0;
  color: var(--ng-white);
  background: var(--ng-ink); }

/* line 1969, theme.scss */
.ng-about-service h2 {
  color: var(--ng-white); }

/* line 1973, theme.scss */
.ng-about-service__intro {
  max-width: 760px; }

/* line 1977, theme.scss */
.ng-about-service__intro > p:last-child {
  margin: 24px 0 0;
  color: #b8b8b8;
  font-size: 17px;
  line-height: 1.6; }

/* line 1984, theme.scss */
.ng-about-warranty {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #3d3d3d;
  border-left: 1px solid #3d3d3d; }

/* line 1992, theme.scss */
.ng-about-warranty article {
  min-height: 145px;
  padding: 28px;
  border-right: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d; }

/* line 1999, theme.scss */
.ng-about-warranty strong,
.ng-about-warranty span {
  display: block; }

/* line 2004, theme.scss */
.ng-about-warranty strong {
  color: var(--ng-white);
  font-size: 30px; }

/* line 2009, theme.scss */
.ng-about-warranty span {
  margin-top: 10px;
  color: #a9a9a9;
  font-size: 14px; }

/* line 2015, theme.scss */
.ng-about-pickup {
  margin-top: 28px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 35px;
  border: 1px solid #494949; }

/* line 2024, theme.scss */
.ng-about-pickup strong {
  color: var(--ng-white);
  font-size: 16px; }

/* line 2029, theme.scss */
.ng-about-pickup p {
  margin: 0;
  color: #a9a9a9;
  font-size: 14px;
  line-height: 1.55; }

/* line 2036, theme.scss */
.ng-about-social {
  padding: 72px 0;
  background: var(--ng-soft); }

/* line 2041, theme.scss */
.ng-about-social__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px; }

/* line 2048, theme.scss */
.ng-about-social__inner > div > p:last-child {
  margin: 18px 0 0;
  color: var(--ng-muted);
  font-size: 16px; }

/* line 2054, theme.scss */
.ng-info-page {
  overflow: hidden;
  background: var(--ng-white); }

/* line 2059, theme.scss */
.ng-info-hero {
  color: var(--ng-white);
  background: var(--ng-ink); }

/* line 2064, theme.scss */
.ng-info-hero__inner {
  min-height: 460px;
  padding-top: 58px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* line 2073, theme.scss */
.ng-info-breadcrumbs {
  margin-bottom: 72px;
  display: flex;
  gap: 12px;
  color: #898989;
  font-size: 13px; }

/* line 2081, theme.scss */
.ng-info-breadcrumbs a {
  color: #d4d4d4;
  text-decoration: none; }

/* line 2086, theme.scss */
.ng-info-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--ng-white);
  font-size: 60px;
  font-weight: 680;
  line-height: 1; }

/* line 2095, theme.scss */
.ng-info-hero__inner > p:last-child {
  max-width: 740px;
  margin: 27px 0 0;
  color: #c3c3c3;
  font-size: 19px;
  line-height: 1.55; }

/* line 2103, theme.scss */
.ng-info-section {
  padding: 88px 0; }

/* line 2107, theme.scss */
.ng-info-section--soft {
  background: var(--ng-soft); }

/* line 2111, theme.scss */
.ng-info-section--dark {
  color: var(--ng-white);
  background: var(--ng-ink); }

/* line 2116, theme.scss */
.ng-info-heading {
  max-width: 760px;
  margin-bottom: 38px; }

/* line 2121, theme.scss */
.ng-info-heading h2,
.ng-info-cta h2,
.ng-delivery-calculation h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 650;
  line-height: 1.08; }

/* line 2130, theme.scss */
.ng-info-section--dark .ng-info-heading h2 {
  color: var(--ng-white); }

/* line 2134, theme.scss */
.ng-term-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ng-line);
  border-bottom: 1px solid var(--ng-line); }

/* line 2141, theme.scss */
.ng-term-grid article {
  min-height: 230px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid var(--ng-line); }

/* line 2150, theme.scss */
.ng-term-grid article:first-child {
  padding-left: 0;
  border-left: 0; }

/* line 2155, theme.scss */
.ng-term-card__number {
  color: var(--ng-red);
  font-size: 54px;
  font-weight: 750;
  line-height: 1; }

/* line 2162, theme.scss */
.ng-term-grid h3,
.ng-term-grid p {
  margin: 0; }

/* line 2167, theme.scss */
.ng-term-grid h3 {
  font-size: 20px;
  line-height: 1.25; }

/* line 2172, theme.scss */
.ng-term-grid p {
  margin-top: 6px;
  color: var(--ng-muted);
  font-size: 14px; }

/* line 2178, theme.scss */
.ng-info-steps {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none; }

/* line 2186, theme.scss */
.ng-info-steps li {
  min-height: 220px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--ng-white);
  border-left: 1px solid var(--ng-line); }

/* line 2196, theme.scss */
.ng-info-steps li:first-child {
  border-left: 0; }

/* line 2200, theme.scss */
.ng-info-steps li > span {
  color: var(--ng-red);
  font-size: 13px;
  font-weight: 750; }

/* line 2206, theme.scss */
.ng-info-steps h3,
.ng-info-steps p {
  margin: 0; }

/* line 2211, theme.scss */
.ng-info-steps h3 {
  font-size: 19px; }

/* line 2215, theme.scss */
.ng-info-steps p {
  margin-top: 9px;
  color: var(--ng-muted);
  font-size: 14px;
  line-height: 1.5; }

/* line 2222, theme.scss */
.ng-info-note {
  margin-top: 26px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
  gap: 45px;
  background: var(--ng-white);
  border-left: 4px solid var(--ng-red); }

/* line 2232, theme.scss */
.ng-info-note strong {
  font-size: 18px;
  line-height: 1.35; }

/* line 2237, theme.scss */
.ng-info-note p {
  margin: 0;
  color: var(--ng-muted);
  font-size: 15px;
  line-height: 1.55; }

/* line 2244, theme.scss */
.ng-info-cta {
  padding: 76px 0;
  color: var(--ng-white);
  background: #252525; }

/* line 2250, theme.scss */
.ng-info-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px; }

/* line 2257, theme.scss */
.ng-info-cta h2 {
  max-width: 850px;
  color: var(--ng-white); }

/* line 2262, theme.scss */
.ng-info-cta .ng-button {
  flex: 0 0 auto; }

/* line 2266, theme.scss */
.ng-payment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px; }

/* line 2272, theme.scss */
.ng-payment-grid article {
  min-height: 230px;
  padding: 26px;
  background: var(--ng-soft);
  border-radius: 6px; }

/* line 2279, theme.scss */
.ng-payment-grid article > span {
  color: var(--ng-red);
  font-size: 12px;
  font-weight: 750; }

/* line 2285, theme.scss */
.ng-payment-grid h3 {
  margin: 52px 0 0;
  font-size: 20px; }

/* line 2290, theme.scss */
.ng-payment-grid p {
  margin: 11px 0 0;
  color: var(--ng-muted);
  font-size: 14px;
  line-height: 1.5; }

/* line 2297, theme.scss */
.ng-delivery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px; }

/* line 2303, theme.scss */
.ng-delivery-grid article {
  min-height: 420px;
  padding: 30px;
  background: #242424;
  border: 1px solid #3b3b3b;
  border-radius: 6px; }

/* line 2311, theme.scss */
.ng-delivery-card__label {
  color: var(--ng-red);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.07em; }

/* line 2319, theme.scss */
.ng-delivery-grid h3 {
  margin: 48px 0 0;
  color: var(--ng-white);
  font-size: 29px; }

/* line 2325, theme.scss */
.ng-delivery-grid p {
  margin: 17px 0 0;
  color: #c4c4c4;
  font-size: 15px;
  line-height: 1.55; }

/* line 2332, theme.scss */
.ng-delivery-grid ul {
  margin: 26px 0 0;
  padding: 0;
  color: #a6a6a6;
  font-size: 14px;
  line-height: 1.55;
  list-style: none; }

/* line 2341, theme.scss */
.ng-delivery-grid li {
  position: relative;
  margin-top: 9px;
  padding-left: 16px; }

/* line 2347, theme.scss */
.ng-delivery-grid li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--ng-red);
  border-radius: 50%; }

/* line 2358, theme.scss */
.ng-delivery-calculation {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.75fr) auto;
  align-items: center;
  gap: 50px; }

/* line 2365, theme.scss */
.ng-delivery-calculation > p {
  margin: 0;
  color: var(--ng-muted);
  font-size: 15px;
  line-height: 1.55; }

/* line 2372, theme.scss */
.ng-contacts-main {
  padding: 88px 0; }

/* line 2376, theme.scss */
.ng-contacts-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 70px;
  align-items: start; }

/* line 2383, theme.scss */
.ng-contacts-primary h2,
.ng-contacts-pickup h2,
.ng-contacts-details h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 650;
  line-height: 1.08; }

/* line 2392, theme.scss */
.ng-contact-list {
  margin-top: 40px;
  border-top: 1px solid var(--ng-line); }

/* line 2397, theme.scss */
.ng-contact-row {
  padding: 24px 0;
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 28px;
  border-bottom: 1px solid var(--ng-line); }

/* line 2405, theme.scss */
.ng-contact-row > span {
  color: var(--ng-muted);
  font-size: 13px; }

/* line 2410, theme.scss */
.ng-contact-row div,
.ng-contact-row a,
.ng-contact-row strong,
.ng-contact-row small {
  display: block; }

/* line 2417, theme.scss */
.ng-contact-row a,
.ng-contact-row strong {
  color: var(--ng-ink);
  font-size: 20px;
  font-weight: 650;
  text-decoration: none; }

/* line 2425, theme.scss */
.ng-contact-row a + a {
  margin-top: 9px; }

/* line 2429, theme.scss */
.ng-contact-row small {
  margin-top: 7px;
  color: var(--ng-muted);
  font-size: 13px;
  line-height: 1.45; }

/* line 2436, theme.scss */
.ng-contact-channels {
  padding: 32px;
  background: var(--ng-soft);
  border-radius: 6px; }

/* line 2442, theme.scss */
.ng-contact-channels h3 {
  margin: 0;
  font-size: 25px; }

/* line 2447, theme.scss */
.ng-contact-channels > p {
  margin: 13px 0 25px;
  color: var(--ng-muted);
  font-size: 15px;
  line-height: 1.5; }

/* line 2454, theme.scss */
.ng-channel-list {
  display: grid;
  gap: 9px; }

/* line 2459, theme.scss */
.ng-channel-link {
  min-height: 72px;
  padding: 12px 15px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  color: var(--ng-ink);
  background: var(--ng-white);
  border: 1px solid var(--ng-line);
  border-radius: 5px;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease; }

/* line 2474, theme.scss */
.ng-channel-link:hover {
  border-color: #a7a7a7;
  transform: translateY(-1px); }

/* line 2479, theme.scss */
.ng-channel-link__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ng-white);
  background: var(--ng-ink);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800; }

/* line 2492, theme.scss */
.ng-channel-link--whatsapp .ng-channel-link__icon {
  background: #1fa855; }

/* line 2496, theme.scss */
.ng-channel-link--telegram .ng-channel-link__icon {
  background: #258dcc; }

/* line 2500, theme.scss */
.ng-channel-link--max .ng-channel-link__icon {
  background: #6544dc; }

/* line 2504, theme.scss */
.ng-channel-link strong,
.ng-channel-link small {
  display: block; }

/* line 2509, theme.scss */
.ng-channel-link strong {
  font-size: 16px; }

/* line 2513, theme.scss */
.ng-channel-link small {
  margin-top: 3px;
  color: var(--ng-muted);
  font-size: 12px; }

/* line 2519, theme.scss */
.ng-channel-link > span:last-child {
  color: var(--ng-red);
  font-size: 19px; }

/* line 2524, theme.scss */
.ng-contact-socials {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px; }

/* line 2531, theme.scss */
.ng-contact-socials a {
  color: var(--ng-ink);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  border-bottom: 1px solid currentColor; }

/* line 2539, theme.scss */
.ng-contacts-pickup {
  padding: 82px 0;
  color: var(--ng-white);
  background: var(--ng-ink); }

/* line 2545, theme.scss */
.ng-contacts-pickup__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 90px;
  align-items: center; }

/* line 2552, theme.scss */
.ng-contacts-pickup h2 {
  color: var(--ng-white); }

/* line 2556, theme.scss */
.ng-pickup-address {
  padding: 36px;
  background: #242424;
  border: 1px solid #3b3b3b;
  border-left: 4px solid var(--ng-red);
  border-radius: 5px; }

/* line 2564, theme.scss */
.ng-pickup-address strong {
  display: block;
  color: var(--ng-white);
  font-size: 25px;
  line-height: 1.3; }

/* line 2571, theme.scss */
.ng-pickup-address p {
  margin: 17px 0 0;
  color: #b9b9b9;
  font-size: 15px;
  line-height: 1.55; }

/* line 2578, theme.scss */
.ng-contacts-details {
  padding: 80px 0;
  background: var(--ng-soft); }

/* line 2583, theme.scss */
.ng-requisites {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1.55fr 0.72fr 0.9fr;
  background: var(--ng-white);
  border: 1px solid var(--ng-line);
  border-radius: 6px; }

/* line 2592, theme.scss */
.ng-requisites div {
  padding: 28px;
  border-left: 1px solid var(--ng-line); }

/* line 2597, theme.scss */
.ng-requisites div:first-child {
  border-left: 0; }

/* line 2601, theme.scss */
.ng-requisites span,
.ng-requisites strong {
  display: block; }

/* line 2606, theme.scss */
.ng-requisites span {
  margin-bottom: 12px;
  color: var(--ng-muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em; }

/* line 2614, theme.scss */
.ng-requisites strong {
  font-size: 16px;
  line-height: 1.45; }

@media (max-width: 768px) {
  /* line 2620, theme.scss */
  html {
    scroll-padding-bottom: 76px; }

  /* line 2624, theme.scss */
  body {
    padding-bottom: 72px;
    overflow-x: hidden; }

  /* line 2629, theme.scss */
  button,
  input,
  select,
  textarea {
    font-size: 16px; }

  /* line 2636, theme.scss */
  button,
  [role="button"],
  input[type="submit"],
  .button-primary,
  [class*="button"][class*="primary"] {
    min-height: 44px; }

  /* line 2644, theme.scss */
  input,
  select,
  textarea {
    max-width: 100%; }

  /* line 2650, theme.scss */
  .ng-shell {
    width: calc(100% - 30px);
    max-width: 1320px; }

  /* line 2655, theme.scss */
  .ng-topbar {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important; }

  /* line 2662, theme.scss */
  .ng-topbar__inner {
    min-height: 30px;
    justify-content: center; }

  /* line 2667, theme.scss */
  .ng-topbar__inner > span,
  .ng-topbar__contacts > span {
    display: none; }

  /* line 2672, theme.scss */
  .ng-topbar__contacts {
    gap: 0; }

  /* line 2676, theme.scss */
  .ng-topbar__secondary-phone {
    display: none; }

  /* line 2680, theme.scss */
  .ng-header-logo {
    top: 12px;
    width: 200px;
    height: 44px; }

  /* line 2686, theme.scss */
  .ng-header-logo::before {
    top: -12px;
    width: 250px;
    height: 68px; }

  /* line 2692, theme.scss */
  .ng-header-logo img {
    width: 200px;
    height: 44px; }

  /* line 2697, theme.scss */
  .ng-section {
    padding: 54px 0; }

  /* line 2701, theme.scss */
  .ng-section h2,
  .ng-manufacturer h2 {
    font-size: 32px; }

  /* line 2706, theme.scss */
  .ng-section__heading {
    margin-bottom: 26px;
    align-items: flex-start; }

  /* line 2711, theme.scss */
  .ng-section__heading > .ng-text-link {
    display: none; }

  /* line 2715, theme.scss */
  .ng-hero {
    min-height: 620px;
    align-items: flex-end; }

  /* line 2720, theme.scss */
  .ng-hero__image > img {
    object-position: center top; }

  /* line 2724, theme.scss */
  .ng-hero__shade {
    background: linear-gradient(0deg, rgba(6, 6, 6, 0.97) 0%, rgba(6, 6, 6, 0.84) 48%, rgba(6, 6, 6, 0.12) 100%); }

  /* line 2728, theme.scss */
  .ng-hero__content {
    padding-top: 150px;
    padding-bottom: 28px; }

  /* line 2733, theme.scss */
  .ng-hero h1 {
    max-width: 520px;
    font-size: 42px;
    line-height: 1.02; }

  /* line 2739, theme.scss */
  .ng-hero__lead {
    max-width: 520px;
    margin-top: 17px;
    font-size: 16px;
    line-height: 1.42; }

  /* line 2746, theme.scss */
  .ng-hero__actions {
    margin-top: 22px;
    gap: 9px; }

  /* line 2751, theme.scss */
  .ng-hero__actions .ng-button {
    min-height: 48px;
    padding-right: 18px;
    padding-left: 18px;
    flex: 1 1 190px; }

  /* line 2758, theme.scss */
  .ng-hero__facts {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(3, 1fr); }

  /* line 2764, theme.scss */
  .ng-hero__facts li {
    min-width: 0;
    padding: 0 12px; }

  /* line 2769, theme.scss */
  .ng-hero__facts strong {
    font-size: 14px; }

  /* line 2773, theme.scss */
  .ng-hero__facts span {
    font-size: 12px; }

  /* line 2777, theme.scss */
  .ng-hero__controls {
    top: 16px;
    right: 15px;
    bottom: auto; }

  /* line 2783, theme.scss */
  .ng-hero__arrow {
    display: none; }

  /* line 2787, theme.scss */
  .ng-hero__dots {
    min-height: 30px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 16px; }

  /* line 2794, theme.scss */
  .ng-hero__dot,
  .ng-hero__dot.is-active {
    width: 8px !important;
    min-width: 8px !important;
    height: 8px !important;
    min-height: 8px !important;
    padding: 0 !important;
    border-radius: 50% !important; }

  /* line 2804, theme.scss */
  .ng-hero__dot.is-active {
    width: 10px !important;
    min-width: 10px !important;
    height: 10px !important;
    min-height: 10px !important; }

  /* line 2811, theme.scss */
  .swiper-pagination-bullet,
  .splide__pagination__page,
  [class*="gallery"] [class*="pagination"] button,
  [class*="product"] [class*="pagination"] button {
    width: 8px !important;
    min-width: 8px !important;
    height: 8px !important;
    min-height: 8px !important;
    padding: 0 !important;
    border-radius: 50% !important; }

  /* line 2823, theme.scss */
  .swiper-pagination-bullet-active,
  .splide__pagination__page.is-active,
  [class*="gallery"] [class*="pagination"] button.is-active,
  [class*="product"] [class*="pagination"] button.is-active {
    width: 10px !important;
    min-width: 10px !important;
    height: 10px !important;
    min-height: 10px !important;
    transform: none !important; }

  /* line 2834, theme.scss */
  .ng-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 330px 230px;
    gap: 12px; }

  /* line 2840, theme.scss */
  .ng-category--large {
    grid-row: auto;
    grid-column: 1 / 3; }

  /* line 2845, theme.scss */
  .ng-category__content {
    right: 22px;
    bottom: 22px;
    left: 22px; }

  /* line 2851, theme.scss */
  .ng-category__content strong {
    font-size: 23px; }

  /* line 2855, theme.scss */
  .ng-category:not(.ng-category--large) .ng-category__content {
    right: 16px;
    bottom: 17px;
    left: 16px; }

  /* line 2861, theme.scss */
  .ng-category:not(.ng-category--large) .ng-category__content small {
    display: none; }

  /* line 2865, theme.scss */
  .ng-category:not(.ng-category--large) .ng-category__content strong {
    font-size: 20px; }

  /* line 2869, theme.scss */
  .ng-category:not(.ng-category--large) .ng-category__content > span {
    margin-top: 10px;
    font-size: 12px; }

  /* line 2874, theme.scss */
  .ng-sale__grid {
    margin-right: -15px;
    padding-right: 15px;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch; }

  /* line 2885, theme.scss */
  .ng-sale__grid::-webkit-scrollbar {
    display: none; }

  /* line 2889, theme.scss */
  .ng-sale-card {
    width: 320px;
    min-width: 320px;
    min-height: 400px;
    flex: 0 0 320px;
    scroll-snap-align: start; }

  /* line 2897, theme.scss */
  .ng-sale-card__media {
    height: 230px;
    background: var(--ng-white); }

  /* line 2902, theme.scss */
  .ng-sale-card__media img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    padding: 16px; }

  /* line 2909, theme.scss */
  .ng-sale-card__body {
    min-height: 170px; }

  /* line 2913, theme.scss */
  .ng-manufacturer__grid {
    grid-template-columns: 1fr;
    gap: 36px; }

  /* line 2918, theme.scss */
  .ng-manufacturer__intro > p:not(.ng-kicker) {
    font-size: 16px; }

  /* line 2922, theme.scss */
  .ng-benefits article {
    min-height: 190px;
    padding: 23px; }

  /* line 2927, theme.scss */
  .ng-benefits h3 {
    margin-top: 30px; }

  /* line 2931, theme.scss */
  .ng-process__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 0; }

  /* line 2936, theme.scss */
  .ng-process__list li {
    padding: 0 18px; }

  /* line 2940, theme.scss */
  .ng-process__list li:nth-child(3) {
    padding-left: 0;
    border-left: 0; }

  /* line 2945, theme.scss */
  .ng-cta__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px; }

  /* line 2951, theme.scss */
  .ng-cta h2 {
    font-size: 29px; }

  /* line 2955, theme.scss */
  .ng-cta .ng-button {
    width: 100%; }

  /* line 2959, theme.scss */
  .ng-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 24px; }

  /* line 2964, theme.scss */
  .ng-footer__brand img {
    width: 130px;
    height: 130px; }

  /* line 2969, theme.scss */
  .ng-catalog-page {
    padding: 22px 0 64px; }

  /* line 2973, theme.scss */
  .ng-catalog-breadcrumbs {
    margin-bottom: 30px; }

  /* line 2977, theme.scss */
  .ng-catalog-header h1 {
    font-size: 38px; }

  /* line 2981, theme.scss */
  .ng-catalog-header > p:last-child {
    font-size: 16px; }

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

  /* line 2990, theme.scss */
  .ng-catalog-card--wide {
    grid-column: span 2; }

  /* line 2994, theme.scss */
  .ng-catalog-card__image,
  .ng-catalog-card--wide .ng-catalog-card__image {
    height: 240px; }

  /* line 2999, theme.scss */
  .ng-contact-modal__dialog {
    padding: 31px 24px 25px; }

  /* line 3003, theme.scss */
  [data-fixed-panels="bottom"] {
    z-index: 9000; }

  /* line 3007, theme.scss */
  [data-fixed-panels="bottom"] a,
  [data-fixed-panels="bottom"] button {
    min-height: 44px; }

  /* line 3012, theme.scss */
  [data-theme-template="collection"] [data-product-card],
  [data-theme-template="collection"] .product-card,
  [data-theme-template="search"] [data-product-card],
  [data-theme-template="search"] .product-card {
    min-width: 0; }

  /* line 3019, theme.scss */
  [data-theme-template="product"] main img {
    height: auto; }

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

  /* line 3028, theme.scss */
  .ng-about-hero__content {
    padding: 42px 0 50px; }

  /* line 3032, theme.scss */
  .ng-about__breadcrumbs {
    margin-bottom: 48px; }

  /* line 3036, theme.scss */
  .ng-about-hero h1 {
    max-width: 650px;
    font-size: 46px; }

  /* line 3041, theme.scss */
  .ng-about-hero__visual {
    height: 430px; }

  /* line 3045, theme.scss */
  .ng-about-story {
    padding: 70px 0;
    background: var(--ng-soft); }

  /* line 3050, theme.scss */
  .ng-about-story__grid {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 42px; }

  /* line 3055, theme.scss */
  .ng-about-story__portrait {
    height: 500px; }

  /* line 3059, theme.scss */
  .ng-about-story h2,
  .ng-about-custom h2,
  .ng-about-service h2,
  .ng-about-social h2 {
    font-size: 34px; }

  /* line 3066, theme.scss */
  .ng-about-facts__grid,
  .ng-about-steps,
  .ng-about-clients__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* line 3072, theme.scss */
  .ng-about-facts__grid > div:nth-child(3) {
    padding-left: 0;
    border-left: 0; }

  /* line 3077, theme.scss */
  .ng-about-custom__grid {
    grid-template-columns: 1fr; }

  /* line 3081, theme.scss */
  .ng-about-custom__image {
    min-height: 450px; }

  /* line 3085, theme.scss */
  .ng-about-custom__content {
    padding: 64px 7%; }

  /* line 3089, theme.scss */
  .ng-about-clients p {
    margin-top: 42px; }

  /* line 3093, theme.scss */
  .ng-about-social__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px; }

  /* line 3099, theme.scss */
  .ng-info-hero__inner {
    min-height: 390px;
    padding-top: 42px;
    padding-bottom: 52px; }

  /* line 3105, theme.scss */
  .ng-info-breadcrumbs {
    margin-bottom: 48px; }

  /* line 3109, theme.scss */
  .ng-info-hero h1 {
    font-size: 46px; }

  /* line 3113, theme.scss */
  .ng-info-section {
    padding: 62px 0; }

  /* line 3117, theme.scss */
  .ng-info-heading h2,
  .ng-info-cta h2,
  .ng-delivery-calculation h2 {
    font-size: 34px; }

  /* line 3123, theme.scss */
  .ng-term-grid,
  .ng-info-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* line 3128, theme.scss */
  .ng-term-grid article:nth-child(3),
  .ng-info-steps li:nth-child(3) {
    border-left: 0; }

  /* line 3133, theme.scss */
  .ng-term-grid article {
    border-top: 1px solid var(--ng-line); }

  /* line 3137, theme.scss */
  .ng-term-grid article:nth-child(-n+2) {
    border-top: 0; }

  /* line 3141, theme.scss */
  .ng-payment-grid,
  .ng-delivery-grid {
    grid-template-columns: 1fr; }

  /* line 3146, theme.scss */
  .ng-payment-grid article,
  .ng-delivery-grid article {
    min-height: 0; }

  /* line 3151, theme.scss */
  .ng-payment-grid h3,
  .ng-delivery-grid h3 {
    margin-top: 35px; }

  /* line 3156, theme.scss */
  .ng-info-cta__inner,
  .ng-delivery-calculation {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 28px; }

  /* line 3164, theme.scss */
  .ng-contacts-grid,
  .ng-contacts-pickup__grid {
    grid-template-columns: 1fr;
    gap: 42px; }

  /* line 3170, theme.scss */
  .ng-contacts-primary h2,
  .ng-contacts-pickup h2,
  .ng-contacts-details h2 {
    font-size: 34px; }

  /* line 3176, theme.scss */
  .ng-requisites {
    grid-template-columns: 1fr; }

  /* line 3180, theme.scss */
  .ng-requisites div,
  .ng-requisites div:first-child {
    border-top: 1px solid var(--ng-line);
    border-left: 0; }

  /* line 3186, theme.scss */
  .ng-requisites div:first-child {
    border-top: 0; }

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

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

  /* line 3198, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
@media (max-width: 520px) {
  /* line 3204, theme.scss */
  .ng-shell {
    width: calc(100% - 28px); }

  /* line 3208, theme.scss */
  .ng-topbar {
    font-size: 12px;
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important; }

  /* line 3216, theme.scss */
  .ng-header-logo {
    top: 12px;
    width: 158px;
    height: 35px; }

  /* line 3222, theme.scss */
  .ng-header-logo::before {
    top: -12px;
    width: 188px;
    height: 60px; }

  /* line 3228, theme.scss */
  .ng-header-logo img {
    width: 158px;
    height: 35px; }

  /* line 3233, theme.scss */
  .ng-section {
    padding: 46px 0; }

  /* line 3237, theme.scss */
  .ng-section h2,
  .ng-manufacturer h2 {
    font-size: 28px;
    line-height: 1.12; }

  /* line 3243, theme.scss */
  .ng-kicker {
    margin-bottom: 10px;
    font-size: 11px; }

  /* line 3248, theme.scss */
  .ng-hero {
    min-height: 610px; }

  /* line 3252, theme.scss */
  .ng-hero__content {
    padding-top: 140px;
    padding-bottom: 24px; }

  /* line 3257, theme.scss */
  .ng-hero h1 {
    font-size: 34px;
    line-height: 1.02; }

  /* line 3262, theme.scss */
  .ng-hero__lead {
    margin-top: 14px;
    font-size: 15px; }

  /* line 3267, theme.scss */
  .ng-hero__actions {
    margin-top: 19px;
    display: grid;
    grid-template-columns: 1fr 1fr; }

  /* line 3273, theme.scss */
  .ng-hero__actions .ng-button {
    min-width: 0;
    min-height: 46px;
    padding: 0 11px;
    font-size: 13px; }

  /* line 3280, theme.scss */
  .ng-hero__facts {
    margin-top: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0; }

  /* line 3286, theme.scss */
  .ng-hero__facts li,
  .ng-hero__facts li:first-child {
    padding: 0 8px;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.24); }

  /* line 3293, theme.scss */
  .ng-hero__facts li:first-child {
    padding-left: 0;
    border-left: 0; }

  /* line 3298, theme.scss */
  .ng-hero__facts strong {
    margin-bottom: 3px;
    font-size: 12px; }

  /* line 3303, theme.scss */
  .ng-hero__facts span {
    font-size: 10px;
    line-height: 1.25; }

  /* line 3308, theme.scss */
  .ng-category-grid {
    grid-template-rows: 280px 190px;
    gap: 9px; }

  /* line 3313, theme.scss */
  .ng-category__content {
    right: 18px;
    bottom: 18px;
    left: 18px; }

  /* line 3319, theme.scss */
  .ng-category__content strong {
    font-size: 23px; }

  /* line 3323, theme.scss */
  .ng-category:not(.ng-category--large) .ng-category__content {
    right: 12px;
    bottom: 13px;
    left: 12px; }

  /* line 3329, theme.scss */
  .ng-category:not(.ng-category--large) .ng-category__content strong {
    font-size: 17px;
    line-height: 1.15; }

  /* line 3334, theme.scss */
  .ng-category:not(.ng-category--large) .ng-category__content > span {
    display: none; }

  /* line 3338, theme.scss */
  .ng-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* line 3342, theme.scss */
  .ng-benefits article {
    min-height: 166px;
    padding: 18px 16px; }

  /* line 3347, theme.scss */
  .ng-benefits h3 {
    margin: 22px 0 8px;
    font-size: 16px; }

  /* line 3352, theme.scss */
  .ng-benefits p {
    font-size: 12px;
    line-height: 1.45; }

  /* line 3357, theme.scss */
  .ng-process__list {
    grid-template-columns: 1fr;
    gap: 22px; }

  /* line 3362, theme.scss */
  .ng-process__list li,
  .ng-process__list li:nth-child(3) {
    padding: 0;
    border-left: 0; }

  /* line 3368, theme.scss */
  .ng-footer {
    padding-top: 48px;
    padding-bottom: 40px; }

  /* line 3373, theme.scss */
  .ng-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 20px; }

  /* line 3378, theme.scss */
  .ng-footer__brand,
  .ng-footer__contacts {
    grid-column: 1 / 3; }

  /* line 3383, theme.scss */
  .ng-footer__brand img {
    width: 105px;
    height: 105px; }

  /* line 3388, theme.scss */
  .ng-sale__heading p:last-child {
    font-size: 15px; }

  /* line 3392, theme.scss */
  .ng-sale__grid {
    margin-right: -14px;
    padding-right: 14px; }

  /* line 3397, theme.scss */
  .ng-sale-card {
    width: calc(100vw - 48px);
    min-width: calc(100vw - 48px);
    min-height: 380px;
    flex-basis: calc(100vw - 48px); }

  /* line 3404, theme.scss */
  .ng-sale-card__media {
    height: 220px; }

  /* line 3408, theme.scss */
  [data-theme-template="product"] main [class*="compare"],
  [data-theme-template="product"] main [class*="favorite"] {
    display: none !important; }

  /* line 3413, theme.scss */
  .ng-sale-card__body {
    min-height: 160px;
    padding: 20px 18px 18px; }

  /* line 3418, theme.scss */
  .ng-sale-card__label {
    margin-bottom: 10px; }

  /* line 3422, theme.scss */
  .ng-sale-card__title {
    font-size: 17px; }

  /* line 3426, theme.scss */
  .ng-sale-card__new-price {
    font-size: 21px; }

  /* line 3430, theme.scss */
  .ng-catalog-header h1 {
    font-size: 30px;
    line-height: 1.08; }

  /* line 3435, theme.scss */
  .ng-catalog-grid {
    grid-template-columns: 1fr;
    gap: 10px; }

  /* line 3440, theme.scss */
  .ng-catalog-card--wide {
    grid-column: auto; }

  /* line 3444, theme.scss */
  .ng-catalog-card:not(.ng-catalog-card--compact) {
    min-height: 178px;
    display: grid;
    grid-template-columns: 42% 58%; }

  /* line 3450, theme.scss */
  .ng-catalog-card__image,
  .ng-catalog-card--wide .ng-catalog-card__image {
    height: 178px; }

  /* line 3455, theme.scss */
  .ng-catalog-card__body {
    min-height: 178px;
    padding: 18px 16px; }

  /* line 3460, theme.scss */
  .ng-catalog-card__body strong {
    font-size: 20px; }

  /* line 3464, theme.scss */
  .ng-catalog-card--compact,
  .ng-catalog-card--compact .ng-catalog-card__body {
    min-height: 142px; }

  /* line 3469, theme.scss */
  .ng-catalog-card__body > span {
    padding-top: 14px;
    font-size: 12px; }

  /* line 3474, theme.scss */
  .ng-catalog-breadcrumbs {
    margin-bottom: 22px;
    font-size: 12px; }

  /* line 3479, theme.scss */
  .ng-catalog-header {
    margin-bottom: 28px; }

  /* line 3483, theme.scss */
  .ng-catalog-header > p:last-child {
    margin-top: 14px;
    font-size: 14px; }

  /* line 3488, theme.scss */
  .ng-contact-modal__dialog {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    max-height: calc(100vh - 18px);
    padding: 28px 18px 22px;
    border-radius: 7px 7px 0 0;
    transform: translateY(20px); }

  /* line 3501, theme.scss */
  .ng-contact-modal.is-open .ng-contact-modal__dialog {
    transform: translateY(0); }

  /* line 3505, theme.scss */
  .ng-contact-modal__dialog h2 {
    padding-right: 26px;
    font-size: 25px; }

  /* line 3510, theme.scss */
  .ng-contact-option {
    min-height: 68px;
    padding: 9px 12px;
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    gap: 11px; }

  /* line 3517, theme.scss */
  .ng-contact-option__icon {
    width: 42px;
    height: 42px; }

  /* line 3522, theme.scss */
  .ng-contact-modal__phone {
    margin-top: 17px; }

  /* line 3526, theme.scss */
  .ng-about-hero__content {
    padding: 32px 0 42px; }

  /* line 3530, theme.scss */
  .ng-about__breadcrumbs {
    margin-bottom: 36px;
    font-size: 12px; }

  /* line 3535, theme.scss */
  .ng-about-hero h1 {
    font-size: 36px;
    line-height: 1.02; }

  /* line 3540, theme.scss */
  .ng-about-hero__content > p:last-of-type {
    margin-top: 20px;
    font-size: 16px; }

  /* line 3545, theme.scss */
  .ng-about-hero__actions {
    margin-top: 27px;
    display: grid;
    grid-template-columns: 1fr; }

  /* line 3551, theme.scss */
  .ng-about-hero__visual {
    height: 310px; }

  /* line 3555, theme.scss */
  .ng-about-story {
    padding: 52px 0; }

  /* line 3559, theme.scss */
  .ng-about-story__grid {
    grid-template-columns: 1fr;
    gap: 38px; }

  /* line 3564, theme.scss */
  .ng-about-story__portrait {
    height: 420px; }

  /* line 3568, theme.scss */
  .ng-about-story h2,
  .ng-about-custom h2,
  .ng-about-service h2,
  .ng-about-social h2 {
    font-size: 29px; }

  /* line 3575, theme.scss */
  .ng-about-story__content > p:not(.ng-kicker),
  .ng-about-custom__content > p:not(.ng-kicker),
  .ng-about-service__intro > p:last-child {
    font-size: 15px; }

  /* line 3581, theme.scss */
  .ng-about-story blockquote {
    margin-top: 30px;
    padding: 23px 0 0 20px; }

  /* line 3586, theme.scss */
  .ng-about-story blockquote p {
    font-size: 17px; }

  /* line 3590, theme.scss */
  .ng-about-facts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* line 3594, theme.scss */
  .ng-about-facts__grid > div {
    min-height: 125px;
    padding: 25px 16px; }

  /* line 3599, theme.scss */
  .ng-about-facts strong {
    font-size: 23px; }

  /* line 3603, theme.scss */
  .ng-about-facts span {
    font-size: 12px; }

  /* line 3607, theme.scss */
  .ng-about-production__lead {
    margin-bottom: 30px;
    font-size: 15px; }

  /* line 3612, theme.scss */
  .ng-about-steps,
  .ng-about-clients__grid {
    grid-template-columns: 1fr; }

  /* line 3617, theme.scss */
  .ng-about-steps article {
    min-height: 185px;
    padding: 22px; }

  /* line 3622, theme.scss */
  .ng-about-steps h3 {
    margin-top: 34px; }

  /* line 3626, theme.scss */
  .ng-about-custom__image {
    min-height: 320px; }

  /* line 3630, theme.scss */
  .ng-about-custom__content {
    padding: 48px 20px; }

  /* line 3634, theme.scss */
  .ng-about-custom .ng-button {
    width: 100%; }

  /* line 3638, theme.scss */
  .ng-about-clients article {
    min-height: 180px;
    padding: 23px; }

  /* line 3643, theme.scss */
  .ng-about-clients p {
    margin-top: 35px; }

  /* line 3647, theme.scss */
  .ng-about-service {
    padding: 56px 0; }

  /* line 3651, theme.scss */
  .ng-about-warranty {
    grid-template-columns: 1fr; }

  /* line 3655, theme.scss */
  .ng-about-warranty article {
    min-height: 108px;
    padding: 22px; }

  /* line 3660, theme.scss */
  .ng-about-pickup {
    padding: 22px;
    grid-template-columns: 1fr;
    gap: 13px; }

  /* line 3666, theme.scss */
  .ng-about-social {
    padding: 52px 0; }

  /* line 3670, theme.scss */
  .ng-about-social .ng-button {
    width: 100%; }

  /* line 3674, theme.scss */
  .ng-info-hero__inner {
    min-height: 350px;
    padding-top: 32px;
    padding-bottom: 42px; }

  /* line 3680, theme.scss */
  .ng-info-breadcrumbs {
    margin-bottom: 38px;
    font-size: 12px; }

  /* line 3685, theme.scss */
  .ng-info-hero h1 {
    font-size: 36px; }

  /* line 3689, theme.scss */
  .ng-info-hero__inner > p:last-child {
    margin-top: 20px;
    font-size: 16px; }

  /* line 3694, theme.scss */
  .ng-info-section {
    padding: 50px 0; }

  /* line 3698, theme.scss */
  .ng-info-heading {
    margin-bottom: 28px; }

  /* line 3702, theme.scss */
  .ng-info-heading h2,
  .ng-info-cta h2,
  .ng-delivery-calculation h2 {
    font-size: 29px; }

  /* line 3708, theme.scss */
  .ng-term-grid,
  .ng-info-steps {
    grid-template-columns: 1fr; }

  /* line 3713, theme.scss */
  .ng-term-grid article,
  .ng-term-grid article:first-child,
  .ng-term-grid article:nth-child(3),
  .ng-info-steps li,
  .ng-info-steps li:first-child,
  .ng-info-steps li:nth-child(3) {
    min-height: 150px;
    padding: 22px;
    border-top: 1px solid var(--ng-line);
    border-left: 0; }

  /* line 3725, theme.scss */
  .ng-term-grid article:first-child,
  .ng-info-steps li:first-child {
    border-top: 0; }

  /* line 3730, theme.scss */
  .ng-term-card__number {
    font-size: 43px; }

  /* line 3734, theme.scss */
  .ng-info-note {
    padding: 22px;
    grid-template-columns: 1fr;
    gap: 12px; }

  /* line 3740, theme.scss */
  .ng-info-cta {
    padding: 52px 0; }

  /* line 3744, theme.scss */
  .ng-info-cta .ng-button,
  .ng-delivery-calculation .ng-button {
    width: 100%; }

  /* line 3749, theme.scss */
  .ng-payment-grid article,
  .ng-delivery-grid article {
    padding: 23px; }

  /* line 3754, theme.scss */
  .ng-cart-save__dialog {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    max-height: calc(100vh - 20px);
    padding: 29px 20px 20px;
    border-radius: 7px 7px 0 0;
    transform: none; }

  /* line 3766, theme.scss */
  .ng-cart-save h2 {
    font-size: 27px; }

  /* line 3770, theme.scss */
  .ng-cart-save__lead {
    font-size: 14px; }

  /* line 3774, theme.scss */
  .ng-cart-save__form {
    grid-template-columns: 1fr; }

  /* line 3778, theme.scss */
  .ng-cart-save__field,
  .ng-cart-save__agree,
  .ng-cart-save__error {
    grid-column: auto; }

  /* line 3784, theme.scss */
  .ng-cart-save__submit,
  .ng-cart-save__checkout {
    min-height: 48px; }

  /* line 3789, theme.scss */
  .ng-contacts-main,
  .ng-contacts-pickup,
  .ng-contacts-details {
    padding: 52px 0; }

  /* line 3795, theme.scss */
  .ng-contacts-primary h2,
  .ng-contacts-pickup h2,
  .ng-contacts-details h2 {
    font-size: 29px; }

  /* line 3801, theme.scss */
  .ng-contact-list {
    margin-top: 28px; }

  /* line 3805, theme.scss */
  .ng-contact-row {
    padding: 20px 0;
    grid-template-columns: 1fr;
    gap: 9px; }

  /* line 3811, theme.scss */
  .ng-contact-row a,
  .ng-contact-row strong {
    font-size: 18px; }

  /* line 3816, theme.scss */
  .ng-contact-channels,
  .ng-pickup-address {
    padding: 22px; }

  /* line 3821, theme.scss */
  .ng-pickup-address strong {
    font-size: 21px; }

  /* line 3825, theme.scss */
  .ng-requisites div {
    padding: 22px; } }
@media (max-width: 360px) {
  /* line 3831, theme.scss */
  .ng-header-logo {
    width: 138px; }

  /* line 3835, theme.scss */
  .ng-header-logo img {
    width: 138px; }

  /* line 3839, theme.scss */
  .ng-hero {
    min-height: 640px; }

  /* line 3843, theme.scss */
  .ng-hero h1 {
    font-size: 31px; }

  /* line 3847, theme.scss */
  .ng-hero__actions {
    grid-template-columns: 1fr; }

  /* line 3851, theme.scss */
  .ng-category-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 270px 185px 185px; }

  /* line 3856, theme.scss */
  .ng-category--large {
    grid-column: auto; }

  /* line 3860, theme.scss */
  .ng-benefits {
    grid-template-columns: 1fr; }

  /* line 3864, theme.scss */
  .ng-benefits article {
    min-height: 145px; } }
@media (max-width: 768px) {
  /* line 3870, theme.scss */
  .ng-mobile-section-link {
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--ng-ink);
    background: var(--ng-white);
    border: 1px solid #cfcfcb;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none; }

  /* line 3887, theme.scss */
  .ng-mobile-section-link span {
    color: var(--ng-red);
    font-size: 18px; }

  /* line 3892, theme.scss */
  .ng-mobile-section-link--light {
    color: var(--ng-white);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.55); }

  /* line 3898, theme.scss */
  .ng-site-header .ng-site-menu > .ng-menu-catalog {
    display: none !important; }

  /* line 3902, theme.scss */
  .ng-site-header .ng-site-menu > .ng-menu-sale {
    display: none !important; }

  /* line 3906, theme.scss */
  .ng-site-header a[href*="/collection/aktsii"]:not(.ng-menu-sale__link) {
    color: var(--ng-red) !important;
    font-weight: 700 !important; }

  /* line 3911, theme.scss */
  body.ng-mobile-navigation-open::before {
    content: none !important;
    display: none !important; }

  /* line 3916, theme.scss */
  body.ng-mobile-navigation-open .ng-site-header {
    z-index: 10020 !important; }

  /* line 3920, theme.scss */
  body.ng-mobile-navigation-open main {
    visibility: hidden; } }
@media (hover: none) {
  /* line 3926, theme.scss */
  .ng-button:hover,
  .ng-category:hover img,
  .ng-sale-card:hover,
  .ng-sale-card:hover .ng-sale-card__media img,
  .ng-catalog-card:hover,
  .ng-catalog-card:hover .ng-catalog-card__image img,
  [data-product-card]:hover,
  .product-card:hover {
    transform: none; } }
@media (prefers-reduced-motion: reduce) {
  /* line 3939, theme.scss */
  html {
    scroll-behavior: auto; }

  /* line 3943, theme.scss */
  .ng-hero__image,
  .ng-button,
  .ng-category img,
  .ng-sale-card,
  .ng-sale-card__media img,
  .ng-catalog-card,
  .ng-catalog-card__image img {
    transition: none; } }
/* Independent fallback menu. It avoids the system header drawer layer that can be visible but not clickable. */
/* line 3956, theme.scss */
.ng-fallback-nav[hidden] {
  display: none !important; }

/* line 3960, theme.scss */
.ng-fallback-nav {
  position: fixed !important;
  z-index: 2147483600 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  display: block;
  pointer-events: none;
  font-family: "PT Root UI", Arial, sans-serif; }

/* line 3972, theme.scss */
.ng-fallback-nav.is-open {
  pointer-events: auto; }

/* line 3976, theme.scss */
.ng-fallback-nav__shade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.34);
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: auto; }

/* line 3988, theme.scss */
.ng-fallback-nav.is-open .ng-fallback-nav__shade {
  opacity: 1; }

/* line 3992, theme.scss */
.ng-fallback-nav__panel {
  position: relative;
  z-index: 2;
  width: 92vw;
  max-width: 520px;
  height: 100vh;
  padding: 34px 32px 40px;
  overflow-y: auto;
  color: var(--ng-ink);
  background: var(--ng-white);
  box-shadow: 24px 0 48px rgba(0, 0, 0, 0.16);
  transform: translateX(-100%);
  transition: transform 220ms ease;
  pointer-events: auto; }

/* line 4008, theme.scss */
.ng-fallback-nav.is-open .ng-fallback-nav__panel {
  transform: translateX(0); }

/* line 4012, theme.scss */
.ng-fallback-nav__close {
  position: fixed;
  z-index: 3;
  top: 28px;
  left: 544px;
  width: 52px;
  height: 52px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ng-ink);
  background: var(--ng-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  pointer-events: auto; }

/* line 4034, theme.scss */
.ng-fallback-nav h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15; }

/* line 4041, theme.scss */
.ng-fallback-nav__line {
  margin: 30px 0 34px;
  height: 1px;
  background: #ededed; }

/* line 4047, theme.scss */
.ng-fallback-nav h3 {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3; }

/* line 4054, theme.scss */
.ng-fallback-nav__links {
  display: grid;
  gap: 22px; }

/* line 4059, theme.scss */
.ng-fallback-nav__link {
  display: block;
  color: var(--ng-ink);
  font-size: 18px;
  line-height: 1.35;
  text-decoration: none;
  pointer-events: auto; }

/* line 4068, theme.scss */
.ng-fallback-nav__link:hover,
.ng-fallback-nav__link:focus-visible {
  color: var(--ng-red); }

/* line 4073, theme.scss */
.ng-fallback-nav__link--sale {
  color: var(--ng-red);
  font-weight: 700; }

/* line 4078, theme.scss */
body.ng-fallback-nav-open {
  overflow: hidden; }

/* line 4082, theme.scss */
body.ng-fallback-nav-open .ng-fallback-nav,
body.ng-fallback-nav-open .ng-fallback-nav * {
  pointer-events: auto !important; }

/* line 4087, theme.scss */
body.ng-fallback-nav-open main {
  visibility: visible !important; }

@media (max-width: 600px) {
  /* line 4092, theme.scss */
  .ng-fallback-nav__panel {
    width: 88vw;
    max-width: 430px;
    padding: 28px 24px 36px; }

  /* line 4098, theme.scss */
  .ng-fallback-nav__close {
    top: 18px;
    right: 16px;
    left: auto;
    width: 46px;
    height: 46px;
    font-size: 28px; }

  /* line 4107, theme.scss */
  .ng-fallback-nav h2 {
    font-size: 28px; }

  /* line 4111, theme.scss */
  .ng-fallback-nav__link {
    font-size: 17px; } }
/* line 4117, theme.scss */
body.ng-fallback-nav-open .ng-fallback-nav__link--sale,
.ng-fallback-nav__link--sale {
  color: var(--ng-red) !important;
  font-weight: 700 !important; }

/* line 4123, theme.scss */
body.ng-fallback-nav-open .ng-topbar {
  visibility: hidden !important;
  pointer-events: none !important; }
