@media screen and (max-width: 1170px) {
		body {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 1025px) {
	.header-head-mob {
		margin-bottom: 15px;
	}
	.main-item-head {
		flex-basis: 100%;
	    order: -1;
	}
	footer span {
		width: auto;
	}
	.footer-h-mob {
		flex-basis: 100%;
    	order: -2;
	}
	.footer-p-mob {
		flex-basis: 100%;
		order: -1;
		text-align: center;
	}
 }
@media screen and (max-width: 850px) {
	main {
		background-color: #e8e8e8;
	}
	.table-items {
    	display: flex;
    	flex-wrap: wrap;
	}
	.table-items {
		display: flex;
	    flex-direction: column;
	}
	.head-items {	
		display: none;
	}
	.list-item {
		border-radius: 30px 30px 30px 30px;
	    margin: 15px 0 15px 0;
	    background-color: white;
	    box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.3);
	    padding: 15px;
	    display: flex;
	    width: auto;
	    flex-direction: column;
	}
	.list-item td {
		display: inline-block;
    	width: auto;
    	margin: 7px 0;
	}
	.cart {
		width: 250px;
    	margin: 0 auto;
    	display: flex;
    	justify-content: center;
	}
	.mar-auto {
    margin: 0;
	}
	.name-td {
		margin: 0 auto;
		text-align: center;
	}
	.countdown::before,.first__cost::before,.second__cost::before {
		font-weight: 600;
		margin-right: 5px;
	}
	.countdown::before {
		content:"Кол-во:";
	}
	.first__cost::before {
		content:"Цена за шт.:";
	}
	.second__cost::before {
		content:"Цена за шт.(от 100шт.):";
	}
}
@media screen and (max-width: 400px) {
	.header-head-mob {
		margin-bottom: 25px;
	}
	.name-td {
		flex-direction: column;
	}
	.name-td::before {
	    margin-right: 0px;
	}
	.win-sale-content,.win-successful-content {
		width: 90%;
	}
	.header-main {
		display: flex;
		flex-direction: column;
		align-items: center;
		font-size: 45px;
	}
	.cart {
		width: auto;
    	margin: 0 auto;
	}
}