
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: #251645;
  border-radius: 20px;
}


.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.image.opc img {
  object-position: center;
}
.image.opl img {
  object-position: left;
}
.image.opr img {
  object-position: right;
}

.image-box {
  width: 100%;
  height: 100%;
  border-radius:20px;
  overflow: hidden;
}
.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h1 {
  font-weight: 900;
  font-size: 34px;
  line-height: 140%;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #FFF;
  padding: 0 107px;
  margin-bottom: 32px;
}
h1 span {
  color: #FFD169;
  text-align: center;
}
h1::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;
}
h1::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;
}

p {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  text-align: left;
  position: relative;
  hyphens: auto; 
}


h2.underline {
  font-weight: 800;
  font-size: 26px;
  line-height: 120%;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  color: #FFF;
  padding-bottom: 8px;
  hyphens: auto; 
}
h2.underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 148px;
  height: 4px;
  border-radius: 6px;
  background: #8F30F4;
}

h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFF;
  text-align: left;
  position: relative;
  hyphens: auto; 
}


h4 {
  font-weight: 800;
  font-size: 18px;
  line-height: 150%;
  color: #FFF;
  text-align: left; 
  position: relative;
}

ul {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
ul li {
  padding-left: 20px;
  font-size: 15px;
  font-weight:400;
  line-height: 150%;
  position: relative;
}
ul li::before {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 0px;
  width: 8px;
  height: 8px;
  background: #8F30F4;
  border-radius: 50%;
}
ol {
  display: flex;
  gap: 12px;
  flex-direction: column;
  counter-reset: item;
}
ol li {
  padding-left: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  position: relative;
  counter-increment: item;
}
ol li::before {
  content: counter(item) ". ";
  position: absolute;
  top: 0px;
  font-size: 15px;
  font-weight:400;
  line-height: 150%;
  left: 0px;
  min-width: 20px;
  color: #fff;
  border-radius: 50%;
}

.box2 {
  border: 1px solid #8F30F4;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.short-list {
  position: relative;
  padding: 78px 58px;
}
.short-list2 {
  position: relative;
  padding: 59px 30px;
}
.short-list3 {
  position: relative;
  padding: 45px 70px;
}
.short-list ul.list {
  max-width: 769px;
  margin-left: auto;
}

ul.list {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
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 80px;
  border: 1px solid #6E39F5;
  border-left: none;
  background: linear-gradient(224.16deg, #293E84 15.77%, #841A82 99.1%);
  border-radius: 8px;  
}
ul.list.second li {
  background: #393487CC;

}
ul.list li.dif::after, ul.list li.dif::before {
  display: none;
}
ul.list li::before {
  content: "";
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% + 10px);
  background: #fff;
  border-radius: 8px;
  margin: 0;
  position: absolute;
  left: 0px;
  top: -5px;
}
ul.list li::after {
  content: url('./img/list-dote.svg');
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  z-index: 2;
}



ol.list  {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 21px;
  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 80px;
  border: 1px solid #6E39F5;
  border-left: none;
  background: linear-gradient(224.16deg, #293E84 15.77%, #841A82 99.1%);
  border-radius: 8px;  
}

ol.list li::before {
  content: counter(item) "";
  color: #6E39F5;
  font-weight: 900;
  font-size: 36px;
  line-height: 36px;
  min-width: 60px;
  height: calc(100% + 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  margin: 0;
  position: absolute;
  left: 0px;
  top: -5px;
}


.button {
  border-radius: 100px;
  background: #34C759;
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  text-align: center;
  display: inline-block;
  max-width: max-content;
  min-width: 211px;
  position: relative;
  padding: 25px 30px;
}


.burger-menu {
  display: none;
}

.button.center {
  margin: 0 auto;
}

.button:hover {
  scale: 1.05;
}

.button.register-button {
  padding: 8px 20px;
  min-width:153px;
  background: #34C759;
  box-shadow: none;
  border: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
}

.button.login-button {
  padding:8px 20px;
  min-width:127px;
  background: linear-gradient(177.23deg, #392B6B -13.49%, #3942B1 109.75%);
  box-shadow: none;
  border: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
}

.button.small {
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  padding: 16px 32px;
  min-width: 134px;
}

.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: 77px;
}

.header__logo {
  width: 218px;
  height: auto;
  margin-right: 31px;
  margin-left: 11px;
  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: 20px;
  margin-left: auto;
}

.header__buttons {
  display: flex;
  align-items: center;
  gap:20px;
}

.header__lang {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border-radius: 100px;
  background: #16225A;
}

.header__lang img {
  width: 24px;
  height: 24px;
}



.hero {
  max-width: 1600px;
  margin: 77px auto 20px;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.hero__container {
  position: relative;
  padding: 44px;
  border-radius: 20px;
}


.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: 16px;
  margin-bottom: 10px;
  color: #fff;
  position: relative;
  z-index: 1;
}


.hero-content__wrap {
  display: flex;
  flex-direction: column;
  max-width: 778px;
  position: relative;
  border-radius: 20px;
  padding: 32px 24px;
  position: relative;
  background: linear-gradient(224.16deg, rgba(41, 62, 132, 0.6) 15.77%, rgba(132, 26, 130, 0.6) 99.1%);
  backdrop-filter: blur(14px);
  z-index: 1;
}
.hero-content__wrap.app {
  max-width: 692px;
}

.features__box {
  overflow: auto;
  border-radius:  16px;
  background: transparent;
  border: 1px solid #6E39F5;
}

.features__box::-webkit-scrollbar {
  display: none;
}
.features__list  {
  overflow-x: auto;
  width: 100%;
  border-radius:  16px;
}
.features__list thead {
  border-bottom: none;
  border-radius: 16px 16px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.features__list thead tr th {
  background: linear-gradient(224.16deg, #293E84 15.77%, #841A82 99.1%);
}
.features__list tbody {
  border-radius: 0 0 16px 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: none;
}
.features__list thead {
  overflow: hidden;
}
.features__list thead tr th {
  padding: 8px 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: left;
}
.features__list tbody tr td {
  padding: 12px 20px;
}


.features__list tbody tr {
  border-top: 1px solid #3D3BB4;
}
.features__list thead tr th:nth-child(1) {
  border-right: 1px solid #3D3BB4;
}
.features__list tbody tr td:nth-child(1) {
  border-right: 1px solid #3D3BB4;
}

.features__list tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.features__list tr td:nth-child(1), .features__list tr th:nth-child(1) {
  width: 30%;
}
.features__list tr td:nth-child(2), .features__list tr th:nth-child(2) {
  width: 70%;
}

.features__list tr th {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
}
.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);
  border: 1px solid #6E39F5;
  border-radius: 16px;
  padding: 0px;
}
.props-cons__item h3 {
  display: flex;
  gap: 20px;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  background: linear-gradient(224.16deg, #293E84 15.77%, #841A82 99.1%); 
  color: #fff;
  align-items: center;
  text-transform: none;
  border-radius: 16px 16px 0 0;
}
.pros-cons__item-list {
  width: calc(100% - 70px);
  margin-left: 70px;
  overflow: hidden;
  padding: 16px 16px 16px 0;
}

.props-cons__item h3 img {
  width: 30px;
  height: 30px;
}


.banner.container {
  display: flex;
  position: relative;
  background: transparent;
  border-radius: 20px;
  padding: 62px 46px;
}
.banner2.container {
  display: flex;
  position: relative;
  background: transparent;
  border-radius: 20px;
  padding: 78px 50px;
}
.banner4.container {
  display: flex;
  position: relative;
  background: transparent;
  border-radius: 20px;
  padding: 88px 151px;
}

.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: 20px;
  object-position: right;
}
.banner__wrapper {
  position: relative;
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  background: linear-gradient(224.16deg, rgba(41, 62, 132, 0.6) 15.77%, rgba(132, 26, 130, 0.6) 99.1%);
  backdrop-filter: blur(14px);  
  padding: 32px 20px;
  border-radius: 20px;
}
.banner__wrapper2 {
  position: relative;
  max-width: 675px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  background: linear-gradient(224.16deg, rgba(41, 62, 132, 0.6) 15.77%, rgba(132, 26, 130, 0.6) 99.1%);
  backdrop-filter: blur(14px); 
  padding: 32px 20px;
  border-radius: 20px;
}
.banner__wrapper3 {
  position: relative;
  max-width: 675px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  background: linear-gradient(224.16deg, rgba(41, 62, 132, 0.6) 15.77%, rgba(132, 26, 130, 0.6) 99.1%);
  backdrop-filter: blur(14px); 
  padding: 32px 20px;
  border-radius: 20px;
}


.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: 4px;
  border: none;
  position: relative;
  text-transform: none;
  hyphens: auto;
}
.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: 130%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 40px;
  hyphens: auto;
}
.banner__text span {
  color: #FFD169;

}
.banner__wrap {
  display: flex;
  gap: 87px;
  align-items: center;
}
.banner__logo {
  width: 222px;
  height: auto;
  position: relative;
}
.banner__buttons2 {
  display: flex;
  align-items: center;
  gap: 20px;  
  width: 100%;
  justify-content: flex-end;
}
.banner__buttons3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;  
  width: 100%;
}
.banner__buttons3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;  
  margin: 0;
}
.banner3.container {
  display: flex;
  position: relative;
  background: transparent;
  border-radius: 20px;
  padding: 118px 133px;
}
.banner6.container {
  display: flex;
  position: relative;
  background: transparent;
  border-radius: 20px;
  padding: 118px 100px;
}
.banner2__button {
  padding: 16px 28px;
  min-width: 240px;
  gap: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  background: #34C759;
  box-shadow: none;
  border: none;
  border-radius: 100px;
}
.banner2__button.second {
   background: #513BFF;

}
.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;

}

