.head-link {
    display: none !important;
    top: 93px !important;
    left: 50% !important;
}

#mainnav .inner{
    background: #ed1c24 !important;
}

.header-items li.ico-mobile .mobile-tooltip {
    color: #fff !important;
}



@media (min-width: 990px)  {
    body {  
        background:  url(../../img/background/bg-winter-2018.jpg) no-repeat fixed center top;
        
    }
}

@media (min-width: 660px) and (max-width: 989px) {
  body {
    background: url(../../img/background/bg-winter-2018-max989.jpg) no-repeat fixed center top;
    background-color: #950403;
  }
  .head-link {
    display: none !important;
}
}

@media (max-width: 659px) {
  body {
    background: url(../../img/background/bg-winter-2018-max989.jpg) no-repeat fixed center top;
   
  }
  .head-link {
    display: none !important;
    }
}