@media screen and (min-width: 1281px) {
  .footer .list_offices li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .footer .list_offices li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1441px) {
  .main_section .main_title {
    font-size: 1480%;
  }

  .project_section {
    padding: 110px 0;
  }
  .project_section .title_project {
    font-size: 700%;
    line-height: 93px;
  }
  .project_section .project_inner {
    margin-top: 90px;
  }

  .inner_page .inner_section {
    padding: 136px 15px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .main_section .main_title {
    font-size: 1000%;
  }

  .project_section {
    padding: 100px 0;
  }
  .project_section .title_project {
    font-size: 500%;
    line-height: 57px;
  }
  .project_section .project_inner {
    margin-top: 80px;
  }

  .inner_page .inner_section {
    padding: 100px 15px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .main_section .main_title {
    font-size: 800%;
  }

  .project_section {
    padding: 80px 0;
  }
  .project_section .title_project {
    font-size: 400%;
    line-height: 50px;
  }
  .project_section .project_inner {
    margin-top: 60px;
  }

  .inner_page .inner_section {
    padding: 80px 15px;
  }
}

/*# sourceMappingURL=index-l.css.map */
