:root {
  --red: #c40000;
  --141414: white;
  --dark-black: #141414;
  --b: #1160a1;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #f3f3f3;
  font-family: Circularstd Book, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.list {
  color: #2d2d2d;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 30px;
  font-family: Circularstd Book, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  list-style-type: disc;
}

.list.top40 {
  margin-top: 40px;
}

.list.top20 {
  margin-top: 20px;
}

.hero-section {
  z-index: 0;
  background-color: #e9e9e9;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.main-container {
  max-width: none;
  text-align: center;
  position: relative;
}

.hero-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.block-grey {
  background-color: #f1f1f1;
  padding: 40px 80px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

.paragraph-footer {
  color: #121212;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.hero-image-block-2 {
  width: 40%;
}

.hero-content-block-2 {
  width: 60%;
}

.block-30 {
  background-color: #fff;
  border: 0 solid #000;
  border-top-width: 1px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  margin-top: 0;
  padding: 40px 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

.footer-block {
  max-width: 980px;
  text-align: left;
  padding: 40px 80px;
  display: inline-block;
}

.footer-section {
  max-width: none;
  background-color: #fff;
  padding-top: 20px;
}

.section-first {
  z-index: 2;
  margin-top: 0;
}

.block-no-bg {
  margin-bottom: 0;
  padding: 40px 80px;
}

.block-no-bg.profuct-block {
  padding-left: 0;
  padding-right: 0;
}

.text-span-2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
}

.blockquote {
  width: 600px;
  border: 2px dashed var(--red);
  text-align: left;
  background-color: #f7f7f7;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 20px auto;
  padding: 30px 40px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

.bodytext {
  color: #2d2d2d;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.bodytext.product-content {
  width: 600px;
  color: var(--141414);
  margin-bottom: 0;
}

.bodytext.testimonial-content {
  border-left: 10px solid var(--red);
  background-color: #fff;
  margin-bottom: 0;
  padding: 20px 10px 20px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.bodytext.top15 {
  margin-top: 15px;
}

.bodytext.slabo-font {
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 24px;
}

.bodytext.bot30 {
  margin-bottom: 30px;
}

.bodytext.white {
  color: #fff;
}

.bodytext.white.top20 {
  margin-top: 20px;
}

.bold-text-2 {
  font-size: 36px;
  line-height: 36px;
}

.div-block-2 {
  width: 12px;
  background-color: var(--red);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.block-product-intro {
  padding: 40px 80px 20px;
}

.productname {
  width: 600px;
  color: #d80404;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Circularstd Black, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 50px;
}

.image-6 {
  position: absolute;
  top: -60px;
  bottom: auto;
  left: auto;
  right: 100px;
}

.testi-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 2px none var(--red);
  background-color: #f7f7f7;
  border-radius: 15px;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .1);
}

.testi-box.top30 {
  border-style: none;
  border-radius: 25px;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 1px 20px -2px rgba(0, 0, 0, .15);
}

.image-7 {
  width: 170px;
  border-radius: 15px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .3);
}

.product-options {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 60px;
  padding: 0;
}

.div-block-5 {
  z-index: -1;
  width: 80%;
  height: 100%;
  background-color: #f0b1b1;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-5.redblock {
  background-color: #d80404;
}

.div-block-6 {
  height: 620px;
  text-align: center;
  background-image: url('../images/bg-bottle_1bg-bottle.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-6.first {
  height: 570px;
  border-radius: 0;
}

.div-block-7 {
  width: 100%;
  position: relative;
}

.div-block-7.middle {
  margin-top: -25px;
}

.heading-13 {
  color: #1e0c30;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 120%;
}

.heading-14 {
  color: #999;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Circularstd Book, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

.heading-14.top-10 {
  margin-top: -10px;
}

.image-8 {
  width: 80px;
  margin: 20px auto;
}

.image-8._2 {
  width: auto;
}

.heading-15 {
  color: #2d2d2d;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.link-block {
  width: 225px;
  height: 55px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #5cb85c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: #449d44;
}

.text-block {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  text-decoration: none;
}

.image-9 {
  width: 24px;
}

.image-10 {
  margin-top: 5px;
}

.heading-17 {
  color: #2d2d2d;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.link-11 {
  color: #337ab7;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.div-block-8 {
  width: 2px;
  background-color: #337ab7;
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

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

.divider-500 {
  width: 500px;
  height: 1px;
  background-color: #d9d9d9;
  margin: 10px auto;
}

.subheading-40 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

.underline {
  text-decoration: underline;
}

.hl-65 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 65px;
  font-weight: 900;
  line-height: 70px;
}

.hl-65.white {
  color: var(--141414);
  margin-top: 0;
}

.slabo30 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.slabo30.white {
  color: var(--141414);
}

.list-bigger {
  margin-bottom: 10px;
  font-size: 22px;
}

.hl-35 {
  color: #2f2f2f;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 40px;
}

.hl-35.top15 {
  margin-top: 15px;
  padding-top: 0;
}

.hl-35.top20 {
  margin-top: 20px;
}

.hl-35.top30 {
  margin-top: 30px;
}

.hl-35.top10 {
  margin-top: 10px;
}

.hl-35.top5 {
  margin-top: 5px;
}

.hl-35.padding100 {
  padding-left: 100px;
  padding-right: 100px;
}

.hl-35.tio-15 {
  margin-top: -10px;
}

.hl-35.blue, .hl-35.blue.padding100 {
  color: #1160a1;
}

.hl-35.padding60 {
  padding-left: 60px;
  padding-right: 60px;
}

.hl-60 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 65px;
}

.image-13 {
  width: 300px;
  text-align: center;
  object-fit: fill;
}

.img-container {
  width: 100%;
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.img-container.top0, .img-container.top-20 {
  margin-top: 0;
}

.img-container.top15 {
  margin-top: 15px;
}

.hl-50 {
  text-align: center;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 50px;
  line-height: 55px;
  display: block;
}

.hl-50.white {
  color: #fff;
}

.hl-50.white.outline {
  color: #7cff7c;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--dark-black);
  text-shadow: 3px 1px 1px rgba(0, 0, 0, .4);
  border: 0 solid #000;
}

.hl-50.top-10 {
  margin-top: -10px;
  display: block;
}

.hl-50.top-10.green {
  color: #1ab22e;
}

.hl-50.top20 {
  margin-top: 20px;
}

.hl-50.top30.brightblue {
  color: #00f;
}

.list--regular {
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-weight: 400;
}

.divider-750 {
  width: 750px;
  height: 1px;
  background-color: #838383;
  margin: 10px auto;
}

.divider-750.lighter {
  width: 750px;
  height: 1px;
  background-color: #13bcff;
}

.hl-45 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.hl-45.white {
  color: var(--141414);
}

.hl-55 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 55px;
  line-height: 60px;
}

.hl-55.red {
  color: var(--red);
}

.hl-30 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.hl-30.bot30 {
  margin-bottom: 30px;
}

.hl-30.white {
  color: var(--141414);
}

.hl-30.top-10 {
  margin-top: -10px;
}

.block-white-bottom {
  background-color: #fff;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 40px 80px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

._2column-stack {
  margin-bottom: 30px;
  padding: 0;
}

.block-white-mid {
  background-color: #fff;
  border-radius: 0;
  padding: 40px 80px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

.block-color {
  color: var(--141414);
  background-image: url('../images/bg_funnel_1bg_funnel.webp');
  background-position: 50%;
  background-size: cover;
  padding: 50px 0;
}

.section-product {
  color: var(--141414);
  background-image: url('../images/bg_funnel_1bg_funnel.webp');
  background-position: 50%;
  background-size: cover;
  padding: 20px 80px;
}

.strike {
  text-decoration: line-through;
}

.top30 {
  margin-top: 30px;
}

.hl-80 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 85px;
}

.hl-80.red {
  color: var(--red);
}

.hl-80.top30 {
  margin-top: 30px;
}

.hl-40 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.hl-40.top-10 {
  margin-top: -10px;
}

.hl-40.blue {
  color: #1160a1;
}

.slabo35 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.slabo35.white {
  color: var(--141414);
}

.slabo25 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.slabo25.white {
  color: var(--141414);
}

.divider-250 {
  width: 250px;
  height: 1px;
  background-color: #d9d9d9;
  margin: 10px auto;
}

.subheading-35 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.subheading-30 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.subheading-25 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.subheading-25.white {
  color: var(--141414);
}

.subheading-25.white2 {
  color: #02c0ff;
}

.subheading-25.top10, .subheading-25.top20 {
  margin-top: 20px;
}

.text-span-3 {
  text-decoration: underline;
}

.div-block-10 {
  justify-content: center;
  display: flex;
}

.container-first {
  max-width: 840px;
  margin-top: 30px;
  padding-bottom: 20px;
}

.hl-27 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 27px;
  line-height: 32px;
}

.hl-27.bot30 {
  margin-bottom: 30px;
}

.hl-27.bot30.white {
  color: #fff;
}

.hl-27.topbot30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.hl-27.left {
  text-align: left;
}

.container30 {
  padding-left: 30px;
  padding-right: 30px;
}

.container100 {
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 100px;
}

.section-full {
  background-color: #fff;
  padding-bottom: 0;
  display: block;
}

.container840 {
  max-width: 840px;
}

.section-box {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 40px;
}

.container-white {
  max-width: 840px;
  background-color: #fff;
  background-image: url('../images/main-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 #000;
  border-radius: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .2);
}

.container-white.top-50 {
  background-image: none;
  margin-top: -50px;
  box-shadow: 0 2px 10px 8px rgba(0, 0, 0, .1);
}

.container-white.radius-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.container-white.radius-bottom.bottle-bg {
  background-image: url('../images/bottle-bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  box-shadow: 0 2px 8px 10px rgba(0, 0, 0, .07);
}

.block30 {
  padding-left: 30px;
  padding-right: 30px;
}

.block100 {
  margin-top: 30px;
  padding-left: 100px;
  padding-right: 100px;
}

.container-no-bg {
  max-width: 840px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-no-bg.top15 {
  margin-top: 15px;
}

.section-color {
  background-color: #b8dbf5;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-color.bot50 {
  padding-bottom: 70px;
}

.section-color.top30 {
  padding-top: 0;
}

.section-color.top30.bot50 {
  background-color: #b8dbf5;
}

.block50 {
  padding-left: 50px;
  padding-right: 50px;
}

.container-color {
  max-width: 840px;
  background-color: #1160a1;
  border: 0 #000;
  border-radius: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .2);
}

.container-color.top-50 {
  margin-top: -50px;
}

.container-color.radius-top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.container-color.radius-top.top-50.topbot10 {
  padding-top: 10px;
  padding-bottom: 0;
  box-shadow: 0 2px 8px 10px rgba(0, 0, 0, .07);
}

.container-color.radius-top.top30 {
  margin-top: 50px;
}

.container-color.radius-top.top30.pad10 {
  padding-top: 10px;
  padding-bottom: 0;
}

.container-color.radius-top.top50 {
  margin-top: 50px;
}

.top-20 {
  margin-top: -25px;
}

.container-no-bg-wider {
  max-width: 880px;
  padding-bottom: 10px;
}

.container-no-bg-wider.top15 {
  margin-top: 15px;
}

.orderbox {
  text-align: center;
  background-color: #fff;
  background-image: url('../images/main-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 5px solid #e4e4e4;
  border-radius: 15px;
  align-items: center;
  padding: 20px 30px;
}

.quick-stack {
  width: auto;
  max-width: none;
  padding-top: 10px;
  padding-bottom: 0;
}

.subheading-22 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.subheading-22.white {
  color: var(--141414);
}

.subheading-22.top0 {
  margin-top: 0;
}

.subheading-22.grey {
  color: #929292;
}

.subheading-22.green {
  color: #1ab22e;
}

.subheading-22.white2 {
  color: #13bcff;
}

.cell-7 {
  align-items: center;
}

.cell-8 {
  background-color: #fff;
  border: 5px solid #e0e0e0;
  border-radius: 15px;
  align-items: center;
  padding: 20px 30px;
}

.img-container0 {
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-top: 0;
  display: block;
}

.img-container0.top0, .img-container0.top-20 {
  margin-top: 0;
}

.img-container0.top15 {
  margin-top: 15px;
}

.guarantee {
  max-width: 150px;
}

.payment {
  margin-top: 15px;
}

.img-smaller {
  max-width: 250px;
}

.hl-25 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 25px;
  line-height: 33px;
}

.hl-25.bot30 {
  margin-bottom: 30px;
}

.hl-25.bot30.white {
  color: #fff;
}

.hl-25.topbot30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.hl-25.padding100 {
  padding-left: 100px;
  padding-right: 100px;
}

.hl-25.top20 {
  margin-top: 20px;
}

.subheading-20 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.subheading-20.white {
  color: var(--141414);
}

.subheading-20.top0 {
  margin-top: 0;
}

.subheading-20.grey {
  color: #929292;
}

.subheading-20.green {
  color: #1ab22e;
}

.subheading-20.top-5 {
  margin-top: -5px;
}

.subheading-20.top20 {
  margin-top: 20px;
}

.stack-price {
  width: auto;
  max-width: none;
  padding-top: 10px;
  padding-bottom: 0;
}

.container-red {
  max-width: 840px;
  color: #fff;
  background-color: #bd2727;
  border: 0 #000;
  border-radius: 15px;
  margin-top: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .2);
}

.container-red.top-50 {
  margin-top: -50px;
}

.container-red.radius-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.img-phytage {
  width: 100%;
  justify-content: center;
  margin-top: 5px;
  display: flex;
}

.img-phytage.top0, .img-phytage.top-20 {
  margin-top: 0;
}

.img-phytage.top15 {
  margin-top: 15px;
}

.image-14 {
  max-width: 180px;
}

.divider-750-2 {
  width: 750px;
  height: 1px;
  background-color: #cfcfcf;
  margin: 10px auto;
}

.divider-750-2.bot30 {
  margin-bottom: 30px;
}

.blueline {
  color: #1160a1;
  text-decoration: underline;
}

.red {
  color: #bd2727;
}

.green {
  color: green;
}

.image-15 {
  max-width: 95%;
  border-radius: 15px;
  box-shadow: 3px 3px 11px 7px rgba(0, 0, 0, .08);
}

.divider-600 {
  width: 600px;
  height: 1px;
  color: #b4b4b4;
  background-color: #86a4ff;
  margin: 10px auto;
}

.number {
  width: 70px;
  max-width: 100%;
  margin-top: -30px;
}

.redline {
  color: var(--red);
  text-decoration: underline;
}

.container-white-bg {
  max-width: 840px;
  background-color: #fff;
  background-image: url('../images/main-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 #000;
  border-radius: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 2px 10px 8px rgba(0, 0, 0, .1);
}

.container-white-bg.top-50 {
  margin-top: -50px;
}

.container-white-bg.radius-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.container-white-bg.radius-bottom.bottle-bg {
  background-image: url('../images/bottle-bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.blue-bg {
  width: 350px;
  max-width: 100%;
  background-color: #1160a1;
  padding-left: 10px;
  padding-right: 10px;
}

.hl-38 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 38px;
  line-height: 45px;
}

.hl-38.top-10 {
  margin-top: -10px;
}

.hl-38.blue {
  color: #1160a1;
}

.bottle1 {
  width: 180px;
}

@media screen and (min-width: 1440px) {
  .hero-section {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/002.png'), url('../images/002.png');
    background-position: 50% 0, 0 0;
    background-size: auto, auto;
    background-clip: border-box;
  }

  .block-grey {
    background-color: #f7f7f7;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
  }

  .subheading-40 {
    color: #000;
  }

  .divider-750 {
    width: 300px;
  }

  .subheading-35, .subheading-30, .subheading-25, .subheading-22, .subheading-20 {
    color: #000;
  }

  .divider-750-2, .divider-600 {
    width: 300px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    background-image: url('../images/002.png');
    background-position: 50% 0;
    background-size: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .block-grey {
    background-color: #f7f7f7;
    box-shadow: 4px 0 14px rgba(0, 0, 0, .2);
  }

  .text-span-2 {
    line-height: 50px;
  }

  .blockquote {
    width: 800px;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 40px;
    padding: 40px;
  }

  .product-options {
    margin-top: 60px;
  }

  .subheading-40 {
    color: #000;
  }

  .hl-65, .hl-60, .hl-80 {
    font-family: Circularstd Black, sans-serif;
  }

  .subheading-35, .subheading-30, .subheading-25, .subheading-22, .subheading-20 {
    color: #000;
  }
}

@media screen and (max-width: 991px) {
  .hero-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-grey {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-image-block-2 {
    width: 100%;
    text-align: center;
  }

  .hero-content-block-2 {
    width: 100%;
  }

  .block-30 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-block {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-first {
    padding-left: 20px;
    padding-right: 40px;
  }

  .block-no-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blockquote {
    width: auto;
  }

  .bodytext {
    font-size: 18px;
    line-height: 26px;
  }

  .bodytext.product-content {
    width: auto;
  }

  .bodytext.testimonial-content.slabo-font {
    margin-top: 20px;
  }

  .cell-5 {
    align-items: center;
  }

  .image-5 {
    width: 406px;
  }

  .block-product-intro {
    padding-left: 10px;
    padding-right: 10px;
  }

  .productname {
    width: auto;
  }

  .image-6 {
    text-align: center;
    margin-top: 50px;
    margin-left: 150px;
    position: static;
  }

  .testi-box {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .product-options {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: center;
    margin-top: 50px;
  }

  .div-block-6.first {
    height: auto;
  }

  .div-block-7 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7.middle {
    margin-top: 0;
  }

  .heading-13 {
    font-size: 25px;
  }

  .heading-14 {
    font-size: 20px;
  }

  .heading-15 {
    font-size: 16px;
  }

  .subheading-40 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 29px;
    line-height: 29px;
  }

  .hl-65 {
    font-size: 40px;
    line-height: 45px;
  }

  .slabo30 {
    font-size: 25px;
    line-height: 25px;
  }

  .slabo30.white {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .list-bigger {
    font-size: 18px;
    line-height: 24px;
  }

  .hl-35 {
    font-size: 27px;
    line-height: 32px;
  }

  .hl-35.blue.padding100, .hl-35.padding60 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-60 {
    font-size: 37px;
    line-height: 42px;
  }

  .hl-50 {
    font-size: 33px;
    line-height: 38px;
  }

  .list--regular {
    font-size: 18px;
  }

  .hl-45 {
    font-size: 31px;
    line-height: 36px;
  }

  .hl-55 {
    font-size: 35px;
    line-height: 40px;
  }

  .hl-30 {
    font-size: 25px;
    line-height: 30px;
  }

  .block-white-bottom, .block-white-mid, .block-color, .section-product {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hl-80 {
    margin-top: 5px;
    font-size: 45px;
    line-height: 50px;
  }

  .hl-40 {
    font-size: 29px;
    line-height: 35px;
  }

  .slabo35.white {
    font-size: 27px;
    line-height: 27px;
  }

  .slabo25.white {
    font-size: 22px;
    line-height: 22px;
  }

  .subheading-35 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 27px;
  }

  .subheading-30 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .subheading-25 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 21px;
  }

  .subheading-25.top20.s-height {
    line-height: 26px;
  }

  .hl-27 {
    font-size: 25px;
    line-height: 30px;
  }

  .container840, .section-box, .section-color.top30.bot50 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .orderbox {
    background-image: none;
  }

  .subheading-22 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 21px;
  }

  .hl-25 {
    font-size: 25px;
    line-height: 30px;
  }

  .subheading-20 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .subheading-20.top-5 {
    margin-top: -5px;
  }

  .divider-750-2.bot30.s-autowidth {
    width: auto;
  }

  .hl-38 {
    font-size: 29px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .list.top20 {
    padding-left: 15px;
  }

  .block-grey, .block-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-first {
    padding-left: 0;
    padding-right: 0;
  }

  .block-no-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .bodytext {
    font-size: 18px;
    line-height: 26px;
  }

  .bodytext.testimonial-content.slabo-font {
    font-size: 20px;
  }

  .block-product-intro {
    padding-left: 0;
    padding-right: 0;
  }

  .productname {
    font-size: 40px;
  }

  .image-6 {
    width: 217px;
    margin-left: 100px;
  }

  .div-block-7 {
    width: 70%;
  }

  .divider-500 {
    width: auto;
  }

  .subheading-40 {
    font-size: 20px;
    line-height: 26px;
  }

  .hl-65 {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .slabo30 {
    font-size: 24px;
    line-height: 32px;
  }

  .slabo30.white {
    font-size: 22px;
    line-height: 22px;
  }

  .list-bigger {
    font-size: 16px;
  }

  .hl-35 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .hl-60 {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 42px;
  }

  .hl-50 {
    margin-bottom: 0;
    font-size: 34px;
    line-height: 39px;
  }

  .list--regular {
    font-size: 18px;
    line-height: 26px;
  }

  .divider-750 {
    width: auto;
  }

  .hl-45 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 37px;
  }

  .hl-55 {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 41px;
  }

  .hl-30 {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 32px;
  }

  .block-white-bottom, .block-white-mid, .block-color, .section-product {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hl-80 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 45px;
  }

  .hl-40 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .slabo35 {
    font-size: 24px;
    line-height: 32px;
  }

  .slabo35.white {
    line-height: 24px;
  }

  .slabo25 {
    font-size: 24px;
    line-height: 32px;
  }

  .slabo25.white {
    font-size: 20px;
    line-height: 20px;
  }

  .divider-250 {
    width: auto;
  }

  .subheading-35, .subheading-30, .subheading-25 {
    font-size: 20px;
    line-height: 26px;
  }

  .hl-27 {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 32px;
  }

  .block100, .block50 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheading-22 {
    font-size: 20px;
    line-height: 26px;
  }

  .hl-25 {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 32px;
  }

  .subheading-20 {
    font-size: 20px;
    line-height: 26px;
  }

  .divider-750-2, .divider-600 {
    width: auto;
  }

  .hl-38 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (max-width: 479px) {
  .list {
    font-size: 16px;
    line-height: 24px;
  }

  .block-grey, .block-30, .footer-block {
    padding: 20px;
  }

  .section-first {
    padding-left: 0;
    padding-right: 0;
  }

  .block-no-bg {
    padding: 20px;
  }

  .block-no-bg.profuct-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .blockquote {
    padding-left: 30px;
    padding-right: 10px;
  }

  .bodytext, .bodytext.bot30 {
    font-size: 18px;
    line-height: 26px;
  }

  .block-product-intro {
    padding: 20px;
  }

  .image-6 {
    margin-left: 20px;
  }

  .testi-box {
    padding: 20px;
  }

  .div-block-6 {
    height: auto;
  }

  .div-block-7 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-7.middle {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-8 {
    display: none;
  }

  .div-block-9 {
    flex-direction: column;
  }

  .divider-500 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .subheading-40 {
    font-size: 26px;
    line-height: 26px;
  }

  .hl-65 {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 40px;
  }

  .slabo30 {
    font-size: 20px;
    line-height: 28px;
  }

  .slabo30.white {
    font-size: 20px;
    line-height: 20px;
  }

  .list-bigger {
    font-size: 16px;
  }

  .hl-35 {
    font-size: 23px;
    line-height: 23px;
  }

  .hl-60 {
    margin-bottom: 5px;
    font-size: 37px;
    line-height: 37px;
  }

  .hl-50 {
    font-size: 31px;
    line-height: 31px;
  }

  .hl-45 {
    font-size: 29px;
    line-height: 29px;
  }

  .hl-55 {
    font-size: 34px;
    line-height: 34px;
  }

  .hl-30 {
    font-size: 20px;
    line-height: 20px;
  }

  .hl-30.bot30 {
    line-height: 25px;
  }

  .hl-30.top-10 {
    margin-top: 0;
  }

  .block-white-bottom, .block-white-mid, .block-color, .section-product {
    padding: 20px;
  }

  .hl-80 {
    margin-bottom: 5px;
    font-size: 45px;
    line-height: 40px;
  }

  .hl-40 {
    font-size: 26px;
    line-height: 26px;
  }

  .hl-40.green.xxs-font {
    font-size: 30px;
    line-height: 30px;
  }

  .slabo35 {
    font-size: 20px;
    line-height: 28px;
  }

  .slabo35.white {
    font-size: 23px;
    line-height: 23px;
  }

  .slabo25 {
    font-size: 20px;
    line-height: 28px;
  }

  .slabo25.white {
    font-size: 18px;
    line-height: 18px;
  }

  .divider-250 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .subheading-35 {
    font-size: 23px;
    line-height: 23px;
  }

  .subheading-30 {
    font-size: 20px;
    line-height: 20px;
  }

  .subheading-25 {
    font-size: 18px;
    line-height: 24px;
  }

  .hl-27 {
    font-size: 20px;
    line-height: 24px;
  }

  .hl-27.left.bot30.xxs-height {
    line-height: 25px;
  }

  .container840 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-white.radius-bottom.bottle-bg {
    background-image: none;
  }

  .block50 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .orderbox {
    padding-left: 30px;
    padding-right: 30px;
  }

  .subheading-22 {
    font-size: 18px;
    line-height: 24px;
  }

  .hl-25 {
    font-size: 20px;
    line-height: 20px;
  }

  .hl-25.top20.padding100 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hl-25.top20.padding100.xxs-height {
    line-height: 26px;
  }

  .hl-25.top5 {
    margin-top: 10px;
  }

  .subheading-20 {
    font-size: 18px;
    line-height: 24px;
  }

  .subheading-20.top-5.xxs-font {
    margin-top: 0;
    font-size: 16px;
  }

  .hl-38 {
    font-size: 26px;
    line-height: 26px;
  }

  .hl-38.green.xxs-font {
    font-size: 32px;
    line-height: 32px;
  }
}

#w-node-_6cd64602-0a56-3f92-2113-b2e3ad8775c1-c24ce06c {
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

#w-node-_6cd64602-0a56-3f92-2113-b2e3ad8775c2-c24ce06c, #w-node-_6cd64602-0a56-3f92-2113-b2e3ad8775c3-c24ce06c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_682b660c-3d2f-c50d-15c6-6d53e50d1091-c24ce06c {
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

#w-node-_682b660c-3d2f-c50d-15c6-6d53e50d1092-c24ce06c, #w-node-_682b660c-3d2f-c50d-15c6-6d53e50d1095-c24ce06c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1deb4ad2-77e2-edfb-3f38-7679cb924417-c24ce06c {
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

#w-node-_1deb4ad2-77e2-edfb-3f38-7679cb924418-c24ce06c, #w-node-_1deb4ad2-77e2-edfb-3f38-7679cb92441b-c24ce06c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f04dd50b-0b5f-6088-c425-de5dbdae3dbc-c24ce06c {
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

#w-node-f04dd50b-0b5f-6088-c425-de5dbdae3dbd-c24ce06c, #w-node-f04dd50b-0b5f-6088-c425-de5dbdae3dc0-c24ce06c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fedd4d9b-931c-981d-7116-5dc24e90f6eb-c24ce06c {
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

#w-node-fedd4d9b-931c-981d-7116-5dc24e90f6ec-c24ce06c, #w-node-fedd4d9b-931c-981d-7116-5dc24e90f6ef-c24ce06c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af343d3c-82f0-bde7-500f-3c41d5051b8e-c24ce06c {
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

#w-node-af343d3c-82f0-bde7-500f-3c41d5051b8f-c24ce06c, #w-node-af343d3c-82f0-bde7-500f-3c41d5051b92-c24ce06c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78aadf20-344a-26cd-487b-0cb9fee5f883-c24ce06c {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .5fr;
}

#w-node-_78aadf20-344a-26cd-487b-0cb9fee5f884-c24ce06c, #w-node-_78aadf20-344a-26cd-487b-0cb9fee5f88a-c24ce06c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9adaa2ba-9b62-78ff-ce74-6a13c7d346b6-c24ce06c, #w-node-_9adaa2ba-9b62-78ff-ce74-6a13c7d346be-c24ce06c, #w-node-_9adaa2ba-9b62-78ff-ce74-6a13c7d346d9-c24ce06c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_6cd64602-0a56-3f92-2113-b2e3ad8775c1-c24ce06c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_6cd64602-0a56-3f92-2113-b2e3ad8775c2-c24ce06c, #w-node-_6cd64602-0a56-3f92-2113-b2e3ad8775c3-c24ce06c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_682b660c-3d2f-c50d-15c6-6d53e50d1091-c24ce06c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_682b660c-3d2f-c50d-15c6-6d53e50d1092-c24ce06c, #w-node-_682b660c-3d2f-c50d-15c6-6d53e50d1095-c24ce06c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1deb4ad2-77e2-edfb-3f38-7679cb924417-c24ce06c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_1deb4ad2-77e2-edfb-3f38-7679cb924418-c24ce06c, #w-node-_1deb4ad2-77e2-edfb-3f38-7679cb92441b-c24ce06c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f04dd50b-0b5f-6088-c425-de5dbdae3dbc-c24ce06c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-f04dd50b-0b5f-6088-c425-de5dbdae3dbd-c24ce06c, #w-node-f04dd50b-0b5f-6088-c425-de5dbdae3dc0-c24ce06c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fedd4d9b-931c-981d-7116-5dc24e90f6eb-c24ce06c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-fedd4d9b-931c-981d-7116-5dc24e90f6ec-c24ce06c, #w-node-fedd4d9b-931c-981d-7116-5dc24e90f6ef-c24ce06c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-af343d3c-82f0-bde7-500f-3c41d5051b8e-c24ce06c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-af343d3c-82f0-bde7-500f-3c41d5051b8f-c24ce06c, #w-node-af343d3c-82f0-bde7-500f-3c41d5051b92-c24ce06c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78aadf20-344a-26cd-487b-0cb9fee5f883-c24ce06c {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_78aadf20-344a-26cd-487b-0cb9fee5f884-c24ce06c, #w-node-_78aadf20-344a-26cd-487b-0cb9fee5f88a-c24ce06c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9adaa2ba-9b62-78ff-ce74-6a13c7d346b6-c24ce06c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Slabo 27 Px Regular';
  src: url('../fonts/Slabo27px-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd Book';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd Black';
  src: url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}