@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, #2B2D30);
  --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, #3f4246);
  --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, #53575c);
  --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, #91959c);
  --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, #F50000);
  --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, #ff1010);
  --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, #ff2b2b);
  --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, #ff7a7a);
  --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, #2B2D30);
  --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, #3f4246);
  --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, #53575c);
  --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, #91959c);
  --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, #FFFDFD);
  --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, #fff0f0);
  --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, #ffdbdb);
  --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, #ff0000);
  --color-text-light-half-shade-is-dark:var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack:var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning:var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light:var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade:var(--draft-color-notice-warning-minor-shade, #fff0be);
  --color-notice-warning-minor-shade-is-light:var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade:var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light:var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade:var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark:var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success:var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light:var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade:var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light:var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade:var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light:var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade:var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark:var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error:var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light:var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade:var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light:var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade:var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light:var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade:var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark:var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info:var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light:var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade:var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light:var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade:var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light:var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade:var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark:var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family:var(--draft-font-family, Manrope);
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, Manrope);
  --heading-ratio:var(--draft-heading-ratio, 1.5);
  --heading-weight:var(--draft-heading-weight, 600);
  --collection_count:var(--draft-collection_count, 12);
  --search_count:var(--draft-search_count, 12);
  --blog_size:var(--draft-blog_size, 8);
  --product_not_available:var(--draft-product_not_available, shown);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1920px);
  --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, left);
  --sidebar_article_show:var(--draft-sidebar_article_show, false);
  --sidebar_article_position:var(--draft-sidebar_article_position, left);
  --sidebar_page_show:var(--draft-sidebar_page_show, false);
  --sidebar_page_position:var(--draft-sidebar_page_position, left);
  --sidebar_compare_show:var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position:var(--draft-sidebar_compare_position, left);
  --sidebar_search_show:var(--draft-sidebar_search_show, false);
  --sidebar_search_position:var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled:var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled:var(--draft-favorite_enabled, true);
  --compare_enabled:var(--draft-compare_enabled, true);
  --esta_hero_enabled:var(--draft-esta_hero_enabled, true);
  --esta_categories_enabled:var(--draft-esta_categories_enabled, true);
  --esta_process_enabled:var(--draft-esta_process_enabled, true);
  --esta_services_enabled:var(--draft-esta_services_enabled, true);
  --esta_calc_enabled:var(--draft-esta_calc_enabled, true);
  --esta_faq_enabled:var(--draft-esta_faq_enabled, true);
  --esta_cta_enabled:var(--draft-esta_cta_enabled, true); }

/* line 4, theme.scss */
:root {
  --esta-bg: #070604;
  --esta-bg-2: #100c09;
  --esta-card: rgba(255,255,255,.045);
  --esta-line: rgba(231,210,184,.18);
  --esta-line-strong: rgba(231,210,184,.34);
  --esta-text: #f4ede4;
  --esta-muted: rgba(244,237,228,.68);
  --esta-soft: rgba(244,237,228,.42);
  --esta-accent: #b18257;
  --esta-accent-2: #e4c6a5;
  --esta-dark: #050403;
  --esta-max: 1180px;
  --esta-radius: 0px;
  --esta-serif: Georgia, 'Times New Roman', serif;
  --esta-sans: Inter, Arial, sans-serif; }

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

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

/* line 24, theme.scss */
body {
  margin: 0;
  background: radial-gradient(circle at top right, rgba(177, 130, 87, 0.12), rgba(0, 0, 0, 0) 32rem), var(--esta-bg);
  color: var(--esta-text);
  font-family: var(--esta-sans);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased; }

/* line 33, theme.scss */
a {
  color: inherit;
  text-decoration: none; }

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

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

/* line 37, theme.scss */
.preloader {
  display: none !important; }

/* line 38, theme.scss */
.esta-container {
  width: calc(100% - 48px);
  max-width: var(--esta-max);
  margin-left: auto;
  margin-right: auto; }

/* line 39, theme.scss */
.esta-shell {
  min-height: 100vh;
  overflow: hidden; }

/* line 40, theme.scss */
.esta-main {
  min-height: 60vh; }

