.team-section .fa-chevron-left, 
.team-section .fa-chevron-right {
	font-family: 'FontAwesome';
	font-style: normal;
}
.team-section .slick-arrow {
    top: 4.5rem;
    color: #4584cb;
	z-index: 3;
}
.team-section .slick-arrow.prev:hover i:before {
	content: '\f053';
} 
.team-section .slick-arrow.next:hover i:before {
	content: '\f054';
}
.team-section .slick-arrow.next:hover {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
}
.team-section .slick-active .dot:before {
    background-color: #4584cb;
}
.team-section .dot:before {
    background-color: #95a2b1;
}
.team-section .slick-active .dot:after {
    -webkit-box-shadow: 0 0 0 2px #4584cb;
    box-shadow: 0 0 0 2px #4584cb;	
}
.team-section__experts-content {
	min-height: 500px;
	margin-top: 70px;
}
.team-section__experts-container {
    display: flex;
    flex-wrap: wrap;
}
.content .nav-tab-list.tabs_center li:not(:last-child) {
	margin-right: 20px;
}
/* .ts-experts__container {
    display: flex;
}
.ts-experts__container:not(:last-child) {
	margin-bottom: 60px;
} */
/* .experts-container__department {
	font-size: 20px;
	margin-bottom: 46px;
}
.experts-container__department:after {
    content: "";
    width: 105px;
    height: 2px;
    display: block;
    background: #4584cb;
    margin-top: 20px;
} */
.experts-container__list {
    display: flex;
	flex-wrap: wrap;
}
.team-section__expert {
    display: flex;
    height: auto;
    text-align: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 15.7%;
    margin: 0 0.9% 5% 0;
}
.expert__img {
    display: flex;
    width: 132px;
    height: 132px;
    background: #fff;
    align-items: center;
    justify-content: center;
    border: 6px solid #dae5f1;
    border-radius: 50%;
    overflow: hidden;
}
.expert__img img {
    width: 120px;
    height: 120px;
}
.expert__name {
    margin-bottom: 10px;
    font-weight: 600;
    color: #4584cb;
    text-transform: uppercase;
}
.expert__position {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 16px;
	min-height: 32px;
}
.expert__content {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
}
.expert__publication-count {
    position: relative;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 600;
}
.expert__publication-count:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 31px;
    height: 1px;
    background-color: #4584cb;
}
.partner-publication__type:not(:last-child) {
    margin-bottom: 5px;
}
.team-section__experts .nav-tab-list__link {
    display: block;
    padding: 1.2rem 2rem 1rem;
    color: #303030;
    font-size: 1.3rem;
    text-transform: uppercase;
    border: 2px solid transparent;
}
.team-section__experts-tabs {
	position: relative;
}
.team-section__experts .nav-tab-list_pointer {
    cursor: pointer;
}
.team-section__experts .nav-tab-list__item.active .nav-tab-list__link {
    border-color: #4584cb;
}
.team-section__experts .mob-tabs-btn:after {
	border-color: #4584cb;
}
.team-section__experts-buttons {
	display: flex;
	margin-top: 40px;
	justify-content: center;
}
.team-section__show-more {
    min-width: 330px;
    padding: 18px;
    font-size: 16px;
    color: #fff;
    background: #4584cb;
    text-align: center;
	cursor: pointer;
	border: 2px solid #4584cb;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.team-section__show-more:hover {
	color: #4584cb;
	background: #fff;
}
@media screen and (max-width: 749px) {
	.team-section__experts .nav-tab-list {
		background: #e9eff5;
		z-index: 5;
	}
}
@media screen and (max-width: 580px) {
/* 	.team-section .slick-arrow.prev {
		right: calc(100% + -28px);
	}
	.team-section .slick-arrow.next {
		left: calc(100% + -28px);
	}
	.team-section__experts {
		padding: 50px 0 50px;
	}
	.ts-experts__header {
		margin-bottom: 40px;
	}
	.team-section__expert {
		margin: 0;
	}
	.team-section__experts-content {
		min-height: auto;
	} */
	.team-section__show-more {
		display: none;
	}
}