* {
  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;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
}

img {
  max-width: 100%;
}

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

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

.navigation {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 17px 0 15px;
  transition: top .3s, background .3s;
}

.navigation._fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 17px 0 15px;
  background: rgba(0, 135, 212, 0.9);
}

.navigation .limit {
  padding: 0 25px;
}

.navigation .logo {
  display: inline-block;
  vertical-align: top;
  width: 73px;
}

.navigation .navigation_list {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 73px);
  padding-left: 25px;
  padding-top: 24px;
}

.navigation .navigation_list-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.navigation .navigation_list-item:last-of-type {
  margin-right: 0;
}

.navigation .navigation_list-item.active a {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 30px;
}

.navigation .navigation_list-item a {
  display: inline-block;
  vertical-align: top;
  padding: 10px 13px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
  transition: background .3s;
}

.navigation .navigation_list-item a:hover {
  background: rgba(255, 255, 255, 0.25);
}

h1.title {
  position: relative;
  font-size: 50px;
  line-height: 1.12;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
}

h2.title {
  font-weight: 900;
  font-size: 48px;
  line-height: 1.2;
  color: #10132d;
}

h3.title {
  font-weight: 900;
  font-size: 30px;
  line-height: 56px;
  color: #10132d;
}

.first {
  background: url("../img/first-back.png") 573px top no-repeat, #0091e4;
  background-size: auto 100%;
  min-height: 653px;
  position: relative;
  z-index: 1;
}

