.set-item {
	position: relative;
	padding: 13px 13px 20px;
	height: 100%;
	background-color: #ffffff;
	border: 1px solid #dee5f1;
	line-height: 1.25;
}

.set-item.set-item_selectable {
	cursor: pointer;
}

.set-item.active {
	border-color: #ffcc00;
}

.set-item.active:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #ffcc00;
}

.set-item__inner {
	position: relative;
	height: 100%;
}

.set-item__cover {
	padding-top: 70%;
	margin-bottom: 15px; /*&:hover {
		opacity: .8;
	}*/
}

.set-item__cover.set-item__cover_empty {
	background: 50% 50% no-repeat url("images/no_photo.png");
}

.set-item__sticker {
	display: block;
	position: absolute;
	bottom: 0;
	right: -13px;
}

.set-item__price {
	margin-bottom: 5px;
}

.set-item__title {
	display: block;
}

a.set-item__title:hover {
	text-decoration: underline;
}

.set-item__btn {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.set-item__btn .button {
	min-width: 100px;
}

