
@media screen and (max-width: 600px) {
	.logo {
		width: 145px;
		height: 82px;
		background-size: contain;
		}
.main_header {
    padding-top: 95px;
	padding-bottom: 0;
}

 .phone_block {position: absolute; right: 7px; top: 10px; margin-top: -100px;}
/* .site_nav {margin: 15px 16px;} */
.user_block {float: right; width: 100%; margin: 0;}
.cart {float: left;}	
.lk_link {margin-top: 3px; width: 200px;}	
.breadcrumbs,  .left_sidebar, #catal {padding-bottom: 3px;}
.title, h1 {    font-size: 22px;}
#sortirovka_show {display: block!important; color: #325fa2; text-align: right; clear: both; margin-bottom: 7px;} 
#sor {display: none;}
	/*меню*/
	.nav {
		position: relative;
		min-height: 40px;
		margin-bottom: 15px;
		margin-left: 5px;
		
	}	
	.nav ul {
		width: 100%;
		padding: 5px 0;
		position: absolute;
		top: 0;
		left: 0;
		border: solid 1px #aaa;
		background: #f1ddd1 url(../images/icon-menu.png) no-repeat 10px 11px;
		border-radius: 5px;
		box-shadow: 0 1px 2px rgba(0,0,0,.3);
		z-index: 10000000;
	}
	.nav li {
		display: none; /* скрыть все <li> пункты */
		margin: 0;
	}
	.nav .current {
		display: block; /* показывать только текущие активные <li> пункты */
		min-height: 30px;
	}
	.nav a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}
	.nav .current a {
		background: none;
		color: #666;
	}

	/* при наведении на пункты меню */
	.nav ul:hover {
		background-image: none;
	}
	.nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	.nav ul:hover .current {
		background: url(../images/icon-check.png) no-repeat 10px 7px;
	}

	/* адаптивное меню справа */
	.nav.right ul {
		left: auto;
		right: 0;
	}

	/* адаптивное меню по центру */
	.nav.center ul {
		left: 50%;
		margin-left: -90px;
	}
	
}