html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

*:focus {
  outline: none; }

body {
  width: 100%;
  font: 1em 'Rubik', sans-serif;
  font-weight: 400;
  color: #333;
  background: #ddd; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.wrapper {
  max-width: 480px;
  margin: 0 auto;
  background: #fff; }

.section-title {
  padding: 0 50px 15px;
  font-size: 32px;
  font-weight: 700;
  color: #3ea358;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px; }

.section {
  padding: 20px 0 30px; }

.button-order {
  display: block;
  width: 400px;
  margin: 20px auto;
  padding: 10px;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #3ea358;
  cursor: pointer; }

.timer {
  max-width: 300px;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center; }

.countbox {
  width: 100%;
  padding: 0;
  font-size: 2.4rem;
  line-height: 1.2; }

.countbox-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  position: relative;
  float: left;
  width: 30%;
  height: 80px;
  line-height: 50px; }

.countbox-space {
  float: left;
  width: 5%;
  height: 50px;
  line-height: 50px;
  font-weight: 400; }

.countbox-space:before {
  content: '\003A';
  color: #000; }

.countbox-hours1, .countbox-mins1, .countbox-secs1, .countbox-hours2, .countbox-mins2, .countbox-secs2 {
  float: left;
  width: 39%;
  height: 50px;
  margin: 0 4px;
  font-weight: 700;
  color: #fff;
  background: #000;
  z-index: 1;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.countbox-hours-text, .countbox-mins-text, .countbox-secs-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 40px;
  height: 18px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-transform: lowercase; }

.offer {
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(135deg, #f5317f, #ff7c6e);
  background-image: -o-linear-gradient(135deg, #f5317f, #ff7c6e);
  background-image: linear-gradient(315deg, #f5317f, #ff7c6e); }
  .offer__header {
    padding: 10px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5); }
  .offer__title {
    padding-bottom: 0; }
  .offer__subtitle {
    margin-top: 5px;
    padding: 0 100px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase; }
  .offer__main-bg {
    position: relative;
    height: 330px;
    background: url("../img/hand_with_product.png") right 15% no-repeat; }
  .offer__info {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    padding: 0 20px;
    color: #000; }
  .offer .price {
    font: 24px sans-serif; }
    .offer .price__old {
      text-decoration: line-through; }
    .offer .price__new {
      padding-left: 15px;
      font-size: 38px; }
  .offer .discount {
    padding: 7px 3px;
    font-size: 34px;
    font-weight: 500;
    border: 4px solid #000; }
  .offer__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 30px 0 15px;
    padding: 0 10px; }
  .offer__item {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-align: center;
    text-transform: uppercase; }
  .offer__img {
    margin-bottom: 5px; }
  .offer__timer-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    text-align: center; }
  .offer__balance {
    font-size: 20px;
    text-align: center; }
  .offer .balance-count {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    background-color: #3ea358; }

.about__text {
  padding: 0 20px;
  font: 20px 'Roboto', sans-serif; }

.about__video {
  width: 100%;
  height: 265px;
  margin: 15px 0; }

.about__slider {
  margin-top: 15px; }
  .about__slider .slick-dots {
    bottom: -40px; }
    .about__slider .slick-dots button:before {
      content: '';
      display: block;
      background: #000;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
    .about__slider .slick-dots button .slick-active button {
      background: #000;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
      .about__slider .slick-dots button .slick-active button:before {
        background: #d0293d;
        opacity: 1 !important; }

.advantages {
  color: #fff;
  text-align: center;
  background-image: -webkit-linear-gradient(135deg, #f5317f, #ff7c6e);
  background-image: -o-linear-gradient(135deg, #f5317f, #ff7c6e);
  background-image: linear-gradient(315deg, #f5317f, #ff7c6e); }
  .advantages__title {
    color: #fff; }
  .advantages__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 10px; }
  .advantages__item {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    margin: 15px 0; }
  .advantages__img {
    margin-bottom: 10px; }
  .advantages__subtitle {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase; }
  .advantages__text {
    font-size: 18px; }

.char__img {
  margin-bottom: 20px; }

.char__item {
  padding: 10px 20px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.3; }
  .char__item:nth-child(odd) {
    background-color: #e1e1e1; }

.char__main {
  font-size: 20px;
  font-weight: 700; }

.colors__img {
  display: block;
  max-width: 90%;
  margin: 0 auto; }

.colors__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 100px 0;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase; }

.action {
  padding-top: 20px;
  color: #fff;
  text-align: center;
  background-image: -webkit-linear-gradient(135deg, #f5317f, #ff7c6e);
  background-image: -o-linear-gradient(135deg, #f5317f, #ff7c6e);
  background-image: linear-gradient(315deg, #f5317f, #ff7c6e); }
  .action__title {
    color: #fff; }
  .action__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .action__img {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
  .action__text {
    padding: 0 15px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase; }

.opinion {
  text-align: center; }
  .opinion__photo {
    margin-bottom: 5px; }
  .opinion__name {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase; }
  .opinion__text {
    padding: 0 20px;
    font-size: 20px;
    text-align: left; }

.reviews {
  background-image: -webkit-linear-gradient(135deg, #f5317f, #ff7c6e);
  background-image: -o-linear-gradient(135deg, #f5317f, #ff7c6e);
  background-image: linear-gradient(315deg, #f5317f, #ff7c6e); }
  .reviews__title {
    color: #fff; }
  .reviews__slider {
    width: 90%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.35);
            box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.35);
    background: #fff; }
    .reviews__slider .slick-next,
    .reviews__slider .slick-prev {
      top: 25%;
      width: 16px;
      height: 26px; }
      .reviews__slider .slick-next:before,
      .reviews__slider .slick-prev:before {
        content: ''; }
    .reviews__slider .slick-prev {
      left: -20px;
      background: url("../img/left.png") center center no-repeat;
      -webkit-background-size: cover;
              background-size: cover; }
    .reviews__slider .slick-next {
      right: -20px;
      background: url("../img/right.png") center center no-repeat;
      -webkit-background-size: cover;
              background-size: cover; }
    .reviews__slider .slick-dots {
      bottom: -40px; }
      .reviews__slider .slick-dots button:before {
        content: '';
        display: block;
        background: #000;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
      .reviews__slider .slick-dots button .slick-active button {
        background: #000;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
        .reviews__slider .slick-dots button .slick-active button:before {
          background: #d0293d;
          opacity: 1 !important; }
  .reviews__name {
    margin: 15px 0;
    font-size: 22px;
    font-weight: 700;
    text-align: center; }
  .reviews__text {
    padding: 0 30px 40px;
    font-size: 18px; }

.order {
  text-align: center; }
  .order__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 20px; }
  .order__item {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    margin: 15px 0;
    font-size: 18px;
    font-weight: 500; }
  .order__img {
    margin-bottom: 10px; }

.main-form {
  margin-top: 20px;
  padding: 0 50px;
  color: #fff; }
  .main-form .label,
  .main-form input {
    display: block;
    width: 100%; }
  .main-form .label {
    margin: 5px 0;
    font-size: 22px;
    font-weight: 500; }
  .main-form input {
    height: 50px;
    margin: 0;
    padding: 0 10px;
    font: 18px 'Rubik', sans-serif;
    border: 0; }
  .main-form .button-order {
    width: 100%;
    margin-top: 30px;
    font: 28px 'Rubik', sans-serif;
    font-weight: 500;
    border: 0; }


      .feedback {
        width: 75px;
        height: 70px;
        position: fixed;
        right: 0;
        top: 15%;
        display: flex;
        align-items: center;
        background-color: #fff;
        padding-left: 10px;
        border-top-left-radius: 35px;
        border-bottom-left-radius: 35px;
        cursor: pointer;
        z-index: 1000;
        }
        .popup-window {
        display: none;
        width: 300px;
        position: fixed;
        right: 0;
        top: 15%;
        padding: 35px 10px;
        background: #ff7c6e;
        border-radius: 5px;
        z-index: 2000;
        }
        .popup-window form {
        width: 100%;
        }
        .popup-window label {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
        color: #000;
        }
        .popup-window input {
        box-sizing: border-box;
        width: 100%;
        padding: 0 10px;
        border: none;
        font-size: 16px;
        min-height: 40px
        }
        .popup-window button {
        width: 100%;
        padding: 10px;
        border: none;
        border-radius: 5px;
        background: #000;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        text-transform: uppercase;
        }
        .close-popup {
        position: absolute;
        right: 10px;
        top: 5px;
        width: 27px;
        height: 27px;
        background: #ff7c6e;
        cursor: pointer;
        }
        .close-popup:before {
        content: "";
        background: #000;
        width: 20px;
        height: 1px;
        position: absolute;
        top: 13px;
        left: 4px;
        transform: rotate(-45deg);
        }
        .close-popup:after {
        content: "";
        background: #000;
        width: 20px;
        height: 1px;
        position: absolute;
        top: 13px;
        left: 4px;
        transform: rotate(45deg);
        }
        form .input-wrapper label {
          display: none
        }
        
        form .input-wrapper {
          position: relative;
          margin-bottom: 20px;
        }
        
        form .input-wrapper .error {
          border: 1px solid red!important;
          padding-top: 6px!important;
        }
        
        form .input-wrapper .error+label {
          width: 100%;
          height: 100%;
          color: red;
          display: block !important;
          font-size: 11px;
          line-height: 17px;
          position: absolute;
          top: 0;
          left: 10px;
          text-align: left
        }
        
        form .input-wrapper .error+label:before,
        form .input-wrapper .error+label:after {
          content: "";
          position: absolute;
          right: 30px;
          top: 50%;
          width: 3px;
          height: 21px;
          background-color: red
        }
        
        form .input-wrapper .error+label:before {
          -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg)
        }
        
        form .input-wrapper .error+label:after {
          -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg)
        }