.players-3 button {
  width: auto;
}
.players-3__title {
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 25px;
}
@media (max-width: 990px) {
  .players-3__title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
}
.players-3__wrap {
  display: grid;
  grid-template-columns: 420px 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 25px;
  align-items: start;
}
@media (max-width: 1400px) {
  .players-3__wrap {
    grid-template-columns: 380px 1fr;
  }
}
@media (max-width: 1260px) {
  .players-3__wrap {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 768px) {
  .players-3__wrap {
    grid-template-rows: auto;
  }
}
.players-3__table {
  box-shadow: 8px 0 14px rgba(0, 0, 0, 0.19), inset 0 1px 4px #FFF;
  border-radius: 16px;
  overflow: hidden;
  padding: 1px;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media (max-width: 1260px) {
  .players-3__table {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 990px) {
  .players-3__table {
    border-radius: 8px;
  }
}
.players-3__item {
  padding: 10px 20px;
  display: grid;
  grid-template-columns: 20px 40px 1fr 1fr 1fr;
  grid-gap: 12px;
  align-items: center;
  background: linear-gradient(180deg, rgba(25, 30, 39, 0.6) 0%, rgba(33, 38, 49, 0.6) 100%);
}
@media (max-width: 768px) {
  .players-3__item {
    padding: 10px;
    grid-gap: 10px;
    grid-template-columns: 10px 30px 1fr 1fr 65px;
  }
}
.players-3__item img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.players-3__num {
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  color: #fff;
}
@media (max-width: 990px) {
  .players-3__num {
    font-size: 14px;
    line-height: 17px;
  }
}
.players-3__item:nth-child(1) {
  border-radius: 16px 16px 0 0;
}
.players-3__item:nth-child(1) .players-3__num {
  color: #F09938;
}
.players-3__item:last-child {
  border-radius: 0 0 16px 16px;
}
.players-3__item:nth-child(2) .players-3__num {
  color: #F09938;
}
.players-3__item:nth-child(3) .players-3__num {
  color: #F09938;
}
.players-3__name {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
@media (max-width: 990px) {
  .players-3__name {
    font-size: 11px;
    line-height: 14px;
  }
}
.players-3__col {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
@media (max-width: 990px) {
  .players-3__col {
    font-size: 12px;
    line-height: 15px;
  }
}
.players-3__col img {
  margin-right: 10px;
}
@media (max-width: 990px) {
  .players-3__col img {
    margin-right: 5px;
  }
}
.players-3__min {
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #DEDEDE;
}
.players-3__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 300px;
  grid-gap: 25px;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media (max-width: 1260px) {
  .players-3__right {
    grid-row-start: 1;
    grid-row-end: auto;
    grid-template-rows: 1fr;
    grid-gap: 15px;
  }
}
.players-3__box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(180deg, rgba(25, 30, 39, 0.6) 0%, rgba(33, 38, 49, 0.6) 100%);
  box-shadow: inset 0 1px 4px #FFF;
  filter: drop-shadow(8px 0px 14px rgba(0, 0, 0, 0.19));
  backdrop-filter: blur(8px);
  overflow: hidden;
  position: relative;
  border-radius: 16px;
}
@media (max-width: 990px) {
  .players-3__box {
    border-radius: 8px;
  }
}
.players-3__box img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.players-3__jackpot {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: linear-gradient(180deg, rgba(25, 30, 39, 0.6) 0%, rgba(33, 38, 49, 0.6) 100%);
  box-shadow: inset 0 1px 4px #FFF;
  filter: drop-shadow(8px 0px 14px rgba(0, 0, 0, 0.19));
  backdrop-filter: blur(8px);
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  grid-column-start: 1;
  grid-column-end: 3;
  padding: 30px;
  flex-direction: column;
}
@media (max-width: 990px) {
  .players-3__jackpot {
    border-radius: 8px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .players-3__jackpot {
    max-height: 200px;
  }
}
.players-3__jackpot img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.players-3__jackpot p, .players-3__jackpot a {
  position: relative;
  z-index: 2;
}
.players-3__prize {
  font-size: 80px;
  line-height: 89px;
  background: linear-gradient(180deg, #F5C344 0%, #F09938 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 10px;
}
@media (max-width: 990px) {
  .players-3__prize {
    font-size: 34px;
    line-height: 41px;
  }
}
@media (max-width: 576px) {
  .players-3__prize {
    margin-bottom: 0;
  }
}
.players-3__money {
  background: linear-gradient(180deg, #F5C344 0%, #F09938 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 48px;
  line-height: 59px;
  color: #F5C344;
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .players-3__money {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
  }
}
.players-3__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 25px 10px;
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  min-height: 250px;
}
.players-3__bottom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background: #000;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .players-3__bottom {
    flex-direction: column;
    justify-content: center;
    padding: 25px 15px;
    height: 100%;
    align-items: center;
    min-height: auto;
    box-sizing: border-box;
  }
}
.players-3__bottom button {
  position: relative;
  z-index: 2;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  min-width: 80px;
}
@media (max-width: 768px) {
  .players-3__bottom button {
    padding: 6.5px 15px;
  }
}
.players-3__bottom a {
  z-index: 2;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  min-width: 80px;
}
@media (max-width: 768px) {
  .players-3__bottom a {
    padding: 6.5px 15px;
  }
}
.players-3__bottom a:first-child {
  border: 1px solid #DEDEDE;
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.29), inset 0 2px 4px rgba(255, 255, 255, 0.34);
  border-radius: 30px;
}
@media (max-width: 768px) {
  .players-3__bottom a:first-child {
    margin-bottom: 10px;
  }
}
.players-3__bottom a:last-child {
  background: #3F07F5;
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.29), inset 0 2px 4px rgba(255, 255, 255, 0.34);
  border-radius: 30px;
}
.players-3__bottom button:first-child {
  border: 1px solid #DEDEDE;
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.29), inset 0 2px 4px rgba(255, 255, 255, 0.34);
  border-radius: 30px;
}
@media (max-width: 768px) {
  .players-3__bottom button:first-child {
    margin-bottom: 10px;
  }
}
.players-3__bottom button:last-child {
  background: #3F07F5;
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.29), inset 0 2px 4px rgba(255, 255, 255, 0.34);
  border-radius: 30px;
}
.players-3__bottom-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: auto;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .players-3__bottom-2 {
    justify-content: flex-start;
  }
}
.players-3__bottom-2 button {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  min-width: 80px;
  background: #3F07F5;
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.29), inset 0 2px 4px rgba(255, 255, 255, 0.34);
  border-radius: 30px;
}
@media (max-width: 768px) {
  .players-3__bottom-2 button {
    padding: 6.5px 15px;
  }
}
.players-3__bottom-2 a {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  min-width: 80px;
  background: #3F07F5;
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.29), inset 0 2px 4px rgba(255, 255, 255, 0.34);
  border-radius: 30px;
}
@media (max-width: 768px) {
  .players-3__bottom-2 a {
    padding: 6.5px 15px;
  }
}

/*# sourceMappingURL=section-4.css.map */
