

/* Start:/local/components/npfi/detail/templates/persons/style.css?17439886654544*/
.persons-awards-item_hidden {
    display: none;
}

.persons-description-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 56px;
    gap: 64px;
}

.persons-description {
    display: flex;
    flex-direction: column;
}

.persons-description-img {
    margin-bottom: 24px;
}

.persons-description-text ul,
.persons-description-text li
{
    list-style: disc;
    padding: revert;
}

.persons-description-img img {
    width: 100%;
    max-width: 380px;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.persons-description-text,
.persons-description-title,
.persons-career-position-name,
.persons-career-position-range {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;

    color: #000000;

    margin-bottom: 24px;
}

.persons-career-position-range {
    margin-bottom: 0;
}

.persons-description-text,
.persons-description-title {
}

.persons-description-title,
.persons-career-position-name {
    font-family: 'Golos';
    font-weight: 600;
    line-height: 22px;
}

.persons-career-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
}

.persons-career-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.persons-career-item:not(:first-child) {
    border-top: 1px solid #E2DFDF;
    padding-top: 40px;
}

.persons-career-company {
    order: 1;
    margin-bottom: 24px;
}

.persons-career-position-container {
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.persons-career-position {
    display: flex;
    flex-direction: column;
}

.persons-awards-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.persons-awards-item {
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #E2DFDF;
    border-radius: 8px;
    margin-bottom: 24px;
}

.persons-awards-title,
.persons-awards-text {
    font-style: normal;
    color: #000000;
    margin-bottom: 24px;
}

.persons-awards-title,
.persons-awards-text {
    font-family: 'Golos';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.persons-awards-text {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.persons-awards-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
}

.persons-awards-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

@media screen and (min-width: 481px) {

    .persons-description {

    }

    .persons-description-img {

    }

    .persons-description-text {
        margin-top: 0px;
        padding-top: 0px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .persons-awards-title {

    }

    .persons-awards-img {
    }

    .persons-awards-text {
        margin-top: 0px;
        padding-top: 0px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}

@media screen and (min-width: 768px) {
    .persons-description-container {
        flex-direction: row;
    }

    .persons-description {

    }

    .persons-description-img img {
        width: 380px;
    }

    .persons-career-list {
        gap: 68px;
    }

    .persons-career-item {
        flex-direction: row;
    }

    .persons-career-item:not(:last-child) {
        border-top: none;
        padding-top: 0;
    }

    .persons-career-company {
        width: 500px;
        order: 2;
        display: flex;
        flex-direction: column;
        padding-left: 64px;
        margin-left: 64px;
        border-left: 1px solid #E2DFDF;
    }

    .persons-career-item:not(:first-child) {
        border-top: none;
        padding-top: 0;
    }

    .persons-career-position-container {
        order: 1;
        flex-grow: 1;
    }

    .persons-awards-list {
        gap: 2%;
    }

    .persons-awards-item {
        width: 49%;
    }

    .persons-awards-item:last-of-type:nth-child(odd) {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .persons-awards-item,
    .persons-awards-item:last-of-type:nth-child(odd) {
        width: 32%;
    }
}
/* End */


/* Start:/local/components/npfi/html.card/templates/short/style.css?17445108671688*/
.npf-card-item-short{
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 24px;
}

.npf-card-item-short-header-name {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 10px;
}

.npf-card-item-short-img {
    padding: 10px;
    width: 122px;
    height: 84px;
    object-fit: cover;
    background: #ffffff;
    border: 1px solid #E2DFDF;
    border-radius: 8px;
}

.npf-card-item-short-img,
.npf-card-item-short-header {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.npf-card-item-short-info-item {
    display: flex;
    flex-direction: column;
}

.npf-card-item-short-info-item:not(:last-child) {
    margin-bottom: 16px;
}

.npf-card-item-short-header-rating {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
    color: #6F6E6E;
}

.npf-card-item-short-header-reviews {
    margin-left: 8px;
    text-wrap: nowrap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    color: #6F6E6E;
}

.npf-card-item-short-header-reviews:first-child {
    margin-left: 0;
}


.npf-card-item-short-rating-star {
    content: '';
    width: 15px;
    height: 15px;
    margin-right: 8px;
    background: url(/local/templates/npfi/assets/img/rating.svg);
}

.npf-card-item-short-rating-star.gray {
    filter: grayscale(1);
}
/* End */
/* /local/components/npfi/detail/templates/persons/style.css?17439886654544 */
/* /local/components/npfi/html.card/templates/short/style.css?17445108671688 */
