.page-view {
  overflow: hidden;
}
.author-page {
  overflow: hidden;
}
.author-page .headline {
  /* font-family: "PT Sans", sans-serif; */
}
.author-page .headline h1 {
  color: #22243a;
  font-weight: 700;
}
.author-page .headline h1 .lastname {
  text-transform: uppercase;
  color: #22243a;
}
.author-page .headline h1 .page {
  color: #999;
}
.author-page .headline h1 a {
  text-decoration: none;
  color: #22243a;
}
.author-page .headline h1 a:hover {
  text-decoration: underline;
}
.author-page .headline .author-info {
  overflow: hidden;
}
.author-page .headline .author-info .image {
  float: left;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.author-page .headline .author-info .brief {
  font-size: 1rem;
  line-height: 1.2;
  color: #576377;
}
.author-page .headline .extra-info {
  font-size: 1rem;
  line-height: 1.2;
  color: #576377;
}
.author-page .headline .extra-info p {
  margin-bottom: 0.7rem;
}
.author-page .item {
  position: relative;
  overflow: hidden;
  /* font-family: "PT Sans Narrow", sans-serif; */
}
.author-page .item time {
  display: block;
  color: #999;
  float: left;
}
.author-page .item .story-heading {
  display: block;
  float: left;
  overflow: hidden;
  text-decoration: none;
}
.author-page .item .story-heading a {
  text-decoration: none;
  color: #22243a;
}
.author-page .item .story-heading a:hover {
  text-decoration: underline;
}
.author-page .item .story-heading .title {
  display: block;
  font-weight: 700;
  color: #22243a;
}
.author-page .item .story-heading .lead {
  /* font-family: "PT Serif", times, serif; */
  color: #3d4658;
}
.author-page .item .story-type {
  display: inline-block;
  background-color: #303f9f;
  color: #fff;
  text-transform: uppercase;
  /* font-family: "PT Sans", sans-serif; */
}
.author-page .item.first,
.author-page .item:nth-child(2),
.author-page .item:nth-child(3) {
  border-top: 0;
  padding-top: 0;
}
@media screen and (min-width: 19.375em) {
  .author-page .headline {
    border-bottom: 0.0625rem solid #303f9b;
    margin-bottom: 0.4rem;
    padding-bottom: 0.1rem;
    line-height: 1;
  }
  .author-page .headline h1 {
    display: block;
    font-size: 1.4375rem;
    margin-bottom: 1rem;
  }
  .author-page .headline h1 .page {
    font-size: 0.7rem;
  }
  .author-page .headline .author-info {
    margin: 0 0 1rem 0;
  }
  .author-page .headline .author-info .image {
    width: 6.875rem;
    height: 6.875rem;
    border-radius: 50%;
  }
  .author-page .headline .author-info .brief {
    margin-left: 8.375rem;
  }
  .author-page .headline .more {
    text-align: center;
    text-transform: uppercase;
    /* font-family: "PT Serif", times, serif; */
    font-size: 0.8125rem;
    border-top: 0.0625rem solid #303f9b;
    padding-top: 0.25rem;
  }
  .author-page .headline .more .arr {
    display: inline-block;
    width: 1.3125rem;
    height: 1.3125rem;
    margin-left: 0.4rem;
    background: url("/user/img/slovo/more-arr-d.svg") 50% 50% no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-bottom: 0.1rem;
    transition-duration: 0.3s;
    cursor: pointer;
  }
  .author-page .headline .more .arr:hover {
    background-image: url("/user/img/slovo/more-arr-d-h.svg");
  }
  .author-page .headline .more.open .arr {
    transform: rotate(180deg);
  }
  .author-page .headline .extra-info {
    display: none;
    margin: 0.7rem 0;
  }
  .author-page .item {
    border-top: 0.0625rem solid #e3e3e3;
    margin: 1rem 0;
    padding-top: 1rem;
  }
  .author-page .item:first-child {
    border-top: none;
  }
  .author-page .item time {
    font-size: 0.6875rem;
    width: 100%;
    line-height: 1.2;
  }
  .author-page .item .story-heading {
    width: 100%;
    margin-top: 0.4rem;
  }
  .author-page .item .story-heading .title {
    font-size: 1.375rem;
    line-height: 1.2;
  }
  .author-page .item .story-heading .lead {
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .author-page .story-type {
    font-size: 0.625rem;
    padding: 0 0.15rem;
    margin-right: 0.5rem;
    line-height: 1.3;
    vertical-align: 0.125rem;
  }
}
@media screen and (min-width: 34.875em) {
  .author-page .headline h1 {
    font-size: 1.4rem;
  }
  .author-page .headline .author-info {
    position: relative;
    min-height: 6.875rem;
  }
  .author-page .headline .author-info h1 {
    margin-left: 8.375rem;
  }
  .author-page .headline .author-info .image {
    position: absolute;
    top: 0;
    left: 0;
  }
  .author-page .headline .author-info .brief {
    margin-right: 4rem;
  }
  .author-page .headline .more {
    position: relative;
    border-top: 0;
  }
  .author-page .headline .more .arr {
    position: absolute;
    right: 0.3rem;
    bottom: 0.5rem;
    width: 2rem;
    height: 2rem;
  }
  .author-page .headline .more span {
    position: absolute;
    right: 0;
    bottom: 3rem;
    width: 2.7rem;
    font-size: 0.44rem;
    line-height: 1.1;
    cursor: pointer;
  }
  .author-page .item .story-heading .lead {
    font-size: 1.0625rem;
  }
  .author-page .item .story-type {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 39.375em) {
  .author-page .item time {
    width: 19%;
    line-height: 4.2;
  }
  .author-page .item .story-heading {
    width: 80.9%;
  }
}


.author-page .headline .extra-info {
  display: block !important;
  height: 0;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
  margin: 0;
}
.author-page .headline:has(.open) .extra-info {
  margin: .75rem 0;
}
.author-page .headline .extra-info_wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
