
/* / Проекты */

@media screen and (max-width: 1340px) {
 
  .header-fixed-seo {
    height: 265px;
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 97;
  }
  .content-seo {
      padding: 225px 0 0 0;
  }  
}

@media screen and (max-width: 1100px) {

  .header-fixed-seo {
    height: 200px;
	background-color: #fff;
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 97;
  }
  .content-seo {
      padding: 160px 0 0 0;
  }  
}

@media screen and (max-width: 900px) {

  .header-fixed-seo {
    height: 200px;
	background-color: #fff;
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 97;
  }
  .content-seo {
      padding: 160px 0 0 0;
  }
}

@media screen and (max-width: 800px) {

  .header-fixed-seo {
    height: 200px;
	background-color: #fff;
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 97;
  }
  .content-seo {
      padding: 160px 0 0 0;
  }
}