

/* Start:/local/templates/aktiv/components/bitrix/news/expertise/bitrix/news.detail/.default/style.css?16928606901454*/
.author-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 100px;
  margin-bottom: 34px;
}

.author-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author-item__pic {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.author-item__pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.author-item__content {
  font-weight: 300;
  font-size: 15px;
  color: #696969;
  font-style: italic;
}
.author-item__name {
  font-weight: 300;
  font-size: 24px;
  line-height: 133%;
  letter-spacing: -0.01em;
  font-style: normal;
  color: #010101;
}
@media only screen and (max-width: 767px) {
  .author-item__pic {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 10px 0 0;
  }
  .author-item__name {
    font-size: 18px;
  }
}
/* End */
/* /local/templates/aktiv/components/bitrix/news/expertise/bitrix/news.detail/.default/style.css?16928606901454 */
