

/* Start:/local/templates/main/components/bitrix/news.detail/oon-day.detail/style.css?17556091262415*/
/*
.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;
}

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

@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?17556091262415 */