/* line 42, theme.scss */
.esta-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 6, 4, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--esta-line);
  transition: transform .35s ease, background .35s ease; }

/* line 51, theme.scss */
.esta-header.is-hidden {
  transform: translateY(-100%); }

/* line 52, theme.scss */
.esta-topline, .esta-navwrap {
  width: calc(100% - 48px);
  max-width: var(--esta-max);
  margin: 0 auto; }

/* line 57, theme.scss */
.esta-topline {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--esta-soft);
  font-size: 12px;
  border-bottom: 1px solid rgba(231, 210, 184, 0.08); }

/* line 66, theme.scss */
.esta-meta {
  display: flex;
  gap: 24px; }

/* line 67, theme.scss */
.esta-top-phone {
  color: var(--esta-accent-2); }

/* line 68, theme.scss */
.esta-navwrap {
  height: 76px;
  display: grid;
  grid-template-columns: 190px 1fr 160px;
  align-items: center;
  gap: 24px; }

/* line 69, theme.scss */
.esta-logo {
  display: inline-flex;
  flex-direction: column;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
  justify-self: center; }

/* line 70, theme.scss */
.esta-logo span {
  font-family: var(--esta-serif);
  font-size: 30px;
  color: var(--esta-text);
  letter-spacing: .12em; }

/* line 71, theme.scss */
.esta-logo small {
  margin-top: 7px;
  color: var(--esta-accent);
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: lowercase; }

/* line 72, theme.scss */
.esta-nav {
  display: flex;
  justify-content: center;
  gap: 28px; }

/* line 73, theme.scss */
.esta-nav a {
  color: var(--esta-muted);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 30px 0;
  position: relative; }

/* line 74, theme.scss */
.esta-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 0;
  height: 1px;
  background: var(--esta-accent);
  transition: width .25s ease; }

/* line 75, theme.scss */
.esta-nav a:hover {
  color: var(--esta-text); }

/* line 76, theme.scss */
.esta-nav a:hover::after {
  width: 100%; }

/* line 77, theme.scss */
.esta-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  color: var(--esta-muted); }

/* line 78, theme.scss */
.esta-actions a {
  font-size: 19px; }

/* line 79, theme.scss */
.esta-burger {
  display: none;
  width: 38px;
  height: 38px;
  border: 1px solid var(--esta-line);
  background: transparent;
  color: var(--esta-text);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px; }

/* line 80, theme.scss */
.esta-burger span {
  width: 18px;
  height: 1px;
  background: currentColor;
  display: block; }

/* line 82, theme.scss */
.esta-hero {
  min-height: 720px;
  position: relative;
  border-bottom: 1px solid var(--esta-line); }

/* line 83, theme.scss */
.esta-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden; }

/* line 84, theme.scss */
.esta-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .72;
  filter: saturate(0.82) contrast(1.08); }

/* line 85, theme.scss */
.esta-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 6, 4, 0.96), rgba(7, 6, 4, 0.68) 42%, rgba(7, 6, 4, 0.2) 72%), linear-gradient(0deg, var(--esta-bg) 0%, transparent 24%); }

/* line 86, theme.scss */
.esta-hero-grid {
  position: relative;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 560px) 1fr;
  align-items: center;
  padding-top: 56px; }

/* line 87, theme.scss */
.esta-kicker {
  margin: 0 0 18px;
  color: var(--esta-accent);
  letter-spacing: .36em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }

/* line 88, theme.scss */
.esta-hero h1, .esta-section h2, .esta-consult h2, .esta-page-hero h1, .esta-catalog-hero h1, .esta-product-main h1, .esta-footer-cta h2 {
  font-family: var(--esta-serif);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .98;
  margin: 0; }

/* line 95, theme.scss */
.esta-hero h1 {
  font-size: clamp(48px, 7vw, 82px);
  max-width: 680px; }

/* line 96, theme.scss */
.esta-lead {
  max-width: 560px;
  color: var(--esta-muted);
  margin: 28px 0 0;
  font-size: 17px; }

/* line 97, theme.scss */
.esta-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px; }

/* line 98, theme.scss */
.esta-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 28px;
  border: 1px solid var(--esta-line-strong);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease; }

