.azs-section-top-author {
  margin-bottom: 100px;
}

@media screen and (max-width:768px) {
  .azs-section-top-author {
    margin-bottom: 60px;
  }
}

.azs-section-top-author:before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: 86px;
  bottom: -63px;
  background: rgba(251, 186, 1, 1);
  opacity: 0.3;
  filter: blur(200px);
}

.azs-section-top-author__wrapper {
  background-image: url("../images/bg-net2.png");
  background-position: bottom -220px right -20px;
  background-size: 1050px 569px;
  background-repeat: no-repeat;
  min-height: 373px;
}


@media screen and (max-width: 768px) {
  .azs-section-top-author__wrapper {
    background-size: 899px 518px;
    background-position: bottom -325px right -20px;
    min-height: 670px;
  }
}

@media screen and (max-width: 365px) {
  .azs-section-top-author__wrapper {
    min-height: 740px;
  }
}

.azs-section-top-author__wrapper .author-avatar {
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 400px;
  height: 400px;
  right: 210px;
  bottom: 0;
  z-index: -1;
  transition: all .5s;
}

@media screen and (max-width: 1600px) {
  .azs-section-top-author__wrapper .author-avatar {

    right: 80px;
  }
}

@media screen and (max-width: 1280px) {
  .azs-section-top-author__wrapper .author-avatar {
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .azs-section-top-author__wrapper .author-avatar {
    width: 300px;
    height: 300px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}


.azs-section-top-author__right {
  margin-bottom: 50px;
}

.azs-section-top-author-right__title {
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .azs-section-top-author-right__title {
    margin-bottom: 35px;
  }
}

.azs-section-top-author__data {
  margin-bottom: 8px;
  max-width: 500px;
}

@media screen and (max-width: 768px) {
  .azs-section-top-author__data {
    margin-bottom: 20px;
  }
}

.azs-section-top-author__data:last-child {
  margin-bottom: 0;
}

.azs-section-top-author__data span {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .azs-section-top-author__data span {
    margin-top: 8px;
    display: block;
  }
}

.azs-section-author-about {
  margin-bottom: 100px;
}

@media screen and (max-width:768px) {
  .azs-section-author-about {
    margin-bottom: 60px;
  }
}

.author-about-block {
  display: flex;
  flex-wrap: wrap;
}

.author-about {
  width: 365px;
}

@media screen and (max-width: 768px) {
  .author-about {
    margin-bottom: 30px;
    width: 100%;
  }
}

.author-about .h1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .author-about .h1 {
    margin-bottom: 15px;
  }
}

.author-about_social {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .author-about_social {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .author-about .azs-text-2 {
    font-size: 14px;
  }
}

.author-about-text {
  box-sizing: border-box;
  line-height: 130%;
  padding-left: 48px;
  width: calc(100% - 365px);
}

@media screen and (max-width: 1280px) {
  .author-about-text {
    padding-left: 0;
    width: calc(100% - 365px);
  }
}

@media screen and (max-width: 768px) {
  .author-about-text {
    font-size: 14px;
    width: 100%;
  }
}


.azs-page-social__link {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  background: #EDF0F5;
  margin-right: 8px;
  color: #191B1E;
  transition: color .5s;
}

.author-about_social__text {
  width: 123px;
}

.author-about_social__icons {
  padding-left: 20px;
}

.azs-page-social__link:last-child {
  margin-right: 0;
}

.azs-page-social__link:hover,
.azs-page-social__link:focus,
.azs-page-social__link:active {
  color: #0F694B;
}



.author-about_email p {
  margin-bottom: 6px;
}

.author-achivements {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .author-achivements {
    margin-bottom: 60px;
  }
}

.author-achivements .h1 {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .author-achivements .h1 {
    margin-bottom: 30px;
  }
}

.author-achivements-item {
  box-sizing: border-box;
  padding: 32px;
}

@media screen and (max-width: 768px) {
  .author-achivements-item {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .author-achivements-item.azs-text {
    font-size: 18px;
  }
}

.author-achivements-item_num {
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
  .author-achivements-item_num {
    margin-bottom: 19px;
  }
}

.author-articles-section {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .author-articles-section {
    margin-bottom: 60px;
  }
}

.author-articles-title {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .author-articles-title {
    margin-bottom: 30px;
  }
}

.author-articles-flex {
  display: flex;
  flex-wrap: wrap;
}

.author-articles__blocks {
  width: calc(50% - 8px);
  gap: 16px;
  flex-wrap: wrap;
}

.author-articles-block {
  width: calc(50% - 16px);
  position: relative;
  overflow: hidden;
  height: 320px;
  margin: 8px;
}

.author-articles-block__inner {
  padding: 32px 32px 34px;
  box-sizing: border-box;
  height: 100%;
  gap: 16px;
  position: relative;
  z-index: 3;
}

.author-articles-block__top {
  margin-bottom: auto;
}

.author-articles-block__title {
  line-height: 127%;
}

.author-articles-block__category {
  padding: 4px 10px 3px 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
}

.author-articles__bg-net:after {
  content: "";
  overflow: hidden;
  background-image: url("../images/materials/bg-net.png");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .7s;
}

.author-articles__bg-net-gray:after {
  content: "";
  overflow: hidden;
  background-image: url("../images/materials/bg-net-gray.png");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .7s;
}

.author-articles__bg-net-gray:hover:after,
.author-articles__bg-net:hover:after {
  top: -4%;
  right: -13%;
  left: auto;
}

.author-articles__block-four {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 16px);
}

.author-articles__block-big {
  gap: 32px;
  width: calc(50% - 16px);
  justify-content: space-between;
  overflow: hidden;
  border-radius: 24px;
  height: 656px;
  margin: 8px;
}

.author-articles-block-big__top {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 362px;

}

.author-articles-block-big__img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: all .7s;
}

.author-articles__block-big:hover .author-articles-block-big__img {
  transform: scale(110%);
}

.author-articles-block-big__category {
  padding: 4px 10px 3px 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(25, 27, 30, 0.10);
  backdrop-filter: blur(7.5px);
  position: absolute;
  top: 32px;
  left: 32px;
}

.author-articles-block-big__bottom {
  gap: 14px;
  padding: 0 32px 32px;
}

.author-articles-block-big__text {
  max-width: 354px;
  margin-bottom: 2px;
}

.author-articles-block-big__title {
  margin-bottom: 3px;
}

@media (max-width: 1280px) {
  .author-articles-block__title {
    font-size: 18px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .author-articles-block-big__title {
    font-size: 26px;
  }

  .author-articles-block-big__bottom {
    justify-content: space-between;
  }


  .author-articles-bottom__list {
    gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 16px), 1fr));
  }
}

