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

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

        color: #455351;
        font-weight: 500;
        font-size: 17px;
        font-family: "TildaSans", Arial, sans-serif;
}

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

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