/* line 99, theme.scss */
.esta-btn:hover {
  transform: translateY(-2px);
  border-color: var(--esta-accent-2); }

/* line 100, theme.scss */
.esta-btn-primary {
  background: var(--esta-accent-2);
  color: #21150d;
  border-color: var(--esta-accent-2); }

/* line 101, theme.scss */
.esta-btn-outline {
  background: rgba(7, 6, 4, 0.4);
  color: var(--esta-text); }

/* line 102, theme.scss */
.esta-btn-light {
  background: var(--esta-text);
  color: #14100d;
  border-color: var(--esta-text); }

/* line 103, theme.scss */
.esta-hero-scroll {
  align-self: end;
  justify-self: end;
  margin-bottom: 52px;
  color: var(--esta-soft);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 12px; }

/* line 104, theme.scss */
.esta-hero-scroll::before {
  content: '—';
  margin-right: 12px;
  color: var(--esta-accent); }

/* line 105, theme.scss */
.esta-trust-row {
  position: relative;
  margin-top: -102px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--esta-line); }

/* line 106, theme.scss */
.esta-trust-row div {
  padding: 22px 28px 26px 0;
  border-right: 1px solid var(--esta-line); }

/* line 107, theme.scss */
.esta-trust-row div:last-child {
  border-right: 0; }

/* line 108, theme.scss */
.esta-trust-row strong {
  display: block;
  font-size: 13px;
  color: var(--esta-text); }

/* line 109, theme.scss */
.esta-trust-row span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: var(--esta-soft); }

/* line 111, theme.scss */
.esta-section {
  padding: 72px 0 0; }

/* line 112, theme.scss */
.esta-section-head {
  margin-bottom: 28px; }

/* line 113, theme.scss */
.esta-section h2, .esta-consult h2, .esta-page-hero h1, .esta-catalog-hero h1, .esta-product-main h1 {
  font-size: clamp(36px, 4.5vw, 58px); }

/* line 114, theme.scss */
.esta-section-head-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px; }

/* line 115, theme.scss */
.esta-link {
  color: var(--esta-accent-2);
  border-bottom: 1px solid var(--esta-line-strong);
  padding-bottom: 5px; }

/* line 117, theme.scss */
.esta-category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px; }

/* line 118, theme.scss */
.esta-category {
  position: relative;
  min-height: 250px;
  border: 1px solid var(--esta-line);
  overflow: hidden;
  background: var(--esta-card);
  isolation: isolate; }

/* line 119, theme.scss */
.esta-category img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.05);
  transition: transform .55s ease, opacity .55s ease;
  opacity: .72; }

/* line 120, theme.scss */
.esta-category::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(7, 6, 4, 0.9));
  z-index: 1; }

/* line 121, theme.scss */
.esta-category span, .esta-category em {
  position: absolute;
  z-index: 2; }

/* line 122, theme.scss */
.esta-category span {
  left: 22px;
  right: 18px;
  bottom: 44px;
  font-size: 16px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: .08em; }

/* line 123, theme.scss */
.esta-category em {
  left: 22px;
  bottom: 18px;
  color: var(--esta-accent-2);
  font-style: normal;
  font-size: 22px; }

/* line 124, theme.scss */
.esta-category:hover img {
  transform: scale(1.06);
  opacity: .92; }

/* line 126, theme.scss */
.esta-process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px; }

/* line 127, theme.scss */
.esta-process-grid div {
  min-height: 230px;
  padding: 26px;
  border-top: 1px solid var(--esta-line-strong);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  position: relative; }

/* line 128, theme.scss */
.esta-process-grid div:not(:last-child)::after {
  content: '→';
  position: absolute;
  right: -16px;
  top: 58px;
  color: var(--esta-accent);
  font-size: 28px;
  z-index: 2; }

/* line 129, theme.scss */
.esta-process-grid b {
  display: block;
  font-family: var(--esta-serif);
  font-size: 36px;
  color: var(--esta-accent);
  font-weight: 400;
  margin-bottom: 42px; }

/* line 130, theme.scss */
.esta-process-grid h3 {
  margin: 0 0 12px;
  font-size: 17px;
  color: var(--esta-text); }

/* line 131, theme.scss */
.esta-process-grid p {
  margin: 0;
  color: var(--esta-muted);
  font-size: 14px; }

