@charset "UTF-8";
*, :before, :after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px 0 10px;
}

.wrapper {
  overflow: hidden;
  position: relative;
}

body {
  font-family: 'Mirza', cursive;
}

img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

a {
  text-decoration: none;
}

.button {
  line-height: 0;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 244px;
  background-blend-mode: overlay;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000001), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#75ba00), to(#75ba00));
  background-image: -webkit-linear-gradient(bottom, #000001, #fff), -webkit-linear-gradient(top, #75ba00, #75ba00);
  background-image: -o-linear-gradient(bottom, #000001, #fff), -o-linear-gradient(top, #75ba00, #75ba00);
  background-image: linear-gradient(to top, #000001, #fff), linear-gradient(to bottom, #75ba00, #75ba00);
  -webkit-border-radius: 44px;
          border-radius: 44px;
  display: inline-block;
  padding: 35px 50px;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

#spriteSvg {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 0;
  height: 0;
  opacity: 0;
}

.blue {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #0077d5;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  margin-top: 10px;
  font-size: 26px;
  letter-spacing: -0.65px;
  text-align: right;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 18px;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.07;
  letter-spacing: -0.75px;
  text-align: right;
  color: #0077d5;
  text-transform: uppercase;
}

.slick-slider {
  margin: 0 auto;
  margin-top: 20px;
}

.slick-slider .slick-slide {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  margin: 0 10px;
}

.slick-slider .slick-dots {
  background: none;
}

.slick-slider .slick-dots li button:before {
  font-size: 70px;
  color: #0174cf;
}

.slick-slider .slick-dots li.slick-active button:before {
  color: #93cc00;
  font-size: 70px;
}

.slick-slider .slick-dots li button:before {
  color: #0174cf;
  font-size: 70px;
}

.promo {
  background: #f5f7fb;
  padding-bottom: 61px;
}

.promo .container {
  position: relative;
}

.promo__bg {
  position: absolute;
  width: 991px;
  z-index: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 0;
}

.promo h1 {
  margin-top: 20px;
}

.promo h2 {
  max-width: 244px;
}

.promo h2, .promo h1, .promo__logo {
  position: relative;
  z-index: 2;
}

.promo .form__leaf {
  display: block;
  width: 478px;
  position: absolute;
  top: -15px;
  right: 80px;
  z-index: 2;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.promo__logo {
  display: inline-block;
  width: 107px;
  margin-top: 15px;
}

.promo__wrapper {
  margin-top: -20px;
  position: relative;
  z-index: 1;
  width: 359px;
  height: 359px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.promo__wrapper::before {
  content: '';
  position: absolute;
  background: #e1e4eb;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 359px;
  height: 359px;
}

.promo__product, .promo__product img {
  width: 124px;
  height: 267px;
  position: relative;
  top: 30px;
  z-index: 4;
}

.promo__water, .promo__water img {
  position: absolute;
  width: 287px;
  height: 400px;
  z-index: 10;
  top: 2px;
  right: 29px;
}

.promo__podium, .promo__podium img {
  width: 232px;
  height: 65px;
  position: absolute;
  bottom: -7px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 3;
}

.promo .button {
  position: relative;
  z-index: 1;
}

.promo__list {
  text-align: center;
  margin: 50px auto 26px;
  position: relative;
  z-index: 1;
}

.promo__list li {
  margin-top: 8px;
}

.promo__list li div {
  width: 59px;
  height: 59px;
  display: inline-block;
  margin-left: 26px;
  background-color: #cdd5e4;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  vertical-align: middle;
}

.promo__list li div img {
  height: 44px;
  margin: 6px auto 0;
}

.promo__list li p {
  display: inline-block;
  vertical-align: middle;
  width: 175px;
  font-size: 20px;
  line-height: 1.2;
  text-align: right;
}

.fight {
  padding-top: 78px;
  padding-bottom: 91px;
  position: relative;
  overflow: hidden;
}

.fight__bg {
  display: block;
  position: absolute;
  width: 991px;
  z-index: 0;
  height: 100%;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  top: 0;
  bottom: 0;
}

.fight__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.14;
  text-align: center;
  color: #1f3254;
  position: relative;
  z-index: 1;
}

.fight__slider {
  max-width: 278px;
}

.fight__item {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(216, 229, 242, 0)), color-stop(50%, #edf2f8), to(white));
  background: -webkit-linear-gradient(top, rgba(216, 229, 242, 0) 10%, #edf2f8 50%, white 100%);
  background: -o-linear-gradient(top, rgba(216, 229, 242, 0) 10%, #edf2f8 50%, white 100%);
  background: linear-gradient(180deg, rgba(216, 229, 242, 0) 10%, #edf2f8 50%, white 100%);
  -webkit-border-radius: 0 0 80px 80px;
          border-radius: 0 0 80px 80px;
  padding: 0 30px 18px;
  max-width: 278px;
  position: relative;
  height: 380px;
}

.fight__item::before {
  position: absolute;
  content: '';
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: right;
  color: #0077d5;
  top: 30px;
  right: 10px;
}

.fight__item picture, .fight__item img {
  width: 156px;
  height: 156px;
  z-index: 5;
  position: relative;
  margin-top: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.fight__item picture::before, .fight__item img::before {
  position: absolute;
  content: '';
  width: 191px;
  height: 191px;
  top: 2px;
  right: 68px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #d6e4f2), color-stop(50%, #0077d5));
  background: -webkit-linear-gradient(top, #d6e4f2 50%, #0077d5 50%);
  background: -o-linear-gradient(top, #d6e4f2 50%, #0077d5 50%);
  background: linear-gradient(180deg, #d6e4f2 50%, #0077d5 50%);
  border: solid 1px #0479d6;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 4;
}

.fight__item picture::after, .fight__item img::after {
  position: absolute;
  content: '';
  width: 83px;
  height: 83px;
  -webkit-box-shadow: 0 0 27px 0 #fff;
          box-shadow: 0 0 27px 0 #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  top: 60px;
}

.fight__item figcaption {
  margin-top: 42px;
  text-align: center;
  font-size: 18px;
}

.fight__item figcaption h4 {
  font-weight: 700;
  text-transform: uppercase;
}

.fight__item figcaption p {
  line-height: 24px;
  margin-top: 10px;
}

.fight__item--1::before {
  content: '01';
}

.fight__item--1 picture::after, .fight__item--1 img::after {
  left: 80px;
}

.fight__item--2::before {
  content: '02';
}

.fight__item--5::before {
  content: '05';
}

.fight__item--2 picture::after, .fight__item--2 img::after {
  left: 110px;
}

.fight__item--2 picture::before, .fight__item--2 img::before, .fight__item--4 picture::before, .fight__item--4 img::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #d6e4f2), color-stop(50%, #0077d5));
  background: -webkit-linear-gradient(bottom, #d6e4f2 50%, #0077d5 50%);
  background: -o-linear-gradient(bottom, #d6e4f2 50%, #0077d5 50%);
  background: linear-gradient(360deg, #d6e4f2 50%, #0077d5 50%);
}

.fight__item--3::before {
  content: '03';
}

.fight__item--3 picture::after, .fight__item--3 img::after {
  left: 60px;
}

.fight__item--4::before {
  content: '04';
}

.fight__item--4 picture::after, .fight__item--4 img::after {
  left: 80px;
}

.fight .slick-slider .slick-slide {
  max-width: 268px;
}

.fight .slick-slider .slick-dots {
  bottom: -45px;
}

.danger {
  padding-top: 79px;
}

.danger__plate {
  width: 289px;
  position: relative;
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  padding-top: 41px;
}

.danger__plate picture img {
  padding: 10px;
}

.danger__plate picture, .danger__plate picture img {
  display: block;
  overflow: hidden;
  background: #fff;
}

.danger__plate picture::before, .danger__plate picture img::before {
  position: absolute;
  content: '';
  width: 103px;
  height: 65px;
  top: 170px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  background: url("../img/danger.png") center/contain no-repeat;
}

.danger__plate .danger__plate-txt1, .danger__plate .danger__plate-txt2 {
  font-size: 11.5px;
  font-weight: 700;
  line-height: 3;
  border-bottom: 1px solid #d20000;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.danger__plate .danger__plate-txt1 {
  top: -40px;
}

.danger__plate .danger__plate-txt1::before, .danger__plate .danger__plate-txt1::after {
  content: '';
  position: absolute;
  background: #d20000;
}

.danger__plate .danger__plate-txt1::before {
  width: 70px;
  height: 1px;
  left: -47px;
  bottom: -34px;
  -webkit-transform: rotate(110deg);
      -ms-transform: rotate(110deg);
          transform: rotate(110deg);
}

.danger__plate .danger__plate-txt1::after {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  bottom: -68px;
  left: -27px;
}

.danger__plate .danger__plate-txt1 img {
  width: 115px;
}

.danger__plate .danger__plate-txt2 {
  top: 10px;
  left: -60px;
}

.danger__plate .danger__plate-txt2::before, .danger__plate .danger__plate-txt2::after {
  content: '';
  position: absolute;
  background: #d20000;
}

.danger__plate .danger__plate-txt2::before {
  width: 55px;
  height: 1px;
  bottom: -25px;
  right: -41px;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}

.danger__plate .danger__plate-txt2::after {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  bottom: -50px;
  right: -29px;
}

.danger__plate .danger__plate-txt2 img {
  width: 76px;
}

.danger__text {
  padding: 152px 20px 35px 20px;
  margin-top: -128px;
  position: relative;
}

.danger__text::before {
  content: '';
  position: absolute;
  width: -webkit-calc( 100% - 15px);
  width: calc( 100% - 15px);
  height: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #e6ecf8;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  z-index: -1;
}

.danger__title {
  color: #d20000;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.danger p {
  font-size: 18px;
  line-height: 1.33;
  margin-top: 20px;
}

.danger p b {
  font-weight: 700;
}

.danger p span {
  color: #d20000;
}

.problem {
  padding-top: 35px;
}

.problem__wrapper {
  position: relative;
  padding: 19px 10px 0px 10px;
  max-width: 323px;
  margin: 25px auto 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0px 9px 18px 0 rgba(23, 95, 186, 0.11);
          box-shadow: 0px 9px 18px 0 rgba(23, 95, 186, 0.11);
  overflow: hidden;
}

.problem__bg, .problem__bg img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
}

.problem__title {
  font-size: 22px;
  font-weight: 700;
  color: #0077d5;
  margin-bottom: 30px;
}

.problem__title--big {
  margin-top: 20px;
  margin-bottom: 10px;
}

.problem p {
  font-size: 17px;
  line-height: 1.63;
}

.problem p span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding: 0 10px;
}

.problem p span::before {
  content: '';
  position: absolute;
  -webkit-border-radius: 50px 0 0 50px;
          border-radius: 50px 0 0 50px;
  background-color: #0077d5;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: -30px;
}

.problem__girl, .problem__girl img {
  position: relative;
  width: 300px;
  margin: 0;
  margin-left: auto;
  display: block;
  margin-top: 30px;
  right: 9px;
}

.problem__girl::before, .problem__girl img::before {
  position: absolute;
  content: '';
  background: url("../img/product_girl.png") center/contain no-repeat;
  top: 90px;
  right: 27px;
  width: 102px;
  height: 131px;
  z-index: 2;
}

.work {
  position: relative;
  margin-top: 52px;
  padding-bottom: 74px;
  overflow: hidden;
}

.work__bg {
  display: block;
  position: absolute;
  width: 991px;
  z-index: 0;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: -1;
}

.work__title {
  padding-top: 63px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.13;
  color: #fff;
}

.work__txt {
  margin-top: 27px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #fff;
}

.work__video {
  width: 300px;
  margin: 27px auto 0;
  position: relative;
}

.work__video::before {
  content: '';
  position: absolute;
  width: 85%;
  height: 85%;
}

.work__video--first::before {
  bottom: -10px;
  left: -10px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-border-radius: 0 0 0 3px;
          border-radius: 0 0 0 3px;
}

.work__video--last {
  margin-top: 30px;
}

.work__video--last::before {
  top: -10px;
  right: -10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-border-radius: 0 3px 0 0;
          border-radius: 0 3px 0 0;
}

.work .button {
  margin-top: 30px;
}

.body {
  margin-top: 100px;
  padding-bottom: 57px;
}

.body__product, .body__product img {
  width: 127px;
  z-index: 0;
  position: relative;
  display: block;
  margin-top: 28px;
}

.body__product::before, .body__product img::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 102px;
  height: 58px;
  background: url("../img/decor_2.png") center/contain no-repeat;
  bottom: -17px;
  left: -21px;
}

.body__product::after, .body__product img::after {
  content: '';
  position: absolute;
  width: 86px;
  height: 67px;
  z-index: -2;
  background: url("../img/decor.png") center/contain no-repeat;
  bottom: 0;
  left: -60px;
}

.body__circle {
  position: relative;
  z-index: -2;
  width: 225px;
  height: 225px;
  background-blend-mode: overlay;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000001), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#0077d5), to(#0077d5));
  background-image: -webkit-linear-gradient(bottom, #000001, #fff), -webkit-linear-gradient(top, #0077d5, #0077d5);
  background-image: -o-linear-gradient(bottom, #000001, #fff), -o-linear-gradient(top, #0077d5, #0077d5);
  background-image: linear-gradient(to top, #000001, #fff), linear-gradient(to bottom, #0077d5, #0077d5);
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.13;
  letter-spacing: -0.38px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 18px 28px 36px 28px;
  margin-top: -270px;
  margin-right: 90px;
}

.body__circle svg {
  width: 48px;
  height: 70px;
  display: block;
  margin: 0 auto;
}

.body__circle::before {
  content: '';
  position: absolute;
  width: 297px;
  height: 297px;
  z-index: -2;
  background: url("../img/Ellipse.png") center/contain no-repeat;
  top: -35px;
  right: 51%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.body__list {
  width: 211px;
  margin: 40px auto 0;
}

.body__item {
  margin-top: 23px;
}

.body__item div {
  margin: 0 auto;
  width: 177px;
  height: 177px;
  -webkit-box-shadow: 0px 21px 23px 0 rgba(0, 0, 0, 0.28);
          box-shadow: 0px 21px 23px 0 rgba(0, 0, 0, 0.28);
  border: solid 6px #fff;
  background-color: #e6ecf8;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: relative;
}

.body__item div::before {
  width: 47px;
  height: 47px;
  display: block;
  padding-top: 13px;
  -webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.41);
          box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.41);
  background-color: #96cd00;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  top: 0;
  right: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #fff;
}

.body__item svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.body__item--1 div::before {
  content: '01';
}

.body__item--1 svg {
  width: 113px;
  height: 108px;
}

.body__item--2 div::before {
  content: '02';
}

.body__item--2 svg {
  width: 72px;
  height: 93px;
}

.body__item--3 div::before {
  content: '03';
}

.body__item--3 svg {
  width: 96px;
  height: 94px;
}

.body__item figcaption {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.56;
  text-align: center;
  margin-top: 17px;
  text-transform: uppercase;
}

.body__item figcaption span {
  color: #0077d5;
}

.doc {
  position: relative;
  padding-bottom: 30px;
}

.doc__bg {
  position: absolute;
  width: 991px;
  z-index: -1;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.doc__title {
  font-size: 22px;
  line-height: 1.23;
  padding-top: 62px;
}

.doc__photo {
  margin-top: -30px;
  display: block;
  position: relative;
  width: 170%;
  right: 64%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  z-index: -1;
}

.doc__wrapper {
  margin-top: -110px;
  padding: 20px 17px 56px 27px;
  -webkit-border-radius: 90px 0 90px 90px;
          border-radius: 90px 0 90px 90px;
  -webkit-box-shadow: 0px 11px 17px 0 rgba(38, 57, 82, 0.34);
          box-shadow: 0px 11px 17px 0 rgba(38, 57, 82, 0.34);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='106' height='80' viewBox='0 0 106 80'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23e0e7f0; fill-rule: evenodd; opacity: 0.54; %7D %3C/style%3E%3C/defs%3E%3Cpath id='_' data-name='“' class='cls-1' d='M917.228,5442q20.682-6.075,32.32-20.09a49.7,49.7,0,0,0,11.64-32.74q0-11.91-6.625-19.53a21.245,21.245,0,0,0-16.779-7.63q-9.162,0-14.859,6.14t-5.7,16.18a19.753,19.753,0,0,0,2.848,10.73,14.766,14.766,0,0,0,7.8,6.26c0.99,0.33,2.312.79,3.962,1.37q8.3,2.715,8.3,5.21,0,5.2-7.058,12.02A57.408,57.408,0,0,1,915,5431.33Zm59.934,0q20.557-6.075,32.2-20.09a49.706,49.706,0,0,0,11.64-32.74q0-11.91-6.63-19.53a21.1,21.1,0,0,0-16.652-7.63q-9.286,0-14.921,6.14t-5.635,16.18a19.745,19.745,0,0,0,2.849,10.73,14.764,14.764,0,0,0,7.8,6.26c0.909,0.33,2.229.79,3.963,1.37q8.172,2.715,8.172,5.21,0,5.2-7.058,12.02a57.414,57.414,0,0,1-18.079,11.41Z' transform='translate(-915 -5362)'/%3E%3C/svg%3E%0A") no-repeat, #fff;
  -webkit-background-size: 73px 55px;
          background-size: 73px 55px;
  background-position: 93% 17px;
}

.doc__wrapper p {
  font-size: 18px;
  font-style: italic;
  line-height: 1.28;
}

.doc__wrapper b {
  margin-top: 20px;
  display: block;
  font-size: 18px;
}

.doc__sign {
  text-align: right;
  margin-top: -20px;
}

.doc__sign svg {
  display: inline-block;
  width: 159px;
  vertical-align: middle;
  margin-top: -20px;
}

.doc__sign figcaption {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.28;
  text-align: left;
  color: #010101;
  width: 136px;
  vertical-align: middle;
}

.order {
  position: relative;
  padding-bottom: 69px;
  padding-top: 20px;
}

.order__bg, .order__bg img {
  position: absolute;
  width: 1006px;
  z-index: -1;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}

.order .container {
  position: relative;
  text-align: right;
}

.order__wrapper {
  display: inline-block;
}

.order__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.13;
  text-align: right;
  color: #fff;
  width: 175px;
  position: relative;
  z-index: 100;
  padding-top: 87px;
  margin-bottom: -150px;
}

.order__product, .order__product img {
  display: block;
  width: 112px;
  position: relative;
  z-index: 100;
  margin-top: -310px;
  margin-right: 90px;
}

.order__plant, .order__plant img {
  display: block;
  width: 455px;
  position: relative;
  top: 0;
  right: -6px;
  z-index: 50;
}

.order__plant::before, .order__plant::after, .order__plant img::before, .order__plant img::after {
  position: absolute;
  content: '';
  -webkit-box-shadow: 0px 19px 21px 0 rgba(38, 57, 82, 0.51);
          box-shadow: 0px 19px 21px 0 rgba(38, 57, 82, 0.51);
  background-color: #dae0eb;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.order__plant::before, .order__plant img::before {
  top: -4px;
  z-index: 8;
  width: 222px;
  height: 222px;
}

.order__plant::after, .order__plant img::after {
  top: -20px;
  z-index: 7;
  width: 260px;
  height: 260px;
}

.order__list {
  width: 300px;
  margin: 0 auto;
}

.order__item {
  margin-top: 58px;
}

.order__item figure picture, .order__item figure picture img {
  width: 111px;
  height: 111px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.order__item figure picture::before, .order__item figure picture img::before {
  position: absolute;
  content: '';
  outline: solid 1px #0077d5;
  outline-offset: -6px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(214, 228, 242, 0)), color-stop(50%, #0077d5));
  background: -webkit-linear-gradient(top, rgba(214, 228, 242, 0) 50%, #0077d5 50%);
  background: -o-linear-gradient(top, rgba(214, 228, 242, 0) 50%, #0077d5 50%);
  background: linear-gradient(180deg, rgba(214, 228, 242, 0) 50%, #0077d5 50%);
  width: 137px;
  height: 137px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  top: -12px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.order__item figure picture::after, .order__item figure picture img::after {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  content: '';
  width: 152px;
  height: 152px;
  top: -18px;
  right: -20px;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid #0077d5;
  border-top: 1px solid #0077d5;
}

.order__item figure figcaption {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  color: #000;
  text-transform: uppercase;
  width: 128px;
  margin-right: 22px;
  vertical-align: middle;
  text-align: right;
}

.order__item figure figcaption span {
  line-height: 1.33;
  color: #0077d5;
  display: block;
  margin-bottom: 10px;
}

.order__item--1 figure {
  margin-right: 20px;
}

.order__item--1 figure picture::after, .order__item--1 figure picture img::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.order__item--2 figure {
  margin-left: 20px;
  direction: ltr;
}

.order__item--2 figure picture::after, .order__item--2 figure picture img::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.order__item--2 figure figcaption {
  text-align: left;
  margin-left: 22px;
  margin-right: 0;
}

.order__item--3 figure {
  margin-right: 20px;
}

.order__item--3 figure picture::after, .order__item--3 figure picture img::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.order__item--3 figure figcaption {
  text-align: right;
}

.order .button {
  margin-top: 46px;
}

.reviews {
  padding: 72px 0 142px 0;
}

.reviews__slider {
  background: url("../img/iphone_xs.png") center/contain no-repeat;
  margin: 25px auto 0;
  width: 300px;
  height: 595px;
  padding: 52px 28px 36px 27px;
  text-align: center;
}

.reviews__subtitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #000;
}

.reviews__item {
  overflow: hidden;
  max-height: 520px;
}

.reviews__item p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.45px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
.reviews__title {
  text-align: center;
}
.reviews__title span {
   display: block
}

.reviews__item--3 p {
  line-height: 1.1;
}

.reviews svg {
  width: 123px;
  height: 21px;
  margin-top: 4px;
}

.reviews img {
  width: 236px;
  display: block;
}

.reviews__before, .reviews__after {
  position: relative;
}

.reviews__before::before, .reviews__before::after, .reviews__after::before, .reviews__after::after {
  background-color: rgba(43, 118, 212, 0.51);
  position: absolute;
  display: inline-block;
  right: 0;
  top: 20px;
  padding: 0 15px;
  height: 29px;
  z-index: 2;
  font-size: 18px;
  color: white;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  -webkit-border-radius: 20px 0 0 20px;
          border-radius: 20px 0 0 20px;
}

.reviews__before::before {
  content: 'قبل';
}

.reviews__after::after {
  content: 'بعد، بعدما';
}

.reviews__after {
  margin-top: 2px;
}

.reviews .slick-prev, .reviews .slick-next {
  top: 630px;
  width: 61px;
  height: 61px;
  margin: 13px 103px 0 5px;
  padding: 24px 26px 25px 27px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background-color: #0077d5;
}

.reviews .slick-prev::before, .reviews .slick-next::before {
  font-size: 30px;
  line-height: 0;
}

.reviews .slick-prev:focus, .reviews .slick-next:focus {
  background-color: #dde2e9;
}

.reviews .slick-prev:focus::before, .reviews .slick-next:focus::before {
  color: #0077d5;
}

.reviews .slick-prev {
  left: -15px;
}

.reviews .slick-prev::before {
  content: '\2039';
}

.reviews .slick-next {
  right: 55px;
}

.reviews .slick-next::before {
  content: '\203A';
}

.form {
  background: #f5f6fd;
  position: relative;
}

.form__bg {
  position: absolute;
  width: 991px;
  z-index: 0;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}

.form .container {
  position: relative;
}

.form .promo__logo {
  margin-top: 44px;
}

.form h2 {
  max-width: 244px;
}

.form__leaf {
  display: block;
  width: 478px;
  position: absolute;
  top: 0;
  right: 80px;
  z-index: 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.form__wrapper {
  margin-top: 23px;
  position: relative;
}

.form picture, .form picture img {
  display: block;
}

.form__product {
  width: 169px;
  position: relative;
  z-index: 10;
}

.form__product::before, .form__product::after {
  position: absolute;
}

.form__product::before {
  top: 40px;
  left: -110px;
  content: '50%';
  text-align: center;
  width: 112px;
  height: 112px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-blend-mode: overlay;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000001), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#008fe3), to(#008fe3));
  background-image: -webkit-linear-gradient(bottom, #000001, #fff), -webkit-linear-gradient(top, #008fe3, #008fe3);
  background-image: -o-linear-gradient(bottom, #000001, #fff), -o-linear-gradient(top, #008fe3, #008fe3);
  background-image: linear-gradient(to top, #000001, #fff), linear-gradient(to bottom, #008fe3, #008fe3);
  -webkit-box-shadow: 0px 17px 32px 0px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 17px 32px 0px rgba(0, 0, 0, 0.8);
  z-index: 8;
  font-size: 38px;
  color: white;
  font-weight: bold;
  line-height: 1.104;
  -moz-transform: matrix(0.75287, 0, 0, 0.75333, 0, 0);
  -webkit-transform: matrix(0.75287, 0, 0, 0.75333, 0, 0);
  -ms-transform: matrix(0.75287, 0, 0, 0.75333, 0, 0);
  padding-top: 30px;
}

.form__product::after {
  position: absolute;
  content: 'Sale';
  top: 93px;
  left: -120px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #008fe3;
  width: 49px;
  height: 49px;
  z-index: 9;
  padding-top: 2px;
  text-align: center;
  font-size: 18px;
  color: white;
  font-weight: bold;
  font-style: italic;
  line-height: 2.409;
  -moz-transform: matrix(0.75287, 0, 0, 0.75333, 0, 0);
  -webkit-transform: matrix(0.75287, 0, 0, 0.75333, 0, 0);
  -ms-transform: matrix(0.75287, 0, 0, 0.75333, 0, 0);
}

.form .price {
  position: absolute;
  top: 131px;
  right: 83px;
  display: inline-block;
  padding: 14px 70px 13px 15px;
  -webkit-border-radius: 38px;
          border-radius: 38px;
  -webkit-box-shadow: 0px 8px 8px 0 rgba(0, 0, 0, 0.47);
          box-shadow: 0px 8px 8px 0 rgba(0, 0, 0, 0.47);
  background-blend-mode: overlay;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000001), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#292b3d), to(#292b3d));
  background-image: -webkit-linear-gradient(bottom, #000001, #fff), -webkit-linear-gradient(top, #292b3d, #292b3d);
  background-image: -o-linear-gradient(bottom, #000001, #fff), -o-linear-gradient(top, #292b3d, #292b3d);
  background-image: linear-gradient(to top, #000001, #fff), linear-gradient(to bottom, #292b3d, #292b3d);
}

.form .price__old {
  font-size: 18px;
  line-height: 2.21;
  letter-spacing: -0.6px;
  text-align: right;
  color: #fff;
  text-decoration: line-through;
  vertical-align: middle;
  margin-right: 10px;
}

.form .price__new {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -1.2px;
  text-align: right;
  color: #c6e800;
  vertical-align: middle;
}

.form__plate {
  width: 249px;
  position: relative;
  z-index: 9;
  margin-top: -140px;
  margin-right: -40px;
}

.form__flowers {
  width: 462px;
  margin-right: 80px;
  margin-top: -55px;
}

.form__title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.6px;
  color: #0b7cd6;
  text-transform: uppercase;
  margin: 52px 0 22px;
  text-align: center;
}

.form form {
  position: relative;
  z-index: 100;
  width: 283px;
  margin: 0 auto;
}

.form form input, .form form select {
  position: relative;
  z-index: 100;
  width: 100%;
  -webkit-border-radius: 27.5px;
          border-radius: 27.5px;
  background-color: #fff;
  font-size: 15px;
  line-height: 1;
  color: #000;
  padding: 22px 31px;
  border: none;
  outline: none;
  margin-bottom: 11px;
}

.form form input:active, .form form input:focus,
.form form select:active,
.form form select:focus {
  outline: none;
}

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

.form form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/arrow.png") no-repeat, #fff;
  background-position: 12% 50%;
}

.form form .only_number {
  direction: ltr;
  text-align: right;
}


.form form .button {
  width: 100%;
  margin-top: 8px;
  -webkit-box-shadow: 0px 11px 17px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0px 11px 17px 0 rgba(0, 0, 0, 0.21);
  margin-bottom: 80px;
}

@media screen and (min-width: 320px) {
  .reviews__catalog {
    display: none;
  }
}

@media screen and (min-width: 425px) {
  .container {
    width: 400px;
  }
  .order__wrapper {
    padding-right: 5%;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 744px;
  }
  .promo h1, .promo h2, .promo__logo, .form h1, .form h2, .form__logo {
    margin-right: 140px;
  }
  .promo .form__leaf, .form .form__leaf {
    right: 270px;
  }
  .work__title {
    text-align: center;
  }
  .fight__slider {
    max-width: 556px;
  }
  .problem h1, .problem h2 {
    text-align: center;
  }
  .doc__photo {
    left: 36%;
  }
  .doc__title {
    text-align: center;
  }
  .body__title {
    text-align: center;
  }
  .body__product, .body__product img {
    margin-right: 250px;
  }
  .body__circle {
    margin-right: 190px;
  }
  .body__list {
    margin-top: 63px;
  }
  .reviews__title {
    text-align: center;
  }
  .form__wrapper {
    padding-right: 24%;
  }

  .form .price {
    padding: 14px 77px 13px 21px;
    right: 253px;
  }
  .form .price__old {
    font-size: 24px;
  }
  .form .price__new {
    font-size: 48px;
  }
  .form__product::before {
    left: -200px;
  }
  .form__product::after {
    left: -210px;
  }
  .order__wrapper {
    padding-right: 25%;
  }
}

@media screen and (min-width: 990px) {
  .button {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .button:hover {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
  }
  .container {
    width: 960px;
  }
  h1 {
    font-size: 38px;
    margin-top: 13px;
  }
  h2 {
    font-size: 59px;
    font-weight: 700;
    line-height: 0.94;
  }
  .promo .form__leaf, .form .form__leaf {
    right: 480px;
    z-index: 2;
    width: 700px;
  }
  .promo h1, .promo h2, .promo__logo, .form h1, .form h2, .form__logo {
    margin-right: 0;
  }
  .promo__bg, .promo__bg img, .fight__bg, .fight__bg img, .work__bg, .work__bg img, .doc__bg, .doc__bg img, .order__bg, .order__bg img, .form__bg, .form__bg img {
    width: 2000px;
  }
  .promo {
    padding-bottom: 112px;
  }
  .promo__logo {
    width: 140px;
    margin-top: 21px;
  }
  .promo__bg {
    height: auto;
  }
  .promo h2 {
    max-width: 580px;
  }
  .promo__wrapper {
    position: absolute;
    top: 0;
  }
  .promo__wrapper::before {
    width: 708px;
    height: 708px;
  }
  .promo__product, .promo__product img {
    width: 245px;
    height: 528px;
    right: 75px;
    top: 60px;
  }
  .promo__water, .promo__water img {
    width: 566px;
    height: 792px;
    top: 5px;
    right: 46px;
  }
  .promo__podium, .promo__podium img {
    width: 457px;
    height: 128px;
    right: 70%;
    bottom: -187px;
  }
  .promo__list {
    margin: 35px 0 55px;
    text-align: right;
  }
  .promo__list li p {
    font-size: 24px;
    text-align: right;
  }
  .promo center {
    text-align: right;
  }
  .promo .button {
    margin-top: 30px;
  }
  .fight {
    padding-top: 125px;
    padding-bottom: 111px;
  }
  .fight__title {
    font-size: 46px;
    line-height: 1.04;
    width: 796px;
    margin: 0 auto;
  }
  .fight__slider {
    max-width: 845px;
  }
  .danger {
    padding-top: 115px;
  }
  .danger__wrapper {
    position: relative;
  }
  .danger p {
    font-size: 24px;
    margin-top: 20px;
    line-height: 1.2;
  }
  .danger__plate {
    display: inline-block;
    width: 542px;
    padding-top: 73px;
  }
  .danger__plate picture img {
    padding: 0 34px;
  }
  .danger__plate picture::before, .danger__plate picture img::before {
    width: 175px;
    height: 106px;
    top: 280px;
  }
  .danger__plate .danger__plate-txt1, .danger__plate .danger__plate-txt2 {
    font-size: 18px;
  }
  .danger__plate .danger__plate-txt1::after, .danger__plate .danger__plate-txt2::after {
    width: 8px;
    height: 8px;
  }
  .danger__plate .danger__plate-txt1 {
    top: -70px;
  }
  .danger__plate .danger__plate-txt1 img {
    width: 178px;
  }
  .danger__plate .danger__plate-txt1::before {
    width: 120px;
    left: -81px;
    bottom: -57px;
  }
  .danger__plate .danger__plate-txt1::after {
    bottom: -115px;
    left: -46px;
  }
  .danger__plate .danger__plate-txt2 {
    top: 0;
    left: -150px;
  }
  .danger__plate .danger__plate-txt2 img {
    width: 116px;
  }
  .danger__plate .danger__plate-txt2::before {
    width: 80px;
    right: -60px;
    bottom: -36px;
  }
  .danger__plate .danger__plate-txt2::after {
    bottom: -73px;
    right: -43px;
  }
  .danger__text {
    display: inline-block;
    width: 600px;
    text-align: right;
    position: absolute;
    top: 130px;
    left: 0;
    padding: 34px 220px 30px 14px;
  }
  .danger__title {
    font-size: 30px;
    line-height: 35px;
  }
  .problem {
    padding-top: 135px;
  }
  .problem__bg {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .problem h1, .problem h2 {
    text-align: right;
  }
  .problem h2 {
    font-weight: 700;
    font-size: 52px;
  }
  .problem__wrapper {
    margin-top: 47px;
    max-width: none;
    padding: 49px 30px 0px 30px;
    overflow: visible;
    height: 530px;
  }
  .problem__title {
    font-size: 24px;
    line-height: 30px;
    width: 555px;
  }
  .problem p {
    font-size: 19px;
  }
  .problem__p {
    font-size: 20px;
    line-height: 24px;
  }
  .problem__p--first {
    width: 435px;
  }
  .problem__p--last {
    width: 350px;
  }
  .problem__girl, .problem__girl img {
    width: 530px;
    margin-top: -422px;
    left: 0;
    right: 15px;
    margin-right: auto;
    margin-left: 0;
  }
  .problem__girl::before, .problem__girl img::before {
    top: 159px;
    right: 48px;
    width: 177px;
    height: 231px;
  }
  .work {
    padding-bottom: 120px;
  }
  .work__title {
    padding-top: 110px;
    font-size: 48px;
    text-align: right;
    width: 433px;
    margin-right: auto;
  }
  .work__txt {
    font-size: 27px;
    width: 432px;
    margin-right: auto;
    text-align: right;
    margin-top: 42px;
  }
  .work__video {
    width: 451px;
    -webkit-box-shadow: 0px 21px 27px 0 rgba(38, 57, 82, 0.57);
            box-shadow: 0px 21px 27px 0 rgba(38, 57, 82, 0.57);
  }
  .work__video--first {
    margin-top: -320px;
    margin-right: 0;
  }
  .work__video--first::before {
    bottom: 57px;
    left: 88px;
    border-left: 0;
    border-bottom: 0;
    border-radius: 0 0 0 3px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
  }
  .work__video--last {
    margin-top: -16px;
    margin-right: 80px;
  }
  .work__video--last::before {
    border-top: 0;
    border-right: 0;
    top: 59px;
    right: 87px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
  }
  .work center {
    text-align: left;
    margin-top: -120px;
  }
  .work .button {
    margin-right: auto;
  }
  .body {
    padding-bottom: 248px;
    margin-top: 30px;
  }
  .body .container {
    position: relative;
  }
  .body .container::before {
    background: url(../img/Ellipse.png) center/contain no-repeat;
    top: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    position: absolute;
    content: '';
    width: 886px;
    height: 886px;
    z-index: -10;
  }
  .body__title {
    font-size: 48px;
    line-height: 1.1;
    width: 647px;
    text-align: left;
    margin-right: auto;
    padding-bottom: 20px;
  }
  .body__circle {
    width: 340px;
    height: 340px;
    font-size: 20px;
    padding: 20px 65px 55px 64px;
    margin-top: -480px;
    margin-right: 600px;
	text-align: right;
  }
  .body__circle svg {
    width: 110px;
    height: 159px;
  }
  .body__circle::before {
    display: none;
  }
  .body__product, .body__product img {
    width: 271px;
    margin-top: 0;
    margin-right: 204px;
  }
  .body__product::before, .body__product img::before {
    width: 218px;
    height: 124px;
    bottom: -45px;
    left: -231px;
  }
  .body__product::after, .body__product img::after {
    width: 140px;
    height: 100px;
    bottom: 22px;
    left: -280px;
  }
  .body__list {
    width: 420px;
    margin: -440px 0 0 0;
  }
  .body__list figure {
    direction: ltr;
  }
  .body__list figure div {
    display: inline-block;
    vertical-align: middle;
  }
  .body__list figure figcaption {
    display: inline-block;
    width: 219px;
    vertical-align: middle;
    text-align: left;
    margin-left: 18px;
  }
  .body__item div::before {
    margin-left: 80%;
  }
  .doc {
    padding-bottom: 30px;
  }
  .doc .container {
    position: relative;
  }
  .doc__title {
    padding-top: 131px;
    font-size: 40px;
    width: 598px;
    margin-right: auto;
  }
  .doc__photo {
    width: 1240px;
    height: 915px;
    position: absolute;
    top: 30px;
    right: 270px;
  }
  .doc__wrapper {
    width: 598px;
    padding: 28px 28px 49px 26px;
    margin-right: auto;
    margin-top: 33px;
    -webkit-background-size: 106px 80px;
            background-size: 106px 80px;
    background-position: 33px 17px;
  }
  .doc__sign {
    text-align: left;
    margin-left: 48px;
  }
  .order {
    overflow: hidden;
    padding-top: 50px;
  }
  .order__wrapper {
    padding-right: 15%;
  }
  .order__title {
    font-size: 48px;
    line-height: 1.06;
    width: 281px;
    padding-top: 259px;
  }
  .order__plant, .order__plant img {
    width: 961px;
    right: -100px;
    top: -120px;
  }
  .order__plant::before, .order__plant img::before {
    top: -90px;
    width: 524px;
    height: 524px;
  }
  .order__plant::after, .order__plant img::after {
    top: -136px;
    width: 616px;
    height: 616px;
  }
  .order__product, .order__product img {
    width: 247px;
    margin-top: -830px;
    margin-right: 140px;
  }
  .order__list {
    margin: 0;
    margin-right: auto;
    margin-top: -620px;
    position: relative;
    z-index: 101;
  }
  .order center {
    text-align: right;
    margin-top: -45px;
    position: relative;
    z-index: 102;
  }
  .order .button {
    margin-left: auto;
  }
  .reviews {
    position: relative;
    z-index: 10;
    padding-top: 166px;
    padding-bottom: 0;
    margin-bottom: -190px;
  }
  .reviews .reviews__title {
  text-align: right
}
  .reviews .container {
    position: relative;
  }
  .reviews__catalog, .reviews__catalog img {
    display: block;
    position: absolute;
    width: 600px;
    top: 127px;
    z-index: -1;
    left: 140px;
  }
  .reviews .slick-prev, .reviews .slick-next {
    top: 300px;
  }
  .reviews .slick-prev {
    right: -605px;
  }
  .reviews .slick-next {
    left: auto;
    right: -530px;
  }
  .reviews__slider {
    position: relative;
    top: -278px;
    left: -190px;
  }
  .reviews__slider::before {
    position: absolute;
    content: '';
    width: 550px;
    height: 550px;
    background-blend-mode: overlay;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000001), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#0077d5), to(#0077d5));
    background-image: -webkit-linear-gradient(bottom, #000001, #fff), -webkit-linear-gradient(top, #0077d5, #0077d5);
    background-image: -o-linear-gradient(bottom, #000001, #fff), -o-linear-gradient(top, #0077d5, #0077d5);
    background-image: linear-gradient(to top, #000001, #fff), linear-gradient(to bottom, #0077d5, #0077d5);
    top: 25px;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    z-index: -1;
    -webkit-border-radius: 50%;
            border-radius: 50%;
  }
  .reviews__slider::after {
    position: absolute;
    content: '';
    top: -68px;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    z-index: -1;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: solid 4px #e8ecf1;
    width: 741px;
    height: 741px;
    border-right: none;
    border-top: none;
  }
  .reviews__title {
    margin-top: 49px;
    width: 418px;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -1.2px;
    font-weight: 700;
    display: inline;
  }
  .form .form__leaf {
    top: -4px;
    right: 244px;
    z-index: 21;
    width: 800px;
  }
  .form__wrapper {
    margin-top: 79px;
    padding-right: 17%;
  }
  .form__product {
    z-index: 20;
    width: 289px;
    margin-top: -240px;
    margin-right: 231px;
  }
  .form__product::after, .form__product::before {
    display: none;
  }
  .form__plate, .form__plate img {
    width: 427px;
    z-index: 19;
    margin-top: -176px;
    margin-right: 40px;
  }
  .form__flowers, .form__flowers img {
    width: 791px;
    z-index: 19;
    margin-right: 190px;
    margin-top: -140px;
  }
  .form h2 {
    max-width: 454px;
    font-size: 54px;
    line-height: 1.04;
    position: relative;
    z-index: 100;
  }
  .form .price {
    z-index: 2;
    top: 50px;
    right: 749px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 42px 13px 45px;
    text-align: left;
    z-index: 220;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
  .form .price__old {
    display: block;
    font-size: 35px;
    line-height: 0.7;
    z-index: 221;
  }
  .form .price__new {
    font-size: 48px;
    z-index: 222;
    line-height: 1;
  }
  .form .price::before, .form .price::after {
    position: absolute;
  }
  .form .price::before {
    top: -108px;
    left: 183px;
    content: '-50%';
    text-align: center;
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-blend-mode: overlay;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000001), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#008fe3), to(#008fe3));
    background-image: -webkit-linear-gradient(bottom, #000001, #fff), -webkit-linear-gradient(top, #008fe3, #008fe3);
    background-image: -o-linear-gradient(bottom, #000001, #fff), -o-linear-gradient(top, #008fe3, #008fe3);
    background-image: linear-gradient(to top, #000001, #fff), linear-gradient(to bottom, #008fe3, #008fe3);
    -webkit-box-shadow: 0px 17px 32px 0px rgba(0, 0, 0, 0.8);
            box-shadow: 0px 17px 32px 0px rgba(0, 0, 0, 0.8);
    z-index: 8;
    font-size: 48px;
    color: white;
    font-weight: bold;
    line-height: 1.104;
    -moz-transform: matrix(0.75287, 0, 0, 0.75333, 0, 0);
    -webkit-transform: matrix(0.75287, 0, 0, 0.75333, 0, 0);
    -ms-transform: matrix(0.75287, 0, 0, 0.75333, 0, 0);
    padding-top: 30px;
  }
  .form .price::after {
    position: absolute;
    content: 'Sale';
    top: -25px;
    left: 234px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #008fe3;
    width: 90px;
    height: 90px;
    z-index: 9;
    padding-top: 2px;
    text-align: center;
    font-size: 32px;
    color: white;
    font-weight: bold;
    font-style: italic;
    line-height: 2.409;
    -moz-transform: matrix(0.75287, 0, 0, 0.75333, 0, 0);
    -webkit-transform: matrix(0.75287, 0, 0, 0.75333, 0, 0);
    -ms-transform: matrix(0.75287, 0, 0, 0.75333, 0, 0);
  }
  .form .promo__list {
    position: absolute;
    top: 343px;
  }
  .form .form {
    position: absolute;
    top: 343px;
    left: 0;
    background: none;
  }
  .form .form__title {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1077px;
  }
  .promo {
    padding-bottom: 77px;
  }
  .promo .form__leaf {
    left: 540px;
    width: 830px;
  }
  .promo h1 {
    font-size: 48px;
  }
  .promo h2 {
    font-size: 69px;
  }
  .promo__wrapper {
    right: 54%;
  }
  
  .danger .container {
    padding: 0 30px;
  }
  .danger__text {
    width: 721px;
    padding-right: 265px;
  }
  .danger__text p {
    line-height: 1.4;
  }
  .problem__wrapper {
    height: 586px;
    position: relative;
    -webkit-box-shadow: 0px 25px 23px 0 rgba(23, 95, 186, 0.25);
            box-shadow: 0px 25px 23px 0 rgba(23, 95, 186, 0.25);
  }
  .problem__wrapper::before {
    position: absolute;
    content: '';
    background: url("../img/decor-girl.png") center/contain no-repeat;
    width: 1161px;
    height: 760px;
    top: -90px;
    right: -53px;
    z-index: -1;
    opacity: 0.8;
  }
  .problem p {
    font-size: 22px;
  }
  .problem__p--first {
    width: 490px;
  }
  .problem__girl, .problem__girl img {
    width: 590px;
    margin-top: -470px;
  }
  .problem__girl::before, .problem__girl img::before {
    top: 180px;
    right: 35px;
    width: 231px;
    height: 255px;
  }
  .work {
    margin-top: 90px;
  }
  .doc__photo {
    right: 290px;
  }
  .order__title {
    right: -60px;
  }
  .order__plant, .order__plant img {
    right: -60px;
  }
  .order__plant::before, .order__plant::after, .order__plant img::before, .order__plant img::after {
    right: 42%;
  }
  .order__list {
    margin-left: 130px;
  }
  .order__product, .order__product img {
    margin-right: 110px;
  }
  .order .button {
    width: 282px;
    margin-right: 90px;
    position: relative;
    z-index: 100;
  }
  .reviews__catalog, .reviews__catalog img {
    width: 650px;
    left: 164px;
    top: 107px;
  }
  .reviews .slick-prev {
    left: -665px;
  }
  .reviews .slick-next {
    right: -535px;
  }
  .form__product {
    margin-right: 212px;
  }
  .form form .button {
    -webkit-box-shadow: 0px 20px 32px 0 rgba(0, 0, 0, 0.63);
            box-shadow: 0px 20px 32px 0 rgba(0, 0, 0, 0.63);
  }
  .form .price {
    padding: 10px 38px 13px 37px;
}
  .form .price::before {
    top: -105px;
    left: 169px;
  }
  .form .price::after {
    top: -22px;
    left: 224px;
  }
}

@media screen and (min-width: 1330px) {
  .fight__slider {
    max-width: none;
    margin-top: 56px;
    text-align: center;
  }
  .fight .container {
    width: 1325px;
}
  .fight__item {
    max-width: 252px;
    /* min-width: 233px; */
    padding: 0 10px 69px;
    /* margin-left: 24px; */
    margin-left: 9px;
    display: inline-block;
    vertical-align: top;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(216, 229, 242, 0)), color-stop(50%, #edf2f8), to(white));
    background: -webkit-linear-gradient(top, rgba(216, 229, 242, 0) 20%, #edf2f8 50%, white 100%);
    background: -o-linear-gradient(top, rgba(216, 229, 242, 0) 20%, #edf2f8 50%, white 100%);
    background: linear-gradient(180deg, rgba(216, 229, 242, 0) 20%, #edf2f8 50%, white 100%);
  }
  .fight__item picture::before, .fight__item picture img::before {
    top: 2px;
    right: -76px;
  }
  .fight__item::after {
    position: absolute;
    content: '';
    width: 35px;
    height: 1px;
    background-color: #0061b1;
    top: 40px;
    right: -37px;
  }
  .fight__item--1 picture::after, .fight__item--1 img::after {
    left: -35px;
  }
  .fight__item--1::after {
    display: none;
  }
  .fight__item--2 picture::after, .fight__item--2 img::after {
    left: -88px;
  }
  .fight__item--3 picture::after, .fight__item--3 img::after {
    left: -58px;
  }
  .fight__item--4 {
    margin-right: 0;
    /* margin-left: 0; */
  }
  .fight__item--4 picture::after, .fight__item--4 img::after {
    top: 46px;
    left: -60px;
  }
}

@media screen and (min-width: 1330px) {
  .fight__item--5 picture::after, .fight__item--5 img::after {
    left: -60px;
  }
}
@media screen and (max-width: 1330px) {
  .fight__item--5 picture::after, .fight__item--5 img::after {
    left: 80px;
  }
}
.js_errorMessage
{
  direction: ltr;
}