Opis
/* css reset */
#rich-rich,
#rich-rich * {
box-sizing: border-box;
}
#rich-rich h2 {
margin: revert;
}
#rich-rich {
font-family: “Montserrat”, sans-serif;
}
#rich-rich h2 {
color: #000;
font-size: 4em;
font-weight: 600;
margin: 0.83em 0;
}
#rich-rich h3 {
color: #000;
font-size: 3.5em;
font-weight: 600;
margin: 0.3em 0 0.5em 0;
}
#rich-rich h4 {
color: #000;
font-size: 2em;
font-weight: 600;
margin: 1em 0 1.33em 0;
min-height: 120px
}
/* Правки */
#rich-rich .clmn-4 h4 {
color: #000;
font-size: 1.5em;
font-weight: 600;
margin: 1em 0 1.2em 0;
min-height: 60px
}
#rich-rich p {
color: #000;
font-size: 1.5em;
line-height: 1.5em;
font-weight: 400;
margin: 0.8em 0 1.5em 0;
text-align: justify;
}
/* Правки */
#rich-rich .clmn-4 p {
color: #000;
font-size: 1.25em;
font-weight: 400;
margin: 1em 0 1em 0;
}
#rich-rich strong {
font-weight: 600;
}
#rich-rich li {
font-weight: 400;
font-size: 1.5em;
margin: 1em 0;
padding: 0;
list-style-position: inside;
}
#rich-rich ul {
padding-inline-start: 0px;
}
#rich-rich .desc-img.lazy,
#rich-rich .desc-img {
max-width: 100%;
height: auto;
}
/* custom style */
#rich-rich .flex-container {
display: flex;
flex-wrap: wrap;
flex-direction: row;
max-width: 1400px;
margin: 0 auto;
padding-top: 3%;
padding-bottom: 1%;
}
#rich-rich .clmn {
margin: 20px auto;
padding: 0.5em 2em 1em 2em;
}
#rich-rich .clmn_alt {
margin: 1%;
padding: 0em;
flex-direction: column;
}
#rich-rich .clmn_alt p {
padding: 0.8em;
}
#rich-rich .clmn-1 {
width: 100%;
}
#rich-rich .clmn-2 {
width: 50%;
}
#rich-rich .clmn-3 {
width: 33.33%;
/* Правки */
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
min-height: 400px;
/* общая высота блока */
box-sizing: border-box;
}
/* Правки */
#rich-rich .clmn-3 div img {
width: 100%;
height: 200px;
object-fit: cover;
display: block;
}
#rich-rich .clmn-3_alt {
width: 30%;
}
#rich-rich .clmn-70 {
width: 70%;
margin-left: auto;
margin-right: auto;
}
#rich-rich .clmn-70_alt {
width: 66%;
display: flex;
}
#rich-rich .clmn.right {
justify-content: flex-end;
text-align: right;
display: flex;
flex-wrap: wrap;
align-content: center;
}
#rich-rich .clmn.center {
justify-content: center;
text-align: center;
display: flex;
flex-wrap: wrap;
align-content: flex-start;
}
.img-clmn {
text-align: center;
}
@media screen and (max-width: 992px) {
#rich-rich h2 {
font-size: 2.7em;
}
#rich-rich h3 {
font-size: 2.4em;
}
#rich-rich .flex-container {
display: flex;
flex-wrap: wrap;
flex-direction: column;
max-width: 1400px;
margin: 0 20px;
padding-top: 0;
padding-bottom: 6%;
}
#rich-rich .padmob {
padding: 0 20px;
}
#rich-rich .clmn {
padding: 0 0 1em 0;
}
#rich-rich {
font-size: 14px;
max-width: 100%;
}
#rich-rich .clmn-1,
#rich-rich .clmn-2,
#rich-rich .clmn-3,
#rich-rich .clmn-4,
#rich-rich .clmn-70 {
width: 100%;
}
#rich-rich .clmn-3_alt,
#rich-rich .clmn-70_alt {
max-width: 500px;
margin: auto auto 1em auto;
width: 100%;
}
#rich-rich .clmn.right {
justify-content: flex-start;
text-align: left;
}
#rich-rich .flex-container.revert {
flex-direction: column-reverse;
max-width: 1400px;
margin: 0 auto;
}
#rich-rich svg {
justify-content: flex-start;
max-width: 20%;
}
}
/* template */
#rich-rich .aspect-cor {
aspect-ratio: 3 / 2;
overflow: hidden;
border-radius: 20px;
}
#rich-rich .aspect-cor2 {
aspect-ratio: 6 / 5;
overflow: hidden;
border-radius: 20px;
}
#rich-rich .top-logo {
max-width: 230px;
margin: auto;
}
#rich-rich .top-logo img {
display: block;
width: 100%;
}
#rich-rich .boldupcent {
text-transform: uppercase;
font-weight: bold;
text-align: center;
}
#rich-rich .boldcent {
font-weight: 600;
text-align: center;
}
#rich-rich .normalupcent {
text-transform: uppercase;
text-align: center;
font-weight: normal;
}
#rich-rich .normalcent {
text-align: center;
font-weight: normal;
}
#rich-rich .boldupleft {
text-transform: uppercase;
font-weight: bold;
text-align: left;
}
#rich-rich .boldleft {
font-weight: 600;
text-align: left;
}
#rich-rich .vertmid {
display: flex;
align-items: center;
justify-content: left;
}
#rich-rich .video {
height: 0;
position: relative;
padding-bottom: 56.25%;
}
#rich-rich .video iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
@media (min-width: 992px) {
#rich-rich .listinrow {
display: flex;
flex-directon: row;
justify-content: space-around;
}
}
@media (min-width: 992px) {
#rich-rich .clmn-4 {
width: 50%;
}
}
@media (min-width: 1200px) {
#rich-rich .clmn-4 {
width: 25%;
}
}

