
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  background: #EDEFF2;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}
* {
  scroll-behavior: smooth;
}

body {
  font-family: 'Gilroy', sans-serif;                                           
  background: #EDEFF2;
  color: #3E4049;
}

.no-scroll {
  overflow-y: hidden;
}



body.no-scroll {
  overflow-y: hidden;
}
  
a {
  text-decoration: none;
  color: #3E4049;
  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 20px;
  display: flex;
  gap: 16px;
  position: relative;
}


.container {
  width: 100%;
  margin: 0 auto;
  padding:20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  margin-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px #06E5A040;
  border-radius: 16px;
}


.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.image-box {
  width: 100%;
  height: 100%;
  border-radius:16px;
}
.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  text-align: left;
  color: #06E5A0;
}

p {
  font-size: 16px;
  line-height: 160%;
  text-align: left;
  position: relative;
  z-index: 1;
}

p.pl {
  padding-left: 19px;
}


h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  padding: 6px 14px;
  position: relative;
  background: #E5E8ED;
  border: 1px solid #00A964;
  box-shadow: 0px 0px 8px 0px #00A964;
  backdrop-filter: blur(84px);
  overflow: hidden;
  border-radius: 12px;
  z-index: 1;
  color: #3E4049;
}


h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  position: relative;
  z-index: 1;
}

h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
    position: relative;
  z-index: 1;
}

h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
    position: relative;
  z-index: 1;
}


ul.list  {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}
ul.list li {
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height:160%;
  position: relative;
  padding: 0px 0px 0px 40px;
  overflow: hidden;
}
ul.list li p {
  font-weight: 400;
  font-size: 16px;
  line-height:160%;
}
ul.list li span {
  font-weight: 800;
  font-size: 20px;
  line-height: 160%;
  color: #9E01FF;
  flex-shrink: 0;
}
ul.list.dark li, ul.list.dark li a {
  color: #fff;
}
ul.list li strong {
  font-weight: 700;
}
ul.list li p strong {
  font-weight: 700;
}

ul.list li::before {
  content: url('./img/list.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translateY(0%);
}

ul.list.second li {
  padding: 20px 20px 20px 60px;
  color: #fff;
}
ul.list.second li::before {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.list-image {
  z-index: -1;
}


div.list {
  padding: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 20px;
}

.list-inside {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #E5E8ED33;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #00A964;
  box-shadow: 0px 0px 8px 0px #00A964;
  backdrop-filter: blur(84px);
}
.list-inside h3 {
  color: #fff;
}

ul.list.duo {
  flex-direction: row;
}
ul.list.duo li {
  width: calc(50% - 10px);
}
ul.list.third {
  flex-direction: row;
}
ul.list.third li {
  width: calc(33.33% - 13.33px);
}
ul.list.list4 {
  flex-direction: row;
}
ul.list.list4 li {
  width: calc(50% - 10px);
}
ul.list.list4 li:last-child {
  width: 100%;
}
ul.list.row {
  flex-direction: row;
  gap: 16px;
  justify-content: flex-start;
}
ul.list.row li {
  width: max-content;
}

ul.simple.dark  {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
  z-index: 1;
  width: 100%;
}
ul.simple.dark li {
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  position: relative;
  padding-left: 24px;
}
ul.simple.dark li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 11px;
  left: 10px;
  border-radius: 50%;
}

ol {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 40px;
  counter-reset: item;
  position: relative;
  z-index: 1;
  width: 100%;
}


ol li {
  position: relative;
  z-index: 1;
  overflow: visible;
  width: 100%;
  list-style: none;
  counter-increment: item;
  color: #fff;
  padding-left: 48px;
  font-weight: 400;
  font-size: 16px;
  line-height:160%;
  
}

ol.dark-ol li {
  color: #3E4049;
}
ol li strong {
  font-weight: 600;
}
ol.list li {
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height:160%;
  position: relative;
  padding: 8px 12px 8px 64px;
  background: #06E5A008;
  border: 2px solid #06E5A0;
  border-radius: 12px;
  counter-increment: item;
  overflow: hidden;
  color:#3E4049;
}

ol li::before {
  content: counter(item, decimal-leading-zero) " ";
  background: #E5E8ED;
  border: 1px solid #00A964;
  box-shadow: 0px 0px 8px 0px #00A964;
  backdrop-filter: blur(84px);
  font-weight: 700;
  font-size: 14.63px;
  line-height: 135%;
  text-transform: uppercase;
  color: #3E4049;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  position: absolute;
  left: 0px;
  top: 0%;
  z-index: 1;
  transform: translateY(0%);
}

/* ol::after {
  content: "";
  position: absolute;
  left: 16px;              
  top: 16px;                        
  width: 1px;
  height: calc(100% - 32px);
  border-left: 1px dashed #00A964;
} */

ol li::after {
  content: "";
  position: absolute;
  left: 16px;               
  top: 1.2em;            
  bottom: -40px;          
  width: 1px;
  z-index: 0;
  border-left: 1px dashed #00A964;
}

ol li:last-child::after {
  content: none;
}



ol.list li::before {
  content: counter(item) ".";
  background: #06E5A0;
  width: 48px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  line-height:160%;
  color: #3E4049;

}

.list.short {
  max-width: 720px;
}
.short {
  max-width: 500px;
}
p.short, h3.short {
  max-width: 720px;
}

.container.dark p, .container.dark h3, .container.dark h4 {
  color: #fff;
}
.box.dark p, .box.dark h3, .box.dark h4, .box.dark h2 {
  color: #fff;
}
.box-divider {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 3.5%, #06E5A0 48.91%, rgba(255, 255, 255, 0) 97%);
  height: 1px;
  position: relative;
  z-index: 2;
}



.button {
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 180px;
  padding: 13px 16px;
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  text-transform: uppercase;
  max-width: max-content;
  color: #141414;
  background: #06E5A0;
  border: none;
  outline: none;
  transition: all 0.3s linear;
}

.button.violet {
  background: #9E01FF;
  color: #fff;
  min-width: 180px;
}


.burger-menu {
  display: none;
}

.button.center {
  margin: 0 auto;
}

.button:hover {
  scale: 1.05;
}

.button.register-button {
  min-width: 159px;
  padding: 12px 16px;
}
.button.login-button {
  min-width: 117px;
  padding: 12px 16px;
  background: #9E01FF;
  color: #fff;
}


header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #101F2E;
  z-index: 103;
}
.header__container {
  max-width: 1600px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 70px;

}

