header.header {
	position: relative;
	padding-bottom: 120px;
	overflow: hidden;
	z-index: 1;
}
.header__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url('../../img/projects-final/header/headerBG.jpg'),
		linear-gradient(90deg, #0075c9 0%, #0018df 100%);
	background-position: center;
	background-attachment: fixed;

	background-size: cover;
	background-repeat: no-repeat;
	mask-image: url('../../img/projects-final/header/mask.png');
	mask-size: 100% 100%;
}
.header__title {
	padding-top: 40px;
	color: #fff;
	font-family: 'Letov';
	font-size: clamp(2.625rem, calc(1.0332rem + 7.9592vw), 7.5rem);
	font-weight: 400;
	margin-bottom: 30px;
}
.header__content {
	padding-left: 100px;
	position: relative;
	padding-top: 2rem;
	z-index: 20;
}
.header__current-page {
	display: flex;
	align-items: center;
	gap: 0.79rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	text-decoration: none;
}
.header__current-page span {
	color: #989898;
}
.header__descr {
	color: #fff;
	font-size: clamp(0.875rem, calc(1.0893rem + 1.4286vw), 2.25rem);
	font-weight: 400;
	margin-bottom: 40px;
	z-index: 20;
	letter-spacing: 5px;
}
.button {
	border: none;
	padding: 20px 58px;
	background: #0effd6;
	border-radius: 30px;
	cursor: pointer;
	color: #001287;
	font-size: 1.5rem;
	font-weight: 500;
	-webkit-box-shadow: 10px 10px 17px -8px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 17px -8px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 17px -8px rgba(0, 0, 0, 0.75);
	transition: background 0.3s ease 0s;
	z-index: 20;
}
.main {
	margin-top: -70px;
	position: relative;
	z-index: 0;
}
.main__overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(128, 128, 128, 0.4);
}
/* project */
.project {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	padding: 150px 0 150px 0;
	overflow: hidden;
}
.project:first-of-type {
	padding: 80px 0 260px 0;
}
.project::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.06);
	z-index: 1;
	pointer-events: none;
}

.project > * {
	position: relative;
	z-index: 2;
}
.project__content:first-child {
	padding-bottom: 50px;
}
.project__container {
	display: flex;
	align-items: flex-end;
	gap: 20px;
	justify-content: space-between;
	height: 100%;
}
.project__image {
	max-width: 340px;
	height: 400px;
}
.project__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 45%;
}
.projects__categories {
}
.projects__icons {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 9px;
}
.project__icon {
}
.project__title {
	max-width: 460px;
	color: #fff;
	font-size: clamp(1.75rem, calc(1.5867rem + 0.8163vw), 2.25rem);
	font-weight: 500;
	margin-bottom: 2rem;
}
.project__info {
	display: flex;
	align-items: center;
	gap: 2rem;
}
.project__button-next {
	width: min-content;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 3px 12px;
	border: 1px solid #fff;
	border-radius: 20px;
	font-size: 0.9rem;
	cursor: pointer;
	color: #fff;
	transition: background 0.3s ease 0s;
}
.project__button-next span {
	padding-bottom: 4px;
	font-size: 1.8rem;
}
.project__button-next:hover {
	border: 1px solid #0075c9;
	background: #0075c9;
	color: #fff;
}
.project__counter {
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
}

.categories-project {
	max-width: 550px;
	margin-bottom: 30px;
	position: relative;
}
.categories-project__items {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 13px;
	transition: opacity 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
}
.categories-project__items.active {
	opacity: 1;
	visibility: visible;
}
.categories-project__button {
	display: flex;
	align-items: center;
	gap: 11px;
	position: absolute;
	left: 0;
	top: 70%;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	cursor: pointer;
	transition: transform 0.4s ease 0s;
	transition: all 0.3s ease 0s;
}
.categories-project__button img {
	transition: rotate 0.4s ease 0s;
}
.categories-project__button.active {
	left: 89%;
	top: 103%;
}
.categories-project__button.active img {
	rotate: -180deg;
}
.categories-project__button.active span {
	display: none;
}
.categories-project__item {
	color: #fff;
	font-size: clamp(0.75rem, calc(0.6684rem + 0.4082vw), 1rem);
	font-weight: 400;
	border: 1px solid #fff;
	padding: 13px 16px;
	border-radius: 2rem;
	transition: background 0.3s ease 0s, border-color 0.3s ease 0s;
	cursor: pointer;
}
.categories-project__item.active {
	background: #0075c9;
	border-color: #0075c9;
}
.categories-project__item:hover {
	background: #0075c9;
	border-color: #0075c9;
}
@media (max-width: 767.98px) {
	.header__content {
		padding-left: 0;
	}
	.header__nav {
		padding-top: 20px;
	}
	.project__image {
		display: none;
	}
	.footer__container {
		flex-direction: column;
	}
	.footer__info {
		flex-direction: column;
	}
	.footer__list {
		gap: 2rem;
	}
}
@media (max-width: 680px) {
	.footer__decoration {
		display: none;
	}
	.menu {
		padding: 3rem 3rem 4rem 3rem;
	}
	.categories-sticky__item {
		padding: 10px 10px;
	}
	.project {
		padding: 80px 0 130px 0;
	}
}
