@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg:var(--draft-bg, #FFFFFF);
  --bg-is-light:var(--draft-bg-is-light, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light:var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade:var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light:var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade:var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark:var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg:var(--draft-color-btn-bg, #12A4D2);
  --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, #17b9eb);
  --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, #31c1ed);
  --color-btn-bg-major-shade-is-dark:var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade:var(--draft-color-btn-bg-half-shade, #7ed8f4);
  --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, #12A4D2);
  --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, #17b9eb);
  --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, #31c1ed);
  --color-accent-text-major-shade-is-dark:var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade:var(--draft-color-accent-text-half-shade, #7ed8f4);
  --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, #294452);
  --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, #36596b);
  --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, #436f85);
  --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, #7ea9be);
  --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, 6px);
  --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, 'Istok Web');
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, 'Istok Web');
  --heading-ratio:var(--draft-heading-ratio, 1.5);
  --heading-weight:var(--draft-heading-weight, 700);
  --collection_count:var(--draft-collection_count, 12);
  --search_count:var(--draft-search_count, 12);
  --blog_size:var(--draft-blog_size, 8);
  --product_not_available:var(--draft-product_not_available, shown);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1440px);
  --delta_sidebar:var(--draft-delta_sidebar, 1);
  --type_sidebar:var(--draft-type_sidebar, sticky);
  --sidebar_index_show:var(--draft-sidebar_index_show, false);
  --sidebar_index_position:var(--draft-sidebar_index_position, left);
  --sidebar_collection_show:var(--draft-sidebar_collection_show, false);
  --sidebar_collection_position:var(--draft-sidebar_collection_position, right);
  --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, false);
  --compare_enabled:var(--draft-compare_enabled, true); }

/* line 4, theme.scss */
:root {
  --ma-blue: #12a4d2;
  --ma-blue-dark: #4f7486;
  --ma-blue-soft: #e9f7fb;
  --ma-ink: #294452;
  --ma-muted: #667f8b;
  --ma-line: #d8e6eb;
  --ma-surface: #f3f9fb;
  --ma-white: #ffffff;
  --ma-shell: min(1540px, calc(100vw - 80px));
  --ma-radius: 10px;
  --ma-shadow: 0 16px 46px rgba(52, 88, 104, 0.10); }

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

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

/* line 20, theme.scss */
body {
  margin: 0;
  color: var(--ma-ink);
  background: var(--ma-white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

/* line 29, theme.scss */
body.ma-lock {
  overflow: hidden; }

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

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

/* line 32, theme.scss */
button, input, textarea {
  font: inherit; }

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

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

/* line 47, theme.scss */
.ma-shell {
  width: var(--ma-shell);
  margin-inline: auto; }

/* line 48, theme.scss */
.ma-home {
  overflow: clip; }

/* line 49, theme.scss */
.ma-eyebrow {
  margin: 0 0 14px;
  color: var(--ma-blue);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase; }

/* line 59, theme.scss */
.ma-button {
  min-height: 48px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease; }

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

/* line 75, theme.scss */
.ma-button--primary {
  color: #fff;
  background: var(--ma-blue);
  border-color: var(--ma-blue); }

/* line 76, theme.scss */
.ma-button--primary:hover {
  background: var(--ma-blue-dark);
  border-color: var(--ma-blue-dark); }

/* line 77, theme.scss */
.ma-button--outline {
  color: var(--ma-blue);
  background: transparent;
  border-color: var(--ma-blue); }

/* line 78, theme.scss */
.ma-button--outline:hover {
  color: #fff;
  background: var(--ma-blue); }

/* line 79, theme.scss */
.ma-button--light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55); }

/* line 80, theme.scss */
.ma-button--light:hover {
  color: var(--ma-blue-dark);
  background: #fff;
  border-color: #fff; }

/* line 81, theme.scss */
.ma-button--wide {
  width: 100%; }

/* Header */
/* line 84, theme.scss */
.ma-header {
  position: relative;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(220, 228, 238, 0.82); }

/* line 90, theme.scss */
.ma-header.is-scrolled {
  box-shadow: 0 10px 35px rgba(47, 79, 94, 0.09); }

/* line 91, theme.scss */
.ma-header__inner {
  min-height: 112px;
  display: grid;
  grid-template-columns: minmax(255px, 360px) 1fr auto;
  gap: 32px;
  align-items: center; }

/* line 98, theme.scss */
.ma-header__brand {
  display: inline-flex;
  align-items: center;
  width: min(100%, 350px);
  text-decoration: none; }

/* line 99, theme.scss */
.ma-header__brand img {
  display: block;
  width: 100%;
  height: auto; }

/* line 100, theme.scss */
.ma-header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 1.8vw, 34px); }

