html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #020100;
  display: flex;
  flex-direction: column;
  color: #fff;
}

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

a {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
}

img {
  border-style: none;
  max-width: 100%;
  max-height: 100%;
}

/* Основная структура */
.wrapper {
  display: flex;
}

.wrapper-left {
  width: 230px;
  flex-shrink: 0;
  background: #131a2d;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}

.wrapper-left__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 0px;
  top: 0;
  width: 230px;
  padding: 10px 8px;
  z-index: 1000;
  height: 60px;
}

.wrapper-left__inner {
  overflow: auto;
  height: 100%;
  padding: 0 8px 160px;
  margin-top: 60px;
}

.wrapper-left__inner::-webkit-scrollbar {
  width: 5px;
}

.wrapper-left__inner::-webkit-scrollbar-thumb {
  background: rgba(118, 151, 244, 0.5);
  border-radius: 10px;
}

.wrapper-left__inner::-webkit-scrollbar-track {
  margin: 5px;
  background: var(--mc-bg700);
  border-radius: 10px;
}

.wrapper-right {
  padding: 0 8px 0 238px;
  width: 100%;
}

/* Логотип */
.logo {
  display: flex;
  justify-content: center;
  height: 24px;
}

.logo__img {
  max-width: 225px;
  object-fit: cover;
}

/* Кнопка выхода */
.button-out {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  transform: scaleX(-1);
}

.button-out__img {
  width: 100%;
  height: 100%;
}

/* Блоки левого меню */
.wrapper-left__block {
  background: rgba(48, 62, 100, 0.4);
  border-radius: 8px;
  line-height: 1;
}

.wr-block {
  margin-top: 8px;
}

.wr-block_trans {
  background: transparent;
}

.wr-block__title {
  color: #8194c8;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wr-block__item {
  padding: 12px 16px;
  display: flex;
  align-items: center;
}

.wr-block__text {
  font-size: 14px;
}

.wr-block__icon {
  margin-right: 8px;
}

.wr-block__icon_flag {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

/* Шапка */
.header {
  position: fixed;
  left: 230px;
  top: 0;
  width: calc(100% - 230px);
  padding: 10px 0;
  background-color: #000;
  z-index: 1000;
}

.header__overlay {
  opacity: 0.5;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 11;
  background: rgba(45, 52, 54, 0.95);
  top: 0;
  left: 0;
}

.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 10px;
}

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

.header__right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* Поиск */
.search {
  color: #7886ab;
  background: #242d48;
  font-size: 16px;
  border-radius: 8px;
  height: 40px;
  padding: 8px;
  width: 98%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 8px;
}

.search-field {
  flex: 1;
}

.search-icon {
  width: 16px;
  height: 16px;
}

/* Авторизация */
.header-auth {
  display: flex;
  align-items: center;
}

.header-auth__in {
  border: 2px solid #00b6ef;
  height: 40px;
  min-width: 82px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 10px;
}

.header-auth__register {
  background: linear-gradient(
    120deg,
    #00b6ef 0%,
    #00b6ef 30%,
    #75acff 50%,
    #00b6ef 70%,
    #00b6ef 100%
  );
  background-size: 400%;
  height: 40px;
  display: grid;
  grid-column-gap: initial;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  padding: 4px 8px;
  box-shadow: none;
  border: none;
  border-radius: 8px;
  position: relative;
  color: #fff;
}

/* Основной контент */
.main {
  margin-top: 60px;
}

/* Интро блоки */
.intro {
  display: flex;
  max-height: 400px;
}

