

/* Start:/local/templates/nordski/components/bitrix/catalog.section.list/main_category/style.css?17708922302699*/
.catalog-category,
.catalog-category.swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: auto;
	margin-left: -15px;
	margin-right: -15px;
}
.catalog-category-wrapper,
.catalog-category-wrapper.swiper {
	padding-bottom: 53px;
	margin-bottom: 51px;
	border-bottom: 1px solid #eeeeee;
}
.catalog-category-item,
.catalog-category-item.swiper-slide {
	width: 33.3%;
	min-height: 100%;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.catalog-category-link {
	position: relative;
	display: flex;
  justify-content: center;
	align-items: center;
	min-height: 160px;
	height: 100%;
	padding: 35px 30px 30px;
	background-color: #f1f2f6;
	text-decoration: none;
}
.catalog-category-decor {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.catalog-category-decor:before {
	content: "";
	position: absolute;
	top: 0;
	right: 51%;
	height: 100%;
	width: 100%;
	transform: skew(163deg);
	background-color: rgba(1, 65, 97, 0.03);
}
.catalog-category-decor:after {
	content: "";
	position: absolute;
	top: 0;
	right: 51%;
	height: 100%;
	width: 100%;
	transform: skew(-163deg);
	background-color: rgba(1, 65, 97, 0.03);
}
.catalog-category-img {
	position: absolute;
	bottom: 0;
	right: 20px;
	z-index: 1;
	max-width: 50%;
	max-height: 182px;
}
.catalog-category-name {
	position: relative;
	z-index: 1;
	font-size: 22px;
	color: rgb(28, 28, 28);
	font-weight: 700;
}
.catalog-category-link:hover .catalog-category-name {
	color: #00597d;
}
.catalog-category-icon {
	margin-left: 5px;
	font-size: 20px;
	vertical-align: middle;
}

@media screen and (max-width: 992px) {
	.catalog-category-link {
		flex-direction: column;
		padding-bottom: 0;
		padding-right: 15px;
		padding-left: 15px;
	}
	.catalog-category-img {
		position: static;
		margin-top: auto;
		max-width: 100%;
	}
	.catalog-category-name {
		margin-bottom: 30px;
	}
	.catalog-category-decor:before {
		right: 80px;
	}
	.catalog-category-decor:after {
		right: 73px;
	}
}

@media screen and (max-width: 760px) {
	.catalog-category,
  .catalog-category.swiper-wrapper {
		flex-wrap: nowrap;
		margin-left: 0;
		margin-right: 0;
	}
	.catalog-category-wrapper,
  .catalog-category-wrapper.swiper {
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.catalog-category-item,
  .catalog-category-item.swiper-slide {
		position: relative;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.catalog-category-item:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.5);
	}
	.catalog-category-item.swiper-slide-active:after {
		display: none;
	}
}
/* End */
/* /local/templates/nordski/components/bitrix/catalog.section.list/main_category/style.css?17708922302699 */
