﻿:root {}

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

html {
  background: #fff;
  overflow-x: hidden;
}

body {
  margin: 0 auto;
  max-width: 500px;
  color: #000;
  font-weight: 400;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  text-align: center;
}

a {
  text-decoration: none;
  color: inherit;
}

.btn {
  display: flex;
  width: 167px;
  height: 46px;
  padding: 12.2px 29.634px 13.8px 29.98px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: linear-gradient(75deg, #FB0099 0%, #FB003D 100%);
  box-shadow: -10.607px 10.607px 20px 0 rgba(79, 16, 46, 0.20);
  color: #FFF;
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  background: linear-gradient(150deg, #FB0099 0%, #FB003D 100%);
  transform: scale(1.04);
}

.top {
  padding: 24px 0;
}

.top .btn {
  margin: 0 auto;
}

.product {
  padding: 20px 0;
  color: #543C57;
  text-transform: uppercase;
  background: #CBD2E4;
}

h1 {
  font-size: 28.7px;
  font-weight: 700;
  line-height: 38.23px;
  padding: 0 35px;
  word-break: break-word;
  /* 133.206% */
}

.prod-block {
  margin: 19px 0;
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prod-block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #D1AED5;
  transform: translateX(-50%);
  z-index: 1;
}

.prod-img {
  position: relative;
  z-index: 2;
  max-height: 260px;
  max-width: 260px;
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 370px) {
  .prod-block {
    min-height: 360px;
  }

  .prod-block:after {
    width: 360px;
    height: 360px;
  }

  .prod-img {
    max-height: 300px;
    max-width: 300px;
  }
}

.natural {
  color: #FB005F;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  background: #fff;
  max-width: 225px;
  border-radius: 60px;
  padding: 10px 25px 10px 115px;
  position: relative;
  height: 72px;
  margin: 36px auto;
}

.natural::before {
  content: '';
  position: absolute;
  left: 0;
  top: -14px;
  background: no-repeat center url('../images/garant.png');
  background-size: contain;
  width: 100px;
  height: 100px;
}

.natural span {
  display: block;
  font-size: 27px;
}

.desc {
  padding: 0 21px;
  margin-top: 19px;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}

.promo {
  padding: 20px 0 0;
}

.timer-block {}

.timer-block .title {

  color: rgba(25, 12, 13, 0.50);
  font-size: 18px;
  font-weight: 700;
  line-height: 33.75px;
  /* 187.5% */
  text-transform: uppercase;
}

.timer-block .date {
  color: #FB006F;
  font-size: 26px;
  font-weight: 700;
  line-height: 23.63px;
  /* 90.885% */
  text-transform: uppercase;
  margin: 13px auto;
}

.timer-wrap {
  margin: 13px auto 20px;
}

.timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.timer span {
  color: #190C0D;
  font-size: 19.7px;
  line-height: 23.62px;
}

.col div {
  color: #190C0D;
  font-size: 19.7px;
  line-height: 23.62px;
  margin-bottom: 7px;
}

.col p {
  color: #190C0D;
  font-size: 12px;
  line-height: 14.4px;
}


.form-block {
  padding: 20px 15px;
  background: #F0E9EB;
}

.price {
  color: #FB006F;
  font-size: 27px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.price span {
  font-size: 35.4px;
  display: inline-block;
  margin-left: 10px
}

.input {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  border-radius: 4px;
  background: #FFF;
  color: #333;
  font-family: Arial;
  font-size: 14px;
  line-height: 14px;
  border: none;
  outline: none;
}

form .btn {
  margin: 20px 0;
  border: none;
  width: 100%;
  height: 56px;
  color: #FFF;
  font-family: Arial;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}

.input-phone {}

.import {
  color: #7C7C7C;
  font-size: 13px;
  margin: 20px 0;
}

.form-info {
  color: #E70084;
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0;
}

.privacy-text {
  color: #333;
  font-size: 14px;
  line-height: 19.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 71%;
  margin: 0 auto;
}

.privacy-text .privacy-icon {
  max-width: 22px;
}

.benefits {
  padding: 50px 45px;
  background: no-repeat center url('../images/ben-bg.png');
}

.benefits .card {
  border-radius: 8px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 20px;
}

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

.benefits .card .text {
  padding: 25px 20px 15px 20px;
}

.expert {
  padding: 20px 15px;
  background: #F0E9EB;
}

.expert .title {
  color: #543C57;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  /* 120% */
}

.expert .title span {
  color: #FB0F6D;
}

.expert p {
  color: #333;
  line-height: 24px;
  margin: 15px auto;
}

.expert p span {
  display: block
}

.bold {
  font-weight: 700;
}

.stat {
  color: #352934;
  font-size: 13.4px;
  font-weight: 700;
  line-height: 20.08px;
  /* 149.851% */
  padding: 35px 10px;
  margin: 20px 0;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0 25px 40px 0 rgba(79, 16, 46, 0.05);
  text-transform: uppercase;
}

.expert-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  margin-top: 20px;
}

.expert-card+.expert-card {
  margin-top: 40px;

}

.expert-card img {
  display: block;
  max-width: 95px;
  height: auto;
}

.expert-card .text {

  font-size: 14px;
  line-height: 21px;
  /* 150% */
}

.expert .info-text {
  color: rgba(0, 0, 0, 0.50);
  font-size: 12px;
  line-height: 18px;
  /* 150% */
  margin-top: 20px;
}

.change-life {
  padding: 20px 15px;
  background: no-repeat center url('../images/cl-bg.png');
  color: #FFF;
}

.change-life .title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}

.change-life .title span {
  color: #FB0F6D;
}

.cl-card {
  display: flex;
  align-items: center;
  gap: 24px;
}

.cl-card img {
  max-width: 65px;
  height: auto;
  display: block;
}

.cl-card .text {
  color: #FFF;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  /* 150% */
}

.cl-card+.cl-card {
  margin-top: 45px;
}

.client-photo {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px auto;
}

.change-life .info-text {
  color: #FFFDFF;
  font-size: 12px;
  line-height: 18px;
  /* 150% */
}

.product-info {
  padding: 20px 15px;
}

.product-info .title {
  color: #543C57;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}

.product-info .title span {
  color: #FB006A;
}

.product-info .product-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
}

.garant {
  position: relative;
  color: #333;
  font-size: 11px;
  font-weight: 700;
  line-height: 16.5px;
  /* 150% */
  text-transform: uppercase;
  padding: 58px 12px 28px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.00);
  box-shadow: 0 0 21px 0 rgba(79, 16, 46, 0.15);
  max-width: 112px;
  min-width: 112px;
}

