
section {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity .5s ease-out, transform .5s ease-out;
	margin-block: 120px;
}

section.visible {
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width: 992px) {
	section {
		margin-block: 64px;
	}
}

@media screen and (max-width: 460px) {
	section {
		margin-block: 40px;
	}
}

.section-container {
	max-width: 1366px;
	padding-inline: 25px;
	margin-inline: auto;
}

@media screen and (max-width: 768px) {
	.section-container {
		padding-inline: 16px;
	}
}

h1, h2 {
	font-size: 40px;
	line-height: 47px;
	font-weight: 300;
	color: #313131;
	margin: 0;
}

h1 span, h2 span {
	color: #30466d;
	font-weight: 700;
}

@media screen and (max-width: 992px) {
	h1 br, h2 br {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	h1, h2 {
		font-size: 32px;
		line-height: 120%;
	}
}

h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	color: #30466d;
}

@media screen and (max-width: 768px) {
	h3 {
		font-size: 18px;
	}
}

h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 120%;
	color: #30466d;
}

p {
	margin: 0;
	color: #5e5e5e;
	font-weight: 400;
	font-size: 15px;
	line-height: 176%;
}

.grey-bg {
	background-color: #f4f5f7;
}

.project-hero {
	margin-block: 24px 120px;
}

@media screen and (max-width: 992px) {
	.project-hero {
		margin-block: 32px 64px;
	}
}

@media screen and (max-width: 576px) {
	.project-hero {
		margin-block: 24px 40px;
	}
}

.project-hero__breadcrumbs {
	margin-block-end: 48px;
	font-weight: 500;
}

.project-hero__breadcrumbs a {
	font-weight: 700;
}

@media screen and (max-width: 992px) {
	.project-hero__breadcrumbs {
		display: none;
	}
}

.project-hero__wrapper {
	display: grid;
	grid-template-columns: 6fr 5fr;
	gap: 120px;
}

@media screen and (max-width: 1280px) {
	.project-hero__wrapper {
		gap: 64px;
	}
}

