/* reset styles */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	width: 100%;
	line-height: 1;
	font-size: 16px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	overflow-x: hidden;
}

input,
button,
textarea {
	font-family: inherit;
}

textarea {
	resize: none;
}

button {
	cursor: pointer;
	background-color: transparent;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Unbounded", sans-serif;
	font-size: inherit;
	font-weight: 400;
	line-height: 120%;
	margin: 0;
}

picture {
	display: block;
}

body {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: #fff;

	position: relative;
	overflow-x: hidden;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

:root {
	--primary-color: #483f84;
	--secondary-color: #f8f8fc;
	--text-color: #333;
	--light-text: #666;
	--white: #fff;
	--border-radius: 16px;
	--box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	--transition: all 0.3s ease;
	--light-bg: #f8f8fd;
	--white: #ffffff;
	--text-dark: #333333;
	--text-gray: #666666;
	--border-color: #e0e0e0;
	--purple-gradient: linear-gradient(90deg, #5d4c9b 0%, #7a6ac8 100%);
	--prices-primary-color: #483f84;
	--prices-secondary-color: #6c5dce;
	--light-purple-bg: #f9f8ff;
	--white: #ffffff;
	--accent-purple: #7d6bea;
	--shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	--licenses-secondary-color: #7b6fd2;
	--footer-primary-color: #4a3a7a;
	--footer-light-color: #ffffff;
	--footer-secondary-color: #5d4c8f;
	--footer-text-color: #e0e0e0;
	--footer-border-color: rgba(255, 255, 255, 0.1);
}

/* fonts */
@font-face {
	font-family: "Unbounded";
	src:
		url("../fonts/unbounded/Unbounded-Regular.woff2") format("woff2"),
		url("../fonts/unbounded/Unbounded-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Unbounded";
	src:
		url("../fonts/unbounded/Unbounded-Medium.woff2") format("woff2"),
		url("../fonts/unbounded/Unbounded-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src:
		url("../fonts/montserrat/Montserrat-Regular.woff2") format("woff2"),
		url("../fonts/montserrat/Montserrat-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src:
		url("../fonts/montserrat/Montserrat-Italic.woff2") format("woff2"),
		url("../fonts/montserrat/Montserrat-Italic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat";
	src:
		url("../fonts/montserrat/Montserrat-Medium.woff2") format("woff2"),
		url("../fonts/montserrat/Montserrat-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src:
		url("../fonts/montserrat/Montserrat-MediumItalic.woff2") format("woff2"),
		url("../fonts/montserrat/Montserrat-MediumItalic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat";
	src:
		url("../fonts/montserrat/Montserrat-SemiBold.woff2") format("woff2"),
		url("../fonts/montserrat/Montserrat-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src:
		url("../fonts/montserrat/Montserrat-SemiBoldItalic.woff2") format("woff2"),
		url("../fonts/montserrat/Montserrat-SemiBoldItalic.woff") format("woff");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat";
	src:
		url("../fonts/montserrat/Montserrat-ExtraBold.woff2") format("woff2"),
		url("../fonts/montserrat/Montserrat-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-style: normal;
}

body {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	color: #484365;
	background: #fff;
}
html.lock,
body.lock {
	overflow: hidden;
}
html.burger-lock,
body.burger-lock {
	overflow: hidden;
}
/* === Текстура фона === */
body::before {
	/* content: ""; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJ0ZXh0dXJlIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjAyKSIvPjxyZWN0IHg9IjEwIiB5PSIxMCIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiBmaWxsPSJyZ2JhKDI1NSwyNTUsMjU1LDAuMDIpIi8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI3RleHR1cmUpIi8+PC9zdmc+")
		repeat;
	opacity: 0.1;
	pointer-events: none;
	overflow-x: hidden;
}

.container {
	width: 100%;
	max-width: 1520px;
	margin: 0 auto;
	padding: 0 20px;
}

.section-offset {
	margin-bottom: 160px;
}

.section-padding {
	padding: 120px 0;
	background: #f9f8ff;
}

.section-grid {
	display: grid;
	grid-template-columns: 315px 1fr;

	display: flex;
	align-items: flex-start;
	gap: 60px;
}

.section-grid > aside {
	flex: 1 0 315px;
	/* position: sticky;
	top: 180px; */
}
.section-grid .uslugi-main {
	flex: 1 0 auto;
	max-width: calc(100% - 375px);
}

@media (max-width: 1100px) {
	.section-grid {
		grid-template-columns: 1fr;
		flex-direction: column;
		align-items: stretch;
		gap: 40px;
	}
	.section-grid > aside {
		flex: 1 0 auto;
		position: static;
	}
	.section-grid .uslugi-main {
		flex: 1 0 auto;
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	body {
		font-size: 16px;
	}
	.container {
		padding: 0 16px;
	}
	.section-offset {
		margin-bottom: 80px;
	}
	.section-padding {
		padding: 45px 0;
	}
}

.title-h1 {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 64px;
	line-height: 120%;
	color: #fff;
}
.title-h2 {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 52px;
	line-height: 1.2;
	color: #483f84;
}
.subtitle {
	max-width: 831px;
	margin-top: 32px;
}
.subtitle p:not(:last-child) {
	margin-bottom: 20px;
}
@media (max-width: 1200px) {
	.title-h1 {
		font-size: 54px;
	}
	.title-h2 {
		font-size: 46px;
	}
}
@media (max-width: 1024px) {
	.title-h1 {
		font-size: 44px;
	}
	.title-h2 {
		font-size: 40px;
	}
}
@media (max-width: 768px) {
	.title-h1 {
		font-size: 26px;
	}
	.title-h2 {
		font-size: 24px;
	}
}

input,
textarea,
select {
	font-family: "Montserrat", sans-serif;
	border-radius: 12px;
	padding: 19px 24px;
	outline: none;
	transition: all 0.3s ease;
}
textarea {
	min-height: 160px;
	outline: none;
	resize: none;
}
input::placeholder,
textarea::placeholder {
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
}

select option {
	color: #484365;
}
select {
	padding-right: 40px;
	appearance: none;
	background: url("./../images/arrow-dropdown.svg") no-repeat right;
	background-position-x: calc(100% - 30px);
}

label a {
	color: inherit;
}
label a:hover {
	text-decoration: underline;
}

input[type="checkbox"] {
	position: relative;
	width: 20px;
	height: 20px;
	color: #000;
	border: 1.5px solid #6c5dce;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	transition: all 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
	background: transparent;
	flex-shrink: 0;
}

.form input[type="checkbox"] {
  background: #6c5dce;
}

input[type="checkbox"]:checked {
  background: #6c5dce;
}

input[type="checkbox"]::before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 10px;
	border-style: solid;
	border-color: #fff;
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -65%) rotate(45deg);
  
}

.page-top {
	background: url("./../../assets/images/breadsmall.png") center / cover no-repeat;
	padding: 32px 0 72px;
	color: #fff;
	margin-bottom: 120px;
}
.page-top.not-found__top {
	background: url("./../../assets/images/not-found.jpg") center right 40% / cover no-repeat;
}
.page-top.license__page-top {
	margin-bottom: 0;
}
.page-top h1 {
	color: #fff;
}

.breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 32px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	color: #fff;
}
.breadcrumbs li {
	display: flex;
	align-items: center;
	gap: 12px;
}
.breadcrumbs li:not(:last-child):after {
	content: "|";
	color: rgba(255, 255, 255, 0.6);
}
.breadcrumbs li a {
	color: rgba(255, 255, 255, 0.6);
	transition: all 0.3s ease;
}
.breadcrumbs li a:hover {
	color: #fff;
}

@media (max-width: 768px) {
	.page-top {
		padding: 20px 0 39px;
		margin-bottom: 44px;
	}
	.page-top.license__page-top {
		margin-bottom: 0;
	}
	.breadcrumbs {
		margin-bottom: 24px;
		font-size: 14px;
	}
}

.uslugi-layout {
	overflow: hidden;
}

.filter-sidebar__title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #483f84;
	margin-bottom: 20px;
}

.filter-sidebar__btns {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.filter-sidebar__btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border-radius: 12px;
	padding: 12px 16px;
	background: #f9f8ff;
	transition: all 0.3s ease;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}
.filter-sidebar__btn:hover {
	color: #6c5dce;
}
.filter-sidebar__btn.active {
	color: #6c5dce;
}
.filter-sidebar__btn.active::after {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	background: url("./../images/purpleok.svg") no-repeat center / contain;
}

.filter-card.hidden {
	display: none;
}

.slider__mobile {
	display: none;
}

.slider__mobile_show {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	gap: 10px;
	margin-top: 20px;
}
.slider__mobile_show .pagination {
	display: none;
}

@media (max-width: 1700px) {
	.slider__mobile_show button {
		position: static !important;
	}
	.slider__mobile_show {
		justify-content: center;
		margin-top: 40px;
	}
}
@media (max-width: 1200px) {
	.sidebar-desctop {
		display: none;
	}
	.section-grid-desctop {
		grid-template-columns: 1fr;
	}
	.section-grid-desctop .uslugi-main {
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	.slider__mobile {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-top: 20px;
	}

	.slider__mobile_show .pagination {
		display: flex;
	}

	.pagination {
		display: flex;
		gap: 4px;
	}
}

/* === HEADER === */
main {
	margin-top: 158px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: rgba(255, 255, 255, 0);
	background: #534a8f;
	backdrop-filter: blur(10px);
	transition:
		background 0.4s ease,
		color 0.4s ease;
	padding: 18px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	color: #fff;
}

.header__mobile-icon {
	width: 40px;
	height: 40px;
	opacity: 1;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(24px);
	padding: 8px 8px 8px 8px;
}

.header--light {
	background: #fff;
	color: rgba(108, 93, 206, 1);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.header--light img {
	filter: none !important;
}

.header--light .header__phone-desktop {
	color: rgba(108, 93, 206, 1);
}

.header--light .header__mobile-icon {
	background: rgba(108, 93, 206, 0.1);
}

.header--light .menu__toggle {
	background: rgba(108, 93, 206, 0.1);
}
.header--light .menu__toggle.active {
	background: rgba(108, 93, 206, 0.1);
}
.header--light .menu__toggle span {
	background: #6c5dce;
}

.header--light .header__leadmagnit {
	background: rgba(108, 93, 206, 0.1);
	border-radius: 50px;
}

.header--light .header__cta-button {
	background: rgba(108, 93, 206, 1);
	color: white;
	gap: 12px;
	opacity: 1;
	border-radius: 12px;
}
.header--light .header__cta-button:hover {
	background: rgba(108, 93, 206, 0.1);
	color: rgba(108, 93, 206, 1);
}

.header--light .header__nav-icon path {
	stroke: #6c5dce;
}

.header__inner {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
}

@media (max-width: 480px) {
	/* .header__inner {
		height: 30px;
	} */
	.header__inner a {
		font-size: 18px;
	}
	.header__logo img {
		height: 100%;
		width: auto;
	}
}

.header__logo {
	display: flex;
	align-items: center;
	gap: 17px;
	text-decoration: none;
	color: inherit;
	font-family: "Unbounded", sans-serif;
	font-weight: bold;
	font-size: 20px;
}

.header img {
	filter: brightness(993%) contrast(87%);
}

.header__logo img {
	object-fit: contain;
	max-width: 92px;
}

.header__logo-text {
	font-family: "Unbounded", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	max-width: 150px;
}

.header__nav {
	display: flex;
	gap: 48px;
	list-style: none;
}

.header__nav-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.header__nav-item {
	display: flex;
	align-items: center;
	gap: 8px;
	/* position: relative; */
}

.header__nav-link::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: -5px;
	width: 0;
	height: 1.5px;
	border-radius: 30%;
	background-color: white;
	transition: all 0.3s ease;
}

@media (hover: hover) {
	.header__nav-item:hover .header__dropdown {
		opacity: 1;
		visibility: visible;
		pointer-events: all;
		transform: translateX(-50%) translateY(0);
		transform: translateX(0) translateY(0);
	}
	.header__nav-item:hover .header__nav-icon {
		transform: rotate(0deg);
	}

	.header__nav-item:hover .header__nav-link::after {
		width: calc(100% + 10px);
	}
}

.header__nav-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(180deg);
	transition: all 0.3s ease;
}
.header__nav-icon path {
	transition: all 0.3s ease;
}

.header__nav-link {
	font-family: "Montserrat", sans-serif;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
	font-size: 18px;
	transition: color 0.2s;
	position: relative;
}

.header__nav-link--active .header__nav-icon {
	transform: rotate(0);
}

.header__nav-link--active .header__nav-link::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: calc(100% + 20px);
	height: 1.5px;
	background-color: white;
}

.header--light .header__nav-link--active {
	color: rgba(72, 67, 101, 1);
}
.header--light .header__nav-link--active .header__nav-lin::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 5%;
	width: 90%;
	height: 1.5px;
	background-color: rgba(108, 93, 206, 1);
}

.header__location {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: 16px;
	font-size: 16px;
	font-weight: 500;
}

.header__phone {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-right: 16px;
	font-size: 16px;
	font-weight: 500;
}

.vl {
	border-left: 1px solid rgba(72, 67, 101, 0.1);
	position: relative;
	height: 36px;
	top: 0;
}

.header__cta-button {
	font-family: "Montserrat", sans-serif;
	background: #ffffff;
	color: #4a2c8a;
	border: 2px solid #ffffff;
	padding: 17px 40px;
	border-radius: 12px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s;
	font-size: 16px;
}

.header__cta-button:hover {
	background: #f0f0f0;
	transform: translateY(-1px);
}

/* Header Dropdown */
.header__nav-wrapper {
	position: relative;
}

.header__dropdown {
	position: absolute;
	top: 100%;
	left: 50%;
	left: 0;
	left: -10px;
	width: calc(100vw - 40px);
	max-width: 1520px;
	opacity: 0;
	visibility: hidden;
	padding-top: 10px;
	padding: 25px 10px 30px;
	transition:
		opacity 0.2s,
		visibility 0.2s,
		transform 0.2s;
	z-index: 1000;
	overflow: hidden;
	pointer-events: none;
}

.header__dropdown.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateX(-50%) translateY(0);
	transform: translateX(0) translateY(0);
}

.header__dropdown-panel {
	/* display: none; */
	padding: 24px 32px;

	background: #fff;
	border-radius: 16px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}

.header__dropdown-panel.is-active {
	display: block;
}

.header__dropdown-inner {
	display: flex;
	gap: 48px;
	min-height: 200px;
}

.header__dropdown-left {
	flex: 0 0 200px;
	flex: 1 0 20%;
	display: flex;
	flex-direction: column;
	gap: 28px;
	padding-right: 32px;
	border-right: 1px solid rgba(72, 67, 101, 0.2);
}

.header__dropdown-cat {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #484365;
	transition:
		color 0.2s,
		background 0.2s;
}

.header__dropdown-cat a {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #484365;
	transition:
		color 0.2s,
		background 0.2s;
}

@media (hover: hover) {
	.header__dropdown-cat:hover a {
		color: #6c5dce;
	}
}

.header__dropdown-cat--active a {
	color: #6c5dce;
}

.header__dropdown-cat--active .header__dropdown-cat-arrow {
	background: #6c5dce;
	color: #fff;
	width: 24px;
	height: 24px;
	padding: 6px;
	border-radius: 40px;
}

.header__dropdown-cat-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 40px;
	background: #f9f8ff;
	transition:
		background 0.2s,
		color 0.2s;
}

.header__dropdown-right {
	flex: 1 0 65%;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-content: flex-start;
}

.header__dropdown-services {
	display: none;
	flex-wrap: wrap;
	gap: 16px;
	align-content: flex-start;

	padding-right: 5px;
	max-height: 400px;
	overflow-y: auto;
}
.header__dropdown-services::-webkit-scrollbar {
	width: 4px;
	border-radius: 10px;
}
.header__dropdown-services::-webkit-scrollbar-track {
	width: 4px;
	background: rgba(108, 93, 206, 0.2);
	border-radius: 10px;
}
.header__dropdown-services::-webkit-scrollbar-thumb {
	width: 4px;
	background: #6c5dce;
	border-radius: 10px;
}

.header__dropdown-services.is-active {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.header__dropdown-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px 24px;
	background: #f8f8fd;
	border-radius: 32px;
	text-decoration: none;
	font-size: 20px;
	color: #483f84;
	transition:
		background 0.2s,
		color 0.2s;
}

.header__dropdown-card:hover,
.header__dropdown-card--highlight {
	background: #6c5dce;
	color: #fff;
}

.header__dropdown-card--highlight .header__dropdown-card-price,
.header__dropdown-card:hover .header__dropdown-card-price {
	color: rgba(255, 255, 255, 0.9);
}

.header__dropdown-card-price {
	font-size: 18px;
	color: #6c5dce;
}

.header__dropdown-card-name {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}

.header__dropdown-simple {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 32px;
}

.header__dropdown-simple a {
	padding: 12px 20px;
	color: #333;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 12px;
	background: #f8f8fd;
	transition:
		background 0.2s,
		color 0.2s;
}

.header__dropdown-simple a:hover {
	background: #6c5dce;
	color: #fff;
}

.header__nav-link {
	position: relative;
}
.header__nav-link[data-dropdown-trigger]::before {
	content: "";
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 7px;
	background-image: url("../images/arrow-dropdown.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%) rotate(180deg);
	filter: brightness(1000%) contrast(1000%);
}
.header__nav-link.is-dropdown-open[data-dropdown-trigger]::before {
	opacity: 1;
	transform: translateY(-50%) rotate(0deg);
}

.header--light .header__nav-link.is-dropdown-open::before {
	opacity: 1;
	transform: translateY(-50%) rotate(180deg);
	filter: none !important;
}

.header-mobile {
	display: none;
}

.header__button-mob {
	border-radius: 12px;
	padding: 19px 20px;
	background: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #6c5dce;
	width: 100%;
	margin-bottom: 20px;
}

@media (max-width: 1024px) {
	.header__logo {
		gap: 10px;
	}

	.header__logo img {
		max-width: 54px;
	}

	.header__logo-text {
		font-size: 14px;
	}
}

.hero {
	padding-top: 60px;
	padding-bottom: 100px;
	/* min-height: 100vh; */
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: no-repeat url("./../../assets/images/purple.png") center / cover;
}

.hero__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

.hero__text {
	flex: 1;
	text-align: left;
	color: #fff;
}

.hero__text-inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 754px;
}

@media (max-width: 768px) {
	.hero__text-inner {
		gap: 24px;
	}
}

.hero__title {
	font-size: 64px;
	line-height: 1.2;
	margin-bottom: 12px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero__content span.hero__stat-label {
	font-size: 16px;
	line-height: 130%;
}

.hero__subtitle-item {
	background: rgba(255, 255, 255, 0.1);
	padding: 12px 16px;
	border-radius: 12px;
	backdrop-filter: blur(10px);
	width: fit-content;
}

.hero__stat {
	display: flex;
	gap: 20px;
	margin-top: 90px;
}

.hero__stat-item {
	background: rgba(255, 255, 255, 0.1);
	padding: 16px 20px;
	border-radius: 8px;
	text-align: center;
	backdrop-filter: blur(10px);
	display: flex;
	flex-direction: row;
	text-align: left;
}

.hero__stat-value {
	font-family: "Unbounded", sans-serif;
	font-size: 40px;
	line-height: 120%;
	font-weight: 400;
	display: block;
	margin-right: 16px;
}
.banner .hero__stat-value {
	font-family: "Unbounded", sans-serif;
	font-size: 32px;
	line-height: 120%;
	font-weight: 400;
}

.hero__form {
	background: #ffffff;
	color: #000;
	padding: 30px;
	border-radius: 16px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
	max-width: 540px;
	width: 100%;
}

.hero__form-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;

	color: rgba(72, 63, 132, 1);
	font-family: "Unbounded", sans-serif;
	font-weight: 400;

	font-size: 24px;

	line-height: 120%;
	letter-spacing: 0%;
}

.hero__form-input {
	width: 100%;
	padding: 12px 16px;
	margin-bottom: 16px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 16px;
	transition: border-color 0.2s;
}

.hero__form-input:focus {
	outline: none;
	border-color: #4a2c8a;
	box-shadow: 0 0 0 2px rgba(74, 44, 138, 0.2);
}

.hero__form-button {
	width: 100%;
	padding: 14px;
	background: rgba(108, 93, 206, 1);

	color: white;
	border: none;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 16px;
	transition: background 0.2s;
}

.hero__form-button:hover {
	background: #3a226e;
}

.hero__form-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 10px;
}

.hero__form-checkbox input {
	margin-top: 4px;
}

/* Форма «Быстрый вызов» — отдельный блок (инлайн-стили перенесены в классы) */
.hero-quick-call {
	background: #ffffff;
	color: #000;
	padding: 40px;
	border-radius: 16px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
	max-width: 540px;
	width: 100%;
}

.hero-quick-call__title {
	margin-bottom: 32px;
	text-align: center;
	color: rgba(72, 63, 132, 1);
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0%;
}

.hero-quick-call__input-wrapper {
	position: relative;
	width: 100%;
	margin-bottom: 12px;
}

.hero-quick-call__input {
	width: 100%;
	background: rgba(249, 248, 255, 1);
	color: #484365;
	font-size: 16px;
	margin-bottom: 12px;
}

.hero-quick-call__field--situation {
	margin-bottom: 12px;
	resize: none;
}

.hero-quick-call__input--name {
	padding-right: 48px;
}

.hero-quick-call__input::placeholder {
	color: rgba(72, 67, 101, 0.5);
}

.hero-quick-call__input:focus {
	background: rgba(249, 248, 255, 1);
	box-shadow: 0 0 0 2px rgba(74, 44, 138, 0.2);
}

.hero-quick-call__checkmark {
	position: absolute;
	right: 16px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 20px;
	height: 20px;
	pointer-events: none;
}

.hero-quick-call__field {
	width: 100%;
	padding: 12px 16px;
	margin-bottom: 16px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 16px;
	transition: border-color 0.2s;
}

.hero-quick-call__field:focus {
	outline: none;
	border-color: #4a2c8a;
	box-shadow: 0 0 0 2px rgba(74, 44, 138, 0.2);
}

.hero-quick-call__button {
	width: 100%;
	padding: 14px;
	background: rgba(108, 93, 206, 1);
	color: white;
	border: none;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 16px;
	transition: background 0.2s;
}

.hero-quick-call__button:hover {
	background: #3a226e;
}

.hero-quick-call__checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 10px;
	text-align: start;
	color: rgba(72, 67, 101, 0.8);

	font-family: "Montserrat";
	font-weight: 500;
}

.hero-quick-call__checkbox input {
	margin-top: 4px;
}

/* === МОБИЛЬНОЕ МЕНЮ === */
.menu__toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: relative;
	z-index: 1001;

	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(24px);
}
.menu__toggle span {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	border-radius: 5px;
	transition: all 0.3s ease;
}
.menu__toggle.active {
	background: #fff;
}
.menu__toggle.active span {
	background: #6c5dce;
}
.menu__toggle.active span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}
.menu__toggle.active span:nth-child(2) {
	opacity: 0;
}
.menu__toggle.active span:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -5px);
}

