html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
  vertical-align: baseline;
  border: 0;
  outline: 0;
  font-size: 100%;
  padding: 0;
  margin: 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ul,
ol {
  display: block;
  position: relative;
  width: 100%;
  list-style: none;
  text-align: left;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  padding-inline-start: 0;
  -webkit-padding-end: 0;
  -moz-padding-end: 0;
  padding-inline-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  -moz-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  -moz-margin-end: 0;
  margin-inline-end: 0;
  padding: 0;
  margin: 0;
}

a {
  /* display: inline; */
  position: relative;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: inherit;
}

a {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  letter-spacing: normal;
  white-space: nowrap;
  text-transform: none;
  cursor: pointer;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    word-break: break-word;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  p {
    font: inherit;
  }
  
  img,
  video {
    max-width: 100%;
    max-height: 100%;
    -webkit-user-drag: none;
    user-drag: none;
  }

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  background: #130404;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}
* {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  background: #130404;
  color: #ffffff;
}

.no-scroll {
  overflow-y: hidden;
}

  
body.no-scroll {
  overflow-y: hidden;
}
  
a {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s linear;
}
  
button {
  cursor: pointer;
  font-family: inherit;
}
  
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li {
  position: relative;
}
  
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
  
img {
  display: block;
}

.main {
  max-width: 1600px;
  margin: 0 auto;
  padding:  0px 30px 0px 25px;
  display: flex;
  gap: 26px;
  position: relative;
}


.container {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  margin-bottom: 20px;
  background: linear-gradient(0deg, #2D0D0D, #2D0D0D);
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 20px;
  overflow: hidden;
}
.container2 { 
  padding: 0px 0px 20px;
  background: transparent;
}


.short2 {
  max-width: 600px;
}
.short3 {
  max-width: 660px;
}
.short {
  max-width: 630px;
}
.banner-logo__img {
  position: relative;
  width: 200px;
  height: auto;
}

.border {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.border::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px; 
  border-radius: inherit;
  background: linear-gradient(180deg, #E93E3A 0%, #832321 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: 10px;
}
.image-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-short2 {
  max-width: 400px;
  object-position: left;
}

.box-decor {
  position: absolute;
  bottom: 0;
  width: 323px;
  right: 62px;
}

.image-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #5385C1;
  border-radius: 6px;
}


h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  text-transform: uppercase;
  position: relative;
  color: #FFF72E
}



p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 150%;
  
  text-align: left;
  position: relative;
  z-index: 1;
}

div.white p {
  color: #FFF;
}
p.white {
  color: #FFF;
}

p.center {
  text-align: center;
}



h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  position: relative;
  color: #FFF;
  z-index: 1;
  background: linear-gradient(180deg, #E93E3A 0%, #832321 100%);
  border-radius: 16px;
  padding: 14px 12px;
  text-transform: uppercase;
}


h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  position: relative;
  z-index: 1;
}


h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  position: relative;
  z-index: 1;
  text-align: left;
  color: #37C59E;
  text-transform: uppercase;
}

div.list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
  width: 100%;
}
div.list div {
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  line-height:24px;
  color: #FCC211;
  position: relative;
  padding-left: 22px;
}
div.list div::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0px;
  background: #FCC211;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

ul.list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  z-index: 1;
}

ul.list li {
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFF;
  position: relative;
  padding-left: 34px;
}

ul.list2 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

ul.list2 li {
  width: calc(50% - 20px);
  backdrop-filter: blur(50px);
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFF;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(267.44deg, rgba(149, 133, 54, 0.2) 0%, rgba(233, 62, 58, 0.2) 54.58%);
  padding: 20px 20px 20px 54px;
}
ul.list3{
  display: flex;
  flex-direction: column;
  gap: 0px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
ul.list3 li {
  padding: 20px 20px 20px 34px;
}
ul.list3 li:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 3.5%, rgba(255, 255, 255, 0.4) 48.91%, rgba(255, 255, 255, 0) 97%);
}
ul.list4 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
ul.list4 li {
  width: 100%;
  padding: 20px 20px 20px 54px;
  backdrop-filter: blur(50px);
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFF;
  position: relative;
  border-radius: 10px;
  background: linear-gradient(267.44deg, rgba(149, 133, 54, 0.2) 0%, rgba(233, 62, 58, 0.2) 54.58%);
}

ul.list.row {
  flex-direction: row;
  gap: 16px;
}
ul.list.row li {
  width: calc(50% - 8px);
}
ul.list li strong {
  font-weight: 700;
  
}

