
/*component_css_start id=60dd8e800ee9c0.60080458 page=projector type=projector_productversions*/
.projector_page .compare {
  border: none;
  width: 100%;
}
@media (min-width: 757px) {
  .projector_page .compare {
    border-top: 1px solid #c4c7c8;
    border-bottom: 1px solid #c4c7c8;
  }
}
/*component_css_end*/

/*component_css_start id=66827e27671d21.21395932 page=projector type=projector_photos*/
div.photoSwipe_innerthumbs {
  display: flex;
  position: fixed;
  bottom: 10px;
  left: 0;
  z-index: 1000000;
  border-radius: 0;
  width: 100%;
  padding-left: 30px;
  overflow: auto;
}
@media (min-width: 1200px) {
  div.photoSwipe_innerthumbs {
    display: block;
    top: calc(50% + 22px);
    top: 88px;
    left: 50px;
    max-width: 70px;
    max-height: 70vh;
    bottom: unset;
    width: unset;
    padding-left: 0;
    overflow: visible;
  }
}
div.photoSwipe_innerthumbs.--one {
  display: none;
}
div.photoSwipe_innerthumbs .photos__figure {
  margin-right: 0;
}
@media (max-width: 1200px) {
  div.photoSwipe_innerthumbs .photos__figure {
    height: 80px;
    width: 80px;
    min-width: 80px;
    margin-right: 15px;
  }
}
div.photoSwipe_innerthumbs .photos__figure.--nav {
  width: 68px;
  height: 63px;
  margin: 0 0.5rem 1rem;
}
div.photoSwipe_innerthumbs .photos__link {
  cursor: pointer;
}
div.photoSwipe_innerthumbs .photos__link.--orbit_img,
div.photoSwipe_innerthumbs .photos__link.--videoYT {
  display: flex;
  flex-direction: column;
}
div.photoSwipe_innerthumbs .photos__link.--orbit_img i,
div.photoSwipe_innerthumbs .photos__link.--videoYT i {
  font-size: 2rem;
}
div.photoSwipe_innerthumbs .photos__link.--orbit_img i.icon-360,
div.photoSwipe_innerthumbs .photos__link.--videoYT i.icon-360 {
  font-size: 2.5rem;
}
div.photoSwipe_innerthumbs .photos__photo.--nav {
  max-width: 100%;
}
@media (max-width: 1200px) {
  div.photoSwipe_innerthumbs .photos__photo.--nav {
    max-height: 80px;
  }
}
div.photoSwipe_innerthumbs .slick-arrow {
  width: 70px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #c4c7c8;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.photoSwipe_innerthumbs .slick-arrow.slick-prev {
  top: 0;
  transform: translateY(-44px);
}
div.photoSwipe_innerthumbs .slick-arrow.slick-next {
  top: unset;
  bottom: 0;
  transform: translateY(34px);
}
.photos {
  order: -1;
}
@media (min-width: 979px) {
  .photos {
    order: 0;
  }
}
.photos___slider_wrapper {
  margin-bottom: 50px;
}
@media (max-width: 978px) {
  .photos___slider_wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 979px) {
  .photos___slider_wrapper {
    margin-bottom: 0;
  }
}
.photos__video_orbit_mobile {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
}
@media (min-width: 756px) and (max-width: 978px) {
  .photos__video_orbit_mobile {
    justify-content: center;
    gap: 3rem;
  }
}
@media (min-width: 979px) {
  .photos__video_orbit_mobile {
    display: none;
  }
}
.photos__btn_mobile {
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #EAEAEA;
  background: #FFF;
  padding: 1rem 4.5rem;
}
.photos__btn_mobile i {
  font-size: 2rem;
}
.photos__btn_mobile i.icon-360 {
  font-size: 2.5rem;
}
.photos__btn_mobile span {
  margin-left: 1rem;
  text-decoration: underline;
}
.photos video {
  max-width: 100%;
}
.photos__zoom_link {
  padding: 1rem 2rem;
  border-radius: 5px;
  border: 1px solid #EAEAEA;
  background: #FFF;
  text-decoration: none;
  margin-top: 1.5rem;
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 979px) {
  .photos__zoom_link:hover {
    border: 1px solid #FF7C00;
  }
}
.photos__photo {
  display: block;
  width: auto;
}
@media (min-width: 360px) {
  .photos__photo {
    max-height: 60vh;
  }
}
@media (min-width: 979px) {
  .photos__photo {
    max-height: none;
  }
}
.photos__photo.--nav {
  max-height: 63px;
  mix-blend-mode: multiply;
}
.photos .video {
  position: relative;
}
.photos .video iframe {
  max-width: 100%;
}
.photos .video.--activeVideo .video__button {
  display: none;
}
.photos .video__button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.photos .video__button-wrapp {
  background: rgba(0, 0, 0, 0.55);
  width: 50px;
  height: 34px;
  border-radius: 5px;
  padding-top: 10px;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.photos .video:hover .video__button-wrapp {
  background: #cd201f;
}
.photos .video .tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #ffffff;
  margin: 0 auto;
}
.photos__link {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #fff;
  color: #333;
  text-decoration: none;
}
.photos__link:hover {
  color: #873895;
}
.photos__link.--nav {
  height: 100%;
  width: 100%;
  align-items: center;
  border: 1px solid #f1f1f1;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.photos__link.--nav.--active,
.photos__link.--nav:hover {
  border: 1px solid #873895;
}
.photos__link.--nav.--video {
  position: relative;
}
.photos__link.--nav.--video:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.4rem;
  height: 3.4rem;
  background: #873895;
  border-radius: 50%;
  transition: 0.2s;
}
.photos__link.--nav.--video:after {
  content: '';
  position: absolute;
  left: calc(50% + 2px);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
}
.photos__link.--nav.--video:hover:before {
  background: #333;
}
.photos__link.--nav.--video:hover:after {
  border-color: transparent transparent transparent #fff;
}
.photos__link.--orbit_img span {
  display: flex;
  align-items: center;
}
.photos__link.--orbit_img span i {
  font-size: 2rem;
}
.photos__link.--videoYT span {
  display: flex;
  align-items: center;
}
.photos__link.--more {
  flex-direction: column;
  text-align: center;
  background: #fff;
}
.photos__figure {
  display: flex;
  justify-content: center;
}
.photos__figure.--orbit_img {
  text-align: center;
}
@media (min-width: 979px) {
  .photos__figure.--orbit_img {
    height: 406px;
  }
}
.photos__figure.--videoYT {
  text-align: center;
}
@media (min-width: 979px) {
  .photos__figure.--videoYT {
    height: 406px;
  }
}
.photos__figure.--nav {
  width: 78px;
  height: 73px;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
}
.photos__figure.--nav.--orbit_img,
.photos__figure.--nav.--videoYT {
  order: 0;
  cursor: pointer;
}
.photos__figure.--nav.--orbit_img a span span,
.photos__figure.--nav.--videoYT a span span {
  font-size: 1.1rem;
  margin-left: 0.5rem;
  text-decoration: underline;
}
.photos__figure.--nav.--more {
  order: 1;
}
.photos__figure:not(.--nav) {
  display: none;
}
.photos__figure:not(.--nav):first-child {
  display: flex;
}
.photos__figure.slick-slide:not(.--nav) {
  display: block;
}
.photos__slider {
  width: 100%;
  position: relative;
}
@media (min-width: 979px) {
  .photos__slider[data-nav] {
    width: 100%;
  }
}
.photos__slider[data-skeleton] .slick-slide {
  float: none !important;
}
.photos__slider[data-skeleton] .photos__figure:not(.--nav):first-child .photos__link {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
@media (min-width: 360px) {
  .photos__slider[data-skeleton] .photos__figure:not(.--nav):first-child .photos__link {
    max-height: 60vh;
  }
}
.photos__slider[data-skeleton] .photos__figure:not(.--nav):first-child .photos__link:before {
  content: '';
  display: block;
  width: 100%;
  position: relative;
}
.photos__slider[data-skeleton] .photos__figure:not(.--nav):first-child .photos__link .photos__photo {
  position: absolute;
  top: 0;
  max-width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
}
.photos__slider .slick-dots {
  bottom: -50px;
}
.photos__slider .slick-dots li {
  width: 17px;
  height: 17px;
}
.photos__slider .slick-dots li button {
  width: 17px;
  height: 17px;
}
.photos__slider .slick-dots li button::before {
  width: 17px;
  height: 17px;
}
.photos__slider .slick-dots li:not(.slick-active) button::before {
  opacity: 1;
  background: #D9D9D9;
}
.photos__more_top {
  font-size: 1.8rem;
}
.photos__more_bottom {
  font-size: 1.1rem;
}
.photos__magnify {
  background: #fff;
  bottom: 10px;
  color: #333;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  opacity: 0;
  padding: 5px 10px;
  position: absolute;
  right: 10px;
  transition: all 0.5s ease 0s;
  z-index: 51;
}
.photos__magnify.--active {
  opacity: 1;
}
.photos__magnify:after {
  content: '\F00E';
  font-family: fontAwesome;
  font-size: 2rem;
  margin-left: 5px;
}
.photos__default {
  width: 100%;
}
.zoomContainer {
  z-index: 52 !important;
}
/* PhotoSwipe Style */
.photoSwipe_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
  max-width: 1170px;
}
@media (min-width: 1200px) {
  .pswp {
    min-height: 843px;
    max-width: 1300px;
    max-height: 54%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
  }
  .pswp .pswp--zoom-allowed {
    min-height: 100%;
    max-width: 100%;
  }
}
.pswp video {
  max-height: 65%;
  max-width: calc(100% - 80px);
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 979px) {
  .pswp video {
    max-height: 80%;
    max-width: 800px;
  }
}
.pswp .video {
  position: relative;
  transform: translate3d(0, 44px, 0px) scale(1);
}
.pswp .video iframe {
  max-width: 100%;
}
.pswp .video.--activeVideo .video__button {
  display: none;
}
.pswp .video__frame {
  max-width: 100%;
}
.pswp .video__button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.pswp .video__button-wrapp {
  background: rgba(0, 0, 0, 0.55);
  width: 50px;
  height: 34px;
  border-radius: 5px;
  padding-top: 10px;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pswp .video:hover .video__button-wrapp {
  background: #cd201f;
}
.pswp .video .tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #ffffff;
  margin: 0 auto;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
  height: 85% ! important;
  width: 85% !important;
}
@media (max-width: 757px) {
  .pswp img {
    height: auto !important;
    width: 100% !important;
  }
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoom-allowed .pswp {
  min-height: 100%;
  max-width: 100%;
}
.pswp--zoomed-in .pswp {
  min-height: 100%;
  max-width: 100%;
}
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  width: 1100px !important;
  height: 1100px !important;
}
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 120px);
  overflow: hidden;
}
@media (min-width: 1200px) {
  .pswp__scroll-wrap {
    left: 140px;
    right: 0;
    width: calc(100% - 190px);
    overflow: visible;
    height: calc(100% - 40px);
  }
  .pswp__scroll-wrap:after,
  .pswp__scroll-wrap:before {
    content: '';
    width: 140px;
    position: absolute;
    left: -140px;
    height: 100%;
    background: #fff;
    z-index: 100;
  }
  .pswp__scroll-wrap:after {
    left: unset;
    right: -140px;
  }
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 75%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
@media (max-width: 757px) {
  .pswp__zoom-wrap {
    width: 100%;
  }
}
.pswp__zoom-wrap .orbit_img {
  transform: translate3d(0, 44px, 0px) scale(1);
}
.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #fff;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #333;
}
.pswp__error-msg a {
  color: #873895;
  text-decoration: underline;
}
.pswp__error-msg a:hover {
  color: #000;
}
.photoSwipe_name {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-weight: 600;
  display: none;
  text-align: center;
  width: calc(100% - 88px);
  height: 100%;
  padding-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.photoSwipe_name:last-child {
  display: block;
}
@media (min-width: 1200px) {
  .photoSwipe_name {
    width: 100%;
  }
}
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.75;
  color: #333;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__button--close {
  opacity: 1;
}
@media (min-width: 1200px) {
  .pswp__button--close {
    right: -50px;
  }
}
.pswp__button--close:before {
  content: '\E897';
  font-family: FontAwesome;
  font-size: 1.2rem;
}
.pswp__button--close:hover:before {
  color: #873895;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  width: 44px;
  height: 44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 50px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  font-family: FontAwesome;
  font-size: 2.6rem;
}
.pswp__button--arrow--left {
  left: 0;
}
@media (min-width: 1200px) {
  .pswp__button--arrow--left {
    left: -140px;
    z-index: 101;
  }
}
.pswp__button--arrow--left:before {
  content: "\F104";
}
.pswp__button--arrow--right {
  right: 0;
}
@media (min-width: 1200px) {
  .pswp__button--arrow--right {
    z-index: 101;
    right: -50px;
  }
}
.pswp__button--arrow--right:before {
  content: "\F105";
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #333;
}
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #873895;
  color: #fff;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .pswp__counter {
    padding-left: 0;
    left: -125px;
  }
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #873895;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
@media (min-width: 1200px) {
  .pswp__top-bar {
    background-color: #fff;
    z-index: 101;
  }
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
@media (max-width: 978px) {
  #amso_services {
    margin-right: -1.5rem;
  }
  #amso_services .slick-next {
    right: 1.5rem;
  }
}
#amso_services .services__wrapper:has(.services__item) {
  margin-top: 5rem;
  margin-bottom: 6rem;
}
.services__comma {
  margin-right: 0.3rem;
}
.services__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
.services__item {
  padding-right: 2rem;
}
@media (min-width: 979px) {
  .services__item {
    padding-right: 0;
  }
}
.services__item_wrapper {
  border-radius: 5px;
  background: #F6F6F6;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 979px) {
  .services__item_wrapper {
    flex-direction: row;
    height: 100%;
  }
}
@media (min-width: 979px) {
  .services__img_box {
    margin-right: 1.5rem;
  }
}
.services__picture {
  display: block;
  height: 60px;
  width: 60px;
  text-align: center;
}
.services__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 979px) {
  .services__content {
    align-items: flex-start;
    text-align: start;
    line-height: 2.2rem;
  }
}
.services__title {
  margin-bottom: 1.4rem;
}
@media (min-width: 979px) {
  .services__title {
    margin-bottom: 0;
  }
}
@media (max-width: 978px) {
  #otherpage_hotspot .slick-next {
    right: 1.5rem;
  }
}
#otherpage_hotspot .slick-list .product {
  padding-right: 2rem;
  align-items: center;
}
#otherpage_hotspot .slick-list .product__main_wrapper {
  width: 75%;
}
@media (min-width: 979px) {
  #otherpage_hotspot .hotspot {
    padding-bottom: 6rem;
    margin-bottom: 6rem;
    border-bottom: 1px solid #E7E7E7;
  }
}
#otherpage_hotspot .otherpage-info {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
#otherpage_hotspot .otherpage-info p {
  max-width: 780px;
  text-align: center;
}
#otherpage_hotspot .headline {
  margin-bottom: 1.5rem;
}
#otherpage_hotspot .products {
  flex-wrap: wrap;
}
@media (min-width: 979px) {
  #otherpage_hotspot .products {
    justify-content: flex-start;
  }
}
#otherpage_hotspot .product {
  display: flex;
}
#otherpage_hotspot .product:hover {
  box-shadow: none;
}
#otherpage_hotspot .product__label_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
#otherpage_hotspot .product__label_wrapper img {
  margin-right: 0.2rem;
}
#otherpage_hotspot .product__icon {
  height: 7.2rem;
  margin-right: 3rem;
}
@media (min-width: 979px) {
  #otherpage_hotspot .product__icon {
    height: 8.5rem;
    min-width: 11rem;
  }
}
#otherpage_hotspot .product__icon img {
  height: 7.2rem;
}
@media (min-width: 979px) {
  #otherpage_hotspot .product__icon img {
    height: 8.5rem;
  }
}
#otherpage_hotspot .product__prices {
  margin-top: 1.5rem;
}
.orbit_img {
  height: 500px;
}
.icon-video-yt {
  position: relative;
}
.icon-video-yt:before {
  content: url('/gfx/custom/youtube_svg.svg');
  position: relative;
}
#projector_photos {
  flex-direction: column-reverse;
}
#projector_photos #photos_nav {
  flex-direction: row !important;
  display: flex !important;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  grid-gap: 7.5rem;
  border: 1px solid #E2E2E2;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px;
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
  #projector_photos #photos_nav {
    grid-gap: 3.5rem;
  }
}
#projector_photos #photos_nav .photos__figure.--nav {
  aspect-ratio: 1;
  height: 100%;
  margin: 0;
  max-width: 200px;
  width: 100%;
}
#projector_photos #photos_nav .photos__figure.--nav .photos__link.--nav {
  border: 0px solid transparent;
  border-radius: 15px;
}
#projector_photos #photos_nav .photos__figure.--nav .photos__link.--nav.--active {
  border-color: transparent;
  border-radius: 15px;
}
@media (min-width: 979px) {
  #projector_photos #photos_nav .photos__figure.--nav .photos__link.--nav:hover {
    border-color: #873895;
  }
}
#projector_photos #photos_nav .photos__figure.--nav.--videoYT {
  position: relative;
  aspect-ratio: 1;
  height: 100%;
  margin: 0;
  max-width: 200px;
  width: 100%;
}
#projector_photos #photos_nav .photos__figure.--nav.--videoYT .video__nav_bg {
  position: absolute;
  min-height: 100%;
  object-fit: cover;
  opacity: 0.25;
  top: 0;
  left: 0;
  border-radius: 15px;
}
#projector_photos #photos_nav .photos__link.--nav.--more .photos__more_top {
  font-size: 4rem;
  font-weight: 700;
}
#projector_photos #photos_slider {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 2.5rem;
  overflow: hidden;
  height: 595px;
  margin-bottom: 2.4rem;
}
@media (max-width: 756px) {
  #projector_photos #photos_slider .photos__figure.--videoYT {
    margin-top: 2.25rem;
  }
}
#projector_photos .photos__figure .photos__link .photos__photo {
  margin: 1rem;
  width: 60vh;
  max-height: 48vh;
}
#projector_photos .slick-arrow {
  width: 70px;
  height: 30px;
  line-height: 30px;
  font-size: 4.5rem !important;
  font-weight: 400;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
