.vyzov-page {
	color: #5A5C70;
	overflow: visible;
	flex: 1 0 auto;
	width: 100%;
}

html:has(.vyzov-page) {
	scroll-behavior: smooth;
}

.vyzov-h2 {
	color: var(--color-primary);
	text-align: center;
	font-size: 51px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.4px;
	margin: 0 0 16px;
}

.vyzov-lead {
	max-width: 960px;
	margin: 0 auto 40px;
	text-align: center;
	font-size: 18px;
	line-height: 140%;
	color: var(--color-primary);
	/* font-weight: 500; */
}

.vyzov-lead--strong {
	font-size: 22px;
	color: var(--color-primary);
	margin-bottom: 12px;
	font-weight: 500;
}

.vyzov-center {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.vyzov-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 300px;
	padding: 16px 36px;
	border-radius: 45px;
	background: var(--color-primary);
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	border: 1px solid var(--color-primary);
	cursor: pointer;
	transition: 0.35s;
}

.vyzov-btn:hover {
	background: #fff;
	color: var(--color-primary);
}

.vyzov-btn--light {
	background: #fff;
	color: var(--color-primary);
	margin-top: 20px;
}

.vyzov-btn--light:hover {
	background: var(--color-primary);
	color: #fff;
}

/* Hero — как main-page-slide на главной */
.vyzov-hero .main-page-slide__left {
	justify-content: flex-start;
}

.vyzov-hero .main-page-slide__left > p:not(.vyzov-hero__note) {
	margin-bottom: 32px;
	max-width: 640px;
}

.vyzov-hero__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 32px;
	max-width: 640px;
	position: relative;
	z-index: 3;
}

.vyzov-hero__tag {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 18px 10px 10px;
	border-radius: 40px;
	background: #3D4487;
	color: #fff;
	font-size: 15px;
	line-height: 1.2;
}

.vyzov-hero__tag-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background: #D6DAF1;
	box-shadow: 0px 6px 28px 0px #0000001F;
	border-radius: 50%;
	flex-shrink: 0;
}

.vyzov-hero__tag-icon img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	display: block;
}

.vyzov-hero__tag-dot {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.22);
	flex-shrink: 0;
}

.vyzov-hero .vyzov-btn {
	position: relative;
	z-index: 3;
}

.vyzov-hero .main-page-slide__left > p.vyzov-hero__note {
	margin-top: 16px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	opacity: 0.75;
	color: #fff;
	max-width: 640px;
}

/* Features */
.vyzov-features {
	padding: 55px 0 55px;
}

.vyzov-features__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.vyzov-features__card {
	display: flex;
	align-items: center;
	gap: 14px;
	background: var(--color-primary);
	color: #fff;
	border-radius: 16px;
	padding: 22px 18px;
	min-height: 120px;
}

.vyzov-features__icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.vyzov-features__icon img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.vyzov-features__ttl {
	font-size: 18px;
	font-weight: 700;
	line-height: 125%;
	margin-bottom: 6px;
	color: #fff;
}

.vyzov-features__body p {
	font-size: 16px;
	line-height: 135%;
	color: #fff;
}

/* Intro */
.vyzov-intro {
	padding: 40px 0 80px;
}

.vyzov-intro__inner {
	display: flex;
	align-items: flex-start;
	gap: 48px;
}

.vyzov-intro__left {
	width: 48%;
}

.vyzov-intro__left h2 {
	color: var(--color-primary);
	font-size: 58px;
	font-weight: 500;
	line-height: 112%;
	margin: 0 0 20px;
}

.vyzov-intro__left p {
	font-size: 18px;
	line-height: 140%;
	color: var(--color-primary);
	margin: 0 0 28px;
}

.vyzov-intro__right {
	width: 52%;
}

.vyzov-intro__right img,
.vyzov-clinic__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 24px;
	display: block;
}

.vyzov-intro__right img {
	max-height: 420px;
}

/* Reasons */
.vyzov-reasons {
	padding: 40px 0 80px;
}

.vyzov-reasons__slider .swiper-wrapper {
	align-items: stretch;
}

.vyzov-reasons__slider .swiper-slide {
	height: auto;
	display: flex;
}

.vyzov-reason {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid #D6DAF1;
}

.vyzov-reason__img {
	aspect-ratio: 16 / 11;
	overflow: hidden;
}

.vyzov-reason__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.vyzov-reason__body {
	padding: 20px 22px;
	flex: 1;
}

.vyzov-reason__ttl {
	color: var(--color-primary);
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
}

.vyzov-reason__body p {
	font-size: 15px;
	line-height: 140%;
	color: var(--color-primary);
}

