html,
body {
  overflow-x: hidden;
}

:root {
  --df-page-gutter: 15px;
}

.df-page {
  position: relative;
  overflow-x: clip;
}

.df-container,
._container {
  width: min(calc(100% - 2 * var(--df-page-gutter)), var(--content-max-width));
  margin-inline: auto;
  /* globals-тегі padding: 0 15px + calc gutter = қосарланған отступ */
  padding-inline: 0;
}

.df-main {
  display: grid;
  gap: 96px;
  padding: 56px 0 96px;
}

.df-main>section {
  width: 100%;
}

.df-main>section,
.df-about,
.df-about__content,
.df-symptoms-section,
.df-symptoms__content,
.df-audience,
.df-benefits,
.df-course,
.df-course__content,
.df-card,
.df-acc__trigger {
  min-width: 0;
}

.df-main img {
  max-width: 100%;
  height: auto;
}

.df-main h2,
.df-main .df-useful > h1 {
  margin: 0;
  color: #000;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.df-muted,
.df-main p:not(.df-about__item-text):not(.df-advantages-card__lead) {
  margin: 0;
  color: #737373;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  max-width: 450px;
}

.df-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 0;
  border-radius: 999px;
  background: #DA357A;
  color: #fff;
  padding: 14px 24px;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 40px;
  gap: 8px;
}

.df-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(181, 96, 209, 0.3);
}

/* df-btn--where: хедердегі «Где купить?» | df-btn--hero-cta: hero «Купить сейчас» */
.df-btn--lg {
  display: flex;
  padding: 24px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 9999px;
  background: #DA357A;
  font-size: 18px;
  height: 56px;
}

/* === HERO === */
.df-hero {
  position: relative;
  min-height: 700px;
  padding-top: 24px;
  isolation: isolate;
}

.df-header-only {
  position: relative;
  padding: 24px 0 12px;
  z-index: 2000;
  isolation: isolate;
  overflow: visible;
}

.df-hero__bg {
  position: absolute;
  top: 135px;
  bottom: 0;
  left: 50%;
  width: min(calc(100% - 2 * var(--df-page-gutter)), var(--content-max-width));
  max-width: 100%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}

.df-hero__deco {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 915px;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}

.df-hero__deco-ellipse {
  position: absolute;
  pointer-events: none;
}

.df-hero__deco-ellipse--right {
  top: -337px;
  left: calc(50% + 476px);
  width: 817px;
  height: 817px;
  border-radius: 50%;
  background:
    radial-gradient(50% 50% at 50% 50%, rgba(177, 0, 236, 0.5) 0%, rgba(177, 0, 236, 0) 100%),
    rgba(177, 0, 236, 0.05);
  background-blend-mode: overlay, normal;
  box-shadow:
    0 0 250px 0 #fff inset,
    0 0 250px 0 #fff inset,
    0 0 250px 0 #fff inset,
    0 0 250px 0 #fff inset;
}

.df-hero__deco-ellipse--left {
  top: 95px;
  left: calc(50% - 674px);
  width: 673px;
  height: 673px;
  border-radius: 50%;
  background:
    radial-gradient(50% 50% at 50% 50%, rgba(177, 0, 236, 0.5) 0%, rgba(177, 0, 236, 0) 100%),
    rgba(177, 0, 236, 0.05);
  background-blend-mode: overlay, normal;
  box-shadow:
    0 0 250px 0 #fff inset,
    0 0 250px 0 #fff inset,
    0 0 250px 0 #fff inset,
    0 0 250px 0 #fff inset;
}

.df-hero__vector-back {
  position: absolute;
  top: -60px;
  right: -200px;
  width: 1200px;
  height: 915px;
  max-width: none;
  aspect-ratio: 260 / 183;
  object-fit: contain;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(1% 5% at 1% 5%, rgba(177, 0, 236, 0.05) 0%, rgba(177, 0, 236, 0) 0%);
}

.df-hero__shape {
  position: absolute;
  right: 0;
  top: 0;
  width: min(54vw, 653px);
  z-index: 1;
}

.df-hero__pack {
  position: absolute;
  right: 0;
  top: 24px;
  width: min(56vw, 694px);
  z-index: 2;
}

.df-header {
  display: flex;
  width: 100%;
  max-width: 1232px;
  height: 72px;
  padding: 16px 24px;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-radius: 16px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  isolation: isolate;
  overflow: visible;
}

.header.active,
.df-header.active {
  background: #fff;
  box-shadow: 0 4px 18px 0 #0000001a;
}

.df-logo img {
  width: 256px;
  height: 96px;
  display: block;
}

.df-nav {
  display: flex;
  align-items: center;
  gap: 64px;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.df-nav a {
  font: 400 16px/1 "Inter-Regular", Helvetica, Arial, sans-serif;
  color: #000;
}

.df-menu {
  position: relative;
  display: none;
  z-index: 2200;
}

.df-menu__toggle {
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #000;
  padding: 12px 18px;
  font: 500 15px/1 "Inter", system-ui, -apple-system, sans-serif;
  box-shadow: 0 6px 18px rgba(177, 0, 236, 0.1);
  cursor: pointer;
}

.df-menu__icon {
  width: 18px;
  height: 18px;
  display: block;
}

.df-menu__label {
  display: inline;
}

.df-menu__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: max-content;
  min-width: 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  padding: 8px;
  z-index: 2300;
}

.df-menu.is-open .df-menu__dropdown {
  display: grid;
  gap: 4px;
}

.df-menu__dropdown a {
  padding: 10px 12px;
  border-radius: 10px;
  color: #000;
  font: 400 15px/1.2 "Inter", system-ui, -apple-system, sans-serif;
}

.df-menu__dropdown a:hover {
  background: rgba(181, 97, 209, 0.1);
}

.df-header__actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  white-space: nowrap;
}

.df-lang {
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font: 500 16px/1 "Inter-Medium", Helvetica, Arial, sans-serif;
  transform: translateY(2px);
}

.df-lang img {
  width: 16px;
  height: 16px;
}

.df-lang-menu {
  position: relative;
  z-index: 2250;
}

.df-lang-menu__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  padding: 6px;
  gap: 4px;
  min-width: 88px;
}

