@charset "UTF-8";
/**
  Нормализация блочной модели
 */
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

button {
  background-color: transparent;
  border: none;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

ul,
ol,
ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  margin: 0;
  padding: 0;
  border: none;
}

a:focus,
input:focus,
input:active,
textarea:focus,
textarea:active,
button:focus,
button:active {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
  background-color: transparent !important;
}

/**
  Убираем внутренние отступы слева тегам списков,
  у которых есть атрибут class
 */
:where(ul, ol):where([class]) {
  padding-left: 0;
}

/**
  Убираем внешние отступы body и двум другим тегам,
  у которых есть атрибут class
 */
body,
:where(blockquote, figure):where([class]) {
  margin: 0;
}

/**
  Убираем внешние отступы вертикали нужным тегам,
  у которых есть атрибут class
 */
:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
  margin-block: 0;
}

:where(dd[class]) {
  margin-left: 0;
}

:where(fieldset[class]) {
  margin-left: 0;
  padding: 0;
  border: none;
}

/**
  Убираем стандартный маркер маркированному списку,
  у которого есть атрибут class
 */
:where(ul[class]) {
  list-style: none;
}

:where(address[class]) {
  font-style: normal;
}

/**
  Обнуляем вертикальные внешние отступы параграфа,
  объявляем локальную переменную для внешнего отступа вниз,
  чтобы избежать взаимодействие с более сложным селектором
 */
p {
  --paragraphMarginBottom: 24px;
  margin-block: 0;
}

/**
  Упрощаем работу с изображениями и видео
 */
img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

/**
  Наследуем свойства шрифт для полей ввода
 */
input,
textarea,
select,
button {
  font: inherit;
}

html {
  /**
    Пригодится в большинстве ситуаций
    (когда, например, нужно будет "прижать" футер к низу сайта)
   */
  height: 100%;
  /**
    Убираем скачок интерфейса по горизонтали
    при появлении / исчезновении скроллбара
   */
  scrollbar-gutter: stable;
}

/**
  Плавный скролл
 */
html,
:has(:target) {
  scroll-behavior: smooth;
}

body {
  /**
    Пригодится в большинстве ситуаций
    (когда, например, нужно будет "прижать" футер к низу сайта)
   */
  min-height: 100%;
  /**
    Унифицированный интерлиньяж
   */
  line-height: 1.5;
}

/**
  Нормализация высоты элемента ссылки при его инспектировании в DevTools
 */
a:where([class]) {
  display: inline-flex;
}

/**
  Курсор-рука при наведении на элемент
 */
button,
label,
summary {
  cursor: pointer;
}

/**
  Приведение рамок таблиц в классический 'collapse' вид
 */
:where(table) {
  border-collapse: collapse;
  border-color: currentColor;
}

/**
  Удаляем все анимации и переходы для людей,
  которые предпочитают их не использовать
 */
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../public/fonts/RobotoSemiCondensed-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../public/fonts/RobotoCondensed-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../public/fonts/RobotoSemiCondensed-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../public/fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../public/fonts/Roboto-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../public/fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../public/fonts/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../public/fonts/RobotoSemiCondensed-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Yanone Kaffeesatz";
  src: url("../public/fonts/YanoneKaffeesatz-Light.ttf") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-white: #ffffff;
  --color-black: #141414;
  --color-yellow: #fff701;
  --color-green: #64b22a;
  --color-green-alt: #499f0a;
  --color-green-dark: #20400d;
  --text-regular: #1e1842;
  --font-family: "Roboto", -apple-system, Helvetica, sans-serif;
  --second-family: "Roboto Condensed", -apple-system, Roboto, Helvetica,
    sans-serif;
  --container-padding-x: 1.25rem;
  --transition-duration: 0.2s;
}

.container {
  max-width: 89.3772893773vw;
  width: 100%;
  margin-inline: auto;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  -webkit-clip-path: inset(100%) !important;
  clip-path: inset(100%) !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
}

@media (width <= 48.06125rem) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (width > 48.06125rem) {
  .visible-mobile {
    display: none !important;
  }
}

.slide {
  height: 100vh;
  width: 100vw;
}
.slide.slider-off {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 4.375rem;
}
.slide.slider-off .hero__container {
  min-height: 100vh;
}

.accent-color {
  color: var(--color-green);
}

.overline-text {
  line-height: 90%;
  font-size: 0.6em;
  vertical-align: top;
}

.trademark {
  line-height: 90%;
  font-size: 0.7em;
  vertical-align: top;
}

.trademark--white {
  line-height: 90%;
  font-size: 0.7em;
  vertical-align: top;
  color: #ffffff;
}

html {
  font-size: 1.1721611722vw;
}
@media (width <= 63.99875rem) {
  html {
    font-size: 1.125rem;
  }
}
@media (width <= 48.06125rem) {
  html {
    font-size: 0.625rem;
  }
}

body {
  font-size: 1rem;
  font-family: var(--font-family);
  color: var(--text-regular);
  overflow: hidden;
  position: relative;
}
body.slider-off {
  overflow: visible;
}

body::-webkit-scrollbar {
  display: none;
}

.slider-container {
  height: 100vh;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
}
.slider-container.slider-off {
  overflow: visible;
}

.slider-container.off {
  overflow: visible;
}

.slider {
  display: flex;
  flex-direction: column;
  touch-action: pan-y;
}

a,
button,
label,
input,
textarea,
select,
svg * {
  transition-duration: var(--transition-duration);
}

:focus-visible {
  outline: 0.125rem dashed var(--color-accent);
  outline-offset: 0.25rem;
  transition-duration: 0s !important;
}

a[aria-label],
button[aria-label] {
  position: relative;
}
a[aria-label]::before,
button[aria-label]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 2.75rem;
  height: 2.75rem;
  content: "";
}

.header {
  width: 100%;
  border-radius: 0.125rem;
  background-color: var(--color-green);
  box-shadow: 0rem 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  flex-shrink: 0;
}

.header.accent-bg {
  background-color: #325e18;
}

.header__container {
  min-height: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (width <= 63.99875rem) {
  .header__container {
    justify-content: start;
  }
}

.header__logo img {
  width: 8.1875rem;
  flex-shrink: 0;
}

.header__nav {
  min-width: 15rem;
  width: 41.6875rem;
  font-size: 1rem;
  text-transform: uppercase;
}
@media (width <= 63.99875rem) {
  .header__nav {
    width: 100vw;
    height: 100vh;
    background-color: var(--color-green);
    position: absolute;
    top: 0;
    left: 0;
    translate: 0 -100%;
  }
  .header__nav.open {
    transition: translate 0.5s ease;
    translate: 0 0;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
  }
  .header__nav.open ul {
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
  }
}
.header__nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--second-family);
  color: var(--color-white);
}
.header__nav ul a.disabled {
  opacity: 0.7;
}
.header__nav ul a:hover {
  opacity: 0.7;
}

