/*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(../assets/bg-1.7d55dab1d29e8132138e.jpg) no-repeat center / 1920px auto;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .section-1 {
    background-image: url(../assets/bg-1@2x.7d55dab1d29e8132138e.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(../assets/arrow-btn.c7c4f5f7ac3186667d1a.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(../assets/sec3-img.7d55dab1d29e8132138e.jpg) no-repeat;
  background-size: contain;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .formula-left {
    background-image: url(../assets/sec3-img@2x.7d55dab1d29e8132138e.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(../assets/ellipse-1.36b61c31908b3811e8c8.svg) no-repeat;
  background-size: contain;
  font-size: 14px;
  line-height: 22px;
}

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

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

.percent-box .ellipse-4 {
  background: url(../assets/ellipse-4.36b61c31908b3811e8c8.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(../assets/bg-5.7d55dab1d29e8132138e.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(../assets/bg-5@2x.7d55dab1d29e8132138e.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(../assets/sec10-img.7d55dab1d29e8132138e.jpg) no-repeat;
  background-size: contain;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .steps-right {
    background-image: url(../assets/sec10-img@2x.7d55dab1d29e8132138e.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(../assets/bg-12.36b61c31908b3811e8c8.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(../assets/arrow-acc.f35e36b78623d2b0b164.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(../assets/sec1-bg.9ec2b4254ead376d3ee2.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(../assets/sec12-bg.f35e36b78623d2b0b164.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;
}

/*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;
  -webkit-font-smoothing: antialiased;
}

* {
  max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0 0 15px;
}

p {
  margin: 0 0 10px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*main styles*/
.popup,
.popup h1,
.popup h2,
.popup h4,
.button {
  font-family: Inter, Arial, Helvetica, sans-serif;
}
.popup h1 {
  text-align: left;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 600px;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.df {
  display: flex;
}

.ttu {
  text-transform: uppercase;
}

.tc {
  text-align: center;
}



.warning {
  background: #f8f9fc;
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
  color: #676873;
  padding: 4px 0;
  position: relative;
  z-index: 12;
}

#header {
  background: #fff;
  padding: 3px 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 11;
}

#header.fixed {
  position: fixed;
  top: 0;
}

#header .container {
  justify-content: space-between;
  align-items: center;
}

.logo-link {
  display: block;
}

.logo-main {
  display: block;
}

.opener {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../assets/open-nav.57ebeecf063079f09473.svg) no-repeat center / contain;
}

.opened .opener {
  background-image: url(../assets/close-nav.177fc6fd7efac04d12ad.svg);
}

.header-menu {
  background: radial-gradient(65.24% 65.24% at 9.87% 8.67%, #d5ecfd 13.69%, #edf1f4 94.8%);
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2000;
}

.dropdown-list {
  margin: 0;
  padding: 16px 0 15px;
  list-style-type: none;
}

.dropdown-list a {
  padding: 19px 15px;
  color: #1c1c28;
  text-decoration: none;
  display: block;
}

.dropdown-list a:hover {
  background: #d5ecfd;
}

.overlay {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: 0.2s ease;
}

.overlay.show {
  opacity: 1;
  visibility: visible;
}

.cmp-show {
  display: none;
}

.cmp-clear .magazines {
  opacity: 0;
}

.mark-1 {
  color: #bf2b2b;
}

h1 {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 4px;
}

.section-1 {
  padding: 38px 0 0;
  background: url(../assets/bg-1.aa6e722e80f5483a0926.png) no-repeat calc(50% + 114px) 48px / 378px auto;
}

.promo h1 {
  font-size: 28px;
  line-height: 1.08;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 14px;
}

.mark-2 {
  color: #3a9df7;
  margin: 0 0 5px;
}

.promo {
  position: relative;
}

.promo-text {
  font-size: 12px;
  line-height: 1.2;
  color: #ac8c48;
  margin-bottom: 12px;
}

.promo-list {
  margin: 0 0 12px;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
  line-height: 1.25;
}

.promo-list li {
  display: flex;
  align-items: center;
}

.promo-list li:not(:last-child) {
  margin-bottom: 9px;
}

.list-icon {
  margin: -1px 12px 0 0;
}

.labels {
  display: block;
  margin-bottom: 15px;
}

.magazines {
  margin: 0 auto 11px;
  display: block;
  width: 100%;
}

.excl {
  background: #fafdff;
  border-top: 2px solid #d5ecfd;
  text-align: center;
  font-size: 14px;
  display: block;
  margin: 0 -999px;
  padding: 4px 0 5px;
}

.excl-flag {
  margin: -1px 5px 0;
  vertical-align: middle;
}

.promo-bottle {
  position: absolute;
  bottom: 109px;
  left: calc(50% + 32px);
}

.section-2 {
  padding: 32px 0 30px;
  background: #f5f7fa;
}

.subheading {
  font-weight: bold;
  color: #676873;
  margin: 0 0 15px;
  text-align: center;
  line-height: 1.38;
}

.solution-img {
  display: block;
  margin: 0 auto 15px;
  border-radius: 16px;
}

.solution-item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  padding: 8px 12px;
}

