/*@typography*/
/*@buttons*/
/*@forms*/
/*@timer*/
/*@menu*/
/*@slider*/

/*@sec-one*/
/*@sec-two*/
/*@sec-three*/
/*@sec-four*/
/*@sec-five*/
/*@sec-six*/
/*@sec-seven*/
/*@sec-eight*/
/*@sec-nine*/
/*@sec-ten*/
/*@sec-eleven*/
/*@sec-twelve*/

/*@>768 and up*/
/*@>992 and up*/
/*@>1200 and up*/

/*@typography*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@font-face {
  font-family: Glyphicons Halflings;
  src: url(../fonts/glyphicons-halflings-regular.eot);
}

@font-face {
  font-family: Glyphicons Halflings;
  src: url(../fonts/glyphicons-halflings-regular.svg);
}

@font-face {
  font-family: Glyphicons Halflings;
  src: url(../fonts/glyphicons-halflings-regular.ttf);
}

@font-face {
  font-family: Glyphicons Halflings;
  src: url(../fonts/glyphicons-halflings-regular.woff);
}

@font-face {
  font-family: Glyphicons Halflings;
  src: url(../fonts/glyphicons-halflings-regular.woff2);
}

@font-face {
  font-family: AA Bebas Neue;
  src: url("../fonts/AA Bebas Neue.ttf");
  font-weight: 400;
}

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
html {
  scroll-behavior: smooth;
}
/*@buttons*/
.btn-buy {
  font-family: "AA Bebas Neue", Arial, Helvetica, sans-serif;
  background-color: #75c32e;
  color: #ffffff;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  font-size: 36px;
  padding: 10px 0;
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
  outline: none;
  text-align: center;
  letter-spacing: 0.08em;
}

.btn-buy:focus,
.btn-buy:hover,
.btn-buy:active {
  -webkit-box-shadow: inset 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
}

.about-buy {
  font-size: 16px;
  vertical-align: text-top;
}

.btn-buy a {
  display: block;
  text-decoration: none;
}

.btn-buy a:link,
.btn-buy a:visited {
  color: #ffffff;
}

/*@forms*/
input,
select,
.form-control {
  font-size: 16px;
  font-weight: 700;
  border: none;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  border-bottom: solid 2px #bbbbbb;
  max-width: 80%;
  margin: 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
  padding-left: 35px;
}

.form-control::-webkit-input-placeholder {
  color: #363636;
}

.form-control::-moz-placeholder {
  color: #363636;
}

.form-control:-ms-input-placeholder {
  color: #363636;
}

.form-control::-webkit-input-placeholder {
  color: #363636;
}

.form-control::placeholder {
  color: #363636;
}

