.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.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-family: slick;
  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: "â†";
}

[dir="rtl"] .slick-prev:before {
  content: "â†’";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "â†’";
}

[dir="rtl"] .slick-next:before {
  content: "â†";
}

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

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

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

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

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

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "â€¢";
  text-align: center;
  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-slider {
  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,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

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

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

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(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 img {
  display: block;
}

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

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

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

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

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

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

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"),
    url(../fonts/roboto-v20-latin-regular.woff2) format("woff2"),
    url(../fonts/roboto-v20-latin-regular.woff) format("woff");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url(../fonts/roboto-v20-latin-700.woff2) format("woff2"),
    url(../fonts/roboto-v20-latin-700.woff) format("woff");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Roboto Black"), local("Roboto-Black"),
    url(../fonts/roboto-v20-latin-900.woff2) format("woff2"),
    url(../fonts/roboto-v20-latin-900.woff) format("woff");
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

:-moz-placeholder {
  color: #666;
  opacity: 1;
}

::-moz-placeholder {
  color: #666;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: normal;
  font-family: Roboto;
  overflow-x: hidden;
  color: #212121;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.block-item {
  display: block;
}

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

.text-medium {
  font-weight: 400;
  color: #212121;
}

.text-bold {
  font-weight: 700;
  color: #212121;
  font-size: 19px;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.title {
  font-size: 46px;
  line-height: 44px;
  font-weight: 900;
}

.active-color {
  color: #148e94;
}

.light-text {
  color: #999;
  font-weight: 400;
}

.btn {
  font-size: 25px;
  font-weight: 900;
  color: #fff;
  display: inline-block;
  padding: 16px 45px;
  border-radius: 31px;
  cursor: pointer;
}

.btn-hover {
  overflow: hidden;
  z-index: 2;
  position: relative;
}

.btn-background:before {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#f87d2b),
      to(#f59e21));
  background: linear-gradient(to right, #f87d2b, #f59e21);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-background:after {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#d95700),
      to(#fb9401));
  background: linear-gradient(to right, #d95700, #fb9401);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn:hover .btn-background:after {
  opacity: 1;
}

.block1 {
  padding: 55px 0 0;
  background: url(../images/main-bg.png) no-repeat center bottom;
  background-size: cover;
}

.block1-top-left {
  float: left;
  /* width: 210px; */
}

.block1-top-right {
  float: right;
}

.block1-top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 880px;
}

.block1-top-item {
  padding-left: 70px;
  width: 290px;
  padding-right: 50px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  background-repeat: no-repeat;
}

.block1-top-item_first {
  position: relative;
}

.block1-top-item_first:before {
  width: 30px;
  height: 30px;
  background: url(../fonts/natural.svg) no-repeat;
  position: absolute;
  content: "";
  left: 18px;
  top: 2px;
}

.block1-top-item_second {
  padding-right: 0;
  padding-left: 55px;
  position: relative;
}

.block1-top-item_second:before {
  width: 30px;
  height: 30px;
  background: url(../fonts/recom.svg) no-repeat;
  position: absolute;
  content: "";
  left: 8px;
  top: 3px;
}

.block1-top-item_third {
  padding-left: 45px;
  width: 300px;
  padding-right: 0;
  position: relative;
}

.block1-top-item_third:before {
  width: 22px;
  height: 22px;
  background: url(../images/checked.png) no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  left: 8px;
  top: 5px;
}

.block1-main {
  padding: 50px 0;
  position: relative;
}

.block1-main-right {
  float: right;
  width: 670px;
  position: relative;
  z-index: 2;
}

.block1-main-right_center {
  padding: 25px 0;
  border-bottom: 1px solid #c1e3d8;
}

.block1-main-right_bottom {
  margin-top: 35px;
}

.block1-main-title {
  font-size: 47px;
}

.block1-main-subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}

.block1-main-item {
  padding: 10px 0 10px 35px;
  position: relative;
}

.block1-main-item:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../fonts/ok.svg) no-repeat;
  left: 0;
  top: 10px;
}

.block1-main-text {
  font-size: 20px;
  font-weight: 400;
}

.block1-main-text_light {
  font-size: 18px;
  line-height: 22px;
  color: #868686;
  font-weight: 400;
  margin-top: 10px;
}

.block1-main-left {
  position: absolute;
  width: 680px;
  bottom: 1px;
  font-size: 0;
  left: -100px;
  z-index: 1;
}

.block1-main-left:after {
  position: absolute;
  content: "";
  width: 337px;
  height: 372px;
  left: 140px;
  bottom: -65px;
}

.block1-main-left:after {
  background: url(../images/uromexil.png) no-repeat center;
}


.block1-sale {
  display: inline-block;
  vertical-align: top;
  height: 76px;
}

.block1-sale-text {
  font-size: 17px;
  font-weight: 400;
  margin-left: 35px;
  line-height: 62px;
  vertical-align: bottom;
}

.block1-sale-number {
  padding: 18px;
  background: url(../fonts/circle.svg) no-repeat left 12px center;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 62px;
  margin-left: 10px;
  position: relative;
  background-size: contain;
}

.block1-sale-number:after {
  position: absolute;
  content: "%";
  font-size: 18px;
  text-shadow: 0 0 0.2em #f8352b, 0 0 0.2em #f8352b, 0 0 0.2em #f8352b,
    0 0 0.2em #f8352b, 0 0 0.2em #f8352b;
  left: 75px;
  top: 35px;
  line-height: normal;
}

.block2 {
  text-align: center;
  padding: 95px 0 20px;
}

.block2-title {
  margin-bottom: 20px;
}

.block2-text {
  color: #868686;
  font-size: 18px;
  font-weight: 400;
}

.block2-subtitle {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  width: 470px;
  margin: 30px auto 25px;
}

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

.block2-item {
  width: 33.4%;
  padding-top: 10px;
}

.block2-item-circle {
  width: 242px;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
}

.block2-item-circle:after {
  position: absolute;
  content: "";
  width: 260px;
  height: 260px;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#c6e0c5),
      to(#4eb0b4));
  background: linear-gradient(to right, #c6e0c5, #4eb0b4);
  left: -9px;
  top: -9px;
  border-radius: 50%;
  z-index: -1;
}

.block2-item-title {
  font-size: 22px;
  font-weight: 700;
  padding: 30px 0 30px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}

.block2-item-title:after {
  position: absolute;
  content: "";
  width: 46px;
  height: 23px;
  background: #fff url(../fonts/down.svg) no-repeat center;
  background-size: contain;
  left: calc(50% - 23px);
  bottom: -12px;
}

.block2-item-text {
  padding: 30px 80px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #868686;
}

.block2-item-text_border {
  border-bottom: 1px solid #e8e8e8;
}

.block2-bottom {
  margin-top: 15px;
  position: relative;
  padding: 0 50px 90px;
}

.block2-bottom:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(transparent),
      color-stop(25%, #e8e8e8),
      color-stop(75%, #e8e8e8),
      to(transparent));
  background: linear-gradient(to right,
      transparent,
      #e8e8e8 25%,
      #e8e8e8 75%,
      transparent 100%);
  left: 0;
  bottom: 0;
}

.block2-bottom:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 11px;
  background: #fff url(../images/line.png) no-repeat center;
  bottom: -10px;
  z-index: 2;
  left: calc(50% - 13px);
}

.block2-bottom-title {
  width: 490px;
  margin: 0 auto 15px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.block2-bottom-text {
  font-size: 18px;
  line-height: 24px;
  color: #868686;
  margin-bottom: 25px;
}

.block2-bottom-stars {
  font-size: 16px;
  color: #868686;
}

.block3 {
  padding: 60px 0 80px;
  background: url(../images/main-bg.png) no-repeat center bottom;
  background-size: cover;
}

.block3-title {
  text-align: center;
}

.block3-subtitle {
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
  width: 660px;
  margin: 15px auto 0;
  text-align: center;
}

.block3-main {
  padding-top: 65px;
}

.block3-left {
  width: 370px;
  float: left;
}

.block3-right {
  width: 330px;
  float: right;
}

.block3-center {
  width: 435px;
  float: left;
  padding-top: 35px;
  text-align: center;
}

.block3-center-img {
  padding-left: 10px;
}

.block3-center-btn {
  display: inline-block;
  margin: 35px auto 0;
}

.block3-item {
  padding: 0 0 24px 22px;
  font-size: 19px;
  line-height: 24px;
  color: #868686;
  position: relative;
}

.block3-item:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #02a0a6;
  left: 2px;
  top: 5px;
}

.list-title {
  font-weight: 700;
  line-height: 24px;
  color: #212121;
}

.list-title_block {
  display: block;
}

.block4 {
  padding: 80px 0 90px;
  text-align: center;
  background: url(../images/main-bg.png) center bottom -160px no-repeat;
}

.block4-text {
  color: #868686;
  font-size: 18px;
  line-height: 24px;
  margin-top: 35px;
}

.block4-text_medium {
  color: #212121;
  font-weight: 400;
}

.block4-main {
  margin-top: 40px;
  position: relative;
  padding-bottom: 45px;
}

.block4-main:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(transparent),
      color-stop(25%, #e8e8e8),
      color-stop(75%, #e8e8e8),
      to(transparent));
  background: linear-gradient(to right,
      transparent,
      #e8e8e8 25%,
      #e8e8e8 75%,
      transparent 100%);
  left: 0;
  bottom: 0;
}

.block4-main:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 11px;
  background: #fff url(../images/line.png) no-repeat center;
  bottom: -10px;
  z-index: 2;
  left: calc(50% - 13px);
}

.block4-left {
  position: absolute;
  border-radius: 8px;
  background: #eef7e2;
  padding: 25px 80px 15px;
  left: 0;
  top: 135px;
  z-index: 2;
  -webkit-box-shadow: 0 0 0 10px #fff;
  box-shadow: 0 0 0 10px #fff;
}

.block4-left:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#f87d2b),
      to(#f59e21));
  background: linear-gradient(to right, #f87d2b, #f59e21);
  -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
  box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
  top: 5px;
  right: 110px;
  z-index: 2;
}

.block4-left:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 62px;
  background: url(../images/line2.png) no-repeat center;
  top: -50px;
  right: 113px;
}

.block4-left-text {
  position: absolute;
  color: #118d00;
  font-size: 24px;
  font-weight: 400;
  top: -90px;
  left: 100px;
}

.block4-right {
  position: absolute;
  border-radius: 8px;
  background: #eef7e2;
  padding: 25px 75px 10px;
  right: 0;
  top: 135px;
  -webkit-box-shadow: 0 0 0 10px #fff;
  box-shadow: 0 0 0 10px #fff;
  z-index: 2;
}

.block4-right:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#f87d2b),
      to(#f59e21));
  background: linear-gradient(to right, #f87d2b, #f59e21);
  -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
  box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
  top: 5px;
  left: 110px;
  z-index: 2;
}

.block4-right:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 62px;
  background: url(../images/line2.png) no-repeat center;
  top: -50px;
  left: 113px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.block4-right-text {
  position: absolute;
  color: #ca2100;
  font-size: 24px;
  font-weight: 400;
  top: -90px;
  left: 115px;
}

.block4-center {
  width: 622px;
  margin: 0 auto;
  position: relative;
}

.block4-center-block {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 30px 20px 35px;
}

.block4-center-img {
  margin-left: -30px;
}

.block4-center-circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#f87d2b),
      to(#f59e21));
  background: linear-gradient(to right, #f87d2b, #f59e21);
  -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75),
    0 0 0 9px rgba(255, 255, 255, 0.8);
  box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75),
    0 0 0 9px rgba(255, 255, 255, 0.8);
  top: 275px;
  position: absolute;
  left: 260px;
  z-index: 2;
}

.block4-center-line {
  width: 1px;
  height: 150px;
  background: #e8e8e8;
  left: 4px;
  position: absolute;
  z-index: 1;
  top: 8px;
}

.block4-center-line:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  background: 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 1px;
  left: calc(50% - 5px);
}

.block4-center-text {
  font-size: 24px;
  font-weight: 400;
  margin-top: 30px;
}

.block4-bottom {
  margin-top: 70px;
}

.block4-bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block4-bottom-block {
  width: 570px;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 18px;
  line-height: 24px;
  color: #868686;
  padding: 30px 19px;
}

.block4-bottom-subtitle {
  font-size: 24px;
  font-weight: 400;
  margin-top: 40px;
}

.block4-bottom-btn {
  margin-top: 40px;
  width: 570px;
}

.block5 {
  padding: 85px 0 0;
}

.block5-main {
  padding: 70px 0 85px;
  position: relative;
}

.block5-main:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(transparent),
      color-stop(25%, #e8e8e8),
      color-stop(75%, #e8e8e8),
      to(transparent));
  background: linear-gradient(to right,
      transparent,
      #e8e8e8 25%,
      #e8e8e8 75%,
      transparent 100%);
  left: 0;
  bottom: 0;
}

.block5-main:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 11px;
  background: #fff url(../images/line.png) no-repeat center;
  bottom: -10px;
  z-index: 2;
  left: calc(50% - 13px);
}

.block5-left {
  width: 570px;
  float: left;
}

.block5-title {
  width: 850px;
  margin: 0 auto;
  font-size: 43px;
  text-align: center;
}

.block5-slider-item {
  font-size: 17px;
  color: #868686;
  line-height: 22px;
}

.block5-slider-item:focus {
  outline: 0;
}

.block5-slider-item.active .block5-slider-text {
  max-height: 866px;
}

.block5-slider-item.active .block5-slider-text:after {
  opacity: 0;
}

.block5-slider-img {
  float: left;
  margin: 10px 0;
}

.block5-slider-right {
  float: right;
  width: 340px;
  padding: 35px 0;
}

.block5-slider-text {
  float: left;
}

.block5-slider-author {
  font-size: 22px;
  font-weight: 400;
  color: #212121;
}

.block5-slider-name {
  margin-bottom: 20px;
}

.block5-slider-complaint {
  margin-bottom: 30px;
}

.block5-slider-text {
  max-height: 135px;
  width: 100%;
  padding-right: 5px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.block5-slider-text:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80px;
  background: #fff;
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: -webkit-linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0,
      #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  left: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.block5-slider-number {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.block5-slider-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#f87d2b),
      to(#f59e21));
  background: linear-gradient(to right, #f87d2b, #f59e21);
  -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
  box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
  margin: 15px auto 20px;
  cursor: pointer;
}

.block5-slider-btn:hover {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#f60),
      to(#ff9f17));
  background: linear-gradient(to right, #f60, #ff9f17);
}

.block5-right {
  float: right;
  width: 570px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 21px rgba(224, 224, 224, 0.75);
  box-shadow: 0 5px 21px rgba(224, 224, 224, 0.75);
  position: relative;
  padding: 30px 0 0 45px;
  margin-top: 15px;
}

.block5-right-graf {
  margin-top: 20px;
  padding-left: 0;
}

.block5-right-img {
  position: relative;
  right: -2px;
}

.block5-top-label {
  font-size: 18px;
  font-weight: 400;
  padding-left: 50px;
  position: relative;
}

.block5-top-label_first:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  background: #148e94;
  left: 17px;
  top: 8px;
}

.block5-top-label_second {
  margin-top: 5px;
}

.block5-top-label_second:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  background: #bcbcbc;
  left: 17px;
  top: 8px;
}

.block5-left-label {
  position: absolute;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  top: 210px;
  font-size: 16px;
  color: #878787;
  left: 10px;
}

.block5-bottom-label {
  vertical-align: middle;
  position: relative;
  top: -35px;
  color: #878787;
}

.block5-bottom-label_first {
  font-size: 15px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: italic;
  width: 90px;
  display: inline-block;
  margin-left: 230px;
}

.block5-bottom-label_second {
  display: inline-block;
  margin-left: 130px;
}

.block5-bottom-canvas {
  position: absolute;
  left: -30px;
  top: calc(50% - 15px);
}

.slick-prev {
  left: 220px;
  top: inherit;
  bottom: -32px;
}

.slick-prev:before {
  width: 20px;
  content: "";
  height: 20px;
  display: block;
  background: url(../fonts/slider-line.svg) no-repeat;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.slick-next {
  right: 225px;
  top: inherit;
  bottom: -32px;
}

.slick-next:before {
  width: 20px;
  content: "";
  height: 20px;
  display: block;
  background: url(../fonts/slider-line.svg) no-repeat;
}

.block6 {
  padding: 85px 0 100px;
  background: url(../images/main-bg.png) no-repeat center bottom;
}

.block6-title {
  text-align: center;
  width: 920px;
  margin: 0 auto;
}

.block6-subtitle {
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  margin-top: 35px;
}

.block6-main {
  margin-top: 25px;
  font-size: 17px;
  line-height: 24px;
  color: #878787;
}

.block6-left {
  width: 405px;
  float: left;
}

.block6-left-list {
  padding: 30px 0;
}

.block6-left-item {
  padding: 5px 0 20px 50px;
  position: relative;
}

.block6-left-item:before {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  content: "";
  background: #02a0a6;
  left: 2px;
  top: 5px;
}

.block6-left-item:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../fonts/check.svg) no-repeat center;
  background-size: contain;
  left: 10px;
  top: 5px;
}

.block6-right {
  width: 345px;
  float: right;
}

.block6-right-list {
  padding: 30px 0;
}

.block6-right-item {
  padding: 5px 0 20px 50px;
  position: relative;
}

.block6-right-item:before {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  content: "";
  background: #02a0a6;
  left: 2px;
  top: 5px;
}

.block6-right-item:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../fonts/check.svg) no-repeat center;
  background-size: contain;
  left: 10px;
  top: 5px;
}

