* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:active,
:focus {
  outline: 0;
}
a:active,
a:focus {
  outline: 0;
}
aside,
footer,
header,
nav {
  display: block;
}
body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
button,
input,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}
input::placeholder,
textarea::placeholder {
  color: inherit;
}
textarea {
  resize: none;
}
button {
  cursor: pointer;
  background-color: transparent;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a {
  display: inline-block;
  color: inherit;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}
svg {
  display: block;
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
picture {
  display: block;
  width: 100%;
  height: 100%;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
address {
  font-style: normal;
}
strong {
  display: block;
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/jackpotdreams-fonts/jackpotdreams-playfair-bold.ttf)
    format('truetype');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/jackpotdreams-fonts/jackpotdreams-playfair-semi-bold-italic.ttf)
    format('truetype');
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/jackpotdreams-fonts/jackpotdreams-inter-medium.woff2)
    format('woff2');
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/jackpotdreams-fonts/jackpotdreams-inter-regular.woff2)
    format('woff2');
}

:root {
  --font-main: 'Inter', sans-serif;
  --font-second: 'Playfair Display', serif;
  --container-width: 1280px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #252525;
  --bg-footer: #000;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --hover: #7b68ee;
  --active: #4169e1;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.font-playfair-semi-italic {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-style: italic;
}

.pb-5 {
  padding-bottom: 5px;
}

