@media screen and (max-width: 800px) { 
	* {
		
 
		
	}
html, body {font-family:'OpenGostTypeATT', 'Roboto', Arial, sans-serif;}
#filtPanel .filt {
    max-width: 100vw;
    left: -100vw;
    top: 0;
    height: calc(100% - 50px);
    
}
	#filtPanel .filt ins { 
    height: 40px;
    line-height: 40px;overflow: hidden;}
	
	
	#infoPanel {
    width: 100vw;right: -100vw;}
	#infoPanel.active{right:0;}
	#filtPanel .filt.active {left:0;}
	
}
