.agro-page {
	background: #fff;
	overflow: hidden;
	color: #101010;
}

.agro-page *,
.agro-page *::before,
.agro-page *::after {
	box-sizing: border-box;
}

.agro-hero .section-1__undertitle {
	max-width: 760px;
	color: #fff;
	font-size: 22px;
	line-height: 1.45;
	text-shadow: 0 2px 16px rgba(0, 0, 0, .45);
}

.agro-hero.section-1_tent {
	position: relative;
	overflow: hidden;
	background-position: center;
}

.agro-hero.section-1_tent::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(90deg, rgba(5, 10, 24, .78) 0%, rgba(5, 10, 24, .58) 42%, rgba(5, 10, 24, .32) 100%),
		linear-gradient(0deg, rgba(5, 10, 24, .30), rgba(5, 10, 24, .30));
	pointer-events: none;
}

.agro-hero .section-1__container {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}

.agro-hero,
.agro-hero .section-1__title,
.agro-hero .section-1__undertitle,
.agro-hero .section-1__list-item,
.agro-hero .breadcrumbs,
.agro-hero .breadcrumbs a,
.agro-hero .breadcrumbs span,
.agro-hero .breadcrumbs__current {
	color: #fff;
}

.agro-hero .breadcrumbs {
	background: transparent;
	text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

.agro-hero .section-1__title {
	text-shadow: 0 3px 18px rgba(0, 0, 0, .42);
}

.agro-hero .section-1__list {
	max-width: 760px;
	align-items: flex-start;
}

.agro-hero .section-1__list-item {
	text-shadow: 0 2px 14px rgba(0, 0, 0, .40);
}

.agro-hero .section-1__footer {
	width: 100%;
	justify-content: flex-start;
}

.agro-section {
	padding: 80px 0;
}

.agro-hero .section-1__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	align-items: center;
	justify-content: flex-start;
}

.agro-hero__button,
.agro-cta ._main-btn,
.agro-product__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
	padding: 16px 28px;
	border-radius: 8px;
	white-space: normal;
	line-height: 1.2;
	text-align: center;
	font: inherit;
	font-size: 17px;
	font-weight: 800;
}

.agro-hero__button_primary {
	color: #fff;
}

.agro-hero__button_secondary {
	border: 1.5px solid rgba(255, 255, 255, .72);
	background: rgba(255, 255, 255, .08);
	color: #fff;
	cursor: pointer;
	transition: background .16s ease, border-color .16s ease;
}

.agro-hero__button_secondary:hover {
	background: rgba(255, 255, 255, .18);
	border-color: #fff;
}

.agro-section_gray {
	background: #f4f6fb;
}

.agro-head {
	margin-bottom: 36px;
}

.agro-card-grid,
.agro-feature-grid,
.agro-products__grid,
.agro-steps {
	display: grid;
	gap: 24px;
}

.agro-card-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.agro-purpose-card,
.agro-feature,
.agro-step,
.agro-faq__item,
.agro-cta {
	border: 1px solid rgba(23, 31, 64, .12);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(16, 24, 48, .07);
}

.agro-purpose-card {
	display: flex;
	grid-column: span 2;
	min-height: 100%;
	flex-direction: column;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: transform .18s ease, box-shadow .18s ease;
}

.agro-purpose-card_wide {
	grid-column: 1 / -1;
	flex-direction: row;
}

.agro-purpose-card_wide .agro-purpose-card__image {
	flex: 0 0 34%;
	aspect-ratio: auto;
}

.agro-purpose-card_wide .agro-purpose-card__body {
	align-content: center;
	flex: 1;
}

.agro-purpose-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 22px 48px rgba(16, 24, 48, .12);
}

.agro-purpose-card__image {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #e9edf7;
}

.agro-purpose-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.agro-purpose-card__body {
	display: grid;
	gap: 12px;
	padding: 24px;
}

.agro-purpose-card__body strong,
.agro-feature h3 {
	font-size: 22px;
	line-height: 1.2;
}

.agro-purpose-card__body span,
.agro-feature p,
.agro-faq__item p {
	color: #515151;
	font-size: 17px;
	line-height: 1.55;
}

.agro-feature-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.agro-feature {
	padding: 26px;
}

.agro-feature h3 {
	margin-bottom: 12px;
	color: #183eb1;
}

.agro-inline-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	min-height: 64px;
	width: fit-content;
	margin: 32px auto 0;
	padding: 16px 28px;
	white-space: normal;
	line-height: 1.2;
	text-align: center;
}

.agro-split {
	display: grid;
	gap: 30px;
	align-items: start;
	padding: 34px;
	border: 1px solid rgba(23, 31, 64, .12);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(16, 24, 48, .07);
}

