Hello, Vladimir!
Sorry for the late reply, I missed your question.
Please insert the following codes into Customizing->General->Additional CSS:
/*center the primary navigation vertically*/
.site-header .sticky-header:not(.sticky-header-shrink) nav {
display: flex;
justify-content: center;
flex-direction: column;
height:152px;
}
/*move logo to left*/
div#agama-logo {
margin-left: -40px;
}
/*move primary menu to left*/
.site-header .sticky-header nav {
padding-right: 20px
}
Regards