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;
  padding: 0;
  overflow: hidden;

  border: 0;

  clip: rect(0 0 0 0);
}

.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;

  font-weight: 500;
  font-size: 16px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-align: center;
  color: #ffffff;
  text-decoration: none;

  background-color: #fc5000;
  border: none;
  border-radius: 27px;
  box-shadow: 0 16px 24px 0 rgba(252, 80, 0, 0.2);
  cursor: pointer;

  transition: all 0.3s ease-out;
}
.button:hover,
.button:active,
.button:focus {
  background-color: #a1a769;
  outline: none;
  box-shadow: 0 16px 24px 0 rgba(252, 80, 0, 0.4);
}

.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("../images/research-pattern.jpg");
}
@media (min-width: 992px) {
  .diagram__list {
    height: 420px;
    padding: 25px 40px 35px;
  }
}
.diagram__item {
  display: inline-block;
  width: 100%;
  max-width: calc((100% - 42px)/4);

  font-weight: 200;
  font-size: 14px;
  vertical-align: bottom;
  text-align: center;
}
@media (min-width: 992px) {
  .diagram__item {
    max-width: calc((100% - 60px)/4);
  }
}
.diagram__item:not(:last-of-type) {
  margin-right: 14px;
}
@media (min-width: 992px) {
  .diagram__item:not(:last-of-type) {
    margin-right: 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;

  font-size: 12px;
  text-align: center;

  background-color: #ffffff;
}
@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("../images/main-header-background.jpg") top center no-repeat;
}
@media (min-width: 321px) {
  .main-header {
    position: relative;
    z-index: 1;

    text-align: left;

    background: #ffffff url("../images/main-header-background-desktop.jpg") top center no-repeat;
    background-size: cover;
  }
  .main-header::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;

    display: block;
    width: 100%;
    height: 415px;

    background-color: #ffffff;
  }
}
@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: "";
  position: absolute;
  top: -50px;
  left: -66px;

  display: block;
  width: 127px;
  height: 66px;

  background: url("../images/leaf4.png") no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .main-header__container {
    z-index: 1;

    padding-bottom: 120px;
    overflow: visible;
  }
  .main-header__container::after {
    top: 50%;
    right: 0;
    left: auto;

    width: 40px;
    height: 166px;

    background: url("../images/main-header-hieroglyph.png") no-repeat;
    transform: translate(100%, -65%);
  }
}
.main-header__top {
  padding: 12px 0 18px;

  background: url("../images/main-header-top-image.png") top center no-repeat;
}
@media (min-width: 992px) {
  .main-header__top {
    padding: 35px 0;

    background: url("../images/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;

    padding-bottom: 0;

    font-size: 0;
  }
}
@media (min-width: 992px) {
  .main-header__left {
    max-width: 670px;
    margin-top: 220px;

    font-size: 16px;
  }
}
.main-header__right {
  position: relative;
}
.main-header__right::after {
  content: "";
  position: absolute;
  bottom: 75px;
  left: 0;
  z-index: 1;

  display: block;
  width: 76px;
  height: 55px;

  background: url("../images/leaf3.png") no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .main-header__right {
    position: absolute;
    right: -30px;
    bottom: -60px;
    z-index: 1;

    max-width: calc(100% - 670px);
  }
  .main-header__right::after {
    bottom: 50px;
    left: -75px;
    z-index: -1;

    width: 151px;
    height: 128px;

    background: url("../images/leaf5.png") no-repeat;
  }
}
@media (min-width: 1200px) {
  .main-header__right::before {
    content: "";
    position: absolute;
    bottom: 60px;
    left: -160px;
    z-index: -1;

    display: block;
    width: 237px;
    height: 480px;

    background: url("../images/main-header-image3.png") no-repeat;
  }
}
.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%;

  width: 600px;
  overflow: hidden;

  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .main-header__list-wrapper {
    position: static;

    width: 100%;
    overflow: visible;

    transform: none;
  }
}
.main-header__list {
  position: absolute;
  bottom: 0;
  left: 50%;

  width: 300px;

  font-size: 0;

  transform: translateX(-50%);
}
.main-header__list--desktop {
  display: none;
}
@media (min-width: 992px) {
  .main-header__list {
    position: static;

    width: 100%;
    max-width: 100%;
    margin-top: 65px;
    overflow: visible;

    transform: none;
  }
  .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;

  font-weight: 400;
  font-size: 14px;
  vertical-align: top;
  text-align: center;
}
.main-header__item--card {
  position: relative;
  z-index: 1;

  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: 0 20px 20px 0 rgba(161, 167, 105, 0.2);
}
.main-header__item--card:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 45px;
  right: 0;
  z-index: -1;

  display: block;
  width: 30px;
  height: 2px;

  background: url("../images/main-header-border-dotted.jpg") repeat-x;
  transform: translateX(108%);
}
@media (min-width: 992px) {
  .main-header__item {
    width: 100%;
    max-width: 166px;
  }
  .main-header__item:not(:last-of-type) {
    position: relative;

    margin-right: 45px;
  }
  .main-header__item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 25px;
    right: -77px;

    display: block;
    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 {
  position: absolute;
  top: 0;
  left: 50%;

  display: block;
  width: 46px;
  height: 46px;

  transform: translateX(-50%);
}
.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: "";
  position: absolute;
  bottom: -10px;
  left: 0;

  display: block;
  width: 125px;
  height: 73px;

  background: url("../images/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: "";
  position: absolute;
  top: 0;
  right: -25px;

  display: block;
  width: 127px;
  height: 66px;

  background: url("../images/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;
  }
}

.research {
  position: relative;
  z-index: 1;

  padding: 60px 0 40px;
}
@media (min-width: 992px) {
  .research {
    z-index: 0;

    padding: 150px 0 95px;

    background: url("../images/research-background-pattern.jpg");
  }
}
.research__container {
  position: relative;
}
.research__container::before,
.research__container::after {
  content: "";
  position: absolute;

  display: block;
}
@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("../images/leaf8.png") no-repeat;
  background-size: contain;
}
.research__container::after {
  bottom: -70px;
  left: -20px;

  width: 93px;
  height: 49px;

  background: url("../images/leaf7.png") no-repeat;
  background-size: contain;
  transform: rotate(-10deg);
}
@media (min-width: 992px) {
  .research__content {
    position: relative;
    z-index: 1;

    font-size: 0;
  }
}
.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;
    width: 100%;

    font-size: 16px;
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  .research__left {
    max-width: 400px;
    margin-right: 60px;
  }
}
@media (min-width: 992px) {
  .research__right {
    max-width: calc(100% - 400px - 60px);
  }
}
@media (min-width: 992px) {
  .research__title {
    max-width: 430px;
    margin-top: 50px;

    font-size: 30px;
    text-align: left;
  }
}
.research__introduction {
  margin-top: 25px;

  text-align: center;
}
@media (min-width: 992px) {
  .research__introduction {
    margin-top: 40px;

    text-align: left;
  }
}
.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: left;
  }
}
.research__paragraph::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;

  display: block;
  width: 77px;
  height: 2px;

  background-color: #a1a769;
  transform: translate(-50%, -50%);
}
@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 {
  right: -40px;
  bottom: -80px;
}
.research__result--15 {
  right: -325px;
  bottom: -80px;
}

