

/* Start:/bitrix/templates/aspro_max/components/bitrix/news.list/items-brands_custom/style.css?16512309092674*/
.brands_letter {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 7px;
	margin-bottom: 18px;
}

.brands_letter_title {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	flex-shrink: 0;
	width: 80px;
}

.brands_letter_title span {
	background: #f7f7f7;
	color: #e36d21;
	font-size: 30px;
	width: 80px;
	height: 80px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.brands_letter_list {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.brands_letter_list_container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-left: 25px;
}

.brands_letter_list_container ul {
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
	width: 100%;
	margin-bottom: 18px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.brands_letter_list_container ul li {
	width: 33.3%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0px;
}

.brands_letter_list_container ul li:before {
	display: none;
}

.brands_letter_list_container ul li a {
	color: #1d2029;
}

.brands_letter_list_container ul li a:hover {
	color: #d16119;
}

@media (max-width: 820px) {
	.brands_letter_list_container ul li {
		width: 50%;
	}
}
@media (max-width: 600px) {
	.brands_letter_list_container ul li {
		width: 100%;
	}
}
/* End */
/* /bitrix/templates/aspro_max/components/bitrix/news.list/items-brands_custom/style.css?16512309092674 */
