.service-h1-hero {
  background: #faf6f0;
  color: #2b2118;
  overflow: clip;
}

.service-h1-hero--has-media {
  position: relative;
  background: transparent;
}

.service-h1-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: 560px;
	margin-bottom: 50px;
}

.service-h1-hero--has-media .service-h1-hero__inner {
  display: block;
  position: relative;
  z-index: 1;
  min-height: 560px;
  margin-bottom: 50px;
}

.service-h1-hero__inner--no-media {
  grid-template-columns: minmax(0, 1fr);
  min-height: auto;
}

.service-h1-hero__content-wrap {
  display: flex;
  align-items: center;
  z-index: 2;
  padding: 48px 40px 48px max(16px, calc((100vw - 1320px) / 2 + 16px));
}

.service-h1-hero--has-media .service-h1-hero__content-wrap {
  position: relative;
  z-index: 2;
  min-height: 560px;
}

.service-h1-hero__inner--no-media .service-h1-hero__content-wrap {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 48px 16px;
}

.service-h1-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
}

.service-h1-hero__slogan {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.service-h1-hero__slogan-text {
  color: var(--service-h1-slog-color, #000000);
}

.service-h1-hero__slogan-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

.service-h1-hero__title {
  margin: 0 0 16px;
  color: var(--service-h1-title-color, #000000);
  font-size: clamp(34px, 3.2vw, 52px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.02em;
}


.service-h1-hero__desc {
  margin: 0 0 24px;
  color: var(--service-h1-desc-color, #000000);
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.service-h1-hero__price-card {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: 0 8px 32px rgba(43, 33, 24, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
}

.service-h1-hero__price-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  width: auto;
  min-width: 88px;
  height: auto;
  padding: 20px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0;
  background: transparent;
}

.service-h1-hero__price-icon img {
  display: block;
  width: 100px;
  height: 100px;
  padding: 14px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #f3ebe1;
  object-fit: contain;
}

.service-h1-hero__price-body {
  min-width: 0;
  flex: 1;
  padding: 20px 22px 20px 20px;
}

.service-h1-hero__price-badge {
  display: inline-block;
  margin-bottom: 8px;
  color: #783e19;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.service-h1-hero__price-name {
  margin: 0 0 6px;
  color: var(--service-h1-price-name-color, #000000);
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.service-h1-hero__price-value {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0 0 6px;
  color: #783e19;
  font-size: clamp(30px, 2.8vw, 40px);
  font-weight: 700;
  line-height: 1.1;
}

.service-h1-hero__price-amount {
  font: inherit;
  color: inherit;
}

.service-h1-hero__price-currency {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.42em;
  font-weight: 400;
  line-height: 1;
  color: #783e19;
}

.service-h1-hero__price-desc {
  margin: 0;
  color: var(--service-h1-price-desc-color, #000000);
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.service-h1-hero__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  width: 100%;
  margin-bottom: 28px;
}

@media (min-width: 992px) {
  .service-h1-hero__actions {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px 28px;
  }

  .service-h1-hero__btn {
    flex: 0 1 auto;
    min-width: 260px;
    max-width: 420px;
  }

  .service-h1-hero__link {
    flex: 0 0 auto;
  }
}

.service-h1-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  flex: 1 1 auto;
  max-width: 100%;
  min-height: 54px;
  padding: 16px 28px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  box-sizing: border-box;
}

.service-h1-hero__btn--primary {
  background: #94B798;
  border: 1px solid #94B798;
  color: #fff;
}

.service-h1-hero__btn--primary:hover {
  background: #6c896f;
  border-color: #6c896f;
  color: #fff;
}

.service-h1-hero__btn-text,
.service-h1-hero__link-text {
  display: inline-block;
}

.service-h1-hero__btn-arrow,
.service-h1-hero__link-arrow {
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}

.service-h1-hero__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 0 0 auto;
  align-self: center;
  margin-top: 0;
  padding: 0 0 5px;
  color: #783e19;
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  background: none;
  border: 0;
  border-bottom: 1px solid #783e19;
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.service-h1-hero__link:hover {
  color: #5f3114;
  border-bottom-color: #5f3114;
}

.service-h1-hero__benefits {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-h1-hero__benefit {
  display: flex;
  flex: 1 1 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-width: 0;
  padding: 0 14px;
  text-align: left;
}

.service-h1-hero__benefit + .service-h1-hero__benefit {
  border-left: 1px solid rgba(120, 62, 25, 0.18);
}

.service-h1-hero__benefit-icon {
  flex-shrink: 0;
  display: block;
  width: 60px;
  height: 60px;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #f3ebe1;
  object-fit: contain;
}

.service-h1-hero__benefit-text {
  flex: 1;
  min-width: 0;
  color: var(--service-h1-perevag-color, #000000);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}

.service-h1-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  min-height: 560px;
  overflow: hidden;
}

.service-h1-hero__media::before {
  display: none;
}

.service-h1-hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center center;
}

.service-h1-hero__image--mobile {
  display: none;
}

@media (max-width: 991px) {
  .service-h1-hero--has-media {
    display: flex;
    flex-direction: column;
    background: #faf6f0;
    --service-h1-title-color: #000000;
    --service-h1-slog-color: #000000;
    --service-h1-desc-color: #000000;
    --service-h1-price-name-color: #000000;
    --service-h1-price-desc-color: #000000;
    --service-h1-perevag-color: #000000;
  }

  .service-h1-hero--has-media .service-h1-hero__slogan-text,
  .service-h1-hero--has-media .service-h1-hero__title,
  .service-h1-hero--has-media .service-h1-hero__desc,
  .service-h1-hero--has-media .service-h1-hero__price-name,
  .service-h1-hero--has-media .service-h1-hero__price-desc,
  .service-h1-hero--has-media .service-h1-hero__benefit-text {
    color: #000000 !important;
  }

  .service-h1-hero--has-media .service-h1-hero__inner,
  .service-h1-hero--has-media .service-h1-hero__content-wrap,
  .service-h1-hero--has-media .service-h1-hero__media {
    min-height: 0;
  }

  .service-h1-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .service-h1-hero__content-wrap {
    padding: 32px 16px 20px;
  }

  .service-h1-hero--has-media .service-h1-hero__inner {
    order: 1;
    display: block;
    margin-bottom: 0;
  }

  .service-h1-hero--has-media .service-h1-hero__content-wrap {
    position: relative;
    z-index: 2;
    min-height: 0;
    padding-bottom: 20px;
  }

  .service-h1-hero__content {
    max-width: none;
  }

  .service-h1-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .service-h1-hero__btn {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .service-h1-hero__link {
    align-self: center;
    white-space: normal;
  }

  .service-h1-hero--has-media .service-h1-hero__media {
    position: relative;
    inset: auto;
    order: 2;
    width: 100%;
    min-height: 280px;
    margin-top: 0;
  }

  .service-h1-hero--has-media .service-h1-hero__media::before {
    display: block;
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 1;
    width: 100%;
    height: 56px;
    background: linear-gradient(180deg, #faf6f0 0%, rgba(250, 246, 240, 0) 100%);
    pointer-events: none;
  }

  .service-h1-hero__image {
    position: relative;
    inset: auto;
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    object-position: center center;
  }

  .service-h1-hero__image--desktop {
    display: none;
  }

  .service-h1-hero__image--mobile {
    display: block;
  }

  .service-h1-hero__benefit-text {
    font-size: 11px;
  }
}

@media (max-width: 575px) {
  .service-h1-hero__title {
    font-size: 30px;
  }

  .service-h1-hero__price-card {
    padding: 0;
  }

  .service-h1-hero__price-icon {
    min-width: 72px;
    padding: 16px;
  }

  .service-h1-hero__price-body {
    padding: 16px;
  }

  .service-h1-hero__benefit {
    padding: 0 6px;
  }
}


}