/* Подключение шрифта Gilroy */
@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--container-width: 1200px;
	--container-padding: 16px;
	--container-min-height: 600px;
	--color-bg: #ffffff;
	--color-text: #141752;
	--color-muted: #6b7280;
	--color-button-bg: #141752;
	--color-button-bg-banner: #c9966c;
	--color-button-text: #ffffff;
	--color-accent: #141752;
	--color-menu-bg: rgba(76, 81, 217, 0.27);
	--color-menu-link: #141752;
	--color-border: #e5e7eb;
	--color-mobile-menu-bg: #F3F4FF;
	--color-key-services-bg1: #F3F4FF;
	--color-key-services-bg2: #F6F0EB;
}

/* Сброс стилей WordPress для шрифтов */
body,
body *,
html,
html * {
	font-family: 'Gilroy', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}

/* Дополнительные специфичные правила для перебивки стилей WordPress */
body,
body p,
body div,
body span,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body a,
body button,
body input,
body textarea,
body select {
	font-family: 'Gilroy', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}

* {
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

body {
	margin: 0;
	font-family: 'Gilroy', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
	color: var(--color-text);
	background: var(--color-bg);
	line-height: 1.5;
	padding-top: 140px;
	font-weight: 400;
}

/* Заголовки используют Gilroy Light */
h1, h2, h3, h4, h5, h6,
.hero__title,
.section__title,
.card__title,
.service__title,
.expert__name {
	font-weight: 300;
}

.container {
	max-width: var(--container-width);
	padding-left: var(--container-padding);
	padding-right: var(--container-padding);
	margin-left: auto;
	margin-right: auto;
}

.visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	fill: currentColor;
}

.site-header {
	border-bottom: 1px solid var(--color-border);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: var(--color-bg);
}

.site-header__top {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 16px;
	align-items: center;
	padding-top: 12px;
	padding-bottom: 12px;
}

.site-header__logo {
	display: inline-flex;
	align-items: center;
}

.site-header__logo-image {
	display: block;
	height: 64px;
	width: auto;
}

.site-header__info {
	display: grid;
	grid-template-rows: auto auto;
	gap: 4px;
	align-items: start;
}

.site-header__info-line {
	font-size: 16px;
	font-weight: 400;
	color: var(--color-text);
}

.site-header__type {
	font-size: 25px;
	text-transform: none;
	color: var(--color-text);
	font-weight: 500;
}

.site-header__address {
	color: var(--color-text);
	text-decoration: none;
}

.site-header__hours {
	color: var(--color-text);
	text-decoration: none;
}

.site-header__phone {
	color: var(--color-text);
	text-decoration: none;
}

.site-header__phone:hover {
	text-decoration: underline;
}

.site-header__info-top {
	display: grid;
	gap: 2px;
}

.site-header__info-bottom {
	display: flex;
	flex-direction: row;
	gap: 70px;
	align-items: center;
}

.site-header__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}

.site-header__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 14px;
	background: var(--color-accent);
	color: var(--color-button-text);
	text-decoration: none;
	font-weight: 600;
	transition: background .2s ease;
	white-space: nowrap;
	border: 1px solid transparent;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
}

.site-header__button:hover {
	background-color: var(--color-bg);
	color: var(--color-accent);
	border: 1px solid var(--color-accent);
}

.site-header__social {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

/* Мобильные элементы (скрыты на десктопе) */
.site-header__mobile {
	display: none;
}

.site-header__mobile-phone {
	font-size: 16px;
	font-weight: 700;
	color: var(--color-text);
	text-decoration: none;
	transition: color 0.3s ease;
}

.site-header__mobile-phone:hover {
	color: var(--color-accent);
}

.main-nav {
	border-top: 1px solid var(--color-border);
	background: var(--color-menu-bg);
}

.main-nav .container {
	padding-top: 5px;
	padding-bottom: 6px;
}

.main-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	justify-content: space-between;
}


.main-nav__link {
	display: inline-flex;
	align-items: center;
	padding: 10px 8px;
	text-decoration: none;
	color: var(--color-menu-link);
	border-radius: 6px;
	font-weight: 500;
	font-size: 16px;
}

.main-nav__link-text {
	text-decoration: none;
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
}

.main-nav__link:hover {
	background: #4C51D9;
	color: var(--color-button-text);
}

/* Выпадающее меню */
.main-nav__item--dropdown {
	position: relative;
}

.main-nav__arrow {
	margin-left: 4px;
	transition: transform 0.3s ease;
}

.main-nav__item--dropdown:hover .main-nav__arrow {
	transform: rotate(180deg);
}

.main-nav__dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	background: var(--color-bg);
	border: 1px solid var(--color-border);
	border-radius: 14px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	min-width: 200px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	z-index: 1000;
	list-style: none;
	margin: 0;
	padding: 8px 0;
}

.main-nav__item--dropdown:hover .main-nav__dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	border-radius: 14px;
}

.main-nav__dropdown li {
	margin: 0;
	border-radius: 14px;
}

.main-nav__dropdown a {
	display: block;
	padding: 8px 16px;
	color: var(--color-text);
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: background 0.3s ease;
	border-radius: 14px;
}

.main-nav__dropdown a:hover {
	background: var(--color-menu-bg);
	border-radius: 14px;
	color: var(--color-accent);
}

.main-nav__toggle {
	display: none;
}

.main-nav__overlay {
	display: none;
}

.hero-banner {
	position: relative;
	background:	linear-gradient(rgba(20, 23, 82, 0.6), rgba(20, 23, 82, 0.6)), 
				url("../img/hero-banner-bg.png") center 100%;
	background-size: cover;
	background-position: center 100%;
	background-attachment: fixed;
	color: var(--color-bg);
}

.hero-banner__content {
	background: rgba(20, 23, 82, 0.6);
	position: relative;
	width: 65%;
	max-width: var(--container-width);
	min-height: 450px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.hero-banner__content-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
	padding: 80px 40px;
	max-width: 700px;
}

.hero-banner__text-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 40px;
}

.hero-banner__title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 24px 0;
	color: var(--color-bg);
}

.hero-banner__subtitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 40px 0;
	color: var(--color-bg);
	opacity: 0.95;
}

.hero-banner__discount {
	display: none;
}

.hero-banner__buttons-container {
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-items: center;
}

.hero-banner__actions {
	display: flex;
	gap: 16px;
	align-items: center;
}

.hero-banner__button {
	display: inline-flex;
	padding: 16px 32px;
	border-radius: 12px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}

.hero-banner__button--primary {
	background: var(--color-button-bg-banner);
	color: var(--color-button-text);
	border: 2px solid var(--color-button-bg-banner);
}

.hero-banner__button--primary:hover {
	background: var(--color-bg);
	color: var(--color-accent);
	border: 2px solid var(--color-accent);
	transform: translateY(-2px);
}

.hero-banner__button--secondary {
	background: var(--color-bg);
	color: var(--color-text);
	border: 2px solid var(--color-border);
}

.hero-banner__button--secondary:hover {
	background: var(--color-accent);
	color: var(--color-bg);
	border: 2px solid var(--color-accent);
	transform: translateY(-2px);
}

/* Быстрые услуги */
.quick-services {
	padding: 30px 0 0 0;
	background: var(--color-bg);
}

.quick-services__grid {
	display: flex;
	gap: 30px;
	margin: 0 -15px;
}

.quick-service-card {
	flex: 1;
	background: var(--color-bg);
	border-radius: 16px;
	padding: 30px;
	box-shadow: 0 4px 20px rgba(20, 23, 82, 0.08);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	margin: 0 15px;
}

.quick-service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(20, 23, 82, 0.15);
}

.quick-service-card__icon {
	width: 64px;
	height: 64px;
	background: var(--color-menu-link);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	flex-shrink: 0;
}

.quick-service-card__icon svg {
	width: 32px;
	height: 32px;
	color: var(--color-bg);
}

.quick-service-card__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-grow: 1;
}