.block6-center {
  width: 410px;
  float: left;
  margin-left: 0;
  margin-top: 95px;
}

.block6-bottom {
  margin-top: -85px;
}

.block6-bottom-text {
  font-size: 16px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: italic;
  position: relative;
  margin: 0 auto 90px;
  width: 410px;
  text-align: center;
}

.block6-bottom-text:after {
  position: absolute;
  content: "";
  width: 36px;
  height: 60px;
  background: url(../images/line2.png) no-repeat;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
  top: 15px;
  left: calc(50% - 10px);
}

.block6-bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.block6-bottom-item {
  font-size: 18px;
  font-weight: 700;
  padding-top: 35px;
  position: relative;
}

.block6-bottom-item:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../fonts/ok.svg) no-repeat;
  left: calc(50% - 10px);
  top: 10px;
}

.block6-bottom-item:nth-child(n + 2):nth-child(-n + 5) {
  text-align: center;
}

.block6-bottom-item:last-child {
  text-align: right;
}

.block6-bottom-item:nth-child(2) {
  margin-left: 10px;
}

.block6-bottom-item:nth-child(3) {
  margin-left: 0;
}

.block6-bottom-subtitle {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  width: 550px;
  margin: 0 auto;
}

.block7 {
  padding: 85px 0 95px;
  background: url(../images/main-bg.png) no-repeat;
  background-position: center bottom -110px;
}

