/*css reset*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  color: #1c1c28;
  background: #fff;
  font: 16px/1.5 Inter, Arial, Helvetica, sans-serif;
  min-width: 320px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

* {
  max-height: 1000000px;
  margin: 0;
  padding: 0;
}

figure,
header,
section {
  display: block;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #0020e4;
}

a:hover {
  text-decoration: underline;
}

input,
select {
  font: 14px/17px Inter, Arial, Helvetica, sans-serif;
  color: #fff;
  vertical-align: middle;
}

form {
  margin: 0;
  padding: 0;
  border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}

button:hover {
  cursor: pointer;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: bold;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.container {
  width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.df {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ttu {
  text-transform: uppercase;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.mark-olive {
  color: #4b4739;
}

.mark-green {
  color: #43664e;
}

.mark-grey {
  color: #676873;
}

.mark-white {
  color: #fff;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.fixed-section {
  margin-top: 81px;
}

.fixed-header {
  border-bottom: 1px solid #DDD;
  background-color: #F8F8F8;
}

.warning {
  background: #7c7767;
  padding: 8px 0;
  color: #fafafc;
  font-size: 14px;
  line-height: 22px;
}

.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.geo-block {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}

.geo-block img {
  margin-right: 7px;
}

.section-1 {
  position: relative;
  padding: 5px 0 5px;
  background: url(../images/bg-1.jpg) no-repeat center / 1920px auto;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .section-1 {
    background-image: url(../images/bg-1@2x.jpg);
  }
}

.section-1__right {
  width: 388px;
  position: relative;
  top: 6px;
}

.section-1__left {
  width: calc(100% - 388px);
  display: flex;
  flex-direction: column;
}

.bottle-main {
  position: relative;
  top: 28px;
}

.magazines {
  margin-bottom: 17px;
}

.section-1 h3 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 7px;
}

.section-1 h1 {
  font-size: 50px;
  line-height: normal;
  margin-bottom: 17px;
}

.section-1 p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 32px;
}

.btn-block {
  justify-content: flex-start;
}

.section-3 .btn-block,
.section-13 .btn-block {
  align-items: flex-start;
}

.rush-btn {
  color: #fafafc;
  text-transform: uppercase;
  width: 260px;
  font-size: 20px;
  background: #3dc051;
  border-radius: 4px;
  font-weight: bold;
  line-height: 60px;
  box-shadow: 0px 19px 5px 0px rgba(0, 0, 0, 0), 0px 12px 5px 0px rgba(0, 0, 0, 0.01),
  0px 7px 4px 0px rgba(0, 0, 0, 0.05), 0px 3px 3px 0px rgba(0, 0, 0, 0.09), 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  border: none;
  font-family: Inter, Arial, Helvetica, sans-serif;
  transition: background-color ease-in 0.1s;
}

.rush-btn:after {
  content: "";
  width: 21px;
  height: 16px;
  background: url(../images/arrow-btn.svg) no-repeat center / contain;
  margin-left: 10px;
}

.rush-btn:hover {
  text-decoration: none;
  background: #38af4a;
}

.trust-block {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
}

.trust-block span {
  font-size: 14px;
  line-height: 20px;
  margin: 0 !important;
}

.section-2 {
  padding: 64px 0;
}

.based-block {
  justify-content: space-between;
  border-radius: 16px;
  background: #d9e0dc;
  width: 100%;
  padding: 32px;
}

.based-block p {
  font-size: 24px;
  line-height: 32px;
}

.based-box li {
  flex-direction: column;
  width: 140px;
}

.based-box li img {
  margin-bottom: 14px;
}

.section-3 {
  margin-bottom: 63px;
}

.formula-left {
  width: 490px;
  height: 670px;
  position: relative;
  background: url(../images/sec3-img.jpg) no-repeat;
  background-size: contain;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .formula-left {
    background-image: url(../images/sec3-img@2x.jpg);
  }
}

.bottle-2 {
  position: absolute;
  bottom: 155px;
  left: 82px;
}

.hand-2 {
  position: absolute;
  bottom: 228px;
  right: 0;
}

.formula-right {
  width: calc(100% - 490px);
  padding-left: 20px;
}

h2 {
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 15px;
}

.formula-box {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 32px 0;
}

.formula-box li {
  flex-direction: column;
  width: 30%;
  border-radius: 8px;
  background: #d9e0dc;
  padding: 16px 5px;
  font-size: 14px;
  line-height: 22px;
}

.formula-box li span {
  margin-top: 16px;
}

.formula-block .btn-block {
  flex-direction: column;
  margin-top: 32px;
}

.formula-block .trust-block {
  padding-left: 0;
  margin-top: 9px;
}

.section-4 {
  background: #eee8da;
  padding: 64px 0;
}

.section-4 p {
  font-size: 20px;
}

.percent-box {
  justify-content: space-between;
  margin-top: 34px;
  padding: 0 3px;
}

.percent-box li {
  padding: 48px 33px 0;
  width: 222px;
  height: 222px;
  background: url("../images/ellipse-1.svg") no-repeat;
  background-size: contain;
  font-size: 14px;
  line-height: 22px;
}

.percent-box .ellipse-2 {
  background: url("../images/ellipse-2.svg") no-repeat;
  background-size: contain;
}

.percent-box .ellipse-3 {
  background: url("../images/ellipse-3.svg") no-repeat;
  background-size: contain;
}

.percent-box .ellipse-4 {
  background: url("../images/ellipse-4.svg") no-repeat;
  background-size: contain;
}

.percent-box li b {
  font-size: 50px;
  line-height: normal;
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}

.reviews-box {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 34px;
}

.reviews-box li {
  border-radius: 16px;
  background: #fff;
  width: 32%;
  padding: 25px 24px 23px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.reviews-header {
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}

.reviews-header img {
  margin-right: 5px;
}

.reviews-footer {
  justify-content: space-between;
  font-weight: 700;
  margin-top: 15px;
  width: 100%;
}

.reviews-footer span {
  font-size: 12px;
  font-weight: 400;
}

.reviews-footer img {
  margin-right: 5px;
}

.section-5 {
  padding: 63px 0;
}

.body-block {
  width: 100%;
  height: 665px;
  position: relative;
  left: 5px;
  background: url(../images/bg-5.jpg) no-repeat center;
  background-size: contain;
  margin: 29px auto;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .body-block {
    background-image: url(../images/bg-5@2x.jpg);
  }
}

.body-box {
  position: absolute;
  border-radius: 16px;
  background: #d9e0dc;
  padding: 24px;
  max-width: 286px;
}

.body-1 {
  top: 33px;
  right: 5px;
}

.body-2 {
  bottom: 45px;
  right: 5px;
  max-width: 388px;
}

.body-3 {
  bottom: 123px;
  left: 42px;
}

.body-4 {
  top: 99px;
  left: -5px;
  max-width: 388px;
}

.body-box span {
  position: absolute;
  top: -27px;
  left: -28px;
  border-radius: 48px;
  border: 1px solid #1c1c28;
  background: #fff;
  font-size: 32px;
  width: 56px;
  height: 56px;
  font-weight: 700;
}

.section-6 {
  padding: 36px 0 0;
}

.section-6 p {
  padding: 0 5px;
}

.vs-block {
  margin-top: 32px;
  position: relative;
}

.vs-block::before {
  content: "";
  height: 80%;
  width: 0;
  border-left: 2px dashed #43664e;
  position: absolute;
  left: 50%;
  top: 135px;
}

.vs-header {
  justify-content: space-between;
  align-items: flex-end;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.vs-header div {
  position: relative;
}

.bottle-vs {
  margin-bottom: -16px;
  position: relative;
}

.vs-header .vs-left,
.vs-header .vs-right {
  line-height: 65px;
  width: 39%;
  flex-direction: column;
}

.vs-header .vs-left span,
.vs-header .vs-right span {
  border-radius: 32px;
  background: #c2dbc2;
  width: 100%;
  height: 64px;
}

.vs-header .vs-right span {
  background: #ffcbcb;
}

.vs-header .vs-center {
  background: #43664e;
  color: #fff;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  top: -5px;
}

.vs-header .vs-center::after {
  content: "";
  border: 2px dashed #43664e;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
}

.vs-line {
  justify-content: space-between;
  margin-bottom: 19px;
  position: relative;
}

.vs-line::before {
  content: "";
  width: 100%;
  border-top: 1px dashed #43664e;
  position: absolute;
  top: 16px;
  left: 0;
  z-index: -1;
}

.vs-line span {
  font-weight: 700;
  border-radius: 32px;
  border: 2px solid #43664e;
  background: #fff;
  padding: 5px 20px;
  line-height: normal;
}

.vs-box {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 19px;
}

.vs-box span {
  width: 39%;
}

.vs-box ul {
  padding-left: 25px;
}

.vs-box ul li {
  position: relative;
}

.vs-box ul li::before {
  content: "";
  background: #1c1c28;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -13px;
}

.section-7 {
  padding: 10px 0 64px;
}

.section-7 h2 {
  border-radius: 16px;
  background: #43664e;
  padding: 14px 32px;
  font-size: 32px;
}

.choose-block {
  border-radius: 16px;
  background: linear-gradient(180deg, #43664e 0%, #2f4034 100%);
  padding: 32px;
}

.choose-left {
  width: 73%;
}

.choose-block ul li {
  padding-left: 24px;
}

.choose-block ul li {
  position: relative;
  margin-bottom: 10px;
}

.choose-block ul li::before {
  content: "";
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 9px;
}

.choose-block h3 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 13px;
}

.choose-block .btn-block {
  margin-top: 40px;
}

.section-8 {
  background: linear-gradient(0deg, rgba(193, 223, 206, 0) 0%, #c1dfce 100%);
  padding: 66px 0;
}

.inside-right {
  padding: 0 3px 0 20px;
}

.inside-right h4 {
  font-size: 24px;
  padding-left: 7px;
  margin-bottom: 5px;
}

.inside-right p {
  margin-bottom: 30px;
}

.inside-right span {
  margin-bottom: 15px;
  display: block;
}

.inside-right ul {
  padding-left: 24px;
  margin-bottom: 15px;
}

.inside-right ul li {
  position: relative;
  margin-bottom: 8px;
}

.inside-right ul li::before {
  content: "";
  background: #1c1c28;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -15px;
}

.inside-right .btn-block {
  margin-top: 32px;
}

.section-9 {
  padding: 65px 0;
}

.t-img {
  margin-top: 62px;
  width: 100%;
}

.t-img tr td {
  border: none;
}

.table {
  border-radius: 16px;
  border: 1px solid #4b4739;
  overflow: hidden;
}

table {
  border-collapse: collapse;
  margin: -1px;
}

table tr td {
  width: 25%;
  border: 1px solid #4b4739;
  padding: 15px;
  position: relative;
}

table tr:first-child {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

table tr td:first-child,
table tr td:nth-child(2),
table tr:last-child {
  font-weight: 700;
}

table tr:not(:first-child) td:nth-child(2) {
  background: #eee8da;
}

table .table-empty td {
  border: none;
}

.bottle-t {
  position: absolute;
  right: 4px;
  bottom: -56px;
}

.bottle-t2 {
  right: 1px;
  bottom: -50px;
}

.bottle-t3 {
  right: 1px;
  bottom: -59px;
}

.section-9 .btn-block {
  justify-content: center;
  margin-top: 64px;
}

.section-10 {
  padding: 63px 0 30px;
}

.steps-block {
  align-items: flex-start;
}

.steps-right {
  width: 490px;
  height: 606px;
  position: relative;
  background: url(../images/sec10-img.jpg) no-repeat;
  background-size: contain;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .steps-right {
    background-image: url(../images/sec10-img@2x.jpg);
  }
}

.bottle-4 {
  position: absolute;
  bottom: 156px;
  left: 81px;
}

.steps-left {
  width: calc(100% - 490px);
}

.steps-box {
  margin-top: 34px;
}

.steps-box div {
  margin-left: 20px;
  padding-right: 25px;
}

.steps-box li {
  margin-bottom: 33px;
}

.steps-box span {
  color: #1c1c28;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}

.section-11 {
  padding: 65px 0;
  background: #eee8da;
}

.technology-block {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px;
}

.technology-box {
  border-radius: 16px;
  background: #fff;
  padding: 32px;
  width: 32%;
}

.technology-box h4 {
  font-size: 24px;
  line-height: 32px;
  margin: 27px 0 15px;
}

.section-12 {
  position: relative;
  padding: 65px 0 63px;
  background: url(../images/bg-12.svg) no-repeat center / 1920px auto;
}

.expect-block {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 24px;
}

.expect-box {
  padding: 0;
  width: 29%;
}

.expect-box h4 {
  font-size: 24px;
  line-height: 32px;
  margin: 27px 0 15px;
}

.expect-box img {
  position: relative;
  top: 7px;
}

.section-13 {
  background: #cdc6b4;
  padding: 64px 0;
}

.science-block {
  justify-content: flex-start;
}

.science-left {
  width: 500px;
}

.science-left h2 {
  margin-bottom: 32px;
}

.science-left p {
  margin-bottom: 16px;
}

.hand-img {
  position: absolute;
  right: -87px;
  bottom: -64px;
}

.science-block .btn-block {
  flex-direction: column;
  margin-top: 32px;
}

.science-block .btn-block .trust-block {
  padding-left: 0;
  margin-top: 9px;
  color: #1c1c28;
}

.section-14 {
  padding: 66px 0 115px;
}

.customers-block {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 31px;
}

.customers-box {
  display: flex !important;
  flex-direction: column;
}

.customers-box .customers-content {
  border-radius: 16px;
  background: #fff;
  padding: 24px 23px 22px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 0 0 16px 16px;
  border: 1px solid rgba(124, 119, 103, 0.3);
  border-top: none;
  background: #fff;
  height: 100%;
  max-width: 320px;
  min-height: 318px;
}

.customers-header {
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}

.customers-header img {
  margin-right: 5px;
}

.customers-footer {
  justify-content: space-between;
  font-weight: 700;
  margin-top: 15px;
  width: 100%;
}

.customers-footer span {
  font-size: 12px;
  font-weight: 400;
}

.customers-footer img {
  margin-right: 5px;
}

.slick-dots {
  position: absolute;
  bottom: -52px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #c2c2c2;
  border-radius: 50%;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: #858383;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.section-15 {
  padding: 66px 0 56px;
  background: #fff9ee;
}

.accordion-list {
  margin-top: 31px;
}

.accordion-row {
  margin-bottom: 8px;
  padding: 14px 23px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #4b4739;
}

.accordion-row.active {
  background: #eee8da;
}

.opener:after {
  content: "";
  background: url("../images/arrow-acc.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  font-weight: 700;
}

.active .opener:after {
  transform: rotate(180deg);
}

.accordion-content {
  margin-top: 16px;
}

.accordion-content p {
}

.opener {
  justify-content: flex-start;
  font-weight: 700;
  position: relative;
}

.section-16 {
  background: #d9e0dc;
  padding: 64px 0;
}

.section-16 .container {
  align-items: flex-start;
}

.form-right {
  width: 100%;
}

.form-right-top {
  text-align: center;
}

.form-right-top,
.form-right-bottom {
  border-radius: 16px;
  background: #e5ece8;
  padding: 21px 20px 14px;
  position: relative;
}

.form-right-imgs {
  position: relative;
  max-width: 654px;
  margin: 0 auto;
}

.sec16-img {
  margin-top: 4px;
  border-radius: 8px;
}

.bottle-last {
  position: absolute;
  bottom: 24px;
  right: 141px;
}

.form-right-bottom {
  margin-top: 19px;
  padding-bottom: 18px;
}

.form-right-bottom ul {
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
}

.form-right-bottom ul li {
  width: 32%;
}

.form-right-bottom ul p {
  margin-top: 15px;
}

.form-right-bottom ul li p:last-child {
  margin-top: 5px;
}

.section-17 {
  background: #43664e;
  color: #fff;
  padding: 32px 0;
}

.section-17 span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 7px;
}

.section-17 img {
  margin-right: 21px;
  min-width: 100px;
}

#footer {
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.25;
}

.website-secure {
  display: block;
  margin: 0 auto 20px;
}

.delivery-logo {
  display: block;
  margin: 0 auto 20px;
}

.footer-nav {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.footer-nav li {
  display: inline-block;
}

.footer-nav li:not(:first-child):before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 15px;
  background: #0020e4;
  margin: -2px 5px 0;
}

#footer p {
  margin: 0 0 20px;
}

.cmp-show {
  display: none;
}

.scroll-to {
  position: relative;
  top: -60px;
}

.tablet-show {
  display: none;
}

.mobile-show {
  display: none !important;
}

@media (max-width: 1199px) {
  .container {
    width: 1024px;
  }

  .section-1 {
    background-size: 1780px auto;
    background-position: center top;
    padding: 40px 0;
  }

  .body-4 {
    left: 13px;
  }

  .section-12 {
    background-size: 1780px auto;
    padding: 44px 0;
  }

  .hand-img {
    right: 0;
    width: 514px;
  }
}

@media (max-width: 1023px) {
  .container {
    width: 768px;
  }

  .header .rush-btn {
    width: 230px;
    font-size: 18px;
  }

  .logo-img {
    width: 150px;
  }

  .section-1__right {
    width: 300px;
  }

  .section-1__left {
    width: calc(100% - 300px);
  }

  .section-1 h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .section-1 h1 {
    font-size: 36px;
  }

  .section-1 p {
    font-size: 20px;
    line-height: 22px;
  }

  .section-1 .rush-btn,
  .section-7 .rush-btn {
    width: 220px;
    font-size: 18px;
  }

  .trust-block {
    padding-left: 10px;
  }

  .trust-block span {
    font-size: 11px;
    white-space: nowrap;
  }

  .based-block {
    padding: 15px;
    flex-direction: column;
  }

  .based-block p {
    margin-bottom: 15px;
  }

  .based-box li {
    width: 110px;
    text-align: center;
  }

  .based-box {
    align-items: baseline;
  }

  .tablet-show {
    display: block;
  }

  .tablet-show.df {
    display: flex;
  }

  .tablet-hide {
    display: none;
  }

  .formula-block {
    flex-direction: column-reverse;
    text-align: center;
  }

  .formula-right {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  .formula-left {
    margin-bottom: 25px;
  }

  .formula-block .btn-block {
    flex-direction: row;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
  }

  .formula-block .trust-block {
    padding-left: 20px;
  }

  .percent-box {
    padding: 0 50px;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .percent-box li {
    margin-bottom: 50px;
  }

  h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .body-block {
    background-size: 80%;
    font-size: 14px;
  }

  .body-box {
    padding: 20px;
    max-width: 264px;
  }

  .body-box span {
    top: -20px;
    left: -27px;
    font-size: 28px;
    width: 48px;
    height: 48px;
  }

  .body-1 {
    top: 38px;
  }

  .body-3 {
    bottom: 155px;
    left: 15px;
  }

  .body-2 {
    max-width: 350px;
  }

  .section-5 {
    padding-bottom: 20px;
  }

  .inside-right {
    padding: 0 0 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
  }

  .inside-right h4,
  .inside-right h2 {
    width: 100%;
  }

  .capsula-img {
    width: 300px;
    margin-bottom: 25px;
  }

  .table tr:first-child {
    font-size: 18px;
  }

  .table tr td:nth-child(2) {
    padding-right: 40px;
  }

  .bottle-t {
    bottom: -71px;
  }

  .bottle-t2 {
    bottom: -62px;
  }

  .bottle-t3 {
    bottom: -78px;
  }

  .steps-block {
    flex-direction: column;
    align-items: center;
  }

  .steps-left {
    width: 100%;
  }

  .steps-box li {
    justify-content: flex-start;
  }

  .section-12 {
    background-size: 1650px auto;
    background-position-x: -416px;
    padding: 18px 0 10px;
  }

  .expect-box h4 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px;
  }

  .expect-box img {
    top: -7px;
    width: 75px;
  }

  .science-left {
    width: 400px;
  }

  .hand-img {
    width: 380px;
  }

  .customers-box {
    margin: 0 5px;
  }

  .customers-box .customers-content {
    min-height: 390px;
  }

  .form-right-top,
  .form-right-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-right-bottom ul li {
    font-size: 15px;
  }

  .section-1 {
    background-size: cover;
  }

  .section-16 h2 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }

  .mobile-show {
    display: block !important;
  }

  .container {
    max-width: 600px;
    width: 100%;
  }

  .warning {
    padding: 4px 0;
    font-size: 12px;
    line-height: normal;
  }

  .logo-img {
    width: 75px;
  }

  .header-bottom {
    justify-content: center;
    padding: 4px 0;
  }

  .section-1 .container {
    flex-direction: column-reverse;
  }

  .bottle-main {
    top: 0;
  }

  .section-1 {
    padding: 28px 0 7px;
    background-image: url(../images/sec1-bg.png);
    background-repeat: no-repeat;
  }

  .section-1__left {
    width: 100%;
    margin-top: 25px;
  }

  .magazines {
    order: 5;
    margin: 15px auto 0;
  }

  .section-1 h3 {
    color: #4b4739;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 9px;
  }

  .section-1 h1 {
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 15px;
  }

  .section-1 p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .formula-block .btn-block,
  .btn-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .rush-btn,
  .section-1 .rush-btn,
  .section-7 .rush-btn {
    width: 100%;
    font-size: 24px;
    line-height: 64px;
  }

  .trust-block,
  .formula-block .trust-block {
    padding-left: 0;
    margin-top: 4px;
  }

  .trust-block span {
    font-size: 14px;
  }

  .section-2 {
    background: #d9e0dc;
    padding: 34px 0 25px;
  }

  .based-block {
    background: none;
    border-radius: 0;
    padding: 0;
    align-items: center;
  }

  .based-block p {
    margin-bottom: 30px;
    text-align: center;
  }

  .based-block p br {
    display: none;
  }

  .based-box {
    max-width: 410px;
    flex-wrap: wrap;
    margin: 0 -10px;
  }

  .based-box li {
    width: 33.33%;
    margin-bottom: 8px;
  }

  .based-box li span {
    padding: 0 10px;
  }

  .section-3 {
    padding: 32px 0;
    margin-bottom: 2px;
  }

  .section-3 h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
    text-align: left;
  }

  .section-3 p {
    text-align: left;
  }

  .formula-box {
    flex-direction: column;
    margin: 31px 0 16px;
  }

  .formula-box li {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    padding: 16px;
    text-align: left;
    margin-bottom: 16px;
  }

  .formula-box li span {
    margin-top: 0;
    margin-left: 17px;
  }

  .section-3 h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #1c1c28;
    margin-bottom: 32px;
  }

  .formula-left {
    max-width: 100%;
    width: 345px;
    height: 420px;
    border-radius: 16px;
    background-size: 142%;
    background-position: -78px -157px;
    overflow: hidden;
    margin-bottom: 32px;
  }

  .formula-block .btn-block {
    margin-top: 32px;
  }

  .bottle-2 {
    bottom: 76px;
    left: 3px;
  }

  .hand-2 {
    bottom: 150px;
    right: -40px;
  }

  .section-4 {
    padding-top: 33px;
    padding-bottom: 82px;
    background-color: #eee8da;
  }

  .section-4 h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 7px;
    text-align: left;
  }

  .section-4 p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 33px;
    text-align: left;
  }

  .percent-box {
    margin: 0 auto;
    display: flex;
    max-width: 400px;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
  }

  .percent-box li {
    width: 165px;
    height: 165px;
    padding: 0 24px;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .percent-box li b {
    font-size: 32px;
    line-height: 44px;
  }

  .reviews-box {
    margin-top: 16px;
  }

  .section-5 {
    padding-top: 34px;
    padding-bottom: 1px;
  }

  .section-5 h2 {
    font-size: 24px;
    text-align: left;
    line-height: 32px;
    margin-bottom: 32px;
  }

  .body-block {
    background-image: none;
    height: auto;
    width: 100%;
    left: 0;
  }

  .body-box {
    padding: 24px;
    max-width: 100%;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
    margin-left: 40px;
  }

  .body-box span {
    top: calc(50% - 28px);
    left: -40px;
    font-size: 32px;
    width: 56px;
    height: 56px;
  }

  .body-block img {
    width: 100%;
    max-width: 345px;
    margin: 0 auto 31px;
  }

  .section-6 {
    padding-top: 32px;
    padding-bottom: 5px;
    background: #fafafc;
  }

  .section-6 h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
    text-align: left;
  }

  .section-6 p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 31px;
    text-align: left;
    padding: 0;
  }

  .section-6-list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }

  .section-6-list .left-side,
  .section-6-list .right-side {
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .section-6-list .left-side:before {
    content: "";
    position: absolute;
    top: 0px;
    height: 90%;
    left: 23px;
    width: 1px;
    border: 1px dashed #43664e;
  }

  .section-6-list .right-side:before {
    content: "";
    position: absolute;
    top: 25px;
    height: 87%;
    left: 23px;
    width: 1px;
    border: 1px dashed #43664e;
  }

  .section-6-list .top {
    position: relative;
    z-index: 2;
    background-color: #c2dbc2;
    padding: 8px 16px 8px 8px;
    border-radius: 16px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .section-6-list .top .title {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section-6-list .top .title h3 {
    font-size: 20px;
    line-height: 28px;
    margin-left: 8px;
    text-align: left;
  }

  .section-6-list .top .btl1 {
    width: 76px;
  }

  .section-6-list .list .itm .subtitle {
    padding: 6px 16px 6px 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 100px;
    border: 2px solid #43664e;
    margin-bottom: 16px;
    width: max-content;
    position: relative;
    background-color: #fff;
  }

  .section-6-list .list .itm .subtitle p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0 8px;
  }

  .section-6-list .list .itm .text {
    margin: 0 0 16px 46px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-right: 3px;
  }

  .section-6-list .list .itm ul {
    padding-left: 18px;
    margin-left: 52px !important;
    text-align: left;
  }

  .section-6-list .list .itm ul li {
    position: relative;
  }

  .section-6-list .list .itm ul li:before {
    content: "";
    background: #1c1c28;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -13px;
  }

  .section-6-list .top .btl2 {
    width: 88px;
  }

  .section-6-list .right-side .top {
    background-color: #ffcbcb;
    margin-top: 17px;
  }

  .section-7 {
    padding-bottom: 31px;
  }

  .section-7 h2 {
    padding: 9px 16px;
    font-size: 24px;
    line-height: 32px;
  }

  .choose-block {
    padding: 17px;
    flex-direction: column;
  }

  .choose-left {
    width: 100%;
  }

  .bottle-3 {
    margin-top: 6px;
    width: 246px;
  }

  .choose-block h3 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .section-8 {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .section-8 h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 7px;
  }

  .inside-right {
    padding: 0;
  }

  .capsula-img {
    width: auto;
    margin: 0 -25px 31px;
    max-width: 390px;
  }

  .inside-right h4 {
    font-size: 20px;
    line-height: 28px;
    padding-left: 7px;
    padding-right: 10px;
    margin-bottom: 8px;
  }

  .inside-right ul {
    margin-bottom: 10px;
  }

  .inside-right .btn-block {
    margin-top: 16px;
    width: 100%;
  }

  .section-9 {
    padding: 34px 0;
  }

  .section-9 h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: left !important;
    margin-bottom: 30px;
  }

  .section-9 table tr td:nth-child(4) {
    display: none !important;
  }

  table tr {
    font-size: 14px;
    line-height: 16px;
  }

  .table tr:first-child {
    font-size: 16px;
    line-height: 22px;
  }

  .bottle-t {
    position: initial;
    margin: 0 auto 4px;
  }

  table tr td {
    width: 33.33%;
    padding: 15px 7px;
  }

  table tr td:nth-child(3) {
    line-height: 22px;
  }

  table tr:first-child td {
    padding: 18px 7px;
  }

  .table tr td:nth-child(2) {
    padding-right: 7px;
  }

  .section-9 .btn-block {
    margin-top: 33px;
  }

  .section-10 {
    padding: 32px 0;
  }

  .section-10 h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: left !important;
    margin-bottom: 7px;
  }

  .steps-box span {
    font-size: 20px;
    line-height: 28px;
  }

  .steps-box {
    margin-top: 32px;
  }

  .steps-box li {
    margin-bottom: 32px;
  }

  .steps-box div {
    padding-right: 0;
  }

  .steps-right {
    max-width: 100%;
    width: 345px;
    height: 420px;
    border-radius: 16px;
    background-size: 142%;
    background-position: -26px -88px;
    overflow: hidden;
  }

  .bottle-4 {
    bottom: 61px;
    left: 32px;
  }

  .section-11 {
    padding: 32px 0 10px;
  }

  .section-11 h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: left !important;
    margin-bottom: 7px;
  }

  .section-11 p {
    text-align: left !important;
  }

  .technology-block {
    flex-direction: column;
  }

  .technology-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .technology-box h4 {
    font-size: 20px;
    line-height: 28px;
    margin: 27px 0 8px;
  }

  .section-12 {
    padding: 0;
    background: none;
  }

  .section-12 .container {
    padding: 33px 15px 15px;
    background: url("../images/sec12-bg.svg") no-repeat;
    background-size: contain;
    background-position: top left;
  }

  .section-12 h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: left !important;
    margin-bottom: 7px;
  }

  .section-12 p {
    text-align: left;
  }

  .expect-block {
    flex-direction: column;
    margin-top: 33px;
  }

  .expect-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
  }

  .expect-box img {
    top: 0;
    width: 56px;
    margin-right: 24px;
  }

  .section-13 {
    padding: 33px 0;
  }

  .section-13 h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: left !important;
    margin-bottom: 15px;
  }

  .section-13 h2 br {
    display: none;
  }

  .science-block {
    flex-direction: column;
  }

  .science-left {
    width: 100%;
  }

  .science-block .btn-block .trust-block {
    margin-top: 5px;
  }

  .hand-img {
    position: relative;
    max-width: 100%;
    bottom: -33px;
  }

  .section-14 {
    padding: 33px 0 84px;
  }

  .section-14 h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: left !important;
    margin-bottom: 15px;
  }

  .section-14 .slick-slide img {
    width: 100%;
  }

  .section-14 .customers-header img {
    width: 108px;
  }

  .section-14 .customers-footer img {
    width: 12px;
  }

  .customers-box .customers-content {
    width: 100%;
    max-width: 100%;
  }

  .section-15 {
    padding: 33px 0 16px;
  }

  .section-15 h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: left !important;
    margin-bottom: 15px;
  }

  .accordion-row {
    margin-bottom: 16px;
  }

  .opener {
    padding-right: 35px;
    line-height: 22px;
  }

  .section-16 {
    padding: 12px 0 34px;
  }

  .section-16 h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: left !important;
    margin-bottom: 31px;
  }

  .form-right-top,
  .form-right-bottom {
    padding-left: 0;
    padding-right: 0;
    background: none;
  }

  .form-right-bottom {
    padding: 0;
    margin: 0;
  }

  .form-right-imgs {
    max-width: 345px;
  }

  .sec16-img {
    margin: 0 auto;
  }

  .bottle-last {
    bottom: 17px;
    right: 50px;
  }

  .form-right-bottom ul {
    flex-direction: column;
    margin-top: 18px;
    margin-bottom: 16px;
  }

  .form-right-bottom ul li {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .form-right-bottom ul li img {
    margin-right: 21px;
  }

  .form-right-bottom ul p,
  .form-right-bottom ul li p:last-child {
    margin-top: 0;
  }

  .section-17 .container {
    flex-direction: column;
  }

  .section-17 .container div {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .section-17 span {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
  }

  .section-17 img {
    margin-right: 9px;
    min-width: 80px;
    width: 80px;
  }

  #footer {
    padding: 5px 0;
  }

  .website-secure,
  .delivery-logo,
  #footer p,
  .footer-nav {
    margin-bottom: 16px;
  }

  .fixed-section {
    margin-top: 0 !important;
  }

  .sticky {
    position: initial !important;
  }
}

@media (max-width: 374px) {
  body {
    font-size: 14px;
    line-height: 1.3;
  }

  .section-1 h1 {
    font-size: 28px;
    line-height: 38px;
  }

  h1 {
    font-size: 18px;
    line-height: 1.25;
  }

  .formula-left {
    background-position-y: -101px;
  }

  .formula-left {
    width: 290px;
    height: 400px;
  }

  .bottle-2 {
    width: 180px;
  }

  .hand-2 {
    bottom: 150px;
    right: -44px;
    width: 180px;
  }

  .percent-box li {
    width: 130px;
    height: 130px;
    padding: 20px;
  }

  .percent-box li span {
    font-size: 11px;
  }

  .percent-box li span b {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 26px;
  }

  .section-6-list .list .itm .subtitle {
    width: auto;
  }

  .section-6-list .list .itm ul {
    margin-left: 25px !important;
  }

  .capsula-img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }

  .table tr:first-child {
    font-size: 14px;
  }

  table tr {
    font-size: 13px;
  }

  .bottle-t2 {
    margin-bottom: 16px !important;
  }

  .section-12 .container {
    background-size: cover;
  }
}

@media (max-width: 359px) {
  .bottle-4 {
    bottom: 128px;
    left: 7px;
  }

  .bottle-last {
    width: 200px;
  }
}
/* gen */
.shopify-policy__body {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
}