/* line 101, theme.scss */
.ma-header__nav a {
  position: relative;
  color: var(--ma-ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap; }

/* line 109, theme.scss */
.ma-header__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -9px;
  height: 2px;
  background: var(--ma-blue);
  transition: right .2s ease; }

/* line 117, theme.scss */
.ma-header__nav a:hover::after {
  right: 0; }

/* line 118, theme.scss */
.ma-header__actions {
  display: flex;
  align-items: center;
  gap: 13px; }

/* line 119, theme.scss */
.ma-icon-button {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  color: var(--ma-ink);
  background: transparent;
  display: inline-grid;
  place-items: center;
  text-decoration: none;
  cursor: pointer; }

/* line 131, theme.scss */
.ma-icon-button:hover {
  color: var(--ma-blue); }

/* line 132, theme.scss */
.ma-icon-button svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round; }

/* line 133, theme.scss */
.ma-header__count {
  position: absolute;
  top: 1px;
  right: 0;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--ma-blue);
  font-size: 10px;
  font-weight: 800; }

/* line 134, theme.scss */
.ma-header__contact {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2; }

/* line 135, theme.scss */
.ma-header__phone {
  color: var(--ma-ink);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap; }

/* line 136, theme.scss */
.ma-header__callback {
  margin-top: 7px;
  color: var(--ma-blue);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none; }

/* line 137, theme.scss */
.ma-menu-button {
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer; }

/* line 138, theme.scss */
.ma-menu-button span {
  width: 23px;
  height: 2px;
  background: var(--ma-ink);
  transition: transform .2s ease, opacity .2s ease; }

/* line 139, theme.scss */
.ma-menu-button.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg); }

/* line 140, theme.scss */
.ma-menu-button.is-active span:nth-child(2) {
  opacity: 0; }

/* line 141, theme.scss */
.ma-menu-button.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg); }

/* line 143, theme.scss */
.ma-header-search {
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 0;
  right: 0;
  padding: 18px 0;
  background: #fff;
  border-top: 1px solid var(--ma-line);
  border-bottom: 1px solid var(--ma-line);
  box-shadow: 0 22px 40px rgba(47, 79, 94, 0.11); }

/* line 153, theme.scss */
.ma-header-search__inner {
  display: flex;
  gap: 12px;
  align-items: center; }

/* line 154, theme.scss */
.ma-header-search__form {
  flex: 1;
  height: 54px;
  border: 1px solid #b9c6d6;
  border-radius: 7px;
  display: flex;
  overflow: hidden;
  background: #fff; }

/* line 155, theme.scss */
.ma-header-search__form input {
  flex: 1;
  min-width: 0;
  padding: 0 20px;
  border: 0;
  color: var(--ma-ink);
  outline: 0; }

/* line 156, theme.scss */
.ma-header-search__form button {
  width: 58px;
  border: 0;
  color: #fff;
  background: var(--ma-blue);
  display: grid;
  place-items: center;
  cursor: pointer; }

/* line 157, theme.scss */
.ma-header-search__form svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round; }

/* line 158, theme.scss */
.ma-header-search__close {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ma-muted);
  font-size: 32px;
  cursor: pointer; }

/* line 159, theme.scss */
.ma-mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 24px max(20px, calc((100vw - var(--ma-shell))/2));
  background: #fff;
  border-top: 1px solid var(--ma-line);
  box-shadow: 0 22px 40px rgba(47, 79, 94, 0.13); }

/* line 160, theme.scss */
.ma-mobile-menu nav {
  display: grid; }

/* line 161, theme.scss */
.ma-mobile-menu nav a {
  padding: 13px 0;
  border-bottom: 1px solid var(--ma-line);
  color: var(--ma-ink);
  font-weight: 650;
  text-decoration: none; }

/* line 162, theme.scss */
.ma-mobile-menu__phone {
  display: block;
  margin: 22px 0 16px;
  color: var(--ma-ink);
  font-size: 20px;
  font-weight: 800;
  text-decoration: none; }

/* Hero */
/* line 165, theme.scss */
.ma-hero {
  position: relative;
  background: radial-gradient(circle at 72% 44%, rgba(207, 239, 247, 0.82), rgba(0, 0, 0, 0) 34%), linear-gradient(90deg, #fff 0%, #fbfeff 46%, #edf8fb 100%);
  border-bottom: 1px solid var(--ma-line); }

/* line 172, theme.scss */
.ma-hero__grid {
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(450px, 0.84fr) minmax(620px, 1.45fr);
  align-items: stretch; }

/* line 173, theme.scss */
.ma-hero__content {
  position: relative;
  z-index: 2;
  padding: 45px 34px 45px 0;
  align-self: center; }

/* line 174, theme.scss */
.ma-hero h1 {
  max-width: 670px;
  margin: 0;
  color: var(--ma-ink);
  font-size: clamp(40px, 2.9vw, 54px);
  line-height: 1.03;
  letter-spacing: -.045em;
  font-weight: 780; }

/* line 175, theme.scss */
.ma-hero__lead {
  margin: 15px 0 0;
  color: var(--ma-blue);
  font-size: clamp(21px, 1.6vw, 29px);
  line-height: 1.25;
  font-weight: 650; }

/* line 176, theme.scss */
.ma-hero__text {
  max-width: 540px;
  margin: 14px 0 0;
  color: var(--ma-muted);
  font-size: 18px;
  line-height: 1.55; }

/* line 177, theme.scss */
.ma-hero__visual {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden; }

/* line 178, theme.scss */
.ma-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0 0 0 -140px;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.75) 12%, rgba(255, 255, 255, 0) 40%);
  z-index: 1;
  pointer-events: none; }

