@charset "UTF-8";
/*
    Theme Name: TKE cityscape (v2) - online version
    Description: Dedicated theme TKE cityscape
    Version: 1.5.4
    Author: Piotr Sember
    Theme URI: https://kodhtml.pl
    Author URI: https://kodhtml.pl
*/
@font-face {
  font-family: tktype;
  font-style: normal;
  font-weight: 200;
  font-display: block;
  src: url(font/TKEType-Light.otf) format("opentype");
}
@font-face {
  font-family: tktype;
  font-style: italic;
  font-weight: 200;
  font-display: block;
  src: url(font/TKEType-LightItalic.otf) format("opentype");
}
@font-face {
  font-family: tktype;
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(font/TKEType-Book.otf) format("opentype");
}
@font-face {
  font-family: tktype;
  font-style: italic;
  font-weight: 300;
  font-display: block;
  src: url(font/TKEType-BookItalic.otf) format("opentype");
}
@font-face {
  font-family: tktype;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(font/TKEType-Regular.otf) format("opentype");
}
@font-face {
  font-family: tktype;
  font-style: italic;
  font-weight: 400;
  font-display: block;
  src: url(font/TKEType-RegularItalic.otf) format("opentype");
}
@font-face {
  font-family: tktype;
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url(font/TKEType-Medium.otf) format("opentype");
}
@font-face {
  font-family: tktype;
  font-style: italic;
  font-weight: 500;
  font-display: block;
  src: url(font/TKEType-MediumItalic.otf) format("opentype");
}
@font-face {
  font-family: tktype;
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(font/TKEType-Bold.otf) format("opentype");
}
@font-face {
  font-family: tktype;
  font-style: italic;
  font-weight: 700;
  font-display: block;
  src: url(font/TKEType-BoldItalic.otf) format("opentype");
}
/* kolor */
/* tekst czarny: : #262626 */
/* fioletowy: #7000BD */
div, span, iframe,
h1, h2, h3, h4, h5, h6, p, pre, a, big, code,
em, img, b, u, i, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, canvas, embed, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: tktype;
  background: #FFF;
  color: #262626;
}

a, a:hover, a:active, a:visited, a:focus {
  text-decoration: none;
  outline: none;
}

a.btn:hover, a.btn:active, a.btn:visited {
  color: #fff;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.is-blurred {
  filter: blur(8px) brightness(125%);
  -webkit-filter: blur(8px) brightness(125%);
  pointer-events: none;
}

.disable {
  pointer-events: none;
}

.bold {
  font-weight: 700;
}

#top-banner {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  box-shadow: 0 5px 5px -5px #888;
  z-index: 5;
}

#logo {
  background-image: url(image/logo.png);
  width: 135px;
  height: 65px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 40px;
  margin-top: 17px;
  display: inline-block;
  cursor: pointer;
}

#menu-mobile {
  display: none;
}

#menu {
  float: right;
  margin: 55px 40px 0 0;
}

#menu > ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-direction: row;
  row-gap: 12px;
  column-gap: 4px;
}

#menu > ul li {
  display: inline-block;
  padding: 0 20px 5px 20px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease-out;
  user-select: none;
}
#menu > ul li::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -3px;
  height: 0;
  background: #7000BD;
  transition: all 0.1s ease-out;
}
@media (hover: hover) {
  #menu > ul li:hover::after {
    height: 3px;
  }
}

#menu ul li.selected {
  border-bottom-color: #7000BD;
}

.basket-info {
  width: 30px;
  height: 30px;
  background: #7000BD;
  color: #FFF;
  font-size: 14px;
  border-radius: 50%;
  position: absolute;
  right: -17px;
  top: -5px;
  display: none;
  justify-content: center;
  align-items: center;
}

#breadcrumbs {
  height: 19px;
  position: absolute;
  top: 0px;
  left: 30px;
  background: #FFF;
  padding: 17px 30px;
  z-index: 1;
  transition: top 0.5s linear;
}

#breadcrumbs.show {
  top: 100px;
  transition: top 0.3s linear;
}

#breadcrumbs-mobile {
  display: none;
}

.sub-menu {
  position: fixed;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  pointer-events: none;
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: 0 55px;
}

.sub-menu.show {
  opacity: 1;
  pointer-events: auto;
  border-top: 1px solid #E9E9E9;
}

