  #small{
    font-size: 18px;
    color: #000000;
    margin: 0;
  }

  h5{
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: #2b2d42;
  }

  details {
    min-height: 5px;
    padding: 25px 10px 15px 30px;
    margin: 0px 60px;
    position: relative;
    font-size: 22px;

    box-sizing: border-box;
    transition: all .3s;
    z-index: 0;
    color: #2b2d42;
  }

  .sectionfirstqanda .onsectionqanda .qanda h2{
    margin: 20px auto 80px;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #2b2d42;
  }
  .sectionfirstqanda .onsectionqanda .qanda h5{
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: #2b2d42;
    width: 85%;
    line-height: 150%;
  }
  
  details + details {
    margin-top: 20px;
  }
  
  details[open] {
    min-height: 50px;
    background-color: #ffffff;
    padding-left: 10px;
    z-index: 0;
  }
  
  details p {
    color: #000000;
    font-weight: 400 !important;
    font-size: 14px;
    text-align: left !important;
    padding: 0 !important;
    margin: 0 150px 0 0 !important;
  }
  
  summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    cursor: pointer;
    z-index: 0;
  }

  details ul{
      list-style: disc;
      list-style-position:outside;
      padding-left: 20px;
  }
  
  details ul li{
      font-size: 16px;
      padding: 10px;
      list-style: none;
  }
  details ul li::before {content: "•"; color: red;
    display: inline-block; width: 1em;
    margin-left: -1em}
  details #firstelement{
    display: flex;
  }
  details #firstelement img{
    padding-top: 20px;
  }

  details #firstelement .lista{
    padding: 0px 30px;
  }

  details #firstelement .lista p{
    padding: 0px 10px;
    font-size: 16px;
    color:#2b2d42;
  }

  summary:focus {
    outline: none;
  }
  

  summary::-webkit-details-marker {
    display: none
  }
  
  .control-icon {
    transition: .3s ease;
    pointer-events: none;
    height: 48px;
    width: 48px;
  }

  .control-icon:hover{
    background-color: rgb(197, 197, 197);
  }
  
  .control-icon-close {
    display: none;

  }
  
  details[open] .control-icon-close {
    display: initial;
    transition: .3s ease;
  }
  
  details[open] .control-icon-expand {
    display: none;
    height: 48px;
    width: 48px;
  }
  .sectionfirstqanda .onsectionqanda button{
    z-index: 5;
  }
  .sectionfirstqanda .onsectionqanda a{
    z-index: 5;
  }
  .belka details{
    margin: 0;
  }
  .belka details p{
    line-height: 140%;
    color: #2b2d42;
  }
  .belka h5{
    font-size: 27px;
    font-weight: 400;
  }
  .belka .sectionfirstqanda .onsectionqanda p{
    padding: 40px 50px 10px 0px;
    width: 100%;
  }
  .belka details p{
    padding: 40px 50px 10px 0px !important;
    width: 100% !important;
  }
  .belka details{
    padding: 20px;
    border: 1px solid rgba(0,0,0,.1) !important;
  }
  .belka details[open]{
    border: 1px solid rgba(0,0,0,.1) !important;
  }

  .sectionfirstqanda .onsectionqanda .qanda details{
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
    margin-top: 0 !important;
    padding-top: 15px !important;
  }
  .sectionfirstqanda .onsectionqanda .qanda details[open]{
    border-bottom: 1px solid rgba(0,0,0,.1) !important;

  }

  .sectionproductinfo .sectioninproduct details {
    border: 1px solid rgba(0,0,0,.1) !important;
    z-index: 99;
  }
  .sectionproductinfo .sectioninproduct details[open] {
    border: 1px solid rgba(0,0,0,.1) !important;
    padding-left: 30px;
    z-index: 99;
  }
 
  .sectionproductinfo .sectioninproduct details[open] p{
    padding: 0;
  }
  .sectionproductinfo .sectioninproduct details + details {
    margin: 0 60px;
    background-color: #fff;
  }
  .sectionproductinfo .sectioninproduct details h5 {
    font-size: 27px;
    font-weight: 400;
  }
  details #firstelement .lista{
    width: 80%;
  }
  .imginlist{
    width: 88px;
    height: 122px;
  }
  .lista p{
    font-size: 17px;
  }
  .lista ul li {
    line-height: 150%;
  }
  h6{
    font-size: 27px;
    font-weight: 400;
    padding-bottom: 15px;
  }
  #secondelement{
    display: flex;
    padding-top: 30px;
  }
  #secondelement .tekst{
    font-size: 17px;
    padding-left: 10px;
    line-height: 140%;
    padding-right: 80px;
  }
  #przed{
    font-size: 16px;
    color: #2b2d42;
  }
  .listatwo p {
    padding: 0px 30px;
    color: #2b2d42;
    font-size: 16px;
    padding: 0;
  }

  .listatwo details p{
    padding: 0px 0px;
    font-size: 16px;
    color:#2b2d42;
  }
  .details ul{
    line-height: 80%;
  }
  @media ( max-width: 1220px ){
    details {
      min-height: 5px;
      padding: 15px 10px 15px 15px;
      margin: 0px 0px;
    }
    details #firstelement{
    flex-direction: column;
    align-items: center;
    }
    .details #firstelement .lista{
      padding: 0 !important;
    }
    .sectionproductinfo .sectioninproduct details + details {
      margin: 0 !important;
    }
}

@media (max-width: 1024px){
  details #firstelement .lista{
    width: 100%;
  }

  .sectionproductinfo .sectioninproduct p{
    font-size: 15px;
  }
}

@media ( max-width: 768px ){
  details {
    min-height: 5px;
    padding: 15px 10px 15px 15px;
    margin: 0px 0px;
  }
  details #firstelement{
  flex-direction: column;
  align-items: center;
  }
  details #firstelement .lista{
    padding: 0 !important;
  }
  details p {
    margin: 0 50px 0 0 !important;
  }
  .sectionproductinfo .sectioninproduct details[open]{
    margin: 0;
  }
  h6{
    font-size: 18px;
  }
  .imginlist{
    margin-bottom: 70px;
  }

  .sectionproductinfo .sectioninproduct details {
    padding: 15px 10px;
    margin: 0;
  }
  .sectionproductinfo .sectioninproduct details h6{
    width: 75%;
    font-size: 23px;
  }
  .sectionproductinfo .sectioninproduct details[open] {
    padding: 15px 10px;}
  .sectionproductinfo .sectioninproduct details + details {
      margin: 0 60px;
    }
    #secondelement{
      flex-direction: column;
      align-items: center;
    }
    #secondelement .tekst{
      padding-left: 30px;
      padding-right: 20px;
      padding-bottom: 20px;
      padding-top: 20px;
    }
  .listatwo p {
    font-size: 16px !important;
  }
  .sectionproductinfo .przyciski{
    flex-direction: column;
    align-items: center;
  }
  .sectionproductinfo .kalulator h3{
    font-size: 20px;
    padding-left: 0px;
    text-align: center;
  }
  .sectionproductinfo .kalulator{
    padding: 0;
  }
  .belka{
    margin-left: -10px;
  }
  .belka details{
    margin-left: -10px;
  }
}

@media ( max-width: 425px){
  details #firstelement .lista{
    width: 100%;
  }
}