.efirs_list .efir_channel{
	border-bottom: 1px solid #D1D1D1;
	margin-bottom: 40px;
	padding-bottom: 10px;
}
.efirs_list .efir_channel:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.efir_channel .channel_info .channel_name{
	width: 100%;
	position: relative;
	padding-left: 33px;
	font-family: Gilroy;
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}
.efir_channel .channel_info .channel_name:before{
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.15 6.85H21.163M7.5 1H20.5C24.0898 1 27 3.91015 27 7.5V20.5C27 24.0898 24.0898 27 20.5 27H7.5C3.91015 27 1 24.0898 1 20.5V7.5C1 3.91015 3.91015 1 7.5 1ZM19.2 13.181C19.3604 14.2629 19.1756 15.3679 18.6719 16.3387C18.1681 17.3096 17.3711 18.0968 16.3941 18.5886C15.4171 19.0803 14.31 19.2515 13.2301 19.0777C12.1503 18.9039 11.1527 18.3941 10.3793 17.6207C9.60589 16.8473 9.09605 15.8497 8.92229 14.7699C8.74852 13.69 8.91968 12.5829 9.41142 11.6059C9.90316 10.6289 10.6904 9.83186 11.6613 9.32811C12.6321 8.82436 13.7371 8.63956 14.819 8.8C15.9226 8.96365 16.9443 9.4779 17.7332 10.2668C18.5221 11.0557 19.0363 12.0774 19.2 13.181Z' stroke='%231B2229' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	left: 0;
    bottom: 2px;
    background-size: contain;
}
.efir_channel .channel_info .channel_desc{
	margin-bottom: 30px;
}

.efirs_list .efir_item{
	margin-bottom: 30px;
	display: flex;
}
.efirs_list .efir_item .efir_name{
	padding-right: 10px;
	width: calc(100% - 164px);
}
.efirs_list .efir_item .efir_link{
	width: 164px;
}
.efirs_list .efir_item .efir_link .btn{
	height: 32px;	
}

@media (min-width: 768px) {
	.efirs_list .efir_channel{
		display: flex;
	}
	.efir_channel .channel_info{
		width: 438px;
	}
	.efir_channel .channel_efirs{
		width: calc(100% - 438px);
	}
	.efir_channel .channel_info .channel_name{
		padding-left: 40px;
		font-size: 25px;
		line-height: 31px;
		margin-bottom: 35px;
	}
	.efir_channel .channel_info .channel_name:before{
		width: 26px;
		height: 26px;
	}
	.efir_channel .channel_info .channel_desc{
		width: 280px;
	}
	.efirs_list .efir_item .efir_name {
		padding-right: 80px;
		width: calc(100% - 200px);
	}
	.efirs_list .efir_item .efir_link {
		width: 200px;
	}
	.efirs_list .efir_item .efir_link .btn {
		height: 40px;
		width: 200px;
	}
}