.effects {
  padding: 40px 0;

  background-color: #ffffff;
}
@media (min-width: 992px) {
  .effects {
    padding: 110px 0 70px;

    background: #ffffff url("../images/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;
  z-index: 1;

  margin-top: 20px;
}
@media (min-width: 992px) {
  .effects__list-wrapper {
    position: static;

    margin-top: 140px;

    font-size: 0;
  }
}
@media (min-width: 992px) {
  .effects__list {
    display: inline-block;
    width: 50%;

    vertical-align: top;
  }
  .effects__list--left .effects__item {
    margin-left: auto;
  }
  .effects__list--left .effects__item-text {
    padding-right: 30px;
    padding-left: 50px;

    text-align: right;
  }
  .effects__list--left .effects__wrapper::before {
    right: 0;

    transform: translateX(100%);
  }
  .effects__list--right .effects__item {
    margin-right: auto;
  }
  .effects__list--right .effects__wrapper {
    margin-left: auto;
  }
  .effects__list--right .effects__item-text {
    padding-right: 50px;
    padding-left: 30px;
  }
  .effects__list--right .effects__item-text::after {
    right: auto;
    left: 0;
  }
  .effects__list--right .effects__item-text::before {
    right: 0;
    left: auto;
  }
  .effects__list--right .effects__wrapper::before {
    left: 0;

    transform: translateX(-100%);
  }
}
.effects__item {
  width: 100%;
  margin-top: 10px;
  padding: 0 20px;

  background-color: #a1a769;
  border-radius: 32px;
}
@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: "";
    position: absolute;
    top: 50%;

    display: block;
    width: 128px;
    height: 1px;

    background-color: #000000;
    opacity: 0.8;
  }
}
.effects__item-text {
  position: relative;

  display: table-cell;
  padding: 10px 20px 10px 50px;

  font-weight: 400;
  font-size: 14px;
  vertical-align: middle;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .effects__item-text {
    padding: 30px;
  }
}
.effects__item-text::before,
.effects__item-text::after {
  content: "";
  position: absolute;
  top: 50%;

  display: block;

  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("../images/effects-icon-check.svg") no-repeat;
}
.effects__item-text--first::before {
  width: 36px;
  height: 36px;

  background-image: url("../images/effects-icon1.svg");
}
.effects__item-text--second::before {
  width: 44px;
  height: 44px;

  background-image: url("../images/effects-icon2.svg");
}
.effects__item-text--third::before {
  width: 44px;
  height: 40px;

  background-image: url("../images/effects-icon3.svg");
}
.effects__item-text--fourth::before {
  width: 36px;
  height: 40px;

  background-image: url("../images/effects-icon4.svg");
}
.effects__item-text--fifth::before {
  width: 42px;
  height: 35px;

  background-image: url("../images/effects-icon5.svg");
}
.effects__item-text--sixth::before {
  width: 39px;
  height: 42px;

  background-image: url("../images/effects-icon6.svg");
}
.effects__image-wrapper {
  position: relative;
  z-index: 0;

  display: block;
  max-width: 300px;
  margin: -5px auto 0;

  font-size: 0;
}
.effects__image-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;

  display: block;
  width: 93px;
  height: 39px;
  margin: 20px auto 0;

  background: url("../images/leaf7.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%;

    margin: 0;

    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1200px) {
  .effects__image-wrapper {
    max-width: 100%;
  }
}
.effects__note {
  position: relative;

  margin: 20px -5px 0;
  padding: 20px 10px;

  font-weight: 400;
  line-height: 1.2;
  text-align: center;

  background-color: transparent;
  border: 2px dotted #a1a769;
}
@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: "";
  position: absolute;
  top: -10px;
  left: 50%;

  display: block;
  width: 18px;
  height: 18px;

  background-color: #ffffff;
  border-top: 2px dotted #a1a769;
  border-right: 2px dotted #a1a769;
  transform: translateX(-50%) rotate(-45deg) skew(-15deg, -15deg);
}