/* line 179, theme.scss */
.ma-hero__visual img {
  position: relative;
  z-index: 0;
  width: 128%;
  max-width: none;
  height: auto;
  margin-right: 0;
  margin-bottom: 0;
  object-fit: contain;
  object-position: right bottom;
  filter: saturate(0.93) contrast(1.02); }

/* line 180, theme.scss */
.ma-hero__glow {
  position: absolute;
  width: 58%;
  aspect-ratio: 1;
  right: 15%;
  bottom: -35%;
  border-radius: 50%;
  background: rgba(18, 164, 210, 0.17);
  filter: blur(70px); }

/* line 181, theme.scss */
.ma-search {
  max-width: 650px;
  height: 60px;
  margin-top: 24px;
  border: 1px solid #c6d1de;
  border-radius: 7px;
  background: #fff;
  display: flex;
  overflow: hidden;
  box-shadow: 0 8px 26px rgba(47, 79, 94, 0.05); }

/* line 182, theme.scss */
.ma-search:focus-within {
  border-color: var(--ma-blue);
  box-shadow: 0 0 0 3px rgba(18, 164, 210, 0.13); }

/* line 183, theme.scss */
.ma-search input {
  flex: 1;
  min-width: 0;
  padding: 0 21px;
  border: 0;
  outline: 0;
  color: var(--ma-ink);
  font-size: 15px;
  background: transparent; }

/* line 184, theme.scss */
.ma-search input::placeholder {
  color: #8995a6; }

/* line 185, theme.scss */
.ma-search button {
  width: 64px;
  border: 0;
  color: #fff;
  background: var(--ma-blue);
  display: grid;
  place-items: center;
  cursor: pointer; }

/* line 186, theme.scss */
.ma-search button:hover {
  background: var(--ma-blue-dark); }

/* line 187, theme.scss */
.ma-search svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round; }

/* line 188, theme.scss */
.ma-hero__buttons {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px; }

/* line 189, theme.scss */
.ma-hero__buttons .ma-button {
  min-width: 194px; }

/* Benefits */
/* line 192, theme.scss */
.ma-benefits {
  background: #fff;
  border-bottom: 1px solid var(--ma-line); }

/* line 193, theme.scss */
.ma-benefits__grid {
  min-height: 118px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center; }

/* line 194, theme.scss */
.ma-benefit {
  min-width: 0;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  gap: 17px;
  border-right: 1px solid var(--ma-line); }

/* line 195, theme.scss */
.ma-benefit:first-child {
  padding-left: 0; }

/* line 196, theme.scss */
.ma-benefit:last-child {
  padding-right: 0;
  border-right: 0; }

/* line 197, theme.scss */
.ma-benefit svg {
  flex: 0 0 43px;
  width: 43px;
  height: 43px;
  fill: none;
  stroke: var(--ma-ink);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round; }

/* line 198, theme.scss */
.ma-benefit div {
  min-width: 0; }

/* line 199, theme.scss */
.ma-benefit strong, .ma-benefit span {
  display: block; }

/* line 200, theme.scss */
.ma-benefit strong {
  margin-bottom: 3px;
  color: var(--ma-ink);
  font-size: 14px;
  line-height: 1.3; }

/* line 201, theme.scss */
.ma-benefit span {
  color: var(--ma-muted);
  font-size: 12px;
  line-height: 1.4; }

/* Generic section */
/* line 204, theme.scss */
.ma-section {
  padding: 94px 0; }

/* line 205, theme.scss */
.ma-section:nth-of-type(even) {
  background: #fff; }

/* line 206, theme.scss */
.ma-section__head {
  margin-bottom: 36px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px; }

/* line 207, theme.scss */
.ma-section__head h2 {
  margin: 0;
  color: var(--ma-ink);
  font-size: clamp(31px, 2.5vw, 46px);
  line-height: 1.08;
  letter-spacing: -.035em; }

/* line 208, theme.scss */
.ma-section__head p:not(.ma-eyebrow) {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--ma-muted);
  font-size: 17px; }

/* line 209, theme.scss */
.ma-section__head--center {
  justify-content: center;
  text-align: center; }

