.radio_channel{
	width: 140px;
	height: 220px;
	box-sizing: border-box;
	text-decoration: none;
	color: #666666;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 17px 0;
	position: relative;
	padding: 0;
	transition: transform 0.4s;
	box-shadow: 0px 1px 3.84px 0.16px rgba(3, 1, 1, 0.18);
	border-radius: 3px;
	overflow: hidden;
}
.radio_channel:hover{
	box-shadow: 0px 5px 27.3px 2.7px rgba(3, 1, 1, 0.16);
	transform: translateY(-15px);
	background: white;
	text-decoration: none;
}
.radio_channel__rating, .radio_channel__listenters{font-size: 13px;}
.radio_channel .row *{font-size: 14px;color: #9aa2b5;}
.radio_channel__logo{
	width: 100%;
	height: 153px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.radio_channel__title{
	font-size: 13px;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	font-family: "Manrope";
	text-overflow: ellipsis;
	margin: 7px 0 4px;
	line-height:1;
}
.radio_channel__rating{color: #ee0b21;}
.radio_channel__rating:before{
	content: "";
	height: 12px;
	display: inline-block;
	width:15px;
	margin-right: 1px;
}
.radio_channel__rating span{
	font-family: "Manrope";
}
.radio_channel__listenters{	
	height: 16px;
	color:black; 
	border-left: 1px solid rgb(0, 0, 0);     
	padding-left: 5px;
	margin-left: 2px;
	font-family:"Manrope";
}

.radio_channel__genre{
	font-size: 13px;
	color: #000;
	font-family: "Manrope";
}
.radio_channel__genre:after{
	content: "•";
	margin: 5px;
}
.radio_channel__genre:last-child:after{content: "";}
.radio_channel__genres {
    white-space: nowrap;
    overflow: hidden;
	height: 16px;
    text-overflow: ellipsis;
	line-height: 1;
	margin-bottom: 2px;
}
/*---------------------radio/personal/fm---------------------------*/
.radiolist_mini_item .radio_channel__genre{
	font-size:12px;
}
.radiolist_stations .radio_channel{
	margin-bottom:37px;
}


@media screen and (max-width:1199px){

	.radio_channel:hover{transform:none;}
	.radiolist_mini_item .radio_channel__genre{font-size:11px;}
}
@media screen and (max-width: 767px){
	.radio_channel{width:140px;height:218px;}
	.radio_channel__logo{
		height: 140px;
	}
	.radio_channel__title{
		margin: 13px 0 4px;
	}
}
@media screen and (max-width:575px){
	.radiolist_stations .radio_channel:nth-child(2n) , .radiolist_stations .radio_channel:nth-child(2n){margin-right: 0px}
}
@media screen and (width:480px){
	.radio_channel{width:153px;height:231px;}
	.radio_channel__logo{
		height: 153px;
	}
}