.checkbox-input:checked::after {
    width: 20px;
    top: 43%;
    left: 36%;
}

.checkbox-input {
    border-radius: 4px;
    width: 20px;
    height: 20px;
}

del.price-old {
    color: #b8b9ba;
    font-size: 15px;
    line-height: 15px;
    text-decoration: line-through;
    text-decoration-thickness: 0.1rem;
    margin: auto;
}

.price-model-main {
    gap: 10px;
    display: flex;
    margin: auto;
}

@media (max-width: 1100px) {
    del.price-old {
        font-size: 13px;
        line-height: 13px;
        text-decoration-thickness: 0.1rem;
    }
}

.header__model__car-spec__names a {
    color: black;
}

.offers.swiper-wrapper {
    padding-bottom: 20px;
}

.header__phone {
    font-weight: 600;
}

.group-price-header {
    display: flex;
    gap: 10px;
}

.group-price-header .primary-medium-color {
    color: var(--error);
}


.fixed_price__btn .header__phone {
    font-weight: 600;
}
@media (max-width:1100px) {
    .header__logo.header__item {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