#projector_photos .slick-arrow.slick-prev {
  top: 50%;
  transform: translateY(-15px);
  left: 2rem;
}
#projector_photos .slick-arrow.slick-next {
  top: 50%;
  bottom: 0;
  transform: translateY(-15px);
  right: 2rem;
}
#projector_photos .slick-arrow {
  background: transparent;
  font-size: 4.5rem !important;
}
#projector_photos .slick-arrow.slick-next {
  right: 1rem;
}
#projector_photos .slick-arrow.slick-prev {
  left: 1rem;
}
.pswp .photos__link.--nav.--videoYT .icon-video-yt:before {
  scale: 0.7;
}
.pswp .pswp__scroll-wrap .--videoYT.video {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
#photos_nav:has(.--videoYT) .photos__figure.--nav:nth-of-type(4) {
  display: none;
}
@media (max-width: 978px) {
  #photos_nav:has(.--videoYT) .photos__figure.--nav:nth-of-type(3),
  #photos_nav:has(.--videoYT) .photos__figure.--nav:nth-of-type(4) {
    display: none !important;
  }
  #photos_nav:not(:has(.--videoYT)):has(.--more) .photos__figure.--nav:nth-of-type(3) {
    display: block !important;
  }
  #photos_nav:not(:has(.--videoYT)):has(.--more) .photos__figure.--nav:nth-of-type(4) {
    display: none !important;
  }
  #projector_photos {
    display: flex !important;
    flex-direction: column !important;
  }
  #projector_photos #photos_nav {
    order: 2 !important;
  }
  #projector_photos .projector_details__info {
    order: 3 !important;
  }
  #projector_photos #photos_slider {
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 756px) {
  #projector_photos #photos_nav {
    display: none !important;
  }
}
.photos__video_orbit_mobile {
  display: none;
}
#projector_photos #photos_slider .photos___slider_wrapper {
  height: 100%;
}
#projector_photos #photos_slider .photos___slider_wrapper .slick-list {
  height: 100% !important;
}
#projector_photos #photos_slider .photos___slider_wrapper .slick-list .slick-track {
  height: 100%;
}
#projector_photos #photos_slider .photos___slider_wrapper .slick-list .slick-track .photos__figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
#projector_photos #photos_slider .photos___slider_wrapper .slick-list .slick-track .photos__figure .photos__link {
  display: flex;
}
#projector_photos #photos_nav .photos__figure.--nav {
  max-width: 124px;
  max-height: 124px;
}
@media (max-width: 415px) {
  #photos_slider {
    max-height: 365px;
  }
}
.pswp .--videoYT.video {
  height: 100%;
  width: 100%;
  margin-top: 0 !important;
}
.pswp .--videoYT.video iframe {
  width: 100%;
  height: calc(100% - 4rem);
  padding: 1rem 2rem 1rem;
  border: none;
}
#photos_slider .photos__figure.--videoYT .photos__link.--videoYT.video {
  width: 100%;
  height: 100%;
}
#photos_slider .photos__figure.--videoYT .photos__link.--videoYT.video iframe {
  border-radius: 2.5rem;
  margin-top: 10rem;
}
@media (max-width: 450px) {
  #projector_photos .photos__figure.--videoYT {
    margin-top: 0 !important;
  }
  #projector_photos .photos__figure.--videoYT .photos__link.--videoYT.video {
    height: 100%;
    min-height: 365px;
    margin-top: 0rem;
  }
  #projector_photos .photos__figure.--videoYT .photos__link.--videoYT.video iframe {
    height: 100%;
    min-height: 365px;
  }
}
@media (max-width: 756px) and (orientation: landscape) {
  #projector_photos .photos__figure.--videoYT {
    margin-top: 0 !important;
  }
  #projector_photos .photos__figure.--videoYT .photos__link.--videoYT.video {
    max-height: 100%;
    min-height: 406px;
    margin-top: 0rem;
  }
  #projector_photos .photos__figure.--videoYT .photos__link.--videoYT.video iframe {
    max-height: 100%;
    min-height: 406px;
  }
}
/* Styl dla modala */
.modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Zawartość modala */
.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 900px;
  /* Zwiększona szerokość */
  width: 100%;
  max-height: 80vh;
  position: relative;
  overflow-y: auto;
}
/* Styl dla modala z QR kodem */
.modal-qr-content {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  /* Mniejsza szerokość dla modala z QR kodem */
  width: 100%;
  text-align: center;
  /* Wyśrodkowanie tekstu */
  max-height: 80vh;
  position: relative;
  overflow-y: auto;
}
/* Przycisk zamknięcia (X) */
.modal-content .close,
.modal-content .close-qr {
  position: absolute;
  top: -5px;
  right: 3px;
  font-size: 30px;
  font-weight: bold;
  color: #0f0f0f;
  cursor: pointer;
}
/* Styl dla iframe Sketchfab */
.sketchfab-embed-wrapper iframe {
  width: 100%;
  height: 600px;
  /* Zwiększona wysokość */
  border: none;
  border-radius: 10px;
}
/* Usunięcie linku "Pokaż na Sketchfab" */
#sketchfabLink {
  display: none;
}
/* Styl przycisku "Pokaż Model" */
.btn-show-3d {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 15px;
  background: transparent !important;
  border: 1px solid #7a3f91 !important;
  color: #7a3f91;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-show-3d:hover {
  background-color: #7a3f91 !important;
  color: #fff;
}
.btn-show-3d svg {
  margin-right: 10px;
  fill: #7a3f91;
  transition: fill 0.3s ease;
}
.btn-show-3d:hover svg {
  fill: #fff;
}
/* Styl przycisku "Pokaż QR do AR" (zgodny z "Pokaż Model") */
.btn-show-qr {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 15px;
  background: transparent !important;
  border: 1px solid #7a3f91 !important;
  color: #7a3f91;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-show-qr:hover {
  background-color: #7a3f91 !important;
  color: #fff;
}
.btn-show-qr svg {
  margin-right: 10px;
  fill: #7a3f91;
  transition: fill 0.3s ease;
}
.btn-show-qr:hover svg {
  fill: #fff;
}
/* Ustawienia dla elementu 3D */
.photos_element_3D {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  max-width: 30%;
}
@media only screen and (max-width: 756px) {
  .photos_element_3D {
    max-width: 100%;
  }
}
/*component_css_end*/

/*component_css_start id=6683ed3c685e16.01677398 page=projector type=projector_productname*/
.product_name__block.--description {
  border: none;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.5;
}
.product_name__block.--description ul {
  list-style: none;
}
.product_name__name {
  font-size: 2rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Krub", "Inter", "Arial", sans-serif;
}
@media (min-width: 757px) {
  .product_name__name {
    font-size: 2.2rem;
  }
}
.product_name__firm_logo {
  width: 200px;
  max-height: 100px;
}
.product_name__firm_logo img {
  max-height: 100%;
  display: block;
}
.product_name .firm_logo {
  display: block;
  height: 100%;
}
.product_name__notes {
  font-size: 1.3rem;
}
@media (min-width: 1200px) {
  .product_name__notes {
    flex-grow: 100;
  }
}
.product_name__note {
  margin-right: 0.5rem;
}
.product_name__note i {
  color: #DDDDDD;
  margin-right: 0.6rem;
  font-size: 2.4rem;
}
.product_name__note i.--active {
  color: #FAC917;
}
.product_name__note_text {
  margin-right: 1rem;
  display: none;
}
.product_name .product_name__note_link {
  text-decoration: none;
  font-size: 1.8rem;
  color: #bababa;
  margin-right: 1rem !important;
}
.product_name .product_name__block.--links {
  justify-content: start !important;
  margin-bottom: 1rem;
}
.product_name .product_name__block.--links .product_name__notes {
  flex-grow: unset;
  margin-right: unset !important;
  margin-bottom: 0 !important;
  margin-right: 6rem !important;
}
.product_name .product_name__block.--links .product_name__firm_logo {
  width: auto;
  max-height: 100px;
  margin-left: 0 !important;
  display: none !important;
}
.product_name .product_name__block.--links .product_name__firm_logo .firm_logo {
  color: #000;
  text-decoration: none;
  font-size: 1.8rem;
}
.product_name .product_name__block.--links .product_name__firm_logo .firm_logo span {
  display: inline-block;
  margin-right: 0.5rem;
}
.product_name .product_name__block.--links .product_code {
  display: inline-block !important;
  margin-left: 0rem !important;
  font-size: 1.8rem;
  color: #bababa;
}
.product_name .product_name__block.--links .product_code_sku {
  display: inline-block !important;
  margin-left: 0rem !important;
  font-size: 1.8rem;
  color: black;
}
.product_name__action {
  font-size: 1.3rem;
}
.product_name__action.--remove {
  color: #e35c5c;
}
.product_name__action.--remove:hover {
  color: #873895;
}
.product_name__action.--compare {
  margin-left: 33px;
}
@media only screen and (max-width: 758px) {
  .product_name__action.--compare {
    margin-left: 0px;
  }
}
.product_name__action.--shopping-list {
  text-decoration: none;
}
.product_name__action.--shopping-list:before {
  content: '\E8C8';
  font-family: FontAwesome;
  font-size: 2.4rem;
  color: #bababa;
  margin-left: 1rem;
  line-height: 2.4rem;
}
.product_name__action.--shopping-list span {
  text-decoration: underline;
}
.product_name .product_name__block.--name {
  justify-content: start !important;
  align-items: center !important;
  margin-bottom: 0.5rem !important;
}
@media only screen and (max-width: 978px) {
  .product_name .product_name__block.--name {
    display: flex;
  }
}
.product_name .product_name__block.--name .product_name__name {
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.product_name .product_name__block.--label {
  margin-bottom: 0 !important;
  margin-right: 2.4rem;
}
.product_name .product_name__block.--label .label {
  margin-bottom: 0;
}
@media (max-width: 978px) {
  #projector_productname {
    padding-top: 1.5rem;
    margin-bottom: 2rem !important;
  }
  #projector_productname .product_name__name {
    font-size: 2rem;
    text-transform: none;
    position: relative;
    padding-left: 0rem;
    margin-top: 1rem !important;
    margin-bottom: 1.5rem !important;
  }
  #projector_productname .product_name__name:before {
    content: '';
    height: 100%;
    width: 6px;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    background: #42538F;
    border-radius: 2rem;
  }
  #projector_productname .product_name__firm_logo {
    display: none !important;
  }
  #projector_productname .product_name__block.--links {
    margin-bottom: 0;
  }
  #projector_productname .product_name__block.--links .product_name__notes {
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 979px) {
  .product_name__note_link {
    transition: all 0.3s;
  }
  .product_name__note_link:hover {
    color: #000;
  }
  .product_name .product_name__block.--name .--label {
    grid-area: label;
  }
  .product_name .product_name__block.--name .--shopping-list {
    grid-area: fav;
  }
  .product_name .product_name__block.--name .--shopping-list:before {
    color: #000;
    scale: 1;
    transition: all 0.3s;
    opacity: 0.25;
  }
  .product_name .product_name__block.--name .--shopping-list:hover:before {
    scale: 1.1;
    opacity: 1;
  }
  .product_name .product_name__block.--name .product_name__name {
    grid-area: name;
  }
}
.product_name .product_name__block.--label {
  margin-bottom: 1rem !important;
  margin-right: 0;
}
.product_name .product_name__block.--label .label_icons .label {
  margin-right: 0.5rem;
}
/*component_css_end*/

