html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
:root {
  --dl-color-theme-accent1: #f9c61d;
  --dl-color-theme-primary1: #f9c61d;
  --dl-color-theme-primary2: #0c1524;
  --dl-color-theme-secondary1: #FFFFFF;
  --dl-color-theme-secondary2: #3e4775;
  --dl-color-theme-neutral-dark: var(--dl-color-theme-neutral-dark);
  --dl-color-theme-neutral-light: #ffffff;
  --cfg-slots-button-text-color: #000000; /* Цвет текста кнопки по умолчанию для слотов */
}
.home-container100 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow-x: hidden;
}
.home-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between; /* Reverted to space-between */
  background-color: var(--dl-color-theme-primary2);
  padding-left: 20px; /* Added padding */
  padding-right: 20px; /* Added padding */
}
/* Added wrapper to constrain header content width */
.header-content-wrapper {
    width: 100%;
    max-width: 1040px; /* Match other content containers */
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Keep logo left, buttons right */
    padding-left: var(--dl-space-space-halfunit); /* Match game-section-container padding */
    padding-right: var(--dl-space-space-halfunit); /* Match game-section-container padding */
    height: 100%; /* Ensure wrapper takes full height of header */
}
.home-container101 {
  width: 100%;
  height: 49px; /* Decreased height by ~30% */
  display: flex;
  max-width: 250px;
  margin-top: var(--dl-space-space-halfunit);
  align-items: center;
  margin-left: 10px;
  padding-top: 0px;
  margin-right: var(--dl-space-space-halfunit);
  padding-left: 0px;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
  padding-bottom: 0px;
  justify-content: center;
}
.home-link10 {
  display: contents;
}
.home-image10 {
  width: 100%;
  height: auto;
  max-width: 216px; /* Increased for larger logo */
  max-height: 60px; /* Increased for larger logo */
  object-fit: contain;
  text-decoration: none;
}

/* Explicitly set review text color to ensure override */
.game-review .content-text,
.game-review .content-text-bold {

    color: #FFFFFF !important;
  fill: #FFFFFF !important;
}

/* Direct color rule for debugging review text color - targeting p tags directly */
.game-reviews-block .game-review p.content-text,
.game-reviews-block .game-review p.content-text-bold {
    color: #FFFFFF !important; /* Direct white color */
}

.home-button1 {
  width: auto;
  min-width: 110px;
  height: 41px;
  display: flex;
  text-align: center;
  align-items: center;
  padding: 0 20px;
  border-width: 0px;
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-theme-primary1);
}


.bonus-text {


    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    width: auto;
    margin: 5px;
    font-size: 34px;
    font-style: normal;
    font-family: Arial;
    font-weight: 700;
    text-transform: uppercase;
  color: #FFFFFF !important;
  fill: #FFFFFF !important;
}

.home-button1:hover {
  filter: brightness(1.3);
}

.home-container103 {
  display: flex;
  align-items: center;
  margin-right: 15px;
  flex-direction: row-reverse;
  justify-content: center;
  width: auto;
}

.home-container104 {
  display: flex;
  align-items: center;
  margin-right: 10%;
  flex-direction: row-reverse;
  justify-content: center;
  width: auto;
}
.home-link11 {
  width: auto;
  min-width: 110px;
  height: 41px;
  display: flex;
  text-align: center;
  align-items: center;
  padding: 0 20px;
  border-width: 0px;
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-theme-accent1);
}
.home-link11:hover {
  filter: brightness(1.3);
}

