:root{
	--bg:#071126;
	--bg-2:#0d1d3d;
	--text:#102033;
	--muted:#5f6f86;
	--white:#fff;
	--cyan:#4dd8ff;
	--green:#43d692;
	--blue:#2457ff;
	--card:#ffffff;
	--line:rgba(255,255,255,.16);
	--shadow:0 24px 80px rgba(10,30,70,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:var(--text);
	background:#f5f8ff;
	line-height:1.55;
}
a{color:inherit;text-decoration:none}
.container{width:min(1180px, calc(100% - 32px));margin:0 auto}
.topbar{background:#061022;color:#cfe7ff;font-size:14px}
.topbar__inner{display:flex;gap:22px;align-items:center;justify-content:flex-end;padding:9px 0;flex-wrap:wrap}
.accessibility-btn{border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff;border-radius:999px;padding:7px 12px;cursor:pointer}
.header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);box-shadow:0 8px 24px rgba(0,0,0,.06)}
.nav{display:flex;align-items:center;justify-content:space-between;padding:16px 0}
.logo{display:flex;align-items:center;gap:12px}
.logo__planet{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 30% 30%,#74ecff,#2457ff 55%,#081836);color:white;box-shadow:0 0 35px rgba(77,216,255,.45)}
.logo strong{display:block;font-size:20px}
.logo small{display:block;color:var(--muted);font-size:13px}
.menu{display:flex;gap:22px;align-items:center}
.menu a{font-weight:700;color:#17335f}
.menu a:hover{color:var(--blue)}
.burger{display:none;background:none;border:0;width:42px}
.burger span{display:block;height:3px;background:#17335f;margin:7px 0;border-radius:3px}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 70% 20%,#1e55ba,transparent 32%),linear-gradient(135deg,#061022,#0b1c41 55%,#102b64);color:white}
.stars:before,.stars:after{content:"";position:absolute;inset:0;background-image:radial-gradient(#fff 1px,transparent 1px);background-size:42px 42px;opacity:.16}
.hero__inner{min-height:620px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;position:relative}
.eyebrow{margin:0 0 12px;color:var(--green);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:13px}
h1,h2,h3{line-height:1.12;margin:0}
h1{font-size:clamp(38px,6vw,72px);max-width:760px}
h2{font-size:clamp(30px,4vw,48px)}
.hero__text{font-size:20px;max-width:660px;color:#d6e7ff}
.hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;font-weight:800;transition:.2s}
.btn--primary{background:linear-gradient(135deg,var(--green),var(--cyan));color:#061022}
.btn--ghost{border:1px solid var(--line);color:#fff}
.btn:hover{transform:translateY(-2px)}
.orbit-card{height:430px;position:relative}





.quick{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:-54px;position:relative;z-index:3}
.quick__item,.glass-card,.info-card,.news-card,.contact-form{background:var(--card);border-radius:26px;padding:26px;box-shadow:var(--shadow)}
.quick__item span{display:block;color:var(--blue);font-weight:900}
.quick__item strong{display:block;font-size:20px;margin:8px 0}
.quick__item small{color:var(--muted)}
.section{padding:90px 0}
.section__head{max-width:760px;margin-bottom:34px}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.glass-card{font-size:19px}
.mission{display:grid;gap:16px}
.mission div{padding:22px;border-radius:22px;background:#eaf5ff;border:1px solid #d8e8ff}
.mission strong{font-size:20px}
.mission p{margin:8px 0 0;color:var(--muted)}
.section--dark{background:#071126;color:white}
.services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{background:rgba(255,255,255,.08);border:1px solid var(--line);border-radius:24px;padding:24px;min-height:150px;transition:.2s}
.service-card:hover{transform:translateY(-4px);background:rgba(255,255,255,.12)}
.service-card span{font-size:34px}
.service-card h3{margin-top:18px;font-size:21px}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.info-card{transition:.2s}
.info-card:hover{transform:translateY(-4px)}
.info-card p,.news-card p{color:var(--muted)}
.section--blue{background:linear-gradient(135deg,#eaf6ff,#f7fbff)}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.news-card__date{color:var(--green)!important;font-weight:900;text-transform:uppercase;font-size:13px}
.contacts{display:grid;grid-template-columns:1fr 420px;gap:34px;align-items:start}
.contact-list{font-size:19px}
.contact-list a{color:var(--blue);font-weight:700}
.contact-form{display:grid;gap:12px}
.contact-form input,.contact-form textarea{width:100%;border:1px solid #dbe6f7;border-radius:16px;padding:14px 16px;font:inherit}
.contact-form .btn{border:0;cursor:pointer}
.contact-form small{color:var(--muted)}
.footer{background:#061022;color:#cfe7ff;padding:26px 0}
.footer__inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
body.accessible{background:white;color:black;font-size:20px}
body.accessible .hero,body.accessible .section--dark,body.accessible .section--blue{background:white!important;color:black}
body.accessible .quick__item,body.accessible .glass-card,body.accessible .info-card,body.accessible .news-card,body.accessible .contact-form,body.accessible .service-card{box-shadow:none;border:2px solid black;background:white;color:black}
body.accessible a,body.accessible .eyebrow{color:#000!important;text-decoration:underline}
@media(max-width:900px){
	.burger{display:block}
	.menu{display:none;position:absolute;left:16px;right:16px;top:116px;background:white;border-radius:22px;box-shadow:var(--shadow);padding:20px;flex-direction:column;align-items:flex-start}
	.menu.is-open{display:flex}
	.hero__inner,.about-grid,.contacts{grid-template-columns:1fr}
	.orbit-card{display:none}
	.quick,.services,.info-grid,.news-grid{grid-template-columns:1fr}
	.quick{margin-top:20px}
	.section{padding:64px 0}
	.topbar__inner{justify-content:flex-start}
}


/* === Финальные правки: hero, реалистичная планета, кнопки, услуги === */
.hero{
	position:relative;
	overflow:hidden;
	padding-bottom:44px;
	background:
		radial-gradient(circle at 74% 22%, rgba(50,124,255,.55), transparent 34%),
		radial-gradient(circle at 20% 72%, rgba(67,214,146,.12), transparent 28%),
		linear-gradient(135deg,#061022,#0b1c41 55%,#102b64);
}

.hero__inner{
	min-height:690px;
	padding:58px 0 72px;
	grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);
}

.hero__content{
	position:relative;
	z-index:4;
	max-width:760px;
}

.hero__actions{
	display:flex;
	gap:16px;
	flex-wrap:wrap;
	align-items:center;
	position:relative;
	z-index:8;
	margin-top:34px;
}

.btn{
	min-width:218px;
	text-align:center;
	white-space:nowrap;
}

.btn--ghost{
	background:rgba(255,255,255,.07);
	backdrop-filter:blur(10px);
}

.orbit-card{
	height:520px;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	pointer-events:none;
}

.planet-img{
	width:min(690px, 112%);
	max-width:none;
	height:auto;
	display:block;
	filter:drop-shadow(0 34px 70px rgba(0,0,0,.22));
	transform:translateX(-10px);
}

.space-dot{
	position:absolute;
	border-radius:50%;
	background:#fff;
	opacity:.52;
	box-shadow:0 0 16px rgba(255,255,255,.75);
}

.space-dot--1{width:5px;height:5px;left:10%;top:18%}
.space-dot--2{width:4px;height:4px;right:12%;bottom:26%}
.space-dot--3{width:6px;height:6px;left:24%;bottom:18%;background:var(--cyan)}

.quick{
	margin-top:24px;
	position:relative;
	z-index:6;
}

.services{
	display:grid;
	grid-template-columns:repeat(12, 1fr);
	gap:22px;
	align-items:stretch;
}

.service-card{
	position:relative;
	overflow:hidden;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	min-height:172px;
	padding:28px;
	background:
		linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.055)),
		rgba(255,255,255,.05);
	border:1px solid rgba(255,255,255,.18);
	box-shadow:0 18px 50px rgba(0,0,0,.16);
}

.service-card::before{
	content:"";
	position:absolute;
	inset:-40% -20% auto auto;
	width:190px;
	height:190px;
	border-radius:50%;
	background:radial-gradient(circle, rgba(77,216,255,.18), transparent 68%);
	pointer-events:none;
}

.service-card span{
	position:absolute;
	left:28px;
	top:24px;
	font-size:40px;
	filter:drop-shadow(0 8px 18px rgba(0,0,0,.24));
}

.service-card h3{
	position:relative;
	margin-top:68px;
	font-size:22px;
	max-width:92%;
}

.service-card:nth-child(1),
.service-card:nth-child(6){
	grid-column:span 6;
	min-height:190px;
}

.service-card:nth-child(2),
.service-card:nth-child(3),
.service-card:nth-child(4),
.service-card:nth-child(5),
.service-card:nth-child(7),
.service-card:nth-child(8),
.service-card:nth-child(9),
.service-card:nth-child(10){
	grid-column:span 3;
}

.service-card:nth-child(1) h3,
.service-card:nth-child(6) h3{
	font-size:25px;
}

@media(max-width:1100px){
	.hero__inner{
		grid-template-columns:1fr .9fr;
		gap:10px;
	}
	.planet-img{width:600px}
	.services{grid-template-columns:repeat(6, 1fr)}
	.service-card,
	.service-card:nth-child(1),
	.service-card:nth-child(6),
	.service-card:nth-child(2),
	.service-card:nth-child(3),
	.service-card:nth-child(4),
	.service-card:nth-child(5),
	.service-card:nth-child(7),
	.service-card:nth-child(8),
	.service-card:nth-child(9),
	.service-card:nth-child(10){
		grid-column:span 3;
	}
}

@media(max-width:900px){
	.menu{
		top:104px;
		z-index:40;
	}
	.hero{
		padding-bottom:24px;
	}
	.hero__inner{
		min-height:auto;
		padding:58px 0;
		grid-template-columns:1fr;
	}
	.orbit-card{
		display:flex;
		height:360px;
		order:-1;
	}
	.planet-img{
		width:min(520px, 118%);
		transform:none;
	}
	.quick{
		margin-top:18px;
	}
}

@media(max-width:640px){
	.hero__actions{
		flex-direction:column;
		align-items:stretch;
	}
	.btn{
		width:100%;
		min-width:0;
		white-space:normal;
	}
	.logo{
		max-width:74%;
	}
	.logo strong{
		font-size:17px;
	}
	.logo small{
		font-size:11px;
	}
	.services{
		grid-template-columns:1fr;
	}
	.service-card,
	.service-card:nth-child(1),
	.service-card:nth-child(6),
	.service-card:nth-child(2),
	.service-card:nth-child(3),
	.service-card:nth-child(4),
	.service-card:nth-child(5),
	.service-card:nth-child(7),
	.service-card:nth-child(8),
	.service-card:nth-child(9),
	.service-card:nth-child(10){
		grid-column:1;
		min-height:150px;
	}
}

/* === Доработка структуры: убраны карточки 01-03, добавлены модальные окна === */
.hero{
	padding-bottom:0;
}

.hero__inner{
	min-height:640px;
	padding-bottom:48px;
}

.section__lead{
	max-width:720px;
	color:#c8d8f2;
	font-size:18px;
	margin:18px 0 0;
}

.about-main-card{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	gap:18px;
}

.about-main-card .btn{
	margin-top:auto;
	border:0;
	cursor:pointer;
}

.service-card,
.info-card{
	font:inherit;
	text-align:left;
	color:inherit;
	cursor:pointer;
}

button.service-card,
button.info-card{
	border-color:rgba(255,255,255,.18);
}

button.info-card{
	border:0;
}

.service-card:focus-visible,
.info-card:focus-visible,
.modal__close:focus-visible,
.btn:focus-visible{
	outline:3px solid var(--cyan);
	outline-offset:4px;
}

.info-grid--parents{
	grid-template-columns:repeat(2, minmax(0, 1fr));
}

.info-grid--parents .info-card{
	min-height:190px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

.info-grid--parents .info-card h3{
	font-size:24px;
}

.info-card--map{
	background:
		linear-gradient(135deg, rgba(67,214,146,.14), rgba(255,255,255,.92)),
		var(--card);
}

.contacts{
	grid-template-columns:1fr 420px;
}

.contacts-card{
	background:var(--card);
	border-radius:26px;
	padding:28px;
	box-shadow:var(--shadow);
	border:1px solid #dbe6f7;
}

.contacts-card p{
	color:var(--muted);
}

.modal{
	position:fixed;
	inset:0;
	z-index:100;
	display:none;
	align-items:center;
	justify-content:center;
	padding:24px;
}

.modal.is-open{
	display:flex;
}

.modal__overlay{
	position:absolute;
	inset:0;
	background:rgba(3,10,24,.72);
	backdrop-filter:blur(8px);
}

.modal__window{
	position:relative;
	z-index:2;
	width:min(920px, 100%);
	max-height:min(86vh, 900px);
	overflow:auto;
	background:#fff;
	color:var(--text);
	border-radius:30px;
	padding:36px;
	box-shadow:0 30px 120px rgba(0,0,0,.38);
}

.modal__window--wide{
	width:min(1120px, 100%);
}

.modal__close{
	position:absolute;
	right:18px;
	top:14px;
	width:44px;
	height:44px;
	border:0;
	border-radius:50%;
	background:#edf4ff;
	color:#061022;
	font-size:30px;
	line-height:1;
	cursor:pointer;
}

.modal-grid,
.modal-service{
	display:grid;
	grid-template-columns:1.05fr .95fr;
	gap:28px;
	align-items:start;
	margin-top:24px;
}

.modal p,
.modal li{
	font-size:17px;
	color:#3c4e6d;
}

.photo-grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:14px;
}

.photo-placeholder,
.modal-photo,
.person-photo{
	display:grid;
	place-items:center;
	min-height:160px;
	border-radius:24px;
	background:
		linear-gradient(135deg, rgba(77,216,255,.18), rgba(67,214,146,.16)),
		#edf6ff;
	border:1px dashed #9dc7ff;
	color:#4b6284;
	font-weight:800;
	text-align:center;
	padding:18px;
}

.modal-photo{
	min-height:330px;
	background:
		linear-gradient(135deg, rgba(36,87,255,.14), rgba(77,216,255,.22)),
		#edf6ff;
}

.admin-grid{
	display:grid;
	grid-template-columns:repeat(2, minmax(0, 1fr));
	gap:16px;
	margin-top:24px;
}

.person-card{
	display:grid;
	grid-template-columns:110px 1fr;
	gap:16px;
	align-items:center;
	padding:18px;
	border-radius:22px;
	background:#f5f9ff;
	border:1px solid #dbe6f7;
}

.person-card h3{
	font-size:20px;
}

.person-card p{
	margin:8px 0;
}

.person-card a{
	color:var(--blue);
	font-weight:800;
}

.person-photo{
	min-height:110px;
	border-radius:18px;
}

.table-wrap{
	overflow:auto;
	margin-top:24px;
	border-radius:20px;
	border:1px solid #dbe6f7;
}

.schedule-table{
	width:100%;
	border-collapse:collapse;
	min-width:620px;
	background:#fff;
}

.schedule-table th,
.schedule-table td{
	padding:16px;
	border-bottom:1px solid #dbe6f7;
	text-align:left;
}

.schedule-table th{
	background:#edf6ff;
	color:#061022;
}

.schedule-table tr:last-child td{
	border-bottom:0;
}

.muted-note{
	margin-top:16px;
	color:var(--muted)!important;
}

.checklist-grid{
	display:grid;
	grid-template-columns:repeat(2, minmax(0, 1fr));
	gap:18px;
	margin-top:24px;
}

.checklist-grid > div{
	background:#f5f9ff;
	border:1px solid #dbe6f7;
	border-radius:22px;
	padding:22px;
}

body.modal-lock{
	overflow:hidden;
}

body.accessible .modal__window,
body.accessible .contacts-card,
body.accessible .person-card,
body.accessible .checklist-grid > div{
	background:white!important;
	border:2px solid black!important;
	box-shadow:none!important;
	color:black!important;
}

@media(max-width:900px){
	.info-grid--parents,
	.admin-grid,
	.modal-grid,
	.modal-service,
	.checklist-grid,
	.contacts{
		grid-template-columns:1fr;
	}

	.modal__window{
		padding:28px 20px;
		border-radius:24px;
	}

	.photo-grid{
		grid-template-columns:1fr;
	}

	.person-card{
		grid-template-columns:90px 1fr;
	}
}

@media(max-width:640px){
	.hero__inner{
		padding-bottom:36px;
	}

	.info-grid--parents .info-card{
		min-height:160px;
	}

	.info-grid--parents .info-card h3{
		font-size:21px;
	}

	.modal{
		padding:12px;
	}

	.modal__window{
		max-height:90vh;
	}
}

/* === Правки 19.05: язык, часы работы, SVG-иконки услуг, новости, подвал === */
.worktime-mini{
	color:#d8eaff;
	font-weight:700;
	font-size:13px;
}

.language-switch{
	display:inline-flex;
	align-items:center;
	gap:8px;
	color:#fff;
	font-size:13px;
	font-weight:700;
}

.language-switch select{
	border:1px solid rgba(255,255,255,.32);
	background:#071126;
	color:#fff;
	border-radius:999px;
	padding:7px 28px 7px 10px;
	font:inherit;
	cursor:pointer;
}

.hero-hours{
	width:min(520px, 100%);
	margin-top:22px;
	padding:16px 18px;
	border:1px solid rgba(255,255,255,.18);
	border-radius:22px;
	background:rgba(255,255,255,.08);
	backdrop-filter:blur(14px);
	box-shadow:0 18px 50px rgba(0,0,0,.14);
}

.hero-hours strong,
.hero-hours span,
.hero-hours small{
	display:block;
}

.hero-hours span{
	margin-top:4px;
	font-size:22px;
	font-weight:900;
	color:#fff;
}

.hero-hours small{
	margin-top:2px;
	color:#d6e7ff;
}

.service-icon{
	position:absolute;
	left:28px;
	top:24px;
	width:58px;
	height:58px;
	display:grid;
	place-items:center;
	border-radius:20px;
	background:
		radial-gradient(circle at 30% 20%, rgba(255,255,255,.35), transparent 34%),
		linear-gradient(135deg, rgba(77,216,255,.22), rgba(67,214,146,.10));
	box-shadow:0 18px 38px rgba(0,0,0,.20), inset 0 0 0 1px rgba(255,255,255,.16);
}

.service-icon svg{
	width:36px;
	height:36px;
	fill:none;
	stroke:#72e9ff;
	stroke-width:4;
	stroke-linecap:round;
	stroke-linejoin:round;
	filter:drop-shadow(0 7px 14px rgba(0,0,0,.25));
}

.service-icon--light svg,
.service-icon--thermo svg,
.service-icon--electro svg{stroke:#ffd35c}
.service-icon--balneo svg,
.service-icon--hydro svg{stroke:#67d8ff}
.service-icon--massage svg{stroke:#8ff0bf}
.service-icon--psy svg{stroke:#ff91d6}
.service-icon--mech svg{stroke:#c8d4ff}

.service-card span.service-icon{
	font-size:0;
}

.service-card h3{
	margin-top:86px;
}

.service-card:hover .service-icon{
	transform:translateY(-3px) scale(1.03);
}

.section__head--split{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:24px;
	max-width:100%;
}

.btn--news{
	flex:0 0 auto;
	min-width:210px;
}

.footer{
	padding:34px 0;
}

.footer__grid{
	display:grid;
	grid-template-columns:1fr 1.35fr auto;
	gap:28px;
	align-items:start;
}

.footer__title{
	margin-top:0;
	font-weight:900;
	color:#fff;
}

.footer-links{
	display:grid;
	gap:10px;
}

.footer-links a{
	color:#cfe7ff;
	text-decoration:underline;
	text-underline-offset:4px;
}

.footer-top{
	border:1px solid rgba(255,255,255,.32);
	background:rgba(255,255,255,.08);
	color:#fff;
	border-radius:999px;
	padding:12px 18px;
	font-weight:900;
	cursor:pointer;
}

.footer-top:hover,
.footer-links a:hover{
	color:#43d692;
}

.contacts-card strong{
	color:#061022;
}

body.lang-be .ru-only{display:none!important}
body:not(.lang-be) .be-only{display:none!important}

.news-page{
	background:#f5f8ff;
}

.news-hero{
	padding:86px 0 54px;
	background:linear-gradient(135deg,#061022,#102b64);
	color:#fff;
}

.news-list{
	display:grid;
	grid-template-columns:repeat(3, minmax(0, 1fr));
	gap:22px;
}

.news-full-card{
	background:#fff;
	border-radius:28px;
	overflow:hidden;
	box-shadow:var(--shadow);
}

.news-img-placeholder{
	min-height:210px;
	display:grid;
	place-items:center;
	background:linear-gradient(135deg, rgba(77,216,255,.18), rgba(67,214,146,.14));
	color:#536783;
	font-weight:900;
}

.news-full-card__body{
	padding:24px;
}

.news-full-card__body p{color:var(--muted)}

@media(max-width:1050px){
	.footer__grid{
		grid-template-columns:1fr;
	}
	.section__head--split{
		align-items:flex-start;
		flex-direction:column;
	}
	.news-list{
		grid-template-columns:1fr 1fr;
	}
}

@media(max-width:640px){
	.worktime-mini{
		width:100%;
	}
	.language-switch{
		width:100%;
		justify-content:space-between;
	}
	.language-switch select{
		min-width:150px;
	}
	.hero-hours span{
		font-size:19px;
	}
	.service-icon{
		width:52px;
		height:52px;
	}
	.service-icon svg{
		width:32px;
		height:32px;
	}
	.news-list{
		grid-template-columns:1fr;
	}
}


/* === Правка шапки: верхняя черная часть не закреплена, белое меню закреплено === */
.header{
	position:relative!important;
	top:auto!important;
	z-index:30;
	background:transparent!important;
	box-shadow:none!important;
	backdrop-filter:none!important;
}

.topbar{
	background:linear-gradient(135deg,#061022,#0a1935 65%,#0d2148);
	color:#d7ecff;
	font-size:15px;
	border-bottom:1px solid rgba(255,255,255,.08);
}

.topbar__inner{
	display:grid!important;
	grid-template-columns:1fr;
	gap:8px!important;
	padding:12px 0!important;
}

.topbar__line{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:24px;
	flex-wrap:wrap;
}

.topbar__line--contacts{
	font-weight:700;
}

.topbar__line--tools{
	font-size:14px;
	color:#eef7ff;
}

.worktime-mini{
	font-weight:800;
	color:#ffffff;
}

.language-switch{
	display:inline-flex;
	align-items:center;
	gap:10px;
	font-weight:800;
}

.language-switch select{
	border:1px solid rgba(255,255,255,.55);
	background:#071126;
	color:#fff;
	border-radius:999px;
	padding:8px 38px 8px 14px;
	font:inherit;
	font-weight:800;
	cursor:pointer;
}

.accessibility-btn{
	border:1px solid rgba(255,255,255,.36)!important;
	background:rgba(255,255,255,.04)!important;
	color:#fff!important;
	border-radius:999px!important;
	padding:8px 14px!important;
}

.nav-shell{
	position:sticky;
	top:0;
	z-index:40;
	background:rgba(255,255,255,.94);
	backdrop-filter:blur(14px);
	box-shadow:0 8px 24px rgba(0,0,0,.06);
}

.nav{
	padding:18px 0!important;
}

.hero-hours{
	display:none!important;
}

.hero__inner{
	min-height:620px!important;
	padding:54px 0 66px!important;
}

@media(max-width:900px){
	.menu{
		top:86px!important;
	}
}

@media(max-width:640px){
	.topbar__line{
		justify-content:flex-start;
		gap:10px 16px;
	}
	.topbar__line--tools{
		align-items:flex-start;
		flex-direction:column;
	}
	.language-switch{
		width:auto!important;
		justify-content:flex-start!important;
	}
	.worktime-mini{
		width:auto!important;
	}
}


/* === Правки: без фото-заглушек, больше звезд у планеты, нормальная версия для слабовидящих === */
.stars:before,
.stars:after{
	background-image:none!important;
}

.stars:before{
	content:"✦  ✧     ✦       ✧   ✦      ✧";
	position:absolute;
	left:6%;
	top:12%;
	width:88%;
	color:rgba(125,229,255,.42);
	font-size:22px;
	letter-spacing:28px;
	text-shadow:0 0 14px rgba(77,216,255,.55);
}

.stars:after{
	content:"✧      ✦   ✧       ✦     ✧";
	position:absolute;
	left:12%;
	top:70%;
	width:76%;
	color:rgba(255,220,120,.34);
	font-size:18px;
	letter-spacing:34px;
	text-shadow:0 0 16px rgba(255,211,92,.42);
}

.space-dot{display:none!important}

.planet-star{
	position:absolute;
	z-index:3;
	font-size:28px;
	line-height:1;
	color:#72e9ff;
	text-shadow:0 0 16px rgba(114,233,255,.85), 0 0 34px rgba(114,233,255,.35);
	animation:starPulse 3.8s ease-in-out infinite;
}

.planet-star--2,
.planet-star--5,
.planet-star--8{
	color:#ffd35c;
	text-shadow:0 0 16px rgba(255,211,92,.75), 0 0 32px rgba(255,211,92,.30);
}

.planet-star--1{left:6%;top:12%;font-size:22px}
.planet-star--2{right:8%;top:10%;font-size:18px;animation-delay:.4s}
.planet-star--3{left:18%;bottom:14%;font-size:26px;animation-delay:.8s}
.planet-star--4{right:18%;bottom:21%;font-size:22px;animation-delay:1.1s}
.planet-star--5{left:2%;top:52%;font-size:18px;animation-delay:1.6s}
.planet-star--6{right:4%;top:42%;font-size:25px;animation-delay:2s}
.planet-star--7{left:36%;top:3%;font-size:19px;animation-delay:2.4s}
.planet-star--8{right:34%;bottom:4%;font-size:20px;animation-delay:2.8s}

@keyframes starPulse{
	0%,100%{transform:scale(1);opacity:.72}
	50%{transform:scale(1.22);opacity:1}
}

.modal-service--text{
	display:block!important;
	max-width:760px;
}

.modal-info-panel{
	padding:26px;
	border-radius:24px;
	background:linear-gradient(135deg, rgba(77,216,255,.13), rgba(67,214,146,.11)), #f5f9ff;
	border:1px solid #dbe6f7;
}

.person-card{
	grid-template-columns:1fr!important;
}

.news-full-card{
	padding-top:0;
}

.news-full-card__body{
	padding:28px!important;
}

.service-icon{
	background:linear-gradient(135deg, rgba(255,255,255,.20), rgba(77,216,255,.18)), rgba(255,255,255,.07)!important;
	border:1px solid rgba(255,255,255,.20);
}

.service-icon svg{
	stroke-width:3.4!important;
}

body.accessible{
	--text:#000;
	--muted:#000;
	--blue:#000;
	--green:#000;
	background:#fff!important;
	color:#000!important;
	font-size:21px!important;
	line-height:1.7!important;
}

body.accessible *,
body.accessible *::before,
body.accessible *::after{
	text-shadow:none!important;
	box-shadow:none!important;
	filter:none!important;
	animation:none!important;
}

body.accessible .stars,
body.accessible .stars::before,
body.accessible .stars::after,
body.accessible .orbit-card,
body.accessible .logo__planet{
	display:none!important;
}

body.accessible .topbar,
body.accessible .nav-shell,
body.accessible .hero,
body.accessible .section,
body.accessible .section--dark,
body.accessible .section--blue,
body.accessible .news-hero,
body.accessible .footer,
body.accessible .modal__window{
	background:#fff!important;
	background-image:none!important;
	color:#000!important;
	backdrop-filter:none!important;
}

body.accessible .topbar,
body.accessible .nav-shell,
body.accessible .footer{
	border-bottom:3px solid #000!important;
}

body.accessible .container,
body.accessible .hero__content,
body.accessible .section__head{
	max-width:1180px;
}

body.accessible .hero__inner{
	min-height:auto!important;
	grid-template-columns:1fr!important;
	padding:42px 0!important;
}

body.accessible h1{font-size:44px!important}
body.accessible h2{font-size:34px!important}
body.accessible h3{font-size:24px!important}

body.accessible p,
body.accessible li,
body.accessible .hero__text,
body.accessible .section__lead,
body.accessible .modal p,
body.accessible .modal li,
body.accessible .contact-list,
body.accessible .contacts-card p,
body.accessible .info-card p,
body.accessible .news-card p,
body.accessible .news-full-card__body p{
	color:#000!important;
}

body.accessible a,
body.accessible .menu a,
body.accessible .footer-links a{
	color:#000!important;
	text-decoration:underline!important;
	text-underline-offset:4px!important;
}

body.accessible .btn,
body.accessible .accessibility-btn,
body.accessible .footer-top,
body.accessible .modal__close{
	background:#000!important;
	background-image:none!important;
	color:#fff!important;
	border:3px solid #000!important;
}

body.accessible .language-switch,
body.accessible .language-switch select,
body.accessible .worktime-mini,
body.accessible .topbar a,
body.accessible .topbar span{
	color:#000!important;
}

body.accessible .language-switch select{
	background:#fff!important;
	border:3px solid #000!important;
}

body.accessible .glass-card,
body.accessible .mission div,
body.accessible .service-card,
body.accessible .info-card,
body.accessible .news-card,
body.accessible .news-full-card,
body.accessible .contacts-card,
body.accessible .person-card,
body.accessible .checklist-grid > div,
body.accessible .modal-info-panel,
body.accessible .table-wrap{
	background:#fff!important;
	background-image:none!important;
	border:3px solid #000!important;
	color:#000!important;
}

body.accessible .service-icon{
	position:static!important;
	margin-bottom:18px;
	background:#fff!important;
	border:3px solid #000!important;
}

body.accessible .service-icon svg{
	stroke:#000!important;
}

body.accessible .service-card{
	justify-content:flex-start!important;
}

body.accessible .service-card h3{
	margin-top:0!important;
}

body.accessible .modal__overlay{
	background:rgba(0,0,0,.65)!important;
}

body.accessible .schedule-table th,
body.accessible .schedule-table td{
	border:2px solid #000!important;
	color:#000!important;
	background:#fff!important;
}

body.accessible .burger span{
	background:#000!important;
}

@media(max-width:640px){
	body.accessible{font-size:19px!important}
	body.accessible h1{font-size:34px!important}
	body.accessible h2{font-size:28px!important}
}


/* === Правки администрации и новостей от 25.05 === */
.admin-grid--compact{
	grid-template-columns:repeat(2, minmax(0, 1fr));
}

.person-card small{
	display:block;
	margin-top:8px;
	color:var(--muted);
	font-weight:700;
}

.person-card small a{
	font-size:inherit;
}

.person-card__time{
	display:inline-flex;
	align-items:center;
	margin:4px 0 10px!important;
	padding:6px 10px;
	border-radius:999px;
	background:#eaf5ff;
	color:#17335f!important;
	font-weight:800;
	font-size:14px;
}

.news-card--with-media{
	padding:0!important;
	overflow:hidden;
}

.news-card__link{
	display:grid;
	height:100%;
	color:inherit;
}

.news-card__media,
.news-full-card__media{
	position:relative;
	min-height:170px;
	display:grid;
	place-items:center;
	background:
		radial-gradient(circle at 22% 20%, rgba(77,216,255,.32), transparent 28%),
		linear-gradient(135deg, rgba(36,87,255,.16), rgba(67,214,146,.16)),
		#edf6ff;
	color:#355274;
	font-weight:900;
	text-transform:uppercase;
	letter-spacing:.08em;
	font-size:13px;
}

.news-card__media::before,
.news-full-card__media::before{
	display:none;
}

.news-card__media img,
.news-full-card__media img{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

.news-card__body{
	padding:24px 26px 26px;
}

.news-card--with-media:hover{
	transform:translateY(-4px);
}

.news-full-card__media{
	min-height:230px;
}

.news-full-card--featured{
	grid-column:span 2;
	display:grid;
	grid-template-columns:minmax(280px, .9fr) 1fr;
	align-items:stretch;
}

.news-full-card--featured .news-full-card__media{
	min-height:100%;
}

.news-full-card h3,
.news-card h3{
	margin-bottom:10px;
}

body.accessible .person-card__time,
body.accessible .news-card__media,
body.accessible .news-full-card__media{
	background:#fff!important;
	background-image:none!important;
	border:3px solid #000!important;
	color:#000!important;
}

body.accessible .news-card__media::before,
body.accessible .news-full-card__media::before{
	display:none!important;
}

@media(max-width:900px){
	.admin-grid--compact,
	.news-full-card--featured{
		grid-template-columns:1fr;
	}
	.news-full-card--featured{
		grid-column:auto;
	}
	.news-full-card--featured .news-full-card__media{
		min-height:230px;
	}
}

.checklist-grid--parents{
	grid-template-columns:repeat(2,minmax(0,1fr));
}
.checklist-grid--parents > div{
	align-self:start;
}
@media (max-width:760px){
	.checklist-grid--parents{
		grid-template-columns:1fr;
	}
}

/* === Mobile polish 25.05: аккуратная адаптация телефона без поломки ПК === */
img, svg{
	max-width:100%;
}

html,
body{
	max-width:100%;
	overflow-x:hidden;
}

.nav,
.topbar__line,
.hero__actions,
.footer__grid{
	min-width:0;
}

.logo,
.logo > span:last-child,
.menu,
.service-card,
.info-card,
.news-card,
.news-full-card,
.contacts-card,
.modal__window{
	min-width:0;
}

@media(max-width:900px){
	.container{
		width:min(100% - 28px, 1180px);
	}

	.nav-shell{
		top:0;
	}

	.nav{
		position:relative;
		padding:12px 0!important;
		gap:12px;
	}

	.burger{
		display:block;
		flex:0 0 42px;
		padding:4px;
		cursor:pointer;
	}

	.menu,
	.menu.is-static{
		display:none;
		position:absolute;
		left:0;
		right:0;
		top:calc(100% + 10px)!important;
		z-index:80;
		width:auto;
		max-height:calc(100vh - 110px);
		overflow:auto;
		background:#fff;
		border:1px solid #dbe6f7;
		border-radius:20px;
		box-shadow:0 18px 55px rgba(10,30,70,.18);
		padding:12px;
		flex-direction:column;
		align-items:stretch;
		gap:4px;
	}

	.menu.is-open{
		display:flex;
	}

	.menu a{
		display:block;
		width:100%;
		padding:12px 14px;
		border-radius:14px;
		background:#f5f8ff;
	}

	.topbar__inner{
		padding:10px 0!important;
	}

	.topbar__line{
		justify-content:flex-start;
		gap:8px 14px;
	}

	.topbar__line--contacts,
	.topbar__line--tools{
		font-size:13px;
	}

	.topbar__line--contacts span,
	.topbar__line--contacts a,
	.worktime-mini{
		max-width:100%;
		overflow-wrap:anywhere;
	}

	.hero{
		padding-bottom:0;
	}

	.hero__inner{
		min-height:auto!important;
		padding:34px 0 42px!important;
		gap:22px;
	}

	.hero__content{
		max-width:100%;
	}

	.orbit-card{
		height:280px;
		margin-bottom:-18px;
	}

	.planet-img{
		width:min(430px, 112%);
	}

	.stars:before{
		left:2%;
		top:8%;
		font-size:17px;
		letter-spacing:18px;
		width:96%;
	}

	.stars:after{
		left:4%;
		top:74%;
		font-size:15px;
		letter-spacing:20px;
		width:92%;
	}

	.quick,
	.services,
	.info-grid,
	.info-grid--parents,
	.news-grid,
	.news-list,
	.about-grid,
	.contacts,
	.admin-grid,
	.admin-grid--compact,
	.modal-grid,
	.modal-service,
	.checklist-grid,
	.checklist-grid--parents{
		grid-template-columns:1fr!important;
	}

	.news-full-card--featured{
		grid-column:auto!important;
		display:block;
	}

	.section{
		padding:54px 0;
	}

	.section__head{
		margin-bottom:24px;
	}

	.section__head--split{
		gap:16px;
	}

	.quick__item,
	.glass-card,
	.info-card,
	.news-card,
	.contact-form,
	.contacts-card,
	.checklist-grid > div{
		border-radius:22px;
		padding:22px;
	}

	.service-card,
	.service-card:nth-child(1),
	.service-card:nth-child(2),
	.service-card:nth-child(3),
	.service-card:nth-child(4),
	.service-card:nth-child(5),
	.service-card:nth-child(6),
	.service-card:nth-child(7),
	.service-card:nth-child(8),
	.service-card:nth-child(9),
	.service-card:nth-child(10){
		grid-column:1!important;
		min-height:142px;
		padding:22px;
	}

	.service-icon{
		left:22px;
		top:20px;
	}

	.service-card h3,
	.service-card:nth-child(1) h3,
	.service-card:nth-child(6) h3{
		font-size:21px;
		margin-top:76px;
	}

	.info-grid--parents .info-card{
		min-height:auto;
	}

	.info-grid--parents .info-card h3{
		font-size:22px;
	}

	.news-card__media{
		min-height:190px;
	}

	.news-full-card__media,
	.news-full-card--featured .news-full-card__media{
		min-height:210px;
	}

	.news-hero{
		padding:54px 0 42px;
	}

	.footer-top,
	.btn--news{
		width:100%;
	}
}

@media(max-width:640px){
	.container{
		width:calc(100% - 24px);
	}

	body{
		font-size:16px;
	}

	h1{
		font-size:clamp(30px, 10vw, 42px);
		line-height:1.08;
	}

	h2{
		font-size:clamp(25px, 8vw, 34px);
	}

	.eyebrow{
		font-size:11px;
		letter-spacing:.09em;
	}

	.topbar__line--contacts{
		flex-direction:column;
		align-items:flex-start;
	}

	.topbar__line--tools{
		gap:9px;
	}

	.language-switch{
		max-width:100%;
	}

	.language-switch select{
		max-width:180px;
	}

	.accessibility-btn{
		width:100%;
		max-width:310px;
		text-align:center;
	}

	.logo{
		max-width:calc(100% - 56px);
		gap:9px;
	}

	.logo__planet{
		width:40px;
		height:40px;
		flex:0 0 40px;
	}

	.logo strong{
		font-size:15px;
		line-height:1.15;
	}

	.logo small{
		display:none;
	}

	.hero__inner{
		padding:28px 0 36px!important;
	}

	.orbit-card{
		height:230px;
	}

	.planet-img{
		width:min(360px, 124%);
	}

	.planet-star{
		font-size:18px;
	}

	.hero__text,
	.section__lead{
		font-size:17px;
	}

	.hero__actions{
		gap:10px;
		margin-top:22px;
	}

	.btn{
		min-height:48px;
		padding:12px 16px;
	}

	.section{
		padding:44px 0;
	}

	.quick__item,
	.glass-card,
	.info-card,
	.news-card,
	.contact-form,
	.contacts-card,
	.checklist-grid > div,
	.modal-info-panel{
		padding:18px;
		border-radius:20px;
	}

	.mission div,
	.person-card{
		padding:16px;
		border-radius:18px;
	}

	.news-card__body,
	.news-full-card__body{
		padding:20px!important;
	}

	.news-card__media{
		min-height:165px;
	}

	.news-full-card__media,
	.news-full-card--featured .news-full-card__media{
		min-height:185px;
	}

	.news-hero{
		padding:44px 0 34px;
	}

	.modal{
		align-items:flex-start;
		padding:10px;
	}

	.modal__window{
		width:100%;
		max-height:calc(100vh - 20px);
		border-radius:20px;
		padding:54px 16px 20px;
	}

	.modal__close{
		right:10px;
		top:10px;
		width:38px;
		height:38px;
		font-size:26px;
	}

	.modal p,
	.modal li{
		font-size:16px;
	}

	.table-wrap{
		margin-left:-4px;
		margin-right:-4px;
		border-radius:16px;
	}

	.schedule-table{
		min-width:560px;
	}

	.schedule-table th,
	.schedule-table td{
		padding:12px;
	}

	.contact-list{
		font-size:16px;
	}

	.contact-form input,
	.contact-form textarea{
		border-radius:14px;
		padding:12px 14px;
	}

	.footer{
		padding:26px 0;
	}
}

@media(max-width:380px){
	.logo strong{
		font-size:14px;
	}

	.burger{
		width:38px;
		flex-basis:38px;
	}

	h1{
		font-size:29px;
	}

	.service-card h3,
	.service-card:nth-child(1) h3,
	.service-card:nth-child(6) h3{
		font-size:19px;
	}
}

/* защита от выпадения длинных строк на узких экранах */
p, li, h1, h2, h3, a, span, small, strong{
	overflow-wrap:anywhere;
}

/* === Исправление отображения картинок в новостях === */
.news-card--with-media,
.news-full-card{
	overflow:hidden;
}

.news-card__media,
.news-full-card__media{
	min-height:0!important;
	height:auto!important;
	aspect-ratio:16 / 9;
	padding:12px;
	overflow:hidden;
	background:
		linear-gradient(135deg, rgba(255,255,255,.92), rgba(237,246,255,.96)),
		linear-gradient(135deg, rgba(36,87,255,.12), rgba(67,214,146,.14));
	border-bottom:1px solid rgba(15,35,72,.08);
}

.news-card__media img,
.news-full-card__media img{
	position:relative!important;
	inset:auto!important;
	display:block;
	width:100%;
	height:100%;
	object-fit:contain!important;
	object-position:center!important;
	border-radius:18px;
	background:#fff;
}

.news-card__link{
	grid-template-rows:auto 1fr;
	text-decoration:none;
}

.news-card__body,
.news-full-card__body{
	position:relative;
	z-index:1;
}

.news-full-card--featured{
	align-items:stretch;
}

.news-full-card--featured .news-full-card__media{
	min-height:0!important;
	height:100%!important;
	aspect-ratio:16 / 9;
}

.news-full-card--featured .news-full-card__media img{
	min-height:100%;
}

@media(max-width:900px){
	.news-full-card--featured .news-full-card__media{
		height:auto!important;
		aspect-ratio:16 / 9;
	}
}

@media(max-width:640px){
	.news-card__media,
	.news-full-card__media,
	.news-full-card--featured .news-full-card__media{
		aspect-ratio:4 / 3;
		padding:10px;
	}

	.news-card__media img,
	.news-full-card__media img{
		border-radius:14px;
	}

	.news-full-card__body,
	.news-card__body{
		padding:20px!important;
	}
}
