.fad-ad {
	display: block;
	margin: 1.25em 0;
	text-decoration: none;
	color: inherit;
}

.fad-ad--article_bottom {
	margin-bottom: 0.5em;
}

.fad-ad:hover .fad-ad__media {
	opacity: 0.96;
}

.fad-ad__label {
	display: block;
	margin: 0 0 0.4em;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #6b6f76;
}

.fad-ad__media {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	background: #f6f7f9;
	border-radius: 4px;
}

.fad-ad__media img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
}

.fad-ad-slot:empty {
	display: none;
}
