.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;
  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;
}
* {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  font-family: "K2D", sans-serif;
  background-color: #fff1f8;
}

.limit {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1080px;
  font-size: 0;
}

b {
  font-weight: 700;
}

._bigTe {
  position: relative;
  z-index: 2;
  font-size: 116px;
  font-weight: 700;
  color: #e2147b;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  margin-left: 20px;
  letter-spacing: 10px;
}

._bigTe .animOpacity {
  opacity: 0;
}

._bigTe .js-isonscreen.animOpacity {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.57s;
  animation-duration: 0.57s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  text-shadow: 0 1px 0 white, 0px -1px 0 white, 1px 0 0 white, -1px 0 0 white,
    1px 1px 0 white, 1px -1px 0 white, -1px 1px 0 white, -1px -1px 0 white,
    0px 2px 0 white, 0px -2px 0 white, 2px 0 0 white, -2px 0 0 white,
    2px 2px 0 white, 2px -2px 0 white, -2px 2px 0 white, -2px -2px 0 white;
}

._bigTe .blueberries1 {
  position: absolute;
  left: -24px;
  bottom: -43px;
  z-index: 1;
}

._bigTe .blueberries3 {
  position: absolute;
  left: 265px;
  bottom: 100px;
}

._bigTe span {
  position: relative;
  z-index: 1;
  line-height: 0.8;
  display: inline-block;
}

._bigTe .blueberries2 {
  z-index: 1;
  position: absolute;
  right: 27px;
  top: 2px;
}

._bigTe ._purple {
  color: #a487dc;
  letter-spacing: 1px;
}

.global_wrapp {
  display: block;
  width: 100%;
  overflow: hidden;
}

.btn,
form button {
  position: relative;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  color: white;
  margin-top: 50px;
  cursor: pointer;
  padding: 17px 10px;
  min-width: 245px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background-color: #c80000;
  z-index: 5;
  font-size: 26px;
  transition: background-color 0.2s;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.93);
}

