/* 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, #2F80ED);
  --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, #4b92ef);
  --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, #65a2f2);
  --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, #b4d2f8);
  --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, #2F80ED);
  --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, #4b92ef);
  --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, #65a2f2);
  --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, #b4d2f8);
  --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, #0B1726);
  --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, #162e4b);
  --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, #20436f);
  --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, #4d86cb);
  --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, 12px);
  --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, 20);
  --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, 1280px);
  --delta_sidebar:var(--draft-delta_sidebar, 1);
  --type_sidebar:var(--draft-type_sidebar, sticky);
  --sidebar_index_show:var(--draft-sidebar_index_show, false);
  --sidebar_index_position:var(--draft-sidebar_index_position, left);
  --sidebar_collection_show:var(--draft-sidebar_collection_show, false);
  --sidebar_collection_position:var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show:var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position:var(--draft-sidebar_cart_position, left);
  --sidebar_product_show:var(--draft-sidebar_product_show, false);
  --sidebar_product_position:var(--draft-sidebar_product_position, left);
  --sidebar_blog_show:var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position:var(--draft-sidebar_blog_position, right);
  --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, false); }

/* line 4, theme.scss */
:root {
  --meh-ink: #0b1726;
  --meh-muted: #5f6d7c;
  --meh-line: #dce4ee;
  --meh-blue: #2f80ed;
  --meh-blue-dark: #1f6fdb;
  --meh-cyan: #84c6ff;
  --meh-paper: #ffffff;
  --meh-soft: #f4f7fb;
  --meh-radius: 22px;
  --meh-shadow: 0 24px 70px rgba(7, 16, 29, 0.12); }

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

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

/* line 23, theme.scss */
.meh-shell {
  box-sizing: border-box;
  width: min(100% - 48px, 1280px);
  margin-inline: auto; }

/* line 29, theme.scss */
.meh-section {
  position: relative;
  color: var(--meh-ink);
  overflow: hidden; }

/* line 30, theme.scss */
.meh-section .meh-shell {
  padding-block: clamp(72px, 8vw, 124px); }

/* line 32, theme.scss */
.meh-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 52px;
  align-items: end;
  margin-bottom: 48px; }

/* line 40, theme.scss */
.meh-section__head h2,
.meh-faq h2,
.meh-about h2,
.meh-request h2 {
  margin: 10px 0 0;
  max-width: 820px;
  color: var(--meh-ink);
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 650; }

/* line 53, theme.scss */
.meh-section__lead,
.meh-request__text {
  color: var(--meh-muted);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55; }

/* line 60, theme.scss */
.meh-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--meh-blue-dark);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase; }

/* line 72, theme.scss */
.meh-kicker::before {
  content: "";
  flex: 0 0 28px;
  height: 2px;
  background: currentColor; }

/* line 74, theme.scss */
.meh-button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 24px;
  border: 1px solid var(--meh-blue);
  border-radius: 999px;
  background: var(--meh-blue);
  color: #fff !important;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }

/* line 94, theme.scss */
.meh-button:hover {
  transform: translateY(-2px);
  border-color: #4d96f3;
  background: #4d96f3;
  box-shadow: 0 14px 32px rgba(47, 128, 237, 0.26); }

/* line 101, theme.scss */
.meh-button--small {
  min-height: 44px;
  padding: 10px 18px;
  font-size: 14px; }

/* line 102, theme.scss */
.meh-button--ghost {
  border-color: rgba(255, 255, 255, 0.35);
  background: transparent; }

/* line 103, theme.scss */
.meh-button--ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none; }

/* line 104, theme.scss */
.meh-button--dark {
  border-color: var(--meh-ink);
  background: var(--meh-ink); }

/* line 106, theme.scss */
.meh-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--meh-blue-dark) !important;
  font-weight: 700;
  text-decoration: none !important; }

/* line 115, theme.scss */
.meh-arrow-link span {
  transition: transform 180ms ease; }

/* line 116, theme.scss */
.meh-arrow-link:hover span {
  transform: translateX(4px); }