.header__logo {
  width: 134px;
  height: auto;
  margin-right: 104px;
}
.header__logo img {
  width: 100%;
  height: 100%;
}


.header-menu__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.header-menu__list li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #445058;
  gap: 8px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  transition: color 0s linear;
}
.nav-img {
  display: block;
}
.nav-img-hover {
  display: none;
}

.header-menu__list a:hover {
   color: #00FFAD;
}
.header-menu__list a:hover .nav-img {
   display: none;
}
.header-menu__list a:hover .nav-img-hover {
   display: block;
}
.header-menu__list a.active .nav-img {
   display: none;
}
.header-menu__list a.active .nav-img-hover {
   display: block;
   color: #00FFAD;
}
.header-menu__list a.active {
   color: #00FFAD;
}

.header__right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-left: auto;
}
.header__buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}


.header__lang {
  position: relative;
}
.header__lang-button {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 22.5px; 
  text-transform: uppercase;
  color: #FFF;
  background-color: transparent;
  border: none;
  outline: none;
  position: relative;
  transition: all 0.3s linear;
}
.header__lang-arrow {
  width: 24px;
  height: auto;
  transition: transform 0.3s ease;
}
.header__lang.open .header__lang-arrow {
  transform: rotate(180deg);
}

.header__lang-flag {
   display: block;
   border-radius: 50%;
   width: 24px;
   height: 24px;
   margin-right: 8px;
}

.header__lang-list {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  background: #101F2E;
  border-radius: 6px;
  overflow: hidden;
  opacity: 0;
  width: 100%;
  min-width: 74px;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10;
}

.header__lang.open .header__lang-list {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 106;
}

.header__lang-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 10px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
}
.header__lang-list a img {
  width: 24px;
  height: 24px;
}



.hero {
  position: relative;
  padding: 20px 30px;
  margin-top: 86px;
  margin-bottom: 20px;
  background: transparent;
  position: relative;
}


.hero__image img {
  right: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.hero-content__rating {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 15px;
}
.hero-content__rating span span:nth-child(1) {
  font-weight: 700;
  font-size: 22px;;
  line-height: 160%;
  opacity: 1;
  text-transform: uppercase;

}
.hero-content__rating span span:nth-child(2) {
  font-weight: 700;
  font-size: 22px;;
  line-height: 160%;
  text-transform: uppercase;
}


.hero-content__subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #fff;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 24px;
}

.hero-content__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width:556px;
  position: relative;
  z-index: 2;
  background: #E5E8ED33;
  border: 1px solid #00A964;
  box-shadow: 0px 0px 8px 0px #00A964;
  backdrop-filter: blur(84px);
  border-radius: 12px;
  padding: 24px;
}
.hero-content__wrap2 {
  max-width:576px;
}


.features__box {
  overflow: auto;
  position: relative;
  background: #E5E8ED;

  border: 1px solid #00A964;
  box-shadow: 0px 0px 8px 0px #00A964;
  backdrop-filter: blur(84px);
  border-radius: 12px;
}


.features__box::-webkit-scrollbar {
  display: none;
}
.features__list  {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  position: relative;
  
}
.features__list thead {
  border-radius:  12px 12px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;

}
.features__list tbody {
  border-radius: 0 0 12px 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.features__list thead {
  overflow: hidden;
}
.features__list thead tr th {
  padding: 12px 20px;

}
.features__list tbody tr td {
  padding: 12px 20px;
}
.features__list2 tbody tr td {
  display: flex;
  gap: 20px;
  align-items: center;
}
.features__list tbody tr td img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.features__list tr {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  overflow: hidden;
}

.features__list tr td {
  position: relative;
}

.features__list tbody tr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3E404929;
}

.features__list tr td:nth-child(1), .features__list tr th:nth-child(1) {
  width: 50%;
}
.features__list tr td:nth-child(2), .features__list tr th:nth-child(2) {
  width: 50%;
}

.features__list tr th {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-transform: none;
  color: #3E4049;

}
.features__list tr td {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #3E4049;

}


.pros-cons__list {
  display: flex;
  gap: 16px;
}
.pros-cons__item {
  background: #E5E8ED;
  border: 1px solid #00A964;
  box-shadow: 0px 0px 8px 0px #00A964;
  backdrop-filter: blur(84px);
  border-radius: 12px;
  width: calc(50% - 8px);
  position: relative;
  overflow: hidden;
}

.pros-cons__item h3 {
  display: flex;
  padding: 12px 20px;
  gap: 16px;

  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
}
.item__list {
  display: flex;
  flex-direction: column;
}
.item__list div {
  padding: 12px 20px;
  border-top: 1px solid #3E40491A;
}

.register__item {
  display: flex;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height:160%;
  position: relative;
  padding: 8px 12px 8px 44px;
  background: #E5E8ED33;
  border: 1px solid #00A964;
  box-shadow: 0px 0px 8px 0px #00A964;
  backdrop-filter: blur(84px);
  overflow: hidden;
  border-radius: 12px;
}