.first ._flower {
  position: absolute;
  background: url("../img/flower-first.png") center no-repeat;
  width: 1960px;
  height: 729px;
  left: 51.7%;
  top: 55.8%;
  pointer-events: none;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.first .limit {
  position: relative;
  min-height: 653px;
  height: 1px;
}

.first ._woman {
  background: url("../img/woman.png") center bottom no-repeat;
  background-size: contain;
  width: 523px;
  height: 754px;
  position: absolute;
  right: -98px;
  bottom: -1px;
  pointer-events: none;
}

.first_left {
  display: inline-block;
  vertical-align: top;
  width: 52%;
  margin-top: 183px;
}

.first .subtitle {
  position: relative;
  color: #ffffff;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  margin-top: 19px;
  padding: 0 120px 0 3px;
}

.first .prod_wrapper {
  position: absolute;
  bottom: 108px;
  left: 56.2%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.first .prod_wrapper ._line {
  pointer-events: none;
  position: absolute;
  left: -148px;
  bottom: -86px;
  max-width: none;
}

.first .prod_wrapper ._prod {
  pointer-events: none;
  position: relative;
  max-width: none;
}

b {
  font-weight: 700;
}

.btn {
  position: relative;
  outline: none;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background: #ff2a00;
  padding: 26px 15px;
  margin: 41px 0 0 5px;
  min-width: 297px;
  border-radius: 35px;
  transition: -webkit-box-shadow .3s, -moz-box-shadow .3s, box-shadow .3s, background-color .3s;
  -webkit-box-shadow: 0px 10px 27px 0px rgba(2, 82, 128, 0.69);
  -moz-box-shadow: 0px 10px 27px 0px rgba(2, 82, 128, 0.69);
  box-shadow: 0px 10px 27px 0px rgba(2, 82, 128, 0.69);
}

.btn:hover {
  background-color: #ff8500;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.diet {
  background: #fff;
  position: relative;
  padding: 20px 0 90px;
}

.diet .limit {
  position: relative;
  z-index: 2;
  min-height: 738px;
}

.diet-right {
  display: block;
  width: 51%;
  padding-left: 9px;
  position: relative;
  margin: 96px 0 0 auto;
}

.diet-right h2.title {
  margin-bottom: 24px;
}

.diet-right .text {
  padding-left: 2px;
  margin-bottom: 27px;
  padding-right: 12px;
}

.diet-right .text:last-of-type {
  margin-bottom: 0;
}

.diet-left {
  display: block;
  vertical-align: top;
  width: 100%;
}

.diet-left._abs {
  position: absolute;
  right: 96%;
  top: -96px;
}

.diet-left ._diet {
  background: url("../img/diet-image.png") center no-repeat;
  background-size: contain;
  width: 671px;
  height: 597px;
  max-width: none;
  position: relative;
  left: -153px;
  top: 99px;
}

.diet .diet-list {
  width: 100%;
  margin-top: 38px;
  margin-bottom: 33px;
}

.diet .diet-list_item {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  padding-left: 2px;
}

.diet .diet-list_item img {
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 12px;
  margin-left: 1px;
}

.diet .diet-list_item .item-text {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #10132d;
}

._orange {
  color: #ff2e00;
}

p.text {
  font-size: 16px;
  line-height: 1.875;
  color: #10132d;
}

.eating {
  position: relative;
  background: #0091e4;
  background-size: auto 100%;
}

.eating ._molecule {
  background: url("../img/molekula.png") center no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
  width: 1890px;
  height: 756px;
  left: 54.5%;
  top: 46%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.eating .limit {
  height: 1px;
  min-height: 742px;
}

.eating-left,
.eating-right {
  padding: 20px 0;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  position: relative;
}

.eating-left {
  width: 51%;
}

.eating h2.title {
  color: #fff;
  margin-top: 48px;
  margin-bottom: 26px;
}

.eating p.text {
  color: #fff;
  padding-left: 4px;
  margin-bottom: 27px;
}

.eating p.text:last-of-type {
  margin-bottom: 0;
}

.eating .btn {
  margin: 37px 0 0 1px;
  min-width: 231px;
}

.eating-right {
  width: 100%;
}

.eating-right._abs {
  position: absolute;
  left: 96%;
  bottom: 0;
}

.eating-right ._woman2 {
  background: url("../img/woman2.png") center no-repeat;
  background-size: contain;
  width: 533px;
  height: 819px;
  pointer-events: none;
  position: absolute;
  right: -59px;
  bottom: 0;
}

.works {
  padding: 20px 0;
  min-height: 660px;
}

.works .limit {
  position: relative;
}

.works .vertical-text {
  position: absolute;
  right: -548px;
  top: 243px;
  text-transform: uppercase;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 132px;
  line-height: 130px;
  color: rgba(0, 0, 0, 0.07);
  font-weight: 900;
}

.works-left,
.works-right {
  position: relative;
}

.works-left {
  width: 100%;
  text-align: left;
}

.works-left._abs {
  position: absolute;
  right: 96%;
  top: 0;
}

.works-right {
  width: 51%;
  margin: 80px 0 0 auto;
  padding-left: 8px;
}

.works-right p.text {
  position: relative;
  z-index: 1;
  padding-left: 2px;
}

.works .works-check {
  margin-top: 27px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.works .works-check_item {
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.875;
  color: #10132d;
  position: relative;
  margin-bottom: 25px;
}

.works .works-check_item:last-of-type {
  margin-bottom: 0;
}

.works .works-check_item::before {
  content: '';
  position: absolute;
  background: url("../img/check.png") center no-repeat;
  width: 17px;
  height: 17px;
  left: 3px;
  top: 6px;
}

.works .works-list {
  text-align: center;
  max-width: 499px;
  display: block;
  margin-top: 54px;
  position: relative;
  /*&::before {
      content: '';
      width: 343px;
      height: 343px;
      display: inline-block;
      position: absolute;
      left: 50.4%;
      top: 47.1%;
      @include translate(-50%, -50%);
      background: rgba(61, 183, 252, 0.62);
      -webkit-box-shadow: 0px 0px 130px 0px rgba(61, 183, 252, 1);
      -moz-box-shadow: 0px 0px 130px 0px rgba(61, 183, 252, 1);
      box-shadow: 0px 0px 130px 0px rgba(61, 183, 252, 1);
      border-radius: 50%;
    }*/
}

.works .works-list::before {
  pointer-events: none;
  content: '';
  position: absolute;
  left: 50%;
  top: 52%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../img/circle_back.png") center no-repeat;
  width: 1134px;
  height: 1136px;
}

.works .works-list_item {
  position: relative;
  margin-bottom: 9px;
}

.works .works-list_item:before {
  content: '';
  position: absolute;
  background: url("../img/circle-arrow.png") center no-repeat;
  width: 26px;
  height: 29px;
}

.works .works-list_item._1::before {
  left: 355px;
  top: 63px;
}

.works .works-list_item._2::before {
  left: 137px;
  top: -82px;
  -moz-transform: rotate(275deg);
  -o-transform: rotate(275deg);
  -ms-transform: rotate(275deg);
  -webkit-transform: rotate(275deg);
  transform: rotate(275deg);
}

.works .works-list_item._3::before {
  left: 140px;
  top: 135px;
  -moz-transform: rotate(75deg);
  -o-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  -webkit-transform: rotate(75deg);
  transform: rotate(75deg);
}

.works .works-list_item._4::before {
  left: 82px;
  top: -41px;
  -moz-transform: rotate(195deg);
  -o-transform: rotate(195deg);
  -ms-transform: rotate(195deg);
  -webkit-transform: rotate(195deg);
  transform: rotate(195deg);
}

.works .works-list_item._5::before {
  left: -16px;
  top: 60px;
  -moz-transform: rotate(129deg);
  -o-transform: rotate(129deg);
  -ms-transform: rotate(129deg);
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}

.works .works-list_item._pl {
  padding-left: 70px;
  margin-bottom: 51px;
}

.works .works-list_item._pr {
  padding-right: 70px;
  margin-bottom: 51px;
}

.works .works-list_item._pl2 {
  padding-left: 43px;
}

.works .works-list_item._pr2 {
  padding-right: 43px;
}

.works .works-list_item p {
  font-size: 14px;
  line-height: 20px;
  color: #10132d;
  display: block;
  text-align: center;
  font-weight: 500;
  margin: 10px auto 0;
  max-width: 190px;
}

.works .works-list_item .circle {
  display: inline-block;
  vertical-align: top;
  width: 69px;
  height: 69px;
  line-height: 69px;
  background: #dcf2ff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 29px 0px rgba(4, 116, 187, 0.3);
  -moz-box-shadow: 0px 10px 29px 0px rgba(4, 116, 187, 0.3);
  box-shadow: 0px 10px 29px 0px rgba(4, 116, 187, 0.3);
}

.works .works-list_item .circle img {
  display: inline-block;
  vertical-align: middle;
}

.works ._w50 {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.easy {
  padding: 20px 0;
}

.easy-left,
.easy-right {
  display: inline-block;
  vertical-align: top;
}

.easy-left {
  width: 44%;
  padding-left: 2px;
  margin-top: 68px;
  position: relative;
  z-index: 1;
}

.easy-left h2.title {
  margin-bottom: 17px;
}

.easy-right {
  position: relative;
  text-align: right;
  width: 56%;
}

.easy-right ._easy-image {
  background: url("../img/easy-right.png") center no-repeat;
  width: 666px;
  height: 463px;
  max-width: none;
  position: relative;
  left: 5px;
  top: -18px;
}

.easy-right ._prod {
  position: absolute;
  right: 23px;
  bottom: 44px;
}

.cards {
  padding: 20px 0 96px;
  position: relative;
}

.cards h3.title {
  margin-bottom: 18px;
}

.cards p.text {
  margin-bottom: 18px;
}

.cards p.text:last-of-type {
  margin-bottom: 0;
}

.cards .card-list {
  position: relative;
  width: 100%;
  display: block;
  margin: 14px auto;
  max-width: 952px;
}

.cards .card-list_item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.cards .card-list_item:nth-child(2n) {
  text-align: right;
}

.cards .card-list_item:nth-child(2n) .wrapper-card {
  padding: 27px 25px 27px 38px;
}

.cards .card-list_item:nth-child(2n) h3.title {
  margin-bottom: 21px;
}

.cards .wrapper-card {
  min-height: 534px;
  display: inline-block;
  text-align: left;
  width: 100%;
  padding: 27px 55px;
  background: #fff;
  max-width: 456px;
  -webkit-box-shadow: 0px 10px 27px 0px rgba(16, 19, 45, 0.1);
  -moz-box-shadow: 0px 10px 27px 0px rgba(16, 19, 45, 0.1);
  box-shadow: 0px 10px 27px 0px rgba(16, 19, 45, 0.1);
}

.cards .btn {
  margin: 59px auto 0;
  min-width: 231px;
  -webkit-box-shadow: 0px 10px 27px 0px rgba(255, 44, 0, 0.45);
  -moz-box-shadow: 0px 10px 27px 0px rgba(255, 44, 0, 0.45);
  box-shadow: 0px 10px 27px 0px rgba(255, 44, 0, 0.45);
}

.cards .btn:hover {
  background-color: #ff8500;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.cards .limit {
  position: relative;
}

.cards .card-left_back {
  pointer-events: none;
  background: url("../img/card-left.png") center no-repeat;
  width: 1004px;
  height: 705px;
  position: absolute;
  left: -50px;
  top: -51px;
}

.cards .card-right_back {
  pointer-events: none;
  background: url("../img/card-right.png") center no-repeat;
  width: 697px;
  height: 768px;
  position: absolute;
  right: -50px;
  top: -203px;
}

.cards ._prod {
  background: url("../img/prod.png") center no-repeat;
  width: 157px;
  height: 331px;
  position: absolute;
  right: -63px;
  bottom: -16px;
}

.center {
  text-align: center;
}

.weight {
  position: relative;
  background: url("../img/weight-back.png") 20px top no-repeat, #0091e4;
  background-size: auto 100%;
}

.weight .dotted {
  background: url("../img/dotted.png") center no-repeat;
  width: 182px;
  height: 359px;
  position: absolute;
  right: -117px;
  bottom: -97px;
}

.weight-left,
.weight-right {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 100%;
}

.weight ._woman3 {
  background: url("../img/woman3.png") center bottom no-repeat;
  background-size: contain;
  width: 701px;
  height: 873px;
  pointer-events: none;
  position: absolute;
  left: -116px;
  bottom: -66px;
  max-width: none;
}

.weight-right {
  width: 51%;
  padding-left: 4px;
}

.weight h2.title {
  color: #fff;
  margin-top: 39px;
}

.weight-left {
  width: 49%;
}

.weight .limit {
  padding: 20px 0 66px;
  height: 1px;
  min-height: 817px;
}

.weight .weight-list {
  margin-top: 23px;
}

.weight .weight-list_item {
  display: block;
  margin-bottom: 24px;
}

.weight .weight-list_item:last-of-type {
  margin-bottom: 0;
}

.weight .weight-list_item img {
  width: 132px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: -3px;
  top: 3px;
}

.weight .weight-list_item .item-text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 132px);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 300;
  padding-left: 4px;
}

.weight .weight-list_item .item-text b {
  display: block;
}

.health .limit {
  position: relative;
}

.health .vertical-text {
  position: absolute;
  right: -558px;
  top: 260px;
  text-transform: uppercase;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 132px;
  line-height: 130px;
  color: rgba(0, 0, 0, 0.07);
  font-weight: 900;
}

.health-left,
.health-right {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 596px;
}

.health-left {
  width: 60%;
}

.health-left h2.title {
  margin-top: 92px;
  margin-bottom: 23px;
}

.health-left .btn {
  margin: 33px 0 0;
  min-width: 232px;
  -webkit-box-shadow: 0px 10px 27px 0px rgba(255, 44, 0, 0.45);
  -moz-box-shadow: 0px 10px 27px 0px rgba(255, 44, 0, 0.45);
  box-shadow: 0px 10px 27px 0px rgba(255, 44, 0, 0.45);
}

.health-left .btn:hover {
  background-color: #ff8500;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.health p.text {
  padding-left: 2px;
}

.health-right {
  width: 100%;
}

.health-right._abs {
  position: absolute;
  left: 67%;
  top: 0;
}

.health-right ._woman4 {
  background: url("../img/woman4.png") center no-repeat;
  background-size: contain;
  width: 509px;
  height: 633px;
  position: absolute;
  right: -20px;
  top: -40px;
  max-width: none;
}

.component {
  padding: 20px 0;
}

.component .wrapper-place {
  position: relative;
}

.component ._prod {
  background: url("../img/prod.png") center bottom no-repeat;
  background-size: contain;
  width: 248px;
  height: 672px;
  max-width: none;
  position: absolute;
  left: -30px;
  bottom: -22px;
  z-index: 1;
}

.component ._tablet {
  background: url("../img/tablet.png") center bottom no-repeat;
  background-size: contain;
  width: 272px;
  height: 231px;
  max-width: none;
  position: absolute;
  right: -3px;
  bottom: -55px;
  z-index: 1;
}

.component .component-place {
  position: relative;
  left: 18px;
  display: block;
  margin: 12px auto 0;
  padding: 49px 50px 35px;
  background: url("../img/back_place.jpg") right center no-repeat;
  min-height: 702px;
  width: 100%;
  max-width: 938px;
  -webkit-box-shadow: 0px 0px 38px 0px rgba(16, 19, 45, 0.15);
  -moz-box-shadow: 0px 0px 38px 0px rgba(16, 19, 45, 0.15);
  box-shadow: 0px 0px 38px 0px rgba(16, 19, 45, 0.15);
  border-radius: 10px;
}

.component .component-place h2.title {
  padding: 0 7px;
}

.component .component-list {
  margin-top: 28px;
  padding: 0 8px;
}

.component .component-list_item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 28px;
}

.component .component-list_item._w80 {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  left: -28px;
}

.component .component-list_item._w80 .item-text {
  padding: 0;
  margin: 0;
}

.component .component-list_item .item-text {
  padding-right: 20px;
  font-weight: 300;
  color: #10132d;
  font-size: 16px;
  line-height: 1.875;
}

.component .component-list_item .item-text b {
  display: block;
}

.component .note {
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  line-height: 1.875;
  color: #10132d;
  position: relative;
  text-align: center;
  display: block;
  max-width: 870px;
  margin: 36px auto 0;
  padding-left: 73px;
}

.component .note::before {
  content: '';
  position: absolute;
  left: -7px;
  top: -26px;
  background: url("../img/ico_circle.png") center no-repeat;
  width: 99px;
  height: 99px;
}

.choice {
  padding: 20px 0;
  min-height: 921px;
}

.choice .limit {
  padding: 0 10px;
}

.choice h2.title {
  margin-top: 74px;
  text-align: center;
}

.choice .choice-list {
  margin-top: 147px;
  margin-bottom: 70px;
}

.choice .choice-list_item {
  display: inline-block;
  vertical-align: top;
  width: 18.55%;
  text-align: center;
}

.choice .choice-list_item:nth-child(2) .image-block img {
  left: 59%;
}

.choice .choice-list_item:nth-child(3) {
  margin-top: -87px;
  width: 25.7%;
}

.choice .choice-list_item:nth-child(3) .image-block {
  min-height: 314px;
  margin-bottom: 17px;
}

.choice .choice-list_item:nth-child(3) .image-block img {
  left: 52.7%;
  max-width: 341px;
}

.choice .choice-list_item:nth-child(3) .wrapper-item {
  max-width: 278px;
  padding: 23px 20px 46px;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 162, 255, 0.39);
  -moz-box-shadow: 0px 0px 29px 0px rgba(0, 162, 255, 0.39);
  box-shadow: 0px 0px 29px 0px rgba(0, 162, 255, 0.39);
}

.choice .choice-list_item:nth-child(3) .wrapper-item ul {
  margin-top: 9px;
}

.choice .choice-list_item:nth-child(3) .wrapper-item ul li {
  font-size: 22px;
  line-height: 36px;
  color: #10132d;
  font-weight: 700;
}

.choice .choice-list_item:nth-child(1) {
  text-align: left;
}

.choice .choice-list_item:last-of-type {
  text-align: right;
}

.choice .choice-list_item:last-of-type .image-block img {
  left: 50.5%;
}

.choice .choice-list_item .wrapper-item {
  padding: 23px 20px 23px;
  display: inline-block;
  max-width: 210px;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(16, 19, 45, 0.1);
  -moz-box-shadow: 0px 0px 27px 0px rgba(16, 19, 45, 0.1);
  box-shadow: 0px 0px 27px 0px rgba(16, 19, 45, 0.1);
}

.choice .choice-list_item .wrapper-item ul {
  text-align: center;
  margin-top: 26px;
}

.choice .choice-list_item .wrapper-item ul li {
  font-size: 16px;
  line-height: 1.875;
  color: #10132d;
  font-weight: 300;
}

.choice .choice-list_item .name {
  font-size: 16px;
  line-height: 1.5;
  color: #10132d;
  text-align: center;
}

.choice .choice-list_item .image-block {
  min-height: 231px;
  position: relative;
  margin-bottom: 36px;
}

.choice .choice-list_item .image-block img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: none;
}

