@charset "UTF-8";
:root {
  --bg: #132533;
  --main-bg: #172E3F;
  --text: #FFFFFF;
  --text-black: #FFFFFF;
  --text-white: #FFFFFF;
  --yellow: #1472DD;
  --button-text: #FFFFFF;
  --border-color: #060b34;
  --copyright: #787878;
  --casino-cards: #214159;
  --providers-back: #214159;
  --faq-label: #214159;
  --yellow-text: #12FC45;
  --footer-bg: #172E3F;
  --footer-border: #686868;
  --title-color: #2c2c2c;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

*,
:after,
:before {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

li,
ol,
ul {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

@font-face {
  font-family: Roboto;
  src: url(../media/roboto-regular.f58066a2.woff);
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(../media/Inter-SemiBold.cac2ba46.woff2);
  font-display: swap;
}
@font-face {
  font-family: Francois;
  src: url(../media/JacquesFrancois-Regular.69880062.woff2);
  font-display: swap;
}
body,
html {
  height: 100%;
  line-height: 1;
  background: var(--main-bg);
  font-size: 16px;
  color: var(--text);
  font-family: Roboto, Arial, sans-serif;
  --scroll-behavior: smooth !important;
  scroll-behavior: smooth !important;
}

body.overflow {
  overflow: hidden;
}

.wrapper {
  max-width: 160rem;
  min-height: 100%;
  flex-direction: column;
  overflow-x: hidden;
  margin: 0 auto;
}

.main,
.wrapper {
  display: flex;
  position: relative;
}

.main {
  width: 100%;
  flex: 1 1 auto;
  flex-direction: column;
}

.container {
  padding: 1.6875rem 8.25rem 1.6875rem 3.125rem;
  display: flex;
  gap: 0.625rem;
  align-items: center;
  justify-content: space-between;
}

.block {
  margin: 0 auto;
  max-width: 62.5rem;
  padding: 0 3.125rem;
}

.subtitleText {
  margin-bottom: 20px;
  font-size: 24px;
}

.block--not-found {
  max-width: 100%;
  height: 100vh;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.not-found-title {
  font-size: 8rem;
  font-family: Francois;
  font-weight: 400;
}

.not-found-content {
  font-size: 1.5rem;
  margin: 0.3125rem;
  text-align: center;
}

.block--not-found button {
  margin-top: 1.875rem;
}

.title {
  color: var(--title-color);
  font-family: Francois;
  font-size: 2.8125rem;
  line-height: 100%;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.title span {
  color: var(--yellow-text);
}

.subtitle {
  color: var(--title-color);
  font-family: Francois;
  font-size: 2rem;
  line-height: 120%;
  color: var(--text);
  text-transform: uppercase;
}

.content {
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: var(--text);
}

.logo {
  max-width: 323px;
  max-height: 55px;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .container {
    padding: 1.6875rem 3.125rem;
  }
  .block {
    padding: 0 1.5625rem;
  }
  .not-found-title {
    font-size: 4rem;
  }
  .not-found-content {
    font-size: 1.25rem;
  }
}
@media (max-width: 580px) {
  .btn--large {
    max-width: 16rem;
  }
  .title {
    font-size: 1.9rem;
  }
  .subtitle,
  .title {
    word-wrap: break-word;
  }
  .subtitle {
    font-size: 1.5rem;
  }
}
.header {
  min-height: 6.8125rem;
  background-color: var(--bg);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  position: fixed;
}

.header_nav {
  display: flex;
  gap: 3rem;
  position: relative;
}

.nav__item {
  font-size: 1.25rem;
  font-weight: 700;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}

.nav__link {
  color: var(--text-black);
}

.nav__link:hover {
  cursor: pointer;
  color: var(--yellow);
}

@media (max-width: 1440px) {
  .header_nav {
    gap: 2rem;
  }
}
@media (max-width: 1024px) {
  .nav__item {
    display: block;
    padding: 0.5rem;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
  }
  .nav__link {
    height: 2rem;
  }
}
.hamburger {
  display: none;
}

@media (max-width: 1024px) {
  .hamburger {
    margin-left: 0.625rem;
    position: relative;
    z-index: 3;
    cursor: pointer;
    display: block;
    border: none;
    background: transparent;
    min-width: 2.5rem;
    height: 1.625rem;
  }
  .hamburger:after,
  .hamburger:before {
    content: "";
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 0.25rem;
    border-radius: 0.625rem;
    background: var(--text-black);
  }
  .hamburger:before {
    top: 0;
    box-shadow: 0 0.6875rem 0 var(--text-black);
    transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
  }
  .hamburger:after {
    bottom: 0;
    transition: bottom 0.3s 0.15s, transform 0.3s;
  }
}
.hamburger.open:before {
  top: 0.6875rem;
  transform: rotate(45deg);
  box-shadow: 0 0.375rem 0 transparent;
  transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
}

.hamburger.open:after {
  bottom: 0.6875rem;
  transform: rotate(-45deg);
  transition: bottom 0.3s, transform 0.3s 0.15s;
}

@media (max-width: 1024px) {
  .nav__list {
    position: absolute;
    top: 6.8125rem;
    right: -100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    padding-top: 6.25rem;
    background-color: var(--bg);
    list-style-type: none;
    transition: 0.3s;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
  }
  .nav__list.open {
    right: 0;
  }
}
@media (max-width: 768px) {
  .nav__list {
    gap: 2.5rem;
    padding-top: 2.5rem;
  }
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--footer-bg);
}

.footer__top {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  border-bottom: 0.125rem solid var(--footer-border);
  display: flex;
  justify-content: center;
  position: relative;
}

.footer__logoContainer {
  position: absolute;
  top: 25%;
  left: 0.625rem;
}

.footer_footer__logo__mV8nY {
  max-width: 9.375rem;
  height: auto;
}

.footer__pay {
  padding: 0;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
}

.footer__payElementGrey {
  max-height: 2.5rem;
  width: auto;
}

.footer__payElementColor {
  display: none;
  max-height: 2.5rem;
  width: auto;
}

.footer__payBlock:hover .footer__payElementGrey {
  display: none;
}

.footer__payBlock:hover .footer__payElementColor {
  display: block;
}

.footer__middle {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  width: 100%;
  border-bottom: 0.125rem solid var(--footer-border);
  display: flex;
  justify-content: center;
}

.footer__operator {
  max-width: 55.625rem;
  width: 80%;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer__operatorElementGrey {
  max-height: 3.125rem;
  width: auto;
}

.footer__operatorElementColor {
  display: none;
  max-height: 3.125rem;
  width: auto;
}

.footer__operatorBlock:hover .footer__operatorElementGrey {
  display: none;
}

.footer__operatorBlock:hover .footer__operatorElementColor {
  display: block;
}

.footer__bottom {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.footer__group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.3125rem;
  font-weight: 500;
}

.footer__bottomAge {
  font-size: 2.125rem;
  color: var(--copyright);
}

.footer__bottomCopyright {
  font-size: 1.125rem;
  color: var(--copyright);
}

@media (max-width: 1050px) {
  .footer__logoContainer {
    display: none;
  }
}
@media (max-width: 1024px) {
  .footer__logoContainer {
    display: block;
  }
  .footer__operator {
    width: 60%;
  }
  .footer__payElementColor,
  .footer__payElementGrey {
    max-height: 1.75rem;
  }
  .footer__operatorElementColor,
  .footer__operatorElementGrey {
    max-height: 1.5625rem;
  }
}
@media (max-width: 880px) {
  .footer__logoContainer {
    display: none;
  }
  .footer__operator {
    width: 70%;
  }
}
@media (max-width: 580px) {
  .footer__group {
    gap: 0.625rem;
  }
  .footer__pay {
    gap: 0.4rem;
  }
  .footer__operator {
    gap: 0.4rem;
    width: 80%;
  }
  .footer__payElementColor,
  .footer__payElementGrey {
    max-height: 1.2rem;
  }
  .footer__operatorElementColor,
  .footer__operatorElementGrey {
    max-height: 1.5rem;
  }
  .footer__bottomAge {
    font-size: 1.625rem;
  }
  .footer__bottomCopyright {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .footer__group {
    gap: 0.1875rem;
    font-weight: 400;
  }
  .footer__operator {
    width: 100%;
  }
  .footer__payElementColor,
  .footer__payElementGrey {
    max-height: 1rem;
  }
  .footer__operatorElementColor,
  .footer__operatorElementGrey {
    max-height: 1.3rem;
  }
  .footer__bottomAge,
  .footer__bottomCopyright {
    font-size: 0.625rem;
  }
}
.hero {
  position: relative;
  margin-top: 150px;
  padding: 4rem 0 4rem;
  background: url(../media/icons/hero-group.webp) no-repeat right bottom;
  background-size: 34%;
  margin-bottom: 50px;
}

.hero_gradient {
  position: absolute;
  bottom: -1.875rem;
  left: -1.25rem;
  width: 100%;
  height: 6rem;
  background: var(--main-bg);
  filter: blur(1rem);
}

.hero_group {
  margin-bottom: 2.8125rem;
  display: flex;
  flex-direction: column;
}

.hero_title {
  max-width: 60%;
  font-size: 2.9375rem;
  font-weight: 700;
  line-height: 92%;
  letter-spacing: 0.2775rem;
  font-family: Francois;
  letter-spacing: 3.5%;
  text-transform: uppercase;
  margin-bottom: 1.625rem;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}

.hero_title span {
  color: var(--yellow-text);
}

.hero_text {
  font-size: 1.875rem;
  line-height: 1.2;
  min-height: 2.25rem;
  max-width: 60%;
}

@media (max-width: 1130px) {
  .hero {
    background: url(../media/icons//hero-group.webp) no-repeat right bottom -5rem/auto 95%;
  }
}
@media (max-width: 1024px) {
  .hero {
    padding-left: 0;
  }
  .hero_title {
    font-size: 4.75rem;
  }
  .hero_text {
    font-size: 1.25rem;
    min-height: 1.5rem;
  }
}
@media (max-width: 930px) {
  .hero {
    padding: 9.9375rem 0 10rem;
  }
}
@media (max-width: 850px) {
  .hero_gradient {
    bottom: -2.5rem;
    height: 5rem;
  }
  .hero_title {
    font-size: 2.875rem;
    max-width: 100%;
  }
  .hero_text {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .hero {
    margin-top: 0px;
    padding: 9.9375rem 0 30rem;
    background: url(../media/icons/hero-group--mobile.webp) no-repeat 100% 100%/auto 100%;
  }
  .hero_gradient {
    bottom: -3rem;
    height: 5rem;
  }
}
@media (max-width: 665px) {
  .hero_title {
    font-size: 2.1875rem;
  }
  .hero_text {
    font-size: 1rem;
    min-height: 1.25rem;
  }
}
@media (max-width: 580px) {
  .hero {
    background: url(../media/icons/hero-group--mobile.webp) no-repeat 100% 100%/auto 75%;
    background-size: contain;
  }
}
.advantages__block {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: 100%;
}

.advantages__description {
  width: 50%;
  border-right: 0.125rem solid var(--text);
  padding-right: 3.125rem;
}

.advantages__title {
  margin-bottom: 4.125rem;
}

.advantages__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 6.3125rem;
}

.advantages__item {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
}

.advantages__text {
  font-size: 1.5625rem;
  line-height: 1.8125rem;
}

.advantages__link {
  display: block;
  max-width: 18.75rem;
}

.advantages__mobile {
  padding-left: 3.125rem;
  width: 50%;
  text-align: center;
}

.advantages__mobilePhone {
  max-width: 17.1875rem;
  height: auto;
}

.advantages__storeGroup {
  display: flex;
  gap: 0.5625rem;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .advantages__storeGroup {
    flex-direction: column;
  }
}
@media (max-width: 860px) {
  .advantages__title {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .advantages__block {
    flex-direction: column;
    gap: 5rem;
  }
  .advantages__title {
    font-size: 2.8125rem;
  }
  .advantages__description {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .advantages__mobile {
    width: 100%;
    padding-left: 0;
  }
  .advantages__mobilePhone {
    max-width: 12rem;
    height: auto;
  }
  .advantages__title {
    text-align: left;
  }
}
@media (max-width: 580px) {
  .advantages__block {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .advantages__text {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
  .advantages__storeGroup {
    flex-direction: column;
  }
  .advantages__link {
    max-width: 14.375rem;
    margin: 0 auto;
  }
}
.application {
  background-color: var(--bg);
  color: var(--text-black);
  padding-bottom: 7rem;
}

.application__block {
  padding-top: 9.5625rem;
}

.application__title {
  margin-bottom: 2.5rem;
  color: var(--text-black);
}

.application__title span {
  color: var(--yellow-text);
}

.application__group {
  display: flex;
  gap: 5rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.application__column {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
}

.application__column:nth-child(2) {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.application__description {
  line-height: 2.5rem;
}

.application_applicationImage__a98E3 {
  max-width: 36.9375rem;
  width: auto;
  height: auto;
}

.application__storeGroup {
  margin-top: 2.5rem;
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
}

.application__mobilePhone {
  max-width: 17.1875rem;
  height: auto;
}

@media (max-width: 1024px) {
  .application {
    padding-bottom: 7rem;
  }
  .application__group {
    flex-direction: column;
    gap: 2.5rem;
  }
  .application__column {
    flex-basis: 100%;
  }
  .application__storeGroup {
    align-self: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .application__mobilePhone {
    max-width: 12rem;
    height: auto;
  }
}
.availableGames__block {
  padding-top: 5rem;
}

.availableGames__title {
  margin-bottom: 2.5rem;
}

.availableGames__group {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.availableGames_availableGamesList__WBN8G {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.availableGames_availableGamesItem__oNOek {
  list-style: disc inside;
}

.availableGames__description {
  line-height: 2.5rem;
}

.bonuses__block {
  padding-top: 9.5625rem;
  padding-bottom: 5rem;
}
@media (max-width: 810px) {
  .bonuses__block {
    padding: 153px 20px 0 20px;
  }
}
.bonuses__description {
  line-height: 2.5rem;
}
.bonuses__group {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.bonuses__title {
  margin-bottom: 2.5rem;
}
@media (max-width: 520px) {
  .bonuses__title {
    margin: 0 20px 40px;
  }
}
.bonuses__bonusTable {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 520px) {
  .bonuses__bonusTable {
    gap: 0;
  }
}
.bonuses__bonusTable-category {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-content: space-between;
}
.bonuses__bonusTable-category :not(:last-child) {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 810px) {
  .bonuses__bonusTable-category {
    grid-template-columns: repeat(5, 1fr);
  }
}
.bonuses__bonusTable-item {
  padding: 25px 0;
  font-size: 19px;
  text-align: center;
}
.bonuses__bonusTable-item:nth-child(1) {
  width: 182px;
}
@media (max-width: 520px) {
  .bonuses__bonusTable-item:nth-child(1) {
    width: 82px;
  }
}
.bonuses__bonusTable-item:nth-child(2) {
  width: 156px;
}
@media (max-width: 810px) {
  .bonuses__bonusTable-item:nth-child(2) {
    width: 105px;
  }
}
.bonuses__bonusTable-item:nth-child(6) {
  width: 238px;
}
@media (max-width: 810px) {
  .bonuses__bonusTable-item:nth-child(6) {
    display: none;
  }
}
.bonuses__bonusTable-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 19px;
}
@media (max-width: 520px) {
  .bonuses__bonusTable-grid {
    font-size: 16px;
  }
}
.bonuses__bonusTable-bonusRow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background-color: var(--casino-cards);
  align-items: center;
}
.bonuses__bonusTable-bonusRow :not(:last-child) {
  border-right: 1px solid var(--main-bg);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media (max-width: 810px) {
  .bonuses__bonusTable-bonusRow {
    grid-template-columns: repeat(5, 1fr);
  }
}
.bonuses__bonusTable-bonusRow-img {
  width: 162px;
  height: 65px;
}
@media (max-width: 520px) {
  .bonuses__bonusTable-bonusRow-img {
    width: 80px;
    height: 100%;
  }
}
.bonuses__bonusTable-bonusRow-titleBonus {
  white-space: nowrap;
}
@media (max-width: 810px) {
  .bonuses__bonusTable-bonusRow-titleBonus {
    white-space: wrap;
    text-align: center;
  }
}
.bonuses__bonusTable-bonusRow-rate {
  text-align: center;
  min-width: 60px;
}
.bonuses__bonusTable-bonusRow-freeSpins {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
}
.bonuses__bonusTable-bonusRow-moreInfo {
  width: 25px;
  height: 25px;
}
.bonuses__bonusTable-bonusRow-button {
  margin: 10px;
  padding: 0;
}
@media (max-width: 810px) {
  .bonuses__bonusTable-bonusRow-button {
    display: none !important;
  }
}
.bonuses__bonusTable-bonusRow-dopInfo {
  height: 0;
  overflow: hidden;
  opacity: 0;
  display: none;
  padding: 10px;
}
.bonuses__bonusTable-bonusRow-dopInfo button {
  margin: 20px auto;
  display: flex;
  justify-content: center;
  display: none;
}
@media (max-width: 810px) {
  .bonuses__bonusTable-bonusRow-dopInfo button {
    display: block;
  }
}
.bonuses__bonusTable-bonusRow-dopInfo > div {
  padding: 10px;
  border-bottom: 1px solid var(--casino-cards);
  display: flex;
  align-items: center;
  gap: 10px;
}
.bonuses__bonusTable-bonusRow-dopInfo > div :first-child {
  width: 286px;
}
.bonuses__bonusTable-bonusRow-dopInfo > div > p {
  padding: 20px 25px;
}
.bonuses__bonusTable-bonusRow-buttonDop {
  width: 218px;
  margin: 0 auto;
}

.activeDopInfo {
  height: auto;
  opacity: 1;
  display: block;
}

.bonuses__button {
  margin: 20px auto;
}

.bonuses__block {
  padding-top: 9.5625rem;
  padding-bottom: 5rem;
}

@media (max-width: 580px) {
  .bonuses__block {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.bonuses__block {
  padding-top: 5rem;
}

.connect__block {
  padding-top: 9.5625rem;
}

.connect__title {
  margin-bottom: 2.5rem;
}

.connect__group {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.connect_connectList__3mK71 {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.connect_connectItem__NBvzr {
  list-style: decimal inside;
}

.connect__description {
  line-height: 2.5rem;
}

.deposit__block {
  padding-top: 5rem;
}

.deposit__title {
  margin-bottom: 2.5rem;
}

.deposit__group {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.deposit_depositList__d_sH6 {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.deposit_depositItem__eWVZ6 {
  list-style: disc inside;
}

.deposit__description {
  line-height: 2.5rem;
}

.faq__block {
  padding-top: 5rem;
}

.faq__title {
  margin-bottom: 5rem;
}

.faq__input {
  display: none;
}

.faq__label {
  display: block;
  padding: 0.8125rem 3rem;
  font-family: Inter;
  font-size: 1.875rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 0.75rem;
  cursor: pointer;
  background-color: var(--faq-label);
  border-radius: 0.1875rem;
  transition: 0.5s ease;
  position: relative;
}

.faq__label:before {
  color: var(--yellow-text);
  content: "+";
  font-size: 1.875rem;
  font-weight: 700;
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  left: 0.6875rem;
  top: 25%;
}

.faq__input:checked + .faq__label:before {
  color: var(--yellow-text);
  content: "—";
  width: 1.125rem;
  height: 1.125rem;
  left: 0.6875rem;
  top: 25%;
}

.faq__content {
  padding: 0.75rem 3rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 0 0 0.75rem;
}

.faq__input + .faq__label + .faq__content {
  display: none;
}

.faq__input:checked + .faq__label + .faq__content {
  display: block;
}

.faq_faqList__kUPJr {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.faq_faqItem__b7GKx {
  list-style: disc inside;
}

@media (max-width: 580px) {
  .faq__block {
    padding-right: 0;
    padding-left: 0;
  }
  .faq__title {
    margin-left: 3.125rem;
  }
  .faq__label {
    font-size: 1.25rem;
    line-height: 1.125rem;
  }
  .faq__content {
    padding: 0.75rem;
  }
}
.games__group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .games__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .games__group {
    grid-template-columns: 1fr;
  }
}
.games__group-item {
  position: relative;
  transition: 0.3s ease-in-out;
}
.games__group-item:hover .games__group-name {
  opacity: 1;
  pointer-events: all;
}
.games__group-item.active .games__group-name {
  opacity: 1;
  pointer-events: all;
}
.games__group-images {
  width: 210px;
  height: 117px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .games__group-images {
    width: 100%;
    height: 100%;
  }
}
.games__group-name {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: var(--text-white);
  background-color: var(--yellow);
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.games__group-name h2 {
  font-weight: 700;
}
.games__group-nameImages {
  display: flex;
  align-items: center;
  gap: 15px;
}
.games__group-nameTitle {
  text-align: center;
  padding: 0 10px;
}
.games__button {
  margin: 20px auto;
}

.history {
  background-color: var(--bg);
  color: var(--text-black);
}

.history__block {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.history__title {
  margin-bottom: 2.5rem;
  color: var(--text-black);
}

.history__group {
  display: flex;
  gap: 5rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.history__column {
  flex-basis: 50%;
}

.history__column:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.history__listp {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  margin-bottom: 2.5rem;
}

.history__item {
  list-style: disc inside;
}

.history__description {
  margin-top: 2rem;
  font-size: 1.25rem;
  line-height: 2.5rem;
}

.history__image {
  max-width: 36.9375rem;
  width: 100%;
  height: auto;
}

.history_historySecondTitle__I054H {
  margin-top: 5rem;
}

@media (max-width: 1024px) {
  .history {
    background-image: none;
  }
  .history__group {
    flex-direction: column;
    gap: 2.5rem;
  }
  .history__column {
    flex-basis: 100%;
  }
  .history__column:last-child {
    display: none;
  }
}
.idioms {
  background-color: var(--bg);
  color: var(--text-black);
}

.idioms__block {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.idioms__title {
  color: var(--text-black);
  margin-bottom: 2.5rem;
  line-height: 120%;
}

.idioms__group {
  display: flex;
  gap: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.idioms__column {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.idioms__description {
  line-height: 2.5rem;
}

@media (max-width: 1024px) {
  .idioms__group {
    flex-direction: column;
  }
  .idioms__column {
    flex-basis: 100%;
  }
}
.license__block {
  padding-top: 5rem;
}

.license__title {
  margin-bottom: 2.5rem;
}

.license__group {
  display: flex;
  gap: 5rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.license__column {
  flex-basis: 70%;
}

.license__column:nth-child(2) {
  flex-basis: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.license__description {
  line-height: 2.5rem;
}

.license__image {
  max-width: 18.75rem;
  width: auto;
  height: auto;
}

@media (max-width: 1024px) {
  .license__group {
    flex-direction: column;
    gap: 2.5rem;
  }
  .license__column {
    flex-basis: 100%;
  }
}
.payMethod {
  padding-top: 153px;
}
.payMethod__title {
  margin-bottom: 2.5rem;
}
.payMethod__group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 520px) {
  .payMethod__group {
    gap: 0;
  }
}
.payMethod__group-category {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  justify-content: space-between;
}
.payMethod__group-category :not(:last-child) {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .payMethod__group-category {
    display: none;
  }
}
.payMethod__group-item {
  padding: 25px 0;
  font-size: 19px;
  text-align: center;
}
.payMethod__group-item:nth-child(1) {
  width: 120px;
}
.payMethod__group-item:nth-child(2) {
  width: 116px;
}
.payMethod__group-item:nth-child(3) {
  width: 116px;
}
.payMethod__group-item:nth-child(4) {
  width: 116px;
}
.payMethod__group-item:nth-child(5) {
  width: 116px;
}
.payMethod__group-item:nth-child(6) {
  width: 116px;
}
.payMethod__group-item:nth-child(7) {
  width: 180px;
}
.payMethod__group-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 19px;
}
@media (max-width: 520px) {
  .payMethod__group-grid {
    font-size: 16px;
  }
}
.payMethod__group-bonusRow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
}
.payMethod__group-bonusRow:first-child {
  background-color: var(--casino-cards);
}
@media (max-width: 1024px) {
  .payMethod__group-bonusRow:first-child {
    background-color: var(--main-bg);
  }
}
.payMethod__group-bonusRow :not(:last-child) {
  border-right: 1px solid var(--main-bg);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media (max-width: 1024px) {
  .payMethod__group-bonusRow :not(:last-child) {
    border: none;
  }
}
@media (max-width: 1024px) {
  .payMethod__group-bonusRow {
    grid-template-columns: 1fr;
  }
}
.payMethod__group-bonusRow-img {
  width: 120px;
  height: 70px;
}
@media (max-width: 1024px) {
  .payMethod__group-bonusRow-img {
    background-color: var(--casino-cards);
    width: 100%;
  }
}
.payMethod__group-bonusRow-type {
  white-space: nowrap;
}
.payMethod__group-bonusRow-country {
  text-align: center;
  min-width: 60px;
}
.payMethod__group-bonusRow-commission {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
}
.payMethod__group-bonusRow-button {
  margin: 10px;
  padding: 0;
}
@media (max-width: 1024px) {
  .payMethod__group-bonusRow-button {
    margin: 0;
  }
}

.prosAndCons__block {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.prosAndCons__title {
  margin-bottom: 2.5rem;
}

.prosAndCons__group {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.prosAndCons__list {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.prosAndCons__item {
  list-style: disc inside;
}

.prosAndCons__description {
  line-height: 2.5rem;
}

.providers {
  padding-top: 153px;
  padding-bottom: 80px;
}
.providers__group {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .providers__group {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    margin: 0 auto;
  }
}
@media (max-width: 520px) {
  .providers__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.providers__group-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--providers-back);
}
.providers__group-item a img {
  width: 100%;
  object-fit: contain;
}

.providersAndSecurity__block {
  padding-top: 5rem;
}

.providersAndSecurity__title {
  margin-bottom: 2.5rem;
  line-height: 120%;
}

.providersAndSecurity__group {
  display: flex;
  gap: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.providersAndSecurity__column {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.providersAndSecurity_providersList__i2nDU {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.providersAndSecurity_providersItem__sdSAA {
  list-style: decimal inside;
}

.providersAndSecurity__description {
  line-height: 2.5rem;
}

@media (max-width: 1024px) {
  .providersAndSecurity__group {
    flex-direction: column;
  }
  .providersAndSecurity__column {
    flex-basis: 100%;
  }
}
.support__block {
  padding-top: 5rem;
}

.support__title {
  margin-bottom: 2.5rem;
}

.support__group {
  display: flex;
  gap: 5rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.support__column {
  flex-basis: 50%;
}

.support__column:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.support_supportList__nw9Ip {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  margin-bottom: 2.5rem;
}

.support_supportItem__djWUy {
  list-style: disc inside;
}

.support__description {
  line-height: 2.5rem;
}

.support__image {
  max-width: 16.125rem;
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .support__group {
    flex-direction: column;
    gap: 2.5rem;
  }
  .support__column {
    flex-basis: 100%;
  }
}
.topcasino {
  position: relative;
  z-index: 1;
}

.topcasino__group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .topcasino__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .topcasino__group {
    grid-template-columns: 1fr;
  }
}
.topcasino__group-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px 15px 24px;
  gap: 5px;
  background-color: var(--casino-cards);
  font-size: 19px;
}
.topcasino__group-images {
  width: 180px;
  height: 72px;
  margin-bottom: 24px;
}
.topcasino__group-name {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
.topcasino__group-infoBonus {
  margin-top: 15px;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 160%;
}
.topcasino__button {
  margin: 20px auto;
  flex-grow: 1;
}

.withdraw__block {
  padding-top: 5rem;
}

.withdraw__title {
  margin-bottom: 2.5rem;
}

.withdraw__group {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.withdraw_withdrawList___iWb9 {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.withdraw_withdrawItem__hkp6m {
  list-style: disc inside;
}

.withdraw__description {
  line-height: 2.5rem;
}

.btn {
  height: 3.4375rem;
  min-width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--yellow);
  color: var(--button-text);
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 120%;
  text-transform: capitalize;
  transition: 0.2s ease;
  border-radius: 0.3125rem;
}

.btn:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.btn a {
  color: var(--button-text);
}

.btn--large {
  width: 18.75rem;
  height: 5rem;
  font-size: 1rem;
}

.btn--medium {
  border-radius: 0.3125rem;
}

.btn--small {
  width: 9.125rem;
}

.hiddenButton {
  display: none;
}

.loader-body {
  width: 100%;
  height: 100vh;
  background-color: transparent;
  text-align: center;
  align-content: center;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader__img {
  width: 120px;
  height: 120px;
  transform: scale(1);
  animation: pulse-black 2s infinite;
  border-radius: 50%;
}

@keyframes pulse-black {
  0% {
    transform: scale(0.8);
    box-shadow: 0 0 0 20px var(--text);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px transparent;
  }
  to {
    transform: scale(0.8);
    box-shadow: 0 0 0 20px var(--text);
  }
}
.loader {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  border: 12px solid var(--yellow);
  border-top-color: var(--text);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  animation: spin 1s linear infinite;
}

.loader-body.done {
  visibility: hidden;
  opacity: 0;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

/*# sourceMappingURL=main.css.map */
