OK
https://ecodefense.ru/
Uzbekistan
Country
Network
April 04, 2025, 09:03 AM UTC
Date & Time
Websites
Websites
Runtime: 1.9s
On April 04, 2025, 09:03 AM UTC, https://ecodefense.ru/ was accessible when tested on AS199524 in Uzbekistan.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
172.253.1.209
Query:
IN A ecodefense.ru
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
192.0.78.25
@
IN
A
192.0.78.24

TCP Connections

Connection to 192.0.78.24:443 succeeded.
Connection to 192.0.78.25:443 succeeded.

HTTP Requests

URL
GET https://ecodefense.ru/
Response Headers
Alt-Svc:
h3=":443"; ma=86400
Content-Type:
text/html; charset=UTF-8
Date:
Fri, 04 Apr 2025 09:03:55 GMT
Host-Header:
WordPress.com
Link:
<https://wp.me/4TLiu>; rel=shortlink
Server:
nginx
Strict-Transport-Security:
max-age=31536000
Vary:
Accept-Encoding
X-Ac:
35.hkg _bur STALE
X-Hacker:
Want root? Visit join.a8c.com/hacker and mention this header.
Response Body
<!DOCTYPE html>
<html class="no-js" lang="ru-RU">

<head>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="https://ecodefense.ru/xmlrpc.php">

<title>экозащита! &#8212; ненасилие, образование, изменение через протест, социальная и экологическая справедливость, биоцентризм, против атомной энергии и угля, за чистую и здоровую окружающую среду, за возобновляемые источники энергии</title>
<meta name='robots' content='max-image-preview:large' />
<meta name="google-site-verification" content="_2cZOqgtgUdAYJEEun5i2JxIZX3vnpEMydPANk1D_ks" />
<script>document.documentElement.className = document.documentElement.className.replace("no-js","js");</script>

<!-- Async WordPress.com Remote Login -->
<script id="wpcom_remote_login_js">
var wpcom_remote_login_extra_auth = '';
function wpcom_remote_login_remove_dom_node_id( element_id ) {
	var dom_node = document.getElementById( element_id );
	if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); }
}
function wpcom_remote_login_remove_dom_node_classes( class_name ) {
	var dom_nodes = document.querySelectorAll( '.' + class_name );
	for ( var i = 0; i < dom_nodes.length; i++ ) {
		dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] );
	}
}
function wpcom_remote_login_final_cleanup() {
	wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" );
	wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" );
}

// Watch for messages back from the remote login
window.addEventListener( "message", function( e ) {
	if ( e.origin === "https://r-login.wordpress.com" ) {
		var data = {};
		try {
			data = JSON.parse( e.data );
		} catch( e ) {
			wpcom_remote_login_final_cleanup();
			return;
		}

		if ( data.msg === 'LOGIN' ) {
			// Clean up the login check iframe
			wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );

			var id_regex = new RegExp( /^[0-9]+$/ );
			var token_regex = new RegExp( /^.*|.*|.*$/ );
			if (
				token_regex.test( data.token )
				&& id_regex.test( data.wpcomid )
			) {
				// We have everything we need to ask for a login
				var script = document.createElement( "script" );
				script.setAttribute( "id", "wpcom_remote_login_validate" );
				script.src = '/remote-login.php?wpcom_remote_login=validate'
					+ '&wpcomid=' + data.wpcomid
					+ '&token=' + encodeURIComponent( data.token )
					+ '&host=' + window.location.protocol
					+ '//' + window.location.hostname
					+ '&postid=2955'
					+ '&is_singular=';
				document.body.appendChild( script );
			}

			return;
		}

		// Safari ITP, not logged in, so redirect
		if ( data.msg === 'LOGIN-REDIRECT' ) {
			window.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href;
			return;
		}

		// Safari ITP, storage access failed, remove the request
		if ( data.msg === 'LOGIN-REMOVE' ) {
			var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }';
			var style_zap = document.createElement( 'style' );
			style_zap.type = 'text/css';
			style_zap.appendChild( document.createTextNode( css_zap ) );
			document.body.appendChild( style_zap );

			var e = document.getElementById( 'wpcom_request_access_iframe' );
			e.parentNode.removeChild( e );

			document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000';

			return;
		}

		// Safari ITP
		if ( data.msg === 'REQUEST_ACCESS' ) {
			console.log( 'request access: safari' );

			// Check ITP iframe enable/disable knob
			if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) {
				return;
			}

			// If we are in a "private window" there is no ITP.
			var private_window = false;
			try {
				var opendb = window.openDatabase( null, null, null, null );
			} catch( e ) {
				private_window = true;
			}

			if ( private_window ) {
				console.log( 'private window' );
				return;
			}

			var iframe = document.createElement( 'iframe' );
			iframe.id = 'wpcom_request_access_iframe';
			iframe.setAttribute( 'scrolling', 'no' );
			iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' );
			iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid );

			var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } ';

			var style = document.createElement( 'style' );
			style.type = 'text/css';
			style.id = 'wpcom_request_access_styles';
			style.appendChild( document.createTextNode( css ) );
			document.body.appendChild( style );

			document.body.appendChild( iframe );
		}

		if ( data.msg === 'DONE' ) {
			wpcom_remote_login_final_cleanup();
		}
	}
}, false );

// Inject the remote login iframe after the page has had a chance to load
// more critical resources
window.addEventListener( "DOMContentLoaded", function( e ) {
	var iframe = document.createElement( "iframe" );
	iframe.style.display = "none";
	iframe.setAttribute( "scrolling", "no" );
	iframe.setAttribute( "id", "wpcom_remote_login_key" );
	iframe.src = "https://r-login.wordpress.com/remote-login.php"
		+ "?wpcom_remote_login=key"
		+ "&origin=aHR0cHM6Ly9lY29kZWZlbnNlLnJ1"
		+ "&wpcomid=72395198"
		+ "&time=1743740392";
	document.body.appendChild( iframe );
}, false );
</script>
<link rel='dns-prefetch' href='//s0.wp.com' />
<link rel='dns-prefetch' href='//fonts-api.wp.com' />
<link rel="alternate" type="application/rss+xml" title="экозащита! &raquo; Лента" href="https://ecodefense.ru/feed/" />
<link rel="alternate" type="application/rss+xml" title="экозащита! &raquo; Лента комментариев" href="https://ecodefense.ru/comments/feed/" />
	<script type="text/javascript">
		/* <![CDATA[ */
		function addLoadEvent(func) {
			var oldonload = window.onload;
			if (typeof window.onload != 'function') {
				window.onload = func;
			} else {
				window.onload = function () {
					oldonload();
					func();
				}
			}
		}
		/* ]]> */
	</script>
	<script type="text/javascript">
/* <![CDATA[ */
window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s0.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1743601627i&ver=6.8-beta2-60035"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\ud83d\udd25","\ud83d\udc26\u200b\ud83d\udd25")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* ]]> */
</script>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-0-1' href='https://s0.wp.com/wp-content/mu-plugins/jetpack-plugin/sun/modules/infinite-scroll/infinity.css?m=1685115060i&cssminify=yes' type='text/css' media='all' />
<style id='wp-emoji-styles-inline-css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-2-1' href='https://s0.wp.com/_static/??-eJydzEEOwiAQheELCdMSEtOF8SxAyYSKQGYGDbe37cadC5cvL98P76ZCLRKLQMsdU2HAvk8fCfeHIrzMpCdtwfeUV/C5hofKyZOjASwjRx2YL/AzdCqGLUpzB3ejdlFIaf03QU5SQf7y+/M2X+1slsUYu30AMZRP0A==&cssminify=yes' type='text/css' media='all' />
<style id='wp-block-library-inline-css'>
.has-text-align-justify {
	text-align:justify;
}
.has-text-align-justify{text-align:justify;}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-4-1' href='https://s0.wp.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpoZmFkYGRuZGmQBAHPvL0Y=&cssminify=yes' type='text/css' media='all' />
<style id='jetpack-sharing-buttons-style-inline-css'>
.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-6-1' href='https://s0.wp.com/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/coblocks-style.css?m=1681832297i&cssminify=yes' type='text/css' media='all' />
<style id='classic-theme-styles-inline-css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-8-1' href='https://s0.wp.com/_static/??/wp-content/mu-plugins/core-compat/wp-mediaelement.css,/wp-content/mu-plugins/wpcom-bbpress-premium-themes.css?m=1432920480j&cssminify=yes' type='text/css' media='all' />
<style id='global-styles-inline-css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--arvo: Arvo, serif;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--cabin: Cabin, sans-serif;--wp--preset--font-family--chivo: Chivo, sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--courier-prime: 'Courier Prime', monospace;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--domine: Domine, serif;--wp--preset--font-family--eb-garamond: 'EB Garamond', serif;--wp--preset--font-family--epilogue: Epilogue, sans-serif;--wp--preset--font-family--fahkwang: Fahkwang, sans-serif;--wp--preset--font-family--figtree: Figtree, sans-serif;--wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;--wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;--wp--preset--font-family--fraunces: Fraunces, serif;--wp--preset--font-family--gabarito: Gabarito, system-ui;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;--wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;--wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;--wp--preset--font-family--inter: Inter, sans-serif;--wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;--wp--preset--font-family--jost: Jost, sans-serif;--wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;--wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;--wp--preset--font-family--literata: Literata, serif;--wp--preset--font-family--lora: Lora, serif;--wp--preset--font-family--merriweather: Merriweather, serif;--wp--preset--font-family--montserrat: Montserrat, sans-serif;--wp--preset--font-family--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;--wp--preset--font-family--nunito: Nunito, sans-serif;--wp--preset--font-family--open-sans: 'Open Sans', sans-serif;--wp--preset--font-family--overpass: Overpass, sans-serif;--wp--preset--font-family--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--playfair-display: 'Playfair Display', serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--poppins: Poppins, sans-serif;--wp--preset--font-family--raleway: Raleway, sans-serif;--wp--preset--font-family--roboto: Roboto, sans-serif;--wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;--wp--preset--font-family--rubik: Rubik, sans-serif;--wp--preset--font-family--rufina: Rufina, serif;--wp--preset--font-family--sora: Sora, sans-serif;--wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;--wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;--wp--preset--font-family--space-mono: 'Space Mono', monospace;--wp--preset--font-family--syne: Syne, sans-serif;--wp--preset--font-family--texturina: Texturina, serif;--wp--preset--font-family--urbanist: Urbanist, sans-serif;--wp--preset--font-family--work-sans: 'Work Sans', sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-albert-sans-font-family{font-family: var(--wp--preset--font-family--albert-sans) !important;}.has-alegreya-font-family{font-family: var(--wp--preset--font-family--alegreya) !important;}.has-arvo-font-family{font-family: var(--wp--preset--font-family--arvo) !important;}.has-bodoni-moda-font-family{font-family: var(--wp--preset--font-family--bodoni-moda) !important;}.has-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;}.has-cabin-font-family{font-family: var(--wp--preset--font-family--cabin) !important;}.has-chivo-font-family{font-family: var(--wp--preset--font-family--chivo) !important;}.has-commissioner-font-family{font-family: var(--wp--preset--font-family--commissioner) !important;}.has-cormorant-font-family{font-family: var(--wp--preset--font-family--cormorant) !important;}.has-courier-prime-font-family{font-family: var(--wp--preset--font-family--courier-prime) !important;}.has-crimson-pro-font-family{font-family: var(--wp--preset--font-family--crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(--wp--preset--font-family--dm-mono) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !important;}.has-domine-font-family{font-family: var(--wp--preset--font-family--domine) !important;}.has-eb-garamond-font-family{font-family: var(--wp--preset--font-family--eb-garamond) !important;}.has-epilogue-font-family{font-family: var(--wp--preset--font-family--epilogue) !important;}.has-fahkwang-font-family{font-family: var(--wp--preset--font-family--fahkwang) !important;}.has-figtree-font-family{font-family: var(--wp--preset--font-family--figtree) !important;}.has-fira-sans-font-family{font-family: var(--wp--preset--font-family--fira-sans) !important;}.has-fjalla-one-font-family{font-family: var(--wp--preset--font-family--fjalla-one) !important;}.has-fraunces-font-family{font-family: var(--wp--preset--font-family--fraunces) !important;}.has-gabarito-font-family{font-family: var(--wp--preset--font-family--gabarito) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-ibm-plex-sans-font-family{font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(--wp--preset--font-family--instrument-serif) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-josefin-sans-font-family{font-family: var(--wp--preset--font-family--josefin-sans) !important;}.has-jost-font-family{font-family: var(--wp--preset--font-family--jost) !important;}.has-libre-baskerville-font-family{font-family: var(--wp--preset--font-family--libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(--wp--preset--font-family--libre-franklin) !important;}.has-literata-font-family{font-family: var(--wp--preset--font-family--literata) !important;}.has-lora-font-family{font-family: var(--wp--preset--font-family--lora) !important;}.has-merriweather-font-family{font-family: var(--wp--preset--font-family--merriweather) !important;}.has-montserrat-font-family{font-family: var(--wp--preset--font-family--montserrat) !important;}.has-newsreader-font-family{font-family: var(--wp--preset--font-family--newsreader) !important;}.has-noto-sans-mono-font-family{font-family: var(--wp--preset--font-family--noto-sans-mono) !important;}.has-nunito-font-family{font-family: var(--wp--preset--font-family--nunito) !important;}.has-open-sans-font-family{font-family: var(--wp--preset--font-family--open-sans) !important;}.has-overpass-font-family{font-family: var(--wp--preset--font-family--overpass) !important;}.has-pt-serif-font-family{font-family: var(--wp--preset--font-family--pt-serif) !important;}.has-petrona-font-family{font-family: var(--wp--preset--font-family--petrona) !important;}.has-piazzolla-font-family{font-family: var(--wp--preset--font-family--piazzolla) !important;}.has-playfair-display-font-family{font-family: var(--wp--preset--font-family--playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-raleway-font-family{font-family: var(--wp--preset--font-family--raleway) !important;}.has-roboto-font-family{font-family: var(--wp--preset--font-family--roboto) !important;}.has-roboto-slab-font-family{font-family: var(--wp--preset--font-family--roboto-slab) !important;}.has-rubik-font-family{font-family: var(--wp--preset--font-family--rubik) !important;}.has-rufina-font-family{font-family: var(--wp--preset--font-family--rufina) !important;}.has-sora-font-family{font-family: var(--wp--preset--font-family--sora) !important;}.has-source-sans-3-font-family{font-family: var(--wp--preset--font-family--source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(--wp--preset--font-family--source-serif-4) !important;}.has-space-mono-font-family{font-family: var(--wp--preset--font-family--space-mono) !important;}.has-syne-font-family{font-family: var(--wp--preset--font-family--syne) !important;}.has-texturina-font-family{font-family: var(--wp--preset--font-family--texturina) !important;}.has-urbanist-font-family{font-family: var(--wp--preset--font-family--urbanist) !important;}.has-work-sans-font-family{font-family: var(--wp--preset--font-family--work-sans) !important;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
</style>
<link rel='stylesheet' id='fonts-css' href='https://fonts-api.wp.com/css?family=Lato%3A400%2C700%2C900%2C400italic%2C700italic%7CMerriweather%3A700%2C900%2C400italic&#038;subset=latin%2Clatin-ext' media='all' />
<link crossorigin='anonymous' rel='stylesheet' id='all-css-12-1' href='https://s0.wp.com/_static/??-eJzTLy/QTc7PK0nNK9EvyUjNTS3WLyhN0i/KL8/JzEvXTwNK6SaWpxbn56aicPSSi4t19PFrLi6pzAErtM+1NTQzMTMyMjI2sMwCAOXUKg0=&cssminify=yes' type='text/css' media='all' />
<style id='style-inline-css'>
.post-meta-author { clip: rect(1px, 1px, 1px, 1px); height: 1px; position: absolute; overflow: hidden; width: 1px; }
</style>
<style id='jetpack_facebook_likebox-inline-css'>
.widget_facebook_likebox {
	overflow: hidden;
}