.exclusive {
  background: url("../img/exclusivet-back.png") -41px top no-repeat, #0091e4;
  background-size: auto 100%;
  overflow: hidden;
}

.exclusive .limit {
  position: relative;
}

.exclusive ._dotted {
  position: absolute;
  right: -99px;
  bottom: 10px;
  background: url("../img/dotted_2.png") center no-repeat;
  width: 296px;
  height: 295px;
  pointer-events: none;
}

.exclusive-left,
.exclusive-right {
  min-height: 566px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.exclusive-left {
  width: 56%;
}

.exclusive-left._abs {
  position: absolute;
  top: -2px;
  left: -154.5%;
}

.exclusive-left ._woman5 {
  background: url("../img/woman5.png") center bottom no-repeat;
  width: 690px;
  height: 574px;
  position: absolute;
  max-width: none;
}

.exclusive-right {
  display: block;
  margin: 0 0 0 auto;
  width: 44%;
  padding-top: 53px;
  padding-left: 12px;
}

.exclusive-right p.text {
  position: relative;
  z-index: 1;
  padding-left: 7px;
  color: #fff;
}

.exclusive-right p.border {
  max-width: 405px;
  width: 100%;
  border: 1px solid #00c0ff;
  -webkit-box-shadow: 0px 0px 10px 0px #00dcfd;
  -moz-box-shadow: 0px 0px 10px 0px #00dcfd;
  box-shadow: 0px 0px 10px 0px #00dcfd;
  margin: 19px 0 0 6px;
  padding: 22px 20px 27px;
  position: relative;
}

.exclusive-right ._prize {
  position: absolute;
  right: -234px;
  bottom: -91px;
  pointer-events: none;
}

.exclusive-right .btn {
  margin: 17px 0 0 2px;
  min-width: 0;
  max-width: 231px;
  width: 100%;
}

.exclusive-right .btn:hover {
  background-color: #ff8500;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.exclusive-right h2.title {
  position: relative;
  margin-bottom: 26px;
  z-index: 1;
  color: #fff;
}

.faq {
  padding: 20px 0;
}

.faq .limit {
  position: relative;
}

.faq .vertical-text {
  position: absolute;
  left: -672px;
  top: 506px;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 132px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.07);
  font-weight: 900;
}

