.product1 {
	
}
.product1 h1 {
	font-size:24px;
	margin:0;
	padding-left:20px;
	width:100%;
	text-align:left;
}
.product1_article {
	font-size:14px;
	color:#aaa;
	width:100%;
	text-align:left;
	padding-left:20px;
}
.product1_images {
	width:500px;
	padding:20px;
}
.product1_right {
	width:calc(100% - 500px);
	padding:20px;
}
.product1_img {
	width:440px;
	max-height:600px;
	background:#f5f5f5;
	overflow:hidden;
	margin-bottom:10px;
	border-radius:10px;
	text-align:center;
}
.product1_img img {
	width:100%;
}
.product1_small_img {
	width:50px; height:50px;
	margin-left:10px;
	margin-bottom:5px;
	overflow:hidden;
	border-radius:10px;
	text-align:center;
	background:#f5f5f5;
	border:3px solid #aaa;
}
.product1_small_img img {
	width:100%;
	opacity:.5;
}
.product1_small_img:hover {
	border:3px solid #b80000;
	cursor:pointer;
}
.product1_small_img_act {
	border:3px solid #d80000;
}
.product1_small_img_act img, .product1_small_img:hover > img {
	opacity:1;
}
.product1_descr {
	margin-bottom:10px;
	font-size:16px;
	color:#000;
}
.product1_price {
	width:100%;
}
.product1_price span {
	font-size:18px;
	color:#333;
}
.product1_price b {
	font-weight:500;
	font-size:24px;
	color:#000;
}
.product1_add_block {
	margin-top:10px;
}
.product1_add_block input {
	padding:10px 5px;
	font-size:22px;
	font-weight:500;
	text-align:center;
	width:80px;
	border:3px solid #d80000;
	border-radius:20px 0 0 20px;
}
.product1_add_block button {
	background:#d80000;
	padding:10px 20px;
	font-size:22px;
	color:#fff;
	border:3px solid #d80000;
	border-radius:0 20px 20px 0;
	outline:none;
}
.product1_add_block button:hover {
	background:#b80000;
	border:3px solid #b80000;
	cursor:pointer;
}
.product1_sklad {
	color:#b80000;
	font-weight:500;
	font-size:16px;
	margin-bottom:20px;
	margin-top:5px;
}
.product1_podborka {
	margin-top:20px; margin-bottom:40px;
	background:#f5f5f5;
	padding:20px 0;
}
.product1_podborka h2 {
	font-size:20px;
	text-align:center;
	width:100%;
	padding:20px;
	
}

@media only screen and (max-width:880px) {
	.product1 h1 {
		font-size:22px;
	}
	.product1_images,.product1_img {
		width:100%; border-radius:0;
		height:auto; background:#fff;
	}
	.product1_right {
		width:100%;
		padding:20px;
		padding-top:0;
	}
	.product1_add_block input {
		padding:10px 5px;
		font-size:20px;
		width:80px;
		border:3px solid #d80000;
		border-radius:10px 0 0 10px;
	}
	.product1_add_block button {
		padding:10px 20px;
		font-size:18px;
		border:3px solid #d80000;
		border-radius:0 10px 10px 0;
	}
}