* {
  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: Luckiestguy;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/jackpotdreams-fonts/jackpotdreams-luckiestguy-regular.woff2)
    format('woff2');
}

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/jackpotdreams-fonts/jackpotdreams-lato-black.woff2) format('woff2');
}

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/jackpotdreams-fonts/jackpotdreams-lato-bold.woff2) format('woff2');
}

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/jackpotdreams-fonts/jackpotdreams-lato-regular.woff2)
    format('woff2');
}

:root {
  --font-main: 'Lato', sans-serif;
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #151515;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --hover: #d42c8e;
  --active: #d42c8e;
}

.Luckiestguy {
  font-family: Luckiestguy;
}

.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-color: var(--background-page);
}

.page_change .jackpotdreams-header {
  padding: 10px 0;
}

.page_change .jackpotdreams-header__top {
  max-width: none;
  width: 100%;
}

.page_change .jackpotdreams-header__item {
  padding: 0;
  width: 100%;
}

.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);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.cp-header-top {
  border-radius: 15px;
  padding: 10px;
  max-width: 1008px;
  width: 100%;
  background-color: #080a08;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .cp-header-top {
    padding: 4px 10px;
  }
}

.cp-header {
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px 0 #fff;
  box-shadow: 0 0 10px 0 #fff;
  background: linear-gradient(135deg, #330a43 0, #5e00c2 100%);
  padding: 10px;
  min-width: 238px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 600px) {
  .cp-header {
    padding: 4px 10px;
    min-width: 290px;
  }
}

.cp-time {
  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: 8px;
  border-radius: 15px;
  padding: 4px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(135deg, #330a43 0, #5e00c2 100%);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: var(--white);
}

.cp-time span {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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: 8px;
  border-radius: 15px;
  padding: 4px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  background-color: #f1f3ff;
  color: var(--black);
}

.cp-benefit span {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.tx-64-36 {
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
}

@media (max-width: 1220px) {
  .tx-64-36 {
    font-size: 52px;
  }
}

@media (max-width: 991px) {
  .tx-64-36 {
    font-size: 42px;
  }
}

@media (max-width: 600px) {
  .tx-64-36 {
    font-size: 36px;
  }
}

.tx-12-10 {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.04em;
}

@media (max-width: 600px) {
  .tx-12-10 {
    font-size: 10px;
  }
}

.tx-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

.tx-14-10 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}

@media (max-width: 991px) {
  .tx-14-10 {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .tx-14-10 {
    font-size: 10px;
  }
}

.rating {
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
}

@media (max-width: 600px) {
  .rating {
    font-size: 40px;
  }
}

.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

@media (max-width: 991px) {
  .tx-20-16 {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .tx-20-16 {
    font-size: 16px;
  }
}

.tx-32-20 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3;
}

@media (max-width: 1220px) {
  .tx-32-20 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .tx-32-20 {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .tx-32-20 {
    font-size: 20px;
  }
}

.tx-20-12 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

@media (max-width: 1220px) {
  .tx-20-12 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .tx-20-12 {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .tx-20-12 {
    font-size: 12px;
  }
}

.tx-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}

.tx-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

@media (max-width: 600px) {
  .tx-main {
    font-size: 14px;
  }
}

.box-shadow {
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.brr-15 {
  border-radius: 15px;
}

.brr-40 {
  border-radius: 40px;
}

.text-shadow {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.age {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.age_18 {
  width: 18px;
  height: 18px;
}

.ptb-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.p-20 {
  padding: 20px;
}

.plr-20-10 {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 991px) {
  .plr-20-10 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 600px) {
  .plr-20-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.plr-24-16 {
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 600px) {
  .plr-24-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mb-24-16:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 600px) {
  .mb-24-16:not(:last-child) {
    margin-bottom: 16px;
  }
}

.mb-16-10:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 600px) {
  .mb-16-10:not(:last-child) {
    margin-bottom: 10px;
  }
}

.mb-section:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .mb-section:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 40px;
  }
}

.mb-40:not(:last-child) {
  margin-bottom: 40px;
}

.mb-32:not(:last-child) {
  margin-bottom: 32px;
}

.mb-24:not(:last-child) {
  margin-bottom: 24px;
}

.mb-20:not(:last-child) {
  margin-bottom: 20px;
}

.mb-15:not(:last-child) {
  margin-bottom: 15px;
}

.mb-10:not(:last-child) {
  margin-bottom: 10px;
}

.border {
  border: 1px solid #ff1e1e;
}

.logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  background: #f1f3ff;
  border-radius: 20px;
  padding: 4px 24px;
  color: var(--black);
  text-transform: uppercase;
}

@media (any-hover: hover) {
  .logo:hover {
    color: var(--hover);
  }
}

.logo:focus-visible {
  color: var(--hover);
}

.logo:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.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;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  color: var(--white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  min-width: 189px;
  min-height: 43px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d4391c),
    to(#a11604)
  );
  background: linear-gradient(90deg, #d4391c 0, #a11604 100%);
}

@media (max-width: 600px) {
  .but {
    font-size: 14px;
  }
}

.cp-stars {
  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: 3px;
}

.cp-stars li {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cp-stars li:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16px;
  flex: 0 1 16px;
  height: 16px;
}

.cp-stars li:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 18px;
  flex: 0 1 18px;
  height: 18px;
}

.cp-stars li:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 24px;
  flex: 0 1 24px;
  height: 24px;
}

.cp-stars li:nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 18px;
  flex: 0 1 18px;
  height: 18px;
}

.cp-stars li:nth-child(5) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16px;
  flex: 0 1 16px;
  height: 16px;
}

