.top-casino-3__title {
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 25px;
}
@media (max-width: 990px) {
  .top-casino-3__title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
}
.top-casino-3__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  align-items: start;
}
@media (max-width: 1280px) {
  .top-casino-3__wrap {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.top-casino-3__table {
  display: grid;
  background: linear-gradient(180deg, rgba(25, 30, 39, 0.6) 0%, rgba(33, 38, 49, 0.6) 100%);
  box-shadow: 5px 8px 16px rgba(0, 0, 0, 0.48), inset 0px -7px 17px rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(34px);
  grid-template-columns: 1fr;
}
.top-casino-3__item {
  display: grid;
  grid-template-columns: 30px 2fr 2fr 115px;
  grid-gap: 20px;
  align-items: center;
  padding: 10px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
@media (max-width: 990px) {
  .top-casino-3__item {
    padding: 5px 10px;
    grid-gap: 10px;
    grid-template-columns: 15px 2fr 2fr 100px;
  }
}
.top-casino-3__item:last-child {
  border-bottom: none;
}
.top-casino-3__num {
  font-size: 12px;
  line-height: 14px;
  color: #F5C344;
}
@media (max-width: 990px) {
  .top-casino-3__num {
    text-align: center;
  }
}
.top-casino-3__img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .top-casino-3__img {
    height: 40px;
  }
}
@media (max-width: 576px) {
  .top-casino-3__img {
    height: 35px;
  }
}
.top-casino-3__box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.top-casino-3__dep {
  font-size: 36px;
  line-height: 44px;
  color: #F09938;
}
@media (max-width: 990px) {
  .top-casino-3__dep {
    font-size: 24px;
    line-height: 29px;
  }
}
.top-casino-3__bonus {
  color: #DEDEDE;
  font-size: 12px;
  line-height: 15px;
}
.top-casino-3__btn {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(180deg, #F5C344 0%, #F09938 100%);
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.29), inset 0 2px 4px rgba(255, 255, 255, 0.34);
  border-radius: 30px;
  font-size: 12px;
  line-height: 15px;
  color: #FFF;
}
@media (max-width: 990px) {
  .top-casino-3__btn {
    padding: 6.5px 12px;
  }
}

/*# sourceMappingURL=top-casino.css.map */
