/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/MAREE-Lip-Mask_lp6.scss ***!
  \***************************************************************************************************************************/
body {
  box-sizing: border-box;
  background: #f7f7f7;
}

.wrapper {
  position: sticky;
  top: 0;
  margin: 0 auto;
}

.fixed {
  position: sticky;
}

h1,
h2,
h3,
h4,
span,
p {
  color: #01103B;
  font-family: "Proxima Nova";
  font-style: normal;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

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

.container {
  width: 100%;
  max-width: 1400px;
  padding-left: 120px;
  padding-right: 120px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#fixed-block {
  transition: max-height 0.5s ease-out;
  overflow-y: hidden;
}
@media (max-width: 768px) {
  #fixed-block {
    position: relative !important;
  }
}

.slider-controls .swiper-pagination-bullet {
  height: 12px;
  border-radius: 50px;
  background: #EAEAEA;
  opacity: 1;
}
@media (max-width: 768px) {
  .slider-controls .swiper-pagination-bullet {
    height: 8px;
  }
}
.slider-controls .swiper-pagination-bullet-active {
  background: #01103B;
}

.section-stik {
  bottom: 0;
  z-index: 0;
  height: 0;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  background: #FFDDE3;
  overflow: hidden;
}
.section-stik.fixed {
  height: 100px;
  z-index: 10;
}
@media (max-width: 1400px) {
  .section-stik.fixed {
    height: calc(48px + 52 * (100vw - 320px) / 1080);
  }
}
@media (max-width: 992px) {
  .section-stik.fixed {
    height: 140px;
  }
}
@media screen and (max-width: 590px) {
  .section-stik.fixed {
    height: 200px;
  }
}
.section-stik.fixed .stik--inner {
  display: grid;
  grid-template-columns: auto;
  align-items: center;
  height: auto;
}
@media (max-width: 992px) {
  .section-stik.fixed .stik--inner {
    justify-items: center;
    row-gap: 16px;
  }
}
.section-stik.fixed .stik--inner h3 {
  color: #01103B;
  font-weight: 600;
  font-size: 24px;
  grid-column: 2;
  grid-row: span 2;
  margin-right: 32px;
}
@media (max-width: 1400px) {
  .section-stik.fixed .stik--inner h3 {
    font-size: calc(10px + 14 * (100vw - 320px) / 1120);
  }
}
@media (max-width: 992px) {
  .section-stik.fixed .stik--inner h3 {
    width: 100%;
    max-width: 100%;
    grid-row: 1;
    grid-column: 1;
    margin-right: 0px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .section-stik.fixed .stik--inner h3 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .section-stik.fixed .stik--inner h3 {
    text-align: start;
  }
}
.section-stik.fixed .stik--inner .promo-code {
  width: 100%;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: pointer;
  grid-column: 3;
  grid-row: span 2;
}
@media (max-width: 992px) {
  .section-stik.fixed .stik--inner .promo-code {
    max-width: 100%;
    grid-column: 1;
    grid-row: 2;
    max-width: 270px;
  }
}
@media (max-width: 768px) {
  .section-stik.fixed .stik--inner .promo-code {
    max-width: 224px;
  }
}
@media screen and (max-width: 590px) {
  .section-stik.fixed .stik--inner .promo-code {
    grid-column: span 2;
    grid-row: 2;
  }
}
@media (max-width: 480px) {
  .section-stik.fixed .stik--inner .promo-code {
    max-width: 100%;
    height: 34px;
  }
}
.section-stik.fixed .stik--inner .promo-code .code {
  font-family: "Proxima Nova";
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .section-stik.fixed .stik--inner .promo-code .code {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .section-stik.fixed .stik--inner .promo-code .code {
    font-size: 14px;
  }
}
.section-stik.fixed .stik--inner .card-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1;
  grid-row: span 2;
  border-radius: 12px;
  background: #01103b;
  height: 60px;
  width: 259px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .section-stik.fixed .stik--inner .card-timer {
    grid-column: 2;
    grid-row: 1;
    margin-right: 0px;
    height: auto;
    padding: 5px 10px;
    width: auto;
    box-sizing: border-box;
    justify-content: space-around;
  }
}
@media (max-width: 590px) {
  .section-stik.fixed .stik--inner .card-timer {
    width: 100%;
  }
}
.section-stik.fixed .stik--inner .card-timer .timer-line {
  width: 2px;
  height: 40px;
  margin-left: 24px;
  margin-right: 24px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .section-stik.fixed .stik--inner .card-timer .timer-line {
    height: 40px;
  }
}
@media (max-width: 768px) {
  .section-stik.fixed .stik--inner .card-timer .timer-line {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.section-stik.fixed .stik--inner .card-timer .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}
.section-stik.fixed .stik--inner .card-timer .time .time-value {
  font-size: 24px;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .section-stik.fixed .stik--inner .card-timer .time .time-value {
    font-size: calc(10px + 14 * (100vw - 320px) / 1120);
  }
}
@media (max-width: 768px) {
  .section-stik.fixed .stik--inner .card-timer .time .time-value {
    font-size: 20px;
  }
}
.section-stik.fixed .stik--inner .card-timer .time .time-label {
  font-size: 8px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 768px) {
  .section-stik.fixed .stik--inner .card-timer .time .time-label {
    font-size: 8px;
  }
}
.section-stik.fixed .stik--inner button {
  grid-column: 5/12;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .section-stik.fixed .stik--inner button {
    max-width: 100%;
    grid-column: 2;
    grid-row: 2;
  }
}
@media (max-width: 768px) {
  .section-stik.fixed .stik--inner button {
    width: 100%;
  }
}
@media screen and (max-width: 590px) {
  .section-stik.fixed .stik--inner button {
    grid-column: span 2;
    grid-row: 3;
    padding: 0;
  }
}
.section-stik.fixed .stik--inner button a {
  width: 100%;
}
.section-stik.fixed .stik--inner button .button__buy-amazon {
  max-width: 300px;
}
@media (max-width: 590px) {
  .section-stik.fixed .stik--inner button .button__buy-amazon {
    max-width: 100%;
    height: 50px;
    box-sizing: border-box;
  }
}
.section-stik .stik--inner {
  position: relative;
  height: 0;
  overflow: hidden;
}
.section-stik .stik--inner button .buy-now {
  text-decoration: none;
}
.section-stik .stik--inner button .buy-now .button__buy-amazon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  background: #01103B;
  transition: all 0.3s ease-out;
  gap: 20px;
}
@media (max-width: 1400px) {
  .section-stik .stik--inner button .buy-now .button__buy-amazon {
    gap: calc(10px + 14 * (100vw - 320px) / 1080);
  }
}
@media (max-width: 768px) {
  .section-stik .stik--inner button .buy-now .button__buy-amazon {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .section-stik .stik--inner button .buy-now .button__buy-amazon {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.section-stik .stik--inner button .buy-now .button__buy-amazon:hover {
  animation: interference 0.5s linear;
  background: #ffcb40;
  transition: all 0.3s ease-out;
}
.section-stik .stik--inner button .buy-now .button__buy-amazon img {
  width: 43px;
  height: 38px;
}
@media (max-width: 1400px) {
  .section-stik .stik--inner button .buy-now .button__buy-amazon img {
    width: calc(26.6px + 16.4 * (100vw - 320px) / 1080);
    height: calc(24px + 14 * (100vw - 320px) / 1080);
  }
}
.section-stik .stik--inner button .buy-now .button__buy-amazon span {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

@keyframes interference {
  20% {
    transform: skewY(-1.2deg);
  }
  30% {
    transform: skewY(1.2deg);
  }
  100% {
    transform: skewY(0);
  }
}
.swiper-button-disabled {
  opacity: 0.7;
}

.promo-code {
  cursor: pointer;
}
.promo-code svg {
  width: 25px;
  height: 24px;
}
@media (max-width: 768px) {
  .promo-code svg {
    width: 19px;
    height: 18.24px;
  }
}

#tooltip {
  display: none;
  position: absolute;
  padding: 5px 10px;
  background-color: rgba(203, 203, 226, 0.8);
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  z-index: 10;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

header.header {
  height: 100%;
  max-height: 750px;
  background-color: #FFDDE3;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  header.header {
    max-height: 100%;
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  header.header {
    margin-bottom: 60px;
  }
}
header.header .header__container {
  display: flex;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  header.header .header__container {
    flex-direction: column;
    align-items: center;
  }
}
header.header .header--content__container {
  margin-top: 80px;
  margin-left: 80px;
  margin-right: 10px;
}
@media (max-width: 1400px) {
  header.header .header--content__container {
    margin-top: calc(24px + 46 * (100vw - 1000px) / 440);
    margin-left: calc(24px + 46 * (100vw - 1000px) / 440);
  }
}
@media (max-width: 992px) {
  header.header .header--content__container {
    margin: 40px 10px 38px;
    width: 100%;
  }
}
header.header .headline__container {
  margin-bottom: 70px;
}
@media (max-width: 1400px) {
  header.header .headline__container {
    margin-bottom: calc(24px + 46 * (100vw - 1000px) / 440);
  }
}
@media (max-width: 992px) {
  header.header .headline__container {
    display: none;
  }
}
header.header .headline__container h1.headline {
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1400px) {
  header.header .headline__container h1.headline {
    font-size: calc(34px + 26 * (100vw - 320px) / 1120);
  }
}
header.header .headline__container span.subheadline {
  font-size: 40px;
  line-height: 120%;
}
@media (max-width: 1400px) {
  header.header .headline__container span.subheadline {
    font-size: calc(30px + 10 * (100vw - 320px) / 1120);
  }
}
header.header .header--image__container .header-image__wrapper {
  position: relative;
}
header.header .header--image__container .header-image__wrapper .header--maree-logo {
  position: absolute;
  bottom: 60px;
  left: 120px;
  width: 358.256px;
  height: 99.047px;
}
@media (max-width: 992px) {
  header.header .header--image__container .header-image__wrapper .header--maree-logo {
    left: 12px;
    top: 15px;
    bottom: auto;
    width: 79px;
    height: 20px;
  }
}
header.header .header--image__container .header-image__wrapper .headline__container {
  display: none;
}
@media (max-width: 992px) {
  header.header .header--image__container .header-image__wrapper .headline__container {
    display: block;
    position: absolute;
    bottom: 24px;
    left: 10px;
  }
}
@media (max-width: 768px) {
  header.header .header--image__container .header-image__wrapper .headline__container {
    bottom: 77px;
  }
}
header.header .header--image__container .header-image__wrapper .headline__container .subheadline,
header.header .header--image__container .header-image__wrapper .headline__container .headline {
  color: #ffffff;
}
header.header .discount--coupon__container {
  display: flex;
  border-radius: 40px;
  background: #01103B;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  max-width: 500px;
}
@media (max-width: 992px) {
  header.header .discount--coupon__container {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  header.header .discount--coupon__container {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
header.header .promo-code-content {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 366px;
}
@media (max-width: 768px) {
  header.header .promo-code-content {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 415px;
  }
}
@media (max-width: 480px) {
  header.header .promo-code-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
header.header .promo-code-content .promo-code {
  width: 100%;
  display: flex;
  padding: 16px 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border-radius: 12px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  header.header .promo-code-content .promo-code {
    padding: 16px 20px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  header.header .promo-code-content .promo-code {
    padding: 8px 20px;
  }
}
header.header .promo-code-content .promo-code .code {
  font-family: "Proxima Nova";
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  header.header .promo-code-content .promo-code .code {
    font-size: 20px;
  }
}
header.header .promo-code-content h2 {
  font-weight: 600;
  line-height: 110%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1400px) {
  header.header .promo-code-content h2 {
    font-size: calc(30px + 10 * (100vw - 320px) / 1120);
  }
}
header.header .promo-code-content > span {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (max-width: 1400px) {
  header.header .promo-code-content > span {
    font-size: calc(20px + 10 * (100vw - 320px) / 1120);
  }
}
@media (max-width: 768px) {
  header.header .promo-code-content > span {
    margin-bottom: 16px;
  }
}
header.header .card-timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 480px) {
  header.header .card-timer {
    margin-bottom: 12px;
  }
}
header.header .card-timer .timer-line {
  width: 2px;
  height: 57px;
  margin-left: 36px;
  margin-right: 36px;
  background: #ffffff;
}
@media (max-width: 768px) {
  header.header .card-timer .timer-line {
    margin-left: 24px;
    margin-right: 24px;
  }
}
header.header .card-timer .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}
header.header .card-timer .time .time-value {
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 1200px) {
  header.header .card-timer .time .time-value {
    font-size: calc(30px + 10 * (100vw - 320px) / 1120);
  }
}
header.header .card-timer .time .time-label {
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
}
header.header button {
  width: 100%;
  padding: 0;
}
header.header button .buy-now {
  text-decoration: none;
}
header.header button .buy-now .button__buy-amazon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  background: #F90;
  transition: all 0.3s ease-out;
  gap: 24px;
  height: 60px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  header.header button .buy-now .button__buy-amazon {
    gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    justify-content: center;
    height: 50px;
  }
}
@media (max-width: 590px) {
  header.header button .buy-now .button__buy-amazon {
    height: 50px;
  }
}
header.header button .buy-now .button__buy-amazon:hover {
  animation: interference 0.5s linear;
  background: #01103B;
  transition: all 0.3s ease-out;
}
header.header button .buy-now .button__buy-amazon img {
  width: 43px;
  height: 38px;
}
@media (max-width: 1400px) {
  header.header button .buy-now .button__buy-amazon img {
    width: calc(26.6px + 16.4 * (100vw - 320px) / 1080);
    height: calc(24px + 14 * (100vw - 320px) / 1080);
  }
}
header.header button .buy-now .button__buy-amazon span {
  font-size: 18px;
  color: #01103B;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 480px) {
  header.header button .buy-now .button__buy-amazon span {
    font-size: 14px;
  }
}

footer.footer {
  width: 100%;
  background: #01103B;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (max-width: 480px) {
  footer.footer {
    padding-top: 17px;
    padding-bottom: 20px;
  }
}
footer.footer .footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  footer.footer .footer-logo-image__container {
    width: calc(34.5px + 65.5 * (100vw - 320px) / 1080);
  }
}
footer.footer h4.footer-copyright {
  color: #ffffff;
}

section.reviews--slider__section,
section.reviews--slider__section-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 128px;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.reviews--slider__section,
  section.reviews--slider__section-2 {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  section.reviews--slider__section,
  section.reviews--slider__section-2 {
    margin-bottom: 43px;
  }
}
section.reviews--slider__section .reviews--slider__container .swiper-slide,
section.reviews--slider__section .reviews--slider__container-2 .swiper-slide,
section.reviews--slider__section-2 .reviews--slider__container .swiper-slide,
section.reviews--slider__section-2 .reviews--slider__container-2 .swiper-slide {
  display: flex;
  width: 760px;
  padding: 48px 60px 60px 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: -10px 15px 50px 0px rgba(0, 0, 0, 0.1);
  margin: 20px;
  margin-bottom: 40px;
  opacity: 0.4;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  section.reviews--slider__section .reviews--slider__container .swiper-slide,
  section.reviews--slider__section .reviews--slider__container-2 .swiper-slide,
  section.reviews--slider__section-2 .reviews--slider__container .swiper-slide,
  section.reviews--slider__section-2 .reviews--slider__container-2 .swiper-slide {
    width: calc(300px + 460 * (100vw - 320px) / 1080);
  }
}
@media (max-width: 768px) {
  section.reviews--slider__section .reviews--slider__container .swiper-slide,
  section.reviews--slider__section .reviews--slider__container-2 .swiper-slide,
  section.reviews--slider__section-2 .reviews--slider__container .swiper-slide,
  section.reviews--slider__section-2 .reviews--slider__container-2 .swiper-slide {
    margin-bottom: 32px;
    width: calc(300px + 390 * (100vw - 320px) / 448);
  }
}
@media (max-width: 480px) {
  section.reviews--slider__section .reviews--slider__container .swiper-slide,
  section.reviews--slider__section .reviews--slider__container-2 .swiper-slide,
  section.reviews--slider__section-2 .reviews--slider__container .swiper-slide,
  section.reviews--slider__section-2 .reviews--slider__container-2 .swiper-slide {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 24px;
  }
}
section.reviews--slider__section .reviews--slider__container .swiper-slide .reviewer--name,
section.reviews--slider__section .reviews--slider__container-2 .swiper-slide .reviewer--name,
section.reviews--slider__section-2 .reviews--slider__container .swiper-slide .reviewer--name,
section.reviews--slider__section-2 .reviews--slider__container-2 .swiper-slide .reviewer--name {
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 8px;
}
section.reviews--slider__section .reviews--slider__container .swiper-slide .reviewer--age,
section.reviews--slider__section .reviews--slider__container-2 .swiper-slide .reviewer--age,
section.reviews--slider__section-2 .reviews--slider__container .swiper-slide .reviewer--age,
section.reviews--slider__section-2 .reviews--slider__container-2 .swiper-slide .reviewer--age {
  font-size: 18px;
  line-height: 110%;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  section.reviews--slider__section .reviews--slider__container .swiper-slide .reviewer--age,
  section.reviews--slider__section .reviews--slider__container-2 .swiper-slide .reviewer--age,
  section.reviews--slider__section-2 .reviews--slider__container .swiper-slide .reviewer--age,
  section.reviews--slider__section-2 .reviews--slider__container-2 .swiper-slide .reviewer--age {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
section.reviews--slider__section .reviews--slider__container .swiper-slide img,
section.reviews--slider__section .reviews--slider__container-2 .swiper-slide img,
section.reviews--slider__section-2 .reviews--slider__container .swiper-slide img,
section.reviews--slider__section-2 .reviews--slider__container-2 .swiper-slide img {
  width: 175px;
  height: 30px;
  margin-bottom: 24px;
}
section.reviews--slider__section .reviews--slider__container .swiper-slide .reviewer--comment,
section.reviews--slider__section .reviews--slider__container-2 .swiper-slide .reviewer--comment,
section.reviews--slider__section-2 .reviews--slider__container .swiper-slide .reviewer--comment,
section.reviews--slider__section-2 .reviews--slider__container-2 .swiper-slide .reviewer--comment {
  font-size: 18px;
  line-height: 135%;
}
@media (max-width: 768px) {
  section.reviews--slider__section .reviews--slider__container .swiper-slide .reviewer--comment,
  section.reviews--slider__section .reviews--slider__container-2 .swiper-slide .reviewer--comment,
  section.reviews--slider__section-2 .reviews--slider__container .swiper-slide .reviewer--comment,
  section.reviews--slider__section-2 .reviews--slider__container-2 .swiper-slide .reviewer--comment {
    font-size: 14px;
  }
}
section.reviews--slider__section .reviews--slider__container .swiper-slide-active,
section.reviews--slider__section .reviews--slider__container-2 .swiper-slide-active,
section.reviews--slider__section-2 .reviews--slider__container .swiper-slide-active,
section.reviews--slider__section-2 .reviews--slider__container-2 .swiper-slide-active {
  opacity: 1;
}
section.reviews--slider__section .slider-controls--buttons,
section.reviews--slider__section-2 .slider-controls--buttons {
  display: flex;
  border-radius: 10px;
  background: #01103B;
  width: 160px;
  height: 80px;
  padding: 13px 20px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  section.reviews--slider__section .slider-controls--buttons,
  section.reviews--slider__section-2 .slider-controls--buttons {
    width: 121.96px;
    height: 40px;
    padding: 6px 16px;
  }
}
section.reviews--slider__section .line,
section.reviews--slider__section-2 .line {
  height: 54px;
  width: 2px;
  background: #ffffff;
}
@media (max-width: 768px) {
  section.reviews--slider__section .line,
  section.reviews--slider__section-2 .line {
    height: 28px;
  }
}
section.reviews--slider__section .slider-controls,
section.reviews--slider__section-2 .slider-controls {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  section.reviews--slider__section .slider-controls,
  section.reviews--slider__section-2 .slider-controls {
    margin-bottom: 16px;
  }
}
section.reviews--slider__section .slider-controls .swiper-button-next-reviewer-slider,
section.reviews--slider__section .slider-controls .swiper-button-prev-reviewer-slider,
section.reviews--slider__section .slider-controls .swiper-button-next-reviewer-slider-2,
section.reviews--slider__section .slider-controls .swiper-button-prev-reviewer-slider-2,
section.reviews--slider__section-2 .slider-controls .swiper-button-next-reviewer-slider,
section.reviews--slider__section-2 .slider-controls .swiper-button-prev-reviewer-slider,
section.reviews--slider__section-2 .slider-controls .swiper-button-next-reviewer-slider-2,
section.reviews--slider__section-2 .slider-controls .swiper-button-prev-reviewer-slider-2 {
  width: 24px;
  padding: 8px;
  margin: -8px;
}
section.reviews--slider__section .slider-controls .swiper-pagination-reviewer__slider,
section.reviews--slider__section .slider-controls .swiper-pagination-reviewer__slider-2,
section.reviews--slider__section-2 .slider-controls .swiper-pagination-reviewer__slider,
section.reviews--slider__section-2 .slider-controls .swiper-pagination-reviewer__slider-2 {
  display: flex;
  justify-content: center;
}
section.reviews--slider__section .slider-controls .swiper-pagination-bullet,
section.reviews--slider__section-2 .slider-controls .swiper-pagination-bullet {
  width: 144px;
}
@media (max-width: 768px) {
  section.reviews--slider__section .slider-controls .swiper-pagination-bullet,
  section.reviews--slider__section-2 .slider-controls .swiper-pagination-bullet {
    width: 83px;
  }
}

.loader__container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  min-height: 190px;
}

.loader__container.hide {
  display: none;
}

.loader__container .loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}

.loader__container .loader::before,
.loader__container .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: prixClipFix 2s linear infinite;
}

.loader__container .loader::after {
  transform: rotate3d(90, 90, 0, 180deg);
  border-color: #282828;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  75%, 100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
}
section.discount__section-2 .discount__container {
  background: #FFDDE3;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 480px) {
  section.discount__section-2 .discount__container {
    padding-bottom: 94px;
  }
}
section.discount__section-2 .promo-code-content {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 375px;
}
@media (max-width: 768px) {
  section.discount__section-2 .promo-code-content {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 415px;
  }
}
@media (max-width: 480px) {
  section.discount__section-2 .promo-code-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.discount__section-2 .promo-code-content .promo-code {
  width: 100%;
  display: flex;
  padding: 16px 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border-radius: 12px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  section.discount__section-2 .promo-code-content .promo-code {
    padding: 16px 20px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  section.discount__section-2 .promo-code-content .promo-code {
    padding: 8px 20px;
  }
}
section.discount__section-2 .promo-code-content .promo-code .code {
  font-family: "Proxima Nova";
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  section.discount__section-2 .promo-code-content .promo-code .code {
    font-size: 20px;
  }
}
section.discount__section-2 .promo-code-content h2 {
  font-weight: 600;
  line-height: 110%;
  text-align: center;
}
@media (max-width: 1400px) {
  section.discount__section-2 .promo-code-content h2 {
    font-size: calc(30px + 10 * (100vw - 320px) / 1120);
    margin-bottom: 12px;
  }
}
section.discount__section-2 .promo-code-content > span {
  font-size: 30px;
  margin-bottom: 24px;
}
@media (max-width: 1400px) {
  section.discount__section-2 .promo-code-content > span {
    font-size: calc(20px + 10 * (100vw - 320px) / 1120);
  }
}
@media (max-width: 768px) {
  section.discount__section-2 .promo-code-content > span {
    margin-bottom: 16px;
  }
}
section.discount__section-2 .card-timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 480px) {
  section.discount__section-2 .card-timer {
    margin-bottom: 12px;
  }
}
section.discount__section-2 .card-timer .timer-line {
  width: 2px;
  height: 57px;
  margin-left: 36px;
  margin-right: 36px;
  background: #ffffff;
}
@media (max-width: 768px) {
  section.discount__section-2 .card-timer .timer-line {
    margin-left: 24px;
    margin-right: 24px;
  }
}
section.discount__section-2 .card-timer .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}
section.discount__section-2 .card-timer .time .time-value {
  font-size: 40px;
}
@media (max-width: 1200px) {
  section.discount__section-2 .card-timer .time .time-value {
    font-size: calc(30px + 10 * (100vw - 320px) / 1120);
  }
}
section.discount__section-2 .card-timer .time .time-label {
  font-size: 10px;
  text-transform: uppercase;
}
section.discount__section-2 button {
  width: 100%;
  padding: 0;
}
section.discount__section-2 button .buy-now {
  text-decoration: none;
}
section.discount__section-2 button .buy-now .button__buy-amazon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  background: #01103B;
  transition: all 0.3s ease-out;
  gap: 24px;
  height: 60px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  section.discount__section-2 button .buy-now .button__buy-amazon {
    gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    justify-content: center;
    height: 50px;
  }
}
section.discount__section-2 button .buy-now .button__buy-amazon:hover {
  animation: interference 0.5s linear;
  background: #01103B;
  transition: all 0.3s ease-out;
}
section.discount__section-2 button .buy-now .button__buy-amazon img {
  width: 43px;
  height: 38px;
}
@media (max-width: 1400px) {
  section.discount__section-2 button .buy-now .button__buy-amazon img {
    width: calc(26.6px + 16.4 * (100vw - 320px) / 1080);
    height: calc(24px + 14 * (100vw - 320px) / 1080);
  }
}
section.discount__section-2 button .buy-now .button__buy-amazon span {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 480px) {
  section.discount__section-2 button .buy-now .button__buy-amazon span {
    font-size: 14px;
  }
}

.text-section {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .text-section {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .text-section {
    margin-bottom: 20px;
  }
}
.text-section .text-container {
  display: flex;
  align-items: center;
  gap: 48px;
  justify-content: center;
}
@media (max-width: 768px) {
  .text-section .text-container {
    flex-direction: column;
    gap: 20px;
  }
}
.text-section .text-container .title {
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .text-section .text-container .title {
    font-size: calc(30px + 30 * (100vw - 320px) / 1120);
  }
}
.text-section .text-container p {
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
}
@media (max-width: 1400px) {
  .text-section .text-container p {
    font-size: calc(14px + 4 * (100vw - 320px) / 1120);
  }
}
@media (max-width: 480px) {
  .text-section .text-container p {
    text-align: center;
  }
}

section.points {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  section.points {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  section.points {
    margin-bottom: 60px;
  }
}
section.points .points__container .poinst__list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 768px) {
  section.points .points__container .poinst__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}
@media (max-width: 480px) {
  section.points .points__container .poinst__list {
    flex-direction: column;
  }
}
section.points .points__container .poinst__list .points__item {
  width: 213px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  section.points .points__container .poinst__list .points__item {
    width: 200px;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  section.points .points__container .poinst__list .points__item {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
}
section.points .points__container .poinst__list .points__item span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  text-align: center;
}
@media (max-width: 480px) {
  section.points .points__container .poinst__list .points__item span {
    font-size: 18px;
    text-align: start;
  }
}

section.how-to-use__section {
  background: #FFDDE3;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  section.how-to-use__section {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  section.how-to-use__section {
    margin-bottom: 60px;
  }
}
section.how-to-use__section .how-to-use__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  section.how-to-use__section .how-to-use__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
section.how-to-use__section .how-to-use__container h2 {
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 80px;
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 1400px) {
  section.how-to-use__section .how-to-use__container h2 {
    font-size: calc(30px + 10 * (100vw - 320px) / 1120);
  }
}
@media (max-width: 768px) {
  section.how-to-use__section .how-to-use__container h2 {
    margin-bottom: 40px;
  }
}
section.how-to-use__section .how-to-use__container .step__list {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin-bottom: 42px;
  grid-column: 1;
  grid-row: 2;
}
@media (max-width: 768px) {
  section.how-to-use__section .how-to-use__container .step__list {
    gap: 26px;
  }
}
section.how-to-use__section .how-to-use__container .step__list .step__item {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  section.how-to-use__section .how-to-use__container .step__list .step__item {
    gap: 20px;
  }
}
section.how-to-use__section .how-to-use__container .step__list .step__item .step-number {
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #01103B;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  section.how-to-use__section .how-to-use__container .step__list .step__item .step-number {
    min-width: 40px;
    height: 40px;
  }
}
section.how-to-use__section .how-to-use__container .step__list .step__item .step-number span {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 768px) {
  section.how-to-use__section .how-to-use__container .step__list .step__item .step-number span {
    font-size: 24px;
  }
}
section.how-to-use__section .how-to-use__container .step__list .step__item p {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  max-width: 440px;
}
@media (max-width: 768px) {
  section.how-to-use__section .how-to-use__container .step__list .step__item p {
    font-size: 14px;
    max-width: 100%;
  }
}
section.how-to-use__section .how-to-use__container .image__container {
  grid-column: 2;
  grid-row: span 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.how-to-use__section .how-to-use__container .image__container .image__wrapper {
  border-radius: 40px;
  overflow: hidden;
  max-width: 360px;
  max-height: 470px;
}

.buy-product__section {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .buy-product__section {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .buy-product__section {
    margin-bottom: 60px;
  }
}
.buy-product__section .buy-product__container {
  display: flex;
  gap: 52px;
  align-items: center;
}
@media (max-width: 768px) {
  .buy-product__section .buy-product__container {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .buy-product__section .buy-product__container .product-images__container .product-image--desktop {
    display: none;
  }
}
.buy-product__section .buy-product__container .product-images__container .product-image--mobile {
  display: none;
}
@media (max-width: 768px) {
  .buy-product__section .buy-product__container .product-images__container .product-image--mobile {
    display: block;
    width: 80%;
  }
}
@media (max-width: 768px) {
  .buy-product__section .buy-product__container .buy-product__info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .buy-product__section .buy-product__container .buy-product__info {
    width: 100%;
  }
}
.buy-product__section .buy-product__container .buy-product__info h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 1400px) {
  .buy-product__section .buy-product__container .buy-product__info h2 {
    font-size: calc(30px + 10 * (100vw - 320px) / 1120);
  }
}
@media (max-width: 768px) {
  .buy-product__section .buy-product__container .buy-product__info h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
}
.buy-product__section .buy-product__container .buy-product__info .price {
  display: block;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .buy-product__section .buy-product__container .buy-product__info .price {
    font-size: calc(30px + 10 * (100vw - 320px) / 1120);
  }
}
@media (max-width: 768px) {
  .buy-product__section .buy-product__container .buy-product__info .price {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
}
.buy-product__section .buy-product__container .buy-product__info button {
  width: 100%;
  padding: 0;
}
.buy-product__section .buy-product__container .buy-product__info button .buy-now {
  text-decoration: none;
}
.buy-product__section .buy-product__container .buy-product__info button .buy-now .button__buy-amazon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  background: #01103B;
  transition: all 0.3s ease-out;
  gap: 24px;
  box-sizing: border-box;
  width: 366px;
  padding-right: 40px;
  height: 80px;
}
@media (max-width: 480px) {
  .buy-product__section .buy-product__container .buy-product__info button .buy-now .button__buy-amazon {
    height: 50px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .buy-product__section .buy-product__container .buy-product__info button .buy-now .button__buy-amazon {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .buy-product__section .buy-product__container .buy-product__info button .buy-now .button__buy-amazon {
    gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    justify-content: center;
  }
}
.buy-product__section .buy-product__container .buy-product__info button .buy-now .button__buy-amazon:hover {
  animation: interference 0.5s linear;
  background: #01103B;
  transition: all 0.3s ease-out;
}
.buy-product__section .buy-product__container .buy-product__info button .buy-now .button__buy-amazon img {
  width: 43px;
  height: 38px;
}
@media (max-width: 1400px) {
  .buy-product__section .buy-product__container .buy-product__info button .buy-now .button__buy-amazon img {
    width: calc(26.6px + 16.4 * (100vw - 320px) / 1080);
    height: calc(24px + 14 * (100vw - 320px) / 1080);
  }
}
.buy-product__section .buy-product__container .buy-product__info button .buy-now .button__buy-amazon span {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .buy-product__section .buy-product__container .buy-product__info button .buy-now .button__buy-amazon span {
    font-size: 14px;
  }
}

section.ingredients__section {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  section.ingredients__section {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  section.ingredients__section {
    margin-bottom: 60px;
  }
}
section.ingredients__section .ingredients__container .ingredients__list {
  display: flex;
  gap: 40px;
}
@media (max-width: 1200px) {
  section.ingredients__section .ingredients__container .ingredients__list {
    flex-wrap: wrap;
  }
}
section.ingredients__section .ingredients__container .ingredients__list .ingredients__item {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  section.ingredients__section .ingredients__container .ingredients__list .ingredients__item {
    gap: 24px;
  }
}
section.ingredients__section .ingredients__container .ingredients__list .ingredients__item .ingredient--image__container img {
  width: 60px;
  height: 144px;
}
@media (max-width: 480px) {
  section.ingredients__section .ingredients__container .ingredients__list .ingredients__item .ingredient--image__container img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
  }
}
section.ingredients__section .ingredients__container .ingredients__list .ingredients__item .ingredient--image__container.multi-image {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  section.ingredients__section .ingredients__container .ingredients__list .ingredients__item .ingredient--image__container.multi-image {
    gap: 8px;
  }
}
section.ingredients__section .ingredients__container .ingredients__list .ingredients__item .ingredient--image__container.multi-image img {
  width: 60px;
  height: 60px;
}
section.ingredients__section .ingredients__container .ingredients__list .ingredients__item .ingredient--info {
  width: 100%;
}
section.ingredients__section .ingredients__container .ingredients__list .ingredients__item .ingredient--info h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  text-transform: uppercase;
  margin-bottom: 8px;
  max-width: 230px;
}
@media (max-width: 480px) {
  section.ingredients__section .ingredients__container .ingredients__list .ingredients__item .ingredient--info h3 {
    max-width: 100%;
  }
}
section.ingredients__section .ingredients__container .ingredients__list .ingredients__item .ingredient--info p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  max-width: 200px;
}
@media (max-width: 1400px) {
  section.ingredients__section .ingredients__container .ingredients__list .ingredients__item .ingredient--info p {
    font-size: calc(14px + 4 * (100vw - 320px) / 1120);
  }
}
@media (max-width: 480px) {
  section.ingredients__section .ingredients__container .ingredients__list .ingredients__item .ingredient--info p {
    max-width: 100%;
  }
}

section.discount__section-2 .card-timer .timer-line {
  color: #01103B;
}

section.discount__section-2 button .buy-now .button__buy-amazon {
  width: 366px;
  padding-right: 40px;
  height: 80px;
}
@media (max-width: 480px) {
  section.discount__section-2 button .buy-now .button__buy-amazon {
    height: 40px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  section.discount__section-2 .discount--coupon__container {
    width: 90%;
  }
}

@media (max-width: 768px) {
  section.discount__section-2 .discount__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
