#projector_longdescription #hifi-opis {
   h2 {
      background-color: #ebecec;
      text-align: center;
      display: flex;
      align-items: center;
      padding: 0.5em 2em;
      margin: 1em 0;
      border-radius: 8px;
      justify-content: center;
   }

   h3 {
      background-color: #ebecec;
      text-align: center;
      display: flex;
      align-items: center;
      padding: 0.5em 2em;
      margin: 1em 0;
      border-radius: 8px;
      justify-content: center;
   }

   table {
      width: 100%;
   }

   .tec>tbody>tr :first-child {
      width: 50%;
   }

   td {
      border-collapse: collapse;
      margin: 0em 0;
      padding: 0.2em 0.5em;
      border-bottom: #ebecec 1px solid;
   }
    th {
        border-collapse: collapse;
        margin: 0em 0;
        padding: 0.2em 0.5em;
        border-bottom: #ebecec 1px solid;
        background-color: #f5f5f5;
}

   tr :first-child {
      width: 18%;
      text-align: right;
      font-weight: bold;
      vertical-align: top;
      border-right: #ebecec 1px solid;
      min-width: 100px;
   }

   @media (max-width: 600px) {
      tr :first-child {
         min-width: 80px;
      }
   }
}


#projector_longdescription #nowy-opis {
   h2 {
      background-color: #ebecec;
      text-align: center;
      display: flex;
      align-items: center;
      padding: 0.5em 2em;
      margin: 1em 0;
      border-radius: 8px;
      justify-content: center;
   }

   h3 {
      background-color: #ebecec;
      text-align: center;
      display: flex;
      align-items: center;
      padding: 0.5em 2em;
      margin: 1em 0;
      border-radius: 8px;
      justify-content: center;
   }

   table {
      width: 100%;
   }

   .tec>tbody>tr :first-child {
      width: 50%;
   }

    th {
        border-collapse: collapse;
        text-align: center;
        margin: 0em 0;
        padding: 0.2em 0.5em;
        border-bottom: #ebecec 1px solid;
        background-color: #f5f5f5;
}

   td {
      border-collapse: collapse;
      text-align: center;
      vertical-align: middle;
      margin: 0em 0;
      padding: 0.2em 0.5em;
      border-bottom: #ebecec 1px solid;
   }

   tr :first-child {
      width: auto;
      text-align: right;
      font-weight: bold;
      vertical-align: middle;
      border-right: #ebecec 1px solid;
      min-width: 100px;
      max-width: 165px;
   }
    tr :last-child {
      width: auto;
      text-align: left;
      vertical-align: middle;
      border-left: #ebecec 1px solid;
      min-width: 165px;
      max-width: 130px;
   }
   @media (max-width: 600px) {
      tr :first-child {
         min-width: 80px;
      }
   }
   .btn {
       width:100%;
       font-weight: bold;
   }
}
@media (max-width: 600px) {
#nowy-opis {
    border-top: 1px solid #c4c7c8;
    }
}
#versions>.projector_versions__sub>.projector_versions__item>.projector_versions__gfx>img {
   max-height: 70px;
   max-width: 85px;
}

#prepaid_order_products>.ordered_products>.ordered_product>.ordered_product__content>.ordered_product__params.--bundle {
   display: none !important;
}

#projector_longdescription > #projector_enclosures {
    display: none;
}

.iai_cookie::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: -1;
}

.iai_cookie {
  z-index: 1000;
}

@media (min-width: 1200px) {
.projector_details .projector_multiversions__label {
    width: 95px;
    min-width: 95px;
    }
}

.projector_details .projector_multiversions .f-dropdown-li.--dependent .conflict_txt {
    font-size: 8px !important;
    background-color: #ffa6a6;
    color: black;
}

@media (max-width: 978px) {
    .projector_details .projector_multiversions .f-dropdown-li.--dependent .conflict_txt {
        font-size: 10px !important;
    }
}

.f-dropdown .f-dropdown-menu a.--selected {
    background-color: rgba(255, 127, 0, 0.44) !important;
    font-weight: bold !important;
}


/* .projector_details .projector_versions {
	flex-direction: column !important;
	align-items: flex-start !important;
}
.projector_details .projector_versions__label {
	margin: 7px 0 !important;
}*/


@media (max-width: 978px) {
    .opinions_badge {
  gap: 5px!important;
  padding:0!important;
  height:110px!important;
  width: 87px!important;
}
.opinions_badge__alt {
  padding-top: 7px!important;
  font-size: 10px!important;
}
.opinions_badge__icon {
  padding: 0 8px!important;
}
.opinions_badge__stars {
  margin: 0 0 2px!important;
  gap: 1px!important;
}
.opinions_badge__notes {
  margin: 0 0 3px!important;
}
}