
Xiaomi Router AX3200
/* =============== Xiaomi Router AX3200 =============== */ #xiaomi_router_ax3200 { font-size: 16px; overflow: hidden; color: #191919; background-color: #ffffff; } #xiaomi_router_ax3200 ul, #xiaomi_router_ax3200 ol { list-style: none; padding-left: 0; } #xiaomi_router_ax3200 video, #xiaomi_router_ax3200 img { vertical-align: middle; } #xiaomi_router_ax3200 video { width: 100%; height: auto; } #xiaomi_router_ax3200.xiaomi_container { max-width: 2560px; } #xiaomi_router_ax3200 .section { line-height: 1.2; } #xiaomi_router_ax3200 .section-bg { background-size: cover; background-position: center center; background-repeat: no-repeat; } #xiaomi_router_ax3200 .font-bold { font-weight: 700; } #xiaomi_router_ax3200 .font-light { font-weight: 300; } #xiaomi_router_ax3200 .text-box { text-align: center; color: #191919; padding: 5% 12.5% 2.5%; } #xiaomi_router_ax3200 .text-box.text-box--left { text-align: left; } #xiaomi_router_ax3200 .text-box--white { color: #ffffff; } #xiaomi_router_ax3200 .text-box .title, #xiaomi_router_ax3200 .text-box .desc, #xiaomi_router_ax3200 .text-box .text { display: block; } #xiaomi_router_ax3200 .text-box .title { font-size: 36px; line-height: 1.2; } #xiaomi_router_ax3200 .text-box .title.title--big { font-size: 42px; margin-bottom: 20px; } #xiaomi_router_ax3200 .text-box .desc { font-size: 22px; line-height: 1.5; margin-top: 25px; font-weight: 700; } #xiaomi_router_ax3200 .text-box .text { font-size: 15px; line-height: 1.5; margin-top: 15px; font-weight: 300; } #xiaomi_router_ax3200 .video-box, #xiaomi_router_ax3200 .image-box { padding: 0 12.5%; } #xiaomi_router_ax3200 .video-box video { width: 100%; height: auto; } #xiaomi_router_ax3200 .video a, #xiaomi_router_ax3200 .video .video-link { position: relative; z-index: 1; display: block; overflow: hidden; cursor: pointer; } #xiaomi_router_ax3200 .video a img, #xiaomi_router_ax3200 .video .video-link img { transition: 0.3s ease-in-out transform; } #xiaomi_router_ax3200 .video a:hover img, #xiaomi_router_ax3200 .video .video-link:hover img { transform: scale(1.1); } #xiaomi_router_ax3200 .video a::after, #xiaomi_router_ax3200 .video .video-link::after { content: ''; position: absolute; transform: translateX(-50%) translateY(-50%); width: 56px; height: 56px; background: url('https://media.mi-home.pl/products/xiaomi-router-ax3200/play-btn.png') no-repeat center center / contain; left: 50%; top: 50%; z-index: 2; } @media (max-width: 991.98px) { #xiaomi_router_ax3200 .text-box { padding: 5% 5% 2.5%; } #xiaomi_router_ax3200 .text-box .title { font-size: 26px; } #xiaomi_router_ax3200 .text-box .title.title--big { font-size: 36px; } #xiaomi_router_ax3200 .video-box, #xiaomi_router_ax3200 .image-box { padding: 0 5%; } } @media (max-width: 767.98px) { #xiaomi_router_ax3200 .text-box .title { font-size: 22px; } #xiaomi_router_ax3200 .text-box .title.title--big { font-size: 28px; } #xiaomi_router_ax3200 .text-box .desc { font-size: 18px; margin-top: 10px; } #xiaomi_router_ax3200 .text-box .text { margin-top: 10px; } } @media only screen and (max-width: 575.98px) { #xiaomi_router_ax3200 .text-box { padding: 10% 5%; } #xiaomi_router_ax3200 .text-box .title { font-size: 20px; } #xiaomi_router_ax3200 .text-box .title.title--big { font-size: 24px; } #xiaomi_router_ax3200 .text-box .desc { font-size: 16px; } #xiaomi_router_ax3200 .text-box .text { font-size: 14px; } } @media (min-width: 1200px) { #xiaomi_router_ax3200 .text-box .text { padding-left: 10%; padding-right: 10%; } #xiaomi_router_ax3200 .text-box .text { font-size: 18px; } #xiaomi_router_ax3200 .text-box.text-box--left .text { padding-left: 0; padding-right: 0; } } /* =============== Floating text-box =============== */ #xiaomi_router_ax3200 .section.section-float { position: relative; z-index: 1; height: 620px; } #xiaomi_router_ax3200 .section.section-float--big { height: 680px; } #xiaomi_router_ax3200 .section .text-box.text-box-float { padding: 0; position: absolute; z-index: 2; top: 50%; width: 40%; transform: translateY(-50%); } #xiaomi_router_ax3200 .section .text-box.text-box-float--left { left: 10%; } #xiaomi_router_ax3200 .section .text-box.text-box-float--right { left: 60%; width: 35%; } @media (max-width: 991.98px) { #xiaomi_router_ax3200 .section.section-float { height: 560px; } #xiaomi_router_ax3200 .section.section-float--big { height: 560px; } #xiaomi_router_ax3200 .section .text-box.text-box-float--left { left: 5%; } } @media (max-width: 767.98px) { #xiaomi_router_ax3200 .section.section-float { height: auto; background-position: center bottom; background-size: 140% auto; background-color: #ffffff; padding-bottom: 350px; } #xiaomi_router_ax3200 .section .text-box.text-box-float, #xiaomi_router_ax3200 .section .text-box.text-box-float--left { position: static; text-align: center; transform: none; padding: 10% 5%; width: 100%; color: #191919; } } @media only screen and (max-width: 575.98px) { #xiaomi_router_ax3200 .section.section-float { padding-bottom: 250px; } } @media only screen and (max-width: 363.98px) { #xiaomi_router_ax3200 .section.section-float { padding-bottom: 180px; } } @media (min-width: 1200px) { #xiaomi_router_ax3200 .section.section-float { height: 720px; } #xiaomi_router_ax3200 .section.section-float--big { height: 820px; } #xiaomi_router_ax3200 .section .text-box.text-box-float { width: 30%; } #xiaomi_router_ax3200 .section .text-box.text-box-float--right { width: 35%; } #xiaomi_router_ax3200 .section .text-box.text-box-float--left { left: 10%; } } @media (min-width: 1620px) { #xiaomi_router_ax3200 .section.section-float { height: 880px; } #xiaomi_router_ax3200 .section.section-float--big { height: 980px; } #xiaomi_router_ax3200 .section .text-box.text-box-float { width: 30%; } } @media (min-width: 2080px) { #xiaomi_router_ax3200 .section.section-float { height: 1080px; } #xiaomi_router_ax3200 .section.section-float--big { height: 1180px; } } /* =============== Section 01 =============== */ #xiaomi_router_ax3200 .section-01 { background-image: url('https://media.mi-home.pl/products/xiaomi-router-ax3200/section-01.png'); height: 560px; } #xiaomi_router_ax3200 .section-01 .text-box { padding-top: 15%; } #xiaomi_router_ax3200 .section-01 .text-box img { width: 165px; display: inline-block; margin-bottom: 8px; } #xiaomi_router_ax3200 .section-01 .text-box .title { font-size: 36px; } #xiaomi_router_ax3200 .section-01 .text-box .title span { padding-bottom: 10px; display: block; } @media (max-width: 991.98px) { #xiaomi_router_ax3200 .section-01 { height: 480px; } } @media (max-width: 767.98px) { #xiaomi_router_ax3200 .section-01 { height: 400px; } } @media only screen and (max-width: 575.98px) { #xiaomi_router_ax3200 .section-01 { height: auto; background-position: bottom right; background-size: 160% auto; padding-bottom: 420px; background-color: #417184; } #xiaomi_router_ax3200 .section-01 .text-box { padding: 15% 5% 10%; text-align: center; } #xiaomi_router_ax3200 .section-01 .text-box .title { font-size: 28px; } #xiaomi_router_ax3200 .section-01 .text-box img { width: 150px; } } @media only screen and (max-width: 363.98px) { #xiaomi_router_ax3200 .section-01 { padding-bottom: 300px; } } @media (min-width: 1200px) { #xiaomi_router_ax3200 .section-01 { height: 760px; } #xiaomi_router_ax3200 .section-01 .text-box .title span { padding-left: 10px; display: inline-block; } #xiaomi_router_ax3200 .section-01 .text-box img { width: 185px; } #xiaomi_router_ax3200 .section-01 .text-box .title { font-size: 44px; } } @media (min-width: 1620px) { #xiaomi_router_ax3200 .section-01 { height: 860px; } } @media (min-width: 2080px) { #xiaomi_router_ax3200 .section-01 { height: 960px; } } /* =============== Section 02 =============== */ #xiaomi_router_ax3200 .section-02 { background-color: #C4DBDF; padding: 5% 0; } #xiaomi_router_ax3200 .section-02 .section-wrap { max-width: 1080px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 20px; } #xiaomi_router_ax3200 .section-02 .section-wrap .item { position: relative; z-index: 1; margin-bottom: 20px; } #xiaomi_router_ax3200 .section-02 .section-wrap .item img { border-radius: 10px; overflow: hidden; } #xiaomi_router_ax3200 .section-02 .section-wrap .item.item-1 { flex: 0 0 calc(33% - 10px); width: calc(33% - 10px); } #xiaomi_router_ax3200 .section-02 .section-wrap .column { flex: 0 0 calc(67% - 10px); width: calc(67% - 10px); display: flex; flex-wrap: wrap; justify-content: space-between; } #xiaomi_router_ax3200 .section-02 .section-wrap .item.item-2 { flex: 0 0 100%; width: 100%; } #xiaomi_router_ax3200 .section-02 .section-wrap .item.item-3 { flex: 0 0 calc(60% - 10px); width: calc(60% - 10px); } #xiaomi_router_ax3200 .section-02 .section-wrap .item.item-4 { flex: 0 0 calc(40% - 10px); width: calc(40% - 10px); } #xiaomi_router_ax3200 .section-02 .section-wrap .item .text { position: absolute; z-index: 2; width: 100%; padding: 0 30px; left: 0; top: 50%; text-align: center; color: #ffffff; font-size: 19px; font-weight: bold; transform: translateY(-50%); } #xiaomi_router_ax3200 .section-02 .section-wrap .item .text small { display: block; font-weight: 300; font-size: 14px; margin-top: 5px; } #xiaomi_router_ax3200 .section-02 .section-wrap .item-1 .text { top: 10%; transform: none; } #xiaomi_router_ax3200 .section-02 .section-wrap .item-2 .text { width: 50%; } @media (max-width: 767.98px) { #xiaomi_router_ax3200 .section-02 .section-wrap .item.item-1, #xiaomi_router_ax3200 .section-02 .section-wrap .item.item-2 { flex: 0 0 100%; width: 100%; } #xiaomi_router_ax3200 .section-02 .section-wrap .column { flex: 0 0 100%; width: 100%; } } @media only screen and (max-width: 575.98px) { #xiaomi_router_ax3200 .section-02 .section-wrap .item .text { font-size: 16px; } #xiaomi_router_ax3200 .section-02 .section-wrap .item.item-3, #xiaomi_router_ax3200 .section-02 .section-wrap .item.item-4 { flex: 0 0 100%; width: 100%; } #xiaomi_router_ax3200 .section-02 .section-wrap .item-2 .text { width: 75%; } } @media only screen and (max-width: 363.98px) { #xiaomi_router_ax3200 .section-02 .section-wrap .item .text { width: 100%; } } /* =============== Section 03 =============== */ #xiaomi_router_ax3200 .section-03 { background-image: url('https://media.mi-home.pl/products/xiaomi-router-ax3200/section-03.png'); } @media (max-width: 767.98px) { #xiaomi_router_ax3200 .section-03.section.section-float { background-position: right bottom; background-color: #182437; } #xiaomi_router_ax3200 .section-03.section.section-float .text-box { color: #ffffff; } } /* =============== Section 04 =============== */ #xiaomi_router_ax3200 .section-04 { background-image: url('https://media.mi-home.pl/products/xiaomi-router-ax3200/section-04.png'); height: 720px; } #xiaomi_router_ax3200 .section-04 .title--color span { background: linear-gradient(90deg,#76cef5,#3576e9); background-clip: border-box; -webkit-background-clip: text; background-clip: text; color: transparent; display: inline-block; padding: 0 20px; margin: 25px 0 0; position: relative; z-index: 1; } #xiaomi_router_ax3200 .section-04 .title--color span:first-child::after { position: absolute; z-index: 2; content: ''; right: 0; top: 15%; width: 2px; height: 70%; background: linear-gradient(90deg,#76cef5,#3576e9); } @media (max-width: 767.98px) { #xiaomi_router_ax3200 .section-04 { height: 560px; } } @media only screen and (max-width: 575.98px) { #xiaomi_router_ax3200 .section-04 { height: auto; background-size: 180% auto; background-position: center bottom; padding-bottom: 250px; background-color: #000000; } #xiaomi_router_ax3200 .section-04 .title--color span { padding: 0 10px; } } @media only screen and (max-width: 363.98px) { #xiaomi_router_ax3200 .section-04 { padding-bottom: 200px; } } @media (min-width: 1200px) { #xiaomi_router_ax3200 .section-04 { height: 820px; } } @media (min-width: 1620px) { #xiaomi_router_ax3200 .section-04 { height: 920px; } } @media (min-width: 2080px) { #xiaomi_router_ax3200 .section-04 { height: 1020px; } } /* =============== Section 05 =============== */ #xiaomi_router_ax3200 .section-05 { background-color: #335b69; padding-bottom: 12.5%; padding-top: 12.5%; } #xiaomi_router_ax3200 .section-05 .section-wrapper { max-width: 1160px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; } #xiaomi_router_ax3200 .section-05 .section-wrapper .image-wrapper { display: flex; flex: 0 0 40%; width: 40%; padding-right: 5%; } #xiaomi_router_ax3200 .section-05 .section-wrapper .image-wrapper .item { flex: 0 0 50%; width: 50%; text-align: center; font-size: 18px; font-weight: bold; color: #989a9b; } #xiaomi_router_ax3200 .section-05 .section-wrapper .image-wrapper .item-1 { color: #e5c166; } #xiaomi_router_ax3200 .section-05 .section-wrapper .image-wrapper .item img:nth-child(1) { height: 200px; } #xiaomi_router_ax3200 .section-05 .section-wrapper .image-wrapper .item .img-icon { margin-top: 40px; height: 95px; margin-bottom: 10px; } #xiaomi_router_ax3200 .section-05 .section-wrapper .image-wrapper .item-1 .img-icon img { height: 95px; } #xiaomi_router_ax3200 .section-05 .section-wrapper .image-wrapper .item-2 .img-icon img { height: 65px; } #xiaomi_router_ax3200 .section-05 .section-wrapper .text-box { padding: 0; flex: 0 0 60%; width: 60%; padding-left: 5%; } @media (max-width: 767.98px) { #xiaomi_router_ax3200 .section-05 .section-wrapper { flex-direction: column-reverse; } #xiaomi_router_ax3200 .section-05 .section-wrapper .image-wrapper, #xiaomi_router_ax3200 .section-05 .section-wrapper .text-box { flex: 0 0 100%; width: 100%; padding: 0; } #xiaomi_router_ax3200 .section-05 .section-wrapper .text-box { text-align: center; padding-bottom: 10%; } } /* =============== Section 06 =============== */ #xiaomi_router_ax3200 .section-06 { background-image: url('https://media.mi-home.pl/products/xiaomi-router-ax3200/section-06.png'); background-position: top center; background-color: #030910; background-size: 100% auto; } #xiaomi_router_ax3200 .section-06 .content-wrapper { display: flex; padding: 5% 10%; flex-wrap: wrap; font-weight: bold; } #xiaomi_router_ax3200 .section-06 .content-wrapper img { max-width: 100%; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item { flex: 0 0 50%; text-align: center; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item .img-wrap { position: relative; z-index: 1; padding-right: 100px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item .text { display: block; color: #ffffff; font-size: 18px; margin-bottom: 50px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-1 .text { background: linear-gradient(90deg,#71c8fd,#336fe9); -webkit-background-clip: text; background-clip: text; color: transparent; } #xiaomi_router_ax3200 .section-06 .content-wrapper .text-f { color: #939597; position: absolute; right: 20px; font-size: 14px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .text-1 { color: #1de948; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-1 .text-1 { top: 10px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-1 .text-2 { top: 70px; color: #1db2ff; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-1 .text-3 { top: 135px; color: #1cffce; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-2 .text-1 { top: 35px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-2 .text-2 { top: 95px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-2 .text-3 { top: 155px; } @media (max-width: 991.98px) { #xiaomi_router_ax3200 .section-06 .content-wrapper { padding: 5%; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-1 .text-2 { top: 60px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-1 .text-3 { top: 120px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-2 .text-1 { top: 30px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-2 .text-2 { top: 80px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-2 .text-3 { top: 140px; } } @media (max-width: 767.98px) { #xiaomi_router_ax3200 .section-06 .content-wrapper .item { flex: 0 0 100%; margin-bottom: 50px; } #xiaomi_router_ax3200 .section-06 .content-wrapper img { max-width: 300px; } } @media only screen and (max-width: 363.98px) { #xiaomi_router_ax3200 .section-06 .content-wrapper img { max-width: 100%; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-1 .text-1 { top: 5px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-1 .text-2 { top: 40px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-1 .text-3 { top: 80px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-2 .text-1 { top: 15px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-2 .text-2 { top: 50px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-2 .text-3 { top: 90px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .text-f { right: 10px; } } @media (min-width: 1200px) { #xiaomi_router_ax3200 .section-06 .content-wrapper img { max-width: 370px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .text-f { font-size: 15px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-1 .text-1 { top: 10px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-1 .text-2 { top: 80px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-1 .text-3 { top: 150px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-2 .text-1 { top: 35px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-2 .text-2 { top: 105px; } #xiaomi_router_ax3200 .section-06 .content-wrapper .item-2 .text-3 { top: 175px; } } /* =============== Section 07 =============== */ #xiaomi_router_ax3200 .section-07 { background-image: url('https://media.mi-home.pl/products/xiaomi-router-ax3200/section-07.png'); height: 740px; position: relative; z-index: 1; } #xiaomi_router_ax3200 .section-07 .text-bottom { font-size: 14px; font-weight: 300; color: rgba(255,255,255,.6); padding: 2.5% 15%; position: absolute; z-index: 2; width: 100%; bottom: 0; left: 0; text-align: center; line-height: 1.5; } @media (max-width: 767.98px) { #xiaomi_router_ax3200 .section-07 { height: 640px; } } @media only screen and (max-width: 575.98px) { #xiaomi_router_ax3200 .section-07 { height: auto; background-size: 180% auto; background-position: center bottom; padding-bottom: 350px; background-color: #465D72; } #xiaomi_router_ax3200 .section-07 .text-bottom { position: static; padding: 0 5% 10%; background-color: #465D72; } } @media only screen and (max-width: 363.98px) { #xiaomi_router_ax3200 .section-07 { padding-bottom: 250px; } } @media (min-width: 1200px) { #xiaomi_router_ax3200 .section-07 { height: 840px; } } @media (min-width: 1620px) { #xiaomi_router_ax3200 .section-07 { height: 940px; } } @media (min-width: 2080px) { #xiaomi_router_ax3200 .section-07 { height: 1080px; } } /* =============== Section 08 =============== */ #xiaomi_router_ax3200 .section-08 { background-image: url('https://media.mi-home.pl/products/xiaomi-router-ax3200/section-08.jpg'); height: 660px; } @media (max-width: 767.98px) { #xiaomi_router_ax3200 .section-08 { height: 560px; } } @media (min-width: 1200px) { #xiaomi_router_ax3200 .section-08 { height: 760px; } } @media (min-width: 1620px) { #xiaomi_router_ax3200 .section-08 { height: 860px; } } @media (min-width: 2080px) { #xiaomi_router_ax3200 .section-08 { height: 960px; } } /* =============== Section 09 =============== */ #xiaomi_router_ax3200 .section-09 { background-image: url('https://media.mi-home.pl/products/xiaomi-router-ax3200/section-09.png'); } @media (max-width: 767.98px) { #xiaomi_router_ax3200 .section-09.section.section-float { background-position: right bottom; background-color: #E1EEF5; padding-bottom: 400px; } } @media only screen and (max-width: 575.98px) { #xiaomi_router_ax3200 .section-09.section.section-float { padding-bottom: 300px; } } @media only screen and (max-width: 363.98px) { #xiaomi_router_ax3200 .section-09.section.section-float { padding-bottom: 200px; } } /* =============== Section 10 =============== */ #xiaomi_router_ax3200 .section-10 { background-image: url('https://media.mi-home.pl/products/xiaomi-router-ax3200/section-10.png'); } @media (max-width: 767.98px) { #xiaomi_router_ax3200 .section-10.section.section-float { background-position: left bottom; background-color: #06131A; } #xiaomi_router_ax3200 .section-10.section.section-float .text-box { color: #ffffff; } } /* =============== Section 11 =============== */ #xiaomi_router_ax3200 .section-11 { background-color: #295262; padding-bottom: 7.5%; } #xiaomi_router_ax3200 .section-11 .list { display: flex; width: 80%; margin: 0 auto; padding-top: 50px; } #xiaomi_router_ax3200 .section-11 .list .item { flex: 0 0 25%; width: 25%; padding: 0 25px; color: #ffffff; text-align: center; } #xiaomi_router_ax3200 .section-11 .list .item .title { display: block; font-weight: bold; font-size: 19px; margin: 20px 0; } #xiaomi_router_ax3200 .section-11 .list .item .text { color: rgba(255,255,255,.6); font-size: 15px; } #xiaomi_router_ax3200 .section-11 .list .item img { height: 95px; } @media (max-width: 991.98px) { #xiaomi_router_ax3200 .section-11 .list { width: 100%; } #xiaomi_router_ax3200 .section-11 .list { flex-wrap: wrap; justify-content: center; } #xiaomi_router_ax3200 .section-11 .list .item { flex: 0 0 40%; width: 40%; padding: 30px 50px; } } @media (max-width: 767.98px) { #xiaomi_router_ax3200 .section-11 .list .item { padding: 30px; } #xiaomi_router_ax3200 .section-11 .list .item .title { font-size: 16px; margin: 10px 0; } #xiaomi_router_ax3200 .section-11 .list .item .text { font-size: 14px; } #xiaomi_router_ax3200 .section-11 .list .item img { height: 80px; } } @media only screen and (max-width: 575.98px) { #xiaomi_router_ax3200 .section-11 .list { padding-top: 0; } #xiaomi_router_ax3200 .section-11 .list .item { flex: 0 0 50%; width: 50%; padding: 30px 20px; } } @media only screen and (max-width: 363.98px) { #xiaomi_router_ax3200 .section-11 .list .item { flex: 0 0 100%; width: 100%; } } @media (min-width: 1200px) { #xiaomi_router_ax3200 .section-11 .list .item .text { font-size: 18px; } } /* =============== Section image box =============== */ #xiaomi_router_ax3200 .section .image-box-wrap { padding: 5% 0; width: 90%; margin: 0 auto; overflow: hidden; border-radius: 20px; } #xiaomi_router_ax3200 .section .image-box-wrap .image-box { display: flex; flex-wrap: wrap; padding: 0; background-color: #F7F7F7; } #xiaomi_router_ax3200 .section .image-box--reverse { flex-direction: row-reverse; } #xiaomi_router_ax3200 .section .text-wrap, #xiaomi_router_ax3200 .section .image { width: 50%; flex: 0 0 50%; } #xiaomi_router_ax3200 .section .text-wrap { display: flex; align-items: center; flex-wrap: wrap; padding: 0 5%; text-align: left; } #xiaomi_router_ax3200 .section .text-wrap .title { font-size: 36px; display: block; margin-bottom: 0; font-weight: bold; } #xiaomi_router_ax3200 .section .text-wrap .text { font-weight: 300; padding-top: 20px; display: block; } @media (max-width: 991.98px) { #xiaomi_router_ax3200 .section .text-wrap .title { font-size: 18px; } #xiaomi_router_ax3200 .section .image-box-wrap { width: 95%; } } @media (max-width: 767.98px) { #xiaomi_router_ax3200 .section .text-wrap { padding: 0 5%; } } @media only screen and (max-width: 575.98px) { #xiaomi_router_ax3200 .section .image-box-wrap .image-box { flex-wrap: wrap; flex-direction: column-reverse; } #xiaomi_router_ax3200 .section .image-box-wrap .image-box:first-child { flex-direction: column; margin-bottom: 10px; } #xiaomi_router_ax3200 .section .text-wrap, #xiaomi_router_ax3200 .section .image { width: 100%; flex: 0 0 100%; } #xiaomi_router_ax3200 .section .text-wrap { padding: 5%; } } @media (min-width: 1200px) { #xiaomi_router_ax3200 .section .text-wrap { padding: 0 10%; } } /* =============== Section spec =============== */ #xiaomi_router_ax3200 .section-notes { padding: 3.5% 12.5%; margin: 0 auto; } #xiaomi_router_ax3200 .section-notes ul { margin: 0; padding: 0; list-style: none; } #xiaomi_router_ax3200 .section-notes ul li { color: #191919; font-size: 13px; line-height: 1.5; font-weight: 300; opacity: .5; padding-bottom: 5px; } @media (max-width: 991.98px) { #xiaomi_router_ax3200 .section-notes { padding: 5%; } #xiaomi_router_ax3200 .section-notes ul li { font-size: 13px; } } @media (min-width: 1200px) { #xiaomi_router_ax3200 .section-notes { padding: 3.5% 0; max-width: 1164px; } } /* =============== Slider =============== */ #xiaomi_router_ax3200 .slick-dots { bottom: 35px; } #xiaomi_router_ax3200 .slick-dots li button::before { font-size: 15px; color: #ffffff; transition: 0.3s ease-in-out opacity; font-family: 'slick'; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } #xiaomi_router_ax3200 .slick-dots li.slick-active button::before, #xiaomi_router_ax3200 .slick-dots li:hover button::before { opacity: 1; } #xiaomi_router_ax3200 .slick-dotted.slick-slider { margin-bottom: 0; } #xiaomi_router_ax3200 .slick-slider > .slider-item { display: none; } #xiaomi_router_ax3200 .slick-slider > .slider-item:first-child { display: block; } #xiaomi_router_ax3200 .slick-slider .slick-dots li button { border-radius: 30px; } #xiaomi_router_ax3200 .slick-slider .slick-dots li button { background: #fff; transition: 0.3s ease-in-out opacity; opacity: .25; width: 15px; height: 15px; } #xiaomi_router_ax3200 .slick-slider .slick-dots li.slick-active button, #xiaomi_router_ax3200 .slick-slider .slick-dots li button:hover { background: #fff; opacity: 1; } #xiaomi_router_ax3200 .slick-dots li button::before { content: none; } @media (max-width: 767.98px) { #xiaomi_router_ax3200 .slick-dots { bottom: 15px; } } /* If you're copying, you are a very bad person. Very. */ require( ['aos'], function (AOS) { AOS.init({ once: true }); } ); Router AX3200 Szybkość 3202Mb/s Wi-Fi 6* Ultraszybka łączność bezprzewodowa Obsługa sieci mesh Bezproblemowy zasięg sieci Wi-Fi 6 w całym domu OFDMA Transmisja do wielu urządzeń z mniejszymi przeciążeniami Obsługa 4x4 MU-MIMO Wiele anten na routerze do obsługi większej ilości urządzeń Ultraszybka sieć Wi-Fi 6. Zupełnie nowe wrażenia z przeglądania sieci. Wi-Fi 6 (802.11ax) to najnowsza generacja standardu Wi-Fi. Dzięki wyższym prędkościom transferu Xiaomi Router AX3200 pozwala w łatwy sposób cieszyć się niemal dwukrotnie większą prędkością niż typowy router AC1200. Router Wi-Fi 6 znacznie zmniejsza opóźnienia i czas reakcji w urządzeniach końcowych, nawet gdy wielu użytkowników korzysta z wielu urządzeń w tym samym czasie. Ciesz się nową erą cyfrową z ultraszybką siecią. Podwójne pasmo uwalnia pełen potencjał wydajności sieci. Router Xiaomi AX3200 oferuje zarówno częstotliwość 2,4GHz jak i 5GHz. Te dwa pasma nie zakłócają się wzajemnie, a ich łączna teoretyczna prędkość bezprzewodowa wynosi maksymalnie 3202Mb/s. Ciesz się ultraszybkim dostępem do Internetu, stabilnym zasięgiem sygnału, szybkim użytkowaniem, płynnym odtwarzaniem filmów HD i graniem w gry online na dużą skalę. 3202Mb/s 2.4GHz + 5GHz 4x4 80MHz 2x2 80MHz Technologia MU-MIMO*. Płynniejszy dostęp do Internetu dla wielu użytkowników. Technologia MU-MIMO pozwala wielu antenom routera Xiaomi AX3200 zapewnić połączenie sieciowe dla wielu urządzeń jednocześnie. Jeśli router to autostrada, to ten model posiada dodatkowe pasy, które zarówno zwiększają prędkość transferu, jak i zapobiegają brakowi reakcji Twoich urządzeń. Technologia OFDMA*. Przejmij kontrolę dzięki wydajnej transmisji. Technologia OFDMA umożliwia routerowi wysyłanie danych do wielu urządzeń końcowych za pomocą jednej transmisji, podczas gdy tradycyjny router musiałby wysyłać wiele transmisji. OFDMA zapewnia bardziej wydajną transmisję i mniejsze opóźnienia, dzięki czemu można korzystać z wielu urządzeń jednocześnie i cieszyć się natychmiastową reakcją podczas gier online czy to na dużą skalę czy za pośrednictwem smartfona. Router Wi-Fi 6 obsługujący OFDMA Odebrane Odebrane Odebrane Tradycyjny router Wi-Fi 5 Odbiór Oczekiwanie Oczekiwanie Sieć mesh Xiaomi*. Pełny zasięg w domu z Wi-Fi 6. Skonfiguruj sieci mesh składające się z wielu routerów za pomocą kompatybilnych routerów mesh Xiaomi. Nie musisz się martwić o układ domu. Ten system przystosowany jest do pracy nawet w najbardziej skomplikowanych układach pomieszczeń i zapewnia objęcie swoim zasięgiem całego domu. Sygnał bezprzewodowy wędruje pomiędzy każdym routerem bezproblemowo, pozwalając Ci korzystać z sieci w dowolny sposób. *Xiaomi Router AX3200 obsługuje bezprzewodowe sieci mesh z tym samym modelem lub Mi Router AX9000, Xiaomi Mesh System AX3000 (2-Pack), Xiaomi Mesh System AX3000 (1-Pack) dla maksymalnie 10 urządzeń. MediaTek Filogic800. Optymalny status sieci przez cały czas. Wyposażony w dwurdzeniowy, czterowątkowy procesor o częstotliwości taktowania pojedynczego rdzenia do 1,35 GHz. Dzięki ogólnej poprawie wydajności, Twoje połączenie internetowe jest korzystniejsze i bardziej wszechstronne. Inteligentne życie z 256MB pamięci. Duża pamięć oznacza, że możesz podłączyć nawet 128 urządzeń*. Korzystaj z technologicznych zalet routera, uzyskując płynne i stabilne połączenie sieciowe z wieloma urządzeniami. Technologia Beamforming. Kierunkowe wzmocnienie sygnału dla większego zasięgu. Technologia Beamforming koncentruje sygnał Wi-Fi w kierunku podłączonych urządzeń, zapewniając lepszy zasięg Wi-Fi i wyższą wydajność sieci. Router może wzmocnić sygnał Wi-Fi dla odpowiedniego kierunku, poprawiając jakość i stabilność oraz zwiększając efektywny zasięg. Szersze specjalistyczne wsparcie technologiczne. WPA3* Standardy bezpieczeństwa i szyfrowania nowej generacji IPv6 Większa wydajność i bezpieczeństwo przesyłania IPTV* Kompatybilność z usługą IPTV od dostawcy Internetu Zarządzanie chmurą za pomocą aplikacji Łatwa obsługa dzięki aplikacji Xiaomi Home/Mi Home Uwagi: * 3202Mb/s to maksymalna teoretyczna prędkość transmisji bezprzewodowej przy jednoczesnym wykorzystaniu pasm 2,4 GHz (800Mb/s) i 5 GHz (2402Mb/s). Rzeczywiste prędkości mogą się różnić w zależności od czynników środowiskowych. * Korzystanie z Wi-Fi 6 (802.11ax) oraz funkcji takich jak 80MHz, OFDMA, MU-MIMO i 1024 QAM wymaga urządzeń końcowych, które również obsługują odpowiednie funkcje. * 128 urządzeń to łączna suma połączeń dla 2.4G/5G w warunkach laboratoryjnych. * Technologia WPA3 wymaga obsługi przez urządzenie końcowe. * Obsługiwane usługi IPTV różnią się w zależności od kraju/regionu. Aby uzyskać informacje na temat zawartości usług IPTV w danej lokalizacji, należy skontaktować się z lokalnym operatorem.
