html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #000000;
  background: #f9f9ff;
}

img {
  max-width: 100%;
}

ul,
li {
  list-style: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/*-----------------------------------------Common-----------------------------------------*/
.container {
  position: relative;
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 1;
}

.overflow {
  overflow: hidden;
}

.logo {
  font-weight: 800;
  font-size: 50px;
  line-height: 1;
  color: #3550e1;
}

.logo--white {
  color: #ffffff;
}

.logo__sup {
  position: relative;
  top: -15px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.accent {
  color: #ff121c;
}

.accent-darker {
  color: #e22830;
}

.uppercase {
  text-transform: uppercase;
}

.extrabold {
  font-weight: 800;
}

.title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
}

.background {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 7px;
  font-weight: 700;
  color: #ffffff;
  background: #e22830;
  border-radius: 10px 0px;
}

.background--blue {
  background: #3550e1;
}

.background--light-blue {
  background: #677be4;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg--forward {
  z-index: 2;
}

.image {
  position: absolute;
}

.common {
  padding: 65px 0 80px;
  background-color: rgba(154, 169, 250, 0.2);
  background: url("../images/common-top-background.png?v1") top right no-repeat,
    linear-gradient(
        to right,
        rgba(154, 169, 250, 0.2) 0%,
        rgba(181, 220, 235, 0.2) 48%,
        rgba(204, 175, 249, 0.2) 98%
      )
      no-repeat;
}

.common__title {
  font-weight: 600;
  font-size: 20px;
}

.common__list {
  margin-top: 25px;
}

.common__item {
  position: relative;
  padding-left: 35px;
  font-weight: 600;
}

.common__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  background: url("../images/common-list-marker.svg") center no-repeat;
  background-size: contain;
}

.common__strong {
  font-weight: 800;
  color: #3550e1;
}

.common__strong--white {
  color: #ffffff;
}

.common__item:not(:first-of-type) {
  margin-top: 20px;
}

.common__center {
  position: relative;
  max-width: 290px;
  min-height: 465px;
  margin: 60px auto 0;
  padding-top: 230px;
  z-index: 1;
}

.common__center::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 325px;
  height: 339px;
  background: url("../images/common-image.png?v1") no-repeat;
  z-index: -1;
}

.common__product-wrapper {
  position: relative;
  font-size: 0;
  text-align: center;
}

.common__discount {
  position: absolute;
  left: 0;
  bottom: 55px;
  width: 116px;
  height: 116px;
  padding: 20px 10px 12px 4px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  border: 12px solid rgba(255, 255, 255, 0.3);
  background-clip: padding-box;
  background-color: #e22830;
  transform: rotate(10deg);
  z-index: 1;
}

.common__discount-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  font-family: "Caveat", cursive;
  letter-spacing: -0.06em;
}

.common__discount-amount {
  font-size: 0;
  padding: 0 5px;
  margin-top: 5px;
}

.common__discount-number,
.common__discount-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.common__discount-number {
  max-width: 50px;
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
}

.common__discount-wrapper {
  max-width: calc(100% - 50px);
}

.common__discount-sup {
  display: block;
  font-weight: 800;
  font-size: 9px;
  line-height: 1;
  text-transform: uppercase;
}

.common__discount-sub {
  display: block;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
}

.common__right {
  position: relative;
  margin-top: -75px;
  z-index: 1;
}

.common__virus-image--1 {
  max-width: 160px;
  bottom: 540px;
  left: calc(50% - 127px);
}

.common__virus-image--2 {
  max-width: 125px;
  bottom: 600px;
  right: calc(50% - 165px);
}

.common__virus-image--3 {
  max-width: 80px;
  bottom: 835px;
  left: calc(50% - 75px);
  z-index: 2;
}

.order {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 25px 20px;
  border-radius: 20px;
  border: 7px solid rgba(255, 255, 255, 0.3);
  background-clip: padding-box;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px rgba(53, 80, 225, 0.22);
}

.order__title {
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #0a0a0a;
}

.order__form {
  margin-top: 20px;
}

.order__label {
  display: block;
  width: 100%;
}

.order__label:not(:first-of-type) {
  margin-top: 15px;
}

.order__field {
  display: block;
  width: 100%;
  min-height: 39px;
  padding: 10px 6px;
  font-size: 12px;
  line-height: 1;
  color: #0a0a0a;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  border: 1px solid #afbcff;
  border-radius: 20px;
  outline: none;
}

.order__field--select::-ms-expand {
  display: none;
}

