/* =========================================================
   MASTER PLUS SERVICE — STABLE
========================================================= */

.mp-service {
	--sr:#e31e24;
	--srh:#bd151b;
	--sb:#004684;
	--sbh:#043e72;
	--st:#0b1746;
	--sg:#eef0f8;
	--border:rgba(0,70,132,.13);
	--shadow:0 12px 36px rgba(0,70,132,.09);
	color:var(--st);
}

.mp-service *,
.mp-service *::before,
.mp-service *::after { box-sizing:border-box; }

.mp-service a { text-decoration:none; }

.mp-service-eyebrow {
	margin-bottom:12px;
	font-weight:600;
	font-size:14px;
	line-height:1.2;
	letter-spacing:.04em;
	text-transform:uppercase;
	color:var(--sr);
}

.mp-service-section { padding:46px 0; }

.mp-service-section__head {
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:50px;
	margin-bottom:28px;
}

.mp-service-section__title,
.mp-service-section__head h2 {
	margin:0;
	font-weight:600;
	font-size:35px;
	line-height:1.06;
	letter-spacing:-.02em;
	color:var(--st);
}

.mp-service-section__intro,
.mp-service-section__head > p {
	max-width:520px;
	margin:0;
	font-size:16px;
	line-height:1.45;
	color:#5a6480;
}

.mp-service-section__link {
	display:inline-flex;
	align-items:center;
	gap:7px;
	font-weight:600;
	font-size:14px;
	color:var(--sb);
}

/* NAV */
.mp-service-nav {
	position:relative;
	z-index:8;
	margin:-2px 0 24px;
	border-top:1px solid var(--border);
	border-bottom:1px solid var(--border);
	background:rgba(255,255,255,.97);
	box-shadow:0 7px 22px rgba(0,70,132,.06);
}

.mp-service-nav__inner {
	min-height:62px;
	display:flex;
	align-items:center;
	gap:28px;
}

.mp-service-nav__brand {
	display:inline-flex;
	align-items:center;
	gap:9px;
	flex-shrink:0;
	font-weight:600;
	font-size:18px;
	color:var(--sb);
}

.mp-service-nav__brand-mark {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:34px;
	height:34px;
	border-radius:10px;
	color:#fff;
	background:var(--sr);
}

.mp-service-nav__toggle,
.mp-service-nav__mobile-toggle { display:none; }

.mp-service-nav__menu {
	display:flex;
	align-items:center;
	gap:22px;
	flex:1;
}

.mp-service-nav__item,
.mp-service-nav__drop { position:relative; }

.mp-service-nav__link,
.mp-service-nav__drop-btn {
	display:inline-flex;
	align-items:center;
	gap:6px;
	min-height:40px;
	padding:0;
	border:0;
	background:transparent;
	font:inherit;
	font-weight:500;
	font-size:14px;
	color:var(--st);
	cursor:pointer;
}

.mp-service-nav__dropdown,
.mp-service-nav__drop-menu {
	position:absolute;
	top:calc(100% + 5px);
	left:-18px;
	min-width:275px;
	padding:10px;
	border:1px solid var(--border);
	border-radius:12px;
	background:#fff;
	box-shadow:var(--shadow);
	opacity:0;
	visibility:hidden;
	transform:translateY(8px);
	transition:.15s ease;
}

.mp-service-nav__dropdown--right { left:auto; right:-10px; }

.mp-service-nav__item:hover .mp-service-nav__dropdown,
.mp-service-nav__item:focus-within .mp-service-nav__dropdown,
.mp-service-nav__drop:hover .mp-service-nav__drop-menu,
.mp-service-nav__drop:focus-within .mp-service-nav__drop-menu {
	opacity:1;
	visibility:visible;
	transform:translateY(0);
}

.mp-service-nav__dropdown a,
.mp-service-nav__drop-menu a {
	display:block;
	padding:9px 10px;
	border-radius:7px;
	font-size:14px;
	line-height:1.25;
	color:var(--st);
}

.mp-service-nav__dropdown a:hover,
.mp-service-nav__drop-menu a:hover {
	color:var(--sb);
	background:var(--sg);
}

.mp-service-nav__cta {
	margin-left:auto;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:38px;
	padding:8px 17px;
	border-radius:7px;
	font-weight:600;
	font-size:14px;
	color:#fff !important;
	background:var(--sr);
}

.mp-service-nav__cta:hover { background:var(--srh); }

/* HERO */
.mp-service-hero { padding:0 0 36px; }

.mp-service-breadcrumbs {
	display:flex;
	align-items:center;
	gap:6px;
	margin-bottom:18px;
	font-size:13px;
	color:#7d879e;
}

.mp-service-breadcrumbs a {
	text-decoration:underline;
	text-underline-offset:3px;
}

.mp-service-hero__grid {
	display:grid;
	grid-template-columns:minmax(0,1.25fr) minmax(390px,.75fr);
	gap:28px;
}

