@charset "UTF-8";
.casino {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.casino__item {
  display: flex;
  border-radius: 8px;
  background: var(--Main-White, #FFF);
  box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.04);
  padding: 24px 32px;
  gap: 24px;
  align-items: center;
}
@media (max-width: 768px) {
  .casino__item {
    flex-direction: column;
    padding: 16px;
    align-items: flex-start;
  }
}
.casino__item-info {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 35%;
}
@media (max-width: 768px) {
  .casino__item-info {
    width: initial;
    position: relative;
    gap: 12px;
  }
}
.casino__item-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 20%;
}
@media (max-width: 768px) {
  .casino__item-list {
    width: initial;
    margin-left: 20px;
  }
}
.casino__item-text {
  width: 30%;
}
@media (max-width: 768px) {
  .casino__item-text {
    width: initial;
  }
}
.casino__item-number {
  height: 40px;
  width: 40px;
  border-radius: 4px;
  background: #ED0039;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--Main-White, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: Montserrat;
  z-index: 10;
}
@media (max-width: 768px) {
  .casino__item-number {
    position: absolute;
    top: -10px;
    left: -10px;
  }
}
.casino__item-img {
  position: relative;
}
.casino__item-img img {
  width: 140px;
  height: 93.333px;
  border-radius: 8px;
}
.casino__item-title {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 12px;
}
.casino__item-licenses {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.casino__item-fields-wrap {
  display: flex;
  gap: 40px;
  margin-bottom: 12px;
}
.casino__item-fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.casino__item-fields span {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.casino__item-star {
  position: absolute;
  top: -31px;
  right: -34px;
}
.casino__item-star img {
  width: 71.47px;
  height: 72.538px;
}
.casino__item-star span {
  position: absolute;
  top: 29px;
  right: 31px;
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.casino__item-payments {
  margin-top: 8px;
  display: flex;
  gap: 3px;
}
.casino__item-payments .item {
  display: flex;
  width: 44px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: var(--Solid-White-2, #F5F8FB);
}
.casino__item-payments .number {
  color: var(--Main-Back, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.casino__item-list-item {
  color: var(--Main-Back, #000);
  /* Mountserrat/Regular/13 */
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.casino__item-list-item::before {
  position: absolute;
  content: url(../images/icons/Check.svg);
  left: -20px;
}
.casino__item-bonus {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
}
@media (max-width: 768px) {
  .casino__item-bonus {
    width: 100%;
    margin: auto;
  }
}
.casino__item-button {
  border-radius: 4px;
  background: #ED0039;
  color: var(--Main-White, #FFF);
  /* Mountserrat/Upercase/13 bold */
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  width: 160px;
  height: 40px;
  padding: 18px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .casino__item-button {
    width: 100%;
  }
}
.casino__item-bonus-title {
  color: #ED0039;
  text-align: center;
  /* Mountserrat/Bold/18 */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.item.number {
  cursor: pointer;
  position: relative;
}

.number-tooltip {
  z-index: 9;
  position: absolute;
  display: flex;
  width: 200px;
  gap: 10px;
  width: 180px;
  flex-wrap: wrap;
  background: #c2c2c2;
  padding: 10px;
  justify-content: center;
  border-radius: 5px;
  top: 37px;
  left: 0;
  display: none;
}
@media (max-width: 768px) {
  .number-tooltip {
    left: initial;
    right: 0;
  }
}

.show__info {
  cursor: pointer;
}
@media (max-width: 768px) {
  .show__info {
    display: none;
  }
}

.scroll-to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  display: none; /* Скрыта по умолчанию */
  background: #ED0039;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  display: flex !important;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .scroll-to-top-btn {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }
}
.scroll-to-top-btn img {
  max-width: initial;
  height: 30px;
}