.home-promo {
  margin-top: 49px; /* Adjusted for new header height */
  width: 100%;
  display: flex;
  align-items: center; /* Changed from flex-start */
  justify-content: center;
  background-color: var(--dl-color-theme-secondary2);
  padding-top: 70px; /* Changed from 30px to 70px */
  padding-bottom: 30px; /* Added padding */
}
.home-promo-content-wrapper { /* New class */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.home-bonus {
    /* Removed fixed width, margins */
    text-align: left;
    flex-grow: 1;
    max-width: 60%; /* Limit text width */
    display: flex; /* To allow bonus-text to align if needed */
    justify-content: flex-start; /* Align bonus-text to the left */
    align-items: center;
}
.home-bottom {
    /* Removed fixed width, height, margins */
    display: flex;
    align-items: center;
}
.home-button2 {
    fill: var(--cfg-slots-button-text-color);
    color: var(--cfg-slots-button-text-color);
    width: 185px;
    display: flex;
    font-size: 25px;
    align-items: center;
    font-style: normal;
    text-align: center;
    font-weight: 700;
    border-width: 0px;
    padding: 12px 10px;
    justify-content: center;
    text-decoration: none;
    background-color: var(--dl-color-theme-primary1);
}

.home-button2:hover {
    width: 185px;
    filter: brightness(1.3);
    margin-right: 0px;
}
.home-title-welcome-block1 {
  width: 100%;
  height: auto;
  /* display: flex; */ /* Removed flex from outer block */
  /* align-items: center; */ /* Removed flex alignment */
  padding-top: 5px;
  padding-bottom: 20px;
  /* justify-content: center; */ /* Removed flex justification */
  background-color: var(--dl-color-theme-primary2);
}
.home-container105 {
  width: 1040px;
  height: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: flex-start;
}
.home-container106 {
  flex: 1;
  height: auto;
  display: flex;
  align-self: flex-start;
  margin-top: 15px;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: flex-start;
}













.home-top-slots-block {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  align-self: center;
  align-items: center;
  padding-top: 20px;
  flex-direction: row;
  padding-bottom: 20px;
  justify-content: center;
  background-color: var(--dl-color-theme-secondary2);
}
.home-container107 {
  width: 1040px;
  height: 100%;
  display: flex;
  align-self: center;
  align-items: flex-start;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
  flex-direction: column;
  justify-content: flex-start;
}

.home-one-line-slots1 {
  gap: 10;
  width: 100%;
  height: auto;
  display: grid;
  flex-wrap: wrap;
  align-self: center;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.home-container108 {
  width: 100%;
  padding: 5px;
  position: relative;
}
.home-container109 {
  width: 100%;
  height: 136px;
  margin: 0 auto;
  display: flex;
  max-width: 250px;
  max-height: 150px;
  align-items: center;
  border-radius: 20px;
  background-size: cover;
  justify-content: center;
  background-image: url("public/Slots/gates%20of%20olympus-200h.webp");
  background-position: center;
}
.home-container110 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  max-width: 250px;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}
.home-container110:hover {
  opacity: 1;
}
.home-container111 {
  width: 100%;
  height: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}

.home-container112 {
  width: 100%;
  padding: 5px;
  position: relative;
}
.home-container113 {
  width: 100%;
  height: 136px;
  margin: 0 auto;
  display: flex;
  max-width: 250px;
  max-height: 150px;
  align-items: center;
  border-radius: 20px;
  background-size: cover;
  justify-content: center;
  background-image: url("public/Slots/money%20train-200h.webp");
  background-position: center;
}
.home-container114 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  max-width: 250px;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}
.home-container114:hover {
  opacity: 1;
}
.home-container115 {
  width: 100%;
  height: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}

.home-container116 {
  width: 100%;
  padding: 5px;
  position: relative;
}
.home-container117 {
  width: 100%;
  height: 136px;
  margin: 0 auto;
  display: flex;
  max-width: 250px;
  max-height: 150px;
  align-items: center;
  border-radius: 20px;
  background-size: cover;
  justify-content: center;
  background-image: url("public/Slots/sugar%20rush-200h.webp");
  background-position: center;
}
.home-container118 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  max-width: 250px;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}
.home-container118:hover {
  opacity: 1;
}
.home-container119 {
  width: 100%;
  height: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}

.home-container120 {
  width: 100%;
  padding: 5px;
  position: relative;
}
.home-container121 {
  width: 100%;
  height: 136px;
  margin: 0 auto;
  display: flex;
  max-width: 250px;
  max-height: 150px;
  align-items: center;
  border-radius: 20px;
  background-size: cover;
  justify-content: center;
  background-image: url("public/Slots/sweet%20bonanza-200h.webp");
  background-position: center;
}
.home-container122 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  max-width: 250px;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}
.home-container122:hover {
  opacity: 1;
}
.home-container123 {
  width: 100%;
  height: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}

.home-one-line-slots2 {
  gap: 10;
  width: 100%;
  height: auto;
  display: grid;
  flex-wrap: wrap;
  align-self: center;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.home-container124 {
  width: 100%;
  padding: 5px;
  position: relative;
}
.home-container125 {
  width: 100%;
  height: 136px;
  margin: 0 auto;
  display: flex;
  max-width: 250px;
  max-height: 150px;
  align-items: center;
  border-radius: 20px;
  background-size: cover;
  justify-content: center;
  background-image: url("public/Slots/big-bass-200h.webp");
  background-position: center;
}
.home-container126 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  max-width: 250px;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}
.home-container126:hover {
  opacity: 1;
}
.home-container127 {
  width: 100%;
  height: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}

.home-container128 {
  width: 100%;
  padding: 5px;
  position: relative;
}
.home-container129 {
  width: 100%;
  height: 136px;
  margin: 0 auto;
  display: flex;
  max-width: 250px;
  max-height: 150px;
  align-items: center;
  border-radius: 20px;
  background-size: cover;
  justify-content: center;
  background-image: url("public/Slots/the%20dog%20house-200h.webp");
  background-position: center;
}
.home-container130 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  max-width: 250px;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}
.home-container130:hover {
  opacity: 1;
}
.home-container131 {
  width: 100%;
  height: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}

.home-container132 {
  width: 100%;
  padding: 5px;
  position: relative;
}
.home-container133 {
  width: 100%;
  height: 136px;
  margin: 0 auto;
  display: flex;
  max-width: 250px;
  max-height: 150px;
  align-items: center;
  border-radius: 20px;
  background-size: cover;
  justify-content: center;
  background-image: url("public/Slots/love%20joker-200h.webp");
  background-position: center;
}
.home-container134 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  max-width: 250px;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}
.home-container134:hover {
  opacity: 1;
}
.home-container135 {
  width: 100%;
  height: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}

