

/* Start:/top20-year/css/top.css?178279906437655*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  color: #2a2a2a;
  font-size: 16px;
  font-style: normal;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background-color: #ffffff;
  position: relative;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle;
}

textarea {
  resize: none;
}

section {
  position: relative;
}

input,
select,
button {
  outline: none;
}

button {
  cursor: pointer;
}

.body {
  width: 100%;
}
.body.no-scroll {
  overflow: hidden;
}
.body.darken {
  background-color: #f4f6fd;
}

.svgClipPath {
  position: absolute;
  pointer-events: none;
}

.hidden {
  display: none;
}

.simplebar-track {
  visibility: hidden !important;
}
ol,
ul {
  list-style-type: none;
}
/*  */
body.body-page .r_SA3 {
  margin-top: 0 !important;
  padding-top: 6.8125rem;
}
.app-root {
  padding: 0 !important;
}
/* @media (max-width: 1919px) {
  body.body-page .r_SA3 {
    padding-top: 17rem;
  }
} */
@media (max-width: 1279px) {
  body.body-page .r_SA3 {
    padding-top: 3.25rem;
  }
}
@media screen and (max-width: 767px) {
  body.body-page .r_SA3 {
    padding-top: 0px;
  }
}
/*  */

/*TOP ARTICLES*/
.main-top {
  font-family: "Golos Text", sans-serif;
  background: #fff;
  color: #222;
}
.main-top__article {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5rem;
}
.top-article__hero {
  margin: 0 -5rem;
  padding: 5rem 5rem 2.5rem;
  background: #e6e7e9;
  display: flex;
  gap: 1.25rem;
}
.top-hero {
}
.top-hero__left {
  flex: 0 1 45.375rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: space-between;
  padding-bottom: 2.125rem;
}
.top-hero__banner {
  max-width: 26.75rem;
  width: 100%;
  margin: 0 auto;
}
.top-img-comp {
  display: block;
}
.top-img-mob {
  display: none;
}
.top-hero__edidor {
}
.hero-edidor {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.hero-edidor__info {
  flex: 1 1 auto;
}
.hero-edidor__meta {
}
.hero-edidor__meta p {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 144%;
}
.hero-edidor__meta span {
  display: block;
  font-size: 1rem;
  line-height: 163%;
}
.hero-edidor__text {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 186%;
}
.hero-edidor__img {
  flex: 0 0 8.375rem;
  width: 8.375rem;
  height: 8.375rem;
  position: relative;
}
.hero-edidor__img img {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-edidor__img::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.1875rem;
  left: 0.1875rem;
  width: 100%;
  height: 100%;
  background: #ff0181;
  border-radius: 50%;
}
.top-hero__right {
  flex: 0 1 62.5rem;
}
.top-hero__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 163%;
  max-width: 54.1875rem;
  width: 100%;
}
.top-hero__img {
  margin-top: 3.375rem;
  position: relative;
  width: 100%;
  padding-top: 55.93%;
}
.top-hero__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-article__intro {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 130%;
  margin-top: 4rem;
  max-width: 91.5rem;
  width: 100%;
}
.top-article__intro p:not(:last-child) {
  margin-bottom: 0.75rem;
}
.top-article__intro strong {
  font-weight: 700;
}

