@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) { 
/*Статьи*/	
	nav, div#SelectRegionBlock, div#menu_row , span.B_crumbBox , div.aside, footer{
		display: none;
		visibility: hidden;
	}
	
	div.main_content {
		width: 100%;
	}
	
	html {
	width: 100%;
	}
	
	body {
		min-width: 100px;
		width: 95%;
	}
	

        div#logo{
	   float: none;
          margin: 10px auto;

    background: url("../img/Logo-mobi.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 59px;
    width: 279px;

	}

/*Страницы банков*/
#logo a {
    width: 279px;
}


.main_content {
    overflow: hidden;
}

.table_Info div {
    width: 96%;
    padding: 15px 2% 0 2%;
}

    div.ServicesBank > table > tbody {
display: block;

}

 div.ServicesBank  > table > tbody > tr {
display: block;
width: 100%;
border-right:none;
border-leftt:none;

}


div.ServicesBank  > table > tbody > tr > td {
display: block;
width: 96% !important;
padding: 15px 2%;
}


/*Курсы валют*/

.main_info_best table {
    width: 100%;
}

.main_info_ets .quarter {
    width: 100%;
}

	
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	 nav {

	}
}