4K TV
QLED TV with built-in Google
Assistant.
Quantum Dot technology and the P5 image processing program provide realistic colors, contrast, and
sharpness on your 4K Google TV. Thanks to Google Assistant, which enhances your viewing experience,
you can easily find your favorite series, movies, or sports.
- 164 cm (65″) TV
- P5
- Google TV™
- Dolby Vision and Dolby Atmos
A brilliant experience, no matter what you watch or
play.
- Compatible with voice assistants
- The fun you love with a little help from Google.
Brilliant colors with a 4K QLED TV
- With the P5 picture processor from Philips, you’ll believe what you see
- European design driven by sustainability principles
- 4K QLED for vivid display and color quality provided by Quantum Dot technology
A design that speaks for itself
- Good for playing
- Every size adapts to your needs
Incredible viewing experiences
- The experience of watching like in a cinema with Dolby
- Flawless color and contrast with HDR10+

Highlights
P5 Picture Engine

Imagine this. Deeper details. Stunningly vivid colors. Incredibly realistic skin tones. With such
smooth, natural movements and a clear picture, you’ll feel like you’re part of the moment and the
story you’re following. Open your eyes, heighten your senses, and experience the difference.
More sizes

Choose a small or large design. Pick a TV that perfectly meets your needs. From a small 55-inch
screen to a giant 86-inch TV, customize the amazing 8530 series to your requirements and make a
smarter choice when it comes to selecting a TV.
4K QLED

Vivid colors. Extremely sharp scenes. Brilliant colors with Quantum Dot technology. 4K (UHD)
resolution that adjusts to all HDR Google TV™ formats. Whether in dark or bright settings,
with
streamed or broadcast content, every incredible moment and detail will give you an immersive
experience as you watch scene after scene.
The game begins

Get ready gamers, this is about gaming and graphics with excellent performance. Support for DLG/HSR,
FHD 48–120 Hz VRR, and HDMI 2.1 allows smoother gameplay.
Dolby Vision and Dolby Atmos

With Dolby Vision and Dolby Atmos, you’ll feel like you’ve been given the role of director. Every
scene, clearly defined to cinematic standards, is a treat for your eyes and ears. Whether it’s
movies, sports events, or games, every amazing moment will give you a more realistic cinematic
experience.
AI voice control

You can choose voice assistants! Press the Google Assistant button on your remote and you’ll be able
to search for movies and shows by voice, get recommendations, control compatible smart home devices,
and much more. Or ask Alexa to control your TV through devices that support Alexa.
Google TV™

What do you want to watch? Google TV combines movies, shows, and lots more content from different
apps and subscriptions, and organizes it just for you. You’ll get suggestions based on what you
like, and you can even use the Google TV app on your phone to organize your watchlist while you’re
on the go.
European design
Carefully designed with an almost bezel-free screen, a slim stand along the edge, and a remote made
from recycled plastic. Google OS lets you quickly and easily find content. The remote is made from
recycled plastic, and the packaging cardboard and included instructions are also thoughtfully
considered and printed on recycled paper.
HDR10+
Expect more details. Improved picture quality frame by frame. By putting extra emphasis on color and
contrast, this is a screen where even the darkest moments and the brightest scenes become clearer.








Recenzije
Još nema recenzija.