/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 130px;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 20;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {

  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -55%;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '';
}

[dir='rtl'] .slick-prev:before {
  content: '';
  background: url(../images/next.png) no-repeat;
  background-size: contain;
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '';
  background: url(../images/next.png) no-repeat;
  left: -10px;
}

[dir='rtl'] .slick-next:before {
  content: '';
  background: url(../images/prev.png) no-repeat;
}

.slick-prev,
.slick-next {
  height: 40px;
  width: 20px;
  background: url(../images/prev.png) no-repeat;
  background-size: contain;
  left: -15px;

}

.slick-next {
  background: url(../images/next.png) no-repeat;
  background-size: contain;
  left: auto;
  right: -15px;
}

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

.slick-dots {
  position: absolute;
  bottom: -40px;
  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-size: 70px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  content: '•';
  text-align: center;
  opacity: 0.25;
  background-color: #8dde6e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  background: #2f880e;
}

/* 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;
}

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

* {
  box-sizing: border-box;
}

body {
  font-size: 18px;
  font-family: sans-serif;
  color: #000;
  letter-spacing: 0.4px;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

ul {
  list-style: none;
  padding: 0;
}

h1,
h2 {

  font-weight: inherit;
  text-transform: uppercase;
  font-size: 52px;
  margin: 0;
}

h1 span,
h2 span {
  color: #009900;
}

h2 {
  font-size: 46px;
  font-weight: inherit;
  line-height: 1.2;
}

a {
  color: #fff;
  text-decoration: none;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.wrapper_flex {
  display: flex;
}

.block1,
.block9 {
  height: 945px;
  background: url(../images/b1_bg.webp) center top no-repeat;
  background-size: cover;
  padding: 40px 0;
  position: relative;
}

.no-webp .block1,
.no-webp .block9 {
  height: 945px;
  background: url(../images/b1_bg.png) center top no-repeat;
  background-size: cover;
}

.block9 {
  height: 990px;
  background: url(../images/b9_bg.webp) no-repeat;
  background-position: 64% 3px;
  background-size: cover;
}

.block9 .form_item p {
  color: #fff;
}

.no-webp .block9 {
  height: 990px;
  background: url(../images/b9_bg.png) no-repeat;
  background-position: 64% top;
  background-size: cover;
}

.b1_list {
  max-width: 600px;
  line-height: 1.3;
}

.b1_list header h3 {

  text-transform: uppercase;
  font-size: 20px;
  font-weight: inherit;
  border: 3px solid #bdbdbd;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 35px;
}

.b1_list header p {

  font-size: 22px;
  letter-spacing: 7px;
}

.block9 .b1_list header p {
  text-transform: uppercase;
}

.b1_list header p span {
  color: #009900;
}

.b1_list ul {
  max-width: 300px;
  padding-left: 50px;
  margin: 60px 0;
}

.b1_list ul li {

  font-size: 20px;
  position: relative;
  margin-bottom: 40px;
}

.b1_list ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -48px;
  transform: translateY(-50%);
  background: url(../images/check.png) no-repeat;
  width: 40px;
  height: 35px;
}

.block1 .wrapper_flex,
.block9 .wrapper_flex {
  background: #e4e1d8;
  border-radius: 5px;
  justify-content: space-between;
  position: absolute;
  max-width: 1200px;
  width: 100%;
  z-index: 1;
  bottom: -350px;
}

.b1_price_timer {
  width: 50%;
  position: relative;
  padding: 15px 0 70px 60px;
}

.b1_price p {
  display: inline-block;
}

.b1_price_old {

  font-size: 19px;
  text-transform: uppercase;
  width: 29%;
}

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

.b1_price_new {

  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
  position: relative;
  background: #409756;
  background: -moz-linear-gradient(left, #409756 0%, #1d6822 34%, #69c07f 57%, #1f4829 100%);
  background: -webkit-linear-gradient(left, #409756 0%, #1d6822 34%, #69c07f 57%, #1f4829 100%);
  background: linear-gradient(to right, #409756 0%, #1d6822 34%, #69c07f 57%, #1f4829 100%);
  padding: 10px 0 10px 45px;
  width: 60%;
}

.b1_price_new:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -12px;
  transform: rotate(90deg);
  border: 45px solid transparent;
  border-bottom: 25px solid #e4e1d8;
}

.b1_price_new span {

  font-size: 38px;
}

.b1_timer p {

  font-size: 11px;
  letter-spacing: 5px;
  margin-bottom: 8px;
}

.hoursSH,
.minutesSH,
.secondsSH {
  font-size: 48px;
  text-align: center;
  display: inline-block;
  max-width: 86px;
  width: 100%;
  border: 5px solid #fff;
  border-radius: 10px;
  padding: 0 0 4px;
  position: relative;
}

.dotTimer {
  font-size: 35px;
  position: relative;
  top: -7px;
  margin: 0 10px;
}

.hoursSH:before,
.minutesSH:before,
.secondsSH:before {

  content: '';
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  top: 77px;
  left: 17px;
}

.hoursSH:before {
  content: '';
}

.minutesSH:before {
  content: '';
}

.secondsSH:before {
  content: '';
  left: 15px;
}

.product_pic {
  position: absolute;
  bottom: 10px;
  right: -105px;
  width: 250px;
}

.b1_form {
  max-width: 435px;
  width: 100%;
  padding: 55px 50px 15px;
  background: #009900;
  
}

.block9 .b1_form {
  background: #009900;
}

.form_item {
  text-align: center;
}

form input,
form select {
  width: 100%;
  height: 50px;
  font-size: 16px;
  text-indent: 22px;
  border: 1px solid #e1dcda;
  border-radius: 5px;
  margin-bottom: 10px;
}

.btn {

  font-size: 23px;
  width: 100%;
  background: #f3e334;
  color: #000;
  user-select: none;
  padding: 15px 0;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.block9 .btn {
  background: #f3e334;
  color: #000;
}

.btn:hover {
  color: #fff;
  background: #c7b700;
}

.block9 .btn:hover {

  background: #c7b700;
}

.form_item p {
  font-size: 15px;
  color: #fff;
}

.block2 {
  background: #f6f8f9;
  padding: 225px 0 38px;
  position: relative;
  overflow: hidden;
}

.b2_img {
  position: absolute;
  z-index: 0;
  top: -13%;
}

.b2_text {
  margin: 0 0 0 590px;
}

.b2_text p {
  font-size: 20px;
}

.b2_important {

  font-weight: inherit;
  color: #f9064a;
  background: #fff;
  border-radius: 5px;
  padding: 15px 15px 15px 100px;
  position: relative;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.75);
}

.b2_important:before {
  content: '';
  position: absolute;
  top: 28px;
  left: 22px;
  background: url(../images/guts.png) no-repeat;
  width: 60px;
  height: 65px;
}

.block3 {
  background: url(../images/b3_bg.webp) center no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.no-webp .block3 {
  background: url(../images/b3_bg.png) center no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.block3 h2 {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 45px;
}

.b3_product {
  width: 220px;
  position: absolute;
  left: 40%;
  top: 36%;
  z-index: 1;
}

.block3 .wrapper_flex {
  justify-content: space-between;
}

.b3_list {
  width: 50%;
}

.b3_list ul li {
  margin-bottom: 15px;
  background: #e5f1f4;
  height: 100px;
  display: flex;
  align-items: center;
  position: relative;
}

.b3_list ul li:first-child {

  color: #fff;
}

.b3_list ul li:first-child:before {
  background: url(../images/arrow.png) no-repeat;
  width: 35px;
  height: 35px;
}

.b3_list1 ul li:first-child {
  background: rgb(11, 138, 96);
  background: -moz-linear-gradient(left, rgba(11, 138, 96, 1) 0%, rgba(10, 122, 85, 1) 51%, rgba(2, 29, 20, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(11, 138, 96, 1) 0%, rgba(10, 122, 85, 1) 51%, rgba(2, 29, 20, 1) 100%);
  background: linear-gradient(to right, rgba(11, 138, 96, 1) 0%, rgba(10, 122, 85, 1) 51%, rgba(2, 29, 20, 1) 100%);
}

.b3_list1 ul li:first-child:before {
  top: 34px;
  left: 22px;
}

.b3_list2 ul li:first-child {
  background: rgb(2, 29, 20);
  background: -moz-linear-gradient(left, rgba(2, 29, 20, 1) 0%, rgba(10, 122, 85, 1) 51%, rgba(11, 138, 96, 1) 98%);
  background: -webkit-linear-gradient(left, rgba(2, 29, 20, 1) 0%, rgba(10, 122, 85, 1) 51%, rgba(11, 138, 96, 1) 98%);
  background: linear-gradient(to right, rgba(2, 29, 20, 1) 0%, rgba(10, 122, 85, 1) 51%, rgba(11, 138, 96, 1) 98%);
}

.b3_list2 ul li:first-child:before {
  top: 33px;
}

.b3_list ul li span {

  max-width: 275px;
  display: inline-block;
}

.b3_list1 ul li {
  padding-left: 70px;
}

.b3_list2 ul li {
  padding: 0 70px 0 15px;
  text-align: right;
  justify-content: flex-end;
}

.b3_list ul li:before {
  content: '';
  position: absolute;
  top: 40px;
  left: 22px;
  background: url(../images/arrow2.png) no-repeat;
  width: 25px;
  height: 25px;
}

.b3_list2 ul li:before {
  transform: rotate(180deg);
  left: auto;
  right: 22px;
  top: 37px;
}

.block4 {
  background: url(../images/b4_bg.webp) center no-repeat;
  background-size: cover;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.no-webp .block4 {
  background: url(../images/b4_bg.png) center no-repeat;
  background-size: cover;
}

.b4_img {
  position: absolute;
  z-index: 0;
  top: -8%;
  left: 32%;
}

.b4_text {
  max-width: 550px;
}

.b4_text h2 {
  margin-bottom: 35px;
}

.b4_text p {
  font-size: 20px;
}

.b4_text ul {
  justify-content: space-between;
  margin-top: 40px;
}

.b4_text ul li {

  text-align: center;
  background: #fff;
  max-width: 155px;
  padding: 90px 10px 15px;
  position: relative;
}

.b4_text ul li:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 48px;
  background: url(../images/check2.png) no-repeat;
  width: 70px;
  height: 60px;
}

.block5 {
  background: url(../images/b5_bg.png) center no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.block5 h2 {
  text-align: center;
}

.block5 .wrapper>h3 {

  font-weight: inherit;
  text-align: center;
  max-width: 770px;
  margin: 30px auto 45px;
}

.ingr {
  max-width: 350px;
  border: 2px solid #f8cccf;
  padding: 0 0 20px;
  margin: 0 auto;
}

.ingredients div img {
  display: block;
  margin: 15px auto;
}

.ingredients div>h3 {

  font-weight: inherit;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 35px;
  text-align: center;
  margin-top: 0;
}

.ingredients div>p {
  padding: 0 35px;
  margin-bottom: 0;
}

.block6 {
  background: url(../images/b6_bg.webp) center no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.no-webp .block6 {
  background: url(../images/b6_bg.png) center no-repeat;
  background-size: cover;
}

.block6 h2 {
  margin-bottom: 20px;
}

.b6_doctor_pic_mob {
  display: none;
}

.b6_doctor_pic {
  width: 470px;
  position: absolute;
  right: 3%;
  bottom: -60px;
}

.b6_doctor_opinion {
  max-width: 560px;
  border: 12px solid #fff;
  padding: 0 30px 15px;
}

.b6_doctor_sign {
  max-width: 115px;
  align-self: center;
  margin-left: 30px;
  position: relative;
}

.b6_doctor_sign:after {
  content: '';
  position: absolute;
  top: 105%;
  left: -30%;
  background: url(../images/doctor_sign.png) no-repeat;
  width: 130px;
  height: 115px;
}

.b6_doctor_opinion p:first-child {
  font-size: 21px;
  color: #172c97;
}

.b6_doctor_sign p {
  font-size: 14px;
  font-style: italic;
}

.b6_doctor_sign p span {

  font-style: normal;
  font-size: 24px;
  color: #172c97;
}

.block7 {
  background: url(../images/b7_bg.webp) center no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.no-webp .block7 {
  background: url(../images/b7_bg.png) center no-repeat;
  background-size: cover;
}

.block7 h2 {
  text-align: center;
  margin: 0 0 35px;
}

.b7_plus {
  flex-wrap: wrap;
}

.b7_plus1 {
  justify-content: space-around;
  margin-bottom: 40px;
}

.b7_plus2 {
  justify-content: center;
  margin-bottom: 30px;
}

.b7_plus div {
  max-width: 390px;
  position: relative;
  padding-left: 125px;
}

.b7_plus div h3 {

  font-weight: inherit;
  font-size: 22px;
  color: #009900;
  text-transform: uppercase;
}

.b7_plus div img {
  position: absolute;
  left: -25px;
}

.b7_plus2 div:first-child {
  margin-right: 60px;
}

.b7_plus div p {
  max-width: 210px;
}

.b7_note {
  font-size: 13px;
  color: #787776;
}

.block8 {
  background: url(../images/b8_bg.png) center no-repeat;
  padding: 40px 0;
}

.block8 h2 {
  margin-bottom: 20px;
  text-align: center;
}

.reviews {
  justify-content: space-between;
}

.reviews div {
  padding: 30px;
  border: 2px solid #f8cccf;
  margin: 15px;
  position: relative;
}

.reviews div img {
  position: absolute;
}

.reviews div h4 {

  font-weight: inherit;
  font-size: 20px;
  padding-left: 70px;
  margin: 0 0 25px;
}

.reviews div h4 span {

  display: block;
  font-weight: 100;
}

footer {
  font-size: 16px;
  color: #666c84;
  text-align: left;
  width: 100%;
  padding: 15px 15px 0;
  background: #2f3543;
  margin: 0;
}

.footer__footnote {
  max-width: 510px;
  width: 100%;
  margin: 0 auto 10px;
}

.footer__footnote:last-child {
  margin-bottom: 0;
}

.bel-footer-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

.popup {
  padding: 15px;
  display: flex;
  align-items: center;
  background-color: #e4e1d8;
}

.popup .b1_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup__left {
  width: 240px;
  margin-right: 25px;
}

.popup-prod {
  max-width: 100%;
}

.popup__right {
  width: 330px;
  flex-shrink: 0;
}

.popup__form {
  width: 100%;
  padding: 20px 15px;
  background: #009900;
}

.popup .btn {
  color: #333;
  font-size: 18px;
  background: #f3e334;
}

.popup .btn:hover {
  color: #fff;
  background: #afa323;
}

.popup .form_item p {
  margin-bottom: 0;
  color: #fff;
}

.popup .b1_price_new {
  padding-right: 10px;
  padding-left: 35px;
  text-align: center;
}

@media (max-width: 1250px) {
  .wrapper {
    max-width: 1000px;
    padding: 0 20px;
  }

  .block1,
  .block9 {
    height: auto;
    background-position: 60% top;
    background-size: auto;
  }

  .block9 {
    background-position: 57% 16%;
  }

  h1 {
    font-size: 45px;
  }

  .b1_list ul {
    margin: 45px 0 60px;
  }

  .block1 .wrapper_flex,
  .block9 .wrapper_flex {
    position: static;
  }

  .product_pic {
    width: 200px;
    right: -90px;
  }

  .block2 {
    padding: 40px 0;
  }

  .b2_img {
    left: 27%;
  }

  .b2_img img {
    width: 84%;
    opacity: 0.3;
  }

  .b2_text {
    margin: 0;
  }

  .b3_list ul li span {
    max-width: 235px;
  }

  .b2_text h2 {
    text-align: center;
    position: relative;
  }

  .b2_text h2 br {
    display: none;
  }

  .b2_text p {
    font-weight: bold;
    position: relative;
  }

  .b2_important:before {
    top: 14px;
  }

  .b4_img {
    top: 6%;
    left: 24%;
  }

  .b4_img img {
    width: 130%;
    opacity: 0.4;
  }

  .b4_text {
    position: relative;
    z-index: 1;
  }

  .b4_text p {
    font-weight: bold;
  }

  .ingr {
    max-width: 75%;
    text-align: center;
  }

  .b6_doctor_pic {
    right: 0;
    bottom: -80px;
  }

  .b6_doctor {
    display: block;
  }

  .b6_doctor_sign {
    max-width: 40%;
  }

  .b6_doctor_sign:after {
    top: -30%;
    left: 93%;
  }
}

@media (max-width: 999px) {
  .b6_doctor_sign:after {
    left: 120%;
  }

  .wrapper {
    max-width: 769px;
  }

  h2 {
    text-align: center;
  }

  .block1,
  .block9 {
    background: #f3efec;
  }

  .block1 .wrapper_flex,
  .block9 .wrapper_flex {
    display: block;
  }

  .b1_list {
    max-width: 100%;
    text-align: center;
  }

  .product_pic {
    right: 70px;
    bottom: 310px;
  }

  .b1_list ul {
    max-width: 370px;
    margin: 90px 0;
    text-align: left;
  }

  .b1_price_timer {
    width: 100%;
    padding: 15px 15px 50px;
    text-align: center;
  }

  .b1_price_new {
    width: auto;
    padding: 10px 10px 10px 45px;
  }

  .b1_form {
    margin: 0 auto;
  }

  .b2_important:before {
    top: 30px;
  }

  .block3 .wrapper_flex {
    display: block;
  }

  .b3_list {
    width: 100%;
  }

  .b3_list ul li {
    font-size: 22px;
  }

  .b3_list ul li span {
    max-width: 100%;
  }

  .b3_product {
    position: static;
    display: block;
    margin: 20px auto;
  }

  .b4_text {
    max-width: 100%;
  }

  .b4_text ul {
    justify-content: space-around;
  }

  .b4_img {
    display: none;
  }

  .b6_doctor_pic {
    display: none;
  }

  .b6_doctor_pic_mob {
    display: block;
    float: right;
    width: 40%;
    padding: 10px 0 15px 25px;
  }

  .b6_doctor_opinion {
    max-width: 100%;
    padding: 0 20px 15px;
  }

  .b7_plus {
    display: block;
  }

  .b7_plus div {
    max-width: 100%;
    margin-bottom: 70px;
  }

  .b7_plus2 div:last-child {
    margin-bottom: 0;
  }

  .b7_plus div p {
    max-width: 100%;
  }

  .b7_plus div img {
    top: -15%;
  }

  .reviews {
    display: block;
  }

  .popup__left {
    display: none;
  }

  .popup__right {
    width: 270px;
  }
}

@media (max-width: 768px) {
  .wrapper {
    max-width: 600px;
  }

  .product_pic {
    right: -10px;
  }

  .b6_doctor_sign:after {
    top: -5%;
    left: 130%;
  }

  .b6_doctor_sign {
    max-width: 50%;
  }
}

@media (max-width: 599px) {
  .wrapper {
    max-width: 400px;
  }

  h1,
  h2 {
    font-size: 33px;
  }

  .block {
    padding: 25px 0 !important;
  }

  .b1_list header p,
  .block9 .b1_list header p {
    font-size: 19px;
    letter-spacing: 2px;
  }

  .b1_list ul {
    max-width: 100%;
    margin: 45px 0;
  }

  .b1_price p {
    display: block;
  }

  .b1_price_old {
    width: 100%;
    margin: 10px 0;
  }

  .b1_timer p {
    letter-spacing: 2px;
  }

  .hoursSH,
  .minutesSH,
  .secondsSH {
    font-size: 39px;
    width: 20%;
    padding: 0 0 3px;
  }

  .hoursSH:before,
  .minutesSH:before,
  .secondsSH:before {
    font-size: 11px;
    top: 65px;
    left: 9px;
  }

  .secondsSH:before {
    left: 8px;
  }

  .product_pic {
    position: static;
    display: block;
    margin: 45px auto 0;
  }

  .b1_price_timer {
    padding: 15px 15px 35px;
  }

  .b1_form {
    padding: 28px 20px 15px;
  }

  .b2_img {
    display: none;
  }

  .b2_important {
    padding: 15px 15px 15px 70px;
  }

  .b2_important:before {
    top: 25px;
    left: 10px;
    width: 40px;
    height: 50px;
    background-size: contain;
  }

  .b3_list1 ul li {
    height: auto;
    padding: 15px 10px 20px 70px;
  }

  .b3_list2 ul li {
    height: auto;
    padding: 15px 70px 20px 10px;
  }

  .b3_list ul li:before {
    top: 25px;
  }

  .b3_list1 ul li:first-child:before {
    top: 23px;
  }

  .b3_list2 ul li:first-child:before {
    top: 23px;
  }

  .b3_list2 ul li:before {
    top: 19px;
  }

  .b4_text ul {
    display: block;
  }

  .b4_text ul li {
    max-width: 250px;
    margin: 0 auto 20px;
  }

  .b4_text ul li:before {
    left: 91px;
  }

  .ingr {
    max-width: 100%;
  }

  .b6_doctor_sign:after {
    left: 115%;
  }

  .b7_plus div {
    position: relative;
    padding-left: 0;
    margin-bottom: 35px;
  }

  .b7_plus div img {
    position: static;
    display: block;
    margin: 0 auto -28px;
  }

  .b7_plus div h3 {
    font-size: 20px;
    text-align: center;
  }

  .b7_plus div p {
    text-align: center;
  }

  .b7_plus2 div:first-child {
    margin-right: 0;
  }

  .slick-prev {
    left: 15px;
  }

  .slick-next {
    right: 15px;
  }
}

@media (max-width: 479px) {
  .block5 {
    background: 0;
  }
}

@media (max-width: 399px) {
  .wrapper {
    max-width: 320px;
    padding: 0 10px;
  }

  h1 {
    font-size: 8.5vw;
  }

  h2 {
    font-size: 8vw;
  }

  .b1_list header p,
  .block9 .b1_list header p,
  .b1_list ul li,
  .b2_text p,
  .b3_list ul li,
  .b4_text p,
  .block5 .wrapper>h3,
  .b7_plus div h3 {
    font-size: 6vw;
  }

  .b1_list ul li {
    margin-bottom: 30px;
  }

  .b4_text ul li,
  .b6_doctor_opinion,
  .b7_plus div p {
    font-size: 5vw;
  }

  .b1_timer p {
    font-size: 4vw;
  }

  .dotTimer {
    font-size: 23px;
    top: -2px;
  }

  .hoursSH,
  .minutesSH,
  .secondsSH {
    font-size: 25px;
  }

  .hoursSH:before,
  .minutesSH:before,
  .secondsSH:before {
    top: 44px;
    left: 3px;
    font-size: 9px;
  }

  .product_pic {
    margin: 27px auto 0;
  }

  .btn {
    font-size: 5.5vw;
  }

  .ingr {
    border: 0;

  }

  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }

  .block5 .wrapper>h3 {
    margin: 30px auto;
  }

  .ingredients div>h3,
  .ingredients div>p {
    padding: 0;
  }

  .b6_doctor_pic_mob {
    float: none;
    width: 70%;
    margin: 0 auto;
    padding: 10px 10px 0;
  }

  .b6_doctor_sign:after {
    width: 110px;
    left: 106%;
    background-size: contain;
  }

  .reviews div {
    padding: 30px 15px 15px;
    margin: 5px 0 15px;
    font-size: 6vw;
  }
}

.phoneBtnContainer {
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  .footer__footnote {
    max-width: 690px;
  }
}

@media screen and (min-width: 992px) {
  .footer__footnote {
    max-width: 930px;
  }
}

@media screen and (min-width: 1200px) {
  .footer__footnote {
    max-width: 1110px;
  }
}