html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  overflow-x: hidden;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.4;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  color: #000000;
  background: #ffffff;
}

img {
  max-width: 100%;
}

ul,
li {
  list-style: none;
}

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

.overflow {
  overflow: hidden;
}

/*-----------------------------------------Common-----------------------------------------*/
.container {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 0 10px;
}

.accent {
  color: #F1940C;
}

.medium {
  font-weight: 500;
}

.title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
}

.common-block {
  padding: 15px 0;
}

.common-block__logo {
  font-size: 0;
}

.common-block__left {
  position: relative;
  z-index: 1;
}

.common-block__title {
  margin-top: 10px;
}

.common-block__list {
  max-width: 200px;
  margin-top: 30px;
}

.common-block__item {
  position: relative;
  margin-top: 10px;
  padding: 10px 10px 10px 48px;
  font-size: 16px;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, 0.6);
}

.common-block__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  display: block;
  width: 39px;
  height: 39px;
  border-radius: 10px;
}

.common-block__item--1::before {
  background: url("../img/common-block-icon1.svg") center / 28px auto no-repeat;
}

.common-block__item--2::before {
  background: url("../img/common-block-icon2.svg") center / 26px auto no-repeat;
}

.common-block__item--3::before {
  background: url("../img/common-block-icon3.svg") center / 31px auto no-repeat;
}

.common-block__item--4::before {
  background: url("../img/common-block-icon4.svg") center / 31px auto no-repeat;
}

.common-block__item--5::before {
  background: url("../img/common-block-icon5.svg") center / 33px auto no-repeat;
}

.common-block__product {
  position: absolute;
  left: -85px;
  top: 95px;
  width: 664px;
  font-size: 0;
  z-index: -1;
}

.common-block__stamp {
  display: none;
}

.order {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #F0E9DC;
  z-index: 1;
}

.common-block__order {
  margin-top: 20px;
}

.order__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  color: #202020;
}

.order__prices {
  margin-top: 15px;
}

.order__prices-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.order__prices-item {
  display: none;
} 

.order__price {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
}

.order__price--old {
  margin-right: 15px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #BCB29E;
}

.order__price--new {
  padding: 7px;
  font-weight: 500;
  font-size: 19px;
  color: #AF741B;
  border-radius: 20px;
  background-color: #F4E6CA;
}

.order__form {
  margin-top: 20px;
}

.order__label {
  display: block;
}

.order__label:not(:last-of-type) {
  margin-bottom: 15px;
}

.order__field {
  display: block;
  width: 100%;
  padding: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  color: #202020;
  background-color: #ffffff;
  border: 1px solid #F0E9DC;
  outline: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.order__field::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  color: #AFAFAF;
  opacity: 1;
}

.order__field::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  color: #AFAFAF;
  opacity: 1;
}

.order__field:-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  color: #AFAFAF;
  opacity: 1;
}

.order__field:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  color: #AFAFAF;
  opacity: 1;
}

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

.order__field--select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: url("../img/select-arrow.svg") center right 15px no-repeat, #ffffff;
}

.order__field:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(241, 148, 12, 0.3);
          box-shadow: 0 0 0 3px rgba(241, 148, 12, 0.3);
}

.order__button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 30px auto 0;
  padding: 20px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  text-align: center;
  color: #FFFFFF;
  background-color: #D27E02;
  -webkit-box-shadow: 0 3px 0 0 #935903;
          box-shadow: 0 3px 0 0 #935903;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 1;
}

.order__button::before,
.order__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.5);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: -1;
}

