.article {
  margin-top: 56px;
}
.article p,
.article ul,
.article ol {
  font-size: calc(16px + 2 * (100vw - 360px) / 1560);
  line-height: 150%;
}
.article p {
  margin-bottom: 24px;
}
.article p + p {
  margin-top: 24px;
}
.article p a:not(.button) {
  display: inline;
  color: var(--color-content-accent);
}
.article h1 {
  font-size: calc(30px + 6 * (100vw - 360px) / 1560);
  margin-bottom: 32px;
}
.article h2 {
  font-size: calc(27px + 5 * (100vw - 360px) / 1560);
}
.article h3 {
  font-size: 24px;
}
.article h3:has(.star),
.article h3:has(.article__imagemark) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.article h4 {
  font-size: 20px;
  font-weight: 600;
}
.article h2, .article h3 {
  margin-bottom: 24px;
}
.article p + h3 {
  margin-top: 42px;
}
.article strong,
.article b {
  font-weight: 600;
}
.article__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  margin-bottom: var(--size-space-14x);
}
.article__wrap-aside {
  grid-template-columns: max-content 1fr;
}
.article__headlist {
  position: sticky;
  top: 100px;
  height: -moz-max-content;
  height: max-content;
  width: 407px;
  max-width: 100%;
}
.article__headlist ol, .article__headlist ul {
  padding-left: 0;
}
.article__headlist ul li {
  position: relative;
  border-bottom: solid 1px #D5D5D5;
}
.article__headlist ul li:first-child {
  border-top: solid 1px #D5D5D5;
}
.article__headlist ul li a {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 16px;
  padding: var(--size-space-base-3x, 12px);
  font-size: 16px;
}
.article__headlist ul li a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  left: 0;
  top: 9px;
  border-radius: 50%;
  border: 2px solid var(--color-content-accent);
}
.article__headlist ul li a img {
  height: 100%;
  max-height: 29px;
  width: auto;
}
.article__headlist ul li a:has(img) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.article__headlist ul li a:has(img)::before {
  align-self: start;
}
.article__headlist ul li ul {
  grid-column: 1/-1;
}
.article__headlist ul li ul li:last-child {
  border-bottom: 0;
}
.article__content {
  width: 100%;
  max-width: 936px;
}
.article__content .char {
  margin-bottom: 28px;
}
.article__body section > *:last-child {
  margin: 0;
}
.article__body ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 32px;
}
.article__body ol > li {
  position: relative;
  padding: 32px 0 32px 89px;
  counter-increment: item;
  border-bottom: solid 1px #D5D5D5;
}
.article__body ol > li p:last-child {
  margin-bottom: 0;
}
.article__body ol > li::before {
  content: counter(decimal-leading-zero) counter(item);
  position: absolute;
  left: 0;
  top: var(--accordeon-offset);
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
}
.article__body ol > li:nth-child(1n+10)::before {
  content: counter(item);
}
.article__body ol > li:first-child {
  border-top: 1px solid #D5D5D5;
}
.article__body ul {
  margin-bottom: 28px;
}
.article__body ul:last-child {
  margin-bottom: 0;
}
.article__img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 415px;
  margin-bottom: 32px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}
.article .article__bold {
  font-size: calc(20px + 2 * (100vw - 360px) / 1560);
  font-weight: 500;
  line-height: 160% !important;
  font-size: 22px;
}
.article__bold::after {
  content: "";
  display: block;
  width: 104px;
  height: 4px;
  background-color: var(--color-content-accent);
  margin-top: 16px;
}
.article figure {
  margin: 0 0 28px 0;
}
.article__mediabox {
  display: grid;
  gap: 8px;
}
.article__mediabox-1 img {
  width: 100%;
  max-width: 464px;
  border-radius: 2px;
}
.article__mediabox-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.article__mediabox-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.article__mediabox-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.article__mediabox img {
  width: 100%;
  border-radius: 2px;
}
.article__mediabox figcaption {
  grid-column: 1/-1;
  font-size: 16px;
  line-height: 150%;
  color: #acacac;
}
.article__mediabox iframe {
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 833/468;
  max-width: 100%;
}
.article__imagemark {
  height: 100%;
  max-height: 28px;
  width: auto;
}
.article-information {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 16px;
  justify-content: space-between;
}
.article-author {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  gap: 16px;
}
.article-author__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.article-author__info {
  display: grid;
  gap: 5px;
  font-style: italic;
}
.article-author__info span {
  font-weight: 600;
}
.article-share {
  display: grid;
  gap: 8px;
  align-self: start;
}
.article-share > span {
  display: block;
  margin-bottom: 5px;
}
.article .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  height: 35px;
  width: 35px;
  background-repeat: no-repeat;
}

