@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
    url('../fonts/roboto-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
    url('../fonts/roboto-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

.center {
  text-align: center;
}

img {
  max-width: 100%;
}

.mappic {
  width: 350px;
  margin: 0 60px 0 0;
  display: block;
}

.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: .25
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .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: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: .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;
  cursor: hand
}

.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
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

input::-webkit-input-placeholder {
  color: #666;
}

input::-moz-placeholder {
  color: #666;
  opacity: 1;
}

input:-moz-placeholder {
  color: #666;
}

input:-ms-input-placeholder {
  color: #666;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666
}

body input:required:valid,
body textarea:required:valid {
  color: #666
}

a,
b,
blockquote,
body,
canvas,
caption,
center,
code,
dd,
del,
div,
dl,
dt,
embed,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
label,
legend,
li,
nav,
object,
ol,
output,
p,
pre,
q,
s,
section,
span,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

footer,
header,
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;
  line-height: 1.3;
  min-width: 320px;
  position: relative;
  font-family: Roboto, sans-serif;
  overflow-x: hidden;
  color: #212121
}

.img-responsive {
  max-width: 100%;
  height: auto
}

.text-medium {
  font-weight: 700;
  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: 1.1;
  font-weight: 700
}

.active-color {
  color: #148e94
}

.light-text {
  color: #999;
  font-weight: 400
}

.btn {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 16px 40px;
  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 .5s ease;
  transition: all .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 .5s ease;
  transition: all .5s ease
}

.btn:hover .btn-background:after {
  opacity: 1
}

.block1 {
  padding: 55px 0 0;
}

.no-webp .block1 {
  background: url(../img/main-bg.png) no-repeat center bottom;
  background-size: cover
}

.webp .block1 {
  background: url(../img/main-bg.webp) no-repeat center bottom;
  background-size: cover
}

.block1-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block1-top-left {
  width: 210px;
  float: left;
}

.block1-top-right {
  float: right
}

.block1-top-list {
  display: flex;
  justify-content: space-between;
  width: 900px
}

.block1-top-item {
  width: 30%;
  padding-left: 70px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  background-repeat: no-repeat
}

.block1-top-item_first {
  position: relative
}

.block1-top-item_first:before {
  width: 30px;
  height: 30px;
  background: url(../img/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(../img/recom.svg) no-repeat;
  position: absolute;
  content: "";
  left: 8px;
  top: 3px
}

.block1-top-item {
  width: 31%;
}

.block1-top-item_third {
  padding-left: 45px;
  padding-right: 0;
  position: relative
}

.block1-top-item_third:before {
  width: 22px;
  height: 22px;
  background: url(../img/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
}

.block1-main-right_bottom {
  margin-top: 35px
}

.block1-main-title {
  font-size: 45px
}

.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(../img/ok.svg) no-repeat;
  left: 0;
  top: 10px
}

.block1-main-text {
  font-size: 20px;
  font-weight: 700
}

.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
}

.webp .block1-main-left:after {
  position: absolute;
  content: "";
  width: 230px;
  height: 520px;
  background: url(../img/pack.webp) no-repeat center bottom;
  background-size: contain;
  left: 350px;
  bottom: -65px
}

.no-webp .block1-main-left:after {
  position: absolute;
  content: "";
  width: 420px;
  height: 300px;
  background: url(../img/pack.png) no-repeat center;
  background-size: contain;
  left: 140px;
  bottom: -65px
}

.block1-sale {
  display: inline-block;
  vertical-align: top;
  height: 76px
}

.block1-sale-text {
  font-size: 17px;
  font-weight: 700;
  margin-left: 35px;
  line-height: 62px;
  vertical-align: bottom
}

.block1-sale-number {
  padding: 18px;
  background: url(../img/circle.svg) no-repeat center;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 62px;
  margin-left: 10px;
  position: relative;
  background-size: contain
}

.block2 {
  text-align: center;
  padding: 95px 0 20px
}

.block2-title {
  margin-bottom: 28px
}

