

/* Start:/local/templates/lankey/components/bitrix/catalog/otrasli/style.min.css?1723041552959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/lankey/components/bitrix/catalog/otrasli/bitrix/catalog.element/product-page/style.css?178902635631971*/
.product-hero {
	padding: 64px 0 56px;
	background: #fff;
	overflow: hidden;
}

.product-hero__inner {
	width: min(100% - 48px, 1440px);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(460px, 0.98fr);
	align-items: center;
	gap: 56px;
}

.product-hero__content {
	min-width: 0;
}

.product-hero__title {
	margin: 0 0 24px;
	max-width: 820px;
	font-size: clamp(48px, 4.5vw, 76px);
	line-height: 1.03;
	font-weight: 700;
	letter-spacing: -0.04em;
	color: #20252b;
}

.product-hero__description {
	max-width: 760px;
	margin: 0 0 34px;
	font-size: 21px;
	line-height: 1.58;
	color: #343a40;
}

.product-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 15px 30px;
	border-radius: 8px;
	background: #0b73e0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition:
		background-color 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.product-hero__button:hover,
.product-hero__button:focus {
	background: #0864c4;
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(11, 115, 224, 0.18);
}

.product-hero__benefits {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	justify-content: start;
	align-items: center;
	gap: 16px 34px;
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.product-hero__benefit {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	font-size: 15px;
	line-height: 1.4;
	color: #3d434a;
}

.product-hero__benefit:nth-child(3) {
	grid-column: 1 / -1;
	justify-self: center;
}

.product-hero__benefit-icon {
	position: relative;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	border: 1.5px solid #0b73e0;
	border-radius: 50%;
}

.product-hero__benefit-icon::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 5px;
	width: 6px;
	height: 10px;
	border-right: 2px solid #0b73e0;
	border-bottom: 2px solid #0b73e0;
	transform: rotate(45deg);
}

