*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  width: 100%;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}
li .ctabtn {
  border: 0;
  background-color: var(--color-accent);
  border-radius: 56px;
  padding-block: 16px;
  color: var(--color-light);
  font-weight: 700;
}

.special {
  color: var(--color-accent2);
}

.achtung {
  color: var(--color-achtung);
}

.divider {
  display: none;
  width: 1px;
  height: 100%;
  opacity: 0.1;
  background: var(--color-text);
}
@media (width >= 75em) {
  .divider {
    display: block;
  }
}

.spacer {
  display: none;
  background-color: var(--color-light);
  width: 100%;
  height: 51px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (width >= 75em) {
  .spacer {
    display: block;
  }
}

.ctabtn {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-size: clamp(1rem, 0.7727272727rem + 0.9696969697vw, 1.5rem);
  border: 0;
  background-color: var(--color-accent);
  border-radius: 56px;
  padding-block: 16px;
  color: var(--color-light);
  font-weight: 700;
  text-align: center;
}
@media (width >= 75em) {
  .ctabtn {
    padding-block: 24px;
  }
}

* {
  --color-nav: #431F1A;
  --color-text: #222;
  --color-accent: #AE9168;
  --color-accent2: #947D34;
  --color-accent3: #EDD4B0;
  --color-light: #fff;
  --color-bg: #EBEAE0;
  --color-border: #C1A549;
  --color-achtung: #E53F35;
  --color-good: #8cc94f;
  --color-bg-good: #FAFFCD;
}

/* playfair-display-regular - cyrillic_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/playfair-display-v37-cyrillic_latin_latin-ext-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-600 - cyrillic_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/playfair-display-v37-cyrillic_latin_latin-ext-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-700 - cyrillic_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/playfair-display-v37-cyrillic_latin_latin-ext-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v40-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v40-cyrillic_cyrillic-ext_latin_latin-ext-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/open-sans-v40-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/open-sans-v40-cyrillic_cyrillic-ext_latin_latin-ext-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v40-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/open-sans-v40-cyrillic_cyrillic-ext_latin_latin-ext-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v40-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/open-sans-v40-cyrillic_cyrillic-ext_latin_latin-ext-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-size: clamp(1rem, 0.9431818182rem + 0.2424242424vw, 1.125rem);
}

h1 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 37.75px;
  letter-spacing: 1.888px;
  line-height: 0.8;
  font-style: normal;
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.625rem;
  font-size: clamp(2.625rem, 2.4545454545rem + 0.7272727273vw, 3rem);
  font-weight: 700;
  line-height: 120%;
}

h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.1022727273rem + 1.696969697vw, 2.375rem);
  font-weight: 700;
  line-height: 120%;
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

h6 {
  font-family: "Playfair Display", serif;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.9545454545rem + 0.7272727273vw, 1.5rem);
  font-weight: 700;
  line-height: 133%;
}

.page {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
}

.wrapper {
  width: 100%;
  max-width: 1170px;
  margin-inline: auto;
}

.header {
  background-image: url(../img/hero-bg.png);
  background-size: cover;
  background-position: center;
}

.navigation {
  width: 100%;
  background-color: var(--color-nav);
  max-width: 1920px;
}
@media (width >= 75em) {
  .navigation {
    position: absolute;
    z-index: 999;
  }
}
.navigation__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-light);
  padding: 16px;
}
@media (width >= 75em) {
  .navigation__container {
    padding-block-start: 17px;
    padding-block-end: 24px;
    padding-inline: 0;
  }
}
.navigation__desktop {
  display: none;
  gap: 20px;
}
@media (width >= 75em) {
  .navigation__desktop {
    display: flex;
    align-items: center;
  }
}
.navigation__link {
  color: var(--color-light);
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
}
.navigation__link--active {
  background-color: var(--color-accent);
  padding-block: 12px;
  padding-inline: 32px;
  border-radius: 32px;
}
@media (width >= 75em) {
  .navigation__hamburger, .navigation__cart {
    display: none;
  }
}

.hero {
  width: 100%;
  position: relative;
  display: grid;
  justify-items: center;
}
@media (width >= 75em) {
  .hero {
    display: flex;
    justify-content: end;
  }
}
.hero__content {
  display: grid;
  gap: 24px;
  padding-block-start: 32px;
  padding-inline: 16px;
}
@media (width >= 75em) {
  .hero__content {
    padding-inline: 5px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    justify-self: center;
  }
  .hero__content h2, .hero__content .ctabtn {
    max-width: 479px;
  }
}
.hero__info {
  display: grid;
  gap: 12px;
}
.hero__achtung {
  border: 3px dashed var(--color-accent2);
  border-radius: 32px;
  background: var(--color-light);
  padding-inline: 16px;
  padding-block: 8px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 1.1363636364rem + 0.4848484848vw, 1.5rem);
  line-height: 120%;
  font-weight: 600;
}
@media (width >= 75em) {
  .hero__achtung {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.hero__desc {
  font-size: 1.5rem;
  font-weight: 500;
}
.hero__img {
  overflow: hidden;
  padding-block-start: 24px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.7727272727rem + 0.9696969697vw, 1.5rem);
}
.hero__img--desktop {
  display: none;
}
@media (width >= 75em) {
  .hero__img {
    display: none;
  }
  .hero__img--desktop {
    display: block;
  }
}

.questions {
  width: 100%;
  background-image: url(../img/questions-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-block: 32px;
  padding-inline: 16px;
}
@media (width >= 75em) {
  .questions {
    padding-block: 80px;
  }
}
.questions__container {
  display: grid;
  justify-items: center;
  gap: 24px;
  padding-block: 24px;
  padding-inline: 16px;
  background: var(--color-light);
  border-radius: 26px;
  border: 2px solid var(--color-accent2);
  text-align: center;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.16);
}
@media (width >= 75em) {
  .questions__container {
    gap: 48px;
    padding-inline: 32px;
    padding-block: 32px;
  }
}
.questions h3 {
  max-width: 740px;
}
.questions h5 {
  max-width: 769px;
}

.checklist {
  display: grid;
  gap: 16px;
}
@media (width >= 75em) {
  .checklist {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.checklist > li {
  display: flex;
  align-items: start;
  text-align: left;
  gap: 20px;
}
.checklist__circle {
  background-color: var(--color-accent2);
  padding: 11px;
  border-radius: 50%;
}
.checklist input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 2px solid var(--color-light);
  position: relative;
}
.checklist input[type=checkbox]:checked::before {
  content: url(../img/checkbox-icon.svg);
  text-align: center;
  margin-block: auto;
  color: var(--color-accent2);
  background-color: var(--color-light);
  width: 18px;
  height: 18px;
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 2px;
}
.checklist label {
  cursor: pointer;
}

.introduction {
  width: 100%;
  background-color: var(--color-bg);
  position: relative;
}
.introduction h5 {
  font-weight: 700;
}
@media (width >= 75em) {
  .introduction h5 {
    text-align: center;
  }
}
.introduction__container {
  padding-inline: 16px;
  padding-block: 32px;
  display: grid;
  gap: 24px;
}
@media (width >= 75em) {
  .introduction__container {
    gap: 60px;
    padding-inline: 0;
    padding-block-start: 74px;
    padding-block-end: 0;
  }
}
.introduction__header {
  display: grid;
  gap: 24px;
  justify-items: center;
}
@media (width >= 75em) {
  .introduction__header {
    display: flex;
    gap: 80px;
  }
}
.introduction__titles {
  display: grid;
  gap: 32px;
}
@media (width >= 75em) {
  .introduction__titles {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-block-end: 16px;
    padding-inline-start: 32px;
  }
}
.introduction__advantages {
  display: grid;
  gap: 16px;
}
@media (width >= 75em) {
  .introduction__advantages {
    display: flex;
    gap: 14px;
  }
}
.introduction__advantage {
  padding: 16px;
  display: flex;
  gap: 16px;
  border-radius: 16px;
  border: 1px solid var(--color-accent2);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.16);
  align-items: center;
  background-color: var(--color-bg);
}
.introduction__advantage > p {
  font-size: 1.125rem;
  font-weight: 700;
}
@media (width >= 75em) {
  .introduction__advantage {
    flex-direction: column-reverse;
    justify-content: space-between;
    max-width: 210px;
    flex: 1;
    padding-block: 24px;
    gap: 32px;
    text-align: center;
    z-index: 999;
  }
}

.solution {
  width: 100%;
}
.solution__container {
  padding-inline: 16px;
  padding-block: 32px;
  display: grid;
  gap: 32px;
  max-width: 990px;
}
@media (width >= 75em) {
  .solution__container {
    text-align: center;
    padding-block: 80px;
    padding-inline: 0;
  }
}
.solution__conditions {
  display: grid;
  justify-items: center;
  gap: 32px;
}
@media (width >= 75em) {
  .solution__conditions {
    display: flex;
    justify-content: center;
    gap: 16px;
  }
}
.solution__condition {
  display: grid;
  justify-items: center;
  gap: 16px;
  max-width: 226px;
  flex: 1;
}
@media (width >= 75em) {
  .solution__condition {
    max-width: 266px;
  }
}
.solution__condition > p {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}

.examples {
  width: 100%;
  background-image: url(../img/examples-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (width >= 75em) {
  .examples {
    background-size: auto;
  }
}
.examples__container {
  padding-block: 32px;
  padding-inline: 16px;
  display: grid;
  gap: 16px;
}
@media (width >= 75em) {
  .examples__container {
    padding-block-start: 80px;
    padding-block-end: 0;
    padding-inline: 0;
    display: flex;
  }
}
.examples__example {
  background-color: var(--color-light);
  padding-block: 32px;
  padding-inline: 16px;
  border-radius: 16px;
  border: 2px solid #947D34;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.16);
  display: grid;
  gap: 24px;
  justify-items: start;
}
@media (width >= 75em) {
  .examples__example {
    flex: 1;
    align-content: start;
    gap: 32px;
    padding-inline: 32px;
  }
}
.examples__example > img {
  justify-self: center;
}
.examples__title {
  display: flex;
  gap: 16px;
}
@media (width >= 75em) {
  .examples__title {
    min-height: 138px;
  }
}
.examples__title > img {
  width: 32px;
  height: 26px;
}
@media (width >= 75em) {
  .examples__title > img {
    width: 62px;
    height: 50.4px;
  }
}
.examples__title > h3 {
  font-weight: 400;
}

.cta__container {
  padding-block: 32px;
  padding-inline: 16px;
  display: grid;
  gap: 24px;
  justify-items: center;
}
@media (width >= 75em) {
  .cta__container {
    gap: 62px;
    padding-block-start: 80px;
    padding-block-end: 62px;
    padding-inline: 0;
  }
}
.cta__title {
  display: grid;
  gap: 24px;
  text-align: center;
}
.cta__title h2 {
  font-size: 2.25rem;
  font-size: clamp(2.25rem, 1.9090909091rem + 1.4545454545vw, 3rem);
}
@media (width >= 75em) {
  .cta__title {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.cta__content {
  display: grid;
  gap: 24px;
}
@media (width >= 75em) {
  .cta__content {
    display: flex;
    flex-direction: row-reverse;
    gap: 24px;
  }
}
.cta__content img {
  justify-self: center;
}
@media (width >= 75em) {
  .cta__content img {
    width: 541px;
    height: 521px;
  }
}
.cta__texts {
  display: grid;
  gap: 32px;
}
@media (width >= 75em) {
  .cta__texts {
    align-self: center;
  }
}
.cta__paragraphs {
  display: grid;
  gap: 24px;
}
.cta__ground {
  display: grid;
  gap: 16px;
}
@media (width >= 75em) {
  .cta__ground {
    grid-template-columns: 1fr 1fr;
  }
}
.cta__ground > li {
  display: flex;
  gap: 16px;
}
@media (width >= 75em) {
  .cta__ground > li {
    max-width: 292px;
  }
}
.cta__ground img {
  width: 28px;
  height: 28px;
}

.steps {
  background-color: var(--color-bg);
}
.steps__container {
  padding-inline: 16px;
  padding-block: 32px;
  display: grid;
  gap: 32px;
}
@media (width >= 75em) {
  .steps__container {
    padding-block: 80px;
    padding-inline: 0;
    gap: 60px;
  }
  .steps__container > h2 {
    text-align: center;
    font-size: 2.375rem;
  }
}
.steps__list {
  display: grid;
  gap: 24px;
}
@media (width >= 75em) {
  .steps__list {
    gap: 38px;
  }
}
.steps__el {
  display: grid;
  gap: 24px;
}
@media (width >= 75em) {
  .steps__el {
    grid-template-columns: 130px 1fr;
  }
}
.steps__title {
  display: flex;
  gap: 30px;
}
.steps__title > img {
  height: 130px;
  width: 130px;
}
@media (width >= 75em) {
  .steps__title > h6 {
    display: none;
  }
}
.steps__content {
  display: grid;
  align-content: start;
  gap: 16px;
}
.steps__content > h6 {
  display: none;
}
@media (width >= 75em) {
  .steps__content > h6 {
    display: block;
  }
}

@media (width >= 75em) {
  .cta2 .ctabtn {
    max-width: -moz-fit-content;
    max-width: fit-content;
    justify-self: center;
    padding-inline: 62px;
  }
  .cta2 .cta__texts {
    max-width: 480px;
  }
  .cta2 .cta__paragraphs {
    gap: 32px;
  }
}

.ingredients {
  padding-inline: 16px;
}
.ingredients__container {
  display: grid;
  gap: 32px;
  padding-block-end: 32px;
}
@media (width >= 75em) {
  .ingredients__container {
    gap: 60px;
    padding-block-end: 80px;
  }
}
.ingredients__title {
  display: grid;
  gap: 32px;
}
.ingredients__text {
  display: grid;
  gap: 32px;
}
@media (width >= 75em) {
  .ingredients__text {
    gap: 0;
  }
}
.ingredients__list--desktop {
  display: none;
}
@media (width >= 43.75em) {
  .ingredients__list--desktop {
    display: grid;
  }
}
@media (width >= 43.75em) {
  .ingredients__list--mobile {
    display: none;
  }
}
.ingredients__list {
  -moz-column-gap: 14px;
       column-gap: 14px;
  row-gap: 22px;
}
@media (width >= 43.75em) {
  .ingredients__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (width >= 75em) {
  .ingredients__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ingredients__list li {
  display: grid;
  gap: 8px;
  align-content: start;
}
@media (width >= 75em) {
  .ingredients__list li {
    max-width: 330px;
  }
}
.ingredients__name {
  display: grid;
  font-weight: 700;
  gap: 8px;
}
.ingredients__name i {
  font-weight: 400;
}
@media (width >= 75em) {
  .ingredients__name {
    display: flex;
  }
}
.ingredients details {
  display: grid;
  gap: 8px;
}
.ingredients details > summary {
  list-style-type: none;
  display: flex;
  gap: 6px;
  cursor: pointer;
  padding-block-end: 8px;
}
@media (width >= 75em) {
  .ingredients details > summary {
    justify-content: end;
  }
}
.ingredients details span {
  font-weight: 700;
}
.ingredients details img {
  height: 16px;
}
.ingredients details[open] img {
  transform: rotate(180deg);
}
.ingredients__divider {
  display: none;
  grid-column-start: 1;
  grid-column-end: 4;
  height: 1px;
  width: 100%;
  background-color: #dedede;
}
@media (width >= 75em) {
  .ingredients__divider {
    display: block;
  }
}
.ingredients__list--mobile {
  margin-bottom: 50px;
}

.tips {
  background-image: url(../img/tips-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block: 32px;
  padding-inline: 16px;
}
@media (width >= 75em) {
  .tips {
    padding-block: 80px;
  }
}
.tips__container {
  padding-block: 24px;
  padding-inline: 15px;
  display: grid;
  gap: 24px;
  border-radius: 16px;
  border: 2px solid var(--color-border);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.16);
  background-color: var(--color-light);
}
@media (width >= 75em) {
  .tips__container {
    gap: 38px;
    padding: 32px;
  }
}
.tips__title {
  display: flex;
  gap: 16px;
}
.tips__title img {
  width: 43.536px;
  height: 45.417px;
}
.tips__title h3 {
  font-family: "Open Sans", sans-serif;
  color: var(--color-accent);
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.2727272727rem + 0.9696969697vw, 2rem);
  font-weight: 700;
}
.tips__content {
  display: grid;
  gap: 16px;
}
@media (width >= 75em) {
  .tips__content {
    gap: 24px;
  }
}
.tips__content li {
  display: flex;
  gap: 16px;
}
.tips__content img {
  width: 28px;
  height: 28px;
}

.why {
  padding-block: 32px;
  padding-inline: 16px;
}
@media (width >= 75em) {
  .why {
    padding-block: 80px;
    padding-inline: 0;
  }
}
.why__container {
  display: grid;
  gap: 24px;
  justify-items: center;
}
@media (width >= 75em) {
  .why__container {
    max-width: 990px;
    gap: 42px;
  }
}
.why__container > h2 {
  text-align: center;
  font-size: 2.25rem;
  font-size: clamp(2.25rem, 1.9090909091rem + 1.4545454545vw, 3rem);
}
.why__btn {
  color: var(--color-bg);
  text-decoration-line: underline;
  text-transform: uppercase;
  width: 100%;
}
@media (width >= 75em) {
  .why__btn {
    display: none;
  }
}
.why__list {
  display: grid;
  position: relative;
}
@media (width >= 75em) {
  .why__list {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    width: 100%;
    gap: 120px;
  }
}
.why__list li {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (width >= 75em) {
  .why__list li {
    display: grid;
    gap: 42px;
    justify-items: center;
    align-content: start;
    text-align: center;
    max-width: 246px;
  }
  .why__list li img {
    width: 100px;
    height: 100px;
  }
}
.why__description {
  display: grid;
  gap: 8px;
}
.why__divider {
  width: 2px;
  background-color: var(--color-bg);
  height: 44px;
}
.why__divider--wrap {
  width: 116px;
  display: flex;
  justify-content: center;
}
@media (width >= 75em) {
  .why__divider--wrap {
    display: none;
  }
}
.why__divider--horizontal {
  display: none;
}
@media (width >= 75em) {
  .why__divider--horizontal {
    display: block;
    position: absolute;
    height: 2px;
    width: 70%;
    background-color: var(--color-bg);
    top: 50px;
    z-index: -1;
  }
}

.tests {
  padding-block: 32px;
  padding-inline: 16px;
}
@media (width >= 75em) {
  .tests {
    padding-block-start: 0;
    padding-block-end: 80px;
    padding-inline: 0;
  }
}
.tests__container {
  display: grid;
  gap: 24px;
}
@media (width >= 43.75em) {
  .tests__container {
    gap: 42px;
    text-align: center;
    justify-items: center;
  }
}
.tests__container > h2 {
  font-size: 2.25rem;
  font-size: clamp(2.25rem, 1.9090909091rem + 1.4545454545vw, 3rem);
}
.tests__container > p {
  max-width: 990px;
}
@media (width >= 43.75em) {
  .tests__chart {
    display: none;
  }
}
.tests__chart--desktop {
  display: none;
}
@media (width >= 43.75em) {
  .tests__chart--desktop {
    display: block;
    margin: auto;
  }
}
.tests__chart-descriptions {
  display: grid;
  gap: 12px;
}
@media (width >= 75em) {
  .tests__chart-descriptions {
    grid-auto-flow: column;
    text-align: start;
  }
}
.tests__chart-descriptions > li {
  display: flex;
  gap: 12px;
}
.tests__pointer {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FEDA4C;
}
.tests__pointer2 {
  background: #AE9168;
}
.tests__pointer3 {
  background: #FA9647;
}

.testimonials {
  padding-block: 32px;
  background-image: url(../img/testimonial-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (width >= 75em) {
  .testimonials {
    padding-block: 80px;
    background: url(../img/testimonial-bg-desk.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.testimonials__container h2 {
  text-align: center;
  margin-block-end: 46px;
}
@media (width >= 75em) {
  .testimonials__container h2 {
    margin-block-end: 60px;
  }
}
.testimonials__carousel {
  padding-block: 20px;
}
.testimonials li {
  padding-inline: 16px;
  padding-block: 16px;
  border-radius: 16px;
  background-color: var(--color-light);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.1);
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 16px;
}
@media (width >= 75em) {
  .testimonials li {
    padding-inline: 16px;
  }
}
.testimonials__name {
  justify-self: start;
  display: grid;
  gap: 16px;
}
@media (width >= 75em) {
  .testimonials__name {
    gap: 4px;
  }
}
.testimonials__stars {
  display: flex;
  gap: 8px;
}
.testimonials__verified {
  justify-self: end;
  display: flex;
  gap: 4px;
  align-items: center;
}
.testimonials__verified img {
  width: 18px;
  height: 18px;
}
.testimonials__verified span {
  font-size: 0.875rem;
}

.effects {
  background-color: var(--color-bg);
}
.effects__container {
  padding-block: 32px;
  padding-inline: 16px;
  display: grid;
  gap: 24px;
}
@media (width >= 75em) {
  .effects__container {
    padding-block: 80px;
    padding-inline: 0;
    gap: 32px;
  }
}
.effects__container h3, .effects__container > p {
  text-align: center;
}
.effects__container h3 {
  font-size: 2.25rem;
  font-size: clamp(2.25rem, 1.9090909091rem + 1.4545454545vw, 3rem);
}
.effects__list {
  display: grid;
  gap: 16px;
}
@media (width >= 75em) {
  .effects__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.effects__list li {
  background-color: var(--color-accent);
  padding: 16px;
  color: var(--color-light);
  border-radius: 16px;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.16);
  display: grid;
  gap: 16px;
  justify-items: center;
}
@media (width >= 75em) {
  .effects__list li {
    padding-block: 24px;
  }
}
.effects__imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  max-width: 336px;
}
.effects__content {
  display: grid;
  gap: 24px;
}
.effects__elements {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 24px;
}
@media (width >= 75em) {
  .effects__elements {
    gap: 32px;
  }
}
.effects__elements li {
  display: grid;
  gap: 16px;
}
@media (width >= 75em) {
  .effects__elements li {
    display: flex;
    align-items: center;
  }
}
.effects__elements li:last-child {
  display: flex;
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (width >= 75em) {
  .effects__elements li:last-child {
    grid-column-end: 2;
  }
}
.effects__percentage {
  color: var(--color-accent);
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 700;
}

.path {
  padding-block: 32px;
  padding-inline: 16px;
}
@media (width >= 75em) {
  .path {
    padding-block: 80px;
    padding-inline: 0;
  }
}
.path h2 {
  font-size: 2.25rem;
  font-size: clamp(2.25rem, 1.9090909091rem + 1.4545454545vw, 3rem);
}
.path__container {
  display: grid;
  gap: 32px;
  text-align: center;
}
@media (width >= 75em) {
  .path__container {
    gap: 42px;
    max-width: 990px;
  }
}
.path__list {
  display: grid;
  gap: 32px;
}
@media (width >= 75em) {
  .path__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 54px;
  }
}
.path__list li {
  display: grid;
  gap: 16px;
  justify-items: center;
}
.path__text {
  display: grid;
  gap: 6px;
}

.faq {
  padding-block: 32px;
  padding-inline: 16px;
}
@media (width >= 75em) {
  .faq {
    padding-block-start: 60px;
    padding-block-end: 120px;
    padding-inline: 0;
  }
}
.faq__container {
  display: grid;
  gap: 32px;
  justify-items: center;
}
@media (width >= 75em) {
  .faq__container {
    gap: 60px;
  }
}
.faq h2 {
  font-size: 2.25rem;
  font-size: clamp(2.25rem, 1.7386363636rem + 2.1818181818vw, 3.375rem);
}
.faq__content {
  display: grid;
  gap: 32px;
  justify-items: center;
}
@media (width >= 75em) {
  .faq__content {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-content: center;
    justify-items: center;
  }
  .faq__content img {
    order: 2;
  }
}
.faq__list {
  display: grid;
  gap: 16px;
}
@media (width >= 75em) {
  .faq__list {
    order: 0;
  }
}
.faq__list li {
  border-bottom: 1px solid #dedede;
}
.faq__list li:last-child {
  border-bottom: none;
}
.faq details {
  padding-bottom: 16px;
}
.faq details[open] img {
  transform: rotate(180deg);
}
.faq details p {
  padding-top: 16px;
}
.faq details h3 {
  font-size: 1.5rem;
}
.faq summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 38px;
  cursor: pointer;
}
.faq summary img {
  width: 37px;
  height: 37px;
}

.badges {
  padding-inline: 16px;
  padding-block-end: 32px;
  font-size: 1.5rem;
  text-align: center;
}
.badges__container {
  display: grid;
  justify-items: center;
}
.badges__list {
  display: grid;
  justify-items: center;
  gap: 20px;
}
@media (width >= 43.75em) {
  .badges__list {
    gap: 54px;
    grid-auto-flow: column;
  }
}
.badges__list > li {
  display: grid;
  justify-items: center;
  max-width: 300px;
  gap: 12px;
  align-content: start;
}
.badges__list img {
  max-width: 100px;
}
@media (width >= 75em) {
  .badges__list img {
    max-width: 160px;
  }
}

.decision {
  background-color: var(--color-bg);
  padding-block: 32px;
  padding-inline: 16px;
}
@media (width >= 75em) {
  .decision {
    padding-block: 80px;
    padding-inline: 0;
  }
}
.decision__container {
  display: grid;
  gap: 16px;
}
@media (width >= 75em) {
  .decision__container {
    gap: 32px;
  }
}
.decision__container h2 {
  font-size: 2.25rem;
  font-size: clamp(2.25rem, 1.7386363636rem + 2.1818181818vw, 3.375rem);
  text-align: center;
}
.decision__options {
  display: grid;
  gap: 16px;
}
.decision__option {
  padding: 16px;
  border-radius: 16px;
  border: 2px solid var(--color-achtung);
  display: flex;
  align-items: center;
  gap: 16px;
}
.decision__option img {
  width: 72px;
  height: 72px;
}
.decision__option--good {
  border-color: var(--color-good);
  background-color: var(--color-bg-good);
}

.offer {
  padding-block: 32px;
  padding-inline: 16px;
}
@media (width >= 75em) {
  .offer {
    padding-block: 80px;
    padding-inline: 0;
  }
}
.offer__container {
  display: grid;
  gap: 24px;
  text-align: center;
  justify-items: center;
}
@media (width >= 75em) {
  .offer__container {
    gap: 42px;
  }
}
.offer__container > h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 2.25rem;
  font-size: clamp(2.25rem, 1.7386363636rem + 2.1818181818vw, 3.375rem);
  line-height: 110%;
}
.offer__container > p {
  font-size: 1.125rem;
}
.offer__details {
  display: grid;
  gap: 8px;
  justify-items: center;
}
.offer__prices {
  display: grid;
  gap: 8px;
}
@media (width >= 75em) {
  .offer__prices {
    display: flex;
    gap: 36px;
    align-items: end;
  }
}
.offer__delivery {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  gap: 8px;
}
@media (width >= 43.75em) {
  .offer__delivery {
    order: 3;
  }
}
.offer__price {
  text-transform: uppercase;
  color: var(--color-achtung);
  text-decoration-line: line-through;
  font-size: 1rem;
  font-size: clamp(1rem, 0.7727272727rem + 0.9696969697vw, 1.5rem);
}
.offer__price--promo {
  color: var(--color-good);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.1022727273rem + 1.696969697vw, 2.375rem);
}
.offer__timing {
  margin-block-start: 16px;
  padding-block: 24px;
  padding-inline: 16px;
  border-radius: 67px;
  border: 4px dashed var(--color-achtung);
}
@media (width >= 75em) {
  .offer__timing {
    border-radius: 32px;
    width: 100%;
    margin-block: 16px;
  }
}

.form {
  width: 100%;
}
.form .steps {
  background-color: transparent;
}

.footer {
  background-color: var(--color-text);
  color: var(--color-bg);
}
.footer__container {
  padding-block: 46px;
  padding-inline: 16px;
  display: grid;
  gap: 30px;
  align-content: start;
}
.footer > h1 {
  color: #fff;
}
.footer__content {
  display: grid;
  gap: 16px;
}
@media (width >= 75em) {
  .footer__content {
    gap: 30px;
  }
}
.footer__disclaimer {
  display: grid;
  gap: 30px;
  max-width: 690px;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-content: start;
}
.footer__links a {
  color: var(--color-bg);
}

.form__ssl {
  display: flex;
  align-items: center;
}

.form__ssl span {
  display: inline-block;
  border-radius: 50em;
  padding: 0.125rem 0.5rem;
  background-color: #4bad33;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 0.875rem;
}

.form__ssl span:before {
  display: inline-block;
  content: "";
  vertical-align: -0.125em;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ffffff" class="bi bi-lock-fill" viewBox="0 0 16 16"><path d="M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2z"/></svg>');
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.25rem;
}

.form__ssl p {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
}

.form-ssl {
  align-items: center;
  border-radius: 9999px;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.125rem 0.625rem;
  background-color: #f3fafb;
  margin-right: 0.5rem;
  color: #166534;
}

.form-ssl svg {
  width: 10px;
}

.form-ssl-text {
  font-size: 12px;
  max-width: 100px;
  color: #073218;
}

.form__legend {
  font-size: 12px;
}

.d-flex {
  display: flex !important;
}

.form__req {
  color: red;
}

.justify-content-between {
  justify-content: space-between !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.mobil_form {
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
}

.mobil_form h2 {
  font-size: 20px;
}

.form .form-control::-moz-placeholder {
  color: #d1d1d1;
  font-size: 14px;
}

.form .form-control::placeholder {
  color: #d1d1d1;
  font-size: 14px;
}

.form .form-control,
.form .form-select .form-check-input {
  border-color: #d1d1d1;
}

@media (width <= 75em) {
  .navigation__container h1 {
    font-size: 24px;
  }
}