html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  display: block;
  position: relative;
  width: 100%;
  background: #0b0c21;
font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  color: #ffffff;
  overflow-x: hidden;
}

.no-scroll {
  overflow-y: hidden;
}
body.no-scroll {
  overflow-y: hidden;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
  height: 100%;
}

.content {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1163px;
  overflow: hidden;
  border-radius: 20px;
  background: #1f2038;

  padding: 20px;
  margin: 0 auto 20px auto;
}

h1,
h2,
h3,
h4,
.title {
  display: block;
  position: relative;
  font-size: 34px;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
  color: #FCC211;
  text-transform: uppercase;
}

h2,
.title.high {
  display: flex;

  justify-content: flex-start;
  align-items: center;
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
  text-align: left;
 background: #14152D;
 border-radius: 16px;
border: 1px solid #FCC211;
  padding: 13px 20px;
  
}

h3,
title.medium {
  font-size: 20px;
  font-weight: 700;
  line-height: 135%;
  color: #FFFFFF;
  text-align: left;
}
h4,
title.mini {
  font-size: 28px;
  font-weight: 900;
  line-height: 32px;
  text-align: center;
  color: #FCC211;
}

article > *,
.article > *,
.desk > * {
  margin-top: 20px;
}

article > *:first-child,
.article > *:first-child,
.desk > *:first-child {
  margin-top: 0 !important;
}

article > h2,
.article > h2,
.desk > h2 {
  margin-top: 32px;
}

article > h3,
.article > h3,
.desk > h3 {
  margin-top: 16px;
}
article > h4,
.article > h4,
.desk > h4 {
  margin-top: 16px;
}

.button {
  position: relative;
  min-width: 180px;
  height: 48px;
 background: #E93E3A;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 10px 10px 20px 20px;
  margin: 0 auto;
  transition: all 0.5s;
}

a.button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button:hover {
  transform: scale(1.1);
}

.header__button {
  position: relative;
  min-width: 128px;
  height: 48px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
  cursor: pointer;
  margin: 0 auto;
  padding: 12px;
  transition: all 0.5s;
}

.header__button-signin {
 background: #23293A;
  color: #FFF5D6;
  border-radius: 20px 20px 10px 10px;
  margin-left: auto;
  margin-right: 8px;
}

.header__button:hover {
  transform: scale(1.1);
}

.header__button-login {
  background: #FCC211;
  color: #05071A;
  border-radius: 10px 10px 20px 20px;
  margin-left: 0;
  margin-right: 24px;
}



.header,
.main,
.footer {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 20px;
  margin: 0 auto;
}

.background,
.hero__background {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.background img,
.hero__background img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.images img {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

/* -------------------HEADER---------------- */

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #05071A;
  
  width: 100%;
  max-width: 100%;
  padding: 0;
  z-index: 100;
}

.header__content {
  display: flex;
  align-items: center;
  flex-direction: row;
  max-width: 1440px;
  max-height: 80px;
  border-radius: 0;
  background: #05071A;
 
  padding: 15px 20px;
  margin-bottom: 0;
}

.logo {
  display: block;
  position: relative;
  max-width: 130px;
  flex: 0 0 130px;
  margin-right: 108px;
  padding: 20px 0;
  transition: all 0.5s;
}

.logo:hover {
  transform: scale(1.2);
}

.logo img {
  display: block;
  position: relative;
  width: auto;
  max-height: 50px;
}

.header__menu {
  display: flex;
  white-space: nowrap;
  max-height: calc(100vh - 60px);
  overflow: auto;
}

.header__menu-list {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  gap: 32px;
}

.header__menu-list li {
  display: block;
  text-align: left;
  text-transform: capitalize;
  line-height: 24px;
  transition: all 0.5s;
}

.header__menu-list li a {
  display: block;
  color: #ffffff;
  font-weight: 700;
  line-height: 24px;
  padding: 20px 10px;
  
}
.header__menu-list li.active a{
   color: #E93E3A;
   
}

.header__menu li:hover a {
  color: #E93E3A;
 
}

.header__country {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.5s;
  
}

.header__country span {
  display: inline-block;
}

.header__country:hover {
  color: #ffd400;
}

.header__country img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
 
}

.header__btn {
  display: none;
}
/* -------------- header__btn-menu-----------*/

.header__btn-menu {
  display: block;
  flex: 0 1 auto;
  min-width: 0;
  background: #05071A;
  border: 1px solid #FCC211;
  padding: 12px;
  order: 3;
  margin-left: 24px;
  transition: all 0.5s;
}

