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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

:root {
  --color-blue: #181e29;
  --color-dark-blue: #181e29;
  --color-light-blue: #2e394d;
  --color-yellow: #fcc211;
  --color-white: #ffffff;
  --color-footer: #fff5d6;
  --color-white-btn: #fff5d6;
  --color-black-btn: #23293a;
  --color-red: #e93e3a;
  --color-bg: #05071a;
  --color-gray: #4c5571;
  --color-gray-alt: rgba(255, 245, 214, 0.6);
  --color-gray-black: #404e5b;
  --container-width: 1440px;
  --container-padding-x: 20px;
  --section-padding-y: 50px;
  --transition-duration: 0.3s;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style-type: none;
}

h2,
h3,
h4 {
  color: var(--color-yellow);
}

h2 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 700;
  vertical-align: middle;
}

h3 {
  margin: 20px 0;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  vertical-align: middle;
}

h4 {
  margin: 20px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  vertical-align: middle;
}

p {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.6;
  vertical-align: middle;
}

p:has(+ ul),
p:has(+ ol) {
  margin-bottom: 4px;
}

p:has(+ img),
p:has(+ table),
p:has(+ div) {
  margin-bottom: 4px;
}

h3:has(+ ul),
h3:has(+ ol) {
  margin-bottom: 4px;
}

h4:has(+ ul),
h4:has(+ ol) {
  margin-bottom: 4px;
}

section > * + ul,
section > * + ol {
  margin-top: 4px;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  color: black;
}

body {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-white);
}

.wrapper {
  padding-left: calc(50% - ((1580px - 180px) / 2));
  padding-right: calc(50% - ((1580px - 180px) / 2));
  background-color: var(--color-bg);
}

/* * Header */
header {
  flex-direction: row;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: auto;
  margin-top: 0;
  min-height: 80px;
  overflow: visible;
  display: flex;
  align-items: center;
  background: var(--color-bg);
  padding-left: max(20px, calc(50% - ((1580px - 180px) / 2)));
  padding-right: max(20px, calc(50% - ((1580px - 180px) / 2)));
}

.logo {
  display: inline-block;
  background: #23293a;
  width: 240px;
  border-radius: 16px 16px 0 0;
  padding-top: 4px;
  margin-top: 8px;
}

.logo img {
  display: block;
  max-width: 260px;
}

.logo__background {
  margin: 0 auto;
}

.menu-button,
.header__menu .header__button {
  display: none;
}

.header__menu {
  margin: 0 auto 0 40px;
  background-color: var(--color-bg);
}

.header__menu ul {
  display: flex;
  align-items: center;
}

.header__menu ul li + li {
  position: relative;
  padding-left: 32px;
}

.header__menu ul a {
  color: #fff5d6;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.28;
  text-transform: capitalize;
  transition: 0.3s ease;
}

.header__menu ul a:hover {
  color: var(--color-yellow);
}

.header__login {
  padding: 13px 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border: none;
  color: #ffffff;
  background: #23293a;
  cursor: pointer;
  transition: 0.3s;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 122 42' fill='none'%3E%3Cpath d='M113.303 40.0479H8.4368C4.40346 40.0479 0.975128 36.2861 1.57005 32.5148L5.23029 9.49674C5.82521 5.72547 10.4535 1.9542 14.4868 1.9542H108.262C112.295 1.9542 116.833 5.73499 117.337 9.51579L120.372 32.4958C120.876 36.2766 117.337 40.0479 113.303 40.0479Z' fill='%2323293a'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 9px;
}

.header__login:hover {
  transform: scale(1.05);
}

.header__signup {
  padding: 13px 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: var(--color-yellow);
  color: var(--color-black-btn);
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='134' height='42' viewBox='0 0 134 42' fill='none'%3E%3Cpath d='M9.06082 1.95215H125.94C129.97 1.95215 133.396 5.71411 132.801 9.4856L129.144 32.505C128.549 36.2765 123.924 40.048 119.894 40.048H14.0987C10.0684 40.048 5.53431 36.267 5.03052 32.4859L1.99772 9.50464C1.49393 5.72363 5.03052 1.95215 9.06082 1.95215Z' fill='%23fcc211'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.3s;
}

.header__signup:hover {
  transform: scale(1.05);
}

/* Languages */
.header__language {
  text-transform: uppercase;
  color: #fec07e;
  line-height: 1.46667;
  display: flex;
  align-items: center;
  margin-left: 24px;
}

.header__language img {
  display: block;
  width: 24px;
  height: 24px;
  max-width: 24px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 6px;
}

.main__buttons {
  display: none;
}

/* main */
.main_conteiner {
  flex: 1 1 100%;
  margin-left: 0;
}

