/*
Theme Name:     Astra Child
Theme URI:      http://аккора.рф
Description:    Тема сайта Аккора - Москва
Author:         Katodur
Template:       astra
Version:        0.1.0
*/
.ast-mobile-menu-buttons {
	display: none !important;
}
.site-title {
	font-size: 16px !important;
}
.header-bottom {
	margin-top: 10px;
	margin-bottom: 45px;
}
.header-bottom ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    list-style: none;
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 24px;
    background-color: #2763ad;
}
.menu-link {
	color: white;
}
.main-header-bar {
	max-width: 1200px;
}
@media only screen and (min-width: 900px) {
	.akkora-header-block {
		right: 0px !important;
	}
}
@media (max-width:680px) {
	.header-bottom ul {
		
	}
}