@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, #2B2D33);
  --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, #3d4049);
  --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, #505460);
  --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, #8d92a0);
  --color-btn-bg-half-shade-is-dark:var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text:var(--draft-color-accent-text, #2B2D33);
  --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, #3d4049);
  --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, #505460);
  --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, #8d92a0);
  --color-accent-text-half-shade-is-dark:var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark:var(--draft-color-text-dark, #2B2D33);
  --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, #3d4049);
  --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, #505460);
  --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, #8d92a0);
  --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, '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, 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, 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, true);
  --compare_enabled:var(--draft-compare_enabled, false); }

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

@media (max-width: 768px) {
  /* line 11, theme.scss */
  [style*="--is-editor:true"] .outside-widgets,
  [data-fixed-panels] [data-widget-add] {
    display: none; }

  /* line 16, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; } }
/* =========================================================
   ETIKETKA37 CLEAN DESIGN SYSTEM
   ========================================================= */
/* line 25, theme.scss */
:root {
  --et37-text: #111111;
  --et37-bg: #ffffff;
  --et37-bg-soft: #f6f6f4;
  --et37-border: #e7e7e7;
  --et37-accent: #f4c400;
  --et37-accent-dark: #d9ac00;
  --et37-muted: rgba(17, 17, 17, 0.68);
  --et37-radius: 24px;
  --et37-shadow: 0 18px 44px rgba(17, 17, 17, 0.06);
  --et37-container: 1240px;
  --et37-transition: all 0.25s ease; }

/* line 39, theme.scss */
html,
body {
  overflow-x: hidden; }

/* line 44, theme.scss */
.et37-hero,
.et37-section,
.et37-request,
.et37-footer,
.et37-topbar,
.et37-trust {
  font-family: Inter, Arial, sans-serif;
  color: var(--et37-text); }

/* line 54, theme.scss */
.et37-hero *,
.et37-section *,
.et37-request *,
.et37-footer *,
.et37-topbar *,
.et37-trust * {
  box-sizing: border-box; }

/* line 63, theme.scss */
.et37-hero .container,
.et37-section .container,
.et37-request .container,
.et37-footer .container,
.et37-topbar .container,
.et37-trust .container {
  width: min(100% - 40px, var(--et37-container));
  margin: 0 auto; }

/* =========================================================
   HEADER
   ========================================================= */
/* line 77, theme.scss */
.et37-topbar {
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06) !important; }

/* line 86, theme.scss */
.et37-topbar__row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  min-height: 92px !important; }

/* line 94, theme.scss */
.et37-logo {
  display: inline-block !important;
  font-size: 26px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
  color: #111111 !important;
  text-decoration: none !important; }

/* line 104, theme.scss */
.et37-nav {
  display: flex !important;
  align-items: center !important;
  gap: 28px !important; }

/* line 110, theme.scss */
.et37-nav a {
  display: inline-block !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em !important; }

/* line 120, theme.scss */
.et37-nav a:hover {
  opacity: 0.7 !important; }

/* line 124, theme.scss */
.et37-topbar__actions {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important; }

/* line 130, theme.scss */
.et37-phone {
  display: inline-block !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  text-decoration: none !important;
  white-space: nowrap !important; }

/* =========================================================
   BUTTONS
   ========================================================= */
/* line 143, theme.scss */
.et37-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: var(--et37-transition);
  border: 1px solid transparent;
  cursor: pointer; }

/* line 158, theme.scss */
.et37-btn--primary {
  background: var(--et37-accent);
  color: #111111;
  box-shadow: 0 10px 20px rgba(244, 196, 0, 0.35); }

/* line 164, theme.scss */
.et37-btn--primary:hover {
  background: var(--et37-accent-dark);
  color: #111111;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(244, 196, 0, 0.45); }

/* line 171, theme.scss */
.et37-btn--secondary {
  background: transparent;
  color: #111111;
  border-color: #111111; }

/* line 177, theme.scss */
.et37-btn--secondary:hover {
  background: #111111;
  color: #ffffff; }

/* line 182, theme.scss */
.et37-topbar .et37-btn {
  min-height: 48px !important;
  padding: 0 20px !important; }

/* =========================================================
   HOMEPAGE
   ========================================================= */
/* line 191, theme.scss */
.et37-hero {
  padding: 56px 0 48px;
  background: var(--et37-bg); }

/* line 196, theme.scss */
.et37-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 48px;
  align-items: center; }

/* line 203, theme.scss */
.et37-hero__eyebrow {
  display: inline-block;
  margin-bottom: 22px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--et37-bg-soft);
  color: rgba(17, 17, 17, 0.7);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

/* line 216, theme.scss */
.et37-hero__title {
  margin: 0 0 24px;
  font-size: clamp(40px, 6vw, 68px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  font-weight: 800;
  max-width: 760px; }

/* line 225, theme.scss */
.et37-hero__text {
  max-width: 680px;
  margin: 0 0 32px;
  font-size: 19px;
  line-height: 1.65;
  color: var(--et37-muted); }

/* line 233, theme.scss */
.et37-hero__actions,
.et37-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 14px; }

/* line 240, theme.scss */
.et37-hero__actions {
  margin-bottom: 28px; }

/* line 244, theme.scss */
.et37-hero__facts span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--et37-bg-soft);
  font-size: 14px;
  font-weight: 600;
  color: rgba(17, 17, 17, 0.82); }

/* line 256, theme.scss */
.et37-hero__visual {
  position: relative;
  min-height: 560px; }

/* line 261, theme.scss */
.et37-hero__panel {
  position: relative;
  min-height: 560px;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.06);
  background: radial-gradient(circle at top left, rgba(244, 196, 0, 0.22), rgba(0, 0, 0, 0) 30%), linear-gradient(135deg, #f5f4ef 0%, #eceae3 100%);
  box-shadow: 0 20px 50px rgba(17, 17, 17, 0.08);
  padding: 28px; }

/* line 274, theme.scss */
.et37-hero__label {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  font-size: 13px;
  font-weight: 700;
  color: rgba(17, 17, 17, 0.72); }

