* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  font-size: 18px;
  line-height: 1.6;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.container {
  position: relative;
  overflow: hidden;
  opacity: 1; }

.limit {
  position: relative;
  max-width: 1220px;
  width: 100%;
  padding: 0 10px;
  display: block;
  margin: 0 auto; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none; }

ul li {
  list-style-type: none; }

a {
  text-decoration: none;
  outline: none; }

select::-ms-expand {
  display: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url('../img/select.png') no-repeat 93% center; }
  select option {
    color: #000; }

.inp::-webkit-input-placeholder {
  color: #fff; }

.inp::-moz-placeholder {
  color: #fff; }

.inp:-ms-input-placeholder {
  color: #fff; }

.inp:-moz-placeholder {
  color: #fff; }

.inp {
  display: block;
  padding: 12px;
  border: 1px solid #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  background-color: transparent;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  outline: none; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

.btn {
  position: relative;
  display: block;
  margin: 10px auto;
  border: none;
  outline: none;
  width: 100%;
  max-width: 270px;
  padding: 18px 30px;
  background: #a966ee;
  background: -webkit-linear-gradient(180deg, #a966ee, #e8308c);
  background: -webkit-gradient(linear, left top, left bottom, from(#a966ee), to(#e8308c));
  background: -webkit-linear-gradient(top, #a966ee, #e8308c);
  background: -o-linear-gradient(top, #a966ee, #e8308c);
  background: linear-gradient(180deg, #a966ee, #e8308c);
  box-shadow: 0px 13px 20px -12px #5c0b34;
  -webkit-box-shadow: 0px 13px 20px -12px #5c0b34;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
  cursor: pointer;
  z-index: 7;
  overflow: hidden; }
  .btn.btn--violet {
    font-size: 28px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    background: #4f1091;
    background: -webkit-linear-gradient(180deg, #4f1091, #ee0979);
    background: -webkit-gradient(linear, left top, left bottom, from(#4f1091), to(#ee0979));
    background: -webkit-linear-gradient(top, #4f1091, #ee0979);
    background: -o-linear-gradient(top, #4f1091, #ee0979);
    background: linear-gradient(180deg, #4f1091, #ee0979); }
  .btn:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused; }

.s-title {
  font-size: 35px;
  font-weight: bold; }

.only-desktop {
  display: block !important; }

.only-mobile {
  display: none !important; }

/* 1 section */
.top-line {
  position: relative;
  background-color: #E8E430;
  text-align: center;
  padding: 10px 0;
  z-index: 2; }
  .top-line p {
    font-size: 21px; }

.top-banner {
  position: relative;
  padding: 40px 0;
  background-color: #242424;
  z-index: 2; }

.banner__list {
  font-size: 0; }
  .banner__list li {
    display: inline-block;
    vertical-align: middle;
    width: 33%; }
    .banner__list li:first-child span:before, .banner__list li:nth-child(2) span:before {
      content: '';
      position: absolute;
      top: 50%;
      left: -80px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 56px;
      height: 52px;
      background-image: url('../img/leave.png');
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: contain;
      background-size: contain; }
    .banner__list li:nth-child(2) span:before {
      left: -90px;
      width: 75px;
      height: 52px;
      background-image: url('../img/user.png'); }
    .banner__list li span {
      position: relative;
      font-size: 20px;
      color: #fff;
      display: block;
      margin: 0 auto;
      max-width: 240px; }
    .banner__list li .banner-btn {
      font-size: 20px;
      padding: 15px;
      display: block;
      background-color: #F26221;
      color: #fff;
      outline: none;
      text-align: center;
      cursor: pointer;
      border: 1px solid #F26221;
      margin: 0 auto; }
      .banner__list li .banner-btn:hover {
        -webkit-animation-play-state: paused;
                animation-play-state: paused;
        -webkit-box-shadow: 0px 0px 10px #F26221;
        box-shadow: 0px 0px 10px #F26221; }

.header {
  position: relative;
  background: url('../img/header-bg.jpg') no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 100px; }

.header-decor {
  position: absolute;
  bottom: -100px;
  left: -320px;
  z-index: 0; }

.header__title {
  position: relative;
  background-color: rgba(253, 251, 251, 0.5);
  z-index: 2; }

.h1 {
  font-size: 30px;
  font-weight: bold;
  color: #C91F17;
  padding: 10px 20px; }
  .h1 span {
    display: block;
    font-weight: normal;
    color: #4F1091; }

.header__content {
  text-align: right; }

.form {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 340px;
  padding: 15px;
  background: #e8308c;
  background: -webkit-linear-gradient(180deg, #e8308c, #4f1091);
  background: -webkit-gradient(linear, left top, left bottom, from(#e8308c), to(#4f1091));
  background: -webkit-linear-gradient(top, #e8308c, #4f1091);
  background: -o-linear-gradient(top, #e8308c, #4f1091);
  background: linear-gradient(180deg, #e8308c, #4f1091);
  -webkit-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0; }
  .form:before {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -350px;
    background: url('../img/prod.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 320px;
    height: 466px; }

.form__footnote {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: center; }

.price-block .old-price {
  font-size: 25px; /*29*/
  color: #000;
  text-decoration: line-through;
  text-align: center; }

.price-block .new-price {
  font-size: 23px;
  color: #fff;
  text-align: center; }
  .price-block .new-price span {
    font-size: 56px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle; }

/* 2 section */
.teaser {
  background: url('../img/violet-bg.jpg') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 50px 0 30px; }

.teaser__list {
  font-size: 0;
  max-width: 900px;
  margin: 0 auto; }
  .teaser__list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    width: 50%;
    margin-bottom: 20px; }
    .teaser__list li .inner {
      background-color: #fff;
      padding: 10px 20px;
      font-size: 0;
      min-height: 103px; }
    .teaser__list li img {
      width: 57px;
      display: inline-block;
      vertical-align: middle; }
    .teaser__list li span {
      width: -webkit-calc(100% - 60px);
      width: calc(100% - 60px);
      display: inline-block;
      vertical-align: middle;
      font-size: 17px;
      font-weight: bold;
      padding-left: 20px; }

/* 3 section */
.face .s-title {
  color: #C91F17;
  text-align: center; }

.face-composition {
  position: relative;
  display: block;
  max-width: 750px;
  min-height: 416px;
  margin: 0 auto; }
  .face-composition:before {
    content: '';
    position: absolute;
    background: url('../img/face.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 750px;
    height: 416px; }
  .face-composition li {
    position: absolute;
    font-size: 20px;
    text-align: center;
    width: 200px;
    color: #6192CA; }
    .face-composition li:first-child {
      top: 100px;
      left: 95px; }
    .face-composition li:nth-child(2) {
      top: 100px;
      right: 95px; }
    .face-composition li:nth-child(3) {
      bottom: 140px;
      left: 40px; }
    .face-composition li:nth-child(4) {
      bottom: 140px;
      right: 40px; }
    .face-composition li:nth-child(5) {
      bottom: 0px;
      left: 90px; }
    .face-composition li:nth-child(6) {
      bottom: 0px;
      right: 90px; }

.face__description {
  display: block;
  max-width: 1030px;
  margin: 0 auto; }

.text__list-title {
  margin: 20px 0; }

.text__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px; }
  .text__list li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #AD211B; }

/* 4 section */
.ages {
  max-width: 860px;
  margin: 0 auto;
  font-size: 0; }
  .ages .ages__item {
    display: inline-block;
    width: 33%;
    text-align: center; }
    .ages .ages__item img {
      margin: 0 auto; }
    .ages .ages__item span {
      font-size: 28px;
      font-weight: bold;
      color: #000; }

.ages__footnote {
  background-color: #C91F17;
  padding: 20px 40px;
  font-size: 20px;
  color: #fff;
  margin: 20px 0; }

/* 5 section */
.triangle {
  background: url('../img/violet-bg.jpg') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 20px 0 0; }
  .triangle .limit {
    border-bottom: 4px solid #C91F17; }
  .triangle .s-title {
    color: #fff;
    text-align: center; }

.triangle__composition {
  display: block;
  max-width: 1030px;
  margin: 0 auto;
  padding: 50px 0 90px;
  font-size: 0; }
  .triangle__composition .triangle__img {
    display: inline-block;
    vertical-align: top;
    width: 511px; }
  .triangle__composition .triangle__description {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 512px);
    width: calc(100% - 512px);
    padding-left: 30px; }
    .triangle__composition .triangle__description p {
      font-size: 20px;
      color: #fff; }
    .triangle__composition .triangle__description .text__list-title {
      margin: 0 0 30px; }
    .triangle__composition .triangle__description .text__list {
      font-size: 18px;
      color: #fff;
      padding: 20px 0 0 30px; }

/* 6 section */
.feedback {
  padding-bottom: 20px; }
  .feedback .limit {
    max-width: 1030px; }

.feedback__banner {
  background-color: #C91F17;
  padding: 10px;
  margin-top: -70px; }
  .feedback__banner .banner__top {
    background-color: #fff;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: bold;
    color: #C91F17; }
  .feedback__banner .banner__title {
    font-size: 40px;
    font-weight: bold;
    color: #E8E430;
    text-align: center; }
    .feedback__banner .banner__title span {
      font-weight: normal;
      color: #fff; }

.feedback__composition {
  padding: 50px 0 0;
  font-size: 0; }
  .feedback__composition .feedback__img {
    display: inline-block;
    vertical-align: top;
    width: 420px; }
  .feedback__composition .feedback__description {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 420px);
    width: calc(100% - 420px);
    padding-left: 30px; }
    .feedback__composition .feedback__description .feedback__list {
      position: relative;
      padding-top: 30px;
      padding-left: 30px; }
      .feedback__composition .feedback__description .feedback__list:before {
        content: '';
        position: absolute;
        top: 0;
        left: -10px;
        background: url('../img/quote.png') no-repeat center;
        -webkit-background-size: contain;
        background-size: contain;
        width: 33px;
        height: 24px; }
      .feedback__composition .feedback__description .feedback__list li {
        font-size: 20px;
        color: #000;
        margin-bottom: 30px; }

/* 7 section */
.serum {
  padding: 10px 0 30px;
  overflow: hidden; }
  .serum .s-title {
    position: relative;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.2em;
    z-index: 2; }
    .serum .s-title span {
      display: block;
      color: #C91F17; }

.serum__content {
  position: relative;
  max-width: 540px; }
  .serum__content:before {
    content: '';
    position: absolute;
    top: 0;
    right: -890px;
    background: url('../img/white-bg2.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 1800px;
    height: 720px;
    z-index: 0; }
  .serum__content p {
    position: relative;
    margin-bottom: 15px;
    z-index: 2; }
    .serum__content p span {
      color: #C91F17; }
  .serum__content .text__list {
    position: relative;
    max-width: 450px;
    z-index: 2; }
    .serum__content .text__list li {
      margin-bottom: 10px; }

/* 8 section */
.substance {
  background-color: #342247;
  padding: 20px 0; }
  .substance .s-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
    padding-left: 20px; }
  .substance .btn {
    margin: 20px 0; }

.substance__content {
  font-size: 0; }

.substance__img {
  display: inline-block;
  vertical-align: middle;
  width: 380px; }
  .substance__img img {
    width: 300px;
    margin: 0 auto; }

.substance__description {
  display: inline-block;
  vertical-align: middle;
  width: -webkit-calc(100% - 380px);
  width: calc(100% - 380px);
  padding-left: 50px; }

.substance__list-title {
  font-size: 20px;
  font-weight: bold;
  color: #E8E430;
  margin-bottom: 20px;
  padding-left: 20px; }

.substance__list {
  padding-left: 20px; }
  .substance__list li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 40px; }
    .substance__list li p {
      font-size: 18px;
      color: #fff; }
    .substance__list li:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url('../img/check.png') no-repeat center;
      -webkit-background-size: contain;
      background-size: contain;
      width: 24px;
      height: 28px; }

/* 9 section */
.elements {
  padding: 50px 0; }
  .elements .s-title {
    font-size: 40px;
    font-weight: normal;
    text-align: center; }

.elements__content {
  padding: 40px 0;
  font-size: 0; }

.elements__img {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 0;
  padding-top: 40px; }
  .elements__img .elements__img-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%; }
    .elements__img .elements__img-item img {
      margin: 0 auto; }
    .elements__img .elements__img-item .sign {
      display: block;
      max-width: 200px;
      margin: 30px auto 0;
      color: #C91F17;
      font-size: 16px;
      font-weight: normal;
      text-align: center; }
      .elements__img .elements__img-item .sign span {
        display: block;
        color: #848484; }
    .elements__img .elements__img-item:first-child:after {
      content: '';
      position: absolute;
      top: 40%;
      right: -90px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url('../img/arrow.png') no-repeat center;
      -webkit-background-size: contain;
      background-size: contain;
      width: 169px;
      height: 57px;
      z-index: 1; }

.elements__description {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 50px; }
  .elements__description .text__list li {
    font-size: 18px;
    margin-bottom: 10px; }

/* 10 section */
.consist {
  padding: 30px 0;
  background: url('../img/buble-bg.png') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover; }
  .consist .s-title {
    font-size: 44px;
    color: #0B5C49;
    text-align: center;
    max-width: 820px;
    margin: 0 auto; }

.consist__composition {
  position: relative;
  padding: 100px 0 50px;
  text-align: center;
  font-size: 0; }
  .consist__composition:before {
    content: '';
    position: absolute;
    top: 0;
    left: 49%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 480px;
    height: 464px;
    background: url('../img/product.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain; }
  .consist__composition .composition__item {
    display: inline-block;
    vertical-align: top;
    width: 370px;
    min-height: 360px;
    padding: 30px 60px 60px;
    background: url('../img/buble.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain; }
    .consist__composition .composition__item:first-child {
      margin-right: 220px; }
    .consist__composition .composition__item:nth-child(2) {
      margin-left: 220px; }
    .consist__composition .composition__item .composition__item-inner {
      width: 85%;
      margin: 0 auto; }
    .consist__composition .composition__item img {
      margin: 0 auto;
      width: 120px; }
    .consist__composition .composition__item .composition__title {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 10px; }
    .consist__composition .composition__item p {
      font-size: 16px;
      text-align: center; }

.consist__bottom .s-title {
  font-size: 35px;
  color: #000;
  max-width: 100%; }

.consist__bottom .bottom__list {
  font-size: 0;
  padding: 30px 0 0; }
  .consist__bottom .bottom__list li {
    display: inline-block;
    vertical-align: top;
    width: 25%; }
    .consist__bottom .bottom__list li img {
      margin: 0 auto; }

/* 11 section */
.how-use {
  background-color: #CAD2DD;
  padding: 30px 0 5px; }
  .how-use .s-title {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    z-index: 2; }

.how-use__content {
  position: relative;
  padding-left: 610px; }
  .how-use__content:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: -270px;
    background: url('../img/gray-bg.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 1711px;
    height: 539px;
    z-index: 0; }
  .how-use__content p {
    position: relative;
    font-size: 20px;
    margin-bottom: 30px;
    z-index: 2; }
  .how-use__content .how-use__list {
    position: relative;
    z-index: 2; }
    .how-use__content .how-use__list li {
      position: relative;
      list-style-type: none;
      font-size: 20px;
      margin-bottom: 15px; }
      .how-use__content .how-use__list li span {
        display: block;
        padding-left: 45px; }
      .how-use__content .how-use__list li .number {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 22px;
        font-weight: bold;
        background-color: #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center; }
  .how-use__content .how-use__footnote {
    position: relative;
    font-size: 17px;
    font-weight: bold;
    color: #C91F17;
    text-align: center;
    z-index: 2; }
    .how-use__content .how-use__footnote span {
      display: block;
      color: #545454; }

/* 12 section */
.excellence {
  padding: 30px 0 0; }
  .excellence .s-title {
    position: relative;
    max-width: 480px;
    color: #C91F17;
    margin-bottom: 30px;
    z-index: 2; }
  .excellence .btn {
    max-width: 350px; }

.excellence__content {
  position: relative;
  max-width: 520px; }
  .excellence__content:after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -1020px;
    background: url('../img/white-bg.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 1800px;
    height: 726px;
    z-index: 0; }

.excellence__list li {
  position: relative;
  list-style-type: none;
  margin-bottom: 20px;
  z-index: 2; }
  .excellence__list li .number {
    position: absolute;
    top: -12px;
    left: 0;
    font-size: 50px;
    font-weight: bold;
    color: #AD211B; }
  .excellence__list li .list__description {
    padding-left: 50px; }
    .excellence__list li .list__description .list__caption {
      font-weight: bold;
      color: #AD211B; }

/* 13 section */
.review {
  background: url('../img/violet-bg.jpg') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 50px 0 30px; }
  .review .s-title {
    max-width: 920px;
    text-align: center;
    color: #fff;
    margin: 0 auto; }

.review__content {
  padding: 70px 0 0;
  max-width: 1100px;
  margin: 0 auto; }
  .review__content .review__item {
    color: #fff;
    font-size: 0;
    margin-bottom: 50px; }
  .review__content .review__img {
    display: inline-block;
    vertical-align: top;
    width: 320px; }
  .review__content .review__description {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
    padding-left: 60px; }
    .review__content .review__description p {
      font-size: 20px; }

/* 14 section */
.step {
  padding: 20px 0 10px; }
  .step .s-title {
    color: #C91F17;
    text-align: center; }

.step__content {
  font-size: 0;
  padding: 70px 0 30px;
  text-align: center; }
  .step__content .step__item {
    display: inline-block;
    vertical-align: top;
    width: 33%; }
    .step__content .step__item img {
      margin: 0 auto; }
    .step__content .step__item p {
      max-width: 300px;
      margin: 0 auto;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      color: #545454;
      margin-top: 10px; }

.step__footnote {
  font-size: 23px;
  font-weight: bold;
  color: #C91F17;
  text-align: center;
  margin-top: 30px; }

/* 15 section */
.footer {
  position: relative;
  background: url('../img/header-bg.jpg') no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 50px;
  text-align: right; }
  .footer .footer-decor {
    position: absolute;
    bottom: -50px;
    left: -320px;
    z-index: 0; }
  .footer .s-title {
    max-width: 520px;
    color: #000;
    padding: 10px 20px;
    text-align: center; }
    .footer .s-title span {
      display: block; }

.footer__content {
  display: inline-block;
  max-width: 600px;
  text-align: center; }
  .footer__content .form {
    margin-top: 100px; }
  .footer__content .form:before {
    left: -320px; }

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1199px) {
  .banner__list {
    max-width: 990px;
    padding-left: 50px;
    margin: 0 auto; }
  .banner__list li span {
    font-size: 16px; }
  .consist__composition {
    max-width: 970px;
    margin: 0 auto; }
  .consist__composition:before {
    width: 320px;
    height: 304px;
    top: 170px; }
  .consist__composition .composition__item:first-child {
    margin-right: 100px; }
  .consist__composition .composition__item:nth-child(2) {
    margin-left: 100px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .only-desktop {
    display: none !important; }
  .only-mobile {
    display: block !important; }
  .header-decor,
  .footer-decor {
    display: none; }
  .limit,
  .feedback .limit {
    max-width: 320px; }
  .top-line p {
    font-size: 16px; }
  .top-banner {
    padding: 15px 0; }
  .banner__list {
    padding-left: 0; }
    .banner__list li {
      display: block;
      width: 100%;
      margin-bottom: 30px; }
      .banner__list li:last-child {
        margin-bottom: 0; }
      .banner__list li span {
        padding-left: 50px; }
  .banner__list li:first-child span:before {
    left: -20px; }
  .banner__list li:nth-child(2) span:before {
    left: -35px; }
  .banner__list li .banner-btn {
    margin: 0 auto; }
  .header {
    padding-bottom: 20px; }
  .h1 {
    font-size: 24px;
    padding: 10px 0; }
  .s-title {
    font-size: 24px; }
  .price-block .old-price {
    font-size: 20px; }
  .price-block .new-price {
    font-size: 20px; }
  .price-block .new-price span {
    font-size: 36px; }
  .form {
    margin-top: 50px; }
  .form:before {
    display: none; }
  .teaser {
    padding: 10px 0 0; }
  .teaser__list li {
    width: 100%;
    margin-bottom: 10px;
    padding: 0; }
  .teaser__list li .inner {
    min-height: 0; }
  .teaser__list li span {
    font-size: 14px;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px); }
  .teaser__list li img {
    width: 47px; }
  .face {
    padding: 10px 0; }
  .face .s-title {
    text-align: left; }
  .face-composition {
    min-height: 0;
    padding: 20px 0; }
  .face-composition:before {
    display: none; }
  .face-composition li {
    display: block;
    position: static;
    width: 100%;
    background-color: #C91F17;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
    padding: 0 15px; }
  .ages .ages__item {
    width: 100%; }
  .ages__footnote {
    padding: 20px; }
  .triangle__composition .triangle__description {
    width: 100%;
    padding-left: 0; }
  .triangle__composition .triangle__description .text__list {
    padding-left: 0; }
  .feedback__banner .banner__top {
    padding: 15px 20px; }
  .feedback__banner .banner__title {
    font-size: 22px; }
  .feedback__composition {
    padding: 30px 0 0; }
  .feedback__composition .feedback__description {
    width: 100%; }
  .feedback__composition .feedback__description {
    padding-left: 0;
    margin-top: 30px; }
  .feedback__composition .feedback__description .feedback__list {
    padding-left: 0; }
  .feedback__composition .feedback__description .feedback__list:before {
    left: 0; }
  .feedback__composition .feedback__description .feedback__list li {
    font-size: 16px; }
  .serum__content:before {
    display: none; }
  .substance .s-title {
    padding-left: 0;
    font-size: 16px; }
  .substance__img {
    width: 100%; }
  .substance__img img {
    width: 200px; }
  .substance__description {
    width: 100%;
    padding-left: 0; }
  .substance__list-title {
    padding-left: 0;
    font-size: 16px; }
  .substance__list {
    padding-left: 0; }
  .substance__list li p {
    font-size: 16px; }
  .substance .btn {
    margin: 20px auto 0; }
  .elements {
    padding: 20px 0; }
  .elements .s-title {
    font-size: 30px; }
  .elements__img {
    width: 100%;
    padding-top: 0; }
  .elements__img .elements__img-item .sign {
    font-size: 14px;
    margin-top: 10px; }
  .elements__img .elements__img-item img {
    max-width: 120px; }
  .elements__img .elements__img-item:first-child:after {
    width: 99px;
    right: -50px; }
  .elements__content {
    padding-bottom: 20px; }
  .elements__description {
    width: 100%;
    padding-top: 10px;
    padding-left: 10px; }
  .elements__description .text__list li {
    font-size: 16px; }
  .consist .s-title {
    font-size: 24px; }
  .consist__composition {
    padding-top: 250px; }
  .consist__composition:before {
    top: 0;
    width: 250px;
    height: 234px; }
  .consist__composition .composition__item:first-child {
    margin: 0; }
  .consist__composition .composition__item:nth-child(2) {
    margin: 0; }
  .consist__composition .composition__item {
    width: 270px;
    min-height: 0;
    padding: 30px 30px 50px; }
  .consist__composition .composition__item .composition__item-inner {
    width: 95%; }
  .consist__composition .composition__item img {
    width: 100px; }
  .consist__composition .composition__item .composition__title,
  .consist__composition .composition__item p {
    font-size: 14px; }
  .consist .s-title {
    text-align: left; }
  .consist__bottom .bottom__list li {
    width: 50%;
    padding: 10px; }
  .how-use__content {
    padding-left: 0; }
  .how-use__content:before {
    display: none; }
  .how-use__content p {
    font-size: 16px; }
  .how-use__content .how-use__list li {
    font-size: 16px; }
  .excellence {
    padding: 15px 0; }
  .excellence__content:after {
    display: none; }
  .excellence__list li .list__description {
    font-size: 16px;
    padding-left: 40px; }
  .excellence__list li .number {
    font-size: 40px;
    top: -10px; }
  .review {
    padding-bottom: 0; }
  .review__content {
    padding-top: 50px; }
  .review__content .review__item {
    margin-bottom: 30px; }
    .review__content .review__item:last-child {
      margin-bottom: 0; }
  .review__content .review__img {
    display: block;
    width: 240px;
    margin: 0 auto; }
  .review__content .review__description {
    display: block;
    width: 100%;
    padding: 20px 0; }
  .review__content .review__description p {
    font-size: 16px; }
  .step {
    padding: 10px 0; }
  .step__content {
    padding: 30px 0; }
  .step__content .step__item {
    width: 100%;
    display: block;
    margin-bottom: 20px; }
  .step__content .step__item p {
    font-size: 16px; }
  .step__footnote {
    margin-top: 0;
    font-size: 18px; }
  .footer__content .form {
    margin-top: 50px; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

.form__bottom {
  margin-top: 30px;
  color: white;
  text-align: center;
}

/*TIMER*/

.timer-wr {
  width: 175px;
  height: 54px;
  margin: 0 auto;
  margin-top: 3px;
}

.is-countdown {
  width: 175px;
  height: 70px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.countdown-rtl {
  direction: rtl;
}

.countdown-holding span {
  color: #888;
}

.countdown-row {
  clear: both;
  width: 100%;
  padding: 0px;
  text-align: center;
}

.countdown-show1 .countdown-section {
  width: 98%;
}

.countdown-show2 .countdown-section {
  width: 48%;
}

.countdown-show3 .countdown-section {
  width: 57px;
  position: relative;
}

.countdown-show3 .countdown-section:first-child {
  margin-left: 0 !important;
}

.countdown-show3 .countdown-section.slvzr-first-child {
  margin-left: 0 !important;
}

.countdown-show4 .countdown-section {
  width: 24.5%;
}

.countdown-show5 .countdown-section {
  width: 19.5%;
}

.countdown-show6 .countdown-section {
  width: 16.25%;
}

.countdown-show7 .countdown-section {
  width: 14%;
}

.countdown-section {
  display: block;
  float: left;
  text-align: center;
  color: #fff;
}

.countdown-amount {
  font-size: 24px;
  font-weight: 700;
  width: 54px;
  height: 54px;
  display: block;
  line-height: 54px;
  color: white;
  border-radius: 10px;
  border: 1px solid white;
}

.countdown-period {
  display: block;
  font-size: 10px;
  text-align: center;
  width: 100%;
  position: relative;
  color: white;
}

.countdown-descr {
  display: block;
  width: 100%;
}

/*Комментарии*/
.comm-h {
  width: 100%;
  height: 44px;
  background-color: rgb(183, 2, 2);
}
.comm-h p {
  width: 100%;
  display: inline-block;
  font-family: "Arial";
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-align: justify;
  line-height: 1.6;
  text-indent: 20px;
  margin: 0;
  margin-top: 9px;
}

.comm-d {
  width: 100%;
  margin-bottom: 30px;
}

.comm-group {
  margin-top: 30px;
  width: 100%;
  height: 100%;
}

.comm-headline {
  width: 90%;
  margin-left: 90px;
}
.comm-headline h3 {
  margin: 0;
  padding: 0;
  color: rgb(0, 0, 0);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 700;
}

.comm-p {
  width: 90%;
  margin-left: 90px;
}
.comm-p p {
  width: 100%;
  height: auto;
  margin: 0;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
}
.comm-like p {
  font-size: 14px;
  line-height: 1.6;
}
.comm-like p span {
  color: rgb(22, 99, 199);
}
.comm-like p i {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: -3px;
  background-image: url(../img/like.png);
}

.comm-img {
  position: absolute;
  width: 70px;
  height: 70px;
  margin-top: 5px;
}

.comm-img > div {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-attachment: scroll;
  background-origin: content-box;
}

.comm-i {
  text-align: center;
}

.comm-i img {
  display: inline;
}

@media only screen and (max-width: 991px) {
  .comm-p p {
    width: 210px;
  }
}

.cert p {
  margin-bottom: 10px;
  color: white;
}
.cert img {
  display: inline;
  margin: 0 5px;
}