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

html, body {
  height: 100%; }

body {
  font-size: 18px;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

.pre-title {
  font-family: 'Amatic SC', cursive;
  font-size: 70px;
  margin: 0;
  letter-spacing: -2px; }

.page-wrapper {
  position: relative;
  overflow: hidden;
  opacity: 1; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none; }

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

@-webkit-keyframes float {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes float {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@-webkit-keyframes float-opacity {
  0%,
  to {
    opacity: 1; }
  50% {
    opacity: .6; } }

@keyframes float-opacity {
  0%,
  to {
    opacity: 1; }
  50% {
    opacity: .6; } }

.loading-page {
  height: 100vh; }
  .loading-page .preloader {
    display: block; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #F19393;
  z-index: 99;
  display: none;
  overflow: hidden; }

.lds-ripple {
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px; }

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }

@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0; } }

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0; } }

.only-mobile {
  display: none !important; }

.only-desktop {
  display: block !important; }

.btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 275px;
  color: #FF8416;
  border: none;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background-color: #fff;
  -webkit-box-shadow: 0 16px 29px rgba(213, 0, 4, 0.6);
          box-shadow: 0 16px 29px rgba(213, 0, 4, 0.6);
  padding: 20px 40px;
  -webkit-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.63, 0, 0.26, 1.475);
  -webkit-transition: all 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.26, 1.475);
  transition: all 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.26, 1.475);
  -o-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.63, 0, 0.26, 1.475);
  transition: all 0.5s ease, transform 0.5s cubic-bezier(0.63, 0, 0.26, 1.475);
  transition: all 0.5s ease, transform 0.5s cubic-bezier(0.63, 0, 0.26, 1.475), -webkit-transform 0.5s cubic-bezier(0.63, 0, 0.26, 1.475);
  outline: none;
  cursor: pointer;
  z-index: 12; }
  .btn.btn--white {
    color: #000;
    -webkit-box-shadow: 0 16px 29px rgba(190, 78, 78, 0.6);
            box-shadow: 0 16px 29px rgba(190, 78, 78, 0.6); }
    .btn.btn--white:hover {
      background-color: #DA312C; }
  .btn:focus {
    outline: none; }
  .btn:hover {
    color: #fff;
    background-color: #FF8416;
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 29px rgba(213, 0, 4, 0.6);
            box-shadow: 0 0 29px rgba(213, 0, 4, 0.6); }

.header {
  position: relative;
  padding: 40px 0 100px;
  background: #FCCDB9;
  background: -webkit-radial-gradient(center, ellipse, #faf5f2 0%, #fdefe5 16%, #fccdb8 90%, #fccdb8 100%);
  background: -o-radial-gradient(center, ellipse, #faf5f2 0%, #fdefe5 16%, #fccdb8 90%, #fccdb8 100%);
  background: radial-gradient(ellipse at center, #faf5f2 0%, #fdefe5 16%, #fccdb8 90%, #fccdb8 100%); }
  .header .header-bg {
    position: absolute;
    bottom: 0px;
    left: 50%;
    background: url(../img/header-bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 681px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .header .wave {
    position: absolute;
    width: 100%;
    height: 350px;
    bottom: -50px;
    left: 0;
    z-index: 7; }
    .header .wave svg {
      fill: #fff; }
  .header .decor {
    position: relative; }
    .header .decor .decor-element {
      position: absolute; }
    .header .decor .decor-element-1 {
      width: 115px;
      height: 116px;
      top: 0;
      left: -5px;
      background: url(../img/decor1.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain; }
    .header .decor .decor-element-2 {
      width: 67px;
      height: 66px;
      top: 403px;
      left: 0;
      background: url(../img/decor2.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain; }
    .header .decor .decor-element-3 {
      width: 150px;
      height: 126px;
      top: 440px;
      left: 246px;
      background: url(../img/decor3.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain; }
    .header .decor .decor-element-4 {
      width: 121px;
      height: 121px;
      top: 345px;
      left: 1126px;
      background: url(../img/decor4.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain; }
  .header .pre-title {
    padding: 0 0 20px;
    text-transform: uppercase;
    text-align: center;
    color: #DA312C; }
  .header .header-title {
    position: relative;
    font-size: 180px;
    letter-spacing: -6px;
    line-height: 1;
    color: #0d0d0d;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 80px; }
    .header .header-title:after {
      content: '';
      position: absolute;
      bottom: 82px;
      left: 541px;
      background: url(../img/after-title.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain;
      width: 144px;
      height: 174px;
      z-index: 2; }
  .header .header__list {
    list-style-type: none;
    margin: 0;
    padding: 30px 0;
    padding-left: 115px;
    max-width: 450px; }
    .header .header__list li {
      font-size: 24px;
      position: relative;
      padding-bottom: 15px; }
      .header .header__list li:before {
        content: '';
        position: absolute;
        top: 5px;
        left: -45px;
        background: url(../img/icon2.png) no-repeat center;
        -webkit-background-size: contain;
        background-size: contain;
        width: 26px;
        height: 26px; }
      .header .header__list li:first-child:before {
        background: url(../img/icon1.png) no-repeat center;
        -webkit-background-size: contain;
        background-size: contain; }
  .header .header__product img {
    position: absolute;
    bottom: -125px;
    right: 50px;
    z-index: 5; }
  .header .btn {
    margin: 225px auto 0; }

.s-composition {
  position: relative;
  padding: 75px 0 120px; }
  .s-composition .composition-bg {
    position: absolute;
    top: -40px;
    left: 20px;
    background: url(../img/composition-bg.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 1114px;
    height: 1115px; }
  .s-composition .wave {
    position: absolute;
    width: 100%;
    height: 350px;
    bottom: -50px;
    left: 0;
    z-index: 7; }
    .s-composition .wave svg {
      fill: #F39D9D; }
  .s-composition .pre-title {
    text-transform: uppercase;
    text-align: center; }
    .s-composition .pre-title span {
      color: #769C1D; }
  .s-composition .sub-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0; }
  .s-composition .s-composition__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding: 90px 0; }
    .s-composition .s-composition__content .composition__item {
      position: relative;
      width: 33%; }
      .s-composition .s-composition__content .composition__item .img-center {
        position: absolute;
        top: -40px;
        right: -240px; }
      .s-composition .s-composition__content .composition__item .composition__sign {
        font-size: 80px;
        line-height: 1;
        text-transform: uppercase; }
        .s-composition .s-composition__content .composition__item .composition__sign span {
          display: block;
          color: #769C1D;
          font-weight: 900; }
      .s-composition .s-composition__content .composition__item .composition__list {
        list-style-type: none;
        padding-left: 170px; }
        .s-composition .s-composition__content .composition__item .composition__list li {
          margin-bottom: 55px;
          position: relative; }
          .s-composition .s-composition__content .composition__item .composition__list li img {
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 50%;
            left: -80px; }

.s-formula {
  padding: 40px 0 0;
  position: relative;
  background-color: #F39D9D; }
  .s-formula:before {
    content: '';
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 800px;
    height: 800px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: -webkit-radial-gradient(center, ellipse, rgba(252, 229, 229, 0.9) 15%, transparent 70%);
    background: -o-radial-gradient(center, ellipse, rgba(252, 229, 229, 0.9) 15%, transparent 70%);
    background: radial-gradient(ellipse at center, rgba(252, 229, 229, 0.9) 15%, transparent 70%); }
  .s-formula .wave {
    position: absolute;
    width: 100%;
    height: 350px;
    bottom: -260px;
    left: 0;
    z-index: 2; }
    .s-formula .wave svg {
      fill: #F39D9D; }
  .s-formula .s-formula__content {
    position: relative; }
  .s-formula .pre-title {
    text-transform: uppercase;
    text-align: center; }
    .s-formula .pre-title span {
      color: #fff; }
  .s-formula .sub-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0; }
  .s-formula .product-wrapper {
    position: relative;
    max-width: 180px;
    margin: 50px auto 0; }
    .s-formula .product-wrapper img {
      position: relative;
      z-index: 3; }
    .s-formula .product-wrapper:before {
      content: '';
      position: absolute;
      width: 579px;
      height: 767px;
      background: url(../img/product-before.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 57%;
      left: 24%;
      z-index: 2; }
  .s-formula .btn {
    margin: 50px auto -70px; }

.ingredients {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .ingredients .ingredients__item {
    position: absolute;
    top: 80px;
    left: 230px;
    width: 270px;
    z-index: 4; }
    .ingredients .ingredients__item .item-img {
      position: absolute;
      top: 40px;
      left: -70px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .ingredients .ingredients__item .item-img img {
        position: relative;
        z-index: 5; }
      .ingredients .ingredients__item .item-img:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: url(../img/item-bg1.png) no-repeat center;
        -webkit-background-size: contain;
        background-size: contain;
        width: 259px;
        height: 208px; }
    .ingredients .ingredients__item .item-name {
      position: relative;
      z-index: 4; }
      .ingredients .ingredients__item .item-name span {
        display: inline-block;
        background-color: #fff;
        padding: 5px 15px;
        -webkit-border-radius: 0 20px 0 20px;
        border-radius: 0 20px 0 20px;
        -webkit-box-shadow: 0 17px 9px rgba(169, 128, 5, 0.17);
                box-shadow: 0 17px 9px rgba(169, 128, 5, 0.17); }
      .ingredients .ingredients__item .item-name div:first-child span {
        margin-bottom: 5px;
        -webkit-border-radius: 20px 0 20px 0;
        border-radius: 20px 0 20px 0; }
    .ingredients .ingredients__item:nth-child(2) {
      top: 80px;
      left: auto;
      right: 250px; }
      .ingredients .ingredients__item:nth-child(2) .item-name {
        text-align: right; }
        .ingredients .ingredients__item:nth-child(2) .item-name span {
          -webkit-border-radius: 20px 0 20px 0;
          border-radius: 20px 0 20px 0; }
        .ingredients .ingredients__item:nth-child(2) .item-name div:first-child span {
          -webkit-border-radius: 0 20px 0 20px;
          border-radius: 0 20px 0 20px; }
      .ingredients .ingredients__item:nth-child(2) .item-img {
        left: auto;
        right: -280px; }
        .ingredients .ingredients__item:nth-child(2) .item-img:before {
          top: 60%;
          width: 239px;
          height: 234px;
          background: url(../img/item-bg2.png) no-repeat center;
          -webkit-background-size: contain;
          background-size: contain; }
    .ingredients .ingredients__item:nth-child(3) {
      top: 290px;
      left: 10px; }
      .ingredients .ingredients__item:nth-child(3) .item-name {
        text-align: right; }
        .ingredients .ingredients__item:nth-child(3) .item-name span {
          -webkit-border-radius: 20px 0 20px 0;
          border-radius: 20px 0 20px 0; }
        .ingredients .ingredients__item:nth-child(3) .item-name div:first-child span {
          -webkit-border-radius: 0 20px 0 20px;
          border-radius: 0 20px 0 20px; }
      .ingredients .ingredients__item:nth-child(3) .item-img {
        left: auto;
        top: 25px;
        right: -250px; }
        .ingredients .ingredients__item:nth-child(3) .item-img:before {
          top: 50%;
          left: 35%;
          width: 224px;
          height: 256px;
          background: url(../img/item-bg3.png) no-repeat center;
          -webkit-background-size: contain;
          background-size: contain; }
    .ingredients .ingredients__item:nth-child(4) {
      top: 290px;
      left: auto;
      right: 30px; }
      .ingredients .ingredients__item:nth-child(4) .item-img {
        top: 40px;
        left: -70px; }
        .ingredients .ingredients__item:nth-child(4) .item-img:before {
          top: 40%;
          left: 60%;
          width: 236px;
          height: 242px;
          background: url(../img/item-bg4.png) no-repeat center;
          -webkit-background-size: contain;
          background-size: contain; }
    .ingredients .ingredients__item:nth-child(5) {
      top: 520px;
      left: 220px; }
      .ingredients .ingredients__item:nth-child(5) .item-img {
        top: 20px;
        left: -70px; }
        .ingredients .ingredients__item:nth-child(5) .item-img:before {
          top: 50%;
          left: 40%;
          width: 245px;
          height: 235px;
          background: url(../img/item-bg5.png) no-repeat center;
          -webkit-background-size: contain;
          background-size: contain; }
    .ingredients .ingredients__item:nth-child(6) {
      top: 530px;
      left: auto;
      right: 250px; }
      .ingredients .ingredients__item:nth-child(6) .item-name {
        text-align: right; }
      .ingredients .ingredients__item:nth-child(6) .item-img {
        top: 10px;
        left: auto;
        right: -210px; }
        .ingredients .ingredients__item:nth-child(6) .item-img:before {
          top: 50%;
          left: 40%;
          width: 235px;
          height: 241px;
          background: url(../img/item-bg6.png) no-repeat center;
          -webkit-background-size: contain;
          background-size: contain; }

.s-comments {
  position: relative;
  background-color: #F1F5C6;
  padding: 245px 0 150px;
  overflow: hidden; }
  .s-comments .comments-bg {
    background: url(../img/steps-woman.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 1119px;
    height: 1530px;
    position: absolute;
    bottom: -250px;
    right: 0;
    z-index: 1; }
  .s-comments .wave {
    position: absolute;
    width: 100%;
    height: 390px;
    bottom: -30px;
    left: 0;
    z-index: 7; }
    .s-comments .wave:after {
      content: '';
      position: absolute;
      top: -80px;
      right: 150px;
      background: url(../img/comments-berry.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain;
      width: 356px;
      height: 354px; }
    .s-comments .wave svg {
      fill: #fff; }
  .s-comments .decor {
    position: relative; }
    .s-comments .decor .decor-element {
      position: absolute; }
    .s-comments .decor .decor-element-1 {
      width: 105px;
      height: 105px;
      top: 150px;
      left: 355px;
      background: url(../img/decor5.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain; }
    .s-comments .decor .decor-element-2 {
      width: 151px;
      height: 152px;
      top: 475px;
      left: 60px;
      background: url(../img/decor6.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain; }
    .s-comments .decor .decor-element-3 {
      width: 472px;
      height: 448px;
      top: 70px;
      left: -50px;
      background: url(../img/decor7.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain;
      z-index: 0; }
    .s-comments .decor .decor-element-4 {
      width: 375px;
      height: 488px;
      top: -110px;
      left: 726px;
      background: url(../img/decor8.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain;
      z-index: 0; }
    .s-comments .decor .decor-element-5 {
      width: 457px;
      height: 467px;
      top: 330px;
      left: 310px;
      background: url(../img/decor9.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain;
      z-index: 0; }
  .s-comments .pre-title {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    z-index: 3; }
    .s-comments .pre-title span {
      color: #fff; }
  .s-comments .s-comments__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    max-width: 90%;
    z-index: 3; }
    .s-comments .s-comments__content .s-comments__item {
      position: relative;
      width: -webkit-calc(33% - 60px);
      width: calc(33% - 60px);
      text-align: center;
      background-color: #fff;
      -webkit-border-radius: 12px;
      border-radius: 12px;
      margin: 70px 30px 0;
      padding: 45px 15px 15px;
      -webkit-box-shadow: 0 15px 29px rgba(0, 0, 0, 0.35);
              box-shadow: 0 15px 29px rgba(0, 0, 0, 0.35); }
      .s-comments .s-comments__content .s-comments__item .avatar {
        position: absolute;
        width: 90px;
        height: 90px;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .s-comments .s-comments__content .s-comments__item .avatar img {
          -webkit-border-radius: 50%;
          border-radius: 50%;
          border: 7px solid #fff; }
      .s-comments .s-comments__content .s-comments__item .author {
        color: #769C1D;
        font-size: 12px; }
        .s-comments .s-comments__content .s-comments__item .author b {
          font-size: 16px; }
      .s-comments .s-comments__content .s-comments__item .text {
        margin: 5px 0 10px;
        font-size: 14px;
        text-align: left; }

.s-steps {
  position: relative;
  padding: 10px 0 0;
  z-index: 7; }
  .s-steps .wave {
    position: absolute;
    width: 100%;
    height: 350px;
    bottom: -340px;
    left: 0;
    z-index: 2; }
    .s-steps .wave svg {
      fill: #fff; }
  .s-steps .pre-title {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    z-index: 3; }
    .s-steps .pre-title span {
      color: #769C1D; }
  .s-steps .sub-title {
    max-width: 650px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 10px auto; }
  .s-steps .steps__content {
    position: relative; }
    .s-steps .steps__content .steps__list {
      width: 55%;
      list-style-type: none;
      margin: 80px 0 45px;
      padding-left: 100px; }
      .s-steps .steps__content .steps__list li {
        position: relative;
        font-size: 20px;
        margin-bottom: 70px;
        z-index: 5; }
        .s-steps .steps__content .steps__list li span {
          display: block;
          max-width: 300px; }
        .s-steps .steps__content .steps__list li:before {
          content: '1';
          position: absolute;
          font-size: 48px;
          font-weight: 300;
          color: #DA312C;
          top: -65px;
          left: 10px; }
        .s-steps .steps__content .steps__list li:after {
          content: '';
          position: absolute;
          background: url(../img/step1.png) no-repeat center;
          -webkit-background-size: contain;
          background-size: contain;
          width: 142px;
          height: 123px;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          top: 15px;
          left: 20px;
          z-index: -1; }
        .s-steps .steps__content .steps__list li:last-child {
          margin-bottom: 0; }
          .s-steps .steps__content .steps__list li:last-child:before {
            content: '5';
            top: -60px;
            left: 5px; }
          .s-steps .steps__content .steps__list li:last-child:after {
            background: url(../img/step5.png) no-repeat center;
            -webkit-background-size: contain;
            background-size: contain;
            width: 133px;
            height: 131px;
            top: 25px; }
        .s-steps .steps__content .steps__list li:nth-child(2) {
          margin-left: 235px; }
          .s-steps .steps__content .steps__list li:nth-child(2):before {
            content: '2'; }
          .s-steps .steps__content .steps__list li:nth-child(2):after {
            background: url(../img/step2.png) no-repeat center;
            -webkit-background-size: contain;
            background-size: contain;
            width: 140px;
            height: 141px;
            left: 10px; }
        .s-steps .steps__content .steps__list li:nth-child(3) {
          margin-left: 65px; }
          .s-steps .steps__content .steps__list li:nth-child(3):before {
            content: '3';
            left: 0;
            top: -60px; }
          .s-steps .steps__content .steps__list li:nth-child(3):after {
            background: url(../img/step3.png) no-repeat center;
            -webkit-background-size: contain;
            background-size: contain;
            width: 129px;
            height: 143px;
            top: 40px;
            left: 10px; }
        .s-steps .steps__content .steps__list li:nth-child(4) {
          margin-left: 220px;
          margin-bottom: 50px; }
          .s-steps .steps__content .steps__list li:nth-child(4):before {
            content: '4';
            left: 0; }
          .s-steps .steps__content .steps__list li:nth-child(4):after {
            background: url(../img/step4.png) no-repeat center;
            -webkit-background-size: contain;
            background-size: contain;
            width: 124px;
            height: 138px;
            top: 30px;
            left: 10px; }
    .s-steps .steps__content .img-wrapper {
      position: absolute;
      bottom: -90px;
      right: 190px;
      z-index: 3; }
      .s-steps .steps__content .img-wrapper:before {
        content: '';
        position: absolute;
        bottom: -320px;
        left: 32%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: url(../img/steps-product-before.png) no-repeat center;
        -webkit-background-size: contain;
        background-size: contain;
        width: 1376px;
        height: 1120px;
        z-index: 0; }
      .s-steps .steps__content .img-wrapper .steps-bg {
        position: absolute;
        bottom: 0;
        left: -330px;
        background: url(../img/steps-bg.png) no-repeat center;
        -webkit-background-size: contain;
        background-size: contain;
        width: 836px;
        height: 804px;
        z-index: -1; }
      .s-steps .steps__content .img-wrapper img {
        max-width: 215px;
        position: relative;
        z-index: 2; }
    .s-steps .steps__content .btn {
      margin: 0 auto;
      -webkit-box-shadow: 0 16px 29px rgba(179, 185, 28, 0.6);
              box-shadow: 0 16px 29px rgba(179, 185, 28, 0.6); }

.s-reviews {
  position: relative;
  padding: 230px 0 140px;
  background: #FEE3E1 url(../img/pattern.png) repeat center;
  z-index: 2; }
  .s-reviews:before {
    content: '';
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 800px;
    height: 800px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: -webkit-radial-gradient(center, ellipse, white 15%, transparent 70%);
    background: -o-radial-gradient(center, ellipse, white 15%, transparent 70%);
    background: radial-gradient(ellipse at center, white 15%, transparent 70%); }
  .s-reviews .wave {
    position: absolute;
    width: 100%;
    height: 350px;
    top: -310px;
    left: 0;
    z-index: 2; }
    .s-reviews .wave svg {
      fill: #FEE3E1; }
    .s-reviews .wave.wave--bottom {
      top: auto;
      bottom: -10px; }
      .s-reviews .wave.wave--bottom:after {
        display: none; }
      .s-reviews .wave.wave--bottom svg {
        fill: #FFE5CB; }
  .s-reviews .pre-title {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 3; }
    .s-reviews .pre-title span {
      color: #DA312C; }
  .s-reviews .s-reviews__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 0; }
    .s-reviews .s-reviews__content .btn {
      position: absolute;
      bottom: -56px;
      left: 50%;
transform: translateX(-50%);
      color: #769C1D;
      z-index: 12; }
      .s-reviews .s-reviews__content .btn:hover {
        color: #fff; }
    .s-reviews .s-reviews__content .s-reviews__sign {
      width: 34%;
      font-size: 56px;
      line-height: 1;
      text-transform: uppercase;
      padding-top: 15px; }
      .s-reviews .s-reviews__content .s-reviews__sign span {
        display: block;
        color: #769C1D;
        font-weight: bold; }
    .s-reviews .s-reviews__content .s-reviews__img {
      position: relative;
      width: 40%; }
      .s-reviews .s-reviews__content .s-reviews__img .reviews-img-before,
      .s-reviews .s-reviews__content .s-reviews__img .reviews-img,
      .s-reviews .s-reviews__content .s-reviews__img .reviews-shadow {
        content: '';
        position: absolute; }
      .s-reviews .s-reviews__content .s-reviews__img .reviews-img-before {
        background: url(../img/reviews-img2.png) no-repeat center;
        -webkit-background-size: contain;
        background-size: contain;
        width: 124px;
        height: 125px;
        top: -240px;
        right: 100px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation: float 4s ease-in-out infinite;
        animation: float 4s ease-in-out infinite; }
      .s-reviews .s-reviews__content .s-reviews__img .reviews-img {
        background: url(../img/reviews-img1.png) no-repeat center;
        -webkit-background-size: contain;
        background-size: contain;
        width: 370px;
        height: 453px;
        top: -220px;
        left: 20px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation: float 3.5s ease-in-out infinite;
        animation: float 3.5s ease-in-out infinite; }
      .s-reviews .s-reviews__content .s-reviews__img .reviews-shadow {
        background: url(../img/reviews-shadow.png) no-repeat center;
        -webkit-background-size: contain;
        background-size: contain;
        width: 416px;
        height: 190px;
        top: 170px;
        left: 30px;
        opacity: 1;
        -webkit-animation: float-opacity 3.5s ease-in-out infinite;
        animation: float-opacity 3.5s ease-in-out infinite; }
    .s-reviews .s-reviews__content .s-reviews__slider {
      width: 26%;
      z-index: 15; }
      .s-reviews .s-reviews__content .s-reviews__slider .slide {
        outline: none;
        padding: 0 10px 20px; }
        .s-reviews .s-reviews__content .s-reviews__slider .slide .avatar {
          display: inline-block;
          vertical-align: top; }
          .s-reviews .s-reviews__content .s-reviews__slider .slide .avatar img {
            -webkit-border-radius: 50%;
            border-radius: 50%;
            border: 5px solid #fff;
            max-width: 100px; }
        .s-reviews .s-reviews__content .s-reviews__slider .slide .author {
          display: inline-block;
          vertical-align: top;
          padding-top: 5px; }
          .s-reviews .s-reviews__content .s-reviews__slider .slide .author span {
            display: inline-block;
            background-color: #DA312C;
            font-size: 14px;
            color: #fff;
            padding: 5px 15px;
            -webkit-border-radius: 0 20px 0 20px;
            border-radius: 0 20px 0 20px; }
          .s-reviews .s-reviews__content .s-reviews__slider .slide .author div:first-child span {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 5px;
            -webkit-border-radius: 20px 0 20px 0;
            border-radius: 20px 0 20px 0; }
        .s-reviews .s-reviews__content .s-reviews__slider .slide .text {
          font-size: 16px;
          line-height: 1.5;
          background-color: #fff;
          padding: 20px 25px;
          margin-top: 20px;
          -webkit-border-radius: 20px 0 20px 0;
          border-radius: 20px 0 20px 0;
          -webkit-box-shadow: 0 17px 9px rgba(218, 49, 44, 0.06);
                  box-shadow: 0 17px 9px rgba(218, 49, 44, 0.06); }
  .s-reviews .slick-dots {
    text-align: left;
    bottom: -28px;
    padding-left: 10px; }

.slick-dots li.slick-active button:before {
  color: #DA312C; }

.slick-dots li button:before {
  color: #DA312C;
  opacity: .3;
  font-size: 72px; }

.footer {
  padding: 30px 0 130px;
  background: #ffe5cb;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe5cb), to(#fbb8a0));
  background: -webkit-linear-gradient(top, #ffe5cb 0%, #fbb8a0 100%);
  background: -o-linear-gradient(top, #ffe5cb 0%, #fbb8a0 100%);
  background: linear-gradient(to bottom, #ffe5cb 0%, #fbb8a0 100%); }
  .footer .footer-title {
    position: relative;
    font-size: 180px;
    font-weight: bold;
    letter-spacing: -3px;
    line-height: .7;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    margin: 0;
    z-index: 10; }
    .footer .footer-title:after {
      content: '';
      position: absolute;
      bottom: -22px;
      left: 566px;
      background: url(../img/after-title.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain;
      width: 144px;
      height: 174px;
      z-index: 2; }
  .footer .footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .footer .footer__content .product-wrap {
      width: 30%;
      position: relative; }
      .footer .footer__content .product-wrap:before {
        content: '';
        position: absolute;
        background: url(../img/footer-product-before.png) no-repeat center;
        -webkit-background-size: contain;
        background-size: contain;
        width: 1193px;
        height: 1014px;
        bottom: -160px;
        left: -410px;
        z-index: 8; }
      .footer .footer__content .product-wrap img {
        position: absolute;
        bottom: -90px;
        right: -25px;
        max-width: 200px;
        z-index: 11; }
    .footer .footer__content .middle-block {
      position: relative;
      z-index: 10;
      width: 38%; }
      .footer .footer__content .middle-block .sub-title {
        font-size: 42px;
        text-transform: uppercase;
        text-align: center;
        margin: 145px 0 20px; }
    .footer .footer__content .action-label {
      position: relative;
      font-size: 60px;
      max-width: 330px;
      line-height: 1;
      margin: 0 auto;
      padding: 90px 40px 70px;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      background: url(../img/label-bg.png) no-repeat center;
      -webkit-background-size: 100% 100%;
      background-size: 100% 100%; }
      .footer .footer__content .action-label:before {
        content: '';
        position: absolute;
        bottom: -25px;
        right: -40px;
        background: url(../img/arrow.png) no-repeat center;
        -webkit-background-size: contain;
        background-size: contain;
        width: 154px;
        height: 105px;
        z-index: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation: float 3.5s ease-in-out infinite;
        animation: float 3.5s ease-in-out infinite; }
      .footer .footer__content .action-label span {
        display: inline-block;
        position: relative;
        z-index: 3; }
    .footer .footer__content .form-wrap {
      width: 32%;
      padding-right: 65px; }
      .footer .footer__content .form-wrap .discount {
        font-size: 48px;
        max-width: 201px;
        text-align: center;
        line-height: .8;
        padding: 55px 20px 65px 40px;
        font-weight: 300;
        text-transform: uppercase;
        color: #fff;
        background: url(../img/discount.png) no-repeat center;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        margin-left: 30px; }
        .footer .footer__content .form-wrap .discount span {
          display: inline-block; }
      .footer .footer__content .form-wrap .price {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 20px 0; }
        .footer .footer__content .form-wrap .price .old-price {
          font-size: 32px;
          font-weight: 300;
          color: #616161;
          text-decoration: line-through;
          margin: 0; }
        .footer .footer__content .form-wrap .price .new-price {
          font-size: 32px;
          font-weight: bold;
          color: #DA312C;
          margin: 0; }
      .footer .footer__content .form-wrap .btn {
        padding: 20px 10px;
        max-width: 100%; }

.field {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 40px;
  font-size: 18px;
  color: #000;
  background: transparent;
  border: 2px solid #fff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
  padding-left: 15px;
  outline: none; }
  .field:nth-child(3) {
    margin-bottom: 0; }

.field__select {
  color: #000;
  background: transparent url(../img/select.png) no-repeat 93% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
  outline: none; }

select::-ms-expand {
  display: none; }

::-webkit-input-placeholder {
  color: #000; }

::-ms-input-placeholder {
  color: #000; }

::-moz-placeholder {
  color: #000; }

::placeholder {
  color: #000; }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1900px) {
  .s-comments .wave:after {
    right: -150px; } }

@media only screen and (max-width: 1700px) {
  .s-reviews {
    -webkit-background-size: cover;
    background-size: cover; } }

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 990px; }
  .pre-title {
    font-size: 60px; }
  .header .header-title,
  .footer .footer-title {
    font-size: 130px;
    }
    .header .header-title:after {
  
      bottom: 55px;
      left: 347px;
     
  }
  .header .header__product img {
    bottom: -151px;
    
}
  .header .header__list {
    max-width: 370px; }
  .header .header__list li {
    font-size: 20px; }
    .header .header__list li:before {
      top: 2px; }
  .ingredients .ingredients__item .item-name span {
    font-size: 16px; }
  .ingredients .ingredients__item {
    width: 190px; }
  .ingredients .ingredients__item:nth-child(2) {
    right: 200px; }
  .ingredients .ingredients__item:nth-child(3) {
    left: -10px; }
  .ingredients .ingredients__item:nth-child(4) {
    right: -10px; }
  .ingredients .ingredients__item:nth-child(5) {
    left: 200px; }
  .ingredients .ingredients__item:nth-child(6) {
    right: 180px; }
  .s-composition .s-composition__content .composition__item .composition__sign {
    font-size: 70px; }
  .s-composition .sub-title,
  .s-formula .sub-title,
  .s-steps .sub-title {
    font-size: 20px; }
  .s-comments .wave:after {
    right: -350px; }
  .s-comments .pre-title {
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.8); }
  .s-comments .s-comments__content .s-comments__item {
    width: -webkit-calc(33% - 30px);
    width: calc(33% - 30px);
    margin: 70px 15px 0; }
  .s-steps .steps__content .steps__list li span {
    font-size: 16px; }
  .s-steps .steps__content .img-wrapper {
    right: 60px; }
  .s-reviews .s-reviews__content .s-reviews__sign {
    font-size: 46px; }
  .s-reviews .s-reviews__content .s-reviews__img {
    width: 36%;
    left: -35px; }
  .s-reviews .s-reviews__content .s-reviews__img .reviews-img-before {
    right: 0; }
  .s-reviews .s-reviews__content .s-reviews__slider {
    width: 30%; }
  .s-reviews .s-reviews__content .s-reviews__slider .slide .text {
    font-size: 14px;
    margin-top: 10px; }
  .footer .footer-title:after {
    left: 393px;    bottom: -44px; }
  .footer .footer__content .middle-block .sub-title {
    font-size: 36px; }
  .footer .footer__content .form-wrap {
    padding-right: 0; }
  .footer .footer__content .action-label {
    margin: 50px auto 0; }
  .footer .footer__content .action-label:before {
    right: -10px; }
  .footer .footer__content .form-wrap .discount {
    font-size: 38px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .only-mobile {
    display: block !important; }
  .only-desktop {
    display: none !important; }
  .container {
    max-width: 320px; }
  .header {
    padding: 20px 0 45px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe5cb), color-stop(55%, #fcd2c0), color-stop(64%, #f29797));
    background: -webkit-linear-gradient(top, #ffe5cb 0%, #fcd2c0 55%, #f29797 64%);
    background: -o-linear-gradient(top, #ffe5cb 0%, #fcd2c0 55%, #f29797 64%);
    background: linear-gradient(to bottom, #ffe5cb 0%, #fcd2c0 55%, #f29797 64%); }
  .header .pre-title {
    font-size: 24px;
    letter-spacing: 0;
    position: relative;
    z-index: 6; }
  .header .header-title,
  .footer .footer-title {
    font-size: 41px;
    letter-spacing: 0; }
  .header .header-title {
    background: none;
    color: #000;
    -webkit-text-fill-color: #000;
    position: relative;
    z-index: 6; }
  .header .header-title:after {
    width: 122px;
    height: 63px;
    left: 80px;
    bottom: 70px;}
  .header .header__list li:before {
    top: 0; }
  .header .btn {
    margin: 0 auto; }
  .header .decor .decor-element-1 {
    width: 40px;
    height: 39px;
    top: 158px;
    left: 0; }
  .header .decor .decor-element-4 {
    width: 61px;
    height: 61px;
    top: 305px;
    left: 140px;
    z-index: 6; }
  .header .header__list {
    max-width: 100%;
    padding: 200px 0 25px;
    padding-left: 65px;
    position: relative;
    z-index: 3; }
  .header .header__list li {
    padding-bottom: 3px;
    font-size: 19px; }
  .header .header-bg {
    background: url(../img/header-bg-mob.png) no-repeat center bottom; }
  .header .header__product img {
    bottom: auto;
    top: 43px;
    right: 27px;
    max-width: 99px; }
    .footer .footer-title{
      margin-bottom: 20px;
    }
  .s-composition {
    padding: 20px 0; }
  .pre-title {
    font-size: 26px;
    letter-spacing: 0; }
  .s-composition .sub-title,
  .s-formula .sub-title,
  .s-steps .sub-title {
    font-size: 16px; }
  .s-composition .s-composition__content .composition__item .composition__sign {
    font-size: 60px;
    text-align: center; }
  .s-composition .s-composition__content {
    padding: 20px 0; }
  .s-composition .s-composition__content .composition__item {
    width: 100%; }
  .s-composition .s-composition__content .composition__item .img-center {
    position: static;
    max-width: 150px;
    margin: 35px 0 0 50px; }
  .s-composition .s-composition__content .composition__item .composition__list {
    padding-left: 75px;
    margin: 10px 0 0; }
  .s-composition .s-composition__content .composition__item .composition__list li {
    margin-bottom: 32px; }
  .s-composition .s-composition__content .composition__item .composition__list li:last-child {
    margin-bottom: 0; }
  .s-composition .s-composition__content .composition__item .composition__list li img {
    width: 45px;
    left: -60px; }
  .s-formula {
    padding: 30px 0 50px; }
    .s-formula .slick-dots {
      bottom: -39px; }
    .s-formula .slick-dots li button:before {
      color: #fff;
      opacity: 1;
      font-size: 65px; }
    .s-formula .slick-dots li.slick-active button:before {
      color: #DA312C; }
    .s-formula .slick-dots li {
      margin: 0 3px; }
    .s-formula .slick-prev, .s-formula .slick-next {
      top: auto;
      bottom: -52px;
      width: 29px;
      height: 23px;
      z-index: 3; }
    .s-formula .slick-prev {
      background: url(../img/prev-red.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain;
      left: 30px; }
    .s-formula .slick-next {
      background: url(../img/next-red.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain;
      right: 30px; }
    .s-formula .slick-prev:before,
    .s-formula .slick-next:before {
      display: none; }
  .s-formula:before {
    display: none; }
  .s-formula .sub-title {
    margin: 10px 0; }
  .s-formula .product-wrapper {
    max-width: 60px;
    margin: 15px auto 0; }
  .s-formula .product-wrapper:before {
    width: 196px;
    height: 259px;
    top: 59%;
    left: 23%; }
  .ingredients .ingredients__item .item-img {
    left: 50%;
    top: 130px; }
  .ingredients .ingredients__item:nth-child(2) .item-img {
    top: 160px;
    right: -50px; }
  .ingredients .ingredients__item:nth-child(3) .item-img {
    top: 165px;
    right: -20px; }
  .ingredients .ingredients__item:nth-child(4) .item-img {
    top: 170px;
    left: 140px; }
  .ingredients .ingredients__item:nth-child(5) .item-img {
    top: 170px;
    left: 150px; }
  .ingredients .ingredients__item:nth-child(6) .item-img {
    top: 170px;
    right: 0; }
  .ingredients .ingredients__item {
    padding-top: 190px;
    padding-bottom: 20px; }
  .ingredients .ingredients__item .item-img:before {
    top: 67%; }
  .ingredients .ingredients__item .item-name {
    padding-left: 50px; }
  .ingredients .ingredients__item .item-name span {
    font-size: 18px; }
  .s-comments {
    padding: 35px 0 55px; }
    .s-comments .slick-dots li button:before {
      color: #fff;
      opacity: 1; }
    .s-comments .slick-dots li.slick-active button:before {
      color: #769C1D; }
    .s-comments .slick-prev, .s-comments .slick-next {
      top: auto;
      bottom: -39px;
      width: 29px;
      height: 23px;
      z-index: 3; }
    .s-comments .slick-prev {
      background: url(../img/prev-green.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain;
      left: 30px; }
    .s-comments .slick-next {
      background: url(../img/next-green.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain;
      right: 30px; }
    .s-comments .slick-prev:before,
    .s-comments .slick-next:before {
      display: none; }
  .s-comments .container {
    padding: 0; }
  .s-comments .pre-title {
    max-width: 260px;
    margin: 0 auto; }
  .s-comments .s-comments__content .s-comments__item {
    width: 90%;
    margin: 60px 15px 35px;
    -webkit-box-shadow: 0 15px 19px rgba(0, 0, 0, 0.35);
            box-shadow: 0 15px 19px rgba(0, 0, 0, 0.35); }
  .s-steps {
    padding: 30px 0 60px; }
  .s-steps .pre-title {
    margin: 0 auto;
    max-width: 200px; }
  .s-steps .sub-title {
    margin: 15px auto; }
  .s-steps .steps__content .steps__list {
    width: 100%;
    margin: 45px 0 30px;
    padding-left: 30px; }
  .s-steps .steps__content .steps__list li {
    margin-bottom: 55px;
    font-size: 16px; }
  .s-steps .steps__content .steps__list li:before {
    font-size: 30px;
    top: -35px;
    left: 3px; }
  .s-steps .steps__content .steps__list li:after {
    width: 97px;
    height: 86px; }
  .s-steps .steps__content .steps__list li:nth-child(2) {
    margin-left: 0; }
  .s-steps .steps__content .steps__list li:nth-child(2):after {
    width: 95px;
    height: 87px;
    left: 20px; }
  .s-steps .steps__content .steps__list li:nth-child(3) {
    margin-left: 0; }
  .s-steps .steps__content .steps__list li:nth-child(3):after {
    width: 89px;
    height: 88px;
    top: 30px; }
  .s-steps .steps__content .steps__list li:nth-child(3):before {
    left: 3px;
    top: -31px; }
  .s-steps .steps__content .steps__list li:nth-child(4) {
    margin-left: 0;
    margin-bottom: 40px; }
  .s-steps .steps__content .steps__list li:nth-child(4):after {
    width: 86px;
    height: 85px;
    top: 20px; }
  .s-steps .steps__content .steps__list li:last-child:before {
    top: -35px; }
  .s-steps .steps__content .steps__list li:last-child:after {
    width: 86px;
    height: 85px; }
  .s-steps .steps__content .img-wrapper {
    position: static; }
  .s-steps .steps__content .img-wrapper img {
    max-width: 61px;
    margin: 0 auto; }
  .s-steps .steps__content .img-wrapper:before {
    width: 447px;
    height: 402px;
    bottom: -80px;
    left: 45%; }
  .s-steps .steps__content .img-wrapper .steps-bg {
    width: 240px;
    height: 230px;
    bottom: 100px;
    left: 30px; }
  .s-steps .steps__content .btn {
    margin-top: 45px; }
  .s-reviews {
    background: #FEE3E1;
    padding: 35px 0;
    margin-top: 0; }
  .s-reviews:before {
    display: none; }
  .s-reviews .pre-title {
    max-width: 200px;
    margin: 0 auto; }
  .s-reviews .s-reviews__content {
    padding: 20px 0; }
  .s-reviews .s-reviews__content .s-reviews__sign {
    padding-top: 0;
    font-size: 36px;
    line-height: 1.2;
    padding-left: 20px; }
  .s-reviews .s-reviews__content .s-reviews__sign,
  .s-reviews .s-reviews__content .s-reviews__slider {
    width: 100%; }
  .s-reviews .s-reviews__content .s-reviews__slider {
    margin: 30px 0; }
  .s-reviews .s-reviews__content .s-reviews__slider .slide {
    padding: 0 0 20px; }
  .s-reviews .s-reviews__content .s-reviews__slider .slide .text {
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    font-size: 16px;
    padding: 15px 20px;
    margin-top: 15px; }
  .s-reviews .slick-dots {
    text-align: center;
    padding-left: 0; }
  .s-reviews .s-reviews__content .btn {
    margin-top: 50px; }
  .footer {
    padding: 45px 0; }
  .footer .footer-title:after {
    width: 122px;
    height: 63px;
    left: 83px;
    bottom: -21px; }
  .footer .footer__content .middle-block {
    width: 100%; }
  .footer .footer__content .form-wrap {
    width: 100%; }
  .footer .footer__content .middle-block .sub-title {
    font-size: 24px;
    margin-top: 85px;
    margin-bottom: 5px; }
  .footer .footer__content .form-wrap .discount {
    font-size: 30px;
    max-width: 131px;
    padding: 40px 20px 45px 35px;
    margin: 0 auto; }
  .form__inner {
    margin: 5px 0;
    padding: 0 5px; }
  .footer .footer__content .form-wrap .btn {
    padding: 20px 10px; }
  .footer .footer__content .action-label {
    max-width: 133px;
    font-size: 24px;
    padding: 40px 20px 30px;
    margin-top: 40px; }
  .footer .footer__content .action-label:before {
    background: url(../img/arrow-mob.png) no-repeat center;
    bottom: 35px;
    right: -83px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/ }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }


.errorMessage {
  box-sizing: border-box;
  position: absolute;
  z-index: 100000;
  font-size: 13px;
  background: #dc3434;
  color: #fff;
  margin-top: 20px;
  text-align: center;
  line-height: 13px;
  padding: 8px 12px;
}

.copyright {
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  color: #6c6e6f;
}
.copyright p {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
.copyright br {
  display: none;
}
.copyright img {
  margin: 10px auto !important;
}
.copyright img:first-child {
  display: block !important;
}
.copyright a {
  color: #6c6e6f;
  text-decoration: none;
}
.copyright a:hover {
  color: #ff0069;
  text-decoration: none;
}

.country_select {
  -webkit-appearance: none !important;
}