.register__item .number {
  height: 100%;
  position: absolute;
  left: 12px;
  top: 12px;
  font-weight:600;
  font-size: 16px;
  line-height: 160%;
  color: #fff;

}
.register-item__text h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
}
.register-item__text p {
  color: #fff;
}
.register-item__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.register-item__text ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.register-item__text ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
}
.register-item__text ul li strong {
  font-weight: 700;
}


.banner.container {
  display: flex;
  position: relative;
  background: transparent;
  border-radius: 12px;
  padding: 115px 60px;
}
.banner2 {
  display: flex;
  position: relative;
  background: transparent;
  border-radius: 12px;
  padding: 99px 65px;
}
.banner3.container {
  display: flex;
  position: relative;
  background: transparent;
  border-radius: 12px;
  padding: 100px 10px;
}
.banner4.container {
  display: flex;
  position: relative;
  background: transparent;
  border-radius: 12px;
  padding: 140px 50px;
}
.banner5.container {
  display: flex;
  position: relative;
  background: transparent;
  border-radius: 12px;
  padding: 105px 60px;
}


.image.opr img {
    object-position: right;
}
.image.opr2 img {
    object-position: 78%;
}
.image.opl img{
  object-position: left;
}
.image.opc img{
  object-position: center;
}
.image.op img {
  opacity: 1;
}


.banner__wrapper {
  position: relative;
  max-width: 508px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #E5E8ED33;
  border: 1px solid #00A964;
  box-shadow: 0px 0px 8px 0px #00A964;
  backdrop-filter: blur(84px);
  border-radius: 12px;
  padding: 20px;
}
.banner__wrapper2 {
  position: relative;
  max-width: 635px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
    background: #E5E8ED33;
  border: 1px solid #00A964;
  box-shadow: 0px 0px 8px 0px #00A964;
  backdrop-filter: blur(84px);
  border-radius: 12px;
  padding: 20px;
}
.banner__wrapper3 {
  position: relative;
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
    background: #E5E8ED33;
  border: 1px solid #00A964;
  box-shadow: 0px 0px 8px 0px #00A964;
  backdrop-filter: blur(84px);
  border-radius: 12px;
  padding: 20px;
}
.banner__wrapper4 {
  position: relative;
  max-width: 678px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}


.banner__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #06E5A0;
  padding: 0;
  border: none;
  background: none;
  backdrop-filter: none;
  box-shadow: none;
  margin-bottom: 16px;
}
.banner__title::after, .banner__title::before {
  display: none;
}

.banner__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 16px;
  color: #fff;
}

.banner__buttons2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.banner__box {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}


.banner2__button {
  padding: 13px 18px;
  min-width: 220px;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  position: relative;
  z-index: 1;
  border-radius: 100px;
  background: #06E5A0;

}
.banner2__button img {
  width: 32px;
  height: 32px;
}

.banner2__button div {
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  color: #141414;
  min-width: 140px;
  text-transform: uppercase;
}
.banner2__button.second {
  background: #9E01FF;
}
.banner2__button.second div {
  color: #FFF;
}


.box {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 12px;
}
.box__item {
  width: calc(50% - 10px);
}
.box__inside {
  position: relative;
  padding: 20px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background: #E5E8ED33;
  border: 1px solid #00A964;
  box-shadow: 0px 0px 8px 0px #00A964;
  backdrop-filter: blur(84px);
}

.flex-box {
  display: flex;
   gap: 20px;
   flex-direction: column;

}
.flex__inside {
  position: relative;
  padding: 20px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background: #E5E8ED33;
  border: 1px solid #00A964;
  box-shadow: 0px 0px 8px 0px #00A964;
  backdrop-filter: blur(84px);
}


.flex-box__left, .flex-box__right {
  width: 100%;
  display: flex;
  border-radius: 12px;
  flex-direction: column;
  gap: 20px;
  position: relative;
  padding: 20px;
}
.flex-box.duo .flex-box__left {
  width: calc(50% - 8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.flex-box.duo .flex-box__right {
   width: calc(50% - 8px);
  border: 1px solid #FFFFFFB2;
  border-radius: 6px;
  flex-shrink: 0;
}

.flex-box__left  h4, .flex-box__right  h4 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;

}

.list2 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.list2__item {
  width: 100%;
  padding: 36.5px 20px;
  position: relative;
  background: #123D61CC;
  border-radius: 6px;
  border: 1px solid #FFFFFFB2;
}
.list2-item__box {
  display: flex;
  flex-direction: column;
  max-width: 768px;
  width: 70%;
  margin-left: auto;
  gap: 16px;
  z-index: 3;
  position: relative;
}
.list2-blur {
  display: none;
}
.list2-item__box h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  border-left: none;
  padding-left: 0;
}
.list2-item__box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 24px;
}

.games__box {
  overflow: auto;
  background: #E5E8ED;

  border: 1px solid #00A964;
  box-shadow: 0px 0px 8px 0px #00A964;
  backdrop-filter: blur(84px);
  border-radius: 12px;
}

.games__box::-webkit-scrollbar {
  display: none;
}

.games__table {
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.games__table thead {
   border-radius:  6px 6px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 800;
  font-size: 15px;
  line-height: 150%;
  text-transform: none;
  color: #FFF;
  background: #408FD4;
}

.games__table tbody {
  border-radius: 0 0 6px 6px;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #FFF;
}

.games__table thead {
  overflow: hidden;
}
.games__table thead tr th {
  padding: 12px 20px;
  display: flex;
  align-items: center;
}
.games__table tbody tr td {
  padding: 12px 20px;
}


.games__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.games__table tr th {
  width: 14%;
  text-align: left;
}

.games__table tr td {
  width: 14%;
}


.games__table tr td {
  position: relative;
}

.games__table tbody tr:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF66;
}
.games__box2 {
  overflow: auto;
  border-radius: 10px;
  position: relative;
  background: #E5E8ED;

  border: 1px solid #00A964;
  box-shadow: 0px 0px 8px 0px #00A964;
  backdrop-filter: blur(84px);
  border-radius: 12px;
}


