/* 
 * Простые исправления мобильного хедера
 */

/* Мобилка - сдвигаем первые блоки нахуй вниз */
@media screen and (max-width: 980px) {
  /* Главная страница */
  #rec1008950156 {
    margin-top: 100px !important;
    padding-top: 0px !important;
  }
  
  /* Вторая ступень */
  #rec1006773216 {
    margin-top: 100px !important;
    padding-top: 0px !important;
  }
  
  /* Супервизия */
  #rec712514110.r.t-rec {
    margin-top: 120px !important;
    padding-top: 0px !important;
  }
}

