.basket {
	padding-top: 50px;
	padding-bottom: 50px;
  background: #e4e4e4;
}
.basket__top {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 14px;
	background-color: #ffffff;
}
.basket__top .basket__title {
	padding-left: 22px;
}
.basket__title {
	padding-top: 28px;
	padding-bottom: 25px;
	font-size: 24px;
	font-weight: 500;
	color: #1d1d1d;
}
.basket__th {
	background-color: #2f2e39;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: center;
}
.basket__td:first-child {
	padding-left: 32px;
	padding-right: 15px;
	width: 146px;
}
.basket__td:nth-child(2) {
	width: 200px;
}
.basket__td:nth-child(3) {
	width: 228px;
	padding-left: 81px;
	padding-right: 24px;
}
.basket__td:nth-child(4) {
	width: 235px;
}
.basket__td:nth-child(5) {
	width: 190px;
}
.basket__td:nth-child(6) {
	width: 220px;
	padding-left: 25px;
	padding-right: 25px;
}
.basket__td:nth-child(7) {
	width: 50px;
	margin-right: 0;
	margin-left: auto;
}
.basket__list {
	margin-bottom: 25px;
	counter-reset: section;
}
.basket__tr {
	margin-bottom: 3px;
	background-color: #ffffff;
	border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	position: relative;
}
/*.basket__tr:before {
	content: counter(section);
	position: absolute;
	counter-increment: section;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #454545;
	font-size: 18px;
	height: 20px;
	font-weight: 700;
}*/
.basket__img img {
	max-width: 100%;
	max-height: 100%;
}
.basket__name {
	color: #454545;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.basket__name a {
		color: #454545;
}
.basket__desc {
	color: #454545;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 18px;
}
.basket__article {
	font-size: 12px;
	color: #263238;
}
.basket__article span {
	font-size: 14px;
	color: #7a7a7c;
	margin-left: 4px;
}
.basket__count {
	border: 1px solid rgba(191, 191, 191, 0.41);
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
}
.basket__count input {
	color: #263238;
	font-size: 24px;
	font-weight: 700;
	width: 50px;
	padding: 0;
	border: none;
	display: inline-block;
	margin: 0;
	text-align: center;
	box-shadow: none;
}
.basket__count span {
	font-size: 24px;
	font-weight: 700;
	color: #263238;
	cursor: pointer;
}
.basket__weight {
	font-weight: 700;
	font-size: 24px;
	color: #263238;
	text-align: center;
}
.basket__weight span {
	font-size: 14px;
}
.basket__prices {
	text-align: center;
	font-weight: 700;
	color: #263238;
}
.basket__oldprice {
	color: #c5c5c5;
	font-size: 16px;
	text-decoration: line-through;
}
.basket__newprice {
	font-size: 24px;
}
.basket__newprice span {
	font-size: 14px;
}
.basket__cost {
	color: #263238;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
}
.basket__cost span {
	font-size: 24px;
}
.basket__remove {
    text-align: right;
}
.basket__remove button {
	width: 31px;
	height: 31px;
	display: inline-flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	border-radius: 50%;
	background-color: #2f2e39;
	color: #ffffff;
	font-size: 17px;
	text-transform: uppercase;
}
.basket__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	margin-bottom: 30px;
}
.basket__clear {
	margin-right: 145px;
}
.basket__allcount {
	font-size: 24px;
	font-weight: 700;
	width: 228px;
	padding-left: 81px;
	padding-right: 14px;
	text-align: center;
}
.basket__allcount span {
	font-size: 24px;
}
.basket__allweight {
	font-size: 14px;
	font-weight: 700;
	margin-right: 192px;
	width: 123px;
	text-align: center;
}
.basket__allweight span {
	font-size: 24px;
}
.basket__allcost {
	font-size: 14px;
	font-weight: 700;
	width: 220px;
	text-align: center;
}
.basket__allcost span {
	font-size: 24px;
}
.basket__contacts {
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	padding-bottom: 50px;
}
.basket__profile {
	width: 100%;
}
.basket__group {
	margin-bottom: 10px;
}
.basket__change {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.basket__addr {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.basket__order {
	text-align: center;
	width: 100%;
}

.change {
	width: 50%;
}
.change__title {
	color: #1d1d1d;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 30px;
}

.change_addr {
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
.radio label {
	display: block;
	margin-bottom: 25px;
}

.radio input {
	display: none;
}

.radio input:checked ~ span:after {
	opacity: 1;
}

.radio span {
	color: #808080;
	font-size: 15px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
}

.radio span:before {
	content: "";
	left: 0;
	top: -1px;
	border: 1px solid #bfbfbf;
	border-radius: 2px;
	width: 16px;
	height: 16px;
	position: absolute;
	border-radius: 50%;
}

.radio span:after {
	content: "";
	left: 3px;
	top: 2px;
	position: absolute;
	border-radius: 50%;
	background: #2f2e39;
	width: 10px;
	height: 10px;
	opacity: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.delivery .small {
		padding-left: 30px;
		padding-top: 5px;
		color: #808080;
		font-size: 12px;
		line-height: 15px;
}

@media screen and (max-width: 1400px) {
    .basket__td:nth-child(4) {
        width: 150px;
    }
    
    .basket__td:nth-child(3) {
        width: 150px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1200px) {
	.basket__td:first-child {
		padding-left: 15px;
		width: 100px;
	}

	.basket__td:nth-child(3),
.basket__allcount {
		padding-left: 15px;
		padding-right: 15px;
		width: 130px;
	}

	.basket__td:nth-child(4),
.basket__allweight {
		width: 85px;
	}

	.basket__td:nth-child(5) {
		width: 140px;
	}

	.basket__clear {
		margin-right: 60px;
	}

	.basket__allweight {
		margin-right: 140px;
	}

	.basket__tr:before {
		display: none;
	}
	
	.basket__td:nth-child(6) {
        width: 32px;
        padding-left: 0;
        margin-left: auto;
        margin-right: 0;
        margin-right: 30px;
	}
	
	.basket__td:nth-child(4), .basket__allweight {
	    width: 200px;
	}
}
@media screen and (max-width: 992px) {
	.basket__th {
		display: none;
	}

	.basket__td:first-child {
		width: 140px;
	}

	.basket__td:nth-child(5),
.basket__td:nth-child(6) {
		width: 50%;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.basket__remove {
		position: absolute;
		right: 15px;
		top: 15px;
	}

	.basket__allcount,
.basket__allweight,
.basket__allcost {
		display: none;
	}

	.basket__profile,
.basket__addr {
		width: 100%;
	}

	.basket__change {
		padding-bottom: 0;
	}

	.change_addr {
		width: 100%
	}
}
@media screen and (max-width: 768px) {
	.basket__td:nth-child(2) {
		width: calc(100% - 140px);
	}

	.basket__td:nth-child(5) {
		width: 140px;
	}

	.basket__td:nth-child(6) {
		width: 140px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.basket__img {
	    margin-bottom: 20px;
	}
}
@media screen and (max-width: 576px) {
	.basket__td:nth-child(1) {
		width: 100px;
	}

	.basket__td:nth-child(2) {
		width: calc(100% - 150px);
		padding-bottom: 10px;
		padding-bottom: 10px;
	}

.basket__td:nth-child(3),
.basket__td:nth-child(4),
.basket__td:nth-child(5),
.basket__td:nth-child(6) {
		width: 50%;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

.basket__oldprice,
.basket__count span {
		font-size: 12px;
	}

.basket__cost,
.basket__newprice,
.basket__weight,
.basket__count input {
		font-size: 16px;
	}

	.change {
		width: 100%;
	}

	.basket {
		padding-top: 0
	}

	.basket__order button {
		margin-bottom: 10px
	}
}