.games__box2::-webkit-scrollbar {
  display: none;
}

.games__table2 {
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  position: relative;
}

.games__table2 thead {
  border-radius:  10px 10px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-transform: none;
}

.games__table2 tbody {
  border-radius: 0 0 10px 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #3E4049;
}

.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 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.games__table2 tr th {
  width:20%;
  text-align: left;
}

.games__table2 tr td {
  width:20%;
}
.games__table2 tr td {
  position: relative;
}

.games__table2 tr td {
  position: relative;
}

.games__table2 tbody tr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3E404929;
}
.games__box4 {
  overflow: auto;
  background: #E5E8ED;

  border: 1px solid #00A964;
  box-shadow: 0px 0px 8px 0px #00A964;
  backdrop-filter: blur(84px);
  border-radius: 12px;
}

.games__box4::-webkit-scrollbar {
  display: none;
}

.games__table4 {
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.games__table4 thead {
   border-radius:  6px 6px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 800;
  font-size: 15px;
  line-height: 150%;
  text-transform: none;
  color: #FFF;

}

.games__table4 tbody {
  border-radius: 0 0 6px 6px;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #FFF;
}

.games__table4 thead {
  overflow: hidden;
}
.games__table4 thead tr th {
  padding: 12px 20px;
  display: flex;
  align-items: center;
}
.games__table4 thead tr th:first-child {
  background: #408FD4;
}
.games__table4 tbody tr td {
  padding: 12px 20px;
}
.games__table4 tbody tr td:first-child {
  background: #408FD4;
}


.games__table4 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.games__table4 tr th {
  width:20%;
  text-align: left;
}

.games__table4 tr td {
  width:20%;
}
.games__table4 tr td {
  position: relative;
}

.games__table4 tr td {
  position: relative;
}

.games__table4 tbody tr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF66;
}


.games__box5 {
  overflow: auto;
  border-radius: 10px;
  position: relative;
  background: #E5E8ED;

  border: 1px solid #00A964;
  box-shadow: 0px 0px 8px 0px #00A964;
  backdrop-filter: blur(84px);
  border-radius: 12px;
}


.games__box5::-webkit-scrollbar {
  display: none;
}

.games__table5 {
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  position: relative;
}

.games__table5 thead {
  border-radius:  10px 10px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-transform: none;
}

.games__table5 tbody {
  border-radius: 0 0 10px 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #3E4049;
}

.games__table5 thead {
  overflow: hidden;
}
.games__table5 thead tr th {
  padding: 12px 20px;
  display: flex;
  align-items: flex-start;
}
.games__table5 tbody tr td {
  padding: 12px 20px;
}


.games__table5 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.games__table5 tr th, .games__table5 tr td {
  width:22%;
  text-align: left;
  
}
.games__table5 tr th:nth-child(4), .games__table5 tr td:nth-child(4) {
  width:34%;
 
}


.games__table5 tr td {
  position: relative;
}

.games__table5 tr td {
  position: relative;
}

.games__table5 tbody tr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3E404929;
}

.games__box3 {
  overflow: auto;
  border-radius: 10px;
  position: relative;
  background: #E5E8ED;

  border: 1px solid #00A964;
  box-shadow: 0px 0px 8px 0px #00A964;
  backdrop-filter: blur(84px);
  border-radius: 12px;
}

.games__box3::-webkit-scrollbar {
  display: none;
}

.games__table3 {
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  position: relative;
  border-radius: 10px;
}

.games__table3 thead {
  border-radius:  10px 10px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-transform: none;
}

.games__table3 tbody {
  border-radius: 0 0 10px 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #3E4049;
}

.games__table3 thead {
  overflow: hidden;
}
.games__table3 thead tr th {
  padding: 12px 20px;
  display: flex;
  align-items: center;
}
.games__table3 tbody tr td {
  padding: 12px 20px;
}


.games__table3 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}


.games__table3 tr th, .games__table3 tr td {
  width: 33.33%;
  flex-shrink: 1;
}

.games__table3 tr td {
  position: relative;
}

.games__table3 tbody tr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3E404929;
}

.swiper-slide {
  width: calc(50% - 10px); 
  max-width: 450px;
}

.swiper {
    padding: 0px 44px;
    width: 100%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none; 
}


.swiper-button-next {
  background-image: url('img/sw-arr-right.svg');
  width: 24px;
  height: 24px;
  right: 0px;
  left: auto;

}
.swiper-button-prev {
  background-image: url('img/sw-arr-left.svg');
  width: 24px;
  height: 24px;
  left: 0px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}

.swiper-wrapper {
  align-items: stretch;
}

.reviews__box {
  display: flex;
  gap: 16px 20px;
  flex-wrap: wrap;
}


.reviews__item {
  background: #E5E8ED;
  border: 1px solid #00A964;
  box-shadow: 0px 0px 8px 0px #00A964;
  backdrop-filter: blur(84px);
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  width: calc(50% - 10px);
}


.reviews-item__img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.reviews-item__name {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 160%;
}

.reviews-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #3E4049;
  text-align: center;
}

.reviews-item__stars {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.slots__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}
.slots__item {
  position: relative;
  width: calc(50% - 10px);
  padding: 20px;
  border-radius: 12px;
  overflow: hidden;
}
.slots__item:last-child {
  padding: 0;
}
.slots-item__inside {
  padding: 20px;
  background: #E5E8ED33;
  border: 1px solid #00A964;
  box-shadow: 0px 0px 8px 0px #00A964;
  backdrop-filter: blur(84px);
  border-radius: 12px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.slots-item__inside a.button {
  margin-top: auto;
}

.slots__item h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  display: flex;
  gap: 20px;
  align-items: center;
  color: #fff;
  position: relative;
}


