html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: "OpenSans", sans-serif;
  color: var(--black);
}

:root {
  --background-color: #FFFFFF;
  --white: #ffffff;
  --red: #CE0538;
  --purple: #4E4777;
  --grey: #2E2E2E;
  --black: #1C1C1C;
}

h1,
h2,
h3 {
  margin: 0;
}

h1 {
  font-weight: 700;
  font-size: clamp(1.625rem, 6vw, 4rem);
  line-height: clamp(1.76625rem, 6vw, 4.3475rem);
}

h2 {
  font-size: clamp(1.125rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: clamp(1.2225rem, 3vw, 3.064375rem);
  letter-spacing: 0em;
  color: var(--purple);
}

h3 {
  font-weight: 700;
  font-size: clamp(1.125rem, 2.5vw, 2rem);
  line-height: clamp(1.531875rem, 2.5vw, 2.72375rem);
}

h4 {
  font-size: clamp(0.75rem, 2vw, 1.5rem);
  line-height: clamp(0.875rem, 2vw, 1.75rem);
}

h5 {
  font-size: clamp(0.5625rem, 0.875rem, 1.125rem);
  font-weight: 800;
  margin: 0;
  margin-bottom: clamp(1rem, 2vw, 2rem);
}

p,
li {
  margin: 0;
  font-size: clamp(0.6875rem, 2.5vw, 1rem);
  line-height: clamp(0.93625rem, 2.5vw, 1.361875rem);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  counter-reset: one;
}

body.lock {
  overflow: hidden;
}

.container {
  max-width: 78.75rem;
  padding: 0 clamp(0.9375rem, 4.5vw, 3.75rem);
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.header {
  margin: 0 auto;
  background-image: url(../assets/images/headerbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: clamp(0rem, 14vw - 9.375rem, 9.375rem);
  background-position-x: center;
}
@media (max-width: 1441px) {
  .header {
    background-size: auto;
    padding-bottom: 0;
  }
}
@media (max-width: 321px) {
  .header {
    background-image: url(../assets/images/headerbgmobile.png);
  }
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-top: clamp(0.4375rem, 3.5vw, 2.375rem);
  min-height: 56.25rem;
  margin-bottom: clamp(2.875rem, 8vw, 5.3125rem);
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  margin-bottom: 2.375rem;
}
@media (max-width: 321px) {
  .header__top {
    margin-bottom: 0;
  }
}
.header__offer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 992px) {
  .header__offer {
    padding-top: 200px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 321px) {
  .header__offer {
    padding-top: 0;
    text-align: center;
  }
}

.introduction {
  padding-bottom: clamp(1.625rem, 11vw, 9.875rem);
}
.introduction__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .introduction__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.introduction__left {
  margin-right: 11.5vw;
}
@media (max-width: 992px) {
  .introduction__left {
    margin-right: 0;
    text-align: center;
  }
}
.introduction__left--second {
  padding-right: 0;
}
.introduction__right {
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .introduction__right {
    margin-top: 50px;
    flex-shrink: 1;
  }
}
.introduction__right__image-wrapper {
  position: relative;
  max-width: 674px;
  left: 27px;
}
@media (max-width: 992px) {
  .introduction__right__image-wrapper {
    left: 0;
  }
}
.introduction__right__image-wrapper img {
  width: 100%;
}
.introduction__right--second {
  flex-shrink: 1;
}
.introduction__right__video-wrapper {
  max-width: 33.25rem;
  padding: 1.5rem 1.25rem;
  border-radius: 15px;
  margin-left: auto;
}
.introduction__right__video-wrapper video {
  max-width: 100%;
  height: 100%;
  border-radius: 15px;
}

.--second {
  padding-bottom: 0;
}

.steps {
  padding-bottom: clamp(0rem, 10vw, 6.125rem);
}
.steps__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .steps__wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.steps__left {
  position: relative;
  left: -50px;
}
.steps__left img {
  width: 100%;
}
@media (max-width: 992px) {
  .steps__left {
    left: 0;
  }
}
.steps__right {
  text-align: right;
}

.regularuse__wrapper {
  padding-top: clamp(1.9375rem, 25vw, 11.6875rem);
  text-align: center;
}
.regularuse__textarea h2 {
  margin-bottom: 36px;
}
.regularuse__imagearea {
  background-image: url(../assets/images/product-image-circles.png);
  background-size: contain;
  background-position-x: center;
  background-repeat: no-repeat;
  height: 67vw;
}

.results {
  margin: 0 auto;
  background-image: url(../assets/images/results-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  margin-top: clamp(0rem, 4vw, 5.59375rem);
  position: relative;
  z-index: 3;
  margin-bottom: -252px;
  padding-bottom: 208px;
}
@media (max-width: 1400px) {
  .results {
    background-size: cover;
  }
}
@media (min-width: 1441px) {
  .results {
    background-size: cover;
    padding-bottom: 28vw;
  }
}
@media (max-width: 992px) {
  .results {
    margin-bottom: -387px;
  }
}
@media (max-width: 321px) {
  .results {
    background-image: none;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.results__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 43px;
}
@media (max-width: 992px) {
  .results__top {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: clamp(1.625rem, 14vw, 14.25rem);
  }
}
.results__top__text {
  margin-top: 121.5px;
  width: 53%;
  margin-right: 52px;
}
@media (max-width: 992px) {
  .results__top__text {
    margin-right: clamp(3.125rem, 20vw, 12.5rem);
  }
}
@media (max-width: 321px) {
  .results__top__text {
    margin-right: 0;
    margin-top: -0.71875rem;
  }
}
.results__top__text h2 {
  margin-bottom: 25px;
}
.results__top__discount {
  margin-top: clamp(2.53125rem, 12vw, 6.15625rem);
}
.results__top__discount h4 {
  width: 309px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: right;
  margin: 0 0 23px auto;
  color: var(--red);
}
.results__bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .results__bottom {
    flex-wrap: wrap-reverse;
    justify-content: center;
    margin-bottom: 17vw;
  }
}
@media (max-width: 321px) {
  .results__bottom {
    margin-bottom: 0;
  }
}

.ingredients {
  color: var(--white);
  z-index: 2;
  padding-bottom: 100px;
  background-image: url(../assets/images/ingredients-bg.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  overflow: hidden;
  display: block;
  visibility: visible;
  opacity: 1;
  background-size: cover;
}
@media (max-width: 660px) {
  .ingredients {
    padding-bottom: 200px;
  }
}
@media (max-width: 321px) {
  .ingredients {
    background-image: url(../assets/images/ingredients-bgmobile.png);
    background-size: auto;
    padding-bottom: 0;
  }
}

.footer * {
  position: relative;
  z-index: 2;
}

.footer {
  background-image: url("../assets/images/footerbg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  padding-bottom: 3rem;
  padding-top: clamp(5.625rem, 11vw, 9.875rem);
}
@media (max-width: 1441px) {
  .footer {
    background-size: cover;
  }
}
@media (max-width: 321px) {
  .footer {
    background-image: url("../assets/images/footerbg-mobile.png");
    margin-top: -6.25rem;
    padding-top: 5.125rem;
  }
}

.red-span {
  color: var(--red);
}

.box-shadow {
  box-shadow: 0px 4px 30px rgba(80, 171, 255, 0.5);
}

.bold {
  font-weight: 700;
}

.header__logo img {
  width: clamp(2.5rem, 11vw, 8.875rem);
}

.offer__left {
  width: 45%;
  position: relative;
  color: var(--white);
  margin-right: 6.5vw;
}
.offer__left__h {
  margin-bottom: 3.8125rem;
  margin-top: 1.25rem;
}
@media (max-width: 321px) {
  .offer__left__h {
    margin: 0 auto;
    margin-bottom: 0.6875rem;
    width: 191px;
  }
}
.offer__left__p {
  position: absolute;
  font-weight: 700;
  padding-right: 40%;
}
@media (max-width: 992px) {
  .offer__left__p {
    padding-right: 25vw;
  }
}
@media (max-width: 321px) {
  .offer__left__p {
    padding-right: 0;
    position: relative;
  }
}
@media (max-width: 992px) {
  .offer__left {
    width: 80%;
    margin-right: 0;
  }
}

.image-wrapper {
  position: relative;
  left: -48px;
  top: -20px;
}
@media (max-width: 992px) {
  .image-wrapper {
    left: 0;
  }
}
@media (max-width: 321px) {
  .image-wrapper {
    margin-top: 146px;
  }
}
.image-wrapper img {
  height: auto;
  width: 129%;
}
@media (max-width: 992px) {
  .image-wrapper img {
    width: 100%;
  }
}

.offer__right {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 0.9375rem;
  padding: 2.25rem clamp(1.8125rem, 4.5vw, 3rem);
  padding-bottom: 0;
  width: clamp(16.3125rem, 62vw, 26.875rem);
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  margin-top: 40px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 321px) {
  .offer__right {
    margin-top: 0;
  }
}
.offer__right__p {
  padding: 0 1.25rem;
  margin: 1.1875rem 0;
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
}
.offer__right__deadline {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  width: clamp(12.375rem, 22vw, 16.5625rem);
}
.offer__right__time-unit {
  font-size: 0.8125rem;
  color: #696969;
}
@media (max-width: 321px) {
  .offer__right__time-unit {
    display: none;
  }
}
.offer__right__price {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  width: clamp(12.6875rem, 43vw, 20.9375rem);
  height: clamp(4.276875rem, 13vw, 7.0625rem);
  border-radius: 0.9375rem;
  margin: 0 auto;
  margin-top: 1.1875rem;
  font-size: clamp(0.6875rem, 2vw, 1.125rem);
  background: linear-gradient(90deg, var(--white) 0%, var(--white) 50%, var(--red) 50%, var(--red) 100%);
}
.offer__right__price--normal {
  width: 50%;
}
.offer__right__price--normal .price-number--left {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  text-decoration: line-through;
  line-height: clamp(2.0425rem, 3vw, 3.064375rem);
  display: block;
  margin-top: 10px;
}
.offer__right__price--discount {
  width: 50%;
  color: var(--white);
}
.offer__right__price--discount .price-number--right {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: clamp(2.0425rem, 3vw, 3.064375rem);
  display: block;
  margin-top: 10px;
}

.agreement {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-top: 6px;
  cursor: pointer;
}
.agreement p {
  font-size: clamp(0.4375rem, 1.5vw, 0.6875rem);
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
}
.agreement::before {
  content: "";
  display: inline-block;
  background-image: url("../assets/images/form-radio-unchecked.png");
  background-position: center;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.form {
  margin-top: 20px;
  margin-bottom: 37px;
}
.form-input {
  text-align: center;
  font-size: 18px;
  max-width: 20.9375rem;
  width: 100%;
  height: clamp(2.1875rem, 10vw, 3.625rem);
  border: 2px solid #b9babb;
  border-radius: 30px;
  margin-bottom: 11px;
}
.form-radio {
  display: none;
  position: relative;
}
.form-radio:checked + .agreement::before {
  background-image: url("../assets/images/form-radio-checked.png");
  background-position: center;
  width: 16px;
  height: 16px;
}
.form-radio:not(:checked) + .agreement:hover::before {
  background-image: url("../assets/images/form-radio-checked.png");
  background-position: center;
  opacity: 50%;
}

.button-gradient {
  background: linear-gradient(91.97deg, #ce0538 10.92%, #4e4777 92.35%);
  border-radius: 30px;
  margin: 0 auto;
  margin-bottom: 11px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  max-width: 20.9375rem;
  width: 100%;
  height: clamp(2.1875rem, 10vw, 3.625rem);
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.button-gradient--ingredients {
  padding: 20px 40px;
  position: relative;
  margin: 0;
  margin-left: auto;
}
@media (max-width: 660px) {
  .button-gradient--ingredients {
    margin-bottom: 15vw;
  }
}

.agreement {
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  color: #696969;
  text-align: center;
}
.agreement input {
  margin: 0;
}

.top__call {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2vw;
}
@media (max-width: 609px) {
  .top__call {
    justify-content: space-around;
  }
}
@media (max-width: 321px) {
  .top__call {
    display: none;
  }
}
.top__call .call-number {
  font-size: clamp(0.75rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 33px;
}
.top__call .call-request {
  position: relative;
  border-radius: 30px;
  border: 1.5px solid var(--red);
  color: var(--red);
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(9rem, 15vw, 10.8125rem);
  height: clamp(2.125rem, 4vw, 2.875rem);
  text-align: center;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  background: rgba(169, 169, 169, 0.4);
}

.introduction__left h2,
.introduction__left--second h2 {
  margin-bottom: 47px;
}
.introduction__left ul,
.introduction__left--second ul {
  margin: 26px 0;
  padding-left: 20px;
}
.introduction__left ul li,
.introduction__left--second ul li {
  list-style-type: none;
  margin-bottom: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .introduction__left ul li,
  .introduction__left--second ul li {
    justify-content: center;
  }
}
.introduction__left ul li::before,
.introduction__left--second ul li::before {
  background-image: url(../assets/images/list-marker.png);
  content: "";
  display: block;
  min-width: 11px;
  height: 11px;
  position: relative;
  right: 15px;
}

@media (max-width: 992px) {
  .introduction__left--second {
    text-align: center;
  }
}
.introduction__left--second h2 {
  padding-right: 20%;
}
@media (max-width: 992px) {
  .introduction__left--second h2 {
    padding-right: 0;
  }
}

.steps__red-area {
  position: absolute;
  height: clamp(1.9375rem, 8vw, 5.125rem);
  left: calc(50vw + 142px);
  right: 0;
  background-color: var(--red);
  border-radius: 139px 0px 0px 139px;
  padding-left: clamp(2rem, 5vw, 5.125rem);
  overflow: hidden;
}
@media (max-width: 1260px) {
  .steps__red-area {
    left: auto;
  }
}
.steps__red-area__text {
  color: var(--white);
  font-size: clamp(0.625rem, 2.5vw, 1.5rem);
  font-weight: 600;
  line-height: clamp(0.575rem, 2.5vw, 1.73125rem);
  letter-spacing: 0em;
  margin-bottom: 119px;
  display: flex;
  align-items: center;
  position: relative;
  text-align: right;
  margin-right: auto;
  padding-right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.steps__red-area__text::before {
  content: "!";
  position: absolute;
  font-size: clamp(1.875rem, 7vw, 4rem);
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0em;
  left: clamp(-2.0625rem, -2.5vw, -1.0625rem);
}
.steps__right {
  padding-top: clamp(3.5625rem, 11vw, 11.375rem);
  max-width: 267px;
}
.steps__right h2 {
  color: var(--black);
}
@media (max-width: 992px) {
  .steps__right h2 {
    text-align: center;
  }
}
.steps__right p:nth-of-type(1) {
  margin-bottom: 54px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.steps__right ol {
  margin-left: 26%;
  padding-left: 0;
}
.steps__right ol li {
  margin-bottom: 41px;
  font-weight: 700;
  list-style-type: none;
}
.steps__right ol li h4 {
  position: relative;
  font-weight: 600;
  letter-spacing: 0em;
  margin-bottom: 11px;
}
.steps__right ol li span {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
}
.steps__right ol li h4::before {
  counter-increment: one;
  content: "" counter(one);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.875rem, 2.5vw, 1.5rem);
  font-weight: 700;
  line-height: clamp(1.40625rem, 2.5vw, 2.4375rem);
  letter-spacing: 0em;
  text-align: center;
  position: absolute;
  background-image: url(../assets/images/list-marker-big.png);
  background-size: cover;
  width: clamp(2.0625rem, 6vw, 3.75rem);
  height: clamp(2.0625rem, 6vw, 3.75rem);
  right: clamp(8.3125rem, 28vw, 13.25rem);
}

.introduction__circles {
  background-image: url(../assets/images/circles-bg.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: top;
}
.introduction__circles__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 74px;
  padding-bottom: 84px;
}
@media (max-width: 992px) {
  .introduction__circles__wrapper {
    justify-content: space-around;
  }
}
.introduction__circles__element {
  background-color: var(--white);
  width: clamp(4.5rem, 13vw, 9.4375rem);
  height: clamp(4.5rem, 13vw, 9.4375rem);
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 4px 30px rgba(80, 171, 255, 0.5);
  font-size: clamp(0.5625rem, 1.5vw, 1rem);
  font-weight: 700;
  line-height: clamp(0.76625rem, 1.5vw, 1.375rem);
  color: var(--purple);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.introduction__circles__element:nth-child(odd) {
  margin-top: 34px;
}

.regularuse__red-area__container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.regularuse__red-area--big {
  position: relative;
  left: auto;
  right: 0;
  overflow: hidden;
  height: clamp(3rem, 6vw, 5.125rem);
  padding-left: 1.875rem;
  background-color: var(--red);
  border-radius: 139px 0px 0px 139px;
}
.regularuse__red-area--big__text {
  color: var(--white);
  font-size: clamp(0.5625rem, 1.5vw, 1.125rem);
  font-weight: 700;
  line-height: clamp(0.76625rem, 1.5vw, 1.5625rem);
  letter-spacing: 0em;
  padding-right: clamp(0.9375rem, 8vw, 9.3125rem);
  text-align: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(12rem, 45vw, 36.5rem);
}
.regularuse__red-area__circle {
  width: clamp(1.1875rem, 5vw, 3rem);
  height: clamp(1.1875rem, 5vw, 3rem);
  left: auto;
  box-shadow: 0px 4px 30px rgba(80, 171, 255, 0.5);
  border-radius: 50%;
  background-color: var(--white);
  position: relative;
  margin-right: -0.625rem;
  right: 0;
  z-index: 1;
}
.regularuse__red-area--small {
  position: relative;
  left: auto;
  width: clamp(5.3125rem, 11vw, 9.125rem);
  height: clamp(3rem, 6vw, 5.125rem);
  background-color: var(--red);
  border-radius: 139px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 0;
  color: white;
  text-align: center;
  margin-right: -0.375rem;
}
.regularuse__red-area--small h2 {
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: clamp(0.60625rem, 6vw, 1.625rem);
  color: white;
}
.regularuse__red-area--small span {
  display: inline-block;
  font-weight: 700;
  font-size: clamp(0.5625rem, 1.5vw, 1.5rem);
  line-height: clamp(0.60625rem, 2vw, 1.625rem);
}
.regularuse__imagearea {
  padding-top: clamp(1.125rem, 4.5vw, 2.4375rem);
}
.regularuse__imagearea__cards {
  position: relative;
}
@media (max-width: 500px) {
  .regularuse__imagearea__cards {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .regularuse__imagearea__cards .regularuse__imagearea__cards__element:nth-child(3),
  .regularuse__imagearea__cards .regularuse__imagearea__cards__element:nth-child(4) {
    left: 14px;
  }
}
.regularuse__imagearea__cards__element {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: clamp(7.875rem, 21vw, 14.5625rem);
  height: clamp(3.5625rem, 8vw, 7.0625rem);
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(80, 171, 255, 0.5);
  border-radius: 73px;
  padding: clamp(0.3125rem, 1.5vw, 1.0625rem) clamp(0.5625rem, 2vw, 1.75rem);
}
.regularuse__imagearea__cards__element img {
  flex-shrink: 1;
  width: 40%;
}
.regularuse__imagearea__cards__element p {
  flex-grow: 1;
  line-height: clamp(0.59375rem, 1.5vw, 1.1875rem);
  font-size: clamp(0.4375rem, 1.5vw, 1rem);
}

@media (min-width: 501px) {
  .regularuse__imagearea {
    padding-right: 40px;
  }
  .regularuse__imagearea__cards__element:nth-child(1) {
    position: absolute;
    left: 51%;
  }
  .regularuse__imagearea__cards__element:nth-child(2) {
    position: absolute;
    right: 57%;
    margin-top: 5%;
  }
  .regularuse__imagearea__cards__element:nth-child(3) {
    position: absolute;
    left: 2.5%;
    margin-top: 21%;
  }
  .regularuse__imagearea__cards__element:nth-child(4) {
    position: absolute;
    right: 0%;
    margin-top: 38.19444vw;
    text-align: left;
  }
  .regularuse__imagearea__cards__element:nth-child(4) p {
    padding-left: 10px;
  }
  .regularuse__imagearea__cards__element:nth-child(5) {
    position: absolute;
    left: 61%;
    margin-top: 51.94444vw;
  }
  .regularuse__imagearea__cards__element:nth-child(6) {
    position: absolute;
    right: 46%;
    margin-top: 55.38194vw;
  }
}
.results__bottom__ul {
  counter-reset: one;
  max-width: 543px;
  text-align: left;
}
.results__bottom__ul ul {
  padding-left: 0;
}
.results__bottom__ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
}
.results__bottom__ul li:nth-child(1) {
  padding-right: 30%;
}
.results__bottom__ul li:nth-child(2) {
  padding-right: 10%;
}
.results__bottom__ul li:nth-child(3) {
  padding-right: 22%;
}
.results__bottom__ul li p {
  margin-left: clamp(3.25rem, 10vw, 6.125rem);
  font-size: clamp(0.5625rem, 2.5vw, 1.125rem);
  font-weight: 600;
  line-height: clamp(0.76625rem, 2.5vw, 1.321875rem);
  letter-spacing: 0em;
}
.results__bottom__ul li::before {
  counter-increment: one;
  content: "" counter(one);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.875rem, 2.5vw, 1.5rem);
  font-weight: 700;
  line-height: clamp(1.40625rem, 2.5vw, 2.4375rem);
  letter-spacing: 0em;
  text-align: center;
  position: absolute;
  background-image: url(../assets/images/list-marker-big.png);
  background-size: cover;
  width: clamp(2.0625rem, 6vw, 3.75rem);
  height: clamp(2.0625rem, 6vw, 3.75rem);
}
.results__bottom__image {
  position: relative;
  margin-right: -77px;
  width: 673px;
}
@media (max-width: 1296px) {
  .results__bottom__image {
    margin-right: 0;
  }
}
.results__bottom__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 600px) {
  .ingredients__internals__swiper {
    width: 18.75rem;
  }
}
.ingredients__wrapper {
  padding-top: clamp(16.375rem, 37vw, 17.0625rem);
}
@media (max-width: 321px) {
  .ingredients__wrapper {
    padding-top: 3.75rem;
  }
}
.ingredients__intro {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 55%;
}
.ingredients__intro__text {
  max-width: 489px;
  margin-right: 50%;
}
@media (max-width: 321px) {
  .ingredients__intro__text {
    margin-right: 0;
    text-align: center;
  }
}
.ingredients__intro__text h2 {
  color: var(--white);
  margin-bottom: 41px;
}
@media (max-width: 321px) {
  .ingredients__intro__text h2 {
    width: 230px;
    margin: 0 auto;
    margin-bottom: 41px;
  }
}
.ingredients__intro__text p:nth-of-type(1) {
  margin-bottom: 52px;
}
@media (max-width: 321px) {
  .ingredients__intro__text p {
    margin-top: 16.25rem;
  }
}
.ingredients__intro__text .red-area {
  background-color: var(--red);
  width: 429px;
  padding: 17px 14px 17px 14px;
  border-radius: 15px;
  font-weight: 700;
}
@media (max-width: 850px) {
  .ingredients__intro__text .red-area {
    width: 200%;
  }
}
@media (max-width: 321px) {
  .ingredients__intro__text .red-area {
    display: none;
  }
}
.ingredients__intro__image {
  position: absolute;
  right: 0;
  max-width: 710px;
  margin-left: 50%;
  z-index: 3;
  padding-top: 273px;
}
@media (max-width: 321px) {
  .ingredients__intro__image {
    margin-left: 0;
    padding-top: 100px;
    width: 80%;
    padding-top: 100px;
  }
}
.ingredients__intro__image img {
  width: 100%;
}
.ingredients__internals {
  margin-top: clamp(6rem, 11vw, 7.6875rem);
  text-align: center;
  color: var(--white);
}
.ingredients__internals h2 {
  color: var(--white);
}
@media (max-width: 321px) {
  .ingredients__internals h2 {
    color: var(--purple);
  }
}
.ingredients__internals__wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.ingredients__internals__element {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(12.5rem, 20vw, 13rem);
}
@media (max-width: 321px) {
  .ingredients__internals__element {
    color: var(--black);
    border-radius: 20%;
  }
}
.ingredients__internals__element img {
  width: clamp(11.0625rem, 16vw, 15.625rem);
}
.ingredients__internals__element p {
  font-size: clamp(0.5625rem, 0.625rem + 1vw, 0.875rem);
}
.ingredients__use {
  text-align: right;
  margin-top: 19px;
}
.ingredients__use h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0em;
}
@media (max-width: 660px) {
  .ingredients__use h4 {
    display: none;
  }
}
.ingredients__use p {
  position: relative;
  right: 0;
  margin-bottom: clamp(6.125rem, 16vw, 6.25rem);
}
@media (max-width: 660px) {
  .ingredients__use p {
    display: none;
  }
}
.ingredients__slider-button-left, .ingredients__slider-button-right {
  width: 4.6875rem;
  height: 4.6875rem;
  display: none;
}
@media (max-width: 600px) {
  .ingredients__slider-button-left, .ingredients__slider-button-right {
    display: block;
  }
}
.ingredients__slider-button-left {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 6;
  background-image: url(../assets/images/slide-button-left-ingredients.png);
  left: 10px;
}
.ingredients__slider-button-right {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 6;
  background-image: url(../assets/images/slide-button-right-ingredients.png);
  right: 10px;
}
.ingredients__red-area {
  position: relative;
  height: clamp(2rem, 8vw, 5.125rem);
  background-color: var(--red);
  left: 0;
  width: clamp(18.125rem, 50vw, 36rem);
  border-radius: 0px 139px 139px 0px;
  z-index: 3;
  margin-bottom: 3.125rem;
}
.ingredients__red-area p {
  margin-left: clamp(1rem, 10vw, 9.375rem);
  font-size: clamp(0.625rem, 1.5vw, 1.125rem);
  font-weight: 600;
  line-height: clamp(0.5625rem, 2.5vw, 1.5625rem);
  max-width: 345px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 5.7vw;
}

.resultstwo {
  position: relative;
  margin-bottom: clamp(5.625rem, 17vw, 7.4375rem);
}
.resultstwo__slider-container {
  position: relative;
  margin-bottom: clamp(1rem, 7vw, 5.125rem);
}
@media (max-widtg: 321px) {
  .resultstwo__slider-container {
    margin-bottom: 0;
  }
}
.resultstwo__button-container {
  max-width: 16.375rem;
}
.resultstwo__header {
  margin-bottom: clamp(2rem, 6vw, 3.875rem);
}
@media (max-width: 600px) {
  .resultstwo__images {
    max-width: 16.375rem;
  }
}
.resultstwo__images__wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 3%;
}
.resultstwo__images__element {
  text-align: center;
  margin-bottom: clamp(0.4375rem, 2.5vw, 1.625rem);
  width: clamp(16.375rem, 30vw, 20rem);
}
.resultstwo__images__element img {
  width: 100%;
}
.resultstwo__images__element p {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}
.resultstwo__button-left {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 6;
  background-image: url(../assets/images/slide-button-left-ingredients.png);
  left: clamp(-0.625rem, 19vw - 50%, 7.25rem);
}
.resultstwo__button-right {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 6;
  background-image: url(../assets/images/slide-button-right-ingredients.png);
  right: clamp(-0.625rem, 19vw - 50%, 7.25rem);
}
.resultstwo__button-left, .resultstwo__button-right {
  width: 3.75rem;
  height: 3.75rem;
  display: none;
  top: 40%;
  z-index: 15;
}
@media (max-width: 600px) {
  .resultstwo__button-left, .resultstwo__button-right {
    display: block;
  }
}
.resultstwo__bottom-wrapper {
  display: flex;
  justify-content: space-between;
}
.resultstwo__bottom-text {
  max-width: 645px;
  margin-right: 49%;
}
@media (max-width: 1074px) {
  .resultstwo__bottom-text {
    margin-right: 0;
  }
}
.resultstwo__red-area {
  position: absolute;
  height: clamp(1.9375rem, 8vw, 5.125rem);
  left: calc(50vw + 142px);
  right: 0;
  background-color: var(--red);
  border-radius: 139px 0px 0px 139px;
  padding-left: clamp(2rem, 5vw, 5.125rem);
  overflow: hidden;
  bottom: -0.9375rem;
}
@media (max-width: 1260px) {
  .resultstwo__red-area {
    left: auto;
    bottom: 0;
  }
}
@media (max-width: 1074px) {
  .resultstwo__red-area {
    bottom: clamp(-6.25rem, -14vw, -3.125rem);
  }
}
.resultstwo__red-area__text {
  color: var(--white);
  font-size: clamp(0.625rem, 2.5vw, 1.125rem);
  font-weight: 600;
  line-height: clamp(0.575rem, 2.5vw, 1.531875rem);
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
  margin-right: auto;
  padding-right: clamp(0.9375rem, 6vw, 3.75rem);
  top: 50%;
  transform: translateY(-50%);
}
.resultstwo__red-area__text::before {
  content: "!";
  position: absolute;
  font-size: clamp(1.875rem, 7vw, 4rem);
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0em;
  left: clamp(-2.0625rem, -2.5vw, -1.0625rem);
}

.reviews__slider-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 7.75vw;
  position: relative;
}
@media (max-width: 321px) {
  .reviews__slider-container {
    padding: 0;
  }
}
.reviews h2 {
  max-width: 394px;
  margin-bottom: clamp(0.875rem, 7vw, 4.5rem);
}
@media (max-width: 992px) {
  .reviews h2 {
    text-align: center;
    margin: 0 auto;
  }
}
.reviews h4 {
  text-align: center;
}
.reviews__slider {
  max-width: 1440px;
}
.reviews__slider__element {
  max-width: 532px;
  padding: 28px;
  border-radius: 15px;
  text-align: center;
}
@media (max-width: 992px) {
  .reviews__slider__element {
    margin: 0 auto;
  }
}
.reviews__slider__element img {
  width: 100%;
}
.reviews__slider__button-left {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 6;
  background-image: url(../assets/images/slide-button-left.png);
  width: clamp(3.375rem, 14vw, 6.25rem);
  height: 100px;
  left: 20px;
}
@media (max-width: 321px) {
  .reviews__slider__button-left {
    left: 0;
  }
}
.reviews__slider__button-right {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 6;
  background-image: url(../assets/images/slide-button-right.png);
  width: clamp(3.375rem, 14vw, 6.25rem);
  height: 100px;
  right: 26px;
}
@media (max-width: 321px) {
  .reviews__slider__button-right {
    right: 0;
  }
}

.reviews__slider.swiper {
  padding-right: clamp(3.125rem, 5vw, 3.75rem);
}

.reviews__slider__swiper.swiper-wrapper {
  padding: 26px;
}

.sertifications * {
  position: relative;
  z-index: 10;
}

.sertifications {
  position: relative;
  z-index: 10;
  padding-top: clamp(2rem, 7vw, 5.75rem);
}
@media (max-width: 321px) {
  .sertifications {
    margin-bottom: 2rem;
  }
}
.sertifications h2 {
  margin-bottom: clamp(1.5625rem, 4vw, 3.1875rem);
}
@media (max-width: 772px) {
  .sertifications h2 {
    text-align: center;
  }
}
@media (max-width: 772px) {
  .sertifications__slider-container {
    width: 18.25rem;
    margin: 0 auto;
  }
}
.sertifications__swiper {
  background-color: #ffffff;
}
@media (max-width: 772px) {
  .sertifications__swiper {
    box-shadow: 0px 4px 30px rgba(80, 171, 255, 0.5);
    border-radius: 15px;
    width: 15.625rem;
  }
}
.sertifications__button-left {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 6;
  background-image: url(../assets/images/slide-button-left-ingredients.png);
  left: clamp(-0.625rem, 19vw - 50%, 7.25rem);
}
.sertifications__button-right {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 6;
  background-image: url(../assets/images/slide-button-right-ingredients.png);
  right: clamp(-0.625rem, 19vw - 50%, 7.25rem);
}
.sertifications__button-left, .sertifications__button-right {
  width: 3.75rem;
  height: 3.75rem;
  display: none;
  top: 50%;
  z-index: 15;
}
@media (max-width: 772px) {
  .sertifications__button-left, .sertifications__button-right {
    display: block;
  }
}
.sertifications__elements {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.sertifications__element {
  display: flex;
  align-items: center;
  margin: 20px;
}
@media (min-width: 773px) {
  .sertifications__element {
    flex: 1 0 310px;
    max-width: 471px;
    margin: 0;
    flex-wrap: nowrap;
  }
}
.sertifications__element img {
  margin-right: 24px;
  width: 30%;
}
.sertifications__element:nth-child(2) p {
  width: 100px;
}
.sertifications__element:nth-child(4) {
  flex-grow: 0;
}
.sertifications__element:nth-child(5) {
  flex-grow: 0;
}
.sertifications__element:nth-child(5) p {
  flex-grow: 0;
}

@media (min-width: 773px) {
  .sert-slide {
    flex: 1 0 310px;
    max-width: 471px;
    margin: 0;
    flex-wrap: nowrap;
  }
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 42px;
}
.footer__top__call {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2vw;
}
@media (max-width: 609px) {
  .footer__top__call {
    justify-content: space-around;
  }
}
@media (max-width: 321px) {
  .footer__top__call {
    margin: 0 auto;
    flex-direction: column-reverse;
  }
}
.footer__top__call .call-number {
  font-size: clamp(0.75rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 33px;
}
.footer__top__call .call-request {
  position: relative;
  border-radius: 30px;
  border: 1.5px solid var(--red);
  color: var(--red);
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(9rem, 15vw, 10.8125rem);
  height: clamp(2.125rem, 4vw, 2.875rem);
  text-align: center;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  background: none;
}
@media (max-width: 321px) {
  .footer__logo {
    display: none;
  }
}
.footer__logo img {
  width: clamp(2.5rem, 8vw, 4.8125rem);
}
.footer__offer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 992px) {
  .footer__offer {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__offer__left {
  width: 45%;
  position: relative;
  color: var(--white);
  margin-right: 6.5vw;
}
@media (max-width: 480px) {
  .footer__offer__left {
    text-align: center;
  }
}
.footer__offer__left__h {
  margin-bottom: 3.8125rem;
  margin-top: 1.25rem;
}
.footer__offer__left__p {
  position: absolute;
  font-size: 1rem;
  font-weight: 700;
  line-height: 21.79px;
  padding-right: 40%;
}
@media (max-width: 992px) {
  .footer__offer__left__p {
    padding-right: 25vw;
  }
}
@media (max-width: 480px) {
  .footer__offer__left__p {
    display: none;
  }
}
@media (max-width: 992px) {
  .footer__offer__left {
    width: 80%;
  }
}
.footer__image-wrapper {
  position: relative;
  left: -48px;
  top: -20px;
}
@media (max-width: 992px) {
  .footer__image-wrapper {
    left: 0;
  }
}
@media (max-width: 321px) {
  .footer__image-wrapper {
    margin-top: 146px;
  }
}
.footer__image-wrapper img {
  height: auto;
  width: 100%;
  left: 20px;
}
.footer__offer__right {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 0.9375rem;
  padding: 2.25rem clamp(1.8125rem, 4.5vw, 3rem);
  padding-bottom: 0;
  width: clamp(16.3125rem, 62vw, 26.875rem);
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  margin-top: 40px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 321px) {
  .footer__offer__right {
    margin-top: 0;
  }
}
.footer__offer__right__p {
  padding: 0 1.25rem;
  margin: 1.1875rem 0;
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
}
.footer__offer__right__deadline {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  width: clamp(12.375rem, 22vw, 16.5625rem);
}
.footer__offer__right__time-unit {
  font-size: 0.8125rem;
  color: #696969;
}
@media (max-width: 321px) {
  .footer__offer__right__time-unit {
    display: none;
  }
}
.footer__offer__right__price {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  width: clamp(12.6875rem, 43vw, 20.9375rem);
  height: clamp(4.276875rem, 13vw, 7.0625rem);
  border-radius: 0.9375rem;
  margin: 0 auto;
  margin-top: 1.1875rem;
  font-size: clamp(0.6875rem, 2vw, 1.125rem);
  background: linear-gradient(90deg, var(--white) 0%, var(--white) 50%, var(--red) 50%, var(--red) 100%);
}
.footer__offer__right__price--normal {
  width: 50%;
}
.footer__offer__right__price--normal .price-number--left {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  text-decoration: line-through;
  line-height: clamp(2.0425rem, 3vw, 3.064375rem);
  display: block;
  margin-top: 10px;
}
.footer__offer__right__price--discount {
  width: 50%;
  color: var(--white);
}
.footer__offer__right__price--discount .price-number--right {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: clamp(2.0425rem, 3vw, 3.064375rem);
  display: block;
  margin-top: 10px;
}
.footer__bottom p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: #545454;
}

.back-call {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
}
.back-call.open {
  opacity: 1;
  visibility: visible;
}
.back-call__body {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}
.back-call__content {
  position: relative;
  background-color: var(--white);
  border-radius: 15px;
  width: 431px;
  padding: 36px 47px;
  text-align: center;
}
.back-call__content form {
  margin-bottom: 0;
}
.back-call__content h3 {
  margin-bottom: 30px;
}
.back-call__content .back-call__text {
  margin-bottom: 70px;
}
.back-call__content .button-gradient {
  margin-top: 19px;
  margin-bottom: 17%;
}
.back-call__close::before {
  content: "";
  position: absolute;
  background-image: url("../assets/images/modal-close-button.png");
  width: 27px;
  height: 27px;
  top: 17px;
  right: 21px;
}

.sucsess {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
}
.sucsess.open {
  opacity: 1;
  visibility: visible;
}
.sucsess__body {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}
.sucsess__content {
  position: relative;
  background-color: var(--white);
  border-radius: 15px;
  width: 431px;
  padding: 36px 47px;
  text-align: center;
}
.sucsess__content h3 {
  margin-bottom: 30px;
  color: var(--red);
}
.sucsess__content img {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.sucsess__text {
  margin: 0 auto;
  margin-bottom: 50px;
  width: 211px;
}
.sucsess__close::before {
  content: "";
  position: absolute;
  background-image: url("../assets/images/modal-close-button.png");
  width: 27px;
  height: 27px;
  top: 17px;
  right: 21px;
}

.full-ingredients {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
}
.full-ingredients.open {
  opacity: 1;
  visibility: visible;
}
.full-ingredients__body {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}
.full-ingredients__content {
  position: relative;
  background-color: var(--white);
  border-radius: 15px;
  width: 751px;
  padding: 36px clamp(2rem, 5vw, 2.9375rem);
  padding-bottom: clamp(2.25rem, 4.5vw, 2.8125rem);
  text-align: center;
}
.full-ingredients__content h3 {
  margin-bottom: clamp(0.75rem, 3vw, 2.375rem);
  color: var(--purple);
}
.full-ingredients__content .button-gradient {
  margin: 0 auto;
}
.full-ingredients__text {
  margin: 0 auto;
  margin-bottom: clamp(2.25rem, 4.5vw, 2.8125rem);
  text-align: left;
  max-height: calc(65vh - 58px);
  overflow-y: auto;
}
.full-ingredients__text::-webkit-scrollbar {
  width: 32px;
}
.full-ingredients__text::-webkit-scrollbar-track {
  box-shadow: inset 0px 4px 20px #cae5ff;
  border-radius: 30px;
}
.full-ingredients__text::-webkit-scrollbar-thumb {
  border: 6px solid rgb(243, 249, 255);
  border-radius: 30px;
  background: #594272;
}
.full-ingredients__close::before {
  content: "";
  position: absolute;
  background-image: url("../assets/images/modal-close-button.png");
  width: 27px;
  height: 27px;
  top: 17px;
  right: 21px;
}

.deadline-format {
  color: var(--red);
  display: grid;
  place-items: center;
  text-align: center;
}
.deadline-format h4 {
  font-size: clamp(2.25rem, 4vw, 3rem);
  line-height: 4.085625rem;
  font-weight: 700;
  color: var(--red);
  margin: 0;
}

.deadline-format:not(:last-of-type) .offer__right__time-unit {
  margin-left: -0.5rem;
}/*# sourceMappingURL=styles.css.map */