.section-front-leaderboard{
  text-align: center;
}

.page-template-page-leaderboard,
.section-front-leaderboard-after-partners {
  background: #000;
}

.hub-rules-section,
.how-to-join-section,
.special-events-section,
.prise-section {
  padding: 64px 124px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
}

.prise-section {
  padding: 64px 96px 64px 124px;
}

.hub-rules-title,
.how-to-join-title,
.special-events-title,
.textBox-title {
  font-family: 'PP Nikkei Pacific', sans-serif;
  font-size: 64px;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #f0eee4;
}

.hub-rules-box {
  display: flex;
  gap: 40px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.hub-rules-box-list {
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 24px;
  border: 1px solid #f0eee466;
  backdrop-filter: blur(4px);
  background: #f0eee40f;
  /*border-radius: 6px;*/
  width: 576px;
  align-items: center;
}

.rules-list-title {
  font-family: 'PP Nikkei Pacific', sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #ffffff;
  box-shadow: 4px 4px 12px 0px #00000040;
}

.hub-rules-box-list ul {
  list-style: none;
  gap: 10px;
  width: 100%;
}

.hub-rules-box-list ul li {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #ffffff;
  height: 38px;
  display: list-item;
  align-items: initial;
  padding-left: 24px;
  position: relative;
  display: flex;
  align-items: center;
}
.hub-rules-box-list ul li::before {
  content: '';
  position: absolute;
  top: 34.2%; /* по центру тексту */
  left: 0;
  width: 12px;
  height: 12px;
  background: #b21832;
  /*border-radius: 50%;*/
}

.hub-rules-btn {
  position: relative;
  overflow: hidden;
  z-index: 0;
  /*border-radius: 4px;*/
  border: 1.5px solid #801a20;

  padding: 14px 32px;
  width: 186px;
  height: 52px;
  background: transparent;
  cursor: pointer;
}


.hub-rules-btn::after {
  pointer-events: none;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #B21832;
  backdrop-filter: blur(7.629138946533203px);
  background-image: url(/wp-content/themes/heroicstore/assets/img/button.svg);
  opacity: 0.8;
  background-size: contain;
  background-position: 20px;
  background-repeat: no-repeat;
  z-index: -1;
}

.hub-rules-btn span {
  position: relative;
  z-index: 1;
  font-family: 'PP Nikkei Pacific', sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #ffffff;
}
/* доциля є адаптив під телефон*/
.how-to-join-list {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
  gap: 0;
  color: #ffffff;
  flex-wrap: wrap;
}

.list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 1;
  width: 25%;
}

.list-num-box {
  display: flex;
  gap: 0;
  align-items: center;
  width: 100%;
}