/* line 290, theme.scss */
.et37-hero__mock--big {
  position: absolute;
  inset: 0;
  background-image: url("https://static.insales-cdn.com/files/1/2441/123464073/original/dd668a195deba5a2c641926c3be3b16a_7da62edf-9601-4aff-93a4-8ad60b4b8282.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

/* line 299, theme.scss */
.et37-hero__mock--big::before,
.et37-hero__mock--big::after {
  display: none; }

/* line 304, theme.scss */
.et37-hero__floating {
  position: absolute;
  right: -10px;
  bottom: 28px;
  z-index: 3;
  display: grid;
  gap: 14px;
  width: 260px; }

/* line 314, theme.scss */
.et37-hero__mini-card {
  padding: 20px 20px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(17, 17, 17, 0.05);
  box-shadow: 0 20px 40px rgba(17, 17, 17, 0.1), 0 6px 12px rgba(17, 17, 17, 0.04);
  transition: all 0.25s ease; }

/* line 324, theme.scss */
.et37-hero__mini-title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #111111; }

/* line 331, theme.scss */
.et37-hero__mini-text {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(17, 17, 17, 0.68); }

/* line 337, theme.scss */
.et37-section {
  padding: 96px 0;
  background: var(--et37-bg); }

/* line 342, theme.scss */
.et37-section--soft {
  background: var(--et37-bg-soft); }

/* line 346, theme.scss */
.et37-heading {
  margin-bottom: 36px; }

/* line 350, theme.scss */
.et37-title {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 800; }

/* line 358, theme.scss */
.et37-title--light {
  color: #ffffff; }

/* line 362, theme.scss */
.et37-subtitle {
  max-width: 760px;
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: var(--et37-muted); }

/* line 370, theme.scss */
.et37-subtitle--light {
  color: rgba(255, 255, 255, 0.74); }

/* line 374, theme.scss */
.et37-categories,
.et37-advantages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px; }

/* line 381, theme.scss */
.et37-solutions,
.et37-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px; }

/* line 388, theme.scss */
.et37-card,
.et37-info-card,
.et37-step {
  background: #ffffff;
  border: 1px solid var(--et37-border);
  border-radius: var(--et37-radius);
  transition: var(--et37-transition); }

/* line 397, theme.scss */
.et37-card {
  display: block;
  min-height: 220px;
  padding: 30px;
  text-decoration: none; }

/* line 404, theme.scss */
.et37-info-card,
.et37-step {
  padding: 28px; }

/* line 409, theme.scss */
.et37-card:hover,
.et37-info-card:hover,
.et37-step:hover {
  transform: translateY(-4px);
  box-shadow: var(--et37-shadow);
  border-color: var(--et37-accent); }

/* line 417, theme.scss */
.et37-card h3,
.et37-info-card h3,
.et37-step h3 {
  margin: 0 0 12px;
  font-size: 23px;
  line-height: 1.14;
  font-weight: 800;
  color: #111111; }

/* line 427, theme.scss */
.et37-card p,
.et37-info-card p,
.et37-step p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: var(--et37-muted); }

/* line 436, theme.scss */
.et37-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: var(--et37-accent);
  color: #111111;
  font-size: 16px;
  font-weight: 800; }

/* line 450, theme.scss */
.et37-trust {
  padding: 48px 0 64px;
  background: #ffffff; }

/* line 455, theme.scss */
.et37-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px; }

/* line 461, theme.scss */
.et37-trust__item {
  padding: 26px;
  border-radius: 20px;
  background: #f6f6f4;
  text-align: center; }

/* line 468, theme.scss */
.et37-trust__num {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #111111; }

/* line 475, theme.scss */
.et37-trust__text {
  font-size: 14px;
  color: rgba(17, 17, 17, 0.65); }

/* line 480, theme.scss */
.et37-request {
  padding: 120px 0 140px;
  background: #111111; }

/* line 485, theme.scss */
.et37-request__box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 520px);
  gap: 40px;
  align-items: start;
  padding: 42px;
  border-radius: 32px;
  background: radial-gradient(circle at top right, rgba(244, 196, 0, 0.18), rgba(0, 0, 0, 0) 28%), linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.08); }

/* line 496, theme.scss */
.et37-form {
  display: grid;
  gap: 14px; }

/* line 501, theme.scss */
.et37-form input,
.et37-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 18px;
  padding: 0 18px;
  color: #ffffff;
  font-size: 16px;
  outline: none; }

/* line 513, theme.scss */
.et37-form input {
  height: 56px; }

/* line 517, theme.scss */
.et37-form textarea {
  min-height: 140px;
  padding-top: 16px;
  resize: vertical; }

/* line 523, theme.scss */
.et37-form input::placeholder,
.et37-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5); }

/* line 528, theme.scss */
.et37-form input:focus,
.et37-form textarea:focus {
  border-color: var(--et37-accent);
  background: rgba(255, 255, 255, 0.06); }

/* line 534, theme.scss */
.et37-form .et37-btn {
  width: 100%;
  border: 0; }

/* =========================================================
   FOOTER
   ========================================================= */
/* line 543, theme.scss */
.et37-footer {
  padding: 80px 0 40px;
  background: radial-gradient(circle at top right, rgba(244, 196, 0, 0.08), rgba(0, 0, 0, 0) 22%), linear-gradient(180deg, #111111 0%, #080808 100%);
  color: #ffffff; }

/* line 549, theme.scss */
.et37-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px; }

/* line 556, theme.scss */
.et37-footer__logo {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 16px; }

/* line 562, theme.scss */
.et37-footer__text {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  max-width: 320px; }

/* line 569, theme.scss */
.et37-footer__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.06em; }

/* line 578, theme.scss */
.et37-footer__col a {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none; }

/* line 586, theme.scss */
.et37-footer__col a:hover {
  color: #ffffff; }

/* line 590, theme.scss */
.et37-footer__bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5); }

/* line 597, theme.scss */
body[data-theme-template*="collection"] footer.et37-footer,
body[data-theme-template*="product"] footer.et37-footer,
body[data-theme-template*="page"] footer.et37-footer,
body[data-theme-template*="search"] footer.et37-footer,
body[data-theme-template*="cart"] footer.et37-footer {
  display: block !important; }

/* line 605, theme.scss */
body[data-theme-template*="collection"] footer:not(.et37-footer),
body[data-theme-template*="product"] footer:not(.et37-footer),
body[data-theme-template*="page"] footer:not(.et37-footer),
body[data-theme-template*="search"] footer:not(.et37-footer),
body[data-theme-template*="cart"] footer:not(.et37-footer) {
  display: none !important; }

/* =========================================================
   COLLECTIONS
   ========================================================= */
/* line 617, theme.scss */
body[data-theme-template*="collection"] main,
body[data-theme-template*="product"] main,
body[data-theme-template*="page"] main {
  background: #ffffff;
  padding-top: 24px !important; }

/* line 624, theme.scss */
body[data-theme-template*="collection"] .breadcrumbs,
body[data-theme-template*="collection"] .breadcrumb,
body[data-theme-template*="collection"] [class*="breadcrumb"],
body[data-theme-template*="product"] .breadcrumbs,
body[data-theme-template*="product"] .breadcrumb,
body[data-theme-template*="product"] [class*="breadcrumb"] {
  margin-bottom: 18px !important;
  font-size: 14px !important;
  color: rgba(17, 17, 17, 0.5) !important; }

/* line 635, theme.scss */
body[data-theme-template*="collection"] .breadcrumbs a,
body[data-theme-template*="collection"] .breadcrumb a,
body[data-theme-template*="collection"] [class*="breadcrumb"] a,
body[data-theme-template*="product"] .breadcrumbs a,
body[data-theme-template*="product"] .breadcrumb a,
body[data-theme-template*="product"] [class*="breadcrumb"] a {
  color: rgba(17, 17, 17, 0.5) !important;
  text-decoration: none !important; }

