
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  background: #FFFFFF;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}
* {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  background: #FFFFFF;
  color: #4C4F61;
}

.no-scroll {
  overflow-y: hidden;
}

  
body.no-scroll {
  overflow-y: hidden;
}
  
a {
  text-decoration: none;
  color: #4C4F61;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  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: 1440px;
  margin: 0 auto;
  padding:  0px 20px;
  display: flex;
  gap: 20px;
  position: relative;
}


.container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  margin-bottom: 32px;
  background: #F5F6F8;
  border-bottom: 5px solid #B9C7EA;
  border-radius: 12px;
  overflow: hidden;
}
.container2 {
  width: 100%;
  margin: 0 auto;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  margin-bottom: 32px;
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
}

.border {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.border::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px; 
  border-radius: inherit;
  background: linear-gradient(90deg, #F12711 0%, #F5AF19 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  pointer-events: none;
  z-index: 1;
}


.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}


.image-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}


h1 {
  width: 100%;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #FFE50A;
}



p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  position: relative;
  z-index: 1;
}


p.center {
  text-align: center;
}

p.white {
  color: #fff;
}

h2 {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 26.4px;
  letter-spacing: 0%;
  color: #4C4F61;
  text-align: left;
  z-index: 1;
}
h2.simple {
  line-height: 135%;
  padding: 0;
  border: none;
  background: transparent;
}


h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  z-index: 1;
}
h3.big {
  text-transform: uppercase;
}

h3.center {
  text-align: center;
}

h3.yellow {
  font-weight: 900;
  font-size: 24px;
  line-height: 26.4px;
  text-transform: uppercase;
  color:#FFE50A;
}


h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  position: relative;
  z-index: 1;
  text-align: left;
  color: #FFF;
}


ul.list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
  z-index: 1;
}

ul.list li {
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  line-height: 135%;
  color: #FCC211;
  position: relative;
  padding-left: 22px;
  text-transform: uppercase;
}

ul.list.row li {
 width: max-content; 
 color:#FCC211;
 font-weight: 700;
 line-height: 24px;
}
ul.list li strong {
  font-weight: 700;
  
}


ul.list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #FCC211;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}


ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap:20px;
  counter-reset: item;
  position: relative;
  z-index: 1;
  width: 100%;
}

ol li {
  width: calc(25% - 15px);
  position: relative;
  z-index: 1;
  list-style: none;
  counter-increment: item;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  text-align: center;
  background: #7542A1;
  border-radius: 12px;
  padding: 77px 16px 12px;
}

ol li strong {
  font-weight: 700;
}

ol li::before {
  content: counter(item, decimal-leading-zero) " ";
  font-weight: 900;
  font-size: 48px;
  line-height: 110%;
  text-transform: uppercase;
  text-align: left;
  color: #FFE50A;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

ol.third li {
  width: calc(33.33% - 13.33px);
}

ol.column {
  gap: 12px;
  flex-direction: column;
}
ol.column li {
  width: 100%;
  padding: 14.5px 16px 14.5px 90px;
  text-align: left;
  min-height: 77px;
  display: flex;
  align-items: center;
}
ol.column li:before {
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
}
ol.fifth li {
  width: calc(20% - 16px);
}


.short {
  max-width: 660px;
}
p.short, h3.short {
  max-width: 680px;
}
.decor {
  position: absolute;
  width: 275px;
  height: auto;
  max-height: none;
  right: 12px;
  bottom: 0;
  z-index: 2;
}


.button {
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  min-width: 180px;
  padding: 16px 24px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.96px;
  max-width: max-content;
  text-align: center;
  color: #fff;
  background: #52CF27;
  box-shadow: 0px 4px 0px 0px #41A41F;
  border: none;
  outline: none;
  transition: all 0.3s linear;
  position: relative;
  z-index: 1;
}

.buttons__box {
  display: flex;
  gap: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.buttons__box2 {
  display: flex;
  gap: 8px;
  flex-direction: row;
  width: max-content;
  margin: 0 auto;

}


.burger-menu {
  display: none;
}

.button.center {
  margin: 0 auto;
}

.button:hover {
  scale: 1.05;
}

.button.register-button {
  min-width: 120px;
  padding: 12px 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 0%;
}
.button.login-button {
  min-width: 120px;
  padding: 12px 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 0%;
  background: #F3902F;
  box-shadow: 0px 4px 0px 0px #E2760D;

}
.button.orange {
  background: #F3902F;
  box-shadow: 0px 4px 0px 0px #E2760D; 
}


header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 103;
}
.header.active {
  background: #7542A1;

}
.header__container {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;

}
.header__menu {
  min-width: 308px;
}

.header__logo {
  display: block;
}

.header__logo img {
  width: 164px;
  height: 64px;
}


.header-menu__list {
  display: flex;
  align-items: center;
  gap: 48px;
}

.header-menu__list li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-menu__list li a {
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  position: relative;
  transition: color 0.3s linear;
}

.header-menu__list a:hover {
  color: #FFE50A; 
}



.header__right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
}
.header__buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}


.header__lang-flag {
  width: 26px;
  height: 26px;
}

.hero {
  position: relative;
  padding: 158px 10px 58px;
  margin-bottom: 32px;
  background: transparent;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}

.hero__image img {
  right: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
  object-position: left;
}
.hero__image-bonus img {
  right: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
  object-position: right;
}

.hero-content__rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 8px;
}
.hero-content__rating-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
.hero-content__rating-rate {
  display: flex;
  gap: 8px;
  align-items: center;
}
.hero-content__rating-rate img {
  width: 20px;
  height: 20px;
}
.hero-content__rating-value {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff; 
}
.hero-content__rating-value span:last-child {
  font-weight: 400;
}


.hero-content__subtitle {
  font-size: 16px;  
  font-weight: 400;
  line-height: 24px;
  color: #fff;  
  text-align: center;
  margin-top: 8px;
  margin-bottom: 32px;
}

.hero-content__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 690px;
  position: relative;
  margin: 0 auto;
}


.features__box {
  overflow: auto;
  position: relative;  
}
.features__box::-webkit-scrollbar {
  display: none;
}
.features__list  {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
}
.features__list3  {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
}

.features__list thead {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #7542A1;
  box-shadow: 0px 4px 4px 0px #00000040 inset;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.8px;
  color: #fff;
  border-radius: 12px;

}
.features__list3 thead {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #7542A1;
  box-shadow: 0px 4px 4px 0px #00000040 inset;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  border-radius: 12px;

}
.features__list tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.features__list3 tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 12px;
  margin-top: 8px;
  padding: 4px 0;
}

.features__list thead {
  overflow: hidden;
}
.features__list3 thead {
  overflow: hidden;
}
.features__list thead tr th {
  padding: 12px 20px;

}
.features__list3 thead tr th {
  padding: 8px 12px;
}
.features__list tbody tr td {
  padding: 12px 20px;
}
.features__list3 tbody tr td {
 padding: 8px 12px;
}
.features__list tbody tr {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px #00000029 inset;
  border-radius: 12px;
}
.features__list tbody tr td img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.features__list tr {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  overflow: hidden;
  color: #4C4F61;
}
.features__list3 tr {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  overflow: hidden;
}

.features__list tbody tr td:nth-child(1) {
  font-weight: 700;
}

