/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
}

.section-hero h1 {
	background-repeat: no-repeat;
	background-image: url("/ru/maps/images/overview/hero_logo__bdhogyvopqxe_large.svg");
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	background-size: cover;
	width: 10000px;
	height: 2500px;
}

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/
/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
@media only screen and (min-width: 1069px) {
	.carplay h2, .carplay h3 {
		display: inline;
	}

	.typography-value-props-headline {
		font-size: 110px;
	}
}

@media only screen and (max-width: 1068px) {
	.typography-value-props {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media only screen and (max-width: 734px) {
	.section-tiles-grid .tiles-container .tile.editorial-experts {
		min-height: 360px;
	}
}

@media only screen and (max-width: 374px) {
	.typography-value-props {
		font-size: 36px;
	}

	.typography-tiles-grid-headline {
		font-size: 50px;
	}

	.section-exploration .typography-tiles-grid-headline {
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
	}
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
