.timer__title, .timer__list, .timer__item, .timer__num, .timer__info, .price__info, .name, .text, .skills, .skill, .skill__grid, .skill__part, .lead, .comp__img, .comp__title, .title, .title__top, .title__bottom, .user, .user__grid, .reviews, .reviews__item, .info, .info__menu, .info__item, .info__link, .info__title {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 100%;
  color: currentColor;
  text-decoration: none;
  list-style: none;
  outline: none;
  border: 0;
  vertical-align: baseline;
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
  word-wrap: break-word;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
}

img, video {
  max-width: 100%;
  display: block;
}

figure {
  margin: 0;
  padding: 0;
}

svg {
  height: 100%;
  width: 100%;
  fill: currentColor;
}

body, html {
  height: 100%;
  font-size: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  color: #3e3e3e;
}

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

.container {
  width: 100%;
  display: block;
  max-width: 320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

::-moz-selection {
  color: #fff;
  background: #8cbe25;
}

::selection {
  color: #fff;
  background: #8cbe25;
}

.t--light {
  font-weight: 300;
}

.t--bold {
  font-weight: 700;
}

.t--italic {
  font-style: italic;
}

.t--medium {
  font-weight: 500;
}

.t--ttu {
  text-transform: uppercase;
}

.t--ttl {
  text-transform: lowercase;
}

.t--imp {
  color: #8cbe25;
}

.t--ex {
  color: #e0a8ce;
}

.t--block {
  display: block;
}

.user__grid {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.user__part {
  display: table-cell;
  vertical-align: top;
}

.timer {
  text-align: center;
}

.timer__title {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 15px;
  font-weight: 700;
}

.timer__title .text {
  color: #fff;
}

.timer__light {
  color: #fff;
}

.timer__list {
  font-size: 0;
  color: #000;
}

.timer__item {
  display: inline-block;
  margin: 0 9px;
  text-align: center;
  max-width: 54px;
  vertical-align: top;
}

.timer__item:first-of-type {
  margin-left: 0;
}

.timer__item:last-of-type {
  margin-right: 0;
}

.timer__num {
  display: inline-block;
  font-size: 32px;
  font-weight: 900;
  color: #535353;
  padding: 8px 2px;
  margin: 0 2px;
  min-width: 54px;
  background-color: #e2bd11;
}

.timer__num:first-of-type {
  margin-left: 0;
}

.timer__num:last-of-type {
  margin-right: 0;
}

.timer__info {
  margin-top: 6px;
  color: #c5a611;
  font-weight: 900;
  font-size: 11px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
}

.photo {
  background: no-repeat center / cover;
}

.photo-1 {
  background-image: url(../img/user-1.jpg);
}

.photo-2 {
  background-image: url(../img/user-2.jpg);
}

.photo-3 {
  background-image: url(../img/user-3.jpg);
}

.photo-4 {
  background-image: url(../img/goji.png);
      background-size: auto;

}

.photo-5 {
  background-image: url(../img/garcinia.png);
}

.photo-6 {
  background-image: url(../img/vitamin-b.png);
      background-size: auto;

}

.photo-7 {
  background-image: url(../img/vitamin-c.png);
      background-size: auto;

}

.photo-8 {
  background-image: url(../img/ginger.png);
      background-size: auto;

}

.price {
  color: #fff;
  position: relative;
}

.price .prod {
  display: inline-block;
  margin-bottom: -47px;
  position: relative;
}

.price__info {
  font-size: 12px;
}

.price__part {
  vertical-align: top;
  font-size: 24px;
}

.price__item {
  display: inline-block;
  font-weight: 900;
  padding: 8px 16px;
  background-color: #e2bd11;
  text-align: center;
}

.price__old {
  position: relative;
  z-index: 2;
}

.price__new {
  background-color: #ff8429;
  font-size: 32px;
  padding: 16px 10px 16px 24px;
  margin-left: 30px;
  position: relative;
  margin-bottom: -15px;
}

.price__new:before, .price__new:after {
  content: '';
  display: block;
  position: absolute;
}

.price__new:after {
  top: 0;
  right: -14px;
  width: 0;
  height: 0;
  border-bottom: 14px solid #535353;
  border-right: 14px solid transparent;
}

.price__new:before {
  width: 14px;
  height: -webkit-calc(100% - 14px);
  height: calc(100% - 14px);
  background-color: inherit;
  top: 14px;
  right: -14px;
}

.button {
  max-width: 100%;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background: #ff8429;
  min-width: 280px;
  -webkit-border-radius: 130px;
          border-radius: 130px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  clear: both;
  position: relative;
  text-transform: uppercase;
}

.button:hover {
  background-color: #ffa748;
}

.button__text {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 6px 30px;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  font-weight: inherit;
  text-shadow: inherit;
  font-family: inherit;
  outline: none;
  position: relative;
  cursor: pointer;
  text-transform: inherit;
}

.name {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 38px;
  text-align: center;
}

.name__part {
  display: inline;
}

.name__devider {
  display: none;
}

.ico {
  background: no-repeat;
  display: inline-block;
  position: relative;
}

.ico:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  background-image: url(../img/feature-icons.png);
}

.ico-1:before {
  height: 36px;
}

.ico-2:before {
  height: 40px;
  background-position: 0 -36px;
}

.ico-3:before {
  height: 36px;
  background-position: 0 -76px;
}
.skills{
  font-weight:700;
}
.skill {
  background-color: #00c1a1;
  margin-bottom: 10px;
  color: #fff;
  margin: 0 -20px 10px;
  padding: 0 20px;
  font-style: italic;
  font-size: 14px;
}

.skill__ico {
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fad52f;
  display: inline-block;
  vertical-align: middle;
}

.skill__grid {
  font-size: 0;
}

.skill__part {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0;
}

.skill__part:first-of-type {
  width: 22%;
}

.skill__part:last-of-type {
  padding-left: 15px;
  width: 78%;
}

.skill .angle {
  display: none;
}

.lead {
  text-align: right;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  font-style: italic;
}

.center {
  text-align: center;
}

.arrow {
  display: inline-block;
  color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.arrow:before, .arrow:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  background-color: currentColor;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

.arrow:before {
  -webkit-transform: translate(-50%, -50%) rotate(-40deg);
      -ms-transform: translate(-50%, -50%) rotate(-40deg);
          transform: translate(-50%, -50%) rotate(-40deg);
}

.arrow:after {
  -webkit-transform: translate(-50%, -50%) rotate(40deg);
      -ms-transform: translate(-50%, -50%) rotate(40deg);
          transform: translate(-50%, -50%) rotate(40deg);
}

.arrow--green {
  color: #1bc8ab;
}

.arrow--yellow {
  color: #ffc032;
}

.comp {
  text-align: center;
}

.comp__img {
  display: inline-block;
  width: 120px;
  height: 120px;
}

.comp__title {
  font-size: 16px;
  font-weight: 900;
  color: #535353;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.comp__promo {
  position: relative;
  display: inline-block;
}

.comp__num {
  display: inline-block;
  background-color: #ff8429;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  min-width: 93px;
  text-align: right;
  padding: 2px 10px;
  position: absolute;
  top: 0;
  right: 100%;
}

.title {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #535353;
  text-transform: uppercase;
}

.title__top {
  text-transform: none;
  font-size: 25px;
  font-style: italic;
}

.avatar__inner {
  width: 95px;
  height: 95px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 5px solid #ffdb35;
}

.user__part:first-of-type {
  width: 95px;
}

.user__part:last-of-type {
  padding-left: 20px;
  padding-top: 21px;
}

.user__name {
  font-weight: 700;
  font-size: 24px;
}

.user__age {
  font-size: 18px;
}

.review {
  position: relative;
}

.review:before {
  content: '';
  display: block;
  width: 64px;
  height: 14px;
  background: no-repeat center / contain;
  background-image: url(../img/devider.png);
  margin: 0 auto 20px;
}

.review__top {
  margin-bottom: 15px;
}

.reviews__item {
  margin-bottom: 30px;
}

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

.field {
  margin-bottom: 10px;
  text-align: left;
}

.field__part {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 2px solid #e2bd11;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-size: 18px;
  font-weight: 200;
  padding: 15px 10px 15px 15px;
  color: #000;
  outline: none;
}

.field__part::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.field__part::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.field__part:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.field__part::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.field__select-wrap {
  background: #fff;
  position: relative;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 2px solid #e2bd11;
}

.field__arrow {
  display: block;
  width: 45px;
  height: 100%;
  background: transparent;
  position: absolute;
  right: 0;
}

.field__arrow:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #3a3a3a;
}

.field__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  text-indent: 0.01px;
  background: transparent;
  text-overflow: '';
  position: relative;
  cursor: pointer;
  border: none;
  color: rgba(0, 0, 0, 0.6);
}