svg {
  position: relative;
  fill: #FCC211;
  line-height: 1;
  vertical-align: 1;
}

.header__btn-menu {
  display: none;
}

/* -------------main------------- */
.main {
  padding-top: 100px;
  padding-bottom: 0;
  z-index: 1;
}

.content__wrapper {
  display: block;
  position: relative;
  flex: 1 1 100%;
  margin-left: 20px;
}

/* -------------sidebar--------- */

.sidebar-wrapper {
  display: block;
  position: relative;
  align-self: stretch;
  flex: 0 0 217px;
   
}
.sidebar {
  position: sticky;
  position: fixed;
  width: 217px;
  top: 80px;
  
  bottom: 20px;
  background: transparent;
  padding: 20px 0 0 0;
  overflow: auto;
  border-radius: 10px;
  
  max-height: calc(100vh - 100px);


  margin-bottom: 0;
}

.sidebar::-webkit-scrollbar {
  display: none;
}
 .sidebar__wrap{
  background: #1F2038;
  padding: 20px 10px;
border-radius: 12px;
margin-bottom: 10px;
} 

.sidebar__anwendung{
  display: block;
  background: #1F2038;
border-top: 2px solid #474860;
border-radius: 5px;
display: flex;
justify-content: space-around;
align-items: center;
}
.sidebar__anwendung-wrap{
  text-align: center;
}
.sidebar__anwendung-wrap h5{
  color: #ffffff;
  font-weight: 900;font-size: 16px;line-height: 100%;
  margin-bottom: 5px;
}

.sidebar__anwendung-wrap p{
  font-weight: 400;font-size: 9px;line-height: 12px;color: #BA9CB4;
}

.sidebar__menu ul li{display: flex;}

.sidebar__menu ul li a {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #FFFFFF;
  align-items: center;
  /* padding-top: 16px;
  padding-bottom: 16px; */
  transition: all 0.5s;
  display: flex;
}



.sidebar__menu ul li a span{
  width: 16px;
  position: absolute;
    left: 35px;
    top: -5px;
  height: 16px;
background: #E93E3A;
color: #ffffff;
display: flex;
align-items: center;justify-content: center;
font-size: 12px;
line-height: 24px;font-weight: 400;
border-radius: 50%;

}

.sidebar__buttons{
/* background: #0B0C21; */
margin-bottom: 10px;}


.sidebar__buttons li a{
  display: flex
;
    align-items: center;
    justify-content: center;
  position: relative;
  display: block;
  min-width: 217px;
  height: 60px;
  background: linear-gradient(180deg, #F0CE58 0%, #C25630 65%);
  border-radius: 10px;
  color: #ffffff;
  font-size: 14px;line-height: 100%;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  transition: all 0.5s;
  overflow: hidden;

}

.sidebar__buttons li a:hover{
  background: linear-gradient(0deg, #F0CE58 0%, #C25630 65%);
}

.sidebar__buttons li:nth-child(1) a::before,.sidebar__buttons li:nth-child(2) a::before{
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height:40px;
  left: -5px;
  bottom: 0;
background: url(../images/sidebar/sidebar-before-button1.svg) no-repeat center center / contain;
}

.sidebar__buttons li:nth-child(2) a::before{
  width: 67px;
  height: 100%;
  background: url(../images/sidebar/sidebar-before-button2.svg) no-repeat center center / contain;
}
.sidebar__buttons li + li {
  margin-top: 10px;
}

.sidebar__buttons ul{
  margin-bottom: 10px;
}
.sidebar__menu ul li:hover a {
  color: #E93E3A;
}

.sidebar__menu ul li:hover img  {
 filter: brightness(0) saturate(50%) invert(24%) sepia(100%) saturate(10000%) hue-rotate(30deg) brightness(100%);

  /* filter: brightness(0) saturate(100%) invert(24%) sepia(100%) saturate(10000%) hue-rotate(0deg) brightness(100%); */


}
.sidebar__menu ul li + li {
  margin-top: 16px;
}
.sidebar__menu li a img {
  min-width: 32px;
  min-height: 32px;
  margin: auto;
  margin-right: 24px;
  vertical-align: middle;
  
}
.sidebar__menu{
  margin-bottom: 20px;

}


.sidebar__links-button {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 20px;
background: linear-gradient(180deg, #F0CE58 0%, #C25630 65%);

  white-space: normal;
 border-radius: 4px;
  margin-bottom: 16px;
  cursor: pointer;
  width: 100%;
  padding: 8px 48px 8px 8px;
  transition: all 0.5s;
  transition: all 0.5s linear;
}

.sidebar__links-button::after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/sidebar/sidebar-arrowDown.svg) no-repeat center center / contain;
  transition: all 0.5s;
}

.sidebar__links-button.active::after {
 transform: translateY(-50%) rotate(180deg);
}

.sidebar__links-list li a {
  display: block;
  color: #FFFFFF;
  transition: all 0.5s;
}


.sidebar__links-list li a:hover {
  color: #E93E3A;
  font-weight: 500;
  
}

.sidebar__links-list li + li {
  padding-top: 12px;
}

.page-nav-button {
  margin-bottom: 0;
}

.page-nav {
  display: none;
}

.sidebar__links-list,
.page-nav-list {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
}

.sidebar__links-list.active,
.page-nav-list.active {
  display: block;
  /* max-height: 1000px; */
}

.page-nav-list.active {
  margin-top: 20px;
}

/* -----------hero------ */

.hero {
  min-height: 445px;
  padding: 0;
  display: flex;align-items: center;
  padding: 20px;
}

.hero__data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  max-width: 650px;
  padding: 15px;
}