.form-control:focus,
.form-control:active {
  background-color: #ffffff;
  border-top: none;
  border-bottom: solid 3px #75c32e;
  padding-left: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus::-webkit-input-placeholder,
.form-control:active::-webkit-input-placeholder {
  color: #dddddd;
}

.form-control:focus::-moz-placeholder,
.form-control:active::-moz-placeholder {
  color: #dddddd;
}

.form-control:focus:-ms-input-placeholder,
.form-control:active:-ms-input-placeholder {
  color: #dddddd;
}

.form-control:focus::placeholder,
.form-control:active::placeholder {
  color: #dddddd;
}

.select,
.input {
  position: relative;
}

.select select {
  padding-right: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-country:after {
  content: "\e252";
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  color: #bbbbbb;
  text-decoration: none;
  position: absolute;
  right: 28px;
  top: 32px;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 15px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select-country:before {
  content: "\e034";
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  color: #bbbbbb;
  text-decoration: none;
  position: absolute;
  left: 30px;
  top: 32px;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 15px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.input-name:after {
  content: "\e008";
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  color: #bbbbbb;
  text-decoration: none;
  position: absolute;
  left: 30px;
  top: 17px;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 15px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.input-phone:after {
  content: "\e182";
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  color: #bbbbbb;
  text-decoration: none;
  position: absolute;
  left: 30px;
  top: 15px;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 15px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*@menu*/
.navbar-toggle {
  float: left;
  margin-right: 0;
  margin-left: 15px;
}

.navbar {
  margin-bottom: 15px;
}

/*@sec-one*/

.sec {
  margin-bottom: 25px;
}

.sec-header__title {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.04em;
  color: #e79523;
  font-size: 36px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1;
}

.offer-img {
  margin: 0 auto;
  max-height: 350px;
}

.sec-one-offer-image {
  margin-top: 20px;
  margin-bottom: 35px;
}

.sec-one-advantages {
  margin-top: 50px;
}

.advant {
  margin-bottom: 25px;

}

.advant__img {
  max-height: 60px;
  margin-bottom: 15px;
}

.advant-wrap {
  line-height: 1;
}

.advant__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #75c32e;
}

.advant__text {
  font-size: 18px;
}

.advant__title,
.advant__text {
  margin: 0;
}

.form__discount,
.form__discount-size {
  font-family: "AA Bebas Neue", Arial, Helvetica, sans-serif;
  letter-spacing: 0.04em;
  font-size: 42px;
  line-height: 1;
}

.form__discount {
  text-transform: uppercase;
  color: #e79523;
}

.form__discount-size {
  color: #75c32e;
}

/*@timer*/

.form__timer {
  font-weight: 700;
  color: #363636;
  font-size: 18px;
}
.timer-end {
  margin-bottom: 0;
}

.countdown-container {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 40px;
}

.sec-form .btn-buy {
  width: 100%;
}

.form__shield {
  position: relative;
  top: -10px;
}

.form__shield-text {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 10px;
  color: #363636;
}

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

.price-old {
  font-size: 24px;
  position: relative;
  font-weight: 700;
}
.currency {
  font-weight: 700;
  color: #3ba301;
  font-size: 36px;
}
.price-new {
  margin-left: 30px;
  font-weight: 700;
  color: #3ba301;
  font-size: 36px;
}

.price-old::after {
  content: " ";
  display: block;
  position: absolute;
  top: 40%;
  left: 20%;
  width: 60px;
  height: 50px;
  border-top: solid 5px #3ba301;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

/*@sec-two*/
.sec-two {
  overflow: hidden;
}
.sec-two .sec-header__pretitle {
  margin-bottom: 15px;
  margin-top: 15px;
}

.sec-header__pretitle {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 200;
  color: #363636;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.1;
}

.sec-two-left-block {
  text-align: left;
  font-size: 14px;
}

.sec-two-left-block__text {
  margin-bottom: 15px;
}
.sec-two-left-block__text--pink {
  font-size: 18px;
  color: #dc3058;
  font-weight: 700;
}

.sec-two-left-block__list {
  list-style-type: none;
  margin-right: 30px;
}

.sec-two-left-block__list > li {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0;
  line-height: 1.2;
}

.sec-two-left-block__list > li:after {
  display: block;
  content: ".";
  color: #f4903d;
  width: 18px;
  height: 16px;
  position: absolute;
  left: -35px;
  top: -12px;
  bottom: 0;
  font-size: 73px;
}

/*@sec-three*/
.sec-three {
  background: #ce3960;
  background: -webkit-linear-gradient(left, #ce3960 0%, #cf694a 100%);
  background: -webkit-gradient(
          linear,
          left top,
          right top,
          from(#ce3960),
          to(#cf694a)
  );
  background: -o-linear-gradient(left, #ce3960 0%, #cf694a 100%);
  background: linear-gradient(to right, #ce3960 0%, #cf694a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce3960', endColorstr='#cf694a',GradientType=1 );
}

.sec-three .sec-header {
  margin-top: 25px;
  margin-bottom: 25px;
}

.sec-header__title--white {
  color: #ffffff;
}

.sec-header__pretitle--yellow {
  color: #f6e235;
  font-weight: 400;
  line-height: 1;
}

.simptoms-simp {
  margin-bottom: 35px;
  color: #ffffff;
}

.simp__img,
.simp__title,
.simp__text {
  margin: 0 auto;
  text-align: center;
  white-space: pre-line;
}

.simp__title {
  font-family: "AA Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 36px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 35px;
  margin-bottom: 20px;
}

/*@sec-four*/
.sec-four .sec-header {
  margin-top: 25px;
  margin-bottom: 25px;
}

.sec-four .sec-header__pretitle {
  text-transform: none;
}

.why-wrong {
  overflow: hidden;
}

.why-wrong-block {
  margin-bottom: 15px;
}

.wrong-block__title {
  font-family: "AA Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 30px;
  letter-spacing: 0.04em;
  color: #e79523;
  margin-bottom: 0;
}

.wrong-block__pretitle {
  font-size: 18px;
  font-weight: 700;
}

.why-wrong-block:nth-child(2) {
  text-align: right;
}

.start-day {
  margin-top: 25px;
}

.start-day .sec-header__title {
  font-size: 30px;
  margin-bottom: 25px;
}

/*@sec-five*/
.sec-five {
  background-image: url("../img/mob_sec-5-bg.jpg");
  background-position: 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 35px;
  margin-bottom: 0;
  overflow: hidden;
}

.sec-header__title--blue {
  margin-top: 30px;
  color: #30b0fd;
}

.doc-block__img {
  margin: 15px auto;
}

.doc-block-about {
  margin-top: -50px;
}

.doc-block-about__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.doc-block-about__prof {
  font-size: 18px;
  line-height: 1.2;
}

.effect-block {
  margin-bottom: 30px;
}

.effect-block__title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #30b0fd;
}

.effect-block__text {
  font-size: 16px;
}

/*@sec-six*/
.sec-six {
  background-image: url("../img/mob_sec-6-bg.png");
  background-position: 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.sec-six .sec-header {
  margin-top: 20px;
}

.sec-header__title--green {
  color: #75c32e;
}

/*sec-six-slider*/
.carousel-inner {
  margin: 0;
  background-color: #ffffff;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 5px 25px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 25px 1px rgba(0, 0, 0, 0.15);
}

.item {
  padding: 0 30px;
}

.powers-carousel {
  margin-bottom: 60px;
}

.powers-power {
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  text-align: center;
}

#powers-carousel .powers-power .slide-header {
  color: #0987e0;
  font-size: 18px;
  color: #75c32e;
}

.powers-power .slide-body {
  max-width: 90%;
  margin: 0 auto;
}

.slide-body__text {
  color: #111111;
  font-size: 16px;
  line-height: 1;
  white-space: pre-line;
  min-height: 65px;
}

.powers-power .power-img {
  margin: 0 auto;
  max-height: 140px;
}

.carousel-indicators {
  position: static;
  margin-top: 20px;
  margin-left: auto;
  width: auto;
}

.carousel-indicators li {
  border: solid 2px #75c32e;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 10px;
}

.carousel-indicators .active {
  border-color: #75c32e;
  background-color: #75c32e;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 10px;
}

/*@sec-seven*/
/*@sec-seven-slider*/
#reviews-carousel .carousel-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 10px;
}
#reviews-carousel .item {
  padding: 0;
}

#reviews-carousel .slide-header {
  padding: 5px 25px;
}

#reviews-carousel .before-after-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 540px;
  margin: auto;
}

.slide-header__before,
.slide-header__after {
  font-size: 14px;
  width: 50%;
  text-transform: uppercase;
}

.slide-header__before {
  color: #363636;
}

.slide-header__after {
  color: #75c32e;
  font-weight: 700;
}

.slide-body__name {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}

.slide-body__age {
  font-size: 14px;
}

#reviews-carousel .slide-body {
  font-size: 12px;
}

#reviews-carousel .carousel-indicators {
  margin-top: 0px;
}

.review-img {
  margin: 0 auto;
}

/*---*/

.sec-seven {
  margin-bottom: 0;
  background: #daecaf;
  background: -webkit-linear-gradient(left, #daecaf 0%, #f6dead 100%);
  background: -webkit-gradient(
          linear,
          left top,
          right top,
          from(#daecaf),
          to(#f6dead)
  );
  background: -o-linear-gradient(left, #daecaf 0%, #f6dead 100%);
  background: linear-gradient(to right, #daecaf 0%, #f6dead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daecaf', endColorstr='#f6dead',GradientType=1 );
}

.sec-seven .sec-header .sec-header__title {
  margin-bottom: 0;
}

.sec-seven .sec-header {
  margin-top: 25px;
  margin-bottom: 25px;
}

.sec-seven .start-day {
  background-color: #ffffff;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 15px;
  -webkit-box-shadow: 0px 5px 25px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 25px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
}

#sec-seven .start-day .sec-header__title {
  margin-bottom: 20px;
  font-size: 30px;
}

.sec-header__title--black {
  color: #363636;
}

/*@sec-eight*/
.sec-eight {
  margin-bottom: 0;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f0eecc 97%);
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          from(#ffffff),
          color-stop(97%, #f0eecc)
  );
  background: -o-linear-gradient(top, #ffffff 0%, #f0eecc 97%);
  background: linear-gradient(to bottom, #ffffff 0%, #f0eecc 97%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eecc',GradientType=0 );
}

.sec-eight .sec-header {
  margin-top: 25px;
}

.how-eat {
  text-align: center;
  text-transform: uppercase;
}

.how-eat:nth-child(3) {
  margin-bottom: 25px;
}

.how-eat__img {
  margin: 0 auto;
}

.how-eat__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
}

.how-eat__pretitle {
  margin-bottom: 0;
  font-size: 18px;
}

/*@sec-nine*/
.sec-nine {
  background: #f0eecc;
  background: -webkit-linear-gradient(top, #f0eecc 35%, #ffffff 100%);
  background: -webkit-gradient(
          linear,
          left top,
          left bottom,
          color-stop(35%, #f0eecc),
          to(#ffffff)
  );
  background: -o-linear-gradient(top, #f0eecc 35%, #ffffff 100%);
  background: linear-gradient(to bottom, #f0eecc 35%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eecc', endColorstr='#ffffff',GradientType=0 );
}

.sec-nine .sec-header {
  margin-top: 40px;
  margin-bottom: 25px;
}

.sec-nine .sec-header__title {
  margin-bottom: 0;
}

.how-get {
  font-size: 14px;
  text-align: center;
  min-height: 250px;
}

.how-get__img {
  margin: 0 auto;
}
.how-get-imgwrap {
  margin-bottom: 20px;
}

.how-get__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  white-space: pre-line;
}

/*@sec-ten*/
.sec-header__pretitle--black {
  font-family: "AA Bebas Neue", Arial, Helvetica, sans-serif;
  letter-spacing: 0.04;
  font-size: 34px;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
}

.sec-header__text {
  color: #333333;
  font-size: 22px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 25px;
}

/*@sec-eleven*/
/*@sec-twelve*/

/*@>768 and up*/
@media (min-width: 768px) {
  /*@buttons*/
  .navbar-nav .btn-buy {
    font-size: 24px;
    margin-top: 2px;
    width: 120px;
  }
  .btn-buy {
    padding: 5px;
  }

  /*@forms*/
  /*@menu*/
  .navbar-default {
    border: none;
  }

  .menu {
    margin-top: 10px;
  }
  /*@slider*/

  /*@sec-one*/
  .header__title {
    font-size: 52px;
  }

  .sec-header__pretitle {
    font-size: 34px;
  }

  .sec-one {
    background-image: url(../img/sec-1-bg.jpg);
    background-position: 70% -10%;
    background-repeat: no-repeat;
  }

  .sec-one .sec-header {
    margin-bottom: 50px;
  }

  .sec-header__title {
    font-size: 52px;
  }

  .offer-img {
    max-height: 500px;
  }

  .sec-form {
    margin-left: 20px;
  }

  .sec-form .form-group {
    margin-bottom: 0;
  }

  .sec-form .btn-buy {
    margin: 20px 0;
  }

  .sec-one-advantages {
    margin-top: 50px;
  }

  .advant {
    min-height: 160px;

  }

  .advant__img {
    max-height: 80px;
  }
  /*@sec-two*/
  .sec-two .sec-header {
    margin-bottom: 25px;
  }

  .sec-two-left-block__text {
    line-height: 1.2;
  }

  .sec-two-left-block__text--pink {
    line-height: 1.1;
    font-size: 16px;
  }

  .sec-two-left-block__list > li {
    margin: 5px 0;
  }

  /*@sec-three*/
  .simptoms-simp {
    margin-bottom: 10px;
  }

  .simptoms-simp:last-child {
    margin-bottom: 60px;
  }

  .simp__title {
    white-space: pre-line;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .simptoms-simp:nth-child(odd) .simp__img {
    float: left;
    margin-right: 50px;
  }

  .simptoms-simp:nth-child(even) .simp__img {
    float: right;
    margin-left: 50px;
  }

  .simptoms-simp:nth-child(odd) .simp__title,
  .simptoms-simp:nth-child(odd) .simp__text {
    text-align: left;
  }

  .simptoms-simp:nth-child(even) .simp__title,
  .simptoms-simp:nth-child(even) .simp__text {
    text-align: right;
  }

  /*@sec-four*/
  .why-wrong-block:nth-child(odd) .wrong__img {
    float: left;
    margin-right: 15px;
  }

  .why-wrong-block:nth-child(even) .wrong__img {
    float: right;
    margin-left: 15px;
  }

  .wrong-block__title {
    margin-top: 35px;
  }

  .start-day {
    border: solid 1px transparent;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    -webkit-box-shadow: 0px 4px 20px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px 3px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }

  /*@sec-five*/
  .sec-five .sec-header__title {
    margin-bottom: 70px;
  }

  .doc-block__img {
    margin: 0 auto;
  }

  .doc-block-about {
    text-align: center;
    margin-top: 0;
  }

  .doc-block-about__prof {
    white-space: pre-line;
  }
  /*@sec-six*/

  .sec-six {
    background-image: none;
  }

  .carousel-inner {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .carousel-inner > .item {
    display: block;
    padding: 0 5px;
  }

  .powers-power .power-img {
    max-height: 100%;
  }

  /*@sec-table-desktop*/
  .sec-table-desktop {
    background: #97c42f;
    background: -webkit-linear-gradient(left, #97c42f 0%, #e0b92a 100%);
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#97c42f),
            to(#e0b92a)
    );
    background: -o-linear-gradient(left, #97c42f 0%, #e0b92a 100%);
    background: linear-gradient(to right, #97c42f 0%, #e0b92a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c42f', endColorstr='#e0b92a',GradientType=1 );
    border: solid 0 transparent;
    -webkit-border-radius: 500px 500px 0px 0px / 50px 50px 0px 0px;
    border-radius: 500px 500px 0px 0px / 50px 50px 0px 0px;
    margin-bottom: 0;
  }

  .sec-table-desktop .sec-header {
    margin-top: 45px;
    margin-bottom: 15px;
  }

  .sec-table-desktop .sec-header .sec-header__title {
    color: #ffffff;
    margin: 0;
  }

  .sec-table-desktop .sec-header .sec-header__pretitle {
    white-space: pre-line;
  }

  .sec-usual-text {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 45px;
  }

  .table-science-wrap .sec-usual-text {
    margin-top: 45px;
  }

  .table-science-bg {
    -webkit-border-radius: 27px;
    border-radius: 27px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 5px 25px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 25px 1px rgba(0, 0, 0, 0.15);
  }

  /*@sec-seven*/
  .sec-seven .slide-body {
    background-color: #ffffff;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 5px 25px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 25px 1px rgba(0, 0, 0, 0.15);
    padding: 20px 100px;
    margin-top: 30px;
  }

  #reviews-carousel .item {
    margin-bottom: 40px;
  }

  .sec-seven .start-day {
    margin-top: 0;
    margin-bottom: 60px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /*@sec-odds-desktop*/

  .sec-odds-desktop .sec-header {
    margin-top: 50px;
  }

  .odds-odd {
    margin-top: 30px;
  }

  .odds-odd__img {
    margin: 0 auto;
  }

  .odds-odd-text {
    margin-top: 15px;
  }

  .odds-odd__title {
    font-family: "AA Bebas Neue", Arial, Helvetica, sans-serif;
    letter-spacing: 0.04em;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
  }

  .odds-odd__pretitle {
    font-size: 18px;
  }

  /*@sec-eight*/
  .how-eat-sec-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .how-eat:nth-child(3) {
    margin-bottom: 0;
  }
  /*@sec-nine*/

  .how-get-sec-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  /*@sec-planet-desktop*/
  .sec-planet-desktop .sec-header {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .planet-img {
    margin: 0 auto;
  }

  /*@sec-one-last*/
  .sec-one-last {
    background-image: url(../img/sec-1-bg.jpg);
    background-position: 70% -30%;
    background-repeat: no-repeat;
  }
}

@media (min-width: 900px) {
  .sec-form {
    margin-left: 50px;
  }
}

/*@>992 and up*/
@media (min-width: 992px) {
  .doc-block-about {
    margin-top: -50px;
  }
}

@media (min-width: 1040px) {
  .sec-form {
    margin-left: 80px;
  }
}

/*@>1200 and up*/
@media (min-width: 1200px) {
  /*@sec-one*/
  .slim4vit {
    font-family: "AA Bebas Neue", Arial, Helvetica, sans-serif;
    letter-spacing: 0.08em;
    font-size: 30px;
    text-transform: uppercase;
  }

  .navbar-default .navbar-nav > li > a.slim4vit,
  .navbar-default .navbar-nav > li > a.slim4vit:hover,
  .navbar-default .navbar-nav > li > a.slim4vit:focus {
    color: #75c32e;
  }

  .color-orange {
    color: #e79523;
  }

  .sec-one {
    background-position: 50% 45%;
  }

  .sec-form {
    margin: inherit;
    padding-right: 0;
    left: 39%;
  }

  .sec-one-offer-image {
    margin-bottom: 110px;
  }

  .sec-one-advantages {
    right: 56.33333333%;
  }

  .sec-one-advantages-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .advant {

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: auto;
  }

  .advant__text,
  .advant__title {
    text-align: right;
    white-space: nowrap;
  }

  .advant__img {
    margin: 0 0 0 25px;
    max-height: 50px;
  }
  /*@sec-two*/
  .sec-two-left-block__text {
    font-size: 18px;
  }

  .sec-two-left-block__text--pink {
    font-size: 22px;
    margin: 20px 0;
  }

  .sec-two-left-block__list > li {
    font-size: 22px;
    line-height: 2;
  }

  .sec-two-left-block__list > li:after {
    top: -74px;
  }

  /*@sec-three*/
  .sec-three {
    background-image: url(../img/sec-3-bg.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
  }

  .sec-three .sec-header {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .simptoms {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 100px;
  }

  .simptoms-simp:nth-child(odd) .simp__img,
  .simptoms-simp:nth-child(even) .simp__img {
    float: none;
    margin: 0 auto;
  }

  .simptoms-simp:nth-child(odd) .simp__title,
  .simptoms-simp:nth-child(odd) .simp__text,
  .simptoms-simp:nth-child(even) .simp__title,
  .simptoms-simp:nth-child(even) .simp__text {
    text-align: center;
  }
  .simp__title {
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 30px;
  }
  .simptoms-simp:nth-child(even) .simp__text {
    width: 80%;
  }

  /*@sec-four*/

  .why-wrong-block {
    text-align: center;
  }

  .why-wrong-block:nth-child(odd) .wrong__img,
  .why-wrong-block:nth-child(even) .wrong__img {
    float: none;
    margin: 0 auto;
  }

  .why-wrong-block:nth-child(2) {
    text-align: center;
  }

  .start-day {
    padding: 30px;
  }

  .start-day .sec-header__title {
    margin: 0;
  }

  .start-day-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /*@sec-five*/

  .sec-five {
    background-image: url("../img/sec-5-bg.jpg");
    background-position: 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 50px;
  }

  .doc-block__img {
    margin-bottom: 55px;
  }

  .doc-block-about {
    text-align: left;
    margin-top: 40px;
  }

  .doc-block-about__prof {
    white-space: pre-line;
  }
  /*@sec-six*/
  .sec-six {
    margin-bottom: 50px;
  }

  #powers-carousel .item:nth-child(1) {
    width: 20.66666667%;
  }

  #powers-carousel .item:nth-child(2) {
    width: 20.66666667%;
  }

  #powers-carousel .item:nth-child(3) {
    width: 23.7777777%;
  }

  #powers-carousel .item:nth-child(4) {
    width: 20.66666667%;
  }

  /*#powers-carousel .item:nth-child(5) {*/
  /*  width: 16.66666667%;*/
  /*}*/

  #powers-carousel .carousel-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    justify-content: space-between;
  }

  .powers-power {
    cursor: auto;
  }

  /*@sec-seven*/

  .sec-seven .sec-header {
    margin-top: 50px;
  }

  #reviews-carousel .slide-header {
    padding-right: 40px;
  }

  #reviews-carousel .slide-body {
    margin-top: 0;
    padding: 10px 10px;
  }

  #reviews-carousel .powers-power-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #reviews-carousel .wr1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  #reviews-carousel .wr1 .slide-body {
    margin-left: 25px;
  }

  #reviews-carousel .wr2 .slide-body {
    margin-left: -25px;
  }

  #reviews-carousel .wr3 .slide-body {
    margin-left: 25px;
  }

  #reviews-carousel .wr3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  #reviews-carousel .slide-body:nth-child {
    margin-left: 25px;
  }

  #reviews-carousel .slide-header__before,
  #reviews-carousel .slide-header__after {
    margin: 15px 0 0 0;
  }

  #reviews-carousel .slide-body {
    text-align: right;
    padding: 50px 50px;
  }

  /*@sec-odds-desktop*/

  .odds {
    margin: 50px 0;
  }

  /*@sec-eight*/
  .how-eat__img {
    margin-bottom: 25px;
  }

  /*@sec-nine*/
  .sec-nine .sec-header {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  /*@sec-one sec-one-last*/

  .sec-one-last {
    background-position: 50% 45%;
  }
  .sec-one-last .sec-header {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sec-one-last .sec-form {
    margin-top: -20px;
  }
  /*@sec-eleven*/
  /*@sec-twelve*/
}

@media (min-width: 1400px) {
}

@media (min-width: 1550px) {
}

@media (min-width: 1730px) {
}

@media (min-width: 1900px) {
}

@media  (max-width: 760px){
  .advant{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
}