

/* Start:/local/templates/redesign/components/bitrix/news/sales/style.css?1625127167382*/
.actions-list .tile-wrap:first-child { text-align: center; }
.actions-list .tile-wrap:first-child .tile-time { display: none; }
.actions-list .tile-wrap:first-child .btn-simple { display: none; }

@media screen and (max-width: 800px){
	.actions-list .tile-wrap:first-child .tile-time { display: block; }
	.actions-list .tile-wrap:first-child .btn-simple { display: inline-block; }
}
/* End */


/* Start:/local/templates/redesign/components/bitrix/news.list/news/style.css?17600849241857*/
.news__wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}
.news__item {
	display: flex;
	flex-direction: column;
}
.news__img {
	display: block;
	width: 100%;
	height: 230px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
}
.news__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news__info {
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 20px;
	background: #f8f8f8;
	border-radius: 0 0 8px 8px;
}
.news__name {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	color: #000;
	text-decoration: none;
}
.news__date {
	margin-top: auto;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #8F93A8;
}
.news__more {
	margin-top: 30px;
	padding: 15px;
	display: block;
	border: 1px solid #CCD0D7;
	border-radius: 12px;
	font-family: var(--font3);
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #595D84;
	text-align: center;
	text-decoration: none;
}

@media (max-width: 959px) {
	.news__wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 639px) {
	.news__wrapper {
		grid-template-columns: repeat(1, 1fr);
		gap: 16px;
	}
	.news__info {
		gap: 24px;
	}
	.news__name {
		font-size: 16px;
	}
}

@media (max-width: 500px) {
	.news__wrapper {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.news__wrapper::-webkit-scrollbar {
		width: 0;
		display: none;
	}
	.news__item {
		width: 270px;
	}
	.news__img {
		width: 270px;
	}
	.news__name {
		color: #1F2650;
		line-height: 120%;
	}
	.news__more {
		display: none;
	}
}
/* End */
/* /local/templates/redesign/components/bitrix/news/sales/style.css?1625127167382 */
/* /local/templates/redesign/components/bitrix/news.list/news/style.css?17600849241857 */