.ptb-80-20 {
  padding-top: 80px;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .ptb-80-20 {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.plr-20-8 {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .plr-20-8 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 600px) {
  .plr-20-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ptb-50-30 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 600px) {
  .ptb-50-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.ptb-32-20 {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 600px) {
  .ptb-32-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.bg-footer {
  background: var(--bg-footer);
}
.color-gr-gold {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fc0),
    to(#d98600)
  );
  background: linear-gradient(180deg, #fc0 0, #d98600 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.font-second {
  font-family: var(--font-second);
}

.font-inter-medium {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.4px;
}

.border {
  border: 2px solid transparent;
  border-radius: 8px;
  background: linear-gradient(#080808, #080808 0) padding-box,
    linear-gradient(to right, rgb(87, 167, 212), rgb(217, 74, 210)) border-box;
}
.brr-26-16 {
  border-radius: 26px;
}
@media (max-width: 991px) {
  .brr-26-16 {
    border-radius: 20px;
  }
}
@media (max-width: 600px) {
  .brr-26-16 {
    border-radius: 16px;
  }
}
.brr-20 {
  border-radius: 20px;
}

.brr-24 {
  border-radius: 24px;
}
.brr-15 {
  border-radius: 15px;
}
.cp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.cp-logo {
  letter-spacing: -0.16px;
  text-transform: uppercase;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  padding: 4px 24px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.48px;
}

@media (max-width: 600px) {
  .cp-logo {
    font-size: 14px;
    letter-spacing: -0.14px;
  }
}
.cp-link {
  border-radius: 15px;
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #151518;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
}

.cp-age-header {
  width: 27px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cp-age {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cp-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding: 4px 16px;
  border-radius: 20px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 600px) {
  .cp-benefit {
    font-size: 14px;
  }
}
.cp-benefit img {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.strong {
  display: inline-block;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.4px;
}

.cp-benefit img {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tx-64-40 {
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -1.2px;
}
@media (max-width: 1220px) {
  .tx-64-40 {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  .tx-64-40 {
    font-size: 48px;
  }
}
@media (max-width: 600px) {
  .tx-64-40 {
    font-size: 40px;
  }
}

.tx-40-26 {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
}
@media (max-width: 1220px) {
  .tx-40-26 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .tx-40-26 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .tx-40-26 {
    font-size: 26px;
  }
}

.tx-20-18 {
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 600px) {
  .tx-20-18 {
    font-size: 18px;
  }
}

.tx-24-18 {
  font-size: 24px;
  line-height: normal;
}
@media (max-width: 1220px) {
  .tx-24-18 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .tx-24-18 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .tx-24-18 {
    font-size: 18px;
  }
}
.tx-30-20 {
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-30-20 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .tx-30-20 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .tx-30-20 {
    font-size: 20px;
  }
}
.tx-12-10 {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}
@media (max-width: 600px) {
  .tx-12-10 {
    font-size: 10px;
  }
}
.tx-15 {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
}
.tx-16 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.tx-16-14 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

@media (max-width: 600px) {
  .tx-16-14 {
    font-size: 14px;
  }
}

.tx-10-8 {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .tx-10-8 {
    font-size: 8px;
  }
}
.tx-14-10 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .tx-14-10 {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .tx-14-10 {
    font-size: 10px;
  }
}
.tx-main {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .tx-main {
    font-size: 12px;
  }
}

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

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

.mb-4:not(:last-child) {
  margin-bottom: 4px;
}

.mb-8:not(:last-child) {
  margin-bottom: 8px;
}

.mb-20-10:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .mb-20-10:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .mb-20-10:not(:last-child) {
    margin-bottom: 10px;
  }
}
.mb-30-16:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .mb-30-16:not(:last-child) {
    margin-bottom: 16px;
  }
}

.mb-24-16:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .mb-24-16:not(:last-child) {
    margin-bottom: 16px;
  }
}
.mb-10:not(:last-child) {
  margin-bottom: 10px;
}
.mb-16:not(:last-child) {
  margin-bottom: 16px;
}
.mb-20:not(:last-child) {
  margin-bottom: 20px;
}
.mb-section:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .mb-section:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media (max-width: 600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 60px;
  }
}
.mb-20-5:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1220px) {
  .mb-20-5:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-20-5:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .mb-20-5:not(:last-child) {
    margin-bottom: 5px;
  }
}

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

.pl-15 {
  padding-left: 15px;
}
.input {
  display: block;
  width: 100%;
  height: 49px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 0 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #999;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.input_textarea {
  padding: 14px 16px;
  height: 100px;
}
@media (any-hover: hover) {
  .input:hover {
    border-color: var(--hover);
  }
}
.input:focus-visible {
  border-color: var(--hover);
}
.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: var(--main);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d94ad2),
    to(#57a7d4)
  );
  border-radius: 11px;
  background: linear-gradient(270deg, #d94ad2 0%, #57a7d4 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 273px;
  height: 43px;
  text-align: center;
}
@media (max-width: 600px) {
  .but {
    font-size: 14px;
    min-width: 140px;
    padding: 12px 10px;
  }
}

.but img {
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .but img {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 600px) {
  .but img {
    width: 20px;
    height: 20px;
  }
}
.hover-opacity {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .hover-opacity:hover {
    opacity: 0.5;
  }
}
.hover-opacity:focus-visible {
  opacity: 0.5;
}
.hover-opacity:active {
  opacity: 0.5;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hover-color {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .hover-color:hover {
    color: var(--hover);
  }
}
.hover-color:focus-visible {
  color: var(--hover);
}
.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
}
@media (max-width: 991px) {
  .container {
    padding: 0 var(--container-step-tablet);
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 var(--container-step-mobile);
  }
}
.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background: var(--background-page);
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.main_no-margin:not(:last-child) {
  margin-bottom: 0;
}
a,
button {
  color: var(--main);
}
.d-block {
  display: block;
}
.w100 {
  min-width: 0;
  width: 100%;
}
.relative-z2 {
  position: relative;
  z-index: 2;
}
.word-break {
  word-break: break-all;
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}
.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.opacity-60 {
  opacity: 0.6;
}

.underline {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.rd-load img {
  opacity: 1;
}
.scroll {
  padding-bottom: 10px;
  overflow: auto;
}
.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white);
}
.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown);
}

.jackpotdreams-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 30px 0;
}

@media (max-width: 600px) {
  .jackpotdreams-header {
    padding: 30px 0;
  }
}

.cp-header {
  padding: 0 60px;
}

@media (max-width: 991px) {
  .cp-header {
    padding: 0 16px;
  }
}

@media (max-width: 600px) {
  .cp-header {
    padding: 0 10px;
  }
}

