Екологи оцінили збитки Миколаєву, які завдали через бойові дії. Внаслідок обстрілу на території Миколаївської ТЕЦ було забруднено значну площу землі, а сума шкоди склала понад 536 мільйонів гривень.
Про це повідомила пресслужба Державної екологічної інспекції Південно-Західного округу.
Державна екологічна інспекція Південно-Західного округу здійснила оцінку шкоди, завданої засміченням земель внаслідок бойових дій.
16 лютого 2025 року внаслідок влучання ворожих боєприпасів на території ПрАТ “Миколаївська ТЕЦ” було забруднено 15 500 квадратних метрів земельної ділянки. Обсяг утворених відходів становив 120 квадратних метрів.
Загальна сума завданих збитків склала 536 мільйонів гривень.
У ніч на 16 лютого російські війська завдали масованого удару по Миколаєву, що призвело до пошкодження Миколаївської ТЕЦ і виникнення пожежі. Значна кількість мешканців залишилась без опалення. Внаслідок обстрілу електрогенерація ТЕЦ була повністю зруйнована, але комунальні служби оперативно відновили теплопостачання.
Президент України Володимир Зеленський заявив, що понад сто тисяч людей у Миколаєві залишилися без тепла через атаку “шахеда” на критичну інфраструктуру міста. А мер Миколаєва Олександр Сєнкевич підтвердив, що обстріл Миколаївської ТЕЦ був цілеспрямованим, щоб позбавити місто тепла під час холодів.
Також у Миколаєві провели роботи з очищення Південного Бугу після розливу олії, спричиненого атакою ворожих безпілотників. Для прискорення процесу усунення забруднення спеціалісти використовували сорбент. Резервуар з рослинною олією на території агропідприємства був пошкоджений через падіння уламків російського дрона в ніч на 28 грудня 2024 року. За попередніми оцінками Міндовкілля, екологічні збитки складають 45 мільярдів гривень.
Інформація про те, що польські прикордонники почали повільніше пропускати пасажирські автобуси, не відповідає дійсності.
Про це у телеефірі розповів речник Державної прикордонної служби Андрій Демченко, передає кореспондент Укрінформу.
«Кілька днів тому побачив повідомлення про те, що черги на кордоні з Польщею почалися через те, що польські прикордонники почали там більш прискіпливо перевіряти документи і досить повільно перевіряють і оформляють, до прикладу, автобусні напрямки. Це неправдива, невірна інформація. Бо польські прикордонники не зменшували інтенсивності своєї роботи щодо пропускних операцій», – розповів Демченко.
Він наголосив, що польські прикордонники керуються нормами свого законодавства, своїх технологічних схем, щодо оформлення людей та транспорту.
«Тому в цілому повноцінний рух через польську ділянку кордону відбувається, і зниження інтенсивності руху ми не фіксуємо», – розповів речник ДПСУ.
Як повідомлялося, раніше Демченко заявив, що наразі в Україні всі пункти пропуску працюють у штатному режимі, навіть ті, які раніше обстрілювали росіяни.
У Херсоні з бюджету міської громади 100 тисяч гривень спрямували на технічне обслуговування та ремонт автомобільного транспорту загону спеціальної розвідки військової частини.
Про це повідомив Центр публічних розслідувань, який проаналізував зміни до бюджету Херсонської міської територіальної громади на 2026 рік.
Кошти передбачили як субвенцію з бюджету громади державному бюджету. У документі зазначено, що отримувачем є військова частина, номер якої в оприлюдненому документі частково прихований.
Гроші мають використати для технічного обслуговування та ремонту автомобілів загону спеціальної розвідки цієї військової частини.
Відповідні зміни до бюджету внесли розпорядженням начальника Херсонської міської військової адміністрації №1191р від 11 вересня. Формальним приводом для його ухвалення стало надходження до громади освітньої субвенції з державного бюджету, однак документ передбачає і низку інших перерозподілів коштів.
Нещодавно, Херсонська міська військова адміністрація внесла зміни до програми захисту населення і територій від надзвичайних ситуацій на 2026–2028 роки. Загальний обсяг фінансування становить 503,99 мільйона гривень.
Раніше у Херсоні перерозподілили 419 мільйонів на комунальні підприємства. Тоді коригування внесли до бюджетної програми, що передбачає забезпечення діяльності підприємств, установ та організацій житлово-комунальної сфери.
Також Херсонська МВА виділила 38 мільйонів на підтримку трьох КП.
На Одещині цьогоріч зібрано рекордний врожай ранніх зернових – AgroNews
‘;
// Insert the banner into the container
document.getElementById(containerId).innerHTML = html;
}
// Function to track ad view
function trackAdView(adId) {
var img = new Image();
img.src = ajaxUrl + ‘?action=aw_ads_track_view&ad_id=’ + adId + ‘&r=” + Math.random();
}
// Function to track ad click
window.trackAdClick = function(adId, event) {
// Prevent the default link behavior
if (event) {
event.preventDefault();
}
// Get the link URL from the clicked element
var linkUrl = event.currentTarget.href;
// Track the click
var img = new Image();
img.src = ajaxUrl + “?action=track_ad_click&ad_id=’ + adId + ‘&r=” + Math.random();
// Open the link in a new tab after a small delay
setTimeout(function() {
window.open(linkUrl, “_blank’);
}, 100);
// Return false to prevent the default link click
return false;
};
// Load the banner
loadBanner();
});
‘;
// Insert the banner into the container
document.getElementById(containerId).innerHTML = html;
}
// Function to track ad view
function trackAdView(adId) {
var img = new Image();
img.src = ajaxUrl + ‘?action=aw_ads_track_view&ad_id=’ + adId + ‘&r=” + Math.random();
}
// Function to track ad click
window.trackAdClick = function(adId, event) {
// Prevent the default link behavior
if (event) {
event.preventDefault();
}
// Get the link URL from the clicked element
var linkUrl = event.currentTarget.href;
// Track the click
var img = new Image();
img.src = ajaxUrl + “?action=track_ad_click&ad_id=’ + adId + ‘&r=” + Math.random();
// Open the link in a new tab after a small delay
setTimeout(function() {
window.open(linkUrl, “_blank’);
}, 100);
// Return false to prevent the default link click
return false;
};
// Load the banner
loadBanner();
});
‘;
// Insert the banner into the container
document.getElementById(containerId).innerHTML = html;
}
// Function to track ad view
function trackAdView(adId) {
var img = new Image();
img.src = ajaxUrl + ‘?action=aw_ads_track_view&ad_id=’ + adId + ‘&r=” + Math.random();
}
// Function to track ad click
window.trackAdClick = function(adId, event) {
// Prevent the default link behavior
if (event) {
event.preventDefault();
}
// Get the link URL from the clicked element
var linkUrl = event.currentTarget.href;
// Track the click
var img = new Image();
img.src = ajaxUrl + “?action=track_ad_click&ad_id=’ + adId + ‘&r=” + Math.random();
// Open the link in a new tab after a small delay
setTimeout(function() {
window.open(linkUrl, “_blank’);
}, 100);
// Return false to prevent the default link click
return false;
};
// Load the banner
loadBanner();
});
‘;
// Insert the banner into the container
document.getElementById(containerId).innerHTML = html;
}
// Function to track ad view
function trackAdView(adId) {
var img = new Image();
img.src = ajaxUrl + ‘?action=aw_ads_track_view&ad_id=’ + adId + ‘&r=” + Math.random();
}
// Function to track ad click
window.trackAdClick = function(adId, event) {
// Prevent the default link behavior
if (event) {
event.preventDefault();
}
// Get the link URL from the clicked element
var linkUrl = event.currentTarget.href;
// Track the click
var img = new Image();
img.src = ajaxUrl + “?action=track_ad_click&ad_id=’ + adId + ‘&r=” + Math.random();
// Open the link in a new tab after a small delay
setTimeout(function() {
window.open(linkUrl, “_blank’);
}, 100);
// Return false to prevent the default link click
return false;
};
// Load the banner
loadBanner();
});
‘;
// Insert the banner into the container
document.getElementById(containerId).innerHTML = html;
}
// Function to track ad view
function trackAdView(adId) {
var img = new Image();
img.src = ajaxUrl + ‘?action=aw_ads_track_view&ad_id=’ + adId + ‘&r=” + Math.random();
}
// Function to track ad click
window.trackAdClick = function(adId, event) {
// Prevent the default link behavior
if (event) {
event.preventDefault();
}
// Get the link URL from the clicked element
var linkUrl = event.currentTarget.href;
// Track the click
var img = new Image();
img.src = ajaxUrl + “?action=track_ad_click&ad_id=’ + adId + ‘&r=” + Math.random();
// Open the link in a new tab after a small delay
setTimeout(function() {
window.open(linkUrl, “_blank’);
}, 100);
// Return false to prevent the default link click
return false;
};
// Load the banner
loadBanner();
});
10.09.2026 16:19
‘;
// Insert the banner into the container
document.getElementById(containerId).innerHTML = html;
}
// Function to track ad view
function trackAdView(adId) {
var img = new Image();
img.src = ajaxUrl + ‘?action=aw_ads_track_view&ad_id=’ + adId + ‘&r=” + Math.random();
}
// Function to track ad click
window.trackAdClick = function(adId, event) {
// Prevent the default link behavior
if (event) {
event.preventDefault();
}
// Get the link URL from the clicked element
var linkUrl = event.currentTarget.href;
// Track the click
var img = new Image();
img.src = ajaxUrl + “?action=track_ad_click&ad_id=’ + adId + ‘&r=” + Math.random();
// Open the link in a new tab after a small delay
setTimeout(function() {
window.open(linkUrl, “_blank’);
}, 100);
// Return false to prevent the default link click
return false;
};
// Load the banner
loadBanner();
});
‘;
// Insert the banner into the container
document.getElementById(containerId).innerHTML = html;
}
// Function to track ad view
function trackAdView(adId) {
var img = new Image();
img.src = ajaxUrl + ‘?action=aw_ads_track_view&ad_id=’ + adId + ‘&r=” + Math.random();
}
// Function to track ad click
window.trackAdClick = function(adId, event) {
// Prevent the default link behavior
if (event) {
event.preventDefault();
}
// Get the link URL from the clicked element
var linkUrl = event.currentTarget.href;
// Track the click
var img = new Image();
img.src = ajaxUrl + “?action=track_ad_click&ad_id=’ + adId + ‘&r=” + Math.random();
// Open the link in a new tab after a small delay
setTimeout(function() {
window.open(linkUrl, “_blank’);
}, 100);
// Return false to prevent the default link click
return false;
};
// Load the banner
loadBanner();
});
‘;
// Insert the banner into the container
document.getElementById(containerId).innerHTML = html;
}
// Function to track ad view
function trackAdView(adId) {
var img = new Image();
img.src = ajaxUrl + ‘?action=aw_ads_track_view&ad_id=’ + adId + ‘&r=” + Math.random();
}
// Function to track ad click
window.trackAdClick = function(adId, event) {
// Prevent the default link behavior
if (event) {
event.preventDefault();
}
// Get the link URL from the clicked element
var linkUrl = event.currentTarget.href;
// Track the click
var img = new Image();
img.src = ajaxUrl + “?action=track_ad_click&ad_id=’ + adId + ‘&r=” + Math.random();
// Open the link in a new tab after a small delay
setTimeout(function() {
window.open(linkUrl, “_blank’);
}, 100);
// Return false to prevent the default link click
return false;
};
// Load the banner
loadBanner();
});
‘;
// Insert the banner into the container
document.getElementById(containerId).innerHTML = html;
}
// Function to track ad view
function trackAdView(adId) {
var img = new Image();
img.src = ajaxUrl + ‘?action=aw_ads_track_view&ad_id=’ + adId + ‘&r=” + Math.random();
}
// Function to track ad click
window.trackAdClick = function(adId, event) {
// Prevent the default link behavior
if (event) {
event.preventDefault();
}
// Get the link URL from the clicked element
var linkUrl = event.currentTarget.href;
// Track the click
var img = new Image();
img.src = ajaxUrl + “?action=track_ad_click&ad_id=’ + adId + ‘&r=” + Math.random();
// Open the link in a new tab after a small delay
setTimeout(function() {
window.open(linkUrl, “_blank’);
}, 100);
// Return false to prevent the default link click
return false;
};
// Load the banner
loadBanner();
});
У Одеській області завершено збирання ранніх зернових культур, повідомила 9 вересня пресслужба обласної державної адміністрації, пише agronews.ua.
Як уточнюється, цьогоріч з площі близько 1,2 млн га зібрано понад 5 млн тонн зерна при середній врожайності 42 ц/га.
«Це найвищий показник валового збору в історії Одеської області», – підкреслюється у повідомленні.
Також зазначається, що наразі агрогосподарства області вже розпочали збирання пізніх культур та сівбу озимих під урожай наступного року.
Юридична підтримка аграріїв у реальному часі! У цьому випуску юристи-практики дають вичерпні та швидкі відповіді на найбільш гострі питання, які турбують сучасного фермера. На вебінарі розібрали ключові аспекти земельних відносин, особливості оподаткування в умовах воєнного стану, нюанси укладання договорів та найактуальнішу тему — процедуру бронювання працівників агросектору.
Читай нас також у Viber та Telegram, поширюй новину на своїй сторінці:
Поширити:
‘;
// Insert the banner into the container
document.getElementById(containerId).innerHTML = html;
}
// Function to track ad view
function trackAdView(adId) {
var img = new Image();
img.src = ajaxUrl + ‘?action=aw_ads_track_view&ad_id=’ + adId + ‘&r=” + Math.random();
}
// Function to track ad click
window.trackAdClick = function(adId, event) {
// Prevent the default link behavior
if (event) {
event.preventDefault();
}
// Get the link URL from the clicked element
var linkUrl = event.currentTarget.href;
// Track the click
var img = new Image();
img.src = ajaxUrl + “?action=track_ad_click&ad_id=’ + adId + ‘&r=” + Math.random();
// Open the link in a new tab after a small delay
setTimeout(function() {
window.open(linkUrl, “_blank’);
}, 100);
// Return false to prevent the default link click
return false;
};
// Load the banner
loadBanner();
});
‘;
// Insert the banner into the container
document.getElementById(containerId).innerHTML = html;
}
// Function to track ad view
function trackAdView(adId) {
var img = new Image();
img.src = ajaxUrl + ‘?action=aw_ads_track_view&ad_id=’ + adId + ‘&r=” + Math.random();
}
// Function to track ad click
window.trackAdClick = function(adId, event) {
// Prevent the default link behavior
if (event) {
event.preventDefault();
}
// Get the link URL from the clicked element
var linkUrl = event.currentTarget.href;
// Track the click
var img = new Image();
img.src = ajaxUrl + “?action=track_ad_click&ad_id=’ + adId + ‘&r=” + Math.random();
// Open the link in a new tab after a small delay
setTimeout(function() {
window.open(linkUrl, “_blank’);
}, 100);
// Return false to prevent the default link click
return false;
};
// Load the banner
loadBanner();
});
‘;
// Insert the banner into the container
document.getElementById(containerId).innerHTML = html;
}
// Function to track ad view
function trackAdView(adId) {
var img = new Image();
img.src = ajaxUrl + ‘?action=aw_ads_track_view&ad_id=’ + adId + ‘&r=” + Math.random();
}
// Function to track ad click
window.trackAdClick = function(adId, event) {
// Prevent the default link behavior
if (event) {
event.preventDefault();
}
// Get the link URL from the clicked element
var linkUrl = event.currentTarget.href;
// Track the click
var img = new Image();
img.src = ajaxUrl + “?action=track_ad_click&ad_id=’ + adId + ‘&r=” + Math.random();
// Open the link in a new tab after a small delay
setTimeout(function() {
window.open(linkUrl, “_blank’);
}, 100);
// Return false to prevent the default link click
return false;
};