.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: auto !important;
}
.header.pinned {
  background-color: #000000;
}
.header.pinned .header-main {
  padding-bottom: 2rem;
}
.header-main {
  max-width: 108.875rem;
  width: 100%;
  margin: 0 auto;
  padding: 4.5625rem 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header-main {
    width: 90%;
    padding: 2rem 0;
  }
}
.header-main .logo {
  width: 25.1875rem;
  height: auto;
}
.header-main .logo img {
  width: 13.625rem;
  height: auto;
  object-fit: contain;
}
.header-main .menu {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .header-main .menu {
    display: none;
  }
}
.header-main .menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 1.5625rem;
  font-family: "Author", sans-serif;
}
.header-main .menu ul li a {
  font-size: 1.2rem;
  line-height: 1.1875rem;
  font-weight: 400;
  color: #fff;
  text-decoration: unset;
}
.header-main .social-craw {
  display: flex;
  gap: 1.625rem;
  align-items: center;
  width: 25.1875rem;
}
@media (max-width: 991px) {
  .header-main .social-craw {
    display: none;
  }
}
.header-main .social-craw .craw {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5625rem;
  font-size: 1rem;
  line-height: 1.0625rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "Special Gothic Expanded One", sans-serif;
  text-decoration: unset;
}
.header-main .social-craw .craw::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjcxMDUgMy45MDgwNEwyLjExODU2IDEyLjVMMC43MDcwMzEgMTEuMDg4NUw5LjI5Nzk5IDIuNDk2NTFIMS43MjYyNVYwLjVIMTIuNzA3VjExLjQ4MDhIMTAuNzEwNVYzLjkwODA0WiIgZmlsbD0iI0ZBNTgwMiIgc3Ryb2tlPSIjRkE1ODAyIi8+Cjwvc3ZnPgo=");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 0.75rem;
  height: 0.75rem;
  display: flex;
}
.header-main .mobile-button {
  background-color: transparent;
  border: unset;
  margin: 0 0 0 auto;
  padding: 0;
  display: none;
}
@media (max-width: 991px) {
  .header-main .mobile-button {
    display: block;
  }
}
.header-main .mobile-button img {
  width: 35px;
  height: 35px;
}