.jackpotdreams-header__container_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jackpotdreams-header-right {
  max-width: 568px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.jackpotdreams-header-right span {
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}

.jackpotdreams-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .jackpotdreams-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 600px) {
  .jackpotdreams-nav__list {
    align-items: flex-start;
    padding-bottom: 16px;
  }
}
.jackpotdreams-terms {
  padding-top: 150px;
  padding-bottom: 60px;
}
.jackpotdreams-terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700;
}
@media (max-width: 991px) {
  .jackpotdreams-terms h1 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .jackpotdreams-terms h1 {
    font-size: 16px;
  }
}
.jackpotdreams-terms h1:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .jackpotdreams-terms h1:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .jackpotdreams-terms h1:not(:last-child) {
    margin-bottom: 15px;
  }
}
.jackpotdreams-terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700;
}
@media (max-width: 991px) {
  .jackpotdreams-terms h2 {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  .jackpotdreams-terms h2 {
    font-size: 14px;
  }
}
.jackpotdreams-terms h2:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .jackpotdreams-terms h2:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .jackpotdreams-terms h2:not(:last-child) {
    margin-bottom: 15px;
  }
}
.jackpotdreams-terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400;
}
@media (max-width: 991px) {
  .jackpotdreams-terms p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .jackpotdreams-terms p {
    font-size: 12px;
  }
}
.jackpotdreams-terms p:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .jackpotdreams-terms p:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .jackpotdreams-terms p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.jackpotdreams-terms ul:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .jackpotdreams-terms ul:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .jackpotdreams-terms ul:not(:last-child) {
    margin-bottom: 15px;
  }
}
.jackpotdreams-terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400;
}
@media (max-width: 991px) {
  .jackpotdreams-terms li {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .jackpotdreams-terms li {
    font-size: 12px;
  }
}
.jackpotdreams-terms li:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .jackpotdreams-terms li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .jackpotdreams-terms li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.jackpotdreams-hero__top {
  background-image: url(/jackpotdreams-img/jackpotdreams-hero-background.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  min-height: 465px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .jackpotdreams-hero__top {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 600px) {
  .jackpotdreams-hero__top {
    padding: 16px 10px;
    min-height: 590px;
    background-image: url(/jackpotdreams-img/jackpotdreams-hero-background-mob.webp);
  }
}
.jackpotdreams-hero__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 580px;
  flex: 0 1 580px;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
@media (max-width: 668px) {
  .jackpotdreams-hero__descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-top: -100px;
  }
}
@media (max-width: 600px) {
  .jackpotdreams-hero__descr {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .jackpotdreams-hero__text {
    display: none;
  }
}
.sitefavoris-hero__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 8px;
}
@media (max-width: 768px) {
  .sitefavoris-hero__benefits {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .jackpotdreams-hero__benefits {
    gap: 10px;
  }
}
@media (max-width: 450px) {
  .jackpotdreams-hero__benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }
}
.jackpotdreams-hero__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 360px;
  flex: 0 1 360px;
  width: 100%;
}
@media (max-width: 668px) {
  .jackpotdreams-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 0;
    right: -15px;
    z-index: 1;
  }
}

