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

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

body input:required:valid,
body textarea:required:valid {
  color: #666; }

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; }

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; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: normal;
  font-family: "Roboto";
  overflow-x: hidden;
  color: #212121; }

.img-responsive {
  max-width: 100%;
  height: auto; }

.block-item {
  display: block; }

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

.text-medium {
  font-weight: 500;
  color: #212121; }

.text-bold {
  font-weight: bold;
  color: #212121;
  font-size: 19px; }

.container {
  max-width: 1200px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto; }

.nowrap {
  white-space: nowrap; }

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

.title {
  font-size: 46px;
  line-height: 48px;
  font-weight: 900; }

.active-color {
  color: #148e94; }

.light-text {
  color: #999999;
  font-weight: 400; }

.btn {
  font-size: 25px;
  font-weight: 900;
  color: #fff;
  display: inline-block;
  padding: 16px 45px;
  border-radius: 31px;
  cursor: pointer; }
  .btn-hover {
    overflow: hidden;
    z-index: 2;
    position: relative; }
  .btn-background:before {
    background: -webkit-gradient(linear, left top, right top, from(#f87d2b), to(#f59e21));
    background: linear-gradient(to right, #f87d2b, #f59e21);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
  .btn-background:after {
    background: -webkit-gradient(linear, left top, right top, from(#d95700), to(#fb9401));
    background: linear-gradient(to right, #d95700, #fb9401);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
  .btn:hover .btn-background:after {
    opacity: 1; }

.block1 {
  padding: 55px 0 0;
  background: url(../images/main-bg.png) no-repeat center bottom;
  background-size: cover; }
  .block1-top-left {
    float: left;
    width: 210px; }
  .block1-top-right {
    float: right; }
  .block1-top-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 900px; }
  .block1-top-item {
    padding-left: 70px;
    width: 290px;
    padding-right: 50px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    background-repeat: no-repeat; }
    .block1-top-item_first {
      position: relative; }
      .block1-top-item_first:before {
        width: 30px;
        height: 30px;
        background: url(../images/natural.svg) no-repeat;
        position: absolute;
        content: '';
        left: 18px;
        top: 2px; }
    .block1-top-item_second {
      padding-right: 0px;
      padding-left: 55px;
      position: relative; }
      .block1-top-item_second:before {
        width: 30px;
        height: 30px;
        background: url(../images/recom.svg) no-repeat;
        position: absolute;
        content: '';
        left: 8px;
        top: 3px; }
    .block1-top-item_third {
      padding-left: 45px;
      width: 300px;
      padding-right: 0px;
      position: relative; }
      .block1-top-item_third:before {
        width: 22px;
        height: 22px;
        background: url(../images/icons.svg) no-repeat;
        position: absolute;
        content: '';
        left: 8px;
        top: 5px; }
  .block1-main {
    padding: 50px 0;
    position: relative; }
    .block1-main-right {
      float: right;
      width: 670px;
      position: relative;
      z-index: 2; }
      .block1-main-right_center {
        padding: 25px 0;
        border-bottom: 1px solid #c1e3d8; }
      .block1-main-right_bottom {
        margin-top: 35px; }
    .block1-main-title {
      font-size: 47px; }
    .block1-main-subtitle {
      font-size: 24px;
      font-weight: bold;
      margin-top: 20px; }
    .block1-main-item {
      padding: 10px 0 10px 35px;
      position: relative; }
      .block1-main-item:before {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        background: url(../images/ok.svg) no-repeat;
        left: 0;
        top: 10px; }
    .block1-main-text {
      font-size: 20px;
      font-weight: 500; }
      .block1-main-text_light {
        font-size: 18px;
        line-height: 22px;
        color: #868686;
        font-weight: 400;
        margin-top: 10px; }
    .block1-main-left {
      position: absolute;
      width: 680px;
      bottom: 1px;
      font-size: 0px;
      left: -100px;
      z-index: 1; }
      .block1-main-left:after {
        position: absolute;
        content: '';
        width: 420px;
        height: 300px;
        background: url(../images/pack.png) no-repeat center;
        left: 140px;
        bottom: -65px; }
  .block1-sale {
    display: inline-block;
    vertical-align: top;
    height: 76px; }
    .block1-sale-text {
      font-size: 17px;
      font-weight: 500;
      margin-left: 35px;
      line-height: 62px;
      vertical-align: bottom; }
    .block1-sale-number {
      padding: 18px;
      background: url(../images/circle.svg) no-repeat left 12px center;
      font-size: 36px;
      color: #fff;
      font-weight: bold;
      line-height: 62px;
      margin-left: 10px;
      position: relative;
      background-size: contain; }
      .block1-sale-number:after {
        position: absolute;
        content: '%';
        font-size: 18px;
        text-shadow: 0 0 0.2em #f8352b, 0 0 0.2em #f8352b, 0 0 0.2em #f8352b, 0 0 0.2em #f8352b, 0 0 0.2em #f8352b;
        left: 55px;
        top: 35px;
        line-height: normal; }

.block2 {
  text-align: center;
  padding: 95px 0 20px; }
  .block2-title {
    margin-bottom: 20px; }
  .block2-text {
    color: #868686;
    font-size: 18px;
    font-weight: 500; }
  .block2-subtitle {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    width: 470px;
    margin: 30px auto 25px; }
  .block2-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .block2-item {
    width: 33.4%;
    padding-top: 10px; }
    .block2-item-circle {
      width: 242px;
      margin: 0 auto;
      position: relative;
      border-radius: 50%; }
      .block2-item-circle:after {
        position: absolute;
        content: '';
        width: 260px;
        height: 260px;
        background: -webkit-gradient(linear, left top, right top, from(#c6e0c5), to(#4eb0b4));
        background: linear-gradient(to right, #c6e0c5, #4eb0b4);
        left: -9px;
        top: -9px;
        border-radius: 50%;
        z-index: -1; }
    .block2-item-title {
      font-size: 22px;
      font-weight: bold;
      padding: 30px 0 30px;
      border-bottom: 1px solid #e8e8e8;
      position: relative; }
      .block2-item-title:after {
        position: absolute;
        content: '';
        width: 46px;
        height: 23px;
        background: #fff url(../images/down.svg) no-repeat center;
        background-size: contain;
        left: calc(50% - 23px);
        bottom: -12px; }
    .block2-item-text {
      padding: 30px 80px;
      font-size: 18px;
      line-height: 22px;
      font-weight: 500;
      color: #868686; }
      .block2-item-text_border {
        border-bottom: 1px solid #e8e8e8; }
  .block2-bottom {
    margin-top: 15px;
    position: relative;
    padding: 0 50px 90px; }
    .block2-bottom:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #e8e8e8), color-stop(75%, #e8e8e8), to(transparent));
      background: linear-gradient(to right, transparent, #e8e8e8 25%, #e8e8e8 75%, transparent 100%);
      left: 0;
      bottom: 0; }
    .block2-bottom:after {
      position: absolute;
      content: '';
      width: 25px;
      height: 11px;
      background: #fff url(../images/line.png) no-repeat center;
      bottom: -10px;
      z-index: 2;
      left: calc(50% - 13px); }
    .block2-bottom-title {
      width: 490px;
      margin: 0 auto 15px;
      font-size: 20px;
      line-height: 28px;
      font-weight: 500; }
    .block2-bottom-text {
      font-size: 18px;
      line-height: 24px;
      color: #868686;
      margin-bottom: 25px; }
    .block2-bottom-stars {
      font-size: 16px;
      color: #868686; }

.block3 {
  padding: 60px 0 80px;
  background: url(../images/main-bg.png) no-repeat center bottom;
  background-size: cover; }
  .block3-title {
    text-align: center; }
  .block3-subtitle {
    font-size: 21px;
    font-weight: 500;
    line-height: 24px;
    width: 660px;
    margin: 15px auto 0;
    text-align: center; }
  .block3-main {
    padding-top: 65px; }
  .block3-left {
    width: 370px;
    float: left; }
  .block3-right {
    width: 330px;
    float: right; }
  .block3-center {
    width: 435px;
    float: left;
    padding-top: 35px;
    text-align: center; }
    .block3-center-img {
      padding-left: 10px; }
    .block3-center-btn {
      display: inline-block;
      margin: 35px auto 0; }
  .block3-item {
    padding: 0 0 24px 22px;
    font-size: 19px;
    line-height: 24px;
    color: #868686;
    position: relative; }
    .block3-item:before {
      position: absolute;
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #02a0a6;
      left: 2px;
      top: 5px; }

.list-title {
  font-weight: bold;
  line-height: 24px;
  color: #212121; }
  .list-title_block {
    display: block; }

.block4 {
  padding: 80px 0 90px;
  text-align: center;
  background: url(../images/main-bg.png) center bottom -160px no-repeat; }
  .block4-text {
    color: #868686;
    font-size: 18px;
    line-height: 24px;
    margin-top: 35px; }
    .block4-text_medium {
      color: #212121;
      font-weight: 500; }
  .block4-main {
    margin-top: 40px;
    position: relative;
    padding-bottom: 45px; }
    .block4-main:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #e8e8e8), color-stop(75%, #e8e8e8), to(transparent));
      background: linear-gradient(to right, transparent, #e8e8e8 25%, #e8e8e8 75%, transparent 100%);
      left: 0;
      bottom: 0; }
    .block4-main:after {
      position: absolute;
      content: '';
      width: 25px;
      height: 11px;
      background: #fff url(../images/line.png) no-repeat center;
      bottom: -10px;
      z-index: 2;
      left: calc(50% - 13px); }
  .block4-left {
    position: absolute;
    border-radius: 8px;
    background: #eef7e2;
    padding: 25px 80px 15px;
    left: 0;
    top: 135px;
    z-index: 2;
    -webkit-box-shadow: 0 0 0 10px #fff;
            box-shadow: 0 0 0 10px #fff; }
    .block4-left:before {
      position: absolute;
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: -webkit-gradient(linear, left top, right top, from(#f87d2b), to(#f59e21));
      background: linear-gradient(to right, #f87d2b, #f59e21);
      -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
              box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
      top: 5px;
      right: 110px;
      z-index: 2; }
    .block4-left:after {
      position: absolute;
      content: '';
      width: 32px;
      height: 62px;
      background: url(../images/line2.png) no-repeat center;
      top: -50px;
      right: 113px; }
    .block4-left-text {
      position: absolute;
      color: #118d00;
      font-size: 24px;
      font-weight: 500;
      top: -90px;
      left: 100px; }
  .block4-right {
    position: absolute;
    border-radius: 8px;
    background: #eef7e2;
    padding: 25px 75px 10px;
    right: 0px;
    top: 135px;
    -webkit-box-shadow: 0 0 0 10px #fff;
            box-shadow: 0 0 0 10px #fff;
    z-index: 2; }
    .block4-right:before {
      position: absolute;
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: -webkit-gradient(linear, left top, right top, from(#f87d2b), to(#f59e21));
      background: linear-gradient(to right, #f87d2b, #f59e21);
      -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
              box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
      top: 5px;
      left: 110px;
      z-index: 2; }
    .block4-right:after {
      position: absolute;
      content: '';
      width: 32px;
      height: 62px;
      background: url(../images/line2.png) no-repeat center;
      top: -50px;
      left: 113px;
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
    .block4-right-text {
      position: absolute;
      color: #ca2100;
      font-size: 24px;
      font-weight: 500;
      top: -90px;
      left: 115px; }
  .block4-center {
    width: 622px;
    margin: 0 auto;
    position: relative; }
    .block4-center-block {
      border: 1px solid #e8e8e8;
      border-radius: 8px;
      padding: 30px 20px 35px; }
    .block4-center-img {
      margin-left: -30px; }
    .block4-center-circle {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: -webkit-gradient(linear, left top, right top, from(#f87d2b), to(#f59e21));
      background: linear-gradient(to right, #f87d2b, #f59e21);
      -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75), 0 0 0 9px rgba(255, 255, 255, 0.8);
              box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75), 0 0 0 9px rgba(255, 255, 255, 0.8);
      top: 275px;
      position: absolute;
      left: 260px;
      z-index: 2; }
    .block4-center-line {
      width: 1px;
      height: 150px;
      background: #e8e8e8;
      left: 4px;
      position: absolute;
      z-index: 1;
      top: 8px; }
      .block4-center-line:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        border-bottom: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
        background: transparent;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        bottom: 1px;
        left: calc(50% - 5px); }
    .block4-center-text {
      font-size: 24px;
      font-weight: 500;
      margin-top: 30px; }
  .block4-bottom {
    margin-top: 70px; }
    .block4-bottom-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .block4-bottom-block {
      width: 570px;
      border-radius: 8px;
      border: 1px solid #e8e8e8;
      background: #fff;
      font-size: 18px;
      line-height: 24px;
      color: #868686;
      padding: 30px 19px; }
    .block4-bottom-subtitle {
      font-size: 24px;
      font-weight: 500;
      margin-top: 40px; }
    .block4-bottom-btn {
      margin-top: 40px;
      width: 570px
    }

.block5 {
  padding: 85px 0 0; }
  .block5-main {
    padding: 70px 0 85px;
    position: relative; }
    .block5-main:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #e8e8e8), color-stop(75%, #e8e8e8), to(transparent));
      background: linear-gradient(to right, transparent, #e8e8e8 25%, #e8e8e8 75%, transparent 100%);
      left: 0;
      bottom: 0; }
    .block5-main:after {
      position: absolute;
      content: '';
      width: 25px;
      height: 11px;
      background: #fff url(../images/line.png) no-repeat center;
      bottom: -10px;
      z-index: 2;
      left: calc(50% - 13px); }
  .block5-left {
    width: 570px;
    float: left; }
  .block5-title {
    width: 850px;
    margin: 0 auto;
    font-size: 43px;
    text-align: center; }
  .block5-slider-item {
    font-size: 17px;
    color: #868686;
    line-height: 22px; }
    .block5-slider-item:focus {
      outline: none; }
    .block5-slider-item.active .block5-slider-text {
      max-height: 600px; }
      .block5-slider-item.active .block5-slider-text:after {
        opacity: 0; }
  .block5-slider-img {
    float: left;
    margin: 10px 0; }
  .block5-slider-right {
    float: right;
    width: 340px;
    padding: 35px 0; }
  .block5-slider-text {
    float: left; }
  .block5-slider-author {
    font-size: 22px;
    font-weight: 500;
    color: #212121; }
  .block5-slider-name {
    margin-bottom: 20px; }
  .block5-slider-complaint {
    margin-bottom: 30px; }
  .block5-slider-text {
    max-height: 135px;
    width: 100%;
    padding-right: 5px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
    .block5-slider-text:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 80px;
      background: rgb(255,255,255);
      background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
      background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
      background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
      left: 0;
      bottom: 0;
      opacity: 1;
      -webkit-transition: opacity .5s ease;
      transition: opacity .5s ease; }
  .block5-slider-number {
    text-align: center;
    font-size: 20px;
    font-weight: bold; }
  .block5-slider-btn {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#f87d2b), to(#f59e21));
    background: linear-gradient(to right, #f87d2b, #f59e21);
    -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
            box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
    margin: 15px auto 20px;
    cursor: pointer; }
    .block5-slider-btn:hover {
      background: -webkit-gradient(linear, left top, right top, from(#ff6600), to(#ff9f17));
      background: linear-gradient(to right, #ff6600, #ff9f17); }
  .block5-right {
    float: right;
    width: 570px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 21px rgba(224, 224, 224, 0.75);
            box-shadow: 0 5px 21px rgba(224, 224, 224, 0.75);
    position: relative;
    padding: 30px 0 0px 45px;
    margin-top: 15px; }
    .block5-right-graf {
      margin-top: 20px;
      padding-left: 0px; }
    .block5-right-img {
      position: relative;
      right: -2px; }
  .block5-top-label {
    font-size: 18px;
    font-weight: 500;
    padding-left: 50px;
    position: relative; }
    .block5-top-label_first:before {
      position: absolute;
      content: '';
      width: 20px;
      height: 4px;
      background: #148e94;
      left: 17px;
      top: 8px; }
    .block5-top-label_second {
      margin-top: 5px; }
      .block5-top-label_second:before {
        position: absolute;
        content: '';
        width: 20px;
        height: 4px;
        background: #bcbcbc;
        left: 17px;
        top: 8px; }
  .block5-left-label {
    position: absolute;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    top: 170px;
    font-size: 16px;
    color: #878787;
    left: -30px; }
  .block5-bottom-label {
    vertical-align: middle;
    position: relative;
    top: -35px;
    color: #878787; }
    .block5-bottom-label_first {
      font-size: 15px;
      font-style: italic;
      width: 80px;
      display: inline-block;
      margin-left: 230px; }
    .block5-bottom-label_second {
      display: inline-block;
      margin-left: 130px; }
  .block5-bottom-canvas {
    position: absolute;
    left: -30px;
    top: calc(50% - 15px); }

.slick-prev {
  left: 220px;
  top: inherit;
  bottom: -32px; }
  .slick-prev:before {
    width: 20px;
    content: '';
    height: 20px;
    display: block;
    background: url(../images/slider-line.svg) no-repeat;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }

.slick-next {
  right: 225px;
  top: inherit;
  bottom: -32px; }
  .slick-next:before {
    width: 20px;
    content: '';
    height: 20px;
    display: block;
    background: url(../images/slider-line.svg) no-repeat; }

.block6 {
  padding: 85px 0 100px;
  background: url(../images/main-bg.png) no-repeat center bottom; }
  .block6-title {
    text-align: center;
    width: 920px;
    margin: 0 auto; }
  .block6-subtitle {
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    margin-top: 35px; }
  .block6-main {
    margin-top: 25px;
    font-size: 17px;
    line-height: 24px;
    color: #878787; }
  .block6-left {
    width: 405px;
    float: left; }
    .block6-left-list {
      padding: 30px 0; }
    .block6-left-item {
      padding: 5px 10px 20px 50px;
      position: relative; }
      .block6-left-item:before {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        position: absolute;
        content: '';
        background: #02a0a6;
        left: 2px;
        top: 5px; }
      .block6-left-item:after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        background: url("../images/check.svg") no-repeat center;
        background-size: contain;
        left: 10px;
        top: 5px; }
  .block6-right {
    width: 345px;
    float: right; }
    .block6-right-list {
      padding: 30px 0; }
    .block6-right-item {
      padding: 5px 0 20px 50px;
      position: relative; }
      .block6-right-item:before {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        position: absolute;
        content: '';
        background: #02a0a6;
        left: 2px;
        top: 5px; }
      .block6-right-item:after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        background: url("../images/check.svg") no-repeat center;
        background-size: contain;
        left: 10px;
        top: 5px; }
  .block6-center {
    width: 410px;
    float: left;
    margin-top: 95px; }
  .block6-bottom {
    margin-top: -85px; }
    .block6-bottom-text {
      font-size: 16px;
      font-style: italic;
      position: relative;
      margin: 0 auto 90px;
      width: 410px;
      text-align: center; }
      .block6-bottom-text:after {
        position: absolute;
        content: '';
        width: 36px;
        height: 60px;
        background: url(../images/line2.png) no-repeat;
        -webkit-transform: scale(1, -1);
                transform: scale(1, -1);
        top: 40px;
        left: calc(50% - 10px); }
    .block6-bottom-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 20px; }
    .block6-bottom-item {
      font-size: 18px;
      font-weight: bold;
      padding-top: 35px;
      position: relative; }
      .block6-bottom-item:before {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        background: url(../images/ok.svg) no-repeat;
        left: calc(50% - 10px);
        top: 10px; }
      .block6-bottom-item:nth-child(n+2):nth-child(-n+5) {
        text-align: center; }
      .block6-bottom-item:last-child {
        text-align: right; }
      .block6-bottom-item:nth-child(2) {
        margin-left: 10px; }
      .block6-bottom-item:nth-child(3) {
        margin-left: 0px; }
    .block6-bottom-subtitle {
      text-align: center;
      font-size: 24px;
      line-height: 32px;
      font-weight: bold;
      width: 550px;
      margin: 0 auto; }

.block7 {
  padding: 85px 0 95px;
  background: url(../images/main-bg.png) no-repeat;
  background-position: center bottom -110px; }
  .block7-composition {
    background: url(../images/pack.png) no-repeat center top 54%;
    background-size: 350px;
    margin-top: 75px; }
  .block7-animation {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: #fff; }
    .block7-animation.active {
      width: 450px;
      height: 310px; }
      .block7-animation.active .block7-overflow:after {
        opacity: 0; }
      .block7-animation.active .block7-overflow {
        max-height: 300px; }
  .block7-title {
    text-align: center; }
  .block7-overflow {
    max-height: 170px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
    .block7-overflow:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 80px;
      background: rgb(255,255,255);
      background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
      background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
      background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
      left: 0;
      bottom: 0;
      opacity: 1;
      -webkit-transition: opacity .5s ease;
      transition: opacity .5s ease; }
  .block7-composition-title {
    font-size: 22px;
    font-weight: 500; }
  .block7-composition-subtitle {
    font-size: 20px;
    color: #5b5b5b; }
  .block7-composition-text {
    font-size: 17px;
    line-height: 22px;
    color: #868686;
    margin-top: 5px; }
  .block7-composition-btn {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#f87d2b), to(#f59e21));
    background: linear-gradient(to right, #f87d2b, #f59e21);
    -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
            box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
    position: absolute;
    bottom: 25px;
    left: calc(50% - 13px);
    cursor: pointer; }
    .block7-composition-btn:hover {
      background: -webkit-gradient(linear, left top, right top, from(#ff6600), to(#ff9f17));
      background: linear-gradient(to right, #ff6600, #ff9f17); }
  .block7-subtitle {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #868686;
    margin-top: 25px; }
    .block7-subtitle_medium {
      color: #212121;
      display: block;
      font-size: 20px; }
  .block7-top {
    position: relative;
    height: 275px;
    margin-top: 35px; }
    .block7-top-left {
      position: absolute;
      left: 0;
      top: 0;
      width: 380px;
      height: 275px;
      border: 1px solid #e8e8e8;
      border-radius: 8px;
      -webkit-box-shadow: 0 5px 21px rgba(224, 224, 224, 0.75);
              box-shadow: 0 5px 21px rgba(224, 224, 224, 0.75);
      padding: 40px 75px 25px 30px; }
    .block7-top-right {
      position: absolute;
      right: 0;
      width: 380px;
      height: 275px;
      border: 1px solid #e8e8e8;
      border-radius: 8px;
      -webkit-box-shadow: 0 5px 21px rgba(224, 224, 224, 0.75);
              box-shadow: 0 5px 21px rgba(224, 224, 224, 0.75);
      padding: 40px 15px 25px 95px; }
  .block7-img {
    position: absolute;
    top: calc(50% - 72px);
    border-radius: 50%;
    border: 6px solid #ffffff;
    font-size: 0; }
    .block7-img:after {
      position: absolute;
      content: '';
      width: 30px;
      height: 32px;
      background: url(../images/line2.png) no-repeat; }
    .block7-img_left {
      right: -80px; }
      .block7-img_left:after {
        left: -20px;
        top: -20px; }
    .block7-img_right {
      left: -80px; }
      .block7-img_right:after {
        right: -20px;
        top: -20px;
        -webkit-transform: scale(-1, 1);
                transform: scale(-1, 1); }
  .block7-mechanic {
    text-align: center;
    margin-top: 40px; }
    .block7-mechanic.active .block7-mechanic-text {
      max-height: 160px; }
      .block7-mechanic.active .block7-mechanic-text:after {
        opacity: 0; }
    .block7-mechanic-title {
      font-size: 22px;
      font-weight: bold; }
    .block7-mechanic-text {
      font-size: 18px;
      line-height: 24px;
      color: #868686;
      margin-top: 20px;
      max-height: 120px;
      position: relative;
      overflow: hidden;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
      .block7-mechanic-text:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 80px;
        background: rgb(255,255,255);
        background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
        left: 0;
        bottom: 0;
        opacity: 1;
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease; }
    .block7-mechanic-btn {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      line-height: 26px;
      text-align: center;
      color: #fff;
      background: -webkit-gradient(linear, left top, right top, from(#f87d2b), to(#f59e21));
      background: linear-gradient(to right, #f87d2b, #f59e21);
      -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
              box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
      margin: 35px auto 0;
      cursor: pointer; }
      .block7-mechanic-btn:hover {
        background: -webkit-gradient(linear, left top, right top, from(#ff6600), to(#ff9f17));
        background: linear-gradient(to right, #ff6600, #ff9f17); }
  .block7-proportion {
    margin-top: 40px;
    position: relative;
    padding-bottom: 65px; }
    .block7-proportion:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #e8e8e8), color-stop(75%, #e8e8e8), to(transparent));
      background: linear-gradient(to right, transparent, #e8e8e8 25%, #e8e8e8 75%, transparent 100%);
      left: 0;
      bottom: 0; }
    .block7-proportion:after {
      position: absolute;
      content: '';
      width: 25px;
      height: 11px;
      background: #fff url(../images/line.png) no-repeat center;
      bottom: -10px;
      z-index: 2;
      left: calc(50% - 13px); }
    .block7-proportion-title {
      font-size: 22px;
      line-height: 28px;
      font-weight: 500;
      width: 680px;
      margin: 0 auto;
      text-align: center; }
    .block7-proportion-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 25px; }
    .block7-proportion-left {
      width: 50%; }
    .block7-proportion-right {
      width: 50%;
      padding-left: 15px; }
    .block7-proportion-text {
      font-size: 18px;
      line-height: 24px;
      color: #868686; }
    .block7-proportion-source {
      font-size: 16px;
      color: #868686;
      font-style: italic;
      margin-top: 3px;
      margin-bottom: 25px; }
      .block7-proportion-source_black {
        font-weight: 500;
        color: #212121; }
  .block7-use {
    margin-top: 75px;
    text-align: center; }
    .block7-use-left {
      float: left;
      width: 550px; }
    .block7-use-title {
      font-size: 32px;
      font-weight: 900;
      text-align: left; }
      .block7-use-title_big {
        font-size: 46px; }
    .block7-use-right {
      float: left;
      width: 490px;
      padding-left: 50px; }
    .block7-use-capsule {
      font-size: 18px;
      font-weight: 500;
      text-align: center;
      padding-top: 70px;
      background-image: url(../images/capsule.svg), url(../images/lunch.svg), url(../images/replay.svg);
      background-repeat: no-repeat;
      background-position: left 35px top, top center, right 45px top;
      background-size: 60px 60px;
      position: relative; }
      .block7-use-capsule:before {
        position: absolute;
        content: '+';
        left: 29%;
        color: #148e94;
        font-size: 26px;
        top: 15px; }
      .block7-use-capsule:after {
        position: absolute;
        content: '+';
        right: 32%;
        color: #148e94;
        font-size: 26px;
        top: 15px; }
    .block7-use-text {
      font-size: 18px;
      line-height: 24px;
      color: #868686;
      margin: 65px auto 0;
      text-align: center;
      width: 830px; }
    .block7-use-btn {
      display: inline-block;
      margin-top: 45px;
      padding: 16px 30px; }

.footer {
  padding: 60px 0 30px; }
  .footer-title {
    text-align: center;
    font-size: 20px;
    font-weight: 500; }
  .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px; }
  .footer-item {
    font-size: 16px;
    line-height: 22px;
    color: #868686;
    width: 370px;
    padding: 10px 0 10px 60px; }
    .footer-item_first {
      background: url(../images/cursor.svg) no-repeat left 25px top 15px;
      background-size: 25px 36px; }
    .footer-item_second {
      padding-left: 70px;
      background: url(../images/people.svg) no-repeat left 30px top 15px;
      background-size: 24px 36px; }
    .footer-item_third {
      padding-left: 95px;
      background: url(../images/pay.svg) no-repeat left 50px top 15px;
      background-size: 35px 30px; }
  .footer-bottom {
    text-align: center;
    margin-top: 20px; }
  .footer-link {
    color: #00858a;
    display: inline-block; }
  .footer-link:hover {
    text-decoration: none;
  }
  .footer-logo {
    width: 30px;
    margin: 0 5px;
    vertical-align: bottom;
    height: 26px; }
  .footer-text {
    line-height: 26px;
    margin-top: 10px; }

.my-popup {
  width: 750px;
  background: #cceae1;
  border-radius: 10px;
  padding: 20px; }
  .my-popup-left {
    float: left;
    width: 320px;
    padding-top: 55px; }
  .my-popup-right {
    width: 360px;
    float: right; }
  .my-popup-input {
    width: 100%;
    margin-top: 20px;
    padding: 15px 0 15px 20px;
    font-size: 20px;
    outline: none;
    border: 1px solid #cceae1;
    color: #cceae1; }
  .my-popup-btn {
    width: 100%;
    margin-top: 20px;
    line-height: 30px;
    border: none;
    outline: none; }

.price {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .price-previous-number, .price-current-number {
    font-size: 36px; }
  .price-current {
    color: #fff; }
    .price-current-number {
      font-weight: 900; }
  .price-previous-number {
    position: relative;
    overflow: hidden; }
    .price-previous-number:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 2px;
      background: #ea472d;
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
      top: 21px; }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1370px) {
  .block1-main-left {
    width: 600px;
    left: -25px; }
  .block1-main-left:after {
    left: 110px; } }

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 1000px; }
  .block4-bottom-btn{width: auto;}
  .block1-top-list {
    width: 760px; }
  .block1-top-left {
    width: 180px; }
  .block1-top-item {
    padding-right: 0; }
  .block1 {
    padding-top: 30px; }
  .block1-main-right {
    width: 605px; }
  .block1-main-right_top {
    width: 100%;
    text-align: center;
    float: none; }
  .block1-main {
    padding-top: 30px; }
  .block1-main-left:after {
    background-size: contain;
    width: 310px;
    height: 220px; }
  .block1-main-text {
    font-size: 18px; }
  .block1-main-right_bottom {
    text-align: center; }
  .block1-main-left {
    width: 480px; }
  .block2-bottom {
    padding-bottom: 60px; }
  .block3 {
    padding-top: 35px;
    padding-bottom: 50px; }
  .title {
    font-size: 40px;
    line-height: normal; }
  .block1-top-item {
    font-size: 14px;
    line-height: normal; }
  .block1-main-title {
    font-size: 46px; }
  .block3-left {
    width: 320px;
    float: none; }
  .block3-right {
    width: 320px;
    float: none; }
  .block3-center {
    width: 320px;
    float: none; }
  .block3-item {
    padding-bottom: 15px; }
  .block3-center {
    padding-top: 70px; }
  .btn {
    font-size: 22px; }
  .block3-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .block3-list {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .block4 {
    padding: 50px 0; }
  .block4-left {
    padding: 25px 60px 15px; }
  .block4-left-text {
    left: 50px; }
  .block4-left:after {
    right: 140px; }
  .block4-left:before {
    right: 137px; }
  .block4-right-text {
    left: 140px; }
  .block4-right:after {
    left: 138px; }
  .block4-right:before {
    left: 135px; }
  .block4-bottom-block {
    width: 475px; }
  .block4-right {
    padding: 25px 56px 10px; }
  .block4-center-img {
    margin-left: 0; }
  .block4-center-circle {
    left: 275px; }
  .block5-left {
    width: 500px; }
  .block5-slider-right {
    width: 275px; }
  .slick-prev {
    left: 205px; }
  .slick-next {
    right: 205px; }
  .block5-right {
    width: 450px; }
  .block5-bottom-label {
    top: -25px; }
  .block5-bottom-label_first {
    margin-left: 145px; }
  .block5-bottom-label_second {
    margin-left: 110px; }
  .block5-main {
    padding-bottom: 60px; }
  .block6 {
    padding: 60px 0; }
  .block6-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .block6-left, .block6-center, .block6-right {
    width: 320px;
    float: none; }
  .block6-left-item, .text-bold, .block6-right-item {
    font-size: 16px; }
  .block6-left-item, .block6-right-item {
    padding: 0 0 15px 50px; }
  .block6-center {
    margin-left: 0;
    margin-top: 110px; }
  .block7-mechanic.active .block7-mechanic-text {
    max-height: 250px; }
  .block7-top-left, .block7-top-right {
    width: 300px; }
  .block7-animation.active {
    width: 390px;
    height: 355px; }
  .block7-top_bottom {
    margin-top: 85px; }
  .block7-composition {
    background-size: 300px;
    background-position: left 55% top 54%; }
  .block7-mechanic {
    margin-top: 85px; }
  .block7-proportion {
    padding-bottom: 40px; }
  .block7-use-right {
    padding-left: 0;
    float: right;
    width: 400px; }
  .block7-use {
    margin-top: 55px; }
  .block7 {
    padding: 50px 0; }
  .block5 {
    padding-top: 50px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1020px) {
  .container {
    max-width: 760px;
    padding: 0 10px; }
  .block1-top-list {
    display: none; }
  .block1-top-left {
    float: none;
    margin: 0 auto; }
  .block1-main {
    padding-top: 10px; }
  .block1-main-title {
    font-size: 42px; }
  .block1-main-right_center {
    width: 430px;
    border-bottom: none; }
  .block1-main-right_bottom {
    width: 100%;
    border-top: 1px solid #c1e3d8;
    margin-top: 0px;
    padding-top: 30px; }
  .block1-main-left {
    width: 275px;
    left: 5px;
    bottom: 330px; }
  .block1-main-left:after {
    width: 340px;
    left: -25px;
    bottom: -165px; }
  .block2-item-circle {
    width: 200px; }
  .block2-item-circle:after {
    width: 218px;
    height: 218px; }
  .block2-item-text {
    padding: 30px 15px; }
  .block3-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .block3-center {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .block3-right, .block3-left {
    margin: 0 20px; }
  .title {
    font-size: 38px; }
  .block4-text br {
    display: none; }
  .block4-left, .block4-right {
    position: relative;
    display: inline-block;
    width: 285px;
    top: inherit;
    vertical-align: top;
    margin: 0 10px; }
  .block4-center {
    margin-top: 125px;
    width: 595px; }
  .block4-left-text {
    top: 275px; }
  .block4-right-text {
    top: 275px;
    left: 110px; }
  .block4-left:before, .block4-right:before {
    top: inherit;
    bottom: 5px; }
  .block4-left:after {
    top: inherit;
    bottom: -50px;
    -webkit-transform: rotate(180deg) scale(-1, 1);
            transform: rotate(180deg) scale(-1, 1); }
  .block4-right:after {
    top: inherit;
    bottom: -50px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .block4-bottom-block {
    width: 360px; }
  .block5-title {
    width: 100%; }
  .block5-left {
    width: 100%;
    float: none; }
  .block5-main {
    padding-top: 40px; }
  .block5-slider-right {
    float: none;
    width: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0; }
  .slick-slide img {
    float: none;
    margin: 0 auto; }
  .block5-slider-name {
    margin-bottom: 10px; }
  .block5-slider-complaint {
    margin-bottom: 10px; }
  .block5-slider-text {
    padding-right: 0;
    text-align: center; }
  .block5-right {
    float: none;
    margin: 30px auto 0; }
  .block5-bottom-canvas {
    display: none; }
  .block6-title {
    width: 100%; }
  .block6-title {
    font-size: 36px; }
  .block6 {
    padding: 45px 0; }
  .block6-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .block6-center {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .block6-right-list, .block6-left-list {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 10px; }
  .block3-main {
    margin-top: 45px; }
  .block6-main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .block6-center {
    margin-top: 0; }
  .block6-bottom-item:nth-child(2) {
    margin-left: 0; }
  .block6-bottom-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .block6-bottom-item {
    width: 33%;
    text-align: center; }
  .block6-bottom-item:last-child {
    text-align: center; }
  .block7-composition {
    padding-top: 205px;
    background-position: center top;
    margin-top: 45px; }
  .block7-top-left, .block7-top-right {
    position: relative;
    padding: 80px 20px 65px;
    height: auto; }
  .block7-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .block7-img:after {
    display: none; }
  .block7-img_left, .block7-img_right {
    left: calc(50% - 72px);
    top: -72px;
    width: 145px; }
  .block7-animation.active {
    width: 300px;
    height: auto; }
  .block7-animation.active .block7-overflow {
    max-height: 320px; }
  .block7-use-left {
    float: none;
    width: 100%; }
  .block7-use-title {
    text-align: center; }
  .block7-use-right {
    float: none;
    margin: 30px auto 0; }
  .block7-use-text {
    width: 100%;
    margin-top: 30px; }
  .block2 {
    padding: 50px 0 20px; }
  .block3-main {
    padding-top: 10px; } }

@media (min-width: 768px) and (max-width: 1020px) {
  .block6-bottom-text {
    margin: 90px auto;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: 460px; }
  .title {
    font-size: 32px; }
  .block1-main-left {
    bottom: auto;
    top: 135px;
    left: calc(50% - 137px); }
  .block1-main-subtitle {
    margin-top: 465px; }
  .block1-main-right_center {
    width: 100%;
    padding: 0; }
  .block1-sale {
    margin-top: 20px; }
  .block1-sale-text {
    margin-left: 0; }
  .block1-main-right_bottom {
    padding-top: 20px;
    border-top: none; }
  .block1-main {
    padding-bottom: 0px; }
  .block2-subtitle {
    width: 100%; }
  .block2-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .block2-item {
    width: 100%; }
  .block2-bottom-title {
    width: 100%; }
  .block2-bottom {
    padding: 0 0 30px; }
  .block1 {
    padding-bottom: 10px; }
  .block3 {
    padding-top: 15px; }
  .block3-subtitle {
    width: 100%; }
  .block3-left, .block3-right {
    width: 100%; }
  .block3-center {
    padding-top: 20px; }
  .block4-left, .block4-right {
    width: 190px; }
  .block4-left, .block4-right {
    padding: 20px; }
  .block4-left:before {
    right: 40px; }
  .block4-left:after {
    right: 43px; }
  .block4-right:before {
    left: 40px; }
  .block4-right:after {
    left: 43px; }
  .block4-center {
    width: 100%; }
  .block4-right-text {
    left: 30px; }
  .block4-center-circle {
    left: 200px; }
  .block4-bottom-block {
    width: 100%;
    margin: 10px 0; }
  .block4-bottom {
    margin-top: 50px; }
  .block4-bottom-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .block4-bottom-btn {
    font-size: 18px; }
  .slick-prev {
    left: 170px; }
  .slick-next {
    right: 170px; }
  .block5-right {
    width: 100%; }
  .block6-left, .block6-right {
    width: 100%; }
  .block6-right-list, .block6-left-list {
    padding: 0; }
  .block6-center {
    text-align: center;
    width: 350px;
    margin: 0 auto; }
  .block6-bottom {
    margin-top: 10px; }
  .block6-bottom-subtitle {
    width: 100%; }
  .block7-top-left, .block7-top-right {
    width: 100%;
    margin: 50px 0;
    padding: 80px 20px 30px;
    text-align: center; }
  .block7-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .block7-top_bottom {
    margin-top: 0; }
  .block7-animation.active {
    width: 100%; }
  .block7-composition-btn, .block7-overflow:after {
    display: none; }
  .block7-overflow {
    max-height: 100%; }
  .block7-mechanic {
    margin-top: 0; }
  .block7-mechanic.active .block7-mechanic-text {
    max-height: 420px; }
  .block7-proportion-title {
    width: 100%; }
  .block7-proportion-left {
    width: 100%; }
  .block7-proportion-right {
    width: 100%;
    padding-left: 0; }
  .block7-proportion-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .block7-use-title_big {
    font-size: 34px; }
  .block7-use-btn {
    font-size: 18px; }
  .footer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .footer-item {
    padding-left: 60px;
    background-position: left 25px top 15px; }
  .footer-item_third {
    background-position: left 15px top 15px; }
  .footer-item {
    width: 100%; }
  .my-popup {
    width: 300px;
    padding: 20px 10px; }
  .my-popup-left {
    float: none;
    width: 100%;
    padding-top: 0; }
  .my-popup-right {
    float: none;
    width: 100%; }
  .price-previous-number, .price-current-number {
    font-size: 27px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .block1-main-left {
    top: 165px;
  }
  .container {
    max-width: 320px; }
  .title {
    font-size: 28px; }
  .block1-main-left:after {
    width: 320px; }
  .block3-main {
    margin-top: 15px; }
  .block3-center-img {
    padding-left: 0; }
  .block3-center-btn {
    font-size: 18px; }
  .block4-left, .block4-right {
    width: 100%;
    margin: 0; }
  .block4-left {
    margin-bottom: 100px; }
  .block4-left-text {
    top: 270px; }
  .block4-left-text {
    left: 107px; }
  .block4-right-text {
    left: 88px; }
  .block4-center-circle {
    left: 130px;
    top: 200px; }
  .block4-bottom-btn {
    border-radius: 38px; }
  .block5-title {
    font-size: 24px; }
  .block5-slider-right {
    width: 100%; }
  .block5-slider-item:focus.active .block5-slider-text {
    max-height: 800px; }
  .slick-next {
    right: 100px; }
  .slick-prev {
    left: 100px; }
  .block5-bottom-label_first {
    margin-left: 80px; }
  .block5-bottom-label {
    top: -10px; }
  .block5-bottom-label_second {
    margin-left: 25px; }
  .block6-title {
    font-size: 22px; }
  .block7-mechanic.active .block7-mechanic-text {
    max-height: 700px; }
  .block7-use-right {
    width: 100%; }
  .block7-use-capsule {
    background-size: 45px 45px;
    background-position: left 35px top 10px, top 10px center, right 45px top 10px; }
  .block7-use-capsule:before {
    left: 32%; }
  .block7-use-capsule:after {
    right: 34%; }
  .block7-use-btn {
    border-radius: 38px; }
  .block6-bottom-text {
    width: 100%; }
  .block6-bottom-item {
    width: 50%; } }

.block4__fix {
  font-size: 1em;
  line-height: 1;
  display: block;
  margin-top: 8px;
}