@font-face {
  font-family: "Roboto-Medium";
  font-weight: 500;
  font-display: swap;
  src: local(Roboto-Medium), url(Roboto-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto-Bold";
  font-weight: 700;
  font-display: swap;
  src: local(Roboto-Bold), url(Roboto-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto-Regular";
  font-weight: 600;
  font-display: swap;
  src: local(Roboto-Regular),
    url(Roboto-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto-ExtraBold";
  font-weight: 800;
  font-display: swap;
  src: local(Roboto-ExtraBold),
    url(Roboto-ExtraBold.ttf) format("truetype");
}

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.5;
}

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;
  padding-top: 50px;
}

body {
  font-family: "Roboto-Medium";
  font-size: 16px;
  font-weight: 500;
  color: #cad1df;
  background: #212131;
}

.container {
  max-width: 1200px;
  height: 100%;
  align-items: unset;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  row-gap: 24px;
}

.h2__title,
.h3__title {
  font-family: "Roboto-Regular";
  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: "Roboto-Bold";
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.btn__main-menu-b{
  min-width: 300px;
  padding: 10px 30px!important;
  box-shadow: 0 4px 4px 0 #000, 0 3px 0 0 #871628!important;
}

.btn__reg .btn__link-reg{
  border-bottom: 1px solid #fff;
}

.btn__main-menu {
  background-color: #FE284A;
  padding: 5px 30px;
  border-radius: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 6px 0px -1px rgba(254, 40, 74, 0.2);
  -moz-box-shadow: 0px 6px 0px -1px rgba(254, 40, 74, 0.2);
  box-shadow: 0px 6px 0px -1px rgba(254, 40, 74, 0.2);
}

.btn__main-menu:hover {
  background-color: #faa16d;
}
.btn__main-menu:active {
  background-color: #c04d0a;
}

.btn__link-reg {
  font-size: 12px;
  display: block;
}

.header__logo {
  line-height: normal;
}

.header {
  height: 50px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  background: rgba(37, 37, 54, 0.95);
  position: fixed;
  width: 100%;
  z-index: 1000000;
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.control-mob {
  /* display: none; */
  margin-left: auto !important;
}

.games-cards-button {
  margin: 0 auto;
}

.nav-menu__burger-desc {
  display: flex;
  align-items: center;
}

.header__control-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  margin-right: 49px;
}

.header__control-btn img {
  width: 100%;
}
/* .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,
.header__nav-menu {
  display: flex;
  gap: 15px;
}

.header__nav-menu {
  /* margin-left: 58px; */
  margin-right: auto;
}

.nav-menu__link {
  font-size: 12px;
  color: #dee3eb;
}

.header-lang {
  border-radius: 8px;
  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: 50px;
  height: 50px;
}
.close-menu-btn {
  display: none;
  padding: 12px;
}
.choose-lang__item:hover {
  background-color: #1a2651;
  border-radius: 12px;
}

/* Background blocks CSS */

.articles__header-wrapper,
.faq-item__box {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  background: #252536;
}

/* // Background blocks CSS */

/* Text block */

.text-block__content {
  margin-top: 48px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}

.text-block__content p {
  margin: 6px 0;
  display: inline-block;
}

.text-block__content-button {
  font-family: "Roboto-Bold";
  font-weight: 700;
  color: #dee3eb;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.text-block__content-visible {
  font-size: 17px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}
.text-block__content-hidden {
  font-size: 18px;
  display: none;
}
.inline-display {
  display: inline;
}

.toggle-icon {
  transition: transform 0.3s ease-out;
}

.rotate--90 {
  margin-left: 4px;
  transform: rotate(180deg);
}

/* Text block */

/* Articles block  */

.articles__block {
  border-radius: 12px;
}

.articles__header-wrapper {
  padding: 16px;
  cursor: pointer;

  border: 1px solid #393a51;
  border-radius: 8px;
}

.articles__title-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.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;
  margin-top: 16px;
}

.articles-item {
  display: flex;
  flex: 0 0 50%;
  align-items: center;
  padding: 12px;
  border-radius: 4px;
}

.articles-item__image {
  border-radius: 4px;
  padding: 4px;
  margin-right: 8px;
}

