/* SF Pro Display fonts удалены — они тащили ~280 КБ network на каждой
 * странице на критическом пути. Браузер использует system fonts через
 * fallback в body { font-family: ... } ниже. На macOS/iOS это будет SF
 * (системно), на Windows — Segoe UI, на Android — Roboto. Метрики близки.
 * .woff2/.ttf файлы оставлены в src/assets/fonts/ на случай отката. */


html {
	overflow-x: hidden;
}

html.locked {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.85;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

:-moz-placeholder {
	color: inherit;
	opacity: 0.85;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

::-moz-placeholder {
	color: inherit;
	opacity: 0.85;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 0.85;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

:focus::-webkit-input-placeholder {
	opacity: 0
}

:focus:-moz-placeholder {
	opacity: 0
}

:focus::-moz-placeholder {
	opacity: 0
}

:focus:-ms-input-placeholder {
	opacity: 0
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

textarea {
	resize: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

abbr,
fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 400
}

ul li {
	list-style: none;
	color: inherit
}

caption,
th {
	text-align: left
}

input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block
}

img,
video {
	max-width: 100%;
	height: auto;
	display: block;
}

footer,
header,
section {
	min-width: 320px;
}

.scrollTop,
.scrollto,
a,
button,
svg {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

a,
a:active,
a:focus,
a:hover,
button,
button:active,
button:focus,
button:hover,
input,
input:active,
input:focus,
textarea,
textarea:active,
textarea:focus {
	text-decoration: none;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent
}

section {
	position: relative;
}

a {
	color: inherit
}

:after,
:before,
a,
button,
div,
footer,
form,
header,
input,
li,
nav,
p,
section,
ul,
textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important
}

input:invalid {
	-webkit-box-shadow: none;
	box-shadow: none
}

button {
	border: none
}

html {
	overflow-x: hidden
}

@-webkit-keyframes autofill {
	to {
		color: inherit;
		background: #fff;
	}
}

input:-webkit-autofill {
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}

textarea.form-control {
	min-height: 140px;
	line-height: 1.2em;
	padding-top: 20px;
	padding-bottom: 20px;
}

:root {
	--text-primary: #202020;
	--text-secondary: #999999;
	--text-link: #139BE7;
	--bg-accent: #FBCD5C;
	--bg-secondary: #F9F9F9;
	--border-color: #E2E6EB;
	--border-radius-main: 12px;
	--border-radius-small: 5px;
	--section-gap: 55px;
	--title-gap: 50px;
	--block-gap: 30px;
	--item-gap: 35px;
	--spacing-gap: 20px;
}

.top-bar {
	color: var(--text-secondary);
	font-size: 14px;
	padding: 15px 0 19px;
	border-bottom: 2px solid var(--bg-secondary);
}

.top-bar .container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 33px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.enter-tip {
	padding-left: 22px;
	background: url(../assets/images/profile-icon.svg) no-repeat left center/16px;
}

.city-tip {
	padding-left: 18px;
	background: url(../assets/images/city-tip.svg) no-repeat left center/12px;
	margin-left: 70px;
}

.admin-panel {
	margin-left: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 33px;
}

.add-service-tip {
	padding-left: 22px;
	background: url(../assets/images/add-icon.svg) no-repeat left center/16px;
}

.city-tip:hover,
.enter-tip:hover,
.add-service-tip:hover {
	color: var(--text-primary);
}

.mobile-button {}

section,
.section-block {
	padding: var(--section-gap) 0;
}

body {
	min-width: 320px;
	position: relative;
	margin: 0;
	padding: 0;
	color: var(--text-primary);
	/* "SF Pro Display" сохраняется в начале на случай если кто-то поставит шрифт
	 * локально или MacOS пользователи (там он системный — в любом случае работает).
	 * Дальше system font stack: на каждой ОС подберётся «родной» гротеск с близкими
	 * метриками, layout shift минимален. */
	font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: 400;
	background: #FFFFFF;
	opacity: 1;
	border: 0;
}

a,
a:hover {
	text-decoration: none
}

.d-none {
	display: none;
}

[hidden] {
	display: none !important;
}

h1,
h2,
h3,
h4 {}



h1 {
	font-weight: 800;
	font-size: 56px;
	line-height: 1.14em;
}

h2,
.section-heading {
	font-weight: 900;
	font-size: 40px;
	line-height: 1.22em;
}

p {
	font-size: 16px;
}

.section-heading {
	margin-bottom: var(--title-gap);
}


::-webkit-scrollbar,
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #fafafa;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: var(--bg-secondary);
	-webkit-box-shadow: 0 0 1px var(--bg-secondary);
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar,
::-webkit-scrollbar {
	border-radius: 4px;
}

.container {
	max-width: 1320px;
	padding: 0 15px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.button {
	border: none;
	outline: none;
	cursor: pointer;
	position: relative;
	border: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 12px;
	border-radius: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.button:focus,
.button:active {
	/*
	background: var(--interactive-primary, #2463EB);
	color: var(--text-interactive-primary, #FFF);
*/
}

.button:disabled {
	background: var(--state-disabled-base, #F1F5F9);
	color: var(--state-disabled-tertiary, #94A3B8);
}

.button:hover {
	/*	background: var(--state-hover-primary, #1D4FD7);*/
}

.button:active,
.button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus {
	outline: none;
}

.pic-wrap {
	overflow: hidden;
	display: block;
}

.pic {
	-o-object-fit: cover;
	object-fit: cover;
	height: auto;
	min-height: 100%;
}

.flex-wrap {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.logo {
	background: url(../assets/images/logo.svg) no-repeat center/contain;
	width: 114px;
	height: 26px;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.admin-block h1 {
	font-size: 40px;
	margin-bottom: 30px;
}

.admin-block .button {
	font-weight: 500;
	width: 100%;
}

.nav-bar {
	padding: 24px 0;
}

.nav-bar .menu {
	gap: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.menu-item {
	font-weight: 500;
	font-size: 16px;
}

.menu-item:hover > a,
.footer-menu li:hover > a,
.policy:hover {
	color: #7B92A3
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children:after {
	content: "";
	background: url(../assets/images/arrow-down.svg) no-repeat center/contain;
	width: 8px;
	height: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);

}

.menu-item-has-children:hover:after {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.nav-bar .submenu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 222;
	left: 0;
	top: 0;
	top: calc(100% + 14px);
	filter: alpha(opacity=0);
	-webkit-transition: height .4s ease-in-out, visibility .4s ease-in-out;
	transition: height .4s ease-in-out, visibility .4s ease-in-out;
	padding: 25px 0px;
	border: 1px solid #F0F6FA;
	background: #fff;
	border-radius: var(--border-radius-main);
	width: 220px;
	-webkit-box-shadow: 0px 7px 5px rgba(66, 68, 70, 0.25);
	box-shadow: 0px 7px 5px rgba(66, 68, 70, 0.25);
}

.nav-bar ul.submenu:after {
	content: "";
	width: 100%;
	height: 14px;
	display: block;
	background: transparent;
	top: -14px;
	left: 0;
	position: absolute;
}

.nav-bar .menu-item:hover > .submenu {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transition: opacity .4s ease-in-out,
		visibility .4s ease-in-out;
	transition: opacity .4s ease-in-out,
		visibility .4s ease-in-out;
}

.nav-bar .submenu li {
	opacity: 0;
	visibility: hidden;
	position: relative;
	bottom: -10px;

	background: #fff;

}

.nav-bar .submenu a {
	display: block;
	padding: 10px 20px;
}

.submenu a {
	position: relative;
	/*	padding-left: 57px;*/
}

.submenu-icon {
	width: 21px;
	height: 21px;
	display: block;
	position: absolute;
	left: 20px;
	top: 10px;
}

.nav-bar .submenu li:hover {
	background: #F0F6FA;
}

.nav-bar .menu-item:hover .submenu li {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}

.menu-icon {
	position: relative;
	width: 42px;
	height: 42px;
	z-index: 15;
	cursor: pointer;
	display: none;
	border: 1px solid #FBCD5C;
	border-radius: 12px;
	-webkit-box-shadow: 0 7px 5px 0 rgba(226, 230, 235, 0.25);
	box-shadow: 0 7px 5px 0 rgba(226, 230, 235, 0.25);
}

.hamburger {
	height: 1px;
	width: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50px;
	background-color: var(--text-primary);
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.hamburger::before,
.hamburger::after {
	content: "";
	position: absolute;
	height: inherit;
	border-radius: inherit;
	background-color: inherit;
	width: 100%;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.hamburger::before {
	top: -7px;
	left: 0;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.hamburger::after {
	bottom: -8px;
	right: 0;
	-webkit-transform-origin: right;
	transform-origin: right;
}

.hamburger.open {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.hamburger.open::before {
	top: 0;
	-webkit-transform: translateX(100%) rotate(-90deg);
	transform: translateX(100%) rotate(-90deg);
	width: 50%;
}

.hamburger.open::after {
	bottom: 0;
	-webkit-transform: translateX(-100%) rotate(-90deg);
	transform: translateX(-100%) rotate(-90deg);
	width: 50%;
}

.mobile-menu {
	background: #fff;
	position: fixed;
	padding: 65px 45px 60px 70px;
	z-index: 333;
	top: 77px;
	right: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	overflow-y: auto;
	text-align: center;
}

.mobile-menu.active {
	visibility: visible;
	opacity: 1;
	width: 100%;
	max-width: 348px;
	-webkit-transition: opacity 1s cubic-bezier(.73, -0.44, .16, 1.56);
	transition: opacity 1s cubic-bezier(.73, -0.44, .16, 1.56);
}

.mobile-menu .menu {
	display: block !important;
}

.mobile-menu .menu-item {
	margin: 30px 0;
	text-align: left;
	font-size: 18px;
}

.mobile-menu .submenu {
	-webkit-transition: height 0.7s ease-out;
	transition: height 0.7s ease-out;
	height: 0;
	overflow: hidden;
	webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mobile-menu .submenu a {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease, height 0.5s ease-out;
	transition: opacity 0.3s ease, height 0.5s ease-out;
	display: inline-block;
	position: relative;
	font-size: 15px;
	font-weight: 400;
}

.submenu.open a {
	opacity: 1;
}

.mobile-menu .submenu:after {
	content: "";
	background: url(../assets/images/arrow-down.svg) no-repeat center/contain;
	width: 14px;
	height: 9px;
	display: block;
	position: absolute;
	top: 6px;
	right: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.mobile-menu .menu-item-has-children:after {
	display: none;
}

.mobile-menu .menu-item a {
	width: 100%;
	display: block;
}

.mobile-menu .submenu.open:after {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.submenu.open a:hover,
.submenu.open .a.active {
	opacity: 0.5;
}

.mobile-menu .submenu li:first-of-type {
	margin-top: 20px;
}

html.modal-is-locked {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}

.popup {
	width: 100%;
	height: 100%;
	position: fixed;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 222;
	display: none;
}

.popup.active {
	overflow-y: scroll;
	margin: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	background: rgba(0, 0, 0, 0.25);
	-webkit-backdrop-filter: blur(65px);
	backdrop-filter: blur(65px);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
	-webkit-animation: .4s linear forwards show;
	animation: .4s linear forwards show;
}

.popup .overlay {
	display: block;
}

.popup-modal {
	width: 100%;
	margin: 40px auto;
	position: relative;
	padding: 0 15px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 222;
	/*         	width: calc(100% - 2em);*/
	-webkit-filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.16));
	filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.16));
	/*         	overflow: hidden;*/
}

.popup-modal_call {
	max-width: 1039px;
	background: linear-gradient(162.89deg, #4D506C 15.08%, #212339 109.2%), linear-gradient(99.65deg, #495D85 -64.33%, #162A54 91.31%);
	border-radius: 20px;
	padding: 60px;
}

.popup-modal_call h3 {
	margin-bottom: 30px;
	max-width: 617px;
	margin-left: auto;
}

.popup-modal_thanks {
	max-width: 478px;
	min-height: 308px;
	border-radius: 20px;
	padding: 45px;
	border-radius: 20px;
	text-align: center;
}

.popup-modal_thanks h4 {
	margin: 28px 0;
}

.popup-modal .popup-close {
	position: absolute;
	background: #E1E1E1;
	z-index: 222;
	width: 22px;
	cursor: pointer;
	height: 22px;
	right: 35px;
	top: 30px;
	-webkit-mask: url(../assets/images/close.svg) no-repeat center/15px;
	mask: url(../assets/images/close.svg) no-repeat center/15px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.popup-modal .popup-close:hover {
	background: var(--color-accent);
}

::-webkit-scrollbar,
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #fafafa;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: var(--color-accent);
	-webkit-box-shadow: 0 0 1px var(--color-accent);
}



/*
.mobile-button {
	display: none;
}

.mobile-menu {
	background: #fff;
	position: fixed;
	padding: 64px 24px 24px 24px;
	top: 0px;
	width: 0;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	overflow-y: auto;
	text-align: center;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(15, 23, 42, 0.12), 0px 0px 1px 0px rgba(15, 23, 42, 0.04), 0px 19px 32px 0px rgba(15, 23, 42, 0.04), 0px 48px 72px 0px rgba(15, 23, 42, 0.04), 0px 120px 96px 0px rgba(15, 23, 42, 0.02);
	box-shadow: 0px 0px 2px 0px rgba(15, 23, 42, 0.12), 0px 0px 1px 0px rgba(15, 23, 42, 0.04), 0px 19px 32px 0px rgba(15, 23, 42, 0.04), 0px 48px 72px 0px rgba(15, 23, 42, 0.04), 0px 120px 96px 0px rgba(15, 23, 42, 0.02);
}

.mobile-menu .submenu {
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0;
	width: 0;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	overflow-y: auto;
	text-align: left;
	padding: 64px 24px 24px 24px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	gap: 8px 24px;
}
*/

/*
.mobile-menu_active {
	visibility: visible;
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 1s cubic-bezier(.73, -0.44, .16, 1.56);
	transition: opacity 1s cubic-bezier(.73, -0.44, .16, 1.56);
	z-index: 4444;
}

.mobile-menu .menu-item_active .submenu {
	visibility: visible;
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 0.7s cubic-bezier(.73, -0.44, .16, 1.56);
	transition: opacity 0.7s cubic-bezier(.73, -0.44, .16, 1.56);
	z-index: 5555;
}

.mobile-menu .menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 24px;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}*/


.hero-block {
	/* CSS-градиент вместо растровой картинки hero-bg.png (671 КБ).
	 * 0 КБ network, мгновенный рендер — главный win для LCP.
	 * База: тёмная с заметным тёплым (брендовый жёлтый) переходом справа. */
	background: linear-gradient(115deg, #181818 0%, #232323 45%, #3F3320 75%, #6E5520 100%);
	color: #fff;
	border-radius: var(--border-radius-main);
	padding: 115px 100px;
	min-height: 535px;
	position: relative;
	overflow: hidden;
}

/* Заметное жёлтое «гало» в правом верхнем — брендовый акцент. */
.hero-block::before {
	content: '';
	position: absolute;
	top: -150px;
	right: -150px;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(251, 205, 92, 0.45) 0%, rgba(251, 205, 92, 0.15) 40%, rgba(251, 205, 92, 0) 70%);
	pointer-events: none;
	z-index: 0;
}

/* Текст hero поверх «гало» */
.hero-block > * {
	position: relative;
	z-index: 1;
}

.hero-heading span {
	color: #FBCD5C;
}

.hero-desc {
	margin-top: 40px;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 500;
	max-width: 580px;
}

a.hero-button {
	color: var(--text-primary);
	margin-top: 30px;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	min-width: 290px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
}

.catalog-wrap,
.service-gallery {
	position: relative;
}

.catalog-slide {
	max-width: 190px;
	height: 310px;
	border-radius: var(--border-radius-main);
	border: 1px solid var(--border-color);
	padding: 20px 10px 35px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.5s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.catalog-slide:hover,
.brands-item:hover {
	border-color: var(--bg-accent);
}

.arrows-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	position: relative;
}

.arrow {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	z-index: 12;
	position: relative;
	-webkit-box-shadow: 0 7px 5px 0 rgba(152, 152, 152, 0.25);
	box-shadow: 0 7px 5px 0 rgba(152, 152, 152, 0.25);
	background: #FFF url(../assets/images/arrow-right.svg) no-repeat center/21px 11px;
}

.arrow-next {
	right: -25px;
}

.arrow-prev {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	left: -25px;
}

.arrow:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.arrow-prev:hover {
	-webkit-transform: scale(1.1) rotate(-180deg);
	transform: scale(1.1) rotate(-180deg);
}

.arrows-wrap_catalog,
.arrows-wrap_service {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 22;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.arrows-wrap_services .swiper-button-disabled,
.arrows-wrap_solutions .swiper-button-disabled {
	opacity: 0;
	-ms-touch-action: none;
	touch-action: none;
}

.brands-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}

.brands-item {
	width: calc(25% - 22.5px);
	height: 110px;
	border-radius: var(--border-radius-main);
	border: 1px solid var(--border-color);
	padding: 10px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 24px;
	font-weight: 900;
}

.footer {
	margin-top: 55px;
	background: var(--bg-secondary);
	padding: 40px 0;
}

.footer-wrap .container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-menu {
	-webkit-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 112px;
	column-gap: 112px;
}

.footer-menu li {
	margin-bottom: 12px;
}

.company-info {
	max-width: 225px;
	text-align: right;
	font-size: 12px;
}

.footer-wrap_bottom {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid var(--border-color);
}

.footer-wrap_bottom .container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.socials {
	gap: 14px;
}

.socials-item {
	width: 34px;
	height: 34px;
	border-radius: var(--border-radius-small);
}

.socials-item_vk {
	border: 1px solid #7294C7;
	background: url(../assets/images/vk-icon.svg) no-repeat center;
}

.socials-item_fb {
	border: 1px solid #4E6297;
	background: url(../assets/images/facebook-icon.svg) no-repeat center;
}

.socials-item_g {
	border: 1px solid #C5331E;
	background: url(../assets/images/google-icon.svg) no-repeat center;
}

.mobile-nav {
	display: none;
}

.hero-block_services {
	background: linear-gradient(115deg, #181818 0%, #232323 45%, #3F3320 75%, #6E5520 100%);
	position: relative;
	overflow: hidden;
}

.hero-block_services::before {
	content: '';
	position: absolute;
	top: -150px;
	right: -150px;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(251, 205, 92, 0.45) 0%, rgba(251, 205, 92, 0.15) 40%, rgba(251, 205, 92, 0) 70%);
	pointer-events: none;
	z-index: 0;
}

.hero-block_services > * {
	position: relative;
	z-index: 1;
}

.hero-block_template {
	background: linear-gradient(115deg, #181818 0%, #232323 45%, #3F3320 75%, #6E5520 100%);
	position: relative;
	overflow: hidden;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 70px 100px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 40px;
}


.hero-block_services h1 {
	text-align: left;
	color: #FBCD5C;
	max-width: 800px;
}

.hero-block_services a {
	text-decoration: underline;
}

.hero-block_services a:hover {
	color: #fff;
	text-decoration: none;
}

.hero-block_services span {
	color: #fff
}

.services-page-cards,
.service-repair-cards {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}

.service-repair-add {
	width: 100%;
	margin-top: 40px;
}

.services-page-card {
	border: 1px solid #E2E6EB;
	padding: 45px 30px;
	width: calc(50% - 15px);
	border-radius: var(--border-radius-main);
	padding-left: 266px;
	-webkit-box-shadow: 0px 7px 5px rgba(226, 230, 235, 0.25);
	box-shadow: 0px 7px 5px rgba(226, 230, 235, 0.25);
}


.services-page-card_34 {
	background: url(../assets/images/services/services-pic1.png) no-repeat left 15px top 40px;
}

.services-page-card_42 {
	background: url(../assets/images/services/services-pic2.png) no-repeat left 15px top 40px;
}

.services-page-card_1 {
	background: url(../assets/images/services/services-pic3.png) no-repeat left 15px top 40px;
}

.services-page-card_59 {
	background: url(../assets/images/services/services-pic4.png) no-repeat left 15px top 40px;
}

.services-page-card_22 {
	background: url(../assets/images/services/services-pic5.png) no-repeat left 15px top 40px;
}

.services-page-card_16 {
	background: url(../assets/images/services/services-pic6.png) no-repeat left 15px top 40px;
}

.services-page-card_12 {
	background: url(../assets/images/services/services-pic7.png) no-repeat left 15px top 40px;
}

.services-page-card_52 {
	background: url(../assets/images/services/services-pic8.png) no-repeat left 15px top 40px;
}

.services-page-card_56 {
	background: url(../assets/images/services/services-pic9.png) no-repeat left 15px top 40px;
}

.services-page-card_44 {
	background: url(../assets/images/catalog/catalog-pic1.png) no-repeat left 15px top 40px;
}

.services-page-card_2 {
	background: url(../assets/images/catalog/catalog-pic2.png) no-repeat left 15px top 40px;
}

.services-page_catalog .services-page-card_22 {
	background: url(../assets/images/catalog/catalog-pic3.png) no-repeat left 15px top 40px;
}


.services-page-card_126 {
	background: url(../assets/images/catalog/catalog-pic4.png) no-repeat left 15px top 40px;
}

.services-page-card_85 {
	background: url(../assets/images/catalog/catalog-pic5.png) no-repeat left 15px top 40px;
}

.services-page-card_13 {
	background: url(../assets/images/catalog/catalog-pic6.png) no-repeat left 15px top 40px;
}

.services-page-card_119 {
	background: url(../assets/images/catalog/catalog-pic7.png) no-repeat left 15px top 40px;
}

.services-page-card_64 {
	background: url(../assets/images/catalog/catalog-pic8.png) no-repeat left 15px top 40px;
}

.services-page-card_101 {
	background: url(../assets/images/catalog/catalog-pic9.png) no-repeat left 15px top 40px;
}


.services-page-card_111 {
	background: url(../assets/images/catalog/catalog-pic10.png) no-repeat left 15px top 40px;
}

.services-page-card_75 {
	background: url(../assets/images/catalog/catalog-pic6.png) no-repeat left 15px top 40px;
}

.services-page-card_33 {
	background: url(../assets/images/catalog/catalog-pic12.png) no-repeat left 15px top 40px;
}

.services-page-card_158 {
	background: url(../assets/images/catalog/catalog-pic13.png) no-repeat left 15px top 40px;
}

.services-page-card_37 {
	background: url(../assets/images/catalog/catalog-pic14.png) no-repeat left 15px top 40px;
}

.services-page-card_149 {
	background: url(../assets/images/catalog/catalog-pic15.png) no-repeat left 15px top 40px;
}

.services-page-card_140 {
	background: url(../assets/images/catalog/catalog-pic16.png) no-repeat left 15px top 40px;
}

.services-page-card_145 {
	background: url(../assets/images/catalog/catalog-pic17.png) no-repeat left 15px top 40px;
}

.services-page-card_106 {
	background: url(../assets/images/catalog/catalog-pic18.png) no-repeat left 15px top 40px;
}

.services-page-card_166 {
	background: url(../assets/images/catalog/catalog-pic19.png) no-repeat left 15px top 40px;
}

.services-page-card_74 {
	background: url(../assets/images/catalog/catalog-pic20.png) no-repeat left 15px top 40px;
}

.services-page-card_164 {
	background: url(../assets/images/catalog/catalog-pic21.png) no-repeat left 15px top 40px;
}

.services-page-card_175 {
	background: url(../assets/images/catalog/catalog-pic22.png) no-repeat left 15px top 40px;
}

.services-page-card_171 {
	background: url(../assets/images/catalog/catalog-pic23.png) no-repeat left 15px top 40px;
}

.services-page-card_177 {
	background: url(../assets/images/catalog/catalog-pic24.png) no-repeat left 15px top 40px;
}

.services-page-card_182 {
	background: url(../assets/images/catalog/catalog-pic25.png) no-repeat left 15px top 40px;
}

.services-page-card_211 {
	background: url(../assets/images/catalog/catalog-pic7.png) no-repeat left 15px top 40px;
}


.services-page-card:last-of-type,
.services-page-card:nth-last-of-type(2),
.services-page-card:nth-last-of-type(3) {
	width: calc(33.3% - 20px);
	padding-left: 180px;
}

.services-page_catalog .services-page-card:last-of-type,
.services-page_catalog .services-page-card:nth-last-of-type(2),
.services-page_catalog .services-page-card:nth-last-of-type(3) {
	padding-left: 266px;
	width: calc(50% - 15px);
}

.services-page .clearfix {
	display: none;
}

.section-title,
h3 {
	font-size: 24px;
	line-height: 1.21em;
	font-weight: 900;
	margin-bottom: 35px;
}

.services-page-item {
	line-height: 1.4em;
	font-weight: 600;
	font-size: 16px;
}

.services-page-item a:hover {
	color: #139BE7;
}

.services-page-item:not(:last-of-type) {
	margin-bottom: 12px;
}

.services-page-item span {
	color: #7B92A3;
	font-weight: 300;
}

.service-card {
	border-radius: 12px;
	border: 1px solid #FBCD5C;
	-webkit-box-shadow: 0 7px 5px 0 #E2E6EB40;
	box-shadow: 0 7px 5px 0 #E2E6EB40;
	padding: 35px;
	gap: 35px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.service-card .checked-tip {
	position: absolute;
	top: 0;
	right: 0;
}

.service-card:not(:last-of-type) {
	margin-bottom: 30px;
}

.service-card-wrap:first-of-type {
	width: 17%;
}

.service-card-wrap:nth-of-type(2) {
	width: calc(51% - 70px);
	border-right: 1px solid #E2E6EB;
}

.service-card-wrap:nth-of-type(3) {
	width: 32%;
}

.service-card-pic {
	height: 150px;
	overflow: hidden;
	border-radius: 5px;
}

.service-card-pic img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	border-radius: 5px;
	height: auto;
	max-width: 100%;
}

.service-card-socials {
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.service-card-feedback {
	font-size: 22px;
	font-weight: 900;
	margin: 10px 0 20px;
}

.service-card-feedback img {
	display: inline-block;
	vertical-align: baseline;
}

.service-card-feedback span {
	color: #ACACAC;
	font-weight: 400;
	font-size: 12px;
	display: block;
}

.button {
	border-radius: 12px;
	font-size: 15px;
	font-weight: 400;
	background: #FBCD5C;
}

.service-card-button {
	width: 100%;
}

.service-card-button:before {
	content: "";
	background: url(../assets/images/phone-icon.svg) no-repeat center/contain;
	width: 16px;
	height: 16px;
	display: inline-block;
}

.service-card .socials {
	margin-top: 12px;
	gap: 8px;
}

.service-card .socials-icon {
	width: 27px;
	height: 27px;
}

.service-card-title {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 900;
	margin-bottom: 10px;
	display: block;
}

.service-card-worktime {
	font-size: 15px;
	color: #ACACAC;
}

.service-card-desc {
	margin-top: 23px;
}

.service-card-desc a {
	color: #139BE7;
}

.service-card-desc p {
	line-height: 1.4em;
}

.service-card-desc ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}

.service-card-desc li {
	width: calc(50% - 5px);
	position: relative;
	padding-left: 25px;
}

.service-card-desc li:before {
	content: "✔";
	border-radius: 50%;
	width: 20px;
	background: #FBCD5C;
	height: 20px;
	line-height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}

.service-card-roadmap {
	margin-top: 40px;
}

.template_service .service-card-route {
	border-right: none;
	width: 100%;
}

.template_service #map {
	border-radius: 5px;
	overflow: hidden;
}

.service-card-subtitle {
	line-height: 1.3em;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

.service-card-gallery {
	gap: 12px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.service-card-gallery .image-wrapper {
	height: 95px;
	overflow: hidden;
	padding: 0px;
	border-radius: 5px;
	width: calc(33.3% - 8px);
}

.service-card-gallery .image-wrapper img {
	height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}


.service-card-routes {
	gap: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.service-card-route {
	padding-left: 40px;
	padding-right: 10px;
	position: relative;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3em;
	border-right: 1px solid #E2E6EB;
	width: 60%;
}

.service-card-route span:first-of-type {
	position: absolute;
	left: 0;
	top: 3px;
	display: block;
	width: 22px;
	height: 17px;
}

.service-card-route span:nth-of-type(2) {
	display: block;
	color: #ACACAC;
	font-size: 14px;
	font-weight: 400;
}

.service-card-routes:first-of-type span:first-of-type {
	background: url(../assets/images/metro-card-icon.svg) no-repeat center/contain;
}

.service-card-routes:nth-of-type(2) span:first-of-type {
	background: url(../assets/images/address-card-icon.svg) no-repeat center/contain;
}

.link-button {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3em;
	color: #139BE7;
	background: transparent;
	border-bottom: 1px dashed #139BE7;
}

.button {}

.service-card-button {}

.service-card-advantages {
	padding-top: 30px;
	border-top: 1px solid #E2E6EB;
	gap: 16px 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 40px;
}

.service-card-advantage {
	background: url(../assets/images/check-point.svg) no-repeat left top 4px/14px 10px;
	padding-left: 21px;
	color: #999999;
	font-size: 14px;
	line-height: 1.3em;
}

.services-quote {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 60px;
}

.services-quote-content {
	border-radius: 12px;
	background: #F0F6FA url(../assets/images/quote-tip.svg) no-repeat left top;
	padding: 30px 30px 30px 40px;
	font-size: 20px;
	line-height: 1.55em;
}

.services-quote .logo {
	max-width: 332px;
	height: 75px;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.form {
	border-radius: 12px;
	-webkit-box-shadow: 0 7px 5px 0 rgba(226, 230, 235, 0.25);
	box-shadow: 0 7px 5px 0 rgba(226, 230, 235, 0.25);
	border: 1px solid #E2E6EB;
	padding: 35px;
}

.services-form {
	gap: 60px;
	margin: 70px 0 110px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.services-form-pic {
	background: #F0F6FA url(../assets/images/form-pic.png) no-repeat center bottom;
	max-width: 370px;
	min-height: 370px;
	width: 100%;
	border-radius: 12px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.breadcrumbs {
	font-size: 20px;
	margin: 0px 0 30px;
}

.breadcrumbs a {
	text-transform: none;
}


.breadcrumbs span {
	margin: 0 5px;
}

.services-form-content {
	max-width: 780px;
	width: 100%;
}

.form .section-title {
	margin-bottom: 25px;
}

.form .section-desc {
	line-height: 1.4em;
	font-size: 15px;
	max-width: 600px;
}

.form-content {
	margin-top: 30px;
}

.form-group {
	margin-bottom: 18px;
}

.form-control {
	display: block;
	width: 100%;
	border-radius: 12px;
	height: 50px;
	padding: 17px 22px;
	font-size: 15px;
	line-height: 1.4;
	color: #202020;
	background-color: #fff;
	background-image: none;
	border: 1.5px solid #ECECEC;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-content .button {
	max-width: 140px;
	width: 100%;
	height: 50px;
}

.feedback-button {
	margin: 0 auto;
	max-width: 290px;
}

.admin-form {
	max-width: 50%;
	margin: 40px auto;
}

.map-form {
	max-width: 1270px;
}

.admin-form .error {
	color: #c30303;
	display: block;
	margin-bottom: 10px;
}

.admin-form small {
	display: block;
	margin: 5px 0 10px;
}

.admin-form .services-form-pic {
	max-width: 100%;
	min-height: 370px;
	margin: 0 auto 20px;
}

.feedback-block {
	border: 1px solid #E2E6EB;
	padding: 35px;
	border-radius: var(--border-radius-main);
	-webkit-box-shadow: 0px 7px 5px rgb(226 230 235 / 25%);
	box-shadow: 0px 7px 5px rgb(226 230 235 / 25%);
	max-width: 50%;
	text-align: center;
	margin: 0px auto 40px;

}

.feedback-block .section-title {
	margin-bottom: 25px;
}

.feedback-items {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}

.feedback-item {
	max-width: calc(50% - 15px);
	width: 100%;
	border: 1px solid #E2E6EB;
	padding: 30px;
	border-radius: var(--border-radius-main);
	-webkit-box-shadow: 0px 7px 5px rgb(226 230 235 / 25%);
	box-shadow: 0px 7px 5px rgb(226 230 235 / 25%);
}

.feedback-item-header {
	gap: 23px;
}

.feedback-item strong {
	font-size: 20px;
	display: block;
}

.feedback-item .stars {
	margin: 10px 0 25px;
	display: inline-block;
}

.feedback-item .star {
	margin-right: 3px;
}

.feedback-item-date {
	margin-left: 15px;
	color: #828282;
}

.feedback-item .button {
	display: inline-block;
	margin-top: 15px;
	width: calc(50% - 10px);
}

.feedback-item .button:first-of-type {
	margin-right: 15px;
}

.service-repair-cards {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}

.service-repair-card {
	border: 1px solid #E2E6EB;
	padding: 30px;
	width: calc(50% - 15px);
	border-radius: var(--border-radius-main);
	-webkit-box-shadow: 0px 7px 5px rgb(226 230 235 / 25%);
	box-shadow: 0px 7px 5px rgb(226 230 235 / 25%);
}

.service-repair-card .section-title {
	margin-bottom: 10px;
}

.service-repair-item:not(:last-of-type) {
	margin-bottom: 12px;
}

.service-repair-item {
	line-height: 1.4em;
	font-weight: 400;
	font-size: 16px;
	margin-right: 10px;
	display: inline-block;
}

.service-repair-item:before {
	content: "";
	margin-right: 5px;
	width: 6px;
	height: 6px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	background: rgb(251, 205, 92);
}

.service-slider {
	height: 400px;
}

.service-slider .swiper-slide {
	border-radius: 12px;
	overflow: hidden;
}

.service-slider img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.admin-form_contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.admin-form_contacts p {
	margin-bottom: 1em;
	max-width: 600px;
}

.link-button {
	position: relative;
}

.showonmap {
	min-width: 290px;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

/*
.remodal-close {
	background: url(../assets/images/close-icon.svg) no-repeat center/contain;
	width: 22px;
	height: 22px;
	right: 20px;
	top: 20px;
	position: absolute;
	z-index: 222;
}
*/

.admin-block_team {
	margin-top: 60px;
}

.team-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px;
	margin-top: 30px;
}

.team-item {
	gap: 30px;
	width: calc(50% - 20px);
}

.team-item img {
	width: 190px;
	height: 190px;
	overflow: hidden;
	border-radius: 12px;
	-o-object-fit: cover;
	object-fit: cover;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.team-item h3 {
	margin-bottom: 15px;
}

.team-link {
	display: block;
	margin-top: 5px;
	font-size: 18px;
	line-height: 1;
	color: #139BE7;
	font-weight: 500;
}

/*
.team-link:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 1px;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #139BE7;
}

.team-link:hover:after  {
	width: 100%;
}
*/

.team-item p:not(:last-of-type) {
	margin-bottom: 1em;
}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1300px) {

	.services-page-card:last-of-type,
	.services-page-card:nth-last-of-type(2),
	.services-page-card:nth-last-of-type(3) {
		width: calc(50% - 15px);
		padding-left: 266px;
	}

	.footer-menu {
		-webkit-column-gap: 50px;
		column-gap: 50px;
	}

	.nav-bar .menu {
		gap: 9px
	}

	.map-form {
		max-width: 1000px;
	}

	#mapBig {
		width: 930px !important;
	}
}

@media screen and (max-width:1200px) {
	:root {
		/*
	--border-radius-main: 12px;
	--border-radius-small: 5px;
*/
		--section-gap: 45px;
		/*
	--block-gap: 30px;
	--item-gap: 35px;
	--spacing-gap: 20px;
*/
	}

	.menu-icon {
		display: block;
	}

	.nav-bar {
		display: none;
	}

	.brands-list,
	.top-bar .container,
	.services-page-cards,
	.service-repair-cards,
	.feedback-items {
		gap: 20px;
	}

	.hero-block_services h1 span {
		display: block;
	}

	h1 {
		font-size: 52px;
	}

	.services-page-card {
		padding-left: 200px !important;
		background-size: 30% !important;
	}

}

@media screen and (max-width:1000px) {
	:root {
		--section-gap: 25px;
		--title-gap: 30px;
	}

	h1 {
		font-size: 44px;
	}

	h2,
	.section-heading {
		font-size: 30px;
	}

	.top-bar .admin-panel {
		display: none;
	}


	.mobile-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 12px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 25px;
		padding-bottom: 25px;
		border-bottom: 2px solid var(--bg-secondary);
		width: calc(100% + 30px);
		margin-left: -15px;
	}

	.mobile-nav a {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin-left: unset;
	}

	.mobile-nav a:hover {
		color: #000;
	}


	.hero-desc {
		margin-top: 30px;
		font-size: 18px;

	}

	.hero-block {
		padding: 65px 55px;
		min-height: auto;
	}


	.hero-block_services {
		padding: 65px 55px 400px;
		background: linear-gradient(115deg, #181818 0%, #232323 45%, #3F3320 75%, #6E5520 100%);
	}

	.top-bar .city-tip {
		margin-left: 20px;
	}

	.brands-item {
		height: 75px;
		width: calc(33.3% - 14px);
		padding: 20px 30px;
	}

	.catalog-slide {
		max-width: 100%;
		padding: 20px 15px;
		height: 220px;
	}

	.catalog-slide img {
		max-height: 130px;
	}

	.footer-wrap .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-wrap .logo {
		width: 100%;
		margin-bottom: 30px;
	}

	.arrow {
		width: 40px;
		height: 40px;
	}

	.arrow-next {
		right: -10px;
	}

	.arrow-prev {
		left: -10px;
	}

	.footer-menu {
		-webkit-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 30px;
		column-gap: 30px;
	}

	.services-page-card {
		padding-left: 266px !important;
		background-size: auto !important;
		width: 100% !important;
		min-height: 250px;
	}

	.service-repair-card {
		width: 100%;
	}

	.services-page-item {
		display: inline-block;
	}

	.section-title,
	h3 {
		font-size: 21px;
		margin-bottom: 20px;
	}

	.service-card {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px;
	}

	.service-card-wrap:first-of-type {
		width: calc(30% - 15px);
	}

	.service-card-wrap:nth-of-type(2) {
		width: calc(70% - 15px);
		border-right: none;
	}

	.service-card-wrap:nth-of-type(3) {
		width: 100%;
	}

	.service-card-routes {
		gap: 20px;
		margin-bottom: 20px;
	}

	.service-card-route {
		padding-left: 30px;
		font-size: 16px;
	}

	.service-card-desc {
		margin-top: 15px;
	}

	.services-quote {
		gap: 40px;
	}

	.services-quote .logo {
		max-width: 35%;
	}

	.admin-form,
	.feedback-block,
	.map-form {
		max-width: 700px;
	}

	#mapBig {
		width: 630px !important;
	}

	.admin-form_contacts {
		gap: 30px;
	}

	.admin-form_contacts p {
		max-width: 100%;
	}

	.admin-form_contacts .services-form-pic {
		max-width: 100%;
	}

	.team-item {
		width: 100%
	}
}

@media screen and (max-width: 769px) {
	.hero-block_template {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 30px;
	}

	.hero-block_template .hero-pic img {
		max-height: 250px;
	}

	.service-card-routes {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 12px;
	}

	.service-card-route {
		border-right: none;
		width: 100%;
	}

	.service-card-roadmap {
		margin-top: 30px;
	}

	.services-form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 40px;
		margin: 40px 0;
	}

	.services-form-pic {
		max-width: 100%
	}

	.service-gallery {
		width: 800px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.service-slider {
		height: 300px;

	}

	.feedback-item {
		max-width: 100%;
	}
}

@media screen and (max-width: 620px) {
	:root {
		--section-gap: 20px;
		--title-gap: 20px;
	}

	.top-bar .city-tip {
		display: none;
	}

	.mobile-menu {
		padding: 40px 15px;
	}

	.mobile-menu.active {
		max-width: 100%;
	}

	h1 {
		font-size: 30px;
	}

	.admin-block h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	h2,
	.section-heading {
		font-size: 20px;
	}

	.template_service .section-heading {
		text-align: center;
	}

	.hero-desc {
		font-size: 16px;
		margin-top: 20px;
	}

	.hero-block {
		padding: 100px 15px 50px;
		/* На мобиле тот же CSS-градиент (raster файл больше не нужен). */
		background: linear-gradient(135deg, #1F1F1F 0%, #2A2A2A 55%, #3D3528 100%);
		min-height: auto;
	}

	/* Маленький акцент-гало на мобилке */
	.hero-block::before {
		width: 250px;
		height: 250px;
		top: -60px;
		right: -60px;
	}

	.hero-block_services {
		padding: 50px 15px 250px;
		background: linear-gradient(115deg, #181818 0%, #232323 45%, #3F3320 75%, #6E5520 100%);
	}

	.hero-block_template {
		background: linear-gradient(115deg, #181818 0%, #232323 45%, #3F3320 75%, #6E5520 100%);
		padding: 50px 15px 50px;
	}

	.hero-block_template .hero-pic {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.footer-wrap .container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 12px;
	}

	.footer-wrap_bottom .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.company-info {
		text-align: center;
		width: 100%;
		max-width: 100%;
	}

	.footer .logo {
		margin-bottom: 0;
	}

	.footer-menu {
		-webkit-column-count: 1;
		column-count: 1;
		text-align: center;
	}

	.footer {
		padding: 30px 0;
		margin-top: 30px;
	}

	.footer .socials {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.brands-list,
	.top-bar .container {
		gap: 12px;
	}

	.brands-item {
		height: 50px;
		width: calc(50% - 6px);
		font-size: 20px;
		font-weight: 800;
		padding: 10px 30px;
	}

	.services-page-cards,
	.service-repair-cards,
	.feedback-items {
		gap: 12px;
	}

	.services-page-card {
		padding-left: 15px !important;
		padding-right: 15px;
		padding-top: 150px;
		padding-bottom: 20px;
		background-size: auto 120px !important;
		background-position: center top 20px !important;
		width: 100% !important;
		text-align: center;
	}

	.service-repair-card {
		padding: 20px 15px;
		text-align: center;
	}

	.service-card-pic img {
		height: 100%;
	}

	.section-title,
	h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.services-page-item {
		font-size: 15px;
	}

	.services-page-item:not(:last-of-type) {
		margin-bottom: 6px;
	}

	.service-card {
		padding: 30px 15px;
		gap: 20px;
	}

	.service-card-wrap:first-of-type {
		width: 100%;
	}

	.service-card-wrap:nth-of-type(2) {
		width: 100%;
	}

	.service-card-wrap:nth-of-type(3) {
		width: 100%;
	}

	.service-card-roadmap {
		margin-top: 20px;
	}

	.services-quote {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.services-quote .logo {
		max-width: 332px;
	}

	.services-quote-content {
		padding: 25px 20px 25px 25px;
		font-size: 16px;
		line-height: 1.3em;
		background-size: 25px;
	}

	.showonmap,
	a.hero-button {
		max-width: 100%;
	}

	.form {
		text-align: center;
		padding: 30px 15px;
	}

	.services-form {
		gap: 20px;
	}

	.breadcrumbs {
		margin-bottom: 20px;
		font-size: 16px;
	}

	.form-content .button {
		max-width: 100%;
	}

	.services-form-pic {
		background-size: contain;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.form .section-title {
		margin-bottom: 15px;
	}

	.admin-form,
	.feedback-block,
	.map-form {
		max-width: 100%;
	}

	#mapBig {
		width: 100% !important;
	}

	.form-content {
		margin-top: 20px;
		text-align: left;
	}

	.form-control {
		padding: 17px 14px;
	}

	.service-slider {
		height: 220px;
	}

	.feedback-item {
		padding: 20px 15px;
	}

	.feedback-item strong {
		font-size: 18px;
	}

	.feedback-item-header {
		gap: 15px;
	}

	.feedback-item .stars {
		margin: 10px 0;
	}

	.feedback-item-date {
		margin-left: 5px;
		color: #828282;
	}

	.feedback-item .button:first-of-type {
		margin-right: 8px;
	}
	
	.admin-block_team {
    margin-top: 30px;
}
	
	.team-list {
		gap: 30px;
	}
	
	.team-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 15px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	
	.team-item h3 {
		margin-bottom: 10px;
	}
	
	.team-item p {
		text-align: left;
	}
	
	.team-item p:not(:last-of-type) {
		margin-bottom: 0.5em;
	}
}