.slots__item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
  color: #fff;
}
.slots__item a {
  margin: 0;
}

.ac {
  width: 100%;
  margin-top: 0;
  border: none;
  position: relative;
  background: #E5E8ED;
  border: 1px solid #00A964;
  box-shadow: 0px 0px 8px 0px #00A964;
  backdrop-filter: blur(84px);
  overflow: hidden;
  border-radius: 12px;
}


.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: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  text-align: left;
  padding: 16px 60px 16px 16px !important;
  border-radius: 12px;
  background: transparent;
  white-space: normal;
  color: #141414;

}
  
.ac .ac-trigger:focus {
  color: #141414;
}

.ac.is-active > .ac-header {
  color: #141414;
}
.ac.is-active > .ac-header .ac-trigger {
  color: #141414;
}

.ac .ac-panel {
  padding: 0;
  background: transparent;
  position: relative;
}

.ac .ac-panel p {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
  color: #3E4049;
  padding: 0px 0px 16px;
  margin: 0 16px;
}

.ac .ac-panel ul  {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0px 16px 16px;
}
.ac .ac-panel ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  padding-left: 24px;
}
.ac .ac-panel ul li::before {
  content: "";
  background: #3E4049;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
  
.ac .ac-trigger::after {
  content: url('./img/arrow-up.svg');
  width:24px;
  height: 24px;
  flex-shrink: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all .3s ease;
}
.ac.is-active > .ac-header .ac-trigger::after {
  content: url('./img/arrow-up.svg');
  width:24px;
  height: 24px;
  transform: translateY(-50%) rotate(180deg);
  transition: all .3s ease;
}


.grade__box {
  overflow: auto;
  border-radius: 10px;
  position: relative;
  background: #E5E8ED;
  border: 1px solid #00A964;
  box-shadow: 0px 0px 8px 0px #00A964;
  backdrop-filter: blur(84px);
  overflow: hidden;
}


.grade__box::-webkit-scrollbar {
  display: none;
}
.grade__list  {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  position: relative;
  
}
.grade__list thead {
  border-radius:  10px 10px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;

}
.grade__list tbody {
  border-radius: 0 0 10px 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.grade__list thead {
  overflow: hidden;
}
.grade__list thead tr th {
  padding: 12px 20px;

}
.grade__list tbody tr td {
  padding: 12px 20px;
}
.grade__list tbody tr td img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.grade__list tr {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  overflow: hidden;
}

.grade__list tbody tr:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3E404924;
}

.grade__list tr td {
  position: relative;
}


.grade__list tr td:nth-child(1), .grade__list tr th:nth-child(1) {
  width: 50%;
}
.grade__list tr td:nth-child(2), .grade__list tr th:nth-child(2) {
  width: 50%;
  text-align: right;
}

.grade__list tr th {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-transform: none;
  color: #3E4049;

}
.grade__list tr td {
  font-weight: 500;
  font-size: 16px;
  line-height: 165%;
  color: #3E4049;

}



.footer {
  background: transparent;
}

.footer__container {
  max-width: 1600px;
  padding: 0px 253px 44px;
  margin: 0 auto;
}

.footer__nav-list {
  display: flex;
  gap: 60px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__nav-list div a {
  font-size: 14px;
  font-weight: 350;
  line-height: 16px;
  color: #2E99DC;
  transition: all 0.3s ease;
}
.footer__nav-list div a:hover {
  color:#FFF;
}
.language__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 17px;
  gap: 20px;
  margin: 0px 0 20px;
  justify-content: center;
}
.language__link {
  display: flex;
  background: #fff;
  border-radius:12px;
  padding: 12px 12px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: all 0.3s ease;

}
.language__link:hover {
  border: 1px solid #9E01FF;
}
.language__link img {
  width: 24px;
  height: 24px;
}

.footer__wrap {
  background: #FFFFFF;
  border-radius: 16px 16px 0 0;
}
.footer__nav {
  padding: 32px 20px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-nav__list {
  width: calc(25% - 15px);
}
.footer-nav__list h4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #141414;
  margin-bottom: 16px;
}
.footer-nav__list ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-nav__list ul li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #868C96;
  transition: all 0.3s ease;
}
.footer-nav__list ul li a:hover {
  color: #141414;
}


.footer__cards {
  border-top: 1px solid #141414;
  border-bottom: 1px solid #141414;
  padding: 30px 20px;
  gap: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.footer__cards img {
  width: auto;
  height: 30px;
}
.footer__cards img:nth-child(1) {
  width: auto;
  height: 34px;
}
.footer__cards img:nth-child(2) {
  width: auto;
  height: 20px;
}
.footer__cards img:nth-child(3) {
  width: auto;
  height: 28px;
}

.footer__down {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 20px;
  gap: 20px;
}
.footer__down p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #868C96;
}



.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;
}

.button-up img {
  width: 42px;
  height: 42px;
}
  

.burger-button {
  display: none;
}


.content {
  flex-shrink: 1; 
  width: calc(100% - 240px - 240px - 32px);
}


.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 86px;
  left: 20px;
  height: calc(100vh - 86px);
  overflow-y: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 240px;
  -webkit-flex: 0 1 240px;
  flex: 0 1 240px;
  padding-bottom: 20px;
  flex-shrink: 0;
}

.sidebar::-webkit-scrollbar {
  display: none;
  width: 0;
}
.sidebar-right {
  position: -webkit-sticky;
  position: sticky;
  top: 86px;
  right: 20px;
  height: calc(100vh - 86px);
  overflow-y: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 240px;
  -webkit-flex: 0 1 240px;
  flex: 0 1 240px;
  padding-bottom: 20px;
  flex-shrink: 0;
}

