.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: 28px;
}
.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 h4:has(.article__thumb) {
  display: flex;
  line-height: 1;
  align-items: end;
  gap: 16px;
}
.article h2,
.article h3 {
  margin-bottom: 16px;
}
.article p + h3 {
  margin-top: 42px;
}
.article strong,
.article b {
  font-weight: 600;
}
.article__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  justify-content: space-between;
}
.article__wrap-aside {
  grid-template-columns: repeat(2, max-content);
}
.article__headlist {
  position: sticky;
  top: 100px;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  max-width: 302px;
}
.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: 12px 0;
  font-size: 16px;
}
.article__headlist ul li a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-top: 12px;
  border-radius: 50%;
  background-color: #ff7e1e;
}
.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: 833px;
  display: grid;
}
.article__content .char {
  margin-bottom: 28px;
}
.article__body ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 27px;
}
.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-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #20477a;
}
.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.list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 27px;
}
.article__body ul.list li.list__item {
  position: relative;
  padding: 32px 0 32px 89px;
  border-bottom: solid 1px #d5d5d5;
}
.article__body ul.list li.list__item::before {
  position: absolute;
  top: 41px;
  left: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: solid 2px #20477a;
}
.article__body ul.list li.list__item:first-child {
  border-top: 1px solid #d5d5d5;
}
.article__img {
  display: block;
  margin-bottom: var(--base-offset);
  border-radius: 5px;
}
.article__bold {
  font-size: calc(20px + 2 * (100vw - 360px) / 1560);
  font-weight: 500;
  line-height: 160% !important;
  color: #20477a;
}
.article__bold::after {
  content: "";
  display: block;
  width: 104px;
  height: 4px;
  background-color: #ff7e1e;
  margin-top: 16px;
}
.article figure {
  margin: 0 0 28px 0;
}
.article__mediabox {
  display: grid;
  gap: 8px;
}
.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 {
  border-radius: 5px;
}
.article__mediabox figcaption {
  grid-column: 1/-1;
  font-size: 16px;
  line-height: 150%;
  color: #acacac;
}
.article__mediabox iframe {
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 833/468;
}
.article__imagemark {
  height: 100%;
  max-height: 28px;
  width: auto;
}
.article__thumb {
  height: 100%;
  max-height: 24px;
  width: auto;
}
.article-information {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 16px;
  justify-content: space-between;
  margin-top: 42px;
}
.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;
}
.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: #e6e6e6;
  border-radius: 5px;
  background-image: url(/sites/default/files/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: 600;
  font-size: 20px;
  line-height: 150%;
  color: #20477a;
}
.question__content {
  width: calc(100% - 70px);
  font-size: 18px;
  line-height: 150%;
}

.attention {
  margin-bottom: 28px;
  padding: 32px;
  background-color: #e6e6e6;
  border-radius: 5px;
  background-image: url(/themes/vorotafedota/images/icons/attention.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: calc(100% - 32px) 32px;
}
.attention__item {
  display: grid;
  gap: 8px;
}
.attention__label {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #20477a;
}
.attention__content {
  width: calc(100% - 70px);
  font-size: 18px;
  line-height: 150%;
}

table {
  font-weight: 400;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}
table thead {
  font-weight: 400;
  color: var(--blue);
  background-color: #f2f2f2;
  border: 1px solid #eaecf0;
}
table thead th {
  font-weight: 400;
  color: var(--blue);
  border-left: 1px solid #eaecf0;
  height: 51px;
  text-align: left;
  padding: 10px;
}
table tbody th {
  color: var(--blue);
  font-weight: 400;
  position: relative;
}
table tbody tr {
  max-height: 51px;
  border-top: 1px solid #f2f2f2;
}
table tbody tr td,
table tbody tr th {
  text-align: left;
  vertical-align: top;
  height: 51px;
  max-width: 157px;
  min-width: 157px;
  overflow: hidden;
  padding: 10px;
}
table tbody tr td {
  color: #727272;
}
table tbody tr td span {
  display: inline-block;
  margin-bottom: 2px;
}
table tbody tr td span:last-child {
  margin-bottom: 0;
}
table tbody tr td.center {
  vertical-align: middle;
  text-align: center;
}
table tbody tr td div {
  margin-bottom: 17px;
}
table tbody tr td div:last-child {
  margin-bottom: 0;
}
table tbody tr:nth-child(odd) td {
  border-left: 1px solid var(--white);
}
table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
table tbody tr:nth-child(even) td {
  border-left: 1px solid #f2f2f2;
}

.table-container {
  width: 100%;
  overflow: auto;
  margin: 0 0 35px 0;
}

.article-slider {
  margin: 0 auto 45px auto;
}
.article-slider-card-img {
  height: 361px;
}
.article-slider-card-img img {
  width: 500px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.article-slider-card h4 {
  margin-bottom: 2px;
}
.article-slider-card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  height: 425px;
}
.article-slider .swiper-slide.article-slider-card {
  width: auto;
}
.article-slider .swiper-scrollbar {
  height: 16px;
  background: linear-gradient(to bottom, var(--white) 40%, #e2e2e2 40% 70%, var(--white) 70%);
  cursor: pointer;
}
.article-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: linear-gradient(to bottom, var(--white) 40%, var(--orange) 40% 70%, var(--white) 70%);
  cursor: pointer;
  border-radius: 0;
}

/* MEDIA QUERIES =============================================================== */
@media (min-width: 1921px) {
  .article h1 {
    font-size: 36px;
  }
  .article h2 {
    font-size: 32px;
  }
  .article ol 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: 860px) {
  .article-slider-card-wrap {
    height: 370px;
  }
  .article-slider-card-img {
    height: 300px;
  }
  .article-slider-card-img img {
    width: 400px;
  }
}
@media (max-width: 900px) {
  .table-container {
    width: calc(100vw - 50px);
  }
}
@media (max-width: 767px) {
  .article__headlist {
    max-width: unset;
  }
  .article-information {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .article-share {
    order: -1;
  }
}
@media (max-width: 700px) {
  .table-container {
    width: calc(100vw - 40px);
  }
}
@media (max-width: 600px) {
  table {
    width: 600px;
  }
  .article-slider-card-wrap {
    height: 325px;
  }
  .article-slider-card-img {
    height: 250px;
  }
  .article-slider-card-img img {
    width: 360px;
  }
  .article-slider.swiper {
    width: calc(100vw - 40px);
    margin: 0 0 45px 0;
  }
  .article-slider .swiper-slide.article-slider-card {
    max-width: 360px;
  }
}
@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: 24px 0 24px 0px;
  }
  .article__body ol li > h3 {
    padding-left: 48px;
  }
  .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%;
  }
  table {
    width: 400px;
  }
  .article-slider-card-wrap {
    height: 310px;
  }
  .article-slider-card-img {
    height: 220px;
  }
  .article-slider-card-img img {
    width: 300px;
  }
  .article-slider .swiper-slide.article-slider-card {
    max-width: 300px;
  }
}/*# sourceMappingURL=article.css.map */