.menu-main {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: #e3e3e3;
	height: 50px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.menu ul {
	list-style-type: none;
	display: flex;
}

.menu ul li {
	padding: 15px;
	font-family: 'Roboto', san-serif
}

.logo {
}

a, a::after, a::before {
	text-decoration: none;
	color:#000;
}

.menu ul li:hover {
	background: #fff;
	transition: .25s
}

.info-block {
	background: #fff;
	height: 700px;
	position: absolute;
	right: 0;
	left: 0;
	top: 50px;
	display: flex;
	justify-content: space-around;
}

.list {
	width: 50%;
	background: #fff;
	height: 300px;
	margin: 0;
	overflow-y: auto;
	text-align: center;
	height: 700px;
}
.add {
	margin: 0;
	width: 50%;
	background: #fff;
	height: 300px;
	text-align: center;
}

.form-block {
	margin: 5px 0;
}

.form-block label {
	display: block;
	font-size: 15px;
	font-weight: 600;
}

.form-block input {
	width: 50%;
	height: 20px;
	border-radius: 5px;
	border: 1px solid #000;
	padding:2px;
	margin: 5px 0;
}

.sb_button {
	padding: 5px 10px;
	border: 1px solid #232323;
	background: #02b310;
	font-size: 15px;
	color:#fff;
	border-radius: 3px;
}

.table {
	width: 100%;
	text-align: center;
}

.table th {
	font-size: 1em;
	font-family: 'Roboto', san-serif
}

.light { 
	color: #FF0000;
	text-decoration: underline;
}

.form-block select {
	width: 50.7%;
	height: 25px;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 2px;
	margin: 5px 0;
}

.list h4 {
	font-family: 'Roboto', san-serif;
}
.add h4 {
	font-family: 'Roboto', san-serif;
	
}
.sub_menu ul li {
	background: transparent;
	color:#232323;
	margin: 0 5px;
	border: 1px solid #232323;
	width: 150px;
	text-align: center;
}

.sub_menu ul li:hover {
	background: #232323;
	color:#fff;
	transition: .25s;
	box-shadow: 1px 1px 1px #333;
	cursor: pointer;
}
.sub_menu {
	display:flex !important;
	width: 100% !important;
	justify-content: space-around !important;
}

.full {
	position: relative;
	display:flex;
	width: 100%;
	justify-content: space-around;
}

.edit-block {
	width: 50%;
	height: 300px;
}
.edit {
	width: 100%;
	justify-content: space-around;
	display: flex;
}

.edit-block h4 {
	text-align: center;
	width: 100%;
	font-family: 'Roboto', san-serif;
	margin: 0;
}

.info-block-modern {
	background: #fff;
	height: 300px;
	position: absolute;
	right: 0;
	left: 0;
	top: 50px;
}