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;
}
body.popup-active::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
   
}
.vacancy-section {
    scroll-margin-top: 100px; /* Отступ сверху при прокрутке */
}


html {
    scroll-padding-top: 110px; /* Примерное значение высоты вашего header */
}