/* Шаблон для печати */

/*@media print{*/

  *{
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    margin-left: 0;
    padding-left: 0;
  }

	.tm,
	.lang,
	.regions,
	.share_frame,
	.share_buttons_frame,
  .toolbar-rtk-special,
  .header-right,
  .header_left > a:first-child,
  .header_left > span,
  .header_sep,
  .header-bottom,
  .mobile-menu,
  .view-options,
  .search_toggle,
  .button_container,
  .mobile-menu,
  .nav-bottom,
  .content_aside,
  .footer_cell.footer_cell-view4 > .social,
  .mistake,
  #pics-text,
  .gallery,
  .about_company br{
		display: none !important;
	}

  body{
    background-color: #fff;
    color: #444;
  }

  .main_frame {
    top: 15px !important;
    width: 740px !important;
    padding: 0 0.5em;
  }

  img {
    max-width: 100% !important;
  }

  .news_item{

  }

  ul, img {
    page-break-inside: avoid;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .logo{
    margin-left: -20px !important;
  }

  .item:hover:after {
    opacity: 0;
  }

  .item:hover{
    background: inherit;
  }

  .item:hover .item_date-day{
    color: #858585;
  }

  .news{
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    left: -57px;
  }

  .column{
    margin: 0;
    padding: 0;
  }

  .layer-light{
    background: none;
    margin-bottom: 2em;
  }

  .inner-page .header{
    border-bottom: none;
  }

  .inner-page .footer .column {
    padding: 0 !important;
  }

  .footer_cell.footer_cell-view2{
    float: left !important;
    width: 35% !important;
    text-align: left !important;
    padding-right: 3em !important;
  }

  .breadCrumbs,
  .footer_cell.footer_cell-view3,
  .header.header-top,
  img{
 		display: block;
    opacity: 1;
    visibility: visible;
	}
  .header-top .header_logo.logo{
    margin: 0 0 1em;
  }

  .footer_cell.footer_cell-view3{
    display: block !important;
    float: left !important;
    width: 55% !important;
    margin: 0 !important;
  }

  .footer_cell.footer_cell-view4{
    display: block !important;
    float: left !important;
    margin-left: 0 !important;
  }

  .footer_cell .madeIn {
    margin-top: 0.5em;
    img {
      display: inline-block;
    }
  }

	.item {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    height: 14.166666666666666rem;
    float: left;
    background-color: #fff;
    padding: 4.938271604938%;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 70px;
    direction: block;
	}

	.item.item--covered:before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none;
	}

	.item_date, .item-wrapper{
		font-size: 6pt;
    display: block;
	}

	.item_category-wrap--single, .item_text, a{
		color: #333;
	}

  .gallery-popup {
    display: none !important;
  }

  .btn--print,
  .vacancy_social-btns-block {
    display: none;
  }
}

@media print and (orientation: portrait){

  .footer_cell.footer_cell-view4{
    margin: 0;
    float: right;
    position: relative;
    left: -18px;
  }

  .news{
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    left: -10px;
  }

  .content_section h1{
    margin-left: 0;
  }

  .item {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    height: 15.166666666666666rem;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 70px;
    direction: block;
  }

  .footer_content{
    margin-top: -80px;
  }

  .footer_cell.footer_cell-view4{
    display: block;
    float: right;
    margin-right: 25%;
  }

  .footer_cell.footer_cell-view4 .madeIn{
    margin-top: -23px;
  }

/*}*/
/* /Шаблон для печати */
