.row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.row-end {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.row-column {
  display: flex;
  flex-direction: column;
}

.col-1-1 {
  flex: 0 0 100%;
  display: flex;
  width: 100%;
}

.col-1-2 {
  flex: 0 0 50%;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 680px) {
  .col-1-2 {
    flex: 0 0 100%;
  }
}

.flex-column {
  flex-direction: column;
}

.justify-content-end {
  justify-content: flex-end;
}

.article h1 {
  font-weight: 300;
  font-size: 50px;
  margin: 0;
}

.article h3 {
  margin: 5px 0;
  font-weight: 300;
  font-size: 25px;
}

.article p {
  margin: 30px 0;
  font-size: 13px;
  font-weight: 400;
}

.article img {
  margin-top: 20px;
  max-width: 160px;
  height: auto;
}

@media only screen and (max-width: 680px) {
  .article h1 {
    font-size: 40px;
  }

  .article h3 {
    font-size: 27px;
  }
}

#product-details {
  font-family: "Lato", sans-serif;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 920px;
}

#product-details .row-first {
  background: url(https://cdn-prod.neonet.pl/richcontent/450201/assets/803_top.jpg) no-repeat;
  background-size: cover;
  min-height: 626px;
  background-position: center;
}

@media only screen and (max-width: 680px) {
  #product-details .row-first {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://cdn-prod.neonet.pl/richcontent/450201/assets/803_top.jpg) center center/cover no-repeat;
  }
}

#product-details .row-first .col-1-2:nth-child(2) {
  flex: 1 0 100%;
  position: relative;
}

#product-details .row-first .product-model {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  font-size: 25px;
  font-style: italic;
}

#product-details .row-first .eisa {
  align-self: flex-end;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media only screen and (max-width: 680px) {
  #product-details .row-first .eisa {
    position: static;
    align-self: center;
    margin-bottom: 20px;
  }
}

#product-details .row-first h1.product-slang {
  font-weight: 300;
  font-size: 45px;
}

#product-details .row-first .product-model,#product-details .row-first .product-slang {
  padding: 0 85px;
}

@media only screen and (min-width: 680px) and (max-width: 920px) {
  #product-details .row-first .product-model,  #product-details .row-first .product-slang {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 680px) {
  #product-details .row-first .product-model,  #product-details .row-first .product-slang {
    padding: 0 15px;
  }
}

#product-details .row-first .company-logo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 85px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 680px) and (max-width: 920px) {
  #product-details .row-first .company-logo {
    margin-left: 30px;
  }
}

#product-details .row-first .company-logo span {
  padding: 5px 10px;
  background: #7E0F69;
  margin-top: 1px;
  width: calc(130px - 20px);
}

@media only screen and (max-width: 680px) {
  #product-details .row-first .company-logo {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}

#product-details .row-description {
  background: #00073b;
}

#product-details .row-description .article {
  padding: 30px 65px 30px 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 680px) and (max-width: 920px) {
  #product-details .row-description .article {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 680px) {
  #product-details .row-description .article {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

#product-details .row-description .article h3 {
  color: #b887BA;
  font-size: 40px;
}

@media only screen and (max-width: 680px) {
  #product-details .row-description .article h3 {
    font-size: 27px;
  }
}

#product-details .row-description .article p {
  margin-top: 18px;
  font-size: 17px;
}

#product-details .row-oled {
  background: url(https://cdn-prod.neonet.pl/richcontent/450201/assets/803_oled.jpg) no-repeat;
  background-size: cover;
  min-height: 525px;
  background-position: center;
}

@media only screen and (max-width: 680px) {
  #product-details .row-oled {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://cdn-prod.neonet.pl/richcontent/450201/assets/803_oled.jpg) center center/cover no-repeat;
  }
}

