html,
body {
  font-family: TazBlack;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
pre {
  margin: 0;
}

h1,
h2,
h3 {
  line-height: 1;
}

@media screen and (max-width: 960px) {
  h1,
  h2,
  h3 {
    line-height: 1.3;
  }
}

h1 {
  margin-bottom: 26px;
  font: normal 400 100% "TazBlack", sans-serif;
  font-size: 2.875rem;
  line-height: 3rem;
  color: #000;
  letter-spacing: 0.0525rem;
}

/* Header */
.header-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background-color: #fff;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.12);
}
.header-wrap {
  width: 100%;
  height: 100%;
  max-width: 1172px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
}
.logo-link {
  width: 100%;
  max-width: 63px;
  margin-top: 5px;
}
.logo {
  width: 100%;
  height: 100%;
}
.hamburger_menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  margin: 0 6px;
  height: 100%;
}
.hamburger_menu__item {
  width: 20px;
  height: 2px;
  background-color: #5c5c5c;
  margin: 2px 0;
}
.nav {
  width: max-content;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.12);
}
.nav-link {
  padding: 18px 16px;
  font-size: 21px;
  line-height: 1.1875rem;
  color: #000;
  letter-spacing: 0.020625rem;
  text-transform: uppercase;
  font-family: TazBlack;
}
.nav-link:hover {
  cursor: pointer;
}
.nav-link-plus {
  background-color: rgb(247, 147, 30);
}
.nav-link:nth-child(3) {
  box-shadow: inset 0 -3px 0 0 #d22328;
}
.nav-link:nth-child(4) {
  box-shadow: inset 0 -3px 0 0 #f5a528;
}
.nav-link:nth-child(5) {
  box-shadow: inset 0 -3px 0 0 #40b14d;
}
.nav-link:nth-child(6) {
  box-shadow: inset 0 -3px 0 0 #efc10d;
}
.nav-link:nth-child(7) {
  box-shadow: inset 0 -3px 0 0 #297af6;
}
.nav-link:nth-child(8) {
  box-shadow: inset 0 -3px 0 0 #9757f6;
}
.logo-link-oranz {
  width: 100%;
  max-width: 44px;
  height: 100%;
  margin-left: 16px;
}
.logo-link-shopaj {
  width: 100%;
  max-width: 45px;
  height: 100%;
  margin-left: 16px;
  margin-right: 9px;
}
.top-mob,
.bottom-mob {
  display: flex;
  background-color: #fff;
}
.top-mob {
  padding: 0 16px;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.12);
}
.nav-link-admiral {
  display: none;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5a528;
  z-index: 30;
  text-align: center;
  transition: all 0.4s ease-in-out;
  display: none;
  opacity: 0;
}

.close {
  position: absolute;
  right: 10%;
  top: 10%;
  z-index: 40;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text a {
  text-decoration: underline;
  color: #fff;
}

@media screen and (max-width: 1680px) {
  .header-top {
    height: 48px;
  }
  .header-wrap {
    max-width: 1002px;
  }
  .logo-link {
    max-width: 53px;
  }
  .nav-link {
    padding: 11px 10px 16px 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .header-top {
    height: 48px;
  }
  .header-wrap {
    max-width: 446px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .logo-link {
    max-width: 47px;
    margin: 5px 0;
  }
  .top-mob {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 5px;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.12);
  }
  .nav-link {
    font-size: 16px;
    padding: 12px 11px;
    text-transform: capitalize;
  }
  .nav-link-plus {
    display: none;
  }
  .nav-link-admiral {
    display: block;
  }
  .admiral-wrap {
    height: 43px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    padding: 12px 11px;
  }
  .navigation_drawer__external_img {
    max-width: 65px;
  }
  .admiral-godine {
    width: 24px;
    height: 42px;
    font-family: "Taz", sans-serif;
    font-size: 1rem;
    line-height: 2.63;
    letter-spacing: 0.29px;
    color: rgba(0, 0, 0, 0.64);
  }
  .nav {
    overflow: scroll;
  }
  .nav::-webkit-scrollbar {
    display: none;
  }
  .example {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
