@charset "UTF-8";
@media (max-width:540px){
  .desktop{
    display: none !important;
    visibility: hidden !important;
    height:0 !important;

  }
  .categories{
    font-size: 1rem;
    justify-content: flex-start;
  }
  .category-button{
    width: 110px;
    min-width:fit-content;
    font-weight: bolder;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    border-radius: 16px;
/*    line-height: 2em; */
    margin-bottom:0.5rem;
  }


  .download-app{
    background: transparent !important;
    justify-content: center !important;
  }

  .top-menu{
    height:35px;
  }
  .banner{
    background-image: url(../images/faq_img/landscape_top3x.png),linear-gradient(-180deg,#8aeacf 0, #8aeacf 98%) !important;
    background-size: cover !important;
    height: 200px !important;
    text-align: center !important;
  }
  .invoice-vehicle{
    width:65%;
  }
  .tutorial{
    width:70%;
  }

  .icon{
      width:70px !important;
      background: transparent !important;
  }
  .download-app-buttons{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
  }
  .appstore-button{
    height:28px;
  }
  .bottom-part{
    font-size: 1.1rem;
  }
}
@media (max-width:960px){
  .leftPart{
    border-right: 0px !important;
  }
  .current-cat-index, .all-cat-index{
    margin-left:0rem;
  }
}