.mp-service-hero__content {
	position:relative;
	overflow:hidden;
	padding:50px 52px 44px;
	min-height:470px;
	border-radius:15px;
	background:
		radial-gradient(circle at 88% 8%,rgba(227,30,36,.12) 0 9%,transparent 9.5%),
		linear-gradient(135deg,#f5f7fb 0%,#eef0f8 100%);
}

.mp-service-hero__title {
	max-width:750px;
	margin-bottom:18px;
	font-weight:600;
	font-size:46px;
	line-height:1.04;
	letter-spacing:-.03em;
	color:var(--st);
}

.mp-service-hero__lead {
	max-width:690px;
	margin-bottom:28px;
	font-size:19px;
	line-height:1.45;
	color:#44506c;
}

.mp-service-hero__buttons {
	display:flex;
	gap:12px;
	margin-bottom:34px;
}

.mp-service-hero__buttons .button {
	width:auto;
	min-width:190px;
	padding:0 22px;
}

.mp-service-hero__contacts {
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:12px 18px;
	max-width:720px;
}

.mp-service-contact {
	display:flex;
	align-items:center;
	gap:10px;
	min-height:54px;
	padding:8px 10px;
	border-radius:10px;
	color:var(--st);
}

.mp-service-contact__icon {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	flex-shrink:0;
	width:38px;
	height:38px;
	border-radius:10px;
	color:var(--sb);
	background:#fff;
	box-shadow:0 5px 15px rgba(0,70,132,.08);
}

.mp-service-contact--max .mp-service-contact__icon {
	font-size:9px;
	font-weight:700;
	color:#fff;
	background:var(--sb);
}

.mp-service-contact span:last-child {
	display:flex;
	flex-direction:column;
	gap:3px;
}

.mp-service-contact strong { font-weight:600; font-size:14px; }
.mp-service-contact small { font-size:12px; color:#7b8498; }

/* STATUS */
.mp-service-status {
	padding:34px;
	border:1px solid rgba(0,70,132,.08);
	border-radius:15px;
	background:#fff;
	box-shadow:var(--shadow);
}

.mp-service-status__head {
	display:flex;
	align-items:center;
	gap:14px;
	margin-bottom:28px;
}

.mp-service-status__icon {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	flex-shrink:0;
	width:56px;
	height:56px;
	border-radius:15px;
	color:#fff;
	background:var(--sr);
}

.mp-service-status__head h2 {
	margin:0 0 4px;
	font-weight:600;
	font-size:24px;
	line-height:1.12;
	color:var(--st);
}

.mp-service-status__head p { margin:0; font-size:14px; color:#778198; }

.mp-service-status__types {
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:8px;
	margin:0 0 24px;
	padding:0;
	border:0;
}

.mp-service-status__types legend {
	grid-column:1/-1;
	margin-bottom:7px;
	font-weight:500;
	font-size:13px;
	color:#5c667d;
}

.mp-service-status__type { cursor:pointer; }

.mp-service-status__type input {
	position:absolute;
	opacity:0;
	pointer-events:none;
}

.mp-service-status__type span {
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:42px;
	padding:8px;
	border:1px solid rgba(0,70,132,.18);
	border-radius:8px;
	font-weight:500;
	font-size:14px;
	color:var(--sb);
	background:#fff;
}

.mp-service-status__type:has(input:checked) span {
	color:#fff;
	border-color:var(--sb);
	background:var(--sb);
}

.mp-service-status__field {
	display:flex;
	flex-direction:column;
	gap:8px;
	margin-bottom:18px;
}

.mp-service-status__field > span {
	font-weight:500;
	font-size:13px;
	color:#5c667d;
}

.mp-service-status__field input {
	width:100%;
	height:48px;
	padding:0 14px;
	border:1px solid rgba(0,70,132,.22);
	border-radius:8px;
	font-size:16px;
	color:var(--st);
	background:#fff;
}

.mp-service-status__submit {
	width:100%;
	height:48px;
	border:0;
	color:#fff;
	background:var(--sr);
}

.mp-service-status__submit:hover {
	color:#fff;
	background:var(--srh);
}

.mp-service-status__result {
	display:none;
	margin-top:14px;
	padding:11px 12px;
	border-radius:8px;
	font-size:13px;
	line-height:1.4;
	color:var(--st);
	background:var(--sg);
}

.mp-service-status__result.is-visible { display:block; }

.mp-service-status__result-row + .mp-service-status__result-row { margin-top:5px; }
.mp-service-status__message.is-error { color:#b4232d; }

.mp-service-status__note {
	margin-top:13px;
	font-size:11px;
	line-height:1.4;
	color:#939bad;
}

/* ACTIONS */
.mp-service-actions { padding-top:30px; }

.mp-service-actions__grid {
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:16px;
}

.mp-service-action-card {
	position:relative;
	display:flex;
	align-items:center;
	gap:15px;
	min-height:126px;
	padding:22px 20px;
	border:1px solid var(--border);
	border-radius:15px;
	color:var(--st);
	background:#fff;
	box-shadow:0 4px 18px rgba(0,70,132,.045);
	transition:.15s ease;
}

.mp-service-action-card:hover {
	color:var(--st);
	border-color:rgba(0,70,132,.27);
	box-shadow:var(--shadow);
	transform:translateY(-3px);
}

.mp-service-action-card__icon {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	flex-shrink:0;
	width:54px;
	height:54px;
	border-radius:14px;
	color:var(--sb);
	background:var(--sg);
}

.mp-service-action-card__content {
	display:flex;
	flex:1;
	flex-direction:column;
	gap:6px;
	min-width:0;
}

.mp-service-action-card__content strong {
	font-weight:600;
	font-size:18px;
	line-height:1.16;
	color:var(--st);
}

.mp-service-action-card__content small {
	font-size:13px;
	line-height:1.35;
	color:#727c92;
}

.mp-service-action-card__arrow {
	margin-left:auto;
	color:var(--sb);
}

/* REPAIR — ОСТАВЛЯЕМ НОВЫЕ ФОТО */
.mp-service-repair-section { padding-bottom:68px; }

.mp-service-repair {
	display:grid;
	grid-template-columns:repeat(12,minmax(0,1fr));
	gap:16px;
}

.mp-service-repair__card {
	position:relative;
	isolation:isolate;
	overflow:hidden;
	display:flex;
	flex-direction:column;
	grid-column:span 3;
	min-height:250px;
	padding:22px;
	border-radius:15px;
	color:#fff !important;
	background-color:#063f72;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	box-shadow:0 8px 24px rgba(0,46,88,.13);
	transition:.15s ease;
}

.mp-service-repair__card:nth-child(n+5) {
	grid-column:span 4;
	min-height:220px;
}

.mp-service-repair__card::before {
	content:"";
	position:absolute;
	inset:0;
	z-index:0;
	background:linear-gradient(180deg,rgba(3,31,58,.24) 0%,rgba(3,31,58,.43) 35%,rgba(3,31,58,.84) 72%,rgba(3,31,58,.95) 100%);
}

.mp-service-repair__card > * { position:relative; z-index:1; }

.mp-service-repair__card:nth-child(1) { background-image:url("https://mplus.tomsk.ru/upload/medialibrary/9db/xfbxuu3kb1lc3xida2d0e02wdmbldwx7.png"); }
.mp-service-repair__card:nth-child(2) { background-image:url("https://mplus.tomsk.ru/upload/medialibrary/b1f/mik8i3j665p632032vi0393tooq0tpdn.png"); }
.mp-service-repair__card:nth-child(3) { background-image:url("https://mplus.tomsk.ru/upload/medialibrary/aab/16i0q0562fxu6dqk8mo0scqnlidm3iwc.png"); }
.mp-service-repair__card:nth-child(4) { background-image:url("https://mplus.tomsk.ru/upload/medialibrary/8ba/t50jh9br1x4h7mjo2xmig930aw2okbc7.png"); }
.mp-service-repair__card:nth-child(5) { background-image:url("https://mplus.tomsk.ru/upload/medialibrary/9d3/ost7s2y6bywl8stw0zyvq6ckvo5l75fw.png"); }
.mp-service-repair__card:nth-child(6) { background-image:url("https://mplus.tomsk.ru/upload/medialibrary/0a1/ww6sr7webgd9m1mu76znkascrqrric0j.png"); }
.mp-service-repair__card:nth-child(7) { background-image:url("https://mplus.tomsk.ru/upload/medialibrary/d92/6gdjsmltihd0drl0rryuxo1ytbn9avs5.png"); }

.mp-service-repair__num {
	position:absolute;
	top:16px;
	right:18px;
	font-weight:600;
	font-size:12px;
	color:rgba(255,255,255,.78);
}

.mp-service-repair__icon {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	margin-bottom:23px;
	border-radius:15px;
	color:#fff;
	background:rgba(0,70,132,.93);
	box-shadow:0 7px 18px rgba(0,0,0,.18);
}

.mp-service-repair__card b,
.mp-service-repair__card strong {
	margin-bottom:8px;
	font-weight:600;
	font-size:20px;
	line-height:1.15;
	color:#fff;
	text-shadow:0 1px 5px rgba(0,0,0,.34);
}

.mp-service-repair__card small {
	font-size:13px;
	line-height:1.4;
	color:rgba(255,255,255,.9);
	text-shadow:0 1px 4px rgba(0,0,0,.28);
}

.mp-service-repair__more {
	margin-top:auto;
	padding-top:22px;
	font-weight:600;
	font-size:13px;
	color:#fff;
}

/* PROCESS */
.mp-service-process { background:linear-gradient(180deg,#fff 0%,#f8f9fc 100%); }

.mp-service-process__list {
	display:grid;
	grid-template-columns:repeat(5,1fr);
	border:1px solid var(--border);
	border-radius:15px;
	overflow:hidden;
	background:#fff;
}

.mp-service-process__item {
	min-height:220px;
	padding:24px 22px;
	border-right:1px solid var(--border);
}

.mp-service-process__item:last-child { border-right:0; }

.mp-service-process__num {
	margin-bottom:32px;
	font-weight:600;
	font-size:13px;
	color:var(--sr);
}

.mp-service-process__body h3 {
	margin-bottom:10px;
	font-weight:600;
	font-size:18px;
	color:var(--st);
}

.mp-service-process__body p {
	font-size:13px;
	line-height:1.45;
	color:#6f7890;
}

/* ADVANTAGES */
.mp-service-advantages__grid {
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:16px;
}

.mp-service-advantage {
	display:flex;
	flex-direction:column;
	min-height:235px;
	padding:24px;
	border-radius:15px;
	background:var(--sg);
}

.mp-service-advantage__icon {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:54px;
	height:54px;
	margin-bottom:30px;
	border-radius:14px;
	color:#fff;
	background:var(--sb);
}

.mp-service-advantage__body h3 {
	margin-bottom:10px;
	font-weight:600;
	font-size:18px;
	color:var(--st);
}

.mp-service-advantage__body p {
	font-size:13px;
	line-height:1.45;
	color:#68738b;
}

/* EXTRA SERVICES */
.mp-service-extra-services__grid {
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:16px;
}

.mp-service-extra-card {
	display:flex;
	flex-direction:column;
	min-height:320px;
	padding:26px;
	border-radius:15px;
	color:var(--st);
	background:var(--sg);
	transition:.15s ease;
}

.mp-service-extra-card:hover {
	color:var(--st);
	transform:translateY(-3px);
	box-shadow:var(--shadow);
}

.mp-service-extra-card__top {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:50px;
}

.mp-service-extra-card__icon {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:62px;
	height:62px;
	border-radius:16px;
	color:#fff;
	background:var(--sb);
}

.mp-service-extra-card__tag {
	padding:6px 9px;
	border-radius:999px;
	font-weight:600;
	font-size:11px;
	text-transform:uppercase;
	color:var(--sb);
	background:rgba(255,255,255,.8);
}

.mp-service-extra-card__body h3 {
	max-width:360px;
	margin-bottom:12px;
	font-weight:600;
	font-size:24px;
	line-height:1.12;
	color:var(--st);
}

.mp-service-extra-card__body p {
	max-width:360px;
	font-size:14px;
	line-height:1.45;
	color:#667188;
}

.mp-service-extra-card__link {
	display:inline-flex;
	align-items:center;
	gap:8px;
	margin-top:auto;
	padding-top:28px;
	font-weight:600;
	font-size:14px;
	color:var(--sb);
}

/* BEFORE — ОСТАВЛЯЕМ НОВОЕ ФОТО */
.mp-service-before__box {
	position:relative;
	overflow:hidden;
	display:grid;
	grid-template-columns:.82fr 1.18fr;
	gap:34px;
	padding:34px;
	border-radius:15px;
	color:#fff;
	background-image:
		linear-gradient(90deg,rgba(0,48,88,.82) 0%,rgba(0,55,99,.74) 45%,rgba(0,49,90,.62) 100%),
		url("https://mplus.tomsk.ru/upload/medialibrary/f4e/oroeqcenuk5xvuno5ktoapurpqd1y817.jpg");
	background-size:cover;
	background-position:center;
}

.mp-service-before__intro { padding:14px 12px; }

.mp-service-before__intro .mp-service-eyebrow { color:#ff8b91; }

.mp-service-before__intro h2 {
	max-width:430px;
	margin-bottom:16px;
	font-weight:600;
	font-size:34px;
	line-height:1.08;
	color:#fff;
}

.mp-service-before__intro p {
	max-width:470px;
	margin-bottom:26px;
	font-size:14px;
	line-height:1.5;
	color:rgba(255,255,255,.88);
}

.mp-service-before__button {
	width:210px;
	color:#fff !important;
	border-color:rgba(255,255,255,.9) !important;
	background:rgba(0,46,84,.18) !important;
}

.mp-service-before__grid {
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:12px;
}

.mp-service-before__item {
	padding:20px;
	border:1px solid rgba(255,255,255,.13);
	border-radius:12px;
	background:rgba(0,55,100,.58);
	backdrop-filter:blur(4px);
}

.mp-service-before__item > span {
	display:inline-block;
	margin-bottom:22px;
	font-weight:600;
	font-size:12px;
	color:#ff9ea3;
}

.mp-service-before__item h3 {
	margin-bottom:8px;
	font-weight:600;
	font-size:17px;
	color:#fff;
}

.mp-service-before__item p {
	font-size:12px;
	line-height:1.45;
	color:rgba(255,255,255,.86);
}

/* CONTACTS */
.mp-service-contacts { padding-bottom:70px; }

.mp-service-contacts__box {
	display:grid;
	grid-template-columns:.82fr 1.18fr;
	min-height:500px;
	border:1px solid var(--border);
	border-radius:15px;
	overflow:hidden;
	background:#fff;
	box-shadow:0 8px 26px rgba(0,70,132,.05);
}

.mp-service-contacts__info { padding:38px; }

.mp-service-contacts__info h2 {
	max-width:420px;
	margin-bottom:30px;
	font-weight:600;
	font-size:32px;
	color:var(--st);
}

.mp-service-contacts__list {
	display:flex;
	flex-direction:column;
	gap:10px;
	margin-bottom:28px;
}

.mp-service-contacts__item {
	display:flex;
	align-items:flex-start;
	gap:12px;
	padding:10px;
	border-radius:10px;
	color:var(--st);
}

.mp-service-contacts__icon {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	flex-shrink:0;
	width:42px;
	height:42px;
	border-radius:11px;
	color:var(--sb);
	background:var(--sg);
}

.mp-service-contacts__item--max .mp-service-contacts__icon {
	font-size:9px;
	font-weight:700;
	color:#fff;
	background:var(--sb);
}

.mp-service-contacts__item strong {
	display:block;
	margin-bottom:4px;
	font-weight:600;
	font-size:13px;
}

.mp-service-contacts__item p {
	font-size:14px;
	line-height:1.45;
	color:#657086;
}

.mp-service-contacts__buttons {
	display:flex;
	gap:10px;
}

.mp-service-contacts__buttons .button { width:180px; }

.mp-service-contacts__map {
	position:relative;
	min-height:500px;
	background:var(--sg);
}

.mp-service-contacts__map-loading {
	position:absolute;
	inset:0;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:14px;
	color:#7b8497;
}

/* MOBILE BAR */
.mp-service-mobile-bar { display:none; }

/* RESPONSIVE */
@media (max-width:1200px) {
	.mp-service-nav__menu { gap:14px; }
	.mp-service-hero__grid { grid-template-columns:minmax(0,1fr) 380px; }
	.mp-service-hero__content { padding:40px 36px; }
	.mp-service-hero__title { font-size:39px; }
	.mp-service-actions__grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width:992px) {
	.mp-service-nav__inner {
		min-height:58px;
		justify-content:space-between;
	}

	.mp-service-nav__toggle,
	.mp-service-nav__mobile-toggle {
		display:inline-flex;
		align-items:center;
		gap:8px;
		font-weight:600;
		font-size:14px;
		color:var(--sb);
	}

	.mp-service-nav__menu {
		position:absolute;
		top:100%;
		left:15px;
		right:15px;
		display:none;
		flex-direction:column;
		align-items:stretch;
		gap:0;
		padding:12px;
		border:1px solid var(--border);
		border-radius:0 0 14px 14px;
		background:#fff;
		box-shadow:var(--shadow);
	}

	.mp-service-nav__menu.is-open {
		display:flex;
		max-height:calc(100vh - 116px);
		overflow-y:auto;
	}

	.mp-service-nav__link,
	.mp-service-nav__drop-btn {
		width:100%;
		min-height:44px;
		justify-content:space-between;
		padding:0 8px;
	}

	.mp-service-nav__dropdown,
	.mp-service-nav__drop-menu {
		position:static;
		display:none;
		min-width:0;
		margin:0 0 7px;
		padding:4px 8px 6px 18px;
		border:0;
		border-radius:8px;
		background:var(--sg);
		box-shadow:none;
		opacity:1;
		visibility:visible;
		transform:none;
	}

	.mp-service-nav__item.is-open .mp-service-nav__dropdown,
	.mp-service-nav__drop.is-open .mp-service-nav__drop-menu {
		display:block;
	}

	.mp-service-nav__item:hover .mp-service-nav__dropdown,
	.mp-service-nav__drop:hover .mp-service-nav__drop-menu {
		display:none;
	}

	.mp-service-nav__item.is-open:hover .mp-service-nav__dropdown,
	.mp-service-nav__drop.is-open:hover .mp-service-nav__drop-menu {
		display:block;
	}

	.mp-service-nav__cta {
		margin:10px 0 0;
		min-height:42px;
	}

	.mp-service-hero__grid { grid-template-columns:1fr; }

	.mp-service-repair__card,
	.mp-service-repair__card:nth-child(n+5) {
		grid-column:span 6;
		min-height:235px;
	}

	.mp-service-process__list { grid-template-columns:repeat(2,1fr); }

	.mp-service-process__item {
		min-height:190px;
		border-bottom:1px solid var(--border);
	}

	.mp-service-process__item:nth-child(2n) { border-right:0; }

	.mp-service-process__item:last-child {
		grid-column:1/-1;
		border-bottom:0;
	}

	.mp-service-advantages__grid { grid-template-columns:repeat(2,1fr); }
	.mp-service-extra-services__grid { grid-template-columns:1fr; }

	.mp-service-before__box,
	.mp-service-contacts__box { grid-template-columns:1fr; }

	.mp-service-contacts__map { min-height:380px; }
}

@media (max-width:768px) {
	.mp-service-nav {
		margin-top:-17px;
		margin-bottom:18px;
	}

	.mp-service-hero__content { padding:30px 22px 24px; }
	.mp-service-hero__title { font-size:31px; }
	.mp-service-hero__lead { font-size:15px; }
	.mp-service-hero__contacts { grid-template-columns:1fr 1fr; }

	.mp-service-status { padding:24px 20px; }

	.mp-service-section { padding:34px 0; }

	.mp-service-section__head {
		display:block;
		margin-bottom:20px;
	}

	.mp-service-section__title,
	.mp-service-section__head h2 { font-size:26px; }

	.mp-service-section__intro,
	.mp-service-section__head > p {
		margin-top:10px;
		font-size:14px;
	}

	.mp-service-actions__grid {
		grid-template-columns:repeat(2,1fr);
		gap:10px;
	}

	.mp-service-action-card {
		align-items:flex-start;
		flex-direction:column;
		min-height:180px;
		padding:18px;
	}

	.mp-service-action-card__arrow {
		position:absolute;
		right:15px;
		bottom:15px;
	}

	.mp-service-before__box {
		padding:24px 20px;
		background-image:
			linear-gradient(180deg,rgba(0,48,88,.82) 0%,rgba(0,50,91,.78) 100%),
			url("https://mplus.tomsk.ru/upload/medialibrary/f4e/oroeqcenuk5xvuno5ktoapurpqd1y817.jpg");
	}

	.mp-service-contacts__info { padding:28px 22px; }
	.mp-service-contacts__info h2 { font-size:26px; }

	body.no-scroll .mp-service-mobile-bar,
	body.modal-open .mp-service-mobile-bar,
	body.mp-service-menu-open .mp-service-mobile-bar {
		display:none !important;
	}

	body.no-scroll .mp-service-nav { pointer-events:none; }
}

@media (max-width:576px) {
	.mp-service-nav__menu { left:0; right:0; }

	.mp-service-hero__content { padding:26px 17px 20px; }
	.mp-service-hero__title { font-size:27px; }

	.mp-service-hero__buttons {
		flex-direction:column;
		gap:8px;
	}

	.mp-service-hero__buttons .button {
		width:100%;
		min-width:0;
	}

	.mp-service-hero__contacts { grid-template-columns:1fr; }

	.mp-service-actions__grid { grid-template-columns:1fr; }

	.mp-service-action-card {
		min-height:0;
		flex-direction:row;
		padding:16px;
	}

	.mp-service-action-card__arrow {
		position:static;
		margin-left:auto;
		align-self:center;
	}

	.mp-service-repair { grid-template-columns:1fr; }

	.mp-service-repair__card,
	.mp-service-repair__card:nth-child(n+5) {
		grid-column:auto;
		min-height:230px;
	}

	.mp-service-process__list,
	.mp-service-advantages__grid,
	.mp-service-before__grid { grid-template-columns:1fr; }

	.mp-service-process__item,
	.mp-service-process__item:nth-child(2n),
	.mp-service-process__item:last-child {
		grid-column:auto;
		min-height:0;
		border-right:0;
		border-bottom:1px solid var(--border);
	}

	.mp-service-process__item:last-child { border-bottom:0; }

	.mp-service-contacts__buttons { flex-direction:column; }
	.mp-service-contacts__buttons .button { width:100%; }
	.mp-service-contacts__map { min-height:300px; }

	.mp-service-mobile-bar {
		position:fixed;
		left:10px;
		right:10px;
		bottom:10px;
		z-index:9;
		display:grid;
		grid-template-columns:1fr 1fr;
		gap:8px;
		padding:7px;
		border:1px solid rgba(0,70,132,.1);
		border-radius:12px;
		background:rgba(255,255,255,.96);
		box-shadow:0 8px 30px rgba(0,70,132,.18);
		backdrop-filter:blur(10px);
	}

	.mp-service-mobile-bar a {
		display:flex;
		align-items:center;
		justify-content:center;
		min-height:42px;
		border-radius:8px;
		font-weight:600;
		font-size:13px;
		color:var(--sb);
		background:var(--sg);
	}

	.mp-service-mobile-bar a:last-child {
		color:#fff;
		background:var(--sr);
	}

	.mp-service-contacts { padding-bottom:100px; }
}

/* =========================================================
   HERO REDESIGN — СТИЛЬНЫЙ ПЕРВЫЙ ЭКРАН
   Добавлен поверх стабильной версии. Остальные блоки не затрагивает.
========================================================= */

.mp-service-hero {
	padding-bottom: 44px;
}

.mp-service-hero__content {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 500px;
	padding: 56px 54px 40px;
	border: 1px solid rgba(0, 70, 132, .08);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.28) 46%, rgba(255,255,255,0) 72%),
		linear-gradient(135deg, #f8faff 0%, #eef2f9 56%, #e8edf7 100%);
	box-shadow:
		0 18px 48px rgba(0, 70, 132, .08),
		inset 0 1px 0 rgba(255, 255, 255, .85);
}

.mp-service-hero__content::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -110px;
	right: -72px;
	width: 330px;
	height: 330px;
	border: 44px solid rgba(227, 30, 36, .055);
	border-radius: 50%;
	pointer-events: none;
}

.mp-service-hero__content::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: -95px;
	bottom: -145px;
	width: 330px;
	height: 330px;
	border-radius: 50%;
	background: radial-gradient(
		circle,
		rgba(0, 70, 132, .105) 0%,
		rgba(0, 70, 132, .045) 38%,
		rgba(0, 70, 132, 0) 70%
	);
	pointer-events: none;
}

.mp-service-hero__content .mp-service-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 18px;
	font-size: 13px;
	letter-spacing: .055em;
}

.mp-service-hero__content .mp-service-eyebrow::before {
	content: "";
	width: 28px;
	height: 2px;
	border-radius: 999px;
	background: var(--sr);
}

.mp-service-hero__title {
	max-width: 700px;
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 52px;
	line-height: 1.035;
	letter-spacing: -.035em;
	color: #081d58;
	text-wrap: balance;
}

.mp-service-hero__lead {
	max-width: 660px;
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 1.55;
	color: #4f5c77;
}

.mp-service-hero__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 34px;
}

.mp-service-hero__buttons .button {
	width: auto;
	min-width: 200px;
	height: 48px;
	padding: 0 24px;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 600;
	transition:
		transform .18s ease,
		box-shadow .18s ease,
		background .18s ease,
		border-color .18s ease;
}

.mp-service-hero__buttons .blue-btn {
	border: 1px solid #07569d;
	background: linear-gradient(180deg, #0b5ba6 0%, #004684 100%);
	box-shadow: 0 9px 20px rgba(0, 70, 132, .16);
}

.mp-service-hero__buttons .blue-btn:hover {
	transform: translateY(-2px);
	border-color: #004684;
	background: linear-gradient(180deg, #0d66bb 0%, #004684 100%);
	box-shadow: 0 13px 26px rgba(0, 70, 132, .22);
}

.mp-service-hero__buttons .border-btn {
	border: 1.5px solid #0a5a9f;
	background: rgba(255, 255, 255, .64);
	color: #0b2a68;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.mp-service-hero__buttons .border-btn:hover {
	transform: translateY(-2px);
	border-color: var(--sb);
	background: #fff;
	color: var(--sb);
	box-shadow: 0 10px 22px rgba(0, 70, 132, .09);
}

.mp-service-hero__contacts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	max-width: 720px;
}

.mp-service-contact {
	position: relative;
	display: flex;
	align-items: center;
	gap: 13px;
	min-height: 76px;
	padding: 13px 15px;
	overflow: hidden;
	border: 1px solid rgba(0, 70, 132, .075);
	border-radius: 16px;
	color: var(--st);
	background: rgba(255, 255, 255, .72);
	box-shadow:
		0 8px 22px rgba(0, 70, 132, .045),
		inset 0 1px 0 rgba(255,255,255,.8);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	transition:
		transform .18s ease,
		box-shadow .18s ease,
		border-color .18s ease,
		background .18s ease;
}

a.mp-service-contact:hover {
	transform: translateY(-2px);
	border-color: rgba(0, 70, 132, .16);
	color: var(--st);
	background: rgba(255, 255, 255, .91);
	box-shadow:
		0 13px 28px rgba(0, 70, 132, .085),
		inset 0 1px 0 rgba(255,255,255,.9);
}

.mp-service-contact__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(0, 70, 132, .07);
	border-radius: 13px;
	color: var(--sb);
	background: linear-gradient(180deg, #fff 0%, #f2f6fb 100%);
	box-shadow: 0 6px 15px rgba(0, 70, 132, .07);
	font-size: 15px;
}

.mp-service-contact--max .mp-service-contact__icon {
	border: 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .025em;
	color: #fff;
	background: linear-gradient(180deg, #0d65b5 0%, #004684 100%);
	box-shadow: 0 7px 17px rgba(0, 70, 132, .18);
}

.mp-service-contact span:last-child {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.mp-service-contact strong {
	font-weight: 700;
	font-size: 15px;
	line-height: 1.2;
	color: #0b1d56;
}

.mp-service-contact small {
	font-size: 12px;
	line-height: 1.35;
	color: #77829a;
}

/* Небольшое визуальное выравнивание карточки статуса с обновлённым hero */
.mp-service-status {
	border-radius: 24px;
	box-shadow:
		0 18px 48px rgba(0, 70, 132, .075),
		inset 0 1px 0 rgba(255,255,255,.82);
}

@media (max-width: 1200px) {
	.mp-service-hero__content {
		min-height: 470px;
		padding: 44px 38px 34px;
	}

	.mp-service-hero__title {
		font-size: 44px;
	}

	.mp-service-contact {
		min-height: 72px;
		padding: 12px;
	}
}

@media (max-width: 992px) {
	.mp-service-hero__content {
		min-height: auto;
	}

	.mp-service-status {
		border-radius: 20px;
	}
}

@media (max-width: 768px) {
	.mp-service-hero {
		padding-bottom: 28px;
	}

	.mp-service-hero__content {
		padding: 34px 24px 24px;
		border-radius: 20px;
	}

	.mp-service-hero__content::before {
		top: -92px;
		right: -90px;
		width: 260px;
		height: 260px;
		border-width: 36px;
	}

	.mp-service-hero__title {
		max-width: 600px;
		font-size: 37px;
		line-height: 1.06;
	}

	.mp-service-hero__lead {
		font-size: 16px;
		line-height: 1.5;
	}

	.mp-service-hero__contacts {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.mp-service-contact {
		min-height: 68px;
	}

	.mp-service-status {
		border-radius: 20px;
	}
}

@media (max-width: 576px) {
	.mp-service-hero__content {
		padding: 28px 18px 20px;
		border-radius: 18px;
	}

	.mp-service-hero__content .mp-service-eyebrow {
		margin-bottom: 13px;
		font-size: 11px;
	}

	.mp-service-hero__content .mp-service-eyebrow::before {
		width: 21px;
	}

	.mp-service-hero__title {
		font-size: 30px;
		line-height: 1.08;
	}

	.mp-service-hero__lead {
		margin-bottom: 23px;
		font-size: 14px;
	}

	.mp-service-hero__buttons {
		flex-direction: column;
		gap: 9px;
		margin-bottom: 25px;
	}

	.mp-service-hero__buttons .button {
		width: 100%;
		min-width: 0;
		height: 44px;
		border-radius: 10px;
	}

	.mp-service-contact {
		min-height: 64px;
		padding: 11px 12px;
		border-radius: 13px;
	}

	.mp-service-contact__icon {
		flex-basis: 40px;
		width: 40px;
		height: 40px;
		border-radius: 11px;
	}

	.mp-service-contact strong {
		font-size: 14px;
	}

	.mp-service-contact small {
		font-size: 11px;
	}
}

/* =========================================================
   FINAL SERVICE OVERRIDES v12
========================================================= */

/* После удаления Б/у и срочной диагностики — четыре быстрых действия в одну строку */
.mp-service-actions__grid {
	grid-template-columns: repeat(4, minmax(0,1fr));
}

/* Настоящая иконка MAX */
.mp-service-contact__icon--max {
	padding: 0 !important;
	overflow: hidden;
}

.mp-service-contact__icon--max img,
.mp-service-contacts__item--max .mp-service-contacts__icon img {
	display: block;
	width: 74%;
	height: 74%;
	object-fit: cover;
	border-radius: inherit;
}

/* На всякий случай фиксируем хлебные крошки на главной сервиса */
.mp-service > .mp-service-hero .mp-service-breadcrumbs {
	position: static;
	float: none;
}

/* Адаптив четырёх быстрых действий */
@media (max-width: 1200px) {
	.mp-service-actions__grid {
		grid-template-columns: repeat(2, minmax(0,1fr));
	}
}

@media (max-width: 576px) {
	.mp-service-actions__grid {
		grid-template-columns: 1fr;
	}
}
/* =========================================================
   POPUP СТАТУСА РЕМОНТА
   Добавить В САМЫЙ КОНЕЦ service.css
========================================================= */

body.mp-service-status-modal-open {
	overflow: hidden !important;
}

.mp-service-status-modal {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .22s ease, visibility .22s ease;
}

.mp-service-status-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.mp-service-status-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(4, 20, 52, .58);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.mp-service-status-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 460px);
	padding: 38px 36px 32px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.7);
	border-radius: 24px;
	background:
		radial-gradient(circle at 100% 0%, rgba(227,30,36,.08) 0 20%, transparent 20.5%),
		#fff;
	box-shadow:
		0 28px 80px rgba(3, 24, 58, .28),
		inset 0 1px 0 rgba(255,255,255,.92);
	transform: translateY(18px) scale(.97);
	transition: transform .24s ease;
}

.mp-service-status-modal.is-open .mp-service-status-modal__dialog {
	transform: translateY(0) scale(1);
}

.mp-service-status-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid rgba(0,70,132,.10);
	border-radius: 50%;
	color: #526078;
	background: rgba(244,247,251,.92);
	cursor: pointer;
	transition: .16s ease;
}

.mp-service-status-modal__close:hover,
.mp-service-status-modal__close:focus-visible {
	color: #fff;
	border-color: var(--sb, #004684);
	background: var(--sb, #004684);
	outline: none;
}

.mp-service-status-modal__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	margin-bottom: 24px;
	border-radius: 20px;
	color: #fff;
	background: linear-gradient(145deg, #0b63ae 0%, #004684 100%);
	box-shadow: 0 13px 26px rgba(0,70,132,.22);
}

.mp-service-status-modal__eyebrow {
	margin-bottom: 7px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: #e31e24;
}

.mp-service-status-modal__dialog h2 {
	margin: 0 0 24px;
	font-size: 29px;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -.025em;
	color: #081d58;
}

.mp-service-status-modal__status {
	position: relative;
	margin-bottom: 10px;
	padding: 18px 20px 18px 48px;
	border: 1px solid rgba(0,70,132,.10);
	border-radius: 14px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #0b255e;
	background: #f1f4fa;
}

.mp-service-status-modal__status::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #21a366;
	box-shadow: 0 0 0 5px rgba(33,163,102,.12);
	transform: translateY(-50%);
}

.mp-service-status-modal__receipt {
	min-height: 19px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.4;
	color: #77839a;
}

.mp-service-status-modal__hint {
	margin: 0 0 24px;
	font-size: 12px;
	line-height: 1.5;
	color: #7c879b;
}

.mp-service-status-modal__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 0 20px;
	border: 0;
	border-radius: 10px;
	color: #fff;
	background: #004684;
	font: inherit;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background .16s ease, transform .16s ease, box-shadow .16s ease;
}

.mp-service-status-modal__button:hover,
.mp-service-status-modal__button:focus-visible {
	background: #075a9f;
	box-shadow: 0 9px 20px rgba(0,70,132,.18);
	transform: translateY(-1px);
	outline: none;
}

.mp-service-status__result .mp-service-status__message.is-error {
	color: #a81820;
}

@media (max-width: 576px) {
	.mp-service-status-modal {
		align-items: flex-end;
		padding: 0;
	}

	.mp-service-status-modal__dialog {
		width: 100%;
		max-height: calc(100dvh - 24px);
		padding: 32px 20px calc(20px + env(safe-area-inset-bottom));
		border: 0;
		border-radius: 24px 24px 0 0;
		overflow-y: auto;
		transform: translateY(100%);
	}

	.mp-service-status-modal.is-open .mp-service-status-modal__dialog {
		transform: translateY(0);
	}

	.mp-service-status-modal__close {
		top: 14px;
		right: 14px;
		width: 36px;
		height: 36px;
	}

	.mp-service-status-modal__icon {
		width: 58px;
		height: 58px;
		margin-bottom: 20px;
		border-radius: 17px;
	}

	.mp-service-status-modal__dialog h2 {
		margin-bottom: 20px;
		font-size: 25px;
	}

	.mp-service-status-modal__status {
		padding: 16px 16px 16px 44px;
		font-size: 17px;
	}

	.mp-service-status-modal__status::before {
		left: 18px;
	}

	.mp-service-status-modal__button {
		min-height: 50px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mp-service-status-modal,
	.mp-service-status-modal__dialog,
	.mp-service-status-modal__close,
	.mp-service-status-modal__button {
		transition: none !important;
	}
}
/* =========================================================
   FIX — КНОПКА "ПОЗВОНИТЬ" В БЛОКЕ КОНТАКТОВ
========================================================= */

.mp-service .mp-service-contacts__buttons a.button.blue-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;

	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;

	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1 !important;

	text-indent: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;

	background: #004684 !important;
	border-color: #004684 !important;
}

.mp-service .mp-service-contacts__buttons a.button.blue-btn:hover,
.mp-service .mp-service-contacts__buttons a.button.blue-btn:focus,
.mp-service .mp-service-contacts__buttons a.button.blue-btn:active {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;

	opacity: 1 !important;
	visibility: visible !important;

	background: #075a9f !important;
	border-color: #075a9f !important;
}