:root {
  --transition: all 0.3s linear;

  --bright-blue: rgb(65, 89, 246);
}

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

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

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

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

.logo {
  transition: all 0.3s linear;
}

.logo img {
  height: 80px;
  width: 150px;
  object-fit: contain;
}

.logo:hover {
  transform: scale(1.02);
  opacity: 0.8;
  transition: all 0.3s linear;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

hr {
  width: 100%;
  height: 1px;
  background: rgb(227, 224, 224);
  margin: 30px auto 15px;
}

.IiqmYjNlqGVFDaB {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
/* no-scroll */
.rHCPPkvZjVJBnej {
  position: fixed;
  overflow-y: hidden;
  width: 100vw;
}

html,
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1;
}

footer {
  flex-shrink: 0;
}

body {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  background-color: #292827;
  color: #fff;
}

.epxhNKWPbFbcOGy {
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
}

 

h2,
h3 {
  margin-bottom: 30px;
}

p {
  margin-bottom: 10px;
}

h2 {
  font-size: clamp(20px, 5vw, 34px);
}

h3 {
  font-size: clamp(18px, 5vw, 26px);
}

.UYZRVcLqMkDCdQx {
  padding: 40px 0;
}

.navigation {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: end;
}

.navigation a {
  text-transform: capitalize;
  font-size: 16px;
  transition: all 0.3s linear;
}

.navigation a:hover {
  color: rgb(65, 89, 246);
  transition: all 0.3s linear;
}

.QxuuPoTLWMuROvV {
  display: flex;
  width: fit-content;
  margin-top: 30px;
  padding: 20px 30px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px #fff;
  background-color: var(--bright-blue);
  color: #fff !important;
  text-transform: uppercase;
  transition: var(--transition);
}

.EQUHJjMCoSTYSMc .wrapper {
  display: flex;
  gap: 20px;
}
@media (hover: hover) {
  .QxuuPoTLWMuROvV:hover {
    transition: var(--transition);

    background-color: #676666;
  }
}

li {
  margin: 15px 0;
}

ul {
  margin-bottom: 30px;
}

.zbhABrgulELcjKD {
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .zbhABrgulELcjKD:hover {
    opacity: 0.6;
  }
}

.EHFmgiADbSfznKE {
  width: 50%;
  text-align: center;
  @media (max-width: 930px) {
    width: 100%;
  }
}

.KPAfXTRxjEISDSe {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 50px;
  align-items: center;
  @media (max-width: 930px) {
    flex-direction: column;
  }
}

#bonus-welcome {
  background-color: #ff000080;
  /* color: #fff; */
}

.xXFBZhTuZVHZhaE {
  margin-top: 40px;
}

.xXFBZhTuZVHZhaE img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.aRDSfsLotgmOUdI {
  margin-top: 40px;
}

.dSOlsSfeBvWiqqL {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 130%;
}

.KMfSDhHLeHAAUMC {
  display: flex;
  flex-direction: column;
  width: 70%;
  @media (max-width: 930px) {
    width: 100%;
  }
}

.KMfSDhHLeHAAUMC.wide {
  width: 100%;
}

.mkEcTqWFnGnzrMN h3 {
  margin-top: 40px;
}

.abVJEwxipzbOReU p {
  margin: 15px 0;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/lato-regular.woff") format("woff"),
    url("../font/lato-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../font/lato-bold.woff") format("woff"),
    url("../font/lato-bold.woff2") format("woff2");
}
.spACVnbahdAzuEO {
  padding: 20px 0;
  color: #fff;
  background: rgb(43, 25, 65);
  z-index: 20;
}
.QchwyjnYwFqbNYd {
  font-size: clamp(24px, 4vw, 32px);
  margin: 0;
}
.QchwyjnYwFqbNYd span {
  color: red;
}
@media (max-width: 768px) {
  .spACVnbahdAzuEO {
    position: relative;
    padding: 10px 0;
  }

  .filters {
    flex-direction: column;
  }
}
.ueafRHezovaEgWf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.nJFCKnGHkONJVvY {
  border: 1px solid red;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  color: red !important;
  font-weight: 600;
}

.nJFCKnGHkONJVvY:hover {
  background-color: #ff0000;
  color: #fff !important;
}

.ANjWbsNvViDkztE {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 80px;
}
.ZKyaNGuIVgSQAxw {
  background-color: #eeeeee;
}
.LcLCRIOqGeLgtEG {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  gap: 30px;
  margin: 0 auto;
}
.LcLCRIOqGeLgtEG:last-child {
  display: block;
}
@media (max-width: 768px) {
  .LcLCRIOqGeLgtEG {
    flex-wrap: wrap;
  }
}
.CaCFHIzBHfeOPZx {
  border: 1px solid #665f55;
  border-radius: 5px;
  width: 100%;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .CaCFHIzBHfeOPZx {
    max-width: 100%;
  }
}
.RXFXLWeQwrBZFMe {
  display: block;
  margin-bottom: 10px;
}

