@media screen and (min-width: 900px) {
.dropbtn
{
/*  Больше 900 px */
display: none;
}
}

@media screen and (max-width: 900px) {
	.block-3, .shernuy_block	{
	/*  Ekran mensche 800 px */
	display: none;
	}
	.Schapka
	{
		justify-content:center; 
	}
	.gruppowoy_towar
		{
		width: 90%;
		}

	}

	@media screen and (max-width: 600px) {
		.block-3, .block-2
		{
		/*  Ekran mensche 600 px */
		display: none;
		}
		.Schapka
		{
			justify-content:center; 
		}
		#lewuy_stolbez
		{
		display: none;
		}
		}


@media screen and (max-width: 600px) {
#lewuy_stolbez_menu, #content, #lewuy_stolbez, #content_lewogo_stolbza
{
/*  Это когда экран меньше 600 px */
width:100%; 
}
}


@media screen and (max-width: 480px) {
#mini_menu
{
/*  Это когда экран меньше 480 px */
display: none;
}
#table4, #table5, #table50, #table51, #table52, #table53, #table54
{
width: 100%;
}
}