body.alfavet-premium-homepage
.alfavet-premium-page
.team-row
.team-avatar.team-avatar-photo {
  position: relative;
  display: grid;
  width: 56px;
  height: 56px;
  margin-top: 0 !important;
  padding: 0;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(13, 145, 135, .16);
  border-radius: 17px;
  background:
    linear-gradient(
      135deg,
      var(--teal-soft),
      #d5ebe7
    );
  color: var(--teal-dark);
  isolation: isolate;
  box-shadow:
    0 8px 20px rgba(8, 107, 100, .08),
    inset 0 1px 0 rgba(255, 255, 255, .9);
}

body.alfavet-premium-homepage
.alfavet-premium-page
.team-avatar-photo::before {
  content: attr(data-initials);
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  margin: 0;
  place-items: center;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 920;
}

body.alfavet-premium-homepage
.alfavet-premium-page
.team-avatar-photo img {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  border-radius: inherit;
  object-fit: cover;
  object-position: 50% 20%;
  transform: scale(1.01);
  transition:
    transform .24s ease,
    filter .24s ease;
}

body.alfavet-premium-homepage
.alfavet-premium-page
.team-avatar--bobyleva img {
  object-position: 52% 19%;
}

body.alfavet-premium-homepage
.alfavet-premium-page
.team-avatar--korovina img {
  object-position: 42% 24%;
}

body.alfavet-premium-homepage
.alfavet-premium-page
.team-avatar--rybina img {
  object-position: 50% 18%;
}

body.alfavet-premium-homepage
.alfavet-premium-page
.team-avatar--shandaleva img {
  object-position: 50% 17%;
}

body.alfavet-premium-homepage
.alfavet-premium-page
.team-row:hover
.team-avatar-photo img {
  transform: scale(1.08);
  filter: saturate(1.04) contrast(1.02);
}

body.alfavet-premium-homepage
.alfavet-premium-page
.team-avatar-photo img.is-broken {
  display: none;
}

@media (max-width: 560px) {
  body.alfavet-premium-homepage
  .alfavet-premium-page
  .team-row {
    grid-template-columns:
      48px minmax(0, 1fr) auto;
    gap: 13px;
  }

  body.alfavet-premium-homepage
  .alfavet-premium-page
  .team-row
  .team-avatar.team-avatar-photo {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }
}