ul.list li::after {
  content: url("./img/list-icon.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
ul.list2 li::after {
  content: url("./img/list-icon.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
ul.list4 li::after {
  content: url("./img/list-icon.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
ul.list4 li::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px; 
  border-radius: inherit;
  background: linear-gradient(180deg, #E93E3A 0%, #832321 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;
  width: 100%;
  height: 100%;
  transform: translate(0, 0);
}


ol {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap:20px;
  counter-reset: item;
  position: relative;
  z-index: 1;
  width: 100%;
}
ol.list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap:0px;
  counter-reset: item;
  position: relative;
  z-index: 1;
  width: 100%;
}
ol.list2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  counter-reset: item;
  position: relative;
  z-index: 1;
  width: 100%;
}

ol li {
  position: relative;
  z-index: 1;
  width: 100%;
  list-style: none;
  counter-increment: item;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFF;
  padding-left: 46px;
  min-height: 35px;
  display: flex;
  align-items: center;
}

ol.list li {
  position: relative;
  z-index: 1;
  width: 100%;
  list-style: none;
  counter-increment: item;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFF;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: auto;
}
ol.list2 li {
  position: relative;
  z-index: 1;
  width: 100%;
  list-style: none;
  counter-increment: item;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFF;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: auto;
  backdrop-filter: blur(50px);
  background: linear-gradient(267.44deg, rgba(149, 133, 54, 0.2) 0%, rgba(233, 62, 58, 0.2) 54.58%);
  border-radius: 10px;
}

ol li strong {
  font-weight: 700; 
}

ol li::before {
  content: counter(item, decimal) " ";
  font-weight: 600;
  font-size: 17.45px;
  line-height: 24.94px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  min-width: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  z-index: 1;
}
ol.list li::before {
  content: counter(item, decimal) " ";
  font-weight: 600;
  font-size: 17.45px;
  line-height: 24.94px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  min-width: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
ol.list2 li::before {
  content: counter(item, decimal) " ";
  font-weight: 600;
  font-size: 17.45px;
  line-height: 24.94px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  min-width: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

ol.list2 li::after {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px; 
  border-radius: inherit;
  background: linear-gradient(180deg, #E93E3A 0%, #832321 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;
  width: 100%;
  height: 100%;
  transform: translate(0, 0);
}

ol li::after {
  content: url("./img/ol-list.svg");
  width: 32px;
  height: 35px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
ol.list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: auto;
  transform: translateY(0%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 3.5%, rgba(255, 255, 255, 0.4) 48.91%, rgba(255, 255, 255, 0) 97%);
}



ol.row {
  flex-direction: row;
  gap: 69px;
}
ol.row.third {
  flex-direction: row;
  gap: 16px 69px;
}
ol.row li  {
  flex-direction: column;
  gap: 16px;
  width: calc(25% - 53px);
  padding-left: 0;
  padding-top: 64px;
  text-align: center;
  font-weight: 700;
}
ol.row.third li  {
  width: calc(33.33% - 46px);
}
ol.row li::after {
  content: url("./img/list2.svg");
  width: 48px;
  height: 48px;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}
ol.row li::before {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  left: 48.7%;
  transform: translateX(-50%);
  top: 16px;
}


.short {
  max-width: 622px;
}

.decor {
  position: absolute;
  width: 580px;
  height: auto;
  max-height: none;
  right: 20px;
  bottom: 57px;
  z-index: 0;
}


.button {
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  min-width: 170px;
  padding: 14px 20px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  max-width: max-content;
  text-align: center;
  color: #fff;
  background: #4CB63A;
  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.yellow {
  background: #FCC211;
  color: #05071A;
  min-width: 190px;
  padding: 12px 24px;
  border-radius: 10px 10px 20px 20px;
}
.button.register-button {
  min-width: 145px;
}
.button.login-button {
  padding: 13px 19px;
  border: 1px solid #FFF72E;
  color: #FFF72E;
  min-width: 115px;
  background: transparent;
}


header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #130404;
  z-index: 103;
}
.header__container {
  max-width: 1600px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 80px;

}

.header__logo {
  margin-right: 135px;
  margin-left: 0px;
}
.header__logo img {
  width: 124px;
  height: 52px;
}


.header-menu__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.header-menu__list li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #FFF;
  position: relative;
  transition: color 0.3s linear;
}
.header-menu__list li::after {
  content: url("./img/header-menu.svg");
  width: 30px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}


.header-menu__list a.active {
  color: #FFF72E;
}
.header-menu__list a:hover {
  color: #FFF72E; 
}



.header__right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-left: auto;
  position: relative;
}
.header__buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}


.header__lang {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: none;
  background: transparent;

}

.header__lang-flag {
   display: block;
   border-radius: 50%;
   width: 24px;
   height: 24px;
   margin-right: 0px;
}
.header__lang-arrow {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  transition: transform 0.3s ease;
}
.header__lang-arrow.active {
  transform: rotate(180deg);
}

.langs {
  position: relative;
}

.lang-dropdown {
  position: absolute;
  top: 100%;  
  right: -3px;
  margin-top: 11px;
  background: #1E2A33;
  border-radius: 0 0 6px 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 106;
  max-width: 98px;
  min-width: 98px;

  max-height: calc(100vh - 60px);
  overflow-y: auto;
}

.lang-dropdown::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.lang-dropdown {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.lang-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lang-dropdown__close {
  width: 10px;
  height: 10px;
  background: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 107;
}
.lang-dropdown__close img {
  width: 10px;
  height: 10px;
}

.lang-dropdown__list {
  display: flex;
  flex-direction: column;
  padding: 20px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 13px;
}
.lang-dropdown__list li {
  width: 100%;
  flex-shrink: 0;

}
.lang-dropdown__list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s linear;
}
.lang-dropdown__list li a:hover {
  color: #37C59E;
}
.lang-dropdown__list li a img  {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.lang-modal__close {
  width: 32px;
  height: 32px;
  border: none;
  outline: none;
  background: transparent;
  position: absolute;
  top: -16px;
  right: 16px;
  z-index: 1;
}



.hero {
  position: relative;
  padding: 68px 60px;
  margin-top: 80px;
  margin-right: -30px;
  margin-bottom: 20px;
  background: transparent;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
 
.hero__image img {
  right: 0px;
  width: calc(100% + 30px);
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  object-position: right;
}

.hero-content__rating {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 16px;
}


.hero-content__subtitle {
  font-size: 14px;  
  font-weight: 500;
  line-height: 135%;
  color: #fff;  
  text-align: left;
  margin-top: 24px;
  margin-bottom: 24px;
}

.hero-content__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 648px;
  position: relative;
  margin: 0;
}


.features__box {
  overflow: auto;
  position: relative;  
  border-radius: 15px;
  background: linear-gradient(267.44deg, rgba(149, 133, 54, 0.2) 0%, rgba(233, 62, 58, 0.2) 54.58%);

}
.features__box::-webkit-scrollbar {
  display: none;
}
.features__list  {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  border-radius: 15px;
}
.features__list thead {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(180deg, #E93E3A 0%, #832321 100%);
}
.features__list tbody {
  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-weight: 400;
  font-size: 14px;
  line-height: 135%;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: start;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.features__list tbody tr:not(:last-child) td::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 3.5%, rgba(255, 255, 255, 0.4) 48.91%, rgba(255, 255, 255, 0) 97%);
}



.features__list tr td {
  position: relative;
  height: auto;
}


.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: 14px;
  line-height: 135%;
  color: #fff;
}
.features__list tr td {
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #fff;
}


.pros-cons__list {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.pros-cons__el{
  width: calc(50% - 10px);
  padding: 20px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(267.44deg, rgba(149, 133, 54, 0.2) 0%, rgba(233, 62, 58, 0.2) 54.58%);
  border-radius: 10px;
}
.pros-cons__el h4 {
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  padding-bottom: 20px;
}
.pros-cons__el h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 3.5%, rgba(255, 255, 255, 0.4) 48.91%, rgba(255, 255, 255, 0) 97%);
}
.pros-cons__item-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 44px 20px;
}
.pros-cons__item-list div {
  padding-left: 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  position: relative;
}
.pros-cons__item-list div::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 6px;
  height: 6px;
  background: #37C59E;
  border-radius: 50%;
}

.banner.container {
  display: flex;
  position: relative;
  border-radius: 10px;
  padding: 151px 130px;
  background: transparent;
}
.banner2 {
  display: flex;
  position: relative;
  background: transparent;
  overflow: hidden;
  border-radius: 20px;
  padding: 68px 78px;
}
.banner3 {
  display: flex;
  position: relative;
  background: transparent;
  overflow: hidden;
  border-radius: 20px;
  padding: 151px 50px;
}
.banner4 {
  display: flex;
  position: relative;
  background: transparent;
  overflow: hidden;
  border-radius: 20px;
  padding: 150px 40px;
}
.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: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  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.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: 690px;
  margin: 0;
  padding: 0px;
}
.banner__wrapper2 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 100%;
  max-width: 470px;
  margin-left: auto;
  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: 32px;
  line-height: 32px;
  text-align: left;
  width: 100%;
  color: #FFF72E;
  margin-bottom: 10px;
  background: transparent;
  padding: 0;
  border: none;
  text-transform: uppercase;
}

