@import "./normalize.css";
@import "./loader.css";
@import "./burger.css";
@import "./topGamesSection.css";
@import "./casinoInfoSection.css";
@import "./lastSection.css";
@import "./afterPayments.css";
@import "./appSection.css";
@import "./faqSection.css";
@import "./supportSection.css";
@import "./bonusDetails.css";
@import "./not-found.css";
@import "./localeSwitcher.css";

/* @font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} */

:root {
  --main-bg: #2D306D;
  --color-white: #ffffff;
  --color-black: #ffffff;
  --bg-section-second: #272961;
  /* --bg-section-second: #FFA00A; */
  --bg-header: #272961;
  --bg-footer: #272961;
  --shadow: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.75));
  --copyright: #ffffff57;
  /* --border-yellow: #f0af30; */
  --font-family-main: "Mogra";
  --font-family-second: "Roboto";
  --border-radius: 15px;
  --border-radius-button: 12px;
  --border-radius-second: 15px;
  --font-weight-main: 400;
  --font-weight-second: 800;
  --font-weight-third: 800;
  --font-weight-500: 500;
  --after-element: #ffffff33;
  --after-element-second: #00000033;
  /* --button-primary-bg: #3787ff; */
  --button-primary-bg: linear-gradient(to top, #F6A824 0%, #EFFA3C 100%);
  --button-primary-color: #272961;
  --button-font-size-primary: 28px;
  --button-primary-width: 340px;
  --button-primary-height: 82px;
  --button-secondary-bg: linear-gradient(to top, #22B77D 0%, #4DD2A0 100%);
  /* --button-secondary-bg: #ffffff; */
  --button-secondary-color: #272961;
  --button-secondary-width: 178px;
  --button-secondary-height: 52px;
  --button-primary-mobile-width: 280px;
  --button-font-size-mobile-primary: 24px;
  --button-secondary-mobile-width: 200px;
  --button-font-size-mobile-secondary: 18px;
  /* --header-active-color: #ffa519; */
  --header-first-desktop-button-width: 110px;
  --header-second-desktop-button-width: 200px;
  --header-buttons-desktop-height: 40px;
  --header-buttons-color-text: #272961;
  --button-font-size-desktop-header: 14px;
  --button-radius-desktop: 6px;
  --header-buttons-mobile-height: 28px;
  --header-first-mobile-button-width: 70px;
  --header-second-mobile-button-width: 100px;
  --button-font-size-mobile-header: 10px;
  --button-radius-mobile: 6px;
  --button-accordion-mobile-width: 200px;
  --svg--info-width: 26px;
  --table-head: #272961;
  --table-head-color: #ffffff;
  --table-body: #404491;
  --table-body-color: #ffffff;
  --welcome-bonus-color: #ffffff;
  --bonus-section-text: #ffffff;
  --bonus-section-bg: #404491;
  --h1-section-bg: #404491;
  --h1-section-color-text: #ffffff;
  --topCasino-welcome: #F6A824;
  --top-casino-text-color: #ffffff;
  --top-games-text-color: #F6A824;
  /* --payments-table-head: #0f4e8b;
  --payments-table-body: #e4f2ff;
  --payments-text-left: #0084ff;
  --software-provider-card-bg: #0f4e8b; */
  --faq-question-color: #ffffff;
  --faq-text-color: #ffffff;
  --faqTitle-text-color: #ffffff;
  --support-text-color: #ffffff;
  --last-text-color: #ffffff;
  --casinoInfo-text-color: #ffffff;
  --app-text-color: #ffffff;
  --topCasino-title-color: #ffffff;
  --bonusDetailsTitle-text-color: #ffffff;
  --topGamesTitle-text-color: #ffffff;
  --afterPayments-text-color: #ffffff;
}

html {
  scroll-behavior: smooth;
}
body {
  background: var(--main-bg);
}
main {
  margin-bottom: 140px;
  scroll-margin-top: 96px;
}
/* li,
ol,
ul {
  list-style: none;
} */

header {
  min-height: 96px;
  max-height: 96px;
}

button,
.button-primary,
.button-secondary,
.login,
.register {
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
  cursor: pointer;
}
button:hover,
.button-primary:hover,
.button-secondary:hover,
.login:hover,
.register:hover {
  transform: scale(1.07);
}
.container {
  max-width: 1120px;
  margin: 0 auto;
}
.bonusDetailSection_wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 140px;
}
.bonusDetailSection_wrapper h2 {
  color: var(--bonusDetailsTitle-text-color);
}
@media (max-width: 1180px) {
  .container {
    padding: 0 40px;
  }
  .bonusDetailSection_wrapper {
    margin-bottom: 64px;
  }
}
@media (max-width: 375px) {
  .container {
    padding: 0 20px;
  }
  .logoBlock > a img {
    margin-left: -10px;
  }
}
.title-black,
.title-white {
  font-family: var(--font-family-main);
  font-size: 56px;
  font-style: normal;
  font-weight: var(--font-weight-main);
  line-height: normal;
  /* text-transform: uppercase; */
  overflow-wrap: break-word;
  word-break: break-word;
  color: var(--color-white);
}
.title-black {
  color: var(--color-black);
}
.wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.title-white {
  color: var(--color-white);
}