.top-article__list {
  margin-top: 2.25rem; /*!!правка -padding*/
}
.article-list {
  counter-reset: item;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1rem;
}
.article-item:nth-child(5) {
  transform: translateY(-1.5%);
}
.article-item:nth-child(6) {
  transform: translateY(-9%);
}
.article-item:nth-child(7) {
  transform: translateY(-15%);
}
.article-item:nth-child(8) {
  transform: translateY(0%);
}
.article-item:nth-child(9) {
  transform: translateY(-14.8%);
}
.article-item:nth-child(10) {
  transform: translateY(-20.3%);
}
.article-item:nth-child(11) {
  transform: translateY(-19.3%);
}
.article-item:nth-child(12) {
  transform: translateY(-5.3%);
}
.article-item:nth-child(13) {
  transform: translateY(-21.5%);
}
.article-item:nth-child(14) {
  transform: translateY(-27%);
}
.article-item:nth-child(15) {
  transform: translateY(-18.8%);
}
.article-item:nth-child(16) {
  transform: translateY(-12.5%);
}
.article-item:nth-child(17) {
  transform: translateY(-23.3%);
}
.article-item:nth-child(18) {
  transform: translateY(-36%);
}
.article-item:nth-child(19) {
  transform: translateY(-18.5%);
}
.article-item:nth-child(20) {
  transform: translateY(-22%);
}
.article-item__inner {
  padding: 0.75rem 0.75rem 1.25rem 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 1rem;
  border-top-width: 0.25rem;
  border-top-style: solid;
  margin-bottom: 1.5rem;
  position: relative;
}
.article-item__inner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.article-item--rose .article-item__inner {
  border-top-color: rgba(255, 1, 129, 0.4);
}
.article-item--green .article-item__inner {
  border-top-color: rgba(98, 177, 70, 0.4);
}
.article-item--yellow .article-item__inner {
  border-top-color: rgba(243, 224, 165, 0.4);
}
.article-item--grey .article-item__inner {
  border-top-color: rgba(217, 217, 217, 0.4);
}
.article-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-item__top::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  counter-increment: item;
  content: counter(item);
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 50%;
}
.article-item--rose .article-item__top::before {
  background: #ed018b;
  color: #fff;
}
.article-item--green .article-item__top::before {
  background: #62b146;
  color: #fff;
}
.article-item--yellow .article-item__top::before {
  background: #f3e0a5;
  color: #4d4d4d;
}
.article-item--grey .article-item__top::before {
  background: #d9d9d9;
  color: #4d4d4d;
}
.article-item__top span {
  font-size: 1rem;
  line-height: 1;
  color: #000;
}
.article-item__img {
  background: #f0f3f4;
  border-radius: 0.5rem;
  position: relative;
}
.article-item__img span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  line-height: 1;
  background: #ff0181;
  border-radius: 0.75rem;
  width: 11.25rem;
  height: 3.625rem;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
  transition: all 0.5s ease;
  font-weight: 500;
  font-size: 1.125rem;
}
.article-item:hover .article-item__img span {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  transform: translate(-50%, -50%) scale(1);
}
.article-item__info {
}
.article-item__info div {
  font-weight: 600;
  font-size: 1rem;
  line-height: 120%;
  color: #000;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.article-item__info p {
  font-size: 0.875rem;
  line-height: 120%;
  color: #000;
  margin-top: 0.4375rem;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 5;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  min-height: 6.0715em;
}
.article-item__info span {
  font-size: 0.875rem;
  line-height: 110%;
  color: #787878;
  display: block;
  margin-top: 0.75rem;
}
/*--NEW 060426--*/
.article-item:nth-child(21) {
  transform: translateY(-23.5%);
}
.article-item:nth-child(22) {
  transform: translateY(-37.2%);
}
.article-item:nth-child(23) {
  transform: translateY(-28.2%);
}
.article-item:nth-child(24) {
  transform: translateY(-25.7%);
}
.article-item:nth-child(25) {
  transform: translateY(-27.7%);
}
.article-item:nth-child(26) {
  transform: translateY(-39.3%);
}
.article-item:nth-child(27) {
  transform: translateY(-25.5%);
}
.article-item:nth-child(28) {
  transform: translateY(-21.5%);
}
.article-item:nth-child(29) {
  transform: translateY(-43%);
}
.article-item:nth-child(30) {
  transform: translateY(-59.5%);
}
.top-article__more {
  margin-bottom: 7.5rem;
}
.more-article {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 3.75rem;
  width: 12.5rem;
  margin: 0 auto;
  background-color: transparent;
  position: relative;
  border: 1px solid rgba(26, 26, 26, 0.1);
  transition: 0.3s;
}
.more-article::before {
  content: "";
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  height: 0;
  opacity: 0;
  background-color: #e6007f;
  transition: 0.3s;
}
.more-article span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #1a1a1a;
  transition: 0.3s;
  position: relative;
  z-index: 3;
}
.more-article:hover {
  border: 1px solid #e6007f;
}
.more-article:hover span {
  color: #fff;
}
.more-article:hover::before {
  height: 100%;
  opacity: 1;
}
.article-item:nth-child(n + 25) {
  display: none;
}
/*--/NEW 060426--*/
/*END TOP ARTICLES*/



