#sale_prediction {
	font-size: 14px;
	font-weight: 400;
	display: block;
	position: relative;
	background: #F1F1F1;
	padding: 13px 30px 13px 86px;
	color: var(--main-txt)
}
#sale_prediction:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	background: url('./images/gift.svg') no-repeat center;
	top: calc(50% - 25px);
	left: 16px;
}
#sale_prediction .catalog-element-popup-info a {
	text-decoration: underline;
	color: var(--main-txt)
}
#sale_prediction .catalog-element-popup-info a:hover {
	text-decoration: none;
	color: var(--main_color);
}
#sale_prediction .catalog-element-popup-info a:hover:active{
	color: var(--main_color_hover);
}
.catalog-element-popup-element {
	color: var(--main_color);
}