


a {
     color: white; 
}

#main-text {
      margin-top: 50px;
}

#lightbox {
     display: none; 
}

#main-text {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #1a1a1a;
}

#main-text h1,
#main-text h2,
#main-text h3 {
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #0d0d0d;
}

#main-text h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.15;
  margin: 0 0 1.5em 0;
  padding-left: 16px;
  border-left: 4px solid #1a1a1a;
}

#main-text h2 {
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  line-height: 1.25;
  margin: 3em 0 1em 0;
}

#main-text h3 {
  font-size: 1.25rem;
  line-height: 1.35;
  margin: 2.2em 0 0.8em 0;
}

#main-text p {
  margin: 0 0 1.25em 0;
}

#main-text p + p {
  text-indent: 1.5em;
  margin-top: -0.5em;
}

#main-text h1 + p,
#main-text h2 + p,
#main-text h3 + p {
  text-indent: 0;
}

#main-text h1 + p {
  font-size: 1.1875rem;
  line-height: 1.6;
}

#main-text ul,
#main-text ol {
  margin: 1.5em 0;
  padding: 0;
  list-style: none;
  counter-reset: custom-counter;
}

#main-text ol li,
#main-text ul li {
  position: relative;
  margin-bottom: 0.75em;
  padding-left: 2.5em;
}

#main-text ol li {
  counter-increment: custom-counter;
}

#main-text ol li::before {
  content: counter(custom-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.85rem;
  font-weight: 700;
  opacity: 0.4;
  font-variant-numeric: tabular-nums;
}

#main-text ul li::before {
  content: "—";
  position: absolute;
  left: 0.5em;
  top: 0;
  font-weight: 700;
  opacity: 0.4;
}

#main-text h2::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: currentColor;
  margin-bottom: 0.75em;
  opacity: 0.3;
}

#main-text {
  color: #ffffff;
}

#main-text h1,
#main-text h2,
#main-text h3 {
  color: #ffffff;
}

#main-text h1 {
  border-left-color: #ffffff;
}

#main-text .views-field-title .field-content,
#main-text .sidemenu-link a,
#main-text .years span:first-child,
#main-text #posts article header span {
  color: #ffffff;
}

#main-text .body_news_block p,
#main-text .user-inner,
#main-text .content-block {
  color: rgba(255, 255, 255, 0.85);
}

#main-text .views-field-created,
#main-text .item-list .pager,
#main-text .infoDigits,
#main-text .years a {
  color: rgba(255, 255, 255, 0.6);
}

#main-text ol li::before,
#main-text ul li::before,
#main-text h2::before {
  opacity: 0.6;
}