.vyzov-reasons .profs-slider__btm {
	display: flex;
	margin-top: 24px;
}

/* Services */
.vyzov-services {
	padding: 40px 0 80px;
}

.vyzov-services__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.vyzov-service {
	background: #eef1fb;
	border-radius: 18px;
	padding: 28px 24px 30px;
}

.vyzov-service__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 18px;
}

.vyzov-service__icon img {
	display: block;
	width: 200px;
	height: 200px;
	object-fit: contain;
}

.vyzov-service__num {
	font-size: 28px;
	font-weight: 400;
	color: var(--color-primary);
	padding-bottom: 12px;
	margin-bottom: 16px;
	border-bottom: 1px solid #0322794D;
}

.vyzov-service__ttl {
	color: var(--color-primary);
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 17px;
	line-height: 1;
}

.vyzov-service p {
	font-size: 16px;
	line-height: 140%;
	color: var(--color-primary);
}

/* Steps — как .steps-item на главной */
.vyzov-steps {
	padding: 80px 0;
}

.vyzov-steps__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 22px;
	/* max-width: 1100px; */
	margin: 0 auto;
}

.vyzov-step {
	--card-bg: var(--color-secondary);
	--icon-size: 62px;
	--notch-w: 180px;
	--notch-h: 72px;
	--img-h: 336px;
	isolation: isolate;
	position: relative;
	display: flex;
	flex-direction: column;
	width: calc((100% - 66px) / 4);
	background: var(--card-bg);
	border-radius: 20px;
	overflow: hidden;
	padding-bottom: 32px;
}

.vyzov-step > * {
	position: relative;
	z-index: 2;
}

.vyzov-step__num {
	width: var(--icon-size);
	height: var(--icon-size);
	margin: -50px auto 16px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-primary);
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	border: none;
	box-shadow: 0 10px 28px rgba(3, 34, 121, 0.12);
	flex-shrink: 0;
}

.vyzov-step__ttl {
	margin-top: 0;
	color: var(--color-primary);
	font-size: 18px;
	font-weight: 700;
	line-height: 120%;
	text-transform: none;
	text-align: center;
	margin-bottom: 12px;
	padding: 0 16px;
}

.vyzov-step__txt {
	flex: 1;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 140%;
	color: #667085;
	padding: 0 18px;
}

.vyzov-step__img {
	z-index: 0;
	width: 100%;
	height: var(--img-h);
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	margin: 0;
	background: var(--card-bg);
	-webkit-mask: linear-gradient(#000, #000), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 72'%3E%3Cpath fill='black' d='M0 72H20A18 18 0 0 0 38 54A52 52 0 0 1 142 54A18 18 0 0 0 160 72H180Z'/%3E%3C/svg%3E") 50% calc(100% + 1px) / var(--notch-w) var(--notch-h) no-repeat;
	-webkit-mask-composite: destination-out;
	mask: linear-gradient(#000, #000), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 72'%3E%3Cpath fill='black' d='M0 72H20A18 18 0 0 0 38 54A52 52 0 0 1 142 54A18 18 0 0 0 160 72H180Z'/%3E%3C/svg%3E") 50% calc(100% + 1px) / var(--notch-w) var(--notch-h) no-repeat;
	mask-composite: subtract;
}

.vyzov-step__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Doctors */
.vyzov-doctors {
	padding: 40px 0 80px;
}

.vyzov-doctors__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 400px));
	gap: 24px;
	margin-bottom: 10px;
	justify-content: center;
}

.vyzov-doctors .profs-item {
	width: 100%;
	max-width: 400px;
	position: relative;
	justify-self: center;
}

.vyzov-doctors__arrow {
	position: absolute;
	top: 23px;
	right: 28px;
	width: 36px;
	height: 36px;
	border: 1px solid var(--color-primary);
	border-radius: 50%;
	z-index: 3;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23032279' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17L17 7'/%3E%3Cpath d='M7 7h10v10'/%3E%3C/svg%3E") no-repeat center;
}

.vyzov-doctors__badge {
	display: inline-flex;
	align-self: center;
	margin: 0 auto 18px;
	padding: 8px 18px;
	border: 1px solid var(--color-primary);
	border-radius: 40px;
	color: var(--color-primary);
	font-size: 14px;
	line-height: 1.2;
}

.vyzov-doctors .profs-item__revs span {
	color: var(--color-primary);
	/* background: rgba(255, 255, 255, 0.16); */
	border-radius: 20px;
	padding: 4px 0px;
	font-size: 13px;
}

/* Price */
.vyzov-price {
	padding: 40px 0 80px;
}

