.ct-header {
	display: none;
}

.up-site-header {
	--up-header-side: max(18px, calc((100vw - 1420px) / 2));
	color: #fff;
	font-family: Manrope, Inter, Arial, sans-serif;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
}

.admin-bar .up-site-header {
	top: 32px;
}

.up-site-header a {
	color: inherit;
	text-decoration: none;
}

.up-header-shell {
	align-items: center;
	display: grid;
	margin: 0 auto;
	max-width: 1420px;
	padding-left: 18px;
	padding-right: 18px;
	width: 100%;
}

.up-header-top {
	background: transparent;
	border-bottom: 0;
	backdrop-filter: none;
}

.up-header-top__desktop {
	grid-template-columns: minmax(590px, 1.55fr) minmax(16px, .1fr) minmax(340px, 1fr);
	height: 50px;
}

.up-header-top__center {
	min-width: 20px;
}

.up-header-top__right {
	justify-self: end;
}

.up-topbar,
.up-header-contacts {
	align-items: center;
	display: inline-flex;
}

.up-topbar__sep {
	background: rgba(255, 255, 255, .18);
	flex-shrink: 0;
	height: 22px;
	margin: 0 16px;
	width: 1px;
}

.up-ya-wrap {
	align-items: center;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 999px;
	display: inline-flex;
	gap: 8px;
	padding: 4px 12px 4px 4px;
	transition: background .2s, border-color .2s;
}

.up-ya-wrap:hover {
	background: rgba(255, 255, 255, .11);
	border-color: rgba(255, 255, 255, .28);
}

.up-ya-logo {
	align-items: center;
	background: #fc3f1d;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-shrink: 0;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 900;
	height: 29px;
	justify-content: center;
	line-height: 1;
	width: 29px;
}