.order__button::before {
  background-color: #D27E02;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9C06C), to(#D27E02));
  background: -o-linear-gradient(top, #F9C06C 0%, #D27E02 100%);
  background: linear-gradient(to bottom, #F9C06C 0%, #D27E02 100%);
}

.order__button::after {
  background-color: #f1940c;
  background: -webkit-gradient(linear, left bottom, left top, from(#F9C06C), to(#D27E02));
  background: -o-linear-gradient(bottom, #F9C06C 0%, #D27E02 100%);
  background: linear-gradient(to top, #F9C06C 0%, #D27E02 100%);
  opacity: 0;
}

.order__button:hover::after {
  opacity: 1;
}

.order__button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}


.reasons {
  padding-top: 15px;
}

.reasons__desc {
  margin-top: 20px;
  font-size: 20px;
}

.reasons__bottom {
  padding-top: 1px;
  padding-bottom: 20px;
  margin-top: 80px;
  background-color: #F8F5EF;
}

.reasons__image {
  max-width: 300px;
  margin-top: -65px;
  font-size: 0;
}

@media (min-width: 0) and (max-width: 991px) {
  .reasons__list-wrapper {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 690px;
    margin: -150px auto 0;
    overflow-x: hidden;
  }

  .reasons__list {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 330px;
  }
}

.reasons__list .slick-list {
  overflow: visible;
}

.reasons__item {
  position: relative;
  width: 100%;
  margin: 40px 3px;
  padding: 25px 20px;
  line-height: 1.2;
  background-color: #ffffff;
  border-radius: 5px;
  outline: none;
}

.reasons__item::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 20px;
  display: block;
  width: 48px;
  height: 48px;
  background-color: #F4E6CA;
  border-radius: 10px;
}

.reasons__item--1::before {
  background: url("../img/reasons-icon1.svg") center / 40px auto no-repeat, #F4E6CA;
}

.reasons__item--2::before {
  background: url("../img/reasons-icon2.svg") center / 30px auto no-repeat, #F4E6CA;
}

.reasons__item--3::before {
  background: url("../img/reasons-icon3.svg") center / 31px auto no-repeat, #F4E6CA;
}

.reasons__subitem:not(:first-of-type) {
  margin-top: 8px;
}


.solution {
  padding: 30px 0 15px;
}

.solution__wrapper {
  margin-top: 15px;
}

.solution__block {
  margin-top: 20px;
}

.solution__block--product {
  position: relative;
  max-width: 255px;
  border-top: 1px solid #E9E9E9;
}

.solution__image {
  font-size: 0;
}

.solution__image--percent {
  max-width: 127px;
  font-size: 0;
}

.solution__paragaraph {
  margin-top: 10px;
}

.solution__paragaraph--percent {
  max-width: 240px;
}

.solution__paragaraph--product {
  max-width: 225px;
}

.solution__image--product {
  position: absolute;
  top: -45px;
  right: -75px;
  max-width: 140px;
  font-size: 0;
}

.stages {
  padding: 15px 0;
}

.stages__title {
  text-align: center;
}

.stages__list {
  text-align: center;
}

.stages__item {
  position: relative;
  margin-top: 25px;
  padding-top: 80px;
}

.stages__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background-color: #F4E6CA;
  overflow: hidden;
}

.stages__item--1::before {
  background: url("../img/stages-image1.jpg") center / contain no-repeat;
}

.stages__item--2::before {
  background: url("../img/stages-image2.jpg") center / contain no-repeat;
}

.stages__item--3::before {
  background: url("../img/stages-image3.jpg") center / contain no-repeat;
}

.stages__number {
  display: inline-block;
  min-width: 117px;
  padding: 6px 10px;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
  text-align: center;
  color: #AF741B;
  background: #F4E6CA;
  border-radius: 25px;
}

.stages__heading {
  margin-top: 10px;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
  color: #202020;
}

.stages__desc {
  margin-top: 5px;
  font-weight: 300;
  text-align: center;
  color: #6B6864
}

.results {
  padding: 15px 0;
}

.results__title {
  text-align: center;
}

.results__item {
  max-width: 300px;
  margin: 40px auto 0;
  padding: 1px 20px 25px;
  background: #F8F5EF;
  border-radius: 5px;
}

.results__time {
  display: table;
  margin-top: -17px;
  padding: 8px 10px;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
  text-align: center;
  color: #AF741B;
  background: #F4E6CA;
  border-radius: 25px;
}

.results__image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

.results__image {
  -ms-flex-preferred-size: calc((100% - 10px)/2);
      flex-basis: calc((100% - 10px)/2);
  max-width: calc((100% - 10px)/2);
  border: 1px solid #D1D1D1;
  font-size: 0;
}

.results__image:not(:last-of-type) {
  margin-right: 10px;
}

.results__sublist {
  margin-top: 20px;
}

.results__subitem {
  margin-top: 5px;
}

.form-section {
  margin-top: 65px;
  padding: 15px 0;
}

.form-section__wrapper {
  position: relative;
  padding: 10px 10px 0;
  background: #F8F5EF;
  border-radius: 5px;
  z-index: 1;
}

.form-section__wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  ;
  border-radius: 5px;
  border: 1px solid #ffffff;
  z-index: -1;
}

.form-section__image {
  font-size: 0;
}

.form-section__image--woman {
  margin-top: -100px;
  margin-right: -38px;
  width: 317px;
}

.form-section__image--structure {
  width: 122px;
  height: 122px;
  margin-top: -220px;
  border-radius: 50%;
  overflow: hidden;
}

.form-section__order {
  margin: 0 -10px;
}

.expert {
  padding: 15px 0 45px;
}

.expert__wrapper {
  margin-top: 15px;
}

.expert__wrapper::after {
  content: "";
  display: block;
  clear: both;
}

.expert__photo {
  position: relative;
  float: right;
  max-width: 216px;
  margin-right: -50px;
  margin-top: -15px;
  font-size: 0;
  z-index: 1;
}

.expert__photo--desktop {
  display: none;
}

.expert__photo::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  display: block;
  width: 92%;
  height: 80%;
  background-color: #F8F5EF;
  z-index: -1;
}

.expert__signature {
  position: relative;
  margin-top: 15px;
  padding-left: 110px;
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
  color: #202020;
}

.expert__signature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 87px;
  height: 72px;
  background: url("../img/expert-signature.png") center / contain no-repeat;
}

