
/*.wrap_num_photo {
    position: absolute;
    right: 6%;
*/
.wrap_num_photo {
    position: absolute;
	right: 15px;
	padding: 0px 4px;
	margin: 2px 0;
	display: inline-block;
	background: rgb(92, 95, 104) !important;
	height: 20px;
	color: white;
	line-height: 20px;
	bottom: 0;
}

input[name="comment"].focusout {
	color: #9b9a9a;
	font-style: italic;
} 

.info_item .middle_info .hr-prices:last-of-type {
    display: none;
}
 

.purchase_size .in-buy-piece {
	padding: 5px 7px 6px;
	background: #239d23;
	display: inline-block;
	color: #fff;
	line-height: 1;
	font-size: 10px;
	border-radius: 2px;
}
.purchase_size .in-buy-piece.in-basket {
	background: #bfc4bf;
}
.purchase_size .in-buy-piece.in-pay {
	background: #d9d62d;
}
.purchase_size .in-buy-piece.in-order {
	color: #239d23;
	background: none;
	font-size: 14px;
}

.form-buy-purchase {
    /*position: absolute;
    left: 0;
    top: 0;*/
    position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
    width: 100%;
    padding: 10px;
    white-space: normal;
    background: white;
    text-align: left;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    display: none;
    max-width: 450px;
    z-index: 999;
}
.form-buy-purchase .text-top {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.form-buy-purchase .text-top p {
	margin-bottom: 10px;
}
.form-buy-purchase .line_input {
    margin-bottom: 5px;
}