@media screen and (max-width: 767px) {
	#header .logo {
		float: none;
		margin: auto;
	}
	#header .main-menu {
		float: none;
		margin: 15px auto 0 auto;
	}
	#header .main-menu .menu-item {
		display: inline-block;
		float: none;
		margin-left: 40px;
	}
	
	#content .catalog-list td.order .price {
		font-size: 14px;
	}
	#content .catalog-list td.order .count a {
		font-size: 18px;
	}
	#content .catalog-list td.order .add-to-cart a {
		width: 43px;
		height: 43px;
		font-size: 23px;
		line-height: 43px;
	}
	#content .catalog-list td.order .add-to-cart .form-button {
		font-size: 12px;
	}
	
	.layout-left-column {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.layout-center-column {
		float: none;
		width: 100%;
		margin-left: 0;
	}
}

@media screen and (max-width: 479px) {
	#header .logo {
		float: left;
		width: 113px;
	}
	#header .main-menu-switch {
		display: block;
	}
	#header .main-menu {
		position: relative;
		top: 5px;
		display: none;
		clear: both;
		margin-top: 0;
	}
	#header .main-menu .menu-item {
		position: relative;
		display: block;
		float: none;
		width: 100%;
		margin: 0 0 0 0;
		padding: 8px 0;
		border-top: 1px dotted #B4B4B4;
		text-align: left;
		font-size: 18px;
		line-height: 100%;
	}
	#header .main-menu .menu-item i {
		display: inline-block;
		width: 22px;
		font-size: inherit;
		text-align: center;
	}
	#header .main-menu .menu-item span {
		display: inline;
		font-size: 14px;
		line-height: inherit;
		vertical-align: top;
	}
	
	#topbar {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	#topbar .slogan {
		float: none;
	}
	#topbar .phone {
		float: none;
	}
	#topbar .fb-like {
		display: none;
	}
	
	#content {
		padding-bottom: 100px;
	}
	
	#content .catalog-list .gallery .gallery-photo {
		width: 30px;
		height: 30px;
	}
	#content .catalog-list td.product-info .title {
		font-size: 14px;
	}
	#content .catalog-list td.product-info p {
		font-size: 11px;
	}
	#content .catalog-list td.order .price {
		font-size: 12px;
	}
	#content .catalog-list td.order .count {
		margin-bottom: 10px;
	}
	#content .catalog-list td.order .count input {
		display: block;
		float: none;
		width: 80%;
		margin: 0 auto;
	}
	#content .catalog-list td.order .count a {
		display: none;
	}
	#content .catalog-list td.order .add-to-cart.circle {
		display: block;
	}
	#content .catalog-list td.order .add-to-cart.button {
		display: none;
	}
	#content .catalog-list td.order .add-to-cart a {
		width: 33px;
		height: 33px;
		font-size: 18px;
		line-height: 33px;
	}
	
	#cart {
		text-align: center;
	}
	#cart .total-message {
		float: none;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
		text-align: center;
		font-size: 12px;
		line-height: 100%;
	}
	#cart .checkout-button {
		float: none;
	}
	
	#cartform .submit-block .submit-button input {
		width: 100%;
	}
	
	#cartform .promo-code-block .promo-code-input input {
		width: 100px;
	}
}

@media screen and (max-width: 359px) {
	#topbar {
		font-size: 11px;
	}
	#content .catalog-list td.product-info .title {
		font-size: 12px;
	}
}