.hero__title {
  text-align: left;
  margin-bottom: 24px;
}

.hero__rating {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 16px;
  opacity: 0.8;
}

.hero__text{
  font-weight: 500;line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero__rating p {
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  margin-right: 16px;
}
.hero__rating span {
  display: flex;
  align-items: center;
  white-space: nowrap;
}



.hero__button{
  margin-left: 0;
}
/* ------------features----------- */
.features__link {
  color: #fdcd0b;
}
.features p  {
  margin-top: 20px;
}

.features__table table {
  width: 100%;
  overflow: hidden;
  margin-top: 16px;
  margin-bottom: 16px;
}

.features__table table tbody {
  display: block;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #FCC211;
  overflow: hidden;
  background: #14152D;

}

/* table tr:first-child td, */
.features__list .features__subtitle {
  font-size: 24px;
  font-weight: 900;
  line-height: 28.8px;
  background: linear-gradient(0deg, #14152d 0%, #45465e 100%);
  color: #fdcd0b;
  padding: 7.5px;
}

table tr {
  width: 100%;
}

table tr td {
  width: 50%;
  font-size: 14px;
  white-space: normal;
  text-align: left;
  line-height: 135%;
  padding: 12px;
}

table tr:not(:last-child) td{
border-bottom: 1px solid #FCC211;
}

table tr td:first-child{
  border-right: 1px solid #FCC211;
}

/* tr:first-child td {
  white-space: nowrap;
} */

.features__list {
  display: flex;
  justify-content: center;
  width: 100%;
  
  overflow: hidden;
  
  gap: 20px;
  margin-top: 20px;
}

.features__info {
  position: relative;
  width: 50%;
  background: #14152D;
border: 1px solid #FCC211;
border-radius: 15px;
padding: 20px;
}

.features__list .features__subtitle {
  font-size: 20px;line-height: 16px;color: #FFFFFF;
border: none;
background: none;
padding: 0;
  margin-bottom: 0;
}
.features__list .features__subtitle img{
  width: 30px;height: 30px;
  margin-right: 12px;
}

.features__info ul li {
  position: relative;
  font-size: 14px;
padding: 5px 5px 5px 60px;
}

.features__list-positive,
.features__list-negative{
  margin-top: 16px;
}

.features__list-positive li::before,
.features__list-negative li::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 44px;
  top: 50%;
  transform: translateY(-50%);
 background: #FCC211;

}



/* table */

/*  */
.table__wrapper {
  border: 1px solid #FCC211;
  border-radius: 15px;
  
  width: 100%;
  overflow-x: auto;
}

.table__game,
.ratings__table,
.table__features,.table__level {
  border-collapse: collapse;
  table-layout: auto;
}

.table__game,
.ratings__table,
.table__features,.table__level {
  table-layout: fixed;
}

/*  */

.table__wrapper::-webkit-scrollbar {
  height: 3px;
}
.table__wrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.table__wrapper::-webkit-scrollbar-thumb {
  background: #9e9ea8;
}
/* ------------ */
.table__game thead tr th,
.table__game tbody tr td,
.table__features thead tr th,
.table__features tbody tr td,
.ratings__table thead th,
.ratings__table tbody td ,.table__level tbody tr td,.table__level thead tr th{
  /* border: 1px solid black; */
  display: table-cell;
}

.table__game,
.table__features,
.ratings__table,.table__level {
  display: table;
  width: 100%;
 


}

.table__wrapper,.table__level-wrapper {
  max-width: 100%;
  overflow: auto;
  background: #14152D;

}

/* ----------------- */

.table__game thead tr th,
.table__features thead tr th {
  text-transform: uppercase;
  font-weight: 800;
}
.table__game thead tr th,
.table__game tbody tr td,
.table__features thead tr th,
.table__features tbody tr td {
  width: 20%;
  padding: 12px 20px;
  /* border: 1px solid #9e9ea8; */
}

.table__features thead tr th:not(:last-child),
.table__features tbody tr td:not(:last-child){
  border-right:1px solid #FCC211;
}

.table__features thead tr th{
  background: #FCC211;
color: #000000;
font-size: 14px;line-height: 140%;
   border-bottom:1px solid #FCC211;
}

.table__game thead tr th,
.table__game tbody tr td{
  width: 16.66%;
}

.table__features thead tr th,
.table__features tbody tr td,
.ratings__table thead th,
.ratings__table tbody td,
.ratings__table thead tr th,
.ratings__table tbody tr td {
  width: 33.33%;
}
.table__features tbody tr td ul li {
  position: relative;
  padding-left: 20px;
}


.table__features tbody tr td ul li::before{
  content:'';
  display: block;position: absolute;
  width: 6px;height: 6px;border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #FCC211;
}



/* -------------banner---------------- */

.banner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  width: 100%;
  min-height: 360px;

  padding: 20px;
  background: transparent;
  border-radius: 20px;
  margin-bottom: 20px;
}

