.lh-technologies {
	margin: 18px 0 20px;
	max-width: 100%;
}

.lh-technologies__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.lh-technologies__title {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #1e2b32;
}

.lh-technologies__navigation {
	display: flex;
	gap: 5px;
}

.lh-technologies__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 1px solid #d5dde0;
	border-radius: 3px;
	background: #fff;
	color: #27434b;
	transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.lh-technologies__arrow:hover {
	border-color: #007a73;
	background: #f0f8f7;
	color: #007a73;
}

.lh-technologies__arrow svg,
.lh-technologies__all svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.lh-technologies__arrow.swiper-button-disabled,
.lh-technologies__arrow.swiper-button-lock {
	display: none;
}

.lh-technologies__slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.lh-technologies__slider::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 42px;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .82) 62%, #fff 100%);
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease;
}

.lh-technologies__slider.has-more::after {
	opacity: 1;
}

.lh-technologies__slide {
	width: auto;
	height: auto;
}

.lh-tech-chip {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 94px;
	max-width: 134px;
	min-height: 36px;
	padding: 5px 16px 5px 8px;
	border-radius: 2px;
	color: #fff;
	text-decoration: none;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14);
	transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.lh-tech-chip--0 {
	background: #007a73;
}

.lh-tech-chip--1 {
	background: #195363;
}

.lh-tech-chip--2 {
	background: #536d73;
}

.lh-tech-chip:hover,
.lh-tech-chip:focus {
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
	filter: brightness(1.08);
	box-shadow: 0 5px 14px rgba(21, 59, 67, .2);
}

.lh-tech-chip__name {
	display: block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	overflow-wrap: anywhere;
}

.lh-tech-chip__mark {
	position: absolute;
	top: 5px;
	right: 6px;
	font-size: 10px;
	font-weight: 400;
	opacity: .75;
}

.lh-technologies__all {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .035em;
	text-transform: uppercase;
	color: #38545c;
	text-decoration: none;
}

.lh-technologies__all:hover,
.lh-technologies__all:focus {
	color: #007a73;
	text-decoration: none;
}

.lh-technologies__all svg {
	width: 14px;
	height: 14px;
	transition: transform .2s ease;
}

.lh-technologies__all:hover svg {
	transform: translateX(3px);
}

@media (max-width: 767px) {
	.lh-technologies {
		margin: 15px 0 18px;
	}

	.lh-technologies__navigation {
		display: none;
	}

	.lh-technologies__slider {
		overflow: visible;
	}

	.lh-technologies {
		overflow: hidden;
	}

	.lh-technologies__slider::after {
		width: 34px;
	}

	.lh-tech-chip {
		min-width: 100px;
		max-width: 130px;
		min-height: 34px;
		padding: 5px 15px 5px 7px;
	}

	.lh-tech-chip__name {
		font-size: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lh-tech-chip,
	.lh-technologies__arrow,
	.lh-technologies__all svg {
		transition: none;
	}
}