.features__list tr td  {
  position: relative;
  height: 100%;
}
.features__list3 tr td  {
  position: relative;
  height: 100%;
}
.features__list3 tr:not(:last-child) {
  border-bottom: 0.5px solid #99999980;
}

.features__list tr td a {
  text-decoration: underline;
}


.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__list2 tr td:nth-child(1), .features__list2 tr th:nth-child(1) {
  width: 50%;
}
.features__list2 tr td:nth-child(2), .features__list2 tr th:nth-child(2) {
  width: 50%;
}
.features__list3 tr td:nth-child(1), .features__list3 tr th:nth-child(1) {
  width: 30%;
}
.features__list3 tr td:nth-child(2), .features__list3 tr th:nth-child(2) {
  width: 70%;
}


.features__list tr th {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.8px;
  color: #fff;
}
.features__list tr td {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

}


.td-1 {
  padding-left:32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4C4F61;
  position: relative;
}
.td-1::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  width: 10px;
  height: 10px;
  border: 2px solid #FFF;
  background: #7542A1;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px #00000040;

}
.features__list3 tr td ul {
  display: flex;
  gap: 12px;
}
.features__list3 tr td ul li img {
  width: 24px;
  height: 24px;
}
.features__list3 tr td:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.features__list3 tr td:nth-child(2) p {
  min-width: 35px;
  text-align: right;
}



.pros-cons__list {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.pros-cons__el{
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pros-cons__item {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  border: 1px solid #FCC211;
  background: #14152D;
  border-radius: 15px;
  padding: 20px;
  gap: 16px;
}
.pros-cons__el h4 {
  width: 100%;
  background: #7542A1;
  box-shadow: 0px 4px 4px 0px #00000040 inset;
  border-radius: 12px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.pros-cons__el h4 img {
  width: 24px;
  height: 24px;
}
.pros-cons__item-list {
  display: flex;
  flex-direction: column;
  padding: 8px 12px;
  border-radius: 12px;
  background: #fff;
  gap: 8px;
}
.pros-cons__item-list div {
  padding-left:32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4C4F61;
  position: relative;
}
.pros-cons__item-list div::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  width: 10px;
  height: 10px;
  border: 2px solid #FFF;
  background: #7542A1;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px #00000040;

}

.banner {
  display: flex;
  position: relative;
  border-radius: 12px;
  padding: 89.5px 10px;
  background: transparent;
}
.banner2 {
  display: flex;
  position: relative;
  background: transparent;
  overflow: hidden;
  border-radius: 12px;
  padding: 63px 24px;
}
.banner3 {
  display: flex;
  position: relative;
  background: transparent;
  overflow: hidden;
  border-radius: 12px;
  padding: 116px 10px;
}
.banner4 {
  display: flex;
  position: relative;
  background: transparent;
  overflow: hidden;
  border-radius: 20px;
  padding: 105px 120px;
}
.banner5 {
  display: flex;
  position: relative;
  background: transparent;
  overflow: hidden;
  border-radius: 20px;
  padding: 86px 108px;
}
.banner6 {
  display: flex;
  position: relative;
  background: transparent;
  overflow: hidden;
  border-radius: 20px;
  padding: 86px 140px;
}

.banner-logo__img {
  width: 218px;
  height: auto;
}

.banner__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: max-content;
  margin: 0 auto;
}
.banner__wrap2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: max-content;
  margin-left: auto;
}
.banner__wrap3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: max-content;
  margin: 0;
}


.image.ofn img {
    object-position: none;
    max-width: 100%;
    object-position: center;
    height: 100%;
}
.image.opr img {
    object-position: right;
}
.image.opr2 img {
    object-position: 78%;
}
.image.opr3 img {
    object-position: 92%;
}
.image.opl img{
  object-position: left;
}
.image.opl2 img{
  object-position: 13%;
}
.image.opc img{
  object-position: center;
}
.image.op img {
  opacity: 1;
}




.banner__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
  padding: 0px;
}
.banner__wrapper2 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 100%;
  max-width: 334px;
  margin: 0;
  padding: 0px;
}
.banner__wrapper3 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 100%;
  max-width: 414px;
  margin: 0;
  padding: 0px;
}
.banner__wrapper4 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 100%;
  max-width: max-content;
  margin: 0;
  padding: 0px;
}


.banner__title {
  font-weight: 900;
  font-size: 48px;
  line-height: 110%;
  text-align: center;
  width: 100%;
  color: #FFE50A;
  margin-bottom: 32px;
  background: transparent;
  padding: 0;
  border: none;
  text-transform: uppercase;
}