.field__select::-ms-expand {
  display: none;
}

.field__row {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 16px;
  font-size: 16px;
  color: #333;
}

.field__row .field__text {
  width: 60%;
  display: table-cell;
}

.field__row .field__number {
  text-align: right;
  width: 40%;
  display: table-cell;
  vertical-align: bottom;
}

.field__row:last-child .field__label {
  font-weight: 700;
  font-size: 1.15em;
  text-transform: uppercase;
}

.form {
  background-color: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  max-width: 400px;
  display: inline-block;
  width: 100%;
  padding: 30px 20px;
  margin-bottom: 20px;
}

.form__title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.form .button {
  width: 100%;
  min-width: auto;
  font-size: 20px;
}

.form .button__text {
  padding-top: 10px;
  padding-bottom: 10px;
}

.info {
  text-align: center;
  color: #000;
  font-size: 14px;
  margin-top: 70px;
}

.info__menu {
  margin-bottom: 10px;
}

.info__item {
  display: inline-block;
  border-right: 1px solid;
  padding: 0 8px;
}

.info__item:last-of-type {
  border-right: 0;
}

.info__content {
  text-align: left;
  font-size: 12px;
}

.info__title {
  margin-bottom: 6px;
}

.info__feed {
  margin-bottom: 10px;
}

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