.solution-item:not(:last-child) {
  margin-bottom: 16px;
}

.solution-icon {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}

.solution p {
  margin: 0;
}

.section-3 {
  padding: 30px 0 15px;
}

.symptoms {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.simptoms-item {
  min-width: 165px;
  width: calc(100% / 2 - 8px);
  padding: 15px;
  background: #e6f2fb;
  border-radius: 16px;
  margin-bottom: 15px;
}

.simptoms-item:nth-child(2) {
  background-color: #eeefc1;
}

.simptoms-item:nth-child(3) {
  background-color: #cfeacb;
}

.simptoms-item:nth-child(4) {
  background-color: #f5f7fa;
}

.simptoms-item:nth-child(5) {
  background-color: #e6f2fb;
}

.simptoms-item:nth-child(6) {
  background-color: #eeefc0;
}

.symptoms-img {
  display: block;
  margin-bottom: 14px;
  width: 100%;
}

.symptoms-num {
  font-size: 20px;
  display: block;
  margin-bottom: 3px;
}

.symptoms-text {
  color: #676873;
  font-size: 14px;
  line-height: 22px;
  display: block;
}

.section-4 {
  padding: 30px 0;
  background: #f5f7fa;
}

.benefits-img {
  display: block;
  margin: 0 auto 15px;
}

.benefits-item {
  display: flex;
  align-items: center;
  border-radius: 24px;
  padding: 15px 15px 15px;
}

.benefits-icon {
  border-radius: 16px;
  box-shadow: 0 0 0 0 rgba(98, 112, 122, 0.13), 0 1px 2px 0 rgba(98, 112, 122, 0.12),
  0 4px 4px 0 rgba(98, 112, 122, 0.11), 0 9px 5px 0 rgba(98, 112, 122, 0.06), 0 16px 6px 0 rgba(98, 112, 122, 0.02);
}

.benefits-item:nth-child(odd) {
  background: #fff;
}

.benefits-item:nth-child(odd) .benefits-icon {
  margin-right: 12px;
}

.benefits-item:nth-child(even) {
  flex-direction: row-reverse;
}

.benefits-item:nth-child(even) .benefits-icon {
  margin-left: 12px;
}

.benefits p {
  margin: 0;
}

.section-5 {
  padding: 30px 0 15px;
}

.recommended-head {
  background: url(../assets/bg-2.0945cf906d75497fd01f.svg) no-repeat calc(50% - 63px) center / 540px auto;
  border-radius: 16px;
  display: flex;
  align-items: center;
  width: 345px;
  height: 277px;
  justify-content: center;
  padding-right: 26px;
  margin: 0 auto 15px;
}

.recommended-product {
  margin-right: 39px;
}

.recommended-block {
  background: #e6f2fb;
  border-radius: 16px;
  padding: 15px 15px 15px;
  margin-bottom: 15px;
}

.recommended-block + .recommended-block {
  background: #cfeacb;
}

.recommended-top {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #d5ecfd;
  padding-bottom: 15px;
  margin-bottom: 12px;
}

.recommended-block + .recommended-block .recommended-top {
  border-color: rgba(27, 41, 60, 0.16);
}

.recommended-photo {
  margin-right: 15px;
}

.recommended-info {
  position: relative;
  flex-grow: 1;
}

.recommended-name {
  display: block;
  line-height: 1.35;
}

.recommended-status {
  display: block;
  color: #676873;
  font-size: 12px;
  margin-bottom: 27px;
}

.recommended-item {
  display: flex;
  align-items: flex-start;
}

.recommended-item:not(:last-child) {
  margin-bottom: 15px;
}

.recommended-icon {
  margin-right: 12px;
}

.recommended-item p {
  margin: 0;
}

.recommended-stamp {
  position: absolute;
  bottom: -21px;
  right: -2px;
}

.section-6 {
  background: #f5f7fa;
  padding: 30px 0 30px;
}

.how-item {
  background: #fff;
  border-radius: 24px;
  padding: 15px 21px 15px 15px;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.how-item:not(:last-child) {
  margin-bottom: 35px;
}

.how-item:not(:last-child):after {
  content: "";
  position: absolute;
  width: 15px;
  height: 9px;
  background: url(../assets/items-arrow-down.86805153510fad659174.svg) no-repeat center / contain;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 15px);
}

.how-img {
  margin-right: 12px;
}

.how-number {
  font-size: 24px;
  display: block;
  margin-bottom: 2px;
  line-height: 1.4;
}

.how-item p {
  margin: 0;
  color: #676873;
}

.section-7 {
  padding: 31px 0 30px;
}

.compare {
  text-align: center;
  line-height: 22px;
}

.compare td {
  height: 70px;
  padding: 8px 5px 7px;
}

.compare tr:nth-child(even) td {
  background: #f9f9f9;
}

.compare td:nth-child(2) {
  background: #d5ecfd;
}

.compare tr:nth-child(even) td:nth-child(2) {
  background: #c5dced;
}

.compare td:first-child {
  width: 48%;
}

.compare td:nth-child(2),
.compare td:nth-child(3) {
  width: 26%;
}

.table-img {
  display: block;
  margin: 0 auto 16px;
}

.table-img.other {
  min-height: 98px;
  margin: -7px auto -3px;
}

.compare tr:first-child {
  font-weight: bold;
}

.compare td:nth-child(2) {
  font-weight: bold;
}

.compare td:first-child {
  text-align: left;
  padding: 3px 8px 1px;
  font-size: 14px;
}

.compare tr:first-child td:nth-child(2) {
  border-radius: 8px 8px 0 0;
}

.compare tr:nth-child(2) td:first-child {
  border-radius: 8px 0 0 0;
}

.compare tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}

