
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    background: #100724;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}
* {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: #100724;
}


.no-scroll {
  overflow-y: hidden;
}

  
body.no-scroll {
  overflow-y: hidden;
}
  
a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s linear;
}
  
button {
  cursor: pointer;
  font-family: inherit;
}
  
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li {
  position: relative;
}
  
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
  
img {
  display: block;
}

.main {
  max-width: 1600px;
  margin: 0 auto;
  padding:  0px 30px 0 30px;
  display: flex;
  gap: 20px;
  position: relative;
}


.container {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  margin-bottom: 20px;
  background: linear-gradient(177.23deg, rgba(59, 9, 98, 0.2) 109.74%, rgba(58, 73, 249, 0.2) 109.75%);
  border-radius: 12px;
}

.container.second {
  background: linear-gradient(177.23deg, rgba(59, 9, 98, 0.2) 109.74%, rgba(58, 73, 249, 0.2) 109.75%);
}

.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.image-box {
  width: 100%;
  height: 100%;
  border-radius:12px;
  overflow: hidden;
}
.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h1 {
  font-weight: 800;
  font-size: 34px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  color: #FFD169;
  margin-bottom: 40px;

}


p {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  text-align: left;
  position: relative;
}


h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  color: #FFD169;
  padding: 10px;
  border-radius: 6px;
  background: linear-gradient(177.23deg, #392B6B -13.49%, #3942B1 109.75%);

}

.article h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  color: #FFD169;
  padding: 10px;
  border-radius: 6px;
  background: linear-gradient(177.23deg, #392B6B -13.49%, #3942B1 109.75%);
}



h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFD169;
  text-align: left;
  position: relative;
  padding: 10px;
  border-radius: 6px;
  background: linear-gradient(177.23deg, #392B6B -13.49%, #3942B1 109.75%);

}

h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFD169;
  text-align: left;
  padding: 10px;
  border-radius: 6px;
  background: linear-gradient(177.23deg, #392B6B -13.49%, #3942B1 109.75%);
  position: relative;
}

ul {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
ul li {
  padding-left: 22px;
  font-size: 15px;
  font-weight:400;
  line-height: 150%;
  position: relative;
}
ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  transform: translateY(-50%);
  left: 0px;
  width: 6px;
  height: 6px;
  background: #fff;
  box-shadow: 0px 1px 4px 0px #372D82;
  border-radius: 50%;
}
ol {
  display: flex;
  gap: 16px;
  flex-direction: column;
  counter-reset: item;
}
ol li {
  padding-left: 28px;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  position: relative;
  counter-increment: item;
}
ol li span, ul li span {
  font-weight: 700;
}
ol li::before {
  content: counter(item) ". ";
  position: absolute;
  top: 0px;
  font-size: 16px;
  font-weight:400;
  line-height: 150%;
  left: 0px;
  min-width: 20px;
  color: #fff;
  border-radius: 50%;
}


ul.list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
ul.list li {
  width: 100%;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  text-transform: uppercase;
  counter-increment: item;
  position: relative;
  padding: 13px 20px 13px 60px;
  background: linear-gradient(177.23deg, #392B6B -13.49%, #3942B1 109.75%);
  border-radius: 6px;
}
ul.list li::before {
  content: "";
  color: #31289B;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid #31289B;
  background: #fff;
  border-radius: 6px 0 0 6px;
  margin: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translateY(0%);
}
ul.list li::after {
  content: "";
  background: #31289B;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  z-index: 2;
}



ol.list  {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  counter-reset: item;
}

ol.list li {
  width: 100%;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  text-transform: uppercase;
  counter-increment: item;
  position: relative;
  padding: 13px 20px 13px 60px;
  background: linear-gradient(177.23deg, #392B6B -13.49%, #3942B1 109.75%);
  border-radius: 6px;
}

ol.list li::before {
  content: counter(item) "";
  color: #31289B;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid #31289B;
  background: #fff;
  border-radius: 6px 0 0 6px;
  margin: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}


.article p a {
  color: #44B52D;
  font-weight: 700;
}


.button {
  border-radius: 100px;
  background: #34C759;
  border: 1px solid #2AFF5F;
  box-shadow: 0px 4px 4px 0px #00000040;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  text-align: center;
  display: inline-block;
  max-width: max-content;
  min-width: 200px;
  position: relative;
  padding: 15.5px;
}

.text-button {
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  text-transform: capitalize;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  transition: all 0.3s linear;
}

.text-button:hover {
  scale: 1.05;
}

.burger-menu {
  display: none;
}

.button.center {
  margin: 0 auto;
}

.button:hover {
  scale: 1.05;
}

.button.register-button {
  padding:8px;
  line-height: 24px;
  min-width:100px;
  background: #34C759;
  box-shadow: none;
  border: none;
}

.button.login-button {
  padding:8px;
  line-height: 24px;
  min-width:100px;
  background: linear-gradient(177.23deg, #392B6B -13.49%, #3942B1 109.75%);
  box-shadow: none;
  border: none;
}

.button.small {
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  padding: 12px 20px;
  box-shadow: none;
  border: none;
  border-radius: 10px;
  min-width: 127px;
}

.button.login-button:hover {
  scale: 1.05;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #100724;
  z-index: 103;
}

.header__container {
  max-width: 1600px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 69px;
}

.header__logo {
  width: 164px;
  height: auto;
  margin-right: 88px;
  margin-left: 38px;
  transition: all 0.3s linear;
}

.header__logo:hover {
  scale: 1.02;
}

.header__logo img {
  width: 100%;
  height: 100%;
}

.header-menu__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-direction: row;
}
.header-menu__list li {
  padding: 0;
}
.header-menu__list li::before {
  display: none;
}
.header-menu__list li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  opacity: 0.5;
  color: #fff;
  transition: color 0.3s linear;
}

.header-menu__list a:hover {
  opacity: 1;
}
.header-menu__list a.active {
  opacity: 1;
}

.header__right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-left: auto;
}

.header__buttons {
  display: flex;
  align-items: center;
  gap:16px;
}

.header__lang {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 24px;
  border-radius: 100px;
  background: #16225A;
}

