.basket1 {
	min-width:300px; width:100%;
	background:#f5f5f5;
	min-height:65vh;
	padding:40px 20px;
}
.basket1 h2 {margin-bottom:35px;}
.basket1_line1, .basket1_line2, .basket1_line_del {
	width:100%; max-width:1000px;
	border-bottom:4px solid #f5f5f5;
}
.basket1_line_del {
	background:#e2e2e2;
}
.basket1_line1 {
	background:#fff;
}
.basket1_line2 {
	background:#f9f9f9;
}
.basket1_photo {
	padding:0; border-right:4px solid #f5f5f5;
	width:100px;	
}
.basket1_photo div {
	text-align:center;
	width:100px; height:80px;
	overflow:hidden;
}
.basket1_photo div img {
	height:80px;
}
.basket1_name {
	padding:15px; border-right:4px solid #f5f5f5;
	width:50%;
}
.basket1_name a {
	font-weight:700;
	font-size:16px;
	color:#000;
	text-decoration:none;
}
.basket1_name a:hover {
	text-decoration:underline;
	color:#333;
}
.basket1_price, .basket1_summ {
	padding:15px; border-right:4px solid #f5f5f5;
	width:150px;
}
.basket1_price span, .basket1_summ span {
	width:100%;
	font-weight:700;
	font-size:18px;
	color:#000;
	text-align:center;
}

.basket1_pieces {
	padding:15px; border-right:4px solid #f5f5f5;
	width:150px;
}


.basket1_action {
	width:50px;
}
.basket1_action img {
	width:25px;
}
.basket1_action img:hover {
	opacity:.7; cursor:pointer;
}
.basket1_pieces input {
	border:2px solid #B80000; border-radius:0;
	width:50px; text-align:center; color:#000; font-size:18px;
	padding:5px 10px;
}
.basket1_minus, .basket1_plus {
	background:#B80000;
	color:#fff;
	font-size:18px;
	font-weight:500;
	text-align:center;
	padding:5px 15px;
}
.basket1_minus:hover, .basket1_plus:hover {
	background:#D80000;
	color:#f5f5f5;
	cursor:pointer;
}
.basket1_plus {
	border-radius: 0 10px 10px 0;
}
.basket1_minus {
	border-radius:10px 0 0 10px;
}


.basket1_itogo {
	padding:15px;
	width:100%; max-width:1000px;
}
.basket1_itogo span {
	font-size:22px;
	font-weight:700;
	color:#000;
}
.basket1_save {
	display:none;
	margin-right:20px;
}
.basket1_save_btn {
	color:#fff;
	border-radius:20px; border:0;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	font-weight:500;
	background:#D80000;
	width:100%;
	padding:15px 20px;
	white-space:nowrap;
	line-height:0;
	outline:0;
}
.basket1_save_btn:hover {
	background:#B80000;
	cursor:pointer;
	color:#fff;
}
.info_basket1 {text-align:right; font-size:14px; color:#333;}

.basket1_form {
	background:#fff;
	box-shadow: 0px 2px 15px -5px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	padding:40px 20px;
	min-width:280px;
	width:100%;
	max-width:500px;
	margin:40px 0;
}
.basket1_form h3 {
	font-size:26px;
	color:#000;
	margin-bottom:20px;
}
.basket1_form label {
	font-size:16px;
	margin-bottom:5px;
	color:#333;
	width:100%;
	text-align:left;
	padding-left:15px;
	font-weight:500;
}
.basket1_form input {
	background:#fff;
	border:3px solid #B80000;
	border-radius:20px;
	font-size:18px;
	padding:10px 15px;
	outline:none;
	color:#000;
	width:100%;
	margin-bottom:15px;
}
.basket1_form input:focus {
	border:3px solid #D80000;
}
.basket1_form textarea {
	background:#fff;
	border:3px solid #B80000;
	border-radius:20px;
	font-size:18px;
	padding:10px 15px;
	outline:none;
	color:#000;
	min-width:240px; width:100%; max-width:460px;
	min-height:80px; height:80px; max-height:300px;
	margin-bottom:15px;
}
.basket1_form button {
	color:#fff;
	border-radius:20px; border:0;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	font-weight:500;
	background:#D80000;
	width:100%;
	padding:15px 30px;
	white-space:nowrap;
	outline:0;
	margin-top:10px;
}
.basket1_form button:hover {
	background:#B80000;
	cursor:pointer;
	color:#fff;
}

@media only screen and (max-width:880px) {
	.basket1_photo {
		border-right:2px solid #f5f5f5;
		width:50px;	
	}
	.basket1_photo div {
		width:50px; height:50px;
	}
	.basket1_photo div img {
		height:50px;
	}
	.basket1_name {
		padding:15px 5px; border-right:2px solid #f5f5f5;
		width:200px;
	}
	.basket1_name a {
		font-weight:400;
		font-size:15px;
	}
	.basket1_line {
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.basket1_price {display:none;}
	.basket1_summ {
		position:relative; border-right:2px solid #f5f5f5;
	}
	.basket1_summ small {
		position:absolute;
		top:10px; left:0;
		width:100%;
		text-align:center;
		color:#aaa;
	}
	.basket1_pieces {
		padding:5px; border-right:2px solid #f5f5f5;
		width:50px;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}
	.basket1_minus, .basket1_plus {
		font-size:20px;
		font-weight:500;
		text-align:center;
		padding:5px 3px;
		width:40px;
	}
	.basket1_minus{border-radius:5px 5px 0 0;}
	.basket1_plus{border-radius:0 0 5px 5px;}
	.basket1_pieces input {
		border:2px solid #B80000; border-radius:0;
		width:40px;text-align:center; color:#000; font-size:18px;
		padding:5px 0;
	}
	.basket1_action {
		width:40px;
	}
	.basket1_action img {
		width:20px;
	}
	.basket1_itogo {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}
	.basket1_itogo span {
		text-align:center;
		margin-top:10px;
	}
	.basket1_form {margin-top:10px;}
	
	.basket1_form h3 {
		font-size:22px;
	}
	.basket1_form label {
		font-size:14px;
		padding-left:10px;
	}
	.basket1_form input {
		background:#fff;
		border:2px solid #B80000;
		border-radius:10px;
		font-size:16px;
		margin-bottom:10px;
	}
	.basket1_form input:focus {
		border:3px solid #D80000;
	}
	.basket1_form textarea {
		border:2px solid #B80000;
		border-radius:10px;
		font-size:16px;
		margin-bottom:10px;
	}
	.basket1_form button {
		border-radius:10px; border:0;
		font-size:16px;
		width:100%;
		padding:15px 20px;
		margin-top:10px;
	}

}