.banner__list {
  display: flex;
  gap: 20px;
}
.banner-list__left {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 331px;
  flex-shrink: 0;
  position: relative;
  border: 1px solid #6E39F5;
  border-radius: 8px;
  padding-bottom: 16px;
}
.banner-list__right {
  width: calc(100% - 351px);
  flex-shrink: 1;
}
.banner-list__left img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
  border-radius: 8px;
}
.promo span {
  font-weight: 600;
  font-size: 15px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFD169;
}


.install__box {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.install__box2 {
  background: #34216D;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.install-box__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(100% - 286px);
  flex-shrink: 1;
}
.install-box__right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 286px;
  flex-shrink: 0;
  position: relative;
}
.install-box__image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


.flex-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.flex-box__left { 
  width: 100%;
  max-width: 744px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* padding: 50px 20px; */
}
.flex-box__right {
  width: 42%;
  max-width: 502px;
}



.games__box {
  overflow: auto;
  position: relative;
  z-index: 1;
  border-radius:  16px;
  background: transparent;
  border: 1px solid #6E39F5;
}

.games__box::-webkit-scrollbar {
  display: none;
}

.games__table {
  width: 100%;
  overflow-x: auto;
  border-radius: 16px;
}

.games__table thead {
  border-radius: 16px 16px 0 0;
  border-bottom: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  text-transform: uppercase;
  overflow: hidden;
}

