html {
  box-sizing: border-box; }

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

body {
  overflow-x: hidden;
  font-weight: 200;
  font-size: 15px;
  line-height: 1.4;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #312f1c;
  background: #edefd9; }
  @media (min-width: 992px) {
    body {
      font-size: 16px; } }

img {
  max-width: 100%; }

ul,
li {
  list-style: none; }

.overflow {
  overflow: hidden; }

.container {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 0 16px; }
  @media (min-width: 992px) {
    .container {
      max-width: 1200px; } }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.title {
  font-weight: 200;
  font-size: 30px;
  line-height: 1.1;
  text-align: center; }
  @media (min-width: 992px) {
    .title {
      font-size: 36px; } }
  .title .product-name {
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 36px; }
    @media (min-width: 992px) {
      .title .product-name {
        display: inline-block;
        font-size: 42px;
        line-height: 1; } }

.introduction {
  font-weight: 200;
  font-size: 18px;
  line-height: 1.3; }
  @media (min-width: 992px) {
    .introduction {
      font-size: 20px; } }
  .introduction--bold {
    font-weight: 500; }

.button {
  display: block;
  width: 100%;
  max-width: 280px;
  min-height: 54px;
  margin: 0 auto;
  padding: 18px 20px;
  border: none;
  border-radius: 27px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-align: center;
  color: #ffffff;
  background-color: #fc5000;
  box-shadow: 0px 16px 24px 0px rgba(252, 80, 0, 0.2);
  transition: all .3s ease-out;
  cursor: pointer; }
  .button:hover, .button:active, .button:focus {
    background-color: #a1a769;
    box-shadow: 0px 16px 24px 0px rgba(252, 80, 0, 0.4);
    outline: none; }

.product-name {
  font-weight: 500;
  text-transform: uppercase; }
  .product-name-span {
    font-weight: 200;
    text-transform: none; }
  .product-name--color {
    color: #a1a769; }

.color {
  font-weight: 500;
  color: #a1a769; }

.diagram {
  max-width: 288px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .diagram {
      max-width: 100%; } }
  .diagram__list {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    padding: 15px 25px;
    font-size: 0;
    text-align: center;
    background: #312f1c url("research-pattern.jpg"); }
    @media (min-width: 992px) {
      .diagram__list {
        height: 420px;
        padding: 25px 40px 35px; } }
  .diagram__item {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    max-width: calc((100% - 42px)/4);
    font-weight: 200;
    font-size: 14px;
    text-align: center; }
    @media (min-width: 992px) {
      .diagram__item {
        max-width: calc((100% - 60px)/4); } }
    .diagram__item:not(:last-of-type) {
      margin-left: 14px; }
      @media (min-width: 992px) {
        .diagram__item:not(:last-of-type) {
          margin-left: 20px; } }
  .diagram__weight-loss {
    display: block;
    font-size: 11px;
    color: #a1a769; }
    @media (min-width: 992px) {
      .diagram__weight-loss {
        font-size: 15px; } }
  .diagram__percent {
    display: block;
    font-size: 22px;
    color: #fc5000; }
    @media (min-width: 992px) {
      .diagram__percent {
        font-size: 30px; } }
  .diagram__column {
    display: inline-block;
    width: 100%;
    max-width: 50px;
    margin-top: 5px;
    margin-bottom: 0;
    background-color: #ffffff; }
    .diagram__column--first {
      height: 65px; }
      @media (min-width: 992px) {
        .diagram__column--first {
          height: 91px; } }
    .diagram__column--second {
      height: 165px; }
      @media (min-width: 992px) {
        .diagram__column--second {
          height: 230px; } }
    .diagram__column--third {
      height: 213px; }
      @media (min-width: 992px) {
        .diagram__column--third {
          height: 300px; } }
    .diagram__column--fourth {
      height: 137px; }
      @media (min-width: 992px) {
        .diagram__column--fourth {
          height: 192px; } }
  .diagram__desc {
    padding: 20px 10px;
    background-color: #ffffff;
    font-size: 12px;
    text-align: center; }
    @media (min-width: 992px) {
      .diagram__desc {
        padding: 30px;
        font-size: 16px; } }
  .diagram__note {
    margin-top: 20px;
    font-size: 12px;
    text-align: center; }
    @media (min-width: 992px) {
      .diagram__note {
        margin-top: 40px;
        font-size: 13px; } }

.main-header {
  text-align: center;
  background: #ffffff url("main-header-background.jpg") top center no-repeat; }
  @media (min-width: 321px) {
    .main-header {
      position: relative;
      text-align: left;
      background: #ffffff url("main-header-background-desktop.jpg") top center no-repeat;
      background-size: cover;
      z-index: 1; }
      .main-header::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 415px;
        background-color: #ffffff;
        z-index: -1; } }
  @media (min-width: 992px) {
    .main-header {
      background-position: top center; }
      .main-header::after {
        display: none; } }
  .main-header__container {
    position: relative;
    padding-bottom: 33px; }
    .main-header__container::after {
      content: "";
      display: block;
      position: absolute;
      top: -50px;
      left: -66px;
      width: 127px;
      height: 66px;
      background: url("leaf4.png") no-repeat;
      background-size: contain; }
    @media (min-width: 992px) {
      .main-header__container {
        padding-bottom: 120px;
        overflow: visible;
        z-index: 1; }
        .main-header__container::after {
          top: 50%;
          right: 0;
          left: auto;
          transform: translate(100%, -65%);
          width: 40px;
          height: 166px;
          background: url("main-header-hieroglyph.png") no-repeat; } }
  .main-header__top {
    padding: 12px 0 18px;
    background: url("main-header-top-image.png") top center no-repeat; }
    @media (min-width: 992px) {
      .main-header__top {
        padding: 35px 0;
        background: url("main-header-top-image-desktop.png") top center no-repeat; } }
  .main-header__logo-wrapper {
    max-width: 107px;
    margin: 0 auto;
    font-size: 0; }
  .main-header__content {
    position: relative;
    padding-bottom: 240px; }
    @media (min-width: 992px) {
      .main-header__content {
        position: static;
        font-size: 0;
        padding-bottom: 0; } }
  @media (min-width: 992px) {
    .main-header__left {
      max-width: 590px;
      margin-top: 220px;
      font-size: 16px;
      margin-right: auto;
      text-align: right;
    }
  }
  .main-header__right {
    position: relative; }
    .main-header__right::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 75px;
      left: 0;
      width: 76px;
      height: 55px;
      background: url("leaf3-2.png") no-repeat;
      background-size: contain;
      z-index: 1; }
    @media (min-width: 992px) {
      .main-header__right {
        position: absolute;
        right: -30px;
        bottom: -60px;
        max-width: calc(100% - 670px);
        z-index: 1; }
        .main-header__right::after {
          bottom: 50px;
          left: -75px;
          width: 151px;
          height: 128px;
          background: url("leaf5.png") no-repeat;
          z-index: -1; } }
    @media (min-width: 1200px) {
      .main-header__right::before {
        content: "";
        display: block;
        position: absolute;
        bottom: 60px;
        left: -160px;
        width: 237px;
        height: 480px;
        background: url("main-header-image3.png") no-repeat;
        z-index: -1; } }
  .main-header__introduction {
    margin-top: 40px;
    line-height: 1.3; }
    @media (min-width: 992px) {
      .main-header__introduction {
        margin-top: 0;
        font-weight: 200;
        font-size: 24px; } }
  .main-header__title {
    margin-top: 20px;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.2; }
    .main-header__title .product-name {
      font-size: 36px; }
      @media (min-width: 992px) {
        .main-header__title .product-name {
          font-size: 42px;
          line-height: 1; } }
    @media (min-width: 992px) {
      .main-header__title {
        margin-top: 25px;
        font-size: 42px;
        line-height: 1; } }
  .main-header__list-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    direction: ltr;
    overflow: hidden; }
    @media (min-width: 992px) {
      .main-header__list-wrapper {
        width: 100%;
        position: static;
        overflow: visible;
        transform: none; } }
  .main-header__list {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    font-size: 0; }
    .main-header__list--desktop {
      display: none; }
    @media (min-width: 992px) {
      .main-header__list {
        position: static;
        overflow: visible;
        width: 100%;
        max-width: 100%;
        transform: none;
        margin-top: 65px; }
        .main-header__list--slider {
          display: none; }
        .main-header__list--desktop {
          display: block; } }
    .main-header__list .slick-list {
      overflow: visible; }
  .main-header__item {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 14px;
    text-align: center; }
    .main-header__item--card {
      position: relative;
      width: 100% !important;
      max-width: 166px;
      min-height: 166px;
      margin: 20px 17px 40px;
      padding: 30px 25px;
      background-color: #ffffff;
      border-top: 3px solid #a1a769;
      border-radius: 8px;
      box-shadow: 0px 20px 20px 0px rgba(161, 167, 105, 0.2);
      z-index: 1; }
      .main-header__item--card:not(:last-of-type)::after {
        content: "";
        display: block;
        position: absolute;
        top: 45px;
        right: 0;
        transform: translateX(108%);
        width: 30px;
        height: 2px;
        background: url("main-header-border-dotted.jpg") repeat-x;
        z-index: -1; }
    @media (min-width: 992px) {
      .main-header__item {
        width: 100%;
        max-width: 166px; }
        .main-header__item:not(:last-of-type) {
          position: relative;
          margin-left: 45px; }
          .main-header__item:not(:last-of-type)::after {
            content: "";
            display: block;
            position: absolute;
            top: 25px;
            left: -77px;
            width: 115px;
            border-top: 2px dotted #a1a769; } }
  .main-header__item-text {
    position: relative;
    padding-top: 68px; }
    @media (min-width: 992px) {
      .main-header__item-text {
        padding-top: 78px; } }
        .main-header__item-text span {
          display: block;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 46px;
          height: 46px; }
  .main-header__image-wrapper {
    position: relative;
    display: block;
    max-width: 288px;
    margin: 20px auto 0;
    font-size: 0;
    text-align: center; }
    @media (min-width: 992px) {
      .main-header__image-wrapper {
        max-width: 100%; } }
    .main-header__image-wrapper::before {
      content: "";
      display: block;
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 125px;
      height: 73px;
      background: url("main-header-image1.png") no-repeat;
      background-size: contain; }
      @media (min-width: 992px) {
        .main-header__image-wrapper::before {
          width: 283px;
          height: 164px; } }
    .main-header__image-wrapper::after {
      content: "";
      display: block;
      position: absolute;
      top: 0px;
      right: -25px;
      width: 127px;
      height: 66px;
      background: url("leaf4.png") no-repeat;
      background-size: contain; }
      @media (min-width: 992px) {
        .main-header__image-wrapper::after {
          top: 20px;
          right: auto;
          left: 0;
          width: 150px;
          height: 78px; } }
  .main-header__button {
    margin-top: 30px; }
    @media (min-width: 992px) {
      .main-header__button {
        max-width: 245px;
        margin-top: 60px;
        margin-left: 0;
        margin-right: calc(100% - 590px);
      } }

.research {
  position: relative;
  padding: 60px 0 40px;
  z-index: 1; }
  @media (min-width: 992px) {
    .research {
      padding: 150px 0 95px;
      background: url("research-background-pattern.jpg");
      z-index: 0; } }
  .research__container {
    position: relative; }
    .research__container::before, .research__container::after {
      content: "";
      display: block;
      position: absolute; }
      @media (min-width: 992px) {
        .research__container::before, .research__container::after {
          display: none; } }
    .research__container::before {
      top: -100px;
      right: -50px;
      width: 155px;
      height: 82px;
      background: url("leaf8-2.png") no-repeat;
      background-size: contain; }
    .research__container::after {
      bottom: -70px;
      left: -20px;
      width: 93px;
      height: 49px;
      background: url("leaf7-2.png") no-repeat;
      background-size: contain;
      transform: rotate(-10deg); }
  @media (min-width: 992px) {
    .research__content {
      position: relative;
      max-width: 991px;
      margin: 0 auto;
      font-size: 0;
      z-index: 1; } }
  .research__left, .research__results {
    display: none; }
    @media (min-width: 992px) {
      .research__left, .research__results {
        display: block; } }
  @media (min-width: 992px) {
    .research__left, .research__right {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      font-size: 16px; } }
  @media (min-width: 992px) {
    .research__left {
      max-width: 400px;
      margin-left: 60px; } }
  @media (min-width: 992px) {
    .research__right {
      max-width: calc(100% - 400px - 60px);
      text-align: right;
    } }
  @media (min-width: 992px) {
    .research__title {
      max-width: 430px;
      margin-top: 50px;
      text-align: right;
      font-size: 30px; } }
  .research__introduction {
    margin-top: 25px;
    text-align: center; }
    @media (min-width: 992px) {
      .research__introduction {
        margin-top: 40px;
        text-align: right; } }
  .research__diagram {
    margin-top: 25px; }
    @media (min-width: 992px) {
      .research__diagram {
        display: none; }
        .research__diagram--desktop {
          display: block;
          margin-top: 0; } }
  .research__paragraph {
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center; }
    @media (min-width: 992px) {
      .research__paragraph {
        padding-top: 0;
        text-align: right; } }
    .research__paragraph::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 77px;
      height: 2px;
      background-color: #a1a769; }
      @media (min-width: 992px) {
        .research__paragraph::before {
          display: none; } }
  .research__result {
    position: absolute;
    z-index: 0; }
    .research__result--1 {
      top: -160px;
      left: -16px; }
    .research__result--2 {
      top: -95px;
      left: -500px; }
    .research__result--3 {
      top: -12px;
      left: -240px; }
    .research__result--4 {
      top: 95px;
      left: -450px; }
    .research__result--5 {
      top: 200px;
      left: -240px; }
    .research__result--6 {
      top: 300px;
      left: -530px; }
    .research__result--7 {
      top: 400px;
      left: -335px; }
    .research__result--8 {
      bottom: -80px;
      left: -150px; }
    .research__result--9 {
      top: -80px;
      right: 80px; }
    .research__result--10 {
      top: -80px;
      right: -335px; }
    .research__result--11 {
      top: 30px;
      right: -125px; }
    .research__result--12 {
      top: 130px;
      right: -445px; }
    .research__result--13 {
      top: 240px;
      right: -225px; }
    .research__result--14 {
      bottom: -80px;
      right: -40px; }
    .research__result--15 {
      bottom: -80px;
      right: -325px; }

.effects {
  padding: 40px 0;
  background-color: #ffffff; }
  @media (min-width: 992px) {
    .effects {
      padding: 110px 0 70px;
      background: #ffffff url("effects-background-desktop.jpg") top center no-repeat;
      background-size: cover; } }
  @media (min-width: 992px) {
    .effects__container {
      position: relative; } }
  @media (min-width: 992px) {
    .effects__content {
      position: relative;
      max-width: 1070px;
      margin: 0 auto; } }
  .effects__introduction {
    margin-top: 10px;
    text-align: center; }
    @media (min-width: 992px) {
      .effects__introduction {
        margin-top: 20px; } }
  .effects__list-wrapper {
    position: relative;
    margin-top: 20px;
    z-index: 1; }
    @media (min-width: 992px) {
      .effects__list-wrapper {
        position: static;
        margin-top: 140px;
        font-size: 0; } }
  @media (min-width: 992px) {
    .effects__list {
      display: inline-block;
      vertical-align: top;
      width: 50%; }
      .effects__list--left .effects__item {
        margin-right: auto; }
      .effects__list--left .effects__item-text {
        padding-right: 50px;
        padding-left: 30px;
        text-align: left; }
      .effects__list--left .effects__wrapper::before {
        left: 0;
        transform: translateX(-100%); }
      .effects__list--right .effects__item {
        margin-left: auto; }
      .effects__list--right .effects__wrapper {
        margin-right: auto; }
      .effects__list--right .effects__item-text {
        padding-right: 30px;
        padding-left: 50px; }
        .effects__list--right .effects__item-text::after {
          right: 0;
          left: auto; }
        .effects__list--right .effects__item-text::before {
          right: auto;
          left: 0; }
      .effects__list--right .effects__wrapper::before {
        right: 0;
        transform: translateX(100%); } }
  .effects__item {
    width: 100%;
    margin-top: 10px;
    padding: 0 20px;
    border-radius: 32px;
    background-color: #a1a769; }
    @media (min-width: 992px) {
      .effects__item {
        border-radius: 40px; }
        .effects__item--second {
          max-width: 520px; }
          .effects__item--second .effects__wrapper {
            max-width: 310px; }
        .effects__item--third {
          max-width: 490px; }
          .effects__item--third .effects__wrapper {
            max-width: 280px; }
        .effects__item--fourth, .effects__item--sixth {
          max-width: 510px; }
          .effects__item--fourth .effects__wrapper, .effects__item--sixth .effects__wrapper {
            max-width: 300px; } }
    @media (min-width: 1200px) {
      .effects__item:not(:first-of-type) {
        margin-top: 45px; } }
  .effects__wrapper {
    display: table;
    width: 100%;
    min-height: 64px; }
    @media (min-width: 992px) {
      .effects__wrapper {
        position: relative;
        max-width: 325px; }
        .effects__wrapper::before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          width: 160px;
          height: 1px;
          background-color: #000000;
          opacity: 0.8; } }
  .effects__item-text {
    position: relative;
    display: table-cell;
    padding: 10px 30px 10px 50px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    vertical-align: middle; }
    @media (min-width: 1200px) {
      .effects__item-text {
        padding: 30px; } }
    .effects__item-text::before, .effects__item-text::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      opacity: 0.8; }
    .effects__item-text::before {
      left: 0;
      background-repeat: no-repeat; }
    .effects__item-text::after {
      right: 0;
      width: 16px;
      height: 16px;
      background: url("http://viposidn.com/content/tNpIE1AZ8Pm6SO4/images/effects-icon-check.svg") no-repeat; }

      @media (min-width: 992px) {
        .effects__item-text::before {
          right: 0;
          left: auto;
        }
        .effects__item-text::after {
          left: 0;
          right: auto;
        }
      }
    .effects__item-text--first::before {
      width: 36px;
      height: 36px;
      background-image: url("http://viposidn.com/content/tNpIE1AZ8Pm6SO4/images/effects-icon1.svg"); }
    .effects__item-text--second::before {
      width: 44px;
      height: 44px;
      background-image: url("http://viposidn.com/content/tNpIE1AZ8Pm6SO4/images/effects-icon2.svg"); }
    .effects__item-text--third::before {
      width: 44px;
      height: 40px;
      background-image: url("http://viposidn.com/content/tNpIE1AZ8Pm6SO4/images/effects-icon3.svg"); }
    .effects__item-text--fourth::before {
      width: 36px;
      height: 40px;
      background-image: url("http://viposidn.com/content/tNpIE1AZ8Pm6SO4/images/effects-icon4.svg"); }
    .effects__item-text--fifth::before {
      width: 42px;
      height: 35px;
      background-image: url("http://viposidn.com/content/tNpIE1AZ8Pm6SO4/images/effects-icon5.svg"); }
    .effects__item-text--sixth::before {
      width: 39px;
      height: 42px;
      background-image: url("http://viposidn.com/content/tNpIE1AZ8Pm6SO4/images/effects-icon6.svg"); }
  .effects__image-wrapper {
    position: relative;
    display: block;
    max-width: 300px;
    margin: -5px auto 0;
    font-size: 0;
    z-index: 0; }
    .effects__image-wrapper::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 93px;
      height: 39px;
      margin: 20px auto 0;
      background: url("leaf7-2.png") no-repeat;
      background-size: contain; }
      @media (min-width: 992px) {
        .effects__image-wrapper::after {
          display: none; } }
    @media (min-width: 992px) {
      .effects__image-wrapper {
        position: absolute;
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0; } }
    @media (min-width: 1200px) {
      .effects__image-wrapper {
        max-width: 100%; } }
  .effects__note {
    position: relative;
    margin: 20px -5px 0;
    padding: 20px 10px;
    border: 2px dotted #a1a769;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    background-color: transparent; }
    @media (min-width: 992px) {
      .effects__note {
        max-width: 1000px;
        margin: 40px auto 0;
        font-size: 15px; } }
    @media (min-width: 1200px) {
      .effects__note {
        margin: 140px auto 0; } }
    .effects__note::before {
      content: "";
      display: block;
      position: absolute;
      top: -10px;
      left: 50%;
      width: 18px;
      height: 18px;
      border-top: 2px dotted #a1a769;
      border-right: 2px dotted #a1a769;
      background-color: #ffffff;
      transform: translateX(-50%) rotate(-45deg) skew(-15deg, -15deg); }

.pros {
  position: relative;
  padding: 60px 0 190px;
  background: url("background-pattern.jpg");
  z-index: 1; }
  @media (min-width: 992px) {
    .pros {
      padding: 82px 0 122px; } }
  .pros::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: #ffffff;
    z-index: -2; }
    @media (min-width: 992px) {
      .pros::after {
        display: none; } }
  .pros__container {
    position: relative;
    z-index: 1; }
    .pros__container::before {
      content: "";
      display: block;
      position: absolute;
      right: -190px;
      bottom: -150px;
      width: 404px;
      height: 412px;
      background: url("pros-image.png?v=111") no-repeat;
      background-size: contain;
      z-index: -1; }
      @media (min-width: 992px) {
        .pros__container::before {
          display: none; } }
  .pros__content {
    position: relative;
    z-index: 0; }
    .pros__content::before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      width: 88px;
      height: 69px;
      top: -90px;
      left: 0;
      background: url("leaf5.png") no-repeat;
      background-size: contain;
      transform: rotate(120deg); }
      @media (min-width: 992px) {
        .pros__content::before {
          display: none; } }
    @media (min-width: 992px) {
      .pros__content {
        direction: ltr;
        font-size: 0; } }
  @media (min-width: 992px) {
    .pros__left, .pros__right {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      font-size: 16px; } }
  @media (min-width: 992px) {
    .pros__left {
      max-width: calc(100% - 550px); } }
  @media (min-width: 992px) {
    .pros__right {
      max-width: 480px; } }
  .pros__image-wrapper {
    display: none; }
    @media (min-width: 992px) {
      .pros__image-wrapper {
        display: block; } }
    @media (min-width: 1200px) {
      .pros__image-wrapper {
        position: relative; }
        .pros__image-wrapper::after {
          content: "";
          display: block;
          position: absolute;
          bottom: -50px;
          right: -30px;
          width: 662px;
          height: 471px;
          /* background: url("pros-image-desktop.png?v=111") no-repeat; */
         } }
  .pros__title {
    font-weight: 400;
    font-size: 27px;
    margin: 0 -5px;
    transition: all .3s ease-out; }
    @media (min-width: 992px) {
      .pros__title {
        margin: 100px 0 0;
        font-size: 36px;
        direction: rtl;
        text-align: right; }
        .pros__title .product-name {
          display: block; } }
  .pros__introduction {
    margin-top: 15px;
    text-align: center; }
    @media (min-width: 992px) {
      .pros__introduction {
        margin-top: 20px;
        direction: rtl;
        text-align: right; } }
  .pros__list {
    max-width: 195px;
    margin-top: 30px;
    margin-right: auto;
  }
    @media (min-width: 992px) {
      .pros__list {
        max-width: 100%;
        margin-top: 60px;
        font-size: 0; } }
  .pros__item {
    position: relative;
    padding-right: 30px;
    font-weight: 400;
    font-size: 14px; }
    @media (min-width: 992px) {
      .pros__item {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: calc((100% - 60px)/2);
        font-size: 14px;
        text-align: right;
        direction: rtl;
      }
        .pros__item:nth-child(odd) {
          margin-right: 60px; } }
    .pros__item:not(:first-of-type) {
      margin-top: 20px; }
      @media (min-width: 992px) {
        .pros__item:not(:first-of-type) {
          margin-top: 0; } }
    @media (min-width: 992px) {
      .pros__item:nth-child(n+3) {
        margin-top: 40px; } }
    .pros__item::before {
      content: "";
      display: block;
      position: absolute;
      top: 4px;
      right: 0;
      width: 16px;
      height: 16px;
      background: url("http://viposidn.com/content/tNpIE1AZ8Pm6SO4/images/pros-icon-check.svg") no-repeat; }

.story {
  padding: 60px 0 40px;
  background: #f2f1f0 url("story-background.jpg") center no-repeat;
  background-size: cover; }
  @media (min-width: 500px) {
    .story {
      background: #f2f1f0 url("story-background-desktop.jpg") bottom right no-repeat;
      background-size: cover; } }
  @media (min-width: 992px) {
    .story {
      padding: 120px 0;
      background: #f2f1f0 url("story-background-desktop.jpg") bottom right no-repeat;
      background-size: cover; } }
  @media (min-width: 1200px) {
    .story {
      background-position: center; } }
  @media (min-width: 992px) {
    .story__content {
      max-width: 830px;
      margin: 0 auto; } }
  .story__title {
    text-align: right; }
    @media (min-width: 992px) {
      .story__title {
        text-align: center; }
        .story__title .product-name {
          display: block; } }
  .story__introduction {
    margin-top: 20px; }
    @media (min-width: 992px) {
      .story__introduction {
        margin-top: 30px;
        text-align: center; } }
  .story__paragraph {
    position: relative;
    margin-top: 25px;
    padding-top: 25px; }
    @media (min-width: 992px) {
      .story__paragraph {
        margin-top: 35px;
        padding-top: 35px;
        text-align: center; } }
    .story__paragraph::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      transform: translateY(-50%);
      width: 65px;
      height: 2px;
      background-color: #a1a769; }
      @media (min-width: 992px) {
        .story__paragraph::before {
          width: 170px;
          right: 50%;
          transform: translate(50%, -50%); } }
    .story__paragraph--desktop {
      display: none; }
      @media (min-width: 992px) {
        .story__paragraph--desktop {
          display: block;
          margin-top: 44px;
          padding: 0;
          font-weight: 200;
          font-size: 26px; }
          .story__paragraph--desktop::before {
            display: none; } }
  .story__button {
    margin-top: 30px; }
    @media (min-width: 992px) {
      .story__button {
        margin-top: 40px; } }

.composition {
  position: relative;
  padding: 60px 0 40px;
  z-index: 1;
  background: #a1a769 url("background-pattern.jpg"); }
  @media (min-width: 992px) {
    .composition {
      padding: 110px 0 130px; } }
  .composition::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 180px;
    background: #ffffff;
    z-index: -1; }
    @media (min-width: 992px) {
      .composition::after {
        display: none; } }
  .composition__title {
    font-size: 26px; }
    @media (min-width: 992px) {
      .composition__title {
        font-size: 36px;
        text-align: center; }
        .composition__title .product-name {
          display: block; } }
  .composition__list {
    direction: ltr;
    margin: 10px -16px 0; }
    .composition__list .slick-list {
      overflow: visible; }
    @media (min-width: 992px) {
      .composition__list {
        max-width: 1120px;
        margin: 70px auto 0;
        font-size: 0; } }
  .composition__item {
    position: relative;
    max-width: 265px;
    margin: 30px 28px;
    z-index: 0; }
    @media (min-width: 992px) {
      .composition__item {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: calc((100% - 60px)/3);
        margin: 0;
        font-size: 14px; }
        .composition__item:not(:last-of-type) {
          margin-right: 29px; } }
    .composition__item::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 5px;
      left: 0;
      height: 95%;
      background-color: #69ad4a;
      box-shadow: 15.106px 14.588px 40px 0px rgba(161, 167, 105, 0.39);
      transform: skew(2deg, 3deg);
      z-index: -1; }
    .composition__item-wrapper {
      position: relative;
      padding: 150px 15px 35px;
      background-color: #ffffff;
      border-radius: 16px;
      text-align: center;
      z-index: 1; }
      @media (min-width: 1200px) {
        .composition__item-wrapper {
          padding: 160px 25px 40px; } }
          .composition__item-wrapper .composition__item-picture {
            display: block;
            position: absolute;
            top: 15px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 0; }
            @media (min-width: 992px) {
              .composition__item-wrapper .composition__item-picture {
                top: 25px; } }
          .composition__item-wrapper--first .composition__item-picture {
            top: 30px;
            width: 144px;
            height: 93px;}
            @media (min-width: 992px) {
              .composition__item-wrapper--first .composition__item-picture {
                top: 0;
                width: 219px;
                height: 142px; } }
          .composition__item-wrapper--second .composition__item-picture {
            width: 142px;
            height: 106px;}
            @media (min-width: 992px) {
              .composition__item-wrapper--second .composition__item-picture {
                width: 160px;
                height: 119px; } }
          .composition__item-wrapper--third .composition__item-picture {
            width: 125px;
            height: 111px;}
            @media (min-width: 992px) {
              .composition__item-wrapper--third .composition__item-picture {
                width: 129px;
                height: 115px; } }
  .composition__name {
    position: relative;
    /* padding-top: 50px; */
    padding-top: 0;
    font-weight: 500;
    font-size: 18px; }
    .composition__name .composition__item-icon {
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
.composition__name--first .composition__item-icon {
  width: 150px;
  height: 33px;
}
.composition__name--second .composition__item-icon {
  width: 81px;
  height: 33px;
}
.composition__name--third .composition__item-icon {
  width: 150px;
  height: 33px;
}
  .composition__desc {
    margin-top: 30px;
    font-size: 13px; }

.specialist {
  padding: 20px 0 60px;
  background-color: #ffffff; }
  @media (min-width: 992px) {
    .specialist {
      padding: 100px 0 180px; } }
  .specialist__title {
    text-align: right; }
    @media (min-width: 992px) {
      .specialist__title {
        text-align: center; }
        .specialist__title .product-name {
          display: block; } }
  .specialist__introduction {
    margin-top: 20px; }
    @media (min-width: 992px) {
      .specialist__introduction {
        margin-top: 30px;
        text-align: center; } }
  @media (min-width: 992px) {
    .specialist__wrapper {
      margin-top: 60px;
      font-size: 0; } }
  @media (min-width: 992px) {
    .specialist__left, .specialist__right {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      font-size: 16px; } }
  @media (min-width: 992px) {
    .specialist__left {
      max-width: calc(100% - 670px - 40px); } }
  @media (min-width: 992px) {
    .specialist__right {
      max-width: 670px;
      margin-right: 40px; } }
  .specialist__image-wrapper {
    display: block;
    margin: 30px -16px 0;
    font-size: 0; }
    @media (min-width: 992px) {
      .specialist__image-wrapper {
        margin: 0 auto; } }
  .specialist__photo-desc {
    display: block;
    margin-top: 10px;
    text-align: right; }
    @media (min-width: 992px) {
      .specialist__photo-desc {
        margin-top: 30px;
        font-size: 14px;
        text-align: center; } }
  .specialist__name {
    display: block;
    margin-bottom: 5px;
    font-weight: 500; }
    @media (min-width: 992px) {
      .specialist__name {
        font-size: 18px; } }
  .specialist__experience {
    display: block;
    font-style: italic; }
  .specialist__subtitle {
    margin-top: 30px;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2; }
    @media (min-width: 992px) {
      .specialist__subtitle {
        max-width: 570px;
        margin: 0;
        font-size: 30px; } }
  .specialist__paragraph {
    margin-top: 25px; }
    @media (min-width: 992px) {
      .specialist__paragraph {
        margin-top: 35px; } }

.reviews {
  position: relative;
  padding: 30px 0;
  background: #a1a769 url("background-pattern.jpg");
  z-index: 1; }
  @media (min-width: 992px) {
    .reviews {
      padding: 70px 0; } }
  .reviews::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 180px;
    background-color: #ffffff;
    z-index: -1; }
  @media (min-width: 992px) {
    .reviews__content {
      position: relative;
      margin: 0 auto; } }
  .reviews__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
    text-align: right; }
 @media (min-width: 992px) {
      .reviews__title {
        position: relative;
        max-width: 370px;
        margin-left: 115px;
        margin-right: auto;
        font-size: 38px;
        z-index: 10; } }
    @media (min-width: 1080px) {
      .reviews__title { 
        max-width: 450px; } }
    @media (min-width: 1200px) {
      .reviews__title {
        font-size: 42px; } }
  .reviews__list {
    direction: ltr;
    margin: 25px -16px 0; }
    @media (min-width: 992px) {
      .reviews__list {
        margin: 35px auto 0; } }
    .reviews__list .slick-list {
      overflow: visible;
      padding: 0 15px !important; }
      @media (min-width: 992px) {
        .reviews__list .slick-list {
          padding: 0px 50px !important;
          overflow: visible; } }
    .reviews__list .slick-slide {
      padding: 0 0 40px 0;
      margin: 0 6px; }
      @media (min-width: 992px) {
        .reviews__list .slick-slide {
          position: relative;
          outline: none;
          margin: 0 59px;
          padding: 0;
          opacity: .3;
          transition: .5s ease all; }
          .reviews__list .slick-slide .reviews__wrapper {
            transform: translateY(-180px);
            transition: .5s ease all; } }
    @media (min-width: 992px) {
      .reviews__list .slick-current {
        opacity: 1; }
        .reviews__list .slick-current .reviews__wrapper {
          transform: none; } }
  @media (min-width: 992px) {
    .reviews__item {
      position: relative; } }
  .reviews__wrapper {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 15.106px 14.588px 40px 0px rgba(161, 167, 105, 0.12);
    overflow: hidden; }
    @media (min-width: 992px) {
      .reviews__wrapper {
        max-width: 50%;
        margin: 0 70px 0 0;
        padding: 7px; } }
    @media (min-width: 1200px) {
      .reviews__wrapper {
        max-width: 434px; } }
  .reviews__image-wrapper {
    position: relative;
    font-size: 0; }
  @media (min-width: 992px) {
    .reviews__image {
      display: block;
      margin: 0 auto; } }
  .reviews__before, .reviews__after {
    position: absolute;
    bottom: 22px;
    display: block;
    width: 100%;
    max-width: 66px;
    padding: 8px;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background-color: #a1a769; }
  .reviews__before {
    left: 50%;
    transform: translateX(-100%); }
  .reviews__after {
    right: 50%;
    transform: translateX(100%); }
  .reviews__quote {
    display: block;
    padding: 30px 18px 40px;
    font-family: 'Open Sans', sans-serif;
    text-align: center; }
    @media (min-width: 992px) {
      .reviews__quote {
        padding: 30px; } }
  .reviews__name {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.075rem;
    text-transform: uppercase; }
  .reviews__quote-text {
    margin-top: 15px;
    font-style: italic;
    font-size: 14px;
    line-height: 1.4; }
  .reviews__collection-wrapper {
    display: none; }
    @media (min-width: 992px) {
      .reviews__collection-wrapper {
        position: absolute;
        top: -360px;
        right: -20px;
        display: block;
        max-width: 50%;
        padding: 7px;
        background-color: #ffffff;
        border-radius: 4px;
        z-index: 0; } }
    @media (min-width: 1200px) {
      .reviews__collection-wrapper {
        right: 0;
        max-width: 100%; } }
  .reviews__toggle-list {
    display: none; }
    @media (min-width: 992px) {
      .reviews__toggle-list {
        display: block; } }
  .reviews__toggle-item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block; }
    .reviews__toggle-item--left {
      left: 25px; }
    .reviews__toggle-item--right {
      right: 25px; }
  .reviews__toggle {
    display: block;
    width: 48px;
    height: 48px;
    background: transparent url("http://viposidn.com/content/tNpIE1AZ8Pm6SO4/images/reviews-arrow.svg") no-repeat;
    border: none;
    outline: none;
    cursor: pointer; }
    .reviews__toggle--right {
      transform: rotate(180deg); }

.ceremony {
  padding: 30px 0 15px;
  background-color: #ffffff; }
  @media (min-width: 992px) {
    .ceremony {
      padding: 30px 0 95px; } }
  @media (min-width: 992px) {
    .ceremony__container {
      position: relative;
      z-index: 1; } }
  .ceremony__title {
    font-size: 27px; }
    @media (min-width: 992px) {
      .ceremony__title {
        font-size: 36px; }
        .ceremony__title .product-name {
          display: block; } }
  .ceremony__introduction {
    margin-top: 20px;
    text-align: center; }
    @media (min-width: 992px) {
      .ceremony__introduction {
        margin-top: 10px; } }
  .ceremony__wrapper {
    max-width: 693px;
    overflow-x: scroll;
    margin: 30px -16px 0;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    box-shadow: 15.106px 14.588px 40px 0px rgba(161, 167, 105, 0.39); }
    @media (min-width: 992px) {
      .ceremony__wrapper {
        max-width: 800px;
        margin: 30px auto 0;
        overflow-x: hidden; } }
  .ceremony__list {
    position: relative;
    width: 693px;
    overflow: hidden;
    height: 453px;
    font-size: 0;
    background: url("ceremony-image.jpg?v=111") left center no-repeat; }
    @media (min-width: 992px) {
      .ceremony__list {
        width: 100%;
        height: 523px;
        background: url("ceremony-image-desktop.jpg?v=111") center no-repeat;
        background-size: cover; } }
        .ceremony__hand {
          position: relative;
        }
    .ceremony__hand::after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 12px;
      transform: translateX(-50%);
      width: 38px;
      height: 41px;
      background: url("http://viposidn.com/content/tNpIE1AZ8Pm6SO4/images/icon-swipe.svg") no-repeat;
      -webkit-animation: swipe .8s alternate infinite;
              animation: swipe .8s alternate infinite; }
      @media (min-width: 992px) {
        .ceremony__hand::after {
          display: none; } }
  .ceremony__item {
    position: absolute;
    display: inline-block;
    min-height: 50%;
    vertical-align: top;
    font-size: 14px;
    width: 50%; }
    .ceremony__item--first {
      top: 0;
      left: 0; }
    .ceremony__item--second {
      left: 0;
      bottom: 0; }
    .ceremony__item--third {
      right: 0;
      bottom: 0; }
  .ceremony__button {
    display: block;
    width: 62px;
    height: 62px;
    padding: 10px;
    font-weight: 500;
    font-size: 18px;
    border: none;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0 0 13px rgba(255, 255, 255, 0.2);
    transform: scale(1);
    outline: none;
    cursor: pointer;
    -webkit-animation: pulse 1s infinite;
            animation: pulse 1s infinite;
    transition: all .3s ease-out; }
    .ceremony__button:active, .ceremony__button:focus {
      -webkit-animation: none;
              animation: none; }
    .ceremony__button--first {
      margin-top: 60px;
      margin-right: 170px; }
    .ceremony__button--second {
      margin-top: 115px;
      margin-left: 60px;
    margin-right: auto; }
    .ceremony__button--third {
      margin-left: 60px;
      margin-right: auto;  }
  .ceremony__paragraph {
    position: absolute;
    padding: 10px;
    border-radius: 8px;
    background-color: #ffffff;
    opacity: 0;
    transition: all 0.3s ease-out; }
    .ceremony__paragraph--active {
      opacity: 1; }
    .ceremony__paragraph::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 15px;
      height: 15px;
      background-color: #ffffff;
      transform: rotate(-45deg) translateY(-50%); }
    .ceremony__paragraph--first {
      top: 145px;
      left: 35px;
      max-width: 280px; }
      .ceremony__paragraph--first::before {
        right: 100px; }
    .ceremony__paragraph--second {
      bottom: 135px;
      left: 30px;
      max-width: 222px; }

@media (min-width: 992px) {
  .ceremony__paragraph--second {
      bottom: 165px; }
}

      .ceremony__paragraph--second::before {
        top: auto;
        bottom: 0;
        left: 47px;
        transform: rotate(-45deg) translateY(50%); }
    .ceremony__paragraph--third {
      top: 85px;
      left: 60px;
      max-width: 258px; }
      .ceremony__paragraph--third::before {
        left: 30px; }
  .ceremony__note {
    margin-top: 30px;
    font-size: 12px;
    text-align: center; }

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2); }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 0 13px rgba(255, 255, 255, 0.2); }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2); } }

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2); }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 0 13px rgba(255, 255, 255, 0.2); }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2); } }