.banner__text {
  font-weight: 500;
  font-size: 26px;
  line-height: 119%;
  text-align: left;
  margin-bottom: 24px;
  color: #FFF;
}

.banner__buttons {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  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: 260px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  z-index: 1;
  border-radius: 12px;
  background: #4CB63A;
}

.banner2__button div {
  font-weight: 700;
  font-size: 16px;
  line-height: 128%;
  text-align: center;
  text-transform: uppercase;
  color:#fff;
  min-width: 128px;
}
.banner2__button.second div {  
  min-width: 156px;
}


.bonus-item {
  display: flex;
  gap: 20px;
  padding: 20px;
  border-radius: 6px;
  background: linear-gradient(90deg, #009382 0%, #5486C2 100%);
  position: relative;
  align-items: stretch;

}
.bonus-item__image {
  width: 100%;
  max-width: 160px;
  flex-shrink: 0;
}
.bonus-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.bonus-item__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bonus-item__text h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.bonus-item__text p {
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

.box {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  backdrop-filter: blur(50px);
  background: linear-gradient(267.44deg, rgba(149, 133, 54, 0.2) 0%, rgba(233, 62, 58, 0.2) 54.58%);
}
.box.second {
  background: #192329E5;

}
.box2 {
  padding: 0 20px;
}
.box3 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.box4 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: stretch;
  padding: 0;
}

.box-img {
  width: 45%;
}
.box-text {
  width: calc(55% - 20px);
  display: flex;
  flex-direction: column; 
  gap: 20px;
}
.box-img2 {
  width: 35%;
}
.box-text2 {
  width: calc(65% - 20px);
  display: flex;
  flex-direction: column; 
  gap: 20px;
}
.box-text3 {
  width: calc(58% - 20px);
  padding: 20px;
  display: flex;
  flex-direction: column; 
  justify-content: center;
}
.box-img3 {
  width: 42%;
}
.box-img3 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


.flex-box {
  display: flex;
  gap: 20px;
  align-items: stretch;
  flex-wrap: wrap;
}

.flex-box__item {
  width: calc(50% - 10px);
  background: #14152DCC;
  border: 1px solid #FCC211;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}




.games__box {
  overflow: auto;
  position: relative;  
  border-radius: 15px;
  background: linear-gradient(267.44deg, rgba(149, 133, 54, 0.2) 0%, rgba(233, 62, 58, 0.2) 54.58%);
}

.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;
  font-weight: 700;
  font-size: 14px;
  line-height: 135%;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(180deg, #E93E3A 0%, #832321 100%);
}

.games__table tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 430px;
  overflow-y: auto;
}
.games__table tbody::-webkit-scrollbar {
  display: none;
}
.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;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  text-align: left;
  display: flex;
  align-items: stretch;
  justify-content: start;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.games__table tbody tr:not(:last-child) td::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 3.5%, rgba(255, 255, 255, 0.4) 48.91%, rgba(255, 255, 255, 0) 97%);
}


