@media all and (max-width: 699px) {
  #middleContent{
    width:100%;
    margin-top:42px;
    margin-bottom:15px;
  }
  #content .headerImage { display:none; }
  #content .headerLine { display:none; }
  nav { width: 100%; background:url('/assets/img/menu_bg_gora.jpg') repeat; min-height:0; }
  #leftBar { width:100%; }
  #content { width: 100%; }
  #headerContactInfo { font-size:0.9em; right:0; top: -39px; }
  #logoImg img { margin: 0 auto; display: block; float: none; }
  #content .contactData { width:100%; }
  #content .contactForm { width:100%; padding-right:0; }
  #content .contactForm form { margin:25px; }
  #content h1 { font-size:2.5em; }
  #content h2.special { font-size:1.9em; }
  .contactForm input[type=text], .contactForm textarea { width:100%; }
  .contactForm input[type=submit] {  }
}
