:host,
:root {
  --fa-font-solid: normal 900 1em/1 'Font Awesome';
}

@font-face {
  font-family: 'Font Awesome';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format('woff2'),
    url("../fonts/fa-solid-900.ttf") format('truetype');
}

.fa-solid,
.fas {
  font-family: 'Font Awesome';
  font-weight: 900;
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-eye::before {
  content: '\f06e';
}

.fa-comment::before {
  content: '\f075';
}

.fa-clock::before {
  content: '\f017';
}

body {
  max-width: 600px;
  margin: 0 auto;
  font-family: Raleway, sans-serif;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

a:hover {
  text-decoration: none;
}

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

.header__bottom {
  display: flex;
  flex-flow: row nowrap;
  padding: 10px 20px;
  background: #f5f5f5;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 2px 2px;
  position: relative;
  z-index: 1;
}

.main {
  padding: 0 20px;
}

main {
  padding: 0 20px;
}

.redy-style {
  font-weight: bold;
  color: red;
}

.person {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.person__top {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.person__ava {
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  box-shadow: 0px 2px 4px 1px rgba(0, 5, 48, 0.2);
  border-radius: 50%;
}

.person__text {
  padding-left: 20px;
}

.person__text h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin: 0;
}

.person__text p {
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  font-style: italic;
}

.person__text p span {
  color: #ff0000;
  background-color: #fff5f5;
}

.data {
  flex-shrink: 0;
}

.data span {
  font-size: 10px;
  line-height: 1;
  margin-left: 8px;
}

.data span i {
  margin-right: 2px;
}

.nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background-color: #020c0f;
}

.nav * {
  box-sizing: border-box;
}

.nav__list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 8px 28px;
  text-align: center;
  width: calc(100% - 144px);
}

.nav__list li {
  margin: 0 20px;
}

.nav__list li a {
  font-size: 11px;
  font-weight: 700;
  line-height: 12px;
  color: #fff;
  text-decoration: none;
}

.nav__search {
  width: 120px;
}

.nav__search input {
  padding-left: 20px;
  background: rgba(109, 129, 153, 0.4) url("../images/search.svg") 8px 50% / 8px no-repeat;
  border: 0.4px solid rgba(255, 255, 255, 0.7);
  box-shadow: inset 2px -2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
}

.topimg {
  text-align: center;
}

.topimg img {
  width: 100%;
  margin-top: 0;
  border-radius: 0;
}

.land {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  background: rgb(191, 210, 85);
  background: -webkit-linear-gradient(top,
      rgb(191, 210, 85) 0%,
      rgb(142, 185, 42) 50%,
      rgb(114, 170, 0) 51%,
      rgb(158, 203, 45) 100%);
  background: linear-gradient(to bottom,
      rgb(191, 210, 85) 0%,
      rgb(142, 185, 42) 50%,
      rgb(114, 170, 0) 51%,
      rgb(158, 203, 45) 100%);
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}

.topimg a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}

.topimg a img {
  width: 100%;
}

h1 {
  margin: 8px 15px;
  font-size: 23px;
  text-align: center;
  font-weight: 800;
  color: #ff0000;
}

h1 span {
  color: #ff0000;
}

h2 {
  margin: 0 0px 7px 0;
  font-weight: 700;
  font-size: 23px;
  text-align: center;
}

h2 span {
  font-weight: 300;
}

.golova {
  padding: 9px 0;
  background: #f5f5f5;
}

.golova ul {
  padding: 0;
  margin: 0;
  text-align: center;
}

.golova ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 3px;
}

.golova ul li a {
  text-decoration: none;
  color: #000;
}

.img-responsive {
  width: 100%;
}

.story h3 {
  font-weight: 500;
  font-style: italic;
  margin: 12px 0;
}

.story a {
  color: #2b72d2;
}

.toland {
  border: 3px dashed #000;
  text-align: center;
  background: yellow;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 30px;
  position: relative;
  z-index: 20;
}

.toland:after {
  position: absolute;
  content: ' ';
  display: block;
  background-size: 77px;
  width: 75px;
  height: 45px;
  top: -24px;
  left: 29px;
}