/*component_css_start id=687620da45a970.59253771 page=projector type=projector_details*/
@media (min-width: 1000px) {
  .projector_page #content {
    display: grid;
    grid-template-columns: 48% 48%;
    margin-left: 15px;
    grid-column-gap: 5px;
  }
}
@media (min-width: 1000px) and (max-width: 1678px) {
  .projector_page #content {
    display: grid;
    grid-template-columns: 48% 50%;
    margin-left: 15px;
    grid-column-gap: 5px;
  }
}
.projector_page #content > *:not(.newsletter) {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 757px) {
  .projector_page #content > * {
    grid-column: 1 / span 2;
  }
}
@media (min-width: 979px) {
  .projector_page #content #menu_compare_product:not([style]) ~ #projector_photos,
  .projector_page #content #menu_messages_warning ~ #projector_photos {
    grid-area: 2 / 1 / 4 / 2;
  }
}
@media (min-width: 979px) {
  .projector_page #content #menu_compare_product:not([style]) ~ #projector_productname,
  .projector_page #content #menu_messages_warning ~ #projector_productname {
    grid-area: 2 / 2 / 3 / 3;
  }
}
@media (min-width: 979px) {
  .projector_page #content #menu_compare_product:not([style]) ~ #projector_form,
  .projector_page #content #menu_messages_warning ~ #projector_form {
    grid-area: 3 / 2 / 6 / 3;
  }
}
@media (min-width: 979px) {
  .projector_page #content #menu_compare_product:not([style]) ~ #projector_producttraits,
  .projector_page #content #menu_messages_warning ~ #projector_producttraits {
    grid-area: 4 / 1 / 5 / 2;
  }
}
@media (min-width: 979px) {
  .projector_page #content #menu_messages_warning ~ #menu_compare_product:not([style]) ~ #projector_photos {
    grid-area: 3 / 1 / 5 / 2;
  }
}
@media (min-width: 979px) {
  .projector_page #content #menu_messages_warning ~ #menu_compare_product:not([style]) ~ #projector_productname {
    grid-area: 3 / 2 / 4 / 3;
  }
}
@media (min-width: 979px) {
  .projector_page #content #menu_messages_warning ~ #menu_compare_product:not([style]) ~ #projector_form {
    grid-area: 4 / 2 / 7 / 3;
  }
}
@media (min-width: 979px) {
  .projector_page #content #menu_messages_warning ~ #menu_compare_product:not([style]) ~ #projector_producttraits {
    grid-area: 5 / 1 / 6 / 2;
  }
}
@media (min-width: 757px) {
  .projector_page #content #projector_photos {
    grid-area: 2 / 1 / 3 / 2;
  }
}
@media (min-width: 757px) {
  .projector_page #content #projector_productname {
    grid-area: 1 / 1 / 2 / 3;
  }
}
@media (min-width: 757px) and (max-width: 978px) {
  .projector_page #content #projector_productname {
    max-width: calc(100vw - 3rem);
  }
  .projector_page #content #projector_productname .product_name__block.--links {
    display: flex !important;
  }
}
@media (min-width: 757px) {
  .projector_page #content #projector_form {
    grid-area: 2 / 2 / 5 / 3;
  }
}
@media (min-width: 757px) {
  .projector_page #content #projector_producttraits {
    grid-area: 3 / 1 / 4 / 2;
  }
}
.projector_smile {
  order: 1;
}
@media (min-width: 979px) {
  .projector_smile {
    padding: 0 2rem;
  }
}
.projector_smile__block.--main {
  border-radius: 5px;
  padding: 1rem;
  background: #FCF4F4;
  color: #333;
}
@media (min-width: 757px) {
  .projector_smile__block.--main {
    display: flex;
    align-items: center;
  }
}
.projector_smile__block.--desc {
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.projector_smile__logo {
  max-width: 72px;
  display: block;
}
.projector_smile__inpost {
  display: flex;
  align-items: center;
}
@media (min-width: 757px) {
  .projector_smile__inpost {
    padding: 0 1rem;
  }
}
.projector_smile__inpost_text {
  padding: 0.5rem 0;
}
@media (min-width: 757px) {
  .projector_smile__inpost_text {
    padding: 0.25rem 0 0;
  }
}
.projector_smile__inpost_logo {
  max-width: 51px;
  margin-left: 0.5rem;
}
.projector_smile__link {
  margin-top: -0.5rem;
  display: block;
  white-space: nowrap;
  color: #333;
  text-decoration: underline;
}
.projector_smile__link:hover {
  color: #873895;
}
@media (min-width: 757px) {
  .projector_smile__link {
    margin: 0;
  }
}
#projector_express_checkout {
  background: transparent !important;
  border: 1px solid #7a3f91 !important;
  color: #7a3f91;
  width: 270px !important;
}
@media (min-width: 757px) {
  #projector_express_checkout {
    width: 100% !important;
  }
}
@media (min-width: 800px) {
  #projector_express_checkout {
    width: 100% !important;
  }
}
@media (min-width: 1000px) {
  #projector_express_checkout {
    width: 205px !important;
  }
}
@media (min-width: 1200px) {
  #projector_express_checkout {
    width: 290px !important;
  }
}
@media only screen and (max-width: 756px) {
  #projector_express_checkout {
    width: 100% !important;
  }
}
.projector_info__icon:before {
  font-size: 17px !important;
}
.projector_details {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
.projector_details.disable .projector_multipack,
.projector_details.--phone .projector_multipack,
.projector_details.disable .projector_oneclick__wrapper,
.projector_details.--phone .projector_oneclick__wrapper {
  display: none;
}
.projector_details.disable .projector_buy,
.projector_details.--phone .projector_buy {
  pointer-events: none;
  opacity: 0.3;
}
.projector_details.--submitting .projector_buy__button {
  position: relative;
  pointer-events: none;
  transition: border-color 0s;
  border-color: rgba(255, 255, 255, 0.8);
}
.projector_details.--submitting .projector_buy__button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.projector_details.--submitting .projector_buy__button:after {
  content: '\E838';
  font-family: FontAwesome;
  position: absolute;
  z-index: 2;
  animation: spin_loading 1.5s infinite linear;
  top: 50%;
  left: 50%;
  font-size: 2.5rem;
  color: #333;
}
.projector_details.--submitting .projector_buy__button:hover {
  border-color: rgba(255, 255, 255, 0.8);
}
.projector_details__wrapper {
  border-radius: 5px;
  margin-bottom: 1rem;
  display: flex;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 3rem;
  grid-auto-flow: dense;
  padding: 2rem;
  align-items: flex-start;
}
@media (min-width: 1400px) {
  .projector_details__wrapper {
    grid-template-columns: repeat(0, 50%);
    grid-column-gap: 3rem;
  }
}
.projector_details__wrapper .details_wrapper__left {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.projector_details__wrapper .details_wrapper__right {
  display: block;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
@media (min-width: 1400px) {
  .projector_details__wrapper .details_wrapper__right {
    margin-right: 1.5rem;
  }
}
.projector_details__wrapper .projector_details__info.projector_info,
.projector_details__wrapper #projector_rebateNumber {
  padding: 0.5rem;
  border: none;
  color: #BABABA;
  border-radius: 2.5rem;
  width: 100%;
}
.projector_details__wrapper #projector_buy_section {
  width: 100%;
  margin-bottom: 2.8rem;
}
.projector_details__wrapper .product_name__block.--description {
  margin-top: 0 !important;
  margin-bottom: 2.4rem !important;
}
@media (min-width: 1200px) {
  .projector_details__wrapper .projector_prices,
  .projector_details__wrapper .projector_tell_availability,
  .projector_details__wrapper .projector_buy,
  .projector_details__wrapper .projector_multipack,
  .projector_details__wrapper .projector_details__advanceprice,
  .projector_details__wrapper #CDT {
    grid-column: 1 / 2;
  }
}
@media (min-width: 1200px) {
  .projector_details__wrapper .projector_info {
    grid-column: 2 / 3;
    grid-row: span 4;
  }
}
.projector_details__advanceprice {
  margin-bottom: 2rem;
}
.projector_details[data-subscription]:not([data-subscription="only"]) .projector_details__wrapper {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 5px;
  margin-bottom: 15px;
}
.projector_details[data-subscription="true"] .projector_purchase.--subscription,
.projector_details[data-subscription="only"] .projector_purchase.--subscription {
  border: 1px solid #c4c7c8;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #fff;
  color: #333;
  margin-bottom: 0;
}
.projector_details[data-subscription="true"] .projector_purchase.--subscription .f-label,
.projector_details[data-subscription="only"] .projector_purchase.--subscription .f-label {
  color: #333 !important;
}
.projector_details[data-subscription="true"] .projector_purchase.--normal,
.projector_details[data-subscription="only"] .projector_purchase.--normal {
  order: 1;
}
.projector_details[data-subscription="true"] .projector_info__item.--stocks,
.projector_details[data-subscription="only"] .projector_info__item.--stocks,
.projector_details[data-subscription="true"] .projector_info__item.--instalments,
.projector_details[data-subscription="only"] .projector_info__item.--instalments,
.projector_details[data-subscription="true"] .projector_info__item.--paypo,
.projector_details[data-subscription="only"] .projector_info__item.--paypo {
  display: none;
}
.projector_details[data-subscription="true"] .projector_prices__vat,
.projector_details[data-subscription="only"] .projector_prices__vat,
.projector_details[data-subscription="true"] .projector_prices__unit_sep,
.projector_details[data-subscription="only"] .projector_prices__unit_sep,
.projector_details[data-subscription="true"] .projector_prices__unit_sellby,
.projector_details[data-subscription="only"] .projector_prices__unit_sellby,
.projector_details[data-subscription="true"] .projector_prices__unit,
.projector_details[data-subscription="only"] .projector_prices__unit,
.projector_details[data-subscription="true"] .projector_prices__collection_selected,
.projector_details[data-subscription="only"] .projector_prices__collection_selected {
  display: none !important;
}
.projector_details[data-subscription="true"] .projector_prices__period,
.projector_details[data-subscription="only"] .projector_prices__period {
  display: inline;
}
.projector_details[data-subscription="false"] .projector_purchase.--normal {
  border: 1px solid #c4c7c8;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #fff;
  color: #333;
  margin-bottom: 0;
}
.projector_details[data-subscription="false"] .projector_purchase.--normal .f-label {
  color: #333 !important;
}
.projector_details[data-subscription="false"] .projector_subscription,
.projector_details[data-subscription="false"] .projector_subscription_rebates {
  display: none;
}
.projector_details[data-subscription="false"] .projector_info__item.--subscription,
.projector_details[data-subscription="false"] .projector_info__item.--abort-subscription {
  display: none;
}
.projector_details[data-subscription="false"] .projector_purchase__price_wrapper {
  display: none;
}
.projector_details[data-subscription="false"] .projector_details__wrapper {
  order: 1;
}
.projector_details .projector_purchase {
  border-radius: 5px;
  display: flex;
  padding: 0 20px;
  background: #f1f1f1;
  color: #333;
  border: 1px solid #f1f1f1;
}
.projector_details .projector_purchase .f-label {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  color: #333 !important;
}
@media (min-width: 757px) {
  .projector_details .projector_purchase .f-label {
    align-items: center;
    justify-content: normal;
    flex-direction: row;
  }
}
.projector_details .projector_purchase__price_wrapper,
.projector_details .projector_purchase__yousave {
  white-space: normal;
}
.projector_details .projector_purchase__label {
  font-size: 1.5rem;
  margin-right: 10px;
}
.projector_details .projector_purchase__yousave {
  color: #e35c5c;
  font-size: 1.3rem;
  display: none;
}
.projector_details .projector_purchase__yousave.--active {
  display: inline;
}
.projector_details .projector_purchase__price_wrapper {
  font-size: 1.3rem;
}
@media (min-width: 757px) {
  .projector_details .projector_purchase__price_wrapper {
    margin-left: auto;
  }
}
.projector_details .projector_purchase__price_before {
  margin-right: 5px;
}
.projector_details .projector_purchase__price {
  font-size: 1.4rem;
}
.projector_details .projector_versions,
.projector_details .projector_multiversions,
.projector_details .projector_sizes,
.projector_details .projector_subscription {
  margin-bottom: 2rem;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
.projector_details .projector_versions select,
.projector_details .projector_multiversions select,
.projector_details .projector_sizes select,
.projector_details .projector_subscription select {
  width: 100%;
  height: 40px;
}
.projector_details .projector_versions select option.--disabled,
.projector_details .projector_multiversions select option.--disabled,
.projector_details .projector_sizes select option.--disabled,
.projector_details .projector_subscription select option.--disabled {
  color: #999;
}
.projector_details .projector_versions__label,
.projector_details .projector_multiversions__label,
.projector_details .projector_sizes__label,
.projector_details .projector_subscription__label {
  display: block;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) {
  .projector_details .projector_versions__label,
  .projector_details .projector_multiversions__label,
  .projector_details .projector_sizes__label,
  .projector_details .projector_subscription__label {
    margin: 0 1.5rem 0 0;
    width: 100%;
    min-width: 88px;
    margin-bottom: 8px;
  }
}
.projector_details .projector_versions__label:after,
.projector_details .projector_multiversions__label:after,
.projector_details .projector_sizes__label:after,
.projector_details .projector_subscription__label:after {
  content: ':';
}
@media (min-width: 1200px) {
  .projector_details .projector_versions__sub,
  .projector_details .projector_multiversions__sub,
  .projector_details .projector_sizes__sub,
  .projector_details .projector_subscription__sub {
    flex: 1;
  }
}
.projector_details .projector_versions .f-dropdown,
.projector_details .projector_multiversions .f-dropdown,
.projector_details .projector_sizes .f-dropdown,
.projector_details .projector_subscription .f-dropdown {
  margin: 0;
  width: 100%;
}
.projector_details .projector_versions .f-dropdown-toggle,
.projector_details .projector_multiversions .f-dropdown-toggle,
.projector_details .projector_sizes .f-dropdown-toggle,
.projector_details .projector_subscription .f-dropdown-toggle {
  height: 40px;
  font-size: 1.2rem;
  border-radius: 15px;
}
.projector_details .projector_versions .f-dropdown-toggle .gfx_wrapper,
.projector_details .projector_multiversions .f-dropdown-toggle .gfx_wrapper,
.projector_details .projector_sizes .f-dropdown-toggle .gfx_wrapper,
.projector_details .projector_subscription .f-dropdown-toggle .gfx_wrapper {
  display: none;
}
.projector_details .projector_versions .f-dropdown-button,
.projector_details .projector_multiversions .f-dropdown-button,
.projector_details .projector_sizes .f-dropdown-button,
.projector_details .projector_subscription .f-dropdown-button {
  font-weight: bold;
}
.projector_details .projector_versions .f-dropdown-button .soldout,
.projector_details .projector_multiversions .f-dropdown-button .soldout,
.projector_details .projector_sizes .f-dropdown-button .soldout,
.projector_details .projector_subscription .f-dropdown-button .soldout {
  display: none;
}
.projector_details .projector_versions .f-dropdown-li.--disabled .f-dropdown-item,
.projector_details .projector_multiversions .f-dropdown-li.--disabled .f-dropdown-item,
.projector_details .projector_sizes .f-dropdown-li.--disabled .f-dropdown-item,
.projector_details .projector_subscription .f-dropdown-li.--disabled .f-dropdown-item {
  text-decoration: none;
}
.projector_details .projector_versions .f-dropdown-li.--disabled .f-dropdown-item .name,
.projector_details .projector_multiversions .f-dropdown-li.--disabled .f-dropdown-item .name,
.projector_details .projector_sizes .f-dropdown-li.--disabled .f-dropdown-item .name,
.projector_details .projector_subscription .f-dropdown-li.--disabled .f-dropdown-item .name {
  text-decoration: line-through;
}
.projector_details .projector_versions .f-dropdown-item,
.projector_details .projector_multiversions .f-dropdown-item,
.projector_details .projector_sizes .f-dropdown-item,
.projector_details .projector_subscription .f-dropdown-item {
  display: flex;
  align-items: center;
}
.projector_details .projector_versions .f-dropdown-item .gfx_wrapper,
.projector_details .projector_multiversions .f-dropdown-item .gfx_wrapper,
.projector_details .projector_sizes .f-dropdown-item .gfx_wrapper,
.projector_details .projector_subscription .f-dropdown-item .gfx_wrapper {
  display: flex;
  align-items: center;
}
.projector_details .projector_versions .f-dropdown-item .gfx,
.projector_details .projector_multiversions .f-dropdown-item .gfx,
.projector_details .projector_sizes .f-dropdown-item .gfx,
.projector_details .projector_subscription .f-dropdown-item .gfx {
  max-width: 100px;
  display: block;
  margin-right: 1rem;
}
.projector_details .projector_versions .f-dropdown-item .soldout,
.projector_details .projector_multiversions .f-dropdown-item .soldout,
.projector_details .projector_sizes .f-dropdown-item .soldout,
.projector_details .projector_subscription .f-dropdown-item .soldout {
  margin-left: auto;
}
.projector_details .projector_subscription_rebates {
  padding-left: 33px;
  margin: -15px 0 20px;
  position: relative;
}
@media (min-width: 1200px) {
  .projector_details .projector_subscription_rebates {
    padding-left: 28px;
  }
}
@media (min-width: 1200px) {
  .projector_details .projector_subscription {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.projector_details .projector_subscription[data-border] {
  padding-bottom: 2rem;
  border-bottom: 1px solid #c4c7c8;
}
.projector_details .projector_subscription__sub {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
  position: relative;
}
@media (min-width: 1200px) {
  .projector_details .projector_subscription__sub {
    flex: 1;
    min-width: 0;
  }
}
.projector_details .projector_subscription__item {
  min-width: 90px;
  min-height: 35px;
  font-size: 1.2rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #c4c7c8;
  background: #fff;
  color: #333;
  border-radius: 10px;
  padding: 0.5rem;
  margin: 0.5rem;
  z-index: 1;
}
.projector_details .projector_subscription__item.--selected {
  font-weight: bold;
  border: 1px solid #873895;
  box-shadow: inset 0 0 0 1px #873895;
  border-radius: 15px;
}
.projector_details .projector_subscription__item.--disabled {
  color: #e35c5c;
  text-decoration: line-through;
}
.projector_details .projector_subscription__item:hover {
  border: 1px solid #873895;
}
.projector_details .projector_subscription__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .projector_details .projector_versions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.projector_details .projector_versions[data-select] .projector_versions__sub {
  margin: 0;
}
.projector_details .projector_versions__sub {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
  position: relative;
}
@media (min-width: 1200px) {
  .projector_details .projector_versions__sub {
    flex: 1;
    min-width: 0;
  }
}
.projector_details .projector_versions__item {
  min-width: 90px;
  width: 110px;
  min-height: 35px;
  font-size: 1.2rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  color: #333;
  border-radius: 10px;
  padding: 0.5rem;
  margin: 0.5rem;
  position: relative;
}
.projector_details .projector_versions__item.--selected::after {
  content: '✓';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 18px;
  height: 18px;
  background: #873895;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-family: system-ui;
  border-radius: 4px;
  font-weight: bold;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  z-index: 5;
  pointer-events: none;
}
.projector_details .projector_versions__item.--selected img {
  position: relative;
  z-index: 1;
  border-radius: inherit;
  background-color: transparent;
  -webkit-filter: drop-shadow(0 0 4px #873895);
  filter: drop-shadow(0 0 4px #873895);
}
.projector_details .projector_versions__item.--disabled:not(.--selected) {
  opacity: 0.6;
}
.projector_details .projector_versions__gfx img {
  display: block;
  border-radius: inherit;
  transition: filter 0.3s ease, box-shadow 0.3s ease;
}
.projector_details .projector_versions__name {
  display: none;
}
.projector_details .projector_multiversions__item {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .projector_details .projector_multiversions__item {
    display: flex;
  }
}
.projector_details .projector_multiversions__item:last-child {
  margin-bottom: 0;
}
.projector_details .projector_multiversions__item.--conflict .f-dropdown-toggle {
  border: 1px solid #e35c5c;
  box-shadow: 0 0 0 1px #e35c5c;
  color: #e35c5c;
}
.projector_details .projector_multiversions .f-dropdown-li.--dependent .conflict_txt {
  display: block;
  color: #e35c5c;
}
.projector_details .projector_multiversions .conflict_txt {
  display: none;
}
@media (min-width: 1200px) {
  .projector_details .projector_sizes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.projector_details .projector_sizes[data-select] .projector_sizes__sub {
  margin: 0;
}
.projector_details .projector_sizes[data-onesize] {
  display: none;
}
.projector_details .projector_sizes__sub {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
  position: relative;
}
@media (min-width: 1200px) {
  .projector_details .projector_sizes__sub {
    flex: 1;
    min-width: 0;
  }
}
.projector_details .projector_sizes__sub:before {
  content: '';
  position: absolute;
  top: -0.5rem;
  left: -1rem;
  right: -1rem;
  bottom: -0.5rem;
  background-color: #D9706C;
  opacity: 0;
}
@media (min-width: 757px) {
  .projector_details .projector_sizes__sub:before {
    left: -0.5rem;
    right: -0.5rem;
    width: auto;
  }
}
.projector_details .projector_sizes__sub.--alert:before {
  transition: 0.3s all;
  opacity: 1;
}
.projector_details .projector_sizes__sub .alert {
  position: absolute;
  top: -0.5rem;
  z-index: 100;
  background-color: #fff;
  left: -1rem;
  right: -1rem;
  transform: translateY(-100%);
  height: 52px;
  border: 2px solid #D9706C;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
  opacity: 0;
  transition: 0.3s all;
}
.projector_details .projector_sizes__sub .alert.--open {
  opacity: 1;
}
.projector_details .projector_sizes__sub .alert:before {
  position: absolute;
  content: '\E811';
  font-family: fontawesome;
  left: 1.5rem;
  top: 50%;
  font-size: 2rem;
  color: #873895;
  transform: translateY(-50%);
}
@media (min-width: 757px) {
  .projector_details .projector_sizes__sub .alert {
    left: -0.5rem;
    right: -0.5rem;
  }
}
.projector_details .projector_sizes__item {
  min-width: 90px;
  min-height: 35px;
  font-size: 1.2rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #c4c7c8;
  background: #fff;
  color: #333;
  border-radius: 10px;
  padding: 0.5rem;
  margin: 0.5rem;
  z-index: 1;
}
.projector_details .projector_sizes__item.--disabled {
  color: #e35c5c;
  text-decoration: line-through;
}
.projector_details .projector_sizes__item:hover {
  border: 1px solid #873895;
}
.projector_details .projector_sizes__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.projector_details .projector_sizes .f-dropdown-li.--disabled .f-dropdown-item {
  text-decoration: none;
}
.projector_details .projector_sizes .f-dropdown-li.--disabled .name {
  text-decoration: line-through;
}
.projector_details .projector_sizes .f-dropdown-button .count {
  display: none;
}
.projector_details .projector_sizes .f-dropdown-item .count {
  margin-left: auto;
}
.projector_details .projector_sizes:not([data-onesize]) + .projector_chart {
  margin-top: -1rem;
}
@media (min-width: 1200px) {
  .projector_details .projector_sizes:not([data-onesize]) + .projector_chart {
    margin-left: 105px;
  }
}
.projector_details .omnibus_price {
  display: block !important;
}
.projector_details .projector_chart {
  margin-bottom: 2rem;
}
.projector_details .projector_prices {
  margin-bottom: 2rem;
  background: #ECECEC;
  padding: 16px;
  border-radius: 15px;
}
.projector_details .projector_prices.--only-points .projector_prices__points {
  margin-top: 0;
}
.projector_details .projector_prices.--only-points .projector_prices__price_wrapper {
  margin-bottom: 0;
}
.projector_details .projector_prices.--omnibus-new .omnibus_price .projector_prices__lowest_price .omnibus_price {
  display: block !important;
}
.projector_details .projector_prices.--omnibus-new.--omnibus-short .projector_prices__maxprice_wrapper {
  display: none;
}
.projector_details .projector_prices.--omnibus-new.--omnibus .projector_prices__price {
  color: #e35c5c;
}
.projector_details .projector_prices__contact img {
  display: none;
}
.projector_details .projector_prices__contact span {
  font-size: 2rem;
}
.projector_details .projector_prices__maxprice_wrapper {
  line-height: 20px;
}
.projector_details .projector_prices__maxprice {
  white-space: nowrap;
}
.projector_details .projector_prices__unit_sellby {
  padding-right: 3px;
}
.projector_details .projector_prices__percent {
  padding-left: 3px;
}
.projector_details .projector_prices__collection_selected {
  margin-right: 10px;
}
.projector_details .projector_prices__price_wrapper {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .projector_details .projector_prices__price_wrapper {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
  }
}
.projector_details .projector_prices__price {
  font-size: 3.5rem;
  line-height: 1;
}
@media (min-width: 1200px) {
  .projector_details .projector_prices__price {
    font-size: 3rem;
    margin-right: 5px;
  }
}
@media (min-width: 300px) {
  .projector_details .projector_prices__price {
    margin-right: 5px;
  }
}
.projector_details .projector_prices__price span {
  white-space: nowrap;
}
.projector_details .projector_prices__info {
  line-height: 1.4;
  margin-left: 0.5rem;
  display: inline;
  margin-top: 10px;
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 756px) {
  .projector_details .projector_prices__info {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 830px) {
  .projector_details .projector_prices__info {
    flex-direction: column-reverse;
  }
}
.projector_details .projector_prices__period {
  display: none;
}
.projector_details .projector_prices__points_buy:not(.--span) {
  color: #873895;
  text-decoration: underline;
  font-weight: bold;
}
.projector_details .projector_prices__points_buy:not(.--span):hover {
  color: #000;
}
.projector_details .projector_prices__srp {
  padding-left: 0.3rem;
}
.projector_details .projector_prices__sellby_label {
  padding-right: 0.3rem;
}
.projector_details .projector_prices__sellby_unit {
  padding-left: 0.3rem;
}
.projector_details .projector_prices__unit_converted_price {
  font-size: 1.3rem;
  margin: -5px 0 10px;
  display: block;
}
.projector_details .projector_prices__points,
.projector_details .projector_prices__sellby {
  margin-top: 10px;
}
.projector_details #projector_express_checkout.projector_express_checkout__button {
  width: 100%;
  color: #111111 !important;
  border: 3px solid #e8594b !important;
  background: #fff !important;
  font-family: "Author", sans-serif !important;
  cursor: pointer;
  display: inline-flex;
  padding: 1.1rem !important;
  font-weight: bold;
  font-size: 18px !important;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.projector_details #projector_express_checkout.projector_express_checkout__button svg {
  display: none;
}
.projector_details #projector_express_checkout.projector_express_checkout__button .checkout_button_smile_logo svg {
  display: block;
  color: #111111 !important;
  transform: none;
}
.projector_details #projector_express_checkout.projector_express_checkout__button.--web-authn svg {
  display: block;
  color: #848484 !important;
  transform: scale(1.2);
}
.projector_details #projector_express_checkout.projector_express_checkout__button.--loading {
  position: relative;
  pointer-events: none;
  transition: border-color 0s;
  border-color: rgba(255, 255, 255, 0.8);
}
.projector_details #projector_express_checkout.projector_express_checkout__button.--loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.projector_details #projector_express_checkout.projector_express_checkout__button.--loading:after {
  content: '\E838';
  font-family: FontAwesome;
  position: absolute;
  z-index: 2;
  animation: spin_loading 1.5s infinite linear;
  top: 50%;
  left: 50%;
  font-size: 2.5rem;
  color: #333;
}
.projector_details #projector_express_checkout.projector_express_checkout__button.--loading:hover {
  border-color: rgba(255, 255, 255, 0.8);
}
.projector_details #projector_express_checkout.projector_express_checkout__button.--loading::before {
  border-radius: inherit;
}
.projector_details .projector_prices__vat {
  margin-top: 10px;
}
.projector_details .projector_prices__unit_sep {
  margin-top: 10px;
}
.projector_details .projector_prices__unit {
  margin-top: 10px;
}
@media only screen and (max-width: 830px) {
  .projector_details #projector_express_section {
    width: 100%;
  }
}
.projector_details .projector_buy {
  display: flex;
  grid-gap: 10px;
  justify-content: space-between;
}
@media only screen and (max-width: 830px) {
  .projector_details .projector_buy {
    display: flex;
    grid-gap: 10px;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
}
.projector_details .projector_buy.--more .projector_buy__more {
  pointer-events: auto;
}
.projector_details .projector_buy.--more .f-dropdown-button {
  display: none;
}
.projector_details .projector_buy__number_wrapper {
  position: relative;
  margin-bottom: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  margin-right: auto;
}
.projector_details .projector_buy__number_inputs {
  max-width: 100px;
  position: relative;
  display: block;
  width: 100%;
}
.projector_details .projector_buy__number_amounts {
  margin-left: 1.5rem;
}
.projector_details .projector_buy__number {
  height: 100%;
  width: 100%;
  margin: 0;
}
.projector_details .projector_buy__number.--disabled select {
  display: none;
}
.projector_details .projector_buy__number.f-select,
.projector_details .projector_buy__number .f-control {
  text-align: center;
  height: 100%;
  min-height: 53px;
  width: 129px;
  border-radius: 15px;
  display: flex;
  align-items: center;
}
.projector_details .projector_buy__number .f-dropdown-menu {
  min-width: 75px;
}
.projector_details .projector_buy__number .f-dropdown-item {
  padding: 1rem 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projector_details .projector_buy__number .f-dropdown-button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}
.projector_details .projector_buy__more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.8rem;
  left: 1.1rem;
  z-index: 1;
  pointer-events: none;
  height: 38px;
}
.projector_details .projector_buy__more.--active {
  pointer-events: auto;
}
.projector_details .projector_buy__more_input {
  width: 53px;
  height: 53px;
  border: none;
  padding: 0;
  text-align: center;
  border-radius: 0;
  font-size: 1.4rem;
  background: #fff;
  color: #333;
  border-radius: 5px;
}
.projector_details .projector_tell_availability {
  margin: 1rem 0;
}
.projector_details .projector_tell_availability__link {
  width: 100%;
}
.projector_details ~ .projector_tell_availability__block.--dialog {
  display: none;
}
.projector_details .projector_inpost_pay {
  min-height: 45px;
  cursor: pointer;
  --border-radius: 5px;
}
.projector_details .projector_inpost_pay.--loading {
  position: relative;
  pointer-events: none;
}
.projector_details .projector_inpost_pay.--loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.projector_details .projector_inpost_pay.--loading:after {
  content: '\E838';
  font-family: FontAwesome;
  position: absolute;
  z-index: 2;
  animation: spin_loading 1.5s infinite linear;
  top: 50%;
  left: 50%;
  font-size: 2.5rem;
  color: #333;
}
.projector_details .projector_inpost_pay:not(.--checked) inpost-izi-button:not([baskedlinked="true"]) {
  pointer-events: none;
}
.projector_details .projector_inpost_pay .inpostizi-button,
.projector_details .projector_inpost_pay inpost-izi-button {
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
}
.projector_details .projector_inpost_pay .inpostizi-bind-button-body {
  width: 100% !important;
  max-width: none !important;
  border-radius: 5px !important;
}
.projector_details .projector_inpost_pay .inpostizi-button-bottom {
  display: none !important;
}
.projector_details .projector_buy__quantity-controls {
  background: #fff;
  border-radius: 15px;
}
.projector_details .projector_oneclick {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.projector_details .projector_oneclick__wrapper {
  display: none;
  flex-direction: column;
  gap: 10px;
}
.projector_details .projector_oneclick[data-hide] {
  display: none;
}
.projector_details .projector_oneclick__label {
  white-space: nowrap;
  font-size: 1.2rem;
  line-height: normal;
  text-align: center;
}
.projector_details .projector_oneclick__text:first-child {
  margin-right: 3px;
}
.projector_details .projector_oneclick__items {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.projector_details .projector_oneclick__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  height: 45px;
  width: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}
.projector_details .projector_oneclick__item.--loading {
  position: relative;
  pointer-events: none;
}
.projector_details .projector_oneclick__item.--loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.projector_details .projector_oneclick__item.--loading:after {
  content: '\E838';
  font-family: FontAwesome;
  position: absolute;
  z-index: 2;
  animation: spin_loading 1.5s infinite linear;
  top: 50%;
  left: 50%;
  font-size: 2.5rem;
  color: #333;
}
.projector_details .projector_oneclick__item:not(.--checked) > * {
  pointer-events: none;
}
.projector_details .projector_oneclick__item > div {
  min-width: auto !important;
  border-radius: 5px;
  overflow: hidden;
}
.projector_details .projector_oneclick__item.--paypal:before {
  content: '';
  position: absolute;
  height: 110%;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFC439;
  pointer-events: none;
  transform: translateY(-50%);
  border-radius: 5px;
  z-index: -1;
  width: calc(100%);
}
.projector_details .projector_oneclick__item.--paypal:hover:before {
  filter: brightness(0.95);
}
.projector_details .projector_oneclick__item.--googlePay:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: -1;
  border-radius: 5px;
}
.projector_details .projector_oneclick__item.--googlePay:hover:before {
  opacity: 0.75;
}
.projector_details .projector_oneclick__item img {
  max-height: 100%;
}
.projector_details .projector_multipack {
  margin-top: 2rem;
}
.projector_details .projector_multipack.--active .projector_multipack__price {
  display: inline;
}
.projector_details .projector_multipack.--hide {
  display: none;
}
.projector_details .projector_multipack__label {
  margin-bottom: 1rem;
  display: block;
}
.projector_details .projector_multipack__item {
  line-height: 1;
  margin-bottom: 1rem;
}
.projector_details .projector_multipack__item:last-child {
  margin-bottom: 0;
}
.projector_details .projector_multipack__unit {
  padding: 0 3px;
}
.projector_details .projector_multipack__price {
  padding-right: 3px;
  display: none;
}
.projector_details #projector_price_points_recive_wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #7a3f91;
  flex-wrap: wrap;
  border-radius: 15px;
  padding: 0px 15px;
  margin-bottom: 2rem;
}
.projector_details .projector_info {
  margin-top: 2rem;
  display: grid;
  grid-gap: 10px;
  font-family: 'Inter';
}
.projector_details .projector_info__item {
  display: none;
  align-items: center;
  flex-wrap: wrap;
}
.projector_details .projector_info__icon {
  width: 50px;
  min-width: 20px;
  margin-right: 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projector_details .projector_info__icon:before {
  font-family: FontAwesome;
}
.projector_details .projector_info__link {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projector_details__status_wrapper {
  margin-bottom: 2rem;
}
.projector_details__status_wrapper.--loading {
  overflow: initial;
  position: relative;
  pointer-events: none;
}
.projector_details__status_wrapper.--loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.projector_details__status_wrapper.--loading:after {
  content: '\E838';
  font-family: FontAwesome;
  position: absolute;
  z-index: 2;
  animation: spin_loading 1.5s infinite linear;
  top: 50%;
  left: 50%;
  font-size: 2.5rem;
  color: #333;
}
.projector_details .projector_status__gfx_wrapper {
  display: none;
}
.projector_details .projector_status__info_amount {
  margin-right: 0.5rem;
  white-space: nowrap;
  display: none;
}
.projector_details .projector_status__shipping {
  margin-left: 0.5rem;
}
.projector_details .projector_status__description {
  display: inline;
}
.projector_details .projector_returns__icon {
  width: 26px;
}
.projector_details .projector_returns__icon:before {
  content: '';
  width: 26px;
  height: 22px;
  left: 20px;
  background-image: url(https://spacetronik.store/data/include/cms/grafika/SpacetronikPl/icons/pparrow.svg);
  background-position: 50% 50%;
  background-size: cover;
  display: block;
}
.projector_details .projector_stocks {
  display: none;
}
.projector_details .projector_stocks__icon {
  width: 20px;
}
.projector_details .projector_stocks__icon:before {
  content: '';
  width: 23px;
  height: 24px;
  left: 20px;
  background-image: url(https://spacetronik.store/data/include/cms/grafika/SpacetronikPl/icons/ppnavi.svg);
  background-position: 50% 50%;
  background-size: cover;
  display: block;
}
.projector_details .projector_share_config__icon:before {
  content: '\E896';
}
.projector_details .projector_subscription_info__icon:before {
  content: '\E8AC';
  font-size: 1.8rem;
  margin-top: -0.2rem;
}
.projector_details .projector_abort_subscription_info__icon:before {
  content: '\F1DE';
  font-size: 1.6rem;
  margin-top: -0.2rem;
  font-weight: bold;
}
.projector_details .projector_safe__icon {
  width: 22px;
}
.projector_details .projector_safe__icon:before {
  content: '';
  width: 26px;
  height: 22px;
  left: 20px;
  background-image: url(https://spacetronik.store/data/include/cms/grafika/SpacetronikPl/icons/pptick.svg);
  background-position: 50% 50%;
  background-size: cover;
  display: block;
}
.projector_details .projector_instalments.--active .projector_instalments__items {
  display: block;
}
.projector_details .projector_instalments__icon:before {
  content: '\E89C';
  font-size: 1.6rem;
}
.projector_details .projector_instalments__items {
  display: none;
  margin-left: 3rem;
  width: 100%;
}
.projector_details .projector_instalments__item {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.projector_details .projector_instalments__item_icon {
  width: 30px;
  margin-right: 10px;
}
.projector_details .projector_instalments__item_text {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projector_details .projector_paypo__icon:before {
  content: '\F133';
  font-size: 1.6rem;
}
.projector_details .projector_points_recive__icon:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url('https://s.spacetronik.pl/spacecoin/spacecoin.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  transition: transform 0.6s ease-in-out;
  transform-style: preserve-3d;
}
.projector_details .projector_points_recive__icon:hover:before {
  transform: rotateY(360deg);
}
.projector_details .projector_points_recive__info {
  overflow: visible;
}
.projector_details .projector_points_recive__text {
  font-size: 14px;
  color: #000;
}
.projector_details .projector_points_recive__value {
  margin-right: 0.5rem;
  color: #983795;
  font-weight: bold;
  font-size: 14px;
}
.projector_details .projector_points_recive .css_tip {
  margin-left: 0;
}
.projector_details .omnibus_price.--hide {
  display: none;
}
.modal.--tell-availability .headline {
  padding: 0;
  justify-content: flex-start;
  text-align: left;
}
.modal.--tell-availability .projector_tell_availability__info_top,
.modal.--tell-availability .projector_tell_availability__info1,
.modal.--tell-availability .projector_tell_availability__info2 {
  font-size: 1.1rem;
}
.modal.--tell-availability .projector_tell_availability__info_top {
  margin-bottom: 1.5rem;
}
.modal.--tell-availability .projector_tell_availability__info1 {
  margin-bottom: 1rem;
}
.modal.--tell-availability .projector_tell_availability__button {
  width: 100%;
  margin-bottom: 1rem;
}
.modal.--stocks .product_stocks {
  display: block;
}
.product_stocks {
  display: none;
  font-size: 1.3rem;
  text-align: left;
}
.product_stocks.load-content:after {
  position: absolute;
}
.product_stocks__icon {
  max-width: 80px;
  max-height: 80px;
}
.product_stocks__name {
  margin-bottom: 0.2rem;
}
.product_stocks__versions {
  margin-bottom: 0.2rem;
}
.product_stocks__version {
  font-size: 1.1rem;
}
.product_stocks__version_name {
  margin-right: 3px;
}
.product_stocks__size {
  flex-basis: auto;
  width: auto;
}
.product_stocks__size[data-disabled] {
  color: #e35c5c;
  text-decoration: line-through;
}
.product_stocks__size[data-type="onesize"]:only-child {
  display: none;
}
.product_stocks .menu_messages_message,
.product_stocks .menu_messages_warning {
  margin: 0;
}
.product_stocks__wrapper.--stocks {
  border-radius: 5px;
  border: 1px solid #c4c7c8;
  overflow: hidden;
}
.product_stocks .f-dropdown .f-dropdown-toggle,
.product_stocks .f-dropdown .f-dropdown-item {
  text-align: center;
}
.product_stocks .f-dropdown .f-dropdown-toggle {
  padding-left: 3rem;
}
.product_stocks .f-dropdown .f-dropdown-menu {
  position: relative;
  margin-top: -1px;
}
.product_stocks .stock {
  border-top: 1px solid #c4c7c8;
  margin: -0.1rem 0 0.1rem;
  position: relative;
}
.product_stocks .stock.--hide {
  display: none;
}
.product_stocks .stock__map {
  height: 250px;
  margin: 0 -1.5rem -1.5rem;
}
.product_stocks .stock.--active .stock__info {
  display: block;
}
@media (min-width: 757px) {
  .product_stocks .stock.--active .stock__info {
    display: flex;
  }
}
.product_stocks .stock.--active .stock__name span {
  display: none;
}
.product_stocks .stock__headline {
  padding: 1.5rem;
}
@media (min-width: 757px) {
  .product_stocks .stock__headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 62px;
  }
}
.product_stocks .stock__name {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media (min-width: 757px) {
  .product_stocks .stock__name {
    margin: 0;
  }
}
.product_stocks .stock__availabilty {
  display: flex;
  align-items: center;
}
@media (min-width: 757px) {
  .product_stocks .stock__availabilty {
    margin-left: 1rem;
    min-width: calc(50% - 1.5rem);
  }
}
.product_stocks .stock__availabilty img {
  margin-right: 0.5rem;
}
.product_stocks .stock__availabilty_count {
  margin-left: 0.3rem;
}
.product_stocks .stock__info {
  display: none;
  padding: 0 1.5rem 1.5rem;
}
@media (min-width: 757px) {
  .product_stocks .stock__info {
    flex-wrap: wrap;
    margin: 0 -1.5rem;
    padding-top: 1rem;
  }
}
.product_stocks .stock__label {
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: block;
}
.product_stocks .stock__city {
  margin-left: 0.3rem;
}
.product_stocks .stock__data {
  display: block;
  margin-bottom: 0.2rem;
}
.product_stocks .stock__data_label {
  display: inline-block;
  min-width: 55px;
}
.product_stocks .stock__wrapper {
  margin-bottom: 1.5rem;
}
@media (min-width: 757px) {
  .product_stocks .stock__wrapper {
    width: 50%;
    padding: 0 1.5rem;
  }
}
.product_stocks .stock__wrapper.--map {
  width: 100%;
}
.product_stocks .stock__wrapper:last-child {
  margin-bottom: 0;
}
.product_stocks .stock__contact {
  margin-top: 1rem;
}
.product_stocks .stock__opening .stock__data {
  display: flex;
  margin: 0 -1.5rem 0.2rem;
}
.product_stocks .stock__opening .stock__data_label,
.product_stocks .stock__opening .stock__data_value {
  padding: 0 1.5rem;
  width: 50%;
}
.product_stocks .stock:not(:only-child) .stock__headline {
  cursor: pointer;
  padding-right: 3rem;
}
.product_stocks .stock:not(:only-child) .stock__headline:after {
  content: '\F107';
  font-family: FontAwesome;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  position: absolute;
  right: 0;
  top: 10px;
  width: 30px;
}
@media (min-width: 757px) {
  .product_stocks .stock:not(:only-child) .stock__headline:after {
    top: auto;
  }
}
.product_stocks .stock:not(:only-child).--active .stock__headline:after {
  content: '\F106';
}
.quantity-decrease,
.quantity-increase {
  font-size: 16px;
  width: 20px;
}
.select_button {
  border: 1px solid #c4c7c8;
  background: #fff;
  box-shadow: none;
  color: #333;
  padding: 2px;
  cursor: pointer;
  padding: 10px 14px;
  text-align: center;
  display: block;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
}
@media (min-width: 757px) {
  .select_button {
    padding: 8px 14px;
    width: auto;
  }
}
.select_button:hover {
  color: #873895;
}
.select_button.disabled {
  color: #e35c5c;
  text-decoration: line-through;
}
.select_button.active {
  border-color: #873895;
  box-shadow: inset 0 0 0 1px #873895;
}
.select_button.gfx {
  width: 22%;
  display: inline-block;
  margin: 1%;
  vertical-align: top;
}
.css_tip {
  background: #fff;
  color: #333;
  display: inline-block;
  font-size: 1.3em;
  height: 31px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 31px;
  box-shadow: none;
  cursor: pointer;
  border-radius: 5px;
}
.css_tip_small {
  height: 15px;
  line-height: 14px;
  width: 15px;
  font-size: 1rem;
  margin-left: 5px;
  font-weight: normal;
  vertical-align: middle;
  margin-top: -6px;
  border-radius: 2.5px;
}
#CDT > div {
  color: #f1f1f1;
  font-size: 25px;
  font-weight: bold;
  padding: 0px 0 27px;
  white-space: nowrap;
}
#CDT .line {
  background: #e35c5c;
  height: 1px;
  left: 0;
  position: absolute;
  top: 52%;
  width: 100%;
}
#CDT .caption {
  bottom: -19px;
  color: #333;
  font-size: 11px;
  font-weight: normal;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
#CDT .number {
  background: #e35c5c;
  border: 1px solid #e35c5c;
  color: #fff;
  display: inline-block;
  height: 37px;
  line-height: 35px;
  padding: 0 9px;
  text-align: center;
}
#CDT .number-wrapper {
  margin-right: 5px;
  position: relative;
}
.modal.--shipping-info .menu_messages_message {
  margin: 0;
}
@media (min-width: 757px) {
  .modal.--shipping-info .menu_messages_message {
    margin: 1rem;
  }
}
.shipping_info__top {
  background: #CCE5FF;
  color: #004085;
  padding: 20px;
  font-size: 1.2rem;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.shipping_info__top a {
  color: #004085;
}
.shipping_info__top a:hover {
  color: #333;
}
.shipping_info__current_region {
  margin-bottom: 5px;
}
.shipping_info__body {
  margin: -2rem 0 2rem;
}
@media (min-width: 979px) {
  .shipping_info__body {
    display: flex;
    margin: 0 -1.5rem 2rem;
  }
}
@media (min-width: 1200px) {
  .shipping_info__body {
    margin: 0 -2rem 2rem;
  }
}
.shipping_info__block {
  padding-top: 2rem;
}
@media (min-width: 979px) {
  .shipping_info__block {
    flex: 1;
    padding: 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .shipping_info__block {
    padding: 0 2rem;
  }
}
.shipping_info__label {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1.5rem;
}
@media (min-width: 979px) {
  .shipping_info__label {
    margin-bottom: 3rem;
  }
}
.shipping_info__header {
  display: flex;
}
.shipping_info__header_item {
  font-size: 1.2rem;
  color: #999;
}
.shipping_info__header_item.--icon-name {
  width: calc(50% + 15px);
}
.shipping_info__header_item.--delivery {
  flex: 2;
  text-align: center;
  margin: 0 1.5rem;
}
.shipping_info__header_item.--cost {
  flex: 1;
  text-align: right;
}
.shipping_info__courier {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c4c7c8;
  padding: 1rem 0;
}
.shipping_info__courier:last-child {
  border-bottom: none;
}
.shipping_info__item {
  font-size: 1.2rem;
}
.shipping_info__item.--icon {
  width: 50px;
  min-width: 50px;
  margin-right: 1.5rem;
}
.shipping_info__item.--icon img {
  display: block;
  margin: 0 auto;
}
.shipping_info__item.--name {
  flex: 3;
}
.shipping_info__item.--delivery {
  flex: 2;
  text-align: center;
  margin: 0 1.5rem;
}
.shipping_info__item.--cost {
  flex: 1;
  text-align: right;
  white-space: nowrap;
  font-size: 1.3rem;
}
.shipping_info__vat {
  font-size: 1.2rem;
  color: #999;
}
/* Styl dla modala */
.modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Zawartość modala */
.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 900px;
  /* Zwiększona szerokość */
  width: 100%;
  max-height: 80vh;
  position: relative;
  overflow-y: auto;
}
/* Styl dla modala z QR kodem */
.modal-qr-content {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  /* Mniejsza szerokość dla modala z QR kodem */
  width: 100%;
  text-align: center;
  /* Wyśrodkowanie tekstu */
  max-height: 80vh;
  position: relative;
  overflow-y: auto;
}
/* Przycisk zamknięcia (X) */
.modal-content .close,
.modal-content .close-qr {
  position: absolute;
  top: -5px;
  right: 3px;
  font-size: 30px;
  font-weight: bold;
  color: #0f0f0f;
  cursor: pointer;
}
/* Styl dla iframe Sketchfab */
.sketchfab-embed-wrapper iframe {
  width: 100%;
  height: 600px;
  /* Zwiększona wysokość */
  border: none;
  border-radius: 10px;
}
@media only screen and (max-width: 400px) {
  .sketchfab-embed-wrapper iframe {
    height: 460px;
  }
}
/* Usunięcie linku "Pokaż na Sketchfab" */
#sketchfabLink {
  display: none;
}
/* Styl przycisku "Pokaż Model" */
.btn-show-3d {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 15px;
  background: transparent !important;
  border: 1px solid #000 !important;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
}
/* Ikona SVG jako pseudo-element ::before dla przycisku 3D */
.btn-show-3d::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('https://bublaki.pl/data/include/cms//model3D.svg?v=1730203633248');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.btn-show-3d:hover {
  background-color: #000000 !important;
  color: #fff;
}
.btn-show-3d svg {
  margin-right: 10px;
  fill: #7a3f91;
  transition: fill 0.3s ease;
}
.btn-show-3d:hover svg {
  fill: #fff;
}
/* Styl przycisku "Pokaż QR do AR" (zgodny z "Pokaż Model") */
.btn-show-qr {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 15px;
  background: transparent !important;
  border: 1px solid #000 !important;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
}
/* Ikona SVG jako pseudo-element ::before dla przycisku QR */
.btn-show-qr::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('https://bublaki.pl/data/include/cms//modelAR.svg?v=1730203633248');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.btn-show-qr:hover {
  background-color: #000000 !important;
  color: #fff;
}
.btn-show-qr svg {
  margin-right: 10px;
  fill: #7a3f91;
  transition: fill 0.3s ease;
}
.btn-show-qr:hover svg {
  fill: #fff;
}
/* Ustawienia dla elementu 3D */
.photos_element_3D {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  max-width: 30%;
}
@media only screen and (max-width: 756px) {
  .photos_element_3D {
    max-width: 100%;
  }
}
/*component_css_end*/

/*component_css_start id=614c5cf078bd13.85672872 page=projector type=projector_configurator*/
#projector_form[data-price_formula] #projector_price_srp_wrapper,
#projector_form[data-price_formula] #projector_price_maxprice_wrapper,
#projector_form[data-price_formula] .instalment_yousave {
  display: none !important;
}
#projector_form .configurator {
  display: block;
}
#projector_prices_wrapper.load-content {
  position: relative;
}
#projector_prices_wrapper.load-content > * {
  opacity: 0;
}
#projector_prices_wrapper.load-content:after {
  position: absolute;
}
.configurator {
  border-bottom: 1px solid #c4c7c8;
  margin-bottom: 2rem;
  display: none;
}
.configurator.--skeleton .configurator__label,
.configurator.--skeleton .f-group,
.configurator.--skeleton .f-select,
.configurator.--skeleton .configurator__limits {
  background: #f1f1f1;
  border-radius: 5px;
}
.configurator.--skeleton .configurator__label {
  height: 16px;
}
.configurator.--skeleton .configurator__label:after {
  display: none;
}
.configurator.--skeleton .f-group.--radio,
.configurator.--skeleton .f-group.--checkbox {
  height: 18px;
}
.configurator.--skeleton .f-group,
.configurator.--skeleton .f-select {
  height: 50px;
}
.configurator.--skeleton .configurator__limits {
  height: 14px;
}
.configurator__item {
  margin-bottom: 2rem;
}
@media (min-width: 757px) {
  .configurator__item {
    display: flex;
  }
}
@media (min-width: 757px) {
  .configurator__item[data-type="select"],
  .configurator__item[data-type="input"] {
    align-items: center;
    margin-bottom: 3rem;
  }
}
.configurator__item[data-type="select"] .f-group,
.configurator__item[data-type="input"] .f-group {
  margin-bottom: 0;
}
@media (min-width: 757px) {
  .configurator__item[data-limits] .configurator__label {
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 757px) {
  .configurator__item:last-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 757px) {
  .configurator__item:last-child[data-type="select"],
  .configurator__item:last-child[data-type="input"] {
    margin-bottom: 2rem;
  }
}
.configurator__item.--hide {
  display: none;
}
.configurator__item.--dependencies .--radio:not(.--show),
.configurator__item.--dependencies .--checkbox:not(.--show),
.configurator__item.--dependencies option:not(.--show),
.configurator__item.--dependencies .f-dropdown-li:not(.--show) {
  display: none;
}
.configurator__item.--dependencies .--radio.--last a,
.configurator__item.--dependencies .--checkbox.--last a,
.configurator__item.--dependencies option.--last a,
.configurator__item.--dependencies .f-dropdown-li.--last a {
  border-bottom: none;
}
.configurator__item.--alert {
  position: relative;
}
.configurator__item.--alert:before {
  content: '';
  position: absolute;
  top: -1.5rem;
  left: -1rem;
  right: -1rem;
  height: calc(100% + 30px);
  border: 2px solid #e35c5c;
  background-color: #fff;
  z-index: -1;
}
@media (min-width: 757px) {
  .configurator__item.--alert:before {
    height: calc(100% + 20px);
  }
}
.configurator__alert {
  position: absolute;
  background-color: #fff;
  border: 2px solid #e35c5c;
  border-bottom: none;
  top: -1.5rem;
  left: -1rem;
  right: -1rem;
  transform: translateY(-100%);
  z-index: 100;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 1.5rem 0.5rem;
}
.configurator__alert:before {
  position: absolute;
  content: '\E811';
  font-family: fontawesome;
  left: 1.5rem;
  top: 50%;
  font-size: 2rem;
  color: #873895;
  transform: translateY(-50%);
}
.configurator__label {
  margin-bottom: 1rem;
  display: block;
}
@media (min-width: 757px) {
  .configurator__label {
    margin-bottom: 0;
    min-width: 95px;
    width: 95px;
  }
}
.configurator__label:after {
  content: ':';
}
@media (min-width: 757px) {
  .configurator__sub {
    width: 100%;
    min-width: 0;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .configurator__sub {
    padding-left: 2rem;
  }
}
.configurator__sub[data-type="radio"],
.configurator__sub[data-type="checkbox"] {
  padding-left: 1.5rem;
}
@media (min-width: 1200px) {
  .configurator__sub[data-type="radio"],
  .configurator__sub[data-type="checkbox"] {
    padding-left: 2rem;
  }
}
.configurator__name {
  font-size: 1.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.6rem;
}
.configurator__icon {
  margin-right: 0.8rem;
}
.configurator__icon img {
  max-width: 50px;
  display: block;
}
.configurator__price {
  background: #f1f1f1;
  color: #333;
  font-size: 1.1rem;
  padding: 0 0.4rem;
  line-height: 1.8rem;
  border-radius: 5px;
  margin-left: 0.8rem;
  white-space: nowrap;
}
.configurator__limits {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.configurator__limits:first-child {
  margin-right: 1rem;
}
.configurator__limit {
  font-size: 1.1rem;
  color: #c4c7c8;
}
.configurator .f-group {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.configurator .f-group .f-label {
  display: flex;
  align-items: center;
  min-height: 1.8rem;
}
.configurator .f-group .f-control:focus::placeholder {
  color: transparent;
}
.configurator .f-dropdown .f-dropdown-button,
.configurator .f-dropdown .f-dropdown-item {
  display: flex;
  align-items: center;
}
.configurator .f-dropdown .f-dropdown-button .configurator__name {
  white-space: nowrap;
  line-height: inherit;
}
.configurator .f-dropdown .f-dropdown-button .configurator__icon img {
  max-height: 36px;
}
.configurator .f-dropdown .configurator__price {
  margin-left: auto;
}
.configurator .f-dropdown .configurator__name:not(:last-child) {
  margin-right: 0.8rem;
}
/*component_css_end*/

/*component_css_start id=67e25b186be780.55775838 page=projector type=projector_bundle_zone*/
.projector_bundle {
  display: none;
  padding-bottom: 1.3rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #c4c7c8;
}
.projector_bundle__rebate_wrapper {
  margin-left: 86px;
}
.projector_bundle.--skeleton .projector_bundle__label,
.projector_bundle.--skeleton .projector_bundle__icon,
.projector_bundle.--skeleton .projector_bundle__name,
.projector_bundle.--skeleton .projector_bundle__price_wrapper,
.projector_bundle.--skeleton .projector_bundle__option > *,
.projector_bundle.--skeleton .projector_bundle__checkbox_group {
  background: #f1f1f1;
  border-radius: 5px;
}
.projector_bundle.--skeleton .projector_bundle__item:nth-child(n+3) {
  display: none;
}
@media (min-width: 757px) {
  .projector_bundle.--skeleton .projector_bundle__item:nth-child(n+3) {
    display: flex;
  }
}
.projector_bundle.--skeleton .projector_bundle__label {
  height: 26px;
}
.projector_bundle.--skeleton .projector_bundle__checkbox_group {
  width: 18px;
  height: 18px;
  margin-right: 1.5rem;
}
.projector_bundle.--skeleton .projector_bundle__rebate_label {
  height: 38px;
}
@media (min-width: 757px) {
  .projector_bundle.--skeleton .projector_bundle__rebate_label {
    height: 19px;
  }
}
.projector_bundle.--skeleton .projector_bundle__rebate_wrapper {
  height: 32px;
}
@media (min-width: 757px) {
  .projector_bundle.--skeleton .projector_bundle__rebate_wrapper {
    height: 16px;
  }
}
.projector_bundle.--skeleton .projector_bundle__name {
  height: 30px;
}
@media (min-width: 757px) {
  .projector_bundle.--skeleton .projector_bundle__name {
    height: 15px;
  }
}
.projector_bundle.--skeleton .projector_bundle__price_wrapper {
  height: 19px;
}
.projector_bundle.--skeleton .projector_bundle__option > * {
  height: 25px;
  margin-bottom: 0.5rem;
  width: 100%;
}
@media (min-width: 757px) {
  .projector_bundle.--skeleton .projector_bundle__option > * {
    width: 135px;
  }
}
.projector_bundle__rebate {
  border: 1px solid #E2E2E2;
  border-radius: 15px;
  padding: 1rem 6rem 1rem 1rem;
  position: relative;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .projector_bundle__rebate {
    padding: 1.5rem 6rem 1.5rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.projector_bundle__rebate:before,
.projector_bundle__rebate:after {
  color: #873895;
  display: block;
  height: 56px;
  margin-top: -11px;
  position: absolute;
  width: 53px;
  box-sizing: content-box;
  z-index: 2;
  left: 20px;
  top: 50%;
}
.projector_bundle__rebate:before {
  transform: rotate(40deg);
}
.projector_bundle__rebate:after {
  content: "%";
  font-size: 3rem;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 757px) {
  .projector_bundle__rebate_wrapper {
    margin-left: 86px;
  }
}
.projector_bundle__rebate_wrapper:before,
.projector_bundle__rebate_wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 18px;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  background-image: url('https://s.spacetronik.pl/banners_spstore/bundle-ram.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.projector_bundle__rebate_wrapper:before {
  transform: rotate(40deg);
}
.projector_bundle__rebate_label {
  font-size: 16px;
  line-height: 24px;
  margin-left: 86px;
}
.projector_bundle__rebate_description {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 757px) {
  .projector_bundle__rebate_description {
    margin-left: 0px;
  }
}
.projector_bundle__rebate_label,
.projector_bundle__label {
  color: #333;
}
.projector_bundle__label {
  font-size: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.projector_bundle__block {
  display: flex;
  flex-direction: column;
  margin: 0 0rem;
}
@media (min-width: 757px) {
  .projector_bundle__block {
    margin: 0;
    display: block;
  }
}
.projector_bundle__item {
  width: auto;
  padding: 0 1rem;
  display: flex;
  padding: 1rem 0 0.5rem;
  box-shadow: 0px 0px 8px 0px #00000025;
  border-radius: 15px;
  margin-bottom: 14px;
  padding: 10px 14px;
}
@media (min-width: 757px) {
  .projector_bundle__item {
    width: 100%;
    display: flex;
    padding: 1rem 0 0.5rem;
    box-shadow: 0px 0px 8px 0px #00000025;
    border-radius: 15px;
    margin-bottom: 14px;
    padding: 10px 14px;
  }
}
.projector_bundle__checkbox_group {
  align-self: center;
}
.projector_bundle__checkbox_label {
  height: 1.8rem;
}
.projector_bundle .f-group {
  margin: 0;
}
.projector_bundle__price_wrapper {
  color: #873895;
}
.projector_bundle__price_unit {
  display: none;
}
.projector_bundle__info {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .projector_bundle__info {
    grid-template-columns: auto;
  }
}
@media (max-width: 500px) {
  .projector_bundle__info {
    grid-template-columns: auto;
  }
}
@media (min-width: 757px) {
  .projector_bundle__info {
    min-width: 0;
    flex: 1;
  }
}
.projector_bundle__icon {
  display: flex;
  align-items: center;
  height: 100px;
  margin-bottom: 10px;
  justify-content: flex-start;
  min-width: fit-content;
}
@media (min-width: 757px) {
  .projector_bundle__icon {
    width: 100px;
    min-width: 100px;
    height: auto;
    min-height: 50px;
    margin: 0 2rem 0 0;
  }
}
@media (min-width: 979px) {
  .projector_bundle__icon {
    width: 62px;
    min-width: 50px;
  }
}
.projector_bundle__icon img {
  max-height: 100px;
  width: auto;
}
@media (min-width: 757px) {
  .projector_bundle__icon img {
    max-height: 70px;
  }
}
@media (min-width: 979px) {
  .projector_bundle__icon img {
    max-height: 62px;
  }
}
.projector_bundle__name {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 757px) {
  .projector_bundle__name {
    min-height: 0 !important;
  }
}
.projector_bundle__name_quantity {
  display: none;
}
.projector_bundle__name_quantity.--active {
  display: inline;
}
.projector_bundle__price {
  font-size: 1.5rem;
}
.projector_bundle__availability,
.projector_bundle__availability_quantity {
  color: #e35c5c;
  font-size: 1.2rem;
}
.projector_bundle__availability_quantity a {
  display: block;
}
@media (min-width: 757px) {
  .projector_bundle__availability_quantity a {
    display: inline;
  }
}
.projector_bundle__chart_link {
  font-size: 1.2rem;
}
.projector_bundle__options {
  margin: -0.5rem;
}
@media (min-width: 757px) {
  .projector_bundle__options {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.projector_bundle__options[data-only_onesize] {
  display: none;
}
.projector_bundle__option {
  padding: 0.5rem;
}
@media (min-width: 757px) {
  .projector_bundle__option {
    max-width: 100%;
  }
}
.projector_bundle__option.--conflict .f-dropdown-toggle,
.projector_bundle__option.--alert .f-dropdown-toggle,
.projector_bundle__option.--conflict .projector_bundle__size_button,
.projector_bundle__option.--alert .projector_bundle__size_button {
  border: 1px solid #e35c5c;
  box-shadow: 0 0 0 1px #e35c5c;
  color: #e35c5c;
}
.projector_bundle__option.--chart {
  width: 100%;
}
.projector_bundle__option[data-onesize],
.projector_bundle__option[data-hide] {
  display: none;
}
.projector_bundle__size_button {
  height: 25px;
  font-size: 1.2rem;
  min-width: 135px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #c4c7c8;
  background: #fff;
  color: #333;
  border-radius: 5px;
  padding: 0.2rem 0.5rem;
}
@media (max-width: 757px) {
  .projector_bundle__size_button {
    height: auto;
    padding: 4px;
  }
}
.projector_bundle__size_button.--selected {
  font-weight: bold;
  border: 1px solid #873895;
  box-shadow: inset 0 0 0 1px #873895;
}
.projector_bundle__size_button.--disabled {
  color: #e35c5c;
  text-decoration: line-through;
}
.projector_bundle__size_button:hover {
  border: 1px solid #873895;
}
.projector_bundle__size_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 757px) {
  .projector_bundle__size_name {
    white-space: break-spaces;
    text-align: left;
  }
}
.projector_bundle .f-dropdown .f-dropdown-toggle,
.projector_bundle select:not(.f-select-select) {
  height: 25px;
  font-size: 1.2rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  width: 100%;
  display: block;
}
@media (min-width: 757px) {
  .projector_bundle .f-dropdown .f-dropdown-toggle,
  .projector_bundle select:not(.f-select-select) {
    width: 135px;
  }
}
.projector_bundle option.--dependent {
  color: #e35c5c;
}
.projector_bundle .f-dropdown .f-dropdown-toggle {
  padding-right: 2.5rem;
}
.projector_bundle .f-dropdown .f-dropdown-label {
  padding-right: 0.3rem;
  font-weight: normal;
}
.projector_bundle .f-dropdown .f-dropdown-button {
  font-weight: bold;
}
.projector_bundle .f-dropdown .f-dropdown-li.--dependent .f-dropdown-item {
  color: #e35c5c;
}
.projector_bundle__arrow {
  text-decoration: none;
  font-size: 2.2rem;
  padding: 0 1rem;
}
.projector_bundle__arrow.--prev {
  margin-left: auto;
}
.projector_bundle__arrow.slick-disabled {
  opacity: 0.2;
}
#projector_form .projector_bundle {
  display: block;
}
#projector_bundle_product {
  width: 100%;
}
#projector_bundle_product .projector_bundle__block .projector_bundle__options .projector_bundle__option .f-dropdown-toggle {
  width: 175px;
}
@media (max-width: 756px) {
  #projector_bundle_product .projector_bundle__block .projector_bundle__options .projector_bundle__option .f-dropdown-toggle {
    width: 100%;
  }
}
#projector_bundle_product .projector_bundle__block .projector_bundle__options .projector_bundle__option .f-dropdown-toggle:after {
  font-size: 1.6rem !important;
  right: 0rem;
}
.projector_bundle__expand-btn,
.projector_bundle__collapse-btn {
  width: 100%;
  margin: 15px auto;
  padding: 10px 20px;
  box-shadow: 0px 0px 8px 0px #00000025;
  border-radius: 15px;
  text-align: center;
  font-weight: bold;
  color: #873895;
  background-color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.projector_bundle__expand-btn:hover,
.projector_bundle__collapse-btn:hover {
  background-color: #f4f0f8;
}
/*component_css_end*/

/*component_css_start id=60dd8e79db3660.65862825 page=projector type=projector_cms*/
div.component_projector_cms {
  margin-bottom: 15px;
  clear: both;
  overflow: hidden;
}
div.n56196_sub {
  font-weight: normal;
}
div.n56196_sub ul {
  padding: 0 0 0 22px !important;
}
div.n56196_sub ol {
  padding: 0 0 0 22px !important;
}
img.pic {
  border: none;
}
/*component_css_end*/

/*component_css_start id=67dc0daea37ce2.43500472 page=projector type=projector_in_bundle*/
#projector_in_bundle .products {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 920px;
}
#projector_in_bundle .products .product {
  background: #EEEEEE;
  box-shadow: 0px 0px 8px 0px #00000025;
  border-radius: 15px;
  padding: 12px !important;
  height: 187px;
}
@media (max-width: 757px) {
  #projector_in_bundle .products .product {
    align-items: center !important;
  }
}
#projector_in_bundle .products .product h3 {
  max-width: 100%;
}
#projector_in_bundle .products .product .rabate_info {
  color: #873895;
  font-weight: bold;
  margin-bottom: 42px;
}
@media (max-width: 757px) {
  #projector_in_bundle .products .product .rabate_info {
    margin-bottom: 10px;
  }
}
#projector_in_bundle .products .product__wrapper {
  flex-direction: column !important;
  justify-content: center;
  align-items: flex-start !important;
  margin-bottom: 3rem;
  padding-left: 2.4rem !important;
}
@media (max-width: 757px) {
  #projector_in_bundle .products .product__wrapper {
    margin-bottom: 0rem;
  }
}
#projector_in_bundle .products .product span {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 757px) {
  #projector_in_bundle .products .product span {
    font-size: 12px;
  }
}
#projector_in_bundle .products .product__icon {
  width: 163px;
  height: 163px;
  border-radius: 15px;
}
@media (max-width: 757px) {
  #projector_in_bundle .products .product__icon {
    width: 92px;
    height: 92px;
  }
}
#projector_in_bundle .products .product__icon img {
  max-height: 163px;
}
#projector_in_bundle .products .product .product__name {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 757px) {
  #projector_in_bundle .products .product .product__name {
    font-size: 14px;
  }
}
#projector_in_bundle .product__prices_wrapper {
  display: none !important;
}
/*component_css_end*/