.games__table thead tr th {
  background: linear-gradient(224.16deg, #293E84 15.77%, #841A82 99.1%);
}

.games__table tbody {
  border-radius: 0 0 16px 16px;
  border-top: none;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 135%;
}

.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:not(:first-child) {
  border-top: 1px solid #3D3BB4;
}
.games__table thead tr th:nth-child(1) {
  border-right: 1px solid #3D3BB4;
}
.games__table tbody tr td:not(:last-child) {
  border-right: 1px solid #3D3BB4;
}

.games__table td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.games__box1 {
  overflow: auto;
  position: relative;
  z-index: 1;
  border-radius:  16px;
  background: transparent;
  border: 1px solid #6E39F5;
}

.games__box1::-webkit-scrollbar {
  display: none;
}

.games__table1 {
  width: 100%;
  overflow-x: auto;
  border-radius: 16px;
}

.games__table1 thead {
  border-radius: 16px 16px 0 0;
  border-bottom: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  text-transform: uppercase;
  overflow: hidden;
}
.games__table1 thead tr th {
  background: linear-gradient(224.16deg, #293E84 15.77%, #841A82 99.1%);
}

.games__table1 tbody {
  border-radius: 0 0 16px 16px;
  border-top: none;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 135%;
}

.games__table1 thead tr th {
  padding: 12px 20px;
}

.games__table1 tbody tr td {
  padding: 12px 20px;
}

.games__table1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.games__table1 tr th {
  width: 20%;
  text-align: left;
}


.games__table1 tr td {
  width: 20%;
}

.games__table1 tbody tr:not(:first-child) {
  border-top: 1px solid #3D3BB4;
}
.games__table1 thead tr th:nth-child(1) {
  border-right: 1px solid #3D3BB4;
}
.games__table1 tbody tr td:not(:last-child) {
  border-right: 1px solid #3D3BB4;
}

.games__table1 td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}


.games__box2 {
  overflow: auto;
  position: relative;
  z-index: 1;
  border-radius:  16px;
  background: transparent;
  border: 1px solid #6E39F5;

}

.games__box2::-webkit-scrollbar {
  display: none;
}

.games__table2 {
  width: 100%;
  overflow-x: auto;
  border-radius: 16px;
}

.games__table2 thead {
  border-radius: 16px 16px 0 0;
  border-bottom: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  text-transform: uppercase;
  overflow: hidden;
}
.games__table2 thead tr th {
  background: linear-gradient(224.16deg, #293E84 15.77%, #841A82 99.1%);
}

.games__table2 tbody {
  border-radius: 0 0 16px 16px;
  border-top: none;
  width: 100%;
  font-weight: 400;
  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;
}


.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:not(:first-child) {
  border-top: 1px solid #3D3BB4;
}
.games__table2 thead tr th:nth-child(1) {
  border-right: 1px solid #3D3BB4;
}
.games__table2 tbody tr td:not(:last-child) {
  border-right: 1px solid #3D3BB4;
}


.games__box4 {
  overflow: auto;
  position: relative;
  z-index: 1;
  border-radius:  16px;
  background: transparent;
  border: 1px solid #6E39F5;
}
.games__box4.second {
  background: #251645CC;
}


.games__box4::-webkit-scrollbar {
  display: none;
}

.games__table4 {
  width: 100%;
  overflow-x: auto;
  border-radius: 16px;
}

.games__table4 thead {
  border-radius: 16px 16px 0 0;
  border-bottom: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  text-transform: uppercase;
  overflow: hidden;
}

.games__table4 thead tr th {
  background: linear-gradient(224.16deg, #293E84 15.77%, #841A82 99.1%);
}

.games__table4 tbody {
  border-radius: 0 0 16px 16px;
  border-top: none;
  width: 100%;
  font-weight: 400;
  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;
  
}


.games__table4 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.games__table4 tr th {
  width: 50%;
  text-align: left;
}


.games__table4 tr td {
  width: 50%;
}
.games__table4 tbody tr:not(:first-child) {
  border-top: 1px solid #3D3BB4;
}
.games__table4 thead tr th:nth-child(1) {
  border-right: 1px solid #3D3BB4;
}
.games__table4 tbody tr td:not(:last-child) {
  border-right: 1px solid #3D3BB4;
}


.table-games__list {
  display: flex;
  gap: 20px;
}

.table-games__item {
  background: linear-gradient(224.16deg, #293E84 15.77%, #841A82 99.1%);
  border: 1px solid #6E39F5;
  border-radius: 20px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(33.33% - 13.33px);
}
.table-games__item h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}
.table-games__item p {
  text-align: center;
}

.support__box {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.support-box__right {
  width: 100%;
  max-width: 203px;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  border: 1px solid #6E39F5;
}
.support-box__left {
  border: 1px solid #6E39F5;
  width: calc(100% - 223px);
  background: linear-gradient(224.16deg, #293E84 15.77%, #841A82 99.1%);

  padding: 29px 20px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  text-transform: uppercase;
}



.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: 24px 20px;
  border-radius: 20px;
  background: linear-gradient(224.16deg, #293E84 15.77%, #841A82 99.1%);
  border: 1px solid #6E39F5;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.reviews__list li::before {
  display: none;
}

.reviews-item__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}
.reviews-item__rate {
  display: flex;
  gap: 6px;
}
.reviews-item__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
}

.rating-stars {
  display: flex;
  gap: 8px;
}

.ac {
  width: 100%;
  margin-top: 0;
  border: none;
  position: relative;
  overflow: hidden;
  background: transparent;
  border: 1px solid #6E39F5;
  border-radius: 20px;
}

.ac:not(:last-child) {
  margin-bottom: 16px;
}
.ac-header {
  width: 100%;
  border: none;
  background: transparent;
}
.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;
  padding: 16px 60px 16px 20px !important;
   background: linear-gradient(224.16deg, #293E84 15.77%, #841A82 99.1%);
}
  
.ac .ac-trigger:focus {
  color: #fff;
}

.ac.is-active > .ac-header {
    color: #fff;
}
.ac.is-active > .ac-header .ac-trigger {
    color: #fff;
}

.ac .ac-panel {
  padding: 0;
  background: transparent;
}

.ac .ac-panel p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  text-align: left;
  color: #fff;
  padding: 16px 20px ;
  margin: 0;
  background: transparent;
}
  

.ac .ac-trigger::after {
  content: url('./img/plus.svg');
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.3s linear;
}
.ac.is-active > .ac-header .ac-trigger::after {
  content: url('./img/plus.svg');
  width: 16px;
  height: 16px;
  transform: translateY(-50%) rotate(180deg);
}


.summary__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: linear-gradient(224.16deg, rgba(41, 62, 132, 0.7) 15.77%, rgba(132, 26, 130, 0.7) 99.1%);
  max-width: 935px;
  border-radius: 20px;
  padding: 24px 20px;
  position: relative;
  margin-left: auto;
}


.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: 60px;
}
.footer__payment {
  background: #1A0B3B;
  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: #1A0B3B;
  padding: 40px 20px;
  border-radius: 16px 16px 0 0;
  margin-bottom: 20px;
}