.expert__list  .slick-list {
  overflow: visible;
}

.expert__item {
  max-width: 194px;
  margin: 25px 2px;
  outline: none;
}

.expert__image-wrapper {
  text-align: center;
}

.expert__image {
  margin-bottom: -10px;
  font-size: 0;
  text-align: center;
}

.expert__image-desc {
  display: inline-block;
  margin-top: -8px;
  padding: 6px 10px;
  font-style: italic;
  font-weight: 400;
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
  text-align: center;
  color: #AF741B;
  background: #F4E6CA;
  border-radius: 25px;
}


.composition {
  padding: 35px 0 60px;
  background-color: #F8F5EF;
}

.composition__title {
  position: relative;
  z-index: 1;
}

.composition__product {
  position: relative;
  max-width: 184px;
  margin-top: -200px;
  margin-left: auto;
  margin-right: -10px;
  font-size: 0;
}

.composition__buttons .slick-list  {
  overflow: visible;
}

.composition__buttons .slick-track {
  width: 184px;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.composition__button {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  border: 6px solid transparent;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
          box-shadow: 0 0 0 1px #ffffff;
  background-clip: padding-box;
  background-color: #ffffff;
  cursor: pointer;
  overflow: visible;
  outline: none;
}

.composition__button--1 {
  bottom: 333px;
  left: 60px;
}

.composition__button--2 {
  bottom: 315px;
  left: 20px;
}

.composition__button--3 {
  bottom: 283px;
  right: 60px;
}

.composition__button--4 {
  bottom: 67px;
  left: 25px;
}

.composition__button--5 {
  bottom: 152px;
  right: 20px;
}

.composition__button--6 {
  bottom: 65px;
  right: 70px;
}

.composition__list {
  text-align: center;
}

.composition__item {
  outline: none;
}

.composition__list .slick-list {
  overflow: visible;
}

.composition__item.slick-slide {
  opacity: 0;
}

.composition__item.slick-current {
  opacity: 1;
}

.composition__item-wrapper {
  position: relative;
  padding-top: 70px;
  max-width: 220px;
  margin: 0 auto;
}

.composition__item-wrapper--4 {
  max-width: 270px;
}

.composition__item-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid #CFBFA0;
}