.up-ya-info {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.up-ya-top {
	align-items: center;
	display: flex;
	gap: 5px;
}

.up-ya-score {
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
}

.up-ya-stars {
	display: flex;
	gap: 1px;
}

.up-ya-stars svg {
	fill: #f5c518;
	height: 10px;
	width: 10px;
}

.up-ya-label {
	color: rgba(255, 255, 255, .45);
	font-size: 9px;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
}

.up-tagline {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.up-tagline::before {
	background: linear-gradient(to bottom, #f39a1b, rgba(243, 154, 27, .15));
	border-radius: 999px;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 26px;
	width: 2px;
}

.up-tagline__inner {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.up-tagline__top {
	color: #f39a1b;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	line-height: 1;
	text-transform: uppercase;
}

.up-tagline__main {
	color: rgba(255, 255, 255, .8);
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.up-hours {
	align-items: center;
	display: inline-flex;
	gap: 7px;
}

.up-hours__dot {
	animation: up-blink 2s ease-in-out infinite;
	background: #4ade80;
	border-radius: 50%;
	box-shadow: 0 0 0 2px rgba(74, 222, 128, .25);
	flex-shrink: 0;
	height: 7px;
	width: 7px;
}

@keyframes up-blink {
	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: .4;
	}
}

.up-hours__text {
	color: rgba(255, 255, 255, .65);
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.up-hours__text strong {
	color: #fff;
	font-weight: 700;
}

.up-header-contacts {
	gap: 6px;
}

.up-hbtn {
	align-items: center;
	background: rgba(255, 255, 255, .08);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 999px;
	color: rgba(255, 255, 255, .76);
	display: inline-flex;
	font-size: 11px;
	font-weight: 600;
	gap: 6px;
	line-height: 1;
	padding: 4px 10px;
	transition: background .2s, border-color .2s, color .2s;
	white-space: nowrap;
}

.up-hbtn:hover {
	background: rgba(255, 255, 255, .12);
	border-color: rgba(255, 255, 255, .6);
	color: #fff;
}

.up-hbtn__icon {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: 16px;
	justify-content: center;
	width: 16px;
}

.up-hbtn__icon svg {
	display: block;
	height: 16px;
	width: 16px;
}

.up-hbtn--vk:hover {
	background: rgba(39, 135, 245, .25);
	border-color: rgba(39, 135, 245, .6);
}

.up-hbtn--max:hover {
	background: rgba(124, 58, 237, .2);
	border-color: rgba(168, 85, 247, .55);
}

.up-header-main {
	background: transparent;
	border-bottom: 0;
	backdrop-filter: none;
	transition: background .2s, box-shadow .2s, color .2s;
}

.up-header-main__desktop {
	grid-template-columns: minmax(210px, .72fr) minmax(560px, 1.56fr) minmax(220px, .72fr);
	height: 92px;
}

.up-logo {
	align-items: center;
	display: inline-flex;
	justify-self: start;
}

.up-logo img {
	display: block;
	height: auto;
	max-width: 218px;
	width: 100%;
}

.up-main-nav {
	justify-self: center;
	min-width: 0;
}

.up-main-menu,
.up-main-menu .sub-menu,
.up-mobile-menu,
.up-mobile-menu .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.up-main-menu {
	align-items: center;
	display: flex;
	gap: 30px;
}

.up-main-menu > li {
	position: relative;
}

.up-main-menu > li > a {
	color: rgba(255, 255, 255, .78);
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .02em;
	line-height: 1;
	padding: 20px 0 14px;
	position: relative;
	text-transform: uppercase;
	transition: color .2s;
	white-space: nowrap;
}

.up-main-menu > li > a::before {
	background: #f39a1b;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	opacity: 0;
	position: absolute;
	transform: scaleX(.35);
	transform-origin: left center;
	transition: opacity .2s, transform .2s;
	width: 100%;
}

.up-main-menu > li > a:hover,
.up-main-menu > .current-menu-item > a,
.up-main-menu > .current-menu-ancestor > a {
	color: #f39a1b;
}

.up-main-menu > li > a:hover::before,
.up-main-menu > .current-menu-item > a::before,
.up-main-menu > .current-menu-ancestor > a::before {
	opacity: 1;
	transform: scaleX(1);
}

.up-main-menu .menu-item-has-children > a::after {
	border-bottom: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	content: "";
	height: 6px;
	margin-left: 8px;
	margin-top: 1px;
	transform: rotate(45deg);
	width: 6px;
}

.up-main-menu .sub-menu {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(9, 32, 51, .18);
	left: -18px;
	min-width: 265px;
	opacity: 0;
	padding: 10px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: translateY(8px);
	transition: opacity .18s, transform .18s;
}

.up-main-menu li:hover > .sub-menu,
.up-main-menu li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.up-main-menu .sub-menu a {
	border-radius: 6px;
	color: #092033;
	display: block;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.2;
	padding: 10px 12px;
}

.up-main-menu .sub-menu a:hover {
	background: #f5f7f9;
	color: #005f93;
}

.up-phone-wrap {
	align-items: center;
	background: rgba(255, 255, 255, .09);
	border: 1px solid rgba(255, 255, 255, .26);
	border-radius: 999px;
	backdrop-filter: blur(10px);
	color: rgba(255, 255, 255, .9);
	display: inline-flex;
	font-size: 17px;
	font-weight: 900;
	gap: 10px;
	justify-self: end;
	line-height: 1;
	padding: 8px 20px 8px 8px;
	white-space: nowrap;
}

.up-phone-icon {
	align-items: center;
	animation: up-ring 2.8s ease-in-out infinite;
	background: rgba(243, 154, 27, .96);
	border-radius: 50%;
	color: #fff;
	display: flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.up-phone-icon svg {
	height: 17px;
	width: 17px;
}

@keyframes up-ring {
	0%,
	100% {
		transform: rotate(0);
	}

	8% {
		transform: rotate(12deg);
	}

	16% {
		transform: rotate(-10deg);
	}

	24% {
		transform: rotate(8deg);
	}

	32% {
		transform: rotate(0);
	}
}

.up-site-header.is-stuck {
	position: fixed;
	top: 0;
}

.admin-bar .up-site-header.is-stuck {
	top: 32px;
}

.up-site-header.is-stuck .up-header-top {
	display: none;
}

.up-site-header.is-stuck .up-header-main {
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 12px 38px rgba(9, 32, 51, .13);
	color: #092033;
	backdrop-filter: blur(10px);
}

.up-site-header.is-stuck .up-header-main__desktop {
	height: 70px;
}

.up-site-header.is-stuck .up-main-menu > li > a,
.up-site-header.is-stuck .up-phone-wrap {
	color: #092033;
}

.up-site-header.is-stuck .up-phone-wrap {
	border-color: rgba(9, 32, 51, .18);
}

.up-header-top__mobile,
.up-header-main__mobile,
.up-mobile-drawer {
	display: none;
}

.up-mobile-drawer[hidden] {
	display: none;
}

body:not(.home):not(.ultra-service-page) .up-site-header {
	background: linear-gradient(135deg, rgba(5, 23, 38, .98) 0%, rgba(9, 42, 65, .95) 55%, rgba(5, 23, 38, .98) 100%);
	box-shadow: 0 14px 38px rgba(9, 32, 51, .14);
	position: sticky;
	top: 0;
}

.admin-bar body:not(.home):not(.ultra-service-page) .up-site-header {
	top: 32px;
}

body:not(.home):not(.ultra-service-page) .up-header-top {
	background: rgba(255, 255, 255, .035);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

body:not(.home):not(.ultra-service-page) .up-header-main {
	background: rgba(255, 255, 255, .025);
	border-bottom: 1px solid rgba(255, 255, 255, .06);
}

body:not(.home):not(.ultra-service-page) .up-site-header.is-stuck {
	position: fixed;
}

@media (max-width: 1180px) {
	.up-header-main__desktop {
		grid-template-columns: 190px 1fr 205px;
	}

	.up-main-menu {
		gap: 18px;
	}

	.up-main-menu > li > a {
		font-size: 12px;
	}

	.up-phone-wrap {
		font-size: 17px;
	}
}

@media (max-width: 1024px) {
	.up-header-top__desktop,
	.up-header-main__desktop {
		display: none;
	}

	.up-header-top__mobile {
		display: flex;
		height: 60px;
		justify-content: space-between;
	}

	.up-header-main__mobile {
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		height: 60px;
	}

	.up-header-main__mobile .up-logo {
		justify-self: start;
	}

	.up-logo--mobile img {
		max-width: 179px;
	}

	.up-phone-mobile {
		color: #fff;
		font-size: 17px;
		font-weight: 900;
		line-height: 1;
		white-space: nowrap;
	}

	.up-city {
		align-items: center;
		color: #fff;
		display: inline-flex;
		font-size: 14px;
		font-weight: 800;
		gap: 6px;
		justify-self: center;
		line-height: 1;
	}

	.up-city svg {
		height: 18px;
		width: 18px;
	}

	.up-burger {
		align-items: center;
		appearance: none;
		background: transparent;
		border: 1px solid rgba(255, 255, 255, .18);
		border-radius: 50%;
		display: inline-flex;
		flex-direction: column;
		gap: 4px;
		height: 42px;
		justify-content: center;
		justify-self: end;
		padding: 0;
		width: 42px;
	}

	.up-burger span {
		background: #fff;
		border-radius: 999px;
		display: block;
		height: 2px;
		width: 18px;
	}

	.up-site-header.is-stuck .up-header-main__mobile {
		height: 60px;
	}

	.up-site-header.is-stuck .up-city,
	.up-site-header.is-stuck .up-phone-mobile {
		color: #092033;
	}

	.up-site-header.is-stuck .up-burger {
		background: #005f93;
		border-color: #005f93;
	}

	.up-mobile-drawer {
		display: block;
		inset: 0;
		position: fixed;
		z-index: 1002;
	}

	.up-mobile-drawer__backdrop {
		background: rgba(4, 14, 24, .58);
		inset: 0;
		position: absolute;
	}

	.up-mobile-drawer__panel {
		background: #fff;
		box-shadow: -18px 0 42px rgba(9, 32, 51, .22);
		color: #092033;
		height: 100%;
		margin-left: auto;
		max-width: 360px;
		overflow: auto;
		padding: 72px 24px 32px;
		position: relative;
		width: min(86vw, 360px);
	}

	.up-mobile-drawer__close {
		appearance: none;
		background: #f5f7f9;
		border: 0;
		border-radius: 50%;
		color: #092033;
		font-size: 26px;
		height: 42px;
		line-height: 38px;
		padding: 0;
		position: absolute;
		right: 20px;
		top: 20px;
		width: 42px;
	}

	.up-mobile-menu {
		display: grid;
		gap: 2px;
	}

	.up-mobile-menu a {
		border-radius: 8px;
		color: #092033;
		display: block;
		font-size: 16px;
		font-weight: 800;
		padding: 12px 14px;
	}

	.up-mobile-menu a:hover {
		background: #f5f7f9;
		color: #005f93;
	}

	.up-mobile-menu .sub-menu {
		border-left: 2px solid #e1ebf2;
		margin: 0 0 6px 14px;
		padding-left: 8px;
	}

	.up-mobile-menu .sub-menu a {
		font-size: 14px;
		font-weight: 650;
		padding: 9px 12px;
	}

	.up-menu-open {
		overflow: hidden;
	}
}

@media (max-width: 520px) {
	.up-header-shell {
		padding-left: 14px;
		padding-right: 14px;
	}

	.up-header-top__mobile {
		gap: 10px;
	}

	.up-ya-wrap {
		gap: 8px;
		padding: 4px 9px 4px 4px;
	}

	.up-ya-logo {
		font-size: 15px;
		height: 28px;
		width: 28px;
	}

	.up-ya-score {
		font-size: 13px;
	}

	.up-ya-stars svg {
		height: 10px;
		width: 10px;
	}

	.up-ya-label {
		font-size: 9px;
	}

	.up-phone-mobile {
		font-size: 15px;
	}

	.up-logo--mobile img {
		max-width: 154px;
	}
}