.uhDiOJOzhjnJCVr {
  width: 300px;
  padding: 15px 35px;
  border-radius: 5px;
  color: #fff;
  border: solid 1px #665f55;
  transition: all 0.3s ease-in-out;
  display: block;
  background-color: #ff0000;
}
@media (hover: hover) {
  .uhDiOJOzhjnJCVr:hover {
    background-color: #e5e5e5;
    border-color: #403f3d;
    color: #322e3d;
    transition: all 0.3s ease-in-out;
  }
}

.RXFXLWeQwrBZFMe a {
  text-decoration: underline;
}

#contacts-list {
  margin: 50px auto;
}

#contact-info {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

#contacts-list .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

#contacts-list img {
  height: 300px;
  object-fit: cover;
  border-radius: 30px;
  filter: drop-shadow(0 0 10px rgba(235, 230, 230, 0.5));
}

#contact-info li {
  width: 100%;

  margin-top: 0;
  padding: 10px;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 0;
  align-self: center;
  background-color: gray;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

#contact-info li a {
  display: block;
  margin-top: 20px;
}

#faq h4 {
  font-size: 20px;
  margin: 0;
  color: #fff;
}

.faqSection {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.faqBlock {
  max-width: 1200px;
  margin: 0 auto;
}

.banner.field {
  height: 465px;
  background-size: contain !important;
  background-position: right !important;
}

#faq .circle {
  width: 70%;
  height: 425px;
  border: 3px solid aqua;
}

#faq a.button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #000000;
  color: #fff;
  text-transform: capitalize;
  border: 3px solid #000000;
}

#faq a.button:hover {
  background-color: transparent;
  color: #000000;
}

.faqBlock__listItem {
  cursor: pointer;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid #fff;
}
.faqBlock__listItemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  background-color: rgb(84, 54, 120);
  color: #000000;
  padding: 15px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#faq {
  margin: 50px auto;
  color: #fff;
}

.faqBlock__listItemTitle span {
  /* width: 20px;
  height: 1px; */
  display: block;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #425995;
  font-size: 24px;
  font-weight: 700;
  margin-top: -7px;
}
.faqBlock__listItemActive span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}
.faqBlock__listItemTitleDesc {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  background: #fff;
  color: #000;
}
.faqBlock__listItemTitleDesc p {
  margin-top: 0;
  margin: 20px;
  line-height: 130%;
  font-size: 16px;
  color: #000;
  text-align: left;
}
.faqBlock__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
}

.faqBlock__group {
  padding: 50px 0;
  color: #fff;
  align-items: center;
}

.faqBlock__group .container {
  text-align: center;
}

.faqBlock__group h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
}

.faqBlock__group img {
  width: 100%;
  margin-top: 30px;
  border-radius: 15px;
  max-height: 100%;
  object-fit: cover;
}

.faqBlock__listItem h4 {
  margin: 0;
  color: #fff;
}

.IYTqWlWTKyDVLoY {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.NtJohUsvGHvBsLj {
  background: rgb(43, 25, 65);
  padding: 40px 0;
  color: #fff;
}
.CEhgJfyxTYnyHaF {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}

footer .CEhgJfyxTYnyHaF {
  flex-direction: column;
}

.NtJohUsvGHvBsLj span {
  display: block;
  text-align: center;
  margin-top: 15px;
  padding: 0 10px;
}
.NtJohUsvGHvBsLj div {
  margin-bottom: 0;
  gap: 20px;
  display: flex;
}

.XrnSQIZijEZUVLB {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
  margin-top: 10px;
}

.UYZRVcLqMkDCdQx h2 {
  font-size: 22px;
  line-height: 130%;
}

#about-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)),
    url(../image/6.jpg);
  min-height: 100vh;
  display: flex;
  align-items: center;
  max-height: 1000px;
}

.promo-list .KPAfXTRxjEISDSe .image {
  filter: drop-shadow(1px 1px #fff);
}

.casino-games {
  max-width: 1200px;
  padding: 20px;
  color: #fff;
  margin: 0px auto;
}

#games-list {
  margin: 50px auto;
}

.casino-games h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}

.filters {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.filter {
  display: flex;
  align-items: center;
}

.filter label {
  margin-right: 10px;
  color: #fff;
}

.game-card a:not(.underline-link) {
  width: 100%;
  display: flex;
  justify-content: center;
}

.filter select {
  padding: 5px;
  font-size: 16px;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
  text-transform: capitalize;
}

.filter option {
  color: #333131;
  padding: 5px;
  text-transform: capitalize;
}

.filter select:hover,
.filter select:focus {
  box-shadow: 2px 2px 10px var(--blue);
}

.games-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding-top: 20px;
}