.main_conteiner {
  position: relative;
  overflow: hidden;
  flex: 1 1 calc(100% - 260px - 10px);
  margin-left: 270px;
  padding-top: 100px;
}

.main_conteiner section {
  overflow: hidden;
  position: relative;
  padding: 20px;
  background: #4e0101;
}

.main_conteiner .hero {
  padding: 64px 20px;
  background: transparent;
}

section.main_conteiner img {
  display: block;
  width: 100%;
  display: block;
}

.main_conteiner img {
  display: block;
}

.background {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: var(--color-bg);
  border-radius: 12px;
}

.background img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero_text {
  position: relative;
  max-width: 755px;
  z-index: 2;
}

h1 {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
}

.hero_text p {
  margin-bottom: 24px;
  max-width: 530px;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.hero_text div {
  margin-bottom: 8px;
  display: flex;
  gap: 12px;
}

.hero_text div span {
  color: #fcc211;
  font-size: 16px;
  font-weight: 700;
  font-style: bold;
  line-height: normal;
  white-space: nowrap;
}

.reg-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  background-color: var(--color-yellow);
  color: #05071a;
  line-height: normal;
  border: none;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: 20px;
  padding: 10px 41px 10px 24px;
  white-space: nowrap;
  transform: skew(-9deg, 0);
  will-change: transform;
  transition: var(--transition-duration);
}

.reg-button > span {
  display: block;
  transform: skew(9deg, 0);
}

.reg-button::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 25px;
  background-color: var(--color-yellow);
  transform: skew(18deg, 0);
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  left: -16px;
  top: 0;
}

.reg-button:hover,
.reg-button:active,
.reg-button:focus {
  transform: skew(-9deg, 0) scale(1.1);
  transition: var(--transition-duration);
}

.login-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  background-color: var(--color-black-btn);
  color: var(--primary-text-color);
  line-height: normal;
  border: none;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: 20px;
  margin-right: 8px;
  padding: 10px 41px 10px 24px;
  white-space: nowrap;
  transform: skew(9deg, 0);
  will-change: transform;
  transition: var(--transition-duration);
}

.login-button::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 25px;
  background-color: var(--color-black-btn);
  transform: skew(-18deg, 0);
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  left: -16px;
  top: 0;
}

.login-button > span {
  display: block;
  transform: skew(-9deg, 0);
}

.login-button:hover,
.login-button:active,
.login-button:focus {
  transform: skew(-9deg, 0) scale(1.1);
  transition: var(--transition-duration);
}

.red-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 163px;
  font-weight: 700;
  font-size: 14px;
  background-color: var(--color-red);
  color: var(--color-white);
  line-height: normal;
  border: none;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: 20px;
  padding: 16px 20px 16px 0px;
  white-space: nowrap;
  transform: skew(-9deg, 0);
  will-change: transform;
  transition: var(--transition-duration);
  margin-top: 12px;
}

.red-button::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 25px;
  background-color: var(--color-red);
  transform: skew(18deg, 0);
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  left: -16px;
  top: 0;
  transition: var(--transition-duration);
}

.red-button > span {
  transform: skew(9deg, 0);
  display: block;
}

.red-button:hover,
.red-button:active,
.red-button:focus {
  transform: skew(-9deg, 0) scale(1.06);
}

section .table-wrap {
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  border-radius: 12px;
  margin-bottom: 20px;
}

section table {
  position: relative;
  min-width: 800px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

section table::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  pointer-events: none;
}

section table th,
section table td {
  box-sizing: border-box;
  padding: 16px;
  vertical-align: top;
  text-align: left;
  white-space: normal;
  overflow-wrap: anywhere;
}

