.direction-block5-section .news-list {
	word-wrap: break-word;
}

.direction-block5-section .news-list img.preview_picture {
	float: left;
	margin: 0 4px 6px 0;
}

.direction-block5-section .news-date-time {
	color: #486daa;
}

.direction-block5-section .adns_disease_name {
	display: flex;
	justify-content: space-between;
	padding: 15px 0 0;
	align-items: center;
	cursor: pointer;
}

.direction-block5-section .adns_disease .link_arrow {
	border: 1px solid white;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	transition: all 0.3s ease;
	display: block;
	align-items: center;
}

.direction-block5-section .adns_disease .link_arrow_content {
	display: flex;
	width: 100%;
	height: 30px;
}

.direction-block5-section .adns_disease .link_arrow__icon {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	transition: 0.3s;
	align-items: center;
	transform: rotate(90deg);
}

.direction-block5-section .adns_disease .link_arrow__icon img {
	width: 15px;
	height: 15px;
	transform: rotate(45deg);
}

.direction-block5-section .horizontal-line {
	border: 0;
	height: 1px;
	background: #ccc;
	margin: 5px 0;
}

.direction-block5-section .adns_disease_content {
	overflow: hidden;
	transition: height 0.3s ease, opacity 0.3s ease;
	height: 0;
	opacity: 0;
	font-weight: 100;
	padding-top: 10px;
}

.direction-block5-section .adns_disease_content.is-open {
	opacity: 1;
}

.direction-block5-section .adns_disease-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0%;

}

.direction-block5-section .adns_disease_content p {
	margin-bottom: 0;
	font-size: 16px;
}
.adns_napravleniy_block5{
	display:flex;
	gap: 20px;
	padding: 40px 0;
}
.nprvln_bl5-content1{
	width: 50%;
	background-color: #3D4BC7;
	color: white;
	padding: 30px 40px 10px;
	border-radius: 30px;
	display: flex;
    flex-direction: column;
}

.nprvln_bl5-name{
	font-size: 48px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 30px;
}
.nprvln_bl5-content2{
	width: 50%;
}
.nprvln_bl5-content2 img{
	width: 100%;
    object-fit: cover;
	height: 100%;
    border-radius: 30px;
}
.direction-block5-section .nprvln_bl5-name_mob{
	display: none;
}

@media (max-width: 991px) {

	.direction-block5-section .adns_disease_content {
		font-size: 14px;
	}
	.adns_napravleniy_block5{
		flex-direction: column;
	}
	.nprvln_bl5-content1{
		padding: 24px 14px;
	}
	.nprvln_bl5-content2,
	.nprvln_bl5-content1{
		width: 100%;
	}
	.nprvln_bl5-name{
		display: none;
	}
	.direction-block5-section .nprvln_bl5-name_mob{
		display: block;
		font-size: 30px;
		font-weight: 700;
		line-height: 34px;
	}
	.direction-block5-section .adns_disease .link_arrow{
		border: none;
	}
}
