@media screen and (max-width: 1289px) {
	.container {
	width: 1190px;
	}
	.header-image {
	width: 970px;
	}
	nav ul li, nav ul li:nth-child(10n) {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	float: none;
	}
	nav ul {
	text-align: center;
	}
	.catalog-item, .catalog-item:nth-child(4n) {
	display: inline-block;
	float: none;
	margin-right: 7px;
	margin-left: 7px;
	}
	.catalog {
	text-align: center;
	}
	.item-left {
	width: 100%;
	overflow: hidden;
	text-align: center;
	}
	.game-image2 {
	margin-bottom: 30px;
	}
	.item-right {
	display: none;
	}
}
@media screen and (max-width: 1099px) {
	.container {
	width: 960px;
	}
	.bottom-banner {
	width: 100%;
	}
	.bottom-banner img {
	width: 100%;
	}
	.header-image {
	width: 100%;
	}
	.item-left {
	width: 100%;
	}
	.index-banner {
    width: 100%;
	}
	.index-banner img {
	width: 100%;
	}
}
@media screen and (max-width: 959px) {
	.container {
	width: 768px;
	}
	.header-image {
	width: 100%;
	}
	h1 {
	text-align: center;
	}
	.item-cats {
	   text-align: center;
	}
	.item-slider {
	margin-right: 0px;
	}
	.item-slider {
	margin-bottom: 40px;
	}
	.item-left {
	width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.container {
	width: 100%;
	}
}
/*@media screen and (max-width: 767px) {
	.container {
	width: 480px;
	}
	.header-blocks {
	text-align: center;
	display: block;
	}
	.header-image {
	width: 100%;
	margin-top: 20px;
	}
	.footer-left {
	text-align: center;
	float: none;
	}
	.footer-right {
	text-align: center;
	float: none;
	margin-top: 20px;
	}
	footer a {
	margin-right: 15px;
	margin-left: 15px;
	}
	.item-left {
	float: none;
	width: 100%;
	margin-bottom: 40px;
	}
	.item-fix {
	float: none;
	width: auto;
	}
	.slider-item, .item-slider{
	width: 220px;
	}
	.slider-item {
	height: auto;
	}
	.item-slider {
	margin-right: 15px;
	}
	.item-right {
	width: 215px;
	float: left;
	}
}*/