.game-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
  display: grid;
  color: #000;
}

.game-card .button {
  align-self: flex-end;
}

.game-card:hover {
  transform: translateY(-10px);
}

.game-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.game-card h3 {
  padding: 10px;
  font-size: 18px;
  background-color: #f4f4f4;
  margin: 0;
  color: #333;
  height: fit-content;
}

.game-card p {
  padding: 10px;
  font-size: 16px;
  margin-bottom: 0;
  color: #777;
}

.game-card p + p {
  font-size: 24px;
}

#popular-list {
  background-color: #152854;
}

#popular-list .casino-games {
  margin: 0 auto;
}

#betting-banner {
  padding: 50px 0;
  display: flex;
  align-items: center;
  background: radial-gradient(
    circle at 0% 78%,
    rgba(43.2565, 0, 55, 1),
    rgba(65, 89, 246, 1)
  );
}

#vip-banner {
  padding: 50px 0;
  display: flex;
  align-items: center;
  background-image: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.85),
      rgba(0, 0, 0, 0.75)
    ),
    url(../image/b1.png);
}

#betting-banner ol,
#betting-banner ul {
  text-align: left;
  padding-left: 30px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.KPAfXTRxjEISDSe .image {
  filter: drop-shadow(0 0 5px #7b7a7a);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  min-height: 350px;
}

.KPAfXTRxjEISDSe .image:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  filter: drop-shadow(0 0 10px #676666);
}

#guide-page-cta {
  height: auto;
  max-height: none;
  background-image: linear-gradient(rgb(43, 25, 65), #ff00009b);
}

#guide-page-cta.cta .epxhNKWPbFbcOGy {
  width: 80%;
}
#guide-page-cta.cta::after {
  display: none;
}

#advantages {
  background-color: #ff000080;
}

#guide-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)),
    url(../image/roulette.jpg);
  background-position: top center;
}

#vip-loyalty-program img {
  aspect-ratio: 16/9;
}

@media (min-width: 992px) {
  .z26sql0t4wwpozq__text-wrapper {
    padding: 100px 100px 63px;
  }
}

.z26sql0t4wwpozq__text-wrapper {
  background-color: #ede5e577;
  padding: 3rem 1rem 5rem;
}

.z26sql0t4wwpozq__text-inner {
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 1rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.btn:hover {
  opacity: 0.8;
}

.checkbox-wrapper a:hover {
  text-decoration: none;
}
.checkbox-wrapper {
  margin-bottom: 15px;
}

.checkbox-wrapper p {
  margin-bottom: 0;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

form .btn {
  width: max-content;
}

.a4f3dqf4c63mg7l__link,
.btn {
  background: #000000;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16.8534px;
  padding: 15px 30px;
  position: relative;
  transition: all 0.3s ease;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
  outline: none;
  border: 1px solid #152854;
}

.contact-form textarea {
  min-height: 50px;
  max-height: 150px;
  min-width: 100%;
  max-width: 300px;
}

.checkbox-wrapper input {
  margin: 0;
}

.checkbox-wrapper a {
  text-decoration: underline;
}

@media (min-width: 991px) {
  .z26sql0t4wwpozq__image-wrapper {
    max-height: 500px;
    min-height: 500px;
    min-width: 770px;
  }
}

.z26sql0t4wwpozq__image {
  display: block;
  max-height: 500px;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

img {
  vertical-align: top;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-section {
  margin: 50px auto;
}

#slots-catalog {
  background-color: #7b7a7a;
}

#slots-catalog h2 {
  font-size: 32px;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#slots-catalog .review {
  background-color: rgba(43, 25, 65, 0.177);
  border: 2px solid darkblue;
  overflow: hidden;
  color: #fff;
  padding: 0;
  border-radius: 50px;
}

#slots-catalog .review-content {
  height: 100%;
  display: grid;
}

#slots-catalog h3 {
  font-size: 20px;
  color: #fff;
  padding: 10px;
  margin-bottom: 0;
}

#slots-catalog img {
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(26, 26, 26, 0.5);
  height: 266px;
  object-fit: cover;
}

#slots-catalog .review p {
  font-size: 14px;
  padding: 10px;
}

#slots-catalog .review p:nth-child(3) {
  background-color: #7b7a7aad;
  color: #fff;
  margin-bottom: 0;
}

#slots-catalog .review p:nth-child(4) {
  background-color: #322e3d6a;
  margin-bottom: 0;
  color: #fff;
}

#slots-catalog .QxuuPoTLWMuROvV {
  margin-top: 0;
  width: 100%;
  border-radius: 0%;
  box-shadow: none;
  text-align: center;
  justify-content: center;
}

#slots-catalog .review p strong {
  display: block;
  margin-bottom: 10px;
}

