@media(max-width:760px){

  .mobile-simple-dropdown{
    background:rgba(48,47,46,.82)!important;

    backdrop-filter:blur(16px) saturate(110%)!important;
    -webkit-backdrop-filter:blur(16px) saturate(110%)!important;

    border:1px solid rgba(255,255,255,.18)!important;
    border-radius:16px!important;

    box-shadow:0 18px 45px rgba(0,0,0,.28)!important;

    padding:8px!important;
  }


  .mobile-simple-dropdown > a,
  .mobile-services-open{
    color:#fff!important;
    background:transparent!important;

    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.10)!important;

    font-size:14px!important;
    font-weight:500!important;

    padding:14px 13px!important;

    border-radius:10px!important;
  }


  .mobile-simple-dropdown > a:hover,
  .mobile-services-open:hover{
    background:rgba(255,255,255,.08)!important;
  }


  .mobile-services-panel{
    background:rgba(48,47,46,.96)!important;

    backdrop-filter:blur(16px) saturate(110%)!important;
    -webkit-backdrop-filter:blur(16px) saturate(110%)!important;

    border-radius:16px!important;

    padding:8px!important;
  }


  .mobile-services-back{
    color:#fff!important;
    background:transparent!important;

    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.12)!important;

    padding:13px 11px!important;

    font-size:13px!important;
    font-weight:600!important;
  }


  .mobile-services-panel a{
    color:#fff!important;
    background:transparent!important;

    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.09)!important;

    padding:12px 11px!important;

    font-size:13px!important;
    font-weight:500!important;

    border-radius:9px!important;
  }


  .mobile-services-panel a:hover{
    background:rgba(255,255,255,.08)!important;
  }


  .mobile-simple-btn{
    background:
      linear-gradient(#fff,#fff)
      center/23px 2px
      no-repeat!important;
  }

  .mobile-simple-btn::before,
  .mobile-simple-btn::after{
    background:#fff!important;
  }

}
