@font-face {
  font-family: "iconset";

  src: url('../fonts/iconset.eot?t=1682366119087');

  /* IE9*/

  src: url('../fonts/iconset.eot?t=1682366119087#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url("../fonts/iconset.woff2?t=1682366119087") format("woff2"),
  url("../fonts/iconset.woff?t=1682366119087") format("woff"),
  url('../fonts/iconset.ttf?t=1682366119087') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconset.svg?t=1682366119087#iconset') format('svg');

  /* iOS 4.1- */
}

[class^="iconset-"], [class*=" iconset-"] {
  font-family: 'iconset' !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconset-calendar:before {
  content: "\ea01";
}

.iconset-checkmark:before {
  content: "\ea02";
}

.iconset-danger:before {
  content: "\ea03";
}

.iconset-delivery-fast:before {
  content: "\ea04";
}

.iconset-delivery:before {
  content: "\ea05";
}

.iconset-dots:before {
  content: "\ea06";
}

.iconset-eye:before {
  content: "\ea07";
}

.iconset-success:before {
  content: "\ea08";
}

.iconset-thumb-up:before {
  content: "\ea09";
}

.iconset-time:before {
  content: "\ea0a";
}

.iconset-warning:before {
  content: "\ea0b";
}

.iconset-world:before {
  content: "\ea0c";
}

html {
  scroll-behavior: smooth !important;
}

#order .shadow {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

#ribbon path {
  fill: var(--ribbon-color);
}

#ribbon rect {
  fill: var(--ribbon-dark-color);
}

#order .order {
  --background-color: var(--color-primary, #5287f6);
  --border-radius: 32px;
  --form-radius: calc(var(--border-radius) / 4);
  --font-size: 18px;
  --ribbon-size: 150px;
  --ribbon-color: rgb(175, 0, 0);
  --ribbon-dark-color: rgb(125, 0, 0);
  --grad-from: rgb(220, 220, 220);
  --grad-to: var(--color-primary, #5287f6);
  --grad-direction: to bottom right;
  --form-gap: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0;
  border-radius: var(--border-radius);
  padding: 24px;
  background-color: #fff;
  gap: 32px 64px;
  box-sizing: border-box;
}

#order .order__left {
  position: relative;
  display: flex;
  flex: 1 1 min(40%, 210px);
  border-radius: var(--border-radius);
  padding: 8px;
  background: linear-gradient(var(--grad-direction), var(--grad-from), var(--grad-to));
  background-color: var(--background-color);
  box-sizing: inherit;
}

#order .order__inner {
  position: absolute;
  left: -17px;
  top: -17px;
  width: var(--ribbon-size);
  height: var(--ribbon-size);
}

#order .order__ribbon {
  width: 100%;
  height: 100%;
}

#order .order__discount {
  position: absolute;
  left: 40%;
  top: 40%;
  margin: 0;
  width: auto;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

#order .order__product {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  max-height: 450px;
  -o-object-fit: contain;
  object-fit: contain;
}

#order .order__right {
  flex: 1 1 min(50%, 260px);
  align-self: center;
  min-width: 260px;
  box-sizing: inherit;
}

#order .order__prices {
  margin: 0;
  margin-bottom: var(--form-gap);
  border-bottom: 1px solid #d5d5d5;
  padding: 0;
  padding-bottom: var(--form-gap);
}

#order .order__form {
  margin-bottom: var(--form-gap);
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: var(--form-gap);
  box-sizing: inherit;
}

#order .order__prod-left {
  margin: 0;
  padding: 0;
}

#order .prod-left {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: calc(var(--font-size) - 2px);
  text-align: center;
}

#order .prod-left__text {
  margin-right: 6px;
}

#order .prod-left__pad {
  flex: 0 0 auto;
  border-radius: 5px;
  padding: 8px 8px 6px;
  box-sizing: border-box;
  line-height: 1;
  color: #fff;
  background-color: var(--background-color);
}

#order .prod-left__pad b {
  animation: 1s ease-in-out infinite blink;
}

#order .prod-left__pad--low {
  color: #fff;
  background-color: #b51111;
}

#order .form {
  width: 100%;
  font-family: inherit;
}

#order .form__group {
  position: relative;
  margin-bottom: calc(var(--form-gap) / 2);
  padding: var(--form-gap) 0 0;
  box-sizing: inherit;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}

#order .form__group:last-of-type {
  margin-bottom: calc(var(--form-gap) * 1.5);
}

#order .form__field {
  box-sizing: inherit;
  display: block;
  border: 1px solid var(--background-color);
  border-radius: var(--form-radius);
  padding: 8px 16px;
  width: 100%;
  font-family: inherit;
  font-size: var(--font-size);
  line-height: 1;
  text-align: left;
  outline: none;
}

#order .form__field::-moz-placeholder {
  color: transparent;
}

#order .form__field::placeholder {
  color: transparent;
}

#order .form__field:-moz-placeholder-shown ~ .form__label {
  top: calc(var(--form-gap) * 1.5);
  left: 1rem;
  font-size: var(--font-size);
  color: rgba(0, 0, 0, 0.5);
  cursor: text;
  line-height: 1.2;
}

