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

table#uslugi {
    border: 1px solid #e5e5e5;
    margin-bottom: 40px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0px auto;
    color: #333333;
    font-weight: 500;
    font-size: 17px;
    font-family: "Nagel", 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: 400;
}
table#uslugi tr td:nth-child(2) {
    white-space: nowrap;
}

.sale {
  color: #79a26f;
}


@media (max-width: 767px) {
table#uslugi tr td {

  font-size: 14px;
  line-height: 21px;

}
