:root {
	--teamLeftOffset: 30px;
	--teamTopOffset: 80px;
}
.team-page-top-row {
	margin-bottom: 80px;
}
.team-page-top-row p {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 160%;
}
.team-page-wrapper {
	
}
.team-page-wrapper .team-page-map {
	border-top: 1px dashed #202020;
	border-bottom: 1px dashed #202020;
	padding-top: 80px;
	padding-bottom: 80px;
}
.team-page-wrapper .team-page-map h3 {
	font-weight: 800;
	font-size: 32px;
	line-height: 160%;
	text-align: center;
	color: #000000;
}
.team-page-wrapper .team-page-map .team-page-map-wrapper {
	margin-top: 60px;
	background-image: url(../img/map.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 50%;
	background-size: contain;
	position: relative;
}
.team-page-wrapper .team-page-map .team-page-map-wrapper .team-map-point {
	width: 25px;
	height: 32px;
	background-image: url(../img/point.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	cursor: pointer;
	display: none;
	opacity: 0.8;
}
.team-page-wrapper .team-page-map .team-page-map-wrapper .team-map-point:hover {
	opacity: 1;
}
.team-page-wrapper .team-page-map .team-page-map-wrapper .team-map-point .point-img{
	display:none;
}
.team-page-wrapper .team-page-map .team-page-map-wrapper .team-map-point .point-img img{
	border-radius: 50%;
}
.team-page-wrapper .team-page-map .team-page-map-wrapper .team-map-point .point-description{
	white-space: nowrap;
	background: #202020;
	position: absolute;
	border-radius: 5px;
	padding: 10px 15px;
	text-align: center;
	min-width: 150px;
	top: calc(100% - 10px);
	left: 0;
	margin-left: 45px;
	display: none;
	transform: translateX(-50%);
	z-index: 1;
}
.team-page-wrapper .team-page-map .team-page-map-wrapper .team-map-point .point-description .point-description__name{
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	color: #FFFFFF;
}
.team-page-wrapper .team-page-map .team-page-map-wrapper .team-map-point .point-description .point-description__position{
	display: block;
	font-weight: normal;
	font-size: 12px;
	line-height: 160%;
	color: rgba(255, 255, 255, 0.5);
}
.team-page-wrapper .team-page-map .team-page-map-wrapper .team-map-point.hovered {
	width: 85px;
	height: 110px;
	padding: 10px;
	z-index: 5;
	opacity: 1;
}
.team-page-wrapper .team-page-map .team-page-map-wrapper .team-map-point.hovered .point-description,
.team-page-wrapper .team-page-map .team-page-map-wrapper .team-map-point.hovered .point-img{
	display: block;
}

.team-page-wrapper .team-page-map .team-page-map-wrapper .team-map-point.hidded {
	-webkit-animation: fadeOutToHalf 0.5s ease-out;
	-moz-animation: fadeOutToHalf 0.5s ease-out;
	-o-animation: fadeOutToHalf 0.5s ease-out;
	animation: fadeOutToHalf 0.5s ease-out;
	opacity: 0.5;
}


.team-page-grid-wrapper {}
.team-page-grid-wrapper .team-header {
	margin-top: 60px;
	margin-bottom: 40px;
}
.team-page-grid-wrapper .team-header h2 {
	font-style: normal;
	font-weight: 800;
	font-size: 32px;
	line-height: 160%;
	color: #000000;
	margin: 0;
}

.team-page-grid-wrapper .department-title{
	font-size: 22px !important;
	line-height: 160%;
	text-align: center;
	text-transform: uppercase;
	margin: 75px 0 0 0;
}
.team-grid-card {
	display: flex;
	padding: 50px 0;
	border-bottom: 1px dashed #202020;
}
.team-grid-card .team-card-col.img-col{
	padding-right: 60px;
	min-width: 250px;
}
.team-grid-card .team-card-col.img-col img{
	border-radius: 50%;
	border: 1px solid rgba(32, 32, 32, 0.3);
	box-sizing: border-box;
	padding: 5px;
	width: 200px;
}

.team-grid-card .team-personal-info {
	margin-bottom: 30px;
}
.team-grid-card .team-personal-info span {
	font-size: 12px;
	line-height: 140%;
	text-transform: uppercase;
	color: #202020bf;
}
.team-grid-card .team-personal-info h3 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 110%;
	color: #202020;
}
.team-grid-card .team-contact-info {
	font-size: 15px;
	line-height: 150%;
	color: #000000;
}
.team-grid-card .team-contact-info p {
	color: #202020bf
}

.team-social-icons span {
	border: 1px solid #C2C2C2;;
	margin: 0 5px 2px 5px;
	text-align: center;
	padding: 0;
	display: inline-block;
	border-radius: 3px;
}
.team-social-icons a {
	display: block;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: -webkit-transform .3s;
	-moz-transition: transform .3s, -moz-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
	line-height: 1;
}
.team-contact-wrapper {
	display: flex;
	margin-top: 25px;
}
.team-contact-wrapper .team-contact-details {
	padding-left: 25px;
}
.team-contact-wrapper .team-contact-details p{
	margin: 0px;
	padding: 0px;
	margin-top: 7px;
}
.team-grid-card .team-contact-info .team-social-icons a {
	color: #C2C2C2;
	padding: 10px 0;
	width: 40px;
	text-decoration: none !important;
}
.team-grid-card .team-contact-info .team-contact-details a {
	color: #C2C2C2;
	text-decoration: none !important;
}
.team-contact-details .ico-email {
	background-image: url(../img/ic-email.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	display: inline-block;
	height: 19px;
	width: 20px;
	float: left;
	margin-right: 10px;
}

.team-page-grid-wrapper .team-header-filters{
	display: flex;
	justify-content: space-between;
}
.team-page-grid-wrapper .filter-block{
	display: inline-block;
	color: #333333;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #D7D7D7;
	white-space: nowrap;
	cursor: pointer;
}
.team-page-grid-wrapper .filter-block.dropdown {
	padding-right: 25px;
	background-image: url(../img/arr-sort-down2.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	position: relative;
	cursor: pointer;
	width: 200px;
	min-width: 200px;
}
.team-page-grid-wrapper .filter-block.dropdown .filter-items {
	position: absolute;
	background: #fff;
	z-index: 100;
	border: 1px solid #D7D7D7;
	top: 100%;
	left: -1px;
	padding: 10px 2px 5px 0;
	border-radius: 0 0 4px 4px;
	display: none;
	width: 200px;
}

.team-page-grid-wrapper .filter-block.dropdown .filter-items .filter-items-wrapper {
	max-height: 200px;
	overflow-y: auto;
}
.team-page-grid-wrapper .filter-block.dropdown .filter-items .filter-item{
	padding: 2px 10px 2px 12px;
	display: flex;
}
.team-page-grid-wrapper .filter-block.dropdown .filter-items .filter-item:hover{
	background: rgba(202, 202, 202, 0.35);
}
.team-page-grid-wrapper .filter-block.dropdown .filter-items .filter-item .filter-img{
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.team-page-grid-wrapper .filter-block.dropdown .filter-items .filter-item .it-name{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.team-page-grid-wrapper .filter-block.dropdown .filter-items .filter-item .it-name span.cnt{
	margin-left: 10px;
	color: #c4c4c4;
	font-size: 15px;
}
.team-page-grid-wrapper .filter-block.dropdown .sel {
	color:rgba(51, 51, 51, 0.3);
}
.team-page-grid-wrapper .filter-block.dropdown.opened {
	background-image: url(../img/arr-sort-up.svg);
}
.team-page-grid-wrapper .filter-block.dropdown.opened {
	border-bottom: none;
	border-radius: 4px 4px 0 0;
}
.team-page-grid-wrapper .filter-block.dropdown.opened .filter-items {
	display: block;
}


.team-page-grid-wrapper .team-header-filters .filter-block-tabs-mobile{
	display: none;
}
.team-page-grid-wrapper .filter-block-tabs {
	display: flex;
	width: 100%;
	margin-right: 75px;
	border-bottom: 1px solid #E5E5E5;
	align-items: flex-end;
}
.team-page-grid-wrapper .filter-block-tabs .filter-item-tab{
	font-size:15px;
	padding: 0 20px;
	line-height: 36px;
	border-bottom: 2px solid transparent;
	cursor:pointer;
}
.team-page-grid-wrapper .filter-block-tabs .filter-item-tab:hover{
	border-bottom: 2px solid #ffa51e63;
}
.team-page-grid-wrapper .filter-block-tabs .filter-item-tab:first-child{
	padding-left: 10px;
}
.team-page-grid-wrapper .filter-block-tabs .filter-item-tab.active{
	font-weight: 800;
	border-bottom: 2px solid #FFA51E;
}



.filter-img.flag-us{
	background-image: url(../img/flags/us.svg);
}
.filter-img.flag-ru{
	background-image: url(../img/flags/ru.svg);
}
.filter-img.flag-tr{
	background-image: url(../img/flags/tr.svg);
}
.filter-img.flag-es{
	background-image: url(../img/flags/es.svg);
}
.filter-img.flag-br{
	background-image: url(../img/flags/br.svg);
}
.filter-img.flag-vi{
	background-image: url(../img/flags/vi.svg);
}
.filter-img.flag-kr{
	background-image: url(../img/flags/kr.svg);
}
.filter-img.flag-ua{
	background-image: url(../img/flags/ua.svg);
}
.filter-img.flag-de{
	background-image: url(../img/flags/de.svg);
}
.filter-img.flag-mx{
	background-image: url(../img/flags/mx.svg);
}
.filter-img.flag-pl{
	background-image: url(../img/flags/pl.svg);
}
.filter-img.flag-gb{
	background-image: url(../img/flags/gb.svg);
}
.filter-img.flag-ve{
	background-image: url(../img/flags/ve.svg);
}
.filter-img.flag-ca{
	background-image: url(../img/flags/ca.svg);
}
.filter-img.flag-pk{
	background-image: url(../img/flags/pk.svg);
}
.filter-img.flag-ge{
	background-image: url(../img/flags/ge.svg);
}
.filter-img.flag-nl{
	background-image: url(../img/flags/nl.svg);
}
.filter-img.flag-hu{
	background-image: url(../img/flags/hu.svg);
}
.filter-img.flag-be{
	background-image: url(../img/flags/be.svg);
}
.filter-img.flag-ng{
	background-image: url(../img/flags/ng.svg);
}
.filter-img.flag-hr{
	background-image: url(../img/flags/hr.svg);
}
.filter-img.flag-in{
	background-image: url(../img/flags/in.svg);
}
.filter-img.flag-cz{
	background-image: url(../img/flags/cz.svg);
}
.filter-img.flag-co{
	background-image: url(../img/flags/co.svg);
}
.filter-img.flag-xk{
	background-image: url(../img/flags/xk.svg);
}
.filter-img.flag-il{
	background-image: url(../img/flags/il.svg);
}

@media screen and (max-width:530px) {
	:root {
		--teamLeftOffset: 40px;
		--teamTopOffset: 100px;
	}
	
	.team-page-top-row {
		margin-bottom: 0;
	}
	.team-page-wrapper .team-page-map {
		padding-top: 5px;
		padding-bottom: 40px;
	}
	.team-page-wrapper .team-page-map .team-page-map-wrapper {
		margin-top: 30px
	}
	.team-page-grid-wrapper .team-header {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.team-page-grid-wrapper .team-header h2 {
		text-align: center;
		margin-bottom: 20px;
	}
	.team-page-grid-wrapper .team-header-filters{
		display: block;
	}
	.team-page-grid-wrapper .team-header-filters .filter-block-tabs-descktop{
		display: none;
	}
	.team-page-grid-wrapper .team-header-filters .filter-block-tabs-mobile{
		display: block;
		margin-bottom: 10px;
	}
	.team-page-grid-wrapper .filter-block.dropdown,
	.team-page-grid-wrapper .filter-block.dropdown .filter-items{
		width: 100%;
	}

	.team-grid-card {
		display: block;
		padding: 25px 0;
	}
	.team-grid-card .team-card-col.img-col {
		min-width: auto;
		padding-right: 20px;
		float: left;
	}
	.team-grid-card .team-card-col.img-col img {
		width: 60px;
		padding: 2px;
	}
	.team-grid-card .team-personal-info {
		margin-bottom: 15px;
		height: 60px;
		padding-top: 5px;
	}
	.team-grid-card .team-personal-info h3 {
		font-size: 20px !important;
	}
	.team-contact-wrapper {
		flex-direction: column-reverse;
		margin-top: 0;
	}
	.team-contact-wrapper .team-contact-details {
		padding-left: 0;
	}
	.team-contact-wrapper .team-social-icons {
		margin-left: -5px;
		margin-top: 15px;
	}

	.team-page-wrapper .team-page-map .team-page-map-wrapper .team-map-point {
		width: 10px;
		height: 12px;
	}
	.team-page-wrapper .team-page-map .team-page-map-wrapper .team-map-point .point-description {
		padding: 5px 10px;
	}
	.team-page-grid-wrapper .department-title {
		text-align: left;
		margin: 60px 0 0 0;
	}
}

.jnews-dark-mode .team-page-grid-wrapper .filter-block.dropdown .filter-items {
	background: rgba(51, 51, 51, 1);
}
.jnews-dark-mode .team-page-wrapper .team-page-map .team-page-map-wrapper .team-map-point {
	background-image: url(../img/point-darkmode.svg);
}
.jnews-dark-mode .team-page-wrapper .team-page-map .team-page-map-wrapper .team-map-point .point-description {
	background: #CACACA;
}
.jnews-dark-mode .team-page-wrapper .team-page-map .team-page-map-wrapper .team-map-point .point-description .point-description__name,
.jnews-dark-mode .team-page-wrapper .team-page-map .team-page-map-wrapper .team-map-point .point-description .point-description__position {
	color: #202020 !important;
}

@-webkit-keyframes fadeOutToHalf {
	0% {opacity: 1;}
	100% {opacity: 0.5;}
}

@-moz-keyframes fadeOutToHalf {
	0% {opacity: 1;}
	100% {opacity: 0.5;}
}

@-o-keyframes fadeOutToHalf {
	0% {opacity: 1;}
	100% {opacity: 0.5;}
}

@keyframes fadeOutToHalf {
	0% {opacity: 1;}
	100% {opacity: 0.5;}
}