/* line 117, theme.scss */
.meh-arrow-link--light {
  color: var(--meh-cyan) !important; }

/* line 119, theme.scss */
[data-theme-template] .page_layout > header {
  position: sticky;
  top: 0;
  z-index: 80; }

/* line 121, theme.scss */
.meh-header {
  position: relative;
  color: #fff;
  background: rgba(8, 19, 33, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(18px); }

/* line 129, theme.scss */
.meh-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 26px;
  min-height: 78px;
  align-items: center; }

/* line 137, theme.scss */
.meh-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit !important;
  text-decoration: none !important; }

/* line 138, theme.scss */
.meh-brand__mark {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--meh-blue), #62aaf8);
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.08em; }

/* line 151, theme.scss */
.meh-brand__copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05; }

/* line 152, theme.scss */
.meh-brand__copy strong {
  color: inherit;
  font-size: 17px;
  letter-spacing: -0.02em; }

/* line 153, theme.scss */
.meh-brand__copy small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase; }

/* line 154, theme.scss */
.meh-brand__image {
  display: block;
  width: auto;
  max-width: 220px;
  max-height: 50px; }

/* line 155, theme.scss */
.meh-header__nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 1.8vw, 28px); }

/* line 157, theme.scss */
.meh-header__nav a {
  position: relative;
  padding-block: 8px;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important; }

/* line 166, theme.scss */
.meh-header__nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 1px;
  background: var(--meh-cyan);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease; }

/* line 179, theme.scss */
.meh-header__nav a:hover {
  color: #fff !important; }

/* line 180, theme.scss */
.meh-header__nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left; }

/* line 181, theme.scss */
.meh-header__actions, .meh-header__contacts {
  display: flex;
  align-items: center; }

/* line 182, theme.scss */
.meh-header__actions {
  gap: 16px; }

/* line 183, theme.scss */
.meh-header__contacts {
  flex-direction: column;
  align-items: flex-end;
  gap: 3px; }

/* line 184, theme.scss */
.meh-header__phone, .meh-header__email {
  color: #fff !important;
  line-height: 1.1;
  text-decoration: none !important;
  white-space: nowrap; }

/* line 185, theme.scss */
.meh-header__phone {
  font-weight: 720; }

/* line 186, theme.scss */
.meh-header__email {
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 11px; }

/* line 188, theme.scss */
.meh-header__toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: transparent; }

/* line 198, theme.scss */
.meh-header__toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #fff;
  transition: transform 180ms ease, opacity 180ms ease; }

/* line 199, theme.scss */
.meh-header.is-menu-open .meh-header__toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg); }

/* line 200, theme.scss */
.meh-header.is-menu-open .meh-header__toggle span:nth-child(2) {
  opacity: 0; }

/* line 201, theme.scss */
.meh-header.is-menu-open .meh-header__toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg); }

/* line 203, theme.scss */
.meh-hero {
  position: relative;
  overflow: hidden;
  color: #fff; }

/* line 204, theme.scss */
.meh-hero::before {
  content: "";
  position: absolute;
  inset: -30% auto auto -12%;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(47, 128, 237, 0.16);
  filter: blur(15px); }

/* line 215, theme.scss */
.meh-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
  min-height: min(780px, calc(100vh - 78px));
  padding-block: clamp(64px, 8vw, 112px); }

/* line 225, theme.scss */
.meh-hero .meh-kicker {
  color: var(--meh-cyan); }

/* line 226, theme.scss */
.meh-hero h1 {
  max-width: 800px;
  margin: 17px 0 24px;
  color: #fff;
  font-size: clamp(44px, 6.2vw, 82px);
  line-height: 0.94;
  letter-spacing: -0.058em;
  font-weight: 650; }

/* line 236, theme.scss */
.meh-hero__text {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.48; }

/* line 237, theme.scss */
.meh-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px; }

/* line 238, theme.scss */
.meh-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14); }

/* line 247, theme.scss */
.meh-hero__stats div {
  display: flex;
  flex-direction: column;
  gap: 7px; }

/* line 248, theme.scss */
.meh-hero__stats strong {
  color: #fff;
  font-size: 16px; }

