@media screen and (max-width: 1040px) {
	#content {
		max-width: 1040px;
		min-width: 768px;
	}
	
	#center .grid-left {
		display: none;
	}
	
	#center .grid-right {
		padding: 20px 30px 30px;
	}
	
	#head .upper .menu li {
		display: none;
	}
	
	#head .upper .menu li:last-child {
		display: inline-block;
	}
	
	#head .bottom .search {
		display: none;
	}
	
	#head .bottom .cart a {
		width: 140px;
	}
	
	#error404 {
		width: 100%;
	}
	
	#error404 img {
		display: none;
	}
	
	#footer .menu {
		display: none;
	}
	
	.index .sellers li:first-child+*+*+*, .index .actions li:first-child+*+*+* {
		*display: none;
	}
	
	.tablet {
		display: block;
		padding: 30px 30px 0 30px;
		margin-bottom: -20px;
	}
	
	.tablet .left-block {
		padding: 0;
	}
	
	.tablet .left-block .smenu {
		margin: -1px;
	}
	
	.tablet .left-block  ul li {
		margin: 0 !important;
		text-transform: uppercase;
		border-top: 1px solid #f5f4f0;
	}
	
	.tablet .left-block  ul li a {
		display: block;
		padding: 0 20px;
		line-height: 32px;
		text-transform: uppercase;
	}
	
	.tablet .left-block form {
		background: #0880c3;
		padding: 5px;
		margin: -1px;
		border-radius: 0 0 3px 3px;
	}
	
	.tablet .left-block form div {
		background: white;
		border-radius: 3px;
		box-shadow: 0 1px 3px rgba(0,0,0,.3);
		padding: 0 10px;
	}
	
	.tablet .left-block form input {
		height: 36px;
	}
	
	.tablet .left-block form input[type="text"] {
		min-width: 250px;
	}
	
	.tablet .left-block form input[type="submit"] {
		cursor: pointer;
		position: absolute;
		right: 4px;
		top: 4px;
		width: 36px;
		height: 36px;
		background: url("https://cdn3.iconfinder.com/data/icons/watchify-v1-0-80px/80/search-80px-24.png") center no-repeat;
	}
	
	.no_marg {
		margin: -35px 0 10px;
	}
	
	#center > .visible {
		display: table-cell;
		padding-right: 0;
	}
	
	#center > .visible > .pad {
		display: none;
	}
	
	#center > .visible + .grid-right {
		padding-left: 10px;
	}
	
	.sellers.catalog.hor li .description {
		display: none;
	}
	
	.sellers.catalog.hor li .image {
		padding: 10px;
		width: 130px;
	}
	
	.sellers.catalog.hor li .image a {
		min-width: 100px;
		width: 100px;
	}
	
	.sellers.catalog.hor li .image a img {
		max-width: 100px;
	}
	
	.sellers.catalog.hor li .wrapper:hover {
		box-shadow: none;
		margin: 0;
		padding: 0;
		border: none;
	}
	
	.sellers.catalog.hor li .wrapper:hover .hidden {
		display: none;
	}
	
	.sellers.catalog.hor li .name a {
		font-size: 12px;
		line-height: 16px;
	}
	
	.tablet_links {
		display: inline-block;
		float: none;
		margin-left: 30px;
		font-weight: bold;
		color: #000;
		text-decoration: none;
		border-bottom: 1px solid #ccc;
	}
	
	.tablet_links:hover {
		border: none;
	}
	
	.tablet h1 {
		margin-bottom: -10px;
	}
	
	.sellers.block li {
		width: 50%;
	}

	.sellers.block li:first-child+*+*, .sellers.block li:first-child+*+*+* {
		border-top: 1px solid #e6e5e3;
	}

	.sellers.block li:nth-child(4n+1) .no_wrapper {
		border-left: 1px dashed #e6e5e1;
	}

	.sellers.block li:nth-child(2n+1) .no_wrapper {
		border-left: none;
	}
	
	.sellers.wrapper li:first-child+*+*+* {
		display: none;
	}
	
	#select_boiler .stepsq .question {
		left: 20%;
	}
}