.sub-menu .menu-list {
  margin-top: 20px;
  flex: 1 1 0;
}

.menu-list > ul {
  list-style: none;
}

.menu-list > ul li {
  padding: 8px 20px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  cursor: pointer;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 5px;
  position: relative;
  box-sizing: content-box;
}

.menu-list > ul li a {
  color: #262626;
}

.menu-list > ul li:hover, .menu-list > ul li:hover a {
  color: #7000BD;
}

.menu-list > ul li.selected {
  padding: 8px 20px 6px 20px;
}

.menu-list > ul li span {
  width: 6px;
  height: 21px;
  display: inline-block;
  background-image: url(image/arrow_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  float: right;
}

.menu-list > ul li[data-type=product] span {
  background-image: none;
}

.menu-list > ul li.selected span {
  background-image: url(image/arrow_purple.svg);
}

.menu-list > ul li:hover::before,
.menu-list > ul li.selected::before {
  content: " ";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #7000BD;
  position: absolute;
  left: 0;
  top: 14px;
}

ul.breadcrumb {
  list-style: none;
}

ul.breadcrumb li {
  display: inline;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #58008D;
}

ul.breadcrumb li + li:before {
  padding: 8px;
  content: "/ ";
  color: #262626;
}

ul.breadcrumb li a {
  color: #262626;
  text-decoration: none;
  cursor: pointer;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}

ul.breadcrumb li a:hover {
  color: #7000BD;
}

#app {
  max-height: 100vh;
  overflow-y: auto;
}

/* VIDEO */
.bg-player {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  pointer-events: none;
  height: 100%;
}

.bg-player__innerwrap {
  /* max-width: 1024px; */
  height: 100%;
  width: 100%;
  position: relative;
  margin: auto;
}

#bg-image, .bg-player__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.bg-player__video, .bg-player__video.hidden {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.bg-player__video.hidden {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
  opacity: 0;
}

#bg-image {
  transform: scale(20);
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 350ms, 1200ms;
  transition-delay: 0ms, 0ms;
  transition-timing-function: ease-out, ease-in;
}

#bg-image.hidden {
  transition-delay: 50ms, 700ms;
  transform: scale(1);
  opacity: 0;
}

/* CITY NAVIGATION */
.navigation-container {
  margin-top: 100px;
  position: relative;
}

#navigation {
  height: auto;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

#navigation.hide {
  display: none;
}

#navigation img {
  width: 100%;
}

#navigation > img {
  display: block;
}

.mobile-title {
  display: none;
}

.mobile-navigation {
  display: none;
}

@media screen and (max-width: 1025px) {
  #navigation {
    display: flex;
    justify-content: center;
  }
  #navigation img {
    width: auto;
    height: 100%;
  }
}
.label {
  background: rgba(255, 255, 255, 0.6);
  color: #7000BD;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  padding: 14px 25px 14px;
  position: absolute;
  cursor: pointer;
  backdrop-filter: blur(3px);
}

.label:hover {
  background: rgb(255, 255, 255);
  backdrop-filter: none;
}

@supports (-ms-ime-align: auto) {
  .label {
    background: #FFF;
    opacity: 0.6;
    -webkit-backdrop-filter: blur(3px);
    -moz-backdrop-filter: blur(3px);
    -ms-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  .label:hover {
    opacity: 1;
    -webkit-backdrop-filter: none;
    -moz-backdrop-filter: none;
    -ms-backdrop-filter: none;
    backdrop-filter: none;
  }
}
/*  PRODUCT */
#content {
  overflow-y: scroll;
  height: calc(100vh - 150px);
  padding-bottom: 50px;
}
#content:empty {
  display: none !important;
}
#content.show {
  display: block !important;
}

#content.basket {
  padding-bottom: 0;
  height: calc(100% - 100px);
  position: relative;
}

.top-banner {
  position: relative;
  width: 100%;
  height: 460px;
  margin-top: -50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-banner img {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  object-fit: cover;
}

.product-name {
  font-size: 84px;
  font-weight: 400;
  position: absolute;
  bottom: 40px;
  left: 60px;
  color: #FFF;
  text-transform: uppercase;
}

.content-block {
  margin-top: 80px;
  width: 100%;
}

#content .content-block:first-child {
  margin-top: 80px;
}

