#main-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a1a;
  background-color: #fcfcfc;
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 20px;
}
#main-text h1 {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #000000;
  margin: 0 0 24px 0;
  border-bottom: 2px solid #000000;
  padding-bottom: 16px;
}
#main-text h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #000000;
  margin: 36px 0 16px 0;
  padding-left: 12px;
  border-left: 3px solid #d4af37;
}
#main-text h3 {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #222222;
  margin: 28px 0 12px 0;
  text-transform: uppercase;
}
#main-text p {
  margin: 0 0 16px 0;
  text-align: justify;
}
#main-text p + p {
  text-indent: 24px;
  margin-top: -16px;
}
#main-text ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  background-color: #f4f4f4;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
#main-text li {
  position: relative;
  padding: 10px 16px 10px 32px;
  margin: 0;
  font-size: 15px;
  border-bottom: 1px solid #e0e0e0;
}
#main-text li:last-child {
  border-bottom: none;
}
#main-text li::before {
  content: "—";
  position: absolute;
  left: 12px;
  color: #d4af37;
  font-weight: bold;
}
#main-text a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  box-shadow: inset 0 -1px 0 #d4af37;
  transition: background 0.2s ease;
}
#main-text a:hover {
  background-color: rgba(212, 175, 55, 0.15);
}
#main-text .opisanie {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin: 24px 0;
  position: relative;
}
#main-text .opisanie::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #000000, #d4af37);
}
#main-text p:has(a[href*="berdsk"]) {
  font-size: 15px;
  color: #555555;
  background: #f9f9f9;
  padding: 12px 16px;
  border-radius: 4px;
}
