.employes_list-item-container {
	margin-bottom: 30px;
}

.employes_list-item {
	border: 1px solid #D9D9D9;
	padding: 15px;
	min-height: 100%;
}

.employes_list-item_header {
	position: relative;
	padding-right: 80px;
	min-height: 65px;
}

.employes_list-item_header picture {
	display: block;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

.employes_list-item_header picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.employes_list-item_header-position {
	color: #808080;	
	font-size: 14px;
}

.employes_list-item_bottom {
	margin-top: 15px;
}

.employes_list-item_header-fio {
	font-size: 16px;
	line-height: 22px;
	color: #23323A;
	margin-bottom: 5px;
}

.employes_list-item_header-phone {
	font-size: 16px;
	line-height: 22px;
	color: #23323A;
}

.employes_list-item_header-email {
	margin-top: 5px;
}

.employes_list-item_header-email a {
	font-size: 16px;
	line-height: 22px;
}

/*h2 {
	text-align: center;
}*/

.employees-btn-container {
	text-align: center;
}

.employees-btn {
	margin-bottom: 30px;
}