.jackpotdreams-footer__links {
  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 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px;
}
@media (max-width: 991px) {
  .jackpotdreams-footer__links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.jackpotdreams-footer__links li a {
  display: block;
  width: 100%;
  height: 100%;
}
.jackpotdreams-footer__links li:nth-child(1) {
  height: 60px;
}
@media (max-width: 991px) {
  .jackpotdreams-footer__links li:nth-child(1) {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .jackpotdreams-footer__links li:nth-child(1) {
    height: 35px;
  }
}
.jackpotdreams-footer__links li:nth-child(2) {
  height: 50px;
}
@media (max-width: 991px) {
  .jackpotdreams-footer__links li:nth-child(2) {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .jackpotdreams-footer__links li:nth-child(2) {
    height: 35px;
  }
}
.jackpotdreams-footer__links li:nth-child(3) {
  height: 50px;
}
@media (max-width: 991px) {
  .jackpotdreams-footer__links li:nth-child(3) {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .jackpotdreams-footer__links li:nth-child(3) {
    height: 35px;
  }
}
.jackpotdreams-footer__links li:nth-child(4) {
  height: 50px;
}
@media (max-width: 991px) {
  .jackpotdreams-footer__links li:nth-child(4) {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .jackpotdreams-footer__links li:nth-child(4) {
    height: 35px;
  }
}
.jackpotdreams-footer__links li:nth-child(5) {
  height: 50px;
}
.jackpotdreams-footer__columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .jackpotdreams-footer__columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.jackpotdreams-footer__bottom-text {
  font-size: 12px;
  line-height: 120%;
  text-align: center;
}

.jackpotdreams-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 600px) {
  .jackpotdreams-cards {
    gap: 4px;
  }
}
.jackpotdreams-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4px 10px;
  overflow: hidden;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .jackpotdreams-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 660px) {
  .jackpotdreams-card {
    padding: 28px 16px 29px 0;
  }
}

.jackpotdreams-card__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 610px;
  flex: 0 1 610px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .jackpotdreams-card__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 500px;
    flex: 0 1 500px;
  }
}
@media (max-width: 991px) {
  .jackpotdreams-card__left {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [2];
    grid-template: auto/repeat(2, 1fr);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.jackpotdreams-card__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 15px 15px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  width: 100%;
  padding: 10px;
}
@media (max-width: 991px) {
  .jackpotdreams-card__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }
}
@media (max-width: 600px) {
  .jackpotdreams-card__logo {
    min-height: 90px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.jackpotdreams-card__logo img {
  max-width: 195px;
  width: 100%;
  height: 70px;
}
@media (max-width: 991px) {
  .jackpotdreams-card__logo img {
    max-width: 140px;
    height: 46px;
  }
}
@media (max-width: 600px) {
  .jackpotdreams-card__logo img {
    max-width: 120px;
    height: 40px;
  }
}
.jackpotdreams-card__wrapper-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.bonus-text {
  display: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 600px) {
  .bonus-text {
    display: block;
  }
}

@media (max-width: 600px) {
  .jackpotdreams-card__text {
    display: none;
  }
}
.jackpotdreams-card__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 555px;
  flex: 0 1 555px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-around;
}

@media (max-width: 1275px) {
  .jackpotdreams-card__right {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .jackpotdreams-card__right {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [2];
    grid-template: auto/repeat(2, 1fr);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

@media (max-width: 600px) {
  .jackpotdreams-card__right {
    gap: 0;
  }
}

@media (max-width: 991px) {
  .jackpotdreams-card__right-right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .jackpotdreams-card__wrapper-rating {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.jackpotdreams-card__rating {
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}

@media (max-width: 991px) {
  .jackpotdreams-card__rating {
    order: 1;
    margin-left: 10px;
  }
}

@media (max-width: 600px) {
  .jackpotdreams-card__rating {
    font-size: 24px;
  }
}

.jackpotdreams-card__rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.jackpotdreams-card__rating-stars li {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 600px) {
  .jackpotdreams-card__rating-stars li {
    width: 16px;
    height: 16px;
  }
}

.jackpotdreams-card-slider {
  width: 100%;
  max-width: 185px;
  margin-top: 8px;
}
@media (max-width: 600px) {
  .jackpotdreams-card-slider {
    display: none;
  }
}
.jackpotdreams-card-slider__slide {
  width: 30px;
  height: 22px;
}
@media (max-width: 991px) {
  .jackpotdreams-card-slider__slide {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 600px) {
  .jackpotdreams-card-slider__slide {
    width: 24px;
    height: 24px;
  }
}
.status {
  padding: 10px;
  border-radius: 10px;
  background-color: green;
  margin-top: 15px;
  display: none;
}
.form.active .status {
  display: block;
}

/* New Accordion Styles for jackpotdreams-accordion-wrapper */

.jackpotdreams-accordion-wrapper .jackpotdreams-accordion-item {
  overflow: hidden;
  transition: all 0.3s ease;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.jackpotdreams-accordion-wrapper .jackpotdreams-accordion-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  list-style: none;
  transition: background-color 0.3s ease;
}

/* Стиль для текста вопроса в аккордеоне */

.jackpotdreams-accordion-question-number {
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding-right: 20px;
}

.jackpotdreams-accordion-wrapper
  .jackpotdreams-accordion-summary::-webkit-details-marker {
  display: none;
}

/* Accordion icon styles */
.jackpotdreams-accordion-icon {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}

.jackpotdreams-accordion-wrapper
  .jackpotdreams-accordion-item
  details[open]
  .jackpotdreams-accordion-icon {
  content: url('/jackpotdreams-img/jackpotdreams-icons/jackpotdreams-icon-up.webp');
}

/* Альтернативный способ для браузеров, которые не поддерживают content с url */
.jackpotdreams-accordion-wrapper
  .jackpotdreams-accordion-item
  details[open]
  .jackpotdreams-accordion-icon {
  transform: rotate(0deg);
}

.jackpotdreams-accordion-wrapper .jackpotdreams-accordion-answer {
  padding: 0 24px 25px 24px;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .jackpotdreams-accordion-wrapper .jackpotdreams-accordion-summary {
    padding: 16px 8px;
  }

  .jackpotdreams-accordion-wrapper .jackpotdreams-accordion-answer {
    padding: 0 20px 25px 20px;
  }
}

.jackpotdreams-review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.jackpotdreams-reviews {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 991px) {
  .jackpotdreams-reviews {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [2];
    grid-template: auto/repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .jackpotdreams-reviews {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.jackpotdreams-reviews__item {
  padding: 24px 16px;
  border-radius: 8px;
  background: rgba(87, 87, 87, 0.2);
  text-align: center;
}

@media (max-width: 600px) {
  .jackpotdreams-reviews__item {
    padding: 16px;
  }
}

.jackpotdreams-reviews__item p {
  padding-bottom: 16px;
  line-height: 120%; /* 24px */
  letter-spacing: -0.4px;
}

.jackpotdreams-reviews__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  padding-bottom: 8px;
}

.jackpotdreams-reviews__stars li {
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.jackpotdreams-about__descr {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 630px;
  margin: 0 auto;
}

.jackpotdreams-about__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1280px) {
  .jackpotdreams-about__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [3];
    grid-template: auto/repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .jackpotdreams-about__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [2];
    grid-template: auto/repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .jackpotdreams-about__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.jackpotdreams-about__item {
  padding: 16px;
  border-radius: 8px;
  background: rgba(87, 87, 87, 0.2);
  text-align: center;
}

.jackpotdreams-about__item p {
  padding-top: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.4px;
}

@media (max-width: 600px) {
  .jackpotdreams-about__item p {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}

.jackpotdreams-about__icon {
  width: 30px;
  height: 27px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .jackpotdreams-about__icon {
    width: 36px;
    height: 36px;
  }
}

.jackpotdreams-about-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 991px) {
  .jackpotdreams-about-info {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [2];
    grid-template: auto/repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .jackpotdreams-about-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.jackpotdreams-about-info__item {
  padding: 16px;
  border-radius: 8px;
  background: rgba(87, 87, 87, 0.2);
  border: 1px solid #00a2e5;
}

@media (max-width: 600px) {
  .jackpotdreams-about-info__item {
    padding: 16px;
  }
}

/* BONUS LIST */

/* Bonus */

.jackpotdreams-fr-bonus-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.jackpotdreams-fr-bonus-list-item {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.jackpotdreams-fr-bonus-list-img {
  display: block;
  width: 147px;
  max-height: 57px;
  object-fit: contain;
  object-position: center;
}

.jackpotdreams-fr-bonus-list-item-card1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #00a2e5;
  background: rgba(87, 87, 87, 0.2);
}

.jackpotdreams-fr-bonus-list-item-card1 a {
  padding: 0 46px;
}

.jackpotdreams-fr-bonus-list-item-card2 {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 16px 34px;
  border-radius: 16px;
  border: 1px solid transparent;
  align-items: center;
  border: 1px solid #00a2e5;
  background: rgba(87, 87, 87, 0.2);
}

.jackpotdreams-fr-bonus-list-item-card2-descr {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 160px;
  gap: 4px;
}

.jackpotdreams-fr-bonus-list-item-card2-descr p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.jackpotdreams-fr-bonus-list-item-card2-descr a {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 600px) {
  .jackpotdreams-fr-bonus-list-item-card2-descr a {
    font-size: 14px;
  }

  .jackpotdreams-fr-bonus-list-item-card2-descr p {
    font-size: 14px;
  }
}

.jackpotdreams-fr-bonus-list-item-card2-list {
  width: 200px;
  padding-left: 50px;
}

.finger {
  background-image: url('/jackpotdreams-fr-img/jackpotdreams-fr-finger-logo.png');
  width: 28px;
  height: 28px;
}

/* .jackpotdreams-fr-bonus-list-item-card2-list li {
  display: flex;
  align-items: center;
  gap: 5px;
} */

.jackpotdreams-fr-bonus-list-item-card2-list p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.jackpotdreams-fr-bonus-list-item-card2-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 160px;
}

.jackpotdreams-fr-bonus-list-item-card2-rating p {
  font-weight: 600;
  font-size: 34px;
  text-align: center;
  color: #ffffff;
}

.star {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

.stars {
  display: flex;
  gap: 8px;
}

.jackpotdreams-fr-bonus-list-item-card3 {
  background: rgba(87, 87, 87, 0.2);
  padding: 16px 55px;
  border: none;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.jackpotdreams-fr-bonus-list-item-card3 a {
  transition: 0.5s;
  background: linear-gradient(
    180deg,
    rgba(12, 215, 147, 0.8) 0%,
    rgba(37, 136, 207, 0.8) 100%
  );
  border-radius: 11px;
  padding: 12px 24px;
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  min-width: 190px;
  height: 43px;
}

@media (max-width: 600px) {
  .jackpotdreams-fr-bonus-list-item-card3 a {
    min-width: 133px;
    font-size: 14px;
  }
}

.jackpotdreams-fr-bonus-list-item-card3-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.jackpotdreams-fr-bonus-list-item-card3-icons img {
  width: auto;
  height: auto;
}

.jackpotdreams-fr-bonus-list-item-card2-descr-mob {
  display: none;
}

.jackpotdreams-fr-bonus-list-item-card2-rating-mob {
  display: none;
}

@media (max-width: 1220px) {
  .jackpotdreams-fr-bonus-list-item-card1 a {
    padding: 0 16px;
  }
}

@media (max-width: 1184px) {
  .jackpotdreams-fr-bonus-list-item-card2 {
    width: 100%;
    gap: 0px;
    justify-content: space-around;
    flex-direction: column-reverse;
  }

  .jackpotdreams-fr-bonus-list-item-card2-list {
    display: none;
  }
}

@media (max-width: 876px) {
  .jackpotdreams-fr-bonus-list-item-card1 a {
    padding: 0;
  }

  .jackpotdreams-fr-hero-info h1 {
    font-size: 44px;
  }

  .jackpotdreams-fr-hero-info p {
    font-size: 14px;
  }

  .jackpotdreams-fr-hero {
    padding: 20px 10px 70px 10px;
  }

  .jackpotdreams-fr-parthners-list {
    flex-wrap: wrap;
    gap: 10px 40px;
    justify-content: center;
  }

  .jackpotdreams-fr-footer-info {
    flex-direction: column;
    padding-bottom: 15px;
  }

  .selection-wrapper h2 {
    font-family: Abril Fatface;
    font-size: 27px;
  }

  .accordion-header {
    gap: 20px;
  }

  .jackpotdreams-fr-hero {
    align-items: flex-start;
  }

  .jackpotdreams-fr-rules18 {
    padding-right: 0px;
  }

  .jackpotdreams-fr-winners_title {
    font-size: 27px;
  }

  /* --- ОСНОВНОЙ КОНТЕЙНЕР --- */
  .jackpotdreams-fr-bonus-list-item {
    display: flex;
    flex-direction: row;
    gap: 0px;
    border-radius: 16px;
    width: 100%;
    border: 1px solid #00a2e5;
  }

  /* --- ЛЕВАЯ КОЛОНКА (ЛОГОТИП И БОНУС) --- */
  .jackpotdreams-fr-bonus-list-item-card1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 24px;
    background: #252525;
    border: none;
  }

  /* --- ПРАВАЯ КОЛОНКА (РЕЙТИНГ, КНОПКА, ИКОНКИ) --- */
  .jackpotdreams-fr-bonus-list-item-card3 {
    flex: 1;
    /* <-- ДОБАВЬТЕ ЭТО. Правая колонка займет оставшееся место */
    /* max-width: 142px; */
    /* <-- УДАЛИТЕ ЭТУ СТРОКУ, она мешает растягиваться */
    display: flex;
    /* <-- Явно указываем flex для работы align/justify */
    flex-direction: column-reverse;
    align-items: center;
    /* Добавлено для выравнивания контента по центру */
    justify-content: center;
    /* Добавлено для выравнивания контента по центру */
    border-radius: 0px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 20px 8px;
  }

  /* --- ОСТАЛЬНЫЕ СТИЛИ ОСТАЮТСЯ БЕЗ ИЗМЕНЕНИЙ --- */

  .jackpotdreams-fr-bonus-list-item-card3-icons {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .jackpotdreams-fr-bonus-list-item-card2-descr-mob {
    display: block;
    text-align: center;
  }

  .jackpotdreams-fr-bonus-list-item-card2-rating-mob {
    display: flex;
    gap: 4px;
    min-width: 100%;
    padding-bottom: 5px;
  }

  .jackpotdreams-fr-bonus-list-item-card3 a.init-log {
    font-size: 14px;
  }

  .jackpotdreams-fr-bonus-list-item-card2 {
    display: none;
  }

  .jackpotdreams-fr-bonus-list-img {
    width: 120px;
  }
}

@media (max-width: 667px) {
  .jackpotdreams-fr-bonus-list-item-card3 a {
    padding: 13px 7px;
    height: auto;
  }

  .jackpotdreams-fr-bonus-list-item-card1 {
    padding: 8px;
  }

  .jackpotdreams-fr-bonus-list-item-card3 {
    padding: 19px 8px;
  }
}
