

/* Start:/bitrix/templates/main/components/bitrix/news.list/.default/style.css?17422019461220*/
.category-button {
	text-align: center;
	width: 100%;
}

.categories-block .category-item {
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	text-align: center;
}

.category-button a {
	flex-direction: column;
}

.category-button a {
	width: 200px;
	transition: .3s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #d91f21;
	color: #fff !important;
	padding: 10px 25px;
	font-weight: bold;
	border-radius: 30px;
	position: relative;
	font-size: 20px;
	line-height: 1.2;
	text-decoration: none;
}

.category-button a span {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Proxima Nova Extrabld';
}

.category-button a:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	border-radius: 30px;
	background: rgba(0, 0, 0, 0.1);
}

.categories-block .category-item:hover .category-image {
	transform: rotate(-5deg); }
.categories-block .category-item:hover .category-button a {
	text-decoration: none; }
.categories-block a:hover {
	opacity: 1; }

.category-image {
	transition: .3s; }
/* End */
/* /bitrix/templates/main/components/bitrix/news.list/.default/style.css?17422019461220 */