#order .form__field:placeholder-shown ~ .form__label {
  top: calc(var(--form-gap) * 1.5);
  left: 1rem;
  font-size: var(--font-size);
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  cursor: text;
}

#order .form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  left: 0.5rem;
  display: block;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.2;
}

#order .form__field:required, #order .form__field:invalid {
  box-shadow: none;
}

#order .form__label {
  position: absolute;
  top: 0;
  left: 0.5rem;
  display: block;
  font-family: inherit;
  transition: 0.2s;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #333;
}

#order .form__label > span {
  color: var(--grad-to);
}

#order .form__btn {
  box-sizing: inherit;
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: var(--form-radius);
  padding: 10px 16px;
  width: 100%;
  max-width: 320px;
  font-weight: 700;
  font-size: var(--font-size);
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--background-color);
  border: 1px solid transparent;
  cursor: pointer;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

#order .form__btn:hover, #order .form__btn:focus {
  color: var(--background-color);
  background-color: #fff;
  border-color: currentColor;
}

#order .prices {
  box-sizing: inherit;
  display: flex;
  justify-content: center;
  gap: 16px;
}

#order .prices__column {
  box-sizing: inherit;
  display: flex;
  flex-direction: column;
  width: 50%;
}

#order .prices__column.old {
  opacity: 0.7;
}

#order .prices__title {
  box-sizing: inherit;
  margin: 0;
  margin-bottom: 4px;
  padding: 0;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}

#order .prices__price {
  box-sizing: inherit;
  margin: 0;
  margin-top: auto;
  padding: 0;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

#order .prices__price--new {
  font-weight: 700;
  font-size: 28px;
  color: #af0000;
  transform: translatey(3px);
}

#order .prices__price--old {
  font-size: 24px;
}

#order .prices__price--old > span {
  text-decoration: line-through;
  text-decoration-color: #b61717;
  text-decoration-thickness: 3px;
}

@media screen and (min-width: 576px) {
  #order .prices__price--new {
    font-size: 34px;
  }

  #order .prices__price--old {
    font-size: 28px;
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

html {
  scroll-behavior: smooth;
  min-width: 360px;
}

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

.header .middle .portal-nav ul.menu-right .search:hover > a {
  border-bottom: none;
}

#main .hl-accent {
  font-weight: 700;
  color: #ee712a;
}

#main .hl-second {
  font-weight: 700;
  color: #5287f6;
}

#main .btn-order {
  display: inline-block;
  box-sizing: inherit;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background-color: #ee712a;
  border: 1px solid transparent;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

#main .btn-order:hover, #main .btn-order:focus {
  background-color: transparent;
  color: #5287f6;
  border-color: currentColor;
}

#main .p-doctor {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -1rem;
  margin-right: -1rem;
}

#main .p-doctor__img-wrap {
  flex: 1 1 260px;
  margin-right: -1px;
}

#main .p-doctor__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 45%;
  object-position: 45%;
}

#main .p-doctor__content {
  flex: 1 1 50%;
  padding: 1rem;
  border-top: 1px solid #ebebeb;
  align-self: center;
}

#main .p-doctor__content > p {
  margin-bottom: 0;
}

#main .p-doctor__content > p:not(:last-child) {
  margin-bottom: 1rem;
}

#main .p-book {
  margin-bottom: 1rem;
  padding: 1rem;
  padding-bottom: 0;
  border: 1px solid #ebebeb;
  font-style: italic;
}

#main .img-right {
  margin-bottom: 1rem;
}

@media screen and (min-width: 576px) {
  #main .img-right {
    float: right;
    margin-left: 1rem;
    width: calc(50% - 1rem);
  }
}

/* #main .ingr {
  clear: both;

  &__list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 0.5rem;
    justify-content: center;
  }

  &__item {
    display: flex;
    justify-content: center;
    // flex-wrap: wrap;
    flex: 1 1 260px;
    gap: 0.5rem;

    &:nth-child(even) {
      .ingr__img-wrap,
      .ingr__img {
        animation-delay: 2s;
      }
    }
  }
  &__img-wrap {
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border: 3px solid #ee712a;
    border-radius: 59% 41% 60% 40% / 27% 67% 33% 73%;
    box-shadow: 0 0 5px 0 rgb(17 17 17 / 50%);
    animation: 8s linear infinite border;
  }

  &__img {
    display: block;
    animation: 7s linear infinite rotation;
  }

  &__title {
    position: relative;
    margin: 0;
    margin-bottom: 0.5rem;
    font-size: 19px;
    line-height: 1.2;
    text-transform: uppercase;

    &::before {
      content: "";
      position: absolute;
      left: 0;
      top: calc(100% + 2px);
      width: 80%;
      height: 3px;
      // background-color: #ee712a;
      background-color: #5287f6;
      // transform-origin: left;
      // transform: scaleX(0);
      // animation: 1s linear 1 grow-line;
    }
  }
} */

/*
@keyframes border {
  0%, 100% {
    border-radius: 59% 41% 60% 40% / 27% 67% 33% 73%;
  }
  33% {
    border-radius: 40% 60% 68% 32% / 52% 33% 67% 48%;
  }
  66% {
    border-radius: 16% 84% 48% 52% / 43% 58% 42% 57%;
  }
}

@keyframes rotation {
  0%, 100% {
    transform: rotate(0);
  }
  33% {
    transform: rotate(-5deg) scale(1.1);
  }
  66% {
    transform: rotate(5deg) scale(1);
  }
} */

