.people-line-list {
    //margin-top: 45px;
}

.people-line-list .people-col-item-box {
	margin-bottom: 30px;
}

.people-line-list .people-col-item {	
    /*border-bottom: 1px solid #e1e2e2;
    padding-bottom: 20px;*/
}

.people-line-list .people-col-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.people-line-list .people-img {
	height: 334px;
	margin-bottom: 25px;
	border-radius: 5px;
	overflow: hidden;
	background-size: cover !important;
	background-position: center !important;
}

.people-line-list .people-name {
	font-weight: 700;
	font-size: 21px;
	line-height: 140%;
	color: #000;
	margin-bottom: 6px;
	display: flex;
	width: 82%;
}

.people-line-list .people-name span {
	min-width: 35px;
    color: #637394;
    display: inline-block;
}

.people-line-list .people-post {
	font-weight: 600;
	font-size: 15px;
	line-height: 160%;
	color: #000;
	margin-bottom: 8px;
	color: #2A303A;
}

.people-line-list .people-ac-degree {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #2A303A;
	margin-bottom: 29px;
}

.people-line-list .people-phone {
	font-weight: 500;
    font-size: 16px;
    color: #2A303A;
    margin-bottom: 8px;
    display: inline-block;
    margin-right: 10px;
}

.people-line-list .people-address {
	font-weight: 500;
    font-size: 16px;
    color: #2A303A;
    margin-bottom: 8px;
    display: table;
    margin-right: 10px;
}

.people-line-list .people-email {
	display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #1e51ba !important;
    border-bottom: 1px solid rgb(61 97 224 / 32%);
    text-decoration: none !important;
}

.people-line-list .people-email:hover {
	border-bottom: 0;
	padding-bottom: 1px;
}

.people-col-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #637394;
}



.scientific-people-main-box .people-line-list {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}

.scientific-people-main-box .people-col-item {
    margin-bottom: 40px;
    border-bottom: 0;
    width: calc(100% / 3 - 40px);
}

.sect-contact {
	margin-top: 20px;
}

.scientific-people-main-box .people-col-item .people-name {
	display: block;
}



.soc-network {
	margin-top: 3px;
	margin-left: 15px;
}

.soc-network .soc-item {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-size: 20px !important;
	overflow: hidden;
	background-position: top !important;
}

.soc-network .soc-item:hover {
	background-position: bottom !important;
	cursor: pointer;
}

.soc-network .vk-ico {
	background:  url('img/vk.svg') no-repeat;
}


.soc-network .inst-ico {
	background:  url('img/inst.svg') no-repeat;
}