/* line 210, theme.scss */
.ma-section__head--center > div {
  max-width: 790px; }

/* line 211, theme.scss */
.ma-text-link {
  color: var(--ma-blue);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap; }

/* line 212, theme.scss */
.ma-text-link span {
  margin-left: 7px; }

/* Categories */
/* line 215, theme.scss */
.ma-categories {
  background: var(--ma-surface); }

/* line 216, theme.scss */
.ma-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px; }

/* line 217, theme.scss */
.ma-category-card {
  min-width: 0;
  border: 1px solid var(--ma-line);
  border-radius: var(--ma-radius);
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }

/* line 218, theme.scss */
.ma-category-card:hover {
  border-color: #9bcbd8;
  box-shadow: var(--ma-shadow);
  transform: translateY(-3px); }

/* line 219, theme.scss */
.ma-category-card__image {
  height: 235px;
  padding: 16px 12px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #f8fbff); }

/* line 220, theme.scss */
.ma-category-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .35s ease; }

/* line 221, theme.scss */
.ma-category-card:hover .ma-category-card__image img {
  transform: scale(1.035); }

/* line 222, theme.scss */
.ma-category-card__body {
  padding: 18px 18px 21px;
  border-top: 1px solid #edf1f6; }

/* line 223, theme.scss */
.ma-category-card h3 {
  margin: 0;
  color: var(--ma-ink);
  font-size: 16px;
  line-height: 1.25; }

/* line 224, theme.scss */
.ma-category-card p {
  margin: 7px 0 0;
  color: var(--ma-muted);
  font-size: 13px;
  line-height: 1.45; }

/* Products */
/* line 227, theme.scss */
.ma-products {
  background: #fff; }

/* line 228, theme.scss */
.ma-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px; }

/* line 229, theme.scss */
.ma-product-card {
  border: 1px solid var(--ma-line);
  border-radius: var(--ma-radius);
  background: #fff;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }

/* line 230, theme.scss */
.ma-product-card:hover {
  transform: translateY(-3px);
  border-color: #9fcbd6;
  box-shadow: var(--ma-shadow); }

/* line 231, theme.scss */
.ma-product-card__image {
  height: 315px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbfdff; }

/* line 232, theme.scss */
.ma-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

/* line 233, theme.scss */
.ma-product-card__body {
  padding: 20px;
  border-top: 1px solid var(--ma-line); }

/* line 234, theme.scss */
.ma-product-card__title {
  min-height: 48px;
  color: var(--ma-ink);
  font-weight: 700;
  text-decoration: none;
  display: block; }

/* line 235, theme.scss */
.ma-product-card__bottom {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px; }

/* line 236, theme.scss */
.ma-product-card__price {
  color: var(--ma-blue-dark);
  font-size: 18px;
  font-weight: 800; }

/* line 237, theme.scss */
.ma-product-card__arrow {
  width: 38px;
  height: 38px;
  border: 1px solid var(--ma-line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ma-blue);
  text-decoration: none; }

/* Solutions */
/* line 240, theme.scss */
.ma-solutions {
  background: var(--ma-surface); }

/* line 241, theme.scss */
.ma-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px; }

/* line 242, theme.scss */
.ma-solution-card {
  position: relative;
  min-height: 330px;
  padding: 38px;
  border: 1px solid var(--ma-line);
  border-radius: var(--ma-radius);
  background: #fff;
  color: var(--ma-ink);
  text-decoration: none;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }

/* line 243, theme.scss */
.ma-solution-card::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -80px;
  bottom: -95px;
  border-radius: 50%;
  background: var(--ma-blue-soft);
  transition: transform .3s ease; }

/* line 244, theme.scss */
.ma-solution-card:hover {
  transform: translateY(-3px);
  border-color: #9bcbd8;
  box-shadow: var(--ma-shadow); }

/* line 245, theme.scss */
.ma-solution-card:hover::after {
  transform: scale(1.18); }

