.projects_hero {
	padding: 75px 0 60px;
}

.projects_hero-content {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 75px;
}

.projects_hero-title {
	color: #1f1f1f;
	font-family: 'Blogger Sans';
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px; /* 107.143% */
	text-transform: uppercase;
	max-width: 450px;
}

.projects_hero-desc {
	color: #1f1f1f;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 29px; /* 145% */
	max-width: 623px;
}

.projects_hero-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	border-top: 1px solid #8fc3ee;
	border-bottom: 1px solid #8fc3ee;
}

.projects_hero-item {
	padding: 24px;
}

.projects_hero-item--num {
	color: #0265cb;
	font-family: 'Blogger Sans';
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.projects_hero-item--title {
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.projects_hero-item--desc {
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.projects_hero-line {
	width: 1px;
	height: 103px;
	background: #8fc3ee;
}

.projects {
	padding-bottom: 100px;
}

.projects_container {
	display: flex;
	flex-direction: column;
	gap: 100px;
}

.projects_nav {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 84px;
}

.projects_nav-item {
	padding: 12px 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	background: #fff;
	color: #3a4a5c;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	transition: ease 0.3s;
	cursor: pointer;
}

.projects_nav-item:hover {
	background: #cce0f5;
}

.projects_nav-item.active {
	background: #0265cb;
}

.projects_nav-item.active .projects_nav-item--num {
	background: #fed237;
	color: #0265cb;
}

.projects_nav-item.active {
	pointer-events: none;
}

.projects_nav-item.active .projects_nav-item--title {
	color: #fff;
}

.projects_nav-item--title {
	color: #3a4a5c;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.projects_nav-item--num {
	width: 24px;
	height: 24px;
	border-radius: 12px;
	background: #cce0f5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.future_projects {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.future_projects-top {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 32px;
}

.project_block-title {
	color: #1f1f1f;
	font-family: 'Blogger Sans';
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px; /* 150% */
	text-transform: uppercase;
}

.future_project {
	position: relative;
	border-radius: 24px;
	background: #fff;
	overflow: hidden;
}

.flagman.future_project {
	background: linear-gradient(
		33deg,
		#004190 -6.96%,
		#0264c9 6.39%,
		#0265cb 22.9%,
		#3092de 42.81%
	);
}

.project_img-wrapper {
	position: relative;
}

.flagman .project_img-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	max-height: none;
	overflow: hidden;
}

.project_img-badge {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 8px;
	display: flex;
	align-items: center;
	gap: 4px;
	border-radius: 500px;
	background: #fed237;
}

.project_img-badge--title {
	color: #1f1f1f;
	font-family: Montserrat;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.66px;
	text-transform: uppercase;
}

.project_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project_content {
	padding: 48px 32px;
	margin-left: 50%;
}

.flagman_future-tags,
.future_tags {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px;
}

.flagman_future-tag {
	border-radius: 500px;
	background: rgba(255, 255, 255, 0.4);
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 8px;
	color: #fff;
	font-family: Montserrat;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.66px;
	text-transform: uppercase;
}

.flagman_future-tag--circle {
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
}

.project_title {
	color: #1f1f1f;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 16px;
}

.flagman_project-title {
	color: #fff;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.project_desc {
	color: #1f1f1f;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 155%; /* 24.8px */
	margin-bottom: 16px;
}

.flagman_project-desc {
	color: #fff;
}

.flagman_info {
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.1);
	padding: 12px;
	margin-bottom: 16px;
}

.flagman_info-title {
	color: #fed237;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%; /* 18.6px */
	text-transform: uppercase;
	margin-bottom: 8px;
}

.flagman_info-desc {
	color: #fff;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 155%; /* 21.7px */
}

.project_content-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 48px;
}

.support_btn {
	border: none;
	outline: none;
	color: #1f1f1f;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	padding: 12px 32px;
	border-radius: 50px;
	background: #fed237;
	transition: ease 0.3s;
	cursor: pointer;
}

.support_btn:hover {
	background: #cce0f5;
	color: #0265cb;
}

.details_btn {
	border: none;
	outline: none;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #1f1f1f;
	background: transparent;
}

.details_btn span {
	width: 36px;
	height: 36px;
	border-radius: 18px;
	background: #fed237;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease 0.3s;
}