.comments {
  margin-bottom: 1rem;
  padding: 1rem;
}

.comments__heading {
  font-size: 26px;
  font-weight: 700;
}

.comments__title {
  margin: 0;
  margin-bottom: 30px;
  font-size: 35px;
}

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

.comment {
  padding: 20px 0;
}

.comment:not(:last-of-type) {
  border-bottom: 1px solid #ebebeb;
}

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

.comment__ava {
  display: block;
  margin-right: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.comment__heading {
  margin: 0;
  font-size: 21px;
}

.comment__content {
  padding-left: 60px;
  font-size: 20px;
}

.comment__content > p {
  margin: 0;
}

.comment__content > p + .comment__img {
  margin-top: 10px;
}

.comment__img {
  display: inline-block;
  max-height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}

.comment__link {
  font-weight: 700;
  color: #19cd5a;
}

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

.footer-order__btn {
  display: inline-block;
  padding: 15px 25px;
  background-color: #19cd5a;
  border: 1px solid transparent;
  font-size: 21px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.footer-order__btn:focus,
.footer-order__btn:hover {
  text-decoration: none;
  background-color: #707070;
  color: #fff;
}

@media (max-width: 900px) {
  .article .article-top {
    position: relative;
    box-sizing: border-box;
  }

  .article .article-top .article-meta {
    position: absolute;
    left: unset;
    right: 50px;
    top: unset;
    bottom: calc(100% - 75px);
    text-align: right;
  }

  .article .article-top .image-holder {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }
}

.article .col-middle .article-actions {
  width: 200px;
  flex-shrink: 1;
  flex-grow: 0;
}

.article .col-middle .article-content {
  width: auto;
}

.col-left .col-middle {
  flex-wrap: nowrap;
}

.mobile-header {
  display: none;
}

.is-desktop {
  display: block;
}

.is-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .col-left .col-middle {
    flex-direction: column-reverse;
    float: none;
    padding: 25px;
    box-sizing: border-box;
  }

  .article .col-middle .article-actions {
    width: 100%;
  }

  .article .article-top {
    margin-right: auto;
    padding: 20px;
  }

  .article .article-top .image-holder {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }

  .is-desktop {
    display: none;
  }

  .is-mobile {
    display: block;
  }

  .mobile-header {
    display: block;
  }

  #footer .logo {
    float: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  #footer .privacy {
    text-align: center;
  }
}

.header .top-menu {
  z-index: 99999;
  background-color: rgb(17, 17, 17);
  height: 4.7em;
  margin: 0px auto;
}

.header .top-menu .tabs {
  display: table;
  width: 100%;
  position: relative;
  z-index: 2;
  background: rgb(17, 17, 17);
}

.header .top-menu .tabs li {
  display: table-cell;
  width: 20%;
  color: rgb(25, 205, 90);
  padding: 0.9em 0px;
  border-bottom: 0.1em solid rgb(113, 113, 113);
}

.header .top-menu .menu-items li {
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.header .top-menu .tabs li span {
  font-size: 2.7em;
  color: rgb(25, 205, 90);
}

.header .top-menu .tabs li .menu-burger {
  width: 2.7em;
  position: relative;
  font-size: 1em;
}

.header .top-menu .tabs li .menu-burger, .header .top-menu .tabs li .menu-burger::after, .header .top-menu .tabs li .menu-burger::before {
  display: inline-block;
  height: 0.5em;
  background: rgb(25, 205, 90);
}

.header .top-menu .menu-items li::after {
  content: "";
  position: absolute;
  width: 0.1em;
  height: 3em;
  right: 0px;
  top: 50%;
  background: rgb(113, 113, 113);
  margin: -1.5em -0.1em 0px 0px;
}

.header .top-menu .tabs li .menu-burger, .header .top-menu .tabs li .menu-burger::after, .header .top-menu .tabs li .menu-burger::before {
  display: inline-block;
  height: 0.5em;
  background: rgb(25, 205, 90);
}

.header .top-menu .tabs li .menu-burger::after, .header .top-menu .tabs li .menu-burger::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
}

.header .top-menu .menu-items li a {
  color: rgb(81, 234, 137);
  text-decoration: none;
}

.header .top-menu .tabs li .menu-burger::before {
  top: -1em;
}

.header .top-menu .tabs li .menu-burger::after {
  bottom: -1em;
}

.header .top-menu .tabs li#btn-home a {
  display: inline-block;
  font-size: 28px;
  background-color: rgb(255, 255, 255);
  color: rgb(25, 205, 90);
}

.icomoon-subscription::before {
  content: "\eb48";
}

@media screen and (max-width: 445px) {
  .article .article-top {
    padding: 15px;
  }
}

.p-custom {
  padding-top: 20px;
  box-sizing: border-box;
}

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

.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: 50%;
  display: block;
  margin-left: auto;
  margin-right: 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;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: calc(100% - 20px);
  transform: translateY(30px);
}

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

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