.banner__info {
  display: flex;

  flex-direction: column;
  align-items: center;
  position: relative;
max-width: 690px;
  text-align: center;

  border-radius: 12px;
  padding: 16px;
}

.banner .banner__title-main {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  line-height: 48px;
  border-left: none;
  padding: 0;
  font-size: 34px;
  color: #FCC211;
  width: 100%;
  background: none;
  border: none;
  text-transform: none;
  margin-bottom: 16px;
}

.banner .banner__title-main::after {
  display: none;
}
.banner .banner__subtitle{
  font-weight: 700;font-size: 24px;line-height: 22px;color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 16px;

}
.banner__title-main > *:last-child {
  color: #ffffff;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 16px;
}

.banner__title-main span {
  color: #ffffff;
}

.banner .banner__background img {
  object-position: 100%;
}

.banner__button {
  margin-left: auto;
  margin-bottom: 8px;
}

.banner__span {
  font-size: 10px;
  line-height: 150%;
  font-weight: 400;
}

.banner__button-app {
  display: inline-block;
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 128%;
  text-transform: uppercase;
  height: 64px;
  white-space: normal;
  padding: 12px 32px 12px 74px;
  margin-bottom: 0;
}
/* -----------article------- */
.article {
  position: relative;
}
.article__title,
.faq__title,
.review__title,
.ratings__title {
  border-radius: 20px;
  background: linear-gradient(0deg, #14152d 0%, #45465e 100%);
  text-align: center;
}

.article-text{
  margin-top: 20px;
}

.article__button{
  width: max-content;
  margin-top: 20px;
  margin-left: 0;
}

/* .article div {
  border: 1px solid #32334b;
  border-radius: 20px;
  overflow: hidden;
} */
.article h3 {
  color: #ffd400;
  text-align: center;
  border-bottom: 1px solid #32334b;
  background: linear-gradient(0deg, #14152d 0%, #45465e 100%);
  padding: 8px;
}

.article ol {
  counter-reset: ol;
  position: relative;
  background: #14152d;
  padding: 16px;
}

.article ol li {
  counter-increment: ol;
  position: relative;
  padding-left: 20px;
}

.article ol li::before {
  content: counter(ol) ".";
  display: inline-block;
  position: absolute;
  font: inherit;
  font-weight: 700;
  color: #FCC211;
  left: 0;
  top: 0;
}

.article ol li + li {
  margin-top: 8px;
}

.article__banner {
  display: flex;
  align-items: center;
  min-height: 371px;
  
}

.article__wrap {
  position: relative;
  
  margin: 0;
  z-index: 10;
}

.article__banner-wrap{
background: #14152DE5;
border: 1px solid #FCC211;
border-radius: 15px;
padding: 20px;
width: 80%;
}

.article__banner-wrap .article__title{
  border: none;
  padding: 0;
  background: none;
}

.article__wrap p{
  margin-top: 20px;
  /* width: 65%; */
}
.article__wrap-main p{
  width: 65%;
}

.article__ios {
  margin-top: 16px;
  margin-bottom: 16px;
}

.article__ios,
.article__android {
  max-width: 807px;
  min-height: 272px;
}

.article__ios p,
.article__android p {
  background: #14152d;
  padding: 16px 16px 0 16px;
}

.article__android p {
  padding: 0 16px 16px 16px;
}

.article .article__wrapper {
  background: #14152d;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 16px;
}

.article__wrapper ul li,
.article__vip ul li,
.article__desk ul li,
.article__list li {
  position: relative;
  padding-left: 20px;
  margin-top: 8px;
}

.article__wrapper ul li span,
.article__vip ul span {
  color: #ffd400;
  font-weight: 700;
}

.article__wrapper ul li::before,
.article__wrapper-last ul li::before,
.article__vip ul li::before,
.article__desk ul li::before,
.article__list li::before,
.article__content ul li::before,
.article .article__label-list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ffd400;
  border-radius: 50%;
}

.article__wrapper-last ul li::before,
.article__vip ul li::before,
.article .article__label-list li.article__label-item::before {
  top: 12px;
}

.article .image,
.article .article__vip {
  border: none;
}

.article .image img {
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0;
  object-position: bottom;
  object-fit: contain;
}

.article__vip {
  display: flex;
}

.article__text {
  margin-top: 16px;
}
.article__banner .article__wrap-vip {
  padding-bottom: 0;
}

.article__vip ul {
  max-width: 706px;
  background: #14152d;
  border-radius: 20px;
  border: 1px solid #32334b;
  padding: 0 16px 16px 16px;
  margin-left: 23px;
  margin-top: 16px;
  margin-bottom: 20px;
}

.article__vip ul li + li {
  margin-top: 16px;
}

.article__desk {
  max-width: 604px;
  background: #14152d;
  border-radius: 20px;
  padding: 16px;
}

.article__btn-game {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.article__btn-game li {
  transition: all 0.5s;
}

.article__btn-game li:hover {
  transform: scale(1.05);
}

.article__btn-game li a {
  display: block;
  background: linear-gradient(0deg, #14152d 0%, #45465e 100%);
  border-radius: 20px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffd400;
  padding: 12px 20px;
}

.article .article__subtitle {
  background: none;
  margin-bottom: 16px;
  border-bottom: 0;
}

.article__statistic {
  width: 100%;
  overflow: hidden;
 border: 1px solid #FCC211;
border-collapse: separate;
border-radius: 15px;

}

.article__statistic tbody {
  width: 100%;
  
  
  overflow: hidden;
}

.article__statistic tr {
  width: 100%;
  background: #14152d;
}

.article__statistic tr th {
  background: #FCC211;
  color: #000000;
 
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  width: 20%;
  padding: 10px;
}

.article__statistic tr td {
  width: 20%;
}

.article__statistic tr td {
  border: none;
}
.article__statistic tr td:not(:last-child) {
  border-right: 1px solid #FCC211;
}

.article__statistic tr td:last-child {
  border-right: none;
}
.article__betting {
  display: flex;
  margin-bottom: 16px;
  gap: 16px;
  overflow: hidden;
  margin-top: 16px;
}

.article__betting li {
  border: 1px solid #32334b;
  border-radius: 20px;
  flex: 1 1 calc(50% - 16px);
  overflow: hidden;
}

.article__betting-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, #14152d 0%, #45465e 100%);
  padding: 10px;
}
.article__betting .article__betting-img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.article__betting-img span {
  font-weight: 900;
  font-size: 28px;
  line-height: 32px;
  color: #ffd400;
  margin-top: 8px;
}

.article__betting-img img {
  display: block;
  width: 44px;
  height: 44px;
}

.article__betting .article__betting-label {
  background: #14152d;
  padding: 16px 24px;
}
.article .article__betting-text {
  background: #14152d;
  border-radius: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 264px;
  min-height: 100%;
  width: 100%;
  padding: 16px 24px;
  border: none;
}

.article__betting .article__betting-text p + p {
  margin-top: 16px;
}

.article__betting p:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 100%;
}

.article__game-category {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  gap: 16px;
  overflow: hidden;
  white-space: normal;
}

.article__game-category li {
  border: 1px solid #32334b;
  border-radius: 20px;
  flex: 1 1 calc(20% - 16px);

  height: 210px;
  display: flex;
  overflow: hidden;
}

.article__game-category h4 {
  font-weight: 900;
  font-size: 28px;
  line-height: 32px;
  background: linear-gradient(0deg, #14152d 0%, #45465e 100%);
  color: #ffd400;
  text-align: center;
  border: 1px solid #32334b;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  white-space: normal;
  padding: 8px;
}

.article__game-category p {
  background: #14152d;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #ffffff;
  padding: 16px 24px;
  flex-grow: 1;
}

.article__game-category li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.article__wrap .article__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: none;
  
}

.article__info-text p {
  width: 100%;
}
.article__info-text p + p {
  margin-top: 16px;
}

.article__info .article__button-wrap {
  padding-top: 80px;
  border: none;
}

.article__box{
  position: relative;
  background: #14152D;
border: 1px solid #FCC211;
border-radius: 15px;
padding: 20px;
}

.article__box h3{
  color: #ffffff;
  font-size: 20px;line-height: 135%;
  background: none;
  border: none;
  text-align: left;
  padding: 0;
  margin-bottom: 20px;

}

.article__box p + p {
  margin-top: 20px;
}

.article__box-flex{
  display: flex;gap: 20px;
}


.article__box-flex img{
  max-width: 291px;
  height: 100%;
}
.article__box-list{
  margin-top: 20px;
}

.article__box-list li{
  position: relative;
  color:#FCC211;
  font-weight: 700;
  line-height: 135%;
  padding-left: 20px;
}

.article__box-list li::before{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;width: 6px;height: 6px;
  border-radius: 50%;
  background: #FCC211;

}

.article__box-list li + li{
  margin-top: 16px;
}

.article__box-wrap{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding: 20px;
}

.article__box-wrap .background img{
  object-position: 100%;
}

.article__box-flex-app  .article__box-lists{
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0;
}

.article__box-lists li{
  color: #FCC211;
  text-transform: uppercase;
  font-weight: 700;
}

.article__wrap-bonus p{
  width: 100%;
}
.article__banner-bonus{
  min-height: 293px;
}
.article__banner-wrapper{
  width: 50%
}

.article__banner-jetzt{
  padding-left: 100px;
}

.article__box-flex-app{
  flex-direction: column;
  width: 75%;
  margin-bottom: 20px;
}

.article__banner-app{
  padding: 36px;
  min-height: 360px;
}
.article__banner-app .background img,
.article__banner-main .background img{
  object-position: 100%;
}

/* ---------faq--------- */

.faq p,.faq__list,.review > p{
  margin-top: 20px;
  
}
.faq__subtitle {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  text-align: left;
  color: #FFFFFF;
  background: #08081F;
border: 1px solid #FCC211;
  border-radius: 15px;
  text-transform: none;
  cursor: pointer;
  padding: 16.5px 60px 16.5px 20px;
}

.faq__subtitle.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}