.header__leadmagnit {
	display: flex;
	flex-direction: row;
	opacity: 1;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(24px);
	padding: 10px 32px;
}

.header__right {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.header_mobile-buttons {
	display: none;
}

.header__phone-desktop {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	position: relative;
	font-family: "Unbounded", sans-serif;
	line-height: 120%;
}

@media (max-width: 1135px) {
	.header__phone-desktop {
		margin-left: 10%;
	}
}

@media (max-width: 1023px) {
	main {
		margin-top: 76px;
	}

	.header__location,
	.header__phone,
	.header__phone-desktop,
	.header__leadmagnit,
	.header__cta-button,
	.header hr {
		display: none !important;
	}

	.menu__toggle {
		display: flex;
	}

	.header__location-mobile,
	.header__phone-mobile,
	.header__cta-button-mobile {
		display: block;
	}

	.header__location-mobile {
		display: flex;
		align-items: center;
		gap: 8px;
		margin-left: 10px;
		margin-right: 10px;
		font-size: 14px;
		font-weight: 500;

		text-decoration: none;

		color: rgba(255, 255, 255, 1);
	}

	.header__cta-button-mobile {
		background: #ffffff;
		color: #4a2c8a;
		border: 2px solid #ffffff;
		padding: 10px 24px;
		border-radius: 8px;
		font-weight: 600;
		cursor: pointer;
		transition: all 0.2s;
		font-size: 16px;
	}

	.header_mobile-buttons {
		display: flex;
		gap: 10px;
		flex-direction: row;
		align-items: center;
	}

	.header__nav--mobile {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: calc(100vh - 76px);
		backdrop-filter: blur(52px);
		-webkit-backdrop-filter: blur(52px);
		background: rgba(48, 44, 68, 0.8);
		background: #534a8f;
		color: rgba(255, 255, 255, 1);
		padding: 20px 16px;
		display: flex;
		flex-direction: column;
		gap: 32px;
		z-index: 999;
		overflow-y: auto;
		transform: translateX(100%);
		transition: transform 0.3s ease;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	}

	.header__nav--mobile.active {
		transform: translateX(0);
	}

	.header__nav {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.header__nav-item {
		flex-wrap: wrap;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		width: 100%;
		gap: 0;
	}

	.header__nav-icon {
		width: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header__nav-icon path {
		stroke: #fff !important;
	}

	.header__nav-link {
		font-family: "Unbounded", sans-serif;
		font-weight: 400;
		font-size: 18px;
		line-height: 120%;
		color: #fff;
		padding: 16px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-radius: 0;
		width: calc(100% - 50px);
	}

	.header__nav-link--active .header__nav-link::after {
		content: none;
	}

	.header__dropdown {
		position: static;
		width: 100%;
		background: transparent;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
	}

	.header__dropdown-panel {
		display: none;
		padding: 0 0 16px 0;
		background: transparent;
		border-radius: 0;
		box-shadow: none;
	}

	.header__dropdown-left,
	.header__dropdown-right {
		display: contents;
	}

	.header__dropdown-services {
		padding-right: 0;
		max-height: none;
	}

	.header__dropdown-inner {
		display: flex;
		flex-direction: column;
		gap: 16px;
		min-height: auto;
		padding-right: 10px;
	}

	.header__dropdown-cat a {
		color: #fff;
		font-size: 18px;
	}

	.header__dropdown-cat-arrow {
		transform: rotate(90deg);
	}

	.header__dropdown-cat--active .header__dropdown-cat-arrow {
		transform: rotate(270deg);
	}

	.header__dropdown-simple {
		flex-direction: column;
		gap: 12px;
	}

	.header__dropdown-simple a {
		padding: 0;
		background: transparent;
		border-radius: 0;
		color: #ffffffc7;
	}

	.header__dropdown-services.is-active {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.header__dropdown-card-price {
		display: none;
	}

	.header__dropdown-card {
		padding: 0;
		border-radius: 0;
		background: transparent;
		color: #ffffffd0;
	}

	.menu__close {
		position: absolute;
		top: 20px;
		right: 20px;
		background: none;
		border: none;
		cursor: pointer;
		width: 32px;
		height: 32px;
	}

	.menu__close img {
		width: 100%;
		height: auto;
	}

	.header-mobile {
		display: block;
	}

	.header__phone-mobile {
		display: flex;
		flex-direction: column;
		gap: 4px;
		font-weight: 500;
		font-size: 16px;
		line-height: 140%;
		color: rgba(255, 255, 255, 0.8);
	}
	.header__phone-mobile a {
		color: #fff;
	}
}

/* От 1400px до мобилки — hero__text сжимается и переносится как на мобилке */
@media (max-width: 1400px) and (min-width: 950px) {
	.hero__text {
		min-width: 0; /* позволяет flex-элементу сжиматься */
		max-width: 100%;
		overflow-wrap: break-word;
		word-wrap: break-word;
	}

	.hero__title {
		font-size: clamp(36px, 4.5vw, 52px);
	}

	.hero__subtitle {
		font-size: clamp(15px, 1.5vw, 18px);
	}

	.hero__stat {
		flex-wrap: wrap;
		gap: 12px;
	}

	.hero__stat-item {
		flex: 1 1 auto;
		min-width: 0;
	}

	.hero__stat-value {
		font-size: clamp(24px, 2.5vw, 32px);
	}
}

@media (max-width: 1200px) {
	.hero__content {
		flex-direction: column;
		gap: 40px;
	}
	.hero__text-inner {
		max-width: 100%;
	}
	.hero-quick-call {
		max-width: 700px;
	}
}
@media (max-width: 950px) {
	header hr {
		display: none;
	}

	.hero__title {
		font-size: 36px;
	}

	.hero__stat {
		flex-direction: column;
		gap: 16px;
	}

	.hero__stat-item {
		align-items: center;
		/* justify-content: center; */
	}

	.banner .hero__stat-value {
		font-size: 20px;
		width: 100%;
	}

	.hero__stat-value {
		width: 25%;
		font-size: 22px;
		line-height: 120%;
	}

	.hero__form {
		max-width: 100%;
	}

	.hero__form-title {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.hero {
		padding: 142px 0 32px;
	}
	.hero-quick-call {
		padding: 24px 20px;
	}
	.hero-quick-call__title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.hero__stat {
		margin-top: 32px;
	}
}
@media (max-width: 480px) {
	.hero__content {
		width: 100%;
		max-width: none;
	}

	.hero__title {
		font-size: 26px;
	}
	.hero__content p {
		font-size: 16px;
	}

	.hero__content span.hero__stat-label {
		font-size: 14px;
	}
}

.about {
	position: relative;
	width: 100%;
	background-color: rgb(255, 255, 255);
	padding: 80px 20px;
}

.about__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.about__content {
	position: relative;
	z-index: 1;
	border-radius: 32px;
	padding: clamp(40px, 8vw, 80px) clamp(20px, 6vw, 100px);
	backdrop-filter: blur(24px);
	background: rgba(255, 255, 255, 0.7);
	display: flex;
	justify-content: space-between;
	gap: 40px;

	max-width: 1680px;
	width: 100%;
	margin: 0 auto;
}

.about__header {
	margin-bottom: 24px;
}

.about__text-block {
	max-width: 75%;
}

.about__title {
	color: rgba(72, 63, 132, 1);
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 18px;
	display: block;
}

.about__subtitle {
	color: rgba(72, 63, 132, 1);
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: clamp(28px, 6vw, 52px);
	margin: 0 0 24px 0;
}

.about__text-block div {
	margin-bottom: 32px;
	color: rgba(72, 67, 101, 1);
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
}

.about__text-block div p:not(:last-child) {
	margin: 0 0 16px 0;
}

.about__text-block blockquote {
	background-color: white;
	border-radius: 16px;
	padding: 24px 32px;
	position: relative;
	overflow: hidden;
	color: rgba(72, 67, 101, 1);
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 18px;
	margin: 0;
}

.about__text-block blockquote::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 100%;
	background-color: rgba(107, 92, 206, 1);
}

/* Декоративные изображения — скрыты, но оставлены для совместимости */
.about__decoration {
	display: none;
}

/* === Адаптивность === */
.adaptive {
	display: flex;
	flex-direction: row;
}

@media (max-width: 1024px) {
	.about {
		padding: 60px 40px;
	}

	.about__content {
		padding: 40px 30px;
	}
}

@media (max-width: 768px) {
	.about__bg {
		display: none;
	}
	.adaptive {
		display: flex;
		flex-direction: column;
	}

	.mob-center {
		align-items: center;
	}

	.about {
		padding: 190px 20px 40px;
	}

	.about__text-block {
		max-width: 100%;
	}

	.about__header {
		display: none;
	}

	.about__content {
		padding: 0;
		backdrop-filter: none;
	}

	.about__subtitle {
		font-size: 36px;
	}

	.about__text-block div {
		font-size: 16px;
	}

	.about__text-block blockquote {
		padding: 16px 20px 16px 27px;
		background: #f9f8ff;
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.about {
		padding: 140px 20px 40px;
	}

	.about__subtitle {
		font-size: 28px;
	}
}

.arrow-next {
	/* position: relative !important;
	top: 30px !important; */
	background: transparent;
	width: 36px;
	height: 20px;
	top: 22px;

	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	transition: background 0.3s;
	border: none;
	color: rgba(108, 93, 206, 1) !important;
	font-size: 34px;
	font-weight: 300;
}

@media (max-width: 767px) {
	.arrow-next {
		position: static !important;
		width: 36px !important;
		height: 20px !important;
		margin-top: 2px;
	}
}

.services__header {
	text-align: left;
	margin-bottom: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 40px;
}

.services__tag {
	display: inline-block;
	font-size: 18px;
	color: var(--primary-color);
	margin-bottom: 10px;
	font-weight: 500;
}

.services__title-block {
	width: 100%;
	max-width: 74%;
}

.services__title {
	font-size: 36px;
	color: var(--primary-color);
	margin-bottom: 15px;
	transition: all 0.5s ease;
}

.services__description p:not(:last-child) {
	margin-bottom: 20px;
}

.services__list {
	padding-top: 5px;
}

.services__bottom {
	display: flex;
	gap: 20px;
	transition: all 0.3s ease;
}

.services__bottom-img {
	border-radius: 24px;
	max-width: 333px;
	max-height: 450px;
	object-fit: cover;
}

.service-card {
	background: #f9f8ff;
	border-radius: 16px;
	padding: 32px;
	transition: all 0.5s ease;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	height: auto;
}

.service-card:hover,
.service-card:active {
	background: linear-gradient(to bottom, #6e57e0, #5a45cc);
	color: #fff;
}

.service-card:hover .service-card__title,
.service-card:hover .service-card__price,
.service-card:hover .service-card__item {
	color: #fff;
}

.service-card:hover .service-card__item::before {
	color: #fff;
}

.service-card:hover .service-card__divider {
	background: rgba(255, 255, 255, 0.3);
}

.service-card--highlighted {
	background: #f9f8ff;
	color: inherit;
}

.service-card--highlighted .service-card__title,
.service-card--highlighted .service-card__price,
.service-card--highlighted .service-card__item {
	color: inherit;
}

.service-card--highlighted .service-card__title {
	color: var(--primary-color);
}

.service-card--highlighted .service-card__price,
.service-card--highlighted .service-card__item {
	color: var(--light-text);
}

.service-card--highlighted .service-card__button {
	background: #6e57e0;
	color: #ffffff;
	border: none;
	transition: all 0.5s ease;
}

.service-card__icon {
	width: 48px;
	height: 48px;
	margin-bottom: 20px;
	position: relative;
}

.service-card__icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.service-card__icon img:last-child {
	display: none;
}

.service-card:hover .service-card__icon img:first-child,
.service-card:active .service-card__icon img:first-child {
	display: none;
}

.service-card:hover .service-card__icon img:last-child,
.service-card:active .service-card__icon img:last-child {
	display: block;
}

.service-card:hover .service-card__item::before,
.service-card:active .service-card__item::before {
	background: #fff;
}

.service-card__title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	color: #483f84;
	margin-bottom: 12px;
}

.service-card__price {
	margin-bottom: 20px;
	font-weight: 500;
}

.service-card__divider {
	height: 1px;
	background: rgba(72, 67, 101, 0.2);
	margin: 15px 0;
}

.service-card__features {
	list-style: none;
	margin-bottom: 24px;
	flex-grow: 1;
	border-top: 1px solid rgba(72, 67, 101, 0.2);
	padding-top: 20px;
	flex-grow: 1;
}

.service-card__item {
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}

.service-card__item::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #6c5dce;
	transition: all 0.3s ease;
}

.service-card__button {
	width: 100%;
	padding: 17px 20px;
	background: #6e57e0;
	color: #ffffff;
	border: none;
	border-radius: 12px;
	font-weight: 600;
	cursor: pointer;
	transition:
		background 0.3s ease,
		color 0.3s ease;
	text-align: center;
}

.service-card__button:hover {
	background: #5a45cc;
}

.service-card:hover .service-card__button {
	background: #fff;
	color: #6e57e0;
}

.service-card:hover .service-card__button:hover {
	background: rgba(255, 255, 255, 0.9);
	color: #5a45cc;
}

.services__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin: 0;
	position: static !important;
}

/* Адаптивность */
@media (max-width: 1200px) {
	.services {
		overflow: hidden;
	}
	.services__list {
		overflow: visible;
	}
}
@media (max-width: 768px) {
	.services__header {
		margin-bottom: 24px;
	}

	.services__title-block {
		max-width: 100%;
	}

	.services__tag {
		display: none;
	}

	.services__title {
		font-size: 28px;
	}

	.services__description {
		font-size: 14px;
	}

	.services__list {
		gap: 15px;
	}

	.service-card {
		border-radius: 20px;
		padding: 20px;
	}

	.service-card__icon {
		width: 40px;
		height: 40px;
	}

	.service-card__title {
		font-size: 18px;
	}

	.service-card__price {
		font-size: 14px;
	}

	.service-card__item {
		font-size: 14px;
	}

	.service-card__button {
		font-size: 16px;
		padding: 18px;
	}

	.services__bottom {
		flex-direction: column;
		gap: 24px;
	}

	.services__bottom-img {
		border-radius: 20px;
		max-width: 100%;
		min-height: 246px;
		max-height: 350px;
	}
}

@media (max-width: 480px) {
	.services__bottom-img {
		max-height: 280px;
	}
}

.call-process {
	overflow: hidden;
}

.call-process__header {
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	margin-bottom: 60px;
}

.call-process__title {
	margin-bottom: 28px;
}

.call-process__subtitle {
	text-align: left;
}

.call-process__steps {
	padding-top: 5px;
}

.call-step {
	border-radius: 32px;
	padding: 32px;
	position: relative;
	overflow: hidden;
	background: #fff;
	background-image: url("./../../assets/images/noisecircle.svg");
	background-repeat: no-repeat;
	height: auto !important;
	transition: all 0.5s ease;
}

.call-step:hover {
	transform: translateY(-5px);
}

.call-step__number,
.features-step__number {
	position: absolute;
	top: -58px;
	left: -58px;

	color: white;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 400;
	z-index: 1;
	text-align: center;
	background-position: 20px 20px;

	background-size: 200px 200px;
}

.call-step__content {
	margin-top: 125px;
	position: relative;
	z-index: 2;
}

.call-step__title {
	font-size: 20px;
	font-weight: 400;
	font-family: "Unbounded", sans-serif;
	line-height: 120%;
	color: #483f84;
	margin-bottom: 12px;
}

/* Адаптивность */
@media (max-width: 1130px) {
	.call-process__steps {
		overflow: visible;
	}
}
@media (max-width: 1024px) {
	.call-step {
		min-width: auto;
		max-width: 500px;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.call-process__header {
		margin-bottom: 24px;
	}

	.call-process__title {
		margin-bottom: 16px;
	}

	.call-process__subtitle {
		text-align: center;
	}

	.call-step {
		padding: 20px;
	}

	.call-step__number {
		width: 50px;
		height: 50px;
		font-size: 1.2rem;
		top: 20px;
		left: 20px;
	}

	.call-step__title {
		font-size: 18px;
	}
}

.features-process {
	overflow: hidden;
}

.features-process__nav {
	position: relative;
	background: rgba(108, 93, 206, 0.1) !important;
	width: 47px;
	height: 47px;
	border-radius: 12px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	transition: background 0.3s;
	border: none;
	color: rgba(108, 93, 206, 1) !important;
	font-size: 34px;
	font-weight: 300;
}

.features-process__header {
	margin-bottom: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 40px;
}

.features-process__tag {
	display: block;
	font-size: 18px;
	color: var(--primary-color);
	margin-bottom: 10px;
	font-weight: 500;
	flex-shrink: 0;
}

.features-process__title-block {
	width: 100%;
	max-width: 74%;
}

.features-process__title {
	margin-bottom: 32px;
}

.features-process__steps {
	padding-top: 5px;
}

.features-step {
	border-radius: 32px;
	padding: 32px;
	position: relative;
	overflow: hidden;
	background: #f9f8ff url("./../../assets/images/noisecircle.svg");
	background-repeat: no-repeat;
	height: auto !important;
	transition: all 0.5s ease;
}

.features-step:hover {
	transform: translateY(-5px);
}

.features-step__number {
	position: absolute;
	top: 32px;
	left: 32px;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 400;
	z-index: 1;
	text-align: center;
}

.features-step__content {
	margin-top: 125px;
	position: relative;
	z-index: 2;
}

.features-step__title {
	font-size: 20px;
	font-weight: 400;
	font-family: "Unbounded", sans-serif;
	line-height: 120%;
	color: var(--primary-color);
	margin-bottom: 12px;
}

/* Адаптивность */
@media (max-width: 1200px) {
	.features-process__steps {
		overflow: visible;
	}
}

@media (max-width: 768px) {
	.features-process__header {
		margin-bottom: 24px;
	}

	.features-process__title-block {
		max-width: 100%;
	}

	.features-process__title {
		margin-bottom: 20px;
	}

	.features-process__tag {
		display: none;
	}

	.features-step {
		border-radius: 20px;
		padding: 18px 20px;
	}

	.features-step__content {
		margin-top: 100px;
	}

	.features-step__number {
		width: 48px;
		height: 48px;
		top: 20px;
		left: 20px;
	}

	.features-step__title {
		font-size: 18px;
		margin-bottom: 12px;
	}
}

.doctors {
	overflow: hidden;
}

.doctors__header {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 60px;
}

.doctors__link {
	color: #7a6bea;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
}

.doctors__link:hover {
	text-decoration: underline;
}

.doctors__title-block {
	width: 100%;
	max-width: 74%;
}

.doctors__title {
	margin-bottom: 28px;
}

.doctors__description {
	max-width: 800px;
}

.doctors__wrap {
	margin-bottom: 120px;
}

.doctors__slider {
	position: relative;
	/* overflow: visible !important; */
}

.doctors__card {
	background: white;
	border-radius: 32px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: auto !important;
	color: #484365;
	transition: all 0.3s ease;
}
.doctors__card-page {
	background: #f9f8ff;
}

.doctors__card:hover,
.doctors__card:active {
	background: linear-gradient(135deg, #7a6bea, #5e4bb8);
	color: white;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.doctors__card:hover .doctors__name,
.doctors__card:active .doctors__name,
.doctors__card:hover .doctors__specialty,
.doctors__card:active .doctors__specialty {
	color: white;
}

.doctors__card:hover .doctors__experience,
.doctors__card:active .doctors__experience {
	background: #6c5dce;
	color: rgba(255, 255, 255, 0.6);
}
.doctors__card:hover .doctors__experience span,
.doctors__card:active .doctors__experience span {
	color: #fff;
}

.doctors__card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.doctors__card-image-wrapper {
	position: relative;
	width: 100%;
	height: 366px;
}

.doctors__experience {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 12px;
	padding-block: 12px;
	padding-inline: 16px;
	font-size: 16px;
	font-weight: 500;
	color: rgba(72, 67, 101, 0.6);
	line-height: 130%;
	transition: all 0.3s ease;
}
.doctors__experience span {
	color: rgba(72, 67, 101, 1);
	transition: all 0.3s ease;
}

.doctors__card-info {
	padding: 28px 32px;
	flex-grow: 1;
}

.doctors__name {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	color: #483f84;
	margin-bottom: 12px;
	transition: all 0.3s ease;
}

.doctors__specialty {
	transition: all 0.3s ease;
}

.doctors__nav {
	position: relative !important;

	/* transform: translateY(-50%); */
	background: rgba(108, 93, 206, 0.1) !important;
	width: 47px !important;
	height: 47px !important;
	/* opacity: 0.6; */
	border-radius: 12px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	transition: background 0.3s;
	border: none;
	color: rgba(108, 93, 206, 1) !important;
	font-size: 34px;
	font-weight: 300;
}

.doctors__nav:hover {
	background: var(--primary-color);
}

.doctors__nav:hover img {
	/* filter: brightness(1000%) saturate(1000%); */
}

.doctors__nav-prev {
	left: -60px !important;
	top: -280px !important;
}

.doctors__nav-next {
	right: -60px !important;
	top: -280px !important;
	transform: rotate(180deg);
}

.doctors__team-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.doctors__team-image {
	width: 100%;
	height: 100%;
	max-width: 355px;
	max-height: 182px;
	border-radius: 20px;
	object-fit: cover;
	margin-bottom: 23px;
}

.doctors__team-block {
	width: 100%;
	max-width: 74%;
}

.doctors__team-title {
	font-size: 18px;
	color: #7a6bea;
	font-weight: 500;
	margin-bottom: 15px;
}

.doctors__team-description p:not(:last-child) {
	margin-bottom: 20px;
}

@media (max-width: 1700px) {
	.doctors__nav-prev,
	.doctors__nav-next {
		position: static !important;
	}
	.doctors__slider-btns {
		justify-content: center;
		margin-top: 40px;
	}
}

@media (max-width: 1200px) {
	.doctors__slider {
		overflow: visible;
	}
}
@media (max-width: 1024px) {
	.doctors__header {
		flex-direction: column;
		gap: 32px;
	}

	.doctors__title-block {
		max-width: 100%;
	}

	.doctors__team-title {
		display: none;
	}

	.doctors__team-block {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.doctors__header {
		margin-bottom: 24px;
	}

	.doctors__wrap {
		margin-bottom: 60px;
	}

	.doctors__card {
		border-radius: 20px;
	}

	.doctors__card-image-wrapper {
		height: 326px;
	}

	.doctors__experience {
		right: 12px;
		bottom: 12px;
		font-size: 14px;
		border-radius: 8px;
		padding-block: 12px;
		padding-inline: 16px;
	}

	.doctors__card-info {
		padding: 18px 20px;
	}

	.doctors__name {
		font-size: 18px;
	}

	.doctors__nav {
		width: 36px;
		height: 36px;
	}

	.doctors__nav-prev {
		left: -15px;
	}

	.doctors__nav-next {
		right: auto !important;
		top: auto !important;
		background: transparent !important;
		transform: rotate(0);
	}

	.doctors__team-image {
		max-width: 100%;
		max-height: 340px;
		min-height: 213px;
		object-position: top;
	}

	.doctors__team-description p:not(:last-child) {
		margin-bottom: 16px;
	}

	.doctors__slider-btns {
		margin-top: 20px;
	}
}

.doctor-block {
	text-align: center;
	margin-bottom: 60px;
}

.doctor-block__title {
	margin-bottom: 32px;
}

.doctor-block__subtitle {
	max-width: 900px;
	margin: 0 auto;
}

/* infocards Grid */
.infocards {
	margin-bottom: 80px;
	overflow: hidden;
}

.infocards-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.infocard {
	background: var(--white);
	border-radius: 32px;
	padding: 32px 32px 24px;
	transition: transform 0.5s ease;
}

.infocard__icon {
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
}

.infocard__title {
	font-size: 20px;
	color: var(--primary-color);
	margin-bottom: 12px;
}

/* Блок «Оборудование и препараты» (BEM) */
.equipment-block {
	overflow: hidden;
}

.equipment-block__head {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 60px;
}
.equipment-block__category {
	color: rgba(72, 63, 132, 1);
}
.equipment-block__right {
	width: 100%;
	max-width: 74%;
}

.equipment-block__title {
	margin-bottom: 32px;
}

.equipment-block__subtitle {
	max-width: 880px;
}

.equipment-card {
	background: rgba(249, 248, 255, 1);
	border-radius: 32px;
	padding: 32px;
	height: auto !important;
	transition: transform 0.3s ease;
}

.equipment-card:hover {
	transform: translateY(-5px);
}

.equipment-card__icon {
	width: 60px;
	height: 60px;
	margin-bottom: 78px;
}

.equipment-card__title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	color: #483f84;
	margin-bottom: 12px;
}

.infocards__nav {
	position: relative !important;
	top: 30px !important;
	/* transform: translateY(-50%); */
	background: rgba(108, 93, 206, 0.1) !important;
	width: 47px !important;
	height: 47px !important;
	/* opacity: 0.6; */
	border-radius: 12px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	transition: background 0.3s;
	border: none;
	color: rgba(108, 93, 206, 1) !important;
	font-size: 34px;
	font-weight: 300;
}

.infocards__arrow-next {
	right: 0 !important;
	top: 10px !important;
}

@media (max-width: 1200px) {
	.equipment-cards {
		overflow: visible;
	}
}
@media (max-width: 1024px) {
	.equipment-block__category {
		display: none;
	}
	.equipment-block__right {
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	.equipment-block__head {
		margin-bottom: 24px;
	}

	.equipment-block__title {
		margin-bottom: 20px;
	}

	.equipment-card {
		border-radius: 20px;
		padding: 20px;
	}

	.equipment-card__icon {
		width: 48px;
		height: 48px;
		margin-bottom: 24px;
	}

	.equipment-card__title {
		font-size: 18px;
	}
}

.doctor-brings {
	background: var(--white);
	border-radius: 32px;
	display: flex;
	gap: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}

.doctor-brings__image {
	width: 44%;
	min-height: 100%;
	object-fit: cover;
	overflow: hidden;
	object-position: top right;
}

.doctor-brings__image--mobile {
	display: none;
}

.doctor-brings__content {
	flex: 1;
	padding: 52px 55px 52px 0;
}

.doctor-brings__title {
	font-size: 32px;
	color: var(--primary-color);
	margin-bottom: 42px;
}

.doctor-brings__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 55px;
}

.doctor-brings__item {
	display: flex;
	align-items: center;
	gap: 24px;
}

.doctor-brings__item-icon {
	width: 52px;
	height: 52px;
	flex-shrink: 0;
}

.doctor-brings__item-text {
	font-family: "Montserrat";
	font-weight: 600;
	line-height: 140%;
	color: #484365;
}

.quote {
	background: var(--white);
	padding: 24px 32px;
	border-radius: 16px;
	font-style: italic;
	position: relative;
	overflow: hidden;
}
.quote::before {
	content: "";
	display: block;
	width: 7px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #6c5dce;
}

/* Media Queries */
@media (max-width: 1024px) {
	.infocards-grid,
	.equipment-cards {
		grid-template-columns: repeat(2, 1fr);
	}

	.doctor-brings {
		flex-direction: column-reverse;
	}

	.doctor-brings__content {
		padding: 52px;
		position: relative;
	}
	.doctor-brings__image {
		width: 100%;
		height: 100%;
		position: relative;
	}
	.doctor-brings__content::before {
		content: "";
		display: block;
		width: 100%;
		height: 200px;
		background: linear-gradient(rgba(255, 255, 255) 30%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 100%);
		position: absolute;
		top: 100%;
		left: 0;
	}
}

@media (max-width: 768px) {
	.doctor-block {
		margin-bottom: 24px;
		text-align: left;
	}
	.doctor-block__title {
		margin-bottom: 20px;
	}

	.infocards-grid,
	.equipment-cards {
		grid-template-columns: 1fr;
	}

	.infocards-grid {
		display: block;
		overflow: visible;
	}

	.infocard {
		border-radius: 20px;
		padding: 20px;
		height: auto !important;
	}

	.doctor-brings {
		border-radius: 20px;
		flex-direction: column;
		gap: 14px;
	}
	.doctor-brings__content {
		padding: 24px 20px;
	}
	.doctor-brings__content::before {
		height: 100px;
	}
	.doctor-brings__image--mobile {
		display: block;
		width: 100%;
	}
	.doctor-brings__image {
		display: none;
	}
	.doctor-brings__items {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.doctor-brings__item {
		gap: 16px;
	}

	.doctor-brings__item-icon {
		width: 44px;
		height: 44px;
	}
	.doctor-brings__title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.quote {
		border-radius: 16px;
		padding: 16px 20px 16px 27px;
	}
}

.prices-block__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	margin-bottom: 60px;
}

.prices-block__header-block {
	width: 100%;
	max-width: 74%;
}

.prices-block__back-link {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 1.4;
	color: #6c5dce;
	display: flex;
	align-items: center;
	gap: 5px;
}

.prices-block__title {
	margin-bottom: 32px;
}

.prices-block__wrap {
	border-radius: 32px;
	padding: 48px 60px;
	background: #fff;
	margin-bottom: 100px;
}

.prices-block__services-container {
	display: flex;
	gap: 20px;
	margin-bottom: 60px;
}

.prices-block__services-column {
	flex: 1 0 40%;
}

.prices-block__services-column-title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	color: #483f84;
	margin-bottom: 24px;
}

.prices-block__services-content {
	background: #f9f8ff;
	border-radius: 24px;
	padding: 24px 32px;
}

.prices-block__services-list {
	list-style: none;
}

.prices-block__service-item {
	display: flex;
	justify-content: space-between;
	gap: 14px;
}

.prices-block__service-item:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--border-color);
}

.prices-block__service-name {
	color: var(--text-dark);
}

.prices-block__service-price {
	color: var(--prices-secondary-color);
	font-weight: 600;
}

.prices-block__cost-info {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 40px;
}

.prices-block__cost-info-text {
	flex: 1;
}

.prices-block__cost-info-title {
	font-size: 20px;
	font-weight: 600;
	color: var(--prices-primary-color);
	margin-bottom: 20px;
}

.prices-block__calculate-button {
	background-color: var(--accent-purple);
	color: var(--white);
	border: none;
	border-radius: 12px;
	padding: 18px 40px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: background-color 0.3s ease;
}

.prices-block__calculate-button:hover {
	background-color: #6b5ea2;
}

.prices-block__calculate-button-icon {
	width: 20px;
	height: 20px;
}

.prices-block__about-section {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 40px;
}

.prices-block__about-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	color: #483f84;
	display: flex;
	align-items: center;
	gap: 4px;
}

.prices-block__about-title::before,
.prices-block__about-title::after {
	content: "{";
}

.prices-block__about-title::after {
	content: "}";
}

.prices-block__about-text {
	width: 100%;
	max-width: 74%;
}

.prices-block__about-text p:not(:last-child) {
	margin-bottom: 20px;
}

/* Адаптивность */
@media (max-width: 1240px) {
	.prices-block__wrap {
		border-radius: 26px;
		padding: 32px 20px;
		margin-bottom: 80px;
	}
}
@media (max-width: 1024px) {
	.prices-block__services-container {
		flex-direction: column;
		gap: 60px;
	}

	.prices-block__cost-info {
		flex-direction: column;
		align-items: stretch;
		gap: 32px;
	}

	.prices-block__calculate-button {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.prices-block__header {
		flex-direction: column-reverse;
		gap: 20px;
		margin-bottom: 24px;
	}

	.prices-block__title {
		margin-bottom: 20px;
	}

	.prices-block__wrap {
		border-radius: 20px;
		padding: 18px 16px;
		margin-bottom: 40px;
	}

	.prices-block__services-column-title {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.prices-block__services-content {
		border-radius: 12px;
		padding: 18px 20px;
	}

	.prices-block__service-item {
		flex-direction: column;
		gap: 12px;
	}

	.prices-block__service-item:not(:last-child) {
		padding-bottom: 16px;
		margin-bottom: 16px;
	}

	.prices-block__cost-info-title {
		font-size: 18px;
		margin-bottom: 16px;
	}

	.prices-block__calculate-button {
		padding: 12px 20px;
	}

	.prices-block__about-section {
		flex-direction: column;
		gap: 32px;
	}

	.prices-block__about-title {
		font-size: 16px;
	}

	.prices-block__about-text {
		max-width: 100%;
	}

	.prices-block__about-text p:not(:last-child) {
		margin-bottom: 16px;
	}
}

.treatment-options {
	overflow: hidden;
}

.treatment-options__header {
	max-width: 74%;
	margin-left: auto;
	margin-bottom: 60px;
}
.treatment-options__title {
	margin-bottom: 32px;
}

.treatment-options__cards {
	padding-top: 5px;
}

.treatment-card {
	background: #f9f8ff;
	border-radius: 32px;
	padding: 32px;
	transition: all 0.5s ease;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: auto !important;
}

.treatment-card:hover {
	transform: translateY(-5px);
}

.treatment-card__price {
	margin-bottom: 12px;
}

.treatment-card__title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	color: #483f84;
	margin-bottom: 32px;
}

.treatment-card__description {
	font-size: 16px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(72, 67, 101, 0.2);
}

.treatment-card__list {
	flex-grow: 1;
	margin-bottom: 116px;
}
.treatment-card__list ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.treatment-card__list ul li {
	position: relative;
	padding-left: 16px;
}

.treatment-card__list ul li:hover {
	color: white;
}

.treatment-card__list ul li::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #6c5dce;
	position: absolute;
	top: 8px;
	left: 0;
}

/* Button */
.treatment-card__button {
	width: 100%;
	padding: 17px;
	background: #6e57e0;
	color: white;
	border: none;
	border-radius: 12px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.5s ease;
	text-align: center;
}

.treatment-card__button:hover {
	background: #5a45cc;
}

.treatment-card__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	z-index: -1;
	transition: all 0.3s ease;
}

/* Hover Background Image */
.treatment-card:hover .treatment-card__title,
.treatment-card:hover .treatment-card__description,
.treatment-card:hover .treatment-card__list ul li,
.treatment-card:hover .treatment-card__price {
	color: white;
}
.treatment-card:hover .treatment-card__button,
.treatment-card:hover .treatment-card__list ul li::before {
	background: white;
}
.treatment-card:hover .treatment-card__button {
	color: #6c5dce;
}
.treatment-card:hover .treatment-card__description {
	border-color: rgba(255, 255, 255, 0.2);
}

.treatment-card:hover {
	background: linear-gradient(to bottom, #6e57e0, #5a45cc);
	color: white;
}
.treatment-card:hover .treatment-card__bg {
	opacity: 1;
}

/* Mobile & Tablet Adaptivity */
@media (max-width: 1300px) {
	.treatment-options__cards {
		overflow: visible;
	}
}

@media (max-width: 768px) {
	.treatment-options__header {
		max-width: 100%;
		margin-bottom: 24px;
	}
	.treatment-options__title {
		margin-bottom: 20px;
	}

	.treatment-card {
		padding: 18px 20px;
		border-radius: 20px;
	}

	.treatment-card__title {
		font-size: 18px;
		margin-bottom: 24px;
	}

	.treatment-card__list {
		margin-bottom: 74px;
	}

	.treatment-card__button {
		padding: 19px;
	}
}

/* For very small screens */
@media (max-width: 480px) {
	.treatment-options__title {
		font-size: 24px;
	}

	.treatment-card__price {
		font-size: 12px;
	}

	.treatment-card__title {
		font-size: 16px;
	}

	.treatment-card__description {
		font-size: 12px;
	}

	.treatment-card__list ul li {
		font-size: 12px;
	}
}

.licenses-block {
	overflow: hidden;
}
.licenses__nav {
	position: relative !important;

	background: rgba(108, 93, 206, 0.1) !important;
	width: 47px !important;
	height: 47px !important;

	border-radius: 12px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	transition: background 0.3s;
	border: none;
	color: rgba(108, 93, 206, 1) !important;
	font-size: 34px;
	font-weight: 300;
}

.licenses__nav-prev {
	left: -60px !important;
	top: -260px !important;
}

.licenses__nav-next {
	right: -60px !important;
	top: -260px !important;
	transform: rotate(180deg);
}

.licenses__nav-prev::after {
	display: none;
}

.licenses__nav-next::after {
	display: none;
}

.licenses-block__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	margin-bottom: 60px;
}

.licenses-block__title-block {
	width: 100%;
	max-width: 75%;
}

.licenses-block__title {
	margin-bottom: 28px;
}

.licenses-block__subtitle {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.licenses-block__subtitle ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.licenses-block__subtitle ul li {
	position: relative;
	padding-left: 24px;
}
.licenses-block__subtitle ul li::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: url("./../images/mark.svg") no-repeat center / contain;
	position: absolute;
	top: 8px;
	left: 0;
}

.licenses-block__link {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--licenses-secondary-color);
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
}