/* line 246, theme.scss */
.ma-solution-card__number {
  color: var(--ma-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em; }

/* line 247, theme.scss */
.ma-solution-card h3 {
  max-width: 330px;
  margin: 55px 0 14px;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -.025em; }

/* line 248, theme.scss */
.ma-solution-card p {
  max-width: 390px;
  margin: 0;
  color: var(--ma-muted); }

/* line 249, theme.scss */
.ma-solution-card__link {
  position: absolute;
  z-index: 1;
  left: 38px;
  bottom: 34px;
  color: var(--ma-blue);
  font-size: 14px;
  font-weight: 750; }

/* Manufacturers */
/* line 252, theme.scss */
.ma-manufacturers {
  background: #fff; }

/* line 253, theme.scss */
.ma-brand-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 1px solid var(--ma-line);
  border-radius: var(--ma-radius);
  overflow: hidden;
  background: #fff; }

/* line 254, theme.scss */
.ma-brand-grid span {
  min-height: 108px;
  padding: 18px;
  border-right: 1px solid var(--ma-line);
  display: grid;
  place-items: center;
  color: #587787;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -.02em; }

/* line 255, theme.scss */
.ma-brand-grid span:last-child {
  border-right: 0; }

/* Service strip */
/* line 258, theme.scss */
.ma-service-strip {
  padding: 78px 0;
  color: #fff;
  background: linear-gradient(115deg, #496f80 0%, #5f8798 46%, #12a4d2 100%); }

/* line 259, theme.scss */
.ma-service-strip__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  gap: 56px;
  align-items: center; }

/* line 260, theme.scss */
.ma-service-strip .ma-eyebrow {
  color: #d8f4fb; }

/* line 261, theme.scss */
.ma-service-strip h2 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(30px, 2.4vw, 45px);
  line-height: 1.1;
  letter-spacing: -.035em; }

/* line 262, theme.scss */
.ma-service-strip__items {
  display: grid;
  gap: 12px; }

/* line 263, theme.scss */
.ma-service-strip__items span {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.88); }

/* line 264, theme.scss */
.ma-service-strip__items span::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d2f2fa; }

/* КП form */
/* line 267, theme.scss */
.ma-kp {
  background: #fff; }

/* line 268, theme.scss */
.ma-kp__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 0.75fr);
  gap: clamp(60px, 8vw, 135px);
  align-items: start; }

/* line 269, theme.scss */
.ma-kp__content {
  padding-top: 28px; }

/* line 270, theme.scss */
.ma-kp__content h2 {
  max-width: 710px;
  margin: 0;
  font-size: clamp(36px, 3vw, 55px);
  line-height: 1.05;
  letter-spacing: -.045em; }

/* line 271, theme.scss */
.ma-kp__content > p:not(.ma-eyebrow) {
  max-width: 670px;
  margin: 24px 0 0;
  color: var(--ma-muted);
  font-size: 18px; }

/* line 272, theme.scss */
.ma-kp__contacts {
  margin-top: 46px;
  padding-top: 27px;
  border-top: 1px solid var(--ma-line);
  display: flex;
  flex-direction: column; }

/* line 273, theme.scss */
.ma-kp__contacts span {
  color: var(--ma-muted);
  font-size: 13px; }

/* line 274, theme.scss */
.ma-kp__contacts a {
  margin-top: 7px;
  color: var(--ma-ink);
  font-size: 27px;
  font-weight: 800;
  text-decoration: none; }

/* line 275, theme.scss */
.ma-kp-form {
  padding: 36px;
  border: 1px solid var(--ma-line);
  border-radius: 12px;
  background: var(--ma-surface);
  box-shadow: 0 24px 65px rgba(21, 55, 101, 0.08); }

/* line 276, theme.scss */
.ma-form-field {
  margin-bottom: 18px; }

/* line 277, theme.scss */
.ma-form-field label {
  margin-bottom: 7px;
  color: var(--ma-ink);
  font-size: 13px;
  font-weight: 700;
  display: block; }

/* line 278, theme.scss */
.ma-form-field input, .ma-form-field textarea {
  width: 100%;
  border: 1px solid #c8d3e0;
  border-radius: 6px;
  color: var(--ma-ink);
  background: #fff;
  outline: 0;
  transition: border-color .2s ease, box-shadow .2s ease; }

/* line 279, theme.scss */
.ma-form-field input {
  height: 52px;
  padding: 0 15px; }

/* line 280, theme.scss */
.ma-form-field textarea {
  min-height: 112px;
  padding: 13px 15px;
  resize: vertical; }

/* line 281, theme.scss */
.ma-form-field input:focus, .ma-form-field textarea:focus {
  border-color: var(--ma-blue);
  box-shadow: 0 0 0 3px rgba(18, 164, 210, 0.13); }

/* line 282, theme.scss */
.ma-form-field.is-error input {
  border-color: #bb2b36; }

/* line 283, theme.scss */
.ma-form-error {
  margin-top: 6px;
  color: #a92732;
  font-size: 12px;
  display: block; }

/* line 284, theme.scss */
.ma-consent {
  margin: 18px 0;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--ma-muted);
  font-size: 12px;
  cursor: pointer; }

/* line 285, theme.scss */
.ma-consent input {
  margin: 2px 0 0;
  accent-color: var(--ma-blue); }

/* line 286, theme.scss */
.ma-consent a {
  color: var(--ma-blue); }

/* line 287, theme.scss */
.ma-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/* Footer */
/* line 290, theme.scss */
.ma-footer {
  color: #5f7783;
  background: #f0f7f9;
  border-top: 1px solid var(--ma-line); }

/* line 291, theme.scss */
.ma-footer__grid {
  padding: 76px 0 58px;
  display: grid;
  grid-template-columns: 1.4fr .75fr .75fr 1fr;
  gap: 66px; }

/* line 292, theme.scss */
.ma-footer__brand img {
  display: block;
  width: min(100%, 390px);
  height: auto;
  filter: none;
  opacity: 1; }

/* line 293, theme.scss */
.ma-footer__brand p {
  max-width: 390px;
  margin: 23px 0 0;
  line-height: 1.65; }

/* line 294, theme.scss */
.ma-footer h2 {
  margin: 0 0 18px;
  color: var(--ma-ink);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1em; }

/* line 295, theme.scss */
.ma-footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px; }