.composition__item-wrapper--1::before {
  background: url("../img/composition-icon1.svg") center no-repeat;
}

.composition__item-wrapper--2::before {
  background: url("../img/composition-icon2.svg") center no-repeat;
}

.composition__item-wrapper--3::before {
  background: url("../img/composition-icon3.svg") center left 75% no-repeat;
}

.composition__item-wrapper--4::before {
  background: url("../img/composition-icon4.svg") center no-repeat;
}

.composition__item-wrapper--5::before {
  background: url("../img/composition-icon5.svg") center no-repeat;
}

.composition__item-wrapper--6::before {
  background: url("../img/composition-icon6.svg") center no-repeat;
}

.composition__heading {
  font-weight: 500;
  font-size: 17px;
  color: #202020;
}

.composition__desc {
  margin-top: 10px;
  font-size: 15px;
  color: #6B6864;
}

.composition__line {
  position: absolute;
  top: 50px;
  left: 10px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 1px;
  border-top: 1px dashed #CFBFA0;
  border-left: 1px dashed #CFBFA0;
  z-index: 1;
}

.composition__second-line {
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  border-top: 1px dashed #CFBFA0;
}

.composition__line--1 {
  height: 398px;
}

.composition__line--1 .composition__second-line {
  width: 150px;
}

.composition__line--2 {
  height: 378px;
}

.composition__line--2 .composition__second-line {
  width: 110px;
}

.composition__line--3 {
  height: 348px;
}

.composition__line--3 .composition__second-line {
  width: 184px;
}

.composition__line--4 {
  height: 132px;
}

.composition__line--4 .composition__second-line {
  width: 140px;
}

.composition__line--5 {
  height: 217px;
}

.composition__line--5 .composition__second-line {
  width: 227px;
}

.composition__line--6 {
  height: 130px;
}

.composition__line--6 .composition__second-line {
  width: 175px;;
}

.composition__list .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.composition__list .slick-dots li {
  width: 18px;
  height: 18px;
}

.composition__list .slick-dots li:not(:last-of-type) {
  margin-right: 6px;
}

.composition__list .slick-dots button {
  font-size: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  border: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  outline: none;
}

.composition__list .slick-dots .slick-active button {
  width: 18px;
  height: 18px;
}

.usage {
  padding: 35px 0 15px;
}

.usage__image {
  position: relative;
  width: 438px;
  margin-left: 50px;
  font-size: 0;
  z-index: 1;
}

.usage__image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  display: block;
  width: 78%;
  height: 78%;
  background-color: #F8F5EF;
  z-index: -1;
}

.usage__list {
  position: relative;
  margin-top: -230px;
  z-index: 1;
}

.usage__item {
  position: relative;
  padding: 15px 15px 15px 90px;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  background-color: #FFFFFF;
}

.usage__item:not(:first-of-type) {
  margin-top: 20px;
}

.usage__item::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 10px;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  overflow: hidden;
}

.usage__item--1::before {
  background: url("../img/usage-image1.jpg") center / contain no-repeat;
}

.usage__item--2::before {
  background: url("../img/usage-image2.jpg") center / contain no-repeat;
}

.usage__heading {
  font-weight: 500;
  font-size: 17px;
}

.usage__desc {
  margin-top: 10px;
  font-size: 15px;
  color: #6B6864;
}

.usage__advantages {
  margin-top: 20px;
  text-align: center;
}

.usage__advantage {
  position: relative;
  max-width: 175px;
  margin: 0 auto;
  padding-top: 70px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

.usage__advantage--2 {
  max-width: 244px;
}

.usage__advantage:not(:first-of-type) {
  margin-top: 25px;
}

.usage__advantage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 54px;
  height: 54px;
  background-color: #BCD2A1;
}

.usage__advantage--1::before {
  background: url("../img/usage-icon1.jpg") center / contain no-repeat;
}

.usage__advantage--2::before {
  background: url("../img/usage-icon2.jpg") center / contain no-repeat;
}

.usage__advantage--3::before {
  background: url("../img/usage-icon3.jpg") center / contain no-repeat;
}

.reviews {
  padding: 15px 0;
}