.intro__block {
  margin-right: 12px;
  height: 250px;
  padding: 20px;
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  text-decoration: none;
  background: #131a2d;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}

.intro__block:last-child {
  margin-right: 0px;
}

.intro__img {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: right;
}

.intro-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.intro-block__plash {
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  content: "";
  display: flex;
  gap: 4px;
  align-items: center;
  min-height: 19px;
  padding: 1px 8px;
  line-height: 1;
  border-radius: 10px;
  background: #401166;
  z-index: 100;
}

.intro-block__icon {
  width: 12px;
  height: 12px;
}

.intro-block__content {
  z-index: 100;
}

.intro-block__fiol {
  color: #cd7dfc;
  font-size: 16px;
  margin-bottom: 5px;
}

.intro-block__title {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}

.intro-block__btn {
  z-index: 100;
}

/* Кнопки */
.btn {
  min-height: 40px;
  display: grid;
  grid-column-gap: initial;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  padding: 4px 8px;
  background: linear-gradient(180deg, #00b6ef 0%, #75acff 100%);
  box-shadow: none;
  border: none;
  border-radius: 8px;
  text-align: center;
  position: relative;
}

/* Категории */
.categories {
  padding: 9px 24px;
  overflow: auto;
}

.categories::-webkit-scrollbar {
  height: 3px;
  width: 30px;
}

.categories::-webkit-scrollbar-thumb {
  background: rgba(118, 151, 244, 0.5);
  border-radius: 10px;
}

.categories::-webkit-scrollbar-track {
  margin: 5px;
  background: #131a2d;
  border-radius: 10px;
}

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

.categories__button {
  display: flex;
  align-items: center;
  transition: 0.2s;
  justify-content: center;
  border-radius: 8px 8px 0 0;
  padding: 12px;
  font-size: 16px;
  margin-right: 18px;
  white-space: nowrap;
}

.categories__button:last-child {
  margin-right: 0px;
}

.categories__button_active {
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}

.categories__icon {
  margin-right: 15px;
  height: 16px;
  flex-shrink: 0;
  fill: #fff;
}

.categories__text {
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

/* Игры */

.gam-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

.gam__title {
  font-weight: 400;
  font-size: 20px;
}

.gam-nav {
  display: flex;
  align-items: center;
}

.gam-nav__count {
  margin: 0 12px 0 0;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  padding: 3px 12px;
  background: rgba(35, 46, 74, 0.6);
  border-radius: 60px;
  line-height: 1;
}

.gam-nav__btn {
  transition: background 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--wlc-navi-button-size, 24px);
  height: var(--wlc-navi-button-size, 24px);
  color: var(--mc-baseMain);
  background: rgba(35, 46, 74, 0.6);
  outline: none;
  border-radius: 20px;
  border: none;
  box-shadow: none;
}

.gam-nav__btn_first {
  background: rgba(35, 46, 74, 0.4);
  transform: rotate(180deg);
  margin-right: 5px;
}

.gam-nav__icon {
  width: 16px;
  height: 16px;
}

.gam__content {
  display: flex;
  align-items: stretch;
  margin: 0 -8px;
}

.gam__gam {
  position: relative;
  height: 218px;
  width: calc(16.666% - 16px);
  margin: 0 8px;
}

.gam__img {
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
}

/* Провайдеры */
.prov {
  margin: 20px 0 0 0;
  overflow: auto;
  width: 100%;
}

.prov__title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 20px;
}

.prov__content {
  overflow: auto;
  padding-bottom: 10px;
  display: flex;
  align-items: stretch;
}

.prov__content::-webkit-scrollbar {
  height: 3px;
  width: 30px;
}

.prov__content::-webkit-scrollbar-thumb {
  background: rgba(118, 151, 244, 0.5);
  border-radius: 10px;
}

.prov__content::-webkit-scrollbar-track {
  margin: 5px;
  background: #131a2d;
  border-radius: 10px;
}

.prov__item {
  font-size: 2rem;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-shadow: 0 1px 0px #364a7d;
  font-weight: 700;
  text-decoration: none;
  background: #131a2d;
  border-radius: 10px;
  margin-right: 16px;
}

.prov__item:last-child {
  margin-right: 0;
}

.prov__icon {
  height: 37.2px;
}

/* Футер */
.footer {
  padding: 40px 0;
  background: transparent;
}

.footer-top {
  display: flex;
  align-items: flex-start;
}

.footer-top__left {
  max-width: 40%;
  width: 100%;
  flex-shrink: 0;
  margin-right: 20px;
}

.footer-top__line {
  display: flex;
  align-items: center;
}

.footer-top__logo {
  height: 30px;
  margin-right: 30px;
}

.footer-logo {
  height: 100%;
  width: 100%;
}

.footer-icons {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-icons__icon {
  height: 32px;
  margin-right: 20px;
}

.footer-icons__icon:last-child {
  margin-right: 0;
}

.footer-top__right {
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
}

.footer-top__block {
  margin: 0 10px;
}

.footer-top__link {
  font-size: 12px;
  margin: 0 0 15px 0;
  display: block;
}

.footer-text {
  color: #454c60;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 1.45;
  margin-top: 20px;
}

.block_payments {
  margin: 20px 0;
}

.icon-list__wrapper {
  display: flex;
  align-items: center;
}

.icon-list__wrapper svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  color: #fff;
  fill: #8194c8;
  height: 32px;
  width: auto;
}

.wp {
  margin: 20px 10px;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .wp {
    flex-shrink: 0;
    height: 20px;
  }
  .wrapper-right {
    padding: 0 8px;
    padding-left: 8px;
  }
  .gam__content {
    flex-wrap: wrap;
  }
  .gam__gam {
    margin: 8px 8px;
    width: calc(20% - 16px);
  }
  .header {
    left: 0;
    width: 100%;
  }
  .wrapper-left {
    display: none;
  }
  .icon-list__wrapper {
    overflow-x: scroll;
  }
  .icon-list__wrapper::-webkit-scrollbar {
    height: 5px;
  }
  .icon-list__wrapper::-webkit-scrollbar-track {
    background: #131a2d;
    border-radius: 10px;
  }
  .icon-list__wrapper::-webkit-scrollbar-thumb {
    background: rgba(118, 151, 244, 0.5);
    border-radius: 10px;
  }
}

@media (max-width: 850px) {
  .categories__button {
    flex-direction: column;
    align-items: center;
  }
  .categories__icon {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .header-auth__register {
    font-size: 14px;
    height: 35px;
    padding: 4px 6px;
    min-width: 70px;
  }
  .prov__item {
    width: 100px;
    flex-shrink: 0;
  }
  .header-auth__in {
    font-size: 14px;
    height: 35px;
    min-width: 60px;
    padding: 4px 6px;
  }
  .main {
    margin-top: 60px;
  }
  .search {
    width: 150px;
    font-size: 14px;
    padding: 6px;
    margin-right: 6px;
  }
  .intro__block {
    margin-right: 8px;
    height: 200px;
    padding: 15px;
  }
  .intro-block__title {
    font-size: 24px;
  }
  .intro-block__fiol {
    font-size: 14px;
  }
  .logo {
    max-width: 207px;
  }
  .footer-top {
    flex-wrap: wrap;
  }
  .footer-top__left {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: inherit;
  }
  .gam__gam {
    margin: 8px 8px;
    width: calc(25% - 16px);
  }
  body {
    padding-bottom: 80px;
  }
  .logo__img {
    max-width: 225px;
    object-fit: cover;
  }
  .intro-block_two {
    display: flex;
  }
  .intro-block {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .categories__button {
    padding: 12px 8px;
    margin-right: 12px;
  }
  .categories__icon {
    height: 18px;
  }
  .categories__text {
    font-size: 12px;
  }
  .gam__gam {
    margin: 8px 8px;
    width: calc(33.333% - 16px);
  }
  .search {
    width: 120px;
    font-size: 13px;
    padding: 5px;
  }
  .header-auth {
    gap: 6px;
  }
  .header-auth__register,
  .header-auth__in {
    font-size: 12px;
    height: 32px;
    min-width: 55px;
    padding: 3px 5px;
  }
  .intro__block {
    height: 180px;
    padding: 12px;
  }
  .intro-block__title {
    font-size: 20px;
  }
  .intro-block__fiol {
    font-size: 13px;
  }
}

@media (max-width: 467px) {
  .footer-top__right {
    flex-direction: column;
  }
  .footer-top__block {
    width: 100%;
    margin-bottom: 20px;
  }
  .intro {
    flex-direction: column;
  }
  .intro__block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

@media (max-width: 420px) {
  .gam__gam {
    margin: 6px 6px;
    width: calc(50% - 12px);
  }
  .search {
    width: 98%;
    font-size: 12px;
    padding: 4px;
  }
  .header-auth__register,
  .header-auth__in {
    font-size: 11px;
    height: 30px;
    min-width: 50px;
    padding: 2px 4px;
  }
  .intro__block {
    height: 160px;
    padding: 10px;
  }
  .intro-block__title {
    font-size: 18px;
  }
  .intro-block__fiol {
    font-size: 12px;
  }
  .categories__button {
    padding: 10px 6px;
    margin-right: 10px;
    font-size: 14px;
  }
  .categories__icon {
    height: 16px;
  }
  .categories__text {
    font-size: 11px;
  }
  .container {
    padding: 0 10px;
  }
}

@media (max-width: 360px) {
  .header__wrap {
    padding: 0 5px;
  }
  .search {
    width: 80px;
    font-size: 11px;
    padding: 3px;
  }
  .header-auth__register,
  .header-auth__in {
    font-size: 10px;
    height: 28px;
    min-width: 45px;
    padding: 2px 3px;
  }
  .intro__block {
    height: 140px;
    padding: 8px;
  }
  .intro-block__title {
    font-size: 16px;
  }
  .intro-block__plash {
    font-size: 9px;
    padding: 1px 6px;
  }
  .categories__button {
    padding: 8px 4px;
    margin-right: 8px;
  }
  .gam__gam {
    margin: 4px 4px;
    width: calc(50% - 8px);
    height: 180px;
  }
  .prov__item {
    width: 80px;
  }
  .container {
    padding: 0 5px;
  }
}

section {
  background: #131a2d;
  padding: 40px 0;
  margin: 30px 0;
  border-radius: 10px;
}

h1,
h2 {
  color: #00b6ef;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

h3 {
  color: #8194c8;
  font-size: 20px;
  margin: 25px 0 15px;
  font-weight: 600;
}

p {
  color: #fff;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: justify;
}

ul {
  margin: 15px 0 25px 20px;
  padding: 0;
  list-style: none;
}

li {
  margin-bottom: 8px;
  color: #7886ab;
  position: relative;
  list-style: none;
}

li::before {
  content: "✓";
  color: #00b6ef;
  font-weight: bold;
  position: absolute;
  left: -20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #242d48;
  border-radius: 8px;
  overflow: hidden;
}

table th {
  background: #131a2d;
  color: #00b6ef;
  padding: 12px;
  text-align: left;
  font-weight: 600;
}

table td {
  padding: 12px;
  border-bottom: 1px solid #131a2d;
  color: #fff;
}

table tr:hover {
  background: rgba(35, 46, 74, 0.6);
}

@media (max-width: 768px) {
  section {
    padding: 25px 0;
    margin: 20px 0;
  }

  h1,
  h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }
}