/* line 645, theme.scss */
body[data-theme-template*="collection"] h1,
body[data-theme-template*="collection"] .collection-title,
body[data-theme-template*="collection"] [class*="collection-title"] {
  margin: 0 0 28px !important;
  font-size: clamp(34px, 5vw, 56px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.04em !important;
  font-weight: 800 !important;
  color: #111111 !important;
  text-transform: uppercase !important; }

/* line 657, theme.scss */
body[data-theme-template*="collection"] .collection-description,
body[data-theme-template*="collection"] [class*="collection-description"] {
  max-width: 760px !important;
  margin-bottom: 28px !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
  color: rgba(17, 17, 17, 0.7) !important; }

/* line 666, theme.scss */
body[data-theme-template*="collection"] .content_wrapper,
body[data-theme-template*="collection"] .content-wrapper,
body[data-theme-template*="product"] .content_wrapper,
body[data-theme-template*="product"] .content-wrapper {
  padding-top: 0 !important; }

/* line 673, theme.scss */
body[data-theme-template*="collection"] .toolbar,
body[data-theme-template*="collection"] .products-toolbar,
body[data-theme-template*="collection"] .collection-toolbar,
body[data-theme-template*="collection"] [class*="toolbar"] {
  margin-bottom: 28px !important;
  padding-top: 8px !important;
  border-top: 1px solid rgba(17, 17, 17, 0.06) !important; }

/* line 682, theme.scss */
body[data-theme-template*="collection"] .products,
body[data-theme-template*="collection"] .product-grid,
body[data-theme-template*="collection"] .products-grid,
body[data-theme-template*="collection"] .catalog-products,
body[data-theme-template*="collection"] [class*="product-grid"] {
  row-gap: 40px !important;
  column-gap: 28px !important;
  align-items: stretch !important; }

/* line 692, theme.scss */
body[data-theme-template*="collection"] .product_preview,
body[data-theme-template*="collection"] .product-preview,
body[data-theme-template*="collection"] .product-card,
body[data-theme-template*="collection"] .product-item {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  box-sizing: border-box !important;
  padding: 18px !important;
  border-radius: 24px !important;
  border: 1px solid #ececec !important;
  background: #ffffff !important;
  transition: all 0.25s ease !important; }

/* line 707, theme.scss */
body[data-theme-template*="collection"] .product_preview:hover,
body[data-theme-template*="collection"] .product-preview:hover,
body[data-theme-template*="collection"] .product-card:hover,
body[data-theme-template*="collection"] .product-item:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06) !important; }

/* line 715, theme.scss */
body[data-theme-template*="collection"] .product_preview-image,
body[data-theme-template*="collection"] .product-preview__image,
body[data-theme-template*="collection"] .product-card__image,
body[data-theme-template*="collection"] .product-image,
body[data-theme-template*="collection"] .image {
  height: 240px !important;
  min-height: 240px !important;
  max-height: 240px !important;
  background: #f7f7f7 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 16px !important; }

/* line 732, theme.scss */
body[data-theme-template*="collection"] .product_preview img,
body[data-theme-template*="collection"] .product-preview img,
body[data-theme-template*="collection"] .product-card img,
body[data-theme-template*="collection"] .product-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important; }

/* line 741, theme.scss */
body[data-theme-template*="collection"] .product-title,
body[data-theme-template*="collection"] .product-name,
body[data-theme-template*="collection"] .product_preview-title,
body[data-theme-template*="collection"] .product-preview__title {
  min-height: 56px !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  margin: 0 0 10px !important;
  color: #111111 !important; }

/* line 753, theme.scss */
body[data-theme-template*="collection"] .price,
body[data-theme-template*="collection"] .product-price,
body[data-theme-template*="collection"] .product_preview-price,
body[data-theme-template*="collection"] .product-preview__price {
  margin-top: auto !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #111111 !important; }

/* line 763, theme.scss */
body[data-theme-template*="collection"] .product-preview__area-variants,
body[data-theme-template*="collection"] .option-list-values,
body[data-theme-template*="collection"] .option-list-value,
body[data-theme-template*="collection"] .product-preview__info,
body[data-theme-template*="collection"] .product_preview-info,
body[data-theme-template*="collection"] .product-card__info,
body[data-theme-template*="collection"] .product-preview__hover,
body[data-theme-template*="collection"] .product_preview-hover,
body[data-theme-template*="collection"] .product-card__hover,
body[data-theme-template*="collection"] [class*="preview-info"],
body[data-theme-template*="collection"] [class*="product-hover"],
body[data-theme-template*="collection"] [class*="quick-view"],
body[data-theme-template*="collection"] [class*="quickview"],
body[data-theme-template*="collection"] [class*="favorite-icon"],
body[data-theme-template*="collection"] [class*="compare-icon"] {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  display: none !important; }

/* Subcollections: 3 cards first row, 2 centered second row */
/* line 785, theme.scss */
body[data-theme-template*="collection"] .subcollection-list.grid-list {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 36px !important;
  max-width: 1180px !important;
  margin: 20px auto 90px !important;
  align-items: start !important; }

/* line 794, theme.scss */
body[data-theme-template*="collection"] .subcollection-list__item {
  grid-column: span 2 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  text-decoration: none !important;
  background: #ffffff !important;
  border: 1px solid rgba(17, 17, 17, 0.06) !important;
  border-radius: 26px !important;
  padding: 18px !important;
  min-height: 330px !important;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.04) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important; }

/* line 811, theme.scss */
body[data-theme-template*="collection"] .subcollection-list__item:hover {
  transform: translateY(-4px) scale(1.01) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08) !important; }

/* line 816, theme.scss */
body[data-theme-template*="collection"] .subcollection-list__item:nth-child(4) {
  grid-column: 2 / span 2 !important; }

/* line 820, theme.scss */
body[data-theme-template*="collection"] .subcollection-list__item:nth-child(5) {
  grid-column: 4 / span 2 !important; }

/* line 824, theme.scss */
body[data-theme-template*="collection"] .img-ratio.img-fit.subcollection-list__item-photo,
body[data-theme-template*="collection"] .subcollection-list__item-photo {
  width: 100% !important;
  max-width: 260px !important;
  height: 200px !important;
  min-height: 200px !important;
  max-height: 200px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 18px !important;
  background: #f5f5f5 !important;
  border-radius: 20px !important;
  overflow: hidden !important; }

/* line 840, theme.scss */
body[data-theme-template*="collection"] .subcollection-list__item-photo img,
body[data-theme-template*="collection"] .subcollection-list__item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 14px !important;
  transition: transform 0.3s ease !important; }

/* line 849, theme.scss */
body[data-theme-template*="collection"] .subcollection-list__item:hover img {
  transform: scale(1.03) !important; }

/* line 853, theme.scss */
body[data-theme-template*="collection"] .subcollection-list__item-title {
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: #111111 !important;
  text-align: center !important;
  margin: 6px 0 0 !important;
  padding: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.01em !important; }

/* =========================================================
   PRODUCT PAGE + RELATED PRODUCTS
   ========================================================= */
