* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
button,
textarea {
  border: 0;
  background: none;
  outline: none;
}

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

ul,
ol {
  list-style: none;
}

::-webkit-scrollbar {
  display: none;
}

html {
  font-size: 16px;
}

body {
  background: #161718;
  font-family: "Inter", sans-serif;
}

.container {
  margin: 0 auto;
  max-width: 1536px;
  padding-left: 1rem;
  padding-right: 1rem;
}

header {
  backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  background-color: rgba(22, 23, 24, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  z-index: 99;
  height: 57px;
}
header .container {
  height: 100%;
}

.header {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__left {
  display: flex;
  align-items: center;
}

.logo {
  display: flex;
  width: 44px;
  filter: grayscale(100%) brightness(1000%);
}
.logo img {
  width: 100%;
}

.header__menu {
  display: flex;
  align-items: center;
  margin-left: 0.75rem;
}
.header__menu li:nth-child(2) a span:nth-child(1) {
  -webkit-mask-image: url(../images/h2.svg);
          mask-image: url(../images/h2.svg);
}
.header__menu li:nth-child(3) a span:nth-child(1) {
  -webkit-mask-image: url(../images/h3.svg);
          mask-image: url(../images/h3.svg);
}
.header__menu li:nth-child(4) a span:nth-child(1) {
  -webkit-mask-image: url(../images/h4.svg);
          mask-image: url(../images/h4.svg);
}
.header__menu li:nth-child(5) a span:nth-child(1) {
  -webkit-mask-image: url(../images/h5.svg);
          mask-image: url(../images/h5.svg);
}
.header__menu li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.25rem;
  font-weight: 600;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-left: 0.25rem;
}
.header__menu li a span:nth-child(1) {
  aspect-ratio: 1/1;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(../images/h1.svg);
          mask-image: url(../images/h1.svg);
  width: 1rem;
  background-color: rgb(149, 152, 157);
}
.header__menu li a span:nth-child(2) {
  margin-left: 0.5rem;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.header__right a {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  height: 2rem;
  font-weight: 700;
  border-radius: 0.625rem;
  background-color: rgb(44, 46, 48);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.header__right a:nth-child(2) {
  color: rgb(29, 31, 32);
  background: #fff;
}

main,
footer {
  margin-left: 14.25rem;
}

.sidebar {
  width: 14.25rem;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  background-color: rgb(22, 23, 24);
  height: 100vh;
  position: fixed;
  display: flex;
  flex-direction: column;
}

.sidebar__column {
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 4rem;
  padding-top: 1rem;
}

.sidebar__block:nth-child(2) {
  margin-top: 10px;
}
.sidebar__block ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.sidebar__block ul li:nth-child(2) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m2.svg);
          mask-image: url(../images/m2.svg);
}
.sidebar__block ul li:nth-child(3) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m3.svg);
          mask-image: url(../images/m3.svg);
}
.sidebar__block ul li:nth-child(4) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m4.svg);
          mask-image: url(../images/m4.svg);
}
.sidebar__block ul li:nth-child(5) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m5.svg);
          mask-image: url(../images/m5.svg);
}
.sidebar__block ul li:nth-child(6) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m6.svg);
          mask-image: url(../images/m6.svg);
}
.sidebar__block ul li:nth-child(7) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m7.svg);
          mask-image: url(../images/m7.svg);
}
.sidebar__block ul li:nth-child(8) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m8.svg);
          mask-image: url(../images/m8.svg);
}
.sidebar__block ul li:nth-child(9) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m9.svg);
          mask-image: url(../images/m9.svg);
}
.sidebar__block ul li:nth-child(10) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m10.svg);
          mask-image: url(../images/m10.svg);
}
.sidebar__block ul li:nth-child(11) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m11.svg);
          mask-image: url(../images/m11.svg);
}
.sidebar__block ul li:nth-child(12) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m12.svg);
          mask-image: url(../images/m12.svg);
}
.sidebar__block ul li:nth-child(13) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m13.svg);
          mask-image: url(../images/m13.svg);
}
.sidebar__block ul li:nth-child(14) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m14.svg);
          mask-image: url(../images/m14.svg);
}
.sidebar__block ul li:nth-child(15) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m15.svg);
          mask-image: url(../images/m15.svg);
}
.sidebar__block ul li:nth-child(16) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m16.svg);
          mask-image: url(../images/m16.svg);
}
.sidebar__block ul li:nth-child(17) a span:nth-child(1) {
  -webkit-mask-image: url(../images/m17.svg);
          mask-image: url(../images/m17.svg);
}
.sidebar__block ul li a {
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  color: #fff;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.sidebar__block ul li a span:nth-child(1) {
  aspect-ratio: 1/1;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(../images/m1.svg);
          mask-image: url(../images/m1.svg);
  width: 1rem;
  background-color: rgb(149, 152, 157);
}
.sidebar__block ul li a span:nth-child(2) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar__title {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: rgb(149, 152, 157);
  line-height: 2rem;
  font-size: 0.813rem;
  font-weight: 600;
}

