.footer__menu-m .footer-ulf-logo {
    display: none;
}
.footer-social .footer-ulf-logo {
    display: block;
    margin-top: 5px;
}
.footer-ulf-logo img {
    max-width: 56px;
}
.footer-bottom .footer-ulf-text p {
    font-size: 12px;
}
.footer-bottom .footer-ulf-text {
    font-size: 12px;
    width: 40%;
}
.car-buy-description__wrap li {
    margin-bottom: 10px;
}
.item-product.product-sold .item-loop__img::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6667ab;
    mix-blend-mode: hard-light;
    opacity: 0.6;
    z-index: 2;
}
.category-standard.category-red {
    background: #d45279;
}
.choice-car .choice-help__seacrh-number-car input {
    border: 1px solid #fff;
    border-radius: 4px;
}
.favorite__main .item-loop__txtblock-head,
.swiper-slide .item-loop__txtblock-head {
    display: none;
}
.category-standard__wrap-right {
    left: auto;
    right: 8px;
}
.property__item .property__descrp {
    word-break: break-word;
}
@media only screen and (max-width: 639px) {
    .footer__menu-m .footer-ulf-logo {
        display: block;
    }
    .footer-bottom .footer-ulf-text {
        width: 100%;
    }
}