:root {
  --background-color-base: #2d2f3f;
  --background-color-header: #14151c;
  --background-color-footer: #14151c;
  --background-color-aside: #14151c;
  --background-color-content: #14151c;
  --background-color-bonus: #1b45c3;
  --color-text-base: #fff;

  --color-accent: #bde90b;
  --color-accent-hover: #acd509;
  --border: 1px solid #fff;

  --border-radius: 16px;

  --box-shadow:
    rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px,
    rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px,
    rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

/* Chrome, Edge, Safari */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

/* Firefox */
html,
body {
  scrollbar-width: none;
}

/* IE / старый Edge */
html,
body {
  -ms-overflow-style: none;
}

.jetton_sk_1853_body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  background-color: var(--background-color-base);
  color: var(--color-text-base);
}

.jetton_sk_1853_content-with-sidebar-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.jetton_sk_1853_aside {
  padding: 0;
  background-color: var(--background-color-second);
  font-size: 14px;
  width: var(--aside-width);
  flex: 1 1 var(--aside-width);
  min-width: var(--aside-width);
  border-radius: var(--border-radius);
  border: var(--border);
  box-shadow: var(--box-shadow);
}

.jetton_sk_1853_aside__item {
  margin: 0;
}

.jetton_sk_1853_aside__item:hover {
  background-color: #1e3f1f;
}

.jetton_sk_1853_aside__title {
  color: #79818b;
  margin: 0 20px;
}

.jetton_sk_1853_aside__list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #27272a;
  border-bottom: 1px solid #27272a;
}

.jetton_sk_1853_aside__list:first-child {
  border-top: none;
}

.jetton_sk_1853_aside__link {
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  height: 40px;
  margin: 0 20px;
}

.jetton_sk_1853_aside__link_active {
  color: var(--color-accent);
}

.jetton_sk_1853_aside__link:hover {
  color: #fff;
}

.jetton_sk_1853_aside__text {
  margin: 0;
}

.jetton_sk_1853_aside__link svg {
  width: 20px;
  height: 20px;
}

