@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-Regular.woff2) format("woff2"),
    url(../fonts/Inter-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-Bold.woff2) format("woff2"),
    url(../fonts/Inter-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-SemiBold.woff2) format("woff2"),
    url(../fonts/Inter-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-Medium.woff2) format("woff2"),
    url(../fonts/Inter-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/Roboto-Regular.woff2) format("woff2"),
    url(../fonts/Roboto-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:active,
:focus {
  outline: 0;
}
a:active,
a:focus {
  outline: 0;
}
aside,
footer,
header,
nav {
  display: block;
}
body,
html {
  height: 100%;
  width: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
}
button,
input,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
li,
ul {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}
::-webkit-scrollbar {
  width: 7px;
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #6f6f6f;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #f9f9fd;
}
body {
  background: #fff;
}
.wrapper {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 0;
}
.container,
[class*="__container"] {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.font-weight100 {
  font-weight: 100 !important;
}
.font-weight200 {
  font-weight: 200 !important;
}
.font-weight300 {
  font-weight: 300 !important;
}
.font-weight400 {
  font-weight: 400 !important;
}
.font-weight500 {
  font-weight: 500 !important;
}
.font-weight600 {
  font-weight: 600 !important;
}
.font-weight700 {
  font-weight: 700 !important;
}
.font-weight800 {
  font-weight: 800 !important;
}
.font-weight900 {
  font-weight: 900 !important;
}
.blue-text {
  color: #0029ff !important;
}
.red-text {
  color: red !important;
}
.text-start {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-end {
  text-align: right !important;
}
.shadow-text {
  text-shadow: 2px 2px #fff, 2px -2px #fff, -2px 2px #fff, -2px -2px #fff !important;
}
.text-bg-yellow {
  background-color: #ffe500;
}
.glow-button {
  font-family: Mukta;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #000;
  outline: 0;
  border: none;
  background-color: #fff;
}
#modal1,
#modal2 {
  background: rgba(217, 217, 217, 0.4);
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  border-radius: 20px;
}
.form {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 400px;
  width: 100%;
}
.fancybox-slide--html .fancybox-close-small {
  color: #bf0f0f !important;
  border-radius: 50%;
  padding: 6px !important;
  width: 30px;
  height: 30px;
  right: 10px !important;
  top: 10px !important;
}
.fancybox-button svg path {
  fill: #fff !important;
}
.input-group {
  width: 100%;
  margin-bottom: 30px !important;
}
.form label {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
.form .input-field {
  outline: 0;
  width: 100%;
  background: 0 0;
  padding: 10px 20px 10px 20px;
  border: 1px solid #50a9da;
  border-radius: 6px;
  background: #f7fdff;
  color: #8f8f8f;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
}
.form .input-field::-webkit-input-placeholder {
  color: #8f8f8f;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
}
.form .input-field::-moz-placeholder {
  color: #8f8f8f;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
}
.form .input-field:-ms-input-placeholder {
  color: #8f8f8f;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
}
.form .input-field::-ms-input-placeholder {
  color: #8f8f8f;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
}
.form .input-field::placeholder {
  color: #8f8f8f;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
}
.form .button-wrapper {
  display: inline-block;
  background: #f2f4fd;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.11);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  padding: 2px 4px;
  margin: 0 40px;
}
.form .button {
  border: none;
  outline: 0;
  padding: 12px 70px;
  border-radius: 40px;
  background: #e20000;
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 144.52%;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
}
.dots-style {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}
.dots-style button {
  background: rgba(217, 217, 217, 0.22);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 50%;
  font-size: 0;
  height: 15px;
  width: 15px;
  margin: 5px;
  outline: 0;
}
.dots-style li[class="slick-active"] button {
  background: #fff;
}
.prev-arr {
  position: absolute;
  top: 90px;
  left: 0;
  background-color: transparent;
  outline: 0;
  border: none;
  background-image: url(../images/36.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 2;
}
.next-arr {
  position: absolute;
  top: 90px;
  right: 0;
  background-color: transparent;
  outline: 0;
  border: none;
  background-image: url(../images/37.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 2;
}
@-webkit-keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
.header {
  height: 60px;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.header__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__menu {
  margin-left: auto;
}
.header__shedule {
  display: none;
}
.header__burger-btn {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  margin-left: 10px;
}
.header__burger-btn:hover svg path {
  -webkit-transition: all 280ms ease 0s;
  -o-transition: all 280ms ease 0s;
  transition: all 280ms ease 0s;
  fill: #ff4040;
}
.menu {
  display: none;
}
.pp {
  text-align: center;
  padding: 15px 0;
  background-color: transparent;
  color: #000;
}
.pp a {
  color: #000;
}
.popup-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 280ms ease 0s;
  -o-transition: all 280ms ease 0s;
  transition: all 280ms ease 0s;
}
.popup-menu .popup-wrapper {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 60%;
}
.popup-menu.popup-menu_show {
  visibility: visible;
  opacity: 1;
}
.popup-menu__close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  background: 0 0;
}
.popup-menu__close-btn:hover svg path {
  -webkit-transition: all 280ms ease 0s;
  -o-transition: all 280ms ease 0s;
  transition: all 280ms ease 0s;
  fill: #ff4040;
}
.popup-menu__logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
.popup-menu__item {
  text-align: center;
}
.popup-menu__item:not(:last-child) {
  margin-bottom: 36px;
}
.popup-menu__item:hover .popup-menu__link {
  color: #000;
}
.popup-menu__link {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 23px;
  line-height: 27px;
  text-transform: lowercase;
  color: #000;
  -webkit-transition: all 280ms ease 0s;
  -o-transition: all 280ms ease 0s;
  transition: all 280ms ease 0s;
}
body {
  background-color: #fff3ea;
}
.block-1 {
  position: relative;
  z-index: 0;
  overflow-x: clip;
  padding: 0 0 82px;
}
.block-1 .wave {
  position: absolute;
  bottom: 55px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 375px;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  background: #000;
}
.block-1 .wave .wave__image1 {
  position: absolute;
  top: 354px;
  width: 6400px;
  height: 198px;
  background: url(../images/wave-02.svg) repeat-x;
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg);
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}
.block-1 .wave .wave__image2 {
  position: absolute;
  top: -130px;
  width: 6400px;
  height: 198px;
  background: url(../images/wave-02.svg) repeat-x;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}
.block-1 .img-man {
  position: absolute;
  left: 50%;
  top: 28%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
}
.block-1 .form__title {
  text-align: center;
}
.block-1 .form__sub-title {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0;
  text-align: left;
}
.block-1 .form__text {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
}
.block-1 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 170px;
}
.block-1 .items .item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 115px;
  margin-right: 18px;
}
.block-1 .items .item:last-child {
  width: 78px;
  margin-right: 0;
}
.block-1 .items .item-img {
  margin-bottom: 6px;
}
.block-1 .items .item-text {
  color: #000;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
}
.block-1 .block-img {
  position: relative;
  margin-bottom: 50px;
}
.block-1 .block-link {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dashed #000;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 16.8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16.8px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  max-width: 330px;
  width: 100%;
  padding: 15px 6px;
}
.block-1 .block-link #form-logo {
  position: absolute;
  right: -14px;
  top: 25px;
}
.block-1 .block-link #Vector {
  fill: #37d51e;
}
.block-1 .block-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.block-1 .price {
  color: #faff00;
  font-family: Inter;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0;
  text-align: center;
}
.block-1 .price-old {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0;
  text-align: center;
  text-decoration-line: line-through;
}
.block-1 #timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
.block-1 #timer .block__hours,
.block-1 #timer .block__minutes,
.block-1 #timer .block__seconds {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 6px;
  width: 78px;
}
.block-1 #timer .block__hours .text,
.block-1 #timer .block__minutes .text,
.block-1 #timer .block__seconds .text {
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.block-1 #timer .hours,
.block-1 #timer .minutes,
.block-1 #timer .seconds {
  background: #000;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  width: 56px;
}
.block-1 #timer .separator {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: -22px 8px 0;
}
.block-2 {
  position: relative;
  z-index: 0;
  overflow-x: clip;
  padding-bottom: 240px;
}
.block-2 .img-product {
  position: absolute;
  left: 0;
  top: 75%;
}
.block-2__title {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #000;
  margin-bottom: 20px;
}
.block-2__text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  color: #000;
  margin-bottom: 20px;
}
.block-2 .block-img {
  text-align: center;
}
.block-3 {
  position: relative;
  z-index: -1;
  overflow-x: clip;
  background-image: url(../images/14.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 238px 0 20px;
}
.block-3 .img-man,
.block-3 .img-tube1,
.block-3 .img-tube2 {
  display: none;
}
.block-3 .row {
  border-radius: 20px;
  padding: 20px 16px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.5);
}
.block-3__title {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #000;
  margin-bottom: 10px;
}
.block-3__sub-title {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 156%;
  color: #000;
  margin-bottom: 10px;
}
.block-3__text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  color: #000;
}
.block-4 {
  position: relative;
  z-index: 0;
  overflow-x: clip;
  padding: 14px 0 95px;
}
.block-4__title {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 51px;
  color: #000;
  margin-bottom: 38px;
}
.block-4 .row {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-4 .item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 202px;
  margin-bottom: 15px;
}
.block-4 .item:last-child {
  margin-bottom: 0;
}
.block-4 .item .item-img {
  margin-bottom: 10px;
}
.block-4 .item .item-text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 156%;
  text-align: center;
  color: #000;
}
.block-5 {
  position: relative;
  z-index: 0;
  overflow-x: clip;
  padding: 95px 0 40px;
}
.block-5 .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 93%;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  background: #000;
}
.block-5 .wave .wave__image1 {
  position: absolute;
  top: 98%;
  width: 6400px;
  height: 198px;
  background: url(../images/wave-02.svg) repeat-x;
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg);
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}
.block-5 .row {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-5 .item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 340px;
  width: 100%;
  margin-bottom: 56px;
}
.block-5 .item:last-child {
  margin-bottom: 0;
}
.block-5 .item .item-img {
  margin-bottom: 18px;
}
.block-5 .item .item-text {
  display: inline-block;
  border: 1px solid #02797e;
  border-radius: 70px;
  padding: 10px 30px;
  -webkit-box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #02797e;
}
.block-6 {
  position: relative;
  z-index: 0;
  overflow-x: clip;
  padding: 0 0 26px;
}
.block-6__title {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 44px;
  color: #000;
  max-width: 758px;
  width: 100%;
}
.block-6 .df-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-6 .df-row .block-img {
  max-width: 468px;
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}
.block-6 .df-row .img-product1 {
  position: absolute;
  left: 16%;
  top: 20%;
  z-index: 0;
  width: 180px;
}
.block-6 .df-row .img-product2 {
  position: absolute;
  right: 10%;
  top: -48px;
  z-index: 1;
  width: 190px;
}
.block-6 .df-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.block-6 .df-column .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 48px;
}
.block-6 .df-column .item:last-child {
  margin-bottom: 0;
}
.block-6 .df-column .item .block-img {
  margin-bottom: 50px;
}
.block-6 .df-column .item .block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.block-6 .df-column .item .title {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #000;
  margin-bottom: 14px;
}
.block-6 .df-column .item .text {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  color: #000;
}
.block-7 {
  position: relative;
  z-index: 0;
  overflow-x: clip;
  background: #fff;
  padding: 30px 0 140px;
}
.block-7 .img-product1,
.block-7 .img-product2 {
  display: none;
}
.block-7 .slider .prev-arr {
  top: 106%;
  left: 90px;
}
.block-7 .slider .next-arr {
  top: 106%;
  right: 90px;
}
.block-7 .slider-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-8 {
  position: relative;
  z-index: 0;
  overflow-x: clip;
  padding: 0 0 80px;
}
.block-8 .wave {
  position: absolute;
  bottom: 55px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 375px;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  background: #000;
}
.block-8 .wave .wave__image {
  position: absolute;
  top: 354px;
  width: 6400px;
  height: 198px;
  background: url(../images/wave-02.svg) repeat-x;
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
  transform: translate3d(0, 0, 0) rotate(180deg);
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}
.block-8 .img-man {
  position: absolute;
  left: 50%;
  top: 28%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
}
.block-8 .form__title {
  text-align: center;
}
.block-8 .form__sub-title {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0;
  text-align: left;
}
.block-8 .form__text {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
}
.block-8 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 170px;
}
.block-8 .items .item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 115px;
  margin-right: 18px;
}
.block-8 .items .item:last-child {
  width: 78px;
  margin-right: 0;
}
.block-8 .items .item-img {
  margin-bottom: 6px;
}
.block-8 .items .item-text {
  color: #000;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
}
.block-8 .block-img {
  position: relative;
  margin-bottom: 50px;
}
.block-8 .block-link {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dashed #000;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 16.8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16.8px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  max-width: 330px;
  width: 100%;
  padding: 15px 6px;
}
.block-8 .block-link #form-logo {
  position: absolute;
  right: -14px;
  top: 25px;
}
.block-8 .block-link #Vector {
  fill: #37d51e;
}
.block-8 .block-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.block-8 .price {
  color: #faff00;
  font-family: Inter;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0;
  text-align: center;
}
.block-8 .price-old {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0;
  text-align: center;
  text-decoration-line: line-through;
}
.block-8 #timer2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
.block-8 #timer2 .block__hours,
.block-8 #timer2 .block__minutes,
.block-8 #timer2 .block__seconds {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 6px;
  width: 78px;
}
.block-8 #timer2 .block__hours .text,
.block-8 #timer2 .block__minutes .text,
.block-8 #timer2 .block__seconds .text {
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.block-8 #timer2 .hours,
.block-8 #timer2 .minutes,
.block-8 #timer2 .seconds {
  background: #000;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  width: 56px;
}
.block-8 #timer2 .separator {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: -22px 8px 0;
}
@media (min-width: 375px) {
  .block-6__title {
    font-size: 46px;
  }
}
@media (min-width: 400px) {
  .block-6__title {
    font-size: 50px;
  }
}
@media (min-width: 430px) {
  .block-6__title {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .header {
    margin-bottom: 20px;
  }
  .header__container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header__burger-btn {
    display: none;
  }
  .header__menu {
    margin-left: 480px;
  }
  .menu {
    display: block;
  }
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu__item {
    -webkit-transition: all 280ms ease 0s;
    -o-transition: all 280ms ease 0s;
    transition: all 280ms ease 0s;
  }
  .menu__item:not(:last-child) {
    margin-right: 25px;
  }
  .menu__item:hover .menu__link {
    color: #fff;
  }
  .menu__link {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 280ms ease 0s;
    -o-transition: all 280ms ease 0s;
    transition: all 280ms ease 0s;
  }
  .block-1 .wave {
    bottom: 55px;
    height: 200px;
  }
  .block-1 .wave .wave__image1 {
    top: 170px;
  }
  .block-1 .wave .wave__image2 {
    top: -130px;
  }
  .block-1 .img-man {
    left: 85%;
    top: 0;
  }
  .block-1 .row {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "title img" "sub-title img" "txt img" "items img" "form img";
    -ms-grid-columns: 470px 100px auto;
    grid-template-columns: 470px auto;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
  }
  .block-1 .form__title {
    grid-area: title;
    text-align: left;
  }
  .block-1 .form__sub-title {
    grid-area: sub-title;
    color: #000;
    font-family: Inter;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 10px;
  }
  .block-1 .form__text {
    grid-area: txt;
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 10px;
  }
  .block-1 .items {
    grid-area: items;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 22px;
    width: 392px;
  }
  .block-1 .items .item {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 115px;
    margin-right: 42px;
  }
  .block-1 .items .item:last-child {
    width: 78px;
    margin-right: 0;
  }
  .block-1 .items .item-img {
    margin-bottom: 6px;
  }
  .block-1 .items .item-text {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
  }
  .block-1 .block-img {
    grid-area: img;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .block-1 .block-img img {
    margin-bottom: 72px;
  }
  .block-1 .block-link {
    grid-area: form;
    margin-left: 40px;
    margin-bottom: 0;
  }
  .block-1 .block-link #form-logo {
    right: -14px;
    top: 25px;
  }
  .block-1 .block-link #Vector {
    fill: #000;
  }
  .block-1 .block-price {
    width: 200px;
    position: absolute;
    left: 30%;
    top: 80%;
  }
  .block-1 .price {
    text-align: right;
  }
  .block-1 .price-old {
    text-align: right;
    margin-bottom: 6px;
  }
  .block-2 {
    padding-bottom: 0;
  }
  .block-2 .img-product {
    width: 30%;
    left: 65%;
    top: 0%;
  }
  .block-2__title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 64px;
    color: #000;
    margin-bottom: 20px;
  }
  .block-2 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-2 .block-text {
    width: 475px;
    margin-bottom: 70px;
  }
  .block-2__text {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 156%;
    color: #000;
    margin-bottom: 20px;
    width: 382px;
  }
  .block-2__text:first-child {
    width: 100%;
  }
  .block-2 .block-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: left;
    margin-left: -40px;
  }
  .block-3 {
    background-image: url(../images/15.png);
    z-index: 0;
    padding: 188px 0 62px;
  }
  .block-3 .img-man,
  .block-3 .img-tube1,
  .block-3 .img-tube2 {
    display: block;
    position: absolute;
  }
  .block-3 .img-man {
    left: 48%;
    bottom: 0;
    z-index: 1;
  }
  .block-3 .img-tube1 {
    left: 0;
    top: -70px;
    z-index: 2;
  }
  .block-3 .img-tube2 {
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  .block-3 .row {
    padding: 46px 65px;
    width: 715px;
  }
  .block-3__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .block-3__sub-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .block-3__text {
    font-size: 20px;
  }
  .block-4 {
    padding: 36px 0 144px;
  }
  .block-4__title {
    font-size: 96px;
    padding-left: 90px;
    margin-bottom: 38px;
  }
  .block-4 .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-4 .item {
    margin-bottom: 0;
    margin-right: 102px;
  }
  .block-4 .item:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  .block-4 .item .item-img {
    margin-bottom: 10px;
  }
  .block-4 .item .item-text {
    font-size: 20px;
  }
  .block-5 {
    padding: 45px 0;
  }
  .block-5 .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block-5 .item {
    margin-right: 56px;
    margin-bottom: 0;
  }
  .block-5 .item:last-child {
    margin-right: 0;
  }
  .block-6 {
    padding: 70px 0 54px;
  }
  .block-6__title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 96px;
    color: #000;
    margin-right: 38px;
  }
  .block-6 .df-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 170px;
  }
  .block-6 .df-row .block-img {
    margin-bottom: 0;
  }
  .block-6 .df-row .img-product1 {
    left: -6%;
    top: 14%;
    width: auto;
  }
  .block-6 .df-row .img-product2 {
    right: 0;
    top: -115px;
    width: auto;
  }
  .block-6 .df-column .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block-6 .df-column .item .block-img {
    margin-bottom: 0;
    margin-right: 50px;
  }
  .block-6 .df-column .item .block-text {
    width: 585px;
  }
  .block-7 {
    padding: 44px 0 64px;
  }
  .block-7 .img-product1,
  .block-7 .img-product2 {
    display: block;
    position: absolute;
  }
  .block-7 .img-product1 {
    left: 0;
    bottom: 0;
  }
  .block-7 .img-product2 {
    right: 0;
    top: -80px;
  }
  .block-7 .slider {
    width: 1048px;
    margin: 0 auto;
  }
  .block-8 {
    padding: 50px 0;
  }
  .block-8 .wave {
    bottom: 0;
    height: 200px;
  }
  .block-8 .wave .wave__image {
    top: 170px;
  }
  .block-8 .img-man {
    left: 85%;
    top: 0;
  }
  .block-8 .row {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "title img" "sub-title img" "txt img" "items img" "form img";
    -ms-grid-columns: 470px 100px auto;
    grid-template-columns: 470px auto;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
  }
  .block-8 .form__title {
    grid-area: title;
    text-align: left;
  }
  .block-8 .form__sub-title {
    grid-area: sub-title;
    color: #000;
    font-family: Inter;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 10px;
  }
  .block-8 .form__text {
    grid-area: txt;
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 10px;
  }
  .block-8 .items {
    grid-area: items;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 22px;
    width: 392px;
  }
  .block-8 .items .item {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 115px;
    margin-right: 42px;
  }
  .block-8 .items .item:last-child {
    width: 78px;
    margin-right: 0;
  }
  .block-8 .items .item-img {
    margin-bottom: 6px;
  }
  .block-8 .items .item-text {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
  }
  .block-8 .block-img {
    grid-area: img;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .block-8 .block-img img {
    margin-bottom: 72px;
  }
  .block-8 .block-link {
    grid-area: form;
    margin-left: 40px;
    margin-bottom: 0;
  }
  .block-8 .block-link #form-logo {
    right: -14px;
    top: 25px;
  }
  .block-8 .block-link #Vector {
    fill: #000;
  }
  .block-8 .block-price {
    width: 200px;
    position: absolute;
    left: 30%;
    top: 80%;
  }
  .block-8 .price {
    text-align: right;
  }
  .block-8 .price-old {
    text-align: right;
    margin-bottom: 6px;
  }
}
@media (min-width: 1200px) {
  .block-1 .form__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .block-8 .row > .form__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .block-1 .form__sub-title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .block-8 .row > .form__sub-title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .block-1 .form__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .block-8 .row > .form__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .block-1 .items {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .block-8 .row > .items {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .block-1 .block-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .block-8 .row > .block-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .block-1 .block-link {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .block-8 .row > .block-link {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .block-8 .form__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .block-8 .row > .form__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .block-8 .form__sub-title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .block-8 .row > .form__sub-title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .block-8 .form__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .block-8 .row > .form__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .block-8 .items {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .block-8 .row > .items {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .block-8 .block-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .block-8 .row > .block-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .block-8 .block-link {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .block-8 .row > .block-link {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1400px) {
  .block-1 .block-price {
    left: 33%;
    top: 80%;
  }
  .block-8 .block-price {
    left: 33%;
    top: 80%;
  }
}
@media (min-width: 1910px) {
  .block-1 .img-man {
    left: 80%;
    top: 0;
  }
  .block-1 .block-price {
    left: 36%;
    top: 80%;
  }
  .block-3 .img-tube1 {
    left: 12%;
  }
  .block-3 .img-tube2 {
    right: 13%;
  }
  .block-7 .img-product1 {
    left: 7%;
  }
  .block-8 .img-man {
    left: 80%;
    top: 0;
  }
  .block-8 .block-price {
    left: 36%;
    top: 80%;
  }
}

.top,
.bottom {
  left: -150px;
}

.top img,
.bottom img {
  width: 65%;
}

@media (max-width: 576px) {
  .top,
  .bottom {
    left: 0;
  }

  .top img,
  .bottom img {
    width: unset;
  }
}
