.members-page {}
.search-block .search-block-item .search-members {
    width: 20%;
    height: 35px;
    border: none;
    display: inline-block;
    float: right;
    cursor: pointer;
    background: #2E2E2E url("mobile/ico/ico-search.png") no-repeat 50% 50%;
    background-size: 25px;
}
#members-page .search-block #search-by-nickname {
    width: 80%;
}
.advanced-search {
    color: #f45d5d;
    text-decoration: underline;
    font-size: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.members-list {
    margin-top: 10px;
    width: 100%;
}
.members-list .member-row {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #cfcfcf;
    height: 50px;
}
.members-list .member-row:nth-child(1) {
    border-top: none;
}
.members-list .member-row .avatar {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.members-list .member-row .info {
    float: left;
    margin-left: 5px;
    width: 56%;
}
.members-list .member-row .info.full {
    width: auto;
}
@media only screen and (min-width: 320px) and (max-width: 375px) {
    .members-list .member-row .info {
        max-width: 130px;
    }
    .members-list .member-row .info .nickname {
        max-width: 108px !important;
    }
}
@media only screen and (min-width: 375px) and (max-width: 400px) {
    .members-list .member-row .info {
        max-width: 186px;
    }
    .members-list .member-row .info .nickname {
        max-width: 162px !important;
    }
}
.members-list .member-row .info .nickname {
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    float: left;
}
.members-list .member-row .info .online {
    width: 12px;
    height: 12px;
    background-color: #9dcc48;
    border-radius: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 4px 0 0 4px;
}
.members-list .member-row .info .country {}
.members-list .member-row .info .country .name .location {
    width: 17px;
    height: 20px;
    background: url("./images/mobile/social_sprite.svg") -7px -154px;
    background-size: 30px auto;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    left: 0;
}
.members-list .member-row .info .country .name {
    display: inline-block;
    font-size: 14px;
    line-height: 23px;
    color: #646464;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    position: relative;
    padding-left: 22px;
    clear: both;
    box-sizing: border-box;
}
.members-list .member-row .buttons {
    margin: 0;
    padding: 0;
    clear: none;
    float: right;
    line-height: 70px;
    width: 114px;
}
.members-list .member-row .buttons .button_friendship {
    width: 53px;
    height: 30px;
    color: #cfcfcf;
    border: 1px solid #cfcfcf;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.members-list .member-row .buttons .button_friendship.plus {
    background: url('images/mobile/social_sprite.svg') repeat-y 10px 194px;
    background-size: 35px;
}
.members-list .member-row .buttons .button_friendship.minus {
    background: url('images/mobile/social_sprite.svg') repeat-y 10px 304px;
    background-size: 35px;
}
.members-list .member-row .buttons .button_message {
    width: 53px;
    height: 30px;
    color: #cfcfcf;
    border: 1px solid #cfcfcf;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    background: url('images/mobile/social_sprite.svg') repeat-y 10px 231px;
    background-size: 35px;
}
.members-list .more-btn {
    cursor: pointer;
}