/* line 249, theme.scss */
.meh-hero__stats span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.35; }

/* line 250, theme.scss */
.meh-hero__visual {
  position: relative; }

/* line 251, theme.scss */
.meh-hero__visual::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: 0;
  border: 1px solid rgba(132, 198, 255, 0.25);
  border-radius: calc(var(--meh-radius) + 10px);
  transform: rotate(2.2deg); }

/* line 261, theme.scss */
.meh-hero__visual > img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: var(--meh-radius);
  object-fit: cover;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.32); }

/* line 272, theme.scss */
.meh-hero__badge {
  position: absolute;
  right: -22px;
  bottom: 28px;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr;
  width: min(340px, 76%);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 17px;
  background: rgba(6, 15, 27, 0.9);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px); }

/* line 288, theme.scss */
.meh-hero__badge > span {
  grid-row: span 2;
  margin-right: 14px;
  color: var(--meh-cyan);
  font-size: 13px;
  font-weight: 800; }

/* line 289, theme.scss */
.meh-hero__badge strong {
  color: #fff;
  font-size: 15px; }

/* line 290, theme.scss */
.meh-hero__badge small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.56);
  line-height: 1.35; }

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

/* line 293, theme.scss */
.meh-service-card {
  overflow: hidden;
  border: 1px solid var(--meh-line);
  border-radius: var(--meh-radius);
  background: #fff;
  box-shadow: 0 10px 30px rgba(7, 16, 29, 0.05);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease; }

/* line 302, theme.scss */
.meh-service-card:hover {
  transform: translateY(-7px);
  border-color: #b7d6f9;
  box-shadow: var(--meh-shadow); }

/* line 303, theme.scss */
.meh-service-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #dfe6ee; }

/* line 304, theme.scss */
.meh-service-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease; }

/* line 305, theme.scss */
.meh-service-card:hover .meh-service-card__image img {
  transform: scale(1.045); }

/* line 306, theme.scss */
.meh-service-card__image > span {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: rgba(8, 19, 33, 0.84);
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  backdrop-filter: blur(10px); }

/* line 322, theme.scss */
.meh-service-card__body {
  padding: 26px; }

/* line 323, theme.scss */
.meh-service-card h3, .meh-benefit-card h3, .meh-work-card h3, .meh-process h3 {
  margin: 0;
  color: var(--meh-ink);
  font-size: 22px;
  line-height: 1.14;
  letter-spacing: -0.025em; }

/* line 331, theme.scss */
.meh-service-card h3 a {
  color: inherit !important;
  text-decoration: none !important; }

/* line 332, theme.scss */
.meh-service-card__text {
  min-height: 68px;
  margin: 13px 0 20px;
  color: var(--meh-muted);
  line-height: 1.5; }

/* line 333, theme.scss */
.meh-service-card__text p {
  margin: 0; }

/* line 335, theme.scss */
.meh-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 52px 86px; }

/* line 336, theme.scss */
.meh-about__copy {
  padding-top: 34px; }

/* line 337, theme.scss */
.meh-richtext {
  color: #425264;
  font-size: 19px;
  line-height: 1.62; }

/* line 338, theme.scss */
.meh-richtext p:first-child {
  margin-top: 0; }

/* line 339, theme.scss */
.meh-about__copy .meh-arrow-link {
  margin-top: 18px; }

/* line 340, theme.scss */
.meh-about__metrics {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #c8d8ea; }

/* line 347, theme.scss */
.meh-about__metrics > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 28px 28px 0 0; }

/* line 348, theme.scss */
.meh-about__metrics > div + div {
  padding-left: 28px;
  border-left: 1px solid #c8d8ea; }

/* line 349, theme.scss */
.meh-about__metrics strong {
  color: var(--meh-blue-dark);
  font-size: 15px; }

/* line 350, theme.scss */
.meh-about__metrics span {
  color: #425264;
  line-height: 1.45; }

/* line 352, theme.scss */
.meh-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--meh-line);
  border-radius: var(--meh-radius);
  background: var(--meh-line); }

