/**
 * Стиль для печати
 */


@media print { 
	.menu-block,
	.main_carousel,
	header .block-head-call,
	.top-content,
	#footer-menu .footer-menu,
	#footer-menu .footer-online-services,
	.footer-right,
	.breadcrumb-navigation,
	.print,
	.toggle-link,
	.block-with-image .blue-button,
	.rounded-block-with-image .tabs .tab-names,
	.loan-detail .right-block,
	.read-more-,
	#contacts .tab-names-mode, #contacts .tab-names-types,
	#contacts_city,
	.search-page .form,
	.footer-line,
	body #bx-panel,
	.loan-detail .rounded-block-with-image .image .img-bl:after
	{
		display: none !important;
	}
	#footer {
		position: relative;
	}
	
	#footer-menu {
		float: right;
		width: 150px;
	}
	
	
	.block-with-image {
		width: 280px;
	}
	
	.loan-detail .rounded-block-with-image,
	.specials-list .rounded-block-with-image 
	{
		width: 100%;
	}
	
	.specials-list .gray-block {
		width: 96%;
		padding: 15px 2%
	}
	
	#footer-menu .footer-contact a{
		display: none;
	}
	
	#footer-menu .footer-contact .mail-img:before {
		background: none;
	}
	#footer-menu .footer-contact .mail-img {
		padding-left: 0;
		display: block;
	}

	.print_only {
		display: block;
	}
	
	.tabs .tab-contents .item {
		width: 100%;
		display: block;
	}
	
	.accordeon .item-content,
	.print_only,
	.top-phones .top-phones-list li.print_only {
		display: block;
	}
	
	.top-phones .top-phones-list li.print_only img{
		height: 45px;
	}
}