
    *,
*::after,
*::before {
  box-sizing: inherit;
  font-family: Tahoma, sans-serif;
}
ul,
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font-family: Tahoma, sans-serif;
}
ul,
ol {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
button {
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: Tahoma, sans-serif;
}
button:hover {
  opacity: 0.8;
}
input,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
  font-family: Tahoma, sans-serif;
}
figure {
  margin-bottom: 20px;
  text-align: center;
}
figcaption {
  color: inherit;
}
.general-image {
  display: block;
  border-radius: 15px;
  max-height: 400px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}
.logoBuild {
  height: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}
.logoBuild a {
  display: flex;
  align-items: center;
  height: 100%;
}
.content-block {
  padding: 0 10px;
}

#fix-button.footer-block-btn {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
}
.content {
  padding-top: 100px;
}
#scrollToTop.scrollToTop {
  position: fixed;
}
.logo-controls {
  display: none;
}
.burger {
  display: none;
  position: relative;
}
.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #02274B;
  width: 90%;
  max-width: 350px;
  min-height: 100vh;
  padding: 30px 20px;
  transition: right 0.8s;
}
.mobileMenu[hidden] {
  right: -200%;
}
.mobileMenu .mobileMenuTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 75px;
}
.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.mobileMenu .mobileMenuLinks a,
.mobileMenu .mobileMenuLinks button {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks a:active,
.mobileMenu .mobileMenuLinks button:hover {
  color: #181616;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: block;
}
.overlay[hidden] {
  display: none;
}
@media (max-width: 1250px) {
  #fix-button.footer-block-btn {
    display: flex;
  }

  .content {
    min-height: 90vh;
  }
}

    .footer--4 {
  padding: 20px 0;
  background: #5B17E8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer--4 p {
  margin-bottom: 0;
  color: #fff;
}

.copy--4 {
  background: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.components .copy__text--4 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.copy__copyright--4 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1250px) {
  .footer--4 {
  padding: 20px 0;
  }
  .copy--4 {
  gap: 8px;
  }
  .components .copy__text--4 {
  font-size: 14px;
  }
  .copy__copyright--4 {
  font-size: 12px;
  }
} 
    
.content-block {
      max-width: 1400px;
      margin: 0 auto;
      margin-top: 40px;
  }
.components {
  background: #1F0611;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}

.general-h1 {
  background: transparent;
  color: #fff;
  padding: 0;
  border-radius: 0;
  text-align: center;
  margin-bottom: 20px;
  font-family: Tahoma, sans-serif;
}

.general-h2, .general-h3, .general-h4, .general-h5, .general-h6 {
  background: transparent;
  color: #fff;
  padding: 0;
  border-radius: 0;
  font-family: Tahoma, sans-serif;

}

.general-h2, .general-h3 {
  text-align: center;
  margin-bottom: 20px;
}

.general-h4, .general-h5, .general-h6 {
  margin-bottom: 20px;
  text-align: left;
  font-size: 18px;

}

.general-p {
  margin-bottom: 20px;
}

.button-block {
  text-align: center;
  margin: 15px 0;
}

.button-block-btn {
  color: #fff;
  background: #BF004E;
  box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
  border-radius: 8px;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.content-block a {
  color: #BF004E;
}

.general-ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  margin-bottom: 10px;
}

.general-ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  counter-reset: counter-ol;
  position: relative;
  margin-bottom: 20px;
}

.general-ul-li {
  padding-left: 30px;
  position: relative;
}

.general-ul-li::before {
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  top: 5px;
  position: absolute;
  content: no-open-quote;
}

.general-ol-li {
  counter-increment: counter-ol;
  padding-left: 30px;
  position: relative;
}

.general-ol-li::before {
  background: #fff;
  color: #000;
  width: 15px;
  height: 15px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: counter(counter-ol);
}

.general-table-wrapper {
  border-radius: 20px;
  margin-bottom: 20px;
}

.general-table {
  width: 100%;
  overflow: hidden;
  border-spacing: 10px;
  border-collapse: separate;
}

.general-thead .general-tr {
  background: #6B002F;
}

.general-th {
  text-align: center;
  padding: 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
}

.general-tr {
  background: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
}


.general-td {
  border: 1px solid #fff;
  text-align: center;
  padding: 10px;
  background-color: inherit;
  border-radius: 8px;
}



