/* Основные стили для таблицы */
/* Базовые стили */
.materials-table-clean {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Cera Pro', sans-serif;
  color: #4d473a;
}

.table-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #4d473a;
  letter-spacing: -0.5px;
}

.table-scroll-container {
  overflow-x: auto;
  margin: 0 auto;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* Стили таблицы */
.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background: white;
  min-width: 800px;
}

.price-table th {
  background-color: white;
  padding: 16px 12px;
  text-align: center;
  font-weight: 600;
  border-bottom: 2px solid #f0f0f0;
  color: #4d473a;
  position: sticky;
  top: 0;
}

.price-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
  vertical-align: middle;
}

/* Специальные стили ячеек */
.material-cell {
  text-align: left;
  min-width: 180px;
}

.material-name {
  font-weight: 500;
  color: #4d473a;
  position: relative;
  padding-left: 12px;
}

.material-name::before {
  content: "•";
  color: #d4a762;
  position: absolute;
  left: 0;
  top: 1px;
}

.specs-cell {
  color: #4d473a;
  opacity: 0.8;
  text-align: left;
  max-width: 200px;
  font-size: 14px;
  line-height: 1.4;
}

.price-cell {
  font-weight: 500;
  min-width: 100px;
}

.highlight {
  background-color: #f9f5f0;
  font-weight: 600;
}

/* Подвал */
.table-footer {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #4d473a;
  opacity: 0.7;
}

/* Адаптация */
@media (max-width: 768px) {
  .materials-table-clean {
    padding: 30px 15px;
  }
  
  .table-title {
    font-size: 22px;
  }
  
  .price-table th, 
  .price-table td {
    padding: 12px 8px;
    font-size: 14px;
  }
  
  .material-name {
    padding-left: 8px;
  }
}

/* СТИЛИ ТАБЛИЦЫ - НАЧАЛО */
.materials-table-clean {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Cera Pro', sans-serif;
  color: #4d473a;
}

.table-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #4d473a;
}

.table-scroll-container {
  overflow-x: auto;
  margin: 0 auto;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background: white;
  min-width: 800px;
}

.price-table th {
  background-color: white;
  padding: 16px 12px;
  text-align: center;
  font-weight: 600;
  border-bottom: 2px solid #f0f0f0;
  color: #4d473a;
  position: sticky;
  top: 0;
}

.price-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
  vertical-align: middle;
}

.material-cell {
  text-align: left;
  min-width: 180px;
}

.material-name {
  font-weight: 500;
  color: #4d473a;
  position: relative;
  padding-left: 12px;
}

.material-name::before {
  content: "•";
  color: #d4a762;
  position: absolute;
  left: 0;
  top: 1px;
}

.specs-cell {
  color: #4d473a;
  opacity: 0.8;
  text-align: left;
  max-width: 200px;
  font-size: 14px;
  line-height: 1.4;
}

.price-cell {
  font-weight: 500;
  min-width: 100px;
}

.highlight {
  background-color: #f9f5f0;
  font-weight: 600;
}

.table-footer {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #4d473a;
  opacity: 0.7;
}

/* СТИЛИ ДЛЯ ТАБЛИЦЫ УФ ПЕЧАТИ */
.pricing-table {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: 'Cera Pro', sans-serif;
}

.table-header {
  text-align: center;
  margin-bottom: 40px;
}

.table-header h2 {
  font-size: 36px;
  font-weight: 600;
  color: #4d473a;
  margin: 0;
  letter-spacing: -0.5px;
}

.table-wrapper {
  background: #ffffff;
  border-radius: 12px;
  padding: 2px;
  box-shadow: 0 4px 20px rgba(77, 71, 58, 0.1);
  overflow: hidden;
}

.pricing-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-weight: 500;
  color: #4d473a;
  background: #ffffff;
  min-width: 1000px;
}

.pricing-table th {
  background: #f8f7f4;
  padding: 20px 16px;
  text-align: center;
  font-weight: 600;
  border-bottom: 2px solid #e8e3db;
  color: #4d473a;
}

.material-col {
  text-align: left !important;
  padding-left: 30px !important;
}

.pricing-table td {
  padding: 18px 16px;
  border-bottom: 1px solid #f5f3ef;
  text-align: center;
  vertical-align: middle;
}

.material-name {
  text-align: left;
  font-weight: 500;
  padding-left: 30px;
  color: #4d473a;
}

.best-price {
  background: #f8f6f2 !important;
  font-weight: 600;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
  .pricing-table {
    margin: 40px auto;
    padding: 0 15px;
  }
  
  .table-header h2 {
    font-size: 28px;
  }
  
  .pricing-table table {
    font-size: 15px;
  }
}


}
/* СТИЛИ ТАБЛИЦЫ - КОНЕЦ */



