Твердотільний накопичувач SSD 480Gb, GTL Aides, SATA3, 2.5", 3D TLC, 520/450 МБ/с, Bulk (GTLAIDES480GBOEM)

Ціна: 2999

Доступно: 0

Опис:

<div id="aides_ssd_container"> <div id="aides_ssd_first_block"><img alt="" class="aides-animated-element aides-right-translate" src="/data/product/content/6835c97bd3657.png" /> <div class="aides-animated-element aides-left-translate"> <h2>GTL Aides 480Gb</h2> <p>це SSD-накопичувач, який пропонує ефективне рішення для зберігання даних з високою швидкістю доступу. Цей накопичувач є оптимальним варіантом для оновлення як портативних, так і стаціонарних комп&rsquo;ютерів, забезпечуючи компактність та ефективність. Його основні переваги, включаючи швидкість передачі даних та надійний пластиковий корпус, роблять його ідеальним вибором для підвищення продуктивності будь-якої системи.</p> </div> </div> <div id="aides_ssd_second_block"><img alt="" class="aides-animated-element aides-left-translate" src="/data/product/content/6835c97bd3a7e.png" /> <div class="aides-animated-element aides-right-translate"> <div> <h3>Продуктивність і швидкість диску</h3> <p>Накопичувач оснащений пам&rsquo;яттю 3D NAND TLC, що забезпечує високу продуктивність і тривалий термін служби. Зі швидкістю читання до 520 Мб/с і запису до 450 Мб/с, цей SSD значно випереджає звичайні HDD за швидкістю обробки даних.</p> </div> <div> <h3>Третє покоління інтерфейсу SATA</h3> <p>SATA III інтерфейс гарантує швидку та стабільну передачу даних та легко підключається до сучасних комп&rsquo;ютерних систем.</p> </div> </div> </div> <div id="aides_ssd_third_block"><img alt="" class="aides-animated-element aides-right-translate" src="/data/product/content/6835c97bd3d1d.png" /> <div class="aides-animated-element aides-left-translate"> <h3>Форм-фактор 2.5&rdquo;</h3> <p>Розмір 2.5 дюйма робить цей SSD універсальним варіантом для використання в різних комп&rsquo;ютерних системах.</p> </div> </div> <div id="aides_ssd_fourth_block"><img alt="" class="aides-animated-element aides-left-translate" src="/data/product/content/6835c97bd40b8.png" /> <div class="aides-animated-element aides-right-translate"> <h3>Об&rsquo;єм пам&rsquo;яті</h3> <p>Об&rsquo;єм пам&rsquo;яті SSD GTL 480 GB відмінно підходить для оновлення бюджетних комп&rsquo;ютерних систем, а його висока продуктивність та компактність дозволяють легко оновити існуючу систему, оживляючи старіші ПК та надаючи їм друге дихання.</p> </div> </div> </div> <script> console.time('test'); $(document).ready(function () { function checkVisibility() { $(".aides-animated-element").each(function () { const element = $(this); if (element.hasClass("aides-visible")) return; const elementTop = element.offset().top; const elementBottom = elementTop + element.outerHeight(); const viewportTop = $(window).scrollTop(); const viewportBottom = viewportTop + $(window).height(); if (elementBottom > viewportTop && elementTop < viewportBottom) { element.addClass("aides-visible"); } }); } $(window).on("scroll resize", checkVisibility); checkVisibility(); }); const aidesStyle = document.createElement("style"); aidesStyle.innerText = ` #aides_ssd_container { width: 100%; max-width: 1440px; display: flex; flex-direction: column; overflow: hidden; } #aides_ssd_container h3 { text-transform: uppercase; margin-bottom: 24px; font-size: 30px !important; font-weight: 700; padding-left: 0 !important; text-align: inherit !important; } #aides_ssd_container h3 + p { font-size: 20px; font-weight: 400; } #aides_ssd_container p { text-align: inherit !important; } #aides_ssd_container img { width: 100%; object-fit: contain; } #aides_ssd_container > div { display: flex; flex-direction: column; align-items: center; width: 100%; position: relative; } #aides_ssd_first_block > div { position: absolute; max-width: 1012px; text-align: center; width: 100%; } #aides_ssd_first_block > img { max-height: 1010px; } #aides_ssd_first_block h2 { font-size: 60px !important; font-weight: 700; margin-top: 86px; margin-bottom: 16px; line-height: 1.2 !important; } #aides_ssd_first_block p { font-size: 20px; font-weight: 500; } #aides_ssd_second_block { align-items: start !important; } #aides_ssd_second_block > img { max-height: 907px; } #aides_ssd_second_block > div { position: absolute; max-width: 799px; width: 100%; padding-top: 188px; padding-left: 135px; } #aides_ssd_second_block > div > div:last-child { margin-top: 56px; } #aides_ssd_third_block > img { max-height: 970px; } #aides_ssd_third_block > div { position: absolute; max-width: 978px; text-align: center; width: 100%; top: -80px; } #aides_ssd_fourth_block { margin-top: -52px; } #aides_ssd_fourth_block > img { max-height: 796px; } #aides_ssd_fourth_block > div { position: absolute; max-width: 903px; width: 100%; text-align: center; padding-top: 180px; } @media (max-width: 1280px) { #aides_ssd_container h3 { margin-bottom: 16px; font-size: 24px !important; } #aides_ssd_container h3 + p { font-size: 16px; font-weight: 400; } #aides_ssd_first_block > div { max-width: 95%; } #aides_ssd_first_block h2 { font-size: 40px !important; font-weight: 700; margin-top: 48px; margin-bottom: 16px; } #aides_ssd_first_block p { font-size: 16px; font-weight: 500; line-height: 140%; } #aides_ssd_second_block > div { padding-top: 130px; padding-left: 100px; max-width: 80%; } #aides_ssd_second_block > div > div:last-child { margin-top: 30px; } #aides_ssd_third_block > div { max-width: 95%; top: -70px; } #aides_ssd_fourth_block { margin-top: -39px; } #aides_ssd_fourth_block > div { max-width: 95%; padding-top: 140px; } } @media (max-width: 1150px) { #aides_ssd_first_block p { background-color: rgb(255, 255, 255, 0.8); padding: 6px; border-radius: 4px; } #aides_ssd_second_block > div { padding-top: 40px; padding-left: 30px; } #aides_ssd_fourth_block > div { padding-top: 60px; } } @media (max-width: 768px) { #aides_ssd_container h3 { margin-bottom: 12px; font-size: 16px !important; } #aides_ssd_container h3 + p { font-size: 12px; font-weight: 400; line-height: 1.4 !important; } #aides_ssd_first_block h2 { font-size: 24px !important; font-weight: 700; margin-top: 24px; margin-bottom: 12px; } #aides_ssd_first_block p { font-size: 12px; font-weight: 500; } #aides_ssd_second_block > div > div:last-child { margin-top: 24px; } #aides_ssd_third_block > div { top: -50px; } } @media (max-width: 640px) { #aides_ssd_container h3 { margin-bottom: 10px; font-size: 14px !important; } #aides_ssd_container h3 + p { font-size: 12px; font-weight: 400; } #aides_ssd_first_block h2 { font-size: 18px !important; font-weight: 700; margin-top: 16px; margin-bottom: 12px; } #aides_ssd_first_block p { font-size: 12px; font-weight: 500; } #aides_ssd_second_block > div { padding-top: 10px; padding-left: 10px; } #aides_ssd_second_block > div > div:last-child { margin-top: 14px; } #aides_ssd_third_block { margin-top: 58px; } #aides_ssd_third_block > div { max-width: 95%; top: -45px; } #aides_ssd_fourth_block > div { max-width: 95%; padding-top: 10px; } } @media (max-width: 550px) { #aides_ssd_first_block > div { position: relative; overflow: hidden; padding-bottom: 8px; } #aides_ssd_first_block > img { position: absolute; transform: scale(1.7); } #aides_ssd_first_block p { margin-top: 0 !important; } #aides_ssd_second_block { margin-top: 16px; } #aides_ssd_second_block > div { padding-top: 6px; padding-left: 6px; } #aides_ssd_third_block { margin-top: 230px; } #aides_ssd_third_block > div { top: -80px; } #aides_ssd_fourth_block { margin-top: -12px; } #aides_ssd_fourth_block > div { padding-top: 0px; } #aides_ssd_fourth_block h3 { margin: 5px 0 !important; } #aides_ssd_fourth_block p { margin-top: 2px !important; } #aides_ssd_fourth_block p { background-color: rgb(255, 255, 255, 0.8); padding: 4px; border-radius: 4px; } } .aides-right-translate { transform: translateX(150px); } .aides-left-translate { transform: translateX(-150px); } .aides-animated-element { opacity: 0; transition: opacity 1.2s ease, transform 1.2s ease-out; transition-delay: 0.4s; } .aides-animated-element.aides-visible { opacity: 1; transform: translateX(0); } `; document.head.appendChild(aidesStyle); console.timeEnd('test'); </script>

Артикул: GTLAIDES480GBOEM

Бренд: GTL

Гарантія: 24 місяців

Для покупки зателефонуйте: (097) 333-50-09