
@font-face {
  font-family: "Sequel-Sans";
  font-weight: normal;
  font-style: normal;
  src: url("../font/SequelSansLightHead.ttf");
}

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

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

:focus,
:active {
  /*outline: none;*/
}

a:focus,
a:active {
  /* outline: none;*/
}

/* Links */

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

a:hover  {
  /* color: inherit; */
  text-decoration: none;
}

/* Common */

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

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

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

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */

input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

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

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

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  background: #030303;
  font-family: 'Sequel-Sans', Poppins, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

.container {
  width: 100%;
  max-width: 100%;
  padding: 0 60px;
  margin: 0 auto;
}

.main {
  min-height: calc(100vh - 180px);
}

.primary-button {
  font-size: 20px;
  font-weight: 300;
  padding: 10px 24px;
  background: #234393;
  border: 2px solid #234393;
  border-radius: 6px;
  color: #fff;
  display: block;
  transition: all 0.3s;
}

.primary-button:hover {
  background: transparent;
}

.ghost-button {
  font-size: 20px;
  font-weight: 300;
  padding: 10px 24px;
  background: transparent;
  border: 2px solid #234393;
  border-radius: 6px;
  color: #fff;
  display: block;
  transition: all 0.3s;
}

.ghost-button:hover {
  background: #234393;
}

.header {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
}

.header.scrolled {
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  background: #0F1011;
  /*backdrop-filter: blur(50px);*/
}

/* .header.scrolled:has(.menu-list-mob.show) {
  border-bottom: gray;
} */