.banner__text {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 26.4px;
  color: #FFF;
  position: relative;
  width: max-content;
  text-align: center;
  margin: 0 auto 8px;
  padding: 0 56px;
}
.banner__text::after {
  content: "";
  width: 40px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.banner__text::before {
  content: "";
  width: 40px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.banner__buttons {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.banner__buttons2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.banner__box {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.banner__logo {
  width: 275px;
  position: relative;
  margin: 0 auto;
}


.banner2__button {
  padding: 12px 20px;
  min-width: 255px;
  gap: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  z-index: 1;
  border-radius: 12px;

  background: #52CF27;
  box-shadow: 0px 4px 0px 0px #41A41F;
}
.banner2__button.second {
  background: #F3902F;
  box-shadow: 0px 4px 0px 0px #E2760D;
}

.banner2__button div {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color:#fff;
}

.app-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden; 
  padding: 32px;

}
.app-button {
  margin-top: 16px;
}
.app-card__inside {
  width: 100%;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.app-card__inside.reverse {
  margin-left: auto;
}

.card {
  position: relative;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 5px 5px 5px 0px #00000040;

}
.card-inside {
  max-width: 772px;
}
.card h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 26.4px;
  text-transform: uppercase;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}
.card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.card p strong {
  font-weight: 700;
}

.bonus-card {
  position: relative;
  background: #14152D;
  border: 1px solid #FCC211CC;
  border-radius: 16px;
  padding: 20px;
  gap: 20px;
  display: flex;
}
.bonus-card img {
  width: 100%;
  height: auto;
  max-width: 291px;
  object-fit: cover;
  border-radius: 12px;
}
.bonus-card.bonus-card2 img {
  width: 100%;
  height: auto;
  max-width: 383px;
  object-fit: cover;
  border-radius: 12px;
}
.bonus-card__inside {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.box {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 1;
  border-radius: 12px;
}
.box2 {
  position: relative;
  padding: 20px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  position: relative;
  z-index: 1;
  border-radius: 12px;
  box-shadow: 5px 5px 5px 0px #00000040;

}
.box3 {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 1;
  background: #14152DE5;
  border-radius: 15px;
  border: 1px solid #FCC211CC;
  max-width: 793px;
}
.box-inside {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 772px;
}
.box-inside2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 654px;
  position: relative;
  z-index: 1;
}

.flex-box {
  display: flex;
  gap: 20px;
  align-items: stretch;
  flex-wrap: wrap;
}

.flex-box__item {
  width: calc(50% - 10px);
}
.flex-box__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.flex-box__item2 {
  width: calc(50% - 10px);
}

.flex-box2 {
  display: flex;
  gap: 20px;
  align-items: stretch;
  flex-wrap: wrap;
}
.flex-box__image {
  width: 100%;
  max-width: 417px;
}
.flex-box__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.flex-box__item2 {
  width: calc(100% - 437px);
}
.flex-box3 {
  display: flex;
  gap: 20px;
  align-items: stretch;
  flex-wrap: wrap;
}
.flex-box3__image {
  width: 100%;
  max-width: 319px;
}
.flex-box3__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.flex-box3__item {
  width: calc(100% - 339px);
}




.games__box.short {
  max-width: 694px;
}
.games__box {
  overflow: auto;
  position: relative;
}

.games__box::-webkit-scrollbar {
  display: none;
}

.games__table {
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.games__table thead {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #7542A1;
  box-shadow: 0px 4px 4px 0px #00000040 inset;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.8px;
  color: #fff;
  border-radius: 12px;
}

.games__table tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4C5061;
  gap: 8px;
  margin-top: 8px;
}
.games__table thead {
  overflow: hidden;
}
.games__table thead tr th {
  padding: 12px 16px;
  display: flex;
  align-items: center;
}
.games__table tbody tr td {
  padding: 12px 20px;
}
.games__table tbody tr {
  background: #242D3D;
  border-radius: 8px 8px 0 0;
}


.games__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.games__table tr th, .games__table tr td {
  width: 30%;
  text-align: left;
}
.games__table tr th:nth-child(1), .games__table tr td:nth-child(1) {
  width: 40%;
}
.games__table.second tr th, .games__table.second tr td {
  width: 30%;
  text-align: left;
}
.games__table.second tr th:nth-child(3), .games__table.second tr td:nth-child(3) {
  width: 40%;
}
.games__table.third tr th, .games__table.third tr td {
  width: 33.33%;
  padding: 12px 12px;
}

.games__table tbody tr {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px #00000029 inset;
  border-radius: 12px;
}
.games__table tr td {
  position: relative;
}

.games__box2 {
  overflow: auto;
  position: relative;  
}

.games__box2::-webkit-scrollbar {
  display: none;
}

.games__table2 {
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.games__table2 thead {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #7542A1;
  box-shadow: 0px 4px 4px 0px #00000040 inset;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.8px;
  color: #fff;
  border-radius: 12px;
}

.games__table2 tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4C5061;
  gap: 8px;
  margin-top: 8px;
}

.games__table2 thead {
  overflow: hidden;
}
.games__table2 thead tr th {
  padding: 12px 20px;
  display: flex;
  align-items: center;
}
.games__table2 tbody tr td {
  padding: 12px 20px;
}
.games__table2.fourth thead tr th {
  padding: 12px 16px;
  display: flex;
  align-items: center;
}
.games__table2.fourth tbody tr td {
  padding: 12px 16px;
}


.games__table2 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}


.games__table2 tr th:nth-child(1), .games__table2 tr td:nth-child(1) {
  width: 26%;
}
.games__table2 tr th:nth-child(2), .games__table2 tr td:nth-child(2)  {
  width: 26%;
}
.games__table2 tr th:nth-child(3), .games__table2 tr td:nth-child(3)  {
  width: 11%;
}
.games__table2 tr th:nth-child(4), .games__table2 tr td:nth-child(4)  {
  width: 26%;
}
.games__table2 tr th:nth-child(5), .games__table2 tr td:nth-child(5)  {
 width: 11%;
}


.games__table2.second tr th:nth-child(1), .games__table2.second tr td:nth-child(1) {
  width: 26%;
}
.games__table2.second tr th:nth-child(2), .games__table2.second tr td:nth-child(2)  {
  width: 26%;
}
.games__table2.second tr th:nth-child(3), .games__table2.second tr td:nth-child(3)  {
  width: 16%;
}
.games__table2.second tr th:nth-child(4), .games__table2.second tr td:nth-child(4)  {
  width: 16%;
}
.games__table2.second tr th:nth-child(5), .games__table2.second tr td:nth-child(5)  {
 width: 16%;
}


.games__table2.third tr th:nth-child(1), .games__table2.third tr td:nth-child(1) {
  width: 32%;
}
.games__table2.third tr th:nth-child(2), .games__table2.third tr td:nth-child(2)  {
  width: 14%;
}
.games__table2.third tr th:nth-child(3), .games__table2.third tr td:nth-child(3)  {
  width: 14%;
}
.games__table2.third tr th:nth-child(4), .games__table2.third tr td:nth-child(4)  {
  width: 12%;
}
.games__table2.third tr th:nth-child(5), .games__table2.third tr td:nth-child(5)  {
 width: 28%;
}

.games__table2.fourth tr th:nth-child(1), .games__table2.fourth tr td:nth-child(1) {
  width: 24%;
}
.games__table2.fourth tr th:nth-child(2), .games__table2.fourth tr td:nth-child(2)  {
  width: 20%;
}
.games__table2.fourth tr th:nth-child(3), .games__table2.fourth tr td:nth-child(3)  {
  width: 16%;
}
.games__table2.fourth tr th:nth-child(4), .games__table2.fourth tr td:nth-child(4)  {
  width: 15%;
}
.games__table2.fourth tr th:nth-child(5), .games__table2.fourth tr td:nth-child(5)  {
 width: 25%;
}

.games__table2 tbody tr {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px #00000029 inset;
  border-radius: 12px;
}
.games__table2 tr td {
  position: relative;
}


.slots__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.slots__list li img {
  width: 210px;
  height: 105px;
}

.slots__list2 li img  {
  width: 171px;
  height: auto;
}

.games {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;

} 
.games__item.pros-cons__el {
  width: calc(25% - 15px);
}
.games__item.pros-cons__el h4 {
  padding: 8px 12px;
  align-items: flex-start;
}
.games__item.pros-cons__el h4 img {
  width: 25px;
  height: 25px;
}

.games__box4 {
  overflow: auto;
  position: relative;
}

.games__box4::-webkit-scrollbar {
  display: none;
}

.games__table4 {
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.games__table4 thead {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #7542A1;
  box-shadow: 0px 4px 4px 0px #00000040 inset;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.8px;
  color: #fff;
  border-radius: 12px;
}

.games__table4 tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4C5061;
  gap: 8px;
  margin-top: 8px;
}

.games__table4 thead {
  overflow: hidden;
}
.games__table4 thead tr th {
  padding: 12px 20px;
  display: flex;
  align-items: center;
}
.games__table4 tbody tr td {
  padding: 12px 20px;
}
.games__table4 tbody tr {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px #00000029 inset;
  border-radius: 12px;
}

.games__table4 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}


.games__table4 tr th:nth-child(1), .games__table4 tr td:nth-child(1) {
  width: 29%;
}
.games__table4 tr th:nth-child(2), .games__table4 tr td:nth-child(2) {
  width: 11%;
}
.games__table4 tr th:nth-child(3), .games__table4 tr td:nth-child(3) {
  width: 26%;
}
.games__table4 tr th:nth-child(4), .games__table4 tr td:nth-child(4) {
  width: 10%;
}
.games__table4 tr th:nth-child(5), .games__table4 tr td:nth-child(5) {
  width: 16%;
}
.games__table4 tr th:nth-child(6), .games__table4 tr td:nth-child(6) {
  width: 8%;
}

.games__table4 tr td {
  position: relative;
}



.games__box3 {
  overflow: auto;
  position: relative;
}

.games__box3::-webkit-scrollbar {
  display: none;
}

.games__table3 {
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.games__table3 thead {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background: #05071A;
  border-radius: 8px 8px 0 0;
}

.games__table3 tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
  gap: 8px;
  margin-top: 8px;
}

.games__table3 thead {
  overflow: hidden;
}
.games__table3 thead tr th {
  padding: 12px 16px;
  display: flex;
  align-items: center;
}
.games__table3 tbody tr td {
  padding: 8px 16px;
}
.games__table3 tbody tr {
  background: #242D3D;
  border-radius: 8px 8px 0 0;
}


.games__table3 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.games__table3 tr th, .games__table3 tr td {
  width:25%;
  text-align: left;
}


.games__table3 tr td {
  position: relative;
}

.promotions__list {
  display: flex;
  flex-direction: column;
  gap: 84px;
  margin-bottom: 32px;
}
.promotions__list2 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.promotions__list3 {
  flex-direction: row;
  gap: 86px 20px;
  flex-wrap: wrap;
  margin-top: 23px;
}
.promotions-list__item {
  position: relative;
  overflow: visible;
  padding: 35px 235px 35px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 2px solid #FCC211;
  border-bottom: 2px solid #FCC211;
  border-left: 1px solid #FCC211;
  border-right: 1px solid #FCC211;
  border-radius: 6px 80px 80px 20px;
}
.promotions-list__item2 {
  width: calc(50% - 10px);
  border-radius: 6px 80px 80px 20px;
} 
.promotions__image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 175px;
  height: 175px;
  max-height: none;
}
.promotions-list__item h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 135%;
  color: #FCC211;
  padding-left: 22px;
  position: relative;
}
.promotions-list__item h4::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FCC211;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slots__list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.slots__item {
  position: relative;
  padding: 20px;
  width: calc(50% - 10px);
  border-radius: 12px;
}
.slots-item__inside {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  background: #292526CC;
  border: 1px solid #FEC07E;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.slots__item h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  text-transform: uppercase;
  color: #FEC07E;
}
.slots__item p {
  text-align: center;
  margin-bottom: 16px;
}
.slots__item:last-child {
  padding: 0;
}
.slots__item:last-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.ac {
  width: 100%;
  margin-top: 0;
  border: none;
  position: relative;
  background: transparent;
}

