@media (max-width: 1170px) {
  .container {
    padding: 0 20px; }
  .instaItems {
    margin: auto;
    max-width: 740px; }
    .instaItems__single {
      width: calc(50% - 4px);
      max-width: 366px; }
      .instaItems__single:last-child .instaItems__single-announce > div p + span {
        display: none; }
  .weird1, .top__links, .top__contacts p {
    display: none; }
  .menuTrigger {
    display: block;
    align-self: flex-start;
    margin-bottom: 30px; }
  .menu {
    display: none; }
    .menu a {
      margin: 0;
      padding: 10px;
      width: 100%;
      box-sizing: border-box;
      border-bottom: 1px solid #ccc;
      text-align: center;
      display: block; }
  .instaItemSingle__gallery {
    display: none; }
  .instaItemSingle__text {
    margin: 0; }
    .instaItemSingle__text > div {
      width: 100%;
      margin: 0 0 30px; }
    .instaItemSingle__text-block1 ul {
      display: flex;
      justify-content: center; } }

@media (max-width: 760px) {
  .container__static-imgLeft {
    float: none;
    margin: 0 0 10px; }
  .top {
    padding: 20px 0; }
    .top__logo {
      order: 1;
      width: 100%;
      background-position: center;
      margin-bottom: 30px;
      transform: none; }
    .top .menuTrigger {
      order: 2;
      margin-top: 10px; }
    .top__contacts {
      order: 3;
      align-items: center;
      text-align: center; }
      .top__contacts > a {
        padding-left: 10px; }
  .menu {
    flex-direction: column;
    align-items: center; }
    .menu a {
      margin: 7px 0; }
  .instaItems {
    max-width: 366px; }
    .instaItems__single {
      width: 100%;
      margin: 0 0 4px;
      height: 100%;
      max-width: 100%;
      max-height: 100%; }
      .instaItems__single-announce > div p + span {
        display: none; } }