.games__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.games__table tr th {
  width: 33.33%;
  text-align: left;
}

.games__table tr td {
  width: 33.33%;
  height: auto;
}


.games__table tr td ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.games__table tr td ul li {
  padding-left: 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  position: relative;
}
.games__table tr td ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 6px;
  height: 6px;
  background: #37C59E;
  border-radius: 50%;
}

.games__table tr td {
  position: relative;
}



.games__box2 {
  overflow: auto;
  position: relative;
  border: 1px solid #5385C1;
  border-radius: 6px;
  background: #1B262D;
}

.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: linear-gradient(0deg, #142B2C 0%, #265B89 100%);

  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-transform: capitalize;
}

.games__table2 tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.games__table2 thead {
  overflow: hidden;
}
.games__table2 thead tr th {
  padding: 18px 20px;
  display: flex;
  align-items: center;
}
.games__table2 tbody tr td {
  padding: 8px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}
.games__table2 tbody tr:not(:last-child) {
  border-bottom: 1px solid #5385C1;
}
.games__table2 thead tr th:not(:last-child) {
  border-right: 1px solid #5385C1;
}
.games__table2 tbody tr td:not(:last-child) {
  border-right: 1px solid #5385C1;
}

.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:15%;
}
.games__table2 tr th:nth-child(2), .games__table2 tr td:nth-child(2) {
  width:20%;
}
.games__table2 tr th:nth-child(3), .games__table2 tr td:nth-child(3) {
  width:20%;
}
.games__table2 tr th:nth-child(4), .games__table2 tr td:nth-child(4) {
  width:45%;
}

.games__table2 tr td ul {
  display: flex;
  flex-direction: column;
}
.games__table2 tr td ul li {
  padding-left: 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  position: relative;
}
.games__table2 tr td ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 6px;
  height: 6px;
  background: #37C59E;
  border-radius: 50%;
}


.games__box4 {
  overflow: auto;
  position: relative;  
  border: 1px solid #FCC211;
  border-radius: 15px;
  background: #14152D;
}

.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: #FCC211;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #000;
}

.games__table4 tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #FFF;
}

.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 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.games__table4 tr th {
  width:16.7%;
  text-align: left;
}

.games__table4 tr td {
  width:16.7%;
}

.games__table4 tr td {
  position: relative;
}
.games__table4 tbody tr {
  border-top: 1px solid #FCC211;
}
.games__table4 tr td:not(:last-child) {
 border-right: 1px solid #FCC211;
}


.games__box3 {
  overflow: auto;
  position: relative;  
  border-radius: 15px;
  background: linear-gradient(267.44deg, rgba(149, 133, 54, 0.2) 0%, rgba(233, 62, 58, 0.2) 54.58%);
}

.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: 135%;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(180deg, #E93E3A 0%, #832321 100%);
}

.games__table3 tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.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;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  text-align: left;
  display: flex;
  align-items: stretch;
  justify-content: start;
  position: relative;
  overflow: hidden;
  color: #fff;
}


.games__table3 tbody tr:not(:last-child) td::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 3.5%, rgba(255, 255, 255, 0.4) 48.91%, rgba(255, 255, 255, 0) 97%);
}


.games__table3 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.games__table3 tr th, .games__table3 tr td {
  width: 20%;
  text-align: left;
}


.games__table3 tr td {
  height: auto;
}