.product-hero__visual {
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-hero__image {
	display: block;
	width: 100%;
	max-width: 720px;
	max-height: 520px;
	object-fit: contain;
	object-position: center;
}

@media (max-width: 1280px) {
	.product-hero__inner {
		grid-template-columns: minmax(0, 1fr) minmax(400px, 0.9fr);
		gap: 40px;
	}

	.product-hero__title {
		font-size: clamp(44px, 4.4vw, 64px);
	}

	.product-hero__benefits {
		grid-template-columns: repeat(2, max-content);
	}
}

@media (max-width: 980px) {
	.product-hero {
		padding: 48px 0 52px;
	}

	.product-hero__inner {
		width: min(100% - 32px, 820px);
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.product-hero__content {
		order: 2;
	}

	.product-hero__visual {
		order: 1;
	}

	.product-hero__image {
		max-width: 620px;
		max-height: 400px;
	}

	.product-hero__title {
		max-width: 760px;
		font-size: clamp(40px, 8vw, 60px);
	}

	.product-hero__description {
		font-size: 19px;
	}

	.product-hero__benefits {
		grid-template-columns: repeat(2, max-content);
	}
}

@media (max-width: 640px) {
	.product-hero {
		padding: 32px 0 40px;
	}

	.product-hero__inner {
		width: min(100% - 24px, 560px);
		gap: 28px;
	}

	.product-hero__title {
		margin-bottom: 18px;
		font-size: 38px;
		line-height: 1.06;
	}

	.product-hero__description {
		margin-bottom: 26px;
		font-size: 17px;
		line-height: 1.55;
	}

	.product-hero__button {
		width: 100%;
	}

	.product-hero__benefits {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 26px;
	}

	.product-hero__benefit {
		white-space: normal;
	}

	.product-hero__benefit:nth-child(3) {
		grid-column: auto;
		justify-self: start;
	}

	.product-hero__image {
		max-height: 300px;
	}
}

.product-tasks {
	padding: 72px 0 84px;
	background: #f6faff;
}

.product-tasks__inner {
	width: min(100% - 48px, 1440px);
	margin: 0 auto;
}

.product-tasks__title {
	margin: 0 0 36px;
	text-align: center;
	font-size: clamp(34px, 3vw, 48px);
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.025em;
	color: #20252b;
}

.product-tasks__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.product-task {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
	padding: 30px 26px 28px;
	text-align: center;
	border: 1px solid #dce6f1;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(31, 37, 43, 0.045);
	transition:
		transform 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.product-task:hover {
	transform: translateY(-3px);
	border-color: #b7d6f6;
	box-shadow: 0 14px 36px rgba(31, 37, 43, 0.08);
}

.product-task__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	margin: 0 auto 24px;
}

.product-task__icon-image {
	display: block;
	width: 150px;
	height: 150px;
	object-fit: contain;
}

.product-task__title {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	margin: 0 0 14px;
	font-size: 21px;
	line-height: 1.28;
	font-weight: 600;
	color: #20252b;
}

.product-task__text {
	max-width: 310px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.55;
	color: #5b6470;
}

@media (max-width: 1180px) {
	.product-tasks__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.product-tasks {
		padding: 52px 0 60px;
	}

	.product-tasks__inner {
		width: min(100% - 24px, 560px);
	}

	.product-tasks__title {
		margin-bottom: 26px;
		font-size: 34px;
	}

	.product-tasks__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.product-task {
		padding: 24px 22px;
	}

	.product-task__icon {
		width: 88px;
		height: 88px;
		margin-bottom: 20px;
	}

	.product-task__icon-image {
		width: 88px;
		height: 88px;
	}

	.product-task__title {
		min-height: 0;
	}
}

.product-solution {
	padding: 78px 0 88px;
	background: #fff;
}

.product-solution__inner {
	width: min(100% - 48px, 1440px);
	margin: 0 auto;
}

.product-solution__title {
	margin: 0 0 38px;
	text-align: center;
	font-size: clamp(34px, 3vw, 48px);
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.025em;
	color: #20252b;
}

.product-solution__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.product-solution-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-width: 0;
	padding: 30px 24px 28px;
	border: 1px solid #dce6f1;
	border-radius: 14px;
	background: #fff;
	text-align: center;
	transition:
		transform 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.product-solution-item:hover {
	transform: translateY(-2px);
	border-color: #b7d6f6;
	box-shadow: 0 12px 30px rgba(31, 37, 43, 0.07);
}

.product-solution-item__icon {
	display: flex;
	flex: 0 0 150px;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	margin: 0 auto 20px;
}

.product-solution-item__icon-image {
	display: block;
	width: 150px;
	height: 150px;
	object-fit: contain;
}

.product-solution-item__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: center;
	min-width: 0;
	width: 100%;
}

.product-solution-item__title {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	margin: 0 0 14px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	color: #20252b;
	text-align: center;
}

.product-solution-item__text {
	max-width: 360px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.55;
	color: #5b6470;
	text-align: center;
}

@media (max-width: 1120px) {
	.product-solution__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.product-solution {
		padding: 54px 0 62px;
	}

	.product-solution__inner {
		width: min(100% - 24px, 560px);
	}

	.product-solution__title {
		margin-bottom: 28px;
		font-size: 34px;
	}

	.product-solution__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.product-solution-item {
		padding: 26px 20px 24px;
	}

	.product-solution-item__icon {
		flex-basis: 102px;
		width: 102px;
		height: 102px;
		margin-bottom: 18px;
	}

	.product-solution-item__icon-image {
		width: 102px;
		height: 102px;
	}

	.product-solution-item__title {
		min-height: 0;
		font-size: 19px;
	}
}

.product-advantages {
	padding: 78px 0 88px;
	background: #f6faff;
}

.product-advantages__inner {
	width: min(100% - 48px, 1440px);
	margin: 0 auto;
}

.product-advantages__title {
	margin: 0 0 38px;
	text-align: center;
	font-size: clamp(34px, 3vw, 48px);
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.025em;
	color: #20252b;
}

.product-advantages__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.product-advantage {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
	padding: 30px 24px 28px;
	border: 1px solid #dce6f1;
	border-radius: 16px;
	background: #fff;
	text-align: center;
	box-shadow: 0 8px 28px rgba(31, 37, 43, 0.045);
	transition:
		transform 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.product-advantage:hover {
	transform: translateY(-3px);
	border-color: #b7d6f6;
	box-shadow: 0 14px 36px rgba(31, 37, 43, 0.08);
}

.product-advantage__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	margin: 0 auto 20px;
}

.product-advantage__icon-image {
	display: block;
	width: 150px;
	height: 150px;
	object-fit: contain;
}

.product-advantage__title {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	margin: 0 0 14px;
	font-size: 21px;
	line-height: 1.28;
	font-weight: 600;
	color: #20252b;
	text-align: center;
}

.product-advantage__text {
	max-width: 300px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.55;
	color: #5b6470;
	text-align: center;
}

@media (max-width: 1180px) {
	.product-advantages__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.product-advantages {
		padding: 54px 0 62px;
	}

	.product-advantages__inner {
		width: min(100% - 24px, 560px);
	}

	.product-advantages__title {
		margin-bottom: 28px;
		font-size: 34px;
	}

	.product-advantages__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.product-advantage {
		padding: 26px 20px 24px;
	}

	.product-advantage__icon {
		width: 88px;
		height: 88px;
		margin-bottom: 18px;
	}

	.product-advantage__icon-image {
		width: 88px;
		height: 88px;
	}

	.product-advantage__title {
		min-height: 0;
		font-size: 19px;
	}
}


@media (max-width: 640px) {
	.product-task__icon,
	.product-solution-item__icon,
	.product-advantage__icon {
		width: 100px;
		height: 100px;
		flex-basis: 100px;
	}

	.product-task__icon-image,
	.product-solution-item__icon-image,
	.product-advantage__icon-image {
		width: 100px;
		height: 100px;
	}
}

.product-cases {
	padding: 82px 0 92px;
	background: #fff;
}

.product-cases__inner {
	width: min(100% - 48px, 1440px);
	margin: 0 auto;
}

.product-cases__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 0 0 38px;
}