/* line 362, theme.scss */
.meh-benefit-card {
  min-height: 240px;
  padding: 30px;
  background: #fff; }

/* line 363, theme.scss */
.meh-benefit-card__number {
  display: block;
  margin-bottom: 54px;
  color: var(--meh-blue-dark);
  font-size: 13px;
  font-weight: 800; }

/* line 364, theme.scss */
.meh-benefit-card > div {
  margin-top: 14px;
  color: var(--meh-muted);
  line-height: 1.5; }

/* line 365, theme.scss */
.meh-benefit-card > div p {
  margin: 0; }

/* line 367, theme.scss */
.meh-portfolio, .meh-portfolio .meh-section__lead, .meh-portfolio .meh-section__head h2, .meh-portfolio .meh-work-card h3 {
  color: #fff; }

/* line 368, theme.scss */
.meh-portfolio .meh-kicker {
  color: var(--meh-cyan); }

/* line 369, theme.scss */
.meh-portfolio .meh-section__lead {
  color: rgba(255, 255, 255, 0.58); }

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

/* line 371, theme.scss */
.meh-work-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--meh-radius);
  background: rgba(255, 255, 255, 0.04); }

/* line 381, theme.scss */
.meh-work-card__image {
  overflow: hidden;
  min-height: 250px; }

/* line 382, theme.scss */
.meh-work-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease; }

/* line 383, theme.scss */
.meh-work-card:hover .meh-work-card__image img {
  transform: scale(1.04); }

/* line 384, theme.scss */
.meh-work-card__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px; }

/* line 385, theme.scss */
.meh-work-card__body > span {
  margin-bottom: auto;
  color: var(--meh-cyan);
  font-size: 13px;
  font-weight: 800; }

/* line 386, theme.scss */
.meh-work-card__body > div {
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.5; }

/* line 387, theme.scss */
.meh-work-card__body p {
  margin: 0; }

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

/* line 390, theme.scss */
.meh-process__list li {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 30px;
  padding: 27px 0;
  border-bottom: 1px solid var(--meh-line); }

/* line 391, theme.scss */
.meh-process__list > li > span {
  color: var(--meh-blue-dark);
  font-size: 13px;
  font-weight: 800; }

/* line 392, theme.scss */
.meh-process__list > li > div {
  display: grid;
  grid-template-columns: minmax(220px, 0.5fr) minmax(0, 1fr);
  gap: 34px; }

/* line 393, theme.scss */
.meh-process__list > li > div > div {
  color: var(--meh-muted);
  line-height: 1.5; }

/* line 394, theme.scss */
.meh-process__list p {
  margin: 0; }

/* line 396, theme.scss */
.meh-faq__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 80px;
  align-items: start; }

/* line 397, theme.scss */
.meh-faq__intro {
  position: sticky;
  top: 120px; }

/* line 398, theme.scss */
.meh-faq__intro .meh-section__lead {
  margin-top: 25px; }

/* line 399, theme.scss */
.meh-faq__intro .meh-button {
  margin-top: 30px; }