.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;
  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;
  align-items: center;
  gap: 30px;
  width: 100%;
  background: #1A0B3B;
  padding: 13px 30px;
  border-radius: 16px;
}
.footer__down img {
  width: 102px;
  height: auto;
}
.footer-down__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  width: calc(100% - 132px);

}

.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: 42px;
  height: 42px;
  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: 42px;
  height: 42px;
}
  
.burger-button {
  display: none;
}


.sidebar {
    width: 240px;
    position: fixed;
    top: 77px;
    left: 30px;
    height: -webkit-calc(100vh - 77px);
    height: -moz-calc(100vh - 77px);
    height: calc(100vh - 77px);
    padding-bottom: 20px;
    overflow-y: auto;
    z-index: 10;
}

.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 11px 0;
}
.aside-left__wrap::-webkit-scrollbar {
  width: 0;
}


.aside-left__buttons {
  display: flex;
  gap: 16px;
  flex-direction: column;
  margin-bottom: 38px;
}
.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: linear-gradient(224.16deg, #293E84 15.77%, #841A82 99.1%);
  border-radius: 12px;
}

.aside-left__nav {
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
}

  
.main-left-nav__desc {
  border-radius: 20px;
}
.main-left-nav__desc.active {
  border-radius: 20px;
}
   
  
.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: linear-gradient(224.16deg, #293E84 15.77%, #841A82 99.1%);
  color: #fff;
}
.aside-left-wrap__list li a:hover::after {
  content: url('./img/arrow-right-white.svg');
}

