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

html {
  height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  line-height: 1;
}

:focus {
  outline: none;
}

p {
  margin: 0;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

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

svg {
  display: block;
  width: 100%;
  height: 100%;
}

iframe {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

button,
input,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input {
  width: 100%;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-align: left;
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
}

textarea {
  overflow-x: hidden;
  overflow-y: auto;
  resize: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

.img--center {
  margin: 0 auto;
}

.sprite {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 5px;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  color: transparent;
  cursor: pointer;
  background: #767676;
  border: 0;
  border-radius: 50%;
  outline: none;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  color: #FA896E;
  text-align: center;
  content: '';
  border-radius: 50%;
  opacity: 0.25;
}

.slick-dots li.slick-active button:before {
  background: #FA896E;
  opacity: 0.75;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  position: absolute;
  z-index: 30;
  display: block;
  content: " ";
  background: #fff;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  left: 50%;
  width: 3px;
  height: 9999px;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  top: 50%;
  width: 9999px;
  height: 3px;
  margin-top: -1.5px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  padding: 0 20px;
  line-height: 38px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  width: 90px;
  margin-left: -45px;
  text-align: center;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 6px inset transparent;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  position: relative;
  z-index: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.twentytwenty-container img {
  position: absolute;
  top: 0;
  display: block;
  max-width: 100%;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  z-index: 25;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 40;
  width: 38px;
  height: 38px;
  margin-top: -22px;
  margin-left: -22px;
  cursor: pointer;
  border: 3px solid #fff;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
          box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
          box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
          box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
          box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
          box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  left: 50%;
  margin-left: -17px;
  border-right: 6px solid #fff;
}

.twentytwenty-right-arrow {
  right: 50%;
  margin-right: -17px;
  border-left: 6px solid #fff;
}

.twentytwenty-up-arrow {
  top: 50%;
  margin-top: -17px;
  border-bottom: 6px solid #fff;
}

.twentytwenty-down-arrow {
  bottom: 50%;
  margin-bottom: -17px;
  border-top: 6px solid #fff;
}

@media (min-width: 768px) {
  [data-unshow] {
    opacity: 0;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s;
    -webkit-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
            transform: translate(0, -50px);
    will-change: transform, opacity;
  }
  [data-horizontal="1"] {
    -webkit-transform: translate(-50px, 0);
        -ms-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  [data-horizontal="2"] {
    -webkit-transform: translate(50px, 0);
        -ms-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  [data-unshow].show {
    opacity: 1;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  [data-unshow='1'] {
    -webkit-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
  }
  [data-unshow='2'] {
    -webkit-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
  }
  [data-unshow='3'] {
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333234;
}

.wrapper {
  overflow: hidden;
}

.wrapper__inner {
  max-width: 425px;
  margin: 0 auto;
  -webkit-box-shadow: 0 9px 46px 0 rgba(255, 214, 200, 0.4);
          box-shadow: 0 9px 46px 0 rgba(255, 214, 200, 0.4);
}

.container {
  max-width: 425px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-slider {
  margin: 0 -15px;
}

.title {
  font-family: "Outfit", sans-serif;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 18px 48px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #FA896E;
  border-radius: 50px;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s;
}

.btn__logo {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 18px;
  height: 24px;
  margin-top: -12px;
}

.btn__wrapper {
  text-align: center;
}

.btn--dark {
  color: #fff;
  background: rgba(188, 120, 215, 0.08);
  -webkit-box-shadow: 0 8px 16px 0 rgba(25, 7, 20, 0.2);
          box-shadow: 0 8px 16px 0 rgba(25, 7, 20, 0.2);
}

.btn--dark svg {
  fill: #fff;
}

.btn--dark:hover {
  background: #FA896E;
}

.btn--light {
  color: #000;
  text-shadow: 0 1px 1px rgba(165, 165, 165, 0.3);
  background: rgba(249, 158, 136, 0.2);
  /* -webkit-box-shadow: 0 8px 16px 0 rgba(25, 7, 20, 0.06); */
          /* box-shadow: 0 8px 16px 0 rgba(25, 7, 20, 0.06); */
  -webkit-transition: color .5s, background-color .5s;
  -o-transition: color .5s, background-color .5s;
  transition: color .5s, background-color .5s;
}

.btn--light svg {
  fill: #FA896E;
  -webkit-transition: fill .5s;
  -o-transition: fill .5s;
  transition: fill .5s;
}

.btn--light:hover {
  color: #fff;
  background: #FA896E;
}

.btn--light:hover svg {
  fill: #fff;
}

.btn--form {
  width: 280px;
  padding: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px rgba(165, 165, 165, 0.3);
  background: #FA896E;
  -webkit-box-shadow: 0 8px 16px 0 rgba(188, 120, 215, 0.3);
          box-shadow: 0 8px 16px 0 rgba(188, 120, 215, 0.3);
}

.btn--form svg {
  fill: #fff;
}

.btn--form:hover {
  background-color: rgba(188, 120, 215, 0.12);
}

.price {
  font-size: 0;
  text-align: center;
  font-family: Outfit, sans-serif;
}

.price__new {
  display: inline-block;
  margin-right: 20px;
  font-size: 50px;
  font-weight: 500;
  color: #000;
  vertical-align: middle;
}

.price__old {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #767676;
  vertical-align: middle;
  font-weight: 500;
}

.price__old::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  border-bottom: 2px solid #6c757d;
  -webkit-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
          transform: rotate(-1deg);
}

.twenty {
  -ms-touch-action: none;
      touch-action: none;
}

.header {
  position: relative;
  color: #fff;
  background: #e6d1c6;
  background: url("../img/header_bg-mob.jpg");
  background-size: cover;
}

.header__main {
  position: relative;
  z-index: 50;
}

.header__top {
  padding: 15px 15px;
  margin: 0 -15px;
  border-bottom: 1px solid #fff;
}

.header__top--table {
  display: table;
  width: 100%;
}

.header__top--cell {
  display: table-cell;
  vertical-align: middle;
}

.header__top--cell:last-child {
  text-align: right;
}

.header__content {
  padding: 80px 0 40px;
}

.header__logo--table {
  display: table;
}

.header__logo--cell {
  display: table-cell;
  vertical-align: middle;
}

.header__logo--cell:last-child {
  padding-left: 10px;
}

.header__logo--img {
  width: 24px;
  height: 32px;
}

.header__logo--img svg {
  fill: #FA896E;
}

.header__logo--title {
  margin-bottom: 1px;
  font-family: "Outfit", serif;
  font-size: 20px;
  font-weight: 500;
  color: #FA896E;
  text-transform: uppercase;
  /* letter-spacing: 2px; */
}

.header__logo--subtitle {
  font-size: 12px;
  color: #000;
  /* letter-spacing: 2px; */
}

.header__nav-toggle {
  position: absolute;
  top: 23px;
  right: 15px;
  z-index: 200;
  display: inline-block;
}

.header__nav-toggle--item {
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  background: #fff;
  -webkit-transition: color .5s, -webkit-transform .5s;
  transition: color .5s, -webkit-transform .5s;
  -o-transition: color .5s, transform .5s;
  transition: color .5s, transform .5s;
  transition: color .5s, transform .5s, -webkit-transform .5s;
}

.header__nav-toggle--item:last-child {
  margin-bottom: 0;
}

.header__nav-toggle.active {
  position: fixed;
}

.header__nav-toggle.active .header__nav-toggle--item:first-child {
  background: #FA896E;
  -webkit-transform: translate(0px, 7px) rotate(45deg);
      -ms-transform: translate(0px, 7px) rotate(45deg);
          transform: translate(0px, 7px) rotate(45deg);
}

.header__nav-toggle.active .header__nav-toggle--item:nth-child(2) {
  background: #FA896E;
  -webkit-transform: translate(0, 0) rotate(-45deg);
      -ms-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}

.header__nav-toggle.active .header__nav-toggle--item:last-child {
  opacity: 0;
}

.header__nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: 100;
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: center;
  background: #e6d1c6;
  -webkit-transition: left .5s;
  -o-transition: left .5s;
  transition: left .5s;
}

.header__nav.active {
  left: 0;
}

.header__nav--list {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__nav--item {
  margin-bottom: 40px;
}

.header__nav--item-link {
  color: #FA896E;
  text-transform: uppercase;
}

.header__title {
  font-size: 50px;
  color: #FA896E;
  /* text-transform: uppercase; */
}

/* .header__title span { */
  /* display: block; */
/* } */

.header__subtitle {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 1.2;
  color: #FA896E;
}

.header__subtitle span {
  display: block;
}

.header__video {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__video::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.05);
}

.header__video video {
  position: absolute;
  left: 50%;
  width: auto;
  height: 100%;
  /* margin-left: -50%; */
  -webkit-transform: translateX(-400px);
      -ms-transform: translateX(-400px);
          transform: translateX(-400px);
}

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

.header__note {
  display: none;
}

.problem {
  background: -webkit-gradient(linear, right top, left top, color-stop(16.38%, #F4F1F4), color-stop(86.49%, #F9F9F9));
  background: -o-linear-gradient(right, #F4F1F4 16.38%, #F9F9F9 86.49%);
  background: linear-gradient(270deg, #F4F1F4 16.38%, #F9F9F9 86.49%);
}

.problem__section {
  padding: 40px 0;
}

.problem__title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2;
  color: #131313;
  text-align: center;
}

.problem__title span {
  display: block;
  color: #FA896E;
}

.problem__subtitle {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

.problem__subtitle span {
  font-weight: 600;
}

.problem__items {
  position: relative;
}

.problem__item {
  width: 280px;
  margin: 0 auto 10px;
  background: #fff;
}

.problem__item:last-child {
  margin-bottom: 0;
}

.problem__img {
  border: 5px solid #fff;
}

.problem__img img {
  margin: 0 auto;
}

.problem__name {
  padding: 30px 0;
  font-size: 16px;
  /* font-weight: 600; */
  color: rgba(0,0,0,.8);
  text-align: center;
  text-transform: uppercase;
}

.about {
  margin-top: -20px;
  /* background: #fafafa; */
}

.about__section {
  padding: 60px 0 40px;
}

.about__title {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.2;
}

.about__title span {
  color: #FA896E;
}

.about__subtitle {
  line-height: 1.7;
}

.about__prod {
  display: none;
}

.about__img {
  margin-top: 20px;
}

.description {
  /* background: #fafafa; */
}

.description__inner {
  overflow: hidden;
}

.description__heading {
  position: relative;
  overflow: hidden;
  background: rgba(250,137,110,.25);
}

.description__heading--section {
  padding: 40px 0 90px;
}

.description__heading--decor {
  position: absolute;
  top: -40px;
  right: -100px;
  bottom: -40px;
  left: -40px;
  z-index: 1;
}

.description__heading--decor svg {
  fill: #fff;
}

.description__title {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.2;
    color: #000;
  }
  .description__title span {
    color: #FA896E;
}
.description__subtitle {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
  /* color: #FA896E; */
}

.description__subtitle span {
  font-weight: 600;
}

.description__text {
  position: relative;
  z-index: 10;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
}

.description__note {
  position: relative;
  z-index: 10;
  font-style: italic;
  line-height: 1.4;
}

.description__items {
  margin-top: -60px;
}

.description__items--section {
  padding-bottom: 40px;
}

.description__item {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
}

.description__item:last-child {
  margin-bottom: 0;
}

.description__item--content {
  padding: 25px;
}

.description__img {

}

.description__img video {
  width: 100%;
  height: auto;
}

.description__name {
  margin-bottom: 10px;
  font-size: 16px;
  /* font-weight: 700; */
  line-height: 1.5;
  color: #000;
  text-align: left;
  text-transform: uppercase;
}

.description__list {
  text-align: left;
}

.description__list--item {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

.description__list--item::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 3px;
  height: 3px;
  content: '';
  background: #FA896E;
}

.description__decor-logo {
  position: absolute;
  top: -90px;
  bottom: -100px;
  left: 50%;
  display: none;
  width: 700px;
  margin-left: -300px;
}

.description__decor-logo svg {
  fill: #ecedf2;
}

.description__decor-text {
  display: none;
}

.description__decor {
  display: none;
}

.test {
  display: none;
}

.benefit {
  /* background: url("../img/benefit_bg-mob.png") center; */
  /* background-size: cover; */
  position: relative;
}

.benefit__section {
  padding: 40px 0 10px;
  position: relative;
    z-index: 5;
}
.benefit:after
{
	content: "";
	width: 100%;
	height: 112px;
	background: -o-linear-gradient(180.11deg, rgba(250, 137, 110, 0) 0%, rgba(250, 137, 110, 0.8) 47%, rgba(250, 137, 110, 0.8) 53%, rgba(250, 137, 110, 0) 100%);
	background: linear-gradient(269.89deg, rgba(250, 137, 110, 0) 0%, rgba(250, 137, 110, 0.8) 47%, rgba(250, 137, 110, 0.8) 53%, rgba(250, 137, 110, 0) 100%);
	position: absolute;
	left: 0;
	top: 58%;
}
.benefit__title {
  margin-bottom: 20px;
  font-size: 28px;
  color: #FA896E;
  letter-spacing: 2px;
  text-align: center;
}

.benefit__subtitle {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #FA896E;
  text-align: center;
  text-transform: uppercase;
}

.benefit__text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.4;
}

.benefit__text span {
  font-weight: 700;
}
.benefit__img
{
	margin-bottom: 20px;
}
.benefit__prod {
  display: none;
}

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

.result__heading {
  background: #fff;
}

.result__heading--section {
  padding: 40px 0 50px;
}

.result__title {
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
}

.result__title span {
  display: block;
  color: #FA896E;
}

.result__items {
  /* background: #fafafa; */
}

.result__items--section {
  padding: 30px 0 50px;
}

.result__item {
  margin-bottom: 30px;
}

.result__item:last-child {
  margin-bottom: 0;
}

.result__name {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  color: #131313;
  text-align: center;
}

.result__text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.result__text span {
  color: #ff0000;
}

.result__img {
  position: relative;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(228, 156, 131, 0.3);
          box-shadow: 0 10px 20px 0 rgba(228, 156, 131, 0.3);
}

.result__img--before {
  position: absolute;
  bottom: 15px;
  left: 0;
  display: inline-block;
  padding: 5px 15px;
  font-size: 16px;
  color: #fff;
}

.result__img--after {
  position: absolute;
  right: 0;
  bottom: 15px;
  display: inline-block;
  padding: 5px 15px;
  font-size: 16px;
  color: #fff;
  background: #FA896E;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.result__caption {
  margin-bottom: 10px;
  font-size: 16px;
  font-style: italic;
  color: #6c757d;
  text-align: center;
}

.result__caption span {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.result__caption svg {
  width: 16px;
  height: 16px;
  fill: #6c757d;
}

.expert__section {
  padding: 30px 0 50px;
}

.expert__img {
  width: 82px;
  height: 82px;
  margin: 0 auto 20px;
  overflow: hidden;
  /* border: 6px solid #e9ecef; */
  border-radius: 50%;
}

.expert__name {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #131313;
  text-align: center;
}

.expert__post {
  margin-bottom: 30px;
  font-size: 16px;
  font-style: italic;
  color: #6c757d;
  text-align: center;
}

.expert__text {
  margin-bottom: 30px;
  line-height: 1.7;
}

.expert__text span {
  color: #FA896E;
}

.expert__decor-text {
  display: none;
}

.expert__decor {
  display: none;
}

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

.composition {
  /* background: #fafafa; */
}

.composition__section {
  position: relative;
  padding: 0 0 40px;
}

.composition__section::before {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 261px;
  height: 419px;
  content: '';
  background: url("../img/composition_decor-mob.png");
  display: block;
}

.composition__title {
  position: relative;
  z-index: 25;
  /* padding-left: 100px; */
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
}

.composition__title span {
  display: inline-block;
  color: #FA896E;
}

.composition__item {
  padding: 10px;
  /* margin: 0 15px 24px; */
  /* text-align: center; */
  /* background: #fff; */
  /* border-radius: 10px; */
  /* -webkit-box-shadow: 0 10px 20px 0 rgba(228, 156, 131, 0.3); */
          /* box-shadow: 0 10px 20px 0 rgba(228, 156, 131, 0.3); */
}

.composition__name {
  margin-bottom: 35px;
  font-size: 16px;
  /* font-weight: 600; */
  color: #FA896E;
  line-height: 1.2;
  text-transform: uppercase;
  /* letter-spacing: 2px; */
}

.composition__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.composition__text span {
  font-style: italic;
}

.composition__decor-logo {
  display: none;
}

.composition__decor {
  display: none;
}

.composition__img {
  margin: -20px 10px 0 0;
    text-align: center;
    float: left;
}

.composition__img span {
  display: inline-block;
}

.composition__img svg {
  width: 90px;
  height: 90px;
  fill: none;
  stroke: #FA896E;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
}
.composition__item:last-child .composition__text:last-child
  {
	  border: none;
  }
.order {
  text-align: center;
  background: rgba(250,137,110,.2);
}

.order__section {
  padding: 40px 0 50px;
}

.order__title {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 1.2;
  color: #000;
}

.order__title span {
  display: block;
  color: #FA896E;
  text-transform: uppercase;
}

.order__item {
  padding: 15px 25px;
  margin-bottom: 15px;
}

.order__item:last-child {
  margin-bottom: 0;
}

.order__img {
  position: relative;
  margin: 0 auto 15px;
  transform: scale(0.7);
}

.order__img::after {
  position: absolute;
  top: -25px;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  content: '';
  background: -o-linear-gradient(249.89deg, #FFFFFF 7.18%, rgba(255, 255, 255, 0) 59.8%);
  background: linear-gradient(200.11deg, #FFFFFF 7.18%, rgba(255, 255, 255, 0) 59.8%);
  border-radius: 50%;
  opacity: .2;
}

.order__img--1 {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 90px;
  height: 90px;
}

.order__img--2 {
  background-image: url(../img/sprite.png);
  background-position: -90px 0px;
  width: 90px;
  height: 90px;
}

.order__img--3 {
  background-image: url(../img/sprite.png);
  background-position: 0px -90px;
  width: 90px;
  height: 90px;
}

.order__num {
  position: relative;
}

.order__num::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 200px;
  height: 4px;
  margin-top: -2px;
  margin-left: -100px;
  content: '';
  background: #FA896E;
}

.order__num span {
  position: relative;
  z-index: 10;
  display: block;
  width: 32px;
  height: 32px;
  padding: 10px;
  margin: 0 auto 15px;
  font-family: "Outfit", serif;
  font-size: 16px;
  color: #131313;
  background: #fff;
  border-radius: 50%;
  /* -webkit-box-shadow: 0 12px 16px 0 rgba(115, 119, 174, 0.3); */
          /* box-shadow: 0 12px 16px 0 rgba(115, 119, 174, 0.3); */
}

.order__text {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
}

.order__btn {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(249, 158, 136, 0.2);
  border: 1px solid #FA896E;
    border-radius: 50px;
  -webkit-transition: background-color .5s, color .5s;
  -o-transition: background-color .5s, color .5s;
  transition: background-color .5s, color .5s;
}

.order__btn:hover {
  color: #fff;
  background: #FA896E;
}

.review__section {
  padding: 40px 0;
}

.review__title {
  margin-bottom: 30px;
  font-size: 27px;
  line-height: 1.2;
  text-align: center;
}

.review__title span {
  color: #FA896E;
  text-transform: uppercase;
}

.review__item {
  padding: 15px 25px 20px;
  margin: 0 15px 40px;
 background: rgba(250, 137, 110, 0.05);
  /* border-radius: 10px; */
  /* -webkit-box-shadow: 0 10px 20px 0 rgba(228, 156, 131, 0.3); */
          /* box-shadow: 0 10px 20px 0 rgba(228, 156, 131, 0.3); */
}

.review__item--content {
  position: relative;
  /* top: -30px; */
}

.review__ava {
  display: block;
  width: 62px;
  height: 62px;
  margin: 0 auto 10px;
  overflow: hidden;
  border: 2px solid #FA896E;
  border-radius: 50%;
}

.review__name {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #131313;
  text-align: center;
}

.review__age {
  margin-bottom: 15px;
  font-size: 16px;
  /* font-weight: 600; */
  color: #767676;
  text-align: center;
}

.review__rating {
  position: relative;
  display: table;
  width: 100px;
  height: 15px;
  margin: 0 auto 20px;
  background: url("../img/rating.png") bottom left repeat-x;
}

.review__rating::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 0;
  height: 15px;
  content: '';
  background: url("../img/rating.png") top left repeat-x;
}

.review__rating[data-rating="1"]:before {
  width: 20%;
}

.review__rating[data-rating="2"]:before {
  width: 40%;
}

.review__rating[data-rating="3"]:before {
  width: 60%;
}

.review__rating[data-rating="4"]:before {
  width: 80%;
}

.review__rating[data-rating="5"]:before {
  width: 100%;
}

.review__text {
  margin-bottom: 40px;
  font-size: 16px;
  font-style: italic;
  /* font-weight: 300; */
  line-height: 1.4;
  color: #000;
}

.review__vote {
  font-size: 12px;
  font-weight: 600;
  color: #495057;
  text-align: center;
}

.review__vote span {
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
}

.review__vote svg {
  width: 16px;
  height: 14px;
}

.review__vote--like {
  display: inline-block;
  margin-right: 10px;
}

.review__vote--like svg {
  fill: #FA896E;
}

.review__vote--dislike {
  display: inline-block;
}

.review__vote--dislike svg {
  margin-bottom: -2px;
  fill: #adb5bd;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.form {
  background: rgba(250,137,110,.25);
}

.form__section {
  padding: 40px 0 50px;
}

.form__title {
  margin-bottom: 5px;
  font-size: 36px;
  color: #FA896E;
  text-align: center;
}

.form__subtitle {
  margin-bottom: 10px;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  color: #000;
  margin-top: 30px;
  text-align: center;
}

.form__discount {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.form__content .header__logo--subtitle
{
	text-align: center;
}
.form__discount span {
  display: inline-block;
  padding: 5px;
  margin-top: 10px;
  margin-left: 5px;
  color: #fff;
  background: #FA896E;
  border-radius: 25px;
}

.form__price {
  margin-bottom: 20px;
}

.form__wrapper {
  max-width: 280px;
  margin: 0 auto;
}

.form__select {
  position: relative;
  margin-bottom: 10px;
  line-height: 1;
  background: #eedfd8;
  border: 2px solid #fff;
  border-radius: 50px;
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
}

.form__select:focus, .form__select:hover {
  border-color: #FA896E;
}

.form__select:focus:before, .form__select:hover::before {
  border-color: #FA896E;
}

.form__select::before {
  position: absolute;
  top: 15px;
  right: 25px;
  width: 15px;
  height: 15px;
  content: '';
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
		  z-index: 21;
}

.form__select select {
  position: relative;
  z-index: 20;
  width: 100%;
  padding: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  border-radius: 50px;
  text-transform: uppercase;
  background-color: #FDE7E2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form__input {
  margin-bottom: 10px;
  background: #FDE7E2;
  border: 2px solid #fff;
  border-radius: 50px;
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
}

.form__input:focus, .form__input:hover {
  border-color: #FA896E;
}

.form__input input {
  padding: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: #6c757d;
  text-transform: uppercase;
}

.form__input--wrapper {
  margin-bottom: 20px;
}

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

.form__prod {
  display: none;
}

.form__decor-text {
  display: none;
}

@media (min-width: 768px) {
  .wrapper__inner {
    max-width: none;
  }
  .container {
    width: 740px;
    max-width: none;
    padding: 0;
  }
  .container-slider {
    margin: 0;
  }
  .header {
    z-index: 20;
    background: url("../img/header__bg.jpg") center;
    background-size: cover;
  }
  .header::after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 6px;
    content: '';
    background: #FA896E;
  }
  /* .header__top { */
    /* border-color: rgba(255, 213, 199, 0.5); */
  /* } */
  .header__logo--subtitle {
    font-size: 14px;
  }
  .header__content {
    padding: 160px 220px 125px 70px;
  }
  .header__title {
    font-size: 120px;
  }
  .header__title span {
    display: inline;
  }
  .header__subtitle {
    font-size: 44px;
    font-weight: 400;
  }
  .header__subtitle span {
    display: inline;
  }
  .header__nav-toggle {
    display: none;
  }
  .header__nav {
    position: static;
    display: block;
    text-align: right;
    background: transparent;
  }
  .header__nav--list {
    position: static;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .header__nav--item {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0;
  }
  .header__nav--item:last-child {
    margin-right: 0;
  }
  .header__nav--item-link {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    letter-spacing: 4px;
  }
  .header__nav--item-link::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    display: block;
    width: 0;
    height: 2px;
    content: '';
    background: #FA896E;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
  }
  .header__nav--item-link:hover::after {
    width: 100%;
  }
  .header__btn {
    color: #000;
  }
  .header__btn--wrapper {
    margin-bottom: 90px;
    text-align: left;
  }
  .header__note {
    position: relative;
    display: inline-block;
    padding: 20px 30px;
    border: 1px solid #fff;
  }
  .header__note--text {
    margin-bottom: 5px;
    font-size: 24px;
    color: #000;
	font-weight: 300
  }
  .header__note--text span {
    font-weight: 600;
  }
  .header__note--caption {
    position: absolute;
    top: 0;
    left: -40px;
    font-size: 14px;
    /* font-weight: 300; */
    color: #FA896E;
    text-transform: uppercase;
    /* letter-spacing: 2px; */
    -webkit-transform: rotate(-90deg) translateX(-100%);
        -ms-transform: rotate(-90deg) translateX(-100%);
            transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }
  /* .header__note--caption::after { */
    /* position: absolute; */
    /* right: 0; */
    /* bottom: -10px; */
    /* display: block; */
    /* width: 200px; */
    /* height: 1px; */
    /* content: ''; */
    /* background: rgba(115, 119, 174, 0.5); */
  /* } */
  .header__video video {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .problem__section {
    padding: 70px 0 90px;
  }
  .problem__content {
    padding: 0 50px;
  }
  .problem__title {
    font-size: 46px;
  }
  .problem__subtitle {
    font-size: 24px;
  }
  .problem__items {
    font-size: 0;
    text-align: center;
  }
  .problem__item {
    display: inline-block;
  }
  .problem__item:nth-child(odd) {
    margin-right: 20px;
  }
  .about {
    margin-top: 0;
  }
  .about__section {
    position: relative;
    padding: 120px 0 140px;
  }
  .about__content {
    position: relative;
    z-index: 20;
    padding: 0 50px 0 250px;
  }
  .about__title {
    font-size: 36px;
  }
  .about__subtitle {
    font-size: 18px;
  }
  .about__prod {
    position: absolute;
    top: -20px;
    left: -200px;
    z-index: 10;
    display: block;
  }
  .about__img {
    display: none;
  }
  .description__heading--section {
    padding: 80px 0 350px;
  }
  .description__content {
    padding: 0 50px 0 250px;
  }
  .description__title {
    font-size: 46px;
  }

  .description__subtitle {
    color: #495057;
  }
  .description__items {
    margin-top: -280px;
    font-size: 0;
    text-align: center;
  }
  .description__item {
    display: inline-block;
    width: 220px;
    margin-right: 20px;
    vertical-align: top;
  }
  .description__item:last-child {
    margin-right: 0;
  }
  .description__decor-logo {
    top: 90px;
    margin-left: -800px;
	    display: block;
  }
  .description__decor-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    font-size: 200px;
    color: rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .test {
    display: block;
    /* background: #fafafa; */
  }
  .test__section {
    padding: 45px 0 90px;
  }
  .test__content {
    padding: 0 50px;
  }
  .test__title {
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 1.2;
    text-align: center;
  }
  .test__title span {
    display: inline-block;
    color: #FA896E;
  }
  .test__subtitle {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
  }
  .test__info {
    width: 700px;
    padding: 50px 0;
    margin: 0 auto;
    /* background: #fff; */
    border-radius: 10px;
    /* -webkit-box-shadow: 0 24px 36px 0 rgba(108, 117, 125, 0.2); */
            /* box-shadow: 0 24px 36px 0 rgba(108, 117, 125, 0.2); */
  }
  .test__info--title {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
  }
  .test__info--title span {
    color: #FA896E;
  }
  .test__text {
    position: relative;
    padding: 0 10px;
    font-size: 16px;
    color: #131313;
  }
  .test__text::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 5px;
    height: 5px;
    content: '';
    background: #FA896E;
    border-radius: 50%;
  }
  .test__progress {
    position: relative;
    width: 0;
    height: 18px;
    margin-bottom: 8px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: width 3s;
    -o-transition: width 3s;
    transition: width 3s;
  }
  .test__progress--num {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 600;
    color: inherit;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .test__progress--num::after {
    content: '%';
  }
  .test__progress:first-child {
    color: #FA896E;
    background: #FA896E;
  }
  .test__progress:last-child {
    color: #CEE6FC;
    background: #CEE6FC;
  }
  .test__legend {
    margin-left: 170px;
  }
  .test__legend--item {
    position: relative;
    display: inline-block;
    padding-left: 50px;
    margin-right: 10px;
  }
  .test__legend--item:last-child {
    margin-right: 0;
  }
  .test__legend--item:last-child::before {
    background: #CEE6FC;
  }
  .test__legend--item span {
    font-weight: 600;
  }
  .test__legend--item::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 5px;
    content: '';
    background: #FA896E;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .table {
    width: 100%;
    margin-bottom: 40px;
    border-spacing: 0;
    border-collapse: collapse;
  }
  .table__td--1 {
    width: 170px;
    padding: 20px 0;
  }
  .table__td--2 {
    padding: 0;
    border-left: 1px solid #adb5bd;
  }
 .benefit:after
{
	
	top: 40%;
}
  .benefit__section {
    padding: 120px 0;
  }
  .benefit__content {
    position: relative;
    z-index: 20;
	margin-left: 250px;
    /* padding: 0 50px 0 250px; */
	background: #fff;
	border: 1px solid #FA896E;
	padding: 60px 40px 40px 
  }
  .benefit__title {
    font-size: 64px;
    text-transform: uppercase;
	text-align: left;
  }
  .benefit__subtitle {
    font-size: 24px;
    text-transform: uppercase;
	text-align: left;
  }
  .benefit__text {
    font-size: 16px;
  }
  .benefit__prod {
    position: absolute;
    top: 80px;
    left: -200px;
    z-index: 10;
    display: block;
  }
  .benefit__btn--wrapper {
    text-align: left;
  }
   .benefit__img {
    display: none;
  }
  .result__title {
    font-size: 46px;
  }
  .result__group {
    font-size: 0;
  }
  .result__img--before {
  
  font-size: 22x;
}

.result__img--after { 
  font-size: 22px;
}
  .result__group--border {
    padding-bottom: 20px;
    border-bottom: 1px solid #adb5bd;
  }
  .result__group--item {
    display: inline-block;
    width: calc(50% - 10px);
    margin-right: 20px;
    vertical-align: top;
  }
  .result__group--item:last-child {
    margin-right: 0;
  }
  .result__name--left {
    text-align: left;
  }
  .result__text--width {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .result__text--left {
    text-align: left;
  }
  .result__caption--left {
    text-align: left;
  }
  .result__caption--right {
    text-align: right;
  }
  .expert {
    position: relative;
    z-index: 10;
  }
  .expert__inner {
    position: relative;
    overflow: hidden;
  }
  .expert__img {
  width: 134px;
  height: 134px;
}
  .expert__section {
    padding: 90px 0 230px;
  }
  .expert__content {
    position: relative;
    z-index: 20;
    padding-right: 50px;
  }
  .expert__table {
    display: table;
    width: 100%;
  }
  .expert__cell {
    display: table-cell;
    vertical-align: top;
  }
  .expert__cell:first-child {
    width: 30%;
	padding-right: 10px;
  }
  .expert__decor-text {
    position: absolute;
    bottom: -24px;
    left: 0;
    z-index: 5;
    display: block;
    font-size: 180px;
    color: rgba(250, 137, 110, 0.2);
    text-transform: uppercase;
    white-space: nowrap;
    cursor: default;
  }
  .expert__name
  {
	  font-size: 24px;
  }
  .expert__btn--wrapper {
    text-align: left;
  }
  .composition {
    position: relative;
    overflow: hidden;
  }
  .composition__section {
    position: relative;
    z-index: 20;
    padding: 90px 0;
  }
  .composition__section::before {
    top: -20px;
    left: -100px;
  }
  .composition__content {
    padding: 0 50px;
  }
  .composition__title {
    margin-left: 0;
    font-size: 46px;
    text-align: center;
  }
  .composition__items {
    font-size: 0;
  }
  .composition__item {
	  display: inline-block;
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
    vertical-align: top;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .composition__item:nth-child(even)
  {
	  margin-right: 0;
  }
  
  .composition__item:last-child .composition__text:last-child
  {
	  border: none;
  }
  
 
  .composition__name {
    font-size: 16px;
  }
  .order__section {
    position: relative;
    padding: 100px 0 60px;
  }
  /* .order__section::after { */
    /* position: absolute; */
    /* top: 0; */
    /* left: 50%; */
    /* z-index: 5; */
    /* display: block; */
    /* width: 500px; */
    /* height: 100%; */
    /* content: ''; */
    /* background: #e1c8bb; */
    /* -webkit-transform: translateX(-50%) skew(-15deg); */
        /* -ms-transform: translateX(-50%) skew(-15deg); */
            /* transform: translateX(-50%) skew(-15deg); */
  /* } */
  .order__content {
    padding: 0 50px;
  }
  .order__title {
    position: relative;
    z-index: 20;
    margin-bottom: 30px;
    font-size: 46px;
	color: #000;
  }
  .order__title span {
    display: inline;
  }
  .order__items {
    position: relative;
    z-index: 20;
  }
  .order__item {
    display: inline-block;
    width: 230px;
    vertical-align: top;
  }
  .order__img {
  
  transform: none;
}
  .review__section {
    padding: 70px 0;
  }
  .review__content {
    padding: 0 50px;
  }
  .review__title {
    font-size: 46px;
  }
  .review__items {
    font-size: 0;
  }
  .review__item {
    width: 600px;
    padding: 30px;
    margin: 0 auto 20px;
    vertical-align: top;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .review__item--content {
    top: auto;
  }
  .review__table {
    display: table;
    width: 100%;
  }
  .review__cell {
    display: table-cell;
    vertical-align: top;
  }
  .review__cell:first-child {
    width: 62px;
  }
  .review__cell:last-child {
    padding-left: 30px;
  }
  .review__name {
    display: inline-block;
    margin-right: 5px;
    text-align: left;
  }
  .review__name::after {
    content: ', ';
  }
  .review__age {
    display: inline-block;
  }
  .review__rating {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
    font-size: 14px;
  }
  .review__vote {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .form {
    position: relative;
  }
  .form__section {
    position: relative;
    z-index: 20;
    padding: 90px 0 100px;
  }
  .form__content {
    position: relative;
    z-index: 20;
    padding: 0 50px 0 50%;
  }
  .form__title {
    font-size: 48px;
  }
  .form__subtitle {
    font-size: 48px;
  }
  .form__wrapper {
    margin-right: 0;
    margin-left: 0;
  }
  .form__btn--wrapper {
    text-align: left;
  }
  .form__prod {
    position: absolute;
    top: 50%;
    left: -100px;
    z-index: 10;
    display: block;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .form__img {
    display: none;
  }
  .form__decor-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    font-size: 200px;
    color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .form__title, .form__content .header__logo--subtitle
  {
	  text-align: left;
  }
  .form__subtitle
  {
	  font-size: 30px;
	  text-align: left;
  }
  .form__discount
  {
	  font-size: 24px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
  .header__content {
    padding-right: 440px;
  }
  /* .header__video video { */
    /* -webkit-transform: translateX(0); */
        /* -ms-transform: translateX(0); */
            /* transform: translateX(0); */
  /* } */
  .problem__title span {
    display: inline;
  }
  .problem__subtitle {
    padding: 0 100px;
  }
  .problem__item {
    width: 255px;
    margin-right: 20px;
  }
  .problem__item:nth-child(odd) {
    margin-right: 20px;
  }
  .problem__item:last-child {
    margin-right: 0;
  }
  .about__content {
    padding-left: 350px;
  }
  .about__prod {
    left: -100px;
  }
  .description__content {
    padding-left: 350px;
  }
  .description__item {
    width: 350px;
  }
  .description__decor-text {
    font-size: 220px;
  }
  .test__info {
    width: 920px;
  }
  .benefit__content {
   margin-left: 350px;
	padding: 60px 40px 40px 90px;
  }
  .benefit__prod {
    left: -100px;
  }
  .result__group {
    width: 920px;
    margin: 0 auto;
  }
  .composition__section::before {
    display: none;
  }
  .composition__item {
    
    display: flex;
    position: relative;
    z-index: 20;
  }
   .composition__item:not(:last-child)
  {
	      padding: 0 175px 0 0;
    
  }
  .composition__item:not(:last-child) .composition__img
  {
	  -webkit-box-ordinal-group: 3;
	      -ms-flex-order: 2;
	          order: 2;
	  -ms-flex-negative: 0;
	      flex-shrink: 0;
	  margin-left: 20px;
  }
  .composition__item:last-child {
    
	text-align: left;
	position: absolute;
	top: 0;
	padding: 25px 0 0 167px;
	display: inline-block;
	right: 0;
  }
  .composition__items--wrapper {
    position: relative;
  }
  .composition__item {
    text-align: right;
    background: transparent;
  }
  .composition__item:last-child .composition__img
  {
	  display: inline-block;
	  margin-right: 20px;
	  vertical-align: middle;
  }
  .composition__item:last-child .composition__name
  {
	  display: inline-block;
	  vertical-align: middle;
  }
  /* .composition__item--1 { */
    /* padding: 0 80px 0 40px; */
  /* } */
  /* .composition__item--2 { */
    /* padding: 40px 50px 0 90px; */
  /* } */
  /* .composition__item--3 { */
    /* padding: 0 140px 0 25px; */
  /* } */
  /* .composition__item--4 { */
    /* padding: 25px 25px 25px 140px; */
  /* } */
  /* .composition__item--5 { */
    /* padding: 0 25px 25px 60px; */
  /* } */
  /* .composition__item--6 { */
    /* padding: 30px 25px 0 60px; */
  /* } */
  /* .composition__name::after { */
    /* content: ' - '; */
  /* } */
  .composition__img {
    text-align: left;
  }
  .composition__img svg {
    width: 40px;
    height: 40px;
  }
  .composition__decor-logo {
    position: absolute;
    top: -100px;
    bottom: -100px;
    left: 50%;
    display: block;
    width: 900px;
    margin-left: -800px;
  }
  .composition__decor-logo svg {
    fill: #fff;
  }
  .composition__decor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -100px;
    display: block;
    width: 400px;
    margin: 120px auto 0;
  }
  .order__item {
    margin-right: 70px;
  }
  .order__item:last-child {
    margin-right: 0;
  }
  .form__prod {
    left: 0;
  }
  .form__decor-text {
    font-size: 220px;
  }
}

@media (min-width: 1200px) {
  .wrapper__inner {
    /* max-width: 1440px; */
  }
  .container {
    width: 1170px;
  }
  .header__video video {
    width: 100%;
    height: auto;
  }
  .about__content {
    padding-left: 450px;
  }
  .about__prod {
    left: 0;
  }
  .description {
    position: relative;
  }
  .description__content {
    position: relative;
    z-index: 50;
    padding-left: 450px;
  }
  .description__items {
    position: relative;
    z-index: 50;
  }
  .description__decor-text {
    font-size: 320px;
  }
  .description__decor {
    position: absolute;
    z-index: 15;
    display: block;
  }
  .description__decor--1 {
    top: 60%;
    left: -3%;
    width: 90px;
  }
  .description__decor--1 img {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .description__decor--2 {
    top: 30%;
    left: 30%;
  }
  .description__decor--3 {
    top: -5%;
    left: 50%;
    width: 70px;
  }
  .description__decor--3 img {
    -webkit-transform: rotate(160deg);
        -ms-transform: rotate(160deg);
            transform: rotate(160deg);
  }
  .description__decor--4 {
    top: 50%;
    right: -1%;
    width: 50px;
  }
  .description__decor--4 img {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .description__decor--5 {
    top: 60%;
    right: 10%;
  }
  .description__decor--5 img {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .description__decor--6 {
    top: 0;
    right: -4%;
  }
  .description__decor--7 {
    top: 40%;
    left: 22%;
    width: 90px;
  }
  .description__decor--7 img {
    -webkit-transform: rotate(95deg);
        -ms-transform: rotate(95deg);
            transform: rotate(95deg);
  }
  .description__decor--8 {
    top: 25%;
    right: 5%;
  }
  .description__decor--9 {
    top: -10%;
    left: 7%;
  }
  .description__decor--10 {
    top: 20%;
    left: 10%;
  }
  .benefit__content {
    margin-left: 450px;
	
  }
  .benefit__prod {
    left: 0;
  }
  .expert__decor {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    display: block;
    margin-left: 500px;
  }
  
  /* .composition__item--1 { */
    /* padding: 0 80px 0 40px; */
  /* } */
  /* .composition__item--2 { */
    /* padding: 40px 50px 0 120px; */
  /* } */
  /* .composition__item--3 { */
    /* padding: 0 160px 0 25px; */
  /* } */
  /* .composition__item--4 { */
    /* padding: 25px 25px 25px 220px; */
  /* } */
  /* .composition__item--5 { */
    /* padding: 0 90px 25px 60px; */
  /* } */
  /* .composition__item--6 { */
    /* padding: 10px 25px 0 190px; */
  /* } */
  .composition__img svg {
    width: 60px;
    height: 60px;
  }
  .composition__decor-logo {
    position: absolute;
    top: -100px;
    bottom: -100px;
    left: 50%;
    display: block;
    width: 900px;
    margin-left: -800px;
  }
  .composition__decor-logo svg {
    fill: #fff;
  }
  .composition__decor {
    width: 432px;
    margin: 20px auto 0;
  }
  .review__items {
    font-size: 0;
  }
  .review__item {
    display: inline-block;
    width: calc(50% - 10px);
  }
  .review__item:nth-child(odd) {
    margin-right: 20px;
  }
  .review__item--content {
    height: 100%;
  }
  .form__decor-text {
    font-size: 320px;
  }
}
