/* fonts */

@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s linear;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
}

ul {
  list-style-type: none;
}

body {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.hightlight {
  font-weight: 600;
  color: #e30514;
}

.tablets,
.effective,
footer .banner,
header {
  background-color: #e0eff3;
  background-image: url("../images/bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  height: 80px;
  border-bottom: 1px solid #fff;
}

nav {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.nav__item {
  display: flex;
  align-items: center;
  flex: 3;
}

.nav__item:nth-child(2) {
  flex: 3;
}

.nav__logo {
  justify-content: center;
  flex: 5;
}

.nav__item:nth-child(5) {
  flex: 3;
}

.nav__item:nth-child(6) {
  flex: 4;
}

.nav__logo_text {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
}

.nav__logo_img {
  width: 40px;
  height: 40px;
  margin-left: 6px;
}

.nav__item_text {
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  line-height: 1.3;
}

.nav__item_icon {
  margin-right: 12px;
  height: 30px;
  width: auto;
}

.banner {
  padding-top: 30px;
}

.banner__right .banner__garant {
  display: none;
}

.banner__garant {
  display: flex;
  align-items: center;
}

.banner__garant img {
  width: 30px;
  height: 37px;
  object-fit: cover;
  margin-right: 10px;
}

.banner__garant-text {
  line-height: 1.3;
  font-size: 18px;
}

.banner__garant--red {
  font-weight: 700;
  color: red;
  margin-top: 12px !important;
}

.banner__images {
  position: relative;
  height: 100%;
}

.banner__product {
  position: relative;
  z-index: 1;
  transform: translate(17%, 30%);
  max-width: 450px;
}

.banner__people {
  position: absolute;
  bottom: 0;
  margin-left: -65%;
  z-index: 1;
}

.banner__left .banner__title {
  display: none;
}

.banner__title {
  color: #29215c;
  font-size: 36px;
}

.banner__right {
  position: relative;
  z-index: 1;
}

.banner__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner__subtitle {
  color: #e30514;
  font-size: 24px;
}

.title__second {
  margin-top: 17px;
  text-transform: uppercase;
}

.banner__form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  padding: 18px 22px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 35px;
  box-shadow: 7px 7px 18px 6px #a3afb4;
  z-index: 1;
}

.banner__form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
  opacity: 0.2;
}

.banner__star {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.banner__form_title {
  position: relative;
  font-size: 36px;
  color: #e30514;
  text-transform: uppercase;
  margin-bottom: 0;
}

.banner__form_subtitle {
  color: #29215c;
  font-size: 26px;
  line-height: 1;
}

.banner__form_time {
  font-size: 18px;
  color: #404040;
  margin-top: 17px;
  margin-bottom: 20px;
  line-height: 1;
}

.time {
  font-weight: 900;
  font-size: 28px;
}

.time__sec {
  color: #e30514;
}

.form__inputs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 23px;
}

.form__inputs select,
.form__inputs input {
  height: 40px;
  width: calc(50% - 7.5px);
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #bcbcbc;
  padding: 0 16px;
  font-size: 18px;
  color: #404040;
}

.important button,
.banner__form button {
  background-color: #e30514;
  height: 40px;
  line-height: 40px;
  padding: 0 85px;
  padding: 0 20px;
  border-radius: 4px;
  border: 1px solid #e30514;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.important button {
  height: 60px;
  line-height: 60px;
}

.banner__form button:hover {
  background-color: transparent;
  color: #e30514;
}

.steps {
  padding: 30px 0 80px;
}

.step {
  position: relative;
  border-radius: 4px;
  border: 1px solid #a9a8a8;
  overflow: hidden;
  width: 100%;
  height: 128px;
  padding: 0;
  margin-right: 0;
}

.step:last-child {
  margin-right: 0;
}

.step::before,
.step::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2a225d;
  background-color: #3e6394;
  z-index: -2;
}

.step::after {
  z-index: -1;
  background-color: #e30514;
  background-color: #d2d2d2;
  background-color: #c4ddf5;
  top: -2px;
  left: -12px;
  border-radius: 50%;
  height: 200%;
}

.step__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 38px 0 81px;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #404040;
}

.step__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 225%;
  background-color: #fff;
  z-index: -1;
  border-top-left-radius: 53%;
}

.step__num {
  position: absolute;
  top: 2px;
  left: 5px;
  font-size: 42px;
  font-weight: 600;
  z-index: 1;
  color: #fff;
  line-height: 1;
}

.step__title {
  text-transform: uppercase;
  font-size: 45px;
  line-height: 1;
  font-weight: 600;
}

.step__desc {
  font-size: 16px;
  line-height: 1.2;
}