.pros {
  position: relative;
  z-index: 1;

  padding: 60px 0 190px;

  background: url("../images/background-pattern.jpg");
}
@media (min-width: 992px) {
  .pros {
    padding: 82px 0 122px;
  }
}
.pros::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;

  display: block;
  width: 100%;
  height: 110px;

  background: #ffffff;
}
@media (min-width: 992px) {
  .pros::after {
    display: none;
  }
}
.pros__container {
  position: relative;
  z-index: 1;
}
.pros__container::before {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -150px;
  z-index: -1;

  display: block;
  width: 404px;
  height: 412px;

  background: url("../images/pros-image.png") no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .pros__container::before {
    display: none;
  }
}
.pros__content {
  position: relative;
  z-index: 0;
}
.pros__content::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  z-index: -1;

  display: block;
  width: 88px;
  height: 69px;

  background: url("../images/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 {
    font-size: 0;
  }
}
@media (min-width: 992px) {
  .pros__left,
  .pros__right {
    display: inline-block;
    width: 100%;

    font-size: 16px;
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  .pros__left {
    max-width: calc(100% - 550px);
  }
}
@media (min-width: 992px) {
  .pros__right {
    max-width: 550px;
  }
}
.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: "";
    position: absolute;
    right: -30px;
    bottom: -50px;

    display: block;
    width: 662px;
    height: 471px;

    background: url("../images/pros-image-desktop.png") no-repeat;
  }
}
.pros__title {
  margin: 0 -5px;

  font-weight: 400;
  font-size: 27px;

  transition: all 0.3s ease-out;
}
@media (min-width: 992px) {
  .pros__title {
    margin: 100px 0 0;

    font-size: 36px;
    text-align: left;
  }
  .pros__title .product-name {
    display: block;
  }
}
.pros__introduction {
  margin-top: 15px;

  text-align: center;
}
@media (min-width: 992px) {
  .pros__introduction {
    margin-top: 20px;

    text-align: left;
  }
}
.pros__list {
  max-width: 210px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .pros__list {
    max-width: 100%;
    margin-top: 60px;

    font-size: 0;
  }
}
.pros__item {
  position: relative;

  padding-left: 30px;

  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 992px) {
  .pros__item {
    display: inline-block;
    width: 100%;
    max-width: calc((100% - 60px)/2);

    font-size: 14px;
    vertical-align: top;
  }
  .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: "";
  position: absolute;
  top: 4px;
  left: 0;

  display: block;
  width: 16px;
  height: 16px;

  background: url("../images/pros-icon-check.svg") no-repeat;
}

