/* Isolated chrome for /services/motomasterskaya-v-minske/ only. */

.moto-hero-page {
	--sg-page: 1440px;
	--sg-gutter: 25px;
	--sg-red: #de1313;
	--sg-red-soft: rgba(222, 19, 19, .16);
	--sg-glass: rgba(10, 10, 10, .62);
	--sg-line: rgba(255, 255, 255, .12);
}

.moto-hero-page .container-box,
.moto-hero-page .footer-bottom-inner,
.moto-hero-page .sg-foot__bottom-inner {
	max-width: var(--sg-page);
	padding-left: var(--sg-gutter);
	padding-right: var(--sg-gutter);
	width: 100%;
}

.moto-hero-page .moto-hero .title_big_text,
.moto-hero-page.category-services .services-hero.moto-hero .title_big_text {
	max-width: 100%;
}

.moto-hero-page .moto-hero-line {
	white-space: nowrap;
}

@media (max-width: 740px) {
	.moto-hero-page .moto-hero .title_big_text,
	.moto-hero-page.category-services .services-hero.moto-hero .title_big_text,
	.moto-hero-page .services-hero.moto-hero .title_big_text {
		font-size: clamp(22px, 7.8vw, 34px);
		letter-spacing: -.035em;
		line-height: 1.05;
		max-width: 100%;
		padding-bottom: 0;
		padding-top: 0;
		width: 100%;
	}

	.moto-hero-page .moto-hero-copy {
		max-width: 100%;
		width: 100%;
	}
}

.moto-hero-page .moto-hero {
	z-index: 0;
}

.moto-hero-page .header.site-header,
.moto-hero-page .mobile-menu,
.moto-hero-page .mobile-buttons,
.moto-hero-page .hover-site,
.moto-hero-page .close-img {
	display: none !important;
}

.sg-nav {
	left: 0;
	padding: 14px 0 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 400;
}

.sg-nav.is-open {
	bottom: 0;
}

.sg-nav * {
	box-sizing: border-box;
}

.sg-nav__bar {
	align-items: center;
	background: var(--sg-glass);
	border: 1px solid var(--sg-line);
	border-radius: 22px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, .28);
	display: flex;
	gap: 16px;
	margin: 0 auto;
	max-width: var(--sg-page);
	min-height: 72px;
	padding: 8px var(--sg-gutter);
	width: 100%;
	pointer-events: auto;
	position: relative;
	transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
	z-index: 402;
}

