.wrapper, .article-about{
  max-width: 1400px !important;
}

.article-about .article-text{
  max-width: 1000px ;
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: 6px solid  #5a67d820;
}

.comparison-table {
  font-family: 'Segoe UI', Arial, sans-serif;
  margin: 20px 0;
}

.comparison-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.tariff-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  max-width: 380px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.tariff-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.tariff-header {
  padding: 20px;
  text-align: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
}

.tariff-title {
  margin: 0 0 10px 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.tariff-price {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.strong-text {
  font-weight: 700;
  color: #2c3e50;
}

.tariff-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.tariff-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tariff-features {
  padding: 20px;
}

.features-title {
  margin: 0 0 15px 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #667eea;
  padding-bottom: 5px;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-list li {
  margin-bottom: 12px;
  line-height: 1.5;
  color: #444;
  position: relative;
  padding-left: 20px;
}

.features-list li::before {
  content: "•";
  color: #667eea;
  font-weight: 900;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.tariff-actions {
  padding: 15px 20px;
  display: flex;
  gap: 10px;
}

.btn {
  display: inline-block;
  padding: 12px 20px;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background-color 0.3s, transform 0.2s;
}

.btn-primary {
  background-color: #667eea;
  color: white;
  flex: 1;
  margin-bottom: 15px;
}

.btn-primary:hover {
  background-color: #5a67d8;
  transform: translateY(-2px);
}

.btn-secondary {
  background-color: #f8f9fa;
  color: #495057;
  border: 1px solid #dee2e6;
  flex: 1;
}

.btn-secondary:hover {
  background-color: #e9ecef;
  transform: translateY(-2px);
}

/* Адаптивность */
@media (max-width: 768px) {
  .comparison-row {
      flex-direction: column;
      align-items: center;
  }
  
  .tariff-card {
      max-width: 100%;
   
  }
}

.right-sec .project-card .valume {
  color: rgb(0, 0, 0, 0);
  line-height: 10px;
}
.right-sec .project-card .price {
  transform: translateY(-20px);
}


.right-sec .project-card {
  padding: 8px 8px 0px;
  margin-right: 10px;
}