.title-small {
  font-size: 40px;
}
.button-primary {
  padding: 4px 48px;
  background: var(--button-primary-bg);
  color: var(--button-primary-color);
  font-size: var(--button-font-size-primary);
  line-height: 34px;
  border: none;
  min-width: var(--button-primary-width);
  height: var(--button-primary-height);
  text-align: center;
  font-family: var(--font-family-second);
  font-weight: var(--font-weight-second);
  border-radius: var(--border-radius-button);
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-secondary {
  padding: 2px 18px;
  background: var(--button-secondary-bg);
  color: var(--button-secondary-color);
  /* border: 3px solid transparent;
  background:
    linear-gradient(#fff, #fff 0) padding-box,
    linear-gradient(180deg, #c4c4c4, #7e7b7b) border-box; */
  font-size: 20px;
  font-family: var(--font-family-second);
  font-weight: var(--font-weight-second);
  height: var(--button-secondary-height);
  border-radius: var(--border-radius-button);
  display: flex;
  justify-content: center;
  align-items: center;
}

.redSection {
  background: var(--bg-section-second);
  padding: 64px 0;
}

.topCasinoSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  margin: 70px auto 140px;
}
.topCasinoSection_title {
  width: 100%;
  color: var(--topCasino-title-color);
}
.lastBlockElement {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0;
}