.field__info {
  display: none;
}

.bx-viewport {
  margin-bottom: 40px;
}

.bx-pager {
  text-align: center;
}

.bx-pager-item {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  margin: 0 8px;
}

.bx-pager-item a {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  position: relative;
  background-color: #ff8429;
}

.bx-pager-item .active {
  background-color: #ffdb35;
}

.header {
  background: #fed933;
  background: -webkit-radial-gradient(center, circle, #ecd671, #fed933, #e4bf19);
  background: radial-gradient(circle at center, #ecd671, #fed933, #e4bf19);
  color: #fff;
}

.header .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header .timer {
  margin-bottom: 10px;
  display: none;
}

.header .lead {
  margin-bottom: 2px;
}

.header .price {
  margin-bottom: 20px;
}

.header .button {
  margin-bottom: 15px;
}

.header__info {
  padding-top: 20px;
  font-size: 14px;
}

.header .price {
  padding-left: 45px;
}

.header .price .prod {
  position: relative;
  left: 15px;
}

.s-consist .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.s-consist__item {
  margin-bottom: 40px;
}

.s-consist__list {
  background-color: #f7f7f7;
  -webkit-border-radius: 300px;
          border-radius: 300px;
  margin: 0 -100px;
  padding: 40px 100px;
}

.s-consist__bottom {
  padding-top: 30px;
}

.s-consist__info {
  font-size: 12px;
}

.s-prod {
  text-align: center;
  background: no-repeat center / cover;
  background-image: url(../img/about-bg.jpg);
  color: #fff;
  text-transform: uppercase;
}

.s-prod .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.s-prod .prod {
  text-align: center;
  margin-bottom: 20px;
}

.s-prod .prod__img {
  display: inline-block;
}

.s-prod__content {
  font-size: 24px;
  font-style: italic;
  line-height: 1.1;
}

.s-prod .arrow {
  margin-bottom: 10px;
}

.s-prod__bottom {
  padding-top: 25px;
  text-align: left;
  color: #000;
  font-size: 12px;
}

.s-reviews .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.s-reviews .title {
  font-size: 18px;
  margin-bottom: 30px;
  color: #333;
}

.s-reviews__bottom {
  padding-top: 25px;
  text-align: left;
  color: #000;
  font-size: 12px;
}

.s-form {
  background: #fed933;
  background: -webkit-radial-gradient(center, circle, #ecd671, #fed933, #e4bf19);
  background: radial-gradient(circle at center, #ecd671, #fed933, #e4bf19);
  text-align: center;
}

.s-form .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.s-form .title {
  color: #fff;
  font-size: 34px;
  margin-bottom: 10px;
}

.s-form .price {
  font-size: 0;
  direction: rtl;
}

.s-form .price__part {
  display: inline-block;
  direction: ltr;
}

.s-form .price__new {
  margin-left: 0;
  margin-bottom: 20px;
}

.s-form .price__new:before {
  display: none;
}

.s-form .price__new:after {
  display: none;
}

.s-form .timer__list {
  margin-bottom: 10px;
}

.only-mobile {
  display: block;
}

.only-desktop {
  display: none;
}