/*18-04-26*/
.article-item:nth-child(31) {
  transform: translateY(-46.5%);
}
.article-item:nth-child(32) {
  transform: translateY(-20.2%);
}
.article-item:nth-child(33) {
  transform: translateY(-82.7%);
}
.article-item:nth-child(34) {
  transform: translateY(-68.7%);
}
.article-item:nth-child(35) {
  transform: translateY(-86.7%);
}
.article-item:nth-child(36) {
  transform: translateY(-56.3%);
}
.article-item:nth-child(37) {
  transform: translateY(-122.5%);
}
.article-item:nth-child(38) {
  transform: translateY(-105.5%);
}
.article-item:nth-child(39) {
  transform: translateY(-127%);
}
.article-item:nth-child(40) {
  transform: translateY(-68.5%);
}
/*/18-04-26*/

@media (max-width: 1439px) {
  /*18-04-26*/
  .article-item:nth-child(19) {
    transform: translateY(-24.5%);
  }
  .article-item:nth-child(31) {
    transform: translateY(-48%);
  }
  .article-item:nth-child(32) {
    transform: translateY(-68%);
  }
  .article-item:nth-child(33) {
    transform: translateY(-57.7%);
  }
  .article-item:nth-child(34) {
    transform: translateY(-40.7%);
  }
  .article-item:nth-child(35) {
    transform: translateY(-57.3%);
  }
  .article-item:nth-child(36) {
    transform: translateY(-48.3%);
  }
  .article-item:nth-child(37) {
    transform: translateY(-67%);
  }
  .article-item:nth-child(38) {
    transform: translateY(-87%);
  }
  .article-item:nth-child(39) {
    transform: translateY(-57.3%);
  }
  .article-item:nth-child(40) {
    transform: translateY(-67%);
  }
  /*/18-04-26*/
}

@media (max-width: 1023px) {
  /*18-04-26*/
  .article-item:nth-child(31) {
    transform: translateY(-101%);
  }
  .article-item:nth-child(32) {
    transform: translateY(-48.7%);
  }
  .article-item:nth-child(33) {
    transform: translateY(-100.7%);
  }
  .article-item:nth-child(34) {
    transform: translateY(-48.7%);
  }
  .article-item:nth-child(35) {
    transform: translateY(-83.3%);
  }
  .article-item:nth-child(36) {
    transform: translateY(-40.3%);
  }
  .article-item:nth-child(37) {
    transform: translateY(-121.6%);
  }
  .article-item:nth-child(38) {
    transform: translateY(-48.7%);
  }
  .article-item:nth-child(39) {
    transform: translateY(-121.3%);
  }
  .article-item:nth-child(40) {
    transform: translateY(-48.6%);
  }
  /*/18-04-26*/
}


