@font-face {
  font-family: "Montserrat-Light";
  src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
}
body {
  font-family: "Montserrat-Medium", serif;
  margin: 0;
  padding: 0;
  color: #433f3f;
}

.container {
  width: 480px;
  margin: 0 auto;
}

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

.bold {
  font-family: "Montserrat-Bold", serif;
}

p,
li {
  font-size: 23px;
}

ul {
  list-style: none;
}

.text-center {
  text-align: center;
}

.red {
  color: #e52828;
}
::placeholder {
  font-size: 18px;
}
.header {
  background: linear-gradient(85.65deg, #1f75c1 4.88%, #1992e8 83.48%);
}
.header h1,
.header h2 {
  font-family: "Montserrat-Bold", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  font-size: 33px;
  padding-top: 20px;
  text-align: center;
}
.header h2 {
  font-size: 25px;
  padding-bottom: 20px;
}
.header p {
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat-Bold", serif;
  width: 84%;
  margin: 0 auto;
  padding: 10px 0 20px 0;
}

.red h2 {
  background: #e62828;
}

.prices {
  margin-top: -15px;
  position: relative;
}
.prices__old {
  padding-left: 20px;
}
.prices__old p {
  font-family: "Montserrat-Bold", serif;
  font-size: 28px;
  color: #777777;
  text-decoration: line-through;
  margin: 0 0 20px;
  padding: 5px 0;
}
.prices__new p {
  font-family: "Montserrat-Bold", serif;
  font-size: 33px;
  color: #000000;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0;
  padding: 5px 20px;
  background-color: #facc02;
  border-radius: 0 45px 45px 0;
}

.product__image {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 65%;
  margin-left: auto;
  margin-top: -435px;
}
.product__image p {
  font-family: "Montserrat-Bold", serif;
  font-size: 15px;
  background: url("../images/sale.webp") no-repeat 50% 100%;
  display: inline-block;
  color: #ffffff;
  -webkit-background-size: contain;
  background-size: contain;
  padding: 35px;
  text-align: center;
  z-index: 1;
  text-transform: uppercase;
}
.product__image p span {
  font-size: 50px;
}
.product__image img {
  margin-top: 35px;
  margin-right: 5px;
  width: 210px;
}

.advantages {
  padding: 35px 50px 40px 50px;
  position: relative;
}
.advantages .row .text {
  width: 75%;
  margin-left: 40px;
  font-size: 23px;
}
.advantages .row .text p {
  margin: 10px 0;
}
.advantages:before {
  content: "";
  background: url("../images/mask.webp") no-repeat;
  width: 119px;
  height: 271px;
  position: absolute;
  background-size: contain;
  right: 0;
  top: -130px;
  z-index: -1;
}

.timer {
  background: url("../images/back.webp") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 50px;
}
.timer h2 {
  font-size: 26px;
}
.timer span {
  font-size: 58px;
}

.countdown {
  display: flex;
  justify-content: center;
}
.countdown > div {
  border: 2px solid #ffffff;
  border-radius: 180px;
  padding: 14px;
  margin: 0 10px;
  min-width: 77px;
}

.button-container {
  text-align: center;
}
.button-container .btn {
  font-family: "Montserrat-Bold", serif;
  background: linear-gradient(155.12deg, #f7ba03 13.45%, #fce512 50.16%, #ffc700 89.49%);
  border: 5px solid #f9e9b9;
  border-radius: 100px;
  text-transform: uppercase;
  color: #363a3a;
  font-size: 21px;
  padding: 21px 33px;
  display: block;
  max-width: 380px;
  margin: 0 auto;
  text-decoration: none;
}
.button-container .more {
  padding: 10px 20px;
}

.cycle ul {
  padding: 0 25px 0 50px;
  list-style: none;
}
.cycle ul li {
  position: relative;
}
.cycle ul li p {
  font-size: 23px;
  line-height: 28px;
  padding: 0 25px;
}
.cycle ul li p:first-child {
  background: #fcf6c7;
  padding: 10px 25px;
  font-weight: 600;
}
.cycle ul li:before {
  content: "";
  background: url("../images/check.webp") no-repeat;
  width: 33px;
  height: 33px;
  position: absolute;
  background-size: contain;
  left: -45px;
  top: 10px;
}

.effects p {
  padding: 0 30px;
}
.effects p:last-child {
  margin-bottom: 35px;
  margin-top: 0px;
}
.effects__single {
  display: flex;
  overflow: hidden;
}
.effects__single p {
  font-size: 24px;
  padding: 15px 0 15px 20px;
  font-weight: 600;
}
.effects__single .yellow {
  background: #fcdf0f;
  border-radius: 90px 0 0 90px;
  font-weight: 600;
}
.effects__single .arrow {
  position: relative;
}
.effects__single .arrow:after {
  content: "";
  background: url("../images/arrow.webp") no-repeat;
  width: 43px;
  height: 30px;
  position: absolute;
  background-size: contain;
  bottom: -25px;
  left: 60px;
}
.effects__single span.red {
  color: #e52828;
  font-weight: 600;
}
.effects__single .img img {
  margin-left: -30px;
  margin-right: 10px;
  margin-top: 30px;
  border: 5px solid #fcdf0f;
  border-radius: 200px;
}

.natural {
  background: url("../images/back-2.webp") no-repeat bottom;
  background-size: contain;
  padding-bottom: 50px;
}
.natural p {
  padding: 0 30px;
}
.natural ul {
  padding: 0 30px 0 100px;
  margin-bottom: 45px;
}
.natural ul li {
  position: relative;
  margin-bottom: 25px;
  padding: 6px 0;
}
.natural ul li:before {
  content: "";
  background: url("../images/stop.webp") no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  background-size: contain;
  left: -65px;
  top: calc(50% - 25px);
}

.what p {
  padding: 0 30px;
}
.what .img-container {
  position: relative;
}
.what .img-container p {
  color: #13a28e;
  position: absolute;
  right: 100px;
  top: 0;
  font-weight: 600;
}
.what .back {
  background: url("../images/back-3.webp") no-repeat;
  text-align: right;
  padding: 50px 10px;
  -webkit-background-size: cover;
  background-size: cover;
}
.what .back p {
  color: #ef0d0e;
  top: 30px;
  right: auto;
}
.what .last {
  text-align: center;
  padding-top: 30px;
}
.what .last p {
  position: relative;
  color: #433f3f;
  right: auto;
  padding-left: 0;
  margin-top: 0;
}
.what .button-container {
  width: 80%;
  margin: 60px auto 60px auto;
}

.yellow-container {
  background: #fcf6c7;
  padding: 1px 0;
  margin-top: 50px;
}

.universal h2 {
  padding-left: 30px;
  padding-right: 30px;
}
.universal ul {
  padding: 0 30px 0 65px;
  margin-bottom: 55px;
  margin-top: -5px;
}
.universal ul li {
  margin-bottom: 30px;
  position: relative;
}
.universal ul li:before {
  content: "";
  background: url("../images/icon_6.webp") no-repeat;
  width: 33px;
  height: 33px;
  position: absolute;
  background-size: contain;
  left: -40px;
  top: 5px;
}

.multi {
  margin-top: 60px;
}
.multi > p {
  padding: 0 30px;
}
.multi h2 {
  padding-left: 30px;
  padding-right: 30px;
}
.multi .image-group {
  position: relative;
  margin-top: 50px;
  padding-left: 30px;
}
.multi .image-group p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  color: #ffffff;
  right: 35px;
  width: 40%;
  font-family: "Montserrat-Bold", serif;
}

.doctors {
  margin-top: 25px;
}
.doctors p {
  padding: 0 30px;
}
.doctors .signature {
  display: flex;
  align-items: center;
}
.doctors .signature div {
  width: 60%;
}
.doctors .signature p {
  font-weight: 600;
}

.who {
  margin-top: 40px;
  background: url("../images/print_5.webp") left 100px no-repeat;
}
.who .img-container {
  text-align: center;
  margin-top: 25px;
}
.who p {
  padding: 0 30px;
  margin-top: 20px;
  margin-bottom: 0;
}
.who .button-container {
  margin-top: 20px;
}

.reviews {
  margin-top: 25px;
  background: url("../images/under-review.webp") no-repeat left;
  background-size: contain;
}
.reviews h2 {
  padding: 46px 0;
}
.reviews .slider img {
  margin: 0 auto;
}

.slick-slide > div {
  width: 80%;
  -webkit-box-shadow: 0px 4px 20px rgba(18, 17, 17, 0.25);
  -moz-box-shadow: 0px 4px 20px rgba(18, 17, 17, 0.25);
  box-shadow: 0px 4px 20px rgba(18, 17, 17, 0.25);
  margin: 20px auto;
  padding: 30px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #ffffff;
}

.slick-dots {
  display: flex;
  justify-content: center;
  padding-left: 0;
}
.slick-dots:focus-visible {
  outline: none;
}
.slick-dots li {
  margin-right: 10px;
}
.slick-dots li button {
  background: #a7b7b5;
  color: transparent;
  border-radius: 100px;
  width: 21px;
  height: 21px;
  border: none;
  cursor: pointer;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots .slick-active button {
  background: #4cb0f5;
}

.delivery {
  margin-top: 50px;
  padding-bottom: 40px;
}
.delivery h2 {
  padding: 46px 0;
}
.delivery__single {
  text-align: center;
  width: 50%;
  margin-top: 40px;
}
.delivery__single p {
  min-height: 112px;
  padding: 0 10px;
  margin-bottom: 0;
}

.footer .timer {
  padding-top: 1px;
  background: url("../images/back-4.webp") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 0;
}
.footer .timer h2,
.footer .timer span {
  color: #fce512;
}
.footer .timer form {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 90%;
  margin: 20px auto 0 auto;
}
.footer .timer form label {
  font-size: 25px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 5px;
}
.footer .timer form input {
  border: 2px solid #1edbc3;
  box-sizing: border-box;
  box-shadow: inset 0px 4px 3px rgba(0, 0, 0, 0.14);
  font-size: 23px;
  padding: 15px 0px 15px 40px;
}
.footer .timer .button-container {
  margin-top: 50px;
}
.footer .countdown > div {
  border-color: #fce512;
}
.footer .countdown-number:after {
  color: #fce512;
}

.countdown-number {
  position: relative;
}
.countdown-number:after {
  content: ":";
  position: absolute;
  right: -15px;
  font-size: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.countdown-number:last-child:after {
  content: none;
}
@media (max-width: 767px) {
  .advantages {
    padding-top: 60px;
  }
}

@media (max-width: 480px) {
  .container {
    width: 100%;
    overflow: hidden;
  }

  .product__image img {
    width: 210px;
    margin-top: -25px; 
    
  }

  .header h1,
  .header h2 {
    font-size: 7vw;
    padding-top: 5vw;
  }
  .header p {
    font-size: 6vw;
    line-height: 7vw;
  }

  p,
  li {
    font-size: 18px;
  }

  .product__image {
    margin-top: -77vw;
    width: 65vw;
  }
  .product__image p {
    font-size: 13px;
    padding: 8vw;
    transform: translateY(-40px);
  }
  .product__image p span {
    font-size: 13vw;
  }
  .footer .timer form label {
    padding-left: 0;
    font-size: 16px;
  }
  .footer .timer form input {
    padding-left: 10px;
  }
  .prices {
    margin-top: -4vw;
  }
  .prices__old p {
    margin: 3vw 20vw 0 0;
    font-size: 20px;
  }

  .prices__new p {
    font-size: 25px;
  }

  .advantages {
    padding: 10vw 5vw 5vw 5vw;
  }
  .advantages:before {
    top: -35vw;
  }

  .button-container .btn {
    font-size: 5vw;
    padding: 5vw 7vw;
  }
  .effects__single p {
    font-size: 20px;
  }
  .timer h2 {
    font-size: 7vw;
  }
  .timer span {
    font-size: 11vw;
  }

  .countdown > div {
    min-width: 15vw;
  }

  .cycle ul li p:first-child {
    padding: 3vw 2vw;
  }

  .effects p {
    padding: 0 5vw;
  }
  .effects__single .img img {
    width: 40vw;
  }

  .natural ul {
    width: 65vw;
    margin: 0 auto;
  }
  .natural p {
    padding: 0 5vw;
  }

  .what .img-container p {
    right: 10vw;
  }
  .what .back p {
    right: auto;
    left: -5vw;
  }
  .what .last p {
    right: 0;
  }

  .multi .image-group p {
    font-size: 16px;
  }
}

.copy p {
  text-align: center;
}

.header img {
  margin-top: -10px;
}

.des-fix {
  width: 100%;
  height: 480px;
  max-height: 480px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.des-fix2 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 14px 0 35px;
}
/* 
.multi {
  background: url("../images/print_3.webp") right 353px no-repeat;
} */

@media only screen and (max-width: 767px) {
}
.ing__list {
  padding: 0 30px;
  position: relative;
  box-sizing: border-box;
}
.ing__item:not(:last-child) {
  margin-bottom: 53px;
}
.ing__item .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}
.ing__item .row img {
  z-index: 99;
  max-width: 120px;
  max-height: 120px;
  width: 42.7vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ing__title {
  background: #a9d9fc;
  height: 98px;
  width: 69vw;
  max-width: 331px;
  padding-left: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 23px;
  color: #111;
}
@media (max-width: 480px) {
  .ing__title {
    font-size: 4.8vw;
    height: 20.4vw;
    padding-left: 2vw;
  }
  .ing__list {
    padding: 0 6.25vw;
  }
}
