<?xml version="1.0"?>
<rss version="2.0"><channel><title>&#x41D;&#x43E;&#x432;&#x43E;&#x441;&#x442;&#x438;: Новости</title><link>https://consoleclub.fun/news/ps-plus/?d=3</link><description>&#x41D;&#x43E;&#x432;&#x43E;&#x441;&#x442;&#x438;: Новости</description><language>ru</language><item><title>PlayStation Plus &#x421;&#x435;&#x43D;&#x442;&#x44F;&#x431;&#x440;&#x44C; 2026</title><link>https://consoleclub.fun/news/ps-plus/playstation-plus-sentjabr-2026-r1118/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2026_08/photo_2026-08-25_19-54-02.jpg.cef85d1f9c4253407e5ef8dbca355af3.jpg" /></p>
<h1 style="text-align:center;">
	<span style="color:#ffcc00;">PlayStation Plus СЕНТЯБРЬ</span>
</h1>

<ul><li>
		<span style="font-size:16px;"><strong>Sniper Elite: Resistance</strong> | PS5, PS4 | <span class="ipsEmoji">🇷🇺</span> – текст</span>
	</li>
	<li>
		<strong><span style="font-size:16px;">MLB The Show 26</span></strong>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Chained Echoes</strong> | PS4</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Wobbly Life</strong> | PS5, PS4 | <span class="ipsEmoji">🇷🇺</span> – текст</span>
	</li>
</ul><p>
	<span style="font-size:16px;">Забрать игры можно будет с 1 сентября по 5 октября.</span>
</p>

<center>
	<div class="ipsEmbeddedVideo" contenteditable="false">
		<div>
			<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" id="ips_uid_2114_6" referrerpolicy="strict-origin-when-cross-origin" src="https://consoleclub.fun/applications/core/interface/index.html" title="PlayStation Plus Monthly Games - September 2026" width="200" data-embed-src="https://www.youtube.com/embed/vsocvdHV5_U?feature=oembed"></iframe>
		</div>
	</div>
</center>