.aside-left-nav__desc {
  position: relative;
  padding: 11px;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(224.16deg, #293E84 15.77%, #841A82 99.1%);

  border-radius: 10px;
  transition: all 0.3s linear;
}


.aside-left-nav__desc::after {
  content: url('./img/arrow-up.svg');
  position: absolute;
  top: 14px;
  right: 11px;
  width: 11px;
  height: 11px;
  display: flex;
  align-items: center;
  justify-content: 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: 16px;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.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;
  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 {
  display: none;
}

.aside-left-nav__list li a:hover {
  color: #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;
  }
}
@media screen and (max-width: 1440px) {
  .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: 1350px) {
  .get-bonus__item {
    width: calc(50% - 10px);
  }
}
@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) {
  .banner__wrapper, .banner__wrapper2, .banner__wrapper3 {
    background: #00097780;
  }
  .banner6.container {
    padding: 105px 10px 106px 20px;
  }
  .aside-left__wrapper {
    display: none;
  }
  .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) {
  .flex-box__left {
    width: 100%;
    padding: 0px;
  }
  .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: 100px;
}
.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: 950px) {
  .banner__buttons2 {
    justify-content: center;
  }
  .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;
  }
  .banner6.container {
    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, .games__table1 tr td {
    min-width: 190px;
  }
  .games__table2 tr th:nth-child(1), .games__table2 tr td:nth-child(1) {
    width: 300px;
  }
  .games__table2 tr th:nth-child(2), .games__table2 tr td:nth-child(2) {
    width: 300px;
  }
  .games__table2 tr th:nth-child(3), .games__table2 tr td:nth-child(3) {
    width: 300px;
  }
  .reviews__list li {
    width: calc(50% - 10px);
  }
  .banner__wrapper2 {
    margin: 0 auto;
  }
  .install__box {
    flex-direction: column;
  }
  .install-box__left, .install-box__right {
    width: 100%;
    max-width: 100%;
  }
  .install-box__left, .install-box__right {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .install-box__image {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    transform: none;
  }
  .banner__list {
    flex-direction: column-reverse;
  }
  .banner__list.second {
    flex-direction: column;
  }
  .banner-list__left, .banner-list__right {
    width: 100%;
    max-width: 100%;
  }
  .banner-list__left {
    min-height: 285px;
  }
  .table-games__list{
    flex-direction: column;
  }
  .table-games__item {
    width: 100%;
  }

}


@media screen and (max-width: 768px) {
  .reviews__list li {
    width: 100%;
  }
  .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;
  }
  .features__list tr td:nth-child(2), .features__list tr th:nth-child(2) {
    width: calc(60% - 8px);
    flex-shrink: 0;
  }
  h1 {
    font-size: 30px;
    line-height: 140%;
  }
  .hero-content__wrap, .banner__wrapper, .banner__wrapper2, .banner__wrapper3 {
    backdrop-filter: blur(4px);
  }
}

