html {
  scroll-behavior: smooth;
}

.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: 20px;
}
.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-width: 100%;
}

.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-block__image {
    justify-self: center;
    grid-row: auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 400px;
  }
  .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;
}

@-webkit-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;
  appearance: none;
  -webkit-appearance: none; 
  box-sizing: border-box;
}

.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;
}

@-webkit-keyframes blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-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;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.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 {
  margin-right: 7px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  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;
  visibility: hidden;
  opacity: 0;
}

.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 {
  position: relative;
  left: 50%;
  display: inline-block;
  border: none;
  border-radius: 9999px;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  background-color: rgb(224, 62, 82);
  background: linear-gradient(0deg, rgb(224, 62, 82), rgba(224, 62, 82, 0.6));
  cursor: pointer;
  box-shadow: 0 0 0 0 rgb(224, 62, 82);
  transform: translateX(-50%) scale(1);
  -webkit-animation: 3s linear infinite pulse-red;
          animation: 3s linear infinite pulse-red;
}
.p-gift__btn--win {
  -webkit-animation: 1.4s linear infinite pulse-win;
          animation: 1.4s linear infinite pulse-win;
  box-shadow: 0 0 0 0 rgb(224, 62, 82);
  background-color: rgb(95, 139, 130);
  background: linear-gradient(0deg, rgb(95, 139, 130), rgba(95, 139, 130, 0.6));
}
.p-gift__btn:disabled {
  cursor: not-allowed;
}

@-webkit-keyframes pulse-red {
  0% {
    transform: scale(0.95) translateX(-50%);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
  }
  70% {
    transform: scale(1) translateX(-50%);
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
  100% {
    transform: scale(0.95) translateX(-50%);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95) translateX(-50%);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
  }
  70% {
    transform: scale(1) translateX(-50%);
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
  100% {
    transform: scale(0.95) translateX(-50%);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
@-webkit-keyframes pulse-win {
  0% {
    transform: scale(0.95) translateX(-50%);
    box-shadow: 0 0 0 0 rgba(95, 139, 130, 0.7);
  }
  70% {
    transform: scale(1) translateX(-50%);
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
  100% {
    transform: scale(0.95) translateX(-50%);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
@keyframes pulse-win {
  0% {
    transform: scale(0.95) translateX(-50%);
    box-shadow: 0 0 0 0 rgba(95, 139, 130, 0.7);
  }
  70% {
    transform: scale(1) translateX(-50%);
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
  100% {
    transform: scale(0.95) translateX(-50%);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
.p-modal__title {
  text-align: center;
}
.p-modal__img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  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;
  cursor: pointer;
  transform: translateX(-50%) scale(1);
  background-color: rgb(95, 139, 130);
  background: linear-gradient(0deg, rgb(95, 139, 130), rgba(95, 139, 130, 0.6));
}

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