		.form-wrapper h3{
			width: 100%;
			color: #084F93;
			margin: 5px;
		}
		.form-wrapper textarea{
			border: 1px solid #F0D45A;
			border-radius: 10px;
			width: 100%;
		}

.hidden-users-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.success{
	padding: 10px 20px;
	background-color: #BBCCAA;
	color:#004200;
	border: 1px solid #2e4d24;
	border-radius: 5px;
	margin-bottom: 20px;
}
.error{
	padding: 10px 20px;
	background-color:#ffc0cb;
	color:#c53a48;
	border: 1px solid #ff7373;
	border-radius: 5px;
	margin-bottom: 20px;
}
.hidden-users-list__item{
	margin-left: 0;
	display: flex;
	justify-content: space-between;
	background: #ccc;
	border: 1px solid #91998e;
	padding: 20px 10px;
	font-size: 18px;
	border-radius: 10px;
}
.hidden-users-list__item:not(:last-child){
	margin-bottom: 	30px;
}
.hidden-users-list__info-container{
	height: 100%;
	width: calc(100% - 8em);
	display: flex;
	column-gap: 2vw;
}
.hidden-users-list__info-container *{
	position: relative;
	padding: 5px;
	height: 100%;
}
.hidden-users-list__info-container *::after{
	content: '';
	display: block;
	height: 100%;
	width: 2px;
	position: absolute;
	right: -15px;
	top: 0px;
	background-color: #000;
}
.admin-form{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.search__input{

	display: block;

	width: 100%;
	height: 50px;
	font-size: 22px;
	box-sizing: border-box;
	padding: 0 2em 0 10px !important;
	border-radius: 5px !important;

}
@media (max-width: 540px){
	.search__input{

		font-size: 18px;
	}	
	.search__item{
	font-size: 18px;
	}
	.finded-persons__link,.finded-persons__link:visited{
		font-size: 16px !important;
	}
	.finded-persons__item{
		
		padding: 5px !important;
	}
}

.search__container{
	position: relative;
	width: 100%;
}
.search__button{
	position: absolute;
	top: 18px;
	right: 12px;
	display: block;
	width: 30px ;
	height: 30px;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	background: none;
}
.search__button img{
	margin: 0 !important;
	width: 100%;
}
.search__suggests{
	width: 100%;
	border: 1px solid #F0D45A;
	border-top: none;
	background: #FFF;
	border-radius: 5px !important;
	padding: 5px 0 5px;
	position: absolute;
	top: 50px;
	box-sizing: border-box;
}
.search__list{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
}
.search__form{
	position: relative;
}
.search__item{
	font-size: 22px;
	width: 100%;
	text-align: left;
	padding: 0 5px 0 10px;
	box-sizing: border-box;
	border-bottom: 1px solid black;
}
.search__item:hover,.search__item.active{
	position: relative;
	background-color:#ebebeb;
}
.search__item:hover::before,.search__item.active::before{
	position: absolute;
	content: '';
	display: block;
	width: 2px;
	height: 80%;
	background-color: #F0D45A;
	left: 3px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 5px;
}

.search__link,.search__link:visited{
	display: block;
	width: 100%;
	text-decoration: none;	
	color: black;
}
.search__link:hover{
	text-decoration: none;
}

.finded-persons{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
	height: auto;
	background-color: #fff;
	box-shadow: 0 10px 20px rgb(0 0 0 / 30%);
	box-sizing: border-box;
}
.finded-persons h1{
	color: #084F93;
}
.finded-persons__list{
	margin: 0;
	padding: 20px;
	width: 100%;
	list-style-type:none;
	box-sizing: border-box;
}
.finded-persons__item{
	text-align: left;
	width: 100%;
	padding: 20px;
	background-color: #ebebeb;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	box-sizing: border-box;
	margin-bottom: 15px;
	display: flex !important;
		justify-content: space-between !important;

}
.finded-persons__link,.finded-persons__link:visited{
	font-size: 24px;
	color: #453D55;
	text-decoration: none;
	height: 100%;
	/*width: 100%;*/
	/*flex-grow: 1;*/
	
}
.finded-persons__link:hover{
	text-decoration: underline;
}
.person-h{
	color: #084F93;
	font-size: 24px;
}
@media (max-width: 540px){
	.person-h{
		font-size:18px
	}
	.person-info{
		font-size: 16px;
	}
	.person-container{
	padding: 10px;
}
}
.person-info{
	color: #000;
	font-size: 20px;
}
.h-block{
	display: flex;
	justify-content: center;
	column-gap: 10px;
}
.person-container{
	padding: 20px;
}
.person-description{
	padding: 5px;
}
.add-btn{
	outline: none;
	border: 1px solid #F0D45A;
	padding: 10px;
	margin: 10px 0 20px;
	border-radius: 50px;
}
.type-select{
	width: 100%;
	margin-top: 10px;
	outline: none;
	border: 1px solid #F0D45A;
	padding: 10px;
	border-radius: 5px;
}
.institutuon{
	width: 100%;
}
.institutuon *{
	box-sizing: border-box;
}
.hor-bar{
	width: 100%;

}
.hor-bar *{
	margin-bottom: 20px;
	}
textarea{
	padding-left: 20px;
	padding-top: 10px;
}
.container-adm{
	width: 1200px;
	margin: 0 auto;
}
.admin-form{
	background-color: rgba(255,255,255,0.4);
}
.admin-form>*{
	margin-right: 30px;
}

.admin-form>* *{
	margin-right: 30px;
}
.flex-list{
	display: flex;
	justify-content: center;

}
.flex-list>*{
	margin-right: 15px;
}
h5{
	margin: 0;
}
.education-table,.education-table tr,.education-table th, .education-table td{
	border: 20px solid rgba(0, 0, 0, 0);
	border-collapse: collapse;
}
.job-table,.job-table tr,.job-table th, .job-table td{
	border: 5px solid rgba(0, 0, 0, 0);
	border-collapse: collapse;
}
@media(max-width: 1200px){
	.education-table,.education-table tr,.education-table th, .education-table td{
		border: 5px solid rgba(0, 0, 0, 0);
	}
	.job-table,.job-table tr,.job-table th, .job-table td{
		border: 1px solid rgba(0, 0, 0, 0);
	}	
}
.table-wrapper{
	overflow: auto;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
.person-h a{
	color: unset;
}
.person-h a:visited{
	color: unset;
}