.head-link {
    display: none;
}

header#head h1 a {
    width: 207px;
    height: 94px;
    background: url(../../img/logo-comics.png);
}

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


@media (min-width: 990px)  {
    body {  
        background: url(../../img/background/bg-donuts-top.png) no-repeat center top, url(../../img/background/bg-donuts.jpg) no-repeat center top;
        background-color: #18191f;
    
    }
}

@media (min-width: 660px) and (max-width: 989px) {
    body {  
        background: url(../../img/background/bg-donuts-max989.jpg) no-repeat center top;
        background-color: #18191f;
    
    }
}

@media (max-width: 659px) {
    body {  
        background: url(../../img/background/bg-donuts-max659.jpg) no-repeat center top;
        background-color: #18191f;
    
    }
}
