#telephone {
    font-size: 20px;
}

.mileage__item-photo-img {
    object-fit: cover;
}

.header__main-logo img {
    max-height: 100px;
    width: 100%;
}

.header__main-right .header__main-right-button {
    background-color: var(--colorElem);
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 8px;
    color: var(--colorWhite);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.promo__window-title {
    font-size: 32px;
    max-width: unset;
}

.telephone__mobile {
    display: none;
}

.header__main-logo img {
    object-position: left;
}

.footer__logo img {
    object-position: left;
}

.header__main-right-geo {
    width: 19rem;
}

.header__main-right-geo a {
    font-size: 12px;
}

.header__main-right-geo {
    width: 19rem;
}

.header__main-right-geo a {
    font-size: 16px;
}

.header__main-right-geo-wrap {
    width: 100%;
}

a[display="none"] {
    display: none;
}



.main {
    overflow: hidden;
}

@keyframes marquee-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* .detal-new__info-photo-wrap::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    margin: clamp(8px,2vw,25px) clamp(8px,2vw,20px);
    width: 218px;
    max-width: 60%;
    aspect-ratio: 218/107;

    background-image: url(../images/china-ny-60sale.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
} */

@media (max-width: 1100px) {
    .telephone__mobile {
        display: flex;
        margin-bottom: unset;
    }
    .telephone__mobile .callback-button__icon {
        width: 32px;
        height: 32px;
    }
    header .telephone__desktop {
        display: none;
    }
}

@media (max-width: 1024px) {
    .mileage__item-photo-img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        object-fit: cover;
    }
    .all-auto.active {
        margin-top: 350px;
    }
}

@media (max-width: 768px) {
    .mileage__item-title, .mileage__item-characteristics, .mileage__item-price {
        padding: 2px 15px;
    }
    .all-auto {
        margin-top: 315px;
    }
}

@media (max-width: 500px) {
    .all-auto.active {
        margin-top: 315px;
    }
    .mileage__item-photo {
        max-height: unset;
    }
    .mileage__item-photo picture {
        max-height: unset;
    }
    .mileage__item-characteristics {
        display: flex;
    }
    .promo__window-title {
        font-size: 30px;
    }
}

@media (max-width: 400px) {
    .promo__window-title {
        font-size: 28px;
    }
}