/* ===== CASE_6_1 ===== */
.case_6_1 {
	position: relative;
	background: #fafafa;
	padding: 60px 0;
}

.case_6_1-block {
	background: #ffffff;
	border-radius: 32px;
	padding: 80px 0 90px 62px;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	align-items: center;
	gap: 45px;
	overflow: hidden;
	backdrop-filter: blur(24px);
	box-shadow:
		0px 5px 12px 0px rgba(242, 244, 242, 0.98),
		0px 22px 22px 0px rgba(242, 244, 242, 0.85),
		0px 49px 29px 0px rgba(242, 244, 242, 0.50),
		0px 87px 35px 0px rgba(242, 244, 242, 0.15),
		0px 136px 38px 0px rgba(242, 244, 242, 0.02);
}

.case_6_1-title {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 24px 0;
	animation-delay: 0.5s;
}

.case_6_1-description {
	font-size: 16px;
	color: #222229;
	line-height: 1.5;
	margin: 0;
	animation-delay: 1s;
}

.case_6_1-interface {
	border-radius: 12px;
	overflow: visible;
	margin-right: -30%;
	border: 1px solid #F5F5F5;
	box-shadow:
		0px 5px 12px 0px rgba(242, 244, 242, 0.98),
		0px 22px 22px 0px rgba(242, 244, 242, 0.85),
		0px 49px 29px 0px rgba(242, 244, 242, 0.50),
		0px 87px 35px 0px rgba(242, 244, 242, 0.15),
		0px 136px 38px 0px rgba(242, 244, 242, 0.02);
}

.case_6_1-image {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

/* ===== CASE_6_2 ===== */
.case_6_2 {
	position: relative;
	padding: 60px 0;
}

.case_6_2-block {
	background: #ffffff;
	border-radius: 32px;
	padding: 62px 44px;
	box-shadow:
		0px 5px 12px 0px rgba(242, 244, 242, 0.98),
		0px 22px 22px 0px rgba(242, 244, 242, 0.85),
		0px 49px 29px 0px rgba(242, 244, 242, 0.50),
		0px 87px 35px 0px rgba(242, 244, 242, 0.15),
		0px 136px 38px 0px rgba(242, 244, 242, 0.02);
	backdrop-filter: blur(24px);
}

.case_6_2-title {
	font-size: 32px;
	font-weight: 700;
	color: #000;
	line-height: 1.1;
	margin: 0 0 44px 0;
	animation-delay: 0.5s;
}

.case_6_2-item {
	display: grid;
	grid-template-columns: 1fr 402px;
	gap: 24px;
}

.case_6_2-content {
	animation-delay: 1s;
}

.case_6_2-content p {
	font-size: 24px;
	color: #000;
	line-height: 1.5;
}

.case_6_2-content p:not(:last-child) {
	margin-bottom: 24px;
}

.case_6_2-image {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

/* ===== CASE_6_3 ===== */
.case_6_3 {
	position: relative;
	background: #fafafa;
	padding: 120px 0;
}

.case_6_3-heading {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 32px;
	animation-delay: 0.5s;
}

.case_6_3-title {
	font-size: 32px;
	font-weight: 700;
	color: #222229;
	line-height: 1.1;
	margin: 0;
}

.case_6_3-subtitle {
	font-size: 16px;
	color: #222229;
	line-height: 1.5;
	margin: 0;
}

.case_6_3-items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
	align-items: stretch;
	animation-delay: 1s;
}

.case_6_3-item {
	border-radius: 24px;
	padding: 32px 24px;
	display: flex;
	flex-direction: column;
	min-height: 200px;
	backdrop-filter: blur(24px);
	box-shadow:
		0px 5px 12px 0px rgba(242, 244, 242, 0.98),
		0px 22px 22px 0px rgba(242, 244, 242, 0.85),
		0px 49px 29px 0px rgba(242, 244, 242, 0.50),
		0px 87px 35px 0px rgba(242, 244, 242, 0.15),
		0px 136px 38px 0px rgba(242, 244, 242, 0.02);
}

.case_6_3-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 59px;
	position: relative;
}

.case_6_3-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.case_6_3-item-title {
	font-size: 20px;
	font-weight: 700;
	color: #222229;
	line-height: 1.5;
	margin: 0 0 12px 0;
}

.case_6_3-item-description {
	font-size: 16px;
	color: #222229;
	line-height: 1.5;
	margin: 0;
	flex: 1;
}

