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

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

.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;
}