.bottom-img {
  vertical-align: top;
}

.section-8 {
  padding: 30px 0 26px;
}

.testimonials-item {
  background: #eeefc0;
  padding: 20px;
  border-radius: 16px;
  height: auto;
}

.testimonials-item:nth-child(2) {
  background: #cfeacb;
}

.testimonials-item:nth-child(3) {
  background: #f5f7fa;
}

.testimonials-item:nth-child(4) {
  background: #e6f2fb;
}

.testimonials-head {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.testimonials-icon {
  margin-right: 14px;
}

.testimonials-info {
  padding-top: 3px;
}

.stars {
  display: block;
  margin-bottom: 5px;
}

.testimonials-name {
  font-size: 12px;
  color: #676873;
  display: block;
}

.testimonials p {
  margin: 0;
}
.slick-dots button {
  background: #efefef !important;
}
.slick-active button {
  background: #3a9df7 !important;
}
.slick-track {
  display: flex;
}
.slick-dots {
  padding: 0;
  margin: 7px 0 0;
  list-style-type: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

.slick-dots button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  display: block;
}
.section-4_2 {
  padding: 30px 0;
  margin-bottom: 21px;
}
.lines {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 15px;
}
.unlock-box {
  margin: -3px -15px 0;

  height: 375px;
  text-align: center;
  position: relative;
}

.unlock-images {
  position: absolute;
  bottom: 12px;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plus__img {
  margin: 0 8px;
}

.unlock-text {
  margin-top: 9px;
}

.unlock-text p {
  margin-bottom: 20px;
}

.section-4_2 h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}



.unlock-list span {
  margin-bottom: 8px;
  display: block;
}

.slick-active button {
  background: #3a9df7;
}

.section-9 {
  padding: 30px 0 30px;
  background: #f5f7fa;
}

.faq-item {
  display: flex;
  align-items: flex-start;
}

.faq-item:not(:last-child) {
  margin-bottom: 19px;
}

.faq-icon {
  margin-right: 12px;
}

.faq-title {
  color: #3a9df7;
  display: block;
  margin-bottom: 8px;
  line-height: 1.4;
}

.faq p {
  margin: 0;
}

.section-10 {
  padding: 34px 0 26px;
  background: url(../assets/bg-3.f364d87ef357dd44f8b5.jpg) no-repeat calc(50% + 112px) center / 392px auto;
}

.promo-text_last {
  color: #676873;
}

.promo-bottle_last {
  position: absolute;
  bottom: 9px;
  left: calc(50% + 50px);
}

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

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

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

#footer p {
  margin-bottom: 15px;
}