/* line 296, theme.scss */
.ma-footer__column a, .ma-footer__bottom a {
  color: #5f7783;
  text-decoration: none; }

/* line 297, theme.scss */
.ma-footer__column a:hover, .ma-footer__bottom a:hover {
  color: var(--ma-blue); }

/* line 298, theme.scss */
.ma-footer__contacts p {
  margin: 8px 0 25px;
  font-size: 13px; }

/* line 299, theme.scss */
.ma-footer__phone {
  color: var(--ma-ink);
  font-size: 22px;
  font-weight: 800;
  text-decoration: none; }

/* line 300, theme.scss */
.ma-footer__bottom {
  padding: 22px 0;
  border-top: 1px solid var(--ma-line);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: #81929a;
  font-size: 12px; }

/* line 301, theme.scss */
.ma-footer__bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }

/* System InSales pages: restrained visual alignment */
/* line 304, theme.scss */
.page_layout > main {
  min-height: 40vh; }

/* line 305, theme.scss */
body:not([data-theme-template="index"]) .page_layout > main {
  padding-top: 18px;
  padding-bottom: 55px; }

/* line 306, theme.scss */
body:not([data-theme-template="index"]) .layout__content {
  width: var(--ma-shell);
  max-width: none; }

/* line 307, theme.scss */
body:not([data-theme-template="index"]) h1,
body:not([data-theme-template="index"]) .page-title {
  color: var(--ma-ink);
  letter-spacing: -.03em; }

/* line 309, theme.scss */
body:not([data-theme-template="index"]) .button,
body:not([data-theme-template="index"]) button[type="submit"] {
  border-radius: 6px; }

/* line 311, theme.scss */
.product-preview-custom {
  border: 1px solid var(--ma-line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff; }

/* line 312, theme.scss */
.product-preview-custom .product-preview__area-bottom {
  padding: 18px; }

/* line 313, theme.scss */
.product-preview-custom .product-preview__title a {
  color: var(--ma-ink);
  font-weight: 650;
  text-decoration: none; }

/* line 314, theme.scss */
.product-preview-custom .product-preview__price-cur {
  color: var(--ma-blue-dark);
  font-weight: 800; }

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

@media (max-width: 1420px) {
  /* line 321, theme.scss */
  :root {
    --ma-shell: min(1320px, calc(100vw - 54px)); }

  /* line 322, theme.scss */
  .ma-header__inner {
    grid-template-columns: 285px 1fr auto;
    gap: 20px; }

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

  /* line 324, theme.scss */
  .ma-header__nav a {
    font-size: 13px; }

  /* line 325, theme.scss */
  .ma-header__contact {
    display: none; }

  /* line 326, theme.scss */
  .ma-hero__grid {
    grid-template-columns: minmax(420px, 0.85fr) minmax(560px, 1.35fr);
    min-height: 565px; }

  /* line 327, theme.scss */
  .ma-benefit {
    padding-inline: 15px; }

  /* line 328, theme.scss */
  .ma-benefit svg {
    flex-basis: 36px;
    width: 36px;
    height: 36px; }

  /* line 329, theme.scss */
  .ma-category-card__image {
    height: 205px; } }
@media (max-width: 1120px) {
  /* line 333, theme.scss */
  :root {
    --ma-shell: calc(100vw - 42px); }

  /* line 334, theme.scss */
  .ma-header__inner {
    min-height: 90px;
    grid-template-columns: 270px 1fr auto; }

  /* line 335, theme.scss */
  .ma-header__nav {
    display: none; }

  /* line 336, theme.scss */
  .ma-menu-button {
    display: flex; }

  /* line 337, theme.scss */
  .ma-header__actions {
    justify-self: end; }

  /* line 338, theme.scss */
  .ma-hero__grid {
    min-height: auto;
    grid-template-columns: 1fr; }

  /* line 339, theme.scss */
  .ma-hero__content {
    max-width: 760px;
    padding: 64px 0 20px; }

  /* line 340, theme.scss */
  .ma-hero__visual {
    min-height: 405px; }

  /* line 341, theme.scss */
  .ma-hero__visual::before {
    inset: -1px 0 auto 0;
    height: 110px;
    background: linear-gradient(#fff, rgba(255, 255, 255, 0)); }

  /* line 342, theme.scss */
  .ma-hero__visual img {
    width: 100%;
    margin: 0 auto 0; }

  /* line 343, theme.scss */
  .ma-benefits__grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 22px 0; }

  /* line 344, theme.scss */
  .ma-benefit {
    min-height: 78px;
    border-right: 0;
    border-bottom: 1px solid var(--ma-line); }

  /* line 345, theme.scss */
  .ma-benefit:nth-last-child(-n+2) {
    border-bottom: 0; }

  /* line 346, theme.scss */
  .ma-benefit:first-child {
    padding-left: 15px; }

  /* line 347, theme.scss */
  .ma-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }

  /* line 348, theme.scss */
  .ma-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* line 349, theme.scss */
  .ma-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }

  /* line 350, theme.scss */
  .ma-brand-grid span:nth-child(3n) {
    border-right: 0; }

  /* line 351, theme.scss */
  .ma-brand-grid span:nth-child(-n+3) {
    border-bottom: 1px solid var(--ma-line); }

  /* line 352, theme.scss */
  .ma-service-strip__grid {
    grid-template-columns: 1fr 1fr; }

  /* line 353, theme.scss */
  .ma-service-strip__grid > .ma-button {
    justify-self: start; }

  /* line 354, theme.scss */
  .ma-kp__grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px; }

  /* line 355, theme.scss */
  .ma-footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr; }

  /* line 356, theme.scss */
  .ma-footer__contacts {
    grid-column: 1 / -1; } }
