/* ==========================================================================
   Сторінка послуги — загальний фон
   ========================================================================== */

.deksprint-service-page {
	background-color: #E1DCC9;
}

/* ==========================================================================
   Банер сторінки послуги
   ========================================================================== */

.deksprint-service-hero {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #E1DCC9;
}

.deksprint-service-hero,
.deksprint-service-hero * {
	line-height: 1.2;
	font-family: 'PP Neue Corp Narrow', sans-serif;
	-webkit-tap-highlight-color: transparent;
}

.deksprint-service-hero__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 90px 24px;
}

.deksprint-service-hero__title {
	color: #FDCB14;
	font-weight: 700;
	font-size: 70px;
	text-transform: uppercase;
	margin: 0 0 24px;
	max-width: 780px;
}

.deksprint-service-hero__text {
	color: #DEDAC8;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.3;
	margin: 0 0 40px;
	max-width: 640px;
}

.deksprint-service-hero__btn {
	display: inline-block;
	line-height: 0;
	transition: transform 0.15s ease, opacity 0.15s ease;
}

.deksprint-service-hero__btn:hover {
	transform: translateY(-2px);
	opacity: 0.92;
}

.deksprint-service-hero__btn img {
	display: block;
	height: 56px;
	width: auto;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 900px) {
	.deksprint-service-hero__title {
		font-size: 46px;
	}

	.deksprint-service-hero__text {
		font-size: 26px;
	}

	.deksprint-service-hero__inner {
		padding: 60px 20px;
	}
}

@media (max-width: 600px) {
	.deksprint-service-hero__title {
		font-size: 32px;
	}

	.deksprint-service-hero__text {
		font-size: 18px;
		margin-bottom: 28px;
	}

	.deksprint-service-hero__btn img {
		height: 44px;
	}
}