</style>
<style id='akismet-widget-style-inline-css'>

			.a-stats {
				--akismet-color-mid-green: #357b49;
				--akismet-color-white: #fff;
				--akismet-color-light-grey: #f6f7f7;

				max-width: 350px;
				width: auto;
			}

			.a-stats * {
				all: unset;
				box-sizing: border-box;
			}

			.a-stats strong {
				font-weight: 600;
			}

			.a-stats a.a-stats__link,
			.a-stats a.a-stats__link:visited,
			.a-stats a.a-stats__link:active {
				background: var(--akismet-color-mid-green);
				border: none;
				box-shadow: none;
				border-radius: 8px;
				color: var(--akismet-color-white);
				cursor: pointer;
				display: block;
				font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
				font-weight: 500;
				padding: 12px;
				text-align: center;
				text-decoration: none;
				transition: all 0.2s ease;
			}

			/* Extra specificity to deal with TwentyTwentyOne focus style */
			.widget .a-stats a.a-stats__link:focus {
				background: var(--akismet-color-mid-green);
				color: var(--akismet-color-white);
				text-decoration: none;
			}

			.a-stats a.a-stats__link:hover {
				filter: brightness(110%);
				box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16);
			}

			.a-stats .count {
				color: var(--akismet-color-white);
				display: block;
				font-size: 1.5em;
				line-height: 1.4;
				padding: 0 13px;
				white-space: nowrap;
			}
		
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-16-1' href='https://s0.wp.com/_static/??-eJzTLy/QTc7PK0nNK9HPLdUtyClNz8wr1i9KTcrJTwcy0/WTi5G5ekCujj52Temp+bo5+cmJJZn5eSgc3bScxMwikFb7XFtDE1NLExMLc0OTLACohS2q&cssminify=yes' type='text/css' media='all' />
<link crossorigin='anonymous' rel='stylesheet' id='print-css-17-1' href='https://s0.wp.com/wp-content/mu-plugins/global-print/global-print.css?m=1465851035i&cssminify=yes' type='text/css' media='print' />
<style id='jetpack-global-styles-frontend-style-inline-css'>
:root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;}
</style>
<link crossorigin='anonymous' rel='stylesheet' id='all-css-20-1' href='https://s0.wp.com/wp-content/themes/h4/global.css?m=1420737423i&cssminify=yes' type='text/css' media='all' />
<script type="text/javascript" id="wpcom-actionbar-placeholder-js-extra">
/* <![CDATA[ */
var actionbardata = {"siteID":"72395198","postID":"0","siteURL":"https:\/\/ecodefense.ru","xhrURL":"https:\/\/ecodefense.ru\/wp-admin\/admin-ajax.php","nonce":"4bcab9143e","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"https:\/\/s0.wp.com\/wp-content\/js\/wpcom-proxy-request.js?ver=20211021","i18n":{"followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/reader\">Reader<\/a>","foldBar":"\u0421\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u044d\u0442\u0443 \u043f\u0430\u043d\u0435\u043b\u044c","unfoldBar":"\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u044d\u0442\u0443 \u043f\u0430\u043d\u0435\u043b\u044c","shortLinkCopied":"\u041a\u043e\u0440\u043e\u0442\u043a\u0430\u044f \u0441\u0441\u044b\u043b\u043a\u0430 \u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0430 \u0432 \u0431\u0443\u0444\u0435\u0440 \u043e\u0431\u043c\u0435\u043d\u0430."}};
/* ]]> */
</script>
<script type="text/javascript" id="jetpack-mu-wpcom-settings-js-before">
/* <![CDATA[ */
var JETPACK_MU_WPCOM_SETTINGS = {"assetsUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/jetpack-mu-wpcom-plugin\/sun\/jetpack_vendor\/automattic\/jetpack-mu-wpcom\/src\/build\/"};
/* ]]> */
</script>
<script crossorigin='anonymous' type='text/javascript'  src='https://s0.wp.com/_static/??-eJzTLy/QTc7PK0nNK9HPKtYvyinRLSjKr6jUyyrW0QfKZeYl55SmpBaDJLMKS1OLKqGUXm5mHkFFurmZ6UWJJalQxfa5tobmRgamxgZmFpZZACbyLJI='></script>
<script type="text/javascript" id="rlt-proxy-js-after">
/* <![CDATA[ */
	rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} );
/* ]]> */
</script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://ecdru.wordpress.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress.com" />
<link rel='shortlink' href='https://wp.me/4TLiu' />

<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="экозащита!" />
<meta property="og:description" content="ненасилие, образование, изменение через протест, социальная и экологическая справедливость, биоцентризм, против атомной энергии и угля, за чистую и здоровую окружающую среду, за возобновляемые исто…" />
<meta property="og:url" content="https://ecodefense.ru/" />
<meta property="og:site_name" content="экозащита!" />
<meta property="og:image" content="https://secure.gravatar.com/blavatar/bb1c425729058fbe1d28ae131a7c006542d90abde3617436ba0843a59a88b23b?s=200&#038;ts=1743740392" />
<meta property="og:image:width" content="200" />
<meta property="og:image:height" content="200" />
<meta property="og:image:alt" content="" />
<meta property="og:locale" content="ru_RU" />

<!-- End Jetpack Open Graph Tags -->
<link rel="shortcut icon" type="image/x-icon" href="https://secure.gravatar.com/blavatar/bb1c425729058fbe1d28ae131a7c006542d90abde3617436ba0843a59a88b23b?s=32" sizes="16x16" />
<link rel="icon" type="image/x-icon" href="https://secure.gravatar.com/blavatar/bb1c425729058fbe1d28ae131a7c006542d90abde3617436ba0843a59a88b23b?s=32" sizes="16x16" />
<link rel="apple-touch-icon" href="https://secure.gravatar.com/blavatar/bb1c425729058fbe1d28ae131a7c006542d90abde3617436ba0843a59a88b23b?s=114" />
<link rel='openid.server' href='https://ecodefense.ru/?openidserver=1' />
<link rel='openid.delegate' href='https://ecodefense.ru/' />
<link rel="search" type="application/opensearchdescription+xml" href="https://ecodefense.ru/osd.xml" title="экозащита!" />
<link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" />
		<style type="text/css">
			.recentcomments a {
				display: inline !important;
				padding: 0 !important;
				margin: 0 !important;
			}

			table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar {
				border: 0px;
				margin: 0;
			}

			table.recentcommentsavatartop a, table.recentcommentsavatarend a {
				border: 0px !important;
				background-color: transparent !important;
			}

			td.recentcommentsavatarend, td.recentcommentsavatartop {
				padding: 0px 0px 1px 0px;
				margin: 0px;
			}

			td.recentcommentstextend {
				border: none !important;
				padding: 0px 0px 2px 10px;
			}

			.rtl td.recentcommentstextend {
				padding: 0px 10px 2px 0px;
			}

			td.recentcommentstexttop {
				border: none;
				padding: 0px 0px 0px 10px;
			}

			.rtl td.recentcommentstexttop {
				padding: 0px 10px 0px 0px;
			}
		</style>
		<meta name="description" content="ненасилие, образование, изменение через протест, социальная и экологическая справедливость, биоцентризм, против атомной энергии и угля, за чистую и здоровую окружающую среду, за возобновляемые источники энергии" />

</head>

	<body class="home blog wp-theme-pubrowling customizer-styles-applied jetpack-reblog-enabled author-hidden">

		<a class="skip-link screen-reader-text" href="#main">Перейти к содержимому</a>

		
		<div class="search-container">

			<div class="section-inner">

				
<form method="get" class="search-form" action="https://ecodefense.ru/">
	<label>
		<span class="screen-reader-text">Поиск:</span>
		<input type="search" class="search-field" placeholder="Поиск" value="" name="s" title="Поиск:" />
	</label>
	<button type="submit" class="search-button"><span class="fa fw fa-search"></span><span class="screen-reader-text">Поиск</span></button>
</form>

			</div> <!-- /section-inner -->

		</div> <!-- /search-container -->

		<header class="header-wrapper">

			<div class="header">

				<div class="section-inner">

					
						<a href="https://ecodefense.ru/" class="site-logo-link" rel="home" itemprop="url"></a>
						<h2 class="site-title">
							<a href="https://ecodefense.ru/" title="экозащита! &mdash; ненасилие, образование, изменение через протест, социальная и экологическая справедливость, биоцентризм, против атомной энергии и угля, за чистую и здоровую окружающую среду, за возобновляемые источники энергии" rel="home">экозащита!</a>
						</h2>

													<h4 class="site-description">ненасилие, образование, изменение через протест, социальная и экологическая справедливость, биоцентризм, против атомной энергии и угля, за чистую и здоровую окружающую среду, за возобновляемые источники энергии</h4>
						
					
										<div class="nav-toggle">

						<div class="bars">
							<div class="bar"></div>
							<div class="bar"></div>
							<div class="bar"></div>
						</div>

					</div> <!-- /nav-toggle -->
					
				</div> <!-- /section-inner -->

			</div> <!-- /header -->

						<nav class="navigation">

				<div class="section-inner clear-fix">

					<ul class="header-bottom-menu">

					<li id="menu-item-101" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-101"><a href="https://ecdru.wordpress.com/">Главная</a></li>
<li id="menu-item-132" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-132"><a href="https://ecodefense.ru/about-2/">О нас</a>
<ul class="sub-menu">
	<li id="menu-item-124" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124"><a href="https://ecodefense.ru/ehistory/">История</a></li>
</ul>
</li>
<li id="menu-item-129" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-129"><a href="https://ecodefense.ru/publications/">Публикации</a></li>
<li id="menu-item-115" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-115"><a href="https://ecodefense.ru/photov/">Фото и видео</a>
<ul class="sub-menu">
	<li id="menu-item-231" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-231"><a href="https://ecodefense.ru/video/">Видео</a></li>
</ul>
</li>
<li id="menu-item-118" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-118"><a href="https://ecodefense.ru/mmedia/">СМИ</a>
<ul class="sub-menu">
	<li id="menu-item-284" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-284"><a href="https://ecodefense.ru/mmedia/mmedia1/">СМИ 2020</a></li>
</ul>
</li>
<li id="menu-item-121" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-121"><a href="https://ecodefense.ru/contact/">Контакты</a></li>
<li id="menu-item-1330" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1330"><a href="https://ecodefense.ru/baltclimafest/">BaltClimaFest</a></li>
<li id="menu-item-2886" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2886"><a href="https://ecodefense.ru/%d0%b7%d0%b0%d0%bf%d0%b8%d1%81%d0%b8-8/">Записи 8</a></li>

					</ul>

				</div><!-- /header-bottom-menu -->

			</nav> <!-- /navigation -->
			
		</header> <!-- /header-wrapper -->

<div class="wrapper section-inner">

	<main id="main" class="content">

	
		
			<div class="posts" id="posts">

				<div id="infinite-wrap">

				
					
