/* KA 17.09: читаемая страница курса, форма заявки наверху. URL/H1/программу не меняем */
.ka-train-lead{
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	gap:24px;
	margin:0 0 28px;
	padding:20px 22px;
	background:#fff;
	border:1px solid #e6e6e6;
	border-radius:8px;
	box-sizing:border-box;
}
.ka-train-lead__copy{flex:1 1 320px;min-width:0;}
.ka-train-lead__copy .b-content__title{margin:0 0 10px;}
.ka-train-lead__note{
	margin:0 0 14px;
	font-size:15px;
	line-height:1.45;
	color:#444;
}
.ka-train-lead__facts{
	margin:0 0 16px;
	padding:0;
	list-style:none;
	font-size:14px;
	line-height:1.45;
	color:#333;
}
.ka-train-lead__facts li{margin:0 0 6px;}
.ka-train-lead__facts b{font-weight:700;}
.ka-train-lead__form{flex:0 0 328px;max-width:100%;}
.ka-train-lead__form .b-content__title{display:none;}
.ka-train-lead__form .b-space_md{height:12px;}
.b-hero .ka-train-hero-btn{width:328px;max-width:100%;}
.ka-train-actions{display:flex;flex-direction:column;gap:8px;width:100%;}
.ka-train-btn,
.ka-train-lead .b-btn,
.ka-train-side .b-btn,
.ka-train-hero-btn{
	display:inline-flex !important;
	align-items:center;
	justify-content:center;
	width:100%;
	height:48px;
	box-sizing:border-box;
	padding:0 12px;
	font-size:14px;
	font-weight:700;
	line-height:1.1;
	white-space:nowrap;
	text-decoration:none;
	border-radius:4px;
}
.ka-train-btn_ghost,
.ka-train-lead .ka-train-btn_ghost,
.ka-train-side .ka-train-btn_ghost{
	background:#fff;
	color:#1c5ca4;
	border:1px solid #1c5ca4;
}
.ka-train-btn_ghost:hover{background:#1c5ca4;color:#fff;text-decoration:none;}
.ka-train-hero-btn{margin-top:8px;}
.ka-train-program .b-services-item{
	margin:0 0 16px;
	padding:16px 18px;
	background:#fff;
	border:1px solid #ececec;
	border-radius:8px;
}
.ka-train-program .b-content__desc{font-size:15px;line-height:1.5;color:#333;}
.ka-train-steps{margin:0;padding:0;list-style:none;}
.ka-train-steps li{
	position:relative;
	margin:0;
	padding:6px 0 6px 0;
	border-bottom:1px solid #f0f0f0;
	font-size:15px;
	line-height:1.45;
	color:#333;
}
.ka-train-steps li:last-child{border-bottom:0;padding-bottom:0;}
.ka-train-side{position:sticky;top:16px;}
@media only screen and (max-width:1023px){
	.ka-train-lead__form{flex:1 1 100%;}
	.ka-train-side{position:static;}
	.b-hero .ka-train-hero-btn{width:100%;}
}