.question {
  display: grid;
  margin-bottom: 28px;
  gap: 16px;
  padding: 32px;
  background-color: var(--color-content-accent);
  border-radius: 2px;
  background-image: url(/themes/granat/img/icons/question.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: calc(100% - 32px) 32px;
}
.question__ask {
  display: grid;
  gap: 8px;
}
.question__answer {
  display: grid;
  gap: 8px;
}
.question__label {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
.question__content {
  width: calc(100% - 70px);
  font-size: 18px;
  line-height: 150%;
}

.attention {
  margin-bottom: 28px;
  padding: 32px;
  background-color: var(--color-content-accent);
  border-radius: 2px;
  background-image: url(/themes/granat/img/icons/attention.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: calc(100% - 32px) 32px;
  color: var(--color-content-white, #ffffff);
}
.attention__item {
  display: grid;
  gap: 8px;
}
.attention__label {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
.attention__content {
  width: calc(100% - 70px);
  font-size: 18px;
  line-height: 150%;
}

/* MEDIA QUERIES =============================================================== */
@media (min-width: 1921px) {
  .article h1 {
    font-size: 36px;
  }
  .article h2 {
    font-size: 32px;
  }
  .article ol li, .article ul li {
    font-size: 18px;
  }
  .article p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .article {
    margin-top: 32px;
  }
  .article h1 {
    order: -1;
  }
  .article__headlist {
    top: 80px;
  }
}
@media (max-width: 1200px) {
  .article__wrap {
    gap: 56px;
  }
  .article__wrap-aside {
    grid-template-columns: 1fr;
  }
  .article__headlist {
    position: static;
  }
  .article__mediabox-4 {
    grid-template-columns: 1fr 1fr;
  }
  .article__mediabox iframe {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 1000px) {
  .article__body ol li {
    padding: 24px 0 24px 48px;
  }
  .article__body ul.list li.list__item {
    padding: 24px 0 24px 48px;
  }
  .article__body ul.list li.list__item::before {
    top: 32px;
  }
}
@media (max-width: 767px) {
  .article__wrap {
    display: block;
  }
  .article__headlist {
    margin-bottom: 56px;
    max-width: unset;
  }
  .article-information {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .article-share {
    order: -1;
  }
  .attention {
    padding: 16px;
    background-position: calc(100% - 16px) 16px;
  }
}
@media (max-width: 550px) {
  .article__mediabox-3 {
    grid-template-columns: 1fr 1fr;
  }
  .article__mediabox-3 img:first-child {
    grid-column: 1/3;
  }
}
@media (max-width: 500px) {
  .article h3:has(.article__imagemark) {
    display: block;
  }
  .article-author {
    grid-template-columns: 1fr;
    justify-self: center;
    text-align: center;
  }
  .article-author__img {
    margin: 0 auto;
  }
  .article-share {
    justify-self: center;
    text-align: center;
  }
  .article__body ol li {
    padding: 16px 0 16px 0;
  }
  .article__body ol li > h3 {
    padding-left: 48px;
  }
  .article__body ol li::before {
    position: static;
    display: block;
    font-size: 22px;
    font-weight: 600;
  }
  .article__body .article__bold {
    font-size: 20px;
  }
  .article__imagemark {
    max-height: 24px;
    display: inline-block;
    margin-bottom: -4px;
  }
  .article .question__ask {
    padding-top: 24px;
  }
  .article .question__content {
    width: 100%;
  }
  .article .attention__item {
    padding-top: 24px;
  }
  .article .attention__content {
    width: 100%;
  }
  .article__bold::after {
    width: 100%;
  }
  .article__headlist {
    max-width: 100%;
    width: 100%;
  }
}/*# sourceMappingURL=article.css.map */