

/* Start:/local/templates/future_2021/css/sales.css?17153201166261*/
/* ==========================================================================
   Акции
   ========================================================================== */

.button {
	line-height: 48px;
	height: 48px;
	color: transparent;
	background-color: transparent;
	padding: 0 13px;
	width: 100%;
	max-width: 260px;
}

.button,
.form__counter button,
.form__counter input {
	font-weight: 400;
	text-decoration: none;
	border-radius: 55px;
	display: inline-block;
	white-space: nowrap;
}

.button,
.form__counter button {
	font-family: 'Raleway';
	font-size: 15px;
	border: 1px solid transparent;
	text-align: center;
}

.button,
.button .svg,
.form__counter button,
.form__counter button .svg,
.form__counter input,
.form__counter input .svg {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.button-b-green {
	font-family: 'Raleway';
	background-color: #29332d;
	border-color: #29332d;
	color: #fff;
}

.button--orange {
	color: #fff;
	background-color: #ee7a52;
	border-color: #ee7a52;
}

.button--orange:hover {
	background-color: #d66e4a;
	border-color: #d66e4a;
	color: #fff;
}

.button--orange .svg,
.button--orange.button--ghost:hover .svg,
.button--orange:hover .svg {
	fill: #fff;
}

.button--orange.button--ghost,
.button-b-green.button--ghost {
	background-color: #fff;
	color: #29332d;
}

.button--orange.button--ghost:hover,
.button-b-green.button--ghost:hover {
	color: #fff;
	background-color: #29332d;
	border-color: #29332d;
}

.button--orange.button--ghost .svg {
	fill: #29332d;
}

.button--brown {
	color: #fff;
	background-color: #493729;
	border-color: #493729;
}

.button--brown:hover {
	background-color: #5b4b3e;
	border-color: #5b4b3e;
}

.button--green {
	color: #fff;
	background-color: #8b9166;
	border-color: #8b9166;
}

.button--green:hover {
	background-color: #6f7452;
	border-color: #6f7452;
	color: #fff;
}

.button--green .svg,
.button--grey.button--grey.isActive .svg {
	fill: #fff;
}

.button--grey {
	color: #493729;
	background-color: #e7e7e3;
	border-color: #e7e7e3;
}

.button--grey .svg {
	fill: #493729;
}

.button--grey:hover {
	background-color: #ecece9;
	border-color: #ecece9;
}

.button--grey.button--grey.isActive,
.headerRight__callback button:hover:after {
	background-color: #ee7a52;
}

.button--grey.button--ghost {
	background-color: transparent;
	color: #382926;
}

.button--grey.button--ghost .svg {
	fill: #382926;
}

.button--white {
	color: #e7e7e3;
	background-color: #fff;
	border-color: #fff;
}

.button--white .svg {
	fill: #e7e7e3;
}

.button--white:hover .svg {
	fill: rgba(238, 122, 82, 0.6);
}

.button--white.isChecked .svg,
.button--white.isChecked:hover .svg {
	fill: #ee7a52;
}

.button--circle,
.form__counter button {
	width: 48px;
	padding: 0;
	line-height: 1;
}

.button--circle,
.form__counter button,
.form__counter input {
	height: 48px;
	max-width: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.button--square {
	border-radius: 0;
}

.button--l {
	height: 56px;
	line-height: 56px;
}

.button--l.button--circle {
	width: 56px;
}

.button--s {
	height: 40px;
	line-height: 40px;
}

.button--s.button--circle {
	width: 40px;
}

.button--xs {
	height: 24px;
	line-height: 24px;
}

.button--xs .svg {
	font-size: 9px;
}

.button--xs.button--circle {
	width: 24px;
}

.page-title {
	font-size: 24px;
	line-height: normal;
	color: #382926;
	text-align: center;
}

.page-title-s {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
	color: #382926;
}

.sales {
	padding: 28px 0 70px;
	font-family: Raleway;
}

.sales .page-title,
.sales__cards {
	margin-bottom: 30px;
}

.sales__cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.sales__card {
	width: 100%;
	margin-bottom: 20px;
}

.cardImage {
	padding: 67px 20px 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
}

.about__content blockquote:after,
.cardImage:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
}

.cardImage:after {
	right: 0;
	background-color: rgba(56, 41, 38, 0.7);
	z-index: 2;
	content: ' ';
	width: 100%;
}

.cardImage .page-title-s {
	color: #fff;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.cardImage.cardImage--lk {
	padding: 50px 20px 45px;
}

.cardImage__content {
	position: relative;
	z-index: 3;
}

.cardImage__date {
	font-family: Intro Book;
	font-size: 13px;
	line-height: 18px;
	color: rgba(248, 255, 236, 0.6);
	z-index: 3;
	position: absolute;
	top: 25px;
	left: 20px;
}

.cardImage__title {
	height: 124px;
	margin-bottom: 25px;
}

.cardImage__button .button {
	width: 143px;
}

@media (min-width: 768px) {
	.page-title {
		font-size: 32px;
	}

	.page-title-s {
		font-size: 18px;
	}

	.sales {
		padding: 28px 0 80px;
	}

	.sales__cards {
		margin: 0 -12px 40px;
	}

	.sales__card {
		width: 50%;
		padding: 0 12px;
		margin-bottom: 24px;
	}

	.cardImage {
		padding: 114px 25px 40px;
	}

	.cardImage.cardImage--lk {
		padding: 68px 40px;
	}

	.cardImage__date {
		left: 40px;
	}

	.cardImage__title {
		height: 143px;
		margin-bottom: 35px;
	}
}

@media (min-width: 1200px) {
	.page-title {
		font-size: 40px;
	}

	.page-title-s {
		font-size: 20px;
	}

	.sales {
		padding: 47px 0 100px;
	}

	.sales__cards {
		margin: 0 -15px 40px;
	}

	.sales__card {
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.cardImage {
		padding: 114px 40px 84px;
	}

	.cardImage .page-title-s {
		-webkit-line-clamp: 3;
	}

	.cardImage__title {
		height: 102px;
		margin-bottom: 30px;
	}
}

@media (max-width: 1024px) {
	.sales {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?171532012951*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/future_2021/css/sales.css?17153201166261 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?171532012951 */