.sidebar-right::-webkit-scrollbar {
  display: none;
  width: 0;
}
  
  
@media screen and (min-width: 1600px) {
  .sidebar {
    left: calc((100% - 1600px) / 2 + 20px);
  }
}
@media screen and (min-width: 1600px) {
  .sidebar-right {
    right: calc((100% - 1600px) / 2 + 20px);
  }
}
  
  
.aside-left__wrapper {
  position: sticky;
}
.aside-left__wrap {
  overflow-y: auto;
  height: auto;
  padding: 0px;
}
.aside-left-wrap__box {
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px #06E5A040;

  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;

}
.aside-left__wrap::-webkit-scrollbar {
  width: 0;
}

.aside-left-wrap__box {
  margin-bottom: 20px;
}
.aside-left__nav {
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px #06E5A040;

  border-radius: 16px;
  margin-bottom: 16px;
}

  
.main-left-nav__desc {
  border-radius:16px;
}
.main-left-nav__desc.active {
  border-radius: 16px;
}
   
  
.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: 0px;
}

.aside-left-wrap__list li {
  padding: 0;
}
.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: 8px 12px;
  background: #141414;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  display: flex;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s linear;
  position: relative;
}
.aside-left-wrap__list li a:hover {
    background: #9E01FF;
}
.link-list-toggle::after {
  content: url('./img/arr-sidebar.svg');
  position: absolute;
  top: 11.5px;
  right: 12px;
  width: 12px;
  height: 12px;
  transform: rotate(180deg);
  transform-origin: center center;
  transition: all 0.3s linear;
}

.link-list-toggle.active::after{
  content: url('./img/arr-sidebar.svg');
  transform: rotate(0deg);
} 

.link-list {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-5px);
  transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}

.aside-left-wrap__list li .link-list a {
  display: flex;
  grid-auto-flow: 12px;
  align-items: center;
  background: #fff;
  padding: 11px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  gap: 12px;
  color: #3E4049;
  text-transform: none;
}
.aside-left-wrap__list li .link-list a:not(:last-child) {
  border-bottom: 1px solid #E2E8EE;
}

.aside-left-wrap__list li .link-list a:hover {
  background: #06E5A008;

}

.link-list.open {
  max-height: 1500px; 
  opacity: 1;
  transform: translateY(0);
}



.main-left-nav__desc, .aside-left-nav__desc {
  border-radius: 16px;
}
.main-left-nav__desc.active, .aside-left-nav__desc.active {
  border-radius: 16px 16px 0 0;
}
.aside-left-nav__desc {
  padding: 8px 12px;
  background: #141414;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  display: flex;
  text-align: left;
  position: relative;
  text-transform: uppercase;
}


.aside-left-nav__desc::after {
  content: url('./img/arr-sidebar.svg');
  position: absolute;
  top: 11.5px;
  right: 12px;
  width: 12px;
  height: 12px;
  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;
  padding-bottom: 0px;
  gap: 0px;
}

.aside-left-nav__list li a {
  padding: 8px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #3E4049;
  text-align: left;
  position: relative;
  display: flex;
  transition: all 0.3s linear; 
}

.aside-left-nav__list li:not(:last-child) {
  border-bottom: 1px solid #E2E8EE;
}

.aside-left-nav__list li a:hover {
  background: #EEF1F2;
  font-weight: 400;
}


.main-left {
  display: none;
}

.settings {
  padding: 11px 16px;
  gap: 10px;
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 10px 0px #0000001F;
  background: #000000;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 17.5px;
  text-transform: uppercase;
  border-radius: 12px;
}
.aplication {
  box-shadow: 0px 0px 6px 0px #00000040;
  background: #000000;
  border-radius: 16px;
  margin-top: 16px;
  overflow: hidden;
  display: block;
}
.aplication__up {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12.47px;
  line-height: 17.5px;
  text-transform: uppercase;
}
.aplication__tabs {
  background: #181818;
  display: flex;

}
.aplication__tab {
  width: 50%;
  padding: 8px 0px;
  font-weight: 600;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF66;
  border: none;
  outline: none;
  background: transparent;
  border-bottom: 1px solid #C5CCD8;
}
.aplication__tab.active {
  color: #FFFFFF;
  border-bottom: 2px solid #0CE5A0;
}

.aplication__image {
  width: 132px;
  height: auto;
  margin: 0 auto 14px;
}  
.aplication__text {
  font-weight: 500;
  font-size: 12px;
  line-height:20px;
  text-align: center;
  color: #818E95;
  margin-bottom: 12px;
  padding: 0 12px;
}
.aplication__text2 {
  font-weight: 400;
  font-size: 10px;
  line-height:20px;
  text-align: center;
  color: #818E95;
  margin-bottom: 14px;
  padding: 0 12px;
}
.aplication__input {
  border: 1px solid #EEF1F2;
  background: transparent;
  margin: 0 12px 21px;
  width: calc(100% - 24px);
  border-radius: 24px;
  padding: 9px 12px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #818E95;
}

.aplication__buttons {
  display: flex;
  background: #181818;
  padding: 8px 12px 12px;
  gap: 12px;
  justify-content: space-between;
  border-radius: 8px 8px 0px 0px;
}
.aplication__input2 {
  border: 1px solid #6F7B8D;
  background: transparent;
  margin: 0;
  width: 116px;
  border-radius: 48px;
  padding: 5px 17px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #818E95;
}

.button.violet.aplication__button {
  padding: 8px 12px;
  width: calc(100% - 116px);
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  min-width: 72px;
  border-radius: 18px;
}

.casino {
  background: #F8F8F8;
  box-shadow: 0px 5px 10px 0px #0000001F;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 16px;
}
.casino.bonus-page {
  margin-top: 0;
}
.casino__top {
  background: #000000;
  padding: 0 16px;
}
.casino__top p {
  padding: 8px 14px;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  border-top: 5px solid #06E5A0;
  max-width: max-content;
  color: #fff;
}
.casino__list {
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.casino__list a {
  width: calc(50% - 4px);
}

.banner__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 55px;
  width: 100%;
}
  



