#menu
{
    max-width: 1300px;
    margin: 0 auto;
}
#menu_container
{
	display: flex;
    align-items: center;
    margin: 25px 30px;
    justify-content: space-between;
}
#menu_logo
{
	background-image: url(../img/logo.svg);
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 180px;
    height: 106px;
    margin-right: 70px;
}
.menus_links
{
	display: flex;
}
.menu_inbox
{
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 15px;
	letter-spacing: 2px;
	position: relative;
	cursor: pointer;
	color: #ffffff;
}
a
{
	color: #ffffff;
    text-decoration: none;
}
a:hover
{
	color: #62a1e3;
}