body {
  margin: 0;
  padding: 60px;
  font-family: 'Open Sans', sans-serif;
  background-color: #000;
  color: #333;
}

a {
  color: #555;
  text-decoration: none;
}

.logo {
  margin: 0;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 3em;
}

.navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
  display: flex;
}

.navigation__item {
  margin-right: 30px;
}

.navigation__item--last {
  margin-right: 0;
}

.navigation__link {
  font-weight: 800;
}

.item {
  margin-bottom: 40px;
}

.item__title {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 5px;
}

.item__service {
  font-size: .8em;
}

.loading {
  font-size: .9em;
}