.header__menu-btn {
  display: none;
  width: 1.875rem;
  height: 1.5rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  background-color: transparent;
  border: none;
}
.header__menu-btn.open {
  position: relative;
  z-index: 101;
}
.header__menu-btn.open span:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 320%;
}
.header__menu-btn.open span:nth-of-type(2) {
  opacity: 0;
}
.header__menu-btn.open span:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -320%;
}
@media (width <= 63.99875rem) {
  .header__menu-btn {
    display: flex;
  }
}

.header__menu-btn span {
  display: block;
  width: 100%;
  height: 0.125rem;
  border-radius: 0.625rem;
  background-color: var(--color-white);
  transition: rotate 0.2s ease, opacity 0.2s ease;
}
@media (width <= 63.99875rem) {
  .header__menu-btn span {
    height: 2px;
  }
}

.header__buy {
  padding: 0.8125rem 2.1875rem;
  border-radius: 3.125rem;
  background-color: var(--color-yellow);
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: var(--color-green-dark);
  font-weight: 300;
  font-size: 1rem;
  text-wrap: nowrap;
}
.header__buy:hover {
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.2) inset;
}
@media (width <= 63.99875rem) {
  .header__buy {
    margin-left: auto;
    margin-right: 2.5rem;
  }
}
@media (width <= 48.06125rem) {
  .header__buy {
    margin-right: 1.75rem;
    font-size: 12px;
  }
}
.header__buy svg {
  width: 1rem;
  height: 1.25rem;
}

.header__buy--fixed {
  height: 11.3125rem;
  width: 3.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff701;
  border-radius: 1.875rem 0 0 1.875rem;
  position: absolute;
  top: 50vh;
  right: 0;
  z-index: 10;
  text-align: center;
  color: var(--color-green-dark);
  text-wrap: nowrap;
}
.header__buy--fixed:hover {
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2) inset;
}
@media (width <= 48.06125rem) {
  .header__buy--fixed {
    width: 3.1875rem;
  }
}
@media (width <= 63.99875rem) {
  .header__buy--fixed {
    width: 2.625rem;
    border-radius: 1.25rem 0 0 1.25rem;
  }
}
@media (width <= 48.06125rem) {
  .header__buy--fixed {
    width: 2.25rem;
    border-radius: 0.9375rem 0 0 0.9375rem;
  }
}
.header__buy--fixed span {
  font-weight: 300;
  font-size: 1.125rem;
  transform: rotate(-90deg);
  translate: 2% -90%;
}
@media (width <= 48.06125rem) {
  .header__buy--fixed span {
    font-size: 12px;
  }
}
.header__buy--fixed img {
  width: 1.25rem;
  height: 1.25rem;
}

.header__buy--fixed svg {
  position: absolute;
  bottom: 1.875rem;
  right: 50%;
  translate: 50% 0;
  rotate: -90deg;
}

.hero {
  display: flex;
  align-items: center;
  position: relative;
}

.hero__bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__container {
  padding-top: 4.375rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media (width <= 63.99875rem) {
  .hero__container {
    align-items: start;
    padding-top: 7.5rem;
  }
}

.hero__product-img {
  width: 16.625rem;
  position: absolute;
  bottom: 1.1875rem;
  right: 20.625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}
@media (width <= 63.99875rem) {
  .hero__product-img {
    right: auto;
    left: 0;
  }
}
@media (width <= 48.06125rem) {
  .hero__product-img {
    width: 28.75rem;
    bottom: 4.375rem;
    left: 50%;
    translate: -50%;
  }
}
@media screen and (max-width: 375px) {
  .hero__product-img {
    width: 18.75rem;
  }
}
@media screen and (max-height: 500px) {
  .hero__product-img {
    display: none;
  }
}

.hero__woman-img {
  width: 20.5rem;
  position: absolute;
  bottom: 0;
  right: -0.5rem;
  filter: drop-shadow(12px 19px 50px rgba(0, 0, 0, 0.1));
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}
@media (width <= 48.06125rem) {
  .hero__woman-img {
    display: none;
  }
}
@media screen and (max-height: 500px) {
  .hero__woman-img {
    display: none;
  }
}

.hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  position: relative;
  z-index: 2;
}

.hero__title {
  margin-bottom: 3.125rem;
  font-size: 2.125rem;
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
}
@media (width <= 48.06125rem) {
  .hero__title {
    font-size: 24px;
  }
}

.hero__subtitle {
  font-family: var(--second-family);
  max-width: 43rem;
  font-size: 3.5rem;
  line-height: 111%;
  letter-spacing: -0.03em;
  font-weight: 600;
  text-transform: uppercase;
}
@media (width <= 48.06125rem) {
  .hero__subtitle {
    font-weight: 500;
  }
}
@media screen and (max-width: 375px) {
  .hero__subtitle {
    font-size: 34px;
  }
}

.hero-title__name {
  font-weight: 400;
}

.scroll-hint {
  align-self: start;
  margin-top: 6.25rem;
  gap: 0.9375rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  display: flex;
  align-items: center;
  color: var(--color-green);
  text-transform: uppercase;
}
@media (width <= 63.99875rem) {
  .scroll-hint {
    margin-top: 5rem;
  }
}
@media (width <= 48.06125rem) {
  .scroll-hint {
    margin-top: 1.875rem;
  }
}

.wheel {
  border: 0.0625rem solid var(--color-green);
  border-radius: 3.125rem;
  width: 1.5625rem;
  height: 2.8125rem;
  position: relative;
}

.wheel:before {
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 100%;
  background-color: var(--color-green);
  position: absolute;
  top: 0.4375rem;
  left: 50%;
  translate: -50% 0;
  animation: wheel-scroll 2s ease infinite;
}

@keyframes wheel-scroll {
  0% {
    opacity: 0;
  }
  20% {
    translate: -50% 0;
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    translate: -50% 320%;
    opacity: 1;
  }
  100% {
    translate: -50% 320%;
    opacity: 0;
  }
}
.benefits {
  padding-top: 4.375rem;
  display: flex;
  position: relative;
  align-items: center;
}
@media (width <= 48.06125rem) {
  .benefits {
    padding-top: 6.25rem;
    align-items: start;
  }
}

.benefits__container {
  width: min(100%, 67.5rem);
  position: relative;
}

.benefits__title {
  max-width: 52.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-family: var(--second-family);
  font-weight: 400;
  line-height: 106%;
  text-transform: uppercase;
  text-align: center;
}
@media (width <= 48.06125rem) {
  .benefits__title {
    font-size: 28px;
    text-transform: none;
  }
}

