

/* Start:/local/templates/tszp/components/bitrix/catalog/industries/bitrix/catalog.section.list/.default/style.css?1664859007695*/
.industries-catalog-sections{
	display:grid;
	gap: 3rem;
	grid-template-columns:repeat(auto-fill, minmax(330px, 1fr));
	padding:6rem 0;
}

.industries-catalog-sections__item{
display: flex;
flex-direction:column;
padding: 3rem;
background-color: #FFF;
border: 1px solid #F2F2F2;
transition: all .3s ease;
position: relative;
z-index: 0;
}

.industries-catalog-sections__item:hover{
border-color: #fff;
border-top-color: rgb(255, 255, 255);
box-shadow: 0 8px 32px rgba(27, 30, 37, 0.08);
z-index: 10;
}

.industries-catalog-sections__title{
	padding-top:1.5rem;
}

.industries-catalog-sections__title a{
	color:#2b2f32;
}
.industries-catalog-sections__title a:hover{
	color:var(--accent-color);
}
/* End */


/* Start:/local/templates/tszp/components/bitrix/catalog/industries/bitrix/catalog.section/.default/style.css?16648591791186*/
.industries-section{position:relative; padding:8rem 0; display:flex; justify-content:center; margin:3rem 0;}
/*.industries-section__image{position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); }
*/
.industries-section__image{position:relative;max-width:600px;}
.industries-section__image img{display:block;}

.industries-section__links{position:absolute; top:0; left:0; right:0;display:flex; justify-content:space-evenly;}
.industries-section__links--bottom{top:auto; bottom:0; left:0; right:0;}
.industries-section__link{margin:0 1rem;}
.industries-section__link a{color:#000; padding:30px; text-decoration:none; font-weight:600; font-size:1.8rem; position:relative; display:block;}
.industries-section__link a:after{
content: "";
position: absolute;
width: 10px;
height: 10px;
border-right: 4px solid var(--accent-color);
border-bottom: 4px solid var(--accent-color);
left: 50%;
bottom:0px;
margin-left:5px;
transform: translateY(-50%) rotate(45deg);
}
.industries-section__link a:hover{color:var(--accent-color);}
.industries-section__links--bottom .industries-section__link a:after{
	bottom:auto; top:20px;
	transform: translateY(-50%) rotate(-135deg);
}
/* End */
/* /local/templates/tszp/components/bitrix/catalog/industries/bitrix/catalog.section.list/.default/style.css?1664859007695 */
/* /local/templates/tszp/components/bitrix/catalog/industries/bitrix/catalog.section/.default/style.css?16648591791186 */