.product-cases__title {
	margin: 0;
	font-size: clamp(34px, 3vw, 48px);
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.025em;
	color: #20252b;
}

.product-cases__controls {
	display: flex;
	align-items: center;
	gap: 10px;
}

.product-cases__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid #c9d9e9;
	border-radius: 50%;
	background: #fff;
	color: #0b73e0;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		opacity 0.2s ease;
}

.product-cases__arrow:hover,
.product-cases__arrow:focus {
	border-color: #0b73e0;
	background: #edf6ff;
	color: #0864c4;
}

.product-cases__arrow:disabled {
	opacity: 0.35;
	cursor: default;
}

.product-cases__viewport {
	overflow: hidden;
}

.product-cases__track {
	display: flex;
	gap: 22px;
	transition: transform 0.35s ease;
	will-change: transform;
}

.product-case {
	flex: 0 0 calc((100% - 44px) / 3);
	min-width: 0;
	overflow: hidden;
	border: 1px solid #dce6f1;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(31, 37, 43, 0.045);
	transition:
		transform 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.product-case:hover {
	transform: translateY(-4px);
	border-color: #b7d6f6;
	box-shadow: 0 16px 38px rgba(31, 37, 43, 0.09);
}

.product-case__link {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	color: inherit;
	text-decoration: none;
}

.product-case__link:hover,
.product-case__link:focus {
	color: inherit;
	text-decoration: none;
}

.product-case__media {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 310px;
	padding: 30px;
	background: #f6faff;
}

.product-case__image {
	display: block;
	width: 250px;
	height: 250px;
	object-fit: contain;
	object-position: center;
	transition: transform 0.35s ease;
}

.product-case:hover .product-case__image {
	transform: scale(1.04);
}

.product-case__placeholder {
	width: 250px;
	height: 250px;
	border-radius: 24px;
	background:
		radial-gradient(
			circle at 74% 34%,
			rgba(11, 115, 224, 0.22),
			transparent 24%
		),
		linear-gradient(135deg, #f6faff 0%, #dceeff 100%);
}

.product-case__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 0;
}

.product-case__services {
	display: flex;
	align-items: flex-start;
	min-height: 110px;
	padding: 22px 24px 18px;
	border-bottom: 1px solid #e4edf6;
	background: #fbfdff;
}

.product-case__tags {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 8px;
	margin: 0;
}

.product-case__tag {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 10px;
	border: 1px solid #cfe4f9;
	border-radius: 999px;
	background: #edf6ff;
	color: #0b73e0;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
}

.product-case__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 24px;
}

.product-case__title {
	display: flex;
	align-items: flex-start;
	min-height: 64px;
	margin: 0 0 14px;
	font-size: 22px;
	line-height: 1.28;
	font-weight: 600;
	color: #20252b;
}

.product-case__text {
	display: -webkit-box;
	overflow: hidden;
	min-height: 70px;
	margin: 0 0 22px;
	font-size: 15px;
	line-height: 1.55;
	color: #5b6470;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.product-case__more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	color: #0b73e0;
	font-size: 15px;
	font-weight: 600;
}

