article img {
	width: auto !important;
}
article {
	width: 97%;
	text-indent: 0 !important;
}
.head_price {
	height:150px;
}
.head_telo img {
	/*width: */
}
.strelka {
	width: 100%;
	height: 41px;
	background: url(../image/price/strelka.png);
	background-size: cover;
	margin-top: -3px;
}
.telo {
	border: 2px solid black;
	display: inline-block;
	padding: 11px;
	background: #9A9A9A;
	border-top: 1px solid black;
}
.head_telo_left {
	width: 49%;
	margin-right: 5px;
	float: left;
}
.head_telo_left > img {
	width: 100% !important;
	box-shadow: 0px 1px 21px -4px;
}
.head_telo_right {
	width: 49%;
	margin-left: 5px;
	float: left;
}
.head_telo_right > img {
	width: 100% !important;
	box-shadow: 0px 1px 21px -4px;
}
.head_first {
	float: right;
	margin-right: 9px;
}
.head_first > img {
	width: 25% !important;
	float: right;
	margin-right: 5px;
}
.img_gaz_1 {
	background: url(../image/price/price_gazel.png) center center;
	width: 175px;
	height: 151px;
	background-size: cover;
	margin-right: 10px;
	float: left;
	cursor: pointer;
}
	.img_gaz_1_act {
		background: url(../image/price/price_gazel_act.png) center center;
		width: 175px;
		height: 152px;
		background-size: cover;
		margin-right: 10px;
		float: left;
		cursor: pointer;
	}
.img_gaz_2 {
	background: url(../image/price/price_gazel+1.png) center center;
	width: 175px;
	height: 151px;
	background-size: cover;
	margin-right: 10px;
	float: left;
	cursor: pointer;
}
	.img_gaz_2_act {
		background: url(../image/price/price_gazel+1_act.png) center center;
		width: 175px;
		height: 151px;
		background-size: cover;
		margin-right: 10px;
		float: left;
		cursor: pointer;
	}
.img_gaz_3 {
	background: url(../image/price/price_gazel+2.png) center center;
	width: 175px;
	height: 151px;
	background-size: cover;
	margin-right: 10px;
	float: left;
	cursor: pointer;
}
	.img_gaz_3_act {
		background: url(../image/price/price_gazel+2_act.png) center center;
		width: 175px;
		height: 151px;
		background-size: cover;
		margin-right: 10px;
		float: left;
		cursor: pointer;	
	}
#price_1 {
	display: none;
}
#price_2 {
	display: none;
}
.price_3t {
	display: inline-block;
	padding: 11px;
	margin-top: 15px;
}
table {
	width: 100%;
	caption-side: bottom;
}
.cap {
	font-size: 12px;
	font-style: italic;
	line-height: 0.8;
}
th {
	font-size: 20px !important;
	background: gray;
	color: #fff;
}
td {
	vertical-align: middle !important;
	height: 30px;
}
tr:nth-child(2n) {
	background: #FFF;
}
tr:nth-child(2n+1) {
	background: #E2E2E2;
}