.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: linear-gradient(267.44deg, rgba(149, 133, 54, 0.2) 0%, rgba(233, 62, 58, 0.2) 54.58%);
  border-radius: 10px;
  overflow: hidden;
}
.ac::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px; 
  border-radius: inherit;
  background: linear-gradient(180deg, #E93E3A 0%, #832321 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;
}

.ac:not(:last-child) {
  margin-bottom: 20px;
}
.ac-header {
  width: 100%;
  border: none;
}
.ac-header::after, .ac-header::before {
  display: none;
}
.ac .ac-trigger {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-align: left;
  color: #FFFFFF;
  padding: 16px 60px 16px 20px !important;
  white-space: normal;
  border-bottom: 2px solid transparent;
}
  
.ac .ac-trigger:focus {
  color: #FFFFFF;
}

.ac.is-active > .ac-header {
  color: #FFFFFF;
}
.ac.is-active > .ac-header .ac-trigger {
  color: #FFF;
  border-bottom: 2px solid #832321;
}

.ac .ac-panel {
  padding: 0;
}
.ac .ac-panel div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 20px;
}
.ac .ac-panel p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  color: #ffffff;
  margin: 0;
}
  
.ac .ac-trigger::after {
  content: url('./img/arrow-up.svg');
  width:24px; 
  height: 24px;
  flex-shrink: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.ac.is-active > .ac-header .ac-trigger::after {
  content: url('./img/arrow-up.svg');
  width:24px;
  height: 24px;
  transform: translateY(-50%) rotate(0deg);
}

.reviews__box {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.reviews__item {
  border-radius: 10px;
  position: relative;
  padding: 20px;
  background: linear-gradient(267.44deg, rgba(149, 133, 54, 0.2) 0%, rgba(233, 62, 58, 0.2) 54.58%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(33.33% - 13.33px);
}

.reviews__item::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px; 
  border-radius: inherit;
  background: linear-gradient(180deg, #E93E3A 0%, #832321 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;
}

.reviews__img {
  width: 60px;
  height: 60px;
}
.reviews-item__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reviews-item__top {
  display: flex;
  gap: 16px;
  align-items: center;  
  justify-content: flex-start;
  flex-wrap: wrap;
}

.reviews__item h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #FFF72E;
  text-transform: capitalize;
}
.reviews-item__text {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.reviews-item__text strong {
  font-weight: 700;
  display: block;
}
.rating-item__list {
  display: flex;
  gap: 2px;
  max-width: max-content;
}
.reviews-item__rate {
  display: flex;
  align-items: center;
  gap: 2px;
}
.reviews-item__rate img {
  width: 18px;
  height: 18px;
}
.reviews-item__rate p {
  display: flex;
  gap: 4px;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}
.reviews-item__rate p span:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.swiper-slide {
  width: calc(50% - 10px); 
  max-width: 558px;
    background: #181E29;
  box-shadow: 0px 4px 15px 0px #E93E3A;
  border-radius: 16px;

}

.swiper {
    padding: 10px 52px;
    width: 100%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none; 
}


.swiper-button-next {
  background-image: url('img/sw-arr-right.svg');
  width: 32px;
  height: 32px;
  right: 0px;
  left: auto;

}
.swiper-button-prev {
  background-image: url('img/sw-arr-left.svg');
    width: 32px;
  height: 32px;
  left: 0px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
    cursor: auto;
    pointer-events: none;
}

.grade {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
.grade li {
  border-radius: 6px;
  padding: 28px 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background: linear-gradient(90deg, #436FA4 21.29%, #278D71 100%);
  overflow: hidden;
  width: calc(20% - 12.8px);
}
.grade li h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 165%;
  text-align: center;
  text-transform: uppercase;
}
.grade li p {
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.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: 34px;
  height: 34px;
}

.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;
}  


.footer {
  position: relative;
  padding: 0px 10px 100px;
}


.footer__line {
  width: 100%;
  height: auto;
  margin: 0 auto 32px;
}

.footer__nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 33px;
  margin-bottom: 60px;
  padding: 0 88px;
}

.footer__nav li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #D8D3D3;
  position: relative;
  transition: all 0.3s ease;
}

.footer__nav li a:hover {
  color: #fff;
}

.footer__nav li:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -16px;
  width: 1px;
  height: 100%;
  background-color: #FFF72E;
}

.language__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 20px;
  justify-content: center;
}
.language__link {
  display: flex;
  background: #2D0D0D;
  border-radius: 12px;
  padding: 12px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid transparent;
  transition: all 0.3s ease;

}
.language__link:hover {
  border: 2px solid #FCC211;
}
.language__link img {
  width:24px;
  height:24px;
}

.footer__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #D8D3D3;
}

.footer__age {
  width: 40px;
  height: 40px;
  margin: 0 auto 40px;
  display: block;
}


.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% - 237px);
  position: relative;
}


.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  left: 20px;
  height: calc(100vh - 100px);
  overflow-y: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 239px;
  -webkit-flex: 0 1 239px;
  flex: 0 1 239px;
  padding:0 0px 20px;
  flex-shrink: 0;
  z-index: 1;
}

