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

table#uslugy {
  border: 1px solid #F15F22;
  margin-bottom: 40px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0px auto;
  background: #ffffff;
  border-radius: 15px;

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

table#uslugy tr {
  border-bottom: 1px solid #F15F22;
}

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

.actiongreen{
    color: #67AF00;
}