<hr class="ipsCommentUnreadSeperator"><style type="text/css">
/* Захист від ліній, підкреслень та синього кольору посилань */
  .ps-banner-wrapper,
  .ps-banner-wrapper:hover,
  .ps-banner-wrapper:focus,
  .ps-banner-wrapper:active {
    text-decoration: none !important;
    color: inherit !important; /* <--- Добавьте эту строку */
    display: block;
    max-width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  }
  
  .ps-banner, 
  .ps-banner * {
    text-decoration: none !important;
    box-sizing: border-box;
  }
  
  /* Основний банер */
  .ps-banner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #003791 0%, #001233 100%);
    color: #ffffff;
    padding: 16px 24px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    gap: 15px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  /* Геймерські символи на фоні */
  .ps-banner::before {
    content: "△ ◯ ✕ ⬜";
    position: absolute;
    right: -5px;
    bottom: -20px;
    font-size: 85px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.04);
    letter-spacing: 12px;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    transform: rotate(-5deg);
  }

  .ps-banner:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 55, 145, 0.5);
  }

  /* Заголовок */
  .ps-banner-header {
    display: flex;
    flex-direction: column;
    z-index: 1;
  }

  .ps-banner-title {
    font-size: 22px;
    font-weight: 900;
    margin: 0;
    color: #ffcc00;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 10px rgba(255, 204, 0, 0.3);
  }

  .ps-banner-subtitle {
    font-size: 13px;
    color: #b3c6e8;
    margin-top: 2px;
    font-weight: 600;
  }

  /* Блоки цін */
  .ps-banner-prices {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-grow: 1;
    justify-content: center;
    z-index: 1;
  }

  .ps-tier {
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    padding: 8px 14px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    min-width: 75px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .ps-tier:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }

  /* Виділений тариф */
  .ps-tier.popular {
    border-color: #ffcc00;
    background: rgba(255, 204, 0, 0.15);
    box-shadow: 0 0 15px rgba(255, 204, 0, 0.25);
  }

  .ps-tier.popular:hover {
    background: rgba(255, 204, 0, 0.25);
    box-shadow: 0 8px 20px rgba(255, 204, 0, 0.35);
  }

  .ps-tier-badge {
    position: absolute;
    top: -9px;
    background: #ffcc00;
    color: #111;
    font-size: 9px;
    font-weight: 900;
    padding: 2px 6px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }

  .ps-tier span.name {
    font-weight: 800;
    font-size: 11px;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .ps-tier span.price {
    font-weight: 900;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.1;
  }

  .ps-tier span.period {
    font-size: 9px;
    color: #a0b2d6;
    font-weight: 600;
    margin-top: 3px;
    text-transform: uppercase;
  }

  .ps-tier.essential span.name { color: #d1d8e0; }
  .ps-tier.extra span.name { color: #fbc531; }
  .ps-tier.deluxe span.name { color: #f5f6fa; text-shadow: 0 0 5px rgba(255,255,255,0.4); }
  .ps-tier.ea span.name { color: #ff4757; }

  /* Кнопка */
  .ps-banner-cta {
    position: relative;
    background: #ffcc00;
    color: #111111;
    padding: 10px 22px;
    border-radius: 25px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    border: none;
    z-index: 1;
    animation: pulse-glow 2s infinite ease-in-out;
    transition: transform 0.2s ease;
  }
  
  .ps-banner-cta:hover {
    transform: scale(1.05);
  }

  @keyframes pulse-glow {
    0% { box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(255, 204, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 204, 0, 0); }
  }

  /* Адаптивність */
  @media (max-width: 768px) {
    .ps-banner {
      flex-direction: column;
      text-align: center;
      padding: 20px 15px;
    }
    .ps-banner-header {
      align-items: center;
      margin-bottom: 5px;
    }
    .ps-banner-prices {
      width: 100%;
    }
    .ps-tier {
      flex: 1 1 calc(50% - 10px); 
    }
    .ps-banner-cta {
      width: 100%;
      text-align: center;
      margin-top: 5px;
    }
  }
</style><div class="ps-banner">
  <div class="ps-banner-header">
    <h2 class="ps-banner-title">
      <a class="ps-banner-wrapper" href="https://consoleclub.fun/application/form/31-playstation-plus/" target="_blank" rel="">Закупаєм</a>
    </h2>
    <div class="ps-banner-subtitle">
      <a class="ps-banner-wrapper" href="https://consoleclub.fun/application/form/31-playstation-plus/" target="_blank" rel="">PS Plus та EA Play</a>
    </div>
  </div>

  <div class="ps-banner-prices">
    <div class="ps-tier essential">
      <a class="ps-banner-wrapper" href="https://consoleclub.fun/application/form/31-playstation-plus/" target="_blank" rel="">
        <span class="name">Essential</span> 
        <span class="price">2350₽</span> 
        <span class="period">12 мес</span> 
      </a>
    </div>

    <div class="ps-tier extra popular">
      <div class="ps-tier-badge">TOP</div>
      <a class="ps-banner-wrapper" href="https://consoleclub.fun/application/form/31-playstation-plus/" target="_blank" rel="">
        <span class="name">Extra</span> 
        <span class="price">4100₽</span> 
        <span class="period">12 мес</span> 
      </a>
    </div>

    <div class="ps-tier deluxe">
      <a class="ps-banner-wrapper" href="https://consoleclub.fun/application/form/31-playstation-plus/" target="_blank" rel="">
        <span class="name">Deluxe</span> 
        <span class="price">4750₽</span> 
        <span class="period">12 мес</span> 
      </a>
    </div>

    <div class="ps-tier ea">
      <a class="ps-banner-wrapper" href="https://consoleclub.fun/-/psplus/" target="_blank" rel="">
        <span class="name">EA Play</span> 
        <span class="price">2000₽</span> 
        <span class="period">12 мес</span> 
      </a>
    </div>
  </div>

  <div class="ps-banner-cta">
    <a class="ps-banner-wrapper" href="https://consoleclub.fun/application/form/31-playstation-plus/" target="_blank" rel="">Подробнее</a>
  </div>
</div>]]></description><guid isPermaLink="false">1118</guid><pubDate>Tue, 25 Aug 2026 15:48:18 +0000</pubDate></item><item><title>&#x421; PS Plus Extra &#x438; Deluxe - &#x431;&#x443;&#x434;&#x443;&#x442; &#x443;&#x431;&#x438;&#x440;&#x430;&#x442;&#x44C; &#x438;&#x433;&#x440;&#x44B;</title><link>https://consoleclub.fun/news/ps-plus/s-ps-plus-extra-i-deluxe-budut-ubirat-igry-r626/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2023_12/Mz89cWw1k7g.jpg.e16f3b21381e2293337cce66c403eaef.jpg" /></p>
<h1 style="text-align: center;">
	В PS Plus появился раздел «<span style="color:#f39c12;">Последний шанс сыграть</span>»
</h1>

<p>
	<span style="font-size:16px;">Пока там только Shadow Warrior 3 для PS4 и Syberia для PS3.</span>
</p>

<p>
	<span style="font-size:16px;">Shadow Warrior 3 покидает PS Plus Extra 5 июля, а Syberia покинет PS Plus Premium 19 июля. </span>
</p>

<p>
	<span style="font-size:16px;">Есть и другие игры, у которых указана дата выхода из подписки, но они почему-то пока не отображаются в этом разделе:</span>
</p>

<ul><li>
		<span style="font-size:16px;">NBA 2K22 — покидает 31 августа</span>
	</li>
	<li>
		<span style="font-size:16px;">WRC 10 — покидает 31 августа</span>
	</li>
	<li>
		<span style="font-size:16px;">Red Dead Redemption — 17 октября</span>
	</li>
	<li>
		<span style="font-size:16px;">Red Dead Redemption: Undead Nightmare — покидает 17 октября</span>
	</li>
	<li>
		<span style="font-size:16px;">Red Dead Redemption 2 — покидает 22 сентября</span>
	</li>
</ul>]]></description><guid isPermaLink="false">626</guid><pubDate>Fri, 24 Jun 2022 19:56:35 +0000</pubDate></item><item><title>&#x41F;&#x43E;&#x43F;&#x43E;&#x43B;&#x43D;&#x435;&#x43D;&#x438;&#x435; PS Plus Extra &#x438; PS Plus Deluxe &#x432; &#x410;&#x432;&#x433;&#x443;&#x441;&#x442;&#x435;</title><link>https://consoleclub.fun/news/ps-plus/popolnenie-ps-plus-extra-i-ps-plus-deluxe-v-avguste-r1117/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2026_08/photo_2026-08-12_18-39-01.jpg.a3a3424f67a61d8d84a4d2bcab5da48a.jpg" /></p>
<h1 style="text-align: center;">
	<span style="color:#f1c40f;">Подборка PS Plus Extra и Deluxe на АВГУСТ</span>
</h1>

<h3>
	PS Plus Extra:
</h3>

<ul><li>
		<span style="font-size:16px;"><strong>Helldivers II</strong> | PS5 | <span class="ipsEmoji">🇷🇺</span> – текст</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Kingdom Come: Deliverance II</strong> | PS5 | <span class="ipsEmoji">🇷🇺</span> – текст</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Vampire Survivors</strong> | PS5, PS4 | <span class="ipsEmoji">🇷🇺</span> – текст</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Hell is Us</strong> | PS5 | <span class="ipsEmoji">🇷🇺</span> – текст</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Umamusume: Pretty Derby – Party Dash</strong> | PS4</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Two Point Museum</strong> | PS5 | <span class="ipsEmoji">🇷🇺</span> – текст</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Metro Exodus</strong> | PS5, PS4 | <span class="ipsEmoji">🇷🇺</span> – озвучка + текст</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Dying Light: Essentials Edition</strong> | PS4 | <span class="ipsEmoji">🇷🇺</span> – текст</span>
	</li>
</ul><h3>
	PS Plus Deluxe/Premium:
</h3>

<ul><li>
		<span style="font-size:16px;"><strong>Onimusha: Dawn of Dreams</strong></span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Disney’s Atlantis: The Lost Empire</strong></span>
	</li>
</ul><p>
	<span style="font-size:16px;">Игры добавят в каталог уже 18 августа, кроме Helldivers II – её добавят уже сегодня по всему миру.</span>
</p>

<center>
	<div class="ipsEmbeddedVideo" contenteditable="false">
		<div>
			<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" id="ips_uid_8856_6" referrerpolicy="strict-origin-when-cross-origin" src="https://consoleclub.fun/applications/core/interface/index.html" title="PlayStation Plus Extra &amp; Premium Games - August 2026" width="200" data-embed-src="https://www.youtube.com/embed/ApUBHCIbyos?feature=oembed"></iframe>
		</div>
	</div>
</center>

<hr class="ipsCommentUnreadSeperator"><style>
  /* Захист від ліній та підкреслень сайту */
  .ps-banner-wrapper,
  .ps-banner-wrapper:hover,
  .ps-banner-wrapper:focus,
  .ps-banner-wrapper:active {
    text-decoration: none !important;
    display: block;
    max-width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  }
  
  .ps-banner, 
  .ps-banner * {
    text-decoration: none !important;
  }
  
  /* Основний банер */
  .ps-banner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: radial-gradient(circle at 15% 50%, #00439c 0%, #080d18 100%);
    color: #ffffff;
    padding: 12px 18px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
    gap: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  /* Геймерські символи на фоні */
  .ps-banner::before {
    content: "△ ◯ ✕ ⬜";
    position: absolute;
    right: -10px;
    bottom: -15px;
    font-size: 70px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    letter-spacing: 8px;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
  }

  .ps-banner:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 55, 145, 0.4);
  }

  /* Заголовок та бляшки */
  .ps-banner-header {
    display: flex;
    flex-direction: column;
    z-index: 1;
  }

  .ps-banner-title {
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    color: #ffcc00;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 8px rgba(255, 204, 0, 0.25);
  }

  .ps-banner-subtitle {
    font-size: 11px;
    color: #a0b2d6;
    margin-top: 1px;
    font-weight: 600;
  }

  .ps-banner-trust {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 9px;
    color: #2ed573;
    margin-top: 4px;
    font-weight: 700;
    background: rgba(46, 213, 115, 0.12);
    padding: 2px 6px;
    border-radius: 8px;
    width: fit-content;
    border: 1px solid rgba(46, 213, 115, 0.2);
  }

  /* Блоки цін */
  .ps-banner-prices {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex-grow: 1;
    justify-content: center;
    z-index: 1;
  }

  .ps-tier {
    position: relative;
    background: rgba(255, 255, 255, 0.06);
    padding: 6px 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    min-width: 68px;
    transition: all 0.2s ease;
  }

  .ps-tier:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
  }

  /* Виділений тариф (Хіт продажів) */
  .ps-tier.popular {
    border-color: #ffcc00;
    background: rgba(255, 204, 0, 0.12);
    box-shadow: 0 0 10px rgba(255, 204, 0, 0.2);
  }

  .ps-tier-badge {
    position: absolute;
    top: -7px;
    background: #ffcc00;
    color: #000;
    font-size: 8px;
    font-weight: 900;
    padding: 1px 5px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .ps-tier span.name {
    font-weight: 700;
    font-size: 10px;
    margin-bottom: 1px;
    text-transform: uppercase;
  }

  .ps-tier span.price {
    font-weight: 800;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.1;
  }

  .ps-tier span.period {
    font-size: 8px;
    color: #8fa3c7;
    font-weight: 600;
    margin-top: 2px;
  }

  .ps-tier.essential span.name { color: #bdc3c7; }
  .ps-tier.extra span.name { color: #f39c12; }
  .ps-tier.deluxe span.name { color: #ffeb3b; }
  .ps-tier.ea span.name { color: #ff4757; }

  /* Кнопка з пульсацією */
  .ps-banner-cta {
    position: relative;
    background: #ffcc00;
    color: #111111;
    padding: 8px 18px;
    border-radius: 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    white-space: nowrap;
    border: none;
    z-index: 1;
    animation: pulse-glow 2s infinite ease-in-out;
  }

  @keyframes pulse-glow {
    0% { box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.6); }
    70% { box-shadow: 0 0 0 8px rgba(255, 204, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 204, 0, 0); }
  }

  /* Адаптивність */
  @media (max-width: 768px) {
    .ps-banner {
      flex-direction: column;
      text-align: center;
      padding: 14px;
    }
    .ps-banner-header {
      align-items: center;
    }
    .ps-banner-prices {
      width: 100%;
      justify-content: center;
    }
    .ps-tier {
      flex: 1 1 calc(50% - 8px); 
    }
    .ps-banner-cta {
      width: 100%;
      text-align: center;
    }
  }
</style><a href="https://consoleclub.fun/-/psplus/" rel="" target="_blank" class="ps-banner-wrapper">
  <div class="ps-banner">
    
    <div class="ps-banner-header">
      <h2 class="ps-banner-title">Закупаєм</h2>
      <div class="ps-banner-subtitle">PS Plus та EA Play</div>
    </div>

    <div class="ps-banner-prices">
      <div class="ps-tier essential">
        <span class="name">Essential</span>
        <span class="price">2350₽</span>
        <span class="period">12 мес</span>
      </div>
      <div class="ps-tier extra popular">
        <span class="name">Extra</span>
        <span class="price">4100₽</span>
        <span class="period">12 мес</span>
      </div>
      <div class="ps-tier deluxe">
        <span class="name">Deluxe</span>
        <span class="price">4750₽</span>
        <span class="period">12 мес</span>
      </div>
      <div class="ps-tier ea">
        <span class="name">EA Play</span>
        <span class="price">2000₽</span>
        <span class="period">12 мес</span>
      </div>
    </div>

    <div class="ps-banner-cta">
      Подробнее
    </div>
    
  </div>
</a>]]></description><guid isPermaLink="false">1117</guid><pubDate>Wed, 12 Aug 2026 12:09:28 +0000</pubDate></item><item><title>PS Plus - &#x441;&#x430;&#x43C;&#x430;&#x44F; &#x43F;&#x43E;&#x43F;&#x443;&#x43B;&#x44F;&#x440;&#x43D;&#x430;&#x44F; &#x43F;&#x43E;&#x434;&#x43F;&#x438;&#x441;&#x43A;&#x430;</title><link>https://consoleclub.fun/news/ps-plus/ps-plus-samaja-populjarnaja-podpiska-r608/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2022_07/Eppsm68r5UNer0YyUXvH.jpg.4c71f3f5ab28c71c0eee2568803a393f.jpg" /></p>
<h2 style="text-align: center;">
	58% игроков в Англии подписаны на игровые сервисы, самый популярный - PS Plus
</h2>

<p>
	<span style="font-size:16px;">Свыше половины игроков, проживающих в Англии, пользуются различными подписочными сервисами, следует из <a href="https://wtftime.ru/out/?go=https%3A%2F%2Fwww.gamesindustry.biz%2Farticles%2F2022-06-01-ofcom-58-percent-of-uk-players-subscribe-to-a-games-service&amp;hash=be411e2f68c9b1fd089b9e12d2409971" rel="external nofollow" target="_blank">исследования</a> британского регулятора Ofcom. По состоянию на конце 2021 года подписки были у 58% игроков.</span>
</p>

<p>
	<span style="font-size:16px;">Самый популярный сервис это PlayStation Plus (3.2 миллиона подписчиков), следом идут Xbox Game Pass (2.6 миллиона подписчиков), Xbox Live Gold (1.5 миллиона) и Nintendo Switch Online (1.49 миллиона).</span>
</p>

<p>
	<span style="font-size:16px;">Среди игровых облачных сервисов лидирует PlayStation Now, общее количество подписчиков таких сервисов достигает 2.1 миллиона человек.</span>
</p>

<div class="ipsSpoiler" data-ipsspoiler="">
	<div class="ipsSpoiler_header">
		<span>Спойлер</span>
	</div>

	<div class="ipsSpoiler_contents ipsClearfix">
		<p style="text-align: center;">
			<img alt="fZzgM8As.jpg" class="ipsImage" data-ratio="59.43" height="438" style="height: auto;" width="737" data-src="https://img2.wtftime.ru/store/2022/06/01/fZzgM8As.jpg" src="https://consoleclub.fun/applications/core/interface/js/spacer.png"></p>
	</div>
</div>

<p>
	<span style="font-size:16px;">Популярнейшей игровой платформой в Британии стали смартфоны (37%), на втором месте консоли (30%) на третьем ПК и ноутбуки (26%). Больше всего играми интересуются участники исследования в возрасте от 16 до 24 лет.</span>
</p>

<p>
	<span style="font-size:16px;">Каждую неделю британские игроки в среднем проводят за играми 7 часов 33 минуты. Игры для виртуальной реальности у них не очень популярны, зато в мобильную Candy Crush ежедневно играет в районе 1.2 миллиона взрослых англичан.</span>
</p>]]></description><guid isPermaLink="false">608</guid><pubDate>Wed, 01 Jun 2022 11:07:17 +0000</pubDate></item><item><title>PlayStation Plus &#x410;&#x432;&#x433;&#x443;&#x441;&#x442; 2026</title><link>https://consoleclub.fun/news/ps-plus/playstation-plus-avgust-2026-r1115/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2026_07/photo_2026-07-28_18-35-04.jpg.c9c895eba7679a6c50fb86c916bbb984.jpg" /></p>
<h1 style="text-align:center;">
	<span style="color:#ffcc00;">PlayStation Plus АВГУСТ</span>
</h1>

<ul><li>
		<span style="font-size:16px;"><strong>Dying Light 2 Stay Human: Reloaded Edition</strong> | PS5, PS4 - <span class="ipsEmoji">🇷🇺</span> [звук+текст] - экшн про зомби в открытом мире с крутой механикой паркура;</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Signalis </strong>| PS4 - <span class="ipsEmoji">🇷🇺</span> [текст] - олдскульный хоррор, вдохновленный классикой 90-х, такой как Resident Evil и Silent Hill.</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Big Walk</strong> | PS5 <span id="cke_bm_112S" style="display: none;"> </span><span class="ipsEmoji">🇷🇺</span> [текст] - кооперативное приключение, в котором главную роль играют общение и командный дух;</span>
	</li>
