@media screen and (min-width:760px){
    .dont-show-deskt{
             
        display:none;
    }
    
}

@media screen and (max-width:759px){
    .dont-show-mob{
 
        display:none;
    }
    
}

.dont-show-mob{
      background:transparent;
      z-index:100;
}

.container-ar{
    position:relative;
}

@media screen and (min-width:767px){
.sticky-ar {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align:center;
}
}

@media screen and (max-width:766px){
.sticky-ar {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align:center;
}
}

.dont-show-mob{
    
    position:absolute;
    top:0px;
    width:100%;
}

.header .header-menu{
    background:rgba(255, 255, 255, 0.9)!important;
}

.header .header-menu a{
    color:black!important;
}


