.pkr-baner {
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0,0,0,.18);
	background: #f4f6f8;
}
.pkr-baner__etykieta {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
	background: rgba(18,34,56,.72);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	padding: 3px 8px;
	border-radius: 4px;
}
.pkr-baner__link {
	display: block;
	line-height: 0;
}
.pkr-baner img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform .2s ease;
}
.pkr-baner__link:hover img {
	transform: scale(1.02);
}