.faq-item {
  background: #262626;
  border-top: 1px solid #BF004E;
  border-radius: 8px;
  position: relative;
  margin: 0 auto 20px;
  transition: 0.4s;
  padding: 20px 0px 20px 20px;
}

.components .faq-question {
  color: #DBDBDB;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  position: relative;
  padding-top: 0;
  padding-right: 42px;
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 8px;
}

.faq-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.components .faq-answer {
  color: #DBDBDB;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  z-index: -1;
}

.icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 25px;
  top: 25px;
}

.icon:before {
  background: #fff;
  content: no-open-quote;
  height: 4px;
  right: 0;
  top: 0;
  width: 18px;
  transition: transform 0.4s;
  position: absolute;
}

.icon:after {
  background: #fff;
  content: no-open-quote;
  height: 4px;
  right: 0;
  top: 0;
  width: 18px;
  transition: transform 0.4s;
  position: absolute;
}

.toggle {
  margin: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}

.toggle:not(:checked) ~ .icon:before {
  transform: rotate(180deg);
}

.toggle:checked ~ .faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
  padding-top: 12px;
  padding-right: 20px;
}

.toggle:not(:checked) ~ .icon:after {
  transform: rotate(90deg);
}

.toggle:checked ~ .icon:before {
  background: #fff;
}

.toggle:checked ~ .icon:after {
  background: #fff;
}

.scrollToTop {
  background: #FF0066;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15%;
  right: 20px;
  opacity: 0;
  cursor: pointer;
}

.scrollToTop svg {
  fill: #fff;
  width: 50%;
  height: 50%;
}

@media (max-width: 1250px) {
  .general-table-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .general-table {
    min-width: 900px;
  }

  .icon {
    right: 10px;
  }
}

    
  .components {
    font-family: 'Tahoma', sans-serif;
  }
  .components h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .components h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .components h3 {
    font-size: 24px;
    line-height: 39px;
  }

  .components p,
  .components span,
  .components li,
  .components a {
    font-size: 18px;
    line-height: 22px;
  }

  /* header new (with buttons) */

.header {
	background: linear-gradient(to bottom, #3A0C20, #1F0611);
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
}

.header.fixed {
	background: #0F0F0F;
}

.header .headerInner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}
.header .logo__container {
  display: flex;
  align-items: center;
  position: relative;
}
.header .logo__container button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header .headerInner .menu {
    display: flex;
    height: 100%;
}

.header .headerInner .menu a {
    color: rgba(51, 51, 51, 1);
    height: 100%;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
}
.header .headerInner .menu a.active {
  background: rgba(216, 240, 255, 0.8);
}

.header .headerInner .menu a:hover {
    background:rgba(226, 240, 255, 0.9);
}

.header .headerInner .header__dropdown {
	display: none
}

.headerButtons {
    display: flex;
    gap: 0 16px;
}
.headerButtons button, .button-block button {
    border-radius: 8px;
    transition: 0.4s;
    font-weight: 700;
    font-size: 18px;
    padding: 14px 20px;
    text-transform: uppercase;
}

.headerButtons .btn-reg {
    background: linear-gradient(to right, #5D0BFF, #04EAFF);
    color: #fff;
    width: 161px;
}
.headerButtons .btn-reg:hover {
    opacity: 0.8;
}
.headerButtons .btn-log {
    background: #FF0066;
    color: #fff;
    width: 87px;
}
.headerButtons .btn-log:hover {
    background: #d10054;
}

 .logo__container img {
    width: 167px;
    height: 40px;
  }


@media (max-width: 670px) {
  .header {
    height: 96px;
    padding: 10px 0;
  }

  .header .headerInner {
    flex-direction: column;
  }

  .logo__container img {
    width: 123px;
    height: 29px;
  }

  .headerButtons button, .button-block button {
    padding: 12px 20px;
  }
}

/*footer new*/

.footer {
  padding: 20px 0px;
  background: inherit;
  color: #fff;
}

.footer-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  border-top: 1px solid #ffffff7a;
  padding: 20px 10px;
}

.footer-logo img {
  width: 183px;
  height: auto;
  display: block;
}

.footer__nav {
  max-width: 520px;
  width: 100%;
}

.footer_menu {
  list-style: none;
  padding: 0;
  margin: 0;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 64px;
}

.footer_menu li {
  margin: 0;
}

.footer_menu a {
  color: #DBDBDB;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
}

.footer_menu a:hover {
  color: #fff;
}