@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;
    gap: 20px;
    padding: 13px 20px;
  }
  .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: 200px;
  }
  .features__list tr td:nth-child(2),.features__list tr th:nth-child(2) {
    min-width: 260px;
  }

  .summary-element__img {
    width: 80px;
    height: 80px;

  }
  .summary__element {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .install__box2, .box2  {
    padding: 20px 10px;
  }
  .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%;
  } 
  .banner-wrapper__buttons {
    flex-direction: column;   
  }
  .banner__wrapper {
    padding: 16px 10px;
  }
  .banner__title::before, h1::before {
    width: 50px;
  }
  .banner__title::after, h1::after {
    width: 50px;
  }
  .banner__title, h1 {
    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, h2.underline  {
    font-size: 21px;
    line-height: 30px;
  }


  .header__logo {
    width: 160px;
    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;
  }

  ol.list li {
    width: 100%;
  }
  .banner__buttons2, .banner__buttons3 {
    flex-direction: column;
    gap: 20px;
  }
  .banner__buttons3 {
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
  }
  .banner2.container {
      padding: 40px 10px;
  }
  .banner3.container {
      padding: 40px 10px;
  }
  .reviews__list {
    gap: 20px;
  }
  .reviews__list li {
    width: 100%;
  }
  .pros-cons__item-list {
    width: 100%;
    margin-left: 0px;
  }
  .support__box {
    flex-direction: column;
  }
  .support-box__left {
    width:100%;
    padding: 20px 10px;
  }
  .support-box__right {
    width:100%;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    padding: 0;
  }
  h1::after, h1::before {
    display: none;
  }
  .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;
    padding-left: 16px;
    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: 44px;
}

