* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
body {
  background: #ffffff;
  font-family: "Proxima Nova Rg", sans-serif;
  font-style: normal;
}
header img{
  max-width: unset !important;
}
.wrapper {
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

h2 {
  color: #01103b;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}

h3 {
  color: #01103b;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}

.header {
  position: relative;
  display: flex;
  padding: 0;
  border-radius: 0;
}

.stik--inner {
  text-align: center;
  padding: 10px 0;
}
.section-stik .promo-code {
  margin: 0;
}
.section-stik .promo_code-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-stik .time-value {
  color: #fff;
  text-align: center;
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.section-stik .time-label {
  color: #fff;
  text-align: center;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.section-stik .time {
  margin: 0 25px;
}
.section-stik .dark-button__buy-amazon-font {
  padding: 8px 24px;
}
.section-stik .card-timer {
  border-radius: 12px;
  background: #01103b;
}
.section-stik .promo_code-content h2 {
  color: #01103b;
  text-align: center;
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.section-stik .promo-code {
  margin-bottom: 0;
}
.section-stik .dark-button__buy-amazon {
  height: 60px;
}
.stik--inner {
  bottom: 0;
  z-index: 5;
  background: #ffdde3;
  width: 100%;
}
.fixed {
  position: sticky;
}
.section-stik {
  height: 80px;
}

.slide-reviews-section {
  margin-bottom: 50px;
}

.click-bth {
  position: absolute;
  width: 137px;
  right: 174px;
  top: 0px;
}

.stik--inner img {
  width: 95%;
  max-width: 400px;
}

.stik-inner__buy-amazon {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 8px 8px 24px;
  gap: 30px;
  width: 100%;
  max-height: 60px;
}

.stik-inner__buy-amazon img {
  width: 100%;
  height: 100%;
  max-width: 43px;
}

.stik-inner__buy-amazon-font {
  display: flex;
  padding: 10px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #f90;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.stik-inner__buy-amazon-font span {
  color: #211f1f;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-wrap: nowrap;
  white-space: nowrap;
}

.wrapper .section-stik {
  bottom: 0;
  z-index: 10;
  height: auto;
}

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

.wrapper .stik--inner {
  position: relative;
}
section img {
  width: 100%;
}

.benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.benefit__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(50% - 10px);
  text-align: center;
}
.benefit__item span {
  color: #010f3a;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
}
.benefit__item img {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}

.hair_steps__wrapper {
  background: #efefef;
  margin-bottom: 100px;
}
.hair_steps {
  margin-top: 40px;
}

.hair_steps__wrapper .nav {
  overflow-x: scroll;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 10px;

  scrollbar-width: none; /* Для Firefox */
  -ms-overflow-style: none; /* Для Internet Explorer 10+ */
  cursor: grab;
}

.hair_steps__wrapper .nav::-webkit-scrollbar {
  display: none; /* Для WebKit-браузеров типа Chrome и Safari */
}

.hair_steps__wrapper .nav-link {
  flex: 0 0 auto; /* Элементы не будут растягиваться или сжиматься */
  margin-right: 10px; /* Добавим небольшой отступ справа для каждой ссылки */
}

.hair_steps__wrapper a.nav-link {
  padding: 20px 113px;
  margin: 0 2px;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  color: #100c73;
  background-color: #fff;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.hair_steps__wrapper a.nav-link.active {
  background-color: #100c73;
  color: #fff;
}
.hair_steps__wrapper a.nav-link:first-of-type,
.hair_steps__wrapper a.nav-link:last-of-type {
  padding: 20px 102px;
}
.hair_steps__wrapper a.nav-link:first-of-type {
  border-radius: 30px 0px 0px 30px;
}
.hair_steps__wrapper a.nav-link:last-of-type {
  border-radius: 0px 60px 60px 0px;
}

.hair_step_item {
  flex-direction: column;
  align-items: center;
  display: none;
  transition: all 1s ease-in-out;
}
.hair_step_item.active {
  display: flex;
}
.hair_step_item img {
  max-width: 560px;
  border-radius: 20px;
}
.hair_step__desc {
  margin-top: 32px;
  color: #01103b;
  text-align: center;
  font-family: "Proxima Nova Pg", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
}

header.header {
  background: #ffdde3;
  margin-bottom: 100px;
}
.header__container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.header__slider__container {
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}
.header .header_image img {
  width: 100%;
  display: block;
}

.header .header_image {
  position: relative;
  z-index: 1;
}
.header .header_image::after {
  content: "";
  background-image: url("../../img/lp1/logo-MAREE.svg");
  background-size: cover;
  position: absolute;
  top: 590px;
  left: 120px;
  top: 84%;
  top: 78.4%;
  left: 16%;
  width: 386px;
  height: 99px;
  z-index: 2;
}
main.content {
  overflow: hidden;
}
.header__coupon__container {
  max-width: 500px;
  border-radius: 40px;
  background: #01103b;
  padding: 40px 67px 40px;
}
.header__slider__container .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 1 !important;
  margin: 0 12px 24px !important;
}
.header__slider__container .swiper-pagination-bullet-active {
  background: #01103b;
}
.header__slider__container > img {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 45px;
}
.time-value {
  color: #fff;
  text-align: center;
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: calc(30px + (50 - 30) * ((100vw - 390px) / (1400 - 390)));
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.promo_code-content h2 {
  color: #fff;
  text-align: center;
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: calc(24px + (40 - 24) * ((100vw - 390px) / (1400 - 390)));
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  display: block;
  margin-bottom: 22px;
  margin-bottom: 0;
}
header .card-timer {
  margin-bottom: 24px;
}
.time-label {
  color: #fff;
  text-align: center;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.card-timer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-timer .time {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-logo {
  width: calc(34px + (108 - 34) * ((100vw - 390px) / (1400 - 390)));
  height: calc(10px + (31 - 10) * ((100vw - 390px) / (1400 - 390)));
}
.footer-logo img {
  width: 100%;
}
footer.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 20px;
}
.footer-copyright {
  color: #fff;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: calc(10px + (24 - 10) * ((100vw - 390px) / (1400 - 390)));
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.header-inner__buy-amazon {
  display: flex;
  width: 100%;
  max-width: 360px;
  height: 70px;
  padding: 8px 12px 8px 24px;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
  border-radius: 60px;
  background: #171616;
  gap: 22px;
}
.headline {
  color: #01103b;
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: calc(30px + (50 - 30) * ((100vw - 390px) / (1400 - 390)));
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.headline > img {
  width: calc(30px + (50 - 30) * ((100vw - 390px) / (1400 - 390)));
}
.tae {
  text-align: end;
}
header .white-button__buy-amazon {
  max-width: 100%;
}
header button,
header .white-button__buy-amazon-font {
  width: 100%;
}
.promo-code .code {
  color: #01103b;
  text-align: center;
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: calc(18px + (24 - 18) * ((100vw - 390px) / (1400 - 390)));
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.promo-code {
  display: flex;
  height: 60px;
  padding: 4px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 23px;
}
.headline__container {
  margin-bottom: 40px;
}
.header_content__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dark-button__buy-amazon,
.white-button__buy-amazon {
  display: flex;
  width: 100%;
  max-width: 380px;
  padding: 8px 8px 8px 24px;
  padding: 8px 40px;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
  border-radius: 60px;
  gap: 22px;
}
.white-button__buy-amazon {
  background: #ffffff;
}
.white-button__buy-amazon__yellow {
  background-color: #f90;
}
.white-button__buy-amazon__yellow img {
  width: auto;
}
.dark-button__buy-amazon {
  background: #01103b;
}
.button-logo__desktop {
  width: 43px;
  height: 38px;
  flex-shrink: 0;
}

.button-logo__mobile {
  width: 43px;
  height: 38px;
  display: none;
}
.dark-button__buy-amazon-font,
.white-button__buy-amazon-font {
  display: flex;
  padding: 10px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #f90;
}
.dark-button__buy-amazon-font {
  background-color: #01103b;
}
.dark-button__buy-amazon-font span,
.white-button__buy-amazon-font span {
  color: #01103b;
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  white-space: nowrap;
}
.dark-button__buy-amazon-font span {
  color: #fff;
}
.header-inner__buy-amazon-font {
  display: flex;
  padding: 10px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #f90;
}
.header-inner__buy-amazon-font span {
  color: #171616;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  white-space: nowrap;
}

.product__text p {
  color: #01103b;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.product__lips-pic-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  min-width: 200px;
}
.product__lips-pic-text span {
  color: #01103b;
  font-family: "Perfetto";
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
}
.product__lips-pic img {
  min-width: 100px;
  height: 100px;
}
.product__lips-pic-text img {
  width: 30.206px;
  height: 45.043px;
}
.product-description__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  gap: 100px;
}
.product__text {
  max-width: 490px;
  max-width: 557px;
}
.product__sleep-info {
  width: 100%;
}
.product__sleep-info__container {
  display: flex;
  gap: 41px;
  margin: 0 auto;
}
.product__image-comparison_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  align-items: center;
  padding-bottom: 120px;
}
.product__image-comparison_container span {
  color: #01103b;
  text-align: center;
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: calc(16px + (24 - 16) * ((100vw - 390px) / (1400 - 390)));
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.product__image-comparison_container .before,
.product__image-comparison_container .after {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.product__inquiry__container img {
  height: 30px;
}
.product__inquiry {
  background: #ffdde3;
}
.product__inquiry__container .container {
  padding: 34px 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.product__inquiry__container p {
  color: #010f3a;
  text-align: center;
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: calc(18px + (40 - 18) * ((100vw - 390px) / (1400 - 390)));
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product__inquiry__container .product__inquiry-text {
  margin-bottom: 24px;
  color: #010f3a;
  text-align: center;
  font-family: "Perfetto";
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  .product__inquiry__container .product__inquiry-text {
    font-size: calc(30px + (60 - 30) * ((100vw - 390px) / (1400 - 390)));
  }
}
.product__inquiry__container span {
  color: #010f3a;
  text-align: center;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: calc(14px + (24 - 14) * ((100vw - 390px) / (1400 - 390)));
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product__effectiveness_container {
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  padding: 68px 0 120px;
  gap: 40px;
}
#container1 > img:last-child {
  display: none;
}
.twentytwenty-handle {
  height: 70px;
  width: 70px;
  top: 65%;
  margin-left: -24px;
  margin-top: -47px;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 60%;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 60%;
}
.product__percentage {
  color: #010f3a;
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: calc(60px + (130 - 60) * ((100vw - 390px) / (1400 - 390)));
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}
.product__effectiveness-text {
  color: #010f3a;
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: calc(30px + (60 - 30) * ((100vw - 390px) / (1400 - 390)));
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  margin-left: 50px;
  white-space: nowrap;
}
.product__effectiveness_text_content p {
  color: #010f3a;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.product__effectiveness_image_content_container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__effectiveness_image_content {
  width: 100%;
  max-width: 460px;
  max-height: 620px;
  border-radius: 40px;
  overflow: hidden;
  border: 2px solid #fff;
}
section.reviews {
  margin-bottom: 80px;
}
.reviewer-name {
  margin-bottom: 8px;
}
.reviewer-name span {
  color: #010f3a;
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.reviewer-age {
  margin-bottom: 8px;
}
.reviewer-age span {
  color: #a9b7b8;
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.raiting {
  width: 175px;
  height: 30px;
}
.reviewer-info {
  margin-bottom: 24px;
}
.reviewer-comment p {
  color: #010f3a;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.slider-controls-line {
  overflow: hidden;
  height: 40px;
}
.how-product-work__container .swiper-button-next::after,
.how-product-work__container .swiper-button-prev::after,
.reviews--slider__wrapper .swiper-button-next::after,
.reviews--slider__wrapper .swiper-button-prev::after {
  content: "";
}
.swiper-button-next-client-review,
.swiper-button-prev-client-review {
  width: 24px;
}

.how-product-work__container .swiper-button-next,
.how-product-work__container .swiper-button-prev,
.reviews--slider__wrapper .swiper-button-next,
.reviews--slider__wrapper .swiper-button-prev {
  position: relative;
  top: auto;
  height: auto;
  margin-top: auto;
  margin: 0;
  width: auto;
  padding: 8px;
}
.how-product-work__container .slider-btn-controls,
.reviews--slider__wrapper .slider-btn-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 160px;
  height: 80px;
  border-radius: 20px;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 0 auto;
  border-radius: 15px;
  background: #010f3a;
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
.slider-controls-line {
  overflow: hidden;
  height: 40px;
}
.how-product-work__container .swiper-pagination,
.reviews--slider__wrapper .swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-bottom: 24px;
}
.how-product-work__container .swiper-pagination-bullet,
.reviews--slider__wrapper .swiper-pagination-bullet {
  width: 176.161px;
  height: 12px;
  border-radius: 50px;
  background: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  opacity: 1 !important;
}
.reviews--slider__wrapper .swiper-pagination-bullet {
  background: #efefef;
}
.how-product-work__container .swiper-pagination-bullet-active,
.reviews--slider__wrapper .swiper-pagination-bullet-active {
  background: #252f3d;
}

.how-product-work__container .swiper-pagination-bullet {
  width: 109px;
}
.reviews__containers.container {
  overflow: visible;
}

.reviews__containers .swiper-slide {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: 750px;
  max-height: 470px;
  margin: 20px 50px 50px;
  padding: 60px 60px 60px 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  border-radius: 30px;
  background: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  box-shadow: -10px 15px 50px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.4;
}
.reviews__containers .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.partners__video--slider__container .swiper-slide {
  margin: 0;
  padding: 0;
  box-shadow: none;
  opacity: 1;
  max-width: 360px;
}
.reviews__containers {
  max-width: 1400px;
  overflow: hidden;
  flex-direction: column;
}

.partners__video--slider__container .swiper-slide {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.ingredient__image {
  width: auto;
}
.imageIngredient {
  width: 80px;
  height: 80px;
  background-position: center;
  background-size: 105%;
  background-repeat: no-repeat;
}
.ingredient__title {
  color: #010f3a;
  text-align: center;
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.ingredient__description {
  color: #010f3a;
  text-align: center;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.ingredients__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px;
}
.ingredient__item {
  display: flex;
  max-width: 260px;
  flex-direction: column;
  align-items: center;
}
.ingredient--info__container {
  text-align: center;
}
section.ingredients {
  margin-bottom: 100px;
}
.reviews__icon img {
  width: auto;
}
.how-product-work {
  background: #ffdde3;
  padding: 60px 0;
}
.review__container {
  pointer-events: none;
}
.how-product-work__container .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.buy_product__content__container > img {
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.buy_product_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.buy_product__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy_product__content__container {
  display: flex;
  flex-direction: column;
}
.buy_product__content__container h2,.buy_product__content__container .promo_code__text{
  text-align: center;
}
.buy_product__content__container .promo_code__text{
  font-size: 20px;
  color: #01103b;
  margin-bottom: 16px;
}
.buy_product__content__container .promo-code{
  width: 100%;
  background-color: #FFDDE3;
}
.buy_product__content__container .promo-code img{

}
.buy_product__content__container .promo-code .code{
  color: #01103b;
}
.buy_product__title {
  display: block;
  margin-bottom: 24px;
  color: #01103b;
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: calc(40px + (60 - 40) * ((100vw - 390px) / (1400 - 390)));
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
}
.price_container {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 28px;
}
.original-price__container span {
  color: #01103b;
  font-family: "Aquawax Pro";
  font-size: calc(24px + (40 - 24) * ((100vw - 390px) / (1400 - 390)));
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-decoration-line: strikethrough;
  text-decoration: line-through;
  text-transform: uppercase;
}
.promotional-price__container span {
  color: #e12530;
  font-family: "Aquawax Pro";
  font-size: calc(40px + (60 - 40) * ((100vw - 390px) / (1400 - 390)));
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
}
.dark-button__buy-amazon {
  height: 80px;
  padding: 8px 12px 8px 24px;
}
.dark-button__buy-amazon-font {
  padding: 15px 28px;
  width: 100%;
}
section.buy_product {
  margin-bottom: 100px;
}
section.how-product-work {
  margin-bottom: 100px;
}
header .hours {
  margin-right: 45px;
}
header .minutes {
  margin: 0 45px;
}
header .seconds {
  margin-left: 45px;
}
#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;
}
.product__lips-pic .hours8 {
  position: absolute;
  width: 41px;
  height: 85px;
  left: 40px;
  top: 20px;
}
.product__lips-pic {
  position: relative;
}
.product__discount {
  background: #ffdde3;
}
.product__discount button {
  width: 100%;
}
.product__discount .dark-button__buy-amazon img {
  width: auto;
}
.promo-code > img {
  width: auto;
}
.card-timer .line {
  width: auto;
}
.product__discount .dark-button__buy-amazon {
  margin: 0 auto;
}
section.product__discount .line {
  width: auto;
}
.product__discount .promo_code-content h2 {
  color: #02103a;
  text-align: center;
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: calc(30px + (60 - 30) * ((100vw - 390px) / (1400 - 390)));
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.promo_code-content .promo_code__text {
  margin-bottom: 24px;
  text-align: center;
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
}
.product__discount .promo_code-content .promo_code__text {
  color: #02103a;
}
.product__discount .time-value {
  color: #02103a;
  text-align: center;
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: calc(30px + (40 - 30) * ((100vw - 390px) / (1400 - 390)));
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product__discount .promo-code {
  width: 100%;
  max-width: 366px;
  margin-bottom: 33px;
}
.product__discount .promo_code-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 60px;
}
.product__discount .card-timer {
  margin-bottom: 34px;
}
.product__discount .hours {
  margin-right: 45px;
}
.product__discount .minutes {
  margin: 0 45px;
}
.product__discount .seconds {
  margin-left: 45px;
}
.product__discount .time-label {
  display: none;
}
footer.footer {
  background: #02103a;
}
.video-review video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.partners__video-review {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  width: 100%;
  max-width: 360px;
}
.review__image_container svg {
  cursor: pointer;
}
.video-reviews .review__container .review__image_container {
  position: relative;
  width: 100%;
}
.play--video__container {
  position: absolute;
  left: 44%;
  top: 44%;
}
.video-review {
  opacity: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.5s ease;
}
.video-review.active {
  z-index: 2;
  opacity: 1;
}
.icon__group {
  position: relative;
  min-width: 60px;
  height: 60px;
  padding: 11px 21px;
  text-align: center;
  border-radius: 50%;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  background-color: #02103b;
  color: #fff;
}
.how-product-work_icon {
  position: absolute;
  left: 10px;
  top: 16px;
  width: 40px;
}
.how-product-work__content {
  max-width: 580px;
}
.how-product-work__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.how-product-work__item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.how-product-work__item span {
  color: #01103b;
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
.how-product-work__content p.description {
  color: #01103b;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.hair_steps__container {
  width: 100%;
  max-width: 1160px;
  padding: 100px 0;
  margin: 0 auto;
}
.product__description {
  margin-bottom: 68px;
}
.partners__video--slider__container {
  width: 100%;
  max-width: 360px;
  overflow: hidden;
}

.how-product-work__container .reviews__containers.container {
  overflow: hidden;
}
.how-product-work__content h2 {
  margin-bottom: 48px;
}
.reviews__container__desktop {
  display: flex;
  align-items: center;
  gap: 20px;
}
.reviews__container__desktop .swiper-button-next-reviewer__slider3,
.reviews__container__desktop .swiper-button-prev-reviewer__slider3 {
  width: 60px;
  height: 60px;
}
.how-product-work__container .slider-btn-controls {
  display: none;
}
@media screen and (max-width: 1100px) {
  .benefits {
    max-width: 82.86%;
    margin: 60px auto;
  }
  .partners__video--slider__container {
    overflow: hidden;
  }
  .section-stik .card-timer,
  .section-stik h2,
  .section-stik .promo-code {
    display: none;
  }
  .section-stik .promo_code-content {
    justify-content: center;
  }
  .imageIngredient {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 992px) {
  .reviews__container__desktop .swiper-button-next-reviewer__slider3,
  .reviews__container__desktop .swiper-button-prev-reviewer__slider3 {
    display: none;
  }
  .how-product-work__container .slider-btn-controls {
    display: flex;
  }
  .partners__video--slider__container {
    overflow: hidden;
  }
  .stik-inner__buy-amazon {
    padding: 8px 8px 8px 10px;
  }
  .stik-inner__buy-amazon-font span {
    font-size: 18px;
  }
  .product__effectiveness-text {
    margin-left: 0px;
  }
  .how-product-work__container .swiper-pagination-bullet,
  .reviews--slider__wrapper .swiper-pagination-bullet {
    width: 109px;
  }
  .header__slider__container {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .header__container {
    grid-template-columns: 1fr;
  }
  .header_content__container {
    margin-bottom: 40px;
  }
  .benefit__item {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .how-product-work__content h2 {
    margin-bottom: 32px;
  }
  header.header {
    margin-bottom: 60px;
  }
  .hair_steps__wrapper {
    margin-bottom: 60px;
  }
  .hair_steps__container {
    padding: 60px 0;
  }
  .header .header_image::after {
    width: 79px;
    height: 20px;
    top: 15px;
    left: 12px;
  }

  .imageIngredient {
    width: 100px;
    height: 100px;
  }

  .button-logo__mobile {
    display: block;
  }
  .header-inner__buy-amazon {
    height: 60px;
    gap: 24px;
  }
  .header-inner__buy-amazon-font {
    padding: 10px 24px;
  }
  .header-inner__buy-amazon-font span {
    font-size: 16px;
  }
  .header-inner__buy-amazon-font {
    padding: 10px 50px;
  }
  .header-inner__buy-amazon {
    margin: 0 auto;
  }
  .product__text p {
    font-size: 16px;
    text-align: center;
  }
  .product__lips-pic img {
    min-width: 57px;
    height: 57px;
  }
  .product__lips-pic .hours8 {
    left: 25px;
    top: 5px;
  }
  .product__effectiveness_text_content p {
    font-size: 16px;
  }
  .product__effectiveness-text {
    margin-left: 12px;
  }
  .product__image-comparison_container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-bottom: 60px;
  }
  .product__lips-pic-text {
    min-width: none;
  }
  .product__sleep-info__container {
    gap: 21px;
    padding: 0;
    margin: 0;
  }
  .product-description__container {
    flex-direction: column-reverse;
    gap: 28px;
    padding: 40px 0;
  }
  .product__effectiveness_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
  }
  .product__effectiveness_text_content__container {
    text-align: center;
  }
  .product__effectiveness_text_content p {
    text-align: center;
  }
  .reviews__containers .swiper-slide {
    width: 100%;
  }
  .reviewer-age span {
    font-size: 16px;
  }
  .reviewer-comment p {
    color: #252f3d;
    font-size: 16px;
  }
  .how-product-work__container .swiper-pagination-bullet,
  .reviews--slider__wrapper .swiper-pagination-bullet {
    width: 60.185px;
    height: 7.989px;
  }
  .reviews__containers .swiper-slide {
    margin: 20px 50px 20px;
    padding: 32px 20px;
  }
  .ingredients__list {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 24px;
  }
  .product-description__container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .product__sleep-info__container {
    flex-direction: column;
    align-items: center;
  }
  .product__lips-pic-text span {
    text-align: center;
  }
  .ingredient--info__container,
  .ingredient__title,
  .ingredient__description {
    text-align: start;
  }
  .ingredient__item {
    display: flex;
    max-width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    margin-bottom: 8px;
  }
  .ingredient__title {
    font-size: 18px;
  }
  .ingredient__description {
    font-size: 14px;
  }
  .how-product-work__container .container {
    flex-direction: column;
  }
  .dark-button__buy-amazon,
  .white-button__buy-amazon {
    height: 60px;
    gap: 24px;
    padding: 8px 20px;
  }
  .dark-button__buy-amazon-font,
  .white-button__buy-amazon-font {
    padding: 10px 24px;
  }
  .dark-button__buy-amazon-font span,
  .white-button__buy-amazon-font span {
    font-size: 16px;
  }
  .dark-button__buy-amazon-font,
  .white-button__buy-amazon-font {
    padding: 10px 44px;
  }
  .dark-button__buy-amazon,
  .white-button__buy-amazon {
    margin: 0 auto;
  }
  .buy_product_container {
    grid-template-columns: 1fr;
  }
  .buy_product__content__container {
    align-items: center;
  }
  section.buy_product {
    margin-bottom: 40px;
  }
  section.how-product-work {
    margin-bottom: 40px;
  }
  section.reviews {
    margin-bottom: 40px;
  }
  .buy_product__title,
  .price_container {
    margin-bottom: 20px;
  }
  section.ingredients {
    margin-bottom: 60px;
  }
  .headline__container {
    margin-bottom: 20px;
    position: relative;
    z-index: 7;
    margin-top: -100px;
    margin-bottom: 46px;
  }
  .headline__container .headline.tae,
  .headline__container .headline {
    color: #fff;
  }
  .header__coupon__container {
    padding: 24px 10px;
  }
  .how-product-work__content p.description {
    font-size: 16px;
    text-align: center;
  }
  .how-product-work__item {
    gap: 20px;
  }
  .reviews__icon {
    display: flex;
    justify-content: center;
  }
  .how-product-work__container .slider-btn-controls,
  .reviews--slider__wrapper .slider-btn-controls {
    width: 140px;
    height: 48px;
  }
  .hair_steps {
    padding-left: 10px;
    padding-right: 10px;
  }
  .partners__video--slider__container .swiper-slide {
    margin: 0;
    padding: 0;
    box-shadow: none;
  }
}
@media screen and (max-width: 640px) {
  .buy_product__content button {
    width: 100%;
  }
  .header__slider__container > img {
    display: none;
  }
  .hair_steps__container {
    padding: 40px 0;
  }
  header.header {
    margin-bottom: 40px;
  }
  .product__description {
    margin-bottom: 60px;
  }
  .product__inquiry__container .product__inquiry-text {
    margin-bottom: 20px;
  }
  .icon__group {
    min-width: 40px;
    height: 40px;
    max-width: 40px;
    padding: 5px 0;
    font-size: 24px;
  }
  .how-product-work__item__text h3 {
    font-size: 20px;
  }
  .how-product-work__item__text span {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .buy_product__content__container {
    width: 100%;
  }
  .ingredients__container.container {
    padding-left: 0px;
  }
  .hair_steps__wrapper a.nav-link {
    padding: 10px 30px;
    font-size: 16px;
  }

  .hair_steps__wrapper a.nav-link:first-of-type,
  .hair_steps__wrapper a.nav-link:last-of-type {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 470px) {
  .how-product-work__container .container {
    gap: 48px;
  }
  .dark-button__buy-amazon-font,
  .white-button__buy-amazon-font {
    padding: 10px 0px;
    width: 100%;
  }
  .benefit__item span {
    font-size: 14px;
  }
  .header_content__wrapper {
    width: 100%;
    padding: 20px;
  }
  .header__slider__container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 8px 16px !important;
  }
  .product__discount .promo-code {
    margin-bottom: 24px;
  }
  .product__discount .card-timer {
    margin-bottom: 24px;
  }
  .twentytwenty-handle {
    height: 40px;
    width: 40px;
    top: 65%;
    margin-left: -24px;
    margin-top: -47px;
  }
  .twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 60%;
  }
  .twentytwenty-horizontal .twentytwenty-handle:after {
    top: 60%;
  }
  .twentytwenty-left-arrow,
  .twentytwenty-right-arrow {
    width: 2px;
    height: 2px;
  }
  .partners__video-review {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .header-inner__buy-amazon-font {
    width: 100%;
    padding: 10px 0;
  }
  .product__lips-pic-text {
    min-width: 140px;
    max-width: 250px;
  }
  .stik-inner__buy-amazon {
    padding: 0;
  }
  .buy_product__content__container > img {
    max-width: 100%;
  }
  header .hours {
    margin-right: 16px;
  }
  header .minutes {
    margin: 0 50px;
  }
  header .seconds {
    margin-left: 16px;
  }
  .product__discount .hours {
    margin-right: 32px;
  }
  .product__discount .minutes {
    margin: 0 42px;
  }
  .product__discount .seconds {
    margin-left: 32px;
  }
  .product__discount .time-label {
    display: block;
    color: #02103a;
    text-align: center;
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
  }
  .product__discount .promo_code-content {
    padding: 30px 0 36px;
  }
}

@media screen and (max-width: 380px) {
  .stik-inner__buy-amazon {
    gap: 16px;
  }
  .stik-inner__buy-amazon-font span {
    font-size: 18px;
  }
}
@media (max-width: 350px) {
  .stik-inner__buy-amazon-font span {
    font-size: 16px;
  }
  .header_content__wrapper {
    padding: 0;
  }
}

@media (max-width: 390px) {
}
@media (min-width: 1400px) {
  .benefits {
    width: 1160px;
    margin: 150px auto 100px;
    flex-wrap: wrap;
    gap: 121px;
  }
  .benefit__item:nth-of-type(1) {
    width: calc(25% - 55px);
    width: 214px;
  }
  .benefit__item:nth-of-type(2) {
    width: 136px;
  }
  .benefit__item:nth-of-type(3) {
    width: 205px;
  }
  .benefit__item:nth-of-type(4) {
    width: 240px;
  }

  .hair_steps__container {
    width: 100%;
    max-width: 1160px;
    padding: 100px 0;
    margin: 0 auto;
  }

  .hair_steps__wrapper .nav {
    overflow: scroll;
    margin: 0;
  }
  .hair_steps__wrapper a.nav-link {
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    color: #100c73;
    background-color: #fff;
    padding: 20px 113px;
    margin: 0 2px;
  }
  .hair_steps__wrapper a.nav-link.active {
    background-color: #100c73;
    color: #fff;
  }
  .hair_steps__wrapper a.nav-link:first-of-type,
  .hair_steps__wrapper a.nav-link:last-of-type {
    padding: 20px 102px;
  }
  .hair_steps__wrapper a.nav-link:first-of-type {
    border-radius: 30px 0px 0px 30px;
  }
  .hair_steps__wrapper a.nav-link:last-of-type {
    border-radius: 0px 60px 60px 0px;
  }

  .hair_steps {
    margin-top: 100px;
  }
  .hair_step_item {
    flex-direction: row;
    align-items: center;
  }
  .hair_step_item img {
    max-width: 560px;
    width: 50%;
    border-radius: 40px;
  }
  .hair_step__desc {
    width: 50%;
    margin: 0;
    padding-left: 100px;
    font-size: 30px;
    text-align: left;
  }

  .product__text {
    width: 557px;
  }
  .imageIngredient {
    width: 200px;
    height: 200px;
  }
  .product__lips-pic-text {
    max-width: 315px;
  }
  .product__lips-pic-text span {
    font-size: 50px;
  }
  .product__image-comparison_container span {
    font-size: 24px;
  }
  .product__inquiry__container p {
    font-size: 40px;
  }
  .product__inquiry__container span {
    font-size: 24px;
  }
  .product__percentage {
    font-size: 130px;
  }
  .product__effectiveness-text {
    font-size: 60px;
  }
  .buy_product__title {
    font-size: 40px;
  }
  .original-price__container span {
    font-size: 40px;
  }
  .promotional-price__container span {
    font-size: 60px;
  }
  .time-value {
    font-size: 50px;
  }
  .headline > img {
    width: 50px;
  }
  .promo_code-content h2 {
    font-size: 40px;
    margin-bottom: 0;
  }
  .promo_code-content .promo_code__text {
    margin-bottom: 16px;
    text-align: center;
    font-family: "Proxima Nova Lt", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: 0.04em;
    color: #fff;
  }
  .promo-code .code {
    font-size: 24px;
  }
  .product__discount .promo_code-content h2 {
    font-size: 60px;
  }
  .product__discount .time-value {
    font-size: 40px;
    font-weight: 400;
  }
  .footer-logo {
    width: 108px;
    height: 31px;
  }
  .how-product-work__item span {
    font-size: 20px;
  }
  .footer-copyright {
    font-size: 24px;
  }
}
