.troupe {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -5px;
}
.item-person {
    position: relative;
    width: 300px;
    margin: 5px;
}
.item-person a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-decoration: none;
}
.item-person a:hover {
    box-shadow: 2px 2px 4px var(--colorMain), -1px -1px 0 var(--colorRed);
}
.item-person figure {
    display: block;
    position: relative;
    overflow: hidden;
}
.item-person figure::before {
    display: block;
    content: "";
    width: 100%;
    margin-top: 141.4285714%;
}
.item-person figure img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-person figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 72px;
    line-height: 1.5;
    z-index: 100;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: hidden;
    box-sizing: border-box;
    background: var(--bgMain75);
    padding: 7px 14px;
    color: var(--colorWhite);
}
.person-name {
    font-size: 18px;
    line-height: 1.1;
}
.person-jobs {
    text-align: right;
}
@media only screen and (min-width:601px) and (max-width:960px) {
    .item-person {
        width: calc(50% - 10px);
        max-width: 400px;
    }
}
@media only screen and (max-width:600px) {
    .item-person {
        width: calc(100% - 10px);
        max-width: 400px;
        margin: 5px auto;
    }
}

/* ***** */
.info-person {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media only screen and (min-width: 1601px) {
    .info-person {
        width: 990px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1600px) {
    .info-person {
        width: 750px;
    }
}
@media only screen and (min-width: 1281px) {
    .add-person {
        width: 420px;
    }
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
    .add-person {
        width: 300px;
    }
    .info-person {
        width: 600px;
    }
}
@media only screen and (max-width: 960px) {
    .info-person,.add-person {
        width: 100%;
    }
}
.img-person {
    width: 300px;
    margin: 0 20px 0 0;
}
.img-person figure {
    width: 100%;
}
.img-person figure img {
    width: 100%;
    height: auto;
}
.txt-person {
    width: calc(100% - 320px);
}
.txt-person header {
    margin: 0 0 28px 0;
    padding: 0 0 14px 0;
    border-bottom: 1px solid var(--colorPlatin);
}
.person-type {
    font-size: 16px;
    text-align: right;
}
.album-person {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 28px 0 14px 0;
    width: 100%;
}
.show-slider .f-carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 1px;
}
.show-slider .f-carousel__slide {
    width: 200px;
    height: 200px;
    overflow: hidden;
    --f-carousel-spacing: 1px;
}
.works-admin summary {
    background: var(--colorSnowWhite);
    padding: 7px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 1px 0;
    cursor: pointer;
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
    .img-person {
        width: 240px;
        margin: 0 20px 0 0;
    }
    .txt-person {
        width: calc(100% - 260px);
    }
}
@media only screen and (max-width: 640px) {
    .info-person {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .img-person {
        margin: 0 auto;
    }
    .txt-person {
        width: 100%;
    }
}