<article id="post-2955" class="post post-2955 type-post status-publish format-standard has-post-thumbnail sticky hentry category-7391831 category-3251184 category-english tag-baltic tag-baltic-sea tag-climate-change tag-coalition-clean-baltic tag-35162867 tag-170105008 fallback-thumbnail">

	
		<a class="sticky-tag" title="Закрепленная запись ‘Focus on the Coast’ &#8212; new documentary about the effects of climate&nbsp;change" href="https://ecodefense.ru/2025/03/14/focus-on-the-coast-new-documentary-about-the-effects-of-climate-change/">
			<span class="fa fw fa-star"><span class="screen-reader-text">Избранное</span></span>
		</a>

	
	
		<figure class="post-image">
			<a title="‘Focus on the Coast’ &#8212; new documentary about the effects of climate&nbsp;change" href="https://ecodefense.ru/2025/03/14/focus-on-the-coast-new-documentary-about-the-effects-of-climate-change/">
				<img width="400" height="200" src="https://ecodefense.ru/wp-content/uploads/2025/03/img_0764.jpg?w=400&amp;h=200&amp;crop=1" class="attachment-rowling-post-image-thumb size-rowling-post-image-thumb wp-post-image" alt="" decoding="async" srcset="https://ecodefense.ru/wp-content/uploads/2025/03/img_0764.jpg?w=400&amp;h=200&amp;crop=1 400w, https://ecodefense.ru/wp-content/uploads/2025/03/img_0764.jpg?w=800&amp;h=400&amp;crop=1 800w, https://ecodefense.ru/wp-content/uploads/2025/03/img_0764.jpg?w=150&amp;h=75&amp;crop=1 150w, https://ecodefense.ru/wp-content/uploads/2025/03/img_0764.jpg?w=300&amp;h=150&amp;crop=1 300w, https://ecodefense.ru/wp-content/uploads/2025/03/img_0764.jpg?w=768&amp;h=384&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="2958" data-permalink="https://ecodefense.ru/2025/03/14/focus-on-the-coast-new-documentary-about-the-effects-of-climate-change/img_0764/" data-orig-file="https://ecodefense.ru/wp-content/uploads/2025/03/img_0764.jpg" data-orig-size="5184,3456" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;20&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Canon EOS 600D&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1713926062&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;53&quot;,&quot;iso&quot;:&quot;1600&quot;,&quot;shutter_speed&quot;:&quot;0.0008&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="IMG_0764" data-image-description="" data-image-caption="" data-medium-file="https://ecodefense.ru/wp-content/uploads/2025/03/img_0764.jpg?w=300" data-large-file="https://ecodefense.ru/wp-content/uploads/2025/03/img_0764.jpg?w=616" />			</a>
		</figure> <!-- /post-image -->

	
	<header class="post-header">

					<p class="post-categories"><a href="https://ecodefense.ru/category/%d0%b1%d0%b0%d0%bb%d1%82%d0%b8%d0%ba%d0%b0/" rel="category tag">Балтика</a>, <a href="https://ecodefense.ru/category/%d0%ba%d0%bb%d0%b8%d0%bc%d0%b0%d1%82/" rel="category tag">Климат</a>, <a href="https://ecodefense.ru/category/english/" rel="category tag">English</a></p>
		
		<h2 class="post-title"><a href="https://ecodefense.ru/2025/03/14/focus-on-the-coast-new-documentary-about-the-effects-of-climate-change/" rel="bookmark">‘Focus on the Coast’ &#8212; new documentary about the effects of climate&nbsp;change</a></h2>
		<p class="post-meta">
			<a href="https://ecodefense.ru/2025/03/14/focus-on-the-coast-new-documentary-about-the-effects-of-climate-change/" class="post-meta-date-link">14.03.2025</a>
			
				<span class="post-meta-separator"> &mdash; </span>
				<a href="https://ecodefense.ru/2025/03/14/focus-on-the-coast-new-documentary-about-the-effects-of-climate-change/#respond">0 комментариев</a>		</p>

	</header> <!-- /post-header -->

</article> <!-- /post -->

				
					
<article id="post-2926" class="post post-2926 type-post status-publish format-standard has-post-thumbnail sticky hentry category-7391831 category-3251184 category-english tag-climate-change tag-coalition-clean-baltic tag-7391831 tag-35162867 tag-helcom tag-170105008 fallback-thumbnail">

	
		<a class="sticky-tag" title="Закрепленная запись Focus on the Coast: новый фильм о последствиях изменения&nbsp;климата" href="https://ecodefense.ru/2025/03/14/focus-on-the-coast/">
			<span class="fa fw fa-star"><span class="screen-reader-text">Избранное</span></span>
		</a>

	
	
		<figure class="post-image">
			<a title="Focus on the Coast: новый фильм о последствиях изменения&nbsp;климата" href="https://ecodefense.ru/2025/03/14/focus-on-the-coast/">
				<img width="400" height="200" src="https://ecodefense.ru/wp-content/uploads/2025/02/img_20240420_150731.jpg?w=400&amp;h=200&amp;crop=1" class="attachment-rowling-post-image-thumb size-rowling-post-image-thumb wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ecodefense.ru/wp-content/uploads/2025/02/img_20240420_150731.jpg?w=400&amp;h=200&amp;crop=1 400w, https://ecodefense.ru/wp-content/uploads/2025/02/img_20240420_150731.jpg?w=800&amp;h=400&amp;crop=1 800w, https://ecodefense.ru/wp-content/uploads/2025/02/img_20240420_150731.jpg?w=150&amp;h=75&amp;crop=1 150w, https://ecodefense.ru/wp-content/uploads/2025/02/img_20240420_150731.jpg?w=300&amp;h=150&amp;crop=1 300w, https://ecodefense.ru/wp-content/uploads/2025/02/img_20240420_150731.jpg?w=768&amp;h=384&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="2929" data-permalink="https://ecodefense.ru/2025/03/14/focus-on-the-coast/img_20240420_150731/" data-orig-file="https://ecodefense.ru/wp-content/uploads/2025/02/img_20240420_150731.jpg" data-orig-size="5120,3840" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SNE-LX1&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1713625651&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.95&quot;,&quot;iso&quot;:&quot;50&quot;,&quot;shutter_speed&quot;:&quot;0.000352&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;,&quot;latitude&quot;:&quot;55.288452148333&quot;,&quot;longitude&quot;:&quot;20.962720870833&quot;}" data-image-title="IMG_20240420_150731" data-image-description="" data-image-caption="" data-medium-file="https://ecodefense.ru/wp-content/uploads/2025/02/img_20240420_150731.jpg?w=300" data-large-file="https://ecodefense.ru/wp-content/uploads/2025/02/img_20240420_150731.jpg?w=616" />			</a>
		</figure> <!-- /post-image -->

	
	<header class="post-header">

					<p class="post-categories"><a href="https://ecodefense.ru/category/%d0%b1%d0%b0%d0%bb%d1%82%d0%b8%d0%ba%d0%b0/" rel="category tag">Балтика</a>, <a href="https://ecodefense.ru/category/%d0%ba%d0%bb%d0%b8%d0%bc%d0%b0%d1%82/" rel="category tag">Климат</a>, <a href="https://ecodefense.ru/category/english/" rel="category tag">English</a></p>
		
		<h2 class="post-title"><a href="https://ecodefense.ru/2025/03/14/focus-on-the-coast/" rel="bookmark">Focus on the Coast: новый фильм о последствиях изменения&nbsp;климата</a></h2>
		<p class="post-meta">
			<a href="https://ecodefense.ru/2025/03/14/focus-on-the-coast/" class="post-meta-date-link">14.03.2025</a>
			
				<span class="post-meta-separator"> &mdash; </span>
				<a href="https://ecodefense.ru/2025/03/14/focus-on-the-coast/#respond">0 комментариев</a>		</p>

	</header> <!-- /post-header -->

</article> <!-- /post -->

				
					
<article id="post-2935" class="post post-2935 type-post status-publish format-standard has-post-thumbnail sticky hentry category-24608582 category-118441355 category-3251184 category-754471415 tag-305630 tag-25845309 tag-30480713 tag-35162867 tag-170105008 tag-siemens fallback-thumbnail">

	
		<a class="sticky-tag" title="Закрепленная запись Критические акционеры Siemens Energy требуют климатической&nbsp;справедливости" href="https://ecodefense.ru/2025/02/20/critical-siemens-shareholders-demand-climate-justice/">
			<span class="fa fw fa-star"><span class="screen-reader-text">Избранное</span></span>
		</a>

	
	
		<figure class="post-image">
			<a title="Критические акционеры Siemens Energy требуют климатической&nbsp;справедливости" href="https://ecodefense.ru/2025/02/20/critical-siemens-shareholders-demand-climate-justice/">
				<img width="400" height="200" src="https://ecodefense.ru/wp-content/uploads/2025/02/viel-geld-fuer-siemens-ueber.webp?w=400&amp;h=200&amp;crop=1" class="attachment-rowling-post-image-thumb size-rowling-post-image-thumb wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ecodefense.ru/wp-content/uploads/2025/02/viel-geld-fuer-siemens-ueber.webp?w=400&amp;h=200&amp;crop=1 400w, https://ecodefense.ru/wp-content/uploads/2025/02/viel-geld-fuer-siemens-ueber.webp?w=800&amp;h=400&amp;crop=1 800w, https://ecodefense.ru/wp-content/uploads/2025/02/viel-geld-fuer-siemens-ueber.webp?w=150&amp;h=75&amp;crop=1 150w, https://ecodefense.ru/wp-content/uploads/2025/02/viel-geld-fuer-siemens-ueber.webp?w=300&amp;h=150&amp;crop=1 300w, https://ecodefense.ru/wp-content/uploads/2025/02/viel-geld-fuer-siemens-ueber.webp?w=768&amp;h=384&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="2938" data-permalink="https://ecodefense.ru/2025/02/20/critical-siemens-shareholders-demand-climate-justice/viel-geld-fuer-siemens-ueber/" data-orig-file="https://ecodefense.ru/wp-content/uploads/2025/02/viel-geld-fuer-siemens-ueber.webp" data-orig-size="1900,1305" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="viel-geld-fuer-siemens-ueber" data-image-description="" data-image-caption="" data-medium-file="https://ecodefense.ru/wp-content/uploads/2025/02/viel-geld-fuer-siemens-ueber.webp?w=300" data-large-file="https://ecodefense.ru/wp-content/uploads/2025/02/viel-geld-fuer-siemens-ueber.webp?w=616" />			</a>
		</figure> <!-- /post-image -->

	
	<header class="post-header">

					<p class="post-categories"><a href="https://ecodefense.ru/category/%d0%b0%d1%82%d0%be%d0%bc%d0%bd%d0%b0%d1%8f-%d1%8d%d0%bd%d0%b5%d1%80%d0%b3%d0%b8%d1%8f/" rel="category tag">Атомная энергия</a>, <a href="https://ecodefense.ru/category/%d0%b2%d0%be%d0%b7%d0%be%d0%b1%d0%bd%d0%be%d0%b2%d0%bb%d1%8f%d0%b5%d0%bc%d0%b0%d1%8f-%d1%8d%d0%bd%d0%b5%d1%80%d0%b3%d0%b5%d1%82%d0%b8%d0%ba%d0%b0/" rel="category tag">Возобновляемая энергетика</a>, <a href="https://ecodefense.ru/category/%d0%ba%d0%bb%d0%b8%d0%bc%d0%b0%d1%82/" rel="category tag">Климат</a>, <a href="https://ecodefense.ru/category/%d1%81%d0%b0%d0%bd%d0%ba%d1%86%d0%b8%d0%b8-%d0%b8-%d0%b2%d0%be%d0%b9%d0%bd%d0%b0/" rel="category tag">Санкции и война</a></p>
		
		<h2 class="post-title"><a href="https://ecodefense.ru/2025/02/20/critical-siemens-shareholders-demand-climate-justice/" rel="bookmark">Критические акционеры Siemens Energy требуют климатической&nbsp;справедливости</a></h2>
		<p class="post-meta">
			<a href="https://ecodefense.ru/2025/02/20/critical-siemens-shareholders-demand-climate-justice/" class="post-meta-date-link">20.02.2025</a>
			
				<span class="post-meta-separator"> &mdash; </span>
				<a href="https://ecodefense.ru/2025/02/20/critical-siemens-shareholders-demand-climate-justice/#respond">0 комментариев</a>		</p>

	</header> <!-- /post-header -->

</article> <!-- /post -->

				
					
<article id="post-2912" class="post post-2912 type-post status-publish format-standard has-post-thumbnail sticky hentry category-24608582 category-118441355 category-3251184 tag-1925354 tag-9833790 tag-10509406 tag-30480713 tag-2875426 tag-759084414 tag-35162867 tag-170105008 tag-231553254 tag-17642955 fallback-thumbnail">

	
		<a class="sticky-tag" title="Закрепленная запись Активисты разных стран призывают Гану отказаться от атомной&nbsp;энергетики" href="https://ecodefense.ru/2025/01/23/anti-nuclear-solidarity-visit-to-ghana/">
			<span class="fa fw fa-star"><span class="screen-reader-text">Избранное</span></span>
		</a>

	
	
		<figure class="post-image">
			<a title="Активисты разных стран призывают Гану отказаться от атомной&nbsp;энергетики" href="https://ecodefense.ru/2025/01/23/anti-nuclear-solidarity-visit-to-ghana/">
				<img width="400" height="200" src="https://ecodefense.ru/wp-content/uploads/2025/01/d093d090d09dd090.jpg?w=400&amp;h=200&amp;crop=1" class="attachment-rowling-post-image-thumb size-rowling-post-image-thumb wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ecodefense.ru/wp-content/uploads/2025/01/d093d090d09dd090.jpg?w=400&amp;h=200&amp;crop=1 400w, https://ecodefense.ru/wp-content/uploads/2025/01/d093d090d09dd090.jpg?w=800&amp;h=400&amp;crop=1 800w, https://ecodefense.ru/wp-content/uploads/2025/01/d093d090d09dd090.jpg?w=150&amp;h=75&amp;crop=1 150w, https://ecodefense.ru/wp-content/uploads/2025/01/d093d090d09dd090.jpg?w=300&amp;h=150&amp;crop=1 300w, https://ecodefense.ru/wp-content/uploads/2025/01/d093d090d09dd090.jpg?w=768&amp;h=384&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="2919" data-permalink="https://ecodefense.ru/2025/01/23/anti-nuclear-solidarity-visit-to-ghana/%d0%b3%d0%b0%d0%bd%d0%b0/" data-orig-file="https://ecodefense.ru/wp-content/uploads/2025/01/d093d090d09dd090.jpg" data-orig-size="1019,567" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="ГАНА" data-image-description="" data-image-caption="" data-medium-file="https://ecodefense.ru/wp-content/uploads/2025/01/d093d090d09dd090.jpg?w=300" data-large-file="https://ecodefense.ru/wp-content/uploads/2025/01/d093d090d09dd090.jpg?w=616" />			</a>
		</figure> <!-- /post-image -->

	
	<header class="post-header">

					<p class="post-categories"><a href="https://ecodefense.ru/category/%d0%b0%d1%82%d0%be%d0%bc%d0%bd%d0%b0%d1%8f-%d1%8d%d0%bd%d0%b5%d1%80%d0%b3%d0%b8%d1%8f/" rel="category tag">Атомная энергия</a>, <a href="https://ecodefense.ru/category/%d0%b2%d0%be%d0%b7%d0%be%d0%b1%d0%bd%d0%be%d0%b2%d0%bb%d1%8f%d0%b5%d0%bc%d0%b0%d1%8f-%d1%8d%d0%bd%d0%b5%d1%80%d0%b3%d0%b5%d1%82%d0%b8%d0%ba%d0%b0/" rel="category tag">Возобновляемая энергетика</a>, <a href="https://ecodefense.ru/category/%d0%ba%d0%bb%d0%b8%d0%bc%d0%b0%d1%82/" rel="category tag">Климат</a></p>
		
		<h2 class="post-title"><a href="https://ecodefense.ru/2025/01/23/anti-nuclear-solidarity-visit-to-ghana/" rel="bookmark">Активисты разных стран призывают Гану отказаться от атомной&nbsp;энергетики</a></h2>
		<p class="post-meta">
			<a href="https://ecodefense.ru/2025/01/23/anti-nuclear-solidarity-visit-to-ghana/" class="post-meta-date-link">23.01.2025</a>
			
				<span class="post-meta-separator"> &mdash; </span>
				<a href="https://ecodefense.ru/2025/01/23/anti-nuclear-solidarity-visit-to-ghana/#respond">0 комментариев</a>		</p>

	</header> <!-- /post-header -->

