

/* Start:/local/templates/kraski/components/bitrix/catalog.section.list/brands/style.css?17460001792637*/
.brands {
    max-width: 1200px;
    margin: 0 auto;
}
.brands_search {
	position: relative;
	margin-bottom: 20px;
}
.brands_search_block {
	position: relative;
}
.brands_search_block input {
	display: block;
	background: var(--green);
	border: none;
	border-radius: 8px;
	height: 40px;
	width: 100%;
	padding: 10px 10px 10px 40px;
}
.brands_search_block input:focus {
	outline: 3px solid rgba(19, 181, 16, .5);
}
.brands_search_block .brands_search_img {
	width: 40px;
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
	z-index: 1;
}

.brands_search_img img {
	width: 100%;
}

#brands-search-result {
    display: none;
    position: absolute;
    top: 105%;
    background: #ffffff;
    width: 100%;
    padding: 10px;
    border: 1px solid #dddddd;
    border-radius: 3px;
}
#brands-search-result .brands_search_result_item a {
    display: block;
    padding: 10px;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
}
#brands-search-result .brands_search_result_item a:hover {
    background: #f1f1f1;
}

.brands_letters_list {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.brands_letters_list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	border-radius: 4px;
	text-decoration: none;
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	transition: .2s ease-out;
}
.brands_letters_list li a:hover {
	background: var(--brown);
}

.brands_list_lvl1 {
	margin: 0;
	padding: 0;
	list-style: none;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.brands_list_lvl1 .brands_list_lvl1_item {
	position: relative;
	background: var(--green);
	padding-left: 100px;
    overflow: hidden;
}

.brands_list_lvl1 strong {
	display: block;
	font-size: 10rem;
    color: var(--brown);
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.brands_list_lvl2 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
    flex-wrap: wrap;
}
.brands_list_lvl2_item {
	margin-bottom: 10px;
}
.brands_list_lvl2_item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: #333333;
    border-radius: 8px;
    margin: 10px;
    padding: 10px;
	font-size: 16px;
    font-weight: 500;
}
.brands_list_lvl2_item a:hover {
	text-decoration: underline;
	background: var(--brown);
}

.brands_list_lvl2_item img {
	width: 150px;
    height: 150px;
}


@media (max-width: 575px) {
	.brands_list_lvl1 {
		grid-template-columns: 1fr;
	}
}
/* End */
/* /local/templates/kraski/components/bitrix/catalog.section.list/brands/style.css?17460001792637 */