.quick-service-card__title {
	font-size: 24px;
	font-weight: 700;
	color: var(--color-text);
	margin: 0 0 12px 0;
	line-height: 1.3;
}

.quick-service-card__description {
	font-size: 16px;
	color: var(--color-muted);
	line-height: 1.6;
	margin: 0 0 24px 0;
	flex-grow: 1;
}

.quick-service-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 28px;
	background: var(--color-menu-link);
	color: var(--color-bg);
	text-decoration: none;
	font-weight: 600;
	border-radius: 10px;
	transition: all 0.3s ease;
	font-size: 15px;
	white-space: nowrap;
}

.quick-service-card__button:hover {
	background: var(--color-button-bg-banner);
	color: var(--color-bg);
	transform: translateY(-2px);
}

/* Ключевые услуги */
.key-services {
	background: var(--color-bg);
}

.key-services__title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	margin: 30px 0 30px 0;
}

.key-services__title svg {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	color: var(--color-button-bg-banner);
}

.key-services__title h2 {
	font-size: 36px;
	font-weight: 400;
	margin: 0;
	color: var(--color-menu-link);
}

.key-services__title span {
	font-weight: 700;
}

.key-services__grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.key-services__card {
	flex-basis: calc(33.33% - 30px);
	margin: 0 15px 30px 15px;
	flex-grow: 1;
	background: var(--color-key-services-bg1);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: row;
	position: relative;
	max-height: 270px;
	text-decoration: none;
	color: inherit;
}

.key-services__card:nth-child(even) {
	background: var(--color-key-services-bg2);
}

.key-services__card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.key-services__image {
	max-width: 150px;
	width: 150px;
	height: 100%;
	overflow: hidden;
	background: var(--color-mobile-menu-bg);
	flex-shrink: 0;
	border-radius: 14px;
}

.key-services__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 12px 0 0 12px;
}

.key-services__content {
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
}

.key-services__card-title h4 {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-menu-link);
	margin: 0 0 12px 0;
	line-height: 1.3;
}

.key-services__description {
	font-size: 14px;
	color: var(--color-menu-link);
	margin: 0 0 20px 0;
	line-height: 1.5;
}

.key-services__link {
	display: inline-flex;
	align-items: center;
	position: relative;
	padding-left: 32px;
	color: var(--color-accent);
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s ease;
	width: fit-content;
}

.key-services__link::before {
	content: '';
	display: block;
	position: absolute;
	height: 22px;
	width: 22px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: var(--color-accent);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center;
	transition: all 0.3s linear;
}

.key-services__link::after {
	content: '';
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent var(--color-bg);
}

.key-services__card:hover .key-services__link {
	color: var(--color-button-bg-banner);
}

.key-services__card:hover .key-services__link::before {
	background-color: var(--color-button-bg-banner);
}

.experts {
	padding: 40px 0 0 0;
	background: var(--color-bg);
}

.experts__title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	margin: 0 0 60px 0;
}

.experts__title svg {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	color: var(--color-button-bg-banner);
}

.experts__title h2 {
	font-size: 36px;
	font-weight: 400;
	margin: 0;
	color: var(--color-menu-link);
}

.experts__title span {
	font-weight: 700;
}

.experts__carousel {
	position: relative;
	max-width: calc(100% - 120px);
	margin: 0 auto;
}

.experts-swiper {
	position: relative;
	overflow: hidden;
	height: 600px;
	padding-bottom: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 60px !important;
	height: 60px !important;
	border: none !important;
	background: transparent !important;
	color: var(--color-accent) !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	z-index: 10 !important;
	transition: all 0.3s ease !important;
	margin-top: 0 !important;
}

.swiper-button-prev {
	left: -70px !important;
}

.swiper-button-next {
	right: -70px !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: var(--color-accent) !important;
	filter: brightness(0.8) !important;
	transform: translateY(-50%) scale(1.1) !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 60px !important;
	height: 60px !important;
}

.expert-card {
	background: white;
	border-radius: 14px;
	overflow: hidden;
	transition: transform 0.3s ease, opacity 0.3s ease;
	will-change: transform;
}

.expert-card:hover {
	transform: translateY(-5px);
}

.expert-card__photo {
	height: 250px;
	background: #e5e7eb;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.expert-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.expert-card__info {
	padding: 8px;
	height: 210px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.specialist-image {
    margin-bottom: 15px;
    background: #e5e7eb;
    border-radius: 14px;
    height: auto;
    overflow: visible;
}

.specialist-photo {
    width: 100%;
	height: auto;
    object-fit: contain;
    display: block;
	border-radius: 14px;
}

.specialist-name {
	font-size: 18px;
	font-weight: 700;
	color: var(--color-text);
	margin-bottom: 8px;
}

.specialist-title {
	font-size: 14px;
	color: var(--color-text);
	margin-bottom: 5px;
}

.specialist-experience {
	font-size: 12px;
	color: var(--color-text-light);
}

.expert-card__name {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 6px 0;
	line-height: 1.3;
}

.expert-card__specialty {
	color: var(--color-accent);
	font-weight: 500;
	margin: 0 0 6px 0;
	font-size: 11px;
	line-height: 1.2;
	flex-grow: 1;
}

.expert-card__experience {
	color: var(--color-accent);
	font-weight: 500;
	margin: 0;
	font-size: 14px;
}


.booking__content {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%234c51d9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' transform='scale(-1, 1) translate(-24, 0)' opacity='0.27'%3E%3Cpath d='M5 17a2 2 0 1 0 4 0a2 2 0 1 0-4 0m10 0a2 2 0 1 0 4 0a2 2 0 1 0-4 0'/%3E%3Cpath d='M5 17H3V6a1 1 0 0 1 1-1h9v12m-4 0h6m4 0h2v-6h-8m0-5h5l3 5M6 10h4M8 8v4'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
	padding-bottom: 20px;
}

.booking__top-button {
	padding-left: 60px;
	display: flex;
	text-align: center;
	margin-bottom: 20px;
}

.booking__top-button:hover {
	background-color: var(--color-bg);
	color: var(--color-accent);
}

.booking__appointment-button {
	display: inline-flex;
	padding: 10px 20px;
	background: var(--color-accent);
	color: var(--color-button-text);
	text-decoration: none;
	border-radius: 14px;
	font-weight: 600;
	transition: all 0.3s ease;
	font-size: 20px;
	border: 1px solid transparent;
}

.booking__appointment-button:hover {
	background-color: var(--color-bg);
	color: var(--color-accent);
	border: 1px solid var(--color-accent);
}

.booking__main-content {
	width: 50%;
	text-align: left;
	padding-left: 60px;
}

.booking__title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
}

.booking__title svg {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	color: var(--color-button-bg-banner);
}

.booking__title h2 {
	font-size: 36px;
	font-weight: 400;
	margin: 0;
	color: var(--color-menu-link);
}

.booking__title span {
	font-weight: 700;
}

.booking__text-content {
	margin-bottom: 30px;
}

.booking__description {
	color: var(--color-menu-link);
	margin: 0 0 20px 0;
	line-height: 1.6;
	font-size: 16px;
	text-align: justify;
}

.booking__bottom-button {
	margin-top: 30px;
}


.booking__subtitle {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 24px 0;
	color: var(--color-menu-link);
}

.booking__call-button {
	display: inline-flex;
	padding: 10px 20px;
	background: var(--color-button-bg);
	color: var(--color-button-text);
	text-decoration: none;
	border-radius: 14px;
	font-weight: 600;
	transition: all 0.3s ease;
	border: 1px solid transparent;
}

.booking__call-button:hover {
	background-color: var(--color-bg);
	color: var(--color-accent);
	border: 1px solid var(--color-accent);
}

.booking__illustration {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Отзывы пациентов */
.reviews {
	background: var(--color-bg);
}

.reviews__block {
	border-radius: 16px;
	background: var(--color-mobile-menu-bg);
	padding: 40px 30px 60px 30px;
}

.reviews__title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	margin: 0 0 40px 0;
}

