#header .nav-main-space {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: .9rem;
}
#header .nav-main-space a:not(.nav-button) {
    padding: 0 1%;
    color: #005991;
    font-weight: 600;
}
#header .nav-main-space a:hover {
	color: #F64214;
}
#header .nav-button {
	padding: 0 4%;
    cursor: pointer;
    background: #F64214;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
	color: #ffffff !important;
}
#header .nav-button
{
    color: #ffffff;
	font-weight:400;
}
#header .nav-button:hover {
	color: #ffffff !important;
}

#header .new-head {
	
	display: grid;
	grid-template-columns: 3fr 1.5fr 1fr 1fr;
	padding: 20px 50px;
	align-items: center;
}
#header .new-head .space-logo {
	height: 58px;
	width: 220px;
	margin-bottom: 5px;
}
#header .new-head .space-logo > img{
	height:auto !important;
	object-fit: contain;
}
#header .new-head .head-item-slogan {
	font-weight: 600;
	font-size: 16px;
	color: #707b83;
}
#header .new-head .head-item-phones {
	background-color: #E5F3FE;
	display: flex;
	align-items: center;
	flex-direction: row;
	color: #015790;
	font-weight: 600;
	justify-content: space-evenly;
	height: 80%;
	border-radius: 13px;
}
#header .new-head .head-item-links {
	color: #4296C2;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	font-weight: 400;
	font-size: 14px;
}
#header .new-head .vall-st{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}