.home-container136 {
  width: 100%;
  padding: 5px;
  position: relative;
}
.home-container137 {
  width: 100%;
  height: 136px;
  margin: 0 auto;
  display: flex;
  max-width: 250px;
  max-height: 150px;
  align-items: center;
  border-radius: 20px;
  background-size: cover;
  justify-content: center;
  background-image: url("public/Slots/coin%20volcano-200h.webp");
  background-position: center;
}
.home-container138 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  max-width: 250px;
  transition: 0.3s;
  align-items: flex-start;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}
.home-container138:hover {
  opacity: 1;
}
.home-container139 {
  width: 100%;
  height: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
}

.home-container140 {
  flex: 1;
  height: auto;
  display: flex;
  align-self: flex-start;
  margin-top: 15px;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: flex-start;
}
.home-winner-block {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 20px;
  flex-direction: column;
  padding-bottom: 20px;
  justify-content: center;
  background-color: var(--dl-color-theme-secondary2); /* Corrected: Winners should be secondary2 */
}
.home-winner-ago {
  gap: 10px;
  height: auto;
  display: flex;
  max-width: 1040px;
  align-items: flex-start;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
  margin-bottom: 15px;
}
.home-container141 {
  width: 100%;
  height: auto;
  display: flex;
  align-self: flex-start;
  margin-top: 15px;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: flex-start;
}
.home-container142 {
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  flex-direction: column;
  justify-content: flex-start;
}

