
html,
body,
div,
span,
h1,
h2,
h3,
p,
img,
ol,
ul,
li,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

footer,
header,
menu,
nav,
section,
img {
  display: block;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  box-sizing: border-box;
}

*,
::before,
::after {
  box-sizing: inherit;
}

button {
  border: none;
  color: inherit;
  font-size: inherit;
  background-color: transparent;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

li {
  list-style: none;
}

html {
  height: 100vh;
}

*,
::before,
::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3 {
  line-height: 1.1;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

button {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

main {
  flex: 1 1 auto;
  padding-bottom: 48px;
}

body {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #c7c8d1;
  background-color: #000;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}

.h2__title,
.h3__title {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}

.h2__title {
  font-size: 26px;
  padding-bottom: 12px;
  color: #cad1df;
}

.h3__title {
  font-size: 20px;
  color: #fff;
}

.btn__main-menu,
.btn__reg {
   font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 10px;
  padding: 10px 20px;
  border-radius: 16px;
}

.nav-menu__burger-desc .btn__main-menu,
.nav-menu__burger-desc .btn__reg {
  padding: 8px 20px;
}

.btn__main-menu {
 background: linear-gradient(90deg, #01A2FF 0%, #D500FF 100%);
  color: #fff;
  display: flex;
  align-items: center;
}

.btn__main-menu:hover {
  background: #01A2FF;
}

.btn__main-menu:active {
  background: #01A2FF;
}

.btn__reg {
  background: linear-gradient(90deg, #01A2FF 0%, #D500FF 100%);
  color: #ffffff;
  padding: 2px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn__reg:hover {
 background: #01A2FF;
}

.btn__link-reg {
  font-size: 10px;
  background: #262626;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 16px;
}

.btn__link-reg:hover {
}

.header__logo {
  line-height: normal;
}

.header {
  background-color: #262626;
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #262626;
  padding: 0 16px;
  border-radius: 16px;
}

.header__control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(0.25rem, -0.059rem + 1.412vw, 1rem) 0;
  margin-right: 20px;
}

.control-mob {
  display: none;
}

.nav-menu__burger-desc {
  display: flex;
  align-items: center;
}

.header__control-btn {
  display: flex;
  gap: 8px;
}

.burger__button-mob,
.btn__link-mob {
  display: none;
}

.burger-menu {
  max-width: 100%;
  width: 100%;
}

.nav-menu__name {
  display: none;
  font-size: 16px;
  color: #ffffff;
}

.nav-menu__desc {
  display: none;
  gap: 15px;
}

.nav-menu__desc.desktop {
  display: flex;
}

.nav-menu__desc.desktop > .nav-menu__link {
  display: flex;
  align-items: center;
  gap: 4px;
}

.header__nav-menu {
  display: flex;
  gap: 8px;
  margin-left: 56px;
  margin-right: auto;
}

.nav-menu__link {
  font-size: 14px;
  color: #DDDDE3;
}

.header-lang {
  border-radius: 8px;
  background-color: #08070c;
  padding: 6px 8px;
  cursor: pointer;
}

.header-lang .choose-lang-list {
  position: absolute;
  background-color: #ecedee;
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease-out;
  z-index: 1000;
}

.header-lang .choose-lang-list {
  border-radius: 8px;
  top: 32px;
  right: 6px;
  transform-origin: top right;
}

.header-lang .choose-lang-list.show {
  visibility: visible;
  transform: scale(1);
}

.header-lang .choose-lang-button {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-lang .choose-lang-button span {
  display: none;
}

.header-lang .flag-lang {
  width: 24px;
  height: 24px;
}

.burger__button-mob {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.close-menu-btn {
  display: none;
  padding: 12px;
}

.choose-lang__item:hover {
  background-color: #1a2651;
  border-radius: 12px;
}

/* Background blocks CSS */
.text-block__content,
.articles__block,
.content-info__inner,
.faq-item,
.review-item {
  background-color: #262626;
}

.articles__header-wrapper {
  background-color: #262626;
}
.faq-item__box {
  background-color: #262626;
}

/* // Background blocks CSS */

/* Text block */

.text-block__content {
  padding: 16px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}

.text-block__content p {
  margin: 6px 0;
  display: inline-block;
}

.text-block__content-button {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  color: #dddde3;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.text-block__content-hidden {
  display: none;
}

.inline-display {
  display: inline;
}

.toggle-icon {
  transition: transform 0.3s ease-out;
  margin: 0 0 0 5px;
}

.rotate--90 {
  margin-left: 4px;
  transform: rotate(180deg);
}

/* Text block */

/* Articles block  */

.articles__block {
  border-radius: 12px;
}

.articles__header-wrapper {
  padding: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
}

.articles__header-wrapper img {
  transform: rotate(180deg);
}

.articles__header-wrapper img.open {
  transform: rotate(0deg);
}

.articles__items-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.articles__items-wrapper.show {
  max-height: 1000px;
}

.articles-item {
  display: flex;
  flex: 0 0 50%;
  align-items: center;
  padding: 12px;
  border-radius: 4px;
}

.articles-item__image {
  border-radius: 4px;
  background-color: #00cfaa;
  padding: 4px;
  margin-right: 8px;
}

.articles-item:hover {
  background: #2e465a;
}

/* Articles block  */

/* Text noblock  */

.text-noblock__content {
  padding: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
}

.text-noblock__content p,
.content-info__text-p {
  margin: 6px 0;
  display: inline-block;
}
.btn__link-content,
.btn__link-content2 {
 background: linear-gradient(90deg, #01A2FF 0%, #D500FF 100%);
}
.btn__link-content,
.btn__link-content2,
.footer-soc {
   font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: clamp(0.625rem, 0.464rem + 0.714vw, 1rem);
  color: #fff;
  padding: clamp(0.5rem, 0.294rem + 0.941vw, 1rem)
    clamp(1.563rem, 1.176rem + 1.765vw, 2.5rem);
  border-radius: 8px;
  margin: clamp(1rem, 0.786rem + 0.952vw, 1.5rem) auto 0;
  border-radius: 30px;
  color: #fff;
}
.footer-soc {
  padding: 0;
}


.btn__link-content:hover,
.btn__link-content2:hover {
  background: #01A2FF;
  background: #01A2FF;
}

.btn__link-content:active,
.btn__link-content2:active {
  background: rgb(32, 41, 211);
}

.h2__main-title {
  color: #c7c8d1;
}

/* Text noblock  */

/* Content info  */
.content-info__inner {
  border-radius: 12px;
  font-size: 14px;
}

.content-info__row {
  display: flex;
  border-top: 1px solid #060412;
  margin: 0 16px;
}

.content-info__row:first-child {
  border-top: none;
}

.content-info__block-name {
  display: flex;
  align-items: center;
  gap: 8px;
}

.content-info__name-title {
   font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.content-info__name,
.content-info__desc {
  padding: 10px 3px;
  flex: 0 0 50%;
}

.content-info__text-list {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content-info__text-item {
  list-style: auto;
  margin-left: 30px;
}

/* Content info  */

/* FAQ Review*/
.faq-item__box {
  color: #cbd1d5;
}

.faq-content,
.review-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.faq-item,
.review-item {
  cursor: pointer;
  border-radius: 12px;
}

.faq-item-header-wrapper,
.review-item-header-wrapper {
  transition: opacity 0.3s ease-out;
  padding: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
}

.faq-item__title {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.faq-item-content,
.review-item-content {
  padding: 12px 16px 16px;
  color: #dee2e6;
}

.faq-item-content-hidden.open,
.review-item-content-hidden.open {
  display: block;
}

.faq-item-content-hidden,
.review-item-content-hidden {
  display: none;
}

.rotate-180 {
  transform: rotate(180deg);
}

.faq-content {
  row-gap: 12px;
}

.faq-pagination,
.review-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-pagination-prev-button:disabled,
.faq-pagination-next-button:disabled,
.review-pagination-prev-button:disabled,
.review-pagination-next-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.faq-pagination-prev-button,
.faq-pagination-next-button,
.review-pagination-prev-button,
.review-pagination-next-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #021717;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(36, 36, 36, 0.3);
  -moz-box-shadow: 0px 0px 10px 2px rgba(36, 36, 36, 0.3);
  box-shadow: 0px 0px 10px 2px rgba(36, 36, 36, 0.3);
}

.faq-pagination-prev-button img,
.review-pagination-prev-button img {
  z-index: 2;
  transform: rotate(90deg);
}

.faq-pagination-next-button img,
.review-pagination-next-button img {
  z-index: 2;
  transform: rotate(270deg);
}

.faq-pagination-label,
.review-pagination-label {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 16px;
  width: 90px;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0;
  color: #737588;
}

.block-title__user {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.review-item__title,
.review-item__data {
  color: #dddde3;
}

.review-item__title {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.review-item__data {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.review-content {
  row-gap: 8px;
}

.review-item__item {
  padding: 24px 16px;
}

.review-item__top-title,
.review-item__rating-list,
.review-item__block-title {
  display: flex;
}

.review-item__top-title {
  margin-bottom: 16px;
  align-items: center;
  justify-content: space-between;
}

.review-item__block-title {
  gap: 8px;
}

.review-item__btn-more {
  margin-top: 16px;
}

/* FAQ Review*/

/* Footer */

.footer {
  padding: 44px 0;
}

.footer__box {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.footer__bg {
  padding: 16px;
  background-color: #262626;
  border-radius: 16px;
}

.footer__first {
  display: flex;
  justify-content: space-between;
  column-gap: clamp(2.5rem, -27.5rem + 53.333vw, 12.5rem);
}

.info__unner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.info__text {
  padding-top: 12px;
  font-size: 10px;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-menu {
  display: flex;
  column-gap: clamp(0.938rem, -7.5rem + 15vw, 3.75rem);
  margin-right: 80px;
}

.footer-menu__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__item-title {
 font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.footer-soc {
  margin: 0;
}

.footer__social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-social__list {
  display: flex;
  column-gap: 20px;
}

.footer-applications__list {
  display: flex;
  column-gap: 9px;
}

.footer-first__list,
.footer-fourth__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
}

.footer-menu {
  font-size: 12px;
}

.footer__copyright {
   font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 10px;
}

.footer__copyright p {
  display: inline-block;
}

.footer__lang-text {
  font-size: 8px;
  color: #fff;
  margin-right: 6px;
}

.choose-lang {
  position: relative;
  cursor: pointer;
}

.footer-lang .choose-lang-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease-out;
  background-color: #141414;
  border-radius: 6px;
  padding: 6px;
}

.footer-lang .choose-lang-list {
  border-radius: 8px;
  width: 232px;
  padding: 16px;
  bottom: 32px;
  right: 6px;
  transform-origin: bottom right;
}

.footer-lang .choose-lang-list {
  position: absolute;
  background-color: #141414;
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease-out;
  z-index: 1000;
}

.footer-lang .choose-lang-list li {
  display: flex;
  align-items: center;
  border-radius: 4px;
}

.footer-fourth__copyright {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 10px;
  color: #787c80;
  margin-top: 40px;
  text-align: center;
}

.choose-lang-box {
  display: flex;
  gap: 8px;
  width: 100%;
  padding: 9px 16px;
  align-items: center;
}

.choose-lang__country {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.choose-lang__ru {
   font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #505458;
}

.choose-lang__item {
  margin: 1px 0;
}

.footer-lang.choose-lang__item:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.footer__separator {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f6f7f8;
}

.footer__name-block img {
  display: none;
}

/* Footer */

/* Swiper */

.swiper-pagination {
  padding-top: 16px;
  position: relative !important;
}

.swiper-pagination-bullet-active {
  background-color: #4d8ab9 !important;
}

/* Swiper */

/* 404 */
.nopage {
  padding: clamp(0.625rem, -1.8589rem + 11.0396vw, 8.125rem) 0;
  display: flex;
  margin: 0 auto;
  text-align: center;
}

.nopage__text-block {
  max-width: 682px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nopage__image {
  padding: 24px 0;
}

.nopage__title {
   font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #e1e1e2;
}

.nopage__desc {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #e1e1e2;
  padding: 16px 0;
}

.nopage__img {
  width: 100%;
}

.nopage__btn {
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid #000000;
}

/* 404 */

@media (max-width: 1025px) {
  .header__logo,
  .header__control {
    padding-right: 8px;
  }

  .container {
    padding: 0 8px;
  }

  .container__mob {
    padding: 0;
  }

  .header__nav-menu {
    margin-left: 0;
  }

  .burger-menu.active {
    transition: 0.5s;
    left: 0;
  }

  .nopage {
    flex-direction: column-reverse;
  }

  .nopage__text-block {
    text-align: center;
  }

  .footer-first__list,
  .footer-fourth__list {
    flex-wrap: wrap;
    white-space: nowrap;
  }
}

@media (max-width: 870px) {
  .header__control {
    order: 1;
  }

  .header__nav-menu {
    order: 2;
  }

  .burger__button-mob {
    order: 3;
  }

  .header-lang {
    order: 4;
  }

  .control-mob {
    display: block;
    margin-left: auto !important;
  }

  .header__nav-menu {
    padding-top: 32px;
  }

  .nav-menu__name {
    display: block;
  }

  .header__nav-menu {
    gap: 32px;
  }

  .nav-menu__desc.desktop {
    display: none;
  }

  .burger__button-mob {
    display: block;
    margin-left: 8px;
  }

  .nav-menu__desc {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }

  .header-lang .choose-lang-button span {
    display: block;
  }

  .header__wrapper {
    flex-wrap: wrap;
  }

  .burger-menu {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    backdrop-filter: blur(10px);
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 999;
    transition: 0.5s;
  }

  .nav-menu__burger-mob {
    max-width: 300px;
    width: 100%;
    background: #00100e;
    height: 100vh;
    border-radius: 16px 0 0 16px;
    padding: 28px 24px;
  }

  .nav-menu__burger-mob,
  .header__nav-menu {
    display: flex;
    flex-direction: column;
  }

  .nav-menu__burger-desc {
    align-items: normal;
  }

  .header__control {
    margin: 0;
    padding: 0;
  }

  .close-menu-btn {
    margin-left: auto;
    display: block;
  }

  .header-lang .choose-lang-list {
    position: absolute;
    flex-direction: column;
    border-radius: 8px;
    /* width: 200px; */
    top: -252px;
    right: -23px;
    transform-origin: bottom left;
  }

  .header-lang {
    margin-top: 32px;
    margin-right: auto;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #ded1c5;
    padding: 10px 8px;
  }

  .header__logo {
    padding: 17px 0 17px 8px;
  }

  .articles__items-wrapper {
    flex-direction: column;
  }

  .footer__info {
    width: 100%;
  }

  .footer__first {
    flex-direction: column;
    gap: 20px;
  }

  .footer-menu {
    gap: 20px;
    flex-wrap: wrap;
  }

  .footer__social {
    flex-direction: column;
  }
}

@media (max-width: 500px) {
  .banner__text {
    font-size: 18px !important;
  }
  .header__wrapper {
    padding: 0;
  }

  .header__control-btn {
    gap: 5px;
  }

  .logo__img {
    width: 100px;
  }

  .footer-social__list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .btn__main-menu,
  .btn__reg {
    padding: 3px 10px;
  }

  .footer-applications__list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-soc {
    padding: 8px 20px;
  }

  .info__unner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Banner */

.banner {
  max-width: 1200px;
  margin: clamp(1.25rem, 0.5rem + 3.333vw, 3rem) auto;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.banner-img img {
  object-fit: cover;
}

.banner-img__item {
  display: none;
  align-items: center;
  position: relative;
  border-radius: 8px;
  max-width: 1200px;
  width: 100%;
  height: 320px;
  background-position: center;
}

.banner-img__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
}

.banner__pagination {
  position: absolute;
  height: 3px;
  display: flex;
  gap: 2px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0px;
}

.banner__text-inner {
  /* position: absolute; */
  padding-left: clamp(1.25rem, -11.652rem + 34.405vw, 19.313rem);
  position: relative;
  z-index: 7;
}

.banner__pagination-1,
.banner__pagination-2 {
  flex: 1 0 33%;
  border-radius: 28px;
  background-color: #0c0d1b;
}

.banner__pagination-1.active,
.banner__pagination-2.active {
  background-color: #ff2301;
}

.banner-img__list {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1200px;
  height: 320px;
  padding: 0;
}

.banner-img__list li.active {
  display: flex;
}

.banner__text {
  max-width: 471px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: clamp(3rem, 0.732rem + 1.19vw, 1.625rem);
  color: #fff;
}

@media (max-width: 360px) {
  .review-item__top-title {
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
  .banner-img__item,
  .banner-img__list {
    height: 140px;
  }
  .review-item__rating.review-item__rating-list {
    margin: 0 0 0 47px;
  }
  .banner-img__item {
    background-size: cover;
    background-position: bottom 0px right -170px;
  }
}
.pay {
  display: flex;
} /* Banner */

.games__section {
  padding-top: 32px;
}

.slider__list {
  gap: 8px;
  max-width: 100%;
  overflow: auto;
}

.slider__list-flex {
  display: flex;
  justify-content: center;
  column-gap: 100px;
}

.slider__link-flex {
  display: flex;

  align-items: center;
  gap: 5px;
}

.slider__list-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 232px);
}
.slider__list-grid .slider__item {
  display: flex;
  background: #0f1128;
  border-radius: 8px;
  width: 184px;
  height: 232px;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.slider__list::-webkit-scrollbar {
  display: none;
}

.panel-games {
  border-radius: 8px;
  background-color: #262626;
  padding: 20px 16px;
}

.panel-games__name {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  color: #dddde3;
}

.games__title-block {
  display: flex;
  justify-content: space-between;
}

.games__title {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.games__score-link {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #4d8ab9;
}

.games-slider {
  padding-top: 28px;
}

.games__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #0f1128;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}

.games__image {
  width: 100%;
}

.games__img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.games__name {
  padding: 16px;
 font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #c0c0c8;
  text-transform: capitalize;
}

.games__section img {
  border-radius: 8px;
}
.games__section img:hover {
  border: 2px solid #01A2FF;
}

h1 {
   font-family: "Mulish", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 32px;
  color: #cad1df;
  margin: 20px 0;
}
h2 {
   font-family: "Mulish", sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 24px;
  color: #cad1df;
  margin: 10px 0;
}
h3 {
   font-family: "Mulish", sans-serif;
  font-size: 20px;
  text-align: left;
  font-weight: 400;
  color: #cad1df;
  margin: 8px 0;
}
h4 {
   font-family: "Mulish", sans-serif;
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  color: #cad1df;
  margin: 6px 0;
}
ul {
  list-style: disc;
  margin-left: 20px;
  padding-left: 20px;
}
li {
  list-style: inherit;
  margin-bottom: 5px;
}
ol {
  list-style: decimal;
  margin-left: 20px;
  padding-left: 20px;
}
ol li {
  margin-bottom: 5px;
}
.text-noblock__content ul {
  list-style: disc;
  margin-left: 20px;
  padding-left: 20px;
}
.text-noblock__content li {
  margin-bottom: 5px;
}
ul.footer-menu__list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.footer-menu__list li {
  margin-bottom: 5px;
}
ul.footer-social__list,
ul.footer-applications__list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.footer-social__list li,
ul.footer-applications__list li {
  margin-bottom: 5px;
}
.games-section ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.games-section ul li {
  margin-bottom: 5px;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin: 20px 0;
  background-color: #00100f;
   font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #cad1df;
  table-layout: fixed;
}
thead tr:first-child th {
  background-color: #01A2FF;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  word-wrap: break-word;
  white-space: normal;
  font-size: 15px;
  line-height: 1.5;
  border: 1px solid #cad1df;
}
thead tr:not(:first-child) th {

  color: #cad1df;
  text-align: center;
  font-weight: 500;
  border: 1px solid #cad1df;
  padding: 10px;
  word-wrap: break-word;
  white-space: normal;
}
tbody tr td {
  padding: 10px;
  border: 1px solid #cad1df;
  text-align: center;
  word-wrap: break-word;
  white-space: normal;
}

.error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-page p, .error-page h1 {
  text-align: center;
}