:root {
  --ls-max-width: 1260px;
}

@font-face {
  src:
    local("PTSerif-Bold"),
    url("../fonts/PTSerif-Bold.woff2") format("woff2");
  font-family: "PT Serif";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src:
    local("PTSerif-Regular"),
    url("../fonts/PTSerif-Regular.woff2") format("woff2");
  font-family: "PT Serif";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.container {
  margin: 0 auto;
  padding: 0 12px;
  width: 100%;
  max-width: var(--ls-max-width);
}

.ttu {
  text-transform: uppercase;
}

.mr10 {
  margin-right: 10px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 999;
}

.header__top {
  font-size: 14px;
  color: #1b1c1d;
  background-color: #fff;
}

.header__middle {
  color: #fff;
  background-color: #f00;
}

.header__bottom {
  box-shadow: 0 0 0 #1b1c1d;
  color: #fff;
  background: #333;
}

.header__top-logo {
  display: inline-block;
  border-bottom: 2px solid #f00;
  width: 29px;
  height: 21px;
  font-weight: 900;
  text-align: center;
  color: #f00;
  cursor: pointer;
}

.header__top-logo,
.header__top-nav-list {
  display: inline-block;
  vertical-align: middle;
}

.header__top-nav-list {
  display: inline-block;
  list-style: none;
  padding: 3px 0;
  width: calc(100% - 35px);
}

.header__top-nav-item {
  display: inline-block;
  text-transform: uppercase;
  transition: color ease 0.3s;
  cursor: pointer;
}

.header__top-nav-item:hover {
  color: #099;
}

.header__top-nav-item:nth-of-type(n + 1) {
  margin-left: 15px;
}

@media all and (max-width: 768px) {
  .header__top-nav {
    display: none;
  }
}

.header__middle-logo-text {
  font-weight: 300;
  font-size: 14px;
}

.header__middle-inner {
  padding: 2px 0;
  font-size: 0;
}

.header__middle-burger {
  cursor: pointer;
}

.header__middle-logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  height: 100%;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
}