/* line 133, theme.scss */
.esta-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--esta-line);
  border-bottom: 1px solid var(--esta-line); }

/* line 134, theme.scss */
.esta-why-grid div {
  padding: 34px 28px;
  border-right: 1px solid var(--esta-line);
  min-height: 160px; }

/* line 135, theme.scss */
.esta-why-grid div:last-child {
  border-right: 0; }

/* line 136, theme.scss */
.esta-why-grid span {
  color: var(--esta-accent);
  font-family: var(--esta-serif);
  font-size: 36px; }

/* line 137, theme.scss */
.esta-why-grid p {
  color: var(--esta-muted);
  margin: 14px 0 0; }

/* line 139, theme.scss */
.esta-consult {
  margin-top: 76px;
  margin-bottom: 72px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  border: 1px solid var(--esta-line);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)); }

/* line 140, theme.scss */
.esta-consult img {
  height: 340px;
  width: 100%;
  object-fit: cover; }

/* line 141, theme.scss */
.esta-consult > div {
  padding: 44px 54px; }

/* line 142, theme.scss */
.esta-consult p:not(.esta-kicker) {
  max-width: 560px;
  color: var(--esta-muted);
  font-size: 17px; }

/* line 144, theme.scss */
.esta-footer {
  border-top: 1px solid var(--esta-line);
  background: #050403; }

/* line 145, theme.scss */
.esta-footer-cta {
  width: calc(100% - 48px);
  max-width: var(--esta-max);
  margin: 0 auto;
  padding: 46px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--esta-line); }

/* line 146, theme.scss */
.esta-footer-cta h2 {
  font-size: clamp(32px, 4vw, 50px); }

/* line 147, theme.scss */
.esta-footer-cta p {
  color: var(--esta-muted);
  margin: 12px 0 0; }

/* line 148, theme.scss */
.esta-footer-grid {
  width: calc(100% - 48px);
  max-width: var(--esta-max);
  margin: 0 auto;
  padding: 46px 0;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 48px; }

/* line 149, theme.scss */
.esta-footer-grid p, .esta-footer-grid span, .esta-footer-grid a {
  display: block;
  color: var(--esta-muted);
  margin-top: 9px;
  font-size: 14px; }

/* line 150, theme.scss */
.esta-footer-grid h3 {
  color: var(--esta-accent);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  margin: 0 0 16px; }

/* line 151, theme.scss */
.esta-logo-footer {
  text-align: left;
  justify-self: start;
  margin-bottom: 18px; }

/* line 152, theme.scss */
.esta-logo-footer span {
  font-size: 28px; }

/* line 153, theme.scss */
.esta-footer-bottom {
  width: calc(100% - 48px);
  max-width: var(--esta-max);
  margin: 0 auto;
  padding: 18px 0 28px;
  display: flex;
  justify-content: space-between;
  color: var(--esta-soft);
  font-size: 12px;
  border-top: 1px solid rgba(231, 210, 184, 0.08); }

/* line 155, theme.scss */
.esta-page-hero, .esta-catalog-hero {
  padding: 88px 0 36px; }

/* line 156, theme.scss */
.esta-page-content, .esta-catalog-desc {
  max-width: 800px;
  color: var(--esta-muted);
  margin-top: 24px;
  font-size: 17px; }

/* line 157, theme.scss */
.esta-service-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 24px;
  padding-bottom: 70px; }

/* line 158, theme.scss */
.esta-service-grid > div {
  border: 1px solid var(--esta-line);
  padding: 30px;
  background: var(--esta-card); }

/* line 159, theme.scss */
.esta-service-grid h2, .esta-service-grid h3 {
  margin-top: 0; }

/* line 160, theme.scss */
.esta-service-grid p, .esta-service-grid li {
  color: var(--esta-muted); }

/* line 162, theme.scss */
.esta-products {
  padding-bottom: 80px; }

/* line 163, theme.scss */
.esta-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px; }

/* line 164, theme.scss */
.esta-product-card {
  border: 1px solid var(--esta-line);
  background: var(--esta-card);
  overflow: hidden; }

