<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@-webkit-keyframes showContentOpacity {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showContentOpacity {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes showContent1 {
  0% {
    left: 0;
    width: 0%;
    right: 100%;
  }
  50% {
    width: 100%;
    left: 0;
    right: 0;
  }
  to {
    left: 100%;
    width: 0%;
    right: 0;
  }
}
@keyframes showContent1 {
  0% {
    left: 0;
    width: 0%;
    right: 100%;
  }
  50% {
    width: 100%;
    left: 0;
    right: 0;
  }
  to {
    left: 100%;
    width: 0%;
    right: 0;
  }
}
@-webkit-keyframes showContent2 {
  0% {
    right: 0;
    width: 0%;
    left: 100%;
  }
  50% {
    width: 100%;
    left: 0;
    right: 0;
  }
  to {
    right: 100%;
    left: 0;
    width: 0%;
  }
}
@keyframes showContent2 {
  0% {
    right: 0;
    width: 0%;
    left: 100%;
  }
  50% {
    width: 100%;
    left: 0;
    right: 0;
  }
  to {
    right: 100%;
    left: 0;
    width: 0%;
  }
}
@-webkit-keyframes showContentScroll1 {
  0% {
    opacity: 0;
    bottom: 50%;
  }
  to {
    opacity: 1;
    bottom: 60px;
  }
}
@keyframes showContentScroll1 {
  0% {
    opacity: 0;
    bottom: 50%;
  }
  to {
    opacity: 1;
    bottom: 60px;
  }
}
@-webkit-keyframes showContentScroll2 {
  0% {
    opacity: 0;
    top: 50%;
  }
  to {
    opacity: 1;
    top: 60px;
  }
}
@keyframes showContentScroll2 {
  0% {
    opacity: 0;
    top: 50%;
  }
  to {
    opacity: 1;
    top: 60px;
  }
}
@-webkit-keyframes showContentScroll3 {
  0% {
    opacity: 0;
    bottom: 50%;
  }
  to {
    opacity: 1;
    bottom: 80px;
  }
}
@keyframes showContentScroll3 {
  0% {
    opacity: 0;
    bottom: 50%;
  }
  to {
    opacity: 1;
    bottom: 80px;
  }
}
@-webkit-keyframes showContentScroll4 {
  0% {
    opacity: 0;
    bottom: -100px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes showContentScroll4 {
  0% {
    opacity: 0;
    bottom: -100px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes showContentScroll5 {
  0% {
    opacity: 0;
    right: -200px;
  }
  to {
    opacity: 0.2;
    right: 280px;
  }
}
@keyframes showContentScroll5 {
  0% {
    opacity: 0;
    right: -200px;
  }
  to {
    opacity: 0.2;
    right: 280px;
  }
}
@-webkit-keyframes showContentScroll6 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(1250px);
    transform: translateX(1250px);
  }
}
@keyframes showContentScroll6 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(1250px);
    transform: translateX(1250px);
  }
}
@-webkit-keyframes showContentScroll7 {
  0% {
    opacity: 0;
    bottom: 50%;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes showContentScroll7 {
  0% {
    opacity: 0;
    bottom: 50%;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes showContentScroll8 {
  0% {
    opacity: 0;
    left: -2000px;
  }
  to {
    opacity: 1;
    left: -1150px;
  }
}
@keyframes showContentScroll8 {
  0% {
    opacity: 0;
    left: -2000px;
  }
  to {
    opacity: 1;
    left: -1150px;
  }
}
@-webkit-keyframes showContentRotate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes showContentRotate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes showItemTop {
  0% {
    top: -80px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes showItemTop {
  0% {
    top: -80px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes showItemBottom {
  0% {
    top: 80px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes showItemBottom {
  0% {
    top: 80px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes showItemLeft {
  0% {
    left: 200px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes showItemLeft {
  0% {
    left: 200px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes showItemRight {
  0% {
    right: 200px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes showItemRight {
  0% {
    right: 200px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@-webkit-keyframes showTextPromo {
  0% {
    -webkit-transform: translate(-3500px, -50%);
    transform: translate(-3500px, -50%);
  }
  to {
    -webkit-transform: translate(-2614px, -50%);
    transform: translate(-2614px, -50%);
  }
}
@keyframes showTextPromo {
  0% {
    -webkit-transform: translate(-3500px, -50%);
    transform: translate(-3500px, -50%);
  }
  to {
    -webkit-transform: translate(-2614px, -50%);
    transform: translate(-2614px, -50%);
  }
}
@-webkit-keyframes showTextPromo2 {
  0% {
    -webkit-transform: translate(-3700px, -50%);
    transform: translate(-3700px, -50%);
  }
  to {
    -webkit-transform: translate(-2725px, -50%);
    transform: translate(-2725px, -50%);
  }
}
@keyframes showTextPromo2 {
  0% {
    -webkit-transform: translate(-3700px, -50%);
    transform: translate(-3700px, -50%);
  }
  to {
    -webkit-transform: translate(-2725px, -50%);
    transform: translate(-2725px, -50%);
  }
}
@-webkit-keyframes showTextStatistics {
  0% {
    background-position: center, top left calc(50% - 510px),
      top right calc(50% - 585px), center bottom -220px;
  }
  to {
    background-position: center, top left calc(50% - 510px),
      top right calc(50% - 585px), center bottom 0;
  }
}
@keyframes showTextStatistics {
  0% {
    background-position: center, top left calc(50% - 510px),
      top right calc(50% - 585px), center bottom -220px;
  }
  to {
    background-position: center, top left calc(50% - 510px),
      top right calc(50% - 585px), center bottom 0;
  }
}
@-webkit-keyframes showDescription {
  0% {
    opacity: 0;
    max-height: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    max-height: 900px;
  }
  to {
    opacity: 1;
    max-height: 900px;
  }
}
@keyframes showDescription {
  0% {
    opacity: 0;
    max-height: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    max-height: 900px;
  }
  to {
    opacity: 1;
    max-height: 900px;
  }
}
@-webkit-keyframes hideDescription {
  0% {
    opacity: 1;
    max-height: 170px;
  }
  25% {
    opacity: 1;
  }
  50% {
    max-height: 170px;
  }
  to {
    opacity: 0;
    max-height: 0;
  }
}
@keyframes hideDescription {
  0% {
    opacity: 1;
    max-height: 170px;
  }
  25% {
    opacity: 1;
  }
  50% {
    max-height: 170px;
  }
  to {
    opacity: 0;
    max-height: 0;
  }
}
@-webkit-keyframes showTextComposition {
  0% {
    background-position: center, top left calc(50% - 510px),
      top right calc(50% - 585px), center bottom -220px;
  }
  to {
    background-position: center, top left calc(50% - 510px),
      top right calc(50% - 585px), center bottom 0;
  }
}
@keyframes showTextComposition {
  0% {
    background-position: center, top left calc(50% - 510px),
      top right calc(50% - 585px), center bottom -220px;
  }
  to {
    background-position: center, top left calc(50% - 510px),
      top right calc(50% - 585px), center bottom 0;
  }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
.slick-slide img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  min-width: 320px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #111;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
br {
  line-height: 1;
  font-size: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button,
button:focus,
input,
input:focus {
  outline: 0;
}
a {
  text-decoration: none;
}
button {
  border: 0;
  display: block;
  padding: 0;
}
::-moz-focus-inner,
::-moz-focus-outer {
  border: 0;
  padding: 0;
}
:active,
:focus,
:hover,
:visited {
  outline: 0 !important;
}
::-ms-clear {
  display: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}
#comebacker_main_div {
  display: none !important;
  height: 0 !important;
}
html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0 !important;
}
::-moz-focus-inner {
  border: 0;
  outline: 0;
}
select {
  outline: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https://179523.selcdn.ru/public/layout-images/select-triangle.svg);
  background-repeat: no-repeat;
}
select,
select:hover {
  background-size: 10px 10px;
  background-position: right 10px center;
}
select:focus {
  outline: 0 !important;
  outline-color: transparent;
  outline-width: 0;
}
select::-ms-expand {
  display: none !important;
  background: 0 0 !important;
  position: fixed;
  border: 0 !important;
  outline: 0 !important;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="file"] &gt; input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
}
:not(#fake) {
  outline: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""), url(../fonts/source-sans-pro-300.woff2) format("woff2"),
    url(../fonts/source-sans-pro-300.woff) format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url(../fonts/source-sans-pro-regular.woff2) format("woff2"),
    url(../fonts/source-sans-pro-regular.woff) format("woff");
}
img,
picture {
  display: block;
}
img {
  max-width: 100%;
}
svg {
  overflow: hidden;
}
picture {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.title {
  font-size: 24px;
  color: #111;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}
.text-light {
  font-weight: 300;
}
.text-nowrap {
  white-space: nowrap;
}
.brown-text {
  color: #6f283b;
}
.nowrap {
  white-space: nowrap;
}
.btn {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 92, 0, 0.4)),
      to(rgba(255, 255, 255, 0))
    ),
    #ff2b2b;
  background: linear-gradient(
      180deg,
      rgba(255, 92, 0, 0.4) 0,
      rgba(255, 255, 255, 0) 100%
    ),
    #ff2b2b;
  width: 100%;
  max-width: 240px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  padding: 13px 10px 17px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn:hover {
  background: #ff2b2b;
  -webkit-box-shadow: 0 0 10px 0 #ff2b2b;
  box-shadow: 0 0 10px 0 #ff2b2b;
}
.price {
  position: relative;
  width: 175px;
}
.price__new {
  color: #6f283b;
}
.price__new-value {
  font-size: 70px;
  line-height: 51px;
  display: inline-block;
}
.price__new-currency {
  display: inline-block;
  font-size: 30px;
  line-height: 21px;
}
.price__old {
  color: #666;
  position: absolute;
  top: 0;
  right: 0;
}
.price__old-value {
  display: inline-block;
  font-size: 25px;
  line-height: 17px;
}
.price__old-currency {
  display: inline-block;
  font-size: 16px;
  line-height: 12px;
}
.price__old::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-11deg);
  transform: translate(-50%, -50%) rotate(-11deg);
  width: 100%;
  border-bottom: 1px solid #6f283b;
}
.input {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  -webkit-box-shadow: 0 5px 10px rgba(186, 192, 202, 0.2);
  box-shadow: 0 5px 10px rgba(186, 192, 202, 0.2);
  border: 1px solid #a0bccc;
  background-color: #fff !important;
  padding: 16.5px 15px 16.5px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.input:-webkit-autofill,
.input:-webkit-autofill:active,
.input:-webkit-autofill:focus,
.input:-webkit-autofill:hover {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.input:focus,
.input:hover {
  -webkit-box-shadow: inset 0 0 10px 0 rgba(186, 192, 202, 0.5);
  box-shadow: inset 0 0 10px 0 rgba(186, 192, 202, 0.5);
  border: 1px solid #7793a3;
}
.input::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.7) !important;
}
.input:-moz-placeholder,
.input::-moz-placeholder {
  color: #313131 !important;
}
.input:-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.5) !important;
}
.input::-ms-input-placeholder {
  color: #535353 !important;
}
.input::-moz-placeholder {
  color: rgba(68, 68, 68, 0.8);
}
.input::placeholder {
  color: rgba(68, 68, 68, 0.8);
}
.bg-main {
  background-color: #dee5ee;
  background-image: linear-gradient(
    90.05deg,
    rgba(200, 231, 240, 0.5) 0.05%,
    rgba(235, 250, 255, 0.515625) 48.44%,
    rgba(200, 231, 240, 0.5) 99.96%
  );
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff;
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dots,
.slick-dots li button:before {
  position: absolute;
  left: 0;
  text-align: center;
}
.slick-dots {
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.composition__item-image-1 img {
    width: 160px;
}
.composition__item-image-3 img, .composition__item-image-4 img {
    width: 140px;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  top: 0;
  width: 20px;
  height: 20px;
  content: "";
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.slick-slide {
  outline: 0;
}
.block {
  padding-top: 35px;
  padding-bottom: 35px;
}
.first__text-bg {
  display: none;
}
.header__inner {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__arrow {
  display: none;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo-image {
  margin-right: 10px;
}
.header__logo-text {
  font-size: 12px;
}
.header__button {
  border: 2px solid #691c32;
  width: 40px;
  height: 40px;
  background-color: transparent;
  padding: 5px;
  cursor: pointer;
}
.header__button-line {
  width: 100%;
  height: 2px;
  background-color: #691c32;
  margin-bottom: 7px;
  display: block;
}
.header__button-line:last-child,
.header__item:last-child {
  margin-bottom: 0;
}
.header__nav-wrapper {
  display: none;
}
.header__order {
  margin: 0 auto;
}
.header__item {
  font-size: 22px;
  color: #691c32;
  margin-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.header__item:hover {
  border-bottom: 2px solid #691c32;
}
.header__menu,
.header__menu-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  display: none;
}
.header__menu {
  width: 100%;
  padding: 10px;
  background-color: #dee5ee;
  background-image: linear-gradient(
    90.05deg,
    rgba(200, 231, 240, 0.5) 0.05%,
    rgba(235, 250, 255, 0.515625) 48.44%,
    rgba(200, 231, 240, 0.5) 99.96%
  );
  z-index: 5;
}
.header__menu-wrapper {
  z-index: 4;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.header__menu-close {
  background-color: transparent;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.header__menu-close::after,
.header__menu-close::before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #691c32;
  position: absolute;
  left: 0;
  top: 50%;
}
.header__menu-close::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.header__menu-close::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.header__menu-nav {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.promo__title {
  margin: 0 auto 15px;
  width: 230px;
}
.promo__subtitle {
  color: #333;
  text-align: center;
  font-size: 17px;
  margin-bottom: 30px;
}
.promo__text {
  text-align: center;
  margin-bottom: 20px;
}
.promo__list {
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
}
.promo__item {
  color: #222;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.promo__item:last-child {
  margin-bottom: 0;
}
.promo__item::after,
.promo__item::before {
  content: "";
  position: absolute;
  background-color: #6f283b;
  width: 18px;
  height: 4px;
  left: 0;
  top: 7px;
}
.promo__item::before {
  width: 4px;
  height: 18px;
  left: 7px;
  top: 0;
}
.promo__inner {
  position: relative;
  padding-bottom: 55px;
}
.promo__inner-2 {
  padding-bottom: 0;
}
.promo__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.promo__content {
  margin-bottom: 20px;
}
.promo__product {
  position: relative;
  width: 290px;
  margin: 0 auto 15px;
}
.promo__medal {
  position: absolute;
  top: 3px;
  left: 10px;
  width: 65px;
}
.promo__pills {
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 110px;
}
.promo__arrow-left,
.promo__arrow-right {
  display: none;
}
.promo__form {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.promo__form .action {
  background-color: #fff;
}
.info__subtitle {
  text-align: center;
  font-size: 17px;
  margin-bottom: 20px;
}
.info__list {
  margin-bottom: 10px;
}
.info__image {
  width: 290px;
  margin: 0 auto -35px;
}
.info__item {
  background-color: #ddecf3;
  border-radius: 5px;
  padding: 15px 10px 15px 40px;
  line-height: 1.3;
  position: relative;
  margin-bottom: 15px;
  background-image: url(../img/dots.png);
  background-repeat: no-repeat;
  background-position: top 5px right -345px;
}
.info__item-icon {
  width: 20px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.info__item:last-child,
.statistics__item:last-child {
  margin-bottom: 0;
}
.info__item-mask,
.info__side,
.statistics__image {
  display: none;
}
.statistics__item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
}
.statistics__item-value {
  font-size: 50px;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #a0bccc;
  margin-bottom: 10px;
}
.statistics__item-value span {
  font-size: 38px;
}
.statistics__item-value span.small {
  font-size: 20px;
}
.statistics__content {
  margin-bottom: 30px;
}
.statistics__info {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
  border-radius: 5px;
  padding: 25px 10px 15px;
  position: relative;
  text-align: center;
  transition: 0.3s;
}
.statistics__info {
  background-color: #f8f8ff;
  border-color: #d32a2a;
}
.statistics__info,
.statistics__item {
  background-color: #f8f8ff;
  border-color: #d32a2a;
}
.statistics__info::before {
  content: "i";
  text-align: center;
  width: 38px;
  height: 38px;
  font-size: 20px;
  line-height: 38px;
  color: #fff;
  background-color: #6f283b;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.statistics__info .statistics__info-dots,
.statistics__info .statistics__info-subtitle,
.statistics__info .statistics__info-value,
.statistics__item .statistics__item-value {
  color: #d32a2a;
}
.statistics__info-left {
  border-bottom: 1px solid #a0bccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.statistics__info-value {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a0bccc;
  font-size: 40px;
}
.statistics__info-dots {
  font-size: 18px;
  line-height: 12px;
  margin-bottom: 10px;
}
.statistics__info-subtitle {
  font-size: 18px;
}
.statistics__info-text {
  line-height: 1.3;
  color: #000;
}
.statistics__info-text:first-child {
  margin-bottom: 15px;
}
.about__title-quote,
.statistics__arrow {
  display: none;
}
.about__content {
  margin-bottom: 10px;
}
.about__text {
  margin-bottom: 15px;
  line-height: 1.3;
}
.about__text:last-child {
  margin-bottom: 0;
}
.about__image {
  width: 290px;
  margin: 0 auto;
}
.about__inner {
  margin-bottom: 10px;
}
.about__family,
.about__side {
  display: none;
}
.action {
  background: #ddecf3;
  border-radius: 5px;
  padding: 15px;
}
.action__title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}
.action__title .date-0 {
  display: none;
}
.action__price {
  margin: 0 auto 20px;
}
.action__form {
  width: 100%;
  margin: 0 auto;
}
.action__input {
  width: 100%;
  margin-bottom: 15px;
}
.action__btn {
  max-width: 100%;
  width: 100%;
}
.composition__content {
  margin-bottom: 20px;
}
.composition__item {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(160, 188, 204, 0.5);
}
.composition__feature:last-child,
.composition__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.composition__item-info {
  width: 100%;
}
.composition__item-image {
  margin: 0 auto;
  width: 200px;
  background-image: url(../img/composition_item_shadow.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 25px;
}
.composition__item-image-gray {
  display: none;
}
.composition__item-image img {
  margin: 0 auto;
  display: block;
}
.composition__item-image-4 img {
  width: 140px;
}
.composition__item-title {
  font-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  line-height: 60px;
  margin-bottom: 10px;
}
.composition__item-title-1 {
  background-image: url(../img/composition_number_1.png);
}
.composition__item-title-2 {
  background-image: url(../img/composition_number_2.png);
}
.composition__item-title-3 {
  background-image: url(../img/composition_number_3.png);
}
.composition__item-dots {
  display: none;
}
.composition__info {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px 5px 5px 5px;
  padding: 15px 10px;
}
.composition__feature,
.composition__feature-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.composition__feature {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #a0bccc;
}
.composition__feature-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 75px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}
.composition__feature-text {
  line-height: 1.3;
}
.advantage__item br,
.composition__arrow {
  display: none;
}
.advantage__content {
  width: 290px;
  margin: 0 auto;
}
.advantage__item {
  background-color: #ddecf3;
  border-radius: 5px;
  padding: 15px 10px 15px 70px;
  line-height: 1.3;
  position: relative;
  margin-bottom: 15px;
  background-position: left -6px bottom -1px, right -95px top 1px;
  background-repeat: no-repeat;
}
.advantage__item-1 {
  background-image: url(../img/number_01.png), url(../img/advantage_bg_dots.png);
  background-size: 50px 44px, auto;
}
.advantage__item-2 {
  background-image: url(../img/number_02.png), url(../img/advantage_bg_dots.png);
  background-size: 61px 44px, auto;
}
.advantage__item-3 {
  background-image: url(../img/number_03.png), url(../img/advantage_bg_dots.png);
  background-size: 59px 44px, auto;
}
.advantage__item-4 {
  background-image: url(../img/number_04.png), url(../img/advantage_bg_dots.png);
  background-size: 62px 44px, auto;
}
.advantage__item-5 {
  background-image: url(../img/number_05.png), url(../img/advantage_bg_dots.png);
  background-size: 61px 44px, auto;
}
.advantage__item-6 {
  background-image: url(../img/number_06.png), url(../img/advantage_bg_dots.png);
  background-size: 60px 44px, auto;
}
.advantage__item:last-child {
  margin-bottom: 0;
}
.advantage__item-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 16px;
}
.advantage__arrow,
.advantage__image,
.advantage__side,
.advantage__text {
  display: none;
}
.expert__text {
  line-height: 1.3;
  margin-bottom: 15px;
}
.expert--mob {
  max-width: 210px;
  margin: 0 auto 15px;
  display: block;
  border-bottom: 1px solid #ccc;
}
.expert__content {
  margin-bottom: 20px;
}
.expert__info {
  position: relative;
  padding: 5px 0 0 60px;
}
.expert__info::before,
.expert__more-item::before {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/expert_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.expert__name {
  font-size: 22px;
  margin-bottom: 10px;
}
.expert__more {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px;
}
.expert__more-title {
  color: #6f283b;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}
.expert__more-content {
  margin-bottom: 20px;
}
.expert__more-item {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a0bccc;
}
.expert__more-item::before {
  top: 4px;
  width: 20px;
  height: 16px;
  background-image: url(../img/check_icon.png);
}
.expert__more-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.expert__more-btn {
  margin: 0 auto;
}
.expert__arrow,
.expert__image,
.reviews__item.active .reviews__item-btn::after {
  display: none;
}
.reviews__content {
  width: 100%;
  max-width: 290px;
  margin: 0 auto 10px;
  position: relative;
}
.reviews__item {
  background-color: #ddecf3;
  border-radius: 5px;
  padding: 15px 15px 25px;
  margin-bottom: 30px;
  position: relative;
  background-image: url(../img/advantage_bg_dots.png);
  background-repeat: no-repeat;
  background-position: right center;
  transition: background-color 0.3s, background-position 0.3s;
}
.reviews__item:last-child {
  margin-bottom: 18px;
}
.reviews__item-name {
  margin-bottom: 10px;
  padding: 15px 0 15px 65px;
  position: relative;
}
.reviews__item-name::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ava1::before {
  background-image: url(../img/ava1.png);
}
.ava2::before {
  background-image: url(../img/ava2.png);
}
.ava3::before {
  background-image: url(../img/ava3.png);
}
.ava4::before {
  background-image: url(../img/ava4.png);
}
.ava5::before {
  background-image: url(../img/ava5.png);
}
.ava6::before {
  background-image: url(../img/ava6.png);
}
.ava7::before {
  background-image: url(../img/ava7.png);
}
.ava8::before {
  background-image: url(../img/ava8.png);
}
.ava9::before {
  background-image: url(../img/ava9.png);
}
.reviews__item-text {
  line-height: 1.3;
  overflow: hidden;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.reviews__item-btn {
  cursor: pointer;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: #6f283b;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
.reviews__item-btn::after,
.reviews__item-btn::before {
  content: "";
  width: 16px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.reviews__item-btn::after {
  width: 3px;
  height: 16px;
}
.reviews__item-btn:hover {
  background-color: #d32a2a;
}
.reviews__item-icon {
  width: 20px;
  height: 24px;
  position: absolute;
  left: 15px;
  top: 10px;
  display: none;
}
.reviews__item-icon path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reviews__item:hover {
  background-color: #e3f6ff;
  background-position: right 20px center;
}
.reviews__arrow:hover path,
.reviews__item:hover .reviews__item-icon path {
  fill: #d32a2a;
}
.reviews__item.active .reviews__item-text {
  max-height: 280px;
}
.reviews__slide {
  margin: 0 5px;
}
.reviews__arrow {
  position: absolute;
  bottom: -45px;
  cursor: pointer;
}
.reviews__arrow.slick-disabled path {
  fill: #a0bccc;
  fill-opacity: 0.5;
}
.reviews__arrow-left {
  left: 10px;
}
.reviews__arrow-right {
  right: 10px;
}
.reviews__counter {
  font-size: 50px;
  color: #cfdde5;
  text-align: center;
}
.reviews__counter-current {
  color: #6f283b;
}
.reviews__text {
  display: none;
}
.use__item {
  width: 230px;
  margin: 0 auto 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a0bccc;
}
.use__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.use__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}
.use__item-text {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 20px 0;
}
.use__item-text-1 {
  background-image: url(../img/use_number-1.png);
}
.use__item-text-2 {
  background-image: url(../img/use_number-2.png);
}
.use__item-text-3 {
  background-image: url(../img/use_number-3.png);
}
.use__arrow,
.use__more {
  display: none;
}
.order__item {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  background-color: #ddecf3;
  border-radius: 5px;
  padding: 16px 20px 24px;
  margin: 0 auto 20px;
  width: 270px;
  background-repeat: no-repeat;
  background-position: center top -7px, left -8px bottom -4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.order__item:last-child {
  margin-bottom: 0;
}
.order__item:hover {
  background-position: center top 13px, left -8px bottom -4px;
  background-color: #b0d4e6;
}
.order__item-image {
  width: 65px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto 25px;
}
.order__item-title {
  margin-bottom: 15px;
}
.order__item-1 {
  background-image: url(../img/bg_dots_2.png), url(../img/number_01.png);
  background-size: auto, 57px 50px;
}
.order__item-2 {
  background-image: url(../img/bg_dots_2.png), url(../img/number_02.png);
  background-size: auto, 69px 50px;
}
.order__item-3 {
  background-image: url(../img/bg_dots_2.png), url(../img/number_03.png);
  background-size: auto, 68px 50px;
}
.order__item-4 {
  background-image: url(../img/bg_dots_2.png), url(../img/number_04.png);
  background-size: auto, 71px 50px;
}
.last__text-bg {
  display: none;
}
.popup {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.popup__left {
  display: none;
}
.popup__right {
  background-color: #d9e9f2;
  padding: 20px 30px 30px;
  width: 300px;
}
.popup__title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.popup__title .date-0 {
  display: none;
}
.popup__price {
  margin: 0 auto 20px;
}
.popup__input {
  margin-bottom: 20px;
}
.ever-popup.show {
  display: flex !important;
}
.ever-popup__inner {
  margin: auto !important;
}
@media screen and (min-width: 480px) {
  .container {
    width: 480px;
  }
  .title {
    font-size: 28px;
  }
  .promo__title {
    width: 250px;
  }
  .promo__subtitle {
    font-size: 20px;
  }
  .promo__text {
    font-size: 18px;
  }
  .promo__list {
    max-width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .promo__item {
    width: 48%;
  }
  .advantage__item:nth-child(5),
  .order__item:nth-child(3),
  .promo__item:nth-child(3) {
    margin-bottom: 0;
  }
  .promo__product {
    width: 350px;
  }
  .promo__medal {
    top: 5px;
    width: 75px;
  }
  .promo__pills {
    left: -5px;
    width: 135px;
  }
  .info__subtitle {
    font-size: 18px;
    background-image: url(../img/arrow-right.png), url(../img/arrow-left.png);
    background-position: center left -50px, center right -50px;
    background-repeat: no-repeat;
  }
  .statistics__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding: 15px 10px;
  }
  .statistics__item-value {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-bottom: none;
    border-right: 1px solid #a0bccc;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
    width: 125px;
    line-height: 30px;
  }
  .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .action__info {
    padding: 0 10px;
  }
  .action__price {
    margin-bottom: 0;
  }
  .action__form {
    width: 220px;
    margin: 0;
  }
  .action__btn,
  .action__input {
    width: 220px;
  }
  .composition__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .composition__item-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 15px 0 0;
  }
  .composition__item-title {
    display: inline-block;
  }
  .advantage__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .advantage__item {
    width: 48%;
    background-position: left -6px bottom -1px, right -95px top 2px;
  }
  .reviews__content {
    max-width: 100%;
  }
  .reviews__item {
    margin-bottom: 35px;
  }
  .reviews__item-name {
    margin-bottom: 15px;
  }
  .reviews__item.active .reviews__item-text {
    max-height: 180px;
  }
  .reviews__arrow-left {
    left: 100px;
  }
  .reviews__arrow-right {
    right: 100px;
  }
  .use__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .use__item-image {
    width: 150px;
    margin: 0 55px 0 0;
  }
  .use__item-text {
    text-align: left;
  }
  .order__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .order__item {
    margin: 0 0 20px;
    width: 215px;
  }
}
@media screen and (min-width: 640px) {
  .expert--mob {
    display: none;
  }
  .container {
    width: 640px;
  }
  .title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .info__subtitle {
    background-position: center left, center right;
  }
  .info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .info__item {
    width: 48%;
    margin-bottom: 20px;
  }
  .info__item:nth-child(3) {
    margin-bottom: 0;
  }
  .info__item-reverse {
    text-align: right;
    padding: 15px 40px 15px 10px;
    background-position: top 5px left -345px;
  }
  .info__item-reverse .info__item-icon {
    left: auto;
    right: 10px;
  }
  .statistics__content {
    margin-bottom: 40px;
  }
  .statistics__item {
    padding: 15px 30px;
  }
  .statistics__item-value {
    width: 130px;
    padding: 0 20px 0 0;
    margin: 0 35px 0 0;
  }
  .about__image {
    width: 400px;
  }
  .action {
    display: block;
  }
  .action__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 0;
  }
  .action__title {
    margin-bottom: 0;
  }
  .action__price {
    margin: 0;
  }
  .action__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .action__input {
    width: 185px;
    margin-bottom: 0;
  }
  .action__btn {
    width: 185px;
  }
  .composition__content {
    margin-bottom: 30px;
  }
  .composition__item-image {
    margin: 0 25px 0 0;
    width: 250px;
  }
  .composition__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .composition__feature {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    display: block;
    width: 32%;
    position: relative;
  }
  .composition__feature-image {
    height: 75px;
    margin: 0 auto 10px;
  }
  .composition__feature-text {
    text-align: center;
  }
  .composition__feature::after {
    content: "";
    height: 100px;
    border-right: 1px solid #a0bccc;
    position: absolute;
    right: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .composition__feature:last-child::after {
    content: none;
  }
  .expert__inner {
    position: relative;
  }
  .expert__content {
    padding-left: 225px;
  }
  .expert__image {
    width: 235px;
    display: block;
    position: absolute;
    left: -15px;
    top: 166px;
  }
  .expert__more {
    position: relative;
  }
  .reviews__item {
    padding: 25px 20px 35px;
  }
  .reviews__item.active .reviews__item-text {
    max-height: 120px;
  }
  .reviews__item-icon {
    top: 20px;
  }
  .reviews__arrow-left {
    left: 170px;
  }
  .reviews__arrow-right {
    right: 170px;
  }
  .use__content,
  .use__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .use__content {
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
  }
  .use__content::after,
  .use__content::before {
    content: "";
    position: absolute;
    height: 165px;
    border-right: 1px solid #a0bccc;
    top: 80px;
    left: 410px;
  }
  .use__content::before {
    left: 200px;
  }
  .use__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
    width: 190px;
  }
  .use__item-image {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0 0 15px;
    width: 100%;
  }
  .use__item-image-1 img {
    width: 160px;
  }
  .use__item-image-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .use__item-image-2 img {
    width: 150px;
  }
  .use__item-image-3 img {
    width: 140px;
  }
  .use__item-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    margin-bottom: 15px;
  }
  .use__item-text-1 {
    margin-bottom: 50px;
  }
  .use__item-text-2 {
    margin-bottom: 0;
  }
  .order__content {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .order__item {
    width: 270px;
    padding: 59px 10px 40px;
  }
}
@media screen and (min-width: 768px) {
  .info__image {
    width: 360px;
    margin-bottom: -40px;
  }
  html {
    overflow-y: auto !important;
  }
  .container {
    width: 768px;
  }
  .title {
    font-size: 36px;
  }
  .block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .header__button {
    display: none;
  }
  .header__menu,
  .header__menu-wrapper {
    display: none !important;
  }
  .header__nav {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 19.5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav-wrapper {
    display: block;
  }
  .header__item {
    color: #555;
    font-size: 14px;
    line-height: 15px;
    border-bottom: 1px solid transparent;
    margin: 0 20px;
    position: relative;
    display: block;
  }
  .header__item:hover {
    border-bottom: 1px solid #555;
  }
  .header__item:not(:last-child)::after {
    content: "";
    height: 25px;
    border-right: 1px solid #e2e2e2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -20px;
  }
  .promo__title {
    width: 300px;
    margin: 0 0 15px;
  }
  .promo__subtitle,
  .promo__text {
    font-size: 24px;
    text-align: left;
  }
  .promo__text {
    font-size: 20px;
  }
  .promo__list {
    display: block;
    margin-bottom: 35px;
  }
  .promo__item {
    width: 100%;
    font-size: 17px;
  }
  .promo__item:nth-child(3) {
    margin-bottom: 15px;
  }
  .promo__btn {
    position: relative;
    left: 0;
    -webkit-transform: none;
    transform: none;
    margin: 0;
  }
  .promo__content {
    max-width: 386px;
    margin-bottom: 0;
  }
  .promo__content-2 {
    margin-bottom: 20px;
  }
  .promo__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
  }
  .promo__inner-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .promo__product {
    width: 385px;
    margin: 0 -15px 0 0;
  }
  .promo__product-2 {
    width: 345px;
    margin-right: 0;
    margin-bottom: 20px;
    flex-shrink: 0;
  }
  .promo__medal {
    width: 85px;
  }
  .promo__pills {
    left: -5px;
  }
  .promo__form {
    width: 100%;
  }
  .info__subtitle {
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto 30px;
  }
  .info__item {
    font-size: 17px;
    line-height: 1.4;
    padding: 20px 20px 20px 60px;
  }
  .info__item-icon {
    width: 27px;
    height: 21px;
    left: 18px;
  }
  .info__item-reverse {
    padding: 20px 60px 20px 20px;
  }
  .info__item-reverse .info__item-icon {
    left: auto;
    right: 18px;
  }
  .statistics__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .statistics__image {
    display: block;
    position: relative;
    width: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 20px 0 0;
  }
  .statistics__circle {
    max-width: 100%;
    height: 250px;
  }
  .statistics__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 36px;
  }
  .statistics__item {
    padding: 15px 10px;
  }
  .statistics__item-value {
    width: 130px;
    padding: 0 5px 0 0;
    margin: 0 10px 0 0;
    font-size: 60px;
    line-height: 35px;
  }
  .statistics__item-text {
    font-size: 17px;
    line-height: 1.4;
  }
  .statistics__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding: 35px 20px 25px;
  }
  .statistics__info-left {
    border-bottom: none;
    border-right: 1px solid #a0bccc;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
    padding: 0 15px 0 0;
    margin: 0 30px 0 0;
  }
  .statistics__info-value {
    font-size: 45px;
  }
  .statistics__info-dots {
    font-size: 20px;
    line-height: 14px;
    margin-bottom: 10px;
  }
  .statistics__info-subtitle {
    font-size: 20px;
  }
  .statistics__info-text {
    font-size: 17px;
    line-height: 1.4;
  }
  .statistics__info-text:first-child {
    margin-bottom: 15px;
  }
  .about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .about__title,
  .composition__item-image picture {
    width: 100%;
  }
  .about__content {
    width: 45%;
    order: 3;
    margin-bottom: 0;
    padding-right: 10px;
    height: 335px;
    overflow: auto;
    scrollbar-color: #6f283b #f1f7fa !important;
    scrollbar-width: thin !important;
  }
  .about__content::-webkit-scrollbar {
    width: 5px;
  }
  .about__content::-webkit-scrollbar-track {
    position: relative;
    background-color: #f1f7fa;
  }
  .about__content::-webkit-scrollbar-thumb {
    background-color: #6f283b;
  }
  .about__text {
    font-size: 19px;
    margin-bottom: 25px;
    line-height: 1.4;
  }
  .about__image {
    margin: 0;
  }
  .action__btn,
  .action__input {
    width: 220px;
  }
  .composition__title {
    margin-bottom: 20px;
  }
  .composition__content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
  }
  .composition__content::after,
  .composition__content::before {
    height: 150px;
    border-right: 1px solid rgba(160, 188, 204, 0.5);
    position: absolute;
    top: 100px;
    left: 497px;
    opacity: 0;
  }
  .composition__content::before {
    left: 241px;
  }
  .composition__item {
    display: block;
    text-align: center;
    width: 280px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .composition__item:nth-child(-n + 2) {
    margin-bottom: 25px;
  }
  .composition__item-image {
    width: 210px;
    margin: 0 auto 10px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .composition__item-title {
    font-size: 22px;
  }
  .composition__feature-text,
  .composition__item-text {
    font-size: 17px;
    line-height: 1.4;
  }
  .advantage__content {
    margin-bottom: 10px;
  }
  .advantage__item {
    font-size: 17px;
    line-height: 1.4;
    padding: 20px 40px 20px 90px;
    background-position: left -8px bottom -2px, right -95px top 1px;
    margin-bottom: 20px;
  }
  .advantage__item-1 {
    background-size: 69px 60px, auto;
  }
  .advantage__item-2 {
    background-size: 83px 60px, auto;
  }
  .advantage__item-3 {
    background-size: 81px 60px, auto;
  }
  .advantage__item-4 {
    background-size: 85px 60px, auto;
  }
  .advantage__item-5 {
    background-size: 83px 60px, auto;
  }
  .advantage__item-6 {
    background-size: 82px 60px, auto;
  }
  .advantage__item-icon {
    top: 15px;
    left: 20px;
    width: 27px;
    height: 21px;
  }
  .advantage__image {
    display: block;
    width: 400px;
    margin: 0 auto;
  }
  .expert__content {
    padding-left: 320px;
  }
  .expert__text {
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 17px;
  }
  .expert__text-2 {
    margin-bottom: 30px;
  }
  .expert__image {
    width: 300px;
    left: 0;
    top: 120px;
  }
  .expert__more {
    padding-bottom: 45px;
  }
  .expert__more-title {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .expert__more-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .expert__more-item {
    line-height: 1.4;
    font-size: 17px;
    margin-bottom: 0;
    padding: 30px 0 0;
    border-bottom: none;
  }
  .expert__more-item::before {
    top: 0;
  }
  .expert__more-item:not(:last-child):after {
    content: "";
    width: 70px;
    border-top: 1px solid #a0bccc;
    position: absolute;
    top: 8px;
    right: calc(50% - 20px);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .expert__more-item-1 {
    width: 175px;
  }
  .expert__more-item-2 {
    width: 185px;
  }
  .expert__more-item-3 {
    width: 165px;
  }
  .expert__more-item-4 {
    width: 120px;
  }
  .expert__more-btn {
    position: absolute;
    bottom: -27.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .reviews__item-name {
    padding-left: 0;
  }
  .reviews__item-name::before {
    left: -65px;
  }
  .reviews__item {
    padding-left: 80px;
    font-size: 17px;
    width: 660px;
    margin-left: 68px;
  }
  .reviews__item:nth-child(2) {
    margin-left: 0;
    margin-right: 68px;
  }
  .reviews__item-text {
    line-height: 1.4;
  }
  .reviews__item.active .reviews__item-text {
    max-height: 140px;
  }
  .reviews__item-icon {
    top: 22px;
  }
  .reviews__arrow-left {
    left: 235px;
  }
  .reviews__arrow-right {
    right: 235px;
  }
  .use__content {
    margin-bottom: 40px;
  }
  .use__content::after,
  .use__content::before {
    height: 200px;
    top: 110px;
    left: 500px;
  }
  .use__content::before {
    left: 237px;
  }
  .use__item {
    width: 210px;
  }
  .use__item-text {
    font-size: 20px;
    line-height: 1.4;
    padding: 30px 0;
  }
  .use__item-text-1 {
    margin-bottom: 40px;
  }
  .use__item-image-1 img {
    width: 200px;
  }
  .use__item-image-2 img {
    width: 190px;
  }
  .use__item-image-3 img {
    width: 160px;
  }
  .use__more {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 15px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .use__more-text {
    max-width: 245px;
    font-size: 22px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .use__more-btn {
    width: 200px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .use__more-arrow {
    display: block;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100px;
    height: 8px;
    background-image: url(../img/header_arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
  }
  .use__more-image {
    width: 100px;
    margin: 0 0 -10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order__item {
    width: 290px;
    padding: 59px 45px 50px;
    background-position: center top -7px, left -10px bottom -5px;
  }
  .order__item:hover {
    background-position: center top 13px, left -10px bottom -5px;
  }
  .order__item-image {
    margin-bottom: 35px;
  }
  .order__item-1 {
    background-size: auto, 69px 60px;
  }
  .order__item-2 {
    background-size: auto, 83px 60px;
  }
  .order__item-3 {
    background-size: auto, 81px 60px;
  }
  .order__item-4 {
    background-size: auto, 85px 60px;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active),
  (-ms-high-contrast: none) {
  .composition__item-image-color,
  .composition__item-image-gray {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .composition__item-image-color {
    opacity: 0;
  }
  .composition__item-image-gray {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .hover .composition__item-image-color {
    opacity: 1;
  }
  .hover .composition__item-image-gray {
    opacity: 0;
  }
}
@media screen and (min-width: 1000px) {
  .popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .popup__left {
    display: block;
    width: 310px;
    padding: 35px 30px 0 40px;
  }
  .popup__name {
    width: 224px;
    margin-bottom: 20px;
  }
  .popup__text {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 25px;
  }
  .popup__image {
    max-width: none;
    margin-left: -15px;
  }
  .ever-popup__inner {
    width: 610px !important;
  }
}
@media screen and (min-width: 1024px) {
  .composition__item-image-4 img {
    width: 180px;
  }
  .container {
    width: 1024px;
  }
  .composition__item-image-1 img {
    width: 200px;
}
.composition__item-image-3 img, .composition__item-image-4 img {
    width: 180px;
}
  .title {
    font-size: 38px;
  }
  .block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .first {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .no-webp .first {
    background-image: url(../img/promo_bg.jpg);
  }
  .webp .first {
    background-image: url(../img/promo_bg.webp);
  }
  .header__inner {
    padding-top: 45px;
  }
  .header__item {
    margin: 0 40px;
  }
  .header__item:not(:last-child)::after {
    right: -40px;
  }
  .header__arrow {
    display: block;
    background-image: url(../img/header_arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    height: 10px;
    width: 100px;
  }
  .promo-2 {
    padding-bottom: 0;
  }
  .promo__title {
    width: 390px;
    margin-bottom: 30px;
  }
  .promo__subtitle {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .promo__text {
    margin-bottom: 30px;
  }
  .promo__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 530px;
  }
  .promo__item {
    width: 48%;
    padding-left: 40px;
  }
  .promo__item:nth-child(3) {
    margin-bottom: 0;
  }
  .promo__product {
    width: 460px;
  }
  .promo__medal {
    width: 93px;
    top: 15px;
    left: 14px;
  }
  .promo__pills {
    width: 160px;
    left: 0;
    bottom: 17px;
  }
  .promo__form .action {
    background-image: none;
  }
  .info__inner {
    position: relative;
  }
  .info__image {
    position: absolute;
    bottom: 0;
    left: calc(50% - 270px);
    width: 520px;
    margin: 0;
  }
  .info__list {
    margin-bottom: 0;
    padding: 40px 0;
  }
  .info__item {
    margin-bottom: 35px;
    padding: 25px 135px 25px 80px;
    background-position: center right -335px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .info__item-icon {
    left: 27px;
    top: 25px;
  }
  .info__item.hover {
    background-color: rgba(255, 70, 48, 0.2);
  }
  .info__item-2 {
    padding: 25px 80px 25px 90px;
    background-position: center left -335px;
  }
  .info__item-3 {
    padding: 25px 170px 25px 80px;
    background-position: top 12px right -190px;
  }
  .info__item-4 {
    padding: 25px 80px 25px 165px;
    background-position: top 12px left -190px;
  }
  .info__item-reverse .info__item-icon {
    left: auto;
    right: 27px;
  }
  .info__item::after {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 55px;
  }
  .info__item-1::after {
    background-image: url(../img/info_item-1.png);
    width: 63px;
    left: 0;
    top: -40px;
  }
  .info__item-2::after {
    background-image: url(../img/info_item-2.png);
    width: 76px;
    right: 0;
    top: -40px;
  }
  .info__item-3::after {
    background-image: url(../img/info_item-3.png);
    width: 74px;
    left: 0;
    bottom: -40px;
  }
  .info__item-4::after {
    background-image: url(../img/info_item-4.png);
    width: 78px;
    right: 0;
    bottom: -40px;
  }
  .info__item-mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 400px;
  }
  .info__item-2 .info__item-mask {
    left: auto;
    right: 0;
    width: 435px;
  }
  .info__item-3 .info__item-mask {
    width: 300px;
  }
  .info__item-4 .info__item-mask {
    left: auto;
    right: 0;
    width: 280px;
  }
  .statistics {
    background-image: linear-gradient(
        90.05deg,
        rgba(200, 231, 240, 0.5) 0.05%,
        rgba(235, 250, 255, 0.515625) 48.44%,
        rgba(200, 231, 240, 0.5) 99.96%
      ),
      url(../img/bg_dots_1.png), url(../img/bg_dots_2.png);
    background-repeat: no-repeat;
    background-position: center, top left calc(50% - 510px),
      top right calc(50% - 585px);
  }
  .statistics__image {
    width: 400px;
    margin-right: 45px;
  }
  .statistics__circle {
    height: 400px;
  }
  .statistics__icon {
    width: 62px;
  }
  .statistics__list {
    width: calc(100% - 445px);
  }
  .statistics__item {
    padding: 18px 28px;
    margin-bottom: 25px;
    position: relative;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid transparent;
  }
  .statistics__item-value {
    width: 150px;
    padding: 0 25px 0 0;
    margin: 0 30px 0 0;
  }
  .statistics__item::after {
    content: "";
    position: absolute;
    top: 50%;
    background-image: url(../img/header_arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    height: 8px;
  }
  .statistics__item-1::after {
    width: 64px;
    top: 58px;
    left: -84px;
    transform: rotate(-18deg);
    transform-origin: left;
  }
  .statistics__item-2::after {
    width: 98px;
    left: -120px;
    top: 93px;
  }
  .statistics__item-3::after {
    width: 237px;
    top: -32px;
    left: -248px;
    transform-origin: left;
    transform: rotate(19deg);
  }
  .statistics__info,
  .statistics__item:hover::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .statistics__info {
    padding: 48px 33px;
  }
  .statistics__info:hover::before {
    background-color: #d32a2a;
  }
  .statistics__info-left {
    width: 270px;
    padding: 0 30px 0 0;
    margin: 0 40px 0 0;
  }
  .statistics__info-dots {
    margin-bottom: 15px;
  }
  .statistics__element {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .advantage__item:hover .advantage__item-icon path,
  .statistics__element-1.hover,
  .statistics__element-2.hover,
  .statistics__element-3.hover path {
    fill: #d32a2a;
  }
  .about__inner {
    position: relative;
    padding-bottom: 200px;
    margin-bottom: 35px;
  }
  .about__title {
    width: 310px;
    text-align: left;
    position: relative;
    line-height: 1.2;
  }
  .about__title-quote {
    display: block;
    position: absolute;
    top: -20px;
    right: -130px;
  }
  .about__content {
    width: 485px;
    height: 480px;
    padding-right: 50px;
  }
  .about__image {
    position: absolute;
    width: 540px;
    top: 110px;
    left: -40px;
  }
  .about__family {
    width: 250px;
    display: block;
    position: absolute;
    right: 235px;
    bottom: 5px;
    opacity: 0.2;
  }
  .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 15px;
    background-image: url(../img/action_bg.png);
    background-position: center bottom -10px;
    background-repeat: no-repeat;
  }
  .action__title {
    text-align: left;
    width: 165px;
    margin-right: 15px;
  }
  .action__info {
    margin: 0 20px 0 0;
  }
  .action__form {
    width: 589px;
  }
  .action__btn,
  .action__input {
    width: 190px;
  }
  .composition {
    background-image: linear-gradient(
        90.05deg,
        rgba(200, 231, 240, 0.5) 0.05%,
        rgba(235, 250, 255, 0.515625) 48.44%,
        rgba(200, 231, 240, 0.5) 99.96%
      ),
      url(../img/bg_dots_1.png), url(../img/bg_dots_2.png);
    background-repeat: no-repeat;
    background-position: center, top left calc(50% - 510px),
      top -40px right calc(50% - 585px);
  }
  .composition__content {
    height: 550px;
    margin-bottom: 50px;
    justify-content: space-between;
    align-items: center;
  }
  .composition__content::after {
    height: 180px;
    top: 90px;
    left: 671px;
  }
  .composition__content::before {
    height: 180px;
    top: 90px;
    left: 323px;
  }
  .composition__item {
    width: 240px;
  }
  .composition__item:nth-child(-n + 2) {
    margin: 0;
  }
  .composition__item:nth-child(even) {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .composition__item:nth-child(even) .composition__item-image {
    margin: 0;
    padding: 0;
    order: 1;
  }
  .composition__item-image {
    width: 240px;
    height: 222px;
    filter: opacity(50%) saturate(0);
    transform: scale(0.9);
    position: relative;
  }
  .composition__item-title {
    margin-bottom: 5px;
  }
  .composition__item-dots {
    font-size: 22px;
    line-height: 15px;
    margin-bottom: 15px;
    display: block;
  }
  .composition__item-text {
    -webkit-animation: hideDescription 0.5s ease-in-out forwards;
    animation: hideDescription 0.5s ease-in-out forwards;
    overflow: hidden;
  }
  .composition__item.hover .composition__item-text {
    -webkit-animation: showDescription 1s ease-in-out forwards;
    animation: showDescription 1s ease-in-out forwards;
  }
  .composition__item.hover .composition__item-image {
    filter: opacity(100%) saturate(1);
    transform: scale(1);
  }
  .composition__info {
    padding: 25px 30px;
  }
  .composition__feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 31%;
  }
  .composition__feature::after {
    height: 50px;
    right: -17px;
  }
  .composition__feature-image {
    margin: 0 20px 0 0;
  }
  .composition__feature-text {
    text-align: left;
  }
  .advantage__box {
    overflow: hidden;
    position: relative;
  }
  .advantage__content {
    width: 620px;
    margin: 0;
  }
  .advantage__item {
    padding: 20px 20px 20px 90px;
    background-position: left -8px bottom -2px, right -95px top 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
  }
  .advantage__item:hover {
    background-color: #b0d4e6;
    background-position: left -8px bottom -2px, right 3px top 3px;
  }
  .advantage__item:nth-child(odd) {
    margin-right: 20px;
  }
  .advantage__image {
    width: 385px;
    position: absolute;
    right: calc(50% - 510px);
    top: calc(50% + 35px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .advantage__text {
    display: block;
    position: absolute;
    right: calc(50% - 850px);
    bottom: 25px;
    width: 700px;
  }
  .expert {
    background-image: url(../img/expert_bg.png),
      linear-gradient(
        90.05deg,
        rgba(200, 231, 240, 0.5) 0.05%,
        rgba(235, 250, 255, 0.515625) 48.44%,
        rgba(200, 231, 240, 0.5) 99.96%
      ),
      url(../img/bg_dots_2.png);
    background-position: top left calc(50% - 845px), center,
      top -40px right calc(50% - 585px);
    background-repeat: no-repeat;
  }
  .expert__title {
    padding-left: 420px;
    text-align: left;
  }
  .expert__content {
    padding-left: 420px;
    margin-bottom: 50px;
  }
  .expert__image {
    width: 380px;
    top: 0;
  }
  .expert__image::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 35px;
    width: 75px;
    height: 70px;
    background-image: url(../img/expert_quote.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .expert__more {
    padding: 50px 70px;
  }
  .expert__more-title {
    margin-bottom: 40px;
  }
  .expert__more-item {
    padding: 45px 0 0;
  }
  .expert__more-item::before {
    width: 27px;
    height: 21px;
  }
  .expert__more-item:not(:last-child):after {
    right: calc(50% - 27px);
  }
  .expert__more-item-1 {
    width: 210px;
  }
  .expert__more-item-2 {
    width: 195px;
  }
  .expert__more-item-3 {
    width: 179px;
  }
  .expert__more-item-4 {
    width: 147px;
  }
  .reviews__inner {
    position: relative;
  }
  .reviews__title {
    width: 310px;
    text-align: left;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .reviews__item-name::before {
    width: 80px;
    height: 80px;
    left: -95px;
  }
  .reviews__item {
    width: 675px;
    margin-left: 309px;
    padding: 30px 25px 40px 110px;
    margin-bottom: 45px;
  }
  .reviews__item:nth-child(2) {
    margin-right: 309px;
  }
  .reviews__item-name {
    margin-bottom: 20px;
  }
  .reviews__item-btn {
    left: 80px;
  }
  .reviews__item-icon {
    left: 23px;
    top: 27px;
  }
  .reviews__counter {
    position: absolute;
    left: 95px;
    bottom: -10px;
  }
  .reviews__arrow {
    bottom: 14px;
    z-index: 5;
  }
  .reviews__arrow-left {
    left: 0;
  }
  .reviews__arrow-right {
    right: auto;
    left: 200px;
  }
  .use {
    background-image: linear-gradient(
        90.05deg,
        rgba(200, 231, 240, 0.5) 0.05%,
        rgba(235, 250, 255, 0.515625) 48.44%,
        rgba(200, 231, 240, 0.5) 99.96%
      ),
      url(../img/bg_dots_1.png), url(../img/bg_dots_2.png);
    background-repeat: no-repeat;
    background-position: center, top left calc(50% - 510px),
      top -40px right calc(50% - 585px);
  }
  .use__content {
    margin-bottom: 50px;
  }
  .use__content::after {
    height: 227px;
    top: 95px;
    left: 678px;
  }
  .use__content::before {
    height: 227px;
    top: 95px;
    left: 315px;
  }
  .use__item {
    width: 270px;
  }
  .use__item-text-1 {
    margin-bottom: 23px;
  }
  .use__item-image-1 img {
    width: 249px;
  }
  .use__item-image-2 img {
    width: 200px;
  }
  .use__item-image-3 img {
    width: 162px;
  }
  .use__more {
    padding: 15px 30px;
  }
  .use__more-btn {
    width: 230px;
  }
  .use__more-arrow {
    width: 200px;
  }
  .order__content {
    justify-content: space-between;
    align-items: flex-end;
  }
  .order__item {
    width: 235px;
    padding: 59px 20px 40px;
    margin-bottom: 0;
  }
  .order__item:nth-child(1),
  .order__item:nth-child(3) {
    min-height: 367px;
    margin-bottom: 50px;
    padding-bottom: 63px;
  }
  .order__item:nth-child(4) {
    padding-bottom: 86px;
  }
  .last {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .no-webp .last {
    background-image: url(../img/promo_bg.jpg);
  }
  .webp .last {
    background-image: url(../img/promo_bg.webp);
  }
  .ev-footer {
    padding: 30px 0;
  }
  .reviews__content {
    padding-bottom: 60px;
  }
  .promo__content {
    max-width: 525px;
  }
}
@media screen and (min-width: 1220px) {
  .reviews__item-name::before {
    width: 87px;
    height: 87px;
    left: -104px;
  }
  .container {
    width: 1220px;
    padding: 0 25px;
  }
  .title {
    font-size: 50px;
    margin-bottom: 60px;
  }
  .block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .header__item {
    margin: 0 60px;
  }
  .header__item:not(:last-child)::after {
    right: -60px;
  }
  .promo-2 {
    padding-bottom: 0;
  }
  .promo__title {
    width: 449px;
    margin-bottom: 50px;
  }
  .promo__subtitle {
    font-size: 35px;
    margin-bottom: 60px;
  }
  .promo__text {
    font-size: 22px;
    margin-bottom: 50px;
  }
  .promo__list {
    max-width: 605px;
    line-height: 1.4;
    margin-bottom: 65px;
  }
  .promo__item {
    font-size: 18px;
    padding-left: 50px;
  }
  .promo__item::after {
    top: 10px;
  }
  .promo__item::before {
    top: 3px;
  }
  .promo__content-2 {
    margin-bottom: 30px;
  }
  .promo__product {
    width: 590px;
    margin: 0 -25px 0 0;
  }
  .promo__product-2 {
    margin-bottom: 30px;
  }
  .promo__medal {
    width: 125px;
    top: 14px;
  }
  .promo__pills {
    width: 180px;
    bottom: 40px;
  }
  .info__subtitle {
    font-size: 22px;
    margin-bottom: 50px;
  }
  .info__list {
    padding: 90px 0;
  }
  .info__item {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 50px;
    padding: 30px 170px 30px 100px;
    background-position: top 14px right -280px;
  }
  .info__item-icon {
    top: 33px;
    left: 37px;
  }
  .info__item-reverse .info__item-icon {
    left: auto;
    right: 37px;
  }
  .info__item-2 {
    padding: 30px 100px 30px 130px;
    background-position: top 14px left -280px;
  }
  .info__item-3 {
    padding: 30px 220px 30px 100px;
    background-position: center right -110px;
  }
  .info__item-4 {
    padding: 30px 100px 30px 205px;
    background-position: center left -110px;
  }
  .info__item::after {
    height: 74px;
  }
  .info__item-1::after {
    width: 85px;
    top: -90px;
  }
  .info__item-2::after {
    width: 102px;
    top: -90px;
  }
  .info__item-3::after {
    width: 100px;
    bottom: -90px;
  }
  .info__item-4::after {
    width: 105px;
    bottom: -90px;
  }
  .info__item-mask {
    width: 450px;
  }
  .info__item-2 .info__item-mask {
    width: 495px;
  }
  .info__item-3 .info__item-mask {
    width: 290px;
  }
  .info__item-4 .info__item-mask {
    width: 270px;
  }
  .info__image {
    left: calc(50% - 365px);
    width: 670px;
  }
  .statistics {
    background-image: linear-gradient(
        90.05deg,
        rgba(200, 231, 240, 0.5) 0.05%,
        rgba(235, 250, 255, 0.515625) 48.44%,
        rgba(200, 231, 240, 0.5) 99.96%
      ),
      url(../img/bg_dots_1.png), url(../img/bg_dots_2.png),
      url(../img/statistics_bg_text.png);
    background-repeat: no-repeat;
    background-position: center, top left calc(50% - 510px),
      top right calc(50% - 585px), center bottom;
    position: relative;
  }
  .statistics__content {
    margin-bottom: 140px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
  }
  .statistics__image {
    width: 494px;
    margin-right: 75px;
  }
  .statistics__circle {
    height: 494px;
  }
  .statistics__list {
    width: calc(100% - 569px);
  }
  .statistics__item {
    padding: 23px 38px 23px 28px;
  }
  .statistics__item-1::after {
    width: 90px;
    top: 71px;
    left: -108px;
    transform: rotate(-16deg);
  }
  .statistics__item-2::after {
    width: 140px;
    left: -170px;
  }
  .statistics__item-3::after {
    width: 310px;
    left: -324px;
    top: -44px;
  }
  .statistics__item-value {
    width: 165px;
    margin: 0 40px 0 0;
    font-size: 70px;
    line-height: 22px;
    padding: 10px 15px 0 0;
  }
  .statistics__item-text {
    font-size: 18px;
    line-height: 1.5;
  }
  .statistics__info {
    padding: 58px 38px 58px 68px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 48%);
    transform: translate(-50%, 48%);
    width: 1170px;
  }
  .statistics__info-left {
    width: 325px;
    padding: 0 50px 0 0;
    margin: 0 70px 0 0;
  }
  .statistics__info-value {
    font-size: 50px;
  }
  .statistics__info-dots {
    font-size: 22px;
    line-height: 16px;
    margin-bottom: 18px;
  }
  .statistics__info-subtitle {
    font-size: 22px;
    line-height: 1.5;
  }
  .statistics__info-text {
    font-size: 18px;
    line-height: 1.5;
  }
  .statistics__info-text:first-child {
    margin-bottom: 30px;
  }
  .about {
    padding-top: 220px;
  }
  .about__title-quote {
    top: -30px;
    right: -205px;
  }
  .about__content {
    width: 570px;
    padding-right: 70px;
    height: auto;
  }
  .about__text {
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .about__image {
    width: 650px;
    top: 150px;
    left: -55px;
  }
  .about__family {
    width: 290px;
    right: 280px;
    bottom: -20px;
  }
  .about__inner {
    padding-bottom: 200px;
    margin-bottom: 60px;
  }
  .action {
    padding: 50px 35px;
  }
  .action__title {
    margin-right: 25px;
  }
  .action__info {
    margin: 0 35px 0 0;
  }
  .action__form {
    width: 700px;
  }
  .action__btn,
  .action__input {
    width: 220px;
  }
  .composition {
    background-image: linear-gradient(
        90.05deg,
        rgba(200, 231, 240, 0.5) 0.05%,
        rgba(235, 250, 255, 0.515625) 48.44%,
        rgba(200, 231, 240, 0.5) 99.96%
      ),
      url(../img/bg_dots_1.png), url(../img/bg_dots_2.png),
      url(../img/composition_bg_text.png);
    background-repeat: no-repeat;
    background-position: center, top left calc(50% - 510px),
      top -40px right calc(50% - 585px), center bottom;
    position: relative;
    padding-top: 120px;
  }
  .composition__content {
    margin-bottom: 95px;
  }
  .composition__content::after {
    height: 200px;
    top: 80px;
    left: 791px;
  }
  .composition__content::before {
    height: 200px;
    top: 80px;
    left: 379px;
  }
  .composition__item {
    width: 270px;
  }
  .composition__item-image {
    width: 270px;
    height: 244px;
  }
  .composition__item-title {
    font-size: 25px;
  }
  .composition__item-text {
    font-size: 18px;
    line-height: 1.5;
  }
  .composition__info {
    padding: 40px 45px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 1170px;
  }
  .composition__feature {
    padding-right: 2px;
  }
  .composition__feature::after {
    right: -39px;
  }
  .composition__feature-1,
  .composition__feature-2 {
    width: 300px;
  }
  .composition__feature-3 {
    width: 325px;
  }
  .composition__feature-image {
    margin: 0 30px 0 0;
  }
  .composition__feature-text {
    font-size: 18px;
    line-height: 1.5;
  }
  .advantage__box {
    padding: 160px 0 180px;
  }
  .advantage__content {
    width: 700px;
  }
  .advantage__item {
    padding: 31px 20px 31px 110px;
    background-position: left -10px bottom -2px, right -90px center;
    background-size: auto;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .advantage__item:hover {
    background-position: left -10px bottom -2px, right 3px center;
  }
  .advantage__item-icon {
    top: 33px;
    left: 37px;
  }
  .advantage__image {
    width: 490px;
    top: calc(50% + 54px);
    right: calc(50% - 605px);
  }
  .advantage__text {
    display: block;
    position: absolute;
    right: calc(50% - 1250px);
    bottom: 70px;
    width: 1069px;
  }
  .expert {
    background-position: top left calc(50% - 780px), center,
      top -40px right calc(50% - 585px);
    background-size: contain, auto, auto;
  }
  .expert__inner {
    padding-bottom: 225px;
  }
  .expert__content,
  .expert__title {
    padding-left: 600px;
  }
  .expert__content {
    margin-bottom: 0;
  }
  .expert__text {
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 18px;
  }
  .expert__text-2 {
    margin-bottom: 40px;
  }
  .expert__image {
    width: 670px;
    top: auto;
    bottom: 0;
    left: -130px;
  }
  .expert__image::after {
    top: 160px;
    width: 114px;
    height: 107px;
  }
  .expert__more {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(61%);
    transform: translateY(61%);
  }
  .expert__more-title {
    font-size: 25px;
    margin-bottom: 50px;
  }
  .expert__more-item {
    padding: 55px 0 0;
    font-size: 18px;
    line-height: 1.5;
  }
  .expert__more-item-1 {
    width: 225px;
  }
  .expert__more-item-2 {
    width: 210px;
  }
  .expert__more-item-3 {
    width: 190px;
  }
  .expert__more-item-4 {
    width: 156px;
  }
  .expert__more-item:not(:last-child):after {
    right: calc(50% - 60px);
  }
  .reviews {
    padding-top: 350px;
  }
  .reviews__title {
    width: 400px;
  }
  .reviews__item {
    font-size: 18px;
    width: 765px;
    margin-left: 395px;
    padding: 35px 40px 50px 120px;
    margin-bottom: 50px;
  }
  .reviews__item:nth-child(2) {
    margin-right: 395px;
  }
  .reviews__item-text {
    line-height: 1.5;
  }
  .reviews__item.active .reviews__item-text {
    max-height: 165px;
  }
  .reviews__item-btn {
    left: 120px;
  }
  .reviews__item-icon {
    left: 45px;
    top: 33px;
  }
  .reviews__counter {
    left: 108px;
  }
  .reviews__arrow-right {
    left: 230px;
  }
  .use__inner {
    position: relative;
    padding-bottom: 164px;
  }
  .use__title {
    margin-bottom: 35px;
  }
  .use__content {
    margin-bottom: 0;
  }
  .use__content::after {
    top: 120px;
    left: 804px;
  }
  .use__content::before {
    top: 120px;
    left: 367px;
  }
  .use__item {
    width: 305px;
    margin-right: auto;
  }
  .use__item:last-child {
    margin-right: 0;
  }
  .use__item-text {
    font-size: 22px;
    line-height: 1.5;
    padding: 46px 0;
  }
  .use__item-text-1 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .use__item-image {
    margin-bottom: 25px;
  }
  .use__item-image-2 {
    margin-bottom: 20px;
  }
  .use__more {
    padding: 25px 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .use__more-image {
    width: 138px;
    margin: 0 0 -18px;
  }
  .use__more-text {
    font-size: 25px;
    max-width: 280px;
  }
  .order__inner {
    padding-top: 164px;
  }
  .order__item {
    width: 270px;
    padding: 59px 35px 40px;
    background-position: center top -7px, left -12px bottom -6px;
  }
  .order__item:hover {
    background-position: center top 13px, left -12px bottom -6px;
  }
  .order__item:nth-child(1) {
    padding-bottom: 67px;
    background-size: auto;
  }
  .order__item:nth-child(2) {
    background-size: auto;
  }
  .order__item:nth-child(3) {
    padding-bottom: 67px;
    background-size: auto;
  }
  .order__item:nth-child(4) {
    padding-bottom: 94px;
    background-size: auto;
  }
  .promo__content {
    max-width: 600px;
  }
}
@media screen and (min-width: 1310px) {
  .promo__product {
    margin: 0 -65px 0 0;
  }
  .promo__product-2 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1620px) {
  .first {
    position: relative;
    overflow: hidden;
  }
  .first__text-bg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-3500px, -50%);
    transform: translate(-3500px, -50%);
    width: 1880px;
  }
  .first__text-bg.animation {
    -webkit-animation: showTextPromo 1.5s ease-in-out forwards;
    animation: showTextPromo 1.5s ease-in-out forwards;
  }
  .header .container {
    width: 1620px;
  }
  .header__arrow {
    width: 331px;
  }
  .header .animation {
    opacity: 0;
  }
  .header__logo.animation {
    -webkit-animation: showContentOpacity 0.3s ease-in-out 0.4s forwards;
    animation: showContentOpacity 0.3s ease-in-out 0.4s forwards;
  }
  .header__arrow.animation {
    -webkit-animation: showContentOpacity 0.3s ease-in-out 0.7s forwards;
    animation: showContentOpacity 0.3s ease-in-out 0.7s forwards;
  }
  .header__nav-wrapper.animation {
    -webkit-animation: showContentOpacity 0.3s ease-in-out 1s forwards;
    animation: showContentOpacity 0.3s ease-in-out 1s forwards;
  }
  .promo {
    position: relative;
  }
  .promo .animation,
  .promo .animation-js {
    opacity: 0;
  }
  .promo__arrow {
    font-size: 14px;
    color: #a0bccc;
    display: block;
    position: absolute;
  }
  .promo__arrow.animation {
    -webkit-animation: showContentOpacity 0.3s ease-in-out 1.5s forwards;
    animation: showContentOpacity 0.3s ease-in-out 1.5s forwards;
  }
  .promo__arrow-2 {
    height: 720px;
    border-right: 1px solid #a0bccc;
    position: absolute;
    bottom: 0;
  }
  .promo__arrow-2.animation {
    -webkit-animation: showContentScroll7 1s ease-in-out forwards;
    animation: showContentScroll7 1s ease-in-out forwards;
  }
  .promo__arrow-left {
    left: calc(50% - 815px);
    bottom: 80px;
    padding: 400px 0 180px;
  }
  .promo__arrow-left-2 {
    left: calc(50% - 785px);
  }
  .promo__arrow-left p {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    left: -1px;
  }
  .promo__arrow-left::after,
  .promo__arrow-left::before,
  .promo__arrow-right::before {
    content: "";
    position: absolute;
    width: 8px;
    background-image: url(../img/side_arrow.png);
    background-repeat: no-repeat;
  }
  .promo__arrow-left::before {
    height: 330px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-position: center top;
  }
  .promo__arrow-left::after,
  .promo__arrow-right::before {
    background-position: center bottom;
  }
  .promo__arrow-left::after {
    height: 107px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .promo__arrow-right {
    right: calc(50% - 782px);
    bottom: 80px;
    padding-top: 575px;
  }
  .promo__arrow-right-2 {
    right: calc(50% - 785px);
  }
  .promo__arrow-right::before {
    height: 525px;
    top: 0;
    right: 0;
  }
  .promo__arrow-right p {
    text-decoration: underline;
  }
  .promo__subtitle,
  .promo__title {
    position: relative;
  }
  .promo__subtitle::after,
  .promo__title::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #691c32;
  }
  .promo__subtitle.animation,
  .promo__title.animation {
    opacity: 1;
  }
  .promo__title.animation::after {
    -webkit-animation: showContent1 0.8s ease-in-out 1.4s forwards;
    animation: showContent1 0.8s ease-in-out 1.4s forwards;
  }
  .promo__title img.animation {
    -webkit-animation: showContentOpacity 0.1s ease-in-out 1.8s forwards;
    animation: showContentOpacity 0.1s ease-in-out 1.8s forwards;
  }
  .promo__subtitle {
    display: inline-block;
  }
  .promo__subtitle::after {
    right: 0;
  }
  .promo__subtitle.animation::after {
    -webkit-animation: showContent2 0.8s ease-in-out 2.2s forwards;
    animation: showContent2 0.8s ease-in-out 2.2s forwards;
  }
  .promo__subtitle span.animation {
    -webkit-animation: showContentOpacity 0.1s ease-in-out 2.6s forwards;
    animation: showContentOpacity 0.1s ease-in-out 2.6s forwards;
  }
  .promo__text.animation {
    -webkit-animation: showContentOpacity 0.4s ease-in-out 3s forwards;
    animation: showContentOpacity 0.4s ease-in-out 3s forwards;
  }
  .promo__list.animation {
    -webkit-animation: showContentOpacity 0.4s ease-in-out 3.3s forwards;
    animation: showContentOpacity 0.4s ease-in-out 3.3s forwards;
  }
  .promo__btn.animation {
    -webkit-animation: showContentOpacity 0.4s ease-in-out 3.6s forwards;
    animation: showContentOpacity 0.4s ease-in-out 3.6s forwards;
  }
  .promo__product.animation {
    -webkit-animation: showContentOpacity 0.4s ease-in-out 3.9s forwards;
    animation: showContentOpacity 0.4s ease-in-out 3.9s forwards;
  }
  .promo__form .animation-js {
    opacity: 0;
  }
  .promo__form.animation {
    -webkit-animation: showContentOpacity 0.4s ease-in-out 4.2s forwards;
    animation: showContentOpacity 0.4s ease-in-out 4.2s forwards;
  }
  .info {
    overflow: hidden;
  }
  .info .animation-js {
    opacity: 0;
  }
  .info__side {
    display: block;
    position: absolute;
  }
  .info__side-left {
    left: -246px;
    bottom: 60px;
    padding-bottom: 210px;
  }
  .info__side-left.animation {
    -webkit-animation: showContentScroll1 1s ease-in-out forwards;
    animation: showContentScroll1 1s ease-in-out forwards;
  }
  .info__side-left::after,
  .info__side-right::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 170px;
    background-image: url(../img/side_arrow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .info__side-left::after {
    bottom: 0;
  }
  .info__side-right {
    right: -246px;
    top: 60px;
    padding-top: 210px;
  }
  .info__side-right.animation {
    -webkit-animation: showContentScroll2 1s ease-in-out forwards;
    animation: showContentScroll2 1s ease-in-out forwards;
  }
  .info__side-right::after {
    top: 0;
  }
  .info__image.animation {
    -webkit-animation: showContentOpacity 0.8s ease-in-out 2.4s forwards;
    animation: showContentOpacity 0.8s ease-in-out 2.4s forwards;
  }
  .info__title-bottom,
  .info__title-top {
    display: inline-block;
    padding-bottom: 3px;
    position: relative;
  }
  .info__title-bottom::after,
  .info__title-top::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #691c32;
  }
  .info__title-top::after {
    left: 0;
  }
  .info__title-top.animation {
    opacity: 1;
  }
  .info__title-top.animation::after {
    -webkit-animation: showContent1 0.8s ease-in-out 0.5s forwards;
    animation: showContent1 0.8s ease-in-out 0.5s forwards;
  }
  .info__title-top-text.animation,
  .statistics__title span.animation {
    -webkit-animation: showContentOpacity 0.1s ease-in-out 0.9s forwards;
    animation: showContentOpacity 0.1s ease-in-out 0.9s forwards;
  }
  .info__title-bottom::after {
    right: 0;
  }
  .info__title-bottom.animation {
    opacity: 1;
  }
  .info__title-bottom.animation::after {
    -webkit-animation: showContent2 0.8s ease-in-out 1.3s forwards;
    animation: showContent2 0.8s ease-in-out 1.3s forwards;
  }
  .info__title-bottom-text.animation {
    -webkit-animation: showContentOpacity 0.1s ease-in-out 1.7s forwards;
    animation: showContentOpacity 0.1s ease-in-out 1.7s forwards;
  }
  .info__subtitle.animation {
    -webkit-animation: showContentOpacity 0.3s ease-in-out 2.1s forwards;
    animation: showContentOpacity 0.3s ease-in-out 2.1s forwards;
  }
  .info__content.animation {
    -webkit-animation: showContentOpacity 0.8s ease-in-out 2.4s forwards;
    animation: showContentOpacity 0.8s ease-in-out 2.4s forwards;
  }
  .statistics.animation {
    -webkit-animation: showTextStatistics 1s ease-in-out forwards;
    animation: showTextStatistics 1s ease-in-out forwards;
  }
  .statistics .animation-js {
    opacity: 0;
  }
  .statistics__arrow {
    font-size: 14px;
    color: #a0bccc;
    display: block;
    position: absolute;
  }
  .composition__arrow p,
  .expert__arrow p,
  .statistics__arrow p,
  .use__arrow p {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    left: -1px;
  }
  .statistics__arrow-left {
    left: calc(50% - 815px);
    bottom: 80px;
    padding: 540px 0 200px;
  }
  .statistics__arrow-left::before {
    content: "";
    position: absolute;
    height: 455px;
    width: 8px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/side_arrow.png);
    background-position: center top;
    background-repeat: no-repeat;
  }
  .statistics__arrow-left::after {
    height: 116px;
    bottom: 0;
    background-position: center bottom;
  }
  .statistics__arrow-left.animation,
  .statistics__arrow-right.animation {
    -webkit-animation: showContentScroll3 1s ease-in-out forwards;
    animation: showContentScroll3 1s ease-in-out forwards;
  }
  .statistics__arrow-right {
    right: calc(50% - 815px);
    bottom: 80px;
    padding: 240px 0 500px;
  }
  .statistics__arrow-left::after,
  .statistics__arrow-right::after,
  .statistics__arrow-right::before {
    content: "";
    position: absolute;
    width: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/side_arrow.png);
    background-repeat: no-repeat;
  }
  .statistics__arrow-right::before {
    height: 178px;
    top: 0;
    background-position: center top;
  }
  .statistics__arrow-right::after {
    height: 440px;
    bottom: 0;
    background-position: center bottom;
  }
  .statistics__title {
    position: relative;
    margin: 0 auto 60px;
    width: 100%;
    max-width: 725px;
    padding-bottom: 3px;
  }
  .statistics__title::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #691c32;
  }
  .statistics__title.animation {
    opacity: 1;
  }
  .about__title-top.animation::after,
  .statistics__title.animation::after {
    -webkit-animation: showContent1 0.8s ease-in-out 0.5s forwards;
    animation: showContent1 0.8s ease-in-out 0.5s forwards;
  }
  .statistics__image.animation {
    -webkit-animation: showContentOpacity 0.8s ease-in-out 1s forwards;
    animation: showContentOpacity 0.8s ease-in-out 1s forwards;
  }
  .statistics__circle.animation {
    -webkit-animation: showContentRotate 0.8s ease-in-out 1s forwards;
    animation: showContentRotate 0.8s ease-in-out 1s forwards;
  }
  .statistics__item-1.animation {
    -webkit-animation: showContentOpacity 0.4s ease-in-out 1.5s forwards;
    animation: showContentOpacity 0.4s ease-in-out 1.5s forwards;
  }
  .statistics__item-2.animation {
    -webkit-animation: showContentOpacity 0.4s ease-in-out 1.9s forwards;
    animation: showContentOpacity 0.4s ease-in-out 1.9s forwards;
  }
  .statistics__item-3.animation {
    -webkit-animation: showContentOpacity 0.4s ease-in-out 2.3s forwards;
    animation: showContentOpacity 0.4s ease-in-out 2.3s forwards;
  }
  .statistics__info.animation {
    -webkit-animation: showContentScroll4 0.8s ease-in-out 2.7s forwards;
    animation: showContentScroll4 0.8s ease-in-out 2.7s forwards;
  }
  .about {
    overflow: hidden;
    position: relative;
  }
  .about .animation-js {
    opacity: 0;
  }
  .about__side {
    display: block;
    position: absolute;
  }
  .about__side-left {
    left: calc(50% - 832px);
    bottom: 60px;
    padding-bottom: 410px;
  }
  .about__side-left.animation {
    -webkit-animation: showContentScroll1 1s ease-in-out forwards;
    animation: showContentScroll1 1s ease-in-out forwards;
  }
  .about__side-left::after,
  .about__side-right::after {
    content: "";
    position: absolute;
    width: 8px;
    background-image: url(../img/side_arrow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .about__side-left::after {
    height: 330px;
    bottom: 0;
  }
  .about__side-right {
    right: calc(50% - 832px);
    top: 60px;
    padding-top: 435px;
  }
  .about__side-right.animation {
    -webkit-animation: showContentScroll2 1s ease-in-out forwards;
    animation: showContentScroll2 1s ease-in-out forwards;
  }
  .about__side-right::after {
    height: 355px;
    top: 0;
  }
  .about__title-bottom,
  .about__title-top {
    display: inline-block;
    padding-bottom: 3px;
    position: relative;
  }
  .about__title-bottom::after,
  .about__title-top::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #691c32;
  }
  .about__title-top::after {
    left: 0;
  }
  .about__title-top.animation {
    opacity: 1;
  }
  .about__title-top-text.animation,
  .advantage__title span.animation,
  .composition__title span.animation {
    -webkit-animation: showContentOpacity 0.1s ease-in-out 0.9s forwards;
    animation: showContentOpacity 0.1s ease-in-out 0.9s forwards;
  }
  .about__title-bottom::after {
    right: 0;
  }
  .about__title-bottom.animation {
    opacity: 1;
  }
  .about__title-bottom.animation::after {
    -webkit-animation: showContent2 0.8s ease-in-out 1.3s forwards;
    animation: showContent2 0.8s ease-in-out 1.3s forwards;
  }
  .about__title-bottom-text.animation,
  .expert__title span.animation {
    animation: showContentOpacity 0.1s ease-in-out 1.7s forwards;
  }
  .about__title-quote.animation {
    animation: showContentOpacity 0.4s ease-in-out 2.4s forwards;
  }
  .about__image.animation {
    animation: showContentOpacity 0.4s ease-in-out 2.1s forwards;
  }
  .about__content.animation {
    animation: showContentOpacity 0.4s ease-in-out 2.7s forwards;
  }
  .about__family.animation {
    animation: showContentScroll5 0.4s ease-in-out 3s forwards;
  }
  .action .animation-js {
    opacity: 0;
  }
  .action.animation {
    animation: showContentOpacity 0.5s ease-in-out 4s forwards;
  }
  .composition.animation {
    animation: showTextComposition 1s ease-in-out forwards;
  }
  .composition .animation-js {
    opacity: 0;
  }
  .composition__arrow {
    font-size: 14px;
    color: #a0bccc;
    display: block;
    position: absolute;
  }
  .composition__arrow-left {
    left: calc(50% - 815px);
    bottom: 80px;
    padding: 385px 0 265px;
  }
  .composition__arrow-left::before {
    content: "";
    position: absolute;
    height: 310px;
    width: 8px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/side_arrow.png);
    background-position: center top;
    background-repeat: no-repeat;
  }
  .composition__arrow-left::after {
    height: 180px;
    bottom: 0;
    background-position: center bottom;
  }
  .composition__arrow-left.animation,
  .composition__arrow-right.animation {
    -webkit-animation: showContentScroll3 1s ease-in-out forwards;
    animation: showContentScroll3 1s ease-in-out forwards;
  }
  .composition__arrow-right {
    right: calc(50% - 815px);
    bottom: 80px;
    padding: 150px 0 500px;
  }
  .composition__arrow-left::after,
  .composition__arrow-right::after,
  .composition__arrow-right::before {
    content: "";
    position: absolute;
    width: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/side_arrow.png);
    background-repeat: no-repeat;
  }
  .composition__arrow-right::before {
    height: 70px;
    top: 0;
    background-position: center top;
  }
  .composition__arrow-right::after {
    height: 440px;
    bottom: 0;
    background-position: center bottom;
  }
  .composition__title {
    position: relative;
    margin: 0 auto 60px;
    width: 100%;
    max-width: 1050px;
    padding-bottom: 3px;
  }
  .composition__title::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #691c32;
  }
  .composition__title.animation {
    opacity: 1;
  }
  .advantage__title.animation::after,
  .composition__title.animation::after {
    -webkit-animation: showContent1 0.8s ease-in-out 0.5s forwards;
    animation: showContent1 0.8s ease-in-out 0.5s forwards;
  }
  .composition__content.animation {
    -webkit-animation: showContentOpacity 0.8s ease-in-out 1.3s forwards;
    animation: showContentOpacity 0.8s ease-in-out 1.3s forwards;
  }
  .composition__info.animation {
    -webkit-animation: showContentScroll4 0.8s ease-in-out 1.8s forwards;
    animation: showContentScroll4 0.8s ease-in-out 1.8s forwards;
  }
  .advantage {
    position: relative;
  }
  .advantage__image {
    width: 680px;
    top: calc(50% + 50px);
    right: calc(50% - 800px);
  }
  .advantage .animation-js {
    opacity: 0;
  }
  .advantage__side {
    display: block;
    position: absolute;
  }
  .advantage__side-left {
    left: calc(50% - 832px);
    bottom: 60px;
    padding-bottom: 140px;
  }
  .advantage__side-left.animation {
    -webkit-animation: showContentScroll1 1s ease-in-out forwards;
    animation: showContentScroll1 1s ease-in-out forwards;
  }
  .advantage__arrow-right::after,
  .advantage__side-left::after {
    content: "";
    position: absolute;
    width: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/side_arrow.png);
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .advantage__side-left::after {
    height: 70px;
    bottom: 0;
  }
  .advantage__arrow {
    display: block;
    position: absolute;
  }
  .advantage__arrow-right {
    right: calc(50% - 781px);
    bottom: 80px;
    padding-top: 850px;
  }
  .advantage__arrow-right::after {
    height: 250px;
    top: 0;
  }
  .advantage__arrow-right.animation {
    -webkit-animation: showContentScroll3 1s ease-in-out forwards;
    animation: showContentScroll3 1s ease-in-out forwards;
  }
  .advantage__text {
    right: 50%;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  .advantage__text.animation {
    -webkit-animation: showContentScroll6 1s ease-in-out forwards;
    animation: showContentScroll6 1s ease-in-out forwards;
  }
  .advantage__title {
    position: relative;
    margin: 0 auto 60px;
    width: 100%;
    max-width: 775px;
    padding-bottom: 3px;
  }
  .advantage__title::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #691c32;
  }
  .advantage__title.animation {
    opacity: 1;
  }
  .advantage__item-1.animation {
    -webkit-animation: showContentOpacity 0.5s ease-in-out 1.2s forwards;
    animation: showContentOpacity 0.5s ease-in-out 1.2s forwards;
  }
  .advantage__item-2.animation {
    -webkit-animation: showContentOpacity 0.5s ease-in-out 1.6s forwards;
    animation: showContentOpacity 0.5s ease-in-out 1.6s forwards;
  }
  .advantage__item-3.animation {
    -webkit-animation: showContentOpacity 0.5s ease-in-out 2s forwards;
    animation: showContentOpacity 0.5s ease-in-out 2s forwards;
  }
  .advantage__item-4.animation {
    -webkit-animation: showContentOpacity 0.5s ease-in-out 2.4s forwards;
    animation: showContentOpacity 0.5s ease-in-out 2.4s forwards;
  }
  .advantage__item-5.animation {
    -webkit-animation: showContentOpacity 0.5s ease-in-out 2.8s forwards;
    animation: showContentOpacity 0.5s ease-in-out 2.8s forwards;
  }
  .advantage__item-6.animation {
    -webkit-animation: showContentOpacity 0.5s ease-in-out 3.2s forwards;
    animation: showContentOpacity 0.5s ease-in-out 3.2s forwards;
  }
  .advantage__image.animation {
    -webkit-animation: showContentOpacity 0.5s ease-in-out 3.6s forwards;
    animation: showContentOpacity 0.5s ease-in-out 3.6s forwards;
  }
  .expert {
    position: relative;
    z-index: 2;
  }
  .expert .animation-js {
    opacity: 0;
  }
  .expert__arrow {
    font-size: 14px;
    color: #a0bccc;
    display: block;
    position: absolute;
  }
  .expert__arrow-left {
    left: calc(50% - 784px);
    bottom: 80px;
    padding: 650px 0 0;
  }
  .expert__arrow-left::before {
    height: 250px;
    top: 0;
    background-position: center top;
  }
  .expert__arrow-left.animation,
  .expert__arrow-right.animation {
    -webkit-animation: showContentScroll3 1s ease-in-out forwards;
    animation: showContentScroll3 1s ease-in-out forwards;
  }
  .expert__arrow-right {
    right: calc(50% - 815px);
    bottom: 80px;
    padding: 260px 0 370px;
  }
  .expert__arrow-left::before,
  .expert__arrow-right::after,
  .expert__arrow-right::before {
    content: "";
    position: absolute;
    width: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/side_arrow.png);
    background-repeat: no-repeat;
  }
  .expert__arrow-right::before {
    height: 180px;
    top: 0;
    background-position: center top;
  }
  .expert__arrow-right::after {
    height: 290px;
    bottom: 0;
    background-position: center bottom;
  }
  .expert__image.animation {
    -webkit-animation: showContentOpacity 1s ease-in-out 0.5s forwards;
    animation: showContentOpacity 1s ease-in-out 0.5s forwards;
  }
  .expert__title {
    padding: 0;
    width: 100%;
    max-width: 465px;
    margin: 0 0 60px 595px;
  }
  .expert__title::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #691c32;
  }
  .expert__title.animation {
    opacity: 1;
  }
  .expert__title.animation::after {
    -webkit-animation: showContent1 0.8s ease-in-out 1.3s forwards;
    animation: showContent1 0.8s ease-in-out 1.3s forwards;
  }
  .expert__text.animation {
    -webkit-animation: showContentOpacity 0.8s ease-in-out 1.9s forwards;
    animation: showContentOpacity 0.8s ease-in-out 1.9s forwards;
  }
  .expert__info.animation {
    -webkit-animation: showContentOpacity 0.8s ease-in-out 2.5s forwards;
    animation: showContentOpacity 0.8s ease-in-out 2.5s forwards;
  }
  .expert__more.animation {
    -webkit-animation: showContentScroll4 0.8s ease-in-out 3.1s forwards;
    animation: showContentScroll4 0.8s ease-in-out 3.1s forwards;
  }
  .expert__more-item-1.animation {
    -webkit-animation: showContentOpacity 0.4s ease-in-out 3.7s forwards;
    animation: showContentOpacity 0.4s ease-in-out 3.7s forwards;
  }
  .expert__more-item-2.animation {
    -webkit-animation: showContentOpacity 0.4s ease-in-out 4s forwards;
    animation: showContentOpacity 0.4s ease-in-out 4s forwards;
  }
  .expert__more-item-3.animation {
    -webkit-animation: showContentOpacity 0.4s ease-in-out 4.3s forwards;
    animation: showContentOpacity 0.4s ease-in-out 4.3s forwards;
  }
  .expert__more-item-4.animation {
    -webkit-animation: showContentOpacity 0.4s ease-in-out 4.6s forwards;
    animation: showContentOpacity 0.4s ease-in-out 4.6s forwards;
  }
  .expert__more-btn.animation {
    -webkit-animation: showContentOpacity 0.4s ease-in-out 4.9s forwards;
    animation: showContentOpacity 0.4s ease-in-out 4.9s forwards;
  }
  .expert__title,
  .reviews {
    position: relative;
  }
  .reviews .animation-js {
    opacity: 0;
  }
  .reviews__side {
    display: block;
    position: absolute;
  }
  .reviews__side-left {
    left: calc(50% - 782px);
    top: 60px;
    padding-bottom: 400px;
  }
  .reviews__side-left.animation,
  .reviews__side-right.animation {
    -webkit-animation: showContentScroll2 1s ease-in-out forwards;
    animation: showContentScroll2 1s ease-in-out forwards;
  }
  .reviews__side-left::after,
  .reviews__side-right::after {
    content: "";
    position: absolute;
    width: 8px;
    background-image: url(../img/side_arrow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .reviews__side-left::after {
    height: 400px;
    bottom: 0;
  }
  .reviews__side-right {
    right: calc(50% - 832px);
    top: 60px;
    padding-top: 360px;
  }
  .reviews__side-right::after {
    height: 280px;
    top: 0;
  }
  .reviews__text {
    display: block;
    position: absolute;
    bottom: 0;
    left: -1150px;
  }
  .reviews__text.animation {
    -webkit-animation: showContentScroll8 1s ease-in-out forwards;
    animation: showContentScroll8 1s ease-in-out forwards;
  }
  .reviews__title-bottom,
  .reviews__title-top {
    display: inline-block;
    padding-bottom: 3px;
    position: relative;
  }
  .reviews__title-bottom::after,
  .reviews__title-top::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #691c32;
  }
  .reviews__title-top::after {
    left: 0;
  }
  .reviews__title-top.animation {
    opacity: 1;
  }
  .reviews__title-top.animation::after {
    -webkit-animation: showContent1 0.8s ease-in-out 0.5s forwards;
    animation: showContent1 0.8s ease-in-out 0.5s forwards;
  }
  .order__title span.animation,
  .reviews__title-top-text.animation,
  .use__title span.animation {
    -webkit-animation: showContentOpacity 0.1s ease-in-out 0.9s forwards;
    animation: showContentOpacity 0.1s ease-in-out 0.9s forwards;
  }
  .reviews__title-bottom::after {
    right: 0;
  }
  .reviews__title-bottom.animation {
    opacity: 1;
  }
  .reviews__title-bottom.animation::after {
    -webkit-animation: showContent2 0.8s ease-in-out 1.3s forwards;
    animation: showContent2 0.8s ease-in-out 1.3s forwards;
  }
  .reviews__title-bottom-text.animation {
    -webkit-animation: showContentOpacity 0.1s ease-in-out 1.7s forwards;
    animation: showContentOpacity 0.1s ease-in-out 1.7s forwards;
  }
  .reviews__item-1.animation {
    -webkit-animation: showItemRight 0.5s ease-in-out 2s forwards;
    animation: showItemRight 0.5s ease-in-out 2s forwards;
  }
  .reviews__item-2.animation {
    -webkit-animation: showItemLeft 0.5s ease-in-out 2.4s forwards;
    animation: showItemLeft 0.5s ease-in-out 2.4s forwards;
  }
  .reviews__item-3.animation {
    -webkit-animation: showItemRight 0.5s ease-in-out 2.8s forwards;
    animation: showItemRight 0.5s ease-in-out 2.8s forwards;
  }
  .reviews__arrow.animation,
  .reviews__counter.animation {
    -webkit-animation: showContentOpacity 0.5s ease-in-out 3.2s forwards;
    animation: showContentOpacity 0.5s ease-in-out 3.2s forwards;
  }
  .use {
    position: relative;
    z-index: 2;
  }
  .use .animation-js {
    opacity: 0;
  }
  .use__arrow {
    font-size: 14px;
    color: #a0bccc;
    display: block;
    position: absolute;
  }
  .use__arrow-left {
    left: calc(50% - 815px);
    bottom: 80px;
    padding: 430px 0 185px;
  }
  .use__arrow-left::before {
    content: "";
    position: absolute;
    height: 345px;
    width: 8px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/side_arrow.png);
    background-position: center top;
    background-repeat: no-repeat;
  }
  .use__arrow-left::after {
    height: 100px;
    bottom: 0;
    background-position: center bottom;
  }
  .use__arrow-left.animation,
  .use__arrow-right.animation {
    -webkit-animation: showContentScroll3 1s ease-in-out forwards;
    animation: showContentScroll3 1s ease-in-out forwards;
  }
  .use__arrow-right {
    right: calc(50% - 815px);
    bottom: 80px;
    padding: 150px 0 465px;
  }
  .use__arrow-left::after,
  .use__arrow-right::after,
  .use__arrow-right::before {
    content: "";
    position: absolute;
    width: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/side_arrow.png);
    background-repeat: no-repeat;
  }
  .use__arrow-right::before {
    height: 70px;
    top: 0;
    background-position: center top;
  }
  .use__arrow-right::after {
    height: 380px;
    bottom: 0;
    background-position: center bottom;
  }
  .use__title {
    margin: 0 auto 35px;
    width: 100%;
    max-width: 580px;
  }
  .use__title::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #691c32;
  }
  .use__title.animation {
    opacity: 1;
  }
  .order__title.animation::after,
  .use__title.animation::after {
    -webkit-animation: showContent1 0.8s ease-in-out 0.5s forwards;
    animation: showContent1 0.8s ease-in-out 0.5s forwards;
  }
  .use__content.animation {
    -webkit-animation: showContentOpacity 0.5s ease-in-out 1.3s forwards;
    animation: showContentOpacity 0.5s ease-in-out 1.3s forwards;
  }
  .use__item,
  .use__title {
    position: relative;
  }
  .use__item-1.animation {
    -webkit-animation: showItemTop 1s ease-in-out 1.3s forwards;
    animation: showItemTop 1s ease-in-out 1.3s forwards;
  }
  .use__item-2.animation {
    -webkit-animation: showItemBottom 1s ease-in-out 1.3s forwards;
    animation: showItemBottom 1s ease-in-out 1.3s forwards;
  }
  .use__item-3.animation {
    -webkit-animation: showItemTop 1s ease-in-out 1.3s forwards;
    animation: showItemTop 1s ease-in-out 1.3s forwards;
  }
  .use__more.animation {
    -webkit-animation: showContentScroll4 1s ease-in-out 2s forwards;
    animation: showContentScroll4 1s ease-in-out 2s forwards;
  }
  .order {
    overflow: hidden;
  }
  .order__inner {
    position: relative;
  }
  .order .animation-js {
    opacity: 0;
  }
  .order__side {
    display: block;
    position: absolute;
  }
  .order__side-left {
    left: -246px;
    bottom: 60px;
    padding-bottom: 210px;
  }
  .order__side-left.animation {
    -webkit-animation: showContentScroll1 1s ease-in-out forwards;
    animation: showContentScroll1 1s ease-in-out forwards;
  }
  .order__side-left::after,
  .order__side-right::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 170px;
    background-image: url(../img/side_arrow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .order__side-left::after {
    bottom: 0;
  }
  .order__side-right {
    right: -246px;
    top: 60px;
    padding-top: 210px;
  }
  .order__side-right.animation {
    -webkit-animation: showContentScroll2 1s ease-in-out forwards;
    animation: showContentScroll2 1s ease-in-out forwards;
  }
  .order__side-right::after {
    top: 0;
  }
  .order__title {
    margin: 0 auto 60px;
    width: 100%;
    max-width: 705px;
  }
  .order__title::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #691c32;
  }
  .order__title.animation {
    opacity: 1;
  }
  .last,
  .order__item,
  .order__title {
    position: relative;
  }
  .order__item-1.animation {
    -webkit-animation: showItemBottom 0.5s ease-in-out 1.2s forwards;
    animation: showItemBottom 0.5s ease-in-out 1.2s forwards;
  }
  .order__item-2.animation {
    -webkit-animation: showItemTop 0.5s ease-in-out 1.6s forwards;
    animation: showItemTop 0.5s ease-in-out 1.6s forwards;
  }
  .order__item-3.animation {
    -webkit-animation: showItemBottom 0.5s ease-in-out 2s forwards;
    animation: showItemBottom 0.5s ease-in-out 2s forwards;
  }
  .order__item-4.animation {
    -webkit-animation: showItemTop 0.5s ease-in-out 2.4s forwards;
    animation: showItemTop 0.5s ease-in-out 2.4s forwards;
  }
  .last {
    overflow: hidden;
  }
  .last__text-bg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-3700px, -50%);
    transform: translate(-3700px, -50%);
    width: 1991px;
  }
  .last__text-bg.animation {
    -webkit-animation: showTextPromo2 2s ease-in-out forwards;
    animation: showTextPromo2 2s ease-in-out forwards;
  }
}
</pre></body></html>