.content-single-direction .catalog-page-inner {
	gap: 28px;
}

.direction-single-col-inner {
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
}


.direction-single-title {
	font-size: clamp(34px, 4vw, 56px);
	line-height: 1.1;
}

.direction-single-cta {
	white-space: nowrap;
}

.direction-single-announcement {
	margin: 0 0 24px;
	max-width: 920px;
	font-size: 22px;
	line-height: 1.4;
	color: #5A5C70;
}

.direction-single-image img {
	border-radius: 24px;
	object-fit: cover;
}

.direction-single-banner {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	width: 100%;
	display: grid;
	border-radius: 24px;
	font-weight: normal;
}

.direction-single-banner-img,
.direction-single-banner-content {
	grid-area: 1 / 1;
}

.direction-single-banner-img {
	height: 100%;
}

.direction-single-banner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.direction-single-banner .direction-single-banner-image--mobile {
	display: none;
}

.direction-single-banner-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-self: end;
	align-self: stretch;
	max-width: 45%;
	padding: 28px;
	color: #fff;
	margin: 20px;
	border-radius: 16px;
	justify-content: space-between;
	background: rgb(255 255 255 / 6%);
	border: 1px solid rgb(255 255 255 / 23%);
	backdrop-filter: blur(15.15px);
}
.direction-single-banner-content::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/wp-content/uploads/media/glass.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
    pointer-events: none;
}


.direction-single-banner-content > * {
	position: relative;
	z-index: 2;
}

.direction-single-banner-title {
	margin: 0 0 8px;
	font-weight: 700;
	font-size: 72px;
	line-height: 120%;
	color: #fff;
}

.direction-single-banner-announcement {
	margin: 0;
	font-size: 30px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.92);
}

.direction-single-banner-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 26px;
	min-height: 52px;
	padding: 12px 28px;
	width: 100%;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	font-size: 20px;
	border: none;
}

.direction-single-banner-btn:hover {
	background: #ffffff;
	color: #171a2b;
	text-decoration: none;
}