.ac:not(:last-child) {
  margin-bottom: 16px;
}
.ac-header {
  width: 100%;
   border-left: none;
}
.ac-header::after, .ac-header::before {
  display: none;
}
.ac .ac-trigger {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px #00000029 inset;
  border-radius: 12px;
  color: #4C4F61;
  padding: 12px 60px 12px 20px !important;
  white-space: normal;
}
  
.ac .ac-trigger:focus {
  color: #4C4F61;
}

.ac.is-active > .ac-header {
  color: #4C4F61;
}
.ac.is-active > .ac-header .ac-trigger {
  color: #4C4F61;
}

.ac .ac-panel {
  padding: 0;
  background: transparent;
}
.ac .ac-panel div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 20px 0 20px;
  background: transparent;
}
.ac .ac-panel p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #4C4F61;
  margin: 0;
}
  
.ac .ac-trigger::after {
  content: url('./img/arrow-up.svg');
  width:20px;
  height: 20px;
  flex-shrink: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
}
.ac.is-active > .ac-header .ac-trigger::after {
  content: url('./img/arrow-up.svg');
  width:20px;
  height: 20px;
  transform: translateY(-50%) rotate(180deg);
}

.reviews__box {
  display: flex;
  gap: 16px 20px;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.reviews__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: calc(50% - 10px);
}
.reviews__item p {
  border-radius: 12px;
  padding: 20px 12px;
  text-align: center;
  background: #fff;
  min-height: 136px;
}

.reviews__item h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  background: #7542A1;
  box-shadow: 0px 4px 4px 0px #00000040 inset;
  border-radius: 12px;
  padding: 8px 12px;
}

.grade {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 552px;
  width: 100%;
}
.grade__item {
  border-radius: 8px 8px 0px 0px;
  padding: 8px 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  position: relative;
  background: #181E29;
  border: 1px solid transparent;
  overflow: hidden;
}
.grade__item:nth-child(even) {
  border: 1px solid #FCC211;
  background: #020812;
}

.grade__right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.grade-item__list {
  display: flex;
  align-items: center;
  gap: 0px;
  width: 120px;
  
}
.grade-item__list li img {
  width: 24px;
  height: 24px;
}

.grade__item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  width: 100%;
}
.grade__item p:last-child {
  min-width: 38px;
  max-width: 40px;
  text-align: right;
}
.grade-box__list-big {
  display: flex;
  position: relative;
  z-index: 1;
}
.grade-box__list-big div img {
  width: 32px;
  width: 32px;
}

.rating-item__range {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  height: 18px;
  background: linear-gradient(180deg, #5D4484 0%, #2B1234 100%);
  border-radius: 10px;
  transition: width 0.3s ease;
}  

.grade-box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 216px;
  bottom: 96px;
}
.grade-box-wrapper h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #fff;
}
.grade-box-wrapper p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}



.grade__box {
  overflow: auto;
  background: transparent;
  position: relative;
}
.grade__box::-webkit-scrollbar {
  display: none;
}
.grade__table {
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.grade__table tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 15px;
  line-height: 135%;
  color: #FFF;
}

.grade__table tbody tr td {
  padding: 12px 20px;
}

.grade__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.grade__table tr th {
  width:50%;
  text-align: left;
}

.grade__table tr td {
  width:50%;
}
.grade__table tr td:last-child {
  text-align: right;
}

.grade__table tr td {
  position: relative;
}

.grade__table tbody tr::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF4D;
}
.last-box {
  background: #14152DE5;
  border: 1px solid #FCC211;
  border-radius: 15px;
  width: 100%;
  max-width: 881px;
  position: relative;
  padding: 20px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.last-box2 {
  max-width: 850px;
}


.footer {
  background: #EEF0F5;
  position: relative;
  
}
.footer-logo__img {
  width: 274px;
  height: auto;
  margin: 0 auto 48px;
  display: block;
}

.footer__container {
  max-width: 1440px;
  padding: 20px 20px 40px;
  margin: 0 auto;
}

.footer__line {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
}

.footer__nav-list {
  display: flex;
  background: #05071A;
  border: 2px solid #242D3D;
  padding: 16px 24px;
  gap: 8px 54px;  
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 32px;
  margin-bottom: 68px;
  z-index: 1;
  position: relative;
}
.footer__nav-list a {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #8F99AD;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease;
}
.footer__nav-list a:hover {
  color:#FDCD0B;
}
.language__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 16px;
  justify-content: center;
  max-width: 1163px;
  margin-left: auto;
}
.language__link {
  display: flex;
  background: #FFFFFF;
  border: 2px solid transparent;
  border-radius: 6px;
  padding: 6px 12px;
  gap: 12px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #4C4F61;
  transition: all 0.3s ease;

}
.language__link:hover {
  border: 2px solid #52CF27;
}
.language__link img {
  width:16px;
  height:16px;
}

.footer__bottom {
  display: flex;
  gap: 138px;
  justify-content: flex-end;
}
.footer__navs {
  display: flex;
  gap: 38px;
  width: 100%;
  max-width: 572px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer__nav p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #ABADB5;
}
.footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer__nav ul li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #4C5061;
  transition: all 0.3s ease;
}
.footer__nav ul li a:hover {
  color: #D38A3B;
}
.footer__info {
  max-width: 572px;
}
.footer-info__box {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.footer-info__text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #4C5061;
}
.logo__list {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}




.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: 48px;
  height: 48px;
}