.vyzov-price__card {
	display: flex;
	background: var(--color-primary);
	color: #fff;
	border-radius: 24px;
	overflow: hidden;
	margin-top: 33px;
}

.vyzov-price__left,
.vyzov-price__right {
	width: 50%;
	padding: 48px 59px;
}

.vyzov-price__left {
	border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.vyzov-price__sum {
	font-size: 32px;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 16px;
	color: #fff;
}

.vyzov-price__left p {
	font-size: 16px;
	line-height: 140%;
	color: rgba(255, 255, 255, 0.82);
	margin: 0 0 28px;
}

.vyzov-price__list-ttl {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px;
	color: #fff;
}

.vyzov-price__right ul {
	list-style: none;
}

.vyzov-price__right li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 140%;
	color: #fff;
}

.vyzov-price__right li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 8px;
}

.vyzov-price__btn-mob {
	display: none;
}

/* Clinic */
.vyzov-clinic {
	padding: 0 0 80px;
}

.vyzov-clinic__inner {
	display: flex;
	gap: 24px;
	align-items: stretch;
	margin-top: 33px;
}

.vyzov-clinic__img,
.vyzov-clinic__box {
	width: 50%;
}

.vyzov-clinic__box {
	background: var(--color-secondary);
	border-radius: 24px;
	padding: 21px 25px;
}

.vyzov-clinic__sub {
	color: var(--color-primary);
	font-size: 30px;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 20px;
}

.vyzov-clinic__text p {
	font-size: 16px;
	line-height: 145%;
	color: var(--color-primary);
	margin: 0 0 14px;
}

/* FAQ */
.vyzov-faq {
	padding: 40px 0 20px;
}

.vyzov-faq .h2_n {
	text-transform: none;
	font-weight: 700;
	font-size: 48px;
	margin-bottom: 40px;
}

/* Form — как .new-form на single-drop */
.vyzov-form {
	padding: 20px 0 90px;
	scroll-margin-top: 20px;
}

.content-area .vyzov-form .new-form {
	max-width: none;
	margin-top: 0;
	padding: 48px 40px 40px;
	background: var(--color-secondary);
	border-radius: 24px;
	box-shadow: none;
}

.content-area .vyzov-form .new-form .new-form__ttl {
	margin-bottom: 19px;
	color: var(--color-primary);
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -0.03em;
	text-transform: none;
}

.content-area .vyzov-form .new-form > p {
	color: var(--color-primary);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.35;
	width: 80%;
	margin: 0 auto 32px;
}

.content-area .vyzov-form .new-form form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	gap: 16px;
	max-width: 640px;
	margin: 0 auto;
}

.content-area .vyzov-form .new-form form > p:not(.chk) {
	display: contents;
	margin: 0;
}

.content-area .vyzov-form .new-form form > p.chk {
	grid-column: 1 / -1;
	display: block;
}

