

/* Start:/local/templates/enext/components/bitrix/news.list/news/style.css?17606866382162*/

/***LINKS***/
.brands-countries-links{
	display: flex;
	flex-wrap: wrap;
	margin-left: -6px;
	margin-top: 46px;
	margin-bottom: 32px;	
}

.brands-country-link{
	margin-left: 6px;
	margin-top: 6px;
	padding: 9px 16px 8px;
	white-space: nowrap;
	border: 2px solid #e3ecef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
	
}

.bx-no-touch .brands-country-link:hover,
.bx-touch .brands-country-link:active{
	border-color: #8ea6ab;
	background: #e3ecef;
}

.brands-country-link.active,
.bx-no-touch .brands-country-link.active:hover,
.bx-touch .brands-country-link.active:active{
	border-color: #6639b6;
	background: rgba(102, 57, 182, 0.16);
}

.brands-country-link > span{	
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: -2px;
	padding: 2px 5px 1px;
	font-size: 11px;
	color: #6e858a;
	line-height: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #d0e0e3;
}

.brands-country-link.active > span,
.bx-no-touch .brands-country-link.active:hover > span,
.bx-touch .brands-country-link.active:active > span{
	color: #fff;
	background: #8ea6ab;
}

/***PHONES***/
@media(max-width: 991px){
	.brands-items{
		margin-left: -6px !important;
		margin-right: -6px !important;
	}

	.brands-items [class*="col-"]{
		padding-left: 6px;
		padding-right: 6px;
	}

	/***ITEM***/
	.brands-item{		
		margin-bottom: 12px;
	}

	/***MORE***/
	.brands-more{
		padding: 0;
	}

	.brands-more .btn > span{
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	/***PAGINATION***/
	.brands-pagination{
		padding-top: 16px;
	}

	/***LINKS***/
	.brands-countries-links{
		margin-top: 14px;
		margin-bottom: 18px;	
	}
}
.news-item{
	display:flex;
}
.news-item__pic{
	width:300px;
	height:300px;
}
.news-item .news-item__pic-wrapper{
	order:2
}
/* End */
/* /local/templates/enext/components/bitrix/news.list/news/style.css?17606866382162 */
