

/* Start:/local/templates/bigi/assets/css/redaction.css?176579846510667*/
@font-face {
    font-family: OceanicGrotesk;
    font-style: normal;
    font-weight: 500;
    src: url(/local/templates/bigi/assets/css/../assets/fonts/OceanicGrotesk-Medium.otf) format("opentype")
}

@font-face {
    font-family: OceanicGrotesk;
    font-style: normal;
    font-weight: 400;
    src: url(/local/templates/bigi/assets/css/../assets/fonts/OceanicGrotesk-Regular.otf) format("opentype")
}

@font-face {
    font-family: OceanicText;
    font-style: normal;
    font-weight: 400;
    src: url(/local/templates/bigi/assets/css/../assets/fonts/OceanicText-Regular.otf) format("opentype")
}

.redaction__header {
    margin: 160px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.redaction__icon {
    width: 118px;
}

.redaction__icon-mobile {
    width: 51px;
    display: none;
}

.redaction__title {
    margin: 40px 0 20px;
    font-family: OceanicGrotesk, sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.2;
    color: rgba(29, 33, 38, 0.9);
}

.redaction__subtitle {
    margin: 0;
    max-width: 752px;
    font-family: OceanicText, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    color: rgba(29, 33, 38, 0.9);
    text-align: center;
}

.redaction__list {
    width: 100%;
    padding: 40px 0 120px;
    border-top: 1px solid rgba(29, 33, 38, 0.1);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.redaction__element {
    width: calc((100% - (16px * 2)) / 3);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.redaction__photo-wrapper {
    overflow: hidden;
}

.redaction__photo {
    width: 100%;
    height: auto;

    transition: all .3s ease;
}

.redaction__name {
    width: 100%;
    margin: 0;

    font-family: OceanicText, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;

    color: rgba(29, 33, 38, 0.9);
}

.redaction__link {
    transition: all .3s ease;
}

.redaction__link:hover {
    opacity: .75;
}

.redaction__link:hover img {
    transform: scale(1.15);
}

.redaction__job {
    width: 100%;
    margin: 0;

    font-family: OceanicGrotesk, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;

    color: rgba(29, 33, 38, 0.9);
}

/* DETAIL_PAGE */

.author {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}

.author__fixed {
    width: 50%;
    max-width: 760px;
    position: fixed;
    bottom: 0;
    left: 40px;
}

.author__fixed-content {
    margin: 50vh 40px 40px 0;
    position: relative;
}

.author__fixed-content-mobile {
    display: none;
}

.author__photo_small {
    margin-bottom: 40px;
    width: 112px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, -50vh);
}

.author__title {
    margin: 0;
    font-family: OceanicText, sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.2;
    color: rgba(29, 33, 38, 0.9);
    text-align: center;
}

.author__job {
    margin: 40px auto 0;
    font-family: OceanicGrotesk, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: rgba(29, 33, 38, 0.9);
    text-align: center;
}

.author__socials {
    margin-top: 25vh;
    display: flex;
    flex-direction: column;
    align-items: center
}

.author__socials-item {
    width: 100%;
    display: flex;
    gap: 16px;
}

.author__socials-name {
    margin: 0;
    width: 50%;
    font-family: OceanicGrotesk, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(29, 33, 38, 0.5);
    text-align: right;
}

.author__socials-value {
    margin: 0;
    width: 50%;
    font-family: OceanicGrotesk, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(29, 33, 38, 0.9);
    text-align: left;
}


.author__content {
    width: 50%;
}

.author__photo {
    width: calc(100% + 40px);
}

.author__detail-text {
    margin: 80px 0 80px 8px;
}

.author__detail-text h2 {
    margin: 40px 0 24px;

    font-family: OceanicGrotesk, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;

    color: rgba(29, 33, 38, 0.9);
}

.author__detail-text p {
    margin: 0;

    color: rgba(29, 33, 38, 0.9);

    font-family: OceanicText, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.author__favorites {
    margin: 0 0 80px 8px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.author__fav-title {
    margin: 80px 0 8px 8px;
    font-family: OceanicGrotesk, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;

    color: rgba(29, 33, 38, 0.9);
}

.author__publication {
    display: flex;
    flex-direction: row;
    gap: 16px;

    padding-top: 12px;
    border-top: 1px solid rgba(29, 33, 38, 0.1);
}

.author__pub-title {
    margin: 0;

    font-family: OceanicText, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;

    color: rgba(29, 33, 38, 0.9);
}

.author__pub-text {
    margin: 20px 0 12px;

    font-family: OceanicGrotesk, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;

    color: rgba(29, 33, 38, 0.9);
}

.author__pub-date {
    margin: 0;

    font-family: OceanicGrotesk, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;

    color: rgba(29, 33, 38, 0.9);
}

.author__pub-photo {
    width: 112px;
    height: 112px;
}

.author__awards {
    margin: 0 0 0 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.author__aw-title {
    margin: 80px 0 8px 8px;
    font-family: OceanicGrotesk, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;

    color: rgba(29, 33, 38, 0.9);
}

.author__aw-item {
    display: flex;
    justify-content: space-between;

    padding-top: 12px;
    border-top: 1px solid rgba(29, 33, 38, 0.1);
}

.author__aw-name {
    margin: 0;

    font-family: OceanicGrotesk, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;

    color: rgba(29, 33, 38, 0.9);
}

.author__aw-year {
    margin: 0;

    font-family: OceanicGrotesk, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;

    color: rgba(29, 33, 38, 0.9);
}

.not-scroll {
    position: absolute;
    left: 0;
}

.author__articles {
    margin: 160px 0 120px;
}

.author__articles-title {
    margin: 0 0 40px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(29, 33, 38, 0.1);

    font-family: OceanicGrotesk, sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.2;

    color: rgba(29, 33, 38, 0.9);
}

@media screen and (max-width: 1600px) {
    .author__fixed {
        width: calc(50% - 40px);
        left: 40px;
    }

    .not-scroll {
        width: 50%;
        position: absolute;
        left: 0;
    }
}

@media (max-width: 1100px) {
    .author__fixed {
        width: calc(50% - 15px);
        left: 15px;
    }

    .author__fixed-content {
        margin: 50vh 15px 40px 0;
    }

    .not-scroll {
        width: 50%;
        position: absolute;
        left: 0;
    }
}

@media screen and (max-width: 810px) {
    .redaction__header {
        margin: 120px 0;
    }

    .redaction__icon {
        display: none;
    }

    .redaction__icon-mobile {
        display: block;
    }

    .redaction__title {
        margin-top: 20px;
        font-size: 36px;
    }

    .redaction__subtitle {
        font-size: 22px;
    }

    .redaction__element {
        width: calc((100% - 16px) / 2);
    }

    .redaction__name {
        font-size: 24px;
    }

    .author {
        flex-direction: row;
        justify-content: space-between;
    }

    .author__fixed {
        position: relative;
        width: 50%;
        left: 0;
    }

    .author__fixed-content {
        margin: 40px 15px 40px 0;
    }

    .author__socials {
        margin-top: 40px;
    }

    .author__detail-text {
        margin-left: calc(-50vw + 15px);
    }

    .author__fav-title {
        margin-left: calc(-50vw + 15px);
    }

    .author__favorites {
        margin-left: calc(-50vw + 15px);
    }

    .author__aw-title {
        margin-left: calc(-50vw + 15px);
    }

    .author__awards {
        margin-left: calc(-50vw + 15px);
    }

    .author__title {
        font-size: 44px;
    }

    .author__socials-name {
        width: 70px;
        text-align: left;
    }

    .author__socials-value {
        width: auto;
    }
}

@media screen and (max-width: 650px) {
    .redaction__element {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .author__fixed {
        display: none;
    }

    .author__fixed-content-mobile {
        display: block;
    }

    .author__content {
        width: 100%;
    }

    .author__detail-text {
        margin-left: 0;
    }

    .author__fav-title {
        margin-left: 0;
    }

    .author__favorites {
        margin-left: 0;
    }

    .author__aw-title {
        margin-left: 0;
    }

    .author__awards {
        margin-left: 0;
    }
    
    .author__photo {
        width: 100%;
    }

    .author__fixed-content {
        margin-right: 0;
    }

    .author__detail-text h2 {
        font-size: 22px;
    }

    .author__articles-title {
        font-size: 28px;
    }

    .author__publication {
        flex-direction: column-reverse;
    }

    .author__pub-photo {
        width: 100%;
        height: auto;
    }
}

.topSection-articles-more {
    display: none;
}

.no-photo {
    flex-direction: column;
}

.no-photo .author__fixed {
    position: relative;
    max-width: 100%;
    width: 100%;
}

.no-photo .author__fixed-content {
    margin-top: 40px;
    margin-right: 0;
}

.no-photo .author__socials {
    margin-top: 40px;
}

.no-photo .author__content {
    width: 100%;
}

@media screen and (max-width: 810px) {
    .no-photo .author__detail-text {
        margin-left: 0;
    }

    .no-photo .author__title {
        text-align: left;
    }

    .no-photo .author__job {
        text-align: left;
    }

    .no-photo .author__aw-title {
        margin-left: 0;
    }

    .no-photo .author__awards {
        margin-left: 0;
    }
}
/* End */
/* /local/templates/bigi/assets/css/redaction.css?176579846510667 */
