/* Навигация */
.nav-list
{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
}

.nav-list li
{
  height: 1vh;
  list-style: none;
  padding-right: 20px;
}

.nav-list a
{
  background-color: rgba(255, 255, 255, 0);
}

.nav-tel
{
  width: auto;
  height: 2vh;
  font-size: 1.2em;
  font-weight: lighter;
  font-family: 'Roboto Regular';
}