.df-lang-menu.is-open .df-lang-menu__dropdown {
  display: grid;
}

.df-lang-menu__dropdown button {
  border: 0;
  background: transparent;
  padding: 8px 10px;
  border-radius: 8px;
  text-align: left;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
}

.df-lang-menu__dropdown button:hover {
  background: rgba(181, 97, 209, 0.1);
}

.df-hero__content {
  position: relative;
  z-index: 10;
  padding-top: 72px;
}

.df-hero-frame {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 48px 0;
}

.df-hero-frame__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex: 1 1 0;
  min-width: 0;
}

.df-hero-frame__title-wrap {
  position: relative;
  align-self: flex-start;
  width: min(100%, 532px);
  max-width: 100%;
}

.df-hero-frame__title {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
}

body.lang-kz .df-hero-frame__title {
  position: relative;
  z-index: 2;
  width: 90%;
  height: auto;
  display: block;
}

.df-hero-frame__kicker {
  margin: 12px 0 0;
  max-width: 560px;
  color: #92878b;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.df-hero-frame__text {
  align-self: stretch;
  max-width: 560px;
  margin: 0;
  color: #92878b;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.df-hero-frame__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
}

.df-hero-frame__media {
  position: relative;
  flex: 1 1 0;
  min-height: 480px;
  border-radius: 24px;
  overflow: hidden;
}

.df-hero-frame__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

.df-hero-frame__misc {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 76px;
  height: 76px;
}

.df-hero-frame__arrow {
  position: absolute;
  left: 100%;
  margin-left: clamp(6px, 5.25%, 24px);
  bottom: -33.93%;
  width: auto;
  height: 96px;
  aspect-ratio: 79.767 / 96.877;
  display: block;
  pointer-events: none;
}

.df-hero__decor {
  position: absolute;
  width: auto;
  height: 4%;
  opacity: 0.5;
  display: block;
  left: 0;
  top: 43%;
  pointer-events: none;
}

.df-hero__decor-ellipse {
  position: absolute;
  width: 863px;
  height: 863px;
  border-radius: 863px;
  opacity: 0.5;
  background: radial-gradient(50% 50% at 50% 50%, rgba(234, 206, 125, 0.5) 0%, rgba(234, 206, 125, 0) 100%);
  pointer-events: none;
  left: -622px;
  top: 80px;
}

.df-hero__decor-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 532 / 450;
  pointer-events: none;
  z-index: 1;
}

.df-hero__decor-container img {
  position: absolute;
  display: block;
}

.df-hero__decor-2 {
  width: 7.654%;
  left: -10%;
  top: 59%;
}

.df-hero__decor-3 {
  width: 8.906%;
  left: -4%;
  top: -10%;
}

.df-hero__decor-4 {
  width: 6.747%;
  left: 92%;
  top: -2%;
}

.df-about {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  position: relative;
  width: 100%;
  max-width: min(100%, var(--content-max-width));
  margin-inline: auto;
  box-sizing: border-box;
  overflow-x: visible;
  min-width: 0;
}

.df-about__media {
  position: relative;
  display: flex;
  height: 400px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  min-width: 0;
  max-width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: transparent;
}

.df-about__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.df-about__media > .df-about__bg {
  max-width: none;
  height: 100%;
}

.df-about__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
  min-width: 0;
  min-height: 0;
}

.df-about__title {
  align-self: flex-start;
  max-width: min(100%, 350px);
  margin: 0;
  color: #000;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  overflow-wrap: anywhere;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.df-about__body {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
  max-width: 100%;
}

