@charset "UTF-8";

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

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

html,
body {
  height: 100%;
}

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

.container {
  position: relative;
  overflow: hidden;
  opacity: 1;
}

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

picture {
  position: relative;
  display: block;
}

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

ul {
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
  outline: none;
}

select.inp {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../img/select.png) no-repeat 94% center;
}

select.inp option {
  color: #000;
}

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

input::-webkit-input-placeholder {
  color: #3F4043;
}

input::-moz-placeholder {
  color: #3F4043;
}

input:-ms-input-placeholder {
  color: #3F4043;
}

.inp {
  position: relative;
  display: block;
  border: 1px solid #3F4043;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  background-color: #fff;
  width: 100%;
  height: 52px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 18px;
  color: #3F4043;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
}

.only-desktop {
  display: none !important;
}

.s-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.righteous {
  font-family: 'Righteous', cursive;
  font-weight: normal;
  text-transform: none;
  text-align: center;
}

.btn {
  position: relative;
  display: block;
  margin: 25px auto;
  width: 100%;
  padding: 20px 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #e38930;
  background: -webkit-gradient(linear, left top, right top, from(#e38930), to(#dd3500));
  background: -webkit-linear-gradient(left, #e38930 0%, #dd3500 100%);
  background: -o-linear-gradient(left, #e38930 0%, #dd3500 100%);
  background: linear-gradient(to right, #e38930 0%, #dd3500 100%);
  cursor: pointer;
  outline: none;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
  z-index: 9;
}

.btn:hover,
.btn:active {
  -webkit-box-shadow: 0 0 10px #EA2231;
  box-shadow: 0 0 10px #EA2231;
}

.price-tag {
  position: absolute;
  padding: 20px 0;
  /* padding-left: 30px; */
  z-index: 1;
}

.price-tag:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  background-color: #dd3500;
  width: 107px;
  height: 107px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}

.price-tag .old-price {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-decoration: line-through;
  margin-top: -10px;
}

.price-tag .new-price {
  display: block;
  font-size: 50px;
  line-height: 0.8;
  color: #fff;
}

.icon-sprite {
  display: none;
}

.inline-svg-icon {
  display: block;
}

.inline-img-icon {
  display: block;
  height: 47px;
  margin-left: 16px;
}

.cls-1 {
  fill: #000;
  fill-rule: evenodd;
}

.cls-2 {
  fill: white;
  stroke: black;
  stroke-linejoin: round;
  stroke-width: 0.7px;
  fill-rule: evenodd;
}

.st0 {
  fill: none;
  stroke: #000000;
}

.st1 {
  fill: none;
  stroke: #000000;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Header */
.header {
  background: #fff url(../img/points-pattern.png) repeat center;
}

.header .s-title {
  margin-bottom: 20px;
}

.header .s-title span {
  font-size: 55px;
  margin-bottom: 5px;
}

.header .sub-title {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
}

/* .header__bottom .btn {
    position: absolute;
  } */

.header__top {
  position: relative;
  padding: 15px 0 0;
}

.header__top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 992px;
  height: 100%;
  background: url(../img/header-pattern.jpg) repeat center;
}

.header__top .header__img {
  position: relative;
  min-height: 310px;
}

.header__top .price-tag {
  position: absolute;
  right: 0px;
  top: -5px;
  width: 107px;
  /* min-width: 140px; */
}

.header__top .img-product {
  position: absolute;
  top: 40px;
  left: -80px;
  z-index: 2;
  z-index: 0;
}

.header__top .img-product img {
  max-width: 405px;
}

.header__top .product-tabs {
  position: absolute;
  bottom: 25px;
  left: 225px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}

.header__top .product-tabs picture {
  margin: 0 5px;
}

.header__bottom {
  padding: 5px 0 20px;
}

.header__list li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 15px;
  display: flex;
  min-height: 48px;
  align-items: center;
}

.header__list .list-icon {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.header__list .list-icon .inline-svg-icon {
  margin-left: 20px;
  width: 38px;
  height: 39px;
}

.header__list .list-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #eba34b;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  z-index: -1;
}

/* Help section */
.help {
  background: #e38930 url(../img/points-pattern2.png) repeat center;
}

.help .s-title {
  margin-bottom: 30px;
}

.help__top {
  position: relative;
  min-height: 260px;
}

.help__top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 992px;
  height: 100%;
  background-image: url(../img/help-decor-mob.jpg);
  background-repeat: no-repeat;
  background-position: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.help__bottom {
  padding: 40px 0 0;
}

.help__list {
  padding-bottom: 15px;
}

.help__list li {
  position: relative;
  padding-left: 15px;
  padding-right: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.help__list li {
  border-bottom: 1px solid #000;
}

.help__list li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #000;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.help__footnote {
  position: relative;
  padding: 40px 0 35px;
}

.help__footnote:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 992px;
  height: 100%;
  background-color: #e38930;
}

.help__footnote p {
  position: relative;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.45;
}

.help__footnote p:after {
  content: '';
  position: absolute;
  bottom: -64px;
  left: 25px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #e38930;
}

/* Banner section */
.banner {
  background-image: url(../img/banner-bg-mob.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 50px 0 45px;
}

.banner .s-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.35;
  color: #fff;
}

/* Enemy section */
.enemy {
  background: #fff url(../img/points-pattern.png) repeat center;
  padding-top: 50px;
}

.enemy .s-title {
  margin-bottom: 15px;
}

.enemy .s-title span {
  display: block;
  font-size: 72px;
  line-height: .9;
}

.enemy__content {
  position: relative;
  padding: 20px 10px;
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: -70px;
  z-index: 2;
}

.enemy__list {
  padding: 15px 0 5px;
}

.enemy__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 65px;
  padding-left: 75px;
  margin-bottom: 5px;
}

.enemy__list li span {
  font-weight: bold;
  font-size: 16px;
}

.enemy-icon {
  width: 49px;
  max-width: none;
  margin: -5px 0 -5px 13px;
}

.enemy__list .list-icon {
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #e38930;
}

.enemy__list .list-icon .inline-svg-icon {
  width: 52px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.enemy__list .list-icon .number {
  position: absolute;
  z-index: 2;
  top: -10px;
  left: -10px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background-color: #000;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* Preview section */
.preview .s-title {
  margin-bottom: 20px;
  font-weight: bold;
}

.preview .s-title span {
  display: block;
  font-size: 57px;
  line-height: .8;
  margin-bottom: 20px;
}

.preview__top {
  position: relative;
}

.preview__top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 992px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/preview-top-back-mob.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.preview__img {
  padding: 45px 0 0;
  position: relative;
  min-height: 300px;
}

.preview__prod {
  position: absolute;
  bottom: -23px;
  left: 100px;
}

.preview__prod img {
  max-width: none;
}

.preview__prod-front {
  position: absolute;
  bottom: -95px;
  left: -80px;
}

.preview__prod-front img {
  max-width: none;
}

.preview__bottom {
  position: relative;
  padding: 50px 0 15px;
  color: #fff;
  z-index: 2;
}

.preview__bottom .s-title {
  font-size: 20px;
}

.preview__bottom:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 992px;
  height: 100%;
  background: #EC5856 url(../img/preview-pattern.jpg) repeat center;
  z-index: -1;
}

.preview__bottom p {
  margin-bottom: 25px;
}

/* Video section */
.video {
  padding: 50px 0;
  background: #fff url(../img/points-pattern.png) repeat center;
}



.video .s-title {
  margin-bottom: 10px;
}

.video__player {
  position: relative;
}

.video__player .avid {
  display: block;
  width: 100%;
  height: auto;
}

.video__player .poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/poster-mob.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 2;
  cursor: pointer;
}

.video__player .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/play.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 52px;
  height: 52px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.video__player .play:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.video .box {
  overflow: hidden;
}

.video__slider {
  padding: 30px 0;
}

.video__slider .slick-prev,
.video__slider .slick-next {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 85px;
  left: auto;
  right: 5px;
  width: 29px;
  height: 20px;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 5;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
}

.video__slider .slick-prev:hover,
.video__slider .slick-next:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.video__slider .slick-prev:before,
.video__slider .slick-next:before {
  content: '';
}

.video__slider .slick-prev {
  background: url(../img/prev.png) no-repeat center;
  right: 45px;
}

.video__slider .slick-next {
  background: url(../img/next.png) no-repeat center;
}

.video__slider .slick-dots {
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.video__slider .slick-dots li {
  position: relative;
  background-color: #fff;
  margin: 0;
  width: auto;
  height: auto;
}

.video__slider .slick-dots:before {
  content: '';
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background-color: #000;
  z-index: -1;
}

.video__slider .slick-dots li button {
  padding: 0;
  margin: 0 5px;
}

.video__slider .slick-dots li button:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
  opacity: 1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #000;
}

.video__slider .slick-dots li.slick-active button:before {
  font-size: 0;
  opacity: 1;
  background-color: #fff;
}

.composition .slick-dots li.slick-active button:before {
  opacity: 0;
}

.video__slider .slide {
  padding: 0 5px;
  height: 310px;
}

.video__slider .slide.slide--1 .inline-svg-icon {
  width: 140px;
  height: 130px;
}

.video__slider .slide.slide--2 .inline-svg-icon {
  width: 70px;
  height: 120px;
  margin-left: 50px;
}

.video__slider .slide.slide--3 .inline-svg-icon {
  width: 80px;
  height: 130px;
  margin-left: 50px;
}

.video__slider .slide.slide--4 .inline-svg-icon {
  width: 80px;
  height: 130px;
  margin-left: 30px;
}

.video__slider .slide.slide--5 .inline-svg-icon {
  width: 60px;
  height: 130px;
  margin-left: 50px;
}

.video__slider .slide__img {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  z-index: 1;
}

.video__slider .slide__img:after,
.video__slider .slide__img:before {
  content: '';
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.video__slider .slide__img:after {
  top: 10px;
  left: -4px;
  width: 96px;
  height: 96px;
  z-index: -1;
  background-color: rgba(235, 163, 75, 0.7);
}

.video__slider .slide__img:before {
  top: 49%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 116px;
  height: 116px;
  z-index: -2;
  background-color: #e38930;
}

.video__slider .slide__caption {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 15px;
}

/* Composition section */
.composition {
  background: #8F5B8C url(../img/composition-pattern.jpg) repeat center;
}

.composition .s-title {
  margin-bottom: 35px;
}

.composition .s-title span {
  display: block;
  font-size: 50px;
  line-height: .9;
  /* margin-bottom: 15px; */
  margin-left: -10px;
}

.composition .s-title span>b {
  position: relative;
  padding-right: 35px;
  display: inline-block;
}

/* .composition .s-title span > b:after {
          content: '';
          position: absolute;
          top: 57%;
          right: 0px;
          width: 30px;
          height: 3px;
          background-color: #fff;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } */
.composition .sub-title {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 35px;
}

.composition__top {
  padding: 50px 0 45px;
  color: #fff;

}

.composition__footnote {
  color: #000;
  font-style: italic;
  position: relative;
}

.composition__bottom {
  position: relative;
  margin-top: 65px;
}

.composition__slider-description {
  margin-bottom: 70px;
}

.composition__slider-description .slick-prev,
.composition__slider-description .slick-next {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
  bottom: -425px;
  /* bottom: -45px; */
  right: auto;
  left: 5px;
  width: 29px;
  height: 20px;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 5;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
}

.composition__slider-description .slick-prev:hover,
.composition__slider-description .slick-next:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.composition__slider-description .slick-prev:before,
.composition__slider-description .slick-next:before {
  content: '';
}

.composition__slider-description .slick-prev {
  background: url(../img/prev-white.png) no-repeat center;
}

.composition__slider-description .slick-next {
  background: url(../img/next-black.png) no-repeat center;
  left: 50px;
}

.composition__slider-description .slide {
  padding: 0 5px;
}

.composition__slider-description .slide__caption {
  font-weight: 800;
  margin-bottom: 15px;
}

.web {
  display: none;
}


@media only screen and (min-width: 992px) {
  .composition {
    height: auto
  }
  .web {
    display: block;
  }
  .wap {
    display: none;
  }
  .composition__slider-description .slick-prev,
  .composition__slider-description .slick-next {
    bottom: -45px;
  }

  .composition__bottom,
  .composition__footnote {
    position: static;
    margin-top: 0;
  }
}

.composition__slider-img .slick-list {
  overflow: visible;
}

.composition__slider-img .slide {
  position: relative;
  min-height: 370px;
}

.composition__slider-img .slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 992px;
  height: 100%;
}

.composition__slider-img .slide.slide--1:before {
  background-image: url(../img/composition-slide1-mob.jpg);
}

.composition__slider-img .slide.slide--2:before {
  background-image: url(../img/composition-slide2-mob.jpg);
}

.composition__slider-img .slide.slide--3:before {
  background-image: url(../img/composition-slide3-mob.jpg);
}

.composition__slider-img.slick-dotted.slick-slider {
  margin: 0;
}

.composition__slider-img .slick-dots {
  top: -72px;
}


.composition__slider-img .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 8px;
}