.sidebar::-webkit-scrollbar {
  display: none;
  width: 0;
}
  
  
@media screen and (min-width: 1600px) {
  .sidebar {
    left: calc((100% - 1600px) / 2 + 30px);
  }
}
  
.aside-left-wrap__buttons {
  display: flex;  
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.aside__button {
  padding: 20px 8px 20px 90px;
  min-width: 100%;
  background: linear-gradient(267.44deg, #FAD000 8.33%, #BD2916 54.58%);
  box-shadow: 0px -3px 0px 0px #A0140A inset, 0px 1px 0px 0px #E4EAEA inset;

  border-radius: 6px;
  border: none;
  outline: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  overflow: hidden;
  text-align: left;
  transition: all 0.3s ease;
}
.aside__button:hover {
  opacity: 0.8;
}

.aside__button:nth-child(1)::before {
  content: url('./img/ab1.svg');
  position: absolute;
  width: 70px;
  height: auto;
  bottom: -4px;
  left: 6px;
}
.aside__button:nth-child(2)::before {
  content: url('./img/ab2.svg');
  position: absolute;
  top: 2px;
  left: 8px;
  width: auto;
  height: 58px;
}
  
.aside-left__wrapper {
  position: sticky;
}
.aside-left__wrap {
  overflow-y: auto;
  height: auto;
  padding: 0px 12px;
}

.aside-left__wrap::-webkit-scrollbar {
  width: 0;
}

.aside-left-wrap__box {
  background: #2D0D0D;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px #130404;
  padding: 0 5px 20px;
}


.application {
  background: #412F2F;
  border-radius: 5px;
  padding: 22px 12px;
  position: relative;
  box-shadow: 0px 1px 0px 0px #FFFFFF4D inset, 0px 3px 1px 0px #342525;
  min-height: 74px;
  margin-top: 10px;
  display: block;
  transition: all 0.3s ease;  
}
.application:hover {
  opacity: 0.8;
}
.application__img {
  position: absolute;
  bottom: 0px;
  right: 1px;
  width: 81px;
  height: auto;
}
.application h5 {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
  color: #fff;
}
.application p {
  font-size: 10px;
  line-height: 120%;
  color: #FFFFFF99;
}


  
.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: 0px;
}


.aside-left-wrap__list li a {
  padding: 15px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.5px;
  text-align: left;
  position: relative;
  gap: 15px;
  display: flex;
  align-items: center;
  color: #D8D3D3;
  transition: all 0.1s linear;
}
.aside-left-wrap__list li a:hover {
  color: #fff;
}
.aside-left-wrap__list li a img {
  width: 24px;
  height: auto;
}
.counter {
  background: #4CB63A;
  border-radius: 5px;
  width: 25px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  color: #130404;
  font-size: 14px;
  line-height: 18px;
}

.aside-left__nav {
    border-radius: 12px;
    background: #2D0D0D;
    margin-top: 16px;
    padding: 16px 17px;
}

.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: 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
  text-align: left;
  color: #FFF;
  cursor: pointer;
  transition: all 0.3s linear;
}


.aside-left-nav__desc::after {
  content: url('./img/lang-arr.svg');
  position: absolute;
  right: 0px;
  width: 20px;
  height: 20px;
  top: -3px;
  transform: rotate(180deg);
  transform-origin: center center;
  transition: all 0.3s linear;
}

.aside-left-nav__desc.active::after{
  content: url('./img/lang-arr.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;
  padding: 10px 0px 0px 0px;
}

.aside-left-nav__list.visible::-webkit-scrollbar {
  width: 0;
}

.aside-left-nav__list {
  display: flex;
  flex-direction: column;
  padding-bottom: 0px;
  gap: 8px;
}

.aside-left-nav__list li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -5%;
  color: #fff;
  text-align: left;
  position: relative;
  display: flex;
  transition: all 0.3s linear; 
}

.aside-left-nav__list li a:hover {
  color: #FCC211;
}