.footer-nav {
  text-align: center;
  margin: 0 0 16px;
  padding: 0;
  list-style-type: none;
  color: #0020e4;
}

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

.footer-nav li:not(:first-child) {
  margin-left: 2px;
}

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

.fixed-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 7px 15px;
  border: solid #ddd;
  border-width: 1px 0;
  text-align: center;
  z-index: 9;
}

.rush-btn {
  width: 345px;
  max-width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  line-height: 60px;
  background: #3dc051;
  padding: 0 5px;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.09), 0 7px 4px 0 rgba(0, 0, 0, 0.05),
  0 12px 5px 0 rgba(0, 0, 0, 0.01);
}

.rush-btn:after {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 16px;
  content: "";
  background: url(../assets/arrow-btn.c7c4f5f7ac3186667d1a.svg) no-repeat center / contain;
  margin: -4px 0 0 8px;
}

.scroll-to {
  position: relative;
  top: -5px;
}
.gdpr__box {
  bottom: 76px !important;
}

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

  .unlock-box {
    height: 325px;
  }

  .unlock-list {
    font-size: 11px;
    height: 70px;
    padding: 3px 0 0 84px;
    width: 280px;
  }

  .unlock-list span {
    margin-bottom: 9px;
  }
  .list-icon {
    width: 25px;
    margin-right: 7px;
  }

  .section-1 {
    background-size: 340px auto;
    background-position: calc(50% + 117px) 77px;
  }

  .promo-bottle {
    bottom: 95px;
  }

  .excl {
    font-size: 13px;
  }

  .excl-flag {
    width: 22px;
    margin-top: -3px;
  }

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

  .subheading {
    font-size: 15px;
    line-height: 1.25;
  }

  .simptoms-item {
    min-width: 0;
    padding: 10px;
  }

  .symptoms-text {
    font-size: 13px;
    line-height: 17px;
  }

  .symptoms-img {
    margin-bottom: 10px;
  }

  .symptoms-num {
    margin: 0;
  }

  .benefits-item {
    padding: 12px;
  }

  .benefits-icon {
    width: 73px;
  }

  .recommended-head {
    background-position-x: calc(50% - 45px);
    background-size: 495px auto;
    padding-right: 5px;
  }

  .recommended-product {
    margin-right: 24px;
  }

  .recommended-photo {
    width: 135px;
  }

  .recommended-status {
    font-size: 11px;
  }

  .recommended-stamp {
    bottom: -10px;
    right: -10px;
    width: 55px;
  }

  .how-item {
    padding: 15px;
  }

  .how-img {
    width: 85px;
  }

  .how-number {
    line-height: 1.1;
  }

  .compare {
    font-size: 13px;
    line-height: 16px;
  }

  .table-img {
    width: 52px;
  }

  .table-img.other {
    min-height: 66px;
    width: 40px;
    margin: -7px auto 6px;
  }

  .compare td:first-child {
    padding: 5px 8px;
    font-size: 13px;
  }

  .promo_last h1 {
    font-size: 24px;
  }
  .section-10 {
    background-position-x: calc(50% + 95px);
  }
  .promo-bottle_last {
    bottom: 0;
    left: calc(50% + 34px);
  }

  .rush-btn {
    font-size: 20px;
  }

  .rush-btn:after {
    margin-top: -2px;
  }
}
@media (min-width: 500px) {
  .unlock-box {
    height: 410px;
    background-size: auto 100%;
  }

  .unlock-list {
    font-size: 16px;
    height: 105px;
    padding: 4px 0 0 130px;
    width: 420px;
  }

  .unlock-list span {
    margin-bottom: 11px;
  }

  .unlock-images {
    left: 100px;
  }
}
@media (min-width: 450px) {
  .promo h1 {
    font-size: 31px;
  }
  .section-1 {
    background-position: calc(50% + 140px) 28px;
    background-size: 475px auto;
  }
  .promo-text {
    font-size: 15px;
  }
  .promo-list {
    font-size: 15px;
  }
  .promo-bottle_first {
    left: calc(50% + 30px);
    width: 170px;
    bottom: 85px;
  }
  .labels {
    width: 190px;
  }
  .section-10 {
    background-size: 470px auto;
    background-position-x: calc(50% + 110px);
  }
  .promo-bottle_last {
    bottom: 0;
    left: calc(50% + 30px);
    width: 150px;
  }
}

