

/* Start:/local/templates/main/components/ilsn/highloadblock.list/team/style.css?17260547883963*/
.team-content {
	
}
.team-content .team-role-item {
	line-height: 24px;
    min-height: 72px;
    width: 100%;
    position: relative;
	border-bottom: 1px solid var(--stroke);
}
.team-content .team-role-item .team-role-item-title {
	padding: 24px 0px 24px 0px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.team-content .team-role-item .team-role-item-title span {
    line-height: 24px;
    font-weight: 600;
    font-size: 16px;
    color: var(--font);
    transition: color 0.3s;
}
.team-content .team-role-item .team-role-item-title .item-open {
    width: 24px;
    height: 24px;
    background: var(--font-second);
    border-radius: 50px;
    transition: background 0.3s;
    text-align: center;
}
.team-content .team-role-item .team-role-item-title .item-open svg {
    fill: var(--bg);
    width: 8px;
    height: 8px;
    margin-top: -3px;
}
.team-content .team-role-item .team-role-item-title .item-open svg:nth-child(2) {
    display: none;
}
.team-content .team-role-item.active .team-role-item-title .item-open svg:nth-child(2) {
    display: inline-block;
}
.team-content .team-role-item.active .team-role-item-title .item-open svg:nth-child(1) {
    display: none;
}

.team-content .team-role-item .team-role-item-content {
    display: none;
    margin-bottom: 24px;
}

.team-role-item-content .team-role-users-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: var(--font-third);
	margin-bottom: 24px;
}

.team-role-users-block {
	display: flex;
    flex-wrap: wrap;
    gap: 16px;
	margin-bottom: 24px;
}
.team-role-users-block .team-role-user {
	min-width: 207px;
    max-width: 207px;
    width: calc(25% - 8px);
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    min-height: 298px;
    justify-content: flex-start;
	overflow: hidden;
	border: 1px solid var(--stroke);
	border-radius: 8px;
}
.team-role-users-block .team-role-user .photo-block {
	height: 215px;
	width: 100%;
	overflow: hidden;
}
.team-role-users-block .team-role-user .photo-block > a {
	width: 100%;
	height: 100%;
	display: block;
}
.team-role-users-block .team-role-user .photo-block img {
	width: 100%;
    height: auto;
}
.team-role-users-block .team-role-user .info-block {
	padding: 16px;
}
.team-role-users-block .team-role-user .info-block .name {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: var(--font-second);
	transition: color 0.3s;
}
.team-role-users-block .team-role-user .info-block .work-position {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: var(--font-third);
	margin-top: 4px;
}

.team-role-users-block .team-role-user:hover .info-block .name {
	color: var(--red);
}





@media (max-width: 860px) {
	.team-content .team-role-item .team-role-item-title {
		padding: 16px 0px 16px 0px;
	}
	.team-content .team-role-item .team-role-item-title span {
		font-size: 14px;
		line-height: 20px;
	}
	.team-content .team-role-item {
		min-height: 56px;
	}
	.team-content .team-role-item .team-role-item-content {
		margin-bottom: 16px;
	}
	.team-role-users-block {
		gap: 8px;
	}
	.team-role-users-block .team-role-user {
		min-width: 140px;
        max-width: 230px;
        width: calc(50% - 5.33px);
		min-height: 211px;
	}
	.team-role-users-block .team-role-user .photo-block {
		height: 147px;
	}
	.team-role-users-block .team-role-user .info-block {
		padding: 8px;
	}
	.team-role-users-block .team-role-user .info-block .name {
		font-size: 14px;
		line-height: 20px;
	}
	.team-role-users-block .team-role-user .info-block .work-position {
		font-size: 10px;
		line-height: 12px;
	}
	.team-role-item-content .team-role-users-title {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 12px;
	}
}
/* End */
/* /local/templates/main/components/ilsn/highloadblock.list/team/style.css?17260547883963 */
