

.p-hidden-content {
  display: none;
}

.p-hidden-content.is-visible {
  display: block;
}

.content-important {
  margin-bottom: 20px;
  border: 4px double rgba(160, 21, 21, 0.32);
  border-radius: 2px;
  padding: 20px;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  background: rgba(200, 0, 224, 0.04);
}

.p-article__figure {
  margin-bottom: 30px;
}

.p-article__figcaption {
  font-size: 0.9em;
  text-align: center;
  color: #666;
}

.p-article__figure-img {
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  max-height: 400px;
}

.p-article__figure--top {
  float: right;
  margin-left: 30px;
}

.p-img {
  margin-right: auto;
  margin-left: auto;
  max-height: 400px;
}

.a_c .custom-list {
  margin-bottom: 60px;
  padding-left: 0;
  font-family: "Calibri", sans-serif;
}

.custom-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: inherit;
}

.custom-list__pad {
  display: block;
  flex-shrink: 0;
  border-radius: 20px;
  padding: 10px 5px;
  width: 108px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  background-color: rgb(189, 214, 212);
}

.custom-list__pad > span {
  display: block;
  font-weight: 700;
  font-size: 28px;
}

.custom-list__text {
  position: relative;
  margin: 0;
  margin-right: 30px;
}

.custom-list__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  width: 240px;
  height: 2px;
  background-color: rgb(224, 62, 82);
}

@media (max-width: 576px) {
  .custom-list__item {
    flex-direction: column-reverse;
  }

  .custom-list__pad {
    margin-bottom: 10px;
  }

  .custom-list__text {
    margin-right: 0;
    text-align: center;
  }

  .custom-list__text::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-block {
  position: relative;
  display: grid;
  grid-template-areas: "quot img" "subtitle img";
  grid-template-columns: 1fr 320px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  font-family: "Calibri", sans-serif;
  gap: 30px;
}

.p-block::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 80%;
  height: 2px;
  background-color: rgb(1, 178, 170);
  transform: translateX(-50%);
}

.p-block__quot {
  grid-area: quot;
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
  text-align: right;
  color: rgb(75, 79, 84);
}

.p-block__image {
  grid-area: img;
  grid-row: span 2;
  max-width: 100%;
}

.p-block__subcaption {
  position: relative;
  grid-area: subtitle;
  margin: 0;
  font-size: 20px;
  line-height: 1.15;
  text-align: right;
}

.p-block__subcaption::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: calc(100% + 15px);
  width: 200px;
  height: 2px;
  background-color: rgb(224, 62, 82);
  transform: translateX(30px);
}

.p-block__subcaption > span {
  font-weight: 700;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-block-col {
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  max-width: 85%;
  font-family: "Calibri", sans-serif;
  line-height: 1.2;
}

.p-block-col__title {
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  font-size: 26px;
  color: rgb(75, 79, 84);
}

.p-block-col__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  width: 100%;
  height: 2px;
  background-color: rgb(1, 178, 170);
}

.p-block-col__subtitle {
  margin: 0 0 10px;
  font-size: 20px;
}

.p-block-col__list {
  display: flex;
  justify-content: space-between;
}

.p-block-col__list--column {
  flex-direction: column;
}

.p-block-col__item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
}

.p-block-col__item--row {
  flex-direction: row;
  align-items: center;
  width: auto;
}

.p-block-col__item--row:not(:last-child) {
  margin-bottom: 20px;
}

.p-block-col__heading {
  position: relative;
  align-self: flex-start;
  margin: 0 0 20px;
  font-size: 22px;
  color: rgb(75, 79, 84);
}

.p-block-col__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  width: calc(100% + 40px);
  height: 2px;
  background-color: rgb(224, 62, 82);
}

.p-block-col__heading--min {
  flex: 0 0 145px;
  align-self: center;
  margin-right: 10px;
}

.p-block-col__heading--min::before {
  width: 95%;
}

.p-block-col__icon {
  flex: 0 0 45px;
  margin-right: 20px;
  width: 45px;
  max-height: 60px;
}

.p-block-col__wrapper {
  display: flex;
}

.p-block-col__content {
  position: relative;
  flex-grow: 1;
  margin: 0;
  font-size: 20px;
}

.p-block-col__content > span {
  background-color: rgb(234, 248, 247);
}

.p-block-col__content--line::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: 50%;
  height: 2px;
  background-color: rgb(224, 62, 82);
}

.p-highlight {
  font-weight: 700;
  color: rgb(224, 62, 82);
}

