/*стили для таблицы прайса*/

table#uslugi {
  border: 1px solid #e5e5e5;
  margin-bottom: 40px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0px auto;

    }

table#uslugi tr {
  border-bottom: 1px solid #e8e8e8;
}

table#uslugi tr td {
  padding: 8px 12px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-family: CentraleSans;
}

table#uslugi .name_uslug{
    background: #e8366a; 
    color: #fff; 
    text-align: center; 
    text-transform: uppercase; 
    font-weight: bold;
}
