

/* Start:/bitrix/templates/tsar_climat_pc/components/bitrix/news/brands2025/bitrix/news.list/.default/style.css?17627064901055*/
.brands-list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 40px;
}
.brand-element {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 70%;
    border-radius: 10px;
    transition: 0.3s;
    position: relative;
}
.brand-element:hover {
	transition: 0.3s;
	box-shadow: 0 0 24px rgba(166, 175, 203, 0.16);
}
.brand-element img {
	width: 90%;
	height: 90%;
	position: absolute;
	top: 5%;
	left: 5%;
	object-fit: contain;
	object-position: center;
}
.brand-alphabet {
	margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3px;
}
.brand-alphabet a {
	font-size: 1.2em;
    font-weight: bold;
}
.current-letter-block {
	padding: 15px 15px;
    border-radius: 10px;
    background: #f2f6fc;
}
.current-letter-sym {
	font-size: 3em;
	line-height: 1.3 !important;
	font-weight: bold;
}
.brands-pagination {
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 768px) {
	.alphabet-row {
		display: flex;
    	flex-wrap: wrap;
    	gap: 5px;
	}	
}
/* End */
/* /bitrix/templates/tsar_climat_pc/components/bitrix/news/brands2025/bitrix/news.list/.default/style.css?17627064901055 */
