/*
 * HTML5 Boilerplate (Only for printer)
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
    page-break-before: avoid;
  }

  * { -webkit-print-color-adjust: exact; }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  img {
    page-break-before: auto;
  }

  /*
   * Don't show links for images, or javascript/internal links
   */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  a[href^="tel"]:after,
  a[href^="skype"]:after,
  #header .social_icons:after,
  #header .header_logo_w a:after,
  .navigation_path a:after {
    content: "" !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    padding: 1.5cm 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .header_before,
  .header_menu,
  #header .social_icons,
  .social_likes,
  .articles_prevnext,
  .content_menu,
  .content_b,
  .content_t,
  .banner,
  .footer_contacts,
  .footer_c,
  .header_content_services,
  .home__city-station,
  .home__city-sobor,
  .home__city-terminal,
  .home__city-admiralcy,
  .home__city-square,
  .home__city-horserider,
  .home__city-back,
  .home__city-middle,
  .flights_tab_box_head,
  .flights_tab_box_day_triggers,
  .flights_tab_small,
  .home__benefits-content-decor,
  .header_logo_w,
  .header_lang,
  .footer_old_site,
  #layout:after,
  .blockquote:before,
  .blockquote:after {
    display: none !important;
  }
  .header_logo_invert {
    display: block !important;
  }
  .header_logo_invert a:after {
    display: none;
  }
  .header_logo_invert a {
    border: none;
    text-decoration: none;
  }
  #content {
    padding-bottom:40px;
  }

.header_menu {
    height:100px;
  }
  img {
    width: auto !important;
    height: auto !important;
  }
  .flights_tab_box {
    width: 100% !important;
  }
  .home__city {
    height: 50px !important;
  }
  .home__city .home__city-front {
    text-align: center;
    display: block !important;
  }
  .home__city-front img {
    display: block;
    text-align: center;
    left: auto !important;
    margin: 0 auto !important;
  }

  .blockquote {
      border: 0 !important;
  }

  #header {
    margin-top: 30px;
    height: 80px;
  }

  #footer {
    position: relative;
  }

  .footer_l {
    width:50%;
  }

