* {
  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%;
}
html {
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
}

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

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.42857143;
}

.navigation {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  z-index: 2;
  background: rgba(1,162,128, 0.9);
  margin-top: 30px;
}

.navigation .limit {
  display: table;
  padding: 13.5px 13.5px;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  font-size: 0;
}

.navigation .navigation_list {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.navigation .navigation_list .navigation_list-item {
  display: inline-block;
  vertical-align: middle;
  padding: 30px 0px;
  text-align: center;
}

.navigation .navigation_list .navigation_list-item._menu {
  display: none;
}

.navigation .navigation_list .navigation_list-item a {
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  color: #fff;
  position: relative;
}

.navigation .navigation_list .navigation_list-item a:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  left: 50%;
  right: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.navigation .navigation_list .navigation_list-item a:hover:after {
  background-color: rgba(255, 255, 255, 0.4);
  left: 1.07em;
  right: 1.07em;
  opacity: 1;
}

.navigation .logo {
  display: table-cell;
  vertical-align: middle;
  width: 225px;
  text-align: center;
}
.navigation .logo img {
  /* width: 60px; */
}
.navigationFixed {
  position: fixed;
  left: 0;
  top: -85px;
  display: block;
  width: 100%;
  z-index: 3;
  background: rgba(1, 162, 128, 0.9);
  border-top: 5px solid #01a280;
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px #01a280;
  box-shadow: 1px 1px 1px #efefef;
  transition: top 0.5s;
}

.navigationFixed._fade {
  top: 0;
}

.navigationFixed .limit {
  display: table;
  padding: 0;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  font-size: 0;
}

.navigationFixed .navigation_list {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.navigationFixed .navigation_list .navigation_list-item {
  display: inline-block;
  vertical-align: middle;
  padding: 21px 0;
  text-align: center;
}

.navigationFixed .navigation_list .navigation_list-item a {
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  color: #1e1e1e;
  position: relative;
}

.navigationFixed .navigation_list .navigation_list-item a:hover {
  color: #8a8a8a;
}

.navigationFixed .navigation_list .navigation_list-item a:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  left: 50%;
  right: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.navigationFixed .navigation_list .navigation_list-item a:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
  left: 1.07em;
  right: 1.07em;
  opacity: 1;
}

.navigationFixed .logo {
  display: table-cell;
  vertical-align: middle;
  width: 225px;
  text-align: center;
}
.navigationFixed .logo img {
  /* width: 60px; */
}
.section {
  background: #fff;
}

.form {
  display: block;
  text-align: center;
  margin-top: 45px;
  max-width: 340px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 2px solid #1e1e1e;
  border-radius: 30px;
  padding: 40px 40px 29px;
}
.form-text-center{
  text-align: center;
  padding: 10px 0 0;
}
.form .btn3 {
  padding: 14px 25px 14px 25px;
}

.form .btn3:hover {
  background: #f48839;
  background: -moz-linear-gradient(top, #f48839 1%, #fffc00 100%);
  background: -webkit-linear-gradient(top, #f48839 1%, #fffc00 100%);
  background: linear-gradient(to bottom, #f48839 1%, #fffc00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffc00', endColorstr='#f48839', GradientType=0);
}

.form .btn_wrapp .btn3 {
  padding: 14px 45px 14px 25px;
  background: #ff8c5b;
  background: -moz-linear-gradient(top, #fffc00 1%, #f48839 100%);
  background: -webkit-linear-gradient(top, #fffc00 1%, #f48839 100%);
  background: linear-gradient(to bottom, #fffc00 1%, #f48839 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffc00', endColorstr='#f48839', GradientType=0);
}

.form .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  color: #1e1e1e;
  margin-bottom: 46px;
}

.form .form_item {
  border: 1px solid #1e1e1e;
  background-color: #f0f0f0;
  border-radius: 5px;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.25;
  padding: 11px 15px;
  margin-bottom: 19px;
}

.form select {
  background: url("../img/select.png") 94% center no-repeat, rgba(255, 255, 255, 0.4);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 11px 12px;
}

.first {
  background: fixed url("../img/block_1.jpg") center no-repeat;
  background-size: cover;
  min-height: 100vh;
  height: 1px;
  position: relative;
}

.first .form {
  max-width: none;
  text-align: inherit;
  border: none;
  background: none;
  padding: 0;
  margin-top: 0;
}

.first .form form {
  display: none;
}

.first .title {
  font-weight: 500;
  font-size: 45px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}

.first ._woman {
  position: absolute;
  right: 0;
  bottom: 0;
}

.first .wrapp_girl {
  position: absolute;
  left: 0;
  top: 0;
  background: fixed url("../img/woman2.png") 80% 155% no-repeat;
  width: 100%;
  height: 100%;
}

.first .limit {
  padding: 25px 0;
  position: relative;
  height: 100%;
  z-index: 1;
}

.first .first_block {
  padding: 0 15px;
  margin-top: 60px;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
}

.first .title {
  font-weight: 500;
  font-size: 45px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 0px 5px #969696;
}

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

.first .btn_wrapp {
  margin: 40px auto 22px;
  text-align: center;
}

.first .btn_wrapp .btn3 {
  width: auto;
}

.btn {
  outline: none;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  background-color: #ff4c00;
  color: #ffffff;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  padding: 18px 60px 18px 25px;
  border-radius: 2em;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  background-repeat: repeat-x;
  background-size: 200%;
  background-position: 0 -100%;
  cursor: pointer;
  position: relative;
}

.btn i.icon-right {
  right: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.btn_wrapp {
  text-align: center;
}

.btn2 {
  outline: none;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  border-width: 2px;
  border-color: #01a280;
  border-style: solid;
  border-radius: 15px;
  color: #01a280;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 30px;
  -webkit-transition: all .25s;
  transition: all .25s;
  min-width: 275px;
  cursor: pointer;
}

.btn2:hover {
  background-color: #01a280;
  color: #fff;
}

.subtitle {
  font-size: 55px;
  color: #1e1e1e;
  font-weight: 700;
  line-height: 1.1;
}

.eat {
  padding: 35px 30px;
}

.eat .limit {
  max-width: 1200px;
}

.eat_left,
.eat_right {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 35px;
}

.eat_left {
  text-align: center;
}

.eat .subtitle {
  font-size: 55px;
  color: #1e1e1e;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.1;
}

.eat .subtitle ._orange {
  display: inline-block;
  width: 100%;
}

.eat p {
  font-size: 16px;
  line-height: 1.8;
  color: #666667;
  font-weight: 300;
}

.eat .btn_wrapp {
  padding-top: 10px;
  margin-top: 35px;
}

.eat .btn_wrapp .btn2 {
  overflow: hidden;
  position: relative;
}

.eat .btn_wrapp .btn2:hover .icon-basket {
  left: 5%;
}

.eat .btn_wrapp .icon-basket {
  position: absolute;
  color: #ffffff;
  -webkit-transition: all .25s;
  transition: all .25s;
  left: -10%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

._orange {
  color: #ff4c00;
}
._green {
color: #01a280;
}
.keto {
  background: url("../img/back_keto.jpg") center top no-repeat;
  background-size: cover;
}

.keto .limit {
  max-width: 970px;
  padding: 85px 15px 68px;
  text-align: right;
  position: relative;
}

.keto_left {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  position: relative;
}

.keto_right {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  color: #1e1e1e;
  text-align: left;
  width: 60%;
  padding-left: 8px;
}

.keto .subtitle {
  line-height: 0.98;
}

.keto .big_text {
  font-size: 22px;
  line-height: 1.28;
  color: #1e1e1e;
  margin-top: 16px;
  margin-bottom: 56px;
}

.keto .keto_list {
  margin-top: 32px;
}

.keto p {
  margin-top: 38px;
}

.keto .keto_list-item {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 17px;
}

.keto .keto_list-item:before {
  content: '';
  position: absolute;
  left: 2px;
  top: -4px;
  background: url("../img/check.png") center no-repeat;
  width: 21px;
  height: 20px;
  background-size: cover;
}

.keto ._pord-abs {
  position: absolute;
  top: 133px;
  left: 70%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

b {
  font-weight: 700;
}

.works {
  min-height: 100vh;
  position: relative;
  padding: 0 35px;
  background: url("../img/block_2.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.works .subtitle {
  margin-bottom: 0.5em;
}

.works p {
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.1;
}

.works .wrapp_girl {
  position: absolute;
  left: 0;
  top: 0;
  background: fixed url("../img/woman3.png") 14% bottom no-repeat;
  width: 100%;
  height: 100%;
}

.works_block {
  z-index: 1;
  padding: 35px 15px 30px;
  position: absolute;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.works .btn_wrapp {
  text-align: left;
}

.works .btn3 {
  width: auto;
}

.works_block_right {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 15px;
}

.light {
  padding: 50px 0;
}

.light .limit {
  padding: 0;
}

.light_left,
.light_right {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}

.light_left {
  width: 195px;
  padding: 35px 15px 0;
}

.light_right {
  width: calc(100% - 195px);
}

.light p {
  font-size: 18px;
  line-height: 1.1;
  color: #1e1e1e;
  text-transform: uppercase;
  margin-bottom: 0.7em;
}

.light .subtitle {
  font-size: 40px;
}

.variation {
  padding: 35px 0;
}

.variation_left,
.variation_right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 35px 20px 0;
  margin-bottom: 35px;
}

.variation img {
  margin-bottom: 35px;
}

.variation p {
  color: #666667;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  
}

.variation p._green {
  color: #01a280;
  text-align: center;
}

.variation p.name {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 1.43em;
}

.power {
  padding: 35px 0;
}

.power .subtitle {
  margin-bottom: 35px;
  padding: 35px 15px 0;
  text-align: center;
}

.power_left,
.power_right {
  padding: 35px 15px 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.power_left {
  width: 40%;
}

.power_right {
  width: 60%;
}

.power .power_list-item {
  position: relative;
  margin-bottom: 35px;
}

.power .power_list-item:last-of-type {
  margin-bottom: 0;
}

.power .power_list-item img {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 15px;
  margin-bottom: 35px;
}

.power .power_list-item .text {
  text-align: left;
  font-size: 16px;
  line-height: 1.42;
  color: #666667;
  font-weight: 300;
  padding: 0 15px 0 140px;
}

.power .power_list-item .name {
  text-align: left;
  font-size: 16px;
  padding: 0 15px 0 140px;
  margin-bottom: 10px;
}

.health {
  min-height: 100vh;
  background: url("../img/block_3.jpg") center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  position: relative;
}

.health .wrapp_girl {
  position: absolute;
  left: 0;
  top: 0;
  background: fixed url("../img/woman1.png") 25% bottom no-repeat;
  width: 100%;
  height: 100%;
}

.health .subtitle {
  margin-bottom: 0.5em;
}

.health_block {
  z-index: 1;
  padding: 35px 15px 30px;
  position: absolute;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.health_block_right {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 15px;
}

.health p {
  color: #666667;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.1;
}

.health .btn_wrapp {
  text-align: left;
}

.health .btn3 {
  width: auto;
}

.composition {
  padding: 30px 0;
}

.composition_left,
.composition_right {
  padding: 35px 15px 0;
  display: inline-block;
  vertical-align: top;
}

.composition_left {
  width: 34%;
}

.composition_right {
  width: 66%;
}

.composition .subtitle {
  margin-bottom: 35px;
}

.composition .composition_table {
  display: block;
}

.composition .composition_table_row {
  display: block;
  width: 100%;
  border-bottom: 1px solid #c1c0c0;
  margin-bottom: 35px;
}

.composition ._last {
  font-size: 14px;
  color: #666667;
  line-height: 1.8;
  margin-bottom: 35px;
  border-bottom: 0;
}

.composition ._last b {
  font-size: 18px;
  text-transform: uppercase;
}

.composition .composition_table_cell {
  vertical-align: top;
  display: table-cell;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: #666667;
  width: 65%;
  padding: 0 5px;
}

.composition .composition_table_cell .gramm {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 35px;
}

.composition .composition_table_cell p {
  display: inline-block;
  margin-bottom: 1.43em;
}

.composition .composition_table_cell:first-child {
  width: 35%;
}

.composition .composition_table_cell:first-child p {
  text-transform: uppercase;
}

.comparison {
  min-height: 100vh;
  background: url("../img/block_4.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  padding: 65px 15px 35px;
  text-align: center;
}

.comparison .subtitle {
  padding: 30px 15px 0px;
  margin-bottom: 0.5em;
}

.comparison .text {
  margin: 0 0 55px;
  font-size: 16px;
  font-weight: 500;
  color: #666667;
  line-height: 1.8;
}

.comparison .comparison_list {
  text-align: justify;
  font-size: 0;
  line-height: 0;
}

.comparison .comparison_list:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 0;
}

.comparison .comparison_list:hover .comparison_list-item._prod {
  top: 0px;
}

.comparison .comparison_list-item {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 19.95%;
  padding: 20px 0;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
}

.comparison .comparison_list-item:nth-child(2) ._tovar {
  position: relative;
  right: -13px;
}

.comparison .comparison_list-item._prod {
  position: relative;
  top: -20px;
  transition: top 0.2s;
}

.comparison .comparison_list-item._prod:hover {
  top: -20px !important;
}

.comparison .comparison_list-item._prod ._shadow {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.comparison .comparison_list-item._prod .name {
  margin-bottom: 10px;
}

.comparison .comparison_list-item._prod .name img {
  max-width: 85px;
}

.comparison .comparison_list-item._prod .list_compos-item {
  font-size: 18px;
}

.comparison .comparison_list-item._prod ._tovar {
  position: relative;
  right: -17px;
}

.comparison .comparison_list-item ._tovar {
  pointer-events: none;
}

.comparison .comparison_list-item .name {
  display: block;
  padding: 10px 10px;
  margin-bottom: 20px;
}

.comparison .comparison_list-item .name span {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #666667;
}

.comparison .list_compos {
  display: block;
  min-height: 120px;
}

.comparison .list_compos-item {
  width: 100%;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.2;
  color: #666667;
  font-weight: 700;
  margin-bottom: 10px;
}

.comparison .list_compos-item:last-of-type {
  margin-bottom: 0;
}

.bye {
  position: relative;
  min-height: 100vh;
  height: 1px;
}

.bye .limit {
  height: 100%;
  display: table;
  vertical-align: middle;
}

.bye .subtitle {
  margin-bottom: 30px;
  font-size: 52px;
}

.bye_left,
.bye_right {
  display: table-cell;
  vertical-align: middle;
  padding: 35px 15px 0;
  margin-bottom: 35px;
  text-align: center;
  width: 50%;
}

.bye .text {
  color: #666667;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.43;
  margin-bottom: 30px;
}

.bye ._dbl {
  display: block;
}

.bye ._big {
  text-transform: uppercase;
  line-height: 1.8;
}

.faq {
  padding-top: 35px;
  padding-bottom: 40px;
}

.faq .subtitle {
  text-align: center;
  padding: 0px 15px;
  margin-bottom: 35px;
}

.faq .faq_list {
  counter-reset: list;
}

.faq .faq_list-item {
  counter-increment: list;
  display: block;
  font-weight: 400;
  color: #1e1e1e;
  font-size: 18px;
  line-height: 1.1;
  margin: 0 0 22px;
}

.faq .faq_list-item:last-of-type {
  margin-bottom: 0px;
}

.faq .faq_list-item .question:before {
  content: counter(list) ". ";
}

.faq .faq_list-item._open .question_wrapp .icon_plus:before {
  height: 0;
}

.faq .answer_wrapp {
  display: none;
  margin-bottom: 22px;
  margin-top: 18px;
  padding-left: 24.2px;
  will-change: all;
}

.faq .answer {
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 22px;
}

.faq .question_wrapp {
  position: relative;
  cursor: pointer;
}

.faq .question_wrapp .icon_plus {
  position: absolute;
  width: 22px;
  text-align: center;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.faq .question_wrapp .icon_plus:before,
.faq .question_wrapp .icon_plus:after {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #bababa;
  transition: height 0.5s;
}

.faq .question_wrapp .icon_plus:before {
  height: 10px;
  width: 4px;
  border: 1px solid #acacac;
}

.faq .question_wrapp .icon_plus:after {
  width: 10px;
  height: 4px;
  border: 1px solid #acacac;
}

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

.review {
  padding: 35px 0 40px;
}

.review ._title {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  padding: 24px 10px;
  color: #666667;
}

.review ._title b {
  color: #000000;
}

.review .review_list {
  text-align: center;
}

.review .review_list-item {
  outline: none;
  cursor: default;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
}

.review .insta_wrap {
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
}

.review .insta_top {
  padding: 10px;
}

.review .insta_top .name {
  color: #262626;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}

.review .insta_top .name span {
  margin-top: 2px;
  font-weight: 400;
  font-size: 12px;
  display: block;
}

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

.review .insta_top .avatar img {
  border: 2px solid #fff;
  border-radius: 50%;
}

.review .insta_bot {
  padding: 0 10px 10px;
}

.review .insta_bot .line {
  padding: 10px 0 0;
  border-bottom: 1px solid #efefef;
}

.review .insta_bot .like {
  display: block;
  font-weight: 400;
  font-size: 16px;
}

.review .insta_bot .like .icon-heart-empty {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}

.review .insta_bot .text {
  padding: 10px 0;
  line-height: 1.45;
  font-size: 14px;
  font-weight: 400;
}

.review .insta_bot .text b {
  display: inline;
}

.review .insta_bot .tag {
  font-weight: 500;
  color: #3897f0;
}

.footer {
  background: url("../img/block_5.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.footer ._girl {
  position: absolute;
  right: -60px;
  bottom: -2px;
  max-width: none;
}

.footer .subtitle {
  font-size: 55px;
  line-height: 0.98;
}

.footer .text {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27;
  color: #1e1e1e;
  margin-top: 34px;
  padding-right: 20px;
}

.footer .limit {
  position: relative;
  max-width: 970px;
  padding: 86px 15px 49px;
}

.footer_left,
.footer_right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  position: relative;
}

.footer .prod_block {
  pointer-events: none;
  position: absolute;
  left: 350px;
  bottom: -34px;
}

.footer .prod_block ._prod {
  max-width: 333px;
  pointer-events: none;
}

.footer .prod_block ._table {
  position: absolute;
  max-width: 146px;
  left: 47.2%;
  bottom: -23px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.footer .prod_block .circle {
  display: inline-block;
  width: 73px;
  height: 73px;
  line-height: 73px;
  text-align: center;
  background: #01a280;
  border-radius: 50%;
}

.footer .prod_block .circle_wrapp {
  border-radius: 50%;
  position: absolute;
  font-size: 22px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  left: 44%;
  top: -35px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  line-height: 85px;
  width: 85px;
  height: 85px;
  background-color: rgba(1,162,128, 0.4);
}

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

.wrapper .slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #e6e6e6;
  cursor: pointer;
  margin-left: 10px;
  transition: background 0.2s;
}

.wrapper .slick-dots li:first-of-type {
  margin-left: 0;
}

.wrapper .slick-dots li:hover {
  background: rgba(255, 76, 0, 0.5);
}

.wrapper .slick-dots li.slick-active {
  background: #01a280;
}

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

.icon-basket {
  margin-right: 5px;
}

.price {
  margin-top: 27px;
  display: flex;
  justify-content: space-around;
  align-items: center;    
}

.price span {
  display: inline-block;
}

.price .old {
  text-align: center;
  text-decoration: line-through;
  font-size: 14px;
  color: #919191;
  line-height: 1;
  margin-bottom: 5px;
}

.price .new {
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  margin-top: 1px;
}

.btn3 {
  position: relative;
  cursor: pointer;
  outline: none;
  width: 100%;
  min-width: 225px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 45px 14px 25px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1.15;
  margin-top: 23px;
  border-radius: 35px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffc00+1,ff4c00+100 */
  background: #fffc00;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fffc00 1%, #f48839 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fffc00 1%, #f48839 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fffc00 1%, #f48839 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffc00', endColorstr='#f48839', GradientType=0);
  /* IE6-9 */
  overflow: hidden;
  transition: padding 0.2s;
}

.btn3 .icon-right {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: right 0.2s;
}

.back-top {
  display: inline-block;
  text-align: center;
  position: fixed;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  width: 50px;
  height: 50px;
  right: 30px;
  bottom: 45px;
  background-color: #f2f2f2;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
 
  
}
.back-top div{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 16px;
  transform: rotate(-90deg);
}

.back-top ._arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.back-top:hover {
  background: #fffc00;
  background: -moz-linear-gradient(top, #fffc00 1%, #f48839 100%);
  background: -webkit-linear-gradient(top, #fffc00 1%, #f48839 100%);
  background: linear-gradient(to bottom, #fffc00 1%, #f48839 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffc00', endColorstr='#f48839', GradientType=0);
  color: #fff;
}

.back-top:hover ._arrow {
  -webkit-animation-name: upAnimate;
  animation-name: upAnimate;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  color: #964002;
}

.back-top.bounceIn {
  visibility: visible;
  opacity: 1;
}

.icon_menu {
  display: block;
  background: white;
  width: 24px;
  height: 2px;
  border-radius: 0;
  margin-bottom: 5px;
}

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

@-webkit-keyframes upAnimate {
  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%);
  }

  50% {
      transform: translate(-50%, -70%);
      -webkit-transform: translate(-50%, -70%);
      -moz-transform: translate(-50%, -70%);
      -o-transform: translate(-50%, -70%);
      -ms-transform: translate(-50%, -70%);
  }

  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%);
  }
}

@keyframes upAnimate {
  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%);
  }

  50% {
      transform: translate(-50%, -60%);
      -webkit-transform: translate(-50%, -70%);
      -moz-transform: translate(-50%, -70%);
      -o-transform: translate(-50%, -70%);
      -ms-transform: translate(-50%, -70%);
  }

  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%);
  }
}

/* TIMER */

.time-block {
  width: fit-content;
  margin: 0 auto;
  padding: 20px 0 0;
  /* color: #ffffff ; */
  /* background: #383838; */
  text-align: center; 
}

.time-title {  
  margin: 0 auto;
  padding: 0 0 6px;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: inherit;
 }

.time-remain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
  font-size: 8px;
  line-height: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.time-remain-items {
  position: relative;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 7px 14px;
  z-index: 1;
  /* box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2); */
  /* background: #134328; */
  border-radius: 5px; }

.hour,
.minutes,
.seconds {  
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

.time-dots {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: inherit; }
  


@media all and (max-width: 990px) {
  .first {
      background-attachment: scroll;
      min-height: 0;
      height: auto;
  }

  .first .limit {
      padding: 30px 0;
  }

  .first .form form {
      display: block;
  }

  .first .form {
      background-color: #fff;
      border: none;
      margin-top: 300px;
      padding: 10px 15px 29px;
  }

  .first .title {
      font-weight: 700;
      font-size: 20px;
      line-height: 1.1;
      color: #1e1e1e;
      margin-bottom: 25px;
  }

  .first .btn_wrapp {
      display: none;
  }

  .first .first_block {
      position: relative;
      left: auto;
      top: auto;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
  }

  .works {
      min-height: 0;
  }

  .limit,
  .eat .limit,
  .keto .limit {
      max-width: 520px;
  }

  .eat {
      padding: 30px 20px;
  }

  .keto .limit {
      padding: 30px 20px;
  }

  .eat .limit {
      padding: 0;
  }

  .navigationFixed {
      display: none;
  }

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

  .navigation {
      margin-top: 10px;
      padding: 10px 0;
  }

  .navigation .navigation_list {
      text-align: center;
  }

  .navigation .logo {
      display: block;
      margin: 0 auto;
      width: 120px;
      background-size: contain;
  }
  .navigation .navigation_list .navigation_list-item {
      display: none;
      padding: 20px 0;
  }

  .first .wrapp_girl {
      background: url("../img/woman2.png") center no-repeat;
      width: 100%;
      max-width: 190px;
      height: 866px;
      background-size: contain;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      top: -140px;
  }

  .first .title img {
      display: inline;
      margin: 0;
      max-width: 140px;
  }

  .eat_left img {
      max-width: 300px;
      width: 100%;
  }

  .eat_left,
  .eat_right {
      width: 100%;
      padding: 0;
  }

  .subtitle {
      font-size: 34px;
  }

  .health p {
      line-height: 1.48;
  }

  .eat .subtitle {
      font-size: 38px;
  }

  .btn3 {
      width: 100%;
  }

  .bye .text {
      font-size: 15px;
  }

  .keto {
      background: #E3E7E8;
  }

  .keto_left {
      width: 100%;
      text-align: center;
      margin-bottom: 10px;
  }

  .keto_right {
      width: 100%;
      padding: 0;
  }

  .keto ._pord-abs {
      position: relative;
      top: 0;
      left: 0;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      max-width: 280px;
  }

  .keto .big_text {
      margin-bottom: 30px;
  }

  .keto p {
      margin-top: 30px;
  }

  .works .wrapp_girl {
      display: none;
      background-position: 50% bottom;
      background-size: auto 80%;
  }

  .works {
      background-attachment: scroll;
      padding: 30px 0px;
  }

  .works_block {
      margin: 0 auto;
      max-width: 520px;
      padding: 0 20px;
      position: relative;
      top: auto;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
  }

  .light {
      padding: 30px 0;
  }

  .light p {
      line-height: 1.48;
      font-size: 16px;
      margin-bottom: 20px;
  }

  .light .limit {
      padding: 0px 20px;
  }

  .works_block_right {
      padding: 0;
      width: 100%;
  }

  .works .btn_wrapp {
      text-align: center;
  }

  .light_left,
  .light_right {
      padding: 0;
      width: 100%;
  }

  .light_left {
      text-align: center;
  }

  .light_left img {
      max-width: 300px;
      width: 100%;
  }

  .light .subtitle {
      font-size: 25px;
  }

  .variation {
      padding: 30px 0;
  }

  .variation_left,
  .variation_right {
      width: 100%;
      padding: 0;
  }

  .variation_right {
      margin-bottom: 0;
  }

  .variation img {
      margin-bottom: 25px;
  }

  .variation p.name {
      font-size: 22px;
      margin-bottom: 20px;
  }

  .power {
      padding: 30px 0;
  }

  .power .subtitle {
      padding: 0;
      margin-bottom: 30px;
  }

  .power_left,
  .power_right {
      width: 100%;
      padding: 0;
  }

  .power_right {
      margin-top: 30px;
  }

  .power .power_list-item img {
      display: block;
      margin: 0 auto 10px;
      position: relative;
      left: auto;
      top: auto;
  }

  .power .power_list-item .name,
  .power .power_list-item .text {
      padding: 0 15px;
  }

  .health_block {
      padding: 0 20px;
      max-width: 520px;
      margin: 0 auto;
      position: relative;
      left: auto;
      top: auto;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
  }

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

  .health {
      background-attachment: scroll;
      padding: 30px 0;
      min-height: 0;
  }

  .health .wrapp_girl {
      display: none;
  }

  .composition {
      padding: 30px 20px;
  }

  .composition .limit {
      padding: 0;
  }

  .composition_left,
  .composition_right {
      width: 100%;
      padding: 0;
  }

  .composition_left {
      text-align: center;
  }

  .composition_left img {
      max-width: 320px;
      width: 100%;
  }

  .composition .composition_table_row {
      margin-bottom: 20px;
      padding-bottom: 10px;
  }

  .composition .composition_table_cell .gramm {
      margin-bottom: 15px;
  }

  .comparison .subtitle {
      padding: 0;
  }

  .comparison {
      background-image: none;
      min-height: 0;
      padding: 30px 0px;
  }

  .comparison .limit {
      padding: 0 20px;
  }

  .comparison .text {
      margin-bottom: 35px;
  }

  .comparison .comparison_list-item {
      display: none;
  }

  .comparison .comparison_list-item._prod {
      display: block;
      padding: 0;
      width: 100%;
  }

  .comparison .comparison_list-item._prod ._shadow {
      display: none;
  }

  .comparison .comparison_list-item._prod ._tovar {
      display: none;
  }

  .bye {
      min-height: 0;
      height: auto;
      padding: 0px 0 30px;
  }

  .comparison .subtitle {
      font-size: 28px;
      margin-bottom: 20px;
  }

  .bye_left,
  .bye_right {
      display: block;
      width: 100%;
      padding: 0;
  }

  .bye_right {
      margin-bottom: 0;
  }

  .bye .subtitle {
      font-size: 28px;
  }

  .faq {
      padding: 30px 0;
  }

  .faq .subtitle {
      padding: 0;
      font-size: 28px;
  }

  .faq .question_wrapp .icon_plus {
      top: 10px;
      -webkit-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
  }

  .faq .faq_list-item {
      font-size: 16px;
      line-height: 1.2;
  }

  .review ._title {
      font-size: 22px;
      padding: 0 0 24px;
  }

  .review .review_list {
      padding-bottom: 30px;
  }

  .review .review_list-item {
      display: block;
      width: 100%;
  }

  .footer .limit {
      max-width: 520px;
      text-align: center;
      padding: 30px 15px;
  }

  .footer_left,
  .footer_right {
      display: block;
      width: 100%;
  }

  .footer ._girl {
      display: none;
  }

  .footer .subtitle {
      font-size: 38px;
      text-align: center;
  }

  .footer .text {
      font-size: 16px;
      margin-top: 20px;
      padding-right: 0;
      text-align: center;
  }

  .footer .form {
      margin: 50px auto 0;
  }

  .footer .prod_block ._prod {
      max-width: 340px;
      width: 100%;
  }

  .footer .prod_block ._table {
      max-width: 106px;
      width: 100%;
      left: 47.2%;
      bottom: -23px;
  }

  .footer .prod_block .circle_wrapp {
      left: 80%;
      top: 5px;
  }

  .footer .form {
      padding: 30px 20px 29px;
  }

  .footer .form .title {
      font-size: 22px;
      margin-bottom: 25px;
  }

  .footer .form .form_item {
      font-size: 16px;
  }

  .footer .prod_block {
      position: relative;
      left: auto;
      top: auto;
      max-width: 320px;
      margin: 0 auto;
  }

  .health .btn_wrapp {
      text-align: center;
  }

  .back-top {
      display: none;
  }

  .composition .composition_table_cell:first-child {
      width: 43%;
  }
}

@media all and (max-height: 866px) and (min-width: 991px) {
  .first .wrapp_girl {
      background-size: auto 90%;
  }
}

@media all and (max-height: 826px) {
  .health .wrapp_girl {
      background-size: auto 90%;
  }
}

@media all and (max-height: 784px) {
  .works .wrapp_girl {
      background-size: auto 90%;
  }
}
@media all and (max-width: 460px) {
  .composition .composition_table_cell:first-child p {
      font-size: 10px;
  }
}


/*# sourceMappingURL=style.css.map */

