.info-block__wrapper,
.info-block__wrapper-global {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
}

.info-block__card {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-radius: var(--br-16);
  background-color: var(--transparent-2-w);
  overflow: hidden;
  flex: 1;
  height: 100px;
  padding-inline: 1.3rem;
  gap: 0.3rem;
  width: 100%;
  border: 1px solid var(--transparent-3-w);
  background-repeat: no-repeat;
}

.info-block__card.small {
  width: 100px;
  flex: none;
  border: 2px dashed var(--transparent-20-w);
  background-color: transparent;
}

@media (max-width: 768px) {
  .info-block__card {
    flex: unset;
  }
}

.info-block__title {
  font-size: var(--font-size-l);
  white-space: nowrap;
  z-index: 3;
}

.info-block__description {
  font-size: var(--font-size-xs);
  max-width: 16rem;
  white-space: nowrap;
  z-index: 3;
}

.info-block__card img {
  position: absolute;
  right: 1rem;
  pointer-events: none;
  z-index: 2;
  width: auto;
  height: 5rem;
}

.info-block__card.small img {
  width: 100px;
  flex: none;
  right: 0;
  height: 3.5rem;
  opacity: .15;
}

.info-block__card:before,
.info-block__card:after {
  content: "";
  position: absolute;
  right: -10rem;
  border-radius: 50%;
  transition: .2s;
  opacity: 0;
  visibility: hidden;
}

.info-block__card:before {
  z-index: 1;
  width: 160px;
  height: 160px;
}

.info-block__card:after {
  width: 240px;
  height: 240px;
}

.info-block__card:hover:before {
  opacity: 0.05;
  visibility: visible;
  right: -7rem;
}

.info-block__card:hover:after {
  right: -8rem;
  opacity: 0.1;
  visibility: visible;
}

.info-block__action {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .3rem;
  background-color: var(--transparent-20-b);
  z-index: 5;
  transition: .35s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.info-block__action button {
  width: var(--input-height);
  padding-inline: 0;
}

.info-block__card:hover .info-block__action {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* плашка для инфо */
.store-block-info {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  width: 100%;
  padding: 15px;
  min-height: 40px;
  border-radius: 16px;
  color: #23e1ec;
  background: #17171796;
}

.store-block-info>svg {
  height: 30px;
  width: 100%;
  max-width: 30px;
  fill: #42eff9;
}


.donators-container {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  padding: 10px
}

.donate_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.top_three_avatar_donater {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px 0 0;
}

.top_border3 img {
  outline: 2px solid var(--top-three);
}

.donate_user {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 20px 0 0;
}

.top_donater {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: var(--text-custom);
}

.top_three_nick3 {
  font-weight: 700;
  color: var(--top-three);
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.count_of_donate_total {
  display: flex;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  color: var(--money);
  background-color: var(--money-bg);
  padding: 10px 15px;
  border-radius: 6px;
  margin-right: 13px;
}

.count_of_donate_total svg {
  width: 13px;
  fill: var(--money);
}

.place_img_top1 {
  background-image: url(/app/modules/module_page_lk_top/assets/img/1.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  margin-left: -9px;
  color: rgb(255 255 255 / 0%) !important;
}

.place_img_top2 {
  background-image: url(/app/modules/module_page_lk_top/assets/img/2.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  margin-left: -9px;
  color: rgb(255 255 255 / 0%) !important;
}

.place_img_top3 {
  background-image: url(/app/modules/module_page_lk_top/assets/img/3.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  margin-left: -9px;
  color: rgb(255 255 255 / 0%) !important;
}

.donate_count {
  color: var(--money) !important;
  font-weight: 700 !important;
}

.top_donate_block {
  display: flex;
  height: 50px;
  background-color: var(--bottom-line-table);
  align-items: center;
  padding: 0 10px;
  border-radius: 12px;
  gap: 10px;
  justify-content: space-between;
}

.top_three_avatar_donater {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px 0 0;
}

.top_three_avatar_donater img {
  height: 35px;
  width: 35px;
  border-radius: 10px;
}

.top_three_avatar_donater span {
  margin-top: 12px;
  font-weight: 700;
  width: 130px;
  display: flex;
  justify-content: center;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_donate_place_count {
  display: flex;
  color: var(--top-one);
  font-weight: 800;
  font-size: 45px;
  z-index: 2;
}

.top_three_place_donate1 {
  font-size: 16px;
  margin: 0 15px;
  font-family: 'Unbounded';
  font-weight: 600;
  color: var(--top-one);
}

.top_three_place_donate2 {
  font-size: 16px;
  margin: 0 15px;
  font-family: 'Unbounded';
  font-weight: 600;
  color: var(--top-two);
}

.top_three_place_donate3 {
  font-size: 16px;
  margin: 0 15px;
  font-family: 'Unbounded';
  font-weight: 600;
  color: var(--top-three);
}

.top_border1 img {
  outline: 2px solid var(--top-one);
}

.top_border2 img {
  outline: 2px solid var(--top-two);
}

.top_border3 img {
  outline: 2px solid var(--top-three);
}

.donate_user {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 20px 0 0;
}

.top_three_nick1 {
  font-weight: 700;
  color: var(--top-one);
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_three_nick2 {
  font-weight: 700;
  color: var(--top-two);
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_three_nick3 {
  font-weight: 700;
  color: var(--top-three);
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.count_of_donate_total {
  display: flex;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  color: var(--money);
  background-color: var(--money-bg);
  padding: 10px 15px;
  border-radius: 6px;
  margin-right: 13px;
}

.count_of_donate_total svg {
  width: 13px;
  fill: var(--money);
}

.top_donater {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: var(--text-custom);
}

.top_donate_infoblock {
  display: flex;
  flex-direction: row;
  padding: 10px;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.donators-list-con {
  display: flex;
  gap: 10px;
}

/* Mobile adapt */

@media (min-width: 100px) and (max-width: 1175px) {
  .donators-list-con {
    flex-direction: column;
    width: 100%;
  }

  .main-donators-block {
    flex-direction: column;
  }

  .main-donators-block>.pay_button {
    width: 100%;
  }

  .donators-container {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (min-width: 100px) and (max-width: 770px) {
  .time-buttons {
    flex-direction: column;
    width: 100%;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  .no-data {
    font-size: 12px;
    width: 280px;
  }
}

@media (min-width: 100px) and (max-width: 425px) {
  .donate_user {
    font-size: 11px;
  }

  .count_of_donate_total {
    font-size: 10px;
  }

  .top_three_nick1,
  .top_three_nick2,
  .top_three_nick3 {
    max-width: calc(45px + (130 - 45) * (100vw - 320px) / (425 - 320));
  }
}

@media (min-width: 100px) and (max-width: 320px) {
  .count_of_donate_total {
    display: none;
  }
}