/* profile */
.mf9f41dsq-profiles {
    transition: opacity 0.2s linear;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 0 -10px;
}

.mf9f41dsq-profiles--hidden {
    opacity: 0;
}

.mf9f41dsq-profiles__item {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
}

.mf9f41dsq-profiles__info {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 5px;
    position: relative;
}

.mf9f41dsq-profiles__pic {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    cursor: pointer;
    border-radius: 18px;
    overflow: hidden;
}

.mf9f41dsq-profiles__pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.52%, rgba(0, 0, 0, 0.4) 100%);
}

.mf9f41dsq-profiles__name {
    font-size: 14px;
    text-align: center;
    padding-top: 4px;
    margin: 0 -10px;
}

.mf9f41dsq-profiles__btn {
    width: fit-content;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    padding: 6px 3px 6px 15px;
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0 5px;
    color: #ffffff;
}

.mf9f41dsq-profiles__btn--block {
    background-image: url(../images/icons/block-mf9f41dsq.svg);
}

.mf9f41dsq-profiles__btn--report {
    background-image: url(../images/icons/report-mf9f41dsq.svg);
}

.mf9f41dsq-profiles__item .mf9f41dsq-btn {
    margin-top: 0;
    height: 36px;
    font-size: 14px;
}

/* person */

.mf9f41dsq-person {
    width: 100%;
}

.mf9f41dsq-person__pic {
    position: relative;
    height: 365px;
    width: 100%;
    background: url(../images/profiles/1-mf9f41dsq.jpg) no-repeat center/cover;
}

.mf9f41dsq-person__pic::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 22.39%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

@media (max-width: 450px) {
    .mf9f41dsq-person__pic {
        height: 329px;
    }
}

.mf9f41dsq-person__name {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    padding: 14px 25px 18px;
}

.mf9f41dsq-person__btns {
    max-width: 324px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0 0;
}

.mf9f41dsq-person__btn {
    width: fit-content;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    padding: 6px 3px 6px 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
    margin: 0 20px;
}

.mf9f41dsq-person__btn--block {
    background-image: url(../images/icons/block-mf9f41dsq.svg);
}

.mf9f41dsq-person__btn--report {
    background-image: url(../images/icons/report-mf9f41dsq.svg);
}

[data-profile="1"] .mf9f41dsq-person__pic {
    background-image: url(../images/profiles/1-mf9f41dsq.jpg);
}

[data-profile="2"] .mf9f41dsq-person__pic {
    background-image: url(../images/profiles/2-mf9f41dsq.jpg);
}

[data-profile="3"] .mf9f41dsq-person__pic {
    background-image: url(../images/profiles/3-mf9f41dsq.jpg);
}

[data-profile="4"] .mf9f41dsq-person__pic {
    background-image: url(../images/profiles/4-mf9f41dsq.jpg);
}

[data-profile="5"] .mf9f41dsq-person__pic {
    background-image: url(../images/profiles/5-mf9f41dsq.jpg);
}

[data-profile="6"] .mf9f41dsq-person__pic {
    background-image: url(../images/profiles/6-mf9f41dsq.jpg);
}

[data-profile="7"] .mf9f41dsq-person__pic {
    background-image: url(../images/profiles/7-mf9f41dsq.jpg);
}

[data-profile="8"] .mf9f41dsq-person__pic {
    background-image: url(../images/profiles/8-mf9f41dsq.jpg);
}

[data-profile="9"] .mf9f41dsq-person__pic {
    background-image: url(../images/profiles/9-mf9f41dsq.jpg);
}

[data-profile="10"] .mf9f41dsq-person__pic {
    background-image: url(../images/profiles/10-mf9f41dsq.jpg);
}

.mf9f41dsq-person__title {
    font-weight: 600;
    margin: 0 5px 11px;
    color: #D2B571;
}

.mf9f41dsq-person__info {
    padding: 20px 18px;
}

.mf9f41dsq-person__items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -5px 13px;
}

.mf9f41dsq-person__item {
    border-radius: 15px;
    padding: 5px 15px;
    background: #e7e5e5;
    margin: 0 5px 11px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    color: #29282C;
}

.mf9f41dsq-person__item svg {
    margin-right: 6px;
}

.mf9f41dsq-person .mf9f41dsq-btn {
    margin-top: 20px;
}
