.profile-container .profile-header {
    min-height: 100px;
    margin: 15px 15px 20px 15px;
    border-right: 1px solid #eee;

}

.profile-container .well {
    padding: 0;
}
.profile-container .profile-header .profile-info {
    min-height: 125px;
    /*border-right: 1px solid #DCD9D9;*/
    padding: 15px 40px 35px 0;
}
.profile-container_flex .profile-header .profile-info {
    width: 100%;
    min-height: unset !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

.profile-container_flex .profile-header .profile-header__buttons-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 29px;
}

.profile-container_flex .profile-header .profile-header__buttons-block .title-follow {
    width: auto !important;
}

.profile-container_flex .profile-header .profile-header__buttons-block > a.btn {
    font-size: 14px !important;
}

.profile-container_flex .profile-header .profile-header__buttons-block .pjaxBtn-container {
    height: 100%;
}

.profile-container_flex .profile-header .profile-header__buttons-block .pjaxBtn-container .btn {
    font-size: 14px !important;
}

.profile-container_flex .profile-header .profile-info .header-fullname {
    margin-top: 0 !important;
    width: min-content;
    display: grid !important;
    grid-template-columns: minmax(auto, 200px) auto;
    align-items: center;
    gap: 4px
}

.profile-container_flex .profile-header .profile-info .header-fullname .username-link__container {
    max-width: 100%;
}

.profile-container_flex .profile-header .profile-info .header-fullname .username-link__container > a {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.profile-container_flex .profile-header .profile-info .header-fullname .username-link__container > .verified-badge {
    min-width: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-container_flex .profile-header .profile-info .header-fullname .username-link__container .tooltip-inner {
    line-break: anywhere;
}

.profile-container_flex .profile-header .profile-info .header-fullname .rating-badge {
    min-width: unset;
}

.profile-container .profile-header .profile-info .header-fullname {
    font: 21px 'Roboto','Lucida Sans','trebuchet MS',Arial,Helvetica;
    margin-top: 30px;
    display: inline-block;
}

.profile-container .profile-header .header-avatar {
    width: 100px;
    height: 100px;
    /*width: 75px;*/
    /*height: 75px;*/
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    border: 5px solid #f5f5f5;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    /*margin: 25px auto;*/
}
.profile-container_flex .profile-header .stats-col .stats-value {
    font-size: 14px !important;
    font-weight: bold;
}

.profile-container .profile-header .stats-col .stats-value {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
}
.pink {
    color: #e75b8d !important;
}

.profile-container .profile-header .stats-col:not(:last-child) {
    border-right: 1px solid #DCD9D9;
}
.profile-container_flex .profile-header .stats-col {
    min-height: unset !important;
    padding: 0 !important;
}

.profile-container .profile-header .stats-col {
    min-height: 125px;
    padding: 30px 0;
    text-align: center;
}

.profile-container_flex .profile-header .profile-header__stats-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.profile-container_flex .profile-header .profile-header__stats-block .stats-title {
    font-size: 14px;
}

.profile-container .nav-tabs.nav-justified > .active > a {
    border: 1px solid #ddd;
}

#main-list-view.list-view {
    margin-top: 60px;
}

.profile-container_flex #main-list-view.list-view {
    margin-top: 0 !important;
    display: grid;
    grid-template-columns: repeat(auto-fill, 260px);
    justify-content: space-around;
    row-gap: 20px;
    column-gap: 10px;
}

.posts #main-list-view {
    margin-top: 0 !important;
}

.list-view > .item {
    margin-bottom: 60px;
}


.profile-container_flex .title-follow {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: initial !important;
    margin: 0 !important;
}

.title-follow {
    font-size: 16px;
    margin-left: 45px;
}

.title-follow__link-container {
    display: flex;
    gap: 4px;
    align-items: center;
}

.title-follow__link-container > a {
    font-size: 14px;
    font-weight: bold;
}

.title-follow__link-container p {
    margin: 0 !important;
    font-size: 14px;
}

.profile-container_flex .profile-header .item-actions {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 22px;
}

/*@media only screen and (max-width: 604px) {*/
/*    .profile-container_flex .profile-header .profile-info .header-fullname {*/
/*        grid-template-columns: minmax(auto, 240px) auto;*/
/*    }*/
/*}*/