@media screen and (max-width: 1000px) {
  .p-block {
    align-items: center;
    grid-template-areas: "quot" "img" "subtitle";
    grid-template-columns: auto;
    padding-top: 20px;
  }

  .p-block__quot {
    font-size: 26px;
    text-align: center;
  }

  .p-article__figure--top {
    float: none;
    margin-left: 0;
  }

  .p-article__figure-img {
    max-height: 100%;
  }

  .p-block__image {
    justify-self: center;
    grid-row: auto;
    margin-bottom: 20px;
    width: 100%;
    max-height: 400px;
    object-fit: contain;
  }

  .p-block__subcaption {
    font-size: 24px;
    text-align: center;
  }

  .p-block__subcaption::before {
    left: 50%;
    right: unset;
    width: 80%;
    transform: translateX(-50%);
  }

  .p-block-col__list {
    flex-direction: column;
  }

  .p-block-col__wrapper {
    flex-wrap: wrap;
  }

  .p-block-col__icon {
    flex-basis: 70px;
    width: 70px;
    max-height: 90px;
  }

  .p-block-col__item {
    width: 100%;
  }

  .p-block-col__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.main-form {
  --pr-color: 95, 139, 130;
  --product-color: rgb(var(--pr-color));
  --product-color-transp: rgba(var(--pr-color), 0.2);
  --radius: 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 40px;
  margin-bottom: 20px;
  gap: 20px;
}

.main-form__left {
  position: relative;
  max-width: 250px;
}

@keyframes ScaleRotate {
  0% {
    transform: scale(0.9) rotate(35deg);
  }

  50% {
    transform: scale(1.2) rotate(15deg);
  }

  100% {
    transform: scale(0.9) rotate(35deg);
  }
}

@keyframes ScaleRotate {
  0% {
    transform: scale(0.9) rotate(35deg);
  }

  50% {
    transform: scale(1.2) rotate(15deg);
  }

  100% {
    transform: scale(0.9) rotate(35deg);
  }
}

.main-form__discount-wrap {
  --size-discount: 85px;

  position: absolute;
  left: calc(100% - 110px);
  bottom: calc(100% - 60px);
  width: var(--size-discount);
  height: var(--size-discount);
  transform: rotate(20deg);
  -webkit-animation: 5s linear infinite scalerotate;
  animation: 5s linear infinite ScaleRotate;
}

.main-form__sticker {
  width: 100%;
  height: 100%;
  fill: rgb(224, 62, 82);
}

.main-form__discount {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  font-size: 28px !important;
  color: #fff;
  transform: translate(-50%, -50%);
}

.main-form__img {
  display: block;
  max-width: 100%;
}

.main-form__right {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  padding: 30px 20px;
  min-width: 300px;
  background-color: var(--product-color-transp);
}

.main-form__prices {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 18px;
  gap: 20px;
}

.main-form__price {
  margin-bottom: 0 !important;
  text-transform: uppercase;
}

.main-form__price--new {
  font-weight: 700 !important;
  color: var(--product-color) !important;
}

.main-form__price--new > span {
  font-size: 42px;
}

.main-form__price--old {
  opacity: 0.8;
}

.main-form__price--old > span {
  font-size: 30px;
  text-decoration: line-through;
}

.main-form__group {
  margin-bottom: 20px;
}

.main-form__input {
  display: block;
  border: 2px solid var(--product-color);
  border-radius: var(--radius);
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 20px;
}

.main-form__btn {
  margin-bottom: 10px;
  border: 2px solid transparent;
  border-radius: var(--radius);
  padding: 10px 20px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--product-color);
  transition-property: background-color, color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}

.main-form__btn:focus,
.main-form__btn:hover {
  -webkit-animation: 3s linear infinite scale;
  animation: 3s linear infinite Scale;
}

@keyframes blink {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes Scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes Scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
  }

  100% {
    transform: scale(1);
  }
}

.main-form__annotation {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 !important;
}

.main-form__annotation-text {
  margin-right: 5px;
}

.main-form__product-left {
  flex: 0 0 auto;
  border-radius: 5px;
  padding: 8px 8px 6px;
  box-sizing: border-box;
  line-height: 1;
  background-color: var(--product-color-transp);
}

.main-form__product-left.low-qt {
  color: #fff;
  background-color: rgb(181, 17, 17);
}

.main-form__product-left b {
  -webkit-animation: 1s ease-in-out infinite blink;
  animation: 1s ease-in-out infinite blink;
}

.main-form__btn:hover,
.main-form__btn:focus {
  border-color: var(--product-color);
  color: var(--product-color);
  background-color: transparent;
}