.header__lang img {
  width: 24px;
  height: 24px;
}



.hero {
  max-width: 1600px;
  margin: 89px auto 20px;
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
}

.hero__container {
  position: relative;
  padding: 98px 80px;
  border-radius: 12px;
}


.hero__image img {
  right: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.hero-content__rating {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content:center;
  gap: 18px;
  margin-bottom: 10px;
  color: #fff;
}

.hero-content__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}

.hero-content__wrap {
  display: flex;
  flex-direction: column;
  max-width: 574px;
  position: relative;
  background: linear-gradient(177.23deg, rgba(57, 43, 107, 0.6) -13.49%, rgba(57, 66, 177, 0.6) 109.75%);
  border-radius: 12px;
  padding: 20px;
  z-index: 1;
}



.features__box {
  overflow: auto;
}

.features__box::-webkit-scrollbar {
  display: none;
}
.features__list  {
   overflow-x: auto;
   width: 100%;
   background: linear-gradient(177.23deg, #392B6B -13.49%, #3942B1 109.75%);
   border-radius:  6px;
}
.features__list thead {
  border-radius:  6px 6px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.features__list tbody {
  border-radius: 0 0 6px 6px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.features__list thead {
  overflow: hidden;
}
.features__list thead tr th {
  padding: 12px 20px;
}
.features__list tbody tr td {
  padding: 12px 20px;
}

.features__list tr {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  overflow: hidden;
}

.features__list tbody tr {
  border-top: 1px solid #FFFFFF33;
}


.features__list tr td:nth-child(1), .features__list tr th:nth-child(1) {
  width: 50%;
  flex-shrink: 0;
}
.features__list tr td:nth-child(2), .features__list tr th:nth-child(2) {
  width: 50%;
  flex-shrink: 0;
}

.features__list tr th {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.features__list tr td {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
}

.props-cons__box {
  display: flex;
  gap: 20px;
}

.props-cons__item {
  width: calc(50% - 10px);
  background: linear-gradient(177.23deg, #392B6B -13.49%, #3942B1 109.75%);
  border-radius: 16px;
  padding: 20px;
}
.props-cons__item h3 {
  display: flex;
  gap: 24px;
  padding: 0;
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 165%;
  color: #fff;
  align-items: center;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #FFFFFF33;
}
.pros-cons__item-list {
  width: calc(100% - 64px);
  margin-left: 64px;
  overflow: hidden;
  margin-top: 16px;
}

.props-cons__item h3 img {
  width: 40px;
  height: 40px;
}


.banner.container {
  display: flex;
  position: relative;
  background: transparent;
  border-radius: 12px;
  padding: 104px 39px 106px;
}
.banner2.container {
  display: flex;
  position: relative;
  background: transparent;
  border-radius: 12px;
  padding: 105px 130px 105px 20px;
}
.banner4.container {
  display: flex;
  position: relative;
  background: transparent;
  border-radius: 12px;
  padding: 105px 60px;
}
.banner {
  position: relative;
}
.banner4.container .image img{
  object-position: left;
}

.banner__image {
  width: 100%;
  height: 100%;
  right: 0;
  left: auto;
  bottom: 0;
  top: auto;
  position: absolute;

}
.banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  object-position: right;
}
.banner__wrapper {
  position: relative;
  max-width: 598px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  background: linear-gradient(177.23deg, rgba(57, 43, 107, 0.6) -13.49%, rgba(57, 66, 177, 0.6) 109.75%);
  padding: 20px;
  border-radius: 12px;
}
.banner__wrapper2 {
  position: relative;
  max-width: 598px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  background: linear-gradient(177.23deg, rgba(57, 43, 107, 0.6) -13.49%, rgba(57, 66, 177, 0.6) 109.75%);
  padding: 20px;
  border-radius: 12px;
}
.banner__wrapper3 {
  position: relative;
  max-width: 598px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(177.23deg, rgba(57, 43, 107, 0.6) -13.49%, rgba(57, 66, 177, 0.6) 109.75%);
  padding: 20px;
  border-radius: 12px;
}


.banner__buttons {
  display: flex;
  gap: 40px;
}

.banner__title {
  font-weight: 900;
  font-size: 34px;
  line-height: 100%;
  text-align: center;
  color: #FFD169;
  background: transparent;
  padding: 0 107px;
  margin-bottom: 0px;
  border: none;
  position: relative;
  text-transform: none;
}
.banner__title::before {
  content: "";
  background-image: url('./img/title-icon2.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 92px;
  height: 17px;
}
.banner__title::after {
  content: "";
  background-image: url('./img/title-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 92px;
  height: 17px;
}

.banner__text {
  font-weight: 900;
  font-size: 31px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 32px;
}
.banner__text span {
  color: #FFFD68;

}
.banner__wrap {
  display: flex;
  gap: 124px;
  align-items: center;
}
.banner__logo {
  width: 200px;
  height: auto;
  position: relative;
}
.banner__buttons2 {
  display: flex;
  align-items: center;
  gap: 20px;  
}
.banner3.container {
  display: flex;
  position: relative;
  background: transparent;
  border-radius: 15px;
  padding: 68px 25px 68px 45px;
}
.banner2__button {
  padding: 16px 30px;
  min-width: 242px;
  gap: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  background: #34C759;
  box-shadow: none;
  border: none;
  border-radius: 100px;
}
.banner2__button.second {
    background: linear-gradient(177.23deg, #392B6B -13.49%, #3942B1 109.75%);
}
.banner2__button div {
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  min-width: 122px;
}
.banner2__button div span {
  display: block;
}
.banner2__image img {
  object-position: center;

}

.flex-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.flex-box__left { 
  width: 58%;
  max-width: 718px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.flex-box__right {
  width: 42%;
  max-width: 502px;
}

.get-bonus__cards  {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.get-bonus__item {
  width: calc(33.33% - 13.33px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.get-bonus-item__box {
  background: linear-gradient(177.23deg, #392B6B -13.49%, #3942B1 109.75%);
  padding: 24px;
  backdrop-filter: blur(19.299999237060547px);
  box-shadow: 0px -7px 10px 0px #3B227A4A;

}
.get-bonus-item__box h3 {
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  text-align: center;
  text-transform: none;
  color: #FFF;
  padding: 0 108px;
  border-radius: 0;
  background: transparent;
  margin-bottom: 16px;
  position: relative;
}
.get-bonus-item__box h3::before {
  content: "";
  background-image: url('./img/title-icon2.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 92px;
  height: 17px;
}
.get-bonus-item__box h3::after {
  content: "";
  background-image: url('./img/title-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 92px;
  height: 17px;
}

.get-bonus-item__box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #FFF;
}
.get-bonus__cards img {
  width: 100%;
  height: auto;
}

.games__box {
  border-radius:  6px;
  width: 100%;
  overflow: auto;
}

.games__box::-webkit-scrollbar {
  display: none;
}

.games__table {
  width: 100%;
  overflow-x: auto;
  background: linear-gradient(177.23deg, #392B6B -13.49%, #3942B1 109.75%);
  border-radius:  6px;
}

.games__table thead {
  border-radius:  6px 6px 0 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  text-transform: uppercase;

}

.games__table tbody {
  border-radius: 0 0 6px 6px;
  width: 100%;
  font-weight: 300;
  font-size: 15px;
  line-height: 135%;

}

.games__table thead {
  overflow: hidden;
}
.games__table thead tr th {
  padding: 12px 20px;
}
.games__table tbody tr td {
  padding: 12px 20px;
}

.games__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.games__table tr th {
  width: 20%;
  text-align: left;
}


.games__table tr td {
  width: 20%;
}
.games__table tbody tr {
  border-top: 1px solid #FFFFFF33;
}

.games__table td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.games__box5 {
  border-radius:  6px;
  width: 100%;
  overflow: auto;
}

.games__box5::-webkit-scrollbar {
  display: none;
}

.games__table5 {
  width: 100%;
  overflow-x: auto;
  background: linear-gradient(177.23deg, #392B6B -13.49%, #3942B1 109.75%);
  border-radius:  6px;
}

.games__table5 thead {
  border-radius:  6px 6px 0 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  text-transform: uppercase;

}

.games__table5 tbody {
  border-radius: 0 0 6px 6px;
  width: 100%;
  font-weight: 300;
  font-size: 15px;
  line-height: 135%;

}

.games__table5 thead {
  overflow: hidden;
}
.games__table5 thead tr th {
  padding: 12px 20px;
}
.games__table5 tbody tr td {
  padding: 12px 20px;
}

.games__table5 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.games__table5 tr th {
  width: 16.6%;
  text-align: left;
}


.games__table5 tr td {
  width: 16.6%;
}
.games__table5 tbody tr {
  border-top: 1px solid #FFFFFF33;
}

.games__table5 td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.games__box2 {
  border-radius: 6px;
  width: 100%;
  overflow: auto;
}

.games__box2::-webkit-scrollbar {
  display: none;
}

.games__table2 {
  width: 100%;
  overflow-x: auto;
  background: linear-gradient(177.23deg, #392B6B -13.49%, #3942B1 109.75%);
  border-radius:  6px;
}

.games__table2 thead {
  border-radius:  6px 6px 0 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  text-transform: uppercase;
}

.games__table2 tbody {
  border-radius: 0 0 6px 6px;
  width: 100%;
  font-weight: 300;
  font-size: 15px;
  line-height: 135%;

}

.games__table2 thead {
  overflow: hidden;
}
.games__table2 thead tr th {
  padding: 12px 20px;
}
.games__table2 tbody tr td {
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  
}
.games__table2.second tbody tr td {
  justify-content: center;
}

.games__table2 tbody tr td ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.games__table2 tbody tr td ul li {
  font-weight: 300;
  font-size: 15px;
  line-height: 135%;
  padding: 0;
  padding-left: 10px;
}
.games__table2 tbody tr td ul li::before {
  content: " ";
  font-weight: 300;
  font-size: 15px;
  line-height: 135%;
  color: #fff;
  width: 6px;
  height: 1px;
  top: 9px;
}

.games__table2 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.games__table2 tr th {
  width: 33.33%;
  text-align: left;
}


.games__table2 tr td {
  width: 33.33%;
}
.games__table2 tbody tr {
  border-top: 1px solid #FFFFFF33;
}
.games__table2 tbody tr td p {
  display: flex;
  gap: 6px;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 135%;
  color: #fff;
}
.games__table2 tbody tr td p img {
  width: 33px;
  height: 32px;
}

.mw-box {
  max-width: 590px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.reviews__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: row;
}
.reviews__list li {
  width: calc(33.33% - 13.33px);
  padding: 20px;
  border-radius: 6px;
  background: linear-gradient(177.23deg, #392B6B -13.49%, #3942B1 109.75%);

}
.reviews__list li::before {
  display: none;
}
.reviews-item__box {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  flex-direction: column;
}
.reviews-item__image img {
  width: 80px;
  height: auto;
  flex-shrink: 0;
  border-radius: 50%;
}
.reviews-item__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reviews-item__name span {
  font-weight: 700;
  font-size: 15px;
  line-height: 135%;
}
.reviews-item__rate {
  display: flex;
  gap: 5px;
}
.reviews-item__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 135%;
}

.ac {
  width: 100%;
  margin-top: 0;
  border: none;
  position: relative;
  border-radius: 6px;
  background: linear-gradient(177.23deg, #392B6B -13.49%, #3942B1 109.75%);
}


.ac:not(:last-child) {
  margin-bottom: 20px;
}
.ac-header {
  width: 100%;
}
.ac-header::after, .ac-header::before {
  display: none;
}
.ac .ac-trigger {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 150%;
  text-align: left;
  text-transform: none;
  color: #fff;
  white-space: normal;
  border-radius: 6px;
  padding: 16px 60px 16px 16px !important;
}
  
.ac .ac-trigger:focus {
  color: #fff;
}

.ac.is-active > .ac-header {
  color: #fff;
    border-radius: 6px 6px 0 0;
 
}
.ac.is-active > .ac-header .ac-trigger {
    color: #fff;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #FFFFFF33;
}

.ac .ac-panel {
  padding: 0;
  border-radius: 0 0 6px 6px;
  background: transparent;
}

.ac .ac-panel p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  padding: 20px 12px 16px;
  margin: 0;
  
}
  

.ac .ac-trigger::after {
  content: url('./img/plus.svg');
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.3s linear;
}
.ac.is-active > .ac-header .ac-trigger::after {
  content: url('./img/minus.svg');
  width: 32px;
  height: 32px;
  transform: translateY(-50%) rotate(180deg);
}


.summary__element {
  display: flex;
  gap: 16px;
  align-items: center;
}

.summary-element__img {
  width: 170px;
  height: 170px;
  flex-shrink: 0;
}
.summary-element__img img {
  width: 100%;
  height: 100%;
}

.summary-element__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.summary-element__text h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
}

.summary-element__text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
}




.content {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 -webkit-calc(100% - 240px - 20px);
    -moz-box-flex: 1;
    flex: 1 1 calc(100% - 240px - 20px);
    margin-left: 260px;
}



.footer {
  padding-top: 10px;
  padding-left: 290px;
  padding-right: 30px;
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.footer__payment {
  background: linear-gradient(177.23deg, rgba(59, 9, 98, 0.2) 109.74%, rgba(58, 73, 249, 0.2) 109.75%);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px 16px;
  flex-wrap: wrap;
}
.footer-payment__img {
  display: block;
}
.footer-payment__img-hover {
  display: none;
}
.footer-payment__item {
  cursor: pointer;
}
.footer-payment__item:hover .footer-payment__img {
  display: none;
}
.footer-payment__item:hover .footer-payment__img-hover {
  display: block;
}
.footer__lang-list {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 20px;
}
.footer__lang-list li {
  padding: 0;
}
.footer__lang-list li::before {
  display: none;
}
.footer__lang-list li a {
  background: #1A0B3B;
  border-radius: 6px;
  padding: 12px;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s linear;
}
.footer__lang-list li a:hover {
  color: #298AF1; 
}

.footer__content {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  align-items: flex-start;
  max-width: 1540px;
  gap: 20px;
  background: linear-gradient(177.23deg, rgba(59, 9, 98, 0.2) 109.74%, rgba(58, 73, 249, 0.2) 109.75%);
  padding: 40px 20px 10px;
  border-radius: 16px 16px 0 0;
}

.footer__logo {
  width: 147px;
  height: auto;
  flex-shrink: 0;
  margin-right: 40px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
}


.footer__nav {
  width: 100%;
  display: flex;
  gap: 50px;
  align-items: flex-start;
  justify-content: center;

}
.footer-nav__box {
  min-width: 180px;
}

.footer-nav__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 16px;
  display: flex;
  gap: 10px;
}
.footer-nav__list {
  display: flex;
  gap: 1px;
  flex-direction: column;
}
.footer-nav__list li {
  padding: 0;
}
.footer-nav__list li::before {
  display: none;
}
.footer-nav__list li a {
  position: relative;
  color: #fff;
  display: block;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  transition: all 0.3 linear;
}
.footer-nav__list li a:hover {
  color: #BCBCBC;
}

.footer__mail {
  position: relative;
  display: flex;
  gap: 9px;
  font-weight: 500;
  font-size: 21px;
  line-height: 20px;
  border-radius: 100px;
  padding: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 341px;
  margin-bottom: 43px;
  /*background: linear-gradient(#230835, #230835) padding-box, linear-gradient(177.23deg, #9C2CF3 -13.49%, #3A49F9 109.75%) border-box;
  *//*border: 1.5px dashed #230835;
  */border: 1.5px dashed #9C2CF3;
  border-bottom: 1.5px dashed #3A49F9;
  transition: all 0.3s linear;
}
.footer__mail:hover {
  color: #3A49F9;
}


.footer__support {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer__support a img {
  width: 54px;
  height: 54px;
}
.footer__support a:hover img {
  scale: 1.05;
}


.footer__down {
  display: flex;
  width: 100%;
  background: linear-gradient(177.23deg, rgba(59, 9, 98, 0.2) 109.74%, rgba(58, 73, 249, 0.2) 109.75%);
  padding: 20px 20px 40px;
  border-radius: 0 0 16px 16px;
}
.footer-down__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 30px;
  margin: 0 auto;
  max-width: 850px;
}
.footer-down__text p {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;

}




.button-up {
  position: fixed; 
  bottom: 10px;    
  right: 20px;   
  cursor: pointer;
  display: flex;   
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  background: transparent;
  display: none;  
  z-index: 102;   
  width: 50px;
  height: 50px;
  box-shadow: 0px 5.33px 6.67px 0px #3D1F8626, 0px -2.67px 0px 0px #3D1F861A inset, 0px -1.33px 2.67px 0px #3D1F8640 inset;
}

.button-up img {
  width: 50px;
  height: 50px;
}
  

.burger-button {
  display: none;
}




.sidebar {
    width: 240px;
    position: fixed;
    top: 99px;
    left: 20px;
    height: -webkit-calc(100vh - 99px);
    height: -moz-calc(100vh - 99px);
    height: calc(100vh - 99px);
    padding-bottom: 20px;
    overflow-y: auto;
    z-index: 10;
}
/* .sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 99px;
  height: calc(100vh - 99px);
  overflow-y: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 240px;
  -webkit-flex: 0 1 240px;
  flex: 0 1 240px;
  padding-bottom: 20px;
  flex-shrink: 0;
} */

.sidebar::-webkit-scrollbar {
  display: none;
  width: 0;
}
  
  
@media screen and (min-width: 1600px) {
  .sidebar {
    left: calc((100% - 1600px) / 2 + 30px);
  }
}
  
  
.aside-left__wrapper {
  position: sticky;
}
.aside-left__wrap {
  overflow-y: auto;
  height: auto;
  background: transparent;
  border-radius: 0px;
  padding: 0px;
}
.aside-left__wrap::-webkit-scrollbar {
  width: 0;
}


.aside-left__buttons {
  display: flex;
  gap: 16px;
  flex-direction: column;
  margin-bottom: 39px;
}
.aside-left__buttons a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 2px 12px 2px 89px;
  height: 53px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 12px;
  background: #34216D;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
}
.aside-left__buttons a img {
  position: absolute;
  top: 0;
  left: 0;
}

.aside-left__buttons a:hover {
   background: #251645;
  border-radius: 12px;
}


  
.main-left-nav__desc {
  border-radius: 12px;
}
.main-left-nav__desc.active {
  border-radius: 12px;
}
   
  
.main-left-nav__list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
.main-left-nav__list.visible {
  max-height: 1500px;
  padding-bottom: 8px;
  opacity: 1;
  overflow-y: auto;
}

.aside-left-wrap__list {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
  gap: 11px;
  margin-bottom: 39px;
}
.aside-left-wrap__list li {
  padding: 0;
}
.aside-left-wrap__list li::before {
  display: none;
}


.aside-left-wrap__list li a {
  padding: 9px 11px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #B8A3E4;
  text-align: left;
  position: relative;
  gap: 28px;
  display: flex;
  align-items: center;
  background: transparent;
  border-radius: 10px;
  transition: all 0.3s linear;
  position: relative;
}

.aside-left-wrap__list li a::after {
  content: url('./img/arrow-right.svg');
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  transition: all 0.3s linear;
}

.aside-left-wrap__list li a:hover {
  background: #251645;
  color: #fff;
}
.aside-left-wrap__list li a:hover::after {
  content: url('./img/arrow-right-white.svg');
  right: 51px;
}

.aside-left-nav__desc {
  position: relative;
  padding: 4px 12px 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  border-bottom: 1px solid #B8A3E466;
  text-transform: capitalize;
  text-align: left;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s linear;
}


.aside-left-nav__desc::after {
  content: url('./img/arrow-up.svg');
  position: absolute;
  top: 8px;
  right: 12px;
  width: 11px;
  height: 11px;
  display: flex;
  align-items: center;
  transform: rotate(180deg);
  transform-origin: center center;
  transition: all 0.3s linear;
}

.aside-left-nav__desc.active::after{
  content: url('./img/arrow-up.svg');
  transform: rotate(0deg);
}

.aside-left-nav__list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

  
.aside-left-nav__list.visible {
  max-height: 1500px;
  opacity: 1;
  overflow-y: auto;
  padding-top: 16px;
  padding-bottom: 12px;
}

.aside-left-nav__list.visible::-webkit-scrollbar {
  width: 0;
}

.aside-left-nav__list {
  display: flex;
  flex-direction: column;
  padding-bottom: 0px;
  gap: 8px;
}
.aside-left-nav__list li {
  padding: 0;
}
.aside-left-nav__list li::before {
  display: none;
}
.aside-left-nav__list li a {
  padding: 0px 12px 0px 36px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #B8A3E4;
  text-align: left;
  position: relative;
  display: flex;
  transition: all 0.3s linear; 
}
.aside-left-nav__list li a::before {
  content: "";
  background: #B8A3E4;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 20px;
  top: 8px;
  position: absolute;
}

.aside-left-nav__list li a:hover {
  color: #fff;
  text-decoration: underline;
}
.aside-left-nav__list li a:hover::before {
  background: #fff;
}

.main-left {
  display: none;
}
  


@media screen and (max-width: 1570px) {
  .footer__logo {
      margin-right: 0px;

  }
  .footer__nav {
    gap: 20px;
  }
}
@media screen and (max-width: 1480px) {
  .footer__logo {
      margin: 0 auto;
  }
  .footer__nav {
    gap: 50px;
  }
  .footer__contact {
    margin: 0 auto;
  }
  .footer__content {
    flex-direction: column;
    justify-content: center;
    gap: 40px;
  }
  .footer-down__text {
    padding-left: 0px;
  }
  .footer-nav__box {
    min-width: 170px;
  }
  .footer__down {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .reviews__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 20px;
  }
  .reviews__list li {
    width: calc(33.33% - 13.33px);
  }
  .get-bonus-item__box h3 {
    padding: 0 80px;
  }
  .get-bonus-item__box h3::before {
    width: 60px;
  }
  .get-bonus-item__box h3::after {
    width: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .banner3.container {
    padding: 72px 20px;
  }
}
@media screen and (max-width: 1270px) {
  .get-bonus-item__box h3 {
    padding: 0 50px;
  }
  .get-bonus-item__box h3::before {
    width: 40px;
  }
  .get-bonus-item__box h3::after {
    width: 40px;
  }
}
@media screen and (max-width: 1228px) {
  .footer__menu li{
    flex: 1 0 calc((100% - 2px) / 4);
  }
  .banner2.container {
    padding: 72px 20px;
  }
  .footer__nav {
    gap: 50px;
    flex-wrap: wrap;
  }
}


@media screen  and (max-width: 1200px) {
  .aside-left-wrap__list {
    padding: 0;
  }
  .aside-left-wrap__list li:last-child {
    margin-bottom: 10px;
  }
  .aside-left-wrap__list::after {
    display: none;
  }
  .aside-left-wrap__list li a {
    display: block;
  }
  .main-left {
    display: block;
  }
  .main-left.container {
    padding: 0;
  }
  .sidebar {
    display: none;
  }
  .hero__content {
    padding-left: 20px;
  }
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer__content {
    max-width: 100%;
  }
  .footer__nav-list li:not(:last-child)::after {
    display: none;
    }
  .main {
    padding-left: 20px;
  }
  .button-up {
    right: 20px;
  }
  .content, .container {
    width: 100%;
    max-width: 100%;
  }
  .content {
    flex: 1;
    margin-left: 0px;
  }

  .header__container {
    padding-left: 20px;
  }
  .hero__image img {
    right: 0px;
    width: 100%;
  }
  .hero.container {
    width:100%;
    margin-right: 0px;
  }
  .aside-left-nav__desc {
    padding: 12px;
    padding-right: 45px;
    border-bottom: none;
  }
  .aside-left-nav__desc::after {
    top: 14px;
  }
  .hero-content__wrap {
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .hero-content__text {
    text-align: center;
  } 
  .hero-content__subtitle {
    text-align: center;
  }
  .main {
    padding-right: 20px;
  }
  h1 {
    text-align: center;
  }
  .aside-left-nav__list li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1120px) {
  .header__menu {
    display: none;
  }
  .header__container {
    padding-right: 20px;
    height: 60px;
  }
  .hero.bonus-page {
    margin-top: 80px;

  }
  .header__buttons {
    position: fixed;
    width: 100%;
    padding: 16px;
    background: #101F2EF2;
    bottom: 0;
    left: 0;
    gap: 16px;
    z-index: 103;
    justify-content: center;
    display: none;
  }
  .header__buttons .button.register-button {
    min-width: 163px;
  }
  .header__buttons .button.login-button {
    min-width: 163px;
  }
  .button-up {
    bottom: 10px;
  }


.burger-button {
  display: flex;
  margin-left: auto;
  flex-direction: column;
  justify-content: space-around;
  height: 30px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 2; 
  }
.burger-button span {
  width: 30px;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.burger-button.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.burger-button.open span:nth-child(2) {
  opacity: 0;
}
.burger-button.open span:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}
.burger-menu {
  position: fixed;
  top: 60px;
  right: -100%; 
  width: 100%;
  height: 100%;
  padding: 0 10px;
  background: #100724;
  padding-bottom: 100px;
  transition: right 0.3s ease; 
  overflow-y: auto;
  display: block;
  z-index: 105;
}
.burger-menu.open {
  right: 0; 
  overflow-y: auto;

}
.burger-menu ul {
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 16px;
  min-width: 300px;
}
.burger-menu ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.burger-menu ul li::before {
  display: none;
}
.burger-menu ul li a {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  width: 300px;
  height: 46px;
  color: #FFF;
  border: 1px solid #FBBF15;
  border-radius: 8px;
}
.burger-menu__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  min-width: 300px;
  margin-top: 20px;
}
.burger-menu__buttons a {
  width: 300px;
}
.burger-menu .button.login-button {
  width: 300px;
  height: 46px;
  max-width: 100%;
  font-size: 15px;
}
.burger-menu .button.register-button {
  font-size: 15px;
  width: 300px;
  height: 46px;
  max-width: 100%;
}
.aside__right {
  display: none;
}
.main {
  padding-right: 20px;
}
.burger-menu__lang {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
.burger-menu__lang a {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  color:#E3E8EB;
  margin-top: 40px;
  justify-content: center;
  text-transform: uppercase;
}
.burger-menu__lang a img {
  width: 24px;
  height: 24px;
}
.hero {
  margin: 76px auto 20px;
}
.header__right {
  gap: 20px;
}
}

/* @media screen and (max-width: 1000px) {

  .get-bonus ul li {
    width: calc(50% - 10px);
    padding: 20px;
    gap: 30px;
  }
  .get-bonus ul li h3 {
    font-size: 20px;
  }


} */
@media screen and (max-width: 950px) {
  .flex-box {
    flex-direction: column;
  }
  .flex-box__left {
    width: 100%;
    max-width: 100%;
  }
  .flex-box__right {
    width: 100%;
    max-width: 100%;
  } 
  .banner__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .hero-content__wrap {
    margin: 0 auto;
  }
  .banner__wrapper, .banner__wrapper3 {
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    margin: 0 auto;
}
  .banner__text, .banner__title {
    text-align: center;
  }
  .banner__title {
    font-size: 30px;
  }
  .banner__text {
    font-size: 20px;
    
  }
  .banner__wrapper3 .banner__title {
    text-align: center;
  }
  .banner__wrapper3 .banner__text {
    text-align: center;
  }
  .banner__image img {
    object-position: 100%;
  }
  .banner.container, .banner4.container {
    width: 100%;
    padding: 40px 10px;
  }
  .hero-content__subtitle {
    text-align: center;
  }
  .hero.container {
    padding: 40px 10px;

  }

  .banner__wrapper-desc {
    text-align: center;
    font-size: 24px;
    line-height: 35px;
  }
  .banner__wrapper-title {
    text-align: center;
    font-size:40px;
  }
  .banner__button {
    margin: 0 auto;
  }
  .rating__item {
    width: calc(50% - 10px);
  }
  .footer__nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
  }
  .footer-nav__list li a {
    font-size: 15px;
  }
  .footer-nav__box {
    width: 33%;
    max-width: 170px;
    min-width: auto;
  }
  .props-cons__box {
    flex-direction: column;
  }
  .props-cons__item {
    width: 100%;
  }
  .bonuses__list li {
    width: 100%;
  }
  .bonuses__list li:last-child div {
    flex-direction: column;
  }
  .games__table tr td {
    min-width: 190px;
  }
  .games__table5 tr th, .games__table5 tr td {
    width: 200px;
  }
  .games__table2 tr th:nth-child(1), .games__table2 tr td:nth-child(1) {
    width: 180px;
  }
  .games__table2.second tr th:nth-child(1), .games__table2.second tr td:nth-child(1) {
    width: 240px;
  }
  .games__table2 tr th:nth-child(2), .games__table2 tr td:nth-child(2) {
    width: 320px;
  }
  .games__table2.second tr th:nth-child(2), .games__table2.second tr td:nth-child(2) {
    width: 240px;
  }
  .games__table2 tr th:nth-child(3), .games__table2 tr td:nth-child(3) {
    width: 320px;
  }
  .reviews__list li {
    width: calc(50% - 20px);
  }
  .get-bonus__item {
    width: calc(50% - 10px);
  } 
  .banner__wrapper2 {
    margin: 0 auto;
  }
}


@media screen and (max-width: 768px) {
  .hero.container {
    padding: 42px;
  }
  .features__list tbody {
    flex-direction: column;
  }
  .features__list tr {
    width: 100%;
  }
  .hero__container {
    padding: 48px 10px;
  }

  .footer {
    padding: 0 20px 60px;
  }

  .banner__wrapper {
    margin: 0 auto;
  }

  .banner {
    padding: 20px 7px;
  }
  .footer__wrapper {
    flex-direction: column;
  }

  .footer__logo-wrap, .footer__menu {
    flex:0;
    margin-bottom: 16px;
  }
  .footer__button {
    margin: 0;
  }

  .footer__wrapp div {
   justify-content: flex-start;
  }
  .footer__btn {
    flex-direction: row;
  }
  .rating-item__stars li img {
    width: 23px;
  }
  .features__list tr td:nth-child(1), .features__list tr th:nth-child(1) {
    width: calc(40% - 8px);
    flex-shrink: 0;
  }

}

@media screen and (max-width: 650px) {
  .footer-nav__box {
    width: calc(50% - 5px);
    max-width: none;
  }
  .footer__nav {
    gap: 32px 10px;
  }
  .footer__down {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-down__text {
    width: 100%;
  }
  .rating__item {
    width: 100%;
  }
  .rating-item__stars li img {
    width: 28px;
  }
  .features__list tr td:nth-child(1),.features__list tr th:nth-child(1) {
    min-width: 180px;
  }
  .features__list tr td:nth-child(2),.features__list tr th:nth-child(2) {
    min-width: 260px;
  }
  .features__list tr td:nth-child(1), .features__list tr th:nth-child(1) {
    width: 40%;
    flex-shrink: 0;
  }
  .summary-element__img {
    width: 80px;
    height: 80px;

  }
  .summary__element {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .hero-content__wrap {
    padding: 20px 7px;
  }
  .banner__wrapper {
    padding: 20px 10px;
    margin: 0 auto;
  }
  .container.banner {
    padding: 40px 4px;
  }
  .container.hero {
    padding: 40px 10px;
  }
  .main {
    padding: 0px 10px;
  }
  .hero {
    padding: 0;
  }
  .footer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .get-bonus__item {
    width: 100%;
  } 
  h1 {
    font-size: 32px;
    text-align: center;
    margin: 0 auto 40px;
    line-height: 120%;
  }
  .banner-wrapper__buttons {
    flex-direction: column;   
  }
  .banner__wrapper {
    padding: 16px 10px;
  }
  .banner__title::before {
    width: 50px;
  }
  .banner__title::after {
    width: 50px;
  }
  .banner__title {
    padding: 0 60px;
  }

  .hero-content__rating {
    justify-content: center;
  }
  .hero-content__subtitle {
    text-align: center;
    font-size: 28px;
    line-height: 24px;
  }
  .hero__button {
    margin: 0 auto;
  }
  h2, .article h2  {
    font-size: 22px;
    line-height: 30px;
  }


  .header__logo {
    width: 110px;
    height: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .header__logo img {
    width: 100%;
    height: auto;
  }
  h3, .article h3 {
    font-size: 20px;
    line-height: 22px;
  }
  h4, .article h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .header__container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button.banner__button {
    margin: 0 auto;
  }
  .banner__wrapper {
  align-items: center;
  }
  
  .hero-content__wrap {
    align-items: center;
  }

  .ac .ac-trigger {
    font-size:16px;
    line-height: 24px;
  }
  .bonuses__list li:last-child div a {
    min-width: 100%;
    max-width: none;
  }
  .hero__image img {
    object-position: 89%;
  }
  ol.list li {
    width: 100%;
  }
  .banner__buttons2 {
    flex-direction: column;
    gap: 20px;
  }
  .banner2.container {
      padding: 40px 10px;
  }
  .banner3.container {
      padding: 40px 10px;
  }
  .get-bonus ul li {
    width: 100%;
  }
  .reviews__list {
    gap: 20px;
  }
  .reviews__list li {
    width: 100%;
  }
  .pros-cons__item-list {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 480px) {
  .header__buttons a {
    min-width:calc(50% - 8px);
    width: calc(50% - 8px);
  }
  .header__buttons .button.register-button {
    min-width:calc(50% - 8px);
    width: calc(50% - 8px);
  }
  .header__buttons .button.login-button {
    min-width:calc(50% - 8px);
    width: calc(50% - 8px);
  }
  .footer__menu li {
    flex: 1 0 calc(50% - 8px);
    width: calc(50% - 8px);
  }
  .footer__menu li .footer__info li {
    flex: 1 0 100%;
    width: 100%;
  }
  .pros-cons__item-list {
    margin-left:0px;
    width: 100%;
  }
  .rating__list td:first-child {
    width: 70%;
  }
  .rating__list td:last-child {
    width: 30%;
  }
  .summary__element {
    flex-direction: column;
  }
}

@media screen and (max-width: 425px) {

  .banner__wrapper {
    width: 100%;
  }
  .container {
    padding: 20px 10px;
  }
  .footer__top {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin-top: 0;
  }
  .footer__content {
    gap: 20px;
  }
  .footer__payment {
    padding: 16px 10px;
  }
  .footer__payment ul {
    gap: 20px 10px;
  }
  .footer__payment ul li {
    width: calc(50% - 5px);
    height: auto;
  }
  .footer-nav__box {
    width: 100%;
  }
  .footer__nav {
    gap:30px;
    flex-wrap: wrap;
  }
  .footer__mail {
    min-width: 100%;
    margin-bottom: 20px;
  }
  .footer__contact {
        width: 100%;
  }
  .banner__title::before {
    width: 40px;
  }
  .banner__title::after {
    width:40px;
  }
  .banner__title {
    padding: 0 50px;
  }
}



/* BONUS PAGE */


.hero__container.bonus {
  padding: 97px 80px;
}

.breadcrumbs {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 0;
}
.breadcrumbs li {
  position: relative;
  padding: 0;
}
.breadcrumbs li::before {
  display: none;
}
.breadcrumbs a {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  color: #fff;
  transition: all 0.2s linear;
}
.breadcrumbs li:last-child a {
  font-weight: 700;

}
.breadcrumbs li:first-child::after {
  content: "|";
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  margin: 0 20px;
  opacity: 1;
}

.games__box3 {
  border-radius: 6px;
  width: 100%;
  overflow: auto;
}

.games__box3::-webkit-scrollbar {
  display: none;
}

.games__table3 {
  width: 100%;
  overflow-x: auto;
    background: linear-gradient(177.23deg, #392B6B -13.49%, #3942B1 109.75%);
  border-radius:  6px;
}

.games__table3 thead {
  border-radius:  6px 6px 0 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  text-transform: uppercase;
}

.games__table3 tbody {
  border-radius: 0 0 6px 6px;
  width: 100%;
  font-weight: 300;
  font-size: 15px;
  line-height: 135%;
}


.games__table3 thead {
  overflow: hidden;
}
.games__table3 thead tr th {
  padding: 12px 20px;
}
.games__table3 tbody tr td {
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.games__table3 tbody tr td ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.games__table3 tbody tr td ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.games__table3 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.games__table3 tr th {
  width: 25%;
  text-align: left;
}


.games__table3 tr td {
  width: 25%;
}
.games__table3 tbody tr {
  border-top: 1px solid #FFFFFF33;
}
.games__box4 {
  border-radius: 6px;
  width: 100%;
  overflow: auto;
}

.games__box4::-webkit-scrollbar {
  display: none;
}

.games__table4 {
  width: 100%;
  overflow-x: auto;
    background: linear-gradient(177.23deg, #392B6B -13.49%, #3942B1 109.75%);
  border-radius:  6px;
}

.games__table4 thead {
  border-radius:  6px 6px 0 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  text-transform: uppercase;
}

.games__table4 tbody {
  border-radius: 0 0 6px 6px;
  width: 100%;
  font-weight: 300;
  font-size: 15px;
  line-height: 135%;
}


.games__table4 thead {
  overflow: hidden;
}
.games__table4 thead tr th {
  padding: 12px 20px;
}
.games__table4 tbody tr td {
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.games__table4 tbody tr td ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.games__table4 tbody tr td ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.games__table4 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.games__table4 tr th {
  width: 33.33%;
  text-align: left;
}


.games__table4 tr td {
  width: 33.33%;
}
.games__table4 tbody tr {
  border-top: 1px solid #FFFFFF33;
}

.banner__title2 {
  background: transparent;
  border-radius: none;
  padding: 0;
  font-weight: 900;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #FFFD68;
  text-transform: none;
  border: none;
}

.container.banner2 .image img {
  object-position: left;
}

.box {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.box__list {
  width: 60%;
  max-width: 710px;
}
.box__image {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;

}
.short-text {
  max-width: 876px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.short .image img {
  object-position: right;
} 
.short {
  overflow: hidden;
}

@media screen and (max-width: 1500px) {
  .short-text {
    padding: 20px;
    background: linear-gradient(177.23deg, rgba(57, 43, 107, 0.6) -13.49%, rgba(57, 66, 177, 0.6) 109.75%);
    border-radius: 12px;
  }
}
@media screen and (max-width: 900px) {
  .box {
    flex-direction: column;
  }
  .box__list {
    width: 100%;
    max-width: none;
  }
  .box__image {
    width: 100%;
  }
  .games__table4 tr th:nth-child(1), .games__table4 tr td:nth-child(1) {
    width: 160px;
  }
  .games__table4 tr th:nth-child(2), .games__table4 tr td:nth-child(2) {
     width: 200px;
  }
  .games__table4 tr th:nth-child(3), .games__table4 tr td:nth-child(3) {
     width: 200px;
  }
}




@media screen and (max-width: 768px) {
  .hero__container.bonus {
    padding: 40px 10px
  }
  .banner__title2 {
    font-size: 30px;
  }
  .container.banner2 {
    padding: 40px 10px;
  }
}

@media screen and (max-width: 600px) {
  .games__table3 tr th:nth-child(1), .games__table3 tr td:nth-child(1) {
    width: 180px;
  }
  .games__table3 tr th:nth-child(2), .games__table3 tr td:nth-child(2) {
     width: 180px;
  }
  .games__table3 tr th:nth-child(3), .games__table3 tr td:nth-child(3) {
     width: 200px;
  }
  .games__table3 tr th:nth-child(4), .games__table3 tr td:nth-child(4) {
     width: 200px;
  }
}
@media screen and (max-width: 425px) {
  .box__image img {
    width: 100%;
    height: auto;
  }
  .short-text {
    padding: 10px;
  }
  .short .image img {
    object-position: 90%;
  }
}

 


/* APP PAGE */

.lists__box {
  display: flex;
  gap: 20px;
}
.list__box {
  position: relative;
  width: calc(50% - 10px);
}
.list__box-wrap {
  background: linear-gradient(177.23deg, #392B6B -13.49%, #3942B1 109.75%);
  border-radius: 6px;
  margin-bottom: 30px;
}
.list__box-wrap ol {
  flex-direction: column;
  display: flex;
  counter-reset: item;
  gap: 0;
}
.list__box-wrap ol li {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight:400;
  line-height: 24px;
  counter-increment: item;
  position: relative;
  padding: 12px 20px 12px 40px;
}
.list__box-wrap ol li:not(:last-child) {
  border-bottom: 1px solid #FFFFFF8C;
}
.list__box-wrap ol li::before {
  content: counter(item) ".";
  position: absolute;
  top: 12px;
  left: 22px;
  min-width: 15px;
  font-size: 16px;
  font-weight:400;
  line-height: 24px;
  color: #fff;
  width: auto;
  height: auto;
  background: transparent;
  transform: translateX(0);
  box-shadow: none;
}

.list__box-wrap h3 {
  padding: 9px 20px;
  gap: 16px;
  display: flex;
  align-items: center;
  text-transform: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
}
.list__box-wrap p{
  padding: 16px 20px;
}

.flex-box.center {
  gap: 16px;
  align-items: stretch;
}
.flex-box.center .flex-box__left {
  width: calc(50% - 8px);
  max-width: none;
}
.flex-box.center .flex-box__right {
  width: calc(50% - 8px);
  max-width: none;
  border-radius: 16px;
}
.flex-box.center .flex-box__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 254px;
  border-radius: 16px;
}

.container.banner5 {
  padding: 63px 80px;
}
.banner5 .banner__wrap {
  gap: 20px;
  justify-content: space-between;
}



@media screen and (max-width: 950px) {
  .lists__box {
    flex-direction: column;
    gap: 30px;
  }
  .list__box {
    width: 100%;
  }
  .flex-box.center .flex-box__left {
    width: 100%;
  }
  .flex-box.center .flex-box__right {
    width: 100%;
  }
  .flex-box.center .flex-box__right img {
    min-height: auto;
  }
}