.check-self {
  padding: 45px 0;
  background-color: #f9f9f9;
}

.check-self__title {
  font-weight: 300;
  font-size: 40px;
  color: #2a225d;
  text-align: center;
}

.check-self__subtitle {
  color: #e30514;
}

.check-self__card img {
  border-radius: 4px;
  box-shadow: 4px 5px 10px -2px #bcbcbc;
  margin-bottom: 20px;
  max-width: 100%;
}

.check-self__card_desc {
  text-align: center;
}

.check-self__cards {
  padding-top: 45px;
  padding-bottom: 30px;
}

.check-self__title-after {
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #e30514;
}

.important {
  padding-bottom: 35px;
  overflow: hidden;
  color: #fff;
}

.important img {
  width: 220px;
  height: auto;
  position: absolute;
  top: 0;
  left: 55px;
  max-width: 100%;
}

.important__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.important__wrap {
  position: relative;
  padding: 50px 0;
  z-index: 3;
  background-image: url("../images/blue-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.important__title {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1;
  margin-top: 20px;
}

.important__text {
  font-size: 18px;
}

.important__price {
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}

.important__price span {
  font-size: 30px;
  font-weight: 900;
  padding-top: 0 !important;
  line-height: 1.4;
}

.important button {
  font-weight: 600;
}

.illness {
  padding: 45px 0 70px;
}

.illness__title {
  font-weight: 300;
  font-size: 50px;
  text-align: center;
}

.illness__title span {
  background-color: #e30514;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  padding: 0 7px;
}

.illness__cards {
  padding-top: 50px;
}

.illness__card {
  text-align: center;
}

.illness__card img {
  border-radius: 50%;
  box-shadow: 4px 5px 10px -2px #bcbcbc;
  margin-bottom: 30px;
}

.illness__card_info h3 {
  font-size: 36px;
  color: #e30514;
}

.illness__card_info p {
  margin-bottom: 0;
  font-size: 18px;
}

.effective {
  padding: 60px 0 30px;
}

.effective__title {
  text-align: center;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 70px;
}

.effective__title span {
  font-weight: 500;
  color: #fff;
  padding: 5px 7px;
  background-color: #e30514;
  border-radius: 8px;
  margin-bottom: 15px;
  display: inline-block;
  line-height: 1.2;
}

.effective__product {
  width: 100%;
  height: auto;
  max-width: 329px;
  transform: translate(0, 8%);
}

.effective__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.effective__item {
  display: flex;
  align-items: center;
  width: calc(50% - 15px);
  margin-bottom: 50px;
}

.effective__item:nth-child(3),
.effective__item:nth-child(4) {
  margin-bottom: 0;
}

.effective__item img {
  min-width: 130px;
  min-height: 135px;
  margin-right: 15px;
  border-radius: 8px;
  box-shadow: 4px 5px 10px -2px #bcbcbc;
}

.effective__item_info h3 {
  font-size: 36px;
  color: #e30514;
  margin-bottom: 0;
}

.effective__item_info p {
  margin-bottom: 0;
}

.percent {
  padding: 80px 0 60px;
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}

.percent__title {
  font-weight: 300;
  text-align: center;
  margin-bottom: 70px;
}

.percent__title span {
  font-weight: 600;
  color: #e30514;
}

.percent__list_item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.percent__list_item:nth-child(4) {
  margin-bottom: 0;
}

.percent__list_item img {
  width: 42px;
  height: auto;
  margin-right: 20px;
}

.percent__list_text {
  margin-bottom: 0;
  font-size: 25px;
}

.percent__list_text span {
  font-weight: 600;
  color: #2a225d;
}

.percent__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.percent__button_text {
  font-size: 20px;
  white-space: nowrap;
}

.percent__button_text span {
  color: #e30514;
  font-weight: 900;
  font-size: 32px;
}

.percent__bottom button {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  background-color: #e30514;
  border-radius: 8px;
  border: 1px solid #e30514;
  color: #fff;
  padding: 15px 0;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 25px;
}

.important button:hover,
.way__info button:hover,
.percent__bottom button:hover {
  background-color: #ff2c25;
}

.tablets {
  padding: 35px 0 150px;
}

.tablets__title {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
}

.tablets__title span {
  color: #e30514;
  font-weight: 500;
}

.tablets__cards {
  padding-top: 45px;
  justify-content: space-between;
}

.tablets__card {
  display: flex;
  margin-bottom: 130px;
  max-height: 170px;
}

.tablets__card:last-child {
  margin-bottom: 0;
}

.tablets__card img {
  min-height: 170px;
  min-width: 168px;
  border-radius: 8px;
  box-shadow: 4px 5px 10px -2px #bcbcbc;
  margin: 0 25px;
  max-width: 168px;
}

.tablets__card_info h3 {
  text-transform: uppercase;
  color: #2a225d;
  font-size: 23px;
  line-height: 1.2;
}

.tablets__card_info p {
  line-height: 1.4;
  font-size: 18px;
  margin-top: 10px;
}

.tablets__col-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tablets__col:first-child .tablets__card {
  justify-content: flex-end;
  text-align: right;
}

.way {
  background-image: url("../images/blue-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  color: #fff;
}

.way h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 300;
}

.way__har {
  margin-top: 25px;
  margin-bottom: 35px;
  display: flex;
}

.way__caps {
  display: flex;
  align-items: center;
  flex: 1;
}

.way__caps img {
  height: 55px;
  margin-right: 20px;
}

.way__caps p {
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
}

.way__caps p span {
  display: block;
  line-height: 1;
  font-size: 40px;
}

.way__info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.way__info p {
  font-size: 17px;
  font-weight: 300;
  margin: 0;
}

.way__info button {
  background-color: #e30514;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 68px;
  padding: 14px 68px;
  border-radius: 8px;
  border: 1px solid #e30514;
  margin-left: 50px;
}

.way__info button {
  padding: 12px 68px;
  margin-left: 35px;
  line-height: 24px;
}

.way__product {
  margin-top: -10px;
  margin-bottom: -15px;
  max-width: 400px;
}

.experts {
  padding: 80px 0 50px;
  font-size: 20px;
}

.experts h2 {
  font-weight: 300;
  font-size: 40px;
  text-align: center;
  margin-bottom: 60px;
}

.expert {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.expert__info {
  display: flex;
  align-items: center;
}

.expert__info_text {
  margin-left: 15px;
  max-width: 310px;
  line-height: 1.2;
}

.expert__info_text span {
  text-transform: capitalize;
  color: #2a225d;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  display: inline-block;
}

.expert > p {
  margin-top: 35px;
}

.clinic {
  padding: 75px 0;
  background-color: #e0eff3;
  background-image: url("../images/bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.clinic img {
  max-width: 100%;
}

.clinic h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 50px;
  margin-bottom: 50px;
  line-height: 1.55;
}

.clinic h2 span {
  color: #fff;
  font-weight: 600;
  padding: 5px 7px;
  border-radius: 8px;
  background-color: #e30514;
}

.clinic__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.manufacturer {
  padding: 35px 0 65px;
  background-color: #e0eff3;
  background-image: url("../images/bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.manufacturer h2 {
  font-weight: 300;
  font-size: 40px;
  text-transform: uppercase;
}

.manufacturer__img {
  margin: 40px 0 50px;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.manufacturer__icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.manufaturer__cards {
  display: flex;
  justify-content: space-around;
  flex: 1;
}

.manufaturer__card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.manufaturer__card img {
  height: 40px;
  margin-bottom: 12px;
}

.manufaturer__card p {
  max-width: 140px;
  text-align: center;
}

.sert {
  max-width: 100%;
}

.results {
  padding: 65px 0 105px;
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}

.results__header h2 {
  font-size: 42px;
  font-weight: 300;
  display: flex;
  align-items: center;
}

.results__header img:first-child {
  width: 140px;
  height: 120px;
  margin: 0 50px 10px;
}

.results__images {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.results__table {
  margin-top: 40px;
}

.results__table_item {
  position: relative;
  padding-left: 30px;
  padding: 10px 0;
  align-items: center;
}

.results__stat_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #8b82c2;
  color: #fff;
}

.results__stat {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.results__table_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #8b82c2;
  opacity: 0.2;
}

.results__table_item:nth-child(2n)::before {
  background: 0 0;
}

.reviews {
  padding: 75px 0;
}

.reviews h2 {
  font-weight: 300;
  font-size: 45px;
  text-align: center;
  line-height: 1.55;
}

.reviews h2 span {
  padding: 5px 7px;
  background-color: #e30514;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
}

.reviews__wrap {
  margin-top: 30px;
}

.reviews__item {
  padding: 30px 45px;
  display: flex;
}

.reviews__item img {
  margin-right: 20px;
  min-height: 175px;
  min-width: 175px;
  max-height: 175px;
  max-width: 175px;
  border-radius: 50%;
  object-fit: cover;
}

.reviews__item:nth-child(2) {
  background-color: #f9f9f9;
}

.review {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 20px;
}

.review p {
  margin-bottom: 0;
}

.review img {
  min-width: 150px;
  max-width: 150px;
  min-height: 40px;
  max-height: 40px;
}

.review p span {
  color: #2a225d;
  font-weight: 600;
  font-size: 24px;
}

.danger {
  padding: 15px 0 45px;
  background-image: url("../images/blue-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.danger h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 50px;
  margin-bottom: 30px;
  line-height: 1;
}

.danger p {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 1.3;
}

.danger button {
  background-color: #e30514;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 50px;
  border-radius: 8px;
  border: 1px solid #e30514;
}

.danger__product {
  position: absolute;
  bottom: -45px;
}

.footer__banner_title {
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  color: #e30514;
  margin-top: 20px;
  margin-bottom: 60px;
}

.footer {
  padding: 45px 0 30px;
}

.footer__logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.footer__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #404040;
}

.footer__right p,
.footer__right p:last-child {
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
}

.manufaturer__card-m,
.tablets-m,
.percent__product__m,
.header .banner__title {
  display: none;
}

@media (max-width: 1200px) {
  .nav__item_text {
    font-size: 12px;
  }

  .banner__product {
    max-width: 400px;
  }

  .banner__star {
    left: 14px;
  }

  .banner__star {
    width: 130px;
  }

  .important button {
    width: 100%;
    padding: 0;
  }

  .effective__item img {
    max-width: 50%;
    height: auto;
  }

  .way__product,
  .percent__product,
  .danger__product {
    max-width: 100%;
  }

  .tablets__card_info p {
    font-size: 16px;
  }

  .way__har {
    margin: 10px 0;
  }

  .way__caps p span {
    font-size: 26px;
  }

  .way__caps img {
    height: 40px;
  }

  .way__caps p {
    font-size: 14px;
  }

  .way__product {
    margin-top: 0;
  }

  .way__info p {
    font-size: 14px;
  }

  .danger__product {
    bottom: 0;
  }

  .way__info p {
    margin-top: 15px;
    margin-bottom: -5px;
  }
}

@media (max-width: 992px) {
  .clinic img {
    display: table;
    margin: auto;
  }

  .manufaturer__cards {
    justify-content: space-around;
  }

  .illness__cards {
    gap: 25px 0;
  }

  .illness__card img {
    max-width: 220px;
    width: 90%;
  }

  .check-self__cards {
    gap: 32px 0;
  }

  .banner__form {
    box-shadow: 3px 3px 6px rgb(163 175 180);
  }

  .header {
    height: auto;
    border: 0;
  }

  .header .banner__title {
    display: block;
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
  }

  nav {
    flex-direction: column;
  }

  .nav__logo {
    margin-top: 20px;
  }

  .nav__logo_img {
    width: 50px;
    height: 50px;
  }

  .nav__logo_text {
    font-size: 40px;
  }

  .banner__left .banner__garant {
    display: none;
  }

  .banner__right .banner__garant {
    display: flex;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .banner__right .banner__garant:first-of-type {
    margin-bottom: 0;
  }

  .banner__left .banner__title {
    display: block;
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
  }

  .banner__right .banner__title {
    display: none;
  }

  .banner__star {
    z-index: 1;
    width: auto;
    max-width: 29%;
    transform: translate(0, -250%) rotate(-45deg);
  }

  .banner__form {
    margin-top: 0;
  }

  .title__second,
  .banner__subtitle {
    font-size: 22px;
    line-height: 1;
  }

  .banner__images {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner__people,
  .banner__product {
    max-width: 100%;
    transform: translateX(15%);
  }

  .banner__people {
    margin-left: 0%;
    max-height: 100%;
    transform: translateX(-20%);
  }

  .banner__form_time {
    text-align: center;
  }

  .banner__form_title {
    font-size: 24px;
  }

  .banner__form_subtitle {
    font-size: 18px;
    font-weight: 600;
    font-size: 21px;
  }

  .nav__item:not(.nav__logo) {
    display: none;
  }

  .step {
    margin-bottom: 25px;
    max-width: 100%;
  }

  .steps {
    padding-bottom: 0;
  }

  .check-self {
    padding-top: 25px;
  }

  .check-self__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }

  .important {
    overflow: auto;
  }

  .important img {
    top: -10px;
    max-width: 100%;
    width: 375px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 3;
  }

  .important__price,
  .important__text,
  .important__title {
    text-align: center;
  }

  .important__text {
    margin-bottom: 30px;
  }

  .important__price {
    margin-bottom: 30px;
  }

  .illness {
    padding-bottom: 0;
  }

  .illness__title {
    font-size: 36px;
  }

  .illness__card {
    margin-bottom: 40px;
  }

  .effective__title {
    font-size: 26px;
    line-height: 1;
  }

  .effective__item {
    width: 100%;
  }

  .effective__item {
    max-width: 364px;
    margin: 30px auto 0;
  }

  .percent {
    padding-top: 50px;
    background-size: 100%;
    background-repeat: repeat;
  }

  .percent__title {
    margin-bottom: 30px;
    font-size: 26px;
  }

  .percent__list_item {
    align-items: flex-start;
  }

  .percent__list_text {
    line-height: 1.2;
  }

  .percent__marked {
    position: absolute;
    right: 0;
    bottom: 80px;
    z-index: -1;
  }

  .percent__bottom {
    position: relative;
    z-index: 2;
    flex-direction: column;
  }

  .percent__product {
    display: none;
  }

  .percent__product__m {
    display: block;
    margin-bottom: 50px;
  }

  .tablets__col-center {
    display: none;
  }

  .tablets__card {
    position: relative;
    flex-direction: column;
    max-height: fit-content;
    margin-bottom: 30px !important;
  }

  .tablets__card:first-child {
    align-items: flex-end;
  }

  .tablets__card:last-child {
    align-items: flex-start;
  }

  .tablets__card:last-child .tablets__card_info h3,
  .tablets__card:last-child .tablets__card_info p {
    text-align: left;
  }

  .tablets__card:first-child .tablets__card_info h3,
  .tablets__card:first-child .tablets__card_info p {
    text-align: right;
  }

  .tablets__col:first-child .tablets__card,
  .tablets__col:first-child .tablets__card {
    flex-direction: column-reverse;
  }

  .tablets__card img {
    margin: 0;
    margin-bottom: 20px;
    min-width: 137px;
    min-height: 137px;
  }

  .tablets {
    padding-bottom: 20px;
  }

  .tablets__card:first-child .tablets-m {
    position: absolute;
    top: 0;
    right: 120px;
    right: 150px;
    width: 164px;
    height: 109px;
    display: block;
    box-shadow: none;
    margin: 0;
    transform: translateY(20%);
  }

  .tablets__card:last-child .tablets-m {
    position: absolute;
    top: 0;
    left: 120px;
    left: 150px;
    width: 164px;
    height: 109px;
    display: block;
    box-shadow: none;
    margin: 0;
    transform: translateY(20%);
  }

  .tablets__card .tablets-m {
    display: none !important;
  }

  .way h2 {
    margin-top: 20px;
    font-size: 30px;
    text-align: center;
  }

  .way__har {
    flex-direction: column;
  }

  .way__caps {
    justify-content: center;
  }

  .way__caps:last-child {
    flex-direction: column;
  }

  .way__caps:last-child img {
    margin-right: 0;
    margin: 10px 0;
  }

  .way__caps p {
    text-align: center;
    line-height: 1.9;
  }

  .way__info button {
    padding: 20px 68px;
  }

  .way__caps p span {
    text-align: center;
  }

  .way__info {
    flex-direction: column;
  }

  .way__info p {
    font-size: 16px;
    min-width: 100%;
    text-align: center;
  }

  .way__info button {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
  }

  .expert__info > img {
    height: 220px;
    width: auto;
  }

  .expert__info {
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .expert > p {
    margin-top: 0;
  }

  .expert:first-child {
    margin-bottom: 35px;
  }

  .clinic {
    padding: 30px 0;
  }

  .clinic h2 {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1;
  }

  .clinic h2 span {
    display: inline-block;
    margin-top: 6px;
  }

  .clinic__right {
    margin-top: 30px;
  }

  .results {
    padding: 40px 0;
    background-size: contain;
    background-repeat: repeat;
  }

  .results__header h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 35px;
  }

  .results__header img:first-child,
  .results__header img {
    height: 40px;
    width: auto;
  }

  .results__header > .row {
    justify-content: flex-end;
  }

  .results__table_item {
    font-size: 14px;
    padding-left: 10px;
  }

  .results__table_item > div {
    padding: 0;
  }

  .reviews__item {
    padding: 24px 12px;
  }

  .reviews h2 {
    font-size: 30px;
    line-height: 1.5;
  }

  .reviews h2 span {
    padding: 2px 5px;
  }

  .reviews__item > img {
    min-height: 83px;
    max-height: 83px;
    min-width: 83px;
    max-width: 83px;
    height: 83px;
    width: 83px;
    margin-top: 85px;
  }

  .review {
    flex-direction: column-reverse;
  }

  .review p:last-child {
    font-size: 26px;
    width: calc(100% + 100px);
    margin-left: -103px;
  }

  .review img {
    margin-left: -103px;
  }

  .review p span {
    font-size: 26px;
  }

  .review img {
    margin-right: 0;
    height: 32px;
    width: 123px;
    margin-bottom: 5px;
  }

  .manufacturer h2 {
    font-size: 30px;
    text-align: center;
  }

  .manufacturer__img {
    margin: 20px 0;
  }

  .manufacturer__icon {
    width: calc(50% - 30px);
    margin: 0 auto;
  }

  .manufaturer__card-m {
    display: flex;
  }

  .manufacturer__icons {
    flex-wrap: wrap;
  }

  .manufaturer__cards {
    margin: 20px 0;
    flex-wrap: wrap;
    gap: 30px 0;
  }

  .manufaturer__card {
    min-width: 150px;
  }

  .danger__product {
    margin: 0 auto;
    position: relative;
    margin-top: -100px;
    margin-bottom: 30px;
    display: block;
  }

  .danger h2 {
    font-size: 32px;
    text-align: center;
  }

  .danger p {
    font-size: 18px;
  }

  .danger button {
    width: 100%;
    white-space: nowrap;
  }

  .banner {
    overflow-x: hidden;
  }

  .sert {
    margin: 0 auto;
    display: block;
  }

  .clinic__right img {
    width: 290px;
    margin: 0 auto;
  }

  .way__product {
    margin: 0 auto;
    display: block;
    position: relative;
  }

  .footer .banner__garant {
    margin-bottom: 50px;
  }

  .footer__logo {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .banner__people {
    max-height: 90% !important;
    width: auto !important;
  }

  .banner__product {
    transform: translate(26%, 0%) scale(0.8) !important;
    width: auto !important;
  }

  .banner__star {
    top: 50px;
    left: 0;
  }

  .percent__product__m {
    margin-bottom: 110px;
  }

  footer .banner__images {
    margin-top: 0;
  }

  .banner__images {
    margin-top: 20px !important;
  }

  .footer__banner_title {
    margin-bottom: 0;
  }

  .banner__left .banner__title {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .expert__info > img {
    height: 120px;
  }

  .review p {
    font-size: 16px;
  }

  .review p:last-child,
  .review p span {
    font-size: 20px;
  }

  .expert__info_text span {
    font-size: 22px;
    line-height: 1.3;
  }

  .expert p {
    font-size: 16px;
  }

  .step__title {
    font-size: 36px;
  }

  .step__desc {
    font-size: 14px;
  }

  .check-self__card img {
    max-width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .banner__star {
    top: 35px;
  }
}

select {
  -webkit-appearance: none;
  appearance: none;
}

body {
  min-width: 320px;
}

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

.prot__custom {
  margin-top: 15px;
  display: flex;
  gap: 7px;
  justify-content: center;
}

.prot__custom--two {
  width: 247px;
  text-align: center;
  float: right;
}

.prot__custom img {
  width: 20px;
  height: auto;
  position: relative !important;
  left: 0 !important;
  top: -2px !important;
  margin: 0 !important;
  object-fit: cover;
}

.sovm__custom {
  position: relative;
  text-align: center;
  font-size: 19px;
  padding: 13px 0;
  font-weight: 500;
  color: #365351;
  text-transform: uppercase;
  border-radius: 9px;
  max-width: 667px;
  margin-top: 25px;
}

.sovm__custom img {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10em;
  box-shadow: -1px 2px 3px #00000038;
  object-fit: contain;
}

@media screen and (max-width: 992px) {
  .prot__custom--two {
    width: 100%;
  }

  .sovm__custom {
    margin: 25px auto 0;
  }
}

@media screen and (max-width: 500px) {
  .sovm__custom {
    max-width: 360px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 1.2;
    justify-content: center;
  }

  .sovm__custom span {
    display: none;
  }
}

@media screen and (max-width: 350px) {
  .sovm__custom {
    font-size: 17px;
  }
}

/* */

* {
  outline: none;
}

body {
  position: relative;
  -webkit-animation-name: example;
  -webkit-animation-duration: 1.2s;
  animation-name: example;
  animation-duration: 1.2s;
}

@-webkit-keyframes example {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

@keyframes example {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

@-moz-document url-prefix() {
  select {
    -webkit-text-indent: -2px;
    -moz-text-indent: -2px;
    text-indent: -2px;
  }
}

.corona-wrapper-close {
  font-family: monospace, sans-serif;
}

.cookie-popup {
  padding: 4px 30px 4px 10px !important;
}

#kmacb,
.show-message__item,
.show-message__item-first {
  z-index: 99999 !important;
}

@media screen and (max-width: 1170px) {
  .cookie-popup {
    padding: 4px 10px !important;
  }
}

@media screen and (max-width: 767px) {
  #kmacb {
    right: 10px !important;
  }
}

@media screen and (max-width: 479px) {
  .corona-wrapper {
    padding: 5px 14% 5px 5px !important;
  }
}

/* */

* {
  outline: none !important;
}
body {
  overflow-x: hidden;
}
a {
  text-decoration: none !important;
}
.zvabs {
  position: absolute;
  font-style: normal;
  font-size: 23px;
  font-weight: normal;
  font-family: Arial, sans-serif;
  bottom: 16px;
  margin-left: -2px;
}
input[type="hidden"],
.pl_field_address_info {
  margin: 0 !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  position: absolute !important;
}
#created-button-1,
#created-button-2 {
  font-family: Arial, Tahoma;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.footer__text,
.footer__text * {
  width: 100%;
  text-align: center;
  cursor: default;
}
.frzv {
  position: absolute;
  top: 0px;
}
.footer-inheritcss-policy {
  display: block;
}
.footer-inheritcss-req,
.footer-inheritcss-req a,
.footer-inheritcss-policy,
.footer-inheritcss-policy a,
footer a:hover,
footer a {
  cursor: default !important;
  color: inherit !important;
  text-decoration: inherit !important;
}
.nowdate {
  border: 0px solid #a37111;
  color: #002c44;
  padding: 6px 12px 5px;
  border-radius: 5px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  color: #474c90;
  background: #291d5e;
  font-size: 22px;
  line-height: 1;
  margin: 9px auto 10px;
  font-weight: 600;
  background: rgba(62 99 148 0.26);
  margin-left: 5px;
}
#kmacb {
  z-index: 1000;
}
#corona-banner,
#corona-banner * {
  font-family: Arial, Tahoma, sans-serif;
  -ms-text-size-adjust: unset;
  -webkit-text-size-adjust: unset;
}
form p {
  font-size: 0.8rem;
  padding: 5px 0 0;
  margin-bottom: 0;
  opacity: 0.7;
}
.important button,
.banner__form button {
  min-width: 200px;
  font-size: 19px;
}
.important__price span {
  font-weight: 600;
}
.important__title {
  font-weight: 600;
}
.form__inputs input {
  text-indent: 16px;
  padding: 0;
  min-width: 92px;
}
.tablets__card_info p {
  display: block;
}

.expert_script {
  margin-top: -13px;
}
@media screen and (min-width: 1201px) {
}
@media screen and (min-width: 991px) {
  .tablets .tablets__col-center img {
    min-width: 261px;
  }
}

@media screen and (min-width: 481px) and (max-width: 991px) {
  .corona-wrapper {
    padding-right: 50px !important;
  }
  .tablets__col .tablets__card {
    min-height: 250px;
  }
}

@media screen and (min-width: 412px) and (max-width: 480px) {
  .corona-wrapper {
    padding-right: 35px !important;
  }
}

.section-line {
  font-size: 25px !important;
  padding: 15px 0;
  display: inline-block;
}
.section-line .nowdate {
  border: none;
  color: unset;
  padding: 6px 0;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  color: unset;
  background: none;
  font-size: unset;
  line-height: 1;
  margin: 0;
}

.banner__form_subtitle {
  font-weight: bold;
}
.info__price-title {
  color: #29215c;
  font-size: 21px;
  text-transform: uppercase;
}
.banner__form_time {
  margin-bottom: 5px;
}

.steps {
  padding: 30px 0 33px;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .step__desc {
    font-size: 14px;
  }
  .important img {
    left: 18px;
  }
  .percent__bottom button {
    font-size: 19px;
  }
  .dat .danger__product {
    bottom: 21px;
  }
  .banner__people {
    margin-left: -77%;
  }
  .effective__item img {
    min-width: 100px;
    min-height: 100px;
  }
  .important button,
  .banner__form button {
    font-size: 17px;
  }

  .expert__info_first_img {
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  .way__caps.first p span {
    margin-right: 40px;
  }

  .sert {
    transform: translateX(7%);
  }
}
@media (min-width: 481px) and (max-width: 992px) {
  .important__price span {
    padding: 0;
    margin-bottom: -10px;
  }
  #formach {
    position: absolute;
    margin-top: 350px;
  }
  .banner__people {
    width: 502px;
    transform: translateX(-14%);
    max-height: initial;
  }

  .banner__product {
    transform: translate(40%, -26%);
    width: 500px;
  }

  .banner__images {
    margin-top: 100px;
  }

  .step__desc {
    font-size: 15px;
  }

  .important img {
    top: -5px;
    left: unset;
    width: 320px;
    margin: 20px auto;
  }

  .important button {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 0;
  }

  .banner__form_title {
    font-size: 40px;
  }
  .zvabs {
    bottom: 19px;
  }

  .effective__product {
    width: 100%;
    height: auto;
    max-width: 329px;
    transform: none;
    margin: 0 auto;
    display: block;
  }

  .way a {
    margin: 0 auto;
  }

  .results__header img:first-child,
  .results__header img {
    height: 65px;
    width: auto;
  }

  .dat .danger__product {
    bottom: 0px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
    margin-bottom: 0px;
    display: block;
  }

  .way__product {
    max-width: 280px;
  }
  .results__images {
    max-width: 350px;
    font-size: 12px;
  }

  .effective__items {
    max-width: 434px;
    margin: auto;
  }
}

@media (min-width: 768px) {
  .results__images br {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .results__header img:first-child,
  .results__header img {
    margin: 0 auto 10px auto !important;
  }
  .results__images {
    padding-right: 10px;
    gap: 20px;
  }

  .effective__items {
    max-width: 434px;
    margin: auto;
  }
  .dat .danger__product {
    bottom: 0px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
    margin-bottom: 0px;
    display: block;
  }

  .results__header img:first-child,
  .results__header img {
    height: 65px;
    width: auto;
    margin: 0 40px;
  }
  .way__product {
    max-width: 280px;
  }
  .results__images {
    max-width: 240px;
    font-size: 11px;
  }

  .results__header img:first-child,
  .results__header img {
    height: 65px;
    width: auto;
    /* margin: 0 0px 0 45px; */
  }
  .results__images {
    max-width: unset;
  }
}

.results__images img {
  display: block;
}

@media (max-width: 380px) {
  .results__images {
    gap: 6px;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .results__header img {
    margin: 0 0px !important;
  }
  .form__inputs select {
    max-width: 140px;
  }
}

@media screen and (min-width: 481px) and (max-width: 667px) {
  .banner-about-corona-red-padding {
    padding-top: 55px;
    clear: both;
    display: block;
    position: relative;
    box-sizing: content-box;
  }
}

@media (min-width: 551px) {
  .form__inputs input.fio {
    width: calc(50% - 27.5px);
    margin: 0 10px;
  }
}

@media (max-width: 550px) {
  .form__inputs {
    flex-direction: column;
  }
  .form__inputs select,
  .form__inputs input {
    width: 100%;
    max-width: 100%;
  }
  .form__inputs input.fio {
    margin: 7px 0;
  }
  .form__inputs select {
    padding-left: 12px;
  }
}
@media (max-width: 480px) {
  .nowdate {
    margin-left: unset;
  }

  .sert {
    max-width: 85%;
    transform: translateX(10%);
  }
  footer a {
    display: inline-block;
  }
  .important__price span {
    line-height: 2;
    padding: 0;
    margin-bottom: -10px;
  }
  .way__info button {
    padding: 15px 25px;
  }
  .tablets__col .tablets__card {
    min-height: 290px;
  }
  #formach {
    position: absolute;
    margin-top: 330px;
  }
  select {
    max-width: 77px;
  }
  .important img {
    top: -10px;
    width: 260px;
    left: unset;
    margin: 22px auto;
  }
  .effective__product {
    width: 100%;
    height: auto;
    max-width: 300px;
    transform: none;
    margin: 0 auto;
    display: block;
  }
  .way a {
    margin: 0 auto;
  }
  .way__product {
    max-width: 260px;
  }

  .results__header img:first-child,
  .results__header img {
    margin: 0 0px 0 3px;
  }

  .dat .danger__product {
    max-width: 290px;
  }
  .banner__people {
    transform: translateX(-13%);
  }
  .banner__form_title {
    font-size: 42px;
  }
  .zvabs {
    bottom: 22px;
  }
  .results__header img:first-child,
  .results__header img {
    height: 55px;
  }

  .info__price-title {
    color: #29215c;
    font-size: 19px;
    text-align: center;
    line-height: 1;
    padding: 15px 0 0;
  }
  .info__price-title .nowdate {
    display: block;
  }

  .important button {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 0;
  }
}

.banner-about-corona-red-padding {
  display: none;
}

/* */

.country_select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}

.copyright {
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  color: #6c6e6f;
}
.copyright p {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
.copyright br {
  display: none;
}
.copyright img {
  margin: 10px auto !important;
  max-width: 100%;
}
.copyright a {
  color: #6c6e6f;
  text-decoration: none;
}
.copyright a:hover {
  color: #ff0069;
  text-decoration: none;
}
.errField {
  display: none;
  font-size: 14px;
  background: #f00;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
.errorMessage {
  font-size: 15px;
  background: rgba(255, 0, 0, 0.64);
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  position: absolute;
  margin: 10px 0 0;
  z-index: 999;
}
