/*== BEGIN case_3_1 ==*/
.case_3_1 {
	padding: 44px 0;
}

.case_3_1 .container {
	padding: 0;
}

@media (max-width: 768px) {
	.case_3_1 {
		padding: 22px 0;
	}
}

.case_3_1-item {
	position: relative;
	height: 520px;
	border-radius: 32px;
	overflow: hidden;
}

@media (max-width: 768px) {
	.case_3_1-item {
		height: auto;
	}
}

.case_3_1-content {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 28px;
	padding: 62px;
	height: 100%;
}

@media (max-width: 768px) {
	.case_3_1-content {
		padding: 120px 32px 305px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.case_3_1-logo {
	height: 157px;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

@media (max-width: 768px) {
	.case_3_1-logo {
		height: auto;
		width: 100%;
		max-width: 275px;
	}
}

.case_3_1-title {
	font-size: 20px;
	line-height: 1.3;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

@media (max-width: 768px) {
	.case_3_1-title {
		text-align: center;
	}
}

.case_3_1-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	height: 24px;
	color: #1E1E1E;
	font-size: 14px;
	line-height: 1.3;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

@media (max-width: 768px) {
	.case_3_1-meta {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.case_3_1-meta span {
		text-align: center;
		width: 100%;
	}
}

.case_3_1-interface {
	position: absolute;
	top: -60%;
	right: -350px;
	z-index: 0;
	width: 1200px;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.case_3_1-interface img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (max-width: 1050px) {
	.case_3_1-interface {
		top: -25%;
		right: -312px;
		width: 800px;
	}
}

@media (max-width: 768px) {
	.case_3_1-interface {
		top: unset;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 350px;
	}

	.case_3_1-interface img {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-45%);
		transform: translateX(-45%);
		width: 600px;
		height: 600px;
		max-width: 600px;
		max-height: 600px;
	}
}

/*== END case_3_1 ==*/
/*== BEGIN case_3_2 ==*/
.case_3_2 {
	padding: 44px 0;
}

@media (max-width: 768px) {
	.case_3_2 {
		padding: 22px 0;
	}
}

.case_3_2-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 59px;
}

@media (max-width: 980px) {
	.case_3_2-item {
		gap: 30px;
	}
}

@media (max-width: 768px) {
	.case_3_2-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.case_3_2-title {
	font-size: 32px;
	line-height: 1.5;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.case_3_2-text {
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: -0.5px;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.case_3_2-text p:not(:last-child) {
	margin-bottom: 15px;
}

.case_3_2-interface {
	position: relative;
	padding: 32px;
	width: 600px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 24px;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

@media (max-width: 1220px) {
	.case_3_2-interface {
		width: 540px;
	}
}

@media (max-width: 980px) {
	.case_3_2-interface {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.case_3_2-interface {
		width: 100%;
	}
}

@media (max-width: 565px) {
	.case_3_2-interface {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.case_3_2-interface-content {
	position: relative;
	z-index: 1;
}

.case_3_2-interface-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
}

.case_3_2-interface-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 16px;
	padding: 20px 24px;
	font-size: 16px;
	font-weight: 600;
	color: #213865;
	background-color: #fff;
	border-radius: 16px;
	border: none;
	width: fit-content;
}

.case_3_2-interface-button img {
	margin-left: 12px;
	width: 24px;
	height: 24px;
}

@media (max-width: 980px) {
	.case_3_2-interface-button {
		width: 100%;
		max-width: 250px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 565px) {
	.case_3_2-interface-button {
		max-width: 100%;
	}
}

.case_3_2-interface-img {
	position: absolute;
	top: 32px;
	right: 5px;
	z-index: 0;
	width: 250px;
}

@media (max-width: 980px) {
	.case_3_2-interface-img {
		position: relative;
		right: 0;
	}
}

@media (max-width: 768px) {
	.case_3_2-interface-img {
		position: absolute;
		right: 5px;
	}
}

@media (max-width: 565px) {
	.case_3_2-interface-img {
		position: relative;
		right: 0;
	}
}

/*== END case_3_2 ==*/
/*== BEGIN case_3_3 ==*/
.case_3_3 {
	padding: 44px 0;
}

.case_3_3 .container {
	padding: 0;
}

@media (max-width: 768px) {
	.case_3_3 {
		padding: 22px 0;
	}
}

.case_3_3-item {
	position: relative;
	overflow: hidden;
	height: 418px;
	padding: 44px;
	border-radius: 32px;
}

@media (max-width: 986px) {
	.case_3_3-item {
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
	}
}

@media (max-width: 768px) {
	.case_3_3-item {
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		padding: 24px;
	}
}

.case_3_3-content {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 60%;
	height: 100%;
}

@media (max-width: 768px) {
	.case_3_3-content {
		width: 100%;
		margin-bottom: 306px;
	}
}

.case_3_3-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.case_3_3-text {
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.4;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.case_3_3-subtitle {
	margin-top: auto;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

@media (max-width: 986px) {
	.case_3_3-subtitle {
		margin-top: 50px;
	}
}

.case_3_3-interface {
	position: absolute;
	top: 44px;
	right: 62px;
	width: 450px;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.case_3_3-interface img {
	-o-object-fit: contain;
	object-fit: contain;
}

@media (max-width: 1200px) {
	.case_3_3-interface {
		width: 350px;
	}
}

@media (max-width: 986px) {
	.case_3_3-interface {
		width: 250px;
	}
}

@media (max-width: 768px) {
	.case_3_3-interface {
		top: unset;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 274px;
	}

	.case_3_3-interface img {
		position: absolute;
		bottom: 0;
		right: 50%;
		-webkit-transform: translate(50%, 30%);
		transform: translate(50%, 30%);
		width: 312px;
		height: 413px;
		max-height: 413px;
		max-width: 312px;
	}
}

/*== END case_3_3 ==*/
/*== BEGIN case_3_4 ==*/
.case_3_4 {
	padding: 60px 0;
}

@media (max-width: 768px) {
	.case_3_4 {
		padding: 22px 0;
	}
}

.case_3_4-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
}

.case_3_4-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.case_3_4-text {
	font-size: 16px;
	line-height: 1.4;
	color: #222222;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.case_3_4-text p:not(:last-child) {
	margin-bottom: 15px;
}

.case_3_4-items-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	gap: 24px;
	margin: 0;
}

@media (max-width: 968px) {
	.case_3_4-items-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-preferred-size: content;
		flex-basis: content;
	}
}

.case_3_4-item {
	position: relative;
	padding: 24px;
	border-radius: 24px;
	border: 4px solid #000;
	color: #222222;
}

.case_3_4-item:before {
	content: "";
	position: absolute;
	top: 24px;
	left: 24px;
	width: calc(100% - 48px);
	height: 150px;
	border-radius: 8px;
}

.case_3_4-item:nth-child(3n+1) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.case_3_4-item:nth-child(3n+2) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.case_3_4-item:nth-child(3n+3) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

@media (max-width: 968px) {
	.case_3_4-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-preferred-size: content;
		flex-basis: content;
	}

	.case_3_4-item:before {
		width: 100px;
		height: calc(100% - 48px);
		aspect-ratio: 1;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

@media (max-width: 568px) {
	.case_3_4-item:before {
		width: calc(100% - 48px);
		height: 150px;
		aspect-ratio: 1;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

.case_3_4-item-title {
	margin-top: 177px;
	font-size: 20px;
	line-height: 1.4;
	text-transform: uppercase;
}

@media (max-width: 968px) {
	.case_3_4-item-title {
		margin: 0;
		padding-left: 120px;
	}
}

@media (max-width: 568px) {
	.case_3_4-item-title {
		margin-top: 177px;
		padding-left: 0;
	}
}

.case_3_4-item-text {
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.4;
}

@media (max-width: 968px) {
	.case_3_4-item-text {
		padding-left: 120px;
	}
}

@media (max-width: 568px) {
	.case_3_4-item-text {
		padding-left: 0;
	}
}

/*== END case_3_4 ==*/
/*== BEGIN case_3_5 ==*/
.case_3_5-title {
	font-size: 32px;
	line-height: 1.5;
	font-weight: 600;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.case_3_5-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	padding: 44px 0;
}

.case_3_5-item.reverse {
	flex-direction: row-reverse;
}

@media (max-width: 768px) {
	.case_3_5-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 21px 0;
	}
}

.case_3_5-content {
	padding: 32px;
	line-height: 1.4;
	border-radius: 24px;
}

.case_3_5-content-title {
	font-size: 24px;
	font-weight: 600;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.case_3_5-content-text {
	margin-top: 24px;
	font-size: 16px;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.case_3_5-content-text p:not(:last-child) {
	margin-bottom: 15px;
}

.case_3_5-interface {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-radius: 24px;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.case_3_5-interface img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (max-width: 768px) {
	.case_3_5-interface img {
		max-height: 164px;
	}
}

.case_3_5-content,
.case_3_5-interface {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1px;
	flex: 1 0 1px;
}

@media (max-width: 768px) {

	.case_3_5-content,
	.case_3_5-interface {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

/*== END case_3_5 ==*/
/*== BEGIN case_3_6 ==*/
.case_3_6 {
	padding: 44px 0;
}

.case_3_6 .container {
	padding: 0;
}

@media (max-width: 768px) {
	.case_3_6 {
		padding: 22px 0;
	}
}

.case_3_6-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	padding: 0 24px;
	line-height: 1.4;
	border-radius: 32px;
}

.case_3_6-title {
	margin-top: 44px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.case_3_6-text {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.case_3_6-text p:not(:last-child) {
	margin-bottom: 15px;
}

.case_3_6-interface {
	margin-top: 20px;
	max-width: 414px;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.case_3_6-interface img {
	-o-object-fit: contain;
	object-fit: contain;
}

/*== END case_3_6 ==*/
/*== BEGIN case_3_7 ==*/
.case_3_7 {
	padding: 44px 0;
}

@media (max-width: 768px) {
	.case_3_7 {
		padding: 22px 0;
	}
}

.case_3_7-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
}

.case_3_7-item.reverse {
	flex-direction: row-reverse;
}

@media (max-width: 720px) {
	.case_3_7-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 24px;
	}
}

.case_3_7-content {
	line-height: 1.4;
}

.case_3_7-content-title {
	font-size: 24px;
	font-weight: 600;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.case_3_7-content-text {
	margin-top: 24px;
	font-size: 16px;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.case_3_7-content-text p:not(:last-child) {
	margin-bottom: 15px;
}

.case_3_7-interface {
	border-radius: 24px;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.case_3_7-interface img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (max-width: 720px) {
	.case_3_7-interface img {
		max-height: 164px;
	}
}

.case_3_7-content,
.case_3_7-interface {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1px;
	flex: 1 0 1px;
}

@media (max-width: 720px) {

	.case_3_7-content,
	.case_3_7-interface {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

/*== END case_3_7 ==*/

/* ===== 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;
	border-radius: 32px;
	overflow: hidden;
	padding: 62px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/*.case_7_4-item.blue {
	background: radial-gradient(ellipse 100% 110% at center bottom, #0F60FF 0%, #fff 50%);
}

.case_7_4-item.purple {
	background: radial-gradient(ellipse 100% 110% at center bottom, #9162FF 0%, #fff 50%);
}*/

.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;
  justify-content: space-between;
}

.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--color {
	/*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.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.column .case_1_acf-itf__inner {
  padding: 44px;
}

.case_1_acf-image-text-flex.shadow .case_1_acf-itf__inner {
  padding: 44px 0px 44px 44px;
  backdrop-filter: blur(24px);
  box-shadow:
    0 5px 12px rgba(242, 244, 242, 0.98),
    0 22px 22px rgba(242, 244, 242, 0.85),
    0 49px 29px rgba(242, 244, 242, 0.50),
    0 87px 35px rgba(242, 244, 242, 0.15),
    0 136px 38px rgba(242, 244, 242, 0.02);
}

.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-reverse !important;
  }

  .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 ==*/

/*== START case_2 ==*/

.case_2_acf-h__inner {
  justify-content: space-between;
  gap: 10px;
  border-radius: 32px;
}

.case_2_acf-h__inner-left {
  display: flex;
  padding: 62px 0 62px 62px;
  flex-direction: column;
  gap: 26px;
}

.case_2_acf-h__top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.case_2_acf-h__top-text {
  font-size: 14px;
  line-height: 130%;
}

.case_2_acf-h__top-media {
  display: flex;
  align-items: center;
  gap: 8px;
}

.case_2_acf-h__top-media img {
  width: 24px;
  height: 24px;
}

.case_2_acf-h__logo {
  width: 100%;
  max-width: 670px;
}

.case_2_acf-h__inner-right {
  padding: 25px 0;
}

.case_2_acf-statistic__inner {
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 24px;
}

.case_2_acf-statistic__inner .case_2_acf-statistic__title {
  margin: 0;
}

.case_2_acf-statistic__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
}

.case_2_acf-statistic__item {
  display: flex;
  width: 100%;
  max-width: 400px;
  padding: 25px 0;
  justify-content: center;
  align-items: center;
  gap: 25px;
  border-radius: 12px;
}

.case_2_acf-statistic__item-count {
  font-size: 36px;
  font-weight: 500;
  line-height: 150%;
}

.case_2_acf-l__inner {
  width: 100%;
  max-width: 850px;
  justify-content: space-between;
  align-items: flex-end;
  border-radius: 24px;
}

.case_2_acf-l__content {
  display: flex;
  padding: 32px;
  flex-direction: column;
  gap: 16px;
}

.case_2_acf-l__title {
  font-size: 24px;
  font-weight: 500;
}

.case_2_acf-l__link {
  display: flex;
  width: 100%;
  max-width: 160px;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  text-decoration: none;
  background-color: #fff;
  border-radius: 16px;
}

.case_2_acf-l__link:hover .case_2_acf-l__img {
  transform: translateX(5px);
}

.case_2_acf-l__img {
  width: 24px;
  height: 24px;
  transition: transform 0.15s ease;
}

@media (width <= 782px) {
  .case_2_acf-h__inner-left {
    padding: 20px;
    padding-bottom: 0;
  }

  .case_1_acf-image-text-flex.bgColor .case_1_acf-itf__inner {
    padding: 20px 20px 0;
  }

  .case_2_acf-statistic__inner {
    padding: 20px;
  }

  .case_2_acf-h__inner {
    flex-direction: column;
    align-items: flex-end;
  }

  .case_1_acf-itf__inner {
    text-align: left !important;
  }

  .case_2_acf-statistic__items {
    flex-direction: column;
  }

  .case_2_acf-statistic__item {
    max-width: unset;
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .case_2_acf-l__inner {
    flex-direction: column;
    align-items: center;
  }
}

/*== END case_2 ==*/


/*== start case_4 ==*/
/*== BEGIN case_4_1 ==*/
.case_4_1 {
	padding: 44px 0;
}
.case_4_1 .container {
	padding: 0;
}
@media (max-width: 768px) {
	.case_4_1 {
		padding: 22px 0;
	}
}

.case_4_1-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 62px 0 49px;
	height: 520px;
	background-color: #1A3160;
	border-radius: 32px;
	overflow: hidden;
}
@media (max-width: 768px) {
	.case_4_1-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 24px;
		height: auto;
		padding: 120px 24px 89px;
	}
}
.case_4_1-content {
	flex: 1;
	max-width: 600px;
}
.case_4_1-title {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
@media (max-width: 768px) {
	.case_4_1-title {
		text-align: center;
		font-size: 32px;
		line-height: 1.25;
	}
}

.case_4_1-description {
	margin-top: 32px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 600;
	color: #fff;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
@media (max-width: 768px) {
	.case_4_1-description {
		margin-top: 24px;
		text-align: center;
	}
}

.case_4_1-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
	height: 24px;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.case_4_1-meta__body {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.case_4_1-meta__body-icons {
	display: flex;
	align-items: center;
	gap: 5px;
}
.case_4_1-meta__body-icons img {
	max-width: 20px;
	object-fit: contain;
}
@media (max-width: 768px) {
	.case_4_1-meta {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
	}
	.case_4_1-meta__body {
		flex-direction: column;
	}
	.case_4_1-meta img {
		height: 24px;
	}
	.case_4_1-meta span {
		text-align: center;
		width: 100%;
	}
}

.case_4_1-interface {
	height: 321px;
	max-width: 504px;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.case_4_1-interface img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
@media (max-width: 1050px) {
	.case_4_1-interface {
		height: 250px;
	}
}
@media (max-width: 768px) {
	.case_4_1-interface {
		height: auto;
		width: 100%;
	}
}

/*== END case_4_1 ==*/
/*== BEGIN case_4_2 ==*/
.case_4_2 {
	margin-top: 32px;
	padding: 60px 0;
}
@media (max-width: 768px) {
	.case_4_2 {
		margin-top: 44px;
		padding: 24px 9px;
	}
}

.case_4_2-heading {
	margin-bottom: 32px;
	font-size: 32px;
	line-height: 1.1;
	color: #192A4D;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.case_4_2-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 32px;
	padding: 32px;
	background-color: #EEF1F7;
	border-radius: 32px;
}
@media (max-width: 768px) {
	.case_4_2-item {
		padding: 32px 0;
	}
}

.case_4_2-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
@media (max-width: 768px) {
	.case_4_2-title {
		padding: 0 32px;
	}
}

.case_4_2-description {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
@media (max-width: 768px) {
	.case_4_2-description {
		padding: 0 32px;
	}
}

/*== END case_4_2 ==*/
/*== BEGIN case_4_3 ==*/
.case_4_3 {
	margin-top: 32px;
	padding: 60px 0;
}
@media (max-width: 768px) {
	.case_4_3 {
		margin-top: 44px;
		padding: 24px 9px;
	}
}

.case_4_3-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
}
@media (max-width: 696px) {
	.case_4_3-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.case_4_3-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 32px;
	border-radius: 32px;
	background-color: #1D3464;
}

.case_4_3-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
	color: #fff;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.case_4_3-description {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.case_4_3-interface {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	height: 400px;
	border-radius: 32px;
	background-color: #EEF1F7;
}
.case_4_3-interface img {
	max-width: 648px;
	width: 648px;
	min-width: auto;
}
@media (max-width: 900px) {
	.case_4_3-interface {
		height: 320px;
	}
}
@media (max-width: 696px) {
	.case_4_3-interface {
		height: auto;
	}
}

.case_4_3-content,
.case_4_3-interface {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1px;
	flex: 1 0 1px;
}
@media (max-width: 696px) {
	.case_4_3-content,
	.case_4_3-interface {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 400px;
		flex: 0 0 400px;
	}
}

/*== END case_4_3 ==*/
/*== BEGIN case_4_4 ==*/
.case_4_4 {
	margin-top: 32px;
	padding: 60px 0;
}
@media (max-width: 768px) {
	.case_4_4 {
		margin-top: 44px;
		padding: 24px 9px;
	}
}

.case_4_4-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 32px;
}
@media (max-width: 768px) {
	.case_4_4-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.case_4_4-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
	padding-right: 15px;
}

.case_4_4-heading {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
	color: #192A4D;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.case_4_4-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
	color: #192A4D;
	text-transform: uppercase;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
@media (max-width: 768px) {
	.case_4_4-title {
		font-size: 28px;
	}
}

.case_4_4-description {
	font-size: 16px;
	line-height: 1.5;
	color: #192A4D;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.case_4_4-interface {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 56%;
}
@media (max-width: 768px) {
	.case_4_4-interface {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}
}

/*== END case_4_4 ==*/
/*== BEGIN case_4_5 ==*/
.case_4_5 {
	margin-top: 32px;
	padding: 60px 0;
}
@media (max-width: 768px) {
	.case_4_5 {
		margin-top: 44px;
		padding: 24px 9px;
	}
}

.case_4_5-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px;
}
@media (max-width: 900px) {
	.case_4_5-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.case_4_5-content {
	width: 475px;
}
@media (max-width: 900px) {
	.case_4_5-content {
		width: 100%;
	}
}

.case_4_5-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
@media (max-width: 768px) {
	.case_4_5-title {
		font-size: 24px;
	}
}

.case_4_5-text-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	margin-top: 32px;
}

.case_4_5-text:nth-child(1) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.case_4_5-text:nth-child(2) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.case_4_5-text:nth-child(3) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.case_4_5-text:nth-child(4) {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.case_4_5-text:nth-child(5) {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
@media (max-width: 768px) {
	.case_4_5-text:nth-child(n) {
		-webkit-animation-delay: 0.5s;
		animation-delay: 0.5s;
	}
}

.case_4_5-text-title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 12px;
	font-size: 20px;
	line-height: 1.1;
}
.case_4_5-text-title:before {
	content: "";
	display: inline;
	width: 30px;
	height: 20px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAzMSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMwLjcwNzEgOC43MDcxMUMzMS4wOTc2IDguMzE2NTggMzEuMDk3NiA3LjY4MzQyIDMwLjcwNzEgNy4yOTI4OUwyNC4zNDMxIDAuOTI4OTMyQzIzLjk1MjYgMC41Mzg0MDggMjMuMzE5NSAwLjUzODQwOCAyMi45Mjg5IDAuOTI4OTMyQzIyLjUzODQgMS4zMTk0NiAyMi41Mzg0IDEuOTUyNjIgMjIuOTI4OSAyLjM0MzE1TDI4LjU4NTggOEwyMi45Mjg5IDEzLjY1NjlDMjIuNTM4NCAxNC4wNDc0IDIyLjUzODQgMTQuNjgwNSAyMi45Mjg5IDE1LjA3MTFDMjMuMzE5NSAxNS40NjE2IDIzLjk1MjYgMTUuNDYxNiAyNC4zNDMxIDE1LjA3MTFMMzAuNzA3MSA4LjcwNzExWk0wIDhWOUgzMFY4VjdIMFY4WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);
	background-repeat: no-repeat;
	background-size: 100% 14px;
	background-position: center;
}

.case_4_5-text-description {
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.5;
	color: #6A6A6A;
}

.case_4_5-interface {
	width: 50%;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
@media (max-width: 900px) {
	.case_4_5-interface {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}
}

/*== END case_4_5 ==*/
/*== BEGIN case_4_6 ==*/
.case_4_6 {
	margin-top: 32px;
	padding: 60px 0;
}
@media (max-width: 768px) {
	.case_4_6 {
		margin-top: 44px;
		padding: 24px 9px;
	}
}

.case_4_6-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
	color: #292432;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
@media (max-width: 768px) {
	.case_4_6-title {
		font-size: 24px;
	}
}

.case_4_6-text-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 48px;
	margin-top: 24px;
}
@media (max-width: 890px) {
	.case_4_6-text-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
}
@media (max-width: 678px) {
	.case_4_6-text-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 24px;
	}
}

.case_4_6-text {
	min-width: 250px;
}
.case_4_6-text:nth-child(1) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.case_4_6-text:nth-child(2) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.case_4_6-text:nth-child(3) {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
@media (max-width: 678px) {
	.case_4_6-text {
		text-align: center;
	}
}

.case_4_6-text-title {
	font-size: 64px;
	font-weight: 700;
	line-height: 1.5;
}
@media (max-width: 678px) {
	.case_4_6-text-title {
		font-size: 40px;
	}
}

.case_4_6-text-description {
	font-size: 16px;
	line-height: 1.5;
}
@media (max-width: 678px) {
	.case_4_6-text-description {
		text-align: center;
	}
}

/*== END case_4_6 ==*/
/*== BEGIN case_4_7 ==*/
.case_4_7 {
	margin-top: 32px;
	padding: 60px 0;
}
@media (max-width: 768px) {
	.case_4_7 {
		margin-top: 44px;
		padding: 24px 9px;
	}
}

.case_4_7-items-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
}
@media (max-width: 678px) {
	.case_4_7-items-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.case_4_7-item {
	position: relative;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1px;
	flex: 1 0 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 32px;
	min-width: 250px;
	height: 300px;
	border-radius: 32px;
	background: -webkit-gradient(linear, left top, left bottom, from(#1D3463), to(#0F2757));
	background: linear-gradient(180deg, #1D3463 0%, #0F2757 100%);
}
.case_4_7-item:first-child {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.case_4_7-item:first-child:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("/wp-content/themes/nomium/assets/img/bg_1.png") no-repeat;
	background-size: 648px 300px;
	background-position: 40% 0;
}
.case_4_7-item:last-child {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.case_4_7-item:last-child:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("/wp-content/themes/nomium/assets/img/bg_2.png") no-repeat;
	background-size: 648px 99px;
	background-position: 40% 100%;
}
@media (max-width: 678px) {
	.case_4_7-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		height: auto;
		min-height: 300px;
	}
}

.case_4_7-item-description {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}
/*== END case_4_7 ==*/
/*== end case_4 ==*/

/*== start case_5 ==*/
/*== BEGIN case_5_1 ==*/
.case_5_1 {
	padding: 60px 0;
}
@media (max-width: 768px) {
	.case_5_1 {
		padding: 22px 0;
	}
}

.case_5_1-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 520px;
	padding-left: 62px;
	background-color: #fff;
	border-radius: 32px;
	overflow: hidden;
}
@media (max-width: 768px) {
	.case_5_1-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 24px;
		height: auto;
		padding: 120px 24px 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}

.case_5_1-title {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.4;
	color: #52643E;
}
@media (max-width: 768px) {
	.case_5_1-title {
		text-align: center;
		font-size: 32px;
		line-height: 1.25;
	}
}

.case_5_1-description {
	margin-top: 24px;
	font-size: 24px;
	line-height: 1.5;
	color: #222229;
}
@media (max-width: 768px) {
	.case_5_1-description {
		margin-top: 24px;
		font-size: 16px;
		text-align: center;
	}
}

.case_5_1-interface {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 100%;
	width: 48.1%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.case_5_1-interface img {
	-o-object-fit: contain;
	object-fit: contain;
}
@media (max-width: 768px) {
	.case_5_1-interface {
		position: relative;
		right: -24px;
		height: auto;
		width: 100%;
	}
}

/*== END case_5_1 ==*/
/*== BEGIN case_5_2 ==*/
.case_5_2 {
	padding: 62px 0;
}
@media (max-width: 768px) {
	.case_5_2 {
		margin-top: 44px;
		padding: 24px 9px;
	}
}

.case_5_2-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
}
@media (max-width: 768px) {
	.case_5_2-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 24px;
		height: auto;
	}
}

.case_5_2-content {
	width: 45%;
}
@media (max-width: 768px) {
	.case_5_2-content {
		width: 100%;
	}
}

.case_5_2-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
	color: #222229;
}
@media (max-width: 768px) {
	.case_5_2-title {
		font-size: 24px;
	}
}

.case_5_2-description {
	margin-top: 24px;
	font-size: 16px;
	line-height: 1.5;
	color: #222229;
}
@media (max-width: 768px) {
	.case_5_2-description {
		margin-top: 24px;
	}
}

.case_5_2-interface {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 31.4%;
	height: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.case_5_2-interface img {
	-o-object-fit: contain;
	object-fit: contain;
}
@media (max-width: 768px) {
	.case_5_2-interface {
		width: 100%;
		max-width: 320px;
	}
}

/*== END case_5_2 ==*/
/*== BEGIN case_5_3 ==*/
.case_5_3 {
	padding: 80px 0;
}
@media (max-width: 768px) {
	.case_5_3 {
		margin-top: 44px;
		padding: 24px 9px;
	}
}

.case_5_3-heading {
	margin-bottom: 24px;
	font-size: 32px;
	line-height: 1.1;
}

.case_5_3-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 32px;
}
@media (max-width: 1200px) {
	.case_5_3-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.case_5_3-items-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 24px;
}

.case_5_3-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 34%;
	flex: 1 0 34%;
	padding: 24px;
	border-radius: 24px;
	background-color: #fff;
	border: 2px solid #FFFFFF;
}
@media (max-width: 578px) {
	.case_5_3-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}
.case_5_3-item-icon img {
	min-width: 32px;
	width: 32px;
	height: 32px;
	object-fit: contain;
}
.case_5_3-item-description {
	font-size: 16px;
	line-height: 1.5;
	color: #222229;
	text-align: center;
}

.case_5_3-text-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 202px 60px 24px 24px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 48.5%;
	border-radius: 32px;
	background: url("/wp-content/themes/nomium/assets/img/case_5_3.png") no-repeat;
	background-size: 348px 148px;
	background-color: #52643E;
}
@media (max-width: 1200px) {
	.case_5_3-text-block {
		width: 100%;
	}
}

.case_5_3-text {
	margin-top: auto;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
}

/*== END case_5_3 ==*/
/*== BEGIN case_5_4 ==*/
.case_5_4 {
	margin-top: 32px;
	padding: 80px 0;
}
@media (max-width: 768px) {
	.case_5_4 {
		margin-top: 44px;
		padding: 24px 9px;
	}
}

.case_5_4-item {
	position: relative;
	padding: 62px 44px;
	background-color: #fff;
	border-radius: 24px;
	overflow: hidden;
}
@media (max-width: 768px) {
	.case_5_4-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
@media (max-width: 670px) {
	.case_5_4-item {
		padding: 24px;
	}
}

.case_5_4-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
	color: #52643E;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.case_5_4-title {
		font-size: 24px;
	}
}

.case_5_4-description {
	margin-top: 16px;
	width: calc(100% - 423px - 44px);
	font-size: 20px;
	line-height: 1.5;
	color: #222229;
}
@media (max-width: 867px) {
	.case_5_4-description {
		width: calc(100% - 255px);
	}
}
@media (max-width: 670px) {
	.case_5_4-description {
		width: 100%;
		padding-bottom: 200px;
	}
}

.case_5_4-interface {
	position: absolute;
	right: 92px;
	bottom: 0;
	width: 297px;
}
@media (max-width: 867px) {
	.case_5_4-interface {
		right: -30px;
	}
}

/*== END case_5_4 ==*/
/*== BEGIN case_5_5 ==*/
.case_5_5 {
	margin-top: 32px;
	padding: 60px 0;
}
@media (max-width: 768px) {
	.case_5_5 {
		margin-top: 44px;
		padding: 24px 9px;
	}
}

.case_5_5-items-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 32px;
}
@media (max-width: 768px) {
	.case_5_5-items-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.case_5_5-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 34%;
	flex: 1 0 34%;
	padding: 62px;
	border-radius: 32px;
	background: linear-gradient(139deg, rgb(255, 255, 255) 16.71%, #FAFAFA 60.45%);
	-webkit-box-shadow: 0px 22px 22px 0px rgba(242, 244, 242, 0.8509803922), 0px 49px 29px 0px rgba(242, 244, 242, 0.5019607843), 0px 87px 35px 0px rgba(242, 244, 242, 0.1490196078), 0px 136px 38px 0px rgba(242, 244, 242, 0.0196078431);
	box-shadow: 0px 22px 22px 0px rgba(242, 244, 242, 0.8509803922), 0px 49px 29px 0px rgba(242, 244, 242, 0.5019607843), 0px 87px 35px 0px rgba(242, 244, 242, 0.1490196078), 0px 136px 38px 0px rgba(242, 244, 242, 0.0196078431);
	overflow: hidden;
}
@media (max-width: 768px) {
	.case_5_5-item {
		padding: 24px;
	}
}

.case_5_5-item-img {
	width: calc(100% + 128px);
	-webkit-box-shadow: 0px 22px 22px 0px rgba(242, 244, 242, 0.8509803922), 0px 49px 29px 0px rgba(242, 244, 242, 0.5019607843), 0px 87px 35px 0px rgba(242, 244, 242, 0.1490196078), 0px 136px 38px 0px rgba(242, 244, 242, 0.0196078431);
	box-shadow: 0px 22px 22px 0px rgba(242, 244, 242, 0.8509803922), 0px 49px 29px 0px rgba(242, 244, 242, 0.5019607843), 0px 87px 35px 0px rgba(242, 244, 242, 0.1490196078), 0px 136px 38px 0px rgba(242, 244, 242, 0.0196078431);
	border-radius: 32px;
	overflow: hidden;
}

.case_5_5-item-img img {
	width: 100%;
}
@media (max-width: 768px) {
	.case_5_5-item-img {
		width: calc(100% + 48px);
	}
}

.case_5_5-item-title {
	margin-top: 50px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	color: #52643E;
}
@media (max-width: 768px) {
	.case_5_5-item-title {
		font-size: 20px;
		margin-top: 12px;
	}
}

.case_5_5-item-description {
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.5;
	color: #222229;
}

/*== END case_5_5 ==*/
/*== BEGIN case_5_6 ==*/
.case_5_6 {
	margin-top: 32px;
	padding: 60px 0;
}
@media (max-width: 768px) {
	.case_5_6 {
		margin-top: 44px;
		padding: 24px 0;
	}
}

.case_5_6-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 44px;
	padding: 62px;
	background: linear-gradient(144deg, rgb(255, 255, 255) 2.71%, #FAFAFA 65.45%);
	-webkit-box-shadow: 0px 5px 12px 0px rgba(242, 244, 242, 0.9803921569), 0px 22px 22px 0px rgba(242, 244, 242, 0.8509803922), 0px 49px 29px 0px rgba(242, 244, 242, 0.5019607843), 0px 87px 35px 0px rgba(242, 244, 242, 0.1490196078), 0px 136px 38px 0px rgba(242, 244, 242, 0.0196078431);
	box-shadow: 0px 5px 12px 0px rgba(242, 244, 242, 0.9803921569), 0px 22px 22px 0px rgba(242, 244, 242, 0.8509803922), 0px 49px 29px 0px rgba(242, 244, 242, 0.5019607843), 0px 87px 35px 0px rgba(242, 244, 242, 0.1490196078), 0px 136px 38px 0px rgba(242, 244, 242, 0.0196078431);
	border-radius: 32px;
}
@media (max-width: 968px) {
	.case_5_6-item {
		padding: 24px;
	}
}
@media (max-width: 768px) {
	.case_5_6-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.case_5_6-interface {
	width: 56%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 768px) {
	.case_5_6-interface {
		width: 100%;
	}
}

.case_5_6-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	color: #52643E;
}
.case_5_6-title:not(:first-child) {
	margin-top: 32px;
}
@media (max-width: 678px) {
	.case_5_6-title {
		font-size: 20px;
	}
}

.case_5_6-description {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 12px;
}

/*== END case_5_6 ==*/
/*== BEGIN case_5_7 ==*/
.case_5_7 {
	margin-top: 32px;
	padding: 60px 0;
}
@media (max-width: 768px) {
	.case_5_7 {
		margin-top: 44px;
		padding: 24px 0;
	}
}

.case_5_7-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	gap: 24px;
	padding: 44px;
	border-radius: 32px;
	background-color: #52643E;
	-webkit-box-shadow: 0px 5px 12px 0px rgba(242, 244, 242, 0.9803921569), 0px 22px 22px 0px rgba(242, 244, 242, 0.8509803922), 0px 49px 29px 0px rgba(242, 244, 242, 0.5019607843), 0px 87px 35px 0px rgba(242, 244, 242, 0.1490196078), 0px 136px 38px 0px rgba(242, 244, 242, 0.0196078431);
	box-shadow: 0px 5px 12px 0px rgba(242, 244, 242, 0.9803921569), 0px 22px 22px 0px rgba(242, 244, 242, 0.8509803922), 0px 49px 29px 0px rgba(242, 244, 242, 0.5019607843), 0px 87px 35px 0px rgba(242, 244, 242, 0.1490196078), 0px 136px 38px 0px rgba(242, 244, 242, 0.0196078431);
}
@media (max-width: 678px) {
	.case_5_7-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		padding: 24px;
	}
}

.case_5_7-title {
	font-size: 32px;
	line-height: 1.1;
	color: #fff;
}
@media (max-width: 678px) {
	.case_5_7-title {
		font-size: 24px;
	}
}

.case_5_7-description {
	margin-top: 12px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
}
.case_5_7-block-content {
	width: 40%;
}
@media (max-width: 950px) {
	.case_5_7-block-content {
		width: 60%;
	}
}
@media (max-width: 678px) {
	.case_5_7-block-content {
		width: 100%;
	}
}

.case_5_7-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 24px 12px 60px;
	min-height: 84px;
	width: 524px;
	background-color: #fff;
	border-radius: 24px;
}
.case_5_7-content:before {
	position: absolute;
	left: 24px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 40px;
	line-height: 1.5;
	font-weight: 600;
	color: #52643E;
}
.case_5_7-content:after {
	position: absolute;
	right: 43px;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 24px;
	width: auto;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #111111;
	background-color: #EED7A1;
	border-radius: 12px;
	padding: 2px 8px;
}
.case_5_7-content:first-child::before {
	content: "1";
}
.case_5_7-content:first-child::after {
	content: "☆ 550";
}
.case_5_7-content:last-child {
	margin-top: 24px;
}
.case_5_7-content:last-child::before {
	content: "2";
}
.case_5_7-content:last-child::after {
	content: "-20%";
}
@media (max-width: 1000px) {
	.case_5_7-content {
		width: 100%;
	}
}
.main-content:has(.case_5_1) {
	background-color: #FAFAFA;
}

/*== END case_5_7 ==*/
/*== BEGIN case_5_8 ==*/
.case_5_8 {
	margin-top: 32px;
	padding: 80px 0;
}
@media (max-width: 768px) {
	.case_5_8 {
		margin-top: 44px;
		padding: 24px 9px;
	}
}

.case_5_8-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	gap: 44px;
	padding: 62px 44px;
	border-radius: 32px;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 12px 0px rgba(242, 244, 242, 0.9803921569), 0px 22px 22px 0px rgba(242, 244, 242, 0.8509803922), 0px 49px 29px 0px rgba(242, 244, 242, 0.5019607843), 0px 87px 35px 0px rgba(242, 244, 242, 0.1490196078), 0px 136px 38px 0px rgba(242, 244, 242, 0.0196078431);
	box-shadow: 0px 5px 12px 0px rgba(242, 244, 242, 0.9803921569), 0px 22px 22px 0px rgba(242, 244, 242, 0.8509803922), 0px 49px 29px 0px rgba(242, 244, 242, 0.5019607843), 0px 87px 35px 0px rgba(242, 244, 242, 0.1490196078), 0px 136px 38px 0px rgba(242, 244, 242, 0.0196078431);
}
@media (max-width: 768px) {
	.case_5_8-item {
		padding: 24px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.case_5_8-interface {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 42.5%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.case_5_8-interface img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
@media (max-width: 768px) {
	.case_5_8-interface {
		width: 100%;
	}
}

.case_5_8-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.case_5_8-description-list {
	margin-top: 32px;
	padding-bottom: 32px;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.case_5_8-description-list li {
	position: relative;
	padding: 8px 0 8px 20px;
	font-size: 16px;
	line-height: 1.5;
}
.case_5_8-description-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #52643E;
}

.case_5_8-title {
	font-size: 32px;
	line-height: 1.1;
	color: #222229;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
@media (max-width: 678px) {
	.case_5_8-title {
		font-size: 24px;
	}
}

.case_5_8-description {
	margin-top: 24px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #222229;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
@media (max-width: 678px) {
	.case_5_8-description {
		margin-top: 12px;
	}
}

.case_5_8-lower-description {
	margin-top: auto;
	padding: 24px;
	background-color: #52643E;
	border-radius: 24px;
	color: #fff;
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

/*== END case_5_8 ==*/
/*== BEGIN case_5_9 ==*/
.case_5_9 {
	margin-top: 32px;
	padding: 80px 0;
}
@media (max-width: 768px) {
	.case_5_9 {
		margin-top: 44px;
		padding: 24px 9px;
	}
}

.case_5_9-title {
	font-size: 32px;
	line-height: 1.1;
	color: #222229;
}
@media (max-width: 678px) {
	.case_5_9-title {
		font-size: 24px;
	}
}

.case_5_9-items-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 24px;
}
@media (max-width: 678px) {
	.case_5_9-items-list {
		gap: 16px;
	}
}

.case_5_9-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 270px;
	flex: 1 0 270px;
	padding: 24px;
	border-radius: 24px;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 12px 0px rgba(242, 244, 242, 0.9803921569), 0px 22px 22px 0px rgba(242, 244, 242, 0.8509803922), 0px 49px 29px 0px rgba(242, 244, 242, 0.5019607843), 0px 87px 35px 0px rgba(242, 244, 242, 0.1490196078), 0px 136px 38px 0px rgba(242, 244, 242, 0.0196078431);
	box-shadow: 0px 5px 12px 0px rgba(242, 244, 242, 0.9803921569), 0px 22px 22px 0px rgba(242, 244, 242, 0.8509803922), 0px 49px 29px 0px rgba(242, 244, 242, 0.5019607843), 0px 87px 35px 0px rgba(242, 244, 242, 0.1490196078), 0px 136px 38px 0px rgba(242, 244, 242, 0.0196078431);
}
.case_5_9-item:nth-child(1) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.case_5_9-item:nth-child(2) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.case_5_9-item:nth-child(3) {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.case_5_9-item-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	color: #52643E;
}
@media (max-width: 678px) {
	.case_5_9-item-title {
		font-size: 20px;
	}
}

.case_5_9-item-description {
	margin-top: 16px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #222229;
}

/*== END case_5_9 ==*/
/*== BEGIN case_5_10 ==*/
.case_5_10 {
	margin-top: 32px;
}
.case_5_10 .container {
	padding: 80px 13%;
	border-radius: 32px;
	background-color: #fff;
}
@media (max-width: 768px) {
	.case_5_10 {
		margin-top: 44px;
		padding: 24px 9px;
	}
	.case_5_10 .container {
		padding: 24px;
	}
}

.case_5_10-title {
	font-size: 32px;
	line-height: 1.1;
	color: #222229;
}
@media (max-width: 678px) {
	.case_5_10-title {
		font-size: 24px;
	}
}

.case_5_10-items-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	margin-top: 44px;
}
@media (max-width: 768px) {
	.case_5_10-items-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 24px;
	}
}

.case_5_10-main-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 24px;
	width: 45.8%;
	border-radius: 24px;
	background-color: #52643E;
	color: #fff;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
@media (max-width: 768px) {
	.case_5_10-main-item {
		width: 100%;
	}
}

.case_5_10-main-item-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
}
@media (max-width: 768px) {
	.case_5_10-main-item-title {
		font-size: 20px;
	}
}

.case_5_10-main-item-number {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.1;
	margin-top: auto;
}
@media (max-width: 768px) {
	.case_5_10-main-item-number {
		margin-top: 16px;
	}
}

.case_5_10-main-item-description {
	margin-top: 16px;
	font-size: 16px;
	line-height: 1.5;
}

.case_5_10-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}

.case_5_10-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 24px;
	min-height: 92px;
	border-radius: 24px;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 12px 0px rgba(242, 244, 242, 0.9803921569), 0px 22px 22px 0px rgba(242, 244, 242, 0.8509803922), 0px 49px 29px 0px rgba(242, 244, 242, 0.5019607843), 0px 87px 35px 0px rgba(242, 244, 242, 0.1490196078), 0px 136px 38px 0px rgba(242, 244, 242, 0.0196078431);
	box-shadow: 0px 5px 12px 0px rgba(242, 244, 242, 0.9803921569), 0px 22px 22px 0px rgba(242, 244, 242, 0.8509803922), 0px 49px 29px 0px rgba(242, 244, 242, 0.5019607843), 0px 87px 35px 0px rgba(242, 244, 242, 0.1490196078), 0px 136px 38px 0px rgba(242, 244, 242, 0.0196078431);
}
.case_5_10-item:nth-child(1) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.case_5_10-item:nth-child(2) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.case_5_10-item:nth-child(3) {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
@media (max-width: 768px) {
	.case_5_10-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.case_5_10-item-title {
	position: absolute;
	top: 24px;
	left: 24px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.1;
	color: #52643E;
}
@media (max-width: 768px) {
	.case_5_10-item-title {
		position: static;
	}
}

.case_5_10-item-description {
	padding-left: 96px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #222229;
}
@media (max-width: 768px) {
	.case_5_10-item-description {
		padding-left: 0;
		margin-top: 16px;
	}
}

/*== END case_5_10 ==*/
/*== end case_5 ==*/


