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

html, body {
  height: 100%; }

body {
  font-size: 18px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.container {
  position: relative;
  overflow: hidden;
  opacity: 1;
  color: #fff;
  background: #e7b40e;
  background: -moz-linear-gradient(left, #e7b40e 0%, #d08707 100%);
  background: -webkit-linear-gradient(left, #e7b40e 0%,#d08707 100%);
  background: linear-gradient(to right, #e7b40e 0%,#d08707 100%);
  cursor: url(../img/cursor.png), default; }

.limit {
  position: relative;
  max-width: 320px;
  width: 100%;
  padding: 0 10px;
  display: block;
  margin: 0 auto; }

.s-title {
  font-size: 30px;
  font-weight: 900; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased; }

ul li {
  list-style-type: none; }

select.inp {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0.08) url(../img/select.png) no-repeat 93% center;
  color: #fff; }
  select.inp option {
    color: #000; }

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

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

input::-moz-placeholder {
  color: #fff; }

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

.inp {
  position: relative;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  width: 100%;
  height: 56px;
  padding: 15px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  outline: none; }

.btn {
  position: relative;
  display: block;
  margin: 30px auto;
  width: 100%;
  max-width: 295px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: none;
  padding: 20px 10px;
  background: #f24f01;
  background: -moz-linear-gradient(left, #f24f01 0%, #af010b 100%);
  background: -webkit-linear-gradient(left, #f24f01 0%,#af010b 100%);
  background: linear-gradient(to right, #f24f01 0%,#af010b 100%);
  -webkit-box-shadow: 0px 6px 23px rgba(0, 0, 0, 0.31);
          box-shadow: 0px 6px 23px rgba(0, 0, 0, 0.31);
  -webkit-border-radius: 30px;
          border-radius: 30px;
  cursor: pointer;
  outline: none;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
  z-index: 9; }
  .btn:before, .btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0px 0px 13px rgba(249, 181, 14, 0.75);
            box-shadow: 0px 0px 13px rgba(249, 181, 14, 0.75);
    opacity: 0;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all; }
  .btn:hover {
    text-shadow: 0 0px 2px #000;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .btn:hover:before, .btn:hover:after {
      -webkit-animation: btn-pulse 2s ease-in-out infinite;
              animation: btn-pulse 2s ease-in-out infinite; }
    .btn:hover:after {
      -webkit-animation-delay: .75s;
              animation-delay: .75s; }

.decor__element {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

.decor__inner {
  position: absolute;
  background-image: url(../img/decor-orb-mob.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 21px;
  height: 21px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  z-index: 1; }

/* Animation */
@-webkit-keyframes ticker-left {
  0% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%); }
  50% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%); }
  100% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%); } }
@keyframes ticker-left {
  0% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%); }
  50% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%); }
  100% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%); } }

@-webkit-keyframes ticker-right {
  0% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%); }
  50% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%); }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%); } }

@keyframes ticker-right {
  0% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%); }
  50% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%); }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%); } }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  20% {
    opacity: .7; }
  40% {
    opacity: 1; }
  70% {
    opacity: .3; }
  90% {
    opacity: .7; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 1; }
  20% {
    opacity: .7; }
  40% {
    opacity: 1; }
  70% {
    opacity: .3; }
  90% {
    opacity: .7; }
  100% {
    opacity: 1; } }

@-webkit-keyframes btn-pulse {
  to,
  25% {
    opacity: 0;
    -webkit-box-shadow: 0px 0px 13px rgba(249, 181, 14, 0.75);
            box-shadow: 0px 0px 13px rgba(249, 181, 14, 0.75); }
  50% {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 43px rgba(249, 181, 14, 0.75);
            box-shadow: 0px 0px 43px rgba(249, 181, 14, 0.75); }
  100% {
    opacity: 0;
    -webkit-box-shadow: 0px 0px 13px rgba(249, 181, 14, 0.75);
            box-shadow: 0px 0px 13px rgba(249, 181, 14, 0.75); } }

@keyframes btn-pulse {
  to,
  25% {
    opacity: 0;
    -webkit-box-shadow: 0px 0px 13px rgba(249, 181, 14, 0.75);
            box-shadow: 0px 0px 13px rgba(249, 181, 14, 0.75); }
  50% {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 43px rgba(249, 181, 14, 0.75);
            box-shadow: 0px 0px 43px rgba(249, 181, 14, 0.75); }
  100% {
    opacity: 0;
    -webkit-box-shadow: 0px 0px 13px rgba(249, 181, 14, 0.75);
            box-shadow: 0px 0px 13px rgba(249, 181, 14, 0.75); } }

/* Header */
.header {
  padding: 15px 0;
  position: relative; }
