

/* Start:/local/templates/two_col/components/bitrix/catalog.section.list/catalog_index/style.css?17379837211872*/
.category_.container {
	margin-top: 110px;
}

section.category-container{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: -12px -12px 60px;
	justify-content: stretch;
}
section.category-container .category{
	display: flex;
	flex-direction: column;
	width: 332px;
	height: 393px;
	margin: 12px 12px 48px;
	border: 1px solid #DFE3E8;
	text-decoration: none;
	box-shadow: 0px -29px 55px rgba(0, 0, 0, 0.04);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
section.category-container .category .img-wrap {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
section.category-container .category .category__name{
	font-weight: 450;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	color: #FFF;
	background: #484848;
	padding: 12px 0;
	text-align: center;
}
section.category-container .category:hover .category__name {
	background: #E7A100;
}
section.category-container .category .img-wrap img,
section.category-container .category .img-wrap picture{
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}


.catalog-about{
	height: 439px;
	background: #000 url(/local/templates/two_col/components/bitrix/catalog.section.list/catalog_index/images/catalog-about.png) center right no-repeat;
}
.catalog-about .container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.catalog-about h2{
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 46px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.catalog-about p{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #FFFFFF;
}

@media screen and (max-width: 992px) {
	section.category-container .category{
		padding: 0px;
	}
}
@media screen and (max-width: 768px) {
	
}
/* End */
/* /local/templates/two_col/components/bitrix/catalog.section.list/catalog_index/style.css?17379837211872 */
