

/* Start:/local/templates/main/components/bitrix/news.detail/oon-day.detail/style.css?17732419546207*/
/*
.container-md {
	padding: 46px 46px 0 !important;
}
*/

.bio-link {
	width: 100%;
	height: max-content;
}

.bio-banner {
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin-top: 32px;
	width: 100%;
	aspect-ratio: 1 / 1.4;
	padding: 18px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bio-banner__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("/local/templates/main/images/bio-bg.jpg");
	background-size: cover;
	transition: all 0.3s ease;
}

.bio-banner:hover .bio-banner__bg {
	transform: scale(1.1)
}

.bio-banner a {
	position: relative;
	z-index: 1;
	padding: 8px 22px;
	width: max-content;
	text-decoration: none;
	color: #4c6b8b;
	font-weight: bold;
	font-size: 18px;
	background: white;
	margin-bottom: 18px;
	border-radius: 16px;
	border: 2px solid #4c6b8b;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 8px;
}

.bio-banner:hover a {
	background: rgba(255,255,255,0.8);
	color: #4c6b8b;
}

.bio-banner h1 {
	z-index: 1;
	margin-top: 12px;
	font-size: 22px;
	color: black;
	line-height: 32px;
	text-transform: uppercase;
  font-family: Lato, sans-serif;
	font-weight: 700;
}

.biodiversitySwiper {
	width: 100%;
}

.biodiversity-slide {
	width: 100%;
	aspect-ratio: 16 / 11;
}

.biodiversity-main-flex {
	display: flex;
	gap: 24px;
}

.biodiversity-swiper__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.biodiversitySwiper {
	margin-bottom: 24px;
}

.biodiversity-content {
	padding-right: 24px;
	box-sizing: border-box;
/* 	width: calc(100% - 340px - 24px); */
}

.biodiversity-docs {
	box-sizing: border-box;
}

.doc__btn {
	display: block;
	text-decoration: none;
	color: white;
	background: #1e3250;
	padding: 12px 32px;
	text-align: center;
	min-width: 302px;
	margin-top: 16px;
}
.doc__btn:hover {
	color: white;
	opacity: 0.8;
}

.biodiversity-doc__btn {
	display: block;
	text-decoration: none;
	color: white;
	background: #1e3250;
	padding: 12px 32px;
	text-align: center;
	min-width: 340px;
	margin-bottom: 8px;
}

.biodiversity-doc__btn:hover {
	color: white;
	opacity: 0.8;
}

.title_paton {
	font-size: 24px;
  color: var(--paton540);
  padding-top: 12px;
  margin-bottom: 18px;
}

.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;
}

.quote_block { 
	display: flex;
	gap: 32px;
	margin-bottom: 48px;
}

@media (max-width:767px) {
	.quote_global {
		flex-direction: column-reverse !important;
	}
	.quote_block {
		flex-direction: column;
	}
	.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%;
	}
}

@media (min-width:1110px) {
  .container-md {
    padding: 46px 46px 0 !important;
  }
}

@media (max-width:767px) {
	.bio-banner {
		padding: 12px;
		aspect-ratio: 2 / 1.3;
	}
	.bio-banner h1 {
		margin-top: 0;
		font-size: 24px;
		line-height: 34px;
	}
	.bio-banner a {
		margin-bottom: 0;
		font-size: 15px;
		padding: 8px;
		gap: 4px;
	}
	.bio-banner__bg {
		background-image: url("/local/templates/main/images/bio-bg-mob.jpg");
	}
	.biodiversity-content {
		width: 100%;
		border: none;
		padding: 0;
	}
}
/* End */
/* /local/templates/main/components/bitrix/news.detail/oon-day.detail/style.css?17732419546207 */