.case_6_3-item-text {
	font-size: 20px;
	color: #ffffff;
	line-height: 1.5;
	margin: auto 0 0 0;
}

/* ===== CASE_6_4 ===== */
.case_6_4 {
	position: relative;
	background: #fafafa;
	padding: 80px 0;
}

.case_6_4-block {
	background: #ffffff;
	border-radius: 32px;
	padding: 62px 44px;
	text-align: center;
	backdrop-filter: blur(24px);
	box-shadow:
		0px 5px 12px 0px rgba(242, 244, 242, 0.98),
		0px 22px 22px 0px rgba(242, 244, 242, 0.85),
		0px 49px 29px 0px rgba(242, 244, 242, 0.50),
		0px 87px 35px 0px rgba(242, 244, 242, 0.15),
		0px 136px 38px 0px rgba(242, 244, 242, 0.02);
}

.case_6_4-content {
	max-width: 506px;
	margin: 0 auto;
}

.case_6_4-image {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 44px;
	animation-delay: 0.5s;
}

.case_6_4-title {
	font-size: 32px;
	font-weight: 700;
	color: #222229;
	line-height: 1.1;
	margin: 0 0 12px 0;
	animation-delay: 1s;
}

.case_6_4-description {
	font-size: 16px;
	color: #222229;
	line-height: 1.5;
	margin: 0;
	animation-delay: 1.5s;
}

/* ===== CASE_6_5 ===== */
.case_6_5 {
	position: relative;
	background: #fafafa;
	padding: 120px 0;
}

.case_6_5-title {
	font-size: 32px;
	font-weight: 700;
	color: #222229;
	line-height: 1.1;
	margin: 0 0 12px 0;
	animation-delay: 0.5s;
}

.case_6_5-subtitle {
	font-size: 20px;
	color: #222229;
	line-height: 1.5;
	margin: 0 0 32px 0;
	animation-delay: 1s;
}

.case_6_5-images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: start;
}

.case_6_5-image-item {
	text-align: left;
	background: #ffffff;
	border-radius: 32px;
	padding: 32px 38px;
	backdrop-filter: blur(24px);
	box-shadow:
		0px 5px 12px 0px rgba(242, 244, 242, 0.98),
		0px 22px 22px 0px rgba(242, 244, 242, 0.85),
		0px 49px 29px 0px rgba(242, 244, 242, 0.50),
		0px 87px 35px 0px rgba(242, 244, 242, 0.15),
		0px 136px 38px 0px rgba(242, 244, 242, 0.02);
	animation-delay: 1s;
}

.case_6_5-image-item--full {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: 32px;
	align-items: start;
}

.case_6_5-image-item--full .case_6_5-image {
	margin-bottom: 0;
	text-align: center;
	border-radius: 24px;
}

.case_6_5-image {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 20px;
	box-shadow: 0px 22px 22px 0px #F2F4F2D9;
}

.case_6_5-image-description p {
	font-size: 16px;
	color: #000;
	line-height: 1.5;
}

.case_6_5-image-description p:not(:last-child) {
	margin-bottom: 24px;
}

/* ===== CASE_6_6 ===== */
.case_6_6 {
	position: relative;
	padding: 120px 0;
}

.case_6_6-content {
	max-width: 1122px;
	text-align: center;
	margin: 0 auto 32px;
}

.case_6_6-title {
	font-size: 32px;
	font-weight: 700;
	color: #222229;
	line-height: 1.1;
	margin: 0 0 12px 0;
	animation-delay: 0.5s;
}

.case_6_6-subtitle {
	font-size: 16px;
	color: #222229;
	line-height: 1.5;
	margin: 0 0 32px 0;
	animation-delay: 1s;
}

.case_6_6-image {
	max-width: 100%;
	height: auto;
	animation-delay: 1.5s;
}

.case_6_6-item-title {
	font-size: 20px;
	font-weight: 700;
	color: #52643E;
	line-height: 1.5;
	margin: 0 0 12px 0;
}

.case_6_6-item-description {
	font-size: 16px;
	color: #222229;
	line-height: 1.5;
	margin: 0;
}

.case_6_6-items {
	overflow-x: clip;
	animation-delay: 0.5s;
}

.case_6_6-item {
	text-align: left;
	padding: 24px;
	background: #f5f6f5;
	border: 2px solid #FFFFFF;
	border-radius: 24px;
	backdrop-filter: blur(24px);
	box-shadow: 0px 22px 22px 0px rgba(242, 244, 242, 0.85);
}

