

/* Start:/local/templates/.default/components/bitrix/catalog/catalog/style.css?17168909651378*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

.icon-container{
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 23px;
}
.icon-container a{
	color: #D81736;
	text-align: center;	
	font-size: 15px;	
	font-weight: 700;
	line-height: 16.794px; /* 111.958% */
	text-decoration: none;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/main_catalog/style.css?17434331551384*/
.catalog-main .row{
	row-gap: 30px;
}
.catalog-main__item{
	text-decoration: none;
}
.catalog-main__item_picture-name{
	background: var(--color-5);
	max-height: 390px;
	height:100%;
}
.catalog-main__item-picture{
	
	height: 295px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px;
}
.catalog-main__item-picture img{
	filter: grayscale(100%);
	transition: 0.4s;
}
.catalog-main__item:hover .catalog-main__item-picture img{
	filter: grayscale(0%);
}
.catalog-main__item circle{
	fill:white;
	transition: 0.4s;
}
.catalog-main__item path{
	fill:#EB5A0E;
	transition: 0.4s;
}
.catalog-main__item:hover circle{
	fill:#006F22;
}
.catalog-main__item:hover path{
	fill:white;
}
.catalog-main__item-name{
	padding-bottom: 30px;
	height: 72px;
	color: #141A2E;
	/* text-align: center;	 */
	font-size: 18px;	
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	min-height: 45px;
	display: flex;
	align-items: flex-end;
	/* justify-content: center; */
	width: 100%;
	max-width: 325px;
	margin: 0 auto;
}
.end_elem{
	background: #EB5A0E;
}
.end_elem .catalog-main__item-name{
	color: #FFF;
}
.end_elem .catalog-main__item-picture{
	align-items: unset;
	justify-content: right;;
}
@media(max-width: 1200px) {
	.catalog-main__item-name{
		margin: 0 20px;
	}
}
@media(max-width: 576px) {
	.catalog-main__item-name{
		margin: 0 20px;
	}
}

/* End */
/* /local/templates/.default/components/bitrix/catalog/catalog/style.css?17168909651378 */
/* /local/templates/.default/components/bitrix/catalog.section.list/main_catalog/style.css?17434331551384 */