.faq__subtitle::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../images/faq-arrowDown.svg) no-repeat center center / contain;
  transition: all 0.5s;
}

.faq__subtitle.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq__answer {
  position: relative;
 background: #14152D;
  border-radius: 0 0 15px 15px;
  padding: 16px;
  border: 1px solid #FCC211;
  border-top: none;
  overflow: hidden;
  
}

.faq__answer p{margin-top: 0;}

.faq__item + .faq__item {
  margin-top: 16px;
}



.js-expand-content {
  display: none;
  overflow: hidden;
}


.js-expand-content.expanded {
  
  height: 100%;
}

/* -------review----- */

.review__wrapper {
  border-radius: 20px;
 background: #14152D;
border: 1px solid #FCC211;
  padding: 14px 20px;
}

.review__photo {
  display: block;
  width: 60px;
  height: 60px;
}

.review ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  margin-top: 16px;
display: grid;
grid-template-columns: repeat(3,1fr);
}
.review ul li {
  display: flex;
  
}

.review__wrapp {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.review__wrapp h3 {
  font-weight: 600;line-height: 150%;
  font-size: 16px;
  text-transform: none;
  color: #FCC211;
}


.review__wrapp img {
  width: 18px;
  height: 18px;
}
.review__cards {
  display: flex;
  
  gap: 20px;
  margin-bottom: 8px;
}

/* --------------rating------------------- */
.ratings > p{
  margin-top: 20px;
}
.rating__table {
  
  width: 100%;
  margin-top: 20px;
 background: #14152D;

  border-radius: 15px;
}



.table td {
 
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-transform: none;
  vertical-align: middle;
  text-align: left;
}



.rating__table tr {
 
  position: relative;
  align-items: center;
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  
}

.rating__table tr:not(:last-child){
border-bottom: 1px solid #FCC211;
}

.rating__table td:not(:first-child),
.rating__table th:not(:first-child) {
  border-left: 1px solid #FCC211;
}

.ratings__cell-flex {
  display: flex;
  gap: 12px;
  align-items: center;
}

.rating__table tbody tr td span {
  font-size: 15px;
  font-weight: 800;
  line-height: 22px;
  vertical-align: middle;
  height: 18px;
  white-space: nowrap;
}

.rating__table thead tr th,
.rating__table tbody tr td {
  width: 50%;
  line-height: 135%;
  font-weight: 700;
  padding: 12px 20px;
}

.rating__table thead tr {
  background: none;
}

.rating__table thead tr th {
  text-transform: uppercase;
  
}
.ratings__img{
  display: flex;
  gap: 2px;
}
.ratings__img img{
  
  width: 18px;
  height: 18px;
  
}



/* ----bonus-main----------- */

.bonuses p{
  margin-top: 20px;
}
.bonuses__list {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-top: 20px;
}




.bonuses__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
background: #14152D;
border: 1px solid #FCC211CC;
  width: 100%;
 
  border-radius: 16px;

  padding: 20px;
  overflow: hidden;
}