.flagman .details_btn {
	color: #fff;
}

.details_btn:hover span {
	background: #cce0f5;
}

.future_tag {
	color: #0265cb;
	font-family: Montserrat;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.66px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 8px;
	border-radius: 500px;
	background: rgba(2, 101, 203, 0.1);
}

.future_tag-circle {
	width: 5px;
	height: 5px;
	background: #0265cb;
	border-radius: 50%;
}

.future_info {
	padding: 12px;
	border-radius: 0 8px 8px 0;
	border-left: 2px solid #fed237;
	background: #eaf0f4;
}

.future_info-desc {
	color: #1f1f1f;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 155%;
}

.future_info-desc span {
	color: #0265cb;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 155%; /* 24.8px */
}

.future_project-img-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
}

.current_projects {
	padding: 62px;
	background: #fff;
	border-radius: 24px;
}

.current_project_img-badge {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 4px;
	border-radius: 500px;
	background: #fff;
}

.current_project_img-badge--title {
	color: #0265cb;
	font-family: Montserrat;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.current_project_content {
	background: #eaf0f4;
}

.current_tag {
	border-radius: 500px;
	background: #ceebd2;
	padding: 8px;
	display: flex;
	align-items: center;
	gap: 4px;
	color: #3a9843;
	font-family: Montserrat;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.66px;
}

.current_tag-circle {
	width: 5px;
	height: 5px;
	background: #3a9843;
	border-radius: 50%;
}

.current_project .project_desc {
	color: #3a4a5c;
}

.current_project-info {
	border-radius: 16px;
	border: 1px solid #eaf0f4;
	background: #fff;
	padding: 16px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin: 32px 0;
}

.current_project-info-title {
	color: #0265cb;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%; /* 18.6px */
	margin-bottom: 2px;
}

.current_project-info-desc {
	color: #1f1f1f;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 155%; /* 18.6px */
}

.current_project .project_img-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	max-height: none;
}