.content-area .vyzov-form .new-form form .wpcf7-form-control-wrap:has(input[type="text"]):not(:has(input[type="checkbox"])),
.content-area .vyzov-form .new-form form .wpcf7-form-control-wrap:has(input[type="tel"]) {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.content-area .vyzov-form .new-form form .wpcf7-form-control-wrap:has(input[type="text"]):not(:has(input[type="checkbox"]))::before,
.content-area .vyzov-form .new-form form .wpcf7-form-control-wrap:has(input[type="tel"])::before {
	display: block;
	margin-bottom: 8px;
	color: var(--color-primary);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	margin-left: 15px;
}

.content-area .vyzov-form .new-form form .wpcf7-form-control-wrap:has(input[type="text"]):not(:has(input[type="checkbox"]))::before {
	content: "Введите ваше имя";
}

.content-area .vyzov-form .new-form form .wpcf7-form-control-wrap:has(input[type="tel"])::before,
.content-area .vyzov-form .new-form form .wpcf7-form-control-wrap:has(.new-form__phone)::before {
	content: "Номер телефона";
}

.content-area .vyzov-form .new-form form input[type="text"],
.content-area .vyzov-form .new-form form input[type="tel"],
.content-area .vyzov-form .new-form form input[type="email"] {
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 0 22px;
	color: var(--color-primary);
	background: #fff;
	border: 1px solid #D6DAF1;
	border-radius: 40px;
	box-shadow: none;
}

.content-area .vyzov-form .new-form form input[type="text"]:focus,
.content-area .vyzov-form .new-form form input[type="tel"]:focus,
.content-area .vyzov-form .new-form form input[type="email"]:focus {
	border-color: var(--color-primary);
}

.content-area .vyzov-form .new-form form input[type="text"]::placeholder,
.content-area .vyzov-form .new-form form input[type="tel"]::placeholder,
.content-area .vyzov-form .new-form form input[type="email"]::placeholder {
	color: transparent;
	opacity: 0;
}

.content-area .vyzov-form .new-form form br {
	display: none;
}

.content-area .vyzov-form .new-form form input[type="hidden"] {
	display: none !important;
}

.content-area .vyzov-form .new-form form .wpcf7-spinner {
	position: absolute;
}

.content-area .vyzov-form .new-form form .btnn,
.content-area .vyzov-form .new-form form .wpcf7-submit {
	grid-column: 1 / -1;
	width: 100%;
	max-width: none;
	height: 52px;
	margin: 0;
	padding: 0 20px;
	color: var(--color-primary);
	font-size: 18px;
	line-height: 50px;
	background: #fff;
	border: 1px solid var(--color-primary);
	border-radius: 40px;
}

.content-area .vyzov-form .new-form form .btnn:hover,
.content-area .vyzov-form .new-form form .wpcf7-submit:hover {
	color: #fff;
	background: var(--color-primary);
	opacity: 1;
}

.content-area .vyzov-form .new-form form .chk,
.content-area .vyzov-form .new-form form .wpcf7-form-control-wrap:has(input[type="checkbox"]),
.content-area .vyzov-form .new-form form .wpcf7-acceptance {
	grid-column: 1 / -1;
	width: 100%;
	margin: 0;
	text-align: left;
}

.content-area .vyzov-form .new-form form .chk .wpcf7-list-item {
	margin: 0;
}

.content-area .vyzov-form .new-form form .chk span {
	display: inline;
	color: #8B92A8;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	padding-left: 0;
}

.content-area .vyzov-form .new-form form .chk .wpcf7-list-item-label {
	display: inline-block;
	position: relative;
	margin: 0;
	padding-left: 22px;
}

.content-area .vyzov-form .new-form form .chk input + span:before {
	top: 1px;
	background: #fff;
	border: 1px solid #C5CAD8;
}

.content-area .vyzov-form .new-form form .chk input:checked + span:after {
	top: 1px;
	background: url("../../images/dest/sprite.svg#check") no-repeat center center;
	background-size: 9px;
}

.content-area .vyzov-form .new-form form .wpcf7-spinner,
.content-area .vyzov-form .new-form form .wpcf7-response-output,
.content-area .vyzov-form .new-form form .wpcf7-not-valid-tip {
	grid-column: 1 / -1;
}

.content-area .vyzov-form .new-form form .wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: 0;
}

.content-area .vyzov-form .new-form form .wpcf7-response-output:empty,
.content-area .vyzov-form .new-form form .wpcf7-response-output[aria-hidden="true"] {
	display: none;
}

