<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Архивы стоимость продления - Битрикс24</title>
	<atom:link href="https://b24.org.ru/tag/stoimost-prodleniya/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description></description>
	<lastBuildDate>Thu, 04 Sep 2025 10:17:53 +0000</lastBuildDate>
	<language>ru-RU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://b24.org.ru/wp-content/uploads/2025/07/cropped-favicon-4-32x32.png</url>
	<title>Архивы стоимость продления - Битрикс24</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Продление лицензии Битрикс24 коробка</title>
		<link>https://b24.org.ru/prodlenie-litsenzii-bitriks24-korobka-2025/</link>
					<comments>https://b24.org.ru/prodlenie-litsenzii-bitriks24-korobka-2025/#respond</comments>
		
		<dc:creator><![CDATA[Дмитрий Некрасов]]></dc:creator>
		<pubDate>Sat, 05 Jul 2025 02:01:10 +0000</pubDate>
				<category><![CDATA[Блог]]></category>
		<category><![CDATA[crm битрикс24]]></category>
		<category><![CDATA[битрикс24 коробка]]></category>
		<category><![CDATA[коробочная версия]]></category>
		<category><![CDATA[обновление битрикс24]]></category>
		<category><![CDATA[продление лицензии]]></category>
		<category><![CDATA[продление тарифа]]></category>
		<category><![CDATA[стоимость продления]]></category>
		<guid isPermaLink="false">https://b24.org.ru/prodlenie-litsenzii-bitriks24-korobka-2025/</guid>

					<description><![CDATA[<p>2026</p>
<p>Сообщение <a href="https://b24.org.ru/prodlenie-litsenzii-bitriks24-korobka-2025/">Продление лицензии Битрикс24 коробка</a> появились сначала на <a href="https://b24.org.ru">Битрикс24</a>.</p>
]]></description>
										<content:encoded><![CDATA[
    <style>
    .container, .fixed.block-after-site, .fixed.main-navigation-inner, .fixed.related-posts, .fixed.section-block, .fixed.section-html, .fixed.site-content, .fixed.site-footer-inner, .fixed.site-header-inner, .footer-navigation.fixed, .main-navigation.fixed, .site-footer.fixed, .site-header.fixed {
        max-width: 1590px !important;
    }
    .container {
        max-width:none !important;
    }
    .badge-modern {
        display: inline-block;
        padding: 6px 16px;
        font-size: 11px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 25px;
        border: none;
        cursor: default;
        transition: all 0.3s ease;
    }

    .badge-yes {
        background: linear-gradient(135deg, #00B4E5 0%, #0099CC 100%);
        color: white;
        box-shadow: 0 2px 4px rgba(0, 180, 229, 0.3);
    }

    .badge-no {
        background: linear-gradient(135deg, #FF6B6B 0%, #E74C3C 100%);
        color: white;
        box-shadow: 0 2px 4px rgba(255, 107, 107, 0.3);
    }

    .badge-modern:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
    :root {
        --bitrix-blue: #3ab7ff;
        --bitrix-blue-light: #E8F4FD;
        --bitrix-blue-dark: #004B87;
        --text-primary: #333;
        --text-secondary: #409eef;
        --border-color: #E0E0E0;
        --success-color: #0050af;
        --error-color: #DC3545;
        --white: #ffffff;
        --gray-light: #F8F9FA;
        --accent-orange: #FF6B35;
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        font-size:16px;
        line-height: 1.6;
        color: var(--text-primary);
        background-color: var(--gray-light);
    }

    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }

    h1 {
        text-align: left;
        color: var(--bitrix-blue);
        margin-bottom: 30px;
        font-size: 2.5rem;
        font-weight: 700;
    }

    .tab-navigation {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
        background: var(--white);
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        overflow: hidden;
    }

    .tab-button {
        padding: 15px 25px;
        background: transparent;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        color: var(--text-secondary);
        font-weight: 600;
        border-bottom: 3px solid transparent;
        font-size:13px !important;
    }

    .tab-button:hover {
        background: var(--bitrix-blue-light);
        color: var(--bitrix-blue);
    }

    .tab-button.active {
        background: var(--bitrix-blue);
        color: var(--white);
        border-bottom-color: var(--bitrix-blue-dark);
    }

    .tab-content {
        display: none;
        animation: fadeIn 0.5s ease-in-out;
    }

    .tab-content.active {
        display: block;
    }

    /* Стили для подвкладок HRM */
    .hrm-sub-navigation {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
        background: var(--white);
        border-radius: 8px;
        box-shadow: 0 1px 5px rgba(0,0,0,0.05);
        overflow: hidden;
    }

    .hrm-sub-button {
        padding: 12px 20px;
        background: transparent;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        color: var(--text-secondary);
        font-weight: 500;
        border-bottom: 2px solid transparent;
        font-size: 15px !important;
    }

    .hrm-sub-button:hover {
        background: var(--bitrix-blue-light);
        color: var(--bitrix-blue);
    }

    .hrm-sub-button.active {
        background: var(--bitrix-blue);
        color: var(--white);
        border-bottom-color: var(--bitrix-blue-dark);
    }

    .hrm-sub-content {
        display: none;
        animation: fadeIn 0.3s ease-in-out;
    }

    .hrm-sub-content.active {
        display: block;
    }

    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }

    .pricing-controls {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        gap: 30px;
        flex-wrap: wrap;
    }

    .switch-container {
        display: flex;
        background: var(--white);
        border-radius: 50px;
        padding: 4px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        position: relative;
    }

    .switch-option {
        padding: 12px 24px;
        border: none;
        background: transparent;
        cursor: pointer;
        border-radius: 46px;
        transition: all 0.3s ease;
        font-weight: 600;
        color: var(--text-secondary);
        z-index: 2;
        position: relative;
    }

    .switch-option.active {
        color: var(--white);
    }

    .switch-slider {
        position: absolute;
        top: 4px;
        left: 4px;
        width: 50%;
        height: calc(100% - 8px);
        background: var(--bitrix-blue);
        border-radius: 46px;
        transition: transform 0.3s ease;
        z-index: 1;
    }

    .switch-slider.annual {
        transform: translateX(100%);
    }

    .discount-badge {
        background: var(--accent-orange);
        color: var(--white);
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 0.9rem;
        font-weight: 600;
    }

    /* Новые стили для переключателя акций */
    .promotion-switch-container {
        display: flex;
        background: var(--white);
        border-radius: 50px;
        padding: 4px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        position: relative;
    }

    .promotion-switch-option {
        padding: 12px 24px;
        border: none;
        background: transparent;
        cursor: pointer;
        border-radius: 46px;
        transition: all 0.3s ease;
        font-weight: 600;
        color: var(--text-secondary);
        z-index: 2;
        position: relative;
    }

    .promotion-switch-option.active {
        color: var(--white);
    }

    .promotion-switch-slider {
        position: absolute;
        top: 4px;
        left: 4px;
        width: 50%;
        height: calc(100% - 8px);
        background: var(--success-color);
        border-radius: 46px;
        transition: transform 0.3s ease;
        z-index: 1;
    }

    .promotion-switch-slider.no-promo {
        transform: translateX(100%);
    }

    .promotion-info {
        background: #E8F5E8;
        color: var(--success-color);
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 0.9rem;
        font-weight: 600;
        border: 2px solid var(--success-color);
    }

    .price-table {
        background: var(--white);
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        margin-bottom: 40px;
    }

    .table-header {
        background: linear-gradient(135deg, var(--bitrix-blue), var(--bitrix-blue-dark));
        color: var(--white);
        padding: 20px;
        text-align: center;
    }

    .table-header h2 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .comparison-table {
        width: 100%;
        border-collapse: collapse;
    }

    .comparison-table th {
        background: var(--bitrix-blue) !important;
        color: var(--white);
        padding: 15px 10px;
        text-align: center;
        font-weight: 600;
        border-right: 1px solid rgba(255,255,255,0.2);
        vertical-align: top;
    }

    .comparison-table th:last-child {
        border-right: none;
    }

    .comparison-table td {
        padding: 15px 10px;
        text-align: center;
        border-bottom: 1px solid var(--border-color);
        border-right: 1px solid var(--border-color);
        vertical-align: top;
    }

    .comparison-table td:last-child {
        border-right: none;
    }

    .comparison-table tr:nth-child(even) {
        background: var(--gray-light);
    }

    .feature-name {
        font-weight: 600;
        text-align: left !important;
        color: var(--text-primary);
        padding-left: 20px !important;
    }

    .feature-available {
        color: var(--success-color);
        font-weight: bold;
    }

    .feature-unavailable {
        color: var(--error-color);
    }

    .tariff-description {
        font-size: 0.8rem;
        color: #fff;
        font-style: italic;
        line-height: 1.3;
        margin-bottom: 10px;
        font-weight:normal;
    }

    .price-cell {
        background: var(--bitrix-blue-light) !important;
        font-weight: 700;
        color: var(--bitrix-blue);
        position: relative;
    }

    .old-price {
        text-decoration: line-through;
        color: var(--text-secondary);
        font-size: 0.9em;
        display: block;
    }

    .current-price {
        color: var(--success-color);
        font-size: 1.2em;
        font-weight: 700;
    }

    .price-period {
        font-size: 0.8em;
        color: var(--text-secondary);
        display: block;
        margin-top: 5px;
    }

    .sale-badge {
        background: var(--accent-orange);
        color: var(--white);
        font-size: 0.7rem;
        padding: 2px 6px;
        border-radius: 4px;
        display: inline-block;
        margin-top: 5px;
    }

    .enterprise-selector {
        margin-bottom: 10px;
    }

    .enterprise-selector select {
        padding: 8px 12px;
        border: 2px solid var(--border-color);
        border-radius: 6px;
        background: var(--white);
        font-weight: 600;
        color: var(--text-primary);
        cursor: pointer;
        transition: border-color 0.3s ease;
    }

    .enterprise-selector select:focus {
        outline: none;
        border-color: var(--bitrix-blue);
    }

    .buy-button {
        background: var(--bitrix-blue);
        color: var(--white);
        border: none;
        padding: 12px 24px;
        border-radius: 8px;
        cursor: pointer;
        font-weight: 600;
        margin-top: 10px;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .buy-button:hover {
        background: var(--bitrix-blue-dark);
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0,120,212,0.3);
    }

    .simple-table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 30px;
    }

    .simple-table th {
        background: var(--bitrix-blue) !important;
        color: var(--white);
        padding: 15px;
        text-align: left;
    }

    .simple-table td {
        padding: 15px;
        border-bottom: 1px solid var(--border-color);
    }

    .simple-table tr:nth-child(even) {
        background: var(--gray-light);
    }

    .product-name {
        font-weight: 600;
        color: var(--text-primary);
    }

    .section-intro {
        background: var(--white);
        padding: 25px;
        border-radius: 10px;
        margin-bottom: 30px;
        border: 2px solid var(--bitrix-blue);
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .section-intro h3 {
        color: var(--bitrix-blue);
        margin-bottom: 15px;
        font-size: 1.4rem;
    }

    .note {
        background: #FFF3CD;
        border: 1px solid #FFEAA7;
        color: #856404;
        padding: 15px;
        border-radius: 8px;
        margin: 20px 0;
    }

    .note h4 {
        color: #B8860B;
        margin-bottom: 10px;
    }

    .comparison-link {
        display: inline-block;
        color: var(--bitrix-blue);
        text-decoration: none;
        font-weight: 600;
        margin-top: 10px;
        padding: 8px 16px;
        border: 2px solid var(--bitrix-blue);
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .comparison-link:hover {
        background: var(--bitrix-blue);
        color: var(--white);
    }

    .annual-price-info {
        font-size: 0.8rem;
        color: var(--text-secondary);
        margin-top: 5px;
    }

    /* Стили для годовой цены */
    .yearly-price-info {
        font-size: 0.9rem;
        color: var(--text-primary);
        font-weight: 600;
        margin-top: 8px;
        padding: 5px;
        background: #fff;
        border-radius: 4px;
        border-left: 3px solid var(--bitrix-blue);
    }

    /* Стили для условий акций */
    .promotion-terms-link {
        border-bottom: 1px dashed #2066b0;
        color: #2066b0;
        font-size: 20px;
        font-weight: 600;
        line-height: 1;
        cursor: pointer;
        text-decoration: none;
        display: inline-block;
        margin: 20px auto;
        text-align: center;
    }

    .promotion-terms-content {
        display: none;
        background: #f8f9fa;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        padding: 20px;
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.5;
    }

    .promotion-terms-content.show {
        display: block;
        text-align: left;
        font-size: 18px;
    }

    .terms-center {
        text-align: center;
        width: 100%;
    }

    /* Стили для переключения версий маркетплейс */
    .marketplace-controls {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        gap: 30px;
        flex-wrap: wrap;
    }

    .marketplace-version-switch {
        display: flex;
        background: var(--white);
        border-radius: 50px;
        padding: 4px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        position: relative;
    }

    .marketplace-version-option {
        padding: 12px 24px;
        border: none;
        background: transparent;
        cursor: pointer;
        border-radius: 46px;
        transition: all 0.3s ease;
        font-weight: 600;
        color: var(--text-secondary);
        z-index: 2;
        position: relative;
    }

    .marketplace-version-option.active {
        color: var(--white);
    }

    .marketplace-version-slider {
        position: absolute;
        top: 4px;
        left: 4px;
        width: 50%;
        height: calc(100% - 8px);
        background: var(--bitrix-blue);
        border-radius: 46px;
        transition: transform 0.3s ease;
        z-index: 1;
    }

    .marketplace-version-slider.box {
        transform: translateX(100%);
    }

    .marketplace-purchase-switch {
        display: flex;
        background: var(--white);
        border-radius: 50px;
        padding: 4px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        position: relative;
    }

    .marketplace-purchase-option {
        padding: 12px 24px;
        border: none;
        background: transparent;
        cursor: pointer;
        border-radius: 46px;
        transition: all 0.3s ease;
        font-weight: 600;
        color: var(--text-secondary);
        z-index: 2;
        position: relative;
    }

    .marketplace-purchase-option.active {
        color: var(--white);
    }

    .marketplace-purchase-slider {
        position: absolute;
        top: 4px;
        left: 4px;
        width: 50%;
        height: calc(100% - 8px);
        background: var(--success-color);
        border-radius: 46px;
        transition: transform 0.3s ease;
        z-index: 1;
    }

    .marketplace-purchase-slider.returning {
        transform: translateX(100%);
    }

    .marketplace-table {
        display: none;
    }

    .marketplace-table.active {
        display: block;
    }

    @media (max-width: 768px) {
        .container {
            padding: 10px;
        }

        h1 {
            font-size: 1.8rem;
        }

        .tab-navigation {
            flex-wrap: wrap;
        }

        .tab-button {
            flex: 1;
            min-width: 120px;
            padding: 10px 15px;
        }

        .comparison-table {
            font-size: 0.8rem;
        }

        .comparison-table th,
        .comparison-table td {
            padding: 8px 5px;
        }

        .buy-button {
            padding: 8px 16px;
            font-size: 0.9rem;
        }

        .pricing-controls {
            flex-direction: column;
            gap: 15px;
        }
    }
    </style><div class="container"><h1>Битрикс24 коробочная версия: продление лицензии программы для ЭВМ 1С:Битрикс24</h1>
    <div class="section-intro">
        <h3>Продление лицензий 1С-Битрикс24</h3>
        <p>Стоимость продления составляет 30% от цены базовой лицензии. Продление обеспечивает доступ к обновлениям и новым функциям на следующие 12 месяцев.</p>
        <p>Ежегодное обновление продукта (новые функциональные возможности, обновления интерфейса и системы безопасности) выполняется по технологии SiteUpdate, которая позволяет скачивать и устанавливать обновления без привлечения технических специалистов. Обновления не нарушают контент сайта и полностью исключают потерю данных.</p>
    </div>

    <div class="note">
        <h4>Важная информация о продлениях:</h4>
        <ul>
            <li>Если лицензия не активна - срок активности составит один год с даты активации продления</li>
            <li>Если лицензия активна - к текущей дате окончания добавится 1 год</li>
            <li>В течение года лицензию можно продлить только один раз</li>
            <li>Купить продление можно до окончания периода активности лицензии в течение 60 дней или в любой момент после</li>
            <li>Покупка продлений на два года не допускается</li>
            <li>Для продления лицензий Энтерпрайз необходимо приобрести не только лицензию на обновление продукта, но и лицензию на обновление дополнительных пользователей, если они есть на вашем ключе</li>
        </ul>
    </div>
            <div class="price-table">
                <table class="simple-table">
                    <thead>
                        <tr>
                            <th>Продление лицензии</th>
                            <th>Цена</th>
                            <th>Действие</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr>
                            <td class="product-name">Программа для ЭВМ "1С-Битрикс24". Лицензия CRM (12 мес., продление)</td>
                            <td><span class="current-price">17 700 руб.</span></td>
                            <td><button class="buy-button">Купить</button></td>
                        </tr>
                        <tr>
                            <td class="product-name">Программа для ЭВМ "1С-Битрикс24". Лицензия Интернет-магазин + CRM (12 мес., продление)</td>
                            <td><span class="current-price">32 700 руб.</span></td>
                            <td><button class="buy-button">Купить</button></td>
                        </tr>
                        <tr>
                            <td class="product-name">Программа для ЭВМ "1С-Битрикс24". Лицензия Корпоративный портал - 50 (12 мес., продление)</td>
                            <td><span class="current-price">47 700 руб.</span></td>
                            <td><button class="buy-button">Купить</button></td>
                        </tr>
                        <tr>
                            <td class="product-name">Программа для ЭВМ "1С-Битрикс24". Лицензия Корпоративный портал - 100 (12 мес., продление)</td>
                            <td><span class="current-price">68 700 руб.</span></td>
                            <td><button class="buy-button">Купить</button></td>
                        </tr>
                        <tr>
                            <td class="product-name">Программа для ЭВМ "1С-Битрикс24". Лицензия Корпоративный портал - 250 (12 мес., продление)</td>
                            <td><span class="current-price">104 700 руб.</span></td>
                            <td><button class="buy-button">Купить</button></td>
                        </tr>
                        <tr>
                            <td class="product-name">Программа для ЭВМ "1С-Битрикс24". Лицензия Корпоративный портал - 500 (12 мес., продление)</td>
                            <td><span class="current-price">179 700 руб.</span></td>
                            <td><button class="buy-button">Купить</button></td>
                        </tr>
                    </tbody>
                </table>
            </div>
            <div class="section-intro">
                <h3>Продления лицензий Энтерпрайз</h3>
            </div>

            <div class="price-table">
                <table class="simple-table">
                    <thead>
                        <tr>
                            <th>Продление лицензии Энтерпрайз</th>
                            <th>Цена</th>
                            <th>Действие</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr>
                            <td class="product-name">Программа для ЭВМ "1С-Битрикс24". Лицензия Энтерпрайз (12 мес., продление)</td>
                            <td><span class="current-price">389 700 руб.</span></td>
                            <td><button class="buy-button">Купить</button></td>
                        </tr>
                        <tr>
                            <td class="product-name">Программа для ЭВМ "1С-Битрикс24". Расширение лицензии Энтерпрайз (1000 польз., продление)</td>
                            <td><span class="current-price">269 700 руб.</span></td>
                            <td><button class="buy-button">Купить</button></td>
                        </tr>
                        <tr>
                            <td class="product-name">Программа для ЭВМ "1С-Битрикс24". Расширение лицензии Энтерпрайз (5000 польз., продление)</td>
                            <td><span class="current-price">779 700 руб.</span></td>
                            <td><button class="buy-button">Купить</button></td>
                        </tr>
                        <tr>
                            <td class="product-name">Программа для ЭВМ "1С-Битрикс24". Расширение лицензии Энтерпрайз (10000 польз., продление)</td>
                            <td><span class="current-price">1 349 700 руб.</span></td>
                            <td><button class="buy-button">Купить</button></td>
                        </tr>
                        <tr>
                            <td class="product-name">Программа для ЭВМ "1С-Битрикс24". Лицензия Энтерпрайз для Постгрес (12 мес., продление)</td>
                            <td><span class="current-price">509 700 руб.</span></td>
                            <td><button class="buy-button">Купить</button></td>
                        </tr>
                        <tr>
                            <td class="product-name">Программа для ЭВМ "1С-Битрикс24". Расширение лицензии Энтерпрайз для Постгрес (1000 польз., продление)</td>
                            <td><span class="current-price">359 700 руб.</span></td>
                            <td><button class="buy-button">Купить</button></td>
                        </tr>
                    </tbody>
                </table>
            </div></div>
    <script>
    // Цены для тарифов
    const cloudPrices = {
        basic: {
            monthly: 2490,
            annual: 1990,
            storage: "24 Гб"
        },
        standard: {
            monthly: 6990,
            annual: 5590,
            storage: "100 Гб"
        },
        professional: {
            monthly: 13990,
            annual: 11190,
            storage: "1 024 Гб"
        },
        enterprise: {
            250: {
                monthly: 33990,
                annual: 27190,
                storage: "3 ТБ"
            },
            500: {
                monthly: 59990,
                annual: 47990,
                storage: "5 ТБ"
            },
            1000: {
                monthly: 99990,
                annual: 79990,
                storage: "10 ТБ"
            },
            2000: {
                monthly: 199990,
                annual: 159990,
                storage: "20 ТБ"
            },
            3000: {
                monthly: 299990,
                annual: 239990,
                storage: "30 ТБ"
            },
            4000: {
                monthly: 399990,
                annual: 319990,
                storage: "40 ТБ"
            },
            5000: {
                monthly: 499990,
                annual: 399990,
                storage: "50 ТБ"
            },
            6000: {
                monthly: 599990,
                annual: 479990,
                storage: "60 ТБ"
            },
            7000: {
                monthly: 699990,
                annual: 559990,
                storage: "70 ТБ"
            },
            8000: {
                monthly: 799990,
                annual: 639990,
                storage: "80 ТБ"
            },
            9000: {
                monthly: 899990,
                annual: 719990,
                storage: "90 ТБ"
            },
            10000: {
                monthly: 999990,
                annual: 799990,
                storage: "100 ТБ"
            }
        }
    };

    let currentPeriod = "monthly";
    let isYearlyView = false; // Инициализируем переменную

    // Обновление цены Энтерпрайз при изменении количества пользователей
    function updateEnterprisePrice() {
        const selector = document.getElementById("enterprise-users");
        if (!selector) return;
        
        const users = parseInt(selector.value);
        const priceData = cloudPrices.enterprise[users];
        const priceCell = document.getElementById("enterprise-price");
        const storageCell = document.getElementById("enterprise-storage");

        if (storageCell) {
            storageCell.textContent = priceData.storage;
        }

        if (priceCell) {
            updatePriceCell(priceCell, priceData, "enterprise");
        }
    }

    function updatePriceCell(priceCell, priceData, tariff) {
        if (isYearlyView) {
            // В режиме годового отображения показываем только цены за год
            const yearlyPrice = priceData.annual * 12;
            priceCell.innerHTML = `
                <span class="current-price">${yearlyPrice.toLocaleString()} ₽/год</span>
                <div class="yearly-price-info">
                    Цена за месяц: ${priceData.annual.toLocaleString()} ₽
                </div>
                <button class="buy-button">Купить</button>
            `;
        } else {
            // Обычный режим с переключателем месяц/год
            const monthlyPrice = priceCell.querySelector(".monthly-price .current-price");
            const annualDiv = priceCell.querySelector(".annual-price");
            
            if (annualDiv) {
                const annualOldPrice = annualDiv.querySelector(".old-price");
                const annualNewPrice = annualDiv.querySelector(".current-price");
                
                if (annualOldPrice) annualOldPrice.textContent = `${priceData.monthly.toLocaleString()} ₽/мес`;
                if (annualNewPrice) annualNewPrice.textContent = `${priceData.annual.toLocaleString()} ₽/мес`;
            }

            if (monthlyPrice) {
                monthlyPrice.textContent = `${priceData.monthly.toLocaleString()} ₽/мес`;
            }
        }
    }

    function updateAllPrices() {
        // Обновляем базовый тариф
        const basicCell = document.querySelector("[data-tariff=\"basic\"]");
        if (basicCell) updatePriceCell(basicCell, cloudPrices.basic, "basic");

        // Обновляем стандартный тариф
        const standardCell = document.querySelector("[data-tariff=\"standard\"]");
        if (standardCell) updatePriceCell(standardCell, cloudPrices.standard, "standard");

        // Обновляем профессиональный тариф
        const professionalCell = document.querySelector("[data-tariff=\"professional\"]");
        if (professionalCell) updatePriceCell(professionalCell, cloudPrices.professional, "professional");

        // Обновляем энтерпрайз тариф
        updateEnterprisePrice();
    }

    function togglePromotionTerms(termsId) {
        const termsContent = document.getElementById(termsId);
        if (!termsContent) return;
        
        if (termsContent.classList.contains("show")) {
            termsContent.classList.remove("show");
        } else {
            // Закрываем все остальные условия
            const allTerms = document.querySelectorAll(".promotion-terms-content");
            allTerms.forEach(terms => terms.classList.remove("show"));
            // Открываем текущие
            termsContent.classList.add("show");
        }
    }

    // Глобальная функция для получения названия товара из прайс-листа
    window.getProductNameFromPriceList = function(button) {
        // Ищем ближайшую строку таблицы
        const tableRow = button.closest("tr");
        if (tableRow) {
            const productCell = tableRow.querySelector(".product-name");
            if (productCell) {
                // Извлекаем текст, исключая теги <small> и <br>
                let productName = productCell.cloneNode(true);
                const smallElements = productName.querySelectorAll("small, br");
                smallElements.forEach(el => el.remove());
                return productName.textContent.trim();
            }
        }
        
        // Для облачных тарифов ищем в заголовке колонки
        const priceCell = button.closest(".price-cell");
        if (priceCell) {
            const tariff = priceCell.getAttribute("data-tariff");
            const currentTab = document.querySelector(".tab-content.active")?.id || "cloud";
            
            if (currentTab === "cloud") {
                // Проверяем режим отображения - годовой или обычный
                let periodText = "12 мес.";
                
                if (!window.isYearlyView) {
                    // Обычный режим с переключателем
                    const activePeriodButton = document.querySelector(".switch-option.active");
                    if (activePeriodButton) {
                        const currentPeriod = activePeriodButton.getAttribute("data-period");
                        periodText = currentPeriod === "annual" ? "12 мес." : "1 мес.";
                    } else {
                        periodText = "1 мес."; // По умолчанию в обычном режиме
                    }
                }
                
                switch(tariff) {
                    case "basic":
                        return `Базовый тариф облачной версии (${periodText})`;
                    case "standard":
                        return `Стандартный тариф облачной версии (${periodText})`;
                    case "professional":
                        return `Профессиональный тариф облачной версии (${periodText})`;
                    case "enterprise":
                        const usersSelect = document.getElementById("enterprise-users");
                        const users = usersSelect ? usersSelect.value : "250";
                        return `Энтерпрайз тариф облачной версии ${users} пользователей (${periodText})`;
                    default:
                        return `Облачный тариф (${periodText})`;
                }
            }
        }
        
        return "Неизвестный товар";
    }

    document.addEventListener("DOMContentLoaded", function() {
        // Переключение табов
        const tabButtons = document.querySelectorAll(".tab-button");
        const tabContents = document.querySelectorAll(".tab-content");

        tabButtons.forEach(button => {
            button.addEventListener("click", function() {
                const targetTab = this.getAttribute("data-tab");

                tabButtons.forEach(btn => btn.classList.remove("active"));
                tabContents.forEach(content => content.classList.remove("active"));

                this.classList.add("active");
                const targetElement = document.getElementById(targetTab);
                if (targetElement) {
                    targetElement.classList.add("active");
                }
            });
        });

        // Переключение подвкладок HRM
        const hrmSubButtons = document.querySelectorAll(".hrm-sub-button");
        const hrmSubContents = document.querySelectorAll(".hrm-sub-content");

        hrmSubButtons.forEach(button => {
            button.addEventListener("click", function() {
                const targetSubTab = this.getAttribute("data-subtab");

                hrmSubButtons.forEach(btn => btn.classList.remove("active"));
                hrmSubContents.forEach(content => content.classList.remove("active"));

                this.classList.add("active");
                const targetElement = document.getElementById(targetSubTab);
                if (targetElement) {
                    targetElement.classList.add("active");
                }
            });
        });

        // Переключение периода оплаты - ОБНОВЛЕНО
        const periodSwitchButtons = document.querySelectorAll(".switch-option");
        const periodSlider = document.querySelector(".switch-slider");
        const monthlyPrices = document.querySelectorAll(".monthly-price");
        const annualPrices = document.querySelectorAll(".annual-price");

        periodSwitchButtons.forEach(button => {
            button.addEventListener("click", function() {
                const period = this.getAttribute("data-period");
                currentPeriod = period;

                periodSwitchButtons.forEach(btn => btn.classList.remove("active"));
                this.classList.add("active");

                if (periodSlider) {
                    if (period === "annual") {
                        periodSlider.classList.add("annual");
                        monthlyPrices.forEach(price => price.style.display = "none");
                        annualPrices.forEach(price => price.style.display = "block");
                    } else {
                        periodSlider.classList.remove("annual");
                        monthlyPrices.forEach(price => price.style.display = "block");
                        annualPrices.forEach(price => price.style.display = "none");
                    }
                }
            });
        });

        // Переключение версий маркетплейса
        const marketplaceVersionButtons = document.querySelectorAll(".marketplace-version-option");
        const marketplaceVersionSlider = document.querySelector(".marketplace-version-slider");

        marketplaceVersionButtons.forEach(button => {
            button.addEventListener("click", function() {
                const version = this.getAttribute("data-version");

                marketplaceVersionButtons.forEach(btn => btn.classList.remove("active"));
                this.classList.add("active");

                if (marketplaceVersionSlider) {
                    if (version === "box") {
                        marketplaceVersionSlider.classList.add("box");
                    } else {
                        marketplaceVersionSlider.classList.remove("box");
                    }
                }

                updateMarketplaceTable();
            });
        });

        // Переключение типа покупки маркетплейса
        const marketplacePurchaseButtons = document.querySelectorAll(".marketplace-purchase-option");
        const marketplacePurchaseSlider = document.querySelector(".marketplace-purchase-slider");

        marketplacePurchaseButtons.forEach(button => {
            button.addEventListener("click", function() {
                const purchase = this.getAttribute("data-purchase");

                marketplacePurchaseButtons.forEach(btn => btn.classList.remove("active"));
                this.classList.add("active");

                if (marketplacePurchaseSlider) {
                    if (purchase === "returning") {
                        marketplacePurchaseSlider.classList.add("returning");
                    } else {
                        marketplacePurchaseSlider.classList.remove("returning");
                    }
                }

                updateMarketplaceTable();
            });
        });

        function updateMarketplaceTable() {
            const versionButton = document.querySelector(".marketplace-version-option.active");
            const purchaseButton = document.querySelector(".marketplace-purchase-option.active");
            
            if (!versionButton || !purchaseButton) return;
            
            const version = versionButton.getAttribute("data-version");
            const purchase = purchaseButton.getAttribute("data-purchase");
            
            // Скрываем все таблицы
            document.querySelectorAll(".marketplace-table").forEach(table => {
                table.classList.remove("active");
            });
            
            // Показываем нужную таблицу
            const targetTableId = `${version}-${purchase}`;
            const targetTable = document.getElementById(targetTableId);
            if (targetTable) {
                targetTable.classList.add("active");
            }
        }

        // Якорные ссылки
        const comparisonLinks = document.querySelectorAll("a[href=\"#comparison\"]");
        comparisonLinks.forEach(link => {
            link.addEventListener("click", function(e) {
                e.preventDefault();
                const comparisonElement = document.getElementById("comparison");
                if (comparisonElement) {
                    comparisonElement.scrollIntoView({
                        behavior: "smooth"
                    });
                }
            });
        });

        // Инициализация цен
        updateAllPrices();
    });
    </script>


<p>Коробочная версия Битрикс24 требует регулярного продления лицензии для поддержания актуальности системы и получения технической поддержки. В этой статье разберем все аспекты продления лицензии коробочной версии Битрикс24: от способов обновления до стоимости и пошаговых инструкций.</p>
<h2>Что такое продление лицензии коробочной версии Битрикс24</h2>
<p>Продление лицензии коробочной версии Битрикс24 — это процесс обновления права использования системы и получения технической поддержки на следующий период. <strong>Коробочная версия Битрикс24</strong> устанавливается на собственных серверах компании и требует периодического продления для:</p>
<ul>
<li>Получения обновлений системы</li>
<li>Доступа к технической поддержке</li>
<li>Использования новых функций</li>
<li>Обеспечения безопасности</li>
</ul>
<h2>Пошаговая инструкция по продлению лицензии Битрикс24</h2>
<p>Рассмотрим детальную инструкцию, как <strong>продлить Битрикс24</strong> коробочной версии:</p>
<h3>Шаг 1: Проверка текущего статуса лицензии</h3>
<ol>
<li>Войдите в административную панель Битрикс24</li>
<li>Перейдите в раздел &#171;Настройки&#187; → &#171;Лицензия&#187;</li>
<li>Проверьте дату окончания текущей лицензии</li>
<li>Убедитесь в версии и редакции продукта</li>
</ol>
<h3>Шаг 2: Выбор способа продления</h3>
<ol>
<li>Определите подходящий тарифный план</li>
<li>Решите, через кого будете продлевать лицензию</li>
</ol>
<h3>Шаг 3: Оформление заказа</h3>
<ol>
<li>Обратитесь к выбранному поставщику</li>
<li>Предоставьте данные о текущей лицензии</li>
<li>Заполните необходимые документы</li>
<li>Произведите оплату</li>
</ol>
<h3>Шаг 4: Получение и активация новой лицензии</h3>
<ol>
<li>Получите новый лицензионный ключ</li>
<li>Войдите в административную панель Битрикс24</li>
<li>Перейдите в раздел &#171;Настройки&#187; → &#171;Лицензия&#187;</li>
<li>Введите новый лицензионный ключ</li>
<li>Подтвердите активацию</li>
</ol>
<h2>Важные моменты при продлении лицензии</h2>
<h3>Сроки продления</h3>
<p>Рекомендуется <strong>продлевать лицензию Битрикс24</strong> заблаговременно, за 30-60 дней до окончания текущего периода. Это позволит избежать перерывов в работе системы.</p>
<h3>Изменение тарифного плана</h3>
<p>При продлении можно изменить тарифный план как в большую, так и в меньшую сторону. Однако следует учитывать ограничения по количеству пользователей и функционалу.</p>
<h2>Что происходит при истечении лицензии</h2>
<p>Если не <strong>продлить коробку Битрикс24</strong> вовремя, могут возникнуть следующие ограничения:</p>
<ul>
<li>Прекращение получения обновлений системы</li>
<li>Отключение технической поддержки</li>
<li>Ограничение функционала (в зависимости от настроек)</li>
<li>Потеря доступа к некоторым модулям</li>
</ul>
<h2>Преимущества своевременного продления</h2>
<p><strong>Продление лицензии коробочной версии Битрикс24</strong> обеспечивает:</p>
<ul>
<li>Непрерывность работы системы</li>
<li>Доступ к новым функциям и обновлениям</li>
<li>Техническую поддержку 24/7</li>
<li>Безопасность данных</li>
<li>Соответствие требованиям законодательства</li>
</ul>
<h2>Документы для продления лицензии</h2>
<p>Для <strong>продления лицензии Битрикс24 коробка</strong> потребуются следующие документы:</p>
<ul>
<li>Данные о текущей лицензии</li>
<li>Реквизиты организации</li>
<li>Контактная информация ответственного лица</li>
<li>Техническая информация о сервере (при необходимости)</li>
</ul>
<h2>Техническая поддержка при продлении</h2>
<p>При продлении лицензии коробочной версии Битрикс24 вы получаете доступ к:</p>
<ul>
<li>Консультациям по настройке системы</li>
<li>Помощи в решении технических проблем</li>
<li>Обновлениям и патчам безопасности</li>
<li>Документации и обучающим материалам</li>
</ul>
<h2>Миграция между версиями</h2>
<p>При <strong>продлении коробочной версии Битрикс24</strong> возможна миграция:</p>
<ul>
<li>С коробочной версии на облачную</li>
<li>Между различными тарифными планами</li>
<li>На более новые версии системы</li>
</ul>
<h2>Заключение</h2>
<p>Продление лицензии коробочной версии Битрикс24 — важный процесс для поддержания эффективной работы системы управления бизнесом. Своевременное <strong>продление коробки Битрикс24</strong> обеспечивает непрерывность работы, доступ к новым функциям и техническую поддержку. При выборе тарифного плана и периода продления следует учитывать потребности компании и планы развития бизнеса.</p>
<p>Наша компания предоставляет полный спектр услуг по настройке и внедрению Битрикс24. Мы поможем вам:</p>
<ul>
<li>Выбрать оптимальный тарифный план</li>
<li>Оформить продление лицензии на выгодных условиях</li>
<li>Настроить систему под ваши бизнес-процессы</li>
<li>Провести обучение сотрудников</li>
<li>Обеспечить техническую поддержку</li>
<li>Выполнить миграцию данных</li>
<li>Интегрировать с другими системами</li>
</ul>
<p>Обращайтесь к нам за консультацией по вопросам продления лицензии и внедрения Битрикс24. Наши специалисты помогут вам максимально эффективно использовать возможности системы для развития вашего бизнеса.</p><p>Сообщение <a href="https://b24.org.ru/prodlenie-litsenzii-bitriks24-korobka-2025/">Продление лицензии Битрикс24 коробка</a> появились сначала на <a href="https://b24.org.ru">Битрикс24</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://b24.org.ru/prodlenie-litsenzii-bitriks24-korobka-2025/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
