.site-header,
.site-header.scrolled {
  border-bottom-color: rgba(255, 255, 255, 0.12);
  background: rgba(6, 27, 53, 0.96);
  box-shadow: 0 9px 30px rgba(4, 18, 36, 0.12);
}

.logo {
  display: inline-flex;
  width: 176px;
  height: 48px;
  align-items: center;
}

.logo img {
  display: block;
  width: 176px;
  height: auto;
}

.main-nav {
  margin-left: 76px;
  gap: 46px;
}

.main-nav a,
.header-contact > a:first-child {
  color: #fff;
}

.main-nav a:hover {
  color: #82b2ff;
}

.main-nav a::after {
  background: #68a1ff;
}

.nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: #075ee8;
}

.footer .logo {
  width: 198px;
  height: auto;
}

.footer .logo img {
  width: 198px;
}

@media (max-width: 1180px) {
  .main-nav {
    margin-left: 45px;
    gap: 30px;
  }
}

@media (max-width: 820px) {
  .logo,
  .logo img {
    width: 143px;
  }

  .menu-button i {
    background: #fff;
  }

  .menu-button {
    position: absolute;
    top: 11px;
    right: 18px;
    z-index: 2;
  }

  .main-nav {
    margin-left: 0;
    background: #061b35;
  }

  .main-nav a {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }
}
