.banner {
    z-index: 9; 
    background: url('https://rusauto53.ru/images/banner.jpg') 100% 100% no-repeat;
    background-position: center center; 
    background-size: cover
}

.banner_wrap {
    max-width: none;
}
.banner-container {
    padding: 12% 0 0 0;
}

.tools_banner {
    background: transparent;
    border-bottom: none;
    padding: 250px 0 7px 0;
    margin-bottom: 0;
}

.tools_wrap-new {
    flex-wrap: wrap;
    justify-content: center;
}

.tool_new {
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.tool a{
    display: block;
    width: 100%;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image .1s linear;
}

.tool_solaris a {
    background-image: url('https://rusauto53.ru/images/solaris-link.jpg');
}

.tool_solaris a:hover {
    background-image: url('https://rusauto53.ru/images/solaris-link_active.jpg');
}

.tool_sollers a {
    background-image: url('https://rusauto53.ru/images/sollers-link.jpg');
}

.tool_sollers a:hover {
    background-image: url('https://rusauto53.ru/images/sollers-link_active.jpg');
}

.tool_gaz a {
    background-image: url('https://rusauto53.ru/images/gaz-link.jpg');
}

.tool_gaz a:hover {
    background-image: url('https://rusauto53.ru/images/gaz-link_active.jpg');
}

.tool_uaz a {
    background-image: url('https://rusauto53.ru/images/uaz-link.jpg');
}

.tool_uaz a:hover {
    background-image: url('https://rusauto53.ru/images/uaz-link_active.jpg');
}

.tool_jet a {
    background-image: url('https://rusauto53.ru/images/jet-link.jpg');
}

.tool_jet a:hover {
    background-image: url('https://rusauto53.ru/images/jet-link_active.jpg');
}

.tool:not(.tool_new),
.tool_last:not(.tool_new) {
    padding-top: 15px;
    padding-bottom: 50px;
    background-position: center;
    background-size: 99%;
    background-repeat: no-repeat;
    border: none;
}

.tool:not(.tool_new) .link::after,
.tool_last:not(.tool_new) .link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@media(max-width: 768px) {
    .tools_wrap-new {
        align-items: flex-end;
    }
    
    .tool a {
        height: 30px;
    }

    .tool_solaris a {
        background-image: url('https://rusauto53.ru/images/solaris-link_active.jpg');
    }

    .tool_sollers a {
        background-image: url('https://rusauto53.ru/images/sollers-link_active.jpg');
    }

    .tool_gaz a {
        background-image: url('https://rusauto53.ru/images/gaz-link_active.jpg');
    }

    .tool_uaz a {
        background-image: url('https://rusauto53.ru/images/uaz-link_active.jpg');
    }

    .tool_jet a {
        background-image: url('https://rusauto53.ru/images/jet-link_active.jpg');
    }       
}

@media(max-width: 412px) {

    .tools_wrap-new {
        padding: 0 ;
    }
    .tool_new {
        margin: 0;
        padding: 5px 0;
    }

    .banner {
        background-position: 71% center;
    }
}