.product-case__more::after {
	content: "â†’";
	font-size: 18px;
	line-height: 1;
	transition: transform 0.2s ease;
}

.product-case:hover .product-case__more::after {
	transform: translateX(4px);
}

@media (max-width: 1050px) {
	.product-case {
		flex-basis: calc((100% - 22px) / 2);
	}
}

@media (max-width: 700px) {
	.product-cases {
		padding: 58px 0 66px;
	}

	.product-cases__inner {
		width: min(100% - 24px, 560px);
	}

	.product-cases__header {
		margin-bottom: 28px;
	}

	.product-cases__title {
		font-size: 34px;
	}

	.product-cases__arrow {
		width: 42px;
		height: 42px;
	}

	.product-cases__track {
		gap: 16px;
	}

	.product-case {
		flex-basis: 100%;
	}

	.product-case__media {
		height: 250px;
		padding: 20px;
	}

	.product-case__image,
	.product-case__placeholder {
		width: 210px;
		height: 210px;
	}

	.product-case__services {
		min-height: 88px;
		padding: 18px 20px 14px;
	}

	.product-case__body {
		padding: 22px 20px 20px;
	}

	.product-case__title {
		min-height: 0;
		font-size: 20px;
	}

	.product-case__text {
		min-height: 0;
	}
}

.product-why {
	padding: 82px 0 88px;
	background: #f6faff;
}

.product-why__inner {
	width: min(100% - 48px, 1440px);
	margin: 0 auto;
}

.product-why__title {
	margin: 0 0 40px;
	text-align: center;
	font-size: clamp(34px, 3vw, 48px);
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.025em;
	color: #20252b;
}

.product-why__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid #dce6f1;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(31, 37, 43, 0.045);
}

.product-why-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 190px;
	padding: 30px 24px;
	text-align: center;
}

.product-why-item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 34px;
	right: 0;
	bottom: 34px;
	width: 1px;
	background: #dce6f1;
}

.product-why-item__value {
	margin: 0 0 12px;
	font-size: clamp(34px, 3.6vw, 56px);
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.035em;
	color: #0b73e0;
}

.product-why-item__text {
	max-width: 240px;
	font-size: 15px;
	line-height: 1.5;
	color: #5b6470;
}

@media (max-width: 980px) {
	.product-why__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.product-why-item:nth-child(2)::after {
		display: none;
	}

	.product-why-item:nth-child(-n + 2) {
		border-bottom: 1px solid #dce6f1;
	}
}

@media (max-width: 640px) {
	.product-why {
		padding: 58px 0 64px;
	}

	.product-why__inner {
		width: min(100% - 24px, 560px);
	}

	.product-why__title {
		margin-bottom: 28px;
		font-size: 34px;
	}

	.product-why__grid {
		grid-template-columns: 1fr;
	}

	.product-why-item {
		min-height: 150px;
		padding: 24px 20px;
		border-bottom: 1px solid #dce6f1;
	}

	.product-why-item:last-child {
		border-bottom: 0;
	}

	.product-why-item::after {
		display: none;
	}
}

.product-faq {
	padding: 82px 0 92px;
	background: #fff;
}

.product-faq__inner {
	width: min(100% - 48px, 1180px);
	margin: 0 auto;
}

.product-faq__title {
	margin: 0 0 38px;
	text-align: center;
	font-size: clamp(34px, 3vw, 48px);
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.025em;
	color: #20252b;
}

.product-faq__list {
	border-top: 1px solid #dce6f1;
}

.product-faq-item {
	border-bottom: 1px solid #dce6f1;
}

.product-faq-item__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	padding: 24px 4px;
	border: 0;
	background: transparent;
	color: #20252b;
	text-align: left;
	cursor: pointer;
}

.product-faq-item__question-text {
	font-size: 20px;
	line-height: 1.35;
	font-weight: 600;
}

.product-faq-item__icon {
	position: relative;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border: 1px solid #c9d9e9;
	border-radius: 50%;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		transform 0.2s ease;
}

.product-faq-item__icon::before,
.product-faq-item__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	border-radius: 2px;
	background: #0b73e0;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease;
}

.product-faq-item__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.product-faq-item.is-open .product-faq-item__icon {
	border-color: #0b73e0;
	background: #edf6ff;
}

.product-faq-item.is-open .product-faq-item__icon::after {
	transform: translate(-50%, -50%) rotate(0);
}

.product-faq-item__answer {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition:
		max-height 0.3s ease,
		opacity 0.25s ease;
}

