POCO F3 5G — 8/256GB / Night Black
POCO

POCO F3 5G — 8/256GB / Night Black

/* =============== POCO F3 =============== */ #poco_f3 { font-size: 16px; overflow: hidden; color: #191919; background-color: #ffffff; font-family: Camphor Pro; } #poco_f3 ul, #poco_f3 ol { list-style: none; padding-left: 0; } #poco_f3 video, #poco_f3 img { vertical-align: middle; } #poco_f3 video { width: 100%; height: auto; } #poco_f3.xiaomi_container { max-width: 2560px; } #poco_f3 .section { line-height: 1.2; background-color: #000000; } #poco_f3 .section-bg { background-color: #000000; background-size: cover; background-position: center center; background-repeat: no-repeat; } #poco_f3 .font-bold { font-weight: 900; } #poco_f3 .font-light { font-weight: 300; } #poco_f3 .text-box { text-align: center; color: #191919; padding: 5% 12.5%; } #poco_f3 .text-box.text-box--left { text-align: left; } #poco_f3 .text-box--white { color: #ffffff; } #poco_f3 .text-box .title, #poco_f3 .text-box .desc, #poco_f3 .text-box .text { display: block; } #poco_f3 .text-box .title { font-size: 36px; line-height: 1.2; } #poco_f3 .text-box .title.title--big { font-size: 42px; margin-bottom: 20px; } #poco_f3 .text-color { color: #fcc800; } #poco_f3 .text-box .desc { font-size: 22px; line-height: 1.5; margin-top: 25px; font-weight: 700; } #poco_f3 .text-box .text { font-size: 15px; line-height: 1.5; margin-top: 25px; font-weight: 300; } #poco_f3 .text-box .text.text--small { font-size: 14px; opacity: .5; } #poco_f3 .video-box, #poco_f3 .image-box { padding: 0 12.5%; } #poco_f3 .video-box video { width: 100%; height: auto; } #poco_f3 .video a, #poco_f3 .video .video-link { position: relative; z-index: 1; display: block; overflow: hidden; cursor: pointer; } #poco_f3 .video a img, #poco_f3 .video .video-link img { transition: 0.3s ease-in-out opacity; } #poco_f3 .video a:hover img, #poco_f3 .video .video-link:hover img { /* transform: scale(1.1); */ opacity: .75; } #poco_f3 .video a::after, #poco_f3 .video .video-link::after { content: ''; position: absolute; transform: translateX(-50%) translateY(-50%); width: 46px; height: 46px; background: url('https://media.mi-home.pl/products/poco-f3/play-btn.png') no-repeat center center / contain; left: 50%; top: 50%; z-index: 2; } @media (max-width: 991.98px) { #poco_f3 .text-box { padding: 5%; } #poco_f3 .text-box .title { font-size: 26px; } #poco_f3 .text-box .title.title--big { font-size: 36px; } #poco_f3 .video-box, #poco_f3 .image-box { padding: 0 5%; } } @media (max-width: 767.98px) { #poco_f3 .text-box .title { font-size: 22px; } #poco_f3 .text-box .title.title--big { font-size: 28px; } #poco_f3 .text-box .desc { font-size: 18px; margin-top: 10px; } #poco_f3 .text-box .text { margin-top: 15px; } } @media only screen and (max-width: 575.98px) { #poco_f3 .text-box { padding: 10% 5%; } #poco_f3 .text-box .title { font-size: 20px; } #poco_f3 .text-box .title.title--big { font-size: 24px; } #poco_f3 .text-box .desc { font-size: 16px; } #poco_f3 .text-box .text { font-size: 14px; } } @media (min-width: 1200px) { #poco_f3 .text-box .title { font-size: 42px; } } @media (min-width: 1620px) { #poco_f3 .text-box .text { padding-left: 10%; padding-right: 10%; } #poco_f3 .text-box.text-box--left .text { padding-left: 0; padding-right: 0; } } /* =============== Floating text-box =============== */ #poco_f3 .section.section-float { position: relative; z-index: 1; height: 580px; } #poco_f3 .section.section-float--big { height: 680px; } #poco_f3 .section .text-box.text-box-float { padding: 0; position: absolute; z-index: 2; top: 50%; width: 40%; transform: translateY(-50%); } #poco_f3 .section .text-box.text-box-float--left { left: 5%; } #poco_f3 .section .text-box.text-box-float--right { left: 60%; width: 35%; } @media (max-width: 991.98px) { #poco_f3 .section.section-float { height: 440px; } #poco_f3 .section.section-float--big { height: 560px; } } @media (max-width: 767.98px) { #poco_f3 .section.section-float { height: 420px; } #poco_f3 .section.section-float--big { height: 480px; } #poco_f3 .section .text-box.text-box-float { width: 45%; } #poco_f3 .section .text-box.text-box-float--left { left: 5%; } #poco_f3 .section .text-box.text-box-float--right { left: 50%; } } @media only screen and (max-width: 575.98px) { #poco_f3 .section.section-float { height: auto; background-position: center bottom; background-size: 140% auto; background-color: #ffffff; padding-bottom: 300px; } #poco_f3 .section .text-box.text-box-float, #poco_f3 .section .text-box.text-box-float--left { position: static; text-align: center; transform: none; padding: 10% 5%; width: 100%; } } @media only screen and (max-width: 363.98px) { #poco_f3 .section.section-float { padding-bottom: 220px; } } @media (min-width: 1200px) { #poco_f3 .section.section-float { height: 720px; } #poco_f3 .section.section-float--big { height: 820px; } #poco_f3 .section .text-box.text-box-float { width: 35%; } #poco_f3 .section .text-box.text-box-float--left { left: 12.5%; } } @media (min-width: 1620px) { #poco_f3 .section.section-float { height: 880px; } #poco_f3 .section.section-float--big { height: 980px; } #poco_f3 .section .text-box.text-box-float { width: 30%; } #poco_f3 .section .text-box.text-box-float--right { left: 60%; } } @media (min-width: 2080px) { #poco_f3 .section.section-float { height: 1080px; } #poco_f3 .section.section-float--big { height: 1180px; } } /* =============== Personalized =============== */ /* =============== Section 01 =============== */ #poco_f3 .section-01 { background-image: url('https://media.mi-home.pl/products/poco-f3/section-01_01.jpg'); height: 680px; } #poco_f3 .section-01 .text-box { display: flex; flex-wrap: wrap; align-items: center; padding-left: 0; padding-right: 0; max-width: 980px; margin: 0 auto; } #poco_f3 .section-01 .text-box .item { flex: 0 0 33.3333%; width: 33.3333%; } #poco_f3 .section-01 .text-box .item-2 { text-align: center; } #poco_f3 .section-01 .text-box img { height: 520px; } #poco_f3 .section-01 .text-box .title { font-size: 42px; font-weight: 900; color: #fcc800; } #poco_f3 .section-01 .text-box .desc { font-size: 24px; margin-top: 10px; font-weight: 500; } #poco_f3 .section-01 .text-box .text { margin-top: 0; padding-left: 30px; } @media (max-width: 991.98px) { #poco_f3 .section-01 { height: 560px; } #poco_f3 .section-01 .text-box { padding-left: 5%; } #poco_f3 .section-01 .text-box img { height: 360px; } #poco_f3 .section-01 .text-box .title { font-size: 36px; } #poco_f3 .section-01 .text-box .desc { font-size: 20px; } #poco_f3 .section-01 .text-box .text { margin-top: 15px; } } @media (max-width: 767.98px) { #poco_f3 .section-01 { height: 420px; } #poco_f3 .section-01 .text-box { padding-top: 7.5%; } #poco_f3 .section-01 .text-box img { height: 280px; } #poco_f3 .section-01 .text-box .desc { font-size: 18px; } #poco_f3 .section-01 .text-box .text { font-size: 15px; } } @media only screen and (max-width: 575.98px) { #poco_f3 .section-01 { height: auto; background-position: center bottom; background-size: 100% auto; background-color: #000000; padding-bottom: 100px; } #poco_f3 .section-01 .text-box { position: static; width: 100%; padding: 10% 5%; text-align: center; transform: none; } #poco_f3 .section-01 .text-box img { display: inline-block; margin: 30px 0; height: 320px; } #poco_f3 .section-01 .text-box .item { flex: 0 0 100%; width: 100%; } } @media (min-width: 1200px) { #poco_f3 .section-01 { height: 780px; } #poco_f3 .section-01 .text-box .title { font-size: 58px; } #poco_f3 .section-01 .text-box .desc { font-size: 28px; } #poco_f3 .section-01 .text-box .text { font-size: 18px; } } @media (min-width: 1620px) { #poco_f3 .section-01 { height: 880px; } } @media (min-width: 2080px) { #poco_f3 .section-01 { height: 1180px; } } /* =============== Section 02 =============== */ #poco_f3 .section-02 { position: relative; z-index: 1; } #poco_f3 .section-02 .text-box { position: absolute; z-index: 2; left: 25%; width: 50%; padding: 0; top: 50%; transform: translateY(-50%); } #poco_f3 .section-02 .text-box .video-link { display: inline-block; margin-top: 20px; cursor: pointer; } #poco_f3 .section-02 .text-box img { width: 46px; } @media (max-width: 767.98px) { #poco_f3 .section-02 .text-box { position: static; padding: 10% 5%; width: 100%; transform: none; } } /* =============== Section 03 & 08 & 13a & 14a & 18 =============== */ #poco_f3 .section.section-label { background-color: #000000; } #poco_f3 .section.section-label .text-box { -webkit-text-fill-color: transparent; background-clip: text; -webkit-background-clip: text; background-image: linear-gradient(90deg,#8a3e07,#af6f10,#d39f19,#d7850d,#e19007,#e7a506,#8a3e07); padding: 7.5% 20%; } #poco_f3 .section.section-label .text-box .title { font-size: 56px; font-weight: 900; text-transform: uppercase; } #poco_f3 .section.section-label .text-box .desc { font-weight: 300; font-size: 28px; } @media (max-width: 991.98px) { #poco_f3 .section.section-label .text-box { padding: 7.5% 15%; } #poco_f3 .section.section-label .text-box .title { font-size: 48px; } #poco_f3 .section.section-label .text-box .desc { font-size: 24px; } } @media (max-width: 767.98px) { #poco_f3 .section.section-label .text-box .title { font-size: 36px; } #poco_f3 .section.section-label .text-box .desc { font-size: 22px; } } @media only screen and (max-width: 575.98px) { #poco_f3 .section.section-label .text-box { padding: 10% 5%; } #poco_f3 .section.section-label .text-box .title { font-size: 28px; } #poco_f3 .section.section-label .text-box .desc { font-size: 20px; } } @media (min-width: 1200px) { #poco_f3 .section.section-label .text-box .title { font-size: 66px; } } @media (min-width: 1400px) { #poco_f3 .section.section-label .text-box .title { font-size: 76px; } } /* =============== Section 04 =============== */ #poco_f3 .section-04 { background-image: url('https://media.mi-home.pl/products/poco-f3/section-04.png'); background-position: top right; background-size: 100% auto; padding-bottom: 7.5%; } #poco_f3 .section-04 .text-box { padding: 15% 55% 15% 10%; } #poco_f3 .section-04 .section-wrapper { color: #ffffff; display: flex; flex-wrap: wrap; width: 80%; margin: 0 auto; } #poco_f3 .section-04 .section-wrapper .item { flex: 0 0 50%; width: 50%; font-size: 14px; font-weight: 300; } #poco_f3 .section-04 .section-wrapper .item .desc { font-size: 26px; font-weight: bold; } #poco_f3 .section-04 .section-wrapper .item-1 .text { margin-top: 20px; } #poco_f3 .section-04 .section-wrapper .item-1 .text--small { font-size: 13px; } #poco_f3 .section-04 .section-wrapper .item-2 { padding-left: 5%; } #poco_f3 .section-04 .section-wrapper .item-2 .desc { margin: 40px 0 10px; } #poco_f3 .section-04 .line-item { display: flex; align-items: center; justify-content: space-between; width: 80%; margin-bottom: 15px; } #poco_f3 .section-04 .line-wrapper { flex: 0 0 70%; width: 70%; } #poco_f3 .section-04 .line-wrapper .line-1 { height: 4px; width: 100%; background-color: #fcc800; margin-bottom: 4px; } #poco_f3 .section-04 .line-wrapper .line-2 { height: 4px; width: 80%; background-color: #656565; } #poco_f3 .section-04 .line-text { font-size: 24px; font-weight: bold; color: #fcc800; } @media (max-width: 767.98px) { #poco_f3 .section-04 .text-box { padding: 10% 55% 10% 5%; } #poco_f3 .section-04 .line-text, #poco_f3 .section-04 .section-wrapper .item .desc { font-size: 20px; } #poco_f3 .section-04 .section-wrapper { width: 90%; padding-top: 5%; } } @media only screen and (max-width: 575.98px) { #poco_f3 .section-04 { padding-top: 20%; } #poco_f3 .section-04 .text-box { padding: 10% 5%; } #poco_f3 .section-04 .section-wrapper .item { flex: 0 0 100%; width: 100%; padding-bottom: 10%; } #poco_f3 .section-04 .section-wrapper .item-2 { padding-left: 0; padding-top: 5%; } } @media (min-width: 1200px) { #poco_f3 .section-04 .text-box { padding: 15% 55% 15% 15%; } #poco_f3 .section-04 .section-wrapper { width: 70%; } } @media (min-width: 1400px) { #poco_f3 .section-04 .text-box { padding: 20% 55% 20% 20%; } #poco_f3 .section-04 .section-wrapper { width: 60%; } } /* =============== Section 05 =============== */ #poco_f3 .section-05 .text-box { padding: 10% 10% 10% 60%; } #poco_f3 .section-05 .section-wrapper { background-image: url('https://media.mi-home.pl/products/poco-f3/section-05.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center center; } @media (max-width: 991.98px) { #poco_f3 .section-05 .text-box { padding: 7.5% 7.5% 7.5% 55%; } } @media (max-width: 767.98px) { #poco_f3 .section-05 .text-box { padding: 7.5% 5% 7.5% 50%; } } @media only screen and (max-width: 575.98px) { #poco_f3 .section-05 .section-wrapper { background-size: 180% auto; background-position: left bottom; padding-bottom: 450px; background-color: #F8C300; } #poco_f3 .section-05 .text-box { padding: 10% 5%; } } @media only screen and (max-width: 363.98px) { #poco_f3 .section-05 .section-wrapper { padding-bottom: 320px; } } @media (min-width: 1200px) { #poco_f3 .section-05 .text-box { padding: 10% 15% 10% 60%; } } /* =============== Section 06 & 20 =============== */ #poco_f3 .section-06, #poco_f3 .section-20 { padding-top: 5%; } #poco_f3 .section-06 .section-wrapper, #poco_f3 .section-20 .section-wrapper { max-width: 1080px; width: 90%; margin: 0 auto; position: relative; z-index: 1; overflow: hidden; border-radius: 20px; } #poco_f3 .section-06 .text-box, #poco_f3 .section-20 .text-box { position: absolute; z-index: 2; width: 50%; top: 50%; transform: translateY(-50%); left: 0; padding-top: 0; padding-left: 10%; padding-bottom: 0; } @media (max-width: 767.98px) { #poco_f3 .section-06 .text-box, #poco_f3 .section-20 .text-box { padding-left: 5%; } } @media only screen and (max-width: 575.98px) { #poco_f3 .section-06 .text-box, #poco_f3 .section-20 .text-box { position: static; width: 100%; transform: none; padding: 10% 0; } #poco_f3 .section-06 .section-wrapper, #poco_f3 .section-20 .section-wrapper { border-radius: 10px; } #poco_f3 .section-06 .section-wrapper .video, #poco_f3 .section-20 .section-wrapper .video { border-radius: 10px; overflow: hidden; } } /* =============== Section 07 =============== */ #poco_f3 .section-07 { padding-top: 5%; } #poco_f3 .section-07 .list { display: flex; flex-wrap: wrap; padding-top: 30px; } #poco_f3 .section-07 .list .item { flex: 0 0 25%; width: 25%; margin: 20px 0; color: #ffffff; border-right: 1px solid rgba(255,255,255,0.25); padding-left: 30px; } #poco_f3 .section-07 .list .item:last-child { border-right: none; } #poco_f3 .section-07 .list .item:first-child { padding-left: 0; } #poco_f3 .section-07 .list .item .desc { font-size: 22px; margin-top: 0; } #poco_f3 .section-07 .list .item .text { opacity: .7; font-size: 14px; margin-top: 15px; } @media (max-width: 767.98px) { #poco_f3 .section-07 .list .item .desc { font-size: 18px; } #poco_f3 .section-07 .list .item .text { margin-top: 10px; } } @media only screen and (max-width: 575.98px) { #poco_f3 .section-07 .list .item { flex: 0 0 50%; width: 50%; padding-left: 15px; } #poco_f3 .section-07 .list .item:nth-child(2) { border-right: none; } #poco_f3 .section-07 .list .item:nth-child(3) { padding-left: 0; } } @media (min-width: 1200px) { #poco_f3 .section-07 .list .item .desc { font-size: 26px; } } /* =============== Section 09 =============== */ #poco_f3 .section-09 { background-image: url('https://media.mi-home.pl/products/poco-f3/section-09.png'); background-position: center center; background-size: 100% auto; height: 680px; } #poco_f3 .section-09 .text-box { padding-top: 15%; padding-right: 55%; } @media (max-width: 991.98px) { #poco_f3 .section-09 { height: 560px; } } @media (max-width: 767.98px) { #poco_f3 .section-09 { height: 480px; } } @media only screen and (max-width: 575.98px) { #poco_f3 .section-09 { height: 380px; background-color: #000000; background-size: 120% auto; } #poco_f3 .section-09 .text-box { padding-top: 20%; padding-right: 45%; } } @media (min-width: 1200px) { #poco_f3 .section-09 { height: 820px; } } @media (min-width: 1620px) { #poco_f3 .section-09 { height: 920px; } } @media (min-width: 2080px) { #poco_f3 .section-09 { height: 1080px; } } /* =============== Section 10 & 11 & 12 =============== */ #poco_f3 .section-11 { padding-bottom: 5%; } #poco_f3 .section-10 .video, #poco_f3 .section-11 .video-wrapper, #poco_f3 .section-12 .video-wrapper { max-width: 1080px; display: block; width: 90%; margin: 0 auto; overflow: hidden; border-radius: 20px; } #poco_f3 .section-10 .text--small { max-width: 1080px; margin: 0 auto; display: block; width: 90%; padding: 2.5% 0 5% 0; font-size: 14px; color: rgba(255,255,255,0.5); } #poco_f3 .section-11 .video-wrapper { position: relative; z-index: 1; padding: 20px; } #poco_f3 .section-11 .video-wrapper .video { overflow: hidden; border-radius: 20px; } #poco_f3 .section-11 .video-wrapper img { position: absolute; z-index: 2; left: 0; top: 0; } #poco_f3 .section-11 .list { max-width: 1080px; margin: 0 auto; width: 90%; display: flex; flex-wrap: wrap; padding-top: 30px; } #poco_f3 .section-11 .list .item { flex: 0 0 25%; width: 25%; padding: 20px; color: #ffffff; font-size: 15px; font-weight: 300; } #poco_f3 .section-11 .list .item .title { display: block; font-size: 24px; font-weight: bold; margin-bottom: 10px; } @media (max-width: 991.98px) { #poco_f3 .section-11 .list .item .title { font-size: 20px; } #poco_f3 .section-11 .list .item { flex: 0 0 50%; width: 50%; } } @media (max-width: 767.98px) { #poco_f3 .section-11 .list .item .title { font-size: 18px; } #poco_f3 .section-11 .list .item { font-size: 14px; } } @media only screen and (max-width: 575.98px) { #poco_f3 .section-11 .video-wrapper { padding: 10px; } #poco_f3 .section-11 .video-wrapper .video { border-radius: 10px; } } @media only screen and (max-width: 363.98px) { #poco_f3 .section-11 .list .item { flex: 0 0 100%; width: 100%; padding: 20px 0; } } /* =============== Section 14 =============== */ #poco_f3 .section-14 { display: flex; flex-wrap: wrap; align-items: center; padding-bottom: 5%; } #poco_f3 .section-14 .text-box, #poco_f3 .section-14 .image-box { flex: 0 0 50%; width: 50%; } #poco_f3 .section-14 .text-box { padding-right: 5%; } #poco_f3 .section-14 .image-box { padding-left: 5%; } #poco_f3 .section-14 .image-wrapper { flex: 0 0 100%; width: 100%; } #poco_f3 .section-14 .desc-wrapper { color: #ffffff; padding-left: 5%; margin-top: -15px; font-size: 15px; } #poco_f3 .section-14 .desc-wrapper .title { display: block; font-size: 26px; font-weight: bold; margin-bottom: 15px; } @media (max-width: 767.98px) { #poco_f3 .section-14 .desc-wrapper .title { font-size: 20px; } } @media only screen and (max-width: 575.98px) { #poco_f3 .section-14 .text-box, #poco_f3 .section-14 .image-box { flex: 0 0 100%; width: 100%; } #poco_f3 .section-14 .image-box { padding: 0 20%; } #poco_f3 .section-14 .desc-wrapper .title { font-size: 18px; } } /* =============== Section 15 =============== */ #poco_f3 .section-15 .section-item { display: flex; flex-wrap: wrap; padding: 7.5% 0; max-width: 1080px; width: 90%; margin: 0 auto; align-items: center; } #poco_f3 .section-15 .section-item:last-child { display: block; max-width: none; width: 100%; } #poco_f3 .section-15 .section-item:last-child .image-wrapper { width: 100%; } #poco_f3 .section-15 .section-item .image-wrapper { flex: 0 0 65%; width: 65%; } #poco_f3 .section-15 .section-item .text-wrapper { flex: 0 0 35%; width: 35%; padding: 30px 50px; color: #ffffff; } #poco_f3 .section-15 .section-item:last-child .text-wrapper { width: 100%; text-align: center; } #poco_f3 .section-15 .section-item .text-wrapper .title { display: block; font-size: 26px; font-weight: bold; margin-bottom: 15px; } @media (max-width: 991.98px) { #poco_f3 .section-15 .section-item .text-wrapper { padding: 20px 30px; } } @media (max-width: 767.98px) { #poco_f3 .section-15 .section-item .text-wrapper .title { font-size: 20px; } } @media only screen and (max-width: 575.98px) { #poco_f3 .section-15 .section-item .text-wrapper .title { font-size: 18px; } #poco_f3 .section-15 .section-item:nth-child(2) { flex-direction: column-reverse; } #poco_f3 .section-15 .section-item .image-wrapper, #poco_f3 .section-15 .section-item .text-wrapper { flex: 0 0 100%; width: 100%; } #poco_f3 .section-15 .section-item .text-wrapper { padding: 20px 0; } } /* =============== Section 16 & 17 =============== */ #poco_f3 .section-16, #poco_f3 .section-17 { padding-bottom: 5%; } #poco_f3 .section-16 .video, #poco_f3 .section-17 .video { max-width: 1080px; display: block; width: 90%; margin: 0 auto; overflow: hidden; border-radius: 20px; } #poco_f3 .section-17 .text-box { display: flex; align-items: center; } #poco_f3 .section-17 .text-box .item-1 { flex: 0 0 calc(100% - 150px); width: calc(100% - 150px); padding-right: 15%; } #poco_f3 .section-17 .text-box .item-2 { flex: 0 0 150px; width: 150px; } @media (max-width: 767.98px) { #poco_f3 .section-17 .text-box .item-1 { flex: 0 0 calc(100% - 100px); width: calc(100% - 100px); padding-right: 10%; } #poco_f3 .section-17 .text-box .item-2 { flex: 0 0 100px; width: 100px; } } /* =============== Section 19 =============== */ #poco_f3 .section-19 { background-image: url('https://media.mi-home.pl/products/poco-f3/section-19.png'); background-size: 100% auto; height: 720px; position: relative; z-index: 1; } #poco_f3 .section-19 .logos-bottom { display: flex; justify-content: space-between; width: 500px; position: absolute; left: 50%; bottom: 5%; margin-left: -250px; z-index: 2; } #poco_f3 .section-19 .logos-bottom .item-1 img { height: 64px; } #poco_f3 .section-19 .logos-bottom .item-2 { display: flex; } #poco_f3 .section-19 .logos-bottom .item-2 img { width: 66px; display: inline-block; margin: 0 10px; } @media (max-width: 991.98px) { #poco_f3 .section-19 .logos-bottom .item-1 img { height: 54px; } #poco_f3 .section-19 .logos-bottom .item-2 img { width: 56px; } } @media (max-width: 767.98px) { #poco_f3 .section-19 { height: 560px; } #poco_f3 .section-19 .logos-bottom { width: 300px; margin-left: -150px; } #poco_f3 .section-19 .logos-bottom .item-1 img { height: 44px; } #poco_f3 .section-19 .logos-bottom .item-2 img { width: 42px; } } @media only screen and (max-width: 363.98px) { #poco_f3 .section-19 { height: 480px; background-position: top 250px center; } #poco_f3 .section-19 .logos-bottom { width: 200px; margin-left: -100px; } #poco_f3 .section-19 .logos-bottom .item-1 img { height: 40px; } #poco_f3 .section-19 .logos-bottom .item-2 img { width: 36px; } } @media (min-width: 1200px) { #poco_f3 .section-19 { height: 820px; } } @media (min-width: 1620px) { #poco_f3 .section-19 { height: 920px; } } @media (min-width: 2080px) { #poco_f3 .section-19 { height: 1020px; } } /* =============== Section 21 =============== */ #poco_f3 .section-21 { padding-bottom: 7.5%; } #poco_f3 .section-21 .list { max-width: 1080px; width: 90%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 30px; } #poco_f3 .section-21 .list .item { flex: 0 0 23%; width: 23%; padding: 0 20px 30px; color: #ffffff; text-align: center; border: 1px solid rgba(248,183,0,.2); } #poco_f3 .section-21 .list .item img { display: inline-block; width: 64px; margin-top: -32px; } #poco_f3 .section-21 .list .item .text { display: block; font-size: 16px; margin-top: 20px; } @media (max-width: 767.98px) { #poco_f3 .section-21 .list .item { flex: 0 0 46%; width: 46%; margin-bottom: 60px; } } @media only screen and (max-width: 363.98px) { #poco_f3 .section-21 .list .item { flex: 0 0 100%; width: 100%; } } /* =============== Section image box =============== */ #poco_f3 .section .image-box-wrap { padding: 0; width: 90%; max-width: 2000px; margin: 0 auto; overflow: hidden; border-radius: 20px; } #poco_f3 .section .image-box-wrap .image-box { display: flex; flex-wrap: wrap; padding: 0; background-color: #ffffff; } #poco_f3 .section .image-box--reverse { flex-direction: row-reverse; } #poco_f3 .section .text-wrap, #poco_f3 .section .image { width: 50%; flex: 0 0 50%; } #poco_f3 .section .text-wrap { display: flex; align-items: center; flex-wrap: wrap; padding: 0 5%; text-align: center; color: #191919; } #poco_f3 .section .text-wrap > div { width: 100%; } #poco_f3 .section .text-wrap .title { font-size: 22px; display: block; margin-bottom: 0; font-weight: bold; } #poco_f3 .section .text-wrap .text { font-weight: 300; padding-top: 20px; font-size: 15px; display: block; } @media (max-width: 991.98px) { #poco_f3 .section .text-wrap .title { font-size: 18px; } #poco_f3 .section .text-wrap .text { font-size: 14px; } } @media (max-width: 767.98px) { #poco_f3 .section .text-wrap { padding: 0 5%; } #poco_f3 .section .text-wrap .text { padding-top: 10px; } } @media only screen and (max-width: 575.98px) { #poco_f3 .section .image-box-wrap .image-box { flex-wrap: wrap; flex-direction: column-reverse; } #poco_f3 .section .text-wrap, #poco_f3 .section .image { width: 100%; display: block; } #poco_f3 .section .text-wrap { padding: 10% 5%; text-align: center; } } @media (min-width: 1200px) { #poco_f3 .section .text-wrap { padding: 0 10%; } } /* =============== Section spec =============== */ #poco_f3 .section-notes { padding: 3.5% 12.5%; margin: 0 auto; } #poco_f3 .section-notes ul { margin: 0; padding: 0; list-style: none; } #poco_f3 .section-notes ul li { color: #ffffff; font-size: 13px; line-height: 1.5; font-weight: 300; opacity: .5; padding-bottom: 5px; } @media (max-width: 991.98px) { #poco_f3 .section-notes { padding: 5%; } #poco_f3 .section-notes ul li { font-size: 13px; } } @media (min-width: 1200px) { #poco_f3 .section-notes { padding: 3.5% 0; max-width: 1164px; } } /* =============== Slider =============== */ #poco_f3 .slick-dots { bottom: 35px; } #poco_f3 .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; } #poco_f3 .slick-dots li.slick-active button::before, #poco_f3 .slick-dots li:hover button::before { opacity: 1; } #poco_f3 .slick-dotted.slick-slider { margin-bottom: 0; padding: 0; } #poco_f3 .slick-slider > .slider-item { display: none; } #poco_f3 .slick-slider > .slider-item:first-child { display: block; } #poco_f3 .slick-slider .slick-dots li button { border-radius: 30px; } #poco_f3 .slick-slider .slick-dots li button { background: #fff; transition: 0.3s ease-in-out opacity; opacity: .25; width: 15px; height: 15px; } #poco_f3 .slick-slider .slick-dots li.slick-active button, #poco_f3 .slick-slider .slick-dots li button:hover { background: #fff; opacity: 1; } #poco_f3 .slick-dots li button::before { content: none; } @media (max-width: 767.98px) { #poco_f3 .slick-dots { bottom: 15px; } } /* If you're copying, you are a very bad person. Very. */ require( ['aos'], function (AOS) { AOS.init({ once: true }); } ); require( [ 'jquery', 'Amasty_Base/vendor/slick/slick.min' ], function ($) { $('.slider-fade').slick({ infinite: true, arrows: false, autoplay: true, dots: false, fade: true, cssEase: 'linear' }); $('.slider-standard').slick({ infinite: true, arrows: false, autoplay: true, dots: true, }); } ); POCO F3 Prawdziwa bestia 5G Snapdragon™ 870 AMOLED 120 Hz Podwójne głośniki Dolby Atmos® Przybyła prawdziwa bestia Wysłuchaliśmy Was i stworzyliśmy jak dotąd najpotężniejsze POCO. Szybsze i mocniejsze urządzenie bez kompromisów. Ta bestia ma potężny procesor, błyskawiczną pamięć masową, zupełnie nowy ekran AMOLED o wysokiej częstotliwości odświeżania, a to dopiero początek! NAJLEPSZA WYDAJNOŚĆ Najmocniejszy jak dotąd procesor w POCO Qualcomm® Snapdragon™ 870 Dzięki technologii wykonania procesora w 7nm wydajność została znacznie poprawiona. Podczas oglądania filmów, grania lub surfowania po sieci, procesor będzie o krok do przodu, pozwalając Ci cieszyć się nową generacją prędkości. 3.2 GHz Wiodąca szybkość rdzenia Wynik AnTuTu 17% Procesor 12% GPU 10% * większa wydajność w porównaniu do Snapdragon™ 865 Łącząc LPDDR5 z UFS 3.1, aplikacje oraz gry będą się otwierać i ładować w mgnieniu oka. LPDDR5 Do 8 GB pamięci RAM UFS3.1 Do 256 GB pamięci Doświadczenie prędkości z 5G i Wi-Fi 6 5G Obsługuje 11 globalnych pasm sieciowych Symetryczny układ anteny 360° Wi-Fi 6 Poprawa o 270% w porównaniu z Wi-Fi 5. Maksymalna przepustowość sięga 1.7Gb/s. Technologia LiquidCool 1.0 Plus Podczas wykonywania ciężkich zadań procesor jest natychmiast schładzany. Trójwymiarowy system rozpraszania ciepła wydajniej chłodzi, dzięki czemu urządzenie się nie przegrzewa. Duża bateria 4520 mAh (typ) Smukłe ciało przepełnione mocą. Od rana do wieczora, bez znaczenia co robisz, bateria z łatwością wspiera Cię przez wiele godzin. Naładuj do 100%* w 52 minuty dzięki szybkiemu ładowaniu 33W. Pożegnaj się z obawą o niski poziom baterii. do 268 godzin standby 10 godzin gry 14 godzin oglądania 149 godzin słuchania POPATRZ W OCZY BESTII Najwyraźniejszy jak dotąd wyświetlacz POCO Wysoka częstotliwość odświeżania 120Hz Niezależnie od tego, czy czytasz, czy grasz w gry, ekran jest płynniejszy niż kiedykolwiek. Obraz odświeża do 120 klatek na sekundę. Ciesz się niespotykaną gładkością! Częstotliwość próbkowania dotykowego 360Hz Częstotliwość próbkowania dotykowego została zwiększona do 360Hz oraz bardziej dopracowany algorytm dotykowy. Telefon natychmiastowo reaguje na dotknięcia opuszków palców, dzięki czemu gra i zwykła praca jest wyjątkowo płynna. *Przykładowe wideo zostały spowolnione 8x. Wyświetlacz AMOLED E4 Dzięki nowej generacji wysokiej klasy materiału ekranu, zużycie energii jest zmniejszone o 15%, dzięki czemu bateria działa dłużej. Najwierniejsze odzwierciedlenie kolorów spośród wszystkich wyświetlaczy POCO. HDR10 + Poprawiona jasność i kontrast 100% DCI-P3 (typ) Jaśniejsze i bogatsze kolory Szczytowa jasność 1300 nitów Jasne nawet w pełnym słońcu 5000000:1 Współczynnik kontrastu Technologia MEMC Poprawia płynność treści o niskiej liczbie klatek na sekundę, aby wyraźnie wyświetlać szybkie ruchy. TEMPERAMENT BESTII Potężny ale smukły Wyświetlacz ma jedną z najmniejszych kropek w branży o wielkości zaledwie 2,76mm. Minimalna kropka uzupełnia smukły korpus o grubości zaledwie 7,8mm. Dwustronne szkło ochronne Corning® Gorilla® Glass 5 i solidna metalowa rama nadają telefonowi wyrafinowany styl. OCZAMI BESTII Uzyskaj artystyczny obraz dzięki potrójnemu aparatowi SI Przekrocz fizyczne ograniczenia optyki dzięki sztucznej inteligencji. Połącz wysokiej jakości sprzęt z ulepszonymi możliwościami obliczeniowymi oprogramowania i uchwyć świat z różnych perspektyw. Potężne możliwości obliczeniowe pomogą Ci w tworzeniu intrygujących filmów. Główny aparat 48 MP Uchwyć świat tak wyraźnie, jak go widzisz Aparat telemakro 5 MP Rób spektakularne ujęcia wielkiego mikro świata Przedni aparat 20 MP Uchwyć najlepszą wersję siebie Tryb nocny 2.0 Uzyskaj wielką głębię i kontrast, bez względu na porę Ultraszerokokątny aparat FOV 119° Zyskaj szerszy obraz w jednym ujęciu Kino SI jednym kliknięciem Bądź kreatywny dzięki większej liczbie funkcji wideo. Wspomóż swoją wyobraźnię z potrójnym aparatem SI. Układ trzech mikrofonów Wyizoluj dźwięk i nagraj tylko to co chcesz. Po raz pierwszy POCO jest wyposażony w potrójne mikrofony, które odbierają dźwięk otoczenia w zakresie 360°. Z łatwością usuwa szumy tła, nagrywa panoramiczny dźwięk przestrzenny i przybliża, aby wyraźnie wzmocnić dźwięk, który chcesz usłyszeć. POCZUJ BESTIĘ Flagowe podwójne głośniki Głośniki stereo są niezbędne we flagowym telefonie, a struny głosowe tej bestii są na najwyższym poziomie. Certyfikowane przez Dolby Atmos głośniki zapewniają bardziej realistyczne efekty dźwiękowe bliskie i dalekie, oferując wciągające i ekscytujące wrażenia audiowizualne. Fregata Haptyczny w osi X. Trójwymiarowe wibracje są porównywalne z tymi w urządzeniach o profesjonalnym zastosowaniu. Poczuj się jakbyś naprawdę tam był. Każde dotknięcie daje realistyczne i wyraźne informacje zwrotne na palca. Szczegóły, wzmacniające bestię NFC Boczny czujnik odcisków palców GPS o podwójnej częstotliwości Blaster IR Uwagi: * Obrazy na tej stronie są ilustracjami, a wygląd rzeczywistego produktu może się nieco różnić. * 5G wymaga wsparcia lokalnych operatorów telekomunikacyjnych i może nie być dostępne we wszystkich regionach. * Wszystkie dane na tej stronie dotyczące testu porównawczego, ładowania i żywotności baterii pochodzą z wewnętrznych laboratoriów. Rzeczywiste wyniki mogą się różnić w zależności od wersji oprogramowania, środowiska i wersji telefonu i mogą nie odzwierciedlać rzeczywistego produktu. * Funkcja Dolby Atmos zostanie udostępniona w przyszłej aktualizacji OTA. * Wszystkie liczby pokazane na stronie produktu mają jedynie charakter poglądowy i mogą nie odzwierciedlać rzeczywistego produktu. * Dostępność kanałów może się różnić w zależności od rynku. Lokalne standardy i przepisy mogą się różnić. Przed zakupem upewnij się, że ten produkt spełnia lokalne wymagania.

Najniższa cena
1899,00 zł
w 1 sklepie

Porównaj ceny

Mi-Home
Niedostępny
1899,00 zł
Kup w sklepie →