.case_6_6-swiper.swiper {
	overflow: visible;
}

.case_6_6-swiper .swiper-slide {
	width: auto;
}

@media (max-width: 768px) {
	.case_6_6-swiper .swiper-slide {
		margin-right: 12px;
	}
}

/* ===== CASE_6_7 ===== */
.case_6_7 {
	position: relative;
	padding: 120px 0;
}

.case_6_7-content {
	max-width: 1030px;
	margin: 0 auto;
}

.case_6_7-text {
	animation-delay: 0.5s;
}

.case_6_7-text p {
	font-size: 32px;
	color: #ffffff;
	line-height: 1.4;
	text-align: center;
	margin: 0;
}

.case_6_7-text strong {
	font-weight: 700;
}

.case_6_7-text p:not(:last-child) {
	margin-bottom: 24px;
}

@media (max-width: 992px) {

	.case_6_3-items,
	.case_6_6-images {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.case_6_6-image-item--full {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.case_6_6-image-item--full .case_6_6-image-description {
		align-items: flex-start;
	}
}

@media (max-width: 768px) {

	.case_6_1,
	.case_6_2,
	.case_6_3,
	.case_6_4,
	.case_6_5,
	.case_6_6 {
		background: #fafafa;
		padding: 0 0 44px 0;
	}

	.case_6_2,
	.case_6_3,
	.case_6_4,
	.case_6_5,
	.case_6_6 {
		padding: 24px 0 68px;
	}

	.case_6_7 {
		padding: 24px 0 32px;
	}

	.case_6_1-content {
		text-align: center;
	}

	.case_6_1-block {
		padding: 24px;
		padding-top: 120px;
		gap: 28px;
		grid-template-columns: 1fr;
	}

	.case_6_2-block {
		padding: 62px 24px;
	}

	.case_6_3-block,
	.case_6_4-block,
	.case_6_5-block,
	.case_6_6-block {
		padding: 24px;
	}

	.case_6_1-title {
		font-size: 32px;
	}

	.case_6_2-title,
	.case_6_3-title,
	.case_6_4-title,
	.case_6_5-title,
	.case_6_6-title {
		font-size: 28px;
	}

	.case_6_1-description,
	.case_6_2-description,
	.case_6_4-description,
	.case_6_6-subtitle {
		font-size: 16px;
	}

	.case_6_1-interface {
		margin: 0 -115% -60px 0px;
	}

	.case_6_2-item {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.case_6_3-item {
		min-height: 275px;
	}

	.case_6_5-images,
	.case_6_5-image-item--full {
		grid-template-columns: 1fr;
	}

	.case_6_5-image-item {
		padding: 24px;
	}

	.case_6_5-image-item--full .case_6_5-image {
		border-radius: 8px;
	}

	.case_6_7-text p {
		font-size: 28px;
	}
}

@media (max-width: 576px) {
	.case_6_1 .container {
		padding-left: 0;
		padding-right: 0;
	}

	.case_6_1-title {
		font-size: 32px;
	}

	.case_6_2-title,
	.case_6_3-title,
	.case_6_4-title,
	.case_6_5-title,
	.case_6_6-title {
		font-size: 24px;
	}

	.case_6_2-content p {
		font-size: 16px;
	}

	.case_6_3-icon {
		margin-bottom: 24px;
	}

	.case_6_6 .container {
		padding-left: 0;
		padding-right: 0;
	}

	.case_6_6-items {
		overflow-x: clip;
		margin-left: 15px;
	}

	.case_6_7-text p {
		font-size: 24px;
	}
}


/*== BEGIN case_7_1 ==*/
.case_7_1 {
	position: relative;
	padding: 60px 0;
}

.case_7_1-item {
	position: relative;
	background-color: #fff;
	border-radius: 32px;
	overflow: hidden;
	padding: 164px 64px;
	background-image: var(--bg-desktop);
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.case_7_1-content {
	position: relative;
	max-width: 60%;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.case_7_1-title {
	font-size: 44px;
	font-weight: 700;
	color: #222229;
	line-height: 1.1;
	animation-delay: 0.5s;
}

.case_7_1-description {
	font-size: 24px;
	color: #222229;
	line-height: 1.5;
	animation-delay: 1s;
}

@media (max-width: 992px) {
	.case_7_1-item {
		padding: 64px 24px;
	}

	.case_7_1-title {
		font-size: 36px;
	}
}

@media (max-width: 768px) {
	.case_7_1-title {
		font-size: 32px;
	}

	.case_7_1-description {
		font-size: 16px;
	}
}

@media (max-width: 576px) {
	.case_7_1 {
		padding: 0;
		margin-bottom: 44px;
	}

	.case_7_1 .container {
		padding-left: 0;
		padding-right: 0;
	}

	.case_7_1-item {
		background-image: var(--bg-mobile);
		background-size: 100% 50%;
		background-position: center bottom;
		padding-bottom: 80%;
	}

	.case_7_1-content {
		max-width: 100%;
	}

	.case_7_1-title,
	.case_7_1-description {
		text-align: center;
	}
}

/*== END case_7_1 ==*/

/*== BEGIN case_7_2 ==*/
.case_7_2 {
	position: relative;
	padding: 120px 0;
	background: radial-gradient(ellipse 45% 25% at center bottom, #0F60FF 0%, #7aa7ff 25%, #ccddff 55%, #fff 85%);
}

.case_7_2-item {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 64px;
	animation-delay: 0.5s;
}

.case_7_2-content {
	animation-delay: 0.5s;
}

.case_7_2-content-left {
	flex: 0 1 52%;
}

.case_7_2-content-left p {
	color: #222229;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
}

.case_7_2-content-left p strong {
	color: #4886FF;
}

.case_7_2-content-right {
	flex: 1;
	min-width: 0;
}

.case_7_2-content-right p {
	color: #222229;
	font-size: 16px;
	line-height: 1.5;
}

.case_7_2-content-right p:not(:last-child) {
	margin-bottom: 24px;
}

.case_7_2-decorative {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

@media (max-width: 768px) {
	.case_7_2 {
		padding: 44px 0;
		margin-bottom: 44px;
		background: radial-gradient(ellipse 25% 55% at center bottom, #0F60FF 0%, #7aa7ff 25%, #ccddff 55%, #fff 85%);
	}

	.case_7_2-content-left,
	.case_7_2-content-right {
		flex: 0 1 100%;
	}
}

/*== END case_7_2 ==*/

/*== BEGIN case_7_3 ==*/
.case_7_3 {
	position: relative;
	padding: 120px 0;
}

.case_7_3-title {
	font-size: 32px;
	line-height: 1.1;
	color: #222229;
	margin-bottom: 32px;
}

.case_7_3-items {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.case_7_3-item {
	flex: 1 1 calc((100% - 48px) / 3);
	position: relative;
	background-color: #fff;
	border-radius: 32px;
	overflow: hidden;
	padding: 24px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	gap: 16px;
	animation-delay: 0.5s;
}

.case_7_3-item:nth-child(4),
.case_7_3-item:nth-child(5),
.case_7_3-item:nth-child(6) {
	animation-delay: 1s;
}

.case_7_3-item:nth-child(7),
.case_7_3-item:nth-child(8),
.case_7_3-item:nth-child(9) {
	animation-delay: 1.5s;
}

.case_7_3-item-number {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #0F60FF;
}

.case_7_3-item-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #222229;
}

.case_7_3-item-text {
	font-size: 16px;
	line-height: 1.5;
	color: #222229;
}

.case_7_3-last {
	width: 100%;
	height: auto;
	background-color: #0F60FF;
	background-image: url('../img/bg/danger_triangle.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}

@media (min-width: 576px) {
	.case_7_3-title br {
		display: none;
	}
}

@media (max-width: 1024px) {
	.case_7_3-item-number {
		font-size: 16px;
	}

	.case_7_3-item-title {
		font-size: 20px;
	}

	.case_7_3-item-text {
		font-size: 16px;
	}
}

@media (max-width: 992px) {
	.case_7_3-item {
		flex: 1 1 calc((100% - 24px) / 2);
	}
}

@media (max-width: 768px) {
	.case_7_3 {
		padding: 48px 0;
	}
}

@media (max-width: 576px) {
	.case_7_3 {
		padding: 24px 0;
		margin-bottom: 44px;
	}

	.case_7_3-title {
		font-size: 24px;
	}

	.case_7_3-items {
		gap: 16px;
	}

	.case_7_3-item {
		flex: 1 1 100%;
	}

	.case_7_3-last {
		min-height: 250px;
	}
}

/*== END case_7_3 ==*/

/*== BEGIN case_7_4 ==*/
.case_7_4 {
	padding: 120px 0;
}

.case_7_4-item {
	position: relative;
	background: radial-gradient(ellipse 100% 110% at center bottom, #0F60FF 0%, #fff 50%);
	border-radius: 32px;
	overflow: hidden;
	padding: 62px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.case_7_4-heading {
	display: block;
	font-size: 16px;
	color: #0F60FF;
	font-weight: 600;
	margin-bottom: 32px;
}

.case_7_4-title {
	font-size: 32px;
	line-height: 1.2;
	color: #222229;
	text-align: center;
	max-width: 552px;
	margin: 0 auto 12px;
	animation-delay: 0.5s;
}

.case_7_4-content {
	font-size: 16px;
	line-height: 1.5;
	color: #222229;
	margin-bottom: 30px;
	text-align: center;
	max-width: 552px;
	margin: 0 auto 12px;
	animation-delay: 1s;
}

.case_7_4-image {
	border-radius: 32px;
	overflow: hidden;
	animation-delay: 1.5s;
}

.case_7_4-image img {
	display: block;
	max-width: 752px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.case_7_4 {
		padding: 48px 0;
	}

	.case_7_4-heading {
		text-align: center;
	}
}

@media (max-width: 576px) {
	.case_7_4 {
		padding: 24px 0;
		margin-bottom: 44px;
	}

	.case_7_4 .container {
		padding-left: 0;
		padding-right: 0;
	}

	.case_7_4-item {
		padding: 62px 15px;
	}

	.case_7_4-title {
		font-size: 20px;
	}
}

/*== END case_7_4 ==*/

/*== BEGIN case_7_5 ==*/
.case_7_5 {
	padding: 60px 0;
}

.case_7_5-item {
	position: relative;
	border-radius: 32px;
	overflow: hidden;
	padding: 62px;
}

.case_7_5-heading {
	display: block;
	font-size: 16px;
	color: #0F60FF;
	font-weight: 600;
	margin-bottom: 32px;
}

.case_7_5-row {
	display: flex;
	gap: 32px;
}

.case_7_5-left h2,
.case_7_5-left h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.1;
}

.case_7_5-left p {
	font-size: 16px;
	line-height: 1.5;
}

.case_7_5-left>* {
	color: #222229;
}

.case_7_5-left>*:not(:last-child) {
	margin-bottom: 12px;
}

.case_7_5-left,
.case_7_5-right {
	flex: 1 1 50%;
	animation-delay: 0.5s;
}

.case_7_5-right img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 16px;
}

@media (max-width: 768px) {
	.case_7_5-row {
		flex-direction: column;
		gap: 20px;
	}

	.case_7_5-left,
	.case_7_5-right {
		flex: 1 1 100%;
	}
}

@media (max-width: 576px) {
	.case_7_5 {
		padding: 0;
		margin-bottom: 44px;
	}

	.case_7_5 .container {
		padding-left: 0;
		padding-right: 0;
	}

	.case_7_5-item {
		padding: 32px 24px;
	}

	.case_7_5-left h2,
	.case_7_5-left h3 {
		font-size: 20px;
	}
}

/*== END case_7_5 ==*/

/*== BEGIN case_7_6 ==*/
.case_7_6 {
	padding: 120px 0;
}

.case_7_6-title {
	font-size: 32px;
	line-height: 1.1;
	color: #222229;
	margin-bottom: 24px;
}

.case_7_6-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	/* левая 2/3, правая 1/3 */
	gap: 24px;
	align-items: stretch;
	/* чтобы правая колонка растягивалась на всю высоту */
}

.case_7_6-left {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.case_7_6-item {
	background: #F7F9FF;
	padding: 32px;
	border-radius: 24px;
	color: #222229;
	display: flex;
	flex-direction: column;
	gap: 62px 24px;
}

.case_7_6-left .case_7_6-item:nth-child(3) {
	grid-column: 1 / -1;
	/* третий блок на всю ширину */
	flex-direction: row;
}

.case_7_6-item--blue {
	background: linear-gradient(to bottom, #0F60FF 0%, #0A44B6 100%);
	color: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* Titles and text */
.case_7_6-item-title {
	font-size: 64px;
	line-height: 1.1;
	color: #0F60FF;
	display: flex;
	column-gap: 12px;
	min-width: 140px;
}

.case_7_6-item--blue .case_7_6-item-title {
	color: #fff;
}

.case_7_6-item-text p {
	font-size: 16px;
	line-height: 1.5;
}

.case_7_6-item-text strong {
	font-size: 24px;
	line-height: 1.2;
}

.case_7_6-item-text>*:not(:last-child) {
	margin-bottom: 12px;
}

@media (max-width: 1024px) {
	.case_7_6-grid {
		grid-template-columns: 1fr;
		/* одна колонка */
	}

	.case_7_6-left {
		grid-template-columns: 1fr 1fr;
		/* можно оставить 2 колонки */
	}

	.case_7_6-left .case_7_6-item:nth-child(3) {
		grid-column: 1 / -1;
	}
}

@media (max-width: 768px) {
	.case_7_6 {
		padding: 48px 0;
	}

	.case_7_6-left {
		grid-template-columns: 1fr;
		/* всё в одну колонку */
	}

	.case_7_6-left .case_7_6-item:nth-child(3) {
		flex-direction: column;
	}

	.case_7_6-item {
		gap: 24px;
	}
}

@media (max-width: 576px) {
	.case_7_6 {
		padding: 24px 0;
		margin-bottom: 44px;
	}

	.case_7_6-title {
		font-size: 24px;
	}

	.case_7_6-item-text strong {
		font-size: 20px;
	}
}

/*== END case_7_6 ==*/

/*== BEGIN case_7_7 ==*/
.case_7_7 {
	padding: 120px 0;
}

.case_7_7-title {
	font-size: 32px;
	line-height: 1.1;
	color: #222229;
	margin-bottom: 32px;
}

.case_7_7-row {
	display: flex;
	gap: 10px;
}

.case_7_7-item {
	flex: 1 1 50%;
	background: #F7F9FF;
	padding: 32px;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	row-gap: 62px;
	animation-delay: 0.5s;
}

.case_7_7-item p {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	color: #222229;
}

.case_7_7-left {
	background: linear-gradient(to bottom, #0F60FF 0%, #0A44B6 100%);
}

.case_7_7-left p {
	color: #fff;
}

.case_7_7-item-add {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #0F60FF;
}

@media(max-width: 768px) {
	.case_7_7 {
		padding: 48px 0;
	}

	.case_7_7-row {
		flex-direction: column;
		gap: 20px;
	}

	.case_7_7-item {
		flex: 1 1 100%;
	}

	.case_7_7-main-text {
		font-size: 20px;
		margin-bottom: 30px;
	}
}

@media (max-width: 576px) {
	.case_7_7 {
		padding: 24px 0;
		margin-bottom: 44px;
	}

	.case_7_7-title {
		font-size: 24px;
	}

	.case_7_7-item p {
		font-size: 20px;
	}
}

/*== END case_7_7 ==*/

/*== START case_1 ==*/

.case_1_acf {
  padding: 0 0 90px;
  padding-right: 15px;
  padding-left: 15px;
}

.case_1_acf p {
  margin: 0;
  margin-bottom: 5px;
  line-height: 150%;
}

.case_1_acf h2 {
  max-width: 1320px;
  margin: 0;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 150%;
}

.case_1_acf__inner {
  display: flex;
  max-width: 1320px;
  margin: 0 auto;
  align-items: center;
  gap: 32px;
}

.case_1_acf-image-text-flex:first-of-type {
  padding-top: 90px;
}

.case_1_acf-image-text-flex.is-reverse .case_1_acf-itf__inner {
  flex-direction: row-reverse;
}

.case_1_acf-image-text-flex.notCenterAlign .case_1_acf-itf__inner {
  align-items: flex-start;
  justify-content: space-between;
}

.case_1_acf-image-text-flex.bgColor .case_1_acf-itf__inner {
  padding: 44px 44px 0;
  border-radius: 32px;
}

.case_1_acf-image-text-flex .ph {
  display: grid;
  background: #f2f2f2;
  border: 1px dashed #ccc;
  aspect-ratio: 16/9;
  place-items: center;
}

.case_1_acf-image-text-flex .case_1_acf-itf__blocks {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.case_1_acf-image-blocks-flex .case_1_acf-ibf__inner {
  padding: 60px 10px;
  flex-direction: column;
}

.case_1_acf-image-blocks-flex .case_1_acf-ibf__content-item {
  width: 100%;
  max-width: 300px;
  margin: 10px 0;
}

.case_1_acf-image-blocks-flex .case_1_acf-ibf__content-item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
}

.case_1_acf-image-blocks-flex .case_1_acf-ibf__content-item-text {
  line-height: 150%;
}

.case_1_acf-image-blocks-flex .case_1_acf-ibf__content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.case_1_acf-image-blocks-flex .case_1_acf-ibf__media {
  width: 100%;
}

.case_1_acf-image-center .case_1_acf-ic__inner {
  position: relative;
  margin: 0 auto;
}

.case_1_acf-image-center .case_1_acf-ic__media {
  margin: 0 auto;
}

.case_1_acf-image-center .case_1_acf-ic__content-item {
  position: absolute;
  width: 100%;
  max-width: 320px;
  padding-left: 12px;
}

.case_1_acf-image-center .case_1_acf-ic__content-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to top, #fff 0%, #000 50%, #fff 100%);
  content: "";
}

.case_1_acf-image-center .case_1_acf-ic__title {
  text-align: center;
}

.case_1_acf-image-center .case_1_acf-ic__content-item.top {
  top: 100px;
  left: 140px;
}

.case_1_acf-image-center .case_1_acf-ic__content-item.center {
  top: 250px;
  right: 100px;
}

.case_1_acf-image-center .case_1_acf-ic__content-item.bottom {
  bottom: 30px;
  left: 210px;
}

.case_1_acf-items-line .case_1_acf-il__content {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.case_1_acf-items-line .case_1_acf-il__content-item {
  position: relative;
  display: flex;
  padding: 0 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.case_1_acf-items-line .case_1_acf-il__content-img::after,
.case_1_acf-items-line .case_1_acf-il__content-img::before {
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  background-color: #e8552e;
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
}

.case_1_acf-items-line .case_1_acf-il__content-img::after {
  right: 52px;
}

.case_1_acf-items-line .case_1_acf-il__content-img::before {
  left: 52px;
}

.case_1_acf-items-line .case_1_acf-il__content-item:last-child::before,
.case_1_acf-items-line .case_1_acf-il__content-item:first-child::after {
  position: absolute;
  top: 26px;
  z-index: 1;
  width: calc(100% / 2 - 26px);
  height: 3px;
  background-color: #fff;
  transform: translateY(-50%);
  pointer-events: none;
  content: "";
}

.case_1_acf-items-line .case_1_acf-il__content-item:last-child::before {
  right: 0;
}

.case_1_acf-items-line .case_1_acf-il__content-item:first-child::after {
  left: 0;
}

.case_1_acf-items-line .case_1_acf-il__content-item:last-child .case_1_acf-il__content-img::before,
.case_1_acf-items-line .case_1_acf-il__content-item:first-child .case_1_acf-il__content-img::after {
  content: none;
}

.case_1_acf-items-line .case_1_acf-il__content::after {
  position: absolute;
  top: 26px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 2px;
  max-width: 1320px;
  background: repeating-linear-gradient(to right, #e8552e 0 10px, transparent 10px 20px);
  transform: translateY(-50%);
  pointer-events: none;
  content: "";
}

.case_1_acf-items-line .case_1_acf-il__content-img {
  position: relative;
  width: 52px;
  height: 52px;
  margin: 0 5px;
  background-color: #fff;
}

.case_1_acf-items-line .case_1_acf-il__content-img img {
  height: 100%;
  width: 100%;
}

.case_1_acf-items-line .case_1_acf-il__content-text {
  line-height: inherit;
  margin-top: 25px;
}

.case_1_acf-statistic .case_1_acf-statistic__content {
  position: relative;
  width: 100%;
  max-width: 750px;
  padding: 40px;
  border-radius: 10px;
}

.case_1_acf-statistic .case_1_acf-statistic__media {
  position: absolute;
  right: 0;
  bottom: 0;
}

.case_1_acf-statistic .case_1_acf-statistic__items {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.case_1_acf-statistic .case_1_acf-statistic__item-count {
  font-size: 64px;
  font-weight: 700;
  line-height: 150%;
  color: #e8552e;
}

.case_1_acf-statistic .case_1_acf-statistic__item-text {
  line-height: 150%;
}

.case_1_acf-statistic .case_1_acf-statistic__blocks {
  display: flex;
  width: 100%;
  max-width: 548px;
  flex-direction: column;
  gap: 13px;
}

.case_1_acf-statistic .case_1_acf-statistic__block {
  position: relative;
  padding: 24px;
  border-radius: 10px;
}

.case_1_acf-statistic .case_1_acf-statistic__block-title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}

.case_1_acf-statistic .case_1_acf-statistic__block-text {
  width: 100%;
  max-width: 420px;
  line-height: 150%;
}

.case_1_acf-statistic .case_1_acf-statistic__block-img {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
}

@media (width <= 1300px) {
  .case_1_acf-image-center .case_1_acf-ic__content-item.top {
    left: 100px;
  }

  .case_1_acf-image-center .case_1_acf-ic__content-item.center {
    right: 40px;
  }

  .case_1_acf-image-center .case_1_acf-ic__content-item.bottom {
    left: 180px;
  }
}

@media (width <= 1180px) {
  .case_1_acf-image-center .case_1_acf-ic__content-item.top {
    left: 50px;
  }

  .case_1_acf-image-center .case_1_acf-ic__content-item.center {
    right: 0;
  }

  .case_1_acf-image-center .case_1_acf-ic__content-item.bottom {
    left: 100px;
  }
}

@media (width <= 1080px) {
  .case_1_acf-image-center .case_1_acf-ic__content-item.top {
    left: -5px;
  }

  .case_1_acf-image-center .case_1_acf-ic__content-item.center {
    right: -50px;
  }

  .case_1_acf-image-center .case_1_acf-ic__content-item.bottom {
    left: 50px;
  }
}

@media (width <= 980px) {
  .case_1_acf-image-center .case_1_acf-ic__content-item.top,
  .case_1_acf-image-center .case_1_acf-ic__content-item.center,
  .case_1_acf-image-center .case_1_acf-ic__content-item.bottom {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }

  .case_1_acf-image-center .case_1_acf-ic__inner {
    flex-direction: column;
    gap: 24px;
  }
}

@media (width <= 782px) {
  .case_1_acf-image-text-flex .case_1_acf-itf__inner {
    flex-direction: column;
  }

  .case_1_acf-image-text-flex.is-reverse .case_1_acf-itf__inner {
    flex-direction: column;
  }

  .case_1_acf-statistic .case_1_acf-statistic__inner {
    flex-wrap: wrap;
  }

  .case_1_acf-statistic .case_1_acf-statistic__blocks {
    max-width: 100%;
  }

  .case_1_acf-items-line .case_1_acf-il__content {
    width: auto;
    margin: 0 auto;
    flex-direction: column;
    gap: 34px;
  }

  .case_1_acf-items-line .case_1_acf-il__content::after {
    top: 0;
    left: 25px;
    width: 2px;
    height: 100%;
    background: repeating-linear-gradient(to top, #e8552e 0 5px, transparent 5px 10px);
    transform: none;
  }

  .case_1_acf-image-blocks-flex .case_1_acf-ibf__content {
    justify-content: center;
  }

  .case_1_acf-items-line .case_1_acf-il__content-item {
    padding: 0;
    flex-direction: row;
    gap: 26px;
    justify-content:left;
  }

  .case_1_acf-items-line .case_1_acf-il__content-text {
    margin-top: 0;
  }

  .case_1_acf-items-line .case_1_acf-il__content-img {
    margin: 0;
    height: 72px;
    padding: 10px 0;
  }

  .case_1_acf-items-line .case_1_acf-il__content-item:first-child .case_1_acf-il__content-img {
    padding-top: 0;
    height: 62px;
  }

  .case_1_acf-items-line .case_1_acf-il__content-item:last-child .case_1_acf-il__content-img {
    padding-bottom: 0;
    height: 62px;
  }

  .case_1_acf-items-line .case_1_acf-il__content-item:first-child::after,
  .case_1_acf-items-line .case_1_acf-il__content-item:last-child::before {
    content: none;
  }

  .case_1_acf-items-line .case_1_acf-il__content-img::after,
  .case_1_acf-items-line .case_1_acf-il__content-img::before {
    top: unset;
    left: 50%;
    transform: translateX(-50%);
  }

  .case_1_acf-items-line .case_1_acf-il__content-img::after {
    top: 0;
  }

  .case_1_acf-items-line .case_1_acf-il__content-img::before {
    bottom: 0;
  }

  .case_1_acf-statistic .case_1_acf-statistic__block {
    padding-top: 56px;
  }
}

/*== END case_1 ==*/