:root {
  --font_onest: "Onest", sans-serif;
}

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: inherit;
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
}
ul{
	margin: 20px 0;
	padding-left:15px;
}
/* li {
  list-style: none;
} */
table{
	margin: 25px 0;
	color: #ffffffab;
}
ol,
ul{
    margin: 25px 0;
    padding-left: 45px;
}
ol li {
    line-height: 1.5;
    color: #ffffffab;
}
ul li{
	 line-height: 1.5;
    color: #ffffffab;
}
body {
  font-family: var(--font_onest);
  font-size: 21px;
  line-height: 1.2;
  color: #fff;
  background-color: #0D0323;
  scrollbar-gutter: stable both-edges;
  margin: 0;
  padding: 0;
  height: 100%;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em
}

table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-collapse: collapse
}

table th {
  font-weight: 700;
  padding: 5px;
  background: #efefef;
  border: 1px solid #ddd
}

table td {
  border: 1px solid #ddd;
  padding: 5px
}

img {
  max-width: 100%;
  vertical-align: top;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 1 auto;
  overflow-x: hidden;
  margin-top: 60px;
}

.container {
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
}
.btn {
  border-width: 2px;
  border-radius: 20px;
  border: solid transparent;
  position: relative;
  z-index: 1;
  background-color: transparent;
  color: #fff;
  padding: 8px 16px;
  height: 40px;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
}

.btn:before,
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: calc(4px + 2px);
  background: transparent;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: all 0.2s ease-out;
}

.btn:before {
  z-index: -1;
  padding: 2px 0 0 2px;
  margin: calc(2px * -1) 0 0 calc(2px * -1);
  border-bottom-right-radius: 0;
}

.btn:after {
  z-index: -2;
  padding: 0 2px 2px 0;
  margin: 0 calc(2px * -1) calc(2px * -1) 0;
  border-top-left-radius: 0;
}

.btn:hover:before,
.btn:hover:after {
  transform: scale(1.1);
}

.btn--primary {
  background-color: #acff00;
  color: #000;
}

/* .btn--primary:before {
  background: linear-gradient(90deg, #2846af, #0e1450 49.5%, #76b7dc);
}

.btn--primary:after {
  background: #ff5c00;
} */
.header__button-open {
  display: none;
}

.header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg,#1a083e,#13052f);
  z-index: 995;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  padding: 0px 20px;
  margin: 0 auto;
}
.header__left {
  display: flex;
  gap: 20px;
}
.header__burger {
  width: 20px;
  cursor: pointer;
}
.header__logo{
  width: 120px;
}
.burger__img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
}
.header__search-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  padding: 8px 12px;
  background-color: rgba(105, 181, 224, 0.1);
  border: 1px solid transparent;
  border-radius: 12px;
  height: 44px;
  width: 150px;
  text-transform: none;
  cursor: pointer;
  color: #fff;
}
.btn__inner {
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  font-family: var(--font_onest);
  font-weight: 900;
}
.header__search-icon {
  width: 16px;
  height: 16px;
}
.header__search-btn-text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: hsla(0, 0%, 100%, 0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
}
.header__menu {
  display: flex;
  gap: 20px;
  margin: 0 auto;
  padding-right: 50px;
}
.header__menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.header__menu-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.text-color {
  color: hsla(0, 0%, 100%, 0.5);
}
.header__right {
  display: flex;
  gap: 30px;
  align-items: center;
}
.header__login {
  display: flex;
}