/* text */
.rte p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1em;
  color: #333;
}

.rte ul {
  padding-left: 20px;
  margin-bottom: 1em;
}

.rte ul li {
  margin-bottom: 0.5em;
}

/* h */
.rte h2 {
  font-size: 20px;
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #111;
}

.rte h3 {
  font-size: 18px;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 500;
}

/* table */
.rte table {
  width: 100%;
  overflow-x: auto;
  display: block;
  margin: 20px 0;
  border-collapse: collapse;
}

.rte table th,
.rte table td {
  text-align: left;
  padding: 8px;
  border: 1px solid #ddd;
  font-size: 15px;
}

.rte table th {
  background-color: #f7f7f7;
  font-weight: 600;
}

/* prod2 */
.policy-product-image {
  text-align: center;
  margin-bottom: 20px;
}

.policy-product-image img {
  width: 172px;
  height: auto;
  max-width: 100%;
}

/* mobil */
@media screen and (max-width: 480px) {
  .rte table th,
  .rte table td {
    font-size: 14px;
  }

  .rte h2 {
    font-size: 18px;
  }

  .rte h3 {
    font-size: 16px;
  }
}
input.form-input,
textarea.form-input {
  pointer-events: auto;
  background-color: #fff;
  color: #1c1c28;
}

textarea.form-input {
  height: auto !important;
  min-height: 120px;
  line-height: 1.4;
  padding: 10px;
  resize: vertical;
}