</article> <!-- /post -->

				
					
<article id="post-2893" class="post post-2893 type-post status-publish format-standard has-post-thumbnail sticky hentry category-3948847 category-754471415 tag-9977017 tag-425408515 tag-760908328 tag-170105008 fallback-thumbnail">

	
		<a class="sticky-tag" title="Закрепленная запись Разлив мазута в Керченском проливе – новая&nbsp;норма!" href="https://ecodefense.ru/2024/12/23/fuel-oil-spill-in-kerch-strait-new-norm/">
			<span class="fa fw fa-star"><span class="screen-reader-text">Избранное</span></span>
		</a>

	
	
		<figure class="post-image">
			<a title="Разлив мазута в Керченском проливе – новая&nbsp;норма!" href="https://ecodefense.ru/2024/12/23/fuel-oil-spill-in-kerch-strait-new-norm/">
				<img width="400" height="200" src="https://ecodefense.ru/wp-content/uploads/2025/01/image-45.jpeg?w=400&amp;h=200&amp;crop=1" class="attachment-rowling-post-image-thumb size-rowling-post-image-thumb wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ecodefense.ru/wp-content/uploads/2025/01/image-45.jpeg?w=400&amp;h=200&amp;crop=1 400w, https://ecodefense.ru/wp-content/uploads/2025/01/image-45.jpeg?w=800&amp;h=400&amp;crop=1 800w, https://ecodefense.ru/wp-content/uploads/2025/01/image-45.jpeg?w=150&amp;h=75&amp;crop=1 150w, https://ecodefense.ru/wp-content/uploads/2025/01/image-45.jpeg?w=300&amp;h=150&amp;crop=1 300w, https://ecodefense.ru/wp-content/uploads/2025/01/image-45.jpeg?w=768&amp;h=384&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="2896" data-permalink="https://ecodefense.ru/2024/12/23/fuel-oil-spill-in-kerch-strait-new-norm/image-45/" data-orig-file="https://ecodefense.ru/wp-content/uploads/2025/01/image-45.jpeg" data-orig-size="1360,765" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="image-45" data-image-description="" data-image-caption="" data-medium-file="https://ecodefense.ru/wp-content/uploads/2025/01/image-45.jpeg?w=300" data-large-file="https://ecodefense.ru/wp-content/uploads/2025/01/image-45.jpeg?w=616" />			</a>
		</figure> <!-- /post-image -->

	
	<header class="post-header">

					<p class="post-categories"><a href="https://ecodefense.ru/category/%d0%bd%d0%b5%d1%84%d1%82%d1%8c/" rel="category tag">Нефть</a>, <a href="https://ecodefense.ru/category/%d1%81%d0%b0%d0%bd%d0%ba%d1%86%d0%b8%d0%b8-%d0%b8-%d0%b2%d0%be%d0%b9%d0%bd%d0%b0/" rel="category tag">Санкции и война</a></p>
		
		<h2 class="post-title"><a href="https://ecodefense.ru/2024/12/23/fuel-oil-spill-in-kerch-strait-new-norm/" rel="bookmark">Разлив мазута в Керченском проливе – новая&nbsp;норма!</a></h2>
		<p class="post-meta">
			<a href="https://ecodefense.ru/2024/12/23/fuel-oil-spill-in-kerch-strait-new-norm/" class="post-meta-date-link">23.12.2024</a>
			
				<span class="post-meta-separator"> &mdash; </span>
				<a href="https://ecodefense.ru/2024/12/23/fuel-oil-spill-in-kerch-strait-new-norm/#respond">0 комментариев</a>		</p>

	</header> <!-- /post-header -->

</article> <!-- /post -->

				
					
<article id="post-2880" class="post post-2880 type-post status-publish format-standard has-post-thumbnail sticky hentry category-3948847 category-754471415 tag-214353074 tag-2412080 tag-760908328 fallback-thumbnail">

	
		<a class="sticky-tag" title="Закрепленная запись Urgewald и &#171;Экозащита!&#187;: Новые санкции ЕС против России не сильнее булавочного&nbsp;укола" href="https://ecodefense.ru/2024/12/16/new-sanctions-against-russia-are-no-stronger-than-a-pinprick/">
			<span class="fa fw fa-star"><span class="screen-reader-text">Избранное</span></span>
		</a>

	
	
		<figure class="post-image">
			<a title="Urgewald и &#171;Экозащита!&#187;: Новые санкции ЕС против России не сильнее булавочного&nbsp;укола" href="https://ecodefense.ru/2024/12/16/new-sanctions-against-russia-are-no-stronger-than-a-pinprick/">
				<img width="400" height="200" src="https://ecodefense.ru/wp-content/uploads/2024/12/03-16.jpg?w=400&amp;h=200&amp;crop=1" class="attachment-rowling-post-image-thumb size-rowling-post-image-thumb wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ecodefense.ru/wp-content/uploads/2024/12/03-16.jpg?w=400&amp;h=200&amp;crop=1 400w, https://ecodefense.ru/wp-content/uploads/2024/12/03-16.jpg?w=800&amp;h=400&amp;crop=1 800w, https://ecodefense.ru/wp-content/uploads/2024/12/03-16.jpg?w=150&amp;h=75&amp;crop=1 150w, https://ecodefense.ru/wp-content/uploads/2024/12/03-16.jpg?w=300&amp;h=150&amp;crop=1 300w, https://ecodefense.ru/wp-content/uploads/2024/12/03-16.jpg?w=768&amp;h=384&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="2882" data-permalink="https://ecodefense.ru/2024/12/16/new-sanctions-against-russia-are-no-stronger-than-a-pinprick/03-16/" data-orig-file="https://ecodefense.ru/wp-content/uploads/2024/12/03-16.jpg" data-orig-size="1300,750" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="03-16" data-image-description="" data-image-caption="" data-medium-file="https://ecodefense.ru/wp-content/uploads/2024/12/03-16.jpg?w=300" data-large-file="https://ecodefense.ru/wp-content/uploads/2024/12/03-16.jpg?w=616" />			</a>
		</figure> <!-- /post-image -->

	
	<header class="post-header">

					<p class="post-categories"><a href="https://ecodefense.ru/category/%d0%bd%d0%b5%d1%84%d1%82%d1%8c/" rel="category tag">Нефть</a>, <a href="https://ecodefense.ru/category/%d1%81%d0%b0%d0%bd%d0%ba%d1%86%d0%b8%d0%b8-%d0%b8-%d0%b2%d0%be%d0%b9%d0%bd%d0%b0/" rel="category tag">Санкции и война</a></p>
		
		<h2 class="post-title"><a href="https://ecodefense.ru/2024/12/16/new-sanctions-against-russia-are-no-stronger-than-a-pinprick/" rel="bookmark">Urgewald и &#171;Экозащита!&#187;: Новые санкции ЕС против России не сильнее булавочного&nbsp;укола</a></h2>
		<p class="post-meta">
			<a href="https://ecodefense.ru/2024/12/16/new-sanctions-against-russia-are-no-stronger-than-a-pinprick/" class="post-meta-date-link">16.12.2024</a>
			
				<span class="post-meta-separator"> &mdash; </span>
				<a href="https://ecodefense.ru/2024/12/16/new-sanctions-against-russia-are-no-stronger-than-a-pinprick/#respond">0 комментариев</a>		</p>

	</header> <!-- /post-header -->

</article> <!-- /post -->

				
					
<article id="post-2900" class="post post-2900 type-post status-publish format-standard has-post-thumbnail sticky hentry category-3251184 tag-cop29 tag-35162867 tag-170105008 fallback-thumbnail">

	
		<a class="sticky-tag" title="Закрепленная запись КОП29 как отражение моральной нищеты постсоветских диктатур, или Грязь под чистой&nbsp;простыней" href="https://ecodefense.ru/2024/11/29/cop29-as-a-reflection-of-the-moral-poverty-of-post-soviet-dictatorships/">
			<span class="fa fw fa-star"><span class="screen-reader-text">Избранное</span></span>
		</a>

	
	
		<figure class="post-image">
			<a title="КОП29 как отражение моральной нищеты постсоветских диктатур, или Грязь под чистой&nbsp;простыней" href="https://ecodefense.ru/2024/11/29/cop29-as-a-reflection-of-the-moral-poverty-of-post-soviet-dictatorships/">
				<img width="400" height="200" src="https://ecodefense.ru/wp-content/uploads/2025/01/ilham_aliyev_attended_inauguration_of_socar_carbamide_plant_in_sumgayit_13.jpeg?w=400&amp;h=200&amp;crop=1" class="attachment-rowling-post-image-thumb size-rowling-post-image-thumb wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ecodefense.ru/wp-content/uploads/2025/01/ilham_aliyev_attended_inauguration_of_socar_carbamide_plant_in_sumgayit_13.jpeg?w=400&amp;h=200&amp;crop=1 400w, https://ecodefense.ru/wp-content/uploads/2025/01/ilham_aliyev_attended_inauguration_of_socar_carbamide_plant_in_sumgayit_13.jpeg?w=800&amp;h=400&amp;crop=1 800w, https://ecodefense.ru/wp-content/uploads/2025/01/ilham_aliyev_attended_inauguration_of_socar_carbamide_plant_in_sumgayit_13.jpeg?w=150&amp;h=75&amp;crop=1 150w, https://ecodefense.ru/wp-content/uploads/2025/01/ilham_aliyev_attended_inauguration_of_socar_carbamide_plant_in_sumgayit_13.jpeg?w=300&amp;h=150&amp;crop=1 300w, https://ecodefense.ru/wp-content/uploads/2025/01/ilham_aliyev_attended_inauguration_of_socar_carbamide_plant_in_sumgayit_13.jpeg?w=768&amp;h=384&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="2903" data-permalink="https://ecodefense.ru/2024/11/29/cop29-as-a-reflection-of-the-moral-poverty-of-post-soviet-dictatorships/ilham_aliyev_attended_inauguration_of_socar_carbamide_plant_in_sumgayit_13/" data-orig-file="https://ecodefense.ru/wp-content/uploads/2025/01/ilham_aliyev_attended_inauguration_of_socar_carbamide_plant_in_sumgayit_13.jpeg" data-orig-size="1360,765" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Ilham_Aliyev_attended_inauguration_of_SOCAR_carbamide_plant_in_Sumgayit_13" data-image-description="" data-image-caption="" data-medium-file="https://ecodefense.ru/wp-content/uploads/2025/01/ilham_aliyev_attended_inauguration_of_socar_carbamide_plant_in_sumgayit_13.jpeg?w=300" data-large-file="https://ecodefense.ru/wp-content/uploads/2025/01/ilham_aliyev_attended_inauguration_of_socar_carbamide_plant_in_sumgayit_13.jpeg?w=616" />			</a>
		</figure> <!-- /post-image -->

	
	<header class="post-header">

					<p class="post-categories"><a href="https://ecodefense.ru/category/%d0%ba%d0%bb%d0%b8%d0%bc%d0%b0%d1%82/" rel="category tag">Климат</a></p>
		
		<h2 class="post-title"><a href="https://ecodefense.ru/2024/11/29/cop29-as-a-reflection-of-the-moral-poverty-of-post-soviet-dictatorships/" rel="bookmark">КОП29 как отражение моральной нищеты постсоветских диктатур, или Грязь под чистой&nbsp;простыней</a></h2>
		<p class="post-meta">
			<a href="https://ecodefense.ru/2024/11/29/cop29-as-a-reflection-of-the-moral-poverty-of-post-soviet-dictatorships/" class="post-meta-date-link">29.11.2024</a>
			
				<span class="post-meta-separator"> &mdash; </span>
				<a href="https://ecodefense.ru/2024/11/29/cop29-as-a-reflection-of-the-moral-poverty-of-post-soviet-dictatorships/#respond">0 комментариев</a>		</p>

	</header> <!-- /post-header -->

</article> <!-- /post -->

				
					
