.project {
	min-height: 100vh;
	padding-top: 70px;
	padding-bottom: 70px;
	color: #243746;
}

.project__inner h2 {
	margin-top: 50px;
	font-size: 42px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}

.project__inner h2 img {
	height: 50px;
}

.project__link {
	font-size: 14px;
	color: rgb(68, 68, 68);
	margin-bottom: 40px;
}

.project__link a {
	text-decoration: none;
	color: rgb(68, 68, 68);
}

.project__link a:hover {
	text-decoration: underline;
}

.project__info {
	display: flex;
	align-items: center;
	gap: 40px;
}

.project__text {
	width: 700px;
}

.project__text p {
	font-size: 17px;
	margin-bottom: 20px;
}

.project__text p span {
	font-weight: 500;
}

.project__card {
	width: 700px;
}

.project__card img {
	border-radius: 10px 10px 0px 0px;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 4/3;
	-webkit-aspect-ratio: 4/3;
	-moz-aspect-ratio: 4/3;
	-o-aspect-ratio: 4/3;
	-ms-o-aspect-ratio: 4/3;
}

.swiper3 {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.project__swiper-left {
	border-radius: 10px 10px 0px 0px;
	position: absolute;
	width: 30%;
	top: 0;
	left: 0;
	bottom: 0;
	cursor: url("../../images/big-arrow-right.svg") 2 2, pointer;
}

.project__swiper-left::after {
	content: "";
	border-radius: 10px 10px 0px 0px;
	width: 100%;
	height: 99%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0, transparent 100%);
	opacity: 0;
	z-index: 2;
	transition: opacity 1s ease;
}

.project__swiper-left:hover::after {
	opacity: 1;
}

.project__swiper-right {
	border-radius: 10px 10px 0px 0px;
	position: absolute;
	width: 30%;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: url("../../images/big-arrow-left.svg") 2 2, pointer;
}

.project__swiper-right::after {
	content: "";
	border-radius: 10px 10px 0px 0px;
	width: 100%;
	height: 99%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.35) 0, transparent 100%);
	z-index: 2;
	opacity: 0;
	transition: opacity 1s ease;
}

.project__swiper-right:hover::after {
	opacity: 1;
}

.swiper-pagination-bullet {
	width: 40px !important;
	height: 3px !important;
	border-radius: 10px !important;
}

.swiper-pagination-bullet-active {
	background-color: #fff !important;
}

@media (max-width: 1440px) {
	.project__card {
		width: 600px;
	}

	.project__text {
		width: 600px;
	}
}

@media (max-width: 1250px) {
	.project__card {
		width: 550px;
	}

	.project__text {
		width: 550px;
	}
}

@media (min-width: 992px) and (max-width: 1100px) {
	.project__card {
		width: 450px;
	}

	.project__text {
		width: 450px;
	}
}

@media (max-width: 991px) {
	.project__info {
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.project__card {
		width: 450px;
	}

	.project__text {
		width: 450px;
	}

	.project h2 {
		font-size: 36px;
	}
}

@media (max-width: 480px) {
	.project__card {
		width: 380px;
	}

	.project__text {
		width: 380px;
	}
}

@media (max-width: 400px) {
	.project__card {
		width: 320px;
	}

	.project__text {
		width: 320px;
	}

	.project h2 {
		font-size: 32px;
	}
}

.brands__desc {
	margin-bottom: 15px;
}

.brands__desc p {
	font-size: 18px;
	margin-bottom: 10px;
	text-align: justify;
}

.brands__desc p:last-child {
	margin-bottom: 0;
}

.brands__catalog {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 15px;
}

.brands__catalog-list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}

.brands__sert {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 15px;
}

.brands__catalog h3 {
	font-size: 30px;
	margin-bottom: 5px;
}

.brands__sert-wrap img {
	width: 150px;
	border: 2px solid gray;
}

.brands__sert h3 {
	font-size: 30px;
	margin-bottom: 5px;
}

.brands__catalog a {
	color: #000;
	transition: color 0.3s ease-in-out;
}

.brands__catalog a:hover {
	color: rgb(0, 0, 255);
}

.brands__sert a {
	color: #000;
	transition: color 0.3s ease-in-out;
}

.brands__sert a:hover {
	color: rgb(0, 0, 255);
}

@media screen and (max-width: 576px) {
	.brands__catalog h3 {
		font-size: 24px;
	}

	.brands__sert h3 {
		font-size: 24px;
	}
}

.brands__upload {
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 5px;
	font-size: 14px;
}


.brands__upload img {
	width: 25px;
}

.brands__catalog-item {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 10px;
}

.brands__catalog-itemImg {
	width: 150px;
}