@media screen  and (max-width: 1380px) {

  .games__table5 tr th, .games__table5 tr td {
    width:250px;
  }
  .games__table5 tr th:nth-child(1), .games__table5 tr td:nth-child(1) {
    width:280px;
  }
  .games__table5 tr th:nth-child(4), .games__table5 tr td:nth-child(4) {
    width:300px;
  }
  .games__table2 tr td, .games__table2 tr th {
    width: 200px;
  }
  .slots__item {
    width: 100%;
  }
  .banner__wrap {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .pros-cons__item {
    width: 100%;
  }
  .pros-cons__list, .flex-box  {
    flex-wrap: wrap;
  }
  .flex-box__left, .flex-box__right {
    width: 100%;
  }
  .container.banner, .container.banner3, .container.banner4, .container.banner5 {
    padding: 40px 10px;
  }
}


@media screen  and (max-width: 1200px) {
  .sidebar-right {
    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-nav__desc::after {
    top: 16px;
  }
  .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.container {
    width:100%;
    margin-right: 0px;
  }
  .aside-left-nav__desc {
    padding: 12px;
    padding-right: 45px;
  }
  .pros-cons__item {
    width: calc(50% - 8px);
  }
  .slots__item {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 1120px) {
  .header__menu {
    display: none;
  }
  .header__container {
    padding-right: 20px;
    height: 60px;
  }
  .main {
    padding-top: 0px;
  }
  .main.bonus-page {
    margin-top: 20px;
  }
  .hero.bonus-page {
    margin-top: 60px;

  }
  .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: #101F2E;
    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-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;
    text-transform: uppercase;
    border: 2px solid #9E00FF;
    border-radius: 40px;
  }
  .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%;
  }
  .burger-menu .button.register-button {
    width: 300px;
    height: 46px;
    max-width: 100%;
  }
  .aside__right {
    display: none;
  }
  .main {
    padding-right: 20px;
  }
  .features__list {
    width: 100%;
  }
  .features__box {
    flex-direction: column;
  }
}

@media screen and (max-width: 950px) {
  .hero-content__wrap {
    margin: 0 auto;
    backdrop-filter: blur(10px);
    justify-content: center;
    align-items: center;
  }
  h1 {
    text-align: center;
  }
  .hero-content__subtitle {
    text-align: center;
  }
  .hero {
    padding: 40px 10px;
  }
  .rating__list {
    flex-direction: column;
  }
  .rating__item {
    width: 100%;
  }
  .flex-box {
    flex-direction: column;
  }
  .flex-box__left {
    width: 100%;
  }
  .flex-box__right {
    width: 100%;
  }
  .list2 {
    flex-direction: column;
  }
  .list2__item {
    width: 100%;
  }
  .list2-blur {
    max-width: 100%;
  }
  .games__table tr th:nth-child(1),
  .games__table tr th:nth-child(2),
  .games__table tr th:nth-child(3) {
    width: 180px;
  }
  .games__table tr th:nth-child(4) {
    width: 250px;
  }
  .games__table tr td:nth-child(1),
  .games__table tr td:nth-child(2),
  .games__table tr td:nth-child(3) {
   width: 180px;
  }
  .games__table tr td:nth-child(4) {
    width: 250px;
  }
  .games__table2 tr th,  .games__table4 tr th {
    width: 180px;
  }

  .games__table2 tr td,  .games__table4 tr td {
    width: 180px;
  }
  .games__table3 tr th:nth-child(1), .games__table3.games__table3-js tr th:nth-child(1), .games__table3 tr td:nth-child(1), .games__table3.games__table3-js tr td:nth-child(1) {
    width: 170px;
  }
  .games__table3 tr th:nth-child(2), .games__table3 tr th:nth-child(3), .games__table3 tr td:nth-child(2), .games__table3 tr td:nth-child(3), .games__table3.games__table3-js tr th:nth-child(2), .games__table3.games__table3-js tr td:nth-child(2), .games__table3.games__table3-js tr td:nth-child(3), .games__table3.games__table3-js tr th:nth-child(3) {
    width: 300px;
  }

}



@media screen and (max-width: 850px) {

  .footer__nav-list {
    gap: 16px;
  }
  .banner__title {
    font-size: 26px;
    line-height: 120%;
  }
}
@media screen and (max-width: 768px) {
  .reviews__item {
    width: 100%;
    padding: 10px;
  }
  .footer-nav__list {
    width: calc(50% - 10px);
  }
  .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: 78%;
  }
  .hero-content__wrap {
    padding: 20px 10px;
  }
  .features__list tr td:nth-child(1),.features__list tr th:nth-child(1) {
    min-width: 230px;
    width: auto;
  }
  .features__list tr td:nth-child(2),.features__list tr th:nth-child(2) {
    min-width: 300px;
    width: auto;
  }
  .features__list2 tr td:nth-child(1),.features__list2 tr th:nth-child(1) {
    min-width:300px;
    width: auto;
  }
  .features__list2 tr td:nth-child(2),.features__list2 tr th:nth-child(2) {
    min-width: 300px;
    width: auto;
  }
  .flex-box__left, .flex-box__right, .slots__item {
    width: 100%;
    padding: 20px 10px;
  }
  .banner__wrap {
    padding: 20px 10px;
    border-radius: 16px;
    background: rgba(158, 1, 255, 0.4);
    backdrop-filter: blur(4px);
    max-width: max-content;
    margin: 0 auto;
  }
  .hero-content__wrap {
    padding: 20px 10px;
  }
  .banner__wrapper, .banner__wrapper2 {
    padding: 20px 10px;
  }
  .banner2 {
    padding: 40px 10px;
  }
  .pros-cons__item {
    width: 100%;
  }
  .image.op img {
    opacity: 0.6;
  }
  /* .flex-box__left::after, .flex-box__right::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }  */
  ul.list.duo li, ul.list.third li, ul.list.row li, ul.list.list4 li {
    width: 100%;
  }
  .banner__wrapper, .banner__wrapper2, .banner__wrapper3 {
    padding: 20px 10px;
    margin: 0 auto;
    backdrop-filter: blur(8px);
  }
}



