@import url(../fonts/ProximaNova/stylesheet.css);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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; }

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 {
  content: '';
  content: none; }

q {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  


button,
input {
  border: 0;
  outline: none; }

/*-- user-edit --*/
body {
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
  background: #282828; }
  body main {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    background: #ffffff; }

h1, h2, h3 {
  font-size: 31px;
  }

img {
  max-width: 100%;
  max-height: 100%; }

strong {
  font-weight: 600; }

a,
a:hover,
a:focus,
a:visited,
a:active {
  outline: none; }

a:focus,
a:visited {
  text-decoration: none; }
iframe {
  width: 100% !important;
  height: 270px;
}




.modal-body {
    background: #fffffffa;
    z-index: 90;
    padding: 100px 0 0 0;
    display: inline-block;
    max-width: 480px;
    width: 100%;
    -webkit-transform: skewX( -5deg) translateX(200%);
    -ms-transform: skewX(-5deg) translateX(200%);
    transform: skewX( -5deg) translateX(200%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
    transition: opacity 0.1s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s;
    height: 100vh;
    overflow: auto;
    }

.modal-block {padding: 0;}

.modal-block li {text-align: right;padding: 0 10px;border-bottom: 1px solid #efefef;display: block;height: 47.5px;display: flex;flex-direction: row;justify-content: flex-end;align-content: center;align-items: center;}

.modal-block li a {text-decoration: none;font-weight: bold;text-transform: uppercase;color: #4f41a2;display: block;width: 100%;height: 47.5px;line-height: 47.5px;}

.modal-body.show-menu {opacity: 1 !important;
    transform: skewX(0deg) translate(0, 0) !important;
    -webkit-transform: skewX( 0deg) translate(0, 0) !important;
    -ms-transform: skewX(0deg) translate(0, 0) !important;}

header {
    width: 100%;height: 80px;
    transform: translate(0, -100%);
    transition: 0.5s;
    padding: 0 20px;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 481px;
    margin: 0 auto;
}

header.active {
    position: fixed;
    left: 0;
    right: 0;
  top: 0;
    transform: translate(0, 0);
    transition: 0.5s;
    z-index: 100;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 20%);
    background: #4f41a2;
}

header a.logo svg {
    width: 120px;
    margin: 0 0;
}

header a.logo {
    width: 120px;
    height: 69px;
    transition: 0.6s;
}

header a.logo:hover {
    opacity: 0.7;
}

svg.nav-button {
    width: 64px;
    transition: 0.6s;
    cursor: pointer;
}

svg.nav-button:hover {opacity: 0.7;}

.show-li:nth-child(1) {
    -webkit-transition-delay: 0.1s !important;
    -o-transition-delay: 0.1s !important;
    transition-delay: 0.1s !important;
}
.show-li:nth-child(2) {
    -webkit-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}
.show-li:nth-child(3) {
    -webkit-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
}
.show-li:nth-child(4) {
    -webkit-transition-delay: 0.4s !important;
    -o-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
}
.show-li:nth-child(5) {
    -webkit-transition-delay: 0.5s !important;
    -o-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
}
.show-li:nth-child(6) {
    -webkit-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
}

.modal-block li svg {width: 36px;fill: #ffc226;}

section.sect99 {
    padding: 40px 0 0 0;
}
.offer_section-top{border-top: 80px solid #4f41a2;}



.title-block {
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  padding: 15px 25px;
  background: #f7931c;
  text-transform: uppercase;
  }

.title-two-block {
  text-align: center;
  font-weight: 600;
  background: #4f41a2;
  margin-bottom: 20px;
  color: #fff;
  padding: 15px;
  text-transform: uppercase;
  }
  .title-two-block span {
    color: #e2000c; }
  .title-two-block h3 {
    font-size: 27px; }
  .title-two-block h4 {
    font-size: 23px; }

.banner-image {
  font-size: 0;
  text-align: center; }
  .banner-image img {
    width: 100%;
    margin: 0 auto; }

.slick-slide img {
  margin: auto; }

.slick-next:before,
.slick-prev:before {
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  width: 23px;
  height: 35px;
  display: inline-block; }

.slick-next {
  right: 25px; }
  .slick-next:before {
    background-image: url(../img/right-icon.png); }

.slick-prev {
  left: 25px;
  z-index: 1; }
  .slick-prev:before {
    content: '';
    background-image: url(../img/prev-icon.png); }

.slick-dots li button:before {
  background: #323232;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  border: 1px solid #555555;
  font-size: 0;
  left: 0;
  right: 0;
  top: 5px; }

.slick-dots li.slick-active button {
  border: 1px solid #555555;
  -webkit-border-radius: 100%;
          border-radius: 100%; }
.slick-slide {
  height: auto;
}
.block-btn {
  text-align: center;
  margin-bottom: 33px; 
  }
  .block-btn .btn {
    background: #4f41a2;
    background: linear-gradient(139deg, #4f41a2 0%,#00d4f7 100%);
    -webkit-box-shadow: 0 2px 5px rgba(31, 31, 31, 0.5);
    box-shadow: 0 2px 5px rgba(31, 31, 31, 0.5);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 60px;
    line-height: 42px;
    max-width: 80%;
    margin: 0 auto;
    padding: 10px 15px;
    text-align: center;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    border: none;
    }

.video, 
.video .youtube {
  font-size: 0; }
.video .title-two-block {
  margin-bottom: 0;
}
form {
  margin-top: 70px; }
  form .field {
    max-width: 385px;
    margin: 0 auto 15px;
    }
  form .block-btn {
    margin-top: 10px;
    margin-bottom: 15px;
    }
  form input:not([type="submit"]) {
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    color: #555;
    padding: 7px 10px 7px 40px;
    border: 1px solid #000;
    height: 58px;
    width: 100%;
    }
  form input[name="name"] {
    background: url(../img/input-icon-name.png) no-repeat 10px center; }
  form input[name="phone"] {
    background: url(../img/input-icon-phone.png) no-repeat 10px center; }
  form input[type="submit"] {
    height: 67px; }
  form label {
    color: #555;
    text-align: center;
    font-size: 13px;
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 15px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    form label input {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
    form label span {
      display: inline-block;
      width: 13px;
      height: 13px;
      border: 1px solid #555;
      margin-right: 10px;
      position: relative;
      top: 2px;
      -webkit-border-radius: 100%;
              border-radius: 100%; }
    form label input:checked + span:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: -5px;
      left: 0;
      right: 0;
      width: 13px;
      height: 16px;
      background: url(../img/icon-check.png) no-repeat center center; }
  
.sm-text{
  font-size: 24px;
}



.block-price {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  max-height: 45px;
  padding: 0 15px;
  color: #fefeff;
  text-transform: uppercase;
  font-weight: bold;
  }
  .block-price:after {
    content: '';
    width: 100%;
    background: #ffc226;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    }
  .block-price .left,
  .block-price .right {
    width: 50%;
    text-align: center;
    position: relative;
    z-index: 2; }
  .block-price .left,
  .block-price .right {
    padding: 7px 5px 11px;
    min-height: 85px;
    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;
    }
.banner  h3.sm-text {
    font-size: 18px;
    margin: 10px 0 0 0;
    color: #383838;
    font-weight: 500;
}

footer .logo img {
    width: 150px;
    margin: 0 auto;
}

  .block-price .left {
    background: #000000;
    color: #fff;
    -webkit-clip-path: polygon(16% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(16% 0, 100% 0%, 100% 100%, 0% 100%);
    margin-right: -20px;
    padding-right: 20px;
    padding-left: 0;
    text-align: right;
    }
  .block-price .right {
    background: #f7931c;
    -webkit-clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 0;
    text-align: left;
    }
  .block-price .old-price span:first-child {
    font-size: 22px;
    margin-bottom: 5px; }
  .block-price .old-price span {
    font-size: 34px;
    display: inline-block;
    width: 100%; }
  .block-price .old-price span:last-child {
    position: relative;
    padding: 0 2px;
    }
    .block-price .old-price span:last-child:after {
      content: '';
      width: 90%;
      height: 2px;
      background: #f7931c;
      position: absolute;
      top: 50%;
      left: 30px;
      right: 0;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0);
      }
  .block-price .center {
    position: relative;
    z-index: 3; }
  .block-price .sale {
    text-align: center;
    background: #323232;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    width: 123px;
    height: 123px;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(31, 31, 31, 0.5);
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 2px 5px rgba(31, 31, 31, 0.5);
            box-shadow: 0 2px 5px rgba(31, 31, 31, 0.5); }
  .block-price .new-price span:first-child {
    font-size: 24px;
    margin-bottom: 5px; }
  .block-price .new-price span {
    display: inline-block;
    width: 100%;
    font-weight: 700; }
  .block-price .new-price span:last-child {
    font-size: 36px;
    }

.block-rating {
  margin-top: 50px;
  padding: 0 15px;
  color: #1f1f1f;
  font-size: 16px;
  text-align: justify; }
  .block-rating:after {
    content: '';
    width: 100%;
    display: inline-block; }
  .block-rating > div {
    display: inline-block;
    vertical-align: middle; }
  .block-rating .stars img,
  .block-rating .stars span {
    display: inline-block;
    vertical-align: middle; }
  .block-rating .stars span {
    margin-left: 5px;
    color: #323232;
    font-size: 29px;
    font-weight: 700; }

.text1 {
  color: #000000;
  text-indent: 1.5em;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 21px; 
  padding: 10px; /* Поля вокруг текста */
  margin: 10px; /* Отступ снизу */

 }

.text2 {
  text-align: justify;
  padding: 10px; /* Поля вокруг текста */
  margin: 10px; /* Отступ снизу */
  font-size: 12pt;
  font-family:Verdana;
  line-height: 1.5;
}

.text3 {
  text-align: left;
margin: 15px;
  padding: 15px; /* Поля вокруг текста */
  margin: 10px; /* Отступ снизу */
  font-size: 12pt;
  font-family:Verdana;
  line-height: 1.0;
  
}


.benefits {
  margin: 45px 0 35px;
  padding: 0 15px;
  }
  .benefits .list {
    clear: both;
    overflow: hidden; }
    .benefits .list .item {
      text-align: center;
      width: 33.3333%;
      float: left; }
      .benefits .list .item img {
        margin-bottom: 7px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 2px solid #efefef;
        }
      .benefits .list .item p {
        font-size: 18px; }

.video .youtube {
  font-size: 0; }

.forget-trouble .title-two-block,
.easy-trouble .title-two-block {
  margin-bottom: 15px; }

.forget-trouble .trouble-list,
.forget-trouble .easy-list,
.easy-trouble .trouble-list,
.easy-trouble .easy-list {
  margin: 0 0 42px; }
  .forget-trouble .trouble-list .item:nth-child(2n),
  .forget-trouble .easy-list .item:nth-child(2n),
  .easy-trouble .trouble-list .item:nth-child(2n),
  .easy-trouble .easy-list .item:nth-child(2n) {
    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; }
    .forget-trouble .trouble-list .item:nth-child(2n) .left,
    .forget-trouble .easy-list .item:nth-child(2n) .left,
    .easy-trouble .trouble-list .item:nth-child(2n) .left,
    .easy-trouble .easy-list .item:nth-child(2n) .left {
      float: right;
      text-align: right;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
  .forget-trouble .trouble-list .item,
  .forget-trouble .easy-list .item,
  .easy-trouble .trouble-list .item,
  .easy-trouble .easy-list .item {
    max-width: 420px;
    margin: 0 auto;
    font-size: 0;
    overflow: hidden;
    clear: both;
    }
    .forget-trouble .trouble-list .item .left,
    .forget-trouble .trouble-list .item .right,
    .forget-trouble .easy-list .item .left,
    .forget-trouble .easy-list .item .right,
    .easy-trouble .trouble-list .item .left,
    .easy-trouble .trouble-list .item .right,
    .easy-trouble .easy-list .item .left,
    .easy-trouble .easy-list .item .right {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      font-size: 0; }
      .forget-trouble .trouble-list .item .left img,
      .forget-trouble .trouble-list .item .right img,
      .forget-trouble .easy-list .item .left img,
      .forget-trouble .easy-list .item .right img,
      .easy-trouble .trouble-list .item .left img,
      .easy-trouble .trouble-list .item .right img,
      .easy-trouble .easy-list .item .left img,
      .easy-trouble .easy-list .item .right img {
        -webkit-border-radius: 5px;
                border-radius: 5px; }
      .forget-trouble .trouble-list .item .left p,
      .forget-trouble .trouble-list .item .right p,
      .forget-trouble .easy-list .item .left p,
      .forget-trouble .easy-list .item .right p,
      .easy-trouble .trouble-list .item .left p,
      .easy-trouble .trouble-list .item .right p,
      .easy-trouble .easy-list .item .left p,
      .easy-trouble .easy-list .item .right p {
        font-size: 21px;
        color: #000000;
        text-align: center; }

.description .description-slide p {
  color: #000000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 21px; }

.chrackteristiks {
  margin-bottom: 15px; }
  .chrackteristiks .title-two-block {
    margin-bottom: 30px; }
  .chrackteristiks ul li:nth-child(2n) {
    background: #ebebeb; }
  .chrackteristiks ul li {
    text-align: left;
    padding: 14px 17px;
    font-size: 14px;
    clear: both;
    overflow: hidden; }
    .chrackteristiks ul li strong {
      font-weight: 700; }
    .chrackteristiks ul li div {
      float: left;
      width: 40%; }
    .chrackteristiks ul li .title {
      width: 60%; }

.feedback {
  margin-bottom: 0px;
  }
  .feedback .title-two-block {
    margin-bottom: 0; }
  .feedback .slick-dots {
    bottom: -35px; }
  .feedback .slick-dots li button:before {
    opacity: 1;
    border: none; }
.feedback ul li {
  display: table;
  margin: 0 0 4px;
  width: 100%;
  height: 64px;
  border-left: 3px solid #4f41a2;
  background: #fbfbfb;
  text-align: right;
  /* color: white; */
}
.feedback ul li  div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    font-weight: 700;
    text-align: left;
}
.feedback ul li  div:last-child {
  text-align: right;
  font-weight: 400;
}
.how-order .title-two-block {
  margin-bottom: 0; }

.how-order .block .item:nth-child(2n) .left {
  float: right;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }
  .how-order .block .item:nth-child(2n) .left:before {
    left: -20%;
    right: auto; }

.how-order .block .item:nth-child(2n) .right {
  -webkit-clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
  width: 65%; }

.how-order .block .item {
  color: #000;
  overflow: hidden;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .how-order .block .item .left,
  .how-order .block .item .right {
    width: 50%;
    float: left; }
  .how-order .block .item .left {
    padding: 20px 10px;
    text-align: center;
    position: relative; }
    .how-order .block .item .left:before {
      content: '';
      display: block;
      position: absolute;
      right: -20%;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      width: 61px;
      height: 44px;
      background: #ff3741;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
              clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
      z-index: 2; }
    .how-order .block .item .left > * {
      display: block; }
    .how-order .block .item .left .title {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 20px; }
    .how-order .block .item .left p {
      font-size: 14px;
      line-height: 19px; }
  .how-order .block .item .right {
    -webkit-clip-path: polygon(16% 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(16% 0, 100% 0%, 100% 100%, 0% 100%);
    font-size: 0; }
    .how-order .block .item .right img {
      height: 100%; }

.how-order .block .order .left:before {
  background-image: url(../img/icon1.png); }

.how-order .block .call .left:before {
  background-image: url(../img/icon2.png); }

.how-order .block .delivery .left:before {
  background-image: url(../img/icon3.png); }

.how-order .block .get .left:before {
  background-image: url(../img/icon4.png); }

.politics {
  font-size: 13px;
  text-align: center;
  background: #4f41a2;
  padding: 10px 15px 20px;
  color: #fff;
  line-height: 19px;
  }
  .politics a {
    color: #fff; }

/* IMPORT-ADAPTIVE-STYLE */
@media all and (max-width: 375px) {
  h1, h3 {
    font-size: 28px; }
  
  h2 {
    font-size: 32px; }
  .block-price .sale {
    width: 93px;
    height: 93px;
    font-size: 31px; }
  .block-price .old-price span:first-child {
    font-size: 17px; }
  .block-price .old-price span {
    font-size: 24px; }
  .block-price .new-price span:first-child {
    font-size: 19px; }
  .block-price .new-price span:last-child {
    font-size: 26px; }
  .benefits p {
    word-break: break-all; }
  .forget-trouble .trouble-list .item,
  .forget-trouble .easy-list .item,
  .easy-trouble .trouble-list .item,
  .easy-trouble .easy-list .item {
    padding: 0 15px; }
  .chrackteristiks ul li {
    padding: 9px 12px; }
    .chrackteristiks ul li div {
      padding: 5px;
      word-break: break-all; }
  .how-order .block .item:nth-child(2n) .left:before {
    left: -25%; }
  .how-order .block .item .left:before {
    right: -30%; }
  form {
    padding: 0 15px; } 

  
  
  
  
  
  
  }
