*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  color: #212121;
}

.b-all-conteiner {
  overflow: hidden;
}

a {
  text-decoration: none;
}

.b-icon {
  display: inline-block;
  vertical-align: middle;
}

.b-conteiner {
  max-width: 360px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.b-h1 {
  font-family: 'League Spartan', sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 0.75;
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
}

.b-h1 span {
  font-weight: 700;
}

.b-h1-note {
  padding-right: 15px;
  font-family: 'Caveat', cursive;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  position: relative;
  z-index: 10;
}

.b-button {
  border: none;
  outline: none;
  display: block;
  margin: 10px auto 0;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  text-align: center;
  z-index: 10;
  font-family: 'El Messiri', sans-serif;
  padding: 14px;
  width: 100%;
  max-width: 330px;
  overflow: hidden;
  background: linear-gradient(88.36deg, #00D5F2 4.71%, #009DC9 99.02%);
  border: 1px solid #CDE3E9;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}

.b-button span {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
}

.b-button:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.8s;
  background: linear-gradient(267.89deg, #00D5F2 2.55%, #009DC9 96.54%);
  box-shadow: -4px -4px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.b-button::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.8s;
  background: linear-gradient(88.36deg, #00D5F2 4.71%, #009DC9 99.02%);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.b-button:hover::before {
  opacity: 1;
}

.b-button:hover::after {
  opacity: 0;
}

.b-button:active::before {
  opacity: 0;
}

.b-button:active::after {
  opacity: 1;
}

.b-form {
  position: relative;
}

.b-price {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  margin-bottom: 40px;
}

.b-price-new {
  width: 55%;
  font-weight: 700;
  font-size: 50px;
  font-family: 'El Messiri', sans-serif;
  line-height: 1;
  padding-right: 40px;
}

.b-price-sale {
  width: 41%;
  font-weight: 300;
  font-size: 24px;
  line-height: 1;
}

.b-price-sale span {
  font-size: 32px;
  font-weight: 700;
  display: block;
}

.b-input,
.b-select {
  padding: 12px 20px;
  width: 100%;
  max-width: 330px;
  background: #FFFFFF;
  border: 2px solid #FBB6B8;
  border-radius: 30px;
  position: relative;
  margin: 0 auto 5px;
  font-weight: 300;
  font-size: 23px;
  line-height: 28px;
  color: #B8B8B8;
  z-index: 10;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
}

.b-input:active, .b-input:focus,
.b-select:active,
.b-select:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

.b-input::-webkit-input-placeholder {
  color: #B8B8B8;
}

.b-input:-moz-placeholder {
  color: #B8B8B8;
}

.b-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/select.png") no-repeat #fff;
  background-position: calc(100% - 20px) center;
}

.b-img {
  display: block;
  position: relative;
  z-index: 1;
}

.b-web {
  display: none;
}

.b-header {
  padding: 15px 0 30px;
}

.b-header .b-bg-box .b-line {
  display: none;
  position: absolute;
}

.b-header .b-bg-box .b-water {
  display: none;
  position: absolute;
}

.b-header .b-bg-box .b-line-gradient {
  display: none;
  position: absolute;
}

.b-header .b-logo {
  display: block;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 38px;
  font-family: 'El Messiri', sans-serif;
}

.b-header .b-logo img {
  margin: 0 0px -9px 0px;
  width: 33px;
}

.b-header .b-logo .t1 {
  color: #0081E0;
  font-weight: 400;
}

.b-header .b-logo .t2 {
  color: #212121;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: -5px;
}

.b-header .b-img-box {
  width: 100%;
  height: 390px;
  position: relative;
  z-index: 0;
}

.b-header .b-img-box .b-woman {
  position: absolute;
  z-index: 0;
  display: block;
  border-top-right-radius: 110px;
  left: -15px;
  top: 45px;
  width: 284px;
}

.b-header .b-img-box .b-product {
  position: absolute;
  display: block;
  width: 130px;
  z-index: 5;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
  transform: rotate(12.73deg);
  right: 2px;
  top: -25px;
}

.b-header .b-img-box .b-country {
  position: absolute;
  z-index: 7;
  bottom: 0;
  right: 15px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  font-family: 'Caveat', cursive;
  width: 120px;
}

.b-header .b-img-box .b-country img {
  width: 29px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-top: -5px;
}

.b-header .b-img-1 {
  position: absolute;
  display: block;
  width: 290px;
  right: -15px;
  top: 109px;
  z-index: 3;
}

.b-header .b-ul {
  margin: -85px 0 40px;
}

.b-header .b-ul .b-li {
  position: relative;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  width: max-content;
}

.b-header .b-ul .b-li::after {
  content: '';
  display: block;
  position: absolute;
  left: -5px;
  bottom: -6px;
  width: calc(100% + 10px);
  height: 15px;
  z-index: -1;
}

.b-header .b-ul .b-li:nth-of-type(1)::after {
  background: url("../img/header_line_1.svg") no-repeat;
  background-size: 100% 100%;
}

.b-header .b-ul .b-li:nth-of-type(2)::after {
  background: url("../img/header_line_2.svg") no-repeat;
  background-size: 100% 100%;
}

.b-header .b-ul .b-li:nth-of-type(3)::after {
  background: url("../img/header_line_3.svg") no-repeat;
  background-size: 100% 100%;
}

.b-wrinkles {
  padding: 30px 0;
}

.b-wrinkles .b-h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 36px;
  font-family: 'League Spartan',
  sans-serif;
  text-align: center;
  margin-bottom: 15px;
}

.b-wrinkles .b-h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 15px;
}

.b-wrinkles .b-h4 {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 30px;
}

.b-wrinkles .b-box {
  position: relative;
}

.b-wrinkles .b-woman {
  display: none;
}

.b-wrinkles .b-li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.b-wrinkles .b-li:last-of-type {
  margin-bottom: 0;
}

.b-wrinkles .b-p {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
}

.b-wrinkles .b-img {
  display: block;
  width: 100%;
}

.b-wrinkles .b-img-box {
  width: 57px;
  min-width: 57px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 17px;
}

.b-wrinkles .b-img-arrow {
  display: none;
}

.b-why .b-h2 {
  font-weight: 400;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'League Spartan',
  sans-serif;
  margin-top: 25px;
}

.b-why .b-h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.b-why .b-h4 {
  font-weight: 400;
  font-size: 45px;
  line-height: 52px;
  text-align: center;
  background: linear-gradient(89.38deg, #F58DCD 5.14%, #F9ADD3 45.28%, #FEC290 129.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: 'Caveat', cursive;
}

.b-why .b-top {
  padding: 26px 0;
  position: relative;
}

.b-why .b-top .b-border {
  width: calc(50vw + 50%);
  height: 1px;
  background: #FAE2DE;
  position: absolute;
}

.b-why .b-top .b-border::before {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  background: #FAE2DE;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
}

.b-why .b-top .b-border:first-of-type {
  top: 0;
  right: 0;
}

.b-why .b-top .b-border:first-of-type::before {
  right: 0;
}

.b-why .b-top .b-border:last-of-type {
  bottom: 0;
  left: 0;
}

.b-why .b-top .b-border:last-of-type::before {
  left: 0;
}

.b-why .b-middle .b-box {
  padding: 25px 0 10px;
}

.b-why .b-img-box {
  width: calc(100% + 30px);
  margin-left: -15px;
  position: relative;
  height: 312px;
}

.b-why .b-img-box .b-circle {
  position: absolute;
  display: block;
  height: 281px;
  bottom: 0;
  right: 0;
  z-index: 0;
  border-top-right-radius: 100px;
}

.b-why .b-img-box .b-woman {
  position: absolute;
  display: block;
  bottom: 0;
  right: 9px;
  z-index: 3;
}

.b-why .b-img-box .b-leaf {
  position: absolute;
  display: block;
  width: 415px;
  bottom: -63px;
  left: -175px;
  z-index: 5;
}

.b-why .b-bottom {
  padding: 25px 0;
}

.b-skin .b-bg {
  display: none;
}

.b-skin .b-logo {
  width: calc(100% + 30px);
  margin: 0 -15px -15px;
  font-weight: 400;
  font-size: 38px;
  line-height: 36px;
  font-family: 'League Spartan',
  sans-serif;
}

.b-skin .b-logo img {
  width: 102px;
  margin: 0 -17px -26px -5px;
}

.b-skin .b-logo .t1 {
  color: rgba(158, 200, 231, 0.2);
  font-weight: 400;
}

.b-skin .b-logo .t2 {
  color: #F5F5F5;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: -8px;
}

.b-skin .b-h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 36px;
  font-family: 'League Spartan',
  sans-serif;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.b-skin .b-h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 25px;
  text-align: center;
}

.b-skin .b-p {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
}

.b-skin .b-img {
  width: 57px;
  min-width: 57px;
  display: block;
  border-radius: 50%;
  margin-right: 17px;
}

.b-skin .b-ul {
  position: relative;
  padding-bottom: 30px;
}

.b-skin .b-ul-li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.b-skin .b-ul-img {
  display: block;
  position: absolute;
  width: 170px;
  left: 68%;
  top: -30px;
}

.b-skin .b-ul-h {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  width: 68%;
  margin-bottom: 25px;
}

.b-skin .b-end {
  padding: 30px 0;
  background: #E3FAFF;
}

.b-skin .b-end-h {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.b-skin .b-end-h span {
  font-weight: 400;
}

.b-comparison {
  padding: 30px 0;
}

.b-comparison .b-logo {
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-family: 'El Messiri', sans-serif;
}

.b-comparison .b-logo img {
  margin: 0 -6px -7px 0px;
  width: 50px;
}

.b-comparison .b-logo .t1 {
  color: #0081E0;
  font-weight: 400;
}

.b-comparison .b-logo .t2 {
  color: #212121;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: -5px;
}

.b-comparison .b-h2 {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.b-comparison .b-h2 .ww {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}

.b-comparison .b-h2 .b-logo {
  margin-bottom: 20px;
}

.b-comparison .b-h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  padding: 0 15px;
}

.b-comparison .b-h3 span {
  position: relative;
}

.b-comparison .b-h3 span::before {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% + 10px);
  left: -5px;
  bottom: -9px;
  height: 20px;
  background: url("../img/comparison_line_text.svg") no-repeat;
  background-size: 100%;
  z-index: -1;
}

.b-comparison .b-p {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
}

.b-comparison .b-top {
  position: relative;
}

.b-comparison .b-top .b-item {
  border-radius: 20px;
  padding: 10px 15px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.b-comparison .b-top .b-item .b-icon {
  display: block;
  margin-right: 20px;
}

.b-comparison .b-top .b-left {
  position: relative;
  z-index: 10;
  margin-bottom: 50px;
}

.b-comparison .b-top .b-left .b-head {
  text-align: center;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b-comparison .b-top .b-left .b-head img {
  width: 40px;
  display: block;
  margin-right: 10px;
}

.b-comparison .b-top .b-left .b-head p {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}

.b-comparison .b-top .b-left .b-item {
  background: #EBEBEB;
}

.b-comparison .b-top .b-right {
  position: relative;
  z-index: 10;
  margin-bottom: 130px;
}

.b-comparison .b-top .b-right .b-head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.b-comparison .b-top .b-right .b-head .b-prod {
  display: block;
  z-index: 0;
  position: relative;
  width: 33px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.b-comparison .b-top .b-right .b-item {
  background: #E3FAFF;
}

.b-comparison .b-middle {
  margin-bottom: 50px;
}

.b-comparison .b-middle-logo {
  position: absolute;
  bottom: 0;
  left: 23px;
  font-size: 21px;
  line-height: 0.8;
  font-family: 'El Messiri', sans-serif;
  opacity: 0.5;
}

.b-comparison .b-middle-logo img {
  width: 30px;
  display: block;
  margin: 0 0 -7px 39px;
}

.b-comparison .b-middle-logo .t1 {
  display: block;
  color: #0081E0;
  font-weight: 400;
  padding-left: 18px;
  font-size: 16px;
}

.b-comparison .b-middle-logo .t2 {
  display: block;
  color: #212121;
  text-transform: uppercase;
  font-weight: 700;
}

.b-comparison .b-middle .b-img {
  max-width: 100%;
  display: block;
  border-radius: 0px 40px;
  position: relative;
  z-index: 0;
}

.b-comparison .b-middle .b-dot {
  font-weight: 400;
  font-size: 24px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  background: linear-gradient(42.55deg, #FBAEDA 16.61%, #FEC387 87.72%);
  font-family: 'Caveat', cursive;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  bottom: -18px;
  right: -4px;
  z-index: 5;
}

.b-comparison .b-middle .b-before {
  position: relative;
  margin-bottom: 25px;
}

.b-comparison .b-middle .b-after {
  position: relative;
}

.b-comparison .b-water {
  position: absolute;
  transform: rotate(45deg);
  display: block;
  left: -83px;
  width: 334px;
  bottom: -364px;
  z-index: 0;
}

.b-comparison .b-bottom {
  position: relative;
  width: 360px;
  margin-left: -15px;
}

.b-comparison .b-bottom .b-img-1 {
  display: block;
  width: 662px;
  margin-left: -115px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.b-comparison .b-bottom .b-product-1 {
  position: absolute;
  width: 140px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
  transform: rotate(19.01deg);
  top: 85px;
  left: 150px;
  z-index: 5;
}

.b-comparison .b-bottom .b-video {
  display: block;
  max-width: 100%;
  position: relative;
  z-index: 10;
}

.b-science {
  padding: 30px 0 10px;
}

.b-science .b-h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 36px;
  margin-bottom: 25px;
  font-family: 'League Spartan',
  sans-serif;
}

.b-science .b-p {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
}

.b-science .b-item {
  position: relative;
  padding-bottom: 50px;
}

.b-science .b-item::after {
  content: '';
  display: block;
  width: calc(100% + 30px);
  position: absolute;
  left: -15px;
  bottom: 23px;
  height: 2px;
  background: #FAE2DE;
}

.b-science .b-item:last-of-type::after {
  display: none;
}

.b-science .b-item .b-fx {
  display: flex;
}

.b-science .b-item-box {
  position: relative;
}

.b-science .b-item .b-head {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  width: 100%;
  margin-bottom: 20px;
}

.b-science .b-item .b-icon {
  width: 74px;
  display: block;
  margin-right: 15px;
  height: max-content;
}

.b-science .b-img-box {
  width: calc(100% + 30px);
  margin-left: -15px;
  padding-top: 64px;
  position: relative;
}

.b-science .b-img-box::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  z-index: 7;
  background: linear-gradient(89.38deg, #F58DCD 5.14%, #F9ADD3 45.28%, #FEC290 129.43%);
}

.b-science .b-img-box .b-water {
  width: 525px;
  transform: rotate(66deg) scale(-1, 1);
  display: block;
  position: absolute;
  left: -88px;
  top: -130px;
  z-index: 0;
}

.b-science .b-img-box .b-product-2 {
  width: 208px;
  display: block;
  margin: 0 auto;
  z-index: 5;
  position: relative;
}

.b-science .b-img-logo {
  position: absolute;
  top: 4px;
  left: 0px;
  font-size: 24px;
  line-height: 0.8;
  width: 154px;
  height: 154px;
  z-index: 10;
  font-family: 'El Messiri', sans-serif;
  overflow: hidden;
  padding: 15px 0 0 15px;
}

.b-science .b-img-logo img {
  width: 34px;
  display: block;
  margin: 0 0 0 42px;
  position: relative;
  z-index: 5;
}

.b-science .b-img-logo .t1 {
  display: block;
  color: #0081E0;
  font-weight: 400;
  padding-left: 17.5px;
  font-size: 20px;
  position: relative;
  z-index: 5;
}

.b-science .b-img-logo .t2 {
  display: block;
  color: #212121;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 5;
  letter-spacing: -1px;
}

.b-science .b-img-logo .circle {
  width: 310px;
  height: 310px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(62.09deg, #F58DCD 50.02%, #F9ADD3 59.21%, #FEC290 86.76%);
  border-radius: 50%;
  transform: matrix(0, 1, -1, 0, 0, 0);
}

.b-science .b-img-bg {
  width: 100%;
  height: 357px;
  background-size: cover;
  margin-top: 50px;
}

.b-science .b-img-bg video {
  width: 100%;
  border-radius: 0;
}

.b-juvenility {
  padding: 60px 0;
}

.b-juvenility .b-bg-1 {
  display: none;
}

.b-juvenility .b-h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 36px;
  font-family: 'League Spartan',
  sans-serif;
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
}

.b-juvenility .b-h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 28px;
  font-family: 'Caveat', cursive;
  margin-bottom: 85px;
  position: relative;
  z-index: 10;
}

.b-juvenility .b-h3 span {
  display: block;
}

.b-juvenility .b-item {
  margin-bottom: 25px;
}

.b-juvenility .b-item:last-of-type {
  margin-bottom: 0;
}

.b-juvenility .b-item .b-head {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  position: relative;
  margin-bottom: 15px;
}

.b-juvenility .b-item .b-head .line1 {
  display: block;
  position: absolute;
  left: -5px;
  top: 25px;
  z-index: -1;
  width: 63px;
}

.b-juvenility .b-item .b-head .line2 {
  display: block;
  position: absolute;
  left: -11px;
  width: 45px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.b-juvenility .b-item .b-head .line3 {
  display: block;
  position: absolute;
  left: 2px;
  top: 22px;
  z-index: -1;
}

.b-juvenility .b-item .b-point {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  padding-left: 30px;
  position: relative;
}

.b-juvenility .b-item .b-point .yes {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
}

.b-juvenility .b-img-box {
  height: 465px;
  position: relative;
  width: 100%;
  z-index: 3;
}

.b-juvenility .b-img-box .b-woman {
  position: absolute;
  display: block;
  height: 365px;
  top: 0;
  left: 0;
  border-radius: 120px 0px 0px 0px;
  z-index: 0;
  overflow: hidden;
  width: 345px;
}

.b-juvenility .b-img-box .b-woman img {
  display: block;
  width: 100%;
  margin-top: -87px;
}

.b-juvenility .b-img-box .b-product {
  position: absolute;
  display: block;
  width: 125px;
  z-index: 5;
  filter: drop-shadow(18px 4px 20px rgba(0, 0, 0, 0.2));
  transform: rotate(13.37deg);
  left: 198px;
  top: 110px;
}

.b-juvenility .b-img-box .b-circle {
  position: absolute;
  display: block;
  width: 200px;
  left: -8px;
  top: 252px;
  z-index: 3;
}

.b-juvenility .b-img-box .b-leaf {
  position: absolute;
  display: block;
  z-index: 2;
  top: -246px;
  left: 115px;
  width: 300px;
  transform: rotate(8.93deg);
}

.b-juvenility .b-img-box .b-line {
  position: absolute;
  display: block;
  width: 464px;
  z-index: 1;
}

.b-juvenility .b-img-box .b-line.l1 {
  top: -110px;
  left: -105px;
  transform: matrix(0.99, -0.15, -0.15, 0.99, 0, 0);
}

.b-juvenility .b-img-box .b-line.l2 {
  bottom: 66px;
  left: -90px;
  transform: rotate(-8deg) scale(1, -1);
}

.b-juvenility .b-img-logo {
  position: absolute;
  top: 300px;
  left: 20px;
  font-size: 28px;
  line-height: 0.8;
  font-family: 'El Messiri', sans-serif;
  z-index: 4;
}

.b-juvenility .b-img-logo img {
  width: 50px;
  display: block;
  margin: 0 0 0 45px;
}

.b-juvenility .b-img-logo .t1 {
  display: block;
  color: #0081E0;
  font-weight: 400;
  padding-left: 20px;
  font-size: 22px;
}

.b-juvenility .b-img-logo .t2 {
  display: block;
  color: #212121;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -2px;
}

.b-result .b-top {
  position: relative;
  padding-top: 35px;
  margin-bottom: 40px;
}

.b-result .b-top .b-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
}

.b-result .b-top .b-bg-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.b-result .b-top .b-h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'League Spartan',
  sans-serif;
}

.b-result .b-top .b-h3 {
  font-weight: 400;
font-size: 24px;
line-height: 44px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Caveat', cursive;
}

.b-result .b-top .b-h3 .numb {
  font-weight: 700;
  font-size: 100px;
  line-height: 97px;
  background: linear-gradient(46.07deg, #E04FA8 38.11%, #F58DCD 61.12%, #F9ADD3 77.79%, #FEC290 90.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-right: 10px;
}

.b-result .b-top .b-woman {
  display: block;
  width: 302px;
  margin-left: calc(50% - 140px);
}

.b-result .b-form {
  padding: 50px 0 60px;
}

.b-result .b-form-bg {
  position: absolute;
  top: 0;
  width: 484px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.b-result .b-form-box {
  padding-bottom: 40px;
}

.b-result .b-form-box .b-h4 {
  font-weight: 400;
  font-size: 32px;
  line-height: 51px;
  text-align: center;
  font-family: 'Caveat', cursive;
}

.b-result .b-form-box .b-sale {
  font-weight: 500;
  font-size: 54px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
}

.b-result .b-form-box .b-price {
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  display: block;
  font-family: 'El Messiri', sans-serif;
}

.b-result .b-form-box .b-input,
.b-result .b-form-box .b-select {
  border: none;
  margin-bottom: 15px;
}

.b-result .b-middle {
  position: relative;
}

.b-result .b-middle .b-head {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.b-result .b-middle .b-item {
  display: flex;
  align-items: center;
}

.b-result .b-middle .b-item-box {
  margin-bottom: 20px;
}

.b-result .b-middle .b-icon {
  width: 65px;
  height: 96px;
  margin-right: 25px;
  display: block;
}

.b-result .b-middle .b-p {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
}

.b-result .b-middle .b-note {
  display: none;
}

.b-result .b-bottom {
  padding-top: 36px;
  position: relative;
}

.b-result .b-bottom::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  top: 0;
  background: #FAE2DE;
  height: 2px;
}

.b-result .b-bottom .b-head {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  position: relative;
  padding-top: 36px;
  margin-bottom: 35px;
}

.b-result .b-bottom .b-head span {
  font-weight: 400;
  line-height: 30px;
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
}

.b-result .b-bottom .b-note {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
}

.b-result .b-bottom .b-item {
  background: #FAE2DE;
  border-radius: 0px 0px 40px 40px;
  padding: 1px 13px 13px;
  margin-bottom: 70px;
}

.b-result .b-bottom .b-item:last-child {
  margin-bottom: 25px;
}

.b-result .b-bottom .b-item-box {
  padding-top: 47px;
}

.b-result .b-bottom .b-item-box .b-box {
  width: 100%;
  max-width: 261px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  font-size: 0;
  overflow: hidden;
}

.b-result .b-bottom .b-item .b-numb {
  width: 74px;
  height: 74px;
  background: linear-gradient(#F58DCD 0%, #F9ADD3 50%, #FEC290 100%);
  border-radius: 50%;
  position: relative;
  margin: -47px auto 15px;
}

.b-result .b-bottom .b-item .b-numb p {
  position: absolute;
  display: block;
  left: 10px;
  top: 10px;
  z-index: 10;
  width: 54px;
  height: 54px;
  line-height: 58px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: #212121;
  font-weight: 400;
  font-size: 24px;
  font-family: 'El Messiri', sans-serif;
}

.b-result .b-bottom .b-item-p {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
  text-align: center;
}

.b-result .b-bottom .b-item-img {
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
  position: relative;
  /* width: 304px; */
  /* height: 196px; */
  margin-left: auto;
  margin-right: auto;
}

.b-result .b-bottom .b-item .twentytwenty-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 40;
  width: 37px;
  height: 36px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background: url("../img/result_switch.svg");
}

.b-result .b-bottom .b-item .twentytwenty-container {
  position: relative;
  z-index: 0;
  box-sizing: content-box;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.b-result .b-bottom .b-item .twentytwenty-container img {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  left: 0;
}

.b-result .b-bottom .b-item .twentytwenty-horizontal .twentytwenty-handle:before,
.b-result .b-bottom .b-item .twentytwenty-horizontal .twentytwenty-handle:after,
.b-result .b-bottom .b-item .twentytwenty-vertical .twentytwenty-handle:before,
.b-result .b-bottom .b-item .twentytwenty-vertical .twentytwenty-handle:after {
  position: absolute;
  z-index: 30;
  display: block;
  content: " ";
  background: #fff;
}

.b-result .b-bottom .b-item .twentytwenty-horizontal .twentytwenty-handle:before {
  left: 50%;
  width: 2px;
  height: 82px;
  top: -80px;
  margin-left: -1px;
}

.b-result .b-bottom .b-item .twentytwenty-horizontal .twentytwenty-handle:after {
  left: 50%;
  width: 2px;
  height: 85px;
  bottom: -84px;
  margin-left: -1px;
}

.b-result .b-bottom .b-item .result-img {
  position: relative;
  z-index: 3;
  width: 100%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.b-result .b-bottom .b-item .result-img::before {
  content: '';
  position: absolute;
  display: block;
  right: 15px;
  bottom: 10px;
  width: 77px;
  height: 48px;
  z-index: 5;
  background: url("../img/logo_2.png") no-repeat;
  background-size: cover;
}

.b-comments {
  padding: 60px 0;
}

.b-comments .b-h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 36px;
  text-align: center;
  position: relative;
  padding-right: 120px;
  font-family: 'League Spartan',
  sans-serif;
  margin-bottom: 120px;
  z-index: 10;
}

.b-comments .b-h2 .water {
  display: block;
  width: 364px;
  left: -111px;
  top: 33px;
  transform: rotate(-73.66deg) scale(1, -1);
  position: absolute;
  z-index: 0;
}

.b-comments .b-h2 .logo {
  font-family: 'League Spartan', sans-serif;
  text-align: left;
  position: relative;
  padding-top: 60px;
  line-height: 0.8;
}

.b-comments .b-h2 .logo img {
  width: 55px;
  font-size: 40px;
  position: absolute;
  left: 83px;
  top: 0;
}

.b-comments .b-h2 .logo .t1 {
  color: #0081E0;
  display: block;
  margin-left: 30px;
}

.b-comments .b-h2 .logo .t2 {
  font-weight: 700;
  text-transform: uppercase;
}

.b-comments .b-h2 .prod {
  display: block;
  position: absolute;
  width: 115px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
  transform: rotate(10.71deg);
  top: -35px;
  right: 5px;
}

.b-comments .b-video {
  position: absolute;
  z-index: 5;
  display: block;
  top: 48px;
  left: 30px;
  width: 271px;
  border-radius: 50px;
  height: 563px;
  overflow: hidden;
}

.b-comments .b-video video {
  display: block;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.b-comments .b-video-box {
  position: relative;
  width: 330px;
  height: 663px;
  z-index: 5;
  margin-left: calc(50% - 165px);
}

.b-comments .b-video-box .b-bg {
  width: 857px;
  height: 663px;
  background: #FAE2DE;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 40px;
  position: absolute;
  left: -100px;
  font-family: 'El Messiri', sans-serif;
  font-weight: 400;
  font-size: 300px;
  line-height: 0.8;
  color: #FFFFFF;
  padding: 100px 50px 50px 190px;
  overflow: hidden;
  z-index: 0;
}

.b-comments .b-video-box .b-bg .text1 {
  opacity: 0.4;
}

.b-comments .b-video-box .b-bg .text2 {
  opacity: 0.4;
  text-transform: uppercase;
}

.b-comments .b-video-box .b-border {
  position: absolute;
  background: url("../img/comments_phone.png") no-repeat;
  width: 283px;
  height: 584px;
  top: 46px;
  left: 23px;
  z-index: 7;
}

.b-comments .b-video-box .b-play {
  position: absolute;
  display: block;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer;
  transition: 0.6s;
}

.b-comments .b-video-box .b-play img {
  display: block;
  margin: auto;
}

.b-comments .b-item {
  padding: 50px 219px;
  width: 768px;
  margin-left: calc(50% - 384px);
}

.b-comments .b-item:nth-of-type(even) {
  background: #FAE2DE;
}

.b-comments .b-slider {
  width: 260px;
  height: 356px;
  padding: 10px;
  background: linear-gradient(69.55deg, #F58DCD 0%, #FBAEDA 42%, #FEC387 71%);
  border-radius: 48px 48px 0px 48px;
  position: absolute;
  left: calc(50% - 130px);
  top: calc(50% - 176px);
  transition: 0.6s;
}

.b-comments .b-slider.p1 {
  z-index: 1;
  opacity: 0.3;
  transform: translate(-48px, -48px);
  padding: 0;
}

.b-comments .b-slider.p1 .logo {
  opacity: 0;
}

.b-comments .b-slider.p1 .boreder {
  opacity: 0;
  transform: translate(10px, 15px);
}

.b-comments .b-slider.p2 {
  z-index: 5;
}

.b-comments .b-slider.p3 {
  z-index: 1;
  opacity: 0.3;
  transform: translate(48px, 48px);
  padding: 0;
}

.b-comments .b-slider.p3 .logo {
  opacity: 0;
}

.b-comments .b-slider.p3 .boreder {
  opacity: 0;
  transform: translate(10px, 15px);
}

.b-comments .b-slider-box {
  width: 360px;
  height: 450px;
  position: relative;
  margin-left: -15px;
  margin-bottom: 30px;
}

.b-comments .b-slider-box .img {
  display: block;
  border-radius: 40px 40px 0px 40px;
  width: 100%;
}

.b-comments .b-slider-box .boreder {
  position: absolute;
  right: 10px;
  bottom: 9px;
  background: linear-gradient(42.55deg, #FBAEDA 16.61%, #FEC387 87.72%);
  border-radius: 40px 0px 0px 0px;
  line-height: 50px;
  text-align: center;
  font-weight: 400;
  font-size: 32px;
  font-family: 'Caveat', cursive;
  min-width: 105px;
  padding-left: 10px;
  transition: 0.6s;
}

.b-comments .b-slider-box .logo {
  position: absolute;
  display: block;
  left: 25px;
  bottom: 15px;
  width: 105px;
  transition: 0.6s;
}

.b-comments .b-arrow-left {
  display: block;
  cursor: pointer;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}

.b-comments .b-arrow-right {
  display: block;
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
  z-index: 20;
}

.b-comments .b-h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
  text-align: center;
}

.b-comments .b-p {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
}

.b-points {
  position: relative;
  z-index: 6;
}

.b-points .b-ul {
  position: relative;
  padding: 25px 0;
  margin-bottom: 25px;
}

.b-points .b-ul .b-li {
  padding-left: 40px;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  position: relative;
}

.b-points .b-ul .b-li .b-icon {
  content: '';
  position: absolute;
  display: block;
  width: 17px;
  left: 11px;
  top: 3px;
}

.b-points .b-ul .b-circle {
  width: 149px;
  height: 149px;
  background: #FAE2DE;
  left: -75px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
}

.b-points .b-mark {
  width: 155px;
  height: 155px;
  position: absolute;
  right: -15px;
  top: 40px;
}
.b-points .b-mark-text {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.b-points .b-mark .bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.b-points .b-mark .text {
  position: relative;
  z-index: 10;
}

.b-points .b-mark .text text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: -18.7px;
}

.b-points .b-top .b-img-box {
  border-radius: 0px 0px 0px 100px;
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 10px;
}

.b-points .b-top .b-img-box .logo {
  position: absolute;
  display: block;
  width: 30%;
  bottom: 0;
  max-width: 105px;
}

.b-points .b-top .b-img-box .logo.l1 {
  left: 45px;
}

.b-points .b-top .b-img-box .logo.l2 {
  right: 0;
}

.b-points .b-top .b-img-1 {
  display: block;
  width: 45.458%;
}

.b-points .b-top .b-img-2 {
  display: block;
  width: 45.458%;
}

.b-points .b-logo {
  font-weight: 400;
  font-size: 40px;
  line-height: 36px;
  font-family: 'El Messiri', sans-serif;
  width: max-content;
  margin: 0 auto;
}

.b-points .b-logo img {
  width: 52px;
}

.b-points .b-logo .t1 {
  color: #0081E0;
  margin: 0 -7px;
}

.b-points .b-h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
  padding-right: 85px;
}

.b-points .b-bottom {
  position: relative;
}

.b-points .b-bottom .b-box {
  position: relative;
}

.b-points .b-bottom .logo {
  position: absolute;
  display: block;
  width: 105px;
  bottom: 0;
  left: 0;
}

.b-points .b-bottom .b-item-1 {
  border-radius: 120px 0px 0px 0px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.b-points .b-bottom .b-item-2 {
  border-radius: 0px 0px 120px 0px;
  position: relative;
  overflow: hidden;
}

.b-points .b-bottom .b-img-3 {
  display: block;
  max-width: 100%;
}

.b-points .b-bottom .b-img-4 {
  display: block;
  max-width: 100%;
}

.b-effects {
  position: relative;
  z-index: 5;
}

.b-effects .b-h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  position: relative;
  z-index: 10;
  font-family: 'League Spartan',
  sans-serif;
}

.b-effects .b-prod {
  display: block;
  position: absolute;
  z-index: 5;
  width: 250px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
  transform: rotate(-14.46deg);
  left: 35px;
  top: 8px;
}

.b-effects .b-prod-box {
  position: relative;
  padding: 265px 20px 255px;
  max-width: 330px;
  z-index: 5;
}

.b-effects .b-prod-box .b-bg-1 {
  display: block;
  position: absolute;
  z-index: 1;
  top: 74px;
  left: 50%;
  transform: translateX(-50%);
}

.b-effects .b-prod-box .b-bg-2 {
  display: block;
  position: absolute;
  z-index: 7;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
}

.b-effects .b-prod-box .b-leaf-1 {
  display: block;
  position: absolute;
  z-index: 9;
  left: 192px;
  width: 438px;
  top: -61px;
}

.b-effects .b-prod-box .b-leaf-2 {
  display: none;
  position: absolute;
  z-index: 9;
}

.b-effects .b-item {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  padding: 12px 0 12px 45px;
  position: relative;
  z-index: 5;
}

.b-effects .b-item::before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  left: 10px;
  height: 1px;
  top: calc(50% - 0.5px);
  background: #EEBEB6;
}

.b-effects .b-item::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  left: 9px;
  height: 100%;
  top: 0;
  background: #EEBEB6;
  z-index: 0;
}

.b-effects .b-item:nth-of-type(2) {
  padding-top: 20px;
}

.b-effects .b-item:nth-of-type(2)::after {
  height: calc(100% + 30px);
  top: -30px;
}

.b-effects .b-item:nth-of-type(2)::before {
  top: calc(50% - -2.5px);
}

.b-effects .b-item:last-of-type::after {
  height: calc(50% + 1px);
}

.b-effects .b-item-box {
  position: relative;
  max-width: 330px;
  z-index: 10;
}

.b-effects .b-item-box .b-head {
  background: #FAE2DE;
  border-radius: 0px 40px;
  padding: 15px 25px 15px 35px;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  position: relative;
  z-index: 10;
}

.b-effects .b-item-box .b-head .numb {
  font-weight: 700;
  font-size: 50px;
}

.b-application {
  padding: 50px 0;
}

.b-application .b-arrow-left {
  display: block;
  position: absolute;
  height: 36px;
  top: 82px;
  left: 0;
  z-index: 10;
  cursor: pointer;
  transition: 0.6s;
}

.b-application .b-arrow-right {
  display: block;
  position: absolute;
  height: 36px;
  top: 82px;
  left: 205px;
  z-index: 10;
  cursor: pointer;
  transform: scale(-1, 1);
  transition: 0.6s;
}

.b-application .b-bg {
  display: none;
}

.b-application .b-p {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  margin-top: 25px;
}

.b-application .b-img {
  display: block;
  position: relative;
}

.b-application .b-img-box {
  padding: 20px;
  width: 197px;
  background: linear-gradient(90deg, #F58DCD 0, #F9ADD3 50%, #FEC290 100%);
  opacity: 0.55;
  transition: 0.6s;
  margin-left: 15px;
  border-radius: 50%;
}

.b-application .b-item {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 7;
  min-height: 350px;
}

.b-application .b-item-box {
  position: relative;
}

.b-application .b-item-box .b-box {
  display: flex;
  transition: 0.5s;
  opacity: 0;
}

.b-application .b-item .b-numb {
  font-weight: 700;
  font-size: 100px;
  line-height: 78px;
  min-width: 70px;
  text-align: center;
  color: #FAE2DE;
}

.b-application .b-item:nth-of-type(2) {
  z-index: 5;
}

.b-application .b-item:nth-of-type(2) .b-img-box {
  margin-left: 70px;
  opacity: 0.45;
}

.b-application .b-item:nth-of-type(3) {
  z-index: 3;
}

.b-application .b-item:nth-of-type(3) .b-img-box {
  margin-left: 120px;
  opacity: 0.25;
}

.b-application .b-item.active {
  position: relative;
  z-index: 10;
}

.b-application .b-item.active .b-box {
  opacity: 1;
}

.b-application .b-item.active .b-img-box {
  opacity: 1;
}

.b-application .b-item.active:nth-of-type(2) ~ .b-arrow-left {
  transform: translateX(55px);
}

.b-application .b-item.active:nth-of-type(2) ~ .b-arrow-right {
  transform: translateX(55px) scale(-1, 1);
}

.b-application .b-item.active:nth-of-type(3) ~ .b-arrow-left {
  transform: translateX(105px);
}

.b-application .b-item.active:nth-of-type(3) ~ .b-arrow-right {
  transform: translateX(105px) scale(-1, 1);
}

.b-application .b-btn {
  border-radius: 50%;
  margin: 0 5px;
  width: 17px;
  height: 17px;
  background: #FAE2DE;
}

.b-application .b-btn.active {
  background: linear-gradient(42.55deg, #FBAEDA 16.61%, #FEC387 87.72%);
}

.b-application .b-btn-box {
  padding-top: 55px;
  display: flex;
  justify-content: center;
}

.b-order {
  padding: 50px 0;
}

.b-order .b-h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 36px;
  margin-bottom: 5px;
  margin-left: 63px;
  font-family: 'League Spartan',
  sans-serif;
}

.b-order .b-p {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
}

.b-order .b-logo {
  font-weight: 400;
  font-size: 40px;
  line-height: 36px;
  font-family: 'El Messiri', sans-serif;
  width: max-content;
  margin: 0;
}

.b-order .b-logo img {
  width: 52px;
  margin-top: -30px;
}

.b-order .b-logo .t1 {
  color: #0081E0;
  margin: 0 -7px;
}

.b-order .b-top {
  margin-bottom: 30px;
}

.b-order .b-middle {
  width: 330px;
}

.b-order .b-middle .logo {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 5;
}

.b-order .b-middle .img {
  display: block;
  max-width: 100%;
}

.b-order .b-middle .b-img-1 {
  position: relative;
  margin: 0 auto -75px;
  z-index: 3;
  width: 193px;
  border-radius: 60px 0px 0px 0px;
  overflow: hidden;
}

.b-order .b-middle .b-img-2 {
  position: relative;
  z-index: 1;
  border-radius: 0px 120px;
  overflow: hidden;
}

.b-order .b-middle .b-product {
  width: 330px;
  height: 590px;
  position: relative;
}

.b-order .b-middle .b-product .water {
  display: block;
  position: absolute;
  left: 82px;
  top: -169px;
  width: 598px;
  transform: rotate(-103.67deg) scale(1, -1);
  z-index: 1;
}

.b-order .b-middle .b-product .prod1 {
  display: block;
  position: absolute;
  left: 20px;
  top: 95px;
  width: 110px;
  z-index: 5;
  filter: blur(3px) drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
  transform: rotate(-8.09deg);
}

.b-order .b-middle .b-product .prod2 {
  display: block;
  position: absolute;
  left: 55px;
  top: 15px;
  width: 210px;
  z-index: 7;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
  transform: rotate(16deg);
}

.b-order .b-bottom .b-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.b-order .b-bottom .b-numb {
  margin-right: 30px;
}

.b-order .b-bottom .b-numb img {
  display: block;
  width: 70px;
}

.b-order .b-bottom .b-numb p {
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
}

.b-footer {
  padding: 50px 0 0;
}

.b-footer .b-logo {
  font-weight: 400;
  font-size: 40px;
  line-height: 36px;
  font-family: 'League Spartan',
  sans-serif;
  width: max-content;
  margin: 0 auto 30px;
}

.b-footer .b-logo img {
  width: 52px;
  margin-top: -30px;
}

.b-footer .b-logo .t1 {
  color: #0081E0;
  margin: 0 -7px;
}

.b-footer .b-logo .t2 {
  font-weight: 700;
  text-transform: uppercase;
}

.b-footer .b-h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 20px;
  font-family: 'League Spartan',
  sans-serif;
  text-align: center;
}

.b-footer .b-h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 25px;
  text-align: center;
}

.b-footer .b-line {
  width: 383px;
  display: block;
  margin-left: calc(50% - 192.5px);
}

.b-footer .b-h4 {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  font-family: 'Caveat', cursive;
  text-align: center;
}

.b-footer .b-sale {
  font-weight: 500;
  font-size: 54px;
  line-height: 60px;
  margin-bottom: 25px;
  text-align: center;
}

.b-footer .b-h6 {
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 10px;
}

.b-footer .b-p {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
  text-align: center;
}

.b-footer .b-product {
  display: none;
}

.b-footer .b-form-box {
  width: 330px;
  position: relative;
  padding: 40px 0 30px;
}

.b-footer .b-form-bg {
  width: 664px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
}

.b-footer .b-price {
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  font-family: 'El Messiri', sans-serif;
  /* margin: 0 auto 15px; */
  margin: 0 auto;
  display: block;
}

.b-footer .b-select,
.b-footer .b-input {
  border: none;
  margin-bottom: 15px;
}

.b-footer .b-button {
  margin-top: 25px;
}

@media screen and (max-width: 359px) {
  .b-points .b-mark {
    top: 60px;
  }
  .b-comparison .b-bottom {
    width: 320px;
  }
  .b-h1 {
    font-size: 35px;
  }
  .b-skin .b-logo {
    font-size: 34px;
  }
  .b-skin .b-logo img {
    width: 95px;
  }
  .b-comparison .b-logo img {
    width: 38px;
  }
  .b-juvenility .b-img-box .b-product {
    left: 165px;
  }
  .b-comments .b-h2 {
    padding-right: 75px;
  }
  .b-comments .b-h2 .prod {
    width: 85px;
  }
  .b-comments .b-item {
    padding: 50px 249px;
  }
  .b-comments .b-slider-box {
    left: -30px;
  }
  .b-order .b-middle {
    margin-left: calc(50% - 165px);
  }
  .b-footer .b-logo {
    font-size: 34px;
  }
  .b-footer .b-h2 {
    font-size: 31px;
  }
  .b-footer .b-form-box {
    width: 290px;
  }
  .b-application .b-item-box {
    width: 330px;
    margin-left: calc(50% - 165px);
  }
  .b-application .b-item-box .b-box {
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px) {
  .b-points .b-top .b-img-box {
    border-bottom-left-radius: 130px;
  }
  .b-conteiner {
    max-width: 768px;
  }
  .b-header .b-top {
    padding-right: 380px;
  }
  .b-header .b-img-box {
    width: 360px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .b-header .b-img-box .b-woman {
    width: 330px;
    border-radius: 130px 0 0 130px;
    left: -50px;
  }
  .b-header .b-img-box .b-product {
    width: 140px;
    right: 30px;
    top: -10px;
  }
  .b-header .b-img-box .b-country {
    width: 250px;
    bottom: auto;
    top: 6px;
    right: 43%;
  }
  .b-header .b-img-1 {
    width: 350px;
    right: 0;
  }
  .b-header .b-ul {
    margin-top: 30px;
  }
  .b-header .b-bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .b-wrinkles .b-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .b-wrinkles .b-woman {
    position: relative;
    display: block;
    width: 310px;
    z-index: 1;
    border-radius: 0px 90px;
  }
  .b-wrinkles .b-ul {
    width: 407px;
    margin-left: -10px;
    position: relative;
    z-index: 10;
  }
  .b-wrinkles .b-li {
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
  }
  .b-wrinkles .b-img {
    border: 4px solid #FAE2DE;
    border-radius: 50%;
  }
  .b-wrinkles .b-img-arrow {
    display: block;
    opacity: 0.5;
    position: absolute;
    background: #fff;
    height: 1px;
    left: 0;
    top: calc(50% - 0.5px);
    transform: translateX(-100%);
    z-index: 5;
  }
  .b-wrinkles .b-img-arrow::before {
    content: '';
    display: block;
    position: absolute;
    left: -17px;
    top: calc(50% - 12px);
    z-index: 0;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    opacity: 0.6;
    background: #fff;
  }
  .b-wrinkles .b-img-arrow::after {
    content: '';
    display: block;
    position: absolute;
    left: -11px;
    top: calc(50% - 5.5px);
    z-index: 1;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    background: #fff;
  }
  .b-wrinkles .b-img-arrow.a1 {
    width: 165px;
  }
  .b-wrinkles .b-img-arrow.a2 {
    width: 105px;
  }
  .b-wrinkles .b-img-arrow.a3 {
    width: 88px;
  }
  .b-wrinkles .b-img-arrow.a4 {
    width: 60px;
  }
  .b-why .b-top .b-border {
    width: calc(50vw + 18.9%);
  }
  .b-why .b-top .b-border:first-of-type {
    right: 31.8%;
  }
  .b-why .b-top .b-border:last-of-type {
    left: 31.8%;
  }
  .b-why .b-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .b-why .b-middle .b-box {
    width: 45%;
    order: 2;
    padding: 0;
  }
  .b-why .b-img-box {
    width: 45%;
    order: 1;
  }
  .b-skin .b-logo {
    width: max-content;
    margin: 0 auto -20px;
    font-size: 60px;
    line-height: 1;
    transform: translateX(-60px);
  }
  .b-skin .b-logo img {
    width: 140px;
    margin: 0 -25px -33px 0px;
  }
  .b-skin .b-ul {
    width: 72%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 35px;
  }
  .b-skin .b-ul-li {
    width: 48%;
    margin-bottom: 30px;
  }
  .b-skin .b-ul-li:nth-of-type(1) {
    order: 3;
  }
  .b-skin .b-ul-li:nth-of-type(2) {
    order: 5;
  }
  .b-skin .b-ul-li:nth-of-type(3) {
    order: 4;
  }
  .b-skin .b-ul-li:nth-of-type(4) {
    order: 6;
  }
  .b-skin .b-ul-img {
    width: 300px;
    left: 105%;
    top: 10px;
  }
  .b-skin .b-ul-h {
    text-align: right;
    width: 100%;
  }
  .b-comparison {
    padding: 50px 0;
  }
  .b-comparison .b-h2 .b-logo {
    display: inline-block;
  }
  .b-comparison .b-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .b-comparison .b-top .b-left {
    width: 48%;
    margin-bottom: 0;
  }
  .b-comparison .b-top .b-left .b-head {
    align-items: flex-end;
  }
  .b-comparison .b-top .b-right {
    width: 48%;
    margin-bottom: 0;
  }
  .b-comparison .b-top .b-right .b-head {
    margin-bottom: 0;
  }
  .b-comparison .b-middle {
    display: flex;
    justify-content: space-between;
  }
  .b-comparison .b-middle .b-before {
    width: 48%;
    height: 166px;
    margin-bottom: 0;
  }
  .b-comparison .b-middle .b-after {
    width: 48%;
    height: 166px;
  }
  .b-comparison .b-middle .b-after .b-dot {
    right: auto;
    left: -4px;
  }
  .b-comparison .b-middle .b-after .b-middle-logo {
    left: auto;
    right: 10px;
  }
  .b-comparison .b-water {
    left: -233px;
    bottom: -531px;
  }
  .b-comparison .b-bottom {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .b-comparison .b-bottom .b-img-1 {
    margin-left: -95px;
  }
  .b-comparison .b-bottom .b-video {
    border-radius: 20px 0;
    position: absolute;
    right: 40px;
    top: 119px;
    z-index: 0;
  }
  .b-comparison .b-bottom .b-product-1 {
    top: 57px;
  }
  .b-science .b-img-box {
    display: flex;
    padding: 0;
    width: 100%;
    margin-left: 0;
  }
  .b-science .b-img-box .b-product-2 {
    margin: 30px auto;
  }
  .b-science .b-img-bg {
    margin: 0;
    border-radius: 0 0 0 160px;
    width: 440px;
  }
  .b-science .b-img-bg video {
    border-radius: 0 0 0 160px;
  }
  .b-juvenility .b-conteiner {
    padding-left: 395px;
  }
  .b-juvenility .b-img-box {
    position: absolute;
    left: 0;
    top: 130px;
  }
  .b-juvenility .b-img-box .b-leaf {
    top: -231px;
    left: 86px;
    width: 300px;
    transform: rotate(-4.07deg);
  }
  .b-result {
    padding: 125px 0 50px;
  }
  .b-result .b-top {
    padding-bottom: 35px;
    max-width: 768px;
    margin: 0 auto 40px;
    height: auto;
  }
  .b-result .b-top .b-bg-box {
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0px 40px;
  }
  .b-result .b-top .b-conteiner {
    padding-right: 55%;
  }
  .b-result .b-top .b-woman {
    right: 25px;
    bottom: -35px;
    position: absolute;
    margin: 0;
    width: 400px;
  }
  .b-result .b-form-box {
    display: none;
  }
  .b-result .b-middle .b-head {
    margin-bottom: 20px;
  }
  .b-result .b-middle .b-item {
    width: 48%;
  }
  .b-result .b-middle .b-item-box {
    display: flex;
    justify-content: space-between;
  }
  .b-result .b-bottom .b-head {
    padding-top: 15px;
  }
  .b-result .b-bottom .b-item {
    width: 330px;
    display: grid;
  }
  .b-result .b-bottom .b-item-box .b-box,
  .b-result .b-bottom .b-item-p {
    margin-top: auto;
  }
  .b-result .b-bottom .b-item:last-child {
    margin-bottom: 70px;
  }
  .b-result .b-bottom .b-item-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .b-result .b-bottom .b-note {
    text-align: center;
  }
  .b-comments {
    padding-top: 1px;
  }
  .b-comments .b-h2 {
    width: 325px;
    font-size: 64px;
    line-height: 72px;
    padding-right: 0;
    margin-bottom: 0;
  }
  .b-comments .b-h2 .prod {
    display: none;
  }
  .b-comments .b-h2 .water {
    display: none;
  }
  .b-comments .b-h2 .logo {
    padding-top: 105px;
  }
  .b-comments .b-h2 .logo .t1 {
    margin-left: 48px;
  }
  .b-comments .b-h2 .logo img {
    width: 99px;
    left: 132px;
  }
  .b-comments .b-video-box {
    margin-left: 0;
  }
  .b-comments .b-video-box .b-bg {
    left: -35px;
  }
  .b-comments .b-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .b-comments .b-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    left: 0;
    padding: 40px 0 0;
  }
  .b-comments .b-item:nth-of-type(even) {
    background: transparent;
  }
  .b-comments .b-slider-box {
    margin-left: 0;
  }
  .b-comments .b-text-box {
    width: 330px;
  }
  .b-points .b-logo {
    font-size: 105px;
    position: relative;
    padding-top: 168px;
    line-height: 80px;
    margin-top: -60px;
  }
  .b-points .b-logo .t1 {
    display: block;
    margin-left: 78px;
  }
  .b-points .b-logo .t2 {
    text-transform: uppercase;
    font-weight: 700;
  }
  .b-points .b-logo img {
    position: absolute;
    width: 153px;
    top: 0;
    left: 220px;
  }
  .b-points .b-ul {
    margin-left: 83px;
  }
  .b-points .b-ul .b-li {
    font-size: 24px;
    line-height: 34px;
  }
  .b-points .b-ul .b-li .b-icon {
    width: 24px;
    left: 0;
  }
  .b-points .b-ul .b-circle {
    left: -97px;
  }
  .b-points .b-mark {
    right: -46px;
    top: 442px;
  }
  .b-points .b-h3 {
    margin: 0;
    padding: 40px 0 40px 35px;
    font-weight: 300;
    font-size: 28px;
    line-height: 34px;
  }
  .b-points .b-top {
    width: 430px;
    margin: 0 auto;
  }
  .b-points .b-top .b-img-1 {
    width: 197px;
  }
  .b-points .b-top .b-img-2 {
    width: 194px;
  }
  .b-points .b-top .b-img-box .logo.l1 {
    left: 92px;
  }
  .b-points .b-bottom {
    display: flex;
    justify-content: center;
  }
  .b-points .b-bottom .b-item-1 {
    width: 381px;
  }
  .b-points .b-bottom .b-box {
    width: 295px;
  }
  .b-effects .b-conteiner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .b-application .b-bg {
    display: block;
    width: 780px;
    left: 50%;
    transform: translateX(-48.5%);
    position: absolute;
    top: 49px;
  }
  .b-application .b-item {
    position: relative;
    width: 32%;
    min-height: none;
  }
  .b-application .b-item-box {
    display: flex;
    justify-content: space-between;
  }
  .b-application .b-item .b-box {
    opacity: 1;
    padding-top: 20px;
  }
  .b-application .b-item .b-img-box {
    margin-left: 38px !important;
    opacity: 1 !important;
  }
  .b-application .b-btn-box {
    display: none;
  }
  .b-application .b-arrow-left {
    display: none;
  }
  .b-application .b-arrow-right {
    display: none;
  }
  .b-application .b-p {
    margin-top: 0;
  }
  .b-order .b-top {
    width: 368px;
  }
  .b-order .b-bottom {
    width: 368px;
  }
  .b-order .b-middle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .b-order .b-product {
    display: none;
  }
  .b-footer .b-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .b-footer .b-text-box {
    width: 330px;
  }
  .b-footer .b-line {
    display: none;
  }
  .b-footer .b-form-box {
    margin-bottom: 40px;
  }
  .b-footer .b-form-bg {
    width: 464px;
  }
}

@media screen and (min-width: 1305px) {
  .b-conteiner {
    max-width: 1305px;
  }
  .b-h1 {
    font-size: 90px;
    line-height: 0.8;
    margin-bottom: 20px;
  }
  .b-h1-note {
    width: 340px;
    line-height: 40px;
  }
  .b-price {
    display: block;
    max-width: max-content;
  }
  .b-price-new {
    font-size: 70px;
  }
  .b-price-sale {
    font-size: 32px;
    width: auto;
  }
  .b-price-sale span {
    display: inline;
  }
  .b-header {
    padding: 50px 0 85px;
  }
  .b-header .b-logo {
    margin-bottom: 75px;
  }
  .b-header .b-top {
    padding-right: 705px;
  }
  .b-header .b-ul {
    margin: 55px 0 90px;
  }
  .b-header .b-ul .b-li {
    font-size: 28px;
    line-height: 34px;
  }
  .b-header .b-bottom {
    justify-content: space-between;
    align-items: flex-end;
  }
  .b-header .b-form form {
    display: flex;
    align-items: center;
  }
  .b-header .b-input,
  .b-header .b-select {
    max-width: none;
    width: 242px;
    margin-right: 17px;
  }
  .b-header .b-button {
    max-width: none;
    width: 266px;
    margin: 0;
  }
  .b-header .b-price {
    width: 230px;
    margin: 0;
  }
  .b-header .b-img-box {
    width: 100%;
    height: 648px;
  }
  .b-header .b-img-box .b-woman {
    width: 870px;
    top: -50px;
    left: 704px;
    border-radius: 0px 0px 0px 160px;
  }
  .b-header .b-img-box .b-product {
    transform: rotate(16.95deg);
    width: 210px;
    right: 586px;
    top: 66px;
  }
  .b-header .b-img-box .b-country {
    font-size: 32px;
    width: 350px;
    right: 28.7%;
    top: -2px;
  }
  .b-header .b-img-box .b-country img {
    width: 34px;
    margin-top: -6px;
  }
  .b-header .b-img-box .b-country span {
    color: #fff;
  }
  .b-header .b-img-1 {
    width: 563px;
    right: 516px;
    top: 160px;
  }
  .b-header .b-bg-box .b-line {
    display: block;
    top: -50px;
    background: linear-gradient(180deg, #fae2de 0%, rgba(250, 226, 222, 0) 100%);
    width: 2px;
    height: 500px;
    z-index: 0;
  }
  .b-header .b-bg-box .b-line.l1 {
    left: -270px;
    height: 850px;
  }
  .b-header .b-bg-box .b-line.l2 {
    left: -30px;
  }
  .b-header .b-bg-box .b-line.l3 {
    left: 245px;
  }
  .b-header .b-bg-box .b-line.l4 {
    left: 510px;
  }
  .b-header .b-bg-box .b-water {
    display: block;
  }
  .b-header .b-bg-box .b-water.w1 {
    transform: rotate(-74.78deg) scale(1, -1);
    top: -202px;
    left: -532px;
    width: 493px;
  }
  .b-header .b-bg-box .b-water.w2 {
    transform: rotate(-120.33deg) scale(1, -1);
    top: 125px;
    left: -709px;
    width: 493px;
  }
  .b-header .b-bg-box .b-line-gradient {
    display: block;
    top: 410px;
    left: -346px;
    z-index: 5;
    transition: 2s;
    overflow: hidden;
    width: 1920px;
    height: 582px;
    animation: grad-open cubic-bezier(0.83, 0.1, 0.67, 1.03) 2s both;
  }
  .b-header .b-bg-box .b-line-gradient svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 582px;
  }
  .b-wrinkles {
    padding: 85px 0 50px;
    position: relative;
    z-index: 2;
  }
  .b-wrinkles .b-h2 {
    font-size: 64px;
    line-height: 72px;
  }
  .b-wrinkles .b-h3 {
    font-size: 40px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  .b-wrinkles .b-h4 {
    font-size: 40px;
    line-height: 34px;
    margin-bottom: 100px;
  }
  .b-wrinkles .b-woman {
    width: 447px;
    border-radius: 0px 120px;
  }
  .b-wrinkles .b-ul {
    margin-left: -25px;
  }
  .b-wrinkles .b-li {
    margin-bottom: 10px;
  }
  .b-wrinkles .b-p {
    font-size: 28px;
    line-height: 34px;
    width: 290px;
  }
  .b-wrinkles .b-img {
    border: 8px solid #FAE2DE;
  }
  .b-wrinkles .b-img-box {
    width: 95px;
  }
  .b-wrinkles .b-img-arrow::before {
    left: -32px;
    top: calc(50% - 22px);
    width: 43px;
    height: 43px;
  }
  .b-wrinkles .b-img-arrow::after {
    left: -21px;
    top: calc(50% - 11px);
    width: 21px;
    height: 21px;
  }
  .b-wrinkles .b-img-arrow.a1 {
    width: 218px;
  }
  .b-wrinkles .b-img-arrow.a2 {
    width: 138px;
  }
  .b-wrinkles .b-img-arrow.a3 {
    width: 120px;
  }
  .b-wrinkles .b-img-arrow.a4 {
    width: 87px;
  }
  .b-why .b-h2 {
    font-size: 64px;
    line-height: 72px;
    margin-top: 50px;
  }
  .b-why .b-h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .b-why .b-h4 {
    font-size: 80px;
    line-height: 101px;
  }
  .b-why .b-top {
    padding: 51px 0;
  }
  .b-why .b-middle {
    justify-content: flex-start;
  }
  .b-why .b-middle .b-box {
    width: 510px;
    padding-top: 45px;
  }
  .b-why .b-img-box {
    width: 550px;
    height: 420px;
    margin-right: 120px;
  }
  .b-why .b-img-box .b-circle {
    height: 371px;
  }
  .b-why .b-img-box .b-woman {
    right: 0;
  }
  .b-why .b-img-box .b-leaf {
    width: 558px;
  }
  .b-skin {
    padding-top: 80px;
  }
  .b-skin .b-bg {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .b-skin .b-bg .b-line {
    position: absolute;
    width: 1px;
    height: calc(100% - 315px);
    bottom: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(225, 250, 255, 0) 0%, #e1faff 100%);
  }
  .b-skin .b-bg .b-line.l1 {
    left: 0;
  }
  .b-skin .b-bg .b-line.l2 {
    left: 25%;
  }
  .b-skin .b-bg .b-line.l3 {
    left: 50%;
  }
  .b-skin .b-bg .b-line.l4 {
    left: 75%;
  }
  .b-skin .b-bg .b-line.l5 {
    left: 100%;
  }
  .b-skin .b-logo {
    margin: 0 auto -120px;
    font-size: 150px;
    line-height: 234px;
    transform: translateX(0px);
  }
  .b-skin .b-logo img {
    width: 180px;
    margin: 0 -40px -15px 0px;
  }
  .b-skin .b-logo .t2 {
    margin-left: -30px;
  }
  .b-skin .b-h2 {
    font-size: 105px;
    line-height: 1;
    margin-bottom: 25px;
  }
  .b-skin .b-h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 90px;
  }
  .b-skin .b-p {
    font-size: 28px;
    line-height: 34px;
  }
  .b-skin .b-img {
    min-width: 88px;
    width: 88px;
    margin-right: 20px;
  }
  .b-skin .b-ul-img {
    width: 716px;
    top: -200px;
    left: 113.5%;
  }
  .b-skin .b-ul-h {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  .b-skin .b-end {
    padding: 40px 0;
  }
  .b-skin .b-end-h {
    font-size: 36px;
    line-height: 50px;
  }
  .b-comparison {
    padding: 100px 0;
  }
  .b-comparison .b-h2 {
    width: 61%;
    margin: 0 auto 50px;
    font-size: 28px;
    line-height: 34px;
  }
  .b-comparison .b-h2 .ww {
    font-size: 28px;
    line-height: 34px;
    display: block;
  }
  .b-comparison .b-h3 {
    font-size: 28px;
    line-height: 34px;
    padding: 0 15% 0 36%;
  }
  .b-comparison .b-p {
    line-height: 30px;
  }
  .b-comparison .b-top {
    width: 1020px;
    margin: 0 auto 100px;
  }
  .b-comparison .b-top .b-item {
    border-radius: 40px;
    min-height: 82px;
    padding: 10px 20px 10px 32px;
  }
  .b-comparison .b-top .b-left {
    width: 490px;
  }
  .b-comparison .b-top .b-left .b-head img {
    width: 58px;
    margin-right: 25px;
  }
  .b-comparison .b-top .b-left .b-head p {
    font-size: 28px;
    line-height: 34px;
  }
  .b-comparison .b-top .b-right {
    width: 490px;
  }
  .b-comparison .b-top .b-right .b-head .b-prod {
    width: 44px;
  }
  .b-comparison .b-middle {
    width: 1020px;
    margin: 0 auto 130px;
  }
  .b-comparison .b-middle-logo {
    font-size: 26px;
  }
  .b-comparison .b-middle-logo img {
    width: 36px;
    margin: 0 0 0 47px;
  }
  .b-comparison .b-middle-logo .t1 {
    font-size: 22px;
  }
  .b-comparison .b-middle .b-dot {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    bottom: -25px;
    right: -17px;
  }
  .b-comparison .b-middle .b-before {
    width: 470px;
    height: 221px;
  }
  .b-comparison .b-middle .b-after {
    width: 470px;
    height: 221px;
  }
  .b-comparison .b-middle .b-after .b-dot {
    left: -17px;
  }
  .b-comparison .b-water {
    width: 879px;
    bottom: -50px;
    left: -550px;
  }
  .b-comparison .b-water.b-wap {
    display: none;
  }
  .b-comparison .b-bottom {
    padding-bottom: 600px;
  }
  .b-comparison .b-bottom .b-drops {
    position: absolute;
    display: block;
    left: -59px;
    bottom: -82px;
    z-index: 6;
  }
  .b-comparison .b-bottom .b-bg-line {
    position: absolute;
    display: block;
    left: 50%;
    bottom: 222px;
    transform: translateX(-50%);
  }
  .b-comparison .b-bottom .b-product-2 {
    position: absolute;
    display: block;
    left: 287px;
    bottom: -15px;
    width: 256px;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
    transform: rotate(-14.17deg);
    z-index: 7;
  }
  .b-comparison .b-bottom .b-product-3 {
    position: absolute;
    display: block;
    left: 185px;
    bottom: 125px;
    filter: blur(3px) drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
    transform: rotate(-36.99deg);
    width: 140px;
    z-index: 5;
  }
  .b-comparison .b-bottom .b-video {
    border-radius: 20px;
    position: relative;
    z-index: 0;
    width: 665px;
    left: 36px;
    top: 14px;
    z-index: 3;
  }
  .b-comparison .b-bottom .b-video-box {
    position: absolute;
    width: 713px;
    height: 402px;
    left: 410px;
    bottom: 110px;
  }
  .b-comparison .b-bottom .b-video-box::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: url("../img/comparison_phone.png") no-repeat;
    background-size: cover;
  }
  .b-science .b-h2 {
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 0;
  }
  .b-science .b-p {
    line-height: 30px;
  }
  .b-science .b-flex {
    display: flex;
    justify-content: space-between;
  }
  .b-science .b-box {
    width: 591px;
  }
  .b-science .b-rew {
    position: relative;
  }
  .b-science .b-item .b-icon {
    width: 96px;
    margin-right: 25px;
  }
  .b-science .b-item:first-of-type {
    padding-top: 40px;
  }
  .b-science .b-item::after {
    width: 700px;
    left: 0;
  }
  .b-science .b-item-box {
    height: 510px;
    overflow-y: scroll;
    width: 721px;
    padding-right: 110px;
    z-index: 3;
    cursor: n-resize;
  }
  .b-science .b-item-box::-webkit-scrollbar {
    width: 0;
  }
  .b-science .b-item-blind-top {
    display: block;
    position: absolute;
    width: 700px;
    height: 50px;
    top: 0;
    left: 0;
    z-index: 5;
    background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .b-science .b-item-blind-bottom {
    display: block;
    position: absolute;
    width: 700px;
    height: 50px;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  }
  .b-science .b-img-box {
    width: 884px;
    margin: 0 -312px 0 0;
    display: block;
  }
  .b-science .b-img-box::before {
    display: none;
  }
  .b-science .b-img-box .b-product-2 {
    margin: 151px 0 0 -38px;
    z-index: 12;
    width: 225px;
  }
  .b-science .b-img-box .b-water {
    display: none;
  }
  .b-science .b-img-logo {
    width: 290px;
    height: 290px;
    padding: 40px 0 0 45px;
    font-size: 38px;
    top: 0;
    border-radius: 120px 0 50% 0px;
  }
  .b-science .b-img-logo .circle {
    width: 610px;
    height: 610px;
  }
  .b-science .b-img-logo .t1 {
    padding-left: 28.5px;
    font-size: 31px;
  }
  .b-science .b-img-logo img {
    margin: 0 0 0 68px;
    width: 50px;
  }
  .b-science .b-img-bg {
    width: 90%;
    margin: 0;
    position: absolute;
    left: 10%;
    top: 0;
    height: 585px;
    border-radius: 0;
    border-radius: 122px 0px 0px 0px;
    background-size: 584px 583px;
    background-position: 0;
    background-repeat: no-repeat;
  }
  .b-science .b-img-bg video {
    height: 100%;
    margin-right: auto;
    margin-left: -5%;
  }
  .b-juvenility {
    padding: 250px 0 200px;
  }
  .b-juvenility .b-bg-box {
    display: block;
    position: absolute;
    width: 1920px;
    left: calc(50% - 960px);
    top: -160px;
    overflow: hidden;
  }
  .b-juvenility .b-bg-1 {
    display: block;
  }
  .b-juvenility .b-conteiner {
    padding-left: 526px;
  }
  .b-juvenility .b-h2 {
    font-size: 105px;
    line-height: 77px;
    margin-bottom: 75px;
  }
  .b-juvenility .b-h2 span {
    display: block;
    margin-left: -235px;
  }
  .b-juvenility .b-h3 {
    font-size: 52px;
    line-height: 40px;
    margin-bottom: 55px;
  }
  .b-juvenility .b-item {
    margin-bottom: 35px;
    width: 49%;
  }
  .b-juvenility .b-item:last-of-type {
    width: 100%;
  }
  .b-juvenility .b-item-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .b-juvenility .b-item .b-head {
    font-size: 28px;
    line-height: 34px;
  }
  .b-juvenility .b-item .b-head .line1 {
    width: 75px;
  }
  .b-juvenility .b-item .b-head .line2 {
    left: -23px;
    width: 54px;
  }
  .b-juvenility .b-item .b-head .line3 {
    top: 24px;
  }
  .b-juvenility .b-item .b-point {
    line-height: 30px;
  }
  .b-juvenility .b-item .b-point .yes {
    top: 8px;
  }
  .b-juvenility .b-img-box {
    top: -130px;
  }
  .b-juvenility .b-img-box .b-leaf {
    width: 368px;
    z-index: 0;
    left: -323px;
    top: 67px;
    transform: none;
  }
  .b-juvenility .b-img-box .b-woman {
    width: 381px;
    height: 599px;
    left: 45px;
  }
  .b-juvenility .b-img-box .b-woman img {
    margin: 0;
  }
  .b-juvenility .b-img-box .b-product {
    transform: rotate(16.95deg);
    width: 185px;
    left: 1115px;
    top: -31px;
  }
  .b-juvenility .b-img-box .b-line {
    display: none;
  }
  .b-juvenility .b-img-box .b-circle {
    width: 464px;
    left: -70px;
    top: 501px;
  }
  .b-juvenility .b-img-logo {
    top: 650px;
    left: 60px;
    font-size: 42px;
  }
  .b-juvenility .b-img-logo .t1 {
    font-size: 36px;
    padding-left: 31px;
  }
  .b-juvenility .b-img-logo img {
    width: 60px;
    margin: 0 0 0 74px;
  }
  .b-result {
    padding: 50px 0 225px;
  }
  .b-result .b-top {
    max-width: 1240px;
    padding: 46px 0;
    margin-bottom: 80px;
  }
  .b-result .b-top .b-conteiner {
    padding: 0px 42% 0px 232px;
  }
  .b-result .b-top .b-woman {
    width: 484px;
    right: 35px;
    bottom: -46px;
  }
  .b-result .b-top .b-h2 {
    font-size: 105px;
    line-height: 72px;
    text-align: left;
  }
  .b-result .b-top .b-h3 {
font-size: 40px;
line-height: 72px;
    text-align: left;
  }
  .b-result .b-top .b-h3 .numb {
    font-size: 160px;
    padding-right: 19px;
  }
  .b-result .b-middle {
    position: relative;
  }
  .b-result .b-middle .b-box {
    padding-right: 327px;
  }
  .b-result .b-middle .b-note {
    display: block;
    background: #FAE2DE;
    border-radius: 0px 40px;
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
    padding: 40px 25px 40px 55px;
    width: 257px;
    position: absolute;
    right: 35px;
    top: -110px;
  }
  .b-result .b-middle .b-head {
    font-size: 28px;
    line-height: 34px;
    padding: 0 20%;
  }
  .b-result .b-middle .b-p {
    font-size: 28px;
    line-height: 34px;
  }
  .b-result .b-middle .b-item-box {
    margin-bottom: 100px;
  }
  .b-result .b-bottom::before {
    top: 235px;
  }
  .b-result .b-bottom .b-head {
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 50px;
  }
  .b-result .b-bottom .b-head span {
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
  }
  .b-result .b-bottom .b-note {
    display: none;
  }
  .b-result .b-bottom .b-item {
    width: 286px;
    margin-bottom: 0;
  }
  .b-result .b-bottom .b-item:last-child {
    margin-bottom: 0;
  }
  .b-result .b-bottom .b-item-img {
    width: 260px;
    height: auto;
    margin: 0;
  }
  .b-comments {
    padding-bottom: 150px;
  }
  .b-comments .b-bg-box {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 0;
  }
  .b-comments .b-bg-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    left: calc(50% - 50vw);
    top: -1px;
    height: 2px;
    background: #FAE2DE;
    z-index: 0;
  }
  .b-comments .b-bg-box .b-line {
    height: 820px;
    width: 2px;
    position: absolute;
    z-index: 0;
    background: linear-gradient(#FAE2DE 0%, rgba(255, 255, 255, 0) 100%);
  }
  .b-comments .b-bg-box .b-line:nth-last-of-type(1) {
    left: -15%;
  }
  .b-comments .b-bg-box .b-line:nth-last-of-type(2) {
    left: 6.5%;
  }
  .b-comments .b-bg-box .b-line:nth-last-of-type(3) {
    left: 28%;
  }
  .b-comments .b-bg-box .b-line:nth-last-of-type(4) {
    left: 49.5%;
  }
  .b-comments .b-bg-box .b-line:nth-last-of-type(5) {
    left: 72%;
  }
  .b-comments .b-bg-box .b-line:nth-last-of-type(6) {
    left: 93.5%;
  }
  .b-comments .b-bg-box .b-line:nth-last-of-type(7) {
    left: 115%;
  }
  .b-comments .b-video-box {
    position: absolute;
    right: 30px;
    top: 165px;
  }
  .b-comments .b-video-box .b-bg {
    left: 135px;
  }
  .b-comments .b-h2 {
    width: 920px;
    text-align: left;
    padding-left: 150px;
    margin-top: 82px;
  }
  .b-comments .b-h2 .br {
    display: block;
    margin-left: -6px;
  }
  .b-comments .b-h2 .logo {
    padding-top: 0;
    display: inline-block;
  }
  .b-comments .b-h2 .logo .t1 {
    display: inline-block;
    margin-left: 0;
    margin-right: -11px;
  }
  .b-comments .b-h2 .logo img {
    display: inline-block;
    position: relative;
    left: 0;
    /* margin-left: -25px; */
    /* margin-top: -60px; */
    margin-bottom: -5px;
  }
  .b-comments .b-rew {
    position: relative;
  }
  .b-comments .b-item-box::-webkit-scrollbar {
    width: 0;
  }
  .b-comments .b-item {
    margin: 49px 0 90px;
    padding: 0;
  }
  .b-comments .b-item-box {
    width: 850px;
    height: 560px;
    overflow-y: scroll;
    z-index: 3;
    cursor: n-resize;
  }
  .b-comments .b-item-blind-top {
    display: block;
    position: absolute;
    width: 850px;
    height: 50px;
    top: 0;
    left: 0;
    z-index: 15;
    background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .b-comments .b-item-blind-top .line {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
    background: #fae2de85;
  }
  .b-comments .b-item-blind-top .line:nth-of-type(1) {
    left: 70px;
  }
  .b-comments .b-item-blind-top .line:nth-of-type(2) {
    left: 350px;
  }
  .b-comments .b-item-blind-top .line:nth-of-type(3) {
    left: 631px;
  }
  .b-comments .b-item-blind-bottom {
    display: block;
    position: absolute;
    width: 850px;
    height: 50px;
    bottom: 0;
    left: 0;
    z-index: 15;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  }
  .b-comments .b-text-box {
    width: 400px;
  }
  .b-comments .b-h5 {
    font-size: 28px;
    line-height: 34px;
  }
  .b-comments .b-p {
    line-height: 30px;
  }
  .b-points {
    padding: 50px 0;
  }
  .b-points .b-conteiner {
    display: flex;
    justify-content: center;
  }
  .b-points .b-top {
    margin: 0 60px 0 0;
    position: relative;
    z-index: 5;
  }
  .b-points .b-bottom {
    position: relative;
    z-index: 3;
    height: max-content;
  }
  .b-effects .b-h2 {
    font-weight: 700;
    font-size: 64px;
    line-height: 1.2;
    margin-bottom: 50px;
    padding-left: 30px;
  }
  .b-effects .b-prod {
    width: 285px;
    left: 113px;
    top: 0;
  }
  .b-effects .b-prod-box {
    max-width: 682px;
    width: 682px;
    height: 780px;
  }
  .b-effects .b-prod-box .b-bg-1 {
    width: 618px;
    left: 0;
    transform: none;
    top: 86px;
  }
  .b-effects .b-prod-box .b-bg-2 {
    display: none;
  }
  .b-effects .b-prod-box .b-leaf-1 {
    width: 542px;
    top: -60px;
    left: -285px;
  }
  .b-effects .b-prod-box .b-leaf-2 {
    display: block;
    right: -1048px;
    z-index: 5;
    top: -132px;
  }
  .b-effects .b-item {
    font-size: 28px;
    line-height: 34px;
    padding: 9px 0 9px 137px;
  }
  .b-effects .b-item::before {
    left: 67px;
    width: 56px;
  }
  .b-effects .b-item::after {
    left: 66px;
  }
  .b-effects .b-item:nth-of-type(2) {
    padding-top: 40px;
  }
  .b-effects .b-item:nth-of-type(2)::before {
    top: calc(50% - -14.5px);
  }
  .b-effects .b-item-box {
    max-width: 593px;
  }
  .b-effects .b-item-box .b-head {
    font-size: 28px;
    line-height: 34px;
    padding: 22px 25px;
  }
  .b-effects .b-item-box .b-head .numb {
    margin: 0 10px;
    line-height: 20px;
  }
  .b-application {
    padding: 80px 0;
  }
  .b-application .b-bg {
    width: 1301px;
    transform: translateX(-50%);
    top: 64px;
  }
  .b-application .b-p {
    font-size: 24px;
    line-height: 34px;
  }
  .b-application .b-item {
    width: 31%;
  }
  .b-application .b-item .b-box {
    margin-top: 40px;
  }
  .b-application .b-item .b-numb {
    font-size: 140px;
    line-height: 105px;
    margin-right: 20px;
  }
  .b-application .b-item .b-img-box {
    margin-left: 120px !important;
  }
  .b-order .b-h2 {
    font-size: 64px;
    line-height: 85px;
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 70px;
  }
  .b-order .b-logo {
    font-size: 64px;
    line-height: 72px;
  }
  .b-order .b-logo img {
    width: 105px;
    margin: -60px -10px -5px 0;
  }
  .b-order .b-logo .t2 {
    font-weight: 700;
    text-transform: uppercase;
  }
  .b-order .b-top {
    width: 710px;
    padding-left: 70px;
    margin-bottom: 60px;
  }
  .b-order .b-middle {
    width: 433px;
  }
  .b-order .b-middle .b-img-1 {
    margin-bottom: -65px;
  }
  .b-order .b-p {
    font-size: 28px;
    line-height: 34px;
  }
  .b-order .b-bottom {
    width: 710px;
    display: flex;
    flex-wrap: wrap;
  }
  .b-order .b-bottom .b-numb {
    display: flex;
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: -10px;
  }
  .b-order .b-bottom .b-numb p {
    margin-top: 30px;
  }
  .b-order .b-bottom .b-item {
    width: 50%;
    margin: 0;
    display: block;
  }
  .b-order .b-bottom .b-item:nth-of-type(1) {
    padding: 40px 40px 40px 70px;
    border-right: 2px solid #FAE2DE;
    border-bottom: 2px solid #FAE2DE;
  }
  .b-order .b-bottom .b-item:nth-of-type(1) p {
    margin-left: 5px;
  }
  .b-order .b-bottom .b-item:nth-of-type(2) {
    padding: 40px 70px 40px 40px;
    border-bottom: 2px solid #FAE2DE;
    text-align: right;
  }
  .b-order .b-bottom .b-item:nth-of-type(2) .b-numb {
    flex-direction: row-reverse;
    margin-right: -10px;
  }
  .b-order .b-bottom .b-item:nth-of-type(2) p {
    margin-right: 5px;
  }
  .b-order .b-bottom .b-item:nth-of-type(3) {
    padding: 40px 40px 40px 70px;
    border-right: 2px solid #FAE2DE;
  }
  .b-order .b-bottom .b-item:nth-of-type(3) p {
    margin-left: 5px;
  }
  .b-order .b-bottom .b-item:nth-of-type(4) {
    padding: 40px 70px 40px 40px;
    text-align: right;
  }
  .b-order .b-bottom .b-item:nth-of-type(4) .b-numb {
    flex-direction: row-reverse;
    margin-right: -10px;
  }
  .b-order .b-bottom .b-item:nth-of-type(4) p {
    margin-right: 5px;
  }
  .b-footer {
    padding: 100px 0 150px;
  }
  .b-footer .b-line {
    width: 1970px;
    position: absolute;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -110px;
    z-index: 0;
    display: block;
  }
  .b-footer .b-logo {
    font-size: 150px;
    line-height: 234px;
    margin-bottom: -110px;
    position: relative;
    z-index: 1;
    opacity: 0.1;
  }
  .b-footer .b-logo .t1 {
    font-size: 150px;
    margin-right: -35px;
  }
  .b-footer .b-logo img {
    width: 180px;
    margin: -30px -34px -11px 0px;
  }
  .b-footer .b-h2 {
    font-size: 105px;
    line-height: 72px;
    margin-bottom: 35px;
  }
  .b-footer .b-h2 span {
    font-weight: 400;
    font-size: 64px;
    display: block;
  }
  .b-footer .b-h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 75px;
  }
  .b-footer .b-h4 {
    font-size: 32px;
    line-height: 40px;
  }
  .b-footer .b-sale {
    margin-bottom: 60px;
  }
  .b-footer .b-p {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 50px;
  }
  .b-footer .b-form-box {
    width: 527px;
    padding: 60px 0 0;
  }
  .b-footer .b-select,
  .b-footer .b-input {
    width: 270px;
  }
  .b-footer .b-button {
    margin-top: 65px;
    width: 270px;
  }
  /* .b-footer .b-price {
    margin-bottom: 30px;
  } */
  .b-footer .b-product {
    display: block;
    width: 418px;
    height: 520px;
    position: relative;
    z-index: 0;
  }
  .b-footer .b-product .water {
    position: absolute;
    display: block;
    left: 114px;
    top: -308px;
    z-index: 0;
    transform: rotate(-103.67deg) scale(1, -1);
    width: 676px;
  }
  .b-footer .b-product .prod1 {
    position: absolute;
    display: block;
    left: 70px;
    top: -140px;
    z-index: 5;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
    transform: rotate(16deg);
  }
  .b-footer .b-product .prod2 {
    position: absolute;
    display: block;
    left: 27px;
    top: -31px;
    z-index: 3;
    width: 135px;
    filter: blur(3px) drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
    transform: rotate(-8.09deg);
  }
  .b-wap {
    display: none;
  }
  .b-web {
    display: block;
  }
}
@media screen and (min-width: 1801px) {
	.b-header .b-img-box .b-woman {
		 left: 764px;
	}
	.b-header .b-bg-box .b-line-gradient {
		left: -306px;
	}
}

.w300 {
  font-weight: 300;
}

.w400 {
  font-weight: 400;
}

.a-grad-open {
  animation: grad-open cubic-bezier(0.83, 0.1, 0.67, 1.03) 2s both;
}

@keyframes grad-open {
  0% {
    width: 0;
  }
  100% {
    width: 1920px;
  }
}



.b-result .b-form-box .b-price--old,
.b-footer .b-price--old {
  margin-bottom: 15px;
  font-size: 60px;
  line-height: 1.2;
  text-align: center;
  color: #111111;
}
.b-result .b-form-box .b-price--old span,
.b-footer .b-price--old span {
  position: relative;
}

.b-result .b-form-box .b-price--old span::after,
.b-footer .b-price--old span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 120%;
  height: 5px;
  background-color: #E04FA8;
}