@charset "UTF-8";
@-webkit-keyframes glowPulse {
  0%,
  to {
    -webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.6),
      0 0 20px rgba(255, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.6), 0 0 20px rgba(255, 0, 0, 0.4);
  }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(255, 0, 0, 0.8),
      0 0 30px rgba(255, 0, 0, 0.6);
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.8), 0 0 30px rgba(255, 0, 0, 0.6);
  }
}
@keyframes glowPulse {
  0%,
  to {
    -webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.6),
      0 0 20px rgba(255, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.6), 0 0 20px rgba(255, 0, 0, 0.4);
  }
  50% {
    -webkit-box-shadow: 0 0 20px rgba(255, 0, 0, 0.8),
      0 0 30px rgba(255, 0, 0, 0.6);
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.8), 0 0 30px rgba(255, 0, 0, 0.6);
  }
}
@-webkit-keyframes scaling {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes scaling {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes sway {
  0%,
  50%,
  to {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-50%) rotate(2deg);
    transform: translateY(-50%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateY(-50%) rotate(-2deg);
    transform: translateY(-50%) rotate(-2deg);
  }
}
@keyframes sway {
  0%,
  50%,
  to {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-50%) rotate(2deg);
    transform: translateY(-50%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateY(-50%) rotate(-2deg);
    transform: translateY(-50%) rotate(-2deg);
  }
}
@-webkit-keyframes sway-flip {
  0%,
  50%,
  to {
    -webkit-transform: scaleY(-1) rotate(0deg);
    transform: scaleY(-1) rotate(0deg);
  }
  25% {
    -webkit-transform: scaleY(-1) rotate(-2deg);
    transform: scaleY(-1) rotate(-2deg);
  }
  75% {
    -webkit-transform: scaleY(-1) rotate(2deg);
    transform: scaleY(-1) rotate(2deg);
  }
}
@keyframes sway-flip {
  0%,
  50%,
  to {
    -webkit-transform: scaleY(-1) rotate(0deg);
    transform: scaleY(-1) rotate(0deg);
  }
  25% {
    -webkit-transform: scaleY(-1) rotate(-2deg);
    transform: scaleY(-1) rotate(-2deg);
  }
  75% {
    -webkit-transform: scaleY(-1) rotate(2deg);
    transform: scaleY(-1) rotate(2deg);
  }
}
@-webkit-keyframes float {
  0%,
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(15px, -15px);
    transform: translate(15px, -15px);
  }
  50% {
    -webkit-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
  75% {
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
  }
}
@keyframes float {
  0%,
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(15px, -15px);
    transform: translate(15px, -15px);
  }
  50% {
    -webkit-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
  75% {
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
  }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
.slick-slide img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-family: "PP Neue Montreal", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #0959a1;
  background: #f0f6ff;
  background: url(../img/desk.png),
    -webkit-gradient(linear, left top, right top, from(#f0f6ff), color-stop(51%, #fff), to(#f4f8ff));
  background: url(../img/desk.png),
    linear-gradient(90deg, #f0f6ff 0, #fff 51%, #f4f8ff 100%);
  background-repeat: repeat-y, no-repeat;
  background-size: auto 650px, cover;
  background-position: left top, center;
  min-height: 100vh;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
br {
  line-height: 1;
  font-size: 0;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button,
button:focus,
input,
input:focus {
  outline: 0;
}
button,
input {
  border: 0;
}
a {
  text-decoration: none;
}
::-moz-focus-inner,
::-moz-focus-outer {
  border: 0;
  padding: 0;
}
:active,
:focus,
:hover,
:visited {
  outline: 0 !important;
}
::-ms-clear {
  display: none;
}
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#comebacker_main_div {
  display: none !important;
  height: 0 !important;
}
html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0 !important;
}
::-moz-focus-inner {
  border: 0;
  outline: 0;
}
select {
  outline: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https://179523.selcdn.ru/public/layout-images/select-triangle.svg);
  background-repeat: no-repeat;
}
select,
select:hover {
  background-size: 10px 10px;
  background-position: right 10px center;
}
select:focus {
  outline: 0 !important;
  outline-color: transparent;
  outline-width: 0;
}
select::-ms-expand {
  display: none !important;
  background: 0 0 !important;
  position: fixed;
  border: 0 !important;
  outline: 0 !important;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
}
:not(#fake) {
  outline: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
@font-face {
  font-family: "archiaregular";
  src: url(../fonts/archia-regular-webfont.woff2) format("woff2"),
    url(../fonts/archia-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url(../fonts/PPNeueMontreal-Regular.woff2) format("woff2"),
    url(../fonts/PPNeueMontreal-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url(../fonts/ppneuemontreal-bold.woff2) format("woff2"),
    url(../fonts/ppneuemontreal-bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url(../fonts/ppneuemontreal-medium.woff2) format("woff2"),
    url(../fonts/ppneuemontreal-medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Staff Test";
  src: url(../fonts/StaffTest-Medium-BF66384b0717e39.woff2) format("woff2"),
    url(../fonts/StaffTest-Medium-BF66384b0717e39.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Staff Test";
  src: url(../fonts/StaffTest-Regular-BF66384b0510887.woff2) format("woff2"),
    url(../fonts/StaffTest-Regular-BF66384b0510887.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter_28pt-Regular.woff2) format("woff2"),
    url(../fonts/Inter_28pt-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter_18pt-SemiBold.woff2) format("woff2"),
    url(../fonts/Inter_18pt-SemiBold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter_18pt-Bold.woff2) format("woff2"),
    url(../fonts/Inter_18pt-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

body.no-scroll {
  height: 100dvh;
}
button,
img {
  display: block;
}
img {
  max-width: 100%;
}
body.no-scroll,
svg {
  overflow: hidden;
}
button {
  padding: 0;
}
.container {
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.title {
  font-weight: 800;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  color: #0959a1;
}
.text-black {
  font-weight: 900;
}
.text-nowrap {
  white-space: nowrap;
}
.bold {
  font-weight: 800;
}
.bold-700 {
  font-weight: 700;
}
.desktop,
.desktop-wide {
  display: none;
}
.syan {
  color: #00a0df;
}
.yellow {
  color: #ffef72;
}
.red-text {
  background: radial-gradient(
    77.36% 77.36% at 50% 22.64%,
    #ff4d4d 0,
    #d11717 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.accented-text {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
}
.white-bg {
  background-color: #fff;
}
.form {
  max-width: 302px;
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 22px 11px;
  border-radius: 25px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  background: linear-gradient(274deg, #00a0df 0, #0959a1 100%);
}
.form .form-info__text {
  font-family: "Inter", sans-serif;
}
.inputs {
  width: 100%;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.inputs__input {
  width: 100%;
  display: block;
  border-radius: 74px;
  -webkit-box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  height: 40px;
  padding: 10px 15px 8px;
  color: #0959a1;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  text-align: center;
}
.inputs__input::-webkit-input-placeholder {
  text-align: center;
  color: #0959a1;
  font-size: 16px;
}
.inputs__input::-moz-placeholder {
  text-align: center;
  color: #0959a1;
  font-size: 16px;
}
.inputs__input:-ms-input-placeholder {
  text-align: center;
  color: #0959a1;
  font-size: 16px;
}
.inputs__input::placeholder {
  text-align: center;
  color: #0959a1;
  font-size: 16px;
}
.inputs__input:hover {
  -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.2);
}
.inputs__btn {
  cursor: pointer;
  border-radius: 26px;
  height: 40px;
  -webkit-box-shadow: 0 3px 17px 0 rgba(255, 0, 0, 0.5);
  box-shadow: 0 3px 17px 0 rgba(255, 0, 0, 0.5);
  background: radial-gradient(
    77.36% 77.36% at 50% 22.64%,
    #ff4d4d 0,
    #d11717 100%
  );
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border: 0;
  position: relative;
  -webkit-animation: glowPulse 2s infinite ease-in-out;
  animation: glowPulse 2s infinite ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.inputs__btn:hover {
  opacity: 0.9;
}
.inputs__btn::after {
  background-image: url(../img/arrow-white.png);
  width: 12px;
  height: 12px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 14px;
  position: absolute;
  content: "";
  z-index: 2;
  display: block;
}
.timer span {
  font-family: "archiaregular", sans-serif;
}
.label-hidden,
.slick-slide.slick-loading img {
  display: none;
}
.actions__item,
.client,
.help__list__item,
.illness__list-item {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease,
    -webkit-transform 0.6s ease;
}
.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.menu__btn-burger svg,
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff;
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dots,
.slick-dots li button:before {
  position: absolute;
  left: 0;
  text-align: center;
}
.slick-dots {
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  top: 0;
  width: 20px;
  height: 20px;
  content: "";
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.slick-slide {
  outline: 0;
}
.block {
  padding-top: 25px;
  padding-bottom: 25px;
}
.main-wrapper {
  position: relative;
  overflow: hidden;
}
.header {
  padding: 8px 0;
  position: relative;
  background-color: #fff;
}
.header__content,
.logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.logo-wrapper {
  gap: 4px;
}
.logo-wrapper .logo-img {
  width: 56px;
}
.menu {
  display: none;
}
.menu.active {
  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;
  width: 320px;
  height: 100vh;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  background: linear-gradient(274deg, #00a0df 0, #0959a1 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.menu__btn-burger,
.menu__btn-cross {
  display: block;
  cursor: pointer;
  pointer-events: auto;
}
.menu__btn-cross {
  position: absolute;
  right: 15px;
  top: 20px;
}
.menu__btn-burger {
  width: 31px;
  height: 22px;
  z-index: 50;
}
.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 109px 38px;
  margin: 0 auto;
  list-style: none;
  max-width: 320px;
  width: 100%;
}
.nav-list li {
  margin-bottom: 30px;
  position: relative;
}
.nav-list li:last-child {
  margin-bottom: 0;
}
.nav-list li a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 27px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.nav-list li:hover a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  bottom: -5px;
  left: 0;
  border-radius: 8px;
}
.timer-wrapper {
  display: none;
}
.hero {
  overflow-x: hidden;
  position: relative;
}
.hero__eye-bg {
  width: 100%;
  max-width: 365px;
  mix-blend-mode: darken;
  margin: 0 auto;
}
.hero__subtitle,
.hero__title {
  font-size: 24px;
  text-align: center;
}
.hero__title {
  font-weight: 800;
  line-height: 1.1;
  margin: 0 auto 15px;
  max-width: 315px;
}
.hero__form-product {
  content: "";
  position: absolute;
  top: 17px;
  left: 15px;
}
.hero__form-product__wrapper,
.sale {
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 102px;
  height: 188px;
}
.no-webp .hero__form-product__wrapper {
  background-image: url(../img/prod.png);
}
.webp .hero__form-product__wrapper {
  background-image: url(../img/prod.webp);
}
.sale {
  position: absolute;
  width: 70px;
  height: 70px;
  background-image: url(../img/sale.png);
  color: #fff;
  font-family: "archiaregular", sans-serif;
  font-weight: 700;
  font-size: 21px;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  top: -10px;
  left: -4px;
  -webkit-animation: scaling 2s infinite ease-in-out;
  animation: scaling 2s infinite ease-in-out;
}
.sale__small {
  font-size: 12px;
}
.form-info {
  margin-left: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.form-info__text {
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
}
.prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.prices__separator {
  width: 1px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.8);
}
.price {
  font-family: "Staff Test", sans-serif;
}
.price__old {
  font-weight: 400;
  font-size: 25px;
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.8);
}
.price__new {
  font-weight: 500;
  font-size: 30px;
}
.hero__timer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  margin-bottom: 19px;
  gap: 5px;
  font-variant-numeric: tabular-nums;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  color: #fff;
}
.hero__timer-wrapper__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}
.hero__timer-wrapper__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero__timer-wrapper__timer span {
  font-weight: 800;
  font-size: 21px;
}
.hero__timer-wrapper__timer span:not(.separator) {
  border-radius: 5px;
  width: 25px;
  height: 31px;
  background: #ffef72;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  color: #0959a1;
}
.hero__timer-wrapper__timer .separator {
  font-size: 16px;
}
.desktop-640 {
  display: none;
}
.panorama__title {
  max-width: 320px;
  margin: 0 auto 25px;
}
.panorama__img-wrapper {
  position: relative;
  width: 100%;
  height: 211px;
  border-radius: 25px;
  overflow: hidden;
}
.interactive__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.interactive__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.interactive__blur-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  pointer-events: none;
  z-index: 1;
}
.interactive__track {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #fff;
  z-index: 2;
}
.interactive__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-image: url(../img/track.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: -webkit-grab;
  cursor: grab;
  z-index: 3;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-touch-action: none;
  touch-action: none;
}
.interactive__handle,
.results,
.results__after,
.results__before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.results {
  margin: 20px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 302px;
  width: 100%;
  position: relative;
}
.results__after,
.results__before {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  font-weight: 800;
  width: 90px;
  text-align: center;
}
.results__after img,
.results__before img {
  border-radius: 100%;
  width: 77px;
  height: 77px;
}
.results__before img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.help__list__item::after,
.help__list__item::before,
.results__separator {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.results__separator {
  width: 33px;
  height: 22px;
  background-image: url(../img/union.png);
  top: 33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.btn-link {
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 11px 44px;
  width: 100%;
  max-width: 302px;
  border-radius: 87px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid red;
  color: #0959a1;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-link:hover {
  -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.illness {
  position: relative;
  overflow: hidden;
}
.illness__title {
  margin-bottom: 20px;
}
.illness__description {
  display: block;
  padding: 15px 10px;
  border-radius: 20px;
  border: 1px solid #ff4d4d;
  margin-bottom: 15px;
  background-color: #fff;
}
.illness__list,
.illness__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.illness__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.illness__list-item {
  gap: 12px;
}
.illness__list-item__title {
  font-weight: 700;
  font-size: 17px;
  background: radial-gradient(
    77.36% 77.36% at 50% 22.64%,
    #ff4d4d 0,
    #d11717 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
}
.illness__list-item picture {
  width: 63px;
  height: 63px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.illness__prod {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.illness__prod__img {
  width: 100%;
  max-width: 135px;
}
.illness__five {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}
.illness__five__img {
  width: 70px;
  height: auto;
  margin: 0 auto;
}
.illness__five__text {
  font-style: italic;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  -webkit-box-shadow: 0 0 3px #dcdcdc;
  box-shadow: 0 0 3px #dcdcdc;
}
.illness__help__title {
  font-weight: 800;
  font-size: 23px;
  margin-bottom: 20px;
  text-align: center;
}
.help__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.help__list__item {
  position: relative;
  padding-left: 30px;
}
.help__list__item::after,
.help__list__item::before {
  content: "";
}
.help__list__item::before {
  width: 16px;
  height: 16px;
  background-image: url(../img/ellipse-small.png);
  left: 0;
  top: 0;
}
.help__list__item::after {
  background-image: url(../img/accept-blue.png);
  width: 19px;
  height: 16px;
  left: 3px;
  top: 1px;
}
.work {
  color: #263573;
}
.work__title {
  margin-bottom: 15px;
}
.work__subtitle,
.work__title-20 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.work__title-20 {
  font-size: 20px;
  font-weight: 800;
  color: #0959a1;
}
.actions {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  max-width: 380px;
  margin: 0 auto 25px;
}
.actions,
.actions__item,
.actions__item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.actions__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}
.actions__item__img {
  width: 84px;
  height: 84px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 9px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.actions__item__img img {
  width: 100%;
  height: auto;
  display: block;
}
.actions__item__img::after,
.actions__item__img::before {
  position: absolute;
  background-color: #00a0df;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.actions__item__img::before {
  width: 18px;
  height: 18px;
  bottom: 0;
  border-radius: 50%;
  font-weight: 800;
  font-size: 12px;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #fff;
  z-index: 5;
}
.actions__item__img::after {
  content: "";
  width: 1px;
  height: 20px;
  bottom: -20px;
  z-index: 4;
}
.actions__item:nth-of-type(1) .actions__item__img::before {
  content: "1";
}
.actions__item:nth-of-type(2) .actions__item__img::before {
  content: "2";
}
.actions__item:nth-of-type(3) .actions__item__img::before {
  content: "3";
}
.actions__item:nth-of-type(4) .actions__item__img::before {
  content: "4";
}
.actions__item:nth-of-type(4) .actions__item__img::after {
  display: none;
}
.actions__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.actions__item__title {
  font-weight: 800;
  line-height: 1;
  color: #0959a1;
  font-size: 18px;
}
.work__form {
  padding: 20px 10px;
}
.work__form-info__text {
  font-weight: 800;
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.pills__pill {
  position: absolute;
  width: 77px;
  height: 76px;
}
.pills__pill:nth-of-type(1) {
  z-index: 2;
  left: 9px;
  top: 45px;
}
.pills__pill:nth-of-type(2) {
  z-index: 1;
  position: absolute;
  top: 53px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  left: 35px;
}
.work__prices {
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.see {
  color: #263573;
}
.see__title {
  margin-bottom: 15px;
}
.see__subtitle {
  text-align: center;
  font-size: 18px;
}
.see .form-info__text,
.see__subtitle {
  margin-bottom: 20px;
}
.dreams,
.dreams__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dreams {
  gap: 10px;
  margin-bottom: 33px;
}
.dreams__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  background-color: #019adb;
  padding: 15px;
  border-radius: 30px;
}
.client::after,
.client::before,
.dreams__item__img-wrapper {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.dreams__item__img-wrapper {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../img/ellipse.png);
}
.dreams__item__img-wrapper img {
  width: 90px;
  height: 90px;
}
.dreams__item__text {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px #333;
}
.dreams__item__title {
  font-weight: 800;
  font-size: 17px;
  margin-bottom: 8px;
  line-height: 1.2;
}
.dreams__item__descr {
  line-height: 1.2;
}
.expert {
  overflow: hidden;
  position: relative;
}
.expert__title {
  margin: 0 auto 20px;
}
.expert .block {
  padding-bottom: 317px;
  position: relative;
}
.expert__img-wrapper {
  height: 325px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.expert__img-wrapper__inner {
  position: relative;
  width: 320px;
  margin: 0 auto;
}
.expert__decor,
.expert__img-wrapper__inner .expert__img {
  z-index: 5;
  position: absolute;
}
.expert__decor {
  -webkit-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
  z-index: 1;
  top: 30px;
  right: -41px;
}
.expert__decor .ellipse__wrapper {
  position: relative;
  width: 246px;
  height: 246px;
}
.expert__decor .ellipse__wrapper::after {
  background-color: #fff;
  width: 199px;
  height: 199px;
  border-radius: 50%;
  z-index: 3;
  position: absolute;
  content: "";
  top: 23.7px;
  left: 23.7px;
}
.client,
.clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.client {
  gap: 5px;
  position: relative;
  padding-left: 30px;
}
.client::after,
.client::before {
  position: absolute;
  content: "";
}
.client::before {
  width: 16px;
  height: 16px;
  background-image: url(../img/ellipse-small.png);
  left: 0;
  top: 1px;
  z-index: 2;
}
.client::after {
  background-image: url(../img/accept-blue.png);
  left: 4px;
  top: 2px;
  width: 19px;
  height: 16px;
  z-index: 3;
}
.client__title {
  font-weight: 800;
}
.composition__title {
  color: #263573;
  max-width: 380px;
  margin: 0 auto;
}
.composition__prod__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 293px;
  margin: 7px auto 18px;
}
.prod__bg-wrapper {
  width: 100%;
  max-width: 165px;
}
.labels {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  margin-top: 23px;
}
.labels .label-1 {
  width: 76px;
  height: 73px;
  margin-left: 12px;
}
.labels .label-2 {
  width: 94px;
  height: 89px;
  margin-left: 7px;
}
.labels .label-3 {
  height: 93px;
  width: 93px;
}
.component,
.components,
.labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.components {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
}
.component {
  gap: 10px;
  border-radius: 27px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 15px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.component__title {
  font-weight: 800;
  font-size: 17px;
  color: #263573;
  line-height: 1;
  margin-bottom: 10px;
}
.component__info {
  color: #263573;
}
.component__img-wrapper {
  width: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.reviews__title {
  color: #263573;
  margin-bottom: 15px;
}
.reviews-slider {
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding-left: 15px;
}
.review {
  cursor: -webkit-grab;
  cursor: grab;
  width: 260px;
  padding: 22px 15px 18px;
  border-radius: 20px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f0f6ff),
    color-stop(50.96%, #fff),
    to(#f4f8ff)
  );
  background-image: linear-gradient(
    90deg,
    #f0f6ff 0,
    #fff 50.96%,
    #f4f8ff 100%
  );
  margin-right: 10px;
  border: 1px solid #d9d9d9;
}
.review__name {
  line-height: 1;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.review__name__person {
  font-weight: 800;
  font-size: 18px;
}
.review__name__age {
  font-weight: 500;
  font-size: 16px;
}
.review__name__stars {
  margin-top: 4px;
  width: 86px;
  height: 17px;
  background-image: url(../img/star.png);
  background-repeat: repeat-x;
  background-size: 17px 17px;
  background-position: center;
}
.review__feedback {
  margin-bottom: 25px;
}
.review__before {
  margin-bottom: 15px;
}
.review__after__title,
.review__before__title {
  line-height: 1;
  font-weight: 700;
  font-size: 17px;
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
}
.review__before__title {
  background: radial-gradient(
    77.36% 77.36% at 50% 22.64%,
    #ff4d4d 0,
    #d11717 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.review__after__title {
  color: #00a0df;
}
.review__after {
  margin-bottom: 18px;
}
.review__after__text {
  line-height: 1.3;
}
.review__live {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.review__live__after,
.review__live__before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.review__live__before {
  border-radius: 11px 0 0 11px;
  width: 110px;
  height: 100px;
  margin-right: 4px;
}
.review__live__after {
  border-radius: 0 11px 11px 0;
  width: 107px;
  height: 100px;
}
.no-webp .live-1 .review__live__before {
  background-image: url(../img/review-1-before.jpg);
}
.webp .live-1 .review__live__before {
  background-image: url(../img/review-1-before.webp);
}
.no-webp .live-2 .review__live__before {
  background-image: url(../img/review-2-before.jpg);
}
.webp .live-2 .review__live__before {
  background-image: url(../img/review-2-before.webp);
}
.no-webp .live-3 .review__live__before {
  background-image: url(../img/review-3-before.jpg);
}
.webp .live-3 .review__live__before {
  background-image: url(../img/review-3-before.webp);
}
.no-webp .live-4 .review__live__before {
  background-image: url(../img/review-4-before.jpg);
}
.webp .live-4 .review__live__before {
  background-image: url(../img/review-4-before.webp);
}
.no-webp .live-5 .review__live__before {
  background-image: url(../img/review-5-before.jpg);
}
.webp .live-5 .review__live__before {
  background-image: url(../img/review-5-before.webp);
}
.no-webp .live-6 .review__live__before {
  background-image: url(../img/review-6-before.jpg);
}
.webp .live-6 .review__live__before {
  background-image: url(../img/review-6-before.webp);
}
.no-webp .live-7 .review__live__before {
  background-image: url(../img/review-7-before.jpg);
}
.webp .live-7 .review__live__before {
  background-image: url(../img/review-7-before.webp);
}
.no-webp .live-8 .review__live__before {
  background-image: url(../img/review-8-before.jpg);
}
.webp .live-8 .review__live__before {
  background-image: url(../img/review-8-before.webp);
}
.no-webp .live-9 .review__live__before {
  background-image: url(../img/review-9-before.jpg);
}
.webp .live-9 .review__live__before {
  background-image: url(../img/review-9-before.webp);
}
.no-webp .live-10 .review__live__before {
  background-image: url(../img/review-10-before.jpg);
}
.webp .live-10 .review__live__before {
  background-image: url(../img/review-10-before.webp);
}
.no-webp .live-1 .review__live__after {
  background-image: url(../img/review-1-after.jpg);
}
.webp .live-1 .review__live__after {
  background-image: url(../img/review-1-after.webp);
}
.no-webp .live-2 .review__live__after {
  background-image: url(../img/review-2-after.jpg);
}
.webp .live-2 .review__live__after {
  background-image: url(../img/review-2-after.webp);
}
.no-webp .live-3 .review__live__after {
  background-image: url(../img/review-3-after.jpg);
}
.webp .live-3 .review__live__after {
  background-image: url(../img/review-3-after.webp);
}
.no-webp .live-4 .review__live__after {
  background-image: url(../img/review-4-after.jpg);
}
.webp .live-4 .review__live__after {
  background-image: url(../img/review-4-after.webp);
}
.no-webp .live-5 .review__live__after {
  background-image: url(../img/review-5-after.jpg);
}
.webp .live-5 .review__live__after {
  background-image: url(../img/review-5-after.webp);
}
.no-webp .live-6 .review__live__after {
  background-image: url(../img/review-6-after.jpg);
}
.webp .live-6 .review__live__after {
  background-image: url(../img/review-6-after.webp);
}
.no-webp .live-7 .review__live__after {
  background-image: url(../img/review-7-after.jpg);
}
.webp .live-7 .review__live__after {
  background-image: url(../img/review-7-after.webp);
}
.no-webp .live-8 .review__live__after {
  background-image: url(../img/review-8-after.jpg);
}
.webp .live-8 .review__live__after {
  background-image: url(../img/review-8-after.webp);
}
.no-webp .live-9 .review__live__after {
  background-image: url(../img/review-9-after.jpg);
}
.webp .live-9 .review__live__after {
  background-image: url(../img/review-9-after.webp);
}
.no-webp .live-10 .review__live__after {
  background-image: url(../img/review-10-after.jpg);
}
.webp .live-10 .review__live__after {
  background-image: url(../img/review-10-after.webp);
}
#slider-range {
  display: block;
  -webkit-appearance: none;
  width: 100%;
  max-width: 300px;
  height: 2px;
  background: #00a0df;
  border-radius: 435px;
  outline: 0;
  margin: 28px auto 0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#slider-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 436px;
  width: 64px;
  height: 13px;
  background: #00a0df;
  border: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
#slider-range::-webkit-slider-thumb:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#slider-range::-moz-range-thumb {
  border-radius: 436px;
  width: 64px;
  height: 13px;
  background: #00a0df;
  border: 0;
  cursor: pointer;
}
.hero-bottom {
  overflow-x: hidden;
  position: relative;
}
.hero-bottom__subtitle {
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
}
.hero-bottom__eye-bg {
  top: 54px;
}
.hero-bottom__title {
  font-weight: 800;
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}
.footer {
  padding: 0 15px 30px;
  font-weight: 375;
  text-align: center;
  color: #263573;
}
.popup__content .form {
  padding-top: 70px;
}
.popup__content .popup__form-product {
  content: "";
  position: absolute;
  top: 75px;
  left: 15px;
}
.popup__content .popup__form-product__wrapper {
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 102px;
  height: 188px;
}
.popup__content .form-info {
  height: 188px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.popup__content .form-info__text {
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
}
.popup__content .form-info__text,
.popup__content .prices {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.popup__content .inputs {
  gap: 10px;
  margin-top: 10px;
}
.webp .popup__form-product__wrapper {
  background-image: url(../img/prod.webp);
}
.no-webp .popup__form-product__wrapper {
  background-image: url(../img/prod.png);
}
.popup__timer-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 20px;
  left: 10px;
  gap: 9px;
}
.popup__timer-wrapper .hero__timer-wrapper__text {
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.popup__timer-wrapper .hero__timer-wrapper__timer .separator {
  color: #fff;
}

.popup__timer-wrapper .hero__timer-wrapper__timer span:not(.separator) {
  width: 23px;
  height: 27px;
  font-size: 20px;
}

.popup__timer-wrapper .hero__timer-wrapper__timer {
  gap: 4px;
}
.foo {
  width: 240px;
}
.bar {
  width: 160px;
}
@media screen and (min-width: 375px) {
  .form {
    max-width: 345px;
  }
  .form-info {
    margin-left: 126px;
  }
  .form-info__text {
    font-size: 19px;
  }
  .hero__form-product__wrapper {
    width: 112px;
    height: 208px;
  }
  .hero__timer-wrapper__timer span:not(.separator) {
    font-size: 25px;
    width: 31px;
    height: 37px;
  }
  .hero__timer-wrapper__timer .separator {
    font-size: 18px;
  }
  .price__old {
    font-size: 30px;
  }
  .price__new {
    font-size: 34px;
  }
  .prices__separator {
    height: 30px;
  }
  .hero__title {
    margin-bottom: 20px;
  }
  .btn-link {
    font-size: 18px;
    padding: 10px 44px;
  }
  .work__form-info__text {
    font-size: 21px;
  }
  .pills__pill:nth-of-type(1) {
    top: 35px;
  }
  .pills__pill:nth-of-type(2) {
    top: 43px;
  }
  .dreams__item {
    padding: 10px 20px 10px 10px;
    border-radius: 110px 50px 50px 110px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .dreams__item__text {
    text-align: left;
  }
  .see .form-info__text {
    margin-bottom: 35px;
  }
  .review {
    width: 300px;
  }
  .review__name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .review__name__stars {
    margin-top: 0;
  }
  .popup__content .popup__form-product__wrapper {
    width: 112px;
    height: 208px;
  }
  .popup__content .form-info {
    height: 208px;
  }

  .popup__timer-wrapper .hero__timer-wrapper__timer span:not(.separator) {
    font-size: 25px;
    width: 29px;
    height: 35px;
  }

  .popup__timer-wrapper .hero__timer-wrapper__timer {
    gap: 5px;
  }
}
@media screen and (min-width: 480px) {
  .container {
    width: 480px;
  }
  .title {
    font-size: 30px;
  }
  .price__old {
    font-size: 26px;
  }
  .price__new {
    font-size: 31px;
  }
  .panorama__title {
    max-width: 330px;
  }
}
@media screen and (min-width: 640px) {
  .container {
    width: 640px;
  }
  .title {
    font-size: 34px;
  }
  .form {
    max-width: 335px;
    margin: 0 0 0 auto;
  }
  .form-info {
    margin-left: 0;
    text-align: center;
  }
  .form-info__text {
    margin-bottom: 10px;
  }
  .sale:not(.popup__content .sale) {
    width: 90px;
    height: 90px;
  }
  .sale:not(.popup__content .sale),
  .sale__small:not(.popup__content .sale__small) {
    font-size: 27px;
  }
  .no-640 {
    display: none;
  }
  .desktop-640 {
    display: block;
  }
  .hero__form-product {
    left: -240px;
    top: auto;
    bottom: 0;
  }
  .hero__form-product__wrapper {
    width: 224px;
    height: 420px;
  }
  .hero__form-wrapper {
    width: 575px;
    margin: 0 auto;
    display: block;
  }
  .hero__top {
    position: relative;
  }
  .hero__title {
    text-align: left;
    margin: 0 0 30px;
  }
  .hero__title img {
    margin-bottom: 20px;
    max-width: 250px;
  }
  .hero__subtitle {
    text-align: left;
    margin-bottom: 30px;
  }
  .hero__eye-bg {
    position: absolute;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 430px;
  }
  .panorama__title {
    max-width: 370px;
  }
  .results {
    max-width: unset;
  }
  .results__separator {
    top: unset;
    position: relative;
    left: unset;
    -webkit-transform: none;
    transform: none;
  }
  .results__separator::after,
  .results__separator::before {
    position: absolute;
    content: "";
    width: 33px;
    height: 22px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/union.png);
  }
  .results__separator::before {
    left: -130px;
  }
  .results__separator::after {
    right: -130px;
  }
  .btn-link {
    margin-top: -20px;
  }
  .illness__inner__flex-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .illness__title {
    font-size: 28px;
  }
  .illness__description {
    margin-bottom: 30px;
  }
  .illness__prod {
    width: unset;
    margin-bottom: 0;
  }
  .illness__prod__img {
    max-width: 175px;
  }
  .illness__help {
    max-width: 390px;
    background-color: #fff;
  }
  .illness__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
  }
  .illness__list .illness__list-item {
    width: 48%;
  }
  .illness__description {
    padding: 15px;
  }
  .illness__help {
    border: 1px solid rgba(0, 160, 223, 0.5);
    border-radius: 20px;
    padding: 15px;
  }
  .illness__five {
    -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;
  }
  .illness__five__img {
    min-width: 85px;
    position: relative;
    left: 15px;
  }
  .illness__five__text {
    margin-left: -90px;
    text-align: left;
    padding: 15px 25px 15px 110px;
  }
  .actions__item__img::after,
  .pills {
    display: none;
  }
  .work__subtitle {
    font-size: 16px;
  }
  .work__title-20 {
    font-size: 22px;
  }
  .work .form-wrapper {
    width: 575px;
    margin: 0 auto;
  }
  .work .form::before {
    content: "";
  }
  .work .form::after,
  .work .form::before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
  }
  .work .form::before {
    width: 224px;
    height: 420px;
    background-image: url(../img/prod.png);
    left: -240px;
    bottom: 0;
  }
  .work .form::after {
    background-image: url(../img/sale.png);
    content: "-50%";
    color: #fff;
    width: 90px;
    height: 90px;
    font-size: 27px;
    text-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: "archiaregular", sans-serif;
    font-weight: 700;
    top: -5px;
    left: -250px;
  }
  .actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
  }
  .actions__item {
    width: 48%;
  }
  .actions__item__img {
    padding-bottom: 0;
  }
  .actions__item__img::before {
    bottom: 68px;
    left: 86%;
  }
  .dreams__item__title {
    font-size: 18px;
  }
  .see__form-wrapper {
    width: 575px;
    margin: 0 auto;
  }
  .see__form-wrapper .form-info__text {
    margin-bottom: 10px;
  }
  .clients,
  .dreams {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .composition__title {
    max-width: 500px;
    margin: 0 auto;
  }
  .components {
    max-width: 550px;
  }
  .reviews__title {
    margin-bottom: 25px;
  }
  .review {
    width: 330px;
  }
  #slider-range {
    margin-top: 25px;
  }
  .hero-bottom__top {
    position: relative;
  }
  .hero-bottom__top .hero__eye-bg {
    position: absolute;
    right: -50px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 380px;
  }
  .hero-bottom__title {
    text-align: left;
    margin: 10px 0 30px;
  }
  .hero-bottom__logo {
    margin-bottom: 20px;
    max-width: 250px;
  }
  .hero-bottom__subtitle {
    text-align: left;
    margin-top: 30px;
  }
  .popup__content .form {
    max-width: 345px;
  }
  .popup__content .form-info {
    margin-left: 126px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 768px;
  }
  .title {
    font-size: 38px;
  }
  .form {
    max-width: 360px;
    padding: 25px 24px;
  }
  .price__old {
    font-size: 30px;
  }
  .price__new {
    font-size: 35px;
  }
  .sale:not(.popup__content .sale) {
    width: 120px;
    height: 120px;
  }
  .sale:not(.popup__content .sale),
  .sale__small:not(.popup__content .sale__small) {
    font-size: 37px;
  }
  .block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .header {
    padding: 12px 0;
  }
  .menu__btn-burger,
  .menu__btn-cross {
    display: none;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: unset;
    padding: 0;
    gap: 30px;
  }
  .nav-list li {
    margin-bottom: 0;
  }
  .nav-list li a {
    color: #0959a1;
    font-weight: 500;
    font-size: 16px;
  }
  .nav-list li:hover a::before {
    background-color: #00a0df;
  }
  .logo-wrapper .logo-img {
    width: 66px;
  }
  .hero__subtitle,
  .hero__title {
    font-size: 24px;
  }
  .hero__title {
    margin-bottom: 35px;
  }
  .hero__form-wrapper {
    width: 650px;
  }
  .hero__form-product__wrapper {
    width: 250px;
    height: 465px;
  }
  .hero__form-product {
    left: -275px;
  }
  .hero__eye-bg {
    right: -30px;
    max-width: 500px;
    top: 45%;
  }
  .panorama__title {
    max-width: unset;
    margin-bottom: 30px;
  }
  .panorama .btn-link {
    margin-top: 47px;
    border-radius: 100px;
    width: 263px;
    height: 53px;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .results {
    max-width: 990px;
    margin-top: 30px;
  }
  .results__after,
  .results__before {
    width: unset;
    position: absolute;
    top: -70px;
    z-index: 10;
    font-size: 18px;
    gap: 15px;
  }
  .results__after img,
  .results__before img {
    width: 100px;
    height: 100px;
  }
  .results__before {
    left: 60px;
  }
  .results__after {
    right: 60px;
  }
  .results__separator {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .illness__title {
    font-size: 30px;
  }
  .illness__help {
    padding: 20px;
    max-width: 490px;
  }
  .illness__help__title {
    font-size: 24px;
    margin-bottom: 23px;
  }
  .illness__list-item__title {
    margin-bottom: 7px;
  }
  .illness__list-item picture {
    width: 67px;
    height: 67px;
  }
  .illness__five {
    margin-top: 30px;
  }
  .illness__five__img {
    width: 100px;
    margin: 0;
  }
  .help__list {
    gap: 16px;
  }
  .help__list__item {
    padding-left: 32px;
  }
  .work__inner .actions {
    gap: 25px;
  }
  .work__inner .actions__item__img {
    width: 100px;
    height: 100px;
  }
  .work__inner .actions__item__img::before {
    width: 24px;
    height: 24px;
    font-size: 16px;
    bottom: 75px;
  }
  .work__inner .actions__item__title,
  .work__subtitle {
    font-size: 18px;
  }
  .work__title-20 {
    font-size: 24px;
  }
  .work .form-wrapper {
    width: 630px;
  }
  .work .form::after {
    width: 120px;
    height: 120px;
    font-size: 37px;
  }
  .see__subtitle {
    font-size: 18px;
  }
  .dreams__item__title {
    font-size: 20px;
  }
  .dreams {
    max-width: 570px;
    margin-bottom: 30px;
  }
  .dreams__item__img-wrapper,
  .dreams__item__img-wrapper img {
    width: 100px;
    height: 100px;
  }
  .see__form-wrapper {
    margin: 0 auto;
    display: block;
    width: 630px;
  }
  .hero-bottom .hero__form-wrapper .form,
  .see .form {
    margin: 0 0 0 auto;
  }
  .hero-bottom .hero__form-wrapper .form-info,
  .see .form-info {
    margin-left: 0;
  }
  .hero-bottom .hero__form-wrapper .form-info__text,
  .see .form-info__text {
    margin-bottom: 15px;
  }
  .expert__title {
    text-align: left;
  }
  .client {
    gap: 11px;
  }
  .clients {
    max-width: 53%;
    margin: unset;
  }
  .clients,
  .clients .client,
  .expert__img {
    width: 100%;
  }
  .expert .block {
    padding-bottom: 40px;
  }
  .expert__img-wrapper {
    height: 488px;
    right: -90px;
    bottom: 0;
    left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .expert__img-wrapper__inner {
    width: 480px;
    margin: unset;
  }
  .expert__decor {
    top: -10px;
    right: -20px;
  }
  .composition__inner,
  .composition__prod__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .composition__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
    position: relative;
  }
  .composition__prod__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .prod__bg-wrapper {
    max-width: 240px;
  }
  .labels {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .labels .label-1,
  .labels .label-2,
  .labels .label-3 {
    margin-left: unset;
  }
  .components {
    max-width: 410px;
  }
  .component {
    padding: 12px 15px;
  }
  .component__title {
    margin-bottom: 5px;
  }
  .reviews__title {
    margin-bottom: 35px;
  }
  .review {
    width: 380px;
    margin-right: 20px;
    font-size: 17px;
  }
  .review__name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .review__name__person {
    font-size: 20px;
  }
  .review__name__age {
    font-size: 18px;
  }
  .review__name__stars img {
    width: 22px;
  }
  .review__after__title,
  .review__before__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .review__live__before {
    width: 144px;
    height: 126px;
    margin-right: 8px;
    border-radius: 14px 0 0 14px;
  }
  .review__live__after {
    width: 146px;
    height: 126px;
    border-radius: 0 14px 14px 0;
  }
  #slider-range {
    margin-top: 38px;
  }
  .hero-bottom__top .hero__eye-bg {
    top: 80px;
    max-width: 430px;
    right: -20px;
  }
  .hero-bottom__subtitle {
    font-size: 34px;
  }
  .hero-bottom__title {
    font-size: 30px;
    line-height: 1.1;
  }
  .footer {
    font-size: 16px;
  }
  .popup__content .form {
    padding: 28px 19px 39px 25px;
    width: 700px;
    max-width: 700px;
  }
  .popup__content .form-info {
    margin-left: 0;
    text-align: center;
    height: unset;
    margin-bottom: 28px;
  }
  .popup__content .form-info__text {
    font-size: 19px;
    height: unset;
  }
  .popup__content .form-info__text .accented-text {
    font-size: 25px;
  }
  .popup__content .form-info .accented-text {
    font-size: 35px;
  }
  .popup__content .popup__form-product {
    top: 132px;
    left: 25px;
  }
  .popup__content .popup__form-product__wrapper {
    width: 212px;
    height: 400px;
  }
  .popup__content .sale {
    width: 124px;
    height: 117px;
    font-size: 40px;
    left: 150px;
    top: 10px;
  }
  .popup__content .sale__small {
    font-size: 27px;
  }
  .popup__content .inputs,
  .popup__content .popup__wrapper,
  .popup__timer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .popup__content .popup__wrapper {
    width: 355px;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
  }
  .popup__content .inputs,
  .popup__timer-wrapper {
    width: 100%;
  }
  .popup__content .inputs {
    gap: 16px;
  }
  .popup__content .inputs__input {
    height: 49px;
    border-radius: 85px;
  }
  .popup__content .inputs__btn {
    height: 52px;
    border-radius: 30px;
  }
  .popup__content .inputs__btn::after {
    top: 19.5px;
    right: 18px;
  }
  .popup__content .prices {
    width: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .popup__content .prices .price__old {
    font-size: 33px;
  }
  .popup__content .prices__separator {
    height: 35px;
  }
  .popup__content .prices .price__new {
    font-size: 35px;
  }
  .popup__timer-wrapper {
    position: static;
    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;
    text-align: center;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .popup__timer-wrapper .hero__timer-wrapper__text {
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .popup__timer-wrapper .hero__timer-wrapper__timer span:not(.separator) {
    font-size: 30px;
    width: 41px;
    height: 47px;
  }
  .foo {
    width: 576px;
  }
  .bar {
    width: 384px;
  }
}
@media screen and (min-width: 1023px) {
  .panorama__title {
    margin-bottom: 40px;
  }
  .panorama__img-wrapper {
    height: 250px;
    border-radius: 27px;
  }
  .results {
    max-width: 999px;
    margin-top: 37px;
  }
  .results__after,
  .results__before {
    top: -85px;
  }
  .results__after img,
  .results__before img {
    width: 120px;
    height: 120px;
  }
  .results__before {
    left: 60px;
  }
  .results__after {
    right: 60px;
  }
  .results__separator,
  .results__separator::after,
  .results__separator::before {
    width: 37px;
    height: 25px;
  }
  .results__separator::before {
    left: -180px;
  }
  .results__separator::after {
    right: -180px;
  }
  .interactive__track {
    width: 4px;
  }
  .interactive__handle {
    width: 23px;
    height: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    width: 1024px;
  }
  .title {
    font-size: 45px;
  }
  .no-desktop {
    display: none;
  }
  .desktop {
    display: block;
  }
  body {
    font-size: 16px;
  }
  .form {
    max-width: 100%;
  }
  .inputs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 14px;
  }
  .inputs__btn,
  .inputs__input {
    width: 100%;
    max-width: 288px;
  }
  .form-flex {
    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;
    gap: 15px;
  }
  .prices {
    gap: 15px;
  }
  .price__old {
    font-size: 34px;
  }
  .prices__separator {
    height: 40px;
  }
  .price__new {
    font-size: 40px;
  }
  .header {
    padding: 22px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 1px 1px 11px #ccc;
    box-shadow: 1px 1px 11px #ccc;
  }
  .logo-wrapper .logo-img {
    width: 78px;
  }
  .hero__timer-wrapper__timer span:not(.separator) {
    border-radius: 5px;
    width: 25px;
    height: 36px;
    background: #ffef72;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    font-size: 24px;
  }

  .timer-wrapper__text {
    font-size: 16px;
    max-width: 125px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: right;
    margin-right: 15px;
    line-height: 1.1;
    font-weight: 700;
  }
  .timer-wrapper__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .timer-wrapper__timer span {
    font-weight: 800;
    font-size: 20px;
  }
  .nav-list li a {
    font-size: 18px;
  }
  .hero {
    padding-top: 90px;
  }
  .hero__top {
    position: unset;
  }
  .hero .block {
    padding-bottom: 80px;
    padding-top: 44px;
    position: relative;
  }
  .hero__timer-wrapper,
  .illness__five::before {
    display: none;
  }
  .hero__subtitle,
  .hero__title {
    font-size: 28px;
    text-align: left;
  }
  .hero__subtitle .desktop,
  .hero__title .desktop {
    width: 200px;
    margin-bottom: 20px;
  }
  .hero__subtitle {
    margin-bottom: 20px;
  }
  .hero__title {
    margin: 0 0 200px;
    max-width: 365px;
  }
  .hero__eye-bg {
    position: absolute;
    width: 866px;
    max-width: unset;
    height: 400px;
    top: 13px;
    left: unset;
    right: -120px;
    -webkit-transform: unset;
    transform: unset;
  }
  .hero__form-wrapper {
    width: unset;
  }
  .hero .form {
    margin: 0 0 0 85px;
    width: calc(100% - 85px);
    max-width: 1056px;
    padding: 19px 29px 27px 134px;
  }
  .hero .form-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hero .form-info__text {
    margin-bottom: 0;
    font-size: 18px;
  }
  .hero .form-info .accented-text {
    font-size: 22px;
  }
  .hero__form-product {
    left: -87px;
  }
  .hero__form-product__wrapper {
    height: 360px;
    width: 240px;
    bottom: -64px;
  }
  .hero .sale:not(.popup__content .sale) {
    left: unset;
    top: -20px;
    right: -22px;
    width: 104px;
    height: 110px;
  }
  .hero .sale:not(.popup__content .sale),
  .hero .sale__small:not(.popup__content .sale__small),
  .illness__title {
    font-size: 34px;
  }
  .illness__list .illness__list-item {
    width: 100%;
  }
  .illness__description,
  .illness__help {
    max-width: 360px;
    margin: 0;
    position: static;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .illness__prod {
    margin-top: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }
  .illness__prod__img {
    max-width: 250px;
  }
  .illness__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
  .illness__inner__flex-block {
    gap: 10px;
  }
  .illness__five .illness__five__text {
    font-size: 20px;
    padding: 40px 25px 40px 165px;
    margin-left: -130px;
  }
  .illness__five .illness__five__img {
    width: 122px;
  }
  .illness__five picture {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .work__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px;
  }
  .work__inner .actions__item__img {
    width: 140px;
    height: 140px;
  }
  .work__inner .actions__item__img::before {
    bottom: 0;
  }
  .actions__item__title {
    font-size: 18px;
  }
  .work__inner .actions__item__info {
    max-width: 219px;
    font-size: 18px;
  }
  .actions {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .actions__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 9px;
    width: unset;
  }
  .actions__item__text {
    gap: 8px;
  }
  .actions__item__img {
    padding-bottom: 12px;
  }
  .actions__item__img::after {
    display: block;
    width: 130px;
    height: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -130px;
    left: auto;
  }
  .actions__item__img::before {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .work__title-20 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .work__subtitle {
    font-size: 20px;
    max-width: 950px;
    margin-inline: auto;
  }
  .work .form-wrapper {
    width: 100%;
  }
  .work .form {
    width: 100%;
    padding: 19px 29px 27px 220px;
  }
  .work .form::after,
  .work .form::before {
    display: none;
  }
  .work__form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .work__form-top {
    max-width: 428px;
    margin-left: 0;
  }
  .work__form-info__text {
    font-size: 21px;
    margin-bottom: 0;
  }
  .work .inputs {
    margin-top: 13px;
  }
  .work .pills {
    display: block;
  }
  .work .pills__pill {
    width: 123px;
    height: 123px;
  }
  .work .pills__pill:nth-of-type(1) {
    top: 9px;
    left: 23px;
  }
  .work .pills__pill:nth-of-type(2) {
    top: 33px;
    left: 58px;
  }
  .form-info {
    text-align: left;
  }
  .see .block {
    position: relative;
  }
  .see .block .hero__timer-wrapper {
    color: #0959a1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    bottom: 175px;
    right: 230px;
    margin-top: 0;
  }
  .see .block .hero__timer-wrapper__text {
    max-width: 140px;
    text-align: left;
  }
  .see__subtitle {
    font-size: 20px;
  }
  .dreams__item__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .dreams__item__descr {
    font-size: 17px;
    font-weight: 700;
  }
  .dreams__item__img-wrapper {
    width: 236px;
    height: 236px;
  }
  .dreams__item__img-wrapper img {
    width: 200px;
    height: 200px;
  }
  .dreams,
  .dreams__item {
    -webkit-box-direction: normal;
  }
  .dreams {
    max-width: 1100px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .dreams__item {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 675px;
    gap: 30px;
    position: relative;
    background: 0 0;
    border-radius: unset;
    padding: unset;
  }
  .dreams__item__text {
    color: #0959a1;
    text-shadow: none;
  }
  .dreams__item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -237px;
    left: 110px;
    width: 220px;
    height: 220px;
    background-image: url(../img/line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: sway 2.5s ease-in-out infinite;
    animation: sway 2.5s ease-in-out infinite;
    pointer-events: none;
    z-index: -1;
  }
  .dreams__item:nth-child(even)::after {
    bottom: -95px;
    left: -180px;
    -webkit-animation: sway-flip 2.5s ease-in-out infinite;
    animation: sway-flip 2.5s ease-in-out infinite;
  }
  .dreams__item:nth-of-type(even) {
    margin-left: auto;
  }
  .see__form-wrapper {
    width: 100%;
  }
  .see__form-wrapper .form {
    padding: 19px 205px 27px 30px;
  }
  .see__form-wrapper .hero__form-product {
    left: auto;
    right: 0;
    bottom: 5px;
  }
  .see__form-wrapper .hero__form-product__wrapper {
    bottom: unset;
    width: 215px;
    height: 351px;
  }
  .see__form-wrapper .form-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .see__form-wrapper .form-info__text {
    display: inline;
    font-size: 18px;
    margin-bottom: 0;
  }
  .see__form-wrapper .form-info__text .accented-text {
    font-size: 23px;
  }
  .see .sale:not(.popup__content .sale) {
    left: unset;
    top: -20px;
    right: 0;
    width: 104px;
    height: 110px;
  }
  .see .sale:not(.popup__content .sale),
  .see .sale__small:not(.popup__content .sale__small) {
    font-size: 34px;
  }
  .expert__title {
    margin-bottom: 40px;
  }
  .client__details,
  .client__title {
    font-size: 18px;
  }
  .clients {
    margin-bottom: 40px;
  }
  .expert .block {
    padding-bottom: 60px;
  }
  .expert .block .inputs__btn {
    width: 300px;
    height: 52px;
    max-width: unset;
    font-size: 20px;
  }
  .expert .block .inputs__btn::after {
    width: 14px;
    height: 14px;
    top: 19px;
  }
  .expert__img-wrapper {
    height: 610px;
    right: -107px;
  }
  .expert__img-wrapper__inner {
    width: 600px;
  }
  .expert__decor .ellipse__wrapper {
    width: 400px;
    height: 400px;
  }
  .expert__decor .ellipse__wrapper::after {
    width: 340px;
    height: 340px;
    top: 29.5px;
    left: 29.5px;
  }
  .composition__title {
    max-width: unset;
  }
  .composition__inner {
    margin-top: 20px;
  }
  .composition__prod__container {
    gap: 0;
  }
  .prod__bg-wrapper {
    width: 330px;
    max-width: unset;
  }
  .labels {
    position: absolute;
    top: 51px;
    right: 30px;
  }
  .labels .label-1 {
    width: 90px;
    height: auto;
  }
  .labels .label-2,
  .labels .label-3 {
    width: 100px;
    height: auto;
  }
  .component {
    width: 380px;
    position: absolute;
    padding: 19px 30px 26px;
    border-radius: 40px;
  }
  .component__title {
    font-size: 19px;
    margin-bottom: 8px;
  }
  .component__info {
    font-size: 18px;
  }
  .component__btn {
    width: 36px;
    height: 36px;
    font-size: 25px;
    bottom: -18px;
  }
  .component:nth-of-type(1) {
    top: 15px;
    left: 30px;
  }
  .component:nth-of-type(2) {
    left: 0;
    top: 215px;
  }
  .component:nth-of-type(3) {
    bottom: 30px;
    left: 0;
  }
  .component:nth-of-type(4) {
    top: 215px;
    right: 0;
  }
  .component:nth-of-type(5) {
    bottom: 30px;
    right: 30px;
  }
  .reviews__title {
    margin-bottom: 48px;
  }
  .review {
    border-radius: 32px;
    width: 750px;
    padding: 37px 38px 58px 40px;
  }
  .review__comparison {
    gap: 20px;
  }
  .review__name {
    margin-bottom: 20px;
  }
  .review__name__age,
  .review__name__person {
    font-size: 23px;
    font-weight: 800;
    line-height: 1.4;
  }
  .review__name__stars img {
    width: 27px;
  }
  .review__comparison {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .review__after__title,
  .review__before__title {
    font-size: 18px;
  }
  .review__live__before {
    width: 176px;
    height: 158px;
    margin-right: 8px;
    border-radius: 18px 0 0 18px;
  }
  .review__live__after {
    width: 170px;
    height: 158px;
    border-radius: 0 18px 18px 0;
  }
  .review__after__text,
  .review__before__text,
  .review__feedback {
    line-height: 1.5;
    font-size: 18px;
  }
  #slider-range {
    margin-top: 46px;
  }
  #slider-range::-moz-range-thumb,
  #slider-range::-webkit-slider-thumb {
    width: 74px;
    height: 15px;
  }
  .slick-list {
    min-height: 450px;
  }
  .hero-bottom__top {
    position: unset;
  }
  .hero-bottom__top .hero__eye-bg {
    max-width: unset;
    top: 13px;
    left: unset;
    right: -120px;
    -webkit-transform: unset;
    transform: unset;
    height: 400px;
    width: 866px;
  }
  .hero-bottom__logo {
    width: 200px;
    margin-bottom: 20px;
  }
  .hero-bottom__subtitle,
  .hero-bottom__title {
    text-align: left;
    font-size: 36px;
    margin-bottom: 20px;
  }
  .hero-bottom__title {
    max-width: 355px;
    margin-bottom: 200px;
  }
  .hero-bottom .block {
    position: relative;
    padding-bottom: 66px;
  }
  .hero-bottom .form {
    margin: 0 0 0 85px;
    width: calc(100% - 85px);
    max-width: 1056px;
    padding: 19px 29px 27px 134px;
  }
  .hero-bottom .form .sale {
    left: unset;
    top: -20px;
    right: -22px;
    width: 104px;
    height: 110px;
    font-size: 34px;
  }
  .hero-bottom .form .sale__small {
    font-size: 34px;
  }
  .hero-bottom .form-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hero-bottom .form-info__text {
    gap: 7px;
    margin-bottom: 0;
    font-size: 18px;
  }
  .hero-bottom .form-info .accented-text {
    font-size: 22px;
  }
  .hero-bottom .hero__form-product {
    left: -87px;
  }
  .hero-bottom .hero__form-product__wrapper {
    height: 360px;
    width: 240px;
    bottom: -64px;
  }
  .hero-bottom .hero__timer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    bottom: 200px;
    right: 41px;
    margin-top: 0;
    color: #0959a1;
  }
  .hero-bottom .hero__timer-wrapper__text {
    max-width: 140px;
    text-align: left;
  }
  .hero-bottom .hero__form-wrapper .form-info__text {
    margin-bottom: 0;
  }
  .footer {
    font-size: 18px;
  }
  .popup__content .form {
    width: 800px;
    max-width: 800px;
  }
  .popup__content .popup__wrapper {
    margin-right: 60px;
  }
  .popup__content .popup__form-product {
    left: 75px;
  }
  .popup__content .inputs__btn,
  .popup__content .inputs__input {
    max-width: 100%;
  }
  .popup__content .prices .price__old {
    font-size: 34px;
  }
  .popup__content .prices .price__new {
    font-size: 40px;
  }
  .popup__content .prices__separator {
    height: 40px;
  }
}
@media screen and (min-width: 1220px) {
  .timer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #0959a1;
  }
  .container {
    width: 1170px;
  }
  .title {
    font-size: 50px;
  }
  .form .inputs__btn,
  .form .inputs__input {
    height: 52px;
  }
  .form .inputs__btn::after,
  .form .inputs__input::after {
    top: 19.5px;
    right: 18px;
  }
  .price__old {
    font-size: 38px;
  }
  .price__new {
    font-size: 42px;
  }
  .label-hidden {
    display: block;
    content: "";
    width: 63px;
    height: 63px;
    background-image: url(../img/label1-white.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 5;
    margin-top: -6px;
  }
  .hero .block {
    padding-bottom: 92px;
    position: relative;
  }
  .hero__subtitle,
  .hero__title {
    font-size: 30px;
  }
  .hero__title {
    margin-bottom: 220px;
  }
  .hero__subtitle .desktop,
  .hero__title .desktop {
    width: 252px;
    margin-bottom: 25px;
  }
  .hero__subtitle {
    margin-bottom: 23px;
  }
  .hero__eye-bg {
    width: 1100px;
    height: 508px;
    top: -15px;
    right: -117px;
  }
  .hero .form-info .accented-text {
    font-size: 25px;
  }
  .hero .prices {
    position: relative;
  }
  .hero__form-product {
    left: -107px;
  }
  .hero__form-product__wrapper {
    height: 401px;
    width: 247px;
    bottom: -64px;
  }
  .hero .sale:not(.popup__content .sale) {
    right: -52px;
    width: 132px;
    height: 138px;
  }
  .hero .sale:not(.popup__content .sale),
  .hero .sale__small:not(.popup__content .sale__small) {
    font-size: 38px;
  }
  .ellipse-decor {
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
    background-image: url(../img/ellipse.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .ellipse-decor.single {
    width: 250px;
    height: 250px;
  }
  .ellipse-decor.double {
    width: 400px;
    height: 400px;
    position: relative;
  }
  .ellipse-decor.double::after {
    width: 292px;
    height: 292px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 54px;
    left: 54px;
    content: "";
  }
  .hero__ellipse {
    position: absolute;
  }
  .hero__ellipse.right {
    top: 32px;
    right: -243px;
  }
  .hero__ellipse.left {
    top: 96px;
    left: -146px;
  }
  .panorama__title {
    margin-bottom: 52px;
  }
  .panorama .btn-link {
    font-size: 17px;
  }
  .panorama__img-wrapper {
    height: 277px;
    border-radius: 29px;
  }
  .results {
    max-width: 999px;
    margin-top: 37px;
  }
  .results__after,
  .results__before {
    top: -105px;
    gap: 20px;
    font-size: 21px;
  }
  .results__after img,
  .results__before img {
    width: 137px;
    height: 137px;
  }
  .illness__five .illness__five__img,
  .results__before {
    left: 0;
  }
  .results__after {
    right: 0;
  }
  .results__separator::before {
    left: -247px;
  }
  .results__separator::after {
    right: -247px;
  }
  .illness__title {
    font-size: 38px;
  }
  .illness__help {
    padding: 24px 29px 24px 30px;
    max-width: 412px;
    width: 100%;
  }
  .illness__help__title {
    font-size: 30px;
    margin-bottom: 27px;
  }
  .illness__list {
    gap: 18px;
  }
  .help__list {
    gap: 23px;
  }
  .help__list__item {
    padding-left: 39px;
    font-size: 18px;
  }
  .help__list__item::before {
    width: 21px;
    height: 21px;
  }
  .help__list__item::after {
    width: 22px;
    height: 14px;
  }
  .illness__description {
    padding: 22px 25px 22px;
    max-width: 416px;
    width: 100%;
  }
  .illness__list-item picture {
    width: 78px;
    height: 78px;
  }
  .illness__list-item {
    gap: 15px;
  }
  .illness__list-item__info {
    font-size: 16px;
  }
  .illness__list-item__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .illness__prod__img {
    max-width: 315px;
    min-width: 315px;
  }
  .illness__five .illness__five__text {
    background-color: transparent;
    border-radius: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 810px;
    padding: unset;
    padding-left: 144px;
  }
  .work__subtitle {
    font-size: 22px;
    max-width: 1050px;
  }
  .work__title-20 {
    font-size: 30px;
    margin-top: 43px;
    margin-bottom: 46px;
  }
  .work__inner .actions {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1072px;
  }
  .work__inner .actions__item__img {
    width: 164px;
    height: 164px;
    padding-bottom: 16px;
  }
  .work__inner .actions__item__img::before {
    width: 32px;
    height: 32px;
    font-size: 20px;
    z-index: 3;
  }
  .work__inner .actions__item__img img {
    z-index: 2;
    position: relative;
  }
  .actions__item__img::after {
    width: 135px;
    right: -135px;
  }
  .work__inner .actions__item__title {
    font-size: 20px;
  }
  .work__inner .actions__item__info {
    max-width: 229px;
  }
  .actions__item:nth-of-type(2) .actions__item__info {
    max-width: 170px;
  }
  .actions__item:nth-of-type(4) .actions__item__info {
    max-width: 185px;
  }
  .work .form {
    padding-left: 248px;
  }
  .work__form-info__text {
    font-size: 22px;
  }
  .work .pills__pill {
    width: 144px;
    height: 144px;
  }
  .work .pills__pill:nth-of-type(2) {
    left: 64px;
  }
  .work__prices {
    position: relative;
  }
  .work .form .inputs__btn,
  .work .form .inputs__input {
    min-width: 277px;
  }
  .see__subtitle {
    font-size: 22px;
  }
  .dreams__item__title {
    font-size: 30px;
  }
  .dreams__item__descr {
    font-size: 18px;
  }
  .dreams__item__img-wrapper {
    width: 345px;
    height: 345px;
  }
  .dreams__item__img-wrapper img {
    width: 279px;
    height: 279px;
  }
  .dreams {
    margin-bottom: 54px;
  }
  .dreams__item,
  .dreams__item:nth-of-type(even) {
    gap: 47px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 830px;
  }
  .dreams__item:not(:last-child)::after {
    bottom: -335px;
    left: 180px;
    width: 268px;
    height: 268px;
  }
  .dreams__item:nth-child(even)::after {
    bottom: -111px;
    left: -258px;
  }
  .dreams__item:nth-of-type(1) .dreams__item__descr {
    max-width: 330px;
  }
  .dreams__item:nth-of-type(2) .dreams__item__text {
    max-width: 270px;
  }
  .dreams__item:nth-of-type(3) .dreams__item__text {
    max-width: 330px;
  }
  .dreams__item:nth-of-type(4) {
    max-width: 662px;
  }
  .dreams__item:nth-of-type(4) .dreams__item__descr {
    max-width: 270px;
  }
  .see__form-wrapper .form {
    padding: 19px 257px 27px 30px;
  }
  .see__form-wrapper .form .inputs {
    gap: 10px;
  }
  .see__form-wrapper .form .inputs__btn,
  .see__form-wrapper .form .inputs__input {
    min-width: 277px;
  }
  .see__form-wrapper .hero__form-product {
    right: 8px;
  }
  .see__form-wrapper .hero__form-product__wrapper {
    width: 235px;
    height: 381px;
  }
  .see__form-wrapper .form-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .see__form-wrapper .form-info__text {
    max-width: 565px;
  }
  .see__form-wrapper .form-info__text .accented-text {
    font-size: 25px;
  }
  .see .sale:not(.popup__content .sale) {
    width: 132px;
    height: 138px;
    right: -20px;
    top: -55px;
  }
  .see .sale:not(.popup__content .sale),
  .see .sale__small:not(.popup__content .sale__small) {
    font-size: 38px;
  }
  .see .block .hero__timer-wrapper {
    bottom: 195px;
    right: 267px;
  }
  .expert__title {
    margin-bottom: 57px;
  }
  .client {
    padding-left: 42px;
  }
  .client::before {
    width: 21px;
    height: 21px;
  }
  .client::after {
    width: 22px;
    height: 14px;
  }

  .clients {
    margin-bottom: 54px;
    width: 600px;
  }
  .client__details {
    max-width: 508px;
  }
  .expert .block {
    padding-bottom: 100px;
  }
  .expert .block .inputs__btn {
    width: 288px;
    height: 54px;
  }
  .expert .block .inputs__btn::after {
    top: 20px;
    right: 18px;
  }
  .expert__img-wrapper {
    height: 739px;
  }
  .expert__img-wrapper__inner {
    width: 727px;
    height: 739px;
  }
  .expert__decor {
    top: 67px;
    right: -92px;
  }
  .expert__decor .ellipse__wrapper {
    width: 561px;
    height: 561px;
  }
  .expert__decor .ellipse__wrapper::after {
    width: 453px;
    height: 453px;
    top: 54px;
    left: 54px;
  }
  .prod__bg-wrapper {
    width: 405px;
  }
  .component {
    width: 425px;
    padding: 20px;
  }
  .component__title {
    font-size: 20px;
  }
  .labels {
    top: 115px;
    right: 21px;
  }
  .labels .label-1 {
    width: 101px;
  }
  .labels .label-2 {
    width: 126px;
  }
  .labels .label-3 {
    width: 125px;
  }
  .component:nth-of-type(1) {
    top: 124px;
    left: 45px;
  }
  .component:nth-of-type(2) {
    top: 355px;
    left: -20px;
  }
  .component:nth-of-type(3) {
    bottom: 50px;
    left: -5px;
  }
  .component:nth-of-type(4) {
    top: 355px;
  }
  .component:nth-of-type(5) {
    bottom: 50px;
    right: 38px;
  }
  .expert__left {
    top: 446px;
    left: -158px;
  }
  .reviews__title {
    margin-bottom: 56px;
  }
  .review {
    width: 878px;
    border-radius: 40px;
    padding: 43px 44px 64px 46px;
  }
  .hero-bottom .form-info .accented-text,
  .review__name__age,
  .review__name__person {
    font-size: 25px;
  }
  .review__before__title {
    font-size: 18px;
  }
  .review__live__before {
    width: 196px;
    height: 178px;
    margin-right: 8px;
    border-radius: 20px 0 0 20px;
  }
  .review__live__after {
    width: 190px;
    height: 178px;
    border-radius: 0 20px 20px 0;
  }
  #slider-range {
    margin-top: 52px;
  }
  .slick-list {
    min-height: 492px;
  }
  .hero-bottom__subtitle,
  .hero-bottom__title {
    font-size: 38px;
  }
  .hero-bottom__title {
    margin-bottom: 230px;
  }
  .hero-bottom .block {
    padding-top: 90px;
  }
  .hero-bottom .hero__eye-bg {
    width: 1100px;
    height: 508px;
    top: -15px;
    right: -190px;
  }
  .hero-bottom .hero__timer-wrapper {
    bottom: 200px;
  }
  .hero-bottom .hero__form-product {
    left: -107px;
  }
  .hero-bottom .hero__form-product__wrapper {
    height: 401px;
    width: 247px;
    bottom: -64px;
  }
  .hero-bottom .hero .sale {
    right: -52px;
    width: 132px;
    height: 138px;
    font-size: 38px;
  }
  .hero-bottom .hero .sale__small,
  .popup__content .prices .price__old {
    font-size: 38px;
  }
  .bottom-left {
    left: -146px;
    top: 97px;
  }
  .bottom-right {
    top: 33px;
    right: -253px;
  }
  .popup__content .prices .price__new {
    font-size: 42px;
  }
}
@media screen and (min-width: 1440px) {
  .desktop-wide {
    display: block;
  }
  .block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .illness__ellipse {
    position: absolute;
  }
  .illness__ellipse.left {
    left: -146px;
    top: 70px;
  }
  .illness__ellipse.right {
    bottom: 59px;
    right: -267px;
  }
}
@media screen and (min-width: 1640px) {
  .ellipse-decor.single {
    width: 300px;
    height: 300px;
  }
  .ellipse-decor.double {
    width: 478px;
    height: 478px;
  }
  .ellipse-decor.double::after {
    width: 370px;
    height: 370px;
  }
  .expert__left {
    left: -125px;
  }
}
@media screen and (min-width: 1920px) {
  .ellipse-decor.single,
  .expert__left .ellipse-decor.single {
    width: 388px;
    height: 388px;
  }
  .ellipse-decor.double {
    width: 561px;
    height: 561px;
  }
  .ellipse-decor.double::after {
    width: 453px;
    height: 453px;
  }
  .expert__left {
    left: -58px;
  }
  .bottom-left {
    left: -146px;
    top: 97px;
  }
  .bottom-right {
    top: 33px;
    right: -253px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1219px) {
  .block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1220px) and (max-width: 1439px) {
  .block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