.content-block > * {
  margin: 0 160px;
}

/* Title text */
.title-text h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
}

.title-text p {
  margin-top: 12px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #434343;
}

/* Title text image right */
.title-text-image-right h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 15px;
}

.title-text-image-right p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}

.title-text-image-right ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
  color: #333333;
}

.title-text-image-right ul li::before {
  content: "•";
  color: #7000BD;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.title-text-image-right p, .title-text-image-right ul {
  margin-top: 30px;
}

.title-text-image-right ul {
  padding-left: 15px;
  list-style: none;
}

.two-column {
  display: flex;
  justify-content: space-between;
}

.two-column .text-column {
  flex-basis: 50%;
}

.two-column .image-column {
  flex-basis: 41%;
}

.two-column .text-column > :first-child {
  margin-top: 0px;
}

.two-column .image-column > img {
  width: 100%;
}

/* Title text image left */
.title-text-image-left h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 15px;
}

.title-text-image-left p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}

.title-text-image-left ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
  color: #333333;
}

.title-text-image-left ul li::before {
  content: "•";
  color: #7000BD;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.title-text-image-left p, .title-text-image-left ul {
  margin-top: 30px;
}

.title-text-image-left ul {
  padding-left: 15px;
  list-style: none;
}

/* Title text image bottom */
.title-text-image-bottom h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 15px;
}

.title-text-image-bottom p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}

.title-text-image-bottom ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
  color: #333333;
}

.title-text-image-bottom ul li::before {
  content: "•";
  color: #7000BD;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.title-text-image-bottom ul {
  padding-left: 15px;
  list-style: none;
}

.text-container > :first-child {
  margin-top: 0px;
}

.title-text-image-bottom p, .title-text-image-bottom ul {
  margin-top: 30px;
}

.title-text-image-bottom .image-container {
  margin-top: 30px;
}

/* Title text link */
.title-text-link h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 15px;
}

.title-text-link p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}

.title-text-link ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
  color: #333333;
}

.title-text-link ul li::before {
  content: "•";
  color: #7000BD;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.title-text-link ul {
  padding-left: 15px;
  list-style: none;
}

.title-text-link p, .title-text-link ul {
  margin-top: 30px;
}

.external-link {
  color: #7000BD;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 30px;
  display: block;
  padding-right: 40px;
}

.external-link:hover {
  color: #A31AFF;
}

.external-link::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(image/arrow_purple_link.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0 0 15px;
  vertical-align: middle;
}

.external-link:hover::after {
  background-image: url(image/arrow_purple_link_light.svg);
}

/* Title text blocks */
.title-text-blocks h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 15px;
}

.title-text-blocks p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}

.title-text-blocks ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
  color: #333333;
}

.title-text-blocks ul li::before {
  content: "•";
  color: #7000BD;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.title-text-blocks ul {
  padding-left: 15px;
  list-style: none;
}

.title-text-blocks p, .title-text-blocks ul {
  margin-top: 30px;
}

.blocks-scroll {
  display: flex;
  padding: 0px 160px;
  overflow-x: scroll;
  width: calc(100% - 320px);
  margin: 30px 0 0 0;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.blocks-scroll::-webkit-scrollbar {
  display: none;
}

.blocks-scroll::after {
  content: "";
  padding-right: 160px;
}

.block {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
}

/* .blocks-container .block:first-child { */
/* margin-left: 160px; */
/* } */
.blocks-container .block:last-child {
  margin-right: 0px;
}

.block .caption {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 20px;
}

.block .description {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

/* CTA blocks */
.cta .text-container {
  width: 60%;
}

.blocks-cta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 10px;
  padding: 0px 160px;
  width: calc(80% - 320px);
  margin: 30px 0 0 0;
}

.cta-block {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 20px;
}

.cta-block img {
  width: 100%;
}

.cta-block .btn {
  display: block;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  background-color: #7000BD;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
  position: absolute;
  margin-top: 20px;
  width: 134px;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
}

/* Image bullets */
.image-bullets h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 15px;
}

.image-bullets {
  position: relative;
}

.image-bullets img {
  width: calc(100% - 320px);
}

