.service-page {
	--service-primary: #0b76b1;
	--service-primary-dark: #0b4f78;
	--service-panel-bg: rgba(0, 0, 0, .48);
	--service-radius: 8px;
	color: #26313d;
	background: #fff;
}

.header-max-link a {
	color: inherit;
	text-decoration: none;
}

.header-max-icon {
	display: block;
	width: 24px;
	height: 24px;
}

.header-max-icon-link {
	float: left;
	color: var(--service-primary) !important;
	line-height: 1;
	text-decoration: none !important;
}

.header-max-link .header-max-icon-link {
	color: var(--service-primary) !important;
}

.header-mobile-contact {
	display: none;
}

.mobile-max-float {
	display: none;
}

.mobile-fixed-menu-bar {
	display: none;
}

.service-hero {
	min-height: 640px;
	background: url('/wp-content/uploads/2020/09/1579580980_51-p-gruzoviki-samosvali-69NK.jpg') center/cover no-repeat;
	color: #fff;
	padding: 78px 0;
}

.service-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
	gap: 44px;
	align-items: stretch;
}

.service-hero__content {
	max-width: 790px;
	padding: 34px 36px;
	background: var(--service-panel-bg);
	border-radius: var(--service-radius);
	box-shadow: 0 18px 48px rgba(0,0,0,.24);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.service-eyebrow {
	margin-bottom: 18px;
	color: rgba(255,255,255,.88);
	font-size: 14px;
}

.service-h1 {
	margin: 0 0 18px;
	color: #fff;
	font-family: "Intro", Arial, sans-serif;
	font-size: 46px;
	line-height: 1.08;
	letter-spacing: 0;
	text-shadow: 0 2px 12px rgba(0,0,0,.55);
}

.service-lead {
	max-width: 760px;
	margin: 0 0 26px;
	color: rgba(255,255,255,.94);
	font-size: 21px;
	line-height: 1.5;
	text-shadow: 0 2px 10px rgba(0,0,0,.55);
}

.service-points {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 30px;
}

.service-points span {
	display: inline-block;
	padding: 8px 10px;
	border: 1px solid rgba(255,255,255,.36);
	background: rgba(0,0,0,.38);
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	line-height: 1.2;
}

.service-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.service-btn {
	display: inline-block;
	padding: 13px 18px;
	background: var(--service-primary);
	color: #fff !important;
	font-weight: 700;
	text-decoration: none;
	border-radius: 4px;
}

.service-btn--light {
	background: #fff;
	color: var(--service-primary-dark) !important;
}

.service-form {
	background: #fff;
	color: #26313d;
	padding: 28px;
	border-radius: var(--service-radius);
	box-shadow: 0 14px 40px rgba(0,0,0,.24);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.service-form h2 {
	margin: 0 0 10px;
	color: #26313d;
	font-size: 26px;
	font-weight: 700;
}

.service-form p {
	color: #5a6672;
}

.service-form input,
.service-form textarea,
.service-form select {
	border-radius: 4px;
}

.service-strip {
	padding: 26px 0;
	background: #f4f7fa;
	border-bottom: 1px solid #e2e7ed;
}

.service-strip__grid,
.service-card-grid,
.service-steps {
	display: grid;
	gap: 18px;
}

.service-strip__grid {
	grid-template-columns: repeat(4, 1fr);
}

.service-card-grid {
	grid-template-columns: repeat(3, 1fr);
}

.service-steps {
	grid-template-columns: repeat(4, 1fr);
	counter-reset: step;
}

.service-section {
	padding: 58px 0;
}

.service-section--soft {
	background: #f4f7fa;
}

.service-section h2 {
	margin: 0 0 22px;
	color: #26313d;
	font-size: 34px;
	line-height: 1.2;
}

.service-card,
.service-step,
.service-strip-item,
.service-faq details {
	background: #fff;
	border: 1px solid #e2e8ef;
	padding: 22px;
}

.service-strip-item {
	min-height: 150px;
}

.service-strip-number {
	color: var(--service-primary);
	font-family: "Intro", Arial, sans-serif;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.service-card h3,
.service-step h3,
.service-strip-title {
	margin: 0 0 10px;
	color: #26313d;
	font-size: 20px;
	font-weight: 700;
}

.service-card p,
.service-step p,
.service-strip-item p,
.service-faq p {
	margin: 0;
	color: #5a6672;
	line-height: 1.55;
}

.service-step:before {
	counter-increment: step;
	content: counter(step);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-bottom: 14px;
	background: var(--service-primary);
	color: #fff;
	font-weight: 700;
}

.service-price {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}

.service-price th,
.service-price td {
	border: 1px solid #dfe6ed;
	padding: 14px 16px;
	text-align: left;
}

.service-price th {
	background: var(--service-primary);
	color: #fff;
}

.responsive-table {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.responsive-table table {
	margin-bottom: 0;
}

.service-final {
	background: var(--service-primary);
	color: #fff;
	padding: 42px 0;
}

.service-final h2 {
	color: #fff;
	margin-bottom: 12px;
}

.service-final p {
	color: rgba(255,255,255,.88);
	font-size: 18px;
}

.service-seo-text {
	max-width: 980px;
}

.service-seo-text p {
	color: #4c5966;
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 16px;
}

.service-seo-text p:last-child {
	margin-bottom: 0;
}

.material-contacts {
	background: #fff;
	padding: 58px 0 0;
}

.material-contacts .nocontainer {
	width: 100%;
	margin: 0;
}

.material-contacts .heading-block {
	margin-bottom: 28px;
}

.material-contacts .contacts-home {
	color: #26313d;
	font-size: 22px;
	line-height: 1.35;
	margin-bottom: 12px;
}

.material-contacts .contacts-home i {
	color: var(--service-primary);
	margin-right: 10px;
}

.home-footer-about p {
	margin-bottom: 8px;
}

.home-footer-about .phone_call,
.home-footer-about .my_email {
	margin-bottom: 0;
	line-height: 1.45;
}

.home-footer-products ul {
	margin: 0 0 0 18px;
	padding-left: 12px;
}

.home-footer-products li {
	margin-bottom: 6px;
}

@media (min-width: 992px) {
	#header {
		position: sticky !important;
		top: 0;
		z-index: 10000;
		background: #fff;
		box-shadow: 0 4px 16px rgba(0,0,0,.08);
	}

	#header,
	#header > .container,
	#header > .container > img,
	#header #logo,
	#header #site_name,
	#header #site_description,
	#header .header-extras {
		transition: all .2s ease;
	}

	#header > .container.toppadding-xs,
	#header > .container.bottompadding-xs {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}

	#header > .container > img {
		width: 46px !important;
		height: 46px !important;
		margin-top: 10px !important;
		margin-right: 8px !important;
	}

	#header #site_name {
		padding-top: 8px !important;
		line-height: 1 !important;
	}

	#header #logo {
		font-size: 30px !important;
		line-height: 1.05 !important;
		margin-right: 20px !important;
	}

	#header .logo_desc {
		height: auto !important;
	}

	#header #site_description {
		font-size: 18px !important;
		line-height: 1.2 !important;
	}

	#header .header-extras {
		display: flex !important;
		align-items: center !important;
		gap: 22px !important;
		margin-top: 20px !important;
	}

	#header .header-extras li {
		display: flex !important;
		align-items: center !important;
		float: none !important;
		height: auto !important;
		margin-left: 0 !important;
	}

	#header .header-extras li .he-text {
		float: none !important;
		padding-left: 0 !important;
		font-size: 13px !important;
		line-height: 1.18 !important;
	}

	#header .header-extras li i,
	#header .header-max-icon-link {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		float: none !important;
		flex: 0 0 30px !important;
		width: 30px !important;
		height: 30px !important;
		margin: 0 9px 0 0 !important;
		line-height: 30px !important;
	}

	#header .header-extras li i {
		font-size: 28px !important;
	}

	#header .header-max-icon {
		width: 24px !important;
		height: 24px !important;
	}

	body.site-header-compact #header > .container.toppadding-xs,
	body.site-header-compact #header > .container.bottompadding-xs {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}

	body.site-header-compact #header > .container > img {
		width: 42px !important;
		height: 42px !important;
		margin-top: 7px !important;
	}

	body.site-header-compact #header #site_name {
		padding-top: 4px !important;
	}

	body.site-header-compact #header #logo {
		font-size: 28px !important;
	}

	body.site-header-compact #header #site_description {
		font-size: 16px !important;
	}

	body.site-header-compact #header .header-extras {
		gap: 20px !important;
		margin-top: 14px !important;
	}

	body.site-header-compact #header .header-extras li {
		height: auto !important;
	}

	body.site-header-compact #header .header-extras li .he-text {
		font-size: 12px !important;
	}

	body.site-header-compact #header .i-plain,
	body.site-header-compact #header .header-max-icon {
		width: 24px !important;
		height: 24px !important;
	}

	body.site-header-compact #header .header-extras li i,
	body.site-header-compact #header .header-max-icon-link {
		flex-basis: 28px !important;
		width: 28px !important;
		height: 28px !important;
		margin-right: 8px !important;
		line-height: 28px !important;
	}

}