.text {
  font-family: var(--font-family-second);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  color: var(--color-white);
  word-wrap: break-word;
  word-break: break-word;
}
.listBlock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 48px;
  width: 100%;
}
.gap-64 {
  gap: 64px;
}
/* Header */
.header {
  background: var(--bg-header);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  /* padding: 0 160px; */
}
.header_wrapper {
  height: 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerButtonBlock {
  display: flex;
  gap: 24px;
}
.navBlock {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navBlock .ulBlock {
  list-style: none;
  display: flex;
  gap: 24px;
}
.navBlock li a {
  text-decoration: none;
  color: var(--color-white);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-weight: var(--font-weight-main);
  transition: color 0.3s ease;
}
.ulBlock li a.active {
  color: var(--header-active-color);
}

.ulBlock li a:hover {
  color: var(--header-active-color);
}
@media (max-width: 1024px) {
  .ulBlock {
    position: absolute;
    top: 96px;
    left: -100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding-top: 100px;
    background: var(--bg-section-second);
    list-style-type: none;
    transition: 0.3s;
    width: 100%;
    height: calc(100vh - 96px);
  }
  .ulBlock.open {
    left: 0;
  }
  .ulBlock li a {
    font-size: 32px;
  }
}

.logoBlock {
  display: flex;
  align-items: center;
  gap: 16px;
}
.register,
.login {
  height: var(--header-buttons-desktop-height);
  font-family: var(--font-family-second);
  font-weight: var(--font-weight-second);
  font-size: var(--button-font-size-desktop-header);
  border-radius: var(--button-radius-desktop);
  cursor: pointer;
  border: none;
  width: var(--header-second-desktop-button-width);
  background: var(--button-primary-bg);
  color: var(--header-buttons-color-text);
  display: flex;
  justify-content: center;
  align-items: center;
}
.login {
  width: var(--header-first-desktop-button-width);

  background: var(--button-secondary-bg);
  color: var(--button-secondary-color);
  /* border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff 0) padding-box,
    linear-gradient(180deg, #c4c4c4, #7e7b7b) border-box; */
  /* border: 2px solid var(--color-black); */
}

@media (max-width: 875px) {
  .headerButtonBlock {
    gap: 8px;
  }
  .header_wrapper a img {
    scale: 0.85;
    margin-left: -10px;
    /* margin-top: -2px; */
  }
  .logoBlock a{
    width: 175px;
  }
  .register,
  .login {
    height: var(--header-buttons-mobile-height);
    font-size: var(--button-font-size-mobile-header);
    border-radius: var(--button-radius-mobile);
    width: var(--header-second-mobile-button-width);
  }
  .login {
    width: var(--header-first-mobile-button-width);
  }

}
@media (max-width: 475px) {
  /* .headerButtonBlock {
    display: block;
  } */
  .login {
    display: none;
  }
  .logoBlock > a {
    max-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logoBlock > a img {
    scale: 0.55;
    margin-left: 0;
  }
}

@media (max-width: 375px) {
  .logoBlock > a img {
    margin-left: 20px;
  }
}
@media (max-width: 350px) {
  .logoBlock > a {
    max-width: 100px;
  }
  .logoBlock > a img {
    scale: 0.5;
  }
  .header_wrapper a img {
    margin-left: -20px;
  }
}

.h1Section {
  background: var(--main-bg);
  padding: 64px 0;
}

.h1Section h1 {
  margin: 0;
  text-align: center;
  padding: 32px 60px;
  font-size: 28px;
  background: var(--h1-section-bg);
  border-radius: var(--border-radius);
  font-family: var(--font-family-main);
  font-weight: var(--font-weight-main);
  color: var(--h1-section-color-text);
  /* text-transform: uppercase; */
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: normal;
}

@media (max-width: 1180px) {
  .h1Section > div {
    max-width: 912px;
  }
}

@media (max-width: 910px) {
  .h1Section > div {
    max-width: 626px;
  }
}

/* Footer */
.footer {
  padding: 24px 0;
  background: var(--bg-footer);
  position: relative;
}
.footer .logo {
  position: absolute;
  left: 160px;
  top: 16px;
}
.footer .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.footer .logo {
  height: 43px;
}
.payments,
.partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 24px;
  column-gap: 16px;
}
.partners {
  max-width: 650px;
}
.partners img,
.payments img {
  max-height: 32px;
  width: auto;
}
.blockColor {
  mix-blend-mode: luminosity;
}
.paymentsBlock,
.partnersBlock {
  display: flex;
  align-items: center;
}
.paymentsBlock:hover .blockColor,
.partnersBlock:hover .blockColor {
  mix-blend-mode: normal;
}
.copyright {
  font-family: var(--font-family-second);
  font-weight: var(--font-weight-500);
  color: var(--copyright);
}
.copyrightLeft {
  font-size: 32px;
  margin-right: 16px;
  vertical-align: sub;
}
.copyrightRight {
  font-size: 20px;
  line-height: 40px;
  display: inline-block;
  margin-top: 3px;
}
@media (min-width: 1450px) {
  .footer .logo {
    position: inherit;
  }
}
@media (max-width: 1390px) {
  .footer .logo {
    position: inherit;
  }
}
@media (max-width: 850px) {
  .footer {
    padding: 12px 0;
  }
  .partners img,
  .payments img {
    max-height: 22px;
  }
  .partners,
  .payments {
    gap: 10px;
  }
  .copyrightLeft {
    margin-right: 8px;
    vertical-align: baseline;
  }
  .copyrightLeft,
  .copyrightRight {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 510px) {
  .copyrightRight {
    text-align: center;
  }
  .copyrightLeft {
    margin-right: 6px;
  }
}
@media (max-width: 440px) {
  .copyrightLeft,
  .copyrightRight {
    font-size: 16px;
    line-height: 20px;
  }
  .copyright {
    text-align: center;
  }
}
@media (max-width: 400px) {
  .copyrightLeft,
  .copyrightRight {
    font-size: 14px;
    line-height: 16px;
  }
  .copyrightLeft {
    margin-right: 2px;
  }
}

/* FAQ */
.faqWrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.faqBlock {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#faq h2 {
  color: var(--faqTitle-text-color);
}
.faqElement {
  color: var(--faq-question-color);
  font-family: var(--font-family-main);
  background: var(--table-body);
  font-size: 24px;
  font-weight: var(--font-weight-main);
  /* text-transform: uppercase; */
  padding: 10px 36px;
  border-radius: var(--border-radius);
  cursor: pointer;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.faqElement img {
  width: 24px;
  height: 24px;
  margin-right: 27px;
}
.faqText {
  font-family: var(--font-family-second);
  font-size: 20px;
  font-style: normal;
  font-weight: var(--font-weight-500);
  line-height: 40px;
  color: var(--faq-text-color);
}

/* Top Games */
.games {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
}
.gameCard {
  position: relative;
  cursor: pointer;
  max-width: 264px;
  max-height: 142px;
  text-align: center;
  transition: transform 0.5s ease;
  border-radius: var(--border-radius);
  border: none;
}
.gameCard:hover {
  transform: scale(1.04);
}
.gameCard > div {
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: var(--table-body);
  transition: opacity 0.5s ease;
  border-radius: var(--border-radius);
}
.gameCard:hover > div {
  opacity: 1;
}
.gameCard > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--border-radius);
}

/* Top Casino */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, 260px);
  justify-content: center;
  grid-gap: 24px 26px;
  gap: 24px 26px;
  width: 100%;
  margin: 0 auto;
}
.cardCasino {
  display: flex;
  width: 260px;
  padding: 30px 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: var(--table-body);
  border-radius: var(--border-radius-second);
}
.cardCasino img {
  filter: var(--shadow);
  object-fit: cover;
}
.cardCasino h3 {
  color: var(--top-casino-text-color);
  text-align: center;
  font-family: var(--font-family-second);
  font-size: 20px;
  font-weight: var(--font-weight-500);
  line-height: 23.44px;
  /* text-transform: capitalize; */
}
.cardCasino p.welcome {
  font-size: 24px;
  font-style: normal;
  font-weight: var(--font-weight-500);
  line-height: normal;
  /* color: var(--topCasino-welcome); */
  background: linear-gradient(to top, #F6A824 0%, #EFFA3C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-second);
}
.cardCasino p.offer {
  color: var(--top-casino-text-color);
  text-align: center;
  font-family: var(--font-family-second);
  font-size: 20px;
  font-style: normal;
  font-weight: var(--font-weight-500);
  line-height: 23.44px;
}

.cardCasino .button-secondary {
  width: var(--button-secondary-width);
  margin-top: auto;
  text-align: center;
}

/* Payments tables */
.paymentsTableHead {
  display: flex;
  height: 60px;
  padding: 8px 16px;
  align-items: center;
  gap: 10px;
  background-color: var(--table-head);
  color: var(--table-head-color);
  border-radius: var(--border-radius);
  font-family: var(--font-family-second);
  font-size: 18px;
  font-weight: 500;
}
.paymentsTableHead .last {
  min-width: 168px;
}
.paymentsRow {
  display: flex;
  height: 80px;
  padding: 0 16px;
  align-items: center;
  gap: 10px;
  background-color: var(--table-body);
  border-radius: var(--border-radius);
}
.paymentsRow p {
  font-family: var(--font-family-second);
  font-weight: var(--font-weight-500);
  font-size: 20px;
  line-height: 40px;
  color: var(--table-body-color);
}
.paymentsRow .button-secondary {
  width: 168px;
  text-decoration: none;
}
.paymentsRow img {
  filter: var(--shadow);
}

/* Second table (mobile) */
.paymentsCard {
  margin-top: 12px;
}
.paymentsCardHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 7px;
  gap: 10px;
  background-color: var(--payments-table-head);
  color: var(--table-head-color);
  font-family: var(--font-family-second);
  border-radius: var(--border-radius);
}
.paymentsCardHead a {
  text-decoration: none;
  width: 100%;
  max-width: 200px;
}
.paymentsCardBody {
  background: var(--payments-table-body);
  display: flex;
  flex-direction: column;
  padding: 8px 16px;
  border-radius: var(--border-radius);
}
.paymentsCardBody .row {
  color: var(--table-body-color);
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  padding: 7px;
  border-bottom: 1px solid var(--after-element-second);
}
.paymentsCardBody .row:last-child {
  border-bottom: none;
}
.paymentsCardBody .label {
  color: var(--payments-text-left);
}
.paymentsCard .button-secondary {
  max-width: 200px;
  width: 100%;
}
@media (max-width: 1000px) {
  .paymentsTableHead,
  .paymentsRow {
    display: none;
  }
}
@media (min-width: 1001px) {
  .paymentsCard {
    display: none;
  }
}