.bullet, .threesixty__bullet {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.bullet.selected, .threesixty__bullet.selected {
  z-index: 2;
}

.bullet::after, .threesixty__bullet::after {
  content: " ";
  background: #7000BD;
  height: 46px;
  width: 46px;
  background-image: url(image/plus.png);
  background-position: center;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  display: block;
  border-radius: 50%;
  transition: transform 0.8s;
}

.bullet.selected::after, .threesixty__bullet.selected::after {
  transform: rotate(315deg);
}

.bullet-description {
  max-height: 0;
  position: absolute;
  width: 454px;
  background: #1A1A1A;
  color: #FFF;
  left: -201px;
  top: 26px;
  z-index: -1;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.bullet.selected .bullet-description, .threesixty__bullet.selected .bullet-description {
  max-height: 1000px;
  transition: max-height 0.5s ease-in;
}

.bullet-description h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  padding: 40px 30px 0 30px;
}

.bullet-description p {
  font-size: 18px;
  line-height: 26px;
  color: #9D9D9D;
  font-weight: 400;
  margin-top: 10px;
  padding: 0 30px 30px 30px;
}

/* Tech specifications */
.tech-specs {
  background: #1A1A1A;
  padding: 75px 0;
}

.tech-specs h2 {
  color: #FFF;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 40px;
}

.specs-container {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.spec-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 30%;
}

.spec-block .value {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  padding-bottom: 15px;
}

.spec-block .description {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  border-top: 1px solid #6F6F6F;
  padding-top: 15px;
}

/* Buttons */
.buttons .title {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 40px;
}
.buttons .title:empty {
  display: none;
}
@media screen and (max-width: 769px) {
  .buttons .title {
    font-size: 26px;
    line-height: 28px;
  }
}

.buttons-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 32px;
  justify-content: center;
  align-items: center;
}

.button {
  border: 1px solid #7000BD;
  background: #7000BD;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  padding: 14px 25px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media (hover: hover) {
  .button:hover {
    background: #a31aff;
  }
}
/* Buttons */
/* 360image */
.threesixty h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 15px;
  display: none;
}

.content-block.threesixty h2 {
  display: block;
}

.threesixty-wrapper {
  margin: 0 160px;
  position: relative;
  width: calc(100% - 320px);
  border-top: 1px solid #C4C4C4;
}

.content-block .threesixty-wrapper {
  border-top: 0;
}

.threesixty-wrapper .rotate {
  width: 58px;
  height: 31px;
  position: absolute;
  right: 0;
  top: 15px;
  background-image: url(image/rotate.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.content-block .threesixty-wrapper .rotate {
  top: 0px;
}

.threesixty canvas {
  display: block;
  width: 100%;
  margin: 0;
}

.threesixty__bullets {
  transition: opacity 0.15s;
  opacity: 0;
}

.threesixty__bullets.show {
  opacity: 1;
}

/* Assets and Basket */
#back-button {
  color: #78879B;
  font-size: 16px;
  line-height: 19px;
  position: absolute;
  left: 60px;
  top: 40px;
  cursor: pointer;
}

#back-button:hover {
  color: #FFF;
}

#back-button::before {
  background-image: url(image/arrow_grey.svg);
  display: inline-block;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 17px;
  content: " ";
}

#back-button:hover::before {
  background-image: url(image/arrow_white_left.svg);
}

.assets {
  background: #1A1A1A;
  padding-bottom: 90px;
}

.assets + .assets {
  margin-top: 0;
}

.assets.basket {
  min-height: calc(100% - 100px);
}

.assets.grey {
  background: #F6F6F6;
}

.assets-header {
  padding: 80px 0 10px 0;
  margin: 0 60px;
}

.assets.basket .assets-header {
  padding-top: 60px;
}

.assets h2 {
  color: #FFF;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  float: left;
}

.assets.grey h2 {
  color: #262626;
}

.assets-filter {
  float: left;
  width: calc(20% - 60px);
  margin: 0;
  color: #FFF;
  padding-left: 60px;
}

.assets.grey .assets-filter {
  color: #262626;
}

.right-layout .assets-filter {
  float: right;
  padding-left: 0;
  width: 20%;
}

.assets-filter h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.assets-filter ul {
  color: #FFF;
  list-style: none;
}

.assets.grey .assets-filter ul {
  color: #262626;
}

.assets-filter ul div.checkbox {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 23px;
  cursor: pointer;
}