.product-faq-item.is-open .product-faq-item__answer {
	opacity: 1;
}

.product-faq-item__answer-inner {
	max-width: 940px;
	padding: 0 54px 26px 4px;
	font-size: 16px;
	line-height: 1.65;
	color: #5b6470;
}

.product-faq-item__answer-inner p {
	margin: 0 0 12px;
}

.product-faq-item__answer-inner p:last-child {
	margin-bottom: 0;
}

.product-faq-item__answer-inner ul,
.product-faq-item__answer-inner ol {
	margin: 12px 0;
	padding-left: 22px;
}

@media (max-width: 640px) {
	.product-faq {
		padding: 58px 0 66px;
	}

	.product-faq__inner {
		width: min(100% - 24px, 560px);
	}

	.product-faq__title {
		margin-bottom: 28px;
		font-size: 34px;
	}

	.product-faq-item__question {
		gap: 16px;
		padding: 20px 0;
	}

	.product-faq-item__question-text {
		font-size: 18px;
	}

	.product-faq-item__icon {
		flex-basis: 32px;
		width: 32px;
		height: 32px;
	}

	.product-faq-item__answer-inner {
		padding: 0 0 22px;
		font-size: 15px;
	}
}

/* =========================================================
   LanKey product-page — legacy visual system
   Keeps the new product-page architecture, but aligns it
   with the established LanKey product pages.
   ========================================================= */

.product-hero,
.product-tasks,
.product-solution,
.product-advantages,
.product-cases,
.product-why,
.product-faq {
	font-family: inherit;
	color: #080808;
}

.product-hero *,
.product-tasks *,
.product-solution *,
.product-advantages *,
.product-cases *,
.product-why *,
.product-faq * {
	box-sizing: border-box;
}

/* Shared section rhythm */
.product-hero,
.product-tasks,
.product-solution,
.product-advantages,
.product-cases,
.product-why,
.product-faq {
	padding-top: 100px;
	padding-bottom: 100px;
}

.product-hero,
.product-solution,
.product-cases,
.product-faq {
	background: #fff;
}

.product-tasks,
.product-advantages,
.product-why {
	background: #f8f8f8;
}

.product-hero__inner,
.product-tasks__inner,
.product-solution__inner,
.product-advantages__inner,
.product-cases__inner,
.product-why__inner {
	width: min(100% - 48px, 1440px);
	margin-right: auto;
	margin-left: auto;
}

.product-faq__inner {
	width: min(100% - 48px, 1180px);
	margin-right: auto;
	margin-left: auto;
}

/* Shared headings — closer to existing LanKey pages */
.product-hero__title,
.product-tasks__title,
.product-solution__title,
.product-advantages__title,
.product-cases__title,
.product-why__title,
.product-faq__title {
	font-family: inherit;
	color: #080808;
	font-style: normal;
	letter-spacing: normal;
}

.product-tasks__title,
.product-solution__title,
.product-advantages__title,
.product-cases__title,
.product-why__title,
.product-faq__title {
	margin: 0 0 50px;
	text-align: left;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.15;
}

/* Hero */
.product-hero {
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 90px;
}

.product-hero__inner {
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
	gap: 64px;
}

.product-hero__title {
	max-width: 820px;
	margin-bottom: 28px;
	font-size: clamp(46px, 4.3vw, 72px);
	font-weight: 500;
	line-height: 1.02;
}

.product-hero__description {
	max-width: 760px;
	margin-bottom: 36px;
	color: #080808;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.45;
	opacity: 1;
}

