.section__author{
    padding: 40px 0 60px 0;
}
.author__information{
    display: flex;
    align-items: center;
    gap: 35px;
}
.author__image img{
    display: block;
    width: 160px;
}
.author__position{
    color: #363636;
    font-family: Nunito;
    font-size: 36px;
    font-weight: 700;
    line-height: 47px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.author__name{
    display: flex;
    align-items: center;
    gap: 25px;
}
.author__name-text{
    color: #363636;
    font-family: Jost;
    font-size: 30px;
    font-weight: 300;
    line-height: 37px;
}
.author__name-link img{
    display: block;
    filter: grayscale(1);
    opacity: 0.7;
}
.author__name-link:hover img{
    filter: grayscale(0);
    opacity: 1;
}
.author__button{
    background: linear-gradient(90deg, #D1CB28 4.89%, #48DCA6 95.57%);
    margin-bottom: 0;
    position: relative;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 13px;
    font-weight: 500;
    line-height: 29px;
    overflow: hidden;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
    color: #fff;
    border-radius: 12.225px;
    margin-top: 25px;
}
.wrapper__author-button{
    position: relative;
}
.author__button::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(179.7deg, #3ca0d2 1.98%, #48dca6 99.74%);
    background: linear-gradient(270.3deg, #3ca0d2 1.98%, #48dca6 99.74%);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.author__button span{
    position: relative;
    z-index: 2;
    text-align: center;
}
.author__button:hover::after{
    opacity: 1;
}
.author__body{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.author__content{
    margin-left: 40px;
    width: 100%;
}
.author__sidebar{
    gap: 35px;
    padding: 23px 25px;
    display: flex;
    flex-direction: column;
    position: initial;
}
.author__sidebar-title{
    color: #363636;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.author__sidebar-title img{
    display: none;
}
.author__sidebar-content{
    color: #000;
    font-family: Jost;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
}
.author__sidebar-content ul{
    padding-left: 25px;
}
.author__sidebar-content ul li{
    list-style-type: disc;
}
.author__sidebar-content ul li::marker{
    font-size: 12px;
}
.author__content-title{
    color: #363636;
    font-family: Nunito;
    font-size: 37px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 35px;
}
.block-certificates, .block-projects{
    margin-bottom: 50px;
}
.certificates__items{
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.certificate__item{
    cursor: pointer;
    position: relative;
}
.certificate__item img{
    display: block;
}
[data-tooltip]::after {
	content: attr(data-tooltip);
	position: absolute;
	width: 270px;
    padding: 11px 12px;
	right: 0;
    bottom: 100%;
    top: auto;
	box-shadow: 0px 0px 6.016px #3CA0D2;
	pointer-events: none;
	opacity: 0;
	transition: 1s;
	z-index: 9999;
	border-radius: 8px;
    background: #FFF;
    color: #363636;
    font-family: Jost;
    font-size: 15px;
    font-weight: 300;
    line-height: 17.751px;
}
[data-tooltip]:hover::after {
	opacity: 1;
}
.section__authors-slider{
    margin-bottom: 80px;
}
.authors-slider__title{
    color: #454545;
    text-align: center;
    font-family: Nunito;
    font-size: 80px;
    font-weight: 700;
    line-height: 85px;
    margin-bottom: 15px;
}
.authors-slider__subtitle{
    color: #454545;
    font-family: Jost;
    font-size: 33px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
}
.authors-slider{
    padding: 55px 0;
}
.author-slide{
    border-radius: 10px;
    background-color: #F1F1F1;
    overflow: hidden;
    margin: 0 7px;
}
.author-slide:hover .author-slide__image::after{
    opacity: 0.5;
}
.author-slide__image{
    position: relative;
}
.author-slide__image::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90.13deg, #3ca0d2 .12%, #48dca6 99.91%);
}
.author-slide__image::after{
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(25, 126, 177, 0.7) 85%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
}
.author-slide__image img{
    display: block;
    width: 100%;
    max-height: 269px;
    object-fit: cover;
}
.author-slide__info{
    padding: 30px 20px 20px 20px;
}
.author-slide__position{
    color: #454545;
    font-family: Nunito;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    min-height: 72px;
}
.author-slide__name{
    color: #454545;
    font-family: Jost;
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
}
.authors-slider .slick-dots{
    display: flex;
    justify-content: center;
    gap: 18px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 50px;
}
.authors-slider .slick-dots li{
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s;
    border: 0.426px solid #454545;
}
.authors-slider .slick-dots li button{
    padding: 0;
    opacity: 0;
}
.authors-slider .slick-dots li.slick-active{
    background: linear-gradient(90.13deg, #3ca0d2 .12%, #48dca6 99.91%);
    border: transparent;
}
.authors-slider .slick-prev::before{
    background: url('/wp-content/themes/wp-RA/assets/img/awards/arrow-award-left.svg') no-repeat;
    width: 25px;
    height: 44px;
    background-size: contain;
    content: "";
    display: block;
}
.authors-slider .slick-next::before{
    background: url('/wp-content/themes/wp-RA/assets/img/awards/arrow-award-right.svg') no-repeat;
    width: 25px;
    height: 44px;
    background-size: contain;
    content: "";
    display: block;
}
.authors-slider .slick-prev{
    position: absolute;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    z-index: 9;
}
.authors-slider .slick-next{
    position: absolute;
    right: -2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    z-index: 9;
}

#author-posts .news-card{
    max-width: 397px;
}
#author-cases .case-card{
    min-height: auto;
}
#author-cases .case-card__wrap-img{
    height: auto;
    margin-bottom: 22px;
}
#author-cases .case-card__img{
    max-height: 300px;
}
#author-cases .case-card__title{
    font-size: 21.942px;
    margin-bottom: 20px;
}
#author-cases .case-card__bottom{
    top: 25px;
}
#author-cases .case-card__text{
    font-size: 18px;
}
#author-cases .case-card{
    flex: 0 0 48%;
}
#author-cases .case-block__card{
    margin-bottom: 36px;
}
.author__information.mobile{
    display: none;
}
.author__body-left{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 347px;
    flex: 0 0 347px;
    position: sticky;
    top: 110px;
    height: fit-content;
}