/* line 400, theme.scss */
.meh-faq__list {
  border-top: 1px solid #c8d8ea; }

/* line 401, theme.scss */
.meh-faq__item {
  border-bottom: 1px solid #c8d8ea; }

/* line 402, theme.scss */
.meh-faq__item summary {
  display: grid;
  grid-template-columns: 1fr 36px;
  gap: 18px;
  align-items: center;
  padding: 25px 0;
  color: var(--meh-ink);
  font-size: 20px;
  font-weight: 680;
  line-height: 1.3;
  cursor: pointer;
  list-style: none; }

/* line 416, theme.scss */
.meh-faq__item summary::-webkit-details-marker {
  display: none; }

/* line 417, theme.scss */
.meh-faq__item summary i {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff; }

/* line 418, theme.scss */
.meh-faq__item summary i::before, .meh-faq__item summary i::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 11px;
  width: 14px;
  height: 2px;
  background: var(--meh-blue-dark);
  transition: transform 180ms ease; }

/* line 419, theme.scss */
.meh-faq__item summary i::after {
  transform: rotate(90deg); }

/* line 420, theme.scss */
.meh-faq__item[open] summary i::after {
  transform: rotate(0); }

/* line 421, theme.scss */
.meh-faq__answer {
  max-width: 720px;
  padding: 0 58px 25px 0;
  color: #425264;
  line-height: 1.62; }

/* line 422, theme.scss */
.meh-faq__answer p:first-child {
  margin-top: 0; }

/* line 424, theme.scss */
.meh-request, .meh-request h2, .meh-request .meh-kicker, .meh-request__text {
  color: #fff; }

/* line 425, theme.scss */
.meh-request::before {
  content: "";
  position: absolute;
  inset: auto auto -250px -120px;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12); }

/* line 435, theme.scss */
.meh-request .meh-kicker {
  color: #d9ecff; }

/* line 436, theme.scss */
.meh-request__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: 74px;
  align-items: start; }

/* line 437, theme.scss */
.meh-request__intro {
  position: relative;
  z-index: 1; }

/* line 438, theme.scss */
.meh-request__text {
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.78); }

/* line 439, theme.scss */
.meh-request__contacts {
  display: grid;
  gap: 16px;
  margin-top: 42px; }

/* line 440, theme.scss */
.meh-request__contacts > * {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #fff !important;
  text-decoration: none !important; }

/* line 441, theme.scss */
.meh-request__contacts span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase; }

/* line 442, theme.scss */
.meh-request__contacts strong {
  max-width: 440px;
  color: #fff;
  font-size: 18px;
  line-height: 1.35; }

/* line 444, theme.scss */
.meh-form {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: clamp(25px, 4vw, 44px);
  border-radius: var(--meh-radius);
  background: #fff;
  box-shadow: 0 30px 80px rgba(6, 29, 63, 0.25);
  color: var(--meh-ink); }

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

/* line 456, theme.scss */
.meh-form__field {
  margin-bottom: 18px; }

/* line 457, theme.scss */
.meh-form__field label {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
  color: var(--meh-ink);
  font-size: 14px;
  font-weight: 700; }

/* line 458, theme.scss */
.meh-form__field label small {
  color: #8290a0;
  font-weight: 500; }

/* line 459, theme.scss */
.meh-form input[type="text"], .meh-form input[type="email"], .meh-form input[type="tel"], .meh-form textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #d5dee8;
  border-radius: 12px;
  outline: none;
  background: #f8fafc;
  color: var(--meh-ink);
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease; }

/* line 471, theme.scss */
.meh-form input[type="text"], .meh-form input[type="email"], .meh-form input[type="tel"] {
  height: 52px;
  padding: 0 15px; }

/* line 472, theme.scss */
.meh-form textarea {
  min-height: 128px;
  padding: 14px 15px;
  resize: vertical; }

/* line 473, theme.scss */
.meh-form input:focus, .meh-form textarea:focus {
  border-color: var(--meh-blue);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(47, 128, 237, 0.12); }

/* line 474, theme.scss */
.meh-form__agree {
  margin: 3px 0 21px; }

/* line 475, theme.scss */
.meh-form__agree label {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: #657487;
  font-size: 12px;
  line-height: 1.45;
  cursor: pointer; }

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

/* line 477, theme.scss */
.meh-form__agree a {
  color: var(--meh-blue-dark) !important; }

/* line 478, theme.scss */
.meh-form__error {
  min-height: 0;
  margin-top: 5px;
  color: #c73636;
  font-size: 12px; }

/* line 479, theme.scss */
.meh-form__success {
  display: none;
  margin-bottom: 18px;
  padding: 13px 15px;
  border-radius: 10px;
  background: #e5f6ea;
  color: #196b35;
  font-size: 14px; }

/* line 480, theme.scss */
.meh-form__success.is-show {
  display: block; }

/* line 481, theme.scss */
.meh-button--submit {
  width: 100%;
  border: 0; }

/* line 482, theme.scss */
.meh-form__note {
  margin: 12px 0 0;
  color: #8793a1;
  font-size: 11px;
  line-height: 1.4;
  text-align: center; }

