.team ._container {
	max-width: 1920px;
	padding-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.team__content {
	width: 100%;
	max-width: 1670px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
}
.team__title {
	width: 100%;
	max-width: 1420px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.team__arrows {
	width: 100%;
	max-width: 1420px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px;
}
.team__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
}
.team__block {
	width: 100%;
	max-width: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	font-size: 14px;
}
.team__block * {
	font-size: 14px !important;
	text-align: justify;
}
.team__slider {
	width: 100%;
	max-width: 940px;
	overflow: hidden;
}
.team__track {
	height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	will-change: transform;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.team__image {
	position: relative;
	z-index: 2;
	border-radius: 20px;
	overflow: hidden;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-transition: width 0.25s ease, height 0.25s ease, -webkit-transform 0.25s ease;
	transition: width 0.25s ease, height 0.25s ease, -webkit-transform 0.25s ease;
	transition: width 0.25s ease, height 0.25s ease, transform 0.25s ease;
	transition: width 0.25s ease, height 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.team__image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.team__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.team__image.w600 {
	z-index: 4;
	width: 600px;
	height: 400px;
}
.team__image.w400 {
	z-index: 3;
	width: 400px;
	height: 267px;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}
.team__image.w200 {
	width: 200px;
	height: 133px;
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
}
.team__image.is-current {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.team__image.is-current::before {
	background: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 1740px) {
	.team__content {
		max-width: 1580px;
	}
}
@media screen and (max-width: 1650px) {
	.team__content {
		max-width: 1530px;
	}
}
@media screen and (max-width: 1600px) {
	.team__content {
		max-width: 1500px;
	}
	.team__content {
		gap: 30px;
	}
}
@media screen and (max-width: 1350px) {
	.team__block {
		max-width: 450px;
	}
}
@media screen and (max-width: 1150px) {
	.team__block {
		max-width: 350px;
	}
}
@media screen and (max-width: 1023px) {
	.team__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.team__block {
		max-width: 650px;
	}
}
@media screen and (max-width: 630px) {
	.team ._container {
		padding-top: 80px;
		padding-right: 15px;
	}
	.team__wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.team__track {
		width: 100%;
		height: auto;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		overflow: hidden;
	}
	.team__track .slick-list {
		width: 100%;
		overflow: hidden;
	}
	.team__track .slick-list .slick-track {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.team__image {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: calc(100vw - 30px);
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		max-height: 500px;
	}
	.team__image::before {
		display: none;
	}
}