@media (min-device-width: 1024px) and (max-device-width:1279px){
    .header-location {
	    width: 340px;
	    margin-left: 48px;
	}

	.header-logo img {
	    height: 120px;
	}	

	.header-contacts {
	    margin-right: 50px;
	    width: 209px;
	}	
}