/* line 165, theme.scss */
.esta-product-media {
  display: block;
  aspect-ratio: 4/5;
  background: #0d0a08;
  overflow: hidden; }

/* line 166, theme.scss */
.esta-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease; }

/* line 167, theme.scss */
.esta-product-card:hover img {
  transform: scale(1.04); }

/* line 168, theme.scss */
.esta-product-info {
  padding: 18px; }

/* line 169, theme.scss */
.esta-product-info h2 {
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 10px; }

/* line 170, theme.scss */
.esta-product-price {
  color: var(--esta-accent-2);
  font-weight: 700;
  margin: 0 0 16px; }

/* line 171, theme.scss */
.esta-mini-btn {
  display: inline-flex;
  border-bottom: 1px solid var(--esta-line-strong);
  padding-bottom: 5px;
  color: var(--esta-muted);
  font-size: 13px; }

/* line 172, theme.scss */
.esta-pagination {
  margin-top: 36px;
  color: var(--esta-muted); }

/* line 173, theme.scss */
.esta-empty {
  border: 1px solid var(--esta-line);
  padding: 44px;
  background: var(--esta-card);
  max-width: 760px; }

/* line 174, theme.scss */
.esta-empty p {
  color: var(--esta-muted); }

/* line 176, theme.scss */
.esta-product-shell {
  padding: 76px 0;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 56px;
  align-items: start; }

/* line 177, theme.scss */
.esta-product-visual {
  background: var(--esta-card);
  border: 1px solid var(--esta-line); }

/* line 178, theme.scss */
.esta-product-visual img {
  width: 100%;
  max-height: 720px;
  object-fit: cover; }

/* line 179, theme.scss */
.esta-product-price-big {
  color: var(--esta-accent-2);
  font-size: 28px;
  margin: 24px 0; }

/* line 180, theme.scss */
.esta-product-desc {
  color: var(--esta-muted); }

/* line 181, theme.scss */
.esta-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px; }

/* line 182, theme.scss */
.esta-product-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 32px; }

/* line 183, theme.scss */
.esta-product-notes span {
  border: 1px solid var(--esta-line);
  padding: 12px;
  color: var(--esta-muted);
  font-size: 13px; }

/* line 185, theme.scss */
[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .7s ease, transform .7s ease; }

/* line 186, theme.scss */
[data-reveal].is-visible {
  opacity: 1;
  transform: none; }

@media (max-width: 1024px) {
  /* line 189, theme.scss */
  .esta-navwrap {
    grid-template-columns: 1fr auto; }

  /* line 190, theme.scss */
  .esta-logo {
    justify-self: start; }

  /* line 191, theme.scss */
  .esta-nav {
    position: fixed;
    top: 111px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    padding: 24px;
    background: rgba(7, 6, 4, 0.98);
    border-bottom: 1px solid var(--esta-line); }

  /* line 192, theme.scss */
  .esta-nav.is-open {
    display: flex; }

  /* line 193, theme.scss */
  .esta-nav a {
    padding: 10px 0; }

  /* line 194, theme.scss */
  .esta-burger {
    display: inline-flex; }

  /* line 195, theme.scss */
  .esta-category-grid {
    grid-template-columns: repeat(3, 1fr); }

  /* line 196, theme.scss */
  .esta-process-grid {
    grid-template-columns: repeat(2, 1fr); }

  /* line 197, theme.scss */
  .esta-process-grid div:not(:last-child)::after {
    display: none; }

  /* line 198, theme.scss */
  .esta-why-grid, .esta-products-grid {
    grid-template-columns: repeat(2, 1fr); }

  /* line 199, theme.scss */
  .esta-service-grid, .esta-product-shell {
    grid-template-columns: 1fr; } }
