@charset "UTF-8";
/* ----- Верхняя навигация ----- */
.main-nav {
  width: 782px;
  margin-left: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-nav a:hover {
  text-decoration: none;
  color: #2dc964;
}

.main-nav .active {
  color: #2dc964;
}

.tel-link {
  font: 700 18px "Futura New", sans-serif;
  letter-spacing: -.04em;
  color: #1b1b1b;
  cursor: default;
}

.tel-link:hover {
  text-decoration: none;
}

.header__top .main-nav.list > li:last-child > a:not(:hover) {
  color: #000;
}

.header__top .main-nav.list > li:last-child > a {
  font-weight: bold;
}

@media screen and (max-width: 1321px) {
  .main-nav {
    width: 782px;
  }
}
