.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  color: #bebebe;
}
::-moz-placeholder {
  color: #bebebe;
}
:-ms-input-placeholder {
  color: #bebebe;
}
::-ms-input-placeholder {
  color: #bebebe;
}
::placeholder {
  color: #bebebe;
}
::-moz-selection {
  background-color: #96bc27;
  color: #fff;
}
::selection {
  background-color: #96bc27;
  color: #fff;
}
body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  color: #212121;
  margin: 0;
  padding: 0;
}
body input,
body textarea {
  border: #666 1px solid;
  outline: 0;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color: red;
}
body input:required:valid,
body textarea:required:valid {
  border-color: green;
}
b,
strong {
  font-weight: 700;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
li,
p,
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
button {
  background: 0 0;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  outline: 0;
}
.attention__text {
  font-family: "Montserrat", sans-serif;
  color: #212121;
  font-size: calc(12px + 10 * ((100vw - 320px) / 1120));
  text-align: center;
  padding: 28px 0;
  background: #fff;
}
.attention__text span {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
.header {
  background: #fff;
}
.header__top {
  -webkit-filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.09));
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.09));
  background: #f8f8f8;
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo {
  width: 30%;
  text-align: center;
  padding-left: 15px;
}
.header__descr {
  text-transform: uppercase;
  font-size: calc(17px + 15 * ((100vw - 320px) / 1120));
  line-height: 40px;
  color: #96bc27;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-align: center;
  padding: 0 10px;
}
.header__descr span {
  color: #212121;
}
.header__content {
  padding-top: 35px;
  position: relative;
  z-index: 1;
}
.header__content .header__descr {
  display: none;
}
.header__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: calc(30px + 25 * ((100vw - 320px) / 1120));
  color: #000;
  padding-top: 35px;
  line-height: 65px;
  max-width: 900px;
  padding-left: 77px;
}
.header__title span {
  color: #96bc27;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.header__menu {
  padding-top: 140px;
  background-image: url(../img/main-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 644px 511px;
  width: 100%;
  background-position-x: -120px;
}
.header__item {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #2f3130;
  position: relative;
  padding-top: 7px;
  padding-left: 65px;
  max-width: 340px;
  background: url(../img/item.png) 0 0 no-repeat;
  background-size: 50px;
  top: -20px;
}
.header__item:not(:last-child) {
  padding-bottom: 50px;
}
.header__item:first-child {
  left: 352px;
}
.header__item:nth-child(2) {
  left: 470px;
}
.header__item:nth-child(3) {
  left: 495px;
}
.header__item:last-child {
  left: 480px;
}
.header__price {
  background: #96bc27;
  -webkit-box-shadow: 0 4px 50px rgba(136, 136, 136, 0.25);
  box-shadow: 0 4px 50px rgba(136, 136, 136, 0.25);
  border-radius: 20px;
  padding: 11px 31px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -40px;
  left: 66px;
  z-index: 1;
}
.header__price span {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
.header__form {
  max-width: 355px;
  background: #fff;
  -webkit-box-shadow: 0 4px 50px rgba(136, 136, 136, 0.25);
  box-shadow: 0 4px 50px rgba(136, 136, 136, 0.25);
  border-radius: 20px;
  padding: 40px 25px 22px 25px;
  margin-left: auto;
  position: relative;
  margin-right: 135px;
  width: 100%;
}
.header__form::before {
  content: "";
  position: absolute;
  background-image: url(../img/ellipse.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: -80px;
  right: 40px;
  width: 508px;
  height: 500px;
  z-index: -1;
}
.header__form-title {
  font-family: "Montserrat", sans-serif;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1120));
  line-height: 22px;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}
.header__form .date {
  text-transform: uppercase;
  color: #96bc27;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
.header__form-label {
  line-height: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: calc(12px + 0 * ((100vw - 320px) / 1120));
  color: #000;
}
.header__form-input {
  display: block;
  margin-bottom: 21px;
  height: 40px;
  width: 100%;
  background: #eaeaec;
  border-radius: 10px;
  border: none;
  padding: 10px 15px;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1120));
  font-family: "Montserrat", sans-serif;
}
.header__form-btn {
  padding: 12px 60px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  background: #96bc27;
  border-radius: 10px;
  display: block;
  margin: 35px auto 12px;
}
.header__form-box {
  position: relative;
}
.header__form-box span {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #96bc27;
  width: 58px;
  height: 40px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__form-box span img {
  width: 27px;
  height: 27px;
}
.header__form-pri {
  font-size: 12px;
}
.header__form-date {
  padding: 10px 66px 10px 15px;
}
.header__form .price-val {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #000;
}
.header__countdown {
  margin-bottom: 17px;
}
.header__countdown-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.header__countdown-item {
  display: inline-block;
  font-size: 15px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #fff;
  background: #96bc27;
  border-radius: 40px;
  padding: 9px 9px;
  position: relative;
  width: 60px;
}
.header__countdown-points {
  position: relative;
}
.header__countdown-points:before {
  position: absolute;
  content: ":";
  color: #96bc27;
  font-size: 25px;
  font-weight: 700;
  left: -2px;
  top: 0;
}
.header__countdown-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #000;
  font-size: 12px;
  line-height: 15px;
  display: block;
  margin-bottom: 7px;
  text-align: left;
}
.right {
  float: right;
}
.prod-ab {
  position: absolute;
  top: 290px;
  left: 320px;
  max-width: 230px;
}
.footer .country__selecor,
.header .country__selecor {
  display: block;
  margin-bottom: 21px;
  height: 40px;
  width: 100%;
  background: #eaeaec;
  border-radius: 10px;
  border: none;
  padding: 10px 12px;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1120));
  font-family: "Montserrat", sans-serif;
  color: #bebebe;
}
.section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: calc(18px + 18 * ((100vw - 320px) / 1120));
  line-height: 44px;
  text-align: center;
  color: #20aa78;
  text-transform: uppercase;
  padding-top: 44px;
  padding-left: 15px;
  padding-right: 15px;
}
.section-title span {
  color: #96bc27;
}
.section-padding {
  padding: 30px 0;
}
.title {
  color: #212121;
  font-size: calc(20px + 28 * ((100vw - 320px) / 1120));
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 59px;
}
.title__text {
  color: #96bc27;
}
.btn {
  text-transform: uppercase;
  font-size: calc(16px + 8 * ((100vw - 320px) / 1120));
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #fff;
  -webkit-box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
  padding: 26px 88px;
}
.slider-content {
  position: relative;
}
.slider .slick-list {
  overflow: hidden;
  padding-top: 120px;
}
.slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider .slick-dots li {
  margin: 0 10px;
}
.slider .slick-dots li.slick-active button {
  background-color: #2fae81;
}
.slider .slick-dots button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #2fae81;
  background-color: transparent;
  border-radius: 50%;
}
.graph {
  background-image: url(../img/graph-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.graph__title {
  max-width: 380px;
  margin-top: 140px;
  margin-left: 40px;
}
.graph__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: calc(14px + 10 * ((100vw - 320px) / 1120));
  line-height: 29px;
  margin-top: 10px;
  margin-left: 40px;
  max-width: 380px;
}
.graph__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.graph__image {
  max-width: 100%;
}
.results__items {
  background-image: url(../img/results-border.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 500px;
  margin: 260px auto 65px;
  position: relative;
  padding: 35px;
  width: 85%;
  max-width: 1400px;
}
.results__title {
  text-align: center;
  margin: 30px 0;
  padding: 0 15px;
}
.results__title-subtext {
  color: #96bc27;
}
.results .title__text {
  color: #20aa78;
}
.results__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.results__img {
  -webkit-filter: drop-shadow(0 4px 90px rgba(163, 163, 163, 0.25));
  filter: drop-shadow(0 4px 90px rgba(163, 163, 163, 0.25));
  margin-top: -155px;
  position: relative;
}
.results__img img {
  border-radius: 22px;
}
.results__img--big {
  margin-top: -200px;
}
.results__img:first-child {
  left: -70px;
}
.results__img:last-child {
  right: -70px;
}
.results__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  bottom: 35px;
}
.results__text p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #484848;
  font-size: calc(14px + 10 * ((100vw - 320px) / 1120));
  line-height: 29px;
  margin-right: 35px;
}
.results__text p span {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
.results__btn {
  text-align: center;
}
.results__btn .btn {
  background-color: #1cc96c;
  margin: 0 15px;
}
.results__slider {
  max-width: 500px;
  margin: 0 auto 50px;
  padding: 0 60px;
  position: relative;
}
.results__slider .slick-list {
  overflow: hidden;
  padding-top: 120px;
}
.results__slider .slick-dots {
  position: absolute;
  top: 50%;
  left: 38%;
}
.results__slider .item {
  background-image: url(../img/results-border-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 30px 20px;
  margin: 0 10px;
}
.results__slider .item__img {
  -webkit-filter: drop-shadow(0 0 0 rgba(163, 163, 163, 0.25));
  filter: drop-shadow(0 0 0 rgba(163, 163, 163, 0.25));
  position: relative;
}
.results__slider .item__img img {
  border-radius: 22px;
  max-width: 240px;
  position: absolute;
  top: -125px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.results__slider .item__text {
  margin-top: 170px;
}
.results__slider .item__text p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #484848;
  font-size: 14px;
  line-height: 18px;
}
.results__slider .item__text p:not(:last-child) {
  margin-bottom: 20px;
}
.results__slider .item__text p span {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
.product {
  background: url(../img/product.jpg) no-repeat top center;
}
.product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.product__box {
  margin: 85px 0;
}
.product__title {
  color: #20aa78;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
.product__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 1000px;
}
.product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 45px 30px 135px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 80px rgba(163, 163, 163, 0.25);
  box-shadow: 0 4px 80px rgba(163, 163, 163, 0.25);
  border-radius: 22px;
  position: relative;
  margin-top: 63px;
  width: 375px;
  height: 135px;
}
.product__item-img {
  position: absolute;
  left: -35px;
  top: -2px;
}
.product__item-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: calc(12px + 12 * ((100vw - 320px) / 1120));
  line-height: 29px;
  color: #303030;
}
.process {
  background-image: url(../img/process.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.process__title {
  padding-left: 80px;
  max-width: 590px;
  padding-top: 45px;
}
.process__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.process__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}
.process__item-text {
  background: #fff;
  -webkit-box-shadow: 0 4px 80px rgba(163, 163, 163, 0.25);
  box-shadow: 0 4px 80px rgba(163, 163, 163, 0.25);
  border-radius: 22px;
  padding: 50px 28px;
  width: 350px;
  position: relative;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: calc(12px + 12 * ((100vw - 320px) / 1120));
  line-height: 29px;
  color: #212121;
}
.process__item-text::after {
  position: absolute;
  content: "";
  font-size: calc(55px + 17 * ((100vw - 320px) / 1120));
  line-height: 88px;
  color: #96bc27;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  top: -50px;
  left: 20px;
}
.process__item-text-top {
  margin-left: -40px;
}
.process__item-text-top::after {
  content: "01";
}
.process__item-text-middle {
  margin-right: -75px;
}
.process__item-text-middle::after {
  content: "02";
}
.process__item-text-bottom {
  margin-left: -40px;
}
.process__item-text-bottom::after {
  content: "03";
}
.process__item-top {
  margin-top: 55px;
}
.process__item-middle {
  margin-top: -100px;
}
.process__item-bottom {
  margin-top: -100px;
}
.principle__text {
  background-color: #fff;
  padding: 75px 10% 75px;
  margin: 0 auto;
  line-height: 44px;
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
}
.principle__text span {
  color: #96bc27;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
.components {
  background: url(../img/components.png) no-repeat top center;
}
.components__title {
  text-align: center;
}
.components__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 70px 0;
}
.components .item {
  background: #fff;
  -webkit-box-shadow: 0 4px 80px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 80px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
  width: 620px;
  padding: 40px;
  margin: 65px 10px 10px;
}
.components .item__title {
  margin-bottom: 20px;
  color: #96bc27;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 37px;
  text-transform: uppercase;
}
.components .item__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1120));
  line-height: 22px;
  color: #212121;
  text-align: center;
}
.components .item__img {
  position: absolute;
  top: -50px;
  right: 0;
  width: 200px;
}
.components .item__img--one {
  top: -100px;
}
.components .item__img--three {
  width: 160px;
}
.components .item__img--four {
  width: 145px;
  right: 35px;
}
.components__btn {
  text-align: center;
  margin-bottom: 45px;
}
.components__btn .btn {
  background: #1cc96c;
}
.components__slider {
  background: 0 0;
  max-width: 600px;
  margin: 0 auto 30px;
  padding: 0 60px;
}
.components__slider .slick-list {
  padding-top: 20px;
}
.components__slider .slick-dots {
  margin-top: 15px;
}
.components__slider .slick-dots li {
  -webkit-box-shadow: 0 4px 4px rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 4px rgba(255, 255, 255, 0.25);
}
.components__slider .item {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}
.components__slider .item__title {
  max-width: 225px;
}
.components__slider .item__img {
  width: 165px;
}
.components__slider .item__img--two {
  top: -25px;
}
.components__slider .item__img--four {
  width: 145px;
  right: 0;
}
.expert {
  background-image: url(../img/doctor.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 926px;
  position: relative;
}
.expert__title {
  margin-left: 80px;
  max-width: 58%;
  padding-top: 100px;
}
.expert__content {
  margin-top: 50px;
  max-width: 45%;
  margin-left: 90px;
  position: relative;
}
.expert__content::before {
  content: "";
  position: absolute;
  background-image: url(../img/doctor-1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -105px;
  right: -140px;
  width: 189px;
  height: 342px;
  display: none;
}
.expert__text {
  color: #212121;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1120));
  line-height: 22px;
  margin-top: 20px;
}
.expert__text span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.expert__author {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.expert__image {
  position: absolute;
  bottom: -100px;
  right: 5%;
  max-width: 450px;
}
.stages__title {
  color: #20aa78;
  padding-top: 100px;
  max-width: 350px;
  text-align: center;
  margin: 0 auto;
}
.stages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-bottom: 50px;
}
.stages .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 50px 0 10px;
}
.stages .item__text {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 4px 80px rgba(163, 163, 163, 0.25);
  box-shadow: 0 4px 80px rgba(163, 163, 163, 0.25);
  border-radius: 22px;
  padding: 40px 40px 40px 90px;
  max-width: 440px;
  font-family: "Montserrat", sans-serif;
  font-size: calc(12px + 12 * ((100vw - 320px) / 1120));
  line-height: 29px;
  color: #212121;
  margin-left: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
.stages .item__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #212121;
  font-size: calc(14px + 12 * ((100vw - 320px) / 1120));
  margin-bottom: 25px;
  text-transform: uppercase;
}
.stages .item__img {
  z-index: 1;
  position: relative;
  top: -35px;
}
.stages .item__list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.stages .item__list li {
  position: relative;
}
.stages .item__list li::before {
  position: absolute;
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  top: 0;
  left: -65px;
  width: 48px;
  height: 36px;
}
.stages .item__list--green li::before {
  background: url(../img/check-icon-green.svg);
}
.stages .item__list--yellow li::before {
  background: url(../img/check-icon-yellow.svg);
}
.stages .item__list--light-green li::before {
  background: url(../img/check-icon-light-green.svg);
}
.stages .item__list--gray li::before {
  background: url(../img/check-icon-gray.svg);
}
.stages__slider {
  max-width: 600px;
  margin: 0 auto 30px;
  padding: 0 60px;
}
.stages__slider .slick-list {
  padding-top: 20px;
}
.stages__slider .slick-dots {
  margin-top: 15px;
}
.stages__slider .slick-dots li {
  -webkit-box-shadow: 0 4px 4px rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 4px rgba(255, 255, 255, 0.25);
}
.stages__slider .item__text {
  -webkit-box-shadow: 0 4px 0 rgba(163, 163, 163, 0.25);
  box-shadow: 0 4px 0 rgba(163, 163, 163, 0.25);
}
.possibilities {
  background-image: url(../img/possibilities.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 1100px;
  position: relative;
}
.possibilities__title {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 15px 0;
}
.possibilities__title-subtext {
  color: #1cc96c;
}
.possibilities .title__text {
  color: #96bc27;
}
.possibilities__image {
  text-align: center;
}
.possibilities__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  height: 650px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.possibilities__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 25px 18px 110px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 80px rgba(163, 163, 163, 0.25);
  box-shadow: 0 4px 80px rgba(163, 163, 163, 0.25);
  border-radius: 22px;
  position: relative;
  margin-bottom: 40px;
  width: 385px;
  height: 110px;
  margin-left: 130px;
}
.possibilities__item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -130px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background-image: url(../img/item.png);
  background-repeat: no-repeat;
}
.possibilities__item-img {
  position: absolute;
  left: -35px;
  top: -2px;
}
.possibilities__item-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1120));
  line-height: 22px;
  color: #303030;
}
.happy {
  background-color: #fbfbfb;
}
.happy__title {
  margin-left: 80px;
  max-width: 65%;
  padding-top: 30px;
}
.happy__items {
  margin: 35px 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.happy .item {
  margin: 25px 15px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.happy .item__img {
  z-index: 1;
}
.happy .item__img img {
  border-radius: 22px;
  max-width: 470px;
}
.happy .item__text {
  -webkit-box-shadow: 0 4px 80px rgba(163, 163, 163, 0.25);
  box-shadow: 0 4px 80px rgba(163, 163, 163, 0.25);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1120));
  line-height: 22px;
  color: #212121;
  padding: 275px 55px 40px;
  margin-top: -275px;
  border-radius: 22px;
  max-width: 540px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}