@media (max-width: 720px) {
  /* line 203, theme.scss */
  .esta-container, .esta-topline, .esta-navwrap, .esta-footer-cta, .esta-footer-grid, .esta-footer-bottom {
    width: calc(100% - 32px); }

  /* line 204, theme.scss */
  .esta-topline {
    display: none; }

  /* line 205, theme.scss */
  .esta-navwrap {
    height: 72px; }

  /* line 206, theme.scss */
  .esta-logo span {
    font-size: 25px; }

  /* line 207, theme.scss */
  .esta-nav {
    top: 72px; }

  /* line 208, theme.scss */
  .esta-actions a {
    display: none; }

  /* line 209, theme.scss */
  .esta-hero {
    min-height: auto; }

  /* line 210, theme.scss */
  .esta-hero-grid {
    min-height: 610px;
    grid-template-columns: 1fr;
    padding-top: 0; }

  /* line 211, theme.scss */
  .esta-hero-bg::after {
    background: linear-gradient(90deg, rgba(7, 6, 4, 0.96), rgba(7, 6, 4, 0.68)), linear-gradient(0deg, var(--esta-bg) 0%, transparent 24%); }

  /* line 212, theme.scss */
  .esta-lead {
    font-size: 15px; }

  /* line 213, theme.scss */
  .esta-hero-scroll {
    display: none; }

  /* line 214, theme.scss */
  .esta-trust-row {
    margin-top: 0;
    grid-template-columns: 1fr 1fr; }

  /* line 215, theme.scss */
  .esta-trust-row div {
    padding: 18px 14px 18px 0; }

  /* line 216, theme.scss */
  .esta-section {
    padding-top: 54px; }

  /* line 217, theme.scss */
  .esta-category-grid, .esta-process-grid, .esta-why-grid, .esta-products-grid {
    grid-template-columns: 1fr; }

  /* line 218, theme.scss */
  .esta-category {
    min-height: 220px; }

  /* line 219, theme.scss */
  .esta-consult {
    grid-template-columns: 1fr;
    margin-top: 54px; }

  /* line 220, theme.scss */
  .esta-consult img {
    height: 250px; }

  /* line 221, theme.scss */
  .esta-consult > div {
    padding: 28px; }

  /* line 222, theme.scss */
  .esta-footer-cta, .esta-footer-bottom {
    display: block; }

  /* line 223, theme.scss */
  .esta-footer-cta .esta-btn {
    margin-top: 22px; }

  /* line 224, theme.scss */
  .esta-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px; }

  /* line 225, theme.scss */
  .esta-product-notes {
    grid-template-columns: 1fr; } }
/* ЭСТА v2 — интерактивные и редактируемые секции */
/* line 230, theme.scss */
.esta-tabs-section {
  padding-top: 82px; }

/* line 231, theme.scss */
.esta-tabs {
  border: 1px solid var(--esta-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)); }

/* line 232, theme.scss */
.esta-tab-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--esta-line); }

/* line 233, theme.scss */
.esta-tab-buttons button {
  min-height: 64px;
  border: 0;
  border-right: 1px solid var(--esta-line);
  background: transparent;
  color: var(--esta-muted);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px; }

/* line 234, theme.scss */
.esta-tab-buttons button:last-child {
  border-right: 0; }

/* line 235, theme.scss */
.esta-tab-buttons button.is-active {
  color: #1b120c;
  background: var(--esta-accent-2); }

/* line 236, theme.scss */
.esta-tab-panels {
  padding: 36px; }

/* line 237, theme.scss */
.esta-tab-panel {
  display: none;
  max-width: 860px; }

/* line 238, theme.scss */
.esta-tab-panel.is-active {
  display: block; }

/* line 239, theme.scss */
.esta-tab-panel h3 {
  font-family: var(--esta-serif);
  font-size: 34px;
  font-weight: 400;
  margin: 0 0 16px; }

/* line 240, theme.scss */
.esta-tab-panel p, .esta-tab-panel li {
  color: var(--esta-muted);
  font-size: 16px; }

/* line 241, theme.scss */
.esta-tab-panel ul {
  margin: 20px 0 0;
  padding-left: 18px; }

/* line 243, theme.scss */
.esta-calc-section {
  padding-top: 82px; }

/* line 244, theme.scss */
.esta-calc-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  padding: 38px;
  border: 1px solid var(--esta-line);
  background: radial-gradient(circle at 90% 20%, rgba(177, 130, 87, 0.18), rgba(0, 0, 0, 0) 28rem), rgba(255, 255, 255, 0.035); }

/* line 245, theme.scss */
.esta-calc-card h2, .esta-form-copy h2, .esta-info-card h2 {
  font-family: var(--esta-serif);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  font-weight: 400;
  margin: 0 0 18px; }