/*component_css_start id=667d60089dea79.65470035 page=projector type=projector_components_hiding*/
.projector_tabs {
  width: 100%;
  margin-bottom: 2rem;
  display: none;
  margin-top: 4rem;
}
@media (min-width: 979px) {
  .projector_tabs {
    margin-top: 8rem;
  }
}
.projector_tabs.--active {
  display: block;
}
@media (min-width: 979px) {
  .projector_tabs .projector_tabs__name:hover {
    color: #873895 !important;
  }
}
.projector_tabs__wrapper {
  width: 100%;
}
.projector_tabs__wrapper.--active .projector_tabs__mobile {
  color: #873895;
}
.projector_tabs__wrapper.--active .projector_tabs__mobile:after {
  content: '-';
}
.projector_tabs__wrapper.--active .projector_tabs__sub {
  display: block;
}
.projector_tabs__wrapper.--last {
  margin-bottom: 3rem;
  border-bottom: 1px solid #c4c7c8;
}
.projector_tabs__sub {
  overflow: hidden;
  display: none;
  height: auto !important;
}
.projector_tabs__sub > * {
  margin-top: 2rem;
}
.projector_tabs__mobile {
  text-transform: uppercase;
  display: flex;
  font-size: 1.3rem;
  align-items: center;
  padding: 1rem 0;
  border-top: 1px solid #c4c7c8;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border 0.2s;
}
.projector_tabs__mobile:after {
  content: '+';
  margin-left: auto;
  font-size: 2rem;
}
@media (min-width: 979px) {
  .projector_tabs__mobile:hover {
    color: #873895;
  }
}
.projector_tabs__name {
  margin-right: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 979px) {
  .projector_tabs__name {
    margin-right: 0;
  }
}
.projector_tabs__additional {
  display: flex;
  align-items: center;
  margin: 0 0.3rem;
}
.projector_tabs__tabs {
  padding: 2rem 0rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.projector_tabs__tabs.--fixed {
  left: auto;
  position: fixed;
  z-index: 599;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1000px;
  width: 100vw;
}
@media (min-width: 1200px) {
  .projector_tabs__tabs.--fixed {
    max-width: 1200px;
  }
}
.projector_tabs__tabs.--fixed:before {
  content: '';
  width: 100vw;
  left: 50%;
  top: 0;
  margin-left: -50vw;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
}
.projector_tabs__tab {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  flex-grow: 0.5;
  justify-content: flex-start;
  text-align: left;
  padding: 0 0.5rem;
  cursor: pointer;
  transition: color 0.2s;
}
.projector_tabs__tab:hover,
.projector_tabs__tab.--active {
  color: #873895;
}
.projector_tabs__tab:last-child {
  border: none;
}
.opinions_tabs__icons {
  margin: 0 0 0 1rem !important;
}
.opinions_tabs__icons i {
  color: #DDDDDD;
}
.opinions_tabs__icons i.active {
  color: #FAC917;
}
.opinions_tabs__score {
  font-weight: normal;
  color: #333;
  display: none;
}
#backToTopBtn {
  display: none;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  border: none;
  border-radius: 10px;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
}
#backToTopBtn img {
  width: 28px;
  height: 20px;
}
#backToTopBtn:hover img {
  filter: brightness(0.8);
}
@media (max-width: 768px) {
  #backToTopBtn {
    bottom: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    padding: 8px;
    padding-top: 5px;
  }
}
#backTop {
  display: none !important;
}
.scroll-to-top {
  display: none;
  width: 30px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: -20px;
  top: 10px;
  z-index: 1000;
}
@media only screen and (max-width: 500px) {
  .scroll-to-top {
    left: 5px;
  }
}
.scroll-to-top img {
  width: 100%;
  height: 100%;
}
.projector_tabs__tabs.sticky .scroll-to-top {
  display: block;
}
.projector_tabs {
  position: relative;
}
.projector_tabs:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  width: 4000px;
  /* Szerokość elementu shadow */
  height: calc(100% + 0px);
  /* Wysokość, uwzględniająca marginesy */
  background: inherit;
  /* Dziedziczenie koloru tła */
  box-shadow: #00000025 0px 0px 10px 0;
  z-index: -1;
  /* Upewnij się, że pozostaje za treścią */
}
@media (max-width: 978px) {
  .projector_tabs {
    margin-bottom: 2rem;
    position: relative;
  }
  .projector_tabs__tabs {
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-padding: 1.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    background-color: white;
  }
  .projector_tabs__tabs::-webkit-scrollbar {
    display: none;
  }
  .projector_tabs__tab {
    scroll-snap-align: start;
    padding-right: 1rem;
  }
  .projector_tabs__tab:last-of-type {
    padding-right: 0;
  }
  .projector_tabs__tab .projector_tabs__name {
    white-space: nowrap;
  }
  .sticky {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1000px;
    /* Dostosuj szerokość, aby nie była za szeroka */
    width: 100%;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
  }
  .sticky_info {
    display: none;
    /* Ukryj domyślnie */
  }
  .sticky .sticky_info {
    display: flex;
    /* Pokaż, gdy sticky */
  }
  .product_price {
    font-size: 1rem;
    color: #333;
  }
  .add_to_cart {
    background-color: #f72600;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
  }
  .add_to_cart:hover {
    background-color: #e61e00;
  }
}
.opinions_tabs__icons {
  display: none !important;
}
@media (max-width: 756px) {
  .projector_tabs {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
  }
  .projector_tabs .projector_tabs__tabs {
    width: calc(100% + 3rem);
    padding: 1.8rem 3rem;
  }
  .projector_tabs .projector_tabs__tabs .projector_tabs__tab .projector_tabs__name {
    font-size: 1.4rem;
  }
}
#projector_tab_prices {
  opacity: 0;
  transition: opacity 0.5s ease;
}
#projector_tab_prices.show {
  opacity: 1;
  display: flex !important;
  flex-direction: row;
  gap: 1rem;
}
.projector_tabs__tabs.sticky {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1570px;
  width: 100%;
  z-index: 4;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}
