@charset "UTF-8";
@-webkit-keyframes gradient-animation {
  0%,
  to {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes gradient-animation {
  0%,
  to {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@-webkit-keyframes blink-bg {
  0%,
  to {
    background-color: #e74036;
  }
  50% {
    background-color: #f81808;
  }
}

@keyframes blink-bg {
  0%,
  to {
    background-color: #e74036;
  }
  50% {
    background-color: #f81808;
  }
}

a,
b,
body,
canvas,
dd,
div,
form,
h1,
h2,
h3,
h4,
header,
html,
i,
img,
label,
li,
nav,
object,
output,
p,
q,
s,
section,
span,
strong,
th,
time,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

header,
nav,
section {
  display: block;
}

body,
br {
  line-height: 1;
}

body {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #13134e;
}

ul {
  list-style: none;
}

q {
  quotes: none;
}

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

br {
  font-size: 0;
}

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

button,
button:focus,
input,
input:focus {
  outline: 0;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  display: block;
  padding: 0;
}

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

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

* {
  -webkit-tap-highlight-color: transparent;
}

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='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-300.woff2) format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2) format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/inter-v18-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2) format('woff2');
}

img {
  display: block;
  max-width: 100%;
}

svg {
  overflow: hidden;
}

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

.title {
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
}

.title {
  font-weight: 700;
}

.btn,
.form__input input {
  width: 100%;
  text-align: center;
}

.btn {
  font-weight: 700;
}

.btn {
  max-width: 370px;
  background-color: #e74036;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
  padding: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.btn:hover {
  background-color: #ac231c;
}

form {
  width: 100%;
}

.form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form,
.form-price,
.form__inputs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-price {
  justify-content: space-around;
  margin-bottom: 20px;
}

.form-price .old-price {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-decoration: line-through;
}

.form-price .new-price {
  color: #e74036;
  font-size: 24px;
  font-weight: 700;
}

.form__inputs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form__input {
  width: 100%;
  margin-bottom: 11px;
}

.form__input input {
  font-size: 16px;
  background: 0 0;
  border: 1px solid #fff;
  border-radius: 50px;
  padding-top: 11px;
  padding-bottom: 11px;
  color: #13134e;
}

.form__input input::-webkit-input-placeholder {
  color: #13134e;
}

.form__input input ::-moz-placeholder,
.form__input input::-moz-placeholder {
  color: #13134e;
}

.form__input input:-ms-input-placeholder {
  color: #13134e;
}

.form__input input::placeholder {
  color: #13134e;
}

.form__input input :focus::-moz-placeholder {
  color: #13134e;
}

.form__btn {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.block {
  padding-top: 25px;
  padding-bottom: 25px;
}

.promo {
  padding-top: 10px;
  background: #9d999e;
  padding-bottom: 0;
  overflow: hidden;
}

.promo-decor__circle,
.promo-hand,
.promo-info .form {
  display: none;
}

.promo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 37px;
  position: relative;
  z-index: 1;
}

.promo__title {
  font-size: 27px;
  text-align: left;
  color: #fff;
  margin-bottom: 24px;
}

.promo__title span {
  color: #13134e;
}

.promo__descr {
  margin-bottom: 27px;
  line-height: 1.2;
  font-size: 16px;
}

.promo-list,
.promo-list li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.promo-list {
  max-width: 300px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.promo-list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  margin-bottom: 14px;
}

.promo-list li p {
  font-size: 13px;
  text-align: left;
  line-height: normal;
  padding: 5px 0;
  padding: 7px 10px 7px 0px;
}

.promo-list li:nth-child(1) {
  width: 83%;
}

.promo-list li:nth-child(2) {
  width: 87%;
}

.promo-list li:nth-child(3) {
  width: 92%;
}

.promo-list li:nth-child(4) {
  width: 100%;
}

.promo-list li:last-child {
  margin-bottom: 0;
}

.promo-list__icon {
  min-width: 46px;
  margin-right: 10px;
}

.promo .form {
  padding: 25px 0;
}

.header-burger span,
.promo-form {
  background: #13134e;
  position: relative;
}

.promo-form {
  overflow: hidden;
  z-index: 1;
}

.header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.header,
.header-timer,
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 35px;
  font-weight: 700;
  color: #13134e;
  max-width: 180px;
  width: 100%;
  position: relative;
}

.header__logo.desk__logo {
  display: none;
}

.header__logo.mob__logo {
  display: block;
}

.header-timer {
  -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;
  gap: 10px;
}
.header-timer__text {
  text-align: center;
}
.header-burger span {
  display: block;
  width: 29px;
  height: 3px;
  border-radius: 10px;
}

.header-burger span::after,
.header-burger span::before {
  content: '';
  width: 29px;
  height: 3px;
  position: absolute;
  left: 0;
  background: #13134e;
  border-radius: 10px;
}

.header-burger span::before {
  top: -7px;
}

.header-burger span::after {
  bottom: -7px;
}

.header-line {
  width: 100%;
  height: 7px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(5.69%, #e63838),
    color-stop(16.05%, #e84c32),
    color-stop(18.15%, #ea5c30),
    color-stop(28.54%, #f2a729),
    color-stop(35.98%, #f7d625),
    color-stop(39.68%, #f9e823),
    color-stop(42.6%, #ebe52c),
    color-stop(48.1%, #c6db43),
    color-stop(55.6%, #8bcc69),
    color-stop(64.73%, #3ab89c),
    color-stop(69.8%, #0aacba),
    color-stop(72.85%, #0fa9b9),
    color-stop(76.22%, #1ca2b6),
    color-stop(79.76%, #3295b1),
    color-stop(83.4%, #5183a9),
    color-stop(87.12%, #796ba0),
    color-stop(90.86%, #a95095),
    color-stop(94.17%, #da3389)
  );
  background: linear-gradient(
    90deg,
    #e63838 5.69%,
    #e84c32 16.05%,
    #ea5c30 18.15%,
    #f2a729 28.54%,
    #f7d625 35.98%,
    #f9e823 39.68%,
    #ebe52c 42.6%,
    #c6db43 48.1%,
    #8bcc69 55.6%,
    #3ab89c 64.73%,
    #0aacba 69.8%,
    #0fa9b9 72.85%,
    #1ca2b6 76.22%,
    #3295b1 79.76%,
    #5183a9 83.4%,
    #796ba0 87.12%,
    #a95095 90.86%,
    #da3389 94.17%
  );
  background-size: 200% 100%;
  -webkit-animation: gradient-animation 6s ease-in-out infinite;
  animation: gradient-animation 6s ease-in-out infinite;
  margin-bottom: 20px;
}

.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 125px;
  border-radius: 50px;
  border: 1px solid #13134e;
  background: #13134e;
  color: #fff;
  padding: 5px 15px;
}

.timer span {
  font-size: 19px;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}

.nav-wrap,
.nav__text {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  right: -100%;
  background-color: #9d999e;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 6;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav__text {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}

.nav__text:active,
.nav__text:focus,
.nav__text:hover {
  color: #13134e;
}

.nav-close {
  position: absolute;
  width: 40px;
  height: 24px;
  z-index: 1;
  top: 30px;
  cursor: pointer;
  right: 15px;
}

.nav-close span::after,
.nav-close span::before {
  content: '';
  right: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nav-close span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* .nav-close span:active::after,
.nav-close span:active::before,
.nav-close span:focus::after,
.nav-close span:focus::before,
.nav-close span:hover::after,
.nav-close span:hover::before {
    background-color: #fff
} */

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

.problem {
  background: url(../img/problem-bg.jpg) no-repeat;
  background-size: cover;
  background-position: 60% 50%;
  overflow: hidden;
}

.problem-content,
.problem-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.problem-info {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 97px;
}

.problem__title {
  text-align: center;
  font-size: 25px;
  margin-bottom: 44px;
  line-height: 1.2;
}

.problem__subtitle {
  max-width: 260px;
  color: #13134e;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  margin-bottom: 32px;
  line-height: 1.3;
  margin-right: auto;
  margin-left: auto;
}

.problem-item,
.problem-list,
.problem-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.problem-list {
  max-width: 290px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}

.problem-item,
.problem-list-wrap {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.problem-list-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.problem-item {
  background: #fff;
  border-radius: 50px;
  margin-bottom: 15px;
  border: 1px solid #13134e;
}

.problem-item--first,
.problem-item--second {
  width: 100%;
  max-width: 48%;
  text-align: right;
}

/* .problem-item--fourth {
    padding: 5px 0
} */

.problem-item--fifth {
  margin-bottom: 0;
}

.problem-item__icon {
  min-width: 46px;
  margin-right: 5px;
}

.problem-item__descr {
  font-size: 12px;
  line-height: normal;
  padding: 7px 10px 7px 0px;
  text-align: left;
}

.problem-box {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 60px;
  padding: 48px 18px 18px;
  position: relative;
}

.problem-box:last-child,
.symptoms-item:last-child {
  margin-bottom: 0;
}

.problem-box__text {
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
}

.problem-pic {
  width: 100%;
  max-width: 290px;
  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;
  position: absolute;
  top: -45px;
  left: 0;
}

.problem-pic__item {
  border-radius: 22px 22px 22px 0;
}

.problem-pic__icon {
  width: 50px;
  height: 50px;
}

.symptoms {
  overflow: hidden;
  background: radial-gradient(22.06% 41.28% at 49.9% 53.98%, #13134e 0, #100c1d 100%);
}

.symptoms-content,
.symptoms-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.symptoms-info {
  margin-bottom: 170px;
}

.symptoms__subtitle,
.symptoms__title {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.symptoms__subtitle {
  color: #f9e724;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.symptoms-collage {
  -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: 20px;
}

.symptoms-collage,
.symptoms-collage-wrap,
.symptoms-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.symptoms-collage-wrap {
  margin-bottom: 15px;
}

.symptoms-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 15px;
}

.symptoms-left--first {
  margin-bottom: 15px;
  border-radius: 20px 20px 0 0;
}

.how-item__img--first img,
.symptoms-left--second {
  border-radius: 20px 20px 20px 0;
}

.symptoms-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.symptoms-right--first {
  border-radius: 20px 0 0 0;
  margin-bottom: 15px;
}

.symptoms-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.symptoms-bottom--first {
  border-radius: 28px 28px 0 0;
}

.symptoms-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.symptoms-list--desk {
  display: none;
}

.symptoms-item,
.symptoms-item__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.symptoms-item {
  margin-bottom: 10px;
}

.symptoms-item__circle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-size: 13px;
  font-weight: 700;
  margin-right: 10px;
  background: #fff;
  flex-shrink: 0;
  border-radius: 50%;
}

.symptoms-item__descr {
  color: #fff;
  font-size: 15px;
  line-height: normal;
}

.symptoms-order {
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 35px;
}

.symptoms-prod {
  width: 100%;
  max-width: 300px;
  margin: -170px auto 20px;
}

.symptoms-text__title {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.3;
}

.symptoms-text__descr {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
}

.symptoms-form .old-price {
  color: #c1c1c1;
}

.symptoms-form .form__arrow {
  -webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(30%) saturate(3100%)
    hue-rotate(220deg) brightness(85%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(21%) sepia(30%) saturate(3100%) hue-rotate(220deg)
    brightness(85%) contrast(100%);
}

.symptoms-form .form__btn {
  font-size: 16px;
}

.symptoms-form .old-price {
  font-size: 22px;
  text-decoration: line-through;
}

.symptoms-form .new-price {
  font-size: 22px;
}

.research {
  overflow-x: hidden;
}

.research__title {
  text-align: left;
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.research-accent {
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
  display: block;
  margin-bottom: 15px;
}

.research__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 17px;
  max-width: 50px;
  float: left;
}

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

.how-info__text strong,
.research-item__text span,
.research__text-bold {
  font-weight: 700;
}

.research-eye {
  max-width: 290px;
  width: 100%;
  margin: 0 auto 25px;
}

.research-eye__pic {
  width: 100%;
  max-width: 250px;
  position: relative;
  margin: 0 auto;
}

.research-eye__descr {
  font-size: 11px;
  font-weight: 700;
  position: absolute;
}

.research-eye__descr--first {
  top: 15px;
  left: 0;
}

.research-eye__descr--second {
  top: 60px;
  left: 0;
}

.research-eye__descr--third {
  top: 113px;
  left: 0;
}

.research-eye__descr--fourth {
  top: 153px;
  left: 0;
}

.research-eye__descr--fifth {
  top: 198px;
  left: 0;
}
.research-eye__descr {
  left: -20px;
}

.research-info {
  background: #fff;
  border: 1px solid #13134e;
  border-radius: 30px;
  padding: 30px 15px 25px;
}

.research-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.research-top__ava {
  max-width: 72px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  display: none;
}

.research-top__title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 0 25px;
  line-height: 1.3;
}

.research-top__title::before {
  content: '“';
  font-size: 30px;
  color: #13134e;
  position: absolute;
  top: -20px;
  left: -2px;
}

.research-top__title::after {
  content: '”';
  font-size: 30px;
  color: #13134e;
  position: absolute;
  bottom: -30px;
  right: 0;
}

.research-list {
  width: 100%;
  padding-left: 20px;
}

.research-item {
  /*padding-left: 5px;*/
  margin-bottom: 15px;
  position: relative;
}

.research-item:last-child {
  margin-bottom: 0;
}

.research-item::before {
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(
    227deg,
    #e63838 -267.62%,
    #e84c32 -210.83%,
    #ea5c30 -199.32%,
    #f2a729 -142.38%,
    #f7d625 -101.6%,
    #f9e823 -81.32%,
    #ebe52c -65.31%,
    #c6db43 -35.17%,
    #8bcc69 5.94%,
    #3ab89c 55.98%,
    #0aacba 83.77%,
    #0fa9b9 100.49%,
    #1ca2b6 118.96%,
    #3295b1 138.36%,
    #5183a9 158.31%,
    #796ba0 178.7%,
    #a95095 199.2%,
    #da3389 217.34%
  );
  position: absolute;
  top: 5px;
  left: -20px;
}

.research-item__text {
  font-size: 15px;
  line-height: 1.3;
}

.research-decor,
.research-decor__expert {
  display: none;
}

.how {
  background: #100d1d;
  overflow-x: hidden;
}

.how-work {
  margin-bottom: 60px;
}

.how-work__title {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

.how-work__prod {
  max-width: 300px;
  margin: 20px auto;
}

.how-info,
.how-info-wrap,
.how-info::before {
  border-radius: 30px;
  position: relative;
}

.how-info {
  padding: 1px;
  overflow: hidden;
}

.how-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    #e63838,
    #e84c32,
    #ea5c30,
    #f2a729,
    #f7d625,
    #f9e823,
    #ebe52c,
    #c6db43,
    #8bcc69,
    #3ab89c,
    #0aacba,
    #0fa9b9,
    #1ca2b6,
    #3295b1,
    #5183a9,
    #796ba0,
    #a95095,
    #da3389
  );
  background-size: 100% 100%;
  z-index: 1;
}

.how-info-wrap {
  background-color: #100d1d;
  padding: 20px;
  z-index: 1;
}

.how-info__text {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 1.3;
}

.how-info__text span {
  color: #f9e724;
  font-weight: 700;
}

.how-info span {
  font-weight: 700;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3ab89c),
    color-stop(#8bcc69),
    to(#c6db43)
  );
  background: linear-gradient(180deg, #3ab89c, #8bcc69, #c6db43);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.how-details {
  position: relative;
  margin-bottom: 50px;
}

.how-item {
  width: 100%;
  max-width: 290px;
  margin: 0 auto 55px;
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 15px 15px 20px;
  background: #13134e;
  position: relative;
  z-index: 1;
}

.how-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.how-item--first .how-item__text,
.how-item--first .how-item__title,
.how-item--third .how-item__text,
.how-item--third .how-item__title {
  text-align: right;
}

.how-item--fourth {
  margin-bottom: 0 !important;
}

.how-item__title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 35px;
  color: #fff;
}

.how-item__text {
  color: #fff;
  line-height: 1.3;
  max-height: 100%;
}

.how-item__img {
  max-width: 135px;
  position: absolute;
  top: -30px;
}

.how-item__img--first {
  left: -1px;
}

.how-item__img--second {
  right: -1px;
}

.how-item__img--second img {
  border-radius: 20px 20px 0 20px;
}

.how-item__img--third {
  left: -1px;
}

.how-item__img--third img {
  border-radius: 20px 20px 20px 0;
}

.how-item__img--fourth {
  right: -1px;
}

.how-item__img--fourth img {
  border-radius: 20px 20px 0 20px;
}

.how-decor__prod {
  display: none;
}

.how-improve {
  display: grid;
  place-items: center;
}

.how-improve-wrap {
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  --position: 50%;
  margin-bottom: 18px;
}

.how-improve .image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.how-picture-wrap {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 2/1;
}

.how-slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}

.how-slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.how-slider-line,
.information__subtitle::before {
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.how-slider-button,
.how-slider-line {
  background-color: #fff;
  left: var(--position) !important;
  pointer-events: none;
}

.how-slider-line {
  inset: 0;
  width: 0.2rem;
  height: 100%;
}

.how-slider-button {
  position: absolute;
  color: #000;
  padding: 0.5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 1px 1px 1px rgba(8, 3, 3, 0.5);
  box-shadow: 1px 1px 1px rgba(8, 3, 3, 0.5);
}

.how-result,
.how-result__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.how-result {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.how-result__item {
  max-width: 105px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.how-result__item-img {
  max-width: 90px;
  margin-bottom: 10px;
  border-radius: 50%;
}

.how-result__item-descr {
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
}

.how-result__arrow,
.how-result__arrow-wrap {
  width: 100%;
  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;
}

.how-result__arrow-wrap {
  max-width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.how-result__arrow-icon {
  width: 33px;
}

.how-result__arrow--desk {
  display: none;
}

.how-item--mob {
  display: block;
}

.how-item--desk {
  display: none;
}

.information {
  overflow: hidden;
  background: #100d1d;
}

.information-release-wrap {
  margin-bottom: 50px;
}

.information__subtitle,
.information__title {
  text-align: left;
  color: #fff;
  font-size: 25px;
  margin-bottom: 23px;
  line-height: 1.3;
}

.information__title span {
  color: #f9e724;
}

.information__subtitle {
  display: inline-block;
  margin-bottom: 59px;
  font-size: 16px;
  position: relative;
}

.information__subtitle::before {
  content: '';
  width: 100%;
  height: 4px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(5.69%, #e63838),
    color-stop(16.05%, #e84c32),
    color-stop(18.15%, #ea5c30),
    color-stop(28.54%, #f2a729),
    color-stop(35.98%, #f7d625),
    color-stop(39.68%, #f9e823),
    color-stop(42.6%, #ebe52c),
    color-stop(48.1%, #c6db43),
    color-stop(55.6%, #8bcc69),
    color-stop(64.73%, #3ab89c),
    color-stop(69.8%, #0aacba),
    color-stop(72.85%, #0fa9b9),
    color-stop(76.22%, #1ca2b6),
    color-stop(79.76%, #3295b1),
    color-stop(83.4%, #5183a9),
    color-stop(87.12%, #796ba0),
    color-stop(90.86%, #a95095),
    color-stop(94.17%, #da3389)
  );
  background: linear-gradient(
    90deg,
    #e63838 5.69%,
    #e84c32 16.05%,
    #ea5c30 18.15%,
    #f2a729 28.54%,
    #f7d625 35.98%,
    #f9e823 39.68%,
    #ebe52c 42.6%,
    #c6db43 48.1%,
    #8bcc69 55.6%,
    #3ab89c 64.73%,
    #0aacba 69.8%,
    #0fa9b9 72.85%,
    #1ca2b6 76.22%,
    #3295b1 79.76%,
    #5183a9 83.4%,
    #796ba0 87.12%,
    #a95095 90.86%,
    #da3389 94.17%
  );
  background-size: 200% 100%;
  -webkit-animation: gradient-animation 6s ease-in-out infinite;
  animation: gradient-animation 6s ease-in-out infinite;
  left: 50%;
  bottom: -18px;
}

.information-accent {
  width: 100%;
  border-radius: 0 50px 50px 0;
  margin-bottom: 30px;
  padding: 15px 25px 15px 0;
  background: #fff;
  position: relative;
}

.information-accent:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: -100%;
  background: #ffffff;
}

.information-accent__descr {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.information-product {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.information-product::before {
  content: '';
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #13134e 0, #100c1d 100%);
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.information-product__pack {
  max-width: 300px;
  margin: 0 auto 20px;
  position: relative;
}

.information-product__pack-sale {
  width: 80px;
  height: 80px;
  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;
  font-weight: 700;
  font-size: 20px;
  background: #f9e724;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 100px;
}

.information-product__btn {
  max-width: 300px;
  margin: 0 auto;
  -webkit-animation: blink-bg 2s infinite;
  animation: blink-bg 2s infinite;
}

.information-composition {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 50px;
}

.information-composition,
.information-composition-text,
.information-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.information-composition-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.information-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.information-box:last-child,
.information-item:last-child {
  margin-bottom: 0;
}

.information-item__title {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #fff;
}

.information-item__descr {
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}

.information-item__ingredient {
  width: 100%;
  max-width: 70px;
  margin-right: 17px;
}

.information-item__ingredient img {
  border-radius: 50%;
}

.information-danger {
  width: 100%;
  max-width: 290px;
  background: #fff;
  border-radius: 40px;
  padding: 15px;
  margin: 0 auto;
}

.information-danger__title {
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  color: #e74036;
  line-height: 1.3;
  margin-bottom: 70px;
}

.information-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.information-box {
  background: #fff;
  border-radius: 25px;
  border: 1px solid #e74036;
  padding: 15px;
  margin-bottom: 70px;
  position: relative;
}

.information-box__img {
  max-width: 125px;
  position: absolute;
  top: -55px;
  left: -1px;
}

.information-box__img img {
  border-radius: 10px 10px 10px 0;
}

.information-box__title {
  width: 100%;
  max-width: 107px;
  text-align: left;
  color: #e74036;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-left: auto;
}
.information-box__title--second {
  margin-bottom: 15px;
}
.information-box__title--third {
  margin-bottom: 30px;
}

.information-box__descr {
  font-size: 15px;
  line-height: 1.3;
}

.webp .about {
  overflow: hidden;
  background: #f3f0f0;
}

.about {
  overflow: hidden;
  background: #f3f0f0;
}

.about__title {
  font-size: 25px;
  margin-bottom: 20px;
}

.about-info {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  padding: 1px;
  margin-bottom: 20px;
}

.about-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    #e63838,
    #e84c32,
    #ea5c30,
    #f2a729,
    #f7d625,
    #f9e823,
    #ebe52c,
    #c6db43,
    #8bcc69,
    #3ab89c,
    #0aacba,
    #0fa9b9,
    #1ca2b6,
    #3295b1,
    #5183a9,
    #796ba0,
    #a95095,
    #da3389
  );
  background-size: 100% 100%;
  z-index: 1;
  border-radius: 30px;
}

.about-info-wrap {
  background: #f3f0f0;
  padding: 20px;
  position: relative;
  border-radius: 32px;
  z-index: 2;
}

.about-info__descr {
  font-size: 16px;
  line-height: 1.3;
}

.about-form {
  max-width: 360px;
  margin: auto;
}

.about-form .form .old-price {
  color: #999;
}

.about-form .form .form__arrow {
  -webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(30%) saturate(3100%)
    hue-rotate(220deg) brightness(85%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(21%) sepia(30%) saturate(3100%) hue-rotate(220deg)
    brightness(85%) contrast(100%);
}

.about-form .form input {
  border: 1px solid #13134e;
}

.about-form .form input::-webkit-input-placeholder {
  font-weight: 400;
  color: #13134e;
}

.about-form .form input::-moz-placeholder {
  font-weight: 400;
  color: #13134e;
}

.about-form .form input:-ms-input-placeholder {
  font-weight: 400;
  color: #13134e;
}

.about-form .form input::placeholder {
  font-weight: 400;
  color: #13134e;
}

.feedback {
  overflow: hidden;
  line-height: 1.3;
}

.feedback__title {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 20px;
}

.feedback-inner {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.feedback-photo {
  border-radius: 10px;
  overflow: hidden;
}

.feedback-slide {
  background: #f5f5f5;
  border-radius: 20px;
}

.feedback-slide-content {
  padding: 15px;
}

.feedback-top {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

.feedback-bio {
  font-weight: 700;
  font-size: 16px;
}

.feedback-rating,
.feedback-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback-rating svg {
  width: 18px;
  height: 18px;
}

.feedback-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}

.feedback-text__descr {
  max-height: 35px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  position: relative;
}

.feedback-text__more {
  display: block;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  font-style: italic;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  margin-top: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.feedback-text.expanded .feedback-text__descr {
  max-height: 1000px;
}

.feedback-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
}

.feedback-info,
.feedback-info-before {
  margin-bottom: 15px;
}

.feedback-info-before__title {
  color: #fd564f;
  font-weight: 700;
  margin-bottom: 10px;
}

.feedback-info-before__descr {
  font-weight: 300;
}

.feedback-info-after__title {
  font-weight: 700;
  margin-bottom: 10px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3ab89c),
    color-stop(#8bcc69),
    to(#c6db43)
  );
  background: linear-gradient(90deg, #3ab89c, #8bcc69, #c6db43);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feedback-info-after__descr {
  font-weight: 300;
}

.feedback__scrollbar {
  width: 100%;
  max-width: 200px;
  height: 12px !important;
  background: #fff !important;
  border: 1px solid #13134e;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 30px !important;
  margin-bottom: 0 !important;
  position: static !important;
}

.feedback__scrollbar .swiper-scrollbar-drag {
  background: 0 0;
  height: 100%;
  width: 100%;
  position: relative;
  background: #13134e;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.feedback .swiper-wrapper {
  width: 100%;
}

.feedback .swiper {
  overflow: inherit !important;
}

.feedback-down__text {
  padding: 30px 0 0px;
  background: #fff;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
}

.feedback-down-content {
  font-size: 18px;
  text-align: center;
}

.popup__content {
  background: #100c1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup__left {
  display: none;
}

.popup__right {
  max-width: 290px;
}

.popup .form .form__inputs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup .form .form__inputs input::-webkit-input-placeholder {
  color: #fff;
}

.popup .form .form__inputs input ::-moz-placeholder,
.popup .form .form__inputs input::-moz-placeholder {
  color: #fff;
}

.popup .form .form__inputs input:-ms-input-placeholder {
  color: #fff;
}

.popup .form .form__inputs input::placeholder {
  color: #fff;
}

.popup .form .form__inputs input :focus::-moz-placeholder {
  color: #fff;
}

.popup .form .new-price,
.popup .form .old-price {
  font-size: 22px;
}

@media screen and (min-width: 420px) {
  .research-eye__descr {
    left: -5px;
  }
  .problem__title {
    text-align: right;
  }
  .form-price .new-price,
  .form-price .old-price {
    font-size: 30px;
  }

  .promo-hand {
    display: block;
    max-width: 360px;
    position: absolute;
    right: calc(100% - 570px);
    top: 22px;
    z-index: -1;
  }

  .promo__title {
    /*font-size: 35px;*/
    max-width: 280px;
  }

  .promo__descr {
    max-width: 220px;
    font-size: 16px;
  }

  .promo .form {
    max-width: 360px;
    margin: auto;
  }

  .promo-list {
    max-width: 318px;
    margin: 0;
  }

  .promo-list li p {
    font-size: 14px;
  }

  .promo-list__icon {
    min-width: 48px;
    /*margin-right: 13px*/
  }

  .header-timer {
    flex-direction: column;
  }

  .header-line {
    margin-bottom: 30px;
  }

  .timer {
    width: 135px;
  }

  .webp .problem {
    background: url(../img/problem-bg__mob.webp) no-repeat;
    background-size: cover;
    background-position: 60% 20%;
  }

  .problem {
    background-size: cover;
    background-position: 60% 20%;
  }

  .problem__title {
    font-size: 33px;
    max-width: 375px;
    margin-left: auto;
  }

  .problem__subtitle {
    max-width: 220px;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
  }

  .problem-list,
  .problem-list-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .problem-list {
    max-width: 100%;
    margin: 0;
  }

  .problem-list-wrap {
    max-width: 310px;
  }
  .problem-item__descr {
    font-size: 13px;
  }
  .problem-item__icon {
    min-width: 48px;
  }
  .problem-item--fifth,
  .problem-item--fourth {
    padding-right: 15px;
  }

  .problem-pic__icon {
    width: 57px;
    height: 57px;
  }

  .symptoms-text__descr {
    font-size: 20px;
  }
  .problem-box__text {
    font-size: 16px;
  }
  .symptoms-form .form__btn {
    font-size: 18px;
  }

  .research-eye {
    max-width: 372px;
    /*margin: 0 auto 50px*/
  }

  .research-eye__pic {
    max-width: 100%;
  }

  .research-eye__descr {
    font-size: 12.5px;
  }

  .research-eye__descr--first {
    top: 30px;
  }

  .research-eye__descr--second {
    top: 95px;
  }

  .research-eye__descr--third {
    top: 175px;
  }

  .research-eye__descr--fourth {
    top: 235px;
  }

  .research-eye__descr--fifth {
    top: 301px;
  }

  .research-info {
    padding: 40px 15px 30px;
  }

  .research-top__ava {
    max-width: 100px;
  }

  .research-item__text {
    font-size: 16px;
  }
  .research-accent {
    margin-bottom: 10px;
  }
  .how-work__prod {
    max-width: 100%;
  }

  .how-item {
    margin: 0 auto 81px;
    max-width: 390px;
  }

  .how-item__title {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .how-item__text {
    font-size: 16px;
  }

  .how-item__img {
    max-width: 200px;
    top: -60px;
  }

  .how-result__item {
    max-width: 120px;
  }

  .how-result__item-descr {
    font-size: 16px;
  }

  .how-result__arrow-icon {
    width: 56px;
  }

  .information-accent__descr {
    font-size: 20px;
  }

  .information-item__title {
    /*font-size: 22px*/
  }

  .information-item__descr {
    font-size: 16px;
  }

  .information-item__ingredient {
    max-width: 79px;
  }

  .information-danger {
    max-width: 390px;
  }

  .information-danger__title {
    font-size: 27px;
    margin-bottom: 110px;
  }

  .information-box {
    margin-bottom: 100px;
  }

  .information-box__img {
    max-width: 185px;
    top: -80px;
    left: -1px;
  }

  .information-box__title {
    max-width: 145px;
    min-height: 40px;
    font-size: 18px;
    margin-bottom: 35px;
  }

  .information-box__title--third {
    margin-bottom: 35px;
  }

  .information-box__descr {
    font-size: 16px;
  }

  .symptoms-order {
    width: 90%;
  }

  .research-top__title {
    font-size: 18px;
  }

  .how-work {
    margin-bottom: 90px;
  }
  .feedback-text__descr {
    max-height: 45px;
  }
  .feedback-slide-content,
  .feedback-text__more {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .information-product__pack {
    max-width: 290px;
  }
}

@media screen and (min-width: 480px) {
  .problem-item__icon {
    margin-right: 10px;
  }
  .container {
    width: 480px;
  }

  .title {
    font-size: 30px;
  }

  .form__input {
    margin-bottom: 15px;
  }

  .block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .promo {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
  }

  .promo-hand {
    right: calc(100% - 615px);
    top: 47px;
  }

  .promo__title {
    font-size: 30px;
    max-width: 310px;
  }

  .promo__descr {
    max-width: 285px;
    font-size: 16px;
    line-height: 1.3;
  }

  .promo-list {
    max-width: 370px;
  }

  .promo-list li p {
    font-size: 15px;
  }

  .promo-list li:nth-child(1) {
    width: 80%;
  }

  .promo-list li:nth-child(2) {
    width: 84%;
  }

  .promo-list li:nth-child(3) {
    width: 89%;
  }

  .promo-list li:nth-child(4) {
    width: 97%;
  }

  .symptoms__subtitle {
    margin-bottom: 30px;
  }

  .promo-list__icon {
    min-width: 52px;
  }

  .problem-item__icon {
    min-width: 54px;
  }
  .problem-item--first,
  .problem-item--second {
    max-width: 48%;
  }
  /* .problem-item {
        height: 50px;
    } */

  .promo .form {
    padding: 30px 0;
  }

  .webp .problem {
    background: url(../img/problem-bg.webp) no-repeat;
    background-size: auto;
    background-position: 90% 80%;
  }

  .problem {
    background-size: auto;
    background-position: 90% 80%;
  }

  .problem__title {
    margin-bottom: 24px;
  }

  .problem__subtitle,
  .problem__title {
    max-width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }

  .problem-list-wrap {
    max-width: 100%;
  }

  .problem-item--fifth,
  .problem-item--fourth {
    padding-right: 25px;
  }

  .problem-box__text,
  .problem-item__descr {
    font-size: 16px;
  }

  .problem-pic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .research__title {
    font-size: 32px;
  }

  .research-eye {
    max-width: 384px;
    /*margin: 0 auto 55px*/
  }

  .research-eye__descr--second {
    top: 100px;
  }

  .research-eye__descr--third {
    top: 180px;
  }

  .research-eye__descr--fourth {
    top: 242px;
  }

  .research-eye__descr--fifth {
    top: 312px;
  }

  .how-work__title {
    font-size: 33px;
  }

  .information-composition {
    max-width: 400px;
    margin: 0 auto 40px;
  }

  .about__title {
    font-size: 27px !important;
  }

  .feedback-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }

  .feedback-bio {
    font-size: 18px;
  }

  .feedback-text__descr {
    font-size: 15px;
    max-height: 37px;
  }

  .feedback-text__more {
    font-size: 15px;
  }

  .feedback-info-after__title,
  .feedback-info-before__title {
    font-size: 16px;
  }

  .feedback-photo {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .how-item {
    max-width: 100%;
  }
  .form-price .new-price,
  .form-price .old-price {
    font-size: 34px;
  }
  .symptoms-form .form-price .new-price,
  .symptoms-form .form-price .old-price {
    font-size: 34px;
  }
}

@media screen and (min-width: 640px) {
  .research-eye__descr {
    left: 0px;
  }
  .promo-list__icon {
    min-width: 54px;
  }
  .container {
    width: 640px;
  }

  .title {
    font-size: 32px;
  }

  .form__inputs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .form .form__input-name {
    margin-right: 10px;
  }

  .form .form-price {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 30px;
  }

  .promo-hand {
    right: calc(100% - 772px);
  }

  .promo__title {
    font-size: 35px;
    max-width: 380px;
  }

  .promo__descr {
    font-size: 18px;
    max-width: 420px;
  }

  .promo-list {
    max-width: 465px;
  }

  .promo-list li p {
    font-size: 16px;
  }

  .promo .form {
    max-width: 460px;
  }

  .header-timer__text {
    font-size: 18px;
  }

  .problem__subtitle {
    font-size: 18px;
  }

  .problem-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1px;
  }
  .form-price .new-price,
  .form-price .old-price {
    font-size: 34px;
  }
  .about-form .form-price .new-price,
  .about-form .form-price .old-price {
    font-size: 34px;
  }
  .problem-box {
    width: 47%;
  }
  .problem-item--first,
  .problem-item--second {
    max-width: 48.5%;
  }
  .problem-box__text {
    font-size: 15px;
  }

  .problem-pic {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }

  .symptoms-text__descr,
  .symptoms-text__title {
    text-align: center;
  }

  .symptoms-form .form-price {
    justify-content: space-around;
  }

  .research__title {
    /*font-size: 42px !important*/
    text-align: center;
  }

  .research__text {
    font-size: 18px;
  }

  .research-eye {
    max-width: 498px;
    margin: 0 auto 24px;
  }

  .research-eye__descr {
    font-size: 15px;
  }

  .research-eye__descr--first {
    top: 40px;
  }

  .research-eye__descr--second {
    top: 130px;
  }

  .research-eye__descr--third {
    top: 235px;
  }

  .research-eye__descr--fourth {
    top: 313px;
  }

  .research-eye__descr--fifth {
    top: 404px;
  }

  .research-top__ava {
    max-width: 115px;
  }

  .research-top__title {
    font-size: 24px;
  }

  .research__icon {
    float: none;
  }

  .research-accent {
    display: flex;
    margin-bottom: 0px;
  }

  .research-info {
    max-width: 550px;
    margin: auto;
  }

  .research-item__text {
    font-size: 17px;
  }

  /* .research-eye__pic {
        transform: rotate(90deg);
    } */

  .how-work {
    margin-bottom: 65px;
  }

  .how-work__title {
    font-size: 32px;
  }

  .how-info__text {
    font-size: 18px;
  }
  .how-item__title {
    font-size: 14px;
  }
  .how-item {
    max-width: 290px;
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
    margin: 0 auto 45px;
    padding: 15px 15px 30px;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
  }

  .about-form .form .form__inputs,
  .how-item-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .how-item--third {
    margin-bottom: 0 !important;
  }

  .how-item__circle {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    left: 24%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -17px;
    z-index: 2;
  }

  .how-item__circle::after,
  .how-item__circle::before {
    content: '';
    width: 14px;
    height: 3px;
    background: #13134e;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .how-item__circle::after {
    width: 3px;
    height: 14px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .how-item__circle--right {
    left: 80%;
  }

  .how-item__title {
    margin-bottom: 0;
  }

  .how-item--active {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }

  .how-item--active .how-item__text {
    margin-top: 45px;
    max-height: 100%;
    opacity: 1;
  }

  .how-item--active .how-item__circle::after {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0;
  }

  .how-item__text {
    font-size: 15px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease, opacity 0.5s ease, margin-top 0.5s ease;
    transition: max-height 0.5s ease, opacity 0.5s ease, margin-top 0.5s ease;
  }

  .how-item__img {
    max-width: 135px;
    top: -13px;
  }

  .how-item__img img {
    border-radius: 20px 20px 20px 20px;
  }

  .how-picture-wrap {
    aspect-ratio: 3/1;
  }

  .how-result__arrow {
    max-width: 56px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .how-result__arrow--desk {
    display: block;
  }

  .information__title {
    font-size: 28px;
  }

  .information-accent__descr,
  .information__subtitle {
    font-size: 20px;
  }

  .information-product {
    max-width: 100%;
  }

  .information-product__pack {
    max-width: 320px;
  }

  .information-product__pack-sale {
    width: 110px;
    height: 110px;
    top: 15px;
    right: 110px;
    font-size: 34px;
  }

  .information-product__btn {
    font-size: 20px;
    max-width: 380px;
  }

  .information-item__title {
    /*font-size: 24px*/
  }

  .information-danger {
    max-width: 100%;
  }
  .information-box:last-child {
    width: 70%;
  }
  .about-form .form .form-price,
  .information-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .information-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .information-box {
    width: 46%;
    margin-bottom: 85px;
  }

  .information-box__img {
    max-width: 145px;
    top: -65px;
    left: -1px;
  }

  .information-box__title {
    max-width: 88px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .information-box__title--third {
    max-width: inherit;
    margin-left: 147px;
    margin-bottom: 10px;
  }

  .about__title {
    font-size: 32px !important;
  }

  .about-info {
    margin-bottom: 30px;
  }

  .about-info__descr {
    font-size: 20px;
  }

  .about-form .form .form-price {
    margin-bottom: 30px;
  }

  /*mea*/
  .symptoms-list--mob {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 480px;
    margin: auto;
  }

  .symptoms-item {
    width: 47%;
    padding-right: 0;
    margin-bottom: 0;
  }

  .symptoms-order {
    max-width: 420px;
  }

  .symptoms-item__circle {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .symptoms-item__descr {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .header-timer {
    flex-direction: row;
  }
  .container {
    width: 768px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .title {
    font-size: 38px;
  }

  .block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .promo-hand {
    max-width: 320px;
    right: calc(100% - 802px);
    top: 55px;
  }

  .promo__title {
    font-size: 35px !important;
    max-width: 470px;
  }

  .promo__descr {
    font-size: 19px;
    max-width: 480px;
  }

  .promo-list {
    max-width: 485px;
  }

  .about-form .form .form__btn {
    font-size: 18px;
  }

  .promo-list li p {
    font-size: 16px;
  }
  .promo .form {
    padding: 40px 0;
  }

  .problem-box__text {
    font-size: 17px;
  }

  .symptoms-info {
    margin-bottom: 75px;
  }

  .symptoms__title {
    text-align: left;
    margin-bottom: 30px;
  }

  .symptoms__subtitle {
    text-align: left;
  }

  .symptoms-checkup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between;
  }

  .symptoms-checkup-wrap {
    width: 50%;
    margin-right: 25px;
  }

  .symptoms-collage {
    width: 50%;
  }

  .symptoms-list--mob {
    display: none;
  }

  .symptoms-list--desk {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
  }

  .symptoms-item__descr {
    font-size: 18px;
  }

  .symptoms-item {
    width: 100%;
  }

  .symptoms-order {
    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;
    position: relative;
    padding-left: 190px;
    width: 100%;
    max-width: 100%;
  }

  .symptoms-prod {
    max-width: 200px;
    margin: 0 auto;
    position: absolute;
    top: -55px;
    left: 15px;
  }

  .symptoms-text {
    max-width: 235px;
  }

  .symptoms-text__title {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
  }

  .symptoms-text__descr {
    font-size: 15px;
    text-align: left;
    margin-bottom: 0;
  }

  .symptoms-form {
    width: 53%;
  }

  .symptoms-form .form__arrow {
    width: 21px;
  }

  .symptoms-form .form__btn {
    font-size: 15px;
  }

  .symptoms-form .new-price,
  .symptoms-form .old-price {
    font-size: 22px;
  }

  .research__title {
    font-size: 40px !important;
  }

  .research__text {
    font-size: 20px;
  }

  .research-top__title {
    font-size: 30px;
  }
  .research-eye__descr--fifth {
    top: 404px;
  }
  .how-work {
    margin-bottom: 81px;
  }

  .how-work__title {
    font-size: 40px;
  }

  .how-work__prod {
    max-width: 500px;
  }

  .how-item {
    max-width: 340px;
    margin: 0 auto 60px;
  }

  .how-item--active .how-item__text {
    margin-top: 45px;
  }

  .how-item__img {
    max-width: 180px;
    top: -38px;
  }

  .how-item__text {
    font-size: 17px;
  }

  .information-composition {
    max-width: 640px;
    margin: 0 auto 40px;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 10px;
    justify-content: center;
  }

  .information-item {
    width: 49%;
  }

  .information-danger__title {
    font-size: 33px;
  }

  .information-box {
    margin-bottom: 110px;
  }

  .information-box__img {
    max-width: 180px;
    top: -85px;
  }

  .information-box__title {
    max-width: 105px;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .information-box__title--third {
    margin-left: 179px;
    margin-bottom: 15px;
  }

  .about__title {
    font-size: 44px !important;
  }

  .feedback-result {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
  }

  .feedback-info {
    margin-bottom: 0;
    margin-right: 15px;
  }

  .research-info {
    max-width: 750px;
  }

  .research-item__text {
    font-size: 18px;
  }
  .symptoms-form .form-price .new-price,
  .symptoms-form .form-price .old-price {
    font-size: 22px;
  }
}

@media screen and (max-width: 1023px) {
  .form__input--mobile input::-webkit-input-placeholder {
    color: #fff !important;
  }

  .form__input--mobile input::-moz-placeholder {
    color: #fff !important;
  }

  .form__input--mobile input:-ms-input-placeholder {
    color: #fff !important;
  }

  .form__input--mobile input::placeholder {
    color: #fff !important;
  }

  .form__input--mobile input ::-moz-placeholder {
    color: #ffff;
  }

  .form__input--mobile input :focus::-moz-placeholder {
    color: #ffff;
  }
}

@media screen and (min-width: 1024px) {
  .research-eye__descr {
    font-size: 13px;
  }
  .promo-list__icon {
    min-width: 46px;
  }
  .container {
    width: 1024px;
  }

  .title {
    font-size: 40px;
  }

  .form-price {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .form-price .new-price,
  .form-price .old-price {
    font-size: 40px;
  }

  .promo {
    padding-top: 12px !important;
    padding-bottom: 60px !important;
  }

  .promo-decor {
    position: absolute;
    top: -91px;
    right: -202px;
  }

  .promo-decor__big-circle,
  .promo-decor__small-circle {
    background: 0 0;
    border-radius: 50%;
    position: absolute;
    left: 19%;
    top: 32%;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }

  .promo-decor__big-circle {
    width: 480px;
    height: 480px;
    border: 1px solid #fff;
    -webkit-transform: translate(-50%, -50%) rotate(var(--rotate-before, 0deg));
    transform: translate(-50%, -50%) rotate(var(--rotate-before, 0deg));
    z-index: 1;
  }

  .promo-decor__small-circle {
    width: 390px;
    height: 390px;
    border: 2px dashed #fff;
    -webkit-transform: translate(-50%, -50%) rotate(var(--rotate-after, 0deg));
    transform: translate(-50%, -50%) rotate(var(--rotate-after, 0deg));
    z-index: -1;
  }

  .promo-decor__circle {
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
  }

  .promo-decor__circle--first {
    top: 52px;
    left: 78px;
  }

  .promo-decor__circle--second {
    bottom: 18px;
    left: 130px;
  }

  .promo-decor__circle--third {
    bottom: 200px;
    right: -3px;
  }

  .promo-decor__circle--fourth {
    top: 180px;
    left: -6px;
  }

  .promo-hand {
    max-width: 615px;
    right: inherit;
    transform: rotate(-18deg);
    /* rotate: -18deg; */
    top: inherit;
    position: relative;
    z-index: 1;
  }

  .promo-content {
    margin-bottom: 0;
  }

  .promo-info .form {
    padding: 0;
    display: block;
    max-width: 420px;
    margin: 0;
  }

  .promo-info .form .form__arrow {
    -webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(30%) saturate(3100%)
      hue-rotate(220deg) brightness(85%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(21%) sepia(30%) saturate(3100%) hue-rotate(220deg)
      brightness(85%) contrast(100%);
  }

  .promo-info .form .form__input input::-webkit-input-placeholder {
    color: #13134e;
  }

  .promo-info .form .form__input input::-moz-placeholder {
    color: #13134e;
  }

  .promo-info .form .form__input input:-ms-input-placeholder {
    color: #13134e;
  }

  .promo-info .form .form__input input::placeholder {
    color: #13134e;
  }

  .promo-info .form .form__inputs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .promo-info .form .form__input-name {
    margin-right: 15px;
  }

  .promo__title {
    font-size: 40px !important;
    max-width: 420px;
    margin-bottom: 40px;
  }

  .promo__descr {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 19px;
    max-width: 420px;
  }

  .promo-list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 321px;
    position: absolute;
    right: 20px;
    top: 9px;
    z-index: 2;
  }

  .promo-list li p {
    font-size: 13.5px;
  }

  .promo-list li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
    margin-left: 83px;
  }

  .promo-list li:nth-child(2) {
    margin-left: 15px;
  }

  .promo-list li:nth-child(3) {
    margin-left: 55px;
  }

  .promo-list li:nth-child(4) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .promo-list li:last-child {
    margin-bottom: 14px;
    margin-left: -4px;
  }

  .promo-form {
    display: none;
  }

  .header__logo {
    font-size: 34px;
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .header__logo.desk__logo {
    display: block;
  }

  .header__logo.mob__logo {
    display: none;
  }

  .header-timer {
    width: 100%;
    max-width: 295px;
  }

  .header-timer__text {
    font-size: 14px;
  }

  .header-burger {
    display: none;
  }

  .header-line {
    margin-bottom: 50px;
  }

  .timer {
    width: 180px;
  }

  .nav,
  .nav-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 17px;
  }

  .nav-wrap {
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav__text {
    font-size: 17px;
  }

  .nav-close {
    display: none;
  }

  .webp .problem {
    background: url(../img/problem-bg.webp) no-repeat #57aade;
    background-size: 1440px;
    background-position: center top;
  }

  .problem {
    background-size: 1347px;
    background-position: center top;
  }

  .problem-info {
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-bottom: 230px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .problem__title {
    font-size: 50px !important;
    text-align: left;
    max-width: 700px;
    margin: 0 0 70px auto;
  }

  .problem__subtitle {
    font-size: 20px;
    width: 100%;
    max-width: 700px;
    text-align: left;
    margin: 0 0 50px auto;
  }

  .problem-list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 0 0;
  }

  .problem-list-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /*max-width: 400px;*/
    /*margin-right: auto*/
  }
  .problem-boxes {
    margin-bottom: 2px;
  }
  .problem-item {
    margin-bottom: 22px;
  }

  .problem-item--first,
  .problem-item--second {
    width: 39%;
    max-width: 100%;
    position: relative;
    z-index: 1;
  }

  .problem-item--first::after,
  .problem-item--first::before {
    content: '';
    background: #13134e;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
  }

  .problem-item--first::before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: -220px;
  }

  .problem-item--first::after {
    width: 230px;
    height: 1px;
    left: -210px;
  }

  .problem-item--second {
    margin-left: 22px;
  }

  .problem-item--second::before {
    width: 75px;
    height: 1px;
    left: -24px;
  }

  .problem-item--third {
    max-width: 345px;
    position: relative;
    z-index: 1;
  }

  .problem-item__icon {
    min-width: 54px;
  }

  .problem-item--fourth::before,
  .problem-item--second::before,
  .problem-item--third::after,
  .problem-item--third::before {
    content: '';
    background: #13134e;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
  }

  .problem-item--third::before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: -255px;
  }

  .problem-item--fourth::before,
  .problem-item--third::after {
    width: 250px;
    height: 1px;
    left: -240px;
  }

  .problem-item--fifth,
  .problem-item--fourth {
    position: relative;
    z-index: 1;
    padding-right: 15px;
  }

  .problem-item--fourth::before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: -275px;
  }

  .problem-item--fourth::after {
    width: 285px;
    height: 1px;
    left: -265px;
  }

  .problem-item--fifth {
    width: 83%;
    max-width: 440px;
    margin-bottom: 0 !important;
  }

  .problem-item--fifth::after,
  .problem-item--fifth::before,
  .problem-item--fourth::after {
    content: '';
    background: #13134e;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
  }

  .problem-item--fifth::before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: -300px;
  }

  .problem-item--fifth::after {
    width: 315px;
    height: 1px;
    left: -290px;
  }

  .problem-item__descr {
    font-size: 17px;
  }

  .problem-box {
    width: 30%;
    padding-top: 55px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .problem-box__text {
    font-size: 17px;
  }

  .problem-pic {
    max-width: 260px;
    top: -90px;
  }

  .problem-pic__item {
    max-width: 170px;
    border-radius: 40px 40px 40px 0;
  }

  .problem-pic__icon {
    margin-top: 50px;
  }

  .symptoms {
    background: radial-gradient(22.06% 41.28% at 49.9% 36.98%, #13134e 0, #100c1d 100%);
  }

  .symptoms-info {
    margin-bottom: 125px;
  }

  .symptoms__title {
    font-size: 39px;
  }

  .symptoms__subtitle,
  .symptoms__title {
    margin-bottom: 40px;
  }

  .symptoms-collage {
    width: 44%;
  }

  .symptoms-item {
    margin-bottom: 15px;
  }

  .symptoms-item__circle {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .symptoms-item__descr {
    font-size: 19px;
  }

  .symptoms-order {
    padding-left: 220px;
  }

  .symptoms-prod {
    max-width: 240px;
    top: -107px;
  }

  .symptoms-text {
    max-width: 345px;
  }

  .symptoms-text__title {
    font-size: 21px;
    margin-bottom: 20px;
  }

  .symptoms-text__descr {
    font-size: 18px;
  }

  .symptoms-form {
    width: 43%;
  }

  .symptoms-form .form__arrow {
    width: 36px;
  }

  .symptoms-form .form__btn {
    font-size: 18px;
  }

  .symptoms-form .new-price,
  .symptoms-form .old-price {
    font-size: 28px;
  }

  .research__title {
    font-size: 49px !important;
    margin-bottom: 50px;
  }

  .research__text {
    font-size: 18px;
    width: 60%;
  }

  .research-eye {
    max-width: 100%;
    margin: 0 auto 65px 0;
    position: relative;
  }

  .research-eye__pic {
    max-width: 394px;
    margin-left: 125px;
    transform: none;
    /*margin-right: auto*/
  }

  .research-eye__descr--first {
    top: 27px;
  }

  .research-eye__descr--second {
    top: 97px;
  }

  .research-eye__descr--third {
    top: 180px;
  }

  .research-eye__descr--fourth {
    top: 240px;
  }

  .research-eye__descr--fifth {
    top: 315px;
  }

  .research-info {
    padding: 40px 65px;
    position: relative;
    z-index: 2;
    max-width: 850px;
  }

  .research-info::after,
  .research-info::before {
    font-size: 60px;
    color: #13134e;
    position: absolute;
  }

  .research-info::before {
    content: '“';
    top: 30px;
    left: 20px;
  }

  .research-info::after {
    content: '”';
    bottom: 0;
    right: 20px;
  }

  .research-top__ava {
    display: none;
  }

  .research-top__title {
    font-size: 25px;
    text-transform: uppercase;
    padding: 0;
    /*text-align: center*/
  }

  .research-top__title::after,
  .research-top__title::before {
    content: none;
  }

  .research-item__text {
    font-size: 19px;
  }

  .research-item,
  .research-list {
    padding-left: 0;
  }

  .research-decor {
    display: block;
    position: absolute;
    bottom: -65px;
    right: 90px;
    z-index: 0;
  }

  .research-decor::before {
    width: 610px;
    height: 610px;
    border: 1px solid rgba(19, 19, 78, 0.2);
    top: 75%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%) rotate(var(--rotate-before, 0deg));
    transform: translate(-50%, -50%) rotate(var(--rotate-before, 0deg));
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    z-index: -2;
  }

  .how-decor::after,
  .how-decor::before,
  .research-decor::after,
  .research-decor::before {
    content: '';
    background: 0 0;
    border-radius: 50%;
    position: absolute;
  }

  .research-decor::after {
    width: 527px;
    height: 527px;
    border: 2px dashed rgba(19, 19, 78, 0.2);
    top: 75%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%) rotate(var(--rotate-after, 0deg));
    transform: translate(-50%, -50%) rotate(var(--rotate-after, 0deg));
    z-index: -2;
  }

  .research-decor__expert {
    display: block;
    max-width: 400px;
    z-index: -1;
  }
  .research-accent {
    margin-bottom: 40px;
  }
  .how,
  .how-work {
    position: relative;
  }

  .how-work {
    max-width: 600px;
    margin-bottom: 10px;
  }

  .how-work__title {
    font-size: 45px;
  }

  .how-work__prod {
    max-width: 550px;
    position: absolute;
    top: 40px;
    right: -470px;
    margin: 0;
  }

  .how-info {
    margin-bottom: 45px;
  }

  .how-info__text {
    font-size: 20px;
  }

  .how-details {
    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;
    background: radial-gradient(50% 50% at 50% 50%, #13134e 0, #100c1d 100%);
    z-index: 3;
    margin-bottom: 50px;
  }
  .how-item__img {
    top: -34px;
  }
  .how-item {
    max-width: 360px;
    margin: 0 0 85px;
  }

  .how-item__text,
  .how-item__title {
    font-size: 19px;
  }

  .how-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .how-item-wrap--left-wrap,
  .how-item-wrap--right-wrap {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
  }

  .how-item-wrap--left-wrap {
    top: 43%;
    left: 0;
  }

  .how-item-wrap--right-wrap {
    top: 54%;
    right: 0;
  }

  .how-item--first,
  .how-item--second {
    margin-bottom: 90px;
  }

  .how-item--second {
    margin-top: 0;
  }

  .how-item--fourth {
    margin-bottom: 0 !important;
  }

  .how-item__img {
    z-index: 1;
  }

  .how-decor {
    margin: 0 auto;
    z-index: 0;
  }

  .how-decor::after,
  .how-decor::before {
    top: 53%;
    left: 50%;
    z-index: -1;
  }

  .how-decor::before {
    width: 530px;
    height: 530px;
    border: 1px solid #a5a5a5;
    -webkit-transform: translate(-50%, -50%) rotate(var(--rotate-before, 0deg));
    transform: translate(-50%, -50%) rotate(var(--rotate-before, 0deg));
  }

  .how-decor::after {
    width: 475px;
    height: 475px;
    border: 2px dashed #a5a5a5;
    -webkit-transform: translate(-50%, -50%) rotate(var(--rotate-after, 0deg));
    transform: translate(-50%, -50%) rotate(var(--rotate-after, 0deg));
  }

  .how-decor,
  .how-decor-wrap {
    position: relative;
  }

  .how-decor__prod {
    display: block;
    max-width: 520px;
    height: auto;
    position: static;
    margin: 0 auto;
  }

  .how-picture-wrap {
    aspect-ratio: 4/1;
  }

  .how-result {
    max-width: 850px;
    margin-top: -85px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    z-index: 1;
  }

  .how-result__item {
    max-width: 160px;
  }

  .how-result__item-img {
    max-width: 110px;
  }

  .how-result__item-descr {
    font-size: 21px;
  }

  .how-result__arrow-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .how-result__arrow-icon {
    width: 52px;
  }

  .how-item--mob {
    display: none;
  }

  .how-item--desk {
    display: block;
  }

  .information-release {
    max-width: 620px;
  }

  .how-item__title {
    font-size: 17px;
  }

  .about-content::before,
  .information-release-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .information-release-wrap {
    margin-bottom: 70px;
  }

  .information__title {
    font-size: 40px;
  }

  .information__subtitle {
    font-size: 18px;
  }

  .information-accent {
    max-width: 550px;
  }

  .information-accent__descr {
    font-size: 20px;
  }

  .information-product {
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 0px;
  }

  .information-product__pack {
    max-width: 380px;
  }

  .information-product__btn {
    max-width: 100%;
    font-size: 22px;
  }

  .information-composition {
    margin-bottom: 50px;
    max-width: 900px;
  }

  .information-item__title {
    font-size: 23px;
  }

  .information-item__descr {
    font-size: 19px;
  }

  .information-item {
    margin-bottom: 35px;
    padding-right: 30px;
  }

  .information-item__ingredient {
    max-width: 100px;
  }

  .information-danger__title {
    font-size: 42px;
  }

  .information-box {
    width: 33%;
    margin-bottom: 0;
  }
  .information-box:last-child {
    width: 31%;
  }
  .information-box__title--third {
    margin-left: 147px;
    /* margin-top: 0; */
  }

  .information-box__img {
    max-width: 150px;
    top: -60px;
  }

  .information-box__title {
    max-width: 132px;
    font-size: 18px;
    margin-bottom: 25px;
  }

  .information-box__descr {
    font-size: 18px;
  }

  .information-box__title--third {
    max-width: 103px;
    margin-bottom: 25px;
  }
  .information-list {
    justify-content: space-between;
  }
  .webp .about {
    background: url(../img/about-bg.webp) no-repeat #f3f0f0;
    background-size: 1247px;
    background-position: center top;
  }

  .about {
    background-size: 1247px;
    background-position: center top;
  }

  .about-content {
    width: 100%;
    max-width: 50%;
    margin-right: 0;
    margin-left: auto;
    position: relative;
  }

  .about-content::before {
    content: '-50%';
    width: 100px;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f9e724;
    border-radius: 50%;
    font-size: 30px;
    color: #13134e;
    font-weight: 700;
    position: absolute;
    top: 43%;
    left: -275px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .about-form .form-price .new-price,
  .about-form .form-price .old-price {
    font-size: 44px;
  }
  .about__title {
    text-align: left;
    font-size: 40px !important;
  }

  .about-info-wrap {
    padding: 20px;
    background: #f0f0f2;
  }

  .feedback.block {
    padding: 30px 0;
  }

  .feedback__title {
    text-align: left;
    font-size: 49px !important;
    margin-left: 30px;
    margin-bottom: 40px;
  }

  .feedback-text__descr {
    max-height: 40px;
  }

  .feedback-info {
    margin-bottom: 15px;
  }

  .feedback-photo {
    width: 100%;
    max-width: 300px;
    margin: 0;
  }

  .feedback__scrollbar {
    height: 20px !important;
  }

  .about-form {
    max-width: 460px;
  }

  .feedback__scrollbar {
    height: 15px !important;
  }
  .symptoms-form .form-price .new-price,
  .symptoms-form .form-price .old-price {
    font-size: 28px;
  }
}

@media screen and (min-width: 1220px) {
  .information-box__title--third {
    margin-left: 200px;
  }
  .promo-list__icon {
    min-width: 54px;
  }
  .container {
    width: 1220px;
  }

  .title {
    font-size: 46px;
  }
  .timer {
    width: 250px;
  }
  .promo {
    padding-bottom: 90px !important;
  }
  .promo-decor {
    top: 118px;
    right: -133px;
  }

  .promo-decor__big-circle {
    width: 520px;
    height: 520px;
  }

  .promo-decor__small-circle {
    width: 430px;
    height: 430px;
  }

  .promo-decor__circle--first {
    top: 90px;
    left: 53px;
  }

  .promo-decor__circle--second {
    bottom: 20px;
    left: 142px;
  }

  .promo-decor__circle--third {
    bottom: 218px;
    right: -3px;
  }

  .promo-decor__circle--fourth {
    top: 189px;
    left: -5px;
  }

  .promo-hand {
    max-width: 670px;
  }

  .promo-info .form,
  .promo__title {
    max-width: 510px;
  }

  .promo-info .form .form__btn {
    font-size: 25px;
  }

  .promo__title {
    font-size: 49px !important;
    line-height: 1.2;
  }

  .promo__descr {
    max-width: 490px;
    font-size: 23px;
  }

  .promo-list {
    max-width: 430px;
    top: -25px;
    right: 30px;
  }

  .promo-list li {
    margin-bottom: 15px;
  }

  .promo-list li p {
    font-size: 17px;
  }

  .promo-list li:nth-child(1) {
    margin-left: 93px;
  }

  .promo-list li:last-child {
    margin-bottom: 15px;
  }

  .promo-list__icon {
    margin-right: 20px;
  }

  .header__logo {
    font-size: 50px;
  }

  .header-timer {
    max-width: 350px;
  }

  .header-timer__text {
    font-size: 15px;
  }

  .header-line {
    margin-bottom: 85px;
  }

  .timer {
    padding: 5px 15px;
  }

  .timer span {
    font-size: 24px;
  }

  .nav {
    gap: 25px;
  }

  /* .nav__text {
        font-size: 17px
    } */

  .webp .problem {
    background-size: 1500px;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .problem {
    background-size: 1447px;
    padding-top: 90px !important;
    padding-bottom: 60px !important;
  }

  .problem__title {
    font-size: 50px !important;
    margin-bottom: 95px;
  }

  .problem__subtitle {
    font-size: 25px;
  }

  .problem-info {
    width: 100%;
    max-width: 715px;
    margin-bottom: 200px;
  }

  .problem__subtitle {
    font-size: 23px;
    margin: 0 0 95px auto;
  }

  .problem-list {
    max-width: 700px;
  }

  .problem-item {
    margin-bottom: 25px;
  }

  .problem-item__icon {
    min-width: 54px;
  }

  .problem-item--fifth {
    max-width: 90%;
  }

  .problem-item--third {
    max-width: 445px;
  }

  .problem-item__descr {
    font-size: 17px;
  }

  .problem-item--first::after,
  .problem-item--first::before {
    content: '';
    background: #13134e;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
  }

  .problem-item--first::before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: -160px;
  }

  .problem-item--first::after {
    width: 160px;
    height: 1px;
    left: -155px;
  }

  .problem-item--second::before {
    width: 75px;
    height: 1px;
    left: -27px;
  }
  .problem-item--second {
    margin-left: 25px;
  }
  .problem-item--fourth::before,
  .problem-item--second::before,
  .problem-item--third::after,
  .problem-item--third::before {
    content: '';
    background: #13134e;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
  }

  .problem-item--third::before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: -203px;
  }

  .problem-item--fourth::before,
  .problem-item--third::after {
    width: 200px;
    height: 1px;
    left: -200px;
  }

  .problem-item--fourth::before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: -225px;
  }

  .problem-item--fourth::after {
    width: 220px;
    height: 1px;
    left: -215px;
  }

  .problem-item--fifth::after,
  .problem-item--fifth::before,
  .problem-item--fourth::after {
    content: '';
    background: #13134e;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
  }

  .problem-item--fifth::before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: -250px;
  }

  .problem-item--fifth::after {
    width: 240px;
    height: 1px;
    left: -235px;
  }

  .problem-box {
    padding-top: 70px;
  }

  .problem-box__text--second,
  .problem-box__text--third {
    width: 77%;
  }

  .problem-pic {
    max-width: 310px;
  }

  .problem-pic__item {
    max-width: 190px;
  }

  .problem-pic__icon {
    width: 77px;
    height: 77px;
  }

  .symptoms {
    background: radial-gradient(22.06% 41.28% at 49.9% 33.98%, #13134e 0, #100c1d 100%);
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .symptoms-info {
    margin-bottom: 170px;
  }

  .symptoms__title {
    font-size: 47px;
  }

  .symptoms__subtitle {
    font-size: 36px;
  }

  .symptoms-list--desk {
    gap: 22px;
  }

  .symptoms-item {
    margin-bottom: 0;
  }

  .symptoms-item__circle {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }

  .symptoms-item__descr {
    font-size: 19px;
  }

  .symptoms-order {
    padding-right: 25px;
    padding-left: 300px;
  }

  .symptoms-prod {
    max-width: 300px;
    top: -147px;
    left: 25px;
  }

  .symptoms-text {
    max-width: 400px;
  }

  .symptoms-text__title {
    font-size: 26px;
  }

  .symptoms-text__descr {
    font-size: 23px;
  }

  .symptoms-form {
    width: 45%;
  }

  .symptoms-form .form__btn {
    font-size: 22px;
  }
  .symptoms-form .new-price,
  .symptoms-form .old-price {
    font-size: 34px;
  }
  .research {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .research__title {
    font-size: 50px !important;
  }

  .research__text {
    font-size: 17px;
  }

  .research-decor {
    right: 0;
  }

  .research-eye__pic {
    max-width: 531px;
    margin-left: 0;
  }

  .research-eye__descr {
    font-size: 17px;
  }

  .research-eye__descr--first {
    top: 40px;
  }

  .research-eye__descr--second {
    top: 137px;
  }

  .research-eye__descr--third {
    top: 247px;
  }

  .research-eye__descr--fourth {
    top: 330px;
  }

  .research-eye__descr--fifth {
    top: 430px;
  }

  .research-info {
    padding: 50px 95px;
    max-width: 100%;
  }

  .research-info::after,
  .research-info::before {
    font-size: 90px;
  }

  .research-top__title {
    font-size: 22px;
  }

  .research-item::before {
    left: -25px;
  }

  .research-decor::before {
    width: 710px;
    height: 710px;
    top: 72%;
  }

  .research-decor::after {
    width: 600px;
    height: 600px;
    top: 72%;
  }

  .research-decor__expert {
    max-width: 460px;
  }

  .how {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .how-work {
    max-width: 640px;
  }

  .how-work__title {
    margin-bottom: 30px;
  }

  .how-work__prod {
    max-width: 540px;
    top: 35px;
    right: -528px;
  }

  .how-info__text {
    font-size: 19px;
  }

  .how-item {
    max-width: 440px;
    padding: 20px 27px 27px;
  }

  .how-item__circle {
    left: 24%;
  }

  .how-item__circle--right {
    left: 78%;
  }

  .how-item__title {
    font-size: 23px;
  }
  .how-result__item-img {
    margin-bottom: 25px;
  }

  .how-item--active .how-item__text {
    margin-top: 55px;
  }

  .how-item__text {
    font-size: 18px;
  }

  .how-item__img {
    max-width: 200px;
    top: -38px;
  }

  .how-result {
    max-width: 1050px;
  }
  .information {
    padding: 0 0 90px;
  }
  .information-release-wrap {
    margin-bottom: 90px;
  }
  .how-details {
    margin-bottom: 90px;
  }
  .information-release {
    max-width: 730px;
  }

  .information__title {
    font-size: 47px;
  }

  .information__subtitle {
    font-size: 23px;
  }
  .information-composition {
    max-width: 100%;
    gap: 50px 0;
    margin-bottom: 90px;
  }
  .information-item {
    padding-right: 0;
    width: 33%;
    margin-bottom: 0;
    flex-direction: column;
  }
  .information-composition-text {
    align-items: center;
  }
  .information-accent {
    max-width: 570px;
  }

  .information-accent__descr {
    font-size: 25px;
  }

  .information-product::before {
    left: 65%;
  }

  .information-product__pack {
    max-width: 440px;
  }

  .information-product__pack-sale {
    width: 125px;
    height: 125px;
    top: 15px;
    right: 136px;
  }

  .information-item__descr {
    font-size: 18px;
    text-align: center;
  }

  .information-item__ingredient {
    max-width: 140px;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .information-danger__title {
    margin-bottom: 125px;
  }
  .information-list {
    justify-content: space-between;
  }

  .information-box__img {
    max-width: 200px;
    top: -85px;
  }

  .information-box__title {
    max-width: 144px;
    font-size: 20px;
    margin-bottom: 35px;
  }

  .information-box__title--third {
    max-width: 110px;
    margin-bottom: 35px;
  }

  .information-box__descr {
    font-size: 18px;
  }

  .about,
  .feedback {
    padding-top: 90px !important;
  }

  .webp .about {
    background-size: 100% auto;
    background-position: center 60%;
    padding-bottom: 90px !important;
  }

  .about {
    background-size: 100% auto;
    background-position: center 60%;
    padding-bottom: 90px !important;
  }

  .about-content::before {
    top: 34%;
    left: -292px;
  }

  .about-form .form input {
    font-size: 20px;
  }

  .about-form .form .form__btn {
    font-size: 26px;
  }

  .feedback {
    margin-right: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
    width: 100%;
  }

  .feedback__title {
    font-size: 55px !important;
  }

  .feedback-text {
    margin-bottom: 37px;
  }

  .feedback-text__descr,
  .feedback-text__more {
    font-size: 16px;
  }

  .feedback-result {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .feedback-info {
    margin-bottom: 0;
    margin-right: 25px;
  }

  .feedback-info-before__title {
    font-size: 18px;
  }

  .feedback-info-before__descr {
    font-size: 16px;
  }

  .feedback-info-after__title {
    font-size: 18px;
  }

  .feedback-info-after__descr {
    font-size: 16px;
  }

  .feedback .swiper {
    /*overflow: hidden !important*/
  }
  .form-price .new-price,
  .form-price .old-price {
    font-size: 47px;
  }
  .symptoms-form .form-price .new-price,
  .symptoms-form .form-price .old-price {
    font-size: 30px;
  }
  .problem-boxes {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1420px) {
  .webp .problem {
    background-size: 1647px;
    background-position: center center;
  }

  .problem {
    background-size: 1647px;
    background-position: center center;
  }
  .problem-info {
    margin-bottom: 235px;
  }
  .problem-item--first::before {
    left: -200px;
  }
  .problem-item--first::after {
    width: 210px;
    left: -195px;
  }
  .problem-item--third::before {
    left: -240px;
  }
  .problem-item--third::after {
    width: 230px;
    left: -230px;
  }
  .problem-item--fourth::before {
    left: -275px;
  }
  .problem-item--fourth::after {
    width: 275px;
    left: -275px;
  }
  .problem-item--fifth::before {
    left: -300px;
  }
  .problem-item--fifth::after {
    width: 285px;
    left: -285px;
  }
  .information-accent {
    padding-left: 15px;
  }
  .information-accent:before {
    content: none;
  }
}

@media screen and (min-width: 1620px) {
  .problem-info {
    margin-bottom: 310px;
  }
  .webp .problem {
    background-size: 1920px;
    background-position: center 50%;
  }

  .problem {
    background-size: 1920px;
    background-position: center 50%;
  }

  .problem-item--first::before {
    left: -250px;
  }
  .problem-item--first::after {
    width: 235px;
    left: -235px;
  }
  .problem-item--third::before {
    left: -305px;
  }
  .problem-item--third::after {
    width: 300px;
    left: -290px;
  }
  .problem-item--fourth::before {
    left: -330px;
  }
  .problem-item--fourth::after {
    width: 325px;
    left: -320px;
  }
  .problem-item--fifth::before {
    left: -365px;
  }
  .problem-item--fifth::after {
    width: 365px;
    left: -365px;
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  .symptoms-collage {
    width: 100%;
    max-width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .feedback-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .feedback-info-before {
    width: 48%;
  }
  .feedback-info-after {
    width: 48%;
  }
}

@media screen and (max-width: 640px) and (max-width: 767px) {
  .how-work__prod {
    max-width: 480px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1219px) {
  .block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1001px) {
  .popup {
    background: #fff;
  }

  .popup__content,
  .popup__prod::before {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .popup__content {
    /* width: 700px!important;
        min-width: 700px!important;
        max-width: 700px!important; */
    padding: 20px 15px;
  }

  .popup__left {
    max-width: 290px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
  }

  .popup__right {
    width: 100%;
    max-width: 390px;
  }

  .popup__prod {
    max-width: 200px;
    width: 100%;
    position: relative;
  }

  .popup__prod::before {
    content: '-50%';
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f9e724;
    border-radius: 50%;
    font-size: 24px;
    color: #13134e;
    font-weight: 700;
    position: absolute;
    top: 0px;
    left: 100px;
    z-index: 2;
  }

  .popup__prod-pack {
    width: 100%;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 300px;
  }

  .popup__form {
    width: 390px !important;
    margin: 0;
    padding: 0;
  }

  .popup__right {
    width: 390px !important;
  }

  .popup .form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .popup .form .new-price,
  .popup .form .old-price {
    font-size: 33px;
  }

  .popup__btn {
    font-size: 17px;
  }
}

@media screen and (max-width: 1000px) {
  .popup__form {
    /* width: 290px !important; */
    padding: 20px;
  }

  /* .popup__right {
        
    } */
  .popup .ever-popup__body,
  .popup__right {
    width: 290px !important;
    min-width: 290px !important;
  }
}

/* input-fix */
.popup__form input {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .promo .form input {
    color: #fff;
  }
}

/* input-fix */
.popup__form input {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .promo .form input {
    color: #fff;
  }
}

.popup__form .form__input-name {
  margin-right: 0;
}

.footer__wrapper-text {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

@media screen and (min-width: 1024px) {
  .footer__wrapper-text {
    font-size: 18px;
  }
  .information-box__title--second {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1220px) {
  .information-box__title--second {
    margin-bottom: 23px;
  }
}