.header__wrapper {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .menu-list ul {
  display: flex;
  gap: 32px;
}

.header .menu-list li a {
  color: #fff;
}

.intro {
  display: flex;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  font-family: 'Sequel-Sans', sans-serif;
}

.intro .container {
  height: 100%;
}


.intro .intro__bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.intro .mob-intro__bg {
  position: absolute;
  display: none;
  z-index: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.intro .intro__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: max-content;
  width: 100%;
  z-index: 1;
  padding-top: 80px;
}

.intro__wrapper h1 {
  font-size: 52px;
  line-height: 60px;
}

.intro__wrapper p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.intro__wrapper .buttons {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.intro .advantages {
  margin-bottom: 20px;
  display: flex;
  gap: 8px;
}

.intro .advantages-item {
  display: flex;
  padding: 6px 12px;
  border-radius: 100px;
  border: 0.878px solid rgba(49, 60, 84, 0.60);
  background: linear-gradient(91deg, #0F1A2D 0%, #0F1825 99.96%);
  gap: 8px;
}

.intro .animated-roullete {
  width: 100vh;
  height: 100vh;
  bottom: -10%;
  display: flex;
  z-index: -1;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -20vh;
}

.intro .animated-roullete .roulette {
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.intro .animated-roullete .roulette,
.intro .animated-roullete .glow {
  width: 100%;
  position: absolute;
}

.intro .animated-roullete .glow {
  z-index: 2;
  width: 175%;
  opacity: 0.5;
}

.intro .animated-roullete .roulette img,
.intro .animated-roullete .glow img {
  object-fit: contain;
  width: 100%;
}

.intro .intro__title {
  font-size: 56px;
  max-width: 656px;
  text-align: center;
  color: #fff;
  margin-bottom: 18px;
}

.intro .intro__subtitle {
  color: rgba(255, 255, 255, 0.60);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  line-height: normal;
  max-width: 568px;
  text-align: center;
}

.casinos {
  margin-top: -50vh;
  position: relative;
  z-index: 2;
}

.casinos .header-line {
  border-radius: 1072.839px;
  background: linear-gradient(270deg, rgba(96, 109, 138, 0.00) 0%, #F9FBFF 54.5%, rgba(96, 109, 138, 0.00) 100%);
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.45);
  margin: 0 auto;
  height: 1.974px;
  width: 80%;
}

.casinos .casinos__header {
  width: 100%;
  display: flex;
  padding: 21px 60px;
  background: #0F1011;
  /* backdrop-filter: blur(64.58786010742188px); */
  border-radius: 20px 20px 0px 0px;
  border: 1.292px solid rgba(255, 255, 255, 0.00);
}

.casinos .casinos__header .header-item {
  color: rgba(255, 255, 255, 0.60);
  font-family: "Sequel-Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 405;
  line-height: normal;
  letter-spacing: 0.56px;
}

.casinos .casinos__list.extra {
  display: none;
}

.casinos .casinos__list.extra.show {
  display: block;
}

.casinos .casinos__list .list-item, .pop_up .list-item {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  margin-top: 4px;
  padding: 20px 60px;
  padding-bottom: 0;
  background: #0F1011;
  flex-wrap: wrap;
}

.casinos .casinos__list .list-item .badge, .pop_up .list-item .badge {
  position: absolute;
  width: 155px;
  padding: 6px 12px;
  padding-right: 0;
  left: 0;
  top: 0;
  border-radius: 0px 100px 100px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  border-right: 1px solid rgba(255, 255, 255, 0.10);
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(72, 82, 245, 0.05);
  box-shadow: 0px -10px 20px 0px rgba(72, 82, 245, 0.50) inset;
  backdrop-filter: blur(10px);
  font-family: "Sequel-Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 405;
  line-height: 125%; /* 15px */
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.casinos .casinos__list .list-item .badge.best, .pop_up .list-item .badge.best {
  border-radius: 0px 100px 100px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.40);
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-right: 1px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(180deg, #4F59B9 8%, #793AE0 100%);
  box-shadow: 0px 0px 44.743px 0px #5C65E1;
}

.casinos .casinos__list .list-item .badge.best::after, .pop_up .list-item .badge.best::after {
  content: url('../img/best-choise-ellipses.svg');
  position: absolute;
  right: 3px;
  top: 3px;
}

.casinos .casinos__list .list-item .rank p, .pop_up .list-item .rank p {
  border-radius: 8px;
  margin-top: 14px;
  width: max-content;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 12px 20px;
  position: relative;
  overflow: hidden;
  font-family: "Sequel-Sans";
  font-size: 16px;
}

.casinos .casinos__list .list-item .top-picks img, .pop_up .list-item .top-picks img {
  /* width: 45%; */
  margin-top: 10px;
}

.casinos .casinos__list .list-item .bonus h3, .pop_up .list-item .bonus h3 {
  font-family: "Sequel-Sans";
  max-width: 75%;
  font-size: 16px;
  font-style: normal;
  font-weight: 405;
  line-height: 125%;
  text-align: center;
}

.casinos .casinos__list .list-item .bonus p, .pop_up .list-item .bonus p {
  margin-top: 8px;
  font-family: "Sequel-Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.casinos .casinos__list .list-item .bonus p span, .pop_up .list-item .bonus p span {
  color: #FF60AC;
}

.casinos .casinos__list .list-item .rank p::after, .pop_up .list-item .rank p::after {
  content: url(../img/blur-ellipse.svg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30%;
}

.casinos .casinos__list .list-item .info-block, .pop_up .list-item .info-block {
  padding: 12px 80px;
  width: calc(100% + 120px);
  margin: 0 -60px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.04);
  font-family: "Sequel-Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.casinos .casinos__list .list-item .info-block p, .pop_up .list-item .info-block p {
  display: flex;
  align-items: start;
}

.casinos .casinos__list .list-item .info-block p:last-child, .pop_up .list-item .info-block p:last-child {
  display: none;
}

.casinos .casinos__list .list-item .info-block img, .pop_up .list-item .info-block img {
  margin-right: 6px;
}

.casinos .casinos__header .header-item:first-child,
.casinos .casinos__list .list-item .rank, .pop_up .list-item .rank {
  width: 15%;
}

.casinos .casinos__header .header-item:nth-child(2),
.casinos .casinos__list .list-item .top-picks, .pop_up .list-item .top-picks {
  width: 15%;
}

.casinos .casinos__header .header-item:nth-child(3),
.casinos .casinos__list .list-item .bonus, .pop_up .list-item .bonus {
  width: 25%;
}

.casinos .casinos__header .header-item:nth-child(4),
.casinos .casinos__list .list-item .rate, .pop_up .list-item .rate {
  width: 15%;
}

.casinos .casinos__header .header-item:nth-child(5),
.casinos .casinos__list .list-item .score, .pop_up .list-item .score {
  width: 15%;
}

.casinos .casinos__header .header-item:nth-child(6),
.casinos .casinos__list .list-item .site, .pop_up .list-item  .site{
  width: 15%;
}

.rating {
  display: inline-block;
  position: relative;
  font-size: 50px;
  margin-top: -10px;
}

.casinos .rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.casinos .rating label:last-child {
  position: static;
}

.casinos .rating label:nth-child(1) {
  z-index: 5;
}

.casinos .rating label:nth-child(2) {
  z-index: 4;
}

.casinos .rating label:nth-child(3) {
  z-index: 3;
}

.casinos .rating label:nth-child(4) {
  z-index: 2;
}

.casinos .rating label:nth-child(5) {
  z-index: 1;
}

.casinos .rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.casinos .rating label .icon {
  float: left;
  color: transparent;
}

.casinos .rating label .icon svg path {
  fill: transparent;
}

/* При наведении */
.casinos .rating label:hover ~ label .icon svg path,
.casinos .ratinglabel:hover .icon svg path {
  fill: #FFD700;
}

/* При выборе */
.casinos .rating label input:checked ~ .icon svg path {
  fill: #FFD700;
}

/* Установленная оценка */
.casinos .rating label input:checked ~ label .icon svg path,
.casinos .rating label input:checked ~ label:hover ~ label .icon svg path,
.casinos .rating label input:checked:hover ~ label .icon svg path {
  fill: #FFD700;
}

.casinos .rating label input:focus:not(:checked) ~ .icon:last-child {
  fill: #000;
  text-shadow: 0 0 5px #FFD700;
}

/* Новые стили для наведения */
.casinos .rating label:hover ~ label .icon svg path,
.casinos .rating label:hover .icon svg path,
.casinos .rating label:hover ~ label:hover .icon svg path {
  fill: transparent;
}

.casinos .rating label:hover .icon svg path {
  fill: #FFD700;
}

.casinos .rating label:hover ~ label .icon svg path {
  fill: transparent;
}

.casinos .votes {
  font-family: "Sequel-Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 405;
  line-height: 125%;
  margin-bottom: 6px;
}

.casinos .votes span {
  color: rgba(255, 255, 255, 0.50);
}

.casinos .link {
  font-family: "Sequel-Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 405;
  line-height: 125%;
}

.casinos .link a {
  color: #636FF2;
  text-shadow: 0px 0px 6px rgba(50, 65, 222, 0.25);
  font-family: "Sequel-Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 405;
  line-height: 125%;
  text-decoration-line: underline;
  margin-left: 6px;
}

.casinos .score {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  padding-left: 30px;
}

.casinos .score p {
  display: flex;
  align-items: center;
  justify-content: center;
}

.casinos .score img {
  position: absolute;
}

.casinos .site {
  display: flex;
  align-items: center;
}

.casinos .get-bonus-button {
  border-radius: 8px;
  color: #fff;
  font-family: "Sequel-Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 415;
  line-height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid rgba(153, 218, 255, 0.30);
  background: #202FD6;
  box-shadow: 0px 0px 30px 0px rgba(58, 72, 224, 0.50);
  padding: 10px 20px;
  padding-right: 56px;
  position: relative;
  overflow: hidden;
}

.casinos .get-bonus-button::after {
  content: url('../img/right-arrow.svg');
  position: absolute;
  right: 20px;
  margin-top: 2px;
}

.casinos .get-bonus-button::before {
  content: '';
  background: url('../img/get-bonus-ellipse-small.svg');
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

.view-all {
  margin-top: 14px;
  border-radius: 16px 16px 0px 0px;
  background: linear-gradient(180deg, rgba(178, 183, 255, 0.15) 4.8%, rgba(178, 183, 255, 0.00) 83.14%);
  backdrop-filter: blur(2px);
  padding: 20px;
  padding-top: 40px;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.view-all.hide {
  display: none;
}

.view-all .button-view-all {
  color: #636FF2;
  text-shadow: 0px 0px 8px #202FD6;
  font-family: "Sequel-Sans";
  font-size: 16px;
  font-style: normal;
  padding: 12px 48px;
  font-weight: 400;
  line-height: 100%;
  border-radius: 8px;
  border: 1px solid rgba(99, 111, 242, 0.20);
  background: rgba(99, 111, 242, 0.10);
  box-shadow: 10px -10px 20px 0px rgba(99, 111, 242, 0.25) inset;
  cursor: pointer;
}

.view-all .left-line,
.view-all .right-line {
  height: 2px;
  width: 150px;
  background: linear-gradient(-90deg, #636FF2 0%, rgba(99, 111, 242, 0.40) 53.55%, rgba(99, 111, 242, 0.00) 100%);
}
.view-all .right-line {
  background: linear-gradient(90deg, #636FF2 0%, rgba(99, 111, 242, 0.40) 53.55%, rgba(99, 111, 242, 0.00) 100%);
}

.faq {
  padding-top: 180px;
  padding-bottom: 220px;
  position: relative;
}

.faq-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50px;
  left: 0;
  right: 0;
  z-index: -1;
}

.faq-bg img {
  object-fit: contain;
  width: 100%;
}

.faq .tab,
.blog .tab{
  padding: 4px 26px;
  border-radius: 100px;
  width: max-content;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(180deg, rgba(8, 5, 32, 0.40) 0%, rgba(38, 42, 84, 0.40) 100%);
  backdrop-filter: blur(2px);
  margin-bottom: 24px;
}

.faq h2,
.blog h2 {
  text-align: center;
  font-family: "Sequel-Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 405;
  line-height: 100%;
  letter-spacing: 0.96px;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 64px;
}

.faq .tab p,
.blog .tab p {
  font-family: "Sequel-Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 410;
  line-height: 28px;
  background: linear-gradient(90deg, #B9C3F4 0%, #6C728E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq-list {
  margin: 0 auto;
  width: 60%;
}

.accordion-item {
  background: transparent;
  margin: 0 auto;
  position: relative;
  padding: 24px;
  background: linear-gradient(98deg, rgba(48, 51, 80, 0.70) -5.48%, rgba(14, 16, 34, 0.70) 63.27%);
  backdrop-filter: blur(50px);
  box-sizing: border-box;
  border-radius: 15px;
}

.accordion-item.is-open {
  border: 1px solid #4852F5;
}


.accordion-item + .accordion-item {
  margin-top: 16px;
}
.accordion {
  width: 100%;
  text-align: left;
  color: #fff;
  cursor: pointer;
}

.accordion .name {
  font-family: "Sequel-Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 405;
  line-height: 24px;
}

.accordion-item:after {
  content: url('../img/plus.svg');
  height: 24px;
  width: 24px;
  position: absolute;
  top: 24px;
  color: #000;
  right: 24px;
  padding-top: 2px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: -1;
}

.accordion-item.is-open:after {
  content: url('../img/minus.svg');
  padding-top: 0;
}

.accordion-content {
  background-color: transparent;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.card__list {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 200px;
}

.card__list .card__item {
  position: relative;
  overflow: hidden;
  width: calc(33.3% - 16px);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px;
}

.card__list .animated-border {
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  transition: all .5s;
  /* background: linear-gradient(0deg, rgba(3,3,3,1) 55%, rgb(201, 64, 255) 100%); */
  z-index: -1;
}

.card__list .card__item:hover .animated-border {
  background: linear-gradient(0deg, rgba(3,3,3,1) 55%, rgb(201, 64, 255) 100%);
  transform: rotate(-180deg);
}

.card__list .card__item .card-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.card__list .card__item .card-bg img {
  width: 100%;
}

.card__list .card__inner {
  border-radius: 16px;
  background-color: #030303;
  height: 100%;
}

.card__list .card__item-wrapper {
  border-radius: 16px;
  padding: 24px;
  padding-top: 350px;
  overflow: hidden;
  /* background: linear-gradient(180deg, rgba(110, 116, 182, 0.21) 0%, rgba(48, 51, 80, 0.07) 100%); */
  /*backdrop-filter: blur(50px);*/
}

.card__list .card__item-wrapper h3 {
  font-family: "Sequel-Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 405;
  line-height: 24px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}

.card__list .card__item-wrapper p {
  color: #A9B2DE;
  text-overflow: ellipsis;
  font-family: "Sequel-Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 405;
  line-height: 150%;
  letter-spacing: 0.64px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.card__list .card__item-wrapper a {
  color: #636FF2;
  text-shadow: 0px 0px 8px #202FD6;
  font-family: "Sequel-Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.card__list .card__item-wrapper a span {
  border-radius: 100px;
  margin-left: 16px;
  transition: all .5s;
  border: 1px solid rgba(153, 218, 255, 0.30);
  background: var(--Main, #202FD6);
  box-shadow: 0px 0px 30px 0px rgba(58, 72, 224, 0.50);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 32px;
  height: 24px;
}

.card__list .card__item:hover .card__item-wrapper a span {
  margin-left: 6px;
}

.card__list .card__item-wrapper a span::after {
  content: url('../img/right-arrow.svg');
  position: absolute;
  top: 1px;
}

.card__list .card__item-wrapper a span::before {
  content: url('../img/small-blur-ellipse.svg');
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30%;
}

.play-safe .play-safe__bg {
  height: 100%;
  width: 100%;
  z-index: -1;
}

.play-safe .play-safe__bg img {
  width: 100%;
  object-fit: contain;
}

.play-safe .play-safe__bg .mob {
  display: none;
}

.play-safe__wrapper {
  height: max-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-safe__content {
  position: absolute;
  padding-bottom: 8%;
  width: 65%;
}

.play-safe__content h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 405;
  line-height: 100%; /* 48px */
  letter-spacing: 0.96px;
  margin-bottom: 60px;
  text-align: center;
}

.play-safe__list {
  display: flex;
  align-items: center;
  gap: 36px;
}

.play-safe__list a {
  display: block;
}


.play-safe__image {
  width: 100%;
}

.play-safe__image .mob {
  display: none;
}

.play-safe__image img {
  width: 100%;
}

.footer {
  border-radius: 32px 32px 0px 0px;
  background: #10111C;
}

.footer__wrapper {
  width: 100%;
  display: flex;
  padding: 42px 0;
  align-items: center;
  justify-content: space-between;
}

.footer__wrapper .menu ul,
.footer__wrapper .extra ul  {
  display: flex;
  gap: 32px;
}

.footer__wrapper .menu ul a,
.footer__wrapper .extra ul a  {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer__wrapper .extra ul {
  gap: 40px;
}

.footer__wrapper .extra ul a {
  text-decoration: underline;
}

.footer .copyright {
  padding: 24px 60px;
  color: #A9B2DE;
  font-family: "Sequel-Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 405;
  line-height: 150%;
  letter-spacing: 0.48px;
  border-top: 1px solid rgba(169, 178, 222, 0.15);
}

.are-you-ready {
  height: 100vh;
  position: relative;
  margin-bottom: 90px;
}

.are-you-ready__bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.are-you-ready__bg-video video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.are-you-ready__wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.are-you-ready__content {
  position: relative;
}

.are-you-ready__content .tab {
  padding: 4px 26px;
  border-radius: 100px;
  width: max-content;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(180deg, rgba(8, 5, 32, 0.40) 0%, rgba(38, 42, 84, 0.40) 100%);
  backdrop-filter: blur(2px);
  margin-bottom: 24px;
}

.are-you-ready__content .tab p {
  font-family: "Sequel-Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 410;
  line-height: 28px;
  background: linear-gradient(90deg, #B9C3F4 0%, #6C728E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.are-you-ready__content h2 {
  font-family: "Sequel-Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 405;
  line-height: 100%;
  letter-spacing: 0.96px;
  max-width: 60%;
  margin: 0 auto;
  margin-bottom: 48px;
  text-align: center;
  position: relative;
}

.are-you-ready__wrapper .blur-bg {
  position: absolute;
  border-radius: 788px;
  background: #030303;
  height: max-content;
  width: max-content;
  margin: 0 auto;
  filter: blur(75px);
  width: 50%;
  height: 60%;
}

.casinos-button {
  padding: 14px 32px;
  width: max-content;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid rgba(153, 218, 255, 0.30);
  background: var(--Main, #202FD6);
  box-shadow: 0px 0px 30px 0px rgba(58, 72, 224, 0.50);
  font-family: "Sequel-Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 415;
  line-height: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
}

.casinos-button::before {
  content: '';
  background: url('../img/get-bonus-ellipse-small.svg');
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

.faq-intro .intro__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 150px;
  padding-bottom: 0;
}

.faq-intro .botom-line {
  width: 80%;
  margin: 0 auto;
  margin-top: 80px;
}

.faq-intro .botom-line svg {
  width: 100%;
}

.faq-intro .intro__bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.faq-intro .intro__wrapper .left h1 {
  font-family: "Sequel-Sans";
  font-size: 56px;
  font-style: normal;
  font-weight: 405;
  line-height: 110%;
  margin-bottom: 48px;
}

.faq-intro .intro__wrapper .left .scroll-down-button {
  text-shadow: 0px 0px 8px #202FD6;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-weight: 400;
  line-height: 100%;
}

.faq-intro .intro__wrapper .left .scroll-down-button span {
  border-radius: 100px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border: 1px solid rgba(153, 218, 255, 0.30);
  background:#202FD6;
  box-shadow: 0px 0px 30px 0px rgba(58, 72, 224, 0.50);
  position: relative;
  overflow: hidden;
}

.faq-intro .intro__wrapper .left .scroll-down-button span::before {
  content: url('../img/bottom-arrow.svg');
}

.faq-intro .intro__wrapper .left .scroll-down-button span::after {
  content: url('../img/small-blur-ellipse.svg');
  position: absolute;
  bottom: -20%;
}

.faq-intro .intro__wrapper .right {
  color: #fff;
  font-family: "Sequel-Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 405;
  line-height: 135%;
}

.faq-intro .intro__wrapper .right span {
  color: #A9B2DE;
}

.faq-intro .intro__wrapper .left,
.faq-intro .intro__wrapper .right {
  width: 40%;
}

.disclosure-intro {
  height: calc(100vh - 180px);
  position: relative;
}

.disclosure-intro .container {
  height: 100%;
}


.disclosure-intro .intro__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.disclosure-intro .intro__bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  justify-content: center;
  object-fit: contain;
  align-items: center;
  width: 100%;
  z-index: -1;
}

.disclosure-intro .intro__wrapper .icon {
  border-radius: 100px;
  border: 1px solid rgba(72, 82, 245, 0.20);
  background: rgba(72, 82, 245, 0.15);
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.disclosure-intro .intro__wrapper .icon::after {
  content: url('../img/blur-ellipse-blue.svg');
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30%;
}

.disclosure-intro .intro__wrapper h1 {
  font-family: "Sequel-Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 405;
  line-height: 100%;
  letter-spacing: 0.64px;
  max-width: 640px;
  text-align: center;
}

.disclosure-intro .intro__wrapper p {
  color: #A9B2DE;
  text-align: center;
  font-family: "Sequel-Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 405;
  line-height: 160%;
  max-width: 560px;
}

.disclosure-intro .intro__wrapper a {
  color: #fff;
  display: flex;
  height: 44px;
  padding: 0px 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid rgba(153, 218, 255, 0.30);
  background: #202FD6;
  box-shadow: 0px 0px 30px 0px rgba(58, 72, 224, 0.50);
  position: relative;
  overflow: hidden;
}

.disclosure-intro .intro__wrapper a::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url('../img/blur-got-it.svg');
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.cards {
  padding-top: 160px;
  padding-bottom: 140px;
}

.cards .cards-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.cards .cards-item {
  position: relative;
  width: calc(25% - 16px);
  padding: 1px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #161940;
}

.cards .cards-item .animated-border {
  position: absolute;
  width: 400px;
  height: 800px;
  margin-right: 220px;
  transition: all .5s;
  transform: rotate(30deg);
  /* background: linear-gradient(90deg, rgba(0,0,0,1) 25%, rgba(66,75,223,1) 50%, rgba(0,0,0,1) 75%); */
  background: linear-gradient(90deg, #161940 38%, rgba(66,75,223,1) 83%, #161940 100%);
  z-index: 0;
}

.cards .card__inner {
  width: 100%;
  position: relative;
  border-radius: 16px;
  padding: 16px;
  padding-top: 68px;
  padding-bottom: 76px;
  background: linear-gradient(166deg, rgba(255, 255, 255, 0.02) 4.29%, rgba(255, 255, 255, 0.01) 72.39%), #030303;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cards .cards-list .cards-item:hover .animated-border {
  transform: rotate(90deg);
  margin-right: 0;
}

.card-bg .blur-1,
.card-bg .blur-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.cards .cards-item .logo-brand {
  position: relative;
  z-index: 1;
  height: 37px;
}

.card-bg .blur-1 img,
.card-bg .blur-2 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cards .cards-list .card__item-wrapper a {
  position: absolute;
  left: 16px;
  bottom: 16px;
  color: #636FF2;
  text-shadow: 0px 0px 8px #202FD6;
  font-family: "Sequel-Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  align-items: center;
}

.cards .cards-list .card__item-wrapper a span {
  border-radius: 100px;
  margin-left: 16px;
  transition: all .5s;
  border: 1px solid rgba(153, 218, 255, 0.30);
  background: var(--Main, #202FD6);
  box-shadow: 0px 0px 30px 0px rgba(58, 72, 224, 0.50);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 32px;
  height: 24px;
}

.cards .cards-list .cards-item:hover .card__item-wrapper a span {
  margin-left: 6px;
}

.cards .cards-list .card__item-wrapper a span::after {
  content: url('../img/right-arrow.svg');
  position: absolute;
  top: 1px;
}

.cards .cards-list .card__item-wrapper a span::before {
  content: url('../img/small-blur-ellipse.svg');
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30%;
}

.single-review-intro {
  padding-top: 110px;
  position: relative;
  overflow: hidden;
}

.single-review-intro .search-block {
  position: absolute;
  right: -5%;
  bottom: 5%;
}

.search-block {
  position: relative;
}

.search-block .bg {
  position: absolute;
  width: 100%;
}

.search-block .brand {
  position: absolute;
  left: 10%;
  top: 8%;
  width: 15%;
}


.single-review-intro .intro__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.single-review-intro .advantages {
  margin-bottom: 54px;
  display: flex;
  gap: 8px;
}

.single-review-intro .advantages-item {
  display: flex;
  padding: 6px 12px;
  border-radius: 100px;
  border: 0.878px solid rgba(49, 60, 84, 0.60);
  background: linear-gradient(91deg, #0F1A2D 0%, #0F1825 99.96%);
  gap: 8px;
}

.single-review-intro .intro__wrapper {
  max-width: 55%;
}

.single-review-intro .intro__wrapper .intro-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
  gap: 22px;
}

.single-review-intro .intro__wrapper h1 {
  font-family: "Sequel-Sans";
  font-size: 56px;
  font-style: normal;
  font-weight: 405;
  line-height: normal;
  margin-bottom: 12px;
}

.single-review-intro .intro__wrapper .subtitle {
  font-family: "Sequel-Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 405;
  line-height: 160%;
  margin-bottom: 24px;
}

.single-review-intro .intro__wrapper .intro-top .rate {
  display: flex;
}

.single-review-intro .intro__wrapper .intro-top .rate p {
  margin-right: 8px;
}

.single-review-intro .intro__wrapper .intro-top .date {
  padding: 4px 26px;
  border-radius: 100px;
  width: max-content;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(180deg, rgba(8, 5, 32, 0.40) 0%, rgba(38, 42, 84, 0.40) 100%);
  backdrop-filter: blur(2px);
}

.single-review-intro .date p {
  font-family: "Sequel-Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 410;
  line-height: 28px;
  background: linear-gradient(90deg, #B9C3F4 0%, #6C728E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single-review-intro .intro__wrapper .intro-bottom {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 150px;
}

.single-review-intro .intro__wrapper .intro-bottom a {
  color: #fff;
  display: flex;
  width: max-content;
  height: 44px;
  padding: 0px 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid rgba(153, 218, 255, 0.30);
  background: #202FD6;
  box-shadow: 0px 0px 30px 0px rgba(58, 72, 224, 0.50);
  position: relative;
  overflow: hidden;
}

.single-review-intro .intro__wrapper .intro-bottom a::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url('../img/blur-got-it.svg');
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.single-review-intro .intro__wrapper .intro-bottom p {
  font-family: "Sequel-Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 405;
  line-height: 125%;
}

.single-review-intro .intro__wrapper .intro-bottom p span {
  color: #A9B2DE;
  margin-right: 13px;
}

.single-review-intro .botom-line {
  width: 80%;
  margin: 0 auto;
  margin-top: 80px;
}

.single-review-intro .botom-line svg {
  width: 100%;
}

.review-text {
  padding-top: 75px;
  padding-bottom: 150px;
  font-family: "Sequel-Sans";
}

.review-text .review-text__wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.review-text h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 405;
  line-height: 100%; /* 32px */
  letter-spacing: 0.64px;
  margin-bottom: 24px;
}

.review-text h3 + h3 {
  margin-top: 48px;
}

.review-text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 405;
  line-height: 160%;
  margin-bottom: 24px;
}

.review-text p span {
  color: #A9B2DE;
}

.review-text .written-by {
  margin-top: 48px;
}

.review-text .written-by h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 405;
  line-height: 100%; /* 16px */
  letter-spacing: 0.32px;
  color: #A9B2DE;
  margin-bottom: 12px;
}

.review-text .written-by .line {
  width: 100%;
  height: 1px;
  background-color: rgba(169, 178, 222, 0.20);
  margin-bottom: 16px;
  display: block;
}

.review-text .written-by .author {
  display: flex;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 405;
  line-height: 135%;
}

.review-text .written-by .author p {
  margin-bottom: 0;
}

.review-text .written-by .author img {
  height: 27px;
  width: 27px;
}

.review-text .written-by .company {
  color: #A9B2DE;
  margin-top: 48px;
  margin-bottom: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 405;
  line-height: 100%; /* 16px */
  letter-spacing: 0.32px;
}

.review-text .written-by .visit-site {
  color: #636FF2;
  text-shadow: 0px 0px 8px #202FD6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 8px;
  padding: 12px 24px;
  border: 1px solid rgba(99, 111, 242, 0.20);
  background: rgba(99, 111, 242, 0.10);
  box-shadow: 10px -10px 20px 0px rgba(99, 111, 242, 0.25) inset;
  position: relative;
  display: block;
  overflow: hidden;
  width: max-content;
  margin-bottom: 120px;
}

.review-text .written-by .visit-site::after {
  content: url('../img/big-blur-ellipse-blue.svg');
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30%;
}

.review-text .pros,
.review-text .cons {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 24.1%, rgba(21, 255, 171, 0.12) 74.62%, rgba(21, 255, 171, 0.24) 99.72%), rgba(255, 255, 255, 0.02);
  box-shadow: 0px 0px 10px 0px rgba(21, 255, 171, 0.60) inset;
  margin-bottom: 8px;
}

.review-text .cons {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 18.91%, rgba(255, 0, 0, 0.12) 70.19%, rgba(255, 0, 0, 0.24) 99.74%), rgba(255, 255, 255, 0.02);
  box-shadow: 0px 0px 10px 0px rgba(255, 0, 0, 0.40) inset;
}

.review-text .pros li,
.review-text .cons li {
  display: flex;
  align-items: center;
  gap: 24px;
}

.review-text .pros li p,
.review-text .cons li p {
  margin: 0;
}

.review-text .pros li + li,
.review-text .cons li + li {
  margin-top: 18px;
}

.star-rating i {
  font-size: 1.2em;
  transition: 0.3s;
}

.star-rating label:is(:hover, :has(~ :hover)) i {
  transform: scale(1.35);
  color: #fffdba;
  animation: jump 0.5s calc(0.3s + (var(--i) - 1) * 0.15s) alternate infinite;
}
.star-rating label:has(~ :checked) i {
  color: #faec1b;
  text-shadow: 0 0 2px #ffffff, 0 0 10px #ffee58;
}

@keyframes jump {
  0%,
  50% {
    transform: translatey(0) scale(1.35);
  }
  100% {
    transform: translatey(-15%) scale(1.35);
  }
}

.header .burger-button {
  display: none;
}

.header .burger-button.hide {
  display: none;
}

.header .close-button {
  display: none;
}

.header .close-button.show {
  display: block;
}

.header .menu-list-mob {
  display: none;
  position: relative;
}

.header .menu-list-mob .top-bg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  top: 0;
}

.header .menu-list-mob .top-bg img {
  width: 100%;
  object-fit: cover;
}

.header .menu-list-mob .bottom-bg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  bottom: 0;
}

.header .menu-list-mob .bottom-bg img {
  width: 100%;
  object-fit: cover;
}

.header .menu-list-mob .navigation {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  margin-bottom: auto;
  gap: 32px;
}

.header .menu-list-mob .navigation li a {
  color: #fff;
  font-size: 32px;
}

.header .menu-list-mob .extra {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
.header .menu-list-mob .copyright {
  color: #A9B2DE;
  font-size: 11px;
  font-style: normal;
  font-weight: 405;
  line-height: 150%;
  letter-spacing: 0.44px;
}

.header .menu-list-mob .extra li a {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  font-style: normal;
  font-weight: 405;
  line-height: 150%;
  letter-spacing: 0.64px;
  text-decoration-line: underline;
}

.header .menu-list-mob {
  padding: 0 24px;
  padding-top: 85px;
  padding-bottom: 45px;
  display: none;
  flex-direction: column;
  height: 100vh;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #030303;
  z-index: -1;
  transform: translateX(100%);
  transition: all .3s ease;
}

.header .menu-list-mob.show {
  transform: translateX(0);
}

@media (max-width: 1280px) {
  /* .intro .animated-roullete {
    width: 600px;
    height: 600px;
  } */
  .play-safe__content h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .casinos .casinos__header {
    display: none;
  }
  .casinos .header-line {
    display: none;
  }
  .casinos .casinos__list .list-item {
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 12px 12px 0px 0px;
  }

  .casinos .casinos__list .list-item .rank,
  .casinos .casinos__list .list-item .top-picks,
  .casinos .casinos__list .list-item .bonus,
  .casinos .casinos__list .list-item .rate,
  .casinos .casinos__list .list-item .score,
  .casinos .casinos__list .list-item .site, 
  .pop_up .list-item .rank,
  .pop_up .list-item .top-picks,
  .pop_up .list-item .bonus,
  .pop_up .list-item .rate,
  .pop_up .list-item .score,
  .pop_up .list-item .site {
    width: 33.3%;
  }
  .single-review-intro .intro__wrapper {
    max-width: 100%;
  }
  .single-review-intro .search-block {
    position: relative;
    width: calc(100% + 120px);
    /* margin: 0 -60px; */
    margin-right: -100px;
  }
  .single-review-intro .search-block img {
    display: block;
    width: 100%;
  }
}

@media (max-width: 950px) {
  .footer .footer__wrapper {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 22px;
    gap: 42px;
  }
  .footer .copyright {
    text-align: center;
    padding: 24px 16px;
    font-size: 11px;
  }
  .faq-intro .intro__wrapper .left,
  .faq-intro .intro__wrapper .right {
    width: 48%;
  }
  .faq-intro .intro__wrapper .left h1 {
    font-size: 40px;
  }
  .cards .cards-item {
    width: calc(50% - 16px);
  }
  .single-review-intro .botom-line {
    width: 100%;
  }
}

@media(max-width: 750px) {
  .play-safe__content h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .play-safe__item {
    max-width: 100px;
  }
  .play-safe .play-safe__bg img.desc {
    display: none;
  }
  .play-safe .play-safe__bg img.mob {
    display: block;
    margin-bottom: 20px;
  }
  .container {
    padding: 0 16px;
  }
  .intro .intro__bg {
    display: none;
  }
  .intro .mob-intro__bg {
    display: block;
  }
  .header .menu-list {
    display: none;
  }
  .header.scrolled {
    backdrop-filter: none;
    background-color: #0F1011;
  }

  .header .burger-button {
    display: block;
  }

  .header .menu-list-mob {
    display: flex;
  }

  .casinos {
    margin-top: -25vh;
  }
  .intro .advantages {
    gap: 4px;
    margin-bottom: 16px;
  }
  .intro .intro__wrapper {
    padding-top: 80px;
  }
  .intro .advantages .advantages-item {
    padding: 4px 7px;
    gap: 2px;
    align-items: center;
  }

  .intro .advantages .advantages-item p {
    font-size: 10px;
    line-height: 10px;
  }
  .intro .intro__title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .intro .intro__subtitle {
    font-size: 14px;
    line-height: 14px;
  }
  .intro .animated-roullete {
    margin-top: -20vh;
    width: 65vh;
    height: 65vh;
  }
  .card__list .card__item-wrapper {
    backdrop-filter: none;
    background-color: #030303;
  }
  .card__list .card__item .card-bg {
    z-index: 1;
  }
  .casinos .casinos__list .list-item, .pop_up .list-item {
    padding: 14px;
    padding-bottom: 0;
    background-color: #0F1011;
    backdrop-filter: none;
  }
  .casinos .casinos__list .list-item .rank p, .pop_up .list-item .rank p {
    padding: 6px 20px;
  }
  .casinos .casinos__list .list-item .badge, .pop_up .list-item .badge {
    font-size: 8px;
    width: 120px;
    padding: 3px 12px;
    overflow: hidden;
    top: 3px;
  }

  .casinos .casinos__list .list-item .badge.best::after, .pop_up .list-item .badge.best::after {
    width: 30px;
    right: 8px;
    top: 0;
  }
  .casinos .casinos__list .list-item .info-block, .pop_up .list-item .info-block {
    padding: 12px 14px;
    width: calc(100% + 28px);
    margin: 0 -14px;
    margin-top: 20px;
    order: 7;
  }
  .casinos .casinos__list .list-item .rank,
  .casinos .casinos__list .list-item .top-picks,
  .casinos .casinos__list .list-item .bonus,
  .casinos .casinos__list .list-item .rate,
  .casinos .casinos__list .list-item .score, 
  .pop_up .list-item .rank,
  .pop_up .list-item .top-picks,
  .pop_up .list-item .bonus,
  .pop_up .list-item .rate,
  .pop_up .list-item .score {
    width: 50%
  }
  .casinos .casinos__list .list-item .rank,
  .casinos .casinos__list .list-item .top-picks,
  .pop_up .list-item .rank,
  .pop_up .list-item .top-picks {
    margin-bottom: 20px;
  }
  .casinos .casinos__list .list-item .top-picks, .pop_up .list-item .top-picks {
    text-align: center;
  }
  .casinos .casinos__list .list-item .bonus, .pop_up .list-item .bonus {
    width: 45%;
    margin-right: 5%;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
  }
  .casinos .casinos__list .list-item .bonus h3, .pop_up .list-item .bonus h3 {
    font-size: 13px;
  }
  .casinos .casinos__list .list-item .bonus p, .pop_up .list-item .bonus p {
    font-size: 9px;
    max-width: 90%;
  }
  .casinos .casinos__list .list-item .info-block, .pop_up .list-item .info-block {
    font-size: 8px;
    padding: 8px;
  }
  .casinos .casinos__list .list-item .rank, .pop_up .list-item .rank {
    text-align: right;
  }
  .casinos .casinos__list .list-item .score, .pop_up .list-item .score {
    width: 15%;
    justify-content: center;
    padding-left: 0;
  }
  .casinos .votes {
    font-size: 12px;
  }
  .casinos .casinos__list .list-item .score p, .pop_up .list-item .score p {
    font-size: 14px;
  }
  .casinos .casinos__list .list-item .score p img, .pop_up .list-item .score p img {
    width: 38px;
  }
  .casinos .casinos__list .list-item .rate, .pop_up .list-item .rate {
    order: 5;
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .casinos .casinos__list .list-item .rate .stars, .pop_up .list-item .rate .stars {
    display: flex;
    flex-wrap: nowrap;
  }
  .casinos .casinos__list .list-item .rate .stars img, .pop_up .list-item .rate .stars img {
    width: 18px;
  }
  .casinos .casinos__list .list-item .rate .link, .pop_up .list-item .rate .link {
    display: none;
  }
  .casinos .casinos__list .list-item .site, .pop_up .list-item .site {
    margin-top: 20px;
    order: 6;
    width: 100%;
  }
  .casinos .get-bonus-button {
    width: 100%;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    overflow: hidden;
  }
  .casinos .get-bonus-button::after {
    position: static;
  }
  .casinos .get-bonus-button::before {
    content: '';
    background: url('../img/get-bonus-ellipse.svg');
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
  }
  .view-all {
    padding: 17px 22px;
  }
  .faq {
    padding-top: 90px;
    padding-bottom: 120px;
  }
  .faq .tab, .blog .tab {
    font-size: 12px;
    padding: 2px 12px;
    line-height: 12px;
    margin-bottom: 12px;
  }
  .faq h2, .blog h2 {
    font-size: 24px;
    line-height: 24px;
    max-width: 80%;
  }
  .view-all .button-view-all {
    font-size: 14px;
    white-space: nowrap;
  }
  .faq-list {
    width: 100%;
  }
  .accordion-item {
    padding: 12px;
    padding-right: 50px;
  }
  .accordion .name {
    font-size: 16px;
  }
  .accordion-content {
    padding: 0;
  }
  .accordion-item:after {
    top: 12px;
  }
  .logo {
    width: 127px;
  }
  .header__wrapper {
    padding: 12px 0;
  }
  .play-safe__image .mob {
    display: block;
    margin-bottom: 20px;
  }
  .play-safe__image .desc {
    display: none;
  }
  .card__list {
    width: 100%;
    margin-bottom: 60px !important;
  }
  .slick-arrow {
    display: none !important;
  }
  .slick-dots li.slick-active button:before {
    color: #fff;
  }
  .slick-dots li button:before {
    color: gray;
  }
  .card__list .card__item-wrapper {
    padding: 14px;
    padding-top: 280px;
  }
  .are-you-ready__content .tab {
    font-size: 12px;
    padding: 2px 12px;
    line-height: 12px;
    margin-bottom: 24px;
  }
  .are-you-ready__content h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 405;
    line-height: 100%; /* 28px */
    letter-spacing: 0.56px;
    margin-bottom: 24px;
    max-width: 75%;
  }
  .are-you-ready__wrapper .blur-bg {
    width: 100%;
    height: 70%;
  }
  .faq-intro .intro__wrapper {
    flex-wrap: wrap;
    padding-top: 80px;
  }
  .faq-intro .intro__wrapper .left,
  .faq-intro .intro__wrapper .right {
    width: 100%;
  }
  .faq-intro .intro__wrapper .left .scroll-down-button {
    display: none;
  }
  .faq-intro .intro__wrapper .right {
    font-size: 14px;
    line-height: 21px;
  }
  .faq-intro .intro__wrapper .left h1 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .cards .cards-list .card__item-wrapper a {
    font-size: 14px;
  }
  .faq-intro .intro__bg {
    top: 150px;
  }
  .disclosure-intro .intro__bg {
    top: 80px;
  }
  .disclosure-intro .intro__wrapper p {
    font-size: 14px;
    line-height: 21px;
  }
  .blog h2 {
    margin-bottom: 29px;
  }
  .single-review-intro .date p {
    font-size: 12px;
  }
  .single-review-intro .intro__wrapper .intro-top .rate .stars {
    display: flex;
  }
  .single-review-intro .intro__wrapper h1 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .single-review-intro {
    padding-top: 80px;
  }
  .single-review-intro .intro__wrapper .subtitle {
    margin-bottom: 32px;
  }
  .single-review-intro .intro__wrapper {
    display: flex;
    flex-direction: column;
  }
  .single-review-intro .intro__wrapper .intro-bottom {
    margin-bottom: 32px;
  }
  .single-review-intro .advantages {
    order: 4;
    margin-bottom: 45px;
  }
  .single-review-intro .search-block {
    order: 5;
  }
  .single-review-intro .advantages-item p {
    font-size: 10px;
    line-height: 10px;
    white-space: nowrap;
  }
  .single-review-intro .advantages {
    flex-wrap: wrap;
  }
  .single-review-intro .advantages-item {
    padding: 4px 8px;
    align-items: center;
    gap: 4px;
  }
  .single-review-intro .intro__wrapper .intro-bottom p span {
    display: block;
  }
  .single-review-intro .intro__wrapper .intro-bottom a {
    white-space: nowrap;
    padding: 0 40px;
  }
  .search-block .brand {
    top: 7%;
  }
  .single-review-intro .botom-line {
    margin-top: 10px;
  }
  .single-review-intro .botom-line svg {
    height: 4px;
  }
  .review-text .review-text__wrapper {
    display: flex;
    flex-direction: column;
  }
  .review-text .review-text__wrapper .pros_cons {
    order: -1;
    margin-bottom: 80px;
  }
  .review-text h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .review-text p {
    font-size: 14px;
  }
  .review-text .written-by h4 {
    font-size: 14px;
  }
  .review-text {
    padding-bottom: 70px;
  }
  .review-text .written-by .visit-site {
    margin-bottom: 0;
  }
  .review-text .pros li, .review-text .cons li {
    align-items: start;
  }
  .play-safe__content {
    width: 90%;
  }
  .play-safe__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
  .play-safe__item {
    width: calc(25% - 24px);
  }
}
.shadow{
  position:fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 80;
 
    background: #00000080;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: none;
}
.pop_up{
   position: relative;
}
.pop_up .close{
  position: absolute;
  top: 10px;
  left: 14px;
  z-index: 10000;
}

 

.pop_up .list-item{
max-width: 800px;
border: 3px solid #793ae0;
border-radius: 30px;

}
.pop_up .list-item .badge.best::after {
    width: 30px;
    right: 8px;
    top: 0;
  }
  .pop_up .list-item .site {
    margin-top: 20px;
    order: 6;
    width: 100%;
  }
   .pop_up .list-item {
    padding: 14px;
    padding-bottom: 0;
    background-color: #0F1011;
    backdrop-filter: none;
  }
 .pop_up .list-item .rank p {
    padding: 6px 20px;
  }
  .pop_up .list-item .badge {
    font-size: 13px;
    width: 200px;
    padding: 3px 12px;
    overflow: hidden;
    text-align: center;
    top: -4px;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px !important;
  }

  .pop_up .list-item .badge.best::after {
    width: 30px;
    right: 8px;
    top: 0;
  }
  .pop_up .list-item .info-block {
    padding: 12px 14px;
    width: calc(100% + 28px);
    margin: 0 -14px;
    margin-top: 20px;
    order: 7;
  }

  .pop_up .list-item .rank,
  .pop_up .list-item .top-picks,
  .pop_up .list-item .bonus,
  .pop_up .list-item .rate,
  .pop_up .list-item .score {
    width: 50%
  }
  
  .pop_up .list-item .rank,
  .pop_up .list-item .top-picks {
    margin-bottom: 20px;
  }
 .pop_up .list-item .top-picks {
    text-align: center;
  }
   .pop_up .list-item .bonus {
    width: 45%;
    margin-right: 5%;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
  }
   .pop_up .list-item .bonus h3 {
    font-size: 13px;
  }
  .pop_up .list-item .bonus p {
    font-size: 9px;
    max-width: 90%;
  }
   .pop_up .list-item .info-block {
    font-size: 13px;
    padding: 8px;
  }
  .pop_up .list-item .rank {
    text-align: right;
  }
  .pop_up .list-item .score {
    width: 15%;
    justify-content: center;
    padding-left: 0;
  }

 .pop_up .list-item .score p {
    font-size: 14px;
  }
  .pop_up .list-item .score p img {
    width: 38px;
  }
  .pop_up .list-item .rate {
    order: 5;
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .pop_up .list-item .rate .stars {
    display: flex;
    flex-wrap: nowrap;
  }
   .pop_up .list-item .rate .stars img {
    width: 18px;
  }
   .pop_up .list-item .rate .link {
    display: none;
  }
  .pop_up .site {
    display: flex;
    align-items: center;
}

.pop_up .get-bonus-button {
    border-radius: 8px;
    color: #fff;
    font-family: "Sequel-Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 415;
    line-height: 100%;
    display: flex;
    align-items: center;
    border: 1px solid rgba(153, 218, 255, 0.30);
    background: #202FD6;
    box-shadow: 0px 0px 30px 0px rgba(58, 72, 224, 0.50);
    padding: 10px 20px;
    padding-right: 56px;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    animation: glowingmodal 1800ms infinite;
}

.pop_up .get-bonus-button::before {
    content: '';
    background: url(../img/get-bonus-ellipse-small.svg);
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}
.pop_up .get-bonus-button::after {
    content: url(../img/right-arrow.svg);
    position: absolute;
    right: 20px;
    margin-top: 2px;
}
    .pop_up .get-bonus-button {
        width: 100%;
        padding: 8px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        overflow: hidden;
    }
        .pop_up .get-bonus-button::after {
        position: static;
    }
    .pop_up .list-item .score p{

    display: flex;
    align-items: center;
    justify-content: center;


    }
    .pop_up .list-item .score p img{

   position: absolute;


    }
    .votes span{
      color: rgba(255, 255, 255, 0.50);
    }
        .pop_up .list-item .get-bonus-button::before {
        content: '';
        background: url(../img/get-bonus-ellipse.svg);
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;}
             @keyframes glowingmodal {
      0% { background-color: #202fd6;}
      50% { background-color: #656be7; }
      100% { background-color: #202fd6;}
      }
    @media (max-width: 750px){
      .pop_up .list-item .votes{
        font-size: 9px;
      }
      .pop_up .list-item .info-block p{
        font-size: 10px;
      }
    }