</ul><p>
	<span style="font-size:16px;">Раздача начнётся с 4 и продлится до 31 августа.</span>
</p>

<center>
	<div class="ipsEmbeddedVideo" contenteditable="false">
		<div>
			<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" id="ips_uid_6843_6" referrerpolicy="strict-origin-when-cross-origin" src="https://consoleclub.fun/applications/core/interface/index.html" title="PlayStation Plus Monthly Games - August 2026" width="200" data-embed-src="https://www.youtube.com/embed/WiwBu7M023s?feature=oembed"></iframe>
		</div>
	</div>
</center>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator"><h2 style="background: rgb(255, 215, 0); border: px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;">
	<span style="color:#27ae60;"><a href="https://consoleclub.fun/-/psplus/" rel="">Закупаем</a></span><span style="color:#ffffff;"> </span><span style="color:#ffff99;">PS Plus</span><span style="color:#ffffff;"> | Extra </span><span style="color:#000000;">- 4100₽</span><span style="color:#2c3e50;"> | </span><span style="color:#ffffff;">DELUXE </span><span style="color:#000000;">- 4750₽</span><span style="color:#ffffff;"> | Essential</span><span style="color:#3498db;"><span style="color:#ffffff;"> </span></span><span style="color:#000000;">- 2350₽ | </span><span style="color:#3498db;">EAPlay</span><span style="color:#000000;"> - 2000₽</span>
</h2>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator">]]></description><guid isPermaLink="false">1115</guid><pubDate>Tue, 28 Jul 2026 15:40:23 +0000</pubDate></item><item><title>&#x41F;&#x43E;&#x43F;&#x43E;&#x43B;&#x43D;&#x435;&#x43D;&#x438;&#x435; PS Plus Extra &#x438; PS Plus Deluxe &#x432; &#x418;&#x44E;&#x43B;&#x435;</title><link>https://consoleclub.fun/news/ps-plus/popolnenie-ps-plus-extra-i-ps-plus-deluxe-v-ijule-r1110/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2026_07/photo_2026-07-15_18-41-29.jpg.969cfd02ccfce3cca973627347b9e9c7.jpg" /></p>
<h1 style="text-align: center;">
	<span style="color:#f1c40f;">Подборка PS Plus Extra и Deluxe на ИЮЛЬ</span>
</h1>

<p>
	<span style="font-size:16px;"><strong>PS Plus Extra и Deluxe</strong>:</span>
</p>

<ul><li>
		<span style="font-size:16px;"><strong>Avatar: Frontiers of Pandora</strong> | PS5 | <span class="ipsEmoji">🇷🇺</span> – текст</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Rise of the Ronin</strong> | PS5 | <span class="ipsEmoji">🇷🇺</span> – текст</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Firefighting Simulator: Ignite</strong> | PS5 | <span class="ipsEmoji">🇷🇺</span> – текст</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Mighty Morphin Power Rangers: Rita’s Rewind</strong> | PS4, PS5</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Dying Light</strong> | PS4 | <span class="ipsEmoji">🇷🇺</span> – текст</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Citizen Sleeper 2: Starward Vector </strong>| PS5</span>
	</li>
	<li>
		<span style="font-size:16px;"> <strong>Snow Bros. Wonderland</strong> | PS5</span>
	</li>
</ul><p>
	<span style="font-size:16px;"><strong>PS Plus Deluxe</strong>:</span>
</p>

<ul><li>
		<span style="font-size:16px;"><strong>Psi-Ops: The Mindgate Conspiracy </strong> | PS4, PS5</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Indigo Prophecy </strong> | PS4, PS5</span>
	</li>
</ul><p>
	<span style="font-size:16px;">Игры будут доступны для загрузки с 21 июля, кроме Rise of the Ronin – она станет доступна сегодня</span>
</p>

<center>
	<div class="ipsEmbeddedVideo" contenteditable="false">
		<div>
			<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" referrerpolicy="strict-origin-when-cross-origin" src="https://consoleclub.fun/applications/core/interface/index.html" title="PlayStation Plus Extra &amp; Premium Games - July 2026" width="200" data-embed-src="https://www.youtube.com/embed/2EQW6DH3q4w?feature=oembed"></iframe>
		</div>
	</div>
</center>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator"><h2 style="background: rgb(255, 215, 0); border: px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;">
	<span style="color:#27ae60;"><a href="https://consoleclub.fun/-/psplus/" rel="">Закупаем</a></span><span style="color:#ffffff;"> </span><span style="color:#ffff99;">PS Plus</span><span style="color:#ffffff;"> | Extra </span><span style="color:#000000;">- 4100₽</span><span style="color:#2c3e50;"> | </span><span style="color:#ffffff;">DELUXE </span><span style="color:#000000;">- 4750₽</span><span style="color:#ffffff;"> | Essential</span><span style="color:#3498db;"><span style="color:#ffffff;"> </span></span><span style="color:#000000;">- 2350₽ | </span><span style="color:#3498db;">EAPlay</span><span style="color:#000000;"> - 2000₽</span>
</h2>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator">]]></description><guid isPermaLink="false">1110</guid><pubDate>Wed, 15 Jul 2026 16:04:27 +0000</pubDate></item><item><title>PlayStation Plus &#x418;&#x44E;&#x43B;&#x44C; 2026</title><link>https://consoleclub.fun/news/ps-plus/playstation-plus-ijul-2026-r1108/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2026_07/photo_2026-07-01_18-44-06.jpg.1e57b93a0e214603182cddab4d403dae.jpg" /></p>
<h1 style="text-align:center;">
	<span style="color:#ffcc00;">PlayStation Plus ИЮЛЬ</span>
</h1>

<ul><li>
		<span style="font-size:16px;"><strong>Call of Duty: Modern Warfare 3</strong> (2023)<strong> </strong>| <span id="cke_bm_246S" style="display: none;"> </span>PS5, PS4 - <span class="ipsEmoji">🇷🇺</span> [звук+текст] - динамичный шутер с сюжетной кампанией, мультиплеером и режимом Zombies</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>For the King II</strong> | PS5 - <span class="ipsEmoji">🇷🇺</span> [текст] - пошаговая RPG с элементами стратегии и рогалика, которую можно проходить в одиночку или в кооперативе.</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>CrossCode</strong> | PS5, PS4 - пиксельная экшен-RPG с увлекательными головоломками, динамичными боями и элементами MMORPG.</span>
	</li>
</ul><p>
	<span style="font-size:16px;">Забрать игры можно будет с 7 июля по 3 августа.</span>
</p>

<center>
	<div class="ipsEmbeddedVideo" contenteditable="false">
		<div>
			<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" referrerpolicy="strict-origin-when-cross-origin" src="https://consoleclub.fun/applications/core/interface/index.html" title="PlayStation Plus Monthly Games - July 2026" width="200" data-embed-src="https://www.youtube.com/embed/CE5-qI8sVNE?feature=oembed"></iframe>
		</div>
	</div>
</center>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator"><h2 style="background: rgb(255, 215, 0); border: px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;">
	<span style="color:#27ae60;"><a href="https://consoleclub.fun/-/psplus/" rel="">Закупаем</a></span><span style="color:#ffffff;"> </span><span style="color:#ffff99;">PS Plus</span><span style="color:#ffffff;"> | Extra </span><span style="color:#000000;">- 4100₽</span><span style="color:#2c3e50;"> | </span><span style="color:#ffffff;">DELUXE </span><span style="color:#000000;">- 4750₽</span><span style="color:#ffffff;"> | Essential</span><span style="color:#3498db;"><span style="color:#ffffff;"> </span></span><span style="color:#000000;">- 2350₽ | </span><span style="color:#3498db;">EAPlay</span><span style="color:#000000;"> - 2000₽</span>
</h2>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator">]]></description><guid isPermaLink="false">1108</guid><pubDate>Wed, 01 Jul 2026 17:25:05 +0000</pubDate></item><item><title>PlayStation Plus - &#x41F;&#x41E;&#x414;&#x41E;&#x420;&#x41E;&#x416;&#x410;&#x415;&#x422;!!!</title><link>https://consoleclub.fun/news/ps-plus/playstation-plus-podorozhaet-r815/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2023_08/91e7b8903d-2_1390x600.jpg.abeef1162b152bfa8c21ab082c06aadc.jpg" /></p>
<h1 style="text-align: center;">
	<span style="color:#f1c40f;">PlayStation Plus - </span><span style="color:#ff0000;">ПОДОРОЖАЕТ</span>!!!
</h1>

<p style="text-align: center;">
	<big>С 6 сентября поднимутся цены на 12-месячную подписку PS Plus</big>
</p>

<p>
	<span style="font-size:16px;"><strong>Новые цены</strong>:</span>
</p>

<ul><li>
		<span style="font-size:16px;">Подписка <strong>PlayStation Plus Essential</strong> на 12 месяцев</span>
	</li>
</ul><p>
	<span style="font-size:16px;">79,99 долларов США | 71,99 евро | 59,99 фунтов стерлингов | 6800 иен</span>
</p>

<ul><li>
		<span style="font-size:16px;">Подписка <strong>PlayStation Plus Extra</strong> на 12 месяцев</span>
	</li>
</ul><p>
	<span style="font-size:16px;">134,99 долларов США | 125,99 евро | 99,99 фунтов стерлингов | 11 700 иен</span>
</p>

<ul><li>
		<span style="font-size:16px;">Подписка <strong>PlayStation Plus Premium|Deluxe</strong> на 12 месяцев</span>
	</li>
</ul><p>
	<span style="font-size:16px;">159,99 долларов США | 151,99 евро | 119,99 фунтов стерлингов | 13 900 иен</span>
</p>

<p>
	<span style="font-size:16px;">Те, у кого есть ДЕЙСТВУЮЩАЯ подписка любого уровня смогут продлить ее по старой цене до 6 ноября!</span>
</p>

<p>
	<span style="font-size:16px;">Подорожание коснулось всего мира, а не только Турции. Но в Турции вероятно, цена в процентах вырастит еще больше, чем в других странах.</span>
</p>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator"><h2 style="background: rgb(255, 215, 0); border: px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;">
	<a href="https://consoleclub.fun/-/psplus/" rel=""><span style="color:#27ae60;">Закупаем</span></a><span style="color:#ffffff;"> PS Plus </span><span style="color:#2c3e50;">TR Extra - 1400₽ | DELUXE - 1650₽</span><span style="color:#ffffff;"> | </span><span style="color:#3498db;">EA Play<span style="color:#ffffff;"> </span>- 900₽</span>
</h2>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator">]]></description><guid isPermaLink="false">815</guid><pubDate>Wed, 30 Aug 2023 16:00:44 +0000</pubDate></item><item><title>&#x41F;&#x43E;&#x43F;&#x43E;&#x43B;&#x43D;&#x435;&#x43D;&#x438;&#x435; PS Plus Extra &#x438; PS Plus Deluxe &#x432; &#x418;&#x44E;&#x43D;&#x435;</title><link>https://consoleclub.fun/news/ps-plus/popolnenie-ps-plus-extra-i-ps-plus-deluxe-v-ijune-r1104/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2026_06/photo_2026-06-10_18-31-07.jpg.baabc83dd2c85718c0ca31daae089c8d.jpg" /></p>
<h1 style="text-align: center;">
	<span style="color:#f1c40f;">Подборка PS Plus Extra и Deluxe на ИЮНЬ</span>