.ZStteKxTpWsMDED.UYZRVcLqMkDCdQx p {
  font-size: 20px;
  line-height: 130%;
}

.RmAkHrVgRFHGgnp {
  max-width: 200px;
}

.VfcCRoFnTHVxGKe {
  position: relative;
}

.VfcCRoFnTHVxGKe h1 {
  margin-bottom: 20px;
}

.VfcCRoFnTHVxGKe p {
  margin-bottom: 15px;
}

.VfcCRoFnTHVxGKe a {
  color: #464542;
}

.fIZsMMsEBgJsPFD {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 670px;
  margin: auto;
  transform: translateY(50%);
}

.EQUHJjMCoSTYSMc {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eff6ff;
  padding: 100px 0;
  color: #fff;
}

#main-banner {
  background-image: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.55),
      rgba(0, 0, 0, 0.8)
    ),
    url("../image/2.png");
}

.bottom-paragraph,
.top-paragraph {
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  margin: 50px auto 0;
}

.top-paragraph {
  margin: 0 auto 50px;
}

.top-paragraph.left-text {
  text-align: left;
  margin: 0px 0 30px;
}

.left-text {
  text-align: left;
  margin: 50px 0 30px;
}

.payment-table {
  overflow-x: scroll;
}

.payment-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  color: #000000;
 }

.payment-table th,
.payment-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.payment-table th {
  background: #007bff;
  color: white;
}

.note {
  margin-top: 15px;
  font-style: italic;
  color: #b5b1b1;
  text-align: center;
}

@media (max-width: 600px) {
  .payment-table {
    padding: 10px;
  }

  .payment-table .wrapper {
    padding: 15px;
  }

  .payment-table th,
  .payment-table td {
    padding: 10px;
  }
}

.center-text {
  text-align: center !important;
}

.top-list.margin-auto {
  margin: 0 auto;
  width: fit-content;
  padding-left: 30px;
}

.margin-auto {
  margin: 0 auto;
}

.top-list.margin-auto li {
  list-style-type: circle;
}

.list-type {
  padding-left: 30px;
}

.list-type li {
  list-style-type: disc;
}

.EQUHJjMCoSTYSMc h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ZStteKxTpWsMDED .wrapper {
  margin: 50px auto;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.ZStteKxTpWsMDED .wrapper p {
  font-size: 18px;
  line-height: 130%;
}

#main-img-one,
#slots-img-one,
#bet-img-one {
  min-height: 350px;
  background-size: cover;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-image: url("../image/6.jpg");
}

#betting-promo .QxuuPoTLWMuROvV {
  background-color: #eeeeee;
  color: #292827 !important;
}

#betting-promo .QxuuPoTLWMuROvV:hover {
  opacity: 0.8;
}

#popular-categories {
  margin: 50px auto;
  color: #fff;
}

#popular-categories h2 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

#popular-categories .QxuuPoTLWMuROvV {
  margin-top: 0;
}

.KNRcbZcndiuMOgk {
  margin: 50px auto;
}

.KNRcbZcndiuMOgk .image {
  background-size: contain;
  min-height: 450px;
  filter: drop-shadow(0 0 5px darkblue);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.KNRcbZcndiuMOgk .image:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
  filter: drop-shadow(2px 2px 10px darkblue);
}

.cta {
  height: 80vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-height: 700px;
  display: grid;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 50px 0;
  color: #fff;
}

.cta p {
  font-size: 20px;
  line-height: 150%;
}

.cta .epxhNKWPbFbcOGy {
  position: relative;
  z-index: 5;
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 30px;
  text-align: center;
}

.cta .QxuuPoTLWMuROvV {
  margin: 0 auto;
}

#main-page-cta {
  background-image: url("../image/7.png");
  background-position: top center;
}

#blog-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)),
    url("../image/roulette-american.png");
  background-position: center center;
}

#main-page-cta.cta::after {
  background-color: rgba(0, 0, 0, 0.75);
}

.cta::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#main-img-three {
  background-image: url("../image/6.jpg");
}

#main-img-four {
  background-image: url("../image/7.png");
}

#features {
  background-color: #ff000080;
}

#features .KNRcbZcndiuMOgk .image {
  min-height: 300px;
  background-size: cover;
}

#features .KNRcbZcndiuMOgk .image:hover {
  transform: scale(1.05);
}

#features p {
  font-size: 20px;
  line-height: 150%;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

#advantages-list .BCxKQhbqvaSuQRM {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

#advantages-list .BCxKQhbqvaSuQRM.col-3,
.reviews .wrapper.col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

#advantages-list h2 {
  font-size: 32px;
  color: #fff;
}