.licenses-block__link:hover {
	text-decoration: underline;
}

.license-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: auto !important;
}

.license-card__image {
	display: block;
	background-color: #f8f9fa;
	border-radius: 32px;
	overflow: hidden;
	height: 330px;
}
.license-card__picture {
	display: block;
	width: 100%;
	height: 100%;
}
.license-card__picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.9s ease;
}

.license-card__picture:hover img {
	transform: scale(1.06);
}

.license-card__content {
	border-radius: 32px;
	padding: 24px 76px 24px 32px;
	background-color: white;
	position: relative;
	min-height: 100px;
	flex-grow: 1;
}

.license-card__icon {
	border-radius: 12px;
	width: 40px;
	height: 40px;
	background: rgba(108, 93, 206, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	position: absolute;
	right: 24px;
	bottom: 24px;
}

.license-card:hover .license-card__icon {
	background: #6c5dce;
}

.license-card:hover .license-card__icon svg > * {
	stroke: #fff;
}

.license-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

/* Мобильная верстка */
@media (max-width: 1300px) {
	.licenses-slider__container {
		overflow: visible;
	}
	.license-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 1024px) {
	.licenses-block__header {
		flex-direction: column-reverse;
		align-items: flex-start;
		gap: 20px;
	}

	.licenses-block__title-block {
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	.licenses-block__header {
		margin-bottom: 24px;
	}

	.licenses-block__title {
		margin-bottom: 20px;
	}

	.license-card__image {
		border-radius: 20px;
		height: 300px;
	}

	.license-card__content {
		border-radius: 20px;
		padding: 16px 64px 16px 20px;
		min-height: 80px;
	}

	.license-card__icon {
		right: 16px;
		bottom: 16px;
	}

	.licenses__nav {
		margin-top: 2px;
		height: 20px !important;
	}
}
@media (max-width: 600px) {
	.license-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 16px;
	}
}

.reviews {
	overflow: hidden;
}

.reviews__header {
	text-align: center;
	margin-bottom: 60px;
}

.reviews__title {
	margin-bottom: 32px;
}

.reviews__item {
	background-color: #fff;
	border-radius: 32px;
	padding-block: 24px;
	padding-inline: 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 54px;
	height: auto !important;
}

.vrachi-reviews .reviews__item {
	background: #f9f8ff;
}

.reviews__item-name {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	color: #483f84;
	margin-bottom: 20px;
}

.reviews__item-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	border-top: 1px solid rgba(72, 67, 101, 0.2);
}