.benefits__content {
  display: flex;
  gap: 6.25rem;
}
@media (width <= 63.99875rem) {
  .benefits__content {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}

.benefits__image {
  width: 21.3125rem;
  filter: drop-shadow(0.9375rem 0.75rem 0.75rem rgba(84, 84, 84, 0.25));
  flex-grow: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (width <= 48.06125rem) {
  .benefits__image {
    width: 18.75rem;
  }
}
.benefits__image img {
  width: 100%;
}

.benefits__list {
  padding-top: 2.125rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  counter-reset: num;
}
@media (width <= 48.06125rem) {
  .benefits__list p {
    font-size: 14px !important;
  }
}
.benefits__list li {
  padding: 0.9375rem 1.25rem;
  border-radius: 3.125rem;
  background-color: var(--color-green);
  display: flex;
  align-items: center;
  gap: 1.25rem;
  counter-increment: num;
}
@media (width <= 48.06125rem) {
  .benefits__list li {
    border-radius: 1.875rem;
  }
}
.benefits__list li:last-of-type {
  margin-bottom: 0;
}
.benefits__list li:before {
  content: counter(num);
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  background-color: var(--color-white);
  color: var(--color-green);
  font-family: var(--second-family);
  font-weight: 500;
  line-height: 106%;
  text-transform: uppercase;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media (width <= 48.06125rem) {
  .benefits__list li:before {
    width: 32px;
    height: 32px;
    font-size: 24px;
  }
}
.benefits__list li p {
  max-width: 30.9375rem;
  color: var(--color-white);
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
}
@media (width <= 63.99875rem) {
  .benefits__list li p {
    max-width: 100%;
  }
}
.benefits__list li p strong {
  font-weight: 900;
}

.benefit-number {
  align-self: stretch;
  border-radius: 6.25rem;
  background-color: #ffffff;
  margin-top: auto;
  margin-bottom: auto;
  min-height: 2.625rem;
  padding: 0.25rem 0.8125rem;
  font-size: 2rem;
  color: #66b72a;
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1;
  width: 2.625rem;
  height: 2.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits__overline {
  line-height: 150%;
  font-size: 0.6em;
  vertical-align: top;
}

@media screen and (max-width: 63.9375rem) {
  .benefits-layout {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .benefits-section {
    justify-content: start;
  }
  .benefits-section .section-title {
    font-size: 1.5rem;
    line-height: 100%;
  }
  .benefits-content {
    margin-top: 1.25rem;
  }
  .benefits-column:last-child {
    min-width: auto;
  }
  .benefit-item {
    max-width: 100%;
    margin-bottom: 0.75rem;
    padding: 0.625rem 1.25rem;
    border-radius: 1.875rem;
    display: flex;
    flex-wrap: nowrap;
  }
  .benefit-text {
    width: 100%;
    font-size: 0.875rem;
  }
  .benefit-number {
    width: 2.125rem;
    height: 2.125rem;
    min-height: 2.125rem;
    font-size: 1.5rem;
  }
}
.usage {
  padding-top: 4.375rem;
  background-color: var(--color-green);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width <= 48.06125rem) {
  .usage {
    padding-top: 6.25rem;
    align-items: start;
  }
}

.usage__title {
  margin-bottom: 3.125rem;
  font-size: 2.25rem;
  font-family: var(--second-family);
  line-height: 100%;
  font-weight: 400;
  text-align: center;
  color: var(--color-white);
}
@media (width <= 48.06125rem) {
  .usage__title {
    font-size: 28px;
  }
}

.usage__content {
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 3.875rem;
  align-items: center;
}
@media (width <= 63.99875rem) {
  .usage__content {
    flex-direction: column;
    justify-content: start;
    gap: 1.875rem;
  }
}

.usage__images {
  display: flex;
  gap: 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.usage__images img {
  width: 12.8125rem;
}

.usage__instructions {
  padding: 2.5rem;
  border-radius: 1.875rem;
  background-color: var(--color-white);
  color: var(--color-green-alt);
}
@media (width <= 63.99875rem) {
  .usage__instructions {
    width: 100%;
  }
}
.usage__instructions h3 {
  font-size: 1.5rem;
  font-family: var(--second-family);
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media (width <= 48.06125rem) {
  .usage__instructions h3 {
    font-size: 18px;
  }
}
.usage__instructions h3 span {
  font-size: 0.7em;
  vertical-align: top;
  line-height: 160%;
}
.usage__instructions .usage__item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.usage__instructions .usage__item:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
.usage__instructions .usage__item img {
  width: 3.4375rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (width <= 48.06125rem) {
  .usage__instructions .usage__item img {
    width: 35px;
    height: 35px;
  }
}
.usage__instructions .usage__item p {
  max-width: 27.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
}
@media (width <= 63.99875rem) {
  .usage__instructions .usage__item p {
    max-width: 100%;
  }
}
@media (width <= 48.06125rem) {
  .usage__instructions .usage__item p {
    font-size: 14px;
  }
}
.usage__instructions .usage__item p strong {
  font-weight: 900;
}

.usage__addons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  color: var(--color-white);
  text-align: center;
}
.usage__addons p:first-of-type {
  max-width: 59.875rem;
  font-size: 1.25rem;
  line-height: 100%;
  font-weight: 400;
}
@media (width <= 48.06125rem) {
  .usage__addons p:first-of-type {
    font-size: 16px;
  }
}
.usage__addons p:last-of-type {
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 400;
}
@media (width <= 48.06125rem) {
  .usage__addons p:last-of-type {
    font-size: 14px;
  }
}

.thrush {
  padding-top: 6.25rem;
  padding-bottom: 2.3125rem;
  display: flex;
  align-items: center;
}
@media (width <= 63.99875rem) {
  .thrush {
    padding-top: 4.375rem;
    padding-bottom: 0;
  }
}
@media (width <= 48.06125rem) {
  .thrush {
    padding-top: 6.25rem;
    align-items: start;
  }
}

.thrush__title {
  margin-bottom: 0.9375rem;
  font-size: 2.25rem;
  font-family: var(--second-family);
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}
@media (width <= 48.06125rem) {
  .thrush__title {
    font-size: 28px;
  }
}

.thrush__description {
  max-width: 64.6875rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 111%;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (width <= 63.99875rem) {
  .thrush__description {
    margin-bottom: 5rem;
  }
}
@media (width <= 48.06125rem) {
  .thrush__description {
    font-size: 16px;
  }
}

.thrush__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1.25rem;
}
@media (width <= 63.99875rem) {
  .thrush__content {
    row-gap: 0;
  }
}
@media (width <= 48.06125rem) {
  .thrush__content p {
    font-size: 12px !important;
  }
}
.thrush__content .thrush__row {
  display: flex;
  align-items: center;
  gap: 3.125rem;
}
@media (width <= 63.99875rem) {
  .thrush__content .thrush__row {
    flex-direction: column;
    row-gap: 0;
  }
}
@media (width <= 63.99875rem) {
  .thrush__content .thrush__row:first-of-type {
    flex-direction: column-reverse;
  }
}
@media (width <= 63.99875rem) {
  .thrush__content .thrush__row:first-of-type .thrush__item:nth-of-type(1) {
    padding: 2.5rem;
  }
}
@media (width <= 48.06125rem) {
  .thrush__content .thrush__row:first-of-type .thrush__item:nth-of-type(1) {
    padding: 1.25rem;
  }
}
.thrush__content .thrush__row:first-of-type .thrush__item:nth-of-type(1) p {
  max-width: 36.3125rem;
  text-align: right;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 133%;
  text-align: right;
  color: var(--text-regular);
}
@media (width <= 63.99875rem) {
  .thrush__content .thrush__row:first-of-type .thrush__item:nth-of-type(1) p {
    text-align: left;
    max-width: 100%;
  }
}
.thrush__content .thrush__row:first-of-type .thrush__item:nth-of-type(2) {
  width: 32.875rem;
  padding: 2.5rem;
  border-radius: 1.875rem;
  background: var(--color-green-alt);
  position: relative;
}
@media (width <= 63.99875rem) {
  .thrush__content .thrush__row:first-of-type .thrush__item:nth-of-type(2) {
    width: 100%;
  }
}
@media (width <= 48.06125rem) {
  .thrush__content .thrush__row:first-of-type .thrush__item:nth-of-type(2) {
    padding: 1.25rem;
  }
}
.thrush__content .thrush__row:first-of-type .thrush__item:nth-of-type(2) img {
  width: 12.4375rem;
  height: 14.625rem;
  position: absolute;
  bottom: 0;
  right: 0.5625rem;
  z-index: 0;
  border-radius: 0 0 1.125rem 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.thrush__content .thrush__row:first-of-type .thrush__item:nth-of-type(2) p {
  max-width: 18.25rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 125%;
  position: relative;
  z-index: 1;
  color: var(--color-white);
}
@media (width <= 63.99875rem) {
  .thrush__content .thrush__row:first-of-type .thrush__item:nth-of-type(2) p {
    max-width: 28.75rem;
  }
}
@media (width <= 30.06125rem) {
  .thrush__content .thrush__row:first-of-type .thrush__item:nth-of-type(2) p {
    max-width: 20rem;
  }
}
.thrush__content .thrush__row:last-of-type .thrush__item:nth-of-type(1) {
  padding: 1.875rem 1.5625rem 1.875rem 2.5rem;
  border-radius: 1.875rem;
  background: var(--color-green-alt);
}
@media (width <= 63.99875rem) {
  .thrush__content .thrush__row:last-of-type .thrush__item:nth-of-type(1) {
    width: 100%;
    padding: 2.5rem;
  }
}
@media (width <= 48.06125rem) {
  .thrush__content .thrush__row:last-of-type .thrush__item:nth-of-type(1) {
    padding: 1.25rem;
  }
}
.thrush__content .thrush__row:last-of-type .thrush__item:nth-of-type(1) p {
  max-width: 28.8125rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 125%;
  color: var(--color-white);
}
@media (width <= 63.99875rem) {
  .thrush__content .thrush__row:last-of-type .thrush__item:nth-of-type(1) p {
    max-width: 100%;
    font-size: 1.125rem;
  }
}
@media (width <= 63.99875rem) {
  .thrush__content .thrush__row:last-of-type .thrush__item:nth-of-type(2) {
    padding: 2.5rem;
  }
}
@media (width <= 48.06125rem) {
  .thrush__content .thrush__row:last-of-type .thrush__item:nth-of-type(2) {
    padding: 1.25rem;
  }
}
.thrush__content .thrush__row:last-of-type .thrush__item:nth-of-type(2) p {
  max-width: 36.3125rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 133%;
  color: var(--text-regular);
}
@media (width <= 63.99875rem) {
  .thrush__content .thrush__row:last-of-type .thrush__item:nth-of-type(2) p {
    max-width: 100%;
    font-size: 1.125rem;
  }
}

.symptoms {
  padding-top: 7.5rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media (width <= 63.99875rem) {
  .symptoms {
    align-items: start;
  }
}

.symptoms__bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  inset: 0;
  z-index: 0;
}

.symptoms__container {
  max-width: 71.25rem;
  height: 100%;
  padding-bottom: 1.875rem;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (width <= 63.99875rem) {
  .symptoms__container {
    max-width: 89.3772893773vw;
  }
}

.symptoms__title {
  margin-top: auto;
  color: #e4e5e5;
  font-size: 2.25rem;
  font-family: var(--second-family);
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (width <= 63.99875rem) {
  .symptoms__title {
    margin-top: 0;
  }
}
@media (width <= 48.06125rem) {
  .symptoms__title {
    font-size: 28px;
  }
}

.symptoms__description {
  margin-bottom: auto;
  position: relative;
  color: #e4e5e5;
  font-size: 1.125rem;
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 111%;
  text-align: center;
  margin-top: 0.625rem;
  z-index: 2;
}
@media (width <= 63.99875rem) {
  .symptoms__description {
    margin-bottom: 2.5rem;
  }
}
@media (width <= 48.06125rem) {
  .symptoms__description {
    font-size: 14px;
  }
}

.symptoms__list {
  margin-top: auto;
  align-self: end;
  justify-self: end;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  position: relative;
  z-index: 2;
}
@media (width <= 63.99875rem) {
  .symptoms__list {
    margin-top: 0;
    align-self: center;
    justify-self: center;
  }
}
.symptoms__list li {
  width: 17.5rem;
  min-height: 10.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(123 123 123 / 68%);
  text-align: center;
  font-family: var(--font-family);
  font-size: 1.125rem;
  color: #e4e5e5;
  font-weight: 500;
}
@media (width <= 63.99875rem) {
  .symptoms__list li {
    width: 100%;
    min-height: 12.5rem;
  }
}
@media (width <= 48.06125rem) {
  .symptoms__list li {
    font-size: 12px;
  }
}

.symptoms__img {
  position: absolute;
  bottom: 0rem;
  left: 3.625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.symptoms__img img {
  width: 25.9375rem;
}

.importance {
  padding-top: 4.375rem;
  display: flex;
  align-items: center;
}
@media (width <= 48.06125rem) {
  .importance {
    padding-top: 6.25rem;
    align-items: start;
  }
}

.importance__title {
  font-size: 2.25rem;
  font-family: var(--second-family);
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}
@media (width <= 48.06125rem) {
  .importance__title {
    font-size: 28px;
  }
}

.importance__content {
  width: 100%;
  margin-top: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.125rem;
}
@media (width <= 63.99875rem) {
  .importance__content {
    flex-direction: column;
  }
}

.importance__card {
  width: 32.875rem;
  height: 11.25rem;
  padding-left: 2.5rem;
  padding-right: 7.5rem;
  border-radius: 1.875rem;
  background: var(--color-green-alt);
  position: relative;
  display: flex;
  align-items: center;
}
@media (width <= 63.99875rem) {
  .importance__card {
    width: 100%;
  }
}

.importance__text p {
  max-width: 37.0625rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 133%;
  text-align: right;
  position: relative;
}
@media (width <= 63.99875rem) {
  .importance__text p {
    max-width: 100%;
    text-align: left;
  }
}
@media (width <= 48.06125rem) {
  .importance__text p {
    font-size: 14px;
  }
}

.importance__card p {
  max-width: 21.875rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 125%;
  color: var(--color-white);
  position: relative;
  z-index: 1;
}
@media (width <= 63.99875rem) {
  .importance__card p {
    max-width: 28.125rem;
  }
}
@media (width <= 48.06125rem) {
  .importance__card p {
    font-size: 12px;
  }
}

.importance__card img {
  width: 6.875rem;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.importance__conclusion {
  margin-top: 3.125rem;
  font-size: 1.5rem;
  font-family: var(--second-family);
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
}

.importance__overline {
  font-size: 0.6em;
  line-height: 180%;
  vertical-align: top;
}

.treatment {
  padding-top: 4.375rem;
  background-color: var(--color-green);
  display: flex;
  align-items: center;
}
@media (width <= 48.06125rem) {
  .treatment {
    padding-top: 6.25rem;
    align-items: start;
  }
}

.treatment__title {
  color: var(--color-white);
  font-size: 2.25rem;
  font-family: var(--second-family);
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}
@media (width <= 48.06125rem) {
  .treatment__title {
    font-size: 28px;
  }
}

.treatment__content {
  margin-top: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.75rem;
}
@media (width <= 63.99875rem) {
  .treatment__content {
    flex-direction: column-reverse;
  }
}

.treatment__card {
  width: 32.875rem;
  min-height: 8.75rem;
  padding-left: 7.5rem;
  padding-right: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  border-radius: 1.875rem;
  background-color: var(--color-white);
}
@media (width <= 63.99875rem) {
  .treatment__card {
    width: 100%;
  }
}
.treatment__card p {
  max-width: 21.875rem;
  font-size: 1rem;
  line-height: 125%;
  font-weight: 600;
  color: var(--color-green-alt);
}
@media (width <= 63.99875rem) {
  .treatment__card p {
    max-width: 31.25rem;
  }
}
@media (width <= 48.06125rem) {
  .treatment__card p {
    font-size: 12px;
  }
}
.treatment__card img {
  width: 6.875rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.treatment__text p {
  max-width: 37.0625rem;
  color: var(--color-white);
  font-size: 1.125rem;
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 133%;
}
@media (width <= 63.99875rem) {
  .treatment__text p {
    max-width: 100%;
    text-align: center;
  }
}
@media (width <= 48.06125rem) {
  .treatment__text p {
    font-size: 14px;
  }
}

.treatment__description {
  max-width: 68.875rem;
  margin-left: auto;
  margin-right: auto;
  color: var(--color-white);
  font-size: 1.125rem;
  font-family: var(--second-family);
  font-weight: 400;
  line-height: 156%;
  text-align: center;
  margin-top: 3.125rem;
}
@media (width <= 63.99875rem) {
  .treatment__description {
    font-size: 1rem;
  }
}
@media (width <= 48.06125rem) {
  .treatment__description {
    font-size: 14px;
  }
}

.effectiveness {
  padding-top: 4.375rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media (width <= 48.06125rem) {
  .effectiveness {
    padding-top: 6.25rem;
    align-items: start;
  }
}

.effectiveness__title {
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  font-family: var(--second-family);
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}
@media (width <= 63.99875rem) {
  .effectiveness__title {
    margin-bottom: 3.125rem;
  }
}
@media (width <= 48.06125rem) {
  .effectiveness__title {
    font-size: 28px;
  }
}

.effectiveness__content {
  position: relative;
  overflow: hidden;
}

.effectiveness__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (width <= 63.99875rem) {
  .effectiveness__list {
    align-items: start;
    justify-content: start;
    transition: transform 0.5s ease;
  }
}

.prev,
.next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  font-size: 14px;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

@media (width <= 63.99875rem) {
  .prev,
  .next {
    display: flex;
  }
}

.effectiveness__list::-webkit-scrollbar {
  display: none;
}

.effectiveness__card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (width <= 63.99875rem) {
  .effectiveness__card {
    flex: 0 0 100%;
    scroll-snap-align: center;
  }
}
.effectiveness__card p {
  max-width: 20.8125rem;
  font-size: 0.875rem;
  line-height: 171%;
  font-weight: 300;
  text-align: center;
}
@media (width <= 63.99875rem) {
  .effectiveness__card p {
    max-width: 80%;
    font-size: 1.5rem;
  }
}
.effectiveness__card .effectiveness-card__icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 3.75rem;
}
@media (width <= 63.99875rem) {
  .effectiveness__card .effectiveness-card__icon {
    width: 6.25rem;
  }
}
.effectiveness__card .effectiveness-card__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 14.4375rem;
}
@media (width <= 63.99875rem) {
  .effectiveness__card .effectiveness-card__img {
    width: 25rem;
  }
}

.effectiveness-card:nth-of-type(1) .effectiveness-card__icon,
.effectiveness-card:nth-of-type(2) .effectiveness-card__icon {
  margin-bottom: 0.9375rem;
}

.effectiveness-card__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 150%;
}

.effectiveness-card__for {
  margin-top: 0.625rem;
  padding: 0.9375rem 1.25rem;
  border-radius: 1.875rem;
  background: var(--color-green);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 133%;
  color: var(--color-white);
}
@media (width <= 63.99875rem) {
  .effectiveness-card__for {
    font-size: 1.5rem;
  }
}

.effectiveness-card__location {
  margin-top: 0.625rem;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 133%;
}
@media (width <= 63.99875rem) {
  .effectiveness-card__location {
    font-size: 1.5rem;
  }
}

.effectiveness-card__count {
  font-weight: 600;
  font-size: 1rem;
  line-height: 150%;
}
@media (width <= 63.99875rem) {
  .effectiveness-card__count {
    font-size: 1.25rem;
  }
}

.effectiveness-card__results {
  margin-top: 0.9375rem;
  border-radius: 1.875rem;
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  background: var(--color-green);
  position: relative;
}
@media (width <= 63.99875rem) {
  .effectiveness-card__results {
    max-width: 80%;
    padding: 1.875rem;
  }
}
.effectiveness-card__results .effectiveness-result__text {
  max-width: 18.4375rem;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 133%;
  color: var(--color-white);
  text-align: left;
}
@media (width <= 63.99875rem) {
  .effectiveness-card__results .effectiveness-result__text {
    max-width: 100%;
    font-size: 1.5rem;
  }
}
.effectiveness-card__results .effectiveness-result__text strong {
  font-weight: 700;
}
@media (width <= 63.99875rem) {
  .effectiveness-card__results .effectiveness-result__text strong {
    font-weight: 600;
  }
}
.effectiveness-card__results .effectiveness-result__citation {
  width: 19.375rem;
  margin-top: 0.625rem;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 114%;
  color: var(--color-white);
  text-align: left;
}
@media (width <= 63.99875rem) {
  .effectiveness-card__results .effectiveness-result__citation {
    margin-top: 1.25rem;
    width: 100%;
    font-size: 1rem;
  }
}

.effectiveness-card__quotes {
  width: 1.875rem;
  position: absolute;
  top: 0.9375rem;
  left: 0.625rem;
}

.thanks {
  padding-top: 4.375rem;
  display: flex;
  align-items: center;
}
@media (width <= 48.06125rem) {
  .thanks {
    padding-top: 6.25rem;
    align-items: start;
  }
}

.thanks__container {
  width: min(100%, 73.75rem);
  margin-left: auto;
  margin-right: auto;
  padding: 3.75rem 3.75rem 3.75rem 5rem;
  border-radius: 1.25rem;
  background: #f5f3f4;
}
@media (width <= 63.99875rem) {
  .thanks__container {
    width: initial;
  }
}

.thanks__images {
  display: flex;
  gap: 1.25rem;
}
@media (width <= 63.99875rem) {
  .thanks__images {
    margin-right: auto;
  }
}
.thanks__images img {
  width: 12.625rem;
  filter: drop-shadow(0.625rem 1.25rem 1.25rem rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 375px) {
  .thanks__images img {
    width: 9.5rem;
  }
}

.thanks__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media (width <= 63.99875rem) {
  .thanks__wrapper {
    flex-direction: column;
    gap: 3.125rem;
  }
}

.thanks__text p {
  max-width: 36.5625rem;
}
@media (width <= 63.99875rem) {
  .thanks__text p {
    max-width: 100%;
  }
}

.thanks-text__title {
  max-width: 28.625rem;
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 600;
  font-size: 2.75rem;
  line-height: 3.125rem;
  color: var(--color-green);
  margin-bottom: 2.1875rem;
}
@media (width <= 63.99875rem) {
  .thanks-text__title {
    max-width: 100%;
  }
}
@media (width <= 48.06125rem) {
  .thanks-text__title {
    font-size: 28px;
  }
}

.thanks-text__description {
  max-width: 28.625rem;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;

  margin-bottom: 1.25rem;
}
@media (width <= 63.99875rem) {
  .thanks-text__description {
    margin-bottom: 2.1875rem;
  }
}
@media (width <= 48.06125rem) {
  .thanks-text__description {
    font-size: 14px;
  }
}

.thanks-text__where-buy {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  font-family: var(--font-family);
  border-radius: 1.25rem;
  padding: 0.5rem 2rem 0.5rem 2.5rem;
  width: 13.25rem;
  background: var(--color-green);
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 90%;
  color: var(--color-green-dark);
  text-wrap: nowrap;
  transition: 0.2s;
}
@media (width <= 48.06125rem) {
  .thanks-text__where-buy {
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 32px 8px 40px;
    font-size: 16px;
  }
}
.thanks-text__where-buy:hover {
  opacity: 0.8;
}
.thanks-text__where-buy img {
  width: 1.625rem;
}

.footer {
  height: 50vh;
  translate: 0 50%;
  width: 100vw;
  padding-bottom: 5.625rem;
  position: relative;
}
@media (width <= 63.99875rem) {
  .footer {
    padding-bottom: 0;
  }
}
@media (width <= 48.06125rem) {
  .footer {
    height: 100vh;
    translate: 0 30%;
  }
}
@media screen and (max-width: 375px) {
  .footer {
    translate: 0 20%;
  }
}

.footer {
  border-top: 0.0625rem solid #e8eeef;
}

.footer__inner {
  max-width: 73.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  padding-bottom: 9.375rem;
  padding-top: 1.875rem;
}
@media (width <= 63.99875rem) {
  .footer__inner {
    padding-bottom: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.footer__inner ul {
  padding-left: 2.5rem;
}
.footer__inner ul li {
  list-style: disc;
}

.footer__inner p {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.footer__inner a {
  color: #232323;
  text-decoration: underline;
  text-decoration-color: rgba(35, 35, 35, 0.3);
}

.footer__logo {
  width: -moz-fit-content;
  width: fit-content;
}
.footer__logo img {
  width: 5.625rem;
}

.footer__inner a:hover {
  text-decoration-color: rgba(35, 35, 35, 0);
}

.footer__privacy-policy {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer__forma {
  width: 100%;
  padding-top: 0.625rem;
}

.footer__site-info {
  margin-top: 0.875rem;
  width: 100%;
}

.footer__contraindications {
  width: 100%;
  color: #bac3c5;
  flex-basis: 100%;
  font: 300 3rem "Yanone Kaffeesatz", sans-serif;
  letter-spacing: -0.1875rem;
  margin-top: 2.5rem;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  line-height: 110%;
} /*# sourceMappingURL=main.css.map */

/* исправленные стили */

@media (width <= 63.9988rem) {
  .hero__container {
    align-items: start;
    padding-top: 13.5rem;
  }
}

@media (width <= 48.0613rem) {
  .hero__product-img {
    width: 28.75rem;
    bottom: 17.375rem;
    left: 47%;
    translate: -50%;
  }
}

@media (width <= 48.0613rem) {
  .benefits {
    padding-top: 6.25rem;
    align-items: center;
    display: flex;
  }
}

@media (width <= 48.0613rem) {
  .thrush {
    padding-top: 6.25rem;
    align-items: center;
  }
}

@media (width <= 63.9988rem) {
  .symptoms__container {
    max-width: 89.3772893773vw;
    justify-content: center;
  }
}

@media (width <= 48.0613rem) {
  .importance {
    padding-top: 6.25rem;
    align-items: center;
  }
}

@media (width <= 48.0613rem) {
  .treatment {
    padding-top: 6.25rem;
    align-items: center;
  }
}

@media (width <= 48.0613rem) {
  .effectiveness {
    padding-top: 6.25rem;
    align-items: center;
  }
}

@media (width <= 48.0613rem) {
  .thanks {
    padding-top: 6.25rem;
    align-items: center;
  }
}

.thanks-text__title {
  font-style: normal;
}

@media (width <= 48.0613rem) {
  .thanks-text__where-buy {
    width: -moz-fit-content;
    width: fit-content;
    padding: 17px 32px 16px 40px;
    font-size: 16px;
  }
}

.thrush__content .thrush__row:first-of-type .thrush__item:nth-of-type(1) p {
  max-width: 36.3125rem;
  text-align: right;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 133%;
  text-align: left;
  color: var(--text-regular);
}

.thrush__content .thrush__row:first-of-type .thrush__item:nth-of-type(1) p {
  max-width: 36.3125rem;
  text-align: right;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 133%;
  text-align: left;
  color: var(--text-regular);
}

.symptoms__list {
  margin-top: auto;
  margin-bottom: 25px;
}

.importance__text p {
  max-width: 37.0625rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 133%;
  text-align: left;
  position: relative;
}

.footer__inner p {
  margin-top: 0.85rem;
  margin-bottom: 0.85rem;
}

.footer__logo img {
  width: 3.625rem;
}

.text-notes {
  color: #95a0a2;
  font-size: 12px;
}

.footer__contraindications {
  width: 100%;
  color: #bac3c5;
  flex-basis: 100%;
  font: 300 1.84rem "Yanone Kaffeesatz", sans-serif;
  letter-spacing: -0.1875rem;
  margin-top: 0.5rem;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  line-height: 110%;
}

.footer__inner {
  font-size: 0.775rem;
}

.footer {
  height: 25vh;
  translate: 0 50%;
  width: 100vw;
  padding-bottom: 5.625rem;
  position: relative;
}

.hero__title {
  text-align: left;
}

.symptoms__list li {
  background-color: rgb(123 123 123 / 68%);
  line-height: 1.3rem;
}

.thanks-text__where-buy {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  font-family: var(--font-family);
  border-radius: 1.25rem;
  padding: 1rem 2rem 1rem 2.5rem;
  width: 13.25rem;
  background: var(--color-green);
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 90%;
  color: var(--color-green-dark);
  text-wrap: nowrap;
  transition: 0.2s;
}

.thanks-text__title {
  margin-bottom: 1.1875rem;
}

a.header__buy--fixed:hover {
  color: unset;
}

a.thanks-text__where-buy:hover {
  color: unset;
}

.thrush__container h2 {
  margin-top: 20px;
}

a.header__buy:hover {
  color: unset;
}

.thrush__content .thrush__row:first-of-type .thrush__item:nth-of-type(2) p {
  max-width: 18.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
  position: relative;
  z-index: 1;
  color: var(--color-white);
}

.thrush__content .thrush__row:last-of-type .thrush__item:nth-of-type(1) p {
  max-width: 28.8125rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
  color: var(--color-white);
}

.importance__card p {
  max-width: 21.875rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
  color: var(--color-white);
  position: relative;
  z-index: 1;
}

.treatment__card p {
  max-width: 21.875rem;
  font-size: 1rem;
  line-height: 125%;
  font-weight: 500;
  color: var(--color-green-alt);
}

.header__buy--fixed svg {
  width: 60px;
}

.symptoms__list li {
  font-weight: 400;
}

.thanks-text__where-buy {
  border-radius: 2.25rem;
  font-weight: 400;
  background-color: var(--color-yellow);
}

@media (width <= 100rem) {
  .header__buy--fixed svg {
    width: 24px;
  }
}

/*еще правки мобилки*/

@media (width <= 48.0613rem) {
  .thrush__description {
    margin-bottom: 1.5rem;
  }
  .hero__subtitle {
    font-weight: 500;
    margin: 0;
  }

  .hero__container {
    align-items: start;
    padding-top: 8.5rem;
  }

  .hero__product-img {
    width: 21.75rem;
    bottom: 4.375rem;
    left: 47%;
    translate: -50%;
  }

  .symptoms__list {
    margin-top: inherit;
    margin-bottom: 25px;
  }
  .usage__instructions {
    padding: 1.5rem;
  }

  .usage__addons p:last-of-type {
    font-size: 11px;
    line-height: 126%;
  }

  .usage__addons p:first-of-type {
    font-size: 14px;
  }

  .thrush__description {
    font-size: 14px;
  }

  .thrush__description {
    margin-bottom: 2rem;
  }

  .importance__card img {
    width: 9.5rem;
    position: absolute;
    top: -2px;
    right: -4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  .importance__card {
    height: 15.25rem;
  }

  .effectiveness__card p {
    line-height: 143%;
  }

  .benefits__image {
    width: 15.75rem;
  }

  .header__buy--fixed svg {
    position: absolute;
    bottom: 0.875rem;
    right: 51%;
    translate: 50% 0;
    rotate: -90deg;
    width: 20px;
  }

  .header__buy--fixed {
    width: 3.25rem;
    border-radius: 0.9375rem 0 0 0.9375rem;
  }

  .usage {
    padding-top: 6.25rem;
    align-items: center;
  }

  .benefits {
    padding-top: 2.25rem;
  }

  .symptoms__img img {
    width: 25.9375rem;
    display: none;
  }

  .footer {
    height: 10vh;
  }

  .footer__inner {
    font-size: 1rem;
  }

  .text-notes {
    color: #95a0a2;
    font-size: 1rem;
  }
}

.slider-container h2,
.h2 {
  margin-top: 0;
}

.header__buy--fixed span {
  font-weight: 400;
}

.symptoms__list {
  margin-top: auto;
  margin-bottom: auto;
}

.symptoms__img img {
  width: 26.9375rem;
}

@media (max-aspect-ratio: 8/5) {
  .symptoms__img img {
    width: 36.9375rem;
  }

  .hero__woman-img {
    width: 30.5rem;
  }

  .hero__product-img {
    width: 19.625rem;

    bottom: 5.1875rem;
    right: 30.625rem;
  }
}

@media (width <= 64rem) and (width >= 56.25rem) {
  .hero__woman-img {
    display: none;
  }

  .hero__container {
    align-items: start;
    padding-top: 7.5rem;
  }

  .hero__product-img {
    left: 469px;
    bottom: 2.1875rem;
  }

  .thrush__content .thrush__row:first-of-type .thrush__item:nth-of-type(2) p {
    max-width: 86%;
  }

  .thrush__content .thrush__row:last-of-type .thrush__item:nth-of-type(1) p {
    max-width: 100%;
  }

  .thrush__content .thrush__row:first-of-type .thrush__item:nth-of-type(1) p {
    max-width: 100%;
  }

  .symptoms__img img {
    display: initial;
  }

  .importance__text p {
    max-width: 100%;
  }

  .importance__card p {
    max-width: 86%;
  }

  .treatment__card p {
    max-width: 97%;
  }

  .symptoms__img img {
    display: none;
  }
  
 
}

@media (width <= 56.25rem) and (width >= 48rem) {
  .hero__woman-img {
    display: none;
  }

  .hero__container {
    align-items: start;
    padding-top: 7.5rem;
  }

  .hero__product-img {
    left: 335px;
    bottom: 1.1875rem;
  }

  .thrush__content .thrush__row:first-of-type .thrush__item:nth-of-type(2) p {
    max-width: 86%;
  }

  .thrush__content .thrush__row:first-of-type .thrush__item:nth-of-type(2) {
    padding: 5.25rem;
  }

  .thrush__content .thrush__row:last-of-type .thrush__item:nth-of-type(1) p {
    max-width: 100%;
  }

  .thrush__content .thrush__row:last-of-type .thrush__item:nth-of-type(1) {
    padding: 5.25rem;
  }

  .thrush__content .thrush__row:first-of-type .thrush__item:nth-of-type(1) p {
    max-width: 100%;
  }

  .symptoms__img img {
    display: initial;
  }

  .importance__text p {
    max-width: 100%;
  }

  .importance__card p {
    max-width: 86%;
  }

  .treatment__card p {
    max-width: 97%;
  }

  .symptoms__img img {
    display: none;
  }
}

@media (width <= 48rem) and (width >= 31.25rem) {
  .hero__woman-img {
    display: initial;
  }

  .slide.slider-off {
    padding-bottom: 0;
  }

  .hero__container {
    align-items: start;
    padding-top: 19.5rem;
  }

  .thrush__content .thrush__row:first-of-type .thrush__item:nth-of-type(2) p {
    max-width: 86%;
  }

  .thrush__content .thrush__row:first-of-type .thrush__item:nth-of-type(2) {
    padding: 5.25rem;
  }

  .thrush__content .thrush__row:last-of-type .thrush__item:nth-of-type(1) p {
    max-width: 100%;
  }

  .thrush__content .thrush__row:last-of-type .thrush__item:nth-of-type(1) {
    padding: 5.25rem;
  }

  .thrush__content .thrush__row:first-of-type .thrush__item:nth-of-type(1) p {
    max-width: 100%;
  }

  .symptoms__img img {
    display: initial;
  }

  .importance__text p {
    max-width: 100%;
  }

  .importance__card p {
    max-width: 86%;
  }

  .treatment__card p {
    max-width: 97%;
  }

  .symptoms__img {
    bottom: -4px;
  }
}

@media (width <= 31.25rem) {
  .hero__product-img {
    bottom: 12.1875rem;
  }

  .header__buy--fixed {
    height: 13.3125rem;
  }

  .importance,
  .benefits,
  .thrush,
  .usage,
  .effectiveness,
  .thanks {
    padding-top: 0;
  }

  .symptoms__list {
    margin-top: initial;
    margin-bottom: initial;
  }
}

@media (min-aspect-ratio: 5/10) {
  .hero__product-img {
    bottom: 1rem;
  }
  .importance,
  .benefits,
  .thrush,
  .usage,
  .effectiveness,
  .thanks {
    padding-top: 3.25rem;
  }
}

@media (width <= 63.99875rem) {
  .effectiveness__content {
    overflow: hidden;
  }
}
@media (width <= 63.99875rem) {
  .effectiveness__list {
    align-items: start;
    justify-content: start;
    transition: transform 0.5s ease;
  }
}


.treatment__content .importance__card {
	
background-color: var(--color-white);

}

.treatment__content .importance__card p {
	
	color: var(--color-green-alt);
	    font-weight: 500;
}


.treatment__content  .importance__card img {
    width: 8.53rem;
	
}

.treatment__card {
    width: 39.875rem;
	padding-right: 5.5rem;
	
}



@media (width <= 63.9988rem) {
    .treatment__card {
        width: 80%;
    }
	
	.treatment__content .importance__card {
   width: 80%;
    height: 11.25rem;
	}
	
	.treatment__content .importance__card img {
    width: 8.7rem;
	right: 1px;
}
}


@media (width <= 48.0613rem) {
	.treatment__content .importance__card {
        width: 80%;      
        min-height: 8.75rem;
		height: auto;
    }
	
	    .treatment__content .importance__card img {
        width: 6.8rem;
        right: 1px;
    }
	

	
}


.footer {
    height: 0;
    height: 100vh;
    width: 100vw;
    translate: 0;
    padding-top: 2.25rem;
    display: flex;
    align-items: center;
	padding-bottom: inherit;
}

.footer__inner ul {
    padding-left: 2.5rem;
	padding-bottom: 1.5rem;
}


.hero__product-img {
    width: 22.625rem;
	
}

@media (width <= 48.0613rem) {
	
		.hero__product-img {
    width: 33.625rem;
}
}

@media (width <= 48.0613rem) {
    .hero__title {
        font-size: 28px;
    }
	
	.importance__card p {
    font-size: 12px;
}

.importance__text p {

    font-size: 12px;
	
}

.thanks__container {

    padding: 3.75rem 3.75rem 3.75rem 3.5rem;
    border-radius: 1.25rem;
    background: #f5f3f4;
}

}

@media (width <= 48.0613rem) {

@media (min-aspect-ratio: 5/10) {
		.hero__product-img {
    width: 30.625rem;
}

 .importance,
  .benefits,
  .thrush,
  .usage,
  .effectiveness,
  .thanks {
    padding-top: 3.25rem;
  }
	
	 .hero__product-img {
    bottom: 1rem;
  }
}
}

@media (width <= 30rem) {
	.hero__product-img {
    width: 38.625rem;
}

.hero__product-img {
        bottom: 6.1875rem;
    }
}


@media (width <= 30rem) {

@media (min-aspect-ratio: 5/10) {
		.hero__product-img {
    width: 32.625rem;
}

 .importance,
  .benefits,
  .thrush,
  .usage,
  .effectiveness,
  .thanks {
    padding-top: 3.25rem;
  }
	
	 .hero__product-img {
    bottom: 1rem;
  }
  
  .hero__subtitle {
	  font-size:3rem;
  }
}
}



@media (width <= 25.62rem) {

@media (min-aspect-ratio: 4/9) {

.hero__title {
        font-size: 23px;
    }
	
	.hero__subtitle {
		font-size: 2.9rem;
		
	}

 .hero__product-img {
    bottom: 1rem;
  }
  
      .header__buy--fixed {
        height: 15.3125rem;
    }
	
		.hero__product-img {
    width: 30.625rem;
}
}
}




.footer__inner {
  padding-bottom:initial;
  padding-top:initial
}


.header__nav ul a:hover {
    /* opacity: 1; */
    color: #a9df81;
    text-decoration-color: rgba(255, 255, 255, 0);
}

.scroll-hint {
	padding: 20px;
    background: #ffffff9c;
    border-radius: 30px;
    text-align: center;
	
}


@media (width <= 25.62rem) {

@media (max-aspect-ratio: 0.455) {
.hero__product-img {
    bottom: 4rem;
  } 
	
}

}



@media (width <= 30rem) {

@media (min-aspect-ratio: 393/852) {
.hero__product-img {
    bottom: 2rem;
  }
  
	
}

}

