/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.brands-list__image {
    max-width: 185px;
    max-height: 100%;
}

.brands-list__image-wrapper {
    max-width: 149px;
    min-width: 133px;
    height: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer>div.footer__main-part>div>div.footer__main-part-inner.footer-grid.footer-grid--3-992.p-block.p-block--48>div.footer__part.footer__part--right.width-100>div>div:nth-child(3){
display: none;
}

.fit-image {
    background: #fff;
}