

/* Start:/bitrix/templates/teamb_industry/components/bitrix/catalog/catalog/style.css?17065256331122*/
.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;}

/* End */


/* Start:/bitrix/templates/teamb_industry/components/bitrix/catalog.section.list/section_list_main/style.css?17065256331255*/
.section_item{
	height: 362px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #DFDFDF;
	margin-bottom: 30px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: 0.4s;
}
.section_item:hover{
	border: 1px solid #FFFFFF;
}
.section_item_bg{
	flex-grow: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;	
	transition: 0.4s;
}
.section_item::after{
	background: rgba(255, 255, 255, 0.85);
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 1;
	opacity: 0;
	transition: 0.4s;
}
.section_item:hover::after{
	opacity: 1;
}
.section_item_text{
	background: #FFFFFF;
	padding: 24px;
	transition: 0.4s;
	position: relative;
	z-index: 11;

}

.section_item:hover .section_item_bg{
	opacity: 0;
}
.section_item:hover .section_item_text{
	background: transparent;
}
.section_item_text span{
	font-family: 'Source Sans Pro';	
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	color: #343434;
	margin-bottom: 25px;
	display: block;
}
.button_all_section{
	margin: 36px auto 70px;
}
/* End */
/* /bitrix/templates/teamb_industry/components/bitrix/catalog/catalog/style.css?17065256331122 */
/* /bitrix/templates/teamb_industry/components/bitrix/catalog.section.list/section_list_main/style.css?17065256331255 */