.assets-filter ul .checkbox:before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.3s, border 0.3s;
  -o-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #FFF;
}

.assets.grey .assets-filter ul .checkbox:before {
  border: 2px solid #262626;
}

.assets-filter ul .checkbox:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  left: 8px;
  top: 4px;
  width: 3px;
  height: 7px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.assets-filter ul .checkbox.checked::before {
  background: #7000BD;
  border: 2px solid #FFF;
}

.assets.grey .assets-filter ul .checkbox.checked::before {
  border: 2px solid #262626;
}

.assets-filter ul .checkbox.checked::after {
  opacity: 1;
}

.page-limit-selector {
  color: #FFF;
  margin: 0 0 15px 0;
  width: calc(80% - 120px);
  padding: 0 60px;
  display: inline-block;
}

.assets.grey .page-limit-selector {
  color: #262626;
}

.before-filter .page-limit-selector {
  display: none;
}

.page-limit-selector ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.page-limit-selector ul li {
  color: #5B5B5B;
  background-color: #282828;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #5B5B5B;
  border-radius: 50%;
  /* justify-content: center; */
  align-items: center;
  font-size: 16px;
  padding: 2px;
  text-align: center;
  cursor: pointer;
  margin: 0 2px;
}

.assets.grey .page-limit-selector ul li {
  background-color: transparent;
}

.page-limit-selector ul li.active {
  color: #FFF;
  border-color: #FFF;
}

.assets.grey .page-limit-selector ul li.active {
  border-color: #000;
  background-color: #5B5B5B;
}

.assets-results {
  margin: 0;
  width: calc(80% - 120px);
  padding: 0 60px;
  display: inline-block;
}

.filter-section {
  margin-top: 10px;
}

.filter-section:first-child {
  margin-top: 0px;
}

.filter-section h4 {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 10px;
}

.assets.grey .filter-section h4 {
  color: #262626;
}

.filter-section span.count {
  font-size: 14px;
}

.filter-section .pager {
  margin-top: 10px;
  float: right;
}

.filter-section .pager .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #ffffff;
  cursor: pointer;
}

.assets.grey .filter-section .pager .arrow {
  border-color: transparent transparent transparent #262626;
}

.filter-section .pager .arrow.prev {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.filter-section .pager .pages {
  display: inline-block;
  color: #767676;
  margin: 0 5px;
}

.assets.grey .filter-section .pager .pages {
  color: #262626;
}

.filter-section .pager .pages a {
  cursor: pointer;
}

.filter-section .pager .pages a.selected {
  background-color: #7000BD;
  color: #FFF;
  min-width: 1em;
  border-radius: 50%;
  vertical-align: middle;
  padding: 2px 3px 1px 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.filter-section .pager .pages a.selected:before {
  content: "";
  float: left;
  width: auto;
  padding-bottom: 100%;
}

.assets-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 10px;
  margin: 0 60px;
}

/* .assets-grid.before-filter  {
    display: inline-block;
}

.assets-with-filter.right-layout .assets-grid.before-filter  {
	float: left;
} */
.assets-results .assets-empty {
  background-color: #ECECED;
  color: #000;
  width: 100%;
  height: 50%;
  min-height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}

.assets-with-filter .assets-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 10px;
  margin: 0;
  /* width: calc(80% - 120px); */
  /* padding: 0 60px; */
}

.assets-with-filter.right-layout .assets-grid {
  margin: 0;
}

.asset-item {
  background: #FFF;
  display: grid;
  height: 100%;
  position: relative;
}

.asset-item .img {
  position: relative;
  text-align: center;
  background: #C4C4C4;
  padding: 10px 0;
  background-position: -1000px;
  background-repeat: no-repeat;
}

.asset-item .img.image {
  padding: 0;
  height: 220px;
  background-position: center;
  background-size: auto;
}

.asset-item .img img {
  height: 200px;
}

.asset-item .img.image img {
  display: none;
}

.asset-item .asset-details {
  padding: 30px 30px 90px 30px;
}

.asset-item .img div {
  height: 100%;
  background-size: cover;
}

.asset-item .title {
  background: #FFF;
}

.asset-item .asset-type {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  color: #9D9D9D;
}

.asset-item .asset-name {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}

.asset-item .checkbox {
  background: #FFF;
  position: absolute;
  left: 30px;
  bottom: 30px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}

