/* 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 */
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 */
header.ng-header--scrolled {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 576, 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 588, 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 604, 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 613, 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 622, theme.scss */
.ng-sale-card__title {
  display: block;
  color: inherit;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.25; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1373, 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 1384, 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 1389, 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 1399, theme.scss */
.ng-cart-save__agree input {
  width: 17px;
  height: 17px;
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2344, 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 2356, theme.scss */
.ng-channel-link--whatsapp .ng-channel-link__icon {
  background: #1fa855; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 3705, theme.scss */
  .ng-benefits article {
    min-height: 145px; } }
@media (hover: none) {
  /* line 3711, 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 3724, theme.scss */
  html {
    scroll-behavior: auto; }

  /* line 3728, 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; } }
