@media (max-width: 1300px) {}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .long_section {
    margin-left: 30px;
    margin-right: 30px;
  }


}

@media (max-width: 768px) {


  .info_section .contact_nav {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .info_section .contact_nav a {
    margin-bottom: 15px;
  }

  .info_section .row>div {
    text-align: center;
  }

  .info_section .info_post .post_box {
    justify-content: center;
  }

  .info_section .info_links .info_links_menu a {
    flex-basis: 100%;
  }

  .info_form {
    margin-top: 35px;
  }

  .info_form form {
    display: flex;
    flex-direction: column;
    align-items: center;

  }

  .info_form .social_box {
    justify-content: center;
  }

  .info_form .social_box a {
    margin: 0 5px;
  }

}

@media (max-width: 576px) {
  .long_section {
    margin-left: 25px;
    margin-right: 25px;
  }


  .info_section .info_links .info_links_menu {
    margin-bottom: 35px;
  }

}

@media (max-width: 480px) {}

@media (max-width: 420px) {
  .long_section {
    margin-left: 15px;
    margin-right: 15px;
  }

}

@media (max-width: 376px) {
}

/*@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}*/

.container {
  max-width: 90%;
}

@media screen and (min-width: 1367px) {
  .w100 {
    width: 100%;
  }
  .block, .inner-content {
    width: 1350px;
  }
}

