.nav-btn {
  position: fixed;
  width: 100px;
  top: 0;
  right: 0;
  z-index: 2000;
  cursor: pointer;
  transition: all 0.4s;
}

.nav-btn:hover {
  opacity: 0.8;
}

.nav-modal-close {
  width: 100px;
  top: 0 !important;
  right: 0 !important;
}

.nav-modal {
}

.nav-modal-ws-logo {
  position: fixed;
  z-index: 3000;
  width: 199px;
  top: 0;
  left: 0;
}

.nav-modal-content {
  padding: 100px 0 25px;
  max-width: 414px;
  margin: 0 auto;
}

.nav-modal-logo {
  max-width: 430px;
  margin: 0 auto;
}

.nav-modal-menu {
  margin: 30px 0 0;
  text-align: center;
}

.nav-icon {
  margin: 30px auto;
  width: 17px;
}

.nav-modal-menu p {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  background: linear-gradient(180deg, #002a43 0%, #496f94 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav-modal-menu span {
  color: #496f94;
  text-align: center;
  font-family: 'Crimson Text', serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
}

.nav-share p {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  background: var(--text-grade, linear-gradient(180deg, #002a43 0%, #496f94 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.nav-share-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.nav-share-links a {
  max-width: 40px;
}

.nav-copyright {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-top: 200px;
  text-align: center;
  background: var(--text-grade, linear-gradient(180deg, #002a43 0%, #496f94 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .nav-btn {
    width: 65px;
  }

  .nav-modal-close {
    width: 65px;
  }
  .nav-modal-ws-logo {
    width: 133px;
  }

  .nav-modal-content {
    padding: 0;
    width: 100%;
  }

  .nav-modal-logo {
    max-width: 240px;
    margin: 0 auto;
  }

  .nav-modal-menu p {
    font-size: 28px;
  }
  .nav-modal-menu span {
    font-size: 10px;
  }

  .nav-modal-menu {
    margin: 66px 0 20px;
  }

  .nav-icon {
    margin: 20px auto;
    width: 11px;
  }
  .nav-share p {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .nav-copyright {
    font-size: 12px;
    margin-top: 60px;
    /* white-space: nowrap; */
  }
}