.faq-left,
.faq-right {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.faq-left {
  z-index: 1;
  width: 70%;
}

.faq-right {
  width: 30%;
}

.faq-right .back {
  pointer-events: none;
  position: absolute;
  left: -396px;
  top: 25px;
  background: url("../img/faq_back.png") center no-repeat;
  width: 1673px;
  height: 1150px;
}

.faq-right ._prod {
  background: url(../img/prod.png) center no-repeat;
  background-size: contain;
  width: 300px;
  height: 331px;
  position: absolute;
  top: 426px;
  max-width: 214px;
}

.faq-right ._prod2 {
  background: url(../img/prod.png) center no-repeat;
  background-size: contain;
  width: 157px;
  height: 331px;
  position: absolute;
  left: 487px;
  top: 472px;
  max-width: 140px;
  -moz-transform: rotate(334deg);
  -o-transform: rotate(334deg);
  -ms-transform: rotate(334deg);
  -webkit-transform: rotate(334deg);
  transform: rotate(334deg);
}

.faq .title {
  position: relative;
  max-width: 560px;
  width: 100%;
  margin-top: 63px;
}

.faq .title span {
  position: relative;
}

.faq .title::before {
  content: '';
  position: absolute;
  background: url("../img/quest.png") center no-repeat;
  width: 1087px;
  height: 195px;
  left: -155px;
  top: -55px;
  pointer-events: none;
}

.faq .faq-list {
  margin: 35px 0;
  padding-left: 3px;
  max-width: 810px;
}

.faq .faq-list_item {
  margin-bottom: 33px;
}

.faq .faq-list_item:last-of-type {
  margin-bottom: 0;
}

.faq .faq-list_item._open .question::after {
  top: 10px;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq .question {
  cursor: pointer;
  padding-left: 51px;
  position: relative;
}

.faq .question::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #0091e4;
  border-radius: 50%;
}

.faq .question::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 12px;
  background: url("../img/arrow-fsq.png") center no-repeat;
  width: 13px;
  height: 8px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: top .3s, -moz-transform 0.3s, -o-transform 0.3s, -ms-transform 0.3s, -webkit-transform 0.3s, transform 0.3s;
}

.faq .question-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.785;
  color: #10132d;
}

.faq .answer {
  display: none;
  width: 100%;
  margin: 18px 0 0 50px;
  max-width: 752px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(16, 19, 45, 0.1);
  -moz-box-shadow: 0px 0px 27px 0px rgba(16, 19, 45, 0.1);
  box-shadow: 0px 0px 27px 0px rgba(16, 19, 45, 0.1);
  position: relative;
}

.faq .answer::before {
  content: '';
  position: absolute;
  left: 36px;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #ffffff transparent;
}

.faq .answer-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.875;
  color: #10132d;
  padding: 15px 20px 18px;
}

.review {
  padding: 20px 0 68px;
}

.review h2.title {
  text-align: center;
  max-width: 680px;
  display: block;
  margin: 11px auto 0;
}

.review .review-list {
  max-width: 1100px;
  display: block;
  margin: 50px auto 40px;
}

.review .review-list_item {
  outline: none;
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  text-align: center;
}

.review .review-list_item:first-of-type {
  text-align: left;
}

.review .review-list_item:last-of-type {
  text-align: right;
}

.review .wrapper-item {
  pointer-events: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  display: inline-block;
  text-align: left;
  max-width: 320px;
  min-height: 677px;
  width: 100%;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(16, 19, 45, 0.1);
  -moz-box-shadow: 0px 0px 27px 0px rgba(16, 19, 45, 0.1);
  box-shadow: 0px 0px 27px 0px rgba(16, 19, 45, 0.1);
}

.review .wrapper-item .avatar {
  max-width: 38px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  border-radius: 50%;
  padding: 2px;
  background: #ff8a00;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #ff8a00 0%, #f10b82 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ff8a00 0%, #f10b82 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ff8a00 0%, #f10b82 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a00', endColorstr='#f10b82', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.review .wrapper-item .avatar img {
  border-radius: 50%;
}