<article id="post-2906" class="post post-2906 type-post status-publish format-standard has-post-thumbnail sticky hentry category-24608582 category-754471415 tag-30480713 tag-7104229 tag-170105008 fallback-thumbnail">

	
		<a class="sticky-tag" title="Закрепленная запись 11 тысяч возражений против атомного сотрудничества Германии с&nbsp;Россией" href="https://ecodefense.ru/2024/11/23/11-thousand-objections-against-nuclear-cooperation-between-germany-and-russia/">
			<span class="fa fw fa-star"><span class="screen-reader-text">Избранное</span></span>
		</a>

	
	
		<figure class="post-image">
			<a title="11 тысяч возражений против атомного сотрудничества Германии с&nbsp;Россией" href="https://ecodefense.ru/2024/11/23/11-thousand-objections-against-nuclear-cooperation-between-germany-and-russia/">
				<img width="400" height="200" src="https://ecodefense.ru/wp-content/uploads/2025/01/468052863_8955912871096136_8131564456359882836_n.jpg?w=400&amp;h=200&amp;crop=1" class="attachment-rowling-post-image-thumb size-rowling-post-image-thumb wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ecodefense.ru/wp-content/uploads/2025/01/468052863_8955912871096136_8131564456359882836_n.jpg?w=400&amp;h=200&amp;crop=1 400w, https://ecodefense.ru/wp-content/uploads/2025/01/468052863_8955912871096136_8131564456359882836_n.jpg?w=800&amp;h=400&amp;crop=1 800w, https://ecodefense.ru/wp-content/uploads/2025/01/468052863_8955912871096136_8131564456359882836_n.jpg?w=150&amp;h=75&amp;crop=1 150w, https://ecodefense.ru/wp-content/uploads/2025/01/468052863_8955912871096136_8131564456359882836_n.jpg?w=300&amp;h=150&amp;crop=1 300w, https://ecodefense.ru/wp-content/uploads/2025/01/468052863_8955912871096136_8131564456359882836_n.jpg?w=768&amp;h=384&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="2908" data-permalink="https://ecodefense.ru/2024/11/23/11-thousand-objections-against-nuclear-cooperation-between-germany-and-russia/468052863_8955912871096136_8131564456359882836_n/" data-orig-file="https://ecodefense.ru/wp-content/uploads/2025/01/468052863_8955912871096136_8131564456359882836_n.jpg" data-orig-size="2048,1536" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="468052863_8955912871096136_8131564456359882836_n" data-image-description="" data-image-caption="" data-medium-file="https://ecodefense.ru/wp-content/uploads/2025/01/468052863_8955912871096136_8131564456359882836_n.jpg?w=300" data-large-file="https://ecodefense.ru/wp-content/uploads/2025/01/468052863_8955912871096136_8131564456359882836_n.jpg?w=616" />			</a>
		</figure> <!-- /post-image -->

	
	<header class="post-header">

					<p class="post-categories"><a href="https://ecodefense.ru/category/%d0%b0%d1%82%d0%be%d0%bc%d0%bd%d0%b0%d1%8f-%d1%8d%d0%bd%d0%b5%d1%80%d0%b3%d0%b8%d1%8f/" rel="category tag">Атомная энергия</a>, <a href="https://ecodefense.ru/category/%d1%81%d0%b0%d0%bd%d0%ba%d1%86%d0%b8%d0%b8-%d0%b8-%d0%b2%d0%be%d0%b9%d0%bd%d0%b0/" rel="category tag">Санкции и война</a></p>
		
		<h2 class="post-title"><a href="https://ecodefense.ru/2024/11/23/11-thousand-objections-against-nuclear-cooperation-between-germany-and-russia/" rel="bookmark">11 тысяч возражений против атомного сотрудничества Германии с&nbsp;Россией</a></h2>
		<p class="post-meta">
			<a href="https://ecodefense.ru/2024/11/23/11-thousand-objections-against-nuclear-cooperation-between-germany-and-russia/" class="post-meta-date-link">23.11.2024</a>
			
				<span class="post-meta-separator"> &mdash; </span>
				<a href="https://ecodefense.ru/2024/11/23/11-thousand-objections-against-nuclear-cooperation-between-germany-and-russia/#respond">0 комментариев</a>		</p>

	</header> <!-- /post-header -->

</article> <!-- /post -->

				
					
<article id="post-2864" class="post post-2864 type-post status-publish format-standard has-post-thumbnail sticky hentry category-3251184 category-754471415 category-2636557 tag-35162867 tag-184047497 tag-170105008 fallback-thumbnail">

	
		<a class="sticky-tag" title="Закрепленная запись Тайваньская цементная корпорация объявила о прекращении закупок угля из&nbsp;России" href="https://ecodefense.ru/2024/09/19/tcc-decision/">
			<span class="fa fw fa-star"><span class="screen-reader-text">Избранное</span></span>
		</a>

	
	
		<figure class="post-image">
			<a title="Тайваньская цементная корпорация объявила о прекращении закупок угля из&nbsp;России" href="https://ecodefense.ru/2024/09/19/tcc-decision/">
				<img width="400" height="200" src="https://ecodefense.ru/wp-content/uploads/2024/09/tw-crea.jpg?w=400&amp;h=200&amp;crop=1" class="attachment-rowling-post-image-thumb size-rowling-post-image-thumb wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ecodefense.ru/wp-content/uploads/2024/09/tw-crea.jpg?w=400&amp;h=200&amp;crop=1 400w, https://ecodefense.ru/wp-content/uploads/2024/09/tw-crea.jpg?w=800&amp;h=400&amp;crop=1 800w, https://ecodefense.ru/wp-content/uploads/2024/09/tw-crea.jpg?w=150&amp;h=75&amp;crop=1 150w, https://ecodefense.ru/wp-content/uploads/2024/09/tw-crea.jpg?w=300&amp;h=150&amp;crop=1 300w, https://ecodefense.ru/wp-content/uploads/2024/09/tw-crea.jpg?w=768&amp;h=384&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="2870" data-permalink="https://ecodefense.ru/2024/09/19/tcc-decision/screenshot-3/" data-orig-file="https://ecodefense.ru/wp-content/uploads/2024/09/tw-crea.jpg" data-orig-size="2456,1468" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;Screenshot&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;Screenshot&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Screenshot" data-image-description="" data-image-caption="&lt;p&gt;Screenshot&lt;/p&gt;
" data-medium-file="https://ecodefense.ru/wp-content/uploads/2024/09/tw-crea.jpg?w=300" data-large-file="https://ecodefense.ru/wp-content/uploads/2024/09/tw-crea.jpg?w=616" />			</a>
		</figure> <!-- /post-image -->

	
	<header class="post-header">

					<p class="post-categories"><a href="https://ecodefense.ru/category/%d0%ba%d0%bb%d0%b8%d0%bc%d0%b0%d1%82/" rel="category tag">Климат</a>, <a href="https://ecodefense.ru/category/%d1%81%d0%b0%d0%bd%d0%ba%d1%86%d0%b8%d0%b8-%d0%b8-%d0%b2%d0%be%d0%b9%d0%bd%d0%b0/" rel="category tag">Санкции и война</a>, <a href="https://ecodefense.ru/category/%d1%83%d0%b3%d0%be%d0%bb%d1%8c/" rel="category tag">Уголь</a></p>
		
		<h2 class="post-title"><a href="https://ecodefense.ru/2024/09/19/tcc-decision/" rel="bookmark">Тайваньская цементная корпорация объявила о прекращении закупок угля из&nbsp;России</a></h2>
		<p class="post-meta">
			<a href="https://ecodefense.ru/2024/09/19/tcc-decision/" class="post-meta-date-link">19.09.2024</a>
			
				<span class="post-meta-separator"> &mdash; </span>
				<a href="https://ecodefense.ru/2024/09/19/tcc-decision/#respond">0 комментариев</a>		</p>

	</header> <!-- /post-header -->

</article> <!-- /post -->

				
					
<article id="post-2851" class="post post-2851 type-post status-publish format-standard has-post-thumbnail sticky hentry category-24608582 tag-30480713 tag-170105008 fallback-thumbnail">

	
		<a class="sticky-tag" title="Закрепленная запись Активисты выступают против поставок российского урана в&nbsp;Германию" href="https://ecodefense.ru/2024/08/19/anti-nuclear-activists-again-oppose-deliveries-of-russian-uranium-to-germany/">
			<span class="fa fw fa-star"><span class="screen-reader-text">Избранное</span></span>
		</a>

	
	
		<figure class="post-image">
			<a title="Активисты выступают против поставок российского урана в&nbsp;Германию" href="https://ecodefense.ru/2024/08/19/anti-nuclear-activists-again-oppose-deliveries-of-russian-uranium-to-germany/">
				<img width="400" height="200" src="https://ecodefense.ru/wp-content/uploads/2024/05/451a6bcc-f535-4d00-bc5f-e69c97e71441-1.jpg?w=400&amp;h=200&amp;crop=1" class="attachment-rowling-post-image-thumb size-rowling-post-image-thumb wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ecodefense.ru/wp-content/uploads/2024/05/451a6bcc-f535-4d00-bc5f-e69c97e71441-1.jpg?w=400&amp;h=200&amp;crop=1 400w, https://ecodefense.ru/wp-content/uploads/2024/05/451a6bcc-f535-4d00-bc5f-e69c97e71441-1.jpg?w=800&amp;h=400&amp;crop=1 800w, https://ecodefense.ru/wp-content/uploads/2024/05/451a6bcc-f535-4d00-bc5f-e69c97e71441-1.jpg?w=150&amp;h=75&amp;crop=1 150w, https://ecodefense.ru/wp-content/uploads/2024/05/451a6bcc-f535-4d00-bc5f-e69c97e71441-1.jpg?w=300&amp;h=150&amp;crop=1 300w, https://ecodefense.ru/wp-content/uploads/2024/05/451a6bcc-f535-4d00-bc5f-e69c97e71441-1.jpg?w=768&amp;h=384&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="2831" data-permalink="https://ecodefense.ru/2024/05/28/nuclear-policy-macron-funds-putin-war/451a6bcc-f535-4d00-bc5f-e69c97e71441-1/" data-orig-file="https://ecodefense.ru/wp-content/uploads/2024/05/451a6bcc-f535-4d00-bc5f-e69c97e71441-1.jpg" data-orig-size="2048,1536" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="451a6bcc-f535-4d00-bc5f-e69c97e71441 (1)" data-image-description="" data-image-caption="" data-medium-file="https://ecodefense.ru/wp-content/uploads/2024/05/451a6bcc-f535-4d00-bc5f-e69c97e71441-1.jpg?w=300" data-large-file="https://ecodefense.ru/wp-content/uploads/2024/05/451a6bcc-f535-4d00-bc5f-e69c97e71441-1.jpg?w=616" />			</a>
		</figure> <!-- /post-image -->

	
	<header class="post-header">

					<p class="post-categories"><a href="https://ecodefense.ru/category/%d0%b0%d1%82%d0%be%d0%bc%d0%bd%d0%b0%d1%8f-%d1%8d%d0%bd%d0%b5%d1%80%d0%b3%d0%b8%d1%8f/" rel="category tag">Атомная энергия</a></p>
		
		<h2 class="post-title"><a href="https://ecodefense.ru/2024/08/19/anti-nuclear-activists-again-oppose-deliveries-of-russian-uranium-to-germany/" rel="bookmark">Активисты выступают против поставок российского урана в&nbsp;Германию</a></h2>
		<p class="post-meta">
			<a href="https://ecodefense.ru/2024/08/19/anti-nuclear-activists-again-oppose-deliveries-of-russian-uranium-to-germany/" class="post-meta-date-link">19.08.2024</a>
			
				<span class="post-meta-separator"> &mdash; </span>
				<a href="https://ecodefense.ru/2024/08/19/anti-nuclear-activists-again-oppose-deliveries-of-russian-uranium-to-germany/#respond">0 комментариев</a>		</p>

	</header> <!-- /post-header -->

</article> <!-- /post -->

				
					
<article id="post-2841" class="post post-2841 type-post status-publish format-standard has-post-thumbnail sticky hentry category-3251184 category-2636557 tag-35162867 tag-24533711 tag-184047497 tag-170105008 fallback-thumbnail">

	
		<a class="sticky-tag" title="Закрепленная запись Тайвань стал пятым по величине импортером угля из России, потратив $3,5 млрд с начала&nbsp;войны" href="https://ecodefense.ru/2024/07/08/taiwan-ru-coal/">
			<span class="fa fw fa-star"><span class="screen-reader-text">Избранное</span></span>
		</a>

	
	
		<figure class="post-image">
			<a title="Тайвань стал пятым по величине импортером угля из России, потратив $3,5 млрд с начала&nbsp;войны" href="https://ecodefense.ru/2024/07/08/taiwan-ru-coal/">
				<img width="400" height="200" src="https://ecodefense.ru/wp-content/uploads/2024/07/image.png?w=400&amp;h=200&amp;crop=1" class="attachment-rowling-post-image-thumb size-rowling-post-image-thumb wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ecodefense.ru/wp-content/uploads/2024/07/image.png?w=400&amp;h=200&amp;crop=1 400w, https://ecodefense.ru/wp-content/uploads/2024/07/image.png?w=800&amp;h=400&amp;crop=1 800w, https://ecodefense.ru/wp-content/uploads/2024/07/image.png?w=150&amp;h=75&amp;crop=1 150w, https://ecodefense.ru/wp-content/uploads/2024/07/image.png?w=300&amp;h=150&amp;crop=1 300w, https://ecodefense.ru/wp-content/uploads/2024/07/image.png?w=768&amp;h=384&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="2873" data-permalink="https://ecodefense.ru/2024/07/08/taiwan-ru-coal/image/" data-orig-file="https://ecodefense.ru/wp-content/uploads/2024/07/image.png" data-orig-size="1024,768" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="image" data-image-description="" data-image-caption="" data-medium-file="https://ecodefense.ru/wp-content/uploads/2024/07/image.png?w=300" data-large-file="https://ecodefense.ru/wp-content/uploads/2024/07/image.png?w=616" />			</a>
		</figure> <!-- /post-image -->

	
	<header class="post-header">

					<p class="post-categories"><a href="https://ecodefense.ru/category/%d0%ba%d0%bb%d0%b8%d0%bc%d0%b0%d1%82/" rel="category tag">Климат</a>, <a href="https://ecodefense.ru/category/%d1%83%d0%b3%d0%be%d0%bb%d1%8c/" rel="category tag">Уголь</a></p>
		
		<h2 class="post-title"><a href="https://ecodefense.ru/2024/07/08/taiwan-ru-coal/" rel="bookmark">Тайвань стал пятым по величине импортером угля из России, потратив $3,5 млрд с начала&nbsp;войны</a></h2>
		<p class="post-meta">
			<a href="https://ecodefense.ru/2024/07/08/taiwan-ru-coal/" class="post-meta-date-link">08.07.2024</a>
			
				<span class="post-meta-separator"> &mdash; </span>
				<a href="https://ecodefense.ru/2024/07/08/taiwan-ru-coal/#respond">0 комментариев</a>		</p>

	</header> <!-- /post-header -->

</article> <!-- /post -->

				
					
