.ns-bitrix.c-news-list.staff .news-list-sections {
  gap: 80px;
}
.ns-bitrix.c-news-list.staff .news-list-item-name {
  font-family: var(--font-family-base-second);
}
.ns-bitrix.c-news-list.staff .news-list-item-section-text {
  text-transform: uppercase;
}
.ns-bitrix.c-news-list.staff .news-list-item-panel-primary {
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition-duration: var(--duration-base);
  transition-property: opacity;
}
.ns-bitrix.c-news-list.staff .news-list-item-position {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-transform: uppercase;
}
.ns-bitrix.c-news-list.staff .news-list-item-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ns-bitrix.c-news-list.staff .news-list-item-panel-secondary {
  overflow: hidden;
  transition-duration: var(--duration-base);
  transition-property: top;
}
.ns-bitrix.c-news-list.staff .news-list-item {
  height: inherit;
}
.ns-bitrix.c-news-list.staff .news-list-item:first-child {
  padding-left: unset;
}
.ns-bitrix.c-news-list.staff .news-list-item-content {
  height: 100%;
  position: relative;
  overflow: hidden;
  border: solid 1px var(--color-neutral-semi-bright);
  margin-bottom: -1px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  transition-duration: var(--duration-base);
  transition-property: border-color, box-shadow;
}
.ns-bitrix.c-news-list.staff .news-list-item-content:hover {
  border-color: transparent;
  -webkit-box-shadow: var(--shadow-dark);
  -moz-box-shadow: var(--shadow-dark);
  box-shadow: var(--shadow-dark);
  z-index: 2;
  background-color: var(--color-neutral-bright);
}
.ns-bitrix.c-news-list.staff .news-list-item-content:hover .news-list-item-panel-secondary {
  top: 0;
}
.ns-bitrix.c-news-list.staff .news-list-item-picture {
  position: relative;
  z-index: 1;
}
.ns-bitrix.c-news-list.staff .news-list-item-picture > img {
  height: 120px;
  width: 120px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ns-bitrix.c-news-list.staff .news-list-item-name {
  font-weight: 500;
  text-decoration: none;
  transition-duration: var(--duration-base);
  transition-property: color;
}
.ns-bitrix.c-news-list.staff .news-list-item-section {
  gap: 24px;
}
.ns-bitrix.c-news-list.staff .news-list-item-section-item {
  gap: 4px;
}
.ns-bitrix.c-news-list.staff .news-list-item-section-item a {
  text-decoration: none;
  transition-duration: var(--duration-base);
  transition-property: color;
}
.ns-bitrix.c-news-list.staff .news-list-item-social {
  display: block;
  height: 24px;
  width: 24px;
}
.ns-bitrix.c-news-list.staff .news-list-item-message {
  font-weight: 600;
  word-break: auto-phrase;
}
.ns-bitrix.c-news-list.staff [data-role="item.panel.scrollable"] {
  position: relative;
  max-width: 100%;
}
.ns-bitrix.c-news-list.staff .fragment-all-desktop {
  font-weight: 400;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition-duration: var(--duration-base);
  transition-property: color;
}
.ns-bitrix.c-news-list.staff .fragment-all-mobile {
  font-size: 0;
}
.ns-bitrix.c-news-list.staff .fragment-all-mobile svg {
  height: 20px;
  width: 20px;
  transition-duration: var(--duration-base);
  transition-property: stroke;
}
.ns-bitrix.c-news-list.staff .news-list-item-mobile {
  display: none;
}
@media all and (max-width: 768px) {
  .ns-bitrix.c-news-list.staff .news-list-items {
    overflow-x: auto;
  }
  @supports (scrollbar-color: transparent transparent) {
    .ns-bitrix.c-news-list.staff .news-list-items {
      scrollbar-color: transparent transparent;
      scrollbar-width: none;
    }
  }
  @supports not (scrollbar-color: transparent transparent) {
    .ns-bitrix.c-news-list.staff .news-list-items::-webkit-scrollbar {
      display: none;
    }
  }
  .ns-bitrix.c-news-list.staff .fragment-all-desktop {
    display: none;
  }
  .ns-bitrix.c-news-list.staff .fragment-all-mobile svg {
    height: 32px;
    width: 32px;
  }
  .ns-bitrix.c-news-list.staff .news-list-item-mobile {
    display: flex;
  }
  .ns-bitrix.c-news-list.staff .news-list-item {
    width: calc(50% - 16px);
  }
  .ns-bitrix.c-news-list.staff .news-list-item-content:hover {
    border: solid 1px var(--color-neutral-semi-bright);
    box-shadow: unset;
  }
  .ns-bitrix.c-news-list.staff .news-list-item-section {
    position: relative;
    width: 100%;
  }
  .ns-bitrix.c-news-list.staff .news-list-item-section > .scrollbar {
    max-height: 75px;
  }
  .ns-bitrix.c-news-list.staff .news-list-item-section-content {
    gap: 16px;
    min-height: 75px;
  }
  .ns-bitrix.c-news-list.staff .news-list-item-email {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .ns-bitrix.c-news-list.staff .news-list-item-panel {
    background: rgba(0, 0, 0, 0.5);
  }
  .ns-bitrix.c-news-list.staff .news-list-item-panel-secondary {
    top: 0;
  }
}
@media all and (max-width: 550px) {
  .ns-bitrix.c-news-list.staff .news-list-item {
    width: calc(100% - 24px);
  }
}
@media all and (max-width: 375px) {
  .ns-bitrix.c-news-list.staff [data-role="item.panel.scrollable"] > .scrollbar {
    max-height: 120px;
  }
}

/*# sourceMappingURL=style.css.map */