.reviews__rating {
	display: flex;
	gap: 4px;
}

.reviews__rating img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.reviews__date {
	font-size: 16px;
}

.reviews__nav {
	position: relative !important;
	top: 30px !important;
	background: rgba(108, 93, 206, 0.1) !important;
	width: 47px;
	height: 47px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	transition: background 0.3s;
	border: none;
	color: rgba(108, 93, 206, 1) !important;
	font-size: 34px;
	font-weight: 300;
}

.reviews__nav-button {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid var(--border-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s;
}

.reviews__nav-button:hover {
	background: var(--primary-color);
	color: white;
}

.reviews__nav-button svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.reviews__nav-prev {
	left: -60px !important;
	top: -220px !important;
}

.reviews__nav-next {
	right: -60px !important;
	top: -220px !important;
	transform: rotate(180deg);
}

/* Адаптивность для планшетов */
@media (max-width: 1200px) {
	.reviews__slider {
		overflow: visible;
	}
	.vrachi-reviews .reviews__slider {
		overflow: hidden;
	}
}
@media (max-width: 1100px) {
	.vrachi-reviews .reviews__slider {
		overflow: visible;
	}
}
/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
	.reviews__header {
		text-align: left;
		margin-bottom: 24px;
	}

	.reviews__title {
		margin-bottom: 20px;
	}

	.reviews__item {
		border-radius: 20px;
		padding: 18px 20px 28px;
		gap: 18px;
	}

	.reviews__item-name {
		font-size: 18px;
		margin-bottom: 16px;
	}

	.reviews__rating {
		gap: 2px;
	}

	.reviews__rating img {
		width: 17px;
		height: 17px;
	}

	.reviews__date {
		font-size: 14px;
	}
}

.feedback {
	max-width: 1480px;
	margin: 40px auto;
	padding: 20px;
}

.feedback__header {
	text-align: center;
	margin-bottom: 30px;
}

.feedback__title {
	font-size: 2.5rem;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 10px;
}

.feedback__subtitle {
	font-size: 0.9rem;
	color: #666;
	max-width: 600px;
	margin: 0 auto;
}

.feedback__slider {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}

.feedback__slider-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	transition: transform 0.3s ease;
	padding: 0 20px;
}

.feedback__item {
	background: rgba(249, 248, 255, 1);
	border-radius: 32px;
	padding: 24px 32px;
	flex: 1 1 calc(50% - 10px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.feedback__item-header {
	margin-bottom: 20px;
	color: var(--primary-color);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}

.feedback__item-name {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	color: #483f84;
}

.feedback__item-main {
	flex-grow: 1;
	margin-bottom: 20px;
}

.feedback__item-text {
	max-height: 130px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.feedback__item-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding-top: 20px;
	border-top: 1px solid rgba(72, 67, 101, 0.2);
}
.feedback__item-category {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	color: #6c5dce;
}

.feedback__rating {
	display: flex;
	gap: 2px;
	flex-shrink: 0;
	margin-left: auto;
	justify-content: space-between;
}

.feedback__rating img {
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

.feedback__rating-span {
	display: none;
}

.feedback__date {
	font-size: 16px;
}

.feedback__item-btn {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 1.4;
	text-align: right;
	color: #6c5dce;
	margin-top: 16px;
}

.feedback__nav {
	position: relative !important;
	top: 30px !important;
	background: rgba(108, 93, 206, 0.1) !important;
	width: 47px !important;
	height: 47px !important;
	border-radius: 12px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	transition: background 0.3s;
	border: none;
	color: rgba(108, 93, 206, 1) !important;
	font-size: 34px;
	font-weight: 300;
}

.feedback__nav-button {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid var(--border-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s;
}

.feedback__nav-button:hover {
	background: var(--primary-color);
	color: white;
}

.feedback__nav-button svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.feedback__nav-prev {
	left: -10px;
}

.feedback__nav-next {
	right: -10px;
}

.feedback-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 60px;
}

.feedback-form {
	padding: 52px 60px;
	border-radius: 32px;
	background: url("./../images/noise.jpg") no-repeat center / cover #6c5dce;
}

.feedback-form__title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	margin-bottom: 32px;
}

.feedback-form__inner {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media (max-width: 1200px) {
	.feedback-cards {
		grid-template-columns: repeat(1, 1fr);
	}
	.feedback-form {
		padding: 52px 32px;
	}
}

@media (max-width: 1024px) {
	.feedback-cards {
		grid-template-columns: repeat(2, 1fr);
	}

	.feedback {
		padding: 15px;
		margin: 30px auto;
	}

	.feedback__title {
		font-size: 2.2rem;
	}

	.feedback__slider-wrapper {
		gap: 15px;
		padding: 0 15px;
	}

	.feedback__nav-prev {
		left: -5px;
	}

	.feedback__nav-next {
		right: -5px;
	}
}

@media (max-width: 768px) {
	.feedback {
		padding: 10px;
		margin: 20px auto;
	}

	.feedback__title {
		font-size: 1.8rem;
	}

	.feedback__subtitle {
		font-size: 0.85rem;
	}

	.feedback__slider-wrapper {
		gap: 10px;
		padding: 0 10px;
	}

	.feedback__item {
		padding: 18px 20px;
	}

	.feedback__item-name {
		font-size: 18px;
	}

	.feedback__item-text {
		max-height: 152px;
	}

	.feedback__rating {
		gap: 6px;
	}

	.feedback__rating img:not(:first-of-type) {
		display: none;
	}

	.feedback__rating-span {
		display: block;
		font-size: 14px;
		line-height: 1.4;
		color: #484365;
	}

	.feedback__nav {
		display: none;
	}

	.feedback__item-footer {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		padding-top: 16px;
	}
	.feedback-form {
		padding: 60px 16px;
		border-radius: 20px;
	}
}

@media (max-width: 650px) {
	.feedback-cards {
		grid-template-columns: repeat(1, 1fr);
		gap: 16px;
	}
}

.faq__header {
	text-align: left;
	margin-bottom: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 40px;
}

.faq__title-block {
	width: 100%;
	max-width: 75%;
}

.faq__title {
	margin-bottom: 28px;
}

.faq__ask-link {
	color: var(--primary-color);
	text-decoration: none;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 5px;
	transition: var(--transition);
}

.faq__ask-link:hover {
	text-decoration: underline;
}

.faq__ask-link::after {
	content: "→";
	font-size: 0.9rem;
}

.faq__list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.faq-item {
	background: rgba(249, 248, 255, 0.8);

	border: none;
	border-radius: 12px;
	overflow: hidden;
	transition: var(--transition);
}

.faq-item__question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 32px;
	cursor: pointer;
	background: rgba(249, 248, 255, 0.8);
	color: rgba(72, 67, 101, 1);

	font-weight: 600;
	font-size: 1.1rem;
	transition: var(--transition);

	font-family: "Unbounded", sans-serif;
	font-weight: 400;

	font-size: 20px;

	line-height: 120%;
}

.faq-main-item--active .faq-main-item__question {
	color: rgba(72, 67, 101, 1);
}

.faq-main-item--active .faq-main-item__icon {
	transform: rotate(180deg);
	background-color: rgba(108, 93, 206, 0.1);
	color: var(--primary-color);
}

.faq-main-item--active .faq-item__question {
	color: rgba(72, 67, 101, 1);
}

.faq-main-item--active .faq-item__icon {
	background: rgba(108, 93, 206, 0.1);
}

.faq-main-item--active img {
	filter: none !important;
}
.faq-item--active img {
	filter: none !important;
}

.faq-item__question:hover {
	background-color: #f1f3f5;
}

.faq-item__icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;

	background: rgba(108, 93, 206, 0.8);

	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 1.5rem;
	transition: var(--transition);
}

.faq-item__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	background: rgba(249, 248, 255, 0.8);

	color: var(--primary-color);
}
.faq-item__answer hr {
	border: 1px solid rgba(72, 67, 101, 0.1);
	margin: 24px 32px;
}
.faq-item__answer-text {
	font-size: 0.95rem;
	color: #495057;
	line-height: 1.6;
	padding: 20px 25px;
}

.faq-item--active .faq-item__answer {
	max-height: 500px;
}

.faq-item--active .faq-item__icon {
	transform: rotate(180deg);
	background-color: rgba(108, 93, 206, 0.1);
	color: var(--primary-color);
}

.faq-main__header {
	text-align: left;
	margin-bottom: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: start;
	gap: 40px;
}

.faq-main__title-block {
	width: 100%;
	max-width: 74%;
}

.faq-main__title {
	margin-bottom: 28px;
}

.faq-contacts__title {
	max-width: 74%;
	margin-left: auto;
	font-size: 40px;
	margin-bottom: 48px;
}

.faq-main__ask-link {
	color: #6c5dce;
	text-decoration: none;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 5px;
	transition: var(--transition);
}

.faq-main__ask-link:hover {
	text-decoration: underline;
}

.faq-main__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	max-width: 74%;
	margin-left: auto;
}

.faq-page__list {
	max-width: 100%;
}

.faq-main-item {
	background: #fff;
	border: none;
	border-radius: 12px;
	overflow: hidden;
	transition: var(--transition);
}

.faq-page__item {
	background: #f9f8ff;
}

.faq-main-item__question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding: 24px 32px;
	cursor: pointer;
	color: rgba(72, 67, 101, 0.8);
	transition: var(--transition);
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	transition: all 0.3s ease;
}

.faq-main-item__icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: rgba(108, 93, 206, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 1.5rem;
	transition: var(--transition);
	flex-shrink: 0;
}

.faq-item__icon img,
.faq-main-item__icon img {
	filter: brightness(1000%) contrast(1000%);
}

.faq-main-item__answer {
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}

.faq-main-item__answer hr {
	border: 1px solid rgba(72, 67, 101, 0.1);
	margin: 0 32px;
}

.faq-main-item__answer-text {
	padding: 20px 32px 24px;
}

.faq-main-item--active .faq-main-item__answer {
	max-height: none;
}
.faq-main-item--active .faq-main-item__question {
	color: rgba(72, 67, 101, 1);
}

/* FAQ Main — адаптивность */
@media (max-width: 1024px) {
	.faq-main__header {
		flex-direction: column-reverse;
		gap: 32px;
	}

	.faq-main__title-block {
		max-width: 100%;
	}

	.faq-main__list {
		max-width: 100%;
	}

	.faq-page-grid {
		display: flex;
		flex-direction: column-reverse;
	}

	.faq-contacts__title {
		max-width: 100%;
		font-size: 40px;
		margin-bottom: 48px;
	}
}
@media (max-width: 768px) {
	.faq-main {
		padding-bottom: 90px;
	}

	.faq-main__header {
		gap: 20px;
		margin-bottom: 24px;
	}

	.faq-main__title {
		margin-bottom: 20px;
	}

	.faq-main__list {
		gap: 12px;
	}

	.faq-main-item__question {
		padding: 16px 20px;
		font-size: 18px;
	}

	.faq-main-item__answer-text {
		padding: 16px 20px;
	}

	.faq-main-item__answer hr {
		margin: 0 20px;
	}

	.faq-contacts__title {
		font-size: 24px;
		margin-bottom: 24px;
	}
}

/* Адаптивность */
@media (max-width: 768px) {
	.faq {
		padding: 20px 15px;
	}

	.faq__header {
		flex-direction: column;
		gap: 20px;
	}

	.faq__title {
		font-size: 2rem;
		text-align: center;
	}

	.faq__subtitle {
		text-align: center;
		font-size: 0.95rem;
	}

	.faq__ask-link {
		font-size: 0.95rem;
	}

	.faq-item__question {
		padding: 15px 20px;
		font-size: 1rem;
	}

	.faq-item__answer-text {
		padding: 15px 20px;
	}
}

@media (max-width: 480px) {
	.faq {
		padding: 15px 10px;
	}

	.faq__title {
		font-size: 1.5rem;
	}

	.faq__subtitle {
		font-size: 0.9rem;
	}

	.faq-item__question {
		padding: 12px 15px;
		font-size: 0.95rem;
	}

	.faq-item__answer-text {
		padding: 12px 15px;
	}
}

.inter {
	background: url("./../images/noise.jpg") no-repeat center / cover #6c5dce;
	color: #fff;
	overflow: hidden;
}

.inter__head {
	text-align: center;
	margin-bottom: 60px;
}

.inter__title {
	color: #fff;
	margin-bottom: 32px;
}

.inter__stat {
	margin-bottom: 40px;
}

.inter__actions {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.inter__stat-item {
	border-radius: 32px;
	padding: 38px 32px;
	backdrop-filter: blur(24px);
	background: rgba(255, 255, 255, 0.1);
	height: auto !important;
}

.inter__stat-value {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	color: #fff;
	margin-bottom: 20px;
}

.inter__stat-img {
	display: block;
	width: 80px;
	height: 80px;
	margin-bottom: 50px;
	object-fit: contain;
}

.inter__button {
	font-family: "Montserrat", sans-serif;
	line-height: 140%;
	border-radius: 12px;
	background: rgba(255, 255, 255, 1);
	color: rgba(108, 93, 206, 1);
	padding: 18px 40px;
	border: none;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s;
}

.inter__button img {
	margin-right: 12px;
}

@media screen and (max-width: 1024px) {
	.inter__stat {
		overflow: visible;
	}
}
@media (max-width: 768px) {
	.inter {
		padding: 60px 0;
	}

	.inter__head {
		margin-bottom: 24px;
	}

	.inter__title {
		margin-bottom: 20px;
	}

	.inter__stat {
		margin-bottom: 20px;
	}

	.inter__actions {
		display: flex;
		justify-content: center;
		margin-top: 24px;
	}

	.inter__stat-item {
		padding: 20px 18px;
	}

	.inter__stat-value {
		font-size: 18px;
	}

	.inter__stat-img {
		width: 60px;
		height: 60px;
	}

	.inter__button {
		width: 100%;
		padding: 18px 20px;
	}

	.inter__button img {
		display: none;
	}
}

.hero__actions {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.footer {
	padding: 80px 0 40px;
	background-color: var(--footer-primary-color);
	color: var(--footer-text-color);
}

.footer__top {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 40px;
}

.footer__logo {
	display: flex;
	align-items: center;
	gap: 17px;
}

.footer__logo img {
	width: 100%;
	max-width: 92px;
	height: auto;
}

.footer__logo-text {
	font-family: "Unbounded", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: #fff;
	max-width: 150px;
}

.footer__search {
	position: relative;
	width: 100%;
	max-width: 355px;
}

.footer__search input {
	width: 100%;
	border: none;
	padding: 20px 32px;
	background-color: rgba(255, 255, 255, 0.1);
	color: var(--footer-light-color);
	font-size: 16px;
	color: #fff;
}

.footer__search input::placeholder {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
}

.footer__search button {
	background: none;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 32px;
	transform: translate(0%, -50%);
}

.footer__search button img {
	width: 21px;
	height: 21px;
}

.footer__info {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 40px;
}

.footer__column {
	flex: 1 0 20%;
}

.footer__section {
	display: flex;
	flex-direction: column;
}

.footer__section-text {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	color: rgba(255, 255, 255, 0.6);
}

.footer__section-title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #fff;
	margin-bottom: 20px;
}

.footer__section-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer__section-list li {
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
}

.footer__section-list a {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
}

.footer__section-list a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer__contacts-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer__contacts-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	color: rgba(255, 255, 255, 0.6);
}

.footer__contacts-list a {
	color: rgba(255, 255, 255, 0.6);
}

.footer__contacts-list .footer__contacts-phone {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #fff;
}

.footer__contacts-list img {
	width: 21px;
	height: 21px;
}

.footer__copyright {
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
}

.footer__copyright-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2px 10px;
	margin-top: 5px;
}

.footer__copyright-links a {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
}

.footer__copyright-links a:hover {
	text-decoration: underline;
}

/* Адаптивность */
@media (max-width: 1200px) {
	.footer__info {
		flex-wrap: wrap;
		gap: 40px;
	}
	.footer__column {
		flex: 1 0 40%;
	}
	.footer__column:first-child {
		order: -2;
	}
	.footer__column:last-child {
		order: -1;
	}
}