/* Advantages */
.advantages {
  margin-bottom: 140px;
  position: relative;
}
.advantagesSection_wrapper {
  display: flex;
  margin-right: 345px;
}
.advantages .left {
  align-items: flex-start;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-right: 32px;
  border-right: 2px solid rgba(255, 255, 255, 0.4);
}
.advantages .left ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.advantages .left li {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 400px;
  font-family: var(--font-family-second);
  font-size: 24px;
  font-style: normal;
  font-weight: var(--font-weight-500);
  line-height: normal;
}
.advantages .right {
  position: relative;
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: var(--color-white);
}
.advantages .title {
  color: var(--color-white);
  font-family: var(--font-family-main);
  font-size: 40px;
  font-style: normal;
  font-weight: var(--font-weight-second);
  line-height: 48px;
  /* text-transform: uppercase; */
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.advantages .backImg {
  position: absolute;
  left: 340px;
  top: 20px;
  max-width: 220px;
}
.advantages .stores {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1200px) {
  .advantages .backImg {
    position: static;
  }
}
@media (max-width: 768px) {
  .advantages .wrapper {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .advantages .left {
    border: none;
    padding-right: 0;
  }
  .advantages .stores {
    flex-direction: row;
    justify-content: center;
  }
}

.header .wrapper img {
  display: block;
}

.someSection {
  background: var(--bonus-section-bg);
}
.bonusSection {
  background: url("../public/sectionImg/slot1.webp") no-repeat top 50% left
    81% / auto 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.bonusSection_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bonusSection_left {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 430px;
  align-items: flex-start;
}
.bonusSection_left p {
  color: var(--bonus-section-text);
  font-family: var(--font-family-main);
  font-size: 32px;
  font-weight: var(--font-weight-main);
  /* text-transform: uppercase; */
  line-height: normal;
  /* line-height: 45px; */
}
.bonusSection_right {
  height: 540px;
}
.bonus-title {
  color: var(--welcome-bonus-color);
  font-family: var(--font-family-main);
  font-size: 64px;
  font-weight: var(--font-weight-main);
  line-height: 88px;
  /* text-transform: uppercase; */
}
.bonus-text.desktop {
  display: block;
  min-height: 68px;
}
.bonus-text.mobile {
  display: none;
}
@media (max-width: 1200px) {
  .bonusSection {
    background: url("../public/sectionImg/slot1.webp") no-repeat top 50% left
      85% / auto 70%;
  }
}
@media (max-width: 1085px) {
  .bonusSection {
    background: url("../public/sectionImg/slot1.webp") no-repeat top 50% left
      85% / auto 60%;
  }
}
@media (max-width: 1000px) {
  .bonusSection {
    background: url("../public/sectionImg/slot1.webp") no-repeat top 50% left
      92% / auto 55%;
  }
}
@media (max-width: 875px) {
  .bonusSection_wrapper {
    flex-direction: column-reverse;
    gap: 40px;
    padding-bottom: 33px;
  }
  .bonusSection {
    background: url("../public/sectionImg/slot1-mobile.webp") no-repeat top 5%
      center / auto 56%;
  }
  .bonusSection_right {
    width: 576px;
    height: 317px;
  }
  .bonus-title {
    display: none;
  }
  .bonusSection_left {
    align-items: center;
    text-align: center;
    width: auto;
    gap: 24px;
    margin-top: 0;
  }
  .bonus-text.mobile {
    display: block;
    min-height: 56px;
    line-height: normal;
  }
  .bonus-text.desktop {
    display: none;
  }
  .bonusSection_left p {
    font-size: 24px;
  }
}
@media (max-width: 594px) {
  .bonusSection_right {
    width: 450px;
    height: 286px;
  }
}
@media (max-width: 550px) {
  .bonusSection {
    background: url("../public/sectionImg/slot1-mobile.webp") no-repeat top 5%
      center / auto 46%;
  }
  .bonusSection_wrapper {
    gap: 51px;
  }
  .bonusSection_right {
    height: 220px;
    width: 380px;
  }
}
@media (max-width: 500px) {
  .bonusSection_right {
    width: 330px;
  }
  .bonusSection_left {
    gap: 14px;
  }
  .bonusSection_left p {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .bonusSection_wrapper {
    gap: 0;
  }
}
@media (max-width: 350px) {
  .bonusSection_right {
    width: 300px;
    height: 180px;
  }
  .bonus-text.mobile {
    min-height: 72px;
  }
}

.show-850 {
  display: none;
}

@media (max-width: 1100px) {
  .row {
    grid-template-columns: 25% 15% 15% 15% 30%;
  }
  .hide-1000 {
    display: none !important;
  }
  .width-120 {
    width: 100px;
  }

  .width-140 {
    width: 120px;
  }

  .width-160 {
    width: 120px;
  }
}
@media (max-width: 850px) {
  .gap-64 {
    gap: 40px;
  }

  .lastBlock {
    flex-direction: column;
  }
  .cell {
    font-size: 18px;
    height: 80px;
    line-height: normal;
  }
  .row {
    grid-template-columns: 36% 22% 22% 20%;
  }

  .row button {
    width: auto;
  }

  .cell:after {
    display: none;
  }

  .cell:first-child:after {
    display: block;
    height: 64px;
  }
  .hide-850 {
    display: none !important;
  }

  .show-850 {
    display: block;
  }
}
@media (max-width: 768px) {
  .button-primary {
    font-size: var(--button-font-size-mobile-primary);
    padding: 4px 20px;
    min-width: 240px;
    width: var(--button-primary-mobile-width);
    height: 77px;
    line-height: 100%;
  }
  .button-secondary {
    font-size: var(--button-font-size-mobile-secondary);
    width: var(--button-secondary-mobile-width) !important;
    height: 54px !important;
  }
  .title-black,
  .title-white {
    font-size: 32px;
    font-weight: var(--font-weight-main);
  }

  .text {
    font-size: 18px;
    line-height: 32px;
  }

  .title-small {
    font-size: 24px;
  }
  .cell .info {
    height: var(--svg--info-width);
    width: var(--svg--info-width);
  }
  .cards {
    gap: 16px;
    grid-template-columns: repeat(auto-fit, 240px);
  }
  .cardCasino {
    width: 240px;
    min-height: 264px;
    height: auto;
    padding: 16px;
    border-radius: var(--border-radius);
  }
  .cardCasino img {
    width: 160px;
    height: 64px;
  }
  .cardCasino h3 {
    display: none;
  }
  .cardCasino h4 {
    margin-bottom: -8px;
  }
  .cardCasino p.offer {
    font-size: 16px;
  }
  .cardCasino button {
    margin-top: auto;
  }
  .topCasinoSection {
    gap: 40px;
    margin: 30px auto 64px;
  }
  .bonusDetailSection_wrapper {
    gap: 40px;
  }
}

@media (max-width: 575px) {
  .cards {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
  .cardCasino {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .cell {
    font-size: 16px;
    padding: 4px 8px;
  }
  h2.title-white,
  h2.title-black {
    font-size: 26px;
  }
}
@media (max-width: 420px) {
  .button-primary {
    font-size: 18px;
    padding: 10px 14px;
  }
}

@media (max-width: 380px) {
  .button-primary {
    height: 60px;
    width: 270px;
  }
  .bonusSection {
    background: url("../public/sectionImg/slot1-mobile.webp") no-repeat top 5%
      center / auto 36%;
  }
}

@media (max-width: 300px) {
  .button-secondary {
    padding: 2px 16px;
    width: auto;
    height: auto;
  }
  .button-primary {
    width: auto;
    height: auto;
  }
}
@media (max-width: 1100px) {
  .gameCard h3 {
    font-size: 20px;
  }
  .gameBlock_text {
    font-size: 18px;
  }
  .gameCard > div {
    gap: 8px;
  }
}

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

@media (max-width: 768px) {
  .redSection {
    padding: 40px 0;
  }
  .wrapper {
    gap: 40px;
  }
  .gameCard > div {
    border-radius: var(--border-radius);
  }
  .gameCard > img {
    border-radius: var(--border-radius);
  }
}

@media (max-width: 760px) {
  .games {
    grid-template-columns: repeat(2, 1fr);
    gap: 23px 16px;
  }
}
@media (max-width: 525px) {
  .games {
    grid-template-columns: repeat(1, 1fr);
  }
  .gameCard h3 {
    font-size: 24px;
  }
  .gameBlock_text {
    font-size: 20px;
  }
}
@media (max-width: 850px) {
  .footer .wrapper {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .ulBlock {
    padding-top: 40px;
    gap: 16px;
  }
  .ulBlock li {
    padding: 16px 0;
  }
  .ulBlock li a {
    font-size: 32px;
  }
  .listBlock {
    grid-template-columns: repeat(1, 1fr);
  }

  main {
    margin-bottom: 64px;
  }

  .footer .logo {
    height: 40px;
  }
  .footer .logo img {
    height: 40px;
  }

  .footer .wrapper {
    gap: 16px;
  }

  .faqElement {
    font-size: 18px;
    padding: 8px 20px;
    word-wrap: break-word;
    word-break: break-word;
    border-radius: var(--border-radius);
    font-weight: var(--font-weight-main);
  }

  .faqBlock {
    gap: 10px;
  }

  .faqText {
    font-size: 18px;
    line-height: 32px;
  }

  .faqElement img {
    margin-right: 19px;
    width: 18px;
    height: 18px;
  }
}
