

@media (max-width: 991px){
	.sidebar{display: none;}
	.nav-top{display: none;}
	.logotip{display: none;}
	.logotip-mobile{display: block;margin-left: 40px;text-align: center;padding: 0 20px;margin-right: 40px;}
	.logotip-mobile img{max-height: 180px;max-width: 100%;margin-top: 20px;}
	.navbar-toggle{display: block;}
	.callback-button{display: none;}

	.content-text img {
		max-width: 100%;
		width: 100%;
		height: auto;	
	}
	.img_icon{
	    width: auto !important;
	    height: auto !important;
	}
	body .sidebar, 
	body .content-main,
	body.page .sidebar,
	body.page .content-page{
		margin-top: 0;
	}

	.top-contacts{
		margin: 20px 0 0;
	}
	header {
		height: auto;
	}

	footer, footer p, footer a, #quick a, #copyright{
		text-align: center;
	}
	
}


@media (max-width: 768px){
	.table-scroll{
	    max-width: 100%;
	    overflow-y: scroll;
	}
	.table-scroll table{
		width: 750px;
	}
	footer, footer p, footer a, #quick a, #copyright {
	text-align: center;
	}
}