.sg-nav__bar::before {
	backdrop-filter: blur(22px) saturate(140%);
	border-radius: inherit;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.sg-nav.is-scrolled .sg-nav__bar {
	background: rgba(8, 8, 8, .88);
	border-color: rgba(255, 255, 255, .16);
	box-shadow: 0 18px 44px rgba(0, 0, 0, .4);
}

.sg-nav__logo {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	margin-right: 8px;
}

.sg-nav__logo img {
	display: block;
	height: 62px;
	object-fit: contain;
	width: auto;
}

.sg-nav__links {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	gap: 4px;
	justify-content: center;
}

.sg-nav__link,
.sg-nav__drop-btn {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 14px;
	color: #f3f3f3;
	cursor: pointer;
	display: inline-flex;
	font-family: "Cuprum", "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	letter-spacing: .02em;
	line-height: 1;
	padding: 7px 11px 7px 7px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background .2s ease, color .2s ease, transform .2s ease;
}

.sg-nav__link:hover,
.sg-nav__drop-btn:hover,
.sg-nav__link.is-current,
.sg-nav__item.is-open .sg-nav__drop-btn {
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.sg-nav__ico {
	align-items: center;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 10px;
	color: #fff;
	display: inline-flex;
	flex: 0 0 32px;
	height: 32px;
	justify-content: center;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
	width: 32px;
}

.sg-nav__ico svg {
	display: block;
	height: 16px;
	width: 16px;
}

.sg-nav__link:hover .sg-nav__ico,
.sg-nav__drop-btn:hover .sg-nav__ico,
.sg-nav__link.is-current .sg-nav__ico,
.sg-nav__item.is-open .sg-nav__ico {
	background: var(--sg-red-soft);
	border-color: rgba(222, 19, 19, .35);
	color: #ff4d4d;
}

.sg-nav__chev {
	display: block;
	height: 12px;
	margin-left: -2px;
	opacity: .7;
	transition: transform .2s ease;
	width: 12px;
}

.sg-nav__item.is-open .sg-nav__chev {
	transform: rotate(180deg);
}

.sg-nav__item {
	position: relative;
}

.sg-nav__mega {
	background: rgba(9, 9, 9, .94);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 20px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
	display: none;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	left: 0;
	max-width: min(600px, calc(100vw - 40px));
	min-width: min(560px, calc(100vw - 40px));
	opacity: 0;
	padding: 14px;
	position: absolute;
	top: 100%;
	transform: translateY(8px);
	transition: opacity .2s ease, transform .2s ease;
	z-index: 5;
}

.sg-nav__item.is-open .sg-nav__mega {
	display: grid;
	opacity: 1;
	transform: none;
}

.sg-nav__mega-head {
	align-items: end;
	display: flex;
	grid-column: 1 / -1;
	justify-content: space-between;
	padding: 4px 8px 8px;
}

.sg-nav__mega-head p {
	color: #8d8d8d;
	font-family: "Cuprum", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	margin: 0;
	text-transform: uppercase;
}

.sg-nav__mega-head a {
	color: #fff;
	font-family: "Cuprum", sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.sg-nav__mega-head a:hover {
	color: var(--sg-red);
}

.sg-nav__service {
	align-items: center;
	background: rgba(255, 255, 255, .03);
	border: 1px solid transparent;
	border-radius: 14px;
	color: #fff;
	display: flex;
	gap: 8px;
	min-height: 58px;
	padding: 10px 12px;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.sg-nav__service:hover,
.sg-nav__service.is-current {
	background: rgba(255, 255, 255, .06);
	border-color: rgba(255, 255, 255, .08);
	transform: translateY(-1px);
}

.sg-nav__service.is-current {
	border-color: rgba(222, 19, 19, .45);
}

.sg-nav__service .sg-nav__ico,
.sg-nav__item.is-open .sg-nav__service .sg-nav__ico,
.sg-nav__service:hover .sg-nav__ico,
.sg-nav__service.is-current .sg-nav__ico {
	background: none;
	border: 0;
	border-radius: 0;
	color: #f3f3f3;
	flex: 0 0 18px;
	height: 18px;
	width: 18px;
}

.sg-nav__service .sg-nav__ico svg {
	display: block;
	height: 18px;
	width: 18px;
}

.sg-nav__service > span:last-child {
	display: block;
	font-family: "Cuprum", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
}

.sg-nav__actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
	margin-left: auto;
}

.sg-nav__lead {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 999px;
	color: #101010;
	cursor: pointer;
	display: inline-flex;
	font-family: "Cuprum", "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .04em;
	min-height: 44px;
	padding: 0 16px;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.sg-nav__lead:hover {
	background: #fff;
	box-shadow: 0 10px 22px rgba(0, 0, 0, .22);
	color: #101010;
	transform: translateY(-1px);
}

.sg-nav__phone {
	align-items: center;
	background: var(--sg-red);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-family: "Cuprum", sans-serif;
	font-size: 15px;
	font-weight: 700;
	gap: 8px;
	min-height: 44px;
	padding: 0 16px 0 12px;
	text-decoration: none;
	transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.sg-nav__phone:hover {
	background: #ff1d1d;
	box-shadow: 0 10px 24px rgba(222, 19, 19, .35);
	color: #fff;
	transform: translateY(-1px);
}

.sg-nav__phone .sg-nav__ico {
	background: rgba(0, 0, 0, .18);
	border-color: transparent;
	color: #fff;
}

.sg-nav__social {
	align-items: center;
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 12px;
	color: #fff;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	text-decoration: none;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
	width: 44px;
}

.sg-nav__social:hover {
	border-color: rgba(222, 19, 19, .4);
	color: #ff4d4d;
	transform: translateY(-1px);
}

.sg-nav__social svg {
	height: 16px;
	width: 16px;
}

.sg-brand-ico {
	display: block;
	height: 22px;
	object-fit: contain;
	width: 22px;
}

.sg-nav__social:has(.sg-brand-ico),
.sg-foot__soc a:has(.sg-brand-ico) {
	background: transparent;
	border-color: transparent;
}

.sg-nav__social:has(.sg-brand-ico):hover,
.sg-foot__soc a:has(.sg-brand-ico):hover {
	background: rgba(255, 255, 255, .06);
	border-color: transparent;
	color: inherit;
}

.sg-nav__toggle {
	align-items: center;
	background: #161616;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 14px;
	color: #fff;
	cursor: pointer;
	display: none;
	flex-direction: column;
	gap: 5px;
	height: 48px;
	justify-content: center;
	padding: 0;
	width: 48px;
}

.sg-nav__toggle span {
	background: #fff;
	border-radius: 99px;
	display: block;
	height: 2px;
	transition: transform .2s ease, opacity .2s ease, width .2s ease;
	width: 18px;
}

.sg-nav.is-open .sg-nav__toggle span:first-child {
	transform: translateY(3.5px) rotate(45deg);
}

.sg-nav.is-open .sg-nav__toggle span:last-child {
	transform: translateY(-3.5px) rotate(-45deg);
}

.sg-nav__veil {
	background: rgba(0, 0, 0, .45);
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity .25s ease;
	z-index: 401;
}

.sg-nav.is-open .sg-nav__veil {
	opacity: 1;
	pointer-events: auto;
}

.sg-nav__drawer-foot {
	display: none;
}

@media (max-width: 1120px) {
	.sg-nav__links,
	.sg-nav__actions .sg-nav__phone,
	.sg-nav__social {
		display: none;
	}

	.sg-nav__toggle {
		display: inline-flex;
	}

	.sg-nav__bar {
		padding-right: 8px;
	}

	.sg-nav.is-open .sg-nav__links {
		background: #0b0b0b;
		border-top: 1px solid rgba(255, 255, 255, .08);
		bottom: 0;
		display: flex;
		flex-direction: column;
		gap: 6px;
		justify-content: flex-start;
		left: 0;
		overflow: auto;
		padding: 22px 18px 28px;
		pointer-events: auto;
		position: fixed;
		right: 0;
		top: 86px;
		z-index: 403;
	}

	.sg-nav__link,
	.sg-nav__drop-btn {
		font-size: 20px;
		justify-content: flex-start;
		min-height: 56px;
		padding: 10px 12px;
		width: 100%;
	}

	.sg-nav__ico {
		flex-basis: 40px;
		height: 40px;
		width: 40px;
	}

	.sg-nav__ico svg {
		height: 18px;
		width: 18px;
	}

	.sg-nav__service .sg-nav__ico,
	.sg-nav__item.is-open .sg-nav__service .sg-nav__ico {
		flex-basis: 18px;
		height: 18px;
		width: 18px;
	}

	.sg-nav__service .sg-nav__ico svg {
		height: 18px;
		width: 18px;
	}

	.sg-nav__item {
		width: 100%;
	}

	.sg-nav__mega {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: none;
		gap: 8px;
		grid-template-columns: 1fr;
		left: 0;
		min-width: 0;
		padding: 6px 0 10px 16px;
		position: static;
		transform: none;
		width: 100%;
	}

	.sg-nav__item.is-open .sg-nav__mega {
		display: grid;
		transform: none;
	}

	.sg-nav__service {
		background: #141414;
	}

	.sg-nav.is-open .sg-nav__drawer-foot {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		margin-top: 18px;
		width: 100%;
	}

	.sg-nav.is-open .sg-nav__drawer-foot .sg-nav__phone,
	.sg-nav.is-open .sg-nav__drawer-foot .sg-nav__social {
		display: inline-flex;
	}

	.sg-nav__lead {
		font-size: 13px;
		min-height: 42px;
		padding: 0 12px;
	}
}

.sg-contact {
	bottom: 22px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	left: 22px;
	pointer-events: none;
	position: fixed;
	z-index: 180;
}

.sg-contact * {
	box-sizing: border-box;
}

.sg-contact__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.sg-contact__item {
	align-items: center;
	background: #121212;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
	color: #fff;
	display: flex;
	gap: 10px;
	min-height: 46px;
	opacity: 0;
	padding: 4px 14px 4px 4px;
	pointer-events: none;
	text-decoration: none;
	transform: translateY(12px) scale(.96);
	transition: opacity .22s ease, transform .22s ease;
	visibility: hidden;
}

.sg-contact.is-open .sg-contact__item {
	opacity: 1;
	pointer-events: auto;
	transform: none;
	visibility: visible;
}

.sg-contact.is-open .sg-contact__item:nth-child(1) { transition-delay: .04s; }
.sg-contact.is-open .sg-contact__item:nth-child(2) { transition-delay: .08s; }
.sg-contact.is-open .sg-contact__item:nth-child(3) { transition-delay: .12s; }
.sg-contact.is-open .sg-contact__item:nth-child(4) { transition-delay: .16s; }
.sg-contact.is-open .sg-contact__item:nth-child(5) { transition-delay: .2s; }

.sg-contact__ico {
	align-items: center;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	flex: 0 0 38px;
	height: 38px;
	justify-content: center;
	line-height: 0;
	width: 38px;
}

.sg-contact__ico svg {
	display: block;
	flex: 0 0 auto;
	height: 17px;
	margin: 0;
	width: 17px;
}

.sg-contact__label {
	font-family: "Cuprum", "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding-right: 6px;
}

.sg-contact__item.is-phone .sg-contact__ico { background: #de1313; }
.sg-contact__item.is-viber .sg-contact__ico { background: #7360f2; }
.sg-contact__item.is-instagram .sg-contact__ico { background: transparent; }
.sg-contact__ico .sg-brand-ico {
	height: 32px;
	width: 32px;
}
.sg-contact__item.is-telegram .sg-contact__ico { background: #2aabee; }
.sg-contact__item.is-whatsapp .sg-contact__ico { background: #25d366; }

.sg-contact__toggle {
	align-items: center;
	background: #de1313;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(222, 19, 19, .38);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	gap: 8px;
	justify-content: center;
	min-height: 56px;
	padding: 0 18px 0 8px;
	pointer-events: auto;
	position: relative;
}

.sg-contact__toggle-ico,
.sg-contact__toggle-close {
	align-items: center;
	background: rgba(0, 0, 0, .16);
	border-radius: 50%;
	display: inline-flex;
	flex: 0 0 40px;
	height: 40px;
	justify-content: center;
	line-height: 0;
	width: 40px;
}

.sg-contact__toggle-ico svg {
	display: block;
	flex: 0 0 auto;
	height: 18px;
	margin: 0;
	width: 18px;
}

.sg-contact__toggle-close {
	left: 8px;
	opacity: 0;
	position: absolute;
	top: 8px;
	transform: scale(.6);
}

.sg-contact__toggle-close::before,
.sg-contact__toggle-close::after {
	background: #fff;
	content: "";
	height: 2px;
	left: 10px;
	position: absolute;
	top: 19px;
	width: 20px;
}

.sg-contact__toggle-close::before { transform: rotate(45deg); }
.sg-contact__toggle-close::after { transform: rotate(-45deg); }

.sg-contact__toggle-text {
	font-family: "Cuprum", "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.sg-contact.is-open .sg-contact__toggle-ico,
.sg-contact.is-open .sg-contact__toggle-text {
	opacity: 0;
}

.sg-contact.is-open .sg-contact__toggle-close {
	opacity: 1;
	transform: none;
}

.sg-contact.is-open .sg-contact__toggle {
	padding: 0 8px;
	width: 56px;
}

@media (max-width: 640px) {
	.sg-contact {
		bottom: 16px;
		left: 16px;
	}

	.sg-contact__toggle-text {
		display: none;
	}

	.sg-contact__toggle,
	.sg-contact.is-open .sg-contact__toggle {
		height: 56px;
		justify-content: center;
		padding: 0;
		width: 56px;
	}

	.sg-contact__toggle-ico,
	.sg-contact.is-open .sg-contact__toggle-close {
		left: 50%;
		margin: 0;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.sg-contact.is-open .sg-contact__toggle-close {
		transform: translate(-50%, -50%);
	}
}

.moto-hero-page .site-footer:not(.sg-foot) {
	display: none;
}

.sg-foot {
	background:
		radial-gradient(circle at 12% 0, rgba(222, 19, 19, .16), transparent 28%),
		#080808;
	border-top: 1px solid rgba(255, 255, 255, .08);
	color: #fff;
	display: block;
	overflow: hidden;
	position: relative;
}

.sg-foot__marks {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.sg-foot__marks img {
	display: block;
	height: auto;
	opacity: .055;
	position: absolute;
	user-select: none;
	width: 420px;
}

.sg-foot__marks img:nth-child(1) {
	left: -4%;
	top: 8%;
	transform: rotate(-14deg);
	width: 520px;
}

.sg-foot__marks img:nth-child(2) {
	opacity: .04;
	right: -3%;
	top: -6%;
	transform: rotate(10deg);
	width: 460px;
}

.sg-foot__marks img:nth-child(3) {
	bottom: 6%;
	left: 32%;
	opacity: .045;
	transform: rotate(-6deg);
	width: 540px;
}

.sg-foot__marks img:nth-child(4) {
	bottom: -8%;
	opacity: .038;
	right: 6%;
	transform: rotate(16deg);
	width: 380px;
}

.sg-foot__grid,
.sg-foot__bottom {
	position: relative;
	z-index: 1;
}

.sg-foot * {
	box-sizing: border-box;
}

.sg-foot__grid {
	display: grid;
	gap: 40px 32px;
	grid-template-columns: 1.15fr .7fr 1.35fr .95fr;
	padding-bottom: 56px;
	padding-top: 72px;
}

.sg-foot__logo img {
	display: block;
	height: 92px;
	object-fit: contain;
	width: auto;
}

.sg-foot__brand p {
	color: #b8b8b8;
	font-size: 15px;
	line-height: 1.55;
	margin: 18px 0 0;
	max-width: 320px;
}

.sg-foot__soc {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 22px;
}

.sg-foot__soc a {
	align-items: center;
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 12px;
	color: #fff;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
	width: 44px;
}

.sg-foot__soc a:hover {
	border-color: rgba(222, 19, 19, .45);
	color: #ff4d4d;
	transform: translateY(-2px);
}

.sg-foot__soc svg,
.sg-foot__soc .sg-brand-ico {
	height: 22px;
	width: 22px;
}

.sg-foot__col > p {
	color: #8d8d8d;
	font-family: "Cuprum", "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.sg-foot__col > a {
	align-items: center;
	color: #f2f2f2;
	display: flex;
	font-family: "Cuprum", "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	gap: 10px;
	min-height: 40px;
	text-decoration: none;
	transition: color .2s ease;
}

.sg-foot__col > a:hover,
.sg-foot__chip:hover,
.sg-foot__chip.is-current {
	color: #fff;
}

.sg-foot__ico {
	align-items: center;
	background: rgba(255, 255, 255, .06);
	border-radius: 9px;
	color: #ff4d4d;
	display: inline-flex;
	flex: 0 0 28px;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.sg-foot__ico svg {
	display: block;
	height: 14px;
	width: 14px;
}

.sg-foot__chips {
	display: grid;
	gap: 6px;
	grid-template-columns: 1fr;
}

.sg-foot__chip {
	align-items: center;
	border-radius: 12px;
	color: #f2f2f2;
	display: flex;
	font-family: "Cuprum", "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 700;
	gap: 10px;
	min-height: 38px;
	padding: 4px 8px 4px 4px;
	text-decoration: none;
	transition: background .2s ease, color .2s ease;
}

.sg-foot__chip:hover,
.sg-foot__chip.is-current {
	background: rgba(255, 255, 255, .05);
}

.sg-foot__chip.is-current {
	box-shadow: inset 0 0 0 1px rgba(222, 19, 19, .35);
}

.sg-foot__bottom {
	border-top: 1px solid rgba(255, 255, 255, .08);
}

.sg-foot__bottom-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 68px;
}

.sg-foot__bottom p,
.sg-foot__bottom a {
	color: #8d8d8d;
	font-size: 13px;
	margin: 0;
	text-decoration: none;
}

.sg-foot__bottom a:hover {
	color: #fff;
}

@media (max-width: 1180px) {
	.sg-foot__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 740px) {
	.sg-foot__marks img:nth-child(1),
	.sg-foot__marks img:nth-child(3) {
		width: 280px;
	}

	.sg-foot__marks img:nth-child(2),
	.sg-foot__marks img:nth-child(4) {
		display: none;
	}

	.sg-foot__grid {
		gap: 32px;
		grid-template-columns: 1fr;
		padding-bottom: 40px;
		padding-top: 48px;
	}

	.sg-foot__bottom-inner {
		flex-direction: column;
		gap: 10px;
		padding-bottom: 20px;
		padding-top: 18px;
	}
}

.moto-hero-page {
	scroll-padding-top: 104px;
}

.moto-hero-page .sg-block {
	overflow: hidden;
	padding: 88px 0;
	position: relative;
}

.moto-hero-page .sg-block > .container-box {
	position: relative;
	z-index: 1;
}

.moto-hero-page .sg-marks {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.moto-hero-page .sg-marks img {
	display: block;
	height: auto;
	opacity: .03;
	position: absolute;
	user-select: none;
	width: 400px;
}

.moto-hero-page .sg-marks--paper img {
	filter: brightness(0);
	opacity: .026;
}

.moto-hero-page .sg-marks--dark img {
	opacity: .03;
}

.moto-hero-page .sg-about .sg-marks img:nth-child(1) {
	right: -5%;
	top: -18%;
	transform: rotate(12deg);
	width: 460px;
}

.moto-hero-page .sg-about .sg-marks img:nth-child(2) {
	bottom: -22%;
	left: -8%;
	opacity: .02;
	transform: rotate(-14deg);
	width: 340px;
}

.moto-hero-page .sg-plus .sg-marks img:nth-child(1) {
	left: 38%;
	top: -16%;
	transform: rotate(-8deg);
	width: 520px;
}

.moto-hero-page .sg-plus .sg-marks img:nth-child(2) {
	bottom: -20%;
	opacity: .02;
	right: -6%;
	transform: rotate(16deg);
	width: 360px;
}

.moto-hero-page .sg-dirs .sg-marks img:nth-child(1) {
	left: -6%;
	top: -12%;
	transform: rotate(-12deg);
	width: 480px;
}

.moto-hero-page .sg-dirs .sg-marks img:nth-child(2) {
	bottom: -18%;
	opacity: .022;
	right: -4%;
	transform: rotate(10deg);
	width: 400px;
}

.moto-hero-page .sg-flow .sg-marks img:nth-child(1) {
	right: 8%;
	top: -20%;
	transform: rotate(8deg);
	width: 420px;
}

.moto-hero-page .sg-flow .sg-marks img:nth-child(2) {
	bottom: -24%;
	left: -4%;
	opacity: .02;
	transform: rotate(-18deg);
	width: 380px;
}

.moto-hero-page .sg-consult .sg-marks img:nth-child(1) {
	left: -3%;
	top: -8%;
	transform: rotate(-10deg);
	width: 440px;
}

.moto-hero-page .sg-consult .sg-marks img:nth-child(2) {
	bottom: -16%;
	opacity: .022;
	right: 6%;
	transform: rotate(14deg);
	width: 360px;
}

.moto-hero-page .sg-faq .sg-marks img:nth-child(1) {
	right: -8%;
	top: 8%;
	transform: rotate(14deg);
	width: 400px;
}

.moto-hero-page .sg-faq .sg-marks img:nth-child(2) {
	bottom: -20%;
	left: 18%;
	opacity: .02;
	transform: rotate(-6deg);
	width: 460px;
}

.moto-hero-page .sg-block[id],
.moto-hero-page #consult {
	scroll-margin-top: 104px;
}

.moto-hero-page .sg-kicker {
	align-items: center;
	color: var(--sg-red);
	display: inline-flex;
	font-family: "Cuprum", "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 700;
	gap: 12px;
	letter-spacing: .12em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.moto-hero-page .sg-kicker::before {
	background: var(--sg-red);
	content: "";
	height: 2px;
	width: 22px;
}

.moto-hero-page .sg-block h2 {
	font-family: "Cuprum", "Open Sans", sans-serif;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 18px;
	max-width: 16ch;
	text-transform: uppercase;
}

.moto-hero-page .sg-block h3 {
	font-family: "Cuprum", "Open Sans", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.moto-hero-page .sg-block p,
.moto-hero-page .sg-block li {
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

.moto-hero-page .sg-ico {
	align-items: center;
	background: rgba(222, 19, 19, .12);
	border-radius: 12px;
	color: var(--sg-red);
	display: inline-flex;
	flex: 0 0 44px;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.moto-hero-page .sg-ico svg {
	display: block;
	height: 20px;
	width: 20px;
}

.moto-hero-page .sg-text-link {
	color: inherit;
	font-family: "Cuprum", "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .04em;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.moto-hero-page .sg-text-link::after {
	background: var(--sg-red);
	bottom: -4px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(.35);
	transform-origin: left;
	transition: transform .25s ease;
	width: 100%;
}

.moto-hero-page .sg-text-link:hover::after {
	transform: scaleX(1);
}

.moto-hero-page .sg-about,
.moto-hero-page .sg-plus,
.moto-hero-page .sg-flow,
.moto-hero-page .sg-seo,
.moto-hero-page .sg-faq {
	background: #f5f5f2;
	color: #101010;
}

.moto-hero-page .sg-stats,
.moto-hero-page .sg-dirs,
.moto-hero-page .sg-work {
	background:
		radial-gradient(circle at 12% 0, rgba(222, 19, 19, .16), transparent 34%),
		#0b0b0b;
	color: #fff;
}

.moto-hero-page .sg-pic {
	background: #111;
	border-radius: 24px;
	margin: 0;
	min-width: 0;
	overflow: hidden;
}

.moto-hero-page .sg-pic img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
	width: 100%;
}

.moto-hero-page .sg-pic:hover img {
	transform: scale(1.04);
}

.moto-hero-page .sg-about__grid {
	align-items: stretch;
	display: grid;
	gap: 28px 48px;
	grid-template-areas:
		"copy pic"
		"list pic";
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
	grid-template-rows: auto 1fr;
}

.moto-hero-page .sg-about__grid > div { grid-area: copy; }
.moto-hero-page .sg-about__pic { grid-area: pic; min-height: 360px; }
.moto-hero-page .sg-about__list { grid-area: list; }

.moto-hero-page .sg-about h2 {
	max-width: 12ch;
}

.moto-hero-page .sg-about__grid > div > p {
	color: #3d3d3d;
	max-width: 52ch;
}

.moto-hero-page .sg-about__grid > div > p + p {
	margin-top: 18px;
}

.moto-hero-page .sg-about .sg-text-link {
	color: #101010;
}

.moto-hero-page .sg-about__list {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.moto-hero-page .sg-about__list li {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(16, 16, 16, .06);
	border-radius: 16px;
	display: flex;
	font-family: "Cuprum", "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 700;
	gap: 14px;
	min-height: 68px;
	padding: 12px 16px 12px 12px;
}

.moto-hero-page .sg-stats {
	padding: 0;
}

.moto-hero-page .sg-stats__row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.moto-hero-page .sg-stats article {
	border-left: 1px solid rgba(255, 255, 255, .08);
	min-height: 168px;
	padding: 36px 22px 32px;
}

.moto-hero-page .sg-stats article:first-child {
	border-left: 0;
	padding-left: 0;
}

.moto-hero-page .sg-stats strong {
	color: #fff;
	display: block;
	font-family: "Cuprum", "Open Sans", sans-serif;
	font-size: clamp(42px, 5vw, 68px);
	font-weight: 700;
	letter-spacing: -.03em;
	line-height: .9;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.moto-hero-page .sg-stats span {
	color: #b8b8b8;
	display: block;
	font-size: 15px;
	line-height: 1.4;
	max-width: 16ch;
}

.moto-hero-page .sg-plus h2,
.moto-hero-page .sg-dirs h2,
.moto-hero-page .sg-flow h2 {
	max-width: 18ch;
}

.moto-hero-page .sg-plus__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 40px;
}

.moto-hero-page .sg-plus article {
	background: #fff;
	border: 1px solid rgba(16, 16, 16, .06);
	border-radius: 20px;
	min-height: 100%;
	padding: 26px 24px 28px;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.moto-hero-page .sg-plus article:hover {
	border-color: rgba(222, 19, 19, .28);
	box-shadow: 0 18px 40px rgba(16, 16, 16, .08);
	transform: translateY(-3px);
}

.moto-hero-page .sg-plus article p {
	color: #4a4a4a;
}

.moto-hero-page .sg-plus .sg-ico {
	margin-bottom: 18px;
}

.moto-hero-page .sg-frame {
	margin: 0;
	overflow: hidden;
	position: relative;
}

.moto-hero-page .sg-frame img {
	display: block;
	height: min(42vw, 420px);
	object-fit: cover;
	width: 100%;
}

.moto-hero-page .sg-shots {
	background: #f5f5f2;
	padding: 0 0 88px;
}

.moto-hero-page .sg-shots__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 1fr;
}

.moto-hero-page .sg-shots__wide {
	grid-column: 1 / -1;
	max-height: 360px;
}

.moto-hero-page .sg-shots__grid > .sg-pic:not(.sg-shots__wide) {
	min-height: 280px;
}

.moto-hero-page .sg-dirs__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 40px;
}

.moto-hero-page .sg-dir {
	align-items: center;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 18px;
	color: #fff;
	display: flex;
	gap: 14px;
	min-height: 78px;
	padding: 14px 16px;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.moto-hero-page .sg-dir:hover {
	background: rgba(255, 255, 255, .07);
	border-color: rgba(222, 19, 19, .4);
	transform: translateY(-2px);
}

.moto-hero-page .sg-dir strong {
	font-family: "Cuprum", "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.moto-hero-page .sg-dir .sg-ico,
.moto-hero-page .sg-dir__ico {
	align-items: center;
	background: rgba(255, 255, 255, .06);
	border-radius: 12px;
	color: #ff4d4d;
	display: inline-flex;
	flex: 0 0 44px;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.moto-hero-page .sg-dir__ico svg {
	display: block;
	height: 20px;
	width: 20px;
}

.moto-hero-page .sg-flow__list {
	counter-reset: none;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 40px 0 0;
	padding: 0;
	position: relative;
}

.moto-hero-page .sg-flow__list::before {
	background: linear-gradient(90deg, var(--sg-red), rgba(222, 19, 19, .15));
	content: "";
	height: 2px;
	left: 8px;
	position: absolute;
	right: 8px;
	top: 22px;
}

.moto-hero-page .sg-flow li {
	background: #fff;
	border-radius: 20px;
	padding: 22px 20px 24px;
	position: relative;
}

.moto-hero-page .sg-flow em {
	color: var(--sg-red);
	display: block;
	font-family: "Cuprum", "Open Sans", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .1em;
	margin-bottom: 16px;
}

.moto-hero-page .sg-flow .sg-ico {
	margin-bottom: 16px;
}

.moto-hero-page .sg-flow p {
	color: #4a4a4a;
}

.moto-hero-page .sg-consult {
	background:
		radial-gradient(circle at 88% 12%, rgba(222, 19, 19, .28), transparent 32%),
		linear-gradient(180deg, #101010 0%, #080808 100%);
	color: #fff;
	padding: 36px 0 96px;
}

.moto-hero-page .sg-consult__box {
	align-items: stretch;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02));
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
	padding: 48px 48px 44px;
}

.moto-hero-page .sg-consult h2 {
	max-width: 14ch;
}

.moto-hero-page .sg-consult p,
.moto-hero-page .sg-consult li {
	color: #d4d4d4;
}

.moto-hero-page .sg-consult p {
	margin-bottom: 20px;
	max-width: 48ch;
}

.moto-hero-page .sg-consult ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.moto-hero-page .sg-consult li {
	padding-left: 18px;
	position: relative;
}

.moto-hero-page .sg-consult li::before {
	background: var(--sg-red);
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 6px;
}

.moto-hero-page .sg-consult__actions {
	display: grid;
	gap: 10px;
}

.moto-hero-page .sg-consult__actions a {
	align-items: center;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 16px;
	color: #fff;
	display: flex;
	font-family: "Cuprum", "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 700;
	gap: 12px;
	min-height: 58px;
	padding: 8px 16px 8px 8px;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.moto-hero-page .sg-consult__actions a:hover {
	border-color: rgba(255, 255, 255, .22);
	transform: translateY(-1px);
}

.moto-hero-page .sg-consult__main {
	background: var(--sg-red) !important;
	border-color: var(--sg-red) !important;
	font-size: 20px !important;
	min-height: 68px !important;
}

.moto-hero-page .sg-consult__main:hover {
	background: #ff1d1d !important;
	box-shadow: 0 12px 28px rgba(222, 19, 19, .35);
}

.moto-hero-page .sg-consult__actions .sg-ico {
	background: rgba(0, 0, 0, .18);
	color: #fff;
}

.moto-hero-page .sg-consult__main .sg-ico {
	background: rgba(0, 0, 0, .2);
}

.moto-hero-page .sg-seo__grid {
	align-items: stretch;
	display: grid;
	gap: 48px 56px;
	grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
}

.moto-hero-page .sg-seo__pic {
	min-height: 100%;
}

.moto-hero-page .sg-seo h2 {
	max-width: 18ch;
}

.moto-hero-page .sg-seo p {
	color: #3d3d3d;
	margin-bottom: 16px;
}

.moto-hero-page .sg-seo p:last-child {
	margin-bottom: 0;
}

.moto-hero-page .sg-work__head {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 36px;
}

.moto-hero-page .sg-work h2 {
	margin-bottom: 0;
	max-width: 14ch;
}

.moto-hero-page .sg-work__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.moto-hero-page .sg-work__grid a {
	background: #141414;
	border-radius: 20px;
	color: #fff;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.moto-hero-page .sg-work__grid img {
	aspect-ratio: 16 / 11;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform .45s ease;
	width: 100%;
}

.moto-hero-page .sg-work__grid a:hover img {
	transform: scale(1.06);
}

.moto-hero-page .sg-work__grid span {
	background: linear-gradient(180deg, transparent, rgba(8, 8, 8, .88));
	bottom: 0;
	font-family: "Cuprum", "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 700;
	left: 0;
	padding: 48px 20px 18px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}

.moto-hero-page .sg-faq__grid {
	align-items: start;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
}

.moto-hero-page .sg-faq__grid > div > p {
	color: #4a4a4a;
	max-width: 34ch;
}

.moto-hero-page .sg-faq details {
	border-bottom: 1px solid rgba(16, 16, 16, .1);
}

.moto-hero-page .sg-faq summary {
	cursor: pointer;
	font-family: "Cuprum", "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	list-style: none;
	padding: 18px 44px 18px 0;
	position: relative;
}

.moto-hero-page .sg-faq summary::-webkit-details-marker {
	display: none;
}

.moto-hero-page .sg-faq summary:focus-visible,
.moto-hero-page .sg-consult__actions a:focus-visible,
.moto-hero-page .sg-dir:focus-visible,
.moto-hero-page .sg-text-link:focus-visible {
	outline: 2px solid var(--sg-red);
	outline-offset: 3px;
}

.moto-hero-page .sg-faq summary::after {
	background: var(--sg-red);
	content: "";
	height: 2px;
	position: absolute;
	right: 8px;
	top: 50%;
	width: 16px;
}

.moto-hero-page .sg-faq summary::before {
	background: var(--sg-red);
	content: "";
	height: 16px;
	position: absolute;
	right: 15px;
	top: calc(50% - 8px);
	transition: transform .2s ease, opacity .2s ease;
	width: 2px;
}

.moto-hero-page .sg-faq details[open] summary::before {
	transform: scaleY(0);
}

.moto-hero-page .sg-faq details p {
	color: #3d3d3d;
	padding: 0 8px 20px 0;
}

.moto-hero-page .sg-end {
	background: #080808;
	color: #fff;
	isolation: isolate;
	overflow: hidden;
	padding-bottom: 112px;
}

.moto-hero-page .sg-end__media {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.moto-hero-page .sg-end__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	opacity: .34;
	width: 100%;
}

.moto-hero-page .sg-end__media::after {
	background: linear-gradient(90deg, #080808 0%, rgba(8, 8, 8, .72) 48%, rgba(8, 8, 8, .4) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.moto-hero-page .sg-end .container-box {
	position: relative;
	z-index: 1;
}

.moto-hero-page .sg-end__box {
	max-width: 760px;
}

.moto-hero-page .sg-end h2 {
	max-width: 16ch;
}

.moto-hero-page .sg-end p {
	color: #c8c8c8;
	margin-bottom: 28px;
	max-width: 46ch;
}

.moto-hero-page .sg-end__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
}

.moto-hero-page .sg-end .moto-hero-cta {
	align-items: center;
	display: inline-flex;
}

@media (max-width: 1100px) {
	.moto-hero-page .sg-about__grid,
	.moto-hero-page .sg-plus__grid,
	.moto-hero-page .sg-dirs__grid,
	.moto-hero-page .sg-flow__list,
	.moto-hero-page .sg-consult__box,
	.moto-hero-page .sg-seo__grid,
	.moto-hero-page .sg-work__grid,
	.moto-hero-page .sg-faq__grid {
		grid-template-columns: 1fr 1fr;
	}

	.moto-hero-page .sg-stats__row {
		grid-template-columns: 1fr 1fr;
	}

	.moto-hero-page .sg-stats article {
		border-top: 1px solid rgba(255, 255, 255, .08);
	}

	.moto-hero-page .sg-stats article:nth-child(odd) {
		border-left: 0;
		padding-left: 0;
	}

	.moto-hero-page .sg-stats article:nth-child(-n+2) {
		border-top: 0;
	}

	.moto-hero-page .sg-flow__list::before {
		display: none;
	}

	.moto-hero-page .sg-faq__grid,
	.moto-hero-page .sg-consult__box,
	.moto-hero-page .sg-seo__grid,
	.moto-hero-page .sg-about__grid {
		grid-template-areas: none;
		grid-template-columns: 1fr;
	}

	.moto-hero-page .sg-about__grid > div,
	.moto-hero-page .sg-about__pic,
	.moto-hero-page .sg-about__list {
		grid-area: auto;
	}

	.moto-hero-page .sg-about__pic {
		min-height: 240px;
		order: 2;
	}

	.moto-hero-page .sg-about__list {
		order: 3;
	}
}

@media (max-width: 740px) {
	.moto-hero-page .sg-block {
		padding: 64px 0;
	}

	.moto-hero-page .sg-plus__grid,
	.moto-hero-page .sg-dirs__grid,
	.moto-hero-page .sg-flow__list,
	.moto-hero-page .sg-work__grid,
	.moto-hero-page .sg-shots__grid,
	.moto-hero-page .sg-stats__row {
		grid-template-columns: 1fr;
	}

	.moto-hero-page .sg-shots {
		padding-bottom: 64px;
	}

	.moto-hero-page .sg-frame img {
		height: 220px;
	}

	.moto-hero-page .sg-shots__wide,
	.moto-hero-page .sg-shots__grid > .sg-pic:not(.sg-shots__wide) {
		max-height: none;
		min-height: 220px;
	}

	.moto-hero-page .sg-stats article,
	.moto-hero-page .sg-stats article:first-child,
	.moto-hero-page .sg-stats article:nth-child(odd) {
		border-left: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.moto-hero-page .sg-consult {
		padding: 8px 0 72px;
	}

	.moto-hero-page .sg-consult__box {
		padding: 28px 20px;
	}

	.moto-hero-page .sg-work__head {
		align-items: start;
		flex-direction: column;
		gap: 16px;
	}

	.moto-hero-page .sg-faq summary {
		font-size: 18px;
	}

	.moto-hero-page .sg-marks img:nth-child(2) {
		display: none;
	}

	.moto-hero-page .sg-marks img:nth-child(1) {
		width: 280px;
	}
}

.sg-form {
	inset: 0;
	pointer-events: none;
	position: fixed;
	visibility: hidden;
	z-index: 320;
}

.sg-form.is-open {
	pointer-events: auto;
	visibility: visible;
}

.sg-form__veil {
	background: rgba(6, 6, 6, .72);
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease;
}

.sg-form.is-open .sg-form__veil {
	opacity: 1;
}

.sg-form__dialog {
	background: #101010;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 28px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, .5);
	color: #fff;
	display: grid;
	grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
	left: 50%;
	max-height: min(92vh, 720px);
	max-width: min(860px, calc(100vw - 32px));
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -46%) scale(.96);
	transition: opacity .25s ease, transform .25s ease;
	width: 100%;
	opacity: 0;
}

.sg-form.is-open .sg-form__dialog {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.sg-form__close {
	background: rgba(8, 8, 8, .55);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 50%;
	cursor: pointer;
	height: 40px;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 40px;
	z-index: 2;
}

.sg-form__close::before,
.sg-form__close::after {
	background: #fff;
	content: "";
	height: 2px;
	left: 11px;
	position: absolute;
	top: 18px;
	width: 16px;
}

.sg-form__close::before { transform: rotate(45deg); }
.sg-form__close::after { transform: rotate(-45deg); }

.sg-form__media {
	background: #080808;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}

.sg-form__media > img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: 55% 45%;
	width: 100%;
}

.sg-form__media::after {
	background: linear-gradient(180deg, rgba(8, 8, 8, .15) 0%, rgba(8, 8, 8, .78) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.sg-form__brand {
	bottom: 22px;
	left: 22px;
	position: absolute;
	z-index: 1;
}

.sg-form__brand img {
	display: block;
	height: 72px;
	object-fit: contain;
	width: auto;
}

.sg-form__brand p {
	color: #fff;
	font-family: "Cuprum", "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .06em;
	margin: 8px 0 0;
	text-transform: uppercase;
}

.sg-form,
.sg-form * {
	box-sizing: border-box;
}

.sg-form__body {
	background:
		radial-gradient(circle at 100% 0, rgba(222, 19, 19, .2), transparent 36%),
		#101010;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: auto;
	padding: 28px 28px 24px;
}

.sg-form__body .sg-kicker {
	color: var(--sg-red);
	margin-bottom: 8px;
}

.sg-form__body h2 {
	font-family: "Cuprum", "Open Sans", sans-serif;
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 700;
	line-height: 1.05;
	margin: 0 0 8px;
	max-width: 14ch;
	text-transform: uppercase;
}

.sg-form__lead {
	color: #b8b8b8;
	font-size: 14px;
	line-height: 1.45;
	margin: 0 0 18px;
}

.sg-form__stack {
	display: grid;
	gap: 12px;
	margin: 0 0 14px;
	width: 100%;
}

.sg-form__field {
	display: grid;
	gap: 6px;
	margin: 0;
	min-width: 0;
	width: 100%;
}

.sg-form__field span {
	color: #8d8d8d;
	display: block;
	font-family: "Cuprum", "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.sg-form__field input,
.sg-form__field select,
.sg-form__field textarea,
.sg-form__submit {
	-webkit-appearance: none;
	appearance: none;
	background: #1a1a1a;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 10px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	height: 48px;
	line-height: 1.3;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	padding: 0 14px;
	width: 100%;
}

.sg-form__field textarea {
	height: 92px;
	line-height: 1.45;
	padding: 12px 14px;
	resize: none;
}

.sg-form__field input:focus,
.sg-form__field select:focus,
.sg-form__field textarea:focus {
	border-color: rgba(222, 19, 19, .55);
	outline: 0;
}

.sg-form__field select {
	background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
	background-position: calc(100% - 16px) 21px, calc(100% - 11px) 21px;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	padding-right: 36px;
}

.sg-form__field select option {
	background: #151515;
	color: #fff;
}

.sg-form__check {
	align-items: flex-start;
	color: #b8b8b8;
	display: flex;
	font-size: 12px;
	gap: 10px;
	line-height: 1.4;
	margin: 4px 0 14px;
}

.sg-form__check input {
	accent-color: var(--sg-red);
	margin-top: 2px;
}

.sg-form__hp {
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.sg-form__submit {
	background: var(--sg-red);
	border: 0;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-family: "Cuprum", "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 48px;
	letter-spacing: .04em;
	margin-top: 2px;
	text-transform: uppercase;
	transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
	width: 100%;
}

.sg-form__submit:hover {
	background: #ff1d1d;
	box-shadow: 0 12px 24px rgba(222, 19, 19, .32);
	transform: translateY(-1px);
}

.sg-form__submit:disabled {
	cursor: wait;
	opacity: .7;
	transform: none;
}

.sg-form__status {
	color: #d4d4d4;
	font-size: 13px;
	margin: 10px 0 0;
	min-height: 1.2em;
}

.sg-form__status.is-ok { color: #8ee0a4; }
.sg-form__status.is-err { color: #ff8b8b; }

.sg-form__alt {
	color: #8d8d8d;
	font-size: 13px;
	margin: 12px 0 0;
}

.sg-form__alt a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.sg-form.is-sent .sg-form__field,
.sg-form.is-sent .sg-form__check,
.sg-form.is-sent .sg-form__submit {
	display: none;
}

@media (max-width: 760px) {
	.sg-form__dialog {
		border: 0;
		border-radius: 20px 20px 0 0;
		bottom: 0;
		grid-template-columns: 1fr;
		left: 0;
		max-height: none;
		max-width: none;
		overflow: hidden;
		right: 0;
		top: auto;
		transform: translateY(24px);
		width: 100%;
	}

	.sg-form.is-open .sg-form__dialog {
		transform: none;
	}

	.sg-form__media,
	.sg-form__lead,
	.sg-form__extra,
	.sg-form__check,
	.sg-form__alt,
	.sg-form__body .sg-kicker {
		display: none;
	}

	.sg-form__close {
		right: 12px;
		top: 10px;
	}

	.sg-form__body {
		overflow: hidden;
		padding: 18px 16px max(12px, env(safe-area-inset-bottom));
	}

	.sg-form__body h2 {
		font-size: 22px;
		line-height: 1.1;
		margin: 0 0 14px;
		max-width: 14ch;
		padding-right: 36px;
	}

	.sg-form__stack {
		gap: 10px;
		margin-bottom: 12px;
	}

	.sg-form__field input {
		height: 46px;
	}

	.sg-form__submit {
		height: 48px;
		margin-top: 0;
	}

	.sg-form__status {
		margin-top: 8px;
		min-height: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sg-nav__bar,
	.sg-nav__link,
	.sg-nav__service,
	.sg-nav__phone,
	.sg-nav__lead,
	.sg-nav__mega,
	.sg-contact__item,
	.sg-foot__soc a,
	.sg-foot__chip,
	.moto-hero-page .sg-plus article,
	.moto-hero-page .sg-dir,
	.moto-hero-page .sg-work__grid img,
	.moto-hero-page .sg-pic img,
	.moto-hero-page .sg-consult__actions a,
	.sg-form__veil,
	.sg-form__dialog,
	.sg-form__submit {
		transition: none;
	}
}
