.static-info {
	height: 560px;
	margin-bottom: 80px;
}

.static-info .info-background {
	height: 560px;
}

.static-info .info-blocks {
	bottom: -45px;
}

.static-info .info-blocks .info-block__highlighted {
	font-size: 28px;
	word-break: break-word;
}

.static-info .info-blocks .info-block__text {
	font-size: 18px;
	line-height: 1.25;
}

.static-content {
	padding: 0 24px 70px;
}

.static-content__eyebrow {
	color: #db593e;
	font-size: 13px;
	font-weight: 700;
	margin: 0 auto 12px;
	max-width: 1120px;
	text-align: center;
	text-transform: uppercase;
}

.static-content .featured-items {
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 44px;
	justify-content: center;
	margin-bottom: 0;
}

.static-content .featured-items .featured-item {
	max-width: 320px;
}

.static-content .featured-item__content p {
	margin: 0 0 10px;
}

.static-content .featured-item__content p:last-child {
	margin-bottom: 0;
}

.cms-admin {
	background: #f8f8f8;
	min-height: 100vh;
	padding: 48px 20px;
}

.cms-admin__shell {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 44px rgba(0, 0, 0, .1);
	margin: 0 auto;
	max-width: 1120px;
	padding: 28px;
}

.cms-admin h1,
.cms-admin h2 {
	color: #3c393a;
	font-weight: 700;
	margin-top: 0;
}

.cms-admin label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin: 18px 0 6px;
}

.cms-admin input,
.cms-admin select,
.cms-admin textarea {
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	padding: 10px 12px;
	width: 100%;
}

.cms-admin textarea {
	min-height: 110px;
}

.cms-admin__row {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cms-admin__actions {
	display: flex;
	gap: 12px;
	margin-top: 22px;
}

.cms-admin__button {
	background: linear-gradient(94.18deg, #3685fc 1.25%, #3e5bd5 90.64%), #fff;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	padding: 12px 18px;
	text-transform: uppercase;
}

.cms-admin__notice {
	background: #e8ffed;
	border-radius: 5px;
	color: #26723b;
	margin-bottom: 16px;
	padding: 12px 14px;
}

.cms-admin__error {
	background: #fff0ec;
	border-radius: 5px;
	color: #b93b1f;
	margin-bottom: 16px;
	padding: 12px 14px;
}

@media(max-width: 768px) {
	.static-info {
		height: 480px;
		margin-bottom: 90px;
	}

	.static-info .info-background {
		height: 430px;
	}

	.static-info .info-blocks {
		bottom: -64px;
	}

	.cms-admin__row {
		grid-template-columns: 1fr;
	}
}