.articles-item:hover {
  background: linear-gradient(180deg, #4d5a85 0%, rgba(77, 90, 133, 0) 100%);
}

.articles-item-title {
  font-family: "Muller", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #7575a1;
}

/* Articles block  */

/* Text noblock  */

.text-noblock__content {
  padding: 0;
  background: transparent;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}

.text-noblock__content p,
.content-info__text-p {
  margin: 6px 0;
  display: inline-block;
}

.btn__link-content {
  font-family: "Roboto-Bold";
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background-color: #9d3701;
  padding: 16px 40px;
  text-transform: uppercase;
  border-radius: 50px;
  margin: 24px auto 0;
}

.btn__link-content:hover {
  background-color: #faa16d;
}
.btn__link-content:active {
  background-color: #c04d0a;
}

.h2__main-title {
  color: #fff;
}
.faq h2 {
  padding-bottom: 0;
  margin-bottom: 28px;
}
/* Text noblock  */

/* Content info  */
.content-info__inner {
  border-radius: 12px;
  font-size: 14px;
}
.content-info__row {
  display: flex;
  border-top: 1px solid #10202e;
  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: "Roboto-Bold";
  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;
}
.review-item {
  border: 1px solid #fe284a;
  border-radius: 8px;
  padding: 24px 16px;
  background: #161626;
}
.faq-item-header-wrapper,
.review-item-header-wrapper {
  transition: opacity 0.3s ease-out;
  padding: 24px;
  cursor: pointer;

  border: 1px solid #fff;
  border-radius: 8px;

  box-shadow: inset 0 1px 25px 0 rgba(0, 0, 0, 0.8);
  background: #252536, url("path_to_image");
}

.review h2 {
  padding-bottom: 0;
  margin-bottom: 24px;
}

.review .review-content {
  row-gap: 20px;
}

.faq-item__title {
  font-family: "Roboto-Regular";
  font-weight: 600;
  font-size: 16px;
}
.faq-item-content,
.review-item-content {
  color: #dee2e6;
}
.faq-item-content-hidden.open,
.review-item-content-hidden.open {
  display: block;

  padding-top: 15px;
  border-top: 2px solid;
  margin-top: 12px;
}
.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;

  border-radius: 16px;
  padding: 7px 12px 7px 10px;
  width: 60px;
  height: 30px;
  box-shadow: 0 4px 4px 0 #000, 0 3px 0 0 #2c3552;
  background: #4d5a85;
}
.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: "Roboto-Bold";
  font-weight: 700;
  font-size: 16px;
  width: 90px;
  text-align: center;
  letter-spacing: 0;
  color: #798ba8;
}
.block-title__user {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.review-item__title,
.review-item__data {
  color: #dee2e6;
}

.review-item__title {
  font-family: "Roboto-Bold";
  font-weight: 700;
  font-size: 16px;
}

.review-item__data {
  font-family: "Roboto-Medium";
  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__btn-more {
  margin-top: 16px;
}
/* FAQ Review*/

/* Footer */
.footer {
  background: #0a0a14;
}

.footer-notifications {
  align-items: center;
  padding: 30px 15px;
  justify-content: space-between;
}

.footer-notification {
  align-items: center;
  gap: 35px;
}

.payment-methods {
  display: flex;
  margin-bottom: 75px;
  align-items: center;
  flex-direction: column;
}

.bottom-row,
.top-rows {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bottom-row {
  margin-top: 10px;
  margin-bottom: 20px;
}

.payments-cards {
  padding: 0 15px;
  display: none;
}
.payments-cards .card {
  border-radius: 5px;
  padding: 10px;
  width: 107px;
  height: 60px;
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
}

.payments-cards.open {
  display: block;
}

.burger__app-buttons{
  order: 10;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.bottom-row .card {
  border-radius: 5px;
  padding: 10px;
  width: 120px;
  height: 60px;
}

.payment-methods-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  cursor: pointer;
}

.footer-notifications,
.footer-notification,
.vavada-com,
.gambling {
  display: flex;
}

.vavada-com,
.gambling {
  gap: 20px;
  align-items: center;
}
.vavada-com {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #626885;
  width: 398px;
  height: 84px;
}
.gambling {
  font-family: "Muller", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #626885;
  width: 308px;
  height: 56px;
}

.footer-title-block {
  font-family: "Roboto-Regular";
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
  color: #e5dee0;
  padding-bottom: 8px;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-menu{
  display: flex;
  justify-content: space-between;
  row-gap: 24px;
}

.footer__social,
.footer-fourth {
  display: flex;
  flex-direction: column;
}

.footer-menu__list,
.footer-first__list,
.footer-fourth__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 24px;
  margin: 0 auto;
}

.footer-menu__list {
  justify-content: flex-start;
  margin: 0;
}

.footer__copyright,
.footer-menu {
  font-family: "Roboto-Regular";
  font-weight: 600;
}

.footer-menu {
  font-size: 12px;
  padding: 30px 15px;
}

.footer__copyright {
  text-align: center;
  font-size: 10px;
}

.footer__copyright p {
  display: inline-block;
  margin: 6px 0;
}

.footer__lang-text {
  font-family: "Onest-Regular";
  font-weight: 400;
  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__link {
  font-size: 16px;
}

.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: "Roboto-Regular";
  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: "Roboto-Bold";
  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 {
  display: flex;
  margin: 0 auto;
  color:#fff;
  margin: 150px 0 -62px 0;
}

.nopage__text1{
  font-size: 24px;
}
.nopage__text2{
  font-size: 200px;
}
.nopage__text3{
  font-size: 16px;
}

.nopage__left a{
  margin-top: 64px;
}

.nopage__right-img{
  width: 100%;
}

/* 404 */

.burger-menu.active {
  transition: 0.5s;
  left: 0;
}

.nav-menu__burger-mob {
  border-top: 4px solid #fe284a;
  max-width: 340px;
  width: 100%;
  background: #1C2240;
  height: 100vh;
  padding: 28px 20px;
  overflow: scroll;
  gap: 20px;
}



/* хром, сафари */
.nav-menu__burger-mob::-webkit-scrollbar { width: 0; }

/* ie 10+ */
.nav-menu__burger-mob { -ms-overflow-style: none; }

/* фф (свойство больше не работает, других способов тоже нет)*/
.nav-menu__burger-mob { overflow: -moz-scrollbars-none; }

.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;
}

.close-menu-btn {
  margin-left: auto;
  display: block;
}

.nav-menu__burger-mob,
.header__nav-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.header__nav-menu {
  order: 2;
}

.nav-menu__desc {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
}

.header-lang {
  /* margin: 32px auto 20px auto; */
  width: 151px;
  height: 50px;
  display: inline-block;
  border-radius: 8px;
  padding: 10px 8px;
  order: 4;
}

.header-lang .choose-lang-button span {
  display: block;
}

.img-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 33px;
}

.menu-card {
  display: flex;
  flex-direction: column;
  align-items: center;

  border-radius: 10px;
  width: 280px;
  min-height: 271px;
  gap: 20px;
  order: 4;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.8);
  background: #1c2240, url("path_to_image");

  margin-top: 85px;
}

.menu-card.gift {
  height: 259px;
}

.menu-card .card-accept {
  width: 177px;
  height: 30px;
}

.card-accept {
  border-radius: 50px;
  padding: 0px 30px;
  width: 280px;
  height: 30px;
  box-shadow: 0 4px 4px 0 #000, 0 3px 0 0 #871628;
  background: #fe284a;
}

.card-accept.green {
  background: #62c23c;
}

.card-input {
  border-radius: 5px;
  padding: 10px 10px 9px 10px;
  width: 242px;
  height: 35px;
  background: #191929;
}

.gift-bonus {
  margin-top: -85px;
}

.card-description {
  font-family: "Muller", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.social-networks {
  display: flex;
  gap: 16px;
  justify-content: center;
  order: 5;
}

.app-buttons {
  display: flex;
  gap: 8px;
  order: 5;
}

.app-text-wrapper {
  text-align: left;
}

.app-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  padding: 6px 12px;
  width: 136px;
  height: 40px;

  box-shadow: 0 5px 5px 0 #000, 0 4px 0 0 #2c3552;
  background: #4d5a85;
}

.app-text-title {
  font-family: "Muller", sans-serif;
  font-weight: 400;
  font-size: 8px;
  color: rgba(255, 255, 255, 0.5);
}

.app-text-description {
  font-family: "Muller", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #fff;
}

.banner_wrapper {
  width: 100%;
}

.panel {
  margin: 0 auto;
  width: 100%;
  height: 60px;
  box-shadow: inset 0 5px 25px 0 rgba(0, 0, 0, 0.8);
  background: #252536, url("path_to_image");
}

.panel-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 auto;
  max-width: 1200px;
  /* justify-content: space-between; */
}

