.spec-offers {
	height: 356px;
	overflow: hidden;
}

	.spec-offers__link {
		display: block;
		height: 356px;
		text-decoration: none;
		width: 100%;
	}

		.spec-offers__images {
			align-items: flex-end;
			-webkit-align-items: flex-end;
			background-size: cover;
			border-radius: 4px;
			display: -webkit-flex;
			display: flex;
			height: 100%;
			overflow: hidden;
			width: 100%;
		}

			.spec-offers__info {
				padding: 16px;
			}

				.spec-offers__sticker {
					background: #bf1000;
					border-radius: 4px;
					color: #fff;
					display: inline-block;
					font: 13px 'PFDinDisplayPro', sans-serif;
					margin-bottom: 5px;
					padding: 8px 16px;
					text-transform: uppercase;
				}

				.spec-offers__name {
					background: rgba(255,255,255,.9);
					border-radius: 4px;
					color: #18191e;
					display: inline-block;
					margin-bottom: 5px;
					padding: 8px 16px;
				}

				.spec-offers__price {
					background: rgba(24,25,30,.9);
					border-radius: 4px;
					color: #fff;
					display: inline-block;
					font-size: 18px;
					font-weight: bold;
					padding: 8px 16px;
				}