/* line 869, theme.scss */
body[data-theme-template*="product"] h1,
body[data-theme-template*="product"] .product-title,
body[data-theme-template*="product"] .product_name,
body[data-theme-template*="product"] [class*="product-title"] {
  margin: 0 0 18px !important;
  font-size: clamp(34px, 4.2vw, 60px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.04em !important;
  font-weight: 800 !important;
  color: #111111 !important; }

/* line 881, theme.scss */
body[data-theme-template*="product"] .product__price,
body[data-theme-template*="product"] .product-info .price,
body[data-theme-template*="product"] .product-info .product-price {
  font-size: clamp(28px, 2.2vw, 42px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  color: #111111 !important;
  margin-bottom: 24px !important; }

/* line 891, theme.scss */
body[data-theme-template*="product"] .option-list-value,
body[data-theme-template*="product"] [class*="option-list-value"] {
  background: #f5f5f3 !important;
  border: 1px solid transparent !important;
  border-radius: 14px !important;
  padding: 12px 16px !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  color: #111111 !important;
  transition: all 0.2s ease !important; }

/* line 903, theme.scss */
body[data-theme-template*="product"] .option-list-value:hover,
body[data-theme-template*="product"] [class*="option-list-value"]:hover {
  background: #efefe9 !important; }

/* line 908, theme.scss */
body[data-theme-template*="product"] .option-list-value.active,
body[data-theme-template*="product"] .option-list-value.selected,
body[data-theme-template*="product"] [class*="option-list-value"].active,
body[data-theme-template*="product"] [class*="option-list-value"].selected {
  background: #ffffff !important;
  border-color: #111111 !important;
  box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.03) !important; }

/* line 917, theme.scss */
body[data-theme-template*="product"] .button,
body[data-theme-template*="product"] .btn,
body[data-theme-template*="product"] button {
  border-radius: 16px !important;
  min-height: 56px !important;
  font-size: 18px !important;
  font-weight: 700 !important; }

/* line 926, theme.scss */
body[data-theme-template*="product"] .button-buy,
body[data-theme-template*="product"] .buy-button,
body[data-theme-template*="product"] .add-to-cart,
body[data-theme-template*="product"] [class*="add-to-cart"] {
  background: #2f3240 !important;
  color: #ffffff !important;
  border: 0 !important; }

/* line 935, theme.scss */
body[data-theme-template*="product"] [class*="one-click"],
body[data-theme-template*="product"] [class*="buy-one-click"] {
  background: #f3f3f1 !important;
  color: #111111 !important;
  border: 0 !important; }

/* line 942, theme.scss */
body[data-theme-template*="product"] .product-description,
body[data-theme-template*="product"] .product__description,
body[data-theme-template*="product"] .editor,
body[data-theme-template*="product"] .rte,
body[data-theme-template*="product"] [class*="description"] {
  font-size: 18px !important;
  line-height: 1.7 !important;
  color: rgba(17, 17, 17, 0.72) !important; }

/* line 952, theme.scss */
body[data-theme-template*="product"] .product-preview__controls {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  position: static !important;
  margin-top: 12px !important; }

/* line 960, theme.scss */
body[data-theme-template*="product"] .related-products,
body[data-theme-template*="product"] .similar-products,
body[data-theme-template*="product"] [class*="related"] {
  margin-top: 72px !important; }

/* line 966, theme.scss */
body[data-theme-template*="product"] .related-products h2,
body[data-theme-template*="product"] .similar-products h2,
body[data-theme-template*="product"] [class*="related"] h2 {
  font-size: clamp(28px, 3vw, 42px) !important;
  font-weight: 800 !important;
  margin-bottom: 32px !important; }

/* line 974, theme.scss */
body[data-theme-template*="product"] .related-products .products,
body[data-theme-template*="product"] [class*="related"] .products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 28px !important; }

/* line 981, theme.scss */
body[data-theme-template*="product"] .related-products .product_preview,
body[data-theme-template*="product"] [class*="related"] .product_preview {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  background: #ffffff !important;
  border-radius: 24px !important;
  padding: 16px !important;
  border: 1px solid #eeeeee !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
  transition: all 0.25s ease !important; }

/* line 994, theme.scss */
body[data-theme-template*="product"] .related-products .product_preview:hover,
body[data-theme-template*="product"] [class*="related"] .product_preview:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08) !important; }

/* line 1000, theme.scss */
body[data-theme-template*="product"] .related-products .product-preview__image,
body[data-theme-template*="product"] .related-products .image {
  height: 220px !important;
  width: 100% !important;
  background: #f7f7f7 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important; }

/* line 1012, theme.scss */
body[data-theme-template*="product"] .related-products img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important; }

/* line 1018, theme.scss */
body[data-theme-template*="product"] .related-products .product-title,
body[data-theme-template*="product"] .related-products .product-name {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: 44px !important;
  font-size: 16px !important;
  font-weight: 700 !important; }