@media (max-width: 768px) {
	.footer {
		padding: 60px 0 24px;
	}

	.footer__inner {
		display: flex;
		flex-direction: column;
		margin-bottom: 24px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.footer__top {
		display: contents;
	}

	.footer__logo {
		gap: 12px;
		margin-bottom: 12px;
		order: -3;
	}

	.footer__logo img {
		max-width: 64px;
	}

	.footer__logo-text {
		font-size: 14px;
		max-width: 110px;
	}

	.footer__search {
		max-width: 100%;
		margin-bottom: 32px;
	}

	.footer__info {
		display: contents;
	}

	.footer__column {
		margin-bottom: 32px;
	}

	.footer__section {
		display: flex;
		flex-direction: column;
	}

	.footer__section-text {
		font-size: 14px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.footer__section-title {
		font-size: 18px;
	}
}

.mobile__alternative-slider {
	display: none;
}

.doctors__nav-next::after {
	display: none;
}

.doctors__nav-prev::after {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.mobile__alternative-slider {
		display: flex;
		flex-direction: row;
	}

	.services__pagination {
		font-family: "Montserrat", sans-serif;
		font-weight: 500;
		font-size: 16px;
		line-height: 1.4;
		color: #483f84;
		opacity: 0.6;
	}

	.infocards__pagination {
		font-family: "Montserrat", sans-serif;
		font-weight: 500;
		font-size: 16px;
		line-height: 1.4;
		color: #483f84;
		opacity: 0.6;
	}

	.licenses__pagination {
		font-family: "Montserrat", sans-serif;
		font-weight: 500;
		font-size: 16px;
		line-height: 1.4;
		color: #483f84;
		opacity: 0.6;
	}

	.reviews__pagination {
		font-family: "Montserrat", sans-serif;
		font-weight: 500;
		font-size: 16px;
		line-height: 1.4;
		color: #483f84;
		opacity: 0.6;
	}

	.call-process__pagination {
		font-family: "Montserrat", sans-serif;
		font-weight: 500;
		font-size: 16px;
		line-height: 1.4;
		color: #483f84;
		opacity: 0.6;
	}

	.doctors__pagination {
		font-family: "Montserrat", sans-serif;
		font-weight: 500;
		font-size: 16px;
		line-height: 1.4;
		color: #483f84;
		opacity: 0.6;
	}

	.treatment__pagination {
		font-family: "Montserrat", sans-serif;
		font-weight: 500;
		font-size: 16px;
		line-height: 1.4;
		color: #483f84;
		opacity: 0.6;
	}

	.inter__pagination {
		font-family: "Montserrat", sans-serif;
		font-weight: 500;
		font-size: 16px;
		line-height: 1.4;
		color: rgba(244, 255, 255, 0.6);
		opacity: 0.6;
	}
}

.next__arrow {
	transform: rotate(180deg);
}

@media (max-width: 768px) {
	.next__arrow {
		transform: rotate(180deg);
	}

	.services__arrow-next::after {
		display: none;
	}

	.services__arrow-next {
		/* position:absolute !important;
    top: 110% !important; */
	}

	.call-process__arrow-next::after {
		display: none;
	}

	.call-process__arrow-next {
		position: relative !important;
		top: 17px !important;
	}

	/* .swiper {
  overflow: visible !important;
} */

	.doctors__nav-next::after {
		display: none;
	}

	.doctors__nav-next {
		/* position:absolute !important;
  top: 115% !important; */
		/* right: 20% !important; */
		border: none;
		background: transparent;
		cursor: pointer;
	}

	.doctors__nav-prev {
		display: none !important;
	}

	.doctors__nav-prev::after {
		display: none !important;
	}

	.infocards__arrow-next::after {
		display: none;
	}

	.infocards__arrow-next {
		background: transparent !important;
	}

	.treatment__arrow-next::after {
		display: none;
	}

	.treatment__arrow-next {
		background: transparent !important;
	}

	.inter__arrow-next::after {
		display: none;
	}

	.inter__arrow-next {
		background: transparent !important;

		filter: brightness(1000%) saturate(1000%);
	}

	.features-process::after {
		display: none;
	}

	.features-process__arrow-next {
		background: transparent !important;
	}

	/* Mobile */
	@media (max-width: 767px) {
		.features-process__arrow-next,
		.features-process__arrow-next {
			background-image: url("./assets/images/arrow-long.svg");
		}
	}

	/* Desktop */
	@media (min-width: 768px) {
		.features-process__arrow-next,
		.features-process__arrow-next {
			background-image: url("./assets/images/arrow.svg");
		}
	}

	.inter__nav {
		position: relative !important;
		top: 16px !important;
		/* transform: translateY(-50%); */
		/* background: rgba(108, 93, 206, 0.1) !important; */
		width: 47px !important;
		height: 47px !important;
		/* opacity: 0.6; */
		border-radius: 12px !important;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		z-index: 10;
		transition: background 0.3s;
		border: none;
		color: rgba(108, 93, 206, 1) !important;
		font-size: 34px;
		font-weight: 300;
	}

	.licenses__nav-next::after {
		display: none;
	}

	.licenses__nav-next {
		background: transparent !important;
		right: 16px !important;
		top: 50% !important;
		transform: rotate(0);
	}

	.licenses__nav-prev {
		display: none !important;
	}

	.reviews__nav-next::after {
		display: none;
	}
	.reviews__nav-next {
		background: transparent !important;
		right: 16px !important;
		top: 50% !important;
		transform: rotate(0);
	}

	.reviews__nav-prev {
		display: none !important;
	}
}

.uslugi-hero {
	background: url("./../../assets/images/breadsmall.png") center / cover no-repeat !important;
	padding: 24px clamp(20px, 8vw, 120px) 40px;
	color: #fff;
}
.uslugi-hero__breadcrumb {
	font-size: 14px;
	opacity: 0.9;
	margin-bottom: 16px;
	display: flex;
	flex-direction: row;
}

.breadcrumb-first {
	font-family: "Montserrat";
	font-weight: 500;

	font-size: 16px;

	line-height: 130%;
	color: rgba(255, 255, 255, 0.6) !important;
}
.uslugi-hero__breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.breadcrumb-first a {
	color: rgba(255, 255, 255, 0.6) !important;
	text-decoration: none;
}

.uslugi-hero__breadcrumb a:hover {
	text-decoration: underline;
}
.uslugi-hero__title {
	font-size: clamp(24px, 4vw, 52px);

	margin: 0;
	font-family: "Unbounded", sans-serif;
	font-weight: 400;

	line-height: 120%;
}
.uslugi-hero__text {
	margin: 12px 0 0;
	font-size: 16px;
	line-height: 1.5;
	opacity: 0.95;
	max-width: 800px;
}
.uslugi-hero__text:first-of-type {
	margin-top: 16px;
}

/* Калькулятор */
.calc-section {
}

.calc-section__inner {
	padding: 48px 60px;
	border-radius: 32px;
	background: #f9f8ff;
}

.calc-section__layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: start;
}

.calc-section__heading {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	color: #483f84;
	margin-bottom: 32px;
}

.calc-section__params {
	display: flex;
	flex-direction: column;
	gap: 20px;

	/* background: #fff;
	border-radius: var(--border-radius, 16px);
	padding: 24px; */
}

.calc-select {
	position: relative;
}

.calc-select__trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 24px;
	background: #fff;
	border-radius: 12px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color: var(--text-dark, #333);
	cursor: pointer;
	text-align: left;
	transition: border-color 0.2s;
}

.calc-select__trigger:hover {
	border-color: var(--prices-secondary-color, #6c5dce);
}

.calc-select__arrow {
	width: 7px;
	height: 17px;
	flex-shrink: 0;
	transition: transform 0.2s;
	transform: rotate(-90deg);
}

.calc-select__arrow-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 21px;
	height: 21px;
	padding: 8px 6px;
}

.calc-select[data-open] .calc-select__arrow {
	transform: rotate(-270deg);
}
.calc-select[data-open] .calc-select__arrow-box {
	background: #6c5dce;
	border-radius: 50px;

	padding: 2px 8px;
}

.calc-select[data-open] .calc-select__arrow-box img {
	filter: brightness(0%) invert(1);
}

.calc-select__dropdown {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid var(--border-color, #e0e0e0);
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	list-style: none;
	margin: 0;
	padding: 8px 0;
	z-index: 10;
	display: none;
}

.calc-select[data-open] .calc-select__dropdown {
	display: block;
}

.calc-select__dropdown li {
	padding: 12px 16px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color: var(--text-dark, #333);
	cursor: pointer;
	transition: background 0.2s;
}

.calc-select__dropdown li:hover,
.calc-select__dropdown li[aria-selected="true"] {
	background: var(--light-purple-bg, #f9f8ff);
}

.calc-duration {
}

.calc-duration__label {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: var(--text-gray, #666);
	margin-bottom: 8px;
}

.calc-duration__input-wrap {
	position: relative;
	display: flex;
	align-items: center;
}

.calc-duration__input {
	width: 100%;
	padding: 20px 50px 20px 24px;
	border-radius: 12px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color: var(--text-dark, #333);
	-moz-appearance: textfield;
}

.calc-duration__input::-webkit-outer-spin-button,
.calc-duration__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.calc-duration__arrows {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.calc-duration__btn {
	width: 24px;
	height: 18px;
	border: none;
	background: transparent;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--prices-secondary-color, #6c5dce);
	font-size: 12px;
	line-height: 1;
}

.calc-duration__btn::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.calc-duration__btn--up::before {
	border-bottom: 6px solid currentColor;
}

.calc-duration__btn--down::before {
	border-top: 6px solid currentColor;
}

.calc-duration__btn:hover {
	opacity: 0.8;
}

.calc-options {
	border-radius: 24px;
	padding: 32px 40px;
	background-color: #fff;
}

.calc-options__title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	color: #483f84;
	margin-bottom: 24px;
}

.calc-option {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	padding: 10px 0;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color: var(--text-dark, #333);
}

.calc-option__text {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.calc-option__price {
	color: var(--text-gray, #666);
	font-size: 14px;
}

.calc-section__right {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.calc-details {
	background: #fff;
	border-radius: 24px;
	padding: 24px 32px;
}

.calc-details__table {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.calc-details__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
}

.calc-details__row--header {
	color: var(--text-gray, #666);
	font-size: 14px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--border-color, #e0e0e0);
}

.calc-details__row--total {
	font-weight: 600;
	color: var(--prices-primary-color, #483f84);
}

.calc-details__body {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.calc-details__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color: var(--text-dark, #333);

	padding-bottom: 16px;
	border-bottom: 1px solid rgba(72, 67, 101, 0.2);
}

.calc-result {
	background: #fff;
	border-radius: 24px;
	padding: 24px 32px;
}

.calc-result__label {
	font-family: "Montserrat", sans-serif;
	color: var(--text-dark, #333);
	opacity: 0.8;
	margin-bottom: 12px;
}

.calc-result__sum {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	color: #483f84;

	padding-bottom: 20px;
	border-bottom: 1px solid rgba(72, 67, 101, 0.2);
	margin-bottom: 20px;
}

.calc-result__bottom {
	display: flex;
	align-items: center;
	gap: 24px;
}

.calc-result__btn {
	flex: 1 0 40%;
	width: 100%;
	padding: 14px 24px;
	background: rgba(108, 93, 206, 1);

	color: #fff;
	border: none;
	border-radius: 12px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s;
}

.calc-result__btn:hover {
	background: #6b5ea2;
}

.calc-result__note {
	flex: 1 0 40%;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: var(--text-gray, #666);
}

@media (max-width: 1024px) {
	.calc-section__layout {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}
}
@media (max-width: 768px) {
	.calc-section__inner {
		padding: 45px 16px;
	}

	.calc-section__heading {
		font-size: 24px;
		margin-bottom: 24px;
	}

	.calc-section__params {
		gap: 12px;
	}

	.calc-options,
	.calc-details,
	.calc-result {
		padding: 18px 20px;
		border-radius: 20px;
	}

	.calc-options {
		align-items: flex-start;
	}

	.calc-option__text {
		flex-direction: column;
		align-items: flex-start;
	}

	.calc-result__sum {
		font-size: 18px;
	}

	.calc-result__bottom {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}
}

/* Блок актуальных предложений */
.aktsii-offers {
	padding: 40px clamp(20px, 8vw, 120px) 60px;

	background-size:
		cover,
		100% 100%;
	background-position: center, center;
	background-repeat: repeat, no-repeat;
	color: #fff;
}

.aktsii-offers__inner {
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
}

.aktsii-offers__heading {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 500;

	margin: 0 0 24px;

	color: rgba(72, 63, 132, 1);

	line-height: 140%;
	margin-right: 101px;
}

.aktsii-offers__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.aktsii-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 48px;
	background-image: url("../images/tinynoise.png"), linear-gradient(145deg, #4f3a8e 0%, #4a4a9e 40%, #3d4a8e 100%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 32px;
	padding: 28px 32px;
}

.aktsii-card__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
}

.aktsii-card__label {
	display: flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 12px 16px;
	color: #fff;
}

.aktsii-card__icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	filter: brightness(0) invert(1);
}

.aktsii-card__percent {
	font-weight: 700;
}

.aktsii-card__date {
	color: rgba(255, 255, 255, 0.6);
}

.aktsii-card__title {
	font-family: "Unbounded", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	color: #fff;
	margin-bottom: 12px;
}

.aktsii-card__desc {
	color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px) {
	.page-aktsii .uslugi-hero {
		padding: 24px 20px 40px;
	}

	.aktsii-offers {
		padding: 24px 16px 32px;
	}

	.aktsii-card {
		padding: 20px;
		border-radius: 20px;
		gap: 20px;
	}

	.aktsii-card__top {
		display: contents;
	}

	.aktsii-card__label {
		width: fit-content;
	}

	.aktsii-card__text {
		flex-grow: 1;
	}

	.aktsii-card__title {
		font-size: 18px;
	}

	.aktsii-card__date {
		order: 3;
	}
}
@media (max-width: 660px) {
	.aktsii-offers__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}

.uslugi-category:not(:last-child) {
	margin-bottom: 60px;
}
.uslugi-category__title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 120%;
	color: #483f84;
	margin-bottom: 48px;
}
.uslugi-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px 20px;
}
.uslugi-card {
	background: #f9f8ff;
	border-radius: 32px;
	padding: 24px 32px;
	transition: all 0.3s ease;
}
.uslugi-card:hover {
	background: rgba(108, 93, 206, 0.2);
}
.uslugi-card__title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #483f84;
	margin-bottom: 20px;
}
.uslugi-card__desc {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	color: rgba(72, 67, 101, 0.8);
}

.price-category {
	margin-bottom: 60px;
}
.price-category:not(:last-of-type) {
	padding-bottom: 60px;
	border-bottom: 1px solid rgba(72, 67, 101, 0.2);
}

.price-card {
	border-radius: 32px;
	padding: 20px 24px;
	background: #f9f8ff;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.price-card__price {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #6c5dce;
}
.price-card__title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #483f84;
}
.price-card__desc {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	color: #484365;
}

@media (max-width: 1200px) {
	.uslugi-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 768px) {
	.uslugi-category:not(:last-child) {
		margin-bottom: 32px;
	}
	.uslugi-category__title {
		font-size: 22px;
		margin-bottom: 24px;
	}
	.uslugi-card {
		border-radius: 20px;
		padding: 16px 20px;
	}
	.uslugi-card__title {
		font-size: 18px;
	}

	.price-category {
		margin-bottom: 60px;
	}
	.price-category:not(:last-of-type) {
		padding-bottom: 60px;
		border-bottom: 1px solid rgba(72, 67, 101, 0.2);
	}

	.price-card {
		border-radius: 20px;
		padding: 18px 20px;
	}
	.price-card__price {
		font-size: 16px;
	}
	.price-card__title {
		font-size: 18px;
	}
}
@media (max-width: 650px) {
	.uslugi-cards {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}

/* Способы оплаты — prices.html */
.payment-methods {
	background: #f9f8ff;
	border-radius: 32px;
	padding: 32px;
}
.payment-methods__title {
	font-family: "Unbounded", sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 120%;
	color: rgba(72, 63, 132, 1);
	margin-bottom: 32px;
}
.payment-methods__list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 15px;
	min-width: 0;
}
.payment-methods__item {
	background: #fff;
	border-radius: 12px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	min-width: 0;
}
.payment-methods__icon {
	width: 48px;
	height: 48px;
	object-fit: contain;
}
.payment-methods__label {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	color: rgba(72, 63, 132, 1);
	text-align: center;
}
@media (max-width: 1300px) {
	.payment-methods__list {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 768px) {
	.payment-methods {
		border-radius: 20px;
		padding: 20px;
	}
	.payment-methods__title {
		font-size: 18px;
		margin-bottom: 16px;
		text-align: center;
	}
	.payment-methods__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	.payment-methods__item {
		padding: 15px;
		border-radius: 8px;
	}
	.payment-methods__icon {
		width: 40px;
		height: 40px;
	}
	.payment-methods__label {
		font-size: 16px;
	}
}

.service-hero {
	background: url("./../images/breadbig.png") no-repeat center / cover;
	padding: 32px 0 100px;
	color: #fff;
}
.service-hero__inner {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
.service-hero__content {
	flex: 1 0 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 70px;
}

.service-hero__title {
	margin-bottom: 32px;
}
.service-hero__desc {
	max-width: 640px;
}
.service-hero__features {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
}
.service-hero__feature {
	padding: 12px 16px;
	border-radius: 12px;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(24px);
}
.service-hero__cta-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px;
}
.service-hero__cta-btn {
	border-radius: 12px;
	padding-block: 17px;
	padding-inline: 60px;
	background: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4;
	color: #6c5dce;
	transition: all 0.3s ease;
}
.service-hero__cta-btn:hover {
	background: #f0f0f0;
}
.service-hero__price {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
}
.service-hero__price span {
	display: block;
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
}
.service-hero__image {
	flex: 1 0 40%;
	border-radius: 48px;
	overflow: hidden;
	backdrop-filter: blur(24px);
	background: rgba(255, 255, 255, 0.1);
	padding: 18px;
}
.service-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 32px;
}

@media (max-width: 1024px) {
	.service-hero__inner {
		flex-direction: column;
		align-items: stretch;
	}
	.service-hero__image img {
		max-height: 400px;
	}
}
@media (max-width: 768px) {
	.service-hero {
		padding: 20px 0 40px;
	}
	.service-hero__content {
		gap: 40px;
	}
	.service-hero__title {
		margin-bottom: 24px;
	}
	.service-hero__desc {
		max-width: 640px;
	}
	.service-hero__features {
		flex-direction: column;
		gap: 12px;
	}
	.service-hero__cta-row {
		flex-direction: column-reverse;
		align-items: stretch;
		gap: 20px;
	}
	.service-hero__cta-btn {
		padding-block: 19px;
		padding-inline: 20px;
		font-size: 16px;
		width: 100%;
	}
	.service-hero__price {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 14px;
	}
	.service-hero__price span {
		font-size: 18px;
	}
	.service-hero__image {
		border-radius: 27px;
		padding: 8px;
	}
	.service-hero__image img {
		border-radius: 20px;
		min-height: 170px;
		max-height: 240px;
		object-position: top;
	}
}

/* Articles hero — дубликат service-hero для страницы статьи */
.articles {
	background: url("./../images/breadbig.png") no-repeat center / cover;
	padding: 32px 0 100px;
	color: #fff;
}
.articles__inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
}
.articles__content {
	flex: 1 0 50%;
}

.articles__title {
	color: #fff;
	margin-bottom: 32px;
}
.articles__desc {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	margin: 0 0 24px 0;
	max-width: 640px;
}
.articles__features {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 24px;
}
.articles__feature {
	padding: 12px 16px;
	border-radius: 12px;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(24px);
}
.articles__cta-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}
.articles__cta-btn {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
	padding: 14px 28px;
	background: rgba(108, 93, 206, 1);
	color: #fff;
	border: none;
	border-radius: 12px;
	cursor: pointer;
}
.articles__price {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
}
.articles__image {
	flex: 1 0 30%;
	border-radius: 32px;
	overflow: hidden;
}
.articles__image img {
	width: 100%;
	height: 100%;
	min-height: 340px;
	max-height: 400px;
	object-fit: cover;
	display: block;
	border-radius: 32px;
}

@media (max-width: 1024px) {
	.articles__inner {
		flex-direction: column;
		align-items: stretch;
		gap: 40px;
	}
	.articles__image img {
		max-height: 400px;
	}
}
@media (max-width: 768px) {
	.articles {
		padding: 20px 0 40px;
	}
	.articles__content {
		gap: 40px;
	}
	.articles__title {
		margin-bottom: 24px;
	}
	.articles__desc {
		max-width: 640px;
	}
	.articles__features {
		flex-direction: column;
		gap: 12px;
		padding-bottom: 32px;
		margin-bottom: 20px;
	}
	.articles__cta-row {
		flex-direction: column-reverse;
		align-items: stretch;
		gap: 20px;
	}
	.articles__image {
		border-radius: 20px;
	}
	.articles__image img {
		border-radius: 20px;
		min-height: 170px;
		max-height: 240px;
		object-position: top;
	}
}

/* Карточка профиля врача (vrachiinner) */
.articles--vrach {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.articles--vrach .articles__inner {
}
.vrach-hero {
	color: white;
}

.vrach-hero__body {
	display: flex;
	gap: 54px;
	margin-top: 40px;
}
.vrach-hero__image {
	flex-shrink: 0;
	width: clamp(200px, 28vw, 315px);
	border-radius: 32px;
	overflow: hidden;
	max-height: 600px;
}
.vrach-hero__image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: top;
}
.vrach-hero__content {
	flex: 1;
	min-width: 280px;
}
.vrach-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 28px;
}
.vrach-hero__badge {
	padding: 12px 16px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(12px);
	color: white;
}
.vrach-hero__name {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 24px;
}
.vrach-hero__desc {
	color: white;
	max-width: 700px;
	margin-bottom: 32px;
}
.vrach-hero__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 12px;
	margin-bottom: 60px;
}
.vrach-hero__stat {
	gap: 4px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 20px 24px;
	gap: 24px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(12px);
	border-radius: 16px;
}
.vrach-hero__stat-value {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: clamp(28px, 3vw, 36px);
	line-height: 1.1;
	color: white;
}
.vrach-hero__stat-label {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: white;
}
.vrach-hero__stat-label--mobile {
	display: none;
}
.vrach-hero__cta {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	padding: 17px 60px;
	background: #fff;
	color: #6c5dce;
	border-radius: 12px;
	text-decoration: none;
	transition: all 0.2s;
}
.vrach-hero__cta:hover {
	background: #f0f0f0;
}

.vrachi-sidebar {
	position: static !important;
}

@media (max-width: 1024px) {
	.vrach-hero__body {
		flex-direction: column;
		align-items: center;
		gap: 24px;
	}
	.vrach-hero__image {
		width: 100%;
		max-width: 600px;
		max-height: 440px;
	}
	.vrach-hero__image img {
		max-height: 440px;
	}
}
@media (max-width: 768px) {
	.vrach-hero__body {
		gap: 24px;
	}
	.vrach-hero__image {
		border-radius: 20px;
		max-width: 500px;
		min-height: 290px;
		max-height: 340px;
	}
	.vrach-hero__image img {
		min-height: 290px;
		max-height: 340px;
	}
	.vrach-hero__content {
		display: flex;
		flex-direction: column;
	}
	.vrach-hero__name {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.vrach-hero__desc {
		max-width: none;
		margin-bottom: 24px;
	}
	.vrach-hero__badges {
		order: 3;
		flex-direction: column;
		gap: 8px;
		margin-bottom: 24px;
	}
	.vrach-hero__stats {
		order: 4;
		flex-direction: column;
		gap: 8px;
		margin-bottom: 24px;
	}
	.vrach-hero__stat-label--desktop {
		display: none;
	}
	.vrach-hero__stat-label--mobile {
		display: block;
	}
	.vrach-hero__cta {
		order: 5;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}
}

/* Контент: TOC + статья */
.service-layout {
	background: #fff;
}
.service-layout__inner {
	display: flex;
	max-width: 1920px;
	margin: 0 auto;
	padding: 40px clamp(20px, 11.5vw, 220px) 60px;
	gap: 48px;
}

.service-toc {
	border-radius: 20px;
	padding: 24px 32px;
	background: #f9f8ff;
}
.service-toc__title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: rgba(72, 63, 132, 1);
}
.service-toc__list {
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.service-toc__list a {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	color: #483f84;
	transition: color 0.2s;
}
.service-toc__list a:hover {
	color: rgba(108, 93, 206, 1);
}
.service-toc__hide {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 1.4;
	color: #6c5dce;
	margin-top: 16px;
}

@media (max-width: 1024px) {
	.service-layout__inner {
		flex-direction: column;
		gap: 24px;
		padding: 40px clamp(20px, 11.5vw, 220px) 60px;
	}
	/* Оглавление: свёрнутый список, «Развернуть» / «Скрыть» */
	.service-toc__list--collapsed .service-toc__item:nth-child(n + 5) {
		display: none;
	}
	.service-toc__show-all,
	.service-toc__list.service-toc__list--expanded ~ .service-toc__hide {
		font-family: "Montserrat", sans-serif;
		font-size: 14px;
		line-height: 1.4;
		color: rgba(108, 93, 206, 1);
		text-decoration: none;
		margin-top: 8px;
		display: inline-block;
	}
	.service-toc__show-all {
		display: inline-block;
	}
	.service-toc__hide {
		display: none;
	}
	.service-toc__list .service-toc__item:nth-child(n + 5) {
		display: none;
	}
	.service-toc__list.service-toc__list--expanded .service-toc__item {
		display: block;
	}
	.service-toc__list.service-toc__list--expanded ~ .service-toc__show-all {
		display: none;
	}
	.service-toc__list.service-toc__list--expanded ~ .service-toc__hide {
		display: inline-block;
	}

	.navigation__list {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.7s;
	}

	.navigation.active .navigation__list {
		max-height: 2000px;
		overflow: visible;
		transition: max-height 0.7s;
	}

	.service-toc__title {
		margin-bottom: -20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		transition: margin-bottom 0.7s;
	}

	.navigation.active .service-toc__title {
		margin-bottom: 0;
		transition: margin-bottom 0.7s;
	}

	.service-toc__title::after {
		content: "";
    width: 24px;
    height: 24px;
    background-image: url("/netcat_template/template/assets/images/icons/down.svg");
		background-position: center;
		background-repeat: no-repeat;
		transition: transform 0.5s;
	}

	.navigation.active .service-toc__title::after {
		transform: rotate(-180deg);
		transition: transform 0.5s;
	}
}
/* На десктопе кнопку «Развернуть» не показываем */
@media (min-width: 1025px) {
	.service-toc__show-all {
		display: none;
	}
}

.aside-booking-form {
	padding: 24px 32px;
	background: #6c5dce;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: #fff;
	font-size: 16px;
}
.aside-booking-form__title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 12px;
}
.aside-booking-form__wrap {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.aside-booking-form__input,
.aside-booking-form__select,
.aside-booking-form__textarea {
	width: 100%;
	padding: 14px 16px;
	border: none;
	border-radius: 12px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: rgba(255, 255, 255, 0.15);
	transition: background 0.2s;
}
.aside-booking-form__input::placeholder,
.aside-booking-form__textarea::placeholder {
	color: rgba(255, 255, 255, 0.7);
}
.aside-booking-form__input:focus,
.aside-booking-form__select:focus,
.aside-booking-form__textarea:focus {
	outline: none;
	background: rgba(255, 255, 255, 0.22);
}
.aside-booking-form__select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='rgba(255,255,255,0.9)' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 40px;
	cursor: pointer;
}
.aside-booking-form__select option {
	background: #483f84;
	color: #fff;
}
.aside-booking-form__textarea {
	min-height: 88px;
}
.aside-booking-form__checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
}
.aside-booking-form__checkbox {
	margin-top: 4px;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	accent-color: var(--primary-color);
	cursor: pointer;
}
.aside-booking-form__checkbox-text {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: rgba(255, 255, 255, 0.8);
}
.aside-booking-form__submit {
	width: 100%;
	padding: 14px 20px;
	margin-top: 4px;
	border: none;
	border-radius: 12px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: var(--primary-color);
	background: #fff;
	cursor: pointer;
	transition:
		background 0.2s,
		color 0.2s;
}
.aside-booking-form__submit:hover {
	background: rgba(255, 255, 255, 0.9);
}

.aside-booking-form input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	flex-shrink: 0;
	cursor: pointer;
	accent-color: #ffffff;
}

.aside-booking-form input[type="checkbox"] {
	border: 1.5px solid #fff;
}
.aside-booking-form input[type="checkbox"]::before {
	border-color: #6c5dce;
}
.aside-booking-form input[type="checkbox"]:checked {
	background: #fff;
}

@media (max-width: 768px) {
	.aside-booking-form {
		padding: 18px 20px;
	}
	.aside-booking-form__title {
		font-size: 18px;
	}
}

/* Контакты: блок «Основная информация» */
.contacts-wrap {
	border-radius: 32px;
	background: #f9f8ff;
	display: flex;
	justify-content: space-between;
}
.contacts-info {
	padding: 48px 60px;
	flex: 1 0 50%;
}
.contacts-info__title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	color: #483f84;
	margin-bottom: 32px;
}
.contacts-info__list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.contacts-info__item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 24px;
}
.contacts-info__item:last-child {
	margin-bottom: 0;
}
.contacts-info__icon {
	flex-shrink: 0;
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(108, 93, 206, 0.1);
	border-radius: 12px;
}
.contacts-info__icon img {
	width: 25px;
	height: 25px;
	display: block;
}
.contacts-info__text {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.contacts-info__main {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	color: #484365;
}
.contacts-info__sub {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: rgba(108, 93, 206, 0.8);
	color: #484365;
	opacity: 0.8;
}
.contacts-map-wrap {
	flex: 1 0 50%;
	min-width: 0;
	border-radius: 32px;
	overflow: hidden;
	min-height: 500px;
}
.contacts-map {
	width: 100%;
	height: 100%;
	display: block;
}

@media (max-width: 1240px) {
	.contacts-section-grid {
		display: flex;
		flex-direction: column-reverse;
		gap: 40px;
	}
}
@media (max-width: 1024px) {
	.contacts-wrap {
		border-radius: 32px;
		flex-direction: column;
	}
	.contacts-map-wrap {
		min-height: 380px;
	}
	.contacts-map {
		min-height: 380px;
	}
}
@media (max-width: 768px) {
	.contacts-wrap {
		border-radius: 20px;
		gap: 10px;
	}
	.contacts-info {
		padding: 18px 20px;
	}
	.contacts-info__title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.contacts-info__item {
		gap: 16px;
	}
	.contacts-info__item:last-child {
		margin-bottom: 0;
	}
	.contacts-info__icon {
		width: 45px;
		height: 45px;
		border-radius: 10px;
	}
	.contacts-info__icon img {
		width: 25px;
		height: 25px;
		display: block;
	}
	.contacts-info__sub {
		font-size: 14px;
	}

	.contacts-map-wrap {
		border-radius: 20px;
		min-height: 230px;
	}
	.contacts-map {
		min-height: 230px;
	}
}

.service-article--contacts {
	flex: 1;
	min-width: 0;

	max-height: 478px;
}

.service-article {
	flex: 1;
	min-width: 0;
}
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5 {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	color: #483f84;
	margin-bottom: 32px;
}
.text-block h2:not(:first-child),
.text-block h3:not(:first-child),
.text-block h4:not(:first-child),
.text-block h5:not(:first-child) {
	margin-top: 60px;
}
.text-block h2 {
	font-size: 52px;
}
.text-block h3 {
	font-size: 40px;
}
.text-block h4 {
	font-size: 32px;
}
.text-block h5 {
	font-size: 22px;
}

.text-block > p {
	margin-bottom: 20px;
}
.text-block a {
	color: #6c5dce;
}
.text-block a:hover {
	text-decoration: underline;
}
.text-block > img,
.text-block > picture img {
	border-radius: 32px;
	width: 100%;
	height: 100%;
	min-height: 260px;
	max-height: 300px;
	object-fit: cover;
	margin: 60px 0 40px;
}

.text-block ol {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
	counter-reset: name;
	margin: 20px 0;
}
.text-block ol > li {
	position: relative;
	padding-left: 28px;
}
.text-block ol > li::before {
	content: counter(name) ".";
	counter-increment: name;
	font-weight: 600;
	color: #6c5dce;
	position: absolute;
	top: 0;
	left: 0;
}

.text-block ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 20px 0;
}
.text-block ul > li {
	position: relative;
	padding-left: 20px;
}
.text-block ul > li::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #6c5dce;
	position: absolute;
	top: 9px;
	left: 0;
}

