
header#bf-header.initial{
  border-bottom:none!important;
}
#pcNav li.contact span{
  color: #000!important;
}
#pcNav li.contact:hover span.icon-right{
  color: #fff!important;
}

/*---------------------------------------------------contact */

header li.contact a {
  font-weight:normal!important;
}


#pcNav li.contact > a {
  background-color:transparent!important;
  color: #000!important;
  border-radius: 0!important;
  border:1px solid #000;
}
#pcNav li.contact > a::before{
  bottom:-20px!important;
  right:-1px!important;
  background-color:#fff!important;
}

#pcNav li.contact:hover > a::before{
  background-color:rgb(87, 87, 87)!important;
}

#pcNav li.contact:hover > a{
  background-color:rgb(87, 87, 87)!important;
  border:1px solid rgb(87, 87, 87);
  color:#fff!important;
}

#pcNav li.contact ul {
  background-color: rgb(87, 87, 87)!important;
  border-radius: 0!important;
}

#pcNav a:hover .icon-left{
    color:rgb(87, 87, 87)!important;
  }
#pcNav li.contact li a:hover{
  color: rgb(87, 87, 87);
}
#pcNav li.form a:hover::before{
   content: url(/wp-content/themes/bf-official/images/icons/email-g.svg);
}
#pcNav li.online a:hover::before{
   content: url(/wp-content/themes/bf-official/images/icons/check-g.svg);
}
#pcNav li.tel a:hover::before{
   content: url(/wp-content/themes/bf-official/images/icons/tel-g.svg);
}

