.line_odr{
	width:100%;
	border: 1px solid #939294;
	height:202px;
	margin:25px 0;
	background-color: #F8F8F8;
	box-sizing:	border-box;
	overflow: hidden;
	position: relative;
}
.line_odr, .line_odr *{
	box-sizing:	border-box;

}
.img_bloc{
	float:left;
	height: 100%;
	margin-right: 20px;
}

.img_bloc img{
	max-width: 100%;
	max-height: 100%;
}

.desc_bloc{
	float:left;
	width:53%;
	height: 100%;
	position: relative;
}

.desc_bloc h4{
	color: #006BB1;
    font-size: 1.5em;
    font-weight: 400;
    padding: 5px 0;
}

.description_odr{
	display: inline-block;
    width: 100%;
    margin: 30px 0px 0 0;
	font-weight: 400;
}
.date_odr{
	font-weight: 400;
	position: absolute;
	bottom: 15px;
	left: 0;
}

.see-product{
	display: inline-block;
    text-transform: uppercase;
    border: 1px solid #454545;
    padding: 8px 5px;
	margin-right:10px;
	color:#454545;
	font-weight:400;
}
.see-product a{
	color:#454545;
}

.see-coupon{
	display: inline-block;
    text-transform: uppercase; 
	color:#fff;
	background-color:#006BB1;
    padding: 9px 5px;
}

.bloc_btn{
	position: absolute;
    right: 10px;
    bottom: 10px;
}

.liserai{
	font-weight:400;
}