@media screen and (min-width: 770px) {
  .main-form {
    flex-direction: row;
  }

  .main-form__left {
    max-width: 300px;
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.timer {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  max-width: 180px;
  font-family: "Calibri", sans-serif;
}

.timer__divider {
  font-size: 30px;
  transform: translateY(4px);
  -webkit-animation: 1s linear infinite blink;
  animation: 1s linear infinite blink;
}

.timer__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.timer__wrapper > span {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 8px;
  width: 40px;
  height: 45px;
  font-weight: 700;
  font-size: 22px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background-color: var(--product-color);
}

.timer__wrapper > p {
  position: absolute;
  left: 50%;
  top: calc(100% + 1px);
  margin: 0;
  font-size: 15px;
  transform: translateX(-50%);
}

/* comments */
.comments {
  margin-bottom: 40px;
}

.comments__title {
  margin-bottom: 20px;
  font-size: 2rem;
}

.comment:not(:last-child) {
  margin-bottom: 30px;
}

.comment__top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.comment__avatar {
  margin-right: 15px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.comment__info {
  margin-right: auto;
}

.comment__author {
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
}

.comment__time {
  margin-top: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  white-space: nowrap;
  color: #666;
}

.comment__text {
  margin: 0;
}

.comment__stars {
  display: flex;
}

.comment__stars > .star {
  flex-shrink: 0;
  margin-right: 7px;
  width: 20px;
  height: 20px;
  fill: rgb(245, 195, 16);
}

.comment__rating {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}

.comment__content {
  font-size: 17px;
  color: #333;
}

.comment__text ~ .comment__img {
  margin-top: 10px;
}

.comment__img {
  max-height: 200px;
}

.comment .comment__link {
  position: relative;
  font-weight: 700;
  text-decoration: none;
  color: rgb(224, 62, 82);
}

.comment .comment__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  width: 100%;
  height: 1px;
  background-color: rgb(224, 62, 82);
}

.x_e._dn {
  opacity: 0;
  visibility: hidden;
}

#l_u_b {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.swiper {
  margin-bottom: 50px;
}

.swiper img {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.p-gift {
  margin-bottom: 40px;
  font-family: "Calibri", sans-serif;
}

.p-gift__title {
  text-align: center;
}

.p-gift__wrap {
  text-align: center;
}

.p-gift__btn {
  display: inline-block;
  border: none;
  border-radius: 9999px;
  padding: 15px 20px;
  box-shadow: 0 0 0 0 rgb(224, 62, 82);
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(0deg, rgb(224, 62, 82), rgba(224, 62, 82, 0.6));
  background-color: rgb(224, 62, 82);
  -webkit-animation: 3s linear infinite pulse-red;
  animation: 3s linear infinite pulse-red;
  cursor: pointer;
}

.p-gift__btn:disabled {
  cursor: not-allowed;
}

.p-gift__btn--win {
  box-shadow: 0 0 0 0 rgb(224, 62, 82);
  background: linear-gradient(0deg, rgb(95, 139, 130), rgba(95, 139, 130, 0.6));
  background-color: rgb(95, 139, 130);
  -webkit-animation: 1.4s linear infinite pulse-win;
  animation: 1.4s linear infinite pulse-win;
}

@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    transform: scale(0.95);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    transform: scale(1);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    transform: scale(0.95);
  }
}

@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    transform: scale(0.95);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    transform: scale(1);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    transform: scale(0.95);
  }
}

@keyframes pulse-win {
  0% {
    box-shadow: 0 0 0 0 rgba(95, 139, 130, 0.7);
    transform: scale(0.95);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    transform: scale(1);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    transform: scale(0.95);
  }
}

@keyframes pulse-win {
  0% {
    box-shadow: 0 0 0 0 rgba(95, 139, 130, 0.7);
    transform: scale(0.95);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    transform: scale(1);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    transform: scale(0.95);
  }
}

.p-modal__title {
  text-align: center;
}

.p-modal__img {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-height: 300px;
}

.p-modal__btn {
  position: relative;
  left: 50%;
  display: inline-block;
  border: none;
  border-radius: 9999px;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(0deg, rgb(95, 139, 130), rgba(95, 139, 130, 0.6));
  background-color: rgb(95, 139, 130);
  transform: translateX(-50%) scale(1);
  cursor: pointer;
}

.p-modal__text {
  font-weight: 400;
  text-align: center;
}

.graph-modal__container {
  max-width: 500px;
}

.p-custom {
  box-sizing: border-box;
}

.p-custom__title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #19cd5a;
}

.p-custom__subtitle {
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}

.p-custom__wrap {
  --cont-height: 320px;

  position: relative;
  margin-bottom: 40px;
  min-height: var(--cont-height);
}

.p-custom__img {
  --pic-size: calc(var(--cont-height) - 20px);

  position: absolute;
  left: 50%;
  top: 57%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: var(--pic-size);
  height: var(--pic-size);
  transform: translate(-50%, -50%);
}