.home-block-lucky-win {
  gap: 10px;
  width: 100%;
  height: auto;
  display: grid;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 10px;
}
.home-winner1 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  max-width: none;
  align-self: flex-start;
  margin-top: 15px;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  background-color: var(--dl-color-theme-neutral-light);
}
.home-container143 {
  display: flex;
  align-self: center;
  margin-top: 10PX;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-container144 {
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}

.home-container145 {
  display: flex;
  align-self: center;
  align-items: center;
  padding-top: 15px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image11 {
  width: auto;
  height: auto;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
}
.home-container146 {
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  margin-top: 10PX;
  align-items: center;
  padding-top: 5PX;
  padding-left: 5PX;
  border-radius: 20PX;
  padding-right: 5PX;
  flex-direction: column;
  padding-bottom: 5PX;
  justify-content: center;
  background-color: var(--dl-color-theme-primary1);
}

.home-container147 {
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  margin-top: 10PX;
  align-items: center;
  padding-top: 5PX;
  padding-left: 5PX;
  border-radius: 20PX;
  margin-bottom: 15px;
  padding-right: 5PX;
  flex-direction: column;
  padding-bottom: 5PX;
  justify-content: center;
  background-color: var(--dl-color-theme-time-ago);
}

.home-winner2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  max-width: none;
  align-self: flex-start;
  margin-top: 15px;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  background-color: var(--dl-color-theme-neutral-light);
}
.home-container148 {
  display: flex;
  align-self: center;
  margin-top: 10PX;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-container149 {
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}

.home-container150 {
  display: flex;
  align-self: center;
  align-items: center;
  padding-top: 15px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image12 {
  width: auto;
  height: auto;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
}
.home-container151 {
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  margin-top: 10PX;
  align-items: center;
  padding-top: 5PX;
  padding-left: 5PX;
  border-radius: 20PX;
  padding-right: 5PX;
  flex-direction: column;
  padding-bottom: 5PX;
  justify-content: center;
  background-color: var(--dl-color-theme-primary1);
}

.home-container152 {
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  margin-top: 10PX;
  align-items: center;
  padding-top: 5PX;
  padding-left: 5PX;
  border-radius: 20PX;
  margin-bottom: 15px;
  padding-right: 5PX;
  flex-direction: column;
  padding-bottom: 5PX;
  justify-content: center;
  background-color: var(--dl-color-theme-time-ago);
}

.home-winner3 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  max-width: none;
  align-self: flex-start;
  margin-top: 15px;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  background-color: var(--dl-color-theme-neutral-light);
}
.home-container153 {
  display: flex;
  align-self: center;
  margin-top: 10PX;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-container154 {
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}

.home-container155 {
  display: flex;
  align-self: center;
  align-items: center;
  padding-top: 15px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image13 {
  width: auto;
  height: auto;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
}
.home-container156 {
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  margin-top: 10PX;
  align-items: center;
  padding-top: 5PX;
  padding-left: 5PX;
  border-radius: 20PX;
  padding-right: 5PX;
  flex-direction: column;
  padding-bottom: 5PX;
  justify-content: center;
  background-color: var(--dl-color-theme-primary1);
}

.home-container157 {
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  margin-top: 10PX;
  align-items: center;
  padding-top: 5PX;
  padding-left: 5PX;
  border-radius: 20PX;
  margin-bottom: 15px;
  padding-right: 5PX;
  flex-direction: column;
  padding-bottom: 5PX;
  justify-content: center;
  background-color: var(--dl-color-theme-time-ago);
}

.home-winner4 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  max-width: none;
  align-self: flex-start;
  margin-top: 15px;
  align-items: flex-start;
  border-radius: 20px;
  flex-direction: column;
  background-color: var(--dl-color-theme-neutral-light);
}
.home-container158 {
  display: flex;
  align-self: center;
  margin-top: 10PX;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-container159 {
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}

.home-container160 {
  display: flex;
  align-self: center;
  align-items: center;
  padding-top: 15px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image14 {
  width: auto;
  height: auto;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
}
.home-container161 {
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  margin-top: 10PX;
  align-items: center;
  padding-top: 5PX;
  padding-left: 5PX;
  border-radius: 20PX;
  padding-right: 5PX;
  flex-direction: column;
  padding-bottom: 5PX;
  justify-content: center;
  background-color: var(--dl-color-theme-primary1);
}

.home-container162 {
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  margin-top: 10PX;
  align-items: center;
  padding-top: 5PX;
  padding-left: 5PX;
  border-radius: 20PX;
  margin-bottom: 15px;
  padding-right: 5PX;
  flex-direction: column;
  padding-bottom: 5PX;
  justify-content: center;
  background-color: var(--dl-color-theme-time-ago);
}

.home-container163 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  margin-top: 10px;
}

.home-advatages {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
  background-color: var(--dl-color-theme-secondary2);
}
.home-container164 {
  gap: 10px;
  width: 1040px;
  height: auto;
  display: grid;
  align-self: center;
  align-items: flex-start;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
  margin-bottom: 15px;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
}
.home-container165 {
  width: 100%;
  height: auto;
  display: flex;
  align-self: flex-start;
  margin-top: 15px;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: flex-start;
}


.home-container166 {
  width: 100%;
  height: auto;
  display: flex;
  max-width: 500px;
  align-self: center;
  margin-top: 15px;
  max-height: 500px;
  align-items: center;
  justify-self: center;
  justify-items: center;
  margin-bottom: 15px;
  justify-content: center;
}
.home-image15 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  align-self: center;
  max-height: 500;
  object-fit: cover;
  border-radius: 20px;
}
.home-promoions {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 20px;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  padding-bottom: 20px;
  justify-content: center;
  background-color: var(--dl-color-theme-primary2);
}
.home-container167 {
  gap: 10px;
  width: 1040px;
  height: auto;
  display: grid;
  align-self: center;
  align-items: flex-start;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
  margin-bottom: 15px;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
}
.home-container168 {
  width: 100%;
  height: auto;
  display: flex;
  align-self: flex-start;
  margin-top: 15px;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: flex-start;
}


.home-container169 {
  width: 100%;
  height: auto;
  display: flex;
  max-width: 500px;
  align-self: center;
  margin-top: 15px;
  max-height: 500px;
  align-items: center;
  justify-self: center;
  justify-items: center;
  margin-bottom: 15px;
  justify-content: center;
}
.home-image16 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  align-self: center;
  max-height: 500;
  object-fit: cover;
  border-radius: 20px;
}
.home-bonus-system {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  justify-content: center;
  background-color: var(--dl-color-theme-secondary2); /* Corrected alternation */
}
.home-container170 {
  gap: 10px;
  width: 1040px;
  height: auto;
  display: grid;
  align-self: center;
  align-items: flex-start;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
  margin-bottom: 15px;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
}
.home-container171 {
  width: 100%;
  height: auto;
  display: flex;
  align-self: flex-start;
  margin-top: 15px;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: flex-start;
}


.home-container172 {
  width: 100%;
  height: auto;
  display: flex;
  max-width: 500px;
  align-self: center;
  margin-top: 15px;
  max-height: 500px;
  align-items: center;
  justify-self: center;
  justify-items: center;
  margin-bottom: 15px;
  justify-content: center;
}
.home-image17 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  align-self: center;
  max-height: 500;
  object-fit: cover;
  border-radius: 20px;
}
.home-register-start {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
  background-color: var(--dl-color-theme-primary2);
}
.home-container173 {
  gap: 10px;
  width: 1040px;
  height: auto;
  display: grid;
  align-self: center;
  align-items: flex-start;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
  margin-bottom: 15px;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
}
.home-container174 {
  width: 100%;
  height: auto;
  display: flex;
  max-width: 500px;
  align-self: center;
  margin-top: 15px;
  max-height: 500px;
  align-items: center;
  justify-self: center;
  justify-items: center;
  margin-bottom: 15px;
  justify-content: center;
}
.home-image18 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  align-self: center;
  max-height: 500;
  object-fit: cover;
  border-radius: 20px;
}
.home-container175 {
  width: 100%;
  height: auto;
  display: flex;
  align-self: flex-start;
  margin-top: 15px;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: flex-start;
}


