@charset "UTF-8";

.lg-author {
    margin: 0 auto;
}

@media (max-width: 767px) {
    .lg-author {
        width: 100%;
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    .lg-author {
        width: 632px;
    }
}

@media (min-width: 1024px) {
    .lg-author {
        width: 792px;
    }
}

.lg-author {
    padding: 0;
    margin: -40px auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FBFBFB;
}

@media (max-width: 767px) {
    .lg-author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        text-align: center;
    }
}

@media (max-width: 1023px) {
    .lg-author {
        width: 100%;
    }
}

.lg-author__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
}

@media (max-width: 767px) {
    .lg-author__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 40px 20px;
    }
}

.lg-author__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .lg-author__image {
        margin: 0 0 20px 0;
    }
}

.lg-author__image:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 16px 16px;
    border-color: transparent transparent #FBFBFB transparent;
}

.lg-author__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.lg-author__links {
    background: #EDEDED;
    padding: 40px;
    margin-left: auto;
}

@media (max-width: 767px) {
    .lg-author__links {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .lg-author__links {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 192px;
        flex: 0 0 192px;
        max-width: 192px;
    }
}

.lg-author__link {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #333333 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .lg-author__link {
        width: 96px;
        margin: 20px auto 0;
    }
}

.lg-author__link:first-child {
    margin-top: 0;
}

.lg-author__link__img {
    width: 20px;
    height: 20px;
    fill: #333333;
    margin-right: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.lg-author__link:hover {
    color: #E1312F !important;
}

.lg-author__link:hover .lg-author__link__img {
    fill: #E1312F;
}

.lg-author__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px;
}

@media (max-width: 767px) {
    .lg-author__info {
        padding: 0;
    }
}

.lg-author__name {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #333333;
    font-weight: 600;
}

.lg-author__name:hover, .lg-author__name_active {
    color: #E1312F;
}

.lg-author__desc {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #676767;
    margin-top: 8px;
}

@media (max-width: 767px) {
    .lg-author__desc {
        margin-top: 16px;
    }
}

.lg-author .lg-social {
    margin-top: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .lg-author .lg-social {
        margin-top: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.lg-author .lg-social__link {
    margin-left: 20px;
}

.lg-author .lg-social__link:first-child {
    margin-left: 0;
}

.lg-author .lg-social__link__img {
    fill: #333333;
    width: 24px;
    height: 20px;
}