.direction-catalog-tabs-list .catalog-tab {
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.direction-catalog-tabs-list .direction-catalog-tab {
	color: #1C1C20;
	padding: 24px;
}

.direction-catalog-tabs-list .direction-catalog-tab:hover {
	background: linear-gradient(270deg, var(--direction-grad-from, #032279), var(--direction-grad-to, #063fdf));
	border-color: var(--direction-grad-from, #032279);
	color: #fff;
}

.direction-catalog-tabs-list .direction-catalog-tab.is-active {
	background: linear-gradient(270deg, var(--direction-grad-from, #032279), var(--direction-grad-to, #063fdf));
	border-color: var(--direction-grad-from, #032279);
	color: #fff;
}

.direction-catalog-tab--orange {
	--direction-grad-from: #FF651E;
	--direction-grad-to: #AB1A00;
}

.direction-catalog-tab--purple {
	--direction-grad-from: #7B39FF;
	--direction-grad-to: #421896;
}

.direction-catalog-tab--red {
	--direction-grad-from: #EC0909;
	--direction-grad-to: #A80000;
}

.direction-catalog-tab--green {
	--direction-grad-from: #006D4B;
	--direction-grad-to: #039769;
}

.direction-catalog-tab--yellow {
	--direction-grad-from: #FFB218;
	--direction-grad-to: #CF6113;
}

.direction-catalog-tab--blue {
	--direction-grad-from: #032279;
	--direction-grad-to: #063FDF;
}

.direction-related {
	margin-top: 12px;
}

.direction-related-title {
	margin: 0 0 20px;
	font-weight: 700;
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.2;
	color: #032279;
}

.direction-single-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.direction-single-description {
	color: #1c1c20;
}

.direction-single-description > *:first-child {
	margin-top: 0;
}

.direction-single-description > *:last-child {
	margin-bottom: 0;
}


.direction-block2-section {
	padding: 40px 0;
}

.napravleniy_bl2-name{
	font-size: 60px;
	color: black;
	font-weight: 500;
	padding-bottom: 40px;
	line-height: 68px;
	width: 50%;
}
.napravleniy_bl2-name--themed {
	background: linear-gradient(270deg, var(--direction-grad-from, #032279), var(--direction-grad-to, #063fdf));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: var(--direction-grad-from, #032279);
}
.napravleniy_bl2-content{
	display: flex;
	width: 100%;
	min-height: 600px;
	gap: 20px;
	align-items: stretch;
}
.napravleniy_bl2-c1{
	border-radius: 16px;
    overflow: hidden;
    width: 40%;
    position: relative;
    align-self: stretch;
}
.nprvln_bl2-card{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.nprvln_bl2-card_img{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
}
.nprvln_bl2-card_image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.nprvln_bl2s_button_bg {
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
}
.nprvln_bl2_btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}
.nprvln_bl2_btn::before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 14px solid #fff;
	margin-left: 2px;
}

.nprvln_bl2_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	display: none;
}

.nprvln_bl2_video.active {
	display: block;
}

.nprvln_bl2_video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.nprvln_bl2_video_content,
.nprvln_bl2-content {
	width: 100%;
}

.nprvln_bl2_video_content {
	height: 100%;
}
.napravleniy_bl2-c2{
	width: 75%;
	object-fit: cover;
	position: relative;
	height: auto;
	align-self: flex-start;
}
.napravleniy_bl2-c2--themed {
	background: linear-gradient(270deg, var(--direction-grad-from, #032279), var(--direction-grad-to, #063fdf));
}
.nprvln_bl2-content{
	position: relative;
	padding: 40px 30px;
	display: flex;
	border-radius: 16px;
	flex-direction: column;
	height: auto;
	justify-content: space-between;
}
.nprvln_bl2-text1{
	color: white;
	font-size: 30px;
	line-height: 34px;
}

.nprvln_bl2-text2{
	color: white;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}
.napravleniy_bl2-btn{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 70px;
	background: white;
	border-radius: 0 30px 0 0;
}

.napravleniy_bl2-content-bottom{

	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}



.direction-single-themed-btn-wrap {
	margin-top: 20px;
	display: none;
}

.direction-single-themed-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 12px 28px;
	border-radius: 999px;
	border: none;
	background: linear-gradient(270deg, var(--direction-grad-from, #032279), var(--direction-grad-to, #063fdf));
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	cursor: pointer;
}

.napravleniy_bl2-content-bottom-icon{
	width: 300px;
	height: 260px;
	border-radius: 20px;
	overflow: hidden;
	mix-blend-mode: luminosity;
}
.napravleniy_bl2-content-bottom-icon img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: grayscale(1);
}
.direction-patients-stories .container{
	padding: 0;
}

.direction-patients-stories .adns_patients_story__consultation-btn {
	background: linear-gradient(270deg, var(--direction-grad-from, #032279), var(--direction-grad-to, #063fdf));
}
.direction-block4-section {
	padding: 40px 0;
}

.napravleniy_bl4-c1{
	display: flex;
	gap: 60px;
	color: black;
}
.napravleniy_bl4-c2{
	display: flex;
	gap: 60px;
	color: black;
	margin-top: 50px;
}
.nprvln_bl4-content1,
.nprvln_bl4-content2{
	width: 40%;
}
.nprvln_bl4-content1-name,
.nprvln_bl4-content2-name{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.1;
}
.nprvln_bl4-image{
	width: 60%;
	height: 100%;
position: sticky;
    top: 10px;

}
.nprvln_bl4-content1-img,
.nprvln_bl4-content2-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
    border-radius: 30px;
    max-height: 350px;
}

.adns_napravleniy_block5{
	display:flex;
	gap: 20px;
}
.nprvln_bl5-content1{
	width: 50%;
	background-color: #3D4BC7;
	color: white;
	padding: 30px 40px 10px;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
}
.nprvln_bl5-content1--themed{
	background: linear-gradient(270deg, var(--direction-grad-from, #032279), var(--direction-grad-to, #063fdf));
}
.nprvln_bl5-name{
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 30px;
}
.nprvln_bl5-content2{
	width: 50%;
}
.nprvln_bl5-content2 img{
	width: 100%;
	object-fit: cover;
	height: 100%;
	border-radius: 30px;
}
.nprvln_bl5-name_mob{
	display: none;
}



@media (max-width: 991px) {
	.direction-single-banner-image.direction-single-banner-image--mobile {
		min-height: 520px;
	}

	.direction-single-banner img {
		height: 100%;
		object-fit: cover;
	}

	.direction-single-banner .direction-single-banner-image--desktop {
		display: none;
	}

	.direction-single-banner .direction-single-banner-image--mobile {
		display: block;
	}

	.direction-single-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.direction-single-announcement {
		font-size: 18px;
	}

	.direction-single-banner-content {
		padding: 16px;
		justify-self: stretch;
		align-self: end;
		margin: 10px;
		max-width: none;
		max-width: calc(100% - 20px);
		overflow: visible;
	}
	.direction-single-content-btn-wrap button {
		width: 100%;
		color: black;
	}

	.direction-single-themed-btn {
		width: 100%;
	}

	.direction-single-banner-title {
		font-size: 36px;
	}

	.direction-single-banner-announcement {
		font-size: 16px;
	}
	.napravleniy_bl2-name {
		font-size: 30px;
		line-height: 34px;
		width: 100%;
	}

	.napravleniy_bl2-content {
		flex-direction: column;
		height: auto;
	}
	.nprvln_bl2-content{
		padding: 20px;
	}
	.nprvln_bl2-text1 {
		font-size: 20px;
		line-height: 28px;
	}

	.napravleniy_bl2-c1,
	.napravleniy_bl2-c2 {
		width: 100%;
	}

	.napravleniy_bl2-c1 {
		height: 470px;
	}

	.napravleniy_bl2-content-bottom-button{
		display: none;
	}
	.napravleniy_bl2-content-bottom-icon{
		width: 233px;
		height: 198px;
	}

	.direction-single-themed-btn-wrap {
		display: block;
	}

	.napravleniy_bl4-c1{
		flex-direction: column;
		height: auto;
		gap: 20px;
	}
	.napravleniy_bl4-c2{
		flex-direction: column-reverse;
		height: auto;
		gap: 20px;
		margin-top: 30px;
	}
	.nprvln_bl4-content1,
	.nprvln_bl4-image,
	.nprvln_bl4-content2{
		width: auto;
	}
	.direction-single-content {
		gap: 0;
	}
	.direction-block2-section,
	.direction-block4-section{
	    padding: 20px 0;
	}
}