#advantages-list .BCxKQhbqvaSuQRM li:not(.inner-list li) {
  padding: 45px 25px;
  border: none;
  box-shadow: 0 0 10px var(--bright-blue);
  margin: 0;
  background-color: rgba(128, 128, 128, 0.507);
}

#advantages-list.ZStteKxTpWsMDED.UYZRVcLqMkDCdQx
  p:not(#advantages-list.ZStteKxTpWsMDED.UYZRVcLqMkDCdQx .center-text p) {
  font-size: 18px;
  margin-bottom: 0;
  text-align: left;
}

#advantages-list.ZStteKxTpWsMDED.UYZRVcLqMkDCdQx .center-text p {
  margin-top: 15px;
}

#advantages-list.ZStteKxTpWsMDED.UYZRVcLqMkDCdQx
  h3:not(#advantages-list.ZStteKxTpWsMDED.UYZRVcLqMkDCdQx .center-text h3) {
  text-align: left;
  width: 100%;
  padding-left: 80px;
}
#advantages-list.ZStteKxTpWsMDED.UYZRVcLqMkDCdQx li h3 {
  margin-bottom: 0;
  font-size: 20px;
}
#advantages-img-one,
#bonus-instruction-img-one {
  background-image: url(../image/8.jpg);
  border-radius: 30px;
  min-height: 450px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#bonus-instruction-img-one {
  background-image: url(../image/1secure.jpg);
  background-size: cover;
  min-height: 350px;
}

#payments-img-one {
  background-image: url(../image/b3.png);
  background-size: cover;
  min-height: 250px;
}

.promo-list .BCxKQhbqvaSuQRM {
  flex-direction: column !important;
}

#advantages-list .EHFmgiADbSfznKE {
  height: 100%;
}

@media (max-width: 768px) {
  .EQUHJjMCoSTYSMc h2 {
    font-size: 26px;
  }
}
@media (max-width: 560px) {
  .EQUHJjMCoSTYSMc h2 {
    font-size: 24px;
  }

  .navigation a {
    font-size: 14px;
  }

  .EQUHJjMCoSTYSMc .wrapper {
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
  }

  .EQUHJjMCoSTYSMc .wrapper a {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .QxuuPoTLWMuROvV {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.EQUHJjMCoSTYSMc p {
  font-size: 20px;
}
@media (max-width: 768px) {
  .EQUHJjMCoSTYSMc p {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .EQUHJjMCoSTYSMc p {
    font-size: 18px;
  }
}
.VVinAiulREPhNzN {
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.wZNgXWazKxLBOKK {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.yJUoyrJtQLdnseL {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;

  @media (max-width: 720px) {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mnwuqFXSaqTGcyD {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border: 1px solid #665f55;
  border-radius: 5px;
  padding: 15px;
}

@media (max-width: 560px) {
  .mnwuqFXSaqTGcyD {
    width: 100%;
  }
}

.dEYPPICjKoZqsHl {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.promo-block h2 {
  font-size: 36px;
}

.promo-block p {
  font-size: 20px;
  line-height: 150%;
}

#about-us {
  background-color: rgb(61, 193, 149);
}

.lKSirwNgAbuClLu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border: 1px solid #665f55;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  background-color: #464542;
  box-shadow: 0 0 5px #000;
  cursor: pointer;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}

.lKSirwNgAbuClLu:hover {
  transform: scale(1.03);
  box-shadow: 5px 5px 10px gray;
  transition: all 0.3s ease-in-out;
}

.lKSirwNgAbuClLu span {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#competitions-page-cta {
  background-image: url("../image/7.png");
  background-position: top center;
}

#competitions-page-cta form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 30%;
  margin: 0 auto;
}

#competitions-page-cta input {
  padding: 10px;
  border-radius: 15px;
  outline: none;
}

#competitions-page-cta input:hover,
#competitions-page-cta input:focus {
  box-shadow: 0 0 5px red;
}

#reviews-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)),
    url("../image/8.jpg");
  background-position: center center;
  height: 100vh;
}

#popular-categories img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}

.reviews {
  padding: 100px 0;
  background-color: #322e3d;
}

.reviews.transparent {
  background: transparent;
}

.reviews h2 {
  font-size: 24px;
  color: #fff;
}

.reviews .wrapper {
  display: grid;
  margin: 30px auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.review {
  background-color: #ffffff6b;
  border-radius: 10px;
  box-shadow: 0px 0px 5px gray;
  padding: 45px 25px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.review h4 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 130%;
}

.review:hover {
  transform: scale(1.03);
  box-shadow: 5px 5px 10px gray;
  transition: all 0.3s ease-in-out;
}

.review p {
  font-size: 18px;
}

.review span {
  font-size: 22px;
  text-shadow: 0 0 5px royalblue;
}

#reviews-promo {
  margin-bottom: 20px;
}

.reviews .image {
  min-height: 50px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

#reviews-page-cta {
  background-image: url("../image/10.jpg");
  padding: 50px 20px;
  height: auto;
  max-height: none;
}

#reviews-page-cta .epxhNKWPbFbcOGy {
  background-color: #292827d3;
  padding: 30px;
  border-radius: 30px;
}

.center-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.double-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.double-box.g-10 {
  gap: 15px;
}

.double-box.g-10 li {
  margin: 0;
}

.simple-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.underline-link {
  font-weight: bold;
  text-decoration: underline !important;
}

.underline-link:hover {
  text-decoration: none !important;
}

.underline-link.bottom-link {
  text-align: center;
  display: block;
  width: fit-content;
  margin: 30px auto 0;
}

ol > li {
  list-style-type: decimal !important;
}

.coursive {
  font-style: italic;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-50 {
  margin-top: 50px;
}

.pl-30 {
  padding-left: 30px;
}

.black-text {
  color: #000;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.mt-0 .QxuuPoTLWMuROvV {
  margin-top: 0 !important;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.26);
}

.no-list-type li {
  list-style-type: none !important;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.g-50 {
  gap: 50px;
}

.fit-content {
  width: fit-content !important;
}

#faqs-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)),
    url("../image/10.jpg");
  background-position: center center;
}

#mobile-banner {
  background-image: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.85),
      rgba(0, 0, 0, 0.95)
    ),
    url("../image/3.webp");
  background-position: center center;
}