.block2-text {
  color: #868686;
  font-size: 18px;
  font-weight: 700
}

.block2-subtitle {
  font-size: 22px;
  font-weight: 700;
  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;
  border-bottom: 1px solid #e8e8e8;
  position: relative
}

.block2-item-title:after {
  position: absolute;
  content: "";
  width: 46px;
  height: 23px;
  background: #fff url(../img/down.svg) no-repeat center;
  background-size: contain;
  left: calc(50% - 23px);
  bottom: -12px
}

.block2-item-text {
  padding: 30px 70px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  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(../img/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: 700
}

.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;
}

.no-webp .block3 {
  background: url(../img/main-bg.png) no-repeat center bottom;
  background-size: cover
}

.webp .block3 {
  background: url(../img/main-bg.webp) no-repeat center bottom;
  background-size: cover
}

.block3-title {
  text-align: center
}

.block3-subtitle {
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  width: 660px;
  margin: 15px auto 0;
  text-align: center
}

.block3-main {
  margin-bottom: 20px;
  padding-top: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block3-left {
  width: 370px;
  float: left
}

.block3-right {
  width: 370px;
  float: right
}

.block3-center {
  width: 435px;
  float: left;
  text-align: center
}

.block3-center-img {
  width: 230px;
}

.block3-center-btn {
  display: inline-block;
}

.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
}

.block4 {
  padding: 80px 0 90px;
  text-align: center;
}

.no-webp .block4 {
  background: url(../img/main-bg.png) center bottom -160px no-repeat
}

.webp .block4 {
  background: url(../img/main-bg.webp) 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: 700
}

.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(../img/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(../img/line2.png) no-repeat center;
  top: -50px;
  right: 113px
}

.block4-left-text {
  position: absolute;
  color: #118d00;
  font-size: 24px;
  font-weight: 700;
  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(../img/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: 700;
  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: 700;
  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: 1.3;
  color: #868686;
  padding: 30px 19px
}

.block4-bottom-subtitle {
  font-size: 24px;
  font-weight: 700;
  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(../img/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: 41px;
  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: 600px
}

.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: 700;
  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 .5s ease;
  transition: all .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 .5s ease;
  transition: opacity .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: 700;
  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: 0
}

.block5-bottom-label {
  vertical-align: middle;
  position: relative;
  top: -35px;
  color: #878787
}

.block5-bottom-label_first {
  font-size: 15px;
  font-style: italic;
  width: 80px;
  display: inline-block;
  margin-left: 190px;
  text-align: center;
}

.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(../img/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(../img/slider-line.svg) no-repeat
}

.slick-arrow.slick-disabled {
  cursor: default;
}

.block6 {
  padding: 85px 0 100px;
}

.no-webp .block6 {
  background: url(../img/main-bg.png) no-repeat center bottom
}

.webp .block6 {
  background: url(../img/main-bg.webp) no-repeat center bottom
}

.block6-title {
  text-align: center;
  width: 920px;
  margin: 0 auto
}

.block6-subtitle {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  margin-top: 35px
}

.block6-main {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  color: #878787
}

.block6-left {
  width: 410px;
  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(../img/check.svg) no-repeat center;
  background-size: contain;
  left: 10px;
  top: 5px
}

.block6-right {
  width: 410px;
  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(../img/check.svg) no-repeat center;
  background-size: contain;
  left: 10px;
  top: 5px
}

.block6-center-img {
  width: 230px;
  margin: 0 auto;
  display: block;
}

.block6-center {
  width: 410px;
  float: left;
}

.block6-bottom-text {
  font-size: 16px;
  font-style: italic;
  position: relative;
  margin: 0 auto 30px;
  width: 410px;
  text-align: center
}

.block6-bottom-text:after {
  position: absolute;
  /* content: ""; */
  width: 36px;
  height: 60px;
  background: url(../img/line2.png) no-repeat;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
  top: 40px;
  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(../img/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(../img/main-bg.png) no-repeat;
  background-position: center bottom -110px
}

.block7-animation {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: #fff
}

.block7-animation.active {
  width: 450px;
  height: 310px
}

.block7-animation.active .block7-overflow:after {
  opacity: 0
}

.block7-animation.active .block7-overflow {
  max-height: 300px
}

.block7-composition {
  margin-top: 75px;
}

.webp .block7-composition {
  background: url(../img/pack.webp) no-repeat center top 54%;
  background-size: 210px;
}

.no-webp .block7-composition {
  background: url(../img/pack.png) no-repeat center top 54%;
  background-size: 210px;
}

.block7-mechanic.active .block7-mechanic-text {
  max-height: 160px
}

.block7-mechanic.active .block7-mechanic-text:after {
  opacity: 0
}

.block7-title {
  text-align: center
}

.block7-overflow {
  max-height: 170px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .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 .5s ease;
  transition: opacity .5s ease
}

.block7-composition-title {
  font-size: 22px;
  font-weight: 700
}

.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: 700;
  color: #868686;
  margin-top: 25px
}

.block7-subtitle_medium {
  color: #212121;
  display: block;
  font-size: 20px
}

.block7-top {
  position: relative;
  height: 275px;
  margin-top: 35px
}

.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 #fff;
  font-size: 0
}

