@media screen and (max-width: 1200px) {
	body {
		min-width: 1200px;
	}
	.main-wrapper {
		width: 1180px;
	}
	aside#banners {
		display: none;
	}
	#bottom-text {
		width: 260px !important;

		padding-right: 21px !important;
	}
	#footer .counters {
		right: 395px !important;
	}
    #fixed-panel .inner .user {
        padding: 0 16px;
    }
	#fixed-panel .inner .user a { margin-right: 24px; }
	#fixed-panel .inner .deferred { padding: 0 15px; }
    /*#fixed-panel .inner .deferred .ico {display:none;}*/
    /*#fixed-panel .basket .ico {display:none;}*/
    #fixed-panel .inner .basket .price {display:none;}
    #fixed-panel .inner .counter > span {margin-right:0;}
    #fixed-panel .inner .basket a.order span {margin-left:5px;}
	#main-container .right-block {
		margin-right: 0 !important;
	}

	#footer .details {
		left: 230px !important;
	}
	#footer .bottom-links {
		left: 491px;
	}


	.popular-item-block{
		flex-basis: 100%;
	}

	.popular-item-block .image{
		width: 385px;
		margin-left: 70px;
	}

	.popular-item-block .links {
		padding-left: 70px;
		width: 365px;
	}

	.popular-item-block .product-info{
		max-width: 100%;
	}

	.products-widget-list{
		width: 1195px;
		padding-right: 1px;
		margin-right: 0px !important;
	}


}

@media screen and (max-width: 1280px) {
    /*#fixed-panel .inner .deferred .ico {display:none;}*/
    #fixed-panel .inner .user { padding: 0 12px; }
    #fixed-panel .inner .basket { padding: 0 5px; }
    #fixed-panel .inner .outlet-price {padding:0 8px;}
    #fixed-panel .inner .deferred {padding:0 9px;}
}
