Russian paratroopers accused of abduction and murder of a 23-year-old resident of Lugansk received 18 and 12 years in colony

The court in Rostov-on-Don sentenced two Russian military to the 18th and 12th years of the colony on charges of kidnapping and murder of 23-year-old resident of Lugansk Valentina Davronova, the Russian Service of the Airborne Forces reports, senior lieutenant and Z-Puet (his poems were published by the Ministry of Defense of the Russian Federation) Aydin Zhamidulov received 18 years Freedom. His subordinate, Private Alexei Dorozhkin – 12 years. He pleaded guilty, but stated that he was fulfilling the “Order of the Senior by Ring”, noted the “BBC.” The Treasury of the case, Sergeant Roman Pleshcheyev previously received a conditional term, since the examination showed that it was his blows that could not lead to the death of the girl with a knife. He was accused not of murder, but of serious bodily harm. Pleshcheev’s sentence was issued by the military court of the annexed LPR. The version of the prosecution, in January 2023, Zhamidulov and Dorozhkin kidnapped Valentina Davronov from the Rainbow cafe in Lugansk and taken to the military unit. There, in a soldier’s bath, according to SK, Zhamidulov hit the girl with a knife at least 20 times, and then instructed his subordinates to finish her off. Pleshcheyev inflicted several blows with a knife, and a mortal wound – Dorozhkin, mobilized two weeks before the murder. Then Zhamidulov ordered his subordinates to undermine the body of Davrona grenades in order to hide the cause of death. The murdered Tatyana Davronova, in an interview with BBC, said that harassing from Zhamidulov, which she rejected, became a motive for the murder of her daughter. Davronova Sr. also said that the entire team of the Airborne Forces was involved in the murder of Valentina to one degree or another, in which the defendants in the case served. Commented the verdict, Tatyana Davronova said that she considered the punishment unfairly soft. “Consider it, they excited, this is horror, this is a nightmare,” she said “BBC.” The Russian military brutally killed a resident of Lugansk Valentina Davronov, when she rejected the harassment of the paratrooper and z-poet Aydin Zhamidulova, the mother of the murdered person said “BBC”: “They all, their whole team, knew about this, each participated in Russian” Russian The military brutally killed a resident of Lugansk Valentina Davronov, when she rejected the harassment of the paratrooper and Z-Paet Aydin Zhamidulova, the mother of the murdered told the BBC: “They all, their whole brigade, knew about it, everyone participated” (Tagstotranslate) News

Credit-Read More

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!

Share to Spread

Leave a Reply

Your email address will not be published. Required fields are marked *