.block7-img:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 32px;
  background: url(../img/line2.png) no-repeat
}

.block7-img_left {
  right: -80px
}

.block7-img_left:after {
  left: -20px;
  top: -20px
}

.block7-img_right {
  left: -80px
}

.block7-img_right:after {
  right: -20px;
  top: -20px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.block7-mechanic {
  text-align: center;
  margin-top: 40px
}

.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 .5s ease;
  transition: all .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 .5s ease;
  transition: opacity .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
}

.nowrap {
  white-space: nowrap;
}

.block7-proportion:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 11px;
  background: #fff url(../img/line.png) no-repeat center;
  bottom: -10px;
  z-index: 2;
  left: calc(50% - 13px)
}

.block7-proportion-title {
  font-size: 23px;
  line-height: 28px;
  font-weight: 700;
  max-width: 790px;
  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-style: italic;
  margin-top: 3px;
  margin-bottom: 25px
}

.block7-proportion-source_black {
  font-weight: 700;
  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: 700;
  text-align: center;
  padding-top: 70px;
  background-image: url(../img/capsule.svg), url(../img/lunch.svg), url(../img/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: 90px 0 0
}

.footer-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700
}

.footer-list {
  display: flex;
  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: 380px;
  padding: 10px 0 10px 60px
}

.footer-item_first {
  background: url(../img/cursor.svg) no-repeat left 25px top 15px;
  background-size: 25px 36px
}

.footer-item_second {
  padding-left: 70px;
  background: url(../img/people.svg) no-repeat left 30px top 15px;
  background-size: 24px 36px
}

.footer-item_third {
  padding-left: 95px;
  background: url(../img/pay.svg) no-repeat left 50px top 15px;
  background-size: 35px 30px
}

.map {
  margin-bottom: 30px;
}

.my-popup {
  display: flex !important;
  align-items: center;
  background: #cceae1;
  border-radius: 10px;
  padding: 20px
}

.my-popup-left {
  width: 220px;
  margin-right: 20px;
}

.my-popup-right {
  width: 360px;
}

.my-popup-input {
  width: 100%;
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 20px;
  outline: 0;
  border: 1px solid #cceae1;
  color: #cceae1
}

.my-popup-input:focus {
  outline: 1px solid #02a0a6 !important;
}

.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: 34px
}

.price-current {
  margin-left: 20px;
  color: #f8392b
}

.price-current-number {
  font-weight: 700
}

.price-previous-number {
  position: relative;
}

.price-previous-number:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #ea472d;
  transform: rotate(-9deg);
  top: 50%
}

@media only screen and (max-width: 1370px) {
  .block1-main-left {
    width: 600px;
    left: -25px
  }

  .no-webp .block1-main-left:after,
  .webp .block1-main-left:after {
    left: 300px
  }
}

