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;
}

/* кастом для слайдера */
/*.hero-container {
    flex-direction: column !important;
	gap: 20px;
	border-radius: unset !important;
}

.hero-container .slider-container, .hero-container .slider-form {
    position: unset !important;
}

.hero-container .headswiper .swiper-slide {
    background-size: contain;
    background-position: center;
	border-radius: 20px !important;
}

.hero-container .headswiper .swiper-slide img {
	border-radius: 20px !important;
}

.hero-container .headswiper {
    border-radius: 20px !important;
}

.hero-container .swiper-navigation {
    left: 24px !important;
    right: 24px !important;
    padding-left: 0 !important;
    bottom: calc(50% - 30px) !important;
	justify-content: space-between !important;
}

.hero-container .slider-form .form-container h2 br {
		display: none;
}

@media (min-width: 991px) {
	.hero-container {
        margin: inherit !important;
    }

	.hero-container .slider-form {
		width: 100% !important;
		display: block !important;
	}

	.hero-container .slider-form .form-container {
		display: flex;
		gap: 24px;
	}

	.hero-container .slider-form .form-container h2 {
		flex: 1;
	}

	.hero-container {
		height: unset !important;
	}

	.hero-container .slider-form .swiperform .form-container p {
		display: none;
	}

	.hero-container .slider-form form {
		display: flex;
		align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
        align-content: center;
		flex: 2;
	}

	.hero-container .slider-form form .mb-3 {
		margin-bottom: 0 !important;
	}
}*/