@media (min-width: 990px) {
  .header__button {
    display: none; } }

@media (max-width: 990px) {
  .header {
    padding: 10px 20px; }
    .header__button {
      background: none;
      border: none;
      -webkit-appearance: none;
      display: block;
      width: 30px;
      height: 30px;
      background-color: #DE060E;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      right: 20px;
      top: 10px; }
    .header__bars {
      width: 20px;
      height: 2px;
      background-color: white;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      z-index: 1000; }
      .header__bars:nth-of-type(2) {
        margin-top: 3px;
        margin-bottom: 3px; }
    .header__nav {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      color: white;
      background-color: #DE060E;
      display: none; }
    .header li {
      display: block;
      text-align: center;
      margin-bottom: 10px;
      font-size: 1.2em; }
    .header__desc {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      z-index: 10; }
    .header--toggled .header__bars:nth-of-type(1) {
      -webkit-transform: rotate(45deg) translateY(4px) translateX(4px);
              transform: rotate(45deg) translateY(4px) translateX(4px); }
    .header--toggled .header__bars:nth-of-type(2) {
      opacity: 0; }
    .header--toggled .header__bars:nth-of-type(3) {
      -webkit-transform: rotate(-45deg) translateY(-3px) translateX(3px);
              transform: rotate(-45deg) translateY(-3px) translateX(3px); } }

@media (max-width: 767px) {
  .serv__item,
  .serv__item:nth-of-type(2) {
      padding: 0 20px;
      margin: 20px auto;
  }

  body {
    padding-top: 0; }
  .main__cont {
    padding: 15px; }
  .mi {
    padding-top: 30px;
    padding-bottom: 30px; }
  .main h1 {
    font-size: 1.5em; }
  .mi__item {
    width: 100%;
    padding: 25px 20px; }
  .mi:before {
    display: none; }
  .main__wrp {
    text-align: center; }
  .sub__desc {
    padding: 20px;
    font-size: 1em; }
  .insti__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .insti__item:last-of-type {
      margin-bottom: 0; }
  .insti__figure {
    line-height: 0;
    width: 100%; }
  .insti__desc {
    width: 100%; }
  .insti__item:first-of-type .insti__desc {
    -webkit-transform: none;
            transform: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .insti__item:first-of-type .insti__figure {
    -webkit-transform: none;
            transform: none; }
  .insti__item:nth-of-type(2) .insti__figure {
    -webkit-transform: none;
            transform: none; }
  .insti__item:nth-of-type(2) .insti__desc {
    -webkit-transform: none;
            transform: none; }
  .insti__item {
    margin-bottom: 30px; }
  .serv {
    padding-top: 30px;
    padding-bottom: 30px; }
  .serv__item {
    margin-bottom: 35px; }
  .cont__item {
    width: 100%;
    margin-bottom: 20px;
    /* text-align: center; */ }
  .cont__wrp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .cont__desc {
    /* flex: initial; */ }
  .cont__ico {
    margin-right: 0;
    margin-bottom: 5px; }
  h2 {
    font-size: 1.5em;
    padding-left: 20px;
    padding-right: 20px; }
  .main__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute; }
  .main__item {
    height: 350px; }
  .sub__desc {
    margin-top: 0; }
  .header {
    padding: 10px 20px; }
  .header__logo {
    max-width: 120px; }
  .footer .container {
    padding-left: 20px;
    padding-right: 20px; }
  .footer__logo {
    width: 70px; } }
