#discounts_catalog {
	font-size: 0;
	line-height: 0;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 0 -20px;
	padding-top: 5px;
}
#discounts_catalog .discounts_catalog_item {
	background: #e8e8e8;
	box-sizing: border-box;
	width: calc(33.3333% - 40px);
	position: relative;
	padding: 20px 20px 15px;
	height: auto;
	font-size: 18px;
	line-height: 1.5;
	margin: 20px;
	border-radius: 3px;
	cursor: pointer;
	transition: 0.25s;
}
#discounts_catalog .discounts_catalog_item.hidden {
	opacity: 0;
}
#discounts_catalog .discounts_catalog_item.double {
	width: calc(50% - 40px);
}
#discounts_catalog .discounts_catalog_item.wide {
	width: calc(66.6667% - 40px);
}
.discounts_catalog_item_title {
	font-size: 27px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1;
	text-decoration: none;
	color: #222;
	padding: 0 0 4px;
}
.discounts_catalog_item_subtitle {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
}
.discounts_catalog_item_text {
	font-size: 13px;
	line-height: 1.5;
	padding-top: 12px;
	max-width: 280px;
	padding-bottom: 180px;
}
#discounts_catalog .discounts_catalog_item.is_dark,
#discounts_catalog .discounts_catalog_item.is_dark .discounts_catalog_item_title {
	color: #fff;
}
.discounts_catalog_item.double .discounts_catalog_item_title {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -1px;
}
.discounts_catalog_item.double .discounts_catalog_item_subtitle {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -0.5px;
	line-height: 1.4;
}
.discounts_catalog_item.double .discounts_catalog_item_text {
	font-size: 14px;
	line-height: 1.5;
	max-width: 400px;
}
.discounts_catalog_item_text:before {
	float: right;
	display: block;
	width: 50px;
	height: 22px;
	content: '';
}
.discounts_catalog_item_label {
	background: transparent url(/images/discounts/layout/discount_label.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 10px;
	right: -13px;
	width: 110px;
	height: 140px;
	z-index: 12;
}
.discounts_catalog_item_label.red {
	background: transparent url(/images/discounts/layout/discount_label_red.png) 50% 50% no-repeat;
	background-size: 100% 100%;
}
.discounts_catalog_item_label.white {
	background: transparent url(/images/discounts/layout/discount_label_white.png) 50% 50% no-repeat;
	background-size: 100% 100%;
}
.discounts_catalog_item_label.green {
	background: transparent url(/images/discounts/layout/discount_label_green.png) 50% 50% no-repeat;
	background-size: 100% 100%;
}
.discounts_catalog_item_cashback {
	background: transparent url(/images/discounts/layout/discount_label_cashback.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 10px;
	right: -13px;
	width: 110px;
	height: 140px;
	z-index: 11;
}
.discounts_catalog_item_fire {
	background: transparent url(/images/discounts/layout/fire.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	z-index: 11;
	width: 124px;
	height: 113px;
	position: absolute;
	top: -30px;
	right: -25px;
}
.discounts_catalog_item_label span {
	position: absolute;
	width: 80px;
	top: 12px;
	left: 50%;
	margin-left: -40px;
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -2px;
    -webkit-transform: rotate(29deg);
    -moz-transform: rotate(29deg);
    -o-transform: rotate(29deg);
    -ms-transform: rotate(29deg);
    transform: rotate(29deg);
    text-align: center;
}
.discounts_catalog_item_label span em {
	font-size: 32px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: -1px;
	margin-left: 3px;
}
.str_block_wrapper.wave-top .mce-content-body {
	padding-bottom: 60px;
}
.str_block_wrapper.wave-top+.str_block_wrapper:before {
	background: transparent url(/images/discounts/layout/wave.png) 30% 50% repeat-x;
	z-index: 11;
	content: '';
	height: 40px;
	position: absolute;
	top: -1px;
	right: 0;
	left: 0;
}
.str_block_wrapper.wave-top+.str_block_wrapper:after {
	background: transparent url(/images/discounts/layout/wave_bottom.png) 70% 50% repeat-x;
	z-index: 11;
	content: '';
	height: 40px;
	position: absolute;
	bottom: -1px;
	right: 0;
	left: 0;
}
.str_block_wrapper.wave-top+.str_block_wrapper+.str_block_wrapper .mce-content-body {
	padding-top: 60px;
}

@media screen and (max-width: 1120px) {
	#discounts_catalog {
		margin: 0 auto;
		width: 760px;
	}
	#discounts_catalog .discounts_catalog_item {
	    width: calc(50% - 40px);
	}
}

#discounts_catalog_filters {
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding-bottom: 10px;
}
#discounts_catalog_filters a {
	position: relative;
	font-size: 11px;
	line-height: 1.15;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	box-sizing: border-box;
	padding: 8px 10px 8px 34px;
	margin: 2px 2px 2px 2px;
	display: inline-block;
	cursor: pointer;
	transition: 0.5s;
	border: 1px solid transparent;
	border-radius: 2px;
}
#discounts_catalog_filters a:hover {
	color: #e68506;
}
#discounts_catalog_filters a:before {
	background: transparent url(/images/discounts/groups/furniture.png) 50% 50% no-repeat;
	background-size: 100% 100%;
	z-index: 11;
	content: '';
	height: 20px;
	width: 20px;
	position: absolute;
	top: 50%;
	left: 7px;
	opacity: 0.5;
	transition: 0.5s;
	margin-top: -10px;
}
#discounts_catalog_filters a.light:before {
	background: transparent url(/images/discounts/groups/light.png) 50% 50% no-repeat;
	background-size: 100% 100%;
}
#discounts_catalog_filters a.santeh:before {
	background: transparent url(/images/discounts/groups/santeh.png) 50% 50% no-repeat;
	background-size: 100% 100%;
}
#discounts_catalog_filters a.electric:before {
	background: transparent url(/images/discounts/groups/electric.png) 50% 50% no-repeat;
	background-size: 100% 100%;
}
#discounts_catalog_filters a.tile:before {
	background: transparent url(/images/discounts/groups/tile.png) 50% 50% no-repeat;
	background-size: 100% 100%;
}
#discounts_catalog_filters a.floor:before {
	background: transparent url(/images/discounts/groups/floor.png) 50% 50% no-repeat;
	background-size: 100% 100%;
}
#discounts_catalog_filters a.paint:before {
	background: transparent url(/images/discounts/groups/paint.png) 50% 50% no-repeat;
	background-size: 100% 100%;
}
#discounts_catalog_filters a.door:before {
	background: transparent url(/images/discounts/groups/door.png) 50% 50% no-repeat;
	background-size: 100% 100%;
}
#discounts_catalog_filters a:hover:before, #discounts_catalog_filters a.active:before {
	opacity: 1;
}
#discounts_catalog_filters a.active {
	color: #256786;
	border-color: #256786;
	-moz-box-shadow:     0px 3px 11px 0 rgba(101,189,225, 0.4);
	-webkit-box-shadow:  0px 3px 11px 0 rgba(101,189,225, 0.4);
	box-shadow:          0px 3px 11px 0 rgba(101,189,225, 0.4);
}
a#discounts_register {
	color: #ffa70e;
}