/*MEDIA*/
@media (max-width: 1599px) {
  .main-top__article {
    padding: 0 1.875rem;
  }
  .top-article__hero {
    margin: 0 -1.875rem;
    padding: 1.875rem 1.875rem 1.25rem;
  }
  .top-hero__banner {
    max-width: 18.75rem;
  }
  .hero-edidor__img {
    flex: 0 0 6.25rem;
    width: 6.25rem;
    height: 6.25rem;
    position: relative;
  }
  .top-hero__text br,
  .hero-edidor__text br {
    display: none;
  }
  .top-article__intro {
    max-width: 62rem;
    margin-left: auto;
    margin-right: auto;
  }
  .top-article__list {
    grid-template-columns: repeat(3, 1fr);
    max-width: 62rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .article-item__inner {
    margin-bottom: 1rem;
  }
  .article-item:nth-child(5) {
    transform: translateY(-6.5%);
  }
  .article-item:nth-child(6) {
    transform: translateY(-12.6%);
  }
  .article-item:nth-child(7) {
    transform: translateY(-5.5%);
  }
  .article-item:nth-child(8) {
    transform: translateY(-12%);
  }
  .article-item:nth-child(9) {
    transform: translateY(-12.3%);
  }
  .article-item:nth-child(10) {
    transform: translateY(-7%);
  }
  .article-item:nth-child(11) {
    transform: translateY(-19.7%);
  }
  .article-item:nth-child(12) {
    transform: translateY(-48.3%);
  }
  .article-item:nth-child(13) {
    transform: translateY(-13.2%);
  }
  .article-item:nth-child(14) {
    transform: translateY(-19.3%);
  }
  .article-item:nth-child(15) {
    transform: translateY(-49%);
  }
  .article-item:nth-child(16) {
    transform: translateY(-14.3%);
  }
  .article-item:nth-child(17) {
    transform: translateY(-25.8%);
  }
  .article-item:nth-child(18) {
    transform: translateY(-46%);
  }
  .article-item:nth-child(19) {
    transform: translateY(-24.5%);
  }
  .article-item:nth-child(20) {
    transform: translateY(-26.7%);
  }
  .article-item:nth-child(21) {
    transform: translateY(-47.6%);
  }
  .article-item:nth-child(22) {
    transform: translateY(-29.2%);
  }
  .article-item:nth-child(23) {
    transform: translateY(-26.2%);
  }
  .article-item:nth-child(24) {
    transform: translateY(-46.7%);
  }
  .article-item:nth-child(25) {
    transform: translateY(-38.3%);
  }
  .article-item:nth-child(26) {
    transform: translateY(-28.7%);
  }
  .article-item:nth-child(27) {
    transform: translateY(-47.5%);
  }
  .article-item:nth-child(28) {
    transform: translateY(-30.5%);
  }
  .article-item:nth-child(29) {
    transform: translateY(-24.7%);
  }
  .article-item:nth-child(30) {
    transform: translateY(-43%);
  }
  .article-item:nth-child(31) {
    transform: translateY(-48%);
  }
  .article-item:nth-child(32) {
    transform: translateY(-68%);
  }
  .article-item:nth-child(33) {
    transform: translateY(-57.7%);
  }
  .article-item:nth-child(34) {
    transform: translateY(-40.7%);
  }
  .article-item:nth-child(35) {
    transform: translateY(-57.3%);
  }
  .article-item:nth-child(36) {
    transform: translateY(-48.3%);
  }
  .article-item:nth-child(37) {
    transform: translateY(-67%);
  }
  .article-item:nth-child(38) {
    transform: translateY(-87%);
  }
  .article-item:nth-child(39) {
    transform: translateY(-57.3%);
  }
  .article-item:nth-child(40) {
    transform: translateY(-67%);
  }
}

@media (max-width: 1199px) {
  .main-top__article {
    padding: 0 1rem;
  }
  .top-article__hero {
    margin: 0 -1rem;
    padding: 1rem 1rem 1rem;
  }
  .top-hero__left {
    padding-bottom: 0;
  }
  .top-article__intro {
    margin-top: 2.75rem;
  }
  .hero-edidor {
    display: block;
  }
  .hero-edidor__info {
    display: flex;
    align-items: flex-end;
    gap: 1.25rem;
  }
  .hero-edidor__img {
    flex: 0 0 4.6875rem;
    width: 4.6875rem;
    height: 4.6875rem;
  }
  .hero-edidor__img::before {
    top: -0.125rem;
    left: 0.125rem;
  }
  .hero-edidor__meta {
    flex: 1 1 auto;
  }
  .hero-edidor__meta p {
    font-size: 0.875rem;
    line-height: 110%;
  }
  .hero-edidor__meta span {
    font-size: 0.75rem;
    line-height: 217%;
  }
  .hero-edidor__text {
    margin-top: 0.625rem;
    font-size: 0.75rem;
    line-height: 120%;
  }
  .top-hero__text {
    font-size: 0.875rem;
    line-height: 124%;
  }
}
@media (max-width: 1023px) {
  .top-article__hero {
    flex-direction: column;
    gap: 1.875rem;
  }
  .top-hero__img {
    margin-top: -6%;
  }
  .top-hero__left {
    flex: 1 1 auto;
    gap: 1.875rem;
    order: 2;
  }
  .top-hero__right {
    flex: 1 1 auto;
  }
  .top-hero__banner .top-img-comp {
    display: none;
  }
  .top-hero__banner .top-img-mob {
    display: block;
  }
  .top-article__intro {
    max-width: 46rem;
  }
  .top-article__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 46rem;
  }
  .article-item__info div {
    font-size: 0.875rem;
  }
  .article-item__info p {
    font-size: 0.75rem;
  }
  .article-item:nth-child(4) {
    transform: translateY(-8%);
  }
  .article-item:nth-child(5) {
    transform: translateY(-15.5%);
  }
  .article-item:nth-child(6) {
    transform: translateY(-7.5%);
  }
  .article-item:nth-child(7) {
    transform: translateY(-17.5%);
  }
  .article-item:nth-child(8) {
    transform: translateY(-7%);
  }
  .article-item:nth-child(9) {
    transform: translateY(-24.4%);
  }
  .article-item:nth-child(10) {
    transform: translateY(-15.1%);
  }
  .article-item:nth-child(11) {
    transform: translateY(-22.7%);
  }
  .article-item:nth-child(12) {
    transform: translateY(-13.9%);
  }
  .article-item:nth-child(13) {
    transform: translateY(-22.5%);
  }
  .article-item:nth-child(14) {
    transform: translateY(-21%);
  }
  .article-item:nth-child(15) {
    transform: translateY(-22%);
  }
  .article-item:nth-child(16) {
    transform: translateY(-27.3%);
  }
  .article-item:nth-child(17) {
    transform: translateY(-21.8%);
  }
  .article-item:nth-child(18) {
    transform: translateY(-36%);
  }
  .article-item:nth-child(19) {
    transform: translateY(-22.5%);
  }
  .article-item:nth-child(20) {
    transform: translateY(-37.7%);
  }
  .article-item:nth-child(20) {
    transform: translateY(-38.7%);
  }
  .article-item:nth-child(21) {
    transform: translateY(-29.6%);
  }
  .article-item:nth-child(22) {
    transform: translateY(-41.2%);
  }
  .article-item:nth-child(23) {
    transform: translateY(-27.2%);
  }
  .article-item:nth-child(24) {
    transform: translateY(-37%);
  }
  .article-item:nth-child(25) {
    transform: translateY(-30%);
  }
  .article-item:nth-child(26) {
    transform: translateY(-38%);
  }
  .article-item:nth-child(27) {
    transform: translateY(-24.5%);
  }
  .article-item:nth-child(28) {
    transform: translateY(-37.3%);
  }
  .article-item:nth-child(29) {
    transform: translateY(-45%);
  }
  .article-item:nth-child(30) {
    transform: translateY(-35%);
  }
  .article-item:nth-child(31) {
    transform: translateY(-101%);
  }
  .article-item:nth-child(32) {
    transform: translateY(-48.7%);
  }
  .article-item:nth-child(33) {
    transform: translateY(-100.7%);
  }
  .article-item:nth-child(34) {
    transform: translateY(-48.7%);
  }
  .article-item:nth-child(35) {
    transform: translateY(-83.3%);
  }
  .article-item:nth-child(36) {
    transform: translateY(-40.3%);
  }
  .article-item:nth-child(37) {
    transform: translateY(-121.6%);
  }
  .article-item:nth-child(38) {
    transform: translateY(-48.7%);
  }
  .article-item:nth-child(39) {
    transform: translateY(-121.3%);
  }
  .article-item:nth-child(40) {
    transform: translateY(-48.6%);
  }
  .article-item__top span {
    display: none;
  }
  .article-item:nth-child(n + 11) {
    display: none;
  }
}
/*29-04-26*/
.article-item:nth-child(41) {
  transform: translateY(-122.7%);
}
.article-item:nth-child(42) {
  transform: translateY(-105.7%);
}
.article-item:nth-child(43) {
  transform: translateY(-127%);
}
.article-item:nth-child(44) {
  transform: translateY(-68.5%);
}
.article-item:nth-child(45) {
  transform: translateY(-122.7%);
}
.article-item:nth-child(46) {
  transform: translateY(-105.7%);
}
.article-item:nth-child(47) {
  transform: translateY(-126.7%);
}
.article-item:nth-child(48) {
  transform: translateY(-68.5%);
}
.article-item:nth-child(49) {
  transform: translateY(-122.7%);
}
.article-item:nth-child(50) {
  transform: translateY(-105.7%);
}
/*/29-04-26*/