.panel-element a {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.panel-element.blue p {
  color: #17eada;
}
.panel-element.red p {
  color: #de593e;
}
.panel-element.green p {
  color: #6ef770;
}

.panel-element p {
  font-family: "Muller", sans-serif;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #e8ce3a;
}

.games-section__select {
  border-radius: 5px;
  min-width: 195px;
  height: 35px;

  background: #191929;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.games-section__pins {
  display: flex;
  gap: 16px;
  margin-left: 28px;
  margin-right: 28px;
}

.games-section {
  display: flex;
  flex-direction: column;
}

.games-card a {
  height: 100%;
  text-align: center;
}

.games-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 24px;
}

.games-section__search {
  border-radius: 25px;
  padding: 0px 0px 0px 15px;
  width: 838px;
  height: 35px;
  background: #191929;

  font-family: "Muller", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  color: #646a87;
}

.games-section__loop {
  position: absolute;
  right: 15px;
}

.games-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 24px;
}

.games-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 222px;
  /* height: 222px; */
  position: relative;

  border: 1px solid #393a51;
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 #000;
  background: #161626;
}
.games-cards__image {
  width: 100%;
  margin-top: -1px;
  border-radius: 11px 11px 0px 0px;
}

.games-cards__pin {
  position: absolute;
  top: -2px;
  left: 11px;
}