#product-details .row-oled .article {
  padding: 15px 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 680px) and (max-width: 920px) {
  #product-details .row-oled .article {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 680px) {
  #product-details .row-oled .article {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

#product-details .row-ambilight {
  background: url(https://cdn-prod.neonet.pl/richcontent/450201/assets/803_ambilight.jpg) no-repeat;
  background-size: cover;
  min-height: 525px;
  background-position: center;
}

@media only screen and (max-width: 680px) {
  #product-details .row-ambilight {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://cdn-prod.neonet.pl/richcontent/450201/assets/803_ambilight.jpg) center center/cover no-repeat;
  }
}

#product-details .row-ambilight .article {
  padding: 15px 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 680px) and (max-width: 920px) {
  #product-details .row-ambilight .article {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 680px) {
  #product-details .row-ambilight .article {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

#product-details .row-p5 {
  background: url(https://cdn-prod.neonet.pl/richcontent/450201/assets/803_p5.jpg) no-repeat;
  background-size: cover;
  min-height: 600px;
  background-position: center;
}

@media only screen and (max-width: 680px) {
  #product-details .row-p5 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://cdn-prod.neonet.pl/richcontent/450201/assets/803_p5.jpg) center center/cover no-repeat;
  }
}

#product-details .row-p5 .article {
  padding: 15px 85px 15px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 680px) and (max-width: 920px) {
  #product-details .row-p5 .article {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 680px) {
  #product-details .row-p5 {
    background-position: left;
  }

  #product-details .row-p5 .article {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

#product-details .row-uhd {
  background: url(https://cdn-prod.neonet.pl/richcontent/450201/assets/803_uhd.jpg) no-repeat;
  background-size: cover;
  min-height: 525px;
  background-position: center;
}

@media only screen and (max-width: 680px) {
  #product-details .row-uhd {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://cdn-prod.neonet.pl/richcontent/450201/assets/803_uhd.jpg) center center/cover no-repeat;
  }
}

#product-details .row-uhd .article {
  padding: 15px 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 680px) and (max-width: 920px) {
  #product-details .row-uhd .article {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 680px) {
  #product-details .row-uhd .article {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

#product-details .row-uhd .article img {
  margin-top: -20px;
}

#product-details .row-android {
  background: url(https://cdn-prod.neonet.pl/richcontent/450201/assets/803_android.jpg) no-repeat;
  background-size: cover;
  min-height: 525px;
  background-position: center;
}

#product-details .row-android .sm-only {
  display: none;
}

@media only screen and (max-width: 680px) {
  #product-details .row-android {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://cdn-prod.neonet.pl/richcontent/450201/assets/803_android.jpg) center center/cover no-repeat;
  }
}

#product-details .row-android .article {
  padding: 50px 85px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media only screen and (min-width: 680px) and (max-width: 920px) {
  #product-details .row-android .article {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 680px) {
  #product-details .row-android {
    background: url(https://cdn-prod.neonet.pl/richcontent/450201/assets/803_bg-only.jpg) no-repeat;
    background-size: cover;
    min-height: 525px;
    background-position: center;
  }

  #product-details .row-android .sm-only {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  #product-details .row-android .sm-only img {
    max-width: 50%;
  }

  #product-details .row-android .article {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 680px) and (max-width: 680px) {
  #product-details .row-android {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://cdn-prod.neonet.pl/richcontent/450201/assets/803_bg-only.jpg) center center/cover no-repeat;
  }
}

#product-details .row-google-assistant {
  background: url(https://cdn-prod.neonet.pl/richcontent/450201/assets/803_assistant.jpg) no-repeat;
  background-size: cover;
  min-height: 525px;
  background-position: center;
}

@media only screen and (max-width: 680px) {
  #product-details .row-google-assistant {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://cdn-prod.neonet.pl/richcontent/450201/assets/803_assistant.jpg) center center/cover no-repeat;
  }
}

#product-details .row-google-assistant .article {
  padding: 15px 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 680px) and (max-width: 920px) {
  #product-details .row-google-assistant .article {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 680px) {
  #product-details .row-google-assistant .article {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

#product-details .row-google-assistant .article p:not(.small) {
  margin-bottom: 10px;
}

