html, body {
	overflow-x: hidden;
	overflow-y: overlay;
	margin: 0!important;
}
body {
	background-color: #FFFFFF;
}
img.lazy {
	height: inherit;
	width: inherit;
	object-fit: cover;
	object-position: bottom;
	opacity: 0;
	transition: opacity .2s;
}
img.lazy.loaded {
	opacity: 1;
}
picture {
	width: 100%;
	height: 100%;
}
.Banner {
	background: #191919!important;
}
.Banner .Banner__title {
	max-width: 500px;
}
.Banner .Banner__text {
	max-width: 400px;
}


.promo-head {
	color: #283236;
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
}
.promo-head + * {
	margin-top: 40px;
}
.promo-text {
	color: #2B2929;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 24px;
}
.promo-text + * {
	margin-top: 40px;
}
@media (max-width: 768px) {
	.promo-head {
		font-size: 24px;
		line-height: 30px;
	}
}


.promo-about {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}
.promo-about-wrap {
	width: var(--width);
	padding: 0 var(--indent);
	margin: auto;
	position: relative;
}
.promo-about-content {
	color: #283236;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	max-width: 800px;
	width: 100%;
}
.promo-about-content * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.promo-about-content b {
	font-weight: 700;
}
.promo-about-content ol,
.promo-about-content ul {
	margin: 0px;
	padding-inline-start: 20px;
}
.promo-about-content li + li {
	margin-top: 8px;
}
@media (max-width: 768px) {
	.promo-about {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}


.promo-map {
	padding: 80px 0 0 0;
	position: relative;
	background: radial-gradient(96.02% 151.5% at 77.42% 0%, #1789F9 0%, #003A94 100%);
	height: 720px;
}
.promo-map::before {
	content: '';
	display: none;
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.promo-map.isInLoad::before {
	display: none;
}
.promo-map-wrap {
	width: var(--width);
	padding: 0 var(--indent);
	margin: auto;
	position: relative;
	z-index: 2;
}
.promo-map .promo-head {
	color: #FFFFFF;
}
[dir] .promo-map-container {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}
.promo-map-container > * {
	transform: translateY(0px);
	opacity: 1;
	transition: .2s;
}
.promo-map-container.skeletonLoader > * {
	transform: translateY(10px);
	opacity: 0;
}
.promo-map-container.skeletonLoader::before {
	animation: Skeleton-loading 1.2s ease 0s infinite;
	background-image: linear-gradient(90deg, transparent 0%, rgba(1, 59, 144, .5) 50%, transparent 100%)!important;
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	transform: translateX(-100%);
	width: 100%;
}
.panzoom__viewport {
	margin: auto;
	min-height: 1px;
	position: relative;
	z-index: 1;
}
.promo-map-map {
	width: 100%;
	height: 100%;
}
.promo-map .panzoom__hint {
	z-index: 2;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}
@keyframes fadeIn {
	form {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		opacity: 0;
	}
	to {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		opacity: 1;
	} 
}
@-webkit-keyframes fadeIn {
	form {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		opacity: 0;
	}
	to {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		opacity: 1;
	} 
}
.promo-map-hint {
	width: fit-content;
	position: absolute;
	display: grid;
	grid-template-columns: min-content min-content;
	gap: 16px;
	padding: 16px;
	background: #FFFFFF;
	box-shadow: 0px 20px 100px rgba(1, 14, 27, 0.4);
	border-radius: 8px;
	white-space: nowrap;
	pointer-events: all;
	top: 12px;
	left: 0;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	opacity: 0;
	animation: fadeIn .2s linear forwards;
	-webkit-animation: fadeIn .2s linear forwards;
}
.promo-map-hint::after {
	content: '';
	width: 36px;
	height: 12px;
	min-width: 36px;
	min-height: 12px;
	background-image: url('data:image/svg+xml,<svg width="36" height="12" viewBox="0 0 36 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.9998 0C13.2759 2.94491e-09 7.60451 12 0.679011 12H35.3206C28.3923 12 22.7236 -2.94491e-09 17.9998 0Z" fill="white"/></svg>');
	position: absolute;
	display: block;
}
.promo-map-hint.top::after {
	top: -12px;
}
.promo-map-hint.bottom::after {
	bottom: -12px;
	transform: rotate(180deg);
}
.promo-map-hint.left::after {
	left: 16px;
}
.promo-map-hint.right::after {
	right: 16px;
}
.promo-map-hint-content {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 260px;
}
.promo-map-hint-head {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #8A949D;
}
.promo-map-hint-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #283236;
	white-space: normal;
}
.promo-map-hint-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #283236;
	white-space: normal;
}
* + .promo-map-hint-text {
	margin-top: 8px;
}
.promo-map-hint-link {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #0076EA;
	width: fit-content;
	transition: color .2s;
}
.promo-map-hint-link:hover,
.promo-map-hint-link:active,
.promo-map-hint-link:focus {
	color: #1E8FFE;
}
* + .promo-map-hint-link {
	margin-top: 16px;
}
.promo-map-hint-link + .promo-map-hint-link {
	margin-top: 4px;
}
.promo-map-hint-button {
	margin: auto auto 0 0;
}
[dir] .promo-map-hint-button {
	background: #1E8FFE;
	color: #FFFFFF;
	font-weight: 600;
	transition: color .2s, background .2s;
}
[dir] .promo-map-hint-button:hover {
	background: #0076EA;
	color: #FFFFFF;
}
[dir] .promo-map-hint-button:active,
[dir] .promo-map-hint-button:focus {
	background: #0076EA;
	color: #E8F4FF;
}
[dir] .promo-map-hint-button::after {
	display: none;
}
.promo-map-hint-img {
	width: 240px;
	height: 164px;
	border-radius: 8px;
	overflow: hidden;
}
.promo-map-hint-img {
	background-color: #F9FAFA;
	background-image: url('../img/content/photo_placeholder.svg');
	background-size: cover;
	background-position: center;
}
#promo-ymap-controls {
	display: flex;
	gap: 12px;
	margin-top: 16px;
	overflow: overlay;
	margin: 0 calc(var(--indent) * -1) -16px calc(var(--indent) * -1);
	position: relative;
	z-index: 2;
	padding: 16px 0;
}
#promo-ymap-controls::after,
#promo-ymap-controls::before {
	content: '';
	display: block;
	width: var(--indent);
	min-width: var(--indent);
	margin-left: calc(var(--indent) * -1);
}
@keyframes canScrolling {
	0% {
		margin-left: 0;
	}
	50% {
		margin-left: -20px;
	}
	100% {
		margin-left: 0;
	}
}
@-webkit-keyframes canScrolling {
	0% {
		margin-left: 0;
	}
	50% {
		margin-left: -20px;
	}
	100% {
		margin-left: 0;
	}
}
.promo-map.isInViewport #promo-ymap-controls > label:first-of-type {
	animation: canScrolling .4s linear forwards;
	-webkit-animation: canScrolling .4s linear forwards;
}
[name="YandexMap_cities"] {
	display: none;
}
.promo-ymap-control {
	flex-shrink: 1;
	padding: 6px 16px;
	background: rgb(255 255 255 / 24%);
	color: #ffffff;
	border-radius: 8px;
	user-select: none;
	cursor: pointer;
	transition: .2s;
	backdrop-filter: blur(3px);
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	margin: 0;
	white-space: nowrap;
}
[name="YandexMap_cities"]:checked + .promo-ymap-control {
	background: #0076EA;
	color: #ECF6FF;
}
#promo-ymap-controls::-webkit-scrollbar {
	display: none;
}
ymaps[class*="-map"] {
	background: transparent;
}
ymaps[class*="-ground-pane"] {
	filter: invert(1) grayscale(1) brightness(2);
	opacity: 0.35;
}
ymaps[class*="-copyrights-pane"],
ymaps[class*="-panel-pane"],
ymaps[class*="-controls-pane"] {
	display: none!important;
}
#promo-ymap {
	display: none;
}
#promo-ymap-controls {
	display: none;
}
@media (max-width: 1200px) and (min-width: 501px) {
	.promo-map {
		padding: 80px 0 0 0;
		height: 720px;
		height: 60.0505vw;
	}
}
@media (max-width: 768px) and (min-width: 501px) {
	.promo-map {
		padding: 80px 0 0 0;
		height: 600px;
		height: 78.125vw;
	}
	.promo-map-hint {
		width: 100%;
		position: relative;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		padding: 24px 20px;
		background: unset;
		box-shadow: unset;
		border-radius: unset;
		white-space: nowrap;
		pointer-events: all;
		top: unset;
		left: unset;
		transform: unset;
		-webkit-transform: unset;
		opacity: unset;
		animation: unset;
		-webkit-animation: unset;
	}
	.promo-map-hint::after {
		display: none;
	}
	.promo-map-hint-img {
		width: inherit;
		height: 216px;
	}
	.promo-map-hint-content {
		width: inherit;
	}
	.promo-map-hint-head {
		font-weight: 600;
		font-size: 16px;
		line-height: 24px;
	}
	.promo-map-hint-title {
		font-weight: 600;
		font-size: 24px;
		line-height: 28px;
	}
	* + .promo-map-hint-text {
		margin-top: 20px;
	}
	#popup-map .button__close {
		padding: 24px;
	}
	.promo-map .panzoom__viewport {
		display: none;
	}
	.promo-map #promo-ymap {
		width: 100%;
		height: 100%;
	}
	#promo-ymap {
		display: block;
	}
	#promo-ymap-controls {
		display: flex;
	}
}
@media (max-width: 500px) {
	.promo-map {
		padding: 40px 0 0 0;
		position: relative;
		background: radial-gradient(96.02% 151.5% at 77.42% 0%, #1789F9 0%, #003A94 100%);
		height: 520px;
		height: 105.558vw;
	}
	.promo-map-wrap::after {
		content: '';
		display: block;
		position: absolute;
		top: -40px;
		left: 0;
		right: 0;
		bottom: -16px;
		z-index: 1;
		backdrop-filter: blur(2px);
		-webkit-backdrop-filter: blur(2px);
		mask-image: linear-gradient(to top, transparent 0%, black 65%);
		-webkit-mask-image: linear-gradient(to top, transparent 0%, black 65%);
		background: linear-gradient(180deg, rgb(5 14 28 / 18%) 34.72%, rgb(76 130 195) 100%);
	}
	.promo-map-wrap .promo-head {
		z-index: 2;
		position: relative;
	}
	.promo-map::after {
		content: '';
		display: none;
		position: absolute;
		z-index: 3;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.promo-map.isInViewport::after {
		display: none;
	}
	.promo-map-hint {
		width: 100%;
		position: relative;
		display: flex;
		flex-direction: column-reverse;
		grid-template-columns: unset;
		gap: 0;
		padding: 24px 20px;
		background: unset;
		box-shadow: unset;
		border-radius: unset;
		white-space: nowrap;
		pointer-events: all;
		top: unset;
		left: unset;
		transform: unset;
		-webkit-transform: unset;
		opacity: unset;
		animation: unset;
		-webkit-animation: unset;
	}
	.promo-map-hint::after {
		display: none;
	}
	.promo-map-hint-img {
		width: inherit;
		height: 193px;
		margin-top: 24px;
	}
	.promo-map-hint-content {
		width: inherit;
	}
	.promo-map-hint-head {
		font-weight: 600;
		font-size: 16px;
		line-height: 24px;
	}
	.promo-map-hint-title {
		font-weight: 600;
		font-size: 24px;
		line-height: 28px;
	}
	* + .promo-map-hint-text {
		margin-top: 20px;
	}
	[dir] .promo-map-hint-button {
		margin-top: 24px;
	}
	#popup-map .button__close {
		padding: 24px;
	}
	.promo-map .panzoom__viewport {
		display: none;
	}
	.promo-map #promo-ymap {
		width: 100%;
		height: 100%;
	}
	#promo-ymap {
		display: block;
	}
	#promo-ymap-controls {
		display: flex;
	}
}

.middle > .container {
	padding-top: 0px!important;
}
@media (max-width: 768px) and (min-width: 501px) {
	.car-filter .cars-in-show-all {
		margin: 0!important;
		text-align: center;
	}
}
@media (max-width: 500px) {
	.car-filter .cars-in-show-all {
		margin: 0!important;
		text-align: center;
	}
}