.story {
  padding: 60px 0 40px;

  background: #f2f1f0 url("../images/story-background.jpg") center no-repeat;
  background-size: cover;
}
@media (min-width: 500px) {
  .story {
    background: #f2f1f0 url("../images/story-background-desktop.jpg") bottom right no-repeat;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .story {
    padding: 120px 0;

    background: #f2f1f0 url("../images/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: left;
}
@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: "";
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  width: 65px;
  height: 2px;

  background-color: #a1a769;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .story__paragraph::before {
    left: 50%;

    width: 170px;

    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;
  z-index: 1;

  padding: 60px 0 40px;

  background: #a1a769 url("../images/background-pattern.jpg");
}
@media (min-width: 992px) {
  .composition {
    padding: 110px 0 130px;
  }
}
.composition::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;

  display: block;
  width: 100%;
  height: 180px;

  background: #ffffff;
}
@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 {
  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;
  z-index: 0;

  max-width: 265px;
  margin: 30px 28px;
}
@media (min-width: 992px) {
  .composition__item {
    display: inline-block;
    width: 100%;
    max-width: calc((100% - 60px)/3);
    margin: 0;

    font-size: 14px;
    vertical-align: top;
  }
  .composition__item:not(:last-of-type) {
    margin-right: 29px;
  }
}
.composition__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  z-index: -1;

  display: block;
  height: 95%;

  background-color: #69ad4a;
  box-shadow: 15.106px 14.588px 40px 0 rgba(161, 167, 105, 0.39);
  transform: skew(2deg, 3deg);
}
.composition__item-wrapper {
  position: relative;
  z-index: 1;

  padding: 150px 15px 35px;

  text-align: center;

  background-color: #ffffff;
  border-radius: 16px;
}
@media (min-width: 1200px) {
  .composition__item-wrapper {
    padding: 160px 25px 40px;
  }
}
.composition__item-wrapper .composition__item-picture {
  position: absolute;
  top: 15px;
  left: 50%;

  display: block;

  font-size: 0;

  transform: translateX(-50%);
}
@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;

  font-weight: 500;
  font-size: 18px;
}
.composition__name .composition__item-icon {
  position: absolute;
  top: 0;
  left: 50%;

  display: block;

  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: left;
}
@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;
    width: 100%;

    font-size: 16px;
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  .specialist__left {
    max-width: calc(100% - 670px - 40px);
  }
}
@media (min-width: 992px) {
  .specialist__right {
    max-width: 670px;
    margin-left: 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: left;
}
@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;
  z-index: 1;

  padding: 30px 0;

  background: #a1a769 url("../images/background-pattern.jpg");
}
@media (min-width: 992px) {
  .reviews {
    padding: 70px 0;
  }
}
.reviews::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;

  display: block;
  width: 100%;
  height: 180px;

  background-color: #ffffff;
}
@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: left;
}
@media (min-width: 992px) {
  .reviews__title {
    position: relative;
    z-index: 10;

    max-width: 370px;
    margin-left: 115px;

    font-size: 38px;
  }
}
@media (min-width: 1080px) {
  .reviews__title {
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .reviews__title {
    font-size: 42px;
  }
}
.reviews__list {
  margin: 25px -16px 0;
}
@media (min-width: 992px) {
  .reviews__list {
    margin: 35px auto 0;
  }
}
.reviews__list .slick-list {
  padding: 0 15px !important;
  overflow: visible;
}
@media (min-width: 992px) {
  .reviews__list .slick-list {
    padding: 0 50px !important;
    overflow: visible;
  }
}
.reviews__list .slick-slide {
  margin: 0 6px;
  padding: 0 0 40px 0;
}
@media (min-width: 992px) {
  .reviews__list .slick-slide {
    position: relative;

    margin: 0 59px;
    padding: 0;

    outline: none;
    opacity: 0.3;

    transition: 0.5s ease all;
  }
  .reviews__list .slick-slide .reviews__wrapper {
    transform: translateY(-180px);

    transition: 0.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 {
  overflow: hidden;

  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 15.106px 14.588px 40px 0 rgba(161, 167, 105, 0.12);
}
@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;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;

  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;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
}
.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;
    z-index: 0;

    display: block;
    max-width: 50%;
    padding: 7px;

    background-color: #ffffff;
    border-radius: 4px;
  }
}
@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%;

  display: block;

  transform: translateY(-50%);
}
.reviews__toggle-item--left {
  left: 25px;
}
.reviews__toggle-item--right {
  right: 25px;
}
.reviews__toggle {
  display: block;
  width: 48px;
  height: 48px;

  background: transparent url("../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;
  margin: 30px -16px 0;
  overflow: -moz-scrollbars-none;
  overflow-x: scroll;

  box-shadow: 15.106px 14.588px 40px 0 rgba(161, 167, 105, 0.39);

  -ms-overflow-style: none;
}
@media (min-width: 992px) {
  .ceremony__wrapper {
    max-width: 800px;
    margin: 30px auto 0;
    overflow-x: hidden;
  }
}
.ceremony__list {
  position: relative;

  width: 693px;
  height: 453px;
  overflow: hidden;

  font-size: 0;

  background: url("../images/ceremony-image.jpg") left center no-repeat;
}
@media (min-width: 992px) {
  .ceremony__list {
    width: 100%;
    height: 523px;

    background: url("../images/ceremony-image-desktop.jpg") center no-repeat;
    background-size: cover;
  }
}
.ceremony__list::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 23%;

  display: block;
  width: 38px;
  height: 41px;

  background: url("../images/icon-swipe.svg") no-repeat;
  transform: translateX(-50%);

  -webkit-animation: swipe 0.8s alternate infinite;
          animation: swipe 0.8s alternate infinite;
}
@media (min-width: 992px) {
  .ceremony__list::after {
    display: none;
  }
}
.ceremony__item {
  position: absolute;

  display: inline-block;
  width: 50%;
  min-height: 50%;

  font-size: 14px;
  vertical-align: top;
}
.ceremony__item--first {
  top: 0;
  left: 0;
}
.ceremony__item--second {
  bottom: 0;
  left: 0;
}
.ceremony__item--third {
  right: 0;
  bottom: 0;
}
.ceremony__button {
  display: block;
  width: 62px;
  height: 62px;
  padding: 10px;

  font-weight: 500;
  font-size: 18px;

  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 0 13px rgba(255, 255, 255, 0.2);
  transform: scale(1);
  cursor: pointer;

  transition: all 0.3s ease-out;
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}
.ceremony__button:active,
.ceremony__button:focus {
  -webkit-animation: none;
          animation: none;
}
.ceremony__button--first {
  margin-top: 60px;
  margin-left: 170px;
}
.ceremony__button--second {
  margin-top: 115px;
  margin-left: 60px;
}
.ceremony__button--third {
  margin-left: 60px;
}
.ceremony__paragraph {
  position: absolute;

  padding: 10px;

  background-color: #ffffff;
  border-radius: 8px;
  opacity: 0;

  transition: all 0.3s ease-out;
}
.ceremony__paragraph--active {
  opacity: 1;
}
.ceremony__paragraph::before {
  content: "";
  position: absolute;
  top: 0;

  display: block;
  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% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 13px rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    transform: scale(1);
  }
}

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