@media only screen and (max-width: 500px) {
  .projector_tabs__tabs.sticky {
    margin-top: -1px;
    position: fixed;
    top: 0;
    left: 53%;
    transform: translateX(-50%);
    max-width: 1570px;
    width: 100%;
    z-index: 4;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3rem;
  }
}
.projector_tabs__tabs.sticky::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4000px;
  height: 100%;
  background-color: inherit;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
@media only screen and (max-width: 500px) {
  .projector_tabs__tabs.sticky::before {
    width: 400px;
  }
}
.opinions_tabs__count {
  display: none !important;
}
.banner_section {
  background: #EEEEEE;
  border-radius: 15px;
  margin-top: 126px;
  display: none;
}
@media only screen and (max-width: 756px) {
  .banner_section {
    margin-top: 40px;
  }
}
.banner_section2 {
  background: #EEEEEE;
  border-radius: 15px;
  margin-top: 126px;
  display: none;
}
@media only screen and (max-width: 756px) {
  .banner_section2 {
    margin-top: 40px;
  }
}
.banner_section3 {
  border-radius: 15px;
  margin-top: 126px;
  display: none;
}
@media only screen and (max-width: 756px) {
  .banner_section3 {
    margin-top: 40px;
  }
}
.banner_section4 {
  background: #EEEEEE;
  border-radius: 15px;
  margin-top: 126px;
  display: none;
}
@media only screen and (max-width: 756px) {
  .banner_section4 {
    margin-top: 40px;
  }
}
.banner_section6 {
  border-radius: 15px;
  margin-top: 126px;
  display: none;
}
@media only screen and (max-width: 756px) {
  .banner_section6 {
    margin-top: 40px;
  }
}
.banner_section5 {
  background: #EEEEEE;
  border-radius: 15px;
  margin-top: 126px;
  display: none;
}
@media only screen and (max-width: 756px) {
  .banner_section5 {
    margin-top: 40px;
  }
}
body.--fixed-header header {
  z-index: 200;
}
.projector_tabs {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  #price_projector {
    font-size: 16px !important;
    width: 100px;
    display: flex;
  }
}
.breakdesc {
  margin-left: -80vw;
  width: 400%;
  height: 50px;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #ffffff;
  z-index: 1;
  box-shadow: #00000025 0px 4px 25px 0px;
}
@media only screen and (max-width: 768px) {
  .projector__product_thumbnail {
    width: 100px;
  }
}
.projector__product_thumbnail img {
  border-radius: 15px;
  height: 57px;
}
/* Ensure the modal looks clean and professional */
#addToCartModal {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#addToCartModal img {
  margin-bottom: 10px;
}
#addToCartModal .productInfo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#addToCartModal .productInfo img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
#addToCartModal .productDetails {
  display: flex;
  flex-direction: column;
}
#addToCartModal .productDetails div {
  margin-bottom: 5px;
}
#addToCartModal .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#addToCartModal .continueShopping {
  color: #7a3f91;
  cursor: pointer;
}
#addToCartModal .goToCartButton {
  background-color: #7a3f91;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 15px;
  transition: none;
  width: 50%;
  height: 53px;
  font-weight: bold;
}
#projector_tab_grafitblok {
  display: flex;
  align-items: center;
  margin-left: 0rem;
}
@media only screen and (max-width: 768px) {
  #projector_tab_grafitblok {
    margin-left: 0px;
  }
}
#projector_tab_prices {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media only screen and (max-width: 1560px) {
  #projector_tab_prices {
    margin-left: 20rem;
  }
}
@media only screen and (max-width: 1450px) {
  #projector_tab_prices {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #projector_tab_prices {
    margin-left: 0px;
  }
}
.projector__add_to_cart .cart-icon {
  display: none;
}
#projector_button_basket_custom {
  background: #7a3f91 !important;
  border: none !important;
  color: #ffffff;
  transition: none !important;
  width: 100%;
  height: 53px;
  border-radius: 15px;
  font-weight: bold;
  padding: 1.5rem 3rem;
}
@media only screen and (max-width: 768px) {
  #projector_button_basket_custom {
    padding: 12px !important;
  }
}
@media only screen and (max-width: 768px) {
  .projector__add_to_cart .cart-icon {
    display: inline;
    width: 32px;
  }
  .title_cart {
    display: none;
  }
  .projector__add_to_cart .iai:variable {
    display: none;
  }
}
#projector_button_basket_custom:disabled,
#projector_button_basket_custom.--disabled {
  pointer-events: none;
  opacity: 0.3;
}
/*component_css_end*/