.asset-item .checkbox:before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.3s, border 0.3s;
  -o-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 3px solid #262626;
}

.asset-item .checkbox:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.asset-item .checkbox.checked::before {
  background: #7000BD;
  border: 3px solid #7000BD;
}

.asset-item .checkbox.checked::after {
  opacity: 1;
}

.asset-item .delete {
  background: #FFF;
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 24px;
  width: 19px;
  cursor: pointer;
  background-image: url(image/delete.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/**    ASSETS   **/
.assets > .assets-header .checkbox {
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  text-decoration: none;
  background-color: #7000BD;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  float: right;
  margin-left: 20px;
  width: 134px;
}

.assets > .assets-header .checkbox:before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.3s, border 0.3s;
  -o-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
  vertical-align: middle;
  position: absolute;
  top: 11px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 3px solid #FFF;
}

.assets > .assets-header .checkbox:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  right: 26px;
  top: 13px;
  width: 5px;
  height: 10px;
  border: solid #7000BD;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.assets > .assets-header .checkbox.checked::before {
  background: #FFF;
}

.assets > .assets-header .checkbox.checked::after {
  opacity: 1;
}

.assets > .assets-header .checkbox input {
  display: none;
  visibility: hidden;
}

.assets > .assets-header .share {
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  text-decoration: none;
  background-color: #7000BD;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: border-bottom-left-radius 0.3s, border-bottom-right-radius 0.3s;
  -o-transition: border-bottom-left-radius 0.3s, border-bottom-right-radius 0.3s;
  transition: border-bottom-left-radius 0.3s, border-bottom-right-radius 0.3s;
  float: right;
  width: 134px;
  margin-left: 10px;
  position: relative;
  z-index: 1;
  -webkit-transition: background-color 0.5s, color 0.5s, max-height 0.5s;
  -o-transition: background-color 0.5s, color 0.5s, max-height 0.5s;
  transition: background-color 0.5s, color 0.5s, max-height 0.5s;
}

