Ukraine will not agree to limit the number of Armed Forces of Ukraine and will not refuse membership in NATO as part of a possible peace agreement with Russia. Representatives of the Ukrainian delegation said this to the United States at a meeting in Gidd, a source of European Pravda, close to negotiations. In his words, a meeting in Saudi Arabia did not provide for a coordination of a position by agreement on the end of the war, but the Ukrainian side informed American partners about their “red lines”. The fact that Ukraine in negotiations with the United States designated “Red Lines” also writes “RBC-Ukraine” and “BBC” with reference to the Ukrainian diplomat. “There are red lines for Ukraine-in particular, that there can be no restrictions on the number of the army, and there can be no prohibitions on Ukraine’s participation (in international organizations), including in the EU and NATO. The question (Red Line by NATO) also raised from (heads of the office of the President of Ukraine Andrei) Ermak that Russia should not have the right to be the veto, ”the source of European Pravda said. The Ukrainian and American delegation also discussed the issue of territorial integrity of Ukraine and the occupied Russian territories, but not the issue of territorial concessions, writes Bi-BBC. So, according to the Ukrainian diplomat, Ukraine cannot return these territories a military way, but does not recognize them by Russian and will try to return them with the help of diplomacy. In addition, as part of the meeting, Ukraine insisted that a clause on the exchange of prisoners was included in the final statement. Kyiv expects that if Moscow agrees to a 30-day ceasefire, there will be more exchanges. The meeting of representatives of Ukraine and the United States took place in Saudi Jidd on March 11. During the negotiations, Washington proposed introducing a 30-day ceasefire on the entire front line. Kyiv supported this proposal. The loser expects that Russia will also agree to a truce. On March 13, the US Presidential Special Supervisor for the Middle East, Steve Whitkoff, who participates in the negotiation process, arrived in Moscow. As expected, he will meet with Vladimir Putin to discuss the proposal to cease to be fire and bilateral relations. On March 13, Putin called the idea of a truce “correct” and stated that Russia supports it. At the same time, he noted that there are issues that require discussion to the proposal about the ceasefire. The sources of the Western media, including Bloomberg, suggested that Putin would delay the truce in Ukraine in order to achieve the most favorable conditions for Moscow. (Tagstotranslate) News
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!