/*component_css_start id=6630c5a4a36ec4.17663243 page=projector type=projector_longdescription*/
#specs {
  border-top: 1px solid #bababa;
  margin-bottom: 6.5rem;
}
#specs > h3 {
  margin: 5.3rem 0 6rem !important;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
  text-decoration: none;
  text-align: left;
  line-height: 1;
  margin-bottom: 1rem;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
}
#specs > h3:before {
  content: '';
  position: relative;
  width: 6px;
  height: 4.9rem;
  background: #42538F;
  border-radius: 3px;
  margin-right: 1.6rem;
}
#specs .specs__inner {
  background: #f5f5f5;
  border-radius: 2.5rem;
  padding: 3.5rem;
  column-count: 3;
  column-gap: 40px;
}
#specs .specs__inner p {
  margin-top: 0 !important;
  font-size: 1.6rem !important;
  line-height: 3.2rem !important;
}
.longdescription_video {
  margin-bottom: 12rem;
}
.longdescription_video > h3 {
  margin: 5.3rem 0 6rem !important;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
  text-decoration: none;
  text-align: left;
  line-height: 1;
  margin-bottom: 1rem;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
}
.longdescription_video > h3:before {
  content: '';
  position: relative;
  width: 6px;
  height: 4.9rem;
  background: #42538F;
  border-radius: 3px;
  margin-right: 1.6rem;
}
.longdescription_video > div {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
}
.longdescription_video > div iframe {
  width: 100%;
  height: 420px;
  border-radius: 25px;
  display: none;
}
#projector_additional__video {
  margin-bottom: 6rem;
}
#projector_additional__video > h3 {
  margin: 5.3rem 0 6rem !important;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
  text-decoration: none;
  text-align: left;
  line-height: 1;
  margin-bottom: 1rem;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
}
#projector_additional__video > h3:before {
  content: '';
  position: relative;
  width: 6px;
  height: 4.9rem;
  background: #42538F;
  border-radius: 3px;
  margin-right: 1.6rem;
}
#projector_additional__video iframe {
  width: 100%;
  height: 555px;
  border-radius: 25px;
  display: none;
}
.longdescription h2 {
  font-size: 28px;
}
@media only screen and (max-width: 500px) {
  .longdescription p {
    font-size: 16px!important;
    margin-bottom: 30px!important;
    margin-left: 0px !important;
  }
}
.longdescription p {
  line-height: 2.4rem;
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 2.4rem;
}
.longdescription .big_label + img {
  width: 100%;
  height: auto;
  border-radius: 25px;
  margin-bottom: 4.8rem;
}
.longdescription .longdescription_wrapper {
  padding: 6rem 0;
  align-items: center;
}
.longdescription .longdescription_wrapper div img {
  border-radius: 25px;
}
.longdescription .longdescription_wrapper div h3 {
  font-size: 2.8rem;
  margin-bottom: 6rem;
}
.longdescription .longdescription_wrapper.--left {
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px solid #bababa;
}
.longdescription .longdescription_wrapper.--left div:has(img) {
  min-width: 550px;
  margin-right: 0px;
}
.longdescription .longdescription_wrapper.--right {
  display: flex;
  border-bottom: 1px solid #bababa;
}
.longdescription .longdescription_wrapper.--right div:has(img) {
  min-width: 550px;
  margin-left: 0px;
}
.longdescription .longdescription_wrapper.--full-width {
  display: flex;
  flex-direction: column;
}
.longdescription .longdescription_wrapper.--full-width div:has(img) {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 6rem;
}
.longdescription .longdescription_wrapper.--full-width div:has(img) img {
  min-width: 100%;
  height: auto;
}
.longdescription .longdescription_wrapper:has(.--multiple-img) {
  border-bottom: none;
}
.longdescription .longdescription_wrapper div.--multiple-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 14px;
}
.longdescription .longdescription_wrapper div.--multiple-img img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.longdescription .longdescription_wrapper div.--multiple-img img:nth-of-type(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.longdescription .longdescription_wrapper div.--multiple-img img:nth-of-type(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.longdescription .longdescription_wrapper div.--multiple-img img:nth-of-type(3) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
@media (max-width: 756px) {
  .longdescription .longdescription_wrapper div.--multiple-img {
    grid-template-rows: 150px 150px;
  }
  .longdescription .longdescription_wrapper div.--multiple-img img {
    height: auto;
    display: block;
    margin-bottom: 0;
    min-width: unset !important;
    height: 100% !important;
  }
}
@media (max-width: 978px) {
  #projector_longdescription .big_label + img {
    margin-bottom: 3.8rem;
  }
  #projector_longdescription .longdescription_wrapper h3 {
    font-size: 2.4rem;
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
  #projector_longdescription .longdescription_wrapper.--left,
  #projector_longdescription .longdescription_wrapper.--right {
    flex-direction: column-reverse;
  }
  #projector_longdescription .longdescription_wrapper.--left div:has(img),
  #projector_longdescription .longdescription_wrapper.--right div:has(img) {
    min-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  #projector_longdescription .longdescription_wrapper.--left div:has(img) img,
  #projector_longdescription .longdescription_wrapper.--right div:has(img) img {
    min-width: 100%;
    object-fit: cover;
  }
  #projector_longdescription .longdescription_wrapper.--full-width {
    padding-bottom: 0;
  }
  #projector_longdescription #specs .specs__inner {
    column-count: 1;
  }
  #projector_longdescription .longdescription_video {
    margin-bottom: 3rem;
  }
  #projector_longdescription .longdescription_video > h3 {
    margin: 3rem 0 3rem !important;
  }
  #projector_longdescription .longdescription_video > div {
    grid-template-columns: 1fr;
    grid-gap: 1.8rem;
  }
}
@media (max-width: 756px) {
  #projector_longdescription {
    overflow: visible;
    font-size: 1.6rem;
  }
  #projector_longdescription .big_label {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  #projector_longdescription .big_label + img {
    margin-bottom: 2.8rem;
  }
  #projector_longdescription .big_label:before {
    width: 1rem;
  }
  #projector_longdescription video {
    max-width: 100%;
  }
  #projector_longdescription iframe {
    max-width: 100%;
    height: 195px;
    border-radius: 25px;
    display: none;
  }
  #projector_longdescription .longdescription_wrapper {
    padding: 1rem 0;
    margin-bottom: 3.5rem;
  }
  #projector_longdescription .longdescription_wrapper h3 {
    margin-top: 0;
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
  #projector_longdescription .longdescription_wrapper.--full-width {
    margin-bottom: 1rem;
  }
  #projector_longdescription .longdescription_wrapper.--full-width div:has(img) {
    margin-bottom: 1rem;
  }
  #projector_longdescription .longdescription_wrapper:has(.--multiple-img) {
    padding-top: 1rem;
  }
  #projector_longdescription .longdescription_wrapper:has(.--multiple-img) h3 {
    margin-top: 2rem;
  }
  #projector_longdescription .longdescription_wrapper img {
    margin-bottom: 2rem;
  }
  #projector_longdescription #specs {
    overflow: visible;
    margin-bottom: 4.5rem;
  }
  #projector_longdescription #specs > h3 {
    margin: 3.5rem 0 3rem !important;
  }
  #projector_longdescription #specs .specs__inner {
    padding: 3rem 2.3rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  #projector_longdescription .longdescription_video > div iframe {
    height: 200px;
    display: none;
  }
}
.longdescription_video > div iframe {
  height: 200px;
  display: none;
}
.projector_page .longdescription iframe {
  max-height: 350px;
  height: 332px;
  width: 49%;
  margin: 10px 0;
  max-width: 100% !important;
  border-style: none;
  display: none !important;
}
#projector_longdescription.longdescription {
  width: 1536px;
  font-family: 'Inter';
}
@media only screen and (max-width: 500px) {
  #projector_longdescription.longdescription {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
}
@media only screen and (max-width: 978px) {
  #projector_longdescription.longdescription {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
}
#projector_longdescription.longdescription h2 {
  text-transform: uppercase !important;
  margin-bottom: 60px;
}
@media only screen and (max-width: 500px) {
  #projector_longdescription.longdescription h2 {
    margin-bottom: 30px;
    font-size: 18px;
    margin-top: 30px;
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 978px) {
  #projector_longdescription.longdescription h2 {
    margin-bottom: 30px;
    font-size: 18px;
    margin-top: 30px;
    margin-left: 0px !important;
  }
}
#projector_longdescription.longdescription h3 {
  text-transform: uppercase !important;
}
#projector_longdescription.longdescription .list-b {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 50px;
  padding: 0;
  line-height: 1.4;
  margin-left: -80px;
}
#projector_longdescription.longdescription .list-b figure {
  position: absolute;
  top: 10px;
  left: 0;
  width: 70px;
  text-align: center;
}
#projector_longdescription.longdescription .list-b figure img {
  border-width: 0;
  vertical-align: middle;
  box-shadow: none;
}
#projector_longdescription.longdescription .list-b h3 {
  margin-bottom: 25px;
}
#projector_longdescription.longdescription .list-b p {
  margin-bottom: 25px;
}
#projector_longdescription.longdescription .list-b li {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 10px;
  padding-top: 9px;
  padding-left: 85px;
  border-left: 80px solid rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 1000px) {
  #projector_longdescription.longdescription .list-b {
    padding-left: 0;
  }
  #projector_longdescription.longdescription .list-b li {
    border-left: 0;
  }
}
@media only screen and (max-width: 760px) {
  #projector_longdescription.longdescription .list-b {
    margin-left: inherit;
  }
  #projector_longdescription.longdescription .list-b li {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  #projector_longdescription.longdescription .list-b h2 {
    font-size: 18px;
  }
}
.module-aside {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 60px 0px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .module-aside {
    display: block;
  }
  .module-aside figure > img {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .module-aside {
    margin: 0 0 0px 0px;
    display: flex;
    flex-direction: column-reverse;
  }
}
.module-aside > *:first-child {
  flex-grow: 3;
  flex-basis: 0;
}
.right-image-aside .inner {
  order: 1;
  border-left: 0;
  border-left: 38px solid rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 500px) {
  .right-image-aside .inner {
    border-right: 0px;
    border-left: 0px!important;
  }
}
.left-image-aside .inner {
  order: 0;
  border-right: 38px solid rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 500px) {
  .left-image-aside .inner {
    border-left: 0px;
    border-right: 0px!important;
  }
}
.three-column-flex-grid-container {
  display: flex;
  justify-content: space-between;
}
.three-column-flex-grid-container .single-flex-column {
  width: 25%;
  text-align: center;
}
.three-column-flex-grid-container .single-flex-column .paragraph-box {
  text-align: justify;
}
@media screen and (max-width: 992px) {
  .three-column-flex-grid-container {
    display: block;
  }
  .three-column-flex-grid-container .single-flex-column {
    width: 100%;
  }
}
#projector_longdescription img {
  border-radius: 25px;
}
.graphcontainer {
  height: 550px;
  width: 550px;
}
@media only screen and (max-width: 500px) {
  .graphcontainer {
    height: 353px !important;
    width: 353px !important;
  }
}
#projector_longdescription.cm {
  overflow: inherit;
}
/* koluckik poprawki CSS; */
#projector_longdescription h3 {
  font-size: 28px !important;
  font-weight: bold !important;
  margin-bottom: 60px !important;
}
#projector_longdescription h2 {
  font-size: 28px !important;
  font-weight: bold !important;
}
#projector_longdescription p {
  font-size: 18px !important;
}
@media (max-width: 756px) {
  #projector_longdescription h3 {
    font-size: 18px !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
    margin-left: 0px !important;
  }
  #projector_longdescription h2 {
    font-size: 18px !important;
    font-weight: bold !important;
  }
  #projector_longdescription p {
    font-size: 16px !important;
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 500px) {
  .module-aside.left-image-aside {
    display: flex!important;
    flex-direction: column-reverse !important;
  }
}
.headTitle_new > h2 {
  margin: 60px 0px 30px 0px !important;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
  text-decoration: none;
  text-align: left;
  line-height: 1;
  margin-bottom: 1rem;
  font-size: 28px;
  font-weight: 700;
  position: relative;
}
.headTitle_new > h2:before {
  content: '';
  position: relative;
  width: 6px;
  height: 49px;
  background: #42538F;
  border-radius: 3px;
  margin-right: 1.6rem;
}
@media (max-width: 756px) {
  .headTitle_new > h2 {
    margin: 14px 0px 30px 0px !important;
    font-size: 18px !important;
  }
  .headTitle_new > h2:before {
    width: 6px !important;
    height: 34px !important;
  }
}
.headlineTitle_new {
  content: '';
  position: relative;
  width: 6px;
  height: 49px;
  background: #DA251C;
  border-radius: 3px;
  margin-right: 1.6rem;
}
@media only screen and (max-width: 500px) {
  .headlineTitle_new {
    width: 10px;
    height: 38px;
    display: flex;
    align-items: center;
  }
}
.row-elment_new {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.headBanner_new {
  max-width: 1536px;
  width: 1536px;
  height: 440px;
  max-height: 440px;
  margin-top: 39px;
  margin-bottom: 48px;
  align-items: center;
  border-radius: 25;
}
@media only screen and (max-width: 500px) {
  .headBanner_new {
    width: 353px !important;
    height: 160px !important;
    margin-bottom: 30px;
    margin-top: 0px;
    max-width: 100%;
  }
}
.descriptionbanner_new {
  max-width: 1536px;
  width: 1536px;
  height: 600px;
  max-height: 600px;
  margin-top: 90px;
  margin-bottom: 60px;
  align-items: center;
  border-radius: 25;
}
@media only screen and (max-width: 500px) {
  .descriptionbanner_new {
    width: 353px !important;
    height: 200px !important;
    margin-bottom: 30px;
    margin-top: 0px;
    max-height: 200px;
    max-width: 100%;
  }
}
.bannerimage_new {
  border-radius: 25px;
  max-width: 1536px;
  max-height: 600px;
  width: 100%!important;
  height: auto!important;
  object-fit: cover;
}
@media only screen and (max-width: 500px) {
  .bannerimage_mobile_new {
    width: 353px!important;
    height: 160px!important;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .bannerimage_new {
    display: none !important;
  }
  .bannerimage_mobile_new {
    display: block !important;
  }
}
@media screen and (min-width: 501px) {
  .bannerimage_new {
    display: block !important;
  }
  .bannerimage_mobile_new {
    display: none !important;
  }
}
.description_banner_image_new {
  border-radius: 25px;
  max-width: 1536px;
  max-height: 600px;
  width: 100%!important;
  height: auto!important;
  object-fit: cover;
}
@media only screen and (max-width: 500px) {
  .description_banner_image_mobile_new {
    width: 353px !important;
    height: 200px !important;
    margin-bottom: 30px;
    margin-top: 0px;
    max-width: 100%;
    max-height: 200px;
  }
}
@media screen and (max-width: 500px) {
  .description_banner_image_new {
    display: none !important;
  }
  .description_banner_image_mobile_new {
    display: block !important;
  }
}
@media screen and (min-width: 501px) {
  .description_banner_image_new {
    display: block !important;
  }
  .description_banner_image_mobile_new {
    display: none !important;
  }
}
.specs_Title_new {
  border-top: 1px solid #bababa;
}
.specs_Title_new > h3 {
  margin: 60px 0px 30px 0px !important;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
  text-decoration: none;
  text-align: left;
  line-height: 1;
  margin-bottom: 1rem;
  font-size: 28px;
  font-weight: 700;
  position: relative;
}
.specs_Title_new > h3:before {
  content: '';
  position: relative;
  width: 6px;
  height: 49px;
  background: #42538F;
  border-radius: 3px;
  margin-right: 1.6rem;
}
@media (max-width: 756px) {
  .specs_Title_new .specs_Title_new > h3 {
    margin: 60px 0px 30px 0px !important;
    font-size: 24px !important;
  }
  .specs_Title_new .specs_Title_new > h3:before {
    width: 6px !important;
    height: 34px !important;
  }
}
@media (max-width: 756px) {
  .specs_Title_new #specs:before {
    width: 6px !important;
    height: 34px !important;
  }
}
.specs_block_projector {
  width: 1540px;
  height: 674px;
  background-color: #F5F5F5;
  border-radius: 25px;
  padding-top: 39px;
  padding-left: 33px;
  padding-right: 33px;
  padding-bottom: 20px;
  margin-bottom: 90px;
}
.specs_block_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 41px;
  margin-top: 39px;
}
.specs_block_column_title {
  font-weight: bold;
  font-size: 16px;
}
.specs_block_columns {
  display: flex;
  margin-top: 41px;
}
.specs_block_row {
  flex: 1;
  width: 33%;
}
.specs_block_column_desc {
  display: flex;
  margin-bottom: 33px!important;
}
.videoFramework_new {
  display: none;
  margin-bottom: 120px;
}
@media only screen and (max-width: 500px) {
  .videoFramework_new {
    display: none;
    flex-direction: column;
    margin-bottom: 49px;
  }
  .specs__container_img {
    display: flex;
    flex-direction: column-reverse;
  }
  .specs__image-container {
    display: flex;
    align-items: center;
    width: 353px;
    height: 310px;
    margin-bottom: 30px;
  }
  .specs__image_tripple-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.specs__container_img {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #f5f5f5;
  border-radius: 25px;
  padding: 20px;
  background-color: #f5f5f5;
  color: black;
}
@media only screen and (max-width: 768px) {
  .specs__container_img {
    flex-direction: column-reverse;
    display: flex;
  }
}
.specs__details_img {
  flex: 1;
  margin-right: 30px;
}
.specs__details_img p {
  font-weight: bold;
  margin-bottom: 10px;
  color: black;
}
.specs__details_img h3 {
  font-size: 1.2em;
  margin-bottom: 15px;
}
.specs__details_img ul {
  list-style-type: disc;
  padding-left: 20px;
}
.specs__details_img li {
  margin-bottom: 5px;
}
.specs__image-container {
  display: flex;
  align-items: center;
  width: 546px;
  height: 548px;
}
.specs__image {
  max-width: 100%;
  height: auto;
}
.specs__container_tripple {
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  padding: 20px;
  background-color: #f5f5f5;
  font-family: Arial, sans-serif;
}
.specs__container_tripple p {
  color: black;
  font-weight: bold;
  font-size: 16px;
}
.specs__title_tripple {
  font-size: 1.2em;
  margin-bottom: 15px;
}
.specs__image_tripple-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.specs__image_tripple-wrapper {
  flex: 1;
  margin: 10px;
  text-align: center;
}
.specs__image_tripple {
  max-width: 100%;
  height: auto;
  max-height: 425px;
}
.innerbanner_new {
  margin-bottom: 60px;
}
.horizontal_line_new {
  margin-bottom: 60px;
}
@media only screen and (max-width: 756px) {
  .horizontal_line_new {
    margin-bottom: 30px;
  }
}
.module-aside.left-image-aside_new {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 500px) {
  .module-aside.left-image-aside_new {
    display: flex;
    flex-direction: column-reverse;
  }
}
.module-aside.left-image-aside_new .inner {
  margin-left: 30px;
}
.specs__container_img {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #f5f5f5;
  border-radius: 25px;
  padding: 3.5rem;
  background-color: #f5f5f5;
  color: black;
  margin-top: 32px;
}
.specs__details_img {
  flex: 1;
  margin-right: 30px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.specs__details_img p {
  font-weight: bold;
  margin-bottom: 10px;
  color: black;
}
.specs__details_img h3 {
  font-size: 1.2em;
  margin-bottom: 15px;
}
.specs__details_img ul {
  list-style-type: none;
  padding-left: 0px;
}
.specs__details_img li {
  margin-bottom: 5px;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.specs__details_img li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 1.2;
  color: black;
}
.specs__image-container {
  display: flex;
  align-items: center;
  width: 546px;
  height: 548px;
}
.specs__image {
  max-width: 100%;
  border-radius: 25px;
  height: auto;
}
.specs__container_tripple {
  border: 1px solid #f5f5f5;
  border-radius: 25px;
  margin-top: 32px;
  width: 115%;
  margin-left: -30px;
  padding: 3.5rem;
  background-color: #f5f5f5;
  font-family: Arial, sans-serif;
}
.specs__container_tripple p {
  color: black;
  font-weight: bold;
  font-size: 16px;
  padding-left: 25px;
  margin-top: 20px;
}
.specs__title_tripple {
  font-size: 1.2em;
  margin-bottom: 15px;
}
.specs__image_tripple-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.specs__image_tripple-wrapper {
  flex: 1;
  margin: 20px;
  text-align: center;
}
.specs__image_tripple {
  max-width: 100%;
  height: auto;
  max-height: 425px;
  border-radius: 25px;
}
@media (max-width: 756px) {
  #section-descriptions h3 {
    font-size: 18px !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
    margin-left: 0px !important;
  }
  .specs__container_img {
    display: flex;
    padding: 0px;
    width: 118%;
    margin-left: -25px;
    flex-direction: column-reverse;
    align-items: center;
  }
  #section-descriptions h2 {
    font-size: 18px !important;
    font-weight: bold !important;
  }
  .specs__container_tripple {
    padding: 0px;
  }
  #section-descriptions p {
    font-size: 16px !important;
    font-family: 'main_custom' !important;
    margin-left: 0px !important;
  }
  .specs__image-container {
    display: flex;
    align-items: center;
    width: 320px;
    height: 310px;
    margin: 30px;
  }
  .specs__image_tripple-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
