.lk-top__card {height: 300px;}

.lk-top__wrapper {
  block-size: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.lk-top__buttons {
  display: flex;
  gap: 0.5rem;
  overflow: hidden;
  overflow-x: auto;
  scrollbar-width: none;
}

@media (max-width: 980px) {
    .team-carder {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        position: relative;
        width: 100%;
        max-width: 100%;
    }
}

.zapolnit {
	display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px 10px;
    gap: 5px;
	cursor: pointer;
    height: calc(100% - 310px);
    margin-bottom: 10px;
	overflow: hidden;
}
.zapolnit::before {
	content: '';
	position: absolute;
	width: 100%;
    height: 100%;
	opacity: .25;
    left: 0;
    right: 0;
	background: linear-gradient(130deg, #4a77ff, #b981e0, #e081ae, #ffb951);
	background-size: 300% 300%;
	animation: gradient-flow 6s ease infinite;
}
.zapolnit-text {
	display: flex;
    flex-direction: column;
    font-size: var(--font-size-l);
    font-weight: var(--font-weight-6);
    font-family: var(--font-family-1);
	background: linear-gradient(90deg, transparent 0%, transparent 5%, #fff 15%, #fff 35%, transparent 45%, transparent 100%);
    background-size: 200% 100%;
    background-color: rgb(255 255 255 / 50%);
    background-position: 150% 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: ZagolovokShine 2s infinite linear;
    -webkit-text-size-adjust: none;
    z-index: 1;
	line-height: normal;
    font-weight: var(--font-weight-6);
    text-transform: uppercase;
	margin-top: 2px;
    color: var(--text-custom);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.zapolnit-text span {
	display: flex;
	font-family: var(--font-family-2);
    font-size: var(--font-size-s);
	text-transform: none;
}

.zapolnit img{
	display: flex;
    height: 50px;
	z-index: 1;
	width: 50px;
}

.lk-top__chips-btn {
  display: block;
  padding-inline: 0.2rem;
  white-space: nowarp;
  flex: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

#lk-top-content,
#lk-top-loaders {
  display: flex;
  flex-direction: column;
  gap: 0.39rem;
}

.lk-top__content-line {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-direction: row !important;
}

.lk-top__user-avatar {
  position: relative;
  z-index: 2;
}

.lk-top__user-avatar-image {
  height: 43px;
  width: 43px;
  border-radius: var(--br-8);
  cursor: pointer;
  border: 1px solid var(--transparent-5-w);
}

.avatar_frame {
  height: 43px;
  width: 43px;
  position: absolute !important;
  transform: scale(1.1);
  border-radius: 0 !important;
  z-index: 2;
  box-shadow: none !important;
  outline: none !important;
}

.lk-top__user-data {
  height: 53px;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  background-color: var(--transparent-2-w);
  padding: 0.3rem;
  border-radius: var(--br-12);
  position: relative;
  overflow: hidden;
  transition: var(--transition-ease-2);
  border: 1px solid var(--transparent-3-w);
  flex: 1;
}

.lk-top__place-number,
.lk-top__place-hashtag {
  position: absolute;
  font-size: var(--font-size-5xl);
  font-family: var(--font-family-1);
  font-weight: var(--font-weight-7);
  width: 55px;
  display: flex;
  justify-content: center;
  opacity: 0.1;
  transition: var(--transition-ease-2);
}

.lk-top__place-number {
  right: 0;
}

.lk-top__place-hashtag {
  right: 2.5rem;
  font-size: var(--font-size-l);
  width: 26px;
}

.lk-top__place-number.first,
.lk-top__place-number.second,
.lk-top__place-number.third {
  z-index: 2;
  opacity: 0.1;
  -webkit-user-select: none;
  user-select: none;
}

.lk-top__place-hashtag.first,
.lk-top__place-hashtag.second,
.lk-top__place-hashtag.third {
  z-index: 2;
  opacity: 0.1;
  -webkit-user-select: none;
  user-select: none;
}

.lk-top__user-details {
  display: flex;
  flex-direction: column-reverse;
  z-index: 2;
}

.lk-top__place {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-4);
  opacity: 0.3;
}

.lk-top__user-name {
  font-size: var(--font-size-m);
  font-weight: var(--font-weight-7);
  max-width: 14rem;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lk-top__user-name svg {
  width: 18px;
  height: 18px;
  fill: rgb(0 255 94);
  margin-bottom: 0.2rem;
}

.lk-top__user-name.first {
  color: var(--top-one);
}

.lk-top__user-name.second {
  color: var(--top-two);
}

.lk-top__user-name.third {
  color: var(--top-three);
}

.lk-top__user-data:hover .lk-top__place-number {
  scale: 1.1;
}

.lk-top__user-data:hover .lk-top__place-number.first,
.lk-top__user-data:hover .lk-top__place-number.second,
.lk-top__user-data:hover .lk-top__place-number.third {
  opacity: 1;
}

.lk-top__user-data:hover .lk-top__place-number.first {
  color: var(--top-one);
}

.lk-top__user-data:hover .lk-top__place-number.second {
  color: var(--top-two);
}

.lk-top__user-data:hover .lk-top__place-number.third {
  color: var(--top-three);
}

.loader {
  position: relative;
  background: var(--input-form);
  overflow: hidden;
  height: 53px;
  margin: 0 !important;
  border-radius: var(--br-12);
  z-index: 2;
  width: 100%;
}

.loader::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      var(--transparent-2-w),
      rgba(255, 255, 255, 0) 100%);
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.lk-top__title {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: var(--text-custom);
  font-weight: var(--font-weight-5);
  flex-direction: row-reverse;
  padding: 0.5rem 0.5rem 0.5rem 0.8rem;
  background-color: var(--transparent-2-w);
  border-radius: var(--br-8);
}

.lk-top__title svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  transition: var(--transition-ease-2);
  margin-left: auto;
  flex: none;
}

.lk-top__title:hover svg {
  fill: var(--span);
}

.lk-top__title>span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}