* {
  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;
}

@font-face {
  font-family: "font-icons";
  src: url("../fonts/font-icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.font-icons {
  font-family: "font-icons";
  font-style: normal;
}

body {
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  background-color: #0f0f14;
}

.container {
  width: calc(100% - 64px);
  margin: 0 auto;
  max-width: 1616px;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  background: #1a1a22;
  position: sticky;
  top: 0;
  z-index: 99;
  height: 64px;
}

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

.header__logo {
  display: flex;
  width: 118px;
  aspect-ratio: 118/16;
}
.header__logo img {
  width: 100%;
  height: 100%;
}

.menu {
  display: flex;
  align-items: center;
  gap: 8px;
}
.menu li:nth-child(1) a {
  background: #282833;
  border-radius: 8px;
}
.menu li:nth-child(1) a .font-icons {
  opacity: 1;
  color: #ffc736;
}
.menu li:last-child a {
  background: #282833;
  border-radius: 8px;
  color: hsla(0, 0%, 100%, 0.4);
}
.menu li:last-child a .font-icons {
  color: hsla(0, 0%, 100%, 0.4);
  opacity: 1;
}
.menu li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  padding: 12px;
  gap: 8px;
  max-height: 44px;
}
.menu li a .font-icons {
  font-size: 24px;
  opacity: 0.3;
}

.font-icons--casino:before {
  content: "\e903";
}

.font-icons--livegames:before {
  content: "\e91e";
}

.font-icons--sport:before {
  content: "\e904";
}

.font-icons--cybersport:before {
  content: "\eb34";
}

.font-icons--search:before {
  content: "\e909";
}

