@media(min-width:701px)
	{
		.headerLeft
		{
		width: 35%;
		}
		
		.headerRight
		{
		justify-content: space-around;
    width: 65%;
		}
		.headerRight__phones, .headerRight__site, .headerRight__lang {
    margin-right: 0;
}
}
   @media(min-width:962px)
	{
		.headerLeft
		{
		width: 20%;
		}
			.headerRight
		{
    width: 80%;
		}
}

.header_email a
	{
	color: #cebeb5;
	}

@media (max-width: 700px)
	{
		.headerRight__phone{
    margin: 2px 0 !important;
}
.burger {
  top:auto;
    bottom: 5px;
}
}