@media screen and (max-width: 1199px) and (min-width: 993px){
	#smartant-header>div{grid-template-columns: 1fr 1fr 1fr;}
	#smart-ant-meta img,#mobile-hamburger-menu img{width: 32px;}
}
@media screen and (max-width: 1439px) and (min-width: 1200px){
	#smartant-header>div{grid-template-columns: 1fr 3fr 1fr;}
	#smart-ant-meta img,#mobile-hamburger-menu img{width: 36px;}
}
@media screen and (min-width: 1440px){
	#smartant-header>div{grid-template-columns: 1fr 3fr 1fr;}
	#smart-ant-meta img,#mobile-hamburger-menu img{width: 40px;}
}

#smartant-header{
	height: 140px;
}
#smartant-header>div{
	width: 90%;
	height: 120px;
	margin: 10px 5%;
}
#smart-ant-header-logo-desktop img{
	height: 100px;
}
#smart-ant-header-logo-mobile{
	display: none;
}
#smart-ant-header-nav-menu{
	width: 100%;
}
#smart-ant-menu-box-nav{
	display: flex;
}
#smart-ant-header-nav-menu>ul{
	display: flex;
	gap: 1%;
	justify-content: center;
}
#smart-ant-meta{
	gap: 3%;
}
#mobile-hamburger-menu{
	display: none;
}