@media (min-width: 990px)  {
    body {  
        background: url(../../img/background/bg-20years-fireworks.jpg) no-repeat center top;
        background-color: #0d0200;
    
    }
}

@media (min-width: 660px) and (max-width: 989px) {
    body {  
        background: url(../../img/background/bg-20years-fireworks-max989.jpg) no-repeat center top;
        background-color: #0d0200;
    
    }
    
    .head-link {
        display: none;
    }

}

@media (max-width: 659px) {
    body {  
        background: url(../../img/background/bg-20years-fireworks-max659.jpg) no-repeat center top;
        background-color: #0d0200;
    
    }
}

.head-link {
    top: 55px !important;
    margin-left: -215px !important;
}

.header-items li.ico-mobile .mobile-tooltip {
    color: #fff !important;
}

#head .search-engine {
  box-shadow: 0 1px 0 #000 !important;
}

 