.btn:before,
form button:before {
  content: "";
  display: inline-block;
  width: 104.1%;
  border-radius: 50px;
  height: 116.2%;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

form button {
  position: relative;
}

.first {
  position: relative;
  padding-bottom: 140px;
}

.first .blueberries {
  position: absolute;
  right: -125px;
  bottom: -146px;
}

.first .leaf {
  position: absolute;
  top: 0;
  left: 9.4%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.first .woman {
  position: absolute;
  left: 51%;
  top: 0px;
  max-width: 550px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
  -webkit-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
}

.first .center {
  text-align: center;
}

.first ._purple_block {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}

.first ._white_block {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}

.first .limit {
  position: relative;
  z-index: 2;
}

.first .title {
  position: relative;
  z-index: 1;
  font-family: "K2D", sans-serif;
  font-size: 72px;
  line-height: 1;
  color: #e2147b;
  padding-left: 33.8%;
  margin-bottom: 50px;
  padding-top: 25px;
}

.first .title span {
  display: inline-block;
  padding-left: 38.5%;
}

.first .advantages_list {
  position: relative;
  z-index: 1;
  width: 34.3%;
  display: block;
  margin: 0 0 0 auto;
}

.first .advantages_listItem {
  position: relative;
  font-size: 21px;
  padding-left: 52px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.first .advantages_listItem:before {
  content: "";
  position: absolute;
  left: 29px;
  top: 8px;
  width: 12px;
  height: 12px;
  background-color: #00c462;
  border-radius: 50%;
}

.first .advantages_listItem:after {
  content: "";
  position: absolute;
  left: 32px;
  top: 23px;
  width: 6px;
  height: 6px;
  background-color: #00c462;
  opacity: 0.32;
  border-radius: 50%;
}

.first .prod_block {
  position: absolute;
  left: -4px;
  top: -49px;
  z-index: 2;
  background: url("../img/back-berries.png") center no-repeat;
  width: 594px;
  height: 478px;
}

.first .prod_block ._prod {
  position: absolute;
  max-width: 260px;
  left: 70px;
  top: 124px;
  transition: all 0.5s;
}

.first .prod_block ._berry_1,
.first .prod_block ._berry_2,
.first .prod_block ._berry_3,
.first .prod_block ._berry_4,
.first .prod_block ._berry_5 {
  position: absolute;
}

.first .prod_block ._berry_1 {
  left: 56px;
  top: 190px;
}

.first .prod_block ._berry_2 {
  top: 492px;
  left: 137px;
}

.first .prod_block ._berry_3 {
  left: 25px;
  top: 362px;
  transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
}

.first .prod_block ._berry_4 {
  left: 590px;
  top: 380px;
}

.first .prod_block ._berry_5 {
  left: 15px;
  top: 12px;
}

.first .prod_block .wrapp_stick {
  position: relative;
  max-width: 180px;
}

.first .prod_block .wrapp_stick .stick_img {
  display: inline-block;
  vertical-align: middle;
  background: url("../img/stick.png") center no-repeat;
  display: block;
  margin: 0 auto;
  width: 85px;
  height: 85px;
  background-size: 90%;
}

.first .stick {
  left: 230px;
  top: 120px;
  position: absolute;
}

.first .stick img {
  display: inline-block;
  vertical-align: middle;
}

.first .stick .stick_text {
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #009249;
  text-shadow: white 3px 3px 1px;
  padding-top: 5px;
  line-height: 1.5;
  position: relative;
  text-align: center;
  top: -3px;
}

.first .stick .stick_text .procent {
  display: block;
  font-weight: 400;
  left: -6px;
  top: -1px;
  line-height: 0.8;
  font-family: "Baloo Chettan 2", sans-serif;
  font-size: 36px;
  position: relative;
}

.second {
  min-height: 941px;
  height: 1px;
}

.second .wrapp_abs_img {
  position: relative;
}

.second .limit {
  height: 100%;
}

.second .circle_block {
  position: relative;
  font-size: 0;
  height: 100%;
}

.second .woman_2 {
  position: absolute;
  left: 51%;
  max-width: 450px;
  bottom: 60px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.second .wrapp_circle_block {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 50%;
}

.second .garlic {
  position: absolute;
  left: -62px;
  bottom: 78px;
  z-index: 2;
}

.second .cola {
  position: absolute;
  left: -139px;
  top: 57px;
  z-index: 2;
}

.second ._firstCircle {
  font-size: 0;
  background: url("../img/circle-12.png") center no-repeat;
  background-size: 100%;
  width: 516px;
  height: 516px;
  line-height: 516px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.22);
  margin-left: -39px;
  border: 8px solid #ffd200;
  position: relative;
}

.second ._firstCircle ._text {
  font-weight: 700;
  font-size: 46px;
  line-height: 1.3;
  color: #ffffff;
  display: inline-block;
  margin-top: 118px;
  padding-left: 45px;
  padding-right: 90px;
  padding-bottom: 15px;
  padding-top: 5px;
  background: -moz-linear-gradient(
    left,
    rgba(30, 87, 153, 0) 0%,
    #b94001 15%,
    #b94001 50%,
    #b94001 70%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(30, 87, 153, 0) 0%,
    #b94001 15%,
    #b94001 50%,
    #b94001 70%,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(30, 87, 153, 0) 0%,
    #b94001 15%,
    #b94001 50%,
    #b94001 70%,
    rgba(125, 185, 232, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#007db9e8', GradientType=1);
}

.second .wrapp_circle_block._second {
  margin-top: 76px;
}

.second .wrapp_circle_block._second .dill {
  position: absolute;
  right: -176px;
  top: -110px;
}

.second .wrapp_circle_block._second .mortar {
  position: absolute;
  z-index: 1;
  right: 48px;
  top: 6px;
}

.second ._secondCircle {
  position: relative;
  font-size: 0;
  border: 8px solid #a487dc;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.22);
  background: url("../img/circle-2.png") center no-repeat;
  width: 545px;
  height: 545px;
  overflow: hidden;
  border-radius: 50%;
  left: -61px;
  margin-top: 10px;
}

.second .pizza {
  position: absolute;
  left: -2px;
  bottom: -77px;
}

.second .wrapp_circle_block._three {
  bottom: 54px;
  position: absolute;
  left: 0;
}

.second .wrapp_circle_block._three ._textCursive {
  padding-left: 13px;
}

.second ._threeCircle {
  position: relative;
  font-size: 0;
  border-radius: 50%;
  background: url("../img/circle-3.png") center no-repeat;
  border: 8px solid #00c462;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.22);
  width: 359px;
  height: 359px;
  margin-left: 69px;
  margin-bottom: 52px;
}

.second ._textCursive {
  position: relative;
  z-index: 3;
  font-size: 44px;
  color: #e2147b;
  padding-left: 52px;
  margin-top: 75px;
  line-height: 1.2;
  -webkit-text-stroke-width: 1px;
  text-shadow: 0 1px 0 white, 0px -1px 0 white, 1px 0 0 white, -1px 0 0 white,
    1px 1px 0 white, 1px -1px 0 white, -1px 1px 0 white, -1px -1px 0 white,
    0px 2px 0 white, 0px -2px 0 white, 2px 0 0 white, -2px 0 0 white,
    2px 2px 0 white, 2px -2px 0 white, -2px 2px 0 white, -2px -2px 0 white,
    0px 3px 0 white, 0px -3px 0 white, 3px 0 0 white, -3px 0 0 white,
    3px 3px 0 white, 3px -3px 0 white, -3px 3px 0 white, -3px -3px 0 white;
}

.second ._textCursive._last {
  padding-left: 80px;
  margin-top: 4px;
}

.three {
  position: relative;
  padding-bottom: 167px;
}

.three ._elipse {
  pointer-events: none;
  position: absolute;
  left: 58.4%;
  bottom: 41px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.three .limit {
  position: relative;
}

.three ._text {
  position: relative;
  z-index: 1;
  font-size: 36px;
  text-align: center;
  display: block;
  margin: 0px auto 0;
  max-width: 480px;
  color: #573a49;
  line-height: 1.5;
}

.three .subtitle {
  text-align: center;
  font-family: "Itim", cursive;
  font-size: 100px;
  color: #e2147b;
  line-height: 1;
  padding-left: 44%;
  margin-top: 70px;
  position: relative;
  z-index: 1;
}

.three .subtitle span {
  font-family: "K2D", sans-serif;
  display: block;
  padding-left: 20px;
  margin-top: 37px;
  font-size: 42px;
}

.three .prod_circle {
  position: absolute;
  right: -33px;
  top: -120px;
  width: 383px;
  height: 383px;
  display: inline-block;
  line-height: 383px;
  text-align: center;
  border-radius: 50%;
  background: -moz-radial-gradient(
      center,
      ellipse cover,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 96, 246, 0.15) 100%
    ),
    #fff;
  background: -webkit-radial-gradient(
      center,
      ellipse cover,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 96, 246, 0.15) 100%
    ),
    #fff;
  background: radial-gradient(
      ellipse at center,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 96, 246, 0.15) 100%
    ),
    #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#26ff60f6', GradientType=1);
}

.three .prod_circle ._prod {
  position: absolute;
  max-width: 280px;
  left: 77px;
  top: -71px;
  transition: all 0.5s;
}

.three .prod_circle ._berry_6 {
  position: absolute;
  left: 304px;
  top: 102px;
  max-width: 46px;
}

.three .prod_circle ._berry_7 {
  position: absolute;
  left: 35px;
  top: 231px;
  max-width: 82px;
}

.three .prod_circle ._berry_8 {
  position: absolute;
  left: 175px;
  top: 211px;
  max-width: 80px;
}

.clear {
  clear: both;
}

.four {
  padding-top: 28px;
}

.four .limit {
  position: relative;
}

.four .back_crazy {
  position: absolute;
  background: url("../img/crazy-back.png");
  width: 1611px;
  height: 1294px;
  left: 48%;
  top: 64.5%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.four .subTitle {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.3;
  color: #1f1f1f;
  text-align: center;
  position: relative;
  z-index: 1;
}

.four .z-2 {
  position: relative;
  padding-bottom: 15px;
}

.four .z-2 .blueberries {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -28px;
}

.four ._bigTe {
  font-size: 88px;
  margin-left: 0;
  position: relative;
  z-index: 1;
}

.four ._bigTe .blueberries {
  position: absolute;
  right: 70px;
  top: -28px;
}

.four .center_block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 556px;
  margin-left: 410px;
  margin-top: 70px;
  padding: 58px 50px 65px 76px;
}

.four .center_block ._prod_four {
  max-width: 250px;
  transition: all 0.5s;
  display: block;
  margin: 0 auto;
}

.four .center_block span {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  width: 320px;
  color: #e2147b;
  top: -4px;
  padding-left: 25px;
  padding-right: 0px;
}

.four .center_block .top_line {
  position: absolute;
  left: 0;
  top: 0;
  width: 419px;
  height: 78px;
  border-top: 4px solid #00c462;
  border-left: 4px solid #00c462;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
}

.four .center_block .bottom_line {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 419px;
  height: 78px;
  border-bottom: 4px solid #e2147b;
  border-right: 4px solid #e2147b;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}

.four .wrapp_btn {
  width: 100%;
  text-align: center;
  left: 56%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -34px;
  position: absolute;
  z-index: 5;
}

.four .wrapp_btn .btn {
  letter-spacing: 0;
  min-width: 310px;
  padding: 21px 10px;
}

.four .back_green {
  padding: 35px 35px 0 19px;
  background-color: #c4005c;
  border-radius: 10px;
  background: -moz-radial-gradient(
      center,
      ellipse cover,
      rgba(30, 87, 153, 0) 50%,
      rgba(182, 20, 120, 0.2) 100%
    ),
    #fff;
  background: -webkit-radial-gradient(
      center,
      ellipse cover,
      rgba(30, 87, 153, 0) 50%,
      rgba(182, 20, 120, 0.2) 100%
    ),
    #fff;
  background: radial-gradient(
      ellipse at center,
      rgba(30, 87, 153, 0) 50%,
      rgba(182, 20, 120, 0.2) 100%
    ),
    #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#3342b614', GradientType=1);
}

.four .back_green .blueberries1 {
  position: absolute;
  left: 11.5%;
  top: 74.6%;
  z-index: 1;
}

.four .back_green .blueberries2 {
  position: absolute;
  left: 87.3%;
  top: 88.8%;
  max-width: 142px;
  z-index: 1;
}

.four .back_green ._berry_9 {
  position: absolute;
  right: 9px;
  top: -90px;
}

.four .back_green ._berry_10 {
  position: absolute;
  top: 220px;
  left: 149px;
}

.four .back_green ._berry_11 {
  position: absolute;
  right: 160px;
  top: 389px;
}

.four .crazy_block {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
}

.four .result {
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  left: 28.3%;
  top: 285px;
  z-index: 1;
}

.four .arrows {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 50%;
  top: 43%;
  z-index: 2;
}

.four .wrapp_img {
  position: relative;
}

.four .wrapp_img span {
  display: block;
  margin-top: 8px;
  width: 100%;
  padding: 0 31px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  text-transform: lowercase;
}

.four .before {
  z-index: 1;
}

.four .after {
  top: -21px;
}

.four .result_before {
  background: url("../img/before.png") center no-repeat;
  width: 283px;
  height: 227px;
}

.four .result_after {
  background: url("../img/after.png") center no-repeat;
  width: 283px;
  height: 227px;
}

.four .text.psA {
  font-size: 40px;
  color: #292929;
  text-align: center;
  position: absolute;
  bottom: 109%;
  left: -20px;
  width: 450px;
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  line-height: 1.2;
  -webkit-text-stroke-width: 1px;
  text-shadow: 0 1px 0 white, 0px -1px 0 white, 1px 0 0 white, -1px 0 0 white,
    1px 1px 0 white, 1px -1px 0 white, -1px 1px 0 white, -1px -1px 0 white,
    0px 2px 0 white, 0px -2px 0 white, 2px 0 0 white, -2px 0 0 white,
    2px 2px 0 white, 2px -2px 0 white, -2px 2px 0 white, -2px -2px 0 white,
    0px 3px 0 white, 0px -3px 0 white, 3px 0 0 white, -3px 0 0 white,
    3px 3px 0 white, 3px -3px 0 white, -3px 3px 0 white, -3px -3px 0 white;
}

.four .composition_list {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  max-width: 420px;
  display: inline-block;
  vertical-align: top;
  margin-top: 35px;
  padding-left: 25px;
}

.four .composition_listItem {
  margin-bottom: 25px;
}

.four .circle {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  border: 6px solid transparent;
  -webkit-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.36);
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.36);
}

.four .compos_wrapp {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 128px);
  font-size: 18px;
  line-height: 1.4;
  color: #373737;
  padding-left: 12px;
}

.four .compos_wrapp .bold {
  font-size: 24px;
  color: #e2147b;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}

.four .compos_wrapp ._purple {
  color: #a487dc;
}

.five {
  position: relative;
  z-index: 1;
  padding-top: 220px;
  padding-bottom: 130px;
}

.five .subTitle {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.4;
  color: #1f1f1f;
  text-align: center;
  margin-top: 70px;
}

.five .left_diet {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-top: 63px;
  position: relative;
}

.five .left_diet .berries1 {
  position: absolute;
  left: 3.1%;
  top: -19%;
}

.five .left_diet .shadow {
  position: absolute;
  left: 0;
  bottom: -32px;
  z-index: 1;
}

.five .left_diet .woman_3 {
  position: absolute;
  left: 68.4%;
  top: 75.7%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}

.five .left_diet .diet_text {
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
  color: #661e43;
  padding-right: 75px;
}

.five .left_diet_list {
  margin-top: 18px;
  display: inline-block;
  width: 100%;
  background: url("../img/pink-back.png") center no-repeat;
  background-size: cover;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 37px 16px 26px;
}

.five .right_diet_list {
  background: url("../img/green-back2.jpg") center no-repeat;
  background-size: cover;
  border-radius: 5px;
  margin-top: 71px;
  padding: 40px 0 41px 0;
}

.five .right_diet_list .diet_text {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: yellow;
  text-transform: uppercase;
  max-width: 283px;
  letter-spacing: 0px;
  margin: 0 0 8px auto;
}

.five .right_diet_listItem {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  max-width: 280px;
  margin: 0 0 16px auto;
  padding-left: 42px;
  padding-right: 22px;
  position: relative;
}

.five .right_diet_listItem:before {
  content: "";
  background: url("../img/smile.png") center no-repeat;
  width: 29px;
  height: 29px;
  position: absolute;
  left: 0;
  top: 0;
}

.five .left_diet_listItem {
  z-index: 1;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  max-width: 213px;
  padding-left: 41px;
  line-height: 1.25;
  margin-bottom: 19px;
  position: relative;
}

.five .left_diet_listItem:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  background: url("../img/sorrow.png") center no-repeat;
  width: 29px;
  height: 29px;
}

.five .right_diet {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  position: relative;
}

.five .right_diet .shadow {
  position: absolute;
  left: 50%;
  top: 102.5%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}

.five .right_diet .shadow_2 {
  position: absolute;
  left: -4%;
  top: 48%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}

.five .right_diet .blueberries4 {
  z-index: 2;
  position: absolute;
  left: 24%;
  top: 97.1%;
}

.five .right_diet .blueberries5 {
  position: absolute;
  left: 100.8%;
  top: 7%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.five .right_diet .berries {
  z-index: 2;
  position: absolute;
  left: 72.8%;
  top: 100%;
}

.five .right_diet .prod {
  position: absolute;
  max-width: 210px;
  left: 21%;
  top: 57%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.six {
  padding-top: 139px;
  padding-bottom: 73px;
}

.six .limit {
  position: relative;
}

.six .limit .circle {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: none;
}

.six ._bigTe {
  font-size: 80px;
  margin-left: 0;
  position: relative;
  z-index: 1;
  padding-bottom: 5%;
}

.six ._bigTe .leaf {
  position: absolute;
  left: 6.2%;
  top: -17.8%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.six .z-2 {
  position: relative;
  line-height: 0.7;
}

.six .blueberries {
  position: absolute;
  left: 106.7%;
  top: 1%;
}

.six .pdR {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 0;
  color: #573a49;
  display: block;
  width: 100%;
  position: relative;
  margin-top: 15px;
}

.six .wrapp_block {
  position: relative;
  z-index: 2;
}

.six .berries {
  position: absolute;
  left: 28.7%;
  top: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 130px;
}

.six .leaf_2 {
  position: absolute;
  left: 82.7%;
  top: 18%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.six .wrapp_img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: 6px solid transparent;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.18);
}

.six .left_block {
  display: inline-block;
  vertical-align: top;
  width: 37.3%;
  text-align: right;
}

.six .left_block .wrapp_img {
  position: relative;
}

.six .left_block .wrapp_img:before {
  position: absolute;
  left: 4px;
  top: 8px;
  content: "1";
  text-align: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #c0006a;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

.six .left_block .text {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 209px);
  font-weight: 700;
  color: #fff;
  background-color: #c0006a;
  border-radius: 10px;
  padding: 10px;
  font-size: 22px;
  text-align: left;
  padding-right: 15px;
  margin-top: 70px;
  line-height: 1.5;
}

.six .right_block {
  width: 44.8%;
  display: inline-block;
  vertical-align: top;
  margin-top: 141px;
  padding-left: 5px;
}

.six .right_block .wrapp_img {
  position: relative;
}

.six .right_block .wrapp_img:before {
  position: absolute;
  right: 0;
  top: 22px;
  content: "2";
  text-align: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #c0006a;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

.six .right_block .text {
  float: right;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 209px);
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  text-align: left;
  margin-top: 65px;
  line-height: 1.5;
  background: #c0006a;
  padding: 10px;
  border-radius: 10px;
}

.six .center_block {
  width: 17.9%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.six .center_block .prod_block {
  background: url("../img/back-berries-22.png") center no-repeat;
  background-size: contain;
  width: 205px;
  height: 375px;
  position: absolute;
  left: -17px;
  top: 18px;
}

.six .center_block ._prod {
  transition: all 0.5s;
  position: absolute;
  left: -10px;
  top: -84px;
  max-width: 220px;
}

.six .center_block ._berry_12 {
  position: absolute;
  right: 27px;
  top: 237px;
}

.six .center_block ._berry_13 {
  position: absolute;
  left: 12px;
  top: 160px;
}

.six .center_block ._berry_14 {
  position: absolute;
  right: -17px;
  top: 125px;
}

.seven {
  padding-bottom: 187px;
}

.seven .limit {
  position: relative;
}

.seven .limit ._elipse2 {
  pointer-events: none;
  background: url("../img/elipse-seven.png") center no-repeat;
  width: 1582px;
  height: 1582px;
  max-width: none;
  position: absolute;
  left: 49.2%;
  top: -32.3%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.seven .limit .doc {
  pointer-events: none;
  max-width: none;
  position: absolute;
  left: 77.2%;
  top: 34.7%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.seven .seven_left {
  width: 49.5%;
  display: inline-block;
  vertical-align: top;
  padding-top: 63px;
  padding-right: 41px;
  position: relative;
  z-index: 2;
}

.seven .seven_left .leaf_4 {
  z-index: 1;
  position: absolute;
  top: 40%;
  left: -7%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.seven .seven_left .text {
  text-align: left;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.25;
  color: #16234d;
}

.seven .seven_left .text span {
  text-transform: uppercase;
  font-family: "Baloo Chettan 2", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  color: #00c462;
  letter-spacing: 1px;
}

.seven .seven_left .text .purple {
  color: #a487dc;
}

.seven .seven_right {
  position: relative;
  width: 50.5%;
  display: inline-block;
  vertical-align: top;
  padding-left: 78px;
  padding-top: 90px;
}

.seven .seven_right .blueberries7 {
  z-index: 1;
  position: absolute;
  top: 8%;
  left: 72%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.seven .seven_right .berries2 {
  z-index: 1;
  position: absolute;
  top: 108%;
  left: 34%;
}

.seven .seven_right .back_circle {
  pointer-events: none;
  position: absolute;
  top: 64%;
  left: 49%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: none;
}

.seven .graph {
  position: relative;
}

.seven ._graph {
  position: relative;
  z-index: 2;
}

.seven .arrow_1 {
  position: absolute;
  left: 4px;
  bottom: 5px;
  width: 0;
  transition: width 2s linear;
}

.seven .arrow_2 {
  position: absolute;
  left: 4px;
  bottom: 4px;
  width: 0;
  transition: width 2s linear;
}

.seven .arrow_3 {
  position: absolute;
  left: 6px;
  bottom: 4px;
  width: 0;
  transition: width 2s linear;
}

.seven .js-isonscreen .arrow_1 {
  width: 333px;
}

.seven .js-isonscreen .arrow_2 {
  width: 327px;
}

.seven .js-isonscreen .arrow_3 {
  width: 350px;
}

.seven .arrow_text {
  position: absolute;
  max-width: 170px;
  left: 36px;
  top: 7px;
  width: 100%;
}

.seven .arrow_text_item {
  font-size: 15px;
  font-weight: 700;
  color: #1f1f1f;
  position: relative;
  padding-left: 45px;
  margin-bottom: 22px;
}

.seven .arrow_text_item:nth-child(2):before {
  background-color: #828c59;
}

.seven .arrow_text_item:nth-child(3):before {
  background-color: #865f73;
}

.seven .arrow_text_item:before {
  position: absolute;
  content: "";
  width: 37px;
  height: 37px;
  display: inline-block;
  border-radius: 50%;
  top: -7px;
  left: -1px;
  background-color: #00c462;
}

.seven .left_row {
  position: absolute;
  left: -6%;
  top: 53.6%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.seven .left_row_item {
  text-align: right;
  max-width: 150px;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  display: block;
  margin-bottom: 38px;
}

.seven .bottom_col {
  font-weight: 700;
  width: 100%;
  position: absolute;
  left: 47%;
  top: 104%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 385px;
}

.seven .bottom_col_item {
  font-weight: 700;
  font-size: 15px;
  color: #000000;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  text-align: center;
}

.eight {
  padding-top: 60px;
}

.eight .limit {
  position: relative;
}

.eight .leaf_3 {
  background: url("../img/leaf11.png") center no-repeat;
  width: 55px;
  height: 124px;
  position: absolute;
  left: -1%;
  top: 0%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.eight .review_title {
  font-size: 42px;
  font-weight: bold;
  color: #1f1f1f;
  line-height: 1;
  text-align: center;
  width: 100%;
  max-width: 540px;
  display: block;
  margin: 0 0 0 auto;
  padding-right: 41px;
}

.eight .photo_block {
  display: inline-block;
  position: relative;
  vertical-align: top;
  left: 30px;
  width: 50%;
}

.eight .photo_block .wrapp_animation_photo {
  position: absolute;
  opacity: 0;
  transition: opacity 1.5s;
}

.eight .photo_block .wrapp_animation_photo.active {
  opacity: 1;
}

.review_comment {
  display: inline-block;
  vertical-align: top;
  width: 42%;
}

.review_block {
  max-width: 1000px;
  margin: -44px auto 0;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}

.review_block .arrow_list {
  position: absolute;
  left: 30px;
  bottom: 28px;
  width: 50%;
  z-index: 2;
}

.review_block .arrow_list .number {
  display: inline-block;
  vertical-align: middle;
}

.review_block .arrow_list .number span {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  color: #bebebe;
  margin: 0 9px;
  cursor: pointer;
  transition: color 0.2s;
}

.review_block .arrow_list .number span.active {
  color: #e41e91;
}

.review_block .arrow_list .number span:hover {
  color: #e41e91;
}

.review_block .arrow_list .prev {
  background: url("../img/arrow-left-gray.png");
  width: 22px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.review_block .arrow_list .prev:hover {
  background: url("../img/arrow-left-purple.png");
}

.review_block .arrow_list .next {
  background: url("../img/arrow-right-gray.png");
  width: 22px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.review_block .arrow_list .next:hover {
  background: url("../img/arrow-right-purple.png");
}

.review_block .photo_block span {
  text-transform: lowercase;
  display: block;
  width: 100%;
  position: absolute;
  font-size: 45px;
  color: #fff;
  padding: 0 19px;
  left: 0;
  bottom: 0;
}

.review_block .left {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 10px;
  overflow: hidden;
  width: 50%;
}

.review_block .right {
  display: inline-block;
  vertical-align: top;
  z-index: 1;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 50%;
}

.wrapp_comm {
  position: absolute;
  top: 0;
  right: 100%;
  transition: right 1s, opacity 0.2s;
  width: 100%;
  opacity: 0;
}

.wrapp_comm.active {
  opacity: 1;
  display: inline-block;
  right: 0%;
}

.overflow {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.review_comment {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  background: #fff;
  margin-top: 64px;
  margin-left: 20px;
  z-index: 2;
  position: relative;
  padding: 40px 40px;
  border-radius: 10px;
  height: 1px;
  min-height: 470px;
}

.review_comment.active {
  display: inline-block;
}

.review_comment .shadow_3 {
  pointer-events: none;
  position: absolute;
  left: -64px;
  top: -26px;
  background: url("../img/shadow-left-2.png") center no-repeat;
  width: 378px;
  height: 685px;
}

.review_comment .bottom_line {
  position: absolute;
  right: 7px;
  bottom: 17px;
  width: 187px;
  height: 148px;
  border-bottom: 4px solid #c0006a;
  border-right: 4px solid #c0006a;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}

.review_comment .name {
  font-weight: 700;
  font-size: 30px;
  color: #e2147b;
  text-align: center;
  padding-bottom: 6px;
  position: relative;
  margin-bottom: 22px;
}

.review_comment .name:before {
  content: "";
  position: absolute;
  width: 53px;
  height: 1px;
  background: #e2147b;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.review_comment ._comment {
  font-size: 20px;
  line-height: 1.6;
  color: #1f1f1f;
  text-align: center;
}

.footer1 {
  padding-top: 213px;
  position: relative;
}

.footer1 .z-2 {
  position: relative;
}

.footer1 .blueberries {
  position: absolute;
  left: 96%;
  top: 11%;
}

.footer1 .berries5 {
  position: absolute;
  left: 97%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
}

.footer1 .berries4 {
  position: absolute;
  left: 37.4%;
  top: -20%;
}

.footer1 ._bigTe {
  margin: 0 0 40px 85px;
  text-align: center;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.footer1 ._bigTe span {
  line-height: inherit;
  letter-spacing: 0;
  display: inline-block;
}

.footer1 ._bigTe ._purple {
  letter-spacing: -5px;
}

.footer1 .left_block {
  display: inline-block;
  vertical-align: top;
  width: 42%;
  max-height: 830px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: -160px;
  left: -80px;
  top: 10px;
}

.footer1 .left_block .woman_4 {
  pointer-events: none;
  max-width: none;
}

.footer1 .center_block {
  position: relative;
  width: 22%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 160px;
}

.footer1 .center_block .prod_block {
  z-index: 1;
  /* background: url("../img/back-berries-3.png") center no-repeat; */
  background-size: contain;
  width: 280px;
  height: 220px;
  left: -75px;
  position: absolute;
  top: -28px;
}

.footer1 .center_block ._prod {
  position: absolute;
  max-width: 300px;
  left: 12px;
  top: -104px;
  transition: all 0.5s;
}

.footer1 .center_block ._berry_15 {
  position: absolute;
  left: 150px;
  top: 130px;
}

.footer1 .center_block ._berry_16 {
  position: absolute;
  left: 20px;
  top: -30px;
}

.footer1 .center_block .text {
  text-align: center;
  font-size: 52px;
  line-height: 0.8;
  color: #e2147b;
  text-shadow: 4px 4px 5px white;
}

.footer1 .center_block .psA {
  position: absolute;
  z-index: 2;
  top: 356px;
  left: -524px;
  width: 480px;
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  line-height: 1.2;
  -webkit-text-stroke-width: 1px;
  text-shadow: 0 1px 0 white, 0px -1px 0 white, 1px 0 0 white, -1px 0 0 white,
    1px 1px 0 white, 1px -1px 0 white, -1px 1px 0 white, -1px -1px 0 white,
    0px 2px 0 white, 0px -2px 0 white, 2px 0 0 white, -2px 0 0 white;
}

.footer1 .form_block {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  padding-top: 30px;
  position: absolute;
  padding-bottom: 60px;
}

.footer1 .form_block .shadow_cicle {
  pointer-events: none;
  position: absolute;
  max-width: none;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.footer1 .form_block .form_title {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 30px;
  color: #e2147b;
  text-align: center;
}

.footer1 .form_block form {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  padding: 0 13px;
  text-align: center;
}

.footer1 .form_block .form_item {
  display: block;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #a487dc;
  margin-bottom: 16px;
}

.form_block input {
  font-family: "K2D", sans-serif;
  width: 100%;
  display: block;
  border-radius: 30px;
  border: 1px solid #a487dc;
  margin-bottom: 16px;
  font-size: 18px;
  outline: none;
}

.footer1 .form_block input {
  padding: 16px 29px;
}

.footer1 .form_block select {
  padding: 16px 55px 16px 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/select-arrow.png") 91% center no-repeat;
}

.footer1 .form_block .btn,
form button {
  font-family: "K2D", sans-serif;
  margin-top: 19px;
  padding: 14px 0;
}

.footer1 .form_block .btn:before,
form button:hover {
  -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.28);
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.28);
}

.footer1 .limit {
  position: relative;
  z-index: 1;
}

.footer1 .berries6 {
  position: absolute;
  left: 3.4%;
  top: 89%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.footer1 ._purple_block2 {
  background: url("../img/last-purple-circle.png") center no-repeat;
  width: 1185px;
  height: 758px;
  pointer-events: none;
  position: absolute;
  bottom: 4%;
  left: 53%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}

.footer1 ._white_block2 {
  background: url("../img/last-block.png") center no-repeat;
  width: 2000px;
  height: 897px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}

.wrapp_prodBlueberries {
  position: relative;
}

.prices {
  text-align: center;
  background: #fff;
  padding: 5px 10px;
  color: #00c462;
  font-size: 23px;
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  margin: 0 auto;
}

.prices span {
  display: block;
  width: 100%;
  font-size: 38px;
  margin-bottom: 5px;
  font-weight: bold;
}

.prices span:last-child {
  margin-bottom: 0;
}

.prices ._old {
  font-weight: normal;
  font-size: 20px;
  color: #000;
  text-decoration: line-through;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate3d(0, 0, 0);
    transform: scale(0.3) translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  80% {
    opacity: 1;
    -webkit-transform: scale(0.89);
    transform: scale(0.89);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate3d(0, 0, 0);
    transform: scale(0.3) translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  80% {
    opacity: 1;
    -webkit-transform: scale(0.89);
    transform: scale(0.89);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  50% {
    -webkit-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
  }

  100% {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  50% {
    -webkit-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
  }

  100% {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
}

@media all and (max-width: 991px) {
  .four ._bigTe .blueberries {
    position: absolute;
    right: 10px;
    top: -28px;
    max-width: 40px;
  }

  .first {
    padding-bottom: 25px;
  }

  .limit {
    max-width: 320px;
    padding: 0 10px;
  }

  .second .cola,
  .second .garlic,
  .second .wrapp_circle_block._second .mortar,
  .second .pizza {
    display: none;
  }

  .first .prod_block {
    background: url("../img/back-berries.png") no-repeat;
    background-size: contain;
    width: 208px;
    height: 330px;
    position: absolute;
    left: -65px;
    top: 73px;
    z-index: 2;
  }

  .first .prod_block ._prod {
    left: 30px;
    top: -40px;
    width: 200px;
  }

  .first .prod_block img {
    max-width: 240px;
  }

  .first .prod_block ._berry_1 {
    left: 42px;
    top: 31px;
    max-width: 50px;
  }

  .first .prod_block ._berry_2 {
    display: none;
  }

  .first .prod_block ._berry_3 {
    left: 0px;
    top: 155px;
    max-width: 47px;
  }

  .first .prod_block ._berry_4 {
    display: none;
  }

  .first .title {
    font-size: 37px;
    width: 320px;
    line-height: 1.1;
    padding-left: 90px;
    padding-top: 40px;
    margin-bottom: 60px;
  }

  .first .title span {
    padding-left: 70px;
  }

  .first .leaf {
    position: absolute;
    top: 0;
    left: 1.4%;
    max-width: 96px;
  }

  .first .woman {
    z-index: 2;
    position: relative;
    top: 0px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    max-width: none;
    width: 317px;
  }

  .first .advantages_list {
    width: 100%;
    margin-top: 12px;
  }

  .first .advantages_listItem {
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 12px;
    line-height: 1.35;
  }

  .first .advantages_listItem:before {
    left: 0;
  }

  .first .advantages_listItem:after {
    left: 3px;
  }

  .first .center {
    position: absolute;
    width: 100%;
    left: 0;
    top: 560px;
  }

  .btn {
    padding: 14px 10px;
  }

  .first ._bigTe {
    position: absolute;
    font-size: 60px;
    top: 530px;
    width: 100%;
    margin-left: -14px;
    letter-spacing: 0;
  }

  .first ._bigTe ._purple {
    letter-spacing: 0;
  }

  .first .blueberries {
    position: absolute;
    left: 92.6%;
    top: 74.4%;
    max-width: 90px;
  }

  .first .prod_block .wrapp_stick {
    position: relative;
    max-width: 115px;
  }

  .first .stick {
    left: 260px;
    top: 104px;
    position: absolute;
  }

  ._bigTe .blueberries3 {
    position: absolute;
    left: 64px;
    bottom: 42px;
    max-width: 23px;
  }

  .first .stick img {
    display: inline-block;
    vertical-align: middle;
    width: 108px;
  }

  .first .stick .stick_text {
    font-weight: 700;
    display: block;
    vertical-align: middle;
    font-size: 14px;
    width: 100%;
    position: relative;
    top: 0;
    text-align: center;
  }

  .first .stick .stick_text .procent {
    display: block;
    font-weight: 400;
    left: 0;
    top: 0;
    line-height: 0.8;
    font-family: "Baloo Chettan", sans-serif;
    font-size: 29px;
    position: relative;
    margin-bottom: 2px;
  }

  .first ._purple_block {
    max-width: 1050px;
    top: -89px;
    left: 50%;
  }

  .first ._white_block {
    top: -210px;
    max-width: none;
  }

  ._bigTe .blueberries1 {
    left: -24px;
    bottom: -43px;
    max-width: 53px;
  }

  ._bigTe .blueberries2 {
    right: -23px;
    top: -9px;
    max-width: 40px;
  }

  .first .prod_block .wrapp_stick .stick_img {
    background: url("../img/stick-mob.png") center no-repeat;
    background-size: 100%;
  }

  .second .wrapp_circle_block {
    width: 100%;
  }

  .second ._firstCircle ._text {
    font-size: 28px;
    margin-top: 55px;
    padding-left: 26px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-top: 9px;
  }

  .second ._firstCircle {
    width: 285px;
    height: 285px;
    line-height: 278px;
    margin-left: -6px;
  }

  .second ._textCursive {
    display: none;
  }

  .second .wrapp_circle_block._second {
    margin-top: -117px;
    text-align: right;
    position: relative;
    left: 38px;
  }

  .second ._secondCircle {
    z-index: 2;
    width: 230px;
    height: 230px;
    left: 0;
    margin: 0;
    display: inline-block;
    -webkit-background-size: contain;
    background-size: contain;
  }

  .second .wrapp_circle_block._second .dill {
    position: absolute;
    right: -88px;
    top: -70px;
    max-width: 142px;
  }

  .second .wrapp_circle_block._three {
    position: relative;
    left: -11px;
    bottom: auto;
    margin: 0;
    top: -189px;
  }

  .second .limit {
    height: auto;
  }

  .second {
    min-height: 0;
    height: auto;
  }

  .second .circle_block {
    height: auto;
  }

  .second ._threeCircle {
    width: 154px;
    height: 154px;
    margin-left: 0;
    margin-bottom: 0;
    background-size: contain;
  }

  .second .woman_2 {
    position: static;
    left: 52%;
    top: 157px;
    z-index: 2;
    max-width: 100%;
    transform: none;
    margin-bottom: 235px;
  }

  .list_mobile {
    display: block;
    position: relative;
    z-index: 3;
    top: -210px;
  }

  .list_mobile_item {
    font-size: 25px;
    line-height: 1.6;
    color: #f03b3d;
    font-weight: bold;
    text-shadow: 0 1px 0 white, 0px -1px 0 white, 1px 0 0 white, -1px 0 0 white,
      1px 1px 0 white, 1px -1px 0 white, -1px 1px 0 white, -1px -1px 0 white,
      0px 2px 0 white, 0px -2px 0 white, 2px 0 0 white, -2px 0 0 white,
      2px 2px 0 white, 2px -2px 0 white, -2px 2px 0 white, -2px -2px 0 white,
      0px 3px 0 white, 0px -3px 0 white, 3px 0 0 white, -3px 0 0 white,
      3px 3px 0 white, 3px -3px 0 white, -3px 3px 0 white, -3px -3px 0 white;
    -webkit-text-shadow: 0 1px 0 white, 0px -1px 0 white, 1px 0 0 white,
      -1px 0 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px 1px 0 white,
      -1px -1px 0 white, 0px 2px 0 white, 0px -2px 0 white, 2px 0 0 white,
      -2px 0 0 white, 2px 2px 0 white, 2px -2px 0 white, -2px 2px 0 white,
      -2px -2px 0 white, 0px 3px 0 white, 0px -3px 0 white, 3px 0 0 white,
      -3px 0 0 white, 3px 3px 0 white, 3px -3px 0 white, -3px 3px 0 white,
      -3px -3px 0 white;
    -moz-text-shadow: 0 1px 0 white, 0px -1px 0 white, 1px 0 0 white,
      -1px 0 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px 1px 0 white,
      -1px -1px 0 white, 0px 2px 0 white, 0px -2px 0 white, 2px 0 0 white,
      -2px 0 0 white, 2px 2px 0 white, 2px -2px 0 white, -2px 2px 0 white,
      -2px -2px 0 white, 0px 3px 0 white, 0px -3px 0 white, 3px 0 0 white,
      -3px 0 0 white, 3px 3px 0 white, 3px -3px 0 white, -3px 3px 0 white,
      -3px -3px 0 white;
  }

  .mortar,
  .dill,
  .second ._threeCircle {
    display: none;
  }

  .three ._text {
    font-size: 28px;
    max-width: none;
    text-align: left;
    margin: 0 auto;
  }

  .three {
    position: relative;
    padding-bottom: 0;
    top: -164px;
    margin-bottom: 158px;
  }

  .three .prod_circle {
    width: 212px;
    height: 212px;
    top: 510px;
    right: 120px;
    background: none;
  }

  .three ._text {
    font-size: 28px;
    max-width: none;
    text-align: left;
    margin: 0 auto;
    line-height: 1.3;
  }

  .three .prod_circle ._prod {
    position: absolute;
    left: 47px;
    top: -31px;
    transition: all 0.5s;
    max-width: 170px;
  }

  .three .prod_circle ._berry_8 {
    position: absolute;
    left: 105px;
    top: 121px;
    max-width: 45px;
    display: none;
  }

  .three .prod_circle ._berry_6 {
    position: absolute;
    left: 154px;
    top: 82px;
    max-width: 36px;
  }

  .three .prod_circle ._berry_7 {
    position: absolute;
    left: 40px;
    top: 46px;
    max-width: 60px;
  }

  .three .subtitle {
    font-size: 50px;
    padding-left: 0;
    margin-top: 21px;
    line-height: 1;
    text-align: center;
  }

  .three .subtitle span {
    padding-left: 0;
    margin-top: 17px;
    text-align: center;
    line-height: 1.4;
  }

  .three ._elipse {
    left: 50.4%;
    bottom: -55px;
  }

  .four ._bigTe {
    font-size: 50px;
    letter-spacing: 0;
  }

  .four .z-2 .blueberries {
    top: 31.3%;
    left: 101.6%;
    max-width: 43px;
  }

  .four .subTitle {
    font-size: 37px;
    line-height: 1.2;
    margin-top: 6px;
  }

  .four .result {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    margin-top: 19px;
  }

  .four .wrapp_img {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50%;
    left: -9px;
  }

  .four .result_before {
    background: url("../img/before-2.png") center no-repeat;
    width: 171px;
    height: 164px;
  }

  .four .result_after {
    background: url("../img/after-2.png") center no-repeat;
    width: 171px;
    height: 164px;
  }

  .four .after {
    top: auto;
  }

  .four .arrows {
    position: absolute;
    transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -o-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    left: 47%;
    top: 23%;
    z-index: 2;
  }

  .four .wrapp_img span {
    font-size: 20px;
    padding: 0 24px;
  }

  .four .text.psA {
    font-size: 31px;
    line-height: 1.4;
    width: 100%;
    left: auto;
    text-align: center;
    position: relative;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }

  .four .composition_list {
    width: 100%;
    position: relative;
    margin-top: 39px;
    padding-bottom: 45px;
    padding-left: 0;
  }

  .four .back_crazy {
    background: url("../img/crazy-back-mob.png") center no-repeat;
    width: 800px;
    height: 1353px;
  }

  .four .circle {
    max-width: 128px;
    display: block;
    margin: 0 auto;
    -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.36);
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.36);
  }

  .four .circle .compos img {
    max-width: unset;
    width: 100%;
  }

  .four .compos_wrapp .bold {
    margin-bottom: 7px;
  }

  .slick-dots {
    text-align: center;
    max-width: 135px;
    margin: 10px auto 0;
  }

  .slick-dots li {
    display: inline-block;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    vertical-align: middle;
    margin: 0 9px;
    cursor: pointer;
    transition: color 0.2s;
  }

  .slick-dots li.slick-active button {
    color: #ff51a8;
  }

  .slick-dots li button {
    outline: none;
    font-weight: 700;
    font-size: 24px;
    display: inline-block;
    color: #bebebe;
  }

  .four .composition_listItem {
    padding: 0 5px;
  }

  .four .compos_wrapp {
    display: block;
    font-size: 18px;
    width: 100%;
    margin-top: 25px;
  }

  .four .center_block {
    margin-left: 0;
    margin-top: 38px;
    max-width: 320px;
    padding: 9px 13px 20px 10px;
  }

  .four .center_block .top_line {
    width: 237px;
    height: 78px;
  }

  .four .back_green {
    padding: 40px 0 0 0;
    z-index: 2;
  }

  .four .back_green ._berry_9 {
    position: absolute;
    right: 9px;
    top: -9px;
    max-width: 64px;
    display: none;
  }

  ._prod_four {
    position: relative;
    top: -20px;
    left: 0px;
    max-width: 250px;
    margin-bottom: -40px;
  }

  .four .center_block span {
    font-size: 20px;
    padding-left: 0;
    top: -15px;
    left: -10px;
  }

  .four .back_green ._berry_10 {
    position: absolute;
    top: 97px;
    left: 59px;
    max-width: 50px;
  }

  .four .back_green ._berry_11 {
    position: absolute;
    right: 70px;
    top: 177px;
    max-width: 47px;
  }

  .four .back_green .blueberries1 {
    left: 2.5%;
    top: 49.6%;
    max-width: 50px;
  }

  .four .back_green .blueberries2 {
    max-width: 85px;
    left: 81.3%;
    top: 76.8%;
  }

  .four .wrapp_btn .btn {
    margin-top: 20px;
    width: 100%;
    min-width: 0;
    font-size: 22px;
    padding: 16px 10px;
  }

  .four .center_block .bottom_line {
    width: 302px;
    height: 78px;
    bottom: 45px;
  }

  .four .wrapp_btn {
    width: 100%;
    text-align: center;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    bottom: auto;
    position: relative;
    z-index: 5;
  }

  .five .subTitle {
    font-size: 29px;
  }

  .five {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .five .left_diet .berries1 {
    left: 11.1%;
    top: -15%;
  }

  .five .left_diet {
    width: 100%;
    display: block;
    margin-top: 70px;
  }

  .five .left_diet .diet_text {
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
    font-size: 25px;
    top: 84px;
    left: 15px;
    color: white;
    padding-right: 0;
    line-height: 1.2;
  }

  .five .left_diet_list {
    margin-top: 30px;
    padding: 76px 59px 26px 16px;
    border-radius: 10px;
  }

  .five .left_diet .woman_3 {
    left: 68.4%;
    top: 62px;
    max-width: 211px;
  }

  .five .left_diet_listItem {
    margin-bottom: 13px;
    font-size: 19px;
    max-width: none;
  }

  .five .left_diet .shadow {
    bottom: -19px;
  }

  .five .right_diet {
    width: 100%;
    border-radius: 10px;
  }

  .five .right_diet_list {
    margin-top: 90px;
    padding: 24px 0 46px 0;
    margin-right: -10px;
    border-radius: 10px;
  }

  .five .right_diet_list .diet_text {
    margin: 0 0 10px 15px;
  }

  .five .right_diet_listItem {
    line-height: 1.6;
    max-width: none;
    font-size: 19px;
    margin: 0 0 5px 10px;
    padding-left: 42px;
    padding-right: 20px;
  }

  .five .right_diet_listItem br {
    display: none;
  }

  .five .right_diet .prod {
    position: absolute;
    left: 80%;
    top: 15%;
    max-width: 130px;
    z-index: 2;
  }

  .five .right_diet_listItem:before {
    left: 5px;
  }

  .five .right_diet .blueberries5 {
    position: absolute;
    left: 99.3%;
    top: 1%;
    max-width: 95px;
  }

  .five .right_diet .blueberries4 {
    left: 81%;
    top: 100.1%;
    z-index: 3;
    max-width: 86px;
  }

  .five .right_diet .berries {
    left: 10.8%;
    top: 93%;
    max-width: 58px;
  }

  .six {
    padding-top: 60px;
  }

  .six ._bigTe {
    font-size: 50px;
    letter-spacing: 0;
  }

  .six ._bigTe .leaf {
    display: none;
  }

  .six .leaf_2 {
    display: none;
  }

  .six .pdR {
    display: block;
    padding: 0;
    text-align: center;
    top: 0;
    margin-top: 5px;
    font-size: 40px;
    line-height: 1;
  }

  .six .left_block {
    width: 100%;
    text-align: left;
    margin-top: 43px;
    margin-left: -6px;
  }

  .six .left_block .text {
    float: none;
    font-size: 20px;
    width: calc(100% - 122px);
    text-align: left;
    padding-left: 12px;
    margin-top: 17px;
    line-height: 1.25;
    vertical-align: top;
    padding-right: 0;
  }

  .six .center_block .prod_block {
    position: relative;
    background-size: auto;
    background-position: center top;
    width: 100%;
    height: 315px;
    left: -17px;
    top: -27px;
  }

  .six .center_block ._prod {
    left: 75px;
    top: -150px;
    max-width: 190px;
  }

  .six .center_block ._berry_13 {
    position: absolute;
    left: 77px;
    top: 27px;
    max-width: 57px;
  }

  .six .center_block ._berry_14 {
    position: absolute;
    right: 43px;
    top: 95px;
  }

  .six .center_block ._berry_12 {
    position: absolute;
    right: 101px;
    top: 153px;
    max-width: 50px;
  }

  .six .wrapp_img {
    max-width: 120px;
    vertical-align: top;
  }

  .six .left_block .wrapp_img:before {
    top: -12px;
    right: -3px;
    left: auto;
  }

  .six .center_block {
    width: 100%;
    display: block;
    margin-bottom: -87px;
  }

  .six .right_block .wrapp_img {
    vertical-align: top;
  }

  .six .right_block .text {
    font-size: 20px;
    float: none;
    text-align: left;
    vertical-align: top;
    width: calc(100% - 120px);
    padding-left: 10px;
    line-height: 1.25;
    margin-top: 24px;
  }

  .six .right_block {
    text-align: right;
    padding: 0;
    margin-top: 50px;
    position: relative;
    width: 100%;
    display: block;
  }

  .six .right_block .wrapp_img:before {
    right: -4px;
    top: -15px;
  }

  .six .blueberries {
    left: 90.7%;
    top: -19%;
    max-width: 60px;
  }

  .six .limit .circle {
    position: absolute;
    left: 50%;
    top: 48%;
    max-width: 720px;
  }

  .seven .seven_left {
    width: 100%;
    display: block;
    padding: 0;
  }

  .seven .seven_right {
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 72px;
  }

  .seven .limit {
    padding-top: 122px;
  }

  .seven .seven_left .text {
    font-size: 30px;
    text-align: center;
    line-height: 1.3;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 10px;
  }

  .six .berries {
    left: 10.7%;
    top: 41%;
    width: 80px;
  }

  .seven .limit .doc {
    left: 65%;
    top: 14.6%;
    max-width: 785px;
    transform: translate(-50%, -50%) scale(-1, 1);
    -webkit-transform: translate(-50%, -50%) scale(-1, 1);
    -moz-transform: translate(-50%, -50%) scale(-1, 1);
    -o-transform: translate(-50%, -50%) scale(-1, 1);
    -ms-transform: translate(-50%, -50%) scale(-1, 1);
  }

  .seven .limit ._elipse2 {
    display: none;
  }

  .seven .seven_left .text span {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .seven .js-isonscreen .arrow_1 {
    width: 237px;
  }

  .seven .js-isonscreen .arrow_2 {
    width: 232px;
  }

  .seven .js-isonscreen .arrow_3 {
    width: 246px;
  }

  .seven .graph {
    margin-left: 30px;
  }

  .seven .left_row_item {
    font-size: 10px;
    margin-bottom: 27px;
  }

  .seven .bottom_col_item {
    font-size: 10px;
  }

  .seven .bottom_col {
    left: 54%;
  }

  .seven .seven_right .blueberries7 {
    top: -24%;
    left: 79%;
    max-width: 110px;
  }

  .seven .seven_right .berries2 {
    top: 105%;
    left: 42%;
    max-width: 113px;
  }

  .seven .seven_right .back_circle {
    top: 52%;
    left: 49%;
    max-width: 492px;
  }

  .seven {
    padding-bottom: 107px;
  }

  .eight {
    padding-top: 34px;
  }

  .eight .review_title {
    font-size: 30px;
    max-width: none;
    text-align: center;
    padding: 0;
  }

  .eight .review_block {
    margin: 18px auto 0;
  }

  .eight .review_block .left,
  .eight .review_block .right {
    width: 50%;
    margin: 0 auto;
  }

  .eight .review_block .right {
    width: 50%;
  }

  .eight .review_block .left img,
  .eight .review_block .right img {
    width: 100%;
  }

  .eight .photo_block {
    width: 100%;
    height: 320px;
    left: 0px;
  }

  .eight .review_comment {
    margin: 0;
    width: 100%;
    top: -4px;
    border-radius: 0;
    padding: 15px 20px 22px;
    min-height: 380px;
  }

  .eight .review_block .photo_block span {
    font-size: 36px;
    left: -3px;
    bottom: 5px;
  }

  .eight .review_comment .name {
    font-size: 20px;
    padding-bottom: 4px;
    margin-bottom: 6px;
  }

  .eight .review_comment ._comment {
    font-size: 16px;
    line-height: 1.5;
  }

  .eight .review_comment .shadow_3 {
    display: none;
  }

  .eight .review_comment .bottom_line {
    right: 7px;
    bottom: 9px;
  }

  .eight .review_block .arrow_list {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    z-index: 2;
    text-align: center;
    margin-top: 24px;
  }

  .eight .leaf_3 {
    width: 36px;
    height: 83px;
    left: 13%;
    top: 87%;
    background-size: cover;
    z-index: 3;
  }

  .footer1 ._bigTe {
    font-size: 60px;
    margin: 15px 0 0 10px;
    top: 55px;
  }

  .footer1 {
    padding-top: 15px;
  }

  .footer1 .left_block {
    pointer-events: none;
    width: 71.3%;
    margin-top: 95px;
    left: -40px;
    position: absolute;
  }

  .footer1 .left_block .woman_4 {
    max-width: 270px;
  }

  .footer1 .center_block {
    width: 100%;
    z-index: 2;
    position: relative;
  }

  .footer1 .form_block {
    width: 100%;
    display: block;
    position: relative;
    z-index: 5;
    margin-top: 16px;
  }

  .footer1 .form_block:before {
    content: "";
    width: 509px;
    height: 509px;
    position: absolute;
    left: 50%;
    top: 47.5%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
  }

  .footer1 .center_block .prod_footer1 {
    position: relative;
    left: 108px;
    top: -50px;
    max-width: 250px;
  }

  .footer1 .center_block .psA {
    font-size: 31px;
    top: 300px;
    left: -42px;
    width: 225px;
    line-height: 1.3;
    text-shadow: 0 1px 0 white, 0px -1px 0 white, 1px 0 0 white, -1px 0 0 white,
      1px 1px 0 white, 1px -1px 0 white, -1px 1px 0 white, -1px -1px 0 white,
      0px 2px 0 white, 0px -2px 0 white, 2px 0 0 white, -2px 0 0 white,
      2px 2px 0 white, 2px -2px 0 white, -2px 2px 0 white, -2px -2px 0 white,
      0px 3px 0 white, 0px -3px 0 white, 3px 0 0 white, -3px 0 0 white,
      3px 3px 0 white, 3px -3px 0 white, -3px 3px 0 white, -3px -3px 0 white;
    -webkit-text-shadow: 0 1px 0 white, 0px -1px 0 white, 1px 0 0 white,
      -1px 0 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px 1px 0 white,
      -1px -1px 0 white, 0px 2px 0 white, 0px -2px 0 white, 2px 0 0 white,
      -2px 0 0 white, 2px 2px 0 white, 2px -2px 0 white, -2px 2px 0 white,
      -2px -2px 0 white, 0px 3px 0 white, 0px -3px 0 white, 3px 0 0 white,
      -3px 0 0 white, 3px 3px 0 white, 3px -3px 0 white, -3px 3px 0 white,
      -3px -3px 0 white;
    -moz-text-shadow: 0 1px 0 white, 0px -1px 0 white, 1px 0 0 white,
      -1px 0 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px 1px 0 white,
      -1px -1px 0 white, 0px 2px 0 white, 0px -2px 0 white, 2px 0 0 white,
      -2px 0 0 white, 2px 2px 0 white, 2px -2px 0 white, -2px 2px 0 white,
      -2px -2px 0 white, 0px 3px 0 white, 0px -3px 0 white, 3px 0 0 white,
      -3px 0 0 white, 3px 3px 0 white, 3px -3px 0 white, -3px 3px 0 white,
      -3px -3px 0 white;
  }

  .footer1 ._purple_block2 {
    background: url("../img/last-purple-circle-mob.png") center no-repeat;
    width: 1167px;
    height: 1096px;
    bottom: -7%;
  }

  .footer1 ._white_block2 {
    background: url("../img/last-block-mob.png") center no-repeat;
    width: 800px;
    height: 1145px;
    bottom: -7%;
  }

  .footer1 .berries4 {
    position: absolute;
    left: 20%;
    top: -6%;
    max-width: 84px;
    z-index: 3;
  }

  .footer1 .berries6 {
    position: absolute;
    left: 0.4%;
    top: 47%;
    max-width: 150px;
    display: none;
  }

  .footer1 .center_block ._berry_16 {
    position: absolute;
    left: 70px;
    top: 48px;
    max-width: 30px;
  }

  .footer1 .center_block .prod_block {
    width: 237px;
    height: 275px;
    left: 92px;
    top: 28px;
    position: relative;
  }

  .footer1 .center_block ._prod {
    position: absolute;
    left: 60px;
    top: -190px;
    max-width: 190px;
    transition: all 0.5s;
  }

  .footer1 .center_block ._berry_15 {
    position: absolute;
    left: 120px;
    top: 143px;
    max-width: 60px;
  }

  .seven .arrow_text {
    position: absolute;
    max-width: 115px;
    left: 26px;
    top: 8px;
    width: 100%;
  }

  .seven .arrow_text_item {
    font-size: 10px;
    padding-left: 31px;
    margin-bottom: 17px;
  }

  .seven .arrow_text_item:before {
    width: 26px;
    height: 26px;
  }

  .wrapp_slider {
    position: relative;
  }

  .arrow_slider {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 79px;
    text-align: center;
    width: 100%;
  }

  .arrow_slider .prev {
    background: url("../img/arrow-left-gray.png");
    width: 22px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    left: 0;
  }

  .arrow_slider .prev:hover {
    background: url("../img/arrow-left-purple.png");
  }

  .arrow_slider .next {
    background: url("../img/arrow-right-gray.png");
    width: 22px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 0;
  }

  .arrow_slider .next:hover {
    background: url("../img/arrow-right-purple.png");
  }
}

form {
  position: relative;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  display: none;
}

.loader img {
  position: absolute;
  width: 10%;
  bottom: 50%;
  left: 50%;
  transform: translateY(50%);
  transform: translateX(-50%);
}

.footerlinks {
  display: flex;
  justify-content: center;
}

.footerborder {
  margin: 0 10px;
}

[src^="//code.yengo.com/track/"]
{
  position: absolute;
}

a {
  color: #e2147b;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.foot {
  padding: 10px 5px;
  background-color: #9b003b;
}

.foot p {
  color: white;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 5px;
  text-align: center;
}
