.top-casino-2 button {
  width: auto;
}
.top-casino-2__title {
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 25px;
}
@media (max-width: 990px) {
  .top-casino-2__title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
    padding: 0 20px;
  }
}
.top-casino-2__table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
}
@media (max-width: 768px) {
  .top-casino-2__table {
    padding: 0 0 0 20px;
    overflow: hidden;
    overflow-x: auto;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: start;
    grid-gap: 0;
  }
}
.top-casino-2 ::-webkit-scrollbar {
  background: transparent;
  display: none;
}
.top-casino-2 ::-webkit-scrollbar-thumb {
  background: transparent;
  display: none;
}
.top-casino-2__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5), inset -5px -1px 13px rgba(255, 255, 255, 0.33);
  border-radius: 16px;
  padding: 30px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
@media (max-width: 1200px) {
  .top-casino-2__item {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .top-casino-2__item {
    margin-right: 20px;
    padding: 15px;
    width: 200px;
    max-width: 200px;
    min-width: 200px;
  }
}
.top-casino-2__flag {
  position: absolute;
  left: 20px;
  top: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .top-casino-2__flag {
    left: 5px;
    top: 0;
  }
}
.top-casino-2__num {
  position: absolute;
  z-index: 2;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  top: 7px;
}
@media (max-width: 990px) {
  .top-casino-2__num {
    font-size: 14px;
    line-height: 17px;
  }
}
.top-casino-2__img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 30px auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .top-casino-2__img {
    margin-bottom: 15px;
    height: 35px;
  }
}
.top-casino-2__star {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  justify-content: center;
}
@media (max-width: 990px) {
  .top-casino-2__star {
    margin-bottom: 25px;
  }
}
.top-casino-2__star svg {
  margin-right: 10px;
}
.top-casino-2__star-text {
  color: #F5C344;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 990px) {
  .top-casino-2__star-text {
    font-size: 14px;
    line-height: 17px;
  }
}
.top-casino-2__box {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 990px) {
  .top-casino-2__box {
    margin-bottom: 20px;
  }
}
.top-casino-2__dep {
  font-size: 36px;
  line-height: 44px;
  color: #F09938;
}
@media (max-width: 990px) {
  .top-casino-2__dep {
    font-size: 20px;
    line-height: 24px;
  }
}
.top-casino-2__bonus {
  color: #DEDEDE;
  font-size: 12px;
  line-height: 15px;
}
@media (max-width: 990px) {
  .top-casino-2__bonus {
    font-size: 10px;
    line-height: 12px;
  }
}
.top-casino-2__btn {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: radial-gradient(69.81% 50% at 50% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #A21E1E;
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.29);
  border-radius: 8px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 16px;
  color: #FFF;
  margin-bottom: 50px;
}
@media (max-width: 990px) {
  .top-casino-2__btn {
    margin-bottom: 15px;
    padding: 6.5px 15px;
  }
}
.top-casino-2__link {
  font-size: 12px;
  line-height: 15px;
  text-decoration: underline;
  color: #DEDEDE;
  text-align: center;
}
@media (max-width: 990px) {
  .top-casino-2__link {
    font-size: 10px;
    line-height: 12px;
  }
}

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