.p-custom__list {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: center;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: calc(100% - 20px);
  box-sizing: border-box;
  transform: translateY(30px);
}

.p-custom__item {
  display: flex;
  width: 50%;
  box-sizing: inherit;
}

.item__wrap {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 10px 15px;
  min-width: 100px;
  box-sizing: inherit;
  background-color: #e9f7f7;
}

.item__text {
  margin: 0 !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.item:nth-child(odd) .item__wrap {
  justify-content: flex-end;
  margin-left: auto;
  border-radius: 0 9999px 9999px 0;
}

.item:nth-child(odd) .item__dot {
  margin-left: auto !important;
}

.item:nth-child(even) .item__dot {
  margin-right: auto !important;
}

.item:nth-child(even) .item__wrap {
  flex-direction: row-reverse;
  border-radius: 9999px 0 0 9999px;
}

.item:nth-child(even) .item__text {
  text-align: right;
}

.item:nth-child(odd) .item__text {
  text-align: left;
}

.item:nth-child(1) .item__wrap,
.item:nth-child(9) .item__wrap {
  margin-right: 50px;
}

.item:nth-child(2) .item__wrap,
.item:nth-child(10) .item__wrap {
  margin-left: 50px;
}

.item:nth-child(3) .item__wrap,
.item:nth-child(7) .item__wrap {
  margin-right: 80px;
}

.item:nth-child(4) .item__wrap,
.item:nth-child(8) .item__wrap {
  margin-left: 80px;
}

.item:nth-child(5) .item__wrap {
  margin-right: 110px;
}

.item:nth-child(6) .item__wrap {
  margin-left: 110px;
}

.item:nth-child(4n+1) .item__wrap,
.item:nth-child(4n+2) .item__wrap {
  font-weight: 700;
  color: #fff;
  background-color: #f19696;
}

.item__dot {
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/virus17.svg") no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .is-desktop {
    display: none;
  }

  .p-custom__img {
    position: static;
    transform: none;
  }

  .p-custom__list {
    position: static;
    flex-direction: column;
  }

  .p-custom__item {
    margin: 0 0 10px !important;
    width: auto;
  }

  .item__wrap {
    border-radius: 9999px !important;
  }

  .item:nth-child(odd) .item__wrap {
    margin-right: 35px;
    color: #fff;
    background-color: #f19696 !important;
  }

  .item:nth-child(even) .item__wrap {
    margin-left: 35px;
    color: #000;
    background-color: #e8e8e8 !important;
  }
}

.p-compound {
  position: relative;
  z-index: 5;
  margin-bottom: 40px;
}

.p-compound__bg-img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 100%;
  max-width: 50%;
  opacity: 0.3;
  transform: translate(-50%, -50%);
}

.p-compound__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0;
}

.p-compound__item {
  flex: 0 1 50%;
}

.p-compound__item:nth-child(even) .p-compound__wrap {
  margin-left: auto;
}

.p-compound__item:nth-child(odd) .p-compound__wrap {
  margin-right: auto;
}

.p-compound__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 310px;
}

.p-compound__heading {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 23px;
  text-align: center;
  text-transform: uppercase;
}

.p-compound__img {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  width: 100%;
  max-height: 130px;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-compound__text {
  margin: 0;
  line-height: 1.2;
  text-align: center;
}


 @media screen and (max-width: 800px) {
#linksMenu{
  display: none;
 }
}


@media (max-width:500px) {
 

    .comment__time {
        font-size: 15px;
    }

    .comment__avatar {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

    .comment__stars>.star {
        height: 18px;
        margin-right: 7px;
        width: 15px;
    }

    .comment__author {
        font-size: 18px;
    }

}


@media screen and (max-width: 576px) {
  .p-compound__wrap {
    max-width: 100%;
  }

  .p-compound__item {
    flex: 1 1 auto;
  }

  .p-compound__bg-img {
    position: static;
    margin: 0 auto;
    opacity: 0.8;
    transform: none;
  }

  .p-compound__heading {
    position: relative;
  }

  .p-compound__heading::before {
    content: "";
    position: absolute;
    top: calc(100% + 3px);
    width: 100%;
    height: 2px;
    background-color: #f19696;
  }
}

@media (max-width: 450px) {
   

    .comment__top {
        flex-direction: column;
    }

    .comment__info {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .comment__author .name_link_style {
        display: flex;
        justify-content: center;
    }




}

@media screen and (max-width: 352px) {
    .hide-tiny {
        display: none !important;
    }

    .main-form__input,
    .main-form__btn {
      margin: 0 auto;
      width: 94%;
    }
}