.order__field--select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/customselect.png?v1");
  background-repeat: no-repeat;
  background-position: center right 15px;
}

.order__field::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 1;
  color: #0a0a0a;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  opacity: 1;
}
.order__field::-moz-placeholder {
  font-size: 12px;
  line-height: 1;
  color: #0a0a0a;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  opacity: 1;
}
.order__field:-moz-placeholder {
  font-size: 12px;
  line-height: 1;
  color: #0a0a0a;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  opacity: 1;
}
.order__field:-ms-input-placeholder {
  font-size: 12px;
  line-height: 1;
  color: #0a0a0a;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  opacity: 1;
}

.order__field:focus {
  box-shadow: 0 0 7px 0 rgba(53, 80, 225, 0.5);
}

.order__prices {
  margin: 0 -25px 20px;

  background-color: #e8f6ff;
}

.order__price {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 0;
}

.order__price p {
  text-align: center;
}

.order__price-item {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  max-width: calc((100% - 10px) / 2);
  font-size: 11px;
  line-height: 1;
  color: #888888;
}

.order__price-item:first-of-type {
  margin-right: 10px;
}

.order__price-item--new {
  color: #3550e1;
}

/* .order__price-item--old {
  padding-left: 20px;
} */

.order__price-number {
  display: block;
  margin-top: 3px;
  font-size: 18px;
  line-height: 1;
}

.order__price-number--new {
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
}

.order__currency {
  font-size: 12px;
  text-transform: uppercase;
}

.order__currency--new {
  font-weight: 800;
}

.order__price-number--old,
.order__currency--old {
  text-decoration: line-through;
}

.order__button {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 12px;
  font-weight: 700;
  font-size: 14px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  border: none;
  background-color: #3550e1;
  box-shadow: 0px 22px 44px -12px rgba(53, 80, 225, 0.82);
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.order__button:hover {
  background-color: #e22830;
  box-shadow: 0px 22px 44px -12px rgba(226, 40, 48, 0.82);
}

.intro {
  padding: 70px 0;
  background-color: #f9f9ff;
}

.intro__attention-wrapper {
  position: relative;
  margin-top: 30px;
  padding-top: 229px;
}

.intro__attention-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 225px;
  height: 229px;
  background: url("../images/intro-image.png?v1") center no-repeat;
  background-size: contain;
}

.intro__attention {
  position: relative;
  margin-top: 30px;
  padding: 25px 15px 25px 60px;
  color: #ffffff;
  background-color: #e22830;
  background: url("../images/intro-attention-background.jpg") center no-repeat;
  background-size: cover;
}

.intro__attention::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: block;
  width: 41px;
  height: 41px;
  background: url("../images/intro-attention-icon.svg") no-repeat;
}

.intro__desc {
  margin-top: 30px;
}

.intro__virus-image--1 {
  max-width: 80px;
  top: 63px;
  right: -200px;
}

.intro__virus-image--2 {
  max-width: 75px;
  top: 70%;
  right: -120px;
}

.intro__virus-image--3 {
  max-width: 40px;
  top: 290px;
  left: -150px;
}

.lesions {
  padding: 80px 0;
  color: #ffffff;
  background-color: #6c0d11;
  background: url("../images/lesions-background.jpg") no-repeat,
    linear-gradient(180deg, #6c0d11 0%, #991117 100%) no-repeat;
  background-size: cover, cover;
}

.lesions__title {
  color: #ffffff;
  text-align: center;
}

.lesions__list {
  margin-top: 25px;
}

.lesions__item {
  position: relative;
  max-width: 240px;
  margin: 0 auto;
  padding-top: 160px;
  text-align: center;
}

.lesions__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 152px;
  height: 132px;
}

.lesions__item--first::before {
  background: url("../images/lesions-image1.png?v1") no-repeat;
}

.lesions__item--second::before {
  background: url("../images/lesions-image2.png?v1") no-repeat;
}

.lesions__item--third::before {
  background: url("../images/lesions-image3.png?v1") no-repeat;
}

.lesions__item:not(:first-of-type) {
  margin-top: 60px;
}

.lesions__subtitle {
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  color: #e22830;
}

.lesions__desc {
  font-weight: 500;
  font-size: 14px;
}

.parasites {
  padding: 70px 0;
  background-color: #f9f9ff;
  background: url("../images/parasites-background.jpg") center right no-repeat,
    #f9f9ff;
}

.parasites__title {
  margin: 0 -3px;
}

.parasites__paragraph {
  margin-top: 20px;
}

.parasites__left {
  position: relative;
  padding-bottom: 560px;
  z-index: 1;
}