.happy .item__text--figure-one,
.happy .item__text--figure-three,
.happy .item__text--figure-two {
  position: relative;
}
.happy .item__text--figure-one::before,
.happy .item__text--figure-three::before,
.happy .item__text--figure-two::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  z-index: 0;
}
.happy .item__text--figure-one::before {
  background-image: url(../img/figure-1.png);
  width: 177px;
  height: 182px;
  top: 117px;
  right: 10px;
}
.happy .item__text--figure-two::before {
  background-image: url(../img/figure-2.png);
  width: 187px;
  height: 160px;
  bottom: -50px;
  right: -75px;
}
.happy .item__text--figure-three::before {
  background-image: url(../img/figure-3.png);
  width: 204px;
  height: 226px;
  top: 50%;
  right: -115px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.happy .item__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.happy .item__author {
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.happy .item p {
  margin-top: 25px;
}
.happy .item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 50px;
}
.happy .item__bottom .item__text {
  max-width: 100%;
  padding-top: 50px;
  padding-right: 80px;
  margin-right: -25px;
}
.happy__slider .slick-list {
  padding-top: 30px;
}
.video {
  background-image: url(../img/video.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  background-size: cover;
}
.video__title {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 15px 0;
}
.video__youtube {
  margin: 80px auto 70px;
  max-width: 925px;
  padding: 0 15px;
}
.video__youtube iframe {
  width: 100%;
  height: 520px;
}
.links {
  padding: 13px 15px;
  text-align: center;
}
.links__text {
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  line-height: 16px;
  color: #050211;
  margin-bottom: 20px;
}
.links__link {
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  line-height: 16px;
  color: #050211;
  text-decoration: underline;
  display: block;
}
@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
    margin: 0 auto;
  }
  .graph__subtitle,
  .graph__title {
    max-width: 500px;
  }
  .header__title {
    margin: 0 auto;
    max-width: 70%;
  }
  .header__menu {
    background-position-x: 0;
  }
  .header__item:first-child {
    left: 480px;
  }
  .header__item:nth-child(2) {
    left: 585px;
  }
  .header__item:nth-child(3) {
    left: 615px;
  }
  .header__item:last-child {
    left: 595px;
  }
  .section-title {
    max-width: 70%;
    margin: 0 auto;
  }
  .results__title {
    max-width: 80%;
    margin: 30px auto;
  }
  .results__items {
    height: 530px;
  }
  .product__item {
    width: 400px;
  }
  .product__title {
    max-width: 400px;
  }
  .components,
  .product {
    background-size: cover;
  }
  .principle__text {
    padding-left: 0;
    padding-right: 0;
  }
  .expert__image {
    right: 20%;
  }
  .expert__content {
    margin-top: 120px;
  }
  .happy .item__bottom {
    margin-top: 70px;
  }
}
@media (min-width: 1099px) {
  .components__slider,
  .happy__slider,
  .results__slider,
  .stages__slider {
    display: none !important;
  }
}
@media (max-width: 1499px) {
  .prod-ab {
    left: 190px;
  }
}
@media (max-width: 1400px) {
  .results {
    padding: 0;
    padding-bottom: 30px;
  }
  .results__items {
    margin: 150px auto 65px;
  }
  .results__img {
    margin-top: -100px;
  }
  .results__img--big {
    margin-top: -150px;
  }
  .stages .item__text {
    max-width: 320px;
    padding: 25px 25px 25px 80px;
  }
  .stages .item__img {
    max-width: 35%;
  }
}
@media (max-width: 1300px) {
  .header__item {
    font-size: 20px;
    line-height: 25px;
  }
  .product__items {
    max-width: 930px;
  }
  .components .item {
    width: 530px;
    padding: 30px;
  }
  .components .item__img {
    width: 145px;
  }
  .components .item__img--one {
    top: -70px;
  }
  .components .item__img--two {
    top: -20px;
  }
  .happy .item {
    width: 45%;
  }
  .happy .item__img img {
    max-width: 385px;
  }
  .happy .item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    margin-top: 50px;
  }
  .happy .item__bottom .item__text {
    padding-top: 10px;
    margin-top: 0;
  }
  .happy .item__bottom .item__img {
    max-width: 55%;
  }
}
@media (max-width: 1200px) {
  .header__title {
    line-height: 55px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__form {
    margin: 0 auto 45px;
  }
  .header__price {
    margin-top: 50px;
    top: 25px;
    left: -25px;
  }
  .prod-ab {
    top: 270px;
  }
  .section-title {
    -webkit-filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.09));
    filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.09));
    background: #f8f8f8;
    padding: 20px 15px;
  }
}
@media (max-width: 1100px) {
  .components__items,
  .happy__items,
  .results__items,
  .stages__items {
    display: none !important;
  }
  .components__slider,
  .happy__slider,
  .results__slider,
  .stages__slider {
    display: block !important;
  }
  .components {
    -webkit-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.25));
  }
  .stages {
    background-image: url(../img/stages.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .expert__image {
    max-width: 45%;
  }
  .possibilities__items {
    height: 100%;
  }
  .happy__title {
    margin-right: 15px;
    max-width: 100%;
  }
  .happy .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .happy .item__img img {
    max-width: 400px;
  }
  .happy .item__text {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    margin-top: -235px;
    max-width: 500px;
  }
  .happy .item--figure-one::before,
  .happy .item--figure-three::before,
  .happy .item--figure-two::before {
    z-index: -1;
  }
}
@media (max-width: 1000px) {
  .section-title {
    line-height: 35px;
  }
  .graph__box {
    display: block;
  }
  .graph__text {
    padding-left: 15px;
  }
  .graph__subtitle,
  .graph__title {
    max-width: 100%;
    margin-left: 0;
  }
  .graph__subtitle {
    margin-top: 0;
  }
  .graph__title {
    margin-top: 45px;
  }
  .title {
    line-height: 45px;
  }
  .product {
    background-position: center left;
    background-size: auto;
    background-image: none;
  }
  .product__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product__item {
    height: 100px;
    padding-left: 100px;
    width: 300px;
  }
  .product__item-img {
    width: 100px;
    height: 100px;
  }
  .product__item-text {
    line-height: 24px;
  }
  .product__box {
    margin: 50px;
  }
  .product__image {
    background-image: url(../img/product-2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 74%;
  }
  .process__item-text {
    padding: 25px 20px;
    width: 280px;
  }
  .expert {
    background-position: center left;
  }
  .expert__content {
    max-width: 65%;
    margin-top: 60px;
  }
}
@media (max-width: 850px) {
  .header__menu {
    padding-top: 0;
    background-position-x: 0;
    background-size: contain;
    background-image: url(../img/main-bg-2.png);
    min-height: 370px;
  }
  .header__item {
    font-size: 0;
    background: 0 0;
    padding: 0;
    max-width: 0;
  }
  .prod-ab {
    left: 145px;
    max-width: 165px;
    top: 160px;
  }
  .product__box {
    margin: 25px 30px 25px 0;
  }
  .product__item {
    margin-right: 0;
    margin-top: 25px;
    padding-top: 7px;
    padding-right: 20px;
    padding-bottom: 12px;
  }
  .product__item:nth-child(odd) {
    margin-right: 0;
  }
  .product__item-text {
    line-height: 20px;
  }
  .process__item-bottom,
  .process__item-middle {
    margin-top: -70px;
  }
  .process__item-text {
    line-height: 20px;
    width: 250px;
  }
  .process__item-img {
    width: 260px;
  }
  .principle__text {
    font-size: 24px;
    line-height: 29px;
    padding: 30px 10% 30px;
  }
  .components__slider .item__img {
    width: 140px;
  }
  .expert {
    background-image: url(../img/doctor-bg.png);
  }
  .expert__title {
    padding-top: 45px;
  }
  .expert__content {
    background-image: url(../img/doctor-paper.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    margin-top: 15px;
    margin-left: 40px;
  }
  .expert__content::before {
    display: block;
  }
  .expert__author {
    max-width: 85%;
  }
  .possibilities__item {
    width: 340px;
    padding-left: 100px;
  }
  .video__youtube {
    max-width: 550px;
  }
  .video__youtube iframe {
    height: 300px;
  }
}
@media (max-width: 550px) {
  .attention__text {
    padding: 15px;
    line-height: 22px;
  }
  .header__top {
    padding: 10px 0;
  }
  .header__descr {
    line-height: 22px;
  }
  .header__title {
    line-height: 35px;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 25px;
  }
  .header__menu {
    min-height: auto;
  }
  .header__price {
    font-size: 12px;
    line-height: 15px;
    left: 10px;
    padding: 8px 13px;
    border-radius: 15px;
  }
  .header__form {
    max-width: 85%;
    padding: 30px 25px;
  }
  .header__form::before {
    top: -45px;
  }
  .header__form-input {
    margin-bottom: 10px;
  }
  .header__form-btn {
    margin: 18px auto 12px;
  }
  .prod-ab {
    left: 110px;
    max-width: 95px;
    top: 110px;
  }
  .section-title {
    line-height: 22px;
  }
  .title {
    line-height: 24px;
    padding-top: 0;
  }
  .btn {
    padding: 10px 26px;
    border-radius: 10px;
  }
  .results__title {
    margin-top: 0;
  }
  .results__img {
    margin-top: -195px;
  }
  .results__img--big {
    margin-top: -250px;
  }
  .results__slider {
    padding: 0 10px;
    max-width: 320px;
  }
  .results__slider .item__img img {
    max-width: 100%;
    top: -175px;
  }
  .results__slider .item__text {
    margin-top: 90px;
  }
  .results__slider .slick-list {
    padding-top: 165px;
  }
  .results__slider .slick-dots {
    top: 42%;
    left: 32%;
  }
  .product__box {
    margin-right: 15px;
  }
  .product__image {
    background-size: cover;
    background-position: top center;
    background-position-x: 0;
  }
  .product__item {
    padding: 7px 11px 10px 40px;
    margin-top: 13px;
    width: 175px;
    height: 64px;
  }
  .product__item-text {
    line-height: 16px;
  }
  .product__item-img {
    width: 67px;
    height: 67px;
  }
  .process__title {
    padding-left: 15px;
    padding-top: 45px;
  }
  .process__item {
    margin-left: 15px;
  }
  .process__item-bottom,
  .process__item-middle {
    margin-top: 0;
  }
  .process__item-text {
    line-height: 16px;
    padding: 15px 10px;
    width: 185px;
  }
  .process__item-text-bottom,
  .process__item-text-top {
    margin-left: -15px;
  }
  .process__item-text-middle {
    margin-right: -25px;
  }
  .process__item-text::after {
    top: -56px;
    left: 0;
  }
  .process__item-img {
    width: 110px;
  }
  .principle__text {
    font-size: 16px;
    line-height: 20px;
    padding: 0 10%;
  }
  .components__slider {
    padding: 0 15px;
    margin-top: 30px;
  }
  .components__slider .item {
    margin-top: 30px;
    padding: 20px;
  }
  .components__slider .item__title {
    font-size: 18px;
    line-height: 22px;
    max-width: 200px;
  }
  .components__slider .item__img {
    width: 90px;
    right: 0;
    top: -50px;
  }
  .components__slider .item__img--two {
    top: -25px;
  }
  .expert {
    min-height: auto;
  }
  .expert__title {
    margin-left: 50px;
    max-width: 100%;
    padding-top: 0;
  }
  .expert__content {
    max-width: 100%;
    padding: 25px 35px 30px 25px;
    margin-left: 10px;
    margin-top: 0;
  }
  .expert__content::before {
    height: 232px;
    width: 130px;
    right: 0;
    bottom: -113px;
  }
  __image {
    right: 0;
    max-width: 28%;
    bottom: -53px;
  }
  .stages__title {
    padding-top: 70px;
    max-width: 200px;
  }
  .stages__slider {
    padding: 0 15px;
  }
  .stages__slider .item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
  .stages__slider .item__img {
    max-width: 25%;
  }
  .stages__slider .item__list li::before {
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
    top: -10px;
    left: -47px;
  }
  .stages__slider .item__text {
    padding: 25px 25px 25px 45px;
    line-height: 16px;
  }
  .possibilities__item {
    padding: 15px 15px 15px 65px;
    margin-top: 13px;
    width: 200px;
    height: 100px;
    margin-bottom: 13px;
    margin-left: 90px;
  }
  .possibilities__item::before {
    left: -100px;
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
    top: auto;
  }
  .possibilities__item-text {
    line-height: 16px;
  }
  .possibilities__item-img {
    position: absolute;
    left: -38px;
    top: 5px;
    width: 90px;
    height: 90px;
  }
  .happy__title {
    margin-left: 15px;
  }
  .happy .item__img img {
    max-width: 230px;
  }
  .happy .item__text {
    max-width: 280px;
    margin-top: -100px;
    padding: 90px 25px 25px;
  }
  .happy .item__text--figure-one::before {
    top: -15px;
    right: -25px;
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
  }
  .video__youtube {
    max-width: 100%;
    margin: 45px auto 0;
  }
  .video__youtube iframe {
    height: 200px;
  }
  .links {
    text-align: left;
    padding-left: 30px;
  }
}
@media (max-width: 380px) {
  .prod-ab {
    left: 90px;
    max-width: 80px;
    top: 130px;
  }
}
.item__img--two {
  top: -100px !important;
}
@media (max-width: 550px) {
  .item__img--two {
    top: -40px !important;
  }
}
