.articles-156 {
	gap: 40px;
}
.articles-156 .banner {
	order: 1;
}
.articles-156 .text {
	order: 2;
}
.articles-156 .directions {
	order: 4;
}
.articles-156 .info {
	order: 6;
}
.articles-156 .features {
	order: 7;
}
.articles-156 .programs {
	order: 5;
}
.articles-156 .article-feedback {
	order: 3;
}
.articles-156 .article-feedback.form-2 {
	order: 10;
}

@media only screen and (max-width: 1023px) {

}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 425px) {}
@media only screen and (max-width: 320px) {}

.banner {
	border-radius: 24px;
	overflow: hidden;
}

.text {
	font-size: 16px;
	line-height: 24px;
	border-radius: 24px;
	padding: 15px 20px 20px;
	background-color: var(--white);
}

/* Направления хирургии (фишки) */
.directions {
	background: var(--white);
	border-radius: 24px;
	padding: 25px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.directions:after {
	content: '';
	width: 100%;
	height: 100%;
	background: url(/templates/main/images/articles-156-directions-bg.jpg) no-repeat center / cover;
	opacity: 0.75;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.directions__heading {
	font: 600 24px/1.4em 'Cera';
	margin-bottom: 20px;
}
.directions__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.directions__item {
	background: var(--f8f8f8);
	border: 1px solid var(--eeeeee);
	border-radius: 60px;
	padding: 10px 15px;
	font-weight: 500;
	font-size: 0.9rem;
}


/* Преимущества с иконками (оснащение) */
.features {
	background: var(--white);
	border-radius: 24px;
	padding: 25px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.features:after {
	content: '';
	background: url(/templates/main/images/articles-156-features-bottom-bg.jpg) no-repeat  right bottom / cover;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 500px;
	z-index: -1;
}
.features__heading {
	font: 600 24px / 1.4em 'Cera';
	margin-bottom: 20px;
}
.features__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
	gap: 15px;
	text-align: center;
	margin-bottom: 20px;
}
.features__item {
	background: var(--f8f8f8);
	border-radius: 24px;
	padding: 20px;
	position: relative;
	overflow: hidden;
}
.features__title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.features__icon {
	width: 60px;
	height: 60px;
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
	background-color: var(--white);
	border-radius: 50%;
	display: block;
	margin: 0 auto 15px;
}
.features__icon--doctor {
	background-image: url(/templates/main/images/articles-156-features-doctor.png);
}
.features__icon--laboratory {
	background-image: url(/templates/main/images/articles-156-features-laboratory.png);
	background-size: 36px;
}
.features__icon--diagnostic {
	background-image: url(/templates/main/images/articles-156-features-diagnostic.png);
}
.features__icon--online {
	background-image: url(/templates/main/images/articles-156-features-online.png);
	background-size: 36px;
}
.features__text {
	color: var(--828ea5);
	font-size: 15px;
	line-height: 1.4em;
}
.features__text ul {
	color: var(--black);
	column-count: 2;
	column-gap: 80px;
	counter-set: i 0;
	padding-right: 60px;
}
.features__text li {
	margin-bottom: 20px;
	padding-left: 16px;
}
.features__text li strong {
	font-weight: 600;
	position: relative;
}
.features__text li strong:before {
	content: counter(i) '. ';
	counter-increment: i 1;
	position: absolute;
	left: -16px;
}

/* Программы */
.programs {}
.programs__heading {
	font: 600 24px / 1.4em 'Cera';
	margin-bottom: 20px;
}
.programs__buttons {
	display: flex;
	align-items: center;
	border-bottom: 2px solid var(--black-10);
	margin-bottom: 20px;
}
.programs__button {
	font-weight: 600;
	color: var(--828ea5);
	padding: 15px;
	cursor: pointer;
	position: relative;
}
.programs__button--active {
	color: var(--violet);
}
.programs__button:after {
	content: '';
	width: 0;
	height: 2px;
	transform: translateX(0);
	transition: all .15s linear;
	background: linear-gradient(to right, transparent, var(--violet), transparent);
	position: absolute;
	left: 50%;
	bottom: -2px;
}
.programs__button--active:after {
	width: 100%;
	left: 0;
}
.programs__tabs {}
.programs__tab {
	display: none;
}
.programs__tab--active {
	display: block;
}
.programs__list {
	align-items: inherit;
}
.programs__item {
	padding: 20px;
	background-color: var(--white);
	border-radius: 24px;
	display: flex;
	flex-direction: column;
}
.programs__title {
	font: 600 20px / 1.4em 'Cera';
	margin-bottom: 20px;
}
.programs__text {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.programs__text ul li {
	position: relative;
	padding-left: 24px;
}
.programs__text ul li:not(:last-child) {
	margin-bottom: 10px;
}
.programs__text ul.check li:before {
	width: 16px;
	height: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: var(--828ea5);
	color: var(--white);
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 2px;
}
.programs__text blockquote {
	background-color: var(--f8f8f8);
	margin: 0 -10px;
}
.programs__prices {
	font-family: Cera;
	margin: auto 0 20px;
	padding-top: 20px;
	border-top: 1px solid var(--f4f4f4);
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 10px;
}
.programs__price {}
.programs__price:after {
	content: ' Р';
}
.programs__price--old {
	text-decoration: line-through;
	color: var(--999999);
	font-size: 14px;
	margin-bottom: 10px;
}
.programs__price--new {
	font-size: 20px;
	font-weight: bold;
	font-family: Cera;
}
.programs__price__record {
	font-weight: 500;
	text-indent: .5px;
	text-align: center;
	padding: 10px 25px;
	border-radius: 50px;
	color: var(--white);
	background-color: var(--violet);
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.programs__price__record:hover {
	color: var(--white);
	border-color: var(--violetlight);
	background-color: var(--violetlight);
	box-shadow: var(--shadow-8);
}


/* Блок важной информации */
.info {
	background: var(--white);
	border-radius: 24px;
	padding: 25px;
	border-left: 4px solid var(--violet);
}
.info h2 {
	margin-bottom: 20зч;
}

.info ul {
	padding-left: 35px;
}
.info li {
	margin-bottom: 5px;
}
[data-menu-id="Описание"] {
	order: 1;
}
[data-menu-id="Условаия акции"] {
	order: 2;
}
[data-menu-id="Программы со скидкой"] {
	order: 4;
}
[data-menu-id="Почему выбирают нас"] {
	order: 5;
}
[data-menu-id="Записаться"] {
	order: 6;
}

@media only screen and (max-width: 1023px) {
	.articles-156 {
		gap: 20px;
	}

	.programs__title {
		font-size: 16px;
	}

	.info ul {
		font-size: 14px;
		line-height: 20px;
		padding-left: 0;
	}

	.info li {
		margin-bottom: 10px;
	}

	.features:after {
		display: none;
	}
	.features__list {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	}

	.features__text ul.col-2 {
		column-count: 1;
	}

}