.parasites__right {
  margin-top: 20px;
}

.parasites__left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 455px;
  height: 542px;
  background: url("../images/parasites-image.png?v1") no-repeat;
  z-index: -1;
}

.parasites__virus-image--1 {
  max-width: 200px;
  top: 150px;
  left: -270px;
}

.parasites__virus-image--2 {
  max-width: 70px;
  top: 55%;
  left: -170px;
}

.parasites__virus-image--3 {
  max-width: 60px;
  top: 30px;
  right: -165px;
}

.parasites__virus-image--4 {
  bottom: 65px;
  right: -215px;
}

.remedy {
  padding: 70px 0;
  color: #ffffff;
  background-color: #5f78ff;
  background: url("../images/background-pattern.png?v1") top right no-repeat,
    linear-gradient(to bottom, #5f78ff 0%, #3750cf 100%) no-repeat;
}

.remedy__title .logo {
  font-size: 26px;
}

.remedy__title .logo__sup {
  top: -5px;
  font-size: 10px;
}

.remedy__paragrapgh {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7;
}

.remedy__center {
  margin-top: 20px;
}

.remedy__product-wrapper {
  max-width: 250px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

.remedy__virus-image--1 {
  top: 70px;
  left: -350px;
}

.remedy__virus-image--2 {
  max-width: 100px;
  bottom: 150px;
  right: -120px;
}

.composition {
  padding: 80px 0;
  background-color: rgba(154, 169, 250, 0.2);
  background: url("../images/composition-background.jpg") no-repeat,
    linear-gradient(
        to right,
        rgba(154, 169, 250, 0.2) 0%,
        rgba(181, 220, 235, 0.2) 48%,
        rgba(204, 175, 249, 0.2) 98%
      )
      no-repeat;
  background-size: cover, cover;
}

.composition__title {
  text-align: center;
}

.composition__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

.composition__item {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.composition__item {
  margin-top: 25px;
}

.composition__item--first {
  order: 1;
}

.composition__item--second {
  order: 2;
}

.composition__item--third {
  order: 3;
}

.composition__item--fourth {
  order: 4;
}

.composition__item--fifth {
  order: 5;
}

.composition__wrapper {
  position: relative;
  padding-top: 150px;
}

.composition__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 154px;
  height: 138px;
  background: url("../images/composition-polygon.png?v1") no-repeat;
}

.composition__wrapper--first::before {
  height: 154px;
  background: url("../images/composition-image1.png?v1") center bottom no-repeat,
    url("../images/composition-polygon.png?v1") center top no-repeat;
}

.composition__wrapper--second::before {
  background: url("../images/composition-image2.png?v1") center bottom no-repeat,
    url("../images/composition-polygon.png?v1") center top no-repeat;
}

.composition__wrapper--third::before {
  background: url("../images/composition-image3.png?v1") center bottom no-repeat,
    url("../images/composition-polygon.png?v1") center top no-repeat;
}

.composition__wrapper--fourth::before {
  background: url("../images/composition-image4.png?v1") center bottom no-repeat,
    url("../images/composition-polygon.png?v1") center top no-repeat;
}

.composition__wrapper--fifth::before {
  background: url("../images/composition-image5.png?v1") center bottom no-repeat,
    url("../images/composition-polygon.png?v1") center top no-repeat;
}

.composition__subtitle {
  font-weight: 700;
  font-size: 16px;
  color: #3550e1;
}

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

.composition__virus-image--1 {
  max-width: 40px;
  top: 89px;
  left: -220px;
}

.composition__virus-image--2 {
  max-width: 200px;
  top: 35%;
  left: -240px;
}

.composition__virus-image--3 {
  max-width: 75px;
  bottom: 450px;
  left: -240px;
}

.composition__virus-image--4 {
  max-width: 90px;
  top: -45px;
  right: -220px;
}

.composition__virus-image--5 {
  bottom: 20%;
  right: -280px;
}

.efficiency {
  padding: 70px 0;
  background-color: rgba(154, 181, 250, 0.3);
  background: url("../images/efficiency-background.png?v1") top right no-repeat,
    linear-gradient(
        to right,
        rgba(154, 181, 250, 0.3) 1%,
        rgba(181, 220, 235, 0.3) 48%,
        rgba(171, 215, 255, 0.3) 98%
      )
      center no-repeat;
  background-size: contain, cover;
}

.efficiency__title {
  text-align: center;
}

.efficiency__paragraph {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
}

.efficiency__list {
  margin-top: 90px;
}

.efficiency__item {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  padding: 110px 15px 30px 15px;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px rgba(53, 80, 225, 0.35);
  border-radius: 10px;
}

.efficiency__item--second {
  padding-top: 80px;
}

.efficiency__item::before {
  content: "";
  position: absolute;
  display: block;
}

.efficiency__item--first::before {
  top: -60px;
  left: -50px;
  width: 249px;
  height: 171px;
  background: url("../images/efficiency-image1.png?v1") no-repeat;
}

.efficiency__item--second::before {
  top: -60px;
  left: 20px;
  width: 132px;
  height: 112px;
  background: url("../images/efficiency-image2.png?v1") no-repeat;
}

.efficiency__item:not(:first-of-type) {
  margin-top: 90px;
}

.efficiency__subtitle {
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
}

.efficiency__results {
  margin-top: 20px;
}

.efficiency__result:not(:first-of-type) {
  margin-top: 40px;
}

.efficiency__wrapper {
  font-size: 0;
}

.efficiency__desc,
.efficiency__percent {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.efficiency__desc {
  max-width: calc(100% - 50px - 10px);
  margin-right: 10px;
  font-size: 14px;
}

.efficiency__percent {
  max-width: 50px;
  font-weight: 800;
  font-size: 18px;
  color: #3550e1;
  text-align: right;
}

.efficiency__progress-bar {
  width: 100%;
  margin-top: 10px;
  background: #ffffff;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.14);
  border-radius: 50px;
}

.efficiency__progress {
  min-height: 15px;
  background: #3550e1;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.13);
  border-radius: 50px;
}

.efficiency__progress--red {
  background: #e22830;
}

.efficiency__percent--red {
  color: #e22830;
}

.efficiency__conclusion {
  margin-top: 60px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.efficiency__virus-image--1 {
  top: 180px;
  left: -280px;
}

.efficiency__virus-image--2 {
  max-width: 119px;
  bottom: 300px;
  left: -180px;
}

.efficiency__virus-image--3 {
  top: 173px;
  right: -180px;
}

.efficiency__virus-image--4 {
  max-width: 220px;
  top: 55%;
  right: -320px;
}

.expert {
  padding: 70px 0;
  color: #ffffff;
  background-color: #3750cf;
  background: url("../images/background-pattern.png?v1") top right no-repeat,
    linear-gradient(to bottom, #5f78ff 0%, #3750cf 100%) no-repeat;
}

.expert__title {
  font-size: 24px;
}

.expert__paragraph {
  margin-top: 20px;
}

.expert__center {
  position: relative;
  width: 100%;
  max-width: 374px;
  min-height: 495px;
  margin: 15px auto 0;
}

.expert__image-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 374px;
  font-size: 0;
  text-align: center;
}

.expert__image-wrapper::after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 40px;
  display: block;
  width: 219px;
  height: 192px;
  background: url("../images/expert-product.png?v1") no-repeat;
}

.expert__info {
  position: absolute;
  left: 50px;
  bottom: 30px;
}

.expert__name {
  max-width: 170px;
  padding: 5px 15px 7px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0px 4px 10px rgba(53, 80, 225, 0.46);
}

.expert__position {
  position: relative;
  padding: 6px 15px 9px;
  display: block;
  max-width: 180px;
  margin-left: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  box-shadow: 0px 4px 10px rgba(53, 80, 225, 0.46);
  z-index: 2;
}

.expert__bg {
  display: none;
}

.reviews {
  padding: 70px 0;
  background-color: #f9f9ff;
  background: url("../images/reviews-background.png?v1") center no-repeat,
    #f9f9ff;
  background-size: cover;
}

.reviews__span {
  font-weight: 800;
  color: #3550e1;
}

.reviews__item {
  margin-top: 20px;
  padding: 30px 20px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px rgba(53, 80, 225, 0.2);
}

.reviews__item--first {
  margin-top: 25px;
}

.reviews__header {
  font-size: 0;
}

.reviews__avatar-wrapper,
.reviews__info {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.reviews__avatar-wrapper {
  max-width: 97px;
  margin-left: -15px;
}

.reviews__info {
  position: relative;
  max-width: calc(100% - 97px);
  padding-bottom: 20px;
  padding-top: 10px;
}

.reviews__info::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 16px;
  background: url("../images/reviews-rating.svg") no-repeat;
}

.reviews__author {
  font-weight: 700;
  font-size: 14px;
}

.reviews__content {
  font-style: italic;
  font-size: 14px;
}

.reviews__virus-image--1 {
  max-width: 40px;
  top: 30px;
  left: -200px;
}

.reviews__virus-image--2 {
  max-width: 110px;
  bottom: 300px;
  left: -170px;
}

.reviews__virus-image--3 {
  max-width: 70px;
  top: 165px;
  right: -210px;
}

.attention {
  padding: 60px 0 70px;
  color: #ffffff;
  background-color: #e22830;
  background: url("../images/attention-background.png?v1") center no-repeat,
    linear-gradient(to bottom, #fc646a 0%, #e22830 100%) no-repeat;
}

.attention__left {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
}

.attention__product-wrapper {
  position: relative;
  max-width: 227px;
  margin-left: -20px;
  z-index: 2;
}

.attention__certificate-wrapper {
  position: absolute;
  top: 10px;
  right: -20px;
  width: 210px;
  z-index: 0;
}

.attention__right {
  margin-top: 20px;
}

.attention__paragraph {
  margin-top: 20px;
}

.attention__strong {
  text-decoration: underline;
}

.steps {
  padding: 90px 0;
  background-color: rgba(154, 181, 250, 0.3);
  background: url("../images/steps-background.png?v1") no-repeat,
    linear-gradient(
        to right,
        rgba(154, 181, 250, 0.3) 1%,
        rgba(181, 220, 235, 0.3) 48%,
        rgba(171, 215, 255, 0.3) 98%
      )
      center no-repeat;
}

.steps__container {
  max-width: 320px;
}

.steps__span {
  font-size: 30px;
  text-transform: uppercase;
}

.steps__right {
  margin-top: 40px;
}

.steps__list {
  counter-reset: item;
}

.steps__item:not(:first-of-type) {
  margin-top: 20px;
}

.steps__item {
  min-height: 151px;
  font-weight: 700;
  font-size: 0;
  color: #474747;
}

.steps__image-wrapper,
.steps__desc {
  display: inline-block;
  vertical-align: middle;
}

.steps__image-wrapper {
  position: relative;
  width: 151px;
  margin-right: 5px;
}

.steps__desc {
  width: 100%;
  max-width: calc(100% - 151px - 5px);
  font-size: 16px;
}

.steps__image-wrapper::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  top: 20px;
  left: -10px;
  display: block;
  width: 46px;
  height: 46px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  color: #ffffff;
  background-color: #3550e1;
  background: linear-gradient(to bottom, #7f92f7 3%, #3550e1 50%);
  border-radius: 50%;
  border: 5px solid #ffffff;
  box-shadow: 0px 4px 10px #c8d6dd;
  z-index: 1;
}

.steps__virus-image--1 {
  max-width: 180px;
  top: 0;
  left: -220px;
}

.steps__virus-image--2 {
  max-width: 80px;
  bottom: 70px;
  right: -150px;
}

.common--bottom {
  color: #ffffff;
  background-color: #3750cf;
  background: url("../images/common-bottom-background.png?v1") center no-repeat,
    linear-gradient(to bottom, #5f78ff 0%, #3750cf 100%);
}

.common--bottom .common__item::before {
  background: url("../images/common-list-marker--white.svg") no-repeat;
}

@media (min-width: 992px) {
  .container {
    max-width: 1026px;
    padding: 0 10px;
  }

  .logo {
    font-size: 65px;
  }

  .title {
    font-size: 35px;
    line-height: 1.3;
  }

  .common {
    padding: 110px 0 60px;
    background-color: rgba(154, 169, 250, 0.2);
    background: url("../images/common-top-background-desktop.png?v1") top right
        no-repeat,
      linear-gradient(
          to right,
          rgba(154, 169, 250, 0.2) 0%,
          rgba(181, 220, 235, 0.2) 48%,
          rgba(204, 175, 249, 0.2) 98%
        )
        no-repeat;
  }

  .common__container {
    font-size: 0;
  }

  .common__left,
  .common__center,
  .common__right {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
  }

  .common__left {
    position: relative;
    max-width: calc(100% - 318px - 281px - 50px);
    margin-right: 10px;
    font-size: 18px;
    z-index: 2;
  }

  .common__center {
    max-width: 318px;
    min-height: auto;
    margin-top: 0;
    margin-right: 40px;
    margin-bottom: -100px;
    padding-top: 0;
  }

  .common__right {
    max-width: 281px;
    margin-top: 0;
  }

  .common__title {
    font-size: 28px;
    line-height: 1.3;
  }

  .common__list {
    margin-top: 40px;
  }

  .common__item {
    position: relative;
    padding-left: 35px;
    font-weight: 600;
    line-height: 1.4;
  }

  .common__item::before {
    width: 25px;
    height: 25px;
  }

  .common__center::before {
    top: auto;
    bottom: 60px;
    transform: translateX(-45%);
    width: 570px;
    height: 594px;
    background: url("../images/common-image-desktop.png?v1") no-repeat;
  }

  .common__discount {
    left: -40px;
    bottom: 40px;
  }

  .common__virus-image--1 {
    max-width: 100%;
    bottom: 60px;
    left: calc(50% - 180px);
  }

  .common__virus-image--2 {
    max-width: 100%;
    bottom: 100px;
    right: calc(50% - 300px);
  }

  .common__virus-image--3 {
    max-width: 140px;
    top: -135px;
    left: calc(50% - 90px);
    bottom: auto;
  }

  .intro {
    padding: 120px 0 100px;
  }

  .intro__wrapper {
    position: relative;
    padding-left: 340px;
  }

  .intro__wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    display: block;
    width: 269px;
    height: 273px;
    background: url("../images/intro-image.png?v1") no-repeat;
  }

  .intro__attention-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .intro__attention-wrapper::before {
    display: none;
  }

  .intro__attention {
    margin-top: 20px;
    padding: 15px 15px 15px 60px;
    background: url("../images/intro-attention-background-desktop.jpg") center
      no-repeat;
    background-size: cover;
  }

  .intro__desc {
    margin-top: 40px;
  }

  .intro__virus-image--1 {
    top: -40px;
    right: -240px;
  }

  .intro__virus-image--2 {
    top: 90%;
    right: -120px;
  }

  .intro__virus-image--3 {
    top: 29px;
    left: -230px;
  }

  .lesions {
    padding: 90px 0 80px;
    background-color: #6c0d11;
    background: url("../images/lesions-background-desktop.jpg") center no-repeat,
      linear-gradient(180deg, #6c0d11 0%, #991117 100%) no-repeat;
    background-size: cover, cover;
  }

  .lesions__title {
    max-width: 810px;
    margin: 0 auto;
    font-size: 30px;
  }

  .lesions__list {
    margin-top: 60px;
    font-size: 0;
    text-align: center;
  }

  .lesions__item {
    display: inline-block;
    vertical-align: top;
    max-width: 240px;
  }

  .lesions__item:not(:first-of-type) {
    margin-top: 0;
    margin-left: 60px;
  }

  .parasites {
    position: relative;
    padding: 145px 0 200px;
    background-color: #f9f9ff;
    background: url("../images/parasites-background-desktop.jpg") center right
        no-repeat,
      #f9f9ff;
    z-index: 2;
  }

  .parasites__container {
    font-size: 0;
    text-align: justify;
    text-justify: distribute-all-lines;
  }

  .parasites__container::after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .parasites__left,
  .parasites__right {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 16px;
    text-align: left;
  }

  .parasites__left {
    max-width: 410px;
    padding-bottom: 140px;
  }

  .parasites__right {
    position: relative;
    padding-top: 140px;
    max-width: 280px;
    z-index: 2;
  }

  .parasites__title {
    margin: 0 0;
  }

  .parasites__paragraph {
    max-width: 280px;
    margin-top: 20px;
  }

  .parasites__left::after {
    bottom: 0;
    left: auto;
    right: 0;
    transform: translate(50%, 30%);
    display: block;
    width: 931px;
    height: 844px;
    background: url("../images/parasites-image-desktop.png?v1") no-repeat;
  }

  .parasites__virus-image--1 {
    top: 50px;
  }

  .parasites__virus-image--2 {
    top: 95%;
  }

  .parasites__virus-image--3 {
    top: 0;
    right: -60px;
  }

  .parasites__virus-image--4 {
    bottom: -100px;
    right: -315px;
  }

  .remedy {
    padding: 60px 0;
    background-color: #5f78ff;
    background: url("../images/background-pattern-desktop.png?v1") top right
        no-repeat,
      linear-gradient(to bottom, #5f78ff 0%, #3750cf 100%) no-repeat;
  }

  .remedy__container {
    position: relative;
    font-size: 0;
    text-align: justify;
    text-justify: distribute-all-lines;
  }

  .remedy__container::after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .remedy__left,
  .remedy__right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
    text-align: left;
    z-index: 2;
  }

  .remedy__left {
    max-width: 455px;
  }

  .remedy__right {
    max-width: 330px;
    margin-top: 30px;
  }

  .remedy__title .logo {
    font-size: 35px;
  }

  .remedy__paragrapgh {
    max-width: 330px;
    margin-top: 10px;
  }

  .remedy__center {
    position: absolute;
    top: 35%;
    left: 55%;
    transform: translate(-50%, -50%);
  }

  .remedy__product-wrapper {
    max-width: 100%;
  }

  .remedy__virus-image--1 {
    top: 0;
    left: -550px;
  }

  .remedy__virus-image--2 {
    top: 0;
    bottom: auto;
    right: -220px;
  }

  .composition {
    padding: 95px 0 55px;
    background-color: rgba(154, 169, 250, 0.2);
    background: url("../images/composition-background-desktop.jpg") center
        no-repeat,
      linear-gradient(
          to right,
          rgba(154, 169, 250, 0.2) 0%,
          rgba(181, 220, 235, 0.2) 48%,
          rgba(204, 175, 249, 0.2) 98%
        )
        no-repeat;
    background-size: cover, cover;
  }

  .composition__list {
    display: block;
    margin-top: 40px;
    font-size: 0;
    text-align: center;
  }

  .composition__item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: calc(100% / 3);
    margin: 0 auto;
    order: 0;
  }

  .composition__wrapper {
    max-width: 280px;
    margin: 0 auto;
  }

  .composition__item--top {
    vertical-align: bottom;
    max-width: 50%;
    padding-top: 0;
    margin-bottom: -80px;
  }

  .composition__wrapper--top {
    padding-bottom: 150px;
    padding-top: 0;
  }

  .composition__wrapper--left {
    margin-right: 28px;
    margin-left: auto;
  }

  .composition__wrapper--right {
    margin-left: 28px;
    margin-right: auto;
  }

  .composition__wrapper::before {
    top: 0;
  }

  .composition__wrapper--top::before {
    top: auto;
    bottom: 0;
  }

  .composition__virus-image--1 {
    max-width: 40px;
    top: 0;
    left: -260px;
  }

  .composition__virus-image--2 {
    top: auto;
    bottom: 0;
    left: -260px;
  }

  .composition__virus-image--3 {
    top: 200px;
    bottom: auto;
    left: 0;
  }

  .composition__virus-image--4 {
    top: 45px;
    right: -100px;
  }

  .composition__virus-image--5 {
    bottom: -50px;
    right: -400px;
  }

  .efficiency {
    padding: 80px 0;
    background-color: rgba(154, 181, 250, 0.3);
    background: url("../images/efficiency-background-desktop.png?v1") top right
        no-repeat,
      linear-gradient(
          to right,
          rgba(154, 181, 250, 0.3) 1%,
          rgba(181, 220, 235, 0.3) 48%,
          rgba(171, 215, 255, 0.3) 98%
        )
        center no-repeat;
    background-size: contain, cover;
  }

  .efficiency__title {
    text-align: center;
  }

  .efficiency__paragraph {
    max-width: 840px;
    margin: 20px auto 0;
  }

  .efficiency__list {
    margin-top: 100px;
    font-size: 0;
    text-align: center;
  }

  .efficiency__item {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    max-width: 380px;
    padding: 84px 20px 30px 20px;
    text-align: left;
  }

  .efficiency__item--second {
    padding-top: 84px;
    margin-left: 35px;
  }

  .efficiency__item--first::before {
    top: -80px;
  }

  .efficiency__item:not(:first-of-type) {
    margin-top: 0;
  }

  .efficiency__result:not(:first-of-type) {
    margin-top: 20px;
  }

  .efficiency__conclusion {
    max-width: 760px;
    margin: 50px auto 0;
  }

  .efficiency__virus-image--1 {
    top: 70px;
    left: -550px;
  }

  .efficiency__virus-image--2 {
    bottom: 200px;
    left: -50px;
  }

  .efficiency__virus-image--3 {
    top: 325px;
    right: 0;
  }

  .efficiency__virus-image--4 {
    top: auto;
    bottom: 100px;
    right: -480px;
  }

  .expert {
    padding: 90px 0 80px;
    background-color: #3750cf;
    background: url("../images/background-pattern-desktop.png?v1") top center
        no-repeat,
      linear-gradient(to bottom, #5f78ff 0%, #3750cf 100%) no-repeat;
  }

  .expert__container {
    position: relative;
    font-size: 0;
    text-align: justify;
    text-justify: distribute-all-lines;
  }

  .expert__container::after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .expert__left,
  .expert__right {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
    text-align: left;
  }

  .expert__left {
    max-width: 440px;
  }

  .expert__right {
    max-width: 260px;
  }

  .expert__title {
    font-size: 35px;
    margin-bottom: 10px;
  }

  .expert__paragraph {
    margin-top: 0;
    max-width: 320px;
  }

  .expert__paragraph:not(:first-of-type) {
    margin-top: 20px;
  }

  .expert__center {
    position: absolute;
    /* top: auto; */
    /* bottom: 0; */
    /* transform: translateX(-50%); */
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
  }

  .expert__name {
    text-align: left;
  }

  .expert__position {
    margin-top: -5px;
    text-align: left;
  }

  .expert__bg {
    display: block;
  }

  .expert__virus-image--1 {
    max-width: 180px;
    bottom: 0;
    left: -480px;
  }

  .expert__virus-image--2 {
    max-width: 70px;
    top: 80px;
    left: -190px;
  }

  .expert__virus-image--3 {
    max-width: 130px;
    top: 50%;
    right: -190px;
  }

  .expert__virus-image--4 {
    max-width: 90px;
    top: -20px;
    right: -430px;
  }

  .reviews {
    position: relative;
    padding: 110px 0 130px;
    background-color: #f9f9ff;
    background: url("../images/reviews-background.png?v1") center no-repeat,
      #f9f9ff;
    background-size: cover;
    z-index: 3;
  }

  .reviews__container {
    font-size: 0;
  }

  .reviews__left,
  .reviews__right {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
  }

  .reviews__left {
    max-width: 430px;
    margin-right: 50px;
  }

  .reviews__right {
    max-width: calc(100% - 430px - 50px);
  }

  .reviews__item--first {
    margin-top: 35px;
  }

  .reviews__item--second {
    margin-top: 0;
  }

  .reviews__avatar-wrapper {
    margin-right: 10px;
  }

  .reviews__virus-image--2 {
    max-width: 130px;
    bottom: -40px;
    left: -140px;
  }

  .attention {
    padding: 0;
    background-color: #e22830;
    background: url("../images/attention-background-desktop.png?v1") center
        no-repeat,
      linear-gradient(to bottom, #fc646a 0%, #e22830 100%) no-repeat;
  }

  .attention__container {
    font-size: 0;
  }

  .attention__left,
  .attention__right {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }

  .attention__left {
    max-width: 400px;
    min-height: 320px;
  }

  .attention__product-wrapper {
    position: absolute;
    top: -9px;
    max-width: 271px;
    margin-left: 0;
  }

  .attention__certificate-wrapper {
    top: -5px;
    width: 100%;
    max-width: 239px;
  }

  .attention__right {
    position: relative;
    max-width: calc(100% - 400px);
    padding: 40px 0 40px 122px;
    margin-top: 0;
    font-size: 16px;
  }

  .attention__right::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 106px;
    height: 106px;
    background: url("../images/intro-attention-icon.svg") no-repeat;
    background-size: contain;
  }

  .attention__paragraph {
    margin-top: 15px;
    max-width: 390px;
  }

  .attention__strong {
    text-decoration: underline;
  }

  .steps {
    background-color: rgba(154, 181, 250, 0.3);
    background: url("../images/steps-background-desktop.png?v1") center
        no-repeat,
      linear-gradient(
          to right,
          rgba(154, 181, 250, 0.3) 1%,
          rgba(181, 220, 235, 0.3) 48%,
          rgba(171, 215, 255, 0.3) 98%
        )
        center no-repeat;
  }

  .steps__container {
    max-width: 1026px;
    font-size: 0;
  }

  .steps__left,
  .steps__right {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    width: 100%;
    font-size: 18px;
  }

  .steps__title {
    max-width: 370px;
    margin-right: 50px;
    margin-left: auto;
  }

  .steps__span {
    font-size: 40px;
  }

  .steps__right {
    margin-top: 0;
  }

  .steps__item--second {
    margin-left: 50px;
  }

  .steps__desc {
    max-width: 210px;
    font-size: 18px;
  }

  .steps__virus-image--1 {
    max-width: 180px;
    top: 35px;
    left: -120px;
  }

  .steps__virus-image--2 {
    bottom: 50px;
    right: auto;
    left: 300px;
  }

  .common--bottom {
    padding: 130px 0 110px;
    color: #ffffff;
    background-color: #3750cf;
    background: url("../images/common-bottom-background-desktop.png?v1") center
        no-repeat,
      linear-gradient(to bottom, #5f78ff 0%, #3750cf 100%);
  }
}

.tax {
  margin-top: 20px;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  color: #888888;
}

.attention__product-wrapper,
.common__product-wrapper,
.remedy__product-wrapper {
  max-width: 200px;
}
