

/* Start:/o-kompanii/style.css?17761065152052*/
.company-hero {
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #fff;
  text-align: center;
}
.container-width{
  max-width: 1900px;
}
.company-hero h1 {
  font-size: 42px;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

/* --- Основной текст --- */
.company-intro,
.company-history,
.company-support {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}

.company-intro {
  padding: 60px 40px;
}
.company-intro p {
  max-width: 1900px;
  margin: 0 auto;
  text-align: justify;
}

.company-history {
  background: #f7f7f7;
  padding: 60px 0;
}
.company-history h2 {
  text-align: center;
  margin-bottom: 40px;
}
.history-item {
  max-width: 1100px;
  margin: 0 auto 30px;
  border-left: 4px solid #d00000;
  padding-left: 20px;
}
.history-item h3 {
  color: #d00000;
  font-size: 22px;
  margin-bottom: 8px;
}
.history-item p {
  margin: 0;
  color: #444;
}

.company-support {
  padding: 60px 0;
}
.company-support h2 {
  text-align: center;
  margin-bottom: 30px;
}
.company-support ul {
  list-style: none;
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 0;
}
.company-support li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}
.company-support li::before {
  content: "✔";
  color: #d00000;
  position: absolute;
  left: 0;
  top: 0;
}

.company-support .cta {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
.company-support .cta p {
  margin-bottom: 10px;
}

.seo-link {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #e53935; /* более мягкий красный */
    text-underline-offset: 3px; /* отступ подчеркивания */
}

.seo-link:hover {
    color: #e53935;
}
.company-intro ul li::marker {
    color: #e53935;
}

/* --- Адаптив --- */
@media (max-width: 768px) {
  .company-hero {
    padding: 60px 0;
  }
  .company-hero h1 {
    font-size: 30px;
  }
  .company-intro,
  .company-history,
  .company-support {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* End */
/* /o-kompanii/style.css?17761065152052 */
