.friends {
  position: relative;
}
.friends .profileFilters .name {
  float: right;
  margin-top: -7px;
  width: 200px;
}
.friends .profileFilters .inpt.radiobutton .arr {
  margin: 0 6px -2px 0;
}
.friends .profileFilters .inpt.radiobutton label {
  color: #fff;
  font-size: 14px;
}
.friends .profileFilters .inpt.radiobutton label .num {
  margin: -1px 0 0 5px;
}
.friends .friends_list .message {
  padding: 150px 0;
  font: 300 28px/1.3 'Roboto';
}
.friends .friends_list .message .buttonBorder {
  display: inline-block;
  margin: 20px 0 0 0;
}
.friends .friends_list .message.small {
  color: #fff;
  font-size: 18px;
  padding: 120px 0;
}
.friends .friends_list .message.small a {
  font-size: 18px;
}
.friends .friends_list .friend {
  background: url("https://files.enjourney.ru/images/profileBG.png") 50% 50%;
  background-size: cover;
  display: inline-block;
  float: left;
  position: relative;
  text-align: left;
  width: 16.6%;
}
.friends .friends_list .friend .friend_content {
  background: rgba(0, 0, 0, 0.6) url("https://files.enjourney.ru/images/catalogItem_pattern_bg.png");
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  color: #fff;
  padding: 30px;
  position: relative;
}
.friends .friends_list .friend .friend_content .avatar {
  display: block;
  margin: 0 auto 11px;
  width: 207px;
}
.friends .friends_list .friend .friend_content .avatar img {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 207px;
  width: 207px;
}
.friends .friends_list .friend .friend_content .name {
  color: #f3bf50;
  display: block;
  font-size: 18px;
  height: 21px;
  margin: 0 0 11px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.friends .friends_list .friend .friend_content .city {
  font-size: 13px;
  height: 18px;
  margin: 0 0 5px;
}
.friends .friends_list .friend .friend_content .city .flag {
  margin: -2px 2px 0 0;
  vertical-align: middle;
}
.friends .friends_list .friend .friend_content .about {
  font-size: 13px;
  height: 3em;
  margin: 0 0 7px;
  overflow: hidden;
}
.friends .friends_list .friend .friend_content .rating,
.friends .friends_list .friend .friend_content .photoreports {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin: 0 0 24px;
  text-align: center;
  width: 50%;
}
.friends .friends_list .friend .friend_content .rating .number,
.friends .friends_list .friend .friend_content .photoreports .number {
  display: block;
  font-size: 24px;
  margin: 0 0 1px;
}
.friends .friends_list .friend .friend_content .operation {
  padding: 0;
  position: relative;
}
.friends .friends_list .friend .friend_content .operation .dropDownMenuInner {
  left: -12px;
  top: 36px;
}
.friends .friends_list .friend .friend_content .operation .dropDownMenuInner .dropDownMenu {
  padding: 14px 0;
}
.friends .friends_list .friend .friend_content .operation .dropDownMenuInner .dropDownMenu a {
  color: #f3bf50;
  display: block;
  padding: 5px 18px 3px;
}
.friends .friends_list .friend .friend_content .operation .dropDownMenuInner .dropDownMenu a:hover {
  background: #f3bf50;
  color: #000;
}
.friends .friends_list .friend .friend_content .operation .dropDownMenuInner .dropDownMenu .hr {
  margin: 10px 0;
}
.friends .friends_list .friend .friend_content .operation .dropDownMenuInner.right {
  left: auto;
  right: -12px;
}
.friends .friends_list .friend .friend_content .buttons {
  height: 36px;
}
.friends .friends_list .friend .request {
  line-height: 36px;
  vertical-align: middle;
}
.friends .friends_list .friend:hover .friend_content {
  background-color: rgba(0, 0, 0, 0.45);
}
.friends .friends_list .friend.active {
  outline: 3px solid #f3bf50;
  z-index: 1;
}
.friends .friends_list .friend .buttonBorder {
  margin-left: 0 !important;
}
.friends .friends_list .nofind {
  color: #fff;
  font-size: 14px;
  padding-left: 30px;
}
@media screen and (min-width: 520px) {
  .friends .friends_list .friend {
    width: 50%;
  }
}
@media screen and (min-width: 1040px) {
  .friends .friends_list .friend {
    width: 25%;
  }
}
@media screen and (min-width: 1300px) {
  .friends .friends_list .friend {
    width: 20%;
  }
}
@media screen and (min-width: 1560px) {
  .friends .friends_list .friend {
    width: 16.666666666666668%;
  }
}
/*
background: #305075;
background: -moz-linear-gradient(top, #305075 0%, #2e6c8a 60%, #0e272f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#305075), color-stop(60%,#2e6c8a), color-stop(100%,#0e272f));
background: -webkit-linear-gradient(top, #305075 0%,#2e6c8a 60%,#0e272f 100%);
background: -o-linear-gradient(top, #305075 0%,#2e6c8a 60%,#0e272f 100%);
background: -ms-linear-gradient(top, #305075 0%,#2e6c8a 60%,#0e272f 100%);
background: linear-gradient(to bottom, #305075 0%,#2e6c8a 60%,#0e272f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#305075', endColorstr='#0e272f',GradientType=0 );
*/