.section__hero {
  position: relative;
  width: 100vw;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle closest-corner at 50% 50%, #f6f8fb, #e9effa);
}

.hero__sphere {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 50%;
  right: 0%;
  z-index: 2;
  height: 460px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 230px;
  background-image: url('../images/SphereHero.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.hero__title {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: Lovelace, sans-serif;
  color: #471e64;
  font-size: 85px;
  line-height: 90px;
  font-weight: 500;
}

.hero__title.title--slogan {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 1%;
  z-index: 2;
  text-align: center;
}

.logo {
  font-family: RFDewiExtended, sans-serif;
  color: #471e64;
  font-size: 22px;
  line-height: 0.9em;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.link-item__button {
  position: relative;
  z-index: 2;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.5vh;
  line-height: 0.68em;
  text-decoration: none;
}

.hero__container {
  position: relative;
  display: block;
  width: 100%;
  height: 462vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-down-button {
  position: fixed;
  left: 0%;
  top: 99vh;
  right: 0%;
  margin-bottom: 40px;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
  text-align: center;
  text-decoration: none;
}

.scroll-down-button__title {
  margin-bottom: 12px;
  font-family: RFDewiExtended, sans-serif;
  color: #471e64;
  font-size: 20px;
  font-weight: 400;
}

.scroll-down-button__subtitle {
  font-family: RFDewiExtended, sans-serif;
  color: #471e64;
  font-size: 14px;
}

.scroll-down-button__image {
  margin-top: 25px;
}

.hero__text {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  font-family: Lovelace, sans-serif;
  color: #471e64;
  font-size: 45px;
  line-height: 48px;
  font-weight: 400;
}

.hero__video-wrapper {
  max-width: 1920px;
  margin-top: 85vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__video-block {
  display: block;
  width: 70vh;
  height: 70vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 50%;
}

.hero__video-block.video-block--right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero__video-block.video-block--left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero__video {
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/videoTEST-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero__video.video--colleague {
  position: absolute;
  top: -1px;
  overflow: visible;
  height: 88vh;
  background-image: none;
}

.hero__video.video--accomplice {
  overflow: visible;
  height: 100%;
  background-image: none;
}

.hero__product-photo-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  z-index: 2;
  overflow: hidden;
  width: 510px;
  height: 53vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.hero__product-photo {
  position: relative;
  top: 50%;
  width: 35vh;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.section__problem {
  padding-top: 170px;
  padding-bottom: 100px;
  background-color: #f9fbff;
}

.section__container {
  position: relative;
  width: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.section__container.section-container--ph-block {
  position: relative;
  z-index: 2;
}

.section__container.section__container--footer {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title {
  margin-top: 0px;
  margin-bottom: 75px;
  font-family: Lovelace, sans-serif;
  color: #471e64;
  font-size: 4vw;
  line-height: 1em;
  font-weight: 500;
}

.title.title--cetre {
  position: relative;
  z-index: 1;
  width: 60vw;
  margin: 0px auto;
  line-height: 1em;
  text-align: center;
}

.base-text {
  margin-bottom: 0px;
  font-family: RFDewiExtended, sans-serif;
  color: #471e64;
  font-size: 1.15vw;
  line-height: 1.7em;
  font-weight: 400;
  letter-spacing: 0.33px;
}

.base-text.paragraphitem {
  margin-bottom: 30px;
}

.base-text.base-text--white {
  color: #fff;
  font-weight: 300;
}

.base-text.base-text--recovery-process {
  margin-top: 25px;
}

.base-text-wrapper {
  width: 500px;
}

.base-text-wrapper.base-text-wrapper--single {
  position: relative;
  left: 50%;
}

.base-text-wrapper.base-text-wrapper--complications {
  padding-top: 95px;
}

.base-text-wrapper.base-text-wrapper--recovery {
  margin-top: 100px;
}

.text-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-wrapper.text-wrapper--ident {
  margin-top: 5vh;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.text-wrapper.text-wrapper--components {
  width: 1200px;
  padding: 40px 100px 45px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 80% 80%, #f6f8fb, #e9effa);
}

.text-wrapper.text-wrapper--components-result {
  display: block;
  width: 1200px;
  padding: 55px 100px;
  background-image: radial-gradient(circle farthest-corner at 80% 70%, #fbf6fa, #fff0f6);
  text-align: center;
}

.text-wrapper.text-wrapper--methods {
  padding-top: 70px;
}

.problem__spheres-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 2136px;
  margin-top: 60px;
  margin-bottom: 120px;
  margin-left: 50%;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.problem__sphere {
  position: relative;
  overflow: hidden;
  width: 30vw;
  height: 30vw;
  max-height: 660px;
  max-width: 660px;
  border-radius: 330px;
  background-image: url('../images/problem_sphereBack.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.problem__woman {
  position: absolute;
  left: 50%;
  top: 20%;
  display: block;
  width: 552px;
  height: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.problem__woman.woman-left {
  width: 30vw;
  height: 40vw;
  max-height: 800px;
  max-width: 552px;
  background-image: url('../images/жен_слева.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.problem__woman.woman-center {
  width: 30vw;
  height: 40vw;
  max-height: 800px;
  max-width: 552px;
  background-image: url('../images/жен_сцентр.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.problem__woman.woman-right {
  width: 30vw;
  height: 40vw;
  max-height: 800px;
  max-width: 552px;
  background-image: url('../images/жен_права.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.accent-text-wrapper {
  width: 450px;
  margin-right: 50px;
}

.accent-text {
  font-family: RFDewiExtended, sans-serif;
  color: #471e64;
  font-size: 1.65vw;
  line-height: 1.4em;
  font-weight: 700;
}

.accent-text.center {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  height: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 2.5vh;
  line-height: 1.9em;
  text-align: center;
}

.key-text-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.key-text-wrapper.key-text-wrapper--recovery-block {
  padding-top: 50px;
}

.key-text-wrapper.single {
  padding-left: 50%;
}

.key-text-wrapper.title {
  padding-top: 8vh;
  padding-left: 50%;
}

.textcolumn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.key-text {
  font-family: RFDewiExtended, sans-serif;
  color: #471e64;
  font-size: 2.3vw;
  line-height: 1.4em;
  font-weight: 300;
}

.key-text.keytext__white {
  color: #fff;
}

.key-text.keytext__white.tablet {
  display: none;
}

.key-text.center {
  width: 40vw;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section__symptoms {
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: radial-gradient(circle farthest-corner at 70% 85%, #f6f8fb, #e9effa);
}

.listitem__basetext {
  width: 450px;
  margin-right: 50px;
  padding-top: 29px;
}

.listlinewrapper {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 30px;
}

.listlinewrapper.list-wrapper--tablet {
  display: none;
}

.listwrapper__divider {
  position: absolute;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  background-color: #471e64;
  opacity: 0.3;
}

.section__complications {
  min-width: 1650px;
  padding-top: 160px;
  padding-bottom: 170px;
  background-color: #0e0518;
  background-image: url('../images/complications__woman.jpg');
  background-position: 100% 100%;
  background-size: 1361px;
  background-repeat: no-repeat;
}

.sphere-factor-wrapper {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 0px;
}

.section__imbalance {
  position: relative;
  padding-top: 200px;
  padding-bottom: 150px;
  background-color: #f9fbff;
}

.imbalance__chart-wrapper {
  padding-top: 150px;
  padding-bottom: 100px;
}

.ph__container {
  position: relative;
  z-index: 1;
  overflow: visible;
  height: 190vh;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section__therapy {
  padding-top: 11vh;
  padding-bottom: 12vh;
}

.section__recovery {
  padding-top: 140px;
}

.recovery__chart-block {
  position: relative;
  height: 1660px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.chart-block__scale {
  position: -webkit-sticky;
  position: sticky;
  top: 30vh;
  z-index: 2;
  padding-left: 50%;
  -webkit-transform: translate(-63px, 0px);
  -ms-transform: translate(-63px, 0px);
  transform: translate(-63px, 0px);
}

.chart-block__chart-wrapper {
  z-index: 1;
  display: block;
  width: 1200px;
  margin-top: -480px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chart-block__woman-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-left: 600px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.recovery__chart-title-wrapper {
  width: 620px;
  padding-top: 20px;
  padding-left: 63px;
}

.chart-title {
  font-family: RFDewiExtended, sans-serif;
  color: #471e64;
  font-size: 15px;
  font-weight: 400;
}

.recovery__footnote {
  max-width: 500px;
  margin-top: 10px;
  font-family: RFDewiExtended, sans-serif;
  color: rgba(51, 51, 51, 0.35);
  font-size: 11px;
  font-weight: 400;
}

.recovery__probiotik-process {
  height: 457vh;
  padding-left: 0%;
}

.recovery__probiotik-process.lactagel-process {
  height: 200vh;
}

.recovery__probiotik-process.lactagel-process.lactagel-phone {
  display: none;
}

.recovery__probiotik-process.probiotik-phone {
  display: none;
}

.recovery__line {
  position: absolute;
  bottom: 0px;
  width: 384vw;
  height: 1px;
  margin-left: 50vw;
  background-color: rgba(71, 30, 100, 0.3);
}

.recovery__sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.recovery__process-wrapper {
  position: absolute;
  height: 50vh;
}

.recovery__process-content-wrapper {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.recovery__process-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.recovery__process-step.bottle {
  width: auto;
  padding-right: 10vw;
}

.recovery__process-image {
  position: relative;
  z-index: 2;
  min-width: 19vw;
  margin-right: 4vh;
}

.recovery__process-text {
  position: relative;
  width: 100%;
  height: 40vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.recovery__process-sphere {
  position: absolute;
  top: auto;
  width: 40vh;
  height: 40vh;
  border-radius: 500px;
  background-image: linear-gradient(134deg, hsla(0, 0%, 80.4%, 0.42), hsla(0, 0%, 62%, 0) 88%);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.recovery__process-sphere._1-step {
  top: 50%;
  background-image: linear-gradient(134deg, #f1f9ff, hsla(0, 0%, 62%, 0) 88%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.recovery__process-sphere._2-step {
  background-image: linear-gradient(134deg, rgba(214, 212, 243, 0.42), hsla(0, 0%, 62%, 0) 88%);
}

.recovery__process-sphere._3-step {
  background-image: linear-gradient(134deg, rgba(252, 193, 212, 0.42), hsla(0, 0%, 62%, 0) 88%);
}

.recovery__process-sphere._4-step {
  background-image: linear-gradient(134deg, rgba(255, 153, 154, 0.42), hsla(0, 0%, 62%, 0) 88%);
}

.recovery__process-sphere._5-step {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(71, 30, 100, 0.28);
  background-image: none;
}

.recovery__text-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.recovery__step-number {
  padding-bottom: 20px;
  font-family: RFDewiExtended, sans-serif;
  color: #471e64;
  font-size: 17px;
}

.recovery__line-scale {
  position: absolute;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.recovery__line-scale.line-scale__lactagel {
  bottom: 10px;
}

.recovery__scale-division {
  font-family: RFDewiExtended, sans-serif;
  color: #471e64;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.recovery__hairstroke {
  width: 1px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  background-color: #471e64;
}

.recovery__division-day {
  padding-bottom: 15px;
}

.i-dont-know-what-named-this-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-left: 50vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.recovery__arrow-to-process {
  padding-left: 70px;
}

.section__reserve {
  overflow: visible;
  background-color: #eef3fb;
  background-image: none;
}

.reserve__woman-bg {
  position: absolute;
  right: 5vw;
  z-index: 0;
}

.title__wrapper {
  position: relative;
  z-index: 1;
  padding-top: 270px;
}

.reserve__divider {
  position: relative;
  z-index: 2;
  width: 1000px;
  height: 1px;
  margin: 120px auto 65px;
  background-color: #471e64;
}

.lactagel-process__process-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lactagel-process__process-step.box {
  position: relative;
  display: block;
  width: 25vw;
  margin-right: 10vw;
}

.lactagel-process__process-sphere {
  position: absolute;
  top: 50%;
  width: 40vh;
  height: 40vh;
  border-radius: 500px;
  background-image: linear-gradient(137deg, #fff, rgba(255, 216, 234, 0.44) 59%, rgba(230, 199, 255, 0));
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lactagel-process__process-sphere.box {
  top: -50%;
  z-index: 1;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.lactagel-process__process-text {
  position: relative;
  width: 100%;
  height: 40vh;
}

.lactagel-process__line {
  position: absolute;
  bottom: 10px;
  width: 250vh;
  height: 1px;
  margin-left: 50vw;
  background-color: #471e64;
}

.lactagel-process__line.reserve {
  width: 170vw;
}

.image-2 {
  position: relative;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: block;
  width: 20vw;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section__components {
  padding-top: 160px;
  padding-bottom: 170px;
}

.sostav__signs {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.components-wrapper {
  padding-bottom: 150px;
}

.components__gel-photo-wrapper {
  padding-top: 100px;
  padding-bottom: 150px;
}

.components__gel-photo-mask {
  position: relative;
  overflow: hidden;
  height: 455px;
}

.section__methods {
  padding-top: 150px;
  padding-bottom: 170px;
}

.methods__download-button {
  position: relative;
  display: block;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: RFDewiExtended, sans-serif;
  color: #e34885;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.methods__download-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.methods__button-stroke {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #e34885;
}

.methods__list-wrapper {
  padding-bottom: 120px;
}

.methods__link-wrapper {
  padding-bottom: 70px;
}

.section__where-buy {
  padding-top: 150px;
  padding-bottom: 170px;
  background-color: #f9fbff;
}

.where-buy__list {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.where-buy__list-line {
  position: relative;
  display: block;
  padding-bottom: 50px;
  text-decoration: none;
  cursor: none;
}

.where-buy__pharm-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.where-buy__line-stroke {
  position: absolute;
  bottom: 50px;
  width: 100%;
  height: 1px;
  background-color: rgba(71, 30, 100, 0.3);
}

.where-buy__pharm-name {
  width: 50%;
  padding-right: 50px;
}

.where-buy__pharm-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.where-buy__arrow {
  opacity: 1;
}

.where-buy__buy-button {
  display: block;
  width: 450px;
  height: 80px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  background-color: #e34885;
  -webkit-transition: all 300ms cubic-bezier(0, 0, 0, 1.003);
  transition: all 300ms cubic-bezier(0, 0, 0, 1.003);
  font-family: RFDewiExtended, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.section__footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section__footer.footer_mobile {
  display: none;
}

.footer__left-column {
  width: 50%;
  padding-left: 20px;
}

.footer__right-column {
  position: relative;
  width: 50%;
}

.footer__name {
  padding-bottom: 15px;
  font-family: RFDewiExtended, sans-serif;
  color: #471e64;
  font-size: 20px;
  font-weight: 400;
}

.footer__name.footer__name--jet {
  padding-bottom: 0px;
}

.footer__small-text {
  font-family: RFDewiExtended, sans-serif;
  color: #471e64;
  line-height: 24px;
}

.footer__info {
  margin-bottom: 37px;
}

.footer__warning-text {
  padding-bottom: 20px;
  font-family: RFDewiExtended, sans-serif;
  color: #471e64;
  font-size: 30px;
  line-height: 40px;
}

.footer__jet-made-link {
  position: relative;
  display: block;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  text-decoration: none;
}

.footer__made-stroke {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #471e64;
}

.footer__jet-made {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__policy {
  position: static;
  bottom: 46px;
  font-family: RFDewiExtended, sans-serif;
  color: #471e64;
  text-decoration: underline;
}

.footer__policy:hover {
  color: #e34885;
}

.recovey__probiotik-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 330vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recovery__scale-division-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 312vw;
  padding-left: 60vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.recovery__scale-padding {
  width: 100vw;
}

.lactagel__scale-division-padding {
  width: 100vw;
}

.lactagel__scale-division-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120vw;
  padding-left: 56vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ph-bacteria {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 0;
  display: block;
  width: 80vh;
  height: 80vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}

.symptoms__illustration {
  position: absolute;
  top: -110px;
  right: 0px;
  opacity: 0;
}

.symptoms__illustration.tablet {
  display: none;
}

.chart-image {
  display: block;
}

.chart-image.chart-image--tablet {
  display: none;
}

.image-5 {
  display: block;
}

.link-item__line {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: rgba(71, 30, 100, 0.25);
}

.vertical-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 0px;
  background-color: transparent;
}

.nav-menu {
  position: absolute;
  width: 100%;
  padding-right: 15%;
  padding-left: 15%;
  float: none;
}

.nav-menu.mobile {
  display: none;
}

.container {
  position: relative;
  width: 0px;
  height: 100%;
}

.link-item {
  position: relative;
  left: -40vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 2.4vh;
  padding-bottom: 2.4vh;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: RFDewiExtended, sans-serif;
  color: #471e64;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.link-item.w--current {
  border-bottom: 2px solid #e34885;
  color: #e34885;
}

.link-item.buy {
  padding-top: 3.5vh;
  padding-bottom: 3.5vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-weight: 600;
}

.logo-wrapper {
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-wrapper {
  position: relative;
  left: -45vw;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(192, 208, 232, 0.97);
}

.nav-menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 14px 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e34885;
}

.nav-menu-button.mobile {
  display: none;
}

.nav-menu-button.close {
  display: none;
}

.menu-button__line {
  width: 100%;
  height: 2px;
  margin-top: 6px;
  background-color: #fff;
}

.link-block {
  position: absolute;
  left: 15%;
  bottom: 50px;
  width: 90px;
  height: 45px;
  background-image: url('../images/logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-menu__sublogo {
  position: absolute;
  left: 40px;
  top: 70px;
  font-family: RFDewiExtended, sans-serif;
  color: #471e64;
  font-size: 1.3vw;
}

.div-block-14 {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 90px;
  right: 0px;
  width: 80vh;
  height: 80vh;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #471e64;
}

.legend-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.microbe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ea0257;
  font-family: RFDewiExtended, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.microbe.l-iners {
  background-color: #ff7c70;
}

.microbe.atopobium {
  background-color: #2d39c5;
}

.microbe.peptoniphilus {
  background-color: #ec6ec8;
}

.microbe.streptococcus {
  background-color: #65849d;
}

.microbe.gardnerella {
  background-color: #6ba7d9;
}

.microbe.corynebacterium {
  background-color: #efc560;
}

.microbe.anaerococcus {
  background-color: #985054;
}

.legend-wrapper__and-more {
  padding-bottom: 9px;
  font-family: RFDewiExtended, sans-serif;
  color: #7c7c7c;
  font-size: 12px;
  font-weight: 600;
}

.image-8 {
  position: absolute;
  top: -50%;
  display: block;
}

.nav-menu-block {
  position: absolute;
  left: 0vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7vw;
  height: 100vh;
  padding-left: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.topbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: block;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eef3fb;
}

.topbar-buy {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.topbar-buy__text {
  font-family: RFDewiExtended, sans-serif;
  color: #e34885;
  font-size: 18px;
}

.topbar-buy__text.mobile {
  display: none;
}

.topbar-buy__divider {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  height: 0px;
  background-color: #e34885;
}

.topbar__divider {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 0px;
  z-index: 999;
  height: 1px;
  background-color: #c8cdd6;
}

.text-block {
  position: absolute;
  left: 40px;
  top: 35px;
  font-family: RFDewiExtended, sans-serif;
  color: #471e64;
  font-size: 1.5vw;
  font-weight: 700;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-10 {
  width: 18vw;
}

.section__factor {
  position: relative;
  padding-top: 5vh;
  padding-bottom: 10vh;
}

.sphere-factor {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0px;
  width: 60vh;
  height: 60vh;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #f1cce8, rgba(231, 218, 100, 0.22) 61%);
}

.div-block-23 {
  position: relative;
  width: 60vh;
  height: 60vh;
  margin: 50px auto 81px;
  padding-top: 7vh;
  padding-bottom: 5vh;
  cursor: none;
}

.div-block-23.tablet {
  display: none;
}

.div-block-23.mobile {
  display: none;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(238, 243, 251, 0.89);
  opacity: 0;
}

.popup-window {
  position: absolute;
  left: auto;
  top: 0%;
  right: -50vw;
  bottom: 0%;
  overflow: scroll;
  width: 50vw;
  height: 100vh;
  background-color: #eef3fb;
  background-image: url('../images/scroll-icon.svg');
  background-position: 3% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.close-popup {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 70px;
  height: 70px;
  padding-top: 30px;
  padding-right: 30px;
  float: right;
  cursor: pointer;
}

.div-block-24 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #471e64;
  background-image: url('../images/close-p.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.popup-content {
  padding-top: 15vh;
  padding-right: 6vw;
  padding-left: 6vw;
}

.factor__title {
  padding-bottom: 1vh;
  font-family: Lovelace, sans-serif;
  color: #471e64;
  font-size: 1.6vw;
  line-height: 0.8em;
  font-weight: 500;
}

.factor__text {
  font-family: RFDewiExtended, sans-serif;
  color: #471e64;
  font-size: 1vw;
  line-height: 1.6em;
  font-weight: 300;
}

.factor {
  padding-bottom: 5vh;
}

.cursor-dot {
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background-color: #e34885;
  background-image: url('../images/close-p.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 0;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  position: fixed;
}

.div-block-28 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 40vh;
  height: 40vh;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #fff, rgba(255, 216, 234, 0.44) 59%);
}

.textcolumn__subtitle {
  opacity: 0.5;
  font-family: RFDewiExtended, sans-serif;
  color: #471e64;
  font-size: 12px;
}

.sphere-factor__info-icon {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 38px;
  margin-right: auto;
  margin-left: auto;
}

.popup__close-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50vw;
  height: 100vh;
}

.popup-content__title {
  padding-bottom: 7vh;
  font-family: Lovelace, sans-serif;
  color: #471e64;
  font-size: 2.5vw;
  line-height: 1.1em;
  font-weight: 700;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chart-women-names {
  position: absolute;
  left: 30%;
  top: 0px;
}

.woman-name {
  position: relative;
  display: block;
  height: 33px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  opacity: 0.4;
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  font-family: RFDewiExtended, sans-serif;
  color: #471e64;
  font-size: 30px;
  text-decoration: none;
}

.woman-name:hover {
  -webkit-transform: translate(12px, 0px);
  -ms-transform: translate(12px, 0px);
  transform: translate(12px, 0px);
}

.virtual-anchor {
  height: 40vh;
  margin-top: -40vh;
}

.woman-name__divider {
  position: absolute;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: #e34885;
}

.woman-name--mobile {
  display: none;
}

.paragraph-intro {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  font-family: Lovelace, sans-serif;
  color: #471e64;
  font-size: 34px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
}

.paragraph-intro.bold {
  max-width: 520px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.paragraph-intro.bold.testt {
  padding-top: 0px;
  padding-bottom: 45px;
  font-size: 24px;
}

.paragraph-intro.test {
  max-width: 1360px;
  padding-bottom: 97px;
  font-family: Lovelace, sans-serif;
  font-size: 150px;
  line-height: 0.8em;
}

.paragraph-intro.testt {
  max-width: 450px;
  padding-bottom: 30px;
  font-size: 24px;
  line-height: 1.7em;
}

.text-intro-link {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 25px;
  font-family: RFDewiExtended, sans-serif;
  color: #471e64;
  font-size: 24px;
  line-height: 1.6vw;
  font-weight: 600;
  text-align: center;
}

.text-intro-link.test {
  font-family: Lovelace, sans-serif;
  font-size: 150px;
}

.div-block-33 {
  display: block;
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  text-decoration: none;
}

.div-block-33.test {
  padding-top: 0px;
  padding-bottom: 100px;
}

.image-11 {
  display: block;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

.div-block-34 {
  display: block;
  margin-top: -41px;
  padding-bottom: 130px;
}

.div-block-34.test {
  display: block;
  padding-top: 150px;
}

.div-block-35 {
  position: relative;
  width: 600px;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 96px;
  border-radius: 50%;
  background-color: #fff;
}

.div-block-36 {
  position: relative;
  padding-bottom: 128px;
}

.text-intro-subtitle {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  font-family: RFDewiExtended, sans-serif;
  color: #471e64;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 300;
  text-align: center;
}

.bold-text {
  font-weight: 600;
}

.image-12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  background-color: #eef3fb;
}

.loader-svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

html.w-mod-js *[data-ix="intro"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

@media screen and (min-width: 1440px) {
  .logo {
    font-size: 22px;
  }
  .hero__product-photo-wrapper {
    height: 45vh;
  }
  .hero__product-photo {
    width: 28vh;
  }
  .title {
    font-size: 3.5vw;
  }
  .base-text {
    font-size: 0.8vw;
  }
  .text-wrapper.flex-dont-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .accent-text {
    font-size: 1.1vw;
  }
  .textcolumn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .key-text {
    font-size: 2.2vw;
  }
  .recovery__line-scale.line-scale__lactagel {
    z-index: 1;
  }
  .lactagel-process__process-step {
    position: relative;
    z-index: 2;
  }
  .lactagel-process__process-sphere {
    background-image: linear-gradient(137deg, #fff, rgba(255, 216, 234, 0.44) 59%, rgba(230, 199, 255, 0));
  }
  .image-2.salute-woman {
    width: 18vw;
  }
  .close-popup {
    width: 90px;
    height: 90px;
  }
  .cursor-dot {
    z-index: 990;
  }
  .text-block-2 {
    font-size: 1.1vw;
    line-height: 1.4em;
  }
  .div-block-29 {
    height: 60px;
  }
}

@media screen and (max-width: 991px) {
  .logo {
    font-size: 2.8vw;
  }
  .hero__video-block {
    width: 90vw;
    height: 90vw;
    margin-right: auto;
    margin-left: auto;
  }
  .hero__video-block.video-block--right {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero__video-block.video-block--left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section__problem {
    padding-top: 7vw;
    padding-bottom: 10vw;
  }
  .section__container {
    width: 86vw;
    max-width: none;
  }
  .title {
    margin-bottom: 80px;
    font-size: 5.4vh;
    line-height: 1em;
  }
  .title.title--cetre {
    width: auto;
  }
  .base-text {
    font-size: 1.6vh;
    line-height: 1.8em;
  }
  .base-text-wrapper {
    position: relative;
    left: 20%;
    width: 70%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .base-text-wrapper.base-text-wrapper--single {
    left: 20%;
  }
  .base-text-wrapper.base-text-wrapper--complications {
    padding-top: 30px;
  }
  .base-text-wrapper.base-text-wrapper--recovery {
    margin-top: 0px;
  }
  .base-text-wrapper.single-stroke {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .base-text-wrapper.components {
    left: 0%;
  }
  .text-wrapper {
    display: block;
    width: 100%;
  }
  .text-wrapper.text-wrapper--components {
    width: 100%;
  }
  .text-wrapper.text-wrapper--components-result {
    width: 100%;
    text-align: left;
  }
  .accent-text-wrapper {
    width: 100%;
  }
  .accent-text {
    font-size: 1.9vh;
  }
  .key-text-wrapper {
    position: relative;
    left: 20%;
    width: 70%;
  }
  .key-text-wrapper.single {
    padding-left: 0%;
  }
  .key-text-wrapper.title {
    width: auto;
    margin-bottom: 8vh;
    padding-top: 3vh;
    padding-left: 0%;
  }
  .key-text-wrapper.margin-top {
    margin-top: 3.5vh;
  }
  .textcolumn {
    position: relative;
    width: 100%;
  }
  .textcolumn.margin {
    padding-bottom: 3vh;
  }
  .key-text {
    font-size: 2.7vh;
  }
  .key-text.keytext__white {
    display: none;
  }
  .key-text.keytext__white.tablet {
    display: block;
  }
  .key-text.center {
    width: 80vw;
  }
  .section__symptoms {
    padding-top: 7vw;
  }
  .listitem__basetext {
    padding-top: 10px;
  }
  .listlinewrapper {
    display: none;
    width: 100%;
  }
  .listlinewrapper.list-wrapper--tablet {
    display: block;
    padding-top: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .listlinewrapper.list-wrapper--tablet.healing {
    margin-bottom: 80px;
    padding-top: 0px;
  }
  .section__complications {
    min-width: auto;
    padding-top: 7vw;
    padding-bottom: 600px;
    background-position: 73% 100%;
    background-size: 1150px;
  }
  .section__imbalance {
    padding-top: 7vw;
    padding-bottom: 10vw;
  }
  .ph__container {
    height: 200vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section__therapy {
    padding-top: 150px;
    padding-bottom: 1px;
  }
  .section__recovery {
    padding-bottom: 0px;
  }
  .recovery__chart-block {
    height: 2050px;
    padding-bottom: 10vh;
  }
  .chart-block__scale {
    padding-left: 20%;
    -webkit-transform: translate(-5%, 0px);
    -ms-transform: translate(-5%, 0px);
    transform: translate(-5%, 0px);
  }
  .chart-block__chart-wrapper {
    width: 90%;
    margin-top: -470px;
  }
  .chart-block__woman-chart {
    margin-bottom: 170px;
    padding-left: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .recovery__chart-title-wrapper {
    width: auto;
  }
  .recovery__probiotik-process {
    height: 600vh;
  }
  .recovery__probiotik-process.lactagel-process {
    height: 260vh;
  }
  .recovery__line {
    width: 720vw;
    margin-left: 32vw;
  }
  .image {
    width: 100%;
    max-width: 548px;
  }
  .recovery__process-step {
    width: 90vw;
  }
  .recovery__process-image {
    min-width: 40vw;
  }
  .recovery__process-text {
    height: 25vh;
  }
  .recovery__process-sphere._2-step {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .recovery__process-sphere._3-step {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .recovery__process-sphere._4-step {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .recovery__process-sphere._5-step {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .i-dont-know-what-named-this-block {
    width: 85vw;
    margin-right: 7vw;
    margin-left: 7vw;
    padding-left: 0vw;
  }
  .recovery__arrow-to-process {
    display: none;
  }
  .section__reserve {
    padding-top: 7vw;
    padding-bottom: 0px;
  }
  .reserve__woman-bg {
    top: 138px;
  }
  .title__wrapper {
    position: relative;
    padding-top: 0px;
  }
  .reserve__divider {
    width: 85vw;
    margin-top: 450px;
  }
  .lactagel-process__process-step {
    width: 90vw;
  }
  .lactagel-process__process-step.box {
    width: 80vw;
  }
  .lactagel-process__line {
    width: 3260px;
    margin-left: 32vw;
  }
  .lactagel-process__line.reserve {
    width: 310vw;
  }
  .image-2 {
    width: 40vw;
  }
  .image-2.salute-woman {
    width: 40vw;
  }
  .section__components {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .section__methods {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .methods__list-wrapper {
    padding-bottom: 60px;
  }
  .section__where-buy {
    padding-top: 10vw;
    padding-bottom: 14vw;
  }
  .where-buy__list {
    width: 100%;
  }
  .footer__left-column {
    padding-right: 0px;
    padding-left: 20px;
  }
  .recovey__probiotik-steps {
    width: 650vw;
  }
  .recovery__scale-division-wrapper {
    width: 650vw;
  }
  .lactagel__scale-division-wrapper {
    width: 230vw;
  }
  .ph-bacteria {
    width: 90vw;
    height: 90vw;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .ph-bacteria.ph-3-5 {
    max-width: none;
  }
  .symptoms__illustration {
    display: none;
    opacity: 1;
  }
  .symptoms__illustration.tablet {
    top: 47px;
    display: block;
  }
  .chart-image {
    display: none;
  }
  .chart-image.chart-image--tablet {
    display: block;
    width: 95vw;
    max-width: none;
    -webkit-transform: translate(-6%, 0px);
    -ms-transform: translate(-6%, 0px);
    transform: translate(-6%, 0px);
  }
  .vertical-navbar {
    left: -100vw;
    right: 0px;
    width: 100vw;
    height: 100vh;
  }
  .nav-menu {
    display: none;
    width: auto;
  }
  .nav-menu.mobile {
    position: relative;
    top: 10vh;
    display: block;
    padding-right: 10%;
    padding-left: 10%;
  }
  .container {
    width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
  }
  .link-item {
    left: auto;
    display: block;
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
    border-bottom: 1px solid rgba(71, 30, 100, 0.4);
    text-align: center;
  }
  .link-item.w--current {
    border-bottom-width: 2px;
  }
  .logo-wrapper {
    left: 3vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .nav-menu-wrapper {
    position: absolute;
    left: auto;
    z-index: 2;
    display: block;
    width: 100vw;
    background-color: rgba(192, 208, 232, 0.9);
  }
  .nav-menu-button {
    left: auto;
    top: 2vw;
    right: 3vw;
    display: none;
    width: 35px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-menu-button.mobile {
    position: relative;
    top: auto;
    right: auto;
    z-index: 999;
    display: block;
    width: 50px;
    background-color: transparent;
    cursor: pointer;
  }
  .nav-menu-button.close {
    position: absolute;
    left: 20px;
    top: 10px;
    right: auto;
    z-index: 200;
    display: block;
    width: 50px;
    background-color: transparent;
  }
  .menu-button__line {
    width: 100%;
    height: 2px;
    margin-top: 6px;
    margin-left: 0px;
    background-color: #e34885;
  }
  .link-block {
    left: 0px;
    right: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-menu__sublogo {
    left: 0vw;
    top: 55px;
    right: 0px;
    font-size: 18px;
    text-align: center;
  }
  .div-block-14 {
    top: 15vh;
    width: 90vw;
    height: 90vw;
  }
  .image-8 {
    -webkit-transform: translate(0px, 50%);
    -ms-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
  }
  .nav-menu-block {
    display: none;
  }
  .topbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .text-block {
    position: absolute;
    left: 0px;
    right: 0px;
    font-size: 20px;
    text-align: center;
  }
  .section__factor {
    padding-top: 1vh;
  }
  .div-block-23 {
    display: none;
  }
  .div-block-23.tablet {
    display: block;
  }
  .popup {
    display: none;
    opacity: 0;
  }
  .popup-window {
    right: -80vw;
    width: 80vw;
    background-image: url('../images/touch-scroll-icon.svg');
    background-position: 2% 50%;
    background-size: 30px;
  }
  .popup-content {
    padding-left: 8vw;
  }
  .factor__title {
    font-size: 2.5vh;
  }
  .factor__text {
    font-size: 1.4vh;
  }
  .popup__close-btn {
    display: block;
    width: 20vw;
  }
  .popup-content__title {
    font-size: 3.3vh;
  }
  .div-block-29 {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }
  .chart-women-names {
    display: none;
  }
  .virtual-anchor {
    display: none;
  }
  .woman-name--mobile {
    display: block;
    padding-bottom: 15px;
    font-family: RFDewiExtended, sans-serif;
    color: #471e64;
    font-size: 20px;
  }
  .paragraph-intro {
    max-width: 600px;
    font-size: 30px;
  }
  .text-intro-link {
    font-size: 20px;
  }
  .div-block-34 {
    padding-bottom: 100px;
  }
  .text-intro-subtitle {
    max-width: 600px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .base-text-wrapper {
    left: 0%;
  }
  .key-text-wrapper {
    left: 0%;
    width: 100%;
  }
  .key-text-wrapper.single {
    width: 100%;
    padding-left: 0%;
  }
  .ph-bacteria {
    max-width: none;
  }
  .div-block-23.tablet {
    display: none;
  }
  .div-block-23.mobile {
    display: block;
  }
  .paragraph-intro {
    max-width: 90%;
  }
  .div-block-33 {
    max-width: 90%;
  }
  .text-intro-subtitle {
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .hero__title {
    font-size: 13vw;
    line-height: 1em;
  }
  .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
  }
  .link-item__button {
    font-size: 18px;
  }
  .scroll-down-button {
    display: none;
  }
  .hero__video-wrapper {
    margin-right: auto;
    margin-left: auto;
  }
  .hero__video-block.video-block--right {
    width: 95vw;
    height: 95vw;
    margin-right: auto;
    margin-left: auto;
    border-radius: 500px;
  }
  .hero__video-block.video-block--left {
    width: 95vw;
    height: 95vw;
  }
  .hero__video.video--accomplice {
    width: 100%;
    border-radius: 50%;
  }
  .hero__product-photo-wrapper {
    width: 100%;
    border-radius: 0px;
  }
  .hero__product-photo {
    width: 25vh;
  }
  .section__problem {
    padding-top: 8vw;
    padding-bottom: 14vw;
  }
  .section__container {
    position: static;
    width: 92vw;
    padding-top: 15vw;
    padding-bottom: 10vw;
  }
  .section__container.section__container--footer {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .title {
    margin-bottom: 60px;
    font-size: 5.5vh;
    line-height: 1em;
  }
  .base-text {
    font-size: 2.5vh;
    line-height: 1.6em;
  }
  .base-text.paragraphitem {
    margin-bottom: 20px;
  }
  .base-text-wrapper {
    position: static;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .base-text-wrapper.base-text-wrapper--single {
    position: static;
    width: 100%;
  }
  .base-text-wrapper.base-text-wrapper--complications {
    padding-top: 30px;
  }
  .base-text-wrapper.base-text-wrapper--recovery {
    padding-top: 20px;
  }
  .text-wrapper.text-wrapper--ident {
    margin-top: 50px;
  }
  .text-wrapper.text-wrapper--components {
    padding: 30px;
  }
  .text-wrapper.text-wrapper--components-result {
    padding: 30px;
  }
  .problem__spheres-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0%;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .problem__sphere {
    width: 85vw;
    height: 85vw;
    margin-bottom: 40px;
  }
  .problem__woman.woman-left {
    left: 47%;
    top: 6%;
    width: 85vw;
    height: 85vw;
  }
  .problem__woman.woman-center {
    top: 6%;
    width: 85vw;
    height: 85vw;
  }
  .problem__woman.woman-right {
    top: 6%;
    width: 85vw;
    height: 85vw;
  }
  .accent-text-wrapper {
    margin-right: 0px;
    padding-bottom: 30px;
  }
  .accent-text {
    font-size: 3vh;
  }
  .accent-text.center {
    top: 3%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 2.3vh;
    font-weight: 600;
  }
  .key-text-wrapper {
    position: static;
    width: 100%;
  }
  .key-text {
    margin-bottom: 10px;
    font-size: 4vh;
    line-height: 1.3em;
  }
  .key-text.keytext__white {
    line-height: 1.3em;
  }
  .key-text.center {
    width: auto;
  }
  .section__symptoms {
    padding-bottom: 14vw;
  }
  .listitem__basetext {
    width: 100%;
    margin-right: 0px;
    padding-top: 0px;
  }
  .listlinewrapper.list-wrapper--tablet {
    padding-top: 210px;
  }
  .section__complications {
    padding-top: 8vw;
    padding-bottom: 465px;
    background-position: 67% 100%;
    background-size: 830px;
  }
  .sphere-factor-wrapper {
    position: static;
    z-index: 0;
    width: 90vw;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .imbalance__chart-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ph__container {
    height: 160vh;
  }
  .section__therapy {
    padding-top: 60px;
  }
  .section__recovery {
    padding-top: 0vh;
  }
  .recovery__chart-block {
    height: 210vh;
    padding-top: 15vw;
    padding-bottom: 0px;
  }
  .chart-block__scale {
    padding-left: 0%;
    -webkit-transform: translate(-5%, 0px);
    -ms-transform: translate(-5%, 0px);
    transform: translate(-5%, 0px);
  }
  .chart-block__chart-wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    margin-top: 0px;
  }
  .chart-block__woman-chart {
    display: block;
    margin-bottom: 20vh;
    padding-left: 0%;
  }
  .chart-block__woman-chart.end {
    margin-bottom: 0vw;
  }
  .recovery__chart-title-wrapper {
    padding-left: 10%;
  }
  .chart-title {
    font-size: 12px;
    font-weight: 400;
  }
  .recovery__footnote {
    font-size: 10px;
    line-height: 18px;
  }
  .recovery__probiotik-process {
    display: none;
  }
  .recovery__probiotik-process.lactagel-process {
    display: none;
  }
  .recovery__probiotik-process.lactagel-process.lactagel-phone {
    position: relative;
    display: block;
    height: auto;
    padding-left: 10px;
  }
  .recovery__probiotik-process.probiotik-phone {
    position: relative;
    display: block;
    height: auto;
    padding-top: 20vw;
  }
  .recovery__line {
    top: 487px;
    right: 55px;
    bottom: auto;
    width: 1px;
    height: 420vh;
  }
  .recovery__sticky-wrapper {
    position: static;
    display: block;
    height: auto;
  }
  .recovery__process-wrapper {
    position: static;
    min-height: auto;
  }
  .recovery__process-content-wrapper {
    position: static;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .image {
    width: 100%;
    height: 22vh;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .recovery__process-step {
    display: block;
    width: 100%;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-bottom: 5vh;
    padding-left: 10px;
  }
  .recovery__process-image {
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .recovery__process-text {
    height: auto;
    padding-top: 0px;
  }
  .recovery__process-sphere._1-step {
    position: relative;
    width: 80vw;
    height: 80vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .recovery__process-sphere._2-step {
    position: relative;
    width: 80vw;
    height: 80vw;
    margin-right: auto;
    margin-left: 0vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .recovery__process-sphere._3-step {
    position: relative;
    width: 80vw;
    height: 80vw;
    margin-right: auto;
    margin-left: 0vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .recovery__process-sphere._4-step {
    position: relative;
    width: 80vw;
    height: 80vw;
    margin-right: auto;
    margin-left: 0vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .recovery__process-sphere._5-step {
    position: relative;
    width: 80vw;
    height: 80vw;
    margin-right: auto;
    margin-left: 0vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .recovery__text-wrapper {
    position: static;
    width: 65vw;
    min-height: auto;
    margin-right: auto;
    margin-left: 10px;
    padding-top: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .recovery__line-scale {
    top: 220vh;
    right: 2px;
    bottom: auto;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .recovery__line-scale.line-scale__lactagel {
    top: 722px;
  }
  .recovery__scale-division {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 12vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: right;
  }
  .recovery__scale-division.recovery__lactagel-scale-division {
    height: 100px;
    margin-right: 0px;
  }
  .recovery__hairstroke {
    width: 8px;
    height: 1px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: 0px;
  }
  .recovery__division-day {
    padding-right: 0px;
    padding-left: 10px;
    text-align: left;
  }
  .i-dont-know-what-named-this-block {
    display: block;
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 60px;
  }
  .reserve__woman-bg {
    position: static;
    margin-left: -13%;
  }
  .reserve__divider {
    width: 92vw;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .lactagel-process__process-step {
    display: block;
    width: auto;
    height: auto;
    padding-bottom: 18vh;
  }
  .lactagel-process__process-step.box {
    width: 300px;
    height: 300px;
    margin-right: 0px;
  }
  .lactagel-process__process-sphere {
    position: relative;
    width: 80vw;
    height: 80vw;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: 2vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .lactagel-process__process-sphere.box {
    position: static;
    width: 80vw;
    height: 80vw;
    margin-left: 0vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .lactagel-process__line {
    top: 254px;
    right: 55px;
    bottom: auto;
    width: 1px;
    height: 190vh;
  }
  .image-2 {
    width: 250px;
  }
  .components-wrapper {
    padding-bottom: 60px;
  }
  .components__gel-photo-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .components__gel-photo-mask {
    height: 200px;
  }
  .where-buy__pharm-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .where-buy__pharm-logo {
    display: block;
  }
  .where-buy__arrow {
    display: none;
  }
  .where-buy__buy-button {
    width: 90vw;
    padding-top: 25px;
    font-size: 6vw;
    line-height: 1em;
  }
  .section__footer {
    display: none;
  }
  .section__footer.footer_mobile {
    display: block;
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .footer__left-column {
    width: 100%;
    padding-right: 0px;
  }
  .footer__right-column {
    width: 100%;
  }
  .footer__info {
    margin-bottom: 0px;
    padding-top: 30px;
  }
  .footer__jet-made-link {
    width: auto;
    padding-top: 28px;
    padding-left: 0px;
  }
  .footer__made-stroke {
    opacity: 0.39;
  }
  .footer__policy {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .recovey__probiotik-steps {
    display: block;
    width: auto;
  }
  .recovery__scale-division-wrapper {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .lactagel__scale-division-wrapper {
    display: block;
    padding-left: 0px;
  }
  .symptoms__illustration.tablet {
    left: 0px;
    top: 22px;
    height: 150px;
  }
  .image-5 {
    position: absolute;
    left: 0px;
    top: 50%;
    right: 0px;
    display: block;
    width: 70vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .image-7 {
    position: absolute;
    left: 0px;
    top: 50%;
    right: 0px;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .vertical-navbar {
    left: -100vw;
  }
  .nav-menu.mobile {
    top: 120px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .link-item {
    padding-top: 3vh;
    padding-bottom: 2vh;
    border-bottom-color: rgba(71, 30, 100, 0.2);
  }
  .logo-wrapper {
    left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-menu-wrapper {
    background-color: rgba(192, 208, 232, 0.97);
  }
  .nav-menu-button.mobile {
    width: 35px;
    padding: 10px 0px 14px;
  }
  .nav-menu-button.close {
    width: 42px;
  }
  .menu-button__line {
    margin-top: 4px;
  }
  .link-block {
    left: 0%;
    bottom: 30px;
    width: 100%;
    height: 35px;
    background-size: contain;
  }
  .nav-menu__sublogo {
    left: 20px;
    top: 50px;
    right: 20px;
    font-size: 14px;
  }
  .div-block-14 {
    top: 20%;
  }
  .bottle {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-8 {
    top: 0%;
  }
  .topbar {
    padding-right: 20px;
    padding-left: 20px;
  }
  .topbar-buy {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .topbar-buy__text {
    display: none;
    font-size: 14px;
  }
  .topbar-buy__text.mobile {
    display: block;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .topbar__divider {
    left: 20px;
    right: 20px;
  }
  .image-9 {
    max-width: 34px;
  }
  .section__factor {
    position: static;
    padding-bottom: 7vh;
  }
  .sphere-factor {
    position: static;
    width: 90vw;
    height: 90vw;
  }
  .div-block-23 {
    width: 90vw;
    height: 90vw;
    margin-bottom: 39px;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }
  .popup {
    display: none;
    opacity: 0;
  }
  .popup-window {
    right: -100vw;
    width: 100vw;
  }
  .close-popup {
    width: 17vw;
    height: 17vw;
  }
  .factor__title {
    padding-bottom: 3vh;
    font-size: 3.4vh;
  }
  .factor__text {
    font-size: 2vh;
  }
  .factor {
    padding-bottom: 6vh;
  }
  .sphere-factor__info-icon {
    bottom: 6%;
  }
  .popup__close-btn {
    display: none;
  }
  .popup-content__title {
    font-size: 4vh;
  }
  .woman-name--mobile {
    display: block;
    padding-bottom: 8px;
    font-size: 2.5vh;
    line-height: 1.1em;
  }
  .paragraph-intro {
    max-width: 90%;
    font-size: 6vw;
  }
  .paragraph-intro.bold {
    height: auto;
    font-size: 8vw;
  }
  .text-intro-link {
    font-size: 5vw;
    line-height: 1.2em;
  }
  .div-block-34 {
    padding-bottom: 60px;
  }
  .text-intro-subtitle {
    font-size: 5vw;
  }
}

@font-face {
  font-family: 'Lovelace';
  src: url('../fonts/Lovelace-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lovelace';
  src: url('../fonts/Lovelace-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'RFDewiExtended';
  src: url('../fonts/RFDewiExtended-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'RFDewiExtended';
  src: url('../fonts/RFDewiExtended-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'RFDewiExtended';
  src: url('../fonts/RFDewiExtended-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lovelace';
  src: url('../fonts/Lovelace-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lovelace';
  src: url('../fonts/Lovelace-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Lovelace';
  src: url('../fonts/Lovelace-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'RFDewiExtended';
  src: url('../fonts/Russian-Fonts---RFDewiExtended-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}