/*component_css_end*/

/*component_css_start id=65e078218d0930.81814052 page=projector type=projector_dictionary*/
.dictionary {
  margin-bottom: 12rem !important;
}
.dictionary .big_label {
  margin-bottom: 6rem;
}
@media (min-width: 979px) {
  .dictionary a.dictionary__value_txt:hover {
    text-decoration: none;
  }
}
.dictionary__group {
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #c4c7c8;
}
.dictionary__group:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.dictionary__producer_code.--name {
  margin-right: 0.3rem;
}
.dictionary__producer_code.--name:after {
  content: ':';
}
.dictionary__label_txt {
  font-size: 1.5rem;
  font-weight: bold;
}
.dictionary__name {
  text-align: left;
  font-weight: 700;
  padding-left: 1.5rem;
}
@media (min-width: 979px) {
  .dictionary__name {
    padding-left: 15rem;
  }
}
@media (min-width: 1400px) {
  .dictionary__name {
    padding-left: 32rem;
  }
}
.dictionary__param {
  font-size: 1.8rem;
  margin-bottom: 0 !important;
  padding: 1.5rem;
}
.dictionary__value {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.dictionary__value:last-child {
  margin: 0;
}
.dictionary__name.--active .dictionary__description,
.dictionary__value.--active .dictionary__description {
  display: flex;
  flex-direction: column;
}
.dictionary__name.--active .dictionary__more:after,
.dictionary__value.--active .dictionary__more:after {
  content: '\F106';
}
.dictionary__img {
  display: block;
}
.dictionary__picture {
  margin-top: 0.5rem;
}
.dictionary__description {
  margin: 0.5rem 0 2rem;
  display: none;
}
.dictionary__description.--active {
  display: block;
}
.dictionary__more {
  margin-left: 1rem;
  white-space: nowrap;
}
.dictionary__more:after {
  content: '\F107';
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 0.3rem;
}
.dictionary__param:nth-of-type(odd) {
  position: relative;
}
.dictionary__param:nth-of-type(odd):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #F5F5F5;
  z-index: -1;
}
@media (min-width: 979px) {
  .dictionary__param:nth-of-type(odd):before {
    left: 1.5rem;
    right: 1.5rem;
  }
}
@media (max-width: 978px) {
  #projector_dictionary {
    margin-bottom: 6rem !important;
  }
  #projector_dictionary .big_label {
    margin-bottom: 4rem;
  }
}
@media (max-width: 756px) {
  #projector_dictionary .dictionary__group .dictionary__param {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
  }
  #projector_dictionary .dictionary__group .dictionary__param > * {
    flex: 1 0 100%;
    max-width: 100%;
  }
  #projector_dictionary .dictionary__group .dictionary__param:before {
    content: none;
  }
  #projector_dictionary .dictionary__group .dictionary__param .dictionary__name {
    position: relative;
    padding: 1.5rem;
  }
  #projector_dictionary .dictionary__group .dictionary__param .dictionary__name:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #F5F5F5;
    z-index: -1;
  }
  #projector_dictionary .dictionary__group .dictionary__param .dictionary__values {
    padding: 1.5rem;
  }
}
/*component_css_end*/

/*component_css_start id=65e071312853e6.82667549 page=projector type=projector_enclosures*/
.modal.--enclosures {
  text-align: center;
}
.enclosures {
  text-align: center;
  margin-bottom: 6.5rem !important;
}
.enclosures .big_label {
  margin-bottom: 6rem !important;
  padding-bottom: 0;
}
@media (min-width: 757px) {
  .enclosures {
    text-align: left;
  }
}
.enclosures__label {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
}
.enclosures__list {
  list-style: none;
  display: flex;
}
.enclosures__item {
  font-size: 1.6rem;
  margin-right: 2.4rem;
}
.enclosures__name {
  padding: 9px 24px 9px 15px;
  border: 1px solid #bababa;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
}
.enclosures__name:before {
  font-family: FontAwesome;
  color: #873895;
  font-size: 2rem;
  width: 2rem;
  margin-right: 1rem;
  font-weight: 400;
  text-align: center;
  display: inline-block;
}
@media (min-width: 979px) {
  .enclosures__name:hover {
    background: #873895;
    border-color: #873895;
    color: #fff;
  }
  .enclosures__name:hover:before {
    color: #fff;
  }
}
.enclosures__name.--swf:before {
  content: '\F06E';
}
.enclosures__name.--video:before {
  content: '\F008';
}
.enclosures__name.--audio:before {
  content: '\E816';
}
.enclosures__name.--image:before {
  content: '\F1C5';
}
.enclosures__name.--document:before {
  content: '\E881';
}
.enclosures__name.--download:before {
  content: '\F019';
}
@media (max-width: 978px) {
  #projector_enclosures {
    margin-bottom: 0 !important;
  }
  #projector_enclosures .big_label {
    margin-bottom: 5rem !important;
  }
  #projector_enclosures .enclosures__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
  }
  #projector_enclosures .enclosures__list .enclosures__item {
    margin: 0;
  }
  #projector_enclosures .enclosures__list .enclosures__item .enclosures__name {
    width: 100%;
    display: block;
  }
  #projector_additional__video > h3 {
    margin: 4.3rem 0 3rem !important;
  }
  #projector_additional__video iframe {
    height: 350px;
  }
}
@media (max-width: 756px) {
  #projector_enclosures {
    margin-bottom: 0 !important;
  }
  #projector_enclosures .big_label {
    margin-bottom: 5rem !important;
  }
  #projector_enclosures .enclosures__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
  #projector_enclosures .enclosures__list .enclosures__item {
    margin: 0;
    text-align: left;
  }
  #projector_enclosures .enclosures__list .enclosures__item .enclosures__name {
    padding-left: 3rem;
  }
  #projector_additional__video iframe {
    height: 200px;
  }
}
/*component_css_end*/

/*component_css_start id=6683ebf6ef4589.02299325 page=projector type=projector_warranty*/
.warranty {
  text-align: center;
  display: none;
}
.warranty:before {
  content: '';
  width: 100%;
  border-top: 1px solid #c4c7c8;
  display: block;
  padding-bottom: 2.5rem;
}
.warranty__label {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
}
/*component_css_end*/

/*component_css_start id=66a2386d9330a9.31463495 page=projector type=projector_projector_opinons_form*/
#opinions_section {
  margin-bottom: 5rem !important;
}
@media (min-width: 979px) {
  #opinions_section {
    margin-bottom: 10rem !important;
  }
}
@media (min-width: 979px) {
  #opinions_section .average_opinions_container {
    position: sticky;
    top: 10px;
    align-self: flex-start;
  }
}
#opinions_section .average_opinions_box {
  margin-bottom: 2rem;
}
@media (min-width: 757px) {
  #opinions_section .average_opinions_box {
    margin-bottom: 3rem;
  }
}
#opinions_section .average_opinions_box .comments {
  display: inline-block;
  margin-right: 10px;
}
#opinions_section .average_opinions_box .comments .note {
  margin-bottom: 0;
}
#opinions_section .average_opinions_box .comments .note span {
  text-align: left;
  margin-bottom: 0;
}
#opinions_section .average_opinions_box .comments small {
  margin: 0;
}
#opinions_section .average_opinions_box i.icon-star {
  font-size: 3rem;
}
@media (min-width: 979px) {
  #opinions_section .average_opinions_box i.icon-star {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  #opinions_section .average_opinions_box i.icon-star {
    font-size: 3rem;
  }
}
#opinions_section .average_opinions_score {
  display: inline-block;
  font-size: 3rem;
}
#opinions_section .note i {
  margin: 0 2px;
}
#opinions_section .note i.active {
  color: #FAC917;
}
#opinions_section .opinions_add {
  margin-bottom: 2rem;
}
@media (min-width: 757px) {
  #opinions_section .opinions_add {
    margin-bottom: 0;
  }
}
@media (min-width: 979px) {
  #opinions_section .opinions_add {
    margin-bottom: 2rem;
  }
}
#opinions_section .opinions_add #show_opinion_form {
  display: block;
  margin-bottom: 10px;
  border-radius: 15px;
}
#opinions_section .opinions_add .opinions_affiliate_points {
  font-size: 1.2rem;
}
#opinions_section .average_opinions_list {
  margin-bottom: 1.5rem;
}
#opinions_section .opinion_rate {
  font-size: 0.9em;
  margin-bottom: 4px;
  cursor: pointer;
}
#opinions_section .opinion_rate > * {
  vertical-align: middle;
  line-height: 1;
}
#opinions_section .opinion_rate .opinion_number_star {
  padding-left: 5px;
  color: #FAC917;
}
#opinions_section .opinion_rate .opinion_number {
  display: inline-block;
  width: 10px;
}
#opinions_section .opinion_rate .opinions_bar_container {
  width: calc(100% - 68px);
  height: 6px;
  background: #f1f1f1;
  position: relative;
  border-radius: 5px;
  display: inline-block;
  margin: 0 10px;
}
#opinions_section .opinion_rate .opinions_bar_active {
  position: absolute;
  background: #FAC917;
  height: 6px;
  border-radius: 5px;
  left: 0px;
  top: 0;
}
#opinions_section .opinions_element .opinions_element_stars .note {
  margin-bottom: 0;
}
#opinions_section .opinions_element .opinions_element_stars .note strong,
#opinions_section .opinions_element .opinions_element_stars .note span {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 0;
  order: initial;
  width: auto;
}
#opinions_section .opinions_element .opinions_element_stars .note strong {
  padding: 0 0 0 5px;
}
#opinions_section .opinions_element .opinions_element_stars .note i {
  font-size: 1.2em;
}
@media (min-width: 757px) {
  #opinions_section .opinions_element .opinions_element_stars .note i {
    font-size: 1em;
  }
}
#opinions_section .opinion_date,
#opinions_section .rate_opinion {
  font-size: 1.3rem;
  color: #999;
}
#opinions_section .opinion_date {
  display: block;
  white-space: nowrap;
}
#opinions_section .opinions_element_top,
#opinions_section .opinions_element_text {
  margin-bottom: 15px;
}
#opinions_section .opinions_element_top {
  display: flex;
  flex-direction: column-reverse;
  align-items: start;
}
@media (min-width: 757px) {
  #opinions_section .opinions_element_top {
    flex-direction: row;
    align-items: center;
  }
}
#opinions_section .opinions_filter_confirmed {
  margin: 0 0 1.5rem;
}
#opinions_section .opinions_filter_confirmed label {
  white-space: normal;
}
#opinions_section .opinions-shop_guide {
  font-size: 1.2rem;
}
#opinions_section .opinions_element_confirmed {
  margin-bottom: 1rem;
}
@media (min-width: 757px) {
  #opinions_section .opinions_element_confirmed {
    margin: 0 0 0 1rem;
  }
}
#opinions_section .opinions_element_confirmed.--false {
  background-color: #f1f1f1;
  color: rgba(51, 51, 51, 0.5);
}
#opinions_section .opinions_element_confirmed.--true {
  background-color: rgba(16, 172, 130, 0.2);
  color: #10ac82;
  padding-left: 2.5rem;
}
#opinions_section .opinions_element_confirmed.--true:after,
#opinions_section .opinions_element_confirmed.--true:before {
  content: '';
  position: absolute;
}
#opinions_section .opinions_element_confirmed.--true:before {
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #10ac82;
}
#opinions_section .opinions_element_confirmed.--true:after {
  left: 0.6rem;
  top: 0.9rem;
  top: calc(50% - 2px);
  width: 0.5rem;
  height: 0.8rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translateY(-50%);
}
#opinions_section .opinion_author {
  margin-bottom: 10px;
}
@media (min-width: 757px) {
  #opinions_section .opinion_author {
    margin: 0 10px;
  }
}
#opinions_section .opinions_element_author_desc {
  font-size: 1.3rem;
  display: block;
}
#opinions_section .rate_opinion {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
#opinions_section .rate_opinion > span {
  margin-right: auto;
}
@media (min-width: 757px) {
  #opinions_section .rate_opinion > span {
    margin-right: 15px;
  }
}
#opinions_section .rate_opinion .opinion_rate_no {
  margin-left: 15px;
  color: #999;
}
#opinions_section .rate_opinion .opinion_rate_no:hover {
  color: #333;
}
#opinions_section .rate_opinion .opinion_rate_no,
#opinions_section .rate_opinion .opinion_rate_yes {
  white-space: nowrap;
  text-decoration: none;
}
#opinions_section .rate_opinion span.rate_count::before {
  content: '(';
}
#opinions_section .rate_opinion span.rate_count::after {
  content: ')';
}
#opinions_section .opinion_response {
  padding: 15px;
  background: #f1f1f1;
  margin-top: 30px;
  position: relative;
  border-radius: 5px;
}
#opinions_section .opinion_response:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 14px 12px;
  border-color: transparent transparent #f1f1f1 transparent;
  bottom: 100%;
  position: absolute;
  left: 40px;
}
#opinions_section .opinion_response_top {
  margin-bottom: 10px;
}
#opinions_section .opinion_response_top .opinion_date {
  margin-left: 15px;
  display: inline-block;
}
#opinions_section .opinions_element_opinion_bottom {
  color: #999;
}
@media (min-width: 757px) {
  #opinions_section .opinions_element_opinion_bottom {
    display: flex;
    align-items: center;
  }
}
#opinions_section .opinions__more {
  display: flex;
  justify-content: center;
  position: relative;
}
#opinions_section .opinions__more:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #c4c7c8;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
#opinions_section .opinions__more .opinions__more_txt {
  display: block;
  font-size: 1.4rem;
  padding: 1.25rem 1.4rem;
  background: #fff;
  color: #7A3F91;
  border-radius: 15px;
  font-weight: bold;
  border: #7A3F91 1px solid;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