.past_project_img-badge {
	position: absolute;
	bottom: 20px;
	left: 20px;
	border-radius: 14px;
	background: rgba(31, 31, 31, 0.8);
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 8px 10px;
	color: #fff;
	font-family: Montserrat;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.past_project_img-badge--second {
	position: absolute;
	bottom: 20px;
	left: 230px;
	border-radius: 14px;
	background: rgba(31, 31, 31, 0.8);
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 8px 10px;
	color: #fff;
	font-family: Montserrat;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.past_project_img-badge--circle {
	width: 5px;
	height: 5px;
	background: #fed237;
	border-radius: 50%;
}

.past_tags {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

.past_tag {
	color: #0265cb;
	font-family: Montserrat;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.past_tag-circle {
	width: 5px;
	height: 5px;
	background: #0265cb;
	border-radius: 50%;
}

.past_project_desc {
	color: #3a4a5c;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 155%; /* 24.8px */
}

.past_project_desc span {
	font-weight: 700;
}

.past_info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	border-top: 1px solid rgba(2, 101, 203, 0.12);
	border-bottom: 1px solid rgba(2, 101, 203, 0.12);
	padding: 16px 0;
	margin: 32px 0;
}

.past_info-item--title {
	color: #0265cb;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.past_info-item--desc {
	color: #3a4a5c;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.past_info-item--line {
	background: rgba(2, 101, 203, 0.12);
	width: 1px;
	height: 48px;
}

.past_projects {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.past_projects .project_img-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
}

.future_info-list {
	padding-left: 20px;
	margin-top: 8px;
	list-style-type: disc;
}

.future_info-list li {
	color: #1f1f1f;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 155%; /* 24.8px */
	list-style-type: disc;
}

@media (max-width: 1580px) {
	.current_projects {
		padding: 62px 0;
		background: #fff;
		border-radius: 24px;
	}
}

@media (max-width: 1120px) {
	.future_project {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0;
	}

	.flagman .project_img-wrapper {
		position: relative;
		width: 100%;
		max-height: 400px;
	}

	.project_content {
		margin-left: 0;
	}

	.future_project-img-wrapper {
		position: relative;
		width: 100%;
		max-height: 400px;
	}

	.current_project .project_img-wrapper {
		position: relative;
		width: 100%;
		max-height: 400px;
	}

	.past_projects .project_img-wrapper {
		position: relative;
		width: 100%;
		max-height: 400px;
	}
}

@media (max-width: 992px) {
	.projects_hero-title {
		font-size: 42px;
		line-height: 48px;
	}

	.projects_hero-desc {
		font-size: 18px;
		line-height: 26px;
		max-width: 100%;
	}

	.project_block-title {
		font-size: 32px;
		line-height: 44px;
	}

	.current_projects {
		padding: 40px 24px;
	}

	.future_projects-top {
		flex-direction: column;
		gap: 16px;
		margin-bottom: 24px;
	}

	.projects_nav {
		margin-bottom: 60px;
	}
}

@media (max-width: 768px) {
	.projects_hero {
		padding: 40px 0 30px;
	}

	.projects_hero-content {
		flex-direction: column;
		gap: 24px;
		margin-bottom: 40px;
	}

	.projects_hero-title {
		font-size: 36px;
		line-height: 42px;
		max-width: 100%;
	}

	.projects_hero-desc {
		font-size: 16px;
		line-height: 24px;
	}

	.projects_hero-items {
		flex-direction: column;
		gap: 0;
	}

	.projects_hero-item {
		padding: 20px 16px;
		width: 100%;
	}

	.projects_hero-line {
		width: 100%;
		height: 1px;
	}

	.projects_hero-item--num {
		font-size: 28px;
	}

	.projects_hero-item--title {
		font-size: 15px;
	}

	.projects_hero-item--desc {
		font-size: 13px;
	}

	.projects {
		padding-bottom: 60px;
	}

	.projects_container {
		gap: 60px;
	}

	.projects_nav {
		flex-wrap: wrap;
		gap: 8px;
		margin-bottom: 40px;
	}

	.projects_nav-item {
		padding: 10px 14px;
		font-size: 13px;
	}

	.projects_nav-item--num {
		width: 22px;
		height: 22px;
	}

	.project_block-title {
		font-size: 28px;
		line-height: 36px;
	}

	.project_content {
		padding: 32px 20px;
	}

	.flagman_future-tags,
	.future_tags {
		flex-wrap: wrap;
		gap: 8px;
		margin-bottom: 12px;
	}

	.project_title,
	.flagman_project-title {
		font-size: 24px;
		margin-bottom: 12px;
	}

	.project_desc {
		font-size: 15px;
		margin-bottom: 12px;
	}

	.project_content-bottom {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
		margin-top: 32px;
	}

	.support_btn {
		width: 100%;
		padding: 14px 24px;
		font-size: 13px;
		text-align: center;
	}

	.details_btn {
		width: 100%;
		justify-content: center;
		font-size: 13px;
	}

	.current_projects {
		padding: 32px 16px;
	}

	.future_info-desc {
		font-size: 15px;
	}

	.future_info-desc span {
		font-size: 15px;
	}

	.past_info-item--title {
		font-size: 28px;
		text-align: center;
	}

	.past_info {
		flex-direction: column;
	}

	.past_info-item--line {
		display: none;
	}

	.past_tags {
		flex-wrap: wrap;
	}
}

@media (max-width: 480px) {
	.projects_hero {
		padding: 30px 0 20px;
	}

	.projects_hero-title {
		font-size: 28px;
		line-height: 34px;
	}

	.projects_hero-desc {
		font-size: 15px;
		line-height: 22px;
	}

	.projects_hero-item {
		padding: 16px 12px;
	}

	.projects_hero-item--num {
		font-size: 24px;
	}

	.projects_hero-item--title {
		font-size: 14px;
	}

	.project_block-title {
		font-size: 24px;
		line-height: 32px;
	}

	.project_title,
	.flagman_project-title {
		font-size: 20px;
	}

	.project_content {
		padding: 24px 16px;
	}

	.flagman .project_img-wrapper {
		max-height: 280px;
	}

	.future_project-img-wrapper {
		max-height: 250px;
	}

	.support_btn {
		padding: 12px 20px;
		font-size: 12px;
	}

	.details_btn {
		font-size: 12px;
	}

	.details_btn span {
		width: 32px;
		height: 32px;
	}

	.current_projects {
		padding: 24px 12px;
	}

	.current_project-info {
		grid-template-columns: 1fr;
	}
}


.project_content-bottom {
	display: none;
}