/* line 484, theme.scss */
.meh-footer {
  color: #fff; }

/* line 485, theme.scss */
.meh-footer .meh-shell {
  padding-block: 68px 28px; }

/* line 486, theme.scss */
.meh-footer__top {
  display: grid;
  grid-template-columns: 1.25fr .8fr .95fr 1fr;
  gap: 42px;
  padding-bottom: 52px; }

/* line 487, theme.scss */
.meh-footer__brand p {
  max-width: 340px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.55; }

/* line 488, theme.scss */
.meh-footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px; }

/* line 489, theme.scss */
.meh-footer__column h2 {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase; }

/* line 490, theme.scss */
.meh-footer__column a:not(.meh-arrow-link) {
  color: rgba(255, 255, 255, 0.72) !important;
  line-height: 1.35;
  text-decoration: none !important; }

/* line 491, theme.scss */
.meh-footer__column a:hover {
  color: #fff !important; }

/* line 492, theme.scss */
.meh-footer__contacts p {
  margin: 5px 0 7px;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.5; }

/* line 493, theme.scss */
.meh-footer__contact {
  color: #fff !important;
  font-size: 18px;
  font-weight: 700; }

/* line 494, theme.scss */
.meh-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px 28px;
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px; }

/* line 495, theme.scss */
.meh-footer__bottom a {
  color: rgba(255, 255, 255, 0.58) !important; }

/* line 497, theme.scss */
[data-theme-template="page"] .page_layout > main {
  min-height: 52vh;
  background: var(--meh-soft); }

/* line 498, theme.scss */
[data-theme-template="page"] .page_layout > main > .layout {
  box-sizing: border-box;
  width: min(100% - 48px, 1040px);
  margin-inline: auto; }

/* line 499, theme.scss */
[data-theme-template="page"] .page_layout > main h1 {
  color: var(--meh-ink);
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1;
  letter-spacing: -0.045em; }

/* line 500, theme.scss */
[data-theme-template="page"] .page_layout > main .editor,
[data-theme-template="page"] .page_layout > main [class*="page-content"] {
  color: #425264;
  font-size: 18px;
  line-height: 1.68; }

/* line 502, theme.scss */
[data-theme-template="page"] .page_layout > main img {
  max-width: 100%;
  height: auto;
  border-radius: 16px; }

@media (max-width: 1180px) {
  /* line 505, theme.scss */
  .meh-header__inner {
    grid-template-columns: auto auto 1fr; }

  /* line 506, theme.scss */
  .meh-header__toggle {
    display: block;
    order: 3;
    justify-self: end; }

  /* line 507, theme.scss */
  .meh-header__actions {
    order: 2;
    justify-self: end; }

  /* line 508, theme.scss */
  .meh-header__nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    gap: 2px;
    padding: 18px max(24px, calc((100vw - 1280px) / 2));
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #081321; }

  /* line 520, theme.scss */
  .meh-header.is-menu-open .meh-header__nav {
    display: flex; }

  /* line 521, theme.scss */
  .meh-header__nav a {
    padding: 12px 0; }

  /* line 522, theme.scss */
  .meh-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr); }

  /* line 523, theme.scss */
  .meh-portfolio__grid {
    grid-template-columns: 1fr; }

  /* line 524, theme.scss */
  .meh-footer__top {
    grid-template-columns: 1.2fr repeat(2, 1fr); }

  /* line 525, theme.scss */
  .meh-footer__contacts {
    grid-column: 2 / -1; } }