.toland span {
  color: #f00;
  font-size: 30px;
  font-weight: 800;
  display: block;
}

.toland strong {
  display: block;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}

.buynow li span {
  background: #55b227;
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  bottom: 2px;
}

blockquote {
  margin: 0;
  padding: 0;
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.doc-quote {
  font-style: italic;
  background: #f2f2f2;
  padding: 15px;
  display: block;
  text-align: left;
}

.buynow {
  padding: 20px 10px;
  background: #f9fff6;
}

.buynow ul {
  list-style-type: none;
  margin: 0 0px 5px 0;
  padding: 0;
  display: inline-block;
}

.buynow ul li {
  margin-bottom: 5px;
  text-align: left;
  font-size: 18px;
}

.buynow ul li i {
  color: #27c00c;
}

.buynow img {
  width: 145px;
}

.redgo {
  display: block;
  box-sizing: border-box !important;
  width: 100%;
  background: #9dd53a;
  background: -moz-linear-gradient(45deg,
      #9dd53a 0%,
      #a1d54f 50%,
      #80c217 51%,
      #7cbc0a 100%);
  background: -webkit-linear-gradient(45deg,
      #9dd53a 0%,
      #a1d54f 50%,
      #80c217 51%,
      #7cbc0a 100%);
  background: linear-gradient(45deg,
      #9dd53a 0%,
      #a1d54f 50%,
      #80c217 51%,
      #7cbc0a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dd53a', endColorstr='#7cbc0a', GradientType=1);
  padding: 10px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  border-radius: 3px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  font-weight: 700;
  border-bottom: 4px solid #7cbc0a;
}

.story p {
  font-size: 16px;
  margin-bottom: 9px;
  margin-top: 9px;
  text-align: left;
}

.input-group {
  margin-bottom: 10px;
  text-align: center;
}

.pric {
  width: 120px;
  height: 120px;
  line-height: 120px;
  vertical-align: top;
  background: #fdf734;
  color: #ff0000;
  font-size: 48px;
  font-weight: 700;
  border-radius: 50%;
  margin-left: -50px;
  position: relative;
  top: 85px;
  display: inline-block;
}

.pric small {
  font-size: 24px;
  position: relative;
  bottom: 19px;
}

.country-input,
.name-input,
.phone-input {
  background: #fff;
  border: 3px solid #bac2b6;
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  transition: all 0.15s ease-in-out;
  text-align: left;
}

.name-input input,
.phone-input input {
  width: 100%;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  min-width: 0;
  padding: 10px 15px;
}

.country-input select {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  min-width: 0;
  height: 40px;
  color: #000;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgb(255, 255, 255) url("") no-repeat scroll 98% center;
}

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

.button-submit:hover,
.button-submit:focus {
  outline: 0;
  box-shadow: 0 0 0 5px rgba(26, 151, 26, 0.2);
  border-color: #1a971a;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.name-input:focus-within,
.phone-input:focus-within {
  outline: 0;
  box-shadow: 0 0 0 5px rgba(26, 151, 26, 0.2);
  border-color: #1a971a;
}

.name-input:focus-within input,
.phone-input:focus-within input {
  outline: 0;
}

.country-input {
  padding: 5px 15px;
}

.country-input .country {
  width: 24px;
  height: 18px;
  border-radius: 4px;
  margin-right: 5px;
  align-self: center;
}

.phone-input label {
  align-self: center;
  padding-left: 15px;
  margin: 0;
  margin-right: 5px;
  font-weight: bold;
}

.button-submit {
  display: block;
  text-align: center;
  box-sizing: border-box !important;
  width: 100%;
  background: #1a971a;
  padding: 0 14px;
  text-decoration: none;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  border: 0;
  padding: 15px;
  margin: 20px auto;
  cursor: pointer;
  border-bottom: 3px solid #036703;
  transition: all 0.5s ease-in-out;
}

.button-submit-text {
  text-align: center;
  padding: 14px 0;
}

html {
  padding: 0;
  margin: 0;
}

.buynow .visita {
  display: block;
  background: rgb(124, 181, 23);
  text-align: center;
  padding: 12px 5px;
  margin: 10px 0;
  color: #fff;
  width: 100%;
  border-radius: 4px;
  border: 0 !important;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer !important;
}

.commentarios {
  padding: 15px 10px;
  font-size: 22px;
  font-weight: 700;
  background: #f2f2f2;
}

.coma p {
  margin: 0;
}

p.comment a {
  font-weight: 500;
  color: #2b72d2;
}

.comimg {
  width: 100%;
  margin-bottom: 8px;
}

.otros-commentarios {
  border: none;
  background-color: transparent;
  color: #333;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 16px;
  outline: none;
  cursor: pointer;
}

footer {
  text-align: center;
  background: #000;
  color: #fff;
  padding: 12px 0;
  margin-top: 50px;
}

footer a {
  color: #fff;
}

.slider {
  max-width: 462px;
  margin: 0 auto 35px;
  overflow: hidden;
  padding-bottom: 18px;
  position: relative;
  z-index: 1;
}

.swiper-wrapper {
  padding: 0;
  list-style-type: none;
}

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

.slide__bg {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.slide__image {
  display: block;
  width: 76%;
  margin: 15px auto 0;
  position: relative;
  z-index: 2;
}

.slide__text {
  background-color: #7a0000;
  opacity: 0.7;
  padding: 56px 19px 20px;
  margin-top: -40px;
  box-shadow: 2px 1px 2px rgba(51, 26, 26, 0.15);
  border-radius: 2px;
}

.slide__text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
  text-align: center;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
}

.socialicons div {
  display: inline-block;
  color: #fff !important;
  margin: 0 3px;
  cursor: pointer;
}

.otros-commentarios {
  margin: 20px;
  display: block;
  border-radius: 10px;
  padding: 10px;
  background: #f2f2f2;
  color: #000;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.otros-commentarios:hover {
  background-color: #d7d7d7;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.cform {
  padding: 20px 28px;
  margin-top: 30px;
  background-color: #a24d4d;
}

.cform * {
  box-sizing: border-box;
}

.cform__inner {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  text-decoration: none;
}

.cform__avatar {
  display: block;
  flex-shrink: 0;
  width: 65px;
}

.cform__form {
  width: calc(100% - 65px);
  padding-left: 12px;
}

.cform__form input {
  display: block;
  background-color: #fff;
  border-radius: 2px;
  padding: 10px;
  font-size: 12px;
  border: none;
  width: 100%;
}

.cform__form>input {
  margin-bottom: 15px;
}

.cform__form button {
  border-radius: 2px;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 0 10px;
  background-color: #7a0000;
  margin-left: 8px;
  cursor: pointer;
}

.cform__form .mk-row {
  display: flex;
  flex-flow: row nowrap;
}

.button {
  font-weight: 700;
  background-color: #d90303;
  color: #fff;
  padding: 15px 11px;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  filter: drop-shadow(2px 2px 4px rgba(51, 26, 26, 0.15));
}

.block {
  padding: 35px 28px;
}

.block.gradient-diagonal {
  margin-bottom: 30px;
  background: linear-gradient(352.55deg,
      #7a0000 0.82%,
      #6e8db9 54.65%,
      #efefff 93.38%);
}

.info-block {
  margin-top: 24px;
}

.info-block-title {
  text-align: center;
  color: #ff0000;
}

.doctor {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  margin-top: 20px;
  line-height: 0;
  overflow: hidden;
}

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

.doctor-description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25em;
  padding: 14px 80px;
  margin: 0;
  text-align: center;
  background-color: #f2f8ff;
  color: #000530;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px 2px 0 0;
}

.doctor-advantages {
  background: linear-gradient(90deg, #4c5b81 0.82%, #403d61 54.65%);
  font-size: 16px;
  line-height: 17px;
  color: #fff;
  padding: 20px 44px;
}

.doctor-text {
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding: 5px 0;
}

.doctor-text:before {
  content: '';
  width: 27px;
  height: 21px;
  background: url("../images/quotes.svg") 50% 50% / contain no-repeat;
  position: absolute;
  left: -30px;
  top: -21px;
  z-index: 1;
}

.doctor-text::after {
  content: '';
  width: 27px;
  height: 21px;
  background: url("../images/quotes.svg") 50% 50% / contain no-repeat;
  position: absolute;
  transform: rotate(180deg);
  right: -28px;
  bottom: -21px;
  z-index: 1;
}

.doctor-text+.doctor-text {
  margin-top: 28px;
}

.doctor-list {
  font-weight: 400;
  margin-top: 20px;
  text-align: left;
}

.doctor-list__item {
  position: relative;
}

.doctor-list__item+.doctor-list__item {
  margin-top: 10px;
}

.doctor-list__item:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 4px;
  top: 5px;
  left: -10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffbf00;
}

.doctor-footnote {
  font-style: italic;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  line-height: 15px;
  margin-top: 16px;
}

.doctor-info {
  padding: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  background: transparent url("../images/doctor-bg.png") 50% 50% / 100% repeat;
  filter: drop-shadow(0px 0px 2px rgba(51, 51, 51, 0.25));
}

.doctor-info-title {
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  color: #f9f374;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.doctor-info-text {
  font-weight: 700;
  margin-top: 16px;
  font-size: 16px;
  line-height: 17px;
}

.doctor-info-list {
  font-weight: 400;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 15px;
  list-style-type: none;
}

.doctor-info-list__item {
  font-size: 16px;
  line-height: 19px;
  text-transform: lowercase;
  padding-left: 27px;
  position: relative;
  z-index: 1;
}

.doctor-info-list__item:before {
  content: '';
  width: 21px;
  height: 11px;
  background: url("../images/bullet.svg") 50% 50% / contain no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
}

.doctor-info-list__item+.doctor-info-list__item {
  margin-top: 10px;
}

.doctor-info-list__item>strong {
  font-weight: 700;
}

@keyframes wiggle {

  5%,
  50% {
    transform: scale(1);
  }

  10% {
    transform: scale(0.9);
  }

  15% {
    transform: scale(1.15);
  }

  20% {
    transform: scale(1.15) rotate(-5deg);
  }

  25% {
    transform: scale(1.15) rotate(5deg);
  }

  30% {
    transform: scale(1.15) rotate(-3deg);
  }

  35% {
    transform: scale(1.15) rotate(2deg);
  }

  40% {
    transform: scale(1.15) rotate(0);
  }
}

.wiggle-button {
  display: block;
  margin: 19px auto 50px;
  width: max-content;
  animation: wiggle 4s 2s infinite;
  transition: 0.5s all ease-in-out;
  border: 2px solid transparent;
  border-radius: 2px;
}

.wiggle-button:hover {
  border: 2px solid #d90303;
  background-color: #fff;
  color: #d90303;
}

.comenti {
  padding: 16px 18px;
}

.coma {
  display: flex;
  flex-flow: row nowrap;
  padding: 15px 15px;
  margin-bottom: 20px;
  background: rgba(122, 0, 0, 0.04);
  box-shadow: 1px 2px 2px rgba(51, 26, 26, 0.1);
  position: relative;
  z-index: 1;
}

.coma--reply {
  margin-left: 74px;
}

.coma__time {
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: 16px;
  top: 18px;
}

.coma img {
  max-width: 100%;
  margin-top: 10px;
}

.coma {
  margin-bottom: 15px !important;
  font-size: 14px;
  line-height: 19px;
}

.comment img {
  max-width: 300px;
}

.nickname {
  padding: 0;
  margin-bottom: 10px !important;
  text-decoration: none !important;
}

.nickname a {
  font-size: 16px;
  text-decoration: none !important;
  color: #000;
  font-weight: 700;
}

.col-avatar {
  width: 50px;
  flex-shrink: 0;
  height: 50px;
}

.col-avatar a,
.col-avatar a img {
  box-sizing: border-box;
  height: 100%;
  object-fit: cover;
}

.col-avatar a {
  display: block;
  width: 100%;
}

.col-avatar a img {
  display: block;
  width: 100%;
  border: 1px solid #7a0000;
  filter: drop-shadow(0px 1px 2px rgba(0, 5, 48, 0.1));
}

.col-comm-text {
  padding-left: 15px;
}

.paypal-link {
  margin: 20px 5% 0 5%;
  padding: 8px;
  line-height: 1;
  color: #111;
  background: #ffc439;
  text-decoration: none;
  font-size: 27px;
  display: block;
  border-radius: 35px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
  letter-spacing: 0;
  display: none;
}

.paypal-link img {
  width: auto;
  vertical-align: middle;
}

.product {
  display: block;
  margin: 20px auto 10px;
}

.b-note {
  margin: 15px auto;
  text-align: center;
  padding: 0 15px;
}

.b-note2 {
  margin: 15px auto;
  text-align: center;
  padding: 0 15px;
  color: green;
  font-weight: bold;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.ac_footer {
  position: relative;
  top: 10px;
  height: 0;
  text-align: center;
  margin-bottom: 70px;
  color: #a12000;
}

.ac_footer a {
  color: #a12000;
}

.ac_footer p {
  text-align: center;
}

.story .red-link {
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #ff0000;
  background: linear-gradient(91deg, #000000 0.53%, #ff0300 61.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  /* max-width: 80%; */
  margin: 0 auto;
  margin-bottom: 30px;
}

.story .red-link::after {
  background: #ff0000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  -webkit-animation: dotty steps(1, end) 2s infinite;
  animation: dotty steps(1, end) 2s infinite;
  content: '';
  position: absolute;
  margin-left: 10px;
}

@keyframes dotty {
  0% {
    content: '';
  }

  25% {
    content: '>';
  }

  50% {
    content: '>>';
  }

  75% {
    content: '>>>';
  }

  100% {
    content: '';
  }
}

.primary {
  color: #d90303;
}

.section-product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.section-product-wrapper {
  position: relative;
}

.section-product__img {
  display: inline-block;
  margin: 0 auto;
  width: 300px;
}

.section-product__img--label {
  position: absolute;
  top: 0px;
  right: calc(-50% + 65px);
  width: 110px;
  height: 110px;
}

.section-product-text {
  margin-top: 10px;
  font-size: 25px;
  line-height: 1.35em;
  text-align: center;
  margin-bottom: 10px;
}

.section-product-counter {
  font-weight: 700;
  display: inline-block;
  font-size: 35px;
  line-height: 37px;

  padding: 20px 42px;
  color: #fff;
  background-color: #d90303;
  transition: all 0.15s ease-in-out;
  animation: glowing 2000ms infinite both;
  border-radius: 4px;
  text-decoration: none;
}

.section-product-wheel {
  margin-top: 75px;
}

@media screen and (max-width: 1024px) {
  .section-product-wheel {
    margin-top: 88px;
  }
}

@keyframes glowing {
  0% {
    filter: drop-shadow(0px 0px 2px #d90000);
  }

  50% {
    filter: drop-shadow(0px 0px 8px #d90000);
  }

  100% {
    filter: drop-shadow(0px 0px 2px #d90000);
  }
}

.main_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/form_bg.jpg") center top no-repeat;
  background-size: 100% 100%;
  padding: 30px 0;
  text-align: center;
  max-width: 650px;
  margin: 20px auto 0;
  font-size: 18px;
}

.sertif {
  color: blue;
  font-size: 14px;
  font-style: italic;
}

.main_form h2 {
  font-size: 32px;
  line-height: 1.35;
  color: black;
  font-weight: bold;
  margin-top: 25px;
}

.main_form .price {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  padding: 0 7px;
}

.price_red {
  font-weight: bold;
  color: red;
}

.blue-border {
  margin: 0px 20px 15px 20px;
  border: 2px solid #0299ff;
  padding: 10px !important;
  text-align: center !important;
  max-width: 700px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.35;
}

.main_form label {
  margin-top: 10px;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.main_form input {
  font-size: 20px;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  max-width: 300px;
  width: 100%;
}

.main_form button {
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgb(129 150 160 / 45%);
  border-radius: 5px;
  background-color: #0299ff;
  background-position: 1.35em 0.94em;
  background-size: 1em;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
  box-sizing: border-box;
  width: 260px;
  margin-bottom: 20px;
}

.timelimit,
.additional {
  font-size: 12px;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 5px;
}

.timelimit b {
  display: inline-block;
  background: url("../images/timerIcon2_1.png") no-repeat;
  margin-top: -2px;
  padding-left: 14px;
  color: red;
  vertical-align: middle;
  background-position-y: 0px;
  /* font-size: 12px; */
}

@media (max-width: 992px) {
  .main_form {
    padding: 30px 15px;
  }
}

@media (max-width: 480px) {
  .main_form input {
    width: 80%;
    font-size: 14px;
  }

  .main_form label {
    font-size: 14px;
  }
}

.order-info {
  text-align: center;
}

.order-info__title {
  font-size: 16px;
  color: red;
}

.order-info__date {
  text-decoration: underline;
}

.order-info__count {
  display: block;
  background: red;
  padding: 10px;
  margin: 12px auto;
  margin-bottom: 25px;
  width: 178px;
  color: #fff;
  text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000,
    0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000,
    1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000,
    1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000,
    -1px 1px 0 #000000, 1px 1px 0 #000000;
  font-size: 32px;
  border-radius: 5px;
  animation-name: button;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes button {
  0% {
    box-shadow: 0px 0px 10px #f20000;
  }

  60% {
    box-shadow: 0px 0px 3px rgba(242, 0, 0, 0.8);
  }

  100% {
    box-shadow: 0px 0px 10px #f20000;
  }
}

.main_form button {
  animation: glowingBlue 2000ms infinite both;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 2px #d4282c;
  }

  50% {
    box-shadow: 0 0 12px #d4282c;
  }

  100% {
    box-shadow: 0 0 2px #d4282c;
  }
}

@keyframes glowingBlue {
  0% {
    box-shadow: 0 0 2px #0081d8;
  }

  50% {
    box-shadow: 0 0 12px #0081d8;
  }

  100% {
    box-shadow: 0 0 2px #0081d8;
  }
}

.warning {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 0.3px solid #000530;
  border-radius: 2px;
  background: linear-gradient(142.75deg,
      #fce376 -11.7%,
      #fce479 11.09%,
      #fde681 25.06%,
      #feeb8f 36.64%,
      #fff0a0 45.29%,
      #bc6d00 193.23%) top center;
  width: 80%;
  margin: 0 auto;
  padding: 12px 14px;
  margin-top: 30px;
}

.warning>img {
  width: 52px;
  height: 46px;
}

.warning-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-top: 19px;
}

.warning-text>strong {
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  main {
    padding: 0 10px;
  }

  .header__bottom {
    padding: 10px;
  }

  .nav__list {
    width: 100%;
  }

  .nav__list li {
    margin: 0 10px;
  }

  .nav__search {
    display: none;
  }

  .section-product__img--label {
    right: -25px;
    top: 0px;
    width: 80px;
    height: 80px;
  }

  .cform {
    padding: 20px 10px;
  }

  .cform__avatar {
    width: 40px;
  }

  .cform__form {
    width: calc(100% - 40px);
  }

  .comenti {
    padding: 16px 0;
  }

  .coma--reply {
    margin-left: 20px;
  }

  .nickname {
    max-width: 120px;
  }

  .block {
    padding: 35px 10px;
  }

  .doctor-description {
    padding: 14px 20px;
  }

  .doctor-advantages {
    padding: 20px;
  }

  .doctor-text:before {
    left: -10px;
  }

  .doctor-text::after {
    right: -10px;
  }

  .doctor-info {
    padding: 20px;
  }
}

p.comment {
  font-size: 15px;
}

.videos__title {
  text-align: center;
}

@media(max-width:768px) {
  .story .red-link {
    max-width: 320px;
  }
}