
.best-audio-item__user-img a{
	display: block;
	width:100%;
	height:100%;
	box-sizing: border-box;
}


.best-audio-item__user-img a img{
	display: block;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:50% 50%;
}

a{
	cursor: pointer;
}

.audio-btns-audio__rec{
	display: none;
}


img.emojioneemoji{
  font-size: inherit;
  height: 24px;
  width: 24px;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.2ex 0.15em 0.2ex;
  line-height: normal;
  vertical-align: middle;
  max-width: 100%;
  top: 0;	
}

.popup-chat-section.chat .popup-chat__item{  
	max-width: initial;
	width: 100%;
	text-align: left;
}


.popup-chat__img-wrap{
	height: 35px;
}
.popup-chat__img-wrap img{
	display: block;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:50% 50%;
}

.chat-send__user-img{
	height: 35px;
}
.chat-send__user-img img{
	display: block;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:50% 50%;
}

.best-list .tabs__content{
	height: 964px;
}