.button-up img {
  width: 48px;
  height: 48px;
}
  

.burger-button {
  display: none;
}


.content {
  flex-shrink: 1; 
  width: calc(100% - 237px);
  position: relative;
}


.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 132px;
  left: 20px;
  height: calc(100vh - 132px);
  overflow-y: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 217px;
  -webkit-flex: 0 1 217px;
  flex: 0 1 217px;
  padding:0 0px 20px;
  flex-shrink: 0;
  z-index: 1;
}

.sidebar::-webkit-scrollbar {
  display: none;
  width: 0;
}
  
  
@media screen and (min-width: 1440px) {
  .sidebar {
    left: calc((100% - 1440px) / 2 + 20px);
  }
}
  
  
.aside-left__wrapper {
  position: sticky;
}
.aside-left__wrap {
  overflow-y: auto;
  height: auto;
  padding: 0px;
}
.aside-left-wrap__box {
  margin-top: 10px;
  background: #1F2038;
  border-radius: 12px 12px 0 0;
  padding: 20px 10px;
}
.aside-left__wrap::-webkit-scrollbar {
  width: 0;
}


.aside-left__nav {
  background: transparent;
}


  
.main-left-nav__desc {
  border-radius:6px;
}
.main-left-nav__desc.active {
  border-radius: 6px;
}
   
  
.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: 2000px;
  padding-bottom: 8px;
  opacity: 1;
  overflow-y: auto;
}

.aside-left-wrap__list {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
  gap: 16px;
}
.aside-left-wrap__img {
  display: block;
}
.aside-left-wrap__img-hover {
  display: none;
}
.aside-left-wrap__list li a:hover .aside-left-wrap__img {
  display: none;
}
.aside-left-wrap__list li a:hover .aside-left-wrap__img-hover {
  display: block;
}

.aside-left-wrap__list li {
  padding: 0;
  position: relative;
}
.aside-left-wrap__list li::before {
  display: none;
}
.aside-left-nav__list li {
  padding: 0;
}
.aside-left-nav__list li::before {
  display: none;
}
.aside-left-wrap__list li a {
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  position: relative;
  gap: 24px;
  display: flex;
  align-items: center;
  color: #fff;
  transition: all 0.1s linear;
}
.aside-left-wrap__list li a:hover {
  color: #E93E3A;
}

.counter {
  background: #E93E3A;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 32px;
  top: 4px;
  transform: translateY(-50%);

}



.main-left-nav__desc, .aside-left-nav__desc {
  border-radius: 12px;
}
.main-left-nav__desc.active, .aside-left-nav__desc.active {
  border-radius: 12px;
}
.aside-left-nav__desc {
  position: relative;
  padding: 8px 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  text-align: left;
  color: #FFF;
  cursor: pointer;
  background: #7542A1;

  border-radius: 12px;
  transition: all 0.3s linear;
}


.aside-left-nav__desc::after {
  content: url('./img/arr-sidebar.svg');
  position: absolute;
  right: 10px;
  width: 24px;
  height: 24px;
  top: 10px;
  transform: rotate(180deg);
  transform-origin: center center;
  transition: all 0.3s linear;
}

.aside-left-nav__desc.active::after{
  content: url('./img/arr-sidebar.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: 2000px;
  opacity: 1;
  overflow-y: auto;
  
}

.aside-left-nav__list.visible::-webkit-scrollbar {
  width: 0;
}

.aside-left-nav__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #F5F6F8;
  padding: 12px;
  border-radius: 12px;
  margin-top: 8px;
}

.aside-left-nav__list li {
  position: relative;
}
.aside-left-nav__list li a {
  padding-left: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4C4F61;
  position: relative;
  display: flex;
  transition: all 0.3s linear; 
}

.aside-left-nav__list li a:hover {
  color: #D38A3B;
}

.aside-left-nav__list li a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 7px;
  width: 10px;
  height: 10px;
  border: 2px solid #FFF;
  background: #7542A1;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.aplication {
  background: #1F2038;
  border-top: 2px solid #474860;
  box-shadow: 1px 3px 0px 0px #01021A;
  border-radius: 5px;
  padding: 17px 6px;
  position: relative;
  display: block;
  margin-top: 10px;
}
.aplication h5 { 
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}
.aplication p { 
  font-weight: 400;
  font-size: 9px;
  line-height: 12px;
  color: #BA9CB4;
}
.aplication img { 
  position: absolute;
  right: 9px;
  bottom: 0;
  width: 62px;
  height: 73px;
}

.main-left {
  display: none;
}

.divider-sidebar {
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.divider-sidebar img {
 width: 39px;
 height: auto;
}
  



@media screen  and (max-width: 1320px) {
  .hero-content__wrap {
    margin: 0 auto;
    padding: 20px 10px;
    background: #FB8A0014;
    backdrop-filter: blur(19.299999237060547px);
    border-radius: 10px;
    padding: 24px;
  }
  .card-inside {
    max-width: 772px;
    padding: 20px 10px;
    background: #FB8A0014;
    backdrop-filter: blur(8px);
    border-radius: 10px;
    position: relative;
    z-index: 1;
  }
  .box-inside2 {
    padding: 20px 10px;
    background: #FB8A0014;
    backdrop-filter: blur(40px);
    border-radius: 10px;
    position: relative;
    z-index: 1;
  }
  .footer__bottom {
    gap: 20px;
  }
} 

@media screen  and (max-width: 1200px) {
  .footer__bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .aside-left-wrap__list {
    padding: 0;
  }
  .aside-left-wrap__list li:last-child {
    margin-bottom: 10px;
  }
  .aside-left-wrap__list::after {
    display: none;
  }
  .main-left {
    display: block;
  }
  .main-left.container {
    padding: 0;
  }
  .sidebar {
    display: none;
  }
  .hero__content {
    padding-left: 20px;
  }
  .footer__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main {
    padding-left: 20px;
  }
  .button-up {
    right: 20px;
  }
  .content, .container {
    width: 100%;
    max-width: 100%;
  }

  .header__container {
    padding-left: 20px;
  }
  .hero__image img {
    right: 0px;
    width: 100%;
  }
  .hero {
    margin-bottom: 20px;
  }
  .container {
    margin-bottom: 20px;
  }
  .aside-left-nav__desc {
    padding: 12px;
    padding-right: 45px;
    background-image: none;
  }
  .aside-left__nav {
    padding: 0px;
    border-radius: 6px;
  }
  .aside-left-nav__desc::after {
    top: 14px;
  }
  .aside-left-nav__list {
    padding: 0;
    margin-top: 0;
  }
  .aside-left-nav__list.visible {
    padding: 12px;
    margin-top: 12px;
  }
  .header__logo {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-left: 0px;
    margin-right: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .games__table.third tr th, .games__table.third tr td {
    width: 270px;
  }
}

@media screen and (max-width: 1120px) {
  .decor {
    z-index: 0;
    max-height: 100%;
    height: 100%;
    width: auto;
    opacity: 0.3;
  }
  .lang-modal__content {
    max-height: 95%;
    overflow: auto;
  }
  .lang-modal__close {
    top: 16px;
    right: 16px;
  }
  .swiper-slide {
    width: 100% !important; 
    max-width: 100%;
  }
  .promotions__list {
    margin-bottom: 0;
  }
  .promotions__list2 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .promotions__list3 {
    margin-top: 0;
  }
  .header__menu {
    display: none;
  }
  .promotions-list__item {
    padding: 35px 180px 35px 20px;
    border-radius: 6px 20px 6px 20px;
    overflow: hidden;
  }
  .promotions__image {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: 100%;
    max-height: 125px;
  }
  .header__container {
    height: 60px;
  }
  .header {
    background: #7542A1;
  }
  .hero {
    margin-top: 60px;
    padding-top: 58px;
  }
  .main {
    padding-top: 0px;
  }

  .header__buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #101F2EF2;
    padding: 16px;
    gap: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .header__buttons a {
    min-width: 163px;
    text-align: center;
  }
  .header__buttons .button.register-button,
  .header__buttons .button.login-button {
    min-width: 163px;
    text-align: center;
  }
  .footer__container {
    padding-bottom: 50px;
  }
  .button-up {
    bottom: 20px;
  }

  .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: #fff;

    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;
  }
  .burger-menu ul li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 20px;
    width: 300px;
    height: 46px;
    color: #7542A1;
    border: 1px solid #7542A1;
    border-radius: 6px;
  }
  .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: 16px;
    line-height: 24px;
    font-weight: 700;
  }
  .burger-menu .button.register-button {
    width: 300px;
    height: 46px;
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
  .aside__right {
    display: none;
  }
  .main {
    padding-right: 20px;
  }
  .footer__down {
    padding: 0;
  }
  .features__list {
    width: 100%;
  }
  .features__box {
    flex-direction: column;
  }
  .header__logo {
    width: 110px;
    height: auto;
    margin-right: 0;
  }
  .header__logo img {
    width: 100%;
    height: auto;
  }
  .opacity2 {
    opacity: 0.2;
  }
}