@media(max-width: 1440px){
    #author-cases .case-card{
        flex: 0 0 100%;
    }
}
@media(max-width: 768px){
    #author-cases .case-block__card{
        margin-bottom: 10px;
        max-width: 397px;
    }
    .author__body{
        flex-direction: column;
        margin-bottom: 80px;
    }
    .author__sidebar{
        position: initial;
        margin-bottom: 37px;
        padding-top: 107px;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        border-radius: 10px;
    }
    .author__body-left{
        position: initial;
    }
    .author__content{
        margin-left: 0;
    }
    #author-posts{
        justify-content: center;
    }
    .section__author.desktop{
        display: none;
    }
    .author__information.mobile{
        display: block;
    }
    .section__author-content{
        margin-top: 120px;
    }
    .section__author-content{
        position: relative;
    }
    .author__image{
        position: absolute;
        top: -80px;
    }
    .author__image{
        position: absolute;
        top: -80px;
    }
    .wrapper__author-button{
        position: absolute;
        top: -75px;
        right: 30px;
    }
    .author__position{
        font-size: 30px;
        line-height: 34px;
    }
    .author__name-text{
        font-size: 27px;
        line-height: 30px;
    }
    .author__content-title{
        font-size: 35px;
    }
    .authors-slider__title{
        font-size: 53px;
        line-height: 65px;
    }
    .authors-slider__subtitle{
        font-size: 25px;
        line-height: 31.032px;
    }
    .author-slide__position{
        font-size: 12.036px;
        line-height: 13.182px;
        min-height: 40px;
    }
    .author-slide__name{
        font-size: 12.036px;
        line-height: 13.182px;
    }
    .author-slide__info{
        padding: 30px 15px 15px 15px;
    }
    .author__data{
        border-bottom: 1px solid #3CA0D2;
        padding-bottom: 24px;
    }
    .author__sidebar{
        gap: 30px;
    }
    #author-cases .case-card__wrap-img{
        margin-bottom: 0;
    }
    .wrapper__author-button{
        top: -35px;
    }
    .author__button{
        width: 70px;
        height: 70px;
        font-size: 14.954px;
        line-height: 14.954px;
        border-radius: 50%;
        margin-top: 0;
    }
    .wrapper__author-button::before{
        border: 1px solid #D1CB28;
        border-radius: 50%;
        bottom: -5px;
        content: "";
        display: block;
        left: -5px;
        position: absolute;
        right: -5px;
        top: -5px;
        z-index: 1;
    }
    .author__button span{
        max-width: 45px;
    }
    .authors-slider .slick-prev{
        left: 40px;
        bottom: -23px;
        transform: none;
        top: auto;
    }
    .authors-slider .slick-next{
        right: 40px;
        bottom: -23px;
        transform: none;
        top: auto;
    }
}
@media(max-width: 426px){
    .section__author-content{
        margin-top: 60px;
    }
    .authors-slider .slick-prev{
        left: 40px;
        bottom: -23px;
        transform: none;
        top: auto;
    }
    .authors-slider .slick-next{
        right: 40px;
        bottom: -23px;
        transform: none;
        top: auto;
    }
    .author__image{
        top: -50px;
    }
    .author__image img{
        width: 100px;
    }
    .author__sidebar{
        padding: 70px 16px 16px 16px;
    }
    .author__position{
        font-size: 24px;
        line-height: 26px;
    }
    .author__name-text{
        font-size: 20px;
        line-height: 20px;
    }
    .author__content-title{
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .authors-slider__title{
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 11px;
    }
    .authors-slider__subtitle{
        font-size: 22px;
        line-height: 31.032px;
    }
    .author__sidebar-title img{
        display: block;
        transition: all 0.3s ease;
    }
    .author__sidebar-content{
        display: none;
    }
    .author__sidebar-title.open + .author__sidebar-content{
        display: block;
    }
    .author__sidebar-title.open img{
        transform: rotate(180deg);
        transition: all 0.3s ease;
    }
    .authors-slider .slick-dots{
        width: 225px;
        flex-wrap: wrap;
        padding-top: 35px;
    }
    .author-slide__position{
        font-size: 17px;
        line-height: 18.619px;
    }
    .author-slide__name{
        font-size: 17px;
        line-height: 18.619px;
    }
}