@media (max-width: 900px) {
  /* line 529, theme.scss */
  .meh-section__head, .meh-about__grid, .meh-faq__grid, .meh-request__grid {
    grid-template-columns: 1fr;
    gap: 30px; }

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

  /* line 531, theme.scss */
  .meh-hero__visual {
    width: min(680px, 100%); }

  /* line 532, theme.scss */
  .meh-hero__visual > img {
    aspect-ratio: 16 / 10; }

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

  /* line 534, theme.scss */
  .meh-about__copy {
    padding-top: 0; }

  /* line 535, theme.scss */
  .meh-about__metrics {
    grid-template-columns: 1fr; }

  /* line 536, theme.scss */
  .meh-about__metrics > div {
    padding: 24px 0; }

  /* line 537, theme.scss */
  .meh-about__metrics > div + div {
    padding-left: 0;
    border-top: 1px solid #c8d8ea;
    border-left: 0; }

  /* line 538, theme.scss */
  .meh-faq__intro {
    position: static; }

  /* line 539, theme.scss */
  .meh-request__grid {
    grid-template-columns: 1fr; }

  /* line 540, theme.scss */
  .meh-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

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

  /* line 542, theme.scss */
  .meh-footer__contacts {
    grid-column: auto; } }
@media (max-width: 680px) {
  /* line 546, theme.scss */
  .meh-shell {
    width: min(100% - 30px, 1280px); }

  /* line 547, theme.scss */
  .meh-section .meh-shell {
    padding-block: 64px; }

  /* line 548, theme.scss */
  .meh-section__head {
    margin-bottom: 34px; }

  /* line 549, theme.scss */
  .meh-section__head h2, .meh-faq h2, .meh-about h2, .meh-request h2 {
    font-size: clamp(34px, 10vw, 48px); }

  /* line 550, theme.scss */
  .meh-header__inner {
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: 68px; }

  /* line 551, theme.scss */
  .meh-header__actions {
    display: none; }

  /* line 552, theme.scss */
  .meh-header__toggle {
    grid-column: 2;
    order: initial; }

  /* line 553, theme.scss */
  .meh-brand__copy small {
    display: none; }

  /* line 554, theme.scss */
  .meh-hero__grid {
    padding-block: 54px 72px; }

  /* line 555, theme.scss */
  .meh-hero h1 {
    font-size: clamp(42px, 13vw, 62px); }

  /* line 556, theme.scss */
  .meh-hero__buttons {
    flex-direction: column; }

  /* line 557, theme.scss */
  .meh-hero__buttons .meh-button {
    width: 100%; }

  /* line 558, theme.scss */
  .meh-hero__stats {
    grid-template-columns: 1fr;
    gap: 14px; }

  /* line 559, theme.scss */
  .meh-hero__stats div {
    display: grid;
    grid-template-columns: 130px 1fr;
    align-items: baseline; }

  /* line 560, theme.scss */
  .meh-hero__visual::before {
    inset: -9px; }

  /* line 561, theme.scss */
  .meh-hero__visual > img {
    aspect-ratio: 4 / 3; }

  /* line 562, theme.scss */
  .meh-hero__badge {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px); }

  /* line 563, theme.scss */
  .meh-services__grid, .meh-benefits__grid {
    grid-template-columns: 1fr; }

  /* line 564, theme.scss */
  .meh-benefit-card {
    min-height: 210px; }

  /* line 565, theme.scss */
  .meh-work-card {
    grid-template-columns: 1fr; }

  /* line 566, theme.scss */
  .meh-work-card__image {
    aspect-ratio: 16 / 10; }

  /* line 567, theme.scss */
  .meh-process__list li {
    grid-template-columns: 48px 1fr;
    gap: 10px; }

  /* line 568, theme.scss */
  .meh-process__list > li > div {
    grid-template-columns: 1fr;
    gap: 10px; }

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

  /* line 570, theme.scss */
  .meh-footer__top {
    grid-template-columns: 1fr; }

  /* line 571, theme.scss */
  .meh-footer__brand, .meh-footer__contacts {
    grid-column: auto; }

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

  /* line 573, theme.scss */
  [data-theme-template="page"] .page_layout > main > .layout {
    width: min(100% - 30px, 1040px); } }
@media (max-width: 768px) {
  /* line 577, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

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

  /* line 579, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
@media (prefers-reduced-motion: reduce) {
  /* line 583, theme.scss */
  html {
    scroll-behavior: auto; }

  /* line 584, theme.scss */
  .meh-button, .meh-service-card, .meh-service-card__image img, .meh-work-card__image img {
    transition: none; } }