.cp-stars_card li:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20px;
  flex: 0 1 20px;
  height: 20px;
}

@media (max-width: 991px) {
  .cp-stars_card li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 18px;
    flex: 0 1 18px;
    height: 18px;
  }
}

@media (max-width: 600px) {
  .cp-stars_card li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16px;
    flex: 0 1 16px;
    height: 16px;
  }
}

.cp-stars_card li:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 24px;
  flex: 0 1 24px;
  height: 24px;
}

@media (max-width: 991px) {
  .cp-stars_card li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20px;
    flex: 0 1 20px;
    height: 20px;
  }
}

@media (max-width: 600px) {
  .cp-stars_card li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 18px;
    flex: 0 1 18px;
    height: 18px;
  }
}

.cp-stars_card li:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 32px;
  flex: 0 1 32px;
  height: 32px;
}

@media (max-width: 991px) {
  .cp-stars_card li:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 28px;
    flex: 0 1 28px;
    height: 28px;
  }
}

@media (max-width: 600px) {
  .cp-stars_card li:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 24px;
    flex: 0 1 24px;
    height: 24px;
  }
}

.cp-stars_card li:nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 24px;
  flex: 0 1 24px;
  height: 24px;
}

@media (max-width: 991px) {
  .cp-stars_card li:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20px;
    flex: 0 1 20px;
    height: 20px;
  }
}

@media (max-width: 600px) {
  .cp-stars_card li:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 18px;
    flex: 0 1 18px;
    height: 18px;
  }
}

.cp-stars_card li:nth-child(5) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20px;
  flex: 0 1 20px;
  height: 20px;
}

@media (max-width: 991px) {
  .cp-stars_card li:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 18px;
    flex: 0 1 18px;
    height: 18px;
  }
}

@media (max-width: 600px) {
  .cp-stars_card li:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16px;
    flex: 0 1 16px;
    height: 16px;
  }
}

