.bx-title {
	font-family: var(--font3);
	font-weight: 200;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 27px;
	letter-spacing: -0.01em;
	color: #000;
}

.container-fluid h3 {
	font-family: var(--third-family);
	font-weight: 400;
	font-size: 36px;
	line-height: 111%;
	letter-spacing: -0.01em;
	color: #000;
	margin-bottom: 50px;
}

.prop_info {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.prop {
	display: grid;
	grid-template-columns: 75px 1fr;
	gap: 45px;
}

.prop-name {
	font-family: var(--font3);
	font-weight: 300;
	font-size: 12px;
	line-height: 133%;
	color: #7c7c7c;
}

.prop-value {
	font-family: var(--font3);
	font-weight: 400;
	font-size: 12px;
	line-height: 133%;
	color: #000;
}

.photo-grid {
	margin-top: 70px;
	margin-bottom: 62px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px 37px;
}

.photo-grid img {
	width: 100%;
}

.photo-grid img:nth-child(1) {
	grid-column: 1;
	grid-row: 1 / 2;
}

.photo-grid img:nth-child(2) {
	grid-column: 2;
	grid-row: 1 / 3;
}

.photo-grid img:nth-child(3) {
	grid-column: 1;
	grid-row: 2 / 4;
}

.photo-grid img:nth-child(4) {
	grid-column: 2;
	grid-row: 3 / 4;
}


.catalog {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}

.catalog-item {
	display: block;
	padding: 23px 23px 13px;
	border: 1px solid #e5e9eb;
	background-color: #fff;
	text-decoration: none;
}

.catalog-item {
	flex-basis: calc(25% - 32px);
}

.catalog-item img {
	max-width: 100%;
}

.catalog-item h2 {
	margin-top: 25px;
}

.catalog-item h2 a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: #252c32;
	text-decoration: none;
}

.product_description {
	margin-top: 20px;
	margin-bottom: 20px;
}

.project-description {
	font-family: var(--font3);
	font-weight: 400;
	font-size: 12px;
	line-height: 133%;
	color: #000;
	margin-bottom: 35px;
}

.project-description+.project-description {
	margin-bottom: 65px;
}

.container-fluid {
	max-width: 1113px;
	margin: auto;
}

.project-element {
	max-width: 100%;
}

.project-element h1 {
	margin-top: 32px;
}

.project-element .swiper {
	width: 100%;
	height: 750px;
	margin-top: 70px;
	margin-bottom: 62px;
}

@media (max-width: 767px) {

	.project-element .swiper {
		margin-left: -20px;
		margin-right: -20px;
		width: calc(100% + 40px) !important;
	}

	.project-element .swiper img {
		border-radius: 0 !important;
	}
}

.project-element .swiper img {
	height: auto;
	max-height: 100%;
	object-fit: contain;
	/*cover*/
}

.project-element .swiper-text-wrapper {
	height: auto;
	padding: 40px;
	padding-top: 16px;
}

.swiper-slide img {
	width: 100% !important;
	padding-bottom: 30px;
}

@media (max-width: 1439px) {
	.wrap {
		max-width: 768px;
	}

	.photo-grid {
		margin-top: 24px;
		gap: 19px 23px;
	}

	.catalog {
		gap: 8px;
		max-width: 706px;
	}

	.catalog-item {
		padding: 15px 15px 6px;
		max-width: 230px;
	}

	.catalog-item img {
		max-width: 200px;
		height: auto;
	}

	.product_description {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}

@media (max-width: 767px) {

	.catalog-item {
		padding: 13px 13px 10px;
		max-width: 160px;
	}

	.catalog-item img {
		max-width: 134px;
	}

	.wrap {
		max-width: 375px;
		padding: 0 20px;
	}

	.application {
		margin-top: 40px !important;
	}

	.container-fluid {
		max-width: 375px;
	}

	.photo-grid {
		display: flex;
		flex-direction: column;
		margin-top: 30px;
		margin-bottom: 22px;
		gap: 10px 9px;
	}
}