.smooth-scroll {
	transition: all 0.3s ease;
}

html {
	scroll-behavior: smooth;
}

div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.sklad-banner {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 150px;
	text-decoration: none;
	overflow: hidden;
}

.sklad-banner__img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}

/* Сохраняем ваши оригинальные медиа-запросы */
@media (max-width: 480px) {
	.sklad-banner {
		margin-bottom: 100px;
	}
}