@media (max-width: 700px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer_menu {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.mainBanner {
  margin-bottom: 40px;
}

.mainBannerInner {
  display: grid; 
  grid-template-columns:  1fr  1fr; 
  height: 295px; 
  gap: 20px;
}

.mainBannerLeft, .mainBannerRight {
  padding: 30px 20px; 
  display: flex; 
  flex-direction: column; 
  justify-content: flex-end; 
  border-radius: 20px;
  background-color: #1C1C1C;
  gap: 15px;
}

.mainBannerLeft {
    position: relative;
    overflow: hidden;
}

.mainBannerLeft::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("bannerleft-bg.webp") no-repeat center;
    background-size: cover;
    z-index: 0;
}

.mainBannerLeft > * {
    position: relative;
    z-index: 1;
}


.mainBannerRight {
    position: relative;
    overflow: hidden;
}

.mainBannerRight::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("bannerright-bg.webp") no-repeat center;
    background-size: cover;
    z-index: 0;
}

.mainBannerRight > * {
    position: relative;
    z-index: 1;
}

.mainBannerInner .tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;

  background: none;
  padding: 0;
  display: block;
  border-radius: 0;
}

.mainBannerInner .tag img {
  display: block;
  width: auto;
  height: auto;
}

.mainBannerInner .tag span {
  display: none;
}


.mainBannerLeftText, .mainBannerRightText{
 display: flex;
 flex-direction: column;
}



.mainBannerLeftText p, .mainBannerRightText p {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  font-family: Arial, sans-serif;
  font-style: italic;
  line-height: 27px;
}
 

.mainBannerInner button {
  padding: 10px 30px; 
  border-radius: 30px; 
  color: #fff; 
  font-size: 18px; 
  font-weight: 700;
  text-transform: uppercase;
}

.mainBannerInner .mainBannerLeft button {
  background: #3278FF;
  max-width: 287px;
}

.mainBannerInner .mainBannerRight button {
  background: #5224FF;
  max-width: 234px;
}

@media (max-width: 1000px) {
  .mainBannerLeft, .mainBannerRight {
    background-position: 55% 0;
  }

  .mainBannerRightText, .mainBannerLeftText {
    padding: 10px;
    border-radius: 8px;
  }
  
}

@media (max-width: 670px) {
  .mainBannerInner { 
    grid-template-columns: 1fr;
    height: auto; 
    gap: 10px;
  }

  .mainBannerLeft::after {
    right: 0;
  }

  .mainBannerLeftText {
    height: 92px; 
  }

  .mainBannerLeft, .mainBannerRight {
    padding: 20px 15px; 
    gap: 16px;
    height: 250px;
  }

  .mainBannerInner .tag span {
    font-size: 13px;
  }

  .mainBannerLeft, .mainBannerRight {
    background-position: 45% 0;
  }
}

.section {
  background-color: #BF004E;
  padding: 30px 20px;
  font-family: Verdana, sans-serif;
  margin-bottom: 40px;
  border-radius: 10px; 
}


/* providers shortcode */

.providers {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}

.providers .providers-item {
  width: 177px;
  height: 85px;
  display: flex;
  background: linear-gradient(to top, #4E0F28, #9D0042); 
  border-radius: 6px;
}

.providers .providers-item img {
  width: 133px;
  margin: 0 auto;
}

/* payments shortcode */

.payments {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.payments img {
  height: 42px;
  width: auto;
}

@media (max-width: 900px) {
  .payments img {
    height: 34px;
  }

  .payments {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .payments img {
    height: 26px;
  }

  .payments {
    gap: 14px;
  }
}

/* games shortcode */

.games-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.games-title img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.games-title h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}

.games {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 0 10px;
}

.game-item {
  max-width: 208px;
  display: flex;
  flex-direction: column;
}

.game-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  margin-bottom: 6px;
}

.game-item span {
  font-family: Tahoma, sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.game-item p {
  margin: 0;
  font-size: 14px;
  color: #FFFFFF99;
  font-family: Tahoma, sans-serif;
}


@media (max-width: 1250px) {
  .games {
      grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 824px) {
  .games {
     grid-template-columns: repeat(3, 1fr);
  }

  .game-item {
    width: 165px;
  }
}

@media (max-width: 630px) {
  .games {
    grid-template-columns: repeat(2, 1fr);
  }

   .game-item {
    width: 165px;
  }

}