.header__middle-left,
.header__middle-right {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

.header__middle-left {
  width: 80%;
  text-align: left;
}

.header__middle-right {
  width: 20%;
  text-align: right;
}

.header__middle-login {
  margin-left: 35px;
  border: none;
  padding: 10px 15px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  font-size: 13px;
  color: #f9fafb;
  transition: box-shadow ease 0.2s;
  cursor: pointer;
}

.header__middle-login:hover {
  box-shadow: 0 0 0 2px #fff inset;
}

.header__middle-search,
.header__middle-login {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.header__middle-search {
  opacity: 0.8;
}

.header__middle-search:hover {
  opacity: 1;
}

.header__bottom-nav-item {
  display: inline-block;
  border-style: solid;
  border-width: 0 0 3px;
  border-color: transparent;
  padding: 11px 13px 9px;
  font-weight: 300;
  font-size: 14px;
  transition: border-color ease 0.3s;
  cursor: pointer;
}

.header__bottom-nav-item:hover {
  border-bottom-color: #f00;
}

.icon-virus {
  position: relative;
}

.icon-virus::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 19px;
  height: 14px;
  background-image: url("../fonts/virus-pic.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.button {
  display: block;
  margin: 25px auto;
  border-radius: 15px;
  padding: 15px;
  width: 400px;
  max-width: 100%;
  font-weight: 700;
  font-size: 23px;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  background-color: red;
  animation: 1s pulse infinite alternate ease-in-out;
}

.button:hover {
  background-color: #c11f1f;
}

.link {
  display: inline-block;
  font-size: 22px;
  text-decoration: none;
  color: red;
  animation: 1s pulse infinite alternate ease-in-out;
}

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

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

@media all and (max-width: 1023px) {
  .header__bottom {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .header__middle-logo-text,
  .header__middle-login {
    display: none;
  }

  .header__middle {
    padding: 5px 0;
  }

  .header__middle-right {
    width: 30px;
  }

  .header__middle-left {
    width: calc(100% - 30px);
  }
}

@media all and (max-width: 376px) {
  .header__middle-logo {
    font-size: 24px;
  }
}

.page {
  padding: 12px 0;
  background-color: #fff;
}

.page-inner {
  /* border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  padding: 16px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
  background: #fff; */
}

.article {
  margin-bottom: 35px;
}

.article__title {
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.article__title--tag {
  text-decoration: underline;
}

.article__subtitle {
  margin: 20px 0 16px;
  font-size: 32px;
}

.article__accent {
  margin: 28px 0 16px;
  font-size: 27px;
}

.article p {
  margin: 15px 0;
}

.article__figure {
  position: relative;
  margin: 15px auto;
  width: 100%;
  max-width: 850px;
}

.article__figure span {
  font-weight: 700;
}

/* .article__link {
  font-weight: 700;
} */

.article__figure-capition {
  margin-top: 0.5em;
  font-size: 14px;
}

.article__figure-graf {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.article__figure-pic {
  display: block;
  width: 100%;
}

.article__figure-pic--graf {
  flex: 1 0 250px;
  width: 100%;
  max-width: 400px;
}

.article__figure-legend {
  flex: 1 0 250px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.article__figure-legend--colors-dot li {
  position: relative;
  margin-left: 2em;
  max-width: 350px;
}

.article__figure-legend--colors-dot li::before {
  content: "";
  position: absolute;
  left: -1.5em;
  top: 0.1em;
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  width: 1em;
  height: 1em;
  background-color: #ccc;
}

.article__figure-legend--colors-dot li:nth-child(1)::before {
  background-color: #78352d;
}

.article__figure-legend--colors-dot li:nth-child(2)::before {
  background-color: #984543;
}

.article__figure-legend--colors-dot li:nth-child(3)::before {
  background-color: #c25c55;
}

.article__figure-legend--colors-dot li:nth-child(4)::before {
  background-color: #5d5d5d;
}

.article__figure-legend--colors-dot li:nth-child(5)::before {
  background-color: #8f8d90;
}

.article__figure-legend--colors-dot li:nth-child(6)::before {
  background-color: #b2b2b3;
}

.article__figure-prod {
  position: absolute;
  right: 43%;
  bottom: 2%;
  width: 15%;
}

.article__info-block {
  display: block;
  border-style: solid;
  border-width: 1px 0;
  border-color: #eee;
  padding: 15px;
  width: 100%;
  font-size: 0;
}

.article__info-picture,
.article__info-text {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
}

.article__info-picture {
  width: 30%;
}

.article__info-text {
  padding: 0 20px;
  width: 70%;
}

.info-text--small {
  font-weight: 300;
  font-size: 18px;
}

.article__list {
  margin: 16px 0;
  padding: 0 0 0 35px;
}

.fz-smaller {
  font-size: 0.8em;
}

.alignCenter {
  text-align: center;
}

.redText {
  color: #f00;
}

.hologram-block {
  margin-bottom: 16px;
  text-align: center;
}

.hologram-pic {
  display: inline-block;
  max-width: 70px;
}

.comments__title {
  margin: 28px 0 16px;
  font-weight: 400;
  font-size: 28px;
}

.comments__list {
  list-style: none;
}

.comment {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  font-size: 0;
}

.comment__ava,
.comment__body {
  display: inline-block;
  vertical-align: top;
  font-size: 0.9rem;
}

.comment__ava {
  overflow: hidden;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.comment__body {
  padding: 0 15px;
  width: calc(100% - 70px);
}

.comment__body > span {
  display: block;
}

.comment__name {
  font-weight: 600;
}

.comment__text {
  margin: 15px 0;
}

.comment__rew-pic {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  max-width: 300px;
}

@media all and (max-width: 767px) {
  .article__info-picture,
  .article__info-text {
    display: block;
    width: 100%;
  }

  .article__info-text {
    padding: 15px 0 0;
  }

  .comment__ava {
    width: 40px;
    height: 40px;
  }

  .comment__body {
    padding: 0 0 0 8px;
    width: calc(100% - 40px);
  }
}

/*  */

.article__date {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  width: 115px;
}

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

.article__social {
  display: inline-block;
  width: calc(100% - 120px);
  text-align: right;
}

.social {
  font-size: 0;
}

.social__item {
  display: inline-block;
}

.social__item:not(:last-of-type) {
  margin-right: 5px;
}

/* .social__link {
  position: relative;
  display: block;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  background-color: #00a8ff;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.social__link--rss {
  background-color: #f7d070;
}

.social__link--facebook {
  background-color: #7a8abb;
}

.social__link--twitter {
  background-color: #8ac8eb;
}

.social__link--pinterest {
  background-color: #f1615d;
}

.social__link--youtube {
  background-color: #d6595a;
}

.social__link--instagram {
  background-color: #8aa6bf;
}

.social__link::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
}

.social__link--rss::after {
  background: url("../fonts/rss.svg") no-repeat;
  background-size: contain;
}

.social__link--facebook::after {
  background: url("../fonts/facebook.svg") no-repeat;
  background-size: contain;
}

.social__link--twitter::after {
  background: url("../fonts/twitter.svg") no-repeat;
  background-size: contain;
}

.social__link--pinterest::after {
  background: url("../fonts/pinterest.svg") no-repeat;
  background-size: contain;
}

.social__link--youtube::after {
  background: url("../fonts/youtube.svg") no-repeat;
  background-size: contain;
}

.social__link--instagram::after {
  background: url("../fonts/instagram.svg") no-repeat;
  background-size: contain;
} */

.article__date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/clock.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.social__link:hover {
  background-color: #8bc741;
}

@media (max-width: 375px) {

}

@media (max-width: 400px) {
  .social__item:not(:last-of-type) {
    margin-right: 3px;
  }

  .article__social {
    width: calc(100% - 115px);
  }

  .social__link {
    width: 23px;
    height: 23px;
  }

  .article__date {
    width: 110px;
    font-size: 15px;
  }
}

.breadcrumbs {
  margin: 0;
  margin-right: 30px;
  padding: 5px 0;
  font-size: 15px;
  color: #717171;
}

.breadcrumbs a {
  color: #1f1f1f;
}

.today {
  font-weight: 700;
  color: red;
}

.product {
  position: relative;
  margin: 35px auto 15px;
  width: 100%;
  max-width: 450px;
}

.product img {
  width: 100%;
}

.product .natural_label {
  position: absolute;
  right: 125px;
  top: -13px;
  width: 90px;
}

.reporter::before {
  content: "";
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin: 0 10px 5px 0;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  background-image: url(../images/reporter-ava.jpg);
  background-size: contain;
}

.reporter::after,
.Dr::after {
  content: "";
  display: block;
  clear: both;
}

.Dr::before {
  content: "";
  display: inline-block;
  float: left;
  margin: 0 10px 5px 0;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  background-image: url(../images/doctor-ava.jpg);
  background-size: contain;
}

.reporter span:nth-of-type(1) {
  font-weight: 700;
  color: #f00;
}

.Dr span:nth-of-type(1) {
  font-weight: 700;
}

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

.ac_footer {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  text-align: center;
  color: #a12000;
}

.ac_footer a {
  color: #a12000;
}

.ac_footer p {
  text-align: center;
}

img[height="1"],
img[width="1"] {
  display: none !important;
}

.review {
  margin-right: auto;
  margin-left: auto;
  border-radius: 16px;
  padding: 16px;
  max-width: 80%;
  background-color: #ececec;
}

.review figcaption {
  font-size: 15px;
  text-align: center;
}

.review__img {
  display: block;
  margin: 0 auto 15px;
  width: 100%;
  max-width: 500px;
}

.first-letter::first-letter {
  vertical-align: baseline;
  font-size: 250%;
}