.list-num {
  min-width: 54px !important;
  height: 54px;
  /*border-radius: 100px;*/
  background: #8b051c80;
  border: 1.5px solid;
  border-image-source: linear-gradient(
    180deg,
    #8f0f17 0%,
    #4b0004 41.42%,
    #801a20 100%
  );
  font-family: 'PP Nikkei Pacific', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-to-join-list li:nth-child(1) .list-num-box hr:first-of-type,
.how-to-join-list li:nth-child(4) .list-num-box hr:last-of-type {
  opacity: 0;
}

.list-des {
  font-family: 'PP Nikkei Pacific', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 2%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 46px;
}

hr.list-line {
  height: 1.5px;
  width: 100%;
  border: none;
  background: linear-gradient(180deg, #8f0f17 0%, #4b0004 41.42%, #801a20 100%);
}

.special-events-box {
  display: flex;
  gap: 40px;
  width: 100%;
  justify-content: center;
}

.eventPoster {
  width: 576px;
  padding: 20px;
  height: 280px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.firstPoster-white-player {
  width: 270px;
  height: 100%;
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
}
.firstPoster-black-player {
  width: 512px;
  height: 222px;
  position: absolute;
  z-index: 4;
  right: 0;
  top: 58px;
}

.posterTitle {
  font-family: 'PP Nikkei Pacific', sans-serif;
  font-weight: 800;
  font-size: 39px;
  line-height: 120%;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #f0eee4;
}

.posterDate {
  font-family: 'PP Nikkei Pacific', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #f0eee4;
  position: absolute;
  z-index: 6;
  bottom: 20px;
  left: 20px;
}

.xfloud {
  width: 186px;
  height: 64px;
  position: absolute;
  z-index: 3;
  top: 38px;
  right: 47%;
}

.secondPoster-white-player {
  width: 228px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.secondPoster-black-player {
  width: 316px;
  height: 242px;
  position: absolute;
  top: 58px;
  right: 16.4%;
  z-index: 4;
}

.sunPayus {
  width: 256px;
  height: 68px;
  position: absolute;
  top: 40px;
  left: 11px;
  z-index: 6;
}

.start-text-subtitle {
  font-family: 'PP Nikkei Pacific', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  color: #ffffff;
  box-shadow: 4px 4px 12px 0px #00000040;
  margin-top: 12px;
}

.start-text-title {
  font-family: 'PP Nikkei Pacific', sans-serif;
  font-weight: 800;
  font-size: 64px;
  line-height: 140%;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #ffffff;
  box-shadow: 4px 4px 12px 0px #00000040;
}

.col-12 {
  /*width: 746px;*/
  /*text-align: center;*/
  margin: 0 auto;
}

.col-12-button {
  position: relative;
  width: 122px;
  height: 52px;
  padding: 0; /* товщина бордера */
  background: #B21832;
  border: 2px solid #4B0004;
  /*background: linear-gradient(180deg, #8f0f17, #4b0004, #801a20);*/
  /*border-radius: 4px;*/
  overflow: hidden;
  z-index: 0;
  margin-top: 40px;
  cursor: pointer;
}

/*.col-12-button::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  inset: 2px; !* всередину на товщину *!*/
/*  !*border-radius: 2px;*!*/
/*  backdrop-filter: blur(7.6px);*/
/*  background: linear-gradient(*/
/*    110deg,*/
/*    #8f0f17 2%,*/
/*    #ffffff 6%,*/
/*    #4b0004 9%,*/
/*    #ffffff 20%,*/
/*    #801a20 38%*/
/*  );*/
/*  z-index: 1;*/
/*  opacity: 0.3;*/
/*}*/

.button-text {
  position: relative;
  z-index: 3; /* вище за ::before */
  font-family: 'PP Nikkei Pacific', sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #ffffff;
}

.start-section-screen {
  width: 1192px;
  height: 794px;
  margin: 0 auto;
}

.startScreen-section {
  display: flex;
  flex-direction: column;
  gap: 124px;
  padding-top: 200px;
  padding-bottom: 124px;
}

.prise-section-box {
  display: flex;
  gap: 64px;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.prise-box-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 592px;
}

.textBox {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.textBox-subtitle {
  font-family: 'PP Nikkei Pacific', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 2%;

  box-shadow: 4px 4px 12px 0px #00000040;
  color: #d8d8d8;
}

.prise-box-buttons {
  display: flex;
  gap: 16px;
}

.btn-prise {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /*border-radius: 50%;*/
  background: none;
  backdrop-filter: blur(7.62px);
  overflow: hidden;
  box-shadow: 0 0 0 1.5px #801a20,
    /* це імітація бордера */ 0px 7.21px 16.11px 0px #801a201a,
    0px 29.25px 29.25px 0px #801a2017, 0px 66.12px 39.84px 0px #801a200d,
    0px 117.4px 47.05px 0px #801a2003, 0px 183.52px 51.28px 0px #801a2000;
}

.btn-prise::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #8b051c80;
  z-index: 0;
  /*border-radius: 50%;*/
}

.arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  z-index: 1;
}

.arrow-left {
  transform: rotate(180deg);
}

.prise-box-right {
  width: 564px;
  height: 564px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.box-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #010101 0%, #010101 82%);
  opacity: 0.6; /* можна регулювати, щоб було не повне затемнення */
  z-index: 1;
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.image-list {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.image-list-element {
  position: absolute;
  width: 79%;
  height: 63.47%;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.6s ease;
  transform: translateX(100%);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 18.4%;
  left: 10.28%;
}

.image-list-element img {
  max-width: 100%;
  max-height: 100%;
}

.image-list-element.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 2;
}

.image-list-element.slide-left {
  transform: translateX(-100%);
  opacity: 0;
  z-index: 1;
}

.image-list-element.slide-right {
  transform: translateX(100%);
  opacity: 0;
  z-index: 1;
}
.image-list-element.exiting {
  transform: translateX(-100%);
  opacity: 0;
}
.t-shirt {
  width: 100%;
  height: 100%;
}

.leaderboard-challenge-links-section{
  padding: 64px 0 0;
}

.leaderboard-challenge-links-section .container{
    max-width: 1140px;
}

.faceit-challenge-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 64px 0;
}

.faceit-challenge-links a{
  font-family: 'PP Nikkei Pacific', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 12px 36px;
  text-decoration: none;
  color: #fff;
  background: rgba(139, 5, 28, 0.5);
  border: 2px solid #b21832;
  transition: all 0.7s ease-out;
}

.faceit-challenge-links a.active,
.faceit-challenge-links a:hover{
  background: #B21832;
  border: 2px solid #4B0004;
}

.section-single-challenge{
  margin: 64px 0;
}

.section-single-challenge .faceit-challenge-item{
  background: transparent;
  box-shadow: none;
  border: none;
}

.section-single-challenge .faceit-leaderboard-table-frontend thead{
  background: transparent;
}

.section-single-challenge-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20vw;
  min-height: 400px;
  z-index: -1;
}

.section-single-challenge-img:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.section-single-challenge-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.section-single-challenge .faceit-challenge-item .challenge-dates{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 14px;
  background: #191919;
}

.section-single-challenge .faceit-challenge-item .challenge-dates p{
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  color: #fff;
}

.section-single-challenge .faceit-challenge-item h3{
  font-weight: 800;
  font-size: 34px;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}

.section-single-challenge .faceit-leaderboard-table-frontend tbody tr:hover {
  background: transparent;
}

.section-single-challenge .faceit-leaderboard-table-frontend thead th,
.section-single-challenge .faceit-leaderboard-table-frontend thead td{
  border-bottom: 0;
}

.leaderboard-challenge-links-section .challenge-status.status-ongoing {
  background: #f0f0f0;
  color: #000000;
  border: none;
}

.leaderboard-challenge-links-section .faceit-load-more{
  font-size: 20px;
  line-height: 140%;
  color: #D8D8D8;
  display: block;
  margin: auto;
  background: transparent;
}

.faceit-leaderboard-shortcode{
  overflow-x: auto;
}

.faceit-leaderboard-shortcode .faceit-leaderboard-table-frontend thead th{
  background: transparent;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  opacity: 0.78;
}

.faceit-leaderboard-shortcode .faceit-leaderboard-table-frontend thead th:first-child,
.faceit-leaderboard-shortcode .faceit-leaderboard-table-frontend thead th:nth-child(2){
  text-align: left;
}


.faceit-leaderboard-shortcode .faceit-leaderboard-table-frontend{
  border: none;
}

.faceit-leaderboard-shortcode .faceit-leaderboard-table-frontend{
  background: transparent;
  border-collapse: separate;
  border-spacing: 0 5px;
  width: 100%;
}

.faceit-leaderboard-shortcode .faceit-leaderboard-table-frontend th,
.faceit-leaderboard-shortcode .faceit-leaderboard-table-frontend td{
  color: #fff;
  text-align: center;
}

/*.faceit-leaderboard-shortcode .faceit-leaderboard-table-frontend tbody tr.leaderboard-top-1,*/
/*.faceit-leaderboard-shortcode .faceit-leaderboard-table-frontend tbody tr.leaderboard-top-2,*/
/*.faceit-leaderboard-shortcode .faceit-leaderboard-table-frontend tbody tr.leaderboard-top-3{*/
/*  background: transparent;*/
/*}*/

.faceit-leaderboard-shortcode table.faceit-leaderboard-table-frontend tbody tr{
  background: #191919;
  border-bottom: 0;
  transition: background 0.15s ease-out;
}

.faceit-leaderboard-shortcode .faceit-leaderboard-table-frontend tbody tr.leaderboard-top-1,
.faceit-leaderboard-shortcode .faceit-leaderboard-table-frontend tbody tr.leaderboard-top-2,
.faceit-leaderboard-shortcode .faceit-leaderboard-table-frontend tbody tr.leaderboard-top-3{
  border-left: 0;
}


.faceit-leaderboard-shortcode .faceit-leaderboard-title{
  display: none;
}

.faceit-leaderboard-shortcode .faceit-leaderboard-table-frontend .rank-number{
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .section-front-leaderboard{
    background-image: url('/wp-content/themes/heroicstore/assets/img/leaderboard/background.png');
    background-size: cover;
    background-position:top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .section-front-leaderboard{
    background-image: url('/wp-content/themes/heroicstore/assets/img/leaderboard/background-mob.jpg');
    background-size: cover;
    background-position:top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }

  .hub-rules-section,
  .prise-section,
  .special-events-section,
  .how-to-join-section {
    gap: 40px;
    padding: 64px 40px;
  }

  .hub-rules-title,
  .how-to-join-title,
  .special-events-title,
  .textBox-title {
    font-size: 54px;
  }

  .hub-rules-box {
    flex-direction: column;
    gap: 40px;
  }
  .hub-rules-box-list {
    padding: 24px;
    width: 688px;
  }

  .rules-list-title {
    font-size: 32px;
  }

  .list-des {
    font-size: 14px;
    padding: 0 24px;
  }

  .prise-section-box {
    gap: 40px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .prise-box-left {
    width: 100%;
    max-width: 688px;
  }

  .textBox {
    width: 100%;
  }

  .prise-box-right {
    width: 688px;
    height: 690px;
  }

  .image-list-element {
    width: 546px;
    height: 438px;
  }

  .special-events-box {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .eventPoster {
    max-width: 688px;
    width: 100%;
    height: 280px;
  }
  .firstPoster-white-player {
    width: 272px;
    height: 100%;
    top: 0;
  }
  .firstPoster-black-player {
    width: 512px;
    height: 222px;
    top: 58px;
    right: 42px;
  }

  .secondPoster-white-player {
    width: 228px;
    height: 100%;
    top: 0;
  }
  .secondPoster-black-player {
    top: 58px;
    height: 221px;
    width: 296px;
    right: 22.34%;
  }
  .sunPayus {
    right: 50.7%;
    left: 10%;
  }

  .startScreen-section {
    gap: 52px;
    padding-top: 144px;
    padding-bottom: 124px;
  }
  .start-section-screen {
    width: 688px;
    height: 458px;
  }

  .col-12 {
    width: 732px;
  }

  .start-text-title {
    font-size: 54px;
  }
  .start-text-subtitle {
    font-size: 14px;
  }
  .col-12-button {
    width: 102px;
    height: 44px;
  }

  .button-text {
    font-size: 17px;
  }

  .faceit-leaderboard-shortcode .faceit-leaderboard-table-frontend td,
  .faceit-leaderboard-shortcode .faceit-leaderboard-table-frontend .rank-number{
    font-size: 12px;
  }

}

@media screen and (max-width: 767px) {
  .hub-rules-section,
  .prise-section,
  .special-events-section {
    padding: 40px 16px;
  }

  .how-to-join-section {
    padding: 64px 16px;
    gap: 24px;
  }

  .hub-rules-title,
  .how-to-join-title,
  .special-events-title,
  .textBox-title {
    font-size: 40px;
  }

  .hub-rules-box {
    gap: 30px;
  }
  .hub-rules-box-list {
    padding: 16px;
    max-width: 358px;
    width: 100%;
  }

  .rules-list-title {
    font-size: 30px;
  }

  .how-to-join-list li:nth-child(3),
  .how-to-join-list li:nth-child(4) {
    margin-top: 24px;
  }
  .list-item {
    width: 50%;
  }
  .how-to-join-list li:nth-child(4) .list-num-box hr:last-of-type,
  .how-to-join-list li:nth-child(2) .list-num-box hr:last-of-type {
    opacity: 0;
  }

  .how-to-join-list li:nth-child(1) .list-num-box hr:first-of-type,
  .how-to-join-list li:nth-child(3) .list-num-box hr:first-of-type {
    opacity: 0;
  }

  .list-des {
    font-size: 14px;
    padding: 0 24px;
  }

  .prise-box-left {
    width: 100%;
    max-width: 360px;
  }

  .textBox {
    width: 100%;
  }

  .prise-box-right {
    width: 358px;
    height: 336px;
  }

  .image-list-element {
    width: 274px;
    height: 220px;
  }

  .special-events-box {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .eventPoster {
    max-width: 358px;
    width: 100%;
    height: 280px;
  }
  .firstPoster-white-player {
    width: 216px;
    height: 222px;
    top: 58px;
  }
  .firstPoster-black-player {
    width: 100%;
    height: 172px;
    top: 108px;
  }

  .secondPoster-white-player {
    width: 170px;
    height: 212px;
    top: 68px;
  }
  .secondPoster-black-player {
    top: 120px;
    height: 160px;
    width: 198px;
    right: 19.5%;
  }
  .sunPayus {
    right: 51.4%;
    left: -27.4%;
  }

  .startScreen-section {
    gap: 38px;
    padding-top: 160px;
    padding-bottom: 64px;
  }
  .start-section-screen {
    width: 364px;
    height: 244px;
  }

  .col-12 {
    width: 356px;
  }

  .start-text-title {
    font-size: 34px;
  }
  .start-text-subtitle {
    font-size: 12px;
  }

  .faceit-challenge-links{
    position: relative;
    left: calc((320px - 100vw)/2);
    width: 100vw;
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: flex-start;
    margin: 40px 0;
  }

  .faceit-challenge-links li{
    flex-shrink: 0;
  }
}

@media screen and (max-width: 575px) {
  .section-single-challenge .faceit-challenge-item h3{
    font-size: 24px;
  }
}

/*@media screen and (max-width: 767px) {*/
/*  */
/*}*/

.main {
  overflow: hidden;
}