</h1>

<p>
	<span style="font-size:16px;"><strong>PS Plus Extra и Deluxe</strong>:</span>
</p>

<ul><li>
		<span style="font-size:16px;"><strong>Final Fantasy XVI</strong> | PS5 - </span><span class="ipsEmoji">🇷🇺</span> [текст
	</li>
	<li>
		<span style="font-size:16px;"><strong>Sonic X Shadow Generations</strong> | PS5, PS4 - </span><span class="ipsEmoji">🇷🇺</span> [текст
	</li>
	<li>
		<span style="font-size:16px;"><strong>Kingdom Come: Deliverance</strong> | PS5, PS4 - </span><span class="ipsEmoji">🇷🇺</span> [текст
	</li>
	<li>
		<span style="font-size:16px;"><strong>Life is Strange: Double Exposure</strong> | PS5 - </span><span class="ipsEmoji">🇷🇺</span> [текст
	</li>
	<li>
		<span style="font-size:16px;"><strong>Farming Simulator 25</strong> | PS5 - </span><span class="ipsEmoji">🇷🇺</span> [текст
	</li>
	<li>
		<span style="font-size:16px;"><strong>Blades of Fire</strong> | PS5 - </span><span class="ipsEmoji">🇷🇺</span> [текст
	</li>
	<li>
		<span style="font-size:16px;"><strong>Black Desert</strong> | PS5 - </span><span class="ipsEmoji">🇷🇺</span> [текст
	</li>
</ul><p>
	<span style="font-size:16px;"><strong>PS Plus Deluxe</strong>:</span>
</p>

<ul><li>
		<span style="font-size:16px;"><strong>Gitaroo Man</strong> | PS5, PS4</span>
	</li>
</ul><p>
	<span style="font-size:16px;">Игры появятся в каталоге </span>16 июня<span style="font-size:16px;">.</span>
</p>

<center>
	<div class="ipsEmbeddedVideo" contenteditable="false">
		<div>
			<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" referrerpolicy="strict-origin-when-cross-origin" src="https://consoleclub.fun/applications/core/interface/index.html" title="PlayStation Plus Extra and Premium - June 2026 (PS+)" width="200" data-embed-src="https://www.youtube.com/embed/obp9yUFQjs8?feature=oembed"></iframe>
		</div>
	</div>
</center>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator"><h2 style="background: rgb(255, 215, 0); border: px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;">
	<span style="color:#27ae60;"><a href="https://consoleclub.fun/-/psplus/" rel="">Закупаем</a></span><span style="color:#ffffff;"> </span><span style="color:#ffff99;">PS Plus</span><span style="color:#ffffff;"> | Extra </span><span style="color:#000000;">- 4100₽</span><span style="color:#2c3e50;"> | </span><span style="color:#ffffff;">DELUXE </span><span style="color:#000000;">- 4750₽</span><span style="color:#ffffff;"> | Essential</span><span style="color:#3498db;"><span style="color:#ffffff;"> </span></span><span style="color:#000000;">- 2350₽ | </span><span style="color:#3498db;">EAPlay</span><span style="color:#000000;"> - 2000₽</span>
</h2>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator">]]></description><guid isPermaLink="false">1104</guid><pubDate>Wed, 10 Jun 2026 15:35:18 +0000</pubDate></item><item><title>&#x41F;&#x43E;&#x43F;&#x43E;&#x43B;&#x43D;&#x435;&#x43D;&#x438;&#x435; PS Plus Extra &#x438; PS Plus Deluxe &#x432; &#x41C;&#x430;&#x435;</title><link>https://consoleclub.fun/news/ps-plus/popolnenie-ps-plus-extra-i-ps-plus-deluxe-v-mae-r1091/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2026_05/photo_2026-05-13_18-45-34.jpg.4dd109073420a1aadc30c95b08abde28.jpg" /></p>
<h1 style="text-align: center;">
	<span style="color:#f1c40f;">Подборка PS Plus Extra и Deluxe на МАЙ</span>
</h1>

<p>
	<span style="font-size:16px;"><strong>PS Plus Extra и Deluxe</strong>:</span>
</p>

<ul><li>
		<span style="font-size:16px;"><strong>Star Wars Outlaws</strong> | PS5 - <span class="ipsEmoji">🇷🇺</span> [текст] - Первый полноценный open-world экшен по Star Wars. Исследуйте галактику, выполняйте контракты и путешествуйте между планетами</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Red Dead Redemption 2</strong> | PS4 - <span class="ipsEmoji">🇷🇺</span> [текст] - Легендарный вестерн от Rockstar с огромным открытым миром, мощным сюжетом и невероятной атмосферой</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Bramble: The Mountain King</strong> | PS5, PS4 - <span class="ipsEmoji">🇷🇺</span> [текст] - Мрачное приключение по мотивам скандинавских сказок с красивым визуалом и жуткой атмосферой</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>The Thaumaturge</strong> | PS5 - <span class="ipsEmoji">🇷🇺</span> [текст] - Необычная RPG с детективной историей, мистикой и моральными выборами в альтернативной Варшаве начала XX века</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Flintlock: The Siege of Dawn</strong> | PS5 - <span class="ipsEmoji">🇷🇺</span> [текст] - Экшен-RPG с динамичными боями, магией и огнестрельным оружием в мрачном фэнтезийном мире</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Broken Sword – Shadows of the Templar: Reforged</strong> | PS5, PS4 - <span id="cke_bm_801S" style="display: none;"> </span><span style="font-size:16px;"><span class="ipsEmoji">🇷🇺</span></span> [текст] - Обновлённая версия культового квеста с улучшенной графикой и классической атмосферой приключений</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Enotria: The Last Song Standard Edition</strong> | PS5 <span id="cke_bm_852S" style="display: none;"> </span>- <span id="cke_bm_801S" style="display: none;"> </span><span style="font-size:16px;"><span style="font-size:16px;"><span style="font-size:16px;"><span class="ipsEmoji">🇷🇺</span></span></span></span> [текст] - Souls-like экшен в стиле итальянского фэнтези с красивыми локациями и хардкорными сражениями</span>
	</li>
</ul><p>
	<span style="font-size:16px;"><strong>PS Plus Deluxe</strong>:</span>
</p>

<ul><li>
		<span style="font-size:16px;"><strong>Time Crisis</strong> | PS5, PS4 - Легендарный аркадный шутер возвращается в каталог классики PlayStation</span>
	</li>
</ul><p>
	<span style="font-size:16px;">Игры появятся в каталоге </span>19 мая<span style="font-size:16px;">.</span>
</p>

<center>
	<div class="ipsEmbeddedVideo" contenteditable="false">
		<div>
			<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" id="ips_uid_6007_5" referrerpolicy="strict-origin-when-cross-origin" src="https://consoleclub.fun/applications/core/interface/index.html" title="PlayStation Plus Extra and Premium - May 2026 (PS+)" width="200" data-embed-src="https://www.youtube.com/embed/VfTcdDjQGKE?feature=oembed"></iframe>
		</div>
	</div>
</center>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator"><h2 style="background: rgb(255, 215, 0); border: px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;">
	<span style="color:#27ae60;"><a href="https://consoleclub.fun/-/psplus/" rel="">Закупаем</a></span><span style="color:#ffffff;"> </span><span style="color:#ffff99;">PS Plus</span><span style="color:#ffffff;"> | Extra </span><span style="color:#000000;">- 4100₽</span><span style="color:#2c3e50;"> | </span><span style="color:#ffffff;">DELUXE </span><span style="color:#000000;">- 4750₽</span><span style="color:#ffffff;"> | Essential</span><span style="color:#3498db;"><span style="color:#ffffff;"> </span></span><span style="color:#000000;">- 2350₽ | </span><span style="color:#3498db;">EAPlay</span><span style="color:#000000;"> - 2000₽</span>
</h2>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator">]]></description><guid isPermaLink="false">1091</guid><pubDate>Wed, 13 May 2026 15:39:00 +0000</pubDate></item><item><title>PlayStation Plus &#x418;&#x44E;&#x43D;&#x44C; 2026</title><link>https://consoleclub.fun/news/ps-plus/playstation-plus-ijun-2026-r1094/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2026_05/photo_2026-05-26_15-07-03.jpg.5de2ce176da6a655f0f0b97672dbf3a9.jpg" /></p>
<h1 style="text-align:center;">
	<span style="color:#ffcc00;">PlayStation Plus ИЮНЬ</span>
</h1>

<ul><li>
		<span style="font-size:16px;"><strong>Grounded </strong>| <span id="cke_bm_246S" style="display: none;"> </span>PS5, PS4 - <span class="ipsEmoji">🇷🇺</span> [текст] — выживание уменьшенных детей среди гигантских насекомых.</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Nickelodeon All Star Brawl 2</strong> | PS5 - <span class="ipsEmoji">🇷🇺</span> [текст] — аркадный файтинг с героями Nickelodeon.</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Warhammer 40,000: Darktide</strong> | PS5, PS4 - <span class="ipsEmoji">🇷🇺</span> [текст] — кооперативный экшен во вселенной Warhammer 40K.</span>
	</li>
</ul><p>
	<span style="font-size:16px;">Забрать игры можно будет 2 июня.</span>
</p>

<p>
	<span style="font-size:16px;">Вдобавок EA Sports FC 26 из майского PS Plus Essential можно будет забрать вплоть до 16 июня.</span>
</p>

<p>
	<span style="font-size:16px;">И ещё вдобавок в 9 июня в PS Plus Extra появится Destiny 2: Legacy Collection (2025), куда теперь будут включены все дополнения до The Final Shape включительно.</span>
</p>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator"><h2 style="background: rgb(255, 215, 0); border: px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;">
	<span style="color:#27ae60;"><a href="https://consoleclub.fun/-/psplus/" rel="">Закупаем</a></span><span style="color:#ffffff;"> </span><span style="color:#ffff99;">PS Plus</span><span style="color:#ffffff;"> | Extra </span><span style="color:#000000;">- 4100₽</span><span style="color:#2c3e50;"> | </span><span style="color:#ffffff;">DELUXE </span><span style="color:#000000;">- 4750₽</span><span style="color:#ffffff;"> | Essential</span><span style="color:#3498db;"><span style="color:#ffffff;"> </span></span><span style="color:#000000;">- 2350₽ | </span><span style="color:#3498db;">EAPlay</span><span style="color:#000000;"> - 2000₽</span>
</h2>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator">]]></description><guid isPermaLink="false">1094</guid><pubDate>Tue, 26 May 2026 12:11:10 +0000</pubDate></item><item><title>PlayStation Plus &#x41C;&#x430;&#x439; 2026</title><link>https://consoleclub.fun/news/ps-plus/playstation-plus-maj-2026-r1087/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2026_04/photo_2026-04-29_18-42-33.jpg.034cb5000dee04ecbb7c90c5b9a8f948.jpg" /></p>
<h1 style="text-align:center;">
	<span style="color:#ffcc00;">PlayStation Plus МАЙ</span>
</h1>

<ul><li>
		<span style="font-size:16px;"><strong>EA Sports FC 26</strong> | <span id="cke_bm_246S" style="display: none;"> </span>PS5, PS4 - <span style="font-size:16px;"><span class="ipsEmoji">🇷🇺</span></span> [текст]</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Wuchang: Fallen Feathers</strong> | PS5 - <span class="ipsEmoji">🇷🇺</span> [текст]</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Nine Sols</strong> | PS5, PS4 - <span style="font-size:16px;"><span style="font-size:16px;"><span style="font-size:16px;"><span class="ipsEmoji">🇷🇺</span></span></span></span> [текст]</span>
	</li>
</ul><p>
	<span style="font-size:16px;">Забрать игры можно будет 5 мая.</span>
</p>

<center>
	<div class="ipsEmbeddedVideo" contenteditable="false">
		<div>
			<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" referrerpolicy="strict-origin-when-cross-origin" src="https://consoleclub.fun/applications/core/interface/index.html" title="May 2026 PS Plus Games - What’s New on Essential?" width="200" data-embed-src="https://www.youtube.com/embed/iSn6vo49xvo?feature=oembed"></iframe>
		</div>
	</div>
</center>

<hr class="ipsCommentUnreadSeperator"><h2 style="background: rgb(255, 215, 0); border: px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;">
	<span style="color:#27ae60;"><a href="https://consoleclub.fun/-/psplus/" rel="">Закупаем</a></span><span style="color:#ffffff;"> </span><span style="color:#ffff99;">PS Plus</span><span style="color:#ffffff;"> | Extra </span><span style="color:#000000;">- 4100₽</span><span style="color:#2c3e50;"> | </span><span style="color:#ffffff;">DELUXE </span><span style="color:#000000;">- 4750₽</span><span style="color:#ffffff;"> | Essential</span><span style="color:#3498db;"><span style="color:#ffffff;"> </span></span><span style="color:#000000;">- 2350₽ | </span><span style="color:#3498db;">EAPlay</span><span style="color:#000000;"> - 2000₽</span>
</h2>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator">]]></description><guid isPermaLink="false">1087</guid><pubDate>Wed, 29 Apr 2026 16:22:31 +0000</pubDate></item><item><title>&#x41F;&#x43E;&#x43F;&#x43E;&#x43B;&#x43D;&#x435;&#x43D;&#x438;&#x435; PS Plus Extra &#x438; PS Plus Deluxe &#x432; &#x410;&#x43F;&#x440;&#x435;&#x43B;&#x435;</title><link>https://consoleclub.fun/news/ps-plus/popolnenie-ps-plus-extra-i-ps-plus-deluxe-v-aprele-r1081/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2026_04/photo_2026-04-15_18-36-50.jpg.a2db28d53bffdebd46c5829268068402.jpg" /></p>
<h1 style="text-align: center;">
	<span style="color:#f1c40f;">Подборка PS Plus Extra и Deluxe на АПРЕЛЬ</span>
</h1>

<p>
	<span style="font-size:16px;"><strong>PS Plus Extra и Deluxe</strong>:</span>
</p>

<ul><li>
		<span style="font-size:16px;"><strong>Horizon Zero Dawn Remastered</strong> | PS5, PS4<strong><span style="color:#e74c3c;">✘</span></strong> - <span class="ipsEmoji">🇷🇺</span> [звук+текст]</span>
	</li>
	<li>
		<span style="font-size: 16px;"><strong>The Casting of Frank Stone</strong> | PS5 - <span class="ipsEmoji">🇷🇺</span> [звук+текст]</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Football Manager 26 Console</strong> | PS5 - <span class="ipsEmoji">🇷🇺</span> [текст]</span>
	</li>
	<li>
		<span style="font-size: 16px;"><strong>The Crew Motorfest</strong> | PS5, PS4 - <span class="ipsEmoji">🇷🇺</span> [текст]</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Monster Train</strong> | PS5 - <span class="ipsEmoji">🇷🇺</span> [текст]</span>
	</li>
	<li>
		<span style="font-size: 16px;"><strong>Warriors: Abyss</strong> | PS5, PS4</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Squirrel with a Gun</strong> | PS5</span>
	</li>
</ul><p>
	<span style="font-size:16px;"><strong>PS Plus Deluxe</strong>:</span>
</p>

<ul><li>
		<span style="font-size:16px;"><strong>Wild Arms 4</strong> | PS5, PS4</span>
	</li>
</ul><p>
	<span style="font-size:16px;"><span style="color:#e74c3c;"><strong>✘</strong></span> Пользователям PS5 будет доступно обновлённое издание Remastered, в то время как владельцы PS4 смогут загрузить оригинальное издание Complete Edition.</span>
</p>

<p>
	<span style="font-size:16px;">Игры появятся в каталоге 21 апреля.</span>
</p>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator"><h2 style="background: rgb(255, 215, 0); border: px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;">
	<span style="color:#27ae60;"><a href="https://consoleclub.fun/-/psplus/" rel="">Закупаем</a></span><span style="color:#ffffff;"> </span><span style="color:#ffff99;">PS Plus</span><span style="color:#ffffff;"> | Extra </span><span style="color:#000000;">- 4100₽</span><span style="color:#2c3e50;"> | </span><span style="color:#ffffff;">DELUXE </span><span style="color:#000000;">- 4750₽</span><span style="color:#ffffff;"> | Essential</span><span style="color:#3498db;"><span style="color:#ffffff;"> </span></span><span style="color:#000000;">- 2350₽ | </span><span style="color:#3498db;">EAPlay</span><span style="color:#000000;"> - 2000₽</span>
</h2>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator">]]></description><guid isPermaLink="false">1081</guid><pubDate>Wed, 15 Apr 2026 09:12:44 +0000</pubDate></item><item><title>PlayStation Plus &#x410;&#x43F;&#x440;&#x435;&#x43B;&#x44C; 2026</title><link>https://consoleclub.fun/news/ps-plus/playstation-plus-aprel-2026-r1079/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2026_04/photo_2026-04-01_18-32-59.jpg.2ff745150287a5bfd344c70c04ace7e1.jpg" /></p>
<h1 style="text-align:center;">
	<span style="color:#ffcc00;">PlayStation Plus АПРЕЛЬ</span>
</h1>

<ul><li>
		<span style="font-size:16px;"><strong>Lords of the Fallen</strong> | PS5</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Tomb Raider I-III Remastered</strong> | PS5, PS4 - <span class="ipsEmoji">🇷🇺</span> [звук+текст]</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Sword Art Online Fractured Daydream</strong> | PS5 - <span class="ipsEmoji">🇷🇺</span> [текст]</span>
	</li>
</ul><p>
	<span style="font-size:16px;">Забрать игры можно будет 7 апреля.</span>
</p>

<center>
	<div class="ipsEmbeddedVideo" contenteditable="false">
		<div>
			<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" referrerpolicy="strict-origin-when-cross-origin" src="https://consoleclub.fun/applications/core/interface/index.html" title="PlayStation Plus Essential - April 2026 (PS+)" width="200" data-embed-src="https://www.youtube.com/embed/1v3cjT-5I8I?feature=oembed"></iframe>
		</div>
	</div>
</center>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator"><h2 style="background: rgb(255, 215, 0); border: px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;">
	<span style="color:#27ae60;"><a href="https://consoleclub.fun/-/psplus/" rel="">Закупаем</a></span><span style="color:#ffffff;"> </span><span style="color:#ffff99;">PS Plus</span><span style="color:#ffffff;"> | Extra </span><span style="color:#000000;">- 4100₽</span><span style="color:#2c3e50;"> | </span><span style="color:#ffffff;">DELUXE </span><span style="color:#000000;">- 4750₽</span><span style="color:#ffffff;"> | Essential</span><span style="color:#3498db;"><span style="color:#ffffff;"> </span></span><span style="color:#000000;">- 2350₽ | </span><span style="color:#3498db;">EAPlay</span><span style="color:#000000;"> - 2000₽</span>
</h2>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator">]]></description><guid isPermaLink="false">1079</guid><pubDate>Wed, 25 Mar 2026 09:54:19 +0000</pubDate></item><item><title>&#x41F;&#x43E;&#x43F;&#x43E;&#x43B;&#x43D;&#x435;&#x43D;&#x438;&#x435; PS Plus Extra &#x438; PS Plus Deluxe &#x432; &#x41C;&#x430;&#x440;&#x442;&#x435;</title><link>https://consoleclub.fun/news/ps-plus/popolnenie-ps-plus-extra-i-ps-plus-deluxe-v-marte-r1072/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2026_03/photo_2026-03-11_18-13-42.jpg.b933d91f7c3c9e385757a92c69d09f0b.jpg" /></p>
<h1 style="text-align: center;">
	<span style="color:#f1c40f;">Подборка PS Plus Extra и Deluxe на МАРТ</span>
</h1>

<p>
	<span style="font-size:16px;">Sony показала проекты, которые пополнят каталог игр 17 марта. </span>
</p>

<p>
	<strong><span style="font-size:16px;">PS Plus Extra:</span></strong>
</p>

<ul><li>
		<span style="font-size:16px;"><strong>Warhammer 40,000: Space Marine 2</strong> - | PS5 | - Брутальный экшен во вселенной Warhammer. Сражайтесь с ордами тиранидов, используя мощное оружие и зрелищные добивания</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>EA Sports Madden NFL 26</strong> - | PS5 | - Новая часть симулятора американского футбола с лицензированными командами и обновлённым геймплеем </span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Persona 5 Royal </strong>- | PS5, PS4 | - Легендарная JRPG с огромным сюжетом, стильным визуалом и одной из лучших историй в жанре</span>
	</li>
	<li>
		<strong><span style="font-size:16px;">Persona 5 Royal – Ultimate Edition</span></strong>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Blasphemous 2</strong> - | PS5, PS4 | - Продолжение мрачного метроидвания-экшена с красивым пиксельным стилем и сложными боссами </span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Metal Eden</strong> - | PS5 | - Футуристический динамичный шутер с быстрым геймплеем и неоновым стилем</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Lord of the Rings: Return to Moria</strong> - | PS5 | - Кооперативное приключение во вселенной Властелина колец — стройте базу, исследуйте шахты Мории и выживайте вместе с друзьями</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Astroneer </strong>- | PS5, PS4 | - Исследуйте планеты, стройте базы и путешествуйте по космосу в кооперативном приключении</span>
	</li>
</ul><p>
	<strong><span style="font-size:16px;">PS Plus Deluxe:</span></strong>
</p>

<ul><li>
		<span style="font-size:16px;"><strong>Tekken Dark Resurrection</strong> - | PS5, PS4 | - Классическая часть легендарной серии файтингов с культовыми персонажами</span>
	</li>
</ul><p>
	<span style="font-size:16px;">Игры д</span><span style="background-color:#2d353c; color:#efefef; font-size:16px; text-align:start">обавят в подписку 17 марта.</span>
</p>

<center>
	<div class="ipsEmbeddedVideo" contenteditable="false">
		<div>
			<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" id="ips_uid_1857_6" referrerpolicy="strict-origin-when-cross-origin" src="https://consoleclub.fun/applications/core/interface/index.html" title="PlayStation Plus Extra and Premium - March 2026 (PS+)" width="200" data-embed-src="https://www.youtube.com/embed/ejqpSBjF1Jk?feature=oembed"></iframe>
		</div>
	</div>
</center>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator"><h2 style="background: rgb(255, 215, 0); border: px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;">
	<span style="color:#27ae60;"><a href="https://consoleclub.fun/-/psplus/" rel="">Закупаем</a></span><span style="color:#ffffff;"> </span><span style="color:#ffff99;">PS Plus</span><span style="color:#ffffff;"> | Extra </span><span style="color:#000000;">- 4100₽</span><span style="color:#2c3e50;"> | </span><span style="color:#ffffff;">DELUXE </span><span style="color:#000000;">- 4750₽</span><span style="color:#ffffff;"> | Essential</span><span style="color:#3498db;"><span style="color:#ffffff;"> </span></span><span style="color:#000000;">- 2350₽ | </span><span style="color:#3498db;">EAPlay</span><span style="color:#000000;"> - 2000₽</span>
</h2>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator">]]></description><guid isPermaLink="false">1072</guid><pubDate>Tue, 10 Mar 2026 15:28:25 +0000</pubDate></item><item><title>PlayStation Plus &#x41C;&#x430;&#x440;&#x442; 2026</title><link>https://consoleclub.fun/news/ps-plus/playstation-plus-mart-2026-r1063/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2026_02/photo_2026-02-25_18-35-39.jpg.13727ae51f7200bd816c89ad94b4c0c1.jpg" /></p>
<h1 style="text-align:center;">
	<span style="color:#ffcc00;">PlayStation Plus МАРТ</span>
</h1>

<ul><li>
		<span style="font-size:16px;"><strong>Monster Hunter Rise</strong>  | PS5, PS4 - <span class="ipsEmoji">🇷🇺</span> [текст]— ролевой экшн с охотой на монстров.</span>
	</li>
	<li>
		<span style="font-size: 16px;"><strong>The Elder Scrolls Online Collection: Gold Road</strong> | PS5, PS4 - <span class="ipsEmoji">🇷🇺</span> [текст] — онлайн RPG  по знаменитой франшизе.</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>PGA Tour 2K25</strong> | PS5— симулятор гольфа.</span>
	</li>
	<li>
		<span style="font-size: 16px;"><strong>Slime Rancher 2</strong> | PS5 - <span class="ipsEmoji">🇷🇺</span> [текст] — мультяшный симулятор фермерской жизни.</span>
	</li>
</ul><p>
	<span style="font-size:16px;">Забрать подборку можно будет с 3 марта по 7 апреля</span>
</p>

<center>
	<div class="ipsEmbeddedVideo" contenteditable="false">
		<div>
			<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" id="ips_uid_4556_6" referrerpolicy="strict-origin-when-cross-origin" src="https://consoleclub.fun/applications/core/interface/index.html" title="PlayStation Plus Monthly Games - March 2026" width="200" data-embed-src="https://www.youtube.com/embed/XbLpDn8lRWE?feature=oembed"></iframe>
		</div>
	</div>
</center>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator"><h2 style="background: rgb(255, 215, 0); border: px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;">
	<span style="color:#27ae60;"><a href="https://consoleclub.fun/-/psplus/" rel="">Закупаем</a></span><span style="color:#ffffff;"> </span><span style="color:#ffff99;">PS Plus</span><span style="color:#ffffff;"> | Extra </span><span style="color:#000000;">- 4100₽</span><span style="color:#2c3e50;"> | </span><span style="color:#ffffff;">DELUXE </span><span style="color:#000000;">- 4750₽</span><span style="color:#ffffff;"> | Essential</span><span style="color:#3498db;"><span style="color:#ffffff;"> </span></span><span style="color:#000000;">- 2350₽ | </span><span style="color:#3498db;">EAPlay</span><span style="color:#000000;"> - 2000₽</span>
</h2>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator">]]></description><guid isPermaLink="false">1063</guid><pubDate>Mon, 23 Feb 2026 17:55:34 +0000</pubDate></item><item><title>&#x41F;&#x43E;&#x43F;&#x43E;&#x43B;&#x43D;&#x435;&#x43D;&#x438;&#x435; PS Plus Extra &#x438; PS Plus Deluxe &#x432; &#x424;&#x435;&#x432;&#x440;&#x430;&#x43B;&#x435;</title><link>https://consoleclub.fun/news/ps-plus/popolnenie-ps-plus-extra-i-ps-plus-deluxe-v-fevrale-r1059/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2026_02/photo_2026-02-13_01-36-45.jpg.af9e299968335c3506dd7847a6709520.jpg" /></p>
<h1 style="text-align: center;">
	<span style="color:#f1c40f;">Подборка PS Plus Extra и Deluxe на ФЕВРАЛЬ</span>
</h1>

<p>
	<strong><span style="font-size:16px;">Новинки PS Plus Extra с 17 февраля</span></strong>
</p>

<ul><li>
		<span style="font-size:16px;">«Человек-паук 2»</span>
	</li>
	<li>
		<span style="font-size:16px;">Test Drive Unlimited Solar Crown</span>
	</li>
	<li>
		<span style="font-size:16px;">Neva </span>
	</li>
	<li>
		<span style="font-size:16px;">Season: A Letter to the Future</span>
	</li>
	<li>
		<span style="font-size:16px;">Monster Hunter Stories</span>
	</li>
	<li>
		<span style="font-size:16px;">Monster Hunter Stories 2: Wings of Ruin</span>
	</li>
	<li>
		<span style="font-size:16px;">Venba </span>
	</li>
	<li>
		<span style="font-size:16px;">Echoes of the End: Enhanced Edition</span>
	</li>
	<li>
		<span style="font-size:16px;">Rugby 25. </span>
	</li>
</ul><p>
	<strong><span style="font-size:16px;">Новинки PS Plus Premium | Deluxe</span></strong>
</p>

<ul><li>
		<span style="font-size:16px;">Disney Pixar Wall-E.</span>
	</li>
</ul><p>
	<span style="font-size:16px;">Кроме того, стало известно, что Tekken: Dark Resurrection пополнит каталог Deluxe в марте 2026 года, а Time Crisis — в мае.</span>
</p>

<p>
	<span style="font-size:16px;">Также было объявлено, что игра Big Walk станет доступна подписчикам Essential и выше в день своего релиза. Точная дата выхода проекта пока неизвестна, но он ожидается в этом году.</span>
</p>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator"><h2 style="background: rgb(255, 215, 0); border: px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;">
	<span style="color:#27ae60;"><a href="https://consoleclub.fun/-/psplus/" rel="">Закупаем</a></span><span style="color:#ffffff;"> </span><span style="color:#ffff99;">PS Plus</span><span style="color:#ffffff;"> | Extra </span><span style="color:#000000;">- 4100₽</span><span style="color:#2c3e50;"> | </span><span style="color:#ffffff;">DELUXE </span><span style="color:#000000;">- 4750₽</span><span style="color:#ffffff;"> | Essential</span><span style="color:#3498db;"><span style="color:#ffffff;"> </span></span><span style="color:#000000;">- 2350₽ | </span><span style="color:#3498db;">EAPlay</span><span style="color:#000000;"> - 2000₽</span>
</h2>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator">]]></description><guid isPermaLink="false">1059</guid><pubDate>Tue, 10 Feb 2026 16:50:22 +0000</pubDate></item><item><title>PlayStation Plus &#x424;&#x435;&#x432;&#x440;&#x430;&#x43B;&#x44C; 2026</title><link>https://consoleclub.fun/news/ps-plus/playstation-plus-fevral-2026-r1055/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2026_01/photo_2026-01-28_18-34-16.jpg.bae468a0c7be4062b2f92f5ace1456dd.jpg" /></p>
<h1 style="text-align:center;">
	<span style="color:#ffcc00;">PlayStation Plus ФЕВРАЛЬ</span>
</h1>

<ul><li>
		<span style="font-size:16px;"><strong>Undisputed</strong>  | PS5 - <span class="ipsEmoji">🇷🇺</span> [текст] — симулятор бокса</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Subnautica: Below Zero</strong> | PS5, PS4 - <span class="ipsEmoji">🇷🇺</span> [текст] — выживач в подводном ледяном мире и исследованием.</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Ultros</strong> | PS5, PS4 — психоделическая метроидвания с исследованием и боями</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Ace Combat 7: Skies Unknown </strong>| PS4 - <span class="ipsEmoji">🇷🇺</span> [текст]<strong> </strong>— аркадный и динамичный авиасимулятор</span>
	</li>
</ul><p>
	<span style="font-size:16px;">Забрать игры можно будет 3 февраля.</span>
</p>

<center>
	<div class="ipsEmbeddedVideo" contenteditable="false">
		<div>
			<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" id="ips_uid_1752_5" referrerpolicy="strict-origin-when-cross-origin" src="https://consoleclub.fun/applications/core/interface/index.html" title="PlayStation Plus Monthly Games - February 2026" width="200" data-embed-src="https://www.youtube.com/embed/VVau4coszsU?feature=oembed"></iframe>
		</div>
	</div>
</center>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator"><h2 style="background: rgb(255, 215, 0); border: px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;">
	<span style="color:#27ae60;"><a href="https://consoleclub.fun/-/psplus/" rel="">Закупаем</a></span><span style="color:#ffffff;"> </span><span style="color:#ffff99;">PS Plus</span><span style="color:#ffffff;"> | Extra </span><span style="color:#000000;">- 4100₽</span><span style="color:#2c3e50;"> | </span><span style="color:#ffffff;">DELUXE </span><span style="color:#000000;">- 4750₽</span><span style="color:#ffffff;"> | Essential</span><span style="color:#3498db;"><span style="color:#ffffff;"> </span></span><span style="color:#000000;">- 2350₽ | </span><span style="color:#3498db;">EAPlay</span><span style="color:#000000;"> - 2000₽</span>
</h2>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator">]]></description><guid isPermaLink="false">1055</guid><pubDate>Wed, 28 Jan 2026 17:29:46 +0000</pubDate></item><item><title>&#x41F;&#x43E;&#x43F;&#x43E;&#x43B;&#x43D;&#x435;&#x43D;&#x438;&#x435; PS Plus Extra &#x438; PS Plus Deluxe &#x432; &#x42F;&#x43D;&#x432;&#x430;&#x440;&#x435;</title><link>https://consoleclub.fun/news/ps-plus/popolnenie-ps-plus-extra-i-ps-plus-deluxe-v-janvare-r1053/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2026_01/photo_2026-01-14_18-38-18.jpg.eea68bc9c8ab6a133a564b837cc421e1.jpg" /></p>
<h1 style="text-align: center;">
	<span style="color:#f1c40f;">Подборка PS Plus Extra и Deluxe на ЯНВАРЬ</span>
</h1>

<h3>
	PS+ Extra и Deluxe:
</h3>

<ul><li>
		<span style="font-size:16px;"><strong>Expeditions: A MudRunner Game</strong> | PS5, PS4 - <span class="ipsEmoji">🇷🇺</span> [текст]</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Like a Dragon: Infinite Wealth</strong> | PS5, PS4 - <span class="ipsEmoji">🇷🇺</span> [текст]</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Resident Evil Village</strong> | PS5, PS4 - <span class="ipsEmoji">🇷🇺</span> [звук+текст]</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>A Quiet Place: The Road Ahead</strong> | PS5 - <span class="ipsEmoji">🇷🇺</span> [текст]</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Darkest Dungeon II</strong> | PS5, PS4 - <span class="ipsEmoji">🇷🇺</span> [текст]</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Art of Rally</strong> | PS5, PS4 - <span class="ipsEmoji">🇷🇺</span> [текст]</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>A Little to the Left</strong> | PS5, PS4</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>The Exit 8</strong> | PS5, PS4</span>
	</li>
</ul><h3>
	PS+ Deluxe:
</h3>

<ul><li>
		<span style="font-size:16px;"><strong>Ridge Racer</strong> | PS5, PS4</span>
	</li>
</ul><p>
	<span style="font-size:16px;">Игры добавят 20 января. </span>
</p>

<center>
	<div class="ipsEmbeddedVideo" contenteditable="false">
		<div>
			<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" referrerpolicy="strict-origin-when-cross-origin" src="https://consoleclub.fun/applications/core/interface/index.html" title="PlayStation Plus Extra and Premium - January 2026 (PS+)" width="200" data-embed-src="https://www.youtube.com/embed/km2EbDg6e6g?feature=oembed"></iframe>
		</div>
	</div>
</center>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator"><h2 style="background: rgb(255, 215, 0); border: px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;">
	<span style="color:#27ae60;"><a href="https://consoleclub.fun/-/psplus/" rel="">Закупаем</a></span><span style="color:#ffffff;"> </span><span style="color:#ffff99;">PS Plus</span><span style="color:#ffffff;"> | Extra </span><span style="color:#000000;">- 4100₽</span><span style="color:#2c3e50;"> | </span><span style="color:#ffffff;">DELUXE </span><span style="color:#000000;">- 4750₽</span><span style="color:#ffffff;"> | Essential</span><span style="color:#3498db;"><span style="color:#ffffff;"> </span></span><span style="color:#000000;">- 2350₽ | </span><span style="color:#3498db;">EAPlay</span><span style="color:#000000;"> - 2000₽</span>
</h2>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator">]]></description><guid isPermaLink="false">1053</guid><pubDate>Tue, 13 Jan 2026 21:13:07 +0000</pubDate></item><item><title>PlayStation Plus &#x42F;&#x43D;&#x432;&#x430;&#x440;&#x44C; 2026</title><link>https://consoleclub.fun/news/ps-plus/playstation-plus-janvar-2026-r1051/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2025_12/photo_2025-12-31_18-36-54.jpg.a71e1cee85f40bbc8f3d7df26cebecfc.jpg" /></p>
<h1 style="text-align:center;">
	<span style="color:#ffcc00;">PlayStation Plus ЯНВАРЬ</span>
</h1>

<ul><li>
		<span style="font-size:16px;"><strong>Need for Speed Unbound</strong>  — самая свежая часть легендарной гоночной франшизы.</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Disney Epic Mickey: Rebrushed</strong> — красочный 3D-платформер и ремейк классической игры про Микки Мауса.</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Core Keeper</strong> — выживалка-песочница с кооперативом до 8 игроков.</span>
	</li>
</ul><p>
	<span style="font-size:16px;">Забрать игры можно будет 6 января.</span>
</p>

<center>
	<div class="ipsEmbeddedVideo" contenteditable="false">
		<div>
			<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" id="ips_uid_9942_6" referrerpolicy="strict-origin-when-cross-origin" src="https://consoleclub.fun/applications/core/interface/index.html" title="PlayStation Plus Monthly Games - January 2026" width="200" data-embed-src="https://www.youtube.com/embed/4n7fsbbEYWo?feature=oembed"></iframe>
		</div>
	</div>
</center>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator"><h2 style="background: rgb(255, 215, 0); border: px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;">
	<span style="color:#27ae60;"><a href="https://consoleclub.fun/-/psplus/" rel="">Закупаем</a></span><span style="color:#ffffff;"> </span><span style="color:#ffff99;">PS Plus</span><span style="color:#ffffff;"> | Extra </span><span style="color:#000000;">- 4100₽</span><span style="color:#2c3e50;"> | </span><span style="color:#ffffff;">DELUXE </span><span style="color:#000000;">- 4750₽</span><span style="color:#ffffff;"> | Essential</span><span style="color:#3498db;"><span style="color:#ffffff;"> </span></span><span style="color:#000000;">- 2350₽ | </span><span style="color:#3498db;">EAPlay</span><span style="color:#000000;"> - 2000₽</span>
</h2>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator">]]></description><guid isPermaLink="false">1051</guid><pubDate>Wed, 31 Dec 2025 12:51:18 +0000</pubDate></item><item><title>&#x41F;&#x43E;&#x43F;&#x43E;&#x43B;&#x43D;&#x435;&#x43D;&#x438;&#x435; PS Plus Extra &#x438; PS Plus Deluxe &#x432; &#x414;&#x435;&#x43A;&#x430;&#x431;&#x440;&#x435;</title><link>https://consoleclub.fun/news/ps-plus/popolnenie-ps-plus-extra-i-ps-plus-deluxe-v-dekabre-r1047/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2025_12/photo_2025-12-10_18-35-04.jpg.ec418d94bde6e3c53f5b32e9ae123a25.jpg" /></p>
<h1 style="text-align: center;">
	<span style="color:#f1c40f;">Подборка PS Plus Extra и Deluxe на ДЕКАБРЬ</span>
</h1>

<h3>
	PS Plus Extra:
</h3>

<ul><li>
		<span style="font-size:16px;">Assassin’s Creed Mirage | PS5, PS4</span>
	</li>
	<li>
		<span style="font-size:16px;">Wo Long: Fallen Dynasty | PS5, PS4</span>
	</li>
	<li>
		<span style="font-size:16px;">Granblue Fantasy: Relink | PS5, PS4</span>
	</li>
	<li>
		<span style="font-size:16px;">Planet Coaster 2 | PS5</span>
	</li>
	<li>
		<span style="font-size:16px;">Cat Quest III | PS5, PS4</span>
	</li>
	<li>
		<span style="font-size:16px;">Lego Horizon Adventures | PS5</span>
	</li>
	<li>
		<span style="font-size:16px;">Paw Patrol: Grand Prix | PS5, PS4</span>
	</li>
	<li>
		<span style="font-size:16px;">Paw Patrol World | PS5, PS4</span>
	</li>
</ul><h3>
	PS Plus Deluxe:
</h3>

<ul><li>
		<span style="font-size:16px;">Soulcalibur III | PS5, PS4</span>
	</li>
</ul><p>
	<span style="font-size:16px;">Игры добавят 16 декабря.</span>
</p>

<center>
	<div class="ipsEmbeddedVideo" contenteditable="false">
		<div>
			<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" referrerpolicy="strict-origin-when-cross-origin" src="https://consoleclub.fun/applications/core/interface/index.html" title="PlayStation Plus Extra &amp; Premium Games - December 2025" width="200" data-embed-src="https://www.youtube.com/embed/k07xba1k_sg?feature=oembed"></iframe>
		</div>
	</div>
</center>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator"><h2 style="background: rgb(255, 215, 0); border: px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;">
	<span style="color:#27ae60;"><a href="https://consoleclub.fun/-/psplus/" rel="">Закупаем</a></span><span style="color:#ffffff;"> </span><span style="color:#ffff99;">PS Plus</span><span style="color:#ffffff;"> | Extra </span><span style="color:#000000;">- 4100₽</span><span style="color:#2c3e50;"> | </span><span style="color:#ffffff;">DELUXE </span><span style="color:#000000;">- 4750₽</span><span style="color:#ffffff;"> | Essential</span><span style="color:#3498db;"><span style="color:#ffffff;"> </span></span><span style="color:#000000;">- 2350₽ | </span><span style="color:#3498db;">EAPlay</span><span style="color:#000000;"> - 2000₽</span>
</h2>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator">]]></description><guid isPermaLink="false">1047</guid><pubDate>Wed, 10 Dec 2025 16:09:31 +0000</pubDate></item><item><title>&#x41F;&#x43E;&#x43F;&#x43E;&#x43B;&#x43D;&#x435;&#x43D;&#x438;&#x435; PS Plus Extra &#x438; PS Plus Deluxe &#x432; &#x41D;&#x43E;&#x44F;&#x431;&#x440;&#x435;</title><link>https://consoleclub.fun/news/ps-plus/popolnenie-ps-plus-extra-i-ps-plus-deluxe-v-nojabre-r1040/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2025_11/photo8-25.jpg.476df5b508ba7a79cec7ee448e053a28.jpg" /></p>
<h1 style="text-align: center;">
	<span style="color:#f1c40f;">Подборка PS Plus Extra и Deluxe на НОЯБРЬ</span>
</h1>

<h3>
	PS Plus Extra
</h3>

<ul><li>
		<span style="font-size:16px;">GTA 5</span>
	</li>
	<li>
		<span style="font-size: 16px;">Pacific Drive </span>
	</li>
	<li>
		<span style="font-size:16px;">Still Wakes the Deep </span>
	</li>
	<li>
		<span style="font-size: 16px;">Insurgency: Sandstorm </span>
	</li>
	<li>
		<span style="font-size:16px;"> Thank Goodness You’re Here! </span>
	</li>
	<li>
		<span style="font-size: 16px;">The Talos Principle 2</span>
	</li>
	<li>
		<span style="font-size:16px;">Monster Jam Showdown</span>
	</li>
	<li>
		<span style="font-size: 16px;">MotoGP 25. </span>
	</li>
</ul><h3>
	PS Plus Deluxe
</h3>

<ul><li>
		<span style="font-size:16px;">Tomb Raider: Anniversary.</span>
	</li>
</ul><p>
	<span style="font-size:16px;">Игры добавят 18 ноября. </span>
</p>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator"><h2 style="background: rgb(255, 215, 0); border: px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;">
	<span style="color:#27ae60;"><a href="https://consoleclub.fun/-/psplus/" rel="">Закупаем</a></span><span style="color:#ffffff;"> </span><span style="color:#ffff99;">PS Plus</span><span style="color:#ffffff;"> | Extra </span><span style="color:#000000;">- 4100₽</span><span style="color:#2c3e50;"> | </span><span style="color:#ffffff;">DELUXE </span><span style="color:#000000;">- 4750₽</span><span style="color:#ffffff;"> | Essential</span><span style="color:#3498db;"><span style="color:#ffffff;"> </span></span><span style="color:#000000;">- 2350₽ | </span><span style="color:#3498db;">EAPlay</span><span style="color:#000000;"> - 2000₽</span>
</h2>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator">]]></description><guid isPermaLink="false">1040</guid><pubDate>Fri, 07 Nov 2025 15:30:34 +0000</pubDate></item><item><title>PlayStation Plus &#x414;&#x435;&#x43A;&#x430;&#x431;&#x440;&#x44C; 2025</title><link>https://consoleclub.fun/news/ps-plus/playstation-plus-dekabr-2025-r1044/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2025_11/photo_2025-11-26_18-32-20.jpg.557fb25ae6d09d398e7ab213fa862ce3.jpg" /></p>
<h1 style="text-align:center;">
	<span style="color:#ffcc00;">PlayStation Plus ДЕКАБРЬ</span>
</h1>

<p>
	 
</p>

<ul><li>
		<span style="font-size:16px;"><strong>LEGO Horizon Adventures</strong> | PS5 - Удивительное LEGO-переосмысление вселенной Horizon. Приключения, юмор, крафт и исследование мира — идеально для игры в паре или всей семьёй.</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Synduality Echo of Ada</strong> | PS5 - Футуристическое приключение с мехами, исследованиями и атмосферой sci-fi-аниме.</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>The Outlast Trials</strong> | PS4, PS5 - Кооперативный хоррор, где вы — подопытный в жутких экспериментах Меркофф. Играйте с друзьями, чтобы хоть немного снизить уровень ужаса.</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Neon White</strong> | PS4, PS5 - Динамичный экшен-платформер, где скорость — всё. Уничтожайте демонов, комбинируйте карты-оружия и ставьте рекорды.</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>Killing Floor 3</strong> | PS5 - Новая часть знаменитого кооперативного шутера. Толпы мутантов, прокачка, мощный арсенал и море экшена — отличный вариант для вечеров с друзьями.</span>
	</li>
</ul><p>
	<span style="font-size:16px;">Раздача начнётся 2 декабря и продлится до 5 января.</span>
</p>

<center>
	<div class="ipsEmbeddedVideo" contenteditable="false">
		<div>
			<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" id="ips_uid_3861_6" referrerpolicy="strict-origin-when-cross-origin" src="https://consoleclub.fun/applications/core/interface/index.html" title="PlayStation Plus Monthly Games - December 2025" width="200" data-embed-src="https://www.youtube.com/embed/adh0ONV9o2w?feature=oembed"></iframe>
		</div>
	</div>
</center>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator"><h2 style="background: rgb(255, 215, 0); border: px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;">
	<span style="color:#27ae60;"><a href="https://consoleclub.fun/-/psplus/" rel="">Закупаем</a></span><span style="color:#ffffff;"> </span><span style="color:#ffff99;">PS Plus</span><span style="color:#ffffff;"> | Extra </span><span style="color:#000000;">- 4100₽</span><span style="color:#2c3e50;"> | </span><span style="color:#ffffff;">DELUXE </span><span style="color:#000000;">- 4750₽</span><span style="color:#ffffff;"> | Essential</span><span style="color:#3498db;"><span style="color:#ffffff;"> </span></span><span style="color:#000000;">- 2350₽ | </span><span style="color:#3498db;">EAPlay</span><span style="color:#000000;"> - 2000₽</span>
</h2>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator">]]></description><guid isPermaLink="false">1044</guid><pubDate>Wed, 26 Nov 2025 16:39:54 +0000</pubDate></item><item><title>&#x41F;&#x43E;&#x43F;&#x43E;&#x43B;&#x43D;&#x435;&#x43D;&#x438;&#x435; PS Plus Extra &#x438; PS Plus Deluxe &#x432; &#x41E;&#x43A;&#x442;&#x44F;&#x431;&#x440;&#x435;</title><link>https://consoleclub.fun/news/ps-plus/popolnenie-ps-plus-extra-i-ps-plus-deluxe-v-oktjabre-r1031/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2025_10/ph2-29.jpg.cbe9b4a8ced5bd61a9501dbc1ee78949.jpg" /></p>
<h1 style="text-align: center;">
	<span style="color:#f1c40f;">Подборка PS Plus Extra и Deluxe на ОКТЯБРЬ</span>
</h1>

<h3>
	PS Plus Extra:
</h3>

<ul><li>
		<span style="font-size:16px;">Silent Hill 2 (2024) </span>
	</li>
	<li>
		<span style="font-size:16px;">Until Dawn (2024) </span>
	</li>
	<li>
		<span style="font-size:16px;">As Dusk Falls </span>
	</li>
	<li>
		<span style="font-size:16px;">V Rising</span>
	</li>
	<li>
		<span style="font-size:16px;">Yakuza: Like a Dragon </span>
	</li>
	<li>
		<span style="font-size:16px;">Poppy Playtime: Chapter 1 </span>
	</li>
	<li>
		<span style="font-size:16px;">Wizard with a Gun </span>
	</li>
</ul><h3>
	PS Plus Deluxe:
</h3>

<ul><li>
		<span style="font-size:16px;">Tomb Raider: Anniversary</span>
	</li>
	<li>
		<span style="font-size:16px;">Tekken 3</span>
	</li>
</ul><p>
	<span style="font-size:16px;">Игры добавят 21 октября.</span>
</p>

<center>
	<div class="ipsEmbeddedVideo" contenteditable="false">
		<div>
			<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" referrerpolicy="strict-origin-when-cross-origin" src="https://consoleclub.fun/applications/core/interface/index.html" title="PlayStation Plus Catalogue Games - October 2025" width="200" data-embed-src="https://www.youtube.com/embed/E6sPp8Tl8Eo?feature=oembed"></iframe>
		</div>
	</div>
</center>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator"><h2 style="background: rgb(255, 215, 0); border: px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;">
	<span style="color:#27ae60;"><a href="https://consoleclub.fun/-/psplus/" rel="">Закупаем</a></span><span style="color:#ffffff;"> </span><span style="color:#ffff99;">PS Plus</span><span style="color:#ffffff;"> | Extra </span><span style="color:#000000;">- 4100₽</span><span style="color:#2c3e50;"> | </span><span style="color:#ffffff;">DELUXE </span><span style="color:#000000;">- 4750₽</span><span style="color:#ffffff;"> | Essential</span><span style="color:#3498db;"><span style="color:#ffffff;"> </span></span><span style="color:#000000;">- 2350₽ | </span><span style="color:#3498db;">EAPlay</span><span style="color:#000000;"> - 2000₽</span>
</h2>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator">]]></description><guid isPermaLink="false">1031</guid><pubDate>Wed, 24 Sep 2025 21:57:24 +0000</pubDate></item><item><title>PlayStation Plus &#x41D;&#x43E;&#x44F;&#x431;&#x440;&#x44C; 2025</title><link>https://consoleclub.fun/news/ps-plus/playstation-plus-nojabr-2025-r1036/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2025_10/phot6-50.jpg.21ce9702ba5f4a7aae945f8a1a1aeed6.jpg" /></p>
<h1 style="text-align:center;">
	<span style="color:#ffcc00;">PlayStation Plus НОЯБРЬ</span>
</h1>

<ul><li>
		<span style="font-size:16px;"><strong>Stray </strong>— киберпанк-приключение про рыжего кота;</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>EA Sports WRC 24</strong> — реалистичные раллийные гонки;</span>
	</li>
	<li>
		<span style="font-size:16px;"><strong>TABS </strong>— смешная стратегия с хаосом и физикой.</span>
	</li>
</ul><p>
	<span style="font-size:16px;">Игры станут доступны 4 ноября.</span>
</p>

<center>
	<div class="ipsEmbeddedVideo" contenteditable="false">
		<div>
			<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" id="ips_uid_5309_5" referrerpolicy="strict-origin-when-cross-origin" src="https://consoleclub.fun/applications/core/interface/index.html" title="PlayStation Plus Monthly Games - November 2025" width="200" data-embed-src="https://www.youtube.com/embed/2Ez62fuNGTQ?feature=oembed"></iframe>
		</div>
	</div>
</center>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator"><h2 style="background: rgb(255, 215, 0); border: px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;">
	<span style="color:#27ae60;"><a href="https://consoleclub.fun/-/psplus/" rel="">Закупаем</a></span><span style="color:#ffffff;"> </span><span style="color:#ffff99;">PS Plus</span><span style="color:#ffffff;"> | Extra </span><span style="color:#000000;">- 4100₽</span><span style="color:#2c3e50;"> | </span><span style="color:#ffffff;">DELUXE </span><span style="color:#000000;">- 4750₽</span><span style="color:#ffffff;"> | Essential</span><span style="color:#3498db;"><span style="color:#ffffff;"> </span></span><span style="color:#000000;">- 2350₽ | </span><span style="color:#3498db;">EAPlay</span><span style="color:#000000;"> - 2000₽</span>
</h2>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator">]]></description><guid isPermaLink="false">1036</guid><pubDate>Mon, 27 Oct 2025 11:39:37 +0000</pubDate></item><item><title>PlayStation Plus &#x41E;&#x43A;&#x442;&#x44F;&#x431;&#x440;&#x44C; 2025</title><link>https://consoleclub.fun/news/ps-plus/playstation-plus-oktjabr-2025-r1030/</link><description><![CDATA[
<p><img src="https://consoleclub.fun/uploads/monthly_2025_09/photo_2025-09-25_00-33-06.jpg.3fb3ecd02108cc312bc62dace3f85474.jpg" /></p>
<h1 style="text-align:center;">
	<span style="color:#ffcc00;">PlayStation Plus ОКТЯБРЬ</span>
</h1>

<ul><li>
		<strong><span style="font-size:16px;">Alan Wake 2</span></strong>
	</li>
	<li>
		<strong><span style="font-size:16px;">Cocoon</span></strong>
	</li>
	<li>
		<strong><span style="font-size:16px;">Goat Simulator 3</span></strong>
	</li>
</ul><p>
	<span style="font-size:16px;">Игры станут доступны 7 октября.</span>
</p>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator"><h2 style="background: rgb(255, 215, 0); border: px solid rgb(204, 204, 204); padding: 5px 10px; text-align: center;">
	<span style="color:#27ae60;"><a href="https://consoleclub.fun/-/psplus/" rel="">Закупаем</a></span><span style="color:#ffffff;"> </span><span style="color:#ffff99;">PS Plus</span><span style="color:#ffffff;"> | Extra </span><span style="color:#000000;">- 4100₽</span><span style="color:#2c3e50;"> | </span><span style="color:#ffffff;">DELUXE </span><span style="color:#000000;">- 4750₽</span><span style="color:#ffffff;"> | Essential</span><span style="color:#3498db;"><span style="color:#ffffff;"> </span></span><span style="color:#000000;">- 2350₽ | </span><span style="color:#3498db;">EAPlay</span><span style="color:#000000;"> - 2000₽</span>
</h2>

<hr class="ipsCommentUnreadSeperator"><hr class="ipsCommentUnreadSeperator">]]></description><guid isPermaLink="false">1030</guid><pubDate>Wed, 24 Sep 2025 21:47:15 +0000</pubDate></item></channel></rss>