#advantages-mobile img {
  width: 50%;
  display: block;
  margin: 0 auto;
  filter: contrast(110%) brightness(100%) saturate(150%)
    drop-shadow(0 0 5px #000);
}

#advantages-mobile .wrapper {
  margin: 0;
  display: flex;
  justify-content: center;
}

#advantages-mobile .wrapper a {
  margin-top: 0;
}

#faq {
  background-color: #ff000080;
  padding: 50px 0;
  margin: 0px auto;
}

#contacts-list form {
  background-color: #e5e5e597;
  border-radius: 15px;
  box-shadow: 0 0 5px var(--bright-blue);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#contacts-list form input,
#contacts-list form textarea {
  border-radius: 15px;
  box-shadow: 0 0 5px var(--bright-blue);
  padding: 20px;
}

#contacts-list form textarea {
  min-width: 100%;
  max-width: 126px;
  width: 100%;
  min-height: 80px;
  max-height: 150px;
}

#faq .container {
  margin: 100px auto;
}

.faq__wrapper,
#adress-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin: 50px auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#adress-list .faq {
  padding: 10px;
  display: grid;
  justify-content: space-between;
}

.faq__bottom .button:hover {
  background-color: #fff;
  color: gray;
  transition: 0.3s;
}

#faq h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: rgb(89, 87, 87);
}

#faq h2 + p {
  font-size: 20px;
}

#faq p {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  color: #000;
}

.faq:hover {
  transform: scale(1.05);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

.faq {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  padding: 20px;
  background-color: aliceblue;
  border: 2px solid royalblue;
  border-radius: 10px;
}

.faq__bottom {
  margin-top: 100px;
}

.faq__bottom .button {
  display: block;
  margin: 30px auto;
  width: max-content;
  text-decoration: none;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 15px;
  transition: 0.3s;
}

.update h3 {
  color: rgb(68, 68, 218);
}

.update p {
  margin-top: 10px;
  margin-bottom: 20px !important;
}

.update span {
  margin-bottom: 30px;
  display: block;
}

#updates {
  background: #ff000080;
  padding: 50px 0;
  margin: 0px auto 0;
}

#updates span,
#updates p {
  color: #000;
  font-size: 18px;
  line-height: 130%;
}
#updates .epxhNKWPbFbcOGy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

#ANjWbsNvViDkztE .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 50px;
}

#bonus-welcome h2 {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  width: 80%;
  margin: 0 auto 50px;
}

#bonus-welcome p {
  text-align: center;
}

.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

#bonus-welcome .QxuuPoTLWMuROvV {
  margin: 30px auto 0;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.BCxKQhbqvaSuQRM {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.BCxKQhbqvaSuQRM li:not(.inner-list li) {
  flex: 0 0 100%;
  background-color: #f4f4f4;
  border: 1px solid rgb(61, 193, 149);
  box-sizing: border-box;
  text-align: center;
  flex-direction: column;
  display: flex;
  align-items: center;
  padding: 60px 50px 20px;
  position: relative;
  border-radius: 30px;
  box-sizing: border-box;
  justify-content: center;
}

#bonus-welcome .carousel p {
  font-size: 18px;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  height: 50px;
  line-height: normal;
}