/* line 246, theme.scss */
.esta-calc-card p, .esta-form-copy p, .esta-info-card p {
  color: var(--esta-muted); }

/* line 247, theme.scss */
.esta-calc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  align-items: end; }

/* line 248, theme.scss */
.esta-calc label, .esta-request-form label {
  display: grid;
  gap: 8px;
  color: var(--esta-soft);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em; }

/* line 249, theme.scss */
.esta-calc select, .esta-request-form input, .esta-request-form textarea {
  width: 100%;
  border: 1px solid var(--esta-line);
  background: rgba(5, 4, 3, 0.62);
  color: var(--esta-text);
  padding: 15px 16px;
  outline: none; }

/* line 250, theme.scss */
.esta-calc select:focus, .esta-request-form input:focus, .esta-request-form textarea:focus {
  border-color: var(--esta-accent-2); }

/* line 251, theme.scss */
.esta-calc-result {
  grid-column: 1 / 3;
  min-height: 68px;
  border: 1px solid var(--esta-line);
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* line 252, theme.scss */
.esta-calc-result span {
  color: var(--esta-soft);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em; }

/* line 253, theme.scss */
.esta-calc-result strong {
  color: var(--esta-accent-2);
  font-size: 26px;
  line-height: 1.15; }

/* line 255, theme.scss */
.esta-faq-section {
  padding-top: 82px;
  padding-bottom: 24px; }

/* line 256, theme.scss */
.esta-faq {
  border-top: 1px solid var(--esta-line); }

/* line 257, theme.scss */
.esta-faq button {
  width: 100%;
  min-height: 72px;
  border: 0;
  border-bottom: 1px solid var(--esta-line);
  background: transparent;
  color: var(--esta-text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  cursor: pointer;
  font-size: 18px; }

/* line 258, theme.scss */
.esta-faq button em {
  color: var(--esta-accent-2);
  font-style: normal;
  font-size: 28px;
  transition: transform .25s ease; }

/* line 259, theme.scss */
.esta-faq button.is-active em {
  transform: rotate(45deg); }

/* line 260, theme.scss */
.esta-faq button + div {
  display: none;
  padding: 0 0 24px;
  max-width: 780px;
  color: var(--esta-muted); }

/* line 261, theme.scss */
.esta-faq button.is-active + div {
  display: block; }

/* line 263, theme.scss */
.esta-page-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-bottom: 48px; }

/* line 264, theme.scss */
.esta-info-card {
  border: 1px solid var(--esta-line);
  background: var(--esta-card);
  padding: 30px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

/* line 265, theme.scss */
.esta-info-card .esta-btn {
  margin-top: auto; }

/* line 266, theme.scss */
.esta-form-section {
  margin-bottom: 78px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 32px;
  border: 1px solid var(--esta-line);
  padding: 36px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018)); }

/* line 267, theme.scss */
.esta-request-form {
  display: grid;
  gap: 14px; }

/* line 268, theme.scss */
.esta-request-form textarea {
  resize: vertical; }

/* line 269, theme.scss */
.esta-form-status {
  color: var(--esta-soft);
  margin: 0; }

/* line 270, theme.scss */
.esta-form-status.is-success {
  color: #b8e6be; }

/* line 271, theme.scss */
.esta-form-status.is-error {
  color: #f1b4a9; }

@media (max-width: 1024px) {
  /* line 274, theme.scss */
  .esta-calc-card, .esta-form-section {
    grid-template-columns: 1fr; }

  /* line 275, theme.scss */
  .esta-calc {
    grid-template-columns: 1fr; }

  /* line 276, theme.scss */
  .esta-calc-result {
    grid-column: auto; }

  /* line 277, theme.scss */
  .esta-page-blocks {
    grid-template-columns: 1fr; } }
@media (max-width: 720px) {
  /* line 280, theme.scss */
  .esta-tab-buttons {
    grid-template-columns: 1fr; }

  /* line 281, theme.scss */
  .esta-tab-buttons button {
    border-right: 0;
    border-bottom: 1px solid var(--esta-line); }

  /* line 282, theme.scss */
  .esta-tab-panels, .esta-calc-card, .esta-form-section {
    padding: 24px; } }
