

/* Start:/local/templates/.default/components/bitrix/news/apk/bitrix/news.list/.default/style.css?17653657841120*/
hr {
	margin:0;
}

.list {

}

.list__container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px 0px;
}

.list__item {
	display:flex;
	align-items: center;
}

.list__item:nth-child(1) {
	flex: 0 0 40%
}

.list__item:nth-child(2) {
	flex: 0 1 30%;
}

.list__item:nth-child(3) {
	flex: 0 0 auto;
}

.list__img {
	margin-right: 20px;
}

.list__img img {
	max-width: 50px;
	min-width: 50px;
	width: 100%;
}

.list__title {
	margin-top: 0px;
	font-size: 16px;
}

.list__app-info {
	display: flex;

}

.list__app-version {
	margin-right:14px
}

.list__wrapper-version {
	display: flex;
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
}

.list__wrapper-version h5 {
	margin: 0 0 5px 0;
}

.list__enjoy-btn {
	margin-right: 0;
	display: flex;
	align-items: center;
	jusctify-content: center;
}

.fa-download::before {
	margin-right: 5px;
}

@media (max-width: 768px) {
	.list__container{
		flex-direction: column;
		align-items: flex-start;
		margin: 15px 10px;
	}

	.list__item + .list__item {
		margin-top: 10px;
	}

	.list__title {
		font-size: 16px;
		margin-right: 10px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news/apk/bitrix/news.list/.default/style.css?17653657841120 */
