.b-news-list-line {
	width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.b-news-list-tile__item {
	background-color: #ffffff;
	-webkit-box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
	box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
	display: block;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;
}
.b-news-list-line__item {
	background: #fff;
	position: relative;
	display: flex;
	height: 100%;
	box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
}
.b-news-list-line__img_block {
	position: relative;
	flex-shrink: 0;
}
.b-news-list-tile__pic {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 0;
	margin-bottom: 0.5rem;
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
	text-align: center;
}

.b-news-list-tile__body,
.b-news-list-line__body {
	display: block;
	padding: 0.25rem 1rem 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.b-news-list-tile__title,
.b-news-list-line__title,
.b-news-list-tile__head { overflow: hidden }
.b-news-list-line__head .b-news-list-line__title { margin-bottom: 0 }
.b-news-list-line__title { max-height: 2.5rem }
.b-news-list-tile__title > a, .b-news-list-line__title > a,
.b-news-list-tile__title > a:hover,
.b-news-list-line__title > a:hover { color: #202020 }
.b-news-list-line__title a {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
}

.b-news-list-tile__stickers {
	position: relative;
	margin-bottom: 0.5rem;
}

.b-news-list-tile__stickers-in {
	position: absolute;
	top: -1.94rem;
	height: 2.38rem;
	max-height: 2.38rem;
	overflow: hidden;
}

.b-news-list-tile__head { padding: 0 1rem }

.b-news-list-tile__info {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #ff5605;
}

.b-news-list-tile__info-date {
	position: relative;
	font-size: 75%;
	color: #7d8698;
}

.b-news-list-tile__info-slogan {
	font-size: 75%;
	color: #ff5605;
}

.b-news-list-tile__info-date + .b-news-list-tile__info-slogan { padding-left: 0.5rem }

.b-news-list-tile__info-date + .b-news-list-tile__info-slogan:before {
	display: inline-block;
	content: "|";
	color: #7d8698;
	padding-right: 0.5rem;
}

.b-news-list-tile__title { max-height: 3.75rem }

.b-news-list-line__pic__canvas {
    position: relative;
    display: block;
    height: 100%;
	max-width: 490px;
    overflow: hidden;
}

.b-news-list-line__pic {
	display: block;
    max-width: initial;
    height: 100%;
    margin: auto;
}

.b-news-list-line__body {
	padding: 30px;
	flex-grow: 1;
}

.b-news-list-line__stickers {
	position: absolute;
	padding-top: 1rem;
    padding-left: 1rem;
	z-index: 1;
}

.b-news-list-line__head,
.b-news-list-controll {
	display: flex;
    gap: 17px;
}
.b-news-list-line__head {
    flex-direction: column;
    justify-content: space-between;
	height: 100%;
}
.b-news-list-line__preview-text {
	color: #3d3d3d;
	line-height: 17px;
	height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.b-news-list-line__preview-text.active {
	height: auto;
	-webkit-line-clamp: none;
}
.b-news-list-price {
	color: #3d3d3d;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
}

.b-news-list-controll .item_add_to_orderlist,
.b-news-list-controll .show_more {
	color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-grow: 1;
    gap: 10px;
    height: 36px;
}
.b-news-list-controll .item_add_to_orderlist { background: #d5352a }
.b-news-list-controll .item_add_to_orderlist.checked {
	background: #f1f1f1;
    color: #000;
    border: 1px solid #000;
}
.b-news-list-controll .item_add_to_orderlist.checked > svg { stroke: #000 }
.b-news-list-controll .show_more { background: #3d3d3d }

.b-news-list-line__info-date {
	position: relative;
	font-size: 75%;
	color: #7d8698;
}

.b-news-list-line__info-slogan {
	font-size: 75%;
	color: #ff5605;
}

.b-news-list-line__info-date + .b-news-list-line__info-slogan { padding-left: 0.5rem }

.b-news-list-line__info-date + .b-news-list-line__info-slogan:before {
	display: inline-block;
	content: "|";
	color: #7d8698;
	padding-right: 0.5rem;
}

#basket-root .cart-content {
	background: none;
	box-shadow: none;
}

@media (min-width: 1200px) {
	.b-news-list-tile__pic { padding-bottom: 66.66667% }
}
@media (max-width: 1400px) {
	.b-news-list-line__pic {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	.b-news-list-line__img_block { width: 40% }
	.b-news-list-controll { gap: 10px }
}
@media (max-width: 768px) {
	.b-news-list-line__item { flex-direction: column }
	.b-news-list-controll { justify-content: space-between }
	.b-news-list-line__body { padding: 20px 20px 0 }
	.b-news-list-line__pic__canvas { height: auto }
	.b-news-list-line__pic {
		position: static;
		transform: none;
        width: 100%;
		height: auto;
	}
	.b-news-list-line__img_block { width: 100% }
}