@media (max-width:992px) {
  .site-name {
    font-size: 2.8rem;
  }

  .site-slogan {
    font-size: 2rem !important;
  }

  h1.page-title {
    padding: 16px;
    font-size: 3.2rem;
  }

  .ui-dialog {
    max-width: 90%;
    margin: 0 5%;
  }

  .ui-dialog .ui-dialog-buttonpane {
    text-align: center;
  }

  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
  }

  #main-container-inner>div:nth-child(2) .breadcrumb-found:first-child {
    margin-top: 0 !important;
  }

  .top-container-inner .first-top,
  .top-container-inner .second-top,
  .top-container-inner .third-top,
  .main-container-inner .first-sidebar,
  .main-container-inner .telegrosik-content,
  .main-container-inner .second-sidebar,
  .bottom-container-inner .first-bottom,
  .bottom-container-inner .second-bottom,
  .bottom-container-inner .third-bottom,
  .bottom-container-inner .fourth-bottom,
  .footer-container-inner .first-footer,
  .footer-container-inner .second-footer,
  .footer-container-inner .third-footer {
    width: 100% !important;
  }

  #top-container-inner,
  #main-container-inner,
  #main-container-inner > div,
  #bottom-container-inner,
  #footer-container-inner,
  #footer-menu-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .top-container-inner .third-top,
  .main-container-inner .second-sidebar,
  .bottom-container-inner .fourth-bottom,
  .footer-container-inner .third-footer {
    margin-bottom: 8px;
  }

  .top-container-inner .first-top,
  .main-container-inner .first-sidebar,
  .bottom-container-inner .first-bottom,
  .footer-container-inner .first-footer {
    margin-top: 8px;
  }

  .main-container-inner .first-sidebar {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .main-container-inner .second-sidebar {
    margin-top: 0;
    margin-bottom: 20px;
  }

  /* Default Article Node */
  .page-node-type-article .node .field--type-image {
    float: none;
    margin: 0 auto;
  }

  .page-node-type-article .field--type-text,
  .page-node-type-article .field--type-text-with-summary {
    display: block !important;
    clear: both;
  }

}