.garant img {
  position: absolute;
  top: -31px;
  left: 50%;
  max-width: 66px;
  height: 66px;
  transform: translateX(-50%);

}

.garant .text {
  word-break: break-word;
}

.separator {
  display: block;
  margin: 34px auto 20px;
  max-width: 90%;
}

.pi-card {
  color: #333;
  font-size: 13px;
  line-height: 19.5px;
  /* 150% */
  padding: 0 35px;
}

.pi-card-wrap {

  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.pi-card .text {
  text-align: left;
}

.pi-card .img-wrap:before {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  border: 2px solid #FD6DAA;
  background: #FFF;
  color: #FD6DAA;
  text-align: center;
  font-family: Arial;
  font-size: 32px;
  line-height: normal;
}

.pi-card img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.pi-card-image {
  max-width: 85px;
  min-width: 85px;
  position: relative;
  cursor: pointer;
}

.pi-card+.pi-card {
  margin-top: 24px;
}

.pi-card .notify {
  background: #fff;
  position: absolute;
  top: 0;
  border-radius: 14px;
  box-shadow: 0 0 21px 0 rgba(79, 16, 46, .15);
  font-size: 13.5px;
  left: 110%;
  line-height: 1.5;
  padding: 12px;
  visibility: hidden;
  z-index: 3;
  line-height: normal;
  overflow: hidden;
  text-transform: none;
  width: 200px;
  text-align: left;
}

@media (max-width: 360px) {
  .pi-card .notify {
    width: 160px;
  }
}

.pi-card-image:hover .notify {
  visibility: visible;
}

.pi-card-image:active .notify {
  visibility: visible;
}

.product-block-img {
  max-width: 270px;
}

.product-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.product-info .info-text {
  color: #635069;
  font-size: 12px;
  line-height: 18px;
  /* 150% */
  margin-top: 34px;
}

.product-method {
  padding: 20px 15px;
  background: #F0E9EB;
}

.product-method .title {
  color: #543C57;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  text-transform: uppercase;
}

.product-method .info-text {
  color: #635069;
  font-size: 12px;
  line-height: 18px;
}

.product-info .btn {
  margin: 20px 35px 0;
  width: auto;
  height: 56px;
}

.usage {
  background: linear-gradient(90deg, #bfd0e2, #f6f7f9 35%, #f6f7f9 65%, #bfd0e2);
  overflow: hidden;
  padding-bottom: 83px;
  padding-top: 83px;
  position: relative;
  z-index: 1
}

.usage .about-text {
  margin: 0 auto;
  max-width: 1080px
}

.usage:before {
  top: 53px
}

.usage:after {
  top: 187px
}

.usage__subtitle {
  color: #333;
  font-size: 20px;
  margin-top: 5px
}

input::-ms-clear {
  display: none
}

.usage__content {
  -webkit-align-items: baseline;
  align-items: baseline;
  display: -webkit-flex;
  display: flex;
  margin: 10px auto;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}

.usage__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 15px;
}

.usage__item-title {
  color: #FB006A;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 96%;
}

.usage__item-line {
  background-color: #ed8026;
  display: block;
  height: 5px;
  margin: 10px auto;
  margin-top: 4px;
  width: 35px;
}

.usage__item-image {
  max-width: 125px;
  min-width: 125px;
}

.usage__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.usage__decor {
  -webkit-align-self: center;
  align-self: center;
  margin-top: -112px
}

.usage__img--num {
  color: #FFF;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 700;
  line-height: 0;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  border-radius: 25px;
  border: 5px solid #FFF;
  background: #81A413;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.usage__text {
  color: #222;
  font-size: 18px;
  line-height: 21.6px;
}



.usage:after,
.usage:before {
  content: none
}



.usage__img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 0;
}

.usage__item {
  margin-top: 0
}

.usage__item:not(:last-child) {
  margin-bottom: 10px
}



footer {
  display: flex;
  padding: 10px;
  gap: 10px;
  color: #635069;
  font-size: 12px;
  line-height: 18px;
  /* 150% */
}