/* ==========================================================================
   Про технологію
   ========================================================================== */

.deksprint-about-tech {
	background-color: #E1DCC9;
	padding: 20px 0 80px;
}

.deksprint-about-tech,
.deksprint-about-tech * {
	font-family: 'PP Neue Corp Narrow', sans-serif;
	-webkit-tap-highlight-color: transparent;
}

.deksprint-about-tech__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
}

.deksprint-about-tech__title {
	color: #E63329;
	font-weight: 500;
	font-size: 48px;
	line-height: 1.15;
	text-transform: uppercase;
	margin: 0 0 24px;
}

.deksprint-about-tech__content {
	max-width: none;
}

.deksprint-about-tech__subtitle {
	color: #111111;
	font-weight: 700;
	font-size: 35px;
	text-transform: uppercase;
	margin: 24px 0 8px;
}

.deksprint-about-tech__subtitle:first-of-type {
	margin-top: 0;
}

.deksprint-about-tech p {
	color: #1A1A1A;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.55;
	margin: 0 0 12px;
}

.deksprint-about-tech__more {
	all: unset;
	box-sizing: border-box;
	display: block;
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	color: #FF2600;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	cursor: pointer;
	margin: 4px 0 28px;
}

.deksprint-about-tech__more:hover {
	opacity: 0.75;
}

.deksprint-about-tech__extra {
	display: none;
}

.deksprint-about-tech__extra.is-open {
	display: block;
}

.deksprint-about-tech__btn {
	display: block;
	width: fit-content;
	line-height: 0;
	margin-top: 8px;
	transition: transform 0.15s ease, opacity 0.15s ease;
}

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

.deksprint-about-tech__btn img {
	display: block;
	height: 52px;
	width: auto;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 600px) {
	.deksprint-about-tech {
		padding: 48px 0 56px;
	}

	.deksprint-about-tech__title {
		font-size: 32px;
	}

	.deksprint-about-tech__btn img {
		height: 44px;
	}
}
