.author-pg {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .author-pg {
    padding-bottom: 20px;
  }
}
.author-info {
  background-color: #fff;
  padding: 35px 0 60px;
}
@media (max-width: 767px) {
  .author-info {
    padding: 0 0 30px;
    margin: -27px 0 0;
  }
}
.author-info__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.author-info__left {
  flex-basis: 129px;
  max-width: 129px;
  flex-shrink: 0;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .author-info__left {
    display: none;
  }
}
.author-info__avatar {
  margin-bottom: 33px;
}
@media (max-width: 991px) {
  .author-info__avatar {
    margin-bottom: 0;
    margin-right: 30px;
    flex-shrink: 0;
  }
}
.author-info__avatar img {
  width: 129px;
  height: 129px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .author-info__avatar img {
    width: 80px;
    height: 80px;
  }
}
.author-info__socials {
  display: grid;
  grid-template-columns: repeat(3, 32px);
  grid-gap: 9px 15px;
}
@media (max-width: 991px) {
  .author-info__socials {
    grid-template-columns: repeat(6, 32px);
    grid-gap: 12px;
  }
}
.author-info__socials-item {
  background-color: #fff;
  height: 32px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 9px 0 rgba(62, 65, 70, 0.25);
  transition: 0.3s ease-in-out;
}
.author-info__socials-item:hover {
  background-color: #66c;
  transition: 0.3s ease-in-out;
}
.author-info__socials-item:hover svg {
  fill: #fff;
  transition: 0.3s ease-in-out;
}
.author-info__socials-item svg {
  transition: 0.3s ease-in-out;
}
.author-info__right {
  flex-basis: 980px;
  max-width: 980px;
  background-color: #F5F5F5;
  padding: 32px 60px 70px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .author-info__right {
    padding: 30px 10px;
    border-radius: 20px;
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .author-info__top-wrapper {
    display: flex;
    align-items: flex-start;
  }
}
.author-info__name-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .author-info__name-wrapper {
    margin-bottom: 30px;
  }
}
.author-info__name {
  font-size: 50px;
  line-height: 65px;
  letter-spacing: 0.66px;
  font-weight: 900;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .author-info__name {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 700;
  }
}
.author-info__top-box {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -7px;
}
.author-info__top-item {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.66px;
  color: #66c;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin: 5px 7px;
}
.author-info__top-item:last-child {
  margin-right: 0;
}
.author-info__top-item svg {
  width: 19px;
  height: 14px;
  margin-right: 7px;
}
.author-info__details-box {
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .author-info__details-box {
    margin-bottom: 30px;
  }
}
.author-info__details {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .author-info__details {
    flex-direction: column;
  }
}
.author-info__details:last-child {
  margin-bottom: 0;
}
.author-info__details-item {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.66px;
}
@media (max-width: 767px) {
  .author-info__details-item {
    font-size: 18px;
    line-height: 30px;
  }
}
.author-info__details-item:first-child {
  flex-basis: 125px;
  max-width: 125px;
  margin-right: 30px;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .author-info__details-item:first-child {
    flex-basis: auto;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.author-info__details-item:last-child {
  flex-basis: 500px;
  max-width: 500px;
}
@media (max-width: 600px) {
  .author-info__details-item:last-child {
    flex-basis: auto;
    max-width: 100%;
  }
}
.author-info__text {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.66px;
}
@media (max-width: 991px) {
  .author-info__text {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .author-info__text {
    font-size: 18px;
    line-height: 30px;
  }
}
.articles-category .articles-top__categories {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .articles-category .articles-top__categories {
    margin-bottom: 30px;
  }
}
.articles-category .articles-top__categories-item {
  cursor: pointer;
}
.articles-category .articles-category__show-more-wrapper {
  display: flex;
}
.articles-category .articles-category__show-more {
  margin: 0 auto;
}
/*# sourceMappingURL=author-page.css.map */