.block7-composition {
  margin-top: 75px;
}

.block7-composition {
  background: url(../images/pack.png) no-repeat center top 54%;
  background-size: 350px;
}



.block7-animation {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
}

.block7-animation.active {
  width: 450px;
  height: 330px;
}

.block7-animation.active .block7-overflow:after {
  opacity: 0;
}

.block7-animation.active .block7-overflow {
  max-height: 300px;
}

.block7-title {
  text-align: center;
}

.block7-overflow {
  max-height: 170px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.block7-overflow:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80px;
  background: #fff;
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: -webkit-linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0,
      #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  left: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.block7-composition-title {
  font-size: 22px;
  font-weight: 400;
}

.block7-composition-subtitle {
  font-size: 20px;
  color: #5b5b5b;
}

.block7-composition-text {
  font-size: 17px;
  line-height: 22px;
  color: #868686;
  margin-top: 5px;
}

.block7-composition-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#f87d2b),
      to(#f59e21));
  background: linear-gradient(to right, #f87d2b, #f59e21);
  -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
  box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
  position: absolute;
  bottom: 25px;
  left: calc(50% - 13px);
  cursor: pointer;
}

.block7-composition-btn:hover {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#f60),
      to(#ff9f17));
  background: linear-gradient(to right, #f60, #ff9f17);
}

.block7-subtitle {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #868686;
  margin-top: 25px;
}

.block7-subtitle_medium {
  color: #212121;
  display: block;
  font-size: 20px;
}

.block7-top {
  position: relative;
  height: 275px;
  margin-top: 84px;
}

.block7-top-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 380px;
  height: 275px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 21px rgba(224, 224, 224, 0.75);
  box-shadow: 0 5px 21px rgba(224, 224, 224, 0.75);
  padding: 40px 75px 25px 30px;
}

.block7-top-right {
  position: absolute;
  right: 0;
  width: 380px;
  height: 275px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 21px rgba(224, 224, 224, 0.75);
  box-shadow: 0 5px 21px rgba(224, 224, 224, 0.75);
  padding: 40px 15px 25px 95px;
}

.block7-img {
  position: absolute;
  top: calc(50% - 72px);
  border-radius: 50%;
  border: 6px solid transparent;
  font-size: 0;
}

.block7-img:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 32px;
  background: url(../images/line2.png) no-repeat;
}

.block7-img_left {
  right: -114px;
}

.block7-img_left:after {
  left: -20px;
  top: -20px;
  display: none;
}

.block7-img_right {
  left: -95px;
}

.block7-img_right:after {
  right: -20px;
  display: none;
  top: -20px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.block7-mechanic {
  text-align: center;
  margin-top: 40px;
}

.block7-mechanic.active .block7-mechanic-text {
  max-height: 800px;
}

.block7-mechanic.active .block7-mechanic-text:after {
  opacity: 0;
}

.block7-mechanic-title {
  font-size: 22px;
  font-weight: 700;
}

.block7-mechanic-text {
  font-size: 18px;
  line-height: 24px;
  color: #868686;
  margin-top: 20px;
  max-height: 120px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.block7-mechanic-text:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80px;
  background: #fff;
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: -webkit-linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0,
      #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  left: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.block7-mechanic-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#f87d2b),
      to(#f59e21));
  background: linear-gradient(to right, #f87d2b, #f59e21);
  -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
  box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
  margin: 35px auto 0;
  cursor: pointer;
}

.block7-mechanic-btn:hover {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#f60),
      to(#ff9f17));
  background: linear-gradient(to right, #f60, #ff9f17);
}

.block7-proportion {
  margin-top: 40px;
  position: relative;
  padding-bottom: 65px;
}

.block7-proportion:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(transparent),
      color-stop(25%, #e8e8e8),
      color-stop(75%, #e8e8e8),
      to(transparent));
  background: linear-gradient(to right,
      transparent,
      #e8e8e8 25%,
      #e8e8e8 75%,
      transparent 100%);
  left: 0;
  bottom: 0;
}

.block7-proportion:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 11px;
  background: #fff url(../images/line.png) no-repeat center;
  bottom: -10px;
  z-index: 2;
  left: calc(50% - 13px);
}

.block7-proportion-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  width: 680px;
  margin: 0 auto;
  text-align: center;
}

.block7-proportion-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.block7-proportion-left {
  width: 50%;
}

.block7-proportion-right {
  width: 50%;
  padding-left: 15px;
}

.block7-proportion-text {
  font-size: 18px;
  line-height: 24px;
  color: #868686;
}

.block7-proportion-source {
  font-size: 16px;
  color: #868686;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: italic;
  margin-top: 3px;
  margin-bottom: 25px;
}

.block7-proportion-source_black {
  font-weight: 400;
  color: #212121;
}

.block7-use {
  margin-top: 75px;
  text-align: center;
}

.block7-use-left {
  float: left;
  width: 550px;
}

.block7-use-title {
  font-size: 32px;
  font-weight: 900;
  text-align: left;
}

.block7-use-title_big {
  font-size: 46px;
}

.block7-use-right {
  float: left;
  width: 490px;
  padding-left: 50px;
}

.block7-use-capsule {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding-top: 70px;
  background-image: url(../fonts/capsule.svg), url(../fonts/lunch.svg),
    url(../fonts/replay.svg);
  background-repeat: no-repeat;
  background-position: left 35px top, top center, right 45px top;
  background-size: 60px 60px;
  position: relative;
}

.block7-use-capsule:before {
  position: absolute;
  content: "+";
  left: 29%;
  color: #148e94;
  font-size: 26px;
  top: 15px;
}

.block7-use-capsule:after {
  position: absolute;
  content: "+";
  right: 32%;
  color: #148e94;
  font-size: 26px;
  top: 15px;
}

.block7-use-text {
  font-size: 18px;
  line-height: 24px;
  color: #868686;
  margin: 65px auto 0;
  text-align: center;
  width: 830px;
}

.block7-use-btn {
  display: inline-block;
  margin-top: 45px;
  padding: 16px 30px;
}

.footer {
  padding: 60px 0 30px;
}

.footer-title {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}

.footer-item {
  font-size: 16px;
  line-height: 22px;
  color: #868686;
  width: 370px;
  padding: 10px 0 10px 60px;
}

.footer-item_first {
  background: url(../fonts/cursor.svg) no-repeat left 25px top 15px;
  background-size: 25px 36px;
}

.footer-item_second {
  padding-left: 70px;
  background: url(../fonts/people.svg) no-repeat left 30px top 15px;
  background-size: 24px 36px;
}

.footer-item_third {
  padding-left: 95px;
  background: url(../fonts/pay.svg) no-repeat left 50px top 15px;
  background-size: 35px 30px;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
}

.footer-link {
  color: #00858a;
  display: inline-block;
}

.footer-link:hover {
  text-decoration: none;
}

.footer-logo {
  width: 30px;
  margin: 0 5px;
  vertical-align: bottom;
  height: 26px;
}

.footer-text {
  line-height: 26px;
  margin-top: 10px;
}

.my-popup {
  width: 750px;
  background: #cceae1;
  border-radius: 10px;
  padding: 20px;
}

.my-popup-left {
  float: left;
  width: 320px;
  padding-top: 0;
}

.my-popup-right {
  width: 360px;
  float: right;
}

.my-popup-input {
  width: 100%;
  margin-top: 20px;
  padding: 15px 0 15px 20px;
  font-size: 20px;
  outline: 0;
  border: 1px solid #cceae1;
  color: #cceae1;
}

.my-popup-btn {
  width: 100%;
  margin-top: 20px;
  line-height: 30px;
  border: none;
  outline: 0;
}

.price {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.price-current-number,
.price-previous-number {
  font-size: 40px;
}

.price-current {
  color: #fff;
}

.price-current-number {
  font-weight: 900;
  color: red;
}

.price-previous-number {
  position: relative;
  overflow: hidden;
}

.price-previous-number:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #ea472d;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  top: 21px;
}

@media only screen and (max-width: 1370px) {
  .block1-main-left {
    width: 600px;
    left: -25px;
  }

  .block1-main-left:after {
    left: 110px;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 1000px;
  }

  .block4-bottom-btn {
    width: auto;
  }

  .block1-top-list {
    width: 689px;
  }

  .block1-top-left {
    /* width: 180px; */
    margin: auto !important;
    display: block;
  }

  .block1-top-item {
    padding-right: 0;
  }

  .block1 {
    padding-top: 30px;
  }

  .block1-main-right {
    width: 605px;
  }

  .block1-main-right_top {
    width: 100%;
    text-align: center;
    float: none;
  }

  .block1-main {
    padding-top: 30px;
  }

  .block1-main-left:after {
    width: 299px;
    height: 250px;
  }

  .no-webp .block1-main-left:after,
  .webp .block1-main-left:after {
    margin-bottom: 20px;
  }

  .block1-main-text {
    font-size: 18px;
  }

  .block1-main-right_bottom {
    text-align: center;
  }

  .block1-main-left {
    width: 480px;
  }

  .block2-bottom {
    padding-bottom: 60px;
  }

  .block3 {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .title {
    font-size: 40px;
    line-height: normal;
  }

  .block7-subtitle_medium {
    display: inline;
  }

  .block1-top-item {
    font-size: 14px;
    line-height: normal;
  }

  .block1-main-title {
    font-size: 46px;
  }

  .block3-left {
    width: 320px;
    float: none;
  }

  .block3-right {
    width: 320px;
    float: none;
  }

  .block3-center {
    width: 320px;
    float: none;
  }

  .block3-item {
    padding-bottom: 15px;
  }

  .block3-center {
    padding-top: 70px;
  }

  .btn {
    font-size: 22px;
  }

  .block3-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block3-list {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block4 {
    padding: 50px 0;
  }

  .block4-left {
    padding: 25px 60px 15px;
  }

  .block4-left-text {
    left: 50px;
  }

  .block4-left:after {
    right: 140px;
  }

  .block4-left:before {
    right: 137px;
  }

  .block4-right-text {
    left: 140px;
  }

  .block4-right:after {
    left: 138px;
  }

  .block4-right:before {
    left: 135px;
  }

  .block4-bottom-block {
    width: 475px;
  }

  .block4-right {
    padding: 25px 56px 10px;
  }

  .block4-center-img {
    margin-left: 0;
  }

  .block4-center-circle {
    left: 275px;
  }

  .block5-left {
    width: 500px;
  }

  .block5-slider-right {
    width: 275px;
  }

  .slick-prev {
    left: 205px;
  }

  .slick-next {
    right: 205px;
  }

  .block5-right {
    width: 450px;
  }

  .block5-bottom-label {
    top: -25px;
  }

  .block5-bottom-label_first {
    margin-left: 145px;
  }

  .block5-bottom-label_second {
    margin-left: 110px;
  }

  .block5-main {
    padding-bottom: 60px;
  }

  .block6 {
    padding: 60px 0;
  }

  .block6-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block6-center,
  .block6-left,
  .block6-right {
    width: 320px;
    float: none;
  }

  .block6-left-item,
  .block6-right-item,
  .text-bold {
    font-size: 16px;
  }

  .block6-left-item,
  .block6-right-item {
    padding: 0 0 15px 50px;
  }

  .block6-center {
    margin-left: 0;
    margin-top: 110px;
  }

  .block7-top-left,
  .block7-top-right {
    width: 300px;
  }

  .block7-animation.active {
    width: 390px;
    height: 355px;
  }

  .block7-top_bottom {
    margin-top: 85px;
  }

  .no-webp .block7-composition,
  .webp .block7-composition {
    background-size: 300px;
    background-position: left 50% top 54%;
  }

  .block7-mechanic {
    margin-top: 85px;
  }

  .block7-proportion {
    padding-bottom: 40px;
  }

  .block7-use-right {
    padding-left: 0;
    float: right;
    width: 400px;
  }

  .block7-use {
    margin-top: 55px;
  }

  .block7 {
    padding: 50px 0;
  }

  .block5 {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 1020px) {
  .container {
    max-width: 760px;
    padding: 0 15px;
  }

  .block1-top-list {
    display: none;
  }

  .block1-top-left {
    margin: auto !important;
    float: none;
    text-align: center;
    display: block;
  }

  .block1-main {
    padding-top: 10px;
  }

  .block1-main-title {
    font-size: 42px;
  }

  .block1-main-right_center {
    width: 430px;
    border-bottom: none;
  }

  .block1-main-right_bottom {
    width: 100%;
    margin-top: 0;
    padding-top: 30px;
  }

  .block1-main-left {
    width: 275px;
    left: 5px;
    bottom: 310px;
  }

  .block1-main-left:after {
    width: 340px;
    left: -25px;
    bottom: -165px;
  }

  .block2-item-circle {
    width: 200px;
  }

  .block2-item-circle:after {
    width: 218px;
    height: 218px;
  }

  .block2-item-text {
    padding: 30px 15px;
  }

  .block3-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block3-center {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 0;
  }

  .block3-center-btn {
    margin-top: 0;
  }

  .block3-left,
  .block3-right {
    margin: 0 20px;
  }

  .title {
    font-size: 38px;
  }

  .block4-text br {
    display: none;
  }

  .block4-left,
  .block4-right {
    position: relative;
    display: inline-block;
    width: 285px;
    top: inherit;
    vertical-align: top;
    margin: 0 10px;
  }

  .block4-center {
    margin-top: 125px;
    width: 595px;
  }

  .block4-left-text {
    top: 275px;
  }

  .block4-right-text {
    top: 275px;
    left: 110px;
  }

  .block4-left:before,
  .block4-right:before {
    top: inherit;
    bottom: 5px;
  }

  .block4-left:after {
    top: inherit;
    bottom: -50px;
    -webkit-transform: rotate(180deg) scale(-1, 1);
    transform: rotate(180deg) scale(-1, 1);
  }

  .block4-right:after {
    top: inherit;
    bottom: -50px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .block4-bottom-block {
    width: 360px;
  }

  .block5-title {
    width: 100%;
  }

  .block5-left {
    width: 100%;
    float: none;
  }

  .block5-main {
    padding-top: 40px;
  }

  .block5-slider-right {
    float: none;
    width: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
  }

  .slick-slide img {
    float: none;
    margin: 0 auto;
  }

  .block5-slider-name {
    margin-bottom: 10px;
  }

  .block5-slider-complaint {
    margin-bottom: 10px;
  }

  .block5-slider-text {
    padding-right: 0;
    text-align: center;
  }

  .block5-right {
    float: none;
    margin: 30px auto 0;
  }

  .block5-bottom-canvas {
    display: none;
  }

  .block6-title {
    width: 100%;
  }

  .block6-title {
    font-size: 36px;
  }

  .block6 {
    padding: 45px 0;
  }

  .block6-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block6-center {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .block6-left-list,
  .block6-right-list {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
  }

  .block3-main {
    margin-top: 45px;
  }

  .block6-main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block6-center {
    margin-top: 0;
  }

  .block6-bottom-item:nth-child(2) {
    margin-left: 0;
  }

  .block6-bottom-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block6-bottom-item {
    width: 33%;
    text-align: center;
  }

  .block6-bottom-item:last-child {
    text-align: center;
  }

  .block7-composition {
    padding-top: 205px;
    margin-top: 45px;
  }

  .no-webp .block7-composition,
  .webp .block7-composition {
    background-position: center top;
    margin-top: -14px !important;
  }

  .block7-top-left,
  .block7-top-right {
    position: relative;
    padding: 80px 20px 65px;
    height: auto;
  }

  .block7-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    align-items: stretch;
    justify-content: space-around;
  }

  .block7-img:after {
    display: none;
  }

  .block7-img_left,
  .block7-img_right {
    left: calc(50% - 87px);
    top: -100px;
    width: 187px;
  }

  .block7-animation.active {
    width: 300px;
    height: auto;
  }

  .block7-animation.active .block7-overflow {
    max-height: 320px;
  }

  .block7-use-left {
    float: none;
    width: 100%;
  }

  .block7-use-title {
    text-align: center;
  }

  .block7-use-right {
    float: none;
    margin: 30px auto 0;
  }

  .block7-use-text {
    width: 100%;
    margin-top: 30px;
  }

  .block2 {
    padding: 50px 0 20px;
  }

  .block3-main {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .block1-main-right_bottom .btn {
    display: block;
    max-width: 190px;
    margin: auto;
  }

  .container {
    max-width: 460px;
  }

  .title {
    font-size: 32px;
  }

  .block1-main-left {
    bottom: auto;
    top: 150px;
    left: calc(50% - 137px);
  }

  .block1-main-subtitle {
    margin-top: 459px;
  }

  .block1-main-right_center {
    width: 100%;
    padding: 0;
  }

  .block1-sale {
    margin-top: 20px;
  }

  .block1-sale-text {
    margin-left: 0;
  }

  .block1-main-right_bottom {
    padding-top: 20px;
    border-top: none;
  }

  .block1-main {
    padding-bottom: 0;
  }

  .block2-subtitle {
    width: 100%;
  }

  .block2-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block2-item {
    width: 100%;
  }

  .block2-bottom-title {
    width: 100%;
  }

  .block2-bottom {
    padding: 0 0 30px;
  }

  .block1 {
    padding-bottom: 10px;
  }

  .block3 {
    padding-top: 15px;
  }

  .block3-subtitle {
    width: 100%;
  }

  .block3-left,
  .block3-right {
    width: 100%;
  }

  .block4-left,
  .block4-right {
    width: 190px;
  }

  .block4-left,
  .block4-right {
    padding: 20px;
  }

  .block4-left:before {
    right: 40px;
  }

  .block4-left:after {
    right: 43px;
  }

  .block4-right:before {
    left: 40px;
  }

  .block4-right:after {
    left: 43px;
  }

  .block4-center {
    width: 100%;
  }

  .block4-right-text {
    left: 30px;
  }

  .block4-center-circle {
    left: 200px;
  }

  .block4-bottom-block {
    width: 100%;
    margin: 10px 0;
  }

  .block4-bottom {
    margin-top: 50px;
  }

  .block4-bottom-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block4-bottom-btn {
    font-size: 18px;
  }

  .slick-prev {
    left: 170px;
  }

  .slick-next {
    right: 170px;
  }

  .block5-right {
    width: 100%;
  }

  .block6-left,
  .block6-right {
    width: 100%;
  }

  .block6-left-list,
  .block6-right-list {
    padding: 0;
  }

  .block6-center {
    text-align: center;
    width: 350px;
    margin: 0 auto;
  }

  .block6-bottom {
    margin-top: 10px;
  }

  .block6-bottom-subtitle {
    width: 100%;
  }

  .block7-top-left,
  .block7-top-right {
    width: 100%;
    margin: 50px 0;
    padding: 80px 20px 30px;
    text-align: center;
  }

  .block7-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block7-top_bottom {
    margin-top: 0;
  }

  .block7-animation.active {
    width: 100%;
  }

  .block7-composition-btn,
  .block7-overflow:after {
    display: none;
  }

  .block7-overflow {
    max-height: 100%;
  }

  .block7-mechanic {
    margin-top: 0;
  }

  .block7-proportion-title {
    width: 100%;
  }

  .block7-proportion-left {
    width: 100%;
  }

  .block7-proportion-right {
    width: 100%;
    padding-left: 0;
  }

  .block7-proportion-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block7-use-title_big {
    font-size: 34px;
  }

  .block7-use-btn {
    font-size: 18px;
  }

  .footer-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-item {
    padding-left: 60px;
    background-position: left 25px top 15px;
  }

  .footer-item_third {
    background-position: left 15px top 15px;
  }

  .footer-item {
    width: 100%;
  }

  .my-popup {
    width: 300px;
    padding: 20px 10px;
  }

  .my-popup-left {
    float: none;
    width: 100%;
    padding-top: 0;
  }

  .my-popup-right {
    float: none;
    width: 100%;
  }

  .price-current-number,
  .price-previous-number {
    font-size: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .block5-left-label {
    top: 170px;
  }

  .container {
    max-width: 320px;
  }

  .title {
    font-size: 28px;
  }

  .block1-main-left:after {
    width: 320px;
  }

  .block3-main {
    margin-top: 15px;
  }

  .block3-center-img {
    padding-left: 0;
  }

  .block3-center-btn {
    font-size: 18px;
  }

  .block4-left,
  .block4-right {
    width: 92%;
    margin: 0;
  }

  .block4-left {
    margin-bottom: 100px;
  }

  .block4-left-text {
    top: 270px;
  }

  .block4-left-text {
    left: 107px;
  }

  .block4-right-text {
    left: 88px;
  }

  .block4-center-circle {
    left: 130px;
    top: 200px;
  }

  .block4-bottom-btn {
    border-radius: 38px;
  }

  .block5-title {
    font-size: 24px;
  }

  .block5-slider-right {
    width: 100%;
  }

  .block5-slider-item:focus.active .block5-slider-text {
    max-height: 800px;
  }

  .slick-next {
    right: 100px;
  }

  .slick-prev {
    left: 100px;
  }

  .block5-bottom-label_first {
    margin-left: 80px;
  }

  .block5-bottom-label {
    top: -10px;
  }

  .block5-bottom-label_second {
    margin-left: 25px;
  }

  .block6-title {
    font-size: 22px;
  }

  .block7-use-right {
    width: 100%;
  }

  .block7-use-capsule {
    background-size: 45px 45px;
    background-position: left 35px top 10px, top 10px center,
      right 45px top 10px;
  }

  .block7-use-capsule:before {
    left: 32%;
  }

  .block7-use-capsule:after {
    right: 34%;
  }

  .block7-use-btn {
    border-radius: 38px;
  }

  .block6-bottom-text {
    width: 100%;
  }

  .block6-bottom-item {
    width: 50%;
  }
}

.extra-little {
  font-size: 0.9em;
  line-height: 1;
  display: block;
  margin-top: 8px;
}

@media (min-width: 768px) and (max-width: 1019px) {
  .block6-bottom-text {
    margin-top: 90px;
  }
}

@media (max-width: 480px) {
  .block1-main-left {
    top: 182px;
  }

  .block1,
  .block3,
  .block4,
  .block6 {
    background: linear-gradient(to top, #bdebe2 0, #c9eee7 10%, #d6f2ec 15%, #d6f2ec 20%, #e8f8f4 25%, #c9eee7 30%, #fff 100%);
  }

  .block7 {
    background: linear-gradient(to top,
        #bdebe2 0,
        #c9eee7 6%,
        #d6f2ec 9%,
        #d6f2ec 12%,
        #fff 14%,
        #fff 100%);
  }

  .webp .block1-main-left:after,
  .webp .block7-composition {
     margin-bottom: 26px;
  }
}

.price-text {
  color: #000;
}

.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }

  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}

.nw {
display: flex;
justify-content: center;
align-items: center;
column-gap: 10px; 
font-size: 14px;
text-align: left;
margin-top: 12px;
text-align: center;
}