

/* Start:/local/templates/jbr/components/bitrix/news/SERVICES/bitrix/news.list/.default/style.css?17739243173381*/
.servicesRoot{
	padding: 40px 0 80px;
}
.servicesRoot__grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:24px;
}
.servicesRoot__item{
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	min-height:220px;
	padding:32px;
	border-radius:28px;
	background:linear-gradient(180deg,#ffffff 0%,#f7f8fa 100%);
	border:1px solid rgba(16,24,40,0.08);
	box-shadow:0 10px 30px rgba(16,24,40,0.06);
	text-decoration:none;
	color:#111827;
	overflow:hidden;
	transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.servicesRoot__item:before{
	content:"";
	position:absolute;
	top:-120px;
	right:-120px;
	width:240px;
	height:240px;
	border-radius:50%;
	background:radial-gradient(circle, rgba(228,59,16,0.16) 0%, rgba(228,59,16,0) 70%);
	transition:transform .45s ease, opacity .45s ease;
	opacity:.9;
}
.servicesRoot__item:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:4px;
	background:linear-gradient(90deg,#E43B10 0%,#ff7a59 100%);
	transform:scaleX(0);
	transform-origin:left center;
	transition:transform .35s ease;
}
.servicesRoot__item:hover{
	transform:translateY(-6px);
	box-shadow:0 20px 50px rgba(16,24,40,0.12);
	border-color:rgba(228,59,16,0.18);
}
.servicesRoot__item:hover:before{
	transform:scale(1.12);
}
.servicesRoot__item:hover:after{
	transform:scaleX(1);
}
.servicesRoot__top{
	position:relative;
	z-index:2;
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:20px;
}
.servicesRoot__title{
	margin:0;
	font-size:30px;
	line-height:1.15;
	font-weight:700;
	letter-spacing:-0.02em;
	color:#111827;
	max-width:520px;
}
.servicesRoot__arrow{
	position:relative;
	flex:0 0 56px;
	width:56px;
	height:56px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#111827;
	color:#fff;
	transition:transform .35s ease, background .35s ease;
}
.servicesRoot__item:hover .servicesRoot__arrow{
	transform:translateX(4px) rotate(-8deg);
	background:#E43B10;
}
.servicesRoot__bottom{
	position:relative;
	z-index:2;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
	margin-top:32px;
}
.servicesRoot__linkText{
	font-size:14px;
	line-height:1.4;
	font-weight:600;
	color:#E43B10;
	text-transform:uppercase;
	letter-spacing:.08em;
}
.servicesRoot__num{
	font-size:14px;
	line-height:1;
	font-weight:700;
	color:rgba(17,24,39,.35);
}
.servicesRoot__empty{
	padding:40px 24px;
	border-radius:24px;
	background:#f7f8fa;
	border:1px solid rgba(16,24,40,0.08);
	font-size:18px;
	line-height:1.5;
	color:#111827;
	text-align:center;
}
@media (max-width: 991px){
	.servicesRoot{
		padding: 24px 0 56px;
	}
	.servicesRoot__grid{
		grid-template-columns:1fr;
		gap:18px;
	}
	.servicesRoot__item{
		min-height:180px;
		padding:24px;
		border-radius:22px;
	}
	.servicesRoot__title{
		font-size:24px;
		max-width:none;
	}
	.servicesRoot__arrow{
		width:48px;
		height:48px;
		flex-basis:48px;
	}
}
@media (max-width: 575px){
	.servicesRoot__item{
		min-height:160px;
		padding:20px;
	}
	.servicesRoot__title{
		font-size:21px;
	}
	.servicesRoot__bottom{
		margin-top:24px;
	}
	.servicesRoot__linkText{
		font-size:12px;
	}
}
/* End */
/* /local/templates/jbr/components/bitrix/news/SERVICES/bitrix/news.list/.default/style.css?17739243173381 */
