

/* Start:/brands/style.css?17219031801737*/
.search-block {
	position: relative;
	margin-bottom: 20px;
}
.search-input-container {
	position: relative;
}
#brand-search {
	padding-left: 40px;
}
.search-input-container .fa-search {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
#search-result {
	display: none;
	position: absolute;
	top: 105%;
	background: #ffffff;
	width: 100%;
	padding: 10px;
	border: 1px solid #dddddd;
	border-radius: 3px;
}
#search-result .result-item a {
	display: block;
	padding: 10px;
	font-weight: 500;
	color: #333333;
	text-decoration: none;
}
#search-result .result-item a:hover {
	background: #f0f0f0;
}
.letters-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}
.letters-list-item a {
	display: block;
	padding: 5px 10px;
	font-weight: 500;
	color: #333333;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
}
.letters-list-item a:hover {
	color: #639e0e;
}
.brands {
	max-width: 1200px;
	margin: 0 auto;
}
.letter-group {
	margin-bottom: 50px;
}
.brands-letter {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #dddddd;
}
.brands-letter h3 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 4rem;
    line-height: normal;
    color: #b3b2b2;
}
.brand-name {
	font-weight: 500;
	color: #333333;
	text-decoration: none;
}
.brands-brands-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
.brands-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}
.brand a:hover {
	color: #639e0e;
}
@media (max-width: 575px) {
	.letters-list {
		justify-content: start;
	}
	.brands-brands-list {
		grid-template-columns: 1fr;
	}
}
/* End */
/* /brands/style.css?17219031801737 */