.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: 600;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  transition: all 0.2s linear;
}
.breadcrumbs li:first-child a {
  opacity: 0.7;

}
.breadcrumbs li:first-child::after {
  content: "|";
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: left;
  margin: 0 3px 0 2px;
  opacity: 1;
}


.flex-box__left.second {
  padding: 25px 0;
  max-width: 807px;
}
.image.image2 img {
  object-position: top right;
}

.table__box {
  display: flex;
  gap: 20px;
}
.table-box__left {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}



.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: right;
}

.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;

}

.container.last {
  padding: 20px 53px;
}
.last__box {
  background: linear-gradient(224.16deg, rgba(41, 62, 132, 0.7) 15.77%, rgba(132, 26, 130, 0.7) 99.1%);
  display: flex;
  gap: 20px;
  flex-direction: column;
  padding: 24px 20px;
  border-radius: 20px;
  width: 100%;
  max-width: 657px;
  margin-left: auto;
  position: relative;
}
.last__box h2 {
  padding: 0;
  background: transparent;
}


@media screen and (max-width: 1430px) {
  .short-text {
    background: rgba(0, 9, 119, 0.6);
    padding: 20px 10px;
    border-radius: 6px;
  }
}

@media screen and (max-width: 1350px) {
  .short-list {
    padding: 40px 10px;
  }
  .short-list ul.list {
    margin: 0 auto;
  }

}

@media screen and (max-width: 900px) {
  .short-list2 {
    padding: 40px 10px;
  }
  .image.op {
    opacity: 0.5;
  }
}



@media screen and (max-width: 768px) {
  .hero__container.bonus {
    padding: 40px 10px;
  }
}

@media screen and (max-width: 600px) {
  .last__box {
    backdrop-filter: blur(7px);
  }
  .container.last {
    padding: 40px 10px;
  }
}


 


/* APP PAGE */


.app-features__list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.app-features__item {
  width: calc(33.33% - 13.33px);
  background: #21186299;
  border: 1px solid #6E39F5;
  border-radius: 20px;

}

.app-features__item h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  background: linear-gradient(224.16deg, #293E84 15.77%, #841A82 99.1%);
  padding: 12px 20px;
  border-radius: 20px 20px 0 0;
}

.app-features__item p {
  padding: 24px;
}

.devices {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #34216D;
  border-radius: 20px;
  padding: 20px;
}

.short-list3 {
  position: relative;
  padding: 43px 10px;
}

.short-list__box {
  max-width: 858px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: auto;
}
.short-list__box2 {
  max-width: 624px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
}

.install__box.pr0 {
  padding-right: 0;
}

@media screen and (max-width: 950px) {
  .app-features__item {
    width: calc(50% - 10px);
  }
  .short-list3 {
    position: relative;
    padding: 40px 10px;
  }
  .short-list__box {
    margin: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .app-features__item {
    width: 100%;
  }
  .devices {
    padding: 20px 10px;
  }
  .install__box {
    padding: 20px 10px;
  }
}