<article id="post-2826" class="post post-2826 type-post status-publish format-standard has-post-thumbnail sticky hentry category-24608582 tag-78019788 tag-71501569 tag-30480713 tag-3803614 tag-761702710 tag-759084414 tag-7104229 tag-170105008 fallback-thumbnail">

	
		<a class="sticky-tag" title="Закрепленная запись Ядерная политика Макрона финансирует войну&nbsp;Путина" href="https://ecodefense.ru/2024/05/28/nuclear-policy-macron-funds-putin-war/">
			<span class="fa fw fa-star"><span class="screen-reader-text">Избранное</span></span>
		</a>

	
	
		<figure class="post-image">
			<a title="Ядерная политика Макрона финансирует войну&nbsp;Путина" href="https://ecodefense.ru/2024/05/28/nuclear-policy-macron-funds-putin-war/">
				<img width="400" height="200" src="https://ecodefense.ru/wp-content/uploads/2024/05/d660d52c-77bd-43c0-ade9-6d11f5b0243f.jpg?w=400&amp;h=200&amp;crop=1" class="attachment-rowling-post-image-thumb size-rowling-post-image-thumb wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ecodefense.ru/wp-content/uploads/2024/05/d660d52c-77bd-43c0-ade9-6d11f5b0243f.jpg?w=400&amp;h=200&amp;crop=1 400w, https://ecodefense.ru/wp-content/uploads/2024/05/d660d52c-77bd-43c0-ade9-6d11f5b0243f.jpg?w=800&amp;h=400&amp;crop=1 800w, https://ecodefense.ru/wp-content/uploads/2024/05/d660d52c-77bd-43c0-ade9-6d11f5b0243f.jpg?w=150&amp;h=75&amp;crop=1 150w, https://ecodefense.ru/wp-content/uploads/2024/05/d660d52c-77bd-43c0-ade9-6d11f5b0243f.jpg?w=300&amp;h=150&amp;crop=1 300w, https://ecodefense.ru/wp-content/uploads/2024/05/d660d52c-77bd-43c0-ade9-6d11f5b0243f.jpg?w=768&amp;h=384&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="2837" data-permalink="https://ecodefense.ru/2024/05/28/nuclear-policy-macron-funds-putin-war/d660d52c-77bd-43c0-ade9-6d11f5b0243f/" data-orig-file="https://ecodefense.ru/wp-content/uploads/2024/05/d660d52c-77bd-43c0-ade9-6d11f5b0243f.jpg" data-orig-size="2048,1536" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="d660d52c-77bd-43c0-ade9-6d11f5b0243f" data-image-description="" data-image-caption="" data-medium-file="https://ecodefense.ru/wp-content/uploads/2024/05/d660d52c-77bd-43c0-ade9-6d11f5b0243f.jpg?w=300" data-large-file="https://ecodefense.ru/wp-content/uploads/2024/05/d660d52c-77bd-43c0-ade9-6d11f5b0243f.jpg?w=616" />			</a>
		</figure> <!-- /post-image -->

	
	<header class="post-header">

					<p class="post-categories"><a href="https://ecodefense.ru/category/%d0%b0%d1%82%d0%be%d0%bc%d0%bd%d0%b0%d1%8f-%d1%8d%d0%bd%d0%b5%d1%80%d0%b3%d0%b8%d1%8f/" rel="category tag">Атомная энергия</a></p>
		
		<h2 class="post-title"><a href="https://ecodefense.ru/2024/05/28/nuclear-policy-macron-funds-putin-war/" rel="bookmark">Ядерная политика Макрона финансирует войну&nbsp;Путина</a></h2>
		<p class="post-meta">
			<a href="https://ecodefense.ru/2024/05/28/nuclear-policy-macron-funds-putin-war/" class="post-meta-date-link">28.05.2024</a>
			
				<span class="post-meta-separator"> &mdash; </span>
				<a href="https://ecodefense.ru/2024/05/28/nuclear-policy-macron-funds-putin-war/#respond">0 комментариев</a>		</p>

	</header> <!-- /post-header -->

</article> <!-- /post -->

				
					
<article id="post-2821" class="post post-2821 type-post status-publish format-standard has-post-thumbnail sticky hentry category-24608582 tag-7324398 tag-33015363 tag-3277415 tag-30480713 tag-2740981 tag-47765705 tag-214353074 tag-2412080 tag-170105008 fallback-thumbnail">

	
		<a class="sticky-tag" title="Закрепленная запись США отказывается от урана из России. Не слабо ли&nbsp;Евросоюзу?" href="https://ecodefense.ru/2024/05/15/the-usa-refuses-uranium-from-russia-isnt-weak-to-the-european-union/">
			<span class="fa fw fa-star"><span class="screen-reader-text">Избранное</span></span>
		</a>

	
	
		<figure class="post-image">
			<a title="США отказывается от урана из России. Не слабо ли&nbsp;Евросоюзу?" href="https://ecodefense.ru/2024/05/15/the-usa-refuses-uranium-from-russia-isnt-weak-to-the-european-union/">
				<img width="400" height="200" src="https://ecodefense.ru/wp-content/uploads/2024/05/pxclimateaction-4168906_640-1.jpg?w=400&amp;h=200&amp;crop=1" class="attachment-rowling-post-image-thumb size-rowling-post-image-thumb wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ecodefense.ru/wp-content/uploads/2024/05/pxclimateaction-4168906_640-1.jpg?w=400&amp;h=200&amp;crop=1 400w, https://ecodefense.ru/wp-content/uploads/2024/05/pxclimateaction-4168906_640-1.jpg?w=150&amp;h=75&amp;crop=1 150w, https://ecodefense.ru/wp-content/uploads/2024/05/pxclimateaction-4168906_640-1.jpg?w=300&amp;h=150&amp;crop=1 300w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="2824" data-permalink="https://ecodefense.ru/2024/05/15/the-usa-refuses-uranium-from-russia-isnt-weak-to-the-european-union/pxclimateaction-4168906_640-1/" data-orig-file="https://ecodefense.ru/wp-content/uploads/2024/05/pxclimateaction-4168906_640-1.jpg" data-orig-size="640,427" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="pxclimateaction-4168906_640 (1)" data-image-description="" data-image-caption="" data-medium-file="https://ecodefense.ru/wp-content/uploads/2024/05/pxclimateaction-4168906_640-1.jpg?w=300" data-large-file="https://ecodefense.ru/wp-content/uploads/2024/05/pxclimateaction-4168906_640-1.jpg?w=616" />			</a>
		</figure> <!-- /post-image -->

	
	<header class="post-header">

					<p class="post-categories"><a href="https://ecodefense.ru/category/%d0%b0%d1%82%d0%be%d0%bc%d0%bd%d0%b0%d1%8f-%d1%8d%d0%bd%d0%b5%d1%80%d0%b3%d0%b8%d1%8f/" rel="category tag">Атомная энергия</a></p>
		
		<h2 class="post-title"><a href="https://ecodefense.ru/2024/05/15/the-usa-refuses-uranium-from-russia-isnt-weak-to-the-european-union/" rel="bookmark">США отказывается от урана из России. Не слабо ли&nbsp;Евросоюзу?</a></h2>
		<p class="post-meta">
			<a href="https://ecodefense.ru/2024/05/15/the-usa-refuses-uranium-from-russia-isnt-weak-to-the-european-union/" class="post-meta-date-link">15.05.2024</a>
			
				<span class="post-meta-separator"> &mdash; </span>
				<a href="https://ecodefense.ru/2024/05/15/the-usa-refuses-uranium-from-russia-isnt-weak-to-the-european-union/#respond">0 комментариев</a>		</p>

	</header> <!-- /post-header -->

</article> <!-- /post -->

				
					
<article id="post-2795" class="post post-2795 type-post status-publish format-standard has-post-thumbnail sticky hentry category-3251184 tag-7554103 tag-7104229 tag-455359 tag-170105008 fallback-thumbnail">

	
		<a class="sticky-tag" title="Закрепленная запись Конституционный суд рассмотрит первый в истории климатический иск к властям&nbsp;России" href="https://ecodefense.ru/2024/05/08/constitutional-court-will-consider-the-first-in-history-climate-claim-against-the-russian-authorities/">
			<span class="fa fw fa-star"><span class="screen-reader-text">Избранное</span></span>
		</a>

	
	
		<figure class="post-image">
			<a title="Конституционный суд рассмотрит первый в истории климатический иск к властям&nbsp;России" href="https://ecodefense.ru/2024/05/08/constitutional-court-will-consider-the-first-in-history-climate-claim-against-the-russian-authorities/">
				<img width="400" height="200" src="https://ecodefense.ru/wp-content/uploads/2024/05/img_20190524_152010-1.jpg?w=400&amp;h=200&amp;crop=1" class="attachment-rowling-post-image-thumb size-rowling-post-image-thumb wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ecodefense.ru/wp-content/uploads/2024/05/img_20190524_152010-1.jpg?w=400&amp;h=200&amp;crop=1 400w, https://ecodefense.ru/wp-content/uploads/2024/05/img_20190524_152010-1.jpg?w=800&amp;h=400&amp;crop=1 800w, https://ecodefense.ru/wp-content/uploads/2024/05/img_20190524_152010-1.jpg?w=150&amp;h=75&amp;crop=1 150w, https://ecodefense.ru/wp-content/uploads/2024/05/img_20190524_152010-1.jpg?w=300&amp;h=150&amp;crop=1 300w, https://ecodefense.ru/wp-content/uploads/2024/05/img_20190524_152010-1.jpg?w=768&amp;h=384&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="2800" data-permalink="https://ecodefense.ru/2024/05/08/constitutional-court-will-consider-the-first-in-history-climate-claim-against-the-russian-authorities/dav-11/" data-orig-file="https://ecodefense.ru/wp-content/uploads/2024/05/img_20190524_152010-1.jpg" data-orig-size="4337,3297" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SNE-LX1&quot;,&quot;caption&quot;:&quot;dav&quot;,&quot;created_timestamp&quot;:&quot;1558711210&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.95&quot;,&quot;iso&quot;:&quot;50&quot;,&quot;shutter_speed&quot;:&quot;0.000745&quot;,&quot;title&quot;:&quot;dav&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="dav" data-image-description="" data-image-caption="&lt;p&gt;dav&lt;/p&gt;
" data-medium-file="https://ecodefense.ru/wp-content/uploads/2024/05/img_20190524_152010-1.jpg?w=300" data-large-file="https://ecodefense.ru/wp-content/uploads/2024/05/img_20190524_152010-1.jpg?w=616" />			</a>
		</figure> <!-- /post-image -->

	
	<header class="post-header">

					<p class="post-categories"><a href="https://ecodefense.ru/category/%d0%ba%d0%bb%d0%b8%d0%bc%d0%b0%d1%82/" rel="category tag">Климат</a></p>
		
		<h2 class="post-title"><a href="https://ecodefense.ru/2024/05/08/constitutional-court-will-consider-the-first-in-history-climate-claim-against-the-russian-authorities/" rel="bookmark">Конституционный суд рассмотрит первый в истории климатический иск к властям&nbsp;России</a></h2>
		<p class="post-meta">
			<a href="https://ecodefense.ru/2024/05/08/constitutional-court-will-consider-the-first-in-history-climate-claim-against-the-russian-authorities/" class="post-meta-date-link">08.05.2024</a>
			
				<span class="post-meta-separator"> &mdash; </span>
				<a href="https://ecodefense.ru/2024/05/08/constitutional-court-will-consider-the-first-in-history-climate-claim-against-the-russian-authorities/#respond">0 комментариев</a>		</p>

	</header> <!-- /post-header -->

</article> <!-- /post -->

				
					
<article id="post-2786" class="post post-2786 type-post status-publish format-standard has-post-thumbnail sticky hentry category-24608582 tag-78019788 tag-30480713 tag-761702710 tag-759084414 tag-7104229 tag-170105008 fallback-thumbnail">

	
		<a class="sticky-tag" title="Закрепленная запись Атомный завод в Лингене: сотрудники «Росатома» уже&nbsp;здесь?" href="https://ecodefense.ru/2024/05/02/nuclear-plant-in-lingen-rosatom-employees-already-here/">
			<span class="fa fw fa-star"><span class="screen-reader-text">Избранное</span></span>
		</a>

	
	
		<figure class="post-image">
			<a title="Атомный завод в Лингене: сотрудники «Росатома» уже&nbsp;здесь?" href="https://ecodefense.ru/2024/05/02/nuclear-plant-in-lingen-rosatom-employees-already-here/">
				<img width="400" height="200" src="https://ecodefense.ru/wp-content/uploads/2024/05/55f95567-6567-4a71-b196-3e06fd91eb14.jpg?w=400&amp;h=200&amp;crop=1" class="attachment-rowling-post-image-thumb size-rowling-post-image-thumb wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ecodefense.ru/wp-content/uploads/2024/05/55f95567-6567-4a71-b196-3e06fd91eb14.jpg?w=400&amp;h=200&amp;crop=1 400w, https://ecodefense.ru/wp-content/uploads/2024/05/55f95567-6567-4a71-b196-3e06fd91eb14.jpg?w=150&amp;h=75&amp;crop=1 150w, https://ecodefense.ru/wp-content/uploads/2024/05/55f95567-6567-4a71-b196-3e06fd91eb14.jpg?w=300&amp;h=150&amp;crop=1 300w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="2787" data-permalink="https://ecodefense.ru/55f95567-6567-4a71-b196-3e06fd91eb14/" data-orig-file="https://ecodefense.ru/wp-content/uploads/2024/05/55f95567-6567-4a71-b196-3e06fd91eb14.jpg" data-orig-size="552,337" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="55f95567-6567-4a71-b196-3e06fd91eb14" data-image-description="" data-image-caption="" data-medium-file="https://ecodefense.ru/wp-content/uploads/2024/05/55f95567-6567-4a71-b196-3e06fd91eb14.jpg?w=300" data-large-file="https://ecodefense.ru/wp-content/uploads/2024/05/55f95567-6567-4a71-b196-3e06fd91eb14.jpg?w=552" />			</a>
		</figure> <!-- /post-image -->

	
	<header class="post-header">

					<p class="post-categories"><a href="https://ecodefense.ru/category/%d0%b0%d1%82%d0%be%d0%bc%d0%bd%d0%b0%d1%8f-%d1%8d%d0%bd%d0%b5%d1%80%d0%b3%d0%b8%d1%8f/" rel="category tag">Атомная энергия</a></p>
		
		<h2 class="post-title"><a href="https://ecodefense.ru/2024/05/02/nuclear-plant-in-lingen-rosatom-employees-already-here/" rel="bookmark">Атомный завод в Лингене: сотрудники «Росатома» уже&nbsp;здесь?</a></h2>
		<p class="post-meta">
			<a href="https://ecodefense.ru/2024/05/02/nuclear-plant-in-lingen-rosatom-employees-already-here/" class="post-meta-date-link">02.05.2024</a>
			
				<span class="post-meta-separator"> &mdash; </span>
				<a href="https://ecodefense.ru/2024/05/02/nuclear-plant-in-lingen-rosatom-employees-already-here/#respond">0 комментариев</a>		</p>

	</header> <!-- /post-header -->