#opinions_section .opinions__more .opinions__more_txt:hover {
  color: #873895;
}
#opinions_section .opinions_list__item:last-child .opinions_element_holder {
  border-bottom: none;
}
#opinions_section .opinions_list .opinions_element_holder {
  border-bottom: 1px solid #c4c7c8;
  flex-wrap: wrap;
}
@media (min-width: 757px) {
  #opinions_section .opinions_list .opinions_element_holder {
    flex-wrap: nowrap;
  }
}
#opinions_section .opinions_list:not(.show) > .row > div:not([data-hide="true"]):nth-child(3) .opinions_element_holder {
  border-bottom: none;
  padding-bottom: 0 !important;
}
#opinions_section .opinions_list [data-hide="true"] {
  display: none;
}
#opinions_section .opinions_list .opinions_element {
  width: 100%;
}
#opinions_section .opinions_list .opinions_element_photo {
  width: 130px;
  margin: 0 auto 2rem;
}
@media (min-width: 757px) {
  #opinions_section .opinions_list .opinions_element_photo {
    margin: 0 2rem 0 0;
  }
}
#opinions_section .opinions_list .opinions_element_photo + .opinions_element {
  width: 100%;
}
@media (min-width: 757px) {
  #opinions_section .opinions_list .opinions_element_photo + .opinions_element {
    width: calc(100% - 150px);
  }
}
#opinions_section .opinions_list .opinions_element_photo a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 130px;
  transition: opacity 0.3s;
  border-radius: 100%;
}
#opinions_section .opinions_list .opinions_element_photo a:hover {
  opacity: 0.75;
}
.shop_opinion_form .shop_opinions_notes {
  text-align: center;
  margin-bottom: 2rem;
}
.shop_opinion_form .shop_opinions_note_items {
  font-size: 3rem;
}
.shop_opinion_form .shop_opinions_note_items strong {
  font-weight: 400;
  margin-left: 0.5rem;
}
.shop_opinion_form .opinion_star {
  color: #DDDDDD;
  margin-right: 1rem;
}
.shop_opinion_form .opinion_star.active {
  color: #FAC917;
}
.shop_opinion_form .shop_opinions_button {
  text-align: center;
  width: 100%;
}
.shop_opinion_form .opinion_add_photos,
.shop_opinion_form .form-group {
  margin-bottom: 1.5rem;
}
.shop_opinion_form .opinion_add_photos_wrapper {
  border: 1px solid #c4c7c8;
  box-shadow: none;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
}
@media (min-width: 757px) {
  .shop_opinion_form .opinion_add_photos_wrapper {
    flex-wrap: nowrap;
    border-radius: 15px;
  }
}
.shop_opinion_form .opinion_add_photos_wrapper .opinion_add_photos_text {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.shop_opinion_form .opinion_add_photos_wrapper .opinion_add_photos_text i {
  font-size: 2rem;
  margin-right: 8px;
}
.shop_opinion_form .opinion_add_photos_wrapper input[type="file"] {
  margin: 8px 0;
}
.shop_opinion_form .opinions_points {
  font-size: 1.3rem;
  position: absolute;
  top: -10px;
  right: 12px;
  line-height: 20px;
  background: #fff;
  padding: 0 8px;
}
.shop_opinion_form .opinions_points_picture {
  background: #f1f1f1;
  text-align: center;
  padding: 15px;
  display: none;
  font-size: 1.2rem;
}
.modal.--add-opinion .opinions_add_form {
  display: block !important;
}
.modal.--add-opinion .opinions_add_form *[class*='col-'] {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.modal.--add-opinion .opinions_add_form .row {
  margin: 0;
}
.modal.--add-opinion .opinions_add_form .headline,
.modal.--add-opinion .opinions_add_form .big_label {
  padding-top: 0;
  margin-top: 0;
}
@media (min-width: 757px) and (max-width: 978px) {
  #opinions_section .average_opinions_container .row {
    flex-direction: column;
  }
  #opinions_section .average_opinions_container .row > div:last-pof-type {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
#opinions_section .opinions_element_holder .opinions_element .opinions_element_photo a {
  border-radius: 2.5rem;
  margin-bottom: 1rem;
}
#opinions_section .opinions_element_holder .opinions_element .opinions_element_photo a img {
  border-radius: 0;
}
/*component_css_end*/

/*component_css_start id=667e889d1ddbd9.35048458 page=projector type=projector_product_questions*/
.questions__block {
  background: transparent;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  color: #4d4b4b;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}
@media (min-width: 979px) {
  .questions__block.--banner {
    position: sticky;
    top: 10px;
  }
}
.questions__item {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  border-radius: 15px;
  padding: 5px;
  background: #F5F5F5;
  position: relative;
  width: 100%;
}
.questions__item.--active .questions__answer {
  display: block;
  padding-top: 15px;
  background: #fff;
  border-top: 1px solid #ccc;
}
.questions__item.--active .questions__question:after {
  content: '\F106';
}
.questions__question {
  background: #F5F5F5;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  color: #4D4B4B;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}
.questions__question:after {
  content: '\F107';
  font-family: fontAwesome;
  font-size: 1.8rem;
  display: none;
}
.questions__question:last-child {
  border-bottom: none;
}
.questions__question:hover {
  color: #873895;
}
.questions__answer {
  display: none;
  font-size: 1.3rem;
}
.questions__answer_txt {
  font-weight: 500;
  font-size: 16px;
  color: #4D4B4B;
  padding: 16px;
}
.questions:not([data-questions]) .questions__block {
  max-width: none;
  flex: 1;
}
@media (min-width: 979px) {
  .questions:not([data-questions]) .questions__banner_item.--label {
    font-size: 40px;
    width: 75%;
    text-align: left;
    color: #4D4B4B;
  }
}
@media (min-width: 979px) {
  .questions:not([data-questions]) .questions__banner_item.--text {
    font-size: 16px;
    color: #FFFFFF;
    width: 75%;
    text-align: left;
  }
}
.questions__banner {
  background: #f1f1f1;
  border-radius: 5px;
  display: grid;
  grid-template-areas: "label label" "text button";
  align-items: center;
}
.questions__banner_item.--label {
  font-size: 1.8rem;
  grid-area: label;
  margin-bottom: 0.8rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
@media (min-width: 757px) {
  .questions__banner_item.--label {
    text-align: right;
  }
}
.questions__banner_item.--text {
  font-size: 1.2rem;
  grid-area: text;
}
@media (min-width: 757px) {
  .questions__banner_item.--text {
    text-align: right;
  }
}
.questions__banner_item.--button {
  grid-area: button;
}
.questions__button {
  white-space: nowrap;
}
.faq__answer_txt {
  font-weight: 500;
  font-size: 16px;
  color: #4D4B4B;
}
.askforproduct {
  display: none;
  text-align: left;
}
.askforproduct__submit {
  text-align: center;
}
.askforproduct__button_legend {
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
}
.askforproduct__button_legend:before {
  color: #999;
  content: "*";
  font-family: Arial;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1;
  height: 14px;
  margin-right: 5px;
}
.modal.--askforproduct .askforproduct {
  display: block;
  padding: 0;
  margin: 0 !important;
}
.modal.--askforproduct .askforproduct__description,
.modal.--askforproduct .askforproduct__inputs,
.modal.--askforproduct .askforproduct__privacy,
.modal.--askforproduct .askforproduct__submit {
  flex: 100%;
  max-width: none;
}
.modal.--askforproduct .askforproduct .headline,
.modal.--askforproduct .askforproduct .big_label {
  padding-top: 0;
  margin-top: 0;
}
.questions__banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
  width: 1538px;
  height: 382px;
}
@media only screen and (max-width: 758px) {
  .questions__banner {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    height: 451px;
    flex-direction: column;
    justify-content: space-between;
  }
}
.questions__banner_image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 758px) {
  .questions__banner_image {
    display: flex;
    height: 100%;
    align-items: normal;
    justify-content: normal;
  }
}
.questions__banner_image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.questions__banner_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0rem;
  height: 100%;
  background-color: #F6A7CD;
  text-align: right;
  align-items: flex-start;
  align-content: space-around;
  flex-wrap: wrap;
}
.questions__banner_item.--label {
  font-size: 40px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 82px;
}
@media only screen and (max-width: 758px) {
  .questions__banner_item.--label {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    width: 90%;
    margin: 14px 10px 14px 10px;
  }
}
.questions__banner_item.--text {
  font-size: 16px;
  margin-left: 82px;
  width: 65%;
  text-align: left;
  font-weight: 200;
  color: white;
  margin-bottom: 20px;
}
@media only screen and (max-width: 758px) {
  .questions__banner_item.--text {
    font-size: 14px;
    width: 90%;
    text-align: left;
    font-weight: 200;
    color: white;
    margin: 0px 14px 0px 14px;
  }
}
.questions__banner_item.--button {
  margin-left: 82px;
}
@media only screen and (max-width: 758px) {
  .questions__banner_item.--button {
    margin: 14px 14px 14px 14px;
    margin-left: 14px;
  }
}
.questions__banner_item.--button .btn {
  background-color: transparent !important;
  color: #7A3F91;
  border: 1px solid #7a3f91 !important;
  padding: 10px 50px;
  border-radius: 15px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
.arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.questions__item.--active .arrow {
  transform: rotate(-135deg);
}
.faq__block {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}
.faq__item {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  border-radius: 15px;
  padding: 5px;
  background: #F5F5F5;
  position: relative;
}
.faq__item:last-child {
  border-bottom: none;
}
.faq__question {
  background: #F5F5F5;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  color: #4D4B4B;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}
.faq__question.active {
  background: white;
}
.faq__answer {
  display: none;
  padding: 15px;
  background: #fff;
  border-top: 1px solid #ccc;
}
.faq__question.active + .faq__answer {
  display: block;
}
.arrow {
  transition: transform 0.3s;
}
.faq__question.active .arrow {
  transform: rotate(225deg);
}
@media only screen and (max-width: 756px) {
  #product_video_iframe {
    height: 300px;
  }
}
/*component_css_end*/

/*component_css_start id=6867a702e29452.59296884 page=projector type=projector_associated_zone1*/
/* Efekt hover dla produktów - zone2 - ODWROTNA LOGIKA */
#products_associated_zone1 .product__icon {
  position: relative;
  display: block;
  cursor: pointer;
}
#products_associated_zone1 .product__images {
  position: static;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 978px) {
  #products_associated_zone1 .product__images {
    height: 34rem;
  }
}
/* DRUGIE ZDJĘCIE jako domyślne (enclosure[2]) */
#products_associated_zone1 .image-default,
#products_associated_zone1 picture.image-default {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
/* PIERWSZE ZDJĘCIE jako widoczne (enclosure[1]) */
#products_associated_zone1 .image-hover,
#products_associated_zone1 picture.image-hover {
  position: relative;
  width: 100%;
  display: block;
  transition: opacity 0.3s ease;
}
#products_associated_zone1 .image-default img,
#products_associated_zone1 .image-hover img,
#products_associated_zone1 picture.image-default img,
#products_associated_zone1 picture.image-hover img {
  width: 100%;
  height: auto;
  display: block;
}
/* Hover effect - pokazuj image-default (drugie zdjęcie) i ukryj image-hover (pierwsze) */
#products_associated_zone1 .product__icon:hover .image-default,
#products_associated_zone1 .product__icon:hover picture.image-default {
  opacity: 1;
}
#products_associated_zone1 .product__icon:hover .image-hover,
#products_associated_zone1 .product__icon:hover picture.image-hover {
  opacity: 0;
}
/*component_css_end*/

/*component_css_start id=6867a711824f14.85204682 page=projector type=projector_associated_zone2*/
/* Efekt hover dla produktów - zone2 - ODWROTNA LOGIKA */
#products_associated_zone2 .product__icon {
  position: relative;
  display: block;
  cursor: pointer;
}
#products_associated_zone2 .product__images {
  position: static;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 978px) {
  #products_associated_zone2 .product__images {
    height: 34rem;
  }
}
/* DRUGIE ZDJĘCIE jako domyślne (enclosure[2]) */
#products_associated_zone2 .image-default,
#products_associated_zone2 picture.image-default {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
/* PIERWSZE ZDJĘCIE jako widoczne (enclosure[1]) */
#products_associated_zone2 .image-hover,
#products_associated_zone2 picture.image-hover {
  position: relative;
  width: 100%;
  display: block;
  transition: opacity 0.3s ease;
}
#products_associated_zone2 .image-default img,
#products_associated_zone2 .image-hover img,
#products_associated_zone2 picture.image-default img,
#products_associated_zone2 picture.image-hover img {
  width: 100%;
  height: auto;
  display: block;
}
/* Hover effect - pokazuj image-default (drugie zdjęcie) i ukryj image-hover (pierwsze) */
#products_associated_zone2 .product__icon:hover .image-default,
#products_associated_zone2 .product__icon:hover picture.image-default {
  opacity: 1;
}
#products_associated_zone2 .product__icon:hover .image-hover,
#products_associated_zone2 .product__icon:hover picture.image-hover {
  opacity: 0;
}
/*component_css_end*/

/*component_css_start id=6867a71e9668a6.49139723 page=projector type=projector_associated_zone3*/
/* Efekt hover dla produktów - zone2 - ODWROTNA LOGIKA */
#products_associated_zone3 .product__icon {
  position: relative;
  display: block;
  cursor: pointer;
}
#products_associated_zone3 .product__images {
  position: static;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 978px) {
  #products_associated_zone3 .product__images {
    height: 34rem;
  }
}
/* DRUGIE ZDJĘCIE jako domyślne (enclosure[2]) */
#products_associated_zone3 .image-default,
#products_associated_zone3 picture.image-default {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
/* PIERWSZE ZDJĘCIE jako widoczne (enclosure[1]) */
#products_associated_zone3 .image-hover,
#products_associated_zone3 picture.image-hover {
  position: relative;
  width: 100%;
  display: block;
  transition: opacity 0.3s ease;
}
#products_associated_zone3 .image-default img,
#products_associated_zone3 .image-hover img,
#products_associated_zone3 picture.image-default img,
#products_associated_zone3 picture.image-hover img {
  width: 100%;
  height: auto;
  display: block;
}
/* Hover effect - pokazuj image-default (drugie zdjęcie) i ukryj image-hover (pierwsze) */
#products_associated_zone3 .product__icon:hover .image-default,
#products_associated_zone3 .product__icon:hover picture.image-default {
  opacity: 1;
}
#products_associated_zone3 .product__icon:hover .image-hover,
#products_associated_zone3 .product__icon:hover picture.image-hover {
  opacity: 0;
}
/*component_css_end*/

/*component_css_start id=60dd8e7841cdd9.19179168 page=projector type=projector_associated_zone4*/
/*component_css_end*/

/*component_css_start id=60dd8e79e99273.66491246 page=projector type=projector_cms_sizes*/
.modal.--sizes-chart div.component_projector_sizes_chart {
  display: block !important;
}
.modal.--sizes-chart .ui-table-reflow td .ui-table-cell-label,
.modal.--sizes-chart .ui-table-reflow th .ui-table-cell-label {
  min-width: 50%;
}
.modal.--sizes-chart .ui-table-reflow td .ui-table-cell-label {
  font-weight: 400;
}
.modal.--sizes-chart .ui-table-reflow tbody tr:first-child th {
  margin-top: 15px;
}
.modal.--sizes-chart .ui-table-reflow tbody tr th {
  margin-top: 25px;
}
@media (min-width: 757px) {
  .modal.--sizes-chart .ui-table-reflow tbody tr th {
    margin-top: 3em;
  }
}
.modal.--sizes-chart .ui-table-reflow tbody tr:first-child th {
  margin-top: 15px;
}
@media (max-width: 756.98px) {
  .modal.--sizes-chart .ui-table-reflow tbody tr th,
  .modal.--sizes-chart .ui-table-reflow tbody tr td {
    display: grid;
    grid-template-columns: repeat(2, minmax(70px, 1fr));
    grid-gap: 10px;
  }
  .modal.--sizes-chart .ui-table-reflow tbody tr th .ui-table-cell-label,
  .modal.--sizes-chart .ui-table-reflow tbody tr td .ui-table-cell-label {
    margin-right: 0;
  }
}
.modal.--sizes-chart .ui-table td {
  padding: 0.4em;
}
@media (max-width: 756.98px) {
  .modal.--sizes-chart .table-stroke thead th,
  .modal.--sizes-chart .table-stroke thead td {
    border-bottom: none;
    line-height: 1.5em;
  }
}
@media (max-width: 756.98px) {
  .modal.--sizes-chart .table-stroke tbody th,
  .modal.--sizes-chart .table-stroke tbody td {
    border-bottom: none;
    vertical-align: middle;
    line-height: 1.2;
  }
}
div.component_projector_sizes_chart {
  display: none;
}
div.sizes_chart_cms {
  text-align: left;
}
div.sizes_chart_cms > *:first-child {
  padding-top: 30px;
}
#dialog_wrapper.dialog_wrapper_sizes_chart #dialog_wrapper_sub {
  padding: 10px;
}
.component_projector_sizes_chart h2 {
  font-family: "Krub", "Inter", "Arial", sans-serif;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 10px 0;
  text-decoration: none;
  text-align: left;
  line-height: 1;
  margin-bottom: 1rem;
}
.component_projector_sizes_chart h2:empty {
  display: none;
}
.component_projector_sizes_chart .info {
  border: 1px solid transparent;
  color: #004085;
  font-size: 1.4rem;
  padding: 22px 65px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #CCE5FF;
  position: relative;
  border-radius: 5px;
  text-align: left;
  padding: 22px 10px 22px 65px;
}
.component_projector_sizes_chart .info::before {
  content: '\F05A';
  font-family: fontawesome;
  font-size: 2em;
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
}
.component_projector_sizes_chart .info.small,
.component_projector_sizes_chart .info.--small {
  padding: 10px;
  font-size: 1.2rem;
}
.component_projector_sizes_chart .info.small:before,
.component_projector_sizes_chart .info.--small:before {
  display: none;
}
.component_projector_sizes_chart .info a {
  color: inherit;
  text-decoration: underline;
}
.component_projector_sizes_chart .info a:hover {
  text-decoration: none;
}
.component_projector_sizes_chart .info h3 {
  color: inherit;
}
table.table-condensed th {
  vertical-align: middle;
  letter-spacing: normal;
  margin-top: 0;
}
div.sizes_chart_cms p {
  margin-bottom: 15px;
}
.important {
  color: #873895;
}
ul.fancy_list {
  margin-left: 20px;
}
ul.fancy_list li {
  margin-bottom: 10px;
}
ol.fancy_list {
  margin-left: 0px;
  padding-top: 3px;
}
ol.fancy_list li {
  counter-increment: section;
  line-height: 1.2;
  list-style: none outside none;
  margin-bottom: 5px;
  min-height: 20px;
  padding-top: 0;
  padding-top: 6px;
}
ol.fancy_list li:before {
  color: #333;
  content: counter(section, decimal) ".";
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: -3px;
  min-width: 14px;
  padding: 4px 2px;
  text-align: center;
}
.put_right {
  float: right;
}
.put_left {
  float: left;
}
/*component_css_end*/
