@font-face {
  font-family: "Poppins2";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Poppins-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Poppins2";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/Poppins-Medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Poppins2";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/Poppins-SemiBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Poppins2";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Poppins-Bold.woff2") format("woff2");
  font-display: swap;
}

* {
  outline: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  min-height: 100vh;
  background-color: #0b1223;
  color: #c4cee5;
  margin: 0;
  scroll-behavior: smooth;
}

body,
button,
input,
textarea {
  font-family: "Poppins2", Roboto, sans-serif;
}

img,
svg {
  max-width: 100%;
}

a {
  text-decoration: none;
}

b,
strong {
  font-weight: 600;
}

main {
  overflow: hidden;
}

h1,
h2,
h3 {
  color: #fff;
}

section h1 {
  font-size: 20px;
}

.container {
  width: 100%;
  max-width: 1516px;
  margin: 0 auto;
  position: relative;
}

.header {
  padding: 12px 0;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  position: relative;
  display: inline-block;
}

.header__weel {
  position: absolute;
}

.smalltitle {
  font-size: 0.9rem;
}


.promo__img,
.promo__content {
  position: absolute;
}

.promo__img {
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  object-position: left;
}

.promo__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
}

.promo__content {
  bottom: 32px;
  left: 32px;
  color: #fff;
  z-index: 2;
}

.promo__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.promo__description {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}

.title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

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

.button {
  border-radius: 32px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #fca720;
  background: #263C49;
  color: #fff;
  box-shadow: 0 0 20px #fca82000;
  transition: box-shadow .3s, color .3s;
}

.button:hover {
  color: #fca720;
  box-shadow: 0 0 20px #fca720;
}

.button--transparent {
  border-radius: 32px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 600;
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #263C49;
  box-shadow: 0 0 20px #ffffff00;
  transition: box-shadow .3s;
}

.button--transparent:hover {
  box-shadow: 0 0 20px #fff;
}

.promo__button {
  background-color: #fca720;
  font-weight: 700;
  color: #11153b;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  height: 56px;
  border-radius: 56px;
  padding: 0 32px;
  box-shadow: 5px 10px 40px -15px #790006;
  transition: box-shadow .3s;
}

.promo__button:hover {
  box-shadow: 5px 5px 45px -5px #fca720;
}

