@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  background-color: #ffffff;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
}
.container {
  width: 100%;
  max-width: 1600px;
  display: grid;
  gap: 20px;
  margin: auto;
}
.background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
}
.banner__background {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  z-index: 1;
}
.main__container {
  display: grid;
  gap: 20px;
  margin: auto;
  grid-template-areas:
    "header header"
    "banner banner"
    "leftbar main";
  grid-template-rows: auto 1fr;
  column-gap: 20px;
  row-gap: 0;
  grid-template-columns: 270px 1fr;
}
.bonus__container,
.app__container {
  row-gap: 0;
  grid-template-areas:
    "header header"
    "banner banner"
    "leftbar main"
    "leftbar main";
  grid-template-rows: auto 1fr;
  grid-template-columns: 240px 1fr;
}
.header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: header;
}
.sidebar-left {
  -ms-grid-row: 3;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: leftbar;
}
.sidebar-right {
  -ms-grid-row: 3;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: rightbar;
  margin-right: 20px;
}
.bonus-container > .sidebar-left,
.app-container > .sidebar-left {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}
.main {
  position: static !important;
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: main;
  margin-right: 30px;
  /* width: 80%; */
}
.main-app,
.main-bonus {
  width: 80%;
  margin-right: 20px;
}
.bonus-container > .main,
.app-container > .main {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
.bonus {
  margin-top: 20px;
}
.banner {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: banner;
  overflow: hidden;
}
.footer {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: footer;
}
/* .info {
  margin: 20px 0px !important;
  border: none !important;
} */
.bonus-container,
.app-container {
  display: grid;
  grid-template-areas: "leftbar main";
  grid-template-columns: 240px minmax(300px, 1fr);
  grid-template-rows: auto 1fr;
  gap: 10px;
}
.main-content {
  margin-top: 0 !important;
}
.image img,
.logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article > * + * {
  margin-top: 20px;
}
.content:first-child {
  margin-top: 20px;
}
.content {
  margin-bottom: 20px;
}
.content-inside-focus,
.freespin {
  margin-bottom: 0 !important;
}
.main__wrap {
  position: relative;
}
.content {
  overflow: hidden;
  padding: 20px;
  border-radius: 12px;
  background: #eef0f5;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.description p:last-of-type {
  margin-bottom: 16px;
}
.article > p,
.article > ul,
.article > ol,
.content-inside > p,
.content-inside > ol,
.content-inside > ul {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4c5061;
}
.content-inside > p,
.content-inside-bonuses > p,
.content-inside > ol,
.content-inside > ul {
  color: white !important;
}
.article ol li {
  display: flex;
}
.article ul li::before {
  position: absolute;
  top: 25%;
  content: "";
  display: inline-block;
  width: 10px;
  left: 0;
  height: 10px;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin-right: 12px;
}
.casino__title {
  color: #4c5061 !important;
  padding: 0 !important;
}
.article ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.article ul li {
  background: linear-gradient(90deg, #9f78c9 0%, rgba(159, 120, 201, 0.8) 100%);
  border-radius: 12px;
  padding: 20px 20px 20px 45px;
  width: fit-content;
}
.info ul li {
  width: 50% !important;
  padding: 20px 20px 20px 45px !important;
}
.info ul {
  flex-wrap: nowrap;
}
.info ul li::before,
.casino ul li::before,
.casino-details ul li::before {
  position: absolute;
  top: 40% !important;
  content: "";
  display: inline-block;
  width: 10px;
  left: 20px;
  height: 10px;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin-right: 12px;
}
.info ul li,
.casino ul li,
.casino-details ul li {
  color: white !important;
}
.casino ul li {
  width: fit-content;
  padding: 13px 20px 13px 45px !important;
}
.casino-details ul li {
  width: 15%;
  padding: 13px 20px 13px 45px !important;
}
/* .article ol li::before {
  content: counter(custom-counter);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  max-width: 23px;
  min-width: 23px;
  height: 23px;
  min-height: 23px;
  max-height: 23px;
  background-color: #bedfe1;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 2px solid #fff;
  margin-right: 12px;
} */
.article ul {
  /* margin-bottom: 30px; */
}
.article ul li {
  position: relative;
  padding-left: 20px;
}
.article ol li {
  list-style: auto;
}
.article__image img {
  border-radius: 12px;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.content-inside,
.content-inside-bonuses {
  border-radius: 12px;
  background: linear-gradient(90deg, #9f78c9 0%, rgba(159, 120, 201, 0.8) 100%);
}
.content-inside__title {
  padding: 20px !important;
}
.content-inside-app__button {
  margin: 0px 20px 0 20px !important;
}
.content-inside ol {
  counter-reset: item;
  margin-top: 0 !important;
  padding-left: 0;
}
.content-inside ol li {
  counter-increment: item;
  /* border-top: 2px solid #ffffff1a; */
  padding: 20px 20px 20px 45px;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: white;
  position: relative;
  list-style: none;
}
.content-inside-boni {
  padding: 20px;
}
.content-inside-boni__title {
  padding: 0 !important;
  margin-bottom: 20px;
}
.content-inside ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-weight: 400;
}
.content-inside ol li::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  inset: 0 auto auto 0;
  right: -300px;
  height: 2px;
  background-color: #ffffff1a;
  z-index: 1;
}
.content-inside ol p {
  position: relative;
  z-index: 4;
}
.article a {
  color: #4c5061;
  text-decoration: underline;
}
.title {
  font-weight: 900;
  color: #ffffff;
  line-height: 150%;
  text-transform: uppercase;
}
.title.general,
h1 {
  font-family: Roboto !important;
  font-size: clamp(24px, 4vw, 32px);
  margin-bottom: 16px;
}
.title span {
  color: #d73a39;
}
.title.high,
h2 {
  font-size: clamp(22px, 3.6vw, 24px);
  margin-bottom: 20px;
  background: #5681a480 url("../img/banner-section/decor.png") center/cover
    no-repeat;
  padding: 10px 20px;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 12px;
}
.title.medium,
h3 {
  font-size: clamp(18px, 3.2vw, 20px);
  font-weight: 500 !important;
  text-transform: none;
  padding: 12px 20px;
}
.title.other,
h4 {
  font-size: 20px;
  font-weight: 500 !important;
  color: #4c5061 !important;
  text-transform: none;
}
.button {
  display: block;
  max-width: 190px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff !important;
  padding: 12px 32px;
  text-align: center;
  cursor: pointer;
  background: #58cd37;
  border-bottom: 4px solid #45a32b;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  text-decoration: none !important;
  /* margin-top: 16px; */
}
.button:hover {
  background: #56d233;
  border-bottom: 4px solid #3d9824;
}
.menu li {
  font-size: 16px;
  line-height: 128%;
  text-transform: uppercase;
}
.menu a {
  font-weight: 400;
  color: #ffffff;
}
.header {
  display: flex;

  z-index: 1000;
  align-items: center;
  background-color: #734c9c;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  width: 100%;
  margin: auto;
  padding: 17px 30px 17px 90px;
}
.header__logo-desktop {
  display: none !important;
}
.header__logo img {
  max-width: 102px;
}
.header__logo {
  display: block;
  width: 100%;
  max-width: 102px;
  /* margin-right: 78px; */
}
.article__button {
  text-decoration: none !important;
  margin: auto;
}
.header-app__button p {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: white;
}
.header-app__button img {
  width: 24px;
  height: 24px;
}
.header__button-menu {
  display: none;
  height: auto;
  background: none;
  box-shadow: none;
  padding: 10px;
}
.header__navicon {
  display: block;
  width: 24px;
  height: 2px;
  position: relative;
  background: white;
  cursor: pointer;
  transition: background 0.4s ease-in-out;
}
.header__navicon::before,
.header__navicon::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background: rgb(255, 255, 255);
  transition: top 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, top 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
}
.header__navicon::before {
  top: -7px;
}
.header__navicon::after {
  top: 7px;
}
.header.nav-visible .header__navicon {
  background: transparent;
}
.header.nav-visible .header__navicon::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header.nav-visible .header__navicon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__menu {
  margin: 0 auto 0 7%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.header__menu ul {
  display: flex;
  gap: 30px;
}
.header__menu a {
  display: flex;
  gap: 5px;
  font-weight: 700;
  align-items: center;
  text-transform: capitalize !important;
  position: relative;
  transition: color 0.3s ease-in-out;
}
.header__menu a img {
  width: 18px;
  height: 18px;
}
.header__menu a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #ffffffe5;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
.header__menu a:hover {
  color: #ffffffe5;
}
.header-app__button:hover,
.header-app__button:hover::after {
  color: inherit;
  font-weight: normal;
  -webkit-transform: none;
  transform: none;
}
.header-app__button:hover::after {
  content: none;
  display: none;
}
.header__menu a:hover::after {
  width: 100%;
  left: 0;
}
.header__actions {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-right: 16px;
}
.header__button-signup,
.header__button-login,
.footer__button-signup,
.footer__button-login {
  width: 100%;
  transition: all 0.3s ease-in-out;
  margin-top: 0 !important;
  width: 144px !important;
}
.footer__button-signup,
.header__button-signup {
  background: #f1903c;
  border-bottom: 4px solid #e07624;
}
.footer__button-signup {
  background: #e1430a5f;
}
.header__info {
  display: flex;
  gap: 10px;
  margin-left: auto;
}
.sidebar-left {
  position: sticky;
  top: 70px;
  height: calc(100vh - 70px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-left: 30px;
}
.sidebar-left::-webkit-scrollbar {
  display: none;
}
.sidebar__block {
  padding: 16px;
  border-radius: 6px;
}
.sidebar-block__button {
  width: 100%;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 16px;
  text-align: left;
  background: #1a3769;
  border-radius: 6px 6px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar__list {
  border-radius: 0 0 8px 8px;
}
.sidebar__list li {
  position: relative;
  margin-bottom: 16px;
}
.sidebar__list li:first-child {
  background: #0f0f0f;
  border-radius: 8px;
}
.sidebar__list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.sidebar__list a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 16px;
}
.sidebar-list-item__text {
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  color: #ffffff;
  text-transform: capitalize;
}
.sidebar-list-item__image img {
  width: 24px;
  height: 24px;
}
.sidebar-list-item__content {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sidebar-list-item__button img {
  width: 30px;
  height: 30px;
}
.table-contents__menu {
  border-radius: 12px;
  margin-top: 20px;
  background: white;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.table-contents__menu--bonus,
.table-contents__menu--app {
  margin-top: 0 !important;
}
.table-contents__menu-app,
.table-contents__menu-bonus {
  margin-top: 0;
}
.table-contents__menu--bonus,
.table-contents__menu--app {
  margin-top: 20px;
}
.table-contents-menu__list {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease-in-out, opacity 0.3s ease-in-out;
}
.table-contents-menu__list li:last-child {
  border-radius: 0px 0px 6px 6px;
}
.table-contents-menu__list.active {
  max-height: 900px;
  opacity: 1;
}
.table-contents-menu__list a {
  line-height: 18px;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  color: #734c9c;
}
.table-contents-menu__button {
  position: relative;
  width: 100%;
  max-width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  box-shadow: none;
  padding: 11px 15px;
  border-radius: 12px 12px 0 0;
  text-align: left;
  background: #734c9c;
  border-bottom: 4px solid #9267bf !important;
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
}
.table-contents-menu__button img {
  width: 20px;
  height: 20px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.table-contents-menu__button::after {
  content: "";
  background-image: url(../img/header/arrow-down.png);
  background-size: cover;
  position: absolute;
  width: 13px;
  height: 13px;
  /* top: 20%; */
  right: 16px;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.table-contents-menu__button.active::after {
  transform: rotate(0deg);
}
.table-contents-menu__button.active {
  border-radius: 12px;
  border-bottom: 4px solid #9267bf !important;
}
.table-contents-menu__button:hover {
  border-bottom: 4px solid #9267bf !important;
}
.table-contents-menu__button:hover {
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
  background: #734c9c;
}
.table-contents-menu__list ul {
  padding: 12px 10px;
}
.table-contents-menu__list {
  list-style: none;
  padding-left: 0;
}
.table-contents-menu__list li {
  position: relative;
  padding: 6px 15px;
  color: #734c9c;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  border-bottom: 1px solid #f6f6f6;
  background: #ffffff;
}
.table-contents-menu__list li a {
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}
.table-contents-menu__list li:hover a {
  font-weight: 500;
}
.sidebar-right__header {
  display: flex;
  flex-direction: row;
  gap: 32px;
  background: #1a3769;
  border-radius: 6px 6px 0 0;
  padding: 9px 16px;
}
.sidebar-right__header--settings {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #1a3769;
  box-shadow: 0px 5px 10px 0px #0000001f;
  padding: 9px 16px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.sidebar-right__header--settings img {
  width: 16px;
  height: 16px;
}
.sidebar-right__header span,
.sidebar-right__header--settings span {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.sidebar-right__game {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #edf1f3;
  gap: 10px;
  border-radius: 0 0 6px 6px;
}
.sidebar-right-game__image:nth-child(2) {
  padding: 5px 0;
  background: url(../img/sidebar/img-2.jpg) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.sidebar-right-game__text,
.sidebar-right-game__text-small {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 5px;
}
.sidebar-right-game__text-small {
  text-transform: none !important;
  margin-bottom: 3px;
}
.sidebar-right-game__button {
  padding: 8px 4px;
  text-transform: none;
  max-width: 89px;
  font-size: 12px;
  line-height: 20px;
}
.sidebar-right-game__image span {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #e96e32;
}
.sidebar-right-game__image img {
  width: 100%;
  min-height: 94px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}
.sidebar-right__game a:nth-child(1) img,
.sidebar-right__game a:nth-child(2) img {
  border-radius: 0 0 6px 6px;
}
.sidebar-right__header span:last-child {
  color: #ffffff;
}
.banner {
  position: relative;
  margin-top: 78px;
  box-shadow: 0px 10px 10px 0px #00000040;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}
.banner__background img,
.features__background img,
.app__background img,
.support__background img,
.bonuses-info-item__background img,
.games-card__background img,
.details__background img,
.mobile-app__background img,
.happycookie__background img,
.cookie__background img,
.vip__background img,
.tips__background img,
.info-casino__background img,
.fantastic__background img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  width: 100%;
  height: 100%;
}
.features__background img {
  object-position: center !important;
}
.app__background img {
  object-position: left;
  border-radius: 12px;
}
.banner__wrap,
.features-bonus__wrap,
.app__wrap,
.support__wrap,
.games-card__wrap,
.details__wrap,
.mobile-app__wrap,
.happycookie__wrap,
.cookie__wrap,
.vip__wrap,
.tips__wrap,
.info-casino__wrap,
.fantastic__wrap {
  width: 100%;
  max-width: 1000px;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px;
  margin: auto;
  position: relative;
  z-index: 7;
}
.details__wrap {
  max-width: 1280px;
  padding: 20px;
}
.details__content > p {
  color: white;
}
.games-card__wrap {
  height: 100%;
  min-height: 284px !important;
  padding: 20px !important;
  align-items: flex-start !important;
}
.games__card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 100%;
}
.games-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
}
.games-card__content .button {
  align-self: flex-start;
  margin-top: auto;
}
.games-card__title {
  padding: 0 !important;
  margin-bottom: 16px;
}
.vip__title,
.content-inside__title-article {
  padding: 0 !important;
  /* margin-bottom: 16px; */
}
.content-inside-article {
  padding: 20px;
}
.games-card__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: white;
  margin-bottom: 16px;
  flex: 1 1 auto;
  min-height: 0;
}
.games {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: stretch;
}
.bonuses-info-item__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 100%;
  min-height: 260px;
  padding: 20px;
  position: relative;
  z-index: 7;
}
.bonuses-info__list-inside {
  margin-bottom: 20px !important;
}
.bonuses-info-item__title {
  font-family: Roboto Condensed;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: white;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
.bonuses-info-item__content p {
  margin-bottom: 20px;
  color: white;
}
.bonuses-info__list-inside li {
  padding-left: 14px !important;
}
.bonuses-info__list li {
  border-radius: 6px;
  padding: 0px !important;
  border-top: none !important;
}
.content-inside-app__image {
  position: absolute;
  bottom: 0;
  right: -200px;
  bottom: -200px;
  z-index: 1;
  transform: rotate(354deg);
}
.content-inside-app__info {
  position: relative;
  overflow: hidden;
}
.content-inside-app__image--first {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}
.content-inside-app ol li {
  padding: 20px 20px 20px 45px;
}
.content-inside-app__image--first {
  width: 580px;
}
.content-inside-app__image img {
  width: 708px;
  height: auto;
}
.review__cards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.review-cards__item {
  background: linear-gradient(90deg, #9f78c9 0%, rgba(159, 120, 201, 0.8) 100%);
  border-radius: 6px;
}
.review-item__image img {
  width: 100%;
  max-width: 22px;
}
.review-item__image {
  display: flex;
  gap: 5px;
}
.review-cards-item__text {
  font-family: Roboto Condensed;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-top: 16px;
  vertical-align: middle;
  color: white;
}
.review-cards__item {
  padding: 20px;
}
.content-inside-bonus {
  display: flex;
  justify-content: space-between;
  padding: 7px 0 0 0;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
.content-inside-bonus::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 2px;
  background-color: #ffffff1a;
}
.content-inside-bonus__image--bonus {
  max-width: 238px !important;
}
.content-inside-bonus-page {
  padding: 20px !important;
}
.content-inside-bonus__text--bonus {
  padding-top: 0px !important;
}
.content-inside-bonus__text--bonus p {
  margin-bottom: 0 !important;
}
.payment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.payment-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: linear-gradient(90deg, #9f78c9 0%, rgba(159, 120, 201, 0.8) 100%);
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  padding: 13px !important;
  border-radius: 12px;
  font-size: 16px;
  min-width: 190px;
}
.payment-list li::before {
  content: none !important;
}
.payment-list .dot {
  width: 10px;
  height: 10px;
  background-color: #d9d9d9;
  border-radius: 50%;
}
.bonuses-info__list-inside--bonus li {
  padding: 0 !important;
}
.content-inside-bonus__text p {
  color: white;
  margin-bottom: 20px;
  line-height: 150%;
}
.content-inside-bonus__image--bonus {
  top: 10px;
}
.content-inside-bonus__image img {
  max-width: 398px;
  width: 100%;
}
.content-inside-bonus__image {
  position: absolute;
  right: 170px;
}
.content-inside-bonus__text {
  padding-top: 20px;
}
.candies {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.candies__item,
.candies__content {
  flex: 1 1 50%;
  box-sizing: border-box;
}
.candies__content {
  position: relative;
}
.candies__image {
  position: absolute;
  left: 100px;
}
.candies__image img {
  max-width: 437px;
}
.info-bonus__list li {
  width: 23% !important;
}
.bonuses-info__list-inside {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bonuses-info__list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: bonus;
  position: relative;
  padding-top: 20px;
}
.bonuses-info__list::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -20px;
  width: calc(100% + 40px);
  height: 2px;
  background-color: #ffffff1a;
}
.bonuses-info__list > li {
  position: relative;
  padding: 40px 0;
  counter-increment: bonus !important;
}
.bonuses-info__list > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff1a;
}
.bonuses-info-item__content {
  padding-left: 20px;
}
.bonuses-info__list > li:first-child::before {
  /* content: none; */
}
.bonuses-info-item__title {
  position: relative;
}
.bonuses-info-item__title::before {
  content: counter(bonus) ".";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.bonuses-info__list-inside li {
  position: relative !important;
  padding-left: 20px !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: white !important;
  background: transparent !important;
}
.bonuses-info__list-inside li::before {
  content: "" !important;
  position: absolute;
  left: 0px !important;
  top: 50% !important;
  width: 10px !important;
  height: 10px !important;
  background-color: #d9d9d9 !important;
  border: none !important;
  box-shadow: none;
  border-radius: 50%;
  transform: translateY(-50%);
}
.content-inside-app__wrap {
  padding: 0 !important;
  max-width: 100% !important;
  display: block !important;
}

.content-inside__page {
  padding: 20px;
}
.content-inside-page__title {
  padding: 0 !important;
}
.page__list li {
  border-bottom: 2px solid #ffffff1a;
  background: white !important;
  color: #4c5061;
  padding: 15px !important;
  padding-left: 45px !important;
}
.page__list li::before {
  top: 40% !important;
  left: 20px !important;
}
.mobile-app__background {
}
.mobile-app__item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.mobile-app__content {
  color: white;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}
.mobile-app__wrap {
  min-height: 222px !important;
  padding: 20px !important;
  display: flex;
  align-items: flex-start;
}
.mobile-app {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.mobile-app__title {
  padding: 0px !important;
  margin-bottom: 14px;
  line-height: 150%;
}
.details__wrap--app {
  min-height: 230px !important;
}
.banner__wrap {
  padding: 0 !important;
}
.features-bonus__wrap {
  min-height: 360px;
  max-width: 1100px;
  padding: 20px;
  justify-content: flex-start;
}
.support__wrap {
  min-height: 547px;
}
.app__wrap {
  padding: 24px !important;
  min-height: 190px;
  justify-content: flex-end;
}
.bonuses-info__list > li {
  position: relative !important;
  overflow: hidden;
}
.banner__content,
.banner-bonus__content,
.banner-app__content {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 600px;
  width: 100%;
  /* padding: 24px 32px; */
  overflow: hidden;
  z-index: 0;
}
.banner__rating {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 8px;
}
.banner__rating span {
  /* font-weight: 700; */
  margin-left: 5px;
}
.breadcrumbs,
.breadcrumbs-app {
  display: flex;
  gap: 5px;
  margin-bottom: 16px;
}
.breadcrumbs li a,
.breadcrumbs-app li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgb(255, 255, 255);
  padding-right: 5px;
}
.breadcrumbs li:first-child {
  text-transform: uppercase;
}
.breadcrumbs-app li:first-child {
  text-transform: uppercase;
}
.banner__info {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
.banner__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
  color: white;
}
.table {
  background: linear-gradient(90deg, #9f78c9 0%, rgba(159, 120, 201, 0.8) 100%);
  border-radius: 12px;
}
.table__title {
  padding: 12px 20px;
}
.main-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.casino-table {
  border-radius: 6px;
  background: linear-gradient(90deg, #9f78c9 0%, rgba(159, 120, 201, 0.8) 100%);
}
.casino-table td {
  background: #ac9ac3;
}
.casino-table thead {
  border-radius: 20px;
}
.casino-table thead th {
  width: 20% !important;
  padding: 12px 20px;
  text-transform: uppercase;
}
.main-table a {
  color: white !important;
  text-decoration: none !important;
}
.main-table thead {
  width: 100%;
}
.main-table thead tr {
  width: 100%;
}
.main-table tr {
  width: 100%;
}
.features-bonus__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 473px;
}
.features-bonus__title {
  text-align: center;
  font-family: Roboto !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
}
.features-bonus__subtitle {
  font-family: Roboto !important;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin-bottom: 30px;
}
.main-table thead th {
  width: 50%;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 1);
  text-align: left;
}
.pros-and-cons-table__head {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
.pros-and-cons-table tbody td {
  padding: 22px 20px !important;
}
.pros-and-cons-table__image img {
  width: 32px;
  height: 32px;
}
.pros-and-cons-table__mobile {
  display: none !important;
}
.main-table tbody tr {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.main-table tbody td {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 12px 20px;
  color: white;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.pros-and-cons-table__mobile {
  /* display: none; */
}
.col {
  display: flex;
  padding: 12px 20px;
  gap: 10px;
  width: 100%;
  align-items: center;
}
.col p {
  font-family: Roboto Condensed;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
}
.pros-and-cons__table {
  border-radius: 12px;
  background: linear-gradient(90deg, #9f78c9 0%, rgba(159, 120, 201, 0.8) 100%);
}
.pros-and-cons__rows li::before {
  content: none !important;
}
.pros-and-cons__rows li {
  border-top: 2px solid #ffffff1a;
  padding: 12px 20px !important;
  font-family: Roboto Condensed;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: white;
}
.pros-and-cons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.col img {
  width: 32px;
  height: 32px;
}
.content-inside-app {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  z-index: 2;
  padding-bottom: 20px;
}
.content-inside-bonuses {
  padding: 20px;
}
.content-inside-bonuses__title {
  padding: 0 !important;
}
.bonuses-info__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.bonus {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin-bottom: 20px;
}
.details {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin-bottom: 20px;
}
.top-games__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.top-games-wrapper {
  position: relative;
}
.top-games-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.top-games-card__image img {
  display: block;
  width: 100%;
  height: auto;
  transition: filter 0.3s ease;
  border-radius: 12px;
  border-bottom: 5px solid #bedfe1;
}
.top-games-card__buttons img {
  width: 63px;
}
.top-games-card__button:last-child {
  background: transparent !important;
  border: none !important;
  text-decoration: underline;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 22px;
  margin-top: 0px !important;
}
.top-games-card__title {
  font-weight: 800;
  font-style: Bold;
  font-size: 15px;
  margin-top: 8px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}
.top-games-wrapper:hover .top-games-card__image {
  background: #734c9ccc;
  border-radius: 8px;
}
.top-games-wrapper:hover .top-games-card__image img {
  opacity: 0.5;
}
.phones-list {
  counter-reset: section;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.phones-list > li {
  counter-increment: section;
  background: linear-gradient(135deg, #a477d1, #9d8ade);
  border-radius: 12px;
  padding: 20px 20px 20px 55px;
  color: white;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.phones-list > li::before {
  content: counter(section) ".";
  position: absolute;
  left: 25px;
  font-size: 16px;
  font-weight: 400;
  color: white;
}
.phones-list > li p {
  font-size: 16px;
  font-weight: 400;
}
.phones-sublist {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  margin: 0;
}
.phones-sublist li {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: white !important;
  color: #333 !important;
  font-weight: 400;
  border-radius: 12px;
  padding: 13px 20px !important;
  font-size: 15px;
}
.phones-sublist li::before {
  content: none !important;
}
.dot {
  width: 10px;
  height: 10px;
  background-color: #d9d9d9;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.bonus-card__list {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.bonus-card__list li {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.bonus-card-item__image {
  position: relative;
  z-index: 20;
}
.bonus-card-item__image img {
  position: relative;
}
.bonus-card__subtitle {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: white;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.bonus-card__content {
  position: relative;
  padding: 48px 40px;
  bottom: 20px;
  background: linear-gradient(90deg, #eef0f5 0%, #eef0f5 100%);
  border-radius: 12px;
  border-bottom: 5px solid #bedfe1;
}
.bonus-card__title {
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #4c5061;
  margin-bottom: 16px;
  text-align: center !important;
}
.bonus-card__title span {
  color: #d73a39;
}
.bonus-card__title strong {
  color: #d73a39;
}
.bonus-card__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #4c5061;
  margin-bottom: 10px;
  text-align: center;
}
.bonus-card__icon {
  position: absolute;
  background: white;
  padding: 20px;
  border-radius: 50%;
  top: -50px;
  left: 40%;
}
.bonus-card__icon img {
  width: 40px;
  height: 40px;
}
.bonus-card__buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.live-card {
  margin: 20px 0;
}
.live-card__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.live-card__item {
  border: 2px solid #3a9f29;
  border-radius: 8px;
  overflow: hidden;
}
.live-card-item__image img {
  border-radius: 8px 8px 0 0;
}
.live-card-item__text {
  background: #23252a;
  color: white;
  padding: 12px;
  height: 100%;
  border-radius: 0 0 8px 8px;
  font-family: Rubik;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.selected-lang img {
  width: 24px;
  height: 24px;
}
.details__wrap--app {
  min-height: 230px !important;
}
.cookie__wrap {
  padding: 20px;
  min-height: 626px;
  max-width: none !important;
}
.content-inside__cookie {
  position: relative;
  overflow: hidden;
}
.content-inside-welcome {
  padding: 0 !important;
}
.content-inside-welcome > p {
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 0 !important;
}
.happycookie__wrap {
  min-height: 627px;
  max-width: none !important;
  padding: 20px !important;
}
.content-inside__happycookie {
  padding: 0px !important;
  position: relative;
  overflow: hidden;
}
.content-inside__happycookies {
  padding: 20px !important;
}
.content-inside__bonus {
  padding: 20px;
}
.content-inside-cookie__list-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  right: -450px;
  height: 2px;
  background-color: #ffffff1a;
  z-index: 1;
}
.content-inside-cookie__list-item:last-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50px;
  right: -450px;
  height: 2px;
  background-color: #ffffff1a;
  z-index: 1;
}
.content-inside-bonus__title {
  padding: 0 !important;
}
.cookie__content > p {
  color: white !important;
}
.content-inside__slots ul li {
  background: transparent;
}
.content-inside__slots ul:nth-of-type(2)::before {
  content: none !important;
}
.content-inside__happycookie ul li {
  padding: 0 0 0 24px !important;
  background: transparent;
}
.content-inside__happycookie ul {
  margin-bottom: 20px;
}
.content-inside__slots ul {
  gap: 20px;
  margin-top: 0;
}
.content-inside__slots p {
  margin-bottom: 20px;
}
.slots__list::before {
  content: none !important;
}
.slots__list li::before {
  border: 2px solid #d9d9d9 !important;
  background: transparent !important;
  width: 6px !important;
  height: 6px !important;
}
.content-inside__slots ul:first-child {
  margin-top: 20px !important;
}
.content-inside__slots ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 2px;
  background-color: #ffffff1a;
}
.content-inside__slots {
  padding: 20px;
}
.content-inside-slots__title {
  padding: 0 !important;
}
.content-inside__slots li::before {
  top: 42% !important;
}
.freespin__title,
.focus__title {
  padding: 0 !important;
}
.content-inside-cookie__list {
  counter-reset: cookie-counter;
  list-style: none;
  margin-top: 20px !important;
  /* padding: 20px 0 0 0 !important; */
  color: #fff;
  border-radius: 12px;
}
.content-inside-cookie__list-item {
  counter-increment: cookie-counter !important;
  position: relative !important;
  padding: 20px 0 !important;
  flex-direction: column !important;
  background: transparent !important;
}
.content-inside-cookie__list-highlight {
  background: transparent !important;
  padding: 0 !important;
  color: white !important;
  padding-left: 30px !important;
}
.content-inside-cookie__list-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: white;
  margin-left: 30px;
  margin-bottom: 20px;
}
.content-inside-cookie__list-title::before {
  content: counter(cookie-counter) "." !important;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 10%;
  color: #fff;
}
.content-inside-cookie__text {
  padding-left: 30px;
}
.content-inside__cookie {
  padding: 0;
  border-radius: 12px;
  background: linear-gradient(90deg, #9f78c9 0%, rgba(159, 120, 201, 0.8) 100%);
}
.cookie__background img {
  max-width: 622px;
  height: 540px;
}
.cookie__background {
  top: 184px;
  left: 520px;
}
.content-inside-cookie__list-highlight::after {
  content: none !important;
}
.content-inside-cookie__list-details {
  margin-bottom: 20px;
}
.content-inside-cookie__list-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 20px;
  color: white;
}
.content-inside-cookie__list-text:last-child {
  margin-bottom: 0;
}
/* .content-inside-cookie__list-item::before {
  content: counter(cookie-counter) "." !important;
  font-weight: bold;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
} */
.vip__wrap {
  min-height: 457px;
  padding: 20px !important;
  max-width: none;
}
.vip {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.vip__list {
}
.vip__content > p {
  color: white;
}

.app {
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #e8ca95;
  border-radius: 12px;
}
.app__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: end;
  gap: 14px;
}
.app__image {
  display: flex;
  align-items: center;
}
.app__image img {
  max-width: 195px;
}
.app__button {
  display: flex;
  position: relative;
  z-index: 1;
  gap: 10px;
  padding: 10px 32px;
  max-width: 260px !important;
  width: 260px !important;
  align-items: center;
  /* margin-top: 0 !important; */
  line-height: 128%;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
}
.banner__title--app {
  max-width: 504px;
  width: 100%;
}
.app__button img {
  width: 32px;
  height: 32px;
}
.app__buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 32px;
}
.app-button__image img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
}
.app__button p {
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 128%;
  text-transform: uppercase;
}
.app__button:last-child p {
  width: 153px;
  color: #ffffff;
}
.top-games-wrapper {
  position: relative;
}
.top-games-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.top-games-card__image img {
  display: block;
  width: 100%;
  height: auto;
  transition: filter 0.3s ease;
}
.top-games-card__buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.top-games-card__buttons img {
  width: 56px;
  height: 61px;
}
.top-games-card__button {
  font-weight: 500;
  min-width: 120px;
  padding: 8px 16px;
  transition: background 0.3s ease;
}
.top-games-card__button:last-child {
  background: transparent !important;
  border: none !important;
  text-decoration: underline;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 22px;
  margin-top: 0px !important;
}
.top-games-card__title {
  font-weight: 800;
  font-style: Bold;
  font-size: 15px;
  margin-top: 8px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}
.top-games-wrapper:hover .top-games-card__image img {
  filter: brightness(0.4);
  border-radius: 8px;
}
.top-games-wrapper:hover .top-games-card__buttons {
  opacity: 1;
}
.rating-table tbody {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  grid-template-rows: repeat(2, auto);
  border-radius: 8px;
}
.rating-table tr {
  display: contents;
}
.rating-table {
  width: 100%;
}
.rating-table tbody > tr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  gap: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px #00000040 inset;
  padding: 18px 32px;
  border-radius: 12px;
}
.rating-table td:first-child {
  width: 15%;
}
.rating-table td p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #4c5061;
}
.rating__button {
  margin: auto;
}
.rating-table tbody td:nth-child(2) {
  width: 50%;
}
.rating-scroll {
  width: 100%;
  height: 14px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px #00000040 inset;
}
.rating-scroll-bar {
  height: 100%;
  background: linear-gradient(90deg, #9f78c9 0%, rgba(159, 120, 201, 0.8) 100%);
  border-radius: 10px 0 0 10px;
  transition: width 0.4s ease;
  box-shadow: 0px 4px 4px 0px #00000040 inset;
}
.rating__content {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 16px;
}
.rating-table td:last-child {
  width: 63px;
}
.rating-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rating__card {
  flex: 1 1 70%;
}
.rating-content__image {
  flex: 1 1 30%;
}
.rating-content__image img {
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.rating-stars {
  display: flex;
  gap: 4px;
}
.rating-stars img {
  width: 36px;
  height: 36px;
  display: block;
}
.rating-stars img:first-child {
  margin-left: 0;
}

.info-casino,
.tips {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.fantastic {
  position: relative;
  display: flex;
  gap: 20px;
  padding-top: 32px;
  margin-top: 20px;
}
.fantastic::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -20px;
  width: calc(100% + 40px);
  height: 2px;
  background-color: #ffffff1a;
}
.fantastic__card {
  position: relative;
  flex: 1 1 50%;
  overflow: hidden;
  border-radius: 12px;
}
.fantastic__wrap,
.info-casino__wrap,
.tips__wrap {
  max-width: none !important;
  padding: 20px !important;
}
.fantastic__wrap {
  min-height: 222px !important;
}
.fantastic__title {
  padding: 0 !important;
  color: #4c5061;
  margin-bottom: 16px;
}
.fantastic__wrap {
  display: flex;
  align-items: baseline;
}
.fantastic__content > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #4c5061;
}
.info-casino__content > p {
  color: white;
}
.tips__list {
  justify-content: center;
}
.tips__wrap {
  min-height: 230px !important  ;
}
.faq {
  position: relative;
}
.top {
  position: absolute;
  right: 20px;
  top: -60px;
  z-index: 9999;
}
.to-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  top: 0px;
  bottom: 410px;
  right: 30px;
  width: 30px;
}
.to-top {
  background-image: url(../img/footer/arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: sticky;
  bottom: 10px;
  width: 30px;
  height: 30px;
  display: none;
  z-index: 25;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.scroll__button {
  display: block;
  width: 40px;
  height: 40px;
}
.scroll__button img {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  cursor: pointer;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.scroll__button:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.faq > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(76, 80, 97, 1);
}
.faq__item {
  margin-bottom: 16px;
}
.faq__question {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px #00000040 inset;
  padding: 17px 13px 17px 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #4c5061;
  border-radius: 12px;
}
.faq__question::before {
  content: "";
  background-image: url(../img/faq/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-size: contain;
  width: 14px;
  height: 14px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(360deg);
  transform: translateY(-50%) rotate(360deg);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.faq__question.active::before {
  background-image: url(../img/faq/arrow-up.png);
}
.faq-question__image {
  position: relative;
  margin-right: 16px;
}
.faq__answer {
  overflow: hidden;
  box-sizing: content-box;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.5s ease-out, margin-top 0.5s ease-out,
    opacity 0.1s ease-out, visibility 0.1s ease-out;
}
.faq__answer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4c5061;
  padding: 8px 20px;
}
.faq-question__image img {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.faq__answer.active {
  visibility: visible;
  opacity: 1;
  transition: max-height 0.5s ease-out, margin-top 0.5s ease-out,
    opacity 0.1s ease-out, visibility 0.1s ease-out;
}
.country-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 70px;
}

.country-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.country-list__link {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  justify-content: center;
  background: #eef0f5;
  color: #0b0c10;
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 4px 0px #00000040;
  font-weight: bold;
  transition: all 0.3s ease;
  font-weight: 500;
  line-height: 150%;
}
.country-list__link:hover {
  transform: translateY(-2px);
}
.country-list__flag {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}
.article,
.content-inside,
.content-inside-app {
  overflow-x: hidden;
  max-width: 100%;
}
.footer {
  position: relative;
  margin-top: 20px;
  background: #eef0f5;
  padding: 50px 20px;
  box-shadow: 0px 10px 30px 0px #00000026 inset;
}
.footer__content {
  display: flex;
  width: 100%;
  max-width: 1268px;
  gap: 80px;
  margin: auto;
}
.footer__menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}
.footer-menu__list li:first-child a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  margin-bottom: 10px !important;
  color: #abadb5;
}
.footer__menu a {
  display: block;
  font-weight: 400 !important;
  color: #666a75;
  text-transform: capitalize !important;
  font-size: 14px !important;
  margin-bottom: 4px;
}
.footer__menu a:hover {
  color: #f1903c;
}
.footer-menu__block a {
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  text-transform: none;
  color: #282b30;
}
.footer-menu__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #282b30;
  margin-bottom: 8px;
}
.footer-menu__block li {
  list-style: inside;
  padding-left: 5px;
}
.footer__bottom {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom__image--first img {
  max-width: 129px;
}
.footer-bottom__images {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.footer__logo {
  margin-bottom: 20px;
}
.footer__logo img {
  width: 100%;
  max-width: 176px;
}
.footer__block,
.footer__partners {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  margin-bottom: 32px;
  align-items: center;
  flex-wrap: wrap;
}
.footer__block {
  margin-bottom: 0px;
  margin-left: 30px;
}
.footer-content__details,
.footer__menu {
  flex: 1 1 50%;
}
.footer__partners {
  gap: 56px;
  padding: 16px;
}
.footer-block__image img {
  -o-object-fit: contain;
  object-fit: contain;
}
.footer-block__image:first-child {
  max-width: 57px;
}
.footer-block__image:nth-child(2) {
  max-width: 38px;
}
.footer-block__image:nth-child(3) {
  max-width: 25px;
}
.footer-block__image:nth-child(4) {
  max-width: 25px;
}
.footer-block__image:nth-child(5) {
  max-width: 58px;
}
.footer-block__image:nth-child(6) {
  max-width: 54px;
}
.footer-block__image:nth-child(7) {
  max-width: 20px;
}
.footer-block__image:nth-child(8) {
  max-width: 60px;
}
.footer-partner__image img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 120px;
  height: 50px;
}
.footer__copyright {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 32px;
}
.footer__information {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}
.footer__information img {
  width: 95px;
}
.footer-information__text {
  flex: 1 1 50%;
}
.footer__bottom p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #282b30;
}
.footer-information__text p {
  color: #666a75;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.footer-buttons {
  display: none;
}