.games-cards__title {
  padding: 18px 0;
}

.games-cards-button {
  border-radius: 50px;
  padding: 0px 40px;
  width: 169px;
  height: 40px;

  box-shadow: 0 5px 5px 0 #000, 0 4px 0 0 #2c3552;
  background: #4d5a85;
}

.app-social-block {
  display: flex;
  justify-content: space-between;
  padding: 30px 15px;
  border-top: 1px dotted #303036;
  border-bottom: 1px dotted #303036;
}

.footer .container {
  row-gap: 0;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 8px;
  }

  .games-cards-button {
    margin: 0 auto;
  }
  .games-cards {
    justify-content: space-around;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: center;
  }
}

@media (max-width: 1025px) {
  .app-social-block{
    padding: 0;
    border: none;
  }
  .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;
  }
  .nopage__text,
  .nopage__left{
    text-align: center;
  }
  .nopage__text-block {
    text-align: center;
  }
  .nopage__right{
    padding-top: 50px;
  }
  .nopage__img {
    width: 100%;
  }
  .app-buttons {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-first__list,
  .footer-fourth__list {
    flex-wrap: wrap;
    white-space: nowrap;
  }

  .games-cards {
    display: flex;
  }
}
@media (max-width: 870px) {
  .header__control {
    order: 1;
  }
  .footer-menu{
    flex-direction: column;
    align-items: center;
  }
  .header__nav-menu {
    order: 2;
  }
  .burger__button-mob {
    order: 3;
  }
  .header-lang {
    order: 4;
  }
  .control-mob {
    display: block;
  }
  .header__control-btn{
    margin-right: 0;
  }
  .header__nav-menu {
    padding-top: 32px;
  }
  .nav-menu__name {
    display: block;
  }
  .header__nav-menu {
    gap: 32px;
  }
  /* .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;
    text-transform: uppercase;
  }
  .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;
  }

  .panel-list {
    grid-template-columns: 1fr 1fr;
  }

  .panel {
    height: auto;
  }

  .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;
  }

  .app-buttons .app-button:first-child {
    display: none;
  }

  .app-buttons .app-button:last-child {
    order: 1;
  }

  .app-buttons .app-button:nth-child(2) {
    order: 2;
  }

  .app-social-block {
    flex-direction: column;
  }

  .social-networks {
    order: 1;
  }

  .app-buttons {
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
  }

  .games-cards-button {
    margin: 0 auto;
  }

  .games-card {
    width: 315px;
    /* height: 315px; */
  }

  .footer-notifications {
    display: flex;
  }

  .footer-notifications {
    display: flex;
    flex-direction: column;
  }

  .footer-notification {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .vavada-com {
    width: 100%;
  }

  .gambling {
    width: 100%;
  }

  .header-lang.mob-menu-lang-choose {
    margin: 0 auto;
    border: none;
  }

  .footer-notification {
    order: 2;
  }
}

