.team-section {
	padding: 80px 0px 80px 0px;
}
.about-business-section + .team-section, 
.about-info-section + .team-section, 
.articles-slider-section + .team-section, 
.benefits + .team-section, 
.buildings-sizes-section + .team-section, 
.buildings-slider-section + .team-section, 
.calculator-section + .team-section, 
.categories + .team-section, 
.certificates-section + .team-section, 
.faq-section + .team-section, 
.features-section + .team-section, 
.photos-section + .team-section, 
.prices-typical + .team-section, 
.products-section + .team-section, 
.promos-section + .team-section, 
.promo + .team-section, 
.rassrochka-condition-section + .team-section, 
.rassrochka-steps-section + .team-section, 
.reviews-section + .team-section, 
.text-section + .team-section, 
.page + .team-section {
	padding-top: 0px;
}
.team {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.team__content {
	display: flex;
	gap: 40px;
}
.team__content-main {
	flex: 1 1 auto;
	min-width: 0;
}
.team__content-img {
	flex: 0 0 41.587%;
	width: 41.587%;
	aspect-ratio: 603 / 262;
	background: var(--color-gray-05);
	border-radius: 16px;
	position: relative;
}
.team__content-img img {
	display: block;
	margin: 0px;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
}
.team__content-main {
	font-size: 15px;
	line-height: 22px;
	color: var(--color-gray-13);
}
.team__content-main p + p {
	margin-top: 22px;
}
.team__content-main p:first-of-type {
	margin-top: 40px;
}
.team__experts {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 30.8px;
}
.team__expert {}
.team__expert-photo {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	background: var(--color-gray-05);
	border-radius: 10px;
}
.team__expert-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
}
.team__expert-content {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	margin-top: calc(15px - 3px);
}
.team__expert-name {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}
.team__expert-features {
	display: block;
	margin: calc(10px - 3px) 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	font-size: 15px;
	line-height: 22px;
	color: var(--color-gray-11);
}
.team__expert-features li {
	margin-top: 0px;
}
.team__expert-features li:first-child {
	margin-top: 0px;
}
@media (max-width: 1500px) {
	.team__experts {
		gap: 30px;
	}
}
@media (min-width: 1241px) and (max-width: 1500px) {
	.team__experts {
		grid-template-columns: repeat(5, 1fr);
	}
	.team__expert:nth-child(n+6) {
		display: none;
	}
}
@media (max-width: 1240px) {
	.team {
		gap: 35px;
	}
	.team__content-img {
		display: none;
	}
	.team__content-main p:first-of-type {
		margin-top: 25px;
	}
	.team__experts {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 768px) {
	.team-section {
		padding: 50px 0px 50px 0px;
	}
	.team {
		gap: calc(22px + 10px);
	}
	.team__experts {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 549px) {
	.team-section {
		padding: 40px 0px 40px 0px;
	}
	.team__content-main p:first-of-type {
		margin-top: 20px;
	}
	.team__experts {
		gap: 25px;
	}
}
@media (min-width: 360px) and (max-width: 549px) {
	.team__experts {
		grid-template-columns: repeat(1, 1fr);
	}
	.team__expert {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		gap: calc(15px + 3px);
	}
	.team__expert-photo {
		width: 98px;
		padding-bottom: 0%;
		aspect-ratio: 1 / 1;
		flex-shrink: 0;
	}
	.team__expert-content {
		margin-top: 0px;
		width: 100%;
	}
	.team__expert-features li {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media (max-width: 359px) {
	.team__experts {
		grid-template-columns: repeat(1, 1fr);
	}
}