@media (max-width: 768px) {
  /* line 360, theme.scss */
  :root {
    --ma-shell: calc(100vw - 32px); }

  /* line 361, theme.scss */
  .ma-header__inner {
    min-height: 76px;
    grid-template-columns: minmax(180px, 245px) auto;
    gap: 12px; }

  /* line 362, theme.scss */
  .ma-header__actions {
    gap: 2px; }

  /* line 363, theme.scss */
  .ma-header__cart {
    display: none; }

  /* line 364, theme.scss */
  .ma-icon-button {
    width: 40px;
    height: 40px; }

  /* line 365, theme.scss */
  .ma-menu-button {
    width: 40px;
    height: 40px;
    padding: 8px; }

  /* line 366, theme.scss */
  .ma-header-search {
    padding: 12px 0; }

  /* line 367, theme.scss */
  .ma-header-search__form {
    height: 48px; }

  /* line 368, theme.scss */
  .ma-mobile-menu {
    padding-inline: 16px; }

  /* line 369, theme.scss */
  .ma-hero__content {
    padding-top: 48px; }

  /* line 370, theme.scss */
  .ma-hero h1 {
    font-size: clamp(39px, 12vw, 57px); }

  /* line 371, theme.scss */
  .ma-hero__lead {
    font-size: 21px; }

  /* line 372, theme.scss */
  .ma-hero__text {
    font-size: 16px; }

  /* line 373, theme.scss */
  .ma-search {
    height: 55px;
    margin-top: 26px; }

  /* line 374, theme.scss */
  .ma-search input {
    padding-inline: 15px;
    font-size: 14px; }

  /* line 375, theme.scss */
  .ma-hero__visual {
    min-height: 295px;
    margin-inline: -16px; }

  /* line 376, theme.scss */
  .ma-hero__visual img {
    width: 116%;
    max-width: none;
    margin-left: -8%; }

  /* line 377, theme.scss */
  .ma-hero__buttons .ma-button {
    flex: 1 1 190px; }

  /* line 378, theme.scss */
  .ma-benefits__grid {
    grid-template-columns: 1fr 1fr; }

  /* line 379, theme.scss */
  .ma-benefit {
    padding: 16px 10px;
    align-items: flex-start; }

  /* line 380, theme.scss */
  .ma-benefit:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--ma-line); }

  /* line 381, theme.scss */
  .ma-benefit:last-child {
    border-bottom: 0; }

  /* line 382, theme.scss */
  .ma-section {
    padding: 68px 0; }

  /* line 383, theme.scss */
  .ma-section__head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 27px; }

  /* line 384, theme.scss */
  .ma-section__head h2 {
    font-size: 34px; }

  /* line 385, theme.scss */
  .ma-category-grid {
    grid-template-columns: 1fr 1fr;
    gap: 13px; }

  /* line 386, theme.scss */
  .ma-category-card__image {
    height: 175px;
    padding: 10px; }

  /* line 387, theme.scss */
  .ma-category-card__body {
    padding: 15px; }

  /* line 388, theme.scss */
  .ma-category-card h3 {
    font-size: 15px; }

  /* line 389, theme.scss */
  .ma-category-card p {
    font-size: 12px; }

  /* line 390, theme.scss */
  .ma-product-card__image {
    height: 250px; }

  /* line 391, theme.scss */
  .ma-solution-grid {
    grid-template-columns: 1fr; }

  /* line 392, theme.scss */
  .ma-solution-card {
    min-height: 285px;
    padding: 30px; }

  /* line 393, theme.scss */
  .ma-solution-card h3 {
    margin-top: 38px; }

  /* line 394, theme.scss */
  .ma-solution-card__link {
    left: 30px;
    bottom: 28px; }

  /* line 395, theme.scss */
  .ma-brand-grid {
    grid-template-columns: 1fr 1fr; }

  /* line 396, theme.scss */
  .ma-brand-grid span, .ma-brand-grid span:nth-child(3n) {
    border-right: 1px solid var(--ma-line);
    border-bottom: 1px solid var(--ma-line); }

  /* line 397, theme.scss */
  .ma-brand-grid span:nth-child(2n) {
    border-right: 0; }

  /* line 398, theme.scss */
  .ma-brand-grid span:nth-last-child(-n+2) {
    border-bottom: 0; }

  /* line 399, theme.scss */
  .ma-service-strip {
    padding: 62px 0; }

  /* line 400, theme.scss */
  .ma-service-strip__grid {
    grid-template-columns: 1fr;
    gap: 32px; }

  /* line 401, theme.scss */
  .ma-kp__grid {
    grid-template-columns: 1fr;
    gap: 40px; }

  /* line 402, theme.scss */
  .ma-kp__content {
    padding-top: 0; }

  /* line 403, theme.scss */
  .ma-kp-form {
    padding: 25px; }

  /* line 404, theme.scss */
  .ma-footer__grid {
    padding: 58px 0 45px;
    grid-template-columns: 1fr 1fr;
    gap: 40px 24px; }

  /* line 405, theme.scss */
  .ma-footer__brand {
    grid-column: 1 / -1; }

  /* line 406, theme.scss */
  .ma-footer__contacts {
    grid-column: 1 / -1; }

  /* line 407, theme.scss */
  .ma-footer__bottom {
    flex-direction: column; }

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

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

  /* line 410, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
@media (max-width: 480px) {
  /* line 414, theme.scss */
  :root {
    --ma-shell: calc(100vw - 24px); }

  /* line 415, theme.scss */
  .ma-header__inner {
    grid-template-columns: minmax(158px, 210px) auto; }

  /* line 416, theme.scss */
  .ma-header__brand {
    width: 100%; }

  /* line 417, theme.scss */
  .ma-header__actions [data-ma-search-toggle] {
    display: none; }

  /* line 418, theme.scss */
  .ma-hero__content {
    padding-top: 40px; }

  /* line 419, theme.scss */
  .ma-hero h1 {
    font-size: 39px; }

  /* line 420, theme.scss */
  .ma-search {
    height: auto;
    min-height: 54px; }

  /* line 421, theme.scss */
  .ma-search input {
    width: calc(100% - 56px); }

  /* line 422, theme.scss */
  .ma-search button {
    width: 56px; }

  /* line 423, theme.scss */
  .ma-hero__visual {
    min-height: 235px; }

  /* line 424, theme.scss */
  .ma-benefits__grid {
    grid-template-columns: 1fr; }

  /* line 425, theme.scss */
  .ma-benefit, .ma-benefit:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--ma-line); }

  /* line 426, theme.scss */
  .ma-benefit:last-child {
    border-bottom: 0; }

  /* line 427, theme.scss */
  .ma-benefit:first-child {
    padding-left: 10px; }

  /* line 428, theme.scss */
  .ma-category-grid {
    grid-template-columns: 1fr; }

  /* line 429, theme.scss */
  .ma-category-card__image {
    height: 220px; }

  /* line 430, theme.scss */
  .ma-product-grid {
    grid-template-columns: 1fr; }

  /* line 431, theme.scss */
  .ma-brand-grid {
    grid-template-columns: 1fr; }

  /* line 432, theme.scss */
  .ma-brand-grid span, .ma-brand-grid span:nth-child(n) {
    border-right: 0;
    border-bottom: 1px solid var(--ma-line); }

  /* line 433, theme.scss */
  .ma-brand-grid span:last-child {
    border-bottom: 0; }

  /* line 434, theme.scss */
  .ma-product-card__image {
    height: 285px; }

  /* line 435, theme.scss */
  .ma-kp__content h2 {
    font-size: 38px; }

  /* line 436, theme.scss */
  .ma-kp__contacts a {
    font-size: 23px; }

  /* line 437, theme.scss */
  .ma-footer__grid {
    grid-template-columns: 1fr; }

  /* line 438, theme.scss */
  .ma-footer__brand, .ma-footer__contacts {
    grid-column: auto; } }
@media (prefers-reduced-motion: reduce) {
  /* line 442, theme.scss */
  html {
    scroll-behavior: auto; }

  /* line 443, theme.scss */
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important; } }