.product-hero__button {
	min-height: 54px;
	padding: 14px 28px;
	border: 0;
	border-radius: 0;
	background: #1647f6;
	box-shadow: none;
	color: #fff;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}

.product-hero__button:hover,
.product-hero__button:focus {
	background: #080808;
	box-shadow: none;
	color: #fff;
	transform: none;
}

.product-hero__benefits {
	gap: 18px 36px;
	margin-top: 38px;
}

.product-hero__benefit {
	gap: 10px;
	color: #080808;
	font-size: 15px;
	line-height: 1.4;
	opacity: 1;
}

.product-hero__benefit-icon {
	border-color: #1647f6;
	border-radius: 50%;
}

.product-hero__benefit-icon::after {
	border-right-color: #1647f6;
	border-bottom-color: #1647f6;
}

/* Tasks */
.product-tasks__grid {
	counter-reset: product-task;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.product-task {
	counter-increment: product-task;
	position: relative;
	align-items: flex-start;
	padding: 34px 28px 36px;
	border: 0;
	border-right: 1px solid #eaeaea;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	text-align: left;
	transition: background-color 0.2s ease;
}

.product-task:last-child {
	border-right: 0;
}

.product-task:hover {
	border-color: #eaeaea;
	background: #fff;
	box-shadow: none;
	transform: none;
}

.product-task::before {
	content: "0" counter(product-task);
	display: block;
	margin-bottom: 22px;
	color: #1647f6;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}

.product-task__icon {
	width: 150px;
	height: 150px;
	margin: 0 0 24px;
}

.product-task__icon-image {
	width: 150px;
	height: 150px;
}

.product-task__title {
	display: block;
	min-height: 54px;
	margin-bottom: 12px;
	color: #080808;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.28;
	text-align: left;
}

.product-task__text {
	max-width: none;
	margin: 0;
	color: #080808;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	opacity: 1;
}

/* Solution */
.product-solution__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}

.product-solution-item {
	padding: 34px 28px;
	border: 0;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	transition: background-color 0.2s ease;
}

.product-solution-item:hover {
	border-color: #eaeaea;
	background: #f8f8f8;
	box-shadow: none;
	transform: none;
}

.product-solution-item__icon,
.product-solution-item__icon-image {
	width: 150px;
	height: 150px;
}

.product-solution-item__title {
	min-height: 52px;
	color: #080808;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
}

.product-solution-item__text {
	color: #080808;
	font-size: 15px;
	line-height: 1.5;
	opacity: 1;
}

/* Advantages */
.product-advantages__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.product-advantage {
	padding: 34px 26px 36px;
	border: 0;
	border-right: 1px solid #eaeaea;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	transition: background-color 0.2s ease;
}

.product-advantage:last-child {
	border-right: 0;
}

.product-advantage:hover {
	border-color: #eaeaea;
	background: #fff;
	box-shadow: none;
	transform: none;
}

.product-advantage__icon,
.product-advantage__icon-image {
	width: 150px;
	height: 150px;
}

.product-advantage__title {
	min-height: 54px;
	color: #080808;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.28;
}

.product-advantage__text {
	color: #080808;
	font-size: 15px;
	line-height: 1.5;
	opacity: 1;
}

/* Cases */
.product-cases__header {
	margin-bottom: 42px;
}

.product-cases__controls {
	gap: 8px;
}

.product-cases__arrow {
	width: 48px;
	height: 48px;
	border: 1px solid #080808;
	border-radius: 0;
	background: #fff;
	color: #080808;
	font-family: inherit;
	font-size: 22px;
}

.product-cases__arrow:hover,
.product-cases__arrow:focus {
	border-color: #1647f6;
	background: #1647f6;
	color: #fff;
}

.product-case {
	border: 1px solid #eaeaea;
	border-radius: 0;
	box-shadow: none;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease;
}

.product-case:hover {
	border-color: #080808;
	box-shadow: none;
	transform: none;
}

.product-case__media {
	height: 310px;
	background: #f8f8f8;
}

.product-case__image {
	width: 250px;
	height: 250px;
}

.product-case:hover .product-case__image {
	transform: none;
}

.product-case__placeholder {
	width: 250px;
	height: 250px;
	border-radius: 0;
	background: #eaeaea;
}

.product-case__services {
	min-height: 110px;
	border-bottom: 1px solid #eaeaea;
	background: #fff;
}

.product-case__tag {
	min-height: 28px;
	padding: 5px 10px;
	border: 1px solid #eaeaea;
	border-radius: 0;
	background: #f8f8f8;
	color: #080808;
	font-size: 12px;
	font-weight: 500;
}

.product-case__body {
	padding: 26px 24px 24px;
}

.product-case__title {
	min-height: 64px;
	color: #080808;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.28;
}

.product-case__text {
	min-height: 70px;
	color: #080808;
	font-size: 15px;
	line-height: 1.5;
	opacity: 1;
}

.product-case__more {
	color: #1647f6;
	font-size: 15px;
	font-weight: 500;
}

.product-case__more::after {
	content: ">";
}

/* Why LanKey */
.product-why__grid {
	border: 1px solid #eaeaea;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

.product-why-item {
	min-height: 190px;
}

.product-why-item:not(:last-child)::after {
	background: #eaeaea;
}

.product-why-item__value {
	color: #080808;
	font-size: clamp(34px, 3.6vw, 56px);
	font-weight: 500;
	letter-spacing: normal;
}

.product-why-item__text {
	color: #080808;
	font-size: 15px;
	line-height: 1.5;
	opacity: 1;
}

/* FAQ — closer to existing LanKey accordion */
.product-faq__list {
	border-top: 1px solid #080808;
}

.product-faq-item {
	border-bottom: 1px solid #eaeaea;
}

.product-faq-item__question {
	padding: 28px 0;
	color: #080808;
}

.product-faq-item__question-text {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
}

.product-faq-item__icon {
	width: 44px;
	height: 44px;
	flex-basis: 44px;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.product-faq-item__icon::before,
.product-faq-item__icon::after {
	width: 24px;
	height: 2px;
	background: #080808;
}

.product-faq-item.is-open .product-faq-item__icon {
	border-color: transparent;
	background: transparent;
}

.product-faq-item__answer-inner {
	max-width: 900px;
	padding: 0 60px 30px 0;
	color: #080808;
	font-size: 18px;
	line-height: 1.5;
	opacity: 1;
}

/* Tablet */
@media (max-width: 1200px) {
	.product-hero,
	.product-tasks,
	.product-solution,
	.product-advantages,
	.product-cases,
	.product-why,
	.product-faq {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.product-tasks__title,
	.product-solution__title,
	.product-advantages__title,
	.product-cases__title,
	.product-why__title,
	.product-faq__title {
		margin-bottom: 36px;
		font-size: 40px;
	}

	.product-tasks__grid,
	.product-advantages__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.product-task:nth-child(2),
	.product-advantage:nth-child(2) {
		border-right: 0;
	}

	.product-task:nth-child(-n + 2),
	.product-advantage:nth-child(-n + 2) {
		border-bottom: 1px solid #eaeaea;
	}

	.product-solution__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Mobile */
@media (max-width: 700px) {
	.product-hero,
	.product-tasks,
	.product-solution,
	.product-advantages,
	.product-cases,
	.product-why,
	.product-faq {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.product-hero__inner,
	.product-tasks__inner,
	.product-solution__inner,
	.product-advantages__inner,
	.product-cases__inner,
	.product-why__inner,
	.product-faq__inner {
		width: min(100% - 24px, 560px);
	}

	.product-hero__title {
		font-size: 38px;
		line-height: 1.05;
	}

	.product-hero__description {
		font-size: 18px;
	}

	.product-tasks__title,
	.product-solution__title,
	.product-advantages__title,
	.product-cases__title,
	.product-why__title,
	.product-faq__title {
		margin-bottom: 28px;
		font-size: 25px;
		line-height: 1.2;
	}

	.product-tasks__grid,
	.product-solution__grid,
	.product-advantages__grid {
		grid-template-columns: 1fr;
	}

	.product-task,
	.product-advantage {
		border-right: 0;
		border-bottom: 1px solid #eaeaea;
		padding: 28px 0;
	}

	.product-task:last-child,
	.product-advantage:last-child {
		border-bottom: 0;
	}

	.product-task__icon,
	.product-task__icon-image,
	.product-solution-item__icon,
	.product-solution-item__icon-image,
	.product-advantage__icon,
	.product-advantage__icon-image {
		width: 100px;
		height: 100px;
		flex-basis: 100px;
	}

	.product-solution-item {
		padding: 28px 20px;
	}

	.product-case__media {
		height: 250px;
	}

	.product-case__image,
	.product-case__placeholder {
		width: 210px;
		height: 210px;
	}

	.product-case__services {
		min-height: 88px;
		padding: 18px 20px 14px;
	}

	.product-case__body {
		padding: 22px 20px 20px;
	}

	.product-why-item {
		min-height: 150px;
	}

	.product-faq-item__question {
		padding: 22px 0;
	}

	.product-faq-item__question-text {
		font-size: 18px;
	}

	.product-faq-item__icon {
		width: 34px;
		height: 34px;
		flex-basis: 34px;
	}

	.product-faq-item__answer-inner {
		padding: 0 0 24px;
		font-size: 16px;
	}
}

/* End */
/* /local/templates/lankey/components/bitrix/catalog/otrasli/style.min.css?1723041552959 */
/* /local/templates/lankey/components/bitrix/catalog/otrasli/bitrix/catalog.element/product-page/style.css?178902635631971 */