.review .wrapper-item .name {
  color: #10132d;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}

.review .wrapper-item .name .date {
  display: block;
}

.review .wrapper-item .top {
  padding: 21px 25px 16px;
}

.review .wrapper-item .like {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 300;
  color: #000000;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  margin-bottom: 14px;
}

.review .wrapper-item .like img {
  position: relative;
  margin-right: 19px;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
}

.review .wrapper-item .bot {
  padding: 22px 19px 14px;
}

.review .wrapper-item .bot p.text {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.review .wrapper-item .bot .tag {
  color: #007eff;
}

.last {
  background: #0091e4;
}

.last ._flower {
  pointer-events: none;
  position: absolute;
  left: 52.9%;
  top: 47.2%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../img/flower-footer.png") center no-repeat;
  background-size: contain;
  width: 1958px;
  height: 926px;
  z-index: 2;
}

.last .limit {
  position: relative;
  min-height: 879px;
  height: 1px;
}

.last-left {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 50%;
}

.last-left {
  z-index: 1;
}

.last-right {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 100%;
  left: 100%;
}

.last-right .back {
  pointer-events: none;
  background: url("../img/last-back.png") center no-repeat;
  width: 1434px;
  height: 886px;
  position: absolute;
  left: -454px;
  bottom: -9px;
}

.last-right ._prod {
  position: absolute;
  background: url("../img/prod.png") center no-repeat;
  width: 327px;
  height: 351px;
  left: -122px;
  bottom: 127px;
  z-index: 2;
  pointer-events: none;
  background-size: contain;
}

.last-right ._line {
  pointer-events: none;
  background: url(../img/sant.png) center no-repeat;
  background-size: contain;
  width: 242px;
  height: 169px;
  position: absolute;
  left: -308px;
  bottom: 15px;
  max-width: none;
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  z-index: 2;
}

.last h2.title {
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: 56px;
}

.last ._woman6 {
  background: url("../img/woman6.png") center bottom no-repeat;
  width: 489px;
  height: 947px;
  max-width: none;
  position: absolute;
  bottom: 0;
  right: -30px;
}

.last p.text {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.575;
}

.last p.border {
  max-width: 376px;
  width: 100%;
  border: 1px solid #00c0ff;
  -webkit-box-shadow: 0px 0px 10px 0px #00dcfd;
  -moz-box-shadow: 0px 0px 10px 0px #00dcfd;
  box-shadow: 0px 0px 10px 0px #00dcfd;
  margin: 19px 0 0 6px;
  padding: 10px 7px 8px;
  position: relative;
}

.form {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 396px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6f4fc+0,c8e8fa+100 */
  background: #e6f4fc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e6f4fc 0%, #c8e8fa 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e6f4fc 0%, #c8e8fa 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e6f4fc 0%, #c8e8fa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6f4fc', endColorstr='#c8e8fa', GradientType=0);
  /* IE6-9 */
  text-align: center;
  margin: 28px 0 0 2px;
  border-radius: 30px;
  padding: 45px 35px 43px;
}

.form .form-title {
  text-align: center;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 900;
  color: #10132d;
}

.form form {
  padding: 0 12px;
  margin: 31px 0 0;
}

.form select.form-item {
  background: url("../img/select.png") 94% center no-repeat, #cae7f7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form .form-item {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 18px;
  margin-bottom: 14px;
  color: #10132d;
  width: 100%;
  border-radius: 10px;
  background: #cae7f7;
  -webkit-box-shadow: inset 0px 5px 10px 0px rgba(0, 76, 120, 0.11);
  -moz-box-shadow: inset 0px 5px 10px 0px rgba(0, 76, 120, 0.11);
  box-shadow: inset 0px 5px 10px 0px rgba(0, 76, 120, 0.11);
  outline: none;
}

.form ::-webkit-input-placeholder {
  color: #10132d;
}

.form :-ms-input-placeholder {
  color: #10132d;
}

.form ::-ms-input-placeholder {
  color: #10132d;
}

.form ::placeholder {
  color: #10132d;
}

.form .btn {
  margin: 26px auto 0;
  min-width: 232px;
  -webkit-box-shadow: 0px 10px 27px 0px rgba(255, 0, 24, 0.55);
  -moz-box-shadow: 0px 10px 27px 0px rgba(255, 0, 24, 0.55);
  box-shadow: 0px 10px 27px 0px rgba(255, 0, 24, 0.55);
}

.form .btn:hover {
  background-color: #ff8500;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.price {
  margin: 21px 0 0;
}

.price .old,
.price .new {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-align: center;
}

.price .old {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.25;
  color: #10132d;
  text-decoration: line-through;
}

.price .new {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 500;
  color: #ff3000;
}

.price ._black {
  font-size: 28px;
  font-weight: 900;
}

._mobile-elem {
  display: none;
}

._italic {
  font-style: italic;
}

.wrapper-slider {
  position: relative;
}

.arrow {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: block;
  text-align: center;
}

.arrow .next,
.arrow .prev {
  background: url("../img/arrow_slider.png") center no-repeat;
  width: 94px;
  height: 94px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  vertical-align: top;
}

.arrow .prev {
  margin-right: 10px;
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.component .arrow {
  display: none;
}

.burger {
  display: none;
  vertical-align: top;
  max-width: 33px;
  width: 100%;
}

.burger.active {
  position: fixed;
  z-index: 1;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  top: 0;
  margin: 37px 0 0 131px;
}

.burger.active button {
  height: 23px;
}

.burger.active span:first-of-type {
  top: 2px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  margin: 0;
}

.burger.active span:last-of-type {
  top: -4px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  margin: 0;
}

.burger.active span:nth-of-type(2) {
  opacity: 0;
  margin: 0;
}

.burger button {
  outline: none;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 100%;
}

.burger button span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 7px;
  opacity: 1;
  transition: opacity .3s, top .33s, -moz-transform .3s, -o-transform .3s, -ms-transform .3s, -webkit-transform .3s, transform .3s;
}

.burger button span:last-of-type {
  margin-bottom: 0;
}

@media all and (max-width: 1200px) {
  .vertical-text {
    display: none;
  }

  .first ._woman {
    max-width: 400px;
  }

  .first .prod_wrapper ._line {
    left: -58px;
    bottom: 26px;
    max-width: 180px;
  }

  .first_left {
    width: 64%;
  }

  .first .prod_wrapper {
    bottom: -68px;
    left: 64%;
  }

  .first .prod_wrapper ._prod {
    pointer-events: none;
    position: relative;
    max-width: 100%;
  }

  .diet-left ._diet {
    top: 169px;
    max-width: 610px;
    height: 543px;
  }

  .eating-left {
    width: 58%;
  }

  .eating-right {
    width: 100%;
  }

  .weight ._woman3 {
    max-width: 540px;
    left: -76px;
  }

  h2.title {
    font-size: 35px;
  }

  .weight {
    background: #0091e4;
  }

  .weight-left {
    width: 45%;
  }

  .weight-right {
    width: 55%;
    padding-right: 10px;
  }

  .weight .weight-list_item img {
    width: 92px;
  }

  .weight .weight-list_item .item-text {
    width: calc(100% - 92px);
    line-height: 1.775;
  }

  .health-right ._woman4 {
    top: 30px;
    max-width: 100%;
  }

  .component ._prod {
    max-width: 130px;
    left: 0;
  }

  .component ._tablet {
    max-width: 170px;
  }

  .choice .choice-list_item {
    width: 18%;
    margin: 0 0.3%;
  }

  .choice .choice-list_item:nth-child(3) {
    width: 25%;
    margin-top: -37px;
  }

  .choice .choice-list_item .wrapper-item {
    padding: 23px 5px 23px;
  }

  .choice .choice-list_item .image-block {
    max-width: 140px;
    display: block;
    margin: 0 auto 36px;
  }

  .choice .choice-list_item .image-block img {
    max-width: 100%;
  }

  .choice .choice-list_item:nth-child(3) .wrapper-item {
    padding: 23px 20px 21px;
  }

  .choice .choice-list_item:nth-child(3) .image-block img {
    left: 52.7%;
    max-width: 301px;
  }

  .choice .choice-list_item:nth-child(3) .image-block {
    min-height: 274px;
  }

  .choice .choice-list {
    margin-top: 127px;
    margin-bottom: 40px;
  }

  .choice {
    padding: 20px 0;
    min-height: 861px;
  }

  .exclusive-left ._woman5 {
    left: -159px;
  }

  .faq-left {
    width: 65%;
  }

  .faq-right {
    width: 35%;
  }

  .faq-right .back {
    left: -326px;
  }

  .review .review-list_item {
    width: 32%;
    margin: 0 0.66%;
  }

  .last ._woman6 {
    max-width: 100%;
    right: -60px;
  }

  .last-right ._line {
    left: -158px;
    bottom: 75px;
  }

  .last-right ._prod {
    position: absolute;
    left: -121px;
    bottom: 2px;
    z-index: 2;
    pointer-events: none;
    max-width: 400px;
    background-size: contain;
  }
}

@media all and (max-width: 1050px) {
  .component ._prod {
    left: -25px;
  }

  .component .component-place {
    padding: 49px 55px 35px;
  }
}

@media all and (max-width: 990px) {
  .eating ._molecule {
    display: none;
  }

  .navigation._fixed {
    padding: 8px 0 10px;
  }

  .burger {
    display: inline-block;
  }

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

  .navigation .limit {
    text-align: justify;
    padding: 0 10px;
  }

  .navigation .limit::after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
  }

  .navigation .navigation_list {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0091e4;
    padding: 144px 0 73px;
  }

  .navigation .navigation_list::before {
    content: '';
    background-size: contain;
    position: absolute;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 43px;
    width: 73px;
    height: 75px;
    max-width: 63px;
  }

  .navigation .navigation_list .navigation_list-item {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  .navigation .navigation_list .navigation_list-item a {
    margin-bottom: 3px;
  }

  .navigation .logo {
    width: 61px;
  }

  .first_left {
    width: 100%;
    margin-top: 110px;
    margin-bottom: -27px;
  }

  h1.title {
    text-align: center;
    font-size: 32px;
    line-height: 1.125;
    padding: 0 25px;
    text-shadow: 0px 1px 3px rgba(0, 63, 99, 0.8);
  }

  h1.title br {
    display: none;
  }

  .first .subtitle {
    z-index: 1;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-shadow: 0px 1px 3px rgba(0, 63, 99, 0.8);
    margin-top: 6px;
    padding: 0 10px;
  }

  .first {
    min-height: auto;
  }

  .first .btn {
    position: relative;
    margin: 0px auto 0;
    -webkit-box-shadow: 0px 10px 27px 0px rgba(255, 0, 0, 0.69);
    -moz-box-shadow: 0px 10px 27px 0px rgba(255, 0, 0, 0.69);
    box-shadow: 0px 10px 27px 0px rgba(255, 0, 0, 0.69);
  }

  .first .btn:hover {
    background-color: #ff8500;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }

  .first .prod_wrapper {
    position: relative;
    left: -47px;
    top: -49px;
    right: auto;
    bottom: auto;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    margin: 56px auto 0;
    max-width: 135px;
  }

  .first .mobile_wrapper {
    pointer-events: none;
    position: relative;
    margin-bottom: -42px;
  }

  .first ._woman {
    /*background: url("../img/woman_mobile.png") center no-repeat;*/
    background-size: contain;
    width: 150px;
    height: 243px;
    right: 15px;
    bottom: 41px;
  }

  .first .prod_wrapper ._line {
    max-width: 111px;
    left: -59px;
    bottom: 11px;
  }

  .first .limit {
    position: relative;
    min-height: auto;
    height: auto;
  }

  h2.title {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
  }

  .diet-left {
    display: block;
    width: 100%;
  }

  .diet-right {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 55px;
  }

  .diet-right h2.title {
    margin-bottom: 11px;
  }

  .diet-right .text {
    padding-left: 0;
    margin-bottom: 27px;
    padding-right: 12px;
    font-size: 16px;
    line-height: 1.5;
  }

  .diet-left._abs {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 28px;
  }

  .diet-right .text {
    margin-bottom: 20px;
  }

  .diet-left ._diet {
    background: url("../img/diet-image_mobile.png") center no-repeat;
    width: 248px;
    height: 221px;
    max-width: none;
    top: auto;
    right: auto;
    bottom: auto;
    left: 16px;
  }

  .diet .diet-list_item {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 12px;
  }

  .diet .diet-list_item:last-of-type {
    margin-bottom: 0;
  }

  .diet .diet-list_item img {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 49px;
  }

  .diet .diet-list_item .item-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 49px);
    padding-left: 11px;
  }

  .diet .diet-list_item .item-text br {
    display: none;
  }

  .diet .diet-list {
    margin-top: 21px;
    margin-bottom: 39px;
  }

  .diet .znak {
    background: url("../img/znak.png") center no-repeat;
    width: 109px;
    height: 102px;
    position: absolute;
    right: 14px;
    bottom: -17px;
  }

  .diet {
    padding: 20px 0 54px;
  }

  .eating .limit {
    min-height: auto;
    height: auto;
  }

  .eating-left {
    padding: 53px 0 58px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .eating-right._abs {
    /* background: url("../img/krug.png") center no-repeat; */
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 350px;
    margin-bottom: -6px;
  }

  .eating .btn {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0;
    z-index: 2;
  }

  .eating-right ._woman2 {
    background: url("../img/woman2_mobile.png") center no-repeat;
    background-size: contain;
    width: 462px;
    height: 390px;
    position: absolute;
    left: 50%;
    top: 48%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .eating h2.title {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 28px;
    line-height: 36px;
    margin-top: 35px;
    margin-bottom: 6px;
  }

  .eating p.text {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 0;
    padding-right: 12px;
    margin-bottom: 24px;
  }

  .works h2.title {
    font-size: 28px;
    line-height: 48px;
  }

  .works-right {
    width: 100%;
    margin: 21px auto 0;
    padding: 0;
  }

  .works-left._abs {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 20px;
  }

  .works .works-check {
    margin-top: 8px;
  }

  .works .works-check_item {
    padding-left: 24px;
    margin-bottom: 15px;
  }

  .works .works-check_item::before {
    left: -1px;
    top: 4px;
  }

  .works .works-check_item {
    font-size: 16px;
    line-height: 1.5;
  }

  .works .works-list::before {
    background: none;
    background-color: #87d2fd;
    border-radius: 50%;
    width: 213px;
    height: 213px;
    left: 50%;
    top: 47%;
  }

  .works .works-list_item .circle {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }

  .works .works-list {
    margin-top: 26px;
  }

  .works .works-list_item .circle img {
    max-width: 23px;
  }

  .works .works-list_item p {
    font-size: 8px;
    line-height: 12px;
    margin: 5px auto 0;
    max-width: 110px;
  }

  .works .works-list_item {
    margin-bottom: 5px;
  }

  .works .works-list_item._pr {
    padding-right: 44px;
  }

  .works .works-list_item._pl {
    padding-left: 50px;
  }

  .works .works-list_item._pl,
  .works .works-list_item._pr {
    margin-bottom: 32px;
  }

  .works .works-list_item._pl2 {
    padding-left: 22px;
  }

  .works .works-list_item._pr2 {
    padding-right: 22px;
  }

  .works-right p.text {
    padding-left: 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .easy {
    display: none;
  }

  .works .works-list_item {
    position: relative;
    margin-bottom: 9px;
  }

  .works .works-list_item:before {
    content: '';
    position: absolute;
    background: url("../img/circle-arrow-black.png") center no-repeat;
    background-size: contain;
    width: 16px;
    height: 19px;
  }

  .works .works-list_item._1::before {
    left: 216px;
    top: 39px;
  }

  .works .works-list_item._2::before {
    left: 81px;
    top: -53px;
  }

  .works .works-list_item._3::before {
    left: 87px;
    top: 80px;
  }

  .works .works-list_item._4::before {
    left: 47px;
    top: -24px;
  }

  .works .works-list_item._5::before {
    left: -9px;
    top: 34px;
  }

  h3.title {
    font-size: 28px;
    line-height: 36px;
  }

  .cards .card-list_item {
    width: 100%;
    margin-bottom: 40px;
  }

  .cards .card-list_item:last-of-type {
    margin-bottom: 0;
  }

  .cards .card-left_back {
    background: url("../img/card-left-mobile.png") center no-repeat;
    background-size: contain;
    width: 637px;
    height: 522px;
    left: 0px;
    top: 14px;
  }

  .cards .card-right_back {
    background: url("../img/card-right-mobile.png") center no-repeat;
    background-size: contain;
    width: 383px;
    height: 638px;
    right: 0px;
    top: 405px;
  }

  .cards .wrapper-card {
    text-align: center;
    padding: 45px 15px;
    min-height: 466px;
  }

  .cards .card-list_item:nth-child(2n) .wrapper-card {
    padding: 39px 15px 55px;
  }

  .cards .card-list_item:nth-child(2n) h3.title {
    margin-bottom: 24px;
  }

  .cards .btn {
    margin: 28px auto 0;
  }

  .cards p.text {
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .cards h3.title {
    margin-bottom: 21px;
  }

  .cards .card-list {
    margin: 12px auto 0;
  }

  .cards .limit {
    padding: 0;
  }

  .mob_bold {
    font-weight: 700;
  }

  ._mobile-elem {
    display: block;
  }

  .cards ._prod {
    background: url(../img/prod.png) center no-repeat;
    background-size: cover;
    width: 127px;
    height: 271px;
    right: -149px;
    top: 756px;
    bottom: auto;
  }

  .application {
    margin: 52px 0 0 9px;
  }

  .application ._prod {
    position: static;
    background: url("../img/prod.png");
    background-size: contain;
    width: 100px;
    height: 161px;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    background-repeat: no-repeat;
  }

  .application p.text {
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 10px;
  }

  .cards {
    padding: 20px 0 52px;
  }

  .weight-left {
    display: none;
  }

  .weight-right {
    width: 100%;
    padding: 0 10px;
  }

  .weight .limit {
    min-height: auto;
    height: auto;
    padding: 20px 0 49px;
  }

  .weight .weight-list_item img {
    max-width: 79px;
    display: block;
    margin: 0 auto 23px;
  }

  .weight .weight-list {
    margin-top: 25px;
  }

  .weight .weight-list_item .item-text {
    width: 100%;
    padding-left: 0;
    line-height: 1.875;
  }

  .weight .weight-list_item .item-text b {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .weight h2.title {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 28px;
  }

  .weight .dotted {
    display: none;
  }

  .health-left {
    width: 100%;
  }

  .health-left,
  .health-right {
    min-height: auto;
  }

  .health-right {
    width: 100%;
  }

  .health-right._abs {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .health-left h2.title {
    margin-top: 45px;
    margin-bottom: 27px;
    padding: 0 2px;
  }

  .health-right._abs {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-bottom: 25px;
  }

  .health-right ._woman4 {
    /* background: url("../img/woman4_mobile.png") center no-repeat; */
    background-size: contain;
    width: 214px;
    height: 267px;
    position: relative;
    top: auto;
    right: 18px;
    bottom: auto;
    left: auto;
    margin: 0 auto;
  }

  .health p.text {
    padding-left: 0;
  }

  p.text {
    line-height: 1.5;
  }

  .health-left .btn {
    margin: 25px auto 0;
    display: block;
  }

  .component .limit {
    padding: 0;
  }

  .component .component-place h2.title {
    padding: 0 15px;
  }

  .component .component-place h2.title br {
    display: none;
  }

  .component .component-place {
    margin: 25px auto 0;
    padding: 0;
    background: none;
    left: auto;
    min-height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .component .component-list {
    padding: 0;
    width: 355px;
    margin: 25px 17.5px 0;
    position: relative;
    left: -35px;
    text-align: center;
  }

  .component .component-list_item,
  .component .component-list_item._w80 {
    outline: none;
    left: auto;
    text-align: left;
    margin: 0 17.5px 30px;
    max-width: 320px;
    width: 100%;
    padding: 27px 11px 24px;
    background: url("../img/back_place-mobile.jpg") center no-repeat;
    background-size: cover;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 38px 0px rgba(16, 19, 45, 0.15);
    -moz-box-shadow: 0px 0px 38px 0px rgba(16, 19, 45, 0.15);
    box-shadow: 0px 0px 38px 0px rgba(16, 19, 45, 0.15);
    min-height: 274px;
  }

  .component .component-list_item .item-text {
    padding-right: 10px;
    line-height: 1.5;
  }

  .component .component-list_item .item-text b {
    margin-bottom: 7px;
  }

  .component ._prod {
    display: none;
  }

  .component ._tablet {
    display: none;
  }

  .component .note {
    display: none;
  }

  .component .arrow {
    display: block;
  }

  .wrapper-slider {
    padding-bottom: 81px;
  }

  .component-slider .slick-list {
    overflow: visible;
  }

  .choice {
    padding: 7px 0 63px;
    min-height: auto;
  }

  .choice .choice-list_item {
    display: none;
    margin: 0;
  }

  .choice .choice-list_item:nth-of-type(3) {
    display: block;
    width: 100%;
    margin-top: 0;
  }

  .choice h2.title {
    display: none;
  }

  .choice .choice-list {
    margin-top: 0;
    margin-bottom: 0;
  }

  .choice .choice-list_item:nth-child(3) .image-block img {
    max-width: 126px;
  }

  .choice .choice-list_item:nth-child(3) .image-block {
    min-height: 112px;
    margin: 17px auto;
  }

  .choice .choice-list_item:nth-child(3) .wrapper-item {
    position: relative;
    max-width: 296px;
  }

  .choice .choice-list_item .name {
    position: absolute;
    right: 55px;
    top: 47px;
    font-size: 0;
    line-height: 0;
    max-width: 70px;
  }

  .exclusive {
    background: none;
    background-color: #0091e4;
  }

  .exclusive-left,
  .exclusive-right {
    min-height: auto;
  }

  .exclusive-left ._woman5 {
    background: url("../img/woman5_mobile.png") center no-repeat;
    background-size: contain;
    width: 778px;
    height: 806px;
  }

  .exclusive-left._abs {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    min-height: 249px;
    pointer-events: none;
  }

  .exclusive-left ._woman5 {
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 49%;
    left: 46.3%;
  }

  .exclusive ._dotted {
    display: none;
  }

  .exclusive-right {
    width: 100%;
    margin: 52px 0 0;
    padding: 0;
  }

  .exclusive-right p.text {
    padding: 0;
    text-align: center;
  }

  .exclusive-right h2.title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 17px;
  }

  .exclusive-right p.border {
    margin: 19px auto 0;
    padding: 30px 19px 33px;
    text-align: left;
  }

  .exclusive-right .btn {
    margin: 22px auto 0px;
    display: block;
  }

  .exclusive .limit {
    padding: 0 10px 59px;
  }

  .exclusive-right ._prize {
    max-width: 272px;
    right: -237px;
    bottom: -41px;
  }

  .faq .title::before {
    display: none;
  }

  .faq .title {
    font-size: 28px;
    line-height: 36px;
    margin-top: 47px;
  }

  .faq-right {
    display: none;
  }

  .faq-left {
    width: 100%;
  }

  .faq .question-text {
    line-height: 1.5;
  }

  .faq .faq-list {
    margin: 24px 0;
    padding-left: 0;
    max-width: 810px;
  }

  .faq .question::before {
    top: 2px;
  }

  .faq .question {
    padding-left: 45px;
  }

  .faq .answer-text {
    line-height: 1.5;
    padding: 26px 8px 28px 20px;
  }

  .faq .answer {
    margin: 23px 0 0 0;
  }

  .faq .faq-list_item._open .question::after {
    top: 12px;
  }

  .faq .question::after {
    top: 14px;
  }

  .faq .faq-list_item {
    margin-bottom: 40px;
  }

  .review h2.title {
    margin: 9px auto 0;
    font-size: 24px;
    line-height: 30px;
  }

  .review .review-list_item {
    width: 100%;
    margin: 0;
  }

  .review .review-list {
    margin: 22px auto 40px;
  }

  .review .wrapper-item .top {
    padding: 24px 18px 17px;
  }

  .review .wrapper-item .bot {
    padding: 24px 20px 14px;
  }

  .review .wrapper-item .like {
    padding-bottom: 16px;
    margin-bottom: 25px;
  }

  .review .wrapper-item {
    min-height: 718px;
  }

  .review .wrapper-slider {
    padding-bottom: 0;
  }

  .review-list .slick-list {
    overflow: visible;
  }

  .review .review-list_item:first-of-type,
  .review .review-list_item:last-of-type,
  .review .review-list_item {
    text-align: center;
  }

  .review .review-list {
    padding: 0;
    width: 355px;
    margin: 25px 17.5px 0;
    position: relative;
    left: -45px;
    text-align: center;
  }

  .review-list .slick-dots {
    display: block;
    position: relative;
    width: 100%;
    margin: 36px 0 0;
    text-align: center;
  }

  .review-list .slick-dots li {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin-right: 45px;
    outline: none;
    border-radius: 50%;
    background: #10aeeb;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 10px 27px 0px rgba(0, 145, 228, 0.45);
    -moz-box-shadow: 0px 10px 27px 0px rgba(0, 145, 228, 0.45);
    box-shadow: 0px 10px 27px 0px rgba(0, 145, 228, 0.45);
  }

  .review-list .slick-dots li:hover {
    opacity: 1;
  }

  .review-list .slick-dots li.slick-active {
    opacity: 1;
    background: #7bc9ed;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .review-list .slick-dots li:last-of-type {
    margin-right: 0;
  }

  .review-list .slick-dots li button {
    font-size: 0;
  }

  .review {
    padding: 20px 0 49px;
  }

  .last-left {
    display: block;
    width: 100%;
  }

  .last-right {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-bottom: -62px;
  }

  .last {
    padding: 20px 0 54px;
  }

  .last h2.title {
    position: relative;
    z-index: 1;
    font-size: 25px;
    line-height: 36px;
    margin-top: 26px;
  }

  .last p.border {
    position: relative;
    z-index: 1;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto 19px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .last-right .back {
    display: none;
  }

  .last ._woman6 {
    pointer-events: none;
    position: absolute;
    left: 55%;
    top: 57.4%;
    max-width: none;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../img/woman6_mobile.png") center no-repeat;
    width: 798px;
    height: 434px;
    background-size: contain;
  }

  .last-right ._prod {
    position: relative;
    left: -7px;
    bottom: auto;
    top: auto;
    right: auto;
    height: 252px;
    max-width: 162px;
  }

  .last-right ._line {
    left: -133px;
    bottom: -47px;
    max-width: 175px;
  }

  .form {
    width: auto;
    margin: 28px -10px 0;
    padding: 29px 10px 40px;
    position: relative;
    border-radius: 10px;
    z-index: 5;
  }

  .form form {
    margin: 24px 0 0;
  }

  .price {
    margin: 23px 0 0;
  }

  .form .form-title {
    font-size: 24px;
    line-height: 35px;
  }
}