.prev:hover,
.next:hover {
  opacity: 0.8;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.promo-list {
  background-color: rgb(43, 25, 65) !important;
  color: #fff;
}

.promo-list .BCxKQhbqvaSuQRM li {
  color: #403f3d;
  height: 250px;
}

.promo-list .BCxKQhbqvaSuQRM li p:last-child {
  transition: all 0.3s linear;
  opacity: 0;
  display: none;
}

.promo-list .BCxKQhbqvaSuQRM li:hover p:last-child {
  opacity: 1;
  transition: all 0.3s linear;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 30px;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: orange;
  width: 100%;
  height: 100%;
}

.bonus-instruction.ZStteKxTpWsMDED.UYZRVcLqMkDCdQx h3 {
  padding-left: 0 !important;
}

.bonus-instruction .BCxKQhbqvaSuQRM li::before {
  display: none;
}

#temporary-promotions {
  background-color: rgb(44, 129, 100);
  color: #fff;
}

#temporary-promotions img {
  width: 150px;
  height: 150px;
}

#competitions-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)),
    url("../image/7.png");
  background-position: top center;
}

#payments {
  background-color: #152854;
  padding-top: 50px;
  padding-bottom: 50px;
}

#payments .adress__container {
  display: block;
}

.nuyie8y6zzv0qgs__links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.nuyie8y6zzv0qgs__name {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 30px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

#payments .wrapper {
  grid-template-columns: repeat(3, 1fr);
}

.nuyie8y6zzv0qgs__links .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  row-gap: 10px;
  min-height: auto;
}

#payments h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}

#payments img {
  height: 50px;
  border: 1px solid #000;
}

#temporary-promotions .dEYPPICjKoZqsHl {
  grid-template-columns: repeat(3, 1fr);
}

#betting-content {
  background-color: rgb(43, 25, 65);
  color: #fff;
}

#betting-content p:first-child {
  text-align: center;
  line-height: 150%;
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
}

#betting-content .dEYPPICjKoZqsHl {
  grid-template-columns: 1fr 1fr 2fr;
}

#betting-list h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#betting-list .QxuuPoTLWMuROvV {
  width: 100%;
  justify-content: center;
}

#betting-list h3 {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 20px;
}

#betting-promo h2 {
  color: #292827;
  font-size: 32px;
  text-shadow: 1px 1px #ffffff8f;
}

#betting-promo {
  background-color: rgb(44, 129, 100);
  color: #fff;
}

#betting-list .review-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.lKSirwNgAbuClLu strong {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

#advantages p,
#advantages li {
  font-size: 18px;
  line-height: 130%;
}

.KNRcbZcndiuMOgk {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 20px;
}

.WQuYriepShIVIJI {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 10px;
  background-color: #322e3d;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.fqAeDvMCEOiEMRa {
  background-color: #fff;
  color: #464542;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}

footer .eYdRnCXnuXWAqMN a:hover {
  text-decoration: underline;
}

.grey {
  background-color: #7b7a7a;
  color: #fff;
}

.grey h2 {
  position: relative;
  padding-left: 100px;
  min-height: 90px;
  display: flex;
  align-items: center;
}

.grey h2::before {
  position: absolute;
  content: "";
  top: 0;
  /* transform: translateY(-50%); */
  left: 0;
  width: 90px;
  height: 90px;
  background-image: url("../image/logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: rotator 10s linear infinite;
  filter: drop-shadow(0 0 5px #fff);
}

#games-catalog {
  background-color: rgb(43, 25, 65);
  text-align: center;
  color: #fff;
}

#games-catalog h2 {
  font-size: 32px;
}

#games-catalog p {
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 150%;
}

#games-catalog .dEYPPICjKoZqsHl {
  grid-template-columns: repeat(3, 1fr);
}

#games-catalog .lKSirwNgAbuClLu {
  background-color: #ff000040;
}

#games-catalog .lKSirwNgAbuClLu {
  justify-content: space-between;
  align-items: center;
}

#games-catalog .QxuuPoTLWMuROvV {
  margin: 30px auto 0;
}

#games-catalog img {
  height: 230px;
  object-fit: cover;
}

#games-catalog .lKSirwNgAbuClLu p {
  font-size: 16px;
  width: 100%;
}

@keyframes rotator {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@media (max-width: 1200px) {
  .ueafRHezovaEgWf {
    flex-direction: column;
    gap: 20px;
  }

  #popular-categories .dEYPPICjKoZqsHl {
    grid-template-columns: repeat(3, 1fr);
  }

  #slots-catalog.reviews .wrapper {
    grid-template-columns: 1fr 1fr;
  }

  #slots-catalog img {
    width: 100%;
    height: 300px;
  }

  #betting-list h3::before,
  #betting-list h3::after {
    width: 85px;
  }
  #payments .wrapper {
    gap: 20px;
  }
}

#betting-content img {
  height: 100%;
}