.home-for-mobile-player1 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
  background-color: var(--dl-color-theme-secondary2);
}
.home-container176 {
  gap: 10px;
  width: 1040px;
  height: auto;
  display: grid;
  align-self: center;
  align-items: flex-start;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
  margin-bottom: 15px;
  justify-content: center;
  grid-template-columns: repeat(1, 1fr);
}
.home-container177 {
  width: 100%;
  height: auto;
  display: flex;
  max-width: 500px;
  align-self: center;
  margin-top: 15px;
  max-height: 500px;
  align-items: center;
  justify-self: center;
  justify-items: center;
  margin-bottom: 15px;
  justify-content: center;
}
.home-image19 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  align-self: center;
  max-height: 500;
  object-fit: cover;
  border-radius: 20px;
}
.home-container178 {
  width: 100%;
  height: auto;
  display: flex;
  align-self: flex-start;
  margin-top: 15px;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: flex-start;
}

.home-container179 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-container180 {
  width: 100%;
  align-self: center;
  padding-top: 20px;
}
.home-container181 {
  display: contents;
}
.home-for-mobile-player2 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
  background-color: var(--dl-color-theme-primary2);
}
.home-container182 {
  gap: 10px;
  width: 1040px;
  height: auto;
  display: grid;
  align-self: center;
  align-items: flex-start;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
  margin-bottom: 15px;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
}
.home-container183 {
  width: 100%;
  height: auto;
  display: flex;
  max-width: 500px;
  align-self: center;
  margin-top: 15px;
  max-height: 500px;
  align-items: center;
  justify-self: center;
  justify-items: center;
  margin-bottom: 15px;
  justify-content: center;
}
.home-image20 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  align-self: center;
  max-height: 500;
  object-fit: cover;
  border-radius: 20px;
}
.home-container184 {
  width: 100%;
  height: auto;
  display: flex;
  align-self: flex-start;
  margin-top: 15px;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: flex-start;
}

.home-container185 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.home-faq {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 4px;
  flex-direction: column;
  padding-bottom: 20px;
  justify-content: center;
  background-color: var(--dl-color-theme-secondary2); /* Corrected alternation */
}
.home-container186 {
  height: auto;
  display: flex;
  max-width: 1040px;
  align-self: center;
  align-items: flex-start;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
  margin-bottom: 15px;
  flex-direction: column;
}
.home-container187 {
  flex: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-self: center;
  margin-top: 15px;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: flex-end;
}

.home-container188 {
  width: 100%;
  display: flex;
  padding: 10px;
  align-items: flex-start;
  border-color: var(--dl-color-theme-neutral-light);
  border-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
}


.home-container189 {
  width: 100%;
  display: flex;
  padding: 10px;
  margin-top: 10px;
  align-items: flex-start;
  border-color: var(--dl-color-theme-neutral-light);
  border-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
}


.home-container190 {
  width: 100%;
  display: flex;
  padding: 10px;
  margin-top: 10px;
  align-items: flex-start;
  border-color: var(--dl-color-theme-neutral-light);
  border-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
}


.home-container191 {
  width: 100%;
  display: flex;
  padding: 10px;
  margin-top: 10px;
  align-items: flex-start;
  border-color: var(--dl-color-theme-neutral-light);
  border-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
}



.home-contacts {
  width: 100%;
  height: auto;
  display: flex;
  align-self: center;
  align-items: center;
  padding-top: 4px;
  flex-direction: column;
  padding-bottom: 20px;
  justify-content: center;
  background-color: var(--dl-color-theme-primary2);
}
.home-container192 {
  width: 1040px;
  height: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: flex-start;
}
.home-container193 {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  align-self: flex-start;
  margin-top: 15px;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: flex-start;
}


.home-banking1 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
  background-color: var(--dl-color-theme-secondary2);
}
.home-banking2 {
  gap: 10px;
  height: auto;
  display: flex;
  max-width: 1040px;
  align-items: flex-start;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
  margin-bottom: 15px;
}
.home-container194 {
  width: 100%;
  height: auto;
  display: flex;
  align-self: flex-start;
  margin-top: 15px;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: flex-start;
}
.home-container195 {
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: flex-start;
}

