.general-header{
	padding-right: 10%;
	padding-top: 1;
	width: 90%;
	display: none;
}
.header-nav{
}
.header-list{
	display: flex;
	flex-direction: row-reverse;
	gap: 5%;
	width: 100%;
}
.header-item{
	inline-size: 8%;
    padding: 1.2%;
    border: none;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .35);
}
.header-item a{
	text-decoration: none;
    color: #557;
}