.article-item:nth-child(51) {
  transform: translateY(-127%);
}
.article-item:nth-child(52) {
  transform: translateY(-68.5%);
}
.article-item:nth-child(53) {
  transform: translateY(-122.7%);
}
.article-item:nth-child(54) {
  transform: translateY(-105.7%);
}
.article-item:nth-child(55) {
  transform: translateY(-126.7%);
}
.article-item:nth-child(56) {
  transform: translateY(-68.5%);
}
.article-item:nth-child(57) {
  transform: translateY(-122.7%);
}
.article-item:nth-child(58) {
  transform: translateY(-105.7%);
}
.article-item:nth-child(59) {
  transform: translateY(-126.7%);
}
.article-item:nth-child(60) {
  transform: translateY(-68.7%);
}

/*18.05*/
.article-item:nth-child(61) {
  transform: translateY(-118%);
}
.article-item:nth-child(62) {
  transform: translateY(-102.5%);
}
.article-item:nth-child(63) {
  transform: translateY(-122.7%);
}
.article-item:nth-child(64) {
  transform: translateY(-66.7%);
}
.article-item:nth-child(65) {
  transform: translateY(-123.7%);
}
.article-item:nth-child(66) {
  transform: translateY(-111.5%);
}
.article-item:nth-child(67) {
  transform: translateY(-131.7%);
}
.article-item:nth-child(68) {
  transform: translateY(-73.7%);
}
.article-item:nth-child(69) {
  transform: translateY(-119.7%);
}
.article-item:nth-child(70) {
  transform: translateY(-107.7%);
}