.agro-split > * {
	min-width: 0;
}

.agro-factor-list {
	counter-reset: agro-factor;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.agro-factor {
	counter-increment: agro-factor;
	position: relative;
	min-height: 150px;
	padding: 24px 24px 24px 92px;
	border-radius: 12px;
	background: #f4f6ff;
	overflow: hidden;
}

.agro-factor::before {
	content: counter(agro-factor, decimal-leading-zero);
	position: absolute;
	top: 24px;
	left: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #5263c8;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
}

.agro-factor::after {
	content: "";
	position: absolute;
	right: -28px;
	bottom: -28px;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	background: rgba(82, 99, 200, .09);
}

.agro-factor h3 {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
}

.agro-factor p {
	color: #515151;
	font-size: 16px;
	line-height: 1.5;
}

.agro-product-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 26px;
}

.agro-product-filter__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	border: 1px solid rgba(82, 99, 200, .24);
	border-radius: 8px;
	background: #fff;
	color: #183eb1;
	font: inherit;
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
	transition: background .16s ease, color .16s ease, border-color .16s ease;
}

.agro-product-filter__button.is-active,
.agro-product-filter__button:hover {
	border-color: #5263c8;
	background: #5263c8;
	color: #fff;
}

.agro-products__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.agro-product {
	display: flex;
	height: 100%;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(23, 31, 64, .12);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(16, 24, 48, .07);
}

.agro-product[hidden] {
	display: none;
}

.agro-product__image {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #e9edf7;
}

.agro-product__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.agro-product__body {
	display: grid;
	gap: 18px;
	flex: 1;
	padding: 24px 24px 0;
}

.agro-product__body h3 {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.agro-product__specs {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.agro-product__specs li {
	display: flex;
	gap: 14px;
	justify-content: space-between;
	border-bottom: 1px solid rgba(23, 31, 64, .08);
	padding-bottom: 10px;
	color: #515151;
	font-size: 16px;
	line-height: 1.35;
}

.agro-product__specs b {
	color: #101010;
	font-weight: 800;
	text-align: right;
}

.agro-product__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding: 22px 24px 24px;
}

.agro-product__more,
.agro-product__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 20px;
	text-align: center;
	text-decoration: none;
}

.agro-product__more {
	border: 1px solid rgba(82, 99, 200, .25);
	border-radius: 8px;
	color: #5263c8;
	font-weight: 800;
}

.agro-cta {
	display: grid;
	gap: 32px;
	align-items: start;
	padding: 36px;
}

.agro-cta ._main-btn {
	justify-self: center;
}

.agro-cta ._section-subtitle {
	margin-bottom: 0;
}

.agro-steps {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.agro-step {
	padding: 24px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.agro-step span {
	display: block;
	margin-bottom: 16px;
	color: #5263c8;
	font-size: 30px;
	font-weight: 800;
}

.agro-faq {
	display: grid;
	gap: 14px;
}

.agro-faq__item {
	padding: 22px 26px;
}

.agro-faq__item summary {
	cursor: pointer;
	font-size: 20px;
	font-weight: 800;
}

.agro-faq__item p {
	margin-top: 14px;
}

.agro-links-section {
	padding-top: 50px;
}

.agro-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.agro-links a {
	display: inline-flex;
	align-items: center;
	min-height: 46px;
	padding: 10px 18px;
	border: 1px solid rgba(82, 99, 200, .25);
	border-radius: 8px;
	background: #f4f6ff;
	color: #183eb1;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 1100px) {
	.agro-feature-grid,
	.agro-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.agro-purpose-card,
	.agro-purpose-card_wide {
		grid-column: auto;
	}

	.agro-purpose-card_wide {
		flex-direction: column;
	}

	.agro-purpose-card_wide .agro-purpose-card__image {
		flex-basis: auto;
		aspect-ratio: 16 / 9;
	}

	.agro-split,
	.agro-products__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.agro-section {
		padding: 54px 0;
	}

	.agro-card-grid,
	.agro-feature-grid,
	.agro-factor-list,
	.agro-steps {
		grid-template-columns: 1fr;
	}

	.agro-factor {
		min-height: auto;
		padding: 22px 20px 22px 82px;
	}

	.agro-cta {
		padding: 24px;
	}

	.agro-split {
		padding: 22px;
	}

	.agro-hero__button,
	.agro-inline-btn,
	.agro-cta ._main-btn,
	.agro-product__more,
	.agro-product__button {
		width: 100%;
	}

	.agro-purpose-card__body,
	.agro-feature,
	.agro-step,
	.agro-faq__item {
		padding: 20px;
	}
}