.btn-arrow {
  cursor: pointer;
}
.button__registration {
  display: flex;
  background-color: #acff00;
  padding: 16px;
  border-radius: 20px;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  z-index: 998;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.side-menu {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100%;
  background: linear-gradient(180deg,#1a083e,#13052f);
  transition: left 0.3s ease;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.side-menu.open {
  left: 0;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

body.menu-open {
  overflow: hidden;
}

.burger__img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.menu-burger__btn img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.menu-burger__header {
  display: flex;
  gap: 40px;
  align-items: center;
}

.menu-burger__btn {
  background: none;
  width: 40px;
  cursor: pointer;
}
.menu-burger__logo{
  width: 100px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.menu-burger-nav {
  padding: 10px;
}

.menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-burger__wheel {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 20px;
  box-shadow: 0 32px 20px -20px rgba(0, 19, 57, 0.25);
  margin-bottom: 16px;
  background: linear-gradient(90deg, #a57db6 0.09%, #f3337a 99.91%),
    linear-gradient(0deg, #000, #000),
    radial-gradient(75% 100% at 50.34% 100%, #2094ff 0, #0b3ddd 100%);
  overflow: hidden;
  cursor: pointer;
  animation: gradientAnimation 3s ease infinite;
  background-size: 400% 400%;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.menu-burger__wheel-wr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  overflow: hidden;
  background-image: url(../images/burger/wheel-bg.svg);
  transform: translateZ(0);
  z-index: 3;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -15px;
}

.menu-burger__wheel-img {
  position: relative;
  left: -20px;
  bottom: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  animation: moveAround 5s linear infinite;
}

@keyframes moveAround {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.menu-burger__wheel-label {
  position: relative;
  padding-left: 70px;
  z-index: 2;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}
.menu-burger__wheel-label {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}
.menu__item,
.page_item {
  margin-bottom: 10px;
}

.menu__link,
.page_item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.menu__icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.menu__arrow {
  margin-left: auto;
  transition: transform 0.3s ease;
}
.menu__item--dropdown:hover .menu__arrow {
  transform: rotate(180deg);
}

.menu__item--dropdown .submenu {
  display: none;
  margin-left: 20px;
}

.menu__item--dropdown:hover .submenu {
  display: block;
}

.menu__item--dropdown .submenu {
  display: none;
  margin-left: 20px;
}

.menu__item--dropdown:hover .submenu {
  display: block;
}

.menu__divider {
  border-top: 1px solid #2a2f3a;
  margin: 15px 0;
}
.submenu__item {
  padding: 20px;
}
.submenu__link {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}
.menu__item-text {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.footer-download-menu {
  margin-top: 30px;
  display: flex;
  gap: 10px;
}
.download-one-menu {
  display: flex;
  gap: 5px;
  background-color: #000;
  border-radius: 10px;
  padding: 8px;
  min-height: 40px;
}
.main-banner {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}
.main-banner__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  max-height: 500px;
}
.main-banner__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 100;
  padding: 30px;
}
.main-banner__text {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.main-banner__percent {
  max-width: -webkit-max-content;
  max-width: max-content;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  background: #acff00;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-banner__bonus-offer-name {
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.main-banner__btn {
  display: flex;
  align-items: center;
  width: max-content;
  background: #ff5c00;
  color: #fff;
}

.main-banner__right {
  position: relative;
  flex-shrink: 0;
  z-index: 10;
  width: 100%;
  max-width: 450px;
}
.main-banner{
  background-image: url(../images/header/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  border-radius: 20px;
}
/* .main-banner__right-bg {
  position: absolute;
  top: -72px;
  right: -72px;
  width: 1072px;
  height: 620px;
  z-index: -1;
  pointer-events: none;

} */
.main-banner__right-img {
  width: 100%;
  height: auto;
}
.main-banner__win {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  gap: 20px;
  position: relative;
  z-index: 10;
}
.banner-win__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
.win__header-right,
.win__header-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.right-title {
  background: linear-gradient(90deg, #5cc1ed 2.16%, #f3337a 76.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
}
.title-color {
  -webkit-text-fill-color: #fff;
}
.right-text {
  margin-left: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.right-flex {
  display: flex;
  justify-content: end;
}
.banner-win__card {
  display: flex;
  flex: 1 1 500px;
}
.item-width {
  display: flex;
  gap: 200px !important;
}
.banner-win__card_items {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.card__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #190A38;
  background-color: #190A38;
  border-radius: 20px;
  gap: 30px;
  width: 100%;
  min-width: 348px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-out;
}

.card__item:before,
.card__item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  background: transparent;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: all 0.2s ease-out;
}

.card__item:before {
  z-index: -1;
  padding: 2px 0 0 2px;
  margin: calc(2px * -1) 0 0 calc(2px * -1);
  border-bottom-right-radius: 0;
}

.card__item:after {
  z-index: -2;
  padding: 0 2px 2px 0;
  margin: 0 calc(2px * -1) calc(2px * -1) 0;
  border-top-left-radius: 0;
}

.card__item:hover:before,
.card__item:hover:after {
  transform: scale(1);
}

.card__item:hover {
  background-color: #000;
}

/* .card__item:hover:before {
  background: linear-gradient(90deg, #2846af, #0e1450 49.5%, #76b7dc);
} */

/* .card__item:hover:after {
  background: #ff5c00;
} */

.card__right {
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: flex-start;
  flex: 1;
}

.card__img img {
  min-width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 10%;
}

.card__content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card__text {
  margin-bottom: 4px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card__text2 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.card__left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  margin-right: 5px;
  flex: 0 0 auto;
}

.card__number {
  border-radius: 20px;
  background: #ff5c00;
  padding: 0 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.card__number2 {
  margin: 4px 4px 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.main-paymant {
  z-index: 3;
  position: relative;
  display: inline-flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  border-radius: 0 0 20px 20px;
  background: #291456;
}

.paymant-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.payment-list__item {
  display: flex;
  align-items: center;
}
.payment-list__img {
  width: auto;
  height: 28px;
  filter: grayscale(1);
  opacity: 0.7;
}
.payment-name {
  display: block;
}

.nav-panel {
  position: relative;
  border-radius: 20px;
  background: #190A38;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease-out;
  padding: 10px;
}

.nav-panel-wrapper {
  margin: 48px 0px;
}

.nav-panel__menu-list {
  display: flex;
  align-items: center;
  gap: 1px;
}

.nav-panel__menu-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.nav-panel__menu-item:not(:first-child):hover {
  color: gray;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.nav-panel__menu-item--highlighted {
  color: #fff;
}

.nav-panel__menu-item.nav-panel__menu-item--highlighted::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: calc(2px * -1);
  left: 0;
  width: 100%;
  height: 2px;
  background: #ff5c00;
}

.nav-panel__menu-link {
  padding: 12px 20px;
  color: #ffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
}
.games__info {
  margin: 60px 0;
  background-color: #190A38;
  padding: 20px;
  border-radius: 20px;
}

.games__info-title{
  font-size: 40px;
  font-weight: 700;
  color: #ffffffe0;
  margin-bottom: 10px;
  text-align: left;
}

.games__info-text,
.games__info p {
  font-size: 20px;
  color: #ffffffab;
  line-height: 1.6;
  text-align: justify;
}

.games__head {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
}
.games__title {
  margin-right: 12px;
  transition: color 0.2s ease-in-out;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.games__button-all {
  width: 8px;
  height: 8px;
  transform: translate3d(0, -10px, 0);
  background-image: url(../images/games/all.svg);
  transition: transform 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.games__head:hover .games__title {
  color: #eeba40;
}

.games__head:hover .games__button-all {
  transform: translateY(-1px) rotate(45deg);
}

.games__block {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* grid-template-rows: repeat(5, 1fr); */
  gap: 20px;
  margin-bottom: 60px;
}

.game-card {
  position: relative;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.game-card__image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 20px;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.game-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.game-card:hover:after {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.game-card:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background-image: url("../images/games/play-button.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.game-card:hover .game-card__image {
  filter: blur(4px);
}

.jackpot {
  padding: 40px 0px 48px 0px;
}
.games-jackpot__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 440px;
  padding: 40px 0px 0px;
  border-radius: 0;
  overflow: hidden;
}
.games-jackpot__inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  background-image: url(../images/bonus-jacp/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  border-radius: 20px;
}

.games-jackpot__inner-title {
  text-align: center;
}
.games-jackpot__title {
  display: inline-block;
  font-weight: 900;
  font-size: 40px;
  text-transform: uppercase;
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 35px;
  margin-top: 35px;
}
.games-jackpot__number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: auto;
  position: relative;
  top: -4px;
  font-size: 66px;
  line-height: 60px;
  color: #acff00;
}

.games-jackpot__img1 {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 500px;
  pointer-events: none;
}
.games-jackpot__img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 500px;
  pointer-events: none;
}

.games-jackpot__suppliers {
  position: relative;
  z-index: 1000;
  display: flex;
  margin-top: 28px;
  max-width: 100%;
  overflow: hidden;
  padding: 20px 0px;
}

.swiper-container {
  width: 100%;
  padding: 0 10px;
}
.swiper-wrapper {
  display: flex;
}

.suppliers__contents {
  position: relative;
  width: 224px;
  margin-right: 12px;
}

.suppliers__card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 224px;
  padding: 7px 8px;
  border-radius: 20px;
  border: 1px solid transparent;
  background-color: #361c6b;
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.suppliers__card img {
  width: 52px;
  height: 52px;
  margin-bottom: 5px;
}

.play-supplier__jackpot {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.play-supplier__jackpot-sum {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.play-supplier__jackpot-text {
  font-size: 14px;
  font-weight: 700;
  color: #69b5e0;
}

.play-supplier__games {
  position: absolute;
  top: -12px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 15px;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 20px;
  background-color: #3f3f3f;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.top__content {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.top__item {
  flex: 1;
}
.tiop__title {
  margin-bottom: 15px;
}
.top__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bonus {
  margin: 30px 0px 60px 0px;
}
.bonus__content {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 40px 20px;
}

.bonus__content::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% + 40px * 2);
  height: 100%;
  background-image: url("../images/bonus-jacp/bg-desktop.webp");
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 20px;
  filter: brightness(0.5);
}

.bonus__content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0px 0px 50px;
}
.bonus__content-block {
  display: flex;
  margin-bottom: 50px;
  gap: 20px;
}
.bonus__content-title {
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
  font-size: 30px;

  font-weight: 700;
  text-transform: uppercase;
}
.bonus__content-number {
  font-size: 96px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ff5c00;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bonus__content-text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.bonus__content-text span:first-child {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
}
.bonus__content-text span:last-child {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
.bonus__content-button {
  background-color: #ff5c00;
  color: #fff;
  padding: 10px 20px;
  max-width: 112px;
  text-align: center;
  border: none;
   border-radius: 20px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
  text-transform: uppercase;
}

.bonus__content-right img {
  max-width: 550px;
}

.footer__socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  gap: 20px;
  border-radius: 20px;
  background: #190A38;
}
.footer__socials-logo{
  width: 120px;
}
.social-links__link img {
  width: 40px;
  margin-right: 5px;
}

.bottom-menu {
  display: none;
  position: fixed;
  padding: 4px 0px 8px 0px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  z-index: 1000;
}

.footer__menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin: 32px 0px;
}
.footer__menu-col {
  display: flex;
  gap: 4px;
  flex-direction: column;
}
.footer__menu-item {
  min-height: 48px;
  padding: 12px;
}
.footer__menu-link {
  width: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.2s ease-out;
  color: hsla(0, 0%, 100%, 0.75);
}
.footer__menu-img {
  width: 10px;
  flex-shrink: 0;
  margin: 5px 6px 5px 8px;
}
.footer__menu-item:hover .footer__menu-link {
  color: #69b5e0;
}

.footer__menu-item:hover img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(73%) saturate(524%)
    hue-rotate(190deg) brightness(92%) contrast(91%);
}
.footer__pay {
  display: flex;
  gap: 32px;
  padding: 30px 0px;
  justify-content: space-between;
}

.footer-download {
  display: flex;
  gap: 12px;
}
.download-one {
  display: flex;
  gap: 10px;
  padding: 16px 40px;
  background: rgba(8, 24, 39, 0.5);
  position: relative;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.download-img {
  width: 16px;
  height: 20px;
}
.download-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  transition: all 0.2s ease-out;
}
.download-one:hover {
  background: rgba(21, 61, 96, 0.5);
  border-radius: 10px;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.footer-text {
  padding: 30px 0px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.footer-copy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 32px 0px 40px 0px;
}
.copy {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.footer-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding-left: 30px;
}
.footer-icon {
  width: 100%;
}
.wpmtst-testimonial.testimonial {
  border: none !important;
  border-radius: 24px;
  background: #05101f;
  box-shadow: 0 4px 15px 0 rgba(0,0,0,0.1);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.wpmtst-testimonial-inner {
  border: none !important;

}

.strong-form-inner {
  padding: 0 !important;
}

.strong-form label {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

input[type="text"],
input[type="search"],
textarea {
  background: #190A38;
  -webkit-box-shadow: 0px 16px 40px 0px rgba(56, 68, 91, 0.06);
  box-shadow: 0px 16px 40px 0px rgba(56, 68, 91, 0.06);
  border: none !important;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 10px;
  color: #fff;
}
input[type="search"]{
  margin-bottom: 0;
}
.header-search {
  margin-left: auto;
}

.input-search{
  margin-bottom: 0 !important;
}
.search button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  /* background: none !important; */
  /* border: none !important; */
}
#searchsubmit {
  background: none !important;
  border: none !important;
}
#wpmtst_submit_testimonial {
  background: #ff5c00;
  border-radius: 20px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  padding: 8px 16px;
  font-weight: bold;
  border: none;
  text-transform: uppercase;
}

.faq details {
  padding: 15px;
  border-radius: 24px;
  background: #05101f;
  box-shadow: 0 4px 15px 0 rgba(0,0,0,0.1);
  margin-bottom: 15px;
}

.faq details[open] {
  background: #05101f;
}

.faq details p {
  margin-top: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.faq details>summary {
  list-style: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #69b5e0;
  background: #FF4C0033;
  width: 36px;
  height: 36px;
  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: 100%;
  font-size: 28px;
  font-weight: 100;
}

.faq details[open] summary:after {
  content: "-";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  background: #fff;
  width: 36px;
  height: 36px;
  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: 100%;
  font-size: 28px;
  font-weight: 100;
}

.content{
  margin: 35px 0;
  font-size: 20px;
    color: #ffffffab;
    line-height: 1.6;
    text-align: justify;  
}
.content a{
  color: #ff5c00;
  text-decoration: underline;
}
h1{
  font-size: 40px;
    font-weight: 700;
    color: #ffffffe0;
    margin: 20px 0;
    text-align: left;
}
h2{
  font-size: 36px;
  font-weight: 700;
  color: #ffffffe0;
  margin: 20px 0;
  text-align: left;
}
 h3{
  font-size: 32px;
  font-weight: 700;
  color: #ffffffe0;
  margin: 20px 0;
  text-align: left;
}
 h4{
  font-size: 28px;
  font-weight: 700;
  color: #ffffffe0;
  margin: 20px 0;
  text-align: left;
}
 h5{
  font-size: 24px;
  font-weight: 700;
  color: #ffffffe0;
  margin: 20px 0;
    text-align: left;
}
 h6{
  font-size: 20px;
  font-weight: 700;
  color: #ffffffe0;
margin: 20px 0;
  text-align: left;
}
.related-slots{
  margin: 35px 0;
}
.games__block-related{
  grid-template-columns: repeat(3, 240px);
  justify-content: center;  
}
.related-slots__title{
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.breadcrumbs{
  margin: 10px 0;
  font-size: 14px;
}
.single-slot__iframe{
  width: 100%;
  height: 600px;

}