.composition__slider-img .slick-dots li button {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #1F1F1F;
  transition: 0.4s;
}

.composition .slick-dots li button:focus:before, .slick-dots li button:before {
  opacity: 0 !important;
}
.composition .slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 0 !important;
}

.composition__slider-img .slick-dots li.slick-active button {
  background: #fff;
}

/* Effect section */
.effect {
  background: #fff url(../img/points-pattern.png) repeat center;
}

.effect .s-title {
  margin-bottom: 20px;
}

.effect .sub-title {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.effect__top {
  padding: 55px 0;
  color: #fff;
  background-image: url(../img/effect-bg-mob.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

.effect__img {
  position: relative;
  min-height: 350px;
}

.effect__img .img-product {
  position: absolute;
  bottom: 74px;
  left: -30px;
}

.effect__img .img-product img {
  max-width: none;
}

.effect__img .cup {
  position: absolute;
  bottom: 50px;
  right: -128px;
}

.effect__img .cup img {
  max-width: none;
}

.effect__list {
  display: block;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 22px 20px;
  margin-top: -150px;
  margin-bottom: -500px;
}

.effect__list li {
  position: relative;
  padding-left: 70px;
}

.effect__list li:not(:last-child) {
  margin-bottom: 15px;
}

.effect__list .list-icon {
  position: absolute;
  top: 5px;
  left: 0;
  width: 56px;
  height: 56px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.effect__list .list-icon {
  background-color: #e38930;
}

/* .effect__list .list-icon.icon--violet {
      background-color: #e38930; } */
.effect__list .list-icon.icon--violet .inline-svg-icon {
  width: 180px;
  top: 70%;
}

/* .effect__list .list-icon.icon--orange {
      background-color: #F78C19; }
    .effect__list .list-icon.icon--blue {
      background-color: #5293EC; }
    .effect__list .list-icon.icon--red {
      background-color: #E42425; } */
.effect__list .list-icon.icon--red .inline-svg-icon {
  top: 60%;
  left: 65%;
}

/* .effect__list .list-icon.icon--green {
      background-color: #1DCC01; } */
.effect__list .list-icon.icon--green .inline-svg-icon {
  top: 55%;
  left: 60%;
}

/* .effect__list .list-icon.icon--yellow {
      background-color: #EDD616; } */
.effect__list .list-icon.icon--yellow .inline-svg-icon {
  left: 55%;
}

/* .effect__list .list-icon.icon--pink {
      background-color: #F14BBC; } */
.effect__list .list-icon.icon--pink .inline-svg-icon {
  top: 57%;
  left: 47%;
}

.effect__list .list-icon .inline-svg-icon {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Result section */
.result {
  background: #fff url(../img/points-pattern.png) repeat center;
  padding-top: 30px;
}

.result .s-title {
  margin-bottom: 15px;
}

.result__top {
  margin-bottom: 30px;
}

.result__top p {
  margin-bottom: 20px;
}

.result__bottom {
  margin-bottom: -160px;
}

.result__slider {
  position: relative;
  z-index: 3;
  padding-bottom: 70px;
}

.result__slider .slick-prev,
.result__slider .slick-next {
  top: auto;
  bottom: 0;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1F1F1F;
  border: 1px solid #000;
  width: 48px;
  height: 48px;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
}

.result__slider .slick-prev:hover,
.result__slider .slick-next:hover {
  border: 1px solid #fff;
}

.result__slider .slick-prev:before,
.result__slider .slick-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 29px;
  height: 20px;
  opacity: 1;
}

.result__slider .slick-prev {
  left: -webkit-calc(50% - 25px);
  left: calc(50% - 25px);
}

.result__slider .slick-next {
  left: -webkit-calc(50% + 25px);
  left: calc(50% + 25px);
}

.result__slider .slick-prev:before {
  background: url(../img/prev.png) no-repeat center;
}

.result__slider .slick-next:before {
  background: url(../img/next.png) no-repeat center;
}

.result__slider .slide {
  border: 1px solid #000;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 5px;
  height: 504px;
}

.result__slider .slide__head {
  position: relative;
  padding: 15px 0 15px 75px;
  margin-bottom: 5px;
}

.result__slider .slide__head .rate {
  margin-top: 2px;
}

.result__slider .slide__head .ava {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.result__slider .slide__head .ava img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000;
}

.result__slider .slide__head .ava:after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: -5px;
  background: url(../img/user-tag.png) no-repeat center;
  width: 24px;
  height: 24px;
  z-index: 1;
}

.result__slider .slide__body img {
  margin-top: 10px;
}

/* Want section */
.want {
  background-color: #eba34b;
  color: #fff;
}

.want__top {
  position: relative;
}

.want__top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  /* background-image: url(../img/want-bg-mob.jpg); */
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 992px;
  height: 100%;
}

.want__img {
  position: relative;
  min-height: 135px;
}

.want__product {
  visibility: hidden;
  position: absolute;
  bottom: 5px;
  left: 17px;
}

.want__bottom {
  padding: 55px 0 45px;
}

.want__footnote {
  font-style: italic;
  color: #000;
}

/* Expert section */
.expert {
  background: #EC5856 url(../img/preview-pattern.jpg) repeat center;
}

.expert .s-title {
  line-height: 1.3;
  margin-bottom: 30px;
}

.expert .sub-title {
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.expert__top {
  position: relative;
  min-height: 318px;
}

.expert__top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/expert-decor-mob.jpg);
  background-repeat: no-repeat;
  background-position: center;
  width: 992px;
  height: 100%;
}

.expert__bottom {
  padding: 50px 0 30px;
  color: #fff;
}

.expert__bottom p {
  margin-bottom: 20px;
}

/* Steps section */
.steps {
  background: #eba34b url(../img/points-pattern2.png) repeat center;
}

.steps__top {
  position: relative;
  height: 364px;
}

.steps__top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 775px;
  height: 364px;
  background-image: url(../img/steps-back-mob.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.steps__img {
  min-height: 365px;
  position: relative;
}

.steps__img .img-product {
  position: absolute;
  bottom: 38px;
  left: -25px;
}

.steps__bottom {
  position: relative;
  color: #fff;
  padding: 50px 0 25px;
  z-index: 1;
}

.steps__bottom:after {
  content: '';
  position: absolute;
  top: 0;
  left: 40px;
  width: 992px;
  height: 100%;
  background-color: #e38930;
  z-index: -1;
}

.steps__list {
  padding: 27px 0 0;
}

.steps__list li {
  position: relative;
  min-height: 120px;
  margin-bottom: 20px;
  padding-left: 100px;
}

.steps__list li:nth-child(2) .list-icon .inline-svg-icon {
  left: 32px;
}

.steps__list li:nth-child(3) .list-icon .inline-svg-icon {
  left: 38px;
}

.steps__list li:nth-child(4) .list-icon .inline-svg-icon {
  left: 30px;
}

.steps__list .list-icon {
  position: absolute;
  top: 10px;
  left: -30px;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background: #f1be81;
}

.steps__list .list-icon .inline-svg-icon {
  width: 80px;
  height: 80px;
  position: relative;
  left: 27px;
  z-index: 3;
}

.steps__list .number {
  position: absolute;
  top: 1px;
  left: 1px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #000;
  font-weight: bold;
}

/* Review section */
.review {
  padding: 50px 0;
  background: #fff url(../img/points-pattern.png) repeat center;
}

.review .s-title {
  margin-bottom: 10px;
}

.review .review__footer,
.review .btn-more,
.review .cut-message {
  display: none;
}

.review__header {
  background-color: #fff;
  padding: 20px 0;
  border-bottom: none;
}
.review__body {
  min-height: 780px;
}
.review__item {
  background-color: #fff;
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.review .slick-dots li button {
  border-radius: 50%;
  background: #000;
  transition: 0.4s;
}
.review .slick-dots li.slick-active button {
  background: #e38930;
}

.review .slick-dots {
  bottom: -40px;
}

.review  .slick-prev,
.review  .slick-next {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
  bottom: -40px;
  left: 40px;
  width: 29px;
  height: 20px;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 5;
  -webkit-transition: .5s ease all;
  -o-transition: .5s ease all;
  transition: .5s ease all;
}

.review .slick-prev:hover,
.review .slick-next:hover {
  transform: scale(0.9);
}

.review .slick-prev:before,
.review .slick-next:before {
  content: '';
}
.review .slick-prev {
  background: url(../img/next2.png) no-repeat center;
}

.review .slick-next {
  background: url(../img/next-black.png) no-repeat center;
  left: auto;
  right: 40px;
}

.review__item-head {
  position: relative;
  padding-left: 80px;
  margin-bottom: 15px;
}

.review__item-head .ava {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.review__item-head .ava img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.review__item-head .author p {
  font-weight: bold;
  margin-bottom: 5px;
}

.review__item-head .author .shield {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #5CA209;
  padding-left: 25px;
}

.review__item-head .author .shield:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/shield.png) no-repeat center;
  width: 18px;
  height: 21px;
}

.review__item-body .rate-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.review__item-body .rate-info span {
  color: #B8B8B8;
  padding-left: 5px;
}

.review__item-body .review__comm {
  margin-top: 10px;
}

/* Order section */
.order {
  background-image: url(../img/order-bg-mob.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 45px 0 0;
}

.order .s-title {
  color: #fff;
  margin-bottom: 30px;
}

.order__list {
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  padding: 20px 15px;
  margin-bottom: -100px;
  z-index: 2;
}

.order__list li:not(:last-child) {
  margin-bottom: 20px;
}

.order__list .list-icon {
  position: relative;
  width: 88px;
  height: 88px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.order__list .list-icon {
  background-color: #f1be81
}

/* .order__list .list-icon.icon--violet {
      background-color: #954998; }
    .order__list .list-icon.icon--orange {
      background-color: #F78C19; }
    .order__list .list-icon.icon--blue {
      background-color: #5293EC; }
    .order__list .list-icon.icon--red {
      background-color: #E42425; } */
.order__list .list-icon .inline-svg-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.order__list .list-icon .number {
  position: absolute;
  top: -7px;
  left: 1px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #1F1F1F;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}

.oreder-icon {
  height: 88px;
  margin-left: 15px;
}


.steps-icon {
  height: 63px;
  margin: 13px 0 0 49px; 
}

/* Footer section */
.footer {
  background: #fff url(../img/points-pattern.png) repeat center;
}

.footer .s-title {
  margin-bottom: 25px;
}

.footer .s-title span {
  font-size: 57px;
  line-height: 1;
}

.footer .sub-title {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.footer__top {
  position: relative;
  padding: 135px 0 23px;
  z-index: 1;
}

.footer__top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/header-pattern.jpg) repeat center;
  width: 992px;
  height: 100%;
  z-index: -1;
}

.footer__top .footer__img {
  position: relative;
  min-height: 310px;
}

.footer__top .discount-tag {
  /* text-align: right; */
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: -15px;
  color: #fff;
}

.footer__top .discount-tag span {
  max-width: 130px;
  text-align: left;
  display: inline-block;
}

.footer__top .price-tag {
  position: absolute;
  right: 10px;
  top: -50px;
  /* top: 0; */
  width: 107px;
  /* padding: 10px 0 10px 30px;  */
}

.footer__top .price-tag .new-price {
  line-height: .8;
}

.footer__top .img-product {
  position: absolute;
  top: 23px;
  left: -121px;
  z-index: 0;
}

.footer__top .img-product img {
  max-width: none;
}

.footer__top .product-tabs {
  position: absolute;
  bottom: 25px;
  left: 219px;
  flex-direction: column;
  /* left: 145px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}

.footer__top .product-tabs picture {
  margin: 0 5px;
}

.footer__bottom {
  position: relative;
  padding: 45px 0 55px;
}

.footer__list li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 15px;
  display: flex;
  min-height: 48px;
  align-items: center;
}

.footer__list .list-icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.footer__list .list-icon .inline-svg-icon {
  margin-left: 20px;
  width: 38px;
  height: 39px;
}

.footer__list .list-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #eba34b;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  z-index: -1;
}

.order__form .form__field {
  margin-bottom: 10px;
}

.order__form .btn {
  margin-top: 20px;
}

.form__pricetag .old-price {
  font-size: 25px;
  font-weight: 500;
  color: #dd3500;
  text-decoration: line-through;
  /* margin-right: 15px; */
}

.form__pricetag {
  margin: -10px auto 5px;
  text-align: center;
}

.form__pricetag .righteous {
  line-height: 1.2;
}

.form__pricetag .righteous .new-price {
  font-size: 30px;
  font-weight: bold;
  color: #dd3500;
}

@media only screen and (max-width: 374px) {
  .steps__list .list-icon {
    left: 0;
  }
  .steps__list li {
    padding-left: 125px;
  }
}

@media only screen and (max-width: 991px) {

  .review .review__item.hidden--item {
    display: none;
  }

  .review .review__footer,
  .review .cut-message {
    display: block;
  }

  .review .review__footer {
    text-align: center;
    padding: 15px;
    border: 1px solid #000;
    border-top: none;
  }

  .review .btn-showall,
  .review .btn-more {
    position: relative;
    display: inline-block;
    color: #5CA209;
    font-size: 16px;
    padding: 10px 0;
    text-decoration: none;
  }

  .review .btn-showall:hover,
  .review .btn-more:hover {
    text-decoration: underline;
  }

  .review .btn-showall:after,
  .review .btn-more:after {
    content: '»';
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .review .btn-showall:after {
    content: '';
    top: 53%;
    right: -12px;
    background-image: url(../img/showall-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
  }

  .review .full-message {
    display: none;
  }
}

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

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /*  */
}

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

@media only screen and (min-width: 768px) {
  .steps__top:before {
    width: 992px;
    height: 420px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .review .slick-prev, .review .slick-next {
    right: 38.8%;
  }
  .review .slick-prev, .review .slick-prev {
    left: 38.8%;
  }
  .composition .s-title span {
    margin-left: 0px;
  }
  .header__top .img-product img {
    max-width: 1000px;
  }

  .limit {
    max-width: 1031px;
    padding: 0 15px;
  }

  .s-title {
    font-size: 38px;
  }

  .preview__bottom .s-title {
    font-size: 38px;
  }

  .only-mobile {
    display: none !important;
  }

  .only-desktop {
    display: block !important;
  }

  /* .price-tag {
    padding-left: 45px; } */
  .price-tag .new-price {
    font-size: 81px;
  }

  .price-tag:before {
    width: 150px;
    height: 150px;
    top: -5px;
  }

  .header__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header__top {
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
  }

  .header__top:before {
    width: 1500px;
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header__top .header__img {
    min-height: 900px;
  }

  .header__top .img-product {
    left: auto;
    right: 3px;
    top: 126px;
  }

  .header__top .price-tag {
    right: 95px;
    top: 105px;
    width: 150px;
    /* min-width: 200px;  */
  }

  .header__top .product-tabs {
    bottom: 90px;
    left: -125px;
  }

  .header__bottom {
    position: relative;
    width: 400px;
    padding: 70px 0 30px 60px;
    z-index: 3;
  }

  .header__bottom .btn {
    max-width: 310px;
    margin: 65px 0 0;
  }

  .header .s-title {
    margin-bottom: 40px;
    line-height: 1.1;
  }

  .header .sub-title {
    font-size: 24px;
    margin-bottom: 20px;
    max-width: 300px;
  }

  .header .s-title span {
    font-size: 86px;
    margin-bottom: 10px;
  }

  .header__list {
    max-width: 320px;
  }

  .help__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .help__top {
    width: 400px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .help__top:before {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-image: url(../img/help-decor.jpg);
    background-position: left center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 1248px;
    border: 1px solid #000;
  }

  .help__bottom {
    padding: 120px 0 0;
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
  }

  .help .s-title {
    padding-right: 40px;
    margin-bottom: 50px;
  }

  .help__list {
    max-width: 450px;
    padding-bottom: 85px;
  }

  .help__list li {
    padding-left: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .help__footnote {
    padding: 35px 0;
  }

  .help__footnote:before {
    left: auto;
    right: 0;
    width: 1500px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    border-bottom: 1px solid #1F1F1F;
  }

  .help__footnote p:after {
    left: 5px;
  }

  .help__footnote p {
    max-width: 480px;
    line-height: 1.75;
  }

  .banner {
    background-image: url(../img/banner-bg.jpg);
    padding: 150px 0 145px;
  }

  .banner .s-title {
    font-size: 38px;
    max-width: 650px;
  }

  .enemy {
    padding: 130px 0 0;
  }

  .enemy .s-title {
    position: relative;
    max-width: 360px;
    min-height: 90px;
    margin-bottom: 35px;
  }

  .enemy .s-title span {
    position: absolute;
    bottom: 0px;
    right: -180px;
    font-size: 105px;
  }

  .enemy .contain-block {
    /* display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; */
    margin-bottom: 35px;
  }

  .enemy .contain-block p {
    /* width: -webkit-calc(100% - 500px);
        width: calc(100% - 500px); */
    padding-top: 10px;
    padding-right: 30px;
  }

  .enemy .contain-block .enemy__list {
    margin-right: 20px;
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; */
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    /* width: 500px;  */
  }

  .enemy .contain-block .enemy__list li {
    width: 50%;
    padding-right: 10px;
  }

  .enemy__content {
    position: relative;
    padding: 80px 35px;
    margin-bottom: -150px;
    z-index: 3;
  }

  .preview .s-title {
    margin-bottom: 70px;
  }

  .preview .s-title span {
    font-size: 62px;
    margin-left: -96px;
    margin-top: 20px;
    font-weight: bold;
  }

  .preview__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .preview__top {
    width: -webkit-calc(100% - 580px);
    width: calc(100% - 580px);
  }

  .preview__top:before {
    background-image: url(../img/preview-top-back.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    width: 1898px;
    left: auto;
    right: -320px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .preview__bottom {
    width: 580px;
    padding-top: 265px;
    padding-left: 75px;
    padding-bottom: 75px;
  }

  .preview__bottom:before {
    width: 1500px;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .preview__bottom p span {
    display: block;
  }

  .preview__img {
    height: 100%;
    min-height: 1120px;
  }

  .preview__prod {
    bottom: 155px;
    left: 145px;
  }

  .preview__prod-front {
    bottom: 0px;
    left: -280px;
  }

  .video {
    padding: 140px 0;
  }



  .video .s-title {
    margin-bottom: 30px;
  }

  .video__player .poster {
    background-image: url(../img/poster.jpg);
  }

  .video__slider {
    padding: 40px 0;
    margin: 0 40px;
  }

  .video__slider .slide__img {
    margin-bottom: 15px;
  }

  .video__slider .slide {
    padding: 0 20px;
  }

  .video__slider .slick-prev {
    right: auto;
    left: -40px;
    top: 57px;
  }

  .video__slider .slick-next {
    right: -40px;
    top: 57px;
  }

  .composition .s-title {
    margin-bottom: 35px;
  }

  .composition .s-title span {
    font-size: 66px;
  }

  .composition .sub-title {
    font-size: 24px;
    margin-bottom: 65px;
  }

  .composition__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .composition__top {
    padding: 115px 50px 100px 0;
    width: 400px;
  }

  .composition__slider-description .slide__caption {
    margin-bottom: 25px;
  }

  .composition__slider-description {
    margin-bottom: 120px;
  }

  .composition__slider-description .slick-prev,
  .composition__slider-description .slick-next {
    bottom: -55px;
  }
  .composition__slider-description .slick-next {
    left: 160px;
  }
  .composition__bottom {
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
  }

  .composition__slider-img,
  .composition__slider-img .slick-list,
  .composition__slider-img .slick-track {
    height: 100%;
  }

  .composition__slider-img .slide {
    min-height: inherit;
  }

  .composition__slider-img .slide:before {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .composition__slider-img .slide.slide--1:before {
    background-image: url(../img/composition-slide1.jpg);
  }

  .composition__slider-img .slide.slide--2:before {
    background-image: url(../img/composition-slide2.jpg);
  }

  .composition__slider-img .slide.slide--3:before {
    background-image: url(../img/composition-slide3.jpg);
  }

  .composition__slider-img .slick-dots {
    top: auto;
    bottom: 213.5px;
    left: -75.4%;
    width: 300px;
  }

  .effect__top {
    padding: 120px 0 205px;
    background-image: url(../img/effect-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
  }

  .effect__top .s-title {
    margin-bottom: 40px;
  }

  .effect .sub-title {
    font-size: 24px;
  }

  .effect__top-content {
    position: relative;
    max-width: 470px;
    z-index: 3;
  }

  .effect__img {
    position: absolute;
    top: 0;
    left: 600px;
    min-height: 550px;
  }

  .effect__img .img-product {
    left: -65px;
  }

  .effect__img .cup {
    right: auto;
    left: 105px;
  }

  .effect__list {
    padding: 40px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -130px;
  }

  .effect__list li {
    width: 25%;
    padding-right: 10px;
  }

  .result {
    padding-top: 85px;
  }

  .result .s-title {
    margin-bottom: 55px;
  }

  .result__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .result__top {
    width: -webkit-calc(100% - 630px);
    width: calc(100% - 630px);
    padding-right: 30px;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .result__bottom {
    width: 630px;
  }

  .result__slider .slide {
    margin: 0 5px;
  }

  .result__slider .slick-prev,
  .result__slider .slick-next {
    bottom: 72px;
    background-color: #fff;
  }

  .result__slider .slick-prev {
    left: -webkit-calc(-45% - 25px);
    left: calc(-45% - 25px);
  }

  .result__slider .slick-next {
    left: -webkit-calc(-45% + 25px);
    left: calc(-45% + 25px);
  }

  .want__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .want__top {
    width: -webkit-calc(100% - 520px);
    width: calc(100% - 520px);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .want__top:before {
    left: 5px;
    width: 772px;
    background-image: url(../img/want-bg.jpg);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .want__img {
    min-height: 480px;
  }

  .want__product {
    visibility: visible;
    bottom: 20px;
    left: 150px;
  }

  .want__bottom {
    width: 520px;
    padding: 170px 30px 50px 0;
  }

  .want__bottom .btn {
    max-width: 455px;
    margin: 40px 0 15px;
  }

  .expert .s-title {
    margin-bottom: 50px;
  }

  .expert .sub-title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .expert__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .expert__top {
    width: -webkit-calc(100% - 565px);
    width: calc(100% - 565px);
  }

  .expert__top:before {
    width: 936px;
    background-image: url(../img/expert-decor.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .expert__bottom {
    width: 565px;
    padding: 125px 30px 90px 55px;
  }

  .steps .s-title div {
    display: inline-block;
  }

  .steps__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .steps__top {
    position: relative;
    width: -webkit-calc(100% - 595px);
    width: calc(100% - 595px);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    z-index: 2;
    height: 760px;
  }

  .steps__top:before {
    background-image: url(../img/steps-back.jpg);
    background-size: auto;
    left: -64px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    height: 760px;
  }

  .steps__img {
    min-height: 100%;
  }

  .steps__img .img-product {
    bottom: 140px;
    left: -5px;
  }

  .steps__bottom {
    padding: 70px 50px 43px 0;
    width: 595px;
  }

  .steps__bottom:after {
    left: 65px;
  }

  .steps__list {
    padding: 60px 0 0;
  }

  .steps__list li {
    padding-left: 140px;
    max-width: 480px;
    min-height: 0;
    margin-bottom: 45px;
  }

  .steps__list .list-icon {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .review {
    padding: 135px 0 130px;
  }

  .review .s-title {
    max-width: 560px;
    margin-bottom: 15px;
  }

  .review__header {
    padding: 45px 35px 40px;
  }

  .review__body {
    min-height: 0;
  }
  .review__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    padding: 0;
    min-height: 610px;
  }

  .review__item-head {
    width: 250px;
    margin-bottom: 0;
    padding: 30px;
  }

  .review__item-head .ava {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 10px;
  }

  .review__item-body {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    padding: 30px 30px 40px;
  }

  .review__item-body .rate-info span {
    padding-left: 15px;
  }

  .review__item-body .review__comm {
    margin-top: 20px;
  }

  .order {
    padding: 160px 0 0;
  }

  .order .s-title {
    margin-bottom: 55px;
  }

  .order .s-title div {
    display: inline-block;
  }

  .order__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 35px 20px;
    margin-bottom: -50px;
  }

  .order__list li {
    width: 25%;
  }

  .order__list li:not(:last-child) {
    padding-right: 30px;
  }

  .order__list li:not(:last-child) .list-icon {
    position: relative;
  }

  .order__list li:not(:last-child) .list-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/order-arrow.png) no-repeat center;
    width: 43px;
    height: 30px;
  }

  .order__list .list-icon {
    margin-bottom: 12px;
  }

  .footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer__top {
    padding-top: 175px;
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
  }

  .footer__top:before {
    width: 1500px;
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .footer__top .footer__img {
    min-height: 845px;
  }

  .footer__top .img-product {
    left: auto;
    right: -4px;
    top: 94px;
  }

  .footer__top .price-tag {

    top: 0;

  }

  .footer__top .discount-tag {
    text-align: right;
    font-size: 24px;
    padding-right: 60px;
    margin-bottom: 0px;
  }

  .footer__top .discount-tag span {
    max-width: 180px;
  }

  .footer__top .price-tag {
    right: 70px;
    top: 5px;
    width: 150px;
    /* padding-left: 50px; */
    /* min-width: 210px; */
  }

  .footer__top .product-tabs {
    bottom: 135px;
    left: -75px;
    flex-direction: row;
  }

  .footer__bottom {
    position: relative;
    width: 400px;
    padding: 180px 0 30px 60px;
    z-index: 3;
  }

  .footer__bottom .order__form {
    max-width: 310px;
  }

  .footer__bottom .btn {
    max-width: 310px;
    margin: 25px 0 0;
  }

  .form__pricetag {
    max-width: 310px;
    margin: -30px 0 5px 0;
    text-align: left;
  }

  .footer .s-title {
    margin-bottom: 25px;
    line-height: 1.1;
  }

  .footer .sub-title {
    font-size: 24px;
    margin-bottom: 20px;
    max-width: 300px;
  }

  .footer .s-title span {
    font-size: 86px;
    margin-bottom: 10px;
  }

  .footer__list {
    max-width: 320px;
    margin-bottom: 35px;
  }
}

.composition__slider-description .slide {
  height: 280px;
}

/* @media only screen and (max-width: 1150px) and (min-width: 992px)  {
      .composition .s-title span {
        font-size: 75px;
    }
    }   */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1150px) {
  .composition .s-title span {
    font-size: 86px;
  }
  .composition__slider-img .slick-dots {
    bottom: 189.5px;
    left: -147.4%;

  }
  .composition__slider-description .slide {
    height: 180px;
  }

  .composition .s-title span {
    margin-bottom: 0;
    margin-left: -60px;
  }

  .header .s-title span {
    font-size: 75px;
  }

  .preview .s-title span {
    font-size: 62px;
    margin-left: -90px;
  }

  /* .composition .s-title span {
      font-size: 66px;

  } */
  .footer .s-title span {
    font-size: 74px;
  }

  .composition__top {
    width: 575px;
  }

  .composition__bottom {
    width: -webkit-calc(100% - 575px);
    width: calc(100% - 575px);
  }

  .result__slider .slick-prev {
    left: -webkit-calc(-51% - 25px);
    left: calc(-51% - 25px);
  }

  .result__slider .slick-next {
    left: -webkit-calc(-51% + 25px);
    left: calc(-51% + 25px);
  }

  .want__top {
    width: -webkit-calc(100% - 720px);
    width: calc(100% - 720px);
  }

  .want__bottom {
    width: 720px;
  }
}

.prd {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

@media only screen and (min-width: 992px) {


  .video .btn {
    max-width: 310px;
    margin: 65px auto -50px;
  }

  .effect__list li span {
    display: none;
  }

}

@media only screen and (max-width: 992px) {

  .preview {
    margin-top: -290px;
    position: relative;
    z-index: -1;
  }

  .preview__img {
    overflow-y: hidden;
    width: 340px;
    margin-bottom: -20px;
  }

  .preview__top {
    top: 420px;
    z-index: 20;
    height: 290px;
    overflow-y: clip;
  }

  .preview .s-title span {
    margin-bottom: 310px;
  }

  .preview__prod-front {
    left: -70px;
    display: none;
  }

  .enemy__content {
    bottom: -30px;
  }

  .preview__prod {
    bottom: 35px;
    left: 110px;
  }

  .composition__slider-description .slide__caption {
    margin-bottom: 360px;
  }


  /* .composition__top {
padding: 30px 0 285px;
} */
  .composition__slider-description .slide__caption {
    max-width: 240px;
    height: 49px;
    margin-bottom: 35px;
    font-size: 21px;
  }

  .slick-list {
    overflow: visible;
  }

  .composition__slider-description .slick-prev,
  .composition__slider-description .slick-next {
    bottom: -185px;
  }

  .composition__slider-description .slick-next {
    left: auto;
    right: 60px;
  }

  .composition__slider-description .slick-prev {
    left: 60px;
  }

  .header__top .product-tabs {
    flex-direction: column;
    left: 225px;
  }

  .header__top .img-product {
    top: 1px;
    left: -118px;
  }

  .header__top .img-product img {
    max-width: 440px;
  }

}