.text-block table {
	display: block;
	width: fit-content;
	width: 100%;
	max-width: 100%;
	border-radius: 32px;
	background: #f9f8ff;
	overflow: hidden;
	border-collapse: collapse;
	margin: 30px 0;
	padding: 12px 20px;
}
.text-block table thead th {
	border-bottom: 1px solid rgba(1, 79, 45, 0.1);
	padding: 20px;
	font-weight: 600;
	opacity: 0.6;
}
.text-block table td {
	border-bottom: 1px solid rgba(1, 79, 45, 0.1);
	padding: 20px;
	vertical-align: top;
}
.text-block table tr:last-child td {
	border-bottom: none;
}

.text-block .block {
	padding: 24px 32px;
	border-radius: 16px;
	background: #f9f8ff;
	font-style: italic;
	position: relative;
	overflow: hidden;
	margin: 30px 0;
}
.text-block .block::before {
	content: "";
	display: block;
	width: 7px;
	height: 100%;
	background: #6c5dce;
	position: absolute;
	top: 0;
	left: 0;
}

.text-block blockquote {
	padding: 24px 32px;
	border-radius: 16px;
	background: #f9f8ff;
	font-style: italic;
	position: relative;
	overflow: hidden;
	margin: 30px 0;
}
.text-block blockquote::before {
	content: "";
	display: block;
	width: 7px;
	height: 100%;
	background: #6c5dce;
	position: absolute;
	top: 0;
	left: 0;
}

.blockquote__author {
	display: flex;
	align-items: center;
	gap: 20px;
	font-style: normal;
	margin-top: 35px;
}
.blockquote__author-photo {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #6c5dce;
	overflow: hidden;
	flex-shrink: 0;
}
.blockquote__author-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.blockquote__author-name {
	font-weight: 600;
	margin-bottom: 6px;
}
.blockquote__author-post {
	font-size: 16px;
	opacity: 0.8;
}

.literatura-block {
	background: #f9f8ff;
	border-radius: 32px;
	padding: 32px 40px;
	margin: 60px 0 40px 0;
}
.literatura-block__title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	color: #483f84;
	margin-bottom: 32px;
}
.literatura-block ol {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
	counter-reset: name;
}
.literatura-block ol li {
	font-weight: 600;
	padding-left: 44px;
	overflow: hidden;
	position: relative;
}
.literatura-block ol li::before {
	content: "{ " counter(name) " }";
	counter-increment: name;
	font-weight: 600;
	color: #6c5dce;
	position: absolute;
	top: 0;
	left: 0;
}

/* Две карточки «Автор статьи» / «Статьи проверил» */
.service-article__author-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.service-article__author-card {
	background: rgba(249, 248, 255, 1);
	border-radius: 32px;
	padding: 24px 32px;
}
.service-article__author-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(108, 93, 206, 0.1);
	margin-bottom: 24px;
}
.service-article__author-card-title {
	opacity: 0.8;
}
.service-article__author-card-more {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #6c5dce;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.service-article__author-card-more:hover {
	text-decoration: underline;
}
.service-article__author-card-more::after {
	content: " ↗";
	font-size: 22px;
	flex-shrink: 0;
}
.service-article__author-card-body {
	display: flex;
	align-items: center;
	gap: 24px;
}
.service-article__author-card-body img {
	width: 80px;
	height: 80px;
	border-radius: 12px;
	border: 2px solid rgba(108, 93, 206, 1);
	object-fit: cover;
	object-position: top;
	flex-shrink: 0;
}
.service-article__author-card-name {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	color: #483f84;
	margin-bottom: 8px;
}
.service-article__author-card-subtitle {
	color: rgba(72, 67, 101, 0.8);
}

@media (max-width: 1200px) {
	.text-block h2 {
		font-size: 46px;
	}
	.text-block h3 {
		font-size: 34px;
	}
	.text-block h4 {
		font-size: 26px;
	}
	.text-block h5 {
		font-size: 20px;
	}
}
@media (max-width: 768px) {
	.text-block h2,
	.text-block h3,
	.text-block h4,
	.text-block h5 {
		margin-bottom: 24px;
	}
	.text-block h2:not(:first-child),
	.text-block h3:not(:first-child),
	.text-block h4:not(:first-child),
	.text-block h5:not(:first-child) {
		margin-top: 40px;
	}
	.text-block h2 {
		font-size: 24px;
	}
	.text-block h3 {
		font-size: 22px;
	}
	.text-block h4 {
		font-size: 20px;
	}
	.text-block h5 {
		font-size: 18px;
	}

	.text-block > p {
		margin-bottom: 16px;
	}
	.text-block > img,
	.text-block > picture img {
		min-height: 215px;
		max-height: 280px;
		margin: 40px 0 32px;
	}

	.text-block > ol {
		margin: 16px 0;
	}
	.text-block > ul {
		margin: 16px 0;
	}

	.text-block table {
		overflow-x: auto;
		max-width: 100%;
		border-radius: 20px;
		padding: 10px 16px;
	}
	.text-block table thead th,
	.text-block table td {
		padding: 16px;
		min-width: 243px;
	}

	.text-block .block {
		padding: 18px 20px 18px 27px;
		margin: 24px 0;
	}

	.text-block blockquote {
		padding: 18px 20px 18px 27px;
		margin: 24px 0;
	}
	.blockquote__author {
		gap: 16px;
		margin-top: 30px;
	}
	.blockquote__author-photo {
		width: 56px;
		height: 56px;
	}
	.blockquote__author-name {
		font-size: 18px;
	}

	.literatura-block {
		border-radius: 20px;
		padding: 18px 20px;
	}
	.literatura-block__title {
		font-size: 18px;
		margin-bottom: 20px;
	}

	/* Две карточки «Автор статьи» / «Статьи проверил» */
	.service-article__author-cards {
		grid-template-columns: repeat(1, 1fr);
		gap: 12px;
	}
	.service-article__author-card {
		border-radius: 20px;
		padding: 20px;
		display: flex;
		flex-direction: column;
	}
	.service-article__author-card-header {
		display: contents;
	}
	.service-article__author-card-title {
		padding-bottom: 16px;
		border-bottom: 1px solid rgba(108, 93, 206, 0.1);
		margin-bottom: 16px;
	}
	.service-article__author-card-more {
		order: 3;
	}
	.service-article__author-card-body {
		align-items: flex-start;
		gap: 20px;
		padding-bottom: 16px;
		border-bottom: 1px solid rgba(108, 93, 206, 0.1);
		margin-bottom: 16px;
	}
	.service-article__author-card-body img {
		width: 64px;
		height: 64px;
		border-radius: 8px;
	}
	.service-article__author-card-name {
		font-size: 18px;
	}
}

.service-article__h2-accent {
	text-align: center;
	font-size: clamp(22px, 3vw, 28px);
	position: relative;
	padding-bottom: 12px;
}
.service-article__h2-accent::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: rgba(72, 63, 132, 1);
	border-radius: 2px;
}

/* Список симптомов с фиолетовыми маркерами */
.service-article__symptoms {
	list-style: none;
	margin: 0 0 24px 0;
	padding: 0;
}
.service-article__symptoms li {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: rgba(72, 67, 101, 1);
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}
.service-article__symptoms li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(72, 63, 132, 1);
}

/* Блок цитаты «Важно» с доктором — фон rgba(249, 248, 255, 1) */
.service-article .about__quote.service-article__quote-block {
	background: rgba(249, 248, 255, 1);
	border-radius: 12px;
	padding: 0;
	display: block;
	align-items: unset;
	overflow: hidden;
}
.service-article .about__quote.service-article__quote-block .about__quote-line {
	border-radius: 0;
}
.service-article__quote-inner {
	padding: 20px 24px 20px 32px;
}
.service-article__quote-label {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: rgba(72, 63, 132, 1);
	margin: 0 0 8px 0;
}
.service-article__quote-desc {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: rgba(72, 67, 101, 1);
	margin: 0 0 16px 0;
}
.service-article__quote-doctor {
	display: flex;
	align-items: center;
	gap: 16px;
}
.service-article__quote-doctor-img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}
.service-article__quote-doctor-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.service-article__quote-doctor-name {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: rgba(72, 67, 101, 1);
}
.service-article__quote-doctor-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: rgba(72, 67, 101, 1);
}