.df-about__lead {
  max-width: min(100%, 550.81px);
  width: 100%;
  margin: 0;
  color: #737373;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  overflow-wrap: anywhere;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.df-about__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  min-width: 0;
  color: #000;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.df-about__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}

.df-about__check {
  width: 20px;
  height: 20px;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  margin-top: 4px;
}

.df-about__item-text {
  margin: 0;
  flex: 1;
  min-width: 0;
  max-width: 100%;
  color: #000;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  overflow-wrap: anywhere;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

/* header деко сияқты: контейнер max-width декорға шектеу қоймайды */
.df-about__decor-bleed {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: none;
  height: 100%;
  min-height: 1px;
  pointer-events: none;
  z-index: -1;
  overflow: visible;
}

.df-about__decor {
  position: absolute;
  top: -210px;
  right: max(-12vw, -420px);
  width: min(863px, 140vw);
  height: min(863px, 140vw);
  max-width: none;
  border-radius: 50%;
  opacity: 0.5;
  background: radial-gradient(50% 50% at 50% 50%, rgba(14, 184, 170, 0.38) 0%, rgba(14, 184, 170, 0) 100%);
  pointer-events: none;
}

.df-advantages-block {
  display: flex;
  width: 1224px;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.df-advantages-block__title {
  align-self: stretch;
  margin: 0;
  color: #000;
  text-align: center;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.df-advantages-strip {
  display: flex;
  width: 1232px;
  max-width: 100%;
  align-items: center;
  gap: 24px;
  min-width: 0;
}

.df-advantages-card {
  display: flex;
  width: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  min-width: 0;
  box-sizing: border-box;
}

.df-advantages-card__icon {
  width: 64px;
  height: 64px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.df-advantages-card__lead {
  align-self: stretch;
  margin: 0;
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  max-width: 392px;
  overflow-wrap: anywhere;
}

.df-causes {
  display: grid;
  gap: 40px;
}

.df-causes__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.df-cause {
  display: flex;
  gap: 16px;
  width: 280px;
  max-width: 100%;
  align-content: flex-start;
  flex-direction: column;
}

.df-cause img {
  width: 56px;
  height: 56px;
}

.df-cause p {
  color: #000;
  font-size: 16px;
  line-height: 1.45;
}

.df-symptoms-section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 1224px;
  max-width: 100%;
  align-items: center;
  gap: 24px;
  position: relative;
  overflow-x: visible;
  min-width: 0;
}

.df-symptoms__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 16px;
  max-width: 600px;
}

.df-symptoms__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.df-symptoms__dosage {
  display: flex;
  width: 608px;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.df-symptoms__content h2 {
  align-self: stretch;
  margin: 0;
  color: #000;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.df-symptoms__content h3 {
  margin: 0;
  color: #000;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.df-symptoms__content p,
.df-symptoms__content .df-muted {
  margin: 0;
  flex: 1 0 0;
  color: #737373;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  max-width: min(100%, 450px);
}

.df-symptoms-section ul {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
  align-items: flex-start;
}

.df-symptoms-section li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font: 400 18px/1.55 "Inter-Regular", Helvetica, Arial, sans-serif;
}

.df-symptoms-section li img {
  width: 24px;
  height: 24px;
}

.df-symptoms__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
  flex: 1 0 0;
  min-width: 0;
  width: auto;
  max-width: 100%;
  border-radius: 25px;
  overflow: hidden;
}

.df-symptoms__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  display: block;
}

.df-symptoms__decor-bleed {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: none;
  height: 100%;
  min-height: 1px;
  pointer-events: none;
  z-index: -1;
  overflow: visible;
}

.df-symptoms__decor1 {
  position: absolute;
  width: 863px;
  height: 863px;
  border-radius: 863px;
  opacity: 0.5;
  background: radial-gradient(50% 50% at 50% 50%, rgba(234, 125, 170, 0.25) 0%, rgba(234, 125, 170, 0) 100%);
  pointer-events: none;
  left: max(-60%, -420px);
  top: 80px;
  transform: translateX(-4px);
}

.df-course {
  display: flex;
  width: 1216.309px;
  max-width: 100%;
  align-items: flex-start;
  gap: 65px;
  padding: 32px 40px;
  position: relative;
  border-radius: 24px;
  background: rgba(181, 97, 209, 0.1);
  box-sizing: border-box;
}

.df-course__content {
  display: flex;
  flex-direction: column;
  width: 551px;
  max-width: 100%;
  align-items: flex-start;
  gap: 32px;
  position: relative;
}

.df-course__head {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  align-self: stretch;
}

.df-course__title {
  margin: 0;
  align-self: stretch;
  color: #000;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.df-course__subtitle {
  margin: 0;
  align-self: stretch;
  color: rgba(0, 0, 0, 0.5);
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.df-course__notice-wrap {
  display: flex;
  width: 100%;
  padding: 24px 0 0;
  border-top: 1px solid #a4799233;
}

.df-course__notice {
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  max-width: 553px;
}

.df-course__media {
  position: relative;
  align-self: stretch;
  width: 514px;
  max-width: 100%;
}

.df-course__images {
  position: relative;
  width: 100%;
  max-width: 514px;
  margin-top: 34px;
  aspect-ratio: 514 / 325;
  height: auto;
}

.df-course__img-main {
  position: absolute;
  top: 0%;
  left: 52.1%;
  width: 47.9%;
  height: auto;
  object-fit: cover;
}

.df-course__img-sub {
  position: absolute;
  top: 23.7%;
  left: 0%;
  width: 73%;
  height: auto;
  object-fit: cover;
}

.df-benefits {
  display: inline-flex;
  width: 100%;
  gap: 32px;
  align-items: flex-start;
}

.df-benefits>div:first-child {
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
}

.df-benefits__list {
  display: flex;
  width: 592px;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.df-benefits__list>div {
  display: flex;
  gap: 16px;
  align-items: center;
  align-self: stretch;
}

.df-benefits__list img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.df-benefits__list p {
  margin: 0;
  color: #000;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.df-audience {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  max-width: 100%;
  overflow: visible;
  min-width: 0;
}

.df-audience__heading {
  position: relative;
  width: fit-content;
  max-width: 100%;
  flex-shrink: 0;
}

.df-audience__title {
  max-width: 100%;
  margin: 0;
  color: #000;
  font-family: "Ubuntu Sans", Inter, system-ui, -apple-system, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  z-index: 2;
}

.df-audience__list {
  display: flex;
  width: 604px;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.df-audience__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.df-audience__check {
  width: 24px;
  height: 24px;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
}

.df-audience__text {
  margin: 0;
  flex: 1 0 0;
  color: #76677e;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.df-audience__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: none !important;
  left: 0 !important;
  top: 0 !important;
}

.df-audience__decor img {
  position: absolute;
  display: block;
}

.df-main .df-audience__decor img {
  max-width: none;
}

.df-audience__decor1 { width: 5%; left: -6%; top: -68%; }
.df-audience__decor2 { width: 2.5%; left: -1%; top: -93%; }
.df-audience__decor3 { width: 6%; left: 2%; top: 115%; }
.df-audience__decor4 { width: 3.2%; left: 7%; top: 94%; }
.df-audience__decor5 { width: 9%; left: 60.2%; top: -78%; }
.df-audience__decor6 { width: 44%; left: 53%; top: 44%; }

.df-instruction {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px 40px;
  border-radius: 24px;
  width: 1216px;
  max-width: 100%;
  align-items: flex-start;
  background: #FEF2F9;
  box-sizing: border-box;
}

.df-instruction__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.df-acc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid #9f5f8540;
}

/* Инструкция: жабықта тақырып пен панель арасында бос орын жоқ; ашылғанда тақырып–мәтін 16px, мәтін–сызық 16px, сызық–келесі тақырып тізім gap 16px */
.df-instruction .df-acc {
  gap: 0;
  padding-bottom: 16px;
}

.df-instruction .df-acc.is-open {
  gap: 16px;
}

.df-acc:last-child {
  border-bottom: 0;
}

.df-acc__trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.df-acc__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  flex: 1;
}

.df-acc h3,
.df-acc__title {
  margin: 0;
  color: #000;
  font-family: "Inter-Medium", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.df-acc p {
  margin: 0;
  color: #4f1f5fbf;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

.df-main .df-instruction .df-acc__panel > p.df-acc__panel-text--700 {
  box-sizing: border-box;
  max-width: min(100%, 700px) !important;
  width: 100%;
}

/* Тек ағымдағы тіл: жалпы .site-lang ережесі globals-тен күштірек болғандықтан екеуі де көрініп кетті */
body.lang-ru .df-main .df-instruction .df-acc__panel > p.df-acc__panel-text--700 .site-lang--ru,
body.lang-kz .df-main .df-instruction .df-acc__panel > p.df-acc__panel-text--700 .site-lang--kz {
  display: block !important;
  max-width: 100%;
}

.df-acc.is-open .df-acc__panel--tall {
  max-height: 2000px;
}

.df-acc__panel {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition: max-height 0.28s ease, opacity 0.22s ease, transform 0.22s ease;
}

.df-acc.is-open .df-acc__panel {
  max-height: 220px;
  opacity: 1;
  transform: translateY(0);
}

.df-acc__icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #DA357A;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.df-acc__icon-img--close {
  width: 10px;
  height: 10px;
  display: none;
}

.df-acc__icon-img--plus {
  width: 13px;
  height: 13px;
  display: block;
}

.df-acc__icon-img {
  transition: opacity 0.2s ease;
}

.df-acc.is-open .df-acc__icon-img--close {
  display: block;
}

.df-acc.is-open .df-acc__icon-img--plus {
  display: none;
}

.df-useful {
  display: flex;
  width: 1224px;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-top: 72px;
}

.df-useful__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  align-self: stretch;
  width: 100%;
  gap: 24px;
}

.df-card {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  color: #000;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 24px;
  background: #F7F7F7;
  padding: 16px;
}

.df-card__link {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.df-card img {
  width: 100%;
  height: 282px;
  align-self: stretch;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  background: #D9D9D9;
}

.df-card h3 {
  margin: 0;
  color: #000;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  align-self: stretch;
}

.df-card p,
.df-card time {
  margin: 0;
  color: #737373;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.df-cta {
  display: flex;
  width: 1216px;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.df-main .df-cta p.df-muted.df-cta__lead {
  max-width: min(100%, 700px) !important;
  font-size: 18px;
}

.df-gallery {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
}

.df-gallery__row {
  display: flex;
  width: 100%;
  gap: 16px;
}

.df-gallery__row > .df-gallery__link {
  flex: 1 0 0;
  min-width: 0;
  display: block;
  line-height: 0;
  text-decoration: none;
}

.df-gallery img {
  width: 100%;
  height: 141.642px;
  flex: 1 0 0;
  aspect-ratio: 95 / 58;
  object-fit: cover;
  border-radius: 16px;
}

.df-footer {
  position: relative;
  margin-top: 80px;
  display: flex;
  padding: 48px 75px 32px 75px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.df-footer__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #FEF2F9;
}

.df-footer__inner {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}

.df-footer__top {
  display: flex;
  gap: 24px;
  width: 1216px;
  max-width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.df-footer__site {
  margin: 16px 0 0;
  color: #4f1f5fbf;
  font: 400 16px/1.3 "Open Sans-Regular", Arial, sans-serif;
}

.df-footer__site .df-footer__site-link {
  color: inherit;
  text-decoration: none;
}

.df-footer__site .df-footer__site-link:hover,
.df-footer__site .df-footer__site-link:focus-visible {
  color: #4f1f5f;
  text-decoration: none;
}

.df-footer__links {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.df-footer__links a {
  color: #000;
  font: 400 16px/1 "Inter-Regular", Helvetica, Arial, sans-serif;
}

.df-footer__links a.df-btn {
  color: #fff;
}

.df-footer__links a.df-btn:hover,
.df-footer__links a.df-btn:focus-visible {
  color: #fff;
}

.df-footer__bottom {
  border-top: 0;
  position: relative;
  padding-top: 24px;
  color: #502060bf;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  font: 400 14px/1.4 "Open Sans-Regular", Arial, sans-serif;
}

.df-footer__bottom p {
  max-width: 403px;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Open Sans", "Open Sans-Regular", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.df-footer__bottom p strong {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Open Sans", "Open Sans-Bold", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.df-footer__bottom::before {
  content: "";
  display: block;
  width: 1215.5px;
  max-width: 100%;
  height: 1px;
  background: rgba(236, 0, 140, 0.1);
}

.where-fixed {
  position: fixed;
  right: 32px;
  bottom: 32px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  overflow: visible;
  display: block;
  z-index: 99;
  text-decoration: none;
}

.where-fixed img {
  display: block;
}

.where-fixed img:first-child {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.where-fixed img:last-child {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90.55%;
  height: 110.29%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  animation: circle 15s linear infinite;
}

body.lang-kz .where-fixed img:last-child {
  width: 105%;
}

@keyframes circle {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal] {
  opacity: 1;
}

.df-about__media,
.df-cause,
.df-course,
.df-benefits__list > div,
.df-acc,
.df-card,
.df-gallery img,
.df-footer__links a,
.df-nav a {
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease, filter 0.24s ease;
}

@media (hover: hover) and (pointer: fine) {
  .df-about__media:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  }

  .df-cause:hover {
    transform: translateY(-3px);
  }

  .df-cause:hover p {
    color: #000;
  }

  .df-course:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(181, 97, 209, 0.22);
  }

  .df-benefits__list > div:hover {
    transform: translateX(3px);
  }

  .df-acc:hover {
    border-bottom-color: rgba(159, 95, 133, 0.4);
  }

  .df-card:hover {
    transform: translateY(-4px);
  }

  .df-card:hover img {
    filter: saturate(1.04);
  }

  .df-gallery img:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    border-color: rgba(181, 97, 209, 0.35);
  }

  .df-footer__links a:hover:not(.df-btn),
  .df-nav a:hover {
    color: #da357a;
  }
}

@media (max-width: 1200px) {
  :root {
    --df-page-gutter: 20px;
  }

  .df-hero {
    min-height: 500px;
  }

  .df-container,
  ._container {
    width: min(calc(100% - 2 * var(--df-page-gutter)), 922px);
  }

  .df-hero__bg {
    top: 96px;
    width: min(calc(100% - 2 * var(--df-page-gutter)), 922px);
    overflow: hidden;
  }

  .df-hero__deco {
    height: 720px;
  }

  .df-hero__vector-back {
    width: min(920px, 90vw);
    height: auto;
    max-height: min(620px, 48vh);
    aspect-ratio: 260 / 183;
    right: max(-80px, -10vw);
    left: auto;
    transform: none;
    top: 10px;
  }

  .df-hero__deco-ellipse--right {
    transform: scale(0.5);
    transform-origin: center center;
    left: calc(50% + 120px);
    top: -180px;
  }

  .df-hero__deco-ellipse--left {
    transform: scale(0.55);
    transform-origin: center center;
    left: calc(50% - 45vw);
    top: 100px;
  }

  .df-main {
    gap: 72px;
    padding-top: 32px;
  }

  /* hero-frame сияқты: секциялар контейнер енінде қалады, горизонталь асып кетпейді */
  .df-main>section {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .df-main p:not(.df-about__item-text):not(.df-advantages-card__lead),
  .df-muted {
    font-size: 16px;
    line-height: 22px;
    max-width: min(100%, 450px);
  }

  .df-advantages-block,
  .df-advantages-block .df-advantages-strip {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .df-advantages-block .df-advantages-strip {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    gap: clamp(10px, 2vw, 20px);
    min-width: 0;
  }

  .df-advantages-block .df-advantages-card {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: clamp(10px, 2vw, 18px);
  }

  .df-advantages-block .df-advantages-card__icon {
    width: clamp(44px, 5.5vw, 58px);
    height: clamp(44px, 5.5vw, 58px);
  }

  .df-advantages-block .df-advantages-card__lead {
    max-width: none;
    width: 100%;
    font-size: clamp(14px, 1.65vw, 19px);
    line-height: 1.3;
    font-weight: 500;
  }

  .df-header {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 12px;
  }

  .df-logo {
    flex: 0 0 auto;
  }

  .df-logo img {
    width: clamp(180px, 19vw, 252px);
    height: auto;
  }

  .df-nav {
    display: none !important;
  }

  .df-menu {
    display: block !important;
    order: 5;
    margin-left: 0;
    position: relative;
  }

  .df-header__actions {
    flex-wrap: nowrap;
    gap: 6px;
    order: 4;
    margin-left: auto;
    min-width: 0;
  }

  .df-lang {
    font-size: 15px;
  }

  .df-btn {
    padding: 10px 14px;
    font-size: 13px;
  }

  .df-menu__toggle {
    width: 48px;
    height: 48px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .df-menu__icon {
    width: 20px;
    height: 20px;
  }

  .df-menu__label {
    display: none;
  }

  .df-menu__dropdown {
    position: fixed;
    top: 84px;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100vw;
    border-radius: 0 0 16px 16px;
    padding: 17px 16px 24px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-14px) scaleY(0.96);
    transform-origin: top center;
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
  }

  .df-menu.is-open .df-menu__dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scaleY(1);
  }

  .df-menu:hover .df-menu__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scaleY(1);
  }

  .df-menu__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 12px 0;
    color: #1f1f1f;
    font-family: Inter, system-ui, -apple-system, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .df-menu__item:last-child {
    border-bottom: 0;
  }

  .df-menu__item svg {
    flex: 0 0 auto;
  }

  .df-hero__content h1 {
    font-size: 44px;
    max-width: 460px;
  }

  .df-hero-frame__content {
    gap: 28px;
  }

  .df-hero-frame__text {
    font-size: 18px;
  }

  .df-hero-frame__media {
    min-height: 390px;
  }

  .df-hero__shape {
    width: min(40vw, 420px);
    max-width: 420px;
  }

  .df-hero__pack {
    width: min(42vw, 460px);
    max-width: 460px;
  }

  .df-about__content,
  .df-symptoms__content,
  .df-benefits>div:first-child {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .df-about {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    min-width: 0;
    overflow-x: visible;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: clamp(16px, 3vw, 24px);
  }

  .df-about__content {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
    gap: 24px;
    overflow-x: hidden;
  }

  .df-about__media {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    align-self: center;
    border-radius: 24px;
  }

  .df-about__media > .df-about__bg {
    position: static;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: min(42vw, 360px);
    object-fit: contain;
    object-position: center;
  }

  .df-about__title {
    font-size: 30px;
    line-height: 1.15;
  }

  .df-main .df-about .df-about__lead,
  .df-main .df-about .df-about__item-text {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .df-main .df-about .df-about__body,
  .df-main .df-about .df-about__list {
    max-width: 100%;
    min-width: 0;
  }

  .df-benefits {
    flex-direction: column;
    align-items: stretch;
  }

  .df-symptoms-section {
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: clamp(12px, 2.5vw, 20px);
    min-width: 0;
  }

  .df-symptoms-section .df-symptoms__content {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: min(100%, 600px);
  }

  .df-course {
    width: 100%;
    max-width: 100%;
    gap: 32px;
    padding: 24px;
    flex-direction: column;
    align-items: stretch;
  }

  .df-course__content,
  .df-course__media {
    width: 100%;
  }

  .df-course__media {
    align-self: center;
  }

  .df-course__images {
    margin-top: 0;
    max-width: 400px;
    aspect-ratio: 514 / 325;
  }

  .df-course__img-main {
    left: 52.1%;
  }

  .df-symptoms-section .df-symptoms__media {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: min(48%, 520px);
    height: auto;
    min-height: clamp(200px, 28vw, 360px);
    margin-inline: 0;
    align-self: center;
  }

  .df-symptoms-section .df-symptoms__image {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 592 / 444;
    margin-inline: 0;
  }

  .df-symptoms__decor1 {
    left: max(-50vw, -240px);
    top: -140px;
    width: min(520px, 96vw);
    height: min(520px, 96vw);
    border-radius: 50%;
  }

  .df-causes__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .df-cause {
    width: auto;
  }

  .df-useful__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
  }

  .df-card {
    width: 100%;
    min-width: 0;
  }

  .df-gallery__row {
    flex-wrap: wrap;
  }

  .df-gallery img {
    min-width: calc(33.333% - (32px * 2 / 3));
    flex: 1 1 calc(33.333% - (32px * 2 / 3));
    height: auto;
  }

  .df-footer__top {
    flex-direction: column;
  }

  /* _container қабыршақты қоса есептемеу — негізгі контентпен бір желі */
  .df-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .where-fixed {
    width: 96px;
    height: 96px;
    right: 24px;
    bottom: 24px;
  }
}

@media (max-width: 1024px) {
  .df-header {
    gap: 10px;
    flex-wrap: nowrap;
    align-items: center;
  }

  .df-logo {
    flex: 0 0 auto;
  }

  .df-logo img {
    width: clamp(154px, 22.5vw, 212px);
    height: auto;
  }

  .df-menu__toggle {
    width: 48px;
    height: 48px;
    padding: 0;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .df-menu__icon {
    width: 20px;
    height: 20px;
  }

  .df-header__actions {
    gap: 8px;
  }

  .df-lang {
    font-size: 14px;
    gap: 6px;
  }

  .df-btn {
    padding: 10px 14px;
    font-size: 13px;
  }
}

@media (max-width: 700px) {

  .df-symptoms-section {
    flex-direction: column;
    align-items: stretch;
    gap: clamp(16px, 3vw, 24px);
  }

  .df-symptoms-section .df-symptoms__content {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .df-symptoms-section .df-symptoms__media {
    flex: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: clamp(200px, 36vw, 320px);
    margin-inline: auto;
    align-self: stretch;
  }

  .df-symptoms-section .df-symptoms__image {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 592 / 444;
    margin-inline: auto;
  }
}

@media (max-width: 780px) {
  :root {
    --df-page-gutter: 16px;
  }

  .df-advantages-block .df-advantages-strip {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    gap: clamp(6px, 2vw, 14px);
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .df-advantages-block .df-advantages-card {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: clamp(6px, 2vw, 12px);
  }

  .df-advantages-block .df-advantages-card__icon {
    width: clamp(32px, 9vw, 48px);
    height: clamp(32px, 9vw, 48px);
  }

  .df-advantages-block .df-advantages-card__lead {
    max-width: none;
    width: 100%;
    font-size: clamp(11px, 2.6vw, 14px);
    line-height: 1.25;
    font-weight: 500;
  }

  .df-advantages-block__title {
    font-size: clamp(20px, 5vw, 26px);
  }

  .df-audience {
    gap: clamp(18px, 3.5vw, 24px);
  }

  .df-audience__heading {
    width: fit-content;
    max-width: 100%;
  }

  .df-container,
  ._container {
    width: min(calc(100% - 2 * var(--df-page-gutter)), 720px);
  }

  .df-hero__bg {
    top: 72px;
    width: min(calc(100% - 2 * var(--df-page-gutter)), 720px);
    overflow: hidden;
  }

  .df-main h2,
  .df-main .df-useful > h1 {
    font-size: 26px;
    line-height: 1.2;
  }

  .df-main .df-audience__title {
    font-size: clamp(22px, 5.2vw, 26px);
    line-height: 1.2;
  }

  .df-audience__text {
    font-size: clamp(15px, 3.6vw, 18px);
    line-height: 1.4;
  }

  .df-main p:not(.df-about__item-text):not(.df-advantages-card__lead),
  .df-muted {
    font-size: 14px;
    line-height: 1.45;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .df-header-only {
    padding: 16px 0 8px;
  }

  .df-header {
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .df-menu {
    display: block;
    order: 5;
    margin-left: 0;
  }

  .df-nav {
    display: none;
  }

  .df-logo img {
    width: 196px;
    height: auto;
  }

  .df-header__actions {
    gap: 8px;
    width: auto;
    justify-content: flex-end;
    order: 4;
    margin-left: auto;
    min-width: 0;
  }

  .df-menu__dropdown {
    top: 76px;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100vw;
  }

  .df-menu__toggle {
    width: 48px;
    height: 48px;
    padding: 0;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .df-menu__icon {
    width: 20px;
    height: 20px;
  }

  .df-lang {
    font-size: 14px;
  }

  .df-btn {
    padding: 11px 14px;
    font-size: 13px;
    white-space: nowrap;
  }

  .df-hero {
    min-height: 400px;
  }

  .df-hero__deco {
    height: 520px;
  }

  .df-hero__vector-back {
    width: min(680px, 92vw);
    height: auto;
    max-height: min(420px, 34vh);
    aspect-ratio: 260 / 183;
    right: max(-24px, -6vw);
    left: auto;
    transform: none;
    top: 12px;
  }

  .df-hero__deco-ellipse--right {
    transform: scale(0.28);
    left: calc(50% + 40px);
    top: -90px;
  }

  .df-hero__deco-ellipse--left {
    transform: scale(0.3);
    left: calc(50% - 48vw);
    top: 90px;
  }

  .df-hero__shape {
    width: min(240px, 54vw);
    max-width: 240px;
  }

  .df-hero__pack {
    width: min(260px, 58vw);
    max-width: 260px;
  }

  .df-hero__content {
    padding-top: 32px;
  }

  .df-hero__content h1 {
    font-size: 30px;
    max-width: 340px;
    line-height: 1.15;
  }

  .df-about {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 20px;
    min-width: 0;
    overflow-x: visible;
  }

  /* 3 қатар: 1) тақырып + мәтін/тізімдер, 2) — content ішінде, 3) сурет төменде */
  .df-about__content {
    order: 1;
    flex: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 20px;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .df-about__media {
    order: 2;
    flex: none;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    align-self: stretch;
  }

  .df-about__media > .df-about__bg {
    position: static;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: min(52vw, 300px);
    object-fit: contain;
    object-position: center;
  }

  .df-about__title {
    font-size: 26px;
    line-height: 1.2;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
  }

  .df-about__body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .df-about__lead {
    flex: none;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
  }

  .df-about__item-text {
    font-size: 15px;
    line-height: 1.45;
  }

  .df-about__list {
    flex: none;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    gap: 10px;
  }

  .df-about__decor {
    transform: scale(0.38);
    transform-origin: top right;
    right: max(-32vw, -200px);
    top: -88px;
    width: min(360px, 85vw);
    height: min(360px, 85vw);
  }

  .df-hero__content p {
    font-size: 14px;
    max-width: 300px;
    line-height: 1.45;
  }

  .df-hero-frame {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 96px 0;
  }

  .df-hero__decor {
    top: 41%;
  }

  .df-hero-frame__content {
    gap: 20px;
  }

  .df-hero-frame__title-wrap {
    max-width: min(100%, 420px);
  }

  .df-hero-frame__title {
    max-width: 100%;
  }

  .df-hero-frame__text {
    font-size: 16px;
    max-width: 100%;
  }

  .df-hero-frame__media {
    min-height: 320px;
  }

  .df-hero-frame__misc {
    width: 60px;
    height: 60px;
    right: 12px;
    top: 12px;
  }

  .df-btn--hero-cta.df-btn--lg {
    padding: 14px 26px;
    font-size: 15px;
    height: 46px;
    gap: 8px;
  }

  .df-hero-frame__arrow {
    height: clamp(52px, 14vw, 70px);
  }

  .df-main>section {
    width: 100%;
    max-width: 100%;
  }

  .df-main img {
    max-width: 100%;
    height: auto;
  }

  .df-causes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .df-cause img {
    width: 48px;
    height: 48px;
  }

  .df-course {
    padding: 20px 16px;
    gap: 20px;
  }

  .df-course__media {
    align-self: center;
    width: 100%;
  }

  .df-course__title {
    font-size: 26px;
    line-height: 1.2;
  }

  .df-course__head {
    align-items: flex-start;
  }

  .df-course__subtitle {
    font-size: 14px;
    line-height: 1.45;
  }

  .df-course__notice {
    font-size: 14px;
    line-height: 1.45;
  }

  .df-course__images {
    margin-top: 0;
    width: min(100%, 340px);
    max-width: 100%;
    margin-inline: auto;
  }

  .df-course__img-main {
    width: 47.9%;
    height: auto;
    left: 52.1%;
  }

  .df-course__img-sub {
    width: 73%;
    height: auto;
    top: 23.7%;
  }

  .df-useful__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(12px, 2.5vw, 16px);
    width: 100%;
  }

  .df-card {
    width: 100%;
    min-width: 0;
  }

  .df-card h3 {
    font-size: 18px;
    overflow-wrap: anywhere;
    line-height: 1.25;
  }

  .df-instruction {
    padding: 20px 16px;
  }

  .df-acc h3,
  .df-acc__title {
    font-size: 18px;
    line-height: 1.25;
  }

  .df-gallery {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
  }

  .df-gallery__row {
    display: contents;
  }

  .df-gallery img {
    width: 100%;
    min-width: 0;
    flex: initial;
    height: auto;
  }

  .df-cta,
  .df-useful {
    width: 100%;
  }

  .df-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .df-footer__bottom::before {
    width: 100%;
  }

  .where-fixed {
    width: 72px;
    height: 72px;
    right: 16px;
    bottom: 16px;
  }
}

@media (max-width: 1024px) {
  .df-hero-frame__title-wrap {
    max-width: min(100%, 480px);
  }
}

@media (max-width: 900px) {
  .df-hero {
    min-height: 460px;
  }

  .df-hero__bg {
    top: 215px;
    left: -12px;
    transform: none;
    width: min(calc(100% - 2 * var(--df-page-gutter)), 980px);
    padding-bottom: 750px;
  }

  .df-hero__content {
    padding-top: 20px;
  }

  /* Audience: тізім төменге түскенде де декор %-дары тек тақырып қорабына қатысты қалуы үшін heading кеңейтілмейді */
  .df-audience {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(20px, 4vw, 28px);
    width: 100%;
    max-width: 100%;
  }

  .df-audience__heading {
    position: relative;
    width: fit-content;
    max-width: 100%;
    flex-shrink: 0;
    overflow: visible;
  }

  .df-audience__list {
    width: 100%;
    max-width: 100%;
    align-self: stretch;
  }

  .df-audience__decor {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
  }
}

@media (max-width: 900px) and (min-width: 781px) {
  .df-hero-frame {
    padding-top: 72px;
  }

  .df-btn--hero-cta.df-btn--lg {
    padding: 18px 36px;
    font-size: 17px;
    height: 52px;
  }

  .df-hero-frame__arrow {
    height: 80px;
  }
}

@media (min-width: 1181px) and (max-width: 1248px) {
  .df-cta,
  .df-useful {
    width: 100%;
    max-width: 100%;
  }

  .df-useful__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
  }

  .df-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .df-card img {
    height: auto;
  }

  .df-gallery__row {
    flex-wrap: wrap;
    gap: 12px;
  }

  .df-gallery img {
    min-width: calc(33.333% - 8px);
    flex: 1 1 calc(33.333% - 8px);
    height: auto;
  }
}

@media (max-width: 766px) {
  .df-main p:not(.df-about__item-text):not(.df-advantages-card__lead),
  .df-muted,
  .df-card p,
  .df-card time,
  .df-acc p,
  .df-course__subtitle,
  .df-course__notice {
    font-size: 14px;
    line-height: 1.45;
  }
}

@media (min-width: 481px) {
  .where__items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
  }

  .where__item img {
    width: 100%;
  }

  .df-gallery {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
  }

  .df-gallery__row {
    display: contents;
  }

  .df-gallery img {
    width: 100%;
    min-width: 0;
    flex: initial;
    height: auto;
  }
}

@media (max-width: 480px) {

  .df-container,
  ._container {
    width: min(calc(100% - 2 * var(--df-page-gutter)), 460px);
  }

  .df-main {
    gap: 48px;
    padding: 20px 0 56px;
  }

  .df-main h2,
  .df-main .df-useful > h1 {
    font-size: 22px;
    line-height: 1.2;
  }

  .df-main .df-audience__title {
    font-size: clamp(20px, 5.4vw, 22px);
    line-height: 1.2;
  }

  .df-main p:not(.df-about__item-text):not(.df-advantages-card__lead),
  .df-muted {
    font-size: 14px;
    line-height: 1.45;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .df-main img {
    max-width: 100%;
    height: auto;
  }

  .df-hero {
    min-height: 380px;
    padding-top: 12px;
  }

  .df-hero__bg {
    top: 200px;
    width: min(calc(100% - 2 * var(--df-page-gutter)), 460px);
  }

  .df-hero__shape {
    width: min(150px, 46vw);
    max-width: 150px;
  }

  .df-hero__pack {
    width: min(170px, 52vw);
    max-width: 170px;
    top: 18px;
  }

  .df-header-only {
    padding: 12px 0 6px;
  }

  .df-header {
    gap: 4px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    min-height: 72px;
    padding: 10px 0;
  }

  .df-logo {
    flex: 1 1 auto;
    min-width: 0;
  }

  .df-logo img {
    width: 172px;
    height: auto;
  }

  .df-menu__toggle {
    width: 44px;
    height: 44px;
    padding: 0;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .df-menu__icon {
    width: 19px;
    height: 19px;
  }

  .df-menu {
    order: 5;
    margin-left: 0;
    flex: 0 0 auto;
  }

  .df-menu__dropdown {
    top: 72px;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100vw;
  }

  .df-header__actions {
    order: 4;
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    gap: 4px;
    justify-content: flex-end;
    margin-left: auto;
  }

  .df-lang-menu {
    position: relative;
    flex: 0 0 auto;
  }

  .df-lang-menu__dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    width: max-content;
    min-width: 88px;
  }

  .df-lang {
    font-size: 12px;
    gap: 4px;
    padding: 4px 2px;
  }

  .df-btn--where {
    display: none;
  }

  .df-hero__content {
    padding-top: 18px;
  }

  .df-hero__content h1 {
    font-size: 24px;
    max-width: 100%;
    margin-bottom: 12px;
    overflow-wrap: anywhere;
    line-height: 1.15;
  }

  .df-hero__content p {
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .df-hero-frame {
    gap: 14px;
  }

  .df-hero-frame__content {
    gap: 14px;
  }

  .df-hero-frame__title-wrap {
    max-width: min(100%, 320px);
  }

  .df-hero-frame__title {
    max-width: 100%;
  }

  .df-hero-frame__text {
    font-size: 14px;
    line-height: 1.45;
  }

  .df-hero-frame__media {
    min-height: 250px;
    border-radius: 16px;
  }

  .df-hero-frame__image {
    border-radius: 16px;
  }

  .df-hero-frame__misc {
    width: 48px;
    height: 48px;
  }

  .df-btn--hero-cta.df-btn--lg,
  .df-btn--lg {
    padding: 10px 18px;
    font-size: 13px;
    height: 40px;
    gap: 6px;
  }

  .df-hero-frame__arrow {
    height: clamp(40px, 20vw, 52px);
    margin-left: clamp(4px, 2vw, 12px);
  }

  .df-audience {
    gap: 16px;
  }

  .df-audience__heading {
    width: fit-content;
    max-width: 100%;
  }

  .df-audience__text {
    font-size: 14px;
    line-height: 1.4;
  }

  .df-audience__item {
    gap: 10px;
  }

  .df-audience__check {
    width: 22px;
    height: 22px;
  }

  .df-about {
    gap: 16px;
    min-width: 0;
    overflow-x: visible;
  }

  .df-about__media {
    flex: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    border-radius: 16px;
  }

  .df-about__media > .df-about__bg {
    position: static;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: min(48vw, 220px);
    object-fit: contain;
    object-position: center;
  }

  .df-about__content {
    flex: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 16px;
    overflow-x: hidden;
  }

  .df-about__title {
    font-size: 22px;
    line-height: 1.2;
  }

  .df-about__lead,
  .df-about__item-text {
    font-size: 14px;
    line-height: 1.45;
  }

  .df-about__check {
    width: 18px;
    height: 18px;
    margin-top: 3px;
  }

  .df-about__list {
    gap: 8px;
  }

  .df-about__item {
    gap: 8px;
    align-items: flex-start;
  }

  .df-about__decor {
    transform: scale(0.26);
    transform-origin: top right;
    right: max(-40vw, -160px);
    top: -48px;
    width: min(280px, 80vw);
    height: min(280px, 80vw);
  }

  .df-causes {
    gap: 20px;
  }

  .df-causes__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .df-cause {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }

  .df-cause img {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
  }

  .df-cause p {
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
  }

  .df-symptoms-section {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .df-symptoms-section .df-symptoms__content {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .df-symptoms-section li {
    font-size: 16px;
    line-height: 1.45;
  }

  .df-symptoms-section .df-symptoms__media {
    flex: none;
    width: 100%;
    max-width: 100%;
    min-height: 180px;
    margin-inline: auto;
    border-radius: 16px;
  }

  .df-symptoms-section .df-symptoms__image {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    border-radius: 16px;
  }

  .df-symptoms__decor1 {
    left: max(-42vw, -140px);
    top: -72px;
    width: min(340px, 88vw);
    height: min(340px, 88vw);
    border-radius: 50%;
  }

  .df-course {
    padding: 16px 12px;
    gap: 14px;
    border-radius: 16px;
  }

  .df-course__title {
    font-size: 22px;
    overflow-wrap: anywhere;
    line-height: 1.2;
  }

  .df-course__subtitle,
  .df-course__notice {
    font-size: 14px;
    line-height: 20px;
  }

  .df-course__images {
    width: min(100%, 260px);
    max-width: 100%;
    margin-inline: auto;
  }

  .df-benefits {
    gap: 20px;
  }

  .df-benefits__list {
    gap: 14px;
  }

  .df-benefits__list p {
    font-size: 16px;
    line-height: 1.45;
  }

  .df-instruction {
    gap: 20px;
    padding: 16px;
    border-radius: 16px;
  }

  .df-acc__title,
  .df-acc h3 {
    font-size: 18px;
    overflow-wrap: anywhere;
  }

  .df-acc p {
    font-size: 14px;
    line-height: 1.45;
  }

  .df-useful,
  .df-cta {
    gap: 14px;
  }

  .df-useful__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
  }

  .df-card {
    gap: 14px;
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .df-card img {
    height: auto;
    border-radius: 10px;
  }

  .df-card h3 {
    font-size: 16px;
    overflow-wrap: anywhere;
    line-height: 1.25;
  }

  .df-card p,
  .df-card time {
    font-size: 14px;
    line-height: 1.45;
  }

  .df-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    width: 100%;
  }

  .df-gallery__row {
    display: contents;
  }

  .df-gallery img {
    width: 100%;
    min-width: 0;
    flex: initial;
    height: auto;
  }

  .df-footer {
    margin-top: 48px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 28px;
    padding-bottom: 20px;
    gap: 20px;
  }

  .df-footer__links {
    gap: 14px;
  }

  .df-footer__bottom {
    gap: 16px;
    padding-top: 16px;
  }

  .where-fixed {
    width: 56px;
    height: 56px;
    right: 12px;
    bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .df-btn,
  .df-about__play,
  .reveal-on-scroll {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }

  .where-fixed img:last-child {
    transition: none !important;
    animation: none !important;
    transform: translate(-50%, -50%) !important;
  }

  .reveal-on-scroll {
    opacity: 1 !important;
  }
}