@media (max-width: 998px) {
	.vyzov-h2,
	.vyzov-faq .h2_n {
		font-size: 36px;
	}

	.vyzov-steps .vyzov-btn {
		display: none;
	}

	.vyzov-hero.main-page-slide {
		overflow: hidden;
	}

	.vyzov-hero .inner-page.row {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
		padding-top: 24px;
		padding-bottom: 12px;
	}

	.vyzov-hero .main-page-slide__left {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.vyzov-hero .main-page-slide__inf {
		width: 100%;
		margin: 65px 0 12px;
		text-align: center;
	}

	.vyzov-hero .main-page-slide__left h1 {
		width: 100%;
		max-width: 420px;
		margin: 0 0 16px;
		text-align: center;
	}

	.vyzov-hero .main-page-slide__left > p:not(.vyzov-hero__note) {
		width: 100%;
		max-width: 420px;
		margin: 0 0 24px;
		text-align: center;
	}

	.vyzov-hero .vyzov-btn {
		order: 4;
		width: auto;
		min-width: 220px;
		margin: 0 auto;
	}

	.vyzov-hero .main-page-slide__left > p.vyzov-hero__note {
		order: 5;
		width: 100%;
		max-width: 360px;
		margin: 12px auto 4px;
		text-align: center;
	}

	.vyzov-hero__tags {
		order: 6;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: center;
		width: 100%;
		margin: 237px 0 18px;
		gap: 8px;
		z-index: 3;
		max-width: none;
	}

	.vyzov-hero__tag {
		width: 100%;
		justify-content: flex-start;
	}

	.vyzov-hero .main-page-slide__right {
		display: flex;
		position: absolute;
		left: 50%;
		right: auto;
		top: 25%;
		bottom: 0;
		transform: translateX(-50%);
		width: min(92%, 420px);
		max-width: 420px;
		margin: 0;
		z-index: 1;
	}

	.vyzov-hero .main-page-slide__right img {
		width: 100%;
		height: auto;
		display: block;
	}

	.vyzov-features__grid{
		grid-template-columns: 1fr;
	}

	.vyzov-intro__inner,
	.vyzov-clinic__inner,
	.vyzov-price__card {
		flex-direction: column;
	}

	.vyzov-intro, .vyzov-reasons {
		padding: 40px 0;
	}

	.vyzov-intro__left,
	.vyzov-intro__right,
	.vyzov-price__left,
	.vyzov-price__right,
	.vyzov-clinic__img,
	.vyzov-clinic__box,
	.vyzov-btn{
		width: 100%;
	}

	.vyzov-intro__left h2 {
		font-size: 32px;
		text-align: center;
	}
	.vyzov-intro__left p{
		text-align: center;
	}

	.vyzov-intro__right img {
		max-height: 280px;
	}

	.vyzov-step {
		width: 100%;
		max-width: 420px;
		--img-h: 344px;
	}

	.vyzov-clinic__box {
		padding: 15px;
	}

	.vyzov-price__left {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	}

	.vyzov-faq .row {
		flex-direction: column;
	}

	.vyzov-faq .faq-bl__right {
		width: 100%;
		max-width: none;
	}

	.content-area .vyzov-form .new-form {
		margin-top: 0;
		padding: 28px 16px 24px;
		border-radius: 18px;
	}

	.content-area .vyzov-form .new-form .new-form__ttl {
		margin-bottom: 14px;
		font-size: 32px;
	}

	.content-area .vyzov-form .new-form > p {
		margin-bottom: 20px;
		font-size: 17px;
		width: 100%;
	}

	.content-area .vyzov-form .new-form form {
		grid-template-columns: 1fr;
		gap: 16px;
		max-width: none;
	}

	.content-area .vyzov-form .new-form form .btnn,
	.content-area .vyzov-form .new-form form .wpcf7-submit {
		order: 1;
		margin-top: 0;
	}

	.content-area .vyzov-form .new-form form .chk,
	.content-area .vyzov-form .new-form form .wpcf7-form-control-wrap:has(input[type="checkbox"]),
	.content-area .vyzov-form .new-form form .wpcf7-acceptance {
		order: 2;
	}

	.content-area .vyzov-form .new-form form .wpcf7-spinner,
	.content-area .vyzov-form .new-form form .wpcf7-response-output {
		order: 3;
	}
	.vyzov-features__card{
		flex-direction: column;
	}
	.vyzov-features__body{
		text-align: center;
	}
	.vyzov-reasons .inner-page{
		padding: 0 !important;
	}
	.vyzov-reasons .swiper,
	.vyzov-services .h2_n,
	.vyzov-lead,
	.vyzov-doctors .vyzov-h2{
		padding: 0 20px !important;
	}
	.vyzov-doctors .vyzov-btn{
		margin: 0 20px !important;
	}
	.vyzov-services .inner-page,
	.vyzov-doctors .inner-page {
		padding: 0 !important;
		min-width: 0;
	}
	.vyzov-services__grid,
	.vyzov-doctors__grid {
		grid-auto-flow: column;
		grid-template-columns: none;
		grid-auto-columns: max-content;
		justify-content: start;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		-webkit-overflow-scrolling: touch;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		padding: 0 20px;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.vyzov-services__grid::-webkit-scrollbar,
	.vyzov-doctors__grid::-webkit-scrollbar {
		display: none;
	}
	.vyzov-service__icon img{
		width: 160px;
		height: 160px;
	}
	.vyzov-service__num,
	.vyzov-service__ttl{
		font-size: 24px;
	}
	.vyzov-service{
		padding: 20px;
		width: 300px;
		max-width: 360px;
	}
	.vyzov-steps, .vyzov-doctors,
	.vyzov-clinic, .vyzov-form{
		padding: 40px 0;
	}
	.vyzov-doctors .profs-item{
		width: 308px;
		min-width: 308px;
		max-width: 308px;
		height: auto;
	}
	.vyzov-price__sum{
		font-size: 30px;
	}
	.vyzov-price__left, .vyzov-price__right{
		padding: 20px;
		line-height: 1.1;
		text-align: center;
	}
	.vyzov-price__list-ttl{
		font-size: 30px;
	}
	.vyzov-price__right ul {
		display: inline-block;
		text-align: left;
	}
	.vyzov-price__btn-desk {
		display: none;
	}
	.vyzov-price__btn-mob {
		display: inline-flex;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
	}
	.vyzov-clinic__img{
		height: 150px;
	}
	.vyzov-clinic__sub{
		font-size: 24px;
		margin-bottom: 11px;
	}
}
