/*
Theme Name: Mercury Child
Theme URI: https://mercury.is/
Description: Child theme for Mercury theme
Author: Space-Themes.com
Author URI: https://space-themes.com/
Template: mercury
Version: 3.6.3
*/
@import url("../mercury/style.css");

*,
*::before,
*::after {
  box-sizing: border-box;
}
/* ul[class],
ol[class] {
  padding: 0;
} */

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul:not([class]),
ol:not([class]) {
  padding-left: 70px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  list-style: none;
}
ul:not([class]) li::after {
  content: '';
  position: absolute;
  background-color: #5f42c7;
  left: -35px;
  top: 50%;
  transform: translate(0 , -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
ol:not([class]) li {
  counter-increment: css-counter 1;
}
ol:not([class]) li::after {
  content: counter(css-counter);
  color: #fff;
  position: absolute;
  background-color: #5f42c7;
  left: -35px;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.7em;
}
/* ul[class],
ol[class] {
  list-style: none;
} */
.bold {
  font-weight: 700;
}
strong {
  font-weight: 700;
}
table {
  border-radius: 10px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.duo td {
  max-width: 50%;
  width: 100%;
}
.tripple td {
  max-width: 33%;
  width: 100%;
}
.four td {
  max-width: 25%;
  width: 100%;
}
td,
th {
  padding: 20px 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: rgba(184, 184, 184, 1);
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}
button {
  cursor: pointer;
  outline: none;
  border: none;
}
* {
  font-family: 'Montserrat';
  font-weight: 400;
}
/* Start fonts */
@font-face {
  font-family: 'Montserrat';
  src: url(assets/fonts/Montserrat-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url(assets/fonts/Montserrat-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat';
  src: url(assets/fonts/Montserrat-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: 'Montserrat';
  src: url(assets/fonts/Montserrat-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: 'RadioCanada';
  src: url(assets/fonts/RadioCanada-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'RadioCanada';
  src: url(assets/fonts/RadioCanada-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: 'Cabin';
  src: url(assets/fonts/Cabin-Bold.ttf);
  font-weight: 700;
}
/* End fonts */
body {
  position: relative;
}
body::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1370px;
  background: url(assets/img/main__bg.webp) center center / cover no-repeat;
  z-index: -2;
  filter: brightness(0.5);
}
.container {
  max-width: 1310px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
h2{
    width: 100%;
}
.partners + .container {
  max-width: 100%;
  width: 100%;
}
  .container .container {
    padding: 0;
  }
  a, a:visited {
    color: #ffdd00;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(46, 38, 69, 1);
  z-index: 500;
  width: 100%;
  padding: 0;
}
main {
  padding-top: 105px;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header__nav-ul {
  display: flex;
  gap: 24px;
  align-items: center;
}
.header__nav-ul li a {
  position: relative;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  white-space: nowrap;
  font-weight: 700;
  width: fit-content;
}
/* .header__nav-ul li.active a::after,
.header__nav-ul li:hover > a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translate(-50% , 0);
  border-bottom: 1px solid #DC0D29;
  width: 62.5%;
  transition: all .5s;
} */
.main {
  padding: 112px 0px 30px 0px;
}
.main__container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.main__warning {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-size: 18px;
  line-height: 29px;
  color: #FFE500;
  margin-bottom: 32px;
  width: fit-content;
}
.main__info {
    width: 58%;
    margin-top: 15px;
}
.main__title,
h1 {
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.main__description {
  font-size: 18px;
  line-height: 29px;
  color: #fff;
  /* word-break: break-all; */
}
.main__casinos {
  background: linear-gradient(131.34deg, #772945 -0.05%, rgba(59, 30, 78, 0.67) 53.74%, #3B1E4E 98.52%);
  padding: 20px 32px;
  border-radius: 16px;
  position: relative;
  max-width: 590px;
}
.main__casinos::after {
  content: '';
  position: absolute;
  background: url(assets/img/cards.png) center center / contain no-repeat;
  top: -211px;
  width: 974px;
  left: -120px;
  height: 882px;
  z-index: -1;
}
.main__casinos-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #fff;
}
.main__casino:first-of-type::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  /* background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%); */
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
  linear-gradient(0deg, #D364AC, #D364AC);
}
.main__casino {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 0px;
  position: relative;
}
.main__casino::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  /* background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%); */
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
  linear-gradient(0deg, #D364AC, #D364AC);
}
.casino__place {
  position: absolute;
  left: -12.5px;
  top: 12px;
  border-radius: 50%;
  color: #000;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  z-index: 10;
}
.casinos__width-single .casino__place,
.casino__column-wrapper .casino__place{
  position: static;
}
.main__casino:nth-of-type(1) .casino__place,
.casino__single:nth-of-type(1) .casino__place,
.casinos__width-single:nth-of-type(1) .casino__place,
.casino__column-wrapper:nth-of-type(1) .casino__place {
  background: rgb(255, 215, 0);
  border: 2px solid transparent;
}
.main__casino:nth-of-type(2) .casino__place,
.casino__single:nth-of-type(2) .casino__place,
.casinos__width-single:nth-of-type(2) .casino__place,
.casino__column-wrapper:nth-of-type(2) .casino__place  {
  background: #c0c0c0;
  border: 2px solid transparent;
}
.main__casino:nth-of-type(3) .casino__place,
.casino__single:nth-of-type(3) .casino__place,
.casinos__width-single:nth-of-type(3) .casino__place,
.casino__column-wrapper:nth-of-type(3) .casino__place  {
  background: #cd7f32;
  border: 2px solid transparent;
}
.casino__single .casino__place {
  left: 10px;
  top: 5px;
}
.main__casino .star-rating {
  display: flex;
}
.main__casino-logo {
  width: 70px;
  height: 70px;
}
.main__casino-rating {
  display: flex;
  flex-direction: column;
}
.main__casino-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 4px;
}
.main__casino-stars .space-companies-archive-item-rating {
    margin-bottom: 0;
}
.main__rating-num {
  z-index: 3;
  font-family: 'RadioCanada';
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.main__bonus-description {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main__bonus-name,
.main__bonus-description span:first-of-type {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.main__bonus-reward,
.main__bonus-description span:last-of-type {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.main__casino-play {
  /* background: linear-gradient(87deg, #ffc100 1.89%, #fd7269 98.44%); */
  /* background: linear-gradient(126.1deg, #ECFC31 4.89%, #FF2619 92.44%); */
  background: radial-gradient(53.9% 41.84% at 59.31% 50.91%, rgba(249, 192, 46, 0.2) 0%, rgba(112, 18, 12, 0.2) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, linear-gradient(98.25deg, #FD4539 0%, #6A110B 113.92%);
    box-shadow: 3px 9px 9px 0px rgba(27, 27, 27, 0.16);
  border-radius: 30px;
  padding: 19px 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  cursor: pointer;
  outline: none;
  border: none;
  white-space: nowrap;
}
.main__casino-more {
  width: fit-content;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: 23px;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  color: #fff;
  gap: 11px;
}

.section__title,
h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
  color: rgba(220, 220, 220, 1);
  margin-bottom: 7px;
}
.section__title-smallX,
h4{
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  color: rgba(220, 220, 220, 1);
}
.section__title-small,
h3 {
  font-size: 32px;
  line-height: 42px;
  color: rgba(220, 220, 220, 1);
  margin-bottom: 16px;
  font-weight: 700;
  text-align: center;
}
.section__title-big {
  text-align: center;
  font-weight: 600;
  font-size: 44px;
  line-height: 58px;
  color: rgba(220, 220, 220, 1);
  margin-bottom: 16px;
}
.container__medium {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.section__description {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: rgba(184, 184, 184, 1);
  max-width: 840px;
  margin: 0 auto 30px;
}
p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: rgba(184, 184, 184, 1);
  margin-bottom: 30px;
}
p.small {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(184, 184, 184, 1);
  margin-bottom: 16px;
}
p.medium {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(184, 184, 184, 1);
  text-align: center;
  margin-bottom: 16px;
}
.section__span {
  max-width: 840px;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: rgba(184, 184, 184, 1);
  margin-bottom: 46px;
}
.section__description-small {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(184, 184, 184, 1);
  text-align: center;
  margin-bottom: 16px;
}
.section__description-medium {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(184, 184, 184, 1);
  text-align: center;
  margin-bottom: 16px;
}
section {
  position: relative;
}
section::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -4;
  left: 0;
  top: 0;
  background-color: #1c172a;
}
.casino {
  padding-bottom: 56px;
}
.casino__container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.casino__single {
  background: rgba(46, 38, 69, 1);
  border-radius: 16px;
  padding: 15px 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: 290px;
  cursor: pointer;
  position: relative;
}
.casino__single .space-companies-archive-item-rating {
  margin-bottom: 0;
}
.casino__single-logo {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
.casino__single-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: rgba(255, 255, 255, 1);
}
.casino__single-rating {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.casino__single-bg {
  background: linear-gradient(0deg, #342B4E, #342B4E),
  linear-gradient(0deg, #463A69, #463A69);
  border-radius: 8px;
  padding: 15px 36px;
  margin-top: 16px;
  border: 1px solid rgba(70, 58, 105, 1);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-bottom: 22px;
}

.casino__bonus-name,
.casino__single-bg span:first-of-type {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
.casino__bonus-reward ,
.casino__single-bg span:last-of-type {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.casino__payments {
  min-height: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 100%;
  gap: 5px;
}
.casino__payments img {
  width: 30%;
  max-height: 35px;
}
.casino__btns,
.casino__column-btns {
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.casino__play {
  height: fit-content;
  background: radial-gradient(53.9% 41.84% at 59.31% 50.91%, rgba(249, 192, 46, 0.2) 0%, rgba(112, 18, 12, 0.2) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
  linear-gradient(98.25deg, #FD4539 0%, #6A110B 113.92%);
  width: 100%;
  border-radius: 30px;
  padding: 19px 0px;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}
ul.section__protect-ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 28px;
}
.section__protect-li {
  position: relative;
  max-width: 250px;
  background: red;
  padding: 15px;
  border-radius: 15px;
  background-color: rgba(46, 38, 69, 1);
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 8px;
}
.section__protect-li a {
  position: relative;
  font-family: 'RadioCanada';
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: rgba(255, 229, 0, 1);
}
.section__protect-li::after {
  content: '';
  /* position: absolute;
  left: 0;
  top: 15px; */
  width: 30px;
  height: 30px;
  display: block;
  background: url(assets/img/icons/protect.svg) center center / cover no-repeat;
}
.casinos__width {
  padding: 40px 30px;
  background-color: rgba(46, 38, 69, 1);
  border-radius: 16px;
  margin-bottom: 58px;

}
.casinos__width-single {
  display: grid;
  grid-template-columns: 2% 9% 28% 24% 19% 18%;
  border-bottom: 1px solid rgba(65, 62, 71, 1);
  padding-bottom: 20px;
}
.casinos__width-single:not(:last-of-type) {
  margin-bottom: 20px;
}
.casinos__width-logo {
  width: 85px;
  height: 85px;
}
.casinos__width-num {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #F2C94C;
}
.casinos__width-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #56CCF2;
  margin-bottom: 11px;
}
.casinos__width .main__casino-stars{
  gap: 5px;
}
.casinos__width .main__rating-num {
  margin-left: 4px;
  font-size: 18px;
  line-height: 29px;
  color: #757575;
}
.casinos__width-accepted {
  position: relative;
  font-size: 14px;
  line-height: 14px;
  color: #F2C94C;
  padding-left: 32px;
  white-space: nowrap;
}
.casinos__width-accepted::after {
  content: '';
  position: absolute;
  left: 0;
  top: -3.5px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(214, 52, 52, 1);
}
.casinos__width-info {
  margin-top: 32px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 20px;
}
.casinos__width-info span {
  font-size: 14px;
  line-height: 22px;
  color: rgba(171, 162, 194, 1);
}
.casinos__width-info a {
  position: relative;
  background: linear-gradient(94.48deg, rgba(253, 130, 97, 0.2) 1.28%, rgba(166, 63, 122, 0.2) 102.39%);
  box-shadow: 0px 0px 10px rgba(255, 95, 45, 0.25);
  backdrop-filter: blur(7.5px);
  padding: 5px 16px;
  color: rgba(255, 229, 0, 1);
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid #86485b;
}
.casinos__width-bonus {
  display: flex;
  flex-direction: column;
}
.casinos__width-bonus-name,
.casinos__width-bonus span:first-of-type {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  white-space: nowrap;
}
.casinos__width-bonus-description,
.casinos__width-bonus span:last-of-type {
  font-size: 18px;
  line-height: 23px;
  color: rgba(250, 200, 200, 1);
  word-break: break-all;
  padding-right: 10px;
}
.casinos__width-btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  margin-left: auto;
}
.casinos__width-play {
  background: radial-gradient(53.9% 41.84% at 59.31% 50.91%, rgba(249, 192, 46, 0.2) 0%, rgba(112, 18, 12, 0.2) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
  linear-gradient(98.25deg, #FD4539 0%, #6A110B 113.92%);
  box-shadow: 3px 9px 9px 0px rgba(27, 27, 27, 0.16);
  padding: 19px 30px;
  border-radius: 30px;
  border: none;
  outline: none;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  width: fit-content;
}
.casinos__width-tc,
.casinos__width-btns .tc-apply,
.casino__column-info span.tc-apply {
  font-family: 'RadioCanada';
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: rgba(255, 229, 0, 1);
  text-decoration: none;
  border-bottom: none;
}
.-more {
  text-align: center;
  background: linear-gradient(94.48deg, rgba(255, 87, 42, 0.2) 1.28%, rgba(139, 8, 8, 0.2) 102.39%);
  box-shadow: 3px 9px 9px rgba(0, 0, 0, 0.2), 0px 0px 24px rgba(255, 95, 45, 0.25);
  backdrop-filter: blur(7.5px);
  border: 1px solid #953426;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
  padding: 19px 81px;
  width: fit-content;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
}
.casino__width {
  padding-bottom: 50px;
}
.blackjack {
  padding-bottom: 116px;
}
.blackjack__faqs {
  width: 100%;
}
.blackjack__img {
  border-radius: 16px;
  max-height: 420px;
}
.faq__input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.faq__row {
  display: flex;
}
.faq__row .faq__col {
  flex: 1;
}
.faq__row .faq__col:last-child {
  margin-left: 1em;
}
/* Accordion styles */

.faq__tabs {
  overflow: hidden;
}
.faq__tab {
  width: 100%;
  border-radius: 16px;
  background: rgba(46, 38, 69, 1);
  overflow: hidden;
}
.faq__tab:not(:last-of-type) {
  margin-bottom: 24px;
}
.faq__tab-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 40px;
  background: rgba(46, 38, 69, 1);
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
 /* Icon */
}
.faq__tab-label::after {
  content: "\276F";
  color: rgba(242, 201, 76, 1);
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
}
.faq__tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #191c33;
  background-color: rgba(46, 38, 69, 1);
  transition: all 0.35s;
}
.faq__tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background-color: rgba(46, 38, 69, 1);
  cursor: pointer;
}
.faq__tab-close:hover {
  background-color: rgba(46, 38, 69, 1);
}
.faq__input:checked + .faq__tab-label {
  background-color: rgba(46, 38, 69, 1);
  padding-bottom: 0;
}
.faq__input:checked + .faq__tab-label::after {
  transform: rotate(270deg);
  color: rgba(0, 45, 105, 1);
}
.faq__input:checked ~ .faq__tab-content {
  background-color: rgba(46, 38, 69, 1);
  padding: 16px 32px 32px 98px;
  max-height: 100vh;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-family: 'RadioCanada';
  color: rgba(184, 184, 184, 1);
}
.blackjack__container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.faq__tab-label span {
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 22px;
}
.content {
  padding-bottom: 73px;
}

.rules {
  background-color: rgba(46, 38, 69, 1);
  padding: 40px;
  border-radius: 16px;
  margin-bottom: 72px;
}
.rules__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: rgba(188, 188, 188, 1);
  margin-bottom: 32px;
}
.rules ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
.rules.description li p {
  margin-top: 0;
}
.rules li {
  width: 29%;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  list-style-type: none;
  position: relative;
}

li {
  color: rgba(184, 184, 184, 1);
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  /* list-style-type: none; */
  position: relative;
}
.rules li::before {
  position: absolute;
  content: "";
  background: url(assets/img/icons/rules-arrow.svg) center center / cover no-repeat;
  left: -30px;
  top: 0;
  width: 25px;
  height: 25px;
}
.rules li p {
  font-size: 16px;
  line-height: 22px;
  color: rgba(188, 188, 188, 1);
  margin-top: 16px;
}
.-more.browse {
  max-width: 330px;
  background: radial-gradient(53.9% 41.84% at 59.31% 50.91%, rgba(249, 192, 46, 0.2) 0%, rgba(112, 18, 12, 0.2) 100%), linear-gradient(98.25deg, #FD4539 0%, #6A110B 113.92%);
  box-shadow: 3px 9px 9px rgba(27, 27, 27, 0.16);
  border-radius: 30px;
  padding: 19px 65px;
  white-space: nowrap;
  margin-bottom: 56px;
  cursor: pointer;
}

.info {
  padding: 58px 0px 50px 0px;
}
.info__container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.info__single {
  background: linear-gradient(130.91deg, #7965B1 -5.4%, rgba(28, 23, 42, 0.41) 96.45%);
  padding: 40px;
  border-radius: 16px;
}
.info__logo {
  margin-bottom: 16px;
}
.info__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: rgba(220, 220, 220, 1);
  margin-bottom: 18px;
}
.info__description{
  font-size: 16px;
  line-height: 22px;
  color: rgba(188, 188, 188, 1);
  margin-bottom: 21px;
}
.info__link {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: rgba(255, 229, 0, 1);
  gap: 20px;
  text-decoration: none;
}
.partners {
  padding: 40px 15px;
  background-color: #fff;
}
section.partners::after {
  background-color: rgba(246, 251, 255, 1);
}
.partners__container {
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
  gap: 40px;
  align-items: center;
}
/*Убрать полосу прокрутки у элемента*/
.partners__container::-webkit-scrollbar {
  width: 0;
}
.partners__wrapper {
  position: relative;
}
.partners__container img {
  width: 100%;
  position: relative;
  max-width: 70px;
}
.partners__wrapper::after {
  position: absolute;
  content: "";
  left: -32px;
  top: 50%;
  transform: translate(0 , -50%);
  border-left: 1px solid rgba(188, 190, 192, 1);
  width: 1px;
  height: 38px;
}
.partners__wrapper:first-of-type::after {
  display: none;
}
.d-left {
  text-align: left;
}
.d-center {
  text-align: center;
}
.white {
  color: #fff;
}
.mb-3 {
  margin-bottom: 15px;
}
.pb-3 {
  padding-bottom: 15px;
}
.grey {
  color: rgba(188, 190, 192, 1);
}
.content .pt {
  padding-top: 66px;
}
.radio__canada {
  font-family: 'RadioCanada';
}
.block__container {
  display: flex;
  gap: 44px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.block__img {
  width: 40%;
  max-height: 557px;
  border-radius: 16px;
}
.youtube__video {
  padding-bottom: 96px;
}
.section__ul-heart {
  list-style: none;
}
.section__ul-heart li {
  position: relative;
}
.section__ul-heart li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  width: 10px;
  height: 10px;
  background: url(assets/img/icons/heart.svg) center center / cover no-repeat;
}
.section__ul-heart li {
  padding-left: 25px;
  width: fit-content;
  margin: 0px auto 16px;
}
/* start slots */
.slots.main {
  padding: 0px 0px 50px 0px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 36px;
}
.breadcrumb,
.breadrumbs-separator,
.breadcrumbs,
#breadcrumbs a {
  font-size: 16px;
  line-height: 26px;
  color: rgba(198, 195, 201, 1);
}
#breadcrumbs {
  margin-bottom: 30px;
}
.breadcrumb.current,
.breadcrumb_last {
  text-decoration: underline;
  color: rgba(255, 229, 0, 1);
  pointer-events: none;
}
.slots__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 12px;
}

.slots__rating .main__casino-rating {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.slots__rating .main__casino-stars {
  margin-bottom: 0;
}
.slots__rating .star-rating {
  line-height: 0;
}
.slots__rating .slots__count-review {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(255, 255, 255, 1);
  margin-left: 30px;
}
.slots__rating .main__rating-num {
  margin-right: 10px;
}
.slots__author {
  font-size: 16px;
  line-height: 26px;
  color: rgba(184, 184, 184, 1);
  display: flex;
  align-items: center;
  gap: 10px;
}
.slots__author-name {
  font-size: 16px;
  line-height: 26px;
  color: rgba(184, 184, 184, 1);
}
.slots__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  padding: 40px 0px 100px 0px;
}
.slots__info {
  position: relative;
  padding-top: 20px;
  border-top: 1px solid rgba(72, 55, 82, 1);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;

}
.slots__game {
  position: relative;
  width: 57%;
}
.slots__logo {
  /* max-height: 440px; */
  height: 100%;
  max-width: 730px;
  width: 100%;
  border-radius: 16px;
}
.slots__btns {
  display: flex;
  align-items: center;
  gap: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.slots__btn {
  padding: 18.5px 60px;
}
.slots__link {
  padding: 19px 16px;
  background: linear-gradient(94.48deg, rgba(151, 162, 29, 0.2) 1.28%, rgba(168, 27, 27, 0.2) 102.39%);
  box-shadow: 3px 9px 9px rgba(0, 0, 0, 0.25), 0px 0px 24px rgba(255, 95, 45, 0.25);
  backdrop-filter: blur(7.5px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 30px;
  border: 1px solid #a08133;
  white-space: nowrap;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
}
.slots__casino {
  max-width: 530px;
  width: 100%;
  background: linear-gradient(131.34deg, #772945 -0.05%, rgba(59, 30, 78, 0.67) 60.1%, #3B1E4E 98.52%);
  backdrop-filter: blur(5px);
  border-radius: 16px;
  /* padding: 20px 26px 40px; */
}
.slots__casino-top {
  padding: 20px 25px 25px 25px;
  background: rgba(35, 16, 32, 0.2);
  border-bottom: 1px solid #483752;
}
.slots__casino-bottom {
  width: 100%;
  height: 100%;
  padding: 40px 25px 25px 40px;

}
.slots__casino-logo {
  margin: 0 auto;
  margin-bottom: 16px;
}
.slots__casino-dep,
.slots__casino-bonus {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.slots__casino-bonus {
  gap: 10px;
}
.slots__casino-desc,
.slots__casino-bonus span:first-of-type {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.slots__casino-value,
.slots__casino-bonus span:last-of-type {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.main__casino-play.slots__play {
  text-decoration: none;
  min-width: 138px;
  text-align: center;
}
.slots__fields {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #483752;
}
.slots__fields:not(:first-of-type) {
  padding-top: 20px;
}
.slots__ask {
  font-size: 18px;
  line-height: 18px;
  color: #B8B8B8;
}
.slots__unsw {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
.slots__info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section__description-medium.slots {
  margin-bottom: 45px;
  line-height: 29px;
}
/* end slots */
.casino__columns-wrapper {
  background: radial-gradient(98.55% 289.83% at 1.45% 1.83%, #772945 0%, #3B1E4E 50%, #3B1E4E 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 66px;
}
.casino__column-wrapper {
  cursor: pointer;
  display: grid;
  grid-template-columns: 4% 10% 15% 30% 25% 16%;
  align-items: center;
  /* gap: 5px; */
}
.casino__column-number {
  font-family: 'Cabin';
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  margin-bottom: auto;
}
.casino__column-logo {
  width: 85px;
  height: 85px;
}
.casino__column-title {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 12px;
}
.casino__column-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 12px;
}
.casino__column-value {
  font-family: 'RadioCanada';
  font-size: 18px;
  line-height: 29px;
  color: #fff;
}
.casino__column-wrapper:not(:last-of-type) {
  border-bottom: 1px solid #757575;
  padding-bottom: 35px;

}
.casino__column-bonuses {
  position: relative;
  padding: 15px 17.5px;
  border-radius: 8px;
  background-color: #3b1e4e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-right: 10px;
}
.casino__column-bonuses::after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: linear-gradient(111.84deg, #D7259A 24.72%, rgba(145, 25, 32, 0.51) 80%);
  border-radius: 8px;
  z-index: -1;
}
.casino__column-play.casinos__width-play {
height: fit-content;
width: 100%;
}
.casino__column-desc,
.casino__column-bonuses span:first-of-type {
  line-height: 17px;
  font-size: 14px;
  color: #fff;
}
.casino__column-bonus,
.casino__column-bonuses span:last-of-type {
  font-size: 22px;
  line-height: 31px;
  color: #fff;
  text-align: center;

}
.casino__column-pluses ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.casino__column-pluses li {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  position: relative;
  padding-left: 31px;

}
.casino__column-pluses li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  background: url(assets/img/icons/square.svg) center center / cover no-repeat;
  width: 18px;
  height: 18px;
}
.casino__column-pluses li:not(:last-of-type) {
  margin-bottom: 12px;
}
.casino__column-info .casinos__width-tc {
  text-decoration: underline;
  cursor: pointer;
}
.casino__column-info .space-companies-archive-item-rating {
  margin-bottom: 0;
  font-size: .8em;
}
.description__container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;

}
.description__wrapper {
  padding: 24px;
  border-radius: 8px;
  background-color: #2E2645;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 30%;
}
.description__wrapper img {
  width: 60px;
  height: 60px;
}
.description__wrapper strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #fff;
  text-align: center;
}
.description__wrapper p {
  font-size: 14px;
  line-height: 20px;
  color: #BCBCBC;
  text-align: center;
}
.casino__select-wrapper circle {
  fill: transparent;
}

.casino__select-wrapper circle:nth-child(1) {
  stroke: #e8f5ff;
  stroke-width: 3;
}

.casino__select-wrapper circle:nth-child(2) {
  stroke: #FF2E00;
  stroke-width: 3;
  stroke-dashoffset: 25;
  /* stroke-dasharray: var(--persent), calc(100 - var(--persent)); */
}
.casino__select {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 41px;
  text-align: left;
  margin-bottom: 60px;
}
.casino__select .-more {
  margin: 0;
}
.casino__select-wrapper {
  position: relative;
  padding: 100px;
  border-radius: 16px;
  background-color: #2E2645;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 290px;
  max-height: 290px;
}
.casino__select-wrapper svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
}
.casino__select-value {
  font-family: 'Cabin';
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #FF382C;
  letter-spacing: -0.06em;
}
.casino__select-reputation{
  font-family: 'Cabin';
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff; 
  white-space: nowrap;
  margin-bottom: 6px;
}
.casino__select-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.casino__select-stars svg {
  position: relative;
  left: 0;
  top: 0;
  transform: translate(0);
}
.main__slots {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 44px;
}
.main__slot {
  background: #2E2645;
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
}
.main__slot .-more.browse {
  margin-top: auto;
}
.main__slot .main__casino-stars {
  margin-bottom: 0;
}
.main__slot .star-rating {
  line-height: 0;
}
.main__slot-wrapper {
  position: relative;
}
.main__slot-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #2E2645 0%, rgba(46, 38, 69, 0) 93.26%);
  opacity: .9;
}
.main__slot .main__casino-rating {
  z-index: 3;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translate(-50% , 0);
}
.main__slot-name {
  z-index: 2;
  text-align: center;
  position: absolute;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  left: 50%;
  bottom: 0;
  transform: translate(-50% , 0);
  white-space: nowrap;
}

.main__slot-description {
  padding: 0 32px;
  line-height: 26px;
  color: #BCBCBC;
  font-size: 16px;
  margin-bottom: 19px;
  margin-top: 30px;
  text-align: center;
}
.main__slot-casino {
  display: flex;
   align-items: center;
   gap: 8px;
   margin-bottom: 18px;
}
.main__slot-casino img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.main__slot-caisno-name {
  font-size: 16px;
  line-height: 26px;
  color: #BCBCBC;
}
.faq .faq__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.faq .faq__tab {
  width: 49%;
  height: fit-content;
  margin-bottom: 0;
}
.faq .faq__input:checked ~ .faq__tab-content {
  padding: 10px 40px 32px 40px;
}
.faq .faq__tab-label::after {
  color: #FD4539;
}
.faq .faq__input:checked + .faq__tab-label::after {
  color: #FD4539;
}
.faq .faq__row .faq__col:last-child {
  margin-left: 0;
}
.faq {
  margin-bottom: 50px;
}
.author {
  padding: 40px;
  border-radius: 16px;
  background-color: #262038;
  margin-bottom: 25px;
}
.author__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.author__left {
  display: flex;
  gap: 16px;
  max-width: 300px;
  width: 100%;
}
.author__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #FBED82;
}
.author__job {
  font-size: 16px;
  line-height: 26px;
  color: #BCBCBC;
}
.author__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.author__email {
  font-size: 14px;
  line-height: 22px;
  color: #FD4539;
  margin-bottom: 10px;
}
.author__img {
  height: fit-content;
  border-radius: 50%;
}
.author__description {
  font-size: 16px;
  line-height: 26px;
  color: #BCBCBC;
}
footer {
  background: url(assets/img/footer.webp) center center / cover no-repeat;
  padding: 30px 0;
}
.footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__nav {
  width: 65%;
}
.footer__second {
  width: 100%;
  display: flex;
  gap: 25px;
  justify-content: space-between;
}
.footer__text {
  flex-direction: column;
}
.footer__title {
  width: fit-content;
}
.footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.footer__socials {
  margin-bottom: 30px;
}
.footer__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
}
.footer__description {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 30px;
}
.footer__age {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}
.footer__age-description {
  max-width: 250px;
  font-size: 14px;
  line-height: 22px;
  color: #9D9D9D;
}
.footer__logo-company {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 15px;
}
.footer__disclaimer {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #9d9d9d;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.footer__disclaimer::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #646469;
}
.footer__copyright {
  display: flex;
  justify-content: space-between;
}
.footer__copyright-text {
  font-family: 'RadioCanada';
  font-size: 14px;
  line-height: 14px;
  color: #9d9d9d;
}
footer ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer li a {
  font-size: 14px;
  line-height: 14px;
  font-family: 'RadioCanada';
  color: #fff;
  transition: all .5s;
  color: #fff;
  text-decoration: none;
}
footer li {
  margin-right: 10px;
}
.footer__copyright li:not(:last-of-type) {
  padding-right: 7px;
  margin-right: 7px;
  border-right: 1px solid #fff;
}
footer li a:hover {
  color: #1e4ec8;
}
.nobg::after {
  background: none;
  display: none;
}

.menu-btn {
  display: none;
}
.menu-btn {
	width: 30px;
	height: 30px;
	position: relative;
	z-index:12;
	overflow: hidden;
}
.menu-btn span {
	width: 30px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #FD4539;
	transition: all 0.5s;
}
.menu-btn span:nth-of-type(2) {
	top: calc(50% - 5px);
}
.menu-btn span:nth-of-type(3) {
	top: calc(50% + 5px);
}
.faq__row .faq__col:last-child {
  margin: 0;
}
.casino__column-play.casinos__width-play {
  white-space: nowrap;
}
.header__mobile-menu {
  display: none;
}
.open-menu .header__mobile-menu{
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #262038;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.open-menu .header__mobile-menu .header__nav {
  display: flex;
  flex-direction: column;
}
.open-menu .header__nav-ul {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.open-menu {
  overflow: hidden;
}
.popup {
  background-color: #1c172b;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  padding: 50px 0px;
}
.popup__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.popup__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  width: 100%;
}
.popup__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  color: #DCDCDC;
}
.popup__description {
  font-size: 24px;
  line-height: 31px;
  color: #dcdcdc;
  margin-bottom: 42px;
}
.popup__input {
  width: 100%;
  max-width: 600px;
  background: linear-gradient(0deg, #151120, #151120),
  linear-gradient(0deg, #393054, #393054);
  border: 1px solid #393054;
  box-shadow: 0px 0px 8px 0px #07060C inset;
  border-radius: 8px;
  padding: 19px;
  color: #fff;
  outline: none;
  margin-bottom: 50px;
  transition: all .5s;
}
.popup__input:focus {
  border: 1px solid #E84242;
}
.popup__checkboxex {
  margin-bottom: 45px;
}
.popup__input::placeholder {
  text-align: center;
}
.popup__checkboxex label {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #dcdcdc;
}
.popup__checkboxex label:first-of-type {
  margin-right: 70px;
}
.popup__checkboxex input[type=checkbox], input[type=radio] {
  display: none;
}
.popup__checkboxex input[type=radio] + label span {
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 40pt;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 0.35em;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  background: linear-gradient(0deg, #1C172B, #1C172B),
  linear-gradient(0deg, #393054, #393054);
  border: 1px solid #393054;
  box-shadow: 0px 0px 8px 0px #07060C inset;
  box-shadow: -1px -1px 0px 0px #4B406B;
  position: relative;

}
.popup__checkboxex input[type=radio]:checked + label span {
  background: #80FF00;
}
.popup__checkboxex input[type=radio]:checked + label span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #181821;
  border-radius: 50%;
}
.-more.popup__button {
  min-width: 362px;
}
.popup__wrapper {
  background: url(assets/img/popup___Img.jpg) center center / cover no-repeat;
  padding-top: 320px;
  padding: 320px 24px 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup__wrapper-title {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 13px;
}
.popup__wrapper-description {
  max-width: 460px;
  font-size: 14px;
  line-height: 17px;
  color: #b8b8b8;
  text-align: center;
  margin-bottom: 20px;
}
.popup__wrapper-bg {
  background: url(assets/img/popup_bottom_bg.jpg) center center / cover no-repeat;
  width: 100%;
  padding: 7px 25px 16px 207px;
  position: relative;
}
.popup__wrapper-bg::after {
  content: '';
  position: absolute;
  left: -35px;
  bottom: 0;
  width: 276px;
  height: 172px;
  background: url(assets/img/card.png) center center / cover no-repeat;
}
.popup__wrapper-holidays {
  font-size: 33px;
  line-height: 43px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  background: linear-gradient(180deg, #90E87A -36.17%, rgba(144, 232, 122, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.popup__wrapper-pool {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #90E87A;
}
.popup__wrapper-value {
  font-size: 32px;
  line-height: 42px;
  color: #fff;
  font-weight: 600;
}
.popup__bonus-wrapper {
  font-size: 22px;
  line-height: 29px;
  color: #b8b8b8;
  margin-bottom: 33px;
}
.-more.browse.popup__wrapper-button {
  min-width: 265px;
  max-width: 265px;
  margin-bottom: 80px;
}
.container__popup {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
.content .container .container__medium {
  padding: 0;
}
.casino__select-stars .star-rating {
  display: flex;
  align-items: center;
}
.casino__select-stars .space-companies-archive-item-rating .star-rating .star {
  font-size: 1em;
}
.header__mobile-menu .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  gap: 20px;
}
.header__mobile-menu .menu li a {
  color: #fff;
  text-decoration: none;
}
.casino__review {
  background: linear-gradient(94.48deg, rgba(255, 87, 42, 0.2) 1.28%, rgba(139, 8, 8, 0.2) 102.39%);
  box-shadow: 3px 9px 9px rgba(0, 0, 0, 0.2), 0px 0px 24px rgba(255, 95, 45, 0.25);
  backdrop-filter: blur(7.5px);
  width: 100%;
  padding: 19px 0;
  text-align: center;
  margin-top: 10px;
  border-radius: 30px;
  font-size: 18px;
  line-height: 18px;
  height: fit-content;
  color: #fff;
  z-index: 51252;
  cursor: pointer;
  position: relative;
  border: 1px solid #98362f;
}
.slots__wrapper iframe {
width: 100%;
height: 100%;
}
.header__nav-ul.menu{
  padding-right: 155px;
  gap: 10px;
}
.header__container > a > img {
  max-width: 270px;
}
.header__lang {
  position: absolute;
  top: 40%;
  right: 0;
  /* transform: translate(0 , -50%); */
  padding: 0 12px;
  border-radius: 8px;
  transition: background-color .2s linear;
  z-index: 1;
}
.header__lang--btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  /* transform: rotate(-90deg); */
  top: 0;
  right: 0;
  border: none;
  outline: none;
  padding: 6px;
  background: radial-gradient(53.9% 41.84% at 59.31% 50.91%, rgba(249, 192, 46, 0.2) 0%, rgba(112, 18, 12, 0.2) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, linear-gradient(98.25deg, #FD4539 0%, #6A110B 113.92%);
  border-radius: 8px;
}
.icon--lang, .icon-img {
  width: 25px;
  height: 17px;
  border-radius: 4px;
}
.icon--arrow {
  width: 12px;
  height: 9px;
  fill: #fff;
  margin-left: 8px;
  transition: transform .2s ease-in;
  transform: rotate(-90deg);
}
.header__lang.open .icon--arrow {
  transform: rotate(-270deg);
}
.header__langs {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  max-height: 0;
  visibility: hidden;
}
.header__lang.open {
  padding: 0 12px 7px;
  background: radial-gradient(53.9% 41.84% at 59.31% 50.91%, rgba(249, 192, 46, 0.2) 0%, rgba(112, 18, 12, 0.2) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, linear-gradient(98.25deg, #FD4539 0%, #6A110B 113.92%);
}
.header__lang.open .header__langs {
  visibility: visible;
  max-height: 250px;
  transition: max-height .2s ease-in, visibility .1s linear 0.2s;
}
.header__lang-list {
  display: flex; 
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 130px;
  gap: 10px;
}
.btn_top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 15;
  visibility: hidden;
  transition: all .5s;
  opacity: 0;
}
.upTo .btn_top {
  visibility: visible;
  opacity: 1;
}
/* Header menu */
.header__navContainer {
  display: flex;
  justify-content: space-between; }
.header__navUl {
  display: flex;
  align-items: center; }
  .header__navUl:nth-child(2) .header__navLi {
    margin: 0;
    min-width: 70px;
    margin-right: 6px; }
.header__navLi {
  list-style: none;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  position: relative;
  max-width: 103px;
  width: 100%;
  margin-right: 54px; }
  .header__navLi::after {
    content: '';
    background-image: url(assets/img/icons/arrowdown.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 8px;
    height: 8px;
    right: -20%;
    top: 60%;
    transform: translate(-50%, -50%); }
    .header__nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
        flex-wrap: wrap; }
      
      .header__nav ul li {
        display: inline-block;
        /* font-weight: 600; */
        /* padding: 12px 0; */
        /* text-transform: uppercase; */
    }
    .header__nav ul li a {
      padding: 12px 0;
    }
      .header__nav a {
        display: flex;
        align-items: center;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0.02em;
        text-decoration: none;
        color: #fff;
        font-weight: 600; }

      .header__nav ul li:last-child a {
        margin-right: 0; }
      
      .header__nav a:hover {
        color: #fff; }
      
      /* Hide Dropdowns by Default */
      .header__nav ul li ul li a {
        position: relative;
        margin-right: 0;
        padding: 15px; 
        background: radial-gradient(53.9% 41.84% at 59.31% 50.91%, rgba(249, 192, 46, 0.2) 0%, rgba(112, 18, 12, 0.2) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, linear-gradient(98.25deg, #FD4539 0%, #6A110B 113.92%);
      width: 100%;}
      
      /* .header__nav ul li ul li:first-child a {
        padding-top: 0; }
      
      .header__nav ul li ul li:last-child a {
        padding-bottom: 0; } */
      
      .header__nav ul li ul li a::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%);
        width: 100%;
        height: 1px; }
      
      .header__nav ul ul {
        display: none;
        position: absolute;
        background-color: rgba(46, 38, 69, 1);
        /* top: 15px; */
        padding: 0;
        top: 100%;
        height: fit-content;
        position: absolute;
        left: 0;
        /* the height of the main .header__nav */ }
      
      /* Display Dropdowns on Hover */
      .header__nav ul li:hover > ul {
        display: inherit;
        max-width: 250px;
        width: fit-content; 
      visibility: visible;
    z-index: 5;}
      
        .header__nav ul li:hover a:after{
            transform: rotate(-180deg);
            margin-top: -4px;
        }
        .header__nav li > a:after path {
          fill: #C0281C;
        }
      .header__menu ul li ul li a {
        margin-right: 0; }
      
      /* Fisrt Tier Dropdown */
      .header__nav ul ul li {
        width: 100%;
        float: none;
        display: list-item;
        position: relative;
        /* background-color: #191C33; */
    }
      .header__nav ul ul li:hover a {
        background-color: #243A64;
      }
      /* Second, Third and more Tiers	*/
      .header__nav ul ul ul li {
        position: relative;
        top: 0;
        left: 0; }
        .header__nav ul ul ul {
          left: 100%;
          top: 0;
        }
      .header__nav ul li a span, .header__mobile ul li a {
        margin-right: 10px; }
      
      .header__nav .container {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      
      .header__nav ul li ul li:last-of-type a::before, .header__mobile ul li ul li:last-of-type a::before {
        width: 0; }
      
      /* Change this in order to change the Dropdown symbol */
      .header__nav li > a:after, .header__mobile li > a:after {
        content: '';
        background: url(assets/img/icons/arrowdown.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 8px;
        right: 0;
        margin-top: 3px;
        height: 8px;
        margin-left: 6px; }
      
      .header__nav li > a:only-child:after {
        content: '';
        background: none; }

.how-to-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.how-to-block-container {
  background-color: rgba(46, 38, 69, 1);
  /* width: 100%; */
  padding: 20px 10px;
  height: fit-content;
  border-radius: 15px;
}
.how-to-main-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 155%;
  margin-bottom: 4px;
  color: #fff;
}
.how-to-block {
  height: fit-content;
}
.how-to-text {
  height: 200px;
  overflow: hidden;
  overflow-y: scroll;
}
.how-to-text::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.main__casinos-title span {
  display: flex;
  align-items: center;
  gap: 12px;
  
}
.how-to-text::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  max-height: 10px;
  height: 100%;
}
.how-to-title {
  margin-bottom: 7px;
  font-weight: 700;
  color: #fff;
  min-height: 60px;
}
.how-to-text {
  font-size: 16px;
  margin-bottom: 0;
}
.img-wrapper img{
  max-height: 200px;
  width: 100%;
  margin-bottom: 10px;
}
.howto__container {
  margin-bottom: 35px;
}
/* TOK block */
.block-toc button {
  /* display: none; */
}
.block-toc.list-nav ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}
.block-toc.list-nav li {
  display: block;
  width: calc(50% - 15px);
  background-color: var(--theme-hover-color);
  margin-bottom: 5px;
}
.block-toc.list-nav a {
  display: block;
  color: var(--theme-color);
  font-size: 18px;
  line-height: 28px;
  padding: 15px 50px 15px 15px;
  position: relative;
}
.block-toc.list-nav a::after {
  content: "";
  display: block;
  background-size: contain;
  width: 16px;
  height: 26px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}


.lwptoc_header {
  display: none;
}
.lwptoc_item {
  position: relative;
  padding-left: 25px;
}
.lwptoc_itemWrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 35px;
  position: relative;
  width: fit-content;
  border-radius: 12px;
  padding: 15px 50px 15px 15px;
  background: rgba(46, 38, 69, 1);
  max-height: 46px;
  overflow: hidden;
  cursor: pointer;
  transition: all .5s;
}
.active.lwptoc_itemWrap {
  max-height: fit-content;
}
.lwptoc_itemWrap::after {
  position: absolute;
  content: '';
  right: 15px;
  top: 15px;
  content: "\276F";
  color: rgba(242, 201, 76, 1);
  width: 1em;
  height: 1em;
  transform: rotate(90deg);
}
.lwptoc_item::after {
  content: '';
  position: absolute;
  background-color: #5f42c7;
  left: 0;
  top: 50%;
  transform: translate(0 , -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.main__casino .casino__payments {
  display: none;
}
@media screen and (max-width: 767px) {
  .main__casino .main__casino-rating {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 7px;
  }
  .main__casino .casino__payments {
    display: flex;
  }
  .main__casino:nth-of-type(1) {
    border: 3px solid #ffc61a;
  }
  .block-toc.list-nav .wrapper-inner {
    padding: 0;
 }
  .block-toc.list-nav li {
    width: 100%;
 }
}
.block-toc.sticky-nav {
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.block-toc.sticky-nav .block-title-wrap {
  /* display: none !important; */
}
.block-toc.sticky-nav .wrapper-inner {
  position: relative;
}
.block-toc.sticky-nav .wrapper-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  width: 4000px;
  background-color: var(--theme-hover-color);
}
.block-toc.sticky-nav nav {
  width: 100%;
  overflow-x: auto;
  /* display: none; */
}
.block-toc.sticky-nav ul {
  padding: 0;
  margin: 0;
  display: flex;    background: red;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: revert;
  margin-top: 40px;
  gap: 40px;
  z-index: 10;
}
.block-toc.sticky-nav li {
  list-style-type: none;
  flex: 1;
  text-align: left;
}
.block-toc.sticky-nav li:not(:last-child) {
  margin-right: 10px;
  max-width: max-content;
}
.block-toc.sticky-nav a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  position: relative;
}
.block-toc.sticky-nav a::after {
  content: "";
  display: block;
  width: 70%;
  height: 2px;
  background-color: var(--theme-color);
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.4s;
}
.block-toc.sticky-nav a:hover, .block-toc.sticky-nav a.active-item {
  font-weight: bold;
}
.block-toc.sticky-nav a:hover::after, .block-toc.sticky-nav a.active-item::after {
  opacity: 1;
}
.block-toc.sticky-nav.sticky {
  height: 60px;
  z-index: 9;
  position: sticky;
  top: 92px;
  background-color: #fff;
  max-width: 870px;
  width: 100%;
}
.block-toc.sticky-nav.sticky .wrapper-inner {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
   position: sticky;
  left: 0;
  right: 0;
  top: 92px;
}
.block-toc.sticky-nav.sticky img {
  max-height: 35px;
}
.block-toc.sticky-nav.sticky a {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
}
.main__casino-strong {
  display: none;
  color: #fff;
  font-size: 1.3em;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .block-toc.sticky-nav.sticky .wrapper-inner {
    top: 60px;
 }
}

@media screen and (max-width: 479px) {
 .block-toc.sticky-nav.sticky {
   top: 60px;
   left: 0;
   width: 100%;
   max-width: auto;
 }
 .block-toc.sticky-nav nav {
   overflow-x: scroll;
 }
}

/*  */
@media screen and (max-width: 1200px) {
  .casinos__width-single {
    grid-template-columns: 2% 9% 41% 30% 18%;
  }
  .casino__payments {
    display: none;
  }
  .info__container {
    flex-wrap: wrap;
  }
  .info__single {
    width: 46%;
  }
  .partners__container {
    overflow: hidden;
    overflow-x: scroll;
    justify-content: space-between;
    gap: 40px;
  }
  .partners__wrapper {
    min-width: 70px;
  }
  .faq .faq__tab {
    width: 100%;
  }
  .author__description {
    margin-left: 20px;
  }
  .footer__copyright {
    gap: 10px;
  }
  .footer__copyright ul,
  .footer__copyright {
    flex-wrap: wrap;
  }
  .slots__casino {
    max-width: 494px;
  }
  .popup__container {
    flex-direction: column;
    padding: 30px 0px;
  }
  .popup {
    overflow-y: scroll;
  }
  
}
@media screen and (max-width: 1023px) {
  .header__mobile-menu .menu li a {
    background: transparent;
  }
  .how-to-blocks {
    display: flex;
    gap: 20px;
    overflow: hidden;
    overflow-x: scroll;
  }
  .how-to-block-container {
    min-width: 250px;
    max-width: 250px;
  }
  .header__lang {
    right: 50px;
  }
  .main__casinos {
    max-width: 100%;
    width: 100%;
  }
  .slots__wrapper iframe {
    height: 410px;
    width: 100%;
  }
  .popup__title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
    text-align: center;
  }
  .menu-btn {
    display: flex;
  }
  .header__nav
 {
    display: none;
  }
  
  .main__container {
    flex-direction: column-reverse;
  }
  .main {
    padding: 50px 15px;
  }
  .main__info {
    width: 100%;
    margin-bottom: 0;
  }
  .main__title, h1,
  .main__description {
    margin-bottom: 15px;
  }

  .main__title,
  h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .casino__container {
    gap: 20px;
    flex-wrap: wrap;
  }
  .casino__single {
    max-width: 100%;
    width: 48%;
  }
  .casino__single-bg {
    width: 100%;
  }
  ul.section__protect-ul {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .casinos__width-info,
  .casinos__width-accepted {
    display: none;
  }
  .casinos__width-single {
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }
  .casinos__width-play {
    margin: 0;
    white-space: nowrap;
  }
  .blackjack__container {
    flex-wrap: wrap;
  }
  .blackjack__img {
    width: 100%;;
  }
  .rules li {
    width: 43%;
  }
  .rules ul {
    gap: 15px;
    padding: 0 15px;
  }
  .rules {
    padding: 15px;
  }
  .section__description-medium {
    font-size: 16px;
    line-height: 22px;
  }
  .casino__column-pluses {
    display: none;
  }
  .casino__column-wrapper {
    grid-template-columns: 4% 15% 25% 33% 22%;
    gap: 10px;
}
.description__container {
  overflow: hidden;
  overflow-x: scroll;
  gap: 20px;
}
.description__wrapper {
  width: 45%;
}
.main__slots {
  flex-wrap: wrap;
  gap: 25px;
}
.main__slot {
  width: 47%;
}
.description__wrapper {
  min-width: 230px;
}
.author__wrapper {
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.author .section__title-small {
  text-align: center;
}
footer ul {
  flex-wrap: wrap;
}
.footer__container {
  gap: 20px;
  justify-content: space-between;
}
.slots__wrapper {
  flex-direction: column;
}
.slots__game,
.slots__casino,
.slots__logo {
  width: 100%;
  max-width: 100%;
}
.footer__nav {
  width: 100%;
  margin-bottom: 25px;
}
.footer__second {
  flex-wrap: wrap;
}
.footer__text {
  order: 3;
  width: 100%;
}
.footer__age-description {
  max-width: 100%;
  margin-bottom: 0;
}
.footer__age {
  align-items: center;
}

.main__casino {
  justify-content: space-between;
}
.header__nav ul ul {
  display: flex;
  position: static;
  background-color: #262038;
  width: fit-content;
  flex-direction: column;
}
.header__nav ul ul ul {
  padding-left: 20px;
}
.header__nav ul ul li,
.header__mobile-menu .menu li a {
  width: fit-content;
}
.header__mobile-menu .menu {
  align-items: flex-start;
  margin: 0 auto;
}
.header__nav ul li ul li a {
  background-color: #262038;
}
.header__nav li > a:after, .header__mobile li > a:after,
.header__nav ul li ul li a::before {
  display: none;
}
.alignright {
  margin: 0 0 5px 5px;
  padding: 0;
  max-width: 250px;
}
}
@media screen and (max-width: 767px) {
  .main__casino  {
    gap: 7px;
  }
  .main__casino-strong {
    display: block;
    color: #ffc61a;
  }
  .block__img {
    width: 100%;
  }
  .main__slot-wrapper {
    width: 100%;
  }
  .main__slot-wrapper img {
    width: 100%;
  }
  .main__casinos::after,
  .casinos__width-bonus {
    display: none;
  }
  .faq__tab-label {
    padding: 16px 20px;
  }
  .faq__tab-label span {
    font-size: 15px;
    line-height: 19px;
    margin-right: 10px;
  }
  .faq__input:checked ~ .faq__tab-content {
    padding: 16px 20px;
  }
  .section__title-big {
    font-size: 28px;
    line-height: 35px;
  }
  .block__container  {
    flex-direction: column;
  }
  .casino__column-wrapper {
    grid-template-columns: 4% 24% 40% 32%;
  }
  .casino__column-bonuses {
    display: none;
  }
  .casino__select {
    flex-direction: column;
    align-items: center;
  }
  .casino__select .-more {
    margin: 0 auto;
  }
  .faq .faq__input:checked ~ .faq__tab-content {
    padding: 16px 20px;
  }
  .slots__rating .main__casino-rating {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .slots__info-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .breadcrumbs {
    flex-wrap: wrap;
  }
  .popup__wrapper {
    width: 100%;
  }
  .popup__description {
    text-align: center;
  }
  .popup__wrapper-holidays {
    white-space: unset;
    display: block;
  }
  .main__slot,
  .info__single {
    width: 100%;
  }
  .main__casinos {
  background: transparent;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 0;
  overflow: hidden;
  overflow-x: scroll;
  border-radius: 0;
}
.main__casino {
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(131.34deg, #772945 -0.05%, rgba(59, 30, 78, 0.67) 53.74%, #3B1E4E 98.52%);
  padding: 0;
  min-width: 250px;
  max-width: 250px;
  padding: 15px 10px;
  border-radius: 16px;
}
.casino__place {
  left: 5px;
  top: 5px;
}
.main__casino .main__casino-play{
  width: 100%;
}
.main__casino-logo {
  width: 50%;
  height: 100%;
  aspect-ratio: 3/3;
  max-height: 150px;
}
.main__casino:first-of-type::before,
.main__casino::after,
.main__casino-more,
.main__casinos-title {
  display: none;
}
}
.main__casino-rating .space-companies-archive-item-rating {
  margin-bottom: 0;
}
@media screen and (max-width: 550px) {
  main {
    padding-top: 120px;
  }
  .upTo .lwptoc_itemWrap {
    opacity: 1;
    top: 104px;
    visibility: visible;
    border-top: 2px solid #ffc61a;
  }
  .lwptoc_itemWrap {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    border-radius: 0;
  }
  .-more.browse {
    padding: 19px 0;
    text-align: center;
    width: 100%;
  }
  .main {
    padding: 0 15px 50px 15px;
  }
  .main__title,
  h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .main__description {
    font-size: 14px;
    line-height: 25px;
  }
  .section__title {
    font-size: 28px;
    line-height: 38px;
  }
  .section__description {
    font-size: 14px;
    line-height: 23px;
  }
  .casino__single {
    width: 100%;
  }
  ul.section__protect-ul {
    flex-direction: column;
  }
  .casinos__width-single {
    flex-direction: column;
    align-items: center;
  }
  .casinos__width-btns,
  .casinos__width-play {
    margin: 0;
    width: 100%;
  }
  .rules li {
    width: 100%;
  }
  .info__container {
    gap: 10px;
  }
  .section__title-small {
    font-size: 20px;
    line-height: 24px;
  }
  .casino__column-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .casino__column-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  .casino__column-play.casinos__width-play {
    width: 100%;
  }
  .casino__select .-more {
    padding: 15px 20px;
    width: 100%;
  }
  .author {
    padding: 15px;
  }
  .footer__container {
    flex-direction: column;
    align-content: center;
    margin-bottom: 25px;
  }
  .slots__btns {
    flex-direction: column;
  }
  .slots__casino-bonus {
    display: none;
  }
  .slots__title {
    font-size: 24px;
    line-height: 36px;
  }
  .popup__checkboxex {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .popup__checkboxex label:first-of-type {
    margin: 0;
  }
  .-more.popup__button {
    min-width: 100%;
    width: 100%;
  }
  .popup__wrapper-bg,
  .popup__bonus-wrapper {
    display: none;
  }
  .-more.browse.popup__wrapper-button {
    margin-bottom: 0;
  }
  .popup__wrapper {
    background-position-y: 0;
  }
  .description__wrapper {
    width: 100%;
  }
  .main {
    padding: 0 0 35px;
  }
  .section__protect-li {
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
  td, th {
    font-size: 12px;
    line-height: 15px;
  }
  .alignright {
    max-width: 165px;
    height: auto;
  }
  .wp-block-image .alignright {
    margin: 0;
    margin-top: 20px;
  }
  .casino__column-play.casinos__width-play {
    white-space: pre-wrap;
  }
}
@media screen and (max-width: 400px) {
  .header__lang {
    top: 34%;
  }
  .header__container a img {
    max-width: 230px;
  }
  .upTo .lwptoc_itemWrap {
    top: 88.84px;
  }
}