@media (max-width: 991px) {
	.service-hero__grid,
	.service-strip__grid,
	.service-card-grid,
	.service-steps {
		grid-template-columns: 1fr;
	}

	.service-h1 {
		font-size: 38px;
	}

	.responsive-table {
		margin: 0 -15px;
		padding: 0 15px 10px;
	}

	.responsive-table table {
		min-width: 680px;
	}
}

@media (max-width: 991px) {
	#header #site_description {
		font-size: 15px !important;
		line-height: 1.15 !important;
	}

	#header > .container.bottompadding-xs {
		padding-bottom: 0 !important;
	}

	#page-menu {
		position: relative;
		z-index: 10000;
	}

	#page-menu-wrap {
		position: sticky !important;
		top: 0;
		z-index: 10000;
		box-shadow: 0 4px 14px rgba(0,0,0,.14);
	}

	body.mobile-menu-fixed #page-menu-wrap {
		position: relative !important;
	}

	.mobile-fixed-menu-bar {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 30000;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 44px;
		padding: 0 20px;
		background: var(--service-primary);
		box-shadow: 0 4px 14px rgba(0,0,0,.18);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-100%);
		transition: opacity .18s ease, transform .18s ease;
	}

	.mobile-fixed-menu-nav {
		position: absolute;
		top: 44px;
		left: 0;
		right: 0;
		display: none;
		background: var(--service-primary);
		box-shadow: 0 8px 18px rgba(0,0,0,.22);
	}

	body.mobile-fixed-menu-open .mobile-fixed-menu-nav {
		display: block;
	}

	.mobile-fixed-menu-nav a {
		display: block;
		height: auto;
		padding: 12px 20px;
		border-top: 1px solid rgba(255,255,255,.16);
		color: #fff !important;
		font-family: "Intro", Arial, sans-serif;
		font-size: 15px;
		line-height: 1.2;
		text-decoration: none;
		text-transform: uppercase;
	}

	body.mobile-menu-fixed .mobile-fixed-menu-bar,
	body.mobile-fixed-menu-visible .mobile-fixed-menu-bar {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.mobile-fixed-menu-trigger,
	.mobile-fixed-menu-bar > a {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		height: 44px;
		padding: 0;
		border: 0;
		background: transparent;
		color: #fff !important;
		font-family: "Intro", Arial, sans-serif;
		font-size: 16px;
		font-weight: 700;
		line-height: 44px;
		text-decoration: none;
		text-transform: uppercase;
	}

	.mobile-fixed-menu-bar > a {
		font-size: 17px;
	}

	.mobile-fixed-menu-trigger i {
		font-size: 17px;
	}

	#page-submenu-trigger {
		width: 44px !important;
		cursor: pointer;
		z-index: 2;
	}

	.mobile-menu-label {
		position: relative;
		z-index: 3;
		cursor: pointer;
	}

	.mobile-max-float {
		position: fixed;
		left: 50%;
		right: auto;
		bottom: 22px;
		z-index: 10001;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 54px;
		height: 54px;
		background: var(--service-primary);
		color: #fff !important;
		border-radius: 50%;
		box-shadow: 0 10px 24px rgba(0,0,0,.28);
		opacity: 0;
		pointer-events: none;
		transform: translate(-50%, 14px) scale(.92);
		transition: opacity .2s ease, transform .2s ease;
	}

	body.max-float-visible .mobile-max-float {
		opacity: 1;
		pointer-events: auto;
		transform: translate(-50%, 0) scale(1);
	}

	.mobile-max-float .header-max-icon {
		width: 28px;
		height: 28px;
	}

	.header-mobile-contact {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 10px 20px;
		background: #fff;
		color: #26313d;
		font-size: 13px;
		line-height: 1.25;
	}

	.header-mobile-contact span {
		min-width: 0;
	}

	.header-mobile-contact i {
		color: var(--service-primary);
		margin-right: 5px;
	}

	.header-mobile-contact a {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		flex: 0 0 auto;
		padding: 7px 11px;
		background: var(--service-primary);
		color: #fff !important;
		border-radius: 4px;
		font-weight: 700;
		text-decoration: none;
	}

	.header-mobile-contact a .header-max-icon {
		width: 16px;
		height: 16px;
	}

	.service-hero {
		min-height: 0;
		padding: 42px 0;
	}

	.service-hero__content,
	.service-form {
		padding: 22px 18px;
	}

	.service-h1 {
		font-size: 31px;
	}

	.service-lead {
		font-size: 18px;
	}

	.service-points {
		display: block;
	}

	.service-points span {
		display: block;
		margin-bottom: 8px;
	}

	.service-section {
		padding: 38px 0;
	}

	.material-contacts {
		padding-top: 38px;
	}

	.material-contacts .contacts-home {
		font-size: 18px;
	}
}
