.adv-popover{
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #000;
	background: #fff;
	padding: 2px 3px;
	pointer-events: all;
	cursor: pointer;
	z-index: 99999;
	border-radius: 3px;
	opacity: 0.5;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease 0.3s;
	font-size: 11px;
	line-height: 11px;
}

.adv-popover:hover{
	opacity: 1;
}

.banners-big__wrapper .popover{
	border: none;
	padding: 0;
	font-size: 13px;
	line-height: 12px;
}

.banners-big__wrapper .popover .arrow
{
	border:none;
}

.banners-big__wrapper .popover.left .arrow::after{
	bottom:-21px;
	border-right-width: 11px;
	border-right-width: 0;
}

.adv-company{
	pointer-events: none;
	font-size: 13px;
	color: #fff;
	opacity: 0.5;
	position: absolute;
	bottom: 10px;
	right: 20px;
	text-shadow: #0007 1px 1px;
	z-index: 99;
}

.popover{
	max-width: 330px;
}