 .fix-menu{
  position: fixed;
  right: -5px;
  bottom: 106px;
  /*width: 100%;*/
  z-index: 9999;
 /* display: block;*/
}

.fix-menu ul{   list-style: none; padding: 0; margin: 0; justify-content: space-between; }
.fix-menu ul li{  text-align: center;    padding: 0 18px;
    margin: auto; flex: 1;}
.fix-menu ul li a{     padding: 5px; display: block; font-size: 14px; color: #ffffff;}
.fix-menu ul li h4{ color: #ffffff; margin-bottom: unset; }
.fix-menu ul li:last-child{ border-right:unset; box-shadow:unset; }
.fix-menu ul li img{width:45px;}



@media(max-width: 991px){
    .fix-menu {    right: -18px;bottom: 66px;}
    .fix-menu ul li img{    width: 48px;}
    .service-offer .container>p{ font-size: 16px; line-height: 28px;}
}