.header::before {
  content: '';
  position: absolute;
  background-image: url(../img/header__bg-mob.png);
  width: 310px;
  height: 174px;
  top: 32px;
  left: 50%;
  -webkit-transform: translate(-14%, 0);
  -ms-transform: translate(-14%, 0);
  transform: translate(-14%, 0);
}
  .header .header__content {
    position: relative;
    padding-bottom: 225px; }
  .header .s-title {
    position: relative;
    font-size: 34px;
    text-transform: uppercase;
    line-height: .9;
    margin-bottom: 10px;
    z-index: 5;
    }
    .header .s-title div {
      display: inline; }
  .header .subtitle {
    position: relative;
    max-width: 175px;
    font-size: 16px;
    font-weight: bold;
    z-index: 5; }
    .header .subtitle span {
      font-weight: 900;
      text-transform: uppercase; }

.logo {
  padding: 15px 0; }

.logo-caption {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding-top: 20px;
  }
  .logo-caption:before {
    content: '';
    position: absolute;
    top: -8%;
    left: -3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/logo-mob.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 103px;
    height: 32px;
    }

.header__img-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0; }
  .header__img-wrapper .header__img-mat {
    position: absolute;
    bottom: -34px;
    right: 0px;
    background-image: url(../img/porduct_1.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 190px;
    height: 266px;
    z-index: 4;
    transform: rotate(11deg);
    }
  .header__img-wrapper  .header__img-image {
    position: absolute;
    bottom: 15px;
    left: -8px;
    border-radius: 50%;
    background-image: url(../img/header__sick-mob.jpg);
    width: 148px;
    height: 148px;
  }
/* 2 section */
.lifestyle__content {
  position: relative; }
  .lifestyle__content .composition__title {
    position: relative;
    padding: 115px 0;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    max-width: 270px;
    margin: 0 auto; }
    .lifestyle__content .composition__title:before {
      content: '';
      position: absolute;
      width: -webkit-calc(100% + 40px);
      width: calc(100% + 40px);
      height: 96%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid #fff;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.lifestyle__img {
  position: relative; }

.lifestyle__img-gif {
  margin-top: -55px;
  margin-bottom: 80px;
  }
.lifestyle__img-prod {
  width: 250px;
  margin: -109px auto 0;
  transform: rotate(-11deg);  
}

.lifestyle__img-box {
  position: absolute;
  top: 177px;
  right: -10px;
  background-image: url(//viposidn.com/content/ELejtRDzmO5VaTZ/img/box2-mob.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 319px;
  height: 110px;
  z-index: 3;
  }

.lifestyle__description {
  font-weight: 500; }
  .lifestyle__description .circle-wrapper {
    position: relative; }
    .lifestyle__description .circle-wrapper:before {
      content: '';
      position: absolute;
      bottom: -55px;
      left: 48%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-image: url(../img/circle.png);
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: contain;
      background-size: contain;
      width: 540px;
      height: 541px;
      z-index: 0; }
    .lifestyle__description .circle-wrapper p {
      position: relative;
      line-height: 1.3;
      margin-bottom: 23px;
      z-index: 3; }

.description__title {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.15;
  margin: 20px 0 35px; }

/* 3 section */
.secret {
  padding: 60px 0 0px; }
  .secret .s-title {
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 28px;
    }
    .secret .s-title .left-gutter {
      /* padding-left: 55px; */
      }

.secret__content {
  position: relative; }
  .secret__content .decor--1 {
    background-image: url(../img/secret-decor1-mob.png);
    width: 389px;
    height: 361px;
    top: 63px;
    left: -345px; }
    .secret__content .decor--1 .inner--1 {
      top: -9px;
      left: 312px;
      -webkit-animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
              animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
      -webkit-animation-delay: .5s;
              animation-delay: .5s; }
    .secret__content .decor--1 .inner--2 {
      top: 112px;
      left: 154px;
      -webkit-animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
              animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
      -webkit-animation-delay: 1.5s;
              animation-delay: 1.5s; }
    .secret__content .decor--1 .inner--3 {
      top: 174px;
      left: 289px;
      -webkit-animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
              animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
      -webkit-animation-delay: 2.15s;
              animation-delay: 2.15s; }
    .secret__content .decor--1 .inner--4 {
      top: 295px;
      left: 158px;
      -webkit-animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
              animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
      -webkit-animation-delay: 3.75s;
              animation-delay: 3.75s; }
  .secret__content .decor--2 {
    background-image: url(../img/secret-decor2-mob.png);
    width: 433px;
    height: 363px;
    top: 278px;
    right: -379px; }
    .secret__content .decor--2 .inner--1 {
      top: 104px;
      left: 332px;
      -webkit-animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
              animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
      -webkit-animation-delay: .75s;
              animation-delay: .75s; }
    .secret__content .decor--2 .inner--2 {
      top: 164px;
      left: 197px;
      -webkit-animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
              animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
      -webkit-animation-delay: 3.75s;
              animation-delay: 3.75s; }
    .secret__content .decor--2 .inner--3 {
      top: 232px;
      left: 99px;
      -webkit-animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
              animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
      -webkit-animation-delay: 2.5s;
              animation-delay: 2.5s; }
    .secret__content .decor--2 .inner--4 {
      top: 309px;
      left: 228px;
      -webkit-animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
              animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
      -webkit-animation-delay: 1.5s;
              animation-delay: 1.5s; }

/* 4 section */
.helper {
  padding: 10px 0 85px; }
  .helper .s-title {
    position: relative;
    text-transform: uppercase;
    line-height: 1.15;
    z-index: 5;
    }
    .helper .s-title .product-name {
      display: block;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 15px; }

.helper__content {
  position: relative; }

.helper__img-box {
  position: absolute;
  top: 157px;
  right: -13px;
  background-image: url(../img/product_both.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 317px;
  height: 415px;
  z-index: 3;
  }

.helper__block .block__left {
  position: relative;
  padding-bottom: 400px;
  }

.helper__list li {
  list-style-type: none;
  position: relative;
  padding-left: 35px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  z-index: 3; }
  .helper__list li:last-child {
    border-bottom: none; }
  .helper__list li .list__number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 500; }
  .helper__list li p {
    font-size: 18px;
    font-weight: bold; }

/* 5 section */
.application {
  position: relative;
  background: #969CFE;
  background: -webkit-linear-gradient(315deg, #969cfe 0%, #7100fd 100%);
  background: -o-linear-gradient(315deg, #969cfe 0%, #7100fd 100%);
  background: linear-gradient(135deg, #969cfe 0%, #7100fd 100%);
  padding: 65px 0 60px;
  z-index: 7; }
  .application .s-title {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 25px;
    z-index: 5;
    font-size: 21px;
    }
    .application .s-title .product-name {
      display: block;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 15px; }
  .application .subtitle {
    position: relative;
    max-width: 180px;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    z-index: 5; }

.application__content {
  position: relative; }

.application__img-box {
  position: absolute;
  bottom: 32px;
  left: 21px;
  background-image: url(../img/product_both.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 280px;
  height: 333px;
  z-index: 1;
  transform: rotate(26deg);
  }

.application__img-woman {
  position: absolute;
  bottom: -1px;
  right: -15px;
  background-image: url(../img/application-woman-mob.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 317px;
  height: 305px;
  z-index: 1;
  }

.application__block .block__left {
  position: relative;
  padding-bottom: 325px; }

.application__list-caption {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px; }

.application__list li {
  list-style-type: none;
  position: relative;
  padding-left: 32px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  z-index: 3; }
  .application__list li:last-child {
    border-bottom: none; }
  .application__list li .list__number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 500; }
  .application__list li p {
    font-size: 18px;
    font-weight: 500; }
    .application__list li p b {
      font-weight: bold;
      text-transform: uppercase; }

/* 6 section */
.materials {
  position: relative;
  background: #DDE0FF;
  background: -webkit-linear-gradient(315deg, #dde0ff 0%, #dde0ff 14%, #f9f9ff 27%, #dfe1ff 35%, #adb2fe 55%, #adb2fe 100%);
  background: -o-linear-gradient(315deg, #dde0ff 0%, #dde0ff 14%, #f9f9ff 27%, #dfe1ff 35%, #adb2fe 55%, #adb2fe 100%);
  background: linear-gradient(135deg, #dde0ff 0%, #dde0ff 14%, #f9f9ff 27%, #dfe1ff 35%, #adb2fe 55%, #adb2fe 100%);
  padding: 75px 0 40px;
  color: #010101;
  z-index: 6;
  cursor: url(../img/cursor2.png), default; }
  .materials .s-title {
    position: relative;
    font-size: 46px;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 1.1;
    z-index: 5; }
    .materials .s-title .product-name {
      display: block;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 10px; }

.materials__img-mat {
  position: absolute;
  bottom: 0;
  left: 34px;
  background-image: url(../img/product_both.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 224px;
  height: 249px;
  z-index: 2;
  }

.materials__block .block__left {
  position: relative;
  padding-bottom: 220px; }

.materials__list-caption {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px; }

.materials__list {
  padding: 20px 0; }
  .materials__list li {
    list-style-type: none;
    position: relative;
    padding-left: 65px;
    margin-bottom: 15px;
    min-height: 45px;
    z-index: 3; }
    .materials__list li .list__icon {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 58px;
      height: 59px;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: contain;
      background-size: contain; }
      .materials__list li .list__icon.icon--1 {
        background-image: url(../img/materials-icon1-mob.png); }
      .materials__list li .list__icon.icon--2 {
        background-image: url(../img/materials-icon2-mob.png); }
      .materials__list li .list__icon.icon--3 {
        background-image: url(../img/materials-icon3-mob.png); }
      .materials__list li .list__icon.icon--4 {
        background-image: url(../img/materials-icon4-mob.png); }
    .materials__list li p {
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1.4;
      padding: 10px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.26); }

/* 7 section */
.anytime {
  position: relative;
  background: #FFFCF4;
  padding: 60px 0 30px;
  color: #010101;
  cursor: url(../img/cursor2.png), default; }
  .anytime .s-title {
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.1;
    text-align: center;
    z-index: 5; }
    .anytime .s-title .product-name {
      font-size: 40px; }
  .anytime .subtitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 30px; }
    .anytime .subtitle .subtitle__item {
      position: relative;
      font-size: 16px;
      text-transform: uppercase;
      padding-right: 14px;
      text-align: right;
    width: 50%; }
    .anytime .subtitle .subtitle__item + .subtitle__item {
      padding-right: 0;
      padding-left: 14px;
    text-align: left; }
      .anytime .subtitle .subtitle__item + .subtitle__item:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -2.5px;
        width: 5px;
        height: 5px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #010101; }
  .anytime .btn {
    margin: 20px auto; }

.anytime__img {
  position: absolute;
  top: 0; }

.anytime__img-top {
  position: absolute;
  top: -288px;
  left: -50px;
  background-image: url(../img/product_both.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 362px;
  height: 253px;
  z-index: 2;
  }

/* 8 section */
.reviews {
  background: #FFFCF4;
  padding: 0 0 55px;
  color: #010101;
  cursor: url(../img/cursor2.png), default; }

.reviews__content {
  position: relative; }
     .composition__title-top {
      position: absolute;
      width: 280px;
      font-size: 26px;
      font-weight: 500;
      text-align: center;
      top: 35px;
      left: 50%;
      margin-left: -140px;
    }
    .composition__title-top span {
      font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    
    }
  .reviews__content .composition__title {
    position: relative;
    padding: 110px 0 105px;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    max-width: 270px;
    margin: 0 auto 400px;
    }
    .reviews__content .composition__title span {
      font-size: 30px;
      font-weight: 900;
      text-transform: uppercase; }
    .reviews__content .composition__title:before {
      content: '';
      position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 95px);
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid #fe5100;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      }

.reviews__img {
  position: relative; }

.reviews__img-mat {
  position: absolute;
  top: -211px;
  left: 131px;
  background-image: url(../img/porduct_1.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 150px;
  height: 220px;
  z-index: 3;
  }

.reviews__img-box {
  position: absolute;
  top: -420px;
  right: 12px;
  background-image: url(../img/reviews-box-mob.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 272px;
  height: 430px;
  z-index: 3;
  }

.reviews__cloud {
  margin-bottom: 50px; }

.cloud__content.cloud--2 {
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg); }

.cloud__content.cloud--4 {
  -webkit-transform: rotate(11deg);
      -ms-transform: rotate(11deg);
          transform: rotate(11deg); }

.reviews__message {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.15; }

.cloud__content {
  max-width: 275px;
  margin: 0 auto;
  border: 2px solid #fe5700;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  }

.content-top {
  padding: 12px 10px 20px; }
  .content-top .rate {
    font-size: 0;
    margin-bottom: 10px; }
    .content-top .rate span {
      display: inline-block;
      background-image: url(../img/rate-icon.png);
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: contain;
              background-size: contain;
      width: 14px;
      height: 14px; }

.content-bottom {
  padding: 10px;
  border-top: 2px solid #fe5700;
  }

.reviews__author {
  position: relative;
  padding-left: 35px;
  font-size: 16px; }
  .reviews__author:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/ava-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 28px;
    height: 28px; }

/* 9 section */
.order .s-title {
  position: relative;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 1.1;
  z-index: 5;
  }
  .order .s-title .product-name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px; }

.order__content {
  position: relative;
  padding: 70px 0 85px; }
  .order__content .decor--1 {
    background-image: url(../img/secret-decor1-mob.png);
    width: 389px;
    height: 361px;
    top: -56px;
    left: -278px; }
    .order__content .decor--1 .inner--1 {
      top: -9px;
      left: 312px;
      -webkit-animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
              animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
      -webkit-animation-delay: .5s;
              animation-delay: .5s; }
    .order__content .decor--1 .inner--2 {
      top: 112px;
      left: 154px;
      -webkit-animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
              animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
      -webkit-animation-delay: 1.5s;
              animation-delay: 1.5s; }
    .order__content .decor--1 .inner--3 {
      top: 174px;
      left: 289px;
      -webkit-animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
              animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
      -webkit-animation-delay: 2.15s;
              animation-delay: 2.15s; }
    .order__content .decor--1 .inner--4 {
      top: 295px;
      left: 158px;
      -webkit-animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
              animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
      -webkit-animation-delay: 3.75s;
              animation-delay: 3.75s; }
  .order__content .decor--2 {
    background-image: url(../img/secret-decor2-mob.png);
    width: 433px;
    height: 363px;
    top: 156px;
    right: -342px; }
    .order__content .decor--2 .inner--1 {
      top: 104px;
      left: 332px;
      -webkit-animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
              animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
      -webkit-animation-delay: .75s;
              animation-delay: .75s; }
    .order__content .decor--2 .inner--2 {
      top: 164px;
      left: 197px;
      -webkit-animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
              animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
      -webkit-animation-delay: 3.75s;
              animation-delay: 3.75s; }
    .order__content .decor--2 .inner--3 {
      top: 232px;
      left: 99px;
      -webkit-animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
              animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
      -webkit-animation-delay: 2.5s;
              animation-delay: 2.5s; }
    .order__content .decor--2 .inner--4 {
      top: 309px;
      left: 228px;
      -webkit-animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
              animation: blink 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
      -webkit-animation-delay: 1.5s;
              animation-delay: 1.5s; }

.order__img-box {
  position: absolute;
  top: 132px;
  right: 29px;
  background-image: url(../img/product_both.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 250px;
  height: 287px;
  z-index: 3;
  }

.order__block .block__left {
  position: relative;
  padding-bottom: 265px;
  }

.order__list {
  max-width: 240px; }
  .order__list li {
    list-style-type: none;
    position: relative;
    padding-left: 32px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    z-index: 3; }
    .order__list li .list__number {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 18px;
      font-weight: 500; }
    .order__list li p {
      font-size: 18px;
      font-weight: bold; }

/* Ticker */
.ticker {
  width: 4000px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.ticker__row {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden; }
  .ticker__row.row--left {
    -webkit-animation: ticker-left 85s linear infinite;
            animation: ticker-left 85s linear infinite; }
  .ticker__row.row--right {
    -webkit-animation: ticker-right 85s linear infinite;
            animation: ticker-right 85s linear infinite; }

.ticker__item {
  position: relative;
  display: inline-block; }
  .ticker__item:before, .ticker__item:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 9px;
    height: 9px; }
  .ticker__item p {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 1px 15px; }

/* Footer */
.footer {
  position: relative;
}
.footer::before {
  content: '';
  position: absolute;
  width: 310px;
  height: 174px;
  background-image: url(../img/header__bg-mob.png);
  top: 53px;
  left: 50%;
  -webkit-transform: translate(-14%, 0);
  -ms-transform: translate(-14%, 0);
  transform: translate(-14%, 0);
}
.footer::after {
  content: '';
  position: absolute;
  width: 264px;
  height: 204px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-image: url(../img/footer_circle-mob.png);
  z-index: 1;
}
.footer .s-title {
  position: relative;
  font-size: 37px;
  text-transform: uppercase;
  margin-bottom: 26px;
  line-height: 1.1;
  z-index: 5; }
  .footer .s-title:after {
    content: '';
    display: block;
    background-image: url(../img/footer-arrow-mob.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 61px;
    height: 61px;
    margin-top: 5px; }

.footer .logo {
  padding: 0; }

.footer .logo-caption {
  display: inline-block;
  max-width: 133px;
  padding-top: 35px;
  padding-left: 0;
  font-size: 18px;
  }

.footer .logo-caption:before {
  width: 103px;
  height: 32px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  left: 50%;
  }

.footer__content {
  position: relative;
  padding: 130px 0 375px;
  }
  .footer__content:before {
    content: '';
    position: absolute;
    bottom: 0;
    background-image: url(../img/footer_circle_couple-mob.png);
    width: 199px;
    height: 197px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 3;
  } 
  .footer__content:after {
    content: '';
    position: absolute;
    bottom: 107px;
    left: 113px;
    width: 200px;
    height: 351px;
    background-image: url(../img/prodcut_2.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 2;
    }

.footer__form {
  margin-bottom: 15px;
  }
  .footer__form .btn {
    margin: 15px auto; }

.order_form {
  position: relative;
  z-index: 15; }

.form__footnote p {
  font-size: 12px;
  text-align: left;
  max-width: 100%;
  margin: 20px 0 0;
}

.price {
  max-width: 150px;
  margin: 20px auto;
  line-height: 1;
  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-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 5px; }
.price .old-price {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
  text-align: right; }
.price .old-price:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  height: 2px;
  background-color: #F9B30D;
  }
.price .new-price {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  text-align: right;
  color: #f24f01;
  }




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

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .application__content .decor--1 {
    background-image: url(../img/porduct_1.png);
    width: 250px;
    height: 370px;
    top: 667px;
    right: -275px;
    transform: rotate(-12deg);
    filter: blur(3px);
    }
  .application__content .decor--2 {
    background-image: url(../img/prodcut_2.png);
    width: 240px;
    height: 420px;
    top: -20px;
    left: -270px;
    transform: rotate(14deg);
    filter: blur(1.5px);
    } }

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

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .limit {
    max-width: 1021px; }
  .s-title {
    font-size: 54px; }
  .decor__inner {
    background-image: url(../img/decor-orb.png);
    width: 47px;
    height: 47px; }
  .footer .logo-caption,
  .logo-caption {
    display: inline-block;
    max-width: 190px;
    font-size: 24px;
    padding-left: 0;
    padding-top: 75px;
    }
  .footer .logo-caption:before,
  .logo-caption:before {
    background-image: url(../img/logo.png);
    width: 205px;
    height: 62px;
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    }
  .header {
    padding: 0;
    position: relative; }
  .header::before {
    content: '';
    position: absolute;
    background-image: url(../img/header__bg.png);
    width: 1056px;
    height: 547px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-20%, 0);
    -ms-transform: translate(-20%, 0);
    transform: translate(-20%, 0);
  }
  .header .s-title {
    max-width: 730px;
    font-size: 69px;
    margin-bottom: 30px;
    line-height: 1.2;
    }
    .header .s-title div {
      display: block; }
  .header .subtitle {
    max-width: 275px;
    font-size: 24px;
    padding-left: 5px; }
  .header__img-wrapper .header__img-mat {
    width: 400px;
    height: 593px;
    bottom: 46px;
    right: 10px;
    }
  .header .header__content:after {
    content: '';
    position: absolute;
    bottom: -210px;
    left: 63%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/header-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 12px;
    height: 248px; }
    .header__img-wrapper .header__img-image {
      width: 284px;
      height: 284px;
      left: 287px;
      bottom: -23px;
      background-image: url(../img/header__sick.jpg);
      z-index: 1;
    }
  .lifestyle__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;
    padding-bottom: 50px; }
  .lifestyle__img-composition {
    width: 652px; }
  .lifestyle__description {
    width: -webkit-calc(100% - 652px);
    width: calc(100% - 652px);
    padding-top: 85px; }
    .lifestyle__description .btn {
      margin: 65px 0; }
    .lifestyle__description .description__title {
      font-size: 24px;
      line-height: 1.25;
      margin: 30px 0 55px; }
  .lifestyle__description .circle-wrapper:before {
    bottom: -85px;
    left: 45%; }
  .lifestyle__description .circle-wrapper p {
    line-height: 1.35; }
  .lifestyle__content .composition__title {
    padding: 85px 0 110px;
    font-size: 42px;
    text-align: left;
    line-height: 1.05;
    max-width: 480px;
    margin: 0;
    }
    .lifestyle__content .composition__title:before {
      width: -webkit-calc(100% + 230px);
      width: calc(100% + 130px);
      height: -webkit-calc(100% + 320px);
      height: calc(100% + 220px);
      left: 46%;
      }
  .lifestyle__img-box {
    background-image: url(//viposidn.com/content/ELejtRDzmO5VaTZ/img/lifestyle-box.png);
    width: 753px;
    height: 592px;
    top: -111px;
    right: -31px;
    }
  .lifestyle__img-gif {
    position: relative;
    margin-top: -50px;
    z-index: 1; }
  .lifestyle__img-prod {
    position: relative;
    z-index: 1;
    width: 350px;
  }    
  .secret {
    padding: 60px 0 0; }
    .secret .s-title {
      font-size: 103px;
      line-height: .9; }
  .secret .s-title .left-gutter {
    padding-left: 185px; }
  .secret__content .decor--1 {
    background-image: url(../img/secret-decor1.png);
    width: 943px;
    height: 791px;
    top: 36px;
    left: -849px; }
  .secret__content .decor--1 .inner--1 {
    top: -20px;
    left: 777px; }
  .secret__content .decor--1 .inner--2 {
    top: 244px;
    left: 428px; }
  .secret__content .decor--1 .inner--3 {
    top: 379px;
    left: 723px; }
  .secret__content .decor--1 .inner--4 {
    top: 644px;
    left: 435px; }
  .secret__content .decor--2 {
    background-image: url(../img/secret-decor2.png);
    width: 950px;
    height: 795px;
    right: auto;
    left: 795px;
    top: -265px; }
  .secret__content .decor--2 .inner--1 {
    top: 225px;
    left: 730px; }
  .secret__content .decor--2 .inner--2 {
    top: 360px;
    left: 434px; }
  .secret__content .decor--2 .inner--3 {
    top: 509px;
    left: 220px; }
  .secret__content .decor--2 .inner--4 {
    top: 676px;
    left: 498px; }
  .helper {
    padding: 50px 0 10px;
    }
  .helper .s-title {
    max-width: 500px;
    line-height: 1; }
  .helper .s-title .product-name {
    font-size: 18px;
    margin-bottom: 20px; }
  .helper__block {
    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; }
    .helper__block .block__left {
      width: 672px; }
    .helper__block .block__right {
      width: -webkit-calc(100% - 672px);
      width: calc(100% - 672px);
      padding-top: 10px;
      padding-left: 50px; }
  .helper__list li {
    padding-right: 0;
    margin-bottom: 10px; }
  .helper__list li .list__number {
    font-size: 20px; }
  .helper__list li p {
    font-size: 20px; }
  .helper__img-box {
    width: 504px;
    height: 573px;
    top: 83px;
    right: -71px;

    }
  .application {
    padding: 130px 0 60px;
    }
  .application .s-title {
    line-height: 1;
    margin-bottom: 20px;
    font-size: 44px;
    text-shadow: 1px 1px 3px #000;
    }
  .application__content .decor--1 {
    top: 539px;
    right: -390px;
    width: 340px;
    height: 500px;
  }
  .application__content .decor--2 {
    top: -284px;
    left: -332px;
    width: 300px;
    height: 530px;    
  }
  .application .s-title {
    max-width: 500px; }
  .application .s-title .product-name {
    font-size: 18px;
    margin-bottom: 20px;
    }
  .application .subtitle {
    font-size: 28px;
    margin-bottom: 80px;
    max-width: 260px;
    line-height: 1;
    }
  .application__block {
    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; }
    .application__block .block__left {
      width: 672px; }
    .application__block .block__right {
      position: relative;
      width: -webkit-calc(100% - 672px);
      width: calc(100% - 672px);
      padding-left: 5px; }
      .application__block .block__right:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 1135px;
        height: 1135px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: none;
        background: -webkit-radial-gradient(center, ellipse, #6703e4 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
        background: -o-radial-gradient(center, ellipse, #6703e4 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
        background: radial-gradient(ellipse at center, #6703e4 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
        z-index: 1; }
  .application__list-caption {
    position: relative;
    z-index: 2; }
  .application__list {
    position: relative;
    z-index: 2; }
  .application__img-box {
    width: 510px;
    height: 600px;
    bottom: -64px;
    left: -59px;
    z-index: 0;
    transform: rotate(10deg);
    }
  .application__img-woman {
    background-image: url(../img/application-woman.png);
    width: 733px;
    height: 752px;
    bottom: -76px;
    right: -165px;
    }
  .materials {
    padding: 130px 0 175px; }
  .materials .s-title {
    font-size: 88px;
    line-height: 1; }
  .materials .s-title .product-name {
    font-size: 18px; }
  .materials__block {
    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; }
    .materials__block .block__left {
      padding-bottom: 300px;
      width: 645px; }
    .materials__block .block__right {
      width: -webkit-calc(100% - 645px);
      width: calc(100% - 645px);
      padding-left: 5px; }
  .materials__list-caption {
    font-size: 20px; }
  .materials__list {
    padding: 10px 0; }
  .materials__list li {
    padding-left: 75px;
    min-height: 70px;
    margin-bottom: 10px; }
  .materials__list li p {
    font-size: 17px;
    padding: 25px 0 20px; }
  .materials__list li .list__icon {
    width: 73px;
    height: 74px;
    left: -15px; }
  .materials__list li .list__icon.icon--1 {
    background-image: url(../img/materials-icon1.png); }
  .materials__list li .list__icon.icon--2 {
    background-image: url(../img/materials-icon2.png); }
  .materials__list li .list__icon.icon--3 {
    background-image: url(../img/materials-icon3.png); }
  .materials__list li .list__icon.icon--4 {
    background-image: url(../img/materials-icon4.png); }
  .materials__img-mat {
    width: 436px;
    height: 597px;
    bottom: -228px;
    left: 133px;
    }
  .anytime {
    padding: 125px 0 5px;
    margin-bottom: -5px; }
  .anytime .s-title {
    font-size: 48px;
    line-height: 1.12;
    text-align: center;
    margin-bottom: 15px;
    z-index: 3; }
  .anytime .s-title .product-name {
    font-size: 99px;
    margin-bottom: 5px; }
  .anytime__content {
    position: relative; }
  .anytime__img-top {
    width: 1018px;
    height: 716px;
    top: -692px;
    left: -105px;
    }
  .anytime .btn {
    margin: 40px auto; }
  .anytime .subtitle {
    margin: 0 auto; }
  .anytime .subtitle .subtitle__item + .subtitle__item:before {
    width: 8px;
    height: 8px;
    left: -4px;
   }
  .anytime .subtitle .subtitle__item {
    font-size: 30px;
    padding-right: 25px; }
    .anytime .subtitle .subtitle__item + .subtitle__item {
      padding-left: 25px;
    }
  .reviews {
    padding: 290px 0 0;
    }
  .reviews__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;
    padding-bottom: 10px; }
  .reviews__img-composition {
    width: 672px;
    }
    .reviews__img-composition .reviews__cloud {
      margin-top: 279px;
      }
  .reviews__description {
    width: -webkit-calc(100% - 672px);
    width: calc(100% - 672px);
    /* padding-top: 100px; */
    margin-top: -160px;
    }
  .reviews__content .composition__title {
    padding: 145px 0 135px;
    font-size: 39px;
    text-align: left;
    max-width: 340px;
    margin: 0; }
    .reviews__content .composition__title-top {
      position: absolute;
      z-index: 4;
      text-shadow: 2px 2px 10px #fff;
      padding-right: 5px;
      width: 440px;
      font-size: 38px;
      font-weight: 500;
      top: 36px;
      left: -36px;
      margin-left: inherit;
      text-align: left;
    }
    .reviews__content .composition__title-top span {
      font-size: 54px;
      line-height: 1;
      font-weight: 900;
      text-transform: uppercase;
      }
    .reviews__content .composition__title:before {
      width: -webkit-calc(100% + 210px);
      width: calc(100% + 210px);
      height: -webkit-calc(100% + 40px);
      height: calc(100% + 270px);
      top: 52%;
      left: 45%;
      }
  .reviews__img-box {
    background-image: url(../img/reviews-box.png);
    width: 477px;
    height: 750px;
    top: -564px;
    right: -22px;
    }
  .reviews__img-mat {
    top: -90px;
    left: 355px;
    width: 300px;
    height: 430px;
    }
  .cloud__content {
    max-width: 330px;
    margin: 0; }
  .reviews__cloud {
    margin-bottom: 80px; }
  .content-top {
    padding: 15px 15px 20px; }
  .content-bottom {
    padding: 15px; }
  .content-top .rate span {
    width: 17px;
    height: 17px; }
  .reviews__message {
    font-size: 18px; }
  .reviews__author {
    font-size: 18px;
    padding-left: 40px; }
  .reviews__author:before {
    width: 31px;
    height: 31px; }
  .order__content {
    padding: 200px 0 180px; }
  .order__content .decor--1 {
    background-image: url(../img/secret-decor1.png);
    width: 943px;
    height: 791px;
    top: -447px;
    left: -989px; }
  .order__content .decor--1 .inner--1,
  .order__content .decor--1 .inner--2,
  .order__content .decor--1 .inner--3,
  .order__content .decor--1 .inner--4,
  .order__content .decor--2 .inner--4 {
    display: none; }
  .order__content .decor--2 {
    background-image: url(../img/secret-decor2.png);
    width: 950px;
    height: 795px;
    right: auto;
    left: 655px;
    top: 10px; }
  .order__content .decor--2 .inner--1 {
    top: 225px;
    left: 730px; }
  .order__content .decor--2 .inner--2 {
    top: 360px;
    left: 434px; }
  .order__content .decor--2 .inner--3 {
    top: 509px;
    left: 220px; }
  .order .s-title {
    max-width: 430px;
    font-size: 48px;
    line-height: 1.1;
    }
  .order .s-title .product-name {
    font-size: 18px; }
  .order__block {
    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; }
    .order__block .block__left {
      width: 672px; }
    .order__block .block__right {
      position: relative;
      width: -webkit-calc(100% - 672px);
      width: calc(100% - 672px);
      text-align: right; }
  .order__list {
    position: relative;
    max-width: 262px;
    display: inline-block;
    text-align: left;
    padding-top: 15px;
    z-index: 2; }
  .order__list li {
    padding-left: 35px;
    padding-bottom: 25px; }
  .order__list li .list__number,
  .order__list li p {
    font-size: 20px; }
  .order__img-box {
    width: 510px;
    height: 620px;
    top: 10px;
    right: -71px;
    }
  .ticker {
    width: 5300px; }
  .ticker__item p {
    font-size: 27px; }
  .footer::before {
    width: 1056px;
    height: 547px;
    background-image: url(../img/header__bg.png);
    top: 53px;
    -webkit-transform: translate(-14%, 0);
    -ms-transform: translate(-14%, 0);
    transform: translate(-14%, 0);
  }
  .footer::after {
    width: 374px;
    height: 292px;
    background-image: url(../img/footer_circle.png);
  }
  .footer__content {
    padding: 210px 0 60px; }
  .footer__content:before {
    width: 327px;
    height: 326px;
    background-image: url(../img/footer_circle_couple.png);
    -webkit-transform: translate(-41%, 0);
    -ms-transform: translate(-41%, 0);
    transform: translate(-41%, 0);
  }
  .footer__content:after {
    width: 440px;
    height: 600px;
    left: 68%;
    bottom: 0px;
    }
  .footer .s-title {
    font-size: 110px;
    line-height: .9;
    margin-bottom: 88px;
    }
    .footer .s-title div {
      max-width: 830px; }
  .footer .s-title:after {
    background-image: url(../img/footer-arrow.png);
    width: 156px;
    height: 156px;
    position: absolute;
    bottom: -25px;
    right: 0; }
  .footer__form {
    max-width: 615px;
    margin-bottom: 120px; }
  .footer__form .btn {
    margin: 0;
    max-width: 100%;
    padding: 17px 10px;
    height: 56px; }
  .order_form {
    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; }
    .order_form .form__field {
      width: -webkit-calc(50% - 5px);
      width: calc(50% - 5px);
      margin-bottom: 15px; }
      .order_form .form__field .inp {
        padding: 15px 30px;
        font-size: 18px;
        margin-bottom: 0; }
      .order_form .form__field:nth-child(even) {
        /*margin-left: 10px;*/ } 
  .form__footnote p {
    max-width: 63%;
  }
      }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1030px) {
  .header .header__content:after {
    left: 60%; } }

@media only screen and (min-width: 1440px) {
  .anytime__content .decor--1 {
    top: -517px;
    left: -1013px;
    width: 1181px;
    height: 599px; }
  .anytime__content .decor--2 {
    top: -200px;
    left: 1080px;
    width: 664px;
    height: 713px; } }

@media only screen and (min-width: 1600px) {
  .application__content .decor--1 {
    right: -420px; }
  .application__content .decor--2 {
    left: -360px; } }

@media only screen and (min-width: 1920px) {
  .application__content .decor--1 {
    right: -540px; }
  .application__content .decor--2 {
    left: -497px; } }