

/* Start:/bitrix/templates/groom-mir/components/bitrix/news/breeds/bitrix/news.list/.default/style.css?17810030353008*/
.alphabet-nav {
	margin-bottom: 30px;
	position: sticky;
	top: 0;
	z-index: 10;
	background: #F7F7F8;
	padding: 7.5px 20px 4px 20px;
}
.alphabet-nav__scroll {
	display: flex;
	justify-content: center;
	gap: 8px;
	overflow-x: auto;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
	padding: 5px 0 10px;
	scroll-behavior: smooth;
}
.alphabet-nav__scroll::-webkit-scrollbar {
	height: 4px;
}
.alphabet-nav__scroll::-webkit-scrollbar-track {
	background: #eef0f2;
	border-radius: 4px;
}
.alphabet-nav__scroll::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 4px;
}
.alphabet-nav__link {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2c3e4f;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
	padding: 0 5px;
	background: white;
	border-radius: 8px;
	width: 36px;
	height: 36px;
}
.alphabet-nav__link:hover {
	color: var(--color-primary);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.breeds-group {
	margin-bottom: 30px;
	scroll-margin-top: 80px;
}
.breeds-group__title {
	font-size: 28px;
	font-weight: 700;
	color: #1e2a36;
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 2px solid #eef0f2;
}
.breeds-group__items {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 20px;
}
.breed-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	padding: 16px 12px;
	transition: all 0.2s ease;
}
.breed-card:hover {
	transform: translateY(-3px);
}
.breed-card__image {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
	background: #f8fafc;
	margin-bottom: 12px;
}
.breed-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.breed-card__image--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #94a3b8;
}
.breed-card__name {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #1e2a36;
	line-height: 1.4;
	transition: color 0.2s;
	word-break: break-word;
}
@media (max-width: 768px) {
	.alphabet-nav {
		margin-bottom: 20px;
		padding: 8px 0;
	}
	.alphabet-nav__link {
		width: 36px;
		height: 36px;
		font-size: 16px;
		border-radius: 10px;
	}
	.breeds-group {
		scroll-margin-top: 70px;
	}
	.breeds-group__title {
		font-size: 24px;
		margin-bottom: 16px;
	}
	.breeds-group__items {
		grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
		gap: 16px;
	}
	.breed-card {
		padding: 12px 8px;
	}
	.breed-card__name {
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	.breeds-group__items {
		grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
		gap: 12px;
	}
	.alphabet-nav__link {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}
}
@supports not (scroll-margin-top: 80px) {
	.breeds-group {
		padding-top: 80px;
		margin-top: -80px;
	}
}
/* End */
/* /bitrix/templates/groom-mir/components/bitrix/news/breeds/bitrix/news.list/.default/style.css?17810030353008 */
