

/* Start:/local/templates/main/components/bitrix/news.detail/programs.detail/style.css?17459479743282*/
.title-accelerators {
	max-width: 920px !important;
}

.text__center {
	text-align: center;
}

.program__btn {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 16px;
	border: solid white 1px;
	text-decoration: none;
	background: white;
	margin-top: 32px;
	transition: all ease 0.3s;
	font-weight: 600;
}
.program__btn:hover {
	background: none;
}

.bhr-button-flex_block {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	justify-content: center;
}
.bhr-button-flex_item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	max-width: 300px;
	background: #1e3250;
	color: white;
	text-decoration: none;
}
.bhr-button-flex_item:hover {
	color: white;
	opacity: 0.85;
}

.bhr-flex_block {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.bhr-flex_item {
	width: calc(50% - 8px);
	aspect-ratio: 16 / 9;
}

.sdg-knows {
	position: relative;
	padding-bottom: 24px;
	margin-top: 32px;
}
.sdg-bg {
	position: absolute;
	top: -32px;
	bottom: -32px;
	left: -32px;
	right: -32px;
	background: #ebebec;
	z-index: -1;
}

.flex-block-sdg {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.sdg-element {
	width: calc(50% - 12px);
}
.forward-faster-flex {
	margin: 48px 0 32px 0;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.bg_bungred {
	width: calc(50% - 6px);
	background: #a21942 !important;
	color: white !important;
	transition: all ease 0.275s;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.bg_bungred a {
	color: #a21942;
}

.bg_darkgreen {
	width: calc(50% - 6px);
	background: #3f7e44 !important;
	color: white !important;
	transition: all ease 0.275s;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bg_darkgreen a {
	color: #3f7e44;
}

.bg_red {
	width: calc(50% - 6px);
	background: #e5243b !important;
	color: white !important;
	transition: all ease 0.275s;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bg_red a {
	color: #e5243b;
}

.bg_darkgold {
	width: calc(50% - 6px);
	background: #bf8b2e !important;
	color: white !important;
	transition: all ease 0.275s;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bg_darkgold a {
	color: #bf8b2e;
}

.bg_blue {
	background: #0a97d9 !important;
	color: white !important;
	transition: all ease 0.275s;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bg_blue a {
	color: #0a97d9;
}


.roadmap {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.road-block {
	display: flex;
	gap: 30px;
}

.road-number {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	color: white;
	background: #4c6b8b;
	line-height: 14px;
	font-weight: 600;
}

.road-content h3 {
	margin-bottom: 6px;
}

.road-content h4 {
	color: #4b5563 !important;
	margin-bottom: 4px;
}

@media (max-width:767px) {
	.bhr-flex_item {
		width: 100%;
	}
	.sdg-element {
		width: 100%;
	}
	.road-block {
		gap: 16px;
	}
	.bg_bungred {
		width: 100%;
	}
	.bg_darkgreen {
		width: 100%;
	}
	.bg_red {
		width: 100%;
	}
	.bg_darkgold {
		width: 100%;
	}
}
/* End */
/* /local/templates/main/components/bitrix/news.detail/programs.detail/style.css?17459479743282 */
