.author-page__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px;padding:40px 0 80px}.author-page__wrapper .sidebar{display:none}.author-page__content{-webkit-box-flex:2;-ms-flex:2;flex:2}.author-page__profile-wrapper{padding:80px 0 40px;background-color:#000}.author-page__profile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}.author-page__profile-left{-ms-flex-negative:0;flex-shrink:0}.author-page__profile-right{-webkit-box-flex:1;-ms-flex:1;flex:1}.author-page__avatar{width:150px;height:150px;border-radius:50%;overflow:hidden}.author-page__avatar-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.author-page__name{font-size:28px;font-weight:700;line-height:125%;color:#fff}.author-page__role{margin-top:8px;font-size:16px;color:#a5b4b7}.author-page__posts-count{margin-top:8px;font-size:14px;color:#fff}.author-page__social{margin-top:24px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}.author-page__social-link{width:40px;height:40px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-decoration:none;-webkit-transition:opacity .3s;transition:opacity .3s}.author-page__social-link:hover{opacity:.8}.author-page__social-link--facebook{background:#1877f2}.author-page__social-link--twitter{background:#1da1f2}.author-page__social-link--instagram{background:linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.author-page__social-link--linkedin{background:#0077b5}.author-page__social-link svg{width:18px;height:18px}.author-page__description{margin-top:24px;font-weight:400;font-size:16px;line-height:1.6;color:#fff}.author-page__tabs{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0;border-bottom:2px solid #e5e5e5;margin-bottom:30px}.author-page__tab{padding:15px 30px;background:0 0;border:none;border-bottom:2px solid transparent;font-size:16px;font-weight:600;color:#999;cursor:pointer;-webkit-transition:.3s;transition:.3s;margin-bottom:-2px}.author-page__tab:hover{color:#333}.author-page__tab--active,.author-page__tab[aria-selected=true]{color:#d32f2f;border-bottom-color:#d32f2f}.author-page__articles-container{position:relative;min-height:200px}.author-page__articles-empty{padding:40px 20px;text-align:center;color:#999}.author-page__articles-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.author-page__article{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;padding-bottom:24px;border-bottom:1px solid #dfe4e5}.author-page__article:last-child{padding-bottom:0;border-bottom:none}.author-page__article-image{display:none}.author-page__article-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s linear;transition:transform .3s linear;transition:transform .3s linear,-webkit-transform .3s linear}.author-page__article-category{display:-webkit-box;display:-ms-flexbox;display:flex}.author-page__article-category-link{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;font-weight:400;font-size:12px;line-height:125%;color:#000;padding:4px 8px;background-color:#a5b4b7;border:1px solid #a5b4b7;border-radius:4px;margin-bottom:8px;-webkit-transition:background-color .3s linear,color .3s linear,border .3s linear;transition:background-color .3s linear,color .3s linear,border .3s linear}.author-page__article-title{font-weight:700;font-size:18px;line-height:125%;color:#000;-webkit-transition:color .3s linear;transition:color .3s linear}.author-page__article-meta{margin-top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;row-gap:10px}.author-page__article-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:14px;height:14px}.author-page__article-icon svg{width:100%;height:100%;color:#707c75}.author-page__text{font-weight:400;font-size:14px;line-height:125%;color:#818181}.author-page__text_author{color:#a5b4b7;-webkit-transition:color .3s linear;transition:color .3s linear}.author-page__load-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:40px auto 0}.author-page__btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:12px 24px;background-color:transparent;border:1px solid #9d1738;color:#9d1738;border-radius:8px;font-weight:500;font-size:16px;line-height:125%;cursor:pointer;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;-webkit-transition:background-color .3s linear,color .3s linear;transition:background-color .3s linear,color .3s linear}.author-page--item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;position:relative}.author-page--item:after{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:-12px;width:5px;height:5px;border-radius:10px;background-color:#a5b4b7}.author-page--item:last-child:after{display:none}.author-page--item svg{color:#a5b4b7}@media (min-width:320px) and (max-width:1260px){.author-page__avatar{width:calc(9.5744680851vw + 119.3617021277px);height:calc(9.5744680851vw + 119.3617021277px)}.author-page__name{font-size:calc(1.2765957447vw + 23.914893617px)}}@media (min-width:320px) and (max-width:1460px){.author-page__article-title{font-size:calc(.1754385965vw + 17.4385964912px)}.author-page__article-meta{-webkit-column-gap:calc(1.7543859649vw + 14.3859649123px);-moz-column-gap:calc(1.7543859649vw + 14.3859649123px);column-gap:calc(1.7543859649vw + 14.3859649123px)}.author-page--item:after{right:calc(-.8771929825vw + -9.1929824561px)}}@media (min-width:768px){.author-page__profile{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.author-page__article-image{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:8px;overflow:hidden;min-width:200px;max-width:200px;height:120px}}@media (min-width:960px){.author-page__wrapper .sidebar{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width:1260px){.author-page__avatar{width:240px;height:240px}.author-page__name{font-size:40px}}@media (min-width:1460px){.author-page__article-title{font-size:20px}.author-page__article-meta{-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}.author-page--item:after{right:-22px}}@media (hover:hover){.author-page__article:hover .author-page__item-image img{-webkit-transform:scale(1.03);-ms-transform:scale(1.03);transform:scale(1.03)}.author-page__article-category-link:hover{background-color:#9d1738;border:1px solid #9d1738;color:#fff}.author-page__article-title:hover,.author-page__text_author:hover{color:#9d1738}}