.promo__mask {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  height: calc(100% - 26px);
  background: linear-gradient(25deg, #0b1223cf, transparent 80%);
}

.swiper-slide {
  overflow: hidden;
  border-radius: 12px;
}

.promo__bg_box {
  border-radius: 12px;
  height: calc(100% - 26px);
  width: 100%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.promo__bg--red {
  background: linear-gradient(257deg, #e64d48 60%, transparent);
  border: 2px solid #eb8c89;
}

.promo__bg--purple {
  background: linear-gradient(230deg, #c54868, transparent 80% 30%);
  border: 2px solid #af5c70;
}

.promo__bg--blue {
  background: linear-gradient(183deg, #3e48bd 50%, #243499);
  border: 2px solid #7078fb;
}

.promo__bg--bluesm {
  background: linear-gradient(230deg, #243499, transparent 80% 30%);
}

.swiper-slide-thumb-active .promo__bg--bluesm {
  border: 2px solid #7078fb;
}

.promo__slider,
.thumbs-swiper {
  width: 100%;
  min-width: 0;
}

.slider-layout {
  max-width: 100%;
  filter: drop-shadow(20px -44px 50px #ff8d8947);
}

.swiper,
.swiper-wrapper,
.swiper-slide {
  max-width: 100%;
}

.swiper-slide {
  width: 100%;
  min-width: 0;
}

.promo__slider {
  height: 400px;
}


.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
}

.thumbs-swiper .swiper-slide {
  height: calc(400px / 3);
  font-size: 14px;
  opacity: 0.4;
  min-width: calc(50% - 10px);
  transition: opacity 0.3s;
}

.thumbs-swiper .swiper-slide-thumb-active,
.thumbs-swiper .swiper-slide:hover {
  opacity: 1;
}


.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transform: translate3d(0px, 0, 0);
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #b9cdff;
  opacity: .2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.thumbs-swiper {
  height: 400px;
}

.thumbs-swiper .swiper-wrapper {
  flex-direction: column;
}

.title__box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  position: relative;
}

.mt40 {
  margin-top: 40px;
}

.mt-40 {
  margin-top: -40px;
}

.listing__items,
.listing__items2,
.listing__items3 {
  position: relative;
  padding-bottom: 60px;
}

.listing__item {
  border-radius: 12px;
  overflow: hidden;
}


.listing__rate {
  border-radius: 12px;
  background: #fca720;
  font-size: 11px;
  color: #000;
  font-weight: 600;
  position: absolute;
  left: 8px;
  top: 8px;
  padding: 0 6px;
}

.listing__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}

.listing__content {
  position: absolute;
  opacity: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(180deg, rgba(94, 26, 150, 0.9) 0%, #1B3B6C 100%);
  transition: opacity .3s;
}

.listing__title {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #6f98ff;
  font-size: 12px;
  font-weight: 500;
}

.listing__button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1B3B6C;
  background-color: #fff;
  box-shadow: 0 0 50px 10px #ffffff00;
  transition: box-shadow .3s;
}

.listing__button:hover {
  box-shadow: 0 0 50px 10px #fff;
}

.listing__item:hover .listing__content {
  opacity: 1;
}

.cash__section {
  margin: 20px 0 40px;
}

.cash__container {
  display: grid;
  gap: 16px;
}

.cash__box {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.cash__box_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.cash__box_title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.cash__box_sum {
  white-space: nowrap;
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  margin: 24px 0;
  position: relative;
  z-index: 1;
  animation: cash__box_sum 3s infinite;
}

@keyframes cash__box_sum {
  50% {
    color: #FFD600;
    text-shadow: 0px 0px 20px #ff4dbbd8;
  }
}

.cash__box_button {
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1B3B6C;
  background-color: #fff;
  padding: 0 24px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 50px 10px #ffffff00;
  transition: box-shadow .3s;
}

.cash__box_button:hover {
  box-shadow: 0 0 50px 10px #fff;
}

.cash__box_title--sm {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.cash__box_sum--sm {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cash__box_game {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.cash__box_game_title {
  color: #ffd600;
}

.cash__box_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: cash__box_bg 3s infinite;
}

@keyframes cash__box_bg {
  0% {
    transform: scale(1);
    opacity: 0.2;
  }

  50% {
    transform: scale(1.9);
    opacity: 0.3;
  }

  100% {
    transform: scale(1);
    opacity: 0.2;
  }
}

.tournament__box {
  border-radius: 12px 0 0 12px;
  background: url(/img/tournament.webp) #E64C47 no-repeat right;
  background-size: auto 100%;
  border: 2px solid #FF8E82;
  border-right: none;
  padding: 24px;
  position: relative;
}

.tournament__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  position: relative;
  z-index: 1;
}

.tournament_img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 450px;
  opacity: 1;
  transition: opacity 0.2s;
}

.leaderboard__boxmain {
  border-radius: 0 12px 12px 0;
  background: #a73a3a;
  border: 2px solid #FF8E82;
  display: flex;
  flex-direction: column;
  padding: 17px 24px 24px;
  align-items: flex-start;
  color: #fff;
}

.tournament__dates {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

.tournament__date {
  font-size: 12px;
}

.tournament__status {
  background-color: #00825B;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px 4px 1px;
}

.tournament__title {
  font-weight: 700;
  font-size: 20px;
  margin: 12px 0;
}

.tournament__note {
  font-size: 12px;
  text-transform: uppercase;
}

.tournament__sum {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.tournament__dates_box {
  background-color: #ffffff28;
  padding: 0 8px;
  min-width: 40px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 10px;
}

.tournament__dates_boxes {
  display: flex;
  gap: 4px;
  margin: 8px 0 12px;
}

.tournament__dates_box b {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: -3px;
}

.tournament_button {
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1B3B6C;
  background-color: #fff;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 40px #5e0b0b52;
  margin-top: 12px;
  min-width: 215px;
  transition: box-shadow .3s;
}

.tournament_button:hover {
  box-shadow: 0 0 40px #fff;
}

.leaderboard__title_box {
  display: flex;
  gap: 5px;
  align-items: baseline;
  width: 100%;
  margin-bottom: 12px;
}

.leaderboard__title {
  color: #ffd704;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.leaderboard__boxes {
  width: 100%;
  display: grid;
  gap: 6px;
  font-size: 14px;
}

.leaderboard__updated {
  color: #ffcece;
  font-size: 12px;
}

.leaderboard__box {
  display: grid;
  grid-template-columns: 28px 2fr 1fr 1fr;
  background-color: #ffffff14;
  gap: 0.5rem;
  padding: 8px;
  height: 36px;
}

.leaderboard__box_head {
  display: grid;
  grid-template-columns: 28px 2fr 1fr 1fr;
  gap: 0.5rem;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
}

.leaderboard__poins {
  font-weight: 500;
}

.leaderboard__num,
.leaderboard__name {
  font-weight: 700;
}

.leaderboard__prizehead {
  margin-right: 30px;
  display: flex;
  justify-content: flex-end;
}

.coin__iconxl {
  width: 28px;
  height: 28px;
}

.coin__icon {
  width: 20px;
  height: 20px;
}

.leaderboard__prize {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  font-weight: 700;
}

.leaderboard__boxes {
  margin-top: 8px;
  max-height: 309px;
  overflow-y: scroll;
  padding-right: 6px;
}

.leaderboard__boxes::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.leaderboard__boxes::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #fff;
  width: 4px;
  height: 4px;
  -webkit-box-shadow: 0 0 1px hsla(0, 0%, 100%, .25);
}

.leaderboard__boxes::-webkit-scrollbar-track {
  border-radius: 8px;
  background: hsla(0, 0%, 100%, .14902);
  margin: 0;
}

.promo-wrapper {
  height: 100%;
}

.promotions__items {
  overflow: visible;
}

.promotion__item {
  position: relative;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(51deg, #3064ff, #132557, #e935ff);
  background-size: 300% 300%;
  animation: gradientShift 5s linear infinite;
  box-shadow: 0 0 50px #ffffff00;
  overflow: visible;
  transform: translateY(0);
  transition: box-shadow .3s, transform 0.4s;
}


@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.promotion__imgbox {
  position: relative;
  width: 80%;
}

.promotion__bg {
  position: absolute;
  left: 0;
  top: -20px;
  opacity: 0.3;
  transition: transform 0.3s, opacity 0.3s;
}

.promotion__item:hover .promotion__bg {
  opacity: 0.4;
  transform: scale(1.3);
}

.promotion__content {
  display: flex;
  background: #0B1223;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  text-align: center;
  gap: 28px;
  border-radius: 12px;
}

.promotion__title {
  color: #ffd600;
  font-size: 14px;
  font-weight: 700;
}

.promotion__img {
  position: relative;
  z-index: 1;
}

.promotion__description {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.promotion__description span {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.promotion__button {
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1B3B6C;
  background-color: #fff;
  padding: 0 24px;
  font-weight: 700;
  position: relative;
  font-size: 15px;
  z-index: 1;
  box-shadow: 0 0 50px #ffffff00;
  transition: box-shadow .3s;
}

.promotion__item:hover .promotion__button {
  box-shadow: 0 10px 60px #ffffff98;
}

.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-question {
  cursor: pointer;
  margin: 8px 0;
  padding: 20px 40px 20px 20px;
  text-transform: none;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  background-color: #141737;
  position: relative;
  border-radius: 12px;
  transition: background-color 0.3s;
}

.faq-question:hover,
.faq-question.active {
  background-color: #222864;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-weight: bold;
  top: 20px;
}

.faq-question.active::after {
  content: '−';
}

.faq-answer {
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  display: none;
}

.faq-answer.open {
  display: block;
}

.footer {
  color: #dbd6ecb2;
  padding: 40px 0;
  text-align: center;
  font-size: 13px;
}

.nav__buttons {
  position: absolute;
  top: -3px;
  right: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.nav__prev,
.nav__next {
  width: 32px;
  height: 32px;
  border: 1px solid #fca720;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 20px #fca82000;
  transition: box-shadow .3s;
}

.nav__prev:hover,
.nav__next:hover {
  box-shadow: 0 0 20px #fca720;
}

.nav__next {
  background: url(/img/icon/play-w.svg) #263C49 no-repeat center;
}

.nav__prev {
  background: url(/img/icon/play-w.svg) #263C49 no-repeat center;
  transform: rotate(180deg);
}

.nav__prev.swiper-button-disabled,
.nav__next.swiper-button-disabled {
  border: 1px solid #585b61;
  opacity: 0.5;
  box-shadow: 0 0 20px #fca82000 !important;
}

.promotions__section {
  padding-bottom: 60px;
}

.about__section {
  background: #141737;
  position: relative;
}

.about__section::before,
.about__section::after {
  content: "";
  position: absolute;
  background: url(/img/pattern.svg) repeat-x;
  height: 5px;
  width: 100%;
}

.about__section::before {
  top: 0;
  transform: rotate(180deg);
}

.about__section::after {
  bottom: 0;
}

.about__advantages {
  display: grid;
  gap: 24px;
  margin-bottom: 24px;
}

.about__advantage.first {
  color: #fff;
}

.about__advantage {
  line-height: 1.7;
}

.sets__list {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 16px;
  display: grid;
  margin-bottom: 40px;
}

.support__list,
.tournaments__list {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 16px;
  display: grid;
  margin-bottom: 40px;
}

.sets__list li,
.support__list li {
  border: 2px solid #14206f;
  padding: 20px;
  border-radius: 12px;
}

.tournaments__list li {
  border: 2px solid #14206f;
  padding: 20px;
  border-radius: 12px;
}

.inline__list {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 24px 0 40px;
}

.inline__list li {
  padding: 6px 10px;
  border-radius: 6px;
  background: #ffffff2e;
}

.payments-table-wrapper {
  overflow-x: auto;
  border-radius: 12px;
  background: #141737;
  margin-bottom: 40px;
}

.payments-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.payments-table th,
.payments-table td {
  padding: 1rem;
  border-bottom: 1px solid #202450;
}

.payments-table th {
  background-color: #202450;
  font-weight: 600;
}

.payments-table td {
  white-space: nowrap;
}

.col-0 {
  width: 21%;
}

.col-1 {
  width: 25%;
}

.col-2 {
  width: 37%;
}

.cta__section {
  background-color: #21B281;
  background-image: url(/img/cta_bg.webp);
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  height: 420px;
  position: relative;
  margin-top: 80px;
}

.cta__section::before,
.cta__section::after {
  content: "";
  position: absolute;
  background: url(/img/pattern.svg) repeat-x;
  height: 5px;
  width: 100%;
  z-index: 1;
}

.cta__section::before {
  top: 0;
  transform: rotate(180deg);
}

.cta__section::after {
  bottom: 0;
}

.tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.tablink {
  background-color: #425483;
  color: #fff;
  border: 1px solid #425483;
  border-radius: 12px;
  padding: 10px 15px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.tablink:not(.active):hover {
  background-color: #7c8fc1;
}

.tablink.active {
  background-color: #7c8fc1;
}

.promo__box {
  position: relative;
  height: 500px;
}

.promo__content--bonuses {
  max-width: 700px;
}

.cta__title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.cta__title_xl {
  max-width: 402px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.cta__title_xl img {
  width: 100%;
  max-width: 402px;
  position: relative;
  z-index: 2
}

.cta_button {
  height: 60px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1B3B6C;
  background-color: #fff;
  padding: 0 24px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin: 32px 0;
  box-shadow: 0 0 50px 10px #ffffff00;
  transition: box-shadow .3s;
}

.cta_button:hover {
  box-shadow: 0 0 50px 10px #fff;
}

.nav {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 32px 0;
  justify-content: center;
}

.nav a {
  color: #ffffff;
}

.cash__box_item {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  color: #fff;
  gap: 12px;
  font-size: 13px;
  width: 100%;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #ffffff36;
  font-weight: 500;
}

.cash__box_item:last-of-type {
  border-bottom: none;
}

.cash__box_gameimg {
  width: 100px;
  height: 67px;
  border-radius: 8px;
}

.cash__box_item {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.cash__box_item.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.cash__box_time_prefix {
  color: #ffffffa8
}

.cash__box--winners {
  align-items: flex-start;
}

.cash__hot {
  justify-content: flex-start;
}

.promo__button--mt {
  margin-top: 24px;
}

.breadcrumbs {
  display: flex;
  list-style: none;
  gap: 12px;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

.breadcrumbs li {
  position: relative;
}

.breadcrumbs li::after {
  position: relative;
  content: "/";
  margin: 0 0 0 10px;
}

.breadcrumbs li:last-child:after {
  content: none;
}

.breadcrumbs a {
  color: #fff;
}

.breadcrumbs__current {
  color: #ffffffbe;
}

.cta__section--login {
  margin-top: -60px;
}

.about__section--login {
  background: linear-gradient(180deg, #141737, transparent);
}

.mt16 {
  margin-top: 16px;
}

.navtop ul {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
}

.navtop ul a {
  color: #8ad0df;
  font-size: 13px;
}

@media (min-width: 1441px) {
  .container {
    padding: 0 64px;
  }

  .listing__items2 .listing__img {
    height: 277px;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .container {
    padding: 0 32px;
  }
}

@media (max-width: 1250px) {
  .promo__bg {
    display: none;
  }
}

@media (min-width: 1025px) {
  body {
    font-size: 16px;
  }

  .about__advantage.first {
    font-size: 22px;
  }

  .sets__list {
    grid-template-columns: repeat(5, 1fr);
  }

  .tournaments__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .support__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .animate-spin-slow {
    animation: header__weel 5s linear infinite;

  }

  @keyframes header__weel {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(359deg);
    }
  }

  .cta__img {
    position: absolute;
    height: 420px;
    object-fit: cover;
  }

  .cta__img.left {
    left: 0;
  }

  .cta__img.right {
    right: 0;
  }

  .slider-layout {
    display: grid;
    grid-template-columns: 5fr 2fr;
    gap: 24px;
    align-items: stretch;
    width: 100%;
    margin-top: 20px;
  }

  .promo__content_th {
    border-radius: 12px;
    width: 100%;
    margin-top: 26px;
    height: calc(100% - 26px);
    color: #fff;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid #3d3443;
  }

  .swiper-slide-thumb-active .promo__content_th.promo__bg--purple {
    border: 2px solid #af5c70;
  }

  .swiper-slide-thumb-active .promo__content_th.promo__bg--red {
    border: 2px solid #eb8c89;
  }

  .swiper-slide-thumb-active .promo__content_th.promo__bg--blue {
    border: 2px solid #1B3B6C;
  }

  .promo__title_th {
    font-size: 12px;
    opacity: 0.8;
  }

  .promo__title_th,
  .promo__description_th {
    max-width: 55%;
  }

  .thumb__img {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
  }

  .cash__box {
    background-image: linear-gradient(180deg, rgba(94, 26, 150, 0.9) 0%, #1B3B6C 100%);
    box-shadow: 0 0 50px #ffffff00;
    border: 2px solid #7934bd;
    transition: box-shadow .3s;
  }

  .cash__box:hover {
    box-shadow: 0 40px 60px -50px #7d1cdf;
  }

  .cash__container {
    grid-template-columns: 3fr 2fr 2fr;
  }

  .tournament__container {
    display: grid;
    grid-template-columns: 4fr 3fr;
  }

  .promotion__img {
    height: 150px;
  }

  .listing_section {
    margin-top: 40px;
  }

  .about__section {
    margin: 60px 0;
    padding: 60px 0;
  }
}

@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }

  .cta_button {
    width: 100%;
  }

  .cta__img {
    display: none;
  }

  .about__advantage.first {
    font-size: 17px;
    line-height: 1.6;
  }

  .listing_section {
    margin-top: 24px;
  }

  .container {
    padding: 0 16px;
  }

  .about__section {
    margin: 40px 0;
    padding: 40px 0;
  }

  .promotion__img {
    height: 105px;
  }

  .promo__mask {
    background: linear-gradient(3deg, #0b1223db 40%, transparent 100%);
  }

  .thumbs-swiper {
    display: none;
  }

  .cash__box--reward {
    background-image: linear-gradient(180deg, rgba(94, 26, 150, 0.9) 0%, #1B3B6C 100%);
  }

  .cash__box--win {
    border: 2px solid #521c88;
    background: #0b1223;
  }

  .promo__pagination {
    top: unset !important;
    bottom: 12px;
    right: 0;
    justify-content: center;
    display: flex;
    width: unset !important;
    margin-left: 12px;
  }

  .tournament__box {
    border: 2px solid #f36464;
    border-radius: 12px 12px 0 0;
    border-right: 2px solid #f36464;
    border-bottom: none;
  }

  .leaderboard__boxmain {
    border-radius: 0 0 12px 12px;
    padding: 24px 16px 16px;
    border-right: 2px solid #f36464;
    border-top: none;
  }

  .leaderboard__boxes {
    max-height: 209px;
  }

  .promo__bg--red {
    background: linear-gradient(333deg, #e64d48 20%, transparent);
  }
}


@media (min-width: 769px) and (max-width: 1024px) {
  .sets__list {
    grid-template-columns: 1fr 1fr 1fr
  }

  .sets__list li:last-child {
    grid-column: span 2;
  }
}

@media (min-width: 769px) {
  .promotion__item:hover {
    box-shadow: 0 20px 60px -30px #3064ff;
    transform: translateY(-6px);
  }
}

@media (max-width: 768px) {
  .promotion__item.swiper-slide-active {
    box-shadow: 0 20px 60px -30px #3064ff;
  }

  .promotion__description {
    font-size: 18px;
  }

  .promotion__description span {
    font-size: 14px;
  }

  .tournament_img {
    height: 350px;
  }

  .promo__title {
    font-size: 24px;
  }

  .promo__description {
    font-size: 17px;
  }

  .promo__content {
    left: 16px;
    width: calc(100% - 32px);
  }

  .listing__items,
  .listing__items2,
  .listing__items3 {
    overflow: visible;
  }

  .promo__button {
    color: #0d1324;
    font-size: 14px;/ padding: 0 16px;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .cash__box_sum {
    margin: -6px 0 4px;
  }
}

@media (max-width: 550px) {
  .tournament__box {
    background: #a73a3a;
    padding: 16px 16px 0;
  }

  .mobilenone {
    display: none;
  }

  .tournament__dates_box {
    background-color: #4b000096;
    border-radius: 4px;
  }

  .tournament_img {
    opacity: 0.4;
  }

  .tournament_button {
    height: 48px;
    width: 100%;
  }

  .leaderboard__title_box {
    gap: 0;
    flex-direction: column;
  }
}

@media (max-width: 400px) {
  .tournament__dates {
    align-items: flex-start;
    gap: 4px;
    flex-direction: column;
  }

  .title__box {
    margin-bottom: 30px;
  }
}