

/* Start:/local/templates/winemore/components/bitrix/news.list/sale/style.css?17580183471829*/
.discounts-item {
	background-position: 30% 0%;
}

.discounts__content {
	padding: 50px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: column;
    flex-wrap: wrap;
    height: 100%;
    width: 60%;
}

.discounts__content .discounts__content_title {
    font-weight: 600;
    font-size: 45px;
    line-height: 115%;
}
.discounts__content .discounts__content_title.text-style--light {
	color: #FFFFFF;
}
.discounts__content .discounts__content_title.text-style--dark {
	color: #722D4F;
}

.discounts__content .discounts__content_text {
    font-size: 30px;
    line-height: 36px;
    margin: 7px 0;
}
.discounts__content .discounts__content_text.text-style--light {
	color: #FFFFFF;
}
.discounts__content .discounts__content_text.text-style--dark {
	color: #722D4F;
}

.discounts__content .discounts__content_button {
	margin-top: auto;
}
.discounts__content .discounts__content_button div {
	display: inline-block;
    padding: 15px 36px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    border-radius: 2px;
}
.discounts__content .discounts__content_button.button-style--light div {
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: #FFFFFF;
	background-color: transparent;
}
.discounts__content .discounts__content_button.button-style--dark div {
	background: rgba(114, 45, 79, 0.15);
	color: #722D4F;
}

@media screen and (max-width: 1199px){
	.discounts__content {
		display: none;
	}

	.discounts-item {
		background-position: left!important;
    	background-size: cover!important;
	}
}
/* End */
/* /local/templates/winemore/components/bitrix/news.list/sale/style.css?17580183471829 */
