.heroAuthor{background:#f5f5f5;margin-bottom:60px}.heroAuthor-container{display:flex;flex-direction:column;grid-gap:40px 0;padding:0 30px 60px}.heroAuthor__element{grid-area:element;position:relative;display:flex;align-items:center;width:fit-content;grid-gap:0 10px;font-family:var(--font-montserrat),sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:22px;padding-top:60px;margin-bottom:-20px;cursor:pointer}.heroAuthor__element img{display:block;width:36px;height:36px}.heroAuthor__element a{color:#04f}.heroAuthor__element:hover a{color:#212322}.heroAuthor__element:hover img{filter:brightness(0)}.heroAuthor__element:before{content:"";display:block;position:absolute;top:0;left:5px;width:40px;height:42px;background-color:#fedd00;transform:skewX(-33deg) translateX(10px);margin-bottom:10px}.heroAuthor__info{grid-area:info}.heroAuthor__info-name{margin-bottom:20px}.heroAuthor__image{grid-area:image;position:relative;width:315px;height:fit-content;border-radius:20px;overflow:hidden}.heroAuthor__image img{width:100%}.heroAuthor__image-link{position:absolute;display:flex;align-items:center;justify-content:center;left:20px;bottom:20px;width:42px;height:42px;background:#04f;transition:all .3s ease;border-radius:10px}.heroAuthor__image-link:hover{background:#212322}.heroAuthor__image-link img{width:32px;height:32px;filter:brightness(0) invert(1)}.heroAuthor__certified{grid-area:certified}.heroAuthor__certified-title{margin-bottom:20px}.heroAuthor__certified_list{display:flex;flex-direction:row;flex-wrap:wrap;grid-gap:20px}.heroAuthor__certified_list-item{width:60px}.heroAuthor__tags{grid-area:tags}.heroAuthor__tags_list{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap;grid-gap:20px}.heroAuthor__tags_list-item{display:inline-flex;justify-content:center;align-items:center;width:min-content;height:34px;font-family:var(--font-montserrat),sans-serif;font-size:14px;font-weight:700;padding:0 16px;background:rgba(0,68,255,.1);color:#212322;border-radius:10px;white-space:nowrap;transition:all .2s ease;order:3}.heroAuthor__tags_list-item:hover{color:#04f}.heroAuthor__tags-title{margin-bottom:20px}@media(min-width:768px){.heroAuthor-container{display:grid;grid-template-areas:"element element" "image info" "image certified" "image tags";grid-template-rows:min-content min-content min-content 1fr;grid-gap:40px 18px;padding:0 60px 80px}}@media(min-width:1366px){.heroAuthor-container{width:1080px;margin:0 auto;grid-gap:40px 70px;padding:0 0 70px}.heroAuthor__element{padding-top:60px;margin-bottom:0}.heroAuthor__image{width:480px}.heroAuthor__image-link{width:52px;height:52px}.heroAuthor__image-link img{width:40px;height:40px}.heroAuthor__certified_list{grid-gap:40px}.heroAuthor__certified img{width:80px}.heroAuthor__tags_list-item{height:40px;padding:0 18px}}@media(min-width:1920px){.heroAuthor-container{width:1360px;grid-gap:60px 100px;padding:0 0 160px}.heroAuthor__element{font-size:16px}.heroAuthor__certified img{width:100px}.heroAuthor__tags{grid-gap:20px 40px}.heroAuthor__tags-item{height:46px;padding:0 20px;font-size:16px}}