/*MAIN*/

body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    font-family: "Montserrat", sans-serif;
    color: #1f1f1f;
    background: #ffffff;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -o-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

p {
    margin: 0 0 25px;
}

p:last-child {
    margin: 0;
}

ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
    width: 100%;
    height: 0;
}

.main-wrapper {
    width: 100%;
    min-width: 320px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.container-fluid {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.cnt-dib {
    font-size: 0;
}

.dib {
    display: inline-block;
    float: none;
    font-size: 16px;
    vertical-align: top;
}

.mobile {
    display: none !important;
}

.web {
    display: block;
}

.upper {
    text-transform: uppercase;
}

.pink {
    color: #f72865;
}

.green {
    color: #19c747;
}

.block_1 {
    position: relative;
    padding: 45px 0 170px;
    overflow: hidden;
    background: url('img/block_1-bg.png') no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.block_1 .container-fluid {
    z-index: 26;
}

.logo {
  display: block;
  width: 159px;
  height: 115px;
  margin: 0px auto 0px;
  background: url(img/logo.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.sublogo_text {
    margin-bottom: 60px;
    text-align: center;
    color: #ffffff;
}

.block_1-title {
    position: relative;
    margin-bottom: 60px;
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.block_1-title span {
    font-weight: 200;
}

.block_1-title:before {
    content: "";
    position: absolute;
    bottom: -36px;
    left: 50%;
    display: block;
    width: 90px;
    margin-left: -45px;
    border-bottom: 1px solid #ffffff;
}

.block_1-subtitle {
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
}

/* Generated by Animista */

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.mouse_scroll {
    display: block;
    width: 37px;
    margin: 0 auto;
    -webkit-animation: slide-top 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate;
    animation: slide-top 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate;
}

.background_video {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 25;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.background_video #video {
    width: 100%;
}

.block_2 {
    padding-bottom: 70px;
}

.block_2-top {
    position: relative;
    z-index: 27;
    margin-top: -120px;
    margin-bottom: 80px;
    padding: 40px 15px 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#fbf2d4));
    background: -webkit-linear-gradient(bottom, #ffffff 0%, #fbf2d4 100%);
    background: -o-linear-gradient(bottom, #ffffff 0%, #fbf2d4 100%);
    background: linear-gradient(0deg, #ffffff 0%, #fbf2d4 100%);
}

.block_2-top-title {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    color: #f72865;
    text-transform: uppercase;
}

.block_2-top-title span {
    font-weight: 900;
}

.block_2-list-img {
    display: block;
    max-width: 100%;
    height: 200px;
    margin: 0 auto;
}

.block_2-list-text {
    width: 75%;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 16px;
}

.block_2-list-text span {
    font-weight: 900;
    font-size: 24px;
    color: #f72865;
}


.block_2-list-text div {
    font-weight: 500;
    font-size: 24px;
    text-align: right;
    text-transform: uppercase;
}

.prod_item .block_list-text span {
    margin-left: -23px;
    color: #3fcba3;
}

.block_2-paint {
    position: relative;
    padding: 100px 80px 120px 102px;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    color: #ffe99d;
    background: url('img/block_2-paint.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.block_2-paint span {
    font-size: 84px;
    line-height: 0.7;
    color: #ffffff;
}

.block_2-paint:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 270px;
    height: 178px;
    background: url('img/block_2-nuts.png') no-repeat center top;
    -webkit-background-size: contain;
    background-size: contain;
}

.title {
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    text-transform: uppercase;
}

.title span {
    font-weight: 900;
}

.block_2-text-title:before {
    content: "";
    position: absolute;
    top: 45%;
    right: 5%;
    display: block;
    width: 73px;
    height: 66px;
    background: url('img/wiki.png') no-repeat center;
}

.text {
    font-size: 18px;
    line-height: 1.5;
}

.block_2-text:last-child {
    margin-bottom: 0;
}

.block_3 {
  background: rgb(251,243,220);
  background: -moz-linear-gradient(90deg, rgba(251,243,220,1) 0%, rgba(0,212,255,0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(251,243,220,1) 0%, rgba(0,212,255,0) 100%);
  background: linear-gradient(90deg, rgba(251,243,220,1) 0%, rgba(0,212,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbf3dc",endColorstr="#00d4ff",GradientType=1);
}

.block_3 .container-fluid {
    padding: 100px 15px;
}

.block_3-title {
    font-weight: 900;
    font-size: 36px;
    color: #f72865;
    text-transform: uppercase;
}

.block_3-subtitle {
    position: relative;
    z-index: 25;
    font-size: 24px;
    line-height: 1.5;
    text-transform: uppercase;
}

.block_3-subtitle span {
    color: #f72865;
}

.block_3-list {
    position: relative;
    z-index: 25;
}

.block_3-list li {
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
}

.block_3-list li:last-child {
    margin-bottom: 0;
}

.block_3-list li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -62px;
    width: 52px;
    height: 41px;
    margin-top: -20px;
    padding: 12px 7px 8px 7px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    background: url('img/block_3-list-mark.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.block_3-list li:nth-child(2) {
    margin-left: 26px;
}

.block_3-list li:nth-child(3) {
    margin-left: 22px;
}

.block_3-list li:nth-child(4) {
    margin-left: -10;
}

.block_3-list li:nth-child(1):before {
    content: "1";
}

.block_3-list li:nth-child(2):before {
    content: "2";
}

.block_3-list li:nth-child(3):before {
    content: "3";
}

.block_3-list li:nth-child(4):before {
    content: "4";
}

.block_3-pack {
  position: absolute;
  top: -6%;
  left: 12%;
  width: 52%;

}

.block_3-girl {
    position: absolute;
    top: -5%;
    left: 51.5%;
    height: 110%;
}

.block_3-moleculs {
  position: absolute;
      top: 20%;
      right: -30%;
      z-index: 24;
      width: 30%;
}

.block_3-leafs {
  position: absolute;
  top: 8%;
  left: -30%;
  z-index: 24;
  width: 29%;
}
@media screen and (max-width: 991px) {
.block_3-leafs {
    position: absolute;
    top: 13%;
    left: -20%;
    z-index: 24;
    width: 50%;
}
.block_3-moleculs {
  position: absolute;
      top: 20%;
      right: -24%;
      z-index: 24;
      width: 50%;
}
}
.block_4 {
    padding: 85px 0;
}

.block_4 .dib {
    display: inline-block;
    vertical-align: middle;
}

.block_4-left-text {
    padding-right: 15%;
}

.block_4-right {
    position: relative;
}

.block_4-round {
    display: block;
    width: 100%;
}

.block_4-glass {
    position: absolute;
    top: 30%;
    left: -19%;
    width: 45%;
}

.block_5 {
    position: relative;
    padding: 55px 0;
    background: #f1f1f1 url('img/block_5-girl.png') no-repeat left center;
    -webkit-background-size: contain;
    background-size: contain;
}

.block_5 .container-fluid {
    z-index: 25;
}

.block_5-title {
    font-weight: 900;
    font-size: 36px;
    text-align: center;
    color: #f72865;
    text-transform: uppercase;
}

.block_5-subtitle {
    width: 70%;
    margin: 0 auto 50px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
}

.block_5-items-wrap {
    position: relative;
}




.block_5-item {
    margin-bottom: 15px;
}

.block_5-item:nth-child(even) {
    float: right;
    text-align: right;
}

.block_5-item:nth-child(odd) {
    float: left;
}

.block_5-item-inner {
    position: relative;
    padding: 30px 16%;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 1px #0000001c;
    box-shadow: 0 0 10px 1px #0000001c;
}

.block_5-item-title {
    margin-bottom: 10px;
    font-weight: bold;
}

.block_5-item-inner:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 11px;
    display: block;
    width: 71px;
    height: 71px;
    background: url('img/block_5-icon1.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.block_5-item:nth-child(1) .block_5-item-inner:before {
    background: url('img/block_5-icon1.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.block_5-item:nth-child(2) .block_5-item-inner:before {
    right: 11px;
    left: auto;
    background: url('img/block_5-icon2.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.block_5-item:nth-child(3) .block_5-item-inner:before {
    background: url('img/block_5-icon3.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.block_5-item:nth-child(4) .block_5-item-inner:before {
    right: 11px;
    left: auto;
    background: url('img/block_5-icon4.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.block_5-item:nth-child(5) .block_5-item-inner:before {
    background: url('img/block_5-icon5.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.block_5-item:nth-child(6) .block_5-item-inner:before {
    right: 11px;
    left: auto;
    background: url('img/block_5-icon6.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.block_5-item:nth-child(5),
.block_5-item:nth-child(6) {
    margin-bottom: 0;
}

.block_5-prod {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 111%;
}

.block_5 .avocado {
    position: absolute;
    top: 30%;
    right: 0;
    z-index: 24;
    width: 20%;
}

.block_5mob{display: none !important;}
@media screen and (max-width: 1200px) {
  .block_5desk {
    display: none

  }
  .block_5mob{display: block !important;}
  .block_5-item {
      float: none;
      margin-bottom: 0;
  }
  .block_5-item:nth-child(even) {
      float: left;
  }
  .block_5-item:nth-child(odd) {
      float: left;
  }
  .block_5-item-inner {
    width: 50%;
margin: 0px auto;
      padding: 20px 15px;
      font-size: 14px;
      text-align: center;
      color: #ffffff;
      background: -webkit-gradient(linear, left top, right top, from(#f58d8f), to(#f49e35));
      background: -webkit-linear-gradient(left, #f58d8f 0%, #f49e35 100%);
      background: -o-linear-gradient(left, #f58d8f 0%, #f49e35 100%);
      background: linear-gradient(90deg, #f58d8f 0%, #f49e35 100%);
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0 0 15px 1px #fd88ab21;
      box-shadow: 0 0 15px 1px #fd88ab21;
  }
  .block_5-item-inner:before {
      position: relative;
      top: auto;
      right: auto;
      left: auto;
      margin: 0 auto 15px;
  }
  .block_5-item:nth-child(2) .block_5-item-inner:before,
  .block_5-item:nth-child(4) .block_5-item-inner:before,
  .block_5-item:nth-child(6) .block_5-item-inner:before {
      right: auto;
  }
  .slider_2 .slick-dots li {
      width: 25px;
      height: 25px;
      margin: 0 10px;
      background: #f5cfde;
      -webkit-border-radius: 50%;
      border-radius: 50%;
  }
  .slider_2 .slick-dots li.slick-active {
      background: #f72865;
  }
  .slider_2 .slick-dots li button {
      width: 100%;
      height: 100%;
  }
  .slider_2 .slick-dots {
      bottom: -40px;
  }

}
@media screen and (max-width: 991px) {
  .block_5-item-inner {
      width:100%
  }
}

.block_6 {
    position: relative;
    padding: 55px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(34%, #fee7c7), to(#fec5d3));
    background: -webkit-linear-gradient(top, #ffffff 0%, #fee7c7 34%, #fec5d3 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #fee7c7 34%, #fec5d3 100%);
    background: linear-gradient(180deg, #ffffff 0%, #fee7c7 34%, #fec5d3 100%);
}

.block_6 .container-fluid {
    z-index: 25;
}

.block_6-title {
    position: relative;
    margin-bottom: 70px;
    padding: 15px 30px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px 5px #000000;
    background: #f59d11 url('img/block_6-title-bg.png') no-repeat left center;
    -webkit-background-size: contain;
    background-size: contain;
}

.block_6-title h2 {
    font-weight: 900;
    font-size: 30px;
    line-height: 1.3;
    text-transform: uppercase;
}

.block_6-title h2 img {
    margin-top: -5px;
    vertical-align: middle;
}

.block_6-title .moleculs {
    position: absolute;
    top: -60px;
    left: -42px;
    display: block;
    width: 25%;
}

.block_6-content-title {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
}

.block_6-content-title span {
    font-weight: 900;
}

.block_6-content-subtitle {
    margin-bottom: 60px;
    font-size: 16px;
    text-align: center;
}

.block_6-content-subtitle span {
    font-weight: 600;
}

.block_6-content {
    margin-bottom: 70px;
}

.block_6-left {
    position: relative;
    vertical-align: middle;
}

.block_6-doc {
    display: block;
    width: 112%;
}

.block_6-stamp {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 45%;
}

.block_6-right {
    font-size: 18px;
    line-height: 1.5;
    vertical-align: middle;
}

.block_6-right p span {
    font-weight: 600;
}

.block_6-right-bottom {
    padding: 20px 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #f72865;
    border: 1px solid #f72865;
}

.block_6-bottom-title {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

.block_6-bottom-title span {
    font-weight: 900;
}

.block_6-bottom-subtitle {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.result_wrap {
    margin-bottom: 40px;
}

.result_left-text {
    width: calc(60% - 10px);
    margin-right: 20px;
    text-align: right;
}

.result_left-text p {
    margin-bottom: 10px;
    padding-left: 30%;
    font-weight: 300;
    line-height: 1.5;
}

.result_left-text p b {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.result_left-text p span {
    display: block;
    font-weight: 600;
}

.result_review {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 24px;
}

.result_review b.pink {
    font-weight: 900;
    font-size: 36px;
}

.result_review span.pink {
    font-weight: 600;
}

.check_1 {
    position: relative;
    z-index: 11;
    width: 65%;
    margin-right: -12%;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.result_right-text {
    width: calc(60% - 10px);
    margin-left: 20px;
    text-align: left;
}

.result_right-text p {
    margin-bottom: 10px;
    padding-right: 30%;
    font-weight: 300;
    line-height: 1.5;
}

.result_right-text p b {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.result_right-text p span {
    display: block;
    font-weight: 600;
}

.result_right-text .result_main-text {
    padding-right: 0;
}

.result_right-text .result_main-text b span {
    display: inline;
}

.result_right-text .result_main-text span {
    text-transform: uppercase;
}

.result_right-text .result_main-text span span {
    display: inline;
}

.check_2 {
    position: relative;
    z-index: 11;
    width: 65%;
    margin-left: -12%;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}

.result_photo {
    position: relative;
    width: calc(40% - 10px);
}

.result_photo img {
    display: block;
    width: 100%;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.block_6-bottom-text {
    margin-bottom: 35px;
    text-align: center;
}

.block_6-bottom-subtext {
    padding: 40px 8%;
    border: 1px dashed #f72865;
}

.block_6-bottom-subtext p {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.block_6-bottom-subtext p:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -27px;
    width: 27px;
    height: 27px;
    background: url('img/attention2.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.block_6-polygons {
    position: absolute;
    right: 0;
    bottom: -80px;
    z-index: 24;
    width: 18%;
}

.block_7 {
    padding: 80px 0 60px;
}

.block_7-title {
    display: inline-block;
    width: 75%;
    margin-bottom: 25px;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 42px;
    border-bottom: 1px solid #f72865;
}

.block_7-title div {
    font-size: 90px;
}

.block_7-subtitle {
    width: 80%;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 30px;
}

.block_7-subtitle span {
    font-weight: 900;
}

.chat_wrap {
    width: 50%;
}

.message {
    max-width: 55%;
    margin-bottom: 20px;
    font-size: 0;
}

.message:last-child {
    margin-bottom: 0;
}

.message_ava {
    display: inline-block;
    width: 45px;
    margin-right: 5px;
    vertical-align: top;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-radius: 50%;
}

.message_text {
    display: inline-block;
    width: calc(100% - 50px);
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    vertical-align: top;
    background: #ecedf1;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

.message_right {
    margin-left: 45%;
}

.block_7-peoples {
    position: absolute;
    right: -5%;
    bottom: -45px;
    z-index: 25;
    width: 45%;
}

.block_7-leafs {
    position: absolute;
    right: -30%;
    bottom: -40px;
    z-index: 24;
    width: 37%;
}

.block_8 {
    position: relative;
    padding: 50px 0;
    background: -webkit-gradient(linear, left top, right top, from(#f72865), to(#e2b966));
    background: -webkit-linear-gradient(left, #f72865 0%, #e2b966 100%);
    background: -o-linear-gradient(left, #f72865 0%, #e2b966 100%);
    background: linear-gradient(90deg, #f72865 0%, #e2b966 100%);
}

.block_8 .container-fluid {
    z-index: 25;
}

.block_8-title {
    margin-bottom: 20px;
    padding-left: 40%;
    font-weight: 400;
    font-size: 42px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.block_8-title div {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 90px;
    line-height: 0.8;
}

.btn,.btn:hover{      -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}

    .btn {    display: inline-block;
        margin-left: 40%;
        padding: 20px 40px;
          border: 0px;background: rgb(134,230,39);
background: -moz-linear-gradient(183deg, rgba(134,230,39,1) 0%, rgba(88,187,11,1) 100%);
background: -webkit-linear-gradient(183deg, rgba(134,230,39,1) 0%, rgba(88,187,11,1) 100%);
background: linear-gradient(183deg, rgba(134,230,39,1) 0%, rgba(88,187,11,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#86e627",endColorstr="#58bb0b",GradientType=1);
      border-radius: 50px;
          box-shadow: 0 0 0 1px #1e4400 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, -2px 2px 0 0 #1e4400, -2px 2px 0 1px rgba(0, 0, 0, 0.4), -2px 2px 2px 1px rgba(0, 0, 0, 0.5);
      color: black  !important;
      font-family: 'Montserrat', sans-serif;
      font-size: 25px;
      font-weight: bold;
      letter-spacing: -1px;
      line-height: 28px;
      position: relative;
      text-align: center;
      text-decoration: none !important;
      text-transform: uppercase;
      -webkit-transition: all .2s linear;


    }

    .btn:hover {background: rgb(134,230,39);
background: -moz-linear-gradient(294deg, rgba(134,230,39,1) 0%, rgba(88,187,11,1) 100%);
background: -webkit-linear-gradient(294deg, rgba(134,230,39,1) 0%, rgba(88,187,11,1) 100%);
background: linear-gradient(294deg, rgba(134,230,39,1) 0%, rgba(88,187,11,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#86e627",endColorstr="#58bb0b",GradientType=1);
      poisiton: relative;
      box-shadow: 0 0 0 1px #444 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, -1px 1px 0 0 rgba(0, 0, 0, 0.2), -1px 1px 0 1px rgba(0, 0, 0, 0.2), -1px 1px 4px 1px rgba(0, 0, 0, 0.2);
    }

    .btn:active {background: rgb(134,230,39);
background: -moz-linear-gradient(294deg, rgba(134,230,39,1) 0%, rgba(88,187,11,1) 100%);
background: -webkit-linear-gradient(294deg, rgba(134,230,39,1) 0%, rgba(88,187,11,1) 100%);
background: linear-gradient(294deg, rgba(134,230,39,1) 0%, rgba(88,187,11,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#86e627",endColorstr="#58bb0b",GradientType=1);
      box-shadow: 0 0 0 1px #444 inset, 0 0 0 2px rgba(0, 0, 0, 0.15) inset, 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0px 4px 1px rgba(0, 0, 0, 0.1);
    }

.btn2 {
    display: inline-block;
    margin-left: 40%;
    padding: 20px 40px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#70db45), to(#47cd94));
    background: -webkit-linear-gradient(top, #70db45 0%, #47cd94 100%);
    background: -o-linear-gradient(top, #70db45 0%, #47cd94 100%);
    background: linear-gradient(180deg, #70db45 0%, #47cd94 100%);
    -webkit-border-radius: 32px;
    border-radius: 32px;
    -webkit-box-shadow: 0 5px 25px 0 #47cd94;
    box-shadow: 0 5px 25px 0 #47cd94;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn2:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.btn2:hover,
.btn2:active,
.btn2:focus {
    color: #ffffff;
    text-decoration: none;
}

.block_8-pack {
    position: absolute;
    bottom: -34%;
    left: 0;
    z-index: 11;
    width: 40%;
}

.block_8-line {
    position: absolute;
    bottom: -18%;
    left: -18%;
    z-index: 10;
    width: 30%;
}

.block_8-fish {
  position: absolute;
  top: 25%;
  right: -12%;
  width: 38%;
}

.block_9 {
    padding: 150px 0 50px;
}

.block_9 .title {
    margin-bottom: 40px;
    text-align: center;
}

.block_9-items-wrap {
    margin-bottom: 100px;
}

.block_9-item {
    display: inline-block !important;
    width: 25%;
    padding: 0 15px;
    text-align: center;
}

.block_9-item-icon {
    display: block;
    width: 135px;
    height: 135px;
    margin: 0 auto 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.block_9-item:nth-child(1) .block_9-item-icon {
    background: url('img/block_9-list1.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.block_9-item:nth-child(2) .block_9-item-icon {
    background: url('img/block_9-list2.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.block_9-item:nth-child(3) .block_9-item-icon {
    background: url('img/block_9-list3.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.block_9-item:nth-child(4) .block_9-item-icon {
    background: url('img/block_9-list4.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.block_9-item-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #f72865;
    text-transform: uppercase;
}

.block_9-item-text {
    font-size: 16px;
    line-height: 1.5;
}

.question_title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
}

.question_title .green {
    font-weight: 900;
}

.question_subtitle {
    margin-bottom: 30px;
    font-weight: 600;
    text-align: center;
}

.answer_item {
    display: none;
}

.question_item {
    margin-bottom: 20px;
}

.question_item-inner {
    position: relative;
    padding: 2px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#e06191), to(#ffa025));
    background: -webkit-linear-gradient(left, #e06191 0%, #ffa025 100%);
    background: -o-linear-gradient(left, #e06191 0%, #ffa025 100%);
    background: linear-gradient(90deg, #e06191 0%, #ffa025 100%);
    -webkit-border-radius: 60px;
    border-radius: 60px;
}

.question_item-inner:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background: url('img/question_icon-white.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.question_text {
    padding: 17px 15px 15px 60px;
    font-size: 0;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.question_text p {
    display: inline-block;
    width: calc(75% - 20px);
    margin-right: 20px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    vertical-align: middle;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.question_button {
    position: relative;
    display: inline-block;
    width: 25%;
    padding: 10px;
    padding-right: 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.question_button:hover,
.question_button:focus,
.question_button:active {
    color: #ffffff;
    text-decoration: none;
}

.question_button:before {
    content: " ";
    position: absolute;
    top: 11px;
    right: 12px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.answer_item {
    width: 90%;
    margin-top: 15px;
    margin-left: 10%;
    padding: 15px 30px;
    font-size: 16px;
    background: #e1e1e1;
    -webkit-border-radius: 45px;
    border-radius: 45px;
}

.opened .question_text {
    background: #ffffff;
    -webkit-border-radius: 58px;
    border-radius: 58px;
}

.opened .question_text p {
    color: #1f1f1f;
}

.opened .question_button {
    background: #f2b459;
    border: 1px solid #f2b459;
}

.opened .question_button:before {
    top: 16px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-bottom: none;
    border-left: none;
    /* -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); */
}

.opened .question_item-inner:before {
    background: url('img/question_icon.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.form_wrap {
    padding: 20px;
    background: #f1f1f1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.inp {
    display: block;
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    padding: 0 20px;
    font-weight: 300;
    font-size: 16px;
    background: #ffffff;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-radius: 5px;
    outline: none;
}

select.inp {
    background: #ffffff url('img/arrow.png') no-repeat 97% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.block_9 form .btn,
.block_11 form .btn {
    display: block;
    width: 70%;
    margin: 0 auto;
    border: none;
    outline: none;
}

.prices {
    margin-bottom: 5px;
    font-weight: 600;
    text-align: center;
}



.new_price {
    margin-bottom: 15px;
    font-weight: 900;
    font-size: 26px;
}

.form_prod {
    display: block;
    width: 250px;
    margin: 0 auto;
}

.form-title {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.block_10 {
    padding: 50px 0;
}

.block_10-title {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
}

.block_10-title .green {
    font-weight: 900;
}

.slide_wrap {
    padding: 20px 15px;
}

.slide {
    padding: 25px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.review_photo {
    position: relative;
    margin-bottom: 30px;
}

.review_photo img {
    display: block;
    width: 100%;
}

.review_photo .before,
.review_photo .after {
    position: absolute;
    bottom: -30px;
    width: 60px;
    height: 60px;
    padding-top: 12px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: #ca3b96;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.review_photo .before {
    right: 50%;
}

.review_photo .after {
    right: 0;
}

.review_name {
    display: inline-block;
    margin-bottom: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #3fcba3;
}

.review_text {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
}

.block_11 {
    padding: 50px 0 100px;
    background: url('img/block_11-bg-leafs.png') no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.block_11-title {
    width: 70%;
    font-weight: 900;
    font-size: 60px;
    color: #f72865;
    text-transform: uppercase;
}

.block_11-subtitle {
    width: 45%;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
}

.block_11-subtitle .green {
    font-weight: 900;
}

.block_11 .form_wrap {
    width: 40%;
    padding: 50px 20px;
    background: rgb(144,53,251);
    background: -moz-linear-gradient(270deg, rgba(144,53,251,1) 0%, rgba(110,102,236,1) 32%, rgba(95,158,160,1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(144,53,251,1) 0%, rgba(110,102,236,1) 32%, rgba(95,158,160,1) 100%);
    background: linear-gradient(270deg, rgba(144,53,251,1) 0%, rgba(110,102,236,1) 32%, rgba(95,158,160,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9035fb",endColorstr="#5f9ea0",GradientType=1);
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.block_11 .form-title {
    font-size: 30px;
    color: #ffffff;
}

.block_11 .form_wrap .inp {
    width: 70%;
    margin: 0 auto 10px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.block_11 .prices_wrap {
    margin: 30px auto;
    font-size: 0;
    text-align: center;
}

.block_11 .prices {
    display: inline-block;
    font-weight: 300;
    font-size: 15px;
    vertical-align: bottom;
    color: #ffffff;
}

.block_11 .old_price {
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
  display: block;

}
.block_11 .old_price span:nth-child(2) {
  text-decoration: line-through;

}
.block_11 .new_price {
  color:#7fdf23;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-weight: 800;
}

.block_11-girl {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 53%;
}

.block_11-leaf {
    position: absolute;
    right: 4%;
    bottom: -40px;
    width: 22%;
}

.block_11-prod {
    position: absolute;
    bottom: -95px;
    left: 42%;
    z-index: 11;
    width: 45%;
}

.block_11-metric-line {
    position: absolute;
    bottom: -75px;
    left: 30%;
    width: 27%;
}

@media screen and (max-width: 1750px) {
    .block_5 {
        background: #f1f1f1 url('img/block_5-girl.png') no-repeat -20% center;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .block_5 .avocado {
        width: 25%;
    }
}

@media screen and (max-width: 1270px) {
    .background_video {
        display: none;
    }
    .block_5 {
        background: #f1f1f1 url('img/block_5-girl.png') no-repeat -45% center;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .block_6-polygons {
        display: none;
    }
}

@media screen and (max-width: 1170px) {
    .block_2-list-img {
        height: 170px;
    }
    .block_2-list-text span {
        font-size: 20px;
    }
    .block_2-text-title:before {
        right: 0;
    }
    .block_2-paint span {
        font-size: 75px;
    }
    .block_2-paint {
        font-size: 38px;
    }
    .block_2-paint:before {
        width: 220px;
        height: 144px;
    }
    .block_3-title {
        font-size: 30px;
    }
    .block_3-subtitle {
        font-size: 19px;
    }
    .block_5 {
        background: #f1f1f1;
    }
    .block_7-title div {
        font-size: 78px;
    }
    .block_8-title div {
        font-size: 78px;
    }
    .block_8-title {
        font-size: 32px;
    }
    .question_button {
        font-size: 11px;
    }
    .question_button:before {
        top: 8px;
    }
    .opened .question_button:before {
        top: 14px;
    }
    .block_9 {
        padding: 100px 0 50px;
    }
    .block_10 {
        padding: 10px 0;
    }
}

@media screen and (max-width: 991px) {
    .mobile {
        display: block !important;
    }
    .web {
        display: none !important;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .col-xs-12 {
        padding-right: 0;
        padding-left: 0;
    }
    .main-wrapper {
        max-width: 800px;
    }
    .container-fluid {
        max-width: 320px;
        padding: 0 10px;
    }
    .block_1 {
        padding: 40px 0;
    }
    .logo {
      width: 159px;
      height: 115px;
      margin: 0px auto 0px;
        background: url('img/logo.png') no-repeat center;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .sublogo_text {
        margin-bottom: 100px;
        font-size:0px
    }
    .block_1-title {
        font-weight: 500;
        font-size: 40px;
    }
    .block_1-subtitle {
        margin-bottom: 40px;
        font-size: 18px;
        text-transform: uppercase;
    }
    .block_2 {
        padding-bottom: 45px;
        background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#fbf2d4));
        background: -webkit-linear-gradient(bottom, #ffffff 0%, #fbf2d4 100%);
        background: -o-linear-gradient(bottom, #ffffff 0%, #fbf2d4 100%);
        background: linear-gradient(0deg, #ffffff 0%, #fbf2d4 100%);
    }
    .block_2-top {
        margin-top: 0;
    }
    .block_2-top-title {
        margin-bottom: 10px;
        font-size: 24px;
    }
    .block_2-top {
        margin-bottom: 0;
        padding: 40px 0;
        background: transparent;
    }
    .block_2-list-text {
        width: 100%;
        margin-top: 0;
        font-weight: 500;
        font-size: 14px;
    }
    .block_2-list-text div {
        font-size: 18px;
    }
    .block_2-list-img {
        position: absolute;
        top: 50%;
        left: 0;
        width: 50%;
        height: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .block_2-list-item {
        padding: 40px 0;
    }
    .block_2-list-item:nth-child(1) {
        padding-right: 0;
        padding-left: 50%;
    }
    .block_2-list-item:nth-child(1) .block_2-list-text div {
        text-align: left;
    }
    .block_2-list-item:nth-child(2) {
        padding-right: 50%;
        padding-left: 0;
    }
    .block_2-list-item:nth-child(2) .block_2-list-img {
        right: 0;
        left: auto;
    }
    .block_2-list-item:nth-child(3) {
        padding-right: 0;
        padding-left: 50%;
    }
    .block_2-list-item:nth-child(3) .block_2-list-text div {
        text-align: left;
    }
    .block_2-list-item:nth-child(4) {
        padding-right: 50%;
        padding-left: 0;
    }
    .block_2-list-item:nth-child(4) .block_2-list-img {
        right: 0;
        left: auto;
    }

    .block_2-paint {
        width: calc(100% + 20px);
        margin-left: -10px;
        padding: 25px 35px;
        font-size: 24px;
        line-height: 1.5;
        text-align: center;
        background: -webkit-linear-gradient(337deg, #f47381 0%, #df9c3b 100%);
        background: -o-linear-gradient(337deg, #f47381 0%, #df9c3b 100%);
        background: linear-gradient(113deg, #f47381 0%, #df9c3b 100%);
    }
    .block_2-paint span {
        display: block;
        font-weight: 600;
        font-size: 40px;
        line-height: 1.5;
    }
    .block_2-paint:before {
        right: -40px;
        bottom: -40px;
        width: 165px;
        height: 108px;
    }
    .block_2-right {
        padding: 45px 0 0;
    }
    .block_2-text-title {
        padding-left: 80px;
        font-size: 18px;
        line-height: 1.5;
        text-align: right;
    }
    .block_2-text-title:before {
        top: 50%;
        right: auto;
        left: 0;
        margin-top: -33px;
    }
    .text {
        font-size: 14px;
    }
    .block_3 .container-fluid {
        padding: 210px 10px 30px;
    }
    .block_3-pack {
        position: absolute;
        top: -7px;
        left: 50%;
        width: 240px;
        margin-left: -120px;
    }
    .block_3-title {
        font-size: 18px;
        text-align: center;
    }
    .block_3-subtitle {
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
    }
    .block_3-list li:nth-child(2) {
        margin-left: 0;
    }
    .block_3-list li:nth-child(3) {
        margin-left: 0;
    }
    .block_3-list {
        padding-left: 40%;
    }
    .block_3-list li {
        margin-bottom: 15px;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.3;
    }
    .block_3-list li:before {
        left: -54px;
        width: 44px;
        height: 33px;
        margin-top: -16px;
        padding: 10px 8px 8px 6px;
        font-size: 14px;
    }
    .block_3-girl {
        top: auto;
        bottom: -10px;
        left: -25px;
        height: 260px;
        -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
        -webkit-filter: FlipH;
        filter: FlipH;
        -ms-filter: "FlipH";
    }
    .block_4 {
        padding: 50px 0 30px;
        text-align: center;
        background: -webkit-gradient(linear, left bottom, left top, from(#f8df9e), to(#ffffff));
        background: -webkit-linear-gradient(bottom, #f8df9e 0%, #ffffff 100%);
        background: -o-linear-gradient(bottom, #f8df9e 0%, #ffffff 100%);
        background: linear-gradient(0deg, #f8df9e 0%, #ffffff 100%);
    }
    .block_4 .title {
        font-size: 18px;
        line-height: 1.5;
    }
    .block_4-left-text {
        padding: 0;
    }
    .block_4-right {
        margin-bottom: 20px;
    }
    .block_4-round {
        width: 80%;
        margin-left: 20%;
    }
    .block_4-glass {
      bottom: 9%;
      top: initial;
      left: 20px;
      width: 30%;
    }
    .block_4 .text.pink {
        margin-bottom: 20px;
        font-weight: 600;
    }
    .block_4 .btn.mobile {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 15px 40px;
    }
    .block_5 {
        padding: 45px 0;
        background: #ffffff;
    }
    .block_5-prod {
        display: none;
    }
    .avocado {
        display: none;
    }
    .block_5-title {
        font-size: 18px;
    }
    .block_5-subtitle {
        width: 100%;
        margin-bottom: 30px;
        font-size: 14px;
    }
    .block_5-subtitle .pink {
        display: block;
    }

    .block_6 {
        padding: 0 0 30px;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(27%, #ffffff), color-stop(60%, #fdddae), to(#feaabe));
        background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 27%, #fdddae 60%, #feaabe 100%);
        background: -o-linear-gradient(top, #ffffff 0%, #ffffff 27%, #fdddae 60%, #feaabe 100%);
        background: linear-gradient(180deg, #ffffff 0%, #ffffff 27%, #fdddae 60%, #feaabe 100%);
    }
    .block_6-title .moleculs {
        display: none;
    }
    .block_6-title h2 {
        font-size: 24px;
    }
    .block_6-title-text {
        font-size: 14px;
    }
    .block_6-title {
        width: calc(100% + 20px);
        margin-bottom: 50px;
        margin-left: -10px;
        padding: 20px;
        text-transform: uppercase;
        text-shadow: none;
        background: #f59d11;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .block_6-content-title {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .block_6-content-subtitle {
        margin-bottom: 30px;
        font-size: 14px;
    }
    .block_6-left {
        margin-bottom: 15px;
    }
    .block_6-right {
        font-size: 14px;
        text-align: center;
    }
    .block_6-content {
        margin-bottom: 30px;
    }
    .block_6-bottom-title {
        margin-bottom: 15px;
        font-size: 18px;
        text-transform: uppercase;
    }
    .block_6-bottom-subtitle {
        font-size: 14px;
    }
    .result_left-text {
        width: calc(50% - 10px);
    }
    .result_photo {
        width: calc(50% - 10px);
    }
    .result_left-text p {
        padding-left: 0;
        font-size: 14px;
    }
    .result_review {
        margin-bottom: 20px;
        font-size: 18px;
        text-transform: uppercase;
    }
    .check_1 {
        width: 82%;
        margin-right: -18%;
    }
    .result_left {
        margin-bottom: 30px;
    }
    .result_right-text {
        width: calc(50% - 10px);
    }
    .result_right-text p {
        padding-right: 0;
        font-size: 12px;
    }
    .result_review b.pink {
        font-size: 18px;
    }
    .check_2 {
        width: 82%;
        margin-left: -18%;
    }
    .block_6-bottom-subtext p {
        font-size: 14px;
    }
    .block_6-bottom-subtext {
        padding: 34px;
    }
    .block_7 {
        padding: 50px 0 40px;
    }
    .block_7-title {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 0;
        font-weight: 900;
        font-size: 18px;
        text-align: left;
        color: #f72865;
        border-bottom: none;
            padding-right: 22px;
    }
    .block_7-title div {
        font-size: 24px;
    }
    .block_7-subtitle {
        width: 72%;
        font-size: 14px;
    }
    .block_7-subtitle span {
        font-size: 18px;
        color: #1f1f1f;
    }
    .chat_wrap {
        width: 100%;
    }
    .message {
        max-width: 100%;
    }
    .message_right {
        margin-left: 0;
    }
    .block_7-peoples {
        top: -6%;
        right: -6%;
        bottom: auto;
        width: 40%;
    }
    .block_7-leafs {
        display: none;
    }
    .block_8-fish {
        display: none;
    }
    .block_8 {
        padding: 30px 0;
        background: -webkit-gradient(linear, left top, right top, from(#e06092), to(#fbb934));
        background: -webkit-linear-gradient(left, #e06092 0%, #fbb934 100%);
        background: -o-linear-gradient(left, #e06092 0%, #fbb934 100%);
        background: linear-gradient(90deg, #e06092 0%, #fbb934 100%);
    }
    .block_8-title {
        margin-bottom: 230px;
        padding-left: 0;
        font-weight: 900;
        font-size: 18px;
        text-align: center;
    }
    .block_8-title div {
        font-weight: 600;
        font-size: 40px;
    }
    .block_8 .btn {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 15px 40px;
    }
    .block_8-pack {
      bottom: 56px;
  left: 30%;
  width: 81%;
    }
    .block_8-line {
        bottom: 82px;
        left: 4%;
        width: 50%;
    }
    .block_9 {
        padding: 50px 0;
    }
    .block_9-item {
        width: 100%;
        padding: 20px 15px;
        font-size: 14px;
        text-align: center;
        color: #ffffff;
        background: -webkit-gradient(linear, left top, right top, from(#fd88ab), to(#f9bd69));
        background: -webkit-linear-gradient(left, #fd88ab 0%, #f9bd69 100%);
        background: -o-linear-gradient(left, #fd88ab 0%, #f9bd69 100%);
        background: linear-gradient(90deg, #fd88ab 0%, #f9bd69 100%);
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 15px 1px #fd88ab21;
        box-shadow: 0 0 15px 1px #fd88ab21;
    }
    .block_9-item-title {
        font-weight: 900;
        font-size: 14px;
        color: #ffffff;
    }
    .block_9-item-text {
        font-weight: 300;
        font-size: 14px;
    }
    .block_9 .title {
        margin-bottom: 20px;
        font-weight: 900;
        font-size: 24px;
        color: #3fcba3;
    }
    .block_9-items-wrap {
        margin-bottom: 70px !important;
    }
    .question_title {
        font-size: 18px;
    }
    .question_title .green {
        font-size: 24px;
    }
    .question_subtitle {
        font-weight: 300;
        font-size: 14px;
    }
    .answer_item {
        width: 100%;
        margin-left: 0;
        font-size: 14px;
    }
    .question_text p {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .question_button {
        display: block;
        width: 80%;
    }
    .inp {
        width: 90%;
        margin: 0 auto 15px;
    }
    .old_price {
        font-size: 14px;
    }
    .new_price {
        font-size: 18px;
    }
    .block_10-title {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .slide_wrap {
        padding: 10px 5px;
    }
    .slide {
        padding: 15px;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    }
    .review_text {
        font-weight: 400;
        font-size: 14px;
    }
    .review_photo {
        margin-bottom: 45px;
    }
    .block_11 {
        padding: 50px 0;
    }
    .block_11-title {
        width: 100%;
        font-size: 24px;
        text-align: left;
    }
    .block_11-subtitle {
        width: 100%;
        margin-bottom: 250px;
        font-size: 18px;
        text-align: left;
    }
    .block_11 .form_wrap {
        width: 100%;
        padding: 20px 15px;
    }
    .block_11 .form_wrap .inp {
        width: 100%;
    }
    .block_11 .prices_wrap {
        margin: 15px auto;
    }
    .block_9 form .btn,
    .block_11 form .btn {
        width: 100%;
        padding:10px 10px
    }
    .block_11 {
        background: -webkit-gradient(linear, left bottom, left top, from(#e6cf77), to(#ffffff));
        background: -webkit-linear-gradient(bottom, #e6cf77 0%, #ffffff 100%);
        background: -o-linear-gradient(bottom, #e6cf77 0%, #ffffff 100%);
        background: linear-gradient(0deg, #e6cf77 0%, #ffffff 100%);
    }
    .block_11 .form-title {
        font-size: 18px;
    }
    .block_11-metric-line {
        display: none;
    }
    .block_11-prod {
        bottom: 365px;
        left: 27%;
        width: 85%;
    }
    .block_11-girl {
      right: 27%;
      bottom: 383px;
      width: 72%;
    }
    .block_11-leaf {
        right: 50%;
        bottom: 375px;
        width: 36%;
    }

    .slider_3 .slick-dots li {
        width: 25px;
        height: 25px;
        margin: 0 10px;
        background: #f5cfde;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    .slider_3 .slick-dots li.slick-active {
        background: #f72865;
    }
    .slider_3 .slick-dots li button {
        width: 100%;
        height: 100%;
    }
    .slider_3 .slick-dots {
        bottom: -40px;
    }
    .review_slider .slick-dots li {
        width: 25px;
        height: 25px;
        margin: 0 10px;
        background: #f5cfde;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    .review_slider .slick-dots li.slick-active {
        background: #f72865;
    }
    .review_slider .slick-dots li button {
        width: 100%;
        height: 100%;
    }
    .review_slider .slick-dots {
        bottom: -40px;
    }
    .slider_4 .slick-dots li {
        width: 25px;
        height: 25px;
        margin: 0 10px;
        background: #f2b756;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    .slider_4 .slick-dots li.slick-active {
        background: #f68a8f;
    }
    .slider_4 .slick-dots li button {
        width: 100%;
        height: 100%;
    }
    .slider_4 .slick-dots {
        bottom: -40px;
    }
    .block_6-polygons {
        display: none;
    }
}