@-webkit-keyframes swipe {
  0% {
    transform: translateX(-50%) translateX(0); }
  100% {
    transform: translateX(-50%) translateX(10px); } }

@keyframes swipe {
  0% {
    transform: translateX(-50%) translateX(0); }
  100% {
    transform: translateX(-50%) translateX(10px); } }

.steps {
  position: relative;
  padding: 50px 0 40px;
  background: #ffffff; }
  @media (min-width: 992px) {
    .steps {
      padding: 90px 0 160px;
      background: #f2f2f2 url("background-pattern-grey.jpg");
      z-index: 1; } }
  .steps::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 288px;
    height: 1px;
    background-color: #a1a769; }
    @media (min-width: 992px) {
      .steps::before {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        min-height: 290px;
        transform: none;
        background-color: #ffffff;
        z-index: -1; } }
  @media (min-width: 992px) {
    .steps__conatainer {
      position: relative; } }
  .steps__title {
    font-size: 26px;
    text-align: right; }
    @media (min-width: 992px) {
      .steps__title {
        font-size: 30px;
        text-align: center; }
        .steps__title .product-name {
          display: block; } }
    .steps__title .product-name:last-of-type {
      display: inline;
      font-size: 26px; }
  .steps__list {
    margin-top: 30px; }
    @media (min-width: 992px) {
      .steps__list {
        margin-top: 60px;
        font-size: 0; } }
  .steps__item {
    position: relative;
    padding: 110px 20px 40px;
    max-width: 288px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 15.106px 14.588px 40px 0px rgba(161, 167, 105, 0.3);
    overflow: hidden; }
    @media (min-width: 992px) {
      .steps__item {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: calc((100% - 60px)/3);
        min-height: 370px;
        font-size: 14px; }
        .steps__item:not(:last-of-type) {
          margin-left: 29px; } }
    .steps__item:not(:first-of-type) {
      margin-top: 30px; }
      @media (min-width: 992px) {
        .steps__item:not(:first-of-type) {
          margin-top: 0; } }
    .steps__item::before {
      content: "";
      display: block;
      position: absolute;
      top: -360px;
      left: 50%;
      transform: translateX(-50%);
      width: 470px;
      height: 470px;
      border-radius: 50%;
      background-image: linear-gradient(to top, rgba(137, 191, 2, 0.8) 0%, transparent 100%); }
    .steps__item::after {
      content: "";
      display: block;
      position: absolute;
      top: 75px;
      left: 50%;
      transform: translateX(-50%);
      width: 64px;
      height: 64px;
      border-radius: 50%;
      box-shadow: 0px 12px 16px 0px rgba(76, 123, 10, 0.1), 0 0 0 12px rgba(255, 255, 255, 0.5); }
    @media (min-width: 992px) {
      .steps__item--first {
        padding-bottom: 30px; } }
    .steps__item--first::after {
      background: #ffffff url("steps-image1.png") center no-repeat;
      background-size: 40px 36px; }
    .steps__item--second::after {
      background: #ffffff url("steps-image2.png") center no-repeat;
      background-size: 36px 42px; }
    .steps__item--third::after {
      background: #ffffff url("steps-image3.png") center no-repeat;
      background-size: 36px 32px; }
  .steps__number {
    position: relative;
    display: block;
    margin-top: 75px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: rgba(55, 55, 55, 0.4); }
    .steps__number::before, .steps__number::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 111px;
      height: 1px;
      background-color: rgba(137, 191, 2, 0.4); }
    .steps__number::before {
      left: -20px; }
    .steps__number::after {
      right: -20px; }
  .steps__paragraph {
    max-width: 200px;
    margin: 30px auto 0;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center; }
  .steps__button {
    max-width: 160px;
    min-height: 44px;
    margin-top: 20px;
    padding: 15px;
    font-size: 12px;
    line-height: 1; }
  .steps__desc {
    max-width: 200px;
    margin: 20px auto 0;
    font-size: 13px;
    text-align: center; }

