

/* Start:/local/templates/ezetek/components/bitrix/news/proizvodstvo/bitrix/news.detail/landing/style.css?178783710111318*/
html:has(.ez-land) {
	scroll-behavior: smooth;
}

/* production landing */

body:has(.ez-land) .top-title .head-title {
	display: none;
}

.ez-land {
	display: flex;
	flex-direction: column;
	gap: 48px;
	padding-bottom: 24px;
	color: #373435;
}

.ez-land h2 {
	margin: 0 0 24px;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.3;
	color: #373435;
}

.ez-land h3 {
	margin: 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	color: #373435;
}

.ez-land p {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #5c5c5c;
}

.ez-land-hero {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column-reverse;
	gap: 24px;
	padding: 24px 20px;
	border: 1px solid #ececec;
	border-radius: 24px;
	background: linear-gradient(145deg, #f6f8fd 0%, #fff 62%);
}

.ez-land-hero__text {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	min-width: 0;
}

.ez-land-hero__badge {
	display: inline-flex;
	margin: 0;
	padding: 8px 14px;
	border: 1px solid rgb(53 78 158 / 0.15);
	border-radius: 20px;
	background: #fff;
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #354e9e;
	text-transform: uppercase;
}

.ez-land-hero .button-brand {
	position: relative;
	z-index: 3;
	border: 0;
	cursor: pointer;
	font: inherit;
	transition: transform 0.2s, box-shadow 0.2s;
}

.ez-land-hero .button-brand:hover {
	box-shadow: 0 8px 24px rgb(53 78 158 / 0.22);
	transform: translateY(-1px);
}

.ez-land-hero__text h1 {
	margin: 0;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.15;
	color: #373435;
}

.ez-land-hero__text h1::after {
	content: '';
	display: block;
	width: 56px;
	height: 4px;
	margin-top: 14px;
	border-radius: 2px;
	background-image: linear-gradient(90deg, #3551a2, #2e90e2);
}

.ez-land-hero__lead {
	max-width: 42rem;
}

.ez-land-hero__lead p {
	font-size: 16px;
	line-height: 1.55;
	color: #5c5c5c;
}

.ez-land-hero__actions {
	padding-top: 4px;
}

.ez-land-hero__media {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 16px 40px rgb(53 78 158 / 0.12);
	aspect-ratio: 16 / 10;
}

.ez-land-hero__media img,
.ez-land-hero__media picture {
	display: block;
	width: 100%;
	height: 100%;
}

.ez-land-hero__media img {
	object-fit: cover;
	object-position: center;
}

.ez-land-section__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 24px;
	margin-bottom: 24px;
}

.ez-land .ez-land-section__head h2 {
	margin: 0;
	line-height: 1.1;
}

.ez-land-steps {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.ez-land-steps-intro {
	padding: 20px 24px;
	border-left: 4px solid #354e9e;
	border-radius: 0 16px 16px 0;
	background: #f6f8fd;
}

.ez-land-steps-intro p {
	font-size: 16px;
	line-height: 1.55;
	color: #5c5c5c;
}

.ez-land-steps-intro p:not(:last-child),
.ez-land-steps-intro ul:not(:last-child),
.ez-land-steps-intro ol:not(:last-child) {
	margin-bottom: 12px;
}

.ez-land-steps-intro ul,
.ez-land-steps-intro ol {
	margin: 0;
	padding-left: 1.2em;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ez-land-steps-intro ul li {
	list-style: disc;
}

.ez-land-steps-intro ol li {
	list-style: decimal;
}

.ez-land-steps-intro li {
	font-size: 16px;
	line-height: 1.55;
	color: #5c5c5c;
}

.ez-land-steps__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.ez-land-step {
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	padding: 20px;
	border: 1px solid #ececec;
	border-radius: 16px;
	background: #fff;
}

.ez-land-step::before {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	border-radius: 2px;
	background-image: linear-gradient(90deg, #3551a2, #2e90e2);
}

.ez-land-step__title {
	margin: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.35;
	color: #373435;
}

.ez-land-step p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #5c5c5c;
}

.ez-land-steps-result {
	padding: 24px;
	border: 1px solid #ececec;
	border-radius: 16px;
	background: #fff;
}

.ez-land .ez-land-steps-result__label {
	margin: 0 0 24px;
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.ez-land-steps-result__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ez-land-steps-result__list li {
	position: relative;
	padding-left: 28px;
	font-size: 14px;
	line-height: 1.5;
	color: #5c5c5c;
}

.ez-land-steps-result__list li::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 18px;
	height: 18px;
	background: url('/local/templates/ezetek/img/check-mark-white.svg') center / 12px no-repeat;
	background-color: #354e9e;
	border-radius: 50%;
}

.ez-land-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.ez-land-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 20px;
	border: 1px solid #ececec;
	border-radius: 16px;
	background: #fff;
}

.ez-land-card--accent {
	border-color: transparent;
	background: #f6f8fd;
}

.ez-land-card h3,
.ez-land-card p,
.ez-land-check li,
.ez-land-tech p,
.ez-land-plus-card__text {
	font-size: 14px;
	line-height: 1.5;
}

.ez-land-card__text p:not(:last-child) {
	margin-bottom: 12px;
}

.ez-land-check {
	padding: 24px;
	border-radius: 16px;
	background: #f6f8fd;
}

.ez-land-check ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ez-land-check li {
	position: relative;
	padding-left: 28px;
	color: #5c5c5c;
}

.ez-land-check li::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 18px;
	height: 18px;
	background: url('/local/templates/ezetek/img/check-mark-white.svg') center / 12px no-repeat;
	background-color: #354e9e;
	border-radius: 50%;
}

.ez-land-nav-btns {
	display: flex;
	gap: 12px;
}

.ez-land-btn {
	display: grid;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--Grey_4, #f2f2f2);
	cursor: pointer;
	place-items: center;
}

.ez-land-btn:hover {
	background: var(--Blue_4, #354e9e);
}

.ez-land-btn:hover path {
	fill: #fff;
}

.ez-land-btn.swiper-button-disabled {
	opacity: 0.4;
	cursor: default;
}

.ez-land-dirs-swiper,
.ez-land-gallery-swiper {
	overflow: hidden;
}

.ez-land-dirs-swiper .swiper-slide,
.ez-land-gallery-swiper .swiper-slide {
	height: auto;
}

.ez-land-dir {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 16px;
	border: 1px solid #ececec;
	border-radius: 8px;
	background: #fff;
}

.ez-land-dir a {
	position: absolute;
	inset: 0;
	z-index: 2;
}

.ez-land-dir:hover {
	border-color: #354e9e;
}

.ez-land-dir__image {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 6px;
}

.ez-land-dir__image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ez-land-dir h3 {
	padding: 16px 8px 4px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	color: #354e9e;
	text-align: center;
}

.ez-land-tech__body,
.ez-land-form {
	display: grid;
	gap: 24px;
}

.ez-land-stack {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ez-land-tech-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	padding: 20px;
	border: 1px solid #ececec;
	border-radius: 16px;
	background: #fff;
}

.ez-land-tech-card::before {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	border-radius: 2px;
	background-image: linear-gradient(90deg, #3551a2, #2e90e2);
}

.ez-land-tech-card h3 {
	margin: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.35;
	color: #373435;
}

.ez-land-tech-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #5c5c5c;
}

.ez-land-tech__media {
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 16px 40px rgb(53 78 158 / 0.12);
}

.ez-land-tech__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ez-land-plus__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.ez-land-plus-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	height: 100%;
	padding: 20px;
	border: 1px solid #ececec;
	border-radius: 16px;
	background: #fff;
}

.ez-land-plus-card::before {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	border-radius: 2px;
	background-image: linear-gradient(90deg, #3551a2, #2e90e2);
}

.ez-land-plus-card__title {
	margin: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.35;
	color: #354e9e;
}

.ez-land-plus-card__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #5c5c5c;
}

.ez-land-slide {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: 8px;
}

.ez-land-slide img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ez-land-form {
	padding: 24px;
	border-radius: 20px;
	background: #f6f8fd;
}

.ez-land-form .order__left-checkbox:has(.hidden-input._error) .order__left-checkbox-cust {
	border-color: #e30613;
	box-shadow: 0 0 0 3px rgb(227 6 19 / 0.18);
}

.ez-land-form .order__left-checkbox:has(.hidden-input._error) .order__left-cust-text {
	color: inherit;
}

.ez-land-html {
	font-size: 16px;
	line-height: 1.55;
	color: #5c5c5c;
}

.ez-land-html p:not(:last-child),
.ez-land-html ul:not(:last-child),
.ez-land-html ol:not(:last-child) {
	margin-bottom: 16px;
}

.ez-land-html ul,
.ez-land-html ol {
	margin: 0;
	padding-left: 1.2em;
}

.ez-land-html ul li {
	list-style: disc;
}

.ez-land-html ol li {
	list-style: decimal;
}

.ez-land-html h2,
.ez-land-html h3,
.ez-land-html h4 {
	margin: 0 0 16px;
}

@media (min-width: 992px) {
	.ez-land {
		gap: 64px;
	}

	.ez-land h2 {
		margin-bottom: 32px;
		font-size: 36px;
	}

	.ez-land-hero {
		display: grid;
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
		align-items: center;
		gap: 48px;
		padding: 40px 48px;
	}

	.ez-land-hero__text {
		gap: 20px;
	}

	.ez-land-hero__text h1 {
		font-size: 42px;
	}

	.ez-land-hero__text h1::after {
		width: 72px;
		margin-top: 18px;
	}

	.ez-land-hero__lead p {
		font-size: 18px;
	}

	.ez-land-hero .button-brand {
		padding: 20px 32px;
		border-radius: 28px;
	}

	.ez-land-hero .button-brand__text {
		font-size: 16px;
	}

	.ez-land-card h3,
	.ez-land-card p,
	.ez-land-check li,
	.ez-land-tech p,
	.ez-land-plus-card__text {
		font-size: 18px;
	}

	.ez-land-plus__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}

	.ez-land-plus-card__title {
		font-size: 18px;
	}

	.ez-land-steps {
		gap: 28px;
	}

	.ez-land-steps-intro p {
		font-size: 18px;
	}

	.ez-land-steps__grid {
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
		gap: 24px;
	}

	.ez-land-step__title {
		font-size: 18px;
	}

	.ez-land-step p,
	.ez-land-steps-result__list li {
		font-size: 16px;
	}

	.ez-land-tech__intro p,
	.ez-land-tech-card p {
		font-size: 16px;
	}

	.ez-land-tech-card h3 {
		font-size: 18px;
	}

	.ez-land-html {
		font-size: 18px;
	}

	.ez-land-steps-result__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px 32px;
	}

	.ez-land-steps-result__label {
		font-size: 14px;
	}

	.ez-land-tech__body:has(.ez-land-stack):has(.ez-land-tech__media),
	.ez-land-form {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		align-items: start;
		gap: 48px;
	}
}

/* End */
/* /local/templates/ezetek/components/bitrix/news/proizvodstvo/bitrix/news.detail/landing/style.css?178783710111318 */