@media only screen and (max-width: 1200px) {
  .block7-animation.active {
    width: 390px;
    height: 355px
  }

  .block7-mechanic.active .block7-mechanic-text {
    max-height: 200px
  }

  .container {
    max-width: 1000px
  }

  .block4-bottom-btn {
    width: auto
  }

  .block1-top-list {
    width: 760px
  }

  .block1-top-left {
    width: 180px
  }

  .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
  }

  .no-webp .block1-main-left:after,
  .webp .block1-main-left:after {
    background-size: contain;
    width: 200px;
    left: 240px;
    bottom: -55px;
  }

  .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;
  }

  .block1-top-item {
    font-size: 14px;
  }

  .block3-left {
    width: 320px;
    float: none
  }

  .block3-right {
    width: 320px;
    float: none
  }

  .block3-center {
    width: 320px;
    float: none
  }

  .block3-item {
    padding-bottom: 15px
  }

  .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 {
    margin-bottom: 20px;
  }

  .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;
  }

  .block5 {
    padding-top: 50px
  }

  .block7-top-left,
  .block7-top-right {
    width: 300px
  }

  .block7-top_bottom {
    margin-top: 85px
  }

  .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
  }
}

@media only screen and (max-width: 1020px) {
  .block7-composition {
    margin-top: 20px;
    padding-top: 265px;
  }

  .no-webp .block7-composition,
  .webp .block7-composition {
    background-position: center top;
    background-size: 150px;
  }

  .block7-animation.active {
    width: 300px;
    height: auto
  }

  .block7-animation.active .block7-overflow {
    max-height: 320px
  }

  .container {
    max-width: 760px;
    padding: 0 10px
  }

  .block1-top-list {
    display: none
  }

  .block1-top-left {
    float: none;
    margin: 0 auto
  }

  .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%;
    border-top: 1px solid #c1e3d8;
    margin-top: 0;
    padding-top: 30px
  }

  .block1-main-left {
    width: 275px;
    left: 5px;
    bottom: 330px
  }

  .no-webp .block1-main-left:after,
  .webp .block1-main-left:after {
    width: 200px;
    left: 30px;
    bottom: -155px
  }

  .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 {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .block3-left,
  .block3-right {
    margin: 0 20px
  }

  .title {
    font-size: 38px
  }

  .block1-main-title {
    font-size: 34px;
  }

  .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%;
    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
  }

  .block2 {
    padding: 50px 0 20px
  }

  .block3-main {
    margin-bottom: 0;
    padding-top: 10px
  }

  .footer {
    padding-top: 30px;
  }

  .block7-subtitle_medium {
    display: inline
  }

  .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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .block7-img:after {
    display: none
  }

  .block7-img_left,
  .block7-img_right {
    left: calc(50% - 72px);
    top: -72px;
    width: 145px
  }

  .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
  }
}

@media only screen and (max-width: 767px) {
  .block7-composition {
    padding-top: 280px;
  }

  .block7-animation.active {
    width: 100%
  }

  .block7-mechanic.active .block7-mechanic-text {
    max-height: 420px
  }

  .price-current {
    margin: 10px 0 0;
  }

  .block4-left-text {
    width: 100%;
    max-width: 160px;
    left: 20px;
  }

  .footer {
    padding-top: 40px;
  }

  .container {
    max-width: 460px
  }

  .title {
    font-size: 32px
  }

  .block1-main-title {
    font-size: 30px;
  }

  .block1-main-left {
    bottom: auto;
    top: 95px;
    left: calc(50% - 137px)
  }

  .block1-main-subtitle {
    margin-top: 470px;
    margin-bottom: 15px;
  }

  .block1-main-right_center {
    width: 100%;
    padding: 0
  }

  .block1-sale-text {
    margin-left: 0
  }

  .block1-main-right_bottom {
    padding-top: 20px;
    border-top: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .block1-main-btn {
    margin-top: 10px;
    order: 1;
  }

  .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: 50px
  }

  .block3 {
    padding-top: 15px
  }

  .block3-subtitle {
    width: 100%
  }

  .block3-left,
  .block3-right {
    width: 100%
  }

  .block4-left,
  .block4-right {
    width: 190px;
    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%;
    margin-bottom: 10px;
  }

  .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%
  }

  .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 {
    display: none;
    float: none;
    width: 100%;
    padding-top: 0
  }

  .my-popup-right {
    float: none;
    width: 100%
  }

  .price-current-number,
  .price-previous-number {
    font-size: 32px
  }

  .map-box {
    position: absolute;
  }

  .mappic {
    margin: 0;
    padding: 0 15px;
  }

  .price {
    flex-direction: column;
    align-items: center;
  }

  .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-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
  }
}