/* line 1029, theme.scss */
body[data-theme-template*="product"] .related-products .price {
  margin-top: auto !important;
  font-size: 18px !important;
  font-weight: 800 !important; }

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 1100px) {
  /* line 1040, theme.scss */
  .et37-solutions,
  .et37-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* line 1045, theme.scss */
  body[data-theme-template*="product"] .related-products .products,
  body[data-theme-template*="product"] [class*="related"] .products {
    grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 980px) {
  /* line 1052, theme.scss */
  .et37-nav,
  .et37-phone {
    display: none !important; }

  /* line 1057, theme.scss */
  .et37-topbar__row {
    min-height: 72px !important; }

  /* line 1061, theme.scss */
  .et37-logo {
    font-size: 22px !important; }

  /* line 1065, theme.scss */
  .et37-hero__grid,
  .et37-request__box {
    grid-template-columns: 1fr; }

  /* line 1070, theme.scss */
  .et37-hero__visual,
  .et37-hero__panel {
    min-height: 420px; }

  /* line 1075, theme.scss */
  .et37-hero__floating {
    right: 16px;
    bottom: 16px;
    width: 220px; }

  /* line 1081, theme.scss */
  .et37-categories,
  .et37-advantages,
  .et37-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  /* line 1087, theme.scss */
  body[data-theme-template*="collection"] .subcollection-list.grid-list {
    grid-template-columns: repeat(2, 1fr) !important;
    max-width: 760px !important; }

  /* line 1092, theme.scss */
  body[data-theme-template*="collection"] .subcollection-list__item,
  body[data-theme-template*="collection"] .subcollection-list__item:nth-child(4),
  body[data-theme-template*="collection"] .subcollection-list__item:nth-child(5) {
    grid-column: auto !important; } }
@media (max-width: 768px) {
  /* line 1100, theme.scss */
  html,
  body {
    overflow-x: hidden !important; }

  /* line 1105, theme.scss */
  .et37-hero,
  .et37-section,
  .et37-request {
    padding: 64px 0; }

  /* line 1111, theme.scss */
  .et37-hero .container,
  .et37-section .container,
  .et37-request .container,
  .et37-footer .container,
  .et37-topbar .container,
  .et37-trust .container {
    width: min(100% - 24px, var(--et37-container)); }

  /* line 1120, theme.scss */
  .et37-hero__title {
    font-size: 40px; }

  /* line 1124, theme.scss */
  .et37-hero__text,
  .et37-subtitle {
    font-size: 16px; }

  /* line 1129, theme.scss */
  .et37-categories,
  .et37-solutions,
  .et37-advantages,
  .et37-steps,
  .et37-trust__grid,
  .et37-footer__grid,
  body[data-theme-template*="product"] .related-products .products,
  body[data-theme-template*="product"] [class*="related"] .products {
    grid-template-columns: 1fr !important; }

  /* line 1140, theme.scss */
  .et37-card,
  .et37-info-card,
  .et37-step,
  .et37-request__box {
    min-height: auto;
    padding: 24px; }

  /* line 1148, theme.scss */
  .et37-hero__visual,
  .et37-hero__panel {
    min-height: 300px; }

  /* line 1153, theme.scss */
  .et37-hero__floating {
    position: static;
    width: 100%;
    margin-top: 14px; }

  /* line 1159, theme.scss */
  body[data-theme-template*="collection"] h1,
  body[data-theme-template*="collection"] .collection-title,
  body[data-theme-template*="collection"] [class*="collection-title"] {
    font-size: 34px !important; }

  /* line 1165, theme.scss */
  body[data-theme-template*="collection"] .subcollection-list.grid-list,
  body[data-theme-template*="collection"] .products,
  body[data-theme-template*="collection"] .product-grid,
  body[data-theme-template*="collection"] .products-grid,
  body[data-theme-template*="collection"] .catalog-products {
    display: grid !important;
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
    width: 100% !important;
    gap: 28px !important; }

  /* line 1177, theme.scss */
  body[data-theme-template*="collection"] .subcollection-list__item,
  body[data-theme-template*="collection"] .subcollection-list__item:nth-child(4),
  body[data-theme-template*="collection"] .subcollection-list__item:nth-child(5),
  body[data-theme-template*="collection"] .product_preview,
  body[data-theme-template*="collection"] .product-preview,
  body[data-theme-template*="collection"] .product-card,
  body[data-theme-template*="collection"] .product-item {
    width: 100% !important;
    max-width: 100% !important;
    grid-column: auto !important; }

  /* line 1189, theme.scss */
  body[data-theme-template*="collection"] .subcollection-list__item-photo,
  body[data-theme-template*="collection"] .product_preview-image,
  body[data-theme-template*="collection"] .product-preview__image,
  body[data-theme-template*="collection"] .product-card__image,
  body[data-theme-template*="collection"] .product-image,
  body[data-theme-template*="collection"] .image {
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important; }

  /* line 1200, theme.scss */
  body[data-theme-template*="product"] h1,
  body[data-theme-template*="product"] .product-title,
  body[data-theme-template*="product"] .product_name,
  body[data-theme-template*="product"] [class*="product-title"] {
    font-size: 32px !important; }

  /* line 1207, theme.scss */
  body[data-theme-template*="product"] .product-description,
  body[data-theme-template*="product"] .product__description,
  body[data-theme-template*="product"] .editor,
  body[data-theme-template*="product"] .rte,
  body[data-theme-template*="product"] [class*="description"] {
    font-size: 16px !important; } }
/* line 1215, theme.scss */
.et37-hero__media,
.et37-hero__visual,
.et37-hero__panel,
.et37-hero__mock--big,
.et37-hero__floating {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important; }

/* line 1225, theme.scss */
.et37-hero__visual,
.et37-hero__panel {
  min-height: 560px !important; }

@media (max-width: 767px) {
  /* line 1231, theme.scss */
  .et37-hero__visual,
  .et37-hero__panel {
    min-height: 300px !important; } }
/* =========================
   ET37 LOGO
   ========================= */
/* line 1240, theme.scss */
.et37-logo {
  display: flex !important;
  align-items: center !important;
  text-decoration: none !important;
  flex-shrink: 0 !important; }

/* line 1247, theme.scss */
.et37-logo img {
  display: block !important;
  height: 46px !important;
  width: auto !important;
  max-width: 260px !important;
  object-fit: contain !important; }

@media (max-width: 768px) {
  /* line 1256, theme.scss */
  .et37-logo img {
    height: 36px !important;
    max-width: 180px !important; } }
/* FIX PAGE STYLES */
/* line 1262, theme.scss */
.et37-contacts-page,
.et37-delivery-page,
.et37-about-page,
.et37-rekvizity-page {
  max-width: 1240px;
  margin: 90px auto;
  padding: 0 40px; }

/* line 1271, theme.scss */
.et37-contacts-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px; }

/* line 1277, theme.scss */
.et37-contacts-hero-main,
.et37-contacts-hero-side,
.et37-delivery-card {
  background: linear-gradient(135deg, #fff 0%, #fffdf4 100%);
  border-radius: 32px;
  padding: 42px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.06); }

/* line 1286, theme.scss */
.et37-contacts-page h1,
.et37-delivery-page h1 {
  font-size: clamp(48px, 7vw, 86px);
  line-height: .95;
  margin: 0 0 28px;
  font-weight: 900; }

/* line 1294, theme.scss */
.et37-contacts-page h2,
.et37-delivery-card h2 {
  font-size: 30px;
  margin: 0 0 18px;
  font-weight: 800; }

/* line 1301, theme.scss */
.et37-contacts-page p,
.et37-delivery-page p {
  font-size: 20px;
  line-height: 1.55;
  color: #555; }

/* line 1308, theme.scss */
.et37-contact-badge {
  display: inline-flex;
  background: #f4f3ef;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  color: #555;
  margin-bottom: 24px; }

/* line 1318, theme.scss */
.et37-contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px; }

/* line 1325, theme.scss */
.et37-contact-buttons a,
.et37-delivery-icon {
  background: #ffc400;
  color: #111;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 800;
  text-decoration: none; }

/* line 1335, theme.scss */
.et37-contact-info-card {
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  margin-top: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04); }

/* line 1343, theme.scss */
.et37-contact-info-card strong,
.et37-contact-info-card span {
  display: block; }

/* line 1348, theme.scss */
.et37-contact-info-card span {
  margin-top: 8px;
  color: #666;
  font-size: 20px; }

/* line 1354, theme.scss */
.et37-delivery-card {
  margin-bottom: 22px; }

/* line 1358, theme.scss */
.et37-delivery-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 18px; }

/* закрепляем шапку */
/* line 1369, theme.scss */
.et37-topbar {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
  background: #fff !important; }

@media (max-width: 900px) {
  /* line 1377, theme.scss */
  .et37-contacts-hero {
    grid-template-columns: 1fr; }

  /* line 1381, theme.scss */
  .et37-contacts-page,
  .et37-delivery-page,
  .et37-about-page,
  .et37-rekvizity-page {
    margin: 40px auto;
    padding: 0 18px; } }
/* === ET37 DISCOUNT BLOCK FIX === */
/* line 1392, theme.scss */
body .et37-discount-list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 18px !important;
  margin-top: 28px !important; }

/* line 1399, theme.scss */
body .et37-discount-row {
  background: #fff7df !important;
  border: 1px solid #ffd86a !important;
  border-radius: 20px !important;
  padding: 22px 26px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04) !important; }

