header {
  width: 100%;
  top: 0;
  left: 0;
  background: #1A131A;
  padding: 15px 0;
  z-index: 99;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 20px 20px 0px 0px;
}
@media (min-width: 992px) {
  header {
    padding: 20px 0;
  }
}
header .atag:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(62%) sepia(11%) saturate(1438%) hue-rotate(350deg) brightness(90%) contrast(83%);
          filter: brightness(0) saturate(100%) invert(62%) sepia(11%) saturate(1438%) hue-rotate(350deg) brightness(90%) contrast(83%);
}
header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
header nav .logo {
  width: 100%;
  max-width: 60px;
}
@media (min-width: 767px) {
  header nav .logo {
    max-width: 70px;
  }
}
@media (min-width: 1600px) {
  header nav .logo {
    max-width: 80px;
  }
}
header nav .logo figure {
  margin: 0;
  padding-bottom: 100%;
}
header nav .logo figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header nav .header-menu {
  width: 100%;
  max-width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header nav .header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style-type: none;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin: 0;
  padding: 0;
}
@media (min-width: 767px) {
  header nav .header-menu ul {
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
}
@media (max-width: 768px) {
  header nav .header-menu ul .btn .image-span {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  header nav .header-menu ul .btn {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  header nav .header-menu ul .btn .image-span {
    width: 18px;
  }
}
@media (max-width: 768px) {
  header nav .header-menu ul .btn .btn-text {
    display: none;
  }
}
header .boxxwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
@media (min-width: 992px) {
  header .boxxwrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
header .boxxwrap span {
  color: #AF8860;
  display: block;
  font-size: 16px;
}
@media (min-width: 767px) {
  header .boxxwrap span {
    font-size: 18px;
  }
}
header .boxxwrap .atag {
  color: #C6C6C6;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 767px) {
  header .boxxwrap .atag {
    font-size: 18px;
  }
}
header .boxxwrap figure {
  margin-bottom: 0;
}
header .boxxwrap figure img {
  width: 40px;
}
@media (min-width: 767px) {
  header .boxxwrap figure img {
    width: 52px;
  }
}
@media (max-width: 767px) {
  header .boxxwrap .link {
    display: none;
  }
}