@media screen and (max-width: 600px) {
  .hero-content__wrap {
    padding: 20px 7px;
  }
  
  .language__list {
    padding: 20px 0;
    margin: 20px 0;
  }
  .footer__card-list {
    padding: 0px 0 20px;
    gap: 16px 16px;
    margin-bottom: 20px;
  }

  .main {
    padding: 0px 10px;
  }

  .footer {
    padding-right: 10px;
    padding-left: 10px;
  }
  h1  {
    font-size: 27px;
    line-height: 35px;
    text-align: center;
  }
  .hero-content__rating {
    justify-content: center;
  }
  .hero-content__subtitle {
    text-align: center;
  }
  .hero__button {
    margin: 0 auto;
  }
  .hero {
    margin-top: 76px;
  }
  h2  {
    font-size: 22px;
    line-height: 30px;
  }

  .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 {
    padding: 20px 10px; 
  }
  .box.color p, .box.color h3 {
    color: #fff;
  }
  .image.op2 img {
    opacity: 0.6;
  }

}

@media screen and (max-width: 480px) {
  .article__title, .features__title {
    width: 100%;
  }
  .article__title::after, .features__title::after {
    display: none;
  }
  .article__title::before, .features__title::before {
    display: none;
  }
  .features__list li {
    width: 100%;
    gap: 12px;
  }
  .footer__nav-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .footer__nav-list li::after {
    display: none;
  }
  .footer__down {
    flex-direction: column;
    justify-content: center;
    padding: 20px 10px;
  }
  .footer__cards { 
    padding: 20px 10px;
  }
  .footer__nav {
    padding: 20px 10px;
  }
  .footer__container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .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;
  }
  .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;
  }

  .language__list {
    gap: 10px;
    padding: 0;
  }
  .swiper {
    padding: 0px 24px;
    width: 100%;
  }

}

@media screen and (max-width: 400px) {

    .footer-nav__list {
        width: 100%;
    }
    .language__link {
      padding: 8px 12px;
      width: 100%;
    }
    .banner__logo {
      width: 100%;
      height: auto;
    }
    .banner2__button {
      /* min-width: 90%; */
      margin: 0 auto;
    }
    .container {
      padding: 20px 10px;
    }
}




/* BONUS PAGE */


.breadcrumbs {
  display: flex;
  margin-bottom: 16px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.breadcrumbs li {
  position: relative;
}
.breadcrumbs a {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s linear;
}
.breadcrumbs li:first-child::after {
  content: "|";
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  opacity: 1;
  margin: 0 12px;
}
.breadcrumbs li:last-child span {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: rgba(255, 255, 255, 1);
}


.hero-bonus {
  padding: 27px 30px;
}
.app-bonus {
  padding: 44px 30px;
}
.betting-hero {
  padding: 44px 30px;
}
.hero-content__wrap.bonus {
  max-width: 637px;
}


@media screen and (max-width: 1200px) {
  .hero-bonus, .app-bonus, .betting-hero {
    padding: 40px 10px;
  }
  
}
@media screen and (max-width: 600px) {
  .breadcrumbs {
    justify-content: center;
  }
}


/* APP PAGE */

.box-center {
  margin: 0 auto;
  width: 100%;
  max-width: 834px;
  background: #123D61BF;
  border: 1px solid #FFFFFFB2;
  border-radius: 6px;
  padding: 20px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}


.banner__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.banner__logo {
  width: 254px;
  height: auto;
  position: relative;
}

.box__text {
  background: #172D44B2;
  border: 2px solid #5BA8B3;
  border-radius: 6px;
  padding: 20px;
  position: relative;
  width: 100%;
  max-width: 588px;
}
.box__text2 {
  margin-left: auto;
} 
.buttons__box {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.buttons__box2 {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero.app-hero {
  padding: 8px 40px 10px;
}


@media screen and (max-width: 1530px) {
  .banner__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
  }
  .banner__buttons a:nth-child(1) {
    order: 2;
  }
  .banner__logo {
    order: 1;
  }
  .banner__buttons a:nth-child(3) {
    order: 3;
  }
}
@media screen and (max-width: 950px) {
  .banner2.container {
    padding: 40px 10px;
  }
  .hero.app-hero {
    padding: 8px 10px 10px;

  }
}
@media screen and (max-width: 600px) {
  .box-center {
    padding: 20px;
  }
}


/* SLOT PAGE */

.hero.slot {
  padding: 98px 40px;
}

.box-center__list {
  background: #3372A2E5;
  border-radius: 6px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.box-center__item {
  width: 33.33%;
  padding: 8px 20px;
}
.box-center__item.duo {
  width:50%;
}
.box-center__item.solo {
  width:100%;
}
.box-center__title {
  padding-left: 34px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.box-center__title::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
}

.box-center__item ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 26px;
}

.box-center__item ul li { 
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding-left: 26px;
  color: #fff;
  position: relative;
}

.box-center__item ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
 }


@media screen and (max-width: 1024px) {
  .flex-box.duo {
    flex-direction: column;
  }
  .flex-box.duo .flex-box__left {
    width: 100%;
  }
  .flex-box.duo .flex-box__right {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .box-center__item {
   width:100%;
  }
  .box-center__item.duo {
    width:100%;
  }
  .hero.slot {
    padding: 40px 10px;
  }
  
}