</article> <!-- /post -->

				
					
<article id="post-2808" class="post post-2808 type-post status-publish format-standard has-post-thumbnail sticky hentry category-7391831 tag-108142884 tag-7294755 tag-7709041 tag-9824245 tag-170105008 fallback-thumbnail">

	
		<a class="sticky-tag" title="Закрепленная запись Две неравные половинки Куршской&nbsp;косы" href="https://ecodefense.ru/2024/04/26/two-unequal-halves-curonian-braids/">
			<span class="fa fw fa-star"><span class="screen-reader-text">Избранное</span></span>
		</a>

	
	
		<figure class="post-image">
			<a title="Две неравные половинки Куршской&nbsp;косы" href="https://ecodefense.ru/2024/04/26/two-unequal-halves-curonian-braids/">
				<img width="400" height="200" src="https://ecodefense.ru/wp-content/uploads/2024/05/img_20240420_121040.jpg?w=400&amp;h=200&amp;crop=1" class="attachment-rowling-post-image-thumb size-rowling-post-image-thumb wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ecodefense.ru/wp-content/uploads/2024/05/img_20240420_121040.jpg?w=400&amp;h=200&amp;crop=1 400w, https://ecodefense.ru/wp-content/uploads/2024/05/img_20240420_121040.jpg?w=800&amp;h=400&amp;crop=1 800w, https://ecodefense.ru/wp-content/uploads/2024/05/img_20240420_121040.jpg?w=150&amp;h=75&amp;crop=1 150w, https://ecodefense.ru/wp-content/uploads/2024/05/img_20240420_121040.jpg?w=300&amp;h=150&amp;crop=1 300w, https://ecodefense.ru/wp-content/uploads/2024/05/img_20240420_121040.jpg?w=768&amp;h=384&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="2810" data-permalink="https://ecodefense.ru/2024/04/26/two-unequal-halves-curonian-braids/img_20240420_121040/" data-orig-file="https://ecodefense.ru/wp-content/uploads/2024/05/img_20240420_121040.jpg" data-orig-size="5120,3840" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SNE-LX1&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1713615040&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.95&quot;,&quot;iso&quot;:&quot;50&quot;,&quot;shutter_speed&quot;:&quot;0.000357&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;,&quot;latitude&quot;:&quot;55.306484222222&quot;,&quot;longitude&quot;:&quot;20.978731155278&quot;}" data-image-title="IMG_20240420_121040" data-image-description="" data-image-caption="" data-medium-file="https://ecodefense.ru/wp-content/uploads/2024/05/img_20240420_121040.jpg?w=300" data-large-file="https://ecodefense.ru/wp-content/uploads/2024/05/img_20240420_121040.jpg?w=616" />			</a>
		</figure> <!-- /post-image -->

	
	<header class="post-header">

					<p class="post-categories"><a href="https://ecodefense.ru/category/%d0%b1%d0%b0%d0%bb%d1%82%d0%b8%d0%ba%d0%b0/" rel="category tag">Балтика</a></p>
		
		<h2 class="post-title"><a href="https://ecodefense.ru/2024/04/26/two-unequal-halves-curonian-braids/" rel="bookmark">Две неравные половинки Куршской&nbsp;косы</a></h2>
		<p class="post-meta">
			<a href="https://ecodefense.ru/2024/04/26/two-unequal-halves-curonian-braids/" class="post-meta-date-link">26.04.2024</a>
			
				<span class="post-meta-separator"> &mdash; </span>
				<a href="https://ecodefense.ru/2024/04/26/two-unequal-halves-curonian-braids/#respond">0 комментариев</a>		</p>

	</header> <!-- /post-header -->

</article> <!-- /post -->

				
					
<article id="post-2790" class="post post-2790 type-post status-publish format-standard has-post-thumbnail sticky hentry category-269344669 tag-7723540 tag-24533076 tag-7104229 tag-455359 tag-170105008 fallback-thumbnail">

	
		<a class="sticky-tag" title="Закрепленная запись Зачем постсоветские страны принимают законы об иностранных&nbsp;агентах" href="https://ecodefense.ru/2024/04/23/%d0%b7%d0%b0%d1%87%d0%b5%d0%bc-%d0%bf%d0%be%d1%81%d1%82%d1%81%d0%be%d0%b2%d0%b5%d1%82%d1%81%d0%ba%d0%b8%d0%b5-%d1%81%d1%82%d1%80%d0%b0%d0%bd%d1%8b-%d0%bf%d1%80%d0%b8%d0%bd%d0%b8%d0%bc%d0%b0%d1%8e/">
			<span class="fa fw fa-star"><span class="screen-reader-text">Избранное</span></span>
		</a>

	
	
		<figure class="post-image">
			<a title="Зачем постсоветские страны принимают законы об иностранных&nbsp;агентах" href="https://ecodefense.ru/2024/04/23/%d0%b7%d0%b0%d1%87%d0%b5%d0%bc-%d0%bf%d0%be%d1%81%d1%82%d1%81%d0%be%d0%b2%d0%b5%d1%82%d1%81%d0%ba%d0%b8%d0%b5-%d1%81%d1%82%d1%80%d0%b0%d0%bd%d1%8b-%d0%bf%d1%80%d0%b8%d0%bd%d0%b8%d0%bc%d0%b0%d1%8e/">
				<img width="400" height="200" src="https://ecodefense.ru/wp-content/uploads/2024/05/202651115_6330534176964031_4259855018139098740_n.jpg?w=400&amp;h=200&amp;crop=1" class="attachment-rowling-post-image-thumb size-rowling-post-image-thumb wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ecodefense.ru/wp-content/uploads/2024/05/202651115_6330534176964031_4259855018139098740_n.jpg?w=400&amp;h=200&amp;crop=1 400w, https://ecodefense.ru/wp-content/uploads/2024/05/202651115_6330534176964031_4259855018139098740_n.jpg?w=800&amp;h=400&amp;crop=1 800w, https://ecodefense.ru/wp-content/uploads/2024/05/202651115_6330534176964031_4259855018139098740_n.jpg?w=150&amp;h=75&amp;crop=1 150w, https://ecodefense.ru/wp-content/uploads/2024/05/202651115_6330534176964031_4259855018139098740_n.jpg?w=300&amp;h=150&amp;crop=1 300w, https://ecodefense.ru/wp-content/uploads/2024/05/202651115_6330534176964031_4259855018139098740_n.jpg?w=768&amp;h=384&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="2794" data-permalink="https://ecodefense.ru/2024/04/23/%d0%b7%d0%b0%d1%87%d0%b5%d0%bc-%d0%bf%d0%be%d1%81%d1%82%d1%81%d0%be%d0%b2%d0%b5%d1%82%d1%81%d0%ba%d0%b8%d0%b5-%d1%81%d1%82%d1%80%d0%b0%d0%bd%d1%8b-%d0%bf%d1%80%d0%b8%d0%bd%d0%b8%d0%bc%d0%b0%d1%8e/202651115_6330534176964031_4259855018139098740_n/" data-orig-file="https://ecodefense.ru/wp-content/uploads/2024/05/202651115_6330534176964031_4259855018139098740_n.jpg" data-orig-size="859,960" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="202651115_6330534176964031_4259855018139098740_n" data-image-description="" data-image-caption="" data-medium-file="https://ecodefense.ru/wp-content/uploads/2024/05/202651115_6330534176964031_4259855018139098740_n.jpg?w=268" data-large-file="https://ecodefense.ru/wp-content/uploads/2024/05/202651115_6330534176964031_4259855018139098740_n.jpg?w=616" />			</a>
		</figure> <!-- /post-image -->

	
	<header class="post-header">

					<p class="post-categories"><a href="https://ecodefense.ru/category/%d0%bd%d0%b5-%d0%b8%d0%bd%d0%be%d1%81%d1%82%d1%80%d0%b0%d0%bd%d0%bd%d1%8b%d0%b9-%d0%b0%d0%b3%d0%b5%d0%bd%d1%82/" rel="category tag">Не иностранный агент</a></p>
		
		<h2 class="post-title"><a href="https://ecodefense.ru/2024/04/23/%d0%b7%d0%b0%d1%87%d0%b5%d0%bc-%d0%bf%d0%be%d1%81%d1%82%d1%81%d0%be%d0%b2%d0%b5%d1%82%d1%81%d0%ba%d0%b8%d0%b5-%d1%81%d1%82%d1%80%d0%b0%d0%bd%d1%8b-%d0%bf%d1%80%d0%b8%d0%bd%d0%b8%d0%bc%d0%b0%d1%8e/" rel="bookmark">Зачем постсоветские страны принимают законы об иностранных&nbsp;агентах</a></h2>
		<p class="post-meta">
			<a href="https://ecodefense.ru/2024/04/23/%d0%b7%d0%b0%d1%87%d0%b5%d0%bc-%d0%bf%d0%be%d1%81%d1%82%d1%81%d0%be%d0%b2%d0%b5%d1%82%d1%81%d0%ba%d0%b8%d0%b5-%d1%81%d1%82%d1%80%d0%b0%d0%bd%d1%8b-%d0%bf%d1%80%d0%b8%d0%bd%d0%b8%d0%bc%d0%b0%d1%8e/" class="post-meta-date-link">23.04.2024</a>
			
				<span class="post-meta-separator"> &mdash; </span>
				<a href="https://ecodefense.ru/2024/04/23/%d0%b7%d0%b0%d1%87%d0%b5%d0%bc-%d0%bf%d0%be%d1%81%d1%82%d1%81%d0%be%d0%b2%d0%b5%d1%82%d1%81%d0%ba%d0%b8%d0%b5-%d1%81%d1%82%d1%80%d0%b0%d0%bd%d1%8b-%d0%bf%d1%80%d0%b8%d0%bd%d0%b8%d0%bc%d0%b0%d1%8e/#respond">0 комментариев</a>		</p>

	</header> <!-- /post-header -->

</article> <!-- /post -->

				
					
<article id="post-2773" class="post post-2773 type-post status-publish format-standard has-post-thumbnail sticky hentry category-7391831 category-3251184 tag-7391831 tag-9824245 tag-7104229 tag-170105008 fallback-thumbnail">

	
		<a class="sticky-tag" title="Закрепленная запись Остров из загрязненных илов в национальном парке? Экозащита информирует Комитет Всемирного наследия ЮНЕСКО о начале масштабного строительства на Куршской&nbsp;косе" href="https://ecodefense.ru/2024/04/12/ecodefense-informs-the-unesco-world-heritage-committee-about-the-start-of-large-scale-construction-on-the-curonian-spit/">
			<span class="fa fw fa-star"><span class="screen-reader-text">Избранное</span></span>
		</a>

	
	
		<figure class="post-image">
			<a title="Остров из загрязненных илов в национальном парке? Экозащита информирует Комитет Всемирного наследия ЮНЕСКО о начале масштабного строительства на Куршской&nbsp;косе" href="https://ecodefense.ru/2024/04/12/ecodefense-informs-the-unesco-world-heritage-committee-about-the-start-of-large-scale-construction-on-the-curonian-spit/">
				<img width="400" height="200" src="https://ecodefense.ru/wp-content/uploads/2024/04/figure5_artificial-island.png?w=400&amp;h=200&amp;crop=1" class="attachment-rowling-post-image-thumb size-rowling-post-image-thumb wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ecodefense.ru/wp-content/uploads/2024/04/figure5_artificial-island.png?w=400&amp;h=200&amp;crop=1 400w, https://ecodefense.ru/wp-content/uploads/2024/04/figure5_artificial-island.png?w=800&amp;h=400&amp;crop=1 800w, https://ecodefense.ru/wp-content/uploads/2024/04/figure5_artificial-island.png?w=150&amp;h=75&amp;crop=1 150w, https://ecodefense.ru/wp-content/uploads/2024/04/figure5_artificial-island.png?w=300&amp;h=150&amp;crop=1 300w, https://ecodefense.ru/wp-content/uploads/2024/04/figure5_artificial-island.png?w=768&amp;h=384&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="2775" data-permalink="https://ecodefense.ru/2024/04/12/ecodefense-informs-the-unesco-world-heritage-committee-about-the-start-of-large-scale-construction-on-the-curonian-spit/figure5_artificial-island/" data-orig-file="https://ecodefense.ru/wp-content/uploads/2024/04/figure5_artificial-island.png" data-orig-size="1133,825" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Figure5_artificial island" data-image-description="" data-image-caption="" data-medium-file="https://ecodefense.ru/wp-content/uploads/2024/04/figure5_artificial-island.png?w=300" data-large-file="https://ecodefense.ru/wp-content/uploads/2024/04/figure5_artificial-island.png?w=616" />			</a>
		</figure> <!-- /post-image -->

	
	<header class="post-header">

					<p class="post-categories"><a href="https://ecodefense.ru/category/%d0%b1%d0%b0%d0%bb%d1%82%d0%b8%d0%ba%d0%b0/" rel="category tag">Балтика</a>, <a href="https://ecodefense.ru/category/%d0%ba%d0%bb%d0%b8%d0%bc%d0%b0%d1%82/" rel="category tag">Климат</a></p>
		
		<h2 class="post-title"><a href="https://ecodefense.ru/2024/04/12/ecodefense-informs-the-unesco-world-heritage-committee-about-the-start-of-large-scale-construction-on-the-curonian-spit/" rel="bookmark">Остров из загрязненных илов в национальном парке? Экозащита информирует Комитет Всемирного наследия ЮНЕСКО о начале масштабного строительства на Куршской&nbsp;косе</a></h2>
		<p class="post-meta">
			<a href="https://ecodefense.ru/2024/04/12/ecodefense-informs-the-unesco-world-heritage-committee-about-the-start-of-large-scale-construction-on-the-curonian-spit/" class="post-meta-date-link">12.04.2024</a>
			
				<span class="post-meta-separator"> &mdash; </span>
				<a href="https://ecodefense.ru/2024/04/12/ecodefense-informs-the-unesco-world-heritage-committee-about-the-start-of-large-scale-construction-on-the-curonian-spit/#respond">0 комментариев</a>		</p>

	</header> <!-- /post-header -->