@media screen and (max-width: 992px) {
	.project-hero__wrapper {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

@media screen and (max-width: 576px) {
	.project-hero__wrapper {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

.project-hero__block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 40px;
}

@media screen and (max-width: 576px) {
	.project-hero__block {
		gap: 24px;
	}
}

.project-hero__block.block-title .title-wrapper h1 {
	margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
	.project-hero__block.block-title .title-wrapper h1 {
		margin-bottom: 8px;
	}
}

.project-hero__block.block-title .title-wrapper p {
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
}

@media screen and (max-width: 768px) {
	.project-hero__block.block-title .title-wrapper p {
		font-size: 17px;
	}
}

.project-hero__block.block-title .image-wrapper {
	position: relative;
	border-radius: 4px;
	box-shadow: 0 8px 21px 0 rgba(0, 0, 0, .05);
	overflow: hidden;
}

.project-hero__block.block-title .image-wrapper img.hero-image {
	display: block;
	height: 350px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.project-hero__block.block-title .image-wrapper img.hero-image {
		height: 300px;
	}
}

@media screen and (max-width: 460px) {
	.project-hero__block.block-title .image-wrapper img.hero-image {
		height: 200px;
	}
}

.project-hero__block.block-title .image-wrapper img.hero-logo {
	position: absolute;
	padding: 11px 12px;
	background: #fff;
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .05);
	border-radius: 8px;
}

@media screen and (max-width: 768px) {
	.project-hero__block.block-title .image-wrapper img.hero-logo {
		max-height: 25px;
		padding: 7px 8px;
		border-radius: 4px;
	}
}

.project-hero__block.block-title .image-wrapper.top-left img.hero-logo {
	top: 24px;
	left: 24px;
}

@media screen and (max-width: 576px) {
	.project-hero__block.block-title .image-wrapper.top-left img.hero-logo {
		top: 16px;
		left: 16px;
	}
}

.project-hero__block.block-title .image-wrapper.top-right img.hero-logo {
	top: 24px;
	right: 24px;
}

@media screen and (max-width: 576px) {
	.project-hero__block.block-title .image-wrapper.top-right img.hero-logo {
		top: 16px;
		right: 16px;
	}
}

.project-hero__block.block-title .image-wrapper.bottom-left img.hero-logo {
	bottom: 24px;
	left: 24px;
}

@media screen and (max-width: 576px) {
	.project-hero__block.block-title .image-wrapper.bottom-left img.hero-logo {
		bottom: 16px;
		left: 16px;
	}
}

.project-hero__block.block-title .image-wrapper.bottom-right img.hero-logo {
	bottom: 240px;
	right: 30px;
}

@media screen and (max-width: 576px) {
	.project-hero__block.block-title .image-wrapper.bottom-right img.hero-logo {
		bottom: 24px;
		right: 16px;
	}
}

.project-hero__block.block-content h3 {
	font-size: 18px;
	margin-bottom: 16px;
}

.project-hero__block.block-content .metrics-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	gap: 24px;
}

.project-hero__block.block-content .metrics-wrapper.three-metrics .metric-item:first-child {
	grid-column: 1/2;
	grid-row: 1/3;
}

@media screen and (max-width: 768px) {
	.project-hero__block.block-content .metrics-wrapper.three-metrics .metric-item:first-child {
		grid-column: auto;
		grid-row: auto;
	}
}

.project-hero__block.block-content .metrics-wrapper.five-metrics {
	grid-template-columns: repeat(6, 1fr);
}

@media screen and (max-width: 768px) {
	.project-hero__block.block-content .metrics-wrapper.five-metrics {
		grid-template-columns: 1fr;
	}
}

.project-hero__block.block-content .metrics-wrapper.five-metrics .metric-item:first-child {
	grid-column: 1/4;
}

@media screen and (max-width: 768px) {
	.project-hero__block.block-content .metrics-wrapper.five-metrics .metric-item:first-child {
		grid-column: auto;
	}
}

.project-hero__block.block-content .metrics-wrapper.five-metrics .metric-item:nth-child(2) {
	grid-column: 4/7;
}

@media screen and (max-width: 768px) {
	.project-hero__block.block-content .metrics-wrapper.five-metrics .metric-item:nth-child(2) {
		grid-column: auto;
	}
}

.project-hero__block.block-content .metrics-wrapper.five-metrics .metric-item:nth-child(3) {
	grid-column: 1/3;
}

@media screen and (max-width: 768px) {
	.project-hero__block.block-content .metrics-wrapper.five-metrics .metric-item:nth-child(3) {
		grid-column: auto;
	}
}

.project-hero__block.block-content .metrics-wrapper.five-metrics .metric-item:nth-child(4) {
	grid-column: 3/5;
}

@media screen and (max-width: 768px) {
	.project-hero__block.block-content .metrics-wrapper.five-metrics .metric-item:nth-child(4) {
		grid-column: auto;
	}
}

.project-hero__block.block-content .metrics-wrapper.five-metrics .metric-item:last-child {
	grid-column: 5/7;
}

@media screen and (max-width: 768px) {
	.project-hero__block.block-content .metrics-wrapper.five-metrics .metric-item:last-child {
		grid-column: auto;
	}
}

@media screen and (max-width: 768px) {
	.project-hero__block.block-content .metrics-wrapper {
		gap: 10px;
	}
}

.project-hero__block.block-content .metrics-wrapper .metric-item {
	padding: 20px 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.project-hero__block.block-content .metrics-wrapper .metric-item h4 {
	color: #30466d;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
	.project-hero__block.block-content .metrics-wrapper .metric-item h4 {
		margin-bottom: 12px;
	}
}

.project-hero__meta {
	margin-block: 120px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	gap: 24px;
}

@media screen and (max-width: 992px) {
	.project-hero__meta {
		margin-block: 64px;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 768px) {
	.project-hero__meta {
		margin-block: 24px 40px;
	}
}

.project-hero__meta h4 {
	color: #657ba0;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
}

.project-hero__meta p {
	color: #30466d;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
}

@media screen and (max-width: 768px) {
	.project-hero__meta p {
		font-size: 16px;
	}
}

.project-hero__meta p a {
	text-decoration: underline;
}

.project-hero__meta p a:hover {
	text-decoration: none;
}

.project-about {
	margin-block: 0;
	padding-block: 100px;
}

@media screen and (max-width: 992px) {
	.project-about {
		padding-block: 64px;
	}
}

@media screen and (max-width: 576px) {
	.project-about {
		padding-block: 40px;
	}
}

.project-about__wrapper {
	display: flex;
	gap: 24px;
}

@media screen and (max-width: 992px) {
	.project-about__wrapper {
		flex-wrap: wrap;
	}
}

.project-about__block {
	flex-basis: 50%;
}

@media screen and (max-width: 992px) {
	.project-about__block {
		flex-basis: 100%;
	}
}

.project-about__block.block-text h3 {
	margin-bottom: 16px;
}

.project-about__block.block-text p:not(:last-child) {
	margin-bottom: 16px;
}

.project-about__block.block-text a {
	color: #30466d;
	text-decoration: underline;
	font-weight: 500;
}

.project-about__block.block-text a:hover {
	text-decoration: none;
}

.project-about__block.block-text ul {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 16px;
}

.project-about__block.block-text ul li {
	font-weight: 600;
	font-size: 15px;
	line-height: 130%;
	color: #313131;
	border: 1px solid rgba(24, 47, 85, .1);
	background: #fff;
	padding: 10px 10px 10px 34px;
	position: relative;
}

.project-about__block.block-text ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #313131;
	position: absolute;
	top: calc(50% - 2px);
	left: 20px;
}

.project-cards-counts__header {
	display: flex;
	gap: 24px;
	margin-bottom: 64px;
}

@media screen and (max-width: 992px) {
	.project-cards-counts__header {
		margin-bottom: 32px;
	}
}

.project-cards-counts__header h2 {
	flex-basis: 50%;
}

@media screen and (max-width: 992px) {
	.project-cards-counts__header h2 {
		flex-basis: 100%;
	}
}

.project-cards-counts__header p {
	flex-basis: 50%;
}

@media screen and (max-width: 992px) {
	.project-cards-counts__header p {
		flex-basis: 100%;
	}
}

@media screen and (max-width: 992px) {
	.project-cards-counts__header {
		flex-wrap: wrap;
		gap: 16px;
	}
}

@media screen and (max-width: 576px) {
	.project-cards-counts__header {
		gap: 8px;
	}
}

.project-cards-counts__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

@media screen and (max-width: 768px) {
	.project-cards-counts__items {
		gap: 16px;
	}
}

.project-cards-counts__items .card {
	flex-basis: calc(50% - 10px);
	padding: 32px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 32px;
}

@media screen and (max-width: 992px) {
	.project-cards-counts__items .card {
		flex-basis: 100%;
	}
}

@media screen and (max-width: 768px) {
	.project-cards-counts__items .card {
		padding: 28px 16px;
	}
}

.project-cards-counts__items .card-count {
	color: #30466d;
	font-weight: 600;
	font-size: 40px;
	line-height: 120%;
	text-transform: uppercase;
}

@media screen and (max-width: 768px) {
	.project-cards-counts__items .card-count {
		font-size: 32px;
	}
}

.project-cards-counts__items .card-title h3 {
	margin-bottom: 12px;
}

.project-cards-counts__items .card-title .descr p:not(:last-child) {
	margin-bottom: 16px;
}

.project-cards-counts__items .card-title .descr ul {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.project-cards-counts__items .card-title .descr ul:not(:last-child) {
	margin-bottom: 16px;
}

.project-cards-counts__items .card-title .descr ul li {
	font-weight: 600;
	font-size: 15px;
	line-height: 130%;
	color: #313131;
	border: 1px solid rgba(24, 47, 85, .1);
	background: #fff;
	padding: 10px 10px 10px 34px;
	position: relative;
}

.project-cards-counts__items .card-title .descr ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #313131;
	position: absolute;
	top: calc(50% - 2px);
	left: 20px;
}

.project-list.grey-bg {
	padding-block: 100px;
}

@media screen and (max-width: 992px) {
	.project-list.grey-bg {
		padding-block: 64px;
	}
}

@media screen and (max-width: 460px) {
	.project-list.grey-bg {
		padding-block: 40px;
	}
}

.project-list__wrapper {
	display: flex;
	gap: 24px;
}

@media screen and (max-width: 992px) {
	.project-list__wrapper {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 768px) {
	.project-list__wrapper {
		gap: 32px;
	}
}

.project-list__block {
	flex-basis: 50%;
}

@media screen and (max-width: 992px) {
	.project-list__block {
		flex-basis: 100%;
	}
}

.project-list__block h2:has(~p) {
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.project-list__block h2:has(~p) {
		margin-bottom: 8px;
	}
}

.project-list__block .header-text {
	margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
	.project-list__block .header-text {
		margin-bottom: 16px;
	}
}

.project-list__block .footer-text {
	margin-top: 24px;
}

@media screen and (max-width: 768px) {
	.project-list__block .footer-text {
		margin-top: 16px;
	}
}

.project-list__item {
	padding-block: 24px;
	display: flex;
	align-items: center;
	gap: 16px;
	color: #30466d;
	font-weight: 700;
	font-size: 16px;
	line-height: 120%;
}

.project-list__item:not(:last-child) {
	border-bottom: 1px solid #e0e0e0;
}

.project-list__item .icon {
	width: 16px;
	height: 16px;
}

.project-wide-cards__header {
	margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
	.project-wide-cards__header {
		margin-bottom: 32px;
	}
}

.project-wide-cards__header h2:has(~p) {
	margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
	.project-wide-cards__header h2:has(~p) {
		margin-bottom: 16px;
	}
}

.project-wide-cards__items {
	max-width: 780px;
	margin-inline: auto;
}

.project-wide-cards__items .card {
	padding: 32px 24px;
}

.project-wide-cards__items .card:not(:last-child) {
	margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
	.project-wide-cards__items .card:not(:last-child) {
		margin-bottom: 16px;
		padding: 28px 16px;
	}
}

.project-wide-cards__items .card-icon {
	width: 40px;
	height: 40px;
	margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
	.project-wide-cards__items .card-icon {
		margin-bottom: 32px;
	}
}

.project-wide-cards__items .card-content h3 {
	margin-bottom: 24px;
}

.project-wide-cards__items .card-content h3:has(~p) {
	margin-bottom: 16px;
}

.project-wide-cards__items .card-content h4 {
	margin-bottom: 16px;
}

.project-wide-cards__items .card-content h4:has(~p) {
	margin-bottom: 12px;
}

.project-wide-cards__items .card-content p:not(:last-child) {
	margin-bottom: 16px;
}

.project-wide-cards__items .card-content ul {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 32px;
}

.project-wide-cards__items .card-content ul li {
	font-weight: 600;
	font-size: 15px;
	line-height: 130%;
	color: #313131;
	border: 1px solid rgba(24, 47, 85, .1);
	background: #fff;
	padding: 10px 10px 10px 34px;
	position: relative;
}

.project-wide-cards__items .card-content ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #313131;
	position: absolute;
	top: 20px;
	left: 20px;
}

@media screen and (max-width: 768px) {
	.project-wide-cards__items .card-content ul li:before {
		line-height: 130%;
		top: 17px;
	}
}

.project-wide-cards__items .card-content blockquote {
	background: #fff;
	padding: 10px 16px 10px 50px;
	display: flex;
	gap: 10px;
	font-weight: 700;
	font-size: 15px;
	line-height: 176%;
	color: #30466d;
	margin: 0;
	position: relative;
}

.project-wide-cards__items .card-content blockquote > p {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.project-wide-cards__items .card-content blockquote:before {
	content: "";
	display: block;
	background: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-15e8c66/elogic.co/wp-content/themes/elogic/resources/images/svg/icon-info.svg") center center/contain no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 16px;
}

.project-wide-cards__items .card-info {
	background: #fff;
	padding: 10px 16px;
	display: flex;
	gap: 10px;
	font-weight: 700;
	font-size: 15px;
	line-height: 176%;
	color: #30466d;
}

.project-wide-cards__items .card-info .icon {
	width: 24px;
	height: 24px;
}

.project-list-counts.grey-bg {
	padding-block: 100px;
}

@media screen and (max-width: 992px) {
	.project-list-counts.grey-bg {
		padding-block: 64px;
	}
}

@media screen and (max-width: 460px) {
	.project-list-counts.grey-bg {
		padding-block: 40px;
	}
}

.project-list-counts__wrapper {
	display: flex;
	gap: 24px;
}

@media screen and (max-width: 992px) {
	.project-list-counts__wrapper {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 768px) {
	.project-list-counts__wrapper {
		gap: 32px;
	}
}

.project-list-counts__block {
	flex-basis: 50%;
}

@media screen and (max-width: 992px) {
	.project-list-counts__block {
		flex-basis: 100%;
	}
}

.project-list-counts__block h2:has(~p) {
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.project-list-counts__block h2:has(~p) {
		margin-bottom: 8px;
	}
}

.project-list-counts__block .header-text {
	margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
	.project-list-counts__block .header-text {
		margin-bottom: 16px;
	}
}

.project-list-counts__block .footer-text {
	margin-top: 24px;
}

@media screen and (max-width: 768px) {
	.project-list-counts__block .footer-text {
		margin-top: 16px;
	}
}

.project-list-counts__item {
	padding-block: 24px;
	font-size: 16px;
	line-height: 120%;
}

.project-list-counts__item:not(:last-child) {
	border-bottom: 1px solid #e0e0e0;
}

.project-list-counts__item .card-count {
	color: #30466d;
	font-weight: 600;
	font-size: 40px;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
	.project-list-counts__item .card-count {
		font-size: 32px;
	}
}

.project-results__header {
	display: flex;
	gap: 24px;
	margin-bottom: 64px;
}

@media screen and (max-width: 992px) {
	.project-results__header {
		margin-bottom: 32px;
	}
}

.project-results__header h2 {
	flex-basis: 50%;
}

@media screen and (max-width: 992px) {
	.project-results__header h2 {
		flex-basis: 100%;
	}
}

.project-results__header p {
	flex-basis: 50%;
}

@media screen and (max-width: 992px) {
	.project-results__header p {
		flex-basis: 100%;
	}
}

@media screen and (max-width: 992px) {
	.project-results__header {
		flex-wrap: wrap;
		gap: 16px;
	}
}

@media screen and (max-width: 576px) {
	.project-results__header {
		gap: 8px;
	}
}

.project-results__blocks {
	display: flex;
	flex-wrap: wrap;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 48px;
}

@media screen and (max-width: 768px) {
	.project-results__blocks {
		-moz-column-gap: 16px;
		column-gap: 16px;
		row-gap: 32px;
	}
}

.project-results__block {
	flex-basis: calc(50% - 10px);
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: space-between;
}

@media screen and (max-width: 992px) {
	.project-results__block {
		gap: 24px;
		flex-basis: 100%;
	}
}

.project-results__block.cols-2 .cards .card {
	flex-basis: 50%;
}

@media screen and (max-width: 768px) {
	.project-results__block.cols-2 .cards .card {
		flex-basis: 100%;
	}
}

.project-results__block.cols-3 .cards .card {
	flex-basis: 50%;
}

@media screen and (max-width: 768px) {
	.project-results__block.cols-3 .cards .card {
		flex-basis: 100%;
	}
}

.project-results__block.full-width {
	flex-basis: 100%;
}

.project-results__block .cards {
	display: flex;
	height: 100%;
	gap: 20px;
}

@media screen and (max-width: 768px) {
	.project-results__block .cards {
		gap: 16px;
		flex-wrap: wrap;
		height: auto;
	}
}

.project-results__block .cards .card {
	padding: 32px 24px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 32px;
	width: 100%;
}

@media screen and (max-width: 992px) {
	.project-results__block .cards .card {
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	.project-results__block .cards .card {
		padding: 28px 16px;
		gap: 12px;
	}
}

.project-results__block .cards .card-value {
	color: #30466d;
	font-weight: 600;
	font-size: 40px;
	line-height: 120%;
	text-transform: uppercase;
}

@media screen and (max-width: 768px) {
	.project-results__block .cards .card-value {
		font-size: 32px;
	}
}

.project-cards-icons__header {
	margin-bottom: 64px;
}

@media screen and (max-width: 992px) {
	.project-cards-icons__header {
		margin-bottom: 32px;
	}
}

.project-cards-icons__header h2:has(~p) {
	margin-bottom: 16px;
}

.project-cards-icons__cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	grid-template-rows: 1fr;
	gap: 20px;
}

.project-cards-icons__cards .card {
	padding: 32px 24px;
	border: 1px solid #f4f5f7;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 64px;
}

@media screen and (max-width: 768px) {
	.project-cards-icons__cards .card {
		gap: 32px;
	}
}

.project-cards-icons__cards .card-icon {
	width: 40px;
	height: 40px;
}

.project-cards-icons__cards .card-text h3 {
	margin-bottom: 16px;
}

.project-cards-icons__cards .card-text p:not(:last-child) {
	margin-bottom: 16px;
}

.project-cards-icons__cards .card-text ul {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.project-cards-icons__cards .card-text ul:not(:last-child) {
	margin-bottom: 16px;
}

.project-cards-icons__cards .card-text ul li {
	font-weight: 600;
	font-size: 15px;
	line-height: 130%;
	color: #313131;
	border: 1px solid rgba(24, 47, 85, .1);
	background: #fff;
	padding: 10px 10px 10px 34px;
	position: relative;
}

.project-cards-icons__cards .card-text ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #313131;
	position: absolute;
	top: calc(50% - 2px);
	left: 20px;
}

.project-cards-icons__description {
	margin-top: 16px;
}

.project-cards-icons__footer {
	margin-top: 64px;
}

@media screen and (max-width: 768px) {
	.project-cards-icons__footer {
		margin-top: 32px;
	}
}

.project-cards-icons__footer p:not(:last-child) {
	margin-bottom: 16px;
}

.project-cards-icons__footer ul {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.project-cards-icons__footer ul:not(:last-child) {
	margin-bottom: 16px;
}

.project-cards-icons__footer ul li {
	font-weight: 600;
	font-size: 15px;
	line-height: 130%;
	color: #313131;
	background: #f4f5f7;
	padding: 16px 24px;
	position: relative;
}

.project-process__intro {
	max-width: 760px;
	margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
	.project-process__intro {
		margin-bottom: 32px;
	}
}

.project-process h2 {
	margin-bottom: 20px;
}

.project-process__scheme {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 34px;
	margin-bottom: 64px;
	flex-wrap: nowrap;
}

@media screen and (max-width: 992px) {
	.project-process__scheme {
		gap: 20px;
	}
}

@media screen and (max-width: 768px) {
	.project-process__scheme {
		flex-direction: column;
		gap: 22px;
		margin-bottom: 32px;
	}
}

.project-process__node {
	position: relative;
	flex: 0 0 auto;
}

.project-process__circle {
	width: clamp(180px, 20vw, 280px);
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: rgba(226, 228, 233, .45);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 32px;
}

.project-process__dot {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(92, 112, 163, .12);
	transform: translateY(-50%);
	z-index: 2;
}

.project-process__dot::after {
	content: "";
	position: absolute;
	inset: 8px;
	border-radius: 50%;
	background: #304b7e;
}

.project-process__dot--right {
	right: -16px;
}

@media screen and (max-width: 768px) {
	.project-process__dot--right {
		left: 50%;
		transform: translate(-50%, 0);
		top: auto;
		bottom: -16px;
		right: auto;
	}
}

.project-process__dot--left {
	left: -16px;
}

@media screen and (max-width: 768px) {
	.project-process__dot--left {
		left: 50%;
		transform: translate(-50%, 0);
		top: -16px;
	}
}

.project-process__arrow {
	position: relative;
	flex: 0 0 clamp(60px, 7vw, 110px);
	height: 2px;
	background-image: linear-gradient(to right, #c9c9cf 0, #c9c9cf 6px, transparent 6px, transparent 12px);
	background-size: 12px 2px;
	background-repeat: repeat-x;
}

.project-process__arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -1px;
	width: 14px;
	height: 14px;
	border-top: 2px solid #c9c9cf;
	border-right: 2px solid #c9c9cf;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
	.project-process__arrow::after {
		top: auto;
		bottom: -1px;
		left: 50%;
		right: auto;
		transform: translateX(-50%) rotate(135deg);
	}
}

@media screen and (max-width: 992px) {
	.project-process__arrow {
		flex-basis: 56px;
	}
}

@media screen and (max-width: 768px) {
	.project-process__arrow {
		width: 2px;
		height: 44px;
		flex: 0 0 44px;
		background-image: linear-gradient(to bottom, #c9c9cf 0, #c9c9cf 6px, transparent 6px, transparent 12px);
		background-size: 2px 12px;
		background-repeat: repeat-y;
	}
}

.project-process__description {
	text-align: center;
}

.project-cta__wrapper {
	background: linear-gradient(110.42deg, #30466d 9.86%, #234d97 58.33%);
	padding: 40px 55px;
	display: flex;
	gap: 100px;
	align-items: flex-end;
	justify-content: space-between;
}

@media screen and (max-width: 992px) {
	.project-cta__wrapper {
		flex-wrap: wrap;
		gap: 64px;
		padding: 40px 32px;
	}
}

@media screen and (max-width: 768px) {
	.project-cta__wrapper {
		gap: 32px;
		padding: 40px 16px;
	}
}

.project-cta__title h2 {
	color: #fff;
	margin-bottom: 15px;
}

.project-cta__title h2 span {
	color: inherit;
}

.project-cta__title p {
	color: #fff;
}

.project-cta .project-cta__button {
	flex-shrink: 0;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	line-height: 100%;
	letter-spacing: 8%;
	text-transform: uppercase;
	padding: 18px 19px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 19px;
	border: 1px solid #fff;
}

.project-cta .project-cta__button svg {
	transition: transform .3s ease-in-out;
}

.project-cta .project-cta__button:hover {
	color: #30466d;
	background: #fff;
}

.project-cta .project-cta__button:hover svg {
	transform: rotate(-45deg);
}
