/* Десктоп: только toolbar, мобильное меню скрыто */
@media screen and (min-width: 992px) {
	.navbar .main-navigation {
		display: none !important;
	}
}

@media screen and (max-width: 991px) {
	.navbar .site-logo img {
		max-height: 34px;
		width: auto;
	}

	.navbar .nav-toggle {
		display: block;
	}

	.navbar .main-navigation .menu-item-cta {
		margin-top: 8px;
		padding-top: 8px;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
	}

	.navbar .main-navigation .menu-item-cta a {
		display: inline-block;
		padding: 10px 28px;
		border-radius: 999px;
		background-color: #f0a202;
		color: #1a1200 !important;
		font-weight: 700;
	}

	.navbar .main-navigation .menu-item-cta a:hover,
	.navbar .main-navigation .menu-item-cta a:focus {
		background-color: #ffb820;
		color: #1a1200 !important;
	}
}

@media screen and (max-width: 360px) {
	.navbar .site-logo img {
		max-height: 28px;
	}
}
