

/* Start:/local/templates/special_mibok_yugu2021/components/ugraphic/structure/structure-three/style.css?16948492505873*/
.level-box.active {
	border: 1px solid #E8EDF4;
	margin-bottom: 27px !important;
}

.level1 {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #fff;
	border-radius: 13px;
}


.level-item {
	background: #F3F6FB;
	border-radius: 12px;
	padding: 11px;
	display: grid;
	gap: 20px;
	grid-template-columns: 48px 1fr;
	align-items: center;
}
.level-item-name {
	color: #213457;
	font-size: 18px;
	font-weight: 600;
	display: table;
	width: fit-content;
}
.level-item-box {
	margin-bottom: 15px;
	position: relative;
	z-index: 10;
}


.level-list .level-item-box {
	display: grid;
	width: calc(100% - 15px);
	grid-template-columns: 18px 1fr;
	gap: 15px;
	align-items: center;
	margin-bottom: 15px;
	margin-left: 15px;
}
.level-list .level-item-box::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 2px;
	background: #DFE6EF;
}


.level-list.active {
	margin-left: 47px;
	border-left: 1px solid #E8EDF4;
	border-bottom: 1px solid #E8EDF4;
	margin-bottom: 27px;
	border-radius: 13px;
	border-bottom-right-radius: 0;
	padding-top: 85px;
	margin-top: -86px;
}
.level3 .level-item-box {
	display: grid;
	width: calc(100% - 15px);
	grid-template-columns: 18px 1fr;
	gap: 15px;
	align-items: center;
	margin-bottom: 15px;
	margin-left: 15px;
}
.level3 .level-item-box::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 2px;
	background: #DFE6EF;
}


.level-list {
	display: none;
}
.level-list.active {
	display: block;
}
.level-item-arrow {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	background: linear-gradient(180deg, #FFF 44.27%, #F8FAFF 100%);
	box-shadow: 3px 4px 4px 0px #DEE7F6;
	cursor: pointer;
	transition: 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.level-item-arrow.active::after {
	transform: rotate(180deg);
	margin-top: -2px;
}
.level-item-arrow:hover, .level-item-arrow.active {
	background: #1E51BA;
}
.level-item-arrow:hover::after, .level-item-arrow.active::after {
	filter: brightness(0) invert(1);
}

.level-item-arrow::after {
	display: inline-block;
	content: "";
	background: url('/local/templates/special_mibok_yugu2021/components/ugraphic/structure/structure-three/img/level-arrow.svg') center no-repeat;
	width: 15px;
	height: 9px;
	opacity: 1;
	transition: 0.3s ease;
}
.section_name.active::after {
	transform: rotate(180deg);
}

.level-item-arrow.non-children::after {
	background: url('/local/templates/special_mibok_yugu2021/components/ugraphic/structure/structure-three/img/non-children.svg') center no-repeat;
}
.level-item-arrow.non-children:hover {
	background: linear-gradient(180deg, #FFF 44.27%, #F8FAFF 100%);
	cursor: initial;
}
.level-item-arrow.non-children:hover::after {
	filter: initial;
}


.non-children-list {
	grid-template-columns: 1fr;
	padding: 15px 22px;
}
.non-children-list .level-item-arrow {
	display: none;
}


@media (max-width: 768px) {
	.level-item-name {
		font-size: 14px;
	}
	.non-children-list {
		grid-template-columns: 1fr !important;
	}
	.level-list .level-item-box {
		grid-template-columns: 1fr;
		margin-left: 0;
		width: 100%;
	}

	.level-list .level-item-box::before {
		display: none;
	}
	.level2 .level-item-box::before {
		display: none;
	}
	.level3 .level-item-box::before {
		display: none;
	}
	.level-list.active {
		margin: 0;
		padding: 0;
		border: 0;
		margin-left: 15px;
	}
	.level-item-box {
		margin-bottom: 10px !important;
	}
	.level-item {
		gap: 16px;
		grid-template-columns: 40px 1fr;
		padding: 12px 15px 12px;
	}
	.level-item-arrow {
		width: 40px;
		height: 40px;
	}
}



.structure {

}


.people-line-list {
	margin-bottom: 50px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px;
}


.people-line-list .people-col-item {
	border-radius: 12px;
	background: #FFF;
	box-shadow: 4px 4px 50px 0px #E8ECF3;
	padding: 20px 25px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}


.people-line-list .people-name {
	font-weight: 600;
	font-size: 19px;
	line-height: 140%;
	color: #000;
	margin-bottom: 3px;
	display: flex;
}

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

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

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

.people-contact-box {
	margin-top: auto;
}

.people-line-list .people-item-info {
	font-weight: 500;
	font-size: 15px;
	color: #2A303A;
	margin-bottom: 5px;
	display: table;
}


.people-email {
	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('/local/templates/special_mibok_yugu2021/components/ugraphic/structure/structure-three/img/vk.svg') no-repeat;
}


.soc-network .inst-ico {
	background:  url('/local/templates/special_mibok_yugu2021/components/ugraphic/structure/structure-three/img/inst.svg') no-repeat;
}


@media (max-width: 1440px) {
	.people-line-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 1120px) {
	.people-line-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 820px) {
	.people-line-list {
		gap: 25px;
		grid-template-columns: 1fr;
	}
}
/* End */
/* /local/templates/special_mibok_yugu2021/components/ugraphic/structure/structure-three/style.css?16948492505873 */