/* line 1410, theme.scss */
body .et37-discount-row span {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #222 !important; }

/* line 1416, theme.scss */
body .et37-discount-row strong {
  font-size: 34px !important;
  font-weight: 900 !important;
  color: #111 !important; }

/* line 1422, theme.scss */
body .et37-discount-row--gold {
  background: #ffc400 !important;
  border-color: #ffc400 !important;
  box-shadow: 0 16px 36px rgba(255, 196, 0, 0.35) !important; }

/* line 1428, theme.scss */
body .et37-discount-note {
  margin-top: 24px !important;
  font-size: 18px !important;
  color: #666 !important; }

@media (max-width: 700px) {
  /* line 1435, theme.scss */
  body .et37-discount-list {
    grid-template-columns: 1fr !important; } }
/* line 1439, theme.scss */
.et37-contact-buttons a:nth-child(1) {
  background: #ffc400 !important;
  color: #111 !important;
  min-width: 190px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  min-height: 90px !important;
  line-height: 1.25 !important; }

/* line 1453, theme.scss */
.et37-contact-buttons a:nth-child(2) {
  background: #111 !important;
  color: #fff !important;
  min-width: 190px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  min-height: 90px !important;
  line-height: 1.25 !important; }

/* line 1467, theme.scss */
.et37-contact-buttons a:nth-child(3) {
  background: #e8f7ee !important;
  color: #147a3d !important; }

/* line 1472, theme.scss */
.et37-contact-buttons a:nth-child(4) {
  background: #eaf3ff !important;
  color: #1b65b9 !important; }

/* line 1477, theme.scss */
.et37-contact-buttons a:nth-child(5) {
  background: #f2f2f2 !important;
  color: #111 !important; }

/* line 1482, theme.scss */
.et37-contact-buttons a:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08) !important; }

/* === FIX HEADER / LOGO / HERO IMAGE === */
/* 1. Логотип крупнее */
/* line 1489, theme.scss */
.et37-logo img {
  height: 68px !important;
  max-width: 320px !important; }

/* 2. Шапка закреплена при прокрутке */
/* line 1495, theme.scss */
.et37-topbar,
.et37-fixed-header-real {
  position: sticky !important;
  top: 0 !important;
  z-index: 99999 !important;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04) !important; }

/* 3. Фото на главной показываем целиком */
/* line 1505, theme.scss */
.et37-hero__media img,
.et37-hero__visual img,
.et37-hero img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important; }

/* если фото стоит фоном — отключаем обрезку */
/* line 1514, theme.scss */
.et37-hero__media,
.et37-hero__visual,
.et37-hero__panel,
.et37-hero__panel--main {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  overflow: visible !important; }

/* 4. Убираем текстовую плашку поверх фото */
/* line 1525, theme.scss */
.et37-hero__floating,
.et37-hero__mini-card,
.et37-hero__label {
  display: none !important; }

/* === FIX 2: ШАПКА ВСЕГДА СВЕРХУ === */
/* line 1532, theme.scss */
.et37-topbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05) !important; }

/* line 1543, theme.scss */
body {
  padding-top: 96px !important; }

/* === FIX 3: ФОТО НА ГЛАВНОЙ ЦЕЛИКОМ + БЕЗ ПЛАШКИ === */
/* line 1548, theme.scss */
.et37-hero__media,
.et37-hero__visual {
  overflow: visible !important; }

/* line 1553, theme.scss */
.et37-hero__media img,
.et37-hero__visual img,
.et37-hero img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important; }

/* если картинка вставлена как фон */
/* line 1563, theme.scss */
.et37-hero__visual,
.et37-hero__panel,
.et37-hero__panel--main {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

/* убрать текстовую плашку поверх изображения */
/* line 1572, theme.scss */
.et37-hero__floating,
.et37-hero__mini-card,
.et37-hero__label {
  display: none !important; }

/* line 1577, theme.scss */
.et37-request {
  padding: 90px 0 !important; }

/* line 1581, theme.scss */
.et37-request__box {
  background: #111 !important;
  color: #fff !important;
  border-radius: 38px !important;
  padding: 58px !important;
  display: grid !important;
  grid-template-columns: 1fr 420px !important;
  gap: 48px !important;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18) !important; }

/* line 1592, theme.scss */
.et37-request__badge {
  display: inline-flex !important;
  background: #ffc400 !important;
  color: #111 !important;
  border-radius: 999px !important;
  padding: 10px 16px !important;
  font-weight: 800 !important;
  margin-bottom: 24px !important; }

/* line 1602, theme.scss */
.et37-request__box h2 {
  font-size: clamp(42px, 5vw, 72px) !important;
  line-height: .95 !important;
  margin: 0 0 24px !important;
  font-weight: 900 !important; }

/* line 1609, theme.scss */
.et37-request__box p {
  font-size: 20px !important;
  line-height: 1.55 !important;
  color: rgba(255, 255, 255, 0.72) !important; }

/* line 1615, theme.scss */
.et37-request__form {
  display: grid !important;
  gap: 14px !important; }

/* line 1620, theme.scss */
.et37-request__form input,
.et37-request__form textarea {
  width: 100% !important;
  border: 0 !important;
  border-radius: 18px !important;
  padding: 18px 20px !important;
  font-size: 16px !important; }

/* line 1629, theme.scss */
.et37-request__form textarea {
  min-height: 120px !important;
  resize: vertical !important; }

/* line 1634, theme.scss */
.et37-request__form button {
  border: 0 !important;
  border-radius: 999px !important;
  background: #ffc400 !important;
  color: #111 !important;
  padding: 18px 24px !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  cursor: pointer !important; }

@media (max-width: 900px) {
  /* line 1646, theme.scss */
  .et37-request__box {
    grid-template-columns: 1fr !important;
    padding: 34px !important; } }
/* Убираем лишний 5-й шаг */
/* line 1652, theme.scss */
.et37-steps .et37-step:nth-child(5),
.et37-step[data-step="5"] {
  display: none !important; }

/* 4 шага красиво в одну строку */
/* line 1658, theme.scss */
.et37-steps {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 28px !important; }

@media (max-width: 900px) {
  /* line 1665, theme.scss */
  .et37-steps {
    grid-template-columns: 1fr !important; } }
/* =========================
   ET37 HEADER CART
   ========================= */
/* line 1673, theme.scss */
.et37-header-cart {
  position: relative !important;
  width: 54px !important;
  height: 54px !important;
  flex: 0 0 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #f4f3ef !important;
  color: #111 !important;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease !important; }

/* line 1688, theme.scss */
.et37-header-cart svg {
  width: 23px !important;
  height: 23px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important; }

/* line 1698, theme.scss */
.et37-header-cart__count {
  position: absolute !important;
  top: -5px !important;
  right: -6px !important;
  min-width: 23px !important;
  height: 23px !important;
  padding: 0 6px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #ffc400 !important;
  color: #111 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  box-sizing: border-box !important; }

/* line 1717, theme.scss */
.et37-header-cart:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.09) !important; }

/* =========================
   ET37 CART QUANTITY BUTTONS
   ========================= */
/* line 1725, theme.scss */
[data-quantity] [data-quantity-change] {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 38px !important;
  padding: 0 !important;
  color: transparent !important;
  font-size: 0 !important;
  cursor: pointer !important;
  background: #fff !important;
  border: 1px solid #e7e7e7 !important;
  box-sizing: border-box !important; }

/* line 1742, theme.scss */
[data-quantity] [data-quantity-change="-1"]::before {
  content: "−" !important;
  color: #111 !important;
  font-family: Arial, sans-serif !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 500 !important; }

/* line 1751, theme.scss */
[data-quantity] [data-quantity-change="1"]::before {
  content: "+" !important;
  color: #111 !important;
  font-family: Arial, sans-serif !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 500 !important; }

