#footer {
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: normal;
    padding-bottom: 10px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}

#footer .footer-logo {
    display: table;
    margin: 0 auto;
    padding-bottom: 10px;
}

#footer .footer-logo ul {
    clear: both;
    display: block;
    line-height: 30px;
    list-style: none;
}

#footer .footer-logo ul li {
    float: left;
    position: relative;
}

#footer .footer-logo a {
    background-repeat: no-repeat;
    font-size: 0px;
    display: block;
    height: 39px;
    margin: 0px 5px;
    width: 107px;
}

#footer .footer-logo a.logo1 {
    background-image: url("/media/img/footer/footer-service.jpg")
}

#footer .footer-logo a.logo2 {
    background-image: url("/media/img/footer/footer-shop.jpg")
}

#footer .footer-logo a.logo3 {
    background-image: url("/media/img/footer/footer-tir.jpg")
}

#footer .footer-logo a.logo4 {
    background-image: url("/media/img/footer/footer-kpp.jpg")
}

#footer .footer-logo a.logo5 {
    background-image: url("/media/img/footer/footer-noxy.jpg")
}

#footer .footer-logo a.logo6 {
    background-image: url("/media/img/footer/nexus_img.png")
}

#footer .footer-logo a.logo7 {
    background-image: url("/media/img/footer/footer-saletruck.png");
}


#footer .info {
    padding-bottom: 5px;
}

#promotion {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
/*    background-color: #fff;*/
/*    box-shadow: 2px 2px 2px 2px rgb(6 6 6 / 25%);*/
    /* box-shadow: 10px 10px 10px 10px rgb(76 75 75 / 25%); */
    box-sizing: border-box;
}

.promotion-close {
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 24px;
    color: white;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 10px #fff;
    border-radius: 15px;
    overflow: hidden;
} 
.promotion-close:hover{
    color: #ff0000;
}

#promotion div {
    z-index: 100;
}

#banner-bottom {
    width: 300px;
    overflow: hidden;
  }
  
.promotion-slide {
    display: none;
    width: 300px;
    height: 200px;
    z-index: 100;
}

@media (max-width: 992px) {
    #promotion {
        display: none
    }
}

@media (max-width: 768px) {
    #footer {
        font-size: 12px;
    }

    #footer .footer-logo a {
        margin-left: -7px;
        margin-right: -7px;
    }

    #promotion div {
        height: 170px;
        width: max-content;
    }
    #promotion img {
        height: 170px;
        object-fit: contain;
    }
}