.gift-block {
	background-color: rgba(255, 255, 255, 0);
	box-shadow: 0 1px 1px 1px rgb(0 0 0 / 8%);
	border: 1px solid #6c757d;
	padding: 2px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-top: 0px;
}

.gift {
	color:#fff;
	background-color: #191D20;
	margin:-10px;
	padding:10px;
	margin-bottom:10px;
	text-align: left;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	margin-top:0px;
}

.gift-img {
	width:92px;
	height:92px;
	margin-top:-20px;
}

.wrapper-gift {
	background-color:green;
	color:#fff;
	line-height:160%;
	border-radius: 5px;
	position: absolute;
	left: 50%;
}

.tooltip-inner {
    	white-space:pre-wrap;
}

.modal-gift {
    	//max-height: 560px;
    	overflow: auto;
    	overflow-x:hidden;
}

.image {
    	position: relative;
   	width: 100%; /* для IE 6 */
}

.gift_price{
	display: inline-block;
	position: relative;
	width: 120px;	
	margin:10px;
}

.holder{
    	font-size: 13px;
   	background: rgba(229,235,241,.9);
    	border-radius: 3px;
    	padding: 1px 4px 2px;
    	font-weight: 700;
    	position: absolute;
   	bottom: 0;
    	left: 0;
    	right: 0;
    	text-align: center;
    	z-index: 1;
		top: 80%;
}
.gift_free{
    	font-size: 13px;
   	background: rgba(229,235,241,.9);
    	border-radius: 3px;
    	padding: 1px 4px 2px;
    	font-weight: 700;
    	position: absolute;
   	bottom: 0;
    	left: 0;
    	right: 0;
    	text-align: center;
    	z-index: 1;
    	display:none;
}
.holder:hover .gift_free{
   	display:block;
}