.authors__title {
    font-family: Bebas Neue;
    font-size: 6.4rem;
    color: #166374;
    margin-top: 2rem;
    margin-bottom: 5rem;
}

.authors__item {
    border-radius: 2.4rem;
    border: 1px solid #BAD6D9;
    margin-bottom: 1.5rem;
    padding: 2.3rem 5rem 2.3rem 2.3rem;
    position: relative;
    display: block;
}
.authors__item-flex {
    display: flex;
    align-items: center;
}
.authors__item-img {
    width: 10rem;
    margin-right: 3rem;
}
.authors__item-title {
    color: #166374;
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 3px;
}
.authors__item-who {
  font-size: 1.6rem;   
  color: #000;
}

.authors__item-slash {
  color: rgba(0,0,0,.1);
  margin: 0 7px;
}
.authors__item-descr {
    font-size: 16px;
    color: #AFBEBF;
    margin-top: 13px;
    max-width: 36rem;
    margin-right: 2rem;
}
.authors__item-last {
    background: #04A6BA;
    width: 5rem;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 2.4rem 2.4rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    opacity: 0;
}

.authors__item:hover .authors__item-last {
    opacity: 1;
}

.page__button-main.authors__show-btn {
    cursor: pointer;
    margin: 3.5rem auto;
    display: flex;
    max-width: fit-content;
}

.authors__show-btn span {
    margin-right: 1rem;
}

.article-detailed .authors__item {
    margin: 2rem 0 5rem 0;
}

.authors__before {
    font-size: 1.4rem;
    color: #000;
    margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .authors__title {
    font-size: 4.8rem;
        margin-bottom: 3rem;
  }
 
 .authors__item {
    padding: 1.5rem 1rem;
   
 }
 .authors__before {
    margin-bottom: 2rem;
 }
  .authors__item-flex {
     display: block;
  }
  .authors__item-title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }

  .authors__item-who {
     font-size: 1.4rem;
  }
   .authors__item-descr {
     font-size: 1.4rem;
  }

.page__button-main.authors__show-btn {
    max-width: initial;
}

.authors__item-last {
  opacity: 1;
  border-radius: 50%;
  width: 5rem;
  min-height: 5rem;
  height: 5rem;
  top: 1.5rem;
  right: 1rem; 
}

.authors__before {
    max-width: 75%;
}


}


.authorr__back {
    color: #363636;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    font-family: Roboto;
}
.authorr__back-img {
    width: .6rem;
    margin-right: .75rem;
}

.authorr__content {
    border-radius: 4.8rem;
    border: 1px solid #BAD6D9;
    padding: 3rem;
    margin-top: 3rem;
    margin-bottom: 9rem;
}

.authorr__content-flex {
    display: flex;
    justify-content: space-between;
}
.authorr__content-left {
     min-width: 30rem;
     width: 30rem;
    margin-right: 6rem;
}

.authorrs__title {
    font-size: 4.8rem;
    color: #166374;
    margin: 0 0 3.5rem 0;
}

.authorr__content-block {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 2rem;
    color: #34342D;
     font-size: 1.6rem;
}
.authorr__content-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.authorr__content-text {
    font-size: 1.6rem;
    margin: 0;
}


.authorr__content-list {
    font-size: 1.6rem;
    list-style-type: initial;
    padding-left: 2.5rem;
    margin: 0;
}
.authorr__content-list li:before {
    display: none;
}

.authorr__content-list li {
    padding: 0;
    margin: 0;
}

.authorr__content-hat {
    padding-left: 3.5rem;
    background: url(/media/images/hat.svg);
    background-repeat: no-repeat;
    background-size: 2.2rem;
    background-position: left center;
}

.authorr__content-dates-cont {
    padding-left: 1rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.authorr__content-dates-cont:last-child {
    margin-bottom: 0;
}

.authorr__content-dates {
    padding-left: 2.5rem;
    border-left: 1px solid #AFBEBF;
    padding-top: 1.2rem;
}
.authorr__content-date {
    font-size: 1.8rem;
    color: #AFBEBF;
}
.authorr__content-dates-descr {
    font-size: 1.4rem;
     color: #AFBEBF;
}
.authorr__content-dates-text {
    margin: .8rem 0 .5rem 0;
}

.authorr__content-dates-item {
    margin-bottom: 2rem;
}
.authorr__content-dates-item:last-child {
    margin-bottom: 0;
}
.authorr__content-hat.authorr__content-hat1 {
    background-image: url(/media/images/hat1.svg);
    padding-top: .5rem;
}

.authorr__h2 {
    color: #34342D;
    font-size: 4rem;
    margin: 0 0 3.5rem 0;
}
.authorr__swiper-cont {
    position: relative;
    margin-bottom: 9rem;
}
.authorr__swiper-slide {
    padding: 8rem 7rem;
    border-radius: 4.8rem;
    border: 1px solid #BAD6D9;
}

.authorr {
    padding-bottom: 10rem;
}

.authorr__swiper-cont .swiper-wrapper {
    box-sizing: border-box !important;
}

.authorr__swiper-btn {
    padding: 0 !important;
    border-radius: 50%;
    border: 0;
    outline: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s;
    width: 5rem;
    height: 5rem;
    display: block;
}
.authorr__swiper-btn img {
    width: 100%;
}
.authorr__swiper-btn.swiper-button-disabled {
    opacity: .6;
}

.authorr__swiper-btn-next {
    transform: translateY(-50%) rotate(180deg);
    right: -8.5rem;
}
.authorr__swiper-btn-prev {
   left: -8.5rem;
}

@media (max-width: 1279px) {
   .authorr__swiper-btn-next {
    transform: translateY(0) rotate(180deg);
    right: initial;
    left: 6rem;
}
.authorr__swiper-btn-prev {
   left: 0;
   transform: translateY(0);
}

.authorr__swiper-btn {
    top: calc(100% + 3rem);
}

.authorr__swiper-cont {
    margin-bottom: 15rem;
}

}

@media (max-width: 767px) {

 .authorr__content-flex {
    flex-wrap: wrap;
 }
 .authorr__content-left {
    min-width: initial;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
}
.authorr__content {
    border-radius: 0;
    border: 0;
    padding: 0;
    margin-top: 2.5rem;
    margin-bottom: 5rem;
}

.authorr__content-img {
  width: 20rem;
}
.authorrs__title {
    font-size: 3.2rem;
}
.authorr__h2 {
   font-size: 3.2rem;
   margin-bottom: 2.5rem; 
}
.authorr__swiper-slide {
    padding: 7rem 5rem;
}

}


.authorr__swiper-img {
    cursor: pointer;
}
.diplomas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
}

.diplomas__pic {
       height: 90vh;
    box-shadow: 6px 6px 10px 0px rgba(34, 60, 80, 0.9);
        max-width: 90%;
    object-fit: contain;
}