@media (max-width: 1200px) {
  .author-articles-flex {
    gap: 16px
  }

  .author-articles__block-big {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .author-articles__blocks {
    width: 100%;
  }

  .author-articles__block-four {
    gap: 16px;
    width: 100%;
  }

  .author-articles__content {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

  .author-articles-block {
    float: none;
    width: calc(50% - 8px);
    margin: 0;
  }

}


@media (max-width: 800px) {
  .author-articles-block-big__top {
    height: 320px;
    position: absolute;
  }

  .author-articles-block-big__bottom {
    position: relative;
  }

  .author-articles__block-big {
    position: relative;
    min-height: 320px;
  }

  .author-articles-block-big__top {
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
  }

  .author-articles-block-big__img {
    height: 100%;
  }

  .author-articles-block-big__bottom {
    z-index: 10;
  }

  .author-articles__block-big {
    justify-content: flex-end;
  }


  .author-articles-block-big__date {
    color: #FFFFFF
  }

  .author-articles-block-big__text {
    color: #FFFFFF;
  }

  .author-articles__block-big .author-articles__tag {
    color: #FFFFFF;
  }

  .author-articles-block-big__title {
    font-size: 18px;
    line-height: 127%;
  }

  .author-articles-block-big__title:active,
  .author-articles-block-big__title:focus,
  .author-articles-block-big__title:hover,
  .author-articles-block-big__title {
    color: #FFFFFF;
  }

  .author-articles__block-big:after {
    z-index: 5;
    content: "";
    width: 100%;
    height: 40%;
    background-image: url("../images/filter2.png");
    background-size: cover;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 0 0 24px 24px;
  }

  .author-articles__block-big:before {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    position: absolute;
    background: black;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.09;
    z-index: 5;

  }

  .author-articles-block-big__text {
    display: none;
  }
}

@media (max-width: 600px) {

  .author-articles__block-big,
  .author-articles-block {
    min-height: 208px;
    height: auto;
    width: 100%;
  }

  .author-articles-block-big__top {
    height: 220px;
    position: static;
  }

  .author-articles__block-big:before,
  .author-articles__block-big:after {
    display: none;
  }

  .author-articles-block-big__date {
    color: #191B1E;
  }

  .author-articles-block-big__text {
    display: block;
    color: #858A92;
  }

  .author-articles-block-big__title.h2 {
    color: #191B1E;
    font-size: 18px;
    max-width: unset;
    font-weight: 600;
  }

  .author-articles-block-big__text {
    max-width: unset;
  }

  .author-articles__block-big .author-articles__tag {
    color: #191B1E;
    font-weight: 600;
  }
}


@media (max-width: 375px) {
  .author-articles__buttons .button {
    width: calc(100% - 40px);
    height: 46px;
    padding: 12px 14px 10px 14px;
  }
}