@media (max-width: 669px) {

  .footer-notifications {
    display: flex;
  }

  .footer-notifications {
    display: flex;
    flex-direction: column;
  }

  .footer-notification {
    display: flex;
    flex-direction: column;
  }


  .top-rows {
    justify-content: center;
  }
  .bottom-row {
    justify-content: center;
  }

  .app-buttons .app-button:first-child {
    display: none;
  }

  .app-buttons .app-button:last-child {
    order: 1;
  }

  .app-buttons .app-button:nth-child(2) {
    order: 2;
  }

  .app-social-block {
    flex-direction: column;
  }

  .social-networks {
    order: 1;
  }

  .app-buttons {
    justify-content: space-between;
    margin-top: 32px;
  }

  .panel {
    height: auto;
  }

  .panel-list {
    grid-template-columns: 1fr 1fr;
  }

  .games-section__header {
    flex-wrap: wrap;
  }
  .games-section__search {
    margin-top: 12px;
  }
  .games-section__loop {
    bottom: 7px;
  }
  .games-cards {
    row-gap: 22px;
    column-gap: 4px;
    justify-content: space-around;
  }
  .games-card {
    width: 210px;
    /* height: 170px; */
  }

  .games-cards__title {
    font-size: 10px;
    text-align: center;
  }

  .games-cards-button {
    margin: 0 auto;
  }

  .footer-menu__list {
    justify-content: center;
  }

  .vavada-com {
    width: 320px;
    height: 80px;
    min-width: 290px;
  }

  .vavada-com-text {
    font-size: 10px;
  }

  .gambling {
    width: 320px;
    font-size: 10px;
  }
}

@media (max-width: 500px) {
  .social__btn {
    display: none;
  }
  .header__logo img{
    width: 110px;
  }
}

@media (max-width: 440px) {
  .games-card {
    width: 48%;
}
}

@media (max-width: 370px) {

  .btn__main-menu{
    padding: 5px 15px;
  }
}






    .header-button.header-register-button {
        min-height: 40px;
        height: 40px;
    }

    .header-button.header-enter-button {
        height: 40px;
        min-height: 40px;
    }			
	
	.header-register-button:hover::after {
    z-index: 0;
    opacity: 1;
}

.header-register-button:active::after {
    background: radial-gradient(100% 100% at 50% 0%, #CC2031 0%, #FE5163 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.03) 100%);
}

    .header-register-button-wrapper {
        margin-top: auto;
        order: 4;
    }
	
	    .header-button.header-register-button {
        min-height: 40px;
        height: 40px;
    }
	
	    .header-buttons-wrapper {
        overflow-y: auto;
        padding: 16px 20px 20px 20px;
        transition: transform 0.3s ease;
        position: fixed;
        flex-direction: column;
        row-gap: 28px;
        right: 0;
        top: 0;
        width: 320px;
        height: 100svh;
        background: #252536;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
        transform: translateX(100%);
        z-index: 1050;
    }
	
	.header-buttons-wrapper.active {
    transform: translateX(0);
}

.list-marker li{
  list-style: circle;
  margin-left: 30px;
}

.list-number li{
  list-style: auto;
  margin-left: 30px;
}


.img-fig {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.fig-img img {
  border-radius: 14px;
  margin: 30px auto;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 15px;
}

.responsive-table {
  width: 100%;
  border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
  padding: 5px 5px;
  border: 1px solid #ddd;
  text-align: left;
}

.responsive-table th {
  background-color: #f4f4f4;
  font-weight: bold;
  color: black;
}


ul.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;

}

ul.custom-list li {
  margin: 10px 0;
  padding: 10px 10px 10px 40px;
  background: #fe284a;
  color: white;
  border-radius: 10px;
  position: relative;
}

ul.custom-list li::before {
  content: '★';
  position: absolute;
  left: 10px;

  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}

ol.custom-list {
  counter-reset: custom-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

ol.custom-list li {
  counter-increment: custom-counter;
  margin: 15px 0;
  padding: 10px 10px 10px 40px;
  background: #fe284a;
  color: white;
  border-radius: 10px;
  position: relative;
}

ol.custom-list li::before {
  content: counter(custom-counter) ". ";
  position: absolute;
  left: 10px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}

ul.custom-list li,
ol.custom-list li {
  transition: transform 0.3s ease, background-color 0.3s ease;
}

ul.custom-list li:hover,
ol.custom-list li:hover {
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}


h1, h2, h3, h4, h5, h6 {
  font-size: 32px;
  text-decoration: underline;
  text-align: center;
}