.home-banking-deposit-withdrafts1 {
  gap: 25px;
  width: 100%;
  height: auto;
  display: grid;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  grid-template-columns: repeat(6, 1fr);
}
.home-container196 {
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image21 {
  width: auto;
  height: auto;
  max-width: 200px;
  object-fit: cover;
}
.home-container197 {
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image22 {
  width: auto;
  height: auto;
  max-width: 150px;
  object-fit: cover;
}
.home-container198 {
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image23 {
  width: auto;
  filter: brightness(0) invert(1);
  height: auto;
  max-width: 100px;
  object-fit: cover;
}
.home-container199 {
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image24 {
  width: auto;
  height: auto;
  max-width: 100px;
  object-fit: cover;
}
.home-container200 {
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image25 {
  width: auto;
  height: auto;
  max-width: 100px;
  object-fit: cover;
}
.home-container201 {
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image26 {
  width: auto;
  filter: brightness(0) invert(1);
  height: auto;
  max-width: 100px;
  object-fit: cover;
}
.home-container202 {
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image27 {
  width: auto;
  filter: brightness(0) invert(1);
  height: auto;
  max-width: 100px;
  object-fit: cover;
}
.home-container203 {
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image28 {
  width: 100%;
  filter: brightness(0) invert(1);
  height: 35px;
  max-width: 120px;
  object-fit: cover;
}
.home-container204 {
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image29 {
  width: 100%;
  filter: brightness(0) invert(1);
  height: 35px;
  max-width: 100px;
  object-fit: cover;
}
.home-container205 {
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image30 {
  width: 100%;
  filter: brightness(0) invert(1);
  height: 50px;
  max-width: 100px;
  object-fit: cover;
}
.home-container206 {
  width: 149px;
  height: 35px;
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image31 {
  width: 100%;
  filter: brightness(0) invert(1);
  height: 50px;
  max-width: 100px;
  object-fit: cover;
}
.home-container207 {
  width: 149px;
  height: 35px;
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image32 {
  width: 100%;
  filter: brightness(0) invert(1);
  height: 35px;
  max-width: 100px;
  object-fit: cover;
}
.home-providers {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
  background-color: var(--dl-color-theme-primary2);
}
.home-banking3 {
  gap: 10px;
  height: auto;
  display: flex;
  max-width: 100%;
  align-items: flex-start;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
  margin-bottom: 15px;
}
.home-container208 {
  width: 100%;
  height: auto;
  display: flex;
  align-self: flex-start;
  margin-top: 15px;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: flex-start;
}
.home-container209 {
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: flex-start;
}

.home-banking-deposit-withdrafts2 {
  gap: 25px;
  width: 100%;
  height: auto;
  display: grid;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  grid-template-columns: repeat(6, 1fr);
}
.home-container210 {
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image33 {
  width: auto;
  height: auto;
  max-width: 100px;
  object-fit: cover;
}
.home-container211 {
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image34 {
  width: auto;
  height: auto;
  max-width: 150px;
  object-fit: cover;
}
.home-container212 {
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image35 {
  width: auto;
  height: auto;
  max-width: 100px;
  object-fit: cover;
}
.home-container213 {
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image36 {
  width: auto;
  height: auto;
  max-width: 100px;
  object-fit: cover;
}
.home-container214 {
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image37 {
  width: auto;
  height: auto;
  max-width: 100px;
  object-fit: cover;
}
.home-container215 {
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image38 {
  width: auto;
  height: auto;
  max-width: 100px;
  object-fit: cover;
}
.home-container216 {
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image39 {
  width: auto;
  height: auto;
  max-width: 150px;
  object-fit: cover;
}
.home-container217 {
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image40 {
  width: auto;
  height: auto;
  max-width: 120px;
  object-fit: cover;
}
.home-container218 {
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image41 {
  width: auto;
  height: auto;
  max-width: 150px;
  object-fit: cover;
}
.home-container219 {
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image42 {
  width: auto;
  height: auto;
  max-width: 150px;
  object-fit: cover;
}
.home-container220 {
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image43 {
  width: auto;
  height: auto;
  max-width: 150px;
  object-fit: cover;
}
.home-container221 {
  display: flex;
  max-width: 100%;
  align-self: center;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-image44 {
  width: auto;
  height: auto;
  max-width: 150px;
  object-fit: cover;
}
.home-brand2024 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 20px; /* Added padding-top for vertical centering */
  padding-bottom: 20px;
  justify-content: center; /* Changed to center for vertical alignment */
  background-color: var(--dl-color-theme-primary2);
}


/* Fix for sections width */
.home-header,
.home-promo,
.home-title-welcome-block1,
.home-top-slots-block,
.home-winner-block,
.home-advatages,
.home-promoions,
.home-bonus-system,
.home-register-start,
.home-for-mobile-player1,
.home-for-mobile-player2,
.home-faq,
.home-contacts,
.home-banking1,
.home-providers,
.home-brand2024 {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
}
@media(max-width: 1600px) {
  
  
  .home-button2 {
    fill: var(--cfg-slots-button-text-color); /* Изменено */
    color: var(--cfg-slots-button-text-color); /* Изменено */
  }
  
  
  
  .home-one-line-slots1 {
    align-self: center;
  }
  .home-one-line-slots2 {
    align-self: center;
  }
  
  .home-providers {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  
  
  
  
}
@media(max-width: 1200px) {
  .home-header {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  
  .home-button2 {
    fill: var(--cfg-slots-button-text-color); /* Используем переменную */
    color: var(--cfg-slots-button-text-color); /* Используем переменную */
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    background-color: var(--dl-color-theme-primary1);
  }
}
@media(max-width: 991px) {
  .home-header {
    margin: 0px;
    padding: 0px;
    align-items: center;
    justify-content: center;
  }
  .home-container102 {
    justify-content: flex-end;
  }
  .home-button1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .home-link11 {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  
  .home-button2 {
    fill: var(--cfg-slots-button-text-color); /* Используем переменную */
    color: var(--cfg-slots-button-text-color); /* Используем переменную */
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    background-color: var(--dl-color-theme-primary1);
  }
  .home-one-line-slots1 {
    grid-template-columns: repeat(4, 1fr);
  }
  .home-one-line-slots2 {
    grid-template-columns: repeat(4, 1fr);
  }
  .home-container164 {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-container166 {
    order: -1;
  }
  .home-container167 {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-container169 {
    order: -1;
  }
  .home-container170 {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-container172 {
    order: -1;
  }
  .home-container173 {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-container174 {
    order: -1;
  }
  .home-container176 {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-container177 {
    order: -1;
  }
  .home-container182 {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-container183 {
    order: -1;
  }
}
@media(max-width: 768px) {
  .home-header {
    padding: 0px;
  }
  .home-button1 {
    justify-content: center;
  }
  .home-link11 {
    justify-content: center;
  }
  
  .home-one-line-slots1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-one-line-slots2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-block-lucky-win {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-winner4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-container164 {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-container167 {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-container170 {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-container173 {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-container176 {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-container182 {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-container192 {
    margin-bottom: 15px;
  }
  .home-container194 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .home-banking-deposit-withdrafts1 {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
  .home-container208 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .home-container209 {
    margin-bottom: 25px;
  }
  .home-banking-deposit-withdrafts2 {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
      .home-bonus {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .home-bottom {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media(max-width: 767px) { /* Apply stacking earlier */
  .home-promo-content-wrapper {
      flex-direction: column;
      gap: 15px;
  }
  .home-bonus {
      text-align: center;
      max-width: 100%;
      margin-bottom: 0;
      justify-content: center; /* Center bonus-text */
  }
  .home-bottom {
       margin-top: 0;
  }
   .home-button2 {
      margin-bottom: 0;
   }
}

@media(max-width: 479px) {
  .home-image10 {
    width: auto;
    height: auto;
    max-width: 80%;
    min-width: 140px;
  }
  .home-button1 {
    width: auto;
    align-self: center;
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
  }
  .home-link11 {
    width: auto;
    align-self: center;
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
  }
  .home-promo {
    /* padding: 5px; */ /* Already handled by parent */
	/* width: 100%; */ /* Already handled by parent */
    /* overflow: hidden; */ /* Already handled by parent */
    /* flex-direction: column; */ /* Handled by home-promo-content-wrapper */
    /* align-items: center; */ /* Handled by home-promo-content-wrapper */
    padding: 15px 5px; 
  }
  /* .home-promo-content-wrapper is already column from 767px */
  .home-bonus {
        /* width: 100%; */ /* Already handled by parent */
        /* max-width: none; */ /* Already handled by parent */
        padding: 0 10px; 
        margin: 0 0 5px 0; /* Keep reduced bottom margin */
        /* justify-content: center; */ /* Already handled by parent */
        /* text-align: center; */ /* Already handled by parent */
    }
  .bonus-text { 
      font-size: 24px;
      line-height: 1.3;
  }
  .home-bottom {
        /* width: 100%; */ /* Already handled by parent */
        /* max-width: none; */ /* Already handled by parent */
        /* align-self: center; */ /* Already handled by parent */
        padding-left: 5px;
        padding-right: 5px;
        /* justify-content: center; */ /* Already handled by parent */
    }
  .home-button2 {
        width: auto;
        max-width: 175px;
        min-width: 150px;
        min-height: 37px; 
        font-size: 20px;
        /* margin: 0 auto; */ /* Already handled by parent */
        padding: 10px 8px;
        height: auto; 
        margin: 0px 0 0px 0; /* Remove bottom margin if it's the last element in promo */
    }
  .home-promo { /* Ensure promo block itself has bottom padding if button has no margin */
      padding-bottom: 30px;
  }
  .home-container105 {
    width: auto;
  }
  .home-container106 {
    flex: 0;
  }
  
  
  .home-one-line-slots1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-one-line-slots2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-container140 {
    flex: 0;
  }
  .home-block-lucky-win {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .home-winner4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-container164 {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .home-container167 {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-container170 {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-container173 {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-container176 {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-container182 {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .home-container186 {
    width: auto;
  }
  .home-container192 {
    width: auto;
  }
  .home-container195 {
    justify-content: center;
  }
  
  .home-banking-deposit-withdrafts1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  
  .home-banking-deposit-withdrafts2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .home-brand2024 {
    padding-bottom: 30px;
  }
}

.protected-home-text100 {
    fill: var(--cfg-slots-button-text-color);
    color: var(--cfg-slots-button-text-color);
    width: 100%;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
}

.protected-home-text103 {
    width: 100%;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
}

.protected-home-text104 {
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    width: auto;
    margin: 5px;
    font-size: 34px;
    font-style: normal;
    font-family: Arial;
    font-weight: 700;
    text-transform: uppercase;
}
.content-heading {

    color: #FFFFFF !important;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
  fill: #FFFFFF !important;
}

.content-subheading {

    color: #FFFFFF !important;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
  fill: #FFFFFF !important;
}

.content-text {

    color: #FFFFFF !important;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
  fill: #FFFFFF !important;
}

.content-text-bold {
    color: #FFFFFF !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 15px;
}

.slots-play-now {
  color: white;
}


/* Styles for New Game Sections */
.game-section {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 30px; /* Add padding */
  padding-bottom: 30px; /* Add padding */
  justify-content: center;
  overflow: hidden; /* Added from original sections */
}

.game-section-container {
  width: 100%;
  max-width: 1040px; /* Match original container width */
  height: auto;
  display: flex;
  flex-direction: column; /* Default to column layout */
  align-items: center; /* Center content by default */
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
  gap: 15px; /* Add some gap between elements */
}

/* Specific background colors for sections - чередование */
.game-mobile-optimization-block {
  background-color: var(--dl-color-theme-secondary2); /* Darker purple */
}
.game-download-block {
  background-color: var(--dl-color-theme-primary2); /* Lighter purple */
}
.game-tips-block {
  background-color: var(--dl-color-theme-secondary2); /* Darker purple */
}
.game-rtp-block {
  background-color: var(--dl-color-theme-primary2); /* Lighter purple */
}
.game-reviews-block {
   background-color: var(--dl-color-theme-primary2); /* Corrected alternation: Lighter purple */
}
/* Ensure following sections continue alternating if needed */
.home-winner-block { /* Already exists, ensure color is correct in sequence */
   background-color: var(--dl-color-theme-primary2); /* Lighter purple */
}
.home-bonus-system { /* Already exists, ensure color is correct in sequence */
   background-color: var(--dl-color-theme-secondary2); /* Darker purple */
}
 .home-faq { /* Already exists, ensure color is correct in sequence */
   background-color: var(--dl-color-theme-primary2); /* Lighter purple */
}
.game-provider-block {
  background-color: var(--dl-color-theme-secondary2); /* Darker purple, to alternate with FAQ */
}


/* Style for images within new sections */
.game-section-image {
  width: 100%;
  max-width: 500px; /* Limit image size */
  height: auto;
  object-fit: cover;
  border-radius: 20px; /* Match original image style */
  margin-bottom: 15px; /* Add space below image */
}

/* Style for text container within new sections */
.game-section-text {
  width: 100%;
  text-align: left; /* Align text left by default */
}
.game-section-text .content-text {
  color: #FFFFFF !important; /* Ensure text is white */
}
.game-section-text .content-text-bold {
  color: #FFFFFF !important; /* Ensure text is white */
  font-weight: 700;
}


/* Style for new buttons */
.game-play-button, .game-download-button {
  fill: var(--cfg-slots-button-text-color);
  color: var(--cfg-slots-button-text-color);
  width: 185px; /* Match original play button */
  display: flex;
  font-size: 25px;
  align-items: center;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  border-width: 0px;
  padding: 12px 10px;
  justify-content: center;
  text-decoration: none;
  background-color: var(--dl-color-theme-primary1); /* Use primary button color */
  margin-top: 15px; /* Add space above button */
  cursor: pointer; /* Add cursor pointer */
}

.game-play-button:hover, .game-download-button:hover {
  filter: brightness(1.3);
}

/* Style for reviews */
.game-review {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid var(--dl-color-theme-secondary1); /* Add border */
  border-radius: 8px; /* Add radius */
  background-color: rgba(255, 255, 255, 0.1); /* Slight background for contrast */
}
.game-review .content-text {
  margin-bottom: 5px; /* Adjust spacing */
  color: #FFFFFF !important; /* Ensure text is white */
}
.game-review .content-text-bold {
  text-align: right;
  margin-bottom: 0;
  color: #FFFFFF !important; /* Ensure text is white */
  font-weight: 700;
}

/* Ensure FAQ questions have proper styling */
.faq-question-5, .faq-question-6 {
  width: 100%;
  display: flex;
  padding: 10px;
  margin-top: 10px;
  align-items: flex-start;
  border-color: var(--dl-color-theme-neutral-light);
  border-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
}

/* Responsive adjustments for new sections */
@media(max-width: 991px) {
  .game-section-container {
    /* Adjust layout for tablets if needed */
     max-width: 95%;
  }
  .game-section-image {
     max-width: 400px;
  }
}

@media(max-width: 767px) {
  .game-section-container {
     max-width: 90%; /* Use more width on smaller screens */
  }
   .game-section-image {
     max-width: 350px;
  }
  .game-play-button, .game-download-button {
    width: 160px;
    font-size: 20px;
  }
}

@media(max-width: 479px) {
  .game-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .game-section-container {
     max-width: 95%;
     gap: 10px;
  }
  .game-section-image {
     max-width: 90%;
     margin-bottom: 10px;
  }
  .game-play-button, .game-download-button {
    width: auto;
    min-width: 150px;
    font-size: 18px;
    padding: 10px 8px;
    margin-top: 10px;
  }
  .game-review {
    padding: 10px;
  }
}