.order {
  padding: 60px 0 40px;
  background: #092c47 url("order-background.jpg") center no-repeat;
  background-size: cover; }
  @media (min-width: 992px) {
    .order {
      padding: 0 0 65px;
      background: #ffffff; } }
  @media (min-width: 992px) {
    .order__container {
      position: relative;
      z-index: 1; } }
  @media (min-width: 992px) {
    .order__wrapper {
      padding: 80px 0 25px;
      background: #092c47 url("order-background-desktop.jpg") center no-repeat;
      background-size: cover; } }
  .order__content {
    position: relative; }
    .order__content::before {
      content: "";
      display: block;
      position: absolute;
      top: 215px;
      left: -50px;
      width: 126px;
      height: 109px;
      transform: rotate(-25deg);
      background: url("leaf4.png") no-repeat;
      background-size: contain;
      z-index: 1; }
      @media (min-width: 992px) {
        .order__content::before {
          display: none; } }
  @media (min-width: 992px) {
    .order__left {
      width: 100%;
      max-width: 670px;
      margin-right: auto;
      margin-left: 30px; } }
  @media (min-width: 992px) {
    .order__right {
      position: absolute;
      bottom: -15px;
      right: -70px;
      max-width: 60%; }
      .order__right::before, .order__right::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 2; }
      .order__right::before {
        top: 30px;
        left: 120px;
        width: 141px;
        height: 87px;
        background: url("leaf10-2.png") no-repeat;
        background-size: contain; }
      .order__right::after {
        top: 160px;
        right: 120px;
        width: 126px;
        height: 109px;
        background: url("leaf13.png") no-repeat;
        background-size: contain; } }
  @media (min-width: 1200px) {
    .order__right {
      right: -80px;
      max-width: 100%; } }
  .order__introduction {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    text-align: center; }
    @media (min-width: 992px) {
      .order__introduction {
        display: none; } }
    .order__introduction--desktop {
      display: none; }
      @media (min-width: 992px) {
        .order__introduction--desktop {
          display: block;
          max-width: 385px;
          margin-left: 50px;
          margin-right: auto;
          margin-top: 20px;
          font-weight: 200;
          font-size: 24px;
          text-align: right; } }
  .order__title {
    margin-top: 20px;
    font-size: 24px;
    color: #ffffff; }
    @media (min-width: 992px) {
      .order__title {
        max-width: 385px;
        margin-left: 50px;
        margin-right: auto;
        margin-top: 0;
        font-size: 42px;
        text-align: right; }
        .order__title .product-name {
          display: block; } }
  .order__form {
    position: relative;
    max-width: 288px;
    margin: 30px auto 0;
    padding: 112px 16px 40px;
    background-color: #ffffff;
    border-radius: 12px; }
    @media (min-width: 992px) {
      .order__form {
        max-width: 385px;
        margin-left: 50px;
        padding: 45px 30px 40px;
        box-shadow: 0px 24px 72px 0px rgba(252, 80, 0, 0.16); } }
    .order__form::after {
      content: "";
      display: block;
      position: absolute;
      top: -20px;
      right: 0;
      width: 146px;
      height: 180px;
      background: url("order-form-image.png?v=111") no-repeat; }
      @media (min-width: 992px) {
        .order__form::after {
          display: none; } }
  .order__subtitle {
    max-width: 190px;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.2;
    text-transform: uppercase; }
  .order__label {
    display: block;
    width: 100%; }
    .order__label:first-of-type {
      margin-top: 25px; }
      @media (min-width: 992px) {
        .order__label:first-of-type {
          margin-top: 35px; } }
    .order__label:not(:first-of-type) {
      margin-top: 12px; }
  .order__field {
    display: block;
    width: 100%;
    min-height: 54px;
    padding: 20px 12px;
    font-weight: 700;
    font-size: 13px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: rgba(55, 55, 55, 0.7);
    border-radius: 4px;
    border: none;
    background-color: #f0f0f0;
    direction: ltr;
    text-align: right;
  }
    @media (min-width: 992px) {
      .order__field {
        min-height: 60px;
        padding: 25px; } }
    .order__field::-webkit-input-placeholder {
      font-weight: 700;
      font-size: 13px;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      color: rgba(55, 55, 55, 0.7); }
    .order__field::-moz-placeholder {
      font-weight: 700;
      font-size: 13px;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      color: rgba(55, 55, 55, 0.7); }
    .order__field:-moz-placeholder {
      font-weight: 700;
      font-size: 13px;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      color: rgba(55, 55, 55, 0.7); }
    .order__field:-ms-input-placeholder {
      font-weight: 700;
      font-size: 13px;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      color: rgba(55, 55, 55, 0.7); }
    .order__field--select {
      -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
      direction: rtl;
      background: #f0f0f0 url("http://viposidn.com/content/tNpIE1AZ8Pm6SO4/images/customselect.svg") center left 12px no-repeat; }
      .order__field--select::-ms-expand {
        display: none; }
      .order__field--select option {
        font-size: 24px;
        text-transform: none; }
    .order__field:hover, .order__field:active, .order__field:focus {
      outline: none; }
    .order__field:active, .order__field:focus {
      box-shadow: 0 0 10px 0 rgba(81, 168, 47, 0.5); }
  .order__price {
    margin-top: 20px;
    text-align: center; }
    .order__price-text {
      font-style: italic;
      font-weight: 500;
      font-size: 12px;
      text-transform: uppercase;
      color: rgba(24, 30, 41, 0.6); }
      @media (min-width: 992px) {
        .order__price-text {
          font-size: 14px; } }
  .order__old-price {
    position: relative;
    padding: 0 15px;
    font-style: normal;
    font-size: 14px;
    color: #181e29; }
    .order__old-price::after {
      content: "";
      display: block;
      position: absolute;
      top: 30%;
      left: 15%;
      width: 60%;
      height: 1px;
      background-color: #ff0000;
      transform: rotate(-25deg) translateY(-50%); }
  .order__new-price {
    font-style: normal;
    font-size: 18px;
    color: #51a82f; }
  .order__number {
    font-size: 24px; }
    .order__number--new {
      font-size: 32px; }
      @media (min-width: 992px) {
        .order__number--new {
          font-size: 36px; } }
  .order__button {
    margin-top: 20px; }
    @media (min-width: 992px) {
      .order__button {
        margin-top: 25px;
        min-height: 60px;
        border-radius: 30px; } }
  .order__image-wrapper {
    display: none;
    font-size: 0; }
    @media (min-width: 992px) {
      .order__image-wrapper {
        position: relative;
        display: block; }
        .order__image-wrapper::before {
          content: "";
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 282px;
          height: 164px;
          background: url("main-header-image1.png") no-repeat; } }
    @media (min-width: 992px) and (min-width: 1200px) {
      .order__image-wrapper::before {
        bottom: -40px;
        left: 10px; } }

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: none; }
  @media (min-width: 992px) {
    .parallax {
      display: block; } }
  .parallax .parallax__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    font-size: 0; }
    .parallax .parallax__layer img {
      position: absolute; }
  .parallax--main-header {
    z-index: -1; }
    .parallax--main-header .parallax__layer1 img {
      top: -150px;
      left: -450px; }
    .parallax--main-header .parallax__layer2 img {
      bottom: -50px;
      left: -270px; }
    .parallax--main-header .parallax__layer3 img {
      top: -200px;
      right: -45px; }
    .parallax--main-header .parallax__layer4 img {
      bottom: 40px;
      right: -86px; }
    .parallax--main-header .parallax__layer5 img {
      bottom: -80px;
      right: -500px; }
  .parallax--research .parallax__layer1 img {
    bottom: -140px;
    left: 70px; }
  .parallax--research .parallax__layer2 img {
    bottom: -120px;
    right: -70px; }
  .parallax--effects {
    z-index: 2; }
    .parallax--effects .parallax__layer1 img {
      bottom: 75px;
      left: calc(50% + 20px); }
      @media (min-width: 1200px) {
        .parallax--effects .parallax__layer1 img {
          bottom: 75px;
          left: calc(50% + 100px); } }
    .parallax--effects .parallax__layer2 img {
      bottom: -115px;
      left: -190px; }
    .parallax--effects .parallax__layer3 img {
      bottom: -115px;
      right: -500px; }
  .parallax--pros {
    z-index: -1; }
    .parallax--pros .parallax__layer1 img {
      top: 55px;
      left: 355px; }
    .parallax--pros .parallax__layer2 img {
      bottom: -170px;
      left: -250px; }
  .parallax--composition {
    z-index: -1; }
    .parallax--composition .parallax__layer1 img {
      bottom: -55px;
      right: 120px; }
  .parallax--ceremony {
    z-index: -1; }
    .parallax--ceremony .parallax__layer1 img {
      top: 0;
      left: -175px; }
    .parallax--ceremony .parallax__layer2 img {
      top: 70px;
      right: -250px;
      transform: rotate(180deg); }
  .parallax--steps {
    z-index: -1; }
    .parallax--steps .parallax__layer1 img {
      top: -40px;
      left: 350px; }
  .parallax--order {
    z-index: -1; }
    .parallax--order .parallax__layer1 img {
      top: -150px;
      left: -430px; }
    .parallax--order .parallax__layer2 img {
      bottom: 145px;
      left: -300px; }
    .parallax--order .parallax__layer3 img {
      bottom: 225px;
      right: 420px; }
    .parallax--order .parallax__layer4 img {
      top: -175px;
      right: -350px; }
    .parallax--order .parallax__layer5 img {
      top: 35%;
      right: -470px; }
    .parallax--order .parallax__layer6 img {
      bottom: 25px;
      right: -190px; }

@media only screen and (max-width: 991px) {
  /*Disable Animation on Mobile Devices*/
  .wow--disable {
    /*CSS transitions*/
    transition-property: none !important;
    /*CSS transforms*/
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important; } }



.slick-list,
.slick-slide {
  height:auto !important;
}

.main-header__list-wrapper .slick-slide {
  min-height: 169px !important;
}

.composition__item-wrapper {
  min-height: 380px;
}

/* @media(min-width: 992px) {
  .composition__item-wrapper {
    min-height: 380px;
  }
} */


@media(min-width: 992px) {
  .order__subtitle{
    max-width: 100%;
    text-align: center;
  }
}