.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: 1440px) {
  .decor {
      width: 280px;
      bottom: 50%;
      transform: translateY(50%);
  }
}
@media screen  and (max-width: 1360px) {
  .opac {
    opacity: 0.2;
  }
  .hero-content__wrap {
    margin: 0 auto;
    padding: 20px 10px;
    background: rgba(45, 13, 13, 0.5);
    
    backdrop-filter: blur(4px);
    border-radius: 10px;
    padding: 24px;
  }
  .promotions-list__item2 {
    width: 100%;
  }
  .image-short2 {
    max-width: 950px;
  }
  .box-decor {
    display: none;
  }
  .opacity2 {
    opacity: 0.3;
  }
  .games__table2 tr th:nth-child(1), .games__table2 tr td:nth-child(1) {
    width:200px
  }
  .games__table2 tr th:nth-child(2), .games__table2 tr td:nth-child(2) {
    width:300px;
  }
  .games__table2 tr th:nth-child(3), .games__table2 tr td:nth-child(3) {
    width:300px;
  }
  .games__table2 tr th:nth-child(4), .games__table2 tr td:nth-child(4) {
    width:400px;
  }
}
@media screen  and (max-width: 1280px) {
    .banner__wrapper, .banner__wrapper2, .banner__wrapper3, .banner__wrapper4 {
    padding: 20px 10px;
    backdrop-filter: blur(8px);
    margin: 0 auto;
    padding: 20px 10px;
    background: #2632a514;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
  }
  .banner3 {
    padding: 90px 10px;
  }
  .banner2 {
    padding: 90px 60px;
  }
  .banner__title {
    text-align: center;
  }
}
@media screen  and (max-width: 1200px) {
  .hero {
    margin-right: 0;
  }
  .decor {
    position: static;
    transform: translate(0, 0);
    inset: 0;
    margin: 0 auto;
  }
  .short  {
    max-width: none;
  }
  .hero__image img {
    right: 0px;
    width:100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    object-position: right;
  }
  .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;
    padding-right: 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;
    background-image: none;
  }
  .aside-left__nav {
    padding: 0px;
    margin: 0;

  }
  .aside-left-nav__desc::after {
    top: 8px;
    right: 16px;
  }
  .aside-left-nav__list.visible {
    padding: 0 10px 10px;
  }
  .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;
  }
}

@media screen and (max-width: 1120px) {
  .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 {
    padding-right: 20px;
    height: 60px;
  }
  .hero {
    margin-top: 70px;
  }
  .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: #130404;

    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: #FFF72E;
    border: 1px solid #FFF72E;
    border-radius: 12px;
  }
  .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-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .burger-menu .button.register-button {
    width: 300px;
    height: 46px;
    max-width: 100%;
        font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .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;
    margin-left: 0;
  }
  .header__logo img {
    width: 100%;
    height: auto;
  }

}

@media screen and (max-width: 1024px) {
  .hero-content__wrap {
    margin: 0 auto;
    backdrop-filter: blur(4px);
  }
  .hero {
    padding: 40px 10px;
  }
  .rating__list {
    flex-direction: column;
  }
  .rating__item {
    width: 100%;
  }
  .flex-box {
    flex-direction: column;
  }
  .flex-box__item {
    padding: 20px 10px;
    width: 100%;
  }
  .list2 {
    flex-direction: column;
  }
  ul.list2 li {
    width: 100%;
    padding: 20px 10px 20px 44px;
  }
  ul.list2 li::after {
    left: 10px;
  }
  .pros-cons__el {
    padding: 20px 10px;
  }
  ol.list2 li {
    padding: 20px 10px;
  }
  ol.list2 li::before {
    left: 10px;
  }
  ul.list3 li {
      padding: 20px 10px 20px 34px;
  }
  .games__table2 tr th {
    width: 200px;
  }

  .games__table2 tr td {
    width: 200px;
  }

  .games__table3 tr th, .games__table3 tr td {
    width: 300px;
  }
  .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: calc(50% - 10px);
  }
  .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: #2632a514;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
  }
  .banner__title, .banner__text {
    text-align: center;
  }
  .features__list.second tr td:nth-child(1), .features__list.second tr th:nth-child(1) {
    width: 50%;
  }
  .features__list.second tr td:nth-child(2), .features__list.second tr th:nth-child(2) {
    width: 50%;
  }
  .features__list.third tr td:nth-child(1), .features__list.third tr th:nth-child(1) {
    width: 50%;
  }
  .features__list.third tr td:nth-child(2), .features__list.third tr th:nth-child(2) {
    width: 50%;
  }
  ol.row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  ol.row li, ol.row.third li {
    width: calc(50% - 10px);
  }
  .banner__wrap {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }

  .banner.container, .banner3.container, .banner4.container, .banner5.container, .banner6.container {
    padding: 40px 10px;
  } 
  .banner__title {
    font-size: 24px;
    text-align: center;
    line-height: 100%;
  }
  .banner__text {
    font-size: 16px;
    text-align: center;
  }
  .banner__wrapper, .banner__wrapper2  {
    padding: 20px 10px;
  }
  .box3 {
    flex-direction: column;
  }
  .box-img, .box-img2, .box-img3 {
    width: 100%;
  }
  .box-img img, .box-img2 img, .box-img3 img {
    width: 100%;
    object-fit: cover;
    max-height: 400px;
  }
  .box-text, .box-text2, .box-text3 {
    width: 100%;
  }
  .box4 {
    flex-direction: column; 
  }
  .box-text3  {
    padding: 20px 10px;
  }
}


