.download-cta {
	min-width: 1200px;
	width: min(calc(100% - 48px), 1391px);
	height: 958px;
	margin: 0 auto;
	border-radius: 100px 100px 0 0;
	background: linear-gradient(104.817deg, #0099aa -1.54%, #80c700 98.02%);
	color: #fff;
}

.download-cta__inner {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.download-cta__content { position: absolute; top: 104px; left: 10px; width: 470px; }
.download-cta__content h2 { margin: 0; color: #fff; font-size: 48px; line-height: 1.4; white-space: nowrap; }
.download-cta__document { width: 387px; height: 222px; margin: 24px 0 0 -10px; border-radius: 5px; object-fit: cover; box-shadow: 0 0 34px -10px rgba(0, 0, 0, 0.25); }
.download-cta__description { margin: 25px 0 0; font-size: 15px; font-weight: 500; line-height: 2; }

.download-cta__benefits { padding: 0; margin: 23px 0 0 10px; list-style: none; }
.download-cta__benefits li { display: flex; align-items: center; gap: 10px; height: 37px; font-size: 16px; font-weight: 700; line-height: 2.3; letter-spacing: 0.8px; }
.download-cta__benefits li::before { display: grid; width: 16px; height: 16px; flex: 0 0 16px; place-items: center; color: #fff; content: '✓'; font-size: 16px; font-weight: 700; line-height: 1; }

.download-cta__form-panel {
	position: absolute;
	top: 128px;
	right: 0;
	width: 634px;
	height: 713px;
	padding: 55px 44px 44px 50px;
	border-radius: 100px;
	background: #f3f4f9;
	color: #000;
}

.download-cta__form-panel h3 {
	margin: 0 0 44px;
	background: linear-gradient(132.628deg, #80c700 6.023%, #0099aa 103.26%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-size: 28px;
	font-weight: 900;
	line-height: 2;
	text-align: center;
}

.download-cta__fields { display: grid; gap: 13px; }
.download-field { display: grid; grid-template-columns: 130px 1fr; height: 45px; font-size: 15px; font-weight: 500; line-height: 2; }
.download-field span { display: flex; align-items: center; justify-content: center; border-radius: 10px 0 0 10px; background: #86bc25; color: #fff; }
.download-field input { width: 100%; min-width: 0; height: 45px; padding: 0 20px; border: 0; border-radius: 0 10px 10px 0; outline: 0; background: #fff; color: #333; font: inherit; }
.download-field input::placeholder { color: #bababa; opacity: 1; }
.download-field input:focus { box-shadow: inset 0 0 0 2px #86bc25; }

.download-cta__consent { display: flex; align-items: center; justify-content: center; gap: 13px; margin: 27px 0 0; font-size: 15px; font-weight: 500; line-height: 2; }
.download-cta__consent input {
	appearance: none;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	margin: 0;
	border: 1px solid #86bc25;
	border-radius: 5px;
	background: #fff;
	cursor: pointer;
}
.download-cta__consent input:checked {
	border: 0;
	background: linear-gradient(132.628deg, #80c700 6.023%, #0099aa 103.26%);
}
.download-cta__consent input:checked::after {
	display: block;
	width: 7px;
	height: 13px;
	margin: 6px auto 0;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
	transform: rotate(45deg);
}
.download-cta__consent span { cursor: pointer; }

.download-cta__button { display: flex; align-items: center; justify-content: space-between; width: 265px; height: 56px; padding: 0 24px 0 53px; margin: 53px auto 0; border-radius: 10px; background: #000; color: #fff; font-size: 14px; font-weight: 700; line-height: 2; text-decoration: none; }
.download-cta__button img { width: 24px; height: 24px; transform: rotate(90deg); }
.download-cta__button .ds-css-arrow { width: 18px; height: 13px; }
.download-cta__button:hover { opacity: 0.82; }

.download-cta__notice { position: absolute; right: 0; bottom: 42px; left: 0; margin: 0; font-size: 13px; font-weight: 500; line-height: 1.6; text-align: center; }