.jetton_sk_1853_aside__buttons {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

a {
  color: var(--color-accent);
  text-decoration: none;
}

.jetton_sk_1853_wrapper {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.jetton_sk_1853_header {
  background-color: var(--background-color-header);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  box-shadow: var(--box-shadow);
}

.jetton_sk_1853_header .jetton_sk_1853_wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.jetton_sk_1853_logo svg {
  height: 90px;
}

.jetton_sk_1853_promo {
  margin-top: 100px;
}

.jetton_sk_1853_header__buttons {
  display: flex;
  gap: 12px;
}

.jetton_sk_1853_button {
  display: inline-block;
  text-align: center;
  height: 48px;
  line-height: 48px;
  padding: 0 40px;
  border-radius: var(--border-radius);
  background-color: var(--color-accent);
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.12px;
  white-space: nowrap;
}

.jetton_sk_1853_button:hover {
  background: var(--color-accent-hover);
}

.jetton_sk_1853_button__second {
  background: #1f2220;
  color: #fff;
}

.jetton_sk_1853_button__second:hover {
  background: rgba(255, 255, 255, 0.32);
}

.jetton_sk_1853_button__desktop {
  display: inline-block;
}

@media (max-width: 950px) {
  .jetton_sk_1853_button__desktop {
    display: none;
  }
}

.jetton_sk_1853_main .jetton_sk_1853_wrapper {
  max-width: 1160px;
  flex-direction: column;
  padding: 24px;
  border-radius: var(--border-radius);
  background: var(--background-color-content);
  box-shadow: var(--box-shadow);
}

.jetton_sk_1853_banner {
  background-image: url("/assets/banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: var(--border-radius);
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  box-shadow: var(--box-shadow);
}

.jetton_sk_1853_banner__link {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.jetton_sk_1853_banner__wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 20px;
  justify-content: center;
  padding: 80px 10px;
}

/* .jetton_sk_1853_banner__wrapper::after {
  content: "";
  display: block;
  background-image: url(/assets/banner-decor.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 350px;
  height: 280px;
} */

.jetton_sk_1853_banner__content {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  max-width: 400px;
  align-items: center;
  border-radius: var(--border-radius);
  padding: 30px;
  backdrop-filter: brightness(0.1);
  border: 2px solid var(--color-accent);
}

.jetton_sk_1853_banner__label {
  display: inline-block;
  color: #000;
  border-radius: var(--border-radius);
  background: var(--color-accent);
  padding: 5px 10px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}

.jetton_sk_1853_banner__text {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}

.jetton_sk_1853_bonus {
  margin-bottom: 20px;
}

.jetton_sk_1853_bonus__link {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 30px;
  background-color: var(--background-color-bonus);
  border-radius: var(--border-radius);
  border: 2px solid #25b1f8;
}

.jetton_sk_1853_bonus__column {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.jetton_sk_1853_bonus__column:first-child {
  flex: 1 1 100%;
}

.jetton_sk_1853_bonus__text {
  margin: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 30px;
  margin: 0 30px;
  text-transform: uppercase;
  font-weight: 900;
}

.jetton_sk_1853_bonus__logo {
  max-width: 190px;
}

.jetton_sk_1853_bonus__logo svg {
  width: 200px;
}

.jetton_sk_1853_bonus__buttons {
  padding: 10px;
  display: flex;
  flex-direction: column;
  width: 250px;
  gap: 10px;
}

.jetton_sk_1853_game-filter {
  display: flex;
  margin: 0 15px 30px;
  white-space: nowrap;
  font-size: 14px;
  justify-content: center;
}

.jetton_sk_1853_game-filter__item {
  margin: 0;
  flex: 1;
}

.jetton_sk_1853_game-filter__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  border-radius: var(--border-radius);
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.jetton_sk_1853_game-filter__link {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 12px;
  gap: 12px;
  background-color: #1d2a1e;
}

.jetton_sk_1853_game-filter__link:hover {
  color: #000;
  background-color: var(--color-accent);
}

.jetton_sk_1853_game-filter__link svg {
  width: 20px;
  height: 20px;
}

.jetton_sk_1853_game-filter__text {
  margin: 0;
}

.jetton_sk_1853_game-filter__link_active,
.jetton_sk_1853_game-filter__link_active:hover {
  color: #000;
  background-color: var(--color-accent);
}

.jetton_sk_1853_games__list {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  white-space: nowrap;
  flex-wrap: wrap;
  margin-left: 0;
  list-style: none;
}

.jetton_sk_1853_games__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: var(--box-shadow);
}

.jetton_sk_1853_games__button {
  opacity: 0;
  display: inline-block;
  position: absolute;
  width: 90%;
  transition: all 0.3s;
}

.jetton_sk_1853_games__link:hover .jetton_sk_1853_games__button {
  opacity: 1;
}

.jetton_sk_1853_games__item {
  width: 25%;
  padding: 10px;
  margin: 0;
}

.jetton_sk_1853_games__img {
  width: 100%;
  border-radius: var(--border-radius);
}

.jetton_sk_1853_content {
  padding: 20px;
}

h1 {
  text-align: center;
  margin: 10px 0 30px;
  font-size: 30px;
}

h2 {
  font-size: 28px;
  margin: 10px 0;
}

h3 {
  font-size: 26px;
  margin: 10px 0;
}

h4 {
  font-size: 24px;
  margin: 10px 0;
}

ol,
ul {
  margin-left: 30px;
  margin-bottom: 30px;
  list-style: circle;
}

ol li,
ul li {
  margin: 10px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  box-shadow: var(--box-shadow);
}

table thead {
  backdrop-filter: bri;
}

table td,
table th {
  border: var(--border);
  text-align: center;
  padding: 30px 10px;
}

table p {
  text-align: center;
  margin: 10px 0;
}

p {
  margin: 10px 0 30px;
  text-align: justify;
}

.jetton_sk_1853_payments {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.jetton_sk_1853_footer .jetton_sk_1853_wrapper {
  flex-direction: column;
  gap: 30px;
}

.jetton_sk_1853_payments svg {
  width: 30px;
  height: 30px;
}

.jetton_sk_1853_payments__text {
  margin: 0;
}

.jetton_sk_1853_footer__text {
  width: 100%;
  text-align: center;
}

@media (max-width: 1200px) {
  .jetton_sk_1853_banner__wrapper::after {
    width: 280px;
    height: 230px;
  }

  .jetton_sk_1853_banner__text {
    font-size: 30px;
  }

  .jetton_sk_1853_banner__label {
    font-size: 13px;
  }
}

@media (max-width: 1000px) {
  .jetton_sk_1853_games__item {
    width: 50%;
  }

  .jetton_sk_1853_aside__support .jetton_sk_1853_button {
    padding: 0 10px;
  }

  .jetton_sk_1853_aside__support .jetton_sk_1853_button svg {
    display: none;
  }
}

@media (max-width: 767px) {
  h1 {
    margin: 10px 0;
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 19px;
  }

  table {
    display: block;
    text-align: left;
    overflow-x: auto;
    white-space: nowrap;
  }

  .jetton_sk_1853_aside {
    display: none;
  }

  :root {
    --aside-width: 0px;
  }

  .jetton_sk_1853_games__list {
    overflow: auto;
  }

  .jetton_sk_1853_main .jetton_sk_1853_wrapper {
    padding: 24px 5px;
  }

  .jetton_sk_1853_bonus__link,
  .jetton_sk_1853_bonus__column {
    flex-direction: column;
  }

  .jetton_sk_1853_bonus__column {
    margin-bottom: 20px;
  }

  .laki_sv_1837_content {
    padding: 20px;
  }

  .jetton_sk_1853_content-with-sidebar-wrapper {
    display: block;
  }
}

@media (max-width: 650px) {
  .jetton_sk_1853_banner__wrapper::after {
    display: none;
  }

  .jetton_sk_1853_header .jetton_sk_1853_wrapper {
    padding: 0 10px 0 0;
  }

  .jetton_sk_1853_header__logo .logo svg {
    height: 70px;
    width: 160px;
  }

  .jetton_sk_1853_header__buttons .jetton_sk_1853_button {
    padding: 0 10px;
  }

  .jetton_sk_1853_banner__wrapper {
    padding: 20px;
  }
}

@media (max-width: 400px) {
  .jetton_sk_1853_games__item {
    width: 100%;
  }

  .jetton_sk_1853_banner__label {
    font-size: 15px;
  }

  .jetton_sk_1853_wrapper {
    padding: 5px;
  }
}