.assets > .assets-header .share.expanded {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media screen and (max-width: 767px) {
  .assets > .assets-header .share.expanded {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }
}
.assets > .assets-header .share.expanded span {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.assets > .assets-header .share.expanded ul {
  max-height: 250px;
  opacity: 1;
  padding: 10px 20px;
}

.assets > .assets-header .share ul {
  max-height: 0;
  opacity: 0;
  background-color: #F6F6F6;
  width: 100%;
  margin: 0;
  list-style: none;
  padding: 0px 20px;
  margin-left: -20px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s, opacity 0.3s, padding 0.3s;
  -o-transition: max-height 0.3s, opacity 0.3s, padding 0.3s;
  transition: max-height 0.3s, opacity 0.3s, padding 0.3s;
}

.assets > .assets-header .share ul li {
  padding: 5px 0;
  line-height: 19px;
}

.assets > .assets-header .share ul li a {
  color: white;
  text-decoration: none;
}

.assets > .assets-header .share ul {
  position: absolute;
  background-color: #F6F6F6;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  padding: 0;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.assets > .assets-header .share ul li {
  padding: 0 20px;
  margin: 0;
  height: 42px;
  line-height: 42px;
}

.assets > .assets-header .share ul li a {
  color: #262626;
  display: block;
  width: 100%;
}

.assets > .assets-header .share ul li:hover {
  background-color: #7000BD;
}

.assets > .assets-header .share ul li:hover a {
  color: #FFF;
}

.assets > .assets-header .share:after {
  position: absolute;
  background-image: url("image/arrow_white_down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  width: 13px;
  height: 8px;
  right: 20px;
  top: 15px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.assets > .assets-header .share.disabled {
  opacity: 0.7;
}

.assets > .assets-header .select-all.disabled {
  opacity: 0.7;
}

.assets > .assets-header .share.show {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: initial;
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .assets > .assets-header .share.show {
    background-color: #f5f5f5;
    color: #212121;
  }
}
.assets > .assets-header .share.show span {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.assets > .assets-header .share.show ul {
  max-height: 250px;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .assets > .assets-header .share.show ul {
    position: initial;
    overflow: initial;
    margin: 0 -20px;
    width: calc(100% + 40px);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: white;
  }
}
.assets > .assets-header .share.show:after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

/* IMAGE GALLERY buttons */
.image-container .swiper-button-prev, #image-modal .swiper-button-prev {
  left: 20px;
  right: auto;
  width: 32px;
  height: 32px;
  background-color: #7000BD;
  background-image: url(image/arrow_white_left.svg);
  background-size: 8px 13px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.image-container .swiper-button-prev::after, #image-modal .swiper-button-prev::after {
  content: "";
}

.image-container .swiper-button-next, #image-modal .swiper-button-next {
  right: 20px;
  left: auto;
  width: 32px;
  height: 32px;
  background-color: #7000BD;
  background-image: url(image/arrow_white_left.svg);
  background-size: 8px 13px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  border-radius: 50%;
}

.image-container .swiper-button-next::after, #image-modal .swiper-button-next::after {
  content: "";
}

/**   iPAD LANDSCPAE   **/
@media screen and (max-width: 1025px) {
  .assets-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .label {
    font-size: 14px;
    padding: 12px 15px 12px;
  }
  .bg-player {
    height: calc(100% - 100px);
  }
  .bg-player__video {
    object-fit: fill;
    height: 100%;
  }
}
/**   MOBILNE   **/
@media screen and (max-width: 769px) {
  #logo {
    width: 100px;
    height: 69px;
    margin-left: 0px;
    margin-top: 30px;
  }
  #menu {
    display: none;
  }
  #menu-mobile {
    display: block;
    float: right;
    margin: 59px 26px 0 0;
  }
  #burger {
    background-image: url(image/menu_burger.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 19px;
    cursor: pointer;
  }
  #burger.open {
    background-image: url(image/close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 19px;
    cursor: pointer;
  }
  .sub-menu-mobile {
    position: fixed;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    pointer-events: none;
    opacity: 0;
    transition: transform 0.4s, opacity 0.4s;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 14px;
  }
  .sub-menu-mobile.show {
    opacity: 1;
    pointer-events: auto;
    border-top: 1px solid #E9E9E9;
  }
  .sub-menu-mobile > ul {
    list-style: none;
    width: 100%;
    display: flex;
    column-gap: 12px;
    row-gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sub-menu-mobile > ul li {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    cursor: pointer;
    border-bottom: 1px solid #E9E9E9;
    position: relative;
    box-sizing: content-box;
  }
  .sub-menu-mobile > ul li.language-switcher {
    padding: 0;
    width: auto;
    border-bottom: none;
  }
  .sub-menu-mobile > ul li.language-switcher > a {
    padding: 12px 6px;
  }
  .sub-menu-mobile > ul li a {
    color: #262626;
  }
  .sub-menu-mobile > ul li:hover, .sub-menu-mobile > ul li:hover a {
    color: #262626;
  }
  .sub-menu-mobile > ul li span {
    width: 6px;
    height: 21px;
    display: inline-block;
    background-image: url(image/arrow_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
  }
  .sub-menu-mobile > ul li[data-type=product] span {
    background-image: none;
  }
  .sub-menu-mobile > ul li:hover::before {
    content: " ";
    width: 0;
    height: 0;
  }
  .menu-back {
    font-size: 14px;
    color: #78879B;
    line-height: 19px;
    position: absolute;
    left: 24px;
    top: 15px;
    cursor: pointer;
  }
  .menu-back::before {
    background-image: url(image/arrow_grey.svg);
    display: inline-block;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 17px;
    content: " ";
  }
  .basket-info {
    top: 0;
    right: 0;
  }
  #breadcrumbs {
    display: none;
  }
  #breadcrumbs-mobile {
    width: calc(100% - 48px);
    height: 58px;
    background: transparent;
    display: flex;
    align-items: center;
    padding: 0 24px;
    left: 0;
    color: #78879B;
  }
  ul.breadcrumb li.mobile {
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    color: #78879B;
  }
  ul.breadcrumb li.mobile a {
    color: #78879B;
  }
  ul.breadcrumb li:not(.mobile) {
    display: none;
  }
  ul.breadcrumb li.mobile::before {
    background-image: url(image/arrow_grey.svg);
    display: inline-block;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 17px;
    content: " ";
  }
  #navigation {
    display: block;
    background: #EEF0F2;
  }
  #navigation img {
    width: 100%;
    height: auto;
  }
  .mobile-title {
    width: calc(100% - 48px);
    height: 58px;
    background: #EEF0F2;
    display: flex;
    align-items: center;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin-top: -21px;
  }
  .mobile-title.city {
    margin-top: 0;
  }
  .links {
    display: none;
  }
  .mobile-navigation {
    display: block;
    background: #EEF0F2;
    padding: 20px 24px;
  }
  .mobile-navigation img {
    display: block;
  }
  .navigation-block {
    margin-top: 20px;
    display: block;
  }
  .mobile-navigation .navigation-block:first-child {
    margin-top: 0;
  }
  .navigation-caption {
    color: #FFF;
    background: #7000BD;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-banner {
    margin-top: 0;
    height: 264px;
  }
  .top-banner img {
    display: none;
  }
  .product-name {
    font-size: 30px;
    line-height: 32px;
    bottom: 25px;
    left: 24px;
    top: auto;
  }
  .content-block > * {
    margin: 0 24px;
  }
  .title-text h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .title-text p {
    font-size: 20px;
    line-height: 26px;
  }
  .threesixty {
    display: none;
  }
  .content-block.threesixty h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .title-text-image-right h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .tech-specs h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .specs-container {
    display: block;
  }
  .spec-block {
    margin-bottom: 30px;
  }
  .specs-container .spec-block:last-child {
    margin-bottom: 0;
  }
  .two-column {
    display: block;
  }
  .title-text-image-right .image-column {
    margin-top: 30px;
  }
  .title-text-image-left .text-column {
    margin-top: 30px;
  }
  .external-link {
    margin-top: 30px;
  }
  .blocks-scroll {
    width: calc(100% - 24px);
    padding: 0;
    margin: 30px 0 0 24px;
  }
  .blocks-scroll::after {
    padding-right: 24px;
  }
  .block {
    width: 326px;
    display: inline-block;
    float: left;
    flex: none;
  }
  .block img {
    width: 100%;
  }
}
@media screen and (max-width: 769px) and (hover: none) and (pointer: coarse) {
  .blocks-scroll {
    scroll-snap-type: x mandatory;
  }
  .block {
    scroll-snap-align: start;
  }
}
@media screen and (max-width: 769px) {
  .blocks-cta {
    padding: 0;
    display: block;
    width: calc(100% - 48px);
  }
  .cta-block {
    float: none;
    width: 100%;
    margin: 10px 0;
  }
  .cta .text-container {
    width: 100%;
  }
  .image-bullets h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .image-bullets img {
    width: calc(100% - 48px);
  }
  .bullet-description {
    width: 326px;
  }
  .assets-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .assets > .assets-header .share, .assets > .assets-header .checkbox {
    display: none;
  }
  .assets > .assets-header .share.fixed {
    display: block;
    margin: 0;
    position: fixed;
    left: 0;
    top: 100px;
    width: calc(50% - 40px);
    z-index: 10;
    height: 50px;
    line-height: 50px;
  }
  .assets > .assets-header .share.fixed:after {
    top: 21px;
  }
  .assets > .assets-header .share.disabled {
    opacity: 1;
  }
  .assets > .assets-header .share.fixed.disabled::before {
    content: "";
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    top: 0;
    left: 0;
    position: absolute;
  }
  .assets > .assets-header .checkbox.fixed {
    display: block;
    margin: 0;
    position: fixed;
    right: 0;
    top: 100px;
    width: calc(50% - 40px);
    z-index: 10;
    height: 50px;
    line-height: 50px;
    border-left: 1px solid #FFF;
  }
  #back-button {
    top: 66px;
    left: 24px;
  }
  .assets.basket .assets-header {
    padding-top: 100px;
    margin: 0 24px;
  }
  .assets-grid {
    margin: 0 24px;
  }
}
.language-switcher {
  text-transform: uppercase;
  padding: 0 !important;
}
.language-switcher a {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 24px;
  padding: 0 20px 5px 20px;
  color: inherit !important;
}
.sub-menu-mobile .language-switcher a {
  height: auto;
  justify-content: center;
}
.language-switcher img {
  display: block;
  width: 24px;
  height: 16px;
}
.sub-menu-mobile .language-switcher img {
  width: 36px;
  height: 24px;
}

img[src=""] {
  display: none !important;
}