.bonuses__item > * {
  position: relative;
}

.bonuses__item + .bonuses__item {
  margin-top: 0;
}

.bonuses__item:before {
  display: none;
}

.bonuses__img {
 max-width: 291px;
  width: 100%;
  height: 100%;
 
}

.bonuses__item:nth-child(even) .bonuses__content{
  flex-direction: row-reverse;
}

.bonuses__content {
    display: flex;
    gap: 20px;
flex-direction: row;
    align-items: center;
    width: 100%;
 height: 100%;
   
}

.bonuses__img {
 
}

.bonuses__img img {
  display: block;
  width: 100%;
  height: 100%;
   
}

.bonuses__desc {
 position: relative;
  display: flex;
  align-items: flex-start;
  text-align: left;
  flex-direction:column;
  justify-content: space-between;
  /* padding:  16px 24px; */
 flex:1;
  gap: 24px;
  z-index: 1;

}

.title.bonuses__title {
  flex-direction: column;
  color: #FFFFFF;
  background: none;
  padding: 0;
  border: none;
align-items: flex-start;
  font-size: 20px;
  line-height: 135%;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  margin-left: 0;
}

.title.bonuses__title::after {
  display: none;
}

.banner__deposit{
  margin-bottom: 0;
}

.bonuses__desc p {
  position: relative;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;line-height:150%;
  text-align: left;
}
.bonuses__desc p + p{
  margin-top: 8px;
}

