/* Start custom CSS for html, class: .elementor-element-3faedcf */.ebs-page {
  --ebs-bg: #ffffff;
  --ebs-soft: #f3f6f8;
  --ebs-text: #17212a;
  --ebs-muted: #59656f;
  --ebs-line: #d9e0e5;
  --ebs-yellow: #f2b705;
  --ebs-yellow-dark: #8a6600;
  --ebs-dark: #17212a;
  --ebs-radius: 22px;
  --ebs-shadow: 0 16px 40px rgba(23, 33, 42, 0.09);
  color: var(--ebs-text);
  background: var(--ebs-bg);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.65;
}

.ebs-page,
.ebs-page * {
  box-sizing: border-box;
}

.ebs-page h1,
.ebs-page h2,
.ebs-page h3,
.ebs-page h4 {
  color: var(--ebs-text) !important;
  -webkit-text-fill-color: var(--ebs-text) !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.ebs-page p,
.ebs-page li,
.ebs-page span,
.ebs-page summary {
  opacity: 1;
}

.ebs-page a {
  color: inherit;
}

.ebs-container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.ebs-hero {
  padding: clamp(52px, 8vw, 96px) 0 48px;
  border-bottom: 1px solid var(--ebs-line);
  background:
    radial-gradient(circle at 88% 10%, rgba(242, 183, 5, 0.23), transparent 30%),
    linear-gradient(145deg, #fffdf6 0%, #f1f6f8 100%);
}

.ebs-eyebrow,
.ebs-kicker {
  margin: 0 0 12px;
  color: var(--ebs-yellow-dark) !important;
  -webkit-text-fill-color: var(--ebs-yellow-dark) !important;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ebs-hero h1,
.ebs-section h2 {
  margin: 0;
  text-wrap: balance;
}

.ebs-hero h1 {
  max-width: 920px;
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.ebs-lead {
  max-width: 920px;
  margin: 24px 0 0;
  color: #36434d !important;
  font-size: clamp(1.04rem, 2vw, 1.26rem);
}

.ebs-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.ebs-tags span {
  padding: 8px 12px;
  border: 1px solid #d7dde1;
  border-radius: 999px;
  color: #34414a;
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 750;
}

.ebs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.ebs-actions-left {
  justify-content: flex-start;
}

.ebs-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 820;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.ebs-btn:hover {
  transform: translateY(-2px);
}

.ebs-btn-primary {
  color: #17212a !important;
  background: var(--ebs-yellow);
  box-shadow: 0 12px 26px rgba(242, 183, 5, 0.22);
}

.ebs-btn-primary:hover {
  background: #ffd34f;
}

.ebs-btn-secondary {
  border-color: var(--ebs-line);
  color: var(--ebs-text) !important;
  background: #ffffff;
}

.ebs-btn-link {
  color: var(--ebs-text) !important;
  background: transparent;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.ebs-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.ebs-facts article {
  min-height: 122px;
  padding: 20px;
  border: 1px solid var(--ebs-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
}

.ebs-facts strong,
.ebs-facts span {
  display: block;
}

.ebs-facts strong {
  margin-bottom: 8px;
  color: var(--ebs-text);
  font-size: 1.25rem;
}

.ebs-facts span {
  color: var(--ebs-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.ebs-nav {
  border-bottom: 1px solid var(--ebs-line);
  background: #ffffff;
}

.ebs-nav-inner {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  scrollbar-width: thin;
}

.ebs-nav a {
  flex: 0 0 auto;
  color: #4f5b64 !important;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none !important;
}

.ebs-nav a:hover {
  color: #17212a !important;
}

.ebs-section {
  padding: clamp(56px, 8vw, 94px) 0;
  scroll-margin-top: 72px;
}

.ebs-section-soft {
  background: var(--ebs-soft);
}

.ebs-section-accent {
  background: #fff9df;
}

.ebs-section h2 {
  max-width: 920px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.14;
  letter-spacing: -0.025em;
}

.ebs-section h3 {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.32;
}

.ebs-section p {
  max-width: 920px;
  margin: 17px 0 0;
  color: var(--ebs-muted);
}

.ebs-intro {
  font-size: 1.04rem;
}

.ebs-direct-answer {
  padding: clamp(24px, 5vw, 42px);
  border: 1px solid var(--ebs-line);
  border-radius: var(--ebs-radius);
  background: #ffffff;
  box-shadow: var(--ebs-shadow);
}

.ebs-service-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.ebs-service-links a {
  display: flex;
  min-height: 178px;
  flex-direction: column;
  padding: 21px;
  border: 1px solid var(--ebs-line);
  border-radius: 18px;
  color: var(--ebs-text) !important;
  background: var(--ebs-soft);
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ebs-service-links a:hover {
  transform: translateY(-4px);
  box-shadow: var(--ebs-shadow);
}

.ebs-service-links span {
  color: var(--ebs-yellow-dark);
  font-weight: 900;
}

.ebs-service-links strong {
  margin-top: auto;
  font-size: 1.05rem;
}

.ebs-service-links small {
  margin-top: 7px;
  color: var(--ebs-muted);
  line-height: 1.45;
}

.ebs-scenarios {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.ebs-card {
  padding: 26px;
  border: 1px solid var(--ebs-line);
  border-radius: var(--ebs-radius);
  background: #ffffff;
}

.ebs-card p {
  margin-top: 12px;
}

.ebs-badge {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #684e00;
  background: #fff0b5;
  font-size: 0.78rem;
  font-weight: 850;
}

.ebs-warning {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) 1fr;
  gap: 18px;
  margin-top: 24px;
  padding: 20px 22px;
  border-left: 5px solid var(--ebs-yellow);
  border-radius: 15px;
  background: #ffffff;
}

.ebs-warning strong {
  color: var(--ebs-text);
}

.ebs-warning p {
  margin: 0;
}

.ebs-check-grid,
.ebs-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.ebs-check-grid article,
.ebs-work-grid article {
  min-height: 220px;
  padding: 25px;
  border: 1px solid var(--ebs-line);
  border-radius: var(--ebs-radius);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(23, 33, 42, 0.05);
}

.ebs-check-grid article > span,
.ebs-work-grid article > span {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--ebs-yellow-dark);
  font-weight: 900;
}

.ebs-check-grid p,
.ebs-work-grid p {
  margin-top: 12px;
  font-size: 0.96rem;
}

.ebs-decision {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.ebs-decision article {
  padding: 26px;
  border: 1px solid #eadb9b;
  border-radius: var(--ebs-radius);
  background: #ffffff;
}

.ebs-decision h3 {
  margin-top: 18px;
}

.ebs-decision ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--ebs-muted);
}

.ebs-status {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ebs-status-ok {
  color: #176b42;
  background: #e8f7ef;
}

.ebs-status-add {
  color: #805d00;
  background: #fff0b5;
}

.ebs-status-replace {
  color: #8e2d2d;
  background: #fdeaea;
}

.ebs-room-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.ebs-room-card {
  padding: 27px;
  border: 1px solid var(--ebs-line);
  border-radius: var(--ebs-radius);
  background: #ffffff;
}

.ebs-room-card ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--ebs-muted);
}

.ebs-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.ebs-inline-links a {
  padding: 8px 11px;
  border: 1px solid var(--ebs-line);
  border-radius: 999px;
  color: #6d5200 !important;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none !important;
}

.ebs-split {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
  gap: 28px;
  align-items: start;
}

.ebs-checklist {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.ebs-checklist li {
  position: relative;
  padding-left: 27px;
  color: var(--ebs-muted);
}

.ebs-checklist li::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 11px;
  height: 11px;
  border: 3px solid var(--ebs-yellow);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.ebs-side-card {
  padding: 28px;
  border: 1px solid var(--ebs-line);
  border-radius: var(--ebs-radius);
  background: var(--ebs-soft);
  box-shadow: var(--ebs-shadow);
}

.ebs-side-card ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--ebs-muted);
}

.ebs-side-card a {
  display: inline-block;
  margin-top: 22px;
  color: #6d5200 !important;
  font-weight: 820;
  text-underline-offset: 4px;
}

.ebs-timeline {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.ebs-timeline li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  position: relative;
  padding: 0 0 30px;
}

.ebs-timeline li:not(:last-child)::before {
  position: absolute;
  top: 48px;
  bottom: 0;
  left: 26px;
  width: 2px;
  background: var(--ebs-line);
  content: "";
}

.ebs-timeline li > span {
  display: inline-flex;
  z-index: 1;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border: 6px solid var(--ebs-soft);
  border-radius: 50%;
  color: var(--ebs-text);
  background: var(--ebs-yellow);
  font-weight: 900;
}

.ebs-timeline p {
  margin-top: 8px;
}

.ebs-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.ebs-price-grid article {
  padding: 26px;
  border: 1px solid var(--ebs-line);
  border-radius: var(--ebs-radius);
  background: #ffffff;
  box-shadow: var(--ebs-shadow);
}

.ebs-price-grid span,
.ebs-price-grid strong {
  display: block;
}

.ebs-price-grid span {
  color: var(--ebs-muted);
  font-size: 0.9rem;
  font-weight: 780;
}

.ebs-price-grid strong {
  margin-top: 10px;
  color: var(--ebs-text);
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  line-height: 1.2;
}

.ebs-price-grid p {
  margin-top: 12px;
  font-size: 0.94rem;
}

.ebs-guarantee {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.ebs-guarantee > div {
  padding: 22px;
  border-radius: 18px;
  background: var(--ebs-soft);
}

.ebs-guarantee strong {
  display: block;
  color: var(--ebs-text);
  font-size: 1.2rem;
}

.ebs-guarantee p {
  margin-top: 7px;
  font-size: 0.91rem;
}

.ebs-norms {
  border-top: 1px solid var(--ebs-line);
  border-bottom: 1px solid var(--ebs-line);
  background: #eef3f5;
}

.ebs-safety {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  margin-top: 26px;
  padding: 20px 22px;
  border-left: 5px solid var(--ebs-yellow);
  border-radius: 14px;
  background: #ffffff;
}

.ebs-safety p {
  margin: 0;
}

.ebs-faq {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.ebs-faq details {
  border: 1px solid var(--ebs-line);
  border-radius: 16px;
  background: #ffffff;
}

.ebs-faq summary {
  position: relative;
  padding: 20px 52px 20px 20px;
  cursor: pointer;
  color: var(--ebs-text) !important;
  font-weight: 820;
  list-style: none;
}

.ebs-faq summary::-webkit-details-marker {
  display: none;
}

.ebs-faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #6d5200;
  font-size: 1.35rem;
  content: "+";
  transform: translateY(-50%);
}

.ebs-faq details[open] summary::after {
  content: "−";
}

.ebs-faq details p {
  margin: 0;
  padding: 0 20px 20px;
}

.ebs-cta {
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 10%, rgba(242, 183, 5, 0.25), transparent 30%),
    var(--ebs-dark);
}

.ebs-page .ebs-cta h2,
.ebs-page .ebs-cta h3 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.ebs-cta .ebs-kicker {
  color: #ffd34f !important;
  -webkit-text-fill-color: #ffd34f !important;
}

.ebs-cta p {
  color: rgba(255, 255, 255, 0.78) !important;
}

.ebs-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.8fr);
  gap: 34px;
  align-items: center;
}

.ebs-cta .ebs-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.ebs-btn-light {
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.09);
}

.ebs-btn-phone {
  color: #ffffff !important;
  background: transparent;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.ebs-related {
  padding-top: 46px;
  padding-bottom: 56px;
}

.ebs-related h2 {
  font-size: 1.5rem;
}

.ebs-related-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.ebs-related-grid a {
  padding: 10px 14px;
  border: 1px solid var(--ebs-line);
  border-radius: 999px;
  color: #4e5962 !important;
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none !important;
}

.ebs-related-grid a:hover {
  color: var(--ebs-text) !important;
  background: var(--ebs-soft);
}

@media (max-width: 980px) {
  .ebs-service-links,
  .ebs-scenarios,
  .ebs-check-grid,
  .ebs-decision,
  .ebs-work-grid,
  .ebs-price-grid,
  .ebs-guarantee {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ebs-split,
  .ebs-cta-inner {
    grid-template-columns: 1fr;
  }

  .ebs-cta .ebs-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .ebs-container {
    width: min(100% - 22px, 1160px);
  }

  .ebs-hero {
    padding-top: 44px;
    padding-bottom: 38px;
  }

  .ebs-facts,
  .ebs-service-links,
  .ebs-scenarios,
  .ebs-check-grid,
  .ebs-decision,
  .ebs-work-grid,
  .ebs-room-grid,
  .ebs-price-grid,
  .ebs-guarantee {
    grid-template-columns: 1fr;
  }

  .ebs-actions {
    align-items: stretch;
  }

  .ebs-actions .ebs-btn {
    width: 100%;
  }

  .ebs-warning,
  .ebs-safety {
    grid-template-columns: 1fr;
  }

  .ebs-direct-answer,
  .ebs-card,
  .ebs-check-grid article,
  .ebs-decision article,
  .ebs-work-grid article,
  .ebs-room-card,
  .ebs-side-card,
  .ebs-price-grid article {
    padding: 21px;
    border-radius: 17px;
  }

  .ebs-check-grid article,
  .ebs-work-grid article {
    min-height: auto;
  }

  .ebs-timeline li {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }

  .ebs-timeline li > span {
    width: 44px;
    height: 44px;
    border-width: 4px;
  }

  .ebs-timeline li:not(:last-child)::before {
    top: 39px;
    left: 21px;
  }

  .ebs-faq summary {
    padding: 18px 46px 18px 17px;
  }

  .ebs-faq summary::after {
    right: 17px;
  }

  .ebs-faq details p {
    padding: 0 17px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ebs-page *,
  .ebs-page *::before,
  .ebs-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}/* End custom CSS */