@charset "UTF-8";
@-webkit-keyframes bounce {
  0%,
  20%,
  40%,
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%,
  20%,
  40%,
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(0.95);
    transform: translateY(-50%) scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(207, 0, 7, 0.7);
    box-shadow: 0 0 0 0 rgba(207, 0, 7, 0.7);
  }
  70% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-box-shadow: 0 0 0 10px transparent;
    box-shadow: 0 0 0 10px transparent;
  }
  to {
    -webkit-transform: translateY(-50%) scale(0.95);
    transform: translateY(-50%) scale(0.95);
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(0.95);
    transform: translateY(-50%) scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(207, 0, 7, 0.7);
    box-shadow: 0 0 0 0 rgba(207, 0, 7, 0.7);
  }
  70% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-box-shadow: 0 0 0 10px transparent;
    box-shadow: 0 0 0 10px transparent;
  }
  to {
    -webkit-transform: translateY(-50%) scale(0.95);
    transform: translateY(-50%) scale(0.95);
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
footer {
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
.slick-slide img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  min-width: 320px;
  min-height: 100vh;
  font-family: "Helvetica", Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
br {
  line-height: 1;
  font-size: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button,
button:focus,
input,
input:focus {
  outline: 0;
}
a {
  text-decoration: none;
}
button {
  border: 0;
  display: block;
  padding: 0;
}
::-moz-focus-inner,
::-moz-focus-outer {
  border: 0;
  padding: 0;
}
:active,
:focus,
:hover,
:visited {
  outline: 0 !important;
}
::-ms-clear {
  display: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}
#comebacker_main_div {
  display: none !important;
  height: 0 !important;
}
html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
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(../images/select-triangle.svg);
  background-repeat: no-repeat;
}
select,
select:hover {
  background-size: 10px 10px;
  background-position: right 10px center;
}
select:focus {
  outline: 0 !important;
  outline-color: transparent;
  outline-width: 0;
}
select::-ms-expand {
  display: none !important;
  background: 0 0 !important;
  position: fixed;
  border: 0 !important;
  outline: 0 !important;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
}
:not(#fake) {
  outline: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
img {
  display: block;
  max-width: 100%;
}
svg {
  overflow: hidden;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.por {
  position: relative;
  z-index: 0;
}
.title {
  font-size: 28px;
  line-height: 1.3;
  color: #27235c;
  text-align: center;
  margin-bottom: 20px;
}
.title b {
  color: #cf0007;
  display: block;
  text-transform: uppercase;
}
.text-bold,
.title,
.title b {
  font-weight: 700;
}
.text-black {
  font-weight: 900;
}
.nowrap,
.text-nowrap,
span[class^="date-0"] {
  white-space: nowrap;
}
.text-blue {
  color: #0099a6;
}
.text-orange {
  color: #f1740f;
}
.text-red {
  color: #d4123b;
}
.text-green {
  color: #729d22;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.btn {
  width: 100%;
  background: #cf0007;
  border-radius: 100px;
  font-size: 22px;
  line-height: 1;
  padding: 22px 50px 18px 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  color: #fff;
  text-align: center;
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  background: url(../images/icon-btn-arrow.png) no-repeat center/contain;
  width: 28px;
  height: 31px;
}
.btn:hover {
  background: #ac0006;
}
.bg {
  background-color: #f4f4f4;
  overflow: hidden;
}
.bg,
.container--bg {
  position: relative;
  z-index: 0;
}
.header {
  padding: 15px;
  background: #27235c;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
}
.header__mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.burger-menu_button {
  /* position: fixed;
  top: 10px;
  right: 10px; */
  position: relative;
  z-index: 30;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.burger-menu_button:hover .burger-menu_lines {
  filter: brightness(0.7);
}

.burger-menu_button:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.burger-menu_lines::before,
.burger-menu_lines::after,
.burger-menu_lines {
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #27235c;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.burger-menu_lines {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.burger-menu_lines::before {
  content: "";
  top: -5px;
}
.burger-menu_lines::after {
  content: "";
  top: 5px;
}

.header.active .burger-menu_lines {
  background-color: transparent;
}
.header.active .burger-menu_lines::before {
  top: 0;
  transform: rotate(45deg);
}
.header.active .burger-menu_lines::after {
  top: 0;
  transform: rotate(-45deg);
}

.burger-menu_nav {
  padding-top: 120px;
  position: fixed;
  top: 0;
  z-index: 20;
  display: flex;
  flex-flow: column;
  height: 100%;
  background-color: #f9afe9;
  overflow-y: auto;
  right: -100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.header.active .burger-menu_nav {
  right: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.burger-menu_link {
  padding: 18px 35px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 400;
  color: #bb1e99;
  border-bottom: 1px solid #fff;
}
.burger-menu_link:first-child {
  border-top: 1px solid #fff;
}
.burger-menu_link:hover {
  filter: brightness(0.9);
}
.burger-menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}
.burger-menu_active .burger-menu_overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

.header__logo {
  font-size: 26px;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.header__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__content,
.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation__item {
  background-repeat: no-repeat;
}
.navigation__item:last-child {
  padding-right: 0;
}
.navigation__link {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
.navigation__link:hover {
  border-bottom: 2px solid #fff;
}
.header__btn {
  width: 100%;
  font-size: 0;
  max-width: 42px;
  line-height: 1;
  text-align: center;
  padding: 20px;
  border: 1px solid #fff;
  position: relative;
  display: block;
  background-color: transparent;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
}
.header__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: url(../images/icon-box.png) no-repeat center/17px #fff;
}
.header__btn {
  font-size: 18px;
  padding: 15px 15px 15px 25px;
  max-width: 224px;
}
.header__btn::before {
  left: 8px;
}
.promo {
  background: linear-gradient(180.08deg, #f9f9f9 10.37%, #e9e8e8 99.93%);
  overflow: hidden;
  margin-top: 60px;
}
.promo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
}
.promo-information__title {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #27235c;
  text-align: center;
  margin-bottom: 10px;
}
.promo-information__title--big {
  font-size: 36px;
  color: #cf0006;
  font-weight: 700;
  display: block;
}
.promo-information__subtitle {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #27235c;
}
.promo-list {
  margin-bottom: 30px;
}
.promo-list__item {
  padding-left: 20px;
  position: relative;
  color: #27235c;
  font-weight: 700;
  font-size: 18px;
}
.promo-list__item--small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 5px;
}
.promo-list__item:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 11px;
  height: 11px;
  background: #27235c;
  border-radius: 50%;
}
.promo-list__item:not(:last-child) {
  margin-bottom: 25px;
}
.promo-order {
  max-width: 350px;
  margin: 0 auto;
}
.promo-order__product {
  margin-bottom: 20px;
  position: relative;
}
.promo-order__product--action:before {
  content: "NEW";
  font-size: 22.2667px;
  font-weight: 700;
  color: #27235c;
}

.promo2 {
  margin-top: 0 !important;
}
.promo-order__button {
  margin: 0 auto;
}
.promo .block-circle,
.promo .block-wave,
.promo2 .block-circle,
.promo2 .promo-order {
  display: none;
}
.promo2 .promo-information__subtitle {
  border: 0;
  padding-bottom: 0;
}
.promo2 .promo-order__list {
  padding-right: 0px;
  max-width: 350px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  position: relative;
}
.promo2 .price {
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.promo2 .promo2__form {
  background: #27235c;
  border-radius: 16.4344px;
  padding: 15px;
}
.promo-order__list--action,
.promo-order__product--action:before {
  position: absolute;
  top: -5px;
  right: -5px;
  background: url(../images/icon-action.png) no-repeat center/contain;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  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;
  line-height: 1;
}
.promo-order__list--action {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.promo-order__list--action-top {
  font-size: 14px;
  font-weight: 700;
}
.promo-order__list--action-bottom {
  font-size: 20px;
  font-weight: 700;
}
.disease-content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 20px;
}

.disease-content__img {
  max-width: 180px;
  position: relative;
}
.disease-list__number:after,
.disease-net-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.disease-net {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
  right: -20px;
  width: 68%;
  height: 88%;
}
.disease-net-circle {
  position: absolute;
  right: 0;
  height: 1px;
  width: 100%;
}
.disease-net-circle--1 {
  width: 100%;
  top: 0;
}
.disease-net-circle--2 {
  top: 27%;
  width: 90%;
}
.disease-net-circle--3 {
  top: 42%;
  width: 84%;
}
.disease-net-circle--4 {
  top: 61%;
  width: 73%;
}
.disease-net-circle--5 {
  top: 100%;
  width: 68%;
}
.disease-net-circle::before {
  left: 0;
  width: 17px;
  height: 17px;
  background: #cf0007;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #cf0007;
  box-shadow: 0 0 0 0 #cf0007;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
.disease__text {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.disease__text b,
.expert__text b {
  color: #27235c;
  font-weight: 700;
}
.disease-list {
  counter-reset: disease;
}
.disease-list__item {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.disease-list__item:not(:last-child),
.expert__text:not(:last-of-type) {
  margin-bottom: 15px;
}
.disease-list__number {
  color: #fff;
  width: 30px;
  height: 30px;
  background: #cf0007;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  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;
  position: relative;
}
.disease-list__number::before {
  counter-increment: disease;
  content: counter(disease);
  line-height: 1;
}
.disease-list__name {
  color: #cf0007;
}
.symptoms {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f5f5f5),
    color-stop(#f2f1f2),
    color-stop(#efeeef),
    color-stop(#eceaec),
    to(#e9e6e9)
  );
  background: linear-gradient(
    to bottom,
    #f5f5f5,
    #f2f1f2,
    #efeeef,
    #eceaec,
    #e9e6e9
  );
  position: relative;
  z-index: 0;
}
  .symptoms {
    background: url(../images/symptoms-img.png) no-repeat 50.3% 76%/260px,
      -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), color-stop(#f3f3f3), color-stop(#f1f2f2), color-stop(#f0f1f1), color-stop(#eff0ef), color-stop(#edefef), color-stop(#ecedee), color-stop(#ececed), color-stop(#ebebec), color-stop(#eae9eb), color-stop(#e9e8ea), to(#e9e6e9));
    background: url(../images/symptoms-img.png) no-repeat 50.3% 92%/260px,
      linear-gradient(
        to bottom,
        #f4f4f4,
        #f3f3f3,
        #f1f2f2,
        #f0f1f1,
        #eff0ef,
        #edefef,
        #ecedee,
        #ececed,
        #ebebec,
        #eae9eb,
        #e9e8ea,
        #e9e6e9
      );
    overflow: hidden;
    padding-bottom: 300px !important;
  }
.symptoms-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.symptoms-list__icon,
.symptoms-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.symptoms-list__item {
  gap: 15px;
  width: 100%;
}
.symptoms-list__icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #27235c;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
}
.symptoms-list__icon img {
  max-height: 100%;
}
.symptoms-list__text {
  color: #27235c;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
.expert-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: 271px;
  height: 471px;
  background: url(../images/expert.png) no-repeat center/contain;
}

.expert-content {
  position: relative;
  padding-bottom: 500px;
}
.expert {
  padding-bottom: 0 !important;
}
.expert-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.expert-head__pack {
  width: 240px;
}
.expert__name,
.expert__subtitle {
  color: #27235c;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.expert__name {
  margin-top: 20px;
  padding-top: 20px;
  line-height: 1;
  margin-bottom: 13px;
  position: relative;
}
.expert__name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 81px;
  background: #a5a5a5;
}
.composition {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.composition__subtitle {
  color: #27235c;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
.composition-item__header,
.composition-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.composition-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  gap: 20px;
}
.composition-item__header {
  -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: 15px;
  margin-bottom: 5px;
}
.composition-item__header-center,
.composition-item__header-left,
.composition-item__header-right {
  bottom: 125%;
  position: absolute;
}
.composition-item__header-center {
  height: 40px;
  width: 1px;
  left: 50%;
  background: #cf0007;
}
.composition-item__header-center:after,
.composition-item__header-center:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #cf0007;
  border-radius: 50%;
  left: -3px;
}
.composition-item__header-center:before {
  bottom: 0;
}
.composition-item__header-center:after {
  top: 0;
}
.composition-item__header-left,
.composition-item__header-right {
  height: 138px;
  width: 100px;
  border-top: 1px solid #cf0007;
}
.composition-item__name {
  color: #27235c;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.composition-item__text {
  text-align: center;
}
.action {
  background: #27235c;
}
.action__content {
  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;
  gap: 15px;
}
.action__title {
  text-align: center;
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  font-weight: 700;
}
.price-old {
  font-size: 28.1033px;
  line-height: 1;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #fff;
}
.price-new {
  font-size: 33.8462px;
  line-height: 1;
  color: #ffd600;
}
.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  max-width: 450px;
  width: 100%;
}
.form__input {
  height: 62px;
  padding-left: 22px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-family: inherit;
  border-radius: 40px;
  border: 0;
}
.working {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.working__subtitle {
  text-align: center;
  margin-bottom: 45px;
}
.working-list,
.working__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
}
.working__content {
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.working-list {
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.working-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  height: 100%;
  width: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#cf0007),
    color-stop(41.15%, #ff8a00),
    to(#10cb00)
  );
  background: linear-gradient(180deg, #cf0007 0, #ff8a00 41.15%, #10cb00 100%);
}
.working-list:after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: 2px;
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #10cb00;
  border-right: 3px solid #10cb00;
  -webkit-transform: rotate(28deg) skew(-15deg, 20deg);
  transform: rotate(28deg) skew(-15deg, 20deg);
}
.working-item {
  padding-left: 40px;
  position: relative;
}
.working-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #000;
}
.working-item--1:before {
  background-color: #d40f07;
}
.working-item--2:before {
  background-color: #f05d03;
}
.working-item--3:before {
  background-color: #e09301;
}
.working-item--4:before {
  background-color: #39c001;
}
.working-item__period {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.working-item__period--1 {
  color: #d40f07;
}
.working-item__period--2 {
  color: #f05d03;
}
.working-item__period--3 {
  color: #e09301;
}
.working-item__period--4 {
  color: #39c001;
}
.use-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 25px;
}
.use-content,
.use-item,
.use-item::before,
.use-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.use-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  counter-reset: use;
}
.use-item,
.use-item::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}
.use-item {
  gap: 15px;
  position: relative;
  color: #27235c;
  font-size: 16px;
  line-height: 1.5;
}
.use-item::before {
  counter-increment: use;
  content: counter(use);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25.1033px;
  line-height: 1;
  background: #27235c;
  color: #fff;
}
.use-item:not(:last-child) {
  padding-bottom: 20px;
  position: relative;
}
.use-item:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60px;
  background: #a5a5a5;
  width: 222px;
  height: 1px;
}
.attention {
  background: #27235c;
  padding: 30px 0 !important;
}
.attention__text,
.attention__title {
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
.attention__title {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.attention__text {
  font-size: 18px;
  margin-bottom: 20px;
}
.attention__button {
  max-width: 396px;
  margin: 0 auto;
}
.reviews {
  border-bottom: 1px solid #ccc;
}
.reviews__subtitle {
  margin-bottom: 30px;
  color: #27235c;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.reviews-item,
.reviews-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}
.reviews-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  position: relative;
}
.reviews-item:not(:last-child) {
  padding-bottom: 20px;
}
.reviews-item:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 202px;
  height: 1px;
  background: #27235c;
}
.reviews__avatar {
  width: 100px;
}
.reviews-info {
  text-align: center;
}
.reviews-info__title {
  font-size: 20px;
  line-height: 1.2;
  color: #27235c;
  margin-bottom: 10px;
}
.reviews-info__line {
  margin-bottom: 15px;
}
.reviews-info__rating {
  width: 125px;
  margin: 0 auto 10px;
  height: 21px;
  background: url(../images/star-on.png) repeat-x left center;
}
.reviews-info__data {
  color: #5c5c5b;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.reviews-info__text {
  font-size: 16px;
  line-height: 1.5;
}
.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 15px;
  background: linear-gradient(180.08deg, #f8f8f8 10.37%, #e9e8e8 99.93%);
  border-radius: 10px 10px 0 0;
}
.faq-item {
  cursor: pointer;
}
.faq-item--show .faq-item__text {
  max-height: 800px;
  margin-top: 10px;
}
.faq-item--show .faq-item__title:after {
  opacity: 0;
}
.faq-item__title {
  font-size: 18px;
  line-height: 1.2;
  color: #27235c;
  font-weight: 700;
  padding-right: 40px;
  position: relative;
}
.faq-item__title::after,
.faq-item__title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 21px;
  height: 4px;
  background: #cf0007;
  right: 0;
}
.faq-item__title::after {
  height: 21px;
  right: 8px;
  width: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq-item__text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-height: 0;
  overflow: hidden;
}
.faq-item:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #888;
}
.faq-expert__image {
  height: 300px;
  overflow: hidden;
}
.faq-expert__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.faq-expert__data {
  background: #27235c;
  border-radius: 0 0 10px 10px;
  padding: 15px;
  color: #fff;
}
.faq-expert__name {
  margin-bottom: 5px;
  font-weight: 700;
}
footer {
  margin: 10px 0;
}
.popup__title {
  font-size: 28px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 45px;
  max-width: 300px;
}
.popup__logo,
.popup__title--big {
  font-size: 38px;
  font-weight: 700;
}
.popup__logo {
  font-size: 36px;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}
.popup__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #27235c;
  border-radius: 20px;
  padding: 15px;
}
.popup__content .btn {
  font-size: 18px;
}
.popup__content .promo-order__product--action:before {
  width: 91px !important;
  height: 91px !important;
  top: -45px;
  font-size: 27px;
}
.popup__content .form__input,
.popup__content .promo2__form {
  width: 100%;
}
.popup__content .price {
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 5px;
}
.popup__content .form__content::before {
  right: -44px;
  top: -25px;
  left: -25px;
}
.popup__content .promo__pack {
  width: 361px;
  position: relative;
  top: 0;
  left: 0;
}
.popup__content .promo__sert {
  width: auto;
  height: auto;
  top: -30px;
  right: -20px;
  left: auto;
}
.popup__content .form__secure {
  display: none;
}
.popup__left {
  margin-right: 62px;
  display: none;
}
.popup__right {
  max-width: 100%;
}
.popup__prod {
  position: relative;
  width: 316px;
}
.ever-popup.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.ever-popup__inner {
  margin: 0 auto !important;
}
.block {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 480px) {
  .container {
    width: 480px;
  }
  .title {
    font-size: 30px;
  }
  .composition-item {
    width: calc(50% - 20px);
  }
  .price-old {
    font-size: 35px;
  }
  .price-new {
    font-size: 42px;
  }
  .popup__content .form__content::before {
    left: -45px;
    right: auto;
  }
  .block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 640px) {
  .title {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .header__content {
    position: absolute;
    top: 0;
    right: -280px;
    width: 280px;
    height: 340px;
    padding-top: 50px;
    transition: 0.3px;
  }

  .header.active .header__content {
    right: 0;
    background-color: #27235c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 0 0 0 40px;
  }

  .navigation__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .promo2 .promo-order__list {
    margin-bottom: 20px!important;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 768px;
  }
  .disease-net {
    border-right: 1px solid #a5a5a5;
  }

  .disease-net-circle {
    background-color: #a5a5a5;
  }

  .disease-content {
    flex-direction: row;
    gap: 20px;
  }

  .disease-content__img {
    flex-shrink: 0;
    max-width: 250px;
  }

  .disease-content__info {
    padding-left: 20px;
    overflow: hidden;
  }

  .disease-list__number:after {
    right: 100%;
    width: 100px;
    height: 1px;
    background-color: #a5a5a5;
  }

  .title {
    font-size: 38px;
  }

  .disease__title {
    font-size: 26px;
    text-align: left;
  }

  .promo {
    margin-top: 80px;
  }
  .header__logo {
    font-size: 32px;
  }
  .header__mobile {
    display: none;
  }
  .header__nav {
    display: block;
  }
  .navigation__item {
    padding-right: 26px;
  }
  .header__btn {
    font-size: 18px;
    padding: 15px 15px 15px 25px;
    max-width: 224px;
  }
  .header__btn::before {
    left: 8px;
  }
  .promo-content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .promo-information {
    max-width: 350px;
  }
  .promo-information__title {
    text-align: left;
    font-size: 34px;
  }
  .promo-information__title--big {
    text-align: left;
    font-size: 40px;
  }
  .promo-list {
    margin-bottom: 0;
  }
  .promo-order {
    margin: 0;
  }
  .promo-order__product {
    margin-bottom: 15px;
  }
  .promo2 .promo-information__title {
    text-align: center;
    width: 100%;
  }
  .promo2 .promo-information__title .promo-information__title--big {
    display: block;
    text-align: center;
  }
  .promo2 .promo-information__subtitle {
    text-align: center;
  }
  .promo2 .promo-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .promo2 .promo-order__list {
    order: 1;
  }
  .disease__text {
    margin-bottom: 22px;
    font-size: 16px;
  }
  .symptoms-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }
  .symptoms-list__item {
    width: 48%;
  }
  .composition-list {
    gap: 30px;
  }
  .action__content,
  .action__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .action__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .action__form {
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .action .form__button,
  .action .form__input {
    width: calc(33.33% - 15px);
  }
  .action .form__button {
    font-size: 17px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .working__subtitle {
    margin-bottom: 25px;
  }
  .working-list {
    gap: 30px;
  }
  .working-product {
    width: 450px;
    max-width: 100%;
  }
  .use-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .use__title {
    width: 768px;
    margin-left: -360px;
    text-align: center;
  }
  .use-product {
    max-width: 350px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .use-product img {
    width: 300px;
    position: relative;
    top: 55px;
  }
  .reviews-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 25px;
  }
  .reviews-item:not(:last-child):before {
    -webkit-transform: none;
    transform: none;
    left: 125px;
  }
  .reviews__avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .reviews-info {
    text-align: left;
  }
  .reviews-info__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .reviews-info__rating {
    margin: 0;
  }
  .faq-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .faq-list {
    border-radius: 10px 0 0 10px;
  }
  .faq-expert {
    width: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 492px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq-expert__image {
    height: 100%;
    border-radius: 0 10px 0 0;
  }
  .faq-expert__image img {
    height: 100%;
  }
  .faq-expert__data {
    border-radius: 0 0 10px 0;
  }
  .block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .popup__logo {
    display: none;
  }
  .popup__content {
    padding: 45px 30px 30px 40px;
  }
  .popup__content .form {
    gap: 20px;
  }
  .popup__content .form__input {
    padding-left: 34px;
    height: 78px;
  }

  .popup__content .form__content::before {
    right: -45px;
    left: auto;
  }
  .popup__content .form__secure,
  .popup__left {
    display: block;
  }
  .popup__right {
    width: 330px;
  }
  .popup__content .price {
    gap: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    width: 1024px;
    padding: 0 25px;
  }
  .title {
    font-size: 45px;
  }
  .disease__text {
    margin-bottom: 25px;
    font-size: 19px;
  }
    .symptoms {

      background-position: 50.3% 76%;

    padding-bottom: 60px !important;
  }
  .promo2 .promo-order__list {
    order: inherit;
  }
  .header {
    padding: 20px 15px;
  }
  .header__logo {
    font-size: 36px;
  }
  .navigation__item {
    padding-right: 42px;
  }
  .navigation__link {
    font-size: 18px;
  }
  .promo {
    padding-bottom: 0 !important;
    margin-top: 90px;
  }
  .promo-content {
    padding: 0 0 39px;
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
  }
  .promo-content:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -456px;
    background: url(../images/promo-bg.png) no-repeat center/contain;
    width: 690px;
    height: 584px;
  }
  .promo-information__title {
    text-align: left;
    font-size: 32px;
  }
  .promo-information__title--big {
    text-align: left;
    font-size: 42px;
  }
  .promo-order__product--action:before {
    top: -30px;
    right: -30px;
  }
  .promo-order__button {
    margin: 0 0 0 auto;
  }
  .promo2 .promo-order {
    display: block;
  }
  .promo2 .promo-order__list {
    display: none;
  }
  .promo2 .promo2__form {
    padding: 25px;
  }
  .promo2 .promo-information__title .promo-information__title--big {
    text-align: left;
  }
  .promo2 .promo-information__subtitle,
  .promo2 .promo-information__title {
    text-align: left;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 500px;
  }
  .promo2 .promo-information {
    max-width: 350px;
  }
  .disease-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
  .disease-content__img {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 350px;
    position: relative;
  }
  .disease-content__info {
    padding-left: 30px;
    overflow: hidden;
  }
  .disease__title {
    text-align: left !important;
    margin-bottom: 30px;
  }
  .disease__text {
    margin-bottom: 30px;
  }
  .disease-list__item:not(:last-child) {
    margin-bottom: 28px;
  }
  .disease-list__number:after,
  .disease-net-circle::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .disease-list__number:after {
    right: 100%;
    width: 100px;
    height: 1px;
    background-color: #a5a5a5;
  }
  .disease-net {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-52%);
    transform: translateY(-52%);
    right: -20px;
    border-right: 1px solid #a5a5a5;
    width: 60%;
    height: 88%;
  }
  .disease-net-circle {
    position: absolute;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #a5a5a5;
  }
  .disease-net-circle--1 {
    width: 100%;
    top: 0;
  }
  .disease-net-circle--2 {
    top: 27%;
    width: 90%;
  }
  .disease-net-circle--3 {
    top: 42%;
    width: 84%;
  }
  .disease-net-circle--4 {
    top: 61%;
    width: 73%;
  }
  .disease-net-circle--5 {
    top: 100%;
    width: 68%;
  }
  .disease-net-circle::before {
    left: 0;
    width: 17px;
    height: 17px;
    background: #cf0007;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #cf0007;
    box-shadow: 0 0 0 0 #cf0007;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
  }

  .symptoms__title {
    margin-bottom: 50px;
  }
  .symptoms-list__item {
    width: 350px;
  }
  .symptoms-list__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .symptoms-list__item:nth-child(odd) .symptoms-list__text {
    text-align: right;
  }
  .symptoms-list__item:nth-child(1),
  .symptoms-list__item:nth-child(2) {
    padding-bottom: 22px;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .symptoms-list__item:nth-child(1)::before,
  .symptoms-list__item:nth-child(2)::before {
    position: absolute;
    bottom: 0;
    width: 84%;
    height: 1px;
    background-color: #a5a5a5;
  }
  .symptoms-list__item:nth-child(2)::before {
    content: "";
    right: 0;
  }
  .symptoms-list__item:nth-child(1)::before {
    content: "";
    right: auto;
    left: 0;
  }
  .symptoms-list__text {
    font-size: 19px;
  }
  .expert {
    padding-bottom: 0 !important;
  }
  .expert-content {
    padding-right: 440px;
    position: relative;
    padding-bottom: 60px;
  }
  .expert-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transform: none;
    width: 385px;
    height: 628px;
    background: url(../images/expert.png) no-repeat center/contain;
  }
  .expert-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
  }
  .expert-head__pack,
  .expert-head__title {
    width: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .expert-head__title {
    text-align: left !important;
    margin-bottom: 0;
    width: 564px;
    max-width: 483px;
  }
  .expert__name,
  .expert__subtitle {
    font-size: 19px;
  }
  .composition__subtitle {
    font-size: 19px;
    margin-bottom: 45px;
  }
  .composition-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-top: 250px;
  }
  .composition-list:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 603px;
    height: 246px;
    background: url(../images/composition-img.webp) no-repeat center/contain;
  }
  .composition-item {
    width: 28%;
  }
  .composition-item__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 15px;
    position: relative;
  }
  .composition-item__header-left {
    left: 50%;
    border-left: 1px solid #cf0007;
  }
  .composition-item__header-left:after,
  .composition-item__header-left:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #cf0007;
    border-radius: 50%;
  }
  .composition-item__header-left:before {
    bottom: 0;
    left: -4.5px;
  }
  .composition-item__header-left:after {
    right: 0;
    top: -4.5px;
  }
  .composition-item__header-right {
    right: 50%;
    border-right: 1px solid #cf0007;
  }
  .composition-item__header-right:after,
  .composition-item__header-right:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #cf0007;
    border-radius: 50%;
  }
  .composition-item__header-right:before {
    bottom: 0;
    right: -4.5px;
  }
  .composition-item__header-right:after {
    left: 0;
    top: -4.5px;
  }
  .composition-item__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .composition-item__name,
  .composition-item__text {
    text-align: left;
  }
  .action {
    padding: 35px 0 !important;
  }
  .action__content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .action__title {
    text-align: left;
    font-size: 25px;
  }
  .action__price {
    -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;
  }
  .action__price .price-old {
    text-align: right;
    font-size: 24px;
    width: 100%;
  }
  .action__price .price-new {
    font-size: 18px;
  }
  .action .form__button {
    font-size: 20px;
    line-height: 1.1;
    text-align: left;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .working__subtitle {
    max-width: 930px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .working__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .working-item__period {
    font-size: 19px;
  }
  .working-product {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    width: 450px;
  }
  .use__title {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .use-item {
    font-size: 19px;
  }
  .use-item::before {
    width: 55px;
    height: 55px;
    font-size: 35px;
  }
  .use-item:not(:last-child):after {
    left: 75px;
  }
  .use-product {
    max-width: 420px;
  }
  .use-product img {
    width: auto;
    top: auto;
  }
  .reviews__subtitle {
    font-size: 19px;
  }
  .reviews-list {
    gap: 40px;
  }
  .reviews-item:not(:last-child) {
    padding-bottom: 45px;
  }
  .reviews-item:not(:last-child):before {
    left: 165px;
  }
  .reviews__avatar {
    width: 140px;
    height: 140px;
  }
  .reviews-info__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .reviews-info__text {
    font-size: 17px;
  }
  .faq-list {
    padding: 35px;
  }
  .faq-expert {
    width: 350px;
    height: 511px;
  }
  .popup__content .btn {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 22px;
  }
  .block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1360px) {
  .container {
    width: 1360px;
  }
  .promo-information {
    max-width: 413px;
  }

  .promo-content:before {
    right: -146px;

    width: 690px;
    height: 513px;
  }

  .disease__text {
    margin-bottom: 52px;
  }

  .symptoms-list__item:nth-child(odd) {
    margin-right: 200px;
  }

  .symptoms {
    padding-bottom: 135px !important;
    background-position: 50.3% 86%;
    background-size: 400px;
  }

  .expert-content {
    padding-right: 523px;
  }

  .expert-head__pack {
    width: 240px;
  }

  .expert-content:after {
    width: 455px;
    height: 660px;
    right: 44px;
  }

  .composition-item__header-left,
  .composition-item__header-right {
    height: 148px;
    width: 244px;
  }

  .working-product {
    width: 450px;
    margin: 0;
    position: relative;
    top: 30px;
  }

  .use-product {
    max-width: 568px;
  }

  .attention__content {
    display: flex;

    align-items: center;
    gap: 100px;
  }

  .attention__title,
  .attention__text {
    text-align: left;
  }

  .faq-expert {
    width: 409px;
    height: 467px;
  }
  .promo2 .promo-information {
    max-width: 426px;
  }
}
@media screen and (min-width: 1610px) {
  .container {
    width: 1610px;
  }
  .title {
    font-size: 60px;
  }
  .btn {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .btn::before {
    right: 35px;
  }
  .block-circle,
  .block-wave {
    position: absolute;
    z-index: -1;
  }
  .block-wave {
    top: 84px;
    right: -100px;
    width: 366px;
    height: 221px;
    background: url(../images/icon-bg-line.png) repeat-y top left;
  }

  .block-circle {
    bottom: -209px;
    left: 74px;
    width: 258px;
    height: 333px;
    background: url(../images/icon-bg-circle.png) top left;
  }
  .header__logo {
    font-size: 40px;
  }
  .navigation__item {
    padding: 7px 59px !important;
  }
  .promo {
    padding-top: 65px !important;
  }
  .promo-content {
    padding-bottom: 73px;
    gap: 70px;
  }
  .promo-content:before {
    width: 854px;
    height: 722px;
    right: -315px;
  }
  .promo-information {
    max-width: 529px;
  }
  .promo-information__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .promo-information__title--big {
    font-size: 65px;
  }
  .promo-information__subtitle {
    line-height: 1.67;
    font-size: 18px;
    margin-bottom: 35px;
    padding-bottom: 32px;
  }
  .promo-list__item {
    line-height: 1.56;
    font-size: 22px;
    padding-left: 30px;
  }
  .promo-list__item--small {
    font-size: 18px;
    margin-top: 1px;
    line-height: 1.67;
  }
  .promo-list__item:before {
    top: 9px;
  }
  .promo-list__item:not(:last-child) {
    margin-bottom: 37px;
  }
  .promo-order {
    max-width: 470px;
    margin-left: -15px;
  }
  .promo-order__product {
    margin-bottom: 105px;
  }
  .promo-order__product--action:before {
    width: 115px;
    height: 115px;
    font-size: 32px;
  }
  .promo-order__button {
    max-width: 396px;
  }
  .promo .block-wave {
    right: auto;
    top: 13px;
    left: -410px;
    display: block;
  }
  .promo .block-circle {
    top: -253px;
    bottom: auto;
    left: auto;
    right: 222px;
    display: block;
  }
  .promo2 {
    padding-top: 121px !important;
  }
  .promo2 .promo-order {
    max-width: 425px;
  }
  .promo2 .promo-order__product {
    margin-top: 100px;
    margin-bottom: 0;
  }
  .promo2 .promo-order__product img {
    width: 520px;
  }
  .promo2 .block-circle {
    top: -221px;
    bottom: auto;
    left: auto;
    right: 420px;
    display: block;
  }
  .promo2 .price {
    margin-bottom: 16px;
  }
  .promo2 .form {
    gap: 21px;
  }
  .promo2 .promo2__form {
    padding: 40px 30px;
    width: 401px;
  }
  .promo2 .form__button {
    font-size: 18px;
    padding-top: 21px;
    padding-bottom: 24px;
  }
  .promo2 .promo-information__title {
    width: 700px;
  }
  .promo2 .promo-information__subtitle {
    width: 700px;
    margin-bottom: 52px;
  }
  .promo2 .promo-information {
    max-width: 470px;
  }
  .promo-order__list--action {
    width: 137px;
    height: 137px;
    top: -70px;
    right: -30px;
  }
  .promo-order__list--action-top {
    font-size: 20px;
  }
  .promo-order__list--action-bottom {
    font-size: 45px;
  }
  .disease {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .disease-content__img {
    max-width: 374px;
    margin-left: -10px;
  }
  .disease-content__info {
    padding-left: 80px;
  }
  .disease__text {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 54px;
  }
  .disease__text:last-of-type {
    margin-bottom: 43px;
  }
  .disease__title {
    margin-bottom: 50px;
  }
  .disease-list__item {
    font-size: 22px;
    line-height: 30px;
  }
  .disease-list__item:not(:last-child) {
    margin-bottom: 32px;
  }
  .disease-list__number {
    width: 37px;
    height: 37px;
    margin-right: 32px;
  }
  .disease-net {
    right: -40px;
    width: 66%;
  }
  .symptoms {
    padding-top: 130px;
    padding-bottom: 225px !important;
    background-position: 50.3% 76%;
    background-size: 558px;
  }
  .symptoms__title {
    margin-bottom: 124px;
  }
  .symptoms-list__item {
    width: 430px;
    gap: 40px;
  }
  .symptoms-list__item:nth-child(odd) {
    margin-right: 400px;
  }
  .symptoms-list__item:nth-child(1)::before,
  .symptoms-list__item:nth-child(2)::before {
    width: 74%;
  }
  .symptoms-list__icon {
    width: 69px;
    height: 69px;
    padding: 0;
    margin-top: 7px;
  }
  .symptoms-list__text {
    font-size: 22px;
  }
  .symptoms .block-circle {
    bottom: -435px;
    left: -90px;
  }
  .symptoms .block-wave {
    top: -50px;
    right: -270px;
  }
  .expert {
    padding-top: 133px;
  }
  .expert-content {
    padding-right: 730px;
    padding-left: 70px;
    padding-bottom: 107px;
  }
  .expert-content:after {
    width: 560px;
    height: 972px;
    right: 75px;
  }
  .expert-head {
    gap: 55px;
    margin-bottom: 45px;
  }
  .expert-head__pack {
    width: 250px;
  }
  .expert-head__title {
    width: 690px;
    max-width: 690px;
  }
  .expert__subtitle {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .expert__text {
    font-size: 18px;
    line-height: 30px;
  }
  .expert__text:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .expert__name {
    font-size: 22px;
    margin-top: 40px;
    padding-top: 51px;
  }
  .expert__prof {
    font-size: 18px;
    line-height: 30px;
  }
  .composition {
    padding-top: 121px;
    padding-bottom: 105px;
  }
  .composition__title {
    margin-bottom: 31px;
  }
  .composition__subtitle {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 75px;
  }
  .composition-list {
    padding: 299px 144px 0;
  }
  .composition-list:before {
    width: 705px;
    height: 305px;
    -webkit-transform: translateX(-49%);
    transform: translateX(-49%);
  }
  .composition-item {
    width: 30%;
  }
  .composition-item__header {
    gap: 20px;
    margin-bottom: 24px;
  }
  .composition-item__header-center,
  .composition-item__header-left,
  .composition-item__header-right {
    bottom: 129%;
  }
  .composition-item__header-center {
    height: 45px;
  }
  .composition-item__header-left,
  .composition-item__header-right {
    height: 175px;
    width: 173px;
  }
  .composition-item__header-left {
    left: 54%;
  }
  .composition-item__header-right {
    right: 53%;
  }
  .composition-item__name {
    font-size: 22px;
    line-height: 30px;
  }
  .composition-item__text {
    font-size: 18px;
    line-height: 27px;
  }
  .composition .block-circle {
    bottom: -384px;
    left: -90px;
  }
  .composition .block-wave {
    top: 48px;
    right: -270px;
  }
  .action__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
  }
  .action__title {
    font-size: 45px;
  }
  .action__price {
    gap: 0;
  }
  .action__price .price-old {
    font-size: 38px;
  }
  .action__price .price-new {
    font-size: 54px;
  }
  .action__form {
    gap: 20px;
    margin-left: auto;
  }
  .action .form__input {
    width: 304px;
    height: 78px;
  }
  .action .form__button {
    height: 78px;
    width: 331px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 22px;
    padding-left: 30px;
  }
  .working {
    padding-top: 138px;
    padding-bottom: 125px;
  }
  .working__subtitle {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 66px;
  }
  .working-list {
    margin-left: 28px;
    gap: 35px;
    max-width: 725px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .working-item {
    padding-left: 72px;
  }
  .working-item__period {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .working-item__text {
    font-size: 18px;
    line-height: 27px;
  }
  .working-product {

    position: relative;
    top: 30px;
  }
  .working__content {
    justify-content: center;
  }
  .use {
    padding-top: 127px;
    padding-bottom: 93px;
  }
  .use-content {
    gap: 121px;
    justify-content: center;
  }
  .use__title {
    margin-bottom: 62px;
  }
  .use-list {
    gap: 36px;
  }
  .use-item {
    font-size: 22px;
    line-height: 32px;
    gap: 31px;
    max-width: 600px;
  }
  .use-item::before {
    width: 70px;
    height: 70px;
    font-size: 48px;
  }
  .use-item:not(:last-child) {
    padding-bottom: 52px;
  }
  .use-item:not(:last-child):after {
    left: 102px;
  }
  .use-product {
    max-width: 700px;
    margin-top: 0px;
    margin-left: 0px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .use .block-circle {
    bottom: -264px;
    left: -121px;
  }
  .use .block-wave {
    top: -52px;
    right: -353px;
  }
  .attention {
    padding: 36px 0 !important;
  }
  .attention__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 170px;
  }
  .attention__title {
    font-size: 35px;
    line-height: 45px;
    text-align: left;
    margin-bottom: 14px;
  }
  .attention__text {
    font-size: 22px;
    text-align: left;
    margin-bottom: 0;
  }
  .attention__button {
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .reviews {
    padding-top: 124px;
    padding-bottom: 120px;
  }
  .reviews__subtitle {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 78px;
  }
  .reviews-list {
    padding-left: 223px;
    padding-right: 260px;
    gap: 36px;
  }
  .reviews-item {
    gap: 60px;
  }
  .reviews-item:not(:last-child) {
    padding-bottom: 37px;
  }
  .reviews-item:not(:last-child):before {
    left: 220px;
  }
  .reviews__avatar {
    width: 160px;
    height: 160px;
  }
  .reviews-info__title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 4px;
  }
  .reviews-info__line {
    margin-bottom: 19px;
  }
  .reviews-info__data {
    font-size: 18px;
    line-height: 30px;
  }
  .reviews-info__text {
    font-size: 18px;
    line-height: 27px;
  }
  .faq {
    padding-top: 102px;
    padding-bottom: 130px;
  }
  .faq__title {
    margin-bottom: 61px;
  }
  .faq-content {
    padding: 0 140px;
  }
  .faq-list {
    padding-left: 56px;
    padding-top: 47px;
    padding-right: 31px;
    border-radius: 20px 0 0 20px;
  }
  .faq-item__title {
    padding-right: 70px;
    line-height: 27px;
  }
  .faq-item__title::after,
  .faq-item__title::before {
    top: 13px;
    right: 21px;
    -webkit-transform: none;
    transform: none;
  }
  .faq-item__title::after {
    top: 5px;
    right: 29px;
  }
  .faq-item__text {
    font-size: 18px;
    line-height: 27px;
  }
  .faq-expert {
    width: 445px;
    height: 544px;
  }
  .faq-expert__image {
    border-radius: 0 20px 0 0;
  }
  .faq-expert__data {
    border-radius: 0 0 20px 0;
    font-size: 18px;
    line-height: 1.2;
  }
  footer {
    margin: 30px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .symptoms-list {
    gap: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1610px) {
  .symptoms-list {
    gap: 54px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1610px) {
  .disease-content {
    gap: 40px;
  }
}
