/* 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-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 88, 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 101, 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 114, theme.scss */
.ng-header-logo img {
  position: relative;
  z-index: 1;
  width: 270px;
  height: 54px;
  display: block;
  object-fit: contain; }

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

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

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

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

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

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

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

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

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

/* line 167, 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 176, 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 183, theme.scss */
.ng-site-header .ng-site-menu .is-current > .ng-menu-link {
  font-weight: 700; }

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

/* line 193, theme.scss */
body.ng-navigation-open .ng-topbar,
body.ng-mobile-navigation-open .ng-topbar,
body.ng-fallback-nav-open .ng-topbar {
  visibility: hidden !important;
  pointer-events: 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 205, theme.scss */
body.ng-navigation-open .ng-site-header .ng-navigation-panel {
  z-index: 10030 !important;
  pointer-events: auto !important; }

/* line 210, 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 221, 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 228, 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 235, 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 245, theme.scss */
.ng-section {
  padding: 88px 0; }

/* line 249, 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 260, theme.scss */
.ng-section__heading {
  margin-bottom: 38px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px; }

/* line 268, 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 279, theme.scss */
.ng-text-link span {
  color: var(--ng-red);
  transition: transform 180ms ease; }

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

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

/* line 292, 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 307, theme.scss */
.ng-button:hover {
  transform: translateY(-1px); }

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

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

/* line 322, 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 328, theme.scss */
.ng-button--light:hover {
  color: var(--ng-ink);
  background: var(--ng-white);
  border-color: var(--ng-white); }

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

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

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

/* line 363, 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 371, theme.scss */
.ng-hero__image > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 52%; }

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

/* line 385, 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 389, theme.scss */
.ng-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 76px;
  padding-bottom: 62px; }

/* line 396, 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 406, 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 414, theme.scss */
.ng-hero__actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }

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

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

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

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

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

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

/* line 455, 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 466, theme.scss */
  .ng-hero__controls {
    right: calc((100% - 1320px) / 2); } }
/* line 471, 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 487, theme.scss */
.ng-hero__arrow:hover {
  background: var(--ng-red);
  border-color: var(--ng-red); }

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

/* line 498, 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 509, theme.scss */
.ng-hero__dot.is-active {
  width: 25px;
  background: var(--ng-white);
  border-radius: 6px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 609, 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 617, theme.scss */
.ng-sale .ng-text-link {
  color: var(--ng-white);
  border-color: rgba(255, 255, 255, 0.7); }

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

/* line 628, 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 642, theme.scss */
.ng-sale-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28); }