section table td {
  padding: 12px 16px;
  color: var(--color-white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  /* 22.4px */
}

section table tbody tr {
  background-color: var(--color-light-blue);
  border-bottom: 1px solid var(--color-gray-black);
}

section table tbody tr:last-child {
  border-bottom: none;
  border-radius: 0 0 12px 12px;
}

section table th {
  color: var(--color-yellow);
  background: var(--color-black-btn);
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}

.review table thead tr > th:nth-child(1),
.review table tbody tr > td:nth-child(1) {
  width: 30%;
  min-width: 260px;
}

.review table thead tr > th:nth-child(2),
.review table tbody tr > td:nth-child(2) {
  width: 70%;
  min-width: 500px;
}

.content__section__row {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.regulation__double__pros,
.regulation__double__cons {
  padding: 16px;
  flex: 1 0 0;
  background-color: var(--color-light-blue);
  border-radius: 12px;
}

.regulation__double__pros > div,
.regulation__double__cons > div {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--color-gray-black);
}

.regulation__double__pros > div > span,
.regulation__double__cons > div > span {
  display: flex;
  margin-right: 16px;
  width: 33px;
  height: 0px;
  padding: 25px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12.5px;
  border-radius: 8px;
  background: var(--color-black-btn);
}

.regulation__double__pros > div > h3,
.regulation__double__cons > div > h3 {
  font-size: 20px;
}

.regulation__double__pros > ul,
.regulation__double__cons > ul {
  padding: 0 0 0 16px;
}

.regulation__double__pros > ul > li,
.regulation__double__cons > ul > li {
  position: relative;
  display: flex;
}

.regulation__double__pros > ul > li > p,
.regulation__double__cons > ul > li > p {
  padding-left: 12px;
  margin: 0;
}

.regulation__double__pros > ul > li:not(:last-child),
.regulation__double__cons > ul > li:not(:last-child) {
  margin-bottom: 12px;
}

.regulation__double__pros > ul > li > span,
.regulation__double__cons > ul > li > span {
  display: block;
  position: relative;
  width: 6px;
  height: 6px;
  background-color: var(--color-yellow);
  border-radius: 100%;
  flex-shrink: 0;
  top: 7px;
}

section.section_bonus {
  padding: 0;
  min-height: 368px;
  padding-left: 120px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  background: none;
}

.bonus_text {
  display: block;
  position: relative;
}

.bonus_text h2 {
  line-height: 40px;
  max-width: 550px;
  margin-bottom: 24px;
}

.bonus__pretittle {
  color: var(--color-white);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-top: 0;
}

.bonus__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  color: var(--color-white);

  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.bonus__items > span {
  color: var(--color-yellow);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.bonus__pretext {
  margin-bottom: 24px;
}

.bonus__pretext > p {
  position: relative;
  color: var(--color-yellow);
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.bonus__pretext__button {
  margin: 0;
}

.register_items {
  margin-bottom: 20px;
}

.register_items > li {
  position: relative;
  display: flex;
  padding: 16px 0 22px;
  border-bottom: 1px solid var(--color-gray-black);
}

.register_items > li > span {
  position: absolute;
  top: 13px;
  display: flex;
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 40px;
  background: linear-gradient(0deg, #fb8a00 0%, #fc2626 100%);
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.register .register_items:first-of-type.register_items > li > span {
  position: absolute;
  top: 16px;
  display: flex;
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 40px;
  background: linear-gradient(0deg, #fb8a00 0%, #fc2626 100%);
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.register_items > li > div {
  padding-left: 42px;
}

.register_items > li > div > ul {
  list-style: disc;
  padding-left: 24px;
}

.register_items > li > div > p {
  display: block;
  color: var(--color-yellow);
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.register_items > li > p {
  display: block;
  color: var(--color-white);
  padding-left: 42px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 4px 0;
}

.register_items > li > div > ul > li {
  color: var(--color-white);
  font-size: 14px;
  line-height: 1.6;
  margin: 4px 0;
}

.register .register_items:first-of-type > li {
  position: relative;
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
  margin: 0;
}

.register .register_items:first-of-type > li li {
  margin: 0;
}

.register .register_items:first-of-type p {
  line-height: 1;
  margin-bottom: 4px;
  margin-top: 6px;
}

.Tournaments img {
  width: 100%;
}

.Tournaments > div > h3 {
  margin-top: auto;
}

.app__items > li {
  position: relative;
  display: flex;
  flex: 1;
  padding: 20px 0 22px;
  border-bottom: 1px solid var(--color-gray-black);
}

.app__items > li > span {
  display: flex;
  position: absolute;
  top: 16px;
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 40px;
  background: linear-gradient(0deg, #fb8a00 0%, #fc2626 100%);
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.app__items > li > p {
  padding: 0 0 0 42px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.width_ul_ol {
  width: 50%;
}

.app__container {
  position: relative;
  padding: 16px 16px 32px;
  border-radius: 12px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.app__container > p,
.app__container > h3,
.app__container > a {
  position: relative;
  max-width: 50%;
}

.app__container h3 {
  font-size: 20px;
}

.app__container.app__left h3 {
  left: 50%;
}

.app__container.app__left p {
  left: 50%;
}

.app__container.app__left ul {
  position: relative;
  left: 50%;
}

.app__container.app__left a {
  left: 50%;
}

.app__double__container {
  padding: 0;
}

.app__double__container > p:first-of-type {
  margin-bottom: 16px;
  margin-top: 0;
  font-weight: 700;
}

.content__section__row p {
  font-size: 16px;
  color: var(--color-yellow);
  text-align: left;
}

.content__section__row li > p {
  font-size: 16px;
  margin: 0;
  color: var(--color-white);
  text-align: left;
}

.app__container_btn {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.section_bonus .app__button__apple,
.section_bonus .app__button__android {
  margin: 0;
}

.app__button__apple,
.app__button__android {
  display: flex;
  width: 176px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  text-align: center;
  background: var(--color-red);
  transition: var(--transition-duration);
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 12px;
}

.app__button__apple:hover {
  box-shadow: var(--color-red) 0px 5px 15px;
}

.app__button__android {
  background-color: var(--color-yellow);
}

.app__button__android:hover {
  box-shadow: var(--color-yellow) 0px 5px 15px;
}

.download__image {
  margin-right: 16px;
}

.bonus_program > .content__section__row {
  margin-bottom: 16px;
  border-radius: 12px;
}

.content__section__row .deposit {
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 0;
  max-height: 150px;
}

.bonus_program > .content__section__row {
  margin: 20px 0;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 16px;
}

.deposit_item {
  position: relative;
  border-radius: 12px;
  background: var(--color-light-blue);
  padding: 0;
  width: 48%;
}

.deposit_item::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  z-index: 1;
  pointer-events: none;
}

.deposit_item > h4 {
  padding: 13px 16px;
  border-radius: 12px 12px 0 0;
  margin: 0;
  background: var(--color-black-btn);
}

.content__section__row > .deposit_item > P {
  padding: 16px 16px 61px;
  font-size: 14px;
}

.vip > .content__section__row {
  margin: 20px 0;
  flex-wrap: wrap;
  gap: 16px;
  align-items: stretch;
}

.vip .table-wrap,
.vip .table {
  display: block;
  max-width: 100%;
  min-width: 0;
  overflow: auto;
  border-radius: 12px;
}

.vip table {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  table-layout: fixed;
  background-clip: padding-box;
}

.vip table::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  pointer-events: none;
  z-index: 1;
}

.vip table thead {
  background-color: var(--color-black-btn);
}

.vip table thead tr {
  border-radius: 12px;
}

.vip table tbody {
  background-color: var(--color-light-blue);
}

.vip table th,
.vip table td {
  box-sizing: border-box;
  white-space: nowrap;
  padding: 16px;
  border: none;
  border-bottom: 1px solid var(--color-gray-black);
  text-align: left;
}

.vip table th {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 700;
}

.vip table td {
  padding: 12px 16px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.vip table thead th,
.vip table tbody td {
  width: 33.3333333333%;
}

.vip table tbody tr:last-child td {
  border-bottom: none;
}

.vip img {
  width: 100%;
}

.tournament .table-wrap {
  position: relative;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
}

.tournament table {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  table-layout: fixed;
  background: transparent;
}

.tournament table::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  z-index: 2;
  pointer-events: none;
}

.tournament table thead {
  background: var(--color-black-btn);
}

.tournament table tbody {
  background: var(--color-light-blue);
}

.tournament table th,
.tournament table td {
  width: 25%;
  padding: 16px;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-gray-black);
}

.tournament table th {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 700;
}

.tournament table td {
  padding: 12px 16px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.tournament table tbody tr:last-child td {
  border-bottom: none;
}

.online_games .table-wrap {
  display: block;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0;
}

.online_games table {
  display: block;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 960px;
  border-collapse: collapse;
  table-layout: fixed;
  background: transparent;
  border-radius: 12px;
}

.online_games table::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  z-index: 2;
  pointer-events: none;
}

.online_games table thead {
  background: var(--color-black-btn);
}

.online_games table tbody {
  background: var(--color-light-blue);
}

.online_games table th,
.online_games table td {
  width: 16.6666666667%;
  padding: 16px;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-gray-black);
}

.online_games table th {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 700;
}

.online_games table td {
  padding: 12px 16px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.online_games table tbody tr:last-child td {
  border-bottom: none;
}

.online_games table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}

.online_games table tbody tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}

.table_games .table-wrap {
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  border-radius: 12px;
  scrollbar-width: none;
  margin-bottom: 0;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE, Edge */
}

.table_games .table-wrap::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

.table_games table {
  position: relative;
  width: max(100%, 1112px);
  min-width: 1112px;
  border-collapse: collapse;
  table-layout: fixed;
}

.table_games table::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  pointer-events: none;
}

.table_games table th,
.table_games table td {
  box-sizing: border-box;
  padding: 16px;
  vertical-align: top;
  text-align: left;
  overflow-wrap: anywhere;
  white-space: normal;
}

.table_games table th {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 700;
}

.table_games table td {
  padding: 12px 16px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  /* 22.4px */
}

.table_games table thead tr {
  background: var(--color-black-btn);
}

.table_games table tbody tr {
  background-color: var(--color-light-blue);
  border-bottom: 1px solid var(--color-gray-black);
}

.table_games table tbody tr:last-child {
  border-bottom: none;
  border-radius: 0 0 12px 12px;
}

.table_games table thead tr > th:nth-child(1),
.table_games table tbody tr > td:nth-child(1) {
  width: 20%;
}

.table_games table thead tr > th:nth-child(2),
.table_games table tbody tr > td:nth-child(2) {
  width: 40%;
}

.table_games table thead tr > th:nth-child(3),
.table_games table tbody tr > td:nth-child(3) {
  width: 40%;
}

.live_games > h3 {
  margin-bottom: 8px;
}

.live_games > h3:last-of-type {
  margin-bottom: 20px;
}

.live_games .margin {
  margin-bottom: 8px;
}

.live_games > ul {
  margin-bottom: 20px;
}

.live_games > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}

.live_games > ul > li > p {
  -webkit-hyphens: auto;
  hyphens: auto;
  padding: 0 0 0 38px;
  margin: 0;
}

.live_games > ul > li > p::before {
  content: "";
  background-image: url("./../images/home/utils/iconFireball.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
}

.live_games > ul > li > p > span:first-child {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.live_games > ul > li > p > span:last-child {
  padding: 0 12px;
}

.live_games > img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 12px;
}

.Responsible_Gaming > h3 {
  margin-bottom: 8px;
}

.Responsible_Gaming > h3:last-of-type {
  margin-bottom: 20px;
}

.Responsible_Gaming .margin {
  margin-bottom: 8px;
}

.Responsible_Gaming > ul {
  margin-bottom: 20px;
}

.Responsible_Gaming > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}

.Responsible_Gaming > ul > li > p {
  -webkit-hyphens: auto;
  hyphens: auto;
  padding: 0 0 0 38px;
  margin: 0;
}

.Responsible_Gaming > ul > li > p::before {
  content: "";
  background-image: url("./../images/home/utils/iconFireball.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
}

.Responsible_Gaming > ul > li > p > span:first-child {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.Responsible_Gaming > ul > li > p > span:last-child {
  padding: 0 12px;
}

.Responsible_Gaming > img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 12px;
}

.new_list_2 > ul {
  margin-bottom: 20px;
}

/* .bonus__full>ol  > ul {
margin-bottom: 20px;
} */

.bonus__full > ul > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}

.bonus__full > ul > li > p {
  -webkit-hyphens: auto;
  hyphens: auto;
  padding: 0 0 0 38px;
  margin: 0;
}

.bonus__full > ul > li > p::before {
  content: "";
  background-image: url("./../images/home/utils/iconFireball.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
}

.bonus__full > ul > li > p > span:first-child {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.bonus__full > ul > li > p > span:last-child {
  padding: 0 12px;
}

.bonus__full > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}

.bonus__full > li > p {
  -webkit-hyphens: auto;
  hyphens: auto;
  padding: 0 0 0 12px;
  margin: 0;
}

.bonus__full > ol {
  counter-reset: item;
  margin-bottom: 20px;
}

.bonus__full > ol > li {
  counter-increment: item;
  position: relative;
  border-bottom: 1px solid var(--color-gray-black);
  padding: 16px 0 20px;
  padding-left: 42px;
}

.bonus__full > ol > li > p {
  margin: 0;
  line-height: 1;
}

.bonus__full > ol > li > p > span {
  margin: 0;
  line-height: 1.6;
}

.bonus__full > ol > li > p::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 15px;
  display: flex;
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  border-radius: 40px;
  background: linear-gradient(0deg, #fb8a00 0%, #fc2626 100%);
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.bonus__full > ol > li > p > span:first-child {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.bonus__full > ol > li > p > span:last-child {
  padding: 0 12px;
}

.deposits_withdrawals > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--color-gray-black);
}

.deposits_withdrawals > ul > li__image {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}

.deposits_withdrawals > ul > li > p {
  -webkit-hyphens: auto;
  hyphens: auto;
  padding: 0 0 0 42px;
  margin: 0;
}

.deposits_withdrawals > ul > li > p::before {
  content: "";
  background-image: url("./../images/home/utils/iconFireball.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  padding-right: 40px;
  left: 0;
}

.deposits_withdrawals > ul > li > p > span:first-child {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.deposits_withdrawals > ul > li > p > span:last-child {
  padding: 0 12px;
}

.margin_bottom {
  margin-bottom: 24px;
}

.reviews ul {
  flex-wrap: wrap;
}

.reviews ul h4 {
  display: flex;
  gap: 40px;
}

.bonus__bonus-block h3:first-of-type {
  margin-bottom: 4px;
}

.bonus__bonus-block .content__section__row > .deposit_item > P {
  padding: 16px;
}

.reviews ul h4 span {
  display: flex;
  gap: 4px;
}

.bonus__bonus .review_item {
  flex: 49%;
  margin-bottom: 0;
}

.bonus__bonus {
  flex-wrap: wrap;
  margin: 20px 0;
}

.bonus__bonus h4 {
  display: flex;
  gap: 5px;
  align-items: center;
}

.bonus__bonus h4 span {
  display: flex;
}

.bonus__bonus h4::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/home/utils/iconFire.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.faq > div {
  max-height: none;
  overflow: visible;
}

.faq > div > ul > li {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  margin-bottom: 20px;
  overflow: hidden;
  background: var(--color-black-btn);
}

.faq > div > ul > li:last-child {
  margin-bottom: 0;
}

.faq > div > ul > li > h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
  padding: 16px;
  margin: 0;
  transition: background-color 0.3s ease;
  background: var(--color-black-btn);
}

.faq > div > ul > li > h4 > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: rotate(135deg);
  transition: transform 0.4s ease-in-out;
  flex-shrink: 0;
  margin-left: 15px;
  z-index: 100;
}

.faq > div > ul > li > div {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  background: var(--color-light-blue);
}

.faq > div > ul > li > div > p {
  padding: 16px;
  margin: 0;
}

.faq__list.is-open .faq__pretittle {
  background-color: rgba(255, 255, 255, 0.05);
}

.faq__list.is-open .faq__arrow {
  transform: rotate(-45deg);
  z-index: 100;
}

.faq > div > ul > li > div > ul {
  padding: 16px 40px;
  margin: 0;
  list-style-type: disc;
}

.faq > div > ul > li > div > ul > li::marker {
  color: var(--color-yellow);
  font-size: 1.2em;
}

.faq > div > ul > li > div > ul > li {
  padding: 5px 0;
}

.yellow-bullets {
  list-style-type: disc;
  padding-left: 20px;
}

.yellow-bullets li {
  color: #fff;
  position: relative;
}

.yellow-bullets li::marker {
  color: var(--color-yellow);
  font-size: 1.2em;
}

.grade__table-wrap {
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  border-radius: 12px;
}

.grade__table {
  position: relative;
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  table-layout: fixed;
}

.grade__table::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  pointer-events: none;
}

.grade__table th,
.grade__table td {
  box-sizing: border-box;
  padding: 16px;
  vertical-align: top;
  text-align: left;
  overflow-wrap: anywhere;
  white-space: normal;
}

.grade__table td {
  padding: 12px 16px;
}

.grade__table__item {
  background: var(--color-black-btn);
}

.grade__table__body {
  width: 100%;
}

.grade__table__sub {
  background-color: var(--color-light-blue);
  border-bottom: 1px solid var(--color-gray-black);
}

.grade__table__sub:last-child {
  border-bottom: none;
  border-radius: 0 0 12px 12px;
}

.grade__thead {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}

.grade__tread {
  word-wrap: break-word;
}

.grade .grade__table thead tr > th:nth-child(1),
.grade .grade__table tbody tr > td:nth-child(1) {
  width: 33.3333%;
}

.grade .grade__table thead tr > th:nth-child(2),
.grade .grade__table tbody tr > td:nth-child(2) {
  width: 33.3333%;
}

.grade .grade__table thead tr > th:nth-child(3),
.grade .grade__table tbody tr > td:nth-child(3) {
  width: 33.3333%;
}

.grade__star {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.grade__star img {
  display: block;
}

.new_list > div {
  display: flex;
  padding-top: 20px;
}

.new_list > div > div:first-child {
  text-align: center;
}

.new_list > div > div:first-child > img {
  margin-right: 16px;
  width: 138px;
}

.new_list > div > div:last-of-type {
  width: 100%;
  margin-bottom: 20px;
}

.new_list > div > div:last-of-type > p {
  margin-bottom: 8px;
}

.new_list > div > div:last-of-type > h3 {
  margin-bottom: 8px;
  margin-top: 0;
}

.new_list > div > div:last-of-type > ul {
  margin-bottom: 8px;
}

.new_list > div > div:last-of-type > ul > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}

.new_list > div > div:last-of-type > ul > li > img {
  width: 26px;
}

.new_list > div > div:last-of-type > ul > li > p {
  display: flex;
  flex-direction: column;
  color: var(--color-yellow);
  padding: 0 0 0 38px;
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}

.new_list > div > div:last-of-type > ul > li > p::before {
  content: "";
  background-image: url("./../images/home/utils/iconFireball.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
}

.summary.new_list > div > div:last-of-type {
  margin-bottom: 0;
}

.new_list:first-child > img {
  margin-right: 16px;
  width: 138px;
}

.new_list:last-of-type {
  width: 100%;
  margin-bottom: 20px;
}

.summary.new_list:last-of-type {
  margin-bottom: 0px;
}

.new_list > p {
  margin-bottom: 8px;
}

.new_list:last-of-type > h3 {
  margin-bottom: 8px;
  margin-top: 0;
}

.new_list > ul {
  margin-bottom: 8px;
}

.new_list > ul > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}

.new_list ul > li > img {
  width: 26px;
}

.new_list > ul > li > p {
  display: flex;
  flex-direction: column;
  color: var(--color-yellow);
  padding: 0 0 0 38px;
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}

.new_list > ul > li > p::before {
  content: "";
  background-image: url("./../images/home/utils/iconFireball.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
}

.summary__item__text > ul > li > ul {
  list-style: disc;
  padding-left: 54px;
}

.summary__item__text > ul > li > ul > li {
  color: var(--color-white);
  font-size: 14px;
  line-height: 1.6;
  margin: 4px 0;
}

.new_list > ul > li > ul {
  list-style: disc;
  padding-left: 65px;
}

.new_list > ul > li > ul > li {
  color: var(--color-white);
  font-size: 14px;
  line-height: 1.6;
}

.main__top {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -100;
}

.arrow {
  position: fixed;
  right: 20px;
  bottom: 4.5%;
  z-index: 999;
}

.arrow a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  transition: var(--transition-duration);
}

.arrow.stop {
  position: absolute;
  bottom: 200px;
  /* здесь укажи "точку остановки" */
}

.arrow a:hover {
  transform: scale(1.1);
}

/* Sidebar */
.sidebar {
  width: 240px;
  position: fixed;
  top: 80px;
  left: 20px;
  height: calc(100vh - 80px);
  padding-bottom: 20px;
  overflow-y: auto;
  z-index: 10;
  gap: 20px;
  cursor: pointer;
}

.sidebar__wrap {
  border-radius: 0 0 6px 6px;
  background: var(--color-black-btn);
}

.sidebar__item {
  padding: 20px 4px 0 4px;
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar {
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: pointer;
}

.sidebar__button {
  position: relative;
  padding: 21px 60px;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.46667;
  border-radius: 6px;
  color: var(--color-white);

  background: linear-gradient(180deg, #f0ce58 0%, #c25630 65%);
  transition: var(--transition-duration);
}

.sidebar__button:hover {
  transform: scale(1.02);
}

.sidebar__button > span {
  font-weight: 700;
}

.sidebar__button-wheel {
  display: block;
  margin-bottom: 8px;
  margin-top: 0;
}

.sidebar__button img {
  position: absolute;
}

.sidebar__button-mission {
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
}

.sidebar__button-mission img {
  left: 8px;
  top: 6px;
}

.sidebar__button-wheel img {
  max-width: 45px;
  left: 0;
  bottom: 0;
  border-radius: 6px;
}

.sidebar__menu ul {
  background: var(--color-black-btn);
  padding: 0 16px;
}

.sidebar__menu li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.sidebar__menu li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  color: var(--color-white-btn);
  transition: var(--transition-duration) ease;
}

.sidebar__menu li a:hover {
  color: var(--color-yellow);
}

.sidebar__menu li a svg {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  color: currentColor;
}

.sidebar__menu li span {
  color: var(--color-white-btn);

  padding: 14px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  transition: var(--transition-duration) ease;
}

.sidebar__menu li a:hover span {
  color: var(--color-yellow);
}

.message__text {
  display: flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 21px;
  top: 4px;
  border-radius: 50px;
  background: var(--color-red);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: capitalize;
  z-index: 2000;
}

.application__button {
  position: relative;
  display: block;
  width: 100%;
  min-height: 74px;
  border-radius: 6px;
  overflow: hidden;
  padding: 0 6px;
  border-radius: 6px;
  box-shadow: 0 0 0 0 #121720, 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  background: linear-gradient(#4c5571 0%, #4c5571 70%, #2a3450 100%);
}

.application__button span {
  display: block;
  max-width: 123px;
}

.application__button span:first-of-type {
  position: absolute;
  top: 14px;
  color: var(--color-white);

  font-weight: 700;
  font-size: 14px;
  line-height: 1.46667;
  text-transform: capitalize;
}

.application__button span:last-of-type {
  position: absolute;
  top: 27px;
  color: var(--color-gray-alt);

  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  margin-top: 8px;
}

.application__button img {
  position: absolute;
  top: 0;
  right: 24px;
  height: 65px;
}

.sidebar__links {
  background: var(--color-bg);
  overflow: hidden;
  padding: 0;
}

.sidebar__links-wrapper {
  margin-bottom: 20px;
}

.sidebar__links-button {
  background-color: var(--color-bg);
  color: var(--color-yellow);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.46667;
  text-align: left;
  position: relative;
  white-space: normal;
  width: 100%;
  padding: 20px 58px 8px 0px;
  overflow: hidden;
  cursor: pointer;
}

.sidebar__links-button:before {
  content: "";
  background: url("./../images/home/aside/Arrow.svg");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 12px;
  height: 12px;
}

.sidebar__links-button.active:before {
  transform: rotateX(180deg);
}

.sidebar__links-list {
  padding: 12px 27px 12px 0;
}

.sidebar__links-list li + li {
  margin-top: 12px;
}

.sidebar__links-list a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: var(--color-white);

  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  /* 22.4px */
  transition: var(--transition-duration) ease;
}

.sidebar__links-list a:hover {
  color: var(--color-yellow);
  text-shadow: 0 0.3px var(--color-yellow), 0.3px 0 var(--color-yellow);
}

.Tournaments > .new_list:last-of-type > h3 {
  margin-top: 12px;
}

/* Footer */
.footer {
  position: relative;
  margin-top: 8px;
  padding: 0 32px 32px 280px;
}

.footer > div {
  border-radius: 12px;
  background: var(--color-black-btn);
  padding: 32px;
}

.footer > div > span {
  display: block;
  border: 1px solid var(--color-gray-black);
}

.footer__country__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.footer__country__items > li {
  display: flex;
  align-items: center;
  margin: 0 12px 12px 0;
  padding: 7px;
  border-radius: 8px;
  border: 1px solid var(--color-gray-black);
  background: var(--color-black-btn);
  cursor: pointer;
}

.footer__country__items > li > a {
  display: flex;
  align-items: center;
  color: var(--color-white);
  font-size: 14px;
  line-height: 1.6;
  vertical-align: middle;
  font-weight: 700;
}

.footer__country__items > li > a > img {
  margin-right: 8px;
}

.footer__country__items p {
  margin: 0;
}

.footer__links__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 16px;
  padding: 40px 0;
}

.footer__links__items > li {
  display: flex;
  flex-wrap: wrap;
}

.footer__links__items > li > a {
  color: var(--color-footer);
  transition: var(--transition-duration) ease;
}

.footer__links__items > li > a:hover {
  color: var(--color-yellow);
}

.footer__icon__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  gap: 8px 8px;
}

.footer__icon__item > li {
  transition: var(--transition-duration) ease;
}

.footer__icon__item > li:hover {
  transform: scale(1.1);
}

.footer__icon__item > li > img {
  display: block;
}

.footer__last__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.footer__last__container p {
  line-height: 1.6;
}

.heroBonuses {
  border-radius: 12px;
  padding: 72px 30px;
  min-height: 480px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}

.heroBonuses > div > div {
  margin-bottom: 8px;
}

.heroBonuses > div > div > a {
  position: relative;
  color: var(--color-white);

  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.heroBonuses > div > div > span {
  display: inline-block;
  margin: auto 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: rotate(45deg);
  transition: var(--transition-duration) ease;
}

.heroBonuses > div > div__button {
  margin: 0;
}

.heroBonuses > div > p {
  margin-bottom: 24px;
  max-width: 580px;
  color: var(--color-white);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  /* 22.4px */
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* ----------------APP--------------------- */
.breadcrumbs {
  font-size: 14px;
  margin: 16px 0;
}

.breadcrumbs ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  padding: 0;
  margin: 0;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
}

.breadcrumbs li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 35px;
  width: 12px;
  height: 12px;
  margin: 0px 0 0 12px;
  font-size: 16px;
  background-image: url(../images/home/utils/SVG.png);
  background-repeat: no-repeat;
}

/* .breadcrumbs li:last-child::after {
    display: none;
} */

.breadcrumbs a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: var(--color-white, #fff);
  transition: color 0.2s;
}

.breadcrumbs a:hover {
  color: var(--color-yellow, #fcc211);
}

.new_list_2 > ul {
  margin-bottom: 20px;
}

.new_list_2 > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}

.new_list_2 > ul > li__image {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}

.new_list_2 > ul > li > p {
  -webkit-hyphens: auto;
  hyphens: auto;
  padding: 0 0 0 40px;
  margin: 0;
}

.new_list_2 > ul > li > p::before {
  content: "";
  background-image: url("./../images/home/utils/iconFireball.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  padding-right: 40px;
  left: 0;
}

.new_list_2 > ul > li > p > span:first-child {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.new_list_2 > ul > li > p > span:last-child {
  padding: 0 12px;
}

.list_flex {
  display: flex;
  gap: 20px;
}

.app_devices ul > li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.app_devices ul > li > p {
  hyphens: auto;
}

.app_devices ul > li > p > span {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-yellow);
  margin-right: 8px;
}

.app_devices ul {
  margin-bottom: 0;
}