.bonuses__buttons {
  display: flex;
  flex-direction: row;
  justify-content: left;
flex-wrap: wrap;
  gap: 12px;
}

.bonuses__button {
  display: inline-block;
  
  
  margin-top: 0;
  margin: 0;
}


.article a:not(.button) {
  color: #51A632;
 
  font-weight: 400;
}

/* ---------main__arrow------ */
.main__arrow {
  display: block;
  position: fixed;
  width: 42px;
  height: 42px;
  right: 20px;
  bottom: 20px;
  background: url(../images/ArrowUp.svg) no-repeat center center / contain;
  z-index: 100;
}
/* ------------footer------------- */
.footer {
  /* padding: 0 20px 0 270px; */
  background: none;
}

.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  gap: 48px;
}

.footer__logo {
  display: flex;
 
  max-width: 274px;
  flex :none;
  padding: 0;
  margin: 0 auto;
}

.footer__logo img {
  display: block;
   max-height: 90px;
}

.footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 8px;
  text-align: center;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 32px;
  background: #05071A;
border: 2px solid #242D3D;
  padding: 4px 12px;
}

.footer__menu li a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff80;
  padding: 4px 16px;
  transition: all 0.5s;
}

.footer__menu li a:hover {
  border-radius: 20px;
  background: #FCC211;
  color: #13151b;
  padding: 4px 16px;
}

.footer__country-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.footer__country-list li {
  border-radius:32px;
 background: #05071A;
border: 2px solid #242D3D;
  transition: all 0.5s;
}

.footer__country-list li a {
  display: block;
  padding: 12px;
}

