@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
    url('../fonts/opensans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
    url('../fonts/opensans-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

.block1-list-title {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  color: #63800c;
  font-size: 25px;
}

.nowrap {
  white-space: nowrap;
}

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

.logo {
  margin-bottom: 10px;
  display: inline-block;
  color: #fff;
  font-size: 50px;
  border-bottom: 2px solid #c52d3b;
}

body {
  opacity: 0;
  overflow-x: hidden;
}

html {
  background-color: #fff;
}



img {
  border: 0;
}

body {
  margin: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


footer,
main,
nav {
  display: block;
}


video {
  display: inline-block;
  vertical-align: baseline;
}

[hidden] {
  display: none;
}

a {
  background-color: transparent;
  color: #337ab7;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

b {
  font-weight: 700;
}


body {
  background-color: #fff;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

button,
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 1153px) {
  .container {
    width: 1030px;
  }
}


.container:after,
.container:before {
  content: " ";
  display: table;
}


.container:after {
  clear: both;
}

.hidden {
  display: none !important;
}

@-ms-viewport {
  width: device-width;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}


.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /* background: url(../images/owl.video.play.png) no-repeat; */
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

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

*:-moz-placeholder {
  color: #adadad;
  opacity: 1;
}

*::-moz-placeholder {
  color: #adadad;
  opacity: 1;
}

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


html,
body {
  height: 100%;
}

.clear {
  color: #fff;
}

.blue {
  color: #23627e;
}

.green {
  color: #7e9d22;
}

.green4 {
  color: #63800c;
}


.red {
  color: #f44c2a;
}

body {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  color: #3a3a3a;
  overflow-x: hidden;
  opacity: 1;
}

.old {
  text-decoration: line-through;
}

.bold {
  font-weight: bold;
}

.overflow {
  overflow: hidden;
}


h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

.mobile {
  display: none;
}

.header-2 {
  letter-spacing: 1.6px;
  font-size: 28px;
  text-transform: uppercase;
}

.header-2_bottom-line {
  position: relative;
  padding-bottom: 35px;
}

.header-2_bottom-line::after,
.header-2_bottom-line::before {
  content: '';
  width: 145px;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.header-2_bottom-line::after {
  left: 50%;
  margin-left: -165px;
}

.header-2_bottom-line::before {
  right: 50%;
  margin-right: -165px;
}

.header-2_bottom-line .header-2__dot {
  position: absolute;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
}

.header-2_bottom-line-blue::after,
.header-2_bottom-line-blue::before,
.header-2_bottom-line-blue .header-2__dot {
  background-color: #80adc4;
}

.header-2_bottom-line-brown::after,
.header-2_bottom-line-brown::before,
.header-2_bottom-line-brown .header-2__dot {
  background-color: #d4c5b4;
}

.header-2_bottom-line-green::after,
.header-2_bottom-line-green::before,
.header-2_bottom-line-green .header-2__dot {
  background-color: #cef27f;
}

.header-2_bottom-line-green2::after,
.header-2_bottom-line-green2::before,
.header-2_bottom-line-green2 .header-2__dot {
  background-color: #63800c;
}

.header-2_left-bottom-line {
  position: relative;
  padding-bottom: 20px;
}

.header-2_left-bottom-line::after {
  content: '';
  position: absolute;
  width: 200px;
  left: 0;
  bottom: 0;
  height: 1px;
}

.header-2_left-bottom-line-blue::after {
  background-color: #23627e;
}

.header-2_left-bottom-line-brown::after {
  background-color: #734819;
}

.button {
  border: none;
  background: none;
  text-transform: uppercase;
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  width: 432px;
  height: 139px;
  padding-bottom: 54px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.15s all;
  -o-transition: 0.15s all;
  transition: 0.15s all;
}

.no-webp .button {
  background-image: url("../images/button.png");
  background-repeat: no-repeat;
  background-position: center;
}

.webp .button {
  background-image: url("../images/button.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.no-webp .button_green {
  background-image: url("../images/button_green.png");
  background-repeat: no-repeat;
  background-position: center;
}

.webp .button_green {
  background-image: url("../images/button_green.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.button:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.button:focus {
  outline: none;
}

.sale-label {
  width: 127px;
  height: 127px;
  color: #3d700f;
  font-weight: 700;
  font-size: 40px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.no-webp .sale-label {
  background-image: url("../images/sale.png");
  background-repeat: no-repeat;
  background-position: center;
}

.webp .sale-label {
  background-image: url("../images/sale.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #3c7600;
}

.timer__header {
  font-size: 22px;
}

.timer__container {
  display: flex;
  justify-content: space-between;
}

.timer__item+.timer__item {
  margin-left: 24px;
}

.timer__item {
  text-align: center;
}

.timer__item-tx {
  font-size: 32px;
  font-weight: 700;
}

.timer__item-label {
  font-size: 14px;
  margin-top: -5px;
}

.block1 {
  padding-top: 40px;
  min-height: 680px;
}

.no-webp .block1 {
  background-image: url("../images/block1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.webp .block1 {
  background-image: url("../images/block1.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.block1 .container {
  position: relative;
}

.block1__decor1 {
  position: absolute;
  width: 322px;
  height: 162px;
  left: -144px;
  top: 350px;
}

.block12__decor1 {
  left: -120px;
}

.no-webp .block1__decor1 {
  background-image: url("../images/b1_decor1.png");
  background-repeat: no-repeat;
  background-position: center;
}

.webp .block1__decor1 {
  background-image: url("../images/b1_decor1.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.block1__decor2 {
  position: absolute;
  width: 195px;
  height: 139px;
  left: -273px;
  top: 100px;
}

.no-webp .block1__decor2 {
  background-image: url("../images/b1_decor2.png");
  background-repeat: no-repeat;
  background-position: center 0;
}

.webp .block1__decor2 {
  background-image: url("../images/b1_decor2.webp");
  background-repeat: no-repeat;
  background-position: center 0;
}

.block1__decor3 {
  position: absolute;
  width: 230px;
  height: 66px;
  left: 229px;
  top: 450px;
  z-index: 2;
}

.no-webp .block1__decor3 {
  background-image: url("../images/b1_decor3.png");
  background-repeat: no-repeat;
  background-position: center;
}

.webp .block1__decor3 {
  background-image: url("../images/b1_decor3.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.block1__decor4 {
  position: absolute;
  width: 284px;
  height: 174px;
  right: -330px;
  top: 30px;
}

.no-webp .block1__decor4 {
  background-image: url("../images/b1_decor4.png");
  background-repeat: no-repeat;
  background-position: center;
}

.webp .block1__decor4 {
  background-image: url("../images/b1_decor4.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.block1-logo__tx {
  font-size: 18px;
  letter-spacing: -0.2px;
}

.block1__right {
  padding-left: 375px;
}

.block1__left {
  position: absolute;
  top: 0;
  left: -10px;
}

.block1 .header-2 {
  margin-bottom: 50px;
}

.block1-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.block1-list__item+.block1-list__item {
  margin-top: 10px;
}

.block1-list__tx {
  font-size: 20px;
  font-weight: 700;
  margin-left: 20px;
  color: #fff;
}

.block1-list__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.block1-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto 0;
}

.block1-price__old {
  font-size: 40px;
  font-weight: 400;
}

.block1-price__new {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  font-size: 50px;
  color: #7e9d22;
  font-weight: 700;
  width: 273px;
  height: 116px;
}

.no-webp .block1-price__new {
  background-image: url("../images/b1_label.png");
  background-repeat: no-repeat;
  background-position: center;
}

.webp .block1-price__new {
  background-image: url("../images/b1_label.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.block1-price__new>span {
  transform: rotate(-3deg);
}

.block1-button-container {
  display: flex;
  justify-content: center;
  margin-top: -20px;
  position: relative;
  z-index: 2;
}

.block1-pack {
  width: 322px;
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative;
}

.block1-pack .sale-label {
  position: absolute;
  top: -20px;
  left: -60px;
}

.block2 {
  height: 816px;
  padding: 65px 0;
}

.no-webp .block2 {
  background-image: url("../images/block2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.webp .block2 {
  background-image: url("../images/block2.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.block2 .container {
  position: relative;
  height: 100%;
}

.block2 .header-2 {
  text-align: center;
  margin-bottom: 40px;
}

.block2-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.block2-list_i {
  width: 376px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.block2-list_i:last-child {
  margin-top: 56px;
}

.block2-list__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}

.block2-list__header {
  color: #f44c2a;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.block2-list__text {
  color: #3a3a3a;
  font-size: 16px;
}

.block2-girl {
  width: 638px;
  height: 600px;
  position: absolute;
  bottom: -65px;
  left: 50%;
  margin-left: -300px;
}

.block2-girl__new,
.block2-girl__old {
  position: absolute;
  top: 0;
  left: 0;
}

.block2-girl__new {
  -webkit-animation: girl-animation 8s infinite;
  animation: girl-animation 8s infinite;
  overflow: hidden;
}

.block2-girl__new::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 264px;
  left: 50%;
  margin-left: -132px;
  border-bottom: 3px solid #63800c;
}

@keyframes girl-animation {
  0% {
    height: 0;
  }

  50% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

/* -------------------------- BLOCK2 END  ---------------------------------- */
/* -------------------------- BLOCK3  ---------------------------------- */
.block3 {
  background-color: #f9f3ed;
  padding: 65px 0;
  color: #734819;
}

.block3 .header-2 {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}

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

.block3__left {
  width: 610px;
}

.block3__right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.block3__water {
  position: absolute;
  top: -62px;
  left: 20px;
  z-index: 0;
}

.block3__pack {
  width: 300px;
  position: absolute;
  right: 0;
  top: 30px;
}

.block3__text {
  margin-bottom: 24px;
  font-size: 18px;
}

.block3-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.block3-list__item+.block3-list__item {
  margin-top: 25px;
}

.block3-list__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 70px;
  position: relative;
}

.block3-list__img::after {
  content: '';
  position: absolute;
  right: -15px;
  width: 10px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #d4c5b4;
}

.block3-list__img::before {
  content: '';
  position: absolute;
  width: 30px;
  right: -55px;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
  background-color: #d4c5b4;
}

.block4 {
  height: 617px;
  padding-top: 50px;
}

.no-webp .block4 {
  background-image: url("../images/block4.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.webp .block4 {
  background-image: url("../images/block4.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.block4 .container {
  height: 100%;
  position: relative;
}

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

.block4-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.block4-right {
  width: 660px;
}

.block4 .header-2 {
  margin-bottom: 30px;
}

.block4-list__item+.block4-list__item {
  margin-top: 20px;
}

.block4-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: 0.15s background-color;
  -o-transition: 0.15s background-color;
  transition: 0.15s background-color;
  cursor: default;
  color: #fff;
}

.block4-list__item:hover {
  background-color: #fff;
  color: #63800c;
}

.block4-list__img {
  margin-right: 25px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.block4-girl {
  position: absolute;
  bottom: 0;
  left: -130px;
  width: 606px;
  height: 603px;
}

.no-webp .block4-girl {
  background-image: url("../images/block4_girl.png");
  background-repeat: no-repeat;
  background-position: center;
}

.webp .block4-girl {
  background-image: url("../images/block4_girl.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.block4-girl__plus-item {
  position: absolute;
  width: 24px;
  height: 24px;
  opacity: 0;
  transition: 0.15s opacity;
}

.no-webp .block4-girl__plus-item {
  background-image: url("../images/plus.png");
  background-repeat: no-repeat;
  background-position: center;
}

.webp .block4-girl__plus-item {
  background-image: url("../images/plus.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.block4-girl__plus-item.__active {
  opacity: 1;
}

.block4-girl__plus-item:first-child {
  top: 148px;
  right: 240px;
}

.block4-girl__plus-item:nth-child(2) {
  top: 250px;
  right: 180px;
}

.block4-girl__plus-item:nth-child(3) {
  top: 315px;
  right: 210px;
}

.block4-girl__plus-item:nth-child(4) {
  top: 380px;
  right: 230px;
}

.block4-girl__plus-item:last-child {
  top: 450px;
  right: 290px;
}

.block5 {
  padding: 60px 0;
  height: 814px;
}

.no-webp .block5 {
  background-image: url("../images/block5.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

.webp .block5 {
  background-image: url("../images/block5.webp");
  background-repeat: no-repeat;
  background-position: top center;
}

.block5 .container {
  height: 100%;
  position: relative;
}

.block5 .header-2 {
  text-align: center;
  color: #23627e;
  margin-bottom: 60px;
}

.block5 .header-2 .header-1 {
  display: block;
}

.block5__decor1 {
  position: absolute;
  width: 233px;
  height: 144px;
  top: 540px;
  left: 280px;
  z-index: 2;
}

.no-webp .block5__decor1 {
  background-image: url("../images/b5_decor.png");
  background-repeat: no-repeat;
  background-position: center;
}

.webp .block5__decor1 {
  background-image: url("../images/b5_decor.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.block5__decor2 {
  position: absolute;
  width: 170px;
  height: 125px;
  top: 165px;
  right: 210px;
  z-index: 4;
}

.no-webp .block5__decor2 {
  background-image: url("../images/b5_decor2.png");
  background-repeat: no-repeat;
  background-position: center;
}

.webp .block5__decor2 {
  background-image: url("../images/b5_decor2.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.block5-list {
  display: flex;
  justify-content: space-between;
}

.block5-list__container {
  width: 315px;
  padding: 25px;
  box-shadow: 0px 0px 34px 2px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  position: relative;
}

.no-webp .block5-list__container {
  background-color: #fff;
  background-image: url("../images/b5_back.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.webp .block5-list__container {
  background-color: #fff;
  background-image: url("../images/b5_back.webp");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.block5-list__container::after {
  content: '';
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e9f1d3;
}

.block5-list__container:first-child {
  z-index: 1;
}

.block5-list__container:last-child {
  z-index: 5;
}

.block5-list__container:nth-child(2) {
  z-index: 3;
}

.block5-list__item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 3px solid #e9f1d3;
  padding: 30px 10px 40px;
  text-align: center;
}

.block5-list__header {
  color: #7e9d22;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.block5-list__tx {
  color: #23627e;
  font-size: 18px;
}

.block5 .button {
  position: absolute;
  bottom: -135px;
  left: 50%;
  margin-left: -216px;
}

.block6 {
  padding-top: 70px;
  padding-bottom: 170px;
}

.no-webp .block6 {
  background-image: url("../images/block6.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.webp .block6 {
  background-image: url("../images/block6.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.block6 .header-2 {
  color: #fff;
  font-size: 39px;
  text-align: center;
  margin-bottom: 40px;
}

.block6-tx {
  text-align: center;
  padding: 0 60px;
  margin-bottom: 12px;
  font-size: 18px;
}

.block6-list {
  display: flex;
  justify-content: center;
}

.block6-list__item {
  width: 25%;
  text-align: center;
}

.block6-list__item:nth-child(3) .block6-list__header {
  padding: 0 65px 12px;
}

.block6-list__img {
  height: 227px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block6-list__header {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 25px;
  padding: 0 45px 12px;
}

.block6-list__header::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 1px;
  background-color: currentColor;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}

.block6-list__tx {
  padding: 0 5px;
  font-size: 18px;
}

.block6-footer {
  margin-top: 85px;
  position: relative;
}

.block6-footer__info {
  display: flex;
  align-items: center;
}

.block6-footer__percents {
  color: #ffed22;
  font-size: 78px;
  font-weight: 700;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}

.block6-footer__text {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 365px;
}

.block6-footer__img {
  position: absolute;
  right: 0;
  top: -80px;
}

.block7 {
  height: 882px;
  padding-top: 100px;
}

.no-webp .block7 {
  background-image: url("../images/block7.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.webp .block7 {
  background-image: url("../images/block7.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.block7 .header-2 {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 60px;
}

.block7_container {
  position: relative;
}

.block7-left {
  width: 535px;
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 34px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 34px 2px rgba(0, 0, 0, 0.15);
}

.block7-right {
  position: absolute;
  width: 500px;
  height: 434px;
  top: -40px;
  right: -60px;
}

.no-webp .block7-right {
  background-image: url("../images/b7_i.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.webp .block7-right {
  background-image: url("../images/b7_i.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.block7-right__before-tx {
  position: absolute;
  font-size: 42px;
  color: #f44c2a;
  font-weight: 700;
  text-transform: uppercase;
  top: 335px;
  left: 0;
}

.block7-right__after-tx {
  position: absolute;
  font-size: 42px;
  color: #7e9d22;
  font-weight: 700;
  text-transform: uppercase;
  top: 425px;
  left: 170px;
}

.block7-graph {
  border: 3px solid #e9f1d3;
  padding: 20px 15px;
}

.block7-list__item:first-child .block7-list__bar {
  width: 370px;
}

.block7-list__item:nth-child(2) .block7-list__bar {
  width: 320px;
}

.block7-list__item:nth-child(3) .block7-list__bar {
  width: 341px;
}

.block7-list__item:last-child .block7-list__bar {
  width: 280px;
}

.block7-list__item+.block7-list__item {
  margin-top: 15px;
}

.block7-list__bar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.block7-list__bar {
  max-width: 375px;
  height: 36px;
  background-color: #7e9d22;
  background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 5px, #3d700f 5px, #3d700f 10px);
  background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 5px, #3d700f 5px, #3d700f 10px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #3d700f 5px, #3d700f 10px);
}

.block7-list__percent {
  line-height: 36px;
  font-size: 36px;
  font-weight: 700;
  color: #7e9d22;
  margin-left: 15px;
}

.block7-list__tx {
  color: #23627e;
  font-size: 18px;
}

.block8 {
  height: 606px;
  padding-top: 50px;
}

.no-webp .block8 {
  background-color: #fcf4ee;
  background-image: url("../images/block8.png");
  background-repeat: no-repeat;
  background-position: top center;
}

.webp .block8 {
  background-color: #fcf4ee;
  background-image: url("../images/block8.webp");
  background-repeat: no-repeat;
  background-position: top center;
}

.block8 .header-2 {
  color: #734819;
  margin-bottom: 50px;
}

.block8-tx {
  max-width: 615px;
  font-size: 18px;
  line-height: 1.2;
  color: #734819;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}

.block8-sign {
  position: relative;
}

.block8-sign__name {
  font-size: 18px;
  font-weight: 700;
  color: #734819;
  position: relative;
  z-index: 2;
}

.block8-sign__img {
  position: absolute;
  top: -80px;
  left: 0;
}

.block8-sign__img2 {
  width: 180px;
  position: absolute;
  left: 210px;
  top: -17px;
}

.block9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: rgb(188, 222, 140);
  background: -moz-linear-gradient(45deg, rgba(188, 222, 140, 1) 0%, rgba(138, 183, 77, 1) 50%);
  background: -webkit-linear-gradient(45deg, rgba(188, 222, 140, 1) 0%, rgba(138, 183, 77, 1) 50%);
  background: linear-gradient(45deg, rgba(188, 222, 140, 1) 0%, rgba(138, 183, 77, 1) 50%);
}

.block9 .header-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.block9-list {
  display: flex;
  justify-content: center;
}

.block9-list__item {
  width: 250px;
  text-align: center;
  position: relative;
}

.block9-list__item:last-child::after {
  display: none;
}

.block9-list__item::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #7e9d22;
  top: 100px;
  right: -7.5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.block9-list__img {
  margin-bottom: 10px;
}

.block9-list__header {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 10px;
}

.block9-list__tx {
  font-size: 18px;
  padding: 0 6px;
}

.block10 {
  padding: 60px 0;
}

.block10 .header-2 {
  text-align: center;
  margin-bottom: 30px;
}

.block10-tx {
  padding: 0 140px;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.block10-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.block10-review__container {
  width: 33.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block10-review__item {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block10-review__img {
  margin-bottom: 20px;
  position: relative;
}

.block10-review__img::after {
  content: '';
  width: 30px;
  height: 32px;
  position: absolute;
  left: 15px;
  bottom: 10px;
  transform: scale(-1);
}

.no-webp .block10-review__img::after {
  background-image: url("../images/kavichka.png");
  background-repeat: no-repeat;
  background-position: center;
}

.webp .block10-review__img::after {
  background-image: url("../images/kavichka.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.block10-review__tx {
  padding: 0 20px;
  font-size: 18px;
  margin-bottom: 32px;
}

.block10-review__name {
  font-weight: 700;
}


.block11 {
  background-color: #f9f3ed;
  padding: 50px 0 20px;
}

.block11 .header-2 {
  text-align: center;
  color: #63800c;
  margin-bottom: 40px;
}

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

.block11-list__item {
  width: 33.3%;
  position: relative;
}

.block11-list__item::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 51px;
  right: -20px;
  top: 90px;
}

.no-webp .block11-list__item::after {
  background-image: url("../images/arr_last.png");
  background-repeat: no-repeat;
  background-position: center;
}

.webp .block11-list__item::after {
  background-image: url("../images/arr_last.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.block11-list__item:last-child::after {
  display: none;
}

.block11-list__item:last-child .block11-list__img img {
  margin-left: -60px;
}

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

.block11-list__img img {
  max-width: none;
}

.block11-list__tx {
  width: 320px;
  padding: 5px 15px;
  background-color: #7e9d22;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 34px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 34px 2px rgba(0, 0, 0, 0.15);
}

.block11-list__num {
  font-size: 52px;
  margin-right: 12px;
}

.block11-list__title {
  font-size: 15px;
  text-transform: uppercase;
}

.block12 {
  padding-top: 50px;
  height: 620px;
  overflow: hidden;
}

.block12 .container {
  position: relative;
}

.no-webp .block12 {
  background-image: url("../images/block1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.webp .block12 {
  background-image: url("../images/block1.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.block12__decor3 {
  top: 457px;
  left: 120px;
  transform: scale(-1, 1);
}

.block12 .header-2 {
  margin-bottom: 40px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}

.block12-tx {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.block12-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.block12__pack {
  position: relative;
}

.block12__pack .sale-label {
  position: absolute;
  top: -45px;
  left: 0;
}

.block12-left {
  width: 333px;
  flex-shrink: 0;
}

.block12-center {
  padding-bottom: 60px;
  position: relative;
  z-index: 5;
}

.block12-right {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 210px;
  text-align: center;
  position: relative;
}

.block12-right::after {
  content: '';
  position: absolute;
  width: 142px;
  height: 95px;
  bottom: 60px;
  left: -40px;
}

.no-webp .block12-right::after {
  background-image: url("../images/arr.png");
  background-repeat: no-repeat;
  background-position: center;
}

.webp .block12-right::after {
  background-image: url("../images/arr.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.block12-form {
  width: 370px;
  background-color: #fff;
  padding: 12px;
}

.block12-form fieldset {
  border: 3px solid #e9f1d3;
  padding: 20px 12px;
  position: relative;
}

.block12-form__input {
  display: block;
  height: 47px;
  width: 100%;
  line-height: 1;
  background-color: #eeeeee;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: 0.15s border-color;
  padding: 0 15px;
}

.block12-form__input:focus {
  outline: none;
  border-color: #948c1e;
}

.block12-form__input+.block12-form__input {
  margin-top: 10px;
}

.block12-form__price {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -30px;
}

.block12-form__price-old {
  font-size: 30px;
  font-weight: 400;
  margin-right: 10px;
}

.block12-form__price-new {
  width: 193px;
  height: 82px;
  font-size: 36px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-webp .block12-form__price-new {
  background-image: url("../images/b1_label.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.webp .block12-form__price-new {
  background-image: url("../images/b1_label.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.block12-form__price-new>span {
  transform: rotate(-3deg);
  padding-right: 15px;
  padding-bottom: 5px;
  color: #7e9d22;
}

.block12-form .button {
  position: absolute;
  left: 50%;
  margin-left: -213px;
  bottom: -105px;
}

.block12 .timer {
  margin-bottom: 180px;
}

.my-popup {
  padding: 20px 20px 20px 10px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.no-webp .my-popup {
  background-image: url(../images/block1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.webp .my-popup {
  background-image: url(../images/block1.webp);
  background-repeat: no-repeat;
  background-position: top center;
}

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

.my-popup__right {
  padding-bottom: 60px;
  text-align: center;
}

.my-popup__subtitle {
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
}

.my-popup__prod {
  width: 270px;
}

.inL_504418 {
  left: 0.5em
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1152px) {
  .block2-list__img {
    margin: 0 0 10px 0;
  }

  .block3__text {
    margin-bottom: 50px;
  }

  .block3__right--mobile {
    display: block;
    max-width: 250px;
    margin: 0 auto 10px;
    position: relative;
    text-align: center;
  }

  .block3__right--mobile .water {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -132px;
  }

  .block3__right--mobile .pack {
    position: relative;
    z-index: 2;
  }


  .block1__decor3 {
    left: 159px;
  }

  .my-popup .button {
    font-size: 50px;
  }

  .block6-footer {
    margin-top: 20px;
  }

  .block8-sign__img2 {
    top: -37px;
  }

  .block8-sign__img {
    top: -100px;
  }

  .block8 .header-2 {
    margin-bottom: 20px;
  }

  .block12-right::after {
    display: none;
  }

  /**/
  .block7 .header-2 {
    margin-bottom: 10px;
    font-size: 20px;
    padding-bottom: 20px;
  }

  .button {
    -webkit-background-size: contain;
    background-size: contain;
    font-size: 30px;
    padding-bottom: 50px;
  }

  .block1 .header-2 {
    margin-bottom: 25px;
  }

  .block1-list__tx {
    font-size: 16px;
  }

  .block1-price__old {
    font-size: 24px;
  }

  .block1-price__new {
    font-size: 36px;
    width: 200px;
    -webkit-background-size: contain;
    background-size: contain;
  }

  .block2 {
    height: auto;
    padding: 30px 0;
  }

  .block2-list_i {
    width: 250px;
    flex-direction: column;
    text-align: center;
  }

  .block2-list_i:last-child {
    margin-top: 25px;
  }

  .block2-list__header {
    font-size: 18px;
  }

  .block2-list_i:last-child .block2-list__header {
    max-width: 190px;
    margin: 0 auto 15px;
  }

  .block2-list__text {
    padding: 10px 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
  }

  .block2-girl {
    margin-left: -320px;
    bottom: -30px;
  }

  .block3 {
    padding: 30px 0;
  }

  .block3__right {
    display: none;
  }

  .block3__left {
    width: 100%;
  }

  .block4 {
    padding: 30px 0;
    height: auto;
  }

  .block4-left {
    display: none;
  }

  .block5 {
    padding: 30px 0 100px;
    height: auto;
  }

  .webp .block5,
  .no-webp .block5 {
    background: #fff;
  }

  .block5 .button {
    bottom: -170px;
  }

  .block5 .header-2 {
    margin-bottom: 30px;
  }

  .block5-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block5-list__container:nth-child(2) {
    margin-left: 15px;
  }

  .block5-list__container:last-child {
    margin-top: 15px;
  }

  .block5__decor1,
  .block5__decor2 {
    display: none;
  }

  .block6 {
    height: auto;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 30px;
  }

  .block6-tx {
    padding: 0;
    font-size: 16px;
  }

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

  .block6-list__item {
    width: 50%;
  }

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

  .block6-footer__img {
    position: initial;
    text-align: center;
  }

  .block7 {
    padding: 30px 0;
    height: auto;
  }

  .webp .block7,
  .no-webp .block7 {
    background: #fff;
  }

  .block7_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .block7-right {
    position: relative;
    top: inherit;
    right: inherit;
    order: -1;
  }

  .block7-left {
    margin-top: 70px;
  }

  .block8 {
    padding: 30px 0;
  }

  .block8-tx {
    max-width: 510px;
  }

  .block9 {
    padding: 30px 0;
    height: auto;
    min-height: 0;
  }

  .block9-list__item::after {
    display: none;
  }

  .block9-list__img {
    padding: 0 10px;
  }

  .block9-list__img img {
    max-width: 100%;
  }

  .block9-list__tx {
    font-size: 16px;
  }

  .block10 {
    padding: 30px 0;
  }

  .block10-tx {
    padding: 0;
    font-size: 16px;
  }

  .block10-review__img img {
    max-width: 100%;
  }

  .block10-review__tx {
    font-size: 16px;
  }

  .block10-review__name {
    font-size: 14px;
  }

  .block11 {
    padding: 30px 0;
  }

  .block11-list__tx {
    width: 90%;
    margin: 0 auto;
  }

  .block11-list__item:last-child .block11-list__img img {
    margin-left: -100px;
  }

  .block11-list__item:nth-child(2) .block11-list__img img {
    position: relative;
    z-index: 2;
  }

  .block11-list__title {
    font-size: 14px;
  }

  .block11-list__item::after {
    display: none;
  }

  .block12__decor1 {
    top: 370px;
    left: calc(50% - 290px);
  }

  .block12__decor2,
  .block12__decor4 {
    display: none;
  }

  .block12__decor3 {
    top: 474px;
    left: 410px;
    transform: scale(-1, 1);
  }

  .block12 {
    padding: 30px 0 40px;
    height: auto;
    background-size: cover;
  }

  .block12 .header-2 {
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  .block12-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .block12-left {
    order: -1;
  }

  .block12 .timer {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .block12-right {
    width: 100%;
    order: 1;
  }

  .block12-center {
    margin-top: 20px;
    order: 2;
  }

  .block12-form {
    margin: 0 auto;
  }

  .no-webp .block8,
  .webp .block8 {
    background-position-x: calc(50% + 50px);
    background-position-y: 100%;
    background-size: 1600px;
  }
}

@media only screen and (max-width: 860px) {
  .block1-pack .sale-label {
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .block2-list__img {
    margin: 0 10px 0 0;
  }

  .block11-list__title {
    font-size: 16px;
  }

  .block12 .header-2 {
    margin-bottom: 30px;
  }

  .block2-list_i:last-child .block2-list__header {
    max-width: none;
  }

  .block12__pack .sale-label {
    top: -15px;
    left: 20px;

  }

  .block2-list {
    max-width: 400px;
    margin: 0 auto;
  }

  .mobile {
    display: block;
  }

  .my-popup__subtitle {
    margin-bottom: 10px
  }

  .no-webp .my-popup,
  .webp .my-popup {
    background: #ff9ca2;
  }

  .my-popup .button {
    width: auto;
    height: auto;
    position: static;
    transform: none;
    margin: 0 !important;
    padding: 10px 20px;
    font-size: 30px;
    border-radius: 100px;
    background: #537f00;
  }

  .my-popup .button:hover {
    background: #649b00;
  }

  .my-popup .block12-form__price {
    margin-bottom: 10px;
  }

  .my-popup .block12-form fieldset {
    padding-bottom: 10px;
  }

  .my-popup__right {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .my-popup__right {
    width: 290px;
  }

  .desktop {
    display: none;
  }

  .sale-label {
    width: 74px;
    height: 74px;
    -webkit-background-size: contain;
    background-size: contain;
    font-size: 22px;
  }

  .button {
    width: 280px;
    height: 75px;
    font-size: 20px;
    padding-bottom: 28px;
  }

  .header-2_bottom-line::after,
  .header-2_bottom-line::before {
    width: 100px;
  }

  .header-2_bottom-line::after {
    margin-left: -120px;
  }

  .header-2_bottom-line::before {
    margin-right: -120px;
  }

  .block1 {
    padding: 12px 0 24px;
  }

  .webp .block1,
  .no-webp .block1 {
    background-image: none;
    background-color: #ff7b81;
  }

  .block2 .header-2 {
    margin-bottom: 20px;
  }

  .block1 .header-2 {
    margin-bottom: 20px;
    text-align: center;
    order: 0;
    padding: 0;
  }

  .block1-list {
    margin: 0 auto 25px;
    max-width: 410px;
    order: 0;
  }

  .block1-price {
    order: 2;
    margin-top: 0;
    position: relative;
    z-index: 2;
  }

  .block1-button-container {
    margin-top: 0;
    order: 3;
  }

  .block1__decor1,
  .block1__decor2,
  .block1__decor3,
  .block1__decor4 {
    display: none;
  }

  .block1__left {
    position: initial;
  }

  .block1-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
  }

  .block1-pack--mobile {
    margin: 0 auto;
    max-width: 333px;
    position: relative;
    text-align: right;
    order: 1;
  }

  .block1-pack--mobile img {
    position: relative;
    z-index: 2;
  }

  .block1-pack--mobile::after {
    content: '';
    position: absolute;
    width: 262px;
    height: 138px;
    right: 159px;
    bottom: 40px;
  }

  .no-webp .block1-pack--mobile::after {
    background-image: url("../images/b1_decor1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .webp .block1-pack--mobile::after {
    background-image: url("../images/b1_decor1.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .block1-pack--mobile .sale-label {

    position: absolute;
    top: -10px;
    right: 236px;
    z-index: 3;
  }

  .block1 .timer {
    display: none;
  }

  .block1__right {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .webp .block2,
  .no-webp .block2 {
    background-image: none;
  }

  .block2-list_i {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }

  .block10-review__name {
    font-size: 16px;
  }

  .block2-list_i:last-child {
    margin-top: 10px;
  }

  .block2-list__text {
    display: none;
  }

  .block2-list__header {
    margin-bottom: 0;
    text-align: left;
  }

  .block2-list__img {
    width: 80px;
    height: 80px;
  }

  .block2-list__img img {
    max-width: 100%;
  }

  .block2-girl {
    width: 281px;
    height: 261px;
    position: initial;
    margin: 0 auto;
  }

  .block2-girl__old {
    display: none;
  }

  .block2-girl__new {
    -webkit-animation: none;
    animation: none;
    position: initial;
  }

  .block2-girl__new img {
    max-width: 100%;
  }

  .block3-list__tx {
    font-size: 16px;
  }

  .block3__text {
    margin-bottom: 50px;
    text-align: center;
    font-size: 16px;
  }

  .block3-list__img {
    margin-right: 10px;
  }

  .block3-list__img::before,
  .block3-list__img::after {
    display: none;
  }

  .block3 .header-2 {
    margin-bottom: 20px;
  }

  .block3__container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }


  .block4 {
    height: auto;
  }

  .webp .block4,
  .no-webp .block4 {
    background: #f19ea2;
  }


  .block4 .header-2 {
    margin-bottom: 20px;
    text-align: center;
  }

  .header-2_left-bottom-line::after {
    left: 50%;
    margin-left: -100px;
  }

  .block4-list__item+.block4-list__item {
    margin-top: 10px;
  }

  .block4-right {
    width: 100%;
  }

  .block4-girl--mobile {
    width: 280px;
    margin: 0 auto;
    text-align: center;
  }

  .block6 {
    padding: 20px 0;
  }

  .webp .block6,
  .no-webp .block6 {
    background: #a1ce62;
  }

  .block6 .header-2 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .block6-tx {
    display: none;
  }

  .block6-list__img {
    height: auto;
    margin-bottom: -10px;
  }

  .block6-list__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .block6-list__header {
    padding-bottom: 0;
    margin-bottom: 5px;
  }

  .block6-list__header::after {
    display: none;
  }

  .block6-list__tx {
    font-size: 16px;
  }

  .block6-footer__percents {
    font-size: 40px;
  }

  .block6-footer__text {
    font-size: 14px;
  }

  .block6-footer__img img {
    max-width: 100%;
  }

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

  .block7 {
    padding: 20px 0;
  }

  .block7 .header-2 {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .block7-right {
    -webkit-background-size: contain;
    background-size: contain;
    width: 320px;
    height: 224px;
  }

  .block7-left {
    margin-top: 50px;
  }

  .block7-right__before-tx,
  .block7-right__after-tx {
    font-size: 16px;
  }

  .block7-right__before-tx {
    top: 150px;
  }

  .block7-right__after-tx {
    top: 230px;
    left: 100px;
  }

  .block7-list__bar {
    height: 20px;
  }

  .block7-list__percent {
    font-size: 20px;
    line-height: 20px;
  }

  .block7-list__tx {
    font-size: 16px;
  }

  .block7-list__item:first-child .block7-list__bar {
    width: 158px;
  }

  .block7-list__item:nth-child(2) .block7-list__bar {
    width: 120px;
  }

  .block7-list__item:nth-child(3) .block7-list__bar {
    width: 130px;
  }

  .block7-list__item:last-child .block7-list__bar {
    width: 110px;
  }

  .no-webp .block9,
  .webp .block9 {
    background: #9ac75d;
  }

  .block8 {
    height: auto;
    padding: 20px 0;
  }

  .webp .block8,
  .no-webp .block8 {
    background: #f9f3ed;
  }

  .block8 .header-2 {
    margin-bottom: 20px;
    text-align: center;
  }

  .doc-img--mobile {
    text-align: center;
    margin-bottom: 10px;
  }

  .block9-list__tx {
    font-size: 16px;
  }

  .block8-tx {
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }

  .block8-sign__img {
    display: none;
  }

  .block8-sign__name {
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
  }

  .block8-sign__img2 {
    position: static;
    width: 100%;
  }

  .block8-sign__img2 img {
    width: 160px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }

  .block9-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
  }

  .block9-list__item {
    width: 50%;
    margin-top: 10px;
  }

  .block11 {
    padding: 20px 0;
  }

  .block11-list__img {
    display: none;
  }

  .block11-list__tx {
    width: 100%;
  }

  .block11-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -15px;
  }

  .block11-list__item {
    width: 100%;
    margin-top: 15px;
  }

  br {
    display: none;
  }

  .block8-sign__name br {
    display: block;
  }

  .block12 {
    padding-bottom: 0px;
  }

  .webp .block12,
  .no-webp .block12 {
    background-image: none;
    background-color: #ff7b81;
  }

  .block12-container {
    align-items: center;
  }

  .block12__logo {
    display: none;
  }

  .block12-form {
    width: 100%;
    max-width: 440px;
  }

  .block12-right {
    display: flex;
    justify-content: center;
    width: 100%;
    /* order: 2; */
    margin-top: 10px;
  }

  .block12__logo {
    width: 70px;
  }

  .block12__logo img {
    max-width: 100%;
  }

  .block12 .timer {
    margin-top: 0;
  }

  .block12-right::after {
    display: none;
  }

  .block12-form__price-old {
    font-size: 20px;
  }

  .block12-form__price-new {
    width: 140px;
    height: 60px;
    -webkit-background-size: contain;
    background-size: contain;
    font-size: 20px;
  }

  .block12-form .button {
    bottom: -50px;
    left: 50%;
    margin-left: -140px;
  }

  .block10-review__container {
    width: 100%;
  }

  .block10-review__img {
    width: 280px;
    margin: 0 auto 20px;
  }

  .block10-tx {
    padding: 0;
    font-size: 16px;
  }

  .block10-review__tx {
    font-size: 16px;
    line-height: 1.3;
  }

  .block5-list__container:nth-child(2) {
    margin: 0;
    margin-top: 15px;
  }

  .block5-list__container {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }

  .block5 {
    padding: 20px 0;
  }

  .block5 .header-2 {
    margin-bottom: 20px;
  }

  .block5 .button {
    position: initial;
    margin: 15px auto 0;
    display: block;
  }

  .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #b4e5e2;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #b4e5e2;
  }

  .block2-girl--mobile {
    text-align: center;
  }

  .my-popup__left {
    display: none;
  }

  .my-popup {
    padding: 0;
    background: 0;
  }
}

@media only screen and (max-width: 639px) {
  .block1-pack--mobile::after {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .block3__right--mobile {
    margin-bottom: 20px;
  }

  .block1-price {
    display: block;
  }

  .block1-price__new {
    height: 95px;
    padding: 0;
  }

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

  .no-webp .block1-price__new,
  .webp .block1-price__new {
    background-position: 6px 50%;
  }

  .block9-list {
    display: block;
  }

  .block9-list__item {
    width: 290px;
    margin: 0 auto 25px;
  }

  .block9-list__item:last-child {
    margin-bottom: 0;
  }

  .block2 .header-2 {
    font-size: 24px;
  }

  .block4 .header-2 {
    font-size: 26px;
  }

  .block5 .header-2 {
    font-size: 24px;
  }

  .block1 .header-2,
  .block12 .header-2 {
    font-size: 29px;
  }

  .block1-pack--mobile .sale-label {
    right: 174px;
  }


  .block1-pack--mobile {
    width: 250px;
    margin-bottom: 10px;
  }

  .block12-left {
    width: 270px;
  }

  .block3 .header-2 {
    font-size: 23px;
  }

  .block5-list__tx {
    font-size: 16px;
  }

  .block6 .header-2 {
    font-size: 25px;
  }

  .block7-right {
    width: 290px;
  }

  .block7-right__before-tx {
    top: 160px;
  }
}

input:invalid {
  outline: none;
  box-shadow: none;
}

:active,
:focus,
:hover,
:visited,
a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0 !important;
}

input::-ms-clear {
  display: none;
}