@media screen and (max-width: 768px) {
  .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;
  }
  .reviews__item {
    padding: 20px 10px;
  }
  .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;
  }

  .banner__image {
    width: 100%;
  }

  .banner {
    padding: 20px;
  }
  .hero__image img {
    object-position: 75%;
  }
  .hero-content__wrap {
    padding: 20px 10px;
  }
  .pros-cons__item-list {
    padding: 16px 10px 20px;
  }
  .features__list tr td:nth-child(1),.features__list tr th:nth-child(1) {
    width: 250px;
  }
  .features__list tr td:nth-child(2),.features__list tr th:nth-child(2) {
    width: 300px;
  }
  .features__list.second tr td:nth-child(1),.features__list.second tr th:nth-child(1) {
    width: 300px;
  }
  .features__list.second tr td:nth-child(2),.features__list.second tr th:nth-child(2) {
    width: 300px;
  }
  .features__list.third tr td:nth-child(1),.features__list.third tr th:nth-child(1) {
    width: 100px;
  }
  .features__list.third tr td:nth-child(2),.features__list.third tr th:nth-child(2) {
    width: 150px;
  }


  .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;
  }
  .box {
    padding: 20px 10px;
  }
  .box.box4 {
    padding: 0px;
  }
  .last-box2 {
    margin: 0;
  }
  .banner__wrap, .banner__wrap2, .banner__wrap3 {
    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;

  }
  .games__table tr th,.games__table tr td {
    width: 200px;
  }
  .games__table tr th:nth-child(2),.games__table tr td:nth-child(2) {
    width: 300px;
  }
  .games__table2 tr th:nth-child(4), .games__table2 tr td:nth-child(4) {
    width:300px;
  }
  .games__table.second tr th:nth-child(1), .games__table.second tr td:nth-child(1) {
    width: 200px;
  }
  .games__table.second tr th:nth-child(2), .games__table.second tr td:nth-child(2) {
   width: 300px;
  }
  .games__table.second tr th:nth-child(3), .games__table.second tr td:nth-child(3) {
   width: 300px;
  }
  .box2, .box3 {
    flex-direction: column;
  }
  .box-right, .box-right2 {
    width: 100%;
    max-width: none;
  }
  .box-right img, .box-right2 img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-position: center;
  }
  .box-left, .box-left2 {
    width: 100%;
  }
  .box-left {
    padding: 20px 10px;
  }

  .footer__nav {
    padding: 0;
  }
  .footer {
    padding-bottom: 60px;
  }
}



@media screen and (max-width: 600px) {
  .bonus-item {
    flex-direction: column;
    padding: 20px 10px;

  }
  .bonus-item__image {
    width: 100%;
    max-width: none;
  }
  .bonus-item__image img {
    max-width: none;
    width: 100%;
  }

    .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;
  }
  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, .banner__wrapper2  {
  align-items: center;
  }
  
  .hero-content__wrap {
    align-items: center;
  }

  .box  {
    padding: 20px 10px; 
  }
  .box2  {
    padding: 0px 10px; 
  }
  .box.color p, .box.color h3 {
    color: #fff;
  }
  .image.op2 img {
    opacity: 0.6;
  }
  .ac .ac-trigger {
      font-size: 15px;
      line-height: 25px;
  }
  .reviews-item__img {
      top: -55px;
  }
  .footer__cards {
    margin-bottom: 40px;
  }
      .grade li {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .footer__down {
    flex-direction: column;
    gap: 20px;
  }
  .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 {
    margin-bottom: 20px;
  }
  .footer__down {
    gap: 20px;
    margin: 20px 0;
  }
  .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;
  }
}

@media screen and (max-width: 425px) {
  .decor {
    width: 100%;
  }
  .banner2__button div {
    font-size: 15px;
  }
  .banner__wrapper, .banner__wrapper2   {
    width: 100%;
  }
  .language__link {
    width: 100%;
  }
  .language__list  {
    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;
  }
  .footer__age, .footer__line {
    margin-bottom: 20px;
  }
  .footer__nav li::after {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .banner2__button {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}


/* BONUS PAGE */


.breadcrumbs {
  display: flex;
  margin-bottom: 16px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.breadcrumbs li {
  position: relative;
}

.breadcrumbs a {
  font-weight: 500;
  font-size: 14px;
  line-height:24px;
  text-transform: uppercase;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s linear;
}
/* .breadcrumbs li:first-child::after {
  content: "|";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #fff;  
  text-align: left;
  opacity: 1;
  margin: 0 22px;
} */
.breadcrumbs li:last-child a {
  font-weight: 500;
}
.hero.bonus {
  padding: 97px 60px;
}
.hero.app {
  padding: 98px 60px 95px;
}

.hero-content__wrap.app {
  max-width: 640px;
}
.bonus__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.bonus-list__item {
  width: calc(50% - 10px);
  position: relative;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
.bonus-list__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


@media screen and (max-width: 950px) {
 .bonus-list__item {
  width: 100%;
  padding: 20px 10px;
 }
 .op5 {
  opacity: 0.5;
 }
}
@media screen and (max-width: 768px) {
  .hero.bonus, .hero.app, .hero.betting {
    padding: 40px 10px;
  }
  .banner__item ul {
    padding-left: 0px;
  }
  .breadcrumbs {
    justify-content: center;
  }
  .container2, .container {
    padding: 20px 10px;
  }
  .hero-content__subtitle.bonus {
    text-align: center;
  }
  ul.list4 li {
    padding: 20px 10px 20px 44px;
  }
  ul.list4 li::after {
    left: 10px;
  }
}