/* Блок «Варианты лечения» — локальные стили (дубликат treatment* под новые классы variants*) */
.variants-options {
	overflow: hidden;
}
.variants-options__title {
	margin-bottom: 60px;
}

.variants-card {
	border-radius: 32px;
	padding: 32px;
	background: #f9f8ff;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: auto !important;
}
.variants-card--recomend {
	border: 2px solid #6c5dce;
}
.variants-card--recomend .variants-card__recommended {
	display: block;
}
.variants-card__inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.variants-card:hover {
	transform: translateY(-5px);
}

.variants-card__top {
	padding-bottom: 32px;
	border-bottom: 1px solid rgba(72, 67, 101, 0.2);
	margin-bottom: 20px;
}
.variants-card__price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 12px;
}
.variants-card__recommended {
	font-size: 16px;
	font-weight: 600;
	text-align: right;
	color: #6c5dce;
	display: none;
}
.variants-card__title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	color: #483f84;
}
.variants-card__description {
	font-size: 14px;
	color: #555555;
	margin-bottom: 20px;
	line-height: 1.5;
}
.variants-card__list {
	flex-grow: 1;
	margin-bottom: 70px;
}
.variants-card__list ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.variants-card__list li {
	position: relative;
	padding-left: 20px;
}
.variants-card__list li::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #6c5dce;
	position: absolute;
	top: 8px;
	left: 0;
}
.variants-card__button {
	padding: 17px 20px;
	background: #6e57e0;
	color: #ffffff;
	border: none;
	border-radius: 12px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s ease;
	text-align: center;
	width: 100%;
}

@media (max-width: 768px) {
	.variants-options__title {
		margin-bottom: 24px;
	}
	.variants-card {
		border-radius: 20px;
		padding: 18px 20px;
	}
	.variants-card__title {
		font-size: 18px;
	}
	.variants-card__list {
		margin-bottom: 60px;
	}
}

.variants-card__button:hover {
	background: #5a45cc;
}

/* Блок «Наши результаты» — 4 карточки */
.results__title {
	margin-bottom: 60px;
}
.results-cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.results-card {
	background: #f9f8ff;
	border-radius: 20px;
	padding: 24px;
	text-align: center;
}
.results-card__value {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	color: #6c5dce;
	margin-bottom: 12px;
}
.results-card__label {
	text-align: center;
	max-width: 168px;
	margin: 0 auto;
}
@media (max-width: 1400px) {
	.results-cards {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}
@media (max-width: 768px) {
	.results__title {
		margin-bottom: 24px;
	}
	.results-card__value {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.results-card__label {
		max-width: 100%;
	}
}
@media (max-width: 600px) {
	.results-cards {
		grid-template-columns: repeat(1, 1fr);
		gap: 12px;
	}
}

/* Таблицы на сайте — единый стиль (карточка, разделители, типографика) */
.service-article__table-wrap,
.table-wrap {
	margin: 24px 0 32px 0;
	overflow-x: auto;
	overflow-y: hidden;
	border-radius: 12px;
	background: #f7f7f9;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
table {
	width: 100%;
	border-collapse: collapse;
	font-family: "Montserrat", sans-serif;
	border-radius: 32px;
}
table th,
table td {
	padding: 20px;
	text-align: left;
	border-bottom: 1px solid #e0e0e0;
}
table thead th {
	font-family: "Montserrat";
	font-weight: 600;
	opacity: 0.6;
}

table tbody tr:last-child td {
	border-bottom: none;
}
table tbody tr:hover td {
	background: #fafafc;
}

/* Список «Чего НЕЛЬЗЯ» — маркер «нельзя» */
.service-article__no-list {
	list-style: none;
	margin: 16px 0 24px 0;
	padding: 0;
}
.service-article__no-list li {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: rgba(72, 67, 101, 1);
	margin-bottom: 12px;
	padding-left: 28px;
	position: relative;
}
.service-article__no-list li::before {
	content: "×";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	color: rgba(108, 93, 206, 1);
	font-weight: 700;
	line-height: 1.4;
}

/* Блок «Противопоказания» — цитата с фоном rgba(249, 248, 255, 1) */
.service-article__protivopokazaniya-block {
	background: rgba(249, 248, 255, 1);
	border-radius: 12px;
	padding: 24px 28px 28px 32px;
	margin: 24px 0 32px 0;
	position: relative;
	overflow: hidden;
}
.service-article__protivopokazaniya-block .about__quote-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 100%;
	background-color: rgba(107, 92, 206, 1);
	border-radius: 0 4px 4px 0;
}
.service-article__protivopokazaniya-block h2 {
	margin-top: 0;
}
.service-article__protivopokazaniya-block .service-article__paragraph {
	margin-bottom: 12px;
}
.service-article__protivopokazaniya-block .service-article__symptoms,
.service-article__protivopokazaniya-block .service-article__no-list {
	margin-bottom: 16px;
}

/* Блок «Ургентный вызов врача» — цитата + автор, полоска слева */
.service-article__urgent-block {
	background: rgba(249, 248, 255, 1);
	border-radius: 12px;
	padding: 24px 28px 28px 32px;
	margin: 24px 0 16px 0;
	position: relative;
	overflow: hidden;
}
.service-article__urgent-block .about__quote-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 100%;
	background-color: rgba(107, 92, 206, 1);
	border-radius: 0 4px 4px 0;
}
.service-article__urgent-quote {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 16px;
	line-height: 160%;
	color: rgba(72, 67, 101, 1);
	margin: 0 0 20px 0;
}
.service-article__urgent-author {
	display: flex;
	align-items: center;
	gap: 16px;
}
.service-article__urgent-author img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}
.service-article__urgent-author-name {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: rgba(72, 67, 101, 1);
	margin-bottom: 2px;
}
.service-article__urgent-author-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: rgba(72, 67, 101, 0.9);
}
.service-article__urgent-important {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: rgba(72, 67, 101, 1);
	margin: 0 0 32px 0;
}
.service-article__urgent-important strong {
	font-weight: 700;
}

/* Articles — дубликат urgent-блока для страницы статьи */
.articles__urgent-block {
	background: rgba(249, 248, 255, 1);
	border-radius: 12px;
	padding: 24px 28px 28px 32px;
	margin: 24px 0 16px 0;
	position: relative;
	overflow: hidden;
}
.articles__urgent-block .about__quote-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 100%;
	background-color: rgba(107, 92, 206, 1);
	border-radius: 0 4px 4px 0;
}
.articles__urgent-quote {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 16px;
	line-height: 160%;
	color: rgba(72, 67, 101, 1);
	margin: 0 0 20px 0;
}
.articles__urgent-author {
	display: flex;
	align-items: center;
	gap: 20px;
}
.articles__urgent-author img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}
.articles__urgent-author-name {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 2px;
	line-height: 140%;
}
.articles__urgent-author-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
}
.articles__urgent-important {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: rgba(72, 67, 101, 1);
	margin: 0 0 32px 0;
}
.articles__urgent-important strong {
	font-weight: 700;
}

/* Блок «Этапы вывода» — дубликат call-process под новые классы prices-card* */
.prices-card {
	overflow: hidden;
}

.prices-card__title {
	margin-bottom: 60px;
}

.prices-card__steps {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	counter-reset: item;
}

.prices-card__step {
	border-radius: 32px;
	padding: 28px 32px;
	padding-top: 130px;
	background: #f9f8ff;
	background-image: url("./../../assets/images/noisecircle.svg");
	background-repeat: no-repeat;
	position: relative;
}
.prices-card__step::before {
	content: "{ " counter(item) " }";
	counter-increment: item;
	position: absolute;
	top: 32px;
	left: 32px;
	color: #ffffff;
	font-size: 32px;
	z-index: 2;
}
.prices-card__step-title {
	font-size: 20px;
	font-weight: 400;
	font-family: "Unbounded", sans-serif;
	line-height: 120%;
	color: var(--primary-color);
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.prices-card__title {
		margin-bottom: 24px;
	}
	.prices-card__step {
		border-radius: 20px;
		padding: 16px 20px;
		padding-top: 89px;
	}
	.prices-card__step::before {
		top: 20px;
		left: 20px;
		font-size: 20px;
	}
	.prices-card__step-title {
		font-size: 18px;
	}
}
@media (max-width: 650px) {
	.prices-card__steps {
		grid-template-columns: repeat(1, 1fr);
		gap: 12px;
	}
}

.variants-options__cards.swiper {
	display: block;
	grid-template-columns: unset;
}
.prices-card__steps.swiper {
	display: block;
	flex-wrap: unset;
	justify-content: unset;
}

/* Мобильная версия — по второму экземпляру макета */
@media (max-width: 768px) {
	.articles__feature {
		width: 100%;
		box-sizing: border-box;
		background: rgba(255, 255, 255, 0.1);
		backdrop-filter: blur(24px);
		border: none;
	}
	.articles__cta-row {
		flex-direction: column;
		align-items: stretch;
	}
	.articles__cta-btn {
		width: 100%;
	}
	.service-layout {
		padding: 24px 20px 40px;
	}
	.service-layout__inner {
		flex-direction: column;
		gap: 24px;
		padding: 0;
	}
	.service-toc {
		width: 100%;
	}

	.service-article__title {
		font-size: 20px;
	}
	/* «Абстинентный синдром» и блок цитаты — мобилка */
	.service-article__h2-accent {
		font-size: clamp(20px, 5vw, 24px);
		padding-bottom: 10px;
	}
	.service-article__h2-accent::after {
		width: 60px;
	}
	.service-article__symptoms li {
		font-size: 15px;
		margin-bottom: 8px;
		padding-left: 18px;
	}
	.service-article__quote-inner {
		padding: 16px 16px 16px 24px;
	}
	.service-article__quote-label,
	.service-article__quote-desc {
		font-size: 15px;
	}
	.service-article__quote-doctor {
		flex-wrap: wrap;
		gap: 12px;
	}
	.service-article__quote-doctor-img {
		width: 48px;
		height: 48px;
	}
	.service-article__quote-doctor-name {
		font-size: 15px;
	}
	.service-article__quote-doctor-title {
		font-size: 13px;
	}

	.service-article__no-list li {
		font-size: 15px;
		padding-left: 26px;
	}
	.service-article__protivopokazaniya-block {
		padding: 20px;
		margin: 20px 0 28px;
	}
	.service-article__urgent-block {
		padding: 20px;
		margin: 20px 0 12px;
	}
	.service-article__urgent-quote {
		font-size: 15px;
		margin-bottom: 16px;
	}
	.service-article__urgent-author img {
		width: 48px;
		height: 48px;
	}
	.service-article__urgent-important {
		font-size: 15px;
	}
	.articles__urgent-block {
		padding: 20px;
		margin: 20px 0 12px;
	}
	.articles__urgent-quote {
		font-size: 15px;
		margin-bottom: 16px;
	}
	.articles__urgent-author img {
		width: 48px;
		height: 48px;
	}
	.articles__urgent-important {
		font-size: 15px;
	}
	.service-article__literatura-block {
		padding: 20px;
	}
	.service-article__literatura-list li {
		font-size: 14px;
	}

	/* Свайпер на мобильной: пагинация и стрелки */
	/* .variants-options .slider__mobile,
	.prices-card .slider__mobile {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 16px;
		margin-top: 20px;
	}
	.variants-options .treatment__arrow-next,
	.prices-card__arrow-next {
		background: transparent;
		border: none;
		cursor: pointer;
		padding: 0;
	} */
}