@media only screen and (max-width: 480px) {
  .block7-mechanic.active .block7-mechanic-text {
    max-height: 700px
  }

  .no-webp .block1,
  .no-webp .block3,
  .webp .block3,
  .webp .block1,
  .no-webp .block4,
  .webp .block4,
  .webp .block6,
  .no-webp .block6 {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 56%, #e7f7f4 91%, #dbf4ef 94%, #c9eee6 97%, #bbeae1 100%);
  }

  .webp .block7,
  .no-webp .block7 {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 83%, #e7f7f4 91%, #dbf4ef 94%, #c9eee6 97%, #bbeae1 100%);
  }

  .block1-main-subtitle {
    margin-top: 465px;
  }

  .container {
    max-width: 320px
  }

  .title {
    font-size: 28px
  }

  .block1-main-title {
    font-size: 22px;
  }

  .block3-main {
    margin-top: 15px
  }

  .block3-center-img {
    width: 200px;
    padding-left: 0
  }

  .block3-center-btn {
    font-size: 18px
  }

  .block4-left,
  .block4-right {
    width: 100%;
    margin: 0
  }

  .block4-left {
    margin-bottom: 100px
  }

  .block4-left-text {
    top: 270px;
    left: 67px
  }

  .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
  }

  .block6-bottom-text {
    width: 100%
  }

  .block6-bottom-item {
    width: 50%
  }

  .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
  }
}

.extra-little {
  font-size: 15px;
  display: block;
  margin-top: 8px
}

@media (min-width: 768px) and (max-width: 1019px) {
  .block2-item p:nth-of-type(2) {
    min-height: 130px
  }
}

@media (max-width: 480px) {
  .block5-left-label {
    top: 170px
  }

  .block6-center-img {
    width: 200px;
  }

  .block1,
  .block3 {
    padding-bottom: 30px;
  }

  .block2,
  .block5 {
    padding-top: 30px;
  }

  .block4,
  .block6,
  .block7 {
    padding: 30px 0;
  }

  .block1-main {
    padding-top: 0;
  }

  .block1-main-left {
    top: 95px;
  }

  .block4-main {
    padding-bottom: 30px;
  }

  .block4-bottom,
  .block7-use {
    margin-top: 30px;
  }

  .block7-proportion {
    padding-bottom: 20px;
  }

  .block4-bottom-subtitle,
  .block6-bottom-subtitle {
    font-size: 22px;
    line-height: 1.3;
  }

  .block7-use-title {
    font-size: 28px;
    line-height: 1.2;
  }
}

@media (max-width: 360px) {

  .block3,
  .block4,
  .block6,
  .block7 {
    background: #93decf;
    background: linear-gradient(0deg, rgba(147, 222, 207, 0.7847514005602241) 0, #fff 40%, #fff 100%)
  }

  .block1 {
    background: #93decf;
    background: linear-gradient(0deg, rgba(147, 222, 207, 0.7847514005602241) 0, #fff 80%, #fff 100%)
  }
}

input::-ms-clear {
  display: none;
}

.x_country_select {
  display: none !important;
}
#order-in-progress__popup span {color: #000 !important;}