/*25.05*/
.article-item:nth-child(71) {
  transform: translateY(-127%);
}
.article-item:nth-child(72) {
  transform: translateY(-70.5%);
}
.article-item:nth-child(73) {
  transform: translateY(-123.7%);
}
.article-item:nth-child(74) {
  transform: translateY(-111.7%);
}
.article-item:nth-child(75) {
  transform: translateY(-126.7%);
}
.article-item:nth-child(76) {
  transform: translateY(-70.5%);
}
.article-item:nth-child(77) {
  transform: translateY(-132.7%);
}
.article-item:nth-child(78) {
  transform: translateY(-116.7%);
}
.article-item:nth-child(79) {
  transform: translateY(-135.7%);
}
.article-item:nth-child(80) {
  transform: translateY(-73.7%);
}

/*3.06*/
.article-item:nth-child(81) {
  transform: translateY(-133%);
}
.article-item:nth-child(82) {
  transform: translateY(-117.5%);
}
.article-item:nth-child(83) {
  transform: translateY(-136.7%);
}
.article-item:nth-child(84) {
  transform: translateY(-73.7%);
}
.article-item:nth-child(85) {
  transform: translateY(-132.7%);
}
.article-item:nth-child(86) {
  transform: translateY(-117.5%);
}
.article-item:nth-child(87) {
  transform: translateY(-136.7%);
}
.article-item:nth-child(88) {
  transform: translateY(-73.7%);
}
.article-item:nth-child(89) {
  transform: translateY(-127.7%);
}
.article-item:nth-child(90) {
  transform: translateY(-113.7%);
}

