.case-popup {
	position: fixed;
	inset: 0;
	z-index: 9999;
}

.case-popup__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
}

.case-popup__dialog {
	position: relative;
	z-index: 1;
	width: min(900px, calc(100% - 40px));
	margin: 40px auto;
	padding: 24px;
	background: #fff;
	border-radius: 16px;
}

.case-popup__close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
}

.case-popup__content {
	position: relative;
	z-index: 1;
}

body.case-popup-is-open {
	overflow: hidden;
}
#case-popup[hidden] {
	display: none;
}




.ui-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border-radius: 100px;
  padding: 13px;
  min-height: 46px;
  cursor: pointer;
}
.ui-button__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.36;
  text-align: center;
  white-space: nowrap;
}
.ui-button--primary {
  background: #3C6760;
  color: #fff;
}
.ui-button--primary:hover {
  background-color: rgb(66, 114, 106);
  color: #fff;
}

@media (max-width: 689.98px) {
  .ui-button__text {
    white-space: normal;
  }
}
.block-hero {
  font-family: "Manrope", sans-serif;
  color: #0D0D0D;
}
.block-hero__container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr clamp(207px, 38vw, 480px);
  grid-template-rows: repeat(4, auto);
  gap: 0 clamp(10px, 3vw, 44px);
}
.block-hero__container > * {
  min-width: 0;
}
.block-hero__feature-text, .block-hero__description, .block-hero__note, .block-hero__badge-text, .block-hero__title-sub {
  overflow-wrap: anywhere;
}
.block-hero__title {
  font-size: clamp(70px, 10vw, 144px);
  position: relative;
  margin: 0;
  max-width: 719px;
  margin-left: -4px;
  padding-bottom: 0.4513888em;
  margin-bottom: 0.18055em;
}
.block-hero__title-main {
  display: block;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.08em;
  color: #FAA754;
  position: relative;
  z-index: 1;
}
.block-hero__title-label {
  display: inline-block;
  font-weight: 600;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.11;
  -webkit-backdrop-filter: blur(9.5px);
          backdrop-filter: blur(9.5px);
  background: rgba(60, 103, 96, 0.07);
  border-radius: 12px;
  max-width: 287px;
  padding: clamp(9px, 1.5vw, 19px) clamp(8px, 2vw, 23px);
  position: absolute;
  z-index: 5;
  bottom: 16px;
  left: 4px;
}
.block-hero__title-sub {
  display: inline-block;
  font-weight: 600;
  font-size: clamp(16px, 2.5vw, 34px);
  line-height: 0.97;
  letter-spacing: -0.03em;
  max-width: 331px;
  padding-bottom: 8px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: clamp(10px, 1vw, 59px);
}
.block-hero__features {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 232px));
  grid-column: 1/2;
}
.block-hero__feature {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 20px 20px 13px 20px;
}
.block-hero__feature-title {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
}
.block-hero__feature-text {
  margin: 0;
  font-weight: 300;
  font-size: 10px;
  line-height: 1.2;
  color: rgba(69, 74, 72, 0.68);
}
.block-hero__description {
  margin: 0;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.125;
  max-width: 445px;
  margin-top: 2.3125em;
  margin-bottom: 1.9375em;
}
.block-hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: clamp(10px, 2vw, 21px);
}
.block-hero__button {
  padding-left: 33px;
  padding-right: 33px;
}
.block-hero__note {
  margin: 0;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-hero__note-strong {
  font-weight: 600;
  line-height: 1.4;
}
.block-hero__note-normal {
  font-weight: 300;
  line-height: 1.2;
  color: rgba(69, 74, 72, 0.68);
}
.block-hero__media {
  background-image: url("../images/hero-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  grid-column: 2/-1;
  grid-row: 1/-1;
  margin-top: 34px;
  border-radius: 20px;
  min-height: 480px;
}
.block-hero__badge {
  position: absolute;
  top: 44px;
  right: 10px;
  z-index: 1;
  max-width: 178px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 20px 20px 18px 20px;
}
.block-hero__badge-text {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 10px;
  line-height: 1.2;
  color: rgba(69, 74, 72, 0.68);
}
.block-hero__badge-link {
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
  color: #3C6760;
}

@media (max-width: 689.98px) {
  .block-hero__container {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    justify-items: center;
  }
  .block-hero__title {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .block-hero__title-label {
    position: relative;
    left: auto;
    bottom: 13px;
    max-width: 215px;
    margin: 0 auto;
    padding: 9px 8px 11px;
  }
  .block-hero__title-sub {
    position: relative;
    right: auto;
    bottom: 8px;
    padding: 0;
  }
  .block-hero__media {
    grid-column: auto;
    grid-row: 2/3;
    height: 204px;
    max-width: 207px;
    margin-top: 23px;
    margin-bottom: 22px;
    min-height: auto;
    width: 100%;
    background-image: url(../images/hero-bg-mobile.webp);
  }
  .block-hero__description {
    margin: 0;
    margin-bottom: 20px;
    max-width: 281px;
    grid-row: 3/4;
    text-align: center;
  }
  .block-hero__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    margin-bottom: 27px;
    grid-row: 4/5;
    gap: 20px;
  }
  .block-hero__note {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block-hero__note-normal {
    text-align: center;
  }
  .block-hero__badge {
    position: static;
    max-width: 232px;
  }
  .block-hero__badge-text {
    margin-bottom: 23px;
  }
  .block-hero__features {
    grid-template-columns: 1fr;
    grid-column: auto;
    max-width: 232px;
    margin-bottom: 20px;
  }
  .block-hero__feature {
    min-height: 90px;
  }
  .block-hero__button {
    max-width: 325px;
    width: 100%;
  }
}
.block-results {
  font-family: "Manrope", sans-serif;
  color: #0D0D0D;
  padding-top: 107px;
  padding-bottom: 91px;
}
.block-results__title {
  margin: 0 auto;
  font-size: clamp(23px, 4vw, 45px);
  font-weight: 400;
  line-height: 1.1512;
  text-align: center;
  margin-bottom: 0.955555em;
  max-width: 647px;
}
.block-results__cards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 325px), 400px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 54px;
}
.block-results__card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  min-height: 184px;
  min-width: 0;
}
.block-results__card-label {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3333333;
  margin: 0;
  margin-bottom: 1.25em;
}
.block-results__card-title {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.03em;
  margin: 0;
  margin-bottom: 0.8em;
}
.block-results__card-text {
  font-weight: 300;
  font-size: 10px;
  line-height: 1.2;
  color: rgba(69, 74, 72, 0.68);
  max-width: 274px;
  margin: 0;
}
.block-results__bottom {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.block-results__bottom-title {
  margin: 0;
  margin-bottom: 0.55em;
  font-weight: 600;
  font-size: clamp(18px, 2vw, 20px);
  line-height: 0.96;
  text-align: center;
  letter-spacing: -0.03em;
}
.block-results__bottom-text {
  margin: 0;
  margin-bottom: 1.8125em;
  font-weight: 400;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.2177;
  text-align: center;
  color: rgba(13, 13, 13, 0.68);
}
.block-results__button {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 689.98px) {
  .block-results {
    padding-bottom: 63px;
    padding-bottom: 77px;
  }
  .block-results__title {
    max-width: 293px;
    margin-bottom: 37px;
  }
  .block-results__cards {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 325px;
    margin: 0 auto 49px;
  }
  .block-results__card-title {
    margin-bottom: 22px;
  }
  .block-results__bottom {
    max-width: 342px;
  }
  .block-results__bottom-title {
    margin-bottom: 17px;
  }
  .block-results__bottom-text {
    margin-bottom: 32px;
  }
}