.header-third {
  margin-bottom: 25px;
  position: relative;
  z-index: 99;
}
@media (max-width: 990px) {
  .header-third {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgb(25, 30, 39) 0%, rgb(33, 38, 49) 100%);
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.header-third__wrap {
  position: relative;
  height: 340px;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 0 20px;
}
@media (max-width: 990px) {
  .header-third__wrap {
    height: auto;
    margin: 0;
  }
}
.header-third__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-third__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-third__logo img {
  max-width: 120px;
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  object-fit: contain;
}
@media (max-width: 990px) {
  .header-third__logo img {
    height: 20px;
  }
}
.header-third__bg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 990px) {
  .header-third__bg {
    display: none;
  }
}
.header-third__container {
  z-index: 2;
  padding: 30px 0;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .header-third__container {
    padding: 0;
  }
}
.header-third__btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  max-width: 220px;
  margin-left: auto;
}
.header-third__btn a {
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.29), inset 0 2px 4px rgba(255, 255, 255, 0.34);
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .header-third__btn a {
    max-width: 200px;
    padding: 6.5px 15px;
  }
}
.header-third__btn a:hover {
  color: #fff;
}
.header-third__bonus {
  margin-right: 150px;
  max-width: 500px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  margin-left: auto;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .header-third__bonus {
    display: none;
  }
}
.header-third__bonus p {
  color: #f3b540;
  width: 100%;
  box-sizing: border-box;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 76px;
  line-height: 93px;
}
.header-third__bonus p:nth-child(1) {
  margin-bottom: -15px;
  text-align: left;
}
.header-third__bonus p:nth-child(2) {
  text-align: right;
}
.header-third__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 990px) {
  .header-third__bottom {
    display: none;
  }
}
.header-third__bottom a {
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.29), inset 0 2px 4px rgba(255, 255, 255, 0.34);
  width: 100%;
  max-width: 240px;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  color: #fff;
  text-align: center;
}
.header-third__nav {
  padding: 0 20px;
}
@media (max-width: 990px) {
  .header-third__nav {
    display: none;
    position: fixed;
    background: linear-gradient(180deg, rgba(25, 30, 39, 0.95) 0%, rgba(33, 38, 49, 0.95) 100%);
    box-shadow: 8px 0 14px rgba(0, 0, 0, 0.19), inset 0 1px 4px #FFF;
    backdrop-filter: blur(8px);
    left: 0;
    width: 100vw;
    z-index: 999;
    box-sizing: border-box;
    top: 53.8px;
    height: calc(100vh - 53.8px);
    padding: 35px 15px 15px 15px;
  }
}
.header-third__nav ul {
  display: grid;
  list-style-type: none;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 25px;
}
@media (max-width: 1400px) {
  .header-third__nav ul {
    grid-gap: 15px;
  }
}
@media (max-width: 990px) {
  .header-third__nav ul {
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px 15px;
  }
}
.header-third__nav img {
  margin-right: 5px;
}
.header-third__nav a {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  color: #DEDEDE;
  background: linear-gradient(180deg, rgba(25, 30, 39, 0.6) 0%, rgba(33, 38, 49, 0.6) 100%);
  box-shadow: 8px 0 14px rgba(0, 0, 0, 0.19), inset 0 1px 4px #FFF;
  backdrop-filter: blur(8px);
  border-radius: 18px;
}
@media (max-width: 1400px) {
  .header-third__nav a {
    padding: 15px;
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .header-third__nav a {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: none;
  }
}
.header-third__nav a svg {
  margin-right: 10px;
}
@media (max-width: 1400px) {
  .header-third__nav a svg {
    margin-right: 5px;
  }
}
@media (max-width: 990px) {
  .header-third__nav a svg {
    margin: 0 0 5px 0;
  }
}

.header-panel {
  display: none;
}
@media (max-width: 990px) {
  .header-panel {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 1px 2px #FFF;
    border-radius: 16px 16px 0 0;
    padding: 12px 20px;
    background: #171b23;
    z-index: 99;
  }
}
.header-panel__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-panel a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-panel__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
}
.header-panel__menu svg:last-child {
  display: none;
}
.header-panel__active svg:first-child {
  display: none;
}
.header-panel__active svg:last-child {
  display: block;
}

@media (max-width: 990px) {
  main {
    margin-top: 75px;
  }
}

/*# sourceMappingURL=header-3.css.map */