.cp-legolas {
  border-left: 0;
  border-top: 0;
  border-radius: 0 0 20px 0;
  padding: 10px 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#ff5e8b),
    color-stop(50%, #e90339),
    to(#ff5e8b)
  );
  background: linear-gradient(270deg, #ff5e8b 0, #e90339 50%, #ff5e8b 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: var(--white);
}

@media (max-width: 991px) {
  .cp-legolas {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .cp-legolas {
    font-size: 12px;
    padding: 5px 24px;
  }
}

.bg-black {
  background-color: var(--black);
}

.color-d-gray {
  color: #7a7a7a;
}

.color-gray {
  color: #b5b5b5;
}

.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;
}

.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;
}

.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-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-header {
  padding: 60px 0 10px 0;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

@media (max-width: 991px) {
  .jackpotdreams-header {
    padding: 40px 0 10px 0;
  }
}

.jackpotdreams-header__item {
  width: 65%;
  margin-left: auto;
}

@media (max-width: 768px) {
  .jackpotdreams-header__item {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 600px) {
  .jackpotdreams-header__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.jackpotdreams-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  max-width: 630px;
}

.jackpotdreams-hero {
  padding-top: 20px;
}

.jackpotdreams-hero__item {
  background-image: url(/jackpotdreams-img/jackpotdreams-hero.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 102px;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 40px;
}

@media (max-width: 1220px) {
  .jackpotdreams-hero__item {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .jackpotdreams-hero__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 600px) {
  .jackpotdreams-hero__item {
    border-radius: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 150px;
    background-image: url(/jackpotdreams-img/jackpotdreams-hero-mob.webp);
  }
}

.jackpotdreams-hero__descr {
  width: 67%;
  margin-left: auto;
}

@media (max-width: 768px) {
  .jackpotdreams-hero__descr {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .jackpotdreams-hero__text {
    display: none;
  }
}

.jackpotdreams-hero__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 600px) {
  .jackpotdreams-hero__benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.jackpotdreams-faq {
  position: relative;
  border-radius: 15px;
  border: 2px solid transparent;
}

.jackpotdreams-faq.active {
  border-color: #0331c3;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#34393c),
    to(#292e35)
  );
  background: linear-gradient(90deg, #34393c 0, #292e35 100%);
}

.jackpotdreams-faq.active .jackpotdreams-faq__button span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.jackpotdreams-faq__top {
  position: relative;
  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: 10px;
  z-index: 2;
}

.jackpotdreams-faq__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 14px;
  height: 9px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.jackpotdreams-faq__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (any-hover: hover) {
  .jackpotdreams-faq__button:hover {
    opacity: 0.5;
  }
}

.jackpotdreams-faq__button:focus-visible {
  opacity: 0.5;
}

.jackpotdreams-faq__button:active {
  opacity: 0.5;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.jackpotdreams-faq__button span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.jackpotdreams-faq__bottom {
  position: relative;
  z-index: 2;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.jackpotdreams-faq__texts {
  padding-top: 0;
}

.jackpotdreams-reviews {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 15px;
}

@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 {
  border: 2px solid #0331c3;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#34393c),
    to(#292e35)
  );
  background: linear-gradient(90deg, #34393c 0, #292e35 100%);
}

.jackpotdreams-footer__columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 991px) {
  .jackpotdreams-footer__columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.jackpotdreams-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  border: 1px solid #faf9f0;
  border-radius: 20px;
  padding: 20px;
}

@media (max-width: 991px) {
  .jackpotdreams-footer__links {
    gap: 10px 20px;
    -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(2) {
  height: 38px;
}

.jackpotdreams-footer__links li:nth-child(3) {
  height: 30px;
}

.jackpotdreams-footer__links li:nth-child(4) {
  height: 30px;
}

.jackpotdreams-footer__links li:nth-child(5) {
  height: 33px;
}

.jackpotdreams-footer__links li:nth-child(6) {
  height: 40px;
}

.jackpotdreams-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 991px) {
  .jackpotdreams-nav__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}

.jackpotdreams-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.jackpotdreams-nav__link-icon {
  width: 10px;
  height: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.jackpotdreams-dates {
  margin-left: auto;
}

.jackpotdreams-dates__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jackpotdreams-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  min-height: 120px;
}

@media (max-width: 600px) {
  .jackpotdreams-card {
    gap: 0;
    border: 1px solid #d15700;
    border-radius: 15px;
    overflow: hidden;
  }
}

.jackpotdreams-card__left {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 211px;
  flex: 0 0 211px;
  width: 100%;
  border-radius: 16px;
  padding: 16px 32px;
  width: 100%;
  border: 1px solid #0331c3;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#34393c),
    to(#292e35)
  );
  background: linear-gradient(90deg, #34393c 0, #292e35 100%);
}

@media (max-width: 1220px) {
  .jackpotdreams-card__left {
    padding: 16px;
  }
}

@media (max-width: 800px) {
  .jackpotdreams-card__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 211px;
    flex: 0 1 211px;
  }
}

@media (max-width: 600px) {
  .jackpotdreams-card__left {
    border: none;
    border-radius: 0;
    padding: 32px 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

.jackpotdreams-card__logo {
  height: 54px;
}

@media (max-width: 600px) {
  .jackpotdreams-card__logo {
    height: 45px;
  }
}

.jackpotdreams-card__middle {
  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: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 799px;
  flex: 0 1 799px;
  border-radius: 16px;
  padding: 10px 32px;
  width: 100%;
  border: 1px solid #0331c3;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#34393c),
    to(#292e35)
  );
  background: linear-gradient(90deg, #34393c 0, #292e35 100%);
}

@media (max-width: 1220px) {
  .jackpotdreams-card__middle {
    padding: 10px 16px;
  }
}

@media (max-width: 800px) {
  .jackpotdreams-card__middle {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 343px;
    flex: 0 1 343px;
  }
}

@media (max-width: 600px) {
  .jackpotdreams-card__middle {
    display: none;
  }
}

.jackpotdreams-card__wrapper-bonus {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 220px;
  flex: 0 1 220px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

@media (max-width: 991px) {
  .jackpotdreams-card__wrapper-bonus {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 800px) {
  .jackpotdreams-card__wrapper-bonus {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.jackpotdreams-card__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 220px;
  flex: 0 1 220px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 8px;
}

@media (max-width: 991px) {
  .jackpotdreams-card__info {
    display: none;
  }
}

.jackpotdreams-card__info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.jackpotdreams-card__info li span {
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.jackpotdreams-card__wrapper-rating {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 186px;
  flex: 0 1 186px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (max-width: 991px) {
  .jackpotdreams-card__wrapper-rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}

@media (max-width: 800px) {
  .jackpotdreams-card__wrapper-rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }
}

@media (max-width: 600px) {
  .jackpotdreams-card__wrapper-rating {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.jackpotdreams-card__right {
  border-radius: 16px;
  padding: 16px 32px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0f36b6),
    to(#002c66)
  );
  background: linear-gradient(90deg, #0f36b6 0, #002c66 100%);
  -webkit-box-flex: 0;
  -ms-flex: 0 1 253px;
  flex: 0 1 253px;
  width: 100%;
}

@media (max-width: 1220px) {
  .jackpotdreams-card__right {
    padding: 16px;
  }
}

@media (max-width: 991px) {
  .jackpotdreams-card__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
}

@media (max-width: 800px) {
  .jackpotdreams-card__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
  }
}

@media (max-width: 600px) {
  .jackpotdreams-card__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding: 13px 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    border-radius: 0;
  }
}

@media (max-width: 800px) {
  .jackpotdreams-card__stars li {
    display: none;
  }
}

@media (max-width: 600px) {
  .jackpotdreams-card__stars li {
    display: block;
  }
}

@media (max-width: 800px) {
  .jackpotdreams-card__stars li:first-child {
    display: block;
  }
}

.jackpotdreams-card__right-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (max-width: 600px) {
  .jackpotdreams-card__right-top {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.jackpotdreams-card__link {
  position: relative;
  overflow: hidden;
}

.jackpotdreams-card__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    75grad,
    rgba(0, 0, 0, 0) 25%,
    rgba(255, 255, 255, 0.6) 26%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
  -webkit-animation: mymove 1s infinite linear;
  animation: mymove 1s infinite linear;
}

@-webkit-keyframes mymove {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes mymove {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.jackpotdreams-slider {
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .jackpotdreams-slider {
    max-width: 148px;
  }
}

.jackpotdreams-slider__slide {
  width: 35px;
  height: 24px;
}