</article> <!-- /post -->

				
					
<article id="post-2766" class="post post-2766 type-post status-publish format-standard has-post-thumbnail sticky hentry category-24608582 category-118441355 category-3251184 tag-30480713 tag-214353074 tag-170105008 fallback-thumbnail">

	
		<a class="sticky-tag" title="Закрепленная запись Просто бизнес: Siemens Energy поддерживает Путина и оккупацию Западной&nbsp;Сахары" href="https://ecodefense.ru/2024/02/26/just-business-siemens-energy-supports-putin-and-occupation-of-western-sahara/">
			<span class="fa fw fa-star"><span class="screen-reader-text">Избранное</span></span>
		</a>

	
	
		<figure class="post-image">
			<a title="Просто бизнес: Siemens Energy поддерживает Путина и оккупацию Западной&nbsp;Сахары" href="https://ecodefense.ru/2024/02/26/just-business-siemens-energy-supports-putin-and-occupation-of-western-sahara/">
				<img width="400" height="200" src="https://ecodefense.ru/wp-content/uploads/2024/02/screenshot_20240226_143313.jpg?w=400&amp;h=200&amp;crop=1" class="attachment-rowling-post-image-thumb size-rowling-post-image-thumb wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ecodefense.ru/wp-content/uploads/2024/02/screenshot_20240226_143313.jpg?w=400&amp;h=200&amp;crop=1 400w, https://ecodefense.ru/wp-content/uploads/2024/02/screenshot_20240226_143313.jpg?w=800&amp;h=400&amp;crop=1 800w, https://ecodefense.ru/wp-content/uploads/2024/02/screenshot_20240226_143313.jpg?w=150&amp;h=75&amp;crop=1 150w, https://ecodefense.ru/wp-content/uploads/2024/02/screenshot_20240226_143313.jpg?w=300&amp;h=150&amp;crop=1 300w, https://ecodefense.ru/wp-content/uploads/2024/02/screenshot_20240226_143313.jpg?w=768&amp;h=384&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="2770" data-permalink="https://ecodefense.ru/2024/02/26/just-business-siemens-energy-supports-putin-and-occupation-of-western-sahara/screenshot_20240226_143313/" data-orig-file="https://ecodefense.ru/wp-content/uploads/2024/02/screenshot_20240226_143313.jpg" data-orig-size="1080,647" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SNE-LX1&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1708957895&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Screenshot_20240226_143313" data-image-description="" data-image-caption="" data-medium-file="https://ecodefense.ru/wp-content/uploads/2024/02/screenshot_20240226_143313.jpg?w=300" data-large-file="https://ecodefense.ru/wp-content/uploads/2024/02/screenshot_20240226_143313.jpg?w=616" />			</a>
		</figure> <!-- /post-image -->

	
	<header class="post-header">

					<p class="post-categories"><a href="https://ecodefense.ru/category/%d0%b0%d1%82%d0%be%d0%bc%d0%bd%d0%b0%d1%8f-%d1%8d%d0%bd%d0%b5%d1%80%d0%b3%d0%b8%d1%8f/" rel="category tag">Атомная энергия</a>, <a href="https://ecodefense.ru/category/%d0%b2%d0%be%d0%b7%d0%be%d0%b1%d0%bd%d0%be%d0%b2%d0%bb%d1%8f%d0%b5%d0%bc%d0%b0%d1%8f-%d1%8d%d0%bd%d0%b5%d1%80%d0%b3%d0%b5%d1%82%d0%b8%d0%ba%d0%b0/" rel="category tag">Возобновляемая энергетика</a>, <a href="https://ecodefense.ru/category/%d0%ba%d0%bb%d0%b8%d0%bc%d0%b0%d1%82/" rel="category tag">Климат</a></p>
		
		<h2 class="post-title"><a href="https://ecodefense.ru/2024/02/26/just-business-siemens-energy-supports-putin-and-occupation-of-western-sahara/" rel="bookmark">Просто бизнес: Siemens Energy поддерживает Путина и оккупацию Западной&nbsp;Сахары</a></h2>
		<p class="post-meta">
			<a href="https://ecodefense.ru/2024/02/26/just-business-siemens-energy-supports-putin-and-occupation-of-western-sahara/" class="post-meta-date-link">26.02.2024</a>
			
				<span class="post-meta-separator"> &mdash; </span>
				<a href="https://ecodefense.ru/2024/02/26/just-business-siemens-energy-supports-putin-and-occupation-of-western-sahara/#respond">0 комментариев</a>		</p>

	</header> <!-- /post-header -->

</article> <!-- /post -->

				
					
<article id="post-2761" class="post post-2761 type-post status-publish format-standard has-post-thumbnail sticky hentry category-24608582 tag-33015363 tag-30480713 tag-761702710 tag-759084414 tag-214353074 tag-170105008 fallback-thumbnail">

	
		<a class="sticky-tag" title="Закрепленная запись Urenco возобновила бизнес с Россией, несмотря на войну в&nbsp;Украине" href="https://ecodefense.ru/2024/02/22/urenco-resumed-business-with-russia-despite-the-war-in-ukraine/">
			<span class="fa fw fa-star"><span class="screen-reader-text">Избранное</span></span>
		</a>

	
	
		<figure class="post-image">
			<a title="Urenco возобновила бизнес с Россией, несмотря на войну в&nbsp;Украине" href="https://ecodefense.ru/2024/02/22/urenco-resumed-business-with-russia-despite-the-war-in-ukraine/">
				<img width="400" height="200" src="https://ecodefense.ru/wp-content/uploads/2024/01/img_5696.jpeg?w=400&amp;h=200&amp;crop=1" class="attachment-rowling-post-image-thumb size-rowling-post-image-thumb wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ecodefense.ru/wp-content/uploads/2024/01/img_5696.jpeg?w=400&amp;h=200&amp;crop=1 400w, https://ecodefense.ru/wp-content/uploads/2024/01/img_5696.jpeg?w=800&amp;h=400&amp;crop=1 800w, https://ecodefense.ru/wp-content/uploads/2024/01/img_5696.jpeg?w=150&amp;h=75&amp;crop=1 150w, https://ecodefense.ru/wp-content/uploads/2024/01/img_5696.jpeg?w=300&amp;h=150&amp;crop=1 300w, https://ecodefense.ru/wp-content/uploads/2024/01/img_5696.jpeg?w=768&amp;h=384&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="2744" data-permalink="https://ecodefense.ru/2024/01/20/rosatom-thanks-no/img_5696/" data-orig-file="https://ecodefense.ru/wp-content/uploads/2024/01/img_5696.jpeg" data-orig-size="1815,1175" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;1.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 13&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1705757629&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;5.1&quot;,&quot;iso&quot;:&quot;50&quot;,&quot;shutter_speed&quot;:&quot;0.0013831258644537&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="IMG_5696" data-image-description="" data-image-caption="" data-medium-file="https://ecodefense.ru/wp-content/uploads/2024/01/img_5696.jpeg?w=300" data-large-file="https://ecodefense.ru/wp-content/uploads/2024/01/img_5696.jpeg?w=616" />			</a>
		</figure> <!-- /post-image -->

	
	<header class="post-header">

					<p class="post-categories"><a href="https://ecodefense.ru/category/%d0%b0%d1%82%d0%be%d0%bc%d0%bd%d0%b0%d1%8f-%d1%8d%d0%bd%d0%b5%d1%80%d0%b3%d0%b8%d1%8f/" rel="category tag">Атомная энергия</a></p>
		
		<h2 class="post-title"><a href="https://ecodefense.ru/2024/02/22/urenco-resumed-business-with-russia-despite-the-war-in-ukraine/" rel="bookmark">Urenco возобновила бизнес с Россией, несмотря на войну в&nbsp;Украине</a></h2>
		<p class="post-meta">
			<a href="https://ecodefense.ru/2024/02/22/urenco-resumed-business-with-russia-despite-the-war-in-ukraine/" class="post-meta-date-link">22.02.2024</a>
			
				<span class="post-meta-separator"> &mdash; </span>
				<a href="https://ecodefense.ru/2024/02/22/urenco-resumed-business-with-russia-despite-the-war-in-ukraine/#respond">0 комментариев</a>		</p>

	</header> <!-- /post-header -->

</article> <!-- /post -->

				
					
<article id="post-2756" class="post post-2756 type-post status-publish format-standard has-post-thumbnail sticky hentry category-269344669 fallback-thumbnail">

	
		<a class="sticky-tag" title="Закрепленная запись Правозащитники направили обращение об «иноагентском» законе в Комитет министров Совета&nbsp;Европы" href="https://ecodefense.ru/2024/02/20/human-rights-activists-sent-an-appeal-to-committee-of-ministers-of-the-council-of-europe/">
			<span class="fa fw fa-star"><span class="screen-reader-text">Избранное</span></span>
		</a>

	
	
		<figure class="post-image">
			<a title="Правозащитники направили обращение об «иноагентском» законе в Комитет министров Совета&nbsp;Европы" href="https://ecodefense.ru/2024/02/20/human-rights-activists-sent-an-appeal-to-committee-of-ministers-of-the-council-of-europe/">
				<img width="202" height="200" src="https://ecodefense.ru/wp-content/uploads/2015/07/frog1.jpg?w=202&amp;h=200&amp;crop=1" class="attachment-rowling-post-image-thumb size-rowling-post-image-thumb wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ecodefense.ru/wp-content/uploads/2015/07/frog1.jpg?w=202&amp;h=200&amp;crop=1 202w, https://ecodefense.ru/wp-content/uploads/2015/07/frog1.jpg?w=150&amp;h=150&amp;crop=1 150w" sizes="(max-width: 202px) 100vw, 202px" data-attachment-id="401" data-permalink="https://ecodefense.ru/2015/07/21/opyatshtraf/frog1/" data-orig-file="https://ecodefense.ru/wp-content/uploads/2015/07/frog1.jpg" data-orig-size="202,302" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="frog1" data-image-description="" data-image-caption="" data-medium-file="https://ecodefense.ru/wp-content/uploads/2015/07/frog1.jpg?w=201" data-large-file="https://ecodefense.ru/wp-content/uploads/2015/07/frog1.jpg?w=202" />			</a>
		</figure> <!-- /post-image -->

	
	<header class="post-header">

					<p class="post-categories"><a href="https://ecodefense.ru/category/%d0%bd%d0%b5-%d0%b8%d0%bd%d0%be%d1%81%d1%82%d1%80%d0%b0%d0%bd%d0%bd%d1%8b%d0%b9-%d0%b0%d0%b3%d0%b5%d0%bd%d1%82/" rel="category tag">Не иностранный агент</a></p>
		
		<h2 class="post-title"><a href="https://ecodefense.ru/2024/02/20/human-rights-activists-sent-an-appeal-to-committee-of-ministers-of-the-council-of-europe/" rel="bookmark">Правозащитники направили обращение об «иноагентском» законе в Комитет министров Совета&nbsp;Европы</a></h2>
		<p class="post-meta">
			<a href="https://ecodefense.ru/2024/02/20/human-rights-activists-sent-an-appeal-to-committee-of-ministers-of-the-council-of-europe/" class="post-meta-date-link">20.02.2024</a>
			
				<span class="post-meta-separator"> &mdash; </span>
				<a href="https://ecodefense.ru/2024/02/20/human-rights-activists-sent-an-appeal-to-committee-of-ministers-of-the-council-of-europe/#comments">1 Комментарий</a>		</p>

	</header> <!-- /post-header -->

</article> <!-- /post -->

				
					
<article id="post-2740" class="post post-2740 type-post status-publish format-standard has-post-thumbnail sticky hentry category-24608582 tag-33015363 tag-30480713 tag-761702710 tag-759084414 tag-214353074 tag-170105008 fallback-thumbnail">

	
		<a class="sticky-tag" title="Закрепленная запись Росатом? Спасибо, нет!" href="https://ecodefense.ru/2024/01/20/rosatom-thanks-no/">
			<span class="fa fw fa-star"><span class="screen-reader-text">Избранное</span></span>
		</a>

	
	
		<figure class="post-image">
			<a title="Росатом? Спасибо, нет!" href="https://ecodefense.ru/2024/01/20/rosatom-thanks-no/">
				<img width="400" height="200" src="https://ecodefense.ru/wp-content/uploads/2024/01/img_5700.jpg?w=400&amp;h=200&amp;crop=1" class="attachment-rowling-post-image-thumb size-rowling-post-image-thumb wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://ecodefense.ru/wp-content/uploads/2024/01/img_5700.jpg?w=400&amp;h=200&amp;crop=1 400w, https://ecodefense.ru/wp-content/uploads/2024/01/img_5700.jpg?w=800&amp;h=400&amp;crop=1 800w, https://ecodefense.ru/wp-content/uploads/2024/01/img_5700.jpg?w=150&amp;h=75&amp;crop=1 150w, https://ecodefense.ru/wp-content/uploads/2024/01/img_5700.jpg?w=300&amp;h=150&amp;crop=1 300w, https://ecodefense.ru/wp-content/uploads/2024/01/img_5700.jpg?w=768&amp;h=384&amp;crop=1 768w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="2745" data-permalink="https://ecodefense.ru/2024/01/20/rosatom-thanks-no/img_5700/" data-orig-file="https://ecodefense.ru/wp-content/uploads/2024/01/img_5700.jpg" data-orig-size="4032,3024" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot

Resolver

Resolver ASN
AS15169
Resolver IP
172.253.1.209
Resolver Network Name
Google LLC
Report ID
20250404T085107Z_webconnectivity_UZ_199524_n1_7UBdPijyy3JUJ0Z1
Platform
linux
Software Name
ooniprobe-cli-unattended (3.23.0)
Measurement Engine
ooniprobe-engine (3.23.0)

Raw Measurement Data

Loading