/* line 1760, theme.scss */
[data-quantity] [data-quantity-change]:hover {
  background: #ffc400 !important;
  border-color: #ffc400 !important; }

/* line 1765, theme.scss */
[data-quantity] input {
  height: 38px !important;
  text-align: center !important;
  border-top: 1px solid #e7e7e7 !important;
  border-bottom: 1px solid #e7e7e7 !important; }

/* =========================================
   ET37 MOBILE FINAL FIX
   ========================================= */
/* Кнопка мобильного меню на компьютере скрыта */
/* line 1776, theme.scss */
.et37-mobile-menu-btn {
  display: none; }

@media (max-width: 900px) {
  /* =========================
     МОБИЛЬНАЯ ШАПКА
     ========================= */
  /* line 1786, theme.scss */
  .et37-topbar {
    overflow: visible !important; }

  /* line 1790, theme.scss */
  .et37-topbar .container {
    padding-left: 14px !important;
    padding-right: 14px !important; }

  /* line 1795, theme.scss */
  .et37-topbar__row {
    position: relative !important;
    min-height: 72px !important;
    gap: 10px !important; }

  /* line 1801, theme.scss */
  .et37-logo img {
    height: 52px !important;
    width: auto !important; }

  /* line 1806, theme.scss */
  .et37-mobile-menu-btn {
    display: flex !important;
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #f4f3ef !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    cursor: pointer !important; }

  /* line 1822, theme.scss */
  .et37-mobile-menu-btn span {
    display: block !important;
    width: 18px !important;
    height: 2px !important;
    border-radius: 2px !important;
    background: #111 !important;
    transition: transform .2s ease, opacity .2s ease !important; }

  /* line 1831, theme.scss */
  .et37-mobile-menu-btn.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg) !important; }

  /* line 1835, theme.scss */
  .et37-mobile-menu-btn.is-open span:nth-child(2) {
    opacity: 0 !important; }

  /* line 1839, theme.scss */
  .et37-mobile-menu-btn.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg) !important; }

  /* line 1843, theme.scss */
  .et37-nav {
    display: none !important;
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 12px !important;
    right: 12px !important;
    z-index: 1000000 !important;
    padding: 12px !important;
    background: #fff !important;
    border: 1px solid #ececec !important;
    border-radius: 22px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14) !important; }

  /* line 1857, theme.scss */
  .et37-nav.is-open {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 6px !important; }

  /* line 1863, theme.scss */
  .et37-nav a {
    display: flex !important;
    align-items: center !important;
    min-height: 46px !important;
    padding: 10px 12px !important;
    border-radius: 12px !important;
    color: #111 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    background: #f7f7f7 !important; }

  /* line 1877, theme.scss */
  .et37-nav a:active {
    background: #ffc400 !important; }

  /* line 1881, theme.scss */
  .et37-topbar__actions {
    gap: 8px !important;
    margin-left: auto !important; }

  /* line 1886, theme.scss */
  .et37-phone {
    display: none !important; }

  /* line 1890, theme.scss */
  .et37-topbar__actions .et37-btn {
    min-height: 42px !important;
    padding: 10px 13px !important;
    font-size: 12px !important;
    white-space: nowrap !important; }

  /* line 1897, theme.scss */
  .et37-header-cart {
    width: 42px !important;
    height: 42px !important;
    flex-basis: 42px !important; }

  /* =========================
     ФОТО НА ГЛАВНОЙ
     ========================= */
  /* line 1907, theme.scss */
  .et37-hero__media,
  .et37-hero__visual {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    overflow: hidden !important; }

  /* line 1916, theme.scss */
  .et37-hero__panel,
  .et37-hero__panel--main {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    background: #f5f5f5 !important;
    box-shadow: none !important;
    transform: none !important; }

  /* line 1932, theme.scss */
  .et37-hero__mock,
  .et37-hero__mock--big {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    transform: none !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #f5f5f5 !important;
    border-radius: 24px !important;
    overflow: hidden !important; }

  /* line 1951, theme.scss */
  .et37-hero__mock--big::before,
  .et37-hero__mock--big::after,
  .et37-hero__floating,
  .et37-hero__label {
    display: none !important; }

  /* =========================
     РЕШЕНИЯ — ОДНА КАРТОЧКА В СТРОКЕ
     ========================= */
  /* line 1962, theme.scss */
  #solutions {
    padding: 54px 18px !important;
    overflow: hidden !important; }

  /* line 1967, theme.scss */
  #solutions > div {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important; }

  /* line 1973, theme.scss */
  #solutions h2 {
    margin-bottom: 28px !important;
    font-size: 38px !important;
    line-height: 1.02 !important;
    overflow-wrap: break-word !important; }

  /* line 1980, theme.scss */
  #solutions > div > div {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    width: 100% !important; }

  /* line 1986, theme.scss */
  #solutions > div > div > div {
    width: 100% !important;
    min-width: 0 !important;
    min-height: auto !important;
    padding: 28px 24px !important;
    box-sizing: border-box !important; }

  /* line 1994, theme.scss */
  #solutions h3 {
    font-size: 24px !important; }

  /* line 1998, theme.scss */
  #solutions p {
    font-size: 16px !important; }

  /* =========================
     ФУТЕР — ОТСТУП СЛЕВА
     ========================= */
  /* line 2006, theme.scss */
  .et37-footer {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  /* line 2011, theme.scss */
  .et37-footer .container {
    padding-left: 28px !important;
    padding-right: 22px !important; }

  /* line 2016, theme.scss */
  .et37-footer__grid {
    gap: 30px !important; }

  /* line 2020, theme.scss */
  .et37-footer__col,
  .et37-footer__bottom {
    padding-left: 0 !important; } }
@media (max-width: 390px) {
  /* line 2027, theme.scss */
  .et37-topbar__actions .et37-btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 11px !important; }

  /* line 2033, theme.scss */
  .et37-logo img {
    height: 46px !important; } }
/* =========================================
   ET37 REKVIZITY MOBILE FIX
   ========================================= */
@media (max-width: 700px) {
  /* line 2043, theme.scss */
  .et37-rekvizity-page {
    padding-left: 14px !important;
    padding-right: 14px !important; }

  /* line 2048, theme.scss */
  .et37-req-table {
    width: 100% !important;
    overflow: visible !important; }

  /* line 2053, theme.scss */
  .et37-req-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    align-items: start !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 22px 18px !important;
    box-sizing: border-box !important; }

  /* line 2065, theme.scss */
  .et37-req-row > div {
    font-size: 13px !important;
    line-height: 1.25 !important;
    color: #8a8a8a !important; }

  /* line 2071, theme.scss */
  .et37-req-row strong {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    white-space: normal !important; }

  /* line 2083, theme.scss */
  .et37-copy-one {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 44px !important;
    margin-top: 2px !important;
    padding: 11px 16px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #f3f3f1 !important;
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    cursor: pointer !important; }

  /* line 2102, theme.scss */
  .et37-req-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important; }

  /* line 2109, theme.scss */
  .et37-req-main-btn,
  .et37-req-outline-btn {
    width: 100% !important; } }