.reviews__title {
  text-align: center;
}

@media (min-width: 0) and (max-width: 991px) {
  .reviews__list-wrapper {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 800px;
    margin: 0 auto;
    overflow-x: hidden;
  }

  .reviews__list {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 370px;
  }
}

.reviews__list .slick-list {
  overflow: visible;
}

.reviews__item {
  width: 100%;
  margin: 70px 5px 20px;
  padding: 0 10px 25px;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  background: #FFFFFF;
  outline: none;
}

.reviews__avatar {
  width: 70px;
  height: 70px;
  margin-top: -48px;
  border-radius: 20px;
  overflow: hidden;
  font-size: 0;
}

.reviews__content {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
}

.reviews__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 19px;
  height: 16px;
  background: url("../img/quotes-icon.svg") center / contain no-repeat;
}

.reviews__image {
  margin-top: 15px;
  font-size: 0;
  text-align: center;
}

.reviews__rating {
  margin-top: 20px;
  font-size: 0;
}

.reviews__author {
  margin-top: 10px;
}

.reviews__author-name {
  font-weight: 500;
}


@media (min-width: 992px) {
  .container {
    max-width: 1200px;
    padding: 0 15px;
  }

  .title {
    font-size: 36px;
    line-height: 1.3;
  }

  .common-block {
    padding: 20px 0 130px;
  }

  .common-block__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .common-block__left {
    width: 100%;
    max-width: calc(100% - 300px);
  }

  .common-block__title {
    max-width: 430px;
    margin-top: 30px;
    font-size: 48px;
    line-height: 1.1;
  }

  .common-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 474px;
    margin-top: 70px;
  }

  .common-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: calc((100% - 10px)/2);
    margin-top: 0;
    margin-bottom: 10px;
    padding: 30px 5px;
    padding-left: 60px;
    font-size: 17px;
  }
  
  .common-block__item::before {
    left: 3px;
    width: 50px;
    height: 50px;
    background-size: auto;
  }

  .common-block__item--1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .common-block__item--2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .common-block__item--3 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .common-block__item--4 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .common-block__item--5 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  
  .common-block__product {
    left: 50%;
    top: -118px;
    -webkit-transform: translateX(-33%);
        -ms-transform: translateX(-33%);
            transform: translateX(-33%);
    width: 1343px;
  }
  
  .common-block__stamp {
    position: absolute;
    top: 130px;
    right: 360px;
    display: block;
    width: 100%;
    max-width: 230px;
    padding-left: 70px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
  }

  .common-block__stamp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 65px;
    height: 65px;
    background: url("../img/stamp.png");
  }
  
  .common-block__order {
    margin-top: 175px;
  }

  .reasons {
    position: relative;
    z-index: 1;
  }

  .reasons__wrapper {
    position: relative;
    max-width: 585px;
    margin-left: auto;
  }
  
  .reasons__desc {
    max-width: 410px;
  }
  
  .reasons__bottom {
    padding-top: 40px;
    padding-bottom: 105px;
    margin-top: 40px;
  }
  
  .reasons__image {
    max-width: 480px;
    margin-top: -295px;
  }
  
  .reasons__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 900px;
    margin-top: -280px;
    margin-left: auto;
  }
  
  .reasons__item {
    max-width: 280px;
    min-height: 250px;
    margin: 0;
    padding: 50px 20px 20px;
  }
  
  .reasons__item::before {
    top: -50px;
    width: 70px;
    height: 70px;
    background-size: auto;
  }
  
  .reasons__subitem:not(:first-of-type) {
    margin-top: 13px;
  }
  
  .solution {
    padding: 80px 0 35px;
  }
  
  .solution__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 30px;
  }

  .solution__column {
    width: 100%;
    max-width: calc((100% - 255px - 210px)/2);
  }

  .solution__column--left {
    max-width: 255px;
    margin-right: 150px;
  }

  .solution__column--center {
    margin-right: 60px;
  }
  
  .solution__block {
    margin-top: 0;
  }

  .solution__block--product {
    margin-top: 40px;
  }

  .solution__image--percent {
    max-width: 166px;
  }
  
  .solution__paragaraph {
    margin-top: 20px;
  }
  
  .solution__paragaraph--percent {
    max-width: 100%;
    margin-top: 10px;
  }
  
  .solution__paragaraph--product {
    max-width: 100%;
    margin-top: 40px;
  }

  .solution__paragaraph--ingredients {
    margin-top: 35px;
  }

  .solution__paragaraph--results {
    margin-top: 25px;
  }
  
  .solution__image--product {
    top: -30px;
    right: -130px;
    max-width: 177px;
  }
  
  .stages {
    padding: 35px 0;
  }
  
  .stages__title {
    max-width: 710px;
    margin: 0 auto;
  }
  
  .stages__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 80px;
  }

  .stages__list::before,
  .stages__list::after {
    content: "";
    position: absolute;
    top: 20px;
    display: block;
    width: 31px;
    height: 31px;
    background: url("../img/plus-icon.svg") center / contain no-repeat;
  }

  .stages__list::before {
    left: calc(100% / 3);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .stages__list::after {
    right: calc(100% / 3);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  
  .stages__item {
    width: 100%;
    max-width: 280px;
    margin-top: 0;
  }
  
  .stages__number {
    min-width: 120px;
    padding: 8px 10px;
    border-radius: 25px;
  }
  
  .stages__heading {
    max-width: 195px;
    margin: 10px auto 0;
  }
  
  .results {
    padding: 40px 0;
  }
  
  .results__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 80px;
  }
  
  .results__item {
    width: 100%;
    max-width: calc((100% - 100px)/3);
    margin-top: 0;
  }
  
  .results__image-wrapper {
    margin-top: 30px;
  }
  
  .results__image {
    -ms-flex-preferred-size: calc((100% - 5px)/2);
        flex-basis: calc((100% - 5px)/2);
    max-width: calc((100% - 5px)/2);
  }
  
  .results__image:not(:last-of-type) {
    margin-right: 5px;
  }
  
  .results__subitem {
    margin-top: 10px;
  }
  
  .form-section {
    margin-top: 0;
    padding: 70px 0 45px;
  }
  
  .form-section__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 850px;
    margin: 0 auto;
    padding: 40px 90px 35px 35px;
  }
  
  .form-section__wrapper::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  
  .form-section__image--woman {
    margin-top: -70px;
    margin-left: 27px;
    width: 408px;
  }
  
  .form-section__image--structure {
    width: 158px;
    height: 158px;
    margin-top: -227px;
    margin-bottom: 35px;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .form-section__order {
    margin: 0;
  }
  
  .expert {
    padding: 35px 0 100px;
  }

  .expert__title {
    max-width: 470px;
  }

  .expert__outer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 35px;
  }
  
  .expert__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    max-width: calc(100% - 320px - 25px);
    margin-top: 0;
  }

  .expert__column {
    width: 100%;
    max-width: calc(100% - 80px);
  }

  .expert__column:not(:last-of-type) {
    margin-right: 80px;
  }

  .expert__paragraph {
    margin-top: 15px;
    line-height: 1.5;
  }

  .expert__paragraph--break {
    -webkit-column-break-before: column;
       -moz-column-break-before: column;
            break-before: column;
  }
  
  .expert__photo {
    float: none;
    display: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 320px;
    margin-top: -215px;
    margin-right: 0;
    margin-left: 25px;
  }

  .expert__photo--desktop {
    display: block;
  }
  
  .expert__signature {
    max-width: 260px;
    margin-top: 40px;
    padding-top: 110px;
    padding-left: 0;
    font-size: 18px;
    line-height: 1.3;
  }

  .expert__position {
    display: block;
  }
  
  .expert__signature::before {
    width: 114px;
    height: 94px;
  }

  .expert__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 50px;
  }
  
  .expert__item {
    width: 100%;
    margin: 0 auto;
  }

  .expert__item:not(:last-of-type) {
    margin-right: 50px;
  }
  

  .composition {
    padding: 85px 0 100px;
  }

  .composition__container {
    position: relative;
  }
  
  .composition__title {
    max-width: 170px;
  }
  
  .composition__product {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -75%);
        -ms-transform: translate(-50%, -75%);
            transform: translate(-50%, -75%);
    max-width: 235px;
    margin-top: 0;
    margin-left: auto;
  }

  .composition__button {
    cursor: inherit;
  }

  .composition__button::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    border-bottom: 1px dashed #CFBFA0;
  }

  .composition__button--1 {
    bottom: 477px;
    left: 125px;
  }

  .composition__button--1::after {
    left: 10px;
    width: 200px;
    height: 1px;
  }
  
  .composition__button--2 {
    bottom: 300px;
    left: 30px;
  }

  .composition__button--2::after {
    right: 10px;
    width: 200px;
    height: 1px;
  }
  
  .composition__button--3 {
    bottom: 360px;
    right: 75px;
  }

  .composition__button--3::after {
    top: 10px;
    left: 10px;
    width: 336px;
    height: 70px;
    border-left: 1px dashed #CFBFA0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  
  .composition__button--4 {
    bottom: 95px;
    left: 30px;
  }

  .composition__button--4::after {
    right: 10px;
    width: 220px;
    height: 1px;
  }
  
  .composition__button--5 {
    bottom: 145px;
    right: 30px;
  }

  .composition__button--5::after {
    left: 10px;
    width: 100px;
    height: 1px;
  }
  
  .composition__button--6 {
    bottom: 50px;
    right: 107px;
  }

  .composition__button--6::after {
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 100px;
    border-left: 1px dashed #CFBFA0;
    border-bottom: none;
  }
  
  .composition__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -150px;
  }

  .composition__item {
    width: 100%;
    max-width: 50%;
    opacity: 1 !important;
  }

  .composition__item-wrapper {
    max-width: 190px;
  }

  .composition__item--1 {
    max-width: 100%;
  }

  .composition__item-wrapper--1 {
    margin-right: 14%;
  }

  .composition__item-wrapper--2 {
    max-width: 170px;
    margin-right: 180px;
  }

  .composition__item-wrapper--3 {
    max-width: 170px;
    margin-top: 10px;
    margin-right: 0;
  }

  .composition__item-wrapper--4 {
    max-width: 234px;
    margin-top: 15px;
    margin-left: 0;
  }

  .composition__item-wrapper--5 {
    max-width: 180px;
    margin-top: -30px;
    margin-left: 175px;
  }

  .composition__item--6 {
    margin: 0 auto;
  }

  .composition__line {
    display: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .composition__heading {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    background-color: #f8f5ef;
    z-index: 1;
  }
  
  
  .usage {
    padding: 80px 0 40px;
  }

  .usage__title {
    max-width: 710px;
  }

  .usage__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .usage__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 554px;
    margin-top: -150px;
    margin-right: -95px;
    margin-left: -267px;
  }
  
  .usage__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: stretch;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 770px;
    margin-top: 130px;
  }
  
  .usage__item {
    width: 100%;
    max-width: calc((100% - 30px)/2);
    padding: 25px 66px 25px 130px;
  }
  
  .usage__item:not(:first-of-type) {
    margin-top: 0;
    margin-left: 30px;
  }
  
  .usage__item::before {
    left: 30px;
  }
  
  .usage__heading {
    font-weight: 500;
    font-size: 17px;
  }
  
  .usage__desc {
    margin-top: 10px;
    font-size: 15px;
    color: #6B6864;
  }
  
  .usage__advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1050px;
    margin: 90px auto 0;
  }

  .usage__advantage {
    margin: 0;
  }

  .usage__advantage:not(:first-of-type) {
    margin-top: 0;
  }
  
  .reviews {
    padding: 40px 0 80px;
  }
  
  .reviews__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 1014px;
    margin: 80px auto 0;
  }
  
  .reviews__item {
    max-width: 280px;
    padding: 0 20px 25px;
    margin: 0;
  }

  .reviews__item--bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: -50px;
  }
  
  .reviews__content {
    padding-top: 40px;
  }
  
  .reviews__image {
    margin-top: 25px;
  }
}