/* Страница статей — фильтр и карточки */
.stati-layout {
	display: flex;
	max-width: 1920px;
	margin: 0 auto;
	padding: 40px clamp(20px, 8vw, 120px) 60px;
	gap: 48px;
	background: #fff;
}
.stati-filter {
	flex-shrink: 0;
	width: 220px;
}
.stati-filter__title {
	color: rgba(72, 63, 132, 1);
	margin-bottom: 20px;
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
}
.stati-filter__box {
	background: rgba(249, 248, 255, 1);
	border-radius: 12px;
	padding: 16px;
}
.stati-filter__list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.stati-filter__item {
	margin-bottom: 8px;
}
.stati-filter__item:last-child {
	margin-bottom: 0;
}
.stati-filter__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	color: #666;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	padding: 12px 16px;
	border-radius: 8px;
	transition:
		background 0.2s,
		color 0.2s;
}
.stati-filter__link img {
	flex-shrink: 0;
}
.stati-filter__item--active .stati-filter__link,
.stati-filter__link:hover {
	background: rgba(232, 230, 245, 1);
	color: rgba(72, 63, 132, 1);
	font-weight: 600;
}
.stati-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.stati-card {
	background: #f9f8ff;
	border-radius: 32px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: all 0.3s;
}
.stati-card:hover {
	transform: translateY(-2px);
	background: rgba(108, 93, 206, 0.1);
}
.stati-card__img {
	width: 100%;
	height: 224px;
	display: block;
	background: #f0f0f0;
}
.stati-card__img img {
	width: 100%;
	height: 224px;
	object-fit: cover;
	display: block;
}
.stati-card__body {
	padding: 24px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.stati-card__title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #483f84;
	margin-bottom: 12px;
}
.stati-card__snippet {
	flex-grow: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #484365;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 16px;
}
.stati-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: rgba(58, 58, 58, 0.6);
}
.stati-card__date {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}
.stati-card__views {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.stati-card__eye {
	flex-shrink: 0;
}
@media (max-width: 1250px) {
	.stati-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 768px) {
	.stati-layout {
		flex-direction: column;
		padding: 24px 16px 40px;
		gap: 24px;
	}
	.stati-filter {
		width: 100%;
	}
	.stati-filter__title {
		margin-bottom: 12px;
		font-size: 18px;
	}
	.stati-filter__box {
		padding: 12px;
	}
	.stati-card {
		border-radius: 20px;
	}
	.stati-card__img {
		height: 180px;
	}
	.stati-card__img img {
		height: 180px;
	}
	.stati-card__body {
		padding: 18px 20px;
	}
	.stati-card__title {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.stati-card__snippet {
		font-size: 16px;
		margin-bottom: 20px;
		-webkit-line-clamp: 3;
	}
	.stati-card__meta {
		font-size: 14px;
	}
}
@media (max-width: 600px) {
	.stati-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

.uslugi-main .photo-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.uslugi-main .photo-card {
	border-radius: 32px;
	overflow: hidden;
	background: #f9f8ff;
	transition:
		box-shadow 0.2s,
		transform 0.2s;
}
.uslugi-main .photo-card:hover {
	transform: translateY(-2px);
}
.uslugi-main .photo-card__img-wrap {
	width: 100%;
	overflow: hidden;
	background: #f0f0f0;
}
.uslugi-main .photo-card__img {
	width: 100%;
	height: 100%;
	height: 335px;
	object-fit: cover;
	display: block;
}
.uslugi-main .photo-card__body {
	padding: 24px 32px;
}
.uslugi-main .photo-card__title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	color: #483f84;
	margin-bottom: 20px;
}

.uslugi-main .photo-show-more-wrap {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.uslugi-main .photo-show-more {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	padding: 29px 40px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	border: none;
	background: rgba(108, 93, 206, 1);
	color: #fff;
	cursor: pointer;
	transition: background 0.2s;
}
.uslugi-main .photo-show-more:hover {
	background: rgba(95, 80, 190, 1);
}
@media (max-width: 1024px) {
	.uslugi-main .photo-grid {
		gap: 20px;
	}
	.uslugi-main .photo-card__body {
		padding: 24px;
	}
}
@media (max-width: 768px) {
	.uslugi-main .photo-card {
		border-radius: 20px;
	}
	.uslugi-main .photo-card__img {
		height: 177px;
	}
	.uslugi-main .photo-card__body {
		padding: 18px 20px;
	}
	.uslugi-main .photo-card__title {
		font-size: 18px;
		margin-bottom: 16px;
	}

	.uslugi-main .photo-show-more-wrap {
		margin-top: 32px;
	}
	.uslugi-main .photo-show-more {
		padding: 16px 32px;
		height: auto;
		font-size: 15px;
	}
}
@media (max-width: 660px) {
	.uslugi-main .photo-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

/* Блок быстрого вызова врача */
.quick-call {
	width: 100%;
	padding: 100px 0px;
	background: url("./../images/noise.jpg") no-repeat center / cover #6c5dce;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.quick-call__content {
	display: flex;
	justify-content: space-between;
	gap: 60px;
	color: #fff;
}

.quick-call__text {
	flex: 1 0 40%;
}

.quick-call__title {
	color: #fff;
	margin-bottom: 32px;
}

.quick-call__description {
	color: #ffffff;
}

.quick-call__form {
	flex: 1 0 55%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.quick-call__form-row {
	display: flex;
	gap: 20px;
}

.quick-call__input-wrapper {
	flex: 1 0 40%;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.quick-call__input,
.quick-call__textarea {
	font-weight: 500;
	font-size: 16px;
	width: 100%;
	backdrop-filter: blur(24px);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.quick-call__input::placeholder,
.quick-call__textarea::placeholder {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
}
.quick-call__textarea {
	min-height: 126px;
	max-height: 126px;
	flex: 1 0 50%;
}
.quick-call__select {
	color: rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.1) url("./../images/arrow-white.svg") no-repeat right;
	background-position-x: calc(100% - 30px);
}

.quick-call__button {
	flex: 1 0 40%;
	padding: 17px 20px;
	background: #ffffff;
	color: #6a3ab2;
	border: none;
	border-radius: 12px;
	font-family: "Unbounded", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #6c5dce;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	transition: all 0.3s ease;
}

.quick-call__button:hover {
	background: #f0f0f0;
	transform: translateY(-1px);
}

.quick-call__button-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.quick-call__button-text {
	display: block;
}

.quick-call__button-text-desktop {
	display: none;
	position: relative;
	left: -10px;
}

.quick-call__checkbox {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	line-height: 1.5;
	cursor: pointer;
	flex: 1 0 50%;
}

.quick-call__checkbox input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	flex-shrink: 0;
	cursor: pointer;
	accent-color: #ffffff;
}

.quick-call__checkbox input[type="checkbox"] {
	border: 1.5px solid #fff;
}
.quick-call__checkbox input[type="checkbox"]::before {
	border-color: #6c5dce;
}
.quick-call__checkbox input[type="checkbox"]:checked {
	background: #fff;
}

.quick-call__checkbox span {
	flex: 1;
}

/* Мобильная версия */
@media (max-width: 1024px) {
	.quick-call__content {
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.quick-call {
		padding: 60px 0px;
	}

	.quick-call__content {
		gap: 24px;
	}

	.quick-call__title {
		margin-bottom: 20px;
	}

	.quick-call__form {
		gap: 12px;
	}

	.quick-call__form-row {
		flex-direction: column;
		gap: 12px;
	}
}

/* Блок «Нужна консультация по выбору метода?» (statiiinner) */
.consultation-request {
	margin: 60px 0;
	color: #fff;
}

.consultation-request__inner {
	border-radius: 32px;
	padding: 52px 60px;
	display: flex;
	justify-content: space-between;
	gap: 60px;
	background-image: url("./../images/noise.jpg"), linear-gradient(145deg, #4f3a8e 0%, #4a4a9e 40%, #3d4a8e 100%);
	background-size: cover;
}

.consultation-request__left {
	flex: 1 0 50%;
}
.consultation-request__right {
	flex: 1 0 35%;
}

.consultation-request__title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 20px;
}

.consultation-request__desc {
	margin-bottom: 40px;
}

.consultation-request__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.consultation-request__badge {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(12px);
	border-radius: 12px;
	padding: 12px 16px;
}

.consultation-request__form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.consultation-request__input-wrap {
	width: 100%;
}

.consultation-request__input {
	font-weight: 500;
	font-size: 16px;
	width: 100%;
	backdrop-filter: blur(24px);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.consultation-request__input::placeholder {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
}

.consultation-request__checkbox {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	line-height: 1.5;
	cursor: pointer;
	flex: 1 0 50%;
}

.consultation-request__checkbox input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	flex-shrink: 0;
	cursor: pointer;
	accent-color: #ffffff;
}

.consultation-request__checkbox input[type="checkbox"] {
	border: 1.5px solid #fff;
}
.consultation-request__checkbox input[type="checkbox"]::before {
	border-color: #6c5dce;
}
.consultation-request__checkbox input[type="checkbox"]:checked {
	background: #fff;
}

.consultation-request__submit {
	width: 100%;
	padding: 17px 20px;
	background: #ffffff;
	color: #6a3ab2;
	border: none;
	border-radius: 12px;
	font-family: "Unbounded", sans-serif;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.consultation-request__submit:hover {
	background: #f0f0f0;
	transform: translateY(-1px);
}

@media (max-width: 1300px) {
	.consultation-request__inner {
		flex-direction: column;
		gap: 32px;
	}
}
@media (max-width: 1100px) {
	.consultation-request__inner {
		flex-direction: row;
		gap: 60px;
		padding: 48px 30px;
	}
}
@media (max-width: 769px) {
	.consultation-request__inner {
		flex-direction: column;
		gap: 24px;
		padding: 60px 16px;
	}

	.consultation-request__title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.consultation-request__desc {
		margin-bottom: 20px;
	}

	.consultation-request__badges {
		gap: 12px;
	}
}

/* Форма «Оставить отзыв о враче» */
.doctor-review-form__inner {
	border-radius: 32px;
	padding: 52px;
	background-image: url("../fonts/../images/noise.JPG"), linear-gradient(145deg, #4f3a8e 0%, #4a4a9e 40%, #3d4a8e 100%);
	background-size:
		cover,
		100% 100%;
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
}

.doctor-review-form__title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 120%;
	color: #fff;
	margin: 0 0 32px 0;
	text-align: center;
}

.doctor-review-form__form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.doctor-review-form__row {
	display: grid;
	grid-template-columns: 1.5fr 2fr;
	gap: 20px;
}

.doctor-review-form__input {
	color: #fff;
	backdrop-filter: blur(24px);
	background: rgba(255, 255, 255, 0.1);
	width: 100%;
	gap: 10px;
}
.doctor-review-form__textarea {
	width: 100%;
	color: #fff;
	backdrop-filter: blur(24px);
	background: rgba(255, 255, 255, 0.1);
	transition: background 0.2s;
}

.doctor-review-form__input::placeholder,
.doctor-review-form__textarea::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.doctor-review-form__input:focus,
.doctor-review-form__textarea:focus {
	outline: none;
	background: rgba(255, 255, 255, 0.22);
}

.doctor-review-form__textarea {
	min-height: 100px;
}

.doctor-review-form__rating-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(24px);
	margin-top: 12px;
	width: 100%;
	border-radius: 12px;
	justify-content: space-between;
	padding-top: 19px;
	padding-right: 24px;
	padding-bottom: 19px;
	padding-left: 24px;
}

.doctor-review-form__rating-label {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.doctor-review-form__stars {
	display: flex;
	gap: 4px;
	align-items: center;
}

.doctor-review-form__star {
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	display: inline-flex;
	line-height: 0;
}

.doctor-review-form__star-img {
	width: 24px;
	height: 24px;
	display: block;
}

.doctor-review-form__star-img--filled {
	display: none;
}

.doctor-review-form__star.active .doctor-review-form__star-img--empty,
.doctor-review-form__star.filled .doctor-review-form__star-img--empty {
	display: none;
}

.doctor-review-form__star.active .doctor-review-form__star-img--filled,
.doctor-review-form__star.filled .doctor-review-form__star-img--filled {
	display: block;
}

.doctor-review-form__submit-row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 20px;
}

.doctor-review-form__submit {
	padding: 14px 24px;
	border: none;
	border-radius: 12px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: var(--prices-primary-color, #483f84);
	background: rgba(255, 255, 255, 0.95);
	cursor: pointer;
	transition:
		background 0.2s,
		color 0.2s;
	flex-shrink: 0;
	width: 100%;
}

.doctor-review-form__submit:hover {
	background: #fff;
}

.doctor-review-form__agree {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
	min-width: 0;
	flex-shrink: 1;
}

.doctor-review-form__agree-input {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.doctor-review-form__agree-box {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	transition:
		border-color 0.2s,
		background 0.2s;
}

.doctor-review-form__agree-text {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: rgba(255, 255, 255, 0.9);
}

.doctor-review-form__agree input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	flex-shrink: 0;
	cursor: pointer;
	accent-color: #ffffff;
}

.doctor-review-form__agree input[type="checkbox"] {
	border: 1.5px solid #fff;
}
.doctor-review-form__agree input[type="checkbox"]::before {
	border-color: #6c5dce;
}
.doctor-review-form__agree input[type="checkbox"]:checked {
	background: #fff;
}

@media (max-width: 767px) {
	.doctor-review-form__inner {
		padding: 60px 16px;
		border-radius: 20px;
	}
	.doctor-review-form__title {
		text-align: left;
		font-size: 24px;
		margin-bottom: 24px;
	}

	.doctor-review-form__row {
		grid-template-columns: 1fr;
	}

	.doctor-review-form__rating-wrap {
		flex-direction: column;
		align-items: flex-start;
	}

	.doctor-review-form__input {
		width: 100%;
	}

	.doctor-review-form__rating-wrap {
		width: 100%;
	}
}

.vrachi-infoblock {
	border-radius: 20px;
	background: rgba(249, 248, 255, 1);
	display: flex;
	flex-direction: column;
	padding: 24px 32px;
	margin-top: 20px;
}

.vrachi-infoblock__title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: rgba(72, 63, 132, 1);
	margin-bottom: 20px;
}

.vrachi-infoblock__shedule ul,
.vrachi-infoblock__list ol {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.vrachi-infoblock__shedule ul li {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.vrachi-infoblock__shedule ul li span {
	opacity: 0.8;
}

.vrachi-infoblock__list ol {
	counter-reset: name;
	list-style: none;
}
.vrachi-infoblock__list ol li {
	position: relative;
	padding-left: 28px;
}
.vrachi-infoblock__list ol li::before {
	content: counter(name) ".";
	counter-increment: name;
	font-weight: 600;
	color: #6c5dce;
	position: absolute;
	top: 0;
	left: 0;
}

ol li::marker {
	color: rgba(108, 93, 206, 1);
	font-weight: 600;
}

.vrachi-text {
	margin-bottom: 60px;
}
.vrachi-text__title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 1.2;
	color: #483f84;
	margin-bottom: 32px;
}

@media (max-width: 768px) {
	.vrachi-text {
		margin-bottom: 40px;
	}
	.vrachi-text__title {
		font-size: 20px;
		margin-bottom: 24px;
	}
}

.banner__text {
	flex: 1;
	text-align: left;
}

.banner__inner {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	background-color: #6b5cce;
	border-radius: 32px;
	overflow: visible;
	height: clamp(220px, 24vw, 316px); /* адаптивная высота */
	display: flex;
	align-items: center;
	padding-left: clamp(20px, 5vw, 80px);
	padding-right: calc(clamp(160px, 20vw, 320px) + clamp(16px, 4vw, 40px)); /* место под изображение */
}

.banner__content {
	position: relative;
	z-index: 4;
	max-width: 668px;
}

.banner__text {
	margin: 0;
	color: #fff;
	font-weight: 400;
	text-align: left;
	font-family: "Unbounded", sans-serif;
	line-height: 1.2;
}

/* Адаптивная группа изображений */
.banner__image-group {
	position: absolute;
	top: 0;
	right: clamp(16px, 4vw, 40px);
	width: clamp(160px, calc(180px + (100vw - 320px) * 0.12), 320px);
	height: auto;
	z-index: 5;
}

/* Фоновое изображение */
.banner__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.banner__bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.banner__image-wrapper {
	position: relative;
	display: block;
	width: 100%;
	top: -100%;
}

.banner__image {
	display: block;
	/* width: 500px; */
	object-fit: cover;
	width: 100%;
	position: relative;
	z-index: 3;
}

.banner__stat-title {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 60px;
}

.banner__stat-item {
	max-width: 58%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 60px 80px;
}

.banner__stat-btn {
	max-width: 466px;
	transition: all 0.3s ease;
}
.banner__stat-btn:hover {
	background: #e2e0f0;
}

.banner__right-box {
	max-width: 50%;
	position: relative;
	/* background-image: url('../fonts/./assets/images/halfcircle.png'); */
	background-size: 400px 400px;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
	padding: 0;
	flex-direction: column-reverse;
	padding-right: 32px;
}

.banner__stat {
	display: flex;
	gap: 20px;
	background: url("./../images/noise.jpg") no-repeat center / cover #6c5dce;
	border-radius: 32px;
}

@media (max-width: 1024px) {
	.banner__stat-item {
		padding: 32px;
	}
	.banner__right-box {
		padding: 0;
	}
}
@media screen and (max-width: 840px) {
	.banner__stat {
		flex-direction: column;
		gap: 16px;
		overflow: hidden;
		border-radius: 20px;
	}
	.banner__stat-item {
		top: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
	}

	.banner__stat-title {
		font-size: 20px;
		margin-bottom: 24px;
		text-align: left;
	}

	.banner__stat-btn {
		max-width: 100%;
	}

	.banner__right-box {
		padding: 0;
		width: 100%;
		position: relative;
		left: 0%;
	}

	.banner__image {
		position: relative;
		width: 100%;
	}

	.banner__inner {
		padding-left: 20px;
		padding-right: 200px; /* оставляем место под изображение */
		height: 280px;
		top: 0;
		bottom: 0;
	}

	.banner__content {
		flex-direction: column;
		gap: 40px;
	}

	.banner__text {
		text-align: center;
	}

	.banner__text {
		font-size: 24px;
		line-height: 1.3;
	}

	.banner__image-group {
		width: 200px;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}
@media screen and (max-width: 600px) {
	.banner__stat-item {
		padding: 18px 20px;
	}
	.banner__right-box {
		padding: 0;
	}
}

/* === BANNER-SECOND === */
.banner-second {
	background: url("./../images/noise.jpg") no-repeat center / cover #6c5dce;
	color: #fff;
	position: relative;
}

.banner-second__inner {
	display: flex;
	flex-direction: column;
	gap: 72px;
	padding: 82px 0 115px;
	max-width: 55%;
	position: relative;
	z-index: 2;
}

.banner-second__title {
	color: #fff;
	margin-bottom: 32px;
}

.banner-second__subtitle {
	max-width: 660px;
}

.banner-second__stat-actions {
	display: flex;
	align-items: center;
	gap: 32px;
}

.banner-second__stat-actions button {
	height: 60px;
	width: min(290px, 100%);
	padding: 18px 60px;
	font-family: "Montserrat", sans-serif;
	line-height: 140%;
	white-space: nowrap;
}

.banner-second__stat-actions p {
	max-width: 400px;
}

.banner-second__image-wrap {
	position: absolute;
	right: clamp(20px, 4vw, 40px);
	bottom: 0;
	width: 50%;
	max-width: 50%;
	max-width: 877px;
	min-height: 100%;
	max-height: 110%;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	pointer-events: none;
}

.banner-second__image {
	display: block;
	width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: right bottom;
}

/* Мобильная версия — порядок: текст, изображение, кнопка */
@media (max-width: 1300px) {
	.banner-second {
		overflow: hidden;
	}
	.banner-second__image-wrap {
		right: -7%;
		width: 60%;
		max-width: 60%;
	}
}
@media (max-width: 1100px) {
	.banner-second__image-wrap {
		right: 50%;
		bottom: 145px;
		transform: translate(50%, 0%);
		min-height: auto;
	}
	.banner-second__image {
		max-height: 330px;
		object-position: top;
	}
	.banner-second__inner {
		max-width: 100%;
		gap: 300px;
	}
	.banner-second__stat-actions {
		justify-content: center;
	}
}
@media (max-width: 768px) {
	.banner-second__inner {
		padding: 60px 0;
	}

	.banner-second__stat-text {
		text-align: center;
	}

	.banner-second__title {
		margin-bottom: 20px;
	}

	.banner-second__stat-actions {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}

	.banner-second__stat-actions button {
		height: auto;
		width: 100%;
		padding: 19px 20px;
	}

	.banner-second__stat-actions p {
		max-width: 375px;
		margin: 0 auto;
		text-align: center;
	}

	.banner-second__image-wrap {
		width: 130%;
		max-width: 480px;
		bottom: 155px;
	}

	.banner-second__image {
		max-height: 310px;
	}
}

.popup {
	height: 100vh;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 100%;
	z-index: 2000;
	transition: opacity 0.4s ease;
	overflow-y: auto;
	background: rgba(48, 44, 68, 0.6);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	display: none;
}

.popup.active {
	display: block;
}

.popup__body {
	width: 100%;
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 15px 20px;
}

.popup.open {
	opacity: 1;
	pointer-events: all;
}

.popup__content {
	width: 100%;
	max-width: 582px;
	border-radius: 32px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 32px 40px;
	background: #ffffff;
	scale: 0.3;
	transition: scale 0.4s ease;
}

.popup.open .popup__content {
	scale: 1;
}

.close-popup {
	position: absolute;
	top: -47px;
	right: -47px;
	cursor: pointer;
	border-radius: 12px;
	width: 47px;
	height: 47px;
	transition: all 0.3s linear;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup .result_wrapper {
	width: 100%;
	padding: 30px 0;
}
.popup .result_wrapper h3 {
	font-size: 22px;
	margin-bottom: 20px;
	text-align: center;
}
.popup .result_wrapper p {
	text-align: center;
}

@media (hover: hover) {
	.close-popup:hover {
		background: rgba(255, 255, 255, 0.3);
	}
}

@media (max-width: 768px) {
	.popup__content {
		border-radius: 20px;
		padding: 16px 20px;
	}

	.close-popup {
		top: -67px;
		right: 0;
	}
}

.slider__mobile .swiper-pagination {
	position: static;
	width: fit-content;
}

.features-process .swiper-pagination {
	color: #483f84;
	opacity: 0.8;
}

.swiper-button-next,
.swiper-button-prev {
	position: relative;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: "" !important;
}

.swiper-button-next picture,
.swiper-button-prev picture {
	display: flex;
}

.swiper-button-prev picture {
	transform: rotate(180deg);
}

.sitemap__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.sitemap__item {
	border-radius: 32px;
	padding: 24px 32px;
	background: #f9f8ff;
}
.sitemap__item-title {
	display: block;
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: #483f84;
	margin-bottom: 20px;
}
.sitemap__item ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
	transition: all 0.3s ease;
	max-height: 312px;
	overflow: hidden;
}
.sitemap__item ul a {
	display: block;
	color: #484365;
	transition: all 0.3s ease;
}
.sitemap__item ul a:hover {
	color: #483f84;
	text-decoration: underline;
}
.sitemap__item-btn {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 1.4;
	text-align: right;
	color: #6c5dce;
	margin-top: 16px;
}

@media (max-width: 1200px) {
	.sitemap__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}
@media (max-width: 1024px) {
	.sitemap__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}
@media (max-width: 768px) {
	.sitemap__item {
		border-radius: 20px;
		padding: 18px 20px;
	}
	.sitemap__item-title {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.sitemap__item ul {
		max-height: 260px;
	}
}
@media (max-width: 650px) {
	.sitemap__grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 12px;
	}
}

.not-found__titile {
	margin-bottom: 30px;
}
.not-found__text {
	opacity: 0.65;
	max-width: 725px;
	margin-bottom: 60px;
}
.not-found__btn {
	display: block;
	border-radius: 12px;
	padding: 17px 40px;
	background: #6c5dce;
	font-weight: 600;
	text-align: center;
	color: #fff;
	width: fit-content;
}
@media (max-width: 768px) {
	.not-found__titile {
		margin-bottom: 24px;
	}
	.not-found__text {
		margin-bottom: 40px;
	}
	.not-found__btn {
		padding: 19px 20px;
		width: 100%;
	}
}
.search__block .search__input {
border: 1px solid #6c5dce;
margin-bottom: 20px;
}
.search__block .search__result {
margin-bottom: 20px;
}

.filter-sidebar__btns--faq {
    margin-bottom: 20px;
}

.newVidj__wrap.container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
}

.newVidj__contacts {
    width: 100%;
    display: grid;
    grid-template-areas:
        "call call max"
        "chat callbtn calc";
    gap: 10px;
    padding: 5px;
    border-radius: 12px;
    border: 1px #E5EEF4 solid;
    background-color: #f9f8ff;
}

.newVidj {
    position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 999;
    width: 100%;
    transform: translatey(200%);
    transition: 0.8s ease;
}

.newVidj.active {
    transform: translatey(0);
}

.newVidj__agree {
    background-color: white;
    padding: 3px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.newVidj__agree:hover {
    background-color: #5f8c00;
    color: white;
}

.newVidj__close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
}

.newVidj__item.newVidj__item--call {
    grid-area: call;
}

.newVidj__item.newVidj__item--callbtn {
    grid-area: callbtn;
}

.newVidj__item.newVidj__item--chat {
    grid-area: chat;
}

.newVidj__item.newVidj__item--calc {
    grid-area: calc;
}

.newVidj__item.newVidj__item--chat {
    grid-area: chat;
}

.newVidj__item {
    background-color: rgba(108, 93, 206, 0.1);
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border: 1px transparent solid;
    cursor: pointer;
}

.newVidj__item.newVidj__item--call {
    background-color: #D24740;
    color: white;
}

.newVidj__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: black;
}

.newVidj__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: black;
}

.newVidj__caption {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.newVidj__item.newVidj__item--call .newVidj__subtitle {
    color: #FFFFFFCC;
}

.newVidj__item.newVidj__item--call .newVidj__title {
    color: white;
}

.newVidj__btn {
    padding: 10px 15px;
    background-color: #C1403A;
    border-radius: 6px;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap;
}

.newVidj__title,
.newVidj__subtitle {
    white-space: nowrap;
}

.newVidj__text a {
    color: #d4c7c7;
}

.newVidj__text {
    font-size: 14px;
    line-height: 120%;
    padding-right: 10px;
}

.newVidj__item:hover {
    border-color: white;
    background-color: rgba(108, 93, 206, 1);
    color: white;
}

.newVidj__item:hover .newVidj__title,
.newVidj__item:hover .newVidj__subtitle {
    color: white;
}

/* .policyclose .newVidj__contacts {
    grid-template-areas:
        "call call max chat callbtn calc";
} */

.policyclose .newVidj__policy {
    display: none;
}

.fixed-buttons {
    display: none;
}

@media(max-width: 1167px) {
    .newVidj__item.newVidj__item--calc {
        display: none;
    }

    .fixed-buttons {
        display: block;
    }
}

@media(max-width: 980px) {

    .newVidj__wrap.container {
        flex-direction: column-reverse;
    }

    .newVidj__agree {
        width: 100%;
    }

    .newVidj__contacts {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .newVidj__item:hover {
        border-color: transparent;
        background-color: transparent;
        color: white;
    }

    .newVidj__btn {
        font-size: 14px;
        height: 42px;
    }

    .newVidj__icon {
        width: 40px;
        height: 40px;
    }

    .newVidj__caption {
        display: none;
    }

    .newVidj__item {
        background-color: transparent;
        padding: 0;
        width: fit-content;
        border: none;
    }
}

.newVidj__wrap .coopolicy__visible {
    position: relative;
}

.b24-widget-button-wrapper {
    display: none !important;
}

@media (width<=600px) {
    .newVidj__wrap.container {
        padding: 0;
    }

    .newVidj__item svg {
        width: 38px;
        height: 38px;
    }
}