.header__btns {
  display: flex;
  gap: 12px;
}
.header__btns a {
  height: 40px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  background: var(--bg-button-tertiary, transparent);
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  color: #fff;
  min-width: 80px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.header__btns a:nth-child(2) {
  background: #ffc736;
  color: #0f0f14;
  border-color: #ffc736;
}

.sidebar {
  height: calc(100vh - 64px);
  top: 64px;
  left: 0;
  position: fixed;
  width: 240px;
  overflow-y: auto;
  background: #1a1a22;
  padding: 12px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.sidebar__menu {
  gap: 4px;
  display: flex;
  flex-direction: column;
}
.sidebar__menu:nth-child(2) li:nth-child(1) {
  display: grid;
  gap: 4px;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
}
.sidebar__menu:nth-child(2) li a {
  padding: 0;
  overflow: hidden;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  padding: 0 12px;
}
.sidebar__menu:nth-child(2) li a img {
  position: absolute;
  bottom: -18px;
  height: 50px;
  inset-inline-end: -11px;
  position: absolute;
  width: 50px;
}
.sidebar__menu:nth-child(4) li:nth-child(3) a img {
  width: 20px;
  border-radius: 4px;
}
.sidebar__menu:nth-child(5) li a {
  overflow: hidden;
  height: 54px;
}
.sidebar__menu:nth-child(5) li a img {
  height: 54px;
  inset-inline-end: 0;
  position: absolute;
  top: 0;
  width: 54px;
  z-index: 1;
}
.sidebar__menu li a {
  background: #22222b;
  border-radius: 8px;
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 12px;
  gap: 12px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  position: relative;
}
.sidebar__menu li a .font-icons {
  font-size: 20px;
  color: hsla(0, 0%, 100%, 0.4);
}
.sidebar__menu li a .font-icons:nth-child(3) {
  margin-left: auto;
}

.font-icons--promotions:before {
  content: "\e905";
}

.font-icons--vip-club:before {
  content: "\e99c";
}

.font-icons--angle-down-small:before {
  content: "\e916";
}

.font-icons--referral-program:before {
  content: "\e994";
}

.font-icons--jackpot:before {
  content: "\e929";
}

.font-icons--top-parlays:before {
  content: "\e9ba";
}

.font-icons--tournaments:before {
  content: "\e906";
}

.font-icons--bonus-store:before {
  content: "\e91c";
}

.font-icons--bonus-calendar:before {
  content: "\e9ba";
}

.font-icons--our-brands:before {
  content: "\ead7";
}

.font-icons--chats-text:before {
  content: "\e9c8";
}

.font-icons--install-app:before {
  content: "\e90c";
}

.wrap {
  margin-left: 240px;
}

.banner {
  margin: 24px 0;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  height: 500px;
}

.banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner__content {
  position: relative;
  padding: 64px;
  display: flex;
  flex-direction: column;
}
.banner__content p:nth-child(1) {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.banner__content p:nth-child(2) {
  font-size: 54px;
  font-weight: 900;
  margin-top: 24px;
  color: #fff;
  font-family: Unbounded, sans-serif;
  line-height: 1.2;
}
.banner__content a {
  margin-top: 40px;
  border-radius: 8px;
  height: 48px;
  font-size: 16px;
  background: #ffc736;
  color: #0f0f14;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  padding: 0 24px;
}

.dots {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 16px;
  left: calc(50% - 36px);
  bottom: 20px;
}
.dots a {
  background: hsla(0, 0%, 100%, 0.65);
  width: 28px;
  height: 4px;
}
.dots a:nth-child(1) {
  background: #ffc736;
}

.top__menu {
  display: flex;
  overflow-x: auto;
  position: relative;
  background: #1a1a22;
  border-radius: 12px;
  padding: 16px;
  justify-content: space-between;
}
.top__menu li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  height: 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 0 16px;
  color: #fff;
  gap: 12px;
  min-width: -moz-max-content;
  min-width: max-content;
}
.top__menu li a .font-icons {
  font-size: 24px;
  color: #ffc736;
}

.font-icons--slots:before {
  content: "\e91b";
}

.font-icons--new:before {
  content: "\e938";
}

.font-icons--bonus-buy:before {
  content: "\e935";
}

.font-icons--instant-win:before {
  content: "\e92f";
}

.font-icons--table:before {
  content: "\e930";
}

.font-icons--lottery:before {
  content: "\e934";
}

.font-icons--bingo:before {
  content: "\e932";
}

.font-icons--scratch:before {
  content: "\e983";
}

.font-icons--providers:before {
  content: "\e902";
}

.cards {
  margin-top: 32px;
}

.cards__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.font-icons--top:before {
  content: "\e94a";
}

.cards__title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  gap: 8px;
}
.cards__title .font-icons {
  font-size: 32px;
  color: #ffc736;
}

.cards__nav {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cards__nav p {
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.cards__arrows {
  display: flex;
  gap: 8px;
}
.cards__arrows span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 40px;
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  width: 40px;
}
.cards__arrows span .font-icons {
  font-size: 24px;
  color: #fff;
}

.font-icons--angle-left-small:before {
  content: "\e933";
}

.font-icons--angle-right-small:before {
  content: "\e924";
}

.cards__list {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
.cards__list:last-child {
  margin-top: 16px;
}

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

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

.content__item {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}
.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-gold td:first-child {
  font-weight: 900;
}

.footer__menu {
  border-top: 1px solid hsla(0, 0%, 100%, 0.12);
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__menu ul {
  display: flex;
  gap: 8px;
  flex-direction: column;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.footer__menu ul li:nth-child(1) {
  font-weight: 700;
  padding: 0 0 12px 0;
  color: #fff;
  display: block;
  font-size: 16px;
}

.mobile-menu {
  display: none;
}

.burger {
  display: none;
}

@media (max-width: 1919px) {
  .cards__list {
    grid-template-columns: repeat(6, 1fr);
  }
  .cards__item:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 1100px) {
  footer {
    padding-bottom: 40px;
  }
  .sidebar {
    display: none;
  }
  .wrap {
    margin-left: 0;
  }
  .menu {
    display: none;
  }
  .footer__menu {
    justify-content: flex-start;
    gap: 40px 80px;
  }
  .mobile-menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 56px;
    background: #1a1a22;
  }
  .mobile-menu li:first-child a {
    color: #fff;
  }
  .mobile-menu li:first-child a .font-icons {
    color: #ffc736;
  }
  .mobile-menu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: hsla(0, 0%, 100%, 0.65);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    gap: 8px;
    text-align: center;
    text-transform: capitalize;
  }
  .mobile-menu li a .font-icons {
    font-size: 24px;
    height: 24px;
  }
  .font-icons--user:before {
    content: "\e90b";
  }
  .font-icons--menu-left:before {
    content: "\e90d";
  }
  .header-burger-btn__icon.font-icons {
    font-size: 20px;
  }
  .burger {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #22222b;
    border-radius: 8px;
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  header {
    padding: 0 16px;
    height: 56px;
  }
  .header__left {
    gap: 8px;
  }
  .header__logo {
    display: flex;
    width: 32px;
    aspect-ratio: 32/32;
  }
  .header__btns a {
    height: 36px;
    padding: 0 12px;
  }
  .banner {
    margin: 0;
    border-radius: 0;
    height: 320px;
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .container {
    width: calc(100% - 32px);
  }
  .banner__content {
    padding: 40px 16px;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .banner__content p:nth-child(1) {
    font-size: 16px;
  }
  .banner__content p:nth-child(2) {
    font-size: 26px;
    margin-top: 12px;
  }
  .banner__content a {
    margin-top: 24px;
    padding: 0 20px;
  }
  .content__table {
    width: calc(100% + 16px);
    padding-right: 16px;
    overflow-x: auto;
  }
  .top__menu {
    background: none;
    border-radius: 0;
    padding: 0;
    margin-top: 16px;
    width: calc(100% + 16px);
    padding-right: 16px;
  }
  .top__menu li a {
    background: #22222b;
    border-radius: 40px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    margin: 0 1px;
    padding: 0 12px;
  }
  .cards__title {
    font-size: 16px;
    gap: 8px;
  }
  .cards__title .font-icons {
    font-size: 24px;
  }
  .cards__arrows {
    display: none;
  }
  .cards__list {
    display: flex;
    gap: 8px;
    width: calc(100% + 16px);
    padding-right: 16px;
    overflow-x: auto;
  }
  .cards__item {
    width: 32%;
    min-width: 32%;
  }
  .cards__list:last-child {
    margin-top: 8px;
  }
  .content__item ol,
  .content__item ul {
    padding-left: 30px;
  }
  .footer__menu {
    padding: 40px 0 80px;
  }
  .cards {
    margin-top: 24px;
  }
}/*# sourceMappingURL=styles.css.map */