@-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 {
    z-index: 1;

    padding: 90px 0 160px;

    background: #f2f2f2 url("../images/background-pattern-grey.jpg");
  }
}
.steps::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;

  display: block;
  width: 288px;
  height: 1px;

  background-color: #a1a769;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .steps::before {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;

    width: 100%;
    min-height: 290px;

    background-color: #ffffff;
    transform: none;
  }
}
@media (min-width: 992px) {
  .steps__conatainer {
    position: relative;
  }
}
.steps__title {
  font-size: 26px;
  text-align: left;
}
@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;

  max-width: 288px;
  margin: 0 auto;
  padding: 110px 20px 40px;
  overflow: hidden;

  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 15.106px 14.588px 40px 0 rgba(161, 167, 105, 0.3);
}
@media (min-width: 992px) {
  .steps__item {
    display: inline-block;
    width: 100%;
    max-width: calc((100% - 60px)/3);
    min-height: 370px;

    font-size: 14px;
    vertical-align: top;
  }
  .steps__item:not(:last-of-type) {
    margin-right: 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: "";
  position: absolute;
  top: -360px;
  left: 50%;

  display: block;
  width: 470px;
  height: 470px;

  background-image: linear-gradient(to top, rgba(137, 191, 2, 0.8) 0%, transparent 100%);
  border-radius: 50%;
  transform: translateX(-50%);
}
.steps__item::after {
  content: "";
  position: absolute;
  top: 75px;
  left: 50%;

  display: block;
  width: 64px;
  height: 64px;

  border-radius: 50%;
  box-shadow: 0 12px 16px 0 rgba(76, 123, 10, 0.1), 0 0 0 12px rgba(255, 255, 255, 0.5);
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .steps__item--first {
    padding-bottom: 30px;
  }
}
.steps__item--first::after {
  background: #ffffff url("../images/steps-image1.png") center no-repeat;
  background-size: 40px 36px;
}
.steps__item--second::after {
  background: #ffffff url("../images/steps-image2.png") center no-repeat;
  background-size: 36px 42px;
}
.steps__item--third::after {
  background: #ffffff url("../images/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: "";
  position: absolute;
  top: 50%;

  display: block;
  width: 111px;
  height: 1px;

  background-color: rgba(137, 191, 2, 0.4);
  transform: translateY(-50%);
}
.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-align: center;
  text-transform: uppercase;
}
.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("../images/order-background.jpg") left 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("../images/order-background-desktop.jpg") bottom center no-repeat;
    background-size: cover;
  }
}
.order__content {
  position: relative;
}
.order__content::before {
  content: "";
  position: absolute;
  top: 215px;
  left: -50px;
  z-index: 1;

  display: block;
  width: 126px;
  height: 109px;

  background: url("../images/leaf4.png") no-repeat;
  background-size: contain;
  transform: rotate(-25deg);
}
@media (min-width: 992px) {
  .order__content::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .order__left {
    width: 100%;
    max-width: 670px;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .order__right {
    position: absolute;
    right: -70px;
    bottom: -15px;

    max-width: 60%;
  }
  .order__right::before,
  .order__right::after {
    content: "";
    position: absolute;
    z-index: 2;

    display: block;
  }
  .order__right::before {
    top: 30px;
    left: 120px;

    width: 141px;
    height: 87px;

    background: url("../images/leaf10.png") no-repeat;
    background-size: contain;
  }
  .order__right::after {
    top: 160px;
    right: 120px;

    width: 126px;
    height: 109px;

    background: url("../images/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;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 992px) {
  .order__introduction {
    display: none;
  }
}
.order__introduction--desktop {
  display: none;
}
@media (min-width: 992px) {
  .order__introduction--desktop {
    display: block;
    margin-top: 20px;

    font-weight: 200;
    font-size: 24px;
    text-align: left;
  }
}
.order__title {
  margin-top: 20px;

  font-size: 24px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .order__title {
    margin-top: 0;

    font-size: 42px;
    text-align: left;
  }
  .order__title .product-name {
    display: block;
  }
}
.order__form {
  position: relative;

  max-width: 288px;
  margin: 30px auto 0;
  padding: 134px 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: 0 24px 72px 0 rgba(252, 80, 0, 0.16);
  }
}
.order__form::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;

  display: block;
  width: 146px;
  height: 180px;

  background: url("../images/order-form-image.png") 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;
}
@media (min-width: 992px) {
  .order__subtitle {
    max-width: 100%;

    text-align: center;
  }
}
.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;
  color: rgba(55, 55, 55, 0.7);
  text-transform: uppercase;

  background-color: #f0f0f0;
  border: none;
  border-radius: 4px;
}
@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;
  color: rgba(55, 55, 55, 0.7);
  text-transform: uppercase;
}
.order__field::-moz-placeholder {
  font-weight: 700;
  font-size: 13px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: rgba(55, 55, 55, 0.7);
  text-transform: uppercase;
}
.order__field:-moz-placeholder {
  font-weight: 700;
  font-size: 13px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: rgba(55, 55, 55, 0.7);
  text-transform: uppercase;
}
.order__field:-ms-input-placeholder {
  font-weight: 700;
  font-size: 13px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: rgba(55, 55, 55, 0.7);
  text-transform: uppercase;
}
.order__field--select {
  background: #f0f0f0 url("../images/customselect.svg") center right 12px no-repeat;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.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;
  color: rgba(24, 30, 41, 0.6);
  text-transform: uppercase;
}
@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: "";
  position: absolute;
  top: 30%;
  left: 15%;

  display: block;
  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 {
    min-height: 60px;
    margin-top: 25px;

    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: "";
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;
    width: 282px;
    height: 164px;

    background: url("../images/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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;

  display: none;
}
@media (min-width: 992px) {
  .parallax {
    display: block;
  }
}
.parallax .parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 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 {
  right: -86px;
  bottom: 40px;
}
.parallax--main-header .parallax__layer5 img {
  right: -500px;
  bottom: -80px;
}
.parallax--research .parallax__layer1 img {
  bottom: -140px;
  left: 70px;
}
.parallax--research .parallax__layer2 img {
  right: -70px;
  bottom: -120px;
}
.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 {
  right: -500px;
  bottom: -115px;
}
.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 {
  right: 120px;
  bottom: -55px;
}
.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 {
  right: 420px;
  bottom: 225px;
}
.parallax--order .parallax__layer4 img {
  top: -175px;
  right: -350px;
}
.parallax--order .parallax__layer5 img {
  top: 35%;
  right: -470px;
}
.parallax--order .parallax__layer6 img {
  right: -190px;
  bottom: 25px;
}

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

    transition-property: 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;
}
.vat {
  padding-top: 10px;

  font-size: 12px;
  text-align: center;
}
/* @media(min-width: 992px) {
  .composition__item-wrapper {
    min-height: 380px;
  }
} */
