/**
 * Работа со стилями styles.css.
 * Наработки будут перенесены верстальщиком в styles.css.
 * Добавлять в 2 блока Заменить и Добавить
 */

/**
 * Заменить в style.css
 */

.gallery__thumbs .slick-slide img {
    width: auto;
    height: 110px;
}

.video-card__img video,
.video-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.moto-brands {
    grid-auto-flow: unset;
}

.moto-brands__link {
    line-height: 1.99;
}

.card-sm__title {
    margin: 0 0 15px;
}

@media screen and (max-width: 575px) {
    .filter-menu__checkbox {
        position: relative;
        z-index: 10;
        left: 0;
        bottom: 0;
    }
}

.sort {
    width: 350px;
}

.bottom__left {
    width: 28%;
}

.bottom__right {
    width: 18%;
}
@media screen and (max-width: 767px) {
    .bottom__left, .bottom__right {
        width: 100%;
        text-align: center;
    }
}



/**
 * Добавить в style.css
 */

.breadcrumbs__link.last::after {
    content: inherit;
}

.track-auto__params .track-auto__item {
    width: 25%;
    margin-bottom: 15px;
}

@media screen and (max-width: 1739px) {
    .track-auto__params .track-auto__item {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .track-auto__params .track-auto__item {
        width: 100%;
    }
}

.moto-brands__link.active {
    color: var(--secondary);
}

.type-moto__link.active span {
    color: var(--secondary);
}

.car-other__item.active {
    border-color: var(--secondary);
}

.card-row__price svg,
.car-price__item svg {
    position: relative;
    width: 15px;
    height: 15px;
    cursor: pointer;
    top: 3px;
    left: 3px;
}

.card-row__price > p.info {
    margin: 5px 0 14px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: var(--primary);
}
.tariffs-main {
    margin-bottom: 100px;
}
.tariffs-main .row {
    display: flex;
    gap: 12px;
    justify-content: space-between;
}
.tariffs-main a {
    padding: 0 36px;
    line-height: 58px;
    color: #fff;
    background: var(--secondary);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid var(--secondary);
    transition: all 0.3s linear;
}
.tariffs-main a:hover {
    background: #fff;
    color: var(--secondary);
}

.bottom__center {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    width: 48%;
}