.collection_offers {
	position: relative;
	margin: 20px 0;
}
.collection_offers hr {
	margin: 15px 0;
	background: #d1d6dc;
}
.collection_offers_cell {
	position: relative;
	padding: 0 0 70px;
}
.collection_offer {
	position: relative;
	width: 100%;
	background: #fff;
}
.collection_offer_image {
	position: relative;
	margin: 0 0 15px;
	overflow: hidden;
}
.collection_offer.archive .collection_offer_image::after {
	content: 'АРХИВНАЯ КОЛЛЕКЦИЯ';
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 0 50px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	background: #6eabda;
	transform: rotate(-45deg) translate(-32.5%, -162%);
}
.collection_offer_image a {
	position: relative;
	display: block;
	height: 180px;
	background-position: 50% 50%;
	background-size: cover;
}
.collection_offer_title {
	overflow: hidden;
	line-height: 20px;
	color: #103a71;
	font-size: 15px;
	font-weight: 600;
}
.collection_offer_size {
	margin: 10px 0;
	line-height: 20px;
	color: #1d1f22;
	font-size: 14px;
}


div.collection_offer_prices
{
	display:flex;
	line-height:1.5;
}
div.collection_offer_price-item
{
	width:50%;
}
.collection_offer_price-item div.item-name
{
}
.collection_offer_price-item div.item-price span
{
	font-size:26px;
	font-weight:bold;
}
div.collection_offer_stores
{
	display:flex;
	flex-direction:column;
}
div.collection_offer_store-item
{
	display:flex;
	margin-top:10px;
	justify-content:space-between;
	max-width:320px;
}
.collection_offer_store-item div.item-name
{
	padding-right:20px;
	width:50%;
}


.collection_offer_price {
	margin: 15px 0;
}
.collection_offer_cost.act {
	float: left;
}
.collection_offer_cost.act .number {
	line-height: 26px;
	font-family: 'Gotham Pro';
	font-size: 24px;
	font-weight: 600;
}
.collection_offer_benefit {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 10px;
	line-height: 26px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	background: #ffe86d;
}
.collection_offer_cost.old {
	float: left;
	position: relative;
	line-height: 20px;
	color: #7d7f82;
	font-size: 15px;
}
.collection_offer_cost.old::after {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #7d7f82;
}
.collection_offer_labels {
	margin: 15px 0;
}
.collection_offer_label {
	line-height: 20px;
	color: #ceb196;
	font-size: 15px;
	font-weight: 700;
	white-space: nowrap;
}
.collection_offer_buttons {
	margin: 15px 0;
}
.collection_offer_buttons button {
	font-size: 15px;
	padding: 0 12px;
	font-size: 14px;
}
.collection_offer_buttons button.already div:nth-child(1),
.collection_offer_buttons button div:nth-child(2) {
	display: none;
}
.collection_offer_buttons button div:nth-child(1),
.collection_offer_buttons button.already div:nth-child(2) {
	display: block;
}
.collection_offer_buttons button.fav {
	margin: 0 5px 0 0;
}
.collection_offer_call {
	margin: 15px 0;
}
.collection_offer_call button {
	display: inline-block;
	height: 20px;
	line-height: 19px;
	color: #0663a4;
	font-size: 15px;
	background: none;
	border-bottom: 1px dashed;
}
.collection_offer_call button:hover {
	border-bottom-color: #fff;
}
.collection_offer_footnote {
	height: 60px;
	margin: 15px 0 0;
	line-height: 18px;
	color: #7e7e7e;
	font-size: 13px;
}

@media (max-width: 666px) {
	.collection_offers hr {
		position: absolute;
		left: 0;
		bottom: -30px;
	}
}

@media (min-width: 667px), print {
	.collection_offer_title {
		height: 40px;
	}
	.collection_offers_grid {
		display: -webkit-flex !important;
		display: -moz-flex !important;
		display: -ms-flex !important;
		display: -o-flex !important;
		display: flex !important;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
	.panes .collection_offers_grid {}
	.collection_offers_cell {
		width: 50%;
		padding: 0 15px 50px;
	}
	.collection_offer_image {
		position: relative;
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
}

@media (min-width: 1024px), print {
	.collection_offers_cell {
		width: 33.33%;
	}
	.collection_offer:hover .collection_offer_title {
		height: auto;
	}
}

@media (min-width: 1280px) {
	.collection_offers_cell {
		width: 25%;
		min-height: 400px; /* нужно т.к. .collection_offer:hover = absolute  */
	}
	.collection_offer:hover {
		position: absolute;
		top: 0;
		left: 15px;
		margin: -10px -15px 0;
		padding: 9px 14px;
		border: 1px solid #d1d6dc;
		z-index: 9;
		box-shadow: 1px 1px 5px rgba(0,0,0,.15);
	}
	.collection_offer_buttons,
	.collection_offer_call,
	.collection_offer_footnote {
		display: none;
	}
	.collection_offer_image a {
		height: 200px;
	}
	.collection_offer:hover .collection_offer_buttons,
	.collection_offer:hover .collection_offer_call,
	.collection_offer:hover .collection_offer_footnote {
		display: block;
	}
	.collection_offer.archive:hover .collection_offer_image {
		width: auto;
		height: 209px;
		margin: -9px -14px 15px;
		padding: 9px 14px 0;
	}
	.collection_offer.archive:hover .collection_offer_image::after {
		margin: 9px 0 0 14px;
	}
}

@media (min-width: 1600px) {
	.collection_offers_cell {
		width: 20%;
	}
}