.search {
  margin-bottom: 0.5rem;
  background-color: rgb(37, 39, 40);
  border-radius: 0.75rem;
  color: rgb(149, 152, 157) !important;
  font-weight: normal !important;
}
.search span:nth-child(1) {
  -webkit-mask-image: url(../images/search.svg) !important;
          mask-image: url(../images/search.svg) !important;
}

.home {
  background-color: rgb(37, 39, 40);
  border-radius: 0.75rem;
}
.home span:nth-child(1) {
  -webkit-mask-image: url(../images/house.svg) !important;
          mask-image: url(../images/house.svg) !important;
  background: #fff !important;
}

.rewards span:nth-child(1) {
  -webkit-mask-image: url(../images/gift.svg) !important;
          mask-image: url(../images/gift.svg) !important;
}

.sidebar__arrow {
  position: sticky;
  bottom: 0px;
  background: #161718;
  padding-bottom: 10px;
}
.sidebar__arrow a {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  border-radius: 0.75rem;
  background-color: rgb(37, 39, 40);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar__arrow a span {
  aspect-ratio: 1/1;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(../images/arrow-to-left.svg);
          mask-image: url(../images/arrow-to-left.svg);
  background: rgb(195, 196, 198);
  width: 0.875rem;
}

main {
  padding: 1rem;
}

.banner {
  display: flex;
  align-items: flex-end;
  height: 300px;
  position: relative;
  background-image: url(../images/banner.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.banner__bottom {
  padding: 1rem;
  backdrop-filter: blur(4px);
  height: 96px;
  background: linear-gradient(rgba(27, 31, 38, 0) 0%, rgba(27, 31, 38, 0.3) 40%, rgba(27, 31, 38, 0.7) 70%, rgba(27, 31, 38, 0.95) 100%);
  width: 100%;
}

.banner__info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.banner__info img {
  aspect-ratio: 1/1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px;
  width: 4rem;
  overflow: hidden;
  border-radius: 0.75rem;
}
.banner__info div {
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #fff;
  font-weight: 700;
}
.banner__info div span:nth-child(2) {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

.menu {
  background-color: rgb(22, 23, 24);
  padding: 0.75rem 0;
  margin-bottom: 0.75rem;
}
.menu ul {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  overflow-y: hidden;
}
.menu ul li a {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  height: 2rem;
  font-size: 0.75rem;
  line-height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 9999px;
  background-color: rgb(37, 39, 40);
  gap: 0.25rem;
}
.menu ul li a img {
  width: 16px;
  aspect-ratio: 1/1;
}
.menu ul li:first-child a {
  background: #fff;
}

.cards__block:nth-child(2) {
  margin-top: 2rem;
}

.cards__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #fff;
  font-weight: 700;
}

.cards__list {
  margin-top: 0.75rem;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 12px;
  display: flex;
}

.cards__item {
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 170px;
  min-width: 170px;
  border-radius: 1rem;
}
.cards__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content {
  padding: 40px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.content__item {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
.content__item strong,
.content__item h1,
.content__item h2,
.content__item h3,
.content__item h4 {
  font-weight: 900;
}
.content__item h1 {
  font-size: 40px;
  margin-bottom: 10px;
}
.content__item h2 {
  font-size: 35px;
  margin-bottom: 10px;
}
.content__item h3 {
  font-size: 27px;
  margin-bottom: 10px;
}
.content__item h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.content__item p,
.content__item .content__table,
.content__item ul,
.content__item ol {
  margin-bottom: 20px;
}
.content__item ol,
.content__item ul {
  padding-left: 50px;
  list-style: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.content__item ol p,
.content__item ul p {
  margin-bottom: 15px;
}
.content__item ul {
  list-style: disc;
}
.content__item h3:last-child,
.content__item ol:last-child,
.content__item p:last-child,
.content__item .content__table:last-child,
.content__item ul:last-child {
  margin-bottom: 0;
}
.content__item.faq .faq__item {
  margin-bottom: 25px;
}
.content__item.faq .faq__item p,
.content__item.faq .faq__item ol,
.content__item.faq .faq__item ul,
.content__item.faq .faq__item .content__table {
  margin-bottom: 15px;
}
.content__item.faq .faq__item p:last-child,
.content__item.faq .faq__item ol:last-child,
.content__item.faq .faq__item ul:last-child,
.content__item.faq .faq__item .content__table:last-child {
  margin-bottom: 0;
}
.content__item.faq .faq__item p:first-child {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 900;
}
.content__item.faq .faq__item:last-child {
  margin-bottom: 0;
}

.content__table table {
  border-collapse: collapse;
}
.content__table td {
  padding: 12px;
  border: 1px solid #fff;
  text-align: left;
  vertical-align: top;
}
.content__table tr:first-child td {
  text-align: center;
  font-weight: 900;
}

.table-left-bold td:first-child {
  font-weight: 900;
}

.table-not-head tr:first-child td {
  text-align: left;
  font-weight: 400;
}

footer {
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  margin-bottom: 1rem;
  background-color: rgb(29, 31, 32);
  border-radius: 1rem;
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__logo {
  width: 147px;
  filter: brightness(0) invert(1);
}
.footer__logo img {
  width: 100%;
}

.footer__btns {
  display: flex;
  gap: 0.75rem;
}
.footer__btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgb(72, 74, 76);
  background: #000;
}
.footer__btns a img {
  width: 92px;
}

.footer__menu {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
}
.footer__menu ul {
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
.footer__menu ul li {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(195, 196, 198);
  font-weight: 500;
}
.footer__menu ul li:first-child {
  color: #fff;
  font-weight: 600;
}

.mobile {
  display: none;
}

@media (max-width: 1919px) {
  .header__menu li a {
    font-size: 14px;
  }
}
@media (max-width: 1025px) {
  .sidebar {
    display: none;
  }
  main,
  footer {
    margin-left: 0;
  }
  main {
    padding: 0;
  }
  footer {
    padding-left: 0;
    padding-right: 0;
  }
  .header__menu {
    display: none;
  }
  .mobile {
    display: block;
  }
  .menu-mobile {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    position: fixed;
    height: 54px;
    box-shadow: 0px -1px 0px 0px hsla(0, 0%, 100%, 0.06);
    background-color: rgb(29, 31, 32);
  }
  .menu-mobile li {
    height: 100%;
  }
  .menu-mobile li:nth-child(2) a {
    color: #fff;
  }
  .menu-mobile li:nth-child(2) a span:nth-child(1) {
    -webkit-mask-image: url(../images/mm2.svg);
            mask-image: url(../images/mm2.svg);
    background-color: #fff;
  }
  .menu-mobile li:nth-child(3) a span:nth-child(1) {
    -webkit-mask-image: url(../images/mm3.svg);
            mask-image: url(../images/mm3.svg);
  }
  .menu-mobile li:nth-child(4) a span:nth-child(1) {
    -webkit-mask-image: url(../images/mm4.svg);
            mask-image: url(../images/mm4.svg);
  }
  .menu-mobile li:nth-child(5) a span:nth-child(1) {
    -webkit-mask-image: url(../images/mm5.svg);
            mask-image: url(../images/mm5.svg);
  }
  .menu-mobile li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.125rem;
    color: rgb(149, 152, 157);
    font-size: 0.625rem;
    font-weight: 600;
  }
  .menu-mobile li a span:nth-child(1) {
    aspect-ratio: 1/1;
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/mm1.svg);
            mask-image: url(../images/mm1.svg);
    width: 1.5rem;
    background-color: rgb(149, 152, 157);
  }
  .search {
    display: flex;
    height: 44px;
    margin-top: 0.75rem;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .search span:nth-child(1) {
    aspect-ratio: 1/1;
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/search.svg);
            mask-image: url(../images/search.svg);
    width: 1rem;
    background: rgb(149, 152, 157);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 0.75rem;
  }
  header {
    height: 48px;
  }
  .banner {
    height: 305px;
    background-image: url(../images/banner-mob.jpg);
  }
  .banner__bottom {
    height: 88px;
    font-size: inherit;
  }
  .banner__info div span:nth-child(2) {
    font-size: 0.625rem;
  }
  .menu ul {
    padding-right: 0.75rem;
    width: calc(100% + 0.75rem);
  }
  .cards__list {
    padding-right: 0.75rem;
    width: calc(100% + 0.75rem);
  }
  .cards__item {
    width: 124px;
    min-width: 124px;
  }
  .content__item ol,
  .content__item ul {
    padding-left: 30px;
  }
  footer {
    padding-bottom: 50px;
  }
  .footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .footer__menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}/*# sourceMappingURL=styles.css.map */