.footer__country-list li:hover {
  transform: scale(1.1);
}

.footer__country-item span {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
}
.footer__country-item img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.footer__wrap p{
  color: #8F99AD;
  font-size: 12px;line-height: 20px;
}


.footer__wrap p + p {
  margin-top: 16px;
}
.footer__wrap img {
  display: block;
  width: 40px;
  height: 40px;
}

.footer__decor{

      position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 0;

}

/* ---------BONUS PAGE-------------- */
.breadcrumbs {
  display: flex;
  text-align: center;
  justify-content: flex-start;
  margin-bottom: 16px;
  white-space: nowrap;
}

.breadcrumbs li:not(:last-child) a {
  padding-left: 0;
}

.breadcrumbs li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.8;
  text-transform: uppercase;
  padding: 10px;
}

.breadcrumbs li:first-child a:hover {
  color: #ffd400;
}

.breadcrumbs li:last-child a {
  opacity: 1;
}

.breadcrumbs > li:not(:last-child):after {
  content: "|";
  position: relative;
}

.hero__bonus,
.hero__mobile {
  padding: 38px 40px;
}

.hero__data-bonus,
.hero__data-mobile {
  bottom: 0;
}

.hero__data-bonus h1 {
  margin-bottom: 10px;
}

.hero__data-bonus p {
  margin-bottom: 30px;
  text-align: left;
}

.background__article {
  position: relative;
  width: 100%;
  min-height: 304px;
}

.background__article img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 50%;
  z-index: 0;
}

.article__list-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.article__list-item + .article__list-item {
  margin-top: 16px;
}

.article__list-item h3 {
  position: absolute;
  top: 16px;
  left: 16px;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffd700;
  border: 1px solid #32334b;
  font-size: 28px;
  font-weight: 900;
  line-height: 32px;
  z-index: 2;
}

.article .article__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 60px 403px 20px 16px;
}

.article .article__content ul {
  margin: 8px 0;
}

.article .article__content ul li {
  position: relative;
  padding-left: 20px;
}

.article .article__content ul li + li {
  margin-top: 8px;
}

.article .article__content-para {
  padding: 76px 403px 36px 16px;
}
.article .article__content-para p + p {
  margin-top: 16px;
}

.article .article__content-nossa {
  padding: 80px 403px 40px 16px;
}
.article .article__content-dicas {
  padding: 120px 403px 80px 16px;
}
.article__banner-limitado {
  min-height: 397px;
}
.article__info-bonus {
  margin-left: 467px;
}
.article__wrap .article__info-casino {
  padding-left: 0;
  justify-content: flex-start;
}

.article__info-text-casino {
  margin-right: 94px;
  max-width: 706px;
}

.article__info .article__button-wrap-bonus {
  padding-top: 0;
}

/* -------MOBILE PAGE--------- */
.article .article__download {
  background: none;
  padding: 0;
}
/* .banner {
  border: 1px solid #ffd400;
  min-height: 212px;
  padding: 74px 100px 74px 60px;
} */
 .banner__btn{
  min-height:240px ;
  padding-left: 140px;
 }

.banner__data {
  position: relative;
  display: flex;
  flex-direction: row;
  max-width: 490px;
  text-align: center;
  z-index: 2;
  gap: 10px;
}

.banner__btn-main{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.banner__button {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

.banner__button-ios,
.banner__button-android {
  display: flex;
  justify-content: center;
  width: 240px;
  height: 64px;
  border-radius: 8px;
 background: #1F2038;
border: 2px solid #FCC211;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  white-space: normal;
  text-transform: none;
  padding: 16px 20px;
  gap: 8px;
  margin-right: 0;
  margin-left: 0;
  z-index: 3;
  transition: all 0.5s;
}




.article__text-mobile {
  padding: 16px;
  background: #14152d;
}
.banner__mobile-last {
  min-height: 321px;
}

.banner__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner__logo {
  flex: 0 0 276px;
  padding: 0;
  margin-right: 0;
}

.banner__logo img {
  max-height: 73px;
}

.article .article__label {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 1px solid #32334b;
}

.article .article__label-list {
  position: relative;
  background: #14152d;

  min-height: 156px;

  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 16px;
}

.article .article__label-list li {
  position: relative;
  padding-left: 20px;
}

.article__list-mobile {
  display: flex;
  gap: 16px;
  max-width: 100%;
  height: 100%;
}

.article__list-item-mobile {
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(50% - 16px);
  min-width: calc(50% - 16px);
}