/* line 647, theme.scss */
.ng-sale-card__media {
  position: relative;
  height: 270px;
  min-width: 0;
  overflow: hidden;
  background: #f0f0ee; }

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

/* line 663, theme.scss */
.ng-sale-card:hover .ng-sale-card__media img {
  transform: scale(1.025); }

/* line 667, 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 679, 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 695, 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 704, 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 713, theme.scss */
.ng-sale-card__title {
  display: block;
  color: inherit;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.25; }

/* line 721, 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 731, theme.scss */
.ng-sale-card__old-price {
  color: #8d8d8d;
  font-size: 14px;
  text-decoration: line-through; }

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

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

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

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

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

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

/* line 771, 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 779, theme.scss */
.ng-manufacturer .ng-text-link {
  color: var(--ng-white);
  border-color: rgba(255, 255, 255, 0.7); }

/* line 784, 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 791, theme.scss */
.ng-benefits article {
  min-height: 214px;
  padding: 28px;
  border-right: 1px solid #3a3a3a;
  border-bottom: 1px solid #3a3a3a; }

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

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

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

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

/* line 823, 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 832, 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 841, theme.scss */
.ng-process__list li:first-child {
  padding-left: 0;
  border-left: 0; }

/* line 846, 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 860, theme.scss */
.ng-process__list strong {
  display: block;
  margin: 4px 0 9px;
  font-size: 18px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 950, 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 957, theme.scss */
.layout,
[class*="layout__content"] {
  max-width: var(--ng-shell); }

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

/* line 967, 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 977, 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 984, theme.scss */
[data-product-card] img,
.product-card img {
  background: #f8f8f7; }

/* line 989, 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 998, 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 1006, 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 1015, theme.scss */
.ng-catalog-page {
  padding: 30px 0 92px;
  background: var(--ng-white); }

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

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

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

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

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

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

/* line 1060, 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 1073, theme.scss */
.ng-catalog-card:hover {
  border-color: #c4c4c0;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1164, 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 1176, theme.scss */
.ng-contact-modal.is-open {
  visibility: visible;
  opacity: 1; }

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

/* line 1190, 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 1207, theme.scss */
.ng-contact-modal.is-open .ng-contact-modal__dialog {
  transform: translate(-50%, -50%); }

/* line 1211, 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 1230, 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 1239, theme.scss */
.ng-contact-modal__lead {
  margin: 16px 0 25px;
  color: var(--ng-muted);
  font-size: 16px;
  line-height: 1.5; }

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

/* line 1251, 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 1270, theme.scss */
.ng-contact-option:hover {
  background: var(--ng-white);
  border-color: #bdbdb8;
  transform: translateY(-1px); }

/* line 1276, 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 1289, theme.scss */
.ng-contact-option--whatsapp .ng-contact-option__icon {
  background: #1fa855; }

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

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

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

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

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

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

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

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

/* line 1336, theme.scss */
.ng-cart-save {
  position: fixed;
  z-index: 10020;
  inset: 0;
  display: none; }

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

/* line 1347, theme.scss */
.ng-cart-save__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.64); }

/* line 1353, 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 1368, 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 1383, 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 1392, theme.scss */
.ng-cart-save__lead {
  margin: 17px 0 0;
  color: var(--ng-muted);
  font-size: 15px;
  line-height: 1.5; }

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

/* line 1406, 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 1415, theme.scss */
.ng-cart-save__summary > div:last-child {
  border-bottom: 0; }

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

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

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

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

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

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

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

/* line 1464, 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 1475, 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 1480, 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 1490, theme.scss */
.ng-cart-save__agree input {
  width: 17px;
  height: 17px;
  margin: 0; }

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

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

/* line 1507, 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 1516, theme.scss */
.ng-cart-save__checkout {
  color: var(--ng-ink);
  background: var(--ng-white);
  border-color: #bdbdbd; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1596, 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 1605, 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 1613, theme.scss */
.ng-about-hero__actions {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }

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

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

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

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

/* line 1645, 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 1659, theme.scss */
.ng-about-story {
  padding: 104px 0; }

/* line 1663, 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 1670, theme.scss */
.ng-about-story__portrait {
  height: 600px;
  overflow: hidden;
  background: var(--ng-soft);
  border-radius: 6px; }

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

/* line 1685, 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 1696, 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 1704, 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 1711, theme.scss */
.ng-about-story blockquote p {
  margin: 0;
  color: var(--ng-ink);
  font-size: 20px;
  font-weight: 550;
  line-height: 1.5; }

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1779, 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 1787, 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 1794, 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 1802, theme.scss */
.ng-about-steps article > span {
  color: var(--ng-red);
  font-size: 13px;
  font-weight: 750; }

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

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

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

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

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

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

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

/* line 1853, 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 1861, theme.scss */
.ng-about-custom ul {
  margin: 29px 0 34px;
  padding: 0;
  list-style: none; }

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1940, 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 1948, theme.scss */
.ng-about-warranty article {
  min-height: 145px;
  padding: 28px;
  border-right: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d; }

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

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

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

/* line 1971, 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 1980, theme.scss */
.ng-about-pickup strong {
  color: var(--ng-white);
  font-size: 16px; }

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

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

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

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

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

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

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

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

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

/* line 2042, 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 2051, 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 2059, theme.scss */
.ng-info-section {
  padding: 88px 0; }

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

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

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

/* line 2077, 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 2086, theme.scss */
.ng-info-section--dark .ng-info-heading h2 {
  color: var(--ng-white); }

/* line 2090, 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 2097, 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 2106, theme.scss */
.ng-term-grid article:first-child {
  padding-left: 0;
  border-left: 0; }

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

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

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

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

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

/* line 2142, 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 2152, theme.scss */
.ng-info-steps li:first-child {
  border-left: 0; }

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

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

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

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

/* line 2178, 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 2188, theme.scss */
.ng-info-note strong {
  font-size: 18px;
  line-height: 1.35; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2288, 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 2297, theme.scss */
.ng-delivery-grid li {
  position: relative;
  margin-top: 9px;
  padding-left: 16px; }

/* line 2303, 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 2314, 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 2321, theme.scss */
.ng-delivery-calculation > p {
  margin: 0;
  color: var(--ng-muted);
  font-size: 15px;
  line-height: 1.55; }

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

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

/* line 2339, 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 2348, theme.scss */
.ng-contact-list {
  margin-top: 40px;
  border-top: 1px solid var(--ng-line); }

/* line 2353, 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 2361, theme.scss */
.ng-contact-row > span {
  color: var(--ng-muted);
  font-size: 13px; }

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

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

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

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

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

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

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

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

/* line 2415, 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 2430, theme.scss */
.ng-channel-link:hover {
  border-color: #a7a7a7;
  transform: translateY(-1px); }

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

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

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

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

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

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

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

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

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

/* line 2486, 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 2494, theme.scss */
.ng-contacts-pickup {
  padding: 82px 0;
  color: var(--ng-white);
  background: var(--ng-ink); }

/* line 2500, 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 2507, theme.scss */
.ng-contacts-pickup h2 {
  color: var(--ng-white); }

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

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

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

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

/* line 2538, 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 2547, theme.scss */
.ng-requisites div {
  padding: 28px;
  border-left: 1px solid var(--ng-line); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2668, 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 2672, theme.scss */
  .ng-hero__content {
    padding-top: 150px;
    padding-bottom: 28px; }

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

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

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

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

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

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

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

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

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

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

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

  /* line 2738, 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 2748, theme.scss */
  .ng-hero__dot.is-active {
    width: 10px !important;
    min-width: 10px !important;
    height: 10px !important;
    min-height: 10px !important; }

  /* line 2755, 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 2767, 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 2778, theme.scss */
  .ng-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 330px 230px;
    gap: 12px; }

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

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

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

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

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

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

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

  /* line 2818, 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 2829, theme.scss */
  .ng-sale__grid::-webkit-scrollbar {
    display: none; }

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

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

  /* line 2846, theme.scss */
  .ng-sale-card__media img {
    object-fit: contain; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2953, 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 2960, theme.scss */
  [data-theme-template="product"] main img {
    height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 3149, theme.scss */
  .ng-topbar {
    font-size: 12px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 3223, 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 3230, theme.scss */
  .ng-hero__facts li:first-child {
    padding-left: 0;
    border-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 3420, 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 3433, theme.scss */
  .ng-contact-modal.is-open .ng-contact-modal__dialog {
    transform: translateY(0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 3507, 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 3513, theme.scss */
  .ng-about-story blockquote {
    margin-top: 30px;
    padding: 23px 0 0 20px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 3645, 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 3657, theme.scss */
  .ng-term-grid article:first-child,
  .ng-info-steps li:first-child {
    border-top: 0; }

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

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

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

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

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

  /* line 3686, 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 3698, theme.scss */
  .ng-cart-save h2 {
    font-size: 27px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 3796, theme.scss */
  .ng-benefits article {
    min-height: 145px; } }
@media (max-width: 768px) {
  /* line 3802, 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 3819, theme.scss */
  .ng-mobile-section-link span {
    color: var(--ng-red);
    font-size: 18px; }

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

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

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

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

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

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

  /* line 3852, theme.scss */
  body.ng-mobile-navigation-open main {
    visibility: hidden; } }
@media (hover: none) {
  /* line 3858, 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 3871, theme.scss */
  html {
    scroll-behavior: auto; }

  /* line 3875, 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 3888, theme.scss */
.ng-fallback-nav[hidden] {
  display: none !important; }

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

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

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

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

/* line 3918, theme.scss */
.ng-fallback-nav__panel {
  position: relative;
  z-index: 2;
  width: min(520px, 92vw);
  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 3933, theme.scss */
.ng-fallback-nav.is-open .ng-fallback-nav__panel {
  transform: translateX(0); }

/* line 3937, theme.scss */
.ng-fallback-nav__close {
  position: fixed;
  z-index: 3;
  top: 28px;
  left: min(544px, calc(92vw + 12px));
  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 3959, theme.scss */
.ng-fallback-nav h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15; }

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

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

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

/* line 3984, 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 3993, theme.scss */
.ng-fallback-nav__link:hover,
.ng-fallback-nav__link:focus-visible {
  color: var(--ng-red); }

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

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

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

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

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

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

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

  /* line 4035, theme.scss */
  .ng-fallback-nav__link {
    font-size: 17px; } }
/* line 4041, 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 4047, theme.scss */
body.ng-fallback-nav-open .ng-topbar {
  visibility: hidden !important;
  pointer-events: none !important; }