@media (min-width: 550px) {
  .promo_first h1 br,
  .promo-list br {
    display: none;
  }
  .warning {
    font-size: 12px;
  }
  .promo h1 {
    font-size: 32px;
    line-height: 1.3;
  }
  .promo-text {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .promo-list {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .labels {
    width: 220px;
    margin-bottom: 20px;
  }
  .section-1 {
    padding-top: 50px;
    background-position: calc(50% + 180px) 10px;
    background-size: 445px auto;
  }
  .promo-bottle_first {
    left: calc(50% + 70px);
    width: 180px;
    bottom: 110px;
  }
  .excl {
    font-size: 17px;
  }
  .simptoms-item {
    width: calc(100% / 3 - 8px);
  }
  .symptoms-text {
    font-size: 15px;
  }
  .compare td:first-child {
    font-size: 16px;
    padding: 5px 8px;
  }
  .compare td {
    height: 54px;
  }
  .section-10 {
    background-size: 460px auto;
    background-position: calc(50% + 180px) -70px;
  }
  .promo-bottle_last {
    left: calc(50% + 83px);
    width: 180px;
    bottom: 5px;
  }
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    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;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.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;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*, *: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;
    padding: 0;
    margin: 0;
}

header,
section {
    display: block;
}

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

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

a:hover {
    text-decoration: underline;
}

input {
    font: 100% Inter, Arial, Helvetica, sans-serif;
    color: #1C1C28;
    vertical-align: middle;
}

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

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

p {
    margin: 0 0 1.2em;
}

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

.container {
    width: 1090px;
    margin: 0 auto;
    padding: 0 15px;
}

.dib {
    display: inline-block;
}

.db {
    display: block;
}

.df {
    display: flex;
}

.tc {
    text-align: center;
}

.mark-1 {
    color: #397dbe;
}

.section-2 {
    padding: 60px 0 16px;
}

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    color: #0020E4;
    margin-bottom: 1.2em;
}

.footer-nav li {
    margin: 0 3px;
}

#footer {
    margin-bottom: 100px;
}

.fixed-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 7px 15px;
    border: solid #ddd;
    border-width: 1px 0;
    text-align: center;
    z-index: 9;
}

.rush-btn {
    width: 345px;
    max-width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    line-height: 60px;
    background: #3dc051;
    padding: 0 5px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 1px 2px #0000001a, 0 3px 3px #00000017, 0 7px 4px #0000000d, 0 12px 5px #00000003;
}

.rush-btn:after {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 16px;
    content: "";
    background: url(../assets/arrow-btn.c7c4f5f7ac3186667d1a.svg) no-repeat center / contain;
    margin-left: 8px;
}

form {
    max-width: 768px;
    margin: 0 auto;
}

label {
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
}

input, textarea {
    margin: 0;
    padding: 0 7px;
    border: 1px solid #b6b6b6;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    width: 100%;
    border-radius: 2px;
    color: #1c1c28;
    outline: none;
    max-width: 100%;
    display: block;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

textarea {
    resize: vertical;
    min-height: 120px;
}

.form-field {
    margin-bottom: 12px;
}

#submit {
    background: #1c1c28;
    color: #fafafc;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 220px;
    text-align: center;
    padding: 0;
    border: none;
}

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

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

    .section-2 {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {

    .container {
        width: 100%;
    }
}

@media (max-width: 530px) {

    .section-2 {
        padding-top: 31px;
    }
}

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

    .footer-nav li {
        margin: 0 1px;
    }
}