.reviews__title svg {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	color: var(--color-button-bg-banner);
}

.reviews__title h2 {
	font-size: 36px;
	font-weight: 400;
	margin: 0;
	color: var(--color-menu-link);
}

.reviews__title span {
	font-weight: 700;
}

.reviews__carousel {
	position: relative;
	max-width: 100%;
}

.reviews-swiper {
	padding: 20px 0 50px 0;
}

.review-card {
	background: var(--color-menu-link);
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	height: auto;
	min-height: 220px;
	display: flex;
	flex-direction: column;
}

.review-card__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
	gap: 16px;
}

.review-card__name {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-bg);
	margin: 0;
	flex: 1;
}

.review-card__rating {
	display: flex;
	gap: 4px;
	flex-shrink: 0;
}

.star {
	font-size: 20px;
	color: #d1d5db;
	line-height: 1;
}

.star--filled {
	color: #fbbf24;
}

.review-card__text {
	font-size: 14px;
	line-height: 1.6;
	color: var(--color-bg);
	margin: 0;
	flex-grow: 1;
}

.reviews-button-prev,
.reviews-button-next {
	width: 50px;
	height: 50px;
	background: var(--color-button-bg-banner);
	border-radius: 50%;
	color: var(--color-bg);
	top: auto;
	bottom: 0;
	margin-top: 0;
}

.reviews-button-prev::after,
.reviews-button-next::after {
	font-size: 20px;
	font-weight: 700;
}

.reviews-button-prev {
	left: calc(50% - 60px);
}

.reviews-button-next {
	right: calc(50% - 60px);
}

.map {
	padding: 0 0;
	
}

.map__wrapper {
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.map__info {
	position: absolute;
	top: 40px;
	left: 55px;
	z-index: 10;
	background: rgba(255, 255, 255, 0.95);
	padding: 20px;
	border-radius: 14px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	max-width: 300px;
}

.map__subtitle {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 10px 0;
	color: var(--color-text);
}

.map__contacts {
	display: grid;
	gap: 12px;
}

.map__address,
.map__phone,
.map__hours {
	margin: 0;
	color: var(--color-text);
}

.map__phone a {
	color: var(--color-accent);
	text-decoration: none;
}

.map__phone a:hover {
	text-decoration: underline;
}

.map__container {
	width: var(--container-width);
	height: 400px;
	border-radius: 14px; 
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	margin: 20px 0 20px 0;
}

.map__container iframe {
    border-radius: 14px !important;
}

.map__placeholder {
	text-align: center;
	color: var(--color-muted);
}

.site-footer {
	padding: 60px 0 40px;
	background: var(--color-menu-link);
}

/* Контактная информация */
.footer__contacts {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}

.footer__contact-item {
	flex: 1;
	max-width: 200px;
}

.footer__contact-title {
	font-size: 16px;
	font-weight: 600;
	color: var(--color-bg);
	margin: 0 0 8px 0;
}

.footer__contact-text {
	font-size: 14px;
	color: var(--color-bg);
	margin: 0;
	line-height: 1.4;
}

.footer__social {
	display: flex;
	gap: 12px;
	align-items: center;
}

.social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--color-accent);
	color: white;
	border-radius: 50%;
	text-decoration: none;
	transition: background 0.3s ease;
}

.social-link:hover {
	background: #3a3fd8;
}

.footer__company-name {
	font-size: 24px;
	font-weight: 700;
	color: var(--color-bg);
	margin: 0 0 16px 0;
}

.footer__legal-text {
	font-size: 20px;
	color: var(--color-bg);
	margin: 0 0 8px 0;
	line-height: 1.4;
}