/*11.06*/
.article-item:nth-child(91) {
  transform: translateY(-132%);
}
.article-item:nth-child(92) {
  transform: translateY(-71.5%);
}
.article-item:nth-child(93) {
  transform: translateY(-136.7%);
}
.article-item:nth-child(94) {
  transform: translateY(-118.7%);
}
.article-item:nth-child(95) {
  transform: translateY(-140.7%);
}
.article-item:nth-child(96) {
  transform: translateY(-78.5%);
}
.article-item:nth-child(97) {
  transform: translateY(-136.7%);
}
.article-item:nth-child(98) {
  transform: translateY(-118.7%);
}
.article-item:nth-child(99) {
  transform: translateY(-140.7%);
}
.article-item:nth-child(100) {
  transform: translateY(-77.7%);
}


/*MEDIA*/
@media (max-width: 1599px) {
  /*29-04-26*/
  .article-item:nth-child(41) {
    transform: translateY(-87%);
  }
  .article-item:nth-child(42) {
    transform: translateY(-57.2%);
  }
  .article-item:nth-child(43) {
    transform: translateY(-67%);
  }
  .article-item:nth-child(44) {
    transform: translateY(-87%);
  }
  .article-item:nth-child(45) {
    transform: translateY(-57.5%);
  }
  .article-item:nth-child(46) {
    transform: translateY(-66.7%);
  }
  .article-item:nth-child(47) {
    transform: translateY(-86.7%);
  }
  .article-item:nth-child(48) {
    transform: translateY(-57.5%);
  }
  .article-item:nth-child(49) {
    transform: translateY(-66.7%);
  }
  .article-item:nth-child(50) {
    transform: translateY(-86.7%);
  }

  .article-item:nth-child(51) {
    transform: translateY(-58.4%);
  }
  .article-item:nth-child(52) {
    transform: translateY(-63%);
  }
  .article-item:nth-child(53) {
    transform: translateY(-83.4%);
  }
  .article-item:nth-child(54) {
    transform: translateY(-55.4%);
  }
  .article-item:nth-child(55) {
    transform: translateY(-66.5%);
  }
  .article-item:nth-child(56) {
    transform: translateY(-87%);
  }
  .article-item:nth-child(57) {
    transform: translateY(-67.5%);
  }
  .article-item:nth-child(58) {
    transform: translateY(-64.4%);
  }
  .article-item:nth-child(59) {
    transform: translateY(-83.4%);
  }
  .article-item:nth-child(60) {
    transform: translateY(-64.7%);
  }
  /*/29-04-26*/

  /*18.05*/
  .article-item:nth-child(61) {
    transform: translateY(-69.4%);
  }
  .article-item:nth-child(62) {
    transform: translateY(-88%);
  }
  .article-item:nth-child(63) {
    transform: translateY(-64.4%);
  }
  .article-item:nth-child(64) {
    transform: translateY(-71.4%);
  }
  .article-item:nth-child(65) {
    transform: translateY(-90.5%);
  }
  .article-item:nth-child(66) {
    transform: translateY(-71%);
  }
  .article-item:nth-child(67) {
    transform: translateY(-69.5%);
  }
  .article-item:nth-child(68) {
    transform: translateY(-88.4%);
  }
  .article-item:nth-child(69) {
    transform: translateY(-68.4%);
  }
  .article-item:nth-child(70) {
    transform: translateY(-66.7%);
  }

  /*25.05*/
  .article-item:nth-child(71) {
    transform: translateY(-83.4%);
  }
  .article-item:nth-child(72) {
    transform: translateY(-64%);
  }
  .article-item:nth-child(73) {
    transform: translateY(-70.4%);
  }
  .article-item:nth-child(74) {
    transform: translateY(-82.4%);
  }
  .article-item:nth-child(75) {
    transform: translateY(-62.5%);
  }
  .article-item:nth-child(76) {
    transform: translateY(-74%);
  }
  .article-item:nth-child(77) {
    transform: translateY(-81.5%);
  }
  .article-item:nth-child(78) {
    transform: translateY(-66.4%);
  }
  .article-item:nth-child(79) {
    transform: translateY(-76.4%);
  }
  .article-item:nth-child(80) {
    transform: translateY(-84.7%);
  }

  /*3.06*/
  .article-item:nth-child(81) {
    transform: translateY(-73.4%);
  }
  .article-item:nth-child(82) {
    transform: translateY(-76%);
  }
  .article-item:nth-child(83) {
    transform: translateY(-84%);
  }
  .article-item:nth-child(84) {
    transform: translateY(-73%);
  }
  .article-item:nth-child(85) {
    transform: translateY(-75%);
  }
  .article-item:nth-child(86) {
    transform: translateY(-83%);
  }
  .article-item:nth-child(87) {
    transform: translateY(-72%);
  }
  .article-item:nth-child(88) {
    transform: translateY(-70%);
  }
  .article-item:nth-child(89) {
    transform: translateY(-79%);
  }
  .article-item:nth-child(90) {
    transform: translateY(-68%);
  }

  /*11.06*/
  .article-item:nth-child(91) {
    transform: translateY(-76.4%);
  }
  .article-item:nth-child(92) {
    transform: translateY(-86%);
  }
  .article-item:nth-child(93) {
    transform: translateY(-70%);
  }
  .article-item:nth-child(94) {
    transform: translateY(-75%);
  }
  .article-item:nth-child(95) {
    transform: translateY(-85%);
  }
  .article-item:nth-child(96) {
    transform: translateY(-69%);
  }
  .article-item:nth-child(97) {
    transform: translateY(-74%);
  }
  .article-item:nth-child(98) {
    transform: translateY(-84%);
  }
  .article-item:nth-child(99) {
    transform: translateY(-68%);
  }
  .article-item:nth-child(100) {
    transform: translateY(-73%);
  }
}
@media (max-width: 1023px) {
  /*29-04-26*/
  .article-item:nth-child(41) {
    transform: translateY(-121.4%);
  }
  .article-item:nth-child(42) {
    transform: translateY(-48.7%);
  }
  .article-item:nth-child(43) {
    transform: translateY(-121.4%);
  }
  .article-item:nth-child(44) {
    transform: translateY(-48.5%);
  }
  .article-item:nth-child(45) {
    transform: translateY(-121.4%);
  }
  .article-item:nth-child(46) {
    transform: translateY(-48.4%);
  }
  .article-item:nth-child(47) {
    transform: translateY(-121.5%);
  }
  .article-item:nth-child(48) {
    transform: translateY(-48.4%);
  }
  .article-item:nth-child(49) {
    transform: translateY(-121.5%);
  }
  .article-item:nth-child(50) {
    transform: translateY(-48.4%);
  }
  /*/29-04-26*/

  
}

@media (max-width: 767px) {
  .top-article__hero {
    padding-bottom: 5rem;
  }
  .top-hero__banner {
    max-width: 22.25rem;
  }
  .top-hero__img {
    padding-top: 51.5%;
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-top: -13%;
  }
  .top-hero__img .top-img-comp {
    display: none;
  }
  .top-hero__img .top-img-mob {
    display: block;
  }
  .top-article__list {
    grid-template-columns: 1fr;
    max-width: 26.5625rem;
  }
  .article-item {
    transform: none !important;
  }
  .top-article__more {
    margin-top: 3.125rem;
  }
}

/* End */
/* /top20-year/css/top.css?178279906437655 */