@media screen and (max-width: 1024px) {
  .grade-box-wrapper {
    position: static;

  }
  .grade-img {
    object-position: left;
  }
  .opacity {
    opacity: 0.2;
  }
  .grade {
    margin: 0 auto;
  }
}
@media screen and (max-width: 950px) {
  .hero-content__wrap {
    margin: 0 auto;
    backdrop-filter: blur(14px);
  }
  .hero {
    padding: 40px 10px;
  }
  .rating__list {
    flex-direction: column;
  }
  .rating__item {
    width: 100%;
  }
  .flex-box {
    flex-direction: column;
  }
  .flex-box2 {
    flex-direction: column;
  }
  .flex-box__item {
    width: 100%;
  }
  .list2 {
    flex-direction: column;
  }
  .list2__item {
    width: 100%;
  }
  .list2-blur {
    max-width: 100%;
  }

  .games__table tr th,.games__table tr td {
    width: 300px;
  }
  .games__table.second tr th:nth-child(1), .games__table.second tr th:nth-child(3) {
    width: 200px;
  }
  .games__table.second tr th:nth-child(2) {
    width: 300px;
  }
  .games__table.second tr td:nth-child(1), .games__table.second tr td:nth-child(3) {
    width: 200px;
  }
  .games__table.second tr td:nth-child(2) {
    width: 300px;
  }
  .games__table2 tr th {
    width: 200px;
  }

  .games__table2 tr td {
    width: 200px;
  }

  .games__table3 tr th, .games__table3 tr td {
    width: 220px;
  }
  .games__table4 tr th, .games__table4 tr td {
    width: 155px;
  }

  .banner2 {
    padding: 40px 10px;
  }
  .banner__buttons {
    flex-direction: column;
    gap: 20px;
  }

  .decor-image {
    width: 100%;
  }
  h3 {
    max-width: 100%;
    width: 100%;
  }
  .reviews__item {
    width: 100%;
  }
  .reviews__item p {
    min-height: auto;
  }
  .opacity {
    opacity: 0.2;
  }
  .banner__wrapper, .banner__wrapper2, .banner__wrapper3, .banner__wrapper4 {
    padding: 20px 10px;
    backdrop-filter: blur(8px);
    margin: 0 auto;
    padding: 20px 10px;
    background: #FB8A0014;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .banner__title, .banner__text {
    text-align: center;
  }
  .features__list.second tr td:nth-child(1), .features__list.second tr th:nth-child(1) {
    width: 70%;
  }
  .features__list.second tr td:nth-child(2), .features__list.second tr th:nth-child(2) {
    width: 30%;
  }

  ol.row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  ol.row li, ol.row.third li {
    width: calc(50% - 10px);
  }
  .banner__wrap, .banner__wrap2, .banner__wrap3 {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  ol li {
    width: calc(50% - 10px);
  }
  ol.third li {
    width: calc(50% - 10px);
  }
  ol.fifth li {
    width: calc(50% - 10px);
  }
  .games__table2 tr th:nth-child(1), .games__table2 tr td:nth-child(1) {
    width: 250px;
  }
  .games__table2 tr th:nth-child(2), .games__table2 tr td:nth-child(2)  {
    width: 250px;
  }
  .games__table2 tr th:nth-child(3), .games__table2 tr td:nth-child(3)  {
    width: 120px;
  }
  .games__table2 tr th:nth-child(4), .games__table2 tr td:nth-child(4)  {
    width: 200px;
  }
  .games__table2 tr th:nth-child(5), .games__table2 tr td:nth-child(5)  {
    width: 120px;
  }

  .games__table2.second tr th:nth-child(1), .games__table2.second tr td:nth-child(1) {
    width: 200px;
  }
  .games__table2.second tr th:nth-child(2), .games__table2.second tr td:nth-child(2)  {
    width: 200px;
  }
  .games__table2.second tr th:nth-child(3), .games__table2.second tr td:nth-child(3)  {
    width: 200px;
  }
  .games__table2.second tr th:nth-child(4), .games__table2.second tr td:nth-child(4)  {
    width: 200px;
  }
  .games__table2.second tr th:nth-child(5), .games__table2.second tr td:nth-child(5)  {
    width: 200px;
  }

  .games__table2.third tr th:nth-child(1), .games__table2.third tr td:nth-child(1) {
     width: 232px;
  }
  .games__table2.third tr th:nth-child(2), .games__table2.third tr td:nth-child(2)  {
     width: 110px;
  }
  .games__table2.third tr th:nth-child(3), .games__table2.third tr td:nth-child(3)  {
     width: 110px;
  }
  .games__table2.third tr th:nth-child(4), .games__table2.third tr td:nth-child(4)  {
     width: 110px;
  }
  .games__table2.third tr th:nth-child(5), .games__table2.third tr td:nth-child(5)  {
     width: 180px;
  }



  .games__table4 tr th:nth-child(1), .games__table4 tr td:nth-child(1) {
    width: 350px;
  }
  .games__table4 tr th:nth-child(2), .games__table4 tr td:nth-child(2) {
    width: 130px;
  }
  .games__table4 tr th:nth-child(3), .games__table4 tr td:nth-child(3) {
    width: 200px;
  }
  .games__table4 tr th:nth-child(4), .games__table4 tr td:nth-child(4) {
    width: 130px;
  }
  .games__table4 tr th:nth-child(5), .games__table4 tr td:nth-child(5) {
    width: 180px;
  }
  .games__table4 tr th:nth-child(6), .games__table4 tr td:nth-child(6) {
    width: 130px;
  }


  .games__item.pros-cons__el {
    width: calc(50% - 10px);
  }
  .flex-box2 {
    flex-direction: column;
  }
  .flex-box__image {
    width: 100%;
    max-width: 100%;
  }
  .flex-box__image img {
    width: 100%;
  }
  .flex-box__item2 {
    width: 100%;  
  }
  .flex-box3 {
    flex-direction: column;
  }
  .flex-box3__image {
    width: 100%;
    max-width: none;
  }
  .flex-box3__image img {
    width: 100%;
  }
  .flex-box3__item {
    width: 100%;
  }
  .games__table tr th, .games__table tr td {
    width: 200px;
  }
  .games__table tr th:nth-child(1), .games__table tr td:nth-child(1) {
    width: 260px;
  }

  .games__table.second tr th:nth-child(1), .games__table.second tr td:nth-child(1) {
    width: 150px;
  }
  .games__table.second tr th:nth-child(2), .games__table.second tr td:nth-child(2) {
     width: 150px;
  }
  .games__table.second tr th:nth-child(3), .games__table.second tr td:nth-child(3) {
    width: 300px;
  }

}



@media screen and (max-width: 850px) {
  .banner__decor,.banner__decor2,.banner__decor3, .banner__decor4 {
      right: 0px;
      height: 100%;
      width: auto;
      object-fit: cover;
  }
  .banner.container, .banner3.container, .banner4.container, .banner5.container, .banner6.container {
    padding: 40px 10px;
  } 
  .banner__title {
    font-size: 32px;
    text-align: center;
    line-height: 120%;
  }
  .banner__text {
    font-size: 20px;
    text-align: center;
  }
  .banner__wrapper {
    padding: 20px 10px;
  }
  .footer__nav-list a:not(:last-child)::after {
    display: none;  
  }
  ol li {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .features__list3 tr td:nth-child(1), .features__list3 tr th:nth-child(1) {
    width: 300px;
  }
  .features__list3 tr td:nth-child(2), .features__list3 tr th:nth-child(2) {
    width: 350px;
  }
  .banner__text::after, .banner__text::before {
    display: none;
  }
  .banner__text {
    font-size: 20px;
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .bonus-card {
    padding: 20px 10px;
    flex-direction: column;
  }
  .bonus-card.reverse {
    padding: 20px 10px;
    flex-direction: column-reverse;
  }
  .bonus-card img {
    max-width: none;
  }
  .bonus-card.bonus-card2 img {
    max-width: none;
  }
  .summary-img {
    object-position: bottom;
  }
  .container {
    margin-bottom: 16px;
  }
  .h2-simple {
    font-size: 20px;
  }
  .header__right {
    gap: 24px;
  }
  .promotions__list {
    gap: 20px;
  }
  .button-up {  
    width: 40px;
    height: auto;
  }
  .button-up img {
    width: 40px;
    height: auto;
  }
  ul.list.row2 li {
    width: 100%;
  }
  .card {
    padding: 20px 10px;
  }
  .buttons__box {
    flex-direction: column;
    align-items: center;
  }
  h2::before {
    display: none;
  }
  h2::after {
    display: none;
  }
  .pros-cons__list {
    flex-direction: column;
  }
  .pros-cons__el {
    width: 100%;
  }
  .list2-item__box {
    width: 100%;
  }
  .list2__item {
    padding: 20px 10px;
  }
  .hero.container {
    padding: 42px;
  }
  .hero {
    padding: 48px 10px;
  }
  .banner__image {
    right: 0;
  }
  .footer {
    padding: 0;
  }

  .banner__image {
    width: 100%;
  }

  .banner {
    padding: 20px;
  }
  .hero__image img {
    object-position: 4%;
  }
  .hero-content__wrap {
    padding: 20px 10px;
  }
  .features__list tr td:nth-child(1),.features__list tr th:nth-child(1) {
    width: 240px;
  }
  .features__list tr td:nth-child(2),.features__list tr th:nth-child(2) {
    width: 300px;
  }


  .footer__down {
    flex-direction: column;
  }
    .box__logo {
      display: none;
  }
  .hero-content__rating {
    justify-content: center;
  }
  h1 {
    text-align: center;
  }
  .pros-cons__el.second .pros-cons__item-list div {
    min-height: auto;
  }
  .hero-content__subtitle {
    text-align: center;
  }
  .hero__button {
    margin: 0 auto;
  }
  .box2 {
    padding: 20px 10px;
  }
  .banner__wrap, .banner__wrap2, .banner__wrap3, .banner__buttons {
    gap: 20px;
    margin: 0 auto;
    padding: 20px 10px;
    width: 100%;
    background: #FB8A0014;
    backdrop-filter: blur(6px);
    border-radius: 10px;
    position: relative;
    align-items: center;
  }
  .card-list__border {
    width: 100%;
    flex-direction: column;
  }
  .card-list__img, .card-list__text {
    width: 100%;
    max-width: 100%;
  }
  .card-list__text {
    padding: 20px 10px;
  }
  .card-list__item.big {
      width: 100%;
  }
  .app-card {
    padding: 20px 10px;
  }
  .last-box {
    padding: 20px 10px;

  }
}



@media screen and (max-width: 600px) {
  .features__list2 tr td:nth-child(1), .features__list2 tr th:nth-child(1) {
    width: 150px;
  }
  .features__list2 tr td:nth-child(2), .features__list2 tr th:nth-child(2) {
    width: 300px;
  }
  
  .footer__navs {
      gap: 20px;
      flex-wrap: wrap;
  }
  .footer__nav {
    width: calc(50% - 10px);
  }
  .footer-info__box {
    flex-direction: column;
  } 
  .features__list3 tr td:nth-child(1), .features__list3 tr th:nth-child(1) {
    width: 200px;
  }
  .features__list3 tr td:nth-child(2), .features__list3 tr th:nth-child(2) {
    width: 300px;
  }
  ol li {
    width: 100%;
    padding: 77px 10px 12px;
  }
  ol.third li {
   width: 100%;
   padding: 77px 10px 12px;
  }
  ol.fifth li {
   width: 100%;
   padding: 77px 10px 12px;
  }
  ol.column li {
    padding: 14.5px 10px 14.5px 80px;
  }
  .reviews__item {
    width: 100%;
  }
  .lang-modal__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 80px;
  }
  .lang-modal__content {
    max-width: 300px;
    padding: 32px 16px 16px;
  }
  .lang-modal__list li {
    width: calc(50% - 40px);
  }
  .swiper {
    padding: 10px 42px;
  }
  .footer__nav-list {
    padding: 13px 10px;
  }
  h1 img {
    display: none;
  }
  ul.list.row li {
    width: 100%;
  }
  ul.list.third li {
    width: 100%;
  }
  .hero-content__wrap {
    padding: 20px 7px;
  }
  

  .main {
    padding: 0px 10px;
  }

  .footer {
    padding-right: 10px;
    padding-left: 10px;
  }
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .hero-content__rating {
    justify-content: center;
  }
  .hero-content__subtitle {
    text-align: center;
  }
  .hero__button {
    margin: 0 auto;
  }
  h2  {
    font-size: 22px;
    line-height: 26px;
  }

  .header__logo {
    width: 110px;
    height: auto;
    margin-right: 0;
  }
  .header__logo img {
    width: 100%;
    height: auto;
  }
  h3{
    font-size: 16px;
    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;
  }

  .box,.box2,.box3,.box4,.box5 {
    padding: 20px 10px; 
  }
  .box.color p, .box.color h3 {
    color: #fff;
  }
  .image.op2 img {
    opacity: 0.6;
  }
  .reviews-item__img {
      top: -55px;
  }
  .footer__cards {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .grade__item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .grade__item p:first-child {
    text-align: center;
  }
    ol.row li, ol.row.third li   {
    width: 100%;
    text-align: center;
  }
    .promotions-list__item {
    padding: 20px 10px ;

  }
  .promotions__image {
    display: none;
  }

  .footer__nav-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .footer__nav-list a::after {
    display: none;
  }
  .footer__down {
    gap: 24px;
  }
  .footer__container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .features__list li strong {
    min-width: auto;
    width: 50%;
  }
  .features__list li strong::after {
    display: none;
  }
  .features__list li span::after {
    display: none;
  }
  .features__list li span {
   padding-right: 0;
  }
  .footer__nav  {
    padding: 4px;
  }
  .header__buttons a {
    min-width:calc(50% - 8px);
    width: calc(50% - 8px);
  }
  .rating__item p:first-child::after {
    display: none;
  }
  .rating__item p:first-child {
    max-width: 150px;
  }
  .header__buttons .button.register-button,
  .header__buttons .button.login-button {
    min-width: calc(50% - 8px);
    max-width: calc(50% - 8px);
    text-align: center;
  }
  .list__img {
    width: 100%;
    height: auto;
    right: 0px;
  }
  .footer__nav-list a {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
  .games__item.pros-cons__el {
    width: 100%;
  }
  .slots__list li {
    width: calc(50% - 10px);
    height: auto;
  }
  .slots__list li a img {
    width:100%;
    height: auto;
  }
  .slots__list2 li  {
    width: calc(50% - 10px);
    height: auto;
  }
  .slots__list2 li img  {
    width:100%;
    height: auto;
  }

}

@media screen and (max-width: 425px) {
  .footer__nav {
    width: 100%;
  }
  .banner2__button div {
    font-size: 15px;
  }
  .banner__wrapper {
    width: 100%;
  }
  .language__link {
    width: 100%;
  }
  .language__list, .footer__nav-list, .footer__divider, .footer__age  {
    margin-bottom: 20px;
  }
  .footer__container {
      padding-bottom: 20px;
  }

  .footer__link {
    padding-right: 38px;
  }

  .container {
    padding: 20px 10px;
  }
  .footer__payments {
    gap: 8px 8px;
  } 
  .footer__payments li {
    max-width: none;
    width: calc(50% - 4px);
  } 
  .footer__payments li img {
    max-width: none;
    width: 100%;
  } 
  .rating__item p:first-child {
    max-width: 100%;
    text-align: center;
  }
  .rating__item {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .rating__item img {
    margin-left: 0;
  }
  .grade__item {
    padding: 10px;
  }
  .banner2__logo {
    width: 240px;
  }

}

@media screen and (max-width: 375px) {
  .banner2__button {
    margin: 0 auto;
    width: 100%;
    min-width: 100%;
  }
  .slots__list li {
    width: 100%;
  }
  .slots__list2 li {
    width: 100%;
  }
}


/* BONUS PAGE */


.breadcrumbs {
  display: flex;
  margin-bottom: 8px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs li {
  position: relative;
}
.breadcrumbs a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  transition: all 0.2s linear;
}
.breadcrumbs li:first-child::after {
  content: "/";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;  
  text-align: left;
  opacity: 1;
  margin: 0 11px;
}
.breadcrumbs li:last-child a {
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
}
.hero-content__subtitle.bonus {
  max-width: 690px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 32px;
}
.hero.bonus {
  padding: 146.5px 10px 46.5px;
}
.hero.app {
  padding: 104px 60px;
}

.bonus__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.bonus-list__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bonus-list__item2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.bonus-list__item img {
  width: 32px;
  height: auto;
  /* box-shadow: 0px 7.37px 7.37px 0px rgba(0, 0, 0, 0.25); */
}
.bonus-list__item h4 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color:#4C4F61;
}
.bonus-list__item.white h4, .bonus-list__item.white p {
  color:#FFF;
  font-weight: 400;
}

.offers {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.offers__item-img {
  width: 100%;
  max-width: 437px;
}
.offers__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.offers__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: calc(100% - 457px);
}
.limited__list {
  display: flex;
  gap: 20px;
}
.limited-list__item {
  width: calc(50% - 10px);
  padding-top: 243px;
  position: relative;
}
.limited-list__item img {
  width: 242px;
  height: auto;
  top: 17px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.limited-item__box {
  background: #FFEFD8;
  box-shadow: 0px 4px 4px 0px #00000040 inset;
  border-radius: 12px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 330px;
}
.limited-item__box h3 {
  font-weight: 900;
  font-size: 24px;
  line-height: 26.4px;
  text-align: center;
  text-transform: uppercase;
  color:#4C4F61;
}
.limited-item__box p {
  text-align: center;
}
.limited-item__box p span {
  text-decoration: underline;
}
.limited-item__box a {
  margin-top: 16px !important;
  min-width: 160px !important;
}


.app-mobile {
  background: #181E29;
  box-shadow: 0px 8px 10px 0px #3D1F8626,  0px -4px 0px 0px #3D1F861A inset, 0px -2px 4px 0px #3D1F8640 inset;
  max-width: 670px;
  width: 100%;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.app-mobile h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #FFFFFF33;
}
.banner-button__box {
  padding-top: 16px;
  border-top: 1px solid #FFFFFF33;
}

.last-img {
  min-width: 1163px;
  height: 100%;
  object-position: center;
}

@media screen and (max-width: 1380px) {

  .games__table2.fourth tr th:nth-child(1), .games__table2.fourth tr td:nth-child(1) {
     width: 170px;
  }
  .games__table2.fourth tr th:nth-child(2), .games__table2.fourth tr td:nth-child(2)  {
     width: 130px;
  }
  .games__table2.fourth tr th:nth-child(3), .games__table2.fourth tr td:nth-child(3)  {
     width: 110px;
  }
  .games__table2.fourth tr th:nth-child(4), .games__table2.fourth tr td:nth-child(4)  {
    width: 110px;
  }
  .games__table2.fourth tr th:nth-child(5), .games__table2.fourth tr td:nth-child(5)  {
     width: 200px;
  }
}
@media screen and (max-width: 1120px) {
  .hero.bonus {
    margin-top: 60px;
    padding-top: 46px;
  }
}
@media screen and (max-width: 950px) {
 .bonus-list__item {
  width: 100%;
 }
 .limited__list {
    flex-direction: column;
  }
 .limited-list__item {
    width: 100%;
    padding-top: 143px;
 }
 .limited-item__box {
    min-height: auto;
    padding: 30px 10px 20px;
 }
  .limited-list__item img {
    width: 160px;
    top: 0px;
  }
    .offers {
    flex-direction: column;
  }
  .offers__item-img {
    width: 100%;
    max-width: none;
  }
  .offers__item-img img {
    width: 100%;
  }
  .offers__item {
     width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hero.bonus, .hero.app {
    padding: 40px 10px;
  }
  .banner__item ul {
    padding-left: 0px;
  }
  .breadcrumbs {
    justify-content: center;
  }
  .opacity.image.opr img {
    object-position: left;
    opacity: 1;
  }
  .container2, .container {
    padding: 20px 10px;
  }
  .hero-content__subtitle.bonus {
    text-align: center;
  }
  
}





