.b-modal__content .b-friend{
    width: 100%;
}
.flex-buttons{
    display: flex;
}
.clear-btn{
    background: transparent;
    color: #F8B801;
    border: 1px solid #F8B801;
}
.clear-btn:hover{
    color: #0E297A;
}
.b-main__user:nth-child(1){
    width: 227.07px;
    height: 227.07px;
    left: 145px;
    top: 104px;
    z-index: 4;
}
.b-main__user:nth-child(8){
    width: 85.46px;
    height: 85.46px;
    top: 4px;
    left: 30px;
}
.friends-page .friends__top-title{
    text-align: center;
    margin-bottom: 15px;
}
@media (max-width: 1439px) {
   .b-main__user:nth-child(1){
        width: 142.99px;
        height: 142.99px;
        left: 91px;
        top: 65px;
    }
    .b-main__user:nth-child(8){
        width: 53.81px;
        height: 53.81px;
        left: 24px;
        top: 2px;
    }
}
@media (max-width: 767px) {
    .mobile-hidden{
        display: none;
    }
}
@media (max-width: 575px) {
    .flex-buttons{
        display: block
    }

}