@media (max-width: 900px) {
  #advantages-mobile .wrapper {
    flex-wrap: wrap;
  }

  #advantages-mobile img {
    width: 70%;
  }
  #temporary-promotions .dEYPPICjKoZqsHl {
    grid-template-columns: 1fr;
  }

  #payments .wrapper {
    grid-template-columns: 1fr;
  }

  #bonus-welcome .KPAfXTRxjEISDSe {
    flex-direction: column-reverse;
  }

  #betting-content .lKSirwNgAbuClLu:last-child {
    grid-column: span 2;
  }

  #betting-content .dEYPPICjKoZqsHl,
  .dEYPPICjKoZqsHl {
    grid-template-columns: 1fr 1fr;
  }

  #games-catalog .dEYPPICjKoZqsHl {
    grid-template-columns: 1fr 1fr;
  }
  .NtJohUsvGHvBsLj div {
    flex-wrap: wrap;
  }
  .navigation {
    flex-wrap: wrap;
  }

  .ueafRHezovaEgWf {
    flex-direction: column;
    row-gap: 15px;
  }

  .reviews .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  #updates .epxhNKWPbFbcOGy {
    grid-template-columns: 1fr;
  }

  #updates-img-one {
    min-height: 250px;
  }
}

@media (max-width: 768px) {
  #advantages-mobile img {
    width: 100%;
  }
  .ZStteKxTpWsMDED .wrapper,
  #contacts-list .container,
  .faqBlock__group .container,
  .double-box,
  #advantages-list .BCxKQhbqvaSuQRM.col-3, .reviews .wrapper.col-3 {
    grid-template-columns: 1fr;
  }

  #slots-catalog.reviews .wrapper,
  .dEYPPICjKoZqsHl {
    grid-template-columns: 1fr;
  }

  #slots-catalog img {
    width: 100%;
    height: 300px;
  }
  .KNRcbZcndiuMOgk,
  #advantages-list .BCxKQhbqvaSuQRM {
    grid-template-columns: 1fr;
  }

  .prev,
  .next {
    display: none;
  }

  #bonus-welcome .BCxKQhbqvaSuQRM {
    flex-direction: column;
  }

  #bonus-welcome .BCxKQhbqvaSuQRM li {
    flex: auto;
  }

  #popular-categories .dEYPPICjKoZqsHl {
    grid-template-columns: repeat(2, 1fr);
  }
  .UYZRVcLqMkDCdQx {
    padding: 30px 20px;
  }

  .reviews .wrapper,
  .faq__wrapper,
  #adress-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
 
  .IYTqWlWTKyDVLoY {
    flex-wrap: wrap;
  }

  #bonus-instruction-img-one {
    min-height: 300px;
  }
}

@media (max-width: 600px) {
  #advantages-list .BCxKQhbqvaSuQRM li:not(.inner-list li) {
    padding: 30px 15px;
  } 
  .contact-form .form-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .a4f3dqf4c63mg7l__link,
  .btn,
  form .btn {
    width: 100%;
  }

  #betting-content .lKSirwNgAbuClLu:last-child {
    grid-column: span 1;
  }

  #betting-content .dEYPPICjKoZqsHl {
    grid-template-columns: 1fr;
  }

  #betting-content p:first-child {
    width: 100%;
  }

  #games-catalog .dEYPPICjKoZqsHl {
    grid-template-columns: 1fr;
  }
  .VVinAiulREPhNzN,
  #features p {
    width: 100%;
  }
  #bonus-welcome h2,
  #popular-categories h2 {
    width: 100%;
    font-size: 24px;
  }

  #popular-categories .dEYPPICjKoZqsHl {
    grid-template-columns: repeat(1, 1fr);
  }

  #popular-categories img {
    height: 250px;
  }

  .XrnSQIZijEZUVLB {
    justify-content: space-between;
  }

  .UYZRVcLqMkDCdQx {
    padding: 20px;
  }

  .navigation {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ZStteKxTpWsMDED .wrapper,
  .reviews .wrapper,
  .faq__wrapper,
  #adress-list,
  #ANjWbsNvViDkztE .wrapper,
  #contact-info {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .epxhNKWPbFbcOGy h2 + p {
    font-size: 16px;
  }

  .KNRcbZcndiuMOgk .image {
    min-height: 250px;
  }

  .ZStteKxTpWsMDED.UYZRVcLqMkDCdQx p {
    font-size: 18px;
  }
}

@media (max-width: 560px) {
  .EQUHJjMCoSTYSMc h1,
  .promo-block h2, #advantages-list h2 {
    font-size: 24px;
  }
  .CEhgJfyxTYnyHaF {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }

  .filter {
    flex-direction: column;
    gap: 15px;
  }

  .filter select {
    width: 100%;
  }

  .payment-table th, .payment-table td {
    padding: 5px;
}

.payment-table th, .payment-table td {
  font-size: 12px;
}
}
