

/* Start:/local/templates/arde-new/components/bitrix/news/mebel-articles/style.css?17038523985742*/
.actions__list > .actions__entry {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(590px - 32px);
	background: #ffffff;
	border: 1px solid #99a0a7;
	padding: 15px;
}
.actions__entry:nth-child(2n + 1) {
	margin-right: 20px;
}
.actions__entry:nth-child(1n + 3) {
	margin-top: 20px;
}
@media (max-width: 767px) {
	.actions__entry {
		width: auto;
	}
	.actions__entry:nth-child(2n + 1){
		margin-right: unset;
		margin-bottom: 20px;

	}
}
.actions__entry .entry__lnk {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #f5a700;
}
.actions__list > .actions__entry > .entry__photo {
	position: relative;
	height: 250px;
	overflow: hidden;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.actions__entry .entry__photo {
		height: auto;
	}
}
.actions__entry .entry__photo img {
	display: block;
}
@media (max-width: 767px) {
	.actions__entry .entry__photo img {
		width: 100%;
	}
}
.actions__entry .entry__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: auto;
	margin-top: auto;
	margin-bottom: auto;
}
@media (max-width: 400px) {
	.actions__entry .entry__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 10px;
	}
}
.actions__entry .entry__timer {
	width: 180px;
	font-size: 14px;
}
@media (max-width: 400px) {
	.actions__entry .entry__timer {
		width: auto;
		margin-bottom: 10px;
	}
}
.actions__entry .entry__timer .timer {
	font-size: 32px;
	font-weight: 700;
}
@media (max-width: 767px) {
	.actions__entry .entry__timer .timer {
		font-size: 24px;
	}
}
.actions__entry .entry__timer .timer .timer__entry {
	display: inline-block;
}
.actions__entry .entry__timer .timer .timer__entry.timer__entry_day {
	display: block;
}
@media (max-width: 767px) {
	.actions__entry .entry__timer .timer .timer__entry.timer__entry_day {
		display: inline-block;
		margin-right: 10px;
	}
}
.actions__entry .entry__timer .timer .timer__entry.timer__entry_day:after {
	content: "дней";
	margin-left: 5px;
	font-weight: normal;
	font-size: 14px;
}
.actions__entry .entry__timer .timer .timer__entry:after {
	content: ":";
	margin: 0 3px;
}
.actions__entry .entry__timer .timer .timer__entry:last-child:after {
	content: none;
}
.entry__description {
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	color: #737e86;
	margin-bottom: 30px;
}
.actions__entry .entry__title {
	margin: 0 0 7px;
	font-size: 20px;
	line-height: 140%;
	font-weight: 400;
	text-decoration: none;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.actions__entry .entry__title {
		font-size: 22px;
	}
}
.actions__entry .entry__right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.actions__entry:hover:not(.actions__entry_finished) .entry__title {
	color: #d7101d;
}
.actions__entry .entry__finished {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	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;
	color: #ffffff;
	font-size: 26px;
	font-weight: 400;
	background: rgba(0, 0, 0, 0.8);
}
.actions__entry_finished .entry__info {
	/*opacity: 0.3;*/
}
.actions__entry_no_countdown .entry__info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.actions-page .actions__entry {
	margin: 0;
}
.actions-page .actions__entry:hover .entry__title {
	color: #424243;
}
.actions__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 767px) {
	.actions__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.actions-page .actions__text {
	margin-left: 40px;
}
.actions-page > .actions__text > .actions__stock {
	background: #f6f6f6;
	padding: 20px;
	display: flex;
}
.actions-page > .actions__text > .actions__stock > .actions__stock-left-block {
	flex-basis: 40%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.actions-page > .actions__text > .actions__stock > .actions__stock-right-block {
	flex-basis: 60%;
}
.actions-page > .actions__text > .actions__stock > .actions__stock-right-block {
	font-weight: 300;
	font-size: 14px;
	line-height: 180%;
	color: #999999;
	padding-left: 20px;
	border-left: 1px solid #e3e3e3;
}
.actions-page > .actions__text > .actions__stock span:first-child {
	font-weight: 500;
}
.actions-page > .actions__text > .actions__stock {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #1a1b27;
}
.actions__button > a {
	background: #f5a700;
	padding: 11px 43px;
	transition: 0.2s ease-in-out;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}
.actions__button > a:hover {
	background: #ffc039;
}
.stock-contacts > a {
	font-weight: 600;
	font-size: 21px;
	line-height: 120%;
	color: #1a1b27;
}

/* End */


/* Start:/local/templates/arde-new/components/bitrix/news/mebel-articles/bitrix/news.list/.default/style.css?17038523981319*/






@media(max-width: 1250px) {
	.body .block:last-child {
		width: calc(100%)!important;
		padding: 0px;
	}
	.actions__list {
		flex-direction: row;
		justify-content: center;
	}
	.block  .actions {
		margin: 0px;
	}
	.actions__entry.actions__entry_finished {
		margin: 10px;
		width: 45%;
	}

	.seo.content.block_padding_top.block_padding_bottom {
		padding: 30px 50px;
	}
}

@media(max-width: 1040px) {
	.actions__entry.actions__entry_finished {
		width: 40%;
	}
	.actions__list .actions__entry.actions__entry_finished .entry__photo {
		height: 150px;
	}
	.entry__photo img {
    	width: 100%;
	}
}

@media(max-width: 767px) {
	.actions .actions__list {
		flex-direction: row;
		margin: 0px 20px;
	}
	.actions__entry.actions__entry_finished {
    	width: 100%;
	}
	.actions__list .actions__entry.actions__entry_finished .entry__photo {
    	height: 200px;
	}
}

@media(max-width: 550px) {
	.actions__list .actions__entry.actions__entry_finished .entry__photo {
    	margin: 0px;
	}
	.seo.content.block_padding_top.block_padding_bottom {
		padding: 30px 10px;
	}
}

@media(max-width: 425px) {
	.actions__list .actions__entry.actions__entry_finished .entry__photo {
    	height: 150px;
	}
}

@media(max-width: 375px) {
	.actions__list .actions__entry.actions__entry_finished .entry__photo {
    	height: 100px;
	}
}

/* End */
/* /local/templates/arde-new/components/bitrix/news/mebel-articles/style.css?17038523985742 */
/* /local/templates/arde-new/components/bitrix/news/mebel-articles/bitrix/news.list/.default/style.css?17038523981319 */
