.site-header{
	display: flex;
	width:100%;
	min-height:125px;
	background-color: #ffffff;
	border-bottom: 1px solid #E2E2E2;
}

.header-container{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	justify-content: space-between;
	align-items: center;
}
.navigation-container-main{
	display: flex;
	align-items: center;
	gap: 30px;
}
.navigation-container{
	display:flex;
	align-items: center;
	gap:40px;
	width: fit-content;
}
.navigation-container-mobile{
	display:none;
}
.header-phone{
	display:flex;
}
.header-phone a{
	display:flex;
	white-space: nowrap;
	font-size:16px;
	font-weight:700;
	color:#000000;
	text-decoration:none;
}
.header-button{
	display:flex;
}
.header-button a{
	display:flex;
	font-size:18px;
	font-weight:700;
	color:#C7342A;
	text-decoration:none;
	padding: 0px 40px;
	border-left: 1px solid #B4B2B2;
}

.header-button a:hover{
	color: #A51F16;
}

@media only screen and (min-width: 992px) {
	.custom-mobilelogo-link.mobile-logo{
		display:none;
	}
	body.fixed-header{
		margin-top:116px;
	}
	.site-header.fixed{
		position:fixed;
		top:0;
		z-index: 1000;
	}
	body.fixed-header.admin-bar .site-header.fixed{
		top:32px;
	}
}
@media only screen and (max-width: 991px) {
	.navigation-container-mobile{
		display:block;
	}
	.custom-logo-link.desktop-logo{
		display:none;
	}
	/*body.fixed-mobile-header{
		margin-top:116px;
	}*/
	.site-header.fixed-mobile{
		position:fixed;
		top:0;
		z-index: 1000;
	}
	body.fixed-mobile-header.admin-bar .site-header.fixed-mobile{
		top:0px;
	}
	body.fixed-mobile-header.menu-opened{
		margin-top:0;
	}
	.menu-opened .site-header.fixed-mobile{
		position:absolute;
	}

	.mobile-logo img {
		max-height: 50px;
		width: auto;
	}

	.site-header{
		min-height: 80px;
	}

	.header-phone,
	.header-button{
		display:none;
	}
	
	main{
		margin-top: 0px;
	}
	
}


@media only screen and (max-width: 675px) {
	.header-phone,
	.header-button{
		display:none;
	}
	
	main{
		margin-top: 0px;
	}
}

/*--------------------------------------------------------------
# Tyna - FM Agro
--------------------------------------------------------------*/ 

.desktop-logo img {
	max-height: 90px !important;
	width: auto;
}

