.footer p{
  margin: 0;
}

body {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background: #282828; }

.year-lbl,.month-lbl{
  display: none;
}
.main {
  overflow: hidden; }


.block {
  overflow: hidden; }


h1, h2 {
  font-family: Montserrat;
  font-weight: 800; }
  
  h1 span, h2 span {
    color: #8fd34f;
    text-transform: uppercase; }


h1 {
  font-size: 60px;
  color: white; }
  
  h1 span {
    font-size: 68px; }


h2 {
  font-size: 60px;
  color: #353535; }


.parallax {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }


.layer {
  position: absolute; }


.price {
  color: white; }
  
  .price p {
    font-size: 20px;
    margin-bottom: 0; }
  
  .price .new_price {
    font-size: 36px;
    color: #8fd34f;
    font-weight: bold; }
    
    .price .new_price span {
      font-size: 60px;
      line-height: 60px; }
  
  .price .old_price {
    font-size: 24px;
    font-weight: bold; }
.price .old_price s {
	white-space: nowrap;
}


.btn {
  cursor: pointer;
  background: #8fd64c;
  background: -moz-linear-gradient(top, #8fd64c 0%, #5d9825 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #8fd64c), color-stop(100%, #5d9825));
  background: -webkit-linear-gradient(top, #8fd64c 0%, #5d9825 100%);
  background: -o-linear-gradient(top, #8fd64c 0%, #5d9825 100%);
  background: -ms-linear-gradient(top, #8fd64c 0%, #5d9825 100%);
  background: linear-gradient(to bottom, #8fd64c 0%, #5d9825 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fd64c', endColorstr='#5d9825', GradientType=0 );
  font-size: 39px;
  font-weight: bold;
  color: white;
  -webkit-box-shadow: 0px 7px 0px 0px #4a7e17;
  -moz-box-shadow: 0px 7px 0px 0px #4a7e17;
  box-shadow: 0px 7px 0px 0px #4a7e17;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  line-height: 73px;
  height: 79px;
  padding-left: 56px;
  padding-right: 56px;
  position: relative;
  top: 0;
  transition: .1s; }
  
  .btn:after {
    -webkit-box-shadow: 0px 13px 35px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 13px 35px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 13px 35px -9px rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 7px);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    content: '';
    opacity: 1;
    transition: .1s; }
  
  .btn:hover:after {
    opacity: 0.5; }
  
  .btn:active {
    border-bottom: 0;
    top: 7px;
    box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none; }
    
    .btn:active:after {
      height: 100%;
      opacity: 0; }


.bottom .line-1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px; }


.bottom .line-2 {
  font-size: 20px; }


.block1 {
  background: #1b1c1e;
  background: -moz-linear-gradient(-45deg, #1b1c1e 0%, #1b1c1e 14%, #6e7c80 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #1b1c1e), color-stop(14%, #1b1c1e), color-stop(100%, #6e7c80));
  background: -webkit-linear-gradient(-45deg, #1b1c1e 0%, #1b1c1e 14%, #6e7c80 100%);
  background: -o-linear-gradient(-45deg, #1b1c1e 0%, #1b1c1e 14%, #6e7c80 100%);
  background: -ms-linear-gradient(-45deg, #1b1c1e 0%, #1b1c1e 14%, #6e7c80 100%);
  background: linear-gradient(135deg, #1b1c1e 0%, #1b1c1e 14%, #6e7c80 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1c1e', endColorstr='#6e7c80', GradientType=1 );
  padding-bottom: 330px;
  position: relative; }
  
  .block1 .ib_cont {
    overflow: inherit; }
    
    .block1 .ib_cont__item img {
      margin-bottom: -18px; }
  
  .block1 h1 {
    text-align: center;
    line-height: 60px;
    margin-top: 34px;
    margin-bottom: 65px; }
  
  .block1 .limit {
    position: relative; }
  
  .block1__layer--0 {
    position: absolute !important;
    top: -80px;
    left: calc(50% - 810px); }
  
  .block1__layer--1 {
    top: -29px;
    right: calc(50% - 456px); }
  
  .block1__layer--2 {
    top: 417px;
    left: calc(50% + 110px); }
  
  .block1__layer--3 {
    top: 460px;
    left: calc(50% - 0px);
    z-index: 1; }
  
  .block1__layer--4 {
    right: calc(50% + 141px);
    top: 100px;
    z-index: 1; }
  
  .block1__top {
    display: none;
    background: #101112;
    background: -moz-linear-gradient(left, #101112 0%, #41494c 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #101112), color-stop(100%, #41494c));
    background: -webkit-linear-gradient(left, #101112 0%, #41494c 100%);
    background: -o-linear-gradient(left, #101112 0%, #41494c 100%);
    background: -ms-linear-gradient(left, #101112 0%, #41494c 100%);
    background: linear-gradient(to right, #101112 0%, #41494c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101112', endColorstr='#41494c', GradientType=1 ); }
.block1__top.block1__top_mob{
  display: block;
}
    .block1__top .ib_cont__item {
      font-size: 16px;
      color: white;
      line-height: 18px; }
      
      .block1__top .ib_cont__item img {
        display: block; }
      
      .block1__top .ib_cont__item b {
        font-size: 27px; }
      
      .block1__top .ib_cont__item .timer {
        width: 175px;
        height: 41px;
        line-height: 41px;
        font-size: 0;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #353535;
        font-weight: bold;
        background: white;
        -webkit-border-radius: 15px 15px 15px 0;
        -moz-border-radius: 15px 15px 15px 0;
        -ms-border-radius: 15px 15px 15px 0;
        border-radius: 15px 15px 15px 0; }
        
        .block1__top .ib_cont__item .timer div {
          color: #353535;
          font-size: 24px;
          font-weight: bold; }
          
          .block1__top .ib_cont__item .timer div.grey_dots {
            color: #b8b8b8; }
      
      .block1__top .ib_cont__item--check {
        position: relative;
        padding-left: 25px; }
        
        .block1__top .ib_cont__item--check:before {
          content: '';
          position: absolute;
          background: url(../img/check.png) center no-repeat;
          width: 23px;
          height: 19px;
          left: 0px;
          top: 0; }
      
      .block1__top .ib_cont__item span {
        color: #8fd34f;
        font-size: 20px;
        font-weight: bold; }
  
  .block1__cont {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    position: relative;
    z-index: 1; }
    
    .block1__cont ul li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 25px;
      color: white; }
      
.block1__cont ul li b{
  text-transform: uppercase;
}

      .block1__cont ul li:before {
        content: '';
        background: url(../img/check.png) center no-repeat;
        width: 23px;
        height: 19px;
        position: absolute;
        top: 0;
        left: 0; }
    
    .block1__cont .price {
      margin-top: 50px; }
    
    .block1__cont .btn {
      margin-top: 20px;
      margin-bottom: 90px; }
  
  .block1__bottom {
    height: 330px;
    background: #f1f1f1;
    width: 100%;
    left: calc(50% - 450px);
    position: absolute;
    top: calc(100% - 330px); }
    
    .block1__bottom:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 330px 520px;
      border-color: transparent transparent #f1f1f1 transparent;
      position: absolute;
      left: -519px;
      top: 0; }


.block2 {
  overflow: visible;
  background: #f1f1f1; }
  
  .block2 .limit {
    position: relative;
    top: -221px; }
  
  .block2 h2 {
    text-align: center; }
  
  .block2 .calculator {
    padding: 45px 58px 55px;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0px 12px 70px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 12px 70px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 12px 70px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 12px 70px 0px rgba(0, 0, 0, 0.08);
    max-width: 973px;
    width: 100%;
    margin: 80px auto 0;
    padding-left: 387px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    
    .block2 .calculator .btn {
      font-size: 30px;
      margin-left: 25px; }
    
    .block2 .calculator img {
      position: absolute;
      bottom: 0;
      left: 59px; }
    
    .block2 .calculator .data .ib_cont__item {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 15px; }
      
      .block2 .calculator .data .ib_cont__item:last-child {
        width: 100px;
        font-size: 0; }
      
      .block2 .calculator .data .ib_cont__item input {
        border: 1px solid #bdbcbd;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 10px;
        font-size: 18px; }
      
      .block2 .calculator .data .ib_cont__item label {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px; }
      
      .block2 .calculator .data .ib_cont__item span {
        position: relative;
        padding-left: 25px; }
        
        .block2 .calculator .data .ib_cont__item span:before {
          content: '';
          width: 7px;
          height: 7px;
          background: #8fd34f;
          position: absolute;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          top: 8px;
          left: 0px; }
  
  .block2 .result {
    display: none; }
    
    .block2 .result h3 {
      font-size: 30px;
      text-align: center;
      margin-top: 20px; }
    
    .block2 .result h4 {
      font-size: 24px;
      text-align: center; }
    
    .block2 .result__cont {
      font-size: 0;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      border-radius: 15px;
      overflow: hidden;
      background-color: white;
      box-shadow: 0px 12px 70px 0px rgba(0, 0, 0, 0.08);
      -ms-box-shadow: 0px 12px 70px 0px rgba(0, 0, 0, 0.08);
      -moz-box-shadow: 0px 12px 70px 0px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0px 12px 70px 0px rgba(0, 0, 0, 0.08);
      max-width: 973px;
      width: 100%;
      margin: 30px auto;
      display: table; }
      
      .block2 .result__cont .ib_cont__item {
        width: 39%;
        text-align: center;
        display: table-cell;
        vertical-align: middle; }
        
        .block2 .result__cont .ib_cont__item .experience {
          display: block;
          width: 43px;
          height: 43px;
          line-height: 43px;
          border: 1px solid #292e2f;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          border-radius: 10px;
          margin: 10px auto;
          font-weight: bold; }
        
        .block2 .result__cont .ib_cont__item .years,.year,.month {
          font-weight: bold;
          display: inline-block;
          border: 1px solid #bdbcbd;
          width: 43px;
          height: 43px;
          line-height: 43px;
          margin-left: 10px;
          margin-right: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          border-radius: 10px; }
        
        .block2 .result__cont .ib_cont__item:nth-child(1) {
          background: #85bd4f; }
          
          .block2 .result__cont .ib_cont__item:nth-child(1) p {
            font-size: 18px; }
        
        .block2 .result__cont .ib_cont__item:nth-child(2) img {
          margin-top: -51px;
          transform: translateX(33px);
          -ms-transform: translateX(33px);
          -webkit-transform: translateX(33px);
          display: block; }
        
        .block2 .result__cont .ib_cont__item p {
          text-align: center; }
        
        .block2 .result__cont .ib_cont__item img {
          display: none; }
          
          .block2 .result__cont .ib_cont__item img:nth-child(4) {
            transform: translateX(-49px);
            -ms-transform: translateX(-49px);
            -webkit-transform: translateX(-49px); }
        
        .block2 .result__cont .ib_cont__item:nth-child(1) {
          width: 22%; }


.block3 {
  text-align: center;
  background: #f1f1f1;
  margin-top: -110px;
  background: #5cad58;
  background: -moz-linear-gradient(top, #5cad58 0%, #8dc755 50%, #669c2f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #5cad58), color-stop(50%, #8dc755), color-stop(100%, #669c2f));
  background: -webkit-linear-gradient(top, #5cad58 0%, #8dc755 50%, #669c2f 100%);
  background: -o-linear-gradient(top, #5cad58 0%, #8dc755 50%, #669c2f 100%);
  background: -ms-linear-gradient(top, #5cad58 0%, #8dc755 50%, #669c2f 100%);
  background: linear-gradient(to bottom, #5cad58 0%, #8dc755 50%, #669c2f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cad58', endColorstr='#669c2f', GradientType=0 );
  position: relative;
  padding-bottom: 50px; }
  
  .block3:before {
    content: '';
    background: #f1f1f1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skewY(-209deg);
    -ms-transform: skewY(-209deg);
    -moz-transform: skewY(-209deg);
    -webkit-transform: skewY(-209deg);
    transform-origin: left bottom; }
  
  .block3 .limit {
    position: relative; }
  
  .block3 h2 {
    font-size: 57px;
    margin-bottom: 20px; }
  
  .block3 .subtitle {
    font-size: 33px;
    margin-bottom: 30px; }
  
  .block3 .ib_cont {
    overflow: inherit; }
    
    .block3 .ib_cont__item {
      background: white;
      margin-top: 40px;
      margin-bottom: 40px;
      width: calc(50% - 35px);
      box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px;
      -ms-border-radius: 18px;
      border-radius: 18px;
      position: relative;
      padding: 50px 50px 50px 298px; }
      
      .block3 .ib_cont__item:nth-child(2n + 1) {
        margin-right: 35px; }
      
      .block3 .ib_cont__item:nth-child(2n) {
        margin-left: 35px; }
      
      .block3 .ib_cont__item img {
        position: absolute;
        bottom: 0;
        left: 15px; }
      
      .block3 .ib_cont__item:nth-child(1) img {
        left: 50px; }
      
      .block3 .ib_cont__item:nth-child(4) img {
        left: -15px; }
      
      .block3 .ib_cont__item__text__number {
        font-size: 44px;
        font-weight: 900;
        color: #8fd34f; }
      
      .block3 .ib_cont__item__text b {
        font-size: 28px; }
  
  .block3__bot {
    color: white; }


.block4 {
  position: relative;
  padding-bottom: 153px;
  background: #5cad58;
  background: -moz-linear-gradient(top, #5cad58 0%, #8dc755 50%, #669c2f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #5cad58), color-stop(50%, #8dc755), color-stop(100%, #669c2f));
  background: -webkit-linear-gradient(top, #5cad58 0%, #8dc755 50%, #669c2f 100%);
  background: -o-linear-gradient(top, #5cad58 0%, #8dc755 50%, #669c2f 100%);
  background: -ms-linear-gradient(top, #5cad58 0%, #8dc755 50%, #669c2f 100%);
  background: linear-gradient(to bottom, #5cad58 0%, #8dc755 50%, #669c2f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cad58', endColorstr='#669c2f', GradientType=0 ); }
  
  .block4:before {
    content: '';
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 221%;
    transform: skewY(-215deg);
    -ms-transform: skewY(-215deg);
    -moz-transform: skewY(-215deg);
    -webkit-transform: skewY(-215deg);
    transform-origin: calc(50% - -309px) bottom; }
  
  .block4 .btn {
    font-size: 30px;
    margin-left: 70px; }
  
  .block4 h2 {
    margin-bottom: 40px; }
  
  .block4__cont {
    max-width: 765px;
    margin-left: auto;
    width: 100%;
    margin-top: 73px;
    position: relative; }
  
  .block4__list {
    margin-bottom: 30px; }
    
    .block4__list p {
      margin: 0;
      padding-top: 16px;
      padding-bottom: 16px;
      padding-left: 70px; }
      
      .block4__list p:nth-child(1) {
        background: url(../img/b4_i1.png) left center no-repeat; }
      
      .block4__list p:nth-child(2) {
        background: url(../img/b4_i2.png) left center no-repeat; }
      
      .block4__list p:nth-child(3) {
        background: url(../img/b4_i3.png) left center no-repeat; }
      
      .block4__list p:nth-child(4) {
        background: url(../img/b4_i4.png) left center no-repeat; }
  
  .block4__prod {
    position: absolute;
    right: calc(100% - 97px);
    top: 52px; }
  
  .block4__girl {
    position: absolute;
    right: calc(50% - 960px);
    bottom: 0; }


.block5 {
  text-align: center;
  background: #f1f1f1;
  padding-top: 50px;
  padding-bottom: 50px; }
  
  .block5__prod {
    position: absolute;
    top: 0;
    left: calc(50% - 150px); }
  
  .block5 h2 {
    margin-bottom: 15px; }
  
  .block5 .subtitle {
    font-size: 28px;
    margin-bottom: 50px; }
  
  .block5 .line-2 {
    font-size: 24px;
    line-height: 30px; }
  
  .block5 .ib_cont {
    position: relative;
    padding-bottom: 117px; }
    
    .block5 .ib_cont__item {
      width: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      margin-bottom: 30px;
      margin-top: 30px;
      z-index: 1; }
      
      .block5 .ib_cont__item img {
        position: absolute; }
      
      .block5 .ib_cont__item p {
        margin-top: 37px;
        margin-bottom: 37px;
        font-size: 18px; }

.block5 .ib_cont__item p b{
  display: block;
}
      
      .block5 .ib_cont__item:nth-child(2n) {
        padding-right: 135px;
        padding-left: 177px; }
        
        .block5 .ib_cont__item:nth-child(2n) p {
          text-align: right; }
        
        .block5 .ib_cont__item:nth-child(2n) img {
          right: 0; }
      
      .block5 .ib_cont__item:nth-child(2n + 1) {
        padding-left: 151px;
        padding-right: 148px; }
        
        .block5 .ib_cont__item:nth-child(2n + 1) img {
          left: -16px; }
      
      .block5 .ib_cont__item:nth-child(3) img {
        left: -26px; }


.block6 {
  position: relative;
  color: white;
  padding-bottom: 128px;
  background: #1b1c1e;
  background: -moz-linear-gradient(left, #1b1c1e 0%, #5e6a6d 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #1b1c1e), color-stop(100%, #5e6a6d));
  background: -webkit-linear-gradient(left, #1b1c1e 0%, #5e6a6d 100%);
  background: -o-linear-gradient(left, #1b1c1e 0%, #5e6a6d 100%);
  background: -ms-linear-gradient(left, #1b1c1e 0%, #5e6a6d 100%);
  background: linear-gradient(to right, #1b1c1e 0%, #5e6a6d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1c1e', endColorstr='#5e6a6d', GradientType=1 ); }
  
  .block6:before {
    content: '';
    width: 600px;
    height: 600px;
    position: absolute;
    transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
    left: -397px;
    top: -410px;
    background: #f1f1f1; }
  
  .block6 h2 {
    color: white;
    font-size: 57px;
    line-height: 57px; }
  
  .block6__cont {
    max-width: 725px;
    width: 100%;
    margin-left: auto;
    margin-top: 80px;
    position: relative; }
  
  .block6 .subtitle {
    font-size: 33px;
    margin-top: 10px; }
  
  .block6 .ib_cont {
    position: relative;
    z-index: 1;
    margin-top: 70px;
    display: none;
    transition: .3s; }
    
    .block6 .ib_cont.active {
      display: block;
      transition: .3s; }
    
    .block6 .ib_cont__item:last-child {
      width: calc(100% - 197px);
      padding-left: 45px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    
    .block6 .ib_cont__item__line-1 {
      font-size: 24px;
      font-weight: bold;
      line-height: 24px;
      margin-bottom: 5px; }
    
    .block6 .ib_cont__item__line-2 {
      padding-top: 20px;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 40px; }
      
      .block6 .ib_cont__item__line-2 b {
        font-size: 24px;
display: block;
margin-bottom: 15px;
}
  
  .block6 .btn {
    font-size: 30px;
    position: absolute;
    bottom: 0;
    top: inherit;
    left: 244px;
    z-index: 1; }
    
    .block6 .btn span:last-child {
      display: none; }
    
    .block6 .btn:active {
      bottom: -7px; }
  
  .block6 .limit {
    position: relative; }
  
  .block6 .before-after {
    position: absolute;
    left: 0;
    top: 0;
    width: 410px;
    height: 597px; }
    
    .block6 .before-after:hover .after {
      opacity: 1; }
    
    .block6 .before-after img {
      transition: 2.3s; }
    
    .block6 .before-after .ba_bg {
      border-radius: 50% 50% 0 0;
      height: 706px;
      background: url(../img/lightening.png) center no-repeat;
      width: 872px;
      bottom: 0;
      left: calc(50% - 410px);
      position: absolute; }
    
    .block6 .before-after .ba_bg2 {
      border-radius: 50% 50% 0 0;
      height: 706px;
      background: url(../img/lightening2.png) center no-repeat;
      width: 872px;
      bottom: 0;
      left: calc(50% - 410px);
      position: absolute;
      display: none; }
    
    .block6 .before-after img {
      position: absolute;
      left: 0;
      top: 0; }
    
    .block6 .before-after .after {
      opacity: 0; }
    
    .block6 .before-after .ringbase {
      position: absolute;
      top: -19px;
      left: -19px;
      width: 50px;
      height: 50px;
      border-radius: 25px;
      opacity: 0.0;
      z-index: 10;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      box-shadow: 0 0px 1px 3px white, inset 0 0 1px 0px white;
      -webkit-animation: ring 2s ease-in-out;
      -webkit-animation-iteration-count: infinite; }
    
    .block6 .before-after .ring2 {
      -webkit-animation-delay: 0.5s; }
    
    .block6 .before-after .ring3 {
      -webkit-animation-delay: 1s; }
    
    .block6 .before-after .ring4 {
      -webkit-animation-delay: 1.5s; }
    
    .block6 .before-after .info {
      position: absolute;
      z-index: 1; }
      
      .block6 .before-after .info .info_text {
        display: none;
        transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        margin-top: 7px;
white-space: nowrap;
}
    
    .block6 .before-after .info-1 {
      top: 189px;
      left: 151px; }
    
    .block6 .before-after .info-2 {
          top: 300px;
    left: 332px; }
    
    .block6 .before-after .info-3 {
      top: 460px;
      left: 120px; }
    
    .block6 .before-after .info-4 {
      top: 520px;
    left: 356px; }
    
    .block6 .before-after .info .circle {
      cursor: pointer;
      width: 12px;
      height: 12px;
      transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      display: inline-block;
      border-radius: 50%;
      background: #ff2361;
      background: -moz-linear-gradient(top, #ff2361 0%, #951e4f 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff2361), color-stop(100%, #951e4f));
      background: -webkit-linear-gradient(top, #ff2361 0%, #951e4f 100%);
      background: -o-linear-gradient(top, #ff2361 0%, #951e4f 100%);
      background: -ms-linear-gradient(top, #ff2361 0%, #951e4f 100%);
      background: linear-gradient(to bottom, #ff2361 0%, #951e4f 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2361', endColorstr='#951e4f', GradientType=0 );
      border: 4px solid white;
      -webkit-box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.25);
      position: relative; }

@keyframes ring {
  0% {
    -webkit-transform: scale(0.4, 0.4);
    opacity: 0.0; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.1, 1.1);
    opacity: 0; } }

@-webkit-keyframes ring {
  0% {
    -webkit-transform: scale(0.4, 0.4);
    opacity: 0.0; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.1, 1.1);
    opacity: 0; } }


.block7 {
  text-align: center;
  padding-top: 60px;
  background: white;
  position: relative; }
  
  .block7:after {
    content: '';
    background: #f1f1f1;
    position: absolute;
    left: -1200px;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: skewY(29deg);
    -ms-transform: skewY(29deg);
    -moz-transform: skewY(29deg);
    -webkit-transform: skewY(29deg);
    transform-origin: left bottom; }
  
  .block7 h2 {
    margin-bottom: 50px; }
  
  .block7__cont {
    box-shadow: 0px 12px 70px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 12px 70px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 12px 70px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 12px 70px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 40px 40px 40px 150px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
    width: calc(100% - 145px);
    margin-left: auto; }
    
    .block7__cont p {
      text-align: left; }
    
    .block7__cont .mb {
      margin-top: 30px; }
    
    .block7__cont img {
      position: absolute;
      left: -145px;
      top: 54px; }
  
  .block7 .ib_cont {
    margin-top: 100px;
    width: calc(100% - 145px);
    margin-left: auto;
    text-align: left;
    margin-bottom: 37px; }
    
    .block7 .ib_cont__item {
      text-align: center;
      width: 100%;
      max-width: 330px;
      position: relative; }
      
      .block7 .ib_cont__item:first-child {
        margin-right: 150px;
        margin-left: 74px; }
        
        .block7 .ib_cont__item:first-child .label + img {
          left: 17px; }
      
      .block7 .ib_cont__item p {
        text-align: center; }
      
      .block7 .ib_cont__item .block7__prod {
        position: absolute;
        left: -165px;
        top: -34px; }
      
      .block7 .ib_cont__item .label {
        line-height: 60px;
        display: inline-block;
        padding-left: 45px;
        padding-right: 46px;
        border: 5px solid #8fd34f;
        color: #3b3b3b;
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 25px; }
        
        .block7 .ib_cont__item .label + img {
          height: 72px;
          position: relative;
          top: -10px; }


.block8 {
  padding-top: 70px;
  background: #5b9327;
  background: -moz-linear-gradient(left, #5b9327 0%, #8ecf58 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #5b9327), color-stop(100%, #8ecf58));
  background: -webkit-linear-gradient(left, #5b9327 0%, #8ecf58 100%);
  background: -o-linear-gradient(left, #5b9327 0%, #8ecf58 100%);
  background: -ms-linear-gradient(left, #5b9327 0%, #8ecf58 100%);
  background: linear-gradient(to right, #5b9327 0%, #8ecf58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b9327', endColorstr='#8ecf58', GradientType=1 );
  position: relative; }
  
  .block8 .limit {
    position: relative;
    z-index: 1; }
  
  .block8:before {
    content: '';
    background: #f1f1f1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: skewY(29deg);
    -ms-transform: skewY(29deg);
    -moz-transform: skewY(29deg);
    -webkit-transform: skewY(29deg);
    transform-origin: right bottom; }
  
  .block8 h2 {
    font-size: 58px;
    text-align: center;
    line-height: 50px; }
    
    .block8 h2 span {
      color: inherit;
      font-size: 42px;
      font-weight: bold;
      text-transform: lowercase; }
  
  .block8 .changes {
    font-size: 0;
    max-width: 1422px;
    width: 100%;
    margin: 30px auto; }
    
    .block8 .changes .slick-list {
      padding-top: 50px !important;
      padding-bottom: 50px !important; }
    
    .block8 .changes .slick-next {
      right: -65px !important; }
    
    .block8 .changes .slick-prev {
      left: -65px !important; }
    
    .block8 .changes__item {
      cursor: pointer;
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px;
      -ms-border-radius: 18px;
      border-radius: 18px;
      background-color: white;
      box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.15);
      -ms-box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.15);
      max-width: 461px;
      width: 100%;
      padding: 29px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      
      .block8 .changes__item.slick-slide {
        opacity: 0.2;
        transition: .2s;
        margin-left: 10px;
        margin-right: 10px; }
        
        .block8 .changes__item.slick-slide.slick-center {
          opacity: 1;
          cursor: inherit; }
      
      .block8 .changes__item__img {
        width: 156px;
        display: inline-block;
        vertical-align: middle; }
      
      .block8 .changes__item__text {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 156px);
        padding-left: 37px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        
        .block8 .changes__item__text p {
          font-size: 17px;
          margin-top: 20px; }
          
          .block8 .changes__item__text p u {
            text-decoration: none;
            border-bottom: 2px solid #78b93a; }
        
        .block8 .changes__item__text h3 {
          font-size: 36px;
          font-weight: 900;
          color: #78b93a;
          position: relative; }
          
          .block8 .changes__item__text h3:before {
            content: '';
            position: absolute;
            width: 89px;
            height: 1px;
            background: #9a9b9e;
            bottom: -10px;
            left: 0; }
  
  .block8 .reviews {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto; }
    
    .block8 .reviews .slick-list {
      padding-top: 50px !important;
      padding-bottom: 50px !important; }
    
    .block8 .reviews .slick-dots {
      bottom: -5px; }
    
    .block8 .reviews__item {
      margin-left: 50px;
      margin-right: 50px;
      font-size: 0;
      padding: 55px 44px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px;
      -ms-border-radius: 18px;
      border-radius: 18px;
      background-color: white;
      box-shadow: 0px 15px 70px 0px rgba(0, 0, 0, 0.12);
      -ms-box-shadow: 0px 15px 70px 0px rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0px 15px 70px 0px rgba(0, 0, 0, 0.12);
      -webkit-box-shadow: 0px 15px 70px 0px rgba(0, 0, 0, 0.12);
      max-width: 973px; }
      
      .block8 .reviews__item p {
        font-size: 17px; }
      
      .block8 .reviews__item h4 {
        font-size: 30px;
        color: #8fd34f;
        line-height: 30px;
        margin-top: -4px; }
      
      .block8 .reviews__item__img {
        display: inline-block;
        vertical-align: top; }
      
      .block8 .reviews__item__text {
        display: inline-block;
        width: calc(100% - 352px);
        vertical-align: top;
        padding-left: 33px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }


.block9 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
  background: white; }
  
  .block9 h2 {
    margin-bottom: 40px; }
  
  .block9 .ib_cont {
    max-width: 973px;
    width: 100%;
    overflow: inherit;
    margin: 0 auto; }
    
    .block9 .ib_cont__item {
      width: 30%;
      max-width: 291px;
      text-align: center;
      position: relative; }
      
      .block9 .ib_cont__item:nth-child(1) {
        left: -45px; }
      
      .block9 .ib_cont__item:nth-child(3) {
        right: -50px; }
      
      .block9 .ib_cont__item:not(:last-child):before {
        content: '';
        position: absolute;
        background: url(../img/arrow-2.png) center no-repeat;
        width: 20px;
        height: 31px;
        right: -21.1%;
        top: 104px; }
      
      .block9 .ib_cont__item p {
        text-align: center;
        margin-top: -20px; }


.bot_main {
  overflow: hidden;
  padding-bottom: 160px; }


.block10 {
  overflow: visible;
  padding-bottom: 160px;
  background: #1b1c1e;
  background: -moz-linear-gradient(-45deg, #1b1c1e 0%, #1b1c1e 14%, #6e7c80 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #1b1c1e), color-stop(14%, #1b1c1e), color-stop(100%, #6e7c80));
  background: -webkit-linear-gradient(-45deg, #1b1c1e 0%, #1b1c1e 14%, #6e7c80 100%);
  background: -o-linear-gradient(-45deg, #1b1c1e 0%, #1b1c1e 14%, #6e7c80 100%);
  background: -ms-linear-gradient(-45deg, #1b1c1e 0%, #1b1c1e 14%, #6e7c80 100%);
  background: linear-gradient(135deg, #1b1c1e 0%, #1b1c1e 14%, #6e7c80 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1c1e', endColorstr='#6e7c80', GradientType=1 );
  padding-top: 50px;
  position: relative; }
  
  .block10 h2 {
    color: white;
    text-align: center;
    line-height: 60px;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
    margin-top: 20px; }
  
  .block10 ul {
    position: relative;
    z-index: 2;
    padding-bottom: 298px;
    padding-top: 43px; }
    
    .block10 ul li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 15px;
      color: white; }
      
.block10 ul li b{
  text-transform: uppercase;
}

      .block10 ul li:before {
        content: '';
        background: url(../img/check.png) center no-repeat;
        width: 23px;
        height: 19px;
        position: absolute;
        top: 0;
        left: 0; }
  
  .block10__cont {
    position: relative; }
    
    .block10__cont .form {
      z-index: 2;
      max-width: 320px;
      width: 100%;
      position: absolute;
      left: 50%;
      top: 0; }
      
      .block10__cont .form .price {
        position: absolute;
        bottom: -130px;
        width: 320px; }
    
    .block10__cont form {
      width: 100%;
      background-color: white;
      box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px;
      -ms-border-radius: 18px;
      border-radius: 18px;
      padding: 28px 25px 35px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      
      .block10__cont form p {
        font-size: 16px;
        margin-top: 0;
        text-align: center;
        color: #474747;
        margin-bottom: 25px; }
        
        .block10__cont form p b {
          white-space: nowrap;
          font-weight: normal; }
      
      .block10__cont form select, .block10__cont form input {
        line-height: 54px;
        height: 54px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        border-radius: 18px;
        padding-left: 15px !important;
        background: #f5f5f5;
        margin-bottom: 9px;
        width: 100%;
        color: #474747; }
      
      .block10__cont form input::placeholder {
        color: #474747; }
      
      .block10__cont form .select {
        position: relative; }
        
        .block10__cont form .select svg {
          position: absolute;
          top: 36%;
          left: 91%; }
      
      .block10__cont form .btn {
        margin-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%; }
  
  .block10 .parallax {
    z-index: 1; }
  
  .block10__layer--1 {
    bottom: 152px;
    left: calc(50% - 415px);
    position: absolute !important; }
  
  .block10__layer--2 {
    left: calc(50% - -154px);
    bottom: -434px;
    width: 570px; }
  
  .block10__layer--2_1 {
    left: calc(50% - -154px);
    bottom: 125px; }
  
  .block10__layer--3 {
    right: calc(50% - -465px);
    top: -81px; }
  
  .block10__layer--4 {
    bottom: 134px;
    right: calc(50% + 315px); }
  
  .block10 .footer {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #6b6b6b;
    top: calc(100% - 160px);
    height: 160px;
    background: white;
    line-height: 30px;
	  padding-top: 25px;
    z-index: 1; }

@media screen and (max-width: 1747px) {
  
  .block6:before {
    left: calc(50% - 1100px); } }

@media screen and (max-width: 1200px) {
  
  .block1__top .ib_cont__item span {
    display: block; }
  
  .block1__layer--0 {
    top: -190px;
    left: calc(50% - 430px); }
  
  .block1__layer--1 {
    left: calc(50% - 820px);
    top: 91px;
    right: inherit;
    width: 1025px;
    max-width: 1025px; }
  
  .block1__layer--4 {
    right: calc(50% + -137px);
        top: 8px;
    width: 440px; }
  
  .block3 .ib_cont__item {
    display: block;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 574px; }
    
    .block3 .ib_cont__item__text b {
      font-size: 24px; }
  
  .block6 h2 {
    font-size: 40px; }
  
  .block6__cont {
    width: calc(100% - 445px);
    max-width: 100%; }
  
  .block9 .ib_cont__item:not(:last-child):before {
    right: -11.1%; }
  
  .block9 .ib_cont__item:nth-child(1) {
    left: 0; }
  
  .block9 .ib_cont__item:nth-child(3) {
    right: 0; }
  
  .block10__layer--2 {
    left: calc(50% - 124px);
    bottom: 110px;
    width: 490px;
    position: absolute !important; }
  
  .block10__cont {
    height: 850px; }
  
  .block10 ul {
    position: absolute;
    top: 0;
    left: calc(50% - 300px); } }
.yyz{
display: none;}
@media screen and (max-width: 1088px) {
  
  .block4 h2 {
    font-size: 4.5vw; }
  
  .block4__cont {
    width: calc(100% - 313px);
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  .block4__prod {
    width: 646px;
    max-width: 646px; }
  
  .block4 .btn {
    margin-left: 0; }
  
  .block6 {
    padding-bottom: 358px; }
    
    .block6__cont {
      width: 100%; }
      
      .block6__cont h2, .block6__cont .subtitle {
        text-align: center; }
    
    .block6 .before-after {
      top: inherit;
      bottom: -360px; }
    
    .block6 .ib_cont {
      padding-left: 380px; }
      
      .block6 .ib_cont__item {
        vertical-align: middle; }
        
        .block6 .ib_cont__item__line-2 b {
          font-size: 21px;}
        
        .block6 .ib_cont__item:last-child {
          width: calc(100% - 160px);
          padding-left: 15px;
          padding-right: 15px; }
        
        .block6 .ib_cont__item img {
          width: 160px; }
    
    .block6 .btn {
      left: calc(50% + 200px);
      width: 253px;
      transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      bottom: -186px;
      padding-left: 36px;
      padding-right: 26px; }
      
      .block6 .btn:active {
        bottom: -192px;
        top: inherit; }
  
  .block7 .ib_cont {
    margin-right: auto;
    text-align: center; }
    
    .block7 .ib_cont__item {
      margin-bottom: 25px; }
      
      .block7 .ib_cont__item:first-child {
        margin-left: 35px;
        margin-right: 35px; } }

@media screen and (max-width: 900px) {
  
  h1, h2 {
    font-size: 40px; }
  
  .block1__bottom {
    width: 117%;
    left: calc(50% - 440px); }
  
  .block2 .limit {
    top: -281px; }
  
  .block2 .calculator {
    padding-left: 308px;
    padding-right: 0px; }
    
    .block2 .calculator .data .ib_cont__item {
      font-size: 15px; }
  .block6 .ib_cont__item__line-2{
    font-size: 19px;
  }
  .block3 {
    margin-top: -230px; }
    
    .block3 h2 {
      font-size: 40px; }
    
    .block3__bot {
      color: black; }
    
    .block3 .bottom .line-1 {
      line-height: 34px; }
  
  .block5 .ib_cont {
    padding-bottom: 37px; }
  
  .block5__prod {
    top: 140px;
    left: calc(50% - 60px);
    width: 249px; }
  
  .block5 .ib_cont__item {
    margin-bottom: 132px; }
    
    .block5 .ib_cont__item p {
      font-size: 15px; }
    
    .block5 .ib_cont__item:nth-child(2n) {
      padding-left: 62px; }
    
    .block5 .ib_cont__item:nth-child(2n + 1) {
      padding-right: 36px; }
    
    .block5 .ib_cont__item:nth-last-child(-n + 3) {
      margin-bottom: 0; }
  
  .block7__cont {
    left: -27px; }
  
  .block8 h2, .block8 h2 span {
    font-size: 40px; }
  
  .block8 .changes .slick-prev {
    left: calc(50% - 378px) !important; }
  
  .block8 .changes .slick-next {
    right: calc(50% - 378px) !important; }
  
  .block8 .reviews .slick-prev {
    left: -25px; }
  
  .block8 .reviews .slick-next {
    right: -25px; }
  
  .block8 .reviews__item {
    max-width: 723px; }
    
    .block8 .reviews__item h4 {
      font-size: 25px; }
    
    .block8 .reviews__item__img img {
      width: 240px; }
    
    .block8 .reviews__item__text {
      width: calc(100% - 240px); } 
}
.calc_pic_mob,.b3_mob,.changes .yyf,.mob_b1{
  display: none;
}
@media screen and (max-width:767px) {
  .block2 .result__cont .ib_cont__item:nth-child(2) img{
        transform: translateX(27px);
    -ms-transform: translateX(27px);
    -webkit-transform: translateX(27px);
  }
  .mob_b1{
    display: block;
  }
  body{
    max-width: 320px;
    margin: 0 auto;
  }
  h1 span{
    font-size: 36px;
  }
  h1,h2{
    font-size: 24px;
  }
  .limit{
    max-width: 320px;
  }
  .block1{
    max-width: 320px;
    margin: 0 auto;
  }
  .block1 h1{
    line-height: 30px;
           margin-top: 44px;
    margin-bottom: 37px;
  }
  .block1__top_mob .sale_act{
    display: none;
  }
  .block1 h1 span{
    display: block;
    margin-bottom: 10px;
  }
  .block1__top{
    display: block;
    background: none;
  }
  .block1__top_mob{
        transform: skewY(-159deg);
    -ms-transform: skewY(-159deg);
    -moz-transform: skewY(-159deg);
    -webkit-transform: skewY(-159deg);
    transform-origin: right bottom;
    overflow: hidden;
    background: rgba(21,22,24,1);
background: -moz-linear-gradient(top, rgba(21,22,24,1) 0%, rgba(66,73,75,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(21,22,24,1)), color-stop(100%, rgba(66,73,75,1)));
background: -webkit-linear-gradient(top, rgba(21,22,24,1) 0%, rgba(66,73,75,1) 100%);
background: -o-linear-gradient(top, rgba(21,22,24,1) 0%, rgba(66,73,75,1) 100%);
background: -ms-linear-gradient(top, rgba(21,22,24,1) 0%, rgba(66,73,75,1) 100%);
background: linear-gradient(to bottom, rgba(21,22,24,1) 0%, rgba(66,73,75,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151618', endColorstr='#42494b', GradientType=0 );
  }
 .block1__top_mob .mid{
        transform: skewY(159deg);
    -ms-transform: skewY(159deg);
    -moz-transform: skewY(159deg);
    -webkit-transform: skewY(159deg);
    transform-origin: right bottom;
       overflow: visible;
  }
  .mob_b1{
        transform: skewY(-209deg);
    -ms-transform: skewY(-209deg);
    -moz-transform: skewY(-209deg);
    -webkit-transform: skewY(159deg);
    transform-origin: right bottom;
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
  }
  .mob_b1 img{
    width: 100%;
  }
.block1__top_mob>.mid:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
height: 0;
border-style: solid;
    border-width: 0 153px 63px 0;
border-color: transparent #5a6366 transparent transparent;
        transform: skewY(180deg);
    -ms-transform: skewY(180deg);
    -moz-transform: skewY(180deg);
    -webkit-transform: skewY(180deg);
    transform-origin: right bottom;
  }
.block1__top_mob .ib_cont__item img{
        width: 86px;
    position: absolute;
    right: 17px;
    top: 1px;
    z-index: 1;
  }
.block1__top_mob .ib_cont__item--check{
    display: none;
  }
.block1__top_mob .ib_cont__item .timer{
      display: none;
  }
  .block1__top_mob .ib_cont__item.ib_cont__item--check{
    display: none!important;
  }
  .block1__top_mob .sale_act{
    display: none!important;
  }
  .qqz{
    text-align: center;
    padding-left: 0!important;
  }
   .qqz span{
    display: inline-block!important;
  }
 .wwz.block1__top .qqz.ib_cont__item,.qqz+.ib_cont__item{
    font-size: 15px;
    display: block;
    margin: 0 auto;
  }
  .qqz+.ib_cont__item{
        margin-top: 64px;
    margin-bottom: 15px;
  }
  .wwz .sale_act{
    display: block;
        padding-left: 148px!important;
  }
  .qqz{
        margin-bottom: 15px!important;
  }
  .block1__top .ib_cont__item--check:before{
    position: static;
    display: inline-block;
  }
  .block1__top .ib_cont__item span{
    font-size: 17px;
  }
  .timer{
    margin-left: auto;
  }
  .block1__layer--1,.block1__layer--2,.block1__layer--3{
    display: none!important;
  }
  .block1__layer--4{
    right: calc(50% + -50px);
    top: 59px;
}
  .block1__cont{
    margin-top: -190px;
    margin-left: auto;
    margin-right: auto;
        margin-bottom: 222px;
    
  }
  .block1__bottom{
        left: calc(50% - 37px);
  }
  .block1__cont ul{
        position: relative;
        top: 315px;
  }
  .block1 .block1__cont .price{
        margin-top: 347px;
  }
  .yyz{
        position: absolute;
    bottom: 277px;
    left: 0px;
    display: block;
  }
  .block1__cont ul li{
        font-size: 18px;
  }
  .block2 .limit{
        top: -248px;
  }
  .block2 h2{
    font-size: 40px;
    color: #424647;
    font-weight: 900;
    line-height: 36px;
  }
  .calc_pic{
    display: none;
  }
  .calc_pic_mob{
    display: block;
    margin: -67px auto 0;
    position: static!important;
  }
  .block2 .calculator{
    padding-left: 0;
  }
  .data{
        padding-left: 5px;
    padding-right: 5px;
  }
  .data .ib_cont.justify .ib_cont__item{
    display: block;
        margin-left: auto;
    margin-right: auto;
           font-size: 19.6px;
    text-align: center;
    margin-bottom: 25px;
  }
  .block2 .calculator .data .ib_cont__item span{
    padding-left: 15px;
  }
  .block2 .calculator .btn{
    margin-left: auto;
    margin-right: auto;
  }
  .block2 .result__cont .ib_cont__item{
    display: table-row;
  }
  .block2 .result__cont .ib_cont__item__center{
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .block2 .result__cont .ib_cont__item:nth-child(2) p{
    margin-top: 40px;
  }
  .block2 .result__cont{
    padding-bottom: 27px;
  }
  .block3 h2{
    font-size: 35px;
  }
  .block3 .subtitle{
    font-size: 21px;
  }
  .block2 .calculator{
box-shadow: none;
-ms-box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
  }
  .block3 .ib_cont__item img{
    display: none;
  }
  .block3 .ib_cont__item img.b3_mob{
    display: block;
  }
  .block3 .ib_cont__item{
    padding: 171px 50px 21px;
    text-align: center;
  }
  .block3 .ib_cont__item p{
    text-align: center;
    font-size: 17px;
  }
  .block3 .ib_cont__item:nth-child(1) img{
        left: 69px;
    top: -40px;
  }
  .block3 .ib_cont__item img{
        left: 55px;
    bottom: inherit;
    top: -33px;
  }
  .block3 .ib_cont__item:nth-child(4) img{
    left: 43px;
  }
  .block3 .ib_cont{
    padding-left: 15px;
    padding-right: 15px;
  }
  .block3:before{
    top: -87%;
    transform: skewY(-39deg);
    -ms-transform: skewY(-39deg);
    -moz-transform: skewY(-39deg);
    -webkit-transform: skewY(-39deg);
    transform-origin: 100% 100%;
  }
  .block3 .bottom .line-1{
    font-size: 22px;
    color: white;
  }
  .block3 .bottom .line-2{
    font-size: 18px;
    color: white;
  }
  .block4__cont{
    width: 100%;
    padding-left: 15px;
  }
  .block4__list p{
    padding-left: 0;
        padding-top: 63px;
        background-position: 50% 8px!important;
    text-align: center;
  }
  .block4__list p:nth-child(1){
        background-position: 50% 19px!important;
  }
  .block4__list p:nth-child(4){
            background-position: 50% 24px!important;
  }
  .block4__prod{
        width: 370px;
        max-width: 370px;
        right: calc(100% - 347px);
    top: 232px;
  }
  .block4 h2{
        margin-bottom: 310px;
        font-size: 36px;
    text-align: center;
  }
  .block4 .btn{
    font-size: 24px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .block4__girl{
        right: calc(50% - 160px);
    width: 310px;
  }
  .block4{
    padding-bottom: 393px;
  }
  .block4:before{
        transform: skewY(-223deg);
    -ms-transform: skewY(-223deg);
    -moz-transform: skewY(-223deg);
    -webkit-transform: skewY(-223deg);
    transform-origin: 0 calc(50% - -309px);
  }
  .block5 h2{
    font-size: 36px;
  }
  .block5 h2 span{
    white-space: nowrap;
  }
  .block5 .subtitle{
    font-size: 21px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .block5__prod{
    display: none;
  }
  .ib_cont.mid .ib_cont__item{
    padding-left: 0;
    padding-right: 0;
    display: block;
    width: 100%;
    
  }
  .block5 .ib_cont__item{
        padding-top: 100px;
  }
  .block5 .ib_cont__item p{
    text-align: center!important;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 17px;
  }
  .block5 .ib_cont__item img{
        position: absolute;
    
    top: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .block5 .ib_cont__item:nth-child(1) img{
        left: calc(50% + 11px);
    top: -30px;
  }
  .block5 .ib_cont__item:nth-child(2) img{
        top: -42px;
    left: calc(50% - 23px);
  }
  .block5 .ib_cont__item:nth-child(3) img{
        left: calc(50% - -11px);
    top: -38px;
  }
  .block5 .ib_cont__item:nth-child(4) img{
        left: calc(50% - 21px);
    top: -9px;
  }
  .block5 .ib_cont.mid .ib_cont__item{
        margin-bottom: 103px;
  }
  .block5 .ib_cont__item:nth-last-child(3){
    margin-bottom: 70px!important;
  }
  .block5 .ib_cont__item:nth-last-child(2){
        margin-bottom: -32px!important;
  }
  .block6:before {
    left: calc(50% - 700px);
}
  .block6 h2 {
    font-size: 36px;
    line-height: 40px;
}
  .block6 .subtitle{
    font-size: 21px;
  }
  .block6 .ib_cont{
    padding-left: 0;
  }
  .block6 .ib_cont__item{
    width: 100%;
  }
  .block6 .ib_cont__item,.block6 .ib_cont__item:last-child{
    width: 100%;
    text-align: center;
  }
  .block6 .btn{
    left: 50%;
    bottom: -86px;
  }
  .block6 .btn:active{
    left: 50%;
    bottom: -72px;
  }
  .block6 .before-after{
        bottom: -749px;
  }
  .block6 {
    padding-bottom: 618px;
}
  .block6 .before-after img{
    width: 320px;
  }
  .block6 .before-after .info-1 {
    top: 162px;
    left: 111px;
}
  .block6 .before-after .info-2{
    top: 199px;
    left: 253px;
  }
  .block6 .before-after .info-3 {
    top: 330px;
    left: 90px;
}
  .block6 .before-after .info-4 {
    top: 390px;
    left: 266px;
}
  .block7 h2{
    font-size: 36px;
        margin-bottom: 230px;
  }
  .block7__cont{
    width: 100%;
    left: 0;
  }
  .block7__cont{
    padding-left: 40px;
    padding-right: 40px;
    
  }
  .block7__cont p{
    text-align: center;
    font-size: 16px;
    margin-bottom: 25px;
  }
  .block7__cont p:first-child{
    margin-top: 70px;
  }
  .block7__cont img{
        left: 17px;
    top: -206px;
  }
  .block7__cont .mb{
        position: absolute;
    top: 17px;
    left: 30px;
    right: 30px;
  }
  .block7 .ib_cont{
        width: calc(100% - 30px);
  }
  .block7 .ib_cont__item:first-child{
    margin-left: 0;
  }
  .block7 .ib_cont__item .label{
        font-size: 24px;
    display: block;
  }
  .block7 .ib_cont__item:nth-child(1) .label{
        padding-right: 10px;
    padding-left: 80px;
  }
  .block7 .ib_cont__item .block7__prod {
        left: -82px;
    top: -110px;
    width: 209px;
}
  .block7 .ib_cont__item:first-child .label + img{
        left: 45px;
    height: 54px;
  }
  .block8 h2, .block8 h2 span {
    font-size: 28px;
    line-height: 30px;
}
  .block8 h2 span{
    font-size: 24px;
    display: block;
    margin-top: 5px;
    line-height: 31px;
  }
  .block8 .changes__item{
    max-width: 280px;
    width: 100%;
  }
  .block8 .changes__item__text{
    display: block;
    text-align: center;
    width: 100%;
    padding-left: 0;
  }
  .block8 .changes__item__text h3:before{
        left: 65px;
  }
  .block8 .changes__item__img{
    width: 100%;
  }
  .block8 .changes__item__img img{
    width: 100%;
    display: none;
  }
  .block8 .changes__item__img img.yyf{
    display: block;
  }
  .changes .slick-dots{
    bottom: -5px;
  }
  .slick-dots li button:before{
        font-size: 69px!important;
  }
  .block8:before{
        bottom: 57%;
  }
  .slick-prev, .slick-next{
    top: 100%!important;
  }
  .block8 .changes .slick-prev{
        left: calc(50% - 168px) !important;
  }
  .block8 .changes .slick-next {
    right: calc(50% - 168px) !important;
}
  .block8 .changes .slick-list{
    padding-bottom: 80px !important;
  }
  .fsz{
    font-size: 36px!important;
        line-height: 35px;
    margin-top: 75px;
  }
  .fsz b{
    font-size: 48px!important;
    display: block;
    margin-bottom: 10px;
  }
  .block8 .reviews__item__text{
    width: 100%;
    display: block;
    padding-left: 0;
  }
  .block8 .reviews__item{
    max-width: 280px;
    width: 100%;
    text-align: center;
  }
  .block8 .reviews__item__img img{
    margin-bottom: 31px;
  }
  .block8 .reviews__item{
    padding: 35px 15px 25px;
  }
  .block8 .reviews__item__img img{
    width: 100%;
  }
  .block8 .reviews .slick-prev{
    left: 32px;
  }
  .block8 .reviews .slick-next{
    right: 32px;
  }
  .block9 h2{
    font-size: 36px;
  }
  .block9 .ib_cont__item{
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .block9 .ib_cont__item:not(:last-child):before{
    display: none;
  }
  .block9 .ib_cont__item p{
    font-size: 18px;
  }
  .reviews.slick-dotted.slick-slider{
    margin-bottom: 92px;
  }
  .block8 .reviews .slick-list{
    padding-bottom: 76px!important;
  }
  .block10__layer--3 {
    right: calc(50% - 15px);
    top: -51px;
    width: 100px;
}
  .block10 h2{
    font-size: 24px;
    
    line-height: 24px;
  }
  .block10 h2 span{
    font-size: 36px;
    display: block;
	  line-height:44px;
    margin-bottom: 10px;
  }
  .block10__cont .form{
    left: 0;
        top: 730px;
  }
  .block10 ul{
    top: 70px;
    left: calc(50% - 140px);
  }
  .block10__cont .form .price{
        bottom: 444px;
        padding-left: 15px;
  }
  .block10__layer--2{
        bottom: 1050px;
    width: 491px;
    max-width: initial;
        left: calc(50% - 301px);
  }
  .block10__layer--1 {
   bottom: 70px;
    left: calc(50% - 165px);
    }
  .block10{
    padding-bottom: 801px;
  }
  .block10__layer--4 {
        bottom: 53px;
    right: calc(50% + 86px);
    width: 44px;
}
  .block10 .footer{
    top: calc(100% - 115px);
    height: 90px;
        line-height: 70px;
  }
  .block1__top .ib_cont__item .timer div{
    display: inline-block;
    width: initial;
  }
  .eew{
    height: 59px;
    overflow: visible;
  }
  .mob_b1 img{
    opacity: 0;
  }
}