#product-details .row-google-assistant .article p.small {
  margin: 0;
  font-size: 10px;
}

#product-details .row-google-assistant .icon {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

@media only screen and (max-width: 680px) {
  #product-details .row-google-assistant .icon {
    justify-content: flex-start;
  }
}

#product-details .row-google-assistant .icon img {
  max-width: 200px;
  height: auto;
  margin-bottom: 50px;
}

#product-details .row-hdr {
  background: url(https://cdn-prod.neonet.pl/richcontent/450201/assets/803_hdr.jpg) no-repeat;
  background-size: cover;
  min-height: 525px;
  background-position: center;
}

@media only screen and (max-width: 680px) {
  #product-details .row-hdr {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://cdn-prod.neonet.pl/richcontent/450201/assets/803_hdr.jpg) center center/cover no-repeat;
  }
}

#product-details .row-hdr .article {
  padding: 15px 55px 15px 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 680px) and (max-width: 920px) {
  #product-details .row-hdr .article {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 680px) {
  #product-details .row-hdr .article {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

#product-details .row-wcs {
  background: url(https://cdn-prod.neonet.pl/richcontent/450201/assets/803_wcs.jpg) no-repeat;
  background-size: cover;
  min-height: 525px;
  background-position: center;
}

@media only screen and (max-width: 680px) {
  #product-details .row-wcs {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://cdn-prod.neonet.pl/richcontent/450201/assets/803_wcs.jpg) center center/cover no-repeat;
  }
}

#product-details .row-wcs .article {
  padding: 15px 0px 15px 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 680px) and (max-width: 920px) {
  #product-details .row-wcs .article {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 680px) {
  #product-details .row-wcs .article {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

#product-details .row-blacks {
  background: url(https://cdn-prod.neonet.pl/richcontent/450201/assets/803_blacks.jpg) no-repeat;
  background-size: cover;
  min-height: 525px;
  background-position: center;
}

@media only screen and (max-width: 680px) {
  #product-details .row-blacks {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://cdn-prod.neonet.pl/richcontent/450201/assets/803_blacks.jpg) center center/cover no-repeat;
  }
}

#product-details .row-blacks .article {
  padding: 15px 150px 15px 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 680px) and (max-width: 920px) {
  #product-details .row-blacks .article {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 680px) {
  #product-details .row-blacks .article {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

#product-details .row-parms {
  background: #00073b;
  height: auto;
}

#product-details .row-parms .tv-size {
  display: flex;
  justify-content: center;
  margin: 25px 0;
  align-items: flex-end;
}

@media only screen and (max-width: 680px) {
  #product-details .row-parms .tv-size {
    margin-bottom: 25px;
    width: 100%;
  }
}

#product-details .row-parms .tv-size--65 {
  font-weight: 300;
  font-size: 12.8px;
  line-height: 20px;
  text-align: left;
  padding: 0 10px;
}

#product-details .row-parms .tv-size--65 > span {
  border: 4px solid #9D9FA2;
  color: #9D9FA2;
  display: inline-block;
  border-radius: 5px;
  padding: 26.40625px 46.94444px;
  margin-top: 5px;
  font-size: 25px;
}

#product-details .row-parms .tv-size--55 {
  font-weight: 300;
  font-size: 12.8px;
  line-height: 20px;
  text-align: left;
  padding: 0 10px;
}

#product-details .row-parms .tv-size--55 > span {
  border: 4px solid #9D9FA2;
  color: #9D9FA2;
  display: inline-block;
  border-radius: 5px;
  padding: 22.34375px 39.72222px;
  margin-top: 5px;
  font-size: 25px;
}

#product-details .row-parms .tv-tech {
  padding: 0 85px;
}

#product-details .row-parms .tv-tech .row {
  justify-content: center;
}

#product-details .row-parms .tv-tech .item {
  margin: 10px 15px;
}

#product-details .row-parms .tv-tech .item img {
  max-width: 157px;
  height: auto;
}