/* line 2114, theme.scss */
.et37-contact-email {
  display: inline-block !important;
  margin-top: 8px !important;
  color: #555 !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  overflow-wrap: anywhere !important; }

/* line 2124, theme.scss */
.et37-contact-email:hover {
  color: #111 !important;
  text-decoration: underline !important; }

@media (max-width: 700px) {
  /* line 2130, theme.scss */
  .et37-contact-email {
    font-size: 18px !important; } }
/* =========================================
   ET37 MOBILE ALIGNMENT + CONTACT LINK FIX
   ========================================= */
@media (max-width: 700px) {
  /* 1. Почта в контактах — визуально как ссылка */
  /* line 2141, theme.scss */
  .et37-contact-email {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 10px !important;
    padding: 10px 14px !important;
    border-radius: 999px !important;
    background: #fff3bf !important;
    color: #111 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important; }

  /* line 2157, theme.scss */
  .et37-contact-email::before {
    content: "✉" !important;
    font-size: 17px !important;
    text-decoration: none !important; }

  /* 2. Заголовок "Как мы работаем" по центру */
  /* line 2164, theme.scss */
  .et37-steps .et37-step {
    text-align: left !important; }

  /* line 2168, theme.scss */
  .et37-heading {
    text-align: center !important; }

  /* line 2172, theme.scss */
  .et37-heading .et37-title {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important; }

  /* 3. "Решения под задачи вашего бизнеса" по центру */
  /* line 2180, theme.scss */
  #solutions h2 {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important; }

  /* 4. Убираем значки справа сверху на карточках каталога */
  /* line 2188, theme.scss */
  .et37-card::before,
  .et37-card::after,
  .et37-card > svg,
  .et37-card .icon,
  .et37-card .et37-card__icon,
  .et37-card .et37-card__arrow {
    display: none !important;
    content: none !important; } }
/* =========================================
   ET37 MOBILE CONTACTS + REQUISITES FIX
   ========================================= */
@media (max-width: 700px) {
  /* Текст в блоке контактов по центру */
  /* line 2205, theme.scss */
  .et37-contacts-hero-main > p {
    max-width: 420px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important; }

  /* Все кнопки контактов аккуратной сеткой */
  /* line 2213, theme.scss */
  .et37-contact-buttons {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    width: 100% !important;
    margin-top: 28px !important; }

  /* line 2221, theme.scss */
  .et37-contact-buttons a {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 58px !important;
    padding: 13px 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    text-align: center !important;
    line-height: 1.25 !important; }

  /* Телефон и основная почта — на всю ширину */
  /* line 2235, theme.scss */
  .et37-contact-buttons a:nth-child(1),
  .et37-contact-buttons a:nth-child(2) {
    grid-column: 1 / -1 !important;
    min-width: 0 !important; }

  /* Последняя кнопка ВКонтакте по центру */
  /* line 2242, theme.scss */
  .et37-contact-buttons a:nth-child(5) {
    grid-column: 1 / -1 !important;
    width: calc(50% - 6px) !important;
    justify-self: center !important; }

  /* Заголовок "Быстрая информация" по центру */
  /* line 2249, theme.scss */
  .et37-contacts-hero-side > h2 {
    width: 100% !important;
    text-align: center !important; }

  /* Кнопки реквизитов должны быть поверх остальных элементов */
  /* line 2255, theme.scss */
  .et37-req-actions,
  .et37-req-main-btn,
  .et37-req-outline-btn,
  .et37-copy-one {
    position: relative !important;
    z-index: 10 !important;
    pointer-events: auto !important;
    touch-action: manipulation !important; }

  /* line 2265, theme.scss */
  .et37-req-main-btn,
  .et37-req-outline-btn {
    cursor: pointer !important;
    -webkit-appearance: none !important;
    appearance: none !important; }

  /* Подпись под скидками по центру */
  /* line 2273, theme.scss */
  .et37-discount-note {
    width: 100% !important;
    max-width: 420px !important;
    margin: 28px auto 0 !important;
    text-align: center !important;
    line-height: 1.5 !important; } }
/* =========================================
   ET37 MOBILE — DELIVERY + CONTACTS
   ========================================= */
@media (max-width: 700px) {
  /* Заголовок "Доставка и скидки" по центру */
  /* line 2288, theme.scss */
  .et37-delivery-page > h1 {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important; }

  /* Плашка над заголовком контактов */
  /* line 2296, theme.scss */
  .et37-contact-badge {
    display: flex !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
    text-align: center !important; }

  /* Заголовок "Контакты" по центру */
  /* line 2307, theme.scss */
  .et37-contacts-hero-main > h1 {
    width: 100% !important;
    text-align: center !important; }

  /* Заголовок "Быстрая информация" по центру */
  /* line 2313, theme.scss */
  .et37-contacts-hero-side > h2 {
    width: 100% !important;
    text-align: center !important; }

  /* Содержимое карточки с почтой по центру */
  /* line 2319, theme.scss */
  .et37-contact-info-card {
    text-align: center !important; }

  /* line 2323, theme.scss */
  .et37-contact-info-card strong {
    width: 100% !important;
    text-align: center !important; }

  /* line 2328, theme.scss */
  .et37-contact-email {
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
    text-align: center !important; } }
/* =========================================
   ET37 REQUISITES — ПЕЧАТЬ НА ОДНОЙ СТРАНИЦЕ
   ========================================= */
@media print {
  @page {
    size: A4 portrait;
    margin: 7mm; }
  /* line 2348, theme.scss */
  html,
  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important; }

  /* Убираем всё лишнее */
  /* line 2357, theme.scss */
  .et37-topbar,
  .et37-footer,
  .et37-req-actions,
  .et37-copy-one,
  [data-fixed-panels],
  .outside-widgets,
  .preloader {
    display: none !important; }

  /* line 2367, theme.scss */
  main,
  .page_layout {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; }

  /* line 2375, theme.scss */
  .et37-rekvizity-page {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important; }

  /* line 2383, theme.scss */
  .et37-req-hero {
    display: block !important;
    margin: 0 0 8px !important;
    padding: 0 !important; }

  /* line 2389, theme.scss */
  .et37-req-badge {
    margin-bottom: 4px !important;
    padding: 4px 8px !important;
    font-size: 9px !important; }

  /* line 2395, theme.scss */
  .et37-req-hero h1 {
    margin: 0 0 3px !important;
    font-size: 24px !important;
    line-height: 1 !important; }

  /* line 2401, theme.scss */
  .et37-req-hero p {
    margin: 0 !important;
    font-size: 10px !important;
    line-height: 1.2 !important; }

  /* line 2407, theme.scss */
  .et37-req-table {
    display: block !important;
    width: 100% !important;
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important; }

  /* line 2416, theme.scss */
  .et37-req-row {
    display: grid !important;
    grid-template-columns: 30% 70% !important;
    gap: 6px !important;
    min-height: 0 !important;
    padding: 5px 7px !important;
    border-bottom: 1px solid #ddd !important;
    page-break-inside: avoid !important;
    break-inside: avoid !important; }

  /* line 2427, theme.scss */
  .et37-req-row > div {
    font-size: 8px !important;
    line-height: 1.15 !important; }

  /* line 2432, theme.scss */
  .et37-req-row strong {
    min-width: 0 !important;
    font-size: 9px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important; }

  /* line 2442, theme.scss */
  .et37-req-bottom {
    margin-top: 8px !important;
    padding: 8px !important;
    box-shadow: none !important;
    page-break-inside: avoid !important;
    break-inside: avoid !important; }

  /* line 2450, theme.scss */
  .et37-req-bottom h2 {
    margin: 0 0 3px !important;
    font-size: 13px !important; }

  /* line 2455, theme.scss */
  .et37-req-bottom p,
  .et37-req-bottom a {
    margin: 0 !important;
    font-size: 9px !important;
    line-height: 1.2 !important; } }