.footer__bottom {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer__copyright {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer__copyright p {
	font-size: 14px;
	color: var(--color-bg);
	margin: 0;
}

.footer__policies {
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.footer__policy-link {
	font-size: 14px;
	color: var(--color-bg);
	text-decoration: underline;
	transition: color 0.3s ease;
}

.footer__policy-link:hover {
	color: #3a3fd8;
}

.footer__disclaimer {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer__disclaimer p {
	font-size: 12px;
	color: var(--color-bg);
	margin: 0;
	line-height: 1.4;
}

.page-content {
	padding: 40px 0;
}

/* 404 page */
.error-page {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 320px;
	gap: 16px;
}
.error-page__title { font-size: 36px; font-weight: 700; margin: 0; }
.error-page__text { color: var(--color-muted); margin: 0 0 8px 0; }

/* Cookie consent */
.cookie-consent {
	position: fixed;
	left: 0;
	right: 0;
	bottom: -200px;
	background: rgba(8, 1, 30, 0.96);
	color: #fff;
	z-index: 10000;
	padding: 16px 0;
	box-shadow: 0 -8px 24px rgba(0,0,0,0.2);
	transition: bottom .3s ease;
}
.cookie-consent--visible { bottom: 0; }
.cookie-consent__container { display: flex; gap: 16px; align-items: center; justify-content: space-between; }
.cookie-consent__text { font-size: 14px; line-height: 1.4; }
.cookie-consent__link { color: #8ea2ff; text-decoration: underline; }
.cookie-consent__button {
	background: var(--color-button-bg);
	color: var(--color-button-text);
	border: 1px solid transparent;
	border-radius: 10px;
	padding: 8px 14px;
	cursor: pointer;
	font-weight: 600;
}
.cookie-consent__button:hover { background: var(--color-bg); color: var(--color-accent); border-color: var(--color-accent); }
.cookie-consent__close { position: absolute; right: 8px; top: 8px; background: transparent; border: none; color: #fff; font-size: 20px; cursor: pointer; }

.page-header {
	text-align: center;
	margin-bottom: 40px;
}

.page-title {
	font-size: 36px;
	font-weight: 700;
	color: var(--color-text);
	margin: 2rem 0 16px 0;
}

.page-description {
	font-size: 18px;
	color: var(--color-muted);
	margin: 0;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 24px;
	margin-top: 40px;
}

.service-card {
	background: var(--color-bg);
	border: 1px solid var(--color-border);
	border-radius: 12px;
	padding: 24px;
	transition: all 0.3s ease;
}

.service-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.service-card h3 {
	font-size: 20px;
	font-weight: 600;
	color: var(--color-text);
	margin: 0 0 12px 0;
}

.service-card p {
	font-size: 16px;
	color: var(--color-muted);
	margin: 0 0 16px 0;
	line-height: 1.5;
}

.service-link {
	display: inline-block;
	color: var(--color-accent);
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s ease;
}

.service-link:hover {
	color: #3a3fd8;
	text-decoration: underline;
}

.experts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-top: 40px;
}

.expert-card {
	background: var(--color-bg);
	border: 1px solid var(--color-border);
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.expert-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.expert-card__photo {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.expert-card__image {
    width: 100%;
    height: 100%;
}

.expert-card__name {
	font-size: 20px;
	font-weight: 600;
	color: var(--color-text);
	margin: 0 0 8px 0;
}

.expert-card__specialty {
	font-size: 16px;
	color: var(--color-accent);
	margin: 0 0 8px 0;
	font-weight: 500;
}

.expert-card__experience {
	font-size: 14px;
	color: var(--color-muted);
	margin: 0 0 16px 0;
}

.expert-card__services h4 {
	font-size: 16px;
	font-weight: 600;
	color: var(--color-text);
	margin: 0 0 8px 0;
}

.expert-card__services ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.expert-card__services li {
	font-size: 14px;
	color: var(--color-muted);
	margin-bottom: 4px;
	padding-left: 16px;
	position: relative;
}

.expert-card__services li:before {
	content: "•";
	color: var(--color-accent);
	position: absolute;
	left: 0;
}
	
.expert-card__services {
	display: none;
}

.booking-content {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 40px;
	margin-top: 40px;
}

.booking-form-container {
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: 32px 32px 20px;
}

.booking-experts { position: relative; }
.booking-experts-swiper { height: 400px; overflow: hidden; width: 100%; }
.booking-experts-swiper .swiper-wrapper { width: 100%; }
.booking-experts-swiper .swiper-slide { width: calc(50% - 8px) !important; }
.booking-expert-card { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid var(--color-border); }
.booking-expert-card__photo { height: 320px; background: #e5e7eb; display: flex; align-items: center; justify-content: center; }
.booking-expert-card__image { width: 100%; height: 100%; object-fit: cover; }
.booking-expert-card__info { padding: 8px 10px 6px; }
.booking-expert-card__name { font-size: 16px; margin: 0 0 6px 0; }
.booking-expert-card__specialty { font-size: 13px; color: var(--color-accent); margin: 0; }
.booking-experts-prev, .booking-experts-next { position: absolute; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; z-index: 5; cursor: pointer; }
.booking-experts-prev { left: -8px; }
.booking-experts-next { right: -8px; }
.booking-actions--single { margin-top: 8px; }

.booking-form-container h2 {
	font-size: 24px;
	font-weight: 600;
	color: var(--color-text);
	margin: 0 0 24px 0;
}

.booking-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.form-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.form-group label {
	font-size: 14px;
	font-weight: 500;
	color: var(--color-text);
}

.form-group input,
.form-group select,
.form-group textarea {
	padding: 12px 16px;
	border: 1px solid var(--color-border);
	border-radius: 8px;
	font-size: 16px;
	font-family: inherit;
	transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
	outline: none;
	border-color: var(--color-accent);
}

.checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 14px;
	color: var(--color-text);
	cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
	margin: 0;
}

.booking-submit,
.contact-submit {
	background: var(--color-accent);
	color: var(--color-button-text);
	border: none;
	border-radius: 8px;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s ease;
}

.booking-submit:hover,
.contact-submit:hover {
	background: #3a3fd8;
}

.booking-info {
	background: var(--color-bg);
	border: 1px solid var(--color-border);
	border-radius: 12px;
	padding: 24px;
	height: fit-content;
}

.booking-info h3 {
	font-size: 20px;
	font-weight: 600;
	color: var(--color-text);
	margin: 0 0 20px 0;
}

.info-item {
	margin-bottom: 20px;
}

.info-item h4 {
	font-size: 16px;
	font-weight: 600;
	color: var(--color-text);
	margin: 0 0 8px 0;
}

.info-item p {
	font-size: 14px;
	color: var(--color-muted);
	margin: 0;
}

.info-item ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.info-item li {
	font-size: 14px;
	color: var(--color-muted);
	margin-bottom: 4px;
	padding-left: 16px;
	position: relative;
}

.info-item li:before {
	content: "•";
	color: var(--color-accent);
	position: absolute;
	left: 0;
}

.contacts-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-top: 40px;
}

.contact-info {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.contact-card {
	background: var(--color-bg);
	border: 1px solid var(--color-border);
	border-radius: 12px;
	padding: 24px;
}

.contact-card h3 {
	font-size: 18px;
	font-weight: 600;
	color: var(--color-text);
	margin: 0 0 16px 0;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.contact-icon {
	color: var(--color-accent);
	flex-shrink: 0;
}

.contact-text {
	font-size: 16px;
	color: var(--color-text);
	margin: 0;
}

.contact-text a {
	color: var(--color-accent);
	text-decoration: none;
}

.contact-text a:hover {
	text-decoration: underline;
}

.social-links {
	display: flex;
	gap: 12px;
}

.social-links .social-link {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	background: var(--color-accent);
	color: white;
	text-decoration: none;
	border-radius: 8px;
	font-size: 14px;
	transition: background 0.3s ease;
}

.social-links .social-link:hover {
	background: #3a3fd8;
}

.contact-form-container {
	background: var(--color-bg);
	border: 1px solid var(--color-border);
	border-radius: 12px;
	padding: 32px;
}

.contact-form-container h3 {
	font-size: 20px;
	font-weight: 600;
	color: var(--color-text);
	margin: 0 0 24px 0;
}

.contact-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.map-container {
	margin-top: 40px;
}

.map-container h3 {
	font-size: 24px;
	font-weight: 600;
	color: var(--color-text);
	margin: 0 0 20px 0;
}

.map-placeholder {
	background: var(--color-bg);
	border: 1px solid var(--color-border);
	border-radius: 12px;
	padding: 40px;
	text-align: center;
}

.map-placeholder p {
	font-size: 16px;
	color: var(--color-muted);
	margin: 0 0 8px 0;
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(4px);
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.modal-overlay.active {
	opacity: 1;
	visibility: visible;
}

.modal-content {
	background: var(--color-bg);
	border-radius: 16px;
	padding: 32px;
	max-width: 500px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
	transform: scale(0.8) translateY(20px);
	transition: all 0.3s ease;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.modal-overlay.active .modal-content {
	transform: scale(1) translateY(0);
}

.modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	background: none;
	border: none;
	font-size: 24px;
	color: var(--color-muted);
	cursor: pointer;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.modal-close:hover {
	background: var(--color-border);
	color: var(--color-text);
}

.modal-title {
	font-size: 24px;
	font-weight: 700;
	color: var(--color-text);
	margin: 0 0 24px 0;
	text-align: center;
}

.modal-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.modal-form .form-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.modal-form .form-group label {
	font-size: 14px;
	font-weight: 600;
	color: var(--color-text);
}

.modal-form .form-group input {
	padding: 12px 16px;
	border: 2px solid var(--color-border);
	border-radius: 8px;
	font-size: 16px;
	font-family: inherit;
	transition: border-color 0.3s ease;
	background: var(--color-bg);
}

.modal-form .form-group input:focus {
	outline: none;
	border-color: var(--color-accent);
	box-shadow: 0 0 0 3px rgba(76, 81, 217, 0.1);
}

.modal-form .form-group input.error {
	border-color: #ef4444;
}

.modal-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 8px 0;
}

.modal-checkbox input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
	flex-shrink: 0;
	margin-top: 2px;
}

.modal-checkbox label {
	font-size: 14px;
	color: var(--color-text);
	line-height: 1.4;
	cursor: pointer;
}

.modal-checkbox a {
	color: var(--color-accent);
	text-decoration: underline;
}

.modal-checkbox a:hover {
	color: #3a3fd8;
}

.modal-submit {
	background: var(--color-accent);
	color: var(--color-button-text);
	border: none;
	border-radius: 8px;
	padding: 14px 24px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 8px;
}

.modal-submit:hover {
	background: #3a3fd8;
	transform: translateY(-1px);
}

.modal-submit:disabled {
	background: var(--color-muted);
	cursor: not-allowed;
	transform: none;
}

.modal-success {
	text-align: center;
	padding: 20px 0;
}

.modal-success-icon {
	width: 64px;
	height: 64px;
	background: #10b981;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}

.modal-success-icon svg {
	width: 32px;
	height: 32px;
	color: white;
}

.modal-success-title {
	font-size: 20px;
	font-weight: 600;
	color: var(--color-text);
	margin: 0 0 12px 0;
}

.modal-success-text {
	font-size: 16px;
	color: var(--color-muted);
	margin: 0;
	line-height: 1.5;
}

.modal-error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	border-radius: 8px;
	padding: 12px 16px;
	margin-bottom: 16px;
	color: #dc2626;
	font-size: 14px;
	display: none;
}

.modal-error.show {
	display: block;
}

#medflexRoundWidgetData,
.medflex-round-widget,
.medflex-widget,
.mf-round-widget,
.mf-widget-round {
	display: none !important;
}

.service-page {
	padding: 40px 0;
}

.service-layout {
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 40px;
	align-items: start;
}

.service-main {
	max-width: none;
	padding: 20px;
	border-radius: 14px;
	border: 1px solid var(--color-accent);
	background: var(--color-key-services-bg1);
}

.breadcrumbs {
	margin-bottom: 30px;
	font-size: 14px;
	color: var(--color-text-light);
}

.breadcrumbs a {
	color: var(--color-accent);
	text-decoration: none;
	transition: color 0.2s ease;
}

.breadcrumbs a:hover {
	color: var(--color-accent-dark);
}

.breadcrumb-separator {
	margin: 0 8px;
	color: var(--color-text-light);
}

.breadcrumb-current {
	color: var(--color-text);
}

.service-hero {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 40px;
	align-items: center;
}

.service-hero-content {
	max-width: 600px;
}

.service-title {
	font-size: 48px;
	font-weight: 700;
	color: var(--color-text);
	margin-bottom: 20px;
	line-height: 1.2;
}

.service-description {
	font-size: 18px;
	line-height: 1.6;
	color: var(--color-text);
	margin-bottom: 30px;
	text-align: justify;
}

.service-call-button,
.service-booking-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border-radius: 14px;
	background: var(--color-button-bg);
	color: var(--color-button-text);
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	border: 1px solid transparent;
	transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.service-call-button:hover,
.service-booking-button:hover {
	background-color: var(--color-bg);
	color: var(--color-accent);
	border: 1px solid var(--color-accent);
	transform: translateY(-1px);
}

.service-hero-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-icon {
	width: 120px;
	height: 120px;
	background: var(--color-bg-light);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-why,
.service-individual {
	margin-bottom: 60px;
}

.service-section-title {
	font-size: 32px;
	font-weight: 700;
	color: var(--color-text);
	margin-bottom: 20px;
	line-height: 1.3;
}

.service-text {
	font-size: 16px;
	line-height: 1.6;
	color: var(--color-text);
	margin-bottom: 20px;
	text-align: justify;
}

.service-booking-button {margin-bottom:auto; }

.service-sidebar {
	position: sticky;
	top: 170px;
}

.sidebar-cta {
	background: linear-gradient(135deg, var(--color-accent), var(--color-accent-dark));
	color: white;
	border-radius: 12px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 500;
	line-height: 1.4;
}

.specialist-card {
	background: white;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.service-sidebar .specialist-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

/* Layout modifiers for different number of doctors */
.service-sidebar .specialist-list.specialist-list--1 {
	grid-template-columns: 1fr;
}

.service-sidebar .specialist-list.specialist-list--2 {
	grid-template-columns: 1fr;
}

.service-sidebar .specialist-list.specialist-list--3 {
	grid-template-columns: 1fr 1fr;
}

.service-sidebar .specialist-list.specialist-list--3 .specialist-card:nth-child(3) {
	grid-column: 1 / -1;
}

.service-sidebar .specialist-card {
    margin: 0;
    padding: 16px;
}

.service-sidebar .specialist-image {
	border-radius: 14px;
    height: auto;
}

/* Higher card variant to avoid image cropping (used for 1st/3rd items) */
.service-sidebar .specialist-card--tall .specialist-image {
	border-radius: 14px;
	height: auto;
}
.service-sidebar .specialist-card--tall .specialist-photo {
	border-radius: 14px;
	height: auto;
}

.service-sidebar .specialist-name {
    font-size: 16px;
}

.service-sidebar .specialist-title {
    font-size: 13px;
}

.service-sidebar .specialist-experience {
    font-size: 12px;
}

.specialist-card--placeholder {
    opacity: 0.75;
}

.specialist-card--placeholder .specialist-name,
.specialist-card--placeholder .specialist-title {
    color: #6b7280;
}

/* Адаптивность */
@media (max-width: 768px) {
	/* Общие стили */
	body {
		padding-top: 80px;
	}
	
	.container {
		padding-left: 16px;
		padding-right: 16px;
	}
	
	/* Хедер */
	.site-header__top {
		grid-template-columns: auto 1fr auto;
		gap: 16px;
		align-items: center;
		text-align: left;
	}
	
	.site-header__info {
		display: none;
	}
	
	/* Скрываем кнопки соцсетей и "Вызвать врача" */
	.site-header__actions {
		display: none;
	}
	
	/* Показываем мобильные элементы */
	.site-header__mobile {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 12px;
		flex: 1;
	}
	
	.site-header__logo-image {
		height: 48px;
	}
	
	.main-nav {
		position: relative;
		border-top: none;
		background: transparent;
	}

	.main-nav .container {
		padding-top: 0;
	}

	
	.main-nav__toggle {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
		width: 32px;
		height: 32px;
		background: none;
		border: none;
		cursor: pointer;
		padding: 0;
		z-index: 1001;
	}
	
	.main-nav__toggle span {
		display: block;
		width: 24px;
		height: 2px;
		background: var(--color-accent);
		transition: 0.3s;
		border-radius: 2px;
	}
	
	.main-nav__toggle.active span:nth-child(1) {
		transform: rotate(-45deg) translate(-4px, 5px);
	}
	
	.main-nav__toggle.active span:nth-child(2) {
		opacity: 0;
	}
	
	.main-nav__toggle.active span:nth-child(3) {
		transform: rotate(45deg) translate(-4px, -5px);
	}
	
	.main-nav__list {
		position: fixed;
		top: 80px;
		right: -100%;
		width: 80%;
		max-width: 300px;
		background: var(--color-mobile-menu-bg);
		box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
		flex-direction: column;
		align-items: flex-start;
		padding: 20px;
		transition: right 0.3s ease;
		z-index: 1000;
		overflow-y: auto;
		border-radius: 14px 0 0 14px;

	}
	
	.main-nav__list.active {
		right: 0;
	}
	
	.main-nav__overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
		z-index: 999;
	}
	
	.main-nav__overlay.active {
		opacity: 1;
		visibility: visible;
	}
	
	.main-nav__item {
		width: 100%;
		margin-bottom: 0;
	}
	
	.main-nav__link {
		width: 100%;
		padding: 12px 16px;
		text-align: left;
		border-radius: 8px;
		transition: background 0.3s ease;
		display: block;
	}
	
	.main-nav__link:hover {
		background: var(--color-menu-bg);
	}
	
	.main-nav__item:not(.main-nav__item--dropdown) .main-nav__link {
		font-weight: 600;
		font-size: 16px;
		color: var(--color-menu-link);
	}
	
	.main-nav__item--dropdown .main-nav__link {
		font-weight: 600;
		font-size: 16px;
		color: var(--color-menu-link);
		background: var(--color-menu-bg);
		margin-bottom: 4px;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.main-nav__item--dropdown .main-nav__link-text {
		flex-grow: 1;
		cursor: pointer;
		transition: color 0.3s ease;
		-webkit-tap-highlight-color: transparent;
		touch-action: manipulation;
		padding: 8px 4px;
		margin: -8px -4px;
		display: block;
	}
	
	.main-nav__item--dropdown .main-nav__link-text:hover {
		color: var(--color-primary);
	}
	
	/* Стили для стрелочки */
	.main-nav__item--dropdown .main-nav__arrow {
		cursor: pointer;
		transition: transform 0.3s ease, color 0.3s ease;
		margin-left: 8px;
		flex-shrink: 0;
		-webkit-tap-highlight-color: transparent;
		touch-action: manipulation;
		padding: 8px 4px;
		margin: -8px -4px -8px 0;
		display: block;
		width: 16px;
		height: 24px;
		opacity: 1;
		visibility: visible;
		color: var(--color-accent);
	}
	
	.main-nav__item--dropdown .main-nav__arrow:hover {
		color: var(--color-primary);
		transform: scale(1.1);
	}
	
	/* Анимация поворота стрелочки при активном состоянии */
	.main-nav__item--dropdown.active .main-nav__arrow {
		transform: rotate(180deg);
	}
	
	.main-nav__item--dropdown.active .main-nav__arrow:hover {
		transform: rotate(180deg) scale(1.1);
	}
	
	/* Стили для SVG внутри стрелочки */
	.main-nav__item--dropdown .main-nav__arrow svg {
		width: 100%;
		height: 100%;
		display: block;
		fill: none;
		stroke: currentColor;
		stroke-width: 1.5;
		opacity: 1;
		visibility: visible;
	}
	
	/* Дополнительные стили для path внутри SVG */
	.main-nav__item--dropdown .main-nav__arrow svg path {
		stroke: currentColor;
		stroke-width: 1.5;
		fill: none;
		opacity: 1;
	}
	
	
	.main-nav__dropdown {
		position: static;
		opacity: 0;
		visibility: hidden;
		transform: none;
		box-shadow: none;
		border: none;
		background: transparent;
		margin-top: 0;
		margin-left: 0;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		transition: all 0.3s ease;
	}
	
	.main-nav__dropdown.active {
		opacity: 1;
		visibility: visible;
		max-height: 500px;
		margin-top: 0; /* раскрытие без лишнего отступа сверху */
		margin-left: 16px;
		width: calc(100% - 32px);
	}
	
	.main-nav__dropdown li {
		margin-bottom: 4px;
	}
	
	.main-nav__dropdown a {
		padding: 8px 12px;
		font-size: 14px;
		border-radius: 6px;
	}
	
	.main-nav__item--dropdown:hover .main-nav__dropdown {
		transform: none;
	}
	
	/* Показываем стрелки в мобильном меню и делаем их кликабельными */
	.main-nav__arrow {
		display: block;
		transition: transform 0.3s ease;
	}
	
	.main-nav__item--dropdown.active .main-nav__arrow {
		transform: rotate(180deg);
	}
	
	/* Герой баннер */
	.hero-banner .container { padding-left: 8px; padding-right: 8px; }

	.hero-banner__content {
		width: 100% !important;
		background: transparent !important;
		min-height: 350px;
	}
	
	.hero-banner__content-left {
		width: 100%;
		padding: 40px 20px;
		max-width: 100%;
	}
	
	.hero-banner__text-content {
		margin-bottom: 24px;
	}
	
	.hero-banner__title {
		font-size: 28px;
		margin: 0 0 16px 0;
	}
	
	.hero-banner__subtitle {
		font-size: 16px;
		margin: 0 0 24px 0;
	}
	
	.hero-banner__buttons-container {
		flex-direction: column;
		gap: 12px;
		width: 100%;
	}
	
	.hero-banner__button {
		font-size: 14px;
		padding: 14px 24px;
		width: 100%;
	}
	
	/* Быстрые услуги */
	.quick-services {
		padding: 30px 0 0 0;
	}
	
	.quick-services__grid {
		flex-direction: column;
		gap: 20px;
		margin: 0;
	}
	
	.quick-service-card {
		margin: 0;
		padding: 24px;
	}
	
	.quick-service-card__icon {
		width: 56px;
		height: 56px;
		margin-bottom: 16px;
	}
	
	.quick-service-card__icon svg {
		width: 28px;
		height: 28px;
	}
	
	.quick-service-card__title {
		font-size: 20px;
		margin: 0 0 10px 0;
	}
	
	.quick-service-card__description {
		font-size: 15px;
		margin: 0 0 20px 0;
	}
	
	.quick-service-card__button {
		font-size: 14px;
		padding: 10px 24px;
	}
	
	/* Ключевые услуги */
	.key-services {
		padding: 40px 0;
	}
	
	.key-services__title {
		margin: 0 0 30px 0;
	}
	
	.key-services__title svg {
		width: 32px;
		height: 32px;
	}
	
	.key-services__title h2 {
		font-size: 28px;
	}
	
	.key-services__grid {
		margin: 0 -10px;
	}
	
	.key-services__card {
		flex-basis: calc(50% - 20px);
		margin: 0 10px 20px 10px;
		flex-direction: column;
		max-height: none;
	}
	
	.key-services__image {
		max-width: 100%;
		width: 100%;
		height: 160px;
		border-radius: 12px 12px 0 0;
	}
	
	.key-services__image img {
		border-radius: 12px 12px 0 0;
	}
	
	.key-services__content {
		padding: 16px;
	}
	
	.key-services__card-title h4 {
		font-size: 16px;
		margin: 0 0 8px 0;
	}
	
	.key-services__description {
		font-size: 13px;
		margin: 0 0 16px 0;
	}
	
	.key-services__link {
		font-size: 13px;
	}
	
	/* Специалисты */
	.experts {
		padding: 20px 0;
		background: var(--color-mobile-menu-bg);
	}
	
	.experts__title {
		margin: 0 0 30px 0;
	}
	
	.experts__title svg {
		width: 32px;
		height: 32px;
	}
	
	.experts__title h2 {
		font-size: 28px;
	}
	
	.experts__carousel {
		max-width: 100%;
		padding: 10px 16px;
		height: 270px;
		position: relative;
	}
	
	.experts-swiper {
		height: 270px;
		padding: 10px 0 20px 0;
	}
	
	.swiper-button-prev,
	.swiper-button-next {
		display: none !important;
	}
	
	/* Индикаторы прокрутки для мобильной версии */
	.experts-swiper .swiper-pagination {
		position: static !important;
		margin-top: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.experts-swiper .swiper-pagination-bullet {
		width: 8px !important;
		height: 8px !important;
		background: rgba(76, 81, 217, 0.3) !important;
		opacity: 1 !important;
		margin: 0 4px !important;
		transition: all 0.3s ease !important;
	}
	
	.experts-swiper .swiper-pagination-bullet-active {
		background: var(--color-accent) !important;
		transform: scale(1.2) !important;
	}
	
	.expert-card {
		background: white;
		border-radius: 12px;
		overflow: hidden;
	}
	
	.expert-card__photo {
		height: 180px;
		background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
		border-radius: 12px 12px 0 0;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		position: relative;
	}
	
	.expert-card__photo::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 20px;
		background: linear-gradient(to top, rgba(0,0,0,0.1) 0%, transparent 100%);
		pointer-events: none;
	}
	
	.expert-card__image {
		width: 100%;
		height: 100%;
	}
	
	.expert-card__info {
		padding: 12px 12px 60px 12px;
		min-height: 120px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		border-top: 3px solid var(--color-accent);
	}
	
	.expert-card__info::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 3px;
		background: linear-gradient(90deg, var(--color-accent) 0%, rgba(76, 81, 217, 0.3) 100%);
	}
	
	.expert-card__name {
		font-size: 13px;
		font-weight: 600;
		margin: 0 0 8px 0;
		line-height: 1.3;
		color: var(--color-text);
	}
	
	.expert-card__specialty {
		color: var(--color-accent);
		font-weight: 500;
		margin: 0 0 8px 0;
		font-size: 11px;
		line-height: 1.4;
		flex-grow: 1;
	}
	
	.expert-card__experience {
	    display:none;
		color: var(--color-accent);
		font-weight: 600;
		margin: 0;
		font-size: 12px;
		background: linear-gradient(135deg, rgba(76, 81, 217, 0.1) 0%, rgba(76, 81, 217, 0.05) 100%);
		padding: 6px 12px;
		border-radius: 8px;
		text-align: center;
		border: 1px solid rgba(76, 81, 217, 0.2);
		box-shadow: 0 2px 4px rgba(76, 81, 217, 0.1);
		position: absolute;
		bottom: 8px;
		left: 12px;
		right: 12px;
	}
	
	/* Запись на прием */
	.booking {
		padding: 20px 0;
	}
	
	.booking__top-button {
		padding-left: 16px;
		margin-bottom: 16px;
	}
	
	.booking__appointment-button {
		font-size: 16px;
		padding: 12px 20px;
		width: 100%;
		text-align: center;
	}
	
	.booking__main-content {
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.booking__title {
		margin: 0;
	}
	
	.booking__title svg {
		width: 32px;
		height: 32px;
	}
	
	.booking__title h2 {
		font-size: 28px;
	}
	
	.booking__description {
		font-size: 14px;
		text-align: justify;
		color: var(--color-text);
	}
	
	.booking__bottom-button {
		text-align: center;
		margin-top: 20px;
	}
	
	/* Отзывы */
	.reviews {
		padding: 40px 0;
	}
	
	.reviews__block {
		padding: 30px 20px 50px 20px;
	}
	
	.reviews__title {
		margin: 0 0 30px 0;
	}
	
	.reviews__title svg {
		width: 32px;
		height: 32px;
	}
	
	.reviews__title h2 {
		font-size: 28px;
	}
	
	.review-card {
		padding: 24px;
		min-height: 220px;
	}
	
	.review-card__name {
		font-size: 18px;
	}
	
	.star {
		font-size: 18px;
	}
	
	.review-card__text {
		font-size: 13px;
	}
	
	.reviews-button-prev,
	.reviews-button-next {
		width: 45px;
		height: 45px;
	}
	
	.reviews-button-prev::after,
	.reviews-button-next::after {
		font-size: 18px;
	}
	
	.reviews-button-prev {
		left: calc(50% - 55px);
	}
	
	.reviews-button-next {
		right: calc(50% - 55px);
	}
	
	/* Карта */
	.map__wrapper {
		flex-direction: column;
		align-items: stretch;
	}
	
	.map__info {
		position: static;
		margin: 16px 0 -16px 0px;
		max-width: 100%;
		background: rgba(255, 255, 255, 0.95);
		padding: 16px;
		border-radius: 14px 14px 0 0;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		order: 1;
	}
	
	.map__subtitle {
		font-size: 18px;
		margin: 0 0 8px 0;
	}
	
	.map__contacts {
		gap: 8px;
	}
	
	.map__address,
	.map__phone,
	.map__hours {
		font-size: 14px;
		line-height: 1.4;
	}
	
	.map__container {
		width: 100%;
		height: 300px;
		margin: 16px 0;
		border-radius: 0 0 14px 14px;
		order: 2;
	}
	
	.map__container iframe {
		border-radius: 14px !important;
	}
	
	/* Футер */
	.footer__contacts {
		display: grid;
		grid-template-columns: 1fr 1fr; /* 2 колонки */
		grid-template-areas:
			"phone email"
			"hours social"; /* нижний ряд: режим и соцсети */
		gap: 12px 16px;
		align-items: start;
		text-align: left;
	}
	
	.footer__contact-item {
		max-width: none;
		padding: 0;
		border: none;
	}
	/* Раскладываем элементы по областям */
	.footer__contacts > .footer__contact-item:nth-child(1) { grid-area: phone; }
	.footer__contacts > .footer__contact-item:nth-child(2) { grid-area: email; }
	.footer__contacts > .footer__contact-item:nth-child(3) { display: none; } /* скрываем адрес */
	.footer__contacts > .footer__contact-item:nth-child(4) { grid-area: hours; }
	.footer__contacts > .footer__social { grid-area: social; justify-content: flex-start; }

	.footer__contact-title { margin: 0 0 6px 0; font-size: 14px; color: var(--color-accent); }
	.footer__contact-text { font-size: 14px; }

	.site-footer { padding: 32px 0 28px; }

	.footer__social { justify-content: flex-start; gap: 12px; }

	.footer__company-name { font-size: 14px; text-align: center; }
	.footer__legal-text { font-size: 12px; text-align: center; }
	
	.footer__copyright {
		flex-direction: column;
		gap: 10px;
		text-align: center;
	}
	
	.footer__policies {
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}

	.footer__disclaimer p { font-size: 11px; }
	
	/* Модальные окна */
	.modal-content {
		padding: 24px;
		margin: 20px;
		width: calc(100% - 40px);
	}
	
	.modal-title {
		font-size: 20px;
	}
	
	/* Страницы */
	.booking-content,
	.contacts-content {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	
	.services-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
		margin-top: 20px;
	}
	
	.service-card {
		padding: 16px;
		border-radius: 10px;
		border: 2px solid var(--color-accent);
		background: linear-gradient(135deg, rgba(76, 81, 217, 0.02), rgba(76, 81, 217, 0.05));
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	
	.service-card h3 {
		font-size: 14px;
		font-weight: 600;
		margin: 0 0 8px 0;
		line-height: 1.3;
	}
	
	.service-card p {
		font-size: 12px;
		line-height: 1.4;
		margin: 0 0 12px 0;
		flex-grow: 1;
	}
	
	.service-link {
		font-size: 12px;
		font-weight: 600;
		color: var(--color-accent);
		background: var(--color-bg);
		border: 2px solid var(--color-accent);
		border-radius: 8px;
		padding: 6px 12px;
		text-decoration: none;
		display: inline-block;
		transition: all 0.3s ease;
		text-align: center;
		align-self: flex-start;
		margin-top: auto;
	}
	
	.service-link:hover {
		background: var(--color-accent);
		color: var(--color-bg);
		transform: translateY(-1px);
		box-shadow: 0 2px 8px rgba(76, 81, 217, 0.3);
	}
	
	.page-title {
		font-size: 28px;
	}
	
	.booking-form-container,
	.contact-form-container {
		padding: 20px;
		width: 430px;
	}
	
	/* Страницы услуг */
	.service-layout {
		grid-template-columns: 1fr;
		gap: 30px;
		text-align: justify;
	}
	
	.service-hero {
		grid-template-columns: 1fr;
		gap: 30px;
		text-align: center;
	}
	
	.service-section-title {
		font-size: 28px;
	}
	
	.service-sidebar {
		position: static;
	}

	.sidebar-cta{
		display: none;
	}

	.service-hero-content{
		text-align: justify;
	}

	.specialist-photo {
		width: 100%;
		height: auto;
	}

	.service-layout {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.service-hero {
		grid-template-columns: 1fr;
		gap: 30px;
		text-align: center;
	}
	
	.service-title {
		font-size: 36px;
		text-align: left;
	}
	
	.service-section-title {
		font-size: 28px;
		text-align: left;
	}
	
	.service-sidebar {
		position: static;
	}

	/* Визуальное разделение контента на мобильной версии */
	
	.service-hero , .service-why,.service-individual {
		background: linear-gradient(135deg, rgba(76, 81, 217, 0.08), rgba(76, 81, 217, 0.12));
		border: 2px solid var(--color-accent);
		border-radius: 16px;
		padding: 24px;
		margin-bottom: 32px;
		position: relative;
	}

	.service-section-title {
		position: relative;
		padding-bottom: 12px;
		margin-bottom: 20px;
	}

	.service-section-title::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 60px;
		height: 3px;
		background: var(--color-accent);
		border-radius: 2px;
	}

	.service-text {
		margin-bottom: 16px;
		padding: 12px 0;
		position: relative;
	}

	.service-text:not(:last-child)::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 1px;
		background: linear-gradient(90deg, var(--color-accent), transparent);
		opacity: 0.3;
	}

	.booking-experts-swiper { 
		height: 300px; 
	}
	.booking-experts-swiper .swiper-slide { 
		width: calc(50% - 8px) !important; 
		margin-right: 16px !important;
	}
	
	.booking-expert-card__photo { 
		height: 200px; 
		width: 80%;
		margin: 0 auto;
	}
	
	.booking-expert-card__info { 
		padding: 12px; 
	}
	
	.booking-expert-card__name { 
		font-size: 14px; 
		margin: 0 0 8px 0; 
	}
	
	.booking-expert-card__specialty { 
		font-size: 12px; 
		line-height: 1.3;
	}
	
	.booking-actions--single {
		position: relative;
		z-index: 1;
		margin-top: 16px;
	}
	
	.service-booking-button {
		position: relative;
		z-index: 1;
	}

	.service-sidebar .specialist-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
	/* Modifiers on mobile: stack to single column for 1 or 2 items */
	.service-sidebar .specialist-list.specialist-list--1,
	.service-sidebar .specialist-list.specialist-list--2 {
		grid-template-columns: 1fr;
	}
	/* For 3 items on mobile, also use single column for readability */
	.service-sidebar .specialist-list.specialist-list--3 {
		grid-template-columns: 1fr;
	}
    .service-sidebar .specialist-card {
        padding: 18px;
        min-height: 320px;
    }
    .service-sidebar .specialist-image {
		height: auto;
    }
	/* Tall variant on mobile */
	.service-sidebar .specialist-card--tall .specialist-image {
		height: auto;
	}
	.service-sidebar .specialist-card--tall .specialist-photo {
		height: auto;
	}
    .service-sidebar .specialist-photo {
		height: auto;
    }

	.experts-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 16px !important;
		margin-top: 30px !important;
	}

	.cookie-consent__container { flex-direction: column; align-items: flex-start; gap: 12px; }
	.expert-card__info {
		height: auto;
		min-height: 120px;
		padding: 12px;
	}
}

/* Очень маленькие экраны */
@media (max-width: 480px) {
	/* Хедер */
	.site-header__logo-image {
		height: 40px;
	}
	
	.site-header__mobile-phone {
		font-size: 14px;
	}
	
	.site-header__type {
		font-size: 20px;
	}
	
	.site-header__info-line {
		font-size: 14px;
	}
	
	/* Герой баннер */
	.hero-banner__content {
		width: 100% !important;
		background: linear-gradient(var(--color-menu-link), transparent) !important;
		min-height: 300px;
	}
	
	.hero-banner__content-left {
		padding: 30px 16px;
	}
	
	.hero-banner__title {
		font-size: 24px;
		margin: 0 0 12px 0;
	}
	
	.hero-banner__subtitle {
		font-size: 14px;
		margin: 0 0 20px 0;
	}
	
	.hero-banner__button {
		font-size: 13px;
		padding: 12px 20px;
	}
	
	/* Быстрые услуги */
	.quick-services {
		padding: 30px 0;
	}
	
	.quick-services__grid {
		gap: 16px;
	}
	
	.quick-service-card {
		padding: 20px;
	}
	
	.quick-service-card__icon {
		width: 48px;
		height: 48px;
		margin-bottom: 12px;
	}
	
	.quick-service-card__icon svg {
		width: 24px;
		height: 24px;
	}
	
	.quick-service-card__title {
		font-size: 18px;
		margin: 0 0 8px 0;
	}
	
	.quick-service-card__description {
		font-size: 14px;
		margin: 0 0 16px 0;
	}
	
	.quick-service-card__button {
		font-size: 13px;
		padding: 10px 20px;
		width: 100%;
	}
	
	/* Ключевые услуги */
	.key-services {
		padding: 30px 0;
	}
	
	.key-services__title {
		margin: 0 0 24px 0;
	}
	
	.key-services__title svg {
		width: 28px;
		height: 28px;
	}
	
	.key-services__title h2 {
		font-size: 24px;
		color: var(--color-accent);
	}
	
	.key-services__grid {
		margin: 0 -8px;
	}
	
	.key-services__card {
		flex-basis: calc(100% - 16px);
		margin: 0 8px 16px 8px;
		flex-direction: column;
		max-height: none;
	}
	
	.key-services__image {
		max-width: 100%;
		width: 100%;
		height: 180px;
		border-radius: 12px 12px 0 0;
	}
	
	.key-services__image img {
		border-radius: 12px 12px 0 0;
	}
	
	.key-services__content {
		padding: 16px;
	}
	
	.key-services__card-title h4{
		font-size: 16px;
		margin: 0 0 8px 0;
	}
	
	.key-services__description {
		font-size: 13px;
		margin: 0 0 12px 0;
	}
	
	.key-services__link {
		font-size: 13px;
	}
	
	/* Специалисты */
	.experts__title {
		margin: 0 0 24px 0;
	}
	
	.experts__title svg {
		width: 28px;
		height: 28px;
	}
	
	.experts__title h2 {
		font-size: 24px;
	}
	
	.experts-swiper {
		height: 270px;
	}
	
	.expert-card__photo {
		height: 150px;
	}
	
	.expert-card__info {
		height: auto;
		min-height: 115px;
		padding: 10px;
	}
	
	.expert-card__name {
		font-size: 12px;
	}
	
	.expert-card__specialty {
		font-size: 10px;
	}
	
	.expert-card__experience {
	    display:none;
		font-size: 11px;
		padding: 3px 6px;
	}
	
	/* Запись на прием */
	.booking__title {
		margin: 0;
	}
	
	.booking__title svg {
		width: 28px;
		height: 28px;
	}
	
	.booking__title h2 {
		font-size: 24px;
	}
	
	.booking__appointment-button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		padding: 10px 16px;
	}
	
	.booking__description {
		font-size: 13px;
	}
	
	/* Отзывы */
	.reviews {
		padding: 30px 0;
	}
	
	.reviews__block {
		padding: 24px 16px 50px 16px;
	}
	
	.reviews__title {
		margin: 0 0 24px 0;
	}
	
	.reviews__title svg {
		width: 28px;
		height: 28px;
	}
	
	.reviews__title h2 {
		font-size: 24px;
	}
	
	.review-card {
		padding: 20px;
		min-height: 200px;
	}
	
	.review-card__name {
		font-size: 16px;
	}
	
	.star {
		font-size: 16px;
	}
	
	.review-card__text {
		font-size: 12px;
	}
	
	.reviews-button-prev,
	.reviews-button-next {
		width: 40px;
		height: 40px;
	}
	
	.reviews-button-prev::after,
	.reviews-button-next::after {
		font-size: 16px;
	}
	
	.reviews-button-prev {
		left: calc(50% - 50px);
	}
	
	.reviews-button-next {
		right: calc(50% - 50px);
	}
	
	/* Карта */
	.map__container {
		height: 250px;
	}
	
	.map__subtitle {
		font-size: 20px;
	}
	
	/* Карусель врачей на странице записи */
	.booking-experts-swiper { 
		height: 260px; 
	}
	
	.booking-expert-card__photo { 
		height: 160px; 
		width: 80%;
		margin: 0 auto;
	}
	
	.booking-expert-card__info { 
		padding: 10px; 
	}
	
	.booking-expert-card__name { 
		font-size: 13px; 
	}
	
	.booking-expert-card__specialty { 
		font-size: 11px; 
	}
	
	.booking-actions--single {
		position: relative;
		z-index: 1;
		margin-top: 12px;
	}
	
	.service-booking-button {
	    height:45px;
		position: relative;
		z-index: 1;
	}

	/* Модальные окна */
	.modal-content {
		padding: 20px;
		margin: 10px;
		width: calc(100% - 20px);
	}
	
	.modal-title {
		font-size: 18px;
	}
	
	/* Страницы */
	.page-title {
		font-size: 24px;
	}
	
	.service-title {
		font-size: 28px;
		text-align: left;
	}
	
	.service-section-title {
		font-size: 24px;
		text-align: left;
	}

	.service-hero-content{
		text-align: justify;
	}

	.specialist-photo {
		width: 100%;
		height: auto;
	}
	
	/* Карточки услуг для очень маленьких экранов */
	.services-grid {
		gap: 8px;
		margin-top: 16px;
	}
	
	.service-card {
		padding: 12px;
		border-radius: 8px;
		border: 2px solid var(--color-accent);
		background: linear-gradient(135deg, rgba(76, 81, 217, 0.02), rgba(76, 81, 217, 0.05));
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	
	.service-card h3 {
		font-size: 13px;
		margin: 0 0 6px 0;
	}
	
	.service-card p {
		font-size: 11px;
		line-height: 1.3;
		margin: 0 0 10px 0;
		flex-grow: 1;
	}
	
	.service-link {
		font-size: 11px;
		font-weight: 600;
		color: var(--color-accent);
		background: var(--color-bg);
		border: 2px solid var(--color-accent);
		border-radius: 6px;
		padding: 5px 10px;
		text-decoration: none;
		display: inline-block;
		transition: all 0.3s ease;
		text-align: center;
		align-self: flex-start;
		margin-top: auto;
	}
}