.item__text {
  margin: 0 !important;
  font-weight: 700;
  font-size: 16px;
  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(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: 50px;
  height: 15px;
  background: url("../images/virus.svg") no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .p-custom__img {
    position: static;
    transform: none;
  }

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

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

  .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 {
    background-color: #e8e8e8 !important;
    color: #000;
    margin-left: 35px;
  }
}

.frame7 {
  --skew: 25px;
  --rect1bg: #ee712a;
  --rect2bg: #5287f6;
  z-index: 5;
  width: calc(100% - var(--skew, 25px) * 2);
  height: auto;
  position: relative;
  margin: calc(var(--skew, 25px)) auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.frame7:after,
.frame7:before {
  mix-blend-mode: multiply;
  filter: none;
  z-index: -1;
  content: "";
  width: calc(100% + var(--skew, 25px) * 2);
  height: calc(100% + var(--skew, 25px) * 2);
  position: absolute;
  animation: anim-frame7 8s ease-in-out infinite;
}

@keyframes anim-frame7 {
  0%, 100% {
    -webkit-clip-path: polygon(0 0, calc(100% - (var(--skew, 25px))) calc(0% + (var(--skew, 25px))), 100% 100%, calc(0% + (var(--skew, 25px))) calc(100% - (var(--skew, 25px))));
    clip-path: polygon(0 0, calc(100% - (var(--skew, 25px))) calc(0% + (var(--skew, 25px))), 100% 100%, calc(0% + (var(--skew, 25px))) calc(100% - (var(--skew, 25px))));
  }

  50% {
    -webkit-clip-path: polygon(calc(0% + (var(--skew, 25px))) calc(0% + (var(--skew, 25px))), 100% 0, calc(100% - (var(--skew, 25px))) calc(100% - (var(--skew, 25px))), 0 100%);
    clip-path: polygon(calc(0% + (var(--skew, 25px))) calc(0% + (var(--skew, 25px))), 100% 0, calc(100% - (var(--skew, 25px))) calc(100% - (var(--skew, 25px))), 0 100%);
  }
}

.frame7:after {
  animation-delay: -5s;
  background-color: var(--rect1bg, #BFE2FF);
  -webkit-clip-path: polygon(0 0, calc(100% - (var(--skew, 25px))) calc(0% + (var(--skew, 25px))), 100% 100%, calc(0% + (var(--skew, 25px))) calc(100% - (var(--skew, 25px))));
  clip-path: polygon(0 0, calc(100% - (var(--skew, 25px))) calc(0% + (var(--skew, 25px))), 100% 100%, calc(0% + (var(--skew, 25px))) calc(100% - (var(--skew, 25px))));
}

.frame7:before {
  background-color: var(--rect2bg, #337AB7);
  -webkit-clip-path: polygon(calc(0% + (var(--skew, 25px))) calc(0% + (var(--skew, 25px))), 100% 0, calc(100% - (var(--skew, 25px))) calc(100% - (var(--skew, 25px))), 0 100%);
  clip-path: polygon(calc(0% + (var(--skew, 25px))) calc(0% + (var(--skew, 25px))), 100% 0, calc(100% - (var(--skew, 25px))) calc(100% - (var(--skew, 25px))), 0 100%);
}

.frame7:hover:before,
.frame7:hover:after {
  animation-play-state: paused;
}

.giftSwiper {
  margin: -40px 0 20px;
  padding-top: 40px !important;
}

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

.giftSwiper .swiper-slide {
  width: auto;
  pointer-events: none;
}

.giftSwiper img {
  display: block !important;
  margin: 0 !important;
  width: 250px;
  height: 250px;
  pointer-events: none;
}

.swiper__win-arrow {
  --tw-text-opacity: 1;
  position: absolute;
  left: 50%;
  top: 40px;
  z-index: 50;
  width: 90px;
  height: 60px;
  color: rgb(220 38 38 / var(--tw-text-opacity));
  fill: currentcolor;
  transform: translateX(-50%);
}

@keyframes bounceArr {
  0%,
  100% {
    transform: translateX(-50%) translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: translateX(-50%);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

.anim--arrow-bounce {
  animation: bounceArr 1s infinite;
}

.p-gift {
  margin-bottom: 40px;
  font-family: inherit;
}

.p-gift__title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
}

.p-gift__highlight {
  font-weight: 700;
  text-transform: uppercase;
}

.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;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background-color: rgb(224, 62, 82);
  background-image: linear-gradient(
    0deg,
    rgb(224, 62, 82),
    rgba(224, 62, 82, 0.6)
  );
  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-image: linear-gradient(
    0deg,
    rgb(95, 139, 130),
    rgba(95, 139, 130, 0.6)
  );
  background-color: rgb(95, 139, 130);
  animation: 1.4s linear infinite pulse-win;
}

.product-block {
  display: none;
}

@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);
  }
}

.spinner-border {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-vertical-align: -0.200em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  display: inline-block;
  vertical-align: var(--bs-spinner-vertical-align);
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  animation: var(--bs-spinner-animation-speed) linear infinite
    var(--bs-spinner-animation-name);
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border {
    --bs-spinner-animation-speed: 1.5s;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* @tailwind base; */

/* certificates */

.certificates-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.certificates-container.certificates-container--absolute {
  position: absolute;
  left: 50%;
  bottom: -45px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.certificates-container.certificates-container--form {
  position: absolute;
  right: 8px;
  bottom: 8px;
  gap: 8px;
}

.certificates-container > img {
  pointer-events: none;
  height: 100%;
  max-height: 130px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.certificates-container.certificates-container--form > img {
  max-height: 80px;
}

/* СОСТАВ КАРТАМИ */

.ingr {
  --_radius: 16px;
  --_width: 260px;
  --_height: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  box-sizing: border-box;
  width: 320px;
}

.ingr__heading {
  margin: 0px !important;
  margin-bottom: 0.5rem !important;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}

.ingr__swiper {
  height: var(--_height);
  width: var(--_width);
  padding: 4px;
}

.ingr__card {
  box-sizing: border-box;
  height: 100%;
  border-radius: var(--_radius);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  padding: 8px;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: 0 0 10px 0 rgba(0,0,0, 0.4);
}

.ingr__card:nth-child(1) {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fecaca var(--tw-gradient-to-position);
}

.ingr__card:nth-child(2) {
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #bbf7d0 var(--tw-gradient-to-position);
}

.ingr__card:nth-child(3) {
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
}

.ingr__card:nth-child(4) {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #e9d5ff var(--tw-gradient-to-position);
}

.ingr__card:nth-child(5) {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #bfdbfe var(--tw-gradient-to-position);
}

.ingr__card:nth-child(6) {
  --tw-gradient-from: #d97706 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fde68a var(--tw-gradient-to-position);
}

.ingr__inner {
  box-sizing: border-box;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-evenly;
  border-radius: var(--_radius);
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.5rem;
}

.ingr__inner picture {
  position: relative;
}

.ingr__img {
  margin: auto;
  display: block;
  height: 100%;
  max-height: 140px;
}

.ingr__content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}

.ingr__title {
  margin-bottom: 0.5rem !important;
  text-align: center;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.ingr__descr {
  margin: 0px !important;
  text-align: center;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
}

.tw-relative {
  position: relative;
}

.tw-clear-both {
  clear: both;
}

.tw-m-0 {
  margin: 0px;
}

.\!tw-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.\!tw-mb-4 {
  margin-bottom: 1rem !important;
}

.\!tw-mb-\[12px\] {
  margin-bottom: 12px !important;
}

.tw-mb-6 {
  margin-bottom: 1.5rem;
}

.tw-mb-\[24px\] {
  margin-bottom: 24px;
}

.tw-mb-\[56px\] {
  margin-bottom: 56px;
}

.tw-block {
  display: block;
}

.tw-inline-block {
  display: inline-block;
}

.tw-flex {
  display: flex;
}

.tw-aspect-\[62\/41\] {
  aspect-ratio: 62/41;
}

.tw-h-full {
  height: 100%;
}

.tw-max-h-\[350px\] {
  max-height: 350px;
}

.tw-w-full {
  width: 100%;
}

.tw-basis-1\/3 {
  flex-basis: 33.333333%;
}

.tw-basis-2\/3 {
  flex-basis: 66.666667%;
}

.tw-items-center {
  align-items: center;
}

.tw-justify-center {
  justify-content: center;
}

.tw-gap-4 {
  gap: 1rem;
}

.tw-gap-6 {
  gap: 1.5rem;
}

.tw-self-center {
  align-self: center;
}

.tw-rounded-\[12px\] {
  border-radius: 12px;
}

.tw-rounded-xl {
  border-radius: 0.75rem;
}

.tw-border-b {
  border-bottom-width: 1px;
}

.tw-border-t {
  border-top-width: 1px;
}

.tw-border-solid {
  border-style: solid;
}

.tw-border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.tw-bg-stone-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}

.tw-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.tw-p-4 {
  padding: 1rem;
}

.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tw-pl-2 {
  padding-left: 0.5rem;
}

.\!tw-text-center {
  text-align: center !important;
}

.tw-text-center {
  text-align: center;
}

.tw-text-right {
  text-align: right;
}

.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.tw-text-\[21px\] {
  font-size: 21px;
}

.tw-text-\[26px\] {
  font-size: 26px;
}

.tw-text-\[28px\] {
  font-size: 28px;
}

.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.\!tw-font-bold {
  font-weight: 700 !important;
}

.tw-font-bold {
  font-weight: 700;
}

.tw-font-semibold {
  font-weight: 600;
}

.tw-uppercase {
  text-transform: uppercase;
}

.tw-italic {
  font-style: italic;
}

.tw-leading-\[1\.1\] {
  line-height: 1.1;
}

.tw-text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.tw-text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}

.tw-text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}

.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root {
  --color-primary: #004dde;
  --color-secondary: #f85a1b;
  /* --color-alternative: ; */
  /* --color-alert: ; */
}

*,
::backdrop,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

*,
::before,
::after {
  /* box-sizing: border-box; */
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

::before,
::after {
  --tw-content: "";
}

body {
  /* font-size: 18px; */
  min-width: 380px;
}

.hl-accent {
  font-weight: 700;
  color: var(--color-primary) !important;
}

.hl-secondary {
  font-weight: 700;
  color: var(--color-secondary);
}

.icon-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-info__icon {
  flex-shrink: 0;
  font-size: 24px;
  color: var(--color-secondary);
}

.icon-info__title {
  margin-bottom: 0.25rem;
  display: block;
  white-space: nowrap;
  font-size: 13px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.icon-info__value {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.content__title {
  font-size: 24px;
  line-height: 1.25;
}

.content__text {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.img__content {
  margin-bottom: 1rem;
}

.img__content > img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 0.75rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dialog {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.interviewer.dialog {
  gap: 0.75rem;
}

@media (min-width: 476px) {
  .interviewer.dialog {
    display: flex;
  }
}

.doctor.dialog {
  clear: both;
}

.dialog__author {
  flex-shrink: 0;
  align-self: baseline;
}

.dialog__author > span {
  position: relative;
  z-index: 10;
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.dialog__author > span::before {
  position: absolute;
  inset: 0px;
  z-index: -1;
  --tw-skew-x: -6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: var(--tw-content);
  border-radius: 0.5rem;
}

@media (min-width: 640px) {
  .dialog__author > span {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.interviewer .dialog__author > span {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.interviewer .dialog__author > span::before {
  content: var(--tw-content);
  background-color: var(--color-secondary);
}

@media (max-width: 476px) {
  .interviewer .dialog__author {
    float: left;
    margin-right: 0.75rem;
    margin-bottom: 0px;
  }
}

.doctor .dialog__author {
  float: left;
  margin-right: 0.75rem;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.doctor .dialog__author > span {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.doctor .dialog__author > span::before {
  content: var(--tw-content);
  background-color: var(--color-primary);
}

.doctor .dialog__author > img {
  height: 48px;
  width: 48px;
  border-radius: 9999px;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dialog__content {
  align-self: center;
}

.dialog__content > p {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.dialog__content h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media not all and (min-width: 768px) {
  .mySwiper {
    padding-bottom: 2rem;
  }
}

.mySwiper figure {
  margin: 0px;
}

.mySwiper figure > img {
  margin-left: auto;
  margin-right: auto;
  max-height: 450px;
}

.mySwiper figure > figcaption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}

@media (min-width: 640px) {
  .comments__content {
    padding-left: 60px;
  }
}

.comments__img {
  margin-bottom: 12px;
  border-radius: 10px;
  width: auto;
  max-height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}

.comments__item {
  padding-top: 20px;
}

.comments__item:not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8;
}

.comments__item:last-of-type {
  margin-bottom: 40px;
}

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

.comments__ava {
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.comments__name {
  margin-bottom: 5px;
  line-height: 1.1;
  font-weight: 700;
}

.comments__city {
  display: inline-block;
  padding-left: 30px;
  font-size: 15px;
  color: #333;
  background: url("../images/placeholder.svg") no-repeat left center / contain;
}

.comments__content > p {
  margin: 0;
}

.comments__content > p:not(:last-child) {
  margin-bottom: 12px;
}

.comments__content a {
  font-weight: 700;
  text-decoration: none;
}

.comments__link {
  font-weight: 700;
  color: #ee712a;
}

.comments__time {
  display: inline-block;
  margin-right: 20px;
  padding-left: 30px;
  font-size: 15px;
  background: url("../images/clock.svg") no-repeat left center / contain;
}

.comment__btn {
  padding: 2px 7px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 9999px;
  color: #2a2e2e;
  cursor: pointer;
}

.comment__btn:not(:last-child) {
  margin-right: 5px;
}

.comment__btn:hover,
.comment__btn:focus {
  border: 1px solid currentColor;
}

.comment__btn span {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 13px;
  color: inherit !important;
}

.comment__btn span::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.comment__like span::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0LjE5OTMgOS45MTYzM0MyMy42NzA4IDkuMjA5MjIgMjIuODk0NSA4Ljc0NzE0IDIyLjAxMzQgOC42MTUzN0MyMS44Mzc3IDguNTg5MDcgMjEuNjU4IDguNTc2OTggMjEuNDgwOSA4LjU3ODI1SDE1Ljk0NTVWNS4wMTM4OEMxNS45NDU1IDIuNTcxMTkgMTMuOTI4OSAwLjU4Mzk4NCAxMS40NTAxIDAuNTgzOTg0QzExLjA0NzYgMC41ODM5ODQgMTAuNjgyOCAwLjgxNzU3MSAxMC41MTk0IDEuMTgwMDZMNS44ODM2NiAxMS40NTg1QzUuODI1NzkgMTEuNTg2OCA1Ljc5NTkgMTEuNzI1NyA1Ljc5NTkgMTEuODY2MVYyNC40Mjg3QzUuNzk1OSAyNC45ODMxIDYuMjUxOTUgMjUuNDMyNCA2LjgxNDQ4IDI1LjQzMjRIMTkuODgxNkMxOS44OTIyIDI1LjQzMjUgMTkuOTAyNyAyNS40MzI2IDE5LjkxMzMgMjUuNDMyNkMyMC43MDQ2IDI1LjQzMjYgMjEuNDcwNiAyNS4xNTU0IDIyLjA3NDEgMjQuNjQ5OUMyMi42ODczIDI0LjEzNjMgMjMuMDkxNCAyMy40MjE3IDIzLjIxMTggMjIuNjM5M0wyNC44MTEzIDEyLjM1OTRDMjQuOTQ1MSAxMS40OTEyIDI0LjcyNzcgMTAuNjIzNSAyNC4xOTkzIDkuOTE2MzNaTTIyLjc5NzUgMTIuMDU2N0wyMS4xOTc5IDIyLjMzNjdDMjEuMTAyMSAyMi45NTk1IDIwLjU1MTIgMjMuNDI1IDE5LjkxMzMgMjMuNDI1QzE5LjkwODUgMjMuNDI1IDE5LjkwMzUgMjMuNDI1IDE5Ljg5ODcgMjMuNDI0OUMxOS44OTQ4IDIzLjQyNDkgMTkuODkxIDIzLjQyNDkgMTkuODg3MiAyMy40MjQ5SDcuODMzMTFWMTIuMDc5MkwxMi4wNzYzIDIuNjcxMTJDMTMuMTI5NSAyLjk0NDY1IDEzLjkwODMgMy44OTEyOCAxMy45MDgzIDUuMDEzODhWOS41ODIwOUMxMy45MDgzIDEwLjEzNjQgMTQuMzY0MyAxMC41ODU4IDE0LjkyNjkgMTAuNTg1OEgyMS40ODY0QzIxLjQ5MDIgMTAuNTg1OCAyMS40OTQxIDEwLjU4NTggMjEuNDk3OSAxMC41ODU4QzIxLjU2NzggMTAuNTg1MiAyMS42Mzg0IDEwLjU4OTkgMjEuNzA3NyAxMC42MDAyQzIyLjA1MDggMTAuNjUxNSAyMi4zNTMxIDEwLjgzMTUgMjIuNTU4OSAxMS4xMDY4QzIyLjc2NDcgMTEuMzgyMiAyMi44NDkzIDExLjcyIDIyLjc5NzUgMTIuMDU2N1oiIGZpbGw9IiNEN0Q5RTQiLz4KPHBhdGggZD0iTTYuODEzMjQgMjMuNDI1OEgzLjMzNjQ3QzIuNjIwMDggMjMuNDI1OCAyLjAzNzIxIDIyLjg1MTQgMi4wMzcyMSAyMi4xNDU0VjE0LjE1MTFDMi4wMzcyMSAxMy40NDUxIDIuNjIwMDggMTIuODcwOCAzLjMzNjQ3IDEyLjg3MDhINi44MTMyNEM3LjM3NTc3IDEyLjg3MDggNy44MzE4MiAxMi40MjE0IDcuODMxODIgMTEuODY3QzcuODMxODIgMTEuMzEyNyA3LjM3NTc3IDEwLjg2MzMgNi44MTMyNCAxMC44NjMzSDMuMzM2NDdDMS40OTY3NSAxMC44NjMzIDAgMTIuMzM4MiAwIDE0LjE1MTJWMjIuMTQ1NUMwIDIzLjk1ODQgMS40OTY3NSAyNS40MzMzIDMuMzM2NDcgMjUuNDMzM0g2LjgxMzI0QzcuMzc1ODIgMjUuNDMzMyA3LjgzMTgyIDI0Ljk4NCA3LjgzMTgyIDI0LjQyOTZDNy44MzE4MiAyMy44NzUxIDcuMzc1NzcgMjMuNDI1OCA2LjgxMzI0IDIzLjQyNThaIiBmaWxsPSIjRDdEOUU0Ii8+Cjwvc3ZnPgo=");
}

.comment__like--plus {
  color: #2faa10;
  border-color: currentColor;
  cursor: auto;
}

.comment__dislike--minus {
  color: #d94f70;
  border-color: currentColor;
  cursor: auto;
}

.comment__dislike span::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMTQ3NDMgMTYuMDE1M0MxLjY3NTkzIDE2LjcyMjQgMi40NTIyIDE3LjE4NDUgMy4zMzMyOCAxNy4zMTYzQzMuNTA5IDE3LjM0MjYgMy42ODg3MSAxNy4zNTQ3IDMuODY1NzYgMTcuMzUzNEw5LjQwMTE3IDE3LjM1MzRMOS40MDExNyAyMC45MTc4QzkuNDAxMTcgMjMuMzYwNCAxMS40MTc4IDI1LjM0NzcgMTMuODk2NSAyNS4zNDc3QzE0LjI5OSAyNS4zNDc3IDE0LjY2MzggMjUuMTE0MSAxNC44MjczIDI0Ljc1MTZMMTkuNDYzIDE0LjQ3MzJDMTkuNTIwOSAxNC4zNDQ4IDE5LjU1MDggMTQuMjA2IDE5LjU1MDggMTQuMDY1NUwxOS41NTA4IDEuNTAyOTRDMTkuNTUwOCAwLjk0ODU1NyAxOS4wOTQ3IDAuNDk5MTk1IDE4LjUzMjIgMC40OTkxOTVMNS40NjUwOSAwLjQ5OTE5NEM1LjQ1NDUxIDAuNDk5MDk3IDUuNDQzOTcgMC40OTkwNDkgNS40MzM0MyAwLjQ5OTA0OUM0LjY0MjA4IDAuNDk5MDQ5IDMuODc2MDYgMC43NzYyMTcgMy4yNzI1NSAxLjI4MTc4QzIuNjU5MzkgMS43OTUzIDIuMjU1MjUgMi41MDk5NCAyLjEzNDg5IDMuMjkyMzNMMC41MzUzNTYgMTMuNTcyMkMwLjQwMTU5MyAxNC40NDA1IDAuNjE4OTc5IDE1LjMwODEgMS4xNDc0MyAxNi4wMTUzWk0yLjU0OTIyIDEzLjg3NUw0LjE0ODc1IDMuNTk0OTNDNC4yNDQ1OSAyLjk3MjEyIDQuNzk1NDUgMi41MDY1OSA1LjQzMzQzIDIuNTA2NTlDNS40MzgyIDIuNTA2NTkgNS40NDMyMyAyLjUwNjU5IDUuNDQ4MDEgMi41MDY2OUM1LjQ1MTg1IDIuNTA2NjkgNS40NTU2NCAyLjUwNjc0IDUuNDU5NDggMi41MDY3NEwxNy41MTM2IDIuNTA2NzRMMTcuNTEzNiAxMy44NTI1TDEzLjI3MDQgMjMuMjYwNUMxMi4yMTcyIDIyLjk4NyAxMS40MzgzIDIyLjA0MDQgMTEuNDM4MyAyMC45MTc4TDExLjQzODMgMTYuMzQ5NUMxMS40MzgzIDE1Ljc5NTIgMTAuOTgyMyAxNS4zNDU4IDEwLjQxOTggMTUuMzQ1OEwzLjg2MDMgMTUuMzQ1OEMzLjg1NjQ1IDE1LjM0NTggMy44NTI2MSAxNS4zNDU4IDMuODQ4NzcgMTUuMzQ1OEMzLjc3ODg4IDE1LjM0NjUgMy43MDgyNiAxNS4zNDE4IDMuNjM5MDIgMTUuMzMxNEMzLjI5NTg5IDE1LjI4MDEgMi45OTM2IDE1LjEwMDIgMi43ODc3OSAxNC44MjQ4QzIuNTgxOTcgMTQuNTQ5NCAyLjQ5NzM2IDE0LjIxMTYgMi41NDkyMiAxMy44NzVaIiBmaWxsPSIjRDdEOUU0Ii8+CjxwYXRoIGQ9Ik0xOC41MzM0IDIuNTA1ODhMMjIuMDEwMiAyLjUwNTg4QzIyLjcyNjYgMi41MDU4OCAyMy4zMDk1IDMuMDgwMjYgMjMuMzA5NSAzLjc4NjIyTDIzLjMwOTUgMTEuNzgwNUMyMy4zMDk1IDEyLjQ4NjUgMjIuNzI2NiAxMy4wNjA5IDIyLjAxMDIgMTMuMDYwOUwxOC41MzM0IDEzLjA2MDlDMTcuOTcwOSAxMy4wNjA5IDE3LjUxNDkgMTMuNTEwMyAxNy41MTQ5IDE0LjA2NDZDMTcuNTE0OSAxNC42MTg5IDE3Ljk3MDkgMTUuMDY4NCAxOC41MzM0IDE1LjA2ODRMMjIuMDEwMiAxNS4wNjg0QzIzLjg0OTkgMTUuMDY4NCAyNS4zNDY3IDEzLjU5MzQgMjUuMzQ2NyAxMS43ODA1TDI1LjM0NjcgMy43ODYxN0MyNS4zNDY3IDEuOTczMjQgMjMuODQ5OSAwLjQ5ODI5MSAyMi4wMTAyIDAuNDk4MjkxTDE4LjUzMzQgMC40OTgyOUMxNy45NzA5IDAuNDk4MjkgMTcuNTE0OSAwLjk0NzY1MyAxNy41MTQ5IDEuNTAyMDRDMTcuNTE0OSAyLjA1NjUyIDE3Ljk3MDkgMi41MDU4OCAxOC41MzM0IDIuNTA1ODhaIiBmaWxsPSIjRDdEOUU0Ii8+Cjwvc3ZnPgo=");
}

@media not all and (min-width: 768px) {
  .max-md\:\!tw-mb-0 {
    margin-bottom: 0px !important;
  }

  .max-md\:tw-flex {
    display: flex;
  }

  .max-md\:\!tw-h-auto {
    height: auto !important;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:\!tw-mb-8 {
    margin-bottom: 2rem !important;
  }

  .max-sm\:\!tw-hidden {
    display: none !important;
  }

  .max-sm\:tw-flex-col {
    flex-direction: column;
  }
}

@media (min-width: 640px) {
  .sm\:tw-max-w-\[80\%\] {
    max-width: 80%;
  }

  .sm\:tw-text-\[32px\] {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .md\:tw-float-left {
    float: left;
  }

  .md\:tw-ml-\[40px\] {
    margin-left: 40px;
  }

  .md\:tw-mr-\[40px\] {
    margin-right: 40px;
  }

  .md\:tw-max-w-\[80\%\] {
    max-width: 80%;
  }

  .md\:tw-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
/*# sourceMappingURL=tailwind.css.map */