body {
  /* background-color: #f8f8f8; */
  background-image: url(./ClearDayBkgrd.jpg);
  background-size: cover;  
  color: #336699;
  /* min-height: 1000px; */
}

.main {
  max-width: 80%;
  margin: 0 auto;
  padding-left: 40px;
}

.title {
  text-align: center;
  padding-left: 0px;
}

.reception__head {
  border-bottom: 1px solid black;
}

.reception__table {
  border-spacing: 0 5px;
  width: 100%;
}

.contacts__content,
.servicec__list__item,
.work-mode__content,
.reception__table {
  margin-left: 30px;
}


.contacts, .servicec, .work-mode, .reception {
  margin-top: 40px;
}

thead tr th {
  border-bottom: 1px solid black;
  border-collapse: separate;
  border-spacing: 5px 5px;
}

tbody tr td {
  border-bottom: 1px solid gray;
  border-collapse: separate;
  border-spacing: 5px 5px;
  text-align: center;
}

td {
  padding: 0.5rem 0.5rem;
  height: 80px;
  width: 25%;
}

/* tr:not(.reception__head tr):hover {
    background: rgb(228, 224, 224);
  } */

ul .servicec__list__item {
  margin-left: 0px;
  list-style-type: none;
}

ul {
  padding-left: 30px;
}

div.servicec__list__item {
  margin-top: 10px;
}

.reception {
  margin-bottom: 40px;
}

.reception__text {
  margin-bottom: 20px;
  text-indent: 30px;
}