.contacts__group-text {
	max-width: 25.2rem !important;
}

.company-methods__text-wrap {
	padding-bottom: 3rem !important;
}

.company-methods__image-wrap {
	display: flex !important;
	gap: 1.2rem !important;
}

.company-methods__image-wrap {
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
}

.company-methods__body {
	display: flex !important;
	justify-content: space-between !important;
}

.company-methods__image {
	width: 50rem !important;
	height: 60rem;
	-o-object-fit: contain;
	object-fit: contain;
}

.company-methods__group {
	margin-bottom: auto !important;
}

.project-info__list {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.project-info__item {
	display: flex;
	gap: 3rem;
}

.container--people {
	margin-right: 0 !important;
	width: 161.3rem !important;
	padding-right: 1.5rem;
}

.btn_link {
	z-index: 10 !important;
	cursor: pointer;
}
.btn_link span {
	cursor: pointer !important;
}

.flex {
	display: flex;
}

/* .project-info__item-content {
	width: 60.4rem;
} */

/* .project-info__item:nth-child(odd) .project-info__item-img {
	order: 2;
}

.project-info__item:nth-child(odd) .project-info__item-content {
	order: 1; */
/* } */

.project-info__item-img {
	height: 40.2rem;
	min-width: 60.4rem;
	width: 60.4rem;
}

.project-info__item-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.project-info__body--no-grid {
	display: flex !important;
}

.company-methods__image-wrap-name {
	display: none;
}

@media (max-width: 48rem) {
	.contacts__group-text {
		max-width: 100% !important;
	}

	.company-methods__body {
		display: flex !important;
		padding: 0 !important;
		flex-direction: column !important;
	}

	.company-methods__image-wrap-name {
		display: flex;
		flex-direction: column;
		gap: 0.2rem;
	}

	.company-methods__image-wrap-box {
		display: flex;
		flex-direction: column;
		gap: 2rem;
	}

	.company-methods__image-wrap {
		order: 1;
		width: 100% !important;
		flex-direction: column;
		gap: 5.2rem !important;
		margin: 0 !important;
	}

	.company-methods__text-wrap_fc {
		display: none !important;
	}

	.company-methods__image-wrap img {
		width: 100% !important;
		height: 65rem;
		-o-object-fit: contain;
		object-fit: cover;
	}

	.company-methods__text-wrap {
		display: none;
	}

	.project-info__item {
		flex-direction: column;
		gap: 3.2rem;
	}

	.project-info__item-content {
		width: 100%;
	}

	.project-info__item-img {
		min-height: 40.2rem;
		min-width: 100%;
		width: 100%;
	}

	.project-info__list {
		gap: 3.2rem;
	}

	.container--people {
		width: 100% !important;
		padding-right: 0;
	}

	
    .project-layout__container {
        display: grid !important;
    }
    .project-layout__container > div:nth-child(1) {
        grid-row: 3;
    }


	.privileges {
		overflow: hidden;
	}

	.company-methods {
		
		overflow: hidden;
	}

	.company-methods__image-wrap img {
		height: 100%;
	}
}
