/*Header*/
@media only screen and (max-width: 1200px){
	.header-info-contact{
		left: 546px;
	}
}

@media only screen and (max-width: 992px){
	.header-info-contact{
		display: none;
	}

	.header-info-btn-menu{
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -0.8em;
		left: 704px;
	}

	.header-info{
		display: none;
	}

	.header-nav{
		display: none;
	}

	.header-top-phone_general{
		display: none;
	}

	.header-top-mobile{
		margin: 0 0 15px 0;
	}
}

@media only screen and (min-width: 993px){
	.header-info-mobile {
		display: none;
	}

	.header-top-mobile{
		display: none;
		padding: 0 0 20px 0;
	}
}
